/*
Theme Name: Definity Child
Theme URI: https://ajdethemes.com/definity-wp-landing/
Description: Definity Child Theme
Author: Your Name
Author URI: https://ajdethemes.com
Template: definity.bak
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Caprasimo&display=swap');

.image-home-bg{
    background-image: url("https://www.itsmissoula.com/wp-content/uploads/2024/06/itsmissoula-home.webp");
    background-size: cover;
    background-repeat: no-repeat;
	background-position: top center;
}

@media only screen and (max-width: 768px){
	.image-home-bg{
		align-content: start !important;
		padding-top: 50px;
	}
	
	.image-home-bg .title-banner{
		font-size:28px !important;
	}
	
	.image-home-bg .text-banner{
		font-size: 18px !important;
		line-height: 24px !important;
	}

	.image-home-bg .vc_empty_space {
		height: 16px !important;
	}
}

.sec-heading .subheading{
	font-size: 42px;
	line-height: 50px;
	text-transform: initial !important;
	font-family: "Caprasimo", serif !important;
}

.page-id-1892 h1, .page-id-2052 h1{
	font-size: 50px !important;
	line-height: 58px !important;
}

.page-id-1892 h1, .page-id-2052 h1{
    text-transform: initial !important;
    font-family: "Caprasimo", serif !important;
	letter-spacing: 2.5px;
}

.ft-steps-numbers .ft-item{
    margin-bottom: 10px;
}

.ft-steps-numbers.custom-f-steps .ft-item .ft-nbr{
	font-size: 120px;
	color: rgba(255, 255, 255, 1);
}

.ft-steps-numbers.custom-f-steps .ft-item h4{
	padding-left: 35px;
	z-index: 1;
	position: relative;
}

.ft-steps-numbers.custom-f-steps .ft-item p{
	padding-left: 35px;
	z-index: 1;
	position: relative;
}

#os-home{
	position: absolute;
	top: 0;
	right: 0;
	max-width: 400px;
	transform: translate(40%,-20%);
}

@media only screen and (max-width: 1200px) and (min-width: 992px){
	#os-home{
		max-width: 350px;
		transform: translate(60%,-20%);
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px){
	#os-home{
		max-width: 300px;
        transform: translate(40%, -40%);
	}
}

@media only screen and (max-width: 767px) {
	#os-home{
		max-width: 200px;
        transform: translate(40%, -40%);
	}
}

body{
    font-weight: 400 !important;
}

h1, h2, h3, h4, h5, h6{
	text-transform: initial;
}

.page{
	overflow-x: hidden;
}

.logo-footer{
	max-width: 220px;
}

.ft-x.icon-footer .ft-item h5{
	margin: 2px;
}

.ft-x.icon-footer .ft-item span, .ft-x.icon-footer .ft-item i{
	margin-bottom: 0;
	margin-right: 20px;
	width: auto;
	height: auto;
	border: 0;
	background-color: transparent;
	box-shadow: none;
	font-size: 40px;
}

#image-footer{
	position: absolute;
	top:0;
	left:0;
	max-width: 400px;
	transform: translate(-50%, -30%);
}

#block-3{
    margin-bottom: 0px;
}

#block-3{
    margin-bottom: 0px;
}

@media (min-width: 992px) {
    .footer-section .col-md-3 {
        width: 50%;
    }
}

@media (max-width: 768px) {
    #block-3 p{
        text-align: center;
    }

    .copyright .to-the-top{
        margin-top: 20px;
        display: inline-block;
    }
}

.col-logo-footer{
    padding-left: 20%;
}

.col-tel-footer{
    padding-left: 20%;
}

.col-email-footer{
    padding-left: 20%;
}

@media only screen and (max-width: 992px) {
    .col-logo-footer{
        padding-left: 0;
        padding-bottom: 30px;
    }

    .col-logo-footer .wpb_wrapper{
        margin: auto !important;
        max-width: 550px !important;
    }

    .col-tel-footer{
        padding-left: 0;
        padding-bottom: 30px;
    }

    .col-email-footer{
        padding-left: 0;
    }

    #image-footer{
        max-width: 300px;
    }
}

@media only screen and (max-width: 768px) {
    .col-logo-footer{
        padding-left: 0;
        padding-bottom: 30px;
    }

    .col-logo-footer .wpb_wrapper{
        margin: auto !important;
        max-width: 550px !important;
    }

    .col-tel-footer{
        padding-left: 0;
        padding-bottom: 30px;
    }

    .col-email-footer{
        padding-left: 0;
    }

    .logo-footer{
        margin: auto;
    }

    #image-footer{
        max-width: 300px;
    }

    .ft-x.icon-footer .ft-item{
        text-align: center !important;
    }

    .ft-x.icon-footer .ft-item span, .ft-x.icon-footer .ft-item i{
        float: none;
        display: inline-block;
        margin-bottom: 15px;
        margin-right: 0;
    }
}

.t-clients li{
    padding-left: 15px;
    padding-right: 15px;
}

.t-clients .slick-slide img{
    max-width: 100%;
}

.t-clients{
    width: 98% !important;
}

.show-map-link{
    display: none;
}

.contact-1 .contact-wrapper .show-info-link{
    display: none   ;
}

.contact-1 .contact-wrapper .contact-info-wrapper{
    background-color: #fff6ea !important;
    width: 100% !important;
}

#image-contact{
    position: absolute;
	top: 50%;
	right: 0;
	max-width: 500px;
	transform: translate(40%, -50%);   
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    #image-contact{
        max-width: 450px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    #image-contact{
        max-width: 400px;
        transform: translate(47%, -50%);
    }
}

@media only screen and (max-width: 767px) and (min-width: 600px) {
    #image-contact{
        max-width: 500px;
	    transform: translate(40%, -50%);   
    }
}

@media only screen and (max-width: 600px){
    #image-contact{
        top: 0;
        max-width: 300px;
        transform: translate(49%, -35%);
    }
}

.servicios-header img {
	max-width: 450px !important;
    width: 100%;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .servicios-header img{
        max-width: 350px !important;
    }
	
	.spacing-section{
		height: 90px !important;
	}
}

@media only screen and (max-width: 767px) and (min-width: 600px) {
    .servicios-header img{
        max-width: 300px !important;
    }
	
	.spacing-section{
		height: 75px !important;
	}
}

@media only screen and (max-width: 600px){
    .servicios-header img{
        max-width: 200px !important;
    }
	
	.sec-heading .subheading{
		font-size: 32px;
    	line-height: 40px;
	}
	
	.spacing-section{
		height: 50px !important;
	}
}

.container.vc_row {
	margin-left: auto;
	margin-right: auto;
	padding-left: 3%;
	padding-right: 3%;
}

.padding-35px-left{
	padding-left: 35px;
	padding-right: 25%;
}



@media screen and (max-width: 600px){
	.padding-35px-left{
		padding-left: 35px;
		padding-right: 0;
	}
	
	.p-0{
		padding: 0 !important;
	}
}

.image-s-4 {
	position: absolute;
    top: 50%;
    right: 50%;
    max-width: 500px;
    transform: translate(120%, -50%) scale(1.3);
}

.image-s-7{
	position: absolute;
	top: -60px;
    left: 20px;
    max-width: 512px;
}

.ft-steps-numbers.custom-f-steps.green-nbr .ft-item .ft-nbr{
	color: #62c4b755;
}

.ft-steps-numbers.custom-f-steps.grey-nbr .ft-item .ft-nbr{
	color: #F7F7F7;
}

.bg-blue-opacity{
	background-color: #62c4b733;
}

.page-id-2097 .ft-steps-numbers.custom-f-steps .ft-item p{
	font-weight: bold;
}

.ft-steps-numbers .ft-item h4{
	font-weight: 600;
}

.img-kit-1 img{
	max-width: 220px !important;
}

.img-kit-2 img{
	max-width: 160px !important;
}

@media only screen and (max-width: 991px) {	
	.page-id-2097 .ft-steps-numbers .ft-item{
		margin-bottom: 10px;
	}
	
	.page-id-2097 .ft-steps-numbers{
		margin-bottom: 10px;
	}
	
	
	.img-kit-1{
		max-width: 550px;
		margin: 0 auto;
	}

	.img-kit-2{
		max-width: 550px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .image-s-7{
		top: -80px;
        left: -37px;
        max-width: 200px;
	}
	
	.image-s-4 {
		transform: scale(1);
		top: -110px;
        right: -130px;
        max-width: 250px;
	}
}

@media only screen and (max-width: 767px) and (min-width: 600px) {
    .image-s-7{
		top: -80px;
        left: -37px;
        max-width: 200px;
	}
	
	.image-s-4 {
		transform: scale(1);
        top: -66px;
        right: -110px;
        max-width: 220px;
	}
	
	.img-kit-1{
		text-align: center !important;
	}

	.img-kit-2{
		text-align: center !important;
	}
}

@media only screen and (max-width: 600px){
    .image-s-7{
		top: -50px;
        left: -50px;
        max-width: 160px;
    }
	
	.image-s-4 {
		transform: scale(1);
        top: -60px;
        right: -70px;
        max-width: 150px;
	}
	
	.img-kit-1{
		text-align: center !important;
	}

	.img-kit-2{
		text-align: center !important;
	}
}

.contact-1 .contact-wrapper .contact-info-wrapper address .address-group span{
	font-size: 15px;
}

.contact-1 .contact-wrapper .contact-info-wrapper address .address-group p{
	font-size: 14px !important;
	text-transform: initial !important;
}

footer a{
	color: white !important;
}

#pfolio .portfolio-item{
	cursor: pointer;
}

@media screen and (max-width: 768px){
	.padding-mobile-sec{
		padding: 0 15px;
	}
}

.grecaptcha-badge{
	display: none !important;
}