/*
    This file is for the blog module
 */

.margin-bottom-20 {
    margin-bottom: 20px;
}

.blog-overview {
    padding-bottom: 50px;
    min-height: 200px;
    margin-left:-15px;
    margin-right:-15px;
    display: grid;
}

.blog-overview .blog-article-wrapper {
    padding: 0px;
}

.blog-overview .blog-article-container {
    margin: 10px 5px 10px 5px;
}

.blog-overview .blog-article {
    width: 100%;
    border: 1px solid #CACAD8;
    padding: 10px;
    min-height: 320px;
    position: relative;
}

.blog-overview .blog-article .blog-title {
    font-weight: 350;
    font-size: 22px;
    padding: 15px 0px 15px 0px;
    overflow-wrap: break-word;
}

.blog-overview .blog-article .blog-date {
    position: absolute;
    bottom: 5px;
    left: 10px;
}

.blog-imageholder {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height:0;
    padding-bottom:80%;
}

.blog-image {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.blog_content {
    min-height: 600px;
}

.blog-list ul {
    list-style-type: none;
    margin:0;
    margin-left:-15px;
}

.blog-list {
    border-radius: 5px;
    /*background: #f8f8f8;*/
    min-height: 100px !important;
    margin-bottom: 15px;
    line-height: 23px;
    padding-top: 10px;
    padding-bottom: 20px;
    /*font-family: avenirlight;*/
}

.pagination-wrapper {
    position: absolute;
    bottom: 0px;
    right: 20px;
}

.social-media-wrapper {
    margin-top: 20px;
    font-family: avenirlight;
}

.social-media-wrapper .arrow {
    margin-top: -20px;
    margin-left: 10px;
    margin-right: 10px;
}

.social-media-wrapper img {
    display: unset;
}

.blog_content .article img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
}

.blog_content .article {
    margin-top: 20px;
    min-height: 500px;
}

.blog_content .tag-wrapper {
    margin-top: 20px;
    border-top: 1px dotted;
    border-bottom: 1px dotted;
    padding: 10px 0px 10px 0px;
}

.pagination {
    border: none !important;
}

.pagination .active a, .pagination .active a:hover {
    background: #585858 !important;
    border: 1px solid #585858 !important;
    color: #fff !important;
}

.pagination li a {
    color: black !important;
    border: 1px solid #585858 !important;
}

.pagination li a:hover{
    background: #d3d3d3 !important;
    border: 1px solid #585858 !important;
    color: black !important;
}

.pagination li a {
    width: 20px !important;
    height: 20px !important;
    margin: 2px 2px 0px 2px;
    padding: 3px 0px 0px 0px !important;
    border-radius: 3px !important;
    line-height: normal !important;
    text-align: center !important;
}

.blog_content .tag-wrapper p a , .tag-wrapper p a:hover{
    color: black;
}

.comments-wrapper {
    margin-top: 20px;
}

.author-container {
    padding-bottom: 2px;
    border-bottom: 1px dotted;
}

.reactions:first-child{
    margin-top: 100px;
}

.reaction-text-container {
    margin-top: 5px;
    padding-bottom: 30px;
}

.reaction-container {
    background: #f2f2f2;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.comment-reaction-form form{
    background: #f2f2f2;
    padding: 30px;
    border-radius: 5px;
}

.comment-reaction-form form #name-input, .comment-reaction-form form #email-input {
    width: 100%;
}

.comment-reaction-form form textarea{
    width: 100%;
    height: 150px;
}

.reaction-author {
    font-weight: 550;
    font-size: 15px;
}

.error {
    color: red;
}

.blog-list .title{
    font-weight: bold;
    font-size: 16px;
    /*color: #ef7f67;*/
}

.blog-list ul li a {
    color: black;
}

@media (max-width: 767px){
    .g-recaptcha {
        transform: scale(0.66);
        -webkit-transform:scale(0.66);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
        max-width: 240px;
    }
}
