/*
Theme Name: Mediamind
Template: Divi
Description: Divi Child Theme
Author: Mediamind
*/


/* 
VARIABLES 
*/

:root {
	--primary-dark: #0F372C;
	--primary-light: #00BF6F;
	--primary-extra-light: #DEF5E0;
	--secondary: #FF4E00;
	--secondary-extra-light: #F7F7F7;
}

:focus-visible,
.et_pb_blurb:focus-visible { 
	outline: 3px solid var(--secondary);  
	outline-offset: 3px; 
}

a:not(.et_pb_button) {
	color: var(--primary-dark);
	text-decoration: underline;
}

/*
SKIP TO MAIN CONTENT
*/

.skip-to-content {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-to-content:focus {
  position: static;
  width: auto;
  height: auto;
}

/*
BUTTONS
*/

a.et_pb_button,
button.et_pb_button {
	padding-left: 1em !important;
	border: 2px solid transparent;
	border-radius: 50px !important;
	font-weight: 700;
	background: var(--primary-light);
	color: #ffffff;
}

a.et_pb_button:hover,
button.et_pb_button:hover {
	border: 2px solid var(--primary-light) !important;
	color: var(--primary-light);
	background: transparent;
}

a.et_pb_button.button-light {
	border: 2px solid #ffffff;
}

a.et_pb_button.button-light:hover {
	background: #ffffff;
	color: var(--primary-dark);
}

a.et_pb_button.button-secondary:hover,
button.et_pb_button.button-secondary:hover {
	border: 2px solid var(--primary-dark) !important;
	background: var(--primary-dark) !important;
}

.et_pb_section.site-header button {
	border: 0;
	background: transparent;
}

/*
SITE HEADER
*/

.et_pb_section.site-header {
	padding: 0;
	z-index: 10999;
	background: var(--secondary-extra-light);
}

@media screen and (min-width: 641px) {
	.home .et_pb_section.site-header:not(.et_pb_sticky--top) {
		position: absolute;
		width: 100%;
		background: transparent;
	}
}

.et_pb_section.site-header .et_pb_row {
	padding: 0;
}

.et_pb_section.site-header .et_pb_row .et_pb_column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  padding: 12px 0;
}

.et_pb_section.site-header .et_pb_image {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}

.et_pb_section.site-header .et_pb_image img {
	width: auto;
	height: 80px;
	margin: 0;
	padding: 0;
}

.et_pb_section.site-header .et_pb_blurb {
	margin-bottom: 0 !important;
	text-decoration: none;
}

.et_pb_section.site-header .et_pb_blurb .et_pb_main_blurb_image {
	margin-bottom: 15px;
}

.et_pb_section.site-header .et_pb_blurb .et-pb-icon {
	color: var(--primary-light);
	font-size: 30px;
}

/*.et_pb_section.site-header .et_pb_blurb .h3.et_pb_module_header*/
.et_pb_section.site-header .et_pb_blurb .et_pb_blurb_description p {
	padding-bottom: 0;
	line-height: 1;
	font-size: 14px;
	font-weight: 700;
	color: var(--primary-dark);
}

/* .home .et_pb_section.site-header:not(.et_pb_sticky--top) .et_pb_blurb h3.et_pb_module_header */
.home .et_pb_section.site-header:not(.et_pb_sticky--top) .et_pb_blurb .et_pb_blurb_description p  {
	color: #ffffff;
}

.et_pb_section.site-header .et_pb_code.language-selector {
	display: none;
	position: absolute;
	top: 100%;
	right: 190px; /* 60px*/
	width: auto;
	padding: 10px;
	background: #ffffff;
}

.et_pb_section.site-header .et_pb_code.language-selector .gtranslate_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

a.glink.gt-current-lang {
	outline: 3px solid;  
	outline-offset: 3px; 
}

.is-open {
	display: block !important;
}

/*
SITE FOOTER 
*/

.et_pb_section.site-footer {
	padding-top: 0;
	padding-bottom: 0;
	background: var(--primary-dark);
}

.et_pb_row.row-footer-usp {
	width: 100%;
	max-width: none;
	background: var(--primary-light);
	padding: 10px 0;
}


.et_pb_row.row-footer-usp .et_pb_column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 25px;
}

.et_pb_section.site-footer .et_pb_blurb {
	margin-bottom: 0;
}

.et_pb_section.site-footer .et_pb_blurb  .et_pb_blurb_content {
	max-width: none;
}

.et_pb_section.site-footer a.et_pb_blurb  .et_pb_blurb_content {
	color: var(--secondary-extra-light);
}

.et_pb_section.site-footer .et_pb_blurb_container {
	padding-left: 10px;
	vertical-align: middle;
}

.et_pb_row.row-footer-usp .et_pb_blurb {
	margin-bottom: 0 !important;
}

.et_pb_row.row-footer-usp .et_pb_blurb .et-pb-icon {
	color: var(--primary-dark);
	font-size: 30px;
}

.et_pb_section.site-footer .et_pb_blurb p {
	padding-bottom: 0;
	line-height: 1;
	font-size: 16px;
	color: #ffffff;
}

.et_pb_row.footer-main .et_pb_blurb .et-pb-icon {
	color: var(--primary-light);
	font-size: 24px;
}

.et_pb_row.footer-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.et_pb_row.footer-main .et_pb_column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.et_pb_row.footer-main .et_pb_text,
.et_pb_row.footer-main .et_pb_text h2 {
	color: #ffffff;
}

.et_pb_row.footer-main .et_pb_blurb {
	margin-bottom: 1em;
}

.et_pb_row.footer-main .et_pb_image img {
	max-height: 80px;
	width: auto;
	margin-left: 0;
}

.et_pb_row.footer-main .et_pb_text h2 a {
	color: var(--primary-light);
	text-decoration: none;
}

.et_pb_row.footer-bottom .et_pb_column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.et_pb_row.footer-bottom .et_pb_column .et_pb_text {
	font-size: 14px;
	color: var(--primary-extra-light);
}

.et_pb_row.footer-bottom {
	border-top: 1px solid var(--primary-light);
}

.et_pb_row.footer-bottom .et_pb_column .et_pb_text a {
	color: var(--primary-light);
}

/*
HERO
*/

.et_pb_section.hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	max-height: 800px;
	padding: 0;
}

.et_pb_section.hero::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	z-index: 1;
	background: rgba(0,0,0,0.15);
}

.et_pb_section.hero .et_pb_row {
	padding: 0;
}


.et_pb_section.hero .et_pb_heading h1 {
	text-align: center;
	color: #ffffff;
}

.et_pb_section.hero .et_pb_section_video_bg { 
	display: -webkit-box !important; 
	display: -ms-flexbox !important; 
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}


/*
SLIDER
*/

.et_pb_section.section-slider {
	background: var(--primary-light);
	padding: 5px 0;
}

.et_pb_section.section-slider .et_pb_row {
	width: 100%;
}

.et_pb_section.section-slider .et_pb_row,
.et_pb_section.section-slider .et_pb_slider .et_pb_slide .et_pb_slide_description {
	padding: 0;
}

.et_pb_section.section-slider .et_pb_slider .et_pb_slide {
	padding: 0 5px !important;
	background: transparent;
}

.et_pb_section.section-slider .et_pb_slider .et_pb_slide .et_pb_slide_description {
	text-shadow: none;
}

.et_pb_section.section-slider .et_pb_slider .et_pb_slide .et_pb_slide_content p:before {
	margin-right: 10px;
	vertical-align: bottom;
	font-family: 'ETMODULES';
  content: '\4e';
  font-size: 30px;
  color: var(--primary-dark);
}


/*
SECTION HOME TEXT
*/

.et_pb_section.section-home-text {
	background: var(--primary-dark);
}


.et_pb_section.section-home-text .et_pb_row .et_pb_text_inner p,
.et_pb_section.section-home-text .et_pb_row .et_pb_text_inner h2 {
	color: #ffffff;
}


/*
SECTIONS SERVICES
*/

.et_pb_section.section-services {
	background: var(--primary-extra-light);
}

.et_pb_section.section-services .et_pb_row.row-services {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 10px;
}

.et_pb_section.section-services .et_pb_row.row-services .et_pb_column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: auto;
	margin: 0;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 calc(50% - 5px);
	        flex: 0 0 calc(50% - 5px);
	padding: 0;
	background: var(--primary-light);
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.et_pb_section.section-services .et_pb_row.row-services .et_pb_column:hover {
	background: var(--primary-dark);
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.et_pb_section.section-services .et_pb_row.row-services .et_pb_column .et_pb_image:not(.icon-services)::before {
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	background: rgba(0,0,0,0);
	content: '';
}

.et_pb_section.section-services .et_pb_row.row-services .et_pb_column:hover .et_pb_image:not(.icon-services)::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	background: rgba(0,0,0,0.2);
	z-index: 1;
}

.et_pb_section.section-services .et_pb_row.row-services .et_pb_heading {
	margin-bottom: 0;
	padding: 25px 25px 0 25px;
}

.et_pb_section.section-services .et_pb_row.row-services .et_pb_heading h3,
.et_pb_section.section-services .et_pb_row.row-services .et_pb_text,
.et_pb_section.section-services .et_pb_row.row-services .et_pb_icon .et-pb-icon {
	color: #ffffff;
}

.et_pb_section.section-services .et_pb_row.row-services .et_pb_text {
	margin-bottom: 50px;
	padding: 0 25px;
}

.et_pb_section.section-services .et_pb_row.row-services .et_pb_icon {
	margin-bottom: 0;
	padding: 0 25px 25px 25px;
}

.et_pb_section.section-services .et_pb_row.row-services .et_pb_icon .et-pb-icon {
	font-size: 30px;
	text-align: left;
}

.et_pb_section.section-services .et_pb_row.row-services .et_pb_image:not(.icon-services) img {
	width: 100%;
	height: 100%;
	min-height: 200px;
	aspect-ratio: 16 / 9;
    -o-object-fit: cover;
       object-fit: cover;
}

.et_pb_section.section-services .et_pb_row.row-services .et_pb_image.icon-services {
	position: absolute;
	bottom: 25px;
	left: 25px;
	z-index: 2;
}

.et_pb_section.section-services .et_pb_row.row-services .et_pb_image.icon-services img {
	width: auto;
	height: 40px;
}

    
/*
SECTION PRIMARY DARK
*/

.et_pb_row.row-primary-dark {
	background: var(--primary-dark);
	text-align: center;
}

.et_pb_row.row-primary-dark .et_pb_text h2,
.et_pb_row.row-primary-dark .et_pb_text p,
.et_pb_row.row-primary-dark .et_pb_heading h2 {
	color: #ffffff;
}


/*
SUBPAGES
*/

.et_pb_section.hero-subpage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 40vh;
	max-height: 400px;
	background: var(--primary-dark);
}

.et_pb_section.hero-subpage::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	background: RGBA(0,0,0,0.15);

}

.et_pb_section.hero-subpage .et_pb_heading h1 {
	text-align: center;
	color: #ffffff;
}

.et_pb_section.hero-subpage .et_pb_heading .et_pb_module_heading {
	padding-bottom: 0;
}

.et_pb_section.section-subpage-main {
	background: var(--primary-extra-light);
}

.et_pb_row.row-split-subpage .et_pb_image img {
	-o-object-fit: cover;
	   object-fit: cover;
}

.et_pb_row.staff-row .et_pb_column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.et_pb_row.staff-row .et_pb_column .et_pb_blurb {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 calc(100% / 3 - 25px);
	        flex: 0 0 calc(100% / 3 - 25px);
}

.et_pb_blurb.blurb-icon-left .et_pb_main_blurb_image .et-pb-icon {
	color: var(--primary-light);
}

/*
EXAMPLES
*/

/* .et_pb_row.row-examples .et_pb_blurb .et_pb_main_blurb_image .et-pb-icon {
	color: var(--primary-dark);
	font-size: 48px;
}

.et_pb_row.row-examples {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
} */

.et_pb_section.section-examples {
	background: var(--primary-extra-light);
}

.et_pb_section.section-examples .et_pb_row.row-examples {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.et_pb_section.section-examples .et_pb_row.row-examples .et_pb_column {
	background: var(--primary-light);
}

.et_pb_section.section-examples .et_pb_row.row-examples .et_pb_blurb {
	padding: 25px 25px 0 25px;
}

.et_pb_section.section-examples .et_pb_row.row-examples .et_pb_blurb .et_pb_main_blurb_image .et-pb-icon {
	font-size: 48px;
}

.et_pb_section.section-examples .et_pb_row.row-examples .et_pb_blurb .et_pb_module_header,
.et_pb_section.section-examples .et_pb_row.row-examples .et_pb_blurb .et_pb_main_blurb_image .et-pb-icon,
.et_pb_section.section-examples .et_pb_row.row-examples .et_pb_text .et_pb_text_inner {
	color: #ffffff;
}

.et_pb_section.section-examples .et_pb_row.row-examples .et_pb_text {
	padding: 0 25px 25px 25px;
}

/*
OFF CANVAS MENU
*/

.et_pb_section.menu-offcanvas-container {
    display: none;
    position: fixed !important;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 10px !important;
    background: var(--primary-dark);
}

.et_pb_section.menu-offcanvas-container .et_pb_blurb .et_pb_blurb_content {
	max-width: none;
}


.et_pb_section.menu-offcanvas-container .et_pb_blurb .et_pb_blurb_container {
	padding-left: 10px;
	vertical-align: middle;
}

.et_pb_section.menu-offcanvas-container .et_pb_blurb .et-pb-icon {
	color: var(--primary-light);
	font-size: 30px;
}

.et_pb_section.menu-offcanvas-container .et_pb_blurb h3.et_pb_module_header {
	padding-bottom: 0;
	line-height: 1;
	font-size: 20px;
	color: #ffffff;
}

/*.et_pb_section.menu-offcanvas-container .et_pb_row {
  width: 90%;
  padding: 0 !important;
} */

.et_pb_section.menu-offcanvas-container .et_pb_blurb.btn-close,
.et_pb_section.menu-offcanvas-container .et_pb_text.btn-close,
.et_pb_section.site-header .et_pb_blurb.btn-open {
  cursor: pointer;
}

.et_pb_section.menu-offcanvas-container .et_pb_text.btn-close {
	color: #ffffff;
}


.menu-offcanvas li a {
	text-decoration: none;
	font-size: 20px;
	color: var(--primary-light) !important;
}

.menu-offcanvas .et_mobile_menu li a {
  padding: 10px;
  border-bottom: 0;
  text-align: center;
}

.menu-offcanvas .et_pb_menu__menu,
.menu-offcanvas .mobile_menu_bar:before {
  display: none !important;
}

.menu-offcanvas .et_mobile_nav_menu {
  display: block !important;
  width: 100%;
}

.menu-offcanvas .et_mobile_menu {
  display: block !important;
  position: relative !important;
  border-top: none !important;
}

.menu-offcanvas li {
  list-style: none;
}

.menu-offcanvas .et_mobile_menu {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  padding: 0 !important; 
}

.menu-offcanvas::-webkit-scrollbar-track {
  background: #ffffff;
}

.menu-offcanvas .et_mobile_menu .menu-item-has-children > a {
  font-weight: 500 !important;
}

.menu-offcanvas nav li.et-touch-hover > ul,
.menu-offcanvas .nav li:hover > ul {
  opacity: 0;
  visibility: hidden;
}

.menu-offcanvas ul.sub-menu.hide.visible {
  opacity: 1;
  visibility: visible;
}

.et_pb_section.menu-offcanvas-container .et_pb_text.modal-text .et_pb_text_inner {
  text-align: center;
}

.et_pb_section.menu-offcanvas-container .et_pb_image img {
  max-height: 80px;
  width: auto;
}


/* ======
Proper Collapsable Mobile Menu
====== */ 

/* Style the icon's placeholder */
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle/*,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle*/ {
  width: 44px;
  height: 100%;
  padding: 0px !important;
  max-height: 44px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 999;
  background-color: transparent;
  border-bottom: 0;
  text-align: center;
}

ul.et_mobile_menu > li.menu-item-has-children,
ul.et_mobile_menu > li.page_item_has_children/*,
ul.et_mobile_menu > li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu > li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu > li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu > li.menu-item-has-children .sub-menu li.menu-item-has-children*/ {
  position: relative;
}

.et_mobile_menu .menu-item-has-children > a/*,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children > a*/ {
  background-color: transparent;
}

/* Hide the Sub-menu */
ul.et_mobile_menu .menu-item-has-children .sub-menu/*,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu*/ {
  display: none !important;
  visibility: hidden !important;
}
 
/* Show the sub-menu when the + icon is clicked */
ul.et_mobile_menu .menu-item-has-children .sub-menu.visible/*,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible*/ {
  display: block !important;
  visibility: visible !important;
  padding: 0;
}

.et_mobile_menu li li {
	padding-left: 0;
}

ul.et_mobile_menu .menu-item-has-children .sub-menu li a {
	font-size: 16px;
}

/* Create the opening/closing icon using the Divi's Icons */
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after/*,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after*/ {
  top: 10px;
  position: relative;
  font-family: "ETModules";
}

/* Set the opening icon for custom Tax Pages */
/*body.single-product:not(.et-tb-has-template) ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
body.tax-product_cat ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
body.tax-project_category ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
body.single-product.et-db:not(.et-tb-has-template) #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
body.tax-product_cat.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
body.tax-project_category.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
  content: "+";
}*/

/* Set the opening icon for default WordPress Pages */
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after/*,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after*/ {
  content: "\33";
}

/* Set the closing icon */
ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after/*,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after,
body.single-product:not(.et-tb-has-template) ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after,
body.single-product.et-db:not(.et-tb-has-template) #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after,
body.tax-product_cat ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after,
body.tax-product_cat.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after,
body.tax-project_category ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after,
body.tax-project_category.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after*/ {
  content: '\32';
}

/*
MODAL
*/

.et_pb_section.modal-container {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto;
  background: rgba(0,0,0,0.3);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.et_pb_section.modal-container.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.et_pb_section.modal-container .et_pb_row {
  width: 50%;
  padding: 10px;
  background: #ffffff;
  border-radius: 10px;
}

.et_pb_section.modal-container .et_pb_row .et_pb_column {
  padding: 50px;
}

.et_pb_section.modal-container .et_pb_row .et_pb_text.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: right;
  cursor: pointer;
}

.et_pb_section.modal-container .et_pb_row .et_pb_text.modal-text {
  text-align: center;
}


/*
MEDIA QURIES
*/

@media screen and (min-width: 981px) {
	.et_pb_section.menu-offcanvas-container .et_pb_row {
		width: 500px;
	}

	.et_pb_section.hero .et_pb_row {
		padding: 0 15%;
	}

	.et_pb_section.hero .et_pb_heading h1 {
		font-size: 42px;
	}

	.et_pb_section.section-subpage-text {
		padding-bottom: 54px !important;
	}

	.et_pb_section.section-subpage-text .et_pb_row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

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

	.et_pb_section.site-header .et_pb_row {
		width: 92%;
		max-width: none; 
	}

	.et_pb_section.section-home .et_pb_column {
		margin-bottom: 0;
	}

	.et_pb_section.section-services .et_pb_row:not(.row-services) {
		padding: 0;
	}

	.et_pb_section.section-services .et_pb_row .et_pb_column {
		margin-bottom: 0;
	}

	.et_pb_row.row-primary-dark {
		padding: 20px !important;
	}

	.et_pb_row.row-footer-usp .et_pb_column {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 15px;
	}

	.et_pb_section.section-examples .et_pb_row.row-examples {
		gap: 25px;
	}

	.et_pb_section.section-examples .et_pb_row.row-examples .et_pb_column {
		margin-bottom: 0;
	}

	.et_pb_section.section-examples .et_pb_row.row-examples .et_pb_blurb {
		padding: 15px 25px;
	}

	.et_pb_section.section-examples .et_pb_row.row-examples .et_pb_blurb .et_pb_module_header {
		font-size: 18px;
	}

	.et_pb_section.section-examples .et_pb_row.row-examples .et_pb_blurb {
		margin-bottom: 0;
	}

	.et_pb_section.section-examples .et_pb_row.row-examples .et_pb_blurb .et_pb_main_blurb_image .et-pb-icon {
		font-size: 24px;
	}
}

@media screen and (max-width: 767px) {
	.et_pb_row {
		width: 90%;
	}

	.et_pb_section.section-home-text {
		padding: 0;
	}

	.et_pb_section.section-home-text .et_pb_column {
		margin-bottom: 0;
	}

	.et_pb_section.section-services .et_pb_row.row-services .et_pb_heading {
		padding: 20px 20px 0 20px;
	}

	.et_pb_section.section-services .et_pb_row.row-services .et_pb_text {
		padding: 0 20px;
		margin-bottom: 10px;
	}

	.et_pb_section.section-services .et_pb_row.row-services .et_pb_icon {
		padding: 0 0 10px 0;
	}

	.et_pb_section.section-services .et_pb_row.row-services .et_pb_image.icon-services {
		bottom: 20px;
		left: 20px;
	}
}

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

	.et_pb_section.site-header .et_pb_image img {
		height: 60px;
	}

	.et_pb_section.site-header .et_pb_blurb .et_pb_main_blurb_image {
		margin-bottom: 0;
	}

	.et_pb_section.site-header .et_pb_blurb .et-pb-icon {
		font-size: 26px;
	}

	/* .et_pb_section.site-header .et_pb_blurb h3.et_pb_module_header {
		font-size: 12px;
	} */

	.et_pb_section.site-header .et_pb_blurb .et_pb_blurb_container {
		display: none;
	}
	
	.et_pb_section.site-header .et_pb_code.language-selector {
		right: 0;
	}

	.et_pb_section.site-header .et_pb_code.language-selector .gtranslate_wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    max-width: 210px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
	}
	
		.et_pb_section.site-header .et_pb_code.language-selector .gtranslate_wrapper a.glink:last-of-type {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}

	.et_pb_section.hero-subpage {
		height: 30vh;
	}

	.et_pb_text h1,
	.et_pb_heading h1 {
		font-size: 30px !important;
	}

	.et_pb_text h2,
	.et_pb_heading h2 {
		font-size: 24px !important;
	}

	.et_pb_text h3,
	.et_pb_heading h3 {
		font-size: 18px !important;
	}

	.et_pb_button {
		font-size: 16px !important;
	}

	.et_pb_section.site-header .et_pb_row .et_pb_column {
		gap: 15px;
		/*-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end; */
	}

	.et_pb_section {
		padding: 27px 0;
	}

	.et_pb_section.section-home .et_pb_row {
		padding: 0;
	}

	.et_pb_section.hero {
		height: 50vh;
	}
}

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

	/* .et_pb_section.site-header .et_pb_blurb .et_pb_blurb_description p {
		display: none !important;
	} */

	.et_pb_section.site-header .et_pb_image img {
		height: 50px;
	}

	.et_pb_section.section-services .et_pb_row.row-services {
		gap: 25px 0;
	}

	.et_pb_section.section-services .et_pb_row.row-services .et_pb_column {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}

	.et_pb_section.section-services .et_pb_row.row-services .et_pb_image.icon-services img {
		height: 60px;
	}

	.et_pb_section.section-examples .et_pb_row.row-examples {
		gap: 15px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}