@charset "UTF-8";
/*!
Theme Name: Trinity Foundation
Theme URI: http://iotheme.com/
Author: ioTheme
Author URI: http://iotheme.com
Description: A Product of ioTheme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: trinity-foundation
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Trinity Foundation 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.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Navigation
	## Menus
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
@keyframes io-fadein {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.io-fadein-mobile {
  -webkit-animation: io-fadein 0.3s;
  animation: io-fadein 0.3s;
}

@keyframes io-fadein-frame {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.io-menu-desktop {
  display: block;
  text-align: right;
}
.io-menu-desktop span.io-menu-dot-mobile {
  display: none;
}
.io-menu-desktop a {
  display: block;
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
.io-menu-desktop a.io-menu-dot-desktop:after {
  content: " +";
  float: right;
}
.io-menu-desktop span.io-menu-button-span {
  display: none;
}
.io-menu-desktop > ul > li.current-menu-item > a, .io-menu-desktop > div > ul > li.current-menu-item > a {
  background: rgba(0, 0, 0, 0.01);
}
.io-menu-desktop ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background: transparent;
  display: block;
}
.io-menu-desktop ul > li {
  margin-right: -4px;
  display: inline-block;
  position: relative;
  height: 30px;
  color: #0a0a0a;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 400;
}
.io-menu-desktop ul > li > a {
  padding: 0;
  line-height: 29px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1px;
  color: #0a0a0a;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 400;
}
.io-menu-desktop ul > li ul {
  text-align: left;
  display: block;
  left: -999em;
  position: absolute;
  width: 200px;
  background: white;
  z-index: 99999;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  border-radius: 0;
}
.io-menu-desktop ul > li > ul {
  top: 100%;
}
.io-menu-desktop ul > li > ul li {
  margin-right: 0;
  position: relative;
  display: block;
  height: auto;
  color: #0a0a0a;
  font-size: 14px;
  text-transform: none;
  text-shadow: none;
  font-weight: normal;
}
.io-menu-desktop ul > li > ul li a.io-menu-dot-desktop:after {
  content: " »";
  float: right;
}
.io-menu-desktop ul > li > ul li a {
  line-height: initial;
  padding: 7px 20px;
  color: #0a0a0a;
  font-size: 14px;
  text-transform: none;
  text-shadow: none;
  font-weight: normal;
}
.io-menu-desktop ul > li > ul li a:visited {
  color: #0a0a0a;
}
.io-menu-desktop ul > li > ul li a:hover, .io-menu-desktop ul > li > ul li a:focus {
  color: #0a0a0a;
}
.io-menu-desktop ul > li > ul li:nth-child(even) a {
  background: rgba(0, 0, 0, 0.01);
}
.io-menu-desktop ul > li > ul li ul {
  top: 0;
  left: -999em;
}
.io-menu-desktop ul > li > ul li:hover > ul {
  left: 100%;
  -webkit-animation: io-fadein 0.3s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: io-fadein 0.3s;
  /* Firefox < 16 */
  -o-animation: io-fadein 0.3s;
  /* Opera < 12.1 */
  animation: io-fadein 0.3s;
}
.io-menu-desktop ul > li:hover > ul {
  left: 0;
  -webkit-animation: io-fadein 0.3s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: io-fadein 0.3s;
  /* Firefox < 16 */
  -o-animation: io-fadein 0.3s;
  /* Opera < 12.1 */
  animation: io-fadein 0.3s;
}
.io-menu-desktop.io-menu-desktop-vl {
  width: 100%;
  text-align: left;
}
.io-menu-desktop.io-menu-desktop-vl a.io-menu-dot-desktop:after {
  float: right;
}
.io-menu-desktop.io-menu-desktop-vl ul > li {
  margin-right: 0;
  display: block;
}
.io-menu-desktop.io-menu-desktop-vl ul > li > ul {
  text-align: left;
  left: -999em;
  top: 0;
}
.io-menu-desktop.io-menu-desktop-vl ul > li > ul a.io-menu-dot-desktop:after {
  content: " »";
  float: right;
}
.io-menu-desktop.io-menu-desktop-vl ul > li:hover > ul {
  left: 100%;
}
.io-menu-desktop.io-menu-desktop-vr {
  width: 100%;
  text-align: right;
}
.io-menu-desktop.io-menu-desktop-vr a.io-menu-dot-desktop:after {
  float: left;
}
.io-menu-desktop.io-menu-desktop-vr ul > li {
  margin-right: 0;
  display: block;
}
.io-menu-desktop.io-menu-desktop-vr ul > li > ul {
  text-align: right;
  left: -999em;
  top: 0;
}
.io-menu-desktop.io-menu-desktop-vr ul > li > ul a.io-menu-dot-desktop:after {
  content: " «";
  float: left;
}
.io-menu-desktop.io-menu-desktop-vr ul > li:hover > ul {
  left: unset;
  right: 100%;
}

.io-menu-mobile {
  position: relative;
  background: transparent;
  display: block;
  text-align: right;
}
.io-menu-mobile a {
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
.io-menu-mobile.io-menu-mobile-active > ul, .io-menu-mobile.io-menu-mobile-active > div > ul {
  -webkit-animation: io-fadein-frame 0.5s;
  animation: io-fadein-frame 0.5s;
  left: 0;
}
.io-menu-mobile .io-menu-button-li {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: right;
  background: rgba(0, 0, 0, 0.01);
}
.io-menu-mobile .io-menu-button-li a {
  width: unset;
  line-height: 56px;
  max-height: 56px;
  font-size: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: bold;
}
.io-menu-mobile span.io-menu-button-span {
  cursor: pointer;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  background: transparent;
  color: #0a0a0a;
  z-index: 1;
  right: 0;
  top: 0;
  content: "+";
  display: inline-block;
}
.io-menu-mobile ul {
  padding: 0;
  margin: 0;
}
.io-menu-mobile > ul, .io-menu-mobile > div > ul {
  padding-top: 56px;
  overflow-y: auto;
  position: fixed;
  height: 100%;
  width: 250px;
  left: -250px;
  top: 0;
  background: #fff;
  z-index: 99999999;
}
.io-menu-mobile .io-mobile-ul-show {
  left: 0;
  max-height: 8888px;
}
.io-menu-mobile .io-mobile-ul-hide {
  left: -9999px;
  max-height: 0;
}
.io-menu-mobile a {
  display: block;
  padding: 20px 20px;
  width: calc(100% - 20px * 2);
  color: #0a0a0a;
  font-size: 14px;
}
.io-menu-mobile a:visited {
  color: #0a0a0a;
}
.io-menu-mobile a:hover, .io-menu-mobile a:focus {
  color: #0a0a0a;
}
.io-menu-mobile ul {
  text-align: left;
  width: 100%;
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.05);
  list-style: none;
}
.io-menu-mobile ul li {
  position: relative;
  display: block;
  color: #0a0a0a;
}
.io-menu-mobile ul li span.io-menu-dot-mobile {
  position: absolute;
  background: white;
  color: #0a0a0a;
  z-index: 1;
  right: 0;
  top: 0;
  content: "+";
  display: block;
  text-align: center;
  width: 70px;
  cursor: pointer;
}
.io-menu-mobile ul li:nth-child(even) {
  background: rgba(0, 0, 0, 0.01);
}

.io-get-width-menu {
  position: absolute !important;
  right: 0 !important;
  width: 999px !important;
}

.iot-menu-bg-black {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 99999998;
  left: -100%;
  background-color: rgba(0, 0, 0, 0.68);
}

.iot-menu-bg-black-active {
  -webkit-animation: io-fadein-frame 0.5s;
  animation: io-fadein-frame 0.5s;
  left: 0;
}

.comment-navigation,
.posts-navigation,
.post-navigation {
  width: 100%;
  content: "";
  display: table;
  table-layout: fixed;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 3em;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.comment-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before {
  content: "";
  display: inline-block;
  padding-right: 10px;
  font-family: Dashicons;
  vertical-align: bottom;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.comment-navigation .nav-next a:after,
.posts-navigation .nav-next a:after,
.post-navigation .nav-next a:after {
  content: "";
  display: inline-block;
  padding-left: 10px;
  font-family: Dashicons;
  vertical-align: bottom;
}

.io-menu-button-li {
  position: relative;
}
.io-menu-button-li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  left: 0;
  top: 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
--------------------------------------------------------------*/
#secondary ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
#secondary .widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
#secondary .widget select {
  max-width: 100%;
}
#secondary .widget > h2 {
  position: relative;
  font-size: 1.25rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  /*padding: 0 30px 0 30px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#secondary .widget.widget_recent_entries > ul > li, #secondary .widget.widget_recent_comments > ul > li, #secondary .widget.widget_archive > ul > li, #secondary .widget.widget_categories > ul > li, #secondary .widget.widget_meta > ul > li {
  padding: 3px 0 3px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#secondary .widget.widget_recent_entries > ul > li:before, #secondary .widget.widget_recent_comments > ul > li:before, #secondary .widget.widget_archive > ul > li:before, #secondary .widget.widget_categories > ul > li:before, #secondary .widget.widget_meta > ul > li:before {
  content: "";
  font-family: Dashicons;
  vertical-align: bottom;
  padding-right: 3px;
}

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

.sticky {
  -webkit-transform: none;
  transform: none;
}

.hentry {
  margin: 0 0 1.5em;
}

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

#content {
  margin-bottom: 0px;
}
#content #primary #main article {
  margin-bottom: 60px;
}
#content #primary #main article .entry-header {
  padding-bottom: 10px;
}
#content #primary #main article .entry-header .entry-title {
  margin-top: 0;
  word-wrap: break-word;
  font-size: 26px;
  text-transform: uppercase;
}
#content #primary #main article .entry-header .entry-meta {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#content #primary #main article .entry-header .entry-meta .posted-on, #content #primary #main article .entry-header .entry-meta .byline {
  padding-right: 10px;
}
#content #primary #main article .entry-header .entry-meta .posted-on:before {
  /*content: "\f469";*/
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 1px;
  font-size: 1em;
}
#content #primary #main article .entry-header .entry-meta .byline:before {
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 1px;
  font-size: 0.9em;
}
#content #primary #main article .post-thumbnail {
  display: block;
  margin-top: 20px;
}
#content #primary #main article .entry-footer {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-top: 20px;
}
#content #primary #main article .entry-footer .cat-links, #content #primary #main article .entry-footer .tags-links, #content #primary #main article .entry-footer .edit-link, #content #primary #main article .entry-footer .comments-link {
  padding-right: 10px;
}
#content #primary #main article .entry-footer .cat-links:before {
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 1px;
  font-size: 1em;
}
#content #primary #main article .entry-footer .tags-links:before {
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 1px;
  font-size: 0.9em;
}
#content #primary #main article .entry-footer .edit-link:before {
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 1px;
  font-size: 1em;
}
#content #primary #main article .entry-footer .comments-link:before {
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 1px;
  font-size: 1em;
}
#content #primary #main article > *:last-child {
  /*border-radius: 0 0 5px 5px;*/
}
#content #primary #main .page-header {
  margin-bottom: 30px;
}
#content #primary #main .page-header .page-title {
  word-wrap: break-word;
  font-size: 26px;
  text-transform: uppercase;
  margin-top: 0;
}
#content #primary #main .posts-navigation .nav-previous a:before {
  content: "";
  display: inline-block;
  padding-right: 10px;
  font-family: Dashicons;
  vertical-align: bottom;
}
#content #primary #main .posts-navigation .nav-next a:after {
  content: "";
  display: inline-block;
  padding-left: 10px;
  font-family: Dashicons;
  vertical-align: bottom;
}

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

.bypostauthor {
  display: block;
}

.comments-area .comments-title {
  word-wrap: break-word;
  font-size: 24px;
  text-transform: uppercase;
}
.comments-area .comment-list {
  list-style: none;
  margin-left: 50px;
  padding-left: 0;
}
.comments-area .comment-list .comment-body {
  padding: 20px;
  margin-bottom: 0 !important;
}
.comments-area .comment-list .comment-body .comment-meta .comment-author .avatar.photo {
  border-radius: 50%;
  margin-right: 10px;
}
.comments-area .comment-list .comment-body .comment-metadata {
  font-size: 11px;
  text-transform: uppercase;
  padding: 10px 0;
}
.comments-area .comment-list .comment-body .comment-metadata:before {
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 3px;
  font-size: 14px;
}
.comments-area .comment-list .comment-body .reply:before {
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 3px;
  font-size: 14px;
}
.comments-area .comment-list .comment-body .reply .comment-reply-link {
  font-size: 11px;
  text-transform: uppercase;
  padding: 10px 0;
}
.comments-area .comment-list .children {
  list-style: none;
  margin-left: 50px;
}
.comments-area .comment-respond .comment-reply-title {
  word-wrap: break-word;
  font-size: 24px;
  text-transform: uppercase;
}
.comments-area .comment-respond .comment-form textarea[name=comment] {
  width: 100%;
}
.comments-area .comment-respond .comment-form input[name=author],
.comments-area .comment-respond .comment-form input[name=email],
.comments-area .comment-respond .comment-form input[name=url] {
  width: 50%;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent, .comments-area .comment-respond .comment-form .form-submit {
  padding: 5px;
}

/*--------------------------------------------------------------
## Main and Fix some CSS
--------------------------------------------------------------*/
body {
  background: transparent;
}

body, h5, intro {
  font-family: "Jakarta", sans-serif;
}

h1, h2, h3, h4 {
  font-family: "sentinent", sans-serif;
}

h1 {
  font-size: 70px;
  line-height: 70px;
    font-weight: 100 !important;
}

    h1.scale-down-font {
  font-size: 54px;
  line-height: 54px; 
    }
    


h2 {
  font-weight: 100;
  font-size: 40px;
  line-height: 50px;
}
h3 {
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
}
h4 {
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
}

.menu-font {
    font-family: "Jakarta", sans-serif;
    font-weight: 300;
  font-size: 16px;
}

.sentinent,
.sentinent p {
  font-family: "sentinent", sans-serif !important;
}

.jakarta,
.jakarta p {
      font-family: "Jakarta", sans-serif;
}

.weight300 {
    font-weight:300 !important;
}


.fweight100,
.fweight100 p {
  font-weight:100 !important;
}


a:hover {
  text-decoration: none;
}

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

table {
  width: 100%;
}

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 {
  padding: 0.375rem 0.75rem;
  outline: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fittext {
  text-align: center;
}
.fittext a {
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}

.spanst, .spannd {
  background: transparent;
  display: inline;
  padding-right: 1px;
  opacity: 0;
}

.io-get-width-textfit {
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 99999999px;
  opacity: 0;
}

.dashicons, .dashicons-before:before {
  display: inherit;
  width: inherit;
  height: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: inherit;
  text-align: inherit;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  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 {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  display: block;
  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;
}

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

table thead,
table tbody,
table tfoot {
  border: none;
  background-color: rgba(0, 0, 0, 0.01);
}

table thead {
  background: rgba(0, 0, 0, 0.02);
  color: inherit;
}

table tfoot {
  background: rgba(0, 0, 0, 0.03);
  color: inherit;
}

table tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.03);
}

table.unstriped tbody {
  background-color: rgba(0, 0, 0, 0.01);
}

table.unstriped tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  background-color: rgba(0, 0, 0, 0.01);
}

table.hover thead tr:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

table.hover tfoot tr:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

table.hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.005);
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: rgba(0, 0, 0, 0.1);
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  color: inherit;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
}

blockquote p {
  color: inherit;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: rgba(0, 0, 0, 0.08);
  padding: 2rem;
}

code, kbd, tt, var {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.06);
  color: inherit;
}

abbr, acronym {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.6);
  cursor: help;
}

mark, ins {
  background: rgba(255, 231, 0, 0.2);
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#masthead {
  margin-top: 0px;
    z-index: 9999 !important;
}
#masthead .site-branding {
  margin-bottom: 0px;
}
#masthead .site-branding .site-title {
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 0.5rem;
}
#masthead .site-branding .site-title a {
  display: inline-block;
}
#masthead .site-branding .site-description {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0rem;
}
#masthead #site-navigation {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#colophon {
  margin-bottom: 30px;
}
#colophon .site-info {
  text-align: center;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.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-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Woocommerce Fix
--------------------------------------------------------------*/
/*p.demo_store,
.woocommerce-store-notice {
  background-color: #1779ba;
  color: #fff;
  border: solid 1px #1779ba;
  border-radius: 0;
}
p.demo_store a,
.woocommerce-store-notice a {
  color: #fff;
}

.woocommerce .page-title {
  word-wrap: break-word;
  font-size: 26px;
  text-transform: uppercase;
  margin-top: 0;
}
.woocommerce .woocommerce-breadcrumb {
  color: inherit;
  text-transform: uppercase;
  font-size: 11px;
}
.woocommerce .woocommerce-breadcrumb:before {
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  font-size: 1em;
  display: inline-block;
  padding-right: 1px;
}
.woocommerce .woocommerce-breadcrumb a {
  color: inherit;
}
.woocommerce.single-product .woocommerce-breadcrumb {
  margin-bottom: 1.25rem;
}
.woocommerce .woocommerce-result-count {
  text-transform: uppercase;
  font-size: 13px;
}
.woocommerce .woocommerce-ordering {
  margin-bottom: 40px;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background-color: #1779ba;
  color: #fff;
  border: solid 1px #1779ba;
  border-radius: 0;
  font-weight: 400;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background-color: #1779ba;
  color: #fff;
  border: solid 1px #1779ba;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
  font-weight: 400;
  background-color: #1779ba;
  color: #fff;
  border: solid 1px #1779ba;
  border-radius: 0;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover {
  background-color: #1779ba;
  color: #fff;
  border: solid 1px #1779ba;
}
.woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover {
  background-color: #1779ba;
  color: #fff;
  border: solid 1px #1779ba;
  border-radius: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #1779ba;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #1779ba;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #1779ba;
}
.woocommerce div.product .product_title {
  font-size: 1.85rem;
}
.woocommerce div.product span.price,
.woocommerce div.product p.price {
  color: #1779ba;
}
.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins {
  text-decoration: none;
}
.woocommerce div.product .stock {
  color: #1779ba;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: none;
  background-color: #e9ebea;
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab a:before {
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 5px;
  font-size: 1em;
  display: inline-block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.additional_information_tab a:before {
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 5px;
  font-size: 1em;
  display: inline-block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  z-index: 2;
  border-bottom-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.woocommerce div.product form.cart table td {
  padding-left: 0.625rem;
}
.woocommerce div.product form.cart .variations td.label {
  padding-right: 1em;
  background: transparent;
}
.woocommerce div.product .product_meta {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 10px;
}
.woocommerce div.product .product_meta span {
  display: inline-block;
  padding-right: 5px;
}
.woocommerce div.product .product_meta .sku_wrapper:before {
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 3px;
  font-size: 0.7em;
}
.woocommerce div.product .product_meta .posted_in:before {
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 1px;
  font-size: 0.7em;
}
.woocommerce table.shop_table {
  border-radius: 0;
}
.woocommerce span.onsale {
  line-height: 2.9;
  background-color: #1779ba;
  color: #fff;
  font-weight: 400;
  -ms-transform: rotate(-20deg);

  -webkit-transform: rotate(-20deg);
  
  transform: rotate(-20deg);
}
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
  font-size: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.woocommerce ul.products li.product .price {
  color: #404040;
}
.woocommerce ul.products li.product .price .from {
  color: #1779ba;
}
.woocommerce ul.products li.product .button {
  background-color: #1779ba;
  color: #fff;
  border: solid 1px #1779ba;
  border-radius: 0;
  font-weight: 400;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border-right: none;
  margin: 10px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 0.7em 1.1em;
  border-radius: 0;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
  background: #e9ebea;
  color: #404040;
}
.woocommerce .woocommerce-customer-details address {
  border-radius: 0;
}
.woocommerce form .form-row textarea {
  height: initial;
}

.woocommerce input[type=text],
.woocommerce input[type=email],
.woocommerce input[type=url],
.woocommerce input[type=password],
.woocommerce input[type=search],
.woocommerce input[type=number],
.woocommerce input[type=tel],
.woocommerce input[type=range],
.woocommerce input[type=date],
.woocommerce input[type=month],
.woocommerce input[type=week],
.woocommerce input[type=time],
.woocommerce input[type=datetime],
.woocommerce input[type=datetime-local],
.woocommerce input[type=color],
.woocommerce textarea {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0;
  background: #fff;
  width: 100%;
}
.woocommerce input[type=text]:focus,
.woocommerce input[type=email]:focus,
.woocommerce input[type=url]:focus,
.woocommerce input[type=password]:focus,
.woocommerce input[type=search]:focus,
.woocommerce input[type=number]:focus,
.woocommerce input[type=tel]:focus,
.woocommerce input[type=range]:focus,
.woocommerce input[type=date]:focus,
.woocommerce input[type=month]:focus,
.woocommerce input[type=week]:focus,
.woocommerce input[type=time]:focus,
.woocommerce input[type=datetime]:focus,
.woocommerce input[type=datetime-local]:focus,
.woocommerce input[type=color]:focus,
.woocommerce textarea:focus {
  border: 1px solid #8a8a8a;
  box-shadow: 0 0 5px #cacaca;
  background: #fff;
}
.woocommerce select {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0;
  padding: 5px 10px;
}
.woocommerce .select2-container--default .select2-selection--single {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0;
}
.woocommerce textarea {
  width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td,
#add_payment_method .cart-collaterals .cart_totals .discount td {
  color: #1779ba;
}
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment {
  border-radius: 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  text-align: center;
}

.woocommerce-Tabs-panel > h2:first-child,
.related.products > h2:first-child,
.woocommerce-Reviews > #comments > h2:first-child {
  font-size: 1.25rem;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.tabs {
  border: none;
}

.woocommerce .col-1, .woocommerce .col-2 {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  float: left;
  width: 30%;
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}*/

/*# sourceMappingURL=style.css.map */



/* GK CUSTOM */

body {
    color: #19250F;
  overflow-x: hidden;
}

html {
    overflow-x: hidden !important;
}

.site-content,
.site-content p {
    font-size: 16px;
    line-height: 30px;
}



.header-wrap {
    overflow: visible !important;
    height: 100px !important;
}



.ubermenu.ubermenu-main.ubermenu-horizontal .ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
    left: 44.4% !important;
    right: 55.6% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    width: 100% !important;
    width: 100vw !important;
    padding-left: 4vw !important;
    padding-right: 4vw !important;
     padding-top: 50px !important;
    padding-bottom: 50px !important;
    border: none !important;
} 


.ubermenu.ubermenu-main.ubermenu-horizontal .ubermenu-item-level-0.ubermenu-active > .ubermenu-submenu-drop {
   
}


.ubermenu.ubermenu-main.ubermenu-horizontal .ubermenu-item-level-2 {
    margin-left: 0px !important;
}


.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
    border-bottom: solid 1px #F2BE37 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
    

.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-item-header > .ubermenu-target:hover {
    border-bottom: solid 1px #000000 !important;
    
}





.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-item-header > .ubermenu-target::after {
    content: "";
    display: inline-block;
    float: right !important;
    margin-top: 2% !important;
    width: 20px;
    height: 12px;
    background-image: url('images/btn-black-arrow.svg');
    background-repeat: no-repeat;
    background-position: right !important;
    animation-duration: 2s;
    animation-iteration-count: infinite;

}

.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-item-header > .ubermenu-target:hover::after {
    animation-name: bounce-4;
    animation-timing-function: ease;
}







.ubermenu-main .ubermenu-item-normal > .ubermenu-target {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.ubermenu-has-submenu-stack {
    margin-left: 3% !important;
    margin-right: 3% !important;

}

.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target-title {
   
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.ubermenu.ubermenu-main {

    height: 99px !important;
}


#ubermenu-main-2 ul li.ubermenu-item-level-0:nth-child(1):hover > a span  {
    border-bottom: solid 2px #EABF53 !important;
    padding-bottom: 6px !important;

}
 
#ubermenu-main-2 ul li.ubermenu-item-level-0.ubermenu-current-menu-item:nth-child(1) > a span, 
#ubermenu-main-2 ul li.ubermenu-item-level-0.ubermenu-current-menu-parent:nth-child(1) > a span, 
#ubermenu-main-2 ul li.ubermenu-item-level-0.ubermenu-current-menu-ancestor:nth-child(1) > a span  {
    border-bottom: solid 2px #EABF53 !important;
    padding-bottom: 6px !important;
}


.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target span, 
.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target span, 
.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target span {
        border-bottom: solid 2px #EABF53 !important;
        padding-bottom: 6px !important;
}


.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 35px !important;
    margin-bottom: 25px !important;
    height: 39px !important;
}

#ubermenu-main-2 ul li.ubermenu-item-level-0 > a:hover span {
    border-bottom: solid 2px #EABF53 !important;
    padding-bottom: 6px !important;
}

#ubermenu-main-2 ul li.ubermenu-item-level-0 > a span {
    padding-bottom: 6px !important;
}




.ubermenu-main .ubermenu-item-normal.ubermenu-current-menu-item > .ubermenu-target {
    color: #829F74 !important;
}

.ubermenu-sub-indicator {
    display: none !important;
    
}

.ubermenu.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.mobile-menu-wrapper {
    float: right !important;
}




.search-button {
    float: right !important;
    transition: all 0.5s ease !important;
}

.search-button:hover {
    transition: all 0.5s ease !important;
    background-color: #324629 !important;
    cursor: pointer;
}





/*.ubermenu-nav li.ubermenu-has-submenu-mega a {
    border-bottom: none !important;
}

a.ubermenu-item-layout-text_only {
    border-bottom: 1px solid #829F74 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;

}

.ubermenu-submenu-type-stack a {
    border: none !important;
}*/


/*.ubermenu-has-submenu-stack:nth-child(2),
.ubermenu-has-submenu-stack:nth-child(6),
.ubermenu-has-submenu-stack:nth-child(11) {
    clear: both !important;
}
*/

.ubermenu-has-submenu-stack:nth-child(5),
.ubermenu-has-submenu-stack:nth-child(10) {
    clear: both !important;
}





#ubermenu-main-2 .ubermenu-submenu .ubermenu-item-level-1:first-child {

    width: 19% !important;
    margin-left: 3% !important;
    margin-bottom: 55px !important;
}


/*#ubermenu-main-2 .ubermenu-submenu .ubermenu-item-level-1:first-child a::after {
content: "";
display: inline-block;
float: right !important;
margin-top: 2% !important;
width: 20px;
height: 12px;
background-image: url('images/btn-black-arrow.svg');
background-repeat: no-repeat;
background-position: right !important;
animation-duration: 2s;
animation-iteration-count: infinite;
}*/



#content .intro p,
#content .intro {
    font-size:20px;
    line-height: 32px;
}

  .grid-container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }


.width-middle {
    /*padding-left: 8vw !important;*/
    
}

.width-middle .vc_column-inner {
    flex-direction: inherit !important;
}



.menu a {
    color: #ffffff !important;
}




.btn-clear-arrow a {
    font-size: 14px !important;
    display: inline-flex;
    padding-right: 48px !important;
    padding-left:0px !important;
    transition: all 0.5s ease !important;
    background-color: transparent !important;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 50%,rgba(0,0,0,0)) !important;
}

.btn-clear-arrow a:hover {
    padding-right: 60px !important;
    transition: all 0.5s ease !important;
}

.btn-clear-arrow a:hover::after {
    margin-left: 22px;
    transition: all 0.5s ease !important;
}


.btn-clear-arrow a::after {
    content: "";
    display: inline-flex;
    align-items:center;
    background-image: url('images/btn-black-arrow.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 12px;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease !important;
}



.btn-clear-arrow.yellow a::after {
    content: "";
    display: inline-flex;
    align-items:center;
    background-image: url('images/btn-yellow-arrow.svg');
}


.pum-overlay .btn-login-icon a {
    font-size: 14px !important;
    line-height: 36px !important;
    display: inline-flex !important;
    padding-right: 48px !important;
    padding-left:26px !important;
    transition: all 0.5s ease !important;
    background-color: transparent !important;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 50%,rgba(0,0,0,0)) !important;
    height: 60px !important;
    border-radius: 30px;
    border: solid 1px #889E78 !important;
    white-space: nowrap !important;
}


.pum-overlay .btn-login-icon a::after {
    content: "";
    display: inline-flex !important;
    align-items:center;
    background-image: url('images/btn-login-icon.svg');
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    margin-left: 15px;
    margin-right: -42px !important;
    top: 50%;
    transform: translateY(-10%);
    transition: all 0.5s ease !important;
}


.pum-overlay .btn-login-icon a:hover {
    background-color: #14260b !important;
    border: solid 1px #14260b !important;
    transition: all 0.5s ease !important;
}



html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
    padding-right: 0px !important;
}








.news-grid-text-wrap .btn-clear-arrow a::after {
    content: "";
    display: inline-flex;
    align-items:center;
    background-image: url('images/btn-yellow-arrow.svg') !important;
    width: 20px;
    height: 12px;
    background-size: contain !important;
}


.news-grid-text-wrap .arrow-big a::after {
    width: 40px;
    height: 24px;
    background-size: contain !important;
    margin-left: 0px !important;
}


.post-grid-wrap:hover .btn-clear-arrow a::after {
    margin-left: 22px;
    transition: all 0.5s ease !important;
}


.post-grid-wrap .arrow-big {
    transition: all 0.5s ease !important;
    
}

.post-grid-wrap:hover .arrow-big {
    cursor: pointer !important;
    margin-left: 20px !important;
    transition: all 0.5s ease !important;
    
}


.overflow-grow:hover figure div,
.overflow-grow:hover figure a {
    overflow: hidden !important;
    transition: all 0.5s ease !important;
}

.overflow-grow figure {
    overflow: hidden !important;
}

.overflow-grow figure div img,
.overflow-grow figure a img {
    transition: all 0.5s ease !important;
}



.overflow-grow:hover figure div img,
.overflow-grow:hover figure a img {
    transform:scale(1.04) !important;
    cursor: pointer !important;
    transition: all 0.5s ease !important;
}




.btn-green-arrow a {
    display: inline-flex;
    padding-right: 48px !important;
    transition: all 0.5s ease !important;
}

.btn-green-arrow a:hover {
    padding-right: 60px !important;
    transition: all 0.5s ease !important;
}

.btn-green-arrow a:hover::after {
    margin-left: 22px;
    transition: all 0.5s ease !important;
}


.btn-green-arrow a::after {
    content: "";
    display: inline-flex;
    align-items:center;
    background-image: url('images/btn-yellow-arrow.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 12px;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease !important;
}







.btn-green-arrow.news a {
    background-color: transparent !important;
    border: solid 1px #181A15 !important;
    color: #181A15 !important;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 50%,rgba(0,0,0,0));
}

.btn-green-arrow.insta a {
    background-color: transparent !important;
    border: solid 1px #ffffff !important;
    color: #181A15 !important;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 50%,rgba(0,0,0,0));
}

.btn-green-arrow.news a::after,
.btn-green-arrow.insta a::after {
    content: "";
    background-image: url('images/btn-black-arrow.svg');
}




.btn-yellow-arrow a {
    display: inline-flex;
    padding-right: 48px !important;
    transition: all 0.5s ease !important;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 50%,rgba(0,0,0,0)) !important;
}

.btn-yellow-arrow a:hover {
    padding-right: 60px !important;
    transition: all 0.5s ease !important;
}

.btn-yellow-arrow a:hover::after {
    margin-left: 22px;
    transition: all 0.5s ease !important;
}


.btn-yellow-arrow a::after {
    content: "";
    display: inline-flex;
    align-items:center;
    background-image: url('images/btn-black-arrow.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 12px;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease !important;
}



.btn-green-arrow-lft {
    float: right;
}

.btn-green-arrow-lft a {
    padding-left: 16px !important;
    transition: all 0.5s ease !important;
}

.btn-green-arrow-lft a:hover {
    transition: all 0.5s ease !important;
}

.btn-green-arrow-lft a:hover::before {
    margin-right: 22px;
    transition: all 0.5s ease !important;
}


.btn-green-arrow-lft a::before {
    content: "";
    display: inline-flex;
    align-items:center;
    background-image: url('images/btn-yellow-arrow-lft.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 12px;
    margin-right: 10px;
    top: 50%;
    transform: translateY(-38%);
    transition: all 0.5s ease !important;
    
}


.vc_btn3.vc_btn3-style-custom.post-nav {
  background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 50%,rgba(0,0,0,0));
    border: solid 1px #14260B !important;
}



.news-home-date {
    text-transform: uppercase !important;
    font-size: 11px !important;
    letter-spacing: 1px !important;
}


.post-grid-wrap .vc_gitem-post-data-source-post_date {
    color: #F2BE37 !important;
    text-transform: uppercase !important;
    font-size: 10px !important;
    letter-spacing: 1px !important;
    
}


.news-grid-text-wrap {
    background-size: cover !important;
    background-image: url('images/news-grid-grad3.png');
    background-repeat: no-repeat;
    background-position-y: top !important;
    padding-top: 60px !important;
}


.news-grid-text-wrap h4 {
    font-family: Jakarta, sans-serif !important;
}





.blk-overlay {

    background-image: url('images/grad-overlay.png') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    
}


.font12,
.font12 p {
    font-size: 12px;
}

.font14,
.font14 p {
    font-size: 14px;
}

.font60,
.font60 p {
    font-size: 60px;
}




.absolute rs-module-wrap {
    position: absolute !important;
    width: 100% !important;
    margin-top: -60px !important;
}



.i-am-link {
    margin-right: 45px !important;
}

.i-am-link a {
   display: inline-flex;
    padding-right: 40px !important;
    transition: all 0.5s ease !important; 
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 50%,rgba(0,0,0,0)) !important;
    padding-left: 0px !important;
    /*border-bottom: solid 1px #E9BF54 !important;
    background-color: black !important;*/
    width: 100%;
    text-align: left !important;
    font-size: 18px !important;
    margin-right: 30px !important;
    min-height: 66px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.i-am-link a:hover {

    transition: all 0.5s ease !important;
    color: #E9BF54 !important;
}

.i-am-link a::after {
    content: "";
    display: inline-flex;
    align-items:center;
    background-image: url('images/btn-yellow-arrow.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    transition: all 0.5s ease !important;  
}

.i-am-link a {
    transition: all 0.5s ease !important;
}

.i-am-link a:hover {
    transition: all 0.5s ease !important;
   padding-left: 10px !important;
    padding-right: -10px !important;
}





.content-wrap {
    border: solid 1px blue;
    display: block;
}


.space-between .wpb_wrapper { 
  justify-content: space-around !important; 
  list-style: none !important;
  display: flex !important;
}  

.ql-links {
    width: auto !important;
}

.ql-links figure {
    transition: all 0.3s ease !important; 
}

.ql-links figure:hover {
    cursor: pointer !important;
    transition: all 0.3s ease !important; 
    margin-top: -16px !important;
    margin-bottom: 8px !important;
}

.home-three-img-links .vc_column-inner {
    transform: scale(101%);
     transition:all 0.5s !important;
  -webkit-transition:all 0.5s !important;
  -o-transition:all 0.5s !important;
  -moz-transition:all 0.5s !important; 
}
.home-three-img-links .vc_column-inner:hover
{
    cursor: pointer !important;
    transform: scale(103%);
     transition:all 0.5s !important;
      -webkit-transition:all 0.5s !important;
      -o-transition:all 0.5s !important;
      -moz-transition:all 0.5s !important; 
}

.home-three-img-links .vc_column-inner h2
{


     transition:all 0.5s !important;
      -webkit-transition:all 0.5s !important;
      -o-transition:all 0.5s !important;
      -moz-transition:all 0.5s !important; 
}



.home-three-img-links .vc_column-inner:hover h2
{
    margin-top: -50px !important;
    padding-bottom: 50px !important;
     transition:all 0.5s !important;
      -webkit-transition:all 0.5s !important;
      -o-transition:all 0.5s !important;
      -moz-transition:all 0.5s !important; 
}

footer {
    font-size: 14px;
}

#menu-footer-column1,
#menu-footer-column2 {
    display: block !important;
}

.footer-menu a {
    color: #ffffff!important;
    text-decoration: underline !important;
    line-height: 22px !important;
    padding-top: 0px !important;
    padding-bottom: 16px !important;
    padding-left: 0px !important;
}

.footer-social-links a {
    color: #ffffff!important;
    text-decoration: underline !important;
    line-height: 22px !important;
    padding-top: 0px !important;
    padding-bottom: 16px !important;
    padding-left: 0px !important;
}

.footer-social-links a:hover {
    text-decoration: none !important;
}


.footer-menu a:hover {
    text-decoration: none !important;
}

.footer-social-twitter a::before {
    content: "";
    display: inline-flex;
    align-items:center;
    background-image: url('images/footer-twitter-x.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 21px;
    margin-right:7px;
    padding-top: 8px;
}
.footer-social-instagram a::before {
    content: "";
    display: inline-flex;
    align-items:center;
    background-image: url('images/footer-social-instagram.svg');
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    margin-right:7px;
    padding-top: 8px;
}
.footer-social-linkedin a::before {
    content: "";
    display: inline-flex;
    align-items:center;
    background-image: url('images/footer-social-linkedin.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-right:7px;
    padding-top: 10px;
}


.footer-copyright {
    /*margin-top: -70px;*/
    font-size: 12px;
}

 .search-mob .grid-x > .large-9,
 .search-wrap .grid-x > .large-9 {
    width: 100% !important;
  }

.footer-contact-us a {
    text-decoration: none;
    color: #ffffff;
}
.footer-contact-us a:hover {
    text-decoration: underline;
    color: #ffffff;
}


.search-wrap input.search-field {
    margin: 0px !important;
    font-size: 20px !important;
    color: #ffffff !important;
    background-color: transparent !important;
    border: solid 1px #889E78 !important;
    border-radius: 30px !important;
    padding: 25px !important;
    padding-right: 50px !important;
}

.search-wrap ::placeholder {
    color: #ffffff !important; 
}

.search-wrap .submit {
    background-color: transparent !important;
    color:rgba(255,255,255,0.00) !important;
    display: block !important;
    position: absolute !important;
    right: 40px !important;
    margin-top: -37px !important;
    width: 22px !important;
    height: 22px !important;
    background-image: url('images/search-icon-header.svg');
    background-repeat: no-repeat;
}










.search-mob input.search-field {
    margin-top: 35px !important;
    font-size: 20px !important;
    color: #ffffff !important;
    background-color: transparent !important;
    border: solid 1px #889E78 !important;
    border-radius: 30px !important;
    padding: 25px !important;
    padding-right: 50px !important;
}

.search-mob ::placeholder {
    color: #ffffff !important; 
}

.search-mob .submit {
    background-color: transparent !important;
    color:rgba(255,255,255,0.00) !important;
    display: block !important;
    position: absolute !important;
    right: 20px !important;
    margin-top: -37px !important;
    width: 22px !important;
    height: 22px !important;
    background-image: url('images/search-icon-header.svg');
    background-size: cover !important;
    background-repeat: no-repeat;
}




.pum-theme-lightbox .pum-content + .pum-close {
    border: none !important;
    font-size: 14px !important;
    font-family: Jakarta, sans-serif !important;
    box-shadow: none !important;
    background-color: transparent !important;
    background-image: url('images/close-modal-x.svg') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    color: transparent !important;
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0 ) !important;
    width: 25px !important;
    height: 25px !important;
    right: 45px !important;
}




div {

    
}

.responsive-menu-pro-inner::before {
    width: 30px !important;
    right: 0 !important;
}
.responsive-menu-pro-inner::after {
    width: 25px !important;
    right: 0 !important;
}

.is-active .responsive-menu-pro-inner::before,
.is-active .responsive-menu-pro-inner::after {
    width: 35px !important;
}

.responsive-menu-pro-back {
    margin-bottom: 25px !important;
}


#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow {
    color:rgba(255,255,255,0.00) !important;
    background-image: url('images/mob-menu-arrow-fwd.svg');
    background-position: 50% 50% !important;
    background-repeat: no-repeat;
    background-color: transparent !important;
    border: none !important;
    margin-right: 3% !important;
}

.responsive-menu-pro-back .fa-chevron-left::before {
    content:"" !important;
    align-items:center !important;
}


#responsive-menu-pro-container #responsive-menu-pro .responsive-menu-pro-back {
    padding: 0 35px !important;
    color: #889E78 !important;
}




.responsive-menu-pro-back .fa-chevron-left {
    width: 25px !important;
    height: 15px !important;
    background-image: url('images/mob-menu-arrow-fwd.svg');
    background-position: 50% 50% !important;
    background-repeat: no-repeat;
    margin-right: 6px !important;
    margin-left: -7px !important;
    
    /* flip background vertically */
    -webkit-transform:scaleX(-1);
    -moz-transform:scaleX(-1);
    -ms-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
    
    display: inline-flex !important;
    
}

.white {
    color: #ffffff !important;
}

.yellow {
    color: #F2BE37 !important;
}

.light-green {
    color: #829F74;
}

.link-arrow a,
.our-commitment a {
    text-decoration: underline;
    color: #ffffff;
}

.link-arrow a:hover,
.our-commitment a:hover {
    text-decoration: none;
}


.link-arrow a::after,
.our-commitment a::after {
    content: "";
    display: inline-flex;
    align-items:center;
    background-image: url('images/btn-yellow-arrow.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 12px;
    margin-left: 10px;
    padding-top: 9px;
}


.accordion-style .vc_tta-panels {
    
    border-bottom: 1px solid #829F74 !important;
    
}

.accordion-style h4.vc_tta-panel-title.vc_tta-controls-icon-position-right a {
    font-family: "jakarta", sans-serif !important;
    padding-left: 0px !important;
    background-color: transparent !important;
    border-top: 1px solid #829F74 !important;
}


.accordion-style .vc_active h4.vc_tta-panel-title.vc_tta-controls-icon-position-right {
    border-bottom: 1px solid #829F74 !important;
}

.accordion-style .vc_tta-panel-body {
    padding-left: 0px !important;
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
    right: 0px !important;
}

.accordion-style .vc_tta-panel-body,
.accordion-style .vc_tta-panel-heading h4,
.accordion-style .vc_tta-panel-heading h4 a {
    color: #19250F !important;
}

.accordion-style .vc_tta-panel-heading {
    background-color: transparent !important; 
}


.accordion-style .wpb_text_column ul li::marker {
    color: transparent !important;
    width: 22px !important;
}

.accordion-style .wpb_text_column ul {
    margin-left: 0px !important;
    
    margin-top: 25px !important;
    margin-bottom: 35px !important;
}

.accordion-style .wpb_text_column ul li {
    background-image: url('images/list-arrow-green.svg') !important;
    background-repeat: no-repeat !important;
list-style-type: none !important;
  text-indent: -2px;
  padding-left: 32px;
  margin-bottom: 16px;
    background-position: 4px 7px !important;
}

.contain-content {
    width: 100%;
    max-width: 555px !important;
    float: right;
    margin-left: 25px !important;
    padding-right: 120px !important;
    /*border: solid 1px red !important;*/
}

.fbc {
    position: absolute;
    margin-bottom: 0px !important;
    bottom: 30px;
    
    width: 50% !important;
    margin-left: -15px !important;
    z-index: 999 !important;
    
    /*right: 75px;
    margin-left: -15px !important;
    width: 500px;*/
}

.fbc-page .fbc-wrap .fbc-items {
    padding: 0 8px !important;
}

.breadcrumb-simple .fbc {
    position: inherit;
    margin-bottom: inherit !important;
    bottom: inherit;
    
    width: 100% !important;
    margin-left: -15px !important;
    z-index: inherit !important;
}


.breadcrumb-original .fbc {
position: relative !important;
margin-bottom: inherit !important;
bottom: inherit !important;
width: 100% !important;
margin-left: -20px !important;
z-index: 999 !important;
}


.fbc-items li .fbc-separator {
  padding-left: 5px !important;
    padding-right: 5px !important;
}





.hide {
    display: none !important;
}

.grid-list-wrapper,
.grid-list-wrap .vc_gitem_row .vc_gitem-col {
   padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.grid-list-wrap .vc_gitem-post-data {
   padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}


.child-list-wrap {
    padding-bottom: 20px !important;
    border-bottom: solid 1px #DCD9CB !important;
}

/*.child-list-wrap a {
    display: block !important;
    background-color: aliceblue !important;
    background-image: url('images/btn-black-arrow.svg');
    background-repeat: no-repeat;
    background-position: right !important;
        animation-duration: 2s;
        animation-iteration-count: infinite;
}*/


.child-list-wrap a {
    display: block!important;
    padding: 20px 0px !important;
    -webkit-transition: all 0.25s ease-in-out !important;
    -moz-transition: all 0.25s ease-in-out !important;
    -ms-transition: all 0.25s ease-in-out !important;
    -o-transition: all 0.25s ease-in-out !important;
    transition: all 0.25s ease-in-out !important;
}

.child-list-wrap a:hover {
    padding-left: 10px !important;
    -webkit-transition: all 0.25s ease-in-out !important;
    -moz-transition: all 0.25s ease-in-out !important;
    -ms-transition: all 0.25s ease-in-out !important;
    -o-transition: all 0.25s ease-in-out !important;
    transition: all 0.25s ease-in-out !important;
}

.child-list-wrap a::after {
    content: "";
    display: inline-block;
    float: right !important;
    margin-top: 2% !important;
    width: 20px;
    height: 12px;
    background-image: url('images/btn-black-arrow.svg');
    background-repeat: no-repeat;
    background-position: right !important;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}


.child-list-wrap a:hover::after {
    animation-name: bounce-4;
    animation-timing-function: ease;
}

@keyframes bounce-4 {
        0%   { transform: scale(1,1)    translateX(0); }
        10%  { transform: scale(1.1,.1.1) translateX(0); }
        30%  { transform: scale(1.1,1.1) translateX(-20px); }
        50%  { transform: scale(1,1) translateX(0); }
        100% { transform: scale(1,1)    translateX(0); }
    }


.list-title-wrap a {
     display: block !important;
    padding: 20px 0px !important;
    -webkit-transition: all 0.25s ease-in-out !important;
    -moz-transition: all 0.25s ease-in-out !important;
    -ms-transition: all 0.25s ease-in-out !important;
    -o-transition: all 0.25s ease-in-out !important;
    transition: all 0.25s ease-in-out !important;
}

.list-title-wrap a:hover {
padding-left: 10px !important;
    -webkit-transition: all 0.25s ease-in-out !important;
    -moz-transition: all 0.25s ease-in-out !important;
    -ms-transition: all 0.25s ease-in-out !important;
    -o-transition: all 0.25s ease-in-out !important;
    transition: all 0.25s ease-in-out !important;
}


.list-title-wrap a::after {
     content: "";
    display: inline-block;
    float: right !important;
    margin-top: 4% !important;
    width: 20px;
    height: 12px;
    background-image: url('images/btn-black-arrow.svg');
    background-repeat: no-repeat;
    background-position: right !important;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}


.list-title-wrap a:hover::after {
    animation-name: bounce-4;
    animation-timing-function: ease;
}

.list-title-wrap h3 {
    margin-bottom: 0px !important;
}


.child-list-container .grid-list-wrapper:last-child a.vc_gitem-link {
    border-bottom: solid 1px #19250F !important;
}



.grid-list-title .grid-list-wrapper {
    position: relative !important;
}


.clear {
    float: none!important;
    
}




.collapsible-content {
    max-height: 0;
    overflow: hidden;
   /* transition: max-height .1s, transform .1s;  Adjust the duration and easing as needed */
}

.collapsible.open .collapsible-content {
    max-height: 500px; /* Adjust to a desired maximum height */
    /*transition: max-height .1s, transform .1s;  Adjust the duration and easing as needed */
}


.toggle-button {
    margin-top: 15px;
    margin-bottom: 35px;
    width: 100%;
    height: 25px;
    background-image: url('images/profile-open.svg');
    background-repeat: no-repeat;
    background-position: right !important;
    cursor: pointer;
    display: block;
}

.toggle-button.toggle-button-open {
    background-image: url('images/profile-close.svg');
    cursor: pointer;
    margin-bottom: 35px;
}




.toggle-button button {   
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 50%,rgba(0,0,0,0)) !important;
}

.collapsible h4 {
    /*min-height: 60px !important;*/
}

.collapsible .acf-excerpt {
    /*min-height: 54px !important;*/
}



.bg-color-adjust {
    background-position-y: 20% !important;
    background-position-x: center !important;
    
}

.published-date {
    font-size: 11px;
    text-transform: uppercase;
    
}


.vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active, 
.vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover {
  background-color: #E7DC7E !important;
}

.vc_grid-filter.vc_grid-filter-color-grey > 
.vc_grid-filter-item.vc_active > span, 
.vc_grid-filter.vc_grid-filter-color-grey > 
.vc_grid-filter-item:hover > span {
  color: #181A15 !important;
}

.vc_grid-filter.vc_grid-filter-default > .vc_grid-filter-item {
  border-radius: 8px !important;
}

.featured-tag {
    width: fit-content !important;
    letter-spacing: 6px !important;
}


.max590 {
    max-height: 590px !important;
    
}


    .header-logo {
        margin-left: 2vw !important;
    }









  .fade-up {
    opacity: 0;
    transform: translateY(45px); /* You can adjust this value for desired vertical offset */
    transition: opacity 1.2s, transform 0.9s;
  }
  .fade-up.fade-up-visible {
    opacity: 1;
    transform: translateY(0);
  }





















.clamp-font {
    font-size: clamp(30px, 5.5vw, 90px) !important;
    line-height: 1 !important;
}

.clamp-font2 {
    font-size: clamp(22px, 5.5vw, 55px) !important;
    line-height: 1 !important;
}



.scroll-to-top-button button {
    height: 55px;
    width: 55px;
    background-image: url('images/arrow-up.svg') !important;
    background-repeat: no-repeat !important;
    background-size:auto !important;
    background-position: center !important;
}


.revslide-home-line-anim-white {
    border-right: solid 1px #ffffff !important;
    width: 0px !important;
}

.revslide-home-line-anim-black {
    border-right: solid 1px #000000 !important;
    width: 0px !important;
}



@media (max-width: 1200px) {
    .search-button {
        display: none !important;
    }
    .mobile-menu-wrapper {
        display: block !important;
    }
    
} 
@media (min-width: 1200px) {
    .search-button {
        display: block !important;
    }
    .mobile-menu-wrapper {
        display: none !important;
    }
} 







@media (max-width: 768px) {
    
    .header-logo {
        margin-left: 6px !important;
    }
    
    .mobile-align-left .btn-yellow-arrow {
        text-align: left !important;
        
    }    
    
    .font60, .font60 p {
  font-size: 50px;
}
    
    
    .space-between .wpb_wrapper {
        display: inherit !important;
        
    }
    
   #quicklinks-wrapper .ql-links {
        width: 49% !important;
        display: inline-block !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    

    .ql-links figure:hover {
  margin-top: -16px !important;
  margin-bottom: 16px !important;
}
    
  
    #quicklinks-wrapper .ql-links:nth-child(odd) {
        padding-left: 3vw !important;
    }
        #quicklinks-wrapper .ql-links:nth-child(even) {
        padding-right: 3vw !important;
    }
    
    
    
    
    .fbc {
     width: 100% !important;
    }
    
    
  /* styles go here */
    p.intro,
    .intro {
    font-size:16px !important;
}
    
  .grid-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }    
   
    
    h1 {
  font-size: 50px;
  line-height: 60px;
}
    
        h1.scale-down-font {
  font-size: 36px;
  line-height: 36px; 
    }
    
    
    
    h2 {
  font-size: 32px;
  line-height: 42px;
}
h3 {
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
}
h4 {
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
}
    .swap-on-stack {
        display: flex !important;
        flex-direction: column-reverse;
    }
  
    .i-am-link {
    margin-right: 0px !important;
}
    
    .i-am-link a {
    margin-right: 0px !important;
}
    
    
    .i-am-link a::after {
  content: "";
  width: 30px;
  height: 25px;
  background-size: contain;
}
    
    .news-insta-wrap {
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        
        
    }
    
    .home-insta-bg {
        background-color: #DCD9CB;
        padding-left: 9px !important;
        padding-right: 9px !important;
        
    }
    
        .home-news-bg {
        background-color: #829F74;
        padding-left: 9px !important;
        padding-right: 9px !important;
    }
    
    .footer-copyright {
    font-size: 12px;
    text-align: center;
}
    .width-middle .vc_column-inner {
        flex-direction: column !important;
    }
    
    .footer-social-links p {
        justify-content: space-around !important;
  list-style: none !important;
  display: inline-flex!important;
    }
    
    .footer-social-instagram {
        text-align: center !important;
    }
        .footer-social-linkedin {
        text-align: right !important;
    }
    
    .contain-content {
    max-width: 100% !important;
    float: left;
    margin-left: 8px !important;
    padding-right: 25vw !important;
}
    
 
    .arrow-dash img {
    transform: rotate(90deg);
    margin-top: 80px;
    margin-bottom: 80px;
}
    
} 



/* TABLET LANDSCAPE BAKERY */

@media screen and (min-width: 769px) and (max-width: 992px) {
    p.intro,
    .intro {
    font-size:18px !important;
}
    
    h1 {
  font-size: 58px;
  line-height: 64px;
}    
    
        h1.scale-down-font {
  font-size: 48px;
  line-height: 48px; 
    }
    
    
    
    h2 {
  font-size: 32px;
  line-height: 42px;
}
h3 {
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
}
h4 {
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
}
  
.width-middle {
    /*padding-left: 6vw !important;*/
    
}
    
        .footer-copyright {
        margin-top: -40px;
    }
    
    
.extra-column .vc_grid-item {
    width: 50% !important;
    }
    
  .featured-post-wrapper .vc_grid-item {
    width: 100% !important;
    }
 
    
} 



/* GRID BUILDER IN BETWEEN CONTROL */

@media screen and (min-width: 993px) and (max-width: 1199px) {

.extra-column .vc_grid-item {
    width: 33% !important;
    }
    
    
.featured-post-wrapper .vc_grid-item {
    width: 100% !important;
    }

} 




@media (min-width: 993px) {
  /* styles go here */
.width-middle {
    /*padding-left: 10vw !important;*/
    
}
    
    .footer-copyright {
        margin-top: 48px;
    }

    
} 








/*MOBILE REV SLIDER;*/
@media (max-width: 480px) {
    
.clamp-font2 {
    font-size: clamp(32px, 6vw, 55px) !important;
    line-height: 1 !important;
}
}
    
    
    
/* IPAD VERTICAL REV SLIDER */

@media screen and (min-width: 480px) and (max-width: 777px) {

.clamp-font2 {
    font-size: clamp(24px, 5.4vw, 55px) !important;
    line-height: 1 !important;
}

} 


.three-column .wpb_wrapper {
    column-count: 3;
    column-gap: 20px; /* Adjust the gap between columns as needed */
}



/*div {
    background-color: rgba(255,35,39,0.46) !important;
}*/



/* GRAVITY FORMS */

.gform_wrapper .ginput_container_total input {
    border: none !important;
}

.gform_wrapper textarea,
.gform_wrapper select,
.gform_wrapper input {
    border: solid 1px #DEDEDE !important;
    box-shadow: none !important;
}

.gform_wrapper input.button {
    background-color: #14260B !important;
    padding: 12px 20px !important;
    box-shadow: none !important;
    color: #ffffff !important;
    border-radius: 20px !important;
}


.gform_wrapper input.button {
    background-image: url('images/submit-yellow-arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-size: 20px 12px !important;
    background-position: right 15px center !important;
    padding-right: 50px !important;
    margin-top: 60px !important;
    transition: all 0.5s ease !important;
}


.gform_wrapper input.button:hover {
    padding-right: 60px !important;
    transition: all 0.5s ease !important;
}


.gform_wrapper input[type=radio]:before {
    background-color: #14260B !important;
}


.gform_wrapper input[type=checkbox]:before {
    color: #14260B !important;
}






.nested-row-max-width {
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.video-max-width {
    max-width: 792px;
    margin-left: auto;
    margin-right: auto;
}


h1.amatic,
h2.amatic,
h3.amatic,
h4.amatic {
    font-family: "Amatic SC" !important;
  font-weight: 700 !important;
  font-style: normal !important;
}

.character-space {
    letter-spacing: 3px !important;
}

