@charset "UTF-8";
/*!
Theme Name: velora
Theme URI: mailto:rdnpradipta@gmail.com
Author: Ardian Pradipta 
Author URI: mailto:rdnpradipta@gmail.com
Description: velora template  
Version: 0.9.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: velora

This theme, like WordPress, is licensed under the GPL.
Base is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.mb30 {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #595959;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: 'Oswald', sans-serif;
  color: #191919;
  font-weight: 500;
}

p {
  margin-bottom: 20px;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%  
          
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 15px 15px;
  padding-left: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 15px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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%;
}

th, td {
  border: 1px solid #ebebeb;
  padding: 15px;
  text-align: center;
}

blockquote {
  background-color: #f7f7f7;
  padding: 25px;
  margin-bottom: 10px;
  border-left: 2px solid #cbd1dc;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.learnpress-page .lp-button {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid #320c3b;
  background-color: #320c3b;
  padding: 14px 30px;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 30px;
}
.menuStyle3 .top-bar button, .menuStyle3 .top-bar
.button, .menuStyle3 .top-bar
input[type="button"], .menuStyle3 .top-bar
input[type="reset"], .menuStyle3 .top-bar
input[type="submit"], .menuStyle3 .top-bar
.learnpress-page .lp-button {
  color: #fff;
}
button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.learnpress-page .lp-button:hover {
  background-color: transparent;
  color: #000;
}
.menuStyle3 .top-bar button:hover, .menuStyle3 .top-bar
.button:hover, .menuStyle3 .top-bar
input[type="button"]:hover, .menuStyle3 .top-bar
input[type="reset"]:hover, .menuStyle3 .top-bar
input[type="submit"]:hover, .menuStyle3 .top-bar
.learnpress-page .lp-button:hover {
  background-color: transparent;
  color: #000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  color: #666;
  border: 1px solid #ebebeb;
  border-radius: 0;
  padding: 15px 20px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
  color: #111;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: royalblue;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Menu styles */
.menuStyle1 .site-header > div > .row,
.menuStyle2 .site-header > div > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menuStyle2 .site-header {
  background-color: #fff;
}

.menuStyle2 .main-navigation a:hover{
  color: #320c3b;
}

.menuStyle1.page-template-template_page-builder .sticky-wrapper {
  position: absolute;
}
.menuStyle1.page-template-template_page-builder .site-header {
  background-color: transparent;
}
@media (max-width: 767px) {
  .menuStyle1.page-template-template_page-builder .site-header {
    background-color: #13151d;
  }
}
.menuStyle1.page-template-template_page-builder.static-header .site-header {
  position: absolute;
}

.menuStyle1 .fa-search {
  color: #fff;
}
.menuStyle1 .sticky-wrapper {
  position: static;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.menuStyle1 .sticky-wrapper.is-sticky a {
  color: #191919;
}
.menuStyle1 .site-header {
  position: static;
  background-color: #13151d;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  position: fixed;
}
.menuStyle1.admin-bar .sticky-wrapper,
.menuStyle1.admin-bar .site-header {
  top: 32px;
}
.menuStyle1 .site-title a,
.menuStyle1 .main-navigation a {
  color: #fff;
}
.menuStyle1 .site-description {
  color: #fff;
}
@media (max-width: 767px) {
  .menuStyle1 .main-navigation {
    background-color: #13151d;
  }
}
.menuStyle1 .main-navigation ul ul a {
  color: #1c1c1c;
}
@media (max-width: 767px) {
  .menuStyle1 .mobile-menu-toggle_lines {
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .menuStyle1 .mobile-menu-toggle_lines:before, .menuStyle1 .mobile-menu-toggle_lines:after {
    background: #fff;
  }
}

.menuStyle3.page-template-template_page-builder .sticky-wrapper {
  position: absolute;
  width: 100%;
}
.menuStyle3.page-template-template_page-builder .bottom-bar {
  background-color: rgba(255, 255, 255, 0.3);
}
.menuStyle3.page-template-template_page-builder.static-header .bottom-bar {
  position: absolute;
  z-index: 11;
}
@media (max-width: 767px) {
  .menuStyle3.page-template-template_page-builder .site-header {
    background-color: #13151d;
  }
}
@media (max-width: 767px) {
  .menuStyle3 .top-bar .row > div {
    width: 50%;
    padding: 5px;
  }
}
@media (max-width: 600px) {
  .menuStyle3 .top-bar .row > div {
    width: 100%;
  }
}
.menuStyle3 .contact-item.header-cta {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menuStyle3:not(.page-template-template_page-builder) .bottom-bar {
  background-color: #13151d;
}
.menuStyle3 .main-navigation {
  padding: 30px 0;
  width: 100%;
}
.menuStyle3 .main-navigation a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.menuStyle3 .main-navigation a:hover:after,
.menuStyle3 .main-navigation .current-menu-item:after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #320c3b;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin-left: -2px;
}
@media (max-width: 767px) {
  .menuStyle3 .main-navigation {
    background-color: #13151d;
  }
}
.menuStyle3 .top-bar {
  background-color: #fff;
}
.menuStyle3 .top-bar .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
  padding: 0 30px;
}
.menuStyle3 .top-bar .contact-item:first-of-type {
  padding-left: 0;
}
.menuStyle3 .top-bar .contact-item.header-cta {
  border: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 0;
}
.menuStyle3 .top-bar .header-social.contact-item {
  border: 0;
}
.menuStyle3 .top-bar .header-social.contact-item .fa {
  margin: 10px;
}
.menuStyle3 .top-bar .contact-item {
  font-weight: 500;
  border-right: 1px solid #ebebeb;
}
.menuStyle3 .top-bar .contact-item .fa {
  color: #320c3b;
  margin-right: 15px;
}
.menuStyle3 .top-bar .contact-item.header-social .fa,
.menuStyle3 .top-bar .contact-item.header-social a {
  color: #28293a;
}
.menuStyle3 .top-bar a {
  color: #191919;
}
.menuStyle3 .bottom-bar {
  width: 100%;
  position: relative;
}
.menuStyle3 .bottom-bar .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menuStyle3 .site-header {
  padding: 0;
}
.menuStyle3 .branding-area {
  padding: 15px;
}
.menuStyle3 .branding-area .site-branding {
  position: relative;
  z-index: 99;
}
.menuStyle3 .branding-area .container {
  height: 100%;
}
.menuStyle3 .branding-area .container .site-branding {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 11px 24px 0px rgba(51, 71, 86, 0.15);
          box-shadow: 0px 11px 24px 0px rgba(51, 71, 86, 0.15);
}
.menuStyle3 .site-title a,
.menuStyle3 .site-description {
  color: #fff;
}
.menuStyle3 .is-sticky .bottom-bar {
  background-color: #fff;
}
.menuStyle3 .is-sticky .site-title a,
.menuStyle3 .is-sticky .main-navigation a {
  color: #191919;
}
.menuStyle3 .is-sticky .site-description {
  color: #191919;
}
.menuStyle3 .sticky-wrapper {
  position: relative;
  z-index: 11;
}
@media (max-width: 767px) {
  .menuStyle3 .mobile-menu-toggle_lines {
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .menuStyle3 .mobile-menu-toggle_lines:before, .menuStyle3 .mobile-menu-toggle_lines:after {
    background: #fff;
  }
}

.menuStyle4 #site-navigation-sticky-wrapper {
  margin-bottom: -68px;
}
.menuStyle4 .contact-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .menuStyle4 .contact-area {
    display: block;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 30px;
    text-align: left;
  }
}
.menuStyle4 .contact-area .contact-block {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
}
.menuStyle4 .contact-area .contact-block:first-of-type {
  padding-left: 0;
}
@media (max-width: 767px) {
  .menuStyle4 .contact-area .contact-block:first-of-type {
    display: inline-block;
    padding: 5px;
  }
}
.menuStyle4 .contact-area .contact-block:last-of-type {
  padding-right: 0;
}
@media (max-width: 767px) {
  .menuStyle4 .contact-area .contact-block:last-of-type {
    display: inline-block;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .menuStyle4 .contact-area .contact-block {
    display: inline-block;
    padding: 5px;
  }
}
.menuStyle4 .contact-area .contact-block .contact-icon,
.menuStyle4 .contact-area .contact-block .contact-text {
  display: inline-block;
}
.menuStyle4 .contact-area .contact-block .contact-icon {
  font-size: 24px;
  color: #320c3b;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #320c3b;
  border-radius: 50%;
  text-align: center;
  margin-right: 25px;
}
.menuStyle4 .contact-area .contact-block span {
  display: block;
}
.menuStyle4 .contact-area .contact-block span:first-of-type {
  color: #595959;
}
.menuStyle4 .contact-area .contact-block span:last-of-type {
  font-weight: 500;
  color: #0e304e;
}
.menuStyle4 .main-navigation {
  text-align: left;
  background-color: #0e304e;
  padding: 0 240px 0 35px;
  margin-top: 35px;
  margin-bottom: -68px;
  position: relative;
  z-index: 999;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menuStyle4 .main-navigation .header-search-cart {
  padding-right: 15px;
  top: 100%;
}
.menuStyle4 .main-navigation > div {
  line-height: 1;
}
.menuStyle4 .main-navigation li {
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 30px;
  padding-bottom: 30px;
}
.menuStyle4 .main-navigation li a {
  color: #fff;
}
.menuStyle4 .main-navigation .header-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #320c3b;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  min-width: 200px;
}
.menuStyle4 .main-navigation .header-cta:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 40px;
  top: 0;
  left: -15px;
  background: #320c3b;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
}
.menuStyle4 .main-navigation .header-cta a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menuStyle4.sticky-header .site-header {
  position: fixed;
}
.menuStyle4.sticky-header .is-sticky .main-navigation {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.menuStyle5.page-template-template_page-builder .sticky-wrapper {
  position: absolute;
  width: 100%;
  z-index: 99;
}
.menuStyle5.page-template-template_page-builder .site-header {
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .menuStyle5.page-template-template_page-builder .site-header {
    background-color: #61a0ce;
  }
}
.menuStyle5.page-template-template_page-builder.static-header .site-header {
  position: absolute;
}
.menuStyle5 .site-header {
  background-color: #61a0ce;
  border: none;
  color: #fff;
  padding-top: 34px;
  padding-bottom: 33px;
}
.menuStyle5 .site-header .main-navigation {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menuStyle5 .site-header .main-navigation ul li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.menuStyle5 .site-header .main-navigation ul li a:hover {
  border-bottom: 2px solid #fff;
}
.menuStyle5 .site-header .main-navigation ul li.current-menu-item > a {
  border-bottom: 2px solid #fff;
}
.menuStyle5 .site-header .contact-us span {
  font-size: 22px;
}
.menuStyle5 .site-header .socials a {
  color: #fff;
}
.menuStyle5 .site-header .socials a + a {
  margin-left: 20px;
}
.menuStyle5 .is-sticky .site-header {
  background-color: #61a0ce;
  z-index: 9999 !important;
}

.menuStyle6 .site-header {
  background-color: #181b33;
  padding-top: 0;
  padding-bottom: 0;
}
.menuStyle6 .site-header .mobile-menu-toggle_lines {
  background: #fff;
  cursor: pointer;
}
.menuStyle6 .site-header .mobile-menu-toggle_lines:before, .menuStyle6 .site-header .mobile-menu-toggle_lines:after {
  background: #fff;
}
.menuStyle6 .site-header .top-section {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #303248;
  padding-bottom: 13px;
  padding-top: 12px;
}
.menuStyle6 .site-header .top-section i {
  color: #948b3e;
  font-size: 15px;
  margin-right: 19px;
}
.menuStyle6 .site-header .top-section .location i {
  margin-right: 13px;
}
.menuStyle6 .site-header .top-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menuStyle6 .site-header .top-section ul li {
  position: relative;
}
.menuStyle6 .site-header .top-section ul li + li {
  margin-left: 28px;
  padding-left: 31px;
}
.menuStyle6 .site-header .top-section ul li + li:before {
  background-color: #303248;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
}
.menuStyle6 .site-header .bottom-section {
  padding-top: 27px;
  padding-bottom: 24px;
}
.menuStyle6 .site-header .main-navigation ul li {
  padding: 0;
}
.menuStyle6 .site-header .main-navigation ul li a {
  color: #fff;
  display: inline-block;
  padding-bottom: 3px;
  position: relative;
}
.menuStyle6 .site-header .main-navigation ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  background-color: #948b3e;
  height: 2px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.menuStyle6 .site-header .main-navigation ul li a:hover:after {
  left: 0;
  width: 100%;
}
.menuStyle6 .site-header .main-navigation ul li + li {
  margin-left: 33px;
}
.menuStyle6 .site-header .group-actions {
  margin-left: 61px;
}
.menuStyle6 .site-header .group-actions .search-form {
  position: relative;
}
.menuStyle6 .site-header .group-actions .search-form .header-search-form {
  top: auto;
}
.menuStyle6 .site-header .header-search-cart {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menuStyle6 .site-header .header-search-cart li {
  color: #fff;
}
.menuStyle6 .site-header .btn {
  border: 2px solid #948b3e;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 12px 15px 15px;
  margin-left: 42px;
}

.site-header {
  padding: 0;
  position: fixed;
  /* Sticky header */
}
.site-header .container-fluid {
  padding: 10px 75px;
}
@media (max-width: 767px) {
  .site-header .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sticky-header .site-header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99 !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.is-sticky .site-header {
  z-index: 99 !important;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.admin-bar.sticky-header:not(.menuStyle4) .site-header,
.admin-bar:not(.menuStyle4) .is-sticky .site-header {
  top: 32px !important;
}

.admin-bar.sticky-header:not(.menuStyle4) .site-header.mobile-relative,
.admin-bar:not(.menuStyle4) .is-sticky .site-header.mobile-relative {
  top: 0 !important;
}

body.mobile-menu-active header#masthead{
  opacity: 1 !important;
}

header#masthead{
  background: #ffffff;
  text-transform: uppercase;
  opacity: 0.85 !important;
}

header#masthead a{
  color: #320c3b;
}



header#masthead img.custom-logo{
  width: 180px;
  height: auto;
}



@media screen and (max-width: 600px){
  .admin-bar.sticky-header:not(.menuStyle4) .site-header,
  .admin-bar:not(.menuStyle4) .is-sticky .site-header {
    top: 0 !important;
  }
}

@media screen and (min-width: 600px){
  .admin-bar.sticky-header:not(.menuStyle4) .site-header,
  .admin-bar:not(.menuStyle4) .is-sticky .site-header {
    top: 46px !important;
  }
}

@media screen and (min-width: 782px){
  .admin-bar.sticky-header:not(.menuStyle4) .site-header,
  .admin-bar:not(.menuStyle4) .is-sticky .site-header {
    top: 32px !important;
    position: fixed;
  }
}

/* Menus */
.main-navigation {
  text-align: right;
  display: block;
  float: left;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  padding-top: 15px;
  top: 100%;
  left: -999em;
  text-align: left;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: -1px;
  padding-top: 0;
}
.main-navigation ul ul li {
  font-size: 13px;
  text-transform: uppercase;
  padding: 15px;
  background-color: #f7f7f7;
  border: 1px solid #ebebeb;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  font-weight: 500;
}
.main-navigation li:first-of-type {
  padding-left: 15px;
}
.main-navigation a {
  font-size: 15px;
  line-height: 1.4;
  font-family: Roboto, sans-serif;
  letter-spacing: 0px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 1.2px;
}

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.comment-navigation a,
.posts-navigation a,
.post-navigation a {
  color: #8c8d90;
}
.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%;
}

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

@media (max-width: 767px) {
  .menuStyle4 #site-navigation-sticky-wrapper {
    margin: 0 !important;
  }

  .menuStyle4 .main-navigation {
    position: fixed;
    padding: 0;
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
  }
  .menuStyle4 .main-navigation li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .menuStyle4 .main-navigation li a {
    padding: 0;
  }
  .menuStyle4 .main-navigation .header-cta {
    display: block;
    position: static;
    height: auto;
  }
  .menuStyle4 .main-navigation .header-cta:before {
    display: none;
  }
  .menuStyle4 .main-navigation .header-search {
    display: none;
  }
  .menuStyle4 .main-navigation .header-search-cart,
  .menuStyle4 .main-navigation .header-cart-link {
    margin: 0;
  }

  /* Styling desktop navigation for mobile screens */
  .ca-header-shadow--mobile {
    -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: relative;
    z-index: 100;
  }

  .header-mobile-menu {
    text-align: right;
    display: block;
  }

  body.mobile-menu-active {
    overflow-y: hidden;
  }

  .main-navigation {
    display: block;
    background-color: #fff;
    padding: 30px 15px 30px;
    position: fixed;
    width: 100%;
    max-width: 100%;
    overflow-y: auto;
    z-index: 99;
    -webkit-transition: opacity .2s 0s ease, visibility 0s .2s linear, -webkit-transform 0.2s 0s ease;
    transition: opacity .2s 0s ease, visibility 0s .2s linear, -webkit-transform 0.2s 0s ease;
    transition: transform 0.2s 0s ease, opacity .2s 0s ease, visibility 0s .2s linear;
    transition: transform 0.2s 0s ease, opacity .2s 0s ease, visibility 0s .2s linear, -webkit-transform 0.2s 0s ease;
    /* delay the visibility so the transition can be observed */
    top: 0px;
    bottom: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .main-navigation ul {
    display: block;
  }

  /* MOBILE MENU */
  .mobile-menu-active .main-navigation {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: opacity .2s 0s ease, visibility 0s 0s linear, -webkit-transform 0.2s 0s ease;
    transition: opacity .2s 0s ease, visibility 0s 0s linear, -webkit-transform 0.2s 0s ease;
    transition: transform 0.2s 0s ease, opacity .2s 0s ease, visibility 0s 0s linear;
    transition: transform 0.2s 0s ease, opacity .2s 0s ease, visibility 0s 0s linear, -webkit-transform 0.2s 0s ease;
    background-color: #fff; 
  }

  .main-navigation {
    padding: 0;
  }

  .main-navigation ul ul {
    position: static;
    float: none;
    padding: 0;
  }
  .main-navigation ul ul a {
    width: 100%;
  }

  .main-navigation li {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(25, 25, 25, 0.1);
    text-align: center;
  }
  .main-navigation li:first-of-type {
    padding-left: 25px;
  }

  .main-navigation a {
    font-size: 15px;
    line-height: 2;
    padding: 15px 30px;
  }

  .main-navigation ul .sub-menu,
  .main-navigation ul .children {
    display: none;
    background: rgba(0, 0, 0, 0.05);
  }

  .main-navigation ul .sub-menu.open,
  .main-navigation ul .children.open {
    display: block;
  }

  .main-navigation ul .sub-menu li,
  .main-navigation ul .children li {
    border-bottom: none;
  }

  .main-navigation ul .sub-menu li a,
  .main-navigation ul .children li a {
    font-size: 13px;
    line-height: 2;
    padding: 0;
  }

  .main-navigation ul .sub-menu li a:hover,
  .main-navigation ul .sub-menu li a:focus,
  .main-navigation ul .children li a:hover,
  .main-navigation ul .children li a:focus {
    color: #320c3b;
  }

  .main-navigation ul .subnav-toggle {
    height: 60px;
    width: 30px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    display: block;
    cursor: pointer;
  }

  .main-navigation ul .sub-menu .subnav-toggle,
  .main-navigation ul .children .subnav-toggle {
    height: 50px;
  }

  .main-navigation ul .subnav-toggle:before {
    content: "+";
    display: inline-block;
    color: inherit;
    font-size: 20px;
    font-weight: 900;
    line-height: 60px;
    speak: none;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .main-navigation ul .subnav-toggle.open:before {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    /* negative value so it will rotate counterclockwise */
  }

  .main-navigation ul .sub-menu .subnav-toggle:before,
  .main-navigation ul .children .subnav-toggle:before {
    line-height: 50px;
  }

  .main-navigation li.menu-item-has-children > .subnav-toggle,
  .main-navigation li.page_item_has_children > .subnav-toggle {
    color: #191919;
  }

  /* When hovering the sibiling menu link -> change dropdown color */
  .main-navigation li.menu-item-has-children > a:hover + .subnav-toggle,
  .main-navigation li.menu-item-has-children > a:focus + .subnav-toggle,
  .main-navigation li.page_item_has_children > a:hover + .subnav-toggle,
  .main-navigation li.page_item_has_children > a:focus + .subnav-toggle,
  .main-navigation ul .subnav-toggle:hover {
    color: #320c3b;
  }

  .main-navigation ul li a:hover,
  .main-navigation ul li.current_page_item > a,
  .main-navigation ul li.current-menu-item > a,
  .main-navigation ul li.current_page_ancestor > a,
  .main-navigation ul li.current-menu-ancestor > a {
    color: #320c3b;
    text-decoration: none;
  }

  /* End of navigation mobile styles */
}
.mobile-menu-toggle {
  position: relative;
  background: transparent;
  border: 0;
  padding: 20px 20px;
  background-color: #320c3b;
  border-radius : 5px;
}

.mobile-menu-toggle:hover{
  background-color: #320c3b;
}

.mobile-menu-toggle_lines {
  display: block;
  position: absolute;
  left: 5px;
  right: 5px;
  height: 3px;
  margin: 0 5px 2px;
  background: #fff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.mobile-menu-toggle_lines:before,
.mobile-menu-toggle_lines:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: "";
  -webkit-transition-duration: 0.2s, 0.2s;
  transition-duration: 0.2s, 0.2s;
}

.mobile-menu-toggle_lines:before {
  top: -8px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}

.mobile-menu-toggle_lines:after {
  bottom: -8px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.mobile-menu-active .mobile-menu-toggle .mobile-menu-toggle_lines {
  background: rgba(25, 25, 25, 0);
}

.mobile-menu-active .mobile-menu-toggle .mobile-menu-toggle_lines:before {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-menu-active .mobile-menu-toggle .mobile-menu-toggle_lines:after {
  bottom: 0;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}

/* Header search and cart */
.header-search {
  position: relative;
}

.header-search-form {
  display: none;
  position: absolute;
  right: 0;
  z-index: 14;
}
.header-search-form .search-submit {
  display: none;
}

.main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

ul.header-search-cart {
  margin-left: 85px;
}
ul.header-search-cart li {
  padding: 0;
}
ul.header-search-cart .header-search-toggle {
  cursor: pointer;
}
ul.header-search-cart .header-cart-link {
  margin-left: 25px;
}
ul.header-search-cart .header-cart-link .count {
  font-size: 12px;
  position: relative;
  top: -8px;
  left: 2px;
}

@media (max-width: 767px) {
  .menuStyle5 .site-header .last-block,
  .menuStyle5 .site-header .contact-us {
    margin-top: 10px;
  }
  .menuStyle5 .site-header .last-block .socials {
    padding-top: 6px;
  }
  .menuStyle5 .site-header .main-navigation ul li a,
  .menuStyle5 .main-navigation ul li a:hover,
  .menuStyle5 .main-navigation ul li.current_page_item > a,
  .menuStyle5 .main-navigation ul li.current-menu-item > a,
  .menuStyle5 .main-navigation ul li.current_page_ancestor > a,
  .menuStyle5 .main-navigation ul li.current-menu-ancestor > a {
    color: #61a0ce;
  }
  .menuStyle5 .site-header .main-navigation ul li a,
  .menuStyle5 .site-header .main-navigation ul li a:hover {
    border-bottom: none;
  }

  .menuStyle6 .site-header .right-content {
    margin-top: 20px;
  }
  .menuStyle6 .site-header .main-navigation ul li a {
    color: #191919;
  }
  .menuStyle6 .site-header .main-navigation ul li + li {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .menuStyle5 .last-block .socials {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .menuStyle6 .site-header .top-section ul li + li {
    margin-left: 10px;
    padding-left: 10px;
  }
}
/*--------------------------------------------------------------
## Branding
--------------------------------------------------------------*/
.site-title {
  font-size: 36px;
  margin: 0;
  font-weight: 600;
}
.site-title a {
  color: #191919;
}

.site-description {
  margin: 0;
  color: #707070;
}
.site-description:empty {
  margin: 0;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  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;
}

/*--------------------------------------------------------------
# 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-area {
  padding: 30px;
  border: 1px solid #ebebeb;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.widget {
  margin: 0 0 50px;
  color: #707070;
  /* Make sure select elements fit in widgets. */
}
.widget .widget-title {
  font-size: 24px;
  margin: 0 0 30px;
}
.widget a {
  color: #595959;
}
.widget ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.widget ul li {
  padding-bottom: 20px;
}
.widget ul li:last-of-type {
  padding-bottom: 0;
}
.widget ul li > ul,
.widget ul .children {
  padding-left: 20px;
}
.widget select {
  max-width: 100%;
}

/* Default widgets */
.widget_categories li {
  padding-bottom: 30px;
  text-align: right;
  overflow: hidden;
}
.widget_categories li a {
  float: left;
}
.widget_categories li::before {
  margin-right: 15px;
  content: '\003e\003e';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  float: left;
}
.widget_categories li:hover::before,
.widget_categories li:hover a {
  color: #320c3b;
}

/* Tagcloud */
.tagcloud a {
  line-height: 1;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #595959;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: 5px;
}

/* Search widget */
.widget_search .search-field {
  background-color: #f7f7f7;
  vertical-align: top;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-right: -5px;
  width: 100%;
}
.widget_search .search-submit {
  display: none;
}
.widget_search .search-form label {
  width: 100%;
}

/*--------------------------------------------------------------
Social
--------------------------------------------------------------*/
.social-widget li a::before,
.social-media-list a:before {
  font-family: FontAwesome;
  color: inherit;
}

ul.social-media-list {
  margin: -5px;
}
ul.social-media-list li {
  float: left;
  padding: 0;
  margin: 5px;
}

.social-media-list li a,
.social-widget a {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  display: inline-block;
}
.social-media-list li a::before,
.social-widget a::before {
  display: block;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
}

.layout-list-2 .widget {
  margin-bottom: 30px;
}
.layout-list-2 .widget ul li {
  padding-bottom: 18px;
}
.layout-list-2 .widget ul li a {
  font-size: 16px;
}
.layout-list-2 .widget_search .search-field {
  border-radius: 24.5px;
}
.layout-list-2 .widget_categories li:before {
  display: none;
}

.layout-two-columns .widget-area {
  border: none;
  padding: 0 15px;
}
.layout-two-columns .widget-area .widget .widget-title {
  margin-bottom: 23px;
}
.layout-two-columns .widget-area .widget ul li {
  padding-bottom: 13px;
}
.layout-two-columns .widget-area .widget.widget_tag_cloud .tagcloud a {
  border-color: #ebebeb;
  text-transform: initial;
  font-size: 14px;
  padding: 8px 14px 10px;
  margin-right: 4px;
  margin-bottom: 9px;
  margin-left: 0;
  margin-top: 0;
}
.layout-two-columns .widget-area .widget.widget_tag_cloud .tagcloud a:hover {
  border-color: #948b3e;
  background-color: #948b3e;
  color: #fff;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

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

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

.entry-title a {
  color: #191919;
}
.entry-title a:hover {
  color: #320c3b;
}

/* Loop posts */
.single-post .hentry,
.blog-loop .hentry {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
.single-post .entry-header,
.blog-loop .entry-header {
  margin-bottom: 30px;
}
.single-post .entry-title,
.blog-loop .entry-title {
  margin: 20px 0 25px;
  font-size: 36px;
}
.single-post .post-thumbnail,
.blog-loop .post-thumbnail {
  display: block;
  margin-bottom: 35px;
}
.single-post .entry-content p:last-of-type,
.blog-loop .entry-content p:last-of-type {
  margin: 0;
}
.single-post .posted-on,
.blog-loop .posted-on {
  display: table;
}
.single-post .posted-on a,
.blog-loop .posted-on a {
  color: #320c3b;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.single-post .entry-meta,
.blog-loop .entry-meta {
  color: #bfbfbf;
}
.single-post .entry-meta span,
.blog-loop .entry-meta span {
  margin-right: 15px;
}
.single-post .entry-meta span:last-of-type,
.blog-loop .entry-meta span:last-of-type {
  margin-right: 0;
}
.single-post .entry-meta .byline,
.blog-loop .entry-meta .byline {
  font-size: 14px;
}
.single-post .entry-meta .byline a,
.blog-loop .entry-meta .byline a {
  color: #595959;
}
.single-post .entry-meta .comments-number,
.blog-loop .entry-meta .comments-number {
  font-size: 12px;
  text-transform: uppercase;
}
.single-post .read-more-link,
.blog-loop .read-more-link {
  display: table;
  font-size: 13px;
  font-weight: 600;
  color: #191919;
  text-transform: uppercase;
  margin-top: 30px;
}
.single-post .read-more-link .gt,
.blog-loop .read-more-link .gt {
  margin-left: 10px;
  color: #320c3b;
}

.layout-masonry .entry-title,
.layout-grid .entry-title,
.layout-list .entry-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.layout-masonry .post-inner,
.layout-grid .post-inner,
.layout-list .post-inner {
  width: 100%;
}

.layout-masonry .hentry,
.layout-grid .hentry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
  margin: 0;
  border: 0;
}
.layout-masonry .post-thumbnail,
.layout-grid .post-thumbnail {
  margin-bottom: 30px;
  margin: 0 -15px 30px;
}
.layout-masonry .entry-title,
.layout-grid .entry-title {
  margin-top: 15px;
}
.layout-masonry .site-main,
.layout-grid .site-main {
  padding: 0;
}
.layout-masonry .post-inner,
.layout-grid .post-inner {
  -webkit-box-shadow: 0px 23px 49px 0px rgba(61, 82, 96, 0.15);
          box-shadow: 0px 23px 49px 0px rgba(61, 82, 96, 0.15);
  margin: 0 0 50px;
}
.layout-masonry .post-info,
.layout-grid .post-info {
  padding: 0 30px 30px;
}
@media (max-width: 767px) {
  .layout-masonry .post-info,
  .layout-grid .post-info {
    padding: 0 15px 15px;
  }
}
.layout-masonry .entry-header,
.layout-grid .entry-header {
  margin-bottom: 0;
}

.layout-list .post-thumbnail {
  margin: 0;
}
@media (max-width: 767px) {
  .layout-list .post-thumbnail {
    margin-bottom: 30px;
  }
}
.layout-list .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .layout-list .flex {
    display: block;
  }
}

.grid-sizer {
  width: 33.333333%;
}
@media (max-width: 991px) {
  .grid-sizer {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.content-area:not(.layout-masonry) .grid-sizer {
  display: none;
}

.layout-masonry .row {
  margin: 0;
}
.layout-masonry .site-main {
  padding: 0;
}
.layout-masonry .hentry {
  display: block;
}
.layout-masonry .hentry:first-of-type {
  width: 66.666667%;
  max-width: 66.666667%;
}
@media (max-width: 991px) {
  .layout-masonry .hentry:first-of-type {
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .layout-masonry .hentry:first-of-type {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.layout-list-2 .site-content {
  padding-bottom: 0;
}
.layout-list-2 .content-area article {
  border-bottom: none;
  padding-right: 20px;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 52px;
}
.layout-list-2 .content-area article .post-inner {
  padding-right: 20px;
  padding-bottom: 51px;
  border-bottom: 1px solid #ebebeb;
}
.layout-list-2 .content-area article .entry-header {
  margin-bottom: 24px;
}
.layout-list-2 .content-area article .entry-header .entry-title {
  line-height: 46px;
  margin-top: 15px;
  margin-bottom: 32px;
}
.layout-list-2 .content-area article .thumbnail {
  position: relative;
}
.layout-list-2 .content-area article .thumbnail .post-thumbnail {
  margin-bottom: 0;
}
.layout-list-2 .content-area article .thumbnail .post-thumbnail img {
  border-radius: 5px;
}
.layout-list-2 .content-area article .thumbnail .post-cat,
.layout-list-2 .content-area article .thumbnail .cat-links a {
  background: #0a8ae6;
  color: #fff;
  border-radius: 2px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 7px 15px;
}
.layout-list-2 .content-area article .entry-meta {
  line-height: 18px;
}
.layout-list-2 .content-area article .entry-meta .byline {
  font-size: 16px;
}
.layout-list-2 .content-area article .entry-meta .byline a {
  color: #191919;
}
.layout-list-2 .content-area article .entry-content {
  margin-top: 26px;
}
.layout-list-2 .content-area article .entry-footer .read-more-link {
  font-size: 18px;
  font-weight: 500;
  margin-top: 21px;
  text-transform: capitalize;
}
.layout-list-2 .content-area article:last-child {
  padding-bottom: 0;
}
.layout-list-2 .content-area article:last-child .post-inner {
  border-bottom: none;
}
.layout-list-2 .widget-area {
  padding: 0;
  border: none;
}
.layout-list-2.single-post .site-content {
  padding-bottom: 39px;
}
.layout-list-2.single-post .content-area article .thumbnail .cat-links {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}

.layout-two-columns .site-content .content-area .site-main {
  padding-right: 40px;
}
.layout-two-columns .site-content .content-area .blog-loop > .row {
  margin-left: -25px;
  margin-right: -25px;
}
.layout-two-columns .site-content .content-area .blog-loop > .row article {
  padding-left: 25px;
  padding-right: 25px;
}
.layout-two-columns .site-content .content-area article {
  padding-bottom: 0;
  margin-bottom: 18px;
  border-bottom: none;
}
.layout-two-columns .site-content .content-area article .entry-header {
  margin-bottom: 0;
  position: relative;
}
.layout-two-columns .site-content .content-area article .entry-header .post-thumbnail {
  margin-bottom: 24px;
}
.layout-two-columns .site-content .content-area article .entry-header .first-cat {
  background-color: #948b3e;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  text-transform: initial;
  padding: 7px 9px 8px 11px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.layout-two-columns .site-content .content-area article .entry-meta i {
  color: #948b3e;
  margin-right: -2px;
}
.layout-two-columns .site-content .content-area article .entry-meta span {
  margin-right: 0;
}
.layout-two-columns .site-content .content-area article .entry-meta span.separator {
  margin-left: 3px;
  margin-right: 3px;
}
.layout-two-columns .site-content .content-area article .entry-meta .posted-on {
  display: inline-block;
}
.layout-two-columns .site-content .content-area article .entry-meta .posted-on a {
  text-transform: initial;
  letter-spacing: 0;
}
.layout-two-columns .site-content .content-area article .entry-title {
  line-height: 30px;
  margin-top: 19px;
}
.layout-two-columns .site-content .content-area article .entry-title a:hover {
  color: #948b3e;
}

/* 404 */
.error404 .site-content {
  background-color: #f7f7f7;
  padding: 120px 0;
}
.error404 .page-title {
  font-size: 160px;
  font-weight: 600;
}
.error404 .content-area {
  width: 100%;
}
.error404 .site-main {
  padding: 0;
  text-align: center;
}

/* Search */
.search-results .page-header span {
  color: #b3b3b3;
}

/* Single - full width layout */
.content-area.layout-full {
  background-color: #fff;
  border: 1px solid #ebebeb;
  padding: 100px 200px;
  -webkit-box-shadow: 0px 33px 49px 0px rgba(86, 115, 121, 0.15);
          box-shadow: 0px 33px 49px 0px rgba(86, 115, 121, 0.15);
}
@media (max-width: 991px) {
  .content-area.layout-full {
    padding: 30px;
  }
}

.single-post.layout-two-columns .site-content {
  padding-bottom: 50px;
}
.single-post.layout-two-columns .site-content .content-area.layout-full {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 100px;
}
@media (max-width: 991px) {
  .single-post.layout-two-columns .site-content .content-area.layout-full {
    padding: 30px;
  }
}
.single-post.layout-two-columns .site-content .content-area.layout-full .site-main {
  padding-right: 0;
}
.single-post.layout-two-columns .site-content .content-area article .entry-header {
  margin-bottom: 44px;
  text-align: center;
}
.single-post.layout-two-columns .site-content .content-area article .entry-header .entry-title {
  line-height: 59px;
  margin-top: 34px;
  margin-bottom: 14px;
}
.single-post.layout-two-columns .site-content .content-area article .entry-header .cat-links {
  background-color: #948b3e;
  border-radius: 2px;
  font-size: 12px;
  text-transform: initial;
  padding: 7px 9px 8px 11px;
}
.single-post.layout-two-columns .site-content .content-area article .entry-header .cat-links a {
  color: #fff;
}
.single-post.layout-two-columns .site-content .content-area article .entry-meta {
  margin-bottom: 42px;
}
.single-post.layout-two-columns .site-content .content-area article .entry-meta .byline {
  color: #948b3e;
}
.single-post.layout-two-columns .site-content .content-area article .entry-meta .byline a {
  color: #948b3e;
}
.single-post.layout-two-columns .site-content .content-area article .entry-meta .separator {
  color: #948b3e;
}
.single-post.layout-two-columns .site-content .content-area article .entry-meta .posted-on a {
  color: #948b3e;
}
.single-post.layout-two-columns .site-content .content-area article .entry-footer {
  margin-top: 30px;
}
.single-post.layout-two-columns .site-content .content-area .post-navigation {
  display: none;
}
.single-post.layout-two-columns .comment-respond {
  border-top: none;
  padding-top: 0;
  margin-top: 47px;
}

/* Woocommerce pages */
.woocommerce .content-area {
  width: 100%;
}

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

.bypostauthor {
  display: block;
}

.comment-author img {
  border-radius: 50%;
}

.comments-area .comment-body {
  margin-bottom: 35px;
}
.comments-area .comments-title {
  margin: 0 0 40px;
  font-size: 24px;
}
.comments-area .comment-author-name {
  margin-bottom: 15px;
}
.comments-area .comment-time {
  color: #bfbfbf;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.comments-area ol {
  margin: 0;
  padding: 0;
}
.comments-area ol ol {
  padding-left: 30px;
  margin-left: 100px;
  border-left: 1px solid rgba(37, 37, 37, 0.1);
  margin-bottom: 50px;
}
.comments-area ol ol .comment-text {
  border-left: 0;
}
.comments-area ol ol ol {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}
.comments-area .comment-content p {
  margin-bottom: 15px;
}
.comments-area .comment {
  position: relative;
}
.comments-area .comment-avatar {
  position: absolute;
  margin: 0;
}
.comments-area .comment-text {
  margin-left: 100px;
  padding-left: 30px;
  border-left: 1px solid rgba(37, 37, 37, 0.1);
}
.comments-area .comment-reply-link {
  border: 1px solid rgba(30, 30, 39, 0.2);
  border-radius: 25px;
  padding: 10px 30px;
  line-height: 1;
  font-size: 12px;
  display: inline-block;
}
.comments-area .comment-reply-link:hover {
  background-color: #320c3b;
  color: #fff;
}
.comments-area .comment-reply-link,
.comments-area .comment-edit-link {
  font-weight: 500;
  text-transform: uppercase;
  color: #242d2e;
  font-size: 12px;
}

.comment-respond {
  border-top: 1px solid #ebebeb;
  padding-top: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.comment-form input:not(.submit):not([type=checkbox]) {
  width: 100%;
}
.comment-form .comment-form-cookies-consent input {
  margin-right: 5px;
}
.comment-form .comment-reply-title {
  font-size: 24px;
}
.comment-form.layout-2 {
  margin-top: 35px;
}
.comment-form.layout-2 .form-group {
  margin-bottom: 19px;
}
.comment-form.layout-2 input,
.comment-form.layout-2 textarea {
  border-color: #ebebeb;
  border-radius: 5px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.comment-form.layout-2 .form-submit {
  margin-top: 40px;
  text-align: left;
}
.comment-form.layout-2 .form-submit .btn-main {
  display: inline-block;
  width: auto;
  border-width: 0;
  border-radius: 2px;
  padding: 13px 33px;
}
.comment-form.layout-2 .form-submit .btn-main:hover {
  background-color: #0a8ae6;
  color: #fff;
}
.comment-form.layout-3 {
  margin-top: 35px;
}
.comment-form.layout-3 .form-group {
  margin-bottom: 19px;
}
.comment-form.layout-3 input,
.comment-form.layout-3 textarea {
  border-color: #e5e5e5;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 12px;
  padding-bottom: 12px;
}
.comment-form.layout-3 input:focus,
.comment-form.layout-3 textarea:focus {
  border-color: #948b3e;
}
.comment-form.layout-3 .form-submit {
  margin-top: 40px;
  text-align: left;
}
.comment-form.layout-3 .form-submit .btn-main {
  display: inline-block;
  width: auto;
  border-width: 0;
  border-radius: 2px;
  padding: 13px 33px;
  background-color: #948b3e;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
## Global
--------------------------------------------------------------*/


body{
  background: #f7f7f7;
}

section {
  padding : 100px 0px;
}

/*--------------------------------------------------------------
## Hero
--------------------------------------------------------------*/

section#hero{
  padding: 0;
}

section#hero img.carousel-image{
  object-fit: cover;
  min-height: 90vh;
  max-height: 91vh;
}


/* section#hero{
  position: relative;
  width: 100%;
  background: #f4f4f4 url(images/jumbo.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
  position: relative;
}

section#hero .background-overlay{
  background-color: #000000;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

section#hero div.container{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section#hero h1{
  text-align: center;
  font-weight: 700;
  font-size: 70px;
  padding-top: 10px;
  line-height: 90px;
  letter-spacing: 4px;
  color: #fff;
  text-transform: uppercase;
}

section#hero h2{
  color: #ffffff;
  font-family: "Oswald", Sans-serif;
  font-size: 38px;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 42px;
  letter-spacing: 1.4px;
  text-align: center;
}

.hero-content {
  margin: auto;
}


.hero-button-container{
  padding-top: 60px;
  min-width: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.hero-button{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


@media (max-width: 767.98px){
  .hero-button{
    padding-top: 70px;
  }

  section#hero{
    min-height: 80vh;
  }

  section#hero h1{
    font-size: 40px;
    line-height: 56px;
  }
  
  section#hero h2{
    font-size: 30px;
    line-height: 48px;
  }
}

@media (max-width: 500px){
  .hero-button{
    padding-top: 70px;
  }
  section#hero h1{
    font-size: 54px;
  }
} */


/*--------------------------------------------------------------
## About Us
--------------------------------------------------------------*/
section.about{
  /* background-color:white; */
  background: #f4f4f4 url("https://nazagro.net/wp-content/uploads/2024/08/website-assets-about-us.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;

  text-align:justify;  
  text-justify:inter-word;
}

section.about p{
  color: #fff;
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.143em;
}
section.about h2{
  color: #fff;
}

@media (max-width: 767.98px){
  section.about .container{
    padding: 0 50px;  
  }

  section.about .section-subtitle{
    text-align:center;  
  }
  
  section.about h1{
    text-align: center;
    color: #fff;
  }

  section.about a[href*="#products"]{
    display:block;
    margin: 30px auto;
  }
}

/*--------------------------------------------------------------
## Fertilizer
--------------------------------------------------------------*/
section.fertilizer{
  /* background-color:white; */
  
  background: #f4f4f4 url("https://nazagro.net/wp-content/uploads/2024/08/website-assets-fertilizer.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  color: #320c3b;
  text-align:justify;  
  text-justify:inter-word;
}

section.fertilizer p,
section.fertilizer ul{
  color: #320c3b;
  font-family: "Montserrat", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.143em;
}

section.fertilizer ol,
section.fertilizer ul{
  margin: 0 !important;
}


section.fertilizer h2{
  color: #320c3b;
}

@media (max-width: 767.98px){
  section.fertilizer .container{
    padding: 0 50px;  
  }

  section.fertilizer .section-subtitle{
    text-align:center;  
  }
  
  section.fertilizer h1{
    text-align: center;
  }

  section.fertilizer a[href*="#products"]{
    display:block;
    margin: 30px auto;
  }
}

/*--------------------------------------------------------------
## Logistics
--------------------------------------------------------------*/
section.logistic{
  /* background-color:white; */
  
  background: #f4f4f4 url("https://nazagro.net/wp-content/uploads/2024/08/website-assets-logistic.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  color: #320c3b;
  text-align:justify;  
  text-justify:inter-word;
}

section.logistic p,
section.logistic ul{
  color: #320c3b;
  font-family: "Montserrat", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.143em;
}

section.logistic ol,
section.logistic ul{
  margin: 0 !important;
}


section.logistic h2{
  color: #320c3b;
}

@media (max-width: 767.98px){
  section.logistic .container{
    padding: 0 50px;  
  }

  section.logistic .section-subtitle{
    text-align:center;  
  }
  
  section.logistic h1{
    text-align: center;
  }

  section.logistic a[href*="#products"]{
    display:block;
    margin: 30px auto;
  }
}


/*--------------------------------------------------------------
## Contacts
--------------------------------------------------------------*/

section#contacts .contact-detail,
section#contacts .contact-detail p{
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.2em;  
}


section#contacts{
  margin-bottom: 0;
  background-color: #eee;
}

section#contacts div.google-maps iframe{
  width: 100%;
  height: 600px;
}

section#contacts h1{
  font-family: "Oswald", Sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3333em;
  letter-spacing: 1.8px;
  color: #320c3b;
}


section#contacts .contact-detail{
  margin-top: 50px;
}

section#contacts .contact-detail,
section#contacts .contact-detail p{
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.2em;  
}

section#contacts .contact-detail p a{
  color: #320c3b;
}

section#contacts .contact-detail p span{
  font-weight: 800;
  letter-spacing: 1.6px;
  color: #320c3b;
}


@media (max-width: 767.98px){
  section#contacts h1,
  section#contacts h2{
    text-align: center;
  }

  div.contact-container{
    padding-right:  0;
    margin-right: 0;
  }

  /* section#contacts p{
    padding-left: 40px;
  } */
}




@media (max-width: 961.98px){
  .row-contact{
    padding : 25px ;
  }
}

.row-contact div.row div.col-6:nth-child(1){
  padding-right: 5px;
}
.row-contact div.row div.col-6:nth-child(2){
  padding-left: 5px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

footer div.container section{
  padding:0;
}

footer.footer .contact-detail p a{
  color: #320c3b;
}

footer.footer .contact-detail p span{
  font-weight: 800;
  letter-spacing: 1.6px;
  color: #000;
}


footer.footer{
  background: #320c3b;
  padding: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top: 1px solid #ebebeb;
  text-align: center;
  color: #fff;
}

footer.footer p{
  margin: 0 !important;
}

@media (max-width: 767.98px){
  div.divider,
  div.divider-white,
  p.footer-logo{
    text-align:center;  
  }
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/

div.menu-container li.menu-item.active a,
div.menu-container li.menu-item a:hover{
  color  : #320c3b !important;
}

.sticky-wrapper.is-sticky{
  min-height: 80px;
}

.mobile-relative{
  position: relative;
  top: 0px !important;
}


/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.button-light {
  display: inline-block;
  text-transform: uppercase;
  color: #320c3b;
  position: relative;
  text-align: center;
  font-size: 13px;
}

.button-light:before {
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  bottom: -5px;
  left: 30px;
  right: 30px;
  z-index: -1;
  border-radius: 30em;
  transition: all 0.3s ease-out;
}

.button-light span {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50em;
  will-change: transform, filter;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 0.2s ease-out;
  background: transparent;
  color: #320c3b;
  border: 2px solid #320c3b;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 30px;
  min-width: 180px;
}

.button-light:focus,
.button-light:active,
.button-light:hover {
  color: #320c3b;
  cursor: pointer;
}

.button-light:hover span {
  background: #320c3b;
  color: #fff;
  cursor: pointer;
}

.button-dark {
  display: inline-block;
  text-transform: uppercase;
  color: #320c3b;
  position: relative;
  text-align: center;
}

.button-dark:before {
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  bottom: -5px;
  left: 30px;
  right: 30px;
  z-index: -1;
  transition: all 0.3s ease-out;
}

.button-dark span {
  display: inline-block;
  will-change: transform, filter;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 0.2s ease-out;
  background: #320c3b;
  color: #fff;
  border: 2px solid #320c3b;
  font-size: 15px;
  font-weight: 500;
  padding: 18px 38px 18px 47px;
  min-width: 220px;
  line-height: 1.714em;
  letter-spacing: 8.4px;
  text-decoration: inherit;
}

.button-dark:focus,
.button-dark:active,
.button-dark:hover {
  color: #320c3b;
  cursor: pointer;
}

.button-dark:hover span {
  background: transparent;
  color: #320c3b;
  cursor: pointer;
}

.button-gray {
  display: inline-block;
  text-transform: uppercase;
  color: #68849a;
  position: relative;
  text-align: center;
  font-size: 13px !important;
  font-weight: 600 !important;
  
}

.button-gray:before {
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  bottom: -5px;
  left: 30px;
  right: 30px;
  z-index: -1;
  border-radius: 30em;
  transition: all 0.3s ease-out;
}

.button-gray span {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50em;
  will-change: transform, filter;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 0.2s ease-out;
  background: transparent;
  color: #68849a;
  border: 2.2px solid #68849a;
  padding: 10px 30px;
  min-width: 180px;
  font-weight: 1000;
}

.button-gray:focus,
.button-gray:active,
.button-gray:hover {
  color: #68849a;
  cursor: pointer;
}

.button-gray:hover span {
  background: #68849a;
  color: #fff;
  cursor: pointer;
}

/*  */

#btn-back-to-top {  
  min-width: 65px;
  min-height: 65px;
  position: fixed;
  bottom: 60px;
  right: 60px;
  background: url(./images/cd-top-arrow.svg) no-repeat center 50%;
  background-color: #320c3b;
  z-index: 1000;
  border-color: #320c3b;    
  transition: opacity .3s,visibility .3s,background-color .3s;
  visibility: hidden;
  opacity: 0;
  border-radius: 50%;
}

#btn-back-to-top:hover{
  border-color: #320c3b;  
  background-color: transparent;
  background: url(./images/cd-top-arrow-hover.svg) no-repeat center 50%;
}

#btn-back-to-top.show-button,
.show-button {  
  visibility: visible !important;
  opacity: 1 !important;
}



/*  */

@media (max-width: 500px){
  .button-dark span,
  .button-light span,
  .button-gray span {
    font-size: 14px;
    padding: 10px 30px;
    min-width: 140px;
    font-weight: 600;
  }
}

@media (max-width: 380px){
  .button-dark span,
  .button-light span,
  .button-gray span {
    font-size: 14px;
    padding: 10px 30px;
    min-width: 140px;
    font-weight: 600;
    min-width: 180px;
  }
  .hero-button a {
    margin: 10px
  }
}

/*--------------------------------------------------------------
## Lines
--------------------------------------------------------------*/




hr.line-center {
  border: 0;
  height: 3px;
  background-color: #320c3b;
  width: 166px;
  margin: 40 px auto 60px ;
}

section#products hr.line-center {
  margin: 60px auto 90px;
  width: 80px;
}

.wpcf7 {
  width: 100%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"]{
    background-color: #fff;
    color: #000;
    width: 100%;
    margin: 0;
    height: 48px;
}

.wpcf7 textarea
{
    background-color: #fff;
    color: #000;
    width: 100%;
    margin: 0;
    height: 400px;
}

.wpcf7 div.row {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}

.wpcf7 div.col-6 {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767.98px){
  div.contact-container{
    padding: 20px;
    margin: 20px;
  }
  #submit-contact{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    border: 2px solid #fff;
    text-transform: uppercase;
    color: #fff;
    width: 100px;
    text-align: center;
    margin: 25px auto;
    display: block;
    margin: 0 auto;
  }
}

#submit-contact{
  background-color: #320c3b;
  border-color: #320c3b;
  border-radius: 25px;
  min-width: 100px;
}

#submit-contact:hover{
  background-color: transparent;
  border-color: #320c3b;
  color: #320c3b;
}

.wpfc7-contact-form-default{
  max-width: 100%;
}

.wpcf7-custom-row{
  margin: 20px auto;
}

div.divider,
div.divider-white {
  padding-top: 12px;
  padding-bottom: 15px;
  line-height: 0;
  font-size: 0;
  box-sizing: border-box;
}

span.divider{
  border-top-style: solid;
  border-top-width: 4px;
  border-top-color: #320c3b;
  width: 70px;    display: inline-block;
}

span.divider-white{
  border-top-style: solid;
  border-top-width: 4px;
  border-top-color: #ffffff;
  width: 70px;    display: inline-block;
}

.section-title{
  font-family: "Oswald", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.285em;
  letter-spacing: 1.4px;
}

.section-subtitle{
  font-family: "Oswald", Sans-serif;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.125em;
  letter-spacing: 2.4px;
  text-align: left;  
}

.grecaptcha-badge { 
  visibility: hidden;
}
