/*---------------------------------------------------------------------------------

Theme Name:   Divi Child Theme
Theme URI:    https://www.elegantthemes.com/gallery/divi/
Description:  This is a Divi child theme.
Author:       Elegant Themes
Author URI:   https://www.elegantthemes.com
Template:     Divi
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/* GENERAL */

html {
	scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 20px;
}

body {
	font-family: 'brother-1816', sans-serif;
}

a {
	color: #0082c6;
}

.f-100 {
	font-weight: 200;
}

.f-200 {
	font-weight: 200;
}

.f-300 {
	font-weight: 300;
}

.f-400  {
	font-weight: 400;
}

.f-500  {
	font-weight: 500;
}

.f-600  {
	font-weight: 600;
}

.f-700  {
	font-weight: 700;
}

.text-muted {
	color: #6c757d;
}

.pb-0 {
	padding-bottom: 0;
}

.show-mobile-only {
	display: none !important;
	visibility: hidden !important
}

@media (max-width:980px) {
	.show-mobile-only {
		display: block !important;
		visibility: visible !important
	}
}

.show-desktop-only {
	display: block !important;
	visibility: visible !important
}

@media (max-width:980px) {
	.show-desktop-only {
		display: none !important;
		visibility: hidden !important
	}
}

#et-boc .area-outer-wrap[data-da-color=light] .da-close {
	background: #fff;
	opacity: 1;
}

/* NAVBAR */

.et-db #et-boc .et-l .navbar-header {
	background-color: transparent;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}

.et-db #et-boc .et-l .navbar-fixed-header {
	background-color: #000!important;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: all 0.3s ease-out;
}

@media only screen and (min-width: 981px) {
	.navbar-fixed-header .et_pb_row {
		padding: 0 !important;
	}	
}

@media only screen and (max-width: 980px) {
	.navbar-header {
		background: #000 !important;
	}
	.et_mobile_nav_menu {
		margin-right: 0 !important;
	}
	.et_pb_menu__wrap .mobile_menu_bar {
		padding-right: 0 !important;
	}
}

.et-db #et-boc .et-l .et-menu .menu-item-has-children>a:first-child:after {
	content: '';
}

.et-db #et-boc .et-l .et-menu .menu-item-has-children>a:first-child {
	padding-right: 0;
}

.et-db #et-boc .et-l .navbar-fixed-header .nav-phone {
  background-color: #0177BB;
}

@media only screen and (max-width: 980px) {
	.nav-phone {
		background-color: #0177BB !important;
	}
}

.nav-phone a {
  font-weight: 700 !important;
}

.nav-phone {
    padding-right: 30px !important;
}

.et-db #et-boc .et-l .et_pb_menu .et_pb_menu__menu>nav>ul>li>ul {
  left: auto;
  right: 0;
}

/*adjust the new toggle element which is added via jQuery*/

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;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}


/*some code to keep everyting positioned properly*/

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


/*remove default background color from menu items that have children*/

.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 submenu by default*/

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 submenu when toggled open*/

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


/*adjust the toggle icon position and transparency*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}


/*submenu toggle icon when closed*/

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";
	content: '\4c';
	color: #0082c6;
	padding: 3px;
	font-size: 18px;
	font-weight: 700;
}


/*submenu toggle icon when open*/

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 {
	content: '\4b';
}

/* LAYOUT STYLES */

.align-center {
	text-align: center;
	margin: 0 auto;
}

.align-items-center {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.half-mobile .et_pb_column {
		width: 47.25% !important;
	}
	.half-mobile .et_pb_column:first-child {
		margin-right: 5.5%;
	}
}

@media only screen and (max-width: 980px) {
	.wrap-reverse {
		flex-wrap: wrap-reverse;
	}

	.wrap-reverse .et_pb_column:first-child {
		margin-bottom: 0 !important;
	}

	.wrap-reverse .et_pb_column:last-child {
		margin-bottom: 30px !important;
	}
}

/* NUMBER COUNTER */

.dollar .percent-value:before {
	content: '$';
}

.million-plus .percent-value:after {
	content: 'M+';
}

/* SLIDER */

@media only screen and (min-width: 981px) {
	.ztb-testimonial-slider .dipl_testimonial_desc p {
		font-size: 24px !important;
		line-height: 1.5em !important;
	}  
}

.ztb-testimonial-slider .layout1 .dipl_testimonial_meta {
	border: none !important;
	padding-top: 0 !important;
}

.vertical-slider-controls .dipl_swiper_wrapper .swiper-pagination-bullet, .vertical-slider-controls .dipl_swiper_wrapper .swiper-pagination-bullet-active {
	margin: 4px 0;
}

.vertical-slider-controls .dipl_swiper_wrapper .swiper-pagination {
	margin-top: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: auto;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-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;
}

.ztb-testimonial-slider .dipl_testimonial_desc {
	max-width: 1250px;
	width: 90%;
	margin: auto;
}

/* FORM STYLING */

#form_footercontactformb372f69add .frm_fields_container input::placeholder, #form_footercontactformb372f69add .frm_fields_container textarea::placeholder {
	font-size: 16px;
	color: darkgray;
}

#form_footercontactformb372f69add .frm_fields_container input, #form_footercontactformb372f69add .frm_fields_container .frm_form_field textarea  {
	background-color: rgba(0, 0, 0, 0);
	border-radius: 0px;
	border: 1px solid #0e0e0e;
	font-size: 16px;
	color: #0A0A0A;
	padding: 1.5rem 1rem;
}

#form_footercontactformb372f69add .frm_fields_container button {
	border-radius: 0px;
	text-transform: uppercase;
	background-color: #0282c6;
	padding: 10px 20px;
}

/* AUTOMOTIVE PORTFOLIO */
.portfolio-btn {
	font-size: 18px; color: #fff; text-transform: uppercase; letter-spacing: 1.8px; font-weight: 500; background: #0177BB; padding: 15px 30px; display:inline-block;
}

body.page-id-319 {
	background-image: url(http://ztc.versacreativedev.com/wp-content/uploads/2024/09/auto-paralax-icon.png);
	background-size: 50% !important;
	background-position: 20% -55% !important;
}

body.page-id-542 {
	background-image: url(https://ztc.versacreativedev.com/wp-content/uploads/2024/09/health-paralax-icon.png);
	background-size: 50% !important;
	background-position: 20% -90% !important;
}

/* PORTFOLIO MAPS */

.imapsLabel tspan {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px
}

@media screen and (max-width: 500px) {
    .imapsLabel tspan {
        font-size: 2.5vw
    }
}

/* .tooltip-container {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 300px;
}

.tooltip-container div {
	margin-bottom: 10px !important;
	padding: 0 !important;
	display: block !important;
}

.tooltip-container br {
	display: none !important;
} */

/* BLOG */

.wp-pagenavi {
	text-align: center;
}

@media only screen and (min-width: 981px) {
	.wp-pagenavi {
		padding-top: 50px;
	}
}

.wp-pagenavi a, .wp-pagenavi span {
    color: #0082c6;
    font-size: 14px !important;
    line-height: 1em;
    font-weight: 400 !important;
	border: none;
	padding: 13px 20px;
    transition: all .3s;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background: #0082c6;
	color: #ffffff !important;
}

a.nextpostslink {
    font-size: 18px !important;
}
