/*
 Theme Name:   Invetex Child Theme
 Theme URI: https://invetex.themerex.net/
 Description: Invetex is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
 Author: ThemeREX
 Author URI: https://themerex.net/
 Template:     invetex
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  invetex
*/


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


.home #header-banner {
	display: none;
}

h1, h2, h3, h4, h5, h6, span.sc_item_title_text {
    hyphens: initial;
}


.acumin-wide, h1, h2, h3, h4, h5, h6, .header-menu-color .menu_hover_zoom_line .sc_layouts_menu_nav > li > a, .elementor-button, .cy-numbered-list ol li {
	font-family: "acumin-pro-wide", sans-serif;
	font-weight: 700;
}
.acumin, div, p, li {
	font-family: "acumin-pro", sans-serif;
	font-weight: 400;
}

.owl-carousel .owl-item img {
	height: 100px;
	width: auto;
}
.owl-carousel h3, .owl-carousel p {
	color: #2e455c;
}
.owl-carousel h3 {
	font-size: 24px;
}
.owl-item {
	padding-right: 40px;
}
.owl-item > div {
	padding: 15px 30px 15px 0;
	border-right: 1px solid rgba(46, 69, 92, .2);	
}



.header-menu-color .menu_hover_zoom_line .sc_layouts_menu_nav > li.current-menu-item > a, .header-menu-color .menu_hover_zoom_line .sc_layouts_menu_nav > li > a:hover {
	color: #34f5c5 !important;
}
.header-menu-color .menu_hover_zoom_line .sc_layouts_menu_nav > li.current-menu-item > a:after, .header-menu-color .menu_hover_zoom_line .sc_layouts_menu_nav > li > a:hover:after {
	background-color: #34f5c5 !important;
}

.cy-numbered-list ol {
	list-style: none;
	counter-reset: my-awesome-counter;
	padding-left: 0px;
}
.cy-numbered-list ol li {
	counter-increment: my-awesome-counter;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #2e455c;
	color: #2e455c;
	font-size: 22px;
	padding-left: 50px;
}
.cy-numbered-list ol li:last-child {
	border-bottom: none;
}
.cy-numbered-list ol li::before {
	content: "0"counter(my-awesome-counter) ". ";
	font-size: 22px;
	color: #34f5c5;
	font-weight: bold;
	position: absolute;
	left: 0;
}


.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav, .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
	position: absolute;
	top: 50%;
	background-color: #2e455c !important;
	padding: 0 .3em !important;
	display: block;
	font-size: 2em;
	margin: 0;
	cursor: pointer;
	color: #fff;
	transform: translate(-50%, -50%);
	line-height: 90px;
	border-radius: 0px;
    opacity: 0.3;
}
.owl-carousel .owl-next:hover, .owl-carousel .owl-prev:hover {
	opacity: 1 !important;	
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
	left: -60px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
	right: -40px;
}
.owl-carousel .owl-next span, .owl-carousel .owl-prev span {
	position: relative;
	top: -4px;
}


.gform_fields input, .gform_fields textarea {
	border-bottom-color: rgb(46 69 92 / 20%);
	padding-left: 0px !important;
}
.gform_fields input::placeholder, .gform_fields textarea::placeholder {
  color: #2e455c;
}
.gform_button {
	background-color: #34f5c5 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #2e455c !important;
    padding: 25px 25px 25px 25px !important;
    border: 1px solid #34f5c5;
	font-family: "acumin-pro-wide", sans-serif !important;
	font-weight: 700 !important;
}
.gform-footer {
	margin-top: 35px !important;
}
.gform_button:hover {
	background-color: #2e455c !important;
	border-color: #2e455c !important;
	color: white !important;
}


@media screen and (max-width: 1750px) {
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
	    left: -40px;
	}
}
@media screen and (max-width: 1700px) {
	#carousel-slider-container {
		padding-left: 70px;
	}	
}
@media screen and (max-width: 1650px) {
	#carousel-slider-container {
		padding-right: 20px;
	}	
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
	    right: -25px;
	}
}
@media screen and (max-width: 850px) {
	#carousel-slider-container {
		padding-left: 20px;
	}
}
@media screen and (max-width: 600px) {
	.owl-item {
		padding-right: 0px;
	}
	.owl-item * {
		text-align: center;
	}
	.owl-carousel .owl-item img {
		margin: 0 auto;
	}
	.owl-item > div {
		border: none;
	    padding: 0;
	}
	#copyright-text p {
		hyphens: manual;
	}
}