/*
Theme Name: Knote Child
Author: CodeGearThemes
Description: Child theme for Knote
Author URI: https://www.codegearthemes.com
Theme URI: https://www.codegearthemes.com/products/knote
Template: knote
Version: 1.0.1
*/

.section-padding-left{
    padding-left:calc(((100% - var(--theme--site-width)) / 2) + 16px);
}
.section-padding-right{
    padding-right:calc(((100% - var(--theme--site-width)) / 2) + 16px);
}

/*header*/
.site-header .header-component__html .top-header{
    display:flex;
    justify-content: space-between;
}
.site-header .header-component__html .right-col{
    display:flex;
    gap:20px;
    align-items:center;
}
.site-header .header-component__html .right-col a{
    text-decoration:none;
    font-size:14px;
}
.site-header .left-col,
.site-header .right-col .description{
    font-size:14px;
}
.site-header .component-button a{
    padding:14px 32px;
    border-radius:10px;
    font-size:18px;
    font-weight:600;
}
.site-header .component-button .block-call__text{
    font-size:16px;
    font-weight:600;
	display: block;
}

.main-navigation ul li a{
    font-weight:600;
}

@media screen and (max-width: 572px){
	.site-header .component-button .button{
		font-size: 14px;
		padding: 8px 12px;	
	}
	
	.site-header .component-button .block-call__text{
		display: none;
	}
}

/*toggle*/
.toggle-items .elementor-toggle-item{
    margin-bottom: 15px;
}
/*service quote*/
.service-quote input[type="submit"]{
    margin:30px auto 0;
    border: 1px solid #E5E5E5;
    background:#fcb904;
    padding:14px 28px;
    border-color:#fcb904;
    border-radius:10px;
	max-width: 400px;
    width: 100%;
}
.service-quote .grid__item{
    padding:0 8px;
	margin-bottom: 15px;
}
.service-quote input:not([type="submit"]){
    border-radius:10px;
    background-color:#fafafa;
    background-image:url(assets/images/asterik1.svg);
    background-repeat:no-repeat;
    background-position-x:96%;
    background-position-y:20px;
}
.service-quote .wpcf7-spinner{
    display:none;
}
/*icon toggle*/
.icon-item .elementor-widget-container:hover{
    background-color:#fcb904;
}
.icon-item .elementor-widget-container:hover .elementor-icon-box-title{
    color:#fff;
}

/*popup contact form*/
#outage-repair,
#panel-upgrade,
#troubleshooting,
#rewiring,
#lighting{
    background-color:#76a340;
    max-width:752px;
    padding:50px 50px 40px 50px;
    border-radius:10px;
    margin:auto;
	width: calc(100% - 32px);
}

.overlay-active {
    overflow: hidden;
}

.overlay-active .popup-contact-form {
    position: absolute;
    left: 0;
    z-index: 9;
    height: 100vh;
    width: 100%;
    top: 0;
    background: rgba(0,0,0,.85);
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup-contact-form .heading,
.popup-contact-form  p{
    color:#fff;
}
.popup-contact-form  a{
    color:#fff;
    font-size:16px;
    font-weight:600;
    background-color:#FCB904;
    padding:14px 30px;
    border-radius:10px;
    text-decoration:none;
    line-height:1em;
    display:inline-block;
}
.popup-contact-form  .bottom-detail p{
    text-align:center;
}
.popup-contact-form  input,
.popup-contact-form  textarea{
    border-radius:10px;
}
.popup-contact-form  input[type="submit"]{
    width: 100%;
    border-radius: 10px;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border-color: #fff;
    padding: 14px;
}
.popup-contact-form  .close-button{
    text-align:right;
}
.popup-contact-form .close-button{
    cursor:pointer;
}
.review-box .elementor-column {
    max-width: 280px;
    margin: 0 50px 0 auto;
}

@media (max-width: 767px) {
	.review-box .elementor-column {
		margin: 0 auto;
	}
	 #outage-repair,
    #panel-upgrade, 
    #troubleshooting, 
    #rewiring, 
    #lighting {
        padding: 20px;
    }

}
/*footer*/
.site-footer .widget,
.site-footer .footer-widget1 figure{
    margin-bottom:0;
}

@media (min-width: 1025px) and (max-width: 1440px) {
	.section-padding-left {
   	 	margin-left: 16px;
	}
}
