/*============================================================================
   #Webcms
==============================================================================*/

.main-bv {
    padding-top: 50px;
    padding-bottom: 50px;
}

.search-posts {
    display: flex;
}

.search-posts input {
    width: 100%;
    outline: none;
    border: 1px solid #ddd;
    border-radius: 3px 0px 0px 3px;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 0%);
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    padding: 0 .75em;
    height:  2.507em;
}

.search-posts button {
    outline: none;
    border: 0;
    background-color: #a8741a;
    width: 2.5em;
    height:  2.507em;
    color: white;
    border-radius: 0px 3px 3px 0px;
}

.postsnew {
    margin-top: 15px;
    line-height: 1.05;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 15px;
}

.posts {
     border: 1px solid #ddd;
     box-sizing: border-box;
}

.posts:hover {
    box-shadow: 0 0 5px #ccc;
}


.header-posts-conten {
    padding: 1em;
}

.header-posts-conten a {
    font-size: 13px;
    text-decoration: none;
    font-family:Roboto,sans-serif;
    color: #334862;
    font-weight: bolder;
}

.titel-posts {
    font-family:Roboto,sans-serif;
    font-weight: 700;
    color: #1c1c1c;
    font-size: 27px;
}



.img-posts img {
    
    width: 100%;
    height: 444px;
    object-fit: cover;
}

.img-posts p {
    padding-left: 10px;
    padding-right: 10px;
}

.button-posts {
    margin-bottom: 10px;
}

.button-posts button {
    border-radius: 3px;
    padding: 5px 12px 6px;
    outline: none;
    border: 0;
    color: #ffffff;
    width: 108px;
    margin: 5px;
}

.btFacebook button {
    background-color: #4769A5;  
}

.googlebutton{
    background-color: #ea4335;
}

.twiterbutton {
    background-color: #65ccef;
}

.transfer-post {
    border-top: 1px solid #ddd;
    display: flex;
}

.back-post {
    padding-top: 10px;
    padding-bottom: 10px;
}

.next-post {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
}

.comment h3 {
    font-size: 20px;
    color: #1c1c1c;
    font-weight: bolder;
}

.comment-conten p {
    color: #353535;
    font-size: 16px;
}

.comment-conten label {
    color: #222222;
    font-size: 14px;
    font-weight: bolder;
    margin-bottom: 0px;
}

.comment-conten textarea {
    outline: none;
    border: 1px solid #ddd;
    height: 110px;
    width: 100%;
    padding: 12px;
}

.outher{
    display: flex;
    justify-content: space-around;
}

.comment-conten input {
    width: 100%;
    outline: none;
    border: 1px solid #ddd;
    height: 2.5em;
}

.comment-conten input:focus {
    box-shadow: 0 0 5px #ccc;

}

.comment-conten button {
    background-color: #a8741a;
    color: white;
    font-weight: bolder;
    font-size: .97em;
    outline: none;
    border: 0;
    height: 2.5em;
    width: 150px;

}

@media only screen and (max-width: 960px){
    .main-bv {
        flex-direction: column-reverse;
    }
  }







