/*
Theme Name: Optiplus Child
Description: Child Theme for optiplus Theme
Author: zozothemes
Version: 1.0
Template: optiplus
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozothemes
*/

/*Custom Style Code Right Here */
header .navbar > div > ul.nav > li {
    padding-right: 0 !important;
}
.site-header .header-navbar .cea-button-link.cea-button {
	background: #4EDAF0 !important;
	border-color: #4EDAF0 !important;
}
.site-header .header-navbar .cea-button-link.cea-button .cea-button-text {
    color: #000 !important;
    font-weight: 700;
}
.site-header .header-navbar .cea-button-link.cea-button:hover .cea-button-text {
	color: #FFF !important;
}
aside.footer-widget-2 .wp-block-column {
    font-weight: 400;
}
.footer-social-icons {
    display: flex;
    gap: 10px;
}
.footer-social-icons .elementor-social-icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    background: #FFF;
    align-items: center;
    border-radius: 50px;
    color: #FFF;
	transition: all 0.3s;
}
.footer-social-icons .elementor-social-icon:hover {
	color: #FFF;
	transform: rotate(360deg);
}
.footer-social-icons .elementor-social-icon.fb-icon {
	background: #1877F2;
}
.footer-social-icons .elementor-social-icon.insta-icon {
	background: linear-gradient(45deg, #FAAD4F 14.61%, #DD2A7B 39.38%, #9537B0 58.49%, #515BD4 85.39%);
}
.footer-social-icons .elementor-social-icon.youtube-icon {
	background: #FF0209;
}


.mobile-menu-toggle .bi-list {
    background: #A8A8A8;
    display: block;
    height: 2.5px;
    position: relative;
    transition: background .2s ease-out;
    width: 30px;
	border-radius: 50px
}
.mobile-menu-toggle .bi-list:before, .mobile-menu-toggle .bi-list:after {
	content: "" !important;
}
.mobile-menu-toggle .bi-list:before, .mobile-menu-toggle .bi-list:after {
    background: #A8A8A8;
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
	border-radius: 50px
}
.mobile-menu-toggle .bi-list:before {
    top: 6px;
}
.mobile-menu-toggle .bi-list:after {
    top: -6px;
}

.gallery-slider {
	position: relative
}
.owl-carousel.gallery-slider .owl-nav {
    position: unset;
}
.owl-carousel.gallery-slider .owl-nav button.owl-prev, .owl-carousel.gallery-slider .owl-nav button.owl-next {
  background: unset;
  border: unset;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 30px;
  height: 30px;
  padding: 0 !important;
}
.owl-carousel.gallery-slider .owl-nav button.owl-prev::before, 
.owl-carousel.gallery-slider .owl-nav button.owl-next::before {
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-size: 24px;
    content: "\f12a";
    position: relative;
    left: 1px;
    top: -1px;
    line-height: 30px;
    color: #BFBFBF;
}
.owl-carousel.gallery-slider .owl-nav button.owl-next:before {
	content:"\f134";
}
.owl-carousel.gallery-slider .owl-nav button.owl-prev {
	left: -40px;
}
.owl-carousel.gallery-slider .owl-nav button.owl-next {
	right: -40px;
}
.gallery-slider .item {
    border-radius: 10px;
    overflow: hidden;
}
.navbar-ul.pull-right {
    gap: 20px;
	align-items: center;
}
.tailered-fiberglass p {
	color: #797979;
	font-size: 14px;
	line-height: 24px;
	 font-family: 'DM Sans';
}
.contact-details-card .fbox-content {
  color: #797979;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'DM Sans';
}
.support-details-card .fbox-content {
	color: #797979;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	font-family: 'DM Sans';
}
.contact-abn-card .fbox-content {
	color: #797979;
	font-size: 14px;
	line-height: 24px
}
.support-details-card .fbox-content a:last-child {
	color: #0076C0;
	font-weight: 500
}
.mobilebar .dark-bg-button.cea-button-link.cea-button {
  background: #4EDAF0;
  color: #07100B !important;
  padding: 5px 15px 3px;
  border: 1px solid #4EDAF0;
  line-height: normal;
}
.mobilebar .dark-bg-button.cea-button-link.cea-button span {
  color: #07100B !important;
  line-height: 26px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
.mobilebar .dark-bg-button.cea-button-link.cea-button .bi-arrow-up-right-circle {
  font-size: 18px !important;
  line-height: normal;
  color: #07100B !important;
}
.header-mobilebar.navbar ul.nav.mobilebar.pull-right {
  line-height: normal;
}
.contact-form-wrapper span.wpcf7-form-control-wrap input, 
.contact-form-wrapper span.wpcf7-form-control-wrap select {
  height: 42px;
  line-height: 42px;
}
.footer-copyright {
	font-family: 'DM Sans';
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
}

@media(max-width: 1540px) {
	.header-navbar .nav.pull-right .cea-button-link {
		display: block !important;
	}
	.header-navbar ul.nav.wp-menu > li {
		padding: 0 15px;
	}
	ul.nav.wp-menu > li > a, .header-navbar.navbar .wp-menu li > ul.sub-menu li a {
		font-size: 15px;
	}
}
@media(max-width: 1200px) {
	a.contact-link-btn {
		display: none !important;
	}
}

@media(max-width: 767px) {
	.banner-content-li ul li:before {
		display: none;
	}
	.banner-button .feature-box-wrapper a > .media {
		display: flex;
		gap: 15px;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.banner-button .feature-box-wrapper a > .media .cea-featured-icon {
		margin-bottom: 0 !important
	}
	.cus-flex-fb-wrap .feature-box-wrapper .media {
		display: inline-flex;
	}
	.elementor-83742 .elementor-element.elementor-element-f6f674d.cea-view-framed .cea-featured-icon {
        padding: 15px;
        font-size: 14px;
        margin-bottom: 0;
    }
	.elementor-83742 .elementor-element.elementor-element-f6f674d .feature-box-wrapper .feature-box-title {
        font-size: 20px;
    }
}

