/*
Theme Name: Beorx Child
Theme URI: https://beorx.themeori.com
Author URI: http://themeforest.net/user/themeori/
Author: ThemeOri
Description: Child theme for the Beorx theme.
Template: beorx
*/


p, h1, h2, h3, h4, h5, h6, span, a{
    text-transform: none !important;
}

blockquote::before{
    color: #7cb342;
}
.wp-block-quote{
    border-left: 5px solid #7cb342;
}


/*header*/
.header__area-right-contact-icon{
    display: none;
}
.header__area-logo {
    max-width: 15%;
    width: 15%;
}
.header__area-center {

}
.header__area-right {
    max-width: 275px
}
.header__area .custom-container{
    justify-content: center;
}



/*Blog Windows*/
.blog__area-item-image{
    max-height: 350px;
}
.elementor-widget-blog-grid .blog__area .blog__area-item-content{
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
.elementor-widget-blog-grid .lg-mb-30{
    flex: 0 0 31%;
    margin: 1%;
    padding: 0;
    -webkit-box-shadow: 0 30px 50px rgb(0 0 0 / 8%);
    box-shadow: 0 30px 50px rgb(0 0 0 / 8%);
    margin-bottom: 50px;    
}
.blog__area-item-content-btn .flaticon-right-arrow{
    display: none;
}

/*Blog List*/
.type-post .blog__standard-left-item-image{
    overflow: hidden;
    max-height: 400px;
}

/*Blog Sidebar*/
.widget .wp-block-tag-cloud a{
    font-size: 12px !important;
    line-height: 15px;
    height: inherit;
    padding: 5px 10px;
    margin-bottom: 5px;
}



/*Footer*/
.footer-widget #block-3 {
    max-width: 30%;
}
.footer-widget #block-7 {
    max-width: 70%;
}



/*Contact form*/
.wpcf7 input[type="email"],

.site input[type="text"], .site input[type="search"] .site input[type="email"], .site input[type="url"], .site input[type="password"], .site input[type="search"], .site input[type="number"], .site input[type="tel"], .site input[type="range"], .site input[type="date"], .site input[type="month"], .site input[type="week"], .site input[type="time"], .site input[type="datetime"], .site input[type="datetime-local"], .site input[type="color"]{
    height: inherit !important;
    color: #0A0A0B !important;
    border: 1px solid !important;
    border-radius: 0px !important;
    width: 100%!important;

    border: 1px solid #E6E7E8 !important;
    background: #fff !important;
    padding-left: 15px !important;
}
textarea{
    padding-left: 15px !important;
    padding-top: 5px;
}
.widget input[type="submit"]{
    background: #7cb342 !important;
}

.wpcf7 label{
    max-width: 100%;
    width: 100%;
}