@charset "UTF-8";
/*
Theme Name: GHGA Theme by Ember Marketing Co.
Theme URI: https://embermarketing.co
Author: ember
Version: 100.0.1.0
Tested up to: 5.8
Requires PHP: 5.6

*/

/* Notes for developer:
 * 
 * style.css is used for customized code per new website build
 * ember.css contains the base theme code
 * ember-options.php contains code that is customized via Theme Options. Mostly styling for header, footer and fonts
 * 
 * Flexible page template is the primary template used on pages. This allows clients to edit their own content, add sections and move them around as needed
*/


/* BRAND COLOURS */

/*
dark blue = #071529
blue = #032e72
cream = #f9f3ef
black = #222222
white = #ffffff

FONTS

headings = FreightBig
body text = Avenir light
buttons = Avenir Medium
*/


/* TYPOGRAPHY */

   h1, h2, h3, h4, h5 {
		   font-family: 'FreightBig' !important;
		   font-weight: 300 !important;
		   text-transform: none !important;
		   letter-spacing: normal !important;
		   color: #222222;
	   }

section h2{
  padding-bottom: 15px;
}

@media (min-width: 1200px){
  section h2{
    font-size: 3.25rem !important;
      padding-bottom: 30px;
  }


/* HELPER CLASSES */

ul.list-styled {
    list-style: none;
    padding-left: .2rem !important;
}

ul.list-styled li{
/*     text-indent:-1em; */
    list-style-position: outside;
    line-height: normal;
    padding-bottom: 20px;
    font-family: 'Avenir' !important;
    color: #222222;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: 0px !important;
}

ul.list-styled li::before{
      content: '•';
      margin-right: 1rem;
      padding-bottom: 1rem;
}

/* Admin */
.postbox .inside h2, .wrap [class$=icon32]+h2, .wrap h1, .wrap>h2:first-child {
    font-size: 17px !important;
}

#titlediv {
    font-size: 0.75rem !important;
}

#poststuff .stuffbox>h3, #poststuff h2, #poststuff h3.hndle {
    font-size: 14px !important;
    padding: 8px 12px;
}

/* Render */

.acfe-flexible-placeholder>section {
  min-height: 400px;
}
div.layout.-collapsed>input.acfe-flexible-control-title {
  display: none !important;
}
  
/* theme overrides */

  body,
  #page.site{
        overflow-x: hidden !important;
  }

/* General */

.site {
	overflow: hidden;
}

.fadein {
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.hidden {
  display: none;
}

.visible {
  display: block !important;
}
 
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
  }
}

h1,
h2,
  margin-bottom: 15px;
}


p:last-child {
  margin-bottom: 0 !important;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: none !important;
}


.inner {
  max-width: 1400px;
  width: 80%;
  margin: 50px auto;
  padding: 80px 0%;
}

.overlay {
	width: 100%;
	height: fit-content;
}

.center {
  text-align: center;
}

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

/* Buttons */

a.button-primary, a.button-secondary,
.wp-block-button__link.wp-element-button,
.checkout-button.button.alt.wc-forward,
button.button,
.um input[type="submit"].um-button,
button.search-submit,
.um .um-button.um-alt, .um input[type=submit].um-button.um-alt,
.woocommerce a.button, .woocommerce a.checkout-button.button{
  text-transform: capitalize;
  font-family: 'Avenir' !important;
  font-weight: 500 !important;
  letter-spacing: 0px !important;
  padding: 0.938rem 3rem !important;
  text-align: center !important;
}

@media (min-width: 992px){
  a.button-primary, a.button-secondary{
    max-width: 250px !important;
/*     margin-top: 15px; */
  }
}

a.button-secondary {
	background-color: transparent !important;
	color: #032e72 !important;
/* 	padding: 1rem 3rem !important; */
	border: 1px solid #032e72 !important;
	transition: 0.2s !important;
	font-size: 0.75rem !important;
	border-radius: 50px !important;
  opacity: 1 !important;
}

.button-secondary:hover {
	transition: 0.2s !important;
	opacity: 0.6;
}

aside#secondary.widget-area a.wp-block-button__link.wp-element-button,
button.single_add_to_cart_button.button,
.checkout-button.button.alt.wc-forward,
button.button,
.um input[type="submit"].um-button,
button.search-submit,
.um .um-button.um-alt, .um input[type=submit].um-button.um-alt,
.woocommerce a.button, .woocommerce a.checkout-button.button{
  	border-radius: 50px !important;
    background-color: rgb(3,46,114) !important;
    background: rgb(3,46,114) !important;
    color: white !Important;
/*     margin-top: 15px !important; */
   padding: 0.5rem 3rem !important;
  opacity: 1 !important;
}

aside#secondary.widget-area a.wp-block-button__link.wp-element-button:hover,
button.single_add_to_cart_button.button:hover,
.checkout-button.button.alt.wc-forward:hover,
button.button:hover,
.um input[type="submit"].um-button:hover{
	transition: 0.2s !important;
	opacity: 0.6 !important;
}

.button-primary.nav-button.menu-item a.nav-link{
  color: white !Important;
}

div#page.site header#masthead.site-header div.container nav.navbar.navbar-expand-xl div#main-nav.collapse.navbar-collapse.justify-content-end ul#primary-menu.navbar-nav li#menu-item-9455.button-primary.nav-button.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-9455.nav-item a.nav-link{
  color: white !Important;
}

div#page.site header#masthead.site-header div.container nav.navbar.navbar-expand-xl div#main-nav.collapse.navbar-collapse.justify-content-end ul#primary-menu.navbar-nav li#menu-item-9455.button-primary.nav-button.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-9455.nav-item{
  padding: 0rem 1rem !important;
  max-width: 200px;
  text-align: center;
  margin-bottom: 20px;
  top:0px !important;
}


/* Header */

header#masthead {
    border-bottom: none !important;
    min-height: 40px;
    position: fixed;
    width: 100%;
    z-index: 99999;
	box-shadow: 5px 0px 10pc rgba(0,0,0,0.2);
	left: 0px;
}

li.nav-item {
	opacity: 1;
	transition: 0.2s;
}

li.active>a, li.current-menu-item>a {
	opacity: 1.0;
	font-weight: 800 !important;
	transition: 0.2s;
}

.navbar {
    padding: 2rem !important;
}

#main-nav .navbar-nav{
  margin-bottom: -1rem;
}

#sidebar-header-after {
	padding: 1rem 0 0;
    border-radius: 0px;
}

#sidebar-header-after .widget {
    padding: 1rem 2rem !important;
	text-align: center;
}

#masthead {
  transition: 0.5s;
}
.fixed-nav {
 top: 0px !important;
transition: 0.5s;
height: fit-content !important;
}
.fixed-nav>div>nav {
padding: 1rem !important;
transition: 0.5s;
}

#main-nav a.nav-link {
  transition: 0.2s !important;
}

#main-nav a.nav-link:hover {
  opacity: 0.6;
  transition: 0.2s !important;
}

.top-bar {
	width: 100%;
	padding: 0.25rem;
	display: flex !important;
  flex-wrap: wrap;
}

.top-left, .top-right {
	display: table-cell;
	width: 50%;
	padding: 0.5rem;
	vertical-align: top;
}
.top-left {
	text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-left .links.container a{
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 13px !important;
}

.top-left .links.container ul {
  list-style:none;
}
.top-left .links.container ul li{
  display:inline-block; 
  padding:0 9px; 
  position:relative;
}
.top-left .links.container ul li:not(:last-child)::after{
  content:""; 
  border:1px solid #FFFFFF;
  border-width: 1px 1px 0 0;
  position:absolute; 
  right:-3px; 
  top:0; 
  height:100%;
}

.top-right {
	text-align: right;
}

button.navbar-toggler{
  margin-right: 20px !important;
}

/* Fibro Search Bar */

.dgwt-wcas-search-wrapp{
  margin: 0 !important;
  height: 30px !important;
}
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input{
  border-radius: 1px;
  padding: 10px 15px 10px 40px !important;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input{
  height: 30px !important;
}

.fibrosearch.d-flex{
  justify-content: flex-end;
  gap: 10px;
}

.fibrosearch p{
  color: #FFFFFF;
  text-transform: uppercase !important;
  margin-bottom: 0rem !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 765px){
  .fibrosearch p{
      display: none !important;
  }
  
  .fibrosearch.d-flex{
    justify-content: center;
  }
}

@media (min-width: 1200px){
  .navbar-expand-xl .navbar-nav .nav-link {
      padding-right: 1rem;
      padding-left: 1rem;
  }
}

@media (max-width: 500px){
.site-logo img {
  max-width: 200px !important;
  height: auto !important;
  width: 100% !important;
}
}


/***** SIDEBAR *****/

aside#secondary.widget-area a{
  text-decoration: none !important;
  color: black !important;
}

aside#secondary.widget-area h2.wp-block-heading{
  font-size: 1rem !important;
  font-family: Avenir !important;
  font-weight: bolder !important;
  line-height: normal !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

aside#secondary.widget-area .widget.widget_block{
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

aside#secondary.widget-area .dgwt-wcas-search-form{
  background-color: transparent !important;
  color: rgb(3,46,114) !important;
  border-color: rgb(3,46,114) !important;
  margin-bottom: 1rem !important;
}

aside#secondary .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input{
  
}

aside#secondary .wc-block-product-categories-list{
  line-height: 1.8 !important;
  font-family: 'Avenir' !important;
  padding-top: 15px !important;
}

span.wc-block-product-categories-list-item-count{
  display: none !important;
}

.woocommerce-breadcrumb{
  display: none !important;
}

@media (min-width: 992px){
  aside#secondary.widget-area{
    padding-top: 200px !important;
  }
}

@media (max-width: 992px){
  aside#secondary.widget-area{
    display: none !important;
  }
}
/* Hero */

.hero {
  background-size: cover !important;
  background-attachment: scroll;
  background-position: center;
  display: table;
}

.hero-inner {
	display: table-cell;
}

.hero-left {
  width: 50%;
  padding: 200px 5% 0px 5%;
  /*clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);*/
  overflow: visible;
  position: relative;
  bottom: -160px !important;
}

.hero-left-inner {
/*   text-shadow: 3px 2px 10px rgb(0 0 0 / 20%); */
}

.hero-title {
  font-size: 4.5rem;
  line-height: 4.5rem;
}

.hero .hero-title {
  background-color: #f9f3ef;
  padding: 20px;
}

.hero.hero-slider h1.hero-title {
  padding: 0px !important;
}

.hero.hero-slider h1.hero-title {
  background-color: transparent !important;
}

.hero-title2 {
  font-size: 4rem;
  line-height: 4.25rem;
  margin-bottom: 20px;
}

@media (min-width: 992px){
  .hero {
      min-height: 400px !important;
  }
  
  .hero .hero-title {
    padding: 30px 50px;
  }
  
  .hero.hero-slider .hero-slider-left{
    padding: 80px !important;
  }
}

/* Hero Slider */

.hero-overlay {
  display: table;
  width: 100%;
}

@media (min-width: 992px){
  .hero-overlay {
     width: 50% !important;
  }
}

.hero-slider-left{
  max-width: 200px !important;
  background: rgba(255, 255, 255, .85) !important;
}

div.hero-slider-left-inner h1.hero-title {
  color: #000000 !important;
}

@media (min-width: 992px)
.hero.hero-slider .hero-slider-left {
    min-width: 700px !important;
}
}

/* Slick Slider */

.slick-track ul.slick-dots{
    top: 0px !important;
  }

.slick-dots li.slick-active button::before{
  color: #142b5e !important;
}

/* Fullwidth Text */
.fwt-inner {
  text-align: center;
/*   padding-top: 80px;
  padding-bottom: 80px; */
}

.fwt-inner.inner p{
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Callout */
.callout-inner {
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 1100px;
}

.callout-wrapper {
	display: inline-flex;
    align-items: center;

}

.callout .button-secondary{
  color: rgb(3,46,114) !important;
  background-color: transparent !important;
  border-color: rgb(3,46,114) !important;
}

.callout .button-secondary:hover {
	transition: 0.2s !important;
	opacity: 0.6;
}

.callout-title {
  font-size: 2.3rem !important;
  line-height: 100%;
}

h2.callout-title {
  font-size: 2.3rem !important;
  line-height: 100%;
}


.callout-title {
  font-size: 2.3rem !important;
  line-height: 100%;
}

.callout-left {
  width: 55%;
  position: relative;
  vertical-align: middle;
  text-align: right;
  
  display: flex !important;
  flex-direction: column !important;
  padding-bottom: 50px !important;
}

.callout-left .column {
  padding: 0rem !important;
  background-color: rgba(0,0,0,0) !important;
}

.callout-left .column:hover {
  background-color: rgba(0,0,0,0) !important;
}

.callout-left p {
  font-size: 1rem;
}

.callout-right {
  vertical-align: middle;
  text-align: center;
  width: 55%;
  position: relative;
}

.callout-right > img {
  max-width: 119% !important;
  width: 100% !important;
  overflow: hidden;
}

.content-wrapper {
  display: table;
  width: 100%;
  min-height: 500px;
  vertical-align: middle !important;
}

@media (min-width: 992px){
  .callout-left{
    padding: 4rem !important;
  }
}

@media (max-width: 992px){
  .callout-left{
    padding-bottom: 100ppx !important;
  }
  
  .callout-right > img {
    max-width: 500px;
    width: 100% !important ;
  }
}



@media (max-width: 500px){
  .callout .button-secondary,
  .callout .button-primary{
    width: 100% !important;
    display: block;
    text-align: center !important;
  }
}

/* Alternating Content */

.text {
  width: 50%;
  display: table-cell;
  padding: 5rem 5% 4rem;
  vertical-align: middle !important;
  align-self: center;
  text-align: top;
}

.image {
  display: table-cell;
  padding: 5rem 5% 4rem;
  background-size: cover !important;
  background-position: center !important;
  width: 50%;
  vertical-align: middle;
  text-align: center;
}

/* Alternating Team */
.team {
  width: 80% !important;
  margin: auto !important;
  max-width: 1100px;
}

/* Footer */


.footer-cta-inner {
  text-align: center;
  padding: 150px 0px;
}

.sidebar-footer-area {
    max-width: 1400px;
    margin: auto;
	display: block;
}


 #sidebar-footer .menu{
    display: block;
  }

 #sidebar-footer ul li{
    text-align: center;
}

@media (min-width: 1200px){
  #sidebar-footer .menu{
    display: flex;
  }
  
  #sidebar-footer li:not(:last-child):after {
    content:""; 
    border:1px solid #e2e2e2;
    border-width: 1px 1px 0 0;
    position:absolute; 
    right:-3px; 
    top:0; 
    height:100%;
  }
  
  #sidebar-footer ul li{
    display:inline-block; 
    padding:0 7px; 
    position:relative;
  }
}

#sidebar-footer a{
  padding: 5px;
  font-size: 18px !important;
}

#sidebar-footer.widget-area div.widget-container {
    width: fit-content !important;
	margin: auto;
	display: block;
    vertical-align: top;
	flex: none;
}

#sidebar-footer {
    border-top: none !important;
    padding: 2.5rem 2rem !important;
    background-color: rgb(3,46,114) !important;
    margin-top: -34px;
}

.#sidebar-footer a, #sidebar-footer a:visited {
	text-decoration: none !important;
}

#sidebar-footer .widget-title {
    font-style: normal;
}

#sidebar-colophon {
  border-top: 0px !important;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Raleway';
    background-color: #001E49 !important;
}

@media (max-width: 700px){
	.footer-col-1, .footer-col-2, .footer-col-3 {
	display: block;
	width: 100%;
	text-align: center;
}
  #sidebar-footer .col-8{
    width: 100% !important;
  }
  
}

#sidebar-colophon a, #sidebar-colophon .site-info{
    font-family: 'Avenir' !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: 0px !important;
}
/* Columns */

.column-inner {
  text-align: center;
}



.column-flex {
  display: inline-block;
  text-align: center;
  width: 31%;
  margin: 0px 1%;
}

.column-text {
    padding: 50px 8% 60px !important;
    display: table-cell;
    width: 31%;
    height: 400px;
    vertical-align: middle;
}



.column-border {
  border: none;
  padding: 40px 5% 60px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  border-radius: 20px;
}

.column-text {
    padding: 1rem 1rem;
}

.col-1-2 {
  display: inline-block;
  width: 47%;
  padding: 40px 4%;
  text-align: center;
  margin: 10px 1%;
}

.col-1-3 {
  display: inline-block;
  width: 31%;
  padding: 40px 4%;
  text-align: center;
  border: 1px solid #000;
  margin: 10px 1%;
}


.column-inner {
padding: 0px !important;
}
.column-flex {
background-size: cover;
}

.column-image {
  max-height: 100px;
  margin-bottom: 20px;
  background-size: 167px !important;
  max-height: 150px !important;
  margin-bottom: 20px !important;
  max-width: 150px !important;
  border-radius: 50% !important;
  margin-left: auto;
  margin-right: auto;
}
				
.columns-main-title {
margin-bottom: 50px;
}			
				
.column {
padding: 6rem 2rem;
background-color: rgba(0,0,0,0.15);
transition: 0.2s !important;
}
				
.column:hover {
background-color: rgba(0,0,0,0.4);
transition: 0.2s !important;
}

.column-flex>div>h2 {
font-size: 22px !important;
font-weight: 400;
letter-spacing: 1px;
}

.column-flex>div>p {
font-size: 14px !important;
line-height: 1.3em !important;
}

@media (max-width: 981px) {
.column-flex {
width: 100% !important;
}
	
	.column-text {
    padding: 50px 8% 60px !important;
    display: block;
    width: 100% !important;
	}
}

.page-id-6172 .column-overlay{
    background: rgba(3,46,114,.5) !important;
    }
		

.page-id-6168 li.column-flex{
  background-color: #f9f3ef !important;
  min-height: 350px;
}

.page-id-6168 li.column-flex div.column-text{
  height: 350px !important;
  min-height: 350px;
}

/* Services */

.services-content {
  width: 80%;
  max-width: 1400px;
  margin: auto;
  padding: 100px 0px;
}

.services-content > ul > .content-wrapper {
  border: none;
  margin-bottom: 80px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  border-radius: 20px;
  overflow: hidden;
}

/* Video */

.video-wrapper {
					background: #f9f9f9;
					padding: 0px 5% 50px;
					margin-top: 200px;
				}

				.video-inner>iframe {
					box-shadow: 0px 0px 20px rgb(0 116 159 / 20%);
					border-radius: 5px;
					overflow: hidden;
					margin-top: -150px;
					margin-bottom: 40px;
					width: 65rem;
					height: 36rem;
				}


				.video-inner {
					max-width: 1100px;
					width: 80%;
					margin: auto;
					text-align: center;
				}

/* Contact */

.contact-hero-inner {
  display: table;
  width: 80%;
  max-width: 1400px;
  margin: auto;
}

.contact-hero {
  background-size: cover !important;
  background-attachment: fixed;
  background-position: center;
}

.contact-hero-left {
  width: 60%;
  display: table-cell;
  padding: 150px 8% 150px 10%;
  /*clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);*/
  overflow: visible;
}

.contact-hero-right {
  display: table-cell;
}

 
.page-id-6174 .fwt-inner.inner{
  text-align: center !important;
  box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.85) !important;
  margin: 0px auto !important;
  
}

.page-id-6174 #content .wpcf7 {
    display: flex;
  justify-content: center;
}

.page-id-6174 #content section.fwt{
  padding: 2rem 0% !important;
/*   padding-right: 0px !important;
  padding-left: 0px !important; */
}

.page-id-6174 #content .fwt-inner.inner.py-0{
  padding-top: 100px !important;
}

.page-id-6174 h2.fwt-title.main-title{
   text-align: center !important;
}

.page-id-6174 h3{
  text-align: left !important;
  padding-bottom: 30px;
}

.page-id-6174 .column-inner p{
   font-size: 18px !important;
}

@media (min-width: 992px){
  
  .page-id-6174 .fwt-inner.inner{
    text-align: center !important;
    max-width: 50%;
     float: right;
}
  
.page-id-6174 #content section.fwt{
  padding: 2rem 0% !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}
  
  .page-id-6174 .column-inner p{
   font-size: 20px !important;
}

}

@media (max-width: 768px){
    .page-id-6174 .fwt-inner.inner{
      padding-right: 15px !important;
      padding-left: 15px !important;
      margin-top: 60px !important;
  }
}




/* WPForms */

form.wpcf7-form {
  max-width: 100%;
  text-align: center;
}

.wpcf7-form input[type="date"],
.wpcf7-form input[type="datetime"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="range"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="text"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="week"],
.wpcf7-form select,
.wpcf7-form textarea {
  background-color: #fff;
  font-size: 16px;
  border: none !important;
  padding: 13px 10px !important;
  height: fit-content !important;
  width: 100%;
  border-radius: 0px !important;
}


.wpcf7-form label{
  display: none !important;
}

/* input.wpcf7-form-control.wpcf7-file{
  display: flex !important;
  justify-content: center !important;
} */

.wpcf7-form input::file-selector-button {
  text-transform: capitalize;
  font-family: 'Avenir' !important;
  font-weight: 500 !important;
  letter-spacing: 0px !important;
  padding: 0.938rem 3rem !important;
  text-align: center !important;
  background-color: #032e72 !important;
  transition: 0.2s !important;
  font-size: 0.75rem !important;
  border-radius: 50px !important;
  color: white !important;
  margin-left: auto !important;
  margin-right: auto !important;
/*   width: 100% !important; */
}

/* .wpcf7-form-control-wrap {
  width: 100% !important;
  display: block;
} */

form.wpforms-form input.wpcf7-form-control,
form.wpforms-form textarea.wpcf7-form-control{
  border-radius: 1px !important;
  border-color: white !important;
   padding: 0.75rem 0.75rem !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
  text-transform: uppercase;
  letter-spacing: 1px !important;
  font-size: 12px !important;
}

div.wpforms-container-full .wpforms-form input[type="submit"],
div.wpforms-container-full .wpforms-form button[type="submit"],
div.wpforms-container-full .wpforms-form .wpforms-page-button,
.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
text-transform: uppercase;
  font-family: 'Avenir' !important;
  font-weight: bolder !important;
  letter-spacing: 0px !important;
  padding: 0.938rem 3rem !important;
  text-align: center !important;
  background-color: #032e72 !important;
  transition: 0.2s !important;
  font-size: 0.75rem !important;
  border-radius: 50px !important;
  width: 100% !important;
  max-width: 300px !important;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.page-id-6174 form.wpcf7-form{
  padding: 40px !important;
}

input::placeholder, textarea::placeholder {
  color: black !important;
}


/* Slider */

.slider-for .slick-prev{
left: 15px;
color: white;
border: 1px solid;
border-radius: 0;
width: 44px;
height: 44px;
font-size: 1.44em;
display: flex;
/*align-items: center;*/
justify-content: center;
/*padding-bottom: 3.3px;*/
transition: all 0.8s;
cursor: pointer;
}

.slider-for .slick-next{
right: 15px;
color: white;
border: 1px solid;
border-radius: 0;
width: 44px;
height: 44px;
font-size: 1.44em;
display: flex;
/*align-items: center;*/
justify-content: center;
/*padding-bottom: 3.3px;*/
transition: all 0.8s;
cursor: pointer;
}

.carousel-lower img{
   transition-duration: 0.2s;
}

.carousel-lower img:hover{
   opacity: 0.7;
   transition-duration: 0.2s;
}

.slider-for .slick-prev, .slider-for .slick-next{
position: absolute;
z-index: 1;
top: 7.5rem;
padding-top: 1rem;
}

.slick-prev:before, .slick-next:before {
  display: none;
}

.slider-for img {
  display: none !important;
/*  height: 400px;
  width: 100%;
  object-fit: cover;
  min-height: 600px;*/
}

.slider-nav {
  position: relative;
  height: 200px;
}

.slider-nav .slick-prev,
.slider-nav .slick-next {
  position: absolute;
  z-index: 1;
  top: 45%;
}

.slider-nav .slick-prev {
  left: 15px;
  color: white;
  border: 1px solid;
  border-radius: 0;
  width: 44px;
  height: 44px;
  font-size: 1.44em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3.3px;
  transition: all 0.8s;
}

.slider-nav .slick-next {
  right: 15px;
  color: white;
  border: 1px solid;
  border-radius: 0;
  width: 44px;
  height: 44px;
  font-size: 1.44em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3.3px;
  transition: all 0.8s;
}

.slider-nav .slick-next:hover,
.slider-nav .slick-prev:hover {
  color: #1e1f26;
  border-color: #1e1f26;
  transition: all 0.2s;
}

.slick-dots {
  display: flex;
  justify-content: center;
  position: relative;
  top: -60px;
}

.slider-nav img {
  display: block;
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.slider-nav .overlay {
  filter: brightness(0.5);
  transition: all 1s;
}

.slider-nav .overlay:hover {
  filter: brightness(1);
  transition: all 0.2s;
}

.carousel-upper {
  display: none;
}

.carousel-lower {
  height: 300px;
  overflow: hidden;
}

.carousel-lower > div > div > div > div > img {
  height: 300px !important;
}

.slider-nav.carousel-lower {
	padding-left: 0;
	padding-right: 0;
}

/* Slider fullwidth */
.slider-fullwidth {
  position: relative;
  height: 800px;
}

.slider-fullwidth img {
  display: block;
  height: 800px;
  width: 100%;
  object-fit: cover;
}

.slider-fullwidth .slick-prev,
.slider-fullwidth .slick-next {
  position: absolute;
  z-index: 1;
  top: 45%;
}

.slider-fullwidth .slick-prev {
  left: 15px;
  color: white;
  border: 1px solid;
  border-radius: 0;
  width: 44px;
  height: 44px;
  font-size: 1.44em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3.3px;
  transition: all 0.8s;
}

.slider-fullwidth .slick-next {
  right: 15px;
  color: white;
  border: 1px solid;
  border-radius: 0;
  width: 44px;
  height: 44px;
  font-size: 1.44em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3.3px;
  transition: all 0.8s;
}

.hero-slider {
  min-height: 800px;
	padding: 5rem;
}

.hero-slider > div > div.hero-left {
  height: 100% !important;
  padding: 10% 5% 10% 10%;
  min-height: 600px;
}

/* Testimonials */

.testimonial-inner {
  max-width: 900px;
  margin: auto;
  text-align: center;
  padding: 100px 2%;
  width: 75%;
}

.testimonial-slider-container {
  height: fit-content !important;
}

.testimonial-slider-container > .slick-prev,
.testimonial-slider-container > .slick-next {
  color: #363636;
}

.testimonial-name {
  text-transform: uppercase !important;
  letter-spacing: 1px;
  font-weight: 800;
  font-size: 14px !important;
}
/ * Gallery */ .gallery-wrapper {
  margin: auto;
  max-width: 1040px;
  width: 90%;
}

.gallery-cta {
  text-align: center;
  padding: 50px 5%;
}

li.gallery-image {
  display: inline-block;
  width: 33%;
  height: 400px;
  overflow: hidden;
}


.gallery-image > a > img:hover {
	opacity:0.6;
	transition-duration: 0.2s;
	cursor: crosshair;
	
}
.gallery-image > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.2s;
}

/* Blog */

.blog-inner {
  text-align: center;
}

.blog-inner ul{
  padding-left: 0rem !important;
}

.blog-inner.inner{
   padding-top: 0px !important;
  width: 100% !important;
}

.post-wrapper:hover {
  padding-bottom: 10px;
  transition: 0.2s;
}

 .post-content a.read-more{
    text-transform: capitalize !important;
    font-family: 'Avenir' !important;
/*     font-weight: 500 !important; */
    color: #032e72 !important;
  }

.post-wrapper {
  display: inline-block;
  width: 30.3%;
  border-radius: 1px;
/*   box-shadow: 0px 0px 15px rgb(0 0 0 / 10%); */
  overflow: hidden;
  margin: 20px 1%;
  vertical-align: top;
  transition: 0.2s;
}

a.post-link {
  color: #000 !important;
}

.post-image {
  height: 230px;
  overflow: hidden;
}

@media (min-width: 981px) {
  .post-image > img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
    max-width: 100% !important;
    max-height: 100% !important;
/*     border-radius: 100%; */
    margin-top: 30px;
  }
}

.post-image > img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}

.post-content {
  padding: 30px 6%;
 background-color: #f9f3ef;
}

.post-content > p {
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: auto;
}

.post-wrapper > a {
  text-decoration: none !important;
}
.read-more {
  color: #0478c1;
  text-transform: uppercase;
  padding: 3px 0px;
/*   border-bottom: 3px solid #0478c1; */
  font-size: 13px;
  font-weight: 800;
}

.nv-thumb-wrap {
  display: inline-block;
  width: 60%;
  float: left;
  padding: 0px 4% 2rem 0px;
}
.nv-thumb-wrap > img {
  border-radius: 10px;
}

.nv-is-boxed.comment-respond {
  border-radius: 10px;
}

/***ARCHIVE****/

.entry-header .byline{
  display: none !important;
}

  .archive.category .content-area.row{
    padding-top: 50px !important;
  }

 .archive.category aside#secondary.widget-area,
.post-template-default.single aside#secondary.widget-area{
   display: none !important;
}

.archive.category #primary.site-main,
.post-template-default.single #primary.site-main{
    margin-right: auto !important;
    margin-left: auto !important;
}

/* @media (min-width: 992px){
  .archive.category .content-area.row{
    padding-top: 50px !important;
  }
} */

/********* WOOCOMMERCE *********/

/* Shop */

body.woocommerce>div>div.site-content, body.woocommerce-cart>div>div.site-content, body.woocommerce-checkout>div>div.site-content {
	max-width: 1400px !important;
	margin: 150px auto 50px !important;
	top: 0 !important;
}

.shop-inner {
  text-align: center;
}

.woocommerce ul.products li.product {
  border-radius: 20px;
  overflow: hidden;
/*   box-shadow: 0px 0px 15px rgb(0 0 0 / 10%); */
  transition: 0.2s;
  text-align: center;
}

.product mark.count{
  display: none !important;
}

.woocommerce ul.products li.product:hover {
  padding-bottom: 10px;
  transition: 0.2s;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  border-radius: 20px;
  overflow: hidden;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem !important;
  font-family: 'Avenir' !important;
  font-weight: bolder !important;
  line-height: normal !important;
}

.woocommerce ul.products li.product a img {
    max-width: 100px !important;
    margin-left: auto !important;
   margin-right: auto !important;
}

.woocommerce ul.products li.product .button.product_type_variable.add_to_cart_button{
  display: none !important;
}

@media (max-width: 600px){
  .woocommerce div.product .product_title {
      font-size: 2rem !important;
  }
}


/* WC Category Archive */

.woocommerce.post-type-archive.post-type-archive-product ul.products li.product, .woocommerce-page ul.products li.product {
      max-height: 135px;
}

.woocommerce.post-type-archive.post-type-archive-product.tax-product_cat ul.products li.product, .woocommerce-page ul.products li.product {
      max-height: 500px;
}

/* WC Single */

.woocommerce-page.single.single-product .content-area.row{
  display: flex !important;
  justify-content: center !important;
}

html body.product-template-default.single.single-product.postid-7432.logged-in.admin-bar.wp-embed-responsive.theme-ember.woocommerce.woocommerce-page.woocommerce-js.woocommerce-active.customize-support div#page.site div#content.site-content div.container div.content-area.row{
  display: flex !important;
  justify-content: center !important;
}

.single-product.woocommerce #primary.site-main {
  margin-left: auto !important;
  margin-right: auto !important;
}

.woocommerce-products-header__title.page-title{
  border-bottom: 0px solid #dee2e6 !important;
}

.woocommerce.single.single-product div.product form.cart .button {
  margin-top: 0px !important;
}

@media (max-width: 800px){
  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
    width: 100% !important;
  }
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
    width: 100% !important;
  }
  
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    width: 100% !important;
  }
}


/*********** UM MEMEMBER PAGE STYLING ***********/

/* LOGIN */

.um-page-login #primary.site-main,
.um-page-account #primary.site-main{
  margin-left: auto !important;
  margin-right: auto !important;
}

.um-page-login aside#secondary.widget-area,
.um-page-account aside#secondary.widget-area{
  display: none !important;
}



/*********** PMPRO MEMEMBER PAGE STYLING ***********/

/* .pmpro-levels.page .aside#secondary.widget-area{
  display: none !important;
} */

input#pmpro_btn-submit.pmpro_btn.pmpro_btn-submit-checkout,
a.pmpro_btn.pmpro_btn-select{
  text-transform: capitalize;
  font-family: 'Avenir' !important;
  font-weight: 500 !important;
  letter-spacing: 0px !important;
  padding: 0.938rem 3rem !important;
  text-align: center !important;
  border-radius: 50px !important;
  background-color: #032e72 !important;
  transition: 0.2s !important;
  opacity: 1;
  color: white !important;
}

input#pmpro_btn-submit.pmpro_btn.pmpro_btn-submit-checkout:hover{
  opacity: .75 !important;
}

/******* Tabs ********/
.tabs-inner {
  max-width: 800px;
  margin: auto;
}


/* Mobile */

@media (min-width: 981px) {
  .content-wrapper:nth-child(even) {
    display: inline-flex;
    flex-flow: nowrap;
    width: 100%;
  }

  .content-wrapper:nth-child(even) > div.text {
    order: 2;
    text-align: left !important;
  }

  .content-wrapper:nth-child(even) > div.image {
    order: 1;
    width: 50%;
  }
}

@media (max-width: 1200px) {
	#main-nav {
		margin-top: 26px;
		padding: 1rem 2rem !important;
		background: rgb(255, 255, 255) !important;
		}

	.navbar-brand {
		max-width: 75% !important;
	}
	
	
	.navbar {
    padding: 0rem !important;
}
}

@media (min-width: 981px) {
   .callout-left {
     transform: translateX(-60px);
    }
  }

@media (max-width: 981px) {
	
	
  .callout-left {
    text-align: center;
    width: 100%;
    display: inline-block;
    top: 0px;
    position: relative;
  }

  .callout-right {
    display: inline-block;
    width: 100%;
    right: 0%;
    top: 0px;
    position: relative;
    text-align: center;
    margin-top: 100px;
  }

  .callout-right > img {
    max-width: 350px;
    width: 100%;
  }

  .callout-left_2,
  .callout-left_3 {
    text-align: center;
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
  }

  .callout-left_2 > img {
    max-width: 350px;
    width: 100%;
  }

  .callout-right_2,
  .callout-right_3 {
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
  }

  .header-bottom-inner {
    padding-bottom: 20px;
  }

  .col-1-3,
  .column-flex {
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
  }
	
	.hero-slider {
    padding: 2rem !important;
}
	.builder-item--logo {
    --maxwidth: 100% !important;
}
	.site-logo img {
    max-width: 100%;
	}

	
	
  .hero-left {
    width: 100% !important;
    padding: 90px 5%;
  }

  .hero-left-inner {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    max-width: 500px;
  }

  .text {
    width: 100%;
    padding: 5rem 10%;
  }
  .image {
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 300px;
  }

  .content-wrapper,
  .image,
  .text {
    display: block;
  }

  .contact-hero-left {
    width: 100%;
    display: block;
    padding: 80px 5% 80px 5%;
  }

  div.wpforms-container-full .wpforms-form input[type="submit"],
  div.wpforms-container-full .wpforms-form button[type="submit"],
  div.wpforms-container-full .wpforms-form .wpforms-page-button {
    width: 100%;
  }

  .hero-slider > div > div.hero-left {
    height: 100% !important;
    padding: 20% 5% 20% 5%;
  }
  .hero-slider,
  .hero-slider > div.hero-inner {
    min-height: fit-content;
    padding-top: 3rem;
  }

  .post-wrapper {
    display: inline-block;
    width: 100%;
  }
}

@media (max-width: 700px) {
		.site-logo img {
    max-width: 100%;
    height: auto !important;
}
	header.fixed-nav>div>nav>div>div.site-logo>a>img {
    height: auto !important;
}
	header.fixed-nav>div>nav {
    height: auto !important;
}
	
	.top-left, .top-right {
    width: 100%;
    text-align: center !important;
}
		
		.callout-right-decor {
		display: none;
		}
	
	div.callout-wrapper>div.callout-left, div.callout-wrapper>div.callout-right {
		text-align: center !important;
	}
	
		.callout-left_2 {
			width: 100%;
			margin-bottom: 0px;
			left: 0;
		}
		.callout-right_2 {
		width: 100%;
		top: 0;
		margin: auto;
		}
	.slider-fullwidth .slick-prev, .slider-fullwidth .slick-next {
    width: 30px !important;
}
	}

h1 {
	font-size: 3rem !important;
	line-height: 3rem!important;
}

h2 {
	font-size: 2rem !important;
	line-height: 2rem!important;
}

h3 {
	font-size: 1.75rem !important;
	line-height: 1.75rem!important;
}

h4 {
	font-size: 1.5rem !important;
	line-height: 1.5rem!important;
}

h5 {
	font-size: 1.25rem !important;
	line-height: 1.25rem!important;
}

/* Tabs */

#tabs {
  width: 80%;
  position: relative;
}

.tabs__flex {
  background: #eee;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}

.tabs__content--name {
  list-style: none;
  position: relative;
  font-size: 28px;
  font-weight: 900;
  padding: 24px 24px;
}

.tabs__content__inner__render--title {
  padding: 18px 0;
  font-size: 24px;
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  border-top: 1px solid #000;
}

.tabs__content__inner__render:first-child .tabs__content__inner__render--title {
    border-top: 0;
	margin-top: 0;
}

.tabs__content__inner__render:is(.active)
.tabs__content__inner__render--title {
  border-bottom: 1.4px solid transparent;
}

.tabs__content__title{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.tabs__content__inner__render--content p {
  font-size: 1rem;
  color: #000000;
}

.tabs__content__inner__render--content ul {
	margin-bottom: 30px;
	color: #000000;
	list-style: disc;
    margin-left: 1em;
}

.tabs__content__inner--btn_cta {
  display: inline-flex;
  position: relative;
  height: 110px;
  width: 100%;
  text-align: center;
  padding: 24px;
  justify-content: center;
  margin-top: 20px;
}

.tabs__content__inner--btn_cta a {
  align-items: center;
  justify-content: center;
  width: 220px;
  border-radius: 10px;
  font-size: 20px !important;
}

@media (max-width: 767px) {
	.tabs__content__inner--btn_cta a {
		font-size: 1rem !important;
	}
}

/* Tabs with accordion */

#tabs-accordion {
  width: 80%;
  position: relative;
  margin: 0px auto;
}

.tabs__accordion__flex {
  background: #f9f3ef;
}

.tabs_accordion__content--name {
    list-style: none;
    position: relative;
    font-size: 1.5em;
    font-weight: 600;
}

.tabs_accordion__content__inner__render--title {
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
}


.tabs_accordion__content__inner__render--title::after{
    content: "▲";
    color: #1e1f26;
    font-size: 15px;
    transform: rotate(180deg);
    line-height: 1;
}

.tabs_accordion__content--name .active-tab {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: none;
  position: relative;
  color: black;
  background: #eee;
}

.tabs__accordion__content__heading {
  margin-top: 2.5rem;
  margin-bottom: 8px;
}

.tabs__accordion__content__inner__render--content p {
  font-size: 1rem;
  color: #000000;
  margin-bottom: 28px !important;
}

.tabs_accordion__content--name .active-tab:after {
  width: 100%;
  height: 2px;
  position: absolute;
  content: "";
  bottom: -0.1em;
  left: 0;
  background: white;
}

.tabs__accordion__content__heading span {
  cursor: pointer;
  padding: 0.5rem 1rem 1rem;
}

.tabs__accordion__content__heading span:is(.tab-open) {
  background: #eee;

}

.tabs__accordion__content__heading span:is(.tab-open), .tabs__accordion__content__heading span, .tabs__accordion__flex, .tabs__accordion__content, .tabs__accordion__content__inner__render:is(.active) .tabs__accordion__content__inner__render--content {
  transition: 0.2s;

}

div.tabs__accordion__content__inner__render.active>.tabs_accordion__content__inner__render--title::after {
	transform: rotate(0deg);
	transition: 0.2s;
}

div.tabs__accordion__content__inner__render>.tabs_accordion__content__inner__render--title::after {
	transition: 0.2s;
}

.tabs__accordion__content__heading span:first-child {
  margin-left: 0;
}

.tabs__accordion__flex {
  padding: 24px 55px;
}

.tabs__accordion__flex .tabs__accordion__content:not(:first-child) {
  display: none;
} 

.tabs__accordion__content__inner__render:not(.active)
  .tabs__accordion__content__inner__render--content {
  display: none;
}

.tabs__accordion__content__inner__render:is(.active)
  .tabs__accordion__content__inner__render--content {
  display: block;
  border-bottom: 0.5px solid #000;
}

.tabs__accordion__content__inner--btn_cta {
  display: inline-flex;
  position: relative;
  height: 110px;
  width: 100%;
  text-align: center;
  padding: 24px;
  justify-content: center;
  margin-top: 20px;
}

.tabs__accordion__content__inner--btn_cta a {
  align-items: center;
  justify-content: center;
  width: 220px;
  font-size: 20px !important;
}

.tabs__accordion__content__title{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 840px) {
  .tabs__accordion__content__heading {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    white-space: pre;
    position: relative;
    bottom: 0;
    background: #e9e9e96b;
    margin-bottom: 5px;
    border-radius: 24px;
  }

  .tabs_accordion__content--name {
    list-style: none;
    position: relative;
  }

  .tabs__accordion__flex {
    padding: 24px 38px;
  }

  #tabs-accordion {
    width: 80%;
  }
}

@media (max-width: 767px) {
	.tabs__accordion__content__inner--btn_cta a {
		font-size: 1rem !important;
	}
	
	.tabs_accordion__content__inner__render--title::after{
		font-size: 1rem!important;
	}
}


		.open{
			z-index: 9999;
			position: fixed;
			margin: auto;
			width: 100%;
			height: 100%;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			background-color: hsla(43, 5%, 0%, 0.66);
		}

		.open img {
			position: absolute;
			margin: auto;
			padding:15%;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
		}


/* timeline */

.timeline-inner:after{
  content: "";
  width: 1px;
  height: 70px;
  background-color: black;
  display: block;
  position: relative;
  top: 100px;
  left: 50%;
  z-index: -50;
}

.timeline-inner:last-child:after{
    content: "";
  width: 0px !important;
  height: 0px !important;
  background-color: transparent;
}


/* Blog page single */

.single-post .content-area{
  padding-top: 30px !important;
}

.single-post .content-area .entry-meta .byline{
  display: none !important;
}

