/*
Theme Name: Total Child
Theme URI: https://totalwptheme.com/
Template: Total
Author: WPExplorer
Author URI: https://www.wpexplorer.com/
Description: Premium Multi-purpose WordPress Theme.
Tags: custom-colors,accessibility-ready,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 6.3.1747941812
Updated: 2025-05-22 19:23:32

*/

@font-face {
  font-family: 'ProximaNova';
  src: url('fonts/ProximaNovaThin.otf');
  font-weight: 100;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('fonts/ProximaNovaLight.otf');
  font-weight: 200;
  font-weight: 300;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('fonts/ProximaNovaRegular.otf');
  font-weight: 400;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('fonts/ProximaNovamedium.otf');
  font-weight: 500;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('fonts/ProximaNova-Semibold.ttf');
  font-weight: 600;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('fonts/ProximaNovaBold.otf');
  font-weight: 700;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('fonts/ProximaNovaExtrabold.otf');
  font-weight: 800;
  font-weight: 900;
}

@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Thin.otf');
  font-weight: 100;
}

@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Light.otf');
  font-weight: 200;
}

@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Book.otf');
  font-weight: 300;
}

@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Medium.otf');
  font-weight: 500;
}

h1, h1.vcex-heading, h1.wpex-heading {
	font-size: 60px;
}

h2, h2.vcex-heading, h2.wpex-heading {
	font-size: 52px;
}

h3, h3.vcex-heading, h3.wpex-heading {
	font-size: 42px;
}

h4, h4.vcex-heading, h4.wpex-heading {
	font-size: 32px;
}

h5, h5.vcex-heading, h5.wpex-heading {
	font-size: 24px;
}


#site-navigation-wrap.has-menu-underline .main-navigation-ul>li>a>.link-inner::after {
  	inset-block-end: 12px;
}
.main-navigation-ul>.menu-item.menu-button>a>.link-inner, 
.main-navigation .menu-button>a>.link-inner {
    padding: 15.8px 15px;
    min-width: 160px;
    text-align: center;
}
.main-navigation-ul>.menu-item.menu-button>a.active>.link-inner, 
.main-navigation .menu-button>a.active>.link-inner {
    color: #aacc8b;
    background: transparent;
    border-color: #aacc8b;
}
.main-navigation-ul>.menu-item.menu-button.white-button, 
.main-navigation .menu-button.white-button {
    margin-right: 20px;
}
.main-navigation-ul>.menu-item.menu-button.white-button>a>.link-inner, 
.main-navigation .menu-button.white-button>a>.link-inner {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}
.main-navigation-ul>.menu-item.menu-button.white-button>a:hover>.link-inner, 
.main-navigation .menu-button.white-button>a:hover>.link-inner {
    color: #aacc8b;
    background-color: #ffffff;
}



.footer-widget {
    text-align: center;
}
#text-2 .textwidget p {
	margin-bottom: 0px;
}
.footer-widget .mail-widget {
    font-size: 18px;
    font-weight: 500;
}
.footer-widget .menu {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
    row-gap: 10px;
	font-size: 15px;
    font-weight: 500;
}
.footer-widget .wpex-fa-social-widget .wpex-social-btn {
    background-color: #aacc8b;
    color: #131412;
    font-size: 28px;
}
.footer-widget .wpex-fa-social-widget .wpex-social-btn {
    background-color: #aacc8b;
    color: #131412;
    font-size: 28px;
	border: 2px solid #aacc8b;
}
.footer-widget .wpex-fa-social-widget .wpex-social-btn:hover {
    background-color: transparent;
    color: #aacc8b;
}


.dark-stroke-color {
    -webkit-text-stroke: 1.5px #000;
}

.light-stroke-color {
    -webkit-text-stroke: 1.5px #ffffff;
}

.vc_row.green-gradient-row {
    background-image: radial-gradient(circle at 22% 22%, #aacc8b, #466650 125%);
}

.custom-column-width>.vc_column-inner>.wpb_wrapper {
    max-width: 705px;
    padding: 40px 55px;
    margin-right: 0px;
    margin-left: auto;
}
.custom-column-width.right-column>.vc_column-inner>.wpb_wrapper {
    margin-right: auto;
    margin-left: 0px;
}

.portfolio-wrapper>.vc_column-inner>.wpb_wrapper {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
    row-gap: 30px;
}

.box-shadow-image img {
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.16);
}

.realized-portfolio .vcex-image-inner:before {
	content: '';
    background-image: url('/wp-content/uploads/2025/05/group-18212@3x.webp');
	background-size: contain;
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -4px;
    right: -4px;
}

.tick-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tick-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.tick-list li::before {
    content: '✔';
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}

.gform-theme--foundation .gform_fields {
    row-gap: 20px!important;
    column-gap: 20px!important;
}

.gform_wrapper.gform-theme--foundation .gform_fields .gfield input {
    padding-left: 20px;
    padding-right: 20px;
    border: 1.5px solid #000000;
    border-radius: 0px;
    font-family: Gotham;
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    min-height: 54px;  
}

.gform_wrapper.gform-theme--foundation .gform_fields .gfield textarea {
    padding-left: 20px;
    padding-right: 20px;
    border: 1.5px solid #000000;
    border-radius: 0px;
    font-family: Gotham;
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    min-height: 108px;  
}
.gform-theme--foundation .gform_footer, 
.gform-theme--foundation .gform_page_footer {
    margin-block-start: 20px !important;
    justify-content: flex-end;
}
.gform_wrapper.gform-theme--foundation .gform_footer .gform_button {
    background-color: #aacc8b!important;
    color: #000000!important;
    font-size: 18px!important;
    font-weight: 500!important;
    border-radius: 0px!important;
    border: 2px solid #aacc8b!important;
    min-width: 120px!important;
    min-height: 54px!important;
}
.gform_wrapper.gform-theme--foundation .gform_footer .gform_button:hover {
    background-color: transparent!important;
    color: #aacc8b!important;
}
.gform_validation_errors {
	display:  none!important;
}


@media screen and (max-width: 1024px) {
.main-navigation-ul>.menu-item:not(:last-child) {
    margin-inline-end: 20px;
	}
h1, h1.vcex-heading, h1.wpex-heading {
	font-size: 42px;
	}
h2, h2.vcex-heading, h2.wpex-heading {
	font-size: 36px;
	}
h3, h3.vcex-heading, h3.wpex-heading {
	font-size: 32px;
	}
h4, h4.vcex-heading, h4.wpex-heading {
	font-size: 28px;
	}
h5, h5.vcex-heading, h5.wpex-heading {
	font-size: 20px;
	}
:root {
    --wpex-text-xs: 12px!important;
    --wpex-text-sm: 13px!important;
    --wpex-text-base: 14px!important;
    --wpex-text-lg: 16px!important;
    --wpex-text-xl: 17px!important;
    --wpex-text-2xl: 18px!important;
    --wpex-text-3xl: 20px!important;
    --wpex-text-4xl: 24px!important;
  	}
}

@media screen and (max-width: 767px) {
.custom-column-width>.vc_column-inner>.wpb_wrapper {
    max-width: 100%;
    padding-left: 5%!important;
    padding-right: 5%!important;
	}
}

@media screen and (max-width: 479px) {
h1, h1.vcex-heading, h1.wpex-heading {
	font-size: 36px;
	}
h2, h2.vcex-heading, h2.wpex-heading {
	font-size: 32px;
	}
h3, h3.vcex-heading, h3.wpex-heading {
	font-size: 28px;
	}
h4, h4.vcex-heading, h4.wpex-heading {
	font-size: 26px;
	}
.gform_wrapper.gform-theme--foundation .gform_fields .gfield input, 
.gform_wrapper.gform-theme--foundation .gform_fields .gfield select, 
.gform_wrapper.gform-theme--foundation .gform_fields .gfield textarea {
    font-size: 14px;
	}
.gform_wrapper.gform-theme--foundation .gform_footer .gform_button {
    font-size: 16px!important;
	width: 100%!important;
	}
.gform-theme--foundation .gform_fields {
    row-gap: 10px !important;
    column-gap: 10px !important;
	}
.theme-button {
  	width: 100% !important;
  	}
.vc_row.banner-padding-bottom {
  	padding-bottom: 40px!important;
  }
}