/******************************************************************
Theme Name: Ecocomp
Description:  Special template for our clients
Author: Foach
Author URI: https://foach.site
Version: 1.0.2

License: GPL
License URI: http://www.gnu.org/copyleft/gpl.html 
******************************************************************/

h2 { font-size: 28px !important;
   
    line-height: 32px !important;}

.post-1 .post_1_area {
	padding: 50px 0 !important;}
.sticky-active {background:#0000007a !important; padding: 5px 0 !important;}
.partner-block{
    text-align: center;
    margin-bottom: 15px;
    height: 195px;
}
.partner-block img{
    display: block;
    margin: 0 auto 5px !important;
}
.partner-block-small{
    height: 120px;
    font-size: 90%;
    color: #333;
}

.description-text-right ul{
    margin-left: 20px;
}

.description-text-right ul li{
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #727272;
    line-height: 24px;
    margin-bottom: 10px;
}

.post-1 .sidebar-text-post .categories-item-post ul.list-unstyled ul.list-unstyled{
    margin-bottom: 15px;
    margin-left: 15px;
}
.post-1 .sidebar-text-post .categories-item-post ul.list-unstyled li{
    margin-bottom: 0;
    padding-left: 25px;
}
.post-1 .sidebar-text-post .categories-item-post ul.list-unstyled li a{
    display: block;
    margin-bottom: 15px;
}
.post-1 .sidebar-text-post .categories-item-post ul.list-unstyled li a i{
    margin: 2px 0 0 -25px;
    position: absolute;
}

#searchform #s{
    background-color: #f9f9f9;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
    margin: 10px 0;
    padding: 10px 20px;
    outline: none;
    height: 40px;
    width: calc(100% - 100px);
    float: left;
}

#searchform{
    height: 60px;
    margin: -30px 0 20px;
}
#searchform #searchsubmit{
    background: #fec722;
    border-radius: 0;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0;
    height: 40px;
    text-transform: uppercase;
    width: 80px;
    float: right;
}

.slider-content-bottom  .slider-btm-box{
    height: 300px;
    padding: 30px 20px;
}
.slider-content-bottom .btm-item_01{
    background: none;
}
.slider-content-bottom .btm-item_01::before{
    background: rgba(144, 209, 242, 0.99);
}
.slider-content-bottom .btm-item_02{
    background: none;
}
.slider-content-bottom .btm-item_02::before{
    background: rgba(144, 209, 242, 0.99);
}
.slider-content-bottom .btm-item_03{
    background: none;
}
.slider-content-bottom .btm-item_03::before {
    background: rgba(144, 209, 242, 0.99);
}
.slider-content-bottom{
    margin-bottom: 60px;
}

.sticky-wrapper .navbar-brand{
    /*
    background: rgba(255,255,255,0.9);
    height: 60px;
    border-radius: 5px;

    margin-top: -10px;
    */
}

.sticky-wrapper.is-sticky .navbar-brand{
    margin-top: 0;
}

.sticky-wrapper .navbar-brand .default{
    display: block;
}
.sticky-wrapper.is-sticky .navbar-brand .default{
    display:none;
}
.sticky-wrapper .navbar-brand .stick{
    display: none;
}
.sticky-wrapper.is-sticky .navbar-brand .stick{
    display: block;
}

/* BLOCKS */

.slider-content-bottom .slider-btm-box a.link-block:hover{
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
    height: 49px;
    margin-bottom: 26px;
}
.slider-content-bottom .slider-btm-box a.link-block:hover p{
    color: black;
    transition: color .5s ease-out;
}
.slider-content-bottom .slider-btm-box a.link-block{
    display: block;
    margin: 10px 10px 25px 10px;
    float: left;
    width: 90px;
    height: 50px;
    padding: 0 10px;
    text-align: center;
    font-size: 10px;
    border-radius: 4px;
    background: white;
    box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
}
.link-block .icon-block{
    display: none;
    margin: 0 auto 5px;
    width: 60px;
    height: 60px;
}
.slider-content-bottom .slider-btm-box a.link-block.middle{
    width: 145px;
}
.slider-content-bottom .slider-btm-box a.link-block.big{
    width: 310px;
}
.link-block .icon-block i.fas{
    font-size: 55px;
}

.slider-content-bottom .slider-btm-box a.link-block p {
    font-size: 10px;
    margin-top: 23px;
    line-height: 12px;
    padding: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.contact .contact-area-02 .contact-form .input-contact-form form input[type="checkbox"] {
    margin: 4px 0 0 -20px;
    padding: 0;
    height: auto;
}

.contact .contact-area-02 .contact-form .input-contact-form form .has-error input{
    border: 1px solid red;
    outline: 1px solid red;
}

.has-error input, input.has-error, textarea.has-error{
    border: 1px solid red;
    outline: 1px solid red;
}