/*********************
! CHILD THEME CUSTOMIZE STYLES
*********************/

.hide-title .hic-title, 
.image-overlay-content-centered .hic-title h3::after {
    display: none !important;
}
.hic-tgs.layout-1 .header .menu a {
    text-transform: uppercase; 
    font-weight: 400;
}
.hic-tgs.layout-1 .header .menu .menu-button-o a {
    border: 1px solid #FAAC00; 
    padding: 10px 16px; 
    border-radius: 50px; 
    font-weight: 600;
}
.layout-1.hic-tgs .hero .hero-banner-message h1, 
.layout-1.hic-tgs .hero .hero-banner-message h2, 
.hic-tgs .hero .article-header .page-title {
    text-transform: uppercase; 
    color: #FAAC00; 
    line-height: 1.2;
}
.layout-1.hic-tgs .hero .default-alignment .hero-banner-message, 
.hic-tgs .hero .default-alignment .article-header .page-title {
    text-align: center;
}
.layout-1.hic-tgs .hero .hero-banner-message h1 {
    font-size: 24px;
}
.layout-1.hic-tgs .hero .hero-banner-message h1 span {
    font-size: 20px; 
    color: #fff;
}
.layout-1.hic-tgs .hero .hero-banner-form .form-wrapper {
    background-color: rgba(107, 107, 107, 0.4) !important;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
}
.layout-1.hic-tgs .hero-banner-form .gform_button.button {
    background-color: #faac00;
}
.hic-tgs.layout-1 .page-element .section-title {
    text-transform: uppercase; 
    letter-spacing: 4px;
}
.hic-tgs.layout-1 .page-element .section-title img {
    display: block; 
    margin: 0 auto 15px;
}

.hero-banner-message .hero-btn-wrap .button {
    margin-left: 0;
    margin-right: 0;
}
.burger-menu[aria-expanded="true"]:after, .burger-menu[aria-expanded="true"]:before {
    width: 25px;6
    top: 10px;
}
.content-boxes.white-boxes .hic-content {
    padding: 35px 30px;
}
.burger-menu:after, .burger-menu:before {
        height: 3px;
}
.burger-menu {
    width: 24px;
    height: 24px;
}

.page-element.theme-section.has-bg-img .overlay, 
.hic-tgs .section-cta.theme-section.cta-layout-1.has-bg-img .bg-float:before, 
.hic-tgs .section-cta.cta-layout-3.has-bg-img.theme-section .inner-section {
    background: rgba(250, 172, 0, .8);
}

.page-element:not(.about) .carousel .slick-dots {
    display: none !important;
}

.page-element.about .carousel .slick-arrow {
    display: none !important;
}

.page-element.image-overlay-content-centered.row-fluid .slick-prev{
    left: 12px;
}

.page-element.image-overlay-content-centered.row-fluid .slick-next{
    right: 12px;
}

.image-overlay-content-centered .hic-icon img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.page-element .slick-prev {
    left: 0;
}

.page-element .slick-next {
    right: 0;
}

.page-element .slick-prev::before, 
.page-element .slick-next::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 28px;
    height: 25px;
    font-size: 25px;
    color: #fff;
}

.cta-layout-3 .section-header + .columns {
    padding: 0;
}

.hic-tgs .section-cta .section-header {
    margin-bottom: 18px;
}

.hic-tgs .section-cta .main-button-container {
    margin-top: 0px;
}

.hic-tgs .page-element.theme-section .button {
    background-color: #fff;
    border: 2px #fff solid;
    color: #faac00;
}

.hic-tgs .page-element.theme-section .button:hover {
    background-color: transparent;
    color: #fff;
}

.content-boxes.white-boxes .hic-content .hic-icon img{
	margin: 0 auto 30px;
}

.page-element.content-boxes .carousel .hic-box, 
.page-element.recent-posts .carousel .hic-box {
    margin-bottom: 0;
}

.cb-batteries .hic-image {
    background-size: 70%;
    background-repeat: no-repeat;
    height: 200px;
}

.image-overlay-content-centered .hic-box .overlay{
    transition: all .25s ease-in-out;
}

.image-overlay-content-centered .overlay {
    background-color: rgba(0,0,0,.70);
}

.image-overlay-content-centered .hic-box:hover .overlay {
    background-color: rgba(0,0,0,.30);
}

.hic-tgs .main-contact-form .gfield input, .hic-tgs .main-contact-form .gfield select, .hic-tgs .main-contact-form .gfield textarea {
    border: 1px #fff solid;
    padding-left: 12px;
    padding-right: 12px;
}

.page-element.white-boxes .carousel .hic-box{
    border: 1px solid #ccc;
}

.content-boxes.white-boxes .hic-content, 
.recent-posts.white-boxes .hic-content, 
.content-boxes.white-boxes .hic-icon img, 
.recent-posts.white-boxes .hic-icon img{
	transition: all .25s ease-in-out;	
}

.content-boxes.white-boxes .hic-box:hover .hic-content, 
.recent-posts.white-boxes .hic-box:hover .hic-content{
	background-color: #faac19 !important;
	color: #fff;
}

.image-overlay-content-centered .hic-icon img,
.content-boxes.white-boxes .hic-box:hover .hic-icon img, .recent-posts.white-boxes .hic-box:hover .hic-icon img{
	-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 1 1 0 0 1 1 1 0 0 1 1 1 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 1 1 0 0 1 1 1 0 0 1 1 1 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	filter: white;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 1 1 0 0 1 1 1 0 0 1 1 1 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.page-element .slick-arrow {
    width: 28px;
    height: 50px;
    background-color: #B3B3B3;
    opacity: .5;
}

.page-element .slick-arrow:hover{
    opacity: 1;
}

.hic-tgs.layout-1 .main-contact-form.has-bg-img .section-title,
.hic-tgs.layout-1 .page-element.default-section .section-title, 
.page-element.light-section .section-title, 
.page-element.grey-section .section-title {
    color: #faac00 !important;
}

.sub-heading {
    font-weight: 400;
    font-size: 18px;
}

.hic-tgs .button{
    text-transform: uppercase;	
}
.hic-tgs .button:not(.secondary-white-button){
	background-color: transparent;
	border-color: #faac00;
    border-width: 2px;
    color: #faac00;
}

.hic-tgs .button.secondary-white-button{
	background-color: #faac00;
    color: #fff;
}

.hic-tgs .button:hover,
.layout-1.hic-tgs .footer-button-container .button:hover{
	background-color: #faac00;
	color: #fff;
}

.button::after {
    content: '\f101';
}

.layout-1.hic-tgs .footer-button-container .button {
    background-color: transparent;
    border-color: #faac19;
    border-width: 2px;
    color: #faac19;
    font-weight: 600;
}

.primary-transparent-background > .bg-float:before {
    background: rgba(238, 165, 5, .85);
}

.hic-tgs .page-element.theme-section.primary-transparent-background .section-title, 
.hic-tgs .page-element.dark-section.primary-transparent-background .section-title{
	color: #fff !important;
}

.about .hic-content {
    display: none;
}

.hic-tgs .about .section-header{
	margin-bottom: 0;
}

.about .carousel .slick-dots {
    bottom: -40px;
}

.about .slick-dots li button:before{
	color: #fff;
}

.layout-1.hic-tgs .hero .hero-banner-form .form-wrapper {
    background-color: rgba(250, 172, 25, .80);
    box-shadow: 6px 4px 8px rgba(0,0,0,.32);
	border-radius: 0 !important;
}

.hic-tgs .hero .gfield input, 
.hic-tgs .hero .gfield select, 
.hic-tgs .hero .gfield textarea {
    border-radius: 0;
    background-color: transparent;
    color: #fff;
    border-bottom: 1px #fff solid;
    padding: 0;
}

.hic-tgs .hero .gfield input::placeholder, 
.hic-tgs .hero .gfield select::placeholder, 
.hic-tgs .hero .gfield textarea::placeholder{
	color: #fff;
}

.hic-tgs .bottom-footer {
    background-color: #1b1f2a;
    border-top: 1px solid #1f2533;
}

.hero .hero-btn-wrap a:last-child {
        border-width: 2px;
}

@media (min-width: 641px) {
    
    .gfield input, .gfield textarea, .gfield select, .ninja-forms-field[type="text"], .ninja-forms-field[type="email"], body .nf-field-element textarea, .gfield input::placeholder, .gfield textarea::placeholder, .gfield select::placeholder, .ninja-forms-field[type="text"]::placeholder, .ninja-forms-field[type="email"]::placeholder, body .nf-field-element textarea::placeholder {
        font-size: 16px;
    }
    
    .footer .footer-col-4 {
        margin-left: 30%;
    }
    
    .top-bar-right .menu .phone{
        display:none;
    }
    .header-text-align-left .section-header{
        text-align: left;
    }
    
    .content-boxes.header-text-align-left .carousel {
        margin-top: 80px;
    }
    
    .hic-tgs.layout-1 .page-element.about .section-title img,
    .hic-tgs.layout-1 .page-element.cta-layout-3 .section-title img {
        margin: 0 auto 15px 0;
    }
    
    .hic-tgs.layout-1 .contact-layout-1.text-left .section-title img{
        margin-left: 0;
    }
    .hic-tgs.layout-1 .contact-layout-1.text-right .section-title img {
        margin-right: 0;
    }
    
    .hic-tgs.layout-1 .contact-layout-1.text-left .section-header{
        text-align: left;
    }

	.hic-tgs.layout-1 .page-element .section-title {
	    font-size: 26px;
	}
	
	.contact-layout-4 .inner-section > .row > :nth-child(2){
	    order: 2;
	    padding: 30px;
        background-color: #000;
        line-height: 3;
	}
	
	.contact-layout-4 .inner-section > .row > :nth-child(3){
	    order: 3;
	    background-color: #f2f2f2;
	}
	
	.contact-layout-4 .inner-section > .row > :nth-child(2), .contact-layout-4 .inner-section > .row > :nth-child(3) {
        margin: 0;
    }
    
    .hic-tgs .contact-layout-4.main-contact-form.has-bg-img .gfield input, 
    .hic-tgs .contact-layout-4.main-contact-form.has-bg-img .gfield select, 
    .hic-tgs .contact-layout-4.main-contact-form.has-bg-img .gfield textarea, 
    .hic-tgs .contact-layout-4.main-contact-form.has-bg-img .gfield label {
        color: #000;
    }
    
    .hic-tgs .contact-layout-4.main-contact-form.has-bg-img .gfield input, 
    .hic-tgs .contact-layout-4.main-contact-form.has-bg-img .gfield select, 
    .hic-tgs .contact-layout-4.main-contact-form.has-bg-img .gfield textarea {
        border: 1px #000 solid;
    }
    
    .layout-1.hic-tgs .contact-layout-4.main-contact-form.has-bg-img .button.gform_button {
        border: 1px solid #faac00;
        color: #faac00;
    }
    
    .layout-1.hic-tgs .contact-layout-4.main-contact-form.has-bg-img .button.gform_button:hover {
        color: #fff;
    }
    
    .layout-1.hic-tgs .contact-layout-4.main-contact-form{
        padding-bottom: 0;
        margin-bottom: -80px;
    }
    
    .layout-1.hic-tgs .contact-layout-4.main-contact-form + .page-element{
        padding-top: 160px;
    }
    
    .page-element .slick-prev {
        left: -45px;
    }
    
    .page-element .slick-next {
        right: -45px;
    }
    
    .page-element .slick-prev::before, 
    .page-element .slick-next::before {
        width: 50px;
    }
    
    .page-element .slick-arrow {
        width: 50px;
    }
    
    .hic-tgs .section-cta.cta-layout-3.has-bg-img.default-alignment,
    .hic-tgs .section-cta.cta-layout-3.has-bg-img.default-alignment .section-header,
    .hic-tgs .section-cta.cta-layout-3.has-bg-img.default-alignment .inner-section{
        text-align: left;
    }
    
    .header-left .section-header, 
    .header-left .footer-button-container{
     	float: left;
        width: 50%;
    }
    
    .header-left .content-box-wrap, 
    .header-left .hic-content-wrap {
        float: right;
        width: 50%;
    }
    
    .header-left .inner-section{
        display: table;
        width: 100%;
        margin: 0 auto;   
    }
}

@media (min-width: 1024px){
    
    .hic-tgs .top-header .contact-info a {
        font-size: 12px;
    }
    
    .hic-tgs.layout-1 .header .menu a {
        font-size: 16px;
    }
    .hic-tgs.default-width .about .row {
        max-width: 950px;
    }
    
    .layout-1.hic-tgs .hero .hero-banner-message h1 {
        font-size: 30px;
    }
   
    
    .layout-1 .hero-banner-message .hero-btn-wrap .button {
        min-width: 210px;
        font-size: 16px;
    }
    
    .image-overlay-content-centered .hic-icon img {
        width: 120px;
        height: 120px;
    }
    
    .image-overlay-content-centered .hic-box .has-image ~ .hic-content .hic-title h3 {
        font-size: 20px;
    }
    
    .footer .footer-col-4 {
        margin-left:0;
    }
    
    .form-contact-details a:hover {
        color: #000 !important;
    }
    .form-contact-details a {
        color: #fff !important;
    }
    .form-contact-details {
        margin-bottom: 30px;
    }
    
    .contact-layout-4 .inner-section > .row > :nth-child(2){
	    width: 45%;
	}
	
	.contact-layout-4 .inner-section > .row > :nth-child(3){
	    width: 55%;
	}
	
	.contact-layout-4 .inner-section > .row > :nth-child(2), .contact-layout-4 .inner-section > .row > :nth-child(3) {
        height: 420px;
    }
}
@media (min-width: 1280px){
    .layout-1 .hero-banner-message .hero-btn-wrap .button {
        font-size: 20px;
    }
    .hic-tgs.default-width .about .row {
        max-width: 1170px;
    }
    .layout-1.hic-tgs .hero .hero-banner-message h1 {
        font-size: 40px;
    }
    .layout-1.hic-tgs .hero .hero-banner-message h1 span {
        font-size: 28px;
    }
     .hic-tgs .top-header .contact-info a {
        font-size: 13px;
    }
    
    .hic-tgs.layout-1 .header .menu a {
        font-size: 18px;
    }
    .image-overlay-content-centered .hic-box .has-image ~ .hic-content .hic-title h3 {
        font-size: 26px;
    }
    .image-overlay-content-centered .hic-icon img {
        width: 150px;
        height: 150px;
    }
}