.community-content{
    justify-content: space-between;
}
.community-content .left-area{
    width: 60%;
}
.community-content .right-area{
    width: 36%;
}
.about-the-company h2{
    font-size: 1.3em;
    width: auto;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 30px;
    padding: 0;
}
.about-the-company p{
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
}
.community-content hr{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    background-color: #eee;
}
.subscribe-form{
    background: #ececec;
    padding: 0px 20px 20px 20px;
    margin: 10px 0 20px 0;
    min-height: 145px;
    position: relative;
    overflow: hidden;
}
.subscribe-form .gform_wrapper h3.gform_title{
    color: #4d6780;
    font-size: 1.1em;
    font-weight: 600;
    text-transform: none;
}
.subscribe-form .gform_wrapper .top_label .gfield_label{
    display: none;
}
.subscribe-form input[type=email]{
    font-size: .8em !important;
}
.subscribe-form .gform_wrapper form.gf_simple_horizontal div.gform_body{
    width: 80%;
}
.subscribe-form .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield{
    padding-right: 0;
}
.subscribe-form .gform_confirmation_message{
    color: green;
    margin-top: 50px;
}
body:not(rtl) .subscribe-form .gform_validation_error form.gf_simple_horizontal div.gform_footer.top_label{
    vertical-align: top;
    padding-top: 9px !important;
}
.subscribe-form .gform_wrapper div.validation_error{
    font-size: .8em;
    font-weight: 400;
    margin-bottom: 0;
    border: none !important;
    text-align: left;
}
.subscribe-form .gform_wrapper li.gfield.gfield_error{
    background: none;
    border: none;
}
.subscribe-form .gform_wrapper .validation_message{
    font-weight: 400;
    font-size: .6em;
    padding-top: 0 !important;
}
.subscribe-form .gform_ajax_spinner{
    position: absolute;
    right: 50px;
    top: 15px;
}
.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=submit]{
    font-size: .8em;
    padding: 10px 33px;
    margin-right: 0;
}
.blog-post-area {
    margin-top: 30px;
}
.blog-post-area h3{
    font-size: 24px;
}
.blog-post-area h3 a{
    font-size: .7em;
    font-weight: normal;
    float: right;
}
.blog-post-box{
    width: 100%;
    display: flex;
    padding: 20px;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    min-height: 380px;
}
.blog-post-box .dark-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 99;
    opacity: .7;
}
.blog-post-box .bg-image{
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 9;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    overflow: hidden;
}
.grayscale {
    -moz-filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    -o-filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
}

.community-post-content{
    width: 100%;
    height: 100%;
    z-index: 99;
    color: #FFFFFF;
    position: relative;
}
.community-post-content .tag{
    max-width: 120px;
    background-color: #0080b9;
    border-radius: 8px;
    height: 25px;
    line-height: 25px;
    color: #FFFFFF;
    text-align: center;
    text-transform: capitalize;
    padding: 0 6px;
    font-size: 11px;
    letter-spacing: 1px;
}
.community-post-title{
    text-transform: uppercase;
    font-size: 1.3em;
    width: 60%;
    text-shadow: -1px 1px 3px #969696;
    color: #FFFFFF;
    line-height: 1.5;
    margin: 25px 0 0;
    cursor: pointer;
    font-weight: 500;
}
.community-post-excerpt a{
    color: #FFF;
}
.community-post-excerpt p{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 60%;
    line-height: 1;
    color: #FFF;
}
.community-post-date{
    font-size: .7em;
    margin-bottom: 25px;
    color: #FFF;
}
.read-more-link{
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    background: transparent;
    padding: 5px 10px;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .8s;
    transition: all .8s;   
}
.community-social-media{
    width: 100%;
    margin-bottom: 20px;
}
.community-social-media .socialicons{
    margin-bottom: 30px;
}
.community-social-media .feeds{
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.community-social-media .feeds > div{
    text-align: center;
    width: 48%;
    
}
.timeline-Body {
    position: relative;
    border-top: 1px solid rgba(15,70,100,.12);
    border-bottom: 1px solid rgba(15,70,100,.12);
    background-color: white;
    height: 380px !important;
    overflow: scroll !important;
}
.event-area{
    display: flex;
    background: #ececec;
    padding: 10px 20px 20px 20px;
    margin: 40px 0 20px 0;
    border-radius: 10px;
    min-height: 150px;
    flex-flow: column wrap;
}
.event-area > h3{
    font-size: 24px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.event-area > p{
    margin-top: 0;
    font-size: .8em;
}
.event-area h4{
    font-size: .9em;
}
.event-details{
    font-size: .8em;
}
.event-details img{
    display: block;
    margin: 0 auto;
}
.event-etc{
    font-size: .8em;
}
.event-etc span{
    display: block;
}
.event-area hr{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    background-color: #767676;
}
.event-area hr:last-child{
    display: none;
}

/**
* Blog
*/
.community-profile-blog{
    display: flex;
    padding: 30px 0;
    flex-flow: column wrap;
}
.community-profile-blog h1{
    margin-bottom: 70px;
    font-size: 2em !important;
}
.community-blog-post{
    display: flex;
    flex-flow: row wrap;
    min-height: 200px;
    width: 100%;
    margin-bottom: 20px;
    transition-property: all;
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(0,0,0,0.12);
    box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.16);
}
.community-blog-post a{
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}
.community-blog-post:hover{
    box-shadow: 0px 4px 9px 1px rgba(0,0,0,0.14);
}
.community-blog-post .media{
    width: 30%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.community-blog-post .media .tag{
    padding: 1px 10px 1px 10px;
    border-radius: 3px 3px 3px 3px;
    background-color: #5e5e5e;
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: "Lato", Sans-serif;
    font-size: 11px;
    color: #FFF;
    text-transform: uppercase;
}
.community-blog-post .post-content{
    width: 70%;
    display: flex;
    flex-flow: column wrap;
    position: relative;
}
.community-blog-post .post-content h2{
    color: #111111;
    font-size: 24px;
    text-decoration: none;
    font-family: "EB Garamond", Sans-serif;
    font-weight: 400;
    margin: 20px 0 0 0;
    padding: 0 20px;
}
.community-blog-post .post-content h2:before{
    display: none;
}
.community-blog-post .post-content p{
    font-family: 'lato';
    font-weight: 400;
    font-size: 16px;
    color: #656565;
    padding: 0 20px;
    margin-bottom: 30px;
}
.community-blog-post .post-meta{
    display: flex;
    padding: 3px 20px 3px 20px;
    background: #f9f9f9;
    border-top: 1px solid #dedede;
    margin-top: 15px;
    font-size: 12px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #111111;
}
.community-blog-post .post-meta ul{
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    margin: 0;
}
.community-blog-post .post-meta ul li{
    position: relative;
    padding: 0 11px;
}
.community-blog-post .post-meta ul li:after{
    content: '.';
    position: absolute;
    right: 0;
    font-size: 16px;
    bottom: 0px;
}
.community-blog-post .post-meta ul li:last-child:after{
    content: '';
}
.community-blog-post .post-meta ul li:first-child{
    padding-left: 0;
}

/**
* Media Queries
*/
@media (max-width: 1200px){
    .community-content, .community-social-media, .community-profile-blog{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 768px){
    .community-content{
        flex-flow: column wrap;
    }
    .community-content .left-area, .community-content .right-area{
        width: 100%;
    }
    .event-area{
        margin-top: 10px;
    }
}
@media (max-width: 767px){
    .community-profile-blog h1{
        margin-bottom: 20px;
    }
    .community-blog-post a{
        flex-direction: column;
    }
    .community-blog-post .media{
        width: 100%;
    }
    .community-blog-post .post-content{
        width: 100%;
    }
}
@media (max-width: 650px){
    .subscribe-form .gform_wrapper form.gf_simple_horizontal div.gform_body {
        width: 100%;
    }
    .subscribe-form{
        padding-bottom: 0;
    }
    .subscribe-form .gform_wrapper .gform_footer{
        margin-top: 0;
    }
}
@media (max-width: 600px){
    .community-social-media .feeds{
        flex-direction: column;
    }
    .community-social-media .feeds > div{
        width: 100%;
    }
    .blog-post-area h3 {
        font-size: 1em;
    }
    .blog-post-area h3 a {
        font-size: .7em;
        font-weight: normal;
        float: none;
        margin-top: 10px;
        display: block;
    }
    .community-post-title, .community-post-excerpt p{
        width: 100%;
    }
}