/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Version:      1.0
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */
/*.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}*/

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.font-bold{font-weight: bold;}
.camis-sv-s1 .pcsl-item{
    text-align: center;
}
.camis-sv-s1 .camis-service-image{border-radius: 50%;
    overflow: hidden;}
.camis-sv-s1 .pcsl-item h3{
    font-size: 16px;
    font-weight: 400;
    color: #343f5b;
    margin-bottom: 10px;
    margin-top: 20px;
}
.camis-sv-s1 .camis-sv-company{
    font-size: 14px;
    font-weight: 400;
    color: #737e95;
}


.content_danhgia {
    width: 100%;
    float: left;
    position: relative;
    padding: 30px 40px;
    background: #d3a459;
    border-radius: 20px;
    box-shadow: 0px 5px 25px 0px rgb(52 63 91 / 25%);
    -webkit-box-shadow: 0px 5px 25px 0px rgb(52 63 91 / 25%);
    -moz-box-shadow: 0px 5px 25px 0px rgba(52,63,91,0.25);
}
.content_danhgia p {
    color: #fff;
    font-weight: 400;font-size: 16px;
    margin-bottom: 10px;
}
.content_danhgia span {
   font-size: 16px;
    color: #fff;
}
.img_danhgia {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.img_danhgia span {
    display: block;
    width: 80px;
    height: 80px;
    border: solid 4px #fff;
    border-radius: 50%;
    overflow: hidden;
}
.img_danhgia span img{
    max-width: 100%;
}

.camis-heading{
    text-align: center;
    margin-bottom: 30px;
}
.camis-heading h2{
    font-weight: 700;
    margin: 0;
    color: #d3a459;
    font-size: 36px;
    padding-bottom: 10px;
}
@media screen and (max-width: 1024px){
    .camis-heading h2{
        font-size: 30px;
    }
}
.camis-heading p{
    font-size: 16px;
    color: #737e95;
    font-weight: 400;
    padding: 0 0 15px;
}

.penci_builder_sticky_header_desktop .penci-header-image-logo img{
    max-height: 40px !important;
}

.info_contact_head .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
}
.info_contact_head .wrap .img {
    width: 55px;
    height: 50px;
    display: block;
    float: left;
    line-height: 50px;
    text-align: left;
}
.info_contact_head .wrap .content p {

    font-weight: 700;
    font-size: 15px;
    color: #737e95;
    line-height: 24px;

    margin-bottom: 0;
}
.info_contact_head  .wrap .content span {

    font-weight: 400;
    font-size: 13px;
    color: #737e95;
    line-height: 24px;
}
.info_contact_head .wrap .content a {
    font-size: 18px;
    font-weight: 700;
    color: #d3a459;
    text-decoration: none;
}

.section_subscribe {
    /*background: #d3a459;*/
    width: 100%;
    float: left;
    padding: 145px 0;
    position: relative;
    margin-top: 120px;
    background-image: url(images/bg-emergencydental.jpg);
    background-size: cover;
    background-position: bottom;
}
/*.section_subscribe:before {
    content: "";
    background-image: url(images/bg_footer_subscribes.png);
    background-size: contain;
    width: 100%;
    min-height: 270px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top left;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section_subscribe:before {
        min-height: 245px;
        position: absolute;
        left: -290px
    }
}

@media (min-width: 1366px) and (max-width: 1440px) {
    .section_subscribe:before {
        left: -270px
    }
}

@media (max-width: 991px) {
    .section_subscribe:before {
        content: none
    }
}

@media (min-width: 1441px) and (max-width: 1919px) {
    .section_subscribe:before {
        left: -160px
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .section_subscribe:before {
        left: -345px
    }
}*/
.section_subscribe .wrap_.wrap_left {
    position: relative;
}
/*.section_subscribe .wrap_.wrap_left .block_position {

    text-align: center;

}*/
@media screen and (min-width: 992px){
    /*.section_subscribe .wrap_.wrap_left .block_position {
        position: absolute;
        right: 0;
        top: -75px;
        width: 55%;
        float: right;
        margin-right: 60px;
    }*/
    .section_subscribe .wrap_.wrap_right {
        padding-left: 80px;
    }
}

.section_subscribe .wrap_.wrap_left .block_position {
    width: 55%;
    float: right;
    margin-right: 60px;
    text-align: center;
    position: absolute;
    right: 0;
    top: -75px
}

@media (min-width: 1280px) and (max-width: 1365px) {
    .section_subscribe .wrap_.wrap_left .block_position {
        right: 50px
    }
}

@media (min-width: 1924px) {
    .section_subscribe .wrap_.wrap_left .block_position {
        right: auto;
        top: -75px;
        left: -20%
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section_subscribe .wrap_.wrap_left .block_position {
        top: -70px
    }
}

@media (max-width: 991px) {
    .section_subscribe .wrap_.wrap_left .block_position {
        width: 100%;
        float: none;
        position: relative;
        right: auto;
        top: 0;
        margin-bottom: 30px;
        margin-right: 50px;
    }
}

@media (max-width: 767px) {
    .section_subscribe .wrap_.wrap_left .block_position {
        margin-bottom: 15px
    }
}
.section_subscribe .wrap_.wrap_left .block_position h4 {
    font-size: 20px;
    font-weight: 700;
    color: #ffcf28;
    text-transform: uppercase;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section_subscribe .wrap_.wrap_left .block_position h4 {
        font-size: 18px
    }
}
.section_subscribe .wrap_.wrap_left .block_position p {
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: 400;margin-bottom: 15px;
    margin-top: 10px;
}
.section_subscribe .wrap_.wrap_left .block_position .button_sub {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #d3a459;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    border-radius: 25px;
    background: #fff;
    border: solid 1px #d3a459;
    text-decoration: none;
}

.section_subscribe .wrap_.wrap_right h3 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    line-height: 26px;
    display: block;
    margin-bottom: 20px;
}
.section_subscribe .wrap_.wrap_right .form_km {
    width: 100%;
    float: left;
}
.form_km .frm-subscribe{margin: 0}
.form_km .frm-subscribe > p{display: flex;}
.form_km .frm-subscribe > p > span > input{width: 100% !important;}
.section_subscribe .wrap_.wrap_right .form_km > div{margin: 0;}
.section_subscribe .wrap_.wrap_right .form_km form {
    width: 90%;
    float: left;
    margin-bottom: 0px;
}
@media (max-width: 1024px) {
    .section_subscribe .wrap_.wrap_right .form_km form {
        width: 100%;
    }
    .img_danhgia{
        bottom: 1px;
        right: 25px;
    }
    .content_danhgia{
        padding: 20px 70px 25px 20px;
    }
}

.frm-subscribe{position: relative}
.form_km .wpcf7-response-output{position: absolute;
    bottom: -29px;
    margin: 0 !important;}
.frm-subscribe .wpcf7-form-control-wrap{position: static}
.frm-subscribe .wpcf7-spinner{position: absolute; left: 0; bottom: 5px;}
.frm-subscribe .wpcf7-not-valid-tip{
    position: absolute;
    top: 23px;
    left: 25px;
}
.section_subscribe .wrap_.wrap_right .form_km form input[type="email"] {
    width: 70%;background: #fff;
    height: 41px;
    float: left;
    text-align: left;
    border-radius: 3px;
    color: #abb2c3;

    font-weight: 400;
    margin-bottom: 0px;
}
@media (min-width: 1366px) and (max-width: 1440px){
    .section_subscribe:before {
        left: -270px;
    }
}
.penci_topbar.penci-desktop-topbar{
    height: 40px;
    border-bottom: solid 1px #ebebeb;
}
.penci_topbar.penci-desktop-topbar .penci_nav_alignleft{
    line-height: 31px;
    color: #737e95;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.footer-widget-wrapper .widget .widget-title .inner-arrow{
    border: none;
}
.penci-border-arrow .inner-arrow{
    text-transform: unset; font-size: 16px;
}
.widget ul li{
    border: none;
    margin-bottom: 6px;
    padding-bottom: 6px;color: #212121;
}
.footer-widget-wrapper .widget ul.menu li{
    margin-bottom: 0;
    padding-bottom: 5px;
}

.widget_funimal_contact_info .info li{ display: flex; align-items: center}
.widget_funimal_contact_info .heading{
    font-size: 16px;
    margin-top: 20px;color: #344059;
    font-weight: 700;
}
.footer-h-icon{
    display: inline-block;
    width: 18px;
    height: 40px;
    
    text-align: left;

    margin-right: 15px;
}
.f-contact-right{
    display: inline-block;
    width: calc(100% - 55px);
    width: -webkit-calc(100% - 55px);
}
.footer-h-icon .fa {
    font-size: 16px;
    color: #D3A459;
    line-height: 35px;
    
}
.footer-widget-wrapper .widget .widget-title{margin-bottom: 15px;
    color: #D3A459;}

.wraplock {
    width: 100%;
    float: left;
    background: #d3a459;
    padding: 20px;
    border-radius: 10px;
    margin-top: 40px;
}
.wraplock .imagelock {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background: #d3a459;
    margin-top: -50px;
    margin-left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -os-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.wraplock .imagelock img {
    max-width: 100%;    vertical-align: middle;
}
.wraplock h4 {

    text-transform: uppercase;
    margin: 10px 0 10px 0 !important;
    font-size: 14px !important;
    color: #fff !important;
    font-weight: 700 !important;
    display: block;
    text-align: center;
}
.wraplock .innerlock .list {
    width: 100%;
    float: left;
    border-bottom: solid 1px #f8d87f;
    padding-bottom: 5px;
    margin-top: 5px;
}
.wraplock .innerlock .list span {

    font-size: 14px;
    color: #fff;
    line-height: 22px;
}
.wraplock .innerlock .list .left {
    float: left;
}
.wraplock .innerlock .list .right {
    float: right;
}

.footer-widget-wrapper .widget.widget_media_image img{max-width: 200px !important;}
#footer-section{
    border-top: solid 1px #ebebeb;
}
.penci-home-popular-posts{border: none}
.camis-sv-s3{text-align: center}
.camis-sv-s3 .camis-service-image{margin-bottom: 10px;}
@keyframes elementor-animation-buzz-out{
    10%{transform:translateX(3px) rotate(2deg)}20%{transform:translateX(-3px) rotate(-2deg)}30%{transform:translateX(3px) rotate(2deg)}40%{transform:translateX(-3px) rotate(-2deg)}50%{transform:translateX(2px) rotate(1deg)}60%{transform:translateX(-2px) rotate(-1deg)}70%{transform:translateX(2px) rotate(1deg)}80%{transform:translateX(-2px) rotate(-1deg)}90%{transform:translateX(1px) rotate(0)}100%{transform:translateX(-1px) rotate(0)}
}
.camis-sv-s3 .camis-service-image img{width: 75px;
    transition-duration: 0.3s;}
.camis-sv-s3 .camis-service-image:hover img {
    animation-name: elementor-animation-buzz-out;
    animation-duration: .75s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}
.camis-sv-s3 .pcsl-item{margin-bottom: 20px;
    }
.camis-sv-s3 .pcsl-item .item-s3{
    padding: 20px 20px 20px 20px;
    background-color: #d3a459;
    border-radius: 10px 10px 10px 10px;
}
.camis-sv-s3 h3.camis-sv-name{color: #fff;}
.wrap_item_taisao {
    min-height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 20px 15px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 5px 25px 0px rgb(52 63 91 / 25%);
    -webkit-box-shadow: 0px 5px 25px 0px rgb(52 63 91 / 25%);
    -moz-box-shadow: 0px 5px 25px 0px rgba(52,63,91,0.25);
}
.camis-sv-why .pcsl-item{margin-bottom: 30px;}
.camis-sv-why > .penci-block_content > div .wrap_item_taisao:before {
    content: "";
    font-size: 100px;
    font-weight: 900;
    color: #fff;
    opacity: .2;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 15px;
    line-height: 71px;
}
.camis-sv-why > .penci-block_content > div:nth-child(1) .wrap_item_taisao:before {
    content: "01";
}
.camis-sv-why > .penci-block_content > div:nth-child(1) .wrap_item_taisao {
     background: #fb6c7e;
     position: relative;
 }
.camis-sv-why > .penci-block_content > div:nth-child(2) .wrap_item_taisao {
    background: #968bd7;
    position: relative;
}
.camis-sv-why > .penci-block_content > div:nth-child(3) .wrap_item_taisao {
    background: #5fd4c2;
    position: relative;
}
.camis-sv-why > .penci-block_content > div:nth-child(4) .wrap_item_taisao {
    background: #ffb073;
    position: relative;
}
.camis-sv-why > .penci-block_content > div:nth-child(2) .wrap_item_taisao:before {
    content: "02";

}
.camis-sv-why > .penci-block_content > div:nth-child(3) .wrap_item_taisao:before {
    content: "03";

}
.camis-sv-why > .penci-block_content > div:nth-child(4) .wrap_item_taisao:before {
    content: "04";

}
.wrap_item_taisao p {
    margin: 0px;
    padding: 0px;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    padding-top: 10px;
    color: #fff;
}
@media screen and (max-width: 991px){
    .section_subscribe:before{content: none;}
    .section_subscribe .wrap_right{
        
        margin-top: 30px;
    }
    .section_subscribe .wrap_.wrap_left .block_position{
        text-align: left;
    }
    .section_subscribe{margin-top: 30px; padding: 30px 15px;}
    .section_subscribe .wrap_.wrap_right h3{line-height: unset;font-size: 23px;}
}
.archive-box .title-bar span{display: none}
.inner-post-entry .ftwp-in-post#ftwp-container-outer.ftwp-float-none #ftwp-contents{
    width: 100%;
}

.white-popup-block {
    position: relative;
    min-height: 50px;
    border-radius: 5px;
    background: #ffffff;
    padding: 15px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    -o-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    margin: 0 auto;
    min-width: 310px;
    max-width: 650px;
}

.camis-booking-frm{
    background: #fff;
    box-shadow: 0 4px 32px rgb(0 0 0 / 3%);
    border-radius: 10px;
    margin-bottom: 16px;
    /*margin-top: -95px;*/
    padding: 0;
    
}
.camis-booking-frm div.wpcf7{
    margin: 0;
}
.camis-booking-frm p{margin: 0;}
.booking-steps {
    padding: 14px 12px;
    padding-left: 32px;
    counter-reset: section;
    display: flex;
    flex-direction: row;
    padding: 16px 32px;
    border-bottom: 1px solid #f0f0f0;
}
.booking-steps span {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}
.booking-steps span.booking-step-number {
    color: #cf8d00;
}
.booking-steps span.booking-step-label {
    color: #1f1f1f;
}
.frm-wrap-booking{

    padding: 16px 32px 30px 20px;
}
.camis-booking-frm  select{
    border: 1px solid #dadada;
    outline: 0;
    border-radius: 6px;
    padding: 0 15px;
    height: 48px;
    font-size: 14px;
    width: 100%;
}
.camis-booking-frm .wpcf7-date,.camis-booking-frm input,.camis-booking-frm textarea{border-radius: 6px;margin-bottom: 15px;}
.frm-wrap-booking > p{margin-bottom: 15px;}
.frm-label{padding-bottom: 8px;}
.text-center{text-align: center}
.camis-booking-frm .wpcf7-submit{
    height: 48px; box-shadow: 0 4px 16px rgb(51 122 183 / 25%);
    border-radius: 4px !important;
    font-weight: 700;
    font-size: 15px !important;
    background-color: #d3a459 !important;
}
.camis-booking-frm .wpcf7-submit:hover{ background-color: rgba(2,136,209,0.85) !important;}
.clear-footer{margin-bottom: 0}
.frm-heading{font-weight: bold;padding-top: 15px;
    padding-bottom: 15px;}
.camis-booking-frm .wpcf7-spinner{position: absolute;}
.page-id-12030 .pc-wrapbuilder-header{margin-bottom: 0}
.page-id-12030 .penci-page-header-wrap{margin-bottom: 0px}
.page-id-12030 .tags-share-box.hide-tags.page-share{display: none;}
.page-id-12030 .penci-page-header-wrap .penci-page-header-title{text-transform: unset;}
.camis-fa{
	font: normal normal normal 14px/1 FontAwesome;
}
.header-style-header-6 #top-search i{ font-weight: bold !important;
    margin-left: 15px; }
.camis-fa.fa-calendar:before{content: "\f073";}
.header-style-header-6 .penci_topbar.penci-desktop-topbar{
background: rgb(212,158,73);
background: linear-gradient(90deg, rgba(212,158,73,1) 0%, rgba(211,164,89,1) 35%, rgba(248,216,127,1) 100%);
}
.penci-builder-element.desktop-social .inner-header-social a i{background: #fff;}
.header-style-header-6 .penci_topbar.penci-desktop-topbar .penci-builder-element{color: #fff;}
.wrap_right_cs h4{
color: #333;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.wrap_right_cs h3{
    
    font-size: 30px;
    letter-spacing: 1px;
}
.wrap_right_cs .wpcf7 input{
   box-shadow: 0px 3px 25px rgb(0 0 0 / 20%);
   background: #fff;
   border: none;
    margin-bottom: 10px;
}
.wrap_right_cs .frm-heading p{
    font-size: 18px;
}
.camis-list-checkbox .wpcf7-list-item{
margin-left: 0; width: 50%;font-size: 16px;
    margin-bottom: 10px;
    color: #222;
}
.camis-btn-submit{margin-top: 15px;}
.wrap_right_cs div.wpcf7{margin-top: 30px;}
.wrap_right_cs .wpcf7 span.wpcf7-not-valid-tip{
position: absolute;
    bottom: -42px;
    margin: 0;
}
.wrap_right_cs .wpcf7 input[type="submit"] {
    background-color: #d3a459;
    color: #ffffff;
}
.contact-map-wrap .elementor-widget-wrap{padding: 0 !important;}
.camis-sv-contact .icon-box{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;    
    align-items: center;
}
.camis-sv-contact .icon-box p{color: rgb(51, 51, 51); font-size: 1.1rem;}
.camis-sv-contact  .icon-box-left .icon-box-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-left: 1em;
}
.camis-home-testimonial .penci-readmore-btn{
        margin-top: 15px;
    margin-bottom: 10px;
}
.camis-home-testimonial .penci-readmore-btn a{
        font-style: italic;
    
}
.camis-home-testimonial .penci-readmore-btn a,
.camis-home-testimonial .penci-entry-title a,
.camis-gra-title h4,
.wrap_right_cs h3{
	background: -webkit-linear-gradient(45deg, #D3A459, #F8D77E 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	color: #D3A459;
}
.camis-sv-contact .icon-box h4{
        background: -webkit-linear-gradient(45deg, #D3A459, #F8D77E 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.125em;
    font-weight: 700;
    color: #D3A459;
}
.camis-info-contact .penci-homepage-title {margin-bottom: 5px;}
.camis-info-contact .penci-homepage-title h3 > span > span{
	    background: -webkit-linear-gradient(45deg, #D3A459, #F8D77E 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.125em;
    font-weight: 700;
    color: #D3A459;
}
.elementor-page-197 .section_subscribe{margin-top: 50px;}
.single-post .post-entry .inner-post-entry span,
.single-post .post-entry .inner-post-entry a,
.single-post .post-entry .inner-post-entry{
	font-size: 16px !important;
	font-family: 'Montserrat', sans-serif !important;
}
.single-post .post-entry .inner-post-entry h3,
.single-post .post-entry .inner-post-entry h3 span{
	font-size: 24px !important;
	font-family: 'Montserrat', sans-serif !important;	
    color: #d3a459 !important;
}
.single-post .post-entry .inner-post-entry h2,
.single-post .post-entry .inner-post-entry h2 span{
	font-size: 28px !important;
	font-family: 'Montserrat', sans-serif !important;	
    color: #d3a459 !important;
}
.camis-home-service .elementor-widget-container{overflow: hidden;}
.archive .pc-wrapbuilder-header,.category .pc-wrapbuilder-header,
.single .pc-wrapbuilder-header{margin-bottom: 0;}
.single.single-post .section_subscribe{margin-top: 10px;}
.top-slider-post{margin-bottom: 60px;}
.camis-home-testimonial .grid-style{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 20%);
}
.sidebar-blog-bottom .wp-block-image{text-align:center;}