/*
Theme Name: Makula Pictures
Theme URI: https://makulapictures.com/
Author: Samuel Risbond Lugona
Author URI: https://www.lugonasamuel.com
Description:  Theme Designed for Makula Pictures
Version: 1.2.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: Photographer, Ugandan Phptpgraphy, Photography, Best Photographer
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Arima+Madurai:200,300,400,500,700,800");
@import url("https://fonts.googleapis.com/css?family=Assistant:300,400,600,700");

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800&display=swap");

@import url("inc/assets/css/flo-icons.css");

@font-face {
  font-family: "CormorantGaramond-Medium";
  src: url("inc/assets/fonts/CormorantGaramond-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Sorts Mill Goudy";
  src: url("inc/assets/fonts/SortsMillGoudy-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  color: #1bbee0;
  background-color: transparent;
  transition: all 0.2s ease-in;
}

a:active,
a:hover {
  outline: 0;
  color: #2f8796;
  text-decoration: none;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #555;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.3rem;
  border-bottom: 1px solid #eaecef;
  font-weight: 700;
  color: #333;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 0.98rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #555;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.65;
  color: #696969;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #fff;
  padding: 15px 25px;
}

#masthead.float-header {
  padding: 0.25rem 3.5rem 0.2rem;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

#masthead.float-header .navbar .navbar-brand a {
  width: 65px;
}

.navbar .navbar-brand a {
  display: block;
  width: 100px;
  height: auto;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar #main-nav {
  justify-content: flex-end !important;
}

.navbar-collapse {
  margin-top: 0;
}

.navbar-brand > a:visited,
.navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
  color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}
.no-container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.row-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 65px 0;
  position: relative;
}

.full-width-container {
  width: 100%;
  max-width: 1950px;
  padding: 1.8rem 3.2rem 0;
}

.home .full-width-container .row {
  margin: 0 !important;
  padding: 0 !important;
}
.pswp__caption__center {
  max-width: 1200px !important;
}
.pswp__ca_slim .pswp__caption .pswp__caption__center {
  text-align: justify !important;
}
.pswp__caption {
  bottom: 10px !important;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.75rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}
.navbar-brand {
  margin-right: 2.5rem;
  margin-left: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #444;
  padding: 0.5rem 1.3rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body.home:not(.theme-preset-active)
  #masthead.float-header
  .navbar-nav
  > li
  > a {
  color: #444;
  text-shadow: none;
}

body.home:not(.theme-preset-active)
  #masthead.float-header
  .navbar-nav
  > li
  > a:hover,
body.home:not(.theme-preset-active)
  #masthead.float-header
  .navbar-nav
  > li.current_page_item
  > a,
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active)
  #masthead
  .navbar-nav
  > li.current_page_item
  > a {
  color: #2f8796;
  font-weight: 500;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.5rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.25em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
  color: #6a6a6a;
  letter-spacing: 1px;
}
.dropdown-menu .dropdown-item:hover {
  color: #2f8796;
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.25rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 1.6rem;
}

.sticky .entry-title::before {
  content: "\f08d";
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.page-template-scratch-book .full-width-container .row {
  width: 100%;
  margin: 0;
}
.page-template-scratch-book .full-width-container {
  overflow: hidden;
}
.page-template-scratch-book .full-width-container,
.page-template-scratch-book .full-width-container .col-sm-12 {
  padding: 0 !important;
}

.scrath-items .slick-prev {
  left: 30px !important;
}
.scrath-items .slick-next {
  right: 30px !important;
}

.scrath-items .slick-prev,
.scrath-items .slick-next {
  z-index: 999;
}
.scratch-item {
  padding: 0 4px;
}

.scrath-items .slick-prev::before,
.scrath-items .slick-next::before {
  font-size: 25px;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on,
.byline,
.comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

.the-breadcrambs a {
  color: #a5a5a5;
}
.the-breadcrambs a:hover {
  color: #1bbee0;
}
/*===================================================================================================================================================================================================*/
/*===================================================================================================================================================================================================*/

.page-template-blog .site-content {
  background-color: #fff;
}

#pagination-container {
  float: left;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #ae9677;
  border-color: #ae9677;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.35rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ae9677;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  color: #ae9677;
}
.page-link:focus {
  box-shadow: none;
}
.big-post-title h3:hover {
  color: #2f8796;
}
#secondary .search-form label {
  width: 100%;
}
#secondary .search-form label input {
  width: 100%;
  border-radius: 0;
  border-color: #ddd;
}
.search-form label input:focus {
  box-shadow: none;
  border-color: #ae9677 !important;
}
#recent-posts-2 .nav-link,
#archives-2 .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #777;
  font-size: 0.92rem;
  text-transform: uppercase;
  line-height: 1.2;
}
.recentcomments {
  color: #8d8d8d;
}
.comment-author-link {
  color: #8d8d8d;
}
.recentcomments a {
  color: #777;
  font-weight: 600;
}
.entry-meta a {
  color: #868686;
  font-weight: 600;
  font-size: 0.86rem;
  margin-left: 2px;
  margin-right: 5px;
}
.entry-content img {
  width: 100%;
  background-color: #f9f9f9;
  border: 12px solid #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

article .post-thumbnail img {
  width: 100%;
  background-color: #f9f9f9;
  border: 12px solid #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  margin-bottom: 5px;
}
.comment-reply-title {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #555;
  margin-top: 35px;
}
.form-allowed-tags,
.alert-info {
  display: none;
}

.comment-form p label {
  display: block;
  margin-bottom: 0rem;
}

.comment-form p {
  margin-bottom: 0.5rem;
}

.comment-form input {
  line-height: 1.8;
  border: 1px solid #ddd;
  width: 100%;
  padding: 3px 12px;
}

.comment-form .submit {
  width: auto;
  padding: 5px 25px;
  line-height: 1.6;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: 10px;
  background-color: #ae9677;
}

.comment-form .submit:hover,
.comment-form .submit:active {
  color: #fff !important;
  background-color: #1bbee0 !important;
}

.comment-form .btn-primary:focus {
  box-shadow: none;
}
.comment-body .mt-0 {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
.comment-body .mt-0 .fn {
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.comment-body .mt-0 .says {
  display: none;
}
.card-header .comment-meta {
  display: inline-block;
}
.card-header .comment-meta a {
  font-size: 0.92rem;
  font-weight: 500;
}
.card-header {
  padding: 0.4rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.02);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.comment-content.card-block {
  padding: 8px 15px 5px;
}
.comment-content p {
  margin-bottom: 5px;
}
.card-footer {
  padding: 0.15rem 1.25rem 0.65rem;
  background-color: #fff;
  border-top: none;
}

.card-footer {
  padding-top: 0;
}
.card-footer a {
  font-weight: 600;
  color: #9b9b9b;
  font-size: 0.92rem;
  display: inline-block;
  padding: 0px;
  text-decoration: none;
  background-color: #fff;
  border: none;
  padding-left: 0;
}
.comment-reply .btn-primary:hover,
.comment-reply .btn-primary:active {
  color: #bd9a83 !important;
  background-color: #fff !important;
  border: none !important;
  box-shadow: none !important;
}
.form-control:focus,
.comment-form input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #c6b7a5;
  box-shadow: none;
}
.card {
  border: 1px solid rgba(0, 0, 0, 0.095);
}

.page-header .page-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.65rem;
  color: #282828;
}
.archive .site-content {
  background-color: #f9f9f9;
}
.archive .page-header .page-title {
  margin-top: 0;
}
.comments-area {
  margin-bottom: 25px;
}
.about-row,
.contact-row {
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}
.about-row {
  max-width: 1000px;
}
.contact-row {
  max-width: 1080px;
}
.about-row-picture {
  border-right: 1px solid #ddd;
  padding: 0 30px 0 15px;
}
.about-row-picture::after {
  display: block;
  content: "";
  height: 30px;
  width: 5px;
  background-color: #fff;
  position: absolute;
  right: -3px;
  bottom: 0;
}

.about-row-excerpt {
  padding: 0 15px 0 30px;
}
.about-row-excerpt p {
  text-align: justify;
  font-size: 0.93rem;
  line-height: 1.72;
}

.contact-subtitle {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.45rem;
}

.contact-row-block {
  padding: 35px 0 20px;
}
.contact-row-details {
  padding-top: 20px;
}

.clients-row {
  margin-top: 35px;
}
.client-item {
  padding: 35px 25px;
}

.sub-title {
  margin-top: 0;
  padding-bottom: 8px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.45rem;
}

.banner {
  display: table;
  width: 100%;
  height: 295px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.banner > div {
  display: table-cell;
  padding: 0 15px;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.35);
}

.banner h1,
.banner .h1-span {
  max-width: 752px;
  margin: 0 auto;
  padding: 36px 0;
  font-size: 3.85rem;
  line-height: 1.2;
  color: #fff;
  font-family: Assistant;
  text-transform: uppercase;
  font-weight: 700;
}

.page-template-video #content.site-content {
  padding-top: 0;
  background-color: #f9f9f9;
}
.video-container {
  padding-top: 3rem;
}
.contact-row-details .contact-subtitle {
  margin-top: 20px;
  margin-bottom: 45px;
}

.detail-block {
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #7b7b7b;
}

.email-phone-block {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  align-items: center;
}

.email-phone-block a {
  color: #aeaeae;
}

.email-phone-block .spacer {
  display: block;
  position: relative;
  width: 2px;
  border-right: 2px solid #c6c6c6;
  height: 15px;
  margin-left: 20px;
  margin-right: 20px;
}

.contact-details h3 {
  margin-top: 40px;
  color: #444;
  width: 100%;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.15rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
}

.contact-form .wpcf7-form p {
  font-size: 0.94rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.contact-form .wpcf7-form .btn-primary {
  width: 100%;
  border-radius: 0;
  padding: 0.35rem 0.75rem;
  background-color: #000;
  border-color: #000;
  margin-top: 20px;
}
.contact-form .wpcf7-form .btn-primary:hover,
.contact-form .wpcf7-form .btn-primary:focus,
.contact-form .wpcf7-form .btn-primary:active {
  background-color: #1bbee0;
  box-shadow: none;
  border-color: #1bbee0;
}

.contact-form .wpcf7-form .form-control {
  padding: 0.32rem 0.75rem;
  font-size: 1rem;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  width: 100%;
}

.social-block {
  text-align: center;
}

.social-item {
  padding: 4px;
}

.social-item a .fab::before {
  color: #000;
}

.social-item a:hover .fab::before {
  color: #1bbee0;
}

.site-footer .site-info {
  text-align: center;
}

.footer-social-block {
  display: inline-block;
  margin-right: 20px;
  border-right: 2px solid #bdbcbc;
  padding-right: 20px;
}
footer#colophon .footer-social-block a {
  font-size: 105%;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  padding: 0.5rem 1rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.video-article {
  width: 860px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px #0000001a;
  box-shadow: 0 0 6px #0000001a;
  margin-bottom: 3.2rem;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}

.video-block iframe .vp-center {
  display: block !important;
}

.video-block {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0;
  height: 0;
}

.video-block object,
.video-block embed,
.video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-meta {
  padding: 35px 20px;
}

.video-meta .big-post-title h3 {
  font-size: 1.22rem;
  text-align: center;
  margin-bottom: 20px;
  line-height: 28px;
  margin-top: 5px;
}
.video-meta .big-post-title h3:hover {
  color: #333;
}
.pagination-block {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
}

.pagination-block #pagination-container {
  float: none;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
}
.modal-launcher {
  display: inline-block;
  position: absolute;
  z-index: 999;
  top: calc(50% - 36px);
  left: calc(50% - 36px);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
}
.modal-launcher img {
  width: 72px;
  height: 72px;
  border: 1px solid #444;
  border-radius: 100px;
}
.video-block:hover .modal-launcher {
  opacity: 0.6;
}
.video-model {
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
}
.video-block .show {
  display: flex !important;
}
.video-model .modal-dialog {
  width: 1200px;
  max-width: 100%;
}

.video-model .modal-body {
  padding: 0;
}
.video-model .close {
  float: none;
  font-size: 1.9rem;
  font-weight: 100;
  line-height: 0;
  color: #fff;
  text-shadow: none;
  opacity: 0.95;
  position: absolute;
  top: 15px;
  right: 15px;
  border: 1px solid #fff;
  padding: 5px;
  width: 32px;
  height: 32px;
  border-radius: 25px;
  outline: none;
}

.single-album .site-content .container,
.single-album .site-header .container {
  width: 100% !important;
  max-width: 100% !important;
}

.home #content.site-content,
.page-template-gallery-template .site-content,
.page-template-album-template .site-content,
.single-album .site-content {
  padding-top: 0 !important;
}

.page-template-groups-template .site-content {
  padding-top: 1rem !important;
}

.page-template-groups-template .site-content .container {
  max-width: 1320px;
}
.the-breadcrambs {
  text-transform: uppercase;
  font-size: 0.92rem;
  margin: 10px 0 6px;
  padding-left: 68px;
  color: #6e6e6e;
  font-family: "Montserrat", sans-serif;
}

.the-breadcrambs .fas {
  margin: 0 10px;
}
.the-breadcrambs .fas::before {
  font-size: 0.85rem;
  color: #bdbdbd;
}
.gallery-cover {
  position: relative;
}
.gallery-overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;

  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;

  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
.gallery-overlay:hover {
  opacity: 1;
}

.single-post .site-content .container {
  max-width: 1020px;
}

.mega-container {
  width: 100%;
  max-width: 1480px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.page-template-blog .mega-container {
  max-width: 1200px;
}

.wp-block-image figcaption {
  margin-top: -18px !important;
  font-style: italic;
  color: #919191;
  font-size: 0.92rem;
  padding: 0 10px;
  line-height: 1.35;
}

.album-title {
  margin: 0;
  position: absolute;
  bottom: 0;
  max-width: 100%;
  display: block;
  padding: 15px 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65);
  line-height: 15px;
  font-size: 0.78rem;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-align: center;
}
.gallery-item {
  padding-right: 3px;
  padding-left: 3px;
  margin-bottom: 6px;
}

#jig1 .jig-loadMoreButton {
  margin-top: 20px !important;
  padding: 8px !important;
  border: 1px solid #eaeaea !important;
}
.pswp img {
  border: 1px solid #fff;
}

.page-id-993 .pswp img {
  border: none;
}

.pswp--light-theme .pswp__caption small {
  color: #444;
  font-size: 0.88rem;
}
.pswp__caption small {
  font-size: 0.88rem !important;
}

.post-hash-tags ul {
  padding-left: 5px;
  text-align: left;
  margin-bottom: 0;
}

.post-hash-tags ul li {
  display: inline-block;
  margin-right: 2px;
  font-style: italic;
  color: transparent;
  line-height: 1;
  font-size: 0.65rem;
}

.bw-blog-creative::after {
  display: block;
  position: relative;
  content: "";
  clear: both;
}

.phones-block-inner {
  display: flex;
  justify-content: center;
}

.phones-detail-block .phones-block-inner a {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  border-right: 2px solid #d2d2d2;
  line-height: 1;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 8px;
}

.phones-block-inner a:last-child {
  border-right: none;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% START OF MAKULA %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5*/

.makula-blog-image-block {
  margin-bottom: 15px;
}

.makula-float-block {
  opacity: 0;
  transform: translateY(7.5rem);
  -moz-transform: translateY(7.5rem);
  -webkit-transform: translateY(7.5rem);
  -o-transform: translateY(7.5rem);
  -ms-transform: translateY(7.5rem);

  transform-origin: bottom;
  transition: opacity 1.25s 0.1s, transform 0.5s 0.1s, color 0.5s;
  -moz-transition: opacity 1.25s 0.1s, transform 0.5s 0.1s, color 0.5s;
  -webkit-transition: opacity 1.25s 0.1s, transform 0.5s 0.1s, color 0.5s;
  -o-transition: opacity 1.25s 0.1s, transform 0.5s 0.1s, color 0.5s;
}

.makula-float-block.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  -webkit-transform: translateY(0) scale(1);
  -o-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
}

.makula-main-block,
.makula-block-wrapper {
  display: block;
  position: relative;
}

.blog-image-block {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 40px 25px 35px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.makula-inner-wrapper {
  display: flex;
  position: relative;
}

.blog-image-wrapper {
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}

.blog-image-block .blog-title-block {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-cats-block {
  width: 100%;
  height: 120px;
  background-color: #fff;
  align-items: center;
  display: flex;
  flex-direction: row;
  padding: 20px 50px;
  justify-content: center;
}

.blog-cats-block h4 {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  color: #919191;
  padding-right: 30px;
  border-right: 2px solid #ddd;
  line-height: 1;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-right: 10px;
  letter-spacing: 1.2px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.makula-cats-list {
  display: flex;
}

.makula-cats-list ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 10px 25px;
  margin: 0;
}

.makula-cats-list ul li {
  display: block;
  padding: 5px 15px;
}
.makula-cats-list ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 1.8px;
  color: #888;
}

.makula-cats-list ul li a:hover,
.makula-cats-list ul li .active {
  color: #1bbee0;
}

.blog-main {
  padding: 0;
}

.makula-grid {
  display: grid;
  grid-gap: 35px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  grid-auto-rows: 2px;
}

.big-post-title h3 {
  font-size: 1.3rem;
  letter-spacing: 1.2px;
  word-spacing: 0em;
  line-height: 1.3em;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #848484;
}

.post-small-meta {
  padding: 12px 0px 0;
  display: flex;
  flex-direction: row;
  line-height: 1;
}

.post-small-meta .meta-item-date {
  border-right: 2px solid #b3b3b3;
  padding-right: 15px;
  margin-right: 15px;
}

.post-small-meta .meta-item {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: #888;
}

.post-small-meta .meta-item-category {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #777;
  font-weight: 700;
}

.blog-title-block h3 {
  text-transform: uppercase;
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1.5px;
  text-align: center;
}

.page-template-portfolio .makula-blog-image-block {
  margin-top: 40px;
  margin-bottom: 30px;
}

.portfolio-title-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.makula-title h3,
.portfolio-title-block h3 {
  text-transform: uppercase;
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1.5px;
  text-align: center;
}

.makula-title h5 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #a4a4a4;
  letter-spacing: 0.5px;
  font-size: 0.95rem;
}

.portfolio-title-block h4 {
  text-transform: uppercase;
  color: #8c8c8c;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-top: 5px;
  padding: 0 25px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.title-sub-block h4 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #a4a4a4;
  letter-spacing: 0.5px;
  font-size: 0.95rem;
  padding: 0 5px;
  margin-top: 12px;
}

.title-sub-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.flo-icon-quote-left::before,
.flo-icon-quote-right::before {
  display: inherit;
}

.makula-grid-item-styel-2 .content {
  position: relative;
  overflow: hidden;
}

.makula-grid-item-styel-2 .content .creative-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  /*transform: translate(-50%,-50%);*/
  width: calc(100% - 2.25rem);
  height: calc(100% - 2.25rem);
  padding: 1.75rem;

  transform: translate(-50%, 0);
  bottom: 100%;
  top: auto;
  transition: transform 0.5s, bottom 0.5s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #6e6e6e;
  background-color: #ffffff;
}

.makula-grid-item-styel-2 .content:hover .creative-content {
  transform: translate(-50%, 50%);
  bottom: 50%;
}

.makula-grid-item::after {
  display: none;
  clear: both;
}

.makula-grid-item-styel-2 .post-small-meta .meta-item-date {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.page-template-about .blog-image-block {
  height: 500px;
}

.about-image-wrapper {
  flex-direction: row;
  flex-grow: 1;
}

.about-image-wrapper .blog-title-block {
  flex-direction: column;
  position: relative;
}

.about-excerpt-block {
  width: 45%;
  padding: 20px;
  align-items: flex-end;
  display: flex;
  color: #fff;
  font-size: 1.12rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.89);
  font-family: Sorts Mill Goudy;
  font-weight: 400;
  letter-spacing: 1px;
}

.about-excerpt-block p {
  margin-bottom: 0;
}

.arrow-bottom {
  position: absolute;
  bottom: 0px;
  width: 45px;
  height: 45px;
  background-color: #ffffff73;
  border-radius: 50px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow-bottom .flo-icon-arrow-down::before {
  color: #fff;
  display: inline;
}

.arrow-bottom .flo-icon-arrow-down {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.arrow-bottom:hover .flo-icon-arrow-down {
  transform: scale(1.2, 1.2);
}

.page-template-about .makula-blog-image-block {
  margin-bottom: 70px;
}

.page-template-about #primary {
  padding-top: 10px;
}

.page-template-about .portfolio-title-block {
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.makula-content-wrapper {
  display: block;
  position: relative;
}

.makula-content-wrapper {
  font-size: 1.15rem;
  letter-spacing: 0.5px;
  color: #777;
}

.makula-about-video {
  display: flex;
  padding: 50px;
  margin-top: 110px;
  background-color: #f8f8f8;
  margin-bottom: 100px;
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  border: 1px solid #eee;
}

.makula-about-video .makula-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  flex-grow: 1;
  background-color: #000;
}

.makula-about-video .makula-content-wrapper .makula-content-wrapper-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 1px solid #444;
  flex-grow: 1;
}

.makula-about-work {
  display: flex;
  padding: 25px 0px 50px;
  align-items: center;
  border-bottom: 1px solid #333;
  margin-bottom: 100px;
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.makula-about-work .row {
  width: 100%;
  margin: 0;
}

.action-header,
.action-text,
.action-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.action-header {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  color: #444;
}

.action-text {
  text-align: center;
  font-size: 1.04rem;
  line-height: 2;
  letter-spacing: 1px;
  color: #444;
  font-style: italic;
}

.action-link {
  padding-left: 35px;
}

.action-link a {
  letter-spacing: 2px;
  text-align: center;
  padding: 10px 30px;
  width: 100%;
  display: inline-block;
  position: relative;
  background-color: #fbfbfb;
  color: #868686;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  border-radius: 5px;
  border: 1px solid #cecece;
}

.action-link a:hover {
  border-color: #2f8796;
  color: #2f8796;
}

.makula-testimonials {
  background-color: #3a3a3c;
  padding: 20px;
  width: 1120px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.makula-testimonials-inner {
  border: 1px solid #ddd;
}

.makula-testimonials .portfolio-title-block h3 {
  color: #fff;
  font-size: 1.8rem;
}

.makula-testimonials .portfolio-title-block h4 {
  color: #fff;
}

.makula-testimonials .flo-block-title-4__quote i::before {
  color: #fff;
}

.page-template-about .makula-testimonials .portfolio-title-block {
  margin-top: 35px;
  border-bottom: none;
}

.testimonial-slick-slider {
  width: 840px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.testimonial-message {
  color: #fff;
  text-align: center;
  font-size: 0.98rem;
  line-height: 1.95;
  letter-spacing: 0.2px;
  padding: 20px 30px;
}
.testimonial-user h4 {
  width: 100%;
  display: block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.slick-arrow::before {
  color: #fff;
}

.slick-flo-prev,
.slick-flo-next {
  position: absolute;
  top: 32%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.home-slider .slick-flo-prev,
.home-slider .slick-flo-next {
  top: 48%;
  z-index: 10;
}

.home-slider .slick-flo-next {
  right: 70px;
}

.home-slider .slick-flo-prev {
  left: 30px;
}

.slick-flo-prev {
  left: -55px;
}

.slick-flo-next {
  right: -25px;
}

.makula-contact-header-block {
  margin-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 35px;
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  max-width: 100%;
}

.contact-excerpt {
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  text-align: center;
  font-size: 1.02rem;
  line-height: 1.85;
  letter-spacing: 0.5px;
  color: #868686;
}

.makula-contact-form {
  display: block;
  position: relative;
  padding: 0;
}

.makula-contact-form .makula-contact-form-inner {
  display: block;
  position: relative;
  padding: 20px 60px 50px;
  border: 1px solid #ddd;
}

.makula-contact-form .half-row input,
.makula-contact-form .form-row select {
  width: 50%;
  padding: 14px 20px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #aaa;
  color: #fff;
  outline: none;
}

.makula-contact-form .half-row input:first-child {
  border-right: 1px solid #aaa;
}

.makula-contact-form .form-row textarea,
.makula-contact-form .form-row input,
.makula-contact-form .form-row select {
  font-size: 0.96rem;
  letter-spacing: 0.4px;
}

.makula-contact-form .form-row select {
  border-right: 1px solid #aaa;
  font-size: 0.92rem;
  color: #e6e6e6;
}

.makula-contact-form .form-row select option {
  color: #2f8796;
  font-size: 0.85rem;
}

.makula-contact-form .form-row textarea {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #aaa;
  padding: 15px 20px;
  color: #f0f0f0;
}

.makula-form-fields {
  border: 1px solid #aaa;
  border-bottom: none;
  padding: 0 5px;
}

.makula-submit {
  margin-top: 20px;
  padding-left: 5px;
  flex-direction: column;
}

.makula-submit input {
  padding: 10px 22px;
  width: 180px;
  max-width: 100%;
  background-color: transparent;
  border: 1px solid #aaa;
  color: #fff;
  text-transform: uppercase;
  outline: none;
}

.makula-contact-form .form-row textarea:focus,
.makula-contact-form .form-row textarea:active,
.makula-contact-form .half-row input:focus,
.makula-contact-form .half-row input:active {
  box-shadow: none !important;
  outline: none !important;
}

.makula-submit input:hover {
  background-color: #1bbee1;
  border: 1px solid #1bbee1;
}

.makula-contact-form h3 {
  width: 100%;
  text-align: center;
  color: #333;
  margin-bottom: 40px;
  font-weight: 500;
  letter-spacing: 1.25px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.15rem;
}

::placeholder {
  color: #dac3c3;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #d9d9d9;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #d9d9d9;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #d9d9d9;
}

.email-block a {
  font-size: 1.15rem;
}

.social-detail-block .social-block {
  margin-top: 5px;
}

.social-detail-block .social-block a i::before {
  font-size: 1.2rem;
}

.contact-row-contact {
  margin-top: 0;
  padding-top: 0;
}

.header-social .social-block {
  display: inline-block;
  margin: 0;
}

.header-social {
  margin-left: 15px;
}

.home .float-header .header-social .social-item a,
.header-social .social-item a {
  color: #444;
  text-shadow: none;
}

.home
  .float-header
  .header-social
  .social-item:hover
  a
  .header-social
  .social-item:hover
  a,
.social-detail-block .social-block .social-item a:hover {
  color: #2f8796;
}

.header-social .social-item a:hover {
  color: #2f8796;
}

.social-detail-block .social-block .social-item a {
  color: #aaa;
}

.footer-social-block .social-item {
  padding: 4px 8px;
}

.footer-social-block .social-item a {
  line-height: 1;
}

.gallery-container {
  display: block;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

.column-container {
  width: 980px;
  max-width: 100%;
  padding: 0 15px;
}

.grid-container {
  width: 1400px;
  padding: 0 20px;
  max-width: 100%;
}

.gallery-column-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.gallery-column-list li {
  margin-bottom: 50px;
}

.gallery-column-list .landscape img {
  width: 100%;
  height: auto;
}

.gallery-column-list .portrait {
  display: block;
  width: 100%;
  max-height: calc(100vh - 110px);
  text-align: center;
  background-repeat: repeat;
}

.gallery-column-list .portrait img {
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gallery-carousel-list {
  height: calc(100vh - 280px);
  max-height: 700px;
  padding: 0;
}

.gallery-carousel-list .slick-list,
.gallery-carousel-list .slick-track {
  height: 100%;
}

.gallery-carousel-list .gallery-carousel-item {
  margin-right: 20px;
}

.gallery-carousel-list .gallery-carousel-item img {
  height: 100%;
  width: auto;
}

.gallery-carousel-list .slick-flo-prev,
.gallery-carousel-list .slick-flo-next {
  bottom: -60px;
  top: unset;
}

.gallery-carousel-list .slick-flo-prev {
  left: 30px;
}

.gallery-carousel-list .slick-flo-next {
  right: 60px;
}

.gallery-carousel-list .slick-arrow::before {
  color: #a2a2a2;
}

.gallery-container .gallery,
.gallery-container .post {
  margin-bottom: 0;
}

.page-template-gallery-template .entry-header,
.gallery-container .gallery .entry-header,
.gallery-container .post .entry-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 65px;
  margin-bottom: 50px;
}

.page-template-gallery-template .entry-header {
  margin-top: 0;
  margin-bottom: 35px;
}

.page-template-gallery-template .entry-header .makula_quote ::before,
.gallery-container .gallery .entry-header .makula_quote ::before,
.gallery-container .post .entry-header .makula_quote ::before {
  color: #999;
  font-size: 0.8rem;
}

.page-template-gallery-template .entry-title,
.gallery-container .gallery .entry-title,
.gallery-container .post .entry-title {
  margin-top: 0;
  display: inline-block;
  border-bottom: none;
  padding: 0 15px 2px;
  text-transform: uppercase;
  color: #333;
  font-size: 1.35rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1.5px;
  text-align: center;
}

.page-template-gallery-template .entry-title {
  margin-bottom: 0;
}

.gallery-container .gallery .entry-content,
.gallery-container .post .entry-content {
  font-size: 1.04rem;
  font-weight: 400;
  line-height: 1.65;
  color: #787878;
  letter-spacing: 0.35px;
  padding: 0 75px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.float-header {
  position: fixed;
  top: -125px;
  z-index: 999;
  opacity: 0;
  transition: all 0.6s ease;
  width: 100%;
}

.float-header.float-down {
  top: 0;
  opacity: 1;
}

.split-header-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.split-item {
  display: flex;
  padding: 0 30px;
}

.float-header .split-item {
  padding: 5px 30px;
}

#split-logo a img {
  width: 78px;
}

.float-header #split-logo a img {
  width: 74px;
}

#split-logo a {
  display: inline-block;
  position: relative;
}

#mobile-nav-button {
  border: none !important;
  outline: none !important;
  padding: 0;
}

.makula-blog-item {
  display: flex;
  position: relative;
  margin-bottom: 95px;
}

.makula-blog-item .content {
  display: flex;
  width: 100%;
}

.makula-blog-item .content .creative-featured,
.makula-blog-item .content .creative-content {
  width: 50%;
}

.makula-blog-item .content .creative-featured .big-post-title {
  display: block;
  width: 100%;
  height: 100%;
}

.makula-blog-item .content .creative-featured {
  height: 365px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.makula-blog-items-wrapper .article-right .content {
  flex-direction: row-reverse;
}

.makula-blog-item .content .creative-content {
  padding-left: 2.5rem;
  padding-right: 1.5rem;
}

.makula-blog-items-wrapper .article-right .creative-content {
  padding-right: 2.5rem;
  padding-left: 0;
}

.makula-blog-items-wrapper .article-right .big-post-title h3,
.makula-blog-items-wrapper .article-right .post-excerpt-meta,
.makula-blog-items-wrapper .article-right .read-more-button {
  text-align: right;
}

.makula-blog-items-wrapper .article-right .post-small-meta {
  justify-content: right;
}

.post-excerpt-meta {
  margin-top: 50px;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0.55px;
  font-size: 1rem;
  color: #888;
}

.read-more-button {
  display: block;
  position: relative;
  margin-top: 35px;
}

.makula-contact-form
  div.wpforms-container-full
  button#wpforms-submit-997::after {
  border: none !important;
}

.read-more-button a,
.makula-contact-form div.wpforms-container-full button#wpforms-submit-997 {
  display: inline-block;
  position: relative;
  padding: 7px 45px;
  background-color: #fbfbfb;
  color: #868686;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  border-radius: 5px;
  border: 1px solid #cecece;
  box-shadow: none !important;
  outline: none !important;
}

.read-more-button a:hover,
.makula-contact-form
  div.wpforms-container-full
  button#wpforms-submit-997:hover {
  border-color: #2f8796;
  color: #2f8796;
  background: #fbfbfb !important;
}

.makula-cats-list ul .non-break {
  min-width: 155px;
}

.page-item .page-link {
  border-radius: 0 !important;
  background-color: #f0f0f0;
  border: none;
  color: #999;
  font-size: 1rem;
}

.page-item .page-link:hover {
  background-color: #1bbee1;
  color: #fff;
}

.pagination .page-item {
  padding: 2px;
  display: block;
}

.pagination .page-item .current {
  padding: 0.35rem 0.75rem;
  line-height: 1;
  display: flex;
  color: #fff;
  background-color: #1bbee1;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}

.portfolio-wrapper {
  display: grid;
  grid-row-gap: 55px;
  grid-template-columns: 50% 50%;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 50px;
}

.portfolio-wrapper .makula-grid-double .content .creative-featured {
  height: 485px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.portfolio-wrapper .makula-grid-double .creative-content {
  display: flex;
  position: relative;
  background-color: #f7f8f8;
  padding: 35px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio-wrapper .makula-grid-double .big-post-title h3 {
  margin-top: 0;
  font-size: 1.05rem;
  font-weight: 500;
  margin-bottom: 5px;
}

.title-sub-block span {
  color: #bfbfbf;
  font-size: 0.95rem;
}

.makula-grid-double {
  padding: 0 17px;
}

.makula-grid-double .creative-featured a {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.makula-grid-double .creative-featured a:hover {
  background-color: rgba(227, 227, 227, 0.35);
}

.portfolio-item-button {
  opacity: 0;
  background-color: #fff;
  display: inline-block;
  padding: 11px 45px;
  color: #888;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.3s ease-in;
}

.makula-grid-double .creative-featured a:hover .portfolio-item-button {
  opacity: 1;
}

.portfolio-item-button:hover {
  color: #1bbee0;
}

.page-template-featured .makula-blog-image-block {
  margin-top: 50px;
  margin-bottom: 100px;
}

.page-template-featured .title-sub-block {
  margin-top: 10px;
}

.nav-item .dropdown-toggle::after {
  font-size: 1rem;
}

.makula-about-top {
  display: block;
  position: relative;
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0px;
  max-width: 100%;
}

.makula-about-top .about-top-text .makula-content-wrapper {
  font-size: 1.02rem;
  letter-spacing: 0.5px;
  color: #444;
  line-height: 1.75;
  text-align: justify;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.makula-about-top .about-top-text .makula-content-wrapper p {
  margin-bottom: 18px;
}

.makula-about-top .portfolio-title-block h3 {
  letter-spacing: 0.65px;
  margin-bottom: 25px;
}

.makula-instagram {
  display: block;
  position: relative;
  padding: 50px 20px 40px;
}

.makula-instagram h3 {
  text-transform: uppercase;
  color: #444;
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 45px;
  padding: 0 25px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin-bottom: 20px;
}

.makula-instagram span {
  text-align: center;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 40px;
  display: block;
  width: 100%;
  position: relative;
}

.makula-instagram span a {
  color: #a8a8a8;
}

.posted-on {
  color: #a6a6a6;
  font-size: 0.92rem;
  font-weight: 600;
}

.posted-on a .entry-date {
  font-size: 0.92rem;
  color: #868686;
  font-weight: 600;
}

.grid-container .entry-content,
.carousel-container .entry-content {
  width: 950px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.gallery-carousel-list {
  margin-bottom: 85px;
}

.entry-header-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.error404 #primary {
  text-align: center;
}

.error404 .page-title {
  text-transform: uppercase;
  color: #2f8795;
  font-size: 1.95rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1.8px;
  text-align: center;
  margin-top: 100px;
}

.error404 .page-content p {
  font-size: 1.15rem;
  letter-spacing: 0.6px;
  font-weight: 600;
  margin-top: 30px;
  color: #8a8a8a;
}

.error404 .page-content a {
  font-size: 0.95rem;
  letter-spacing: 0.6px;
  font-weight: 700;
  margin-top: 40px;
  color: #9d9d9d;
  text-transform: uppercase;
  cursor: pointer;
}

.error404 .page-content a:hover {
  color: #1bbee1;
}

.error404 .site-content {
  min-height: 300px !important;
}

.pswp__share--pinterest,
.pswp__share--googleplus {
  display: none !important;
}

.button-block {
  display: flex;
  flex-direction: row;
  margin-right: 20px;
}

#email-spinner {
  display: none;
}

#email-spinner img {
  width: 20px;
  height: auto;
  border-radius: 50px;
}

.spinner-block {
  display: flex;
  margin-left: -26px;
  align-items: center;
}

.email-msg-block {
  display: none;
  line-height: 1;
  border: none;
  padding: 5px 12px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 500;
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  border-radius: 3px;
}

#email-success-message {
  background-color: #04a8048a;
}

#email-error {
  background-color: #ce2727;
}

.email-msg-block strong {
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}

.home .full-width-container {
  padding: 0;
}

.home .full-width-container section {
  padding: 1.25rem 0 0;
}

.home-slider-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: calc(100vh - 75px);
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 35px;
  z-index: 1;
}

.home-slider,
.home-slider .sinlge-slide {
  display: block;
  position: relative;
  width: 100vw !important;
  height: 100vh !important;
}

.home-slider .sinlge-slide {
  background-size: cover;
  background-position: center center;
}

.home header#masthead.float-panel {
  position: relative;
  z-index: 999;
}

.home header#masthead.float-header {
  background-color: #fff;
}

.home-slider .slick-arrow::before {
  font-size: 1.45rem;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 700;
}

.home-slider .slick-arrow:hover::before {
  color: rgba(255, 255, 255, 0.92);
}

.inner-container {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}

.home-section {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
}

.home-section-wrapper {
  display: flex;
  flex-direction: row;
  margin: 0 -15px;
  position: relative;
}

.home-divider {
  display: block;
  position: relative;
  width: 100%;
}

.home-section .half-block {
  display: block;
  position: relative;
  width: 50%;
  padding: 0 15px;
}

.home-section .half-block.text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-section .full-block {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 15px;
}

div.mansonry-wrapper {
  display: block;
  position: relative;
  padding: 0 3.2rem;
}

.half-block .about-text {
  text-align: center;
  font-size: 1rem;
  color: #444;
  line-height: 1.75;
  padding-left: 20px;
}

.half-block .about-text p {
  margin-bottom: 10px;
}

.half-block .read-more-button {
  text-align: center;
}

.home-divider {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  border-top: 1px solid #e3e3e3;
}

.about-text .title-sub-block {
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 10px;
}

.about-text .title-sub-block h4 {
  margin: 5px 0 0;
  padding: 0 12px;
  font-size: 1.06rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.about-text p em {
  font-weight: 600;
  color: #717171;
}

.half-block.about-image img {
  border-radius: 12px;
}

.mini-sub-title h5 {
  margin: 20px 0 20px;
}

.mini-sub-title h5 a {
  color: #8c8c8c;
  font-weight: 500;
  font-style: italic;
  font-size: 0.9rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.envirabox-bg {
  background: #fff !important;
}

[class^="envira-icons-"],
[class*=" envira-icons-"],
.envirabox-theme-base_dark .envirabox-close::before,
.envirabox-theme-base_dark .envirabox-thumbs::before,
.envirabox-theme-base_dark .envirabox-nav span::before,
.envirabox-theme-base_dark .envirabox-nav span::after,
.envirabox-theme-base_dark .envira-close-button::before,
.envirabox-theme-base_dark .envira-fullscreen-button::before,
.envirabox-theme-base_dark .envira-zoom-button::before,
.envirabox-theme-base_dark .envirabox-slideshow-button::before,
.envirabox-theme-base_dark .envirabox-audio-button::before,
.envirabox-theme-base_dark .envira-social-network a::after,
.envirabox-theme-base_dark .envira-download-button::before,
.envirabox-theme-base_dark .envirabox-button--play::before,
.envirabox-theme-base_dark .envirabox-button--pause::before,
.envirabox-theme-base_dark .envira-thumbs-button::before,
.envirabox-theme-base_dark .envira-printing-button::before,
.envirabox-theme-base_dark .envira-icons-whatsapp::before,
.envirabox-theme-base_dark .envira-icons-linkedin::before {
  color: #333 !important;
}

.envirabox-theme-base_dark .envirabox-caption-wrap {
  background: rgba(215, 215, 215, 0.1) !important;
}

.home-first {
  margin-top: 50px;
}

.row-section.home-about {
  background-color: #f7f7f7;
}

.home-section .makula-instagram {
  width: 100%;
  padding: 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-top: 40px;
  margin-bottom: 65px;
  padding-bottom: 10px;
}

.home-section .makula-instagram h3 {
  color: #444;
  font-size: 1.12rem;
  font-weight: 500;
  margin-top: 35px;
  margin-bottom: 10px;
}

.home-section .sbi-owl-stage-outer {
  margin: 0 -10px;
}

.home-section.insta-about {
  padding-top: 30px;
}

.bg-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(53, 53, 53, 0.75);
}

.home-contact div.wpforms-container-full input,
.home-contact div.wpforms-container-full select,
.home-contact div.wpforms-container-full textarea {
  background-color: transparent !important;
  color: var(--wpforms-field-text-color) !important;
  border: 1px solid rgba(255, 255, 255, 0.75) !important;
}

.home-contact div.wpforms-container-full input:focus,
.home-contact div.wpforms-container-full select:focus,
.home-contact div.wpforms-container-full textarea:focus {
  box-shadow: 0 0 0 1px #fff, 0px 1px 2px rgba(0, 0, 0, 0.15) !important;
}

.home-contact div.wpforms-container-full .wpforms-field-label {
  color: #c6c3bc;
  text-align: left;
  margin-bottom: 5px;
  font-size: 0.98rem;
  letter-spacing: 0.45px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.home-contact div.wpforms-container-full .wpforms-field-sublabel {
  color: #c6c3bc;
  text-align: left;
}

.home-contact div.wpforms-container-full input::placeholder,
.home-contact div.wpforms-container-full select::placeholder,
.home-contact div.wpforms-container-full textarea::placeholder {
  color: #fff !important;
  opacity: 0.45 !important;
  pointer-events: none !important;
}

.home-contact .wpforms-submit-container {
  text-align: left;
}

.home-contact .wpforms-submit-container .wpforms-submit {
  min-width: 160px;
  border-radius: 50px;
  border: 1px solid #fff;
  background-color: #a8a6a1 !important;
  text-transform: uppercase;
  font-size: 0.94rem;
  font-family: "Montserrat", sans-serif;
}

.home-contact div.wpforms-container-full input,
.home-contact div.wpforms-container-full select,
.home-contact div.wpforms-container-full textarea {
  color: rgba(255, 255, 255, 0.95) !important;
}

.home-contact div.wpforms-container-full button[type="submit"]:focus::after {
  display: none;
}

.home-contact div.wpforms-container-full .wpforms-form em.wpforms-error {
  color: #f48d8d;
  text-align: right;
  margin-top: 3px;
  font-family: "Montserrat", sans-serif;
}

.home-contact
  div.wpforms-container-full
  .wpforms-form
  label.wpforms-error::before,
.home-contact
  div.wpforms-container-full
  .wpforms-form
  em.wpforms-error::before {
  background-color: #ff7e7e;
}

.home-contact .mak-identity em.wpforms-error {
  margin-top: -20px !important;
}

.home-contact .contact-details {
  display: flex;
  flex-direction: column;
  padding-top: 15%;
  padding-left: 15%;
}

.home-contact .contact-details h3 {
  text-align: left;
  color: #fff;
  margin-bottom: 30px;
}

.home-contact .contact-details .email {
  text-align: left;
  color: #c6c3bc;
  margin-bottom: 30px;
  font-size: 0.95rem;
  letter-spacing: 0.45px;
}
.home-contact .contact-details a {
  color: #c6c3bc;
}

.home-contact .contact-details a i::before {
  font-size: 1.25rem;
}

.contact-details .half-block {
  padding: 0;
  color: #fff;
}

.contact-details .social-block {
  text-align: left;
  margin-left: -12px;
}

.home #content.site-content {
  padding-bottom: 0;
}

.site-footer .container {
  padding: 15px !important;
}

.makula-about-top .half-block.about-image {
  width: 510px;
  max-width: 100%;
}

.makula-contact-form div.wpforms-container-full input,
.makula-contact-form div.wpforms-container-full select,
.makula-contact-form div.wpforms-container-full textarea {
  outline: none !important;
  box-shadow: none !important;
}

.makula-contact-form div.wpforms-container-full input:focus,
.makula-contact-form div.wpforms-container-full select:focus,
.makula-contact-form div.wpforms-container-full textarea:focus {
  border-color: #888 !important;
}

.makula-contact-form
  div.wpforms-container-full
  .wpforms-layout-column-50:first-child {
  padding-right: 25px !important;
}

.makula-contact-form
  div.wpforms-container-full
  .wpforms-layout-column-50:last-child {
  padding-left: 25px !important;
}

.makula-contact-form div.wpforms-container-full .wpforms-layout-column-50 input,
.makula-contact-form
  div.wpforms-container-full
  .wpforms-layout-column-50
  select,
.makula-contact-form
  div.wpforms-container-full
  .wpforms-layout-column-50
  textarea {
  border-width: 0 0 1px 0 !important;
  border-radius: 0;
  padding: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.makula-contact-form .wpforms-field.adjust-less {
  padding-bottom: 3px;
}

.makula-contact-form .wpforms-field.adjust-less label {
  margin-bottom: 2px;
}

.wpforms-container .wpforms-field {
  float: none;
  clear: both;
}

.makula-contact-form .wpforms-field.adjust-more {
  padding-top: 36px;
}

.makula-contact-form .wpforms-field.adjust-more.two {
  padding-top: 24px;
}

.makula-contact-form .wpforms-container .wpforms-field-label {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #888;
  letter-spacing: 0.45px;
}

.makula-contact-form
  .wpforms-container
  .wpforms-field:not(.wpforms-layout-column-50 .wpforms-field) {
  margin-bottom: 20px;
}

.contact-details .social-detail-block .social-block {
  text-align: center;
}

.makula-contact-form
  div.wpforms-container-full
  .wpforms-form
  .wpforms-submit-container {
  text-align: center;
}

.makula-contact-form .wpforms-container .wpforms-form em.wpforms-error {
  margin-top: 5px;
}

.page-template-contact .makula-instagram {
  margin-top: 0;
  padding-top: 0;
}

#mobile-nav #menu-main-menu li {
  border-bottom: 1px solid #e3e3e3;
}

#mobile-nav #menu-main-menu .dropdown-menu li {
  border-bottom: none;
}

#mobile-nav #menu-main-menu li a {
  padding: 0.65rem 1rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  END OF MAKULA %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
@media (max-width: 1680px) {
  .page-template-gallery-template .full-width-container {
    padding-left: 65px;
    padding-right: 65px;
  }
}

@media (min-width: 1200px) {
  .navbar-light .navbar-brand {
    display: none;
  }

  .site-header .navbar #mobile-nav {
    display: none !important;
  }
  .mobile-header-social {
    display: none;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
    border-radius: 0;
    border: 4px solid #c6c6c6;
    background-color: #fff;
    min-width: 220px;
  }
}

@media (max-width: 1525px) {
  .site-main {
    padding: 0 50px;
  }

  .home .site-main {
    padding: 0;
  }

  .page-template-gallery-template .full-width-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1450px) {
  .makula-blog-item .content .creative-featured {
    width: 55%;
  }

  .makula-blog-item .content .creative-content {
    width: 45%;
  }
  .makula-blog-items-wrapper .article-right .creative-content {
    padding-left: 0;
  }

  .portfolio-wrapper .makula-grid-double .content .creative-featured {
    height: 415px;
  }
}

@media (max-width: 1350px) {
  .makula-blog-item .content .creative-featured {
    width: 52%;
    height: 420px;
  }

  .makula-blog-item .content .creative-content {
    width: 48%;
    padding-left: 4.5rem;
  }
  .makula-blog-items-wrapper .article-right .creative-content {
    padding-right: 4.5rem;
    padding-left: 0;
  }

  .portfolio-wrapper .makula-grid-double .content .creative-featured {
    height: 355px;
  }

  .home-section.insta-about {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 1280px) {
  .home-slider-wrapper {
    margin-top: -123px;
  }

  .insta-about .home-section-wrapper {
    padding: 0 80px;
  }

  .home-contact .contact-details {
    width: 40%;
  }

  .home-contact .half-block.text-block {
    flex: 1;
    padding-right: 60px;
  }
}

@media (max-width: 1255px) {
  .makula-blog-item .content .creative-featured {
    height: 385px;
  }

  .row-section.home-about .inner-container {
    padding: 0 30px;
  }

  .half-block .about-text {
    font-size: 1.08rem;
  }

  .home-section.insta-about {
    padding-top: 10px;
  }

  .makula-about-top .about-top-text .makula-content-wrapper {
    font-size: 1.05rem;
  }
}

@media (max-width: 1199px) {
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    text-align: center;
    font-size: 1rem;
  }
  .about-row-picture {
    padding: 0 15px 0 15px;
  }
  .about-row-excerpt {
    padding: 0 15px 0 15px;
  }
  .about-row,
  .contact-row {
    padding: 0;
  }
  .big-post-title h3 {
    margin-top: 0;
  }

  .split-header-menu {
    display: none;
  }

  #masthead.float-header {
    display: none;
  }

  header#masthead {
    margin-top: 0px;
  }

  .navbar .navbar-brand a {
    width: 75px;
  }

  .home #mobile-nav {
    margin-bottom: 100px;
    padding-bottom: 20px;
  }

  body.home:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #6a6a6a;
    text-shadow: none;
  }

  .home-slider-wrapper {
    margin-top: -132px;
  }

  .mobile-header-social {
    margin-left: auto;
  }

  #mobile-nav-button {
    margin-left: 40px;
  }

  .mobile-header-social .social-block {
    text-align: center;
    display: flex;
    flex-direction: row;
  }

  .mobile-header-social .social-block .social-item {
    padding: 4px;
  }

  .mobile-header-social .social-block .social-item a {
    font-size: 1.1rem;
    background-color: #444;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 25px;
    text-align: center;
    color: #fff;
  }

  .mobile-header-social .social-block .social-item a i {
    font-size: 1.1rem;
    line-height: 1;
    text-align: center;
  }

  .mobile-header-social .social-block .social-item .flo-icon-twitter {
    margin-left: 2px;
    margin-top: 2px;
  }

  .mobile-header-social .social-block .social-item .flo-icon-instagram {
    margin-left: 1px;
    margin-top: 1px;
  }

  .mobile-header-social .social-block .social-item .flo-icon-facebook {
    margin-top: 2px;
  }

  .post-excerpt-meta {
    line-height: 1.6;
  }

  .navbar-nav .dropdown-menu {
    margin-bottom: 15px;
    margin-left: 0;
  }

  .dropdown-menu .dropdown-item {
    line-height: 1.25;
    font-size: 1rem;
    font-weight: 600;
    color: #979797;
    text-align: center;
    font-style: italic;
  }

  .slick-flo-prev,
  .slick-flo-next {
    top: auto;
    bottom: 40px;
  }

  .slick-flo-next {
    right: 80px;
  }

  .slick-flo-prev {
    left: 80px;
  }

  .home-slider-wrapper {
    margin-bottom: 80px;
  }
}

@media (max-width: 1150px) {
  .site-main {
    padding: 0 30px;
  }

  .makula-blog-item .content .creative-featured {
    height: 345px;
  }

  .read-more-button a {
    padding: 8px 35px;
  }

  .makula-blog-item {
    margin-bottom: 120px;
  }

  .portfolio-wrapper .makula-grid-double .content .creative-featured {
    height: 295px;
  }

  .page-template-about #primary {
    padding-top: 10px;
  }

  .home-section .half-block.about-image {
    width: 45%;
    display: flex;
    align-items: center;
  }

  .home-section .half-block.text-block {
    width: 55%;
  }

  .row-section {
    padding: 40px 0;
  }

  .about-text .title-sub-block h4 {
    font-size: 1.15rem;
  }

  .mini-sub-title h5 a {
    font-size: 1.05rem;
  }

  header#masthead {
    padding: 15px 35px;
  }

  .makula-about-top .about-top-text .makula-content-wrapper {
    font-size: 1.1rem;
  }
}

@media (max-width: 1060px) {
  .makula-about-video iframe {
    height: 500px !important;
  }

  .home-section.insta-about {
    padding-top: 0;
  }

  .read-more-button a,
  .makula-contact-form div.wpforms-container-full button#wpforms-submit-997 {
    font-size: 1.05rem;
  }
}

@media (max-width: 1024px) {
  .home-slider-wrapper {
    margin-top: -128px;
  }
}

@media (max-width: 991px) {
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 1.05rem;
  }
  .client-item {
    padding: 35px 15px;
  }

  #mobile-nav {
    padding: 20px 0;
  }

  .blog-cats-block {
    flex-direction: column;
  }

  .blog-cats-block h4 {
    padding: 5px;
    border: none;
    margin-top: 20px;
    font-size: 1.1rem;
    margin-bottom: 5px;
  }

  .makula-cats-list ul {
    padding: 5px 0px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }

  .blog-cats-block {
    padding: 20px 0px;
  }

  .makula-cats-list ul li {
    padding: 2px;
    display: inline-block;
    position: relative;
    line-height: 1;
  }

  .makula-cats-list {
    width: 100%;
    text-align: center;
  }

  .makula-cats-list ul {
    padding: 5px 0px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    display: block;
    width: 100%;
  }

  .makula-cats-list ul li a {
    padding: 6px 8px;
    display: block;
    background-color: #f5f5f5;
  }

  .portfolio-wrapper .makula-grid-double .creative-content {
    padding: 25px 30px;
  }

  .page-template-portfolio .makula-blog-image-block {
    margin-bottom: 40px;
    margin-top: 30px;
  }

  .dropdown-menu .dropdown-item {
    line-height: 1.75;
    font-size: 1.15rem;
    font-style: normal;
    font-weight: 500;
  }

  .makula-cats-list ul .non-break {
    min-width: 125px;
  }

  .makula-about-top .about-top-text .makula-content-wrapper {
    font-size: 1.15rem;
    letter-spacing: 0.5px;
    padding: 35px 45px;
    line-height: 1.7;
  }

  .action-header {
    font-size: 1.45rem;
    margin-bottom: 40px;
  }

  .action-text {
    font-size: 1.15rem;
    line-height: 1.85;
    margin-bottom: 50px;
  }

  .action-link a {
    padding: 13px 10px;
  }

  .makula-contact-header-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .page-template-contact .mega-container {
    padding-right: 35px;
    padding-left: 35px;
  }

  .detail-block,
  .email-block a,
  .contact-excerpt {
    font-size: 1.12rem;
  }

  .contact-row-block {
    padding: 25px 0px 10px;
  }

  .makula-contact-form .makula-contact-form-inner {
    padding: 20px 50px 60px;
  }

  .gallery-container .gallery .entry-content,
  .gallery-container .post .entry-content {
    padding: 0 40px;
    font-size: 1.1rem;
  }

  .makula-instagram {
    padding: 0px 20px 20px;
  }

  .makula-instagram h3 {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .makula-instagram span {
    margin-bottom: 25px;
  }

  .half-block .about-text {
    font-size: 1.15rem;
  }

  .home-section .makula-instagram h3 {
    font-size: 1.28rem;
  }

  .home-contact .home-section-wrapper {
    flex-direction: column;
    width: 650px;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 100%;
  }

  .home-contact .half-block {
    width: 100% !important;
  }

  .home-contact .half-block.contact-details {
    padding: 30px 0 0;
    align-items: center;
  }
  .home-contact .half-block.text-block {
    padding: 0 !important;
  }

  .home-contact div.wpforms-container-full .wpforms-field-label {
    font-size: 1.12rem;
  }

  .home-contact .contact-details .email {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }

  .row.about-top-text {
    display: flex;
    flex-direction: column;
    width: 680px;
    max-width: 100%;
    margin: 0 auto;
  }

  .row.about-top-text > div {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .makula-about-top .half-block.about-image {
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 965px) {
  .makula-blog-item .content .creative-featured {
    width: 50%;
    height: 320px;
  }

  .makula-blog-item .content .creative-content {
    width: 50%;
    padding-left: 3.5rem;
  }
  .makula-blog-items-wrapper .article-right .creative-content {
    padding-right: 3.5rem;
    padding-left: 0;
  }
  .blog-image-block {
    padding-top: 35px;
    padding-bottom: 20px;
  }

  .portfolio-wrapper .makula-grid-double .content .creative-featured {
    height: 240px;
  }

  .makula-about-video {
    padding: 20px;
  }
  .makula-about-video iframe {
    height: 470px !important;
  }

  .gallery-carousel-list {
    max-height: 450px;
  }

  .home-slider .slick-flo-next {
    right: 60px;
  }

  .home-slider .slick-flo-prev {
    left: 40px;
  }

  .home-about .home-section-wrapper {
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
  }

  .home-about.featured .home-section-wrapper {
    flex-direction: column-reverse;
  }

  .home-section .half-block {
    width: 100% !important;
  }

  .half-block.about-image img {
    width: 450px;
    margin: 0 auto 30px;
  }

  .half-block .about-text {
    padding-left: 0;
  }
}

@media (max-width: 954px) {
  .home-slider-wrapper {
    margin-top: -125px;
  }

  .insta-about .home-section-wrapper {
    padding: 0 50px;
  }

  .about-text .title-sub-block h4 {
    font-size: 1.35rem;
  }

  .mini-sub-title h5 a {
    font-size: 1.12rem;
  }
}

@media (max-width: 850px) {
  .page-template-contact .site-main {
    padding: 0;
  }

  .home-slider-wrapper {
    margin-bottom: 60px;
  }

  .page-template-gallery-template .full-width-container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .half-block .about-text {
    font-size: 1.25rem;
  }

  .read-more-button a,
  .makula-contact-form div.wpforms-container-full button#wpforms-submit-997 {
    font-size: 1.15rem;
  }
}

@media (min-width: 768px) and (max-width: 845px) {
  .post-excerpt-meta {
    display: none;
  }

  .makula-blog-item .content .creative-featured {
    width: 60%;
    height: 280px;
  }

  .makula-blog-item .content .creative-content {
    width: 40%;
  }
}

@media (max-width: 800px) {
  .portfolio-wrapper .makula-grid-double .content .creative-featured {
    height: 200px;
  }
  .portfolio-wrapper .makula-grid-double .creative-content {
    padding: 20px 30px;
  }

  .portfolio-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }

  .makula-grid-double {
    padding: 0 10px;
  }

  .portfolio-item-button {
    padding: 8px 28px;
  }

  .makula-about-video {
    padding: 0;
  }

  .makula-about-video iframe {
    height: 380px !important;
  }

  .testimonial-message {
    font-size: 1.1rem;
  }

  .page-template-about .makula-testimonials .portfolio-title-block {
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .album-title {
    font-size: 0.95rem;
  }

  .about-row-picture {
    border-right: none;
  }

  .sub-title {
    text-align: center;
    margin-top: 35px;
  }

  .about-row-excerpt p {
    font-size: 1.16rem;
  }

  .clients-row {
    margin-top: 15px;
  }

  #content.site-content {
    padding-top: 2.5rem;
  }

  .full-width-container {
    padding: 1.8rem 2.5rem 0;
  }

  header#masthead {
    padding: 1rem 2.5rem 0.2rem;
  }

  .mobile-header-social .social-block .social-item a i {
    font-size: 1.2rem;
  }

  .makula-blog-item .content {
    flex-direction: column;
  }

  .makula-blog-item .content .creative-featured {
    width: 100%;
    height: 420px;
  }

  .makula-blog-item .content .creative-content {
    width: 100%;
    padding: 35px 5px 0;
  }

  .makula-blog-items-wrapper .article-right .content {
    flex-direction: column;
  }

  .big-post-title h3 {
    margin-bottom: 8px;
    font-size: 1.35rem;
  }

  .post-excerpt-meta {
    margin-top: 30px;
    line-height: 1.6;
    letter-spacing: 0.55px;
    font-size: 1.22rem;
  }

  .read-more-button a {
    padding: 8px 45px;
    font-size: 1.2rem;
  }

  .post-small-meta .meta-item-category {
    font-size: 0.9rem;
  }

  .post-small-meta .meta-item {
    font-size: 0.95rem;
  }

  .makula-grid-double .post-small-meta .meta-item {
    font-size: 0.85rem;
  }

  .makula-grid-double .post-small-meta {
    padding: 8px 0px 0;
  }

  .portfolio-wrapper {
    display: block;
  }

  .portfolio-wrapper .makula-grid-double {
    margin-bottom: 100px;
  }

  .portfolio-wrapper .makula-grid-double .content .creative-featured {
    height: 425px;
  }

  .portfolio-wrapper .makula-grid-double .creative-content {
    padding: 35px 30px;
  }

  .portfolio-item-button {
    padding: 12px 45px;
    font-size: 1.15rem;
  }

  .page-template-featured .makula-blog-image-block {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .action-text {
    font-size: 1.25rem;
    line-height: 1.85;
  }

  .action-link a {
    font-size: 1.15rem;
  }

  .gallery-container .gallery .entry-content,
  .gallery-container .post .entry-content {
    padding: 0 20px;
    font-size: 1.15rem;
  }

  .home-slider-wrapper {
    margin-top: -122px;
  }

  .navbar-toggler-icon {
    width: 1.8em;
    height: 1.8em;
  }

  .title-sub-block h4 {
    font-size: 1.16rem;
  }

  #mobile-nav #menu-main-menu li a {
    padding: 0.75rem 1rem;
  }

  #mobile-nav #menu-main-menu ul li a {
    padding: 0.5rem 0;
  }
}

@media (max-width: 735px) {
  .makula-form-fields {
    border: none;
  }

  .makula-contact-form .half-row input {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #aaa;
    box-shadow: none;
    border-radius: 0;
    outline: none;
  }

  .makula-contact-form .form-row textarea {
    border: 1px solid #aaa;
    box-shadow: none;
    border-radius: 0;
    outline: none;
  }

  .gallery-carousel-list {
    max-height: 400px;
  }

  .makula-submit {
    flex-direction: column;
  }

  .button-block {
    margin-right: 0;
  }

  .email-msg-block {
    padding: 8px 12px;
    font-size: 1.15rem;
    margin-top: 12px;
  }

  .home-section .makula-instagram {
    margin-top: 35px;
    margin-bottom: 50px;
  }

  .home #mobile-nav {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }

  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 1.1rem;
  }

  .makula-about-top .about-top-text .makula-content-wrapper {
    font-size: 1.3rem;
  }
}

@media (max-width: 685px) {
  .portfolio-wrapper .makula-grid-double .content .creative-featured {
    height: 355px;
  }

  .action-link {
    padding: 0;
  }

  .title-sub-block {
    padding: 0 20px;
  }
}

@media (max-width: 665px) {
  .makula-blog-item .content .creative-content {
    padding: 25px 5px 0;
  }

  .makula-blog-item .content .creative-featured {
    height: 360px;
  }

  .post-small-meta .meta-item {
    font-size: 0.9rem;
  }

  .makula-blog-item {
    margin-bottom: 75px;
  }

  .makula-about-top .about-top-text .makula-content-wrapper {
    font-size: 1.3rem;
    padding: 30px 0;
    line-height: 1.65;
  }

  .makula-about-video {
    margin-top: 50px;
    padding: 0;
    margin-bottom: 40px;
  }

  .makula-about-video iframe {
    height: 280px !important;
  }

  .makula-contact-form .makula-contact-form-inner {
    padding: 20px 25px 40px;
  }

  .gallery-container .gallery .entry-header,
  .gallery-container .post .entry-header {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .gallery-container .gallery .entry-title,
  .gallery-container .post .entry-title {
    font-size: 1.45rem;
  }

  .posted-on {
    font-size: 1.12rem;
  }

  .posted-on a .entry-date {
    font-size: 1.05rem;
  }

  .grid-container {
    padding: 0;
  }

  .makula-about-video .makula-content-wrapper {
    padding: 10px;
  }

  .makula-about-video iframe {
    height: 310px !important;
  }

  .home-slider-wrapper {
    margin-bottom: 30px;
  }
}

@media (max-width: 595px) {
  .portfolio-wrapper .makula-grid-double .content .creative-featured {
    height: 285px;
  }

  .portfolio-wrapper .makula-grid-double {
    margin-bottom: 80px;
  }

  .page-template-about #primary {
    padding-top: 10px;
  }

  .gallery-column-list li {
    margin-bottom: 30px;
  }

  .column-container {
    padding: 0;
  }

  .home-slider-wrapper {
    margin-top: -122px;
  }
}

@media (max-width: 585px) {
  .scratch-item {
    padding: 0 15px;
    margin-bottom: 20px;
  }

  .navbar .navbar-brand a {
    width: 65px;
  }

  .gallery-carousel-list {
    max-height: none;
    height: auto;
    list-style: none;
  }

  .gallery-carousel-list .gallery-carousel-item img {
    height: auto;
    width: auto;
  }

  .gallery-carousel-list .gallery-carousel-item {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .home-slider-wrapper {
    margin-top: -105px;
  }

  .home-slider .slick-flo-next {
    right: 30px;
  }

  .home-slider .slick-flo-prev {
    left: 20px;
  }
}

@media (max-width: 580px) {
  .client-item {
    width: 50% !important;
  }
}

@media (max-width: 575px) {
  .contact-row {
    border: none;
  }
  .contact-row-details {
    padding-top: 0px;
    border-right: none !important;
  }
  .contact-row-details .contact-subtitle {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .contact-details {
    font-size: 1.18rem;
  }

  .contact-row-block {
    padding: 40px 10px 20px;
  }

  .contact-details h3 {
    font-size: 1.65rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .contact-row-contact .contact-subtitle {
    margin-top: 5px;
  }

  .contact-form .wpcf7-form p {
    font-size: 1.15rem;
  }
  .contact-form .wpcf7-form .btn-primary {
    font-size: 1.35rem;
  }
  .entry-content img {
    border: 10px solid #fff;
    margin-bottom: 20px;
  }

  article .post-thumbnail img {
    border: 10px solid #fff;
  }

  body {
    font-size: 1.14rem;
  }

  .entry-header h1.entry-title {
    font-size: 1.36rem;
    text-align: center;
    margin-top: 20px;
  }

  .gallery-item {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .album-title {
    font-size: 1rem;
  }

  .makula-cats-list ul li {
    padding: 3px;
    display: inline-block;
    position: relative;
    line-height: 1;
  }

  .makula-cats-list ul li a {
    font-size: 0.95rem;
  }

  .read-more-button a {
    padding: 7px 25px;
    min-width: 165px;
  }

  footer#colophon .footer-social-block a {
    font-size: 135%;
  }

  .blog-image-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonial-message {
    padding: 20px 15px;
    font-size: 1.22rem;
  }

  .makula-testimonials-inner .title-sub-block {
    padding: 0 15px;
  }

  .makula-testimonials-inner .title-sub-block span {
    font-size: 1rem;
  }

  .page-template-contact #primary {
    padding: 0;
  }

  .portfolio-title-block h3 {
    font-size: 1.72rem;
    letter-spacing: 1.5px;
    margin-top: 5px;
  }

  .portfolio-title-block h4 {
    font-size: 1.2rem;
  }

  .makula-contact-form .form-row textarea,
  .makula-contact-form .form-row input {
    font-size: 1.15rem;
  }

  .row-section {
    padding: 30px 0;
  }

  .home-first {
    margin-top: 30px;
  }

  .row-section.home-about .inner-container {
    padding: 0 15px;
  }

  .home-contact .home-section {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .home-contact div.wpforms-container-full .wpforms-field-label {
    font-size: 1.25rem;
  }

  .title-sub-block h4 {
    font-size: 1.22rem;
  }

  footer#colophon {
    font-size: 100% !important;
  }
}

@media (max-width: 550px) {
  .makula-blog-item .content .creative-featured {
    height: 300px;
  }

  .blog-title-block h3 {
    font-size: 1.85rem;
    margin-top: 5px;
  }
  .makula-submit input {
    width: 100%;
    border-radius: 0;
  }

  .gallery-container .gallery .entry-content,
  .gallery-container .post .entry-content {
    padding: 0;
    font-size: 1.15rem;
  }

  .gallery-column-list .portrait {
    height: auto !important;
  }

  .portfolio-wrapper .makula-grid-double .big-post-title h3 {
    font-size: 1.2rem;
  }

  .home #mobile-nav {
    padding-bottom: 0px;
  }

  .esgbox-navigation .esgbox-button {
    height: 38px;
    width: 38px;
  }

  div.mansonry-wrapper {
    padding: 0 25px;
  }

  div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-row {
    display: flex;
    flex-direction: column;
  }

  .wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-half {
    width: 100% !important;
    padding: 5px 0 !important;
  }

  .mega-container {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (max-width: 535px) {
  .footer-social-block {
    display: block;
    margin-right: 0;
    border-right: none;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .social-item {
    padding: 6px;
  }

  #mobile-nav-button {
    margin-left: 20px;
  }

  .portfolio-wrapper .makula-grid-double .content .creative-featured {
    height: 240px;
  }

  .portfolio-wrapper .makula-grid-double .creative-content {
    padding: 25px 30px;
  }

  .portfolio-item-button {
    padding: 8px 28px;
  }

  .dropdown-menu .dropdown-item {
    font-size: 1.11rem;
  }

  .makula-about-top .about-top-text .makula-content-wrapper {
    font-size: 1.28rem;
    padding: 0;
    line-height: 1.65;
    margin-top: 20px;
  }

  .makula-about-video iframe {
    height: 240px !important;
  }

  .action-header {
    font-size: 1.45rem;
    margin-bottom: 25px;
  }

  .action-text {
    font-size: 1.3rem;
    line-height: 1.85;
    margin-bottom: 40px;
  }

  .makula-about-work {
    margin-bottom: 60px;
  }

  .makula-contact-form .half-row input {
    padding: 12px 15px;
  }

  .contact-row-block {
    padding: 20px 0px 20px;
  }

  .page-template-contact .mega-container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .detail-block,
  .email-block a,
  .contact-excerpt {
    font-size: 1.2rem;
  }

  .phones-detail-block .phones-block-inner a {
    font-size: 1.18rem;
  }

  .contact-excerpt {
    padding: 0 15px;
    font-size: 1.28rem;
    line-height: 1.65;
  }

  .error404 .page-title {
    font-size: 1.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 60px;
  }

  .error404 .page-content p {
    font-size: 1.25rem;
  }

  .error404 .page-content a {
    font-size: 1.12rem;
    letter-spacing: 0.6px;
    margin-top: 50px;
    cursor: pointer;
  }

  .makula-instagram span {
    margin-bottom: 15px;
    font-size: 1.15rem;
  }

  .phones-detail-block .phones-block-inner a {
    padding: 0 5px;
  }

  .insta-about .home-section-wrapper {
    padding: 0 30px;
  }

  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 1.18rem;
  }
}

@media (max-width: 480px) {
  .home-slider-wrapper {
    margin-top: -102px;
  }
}

@media (max-width: 475px) {
  .makula-blog-item .content .creative-featured {
    height: 250px;
  }

  .site-main {
    padding: 0px;
  }

  .post-excerpt-meta {
    margin-top: 25px;
  }

  .makula-about-video {
    padding: 5px;
  }

  .makula-about-video iframe {
    height: 235px !important;
  }

  .gallery-container .site-main {
    padding: 5px;
  }

  .carousel-container .site-main,
  .column-container .site-main {
    padding: 20px;
  }

  .gallery-container .gallery .entry-content,
  .gallery-container .post .entry-content {
    margin-bottom: 5px;
    margin-top: 40px;
  }

  .makula-about-top .portfolio-title-block h3 {
    margin-top: 5px;
  }

  .page-template-about .portfolio-title-block {
    padding-bottom: 15px;
  }

  .half-block .about-text {
    font-size: 1.4rem;
  }
}

@media (max-width: 455px) {
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 1.1rem;
    font-weight: 600;
  }
  .navbar-brand {
    height: auto;
    width: auto;
  }

  .client-item {
    padding: 20px 10px;
  }

  .full-width-container {
    padding: 1.8rem 1.3rem 0;
  }

  header#masthead {
    padding: 0.75rem 2rem 0.2rem;
  }

  .mobile-header-social .social-block .social-item .flo-icon-facebook {
    margin-top: 1px;
  }

  .mobile-header-social .social-block .social-item .flo-icon-twitter {
    margin-top: 1px;
  }

  .title-sub-block span {
    font-size: 1rem;
    padding-top: 8px;
  }

  .portfolio-title-block h4 {
    padding: 0;
  }

  .slick-flo-prev,
  .slick-flo-next {
    bottom: 20px;
  }

  .slick-flo-next {
    right: 30px;
  }

  .slick-flo-prev {
    left: 10px;
  }

  .gallery-container .gallery .entry-content,
  .gallery-container .post .entry-content {
    padding: 0 5px;
    font-size: 1.22rem;
  }

  .gallery-column-list li {
    margin-bottom: 18px;
  }

  .home-section .half-block.text-block {
    padding: 0 5px;
  }

  .half-block.about-image img {
    margin: 0 auto 20px;
  }

  .home-contact div.wpforms-container-full .wpforms-field-label {
    font-size: 1.3rem;
  }

  .home-contact .wpforms-submit-container .wpforms-submit {
    font-size: 1.2rem;
  }
}

@media (max-width: 400px) {
  .portfolio-wrapper .makula-grid-double .content .creative-featured {
    height: 195px;
  }

  .portfolio-wrapper .makula-grid-double {
    margin-bottom: 60px;
  }

  .makula-about-top .about-top-text .makula-content-wrapper {
    font-size: 1.4rem;
    padding: 25px 0 20px;
    line-height: 1.7;
  }

  .makula-about-video iframe {
    height: 195px !important;
  }

  .makula-contact-form .makula-contact-form-inner {
    padding: 15px 20px 35px;
  }

  .makula-about-video .makula-content-wrapper {
    padding: 5px;
  }
}

@media (max-width: 380px) {
  .navbar-brand {
    width: auto;
  }

  .makula-blog-item .content .creative-featured {
    height: 205px;
  }

  .read-more-button {
    margin-top: 25px;
  }

  .read-more-button a {
    padding: 6px 25px;
  }

  .makula-blog-item {
    margin-bottom: 60px;
  }
  .makula-about-video {
    margin-top: 35px;
    margin-bottom: 30px;
  }
}

@media (max-width: 350px) {
  .navbar-brand {
    width: auto;
    margin-left: 5px;
    margin-right: 10px;
  }
}

@media (max-width: 303px) {
  .home-slider-wrapper {
    margin-top: -125px;
  }
}
/*===================================================================================================================================================================================================*/
/*===================================================================================================================================================================================================*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #fff;
  background-color: #3a3a3c;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}
.comment-form .submit {
  width: auto;
  padding: 5px 25px;
  line-height: 1.6;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: 10px;
  background-color: #1bbee0;
}

.copyright a,
footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}
