/*
Theme Name: SiteOrigin Corp Child
Author: SiteOrigin
Author URI: https://siteorigin.com/
Theme URI: https://siteorigin.com/theme/corp
Description: SiteOrigin Corp Child Theme
Version: 1.0.0
Template: siteorigin-corp
Text Domain: siteorigin-corp
Domain Path: /languages/
*/

/* =Theme customization starts here
-------------------------------------------------------------- */



@import url(https://fonts.bunny.net/css?family=fira-sans:300,400,500,600|fira-sans-condensed:300,400,500|open-sans:300,400,500,600,700,800|poppins:300,400,500,600);





body {
	font-family: 'poppins', 'Open Sans', sans-serif;
	color:#8d8d8d;
	font-size:16px;
	font-weight:400;
	line-height:1.3em;
	background: #fff;
	}


p {
	font-weight:400;
	margin-bottom:12px;
	line-height:1.3em;
}

strong {
  font-weight:600;
}


h1, h2, h3, h4, h5 {
font-family:"poppins" !important;
font-weight:400;
color:#8d8d8d;
margin: 0px 0 20px 0;
line-height:1.3em;
}

h1,
h1.entry-title {
line-height: 1.2em;
padding: 0 0 15px 0;
font-size:42px;
font-weight:400;
color:#CACC2C;
}
  
  h2 {
  font-size:30px;
		color:#CACC2C;
  }  

  h3 {
		font-size:26px;
  }

  h3.widget-title {
  font-size:30px;
  }
  
  .dark h3.widget-title {
  color:#fff;
  }
  


i.fa, i.far, i.fab, i.fas {
width:30px;
font-size:1.3em;
text-align:center;
}


.button, input[type="submit"] {
font-family:"poppins" !important;
font-weight:500 !important;
font-size:16px;
padding:10px 20px;
border:0px solid #fff;
margin:10px 0;
display:inline-block;
color:#fff;
  }

.button:hover, input[type="submit"]:hover {
background-color:#2BADCB;
}

input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="range"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea {
	border: 1px solid #2BADCB;
	padding: 7px 13px 8px;
	width: 100%;
}

#content ul li {
	line-height:1.5em}
	
blockquote {
	border-left: 3px solid #2BADCB;
	font-size: 16px;
	margin: 0 0 26px;
	padding: 5px 0 5px 25px;
	font-style:normal;
}




/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/


.corp-container {
	margin: 0 auto;
	max-width: 1270px;
	padding: 0 15px;
	position: relative;
	width: 100%;
}


#masthead {
border-bottom:3px solid #CACC2C;
box-shadow: 0px 0px 0px #CACC2C;
background-color:#fff;
}




/*--------------------------------------------------------------
Header CTA
--------------------------------------------------------------*/

.site-header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center; /* vertical alignment across logo + CTA/nav */
	gap: 40px;
	padding: 15px 0;
}

.site-branding {
	width: 30%;
}

.header-right {
	width: 70%; /* use fixed width here, not flex */
}

/* Now everything else inside can stay the same */
.virtue-cta-block {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 40px;
	margin-bottom: 30px;
}

.main-navigation {
	display: flex;
	justify-content: flex-end;
}

.virtue-cta-phone {
	font-size: 18px;
	color: #CACC2C;
	display: flex;
	align-items: center;
	gap: 8px;
}

.virtue-cta-buttons {
	display: flex;
	gap: 15px;
}

.virtue-btn {
	padding: 10px 25px;
	border-radius: 20px;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
	display: inline-block;
	transition: background 0.3s;
	color: #fff;
}

.virtue-btn:visited {
	color:#fff;
}

.virtue-btn-yellow {
	background: #CACC2C;
}

.virtue-btn-yellow:hover {
	background: #c4c400;
}

.virtue-btn-brown {
	background: #c79a6c;
}

.virtue-btn-brown:hover {
	background: #b98959;
}

@media (max-width: 768px) {
	
	.site-header-inner {
	gap: 20px;
	padding: 0px 0 10px 0;
}
	
.virtue-cta-block {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 10px;
}

.header-right {
	width: 65%; /* use fixed width here, not flex */
}

.virtue-btn {
	padding: 6px 10px;
	border-radius: 20px;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
	transition: background 0.3s;
	color: white;
}
}



/*--------------------------------------------------------------
pageheader
--------------------------------------------------------------*/


#pageheader {
	padding:220px 50px;
	background-size: cover;
	background-position: center center;
}

#pageheader h1 {
	color:#fff;
	font-weight:700;
	font-size:72px;
	text-align:center;
	text-shadow: .5px .5px 3px #818285;
}

@media only screen and (max-width: 768px) {

#pageheader {
	padding:120px 30px;
	background-size: cover;
}

#pageheader h1 {
	color:#fff;
	font-weight:700;
	font-size:42px;
	text-align:center;
	text-shadow: .5px .5px 3px #818285;
}

  }


/*--------------------------------------------------------------
Button
--------------------------------------------------------------*/



.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
	background: #103458;
	border-radius:30px;
	font-size:22px;
	text-transform:none;
	letter-spacing: 0;
}




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


.main-navigation ul li {
	display: inline-block;
	font-family: 'poppins', sans-serif;
	font-size: 16px;
	line-height: normal;
	text-align: left;	
	margin: 0 20px -20px 0;
	text-transform: none;
	line-height:1.2em;
  vertical-align:middle;
	transition: .3s;
}


.main-navigation ul li a {
	font-weight: 400;
	color: #2BADCB;	
	letter-spacing: 0px;
}



.main-navigation ul.sub-menu {
margin-top:15px;}
.main-navigation ul.sub-menu ul {
margin-top:0px;
}

.main-navigation li.menu-item-has-children {
padding-right:25px;}

.main-navigation li.menu-item-has-children:after {
content: '>';
color:#CACC2C;
position:absolute;
right:5px;
top:1px;
font-size:22px;
transition: .2s;

}
.main-navigation li.menu-item-has-children:hover:after {
transform: rotate(90deg);
}



#mobile-navigation br {
display:none;}

#mobile-navigation ul li a {
	padding: 8px 30px;
}

#mobile-navigation ul li .dropdown-toggle {
	background: transparent;
	color: #b2b2b2;
	font-size: 20px;
	padding: 14px;
	position: absolute;
	right: 2px;
	top: 2px;
	transition: none;
}


body[class*="overlap-"] .site-header:not(.stuck) {
	background: rgba(255,255,255,.95);
}

.site-header.stuck {
	background: rgba(255,255,255,.95);
}


.entry-header {
	margin-bottom: 25px;
}



/*///////////////////////////
//     Referral Banner
///////////////////////////*/


.referral-banner h2{
	color:#fff;
	font-size:34px;
}


.referral-banner h3{
	color:#fff;	
	font-size:22px;
}


@media only screen and (max-width: 768px) {
.referral-banner h2{
	color:#fff;
	font-size:24px;
}


.referral-banner h3{
	color:#fff;	
	font-size:18px;
}
	
	.referral-banner .button {
		font-size:18px;
		line-height:1.2em;
	}

  }


/*///////////////////////////
//     Archive
///////////////////////////*/


.blog-layout-grid article.type-post {
border:2px solid #fff;	
}

.blog-layout-grid article .entry-title {
	font-size: 22px;
	margin: 0 0 3px;
	color:#CACC2C;
}


.blog-layout-grid article .corp-content-wrapper {
	padding: 20px 20px 25px;
}


.home .navigation.pagination {
	display:none
}



/*///////////////////////////
//     Footer
///////////////////////////*/

.site-footer .widgets .widget .widget-title {
	text-transform:none;
	font-size:20px;
}

.site-footer .widgets .widget p,
.site-footer .widgets .widget a {
	font-size:16px;
	font-weight:300;
}

.site-footer .widget ul li, 
.widget-area .widget ul li {
	line-height: 1em;
	margin-bottom:8px;
}


/*///////////////////////////
//     Testimonials
///////////////////////////*/



.strong-view.wpmtst-modern.controls-type-sides .wpmtst-testimonial-inner {
	padding-left: 70px !important;
	padding-right: 70px !important;
}

@media only screen and (max-width: 768px) {
.strong-view.wpmtst-modern.controls-type-sides .wpmtst-testimonial-inner {
	padding-left: 50px !important;
	padding-right: 50px !important;
}
}

.strong-view.wpmtst-modern .wpmtst-testimonial-heading {
  font-weight: 700;
  margin-top: 0;
  color:#c99e67;
}



.strong-view.modern .testimonial-content {
	font-size: 17px !important;
	font-style: normal !important;
}


.widget .strong-view.wpmtst-modern .wpmtst-testimonial-content {
  margin: 20px 0 !important;
}

.testimonial-field.testimonial-name {
	padding: 10px 0 ;
}


.wpmtst-testimonial-field.testimonial-field.position {
	color:#C99E67;
	font-size:24px;
	margin:30px 0;
	
}

.wpmtst-testimonial-field.testimonial-field.location {
	font-size:14px;
	margin:15px 0 15px 0;	
}


.widget .strong-view.wpmtst-modern .wpmtst-testimonial-content:before {
  display:none !important;
}
.widget .strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
display:none !important;
}


.strong-view.controls-style-buttons2 .wpmslider-start,
.strong-view.controls-style-buttons2 .wpmslider-stop,
.strong-view.controls-style-buttons2 .wpmslider-next,
.strong-view.controls-style-buttons2 .wpmslider-prev {
  background: #c99e67 !important;
  border-radius: 15px !important;
  width: 26px !important;
  height: 26px !important;
}


.strong-view.controls-style-buttons2:not(.rtl) .wpmslider-prev::before,
.strong-view.controls-style-buttons2:not(.rtl) .wpmslider-next::before{
	width: 18px !important;
	height: 18px !important;
}





/*///////////////////////////
//     Contact
///////////////////////////*/
  
.wpcf7-form label {
	color: #fff;
	font-size: 15px;
}

.grecaptcha-badge, .grecaptcha-logo { visibility: hidden !important; opacity:0 !important;    z-index:-1000;  
}

@media only screen and (max-width: 768px) {
.grecaptcha-badge, .grecaptcha-logo {
	display:none;}
}


/*///////////////////////////
//     Footer
///////////////////////////*/


footer {
	border-top:10px solid #CACC2C;
}



/* =Gallery - WordPress gallery styling
-------------------------------------------------------------- */

/* Masonry gallery layout using Isotope.js */
.gallery {
	margin-top: 60px;                 /* Space above gallery */
	display: block !important;        /* Isotope handles the layout */
}

/* Gallery items - Isotope masonry items */
.gallery .gallery-item,
.gallery .masonry-item {
	width: calc(33.333% - 11px);      /* 3 columns: 33.333% minus gutter space */
	margin: 0 0 16px 0;               /* Bottom margin only */
	display: block;                   /* Block display */
}

/* Gallery image containers */
.gallery .gallery-icon,
.gallery .gallery-icon > a {
	display: block !important;        /* Block display */
	width: 100% !important;           /* Full width */
}

/* Gallery images */
.gallery img {
	display: block;                   /* Block display */
	width: 100% !important;           /* Full width */
	height: auto !important;          /* Auto height to maintain aspect ratio */
	max-width: 100%;                  /* Ensure images don't overflow */
}

/* Hide gallery captions */
.gallery .gallery-caption {
	display: none !important;         /* Don't show captions */
}

/* Gallery link cursor */
.gallery a {
	cursor: zoom-in;                  /* Zoom cursor for lightbox */
}

/* =Responsive Design - Mobile and tablet adjustments
-------------------------------------------------------------- */

/* Tablet adjustments - keep 3 columns */
@media (max-width: 900px) {
	.gallery .gallery-item,
	.gallery .masonry-item {
		width: calc(33.333% - 11px);  /* Still 3 columns on tablets */
	}
}

/* Mobile adjustments - drop to 2 columns */
@media (max-width: 560px) {
	.gallery .gallery-item,
	.gallery .masonry-item {
		width: calc(50% - 8px);       /* 2 columns: 50% minus gutter space */
	}
}


/*///////////////////////////
//     Media Queries
///////////////////////////*/


@media only screen and (max-width: 768px) {
  h1 {
    font-size:28px;  }  
  
  h2 {
    font-size:24px;  }  

  h3 {
	font-size: 22px;}
  
  h4 {
	font-size: 20px;}

  }

@media only screen and (max-width: 600px) {

p, li {
	font-size: 15px;
	}


  h1 {
    font-size:26px;  }  
  
  h2 {
    font-size:24px;  }  

  h3 {
	font-size: 22px;}

h3.widget-title {
	font-size: 22px;
}
  
  h4 {
	font-size: 16px;}

  h5 {
	font-size: 17px;}
}



