/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
/* p{margin: 0;} */
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
body{
    font-family: "Manrope", sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Prata", serif;
}
/*a{color: inherit !important;}*/
img {max-width: 100%;height: auto;vertical-align: top;}
/*start topheader*/
.jasdiamond-talkexpert-wrapper{
    background-color: #3C5C60;
    padding: 5px;
}

.jasdiamond-talkexpert-wrapper h1{
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-family: "Manrope", sans-serif;
}
.jasdiamond-talkexpert-wrapper h1 a:hover,
.jasdiamond-talkexpert-wrapper h1 a:focus{
    color: rgb(255,255,255,0.6);
}
.jasdiamond-talkexpert-wrapper h1 a{
    padding: 0px 5px;
}
/*end topheader*/
.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6{
    margin: inherit !important;
}
.slider-button{
    display: inline-flex;
    justify-content: center;
    align-items: center;


}

.slider-button.search-black{
    background-image: url(/wp-content/uploads/2024/03/search-icon.webp);
    background-position: 20px 14px;
    background-repeat: no-repeat;
}
.slider-button.search-white{
    background-image: url(/wp-content/uploads/2024/03/search-icon-white.webp);
    background-position: 20px 15px;
    background-repeat: no-repeat;
}
.register-button{
    background-image: url(/wp-content/uploads/2024/03/user.svg);
    background-position: 20px 14px;
    background-repeat: no-repeat;
}
.register-button.user-white{
    background-image: url(/wp-content/uploads/2024/03/user-white.svg);
    background-position: 20px 14px;
    background-repeat: no-repeat;
}


.advantage-section .button-white .elementor-button-icon svg{
    width: 1.4em;
    margin-top: -4px;
}
.care-section .button-primary .elementor-button-icon svg{
    width: 1.4em;
    margin-top: -4px;
}
.care-section .button-primary .elementor-button-icon svg path{
    stroke: #fff;
}

.collection-sec .button-primary .elementor-button-icon svg{
    width: 1.4em;
    margin-top: -3px;
}
.collection-sec .elementor-button:hover svg path{
    stroke: #fff;
}
.collection-sec .collection-2 .elementor-button-icon svg{
    width: 0.7em;
}
.collection-sec .collection-2 .elementor-button:hover svg path{
    stroke: #fff;
}
.collection-sec .collection-2 sub{font-size: 30px;margin-left: -6px;}

.gray-images-section .gray-images-box .gray-image{
    
    filter: grayscale(0%);
    transition: all ease-in-out 0.3s;
}
.gray-images-section .gray-images-box .gray-image:hover{
    filter: grayscale(100%);
    cursor: pointer;
}
/*start footer*/
#block-2{
    margin-bottom: 24px;
}
#nav_menu-4 .widget-title{
    font-size: 16px;
    line-height: 24px;
    color: #F3F6F6;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: capitalize;
}
.site-footer #block-7,.site-footer #block-9{
    margin-bottom: 32px;
}
.site-footer .widget_block .wp-block-heading{
    font-size: 16px;
    line-height: 24px;
    color: #F3F6F6;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: capitalize;
}
.site-footer .site-middle-footer-inner-wrap .widget{margin-bottom: inherit;}
.site-footer #nav_menu-5 .menu{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
}
.site-footer #nav_menu-5 .menu li a{padding: 0;}
.site-footer .footer-html{margin: 0;}
/*end footer*/
/*contact page*/
.contact-form .form-col-grp {
    display: table;
    width: 100%;
}
.contact-form .form-col-grp .form-col.width-50 {
    width: 50%;
    float: left;
    padding: 10px;
}
.contact-form .form-col-grp .form-col.width-50 label, .contact-form .form-col-grp .form-col.width-100 label {
    font-weight: 600;
    font-size: 16px;
    color: #49818c;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.contact-form .form-col-grp .form-col.width-50 select {
    width: 100%;
}
.contact-form .form-col-grp .form-col.width-50 input, .contact-form .form-col-grp .form-col.width-50 select, .contact-form .form-col-grp .form-col.width-100 textarea {
    border-radius: 0;
    border: 1px solid #5c7362;
    font-size: 16px;
    letter-spacing: .5px;
    height: 40px;
    padding: 5px 10px;
}
.contact-form .form-col-grp .form-col.width-100 {
    padding: 10px;
}
.contact-form .form-col-grp .form-col.width-100 textarea {
    height: 100px;
}
.contact-form .form-col-grp .form-col.width-50 label span, .contact-form .form-col-grp .form-col.width-100 label span {
    color: red;
}
/*.contact-form .form-col-grp .form-col.width-100.submit {
    text-align: center;
}*/
.contact-form .form-col-grp .form-col.width-100 input.wpcf7-form-control.wpcf7-submit {
    padding: 12px 30px;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    font-size: 16px;
    border: 2px solid #57929d;
    background: #57929d;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}
.contact-info .elementor-icon-box-description a {
    color: #57929d;
    margin-top: 10px;
}
.cont-social{
    padding: 0 !important;
    list-style-type: none;
    margin: 0 !important;
}
.cont-social li {
    display: inline-block;
    vertical-align: middle;
}
.cont-social li a {
    display: block;
    width: 40px;
    height: 40px;
    background: #57929d;
    border-radius: 50px;
    padding: 12px 10px 10px;
    margin-right: 10px;
}
.privacy-link a{
    color: #568186;
}
.privacy-link a:hover{color: #568186;}

/* Request Items */
.request-wrap .savesearch-head {
    margin-bottom: 20px;
}
.savesearch-head {
    padding: 15px;
}
.savesearch-head h1 {
    margin-bottom: 0 !important;
    font-size: 25px;
    font-weight: 700;
}
.form-group {
    margin-bottom: 15px;
}
.request-form .form-group label {
    font-weight: 600;
    font-size: 16px;
	color: #5c7362;
    display: block;
	margin-bottom: 0.5em;
}
.request-form ul{
	padding-left:0 !important;
}
.request-form ul li {
    list-style-type: none;
    display: inline-block;
    padding-right: 10px;
	font-family: montserrat,sans-serif;
}
.request-form .form-group input[type=radio] {
    width: 20px;
    height: 20px;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
	margin-right: 0.5em;
}
/* .product-selected-button .form-group .btn{
	border: 1px solid #5c7362;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 39px;
    border-radius: 0;
    background: 0 0;
    color: #5c7362;
	font-family: montserrat,sans-serif;
} */

/*popup*/
#pum-687613.pum-theme-default-theme .pum-container{
    padding: 0;
}
#pum-687613.pum-theme-default-theme {
    background-color: rgba(0, 0, 0, 0.6);
}
.pum-theme-687604 .pum-container, .pum-theme-default-theme .pum-container{
  padding:0;
}
#pum-687613 .pum-title{
    font-size: 26px;
    padding: 16px 20px;
   border-bottom: 1px solid #ededed;
    margin-bottom:0;

}
.pum-theme-687604 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close{
    line-height: 52px;
}

.pum-theme-687604 .pum-content, .pum-theme-default-theme .pum-content{
    padding:20px;
    display:flex;
}
.pum-container .pum-content>:first-child{
flex: 0 0 auto;
    width: 33.33333333%;
    margin-bottom:0;
    }

.pum-container.pum-responsive img{
    min-width: 100%;
    height: 100% !important;
        min-height:150px;
    object-fit: cover;
    border-radius: 10px;
}

.pum-container .pum-content>:last-child{
    flex: 0 0 auto;
    width: 65%;
    margin-left:20px;
    color: #333;
    line-height: 25px;
    letter-spacing: .5px;
    line-height: 25px;
    font-weight: 400;
    font-family: "Manrope", Sans-serif;
}
.pum-container .pum-content{
        color: #0C0D0D;
    font-family: "Manrope", Sans-serif;
    }
    .pum-container .pum-content p{
        margin-bottom:15px;
        color: #0C0D0D;
        font-size: 15px;
    font-family: "Manrope", Sans-serif;
    }
    .pum-container .pum-content p:last-child{margin-bottom: 0;}
    .pum-container .pum-content p a{color: #568186;text-decoration: none;}


/* start 2nd slide button set date: 15-may-2024*/

.slide2-butn{margin-top:0;}

@media screen and (min-width: 1367px){
	.slide2-butn{
		margin-top:50px;
	}
}
@media screen and (min-width: 1400px) and (max-width:1706px){
	.slide2-butn{
		margin-top:60px;
	}
}
@media screen and (min-width: 1707px){
	.slide2-butn{
		margin-top:120px;
	}
}
@media screen and (min-width: 1800px){
	.slide2-butn{
		margin-top:150px;
		margin-right:50px
	}
}
@media screen and (min-width: 1920px){
	.slide2-butn{
		margin-top:180px;
	}
}

/* end 2nd slide button set date: 15-may-2024*/


@media screen and (max-width: 575px){
    #pum-687613 .pum-title{
        font-size: 20px;
        padding: 12px 20px;
    }
    .pum-theme-687604 .pum-content, .pum-theme-default-theme .pum-content{
        display:block;
    }
    .pum-theme-687604 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    line-height: 44px;
}
    .pum-container .pum-content>:first-child {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
        margin-bottom: 20px;
}
    .pum-container .pum-content>:last-child {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
        margin-left:0;
}

}
@media screen and (min-width:992px) and (max-width:1025px){
    .cont-social li a{margin-right:3px;}
}
@media screen and (max-width: 768px){
    .elementor-element.inner-background{background-image:unset !important;}
}

@media screen and (max-width: 575px){
    .main-slider-content{min-height:300px !important;}
    .elementor-element.inner-background{background-image:unset !important;}
    .site-footer #nav_menu-5 .menu{justify-content:center;margin-top:15px;}
}