/**
* Theme Name: Canyama
* Description: 
* Author: 
* Template: spaciaz
* Version: 1.1.1
*/

/*************************************
 * LANG
 *************************************/
.pll-parent-menu-item span{
    text-transform: uppercase;
}

/*************************************
 * HOME TOP -  KNOW MORE BTN
 *************************************/
.top_more_button
{
    margin-top: -124px;
}

.header_cta_container .elementor-icon-box-content
{
    padding-right: 160px;
}

/*************************************
 * 404
 *************************************/
.error-404 .error-content .text-404{
    color:#FF4337;
}

/*************************************
 * FORMS
 *************************************/
.wpcf7-form label{
    padding-top: 20px;
    display: block;
    margin-bottom: 0px;
    margin-left: 10px;
}
 
 
input[type="date"],
input[type="file"]
{
    font-size: 16px;
    line-height: 1.75;
    padding: 15px 30px;
    font-weight: 400;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    
    transition: all ease-in-out 0.3s;
    border-width: 1px;
    border-style: solid;
    border-color: #F2F2F2;
    border-radius: 30px;
    background-color: #F2F2F2;
    
    
    margin-bottom: 0px;
    margin-top: 5px;
    width: 100%;
}

.wpcf7-form .wpcf7-form-control-wrap input[type="text"], 
.wpcf7-form .wpcf7-form-control-wrap input[type="number"], 
.wpcf7-form .wpcf7-form-control-wrap input[type="email"], 
.wpcf7-form .wpcf7-form-control-wrap input[type="tel"], 
.wpcf7-form .wpcf7-form-control-wrap input[type="url"], 
.wpcf7-form .wpcf7-form-control-wrap input[type="password"], 
.wpcf7-form .wpcf7-form-control-wrap input[type="search"], 
.wpcf7-form .wpcf7-form-control-wrap textarea, 
.wpcf7-form .wpcf7-form-control-wrap .input-text, 
.wpcf7-form .wpcf7-form-control-wrap select:not([size]):not([multiple]) 
{
    margin-bottom: 0px;
    margin-top: 5px;
}

.wpcf7-not-valid-tip
{
    text-align: right;
}

.form_fields_desc{
    font-size: 12px;
    margin-left: 10px;
    margin-bottom: 3px;
}

.column-20{
    width: 20%;
    display: inline-block;
    padding-right: 1% !important;
    padding-left: 0px !important;
}

.service_block_title{
    margin-top: 30px;
    margin-left: 10px;
}


.wpcf7-form input[type="checkbox"] {
    accent-color: #FF4337;
    height: 22px; /* not needed */
    width: 22px; /* not needed */
    vertical-align: middle;
    margin-right: 12px;
    cursor:pointer;
}

.wpcf7-form span[data-name="service-list"] > span > span
{
    margin-right: 20px !important
}

.wpcf7-response-output{
    border-radius: 25px;
    padding: 10px 30px !important;
}

.wpcf7-form.invalid .wpcf7-response-output{
    color:#ffb900;
}

.wpcf7-form.sent .wpcf7-response-output{
    color:#46b450;
}


.service-sublist{
    display: none;
}

.wpcf7-form .service_block h5
{
    font-size: 15px;
    color:#4B4B4B;
}

.wpcf7-form  br
{
    display: none !important;
}

.service-sublist label {
    font-weight: inherit;
    font-size: 16px;
}

.wpcf7-form  p > .wpcf7-list-item{
    display: none !important;
}

.wpcf7-form .service-sublist {
    margin-bottom: 30px;
}


.wpcf7-form .service_block .service_block_title {
    margin-top: 10px;
    font-weight: normal;
}

.wpcf7-form hr {
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 10px;
    margin-top: 30px;
    margin-right: 20px;
    margin-left: 20px;
}

.wpcf7-form .wpcf7-form-control-wrap[data-name="service-list"]{
    display: none !important;
}

/*
.wpcf7-form .service-description-parent p{
  display: none !important;
}
.wpcf7-form .service-description-parent .service-sublist > div > p{
  display: block !important;
}
*/

.cloader{
    position: absolute;
    top: 0px;
    background-color: rgba(255,255,255,0.8);
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    display:none;
    text-align: center;
}

.cloader p{
    position: absolute;
    margin: calc(50% - 25px);
}

/*************************************
 * FORMS
 *************************************/
.mobile-nav-tabs .mobile-tab-title{
    display:none !important;
}

.pll-parent-menu-item,
.lang-item{
    text-transform: uppercase;
}


/*************************************
 * MEDIA
 *************************************/



@media screen and (max-width: 1920px) and (MIN-width: 1630px)
{

}

@media screen and (max-width: 1400px) 
{

}

@media screen and (max-width: 1200px) 
{

}

@media screen and (max-width: 1024px) 
{
    /* FORM */
    .column-20 {
        width: 32%;
    }
    
    /* HOME HEADE*/
    .header_cta_container .elementor-icon-box-content {
      padding-right: 0px;
    }
    .top_more_button {
      margin-top: 0px;
    }
}


@media screen and (max-width: 960px) 
{

}


@media screen and (max-width: 640px) 
{

}

@media screen and (max-width: 575px) 
{
    /* FORM */
    .column-20 {
        width: 48%;
    }
}