/*
Theme Name: JM Centre
Theme URI: https://wordpress.org/themes/jmcentre/
Author: bhen
Author URI: https://bhen.be/
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: jmcentre

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
    background-color: #2c2c2c;
	color: #344149;
    font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Oswald", sans-serif;
    font-weight: 300;
}

.page-content h1,
.entry-content h1{
    font-size: 38px;
}

.page-content h2,
.entry-content h2{
    font-size: 34px;
}

.page-content h3,
.entry-content h3{
    font-size: 30px;
}

.page-content h4,
.entry-content h4{
    font-size: 26px;
}

.page-content h5,
.entry-content h5{
    font-size: 22px;
}

.page-content h6
.entry-content h6{
    font-size: 22px;
}

a{
    color: #ee3a43;
}

a:hover,
a:focus{
    color: #ee3a43;
    text-decoration: underline;
}

.fit-to-map{
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 592px;
    max-height: 440px;
    overflow: hidden;
    background: #46535C;
    margin: 0 auto;
}

.fit-to-map .textwidget,
#flashContent,
#innerflashContent{
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 572px;
    max-height: 440px;
}

.page-side-map .fit-to-map,
.page-side-map .fit-to-map .textwidget,
.page-side-map #flashContent,
.page-side-map #innerflashContent{
    max-height: 440px;
}

.padding-content{
    padding: 15px;
}

.text-center{
    text-align: center;
}

.text-right{
    text-align: right;
}

.page-content{
    padding-left: 15px;
    padding-right: 15px;
}

.btn-group{
    display: inline-block;
    position: relative;
}

.btn-group .btn-grey{
    font-family: "Oswald", sans-serif;
    color: #32373b;
    background-color: #d7d7d9;
    padding: 8px 24px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: none;
    outline: 0;
}

.btn-group .btn-grey .icon-down{
    margin-left: 24px;
    color: #ee3a43;
}

.btn-group .dropdown-menu{
    position: absolute;
    top: 99%;
    right: 0;
    display: none;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    background-color: #fff;
    border: 1px solid #d7d7d9;
    box-shadow: 0 0 6px #ccc;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
}

.btn-group .dropdown-menu li{
    margin: 0;
    padding: 0;
}

.btn-group .dropdown-menu li a{
    display: block;
    padding: 6px;
    color: #32373b;
}

.btn-group .dropdown-menu li a:hover,
.btn-group .dropdown-menu li a:active,
.btn-group .dropdown-menu li a:focus{
    text-decoration: none;
    background-color: #efefef;
}

.btn-group.active .dropdown-menu{
    display: block;
    z-index: 30000;
}

/*** Home ***/
#more-line{
    position: relative;
    text-align: center;
    height: 0;
    z-index: 1500;
}

#more-content{
    position: relative;
    top: -50px;
    display: inline-block;
    margin: 0 auto;
    padding-top: 12px;
    width: 80px;
    height: 50px;
    color: #bfbfbf;
    text-align: center;
    background-color: #fff;
    line-height: 1.1;
}

#more-content span{
    display: block;
    text-align: center;
    color: #ee3a43;
    font-size: 21px;
}

#more-content:hover,
#more-content:active,
#more-content:hover span,
#more-content:active span{
    text-decoration: none;
    color: #fff;
    background-color: #ee3a43;
}

.slick-slider{
    margin: 0 35px;
    height: 344px;
}

.slick-track{
    padding-top: 24px;
}

.home-video{
    width: 100%;
    max-width: 560px;
    max-height: 315px;
    overflow: hidden;
    margin: 0 auto;
    padding: 55px 0;
}

.home-picture{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.front-post-thumbnail{
    position: relative;
    float: left;
    width: 33.3%;
    height: 294px;
    margin: 0 45px;
    padding: 12px;
    outline: 0;
    /* -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform .4s 0s;
    -moz-transition: -moz-transform .4s 0s;
    transition: transform .4s 0s;*/
}

.front-post-thumbnail-content{
    position: relative;
    width: 100%;
    height: 260px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #363636;
    z-index: 2000;
    overflow: hidden;
    box-shadow: 0 0 8px #ccc;
    -moz-box-shadow: 0 0 8px #ccc;
    -webkit-box-shadow: 0 0 8px #ccc;
}

.front-post-thumbnail.slick-current{
    /*-moz-transform: scale(1.00);
    -ms-transform: scale(1.00);
    -o-transform: scale(1.00);
    -webkit-transform: scale(1.00);
    transform: scale(1.00);
    -webkit-transition: -webkit-transform .4s 0s;
    -moz-transition: -moz-transform .4s 0s;
    transition: transform .4s 0s;*/
}

.front-post-thumbnail-header .entry-location{
    color: #ee3a43;
}

.front-post-thumbnail-container{
    position: relative;
}

.front-post-thumbnail-container .post-liked{
    position: absolute;
    top: -4px;
    right: 24px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 5px;
    font-size: 26px;
    text-align: center;
    color: #fff;
    background-color: #ee3a43;
    z-index: 2002;
}

.front-post-thumbnail .entry-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 290px;
    padding: 10px;
    background-color: rgba(54, 54, 54, 0.7);
    color: #fff;
    z-index: 2001;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateY(150px);
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .4s 0s;
    -moz-transition: -moz-transform .4s 0s;
    transition: transform .4s 0s;
    /* this creates the subtle slide in animation of the navigation */
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
}

.front-post-thumbnail:hover .entry-content{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .4s 0s;
    -moz-transition: -moz-transform .4s 0s;
    transition: transform .4s 0s;
    /* smooth the scrolling on touch devices - webkit browsers */
    -webkit-overflow-scrolling: touch;
}

.front-post-thumbnail .entry-date{
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    padding-bottom: 24px;
}

.front-post-thumbnail .entry-excerpt a.more-link{
    display: none;
}

.front-post-thumbnail .entry-excerpt p{
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 21px;
    height: 63px;
    font-weight: 300;
}

.front-post-thumbnail .entry-link{
    padding-top: 30px;
}

/*.front-post-thumbnail{
    position: relative;
    float: left;
    width: 33.3%;
    height: 294px;
    margin: 0 45px;
    padding: 12px;
    outline: 0;
}

.front-post-thumbnail.slick-current{
    -moz-transform: scale(1.20);
    -ms-transform: scale(1.20);
    -o-transform: scale(1.20);
    -webkit-transform: scale(1.20);
    transform: scale(1.20);
    -webkit-transition: -webkit-transform .4s 0s;
    -moz-transition: -moz-transform .4s 0s;
    transition: transform .4s 0s;
}

.front-post-thumbnail-header .entry-location{
    color: #ee3a43;
}

.front-post-thumbnail-container{
    position: relative;
}

.front-post-thumbnail-container .post-liked{
    position: absolute;
    top: -4px;
    right: 24px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 5px;
    font-size: 26px;
    text-align: center;
    color: #fff;
    background-color: #ee3a43;
    z-index: 2002;
}

.front-post-thumbnail-content{
    position: relative;
    width: 100%;
    height: 260px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #363636;
    z-index: 2000;
    overflow: hidden;
    box-shadow: 0 0 8px #ccc;
    -moz-box-shadow: 0 0 8px #ccc;
    -webkit-box-shadow: 0 0 8px #ccc;
}

.front-post-thumbnail-content .entry-content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130px;
    padding: 10px;
    background-color: rgba(54, 54, 54, 0.7);
    color: #fff;
    z-index: 2001;
    font-size: 14px;
}

.front-post-thumbnail-content .entry-content a{
    color: #fff;
}

.front-post-thumbnail-content .entry-content a:hover,
.front-post-thumbnail-content .entry-content a:active{
    color: #fff;
    text-decoration: none;
}

.front-post-thumbnail-content .entry-content a.more-link{
    display: none;
}

.front-post-thumbnail-content .entry-excerpt p{
    margin: 0;
    padding: 0;
    font-weight: 300;
}*/

/*** Page ***/
.site{
    background-color: #f2f2f2;
}

.main-content{
    background-color: #fff;
    /*margin-bottom: 60px;*/
}

/*** Header ***/
.site-header{
    background: #ee3a43 none;
    color: #fff;
    font-family: "Oswald", sans-serif;
}

.site-brand{
    position: relative;
    display: inline-block;
    width: 240px;
    height: 78px;
    margin-left: 8px;
}

.site-brand > img{
    width: 100%;
    height: auto;
    max-height: 78px;
} 

.site-child-brand-container{
    position: absolute;
    top : 0;
    left: 0;
    width: 100%;
    padding: 0 390px;
    z-index: 1 !important;
}

.site-brand{
    z-index: 21;
}
#cd-top-nav,
#cd-menu-trigger{
    z-index: 20;
}

@media (max-width: 1120px) {
    .site-child-brand-container{
        display: none;
    }
}
@media (max-width: 768px) {
    .site-child-brand-container{
        left: 370px;
        width: auto;
        padding: 0;
    }
}
@media (min-width: 992px) {
    .site-child-brand-container{
        left: 370px;
        width: auto;
        padding: 0;
    }
}
@media (min-width: 1200px) {
    .site-child-brand-container{
        left: 0;
        width: 100%;
        padding: 0 390px;
    }
}
@media (min-width: 1440px) {
    .site-child-brand-container{
        left: 0;
        width: 100%;
        padding: 0 390px;
    }
}

.site-child-brand{
    display: inline-block;
    text-align: left;
    position: relative;
    padding: 12px;
    background-color: #c13037;
    border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    -webkit-border-radius: 0 0 12px 12px;
}

.site-child-brand span{
    display: block;
    text-transform: uppercase;
}

.site-child-brand .top-text{
    font-size: 12px;
    line-height: 14px;
    color: #d47b7f;
}

.site-child-brand .sub-text a{
    color: #fff;
    text-decoration: none;
    font-size: 19px;
}

.site-child-brand .sub-text a:hover,
.site-child-brand .sub-text a:focus{
    color: #fff;
    text-decoration: none;
}
#cd-top-nav{
    padding-left: 0 !important;
}

#search-container{
    position: relative;
}

#search-form{
    display: none;
    position: absolute;
    top: 77px;
    left: -105px;
    width: 276px;
    padding: 12px;
    background-color: #354149;
    z-index: 8000;
    box-shadow: 0 0 8px #333;
    -moz-box-shadow: 0 0 8px #333;
    -webkit-box-shadow: 0 0 8px #333;
}

.active #search-form{
    display: block;
}

#search-form .form-control{
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    width: 212px;
    font-family: "Roboto", sans-serif;
}

#search-form .btn{
    border: 0;
    padding: 0;
    font-size: 28px;
    line-height: 34px;
    width: 34px;
    height: 34px;
}

/*** Content ***/

.site-content,
.main-content,
#main-content{
    z-index: 1;
}

/*** Side ***/

.home-side-map{
    position: relative;
    height: 440px;
    overflow: hidden;
    background: #344149;
}

.home-side-map .map-title{
    position: absolute;
    top: 0;
    left: 15px;
    text-transform: uppercase;
    max-width: 120px;
    text-align: left;
    z-index: 4900;
    color: #fff;
    font-size: 1.1em;
}

.home-side-map .federal-logo{
    position: absolute;
    bottom: 15px;
    left: 15px;
    max-width: 140px;
    text-align: left;
    z-index: 4900;
    color: #fff;
}

.home-side-map .federal-logo img{
    width: 140px;
    height: auto;
}

.home-side-map{
    position: relative;
    height: 440px;
    padding: 80px 0 120px;
    overflow: hidden;
    background: #46535C;
}
@media (max-width: 1640px) {
    .home-side-map{height: 440px;padding: 80px 0 120px;}
}
@media (max-width: 1440px) {
    .home-side-map{height: 360px;padding: 20px 0 60px;}
    .home-side-map .federal-logo img{width: 140px;}
    .home-side-slider .widget_black_studio_tinymce .textwidget {height: 180px !important;font-size: 14px;}
}
@media (max-width: 992px) {
    .home-side-map{height: 420px;padding: 0;}
    .home-side-map .federal-logo img{width: 140px;}
}
@media (max-width: 572px) {
    .home-side-map{height: 360px;padding: 0;}
}
@media (max-width: 360px) {
    .home-side-map{height: 240px;padding: 0;}
}

/*.home-side-map{
    background: #344149 url(images/map-selector.jpg) no-repeat center center;
    background-size: cover;
    padding: 160px 25px 0;
    text-align: center;
}

.home-side-map img{
   margin-bottom: 100px;
}

.home-side-map p{
    color: #fff;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}*/

#side-content{
    background-color: #f2f2f2;
}

.home-side-slider .widget_black_studio_tinymce .textwidget,
#side-content .widget_black_studio_tinymce .textwidget{
    color: #fff;
    padding: 18px;
    background-color: #ee3a43;
    height: 240px;
    overflow: hidden;
}

.home-side-slider .widget_black_studio_tinymce .textwidget h2,
#side-content .widget_black_studio_tinymce .textwidget h2{
    margin: 0;
    font-weight: 300;
    text-transform: uppercase;
}

@media (min-width: 360px) {
    .home-side-slider .widget_black_studio_tinymce .textwidget h2,
    #side-content .widget_black_studio_tinymce .textwidget h2{
        font-size: 1.0em;
    }
}
@media (min-width: 768px) {
    .home-side-slider .widget_black_studio_tinymce .textwidget h2,
    #side-content .widget_black_studio_tinymce .textwidget h2{
        font-size: 1.0em;
    }
}
@media (min-width: 992px) {
    .home-side-slider .widget_black_studio_tinymce .textwidget h2,
    #side-content .widget_black_studio_tinymce .textwidget h2{
        font-size: 0.9em;
    }
}
@media (min-width: 1200px) {
    .home-side-slider .widget_black_studio_tinymce .textwidget h2,
    #side-content .widget_black_studio_tinymce .textwidget h2{
        font-size: 1.1em;
    }
}

.home-side-slider .widget_black_studio_tinymce .textwidget h2 b,
.home-side-slider .widget_black_studio_tinymce .textwidget h2 strong,
.home-side-slider .widget_black_studio_tinymce .textwidget h2 span,
#side-content .widget_black_studio_tinymce .textwidget h2 b,
#side-content .widget_black_studio_tinymce .textwidget h2 strong,
#side-content .widget_black_studio_tinymce .textwidget h2 span{
    color: #354149;
}

.home-side-slider .col-md-6 .textwidget p,
#side-content .widget_black_studio_tinymce .textwidget p {
    margin-top: 18px;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
}

.home-side-slider .widget_black_studio_tinymce .textwidget p a,
#side-content .widget_black_studio_tinymce .textwidget p a,
.home-side-map .map-link{
    font-family: "Oswald", sans-serif;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 8px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    border: 1px solid #fff;
    background-color: #ee3a43;
}

.home-side-slider .col-md-6 .textwidget a:focus,
.home-side-slider .col-md-6 .textwidget a:hover,
.home-side-slider .col-md-6 .textwidget a:active,
#side-content .widget_black_studio_tinymce .textwidget a:focus,
#side-content .widget_black_studio_tinymce .textwidget a:hover,
#side-content .widget_black_studio_tinymce .textwidget a:active,
.home-side-map .map-link:focus,
.home-side-map .map-link:hover,
.home-side-map .map-link:active{
    color: #ffffff;
    background-color: #c32830;
    border: 1px solid #fff;
    text-decoration: none;
}

.events-listing-title{
    margin: 0;
    padding: 20px 0 0 0;
    text-transform: uppercase;
    color: #4b4b4b;
}

.post-thumbnail-container{
    position: relative;
    float: left;
    width: 33.3%;
    min-width: 320px;
    height: 314px;
    padding: 12px;
}

.event-options strong{
    white-space: nowrap;
}

.post-thumbnail-container .post-liked{
    position: absolute;
    top: 8px;
    right: 24px;
    display: block;
    width: 50px;
    height: 50px;
    padding: 5px;
    font-size: 36px;
    text-align: center;
    color: #fff;
    background-color: #ee3a43;
    z-index: 2002;
}

.post-thumbnail{
    position: relative;
    width: 100%;
    min-width: 320px;
    height: 290px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #363636;
    z-index: 2000;
    overflow: hidden;
    box-shadow: 0 0 8px #ccc;
    -moz-box-shadow: 0 0 8px #ccc;
    -webkit-box-shadow: 0 0 8px #ccc;
}

.post-thumbnail .entry-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 290px;
    padding: 10px;
    background-color: rgba(54, 54, 54, 0.7);
    color: #fff;
    z-index: 2001;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateY(150px);
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .4s 0s;
    -moz-transition: -moz-transform .4s 0s;
    transition: transform .4s 0s;
    /* this creates the subtle slide in animation of the navigation */
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
}

.post-thumbnail:hover .entry-content{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .4s 0s;
    -moz-transition: -moz-transform .4s 0s;
    transition: transform .4s 0s;
    /* smooth the scrolling on touch devices - webkit browsers */
    -webkit-overflow-scrolling: touch;
}

.post-thumbnail .entry-date{
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    padding-bottom: 18px;
}

.post-thumbnail .entry-excerpt{
    height: 120px;
    overflow: hidden;
}

.post-thumbnail .entry-excerpt a.more-link{
    display: none;
}

.post-thumbnail .entry-excerpt p{
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 21px;
    height: 63px;
    font-weight: 300;
}

.post-thumbnail .entry-link{
    padding-top: 30px;
}

.events-more-btn{
    padding: 30px 0 30px 0;
}

/*** Single ***/

.single-content{
    background-color: #fff;
}

.page h1.entry-title{
    font-size: 48px;
}

/*.single-side .widget_black_studio_tinymce .textwidget{
    color: #fff;
    background-color: #2d343a;
    min-height: 240px;
}

.single-side .widget_black_studio_tinymce .textwidget h2{
    margin-top: 0;
    font-weight: 300;
    text-transform: uppercase;
}

.single-side .widget_black_studio_tinymce .textwidget h2 b,
.single-side .widget_black_studio_tinymce .textwidget h2 strong,
.single-side .widget_black_studio_tinymce .textwidget h2 span{
    color: #ef3740;
}

.single-side .widget_black_studio_tinymce .textwidget p a {
    font-family: "Oswald", sans-serif;
    display: inline-block;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 8px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    background-color: #ee3a43;
}

.single-side .widget_black_studio_tinymce .textwidget p a:focus,
.single-side .widget_black_studio_tinymce .textwidget p a:hover,
.single-side .widget_black_studio_tinymce .textwidget p a:active{
    color: #ffffff;
    background-color: #c32830;
    text-decoration: none;
}*/

#black-studio-tinymce-5 .textwidget{
    background-color: #344149;
}

/*** Archives ***/

.agenda-header,
.day-selector{
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: #2c3437;
}

.agenda-header a:hover,
.agenda-header a:active{
    text-decoration: none;
}

.agenda-header h1{
    font-size: 28px;
}

.agenda-header .month-link,
.agenda-header h1 a{
    color: #ee3a43;
}

.agenda-header .month-link{
    display: inline-block;
    padding: 28px 18px;
}

.day-selector a.pull-left,
.day-selector span.pull-left{
    display: inline-block;
    width: 3.2%;
    text-align: center;
    padding: 12px 0;
    color: #ee3a43;/*#2c3437;*/
}

.day-selector span.pull-left{
    color: #999;
}

.day-selector a.pull-left.current-day{
    background-color: #fff;
    color: #ee3a43;
}

.category-filter{
    background-color: #fff;
}

.category-filter ul{
    list-style: none;
    margin: 0;
    padding: 30px;
}

.category-filter li{
    display: inline-block;
    margin-right: 24px;
}

.category-filter a{
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    display: inline-block;
    padding: 8px 24px;
    color: #282f35;
    background: #d6d7d9 none;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.category-filter a.selected,
.category-filter a:hover,
.category-filter a:active{
    text-decoration: none;
    color: #fff;
    background: #ee3a43 none;
}

#main-content .grid-sizer{
    width: 33.3%;
    min-width: 320px;
    padding: 0 12px;
}

.entry-events #main-content .grid-sizer,
.entry-events #main-content .post-thumbnail-container{
    width: 50%;
}

/*** Search ***/

.search-result-box{
    padding-left: 24px;
    margin-bottom: 30px;
    border-left: 10px solid #f2f2f2;   
}

.search-result-box .search-title,
.search-result-box .search-title a{
    margin: 0;
    color: #ee3a43;
    font-size: 24px;
}

.search-result-box .entry-summary a{
    display: none;
}

/*** Event ***/

.event-picture{
    margin-bottom: 30px;
}

.event-picture img{
    width: 100%;
    height: auto;
}

.event-options tr,
.event-options td{
    border: none !important;
}

.event-options span{
    color: #ee3a43;
    font-size: 24px;
}

/*** Footer ***/

.foot-social{
    background-color: #fff;
    border-top: 2px solid #f2f2f2;
}

.foot-social .block-newsletter,
.foot-social .block-donation,
.foot-social .block-instagram,
.foot-social .block-facebook{
    padding: 20px 30px 0 30px;
}

.foot-social .block-instagram p{
    margin-bottom: 0;
}

.foot-social .block-newsletter h2,
.foot-social .block-donation h2,
.foot-social .block-instagram h2,
.foot-social .block-facebook h2{
    text-transform: uppercase;
    font-size: 26px;
    margin-top: 0;
}

.foot-social .block-newsletter{
    color: #fff;
    background-color: #ee3a43;
    padding-bottom: 15px;
}

/*.foot-social .block-newsletter .wpcf7-form-control.wpcf7-submit{
    background-color: #ee3a43;
    border: 1px solid #a7292f;
}*/

.foot-social .block-donation{
    color: #fff;
    background-color: #344149;
    min-height: 235px;
}

.foot-social .block-instagram .icon-instagram,
.foot-social .block-facebook .icon-facebook{
    color: #ee3a43;
    font-size: 34px;
}

.foot-social .block-newsletter label{
    display: block;
    font-weight: 400;
}

/*.foot-social .block-newsletter input[type=text],
.foot-social .block-newsletter input[type=email]{
    display: block;
    width: 100%;
    padding: 8px;
    border: 1px solid #a7292f;
    margin-bottom: 35px;
    color: #333;
}*/

.foot-social .block-newsletter input[type=text],
.foot-social .block-newsletter input[type=email]{
    display: block;
    width: 100%;
    padding: 8px;
    border: 1px solid #a7292f;
    margin-bottom: 35px;
    color: #333;
}

.foot-social .block-newsletter input[type=submit]{
    display: block;
    width: 100%;
    padding: 8px 24px;
    border: 1px solid #fff;
    margin-bottom: 0;
    color: #fff;
    background-color: #ee3a43;
}

/*.foot-social .block-newsletter button{
    padding: 8px 24px;
    border: 1px solid #fff;
    color: #fff;
    background-color: #ee3a43;
}*/

.foot-partner{
    background-color: #f2f2f2;
    padding: 45px 0;
}

.foot-partner .partner-block{
    display: inline-block;
    width: 150px;
    height: 105px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
}

.foot-partner h2{
    color: #4c4c4c;
    font-weight: 300;
    text-transform: uppercase;
}

.foot-navigation{
    background-color: #354149;
    padding: 26px 0 56px;
    color: #aeb3b6;
    font-weight: 300;
}

@media (max-width: 768px) {
    .foot-navigation{
        padding: 26px 15px 56px;
        text-align: center;
    }
}

@media (max-width: 1440px) {
    .foot-navigation{
        padding: 26px 15px 56px;
    }
}

.foot-navigation ul{
    list-style: none;
} 

.foot-navigation a{
    color: #aeb3b6;
} 

.foot-navigation a:hover,
.foot-navigation a:active{
    text-decoration: none;
}

.foot-navigation ul {
    padding: 0;
    margin: 0;
}

.foot-navigation .menu > li{
    padding-top: 30px;
}

.foot-navigation .menu > li > a{
    font-weight: 700;
    text-transform: uppercase;
}

.site-footer{
    font-family: "Roboto", sans-serif;
    background-color: #2c2c2c;
    padding: 26px;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}

.site-footer a{
    color: #fff;
}

/*** Editor styles ***/

.alignleft {
	float: left;
	margin: 7px 28px 28px 0;
}

.alignright {
	float: right;
	margin: 7px 0 28px 28px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 7px auto;
}


/**
 * 5.0 Caption
 */

.wp-caption {
	background: transparent;
	border: none;
	color: #707070;
	font-family: "Noto Sans", sans-serif;
	margin: 0 0 28px 0;
	max-width: 100%;
	padding: 0;
	text-align: inherit;
}

.wp-caption.alignleft {
	margin: 7px 28px 21px 0;
}

.wp-caption.alignright {
	margin: 7px 0 21px 28px;
}

.wp-caption.aligncenter {
	margin: 7px auto;
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
	font-size: 14px;
	line-height: 1.5;
	padding: 7px 0;
}

/**
 * EXTRA. Table
 */
.site-content table{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.site-content table td{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.event-options,
.event-options td{
    border: none !important;
}

/**
 * 6.0 Galleries
 */

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery .gallery-caption {
	color: #707070;
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	padding: 7px 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 7.0 Audio / Video
 */

.mce-content-body .wpview-wrap {
	margin-bottom: 32px;
}

.mce-content-body .wp-audio-playlist {
	margin: 0;
}


/**
 * 8.0 RTL
 */

body.rtl {
	font-family: Arial, Tahoma, sans-serif;
}

.rtl blockquote {
	border-left: none;
	border-right: 4px solid #707070;
	margin: 0 -21px 35px 0;
	padding-left: 0;
	padding-right: 17px;
}

.rtl blockquote > blockquote {
	margin-left: auto;
	margin-right: 0;
}

.rtl li > ul,
.rtl li > ol {
	margin: 0 23px 0 0;
}

.rtl table th,
.rtl table caption {
	text-align: right;
}
