/**handles:hello-elementor-child-style**/
/* 
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
*/


/*Custon CSS*/

h2 span{
    font-family: "Freight Big Pro Light Italic" !important;
    color: #B17D22;
    font-style: italic;
}
h1 span{
	font-style: italic;
}

/*Post List*/

.post_list_cus .elementor-widget-container{
    box-shadow: none !important;
}
.post_list_cus .elementor-post {
    width: 90%;
}
.post_list_cus .elementor-widget-container .elementor-post,
.search_reasult_blog .elementor-widget-container .elementor-post {
    background: #FFF;
    box-shadow: 0px 4px 84px 0px #CAD7D9;
    
}
.post_list_cus .elementor-widget-container .elementor-post .elementor-post__card,
.search_reasult_blog .elementor-widget-container .elementor-post .elementor-post__card{
    padding-left: 17px;
    padding-right: 17px;
}
.post_list_cus .elementor-widget-container .elementor-post__thumbnail,
.search_reasult_blog .elementor-widget-container .elementor-post__thumbnail{
    height: 415px;
}

.post_list_cus .elementor-widget-container  .elementor-post__text,
.search_reasult_blog .elementor-widget-container  .elementor-post__text{
    order: 1;
}
.post_list_cus .elementor-widget-container  .elementor-post__read-more,
.search_reasult_blog .elementor-widget-container  .elementor-post__read-more{
    order: 2;
}
.post_list_cus .elementor-widget-container  .elementor-post__meta-data,
.search_reasult_blog .elementor-widget-container  .elementor-post__meta-data{
    border-top: none !important;
    order: 0;
}
.post_list_cus .elementor-widget-container  .elementor-post__meta-data .elementor-post-date,
.search_reasult_blog .elementor-widget-container  .elementor-post__meta-data .elementor-post-date{
    border-radius: 2px;
    background: #B17D22;
    padding: 5px 7px;
}
.post_list_cus .elementor-widget-container  .elementor-post__meta-data .elementor-post-avatar{
    display: none;
}
.post_list_cus .elementor-widget-container  .elementor-post__read-more,
.search_reasult_blog .elementor-widget-container  .elementor-post__read-more{
    position: relative !important;
}
.post_list_cus .elementor-widget-container  .elementor-post__read-more::before,
.search_reasult_blog .elementor-widget-container  .elementor-post__read-more::before{
    content: "";
    background-image: url(https://mcdowellfirm.com/wp-content/themes/hello-theme-child-master/image/arrowRight.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: -50px;
    top: 5px;
    width: 25px;
    height: 20px;
    transition: all 0.3s;
    
}

.post_list_cus .elementor-widget-container  .elementor-post__read-more:hover::before,
.search_reasult_blog .elementor-widget-container  .elementor-post__read-more:hover::before{
    right: -55px;
}
.post_list_cus .elementor-widget-container  .elementor-post__read-more::after,
.search_reasult_blog .elementor-widget-container  .elementor-post__read-more::after{
    content: "";
    width: 157px;
    height: 1px;
    background-color: #B17D22;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.category_listing h5{
    display: none;
}
.category_listing ul{
    padding-left: 30px;
}
.category_listing ul li a{
    font-size: 16px;
    color: #4A5A69 !important;
    transition: all 0.4s;
}
.category_listing ul li a:hover{
    color: #B17D22 !important;
}
.search_bar .elementor-search-form__container{
    padding: 5px 6px;
    height: 55px;
    border-radius: 0 !important;

}
.search_bar input{
    padding: 5px 6px;
}
.search_bar .elementor-search-form__submit{
    background-color: #B17D22;
    border: 1px solid transparent !important;
    transition: all 0.4s;
}
.search_bar .elementor-search-form__submit:hover{
    border-color: #B17D22  !important;
    background-color: transparent;
}
.search_bar .elementor-search-form__submit i{
    font-size: 22px;
    color: #FFF;    
    transition: all 0.4s;
}
.search_bar .elementor-search-form__submit:hover i{
    color: #B17D22;
}
.post_list_cus .elementor-pagination,
.search_reasult_blog .elementor-pagination{
    text-align: left !important;
    display: flex;
}
.post_list_cus .elementor-pagination .page-numbers.prev,
.post_list_cus .elementor-pagination .page-numbers.next,
.search_reasult_blog .elementor-pagination .page-numbers.prev,
.search_reasult_blog .elementor-pagination .page-numbers.next {
    background: transparent !important;
    font-size: 20px !important;
    color: #B17D22 !important;

}
.post_list_cus .elementor-pagination .page-numbers:not(:first-child:last-child),
.search_reasult_blog .elementor-pagination .page-numbers:not(:first-child:last-child){
    width: 37px;
    height: 37px;
    display: flex;
    align-content: center;
    justify-content: center;
    background-color: #FFF;
    border-radius: 2px;
    font-size: 14px;
    align-items: center;
}
.post_list_cus .elementor-pagination .page-numbers.current,
.search_reasult_blog .elementor-pagination .page-numbers.current{
    background: #B17D22 !important;
    color: #FFF;
}
/*Form Erro*/
.gform-css .gform_validation_errors,
.gform2-css .gform_validation_errors{
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    box-shadow: none !important;
}
.gform-css  .gfield_validation_message,
.gform-css .ginput_container_phone .validation_message,
.gform2-css  .gfield_validation_message,
.gform2-css .ginput_container_phone .validation_message{
    background: transparent !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    padding: 0 !important;
    border: 0 !important;
    margin: 7px 0 0 0 !important;
    color: yellow !important;
    font-family: "Manrope", Sans-serif !important;
}
.gform2-css  .gfield_validation_message,
.gform2-css .ginput_container_phone .validation_message{
    color: red !important;
}
.gform-css .gform_validation_errors>h2,
.gform2-css .gform_validation_errors>h2{
    color: yellow !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: "Manrope", Sans-serif !important;
}
.gform2-css .gform_validation_errors>h2{
    color: red !important;
}
.gform-css .gform_validation_errors:focus-visible,
.gform-css .gform_validation_errors:active,
.gform2-css .gform_validation_errors:focus-visible,
.gform2-css .gform_validation_errors:active{
    border: none !important;
    outline: none !important;
}
@media only screen and (max-width: 1024px){
    /*Blog listing*/
    .post_list_cus .elementor-post{
        width: 85%;
        margin: 0 auto !important;
    }

    .post_list_cus .elementor-widget-container .elementor-post__thumbnail,
    .search_reasult_blog .elementor-widget-container .elementor-post__thumbnail{
        height: 380px;
    }
}
@media only screen and (max-width: 991px){
    .search_reasult_blog .elementor-widget-container .elementor-post__thumbnail{
        height: 320px;
    }
}
@media only screen and (max-width: 699px){
    /*Blog listing*/
    .post_list_cus .elementor-post {
        width: 100%;
        margin: 0 auto !important;
    }
    .category_listing ul li a{
        font-size: 15px;
        line-height: 24px;
    }
    .post_list_cus .elementor-widget-container .elementor-post__thumbnail{
        height: 340px;
    }
    .post_list_cus .elementor-widget-container .elementor-post .elementor-post__card,
    .search_reasult_blog .elementor-widget-container .elementor-post .elementor-post__card{
        padding-left: 15px;
        padding-right: 15px;
    }
    .post_list_cus .elementor-widget-container .elementor-post__read-more::before,
    .search_reasult_blog .elementor-widget-container .elementor-post__read-more::before{
        content: "";
        right: -40px;
        top: 5px;
        width: 22px;
        height: 18px;
    }
    .post_list_cus .elementor-widget-container  .elementor-post__read-more:hover::before,
    .search_reasult_blog .elementor-widget-container  .elementor-post__read-more:hover::before{
        right: -45px;
    }
    .post_list_cus .elementor-widget-container .elementor-post__read-more::after,
    .search_reasult_blog .elementor-widget-container .elementor-post__read-more::after{
        width: 130px;
    }
    .post_list_cus .elementor-widget-container .elementor-post__text,
    .post_list_cus .elementor-widget-container .elementor-post__meta-data,
    .search_reasult_blog .elementor-widget-container .elementor-post__text,
    .search_reasult_blog .elementor-widget-container .elementor-post__meta-data{
        padding: 0 12px !important;
    }
.post_list_cus .elementor-pagination,
	.search_reasult_blog .elementor-pagination{
	flex-wrap: wrap;
    row-gap: 15px;
}
}
@media only screen and (max-width: 479px){
    .post_list_cus .elementor-post{
        width: 100% !important;
    }
    .post_list_cus .elementor-widget-container .elementor-post__thumbnail,
    .search_reasult_blog .elementor-widget-container .elementor-post__thumbnail{
        height: 280px;
    }
    .post_list_cus .elementor-widget-container .elementor-post  .elementor-post__card,
    .search_reasult_blog .elementor-widget-container .elementor-post  .elementor-post__card{
        padding-left: 12px;
        padding-right: 12px;
    }
	.blog-table table{
		display: block;
		max-width: -moz-fit-content;
		max-width: fit-content;
		margin: 0 auto;
		overflow-x: auto;
		white-space: nowrap;
	}
}