/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

a{color:#C6A664;}

.search.search-no-results #content{padding-top: 65px;
    padding-bottom: 90px;}

    .search.search-results #content{padding-top: 65px;
        padding-bottom: 90px;}

.error404  #content{padding-top: 65px;
    padding-bottom: 90px;    background: #ccc;
    width: 100%;
    max-width: 100%;
    padding: 10% 12%;}    

    .search.search-results .page-header h1{margin-bottom: 50px;
        font-size: 42px;}
 .search.search-results .page-content article{width: 70%;
    float: left;
    padding: 30px;
    margin: 0 auto;
    border: 1px solid #ccc;
    margin: 10px 0px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%), 0px 0px 5px rgb(0 0 0 / 15%), 0px 0px 10px rgb(0 0 0 / 15%), 0px 0px 10px rgb(0 0 0 / 15%);}

    .search.search-results .page-content article a img{    width: 60%;
        border-radius: 10px;
        margin-bottom: 30px;}


  #post-title-s h1{color: #fff;
    text-align: center;
    font-size: 32px;}      


    #posts-height .elementskit-post-image-card{min-height:535px;}

    #quotenow-wrap .metform-form-content .metform-form-main-wrapper .e-con.e-parent{padding:0px;}


    .contact-wrap-box .mf-input-wrapper .mf-input{background:#fff!important}




    .quote_form_wrapper input {
        position: relative;
    border: none;
    border-bottom: 2px solid #ccc;
    padding: 8px;
    width: 100%;
    outline: none;
    transition: border-color 0.3s ease-in-out;
    }
    
    .quote_form_wrapper .field-row{margin-bottom: 50px;}
    .quote_form_wrapper .field-row label{margin-bottom:10px;}
    
    
    .quote_form_wrapper input:focus::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0%!important;
        height: 2px;
        background: #007bff; 
        animation: borderExpand 0.4s forwards;
    }


    
   

   

    .wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked {
        accent-color: green;
      }
      .quote_form_wrapper .wpcf7-list-item{ 
        display: block;
        margin-left: 0;}
      .quote_form_wrapper input[type=checkbox]{width:5%;}
      .quote_form_wrapper .wpcf7-list-item label{display:block;}

      .field-row.choose-broad{margin-top:50px;}

      .quote_form_wrapper .submission{    background: #495974;
        color: #fff;
        border: none;
        outline: none;}


        .bg-grad{    background: linear-gradient(135deg, #071635 0%, #C6A664 100%);
            padding: 0px 30px;border-radius:10px;}

            #mobile-btn{padding:0px;}

            .responsive-table {
                width: 100%;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
              }


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

    #posts-height .elementskit-post-image-card{min-height:auto;}


    .bdt-slideshow-items {
        min-height: 350px !important;
    }

    .search.search-results .page-content article{width:100%;}
    .search.search-results .page-content article a img{width:100%;}
    .search.search-results .page-content article.post .entry-title a{font-size:22px;}
    .search.search-results .page-content article.post p{font-size:14px;}
    .search.search-results .page-header h1 {
        margin-bottom: 20px;
        font-size: 30px;
    }
    .search.search-results #content {
        padding-top: 25px;
    }


    #post-title-s h1 {
        font-size: 20px;
        line-height: 30px;
    }

}


@media only screen and (min-width: 768px) and (max-width: 959px) {

    .search.search-results .page-content article{width:100%;}
    .search.search-results .page-content article a img{width:65%;}
    .search.search-results .page-content article.post .entry-title a{font-size:22px;}
    .search.search-results .page-content article.post p{font-size:14px;}
    .search.search-results .page-header h1 {
        margin-bottom: 20px;
        font-size: 30px;
    }
    .search.search-results #content {
        padding-top: 25px;
    }





}


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

    .search.search-results .page-content article{width:100%;}
    .search.search-results .page-content article a img{width:65%;}
    .search.search-results .page-content article.post .entry-title a{font-size:22px;}
    .search.search-results .page-content article.post p{font-size:14px;}
    .search.search-results .page-header h1 {
        margin-bottom: 20px;
        font-size: 30px;
    }
    .search.search-results #content {
        padding-top: 25px;
    }



}

/* Animation keyframes */
@keyframes borderExpand {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}
