html{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
}

body{
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    color: #5a5a5a;
}

a, a:focus, input:focus, button:focus, body .wpb_button:focus{
    outline: none;
}

a{
    color:#e85555;
    text-decoration: none;
}

a:hover{
    color:#e85555;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6{
    margin: 0 0 30px;
    padding: 0;
    color:#4b4b4b;
    font-weight: 400;
    font-style: italic;
}

p{
    margin: 0 0 20px;
}

hr{
    margin: 50px 0;
    border: none;
    border-bottom: 1px solid #dedede;
}

hr.style_2{
    border-top: 1px solid #dedede;
    height: 1px;
}

ul, ol{
    padding: 0;
    margin: 0 0 20px;
}

ul li{
    list-style: none;
    font-size: 15px;
    line-height: 26px;
}

ul li:before{
    content: '•';
    margin: 0 20px 0 0;
    color:#e85555;
}

ul.check li:before{
    content: '\f00c';
    font: normal normal normal 12px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul.arrow li:before{
    content: '\f105';
    font: normal normal normal 12px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

blockquote{
    margin: 0 0 20px 25px;
    padding: 0 0 0 20px;
    border-left: 5px solid #dfdfdf;
    font-size: 15px;
    line-height: 28px;
    color:#e85555;
}

blockquote p{
    margin-bottom: 10px;
}

blockquote footer, blockquote small, blockquote .small{
    color: #5a5a5a;
    font-size: 14px;
    font-style: normal;
}

blockquote.style_2{
    padding: 0;
    margin-left: 0;
    border: none;
    font-size: 28px;
}

.button, body .wpb_btn-danger, body .wpb_btn-danger:active{
    display: inline-block;
    vertical-align: baseline;
    background: #e85555;
    border: 1px solid #e85555;
    border-radius: 4px;
    text-decoration: none !important;
    color:#fff;
    padding: 10px 20px;
    font-size: 14px;
    text-shadow: none;
    box-shadow: none;
    line-height: 17px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.button.grey{
    background: #e4e4e4;
    border-color: #e4e4e4;
    color:#8a8a8a;
}

.button.grey:hover{
    background: #e85555;
    border-color: #e85555;
    color: #fff;
}

.button.black{
    background: #4b4b4b;
    border-color: #4b4b4b;
    color:#fff;
}

.button.black:hover{
    background: #e85555;
    border-color: #e85555;
    color: #fff;
}

.button:hover, body .wpb_btn-danger:hover, .button:focus{
    color:#e85555;
    background: transparent;
    text-shadow: none;
}

.button i{
    margin: 0 5px 0 -5px;
    font-size: 14px;
}

.button.bordered_1{
    border: 1px solid #e85555;
    background: transparent;
    color:#e85555;
    padding: 10px 20px 10px;
}

.button.bordered_1:hover, .button.bordered_2:hover{
    background: #e85555;
    color:#fff;
}

.button.bordered_2{
    border: 2px solid #e85555;
    background: transparent;
    color:#e85555;
    padding: 9px 20px 9px;
}

.button.type_2, .button.type_2.grey:hover{
    box-shadow: 0 2px 0 #e85555;
    font-size: 13px;
    padding-bottom: 9px;
    background: #e85555;
    border-color: #e85555;
    color: #fff;
}

.button.type_2:hover, .button.type_2.grey{
    box-shadow: 0 2px 0 #c8c8c8;
    font-size: 13px;
    color:#8a8a8a;
    padding-bottom: 9px;
    border-color: #e4e4e4;
    background: #e4e4e4;
}

.button.white{
    background: #fff;
    color: #4a4a4a;
    border-color: #fff;
}

.button.white:hover{
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.button.small{
    padding: 3px 9px;
    border-radius: 3px;
    font-size: 12px;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 30px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 20px auto;
}

.dropcaps::first-letter{
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    float: left;
    color: #e85555;
    margin: 0 15px 0 5px;
}

#wrapper{
    float: left;
    width: 100%;
    min-width: 320px;
    overflow: hidden;
}

#header{
    position: relative;
    margin: 0 0 40px;
    z-index: 100;
}

body .wpb_row{
    margin-bottom: auto;
}

.top_panel{
    background: #4b4b4b;
    font-size: 13px;
    color:#9a9a9a;
    padding: 13px 0 12px;
    text-transform: uppercase;
}

.f-left{
    position: relative;
    float: left;
}

.f-right{
    position: relative;
    float: right;
}

.top_panel a{
    text-decoration: none;
    color:#9a9a9a;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}

.top_panel a:hover{
    text-decoration: none;
    color:#fff;
}

.top_panel .top_info p{
    position: relative;
    display: inline;
    margin: 0 0 0 10px;
    text-transform: none;
}

.top_panel .top_info p .fa{
    margin: 0 5px 0 0;
}

.top_panel .top_info p:first-child{
    margin: 0;
}

.top_panel .account_buttons{
    position: relative;
}

.top_panel .account_buttons p{
    position: relative;
    display: inline;
    margin: 0 20px 0 0;
}

.top_panel .account_buttons i.fa{
    font-size: 11px;
    margin-right: 2px;
}

.top_panel .account_buttons p.reg, .top_panel .account_buttons p.logout{
    margin: 0;
}

.top_donate_link{
    background: #e85555;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e85555;
    border-radius: 4px;
    padding: 0 14px;
    height: 33px;
    line-height: 31px;
    color:#fff;
    font-size: 14px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.top_donate_link:hover, .top_donate_link:active, .top_donate_link:focus{
    text-decoration: none;
    color:#fff;
    background: #4b4b4b;
    border-color: #4b4b4b;
}

body.sticky_header .main_menu.affix{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 5px #ccc;
}

body.admin-bar.sticky_header .main_menu.affix{
    top: 32px;
}

.main_menu .search_button{
    display: inline-block;
    vertical-align: middle;
    margin: 0 23px 0 8px;
    font-size: 12px;
    color: #767676;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}

.main_menu .search_button:hover{
    color:#e85555;
}

.main_menu .cart_button{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 22px 0 0;
    font-size: 14px;
    color: #767676;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}

.main_menu .cart_button:hover{
    color:#e85555;
}

.main_menu .cart_button .count{
    position: absolute;
    right: -15px;
    top: -6px;
    background: #e85555;
    font-size: 9px;
    font-family: Arial, sans-serif;
    color:#fff;
    height: 14px;
    line-height: 14px;
    padding: 0 7px;
    border-radius: 4px;
}

.main_menu{
    position: relative;
    background: #fff;
    font-size: 12px;
}

.main_menu .logo{
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    color: #434343;
    font-weight: 700;
    height: 70px;
    line-height: 70px;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}

.main_menu .logo_2{
    display: none;
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    color: #434343;
    font-weight: 700;
    height: 70px;
    line-height: 70px;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}

.main_menu .logo:hover, .main_menu .logo:focus, .main_menu .logo:active{
    text-decoration: none;
    color:#e85555;
}

.main_menu .main_navigation{
    float: right;
}

.main_menu_nav > li > a, .main_menu_nav > ul > li > a{
    position: relative;
    color: #767676;
    padding: 0 15px;
    line-height: 70px;
    text-transform: uppercase;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}

.main_menu_nav > li, .main_menu_nav > ul > li{
    float: left;
    position: relative;
}

.main_menu_nav_wrapper{
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: right 0.3s linear;
    -moz-transition: right 0.3s linear;
    -o-transition: right 0.3s linear;
    transition: right 0.3s linear;
}

.main_menu_nav, .main_menu_nav > ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.main_menu_nav li{
    font-size: 12px;
}

.main_menu_nav li:before{
    display: none;
}

.main_menu_nav > li > a:hover, .main_menu_nav > ul > li > a:hover, 
.main_menu_nav > li > a:focus, .main_menu_nav > ul > li > a:focus, 
.main_menu_nav > li.menu-item-has-children:hover > a, .main_menu_nav > ul > li.menu-item-has-children:hover > a, 
.main_menu_nav .current_page_item > a, 
.main_menu_nav .current-menu-parent > a{
    color: #e85555;
    background: none;
    text-decoration: none;
}

.main_menu_nav > li.menu-item-has-children > a:after,
.main_menu_nav > ul > li.menu-item-has-children > a:after, .main_menu_nav > ul > li.page_item_has_children > a:after{
    content: '';
    position: absolute;
    right: 3px;
    top: 50%;
    margin: -1px 0 0;
    border-top: 3px solid #767676;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    -webkit-transition: border 0.3s linear;
    -moz-transition: border 0.3s linear;
    -o-transition: border 0.3s linear;
    transition: border 0.3s linear;
}

.main_menu_nav > li.menu-item-has-children:hover > a:after, .main_menu_nav > ul > li.menu-item-has-children:hover > a:after, 
.main_menu_nav > li.current_page_item > a:after, .main_menu_nav > ul > li.current_page_item > a:after, 
.main_menu_nav > li.current-menu-parent > a:after, .main_menu_nav > ul > li.current-menu-parent > a:after{
    border-top-color: #e85555;
}

.main_menu_nav .sub-menu, .main_menu_nav .children{
    position: absolute;
    top: 100%;
    border: none;
    min-width: 154px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-radius: 4px;
    left: 50%;
    margin: 10px 0 0 -77px;
    padding: 3px 0 3px;
    float: none;
    display: none;
    background: #fff;
}

.main_menu_nav > li > .sub-menu:before, .main_menu_nav > li > .children:before,
.main_menu_nav > ul > li > .sub-menu:before, .main_menu_nav > ul > li > .children:before{
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}

.main_menu_nav > li > .sub-menu:after, .main_menu_nav > li > .children:after,
.main_menu_nav > ul > li > .sub-menu:after, .main_menu_nav > ul > li > .children:after{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -7px;
    border-bottom: 7px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.main_menu_nav .sub-menu li, .main_menu_nav .children li{
    position: relative;
    padding: 0 17px;
    list-style: none;
}

.main_menu_nav .sub-menu li a, .main_menu_nav .children li a{
    position: relative;
    padding: 10px 0;
    display: block;
    font-size: 14px;
    border-top: 1px solid #eaeaea;
    color: #767676;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
    text-decoration: none !important;
}

.main_menu_nav .sub-menu li:first-child a, .main_menu_nav .children li:first-child a{
    border: none;
}

.main_menu_nav .sub-menu li.menu-item-has-children > a:after, .main_menu_nav .children li.menu-item-has-children > a:after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin: -3px 0 0;
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
    border-left: 3px solid #767676;
}

.main_menu_nav .sub-menu > li > a:hover:after, .main_menu_nav .children > li > a:hover:after,
.main_menu_nav .sub-menu > li > a:focus:after, .main_menu_nav .children > li > a:focus:after{
    border-left-color: #e85555;
}

.main_menu_nav .sub-menu > li:hover > a, .main_menu_nav .children > li:hover > a, 
.main_menu_nav .sub-menu > li > a:focus, .main_menu_nav .children > li > a:focus, 
.main_menu_nav .sub-menu > li.current_page_item > a, .main_menu_nav .children > li.current_page_item > a{
    background: none;
    color: #e85555;
}

.main_menu_nav .sub-menu .sub-menu, .main_menu_nav .children .children{
    position: absolute;
    top: -2px;
    left: auto;
    right: -100%;
    margin: 0;
    border-left: 1px solid #f2f2f2;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.main_menu_nav .float_left .sub-menu, .main_menu_nav .float_left .children{
    right: auto;
    left: -100%;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}

#main{
    margin: 0 0 50px;
}

.modal-dialog{
    padding-top: 50px;
    padding-bottom: 50px;
}

.search_form .modal-dialog{
    padding-top: 20%;
}

.search_form form input[type="text"]{
    width: 100%;
    border: 1px solid #fff;
    background: #fff;
    height: auto;
    line-height: normal;
    font-size: 18px;
    color:#9c9c9c;
    padding: 19px 72px 20px 25px;
    -webkit-border-radius:0px;
    border-radius: 5px;
    box-shadow: 0 0 20px #212121;
}

.search_form form button{
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    line-height: 55px;
    color:#e85555;
    font-size: 24px;
    background: none;
    border: none;
    width: 70px;
    text-align: center;
}

.search_form form button:hover{
    color: #4b4b4b;
}

#menu_toggle{
    position: relative;
    display: none;
    width: 27px;
    height: 20px;
    padding: 35px 0;
}

#menu_toggle button{
    position: absolute;
    left: 0;
    top: 50%;
    background: #e85555;
    height: 4px;
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

#menu_toggle button:before{
    content: '';
    position: absolute;
    left: 0;
    top: -8px;
    width: 27px;
    height: 4px;
    background: #e85555;
    -webkit-transform-origin: 1.5px center;
    -moz-transform-origin: 1.5px center;
    -o-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

#menu_toggle button:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 27px;
    height: 4px;
    background: #e85555;
    -webkit-transform-origin: 1.5px center;
    -moz-transform-origin: 1.5px center;
    -o-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

#menu_toggle.open button{
    background: transparent;
}

#menu_toggle.open button:before{
    top: 0;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    -moz-transform: rotate3d(0,0,1,-45deg);
    -o-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

#menu_toggle.open button:after{
    bottom: 0;
    -webkit-transform: rotate3d(0,0,1,45deg);
    -moz-transform: rotate3d(0,0,1,45deg);
    -o-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.main_mobile_menu{
    display: none;
}

.ls-noskin .ls-nav-next, .ls-noskin .ls-nav-prev{
    width: 43px;
    height: 40px;
    z-index: 10000;
    top: calc(50% + 35px);
    margin-top: -20px;
    position: absolute;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    color:#a8a8a8;
    display: block !important;
    -webkit-transition: all 0.2s linear !important;
    -moz-transition: all 0.2s linear !important;
    -o-transition: all 0.2s linear !important;
    transition: all 0.2s linear !important;
}

.ls-noskin .ls-nav-prev{
    left: -100px;
}

.ls-noskin .ls-nav-next{
    right: -100px;
}

.ls-noskin:hover .ls-nav-prev{
    left: 27px;
}

.ls-noskin:hover .ls-nav-next{
    right: 27px;
}

.ls-noskin .ls-nav-next:before{
    content: "\f054";
    display: inline-block;
    vertical-align: middle;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    padding-top: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ls-noskin .ls-nav-prev:before{
    content: "\f053";
    display: inline-block;
    vertical-align: middle;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    padding-top: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ls-noskin .ls-nav-next:hover, .ls-noskin .ls-nav-prev:hover{
    background: #e85555;
    color:#fff;
}

body .ls-noskin .ls-bottom-slidebuttons a{
    width: 9px;
    height: 9px;
    background: #c3c3c3;
    border-radius: 100%;
    display: inline-block;
    visibility: visible;
    margin: 0 15px;
}

body .ls-noskin .ls-bottom-nav-wrapper{
    display: block;
}

.ls-noskin .ls-bottom-slidebuttons{
    top: -40px;
    display: inline-block;
}

.ls-noskin .ls-bottom-slidebuttons a.ls-nav-active, .ls-noskin .ls-bottom-slidebuttons a:hover{
    background: #e85555;
}

.entry-header{
    background-color: #434343;
    color:#fff;
    font-size: 30px;
    margin: -110px -3000px 50px;
    padding: 185px 3000px 30px;
}

.entry-header h1{
    font-size: 30px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #fff;
}

.entry-header.default_1{
    background: url("../images/temp/Blog.jpg") no-repeat 50% 0;
}

.entry-header.default_2{
    background: url("../images/temp/Donations.jpg") no-repeat 50% 0;
}

.entry-header.default_3{
    background: url("../images/temp/Event.jpg") no-repeat 50% 0;
}

.entry-header.default_4{
    background: url("../images/temp/FAQ.jpg") no-repeat 50% 0;
}

.entry-header.default_5{
    background: url("../images/temp/Features.jpg") no-repeat 50% 0;
}

.entry-header.default_6{
    background: url("../images/temp/Gallery.jpg") no-repeat 50% 0;
}

.entry-header.default_7{
    background: url("../images/temp/Shortcodes.jpg") no-repeat 50% 0;
}

.element_floats *{
    display: inline-block;
    vertical-align: baseline;
    margin: 0 20px 10px 0;
}

#footer{
    position: relative;
}

#footer .footer{
    background: #222222;
    padding: 20px 0;
}

.footer_widgets_wrapper{
    position: relative;
    padding: 60px 0 40px;
    background: url("../images/footer_bg.png") repeat 50% 50%;
}

.footer_widgets .widget_title{
    margin: 0 0 40px;
}

.footer_widgets .widget_title h3{
    color: #d3d2d2;
    margin: 0;
}

.footer_widgets_wrapper .widgets{
    margin: 0 -15px;
    font-size: 0;
}

.footer_widgets_wrapper .widgets ul{
    margin: 0;
}

.footer_widgets_wrapper .widgets aside{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 33%;
    padding: 0 15px;
    margin: 0 0 30px;
}

.footer_widgets_wrapper .widgets.cols_1 aside{
    width: 100%;
}

.footer_widgets_wrapper .widgets.cols_2 aside{
    width: 50%;
}

.footer_widgets_wrapper .widgets.cols_3 aside{
    width: 33%;
}

.footer_widgets_wrapper .widgets.cols_4 aside{
    width: 25%;
}

.footer_widgets a{
    color:#808080;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.footer_widgets a:hover{
    color:#e85555;
    text-decoration: none;
}

.footer_widgets li{
    color:#808080;
    margin: 15px 0 0;
    line-height: normal;
}

.footer_widgets li:first-child{
    margin-top: 0;
}

.footer_widgets li:before{
    color:#808080;
}

.footer .copyright{
    float: left;
    padding: 10px 0 0;
    color: #808080;
}

.footer .footer_socials{
    float: right;
}

.footer .footer_socials ul{
    margin: 0;
}

.footer .footer_socials li{
    float: left;
    margin: 0 0 0 10px;
}

.footer .footer_socials li:first-child{
    margin: 0;
}

.footer .footer_socials li:before{
    display: none;
}

.footer .footer_socials li a{
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-decoration: none !important;
    background: #5c5c5c;
    border-radius: 4px;
    text-align: center;
    color: #b5b5b5;
    font-size: 18px;
    -webkit-transition: color, background 0.3s linear;
    -moz-transition: color, background 0.3s linear;
    -o-transition: color, background 0.3s linear;
    transition: color, background 0.3s linear;
}

.footer .footer_socials li a:hover{
    background: #e85555;
    color:#fff;
}

.upcoming_event_element{
    position: relative;
    z-index: 10;
    background: #fff;
    border-radius: 5px;
    padding: 25px 30px;
    text-align: center;
}

.upcoming_event_element .title_block{
    float: left;
    width: 270px;
    text-align: left;
}

.upcoming_event_element .action{
    float: right;
    padding: 18px 0 0;
}

.upcoming_event_element .action.mobile{
    display: none;
}

.upcoming_event_element .title_block .event_date{
    color:#838383;
    font-size: 14px;
    margin: 0 0 10px;
}

.upcoming_event_element .title_block .event_date span{
    color:#e85555;
    display: inline-block;
    margin: 0 10px 0 0;
}

.upcoming_event_element .title_block h4{
    margin: 0;
    font-family: Georgia, Arial, sans-serif;
    line-height: 24px;
}

.upcoming_event_element .title_block h4 a{
    color: #4b4b4b;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.upcoming_event_element .title_block h4 a:hover{
    text-decoration: none;
    color: #e85555;
}

.upcoming_event_element .action .button{
    margin: 0 0 0 15px;
    padding-left: 25px;
    padding-right: 25px;
}

.upcoming_event_element .countdown{
    display: inline-block;
}

.upcoming_event_element .countdown .counter{
    position: relative;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color:#838383;
    width: 77px;
    overflow: hidden;
    margin: 0 0 0 20px;
}

.upcoming_event_element .countdown .counter:after{
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #cacaca;
}

.upcoming_event_element .countdown .counter:first-child{
    margin: 0;
}

.upcoming_event_element .countdown .counter em{
    display: block;
    font-style: normal;
    padding: 5px 0;
    background: #e85555;
    border-color: #e85555;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    font-size: 10px;
}

.upcoming_event_element .countdown .counter span{
    display: block;
    height: 48px;
    line-height: 47px;
    font-size: 26px;
    color: #434343;
    border: 1px solid #cacaca;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.entry-content .post-thumbnail{
    margin: 0 0 20px;
}

.entry-content .post-thumbnail img{
    display: block;
    max-width: 100%;
    border-radius: 4px;
    height: auto;
    margin: 0 auto;
}

.entry-content img{
	max-width: 100%;
	height: auto;
}

.content-area .row .entry-content, .content-area .row .entry-footer, .content-area .row .comments-area{
    margin-right: 30px;
}

.content-area .entry-content:after{
	content: '';
	clear: both;
	display: table;
}

.entry-footer{
    border-top: 1px solid #dfdfdf;
    padding: 30px 0 0;
    margin: 0 0 50px;
}

.post_tags{
    position: relative;
    float: left;
    width: 60%;
}

.post_tags *{
    display: inline-block;
    vertical-align: middle;
}

.post_tags label{
    font-size: 13px;
    color: #a9a9a9;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 10px 0 0;
}

.post_tags a{
    border: 1px solid #dfdfdf;
    font-size: 14px;
    color: #a3a3a3;
    padding: 0 12px;
    height: 32px;
    line-height: 30px;
    border-radius: 4px;
    margin: 0 7px 5px 0;
    text-transform: lowercase;
    text-decoration: none !important;
}

.post_tags a:hover{
    text-decoration: none;
    color: #fff;
    border-color: #e85555;
    background: #e85555;
}

.share_this{
    position: relative;
    float: right;
}

.share_this .stButton{
    margin: 0 0 0 7px;
    font-size: 18px;
}

.share_this > span:first-child .stButton{
    margin: 0;
}

.share_this .stButton .stLarge{
    background-image: none !important;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    color:#b5b5b5;
    text-align: center;
    line-height: 30px;
}

.share_this .stButton .stLarge:hover{
    background: #e85555 !important;
    border-color: #e85555;
    color: #fff;
}

.share_this .stButton .stLarge:before{
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.share_this .st_twitter_large .stButton .stLarge:before{
    content: "\f099";
}

.share_this .st_facebook_large .stButton .stLarge:before{
    content: "\f09a";
}

.share_this .st_googleplus_large .stButton .stLarge:before{
    content: "\f0d5";
}

.share_this .st_email_large .stButton .stLarge:before{
    content: "\f0e0";
}

.share_this .st_print_large .stButton .stLarge:before{
    content: "\f02f";
}

.share_this .st_sharethis_large .stButton .stLarge:before{
    content: "\f1e0";
}

.comment-list{
    padding: 0;
    margin: 0 0 60px;
}

.comment-list li:before{
    display: none;
}

.comment-list li{
    margin: 0 0 30px;
}

.comment-list > li:last-child{
    margin: 0;
}

.comment-container{
    background: url("../images/pattern_1.png") repeat 50% 50%;
    background-size: 7px 7px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    padding: 30px;
}

.comment-avatar{
    float: left;
    margin: 0 18px 0 0;
    border-radius: 4px;
    overflow: hidden;
}

.comment-body{
    overflow: hidden;
}

.comment-info cite{
    display: block;
    font-size: 18px;
    font-style: normal;
    color: #434343;
    line-height: 18px;
}

.comment-info cite a{
    color: #434343;
}

.comment-info span{
    font-size: 11px;
    line-height: 11px;
    color: #999999;
    text-transform: uppercase;
}

.comment-info span a{
    margin: 0 0 0 5px;
}

.comment-list .children{
    margin: 30px 0 0 40px;
}

.comment-text *:last-child{
    margin-bottom: 0;
}

.comment-text, .comment-text p{
    font-size: 14px;
}

.comment-text p{
    line-height: 20px;
}

.comment-info{
    margin: 0 0 3px;
}

.comment-respond{
    position: relative;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    padding: 30px;
}

.comment-reply-title{
    position: relative;
    font-size: 18px;
    padding: 0 0 18px;
    border-bottom: 1px solid #dcdcdc;
    margin: 0 0 20px;
}

.comment-reply-title:after{
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
}

.comment-respond .form-submit{
    display: none;
}

.form-group label{
    color: #808080;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 7px;
}

.form-control{
    border: 1px solid #dcdcdc;
    color: #4a4a4a;
    font-size: 14px;
    line-height: normal;
    padding: 10px 15px;
    height: auto;
    box-shadow: none;
}

.form-control:focus, .form-control.error{
    border-color: #e85555;
    box-shadow: none;
}

.comment-form textarea.form-control{
    height: 201px;
    resize: none;
}

.form-group{
    margin-bottom: 13px;
}

.form-group input[type="file"]{
    padding-top: 10px;
    font-size: 12px;
}

.comment-form:after{
    content: '';
    clear: both;
    display: table;
}

.comment-form .button{
    float: right;
    margin: 17px 0 0;
}

.sidebar_widgets .widget_title{
    border-bottom: 1px solid #dfdfdf;
    padding: 0 0 15px;
    margin: 0 0 20px;
}

.sidebar_widgets .widget_title h4{
    margin: 0;
}

.sidebar_widgets{
    margin: 0 0 50px;
}

.sidebar_widgets.widget_archive li:before{
    display: none;
}

.sidebar_widgets.widget_archive li{
    font-size: 14px;
    color: #999999;
    margin: 0 0 2px;
}

.sidebar_widgets.widget_archive ul{
    margin: 0;
}

.sidebar_widgets.widget_instagram li:before{
    display: none;
}

.sidebar_widgets.widget_instagram ul{
    margin: 0 -5px;
}

.sidebar_widgets.widget_instagram li{
    width: 60px;
    height: 60px;
    float: left;
    margin: 0 5px 12px 5px;
    border-radius: 4px;
    overflow: hidden;
}

.sidebar_widgets.widget_instagram li img{
    width: 100%;
    height: 100%;
}

.sidebar_widgets.widget_tag_cloud .tagcloud a{
    display: inline-block;
    vertical-align: top;
    height: 32px;
    line-height: 30px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    padding: 0 10px;
    margin: 0 7px 7px 0;
    color: #a3a3a3;
    font-size: 14px !important;
}

.sidebar_widgets.widget_tag_cloud .tagcloud a:hover{
    color: #fff;
    text-decoration: none;
    background: #e85555;
    border-color: #e85555;
}

.widget_search .search-form{
	position: relative;
} 

.widget_search .search-form input[type="search"]{
    padding-right: 30px;
}

.widget_search .search-form button{
    position: absolute;
    right: 1px;
    top: 2px;
    border: none;
    background: none;
    height: 37px;
    width: 37px;
    text-align: center;
}

.sidebar_widgets.widget_recent_entries ul li:before,
.sidebar_widgets.widget_recent_comments ul li:before,
.sidebar_widgets.widget_categories ul li:before,
.sidebar_widgets.widget_meta ul li:before,
.sidebar_widgets.widget_pages ul li:before,
.sidebar_widgets.widget_rss ul li:before,
.sidebar_widgets.widget_nav_menu ul li:before{
	display: none;
}

.sidebar_widgets.widget_pages .children,
.sidebar_widgets.widget_nav_menu .children,
.sidebar_widgets.widget_nav_menu .sub-menu,
.sidebar_widgets.widget_categories .children,
.footer_widgets.widget_pages .children,
.footer_widgets.widget_nav_menu .children,
.footer_widgets.widget_nav_menu .sub-menu,
.footer_widgets.widget_categories .children
{
	margin: 0 0 0 20px;
}

.sidebar_widgets.widget_rss ul li{
	margin: 0 0 15px;
}

.widget_calendar table{
	width: 100%;
}

.widget_calendar table td, .widget_calendar table th{
	padding: 5px;
}

.widget_calendar caption{
	margin: 0 0 10px;
	text-transform: uppercase;
}

.widget_archive select, .widget_categories select, .widget_text select{
	width: 100%;
}

.widget_text img{
	max-width: 100%;
	height: auto;
}

.widget_text p{
    color: #707070;
}

.donation-info-block, .event-info-block{
    position: relative;
    border: 1px solid #e9e9e9;
    padding: 30px;
    border-radius: 4px;
    background: url("../images/pattern_1.png") repeat 50% 50%;
    background-size: 7px 7px;
    margin: 0 0 25px;
}

.donation-info-block .post-thumbnail{
    margin-bottom: 30px;
}

.progress_bar{
    position: relative;
    background: #fff;
    border: 1px solid #dddddd;
    padding: 1px;
    border-radius: 3px;
    margin: 0 0 40px;
	display:none;
}

.progress_bar span{
    background: #e85555;
    height: 10px;
    border-radius: 3px;
    display: block;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.30) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.30) 50%, rgba(255, 255, 255, 0.30) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    max-width: 100%;
}

.donation-stat{
    position: relative;
    float: left;
    padding-top: 7px;
	display:none;
}

.donation-stat span{
    position: relative;
    margin: 0 8px 0 0;
    display: inline-block;
    vertical-align: middle;
    color: #6d6d6d;
}

.donation-stat span:before{
    content: '/';
    display: inline-block;
    vertical-align: middle;
    color: #bababa;
    margin: 0 8px 0 0;
}

.donation-stat span:first-child:before{
    display: none;
}

.donation-stat span i.fa{
    color: #e85555;
    margin: 0 8px 0 0;
}

.donation-stat span i.fa-child{
    font-size: 18px;
}

.donation-stat span i.fa-users{
    font-size: 13px;
}

.donation-stat span i.fa-thumbs-up{
    font-size: 14px;
}

.donation-info-block .donate_now{
    float: right;
}

.modal-content{
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    border: none;
    border-radius: 4px;
    overflow: hidden;
}

.modal-backdrop.in{
    opacity: 1;
}

.modal-backdrop{
    background: rgba(28, 28, 28, 0.88);
}

.modal .popup_title{
    position: relative;
    background: #e85555;
    padding: 30px 100px 30px 30px;
    font-size: 28px;
    color: #fff;
}

.modal .popup_title h4{
    font-weight: 700;
    margin: 10px 0 0;
    color: #fff;
}

.modal .close_popup{
    position: absolute;
    right: 30px;
    top: 30px;
    width: 33px;
    height: 32px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-top: 4px;
    cursor: pointer;
}

.modal .close_popup:hover{
    background: #fff;
    border-color: #fff;
    color: #e85555;
}

.modal .popup_content{
    position: relative;
    padding: 20px 30px;
    background: #fff;
}

.donation_popup_form .amount_wrapper,
.site_donation_popup_form .amount_wrapper
{
    position: relative;
    padding: 0 0 30px;
    border-bottom: 1px solid #dcdcdc;
    margin: 0 0 30px;
}

.donation_popup_form .amount_wrapper p,
.site_donation_popup_form .amount_wrapper p
{
    font-size: 13px;
    color: #808080;
    margin: 0 0 8px;
}

.donation_popup_form .amount_wrapper input[type="radio"],
.site_donation_popup_form .amount_wrapper input[type="radio"]
{
    display: none;
}

.donation_popup_form .amount_wrapper .button,
.site_donation_popup_form .amount_wrapper .button
{
    margin: 0 15px 0 0;
    cursor: pointer;
    font-style: italic;
    font-family: Georgia, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.donation_popup_form .amount_wrapper .button.active:hover,
.site_donation_popup_form .amount_wrapper .button.active:hover{
    background: #e85555;
    border-color: #e85555;
    color: #fff;
}

.donation_popup_form .amount_wrapper .form-control,
.site_donation_popup_form .amount_wrapper .form-control
{
    width: 150px;
    display: inline-block;
    font-size: 14px;
    padding: 10px;
}

.donation_popup_form textarea.form-control,
.site_donation_popup_form textarea.form-control
{
    height: 129px;
    resize: none;
}

.form-checkbox input, .form-checkbox span{
    display: inline-block;
    vertical-align: middle;
}

.form-checkbox input{
    margin: 0 5px 0 0;
}

.donation-grid{
    position: relative;
    margin: 0 -15px 60px;
    padding: 63px 0 0;
}

.donation-grid:before{
    content: '';
    position: absolute;
    top: 0;
    right: 15px;
    left: 15px;
    width: calc(100% - 30px);
    border-top: 1px solid #e0e0e0;
    height: 3px;
    border-bottom: 1px solid #e0e0e0;
}

.donation-grid.first:before{
    display: none;
}

.donation-grid.first{
    padding: 0;
}

.donation-grid li{
    position: relative;
    float: left;
    padding: 0 15px;
    /*width: 25%;
	Allowing 5 across */
	width:20%;
}

.donation-grid.cols_3 li{
    width: 33%;
}

.donation-grid li:before{
    display: none;
}

.wpb_wrapper .donation-grid li{
    margin: 0 0 40px;
}

.donation-grid .donation-thumbnail{
    position: relative;
    z-index: 10;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #dfdfdf;
    width: 160px;
    height: 160px;
    padding: 9px;
    margin: 0 auto -84px;
}

.donation-grid .donation-thumbnail img{
    width: 140px;
    height: 140px;
    border-radius: 100%;
    box-sizing: content-box;
}

.donation-grid .donation-content{
    position: relative;
    z-index: 5;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    padding: 97px 30px 25px;
    text-align: center;
}

.donation-grid .donation-content h4{
    font-size: 18px;
    line-height: 22px;
    height: 45px;
    overflow: hidden;
    margin-bottom: 25px;
}

.donation-grid .donation-content h4 a{
    color: #434343;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.donation-grid .donation-content h4 a:hover{
    color: #e85555;
    text-decoration: none;
}

.donation-grid .donation-content .progress_bar{
    margin: 0 0 15px;
}

.donation-grid .donation-content .donation-stat{
    float: none;
    padding: 0;
    text-align: center;
    margin: 0 0 20px;
}

.donation-grid .donation-content .donation-stat span:before{
    display: none;
}

.donation-grid .donation-content .donation-stat span .fa{
    display: block;
    margin: 0 0 7px;
}

.donation-grid .donation-content .donation-stat span i.fa-child{
    font-size: 14px;
}

.donation-grid .donation-content .donation-stat span i.fa-thumbs-up, .donation-grid .donation-content .donation-stat span i.fa-users{
    font-size: 13px;
}

.donation-grid .donation-content .donation-stat span{
    font-size: 12px;
    line-height: 14px;
    margin: 0 12px;
}

.donation-grid .donate_now .button:hover, .donation-list .donate_now .button:hover, .post-read_more .button:hover, .events_list .button:hover{
    background: #4b4b4b;
    border-color: #4b4b4b;
    color: #fff;
}

ul.page-numbers{
    position: relative;
    margin: 0 0 50px;
    text-align: center;
}

.page-numbers li{
    display: inline-block;
    vertical-align: top;
    margin: 0 7px;
}

.page-numbers li .page-numbers{
    background: #fff;
    font-size: 18px;
    color: #c3c3c3;
    padding: 0 10px;
    height: 40px;
    border: 1px solid #dedede;
    border-radius: 4px;
    display: block;
    line-height: 38px;
    min-width: 43px;
}

.page-numbers li .page-numbers.dots{
	border: none !important;
	background: none !important;
	color: #c3c3c3 !important;
}

.page-numbers li a.page-numbers{
    color: #c3c3c3;
}

.page-numbers li a:focus{
    text-decoration: none;
}

.page-numbers li:before{
    display: none;
}

.page-numbers li .page-numbers.current{
    color: #4a4a4a;
}

.page-numbers li .page-numbers:hover{
    background: #e85555;
    border-color: #e85555;
    color: #fff;
    text-decoration: none;
}

.page-numbers li .page-numbers.current:hover{
    background: #fff;
    border-color: #dedede;
    color: #4a4a4a;
    cursor: default;
}

.page-numbers li .page-numbers.next, .page-numbers li .page-numbers.prev{
    font-size: 15px;
}

.page-numbers li .page-numbers.next{
    padding-left: 12px;
}

.page-numbers li .page-numbers.prev{
    padding-right: 12px;
}

.donation-list{
    position: relative;
    margin: 0 0 40px;
}

.donation-list > li:before{
    display: none;
}

.donation-list > li{
    position: relative;
    background: url("../images/pattern_1.png") repeat 50% 50%;
    background-size: 7px 7px;
    border: 1px solid #e9e9e9;
    padding: 29px;
    border-radius: 4px;
    margin: 0 0 30px;
}

.donation-list > li:after{
    content: '';
    clear: both;
    display: table;
}

.donation-list .donation-thumbnail{
    position: relative;
    z-index: 10;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #dfdfdf;
    width: 160px;
    height: 160px;
    padding: 9px;
    float: left;
    margin: 0 29px 0 0;
}

.donation-list .donation-thumbnail img{
    width: 140px;
    height: 140px;
    border-radius: 100%;
    box-sizing: content-box;
}

.donation-list .donation-content{
    position: relative;
    overflow: hidden;
}

.donation-list .donation-content p{
    line-height: 20px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 20px;
    margin: 0 0 20px;
}

.donation-list .donation-content h3{
    margin: 0 0 10px;
}

.donation-list .donation-content h3 a{
    color: inherit;
}

.donation-list .donation-content h3 a:hover{
    text-decoration: none;
    color: #e85555;
}

.donation-list .donate_now{
    float: right;
}

.donation-list .donation-stat span{
    font-size: 14px;
}

.donation-list .donation-stat span i.fa-child{
    font-size: 16px;
}

.volunteer_carousel{
    position: relative;
}

.volunteer_block{
    position: relative;
    float: left;
    margin: 0 15px;
    text-align: center;
}

.volunteer_photo{
    position: relative;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    padding: 9px;
    background: #fff;
    margin: 0 0 7px;
}

.volunteer_photo img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 7px;
}

.volunteer_name{
    position: relative;
    font-size: 18px;
    color: #434343;
    margin: 0 0 5px;
    font-style: italic;
}

.volunteer_info{
    font-size: 12px;
    color: #838383;
    margin: 0 0 12px;
}

.volunteer_socials a{
    background: #fff;
    display: inline-block;
    vertical-align: top;
    width: 34px;
    height: 34px;
    border: 1px solid #d2d3d3;
    border-radius: 100%;
    margin: 0 5px;
    line-height: 34px;
    color: #c3c3c3;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.volunteer_socials a:hover{
    color: #fff;
    border-color: #e85555;
    background: #e85555;
}

.volunteer_socials .fa{
    font-size: 16px;
}

.owl-buttons{
    margin: -20px 20px 0;
    white-space: nowrap;
}

.owl-buttons .owl-prev, .owl-buttons .owl-next{
    background: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
    width: 43px;
    height: 40px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #c3c3c3;
    font-size: 15px;
    padding: 0 10px;
    line-height: 38px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.owl-buttons .owl-prev:hover, .owl-buttons .owl-next:hover{
    border-color: #e85555;
    background: #e85555;
    color: #fff;
}

.events_list{
    position: relative;
    margin: 0 -15px;
}

.events_list li:before{
    display: none;
}

.events_list.cols_3 li{
    width: 33%;
}

.events_list li{
    position: relative;
    float: left;
    width: 25%;
    padding: 0 15px;
    margin: 0 0 63px;
}

.events_list .event-content{
    background: #fff;
    padding: 35px 30px;
    text-align: center;
    border-radius: 5px;
}

.events_list .event-date_wrapper{
    width: 102px;
    overflow: hidden;
    margin: 0 auto 20px;
}

.events_list .event-date{
    position: relative;
    font-size: 28px;
    color: #e85555;
    height: 67px;
    border: 1px solid #cdcdcd;
    padding-top: 9px;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.events_list .event-date_wrapper .event_top{
    position: relative;
    background: #e85555;
    width: 100%;
    height: 31px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.events_list .event-date_wrapper .event_top:before{
    content: '';
    position: absolute;
    left: 14px;
    top: 12px;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #fff;
}

.events_list .event-date_wrapper .event_top:after{
    content: '';
    position: absolute;
    right: 14px;
    top: 12px;
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 100%;
}

.events_list .event-date span{
    font-size: 10px;
    color: #838383;
    text-transform: uppercase;
    display: block;
}

.events_list .event-date-border{
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 13px;
    border-bottom: 1px solid #cdcdcd;
    border-radius: 7px;
}

.events_list .event-date-border:before{
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 13px;
    border-bottom: 1px solid #cdcdcd;
    border-radius: 7px;
}

.events_list h5{
    color: #434343;
    font-family: Georgia, Arial, sans-serif;
    line-height: 22px;
    margin: 0 0 10px;
    height: 45px;
    font-size: 18px;
    overflow: hidden;
}

.events_list h5 a{
    color: #434343;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.events_list h5 a:hover{
    text-decoration: none;
    color: #e85555;
}

.events_list cite{
    display: block;
    padding-top: 15px;
    color: #a8a8a8;
    font-size: 14px;
    font-style: normal;
    margin: 0 0 23px;
    background: url("../images/separator_image_1.png") no-repeat 50% 0;
    background-size: 52px 10px;
}

.events_list .join_button{
    height: 39px;
}

.event-info-block .event-info{
    position: relative;
    float: left;
    margin: 7px 0 0;
}

.event-info-block .event-info span{
    display: inline-block;
    vertical-align: middle;
    margin: 0 37px 0 0;
    color: #858585;
}

.event-info-block .event-info .fa{
    color: #e85555;
    font-size: 14px;
    margin: 0 6px 0 0;
}

.event-info-block .fa-map-marker{
    font-size: 16px;
}

.event-info-block .join_now{
    position: relative;
    float: right;
}

.event_popup_form textarea{
    height: 109px;
    resize: none;
}

.event_popup_form .button{
    margin: 20px 0;
}

.event_list_module{
    margin: 0 -15px;
}

.event_list_module .events_list{
    margin: 0 0 10px;
}

.event_list_module .events_list li{
    margin: 0 0 40px;
    -webkit-transition: margin-top 0.3s linear;
    -moz-transition: margin-top 0.3s linear;
    -o-transition: margin-top 0.3s linear;
    transition: margin-top 0.3s linear;
}

.event_list_module .events_list li:hover{
    margin-top: -10px;
}

.event_list_module .events_list .button:hover{
    background: #4b4b4b;
    border-color: #4b4b4b;
    color: #fff;
}

.volunteer_join_us{
    position: relative;
    background: #e85555 url("../images/image_1.png") no-repeat 50% 46px;
    background-size: 152px 96px;
    padding: 170px 40px 40px;
    text-align: center;
    border-radius: 15px;
    color: #ffffff;
}

.volunteer_join_us .title{
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.volunteer_join_us .button{
    background: #fff;
    border-color: #fff;
    color: #e85555;
    padding-left: 40px;
    padding-right: 40px;
}

.volunteer_join_us .button:hover{
    background: transparent;
    color: #fff;
}

.blog_list{
    margin: 0 0 60px;
}

.blog_list li:before{
    display: none;
}

.blog_list li{
    position: relative;
    margin: 0 0 30px;
    border-radius: 5px;
    overflow: hidden;
    background: url("../images/pattern_1.png") repeat 50% 50%;
    background-size: 7px 7px;
}

.blog_list li:after{
    content: '';
    clear: both;
    display: table;
}

.blog_list .post-thumbnail{
    float: left;
}

.blog_list .post-content{
    position: relative;
    overflow: hidden;
    padding: 20px 30px 30px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}

.blog_list li.sticky .post-content{
	border-color: #e85555;
}

.blog_list li.has-post-thumbnail .post-content{
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    min-height: 300px;
}

.blog_list .post-date{
    font-size: 12px;
    text-transform: uppercase;
    color: #999999;
}

.blog_list h3{
    font-size: 24px;
    margin: 0 0 10px;
}

.blog_list h3 a{
    color: inherit;
}

.blog_list h3 a:hover{
    text-decoration: none;
    color: #e85555;
}

.blog_list p{
    font-size: 15px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 25px;
    line-height: 22px;
    margin: 0 0 25px;
}

.blog_list .post-read_more{
    float: left;
}

.blog_list .post-comments_num{
    float: right;
}

.blog_list .post-comments_num{
    margin: 7px 0 0;
}

.blog_list .post-comments_num a{
    color: #4a4a4a;
}

.blog_list .post-comments_num a .fa{
    color: #999999;
    padding: 0 5px 0 0;
    display: inline-block;
    vertical-align: baseline;
}

.blog_list .post-comments_num a:hover, .blog_list .post-comments_num a:hover .fa{
    color: #e85555;
    text-decoration: none;
}

.blog_grid{
    position: relative;
    margin: 0 -15px 30px;
}

.blog_grid li:before{
    display: none;
}

.blog_grid li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 15px;
    margin: 0 0 30px;
}

.blog_grid.cols_3 li{
    width: 33%;
}

.blog_grid .post-content{
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #bfbfbf;
}

.blog_grid .post-content:before{
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #bfbfbf;
}

.blog_grid li:after{
    content: '';
    clear: both;
    display: table;
}

.blog_grid .post-thumbnail img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 7px;
}

.blog_grid .post-thumbnail{
    margin: 0 0 15px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    padding: 9px;
    background: #fff;
}

.blog_grid .post-date{
    font-size: 13px;
    color: #999999;
    margin: 0 0 2px;
}

.blog_grid h4{
    line-height: 22px;
    margin: 0 0 15px;
}

.blog_grid h4 a{
    color: #4a4a4a;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.blog_grid h4 a:hover{
    text-decoration: none;
    color: #e85555;
}

.blog_grid p{
    height: 60px;
    font-size: 14px;
    color: #858585;
    line-height: 20px;
    overflow: hidden;
    margin: 0 0 10px;
}

.blog_grid .post-read_more{
    float: left;
    font-size: 13px;
}

.blog_grid .post-read_more a{
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.blog_grid .post-read_more a:hover{
    text-decoration: none;
    color: #434343;
}

.blog_grid .post-comments_num{
    float: right;
    color: #999999;
    font-size: 12px;
}

.blog_grid .post-comments_num a{
    color: #999999;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.blog_grid .post-comments_num a:hover{
    color: #e85555;
    text-decoration: none;
}

.blog_grid .post-comments_num .fa{
    padding-right: 5px;
    font-size: 13px;
}

.testimonials_carousel{
    position: relative;
}

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

.testimonials_carousel .testimonial-text{
    font-family: Georgia, Arial, sans-serif;
    font-size: 18px;
    color: #5a5a5a;
    line-height: 24px;
    font-style: italic;
    margin: 0 0 40px;
}

.testimonials_carousel .testimonial-author-image{
    position: relative;
    width: 152px;
    height: 96px;
    margin: 0 auto 30px;
    padding: 6px 0 0;
    background: url("../images/wheat.png") no-repeat 50% 50%;
    background-size: 152px 96px;
}

.testimonials_carousel .testimonial-author-image img{
    border-radius: 100%;
    border: 6px solid #fff;
    -webkit-box-shadow: 0 0 0 1px #dfdfdf;
    -moz-box-shadow: 0 0 0 1px #dfdfdf;
    box-shadow: 0 0 0 1px #dfdfdf;
    width: 74px;
    height: 74px;
}

.testimonials_carousel .testimonial-author-info{
    color: #858585;
}

.testimonials_carousel .testimonial-author-info span{
    color: #e85555;
}

.owl-controls{
    text-align: center;
    position: relative;
    margin: 60px 0 0;
    display: table;
    width: 100%;
}

.owl-pagination{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}

.owl-controls .owl-page{
    display: inline-block;
    vertical-align: top;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #c3c3c3;
    margin: -4px 15px 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.owl-controls .owl-page.active{
    background: #e85555;
}

.owl-controls:before{
    content: '';
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 1px;
    border-top: 1px solid #bfbfbf;
    width: 43%;
}

.owl-controls:after{
    content: '';
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 1px;
    border-top: 1px solid #bfbfbf;
    width: 43%;
}

.gallery_module{
    position: relative;
}

.gallery_module .gallery_left{
    position: relative;
    float: left;
    width: 50%;
    border: 2px solid #fff;
    border-left: none;
    border-right: none;
}

.gallery_module .gallery_right{
    position: relative;
    float: right;
    width: 50%;
    border: 2px solid #fff;
    border-left: none;
    border-right: none;
}

.gallery_module .gallery_left .gallery_inner_right{
    position: relative;
    float: right;
    width: 285px;
    height: 270px;
    border: 2px solid #fff;
    overflow: hidden;
}

.gallery_module .gallery_left .gallery_inner_left{
    position: relative;
    overflow: hidden;
    height: 270px;
    border: 2px solid #fff;
    border-left: none;
}

.gallery_module .gallery_right .gallery_inner_right{
    position: relative;
    overflow: hidden;
    border: 2px solid #fff;
    height: 270px;
    border-right: none;
}

.gallery_module .gallery_right .gallery_inner_left{
    position: relative;
    float: left;
    width: 285px;
    height: 270px;
    border: 2px solid #fff;
    overflow: hidden;
}

.gallery_module img{
    -webkit-transition: transform 0.35s;
    -moz-transition: transform 0.35s;
    -ms-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
    max-width: none;
    height: auto;
}

.gallery_module img:hover{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.gallery_module .see_more{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -90px 0 0 -90px;
    text-align: center;
    font-size: 14px;
    font-style: italic;
}

.gallery_module .see_more a{
    display: inline-block;
    color: #fff;
    width: 180px;
    height: 180px;
    text-decoration: none !important;
    border: 4px solid #fff;
    background: #e85555;
    border-radius: 100%;
    padding: 57px 0 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.gallery_module .see_more a:hover{
    background: #fff;
    border-color: #e85555;
    color: #e85555;
}

.gallery_module .see_more .fa-camera{
    font-size: 33px;
    display: block;
    margin: 0 0 10px;
}

#volunteer_block  .popup_content{
    padding-left: 45px;
    padding-right: 45px;
}

.volunteer_popup_form .button{
    margin: 15px 0 0;
}

.volunteer_popup_form textarea.form-control{
    height: 110px;
    resize: none;
}

.modal .loading{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    font-size: 20px;
    visibility: hidden;
}

.modal .success{
    font-size: 15px;
    color: #e85555;
}

.masonry_gallery_wrapper{
    position: relative;
    margin: 0 -15px;
}

.masonry_gallery_wrapper .item{
    position: relative;
    width: 25%;
    border: 15px solid transparent;
}

.masonry_gallery_wrapper .item.h2{
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.masonry_gallery_wrapper .item img{
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
}

.masonry_gallery_wrapper .item:hover a{
    opacity: 1;
}

.masonry_gallery_wrapper .item a{
    position: absolute;
    display: block;
    opacity: 0;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    color: #000000;
    text-decoration: none !important;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.masonry_gallery_wrapper .item a:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.info_box{
    position: relative;
    text-align: center;
}

.info_box h4{
    background: url("../images/separator_image_1.png") no-repeat 50% 100%;
    padding: 0 0 25px;
    margin: 0 0 10px;
    background-size: 52px 10px;
}

.info_box p{
    line-height: 22px;
    color: #858585;
}

.info_box p a{
    color: #434343;
    text-decoration: none !important;
}

.info_box p a:hover{
    color: #e85555;
}

.info_box .read_more{
    font-size: 12px;
}

.info_box .read_more .fa{
    padding: 0 0 0 5px;
}

.error-404-page{
    position: relative;
    text-align: center;
    padding: 125px 0 0;
}

body.error404{
    background: url("../images/pattern_1.png") repeat 50% 50%;
    background-size: 7px 7px;
}

.heading_box{
    position: relative;
    min-height: 58px;
    width: 100%;
    display: table;
    margin: 0 0 40px;
}

.heading_box .sep_holder{
    display: table-cell;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.heading_box h2{
    position: relative;
    padding-left: 214px;
    padding-right: 214px;
    white-space: nowrap;
    min-height: 58px;
    line-height: 58px;
    margin: 0;
    font-size: 44px;
}

.heading_box h2:before{
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    margin: 0;
    background: url("../images/separator_with_text_image_1_1.png") no-repeat 0 50%;
    background-size: 170px 54px;
    width: 170px;
    height: 100%;
}

.heading_box h2:after{
    content: '';
    position: absolute;
    right: 15px;
    top: 0;
    margin: 0;
    background: url("../images/separator_with_text_image_1_2.png") no-repeat 0 50%;
    background-size: 170px 54px;
    width: 170px;
    height: 100%;
}

.heading_box .sep_holder .sep_line {
    height: 1px;
    border-top: 1px solid #bfbfbf;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
    margin: 1px 0 0;
}

.error-404-page p{
    font-family: Georgia, Arial, sans-serif;
    line-height: 24px;
    font-size: 14px;
    margin: 0 0 30px;
}

.error-404_links{
    text-align: center;
    margin: 0 0 60px;
}

.error-404_links .button{
    margin: 0 30px;
}

.error-404_links span{
    font-family: Georgia, Arial, sans-serif;
}

.error-404-page .search-form{
    position: relative;
    display: inline-block;
}

.error-404-page .search-form input[type="search"]{
    width: 310px;
    padding-right: 30px;
}

.error-404-page .search-form button{
    position: absolute;
    right: 1px;
    top: 2px;
    border: none;
    background: none;
    height: 37px;
    width: 37px;
    text-align: center;
}

.error-404_search_block{
    margin: 0 0 60px;
}

.error-404_search_block p{
    margin: 0 0 20px;
}

.error-404-page hr{
    border-color: #bfbfbf;
}

.content-area .entry-content table{
	margin: 0 0 30px;
}

.content-area .entry-content table th, .content-area .entry-content table td{
	padding: 5px;
}

.content-area dl{
	margin: 0 0 30px 20px;
}

.content-area dt{
	margin: 0 0 5px;
}

.content-area dd{
	margin: 0 0 15px;
}

.content-area ul ul, .content-area ol ol{
	margin-left: 20px;
}

.content-area ol li{
	list-style-position: inside;
	font-size: 15px;
	line-height: 26px;
}

.wp-caption .wp-caption-text{
	margin: 10px 0;
}

figure.wp-caption{
	max-width: 100%;
	height: auto;
}

.page-links{
	margin: 0 0 20px;
}

.comment-navigation{
	margin: 0 0 20px;
}

.gallery {
	margin-bottom: 1.6em;
}

.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-icon img {
	margin: 0 auto;
}

.gallery-caption {
	display: block;
	margin: 10px 0 0;
}

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

.bypostauthor{
	position: relative;
}

.content-area .entry-content embed, .content-area .entry-content iframe{
	max-width: 100%;
}

.widget_mailchimp .form-group{
	margin: 0 0 25px;
}

.widget_mailchimp .button:hover{
    background: #4b4b4b;
    border-color: #4b4b4b;
    color: #fff;
}

body.header_type_2 .main_menu{
    background: rgba(0, 0, 0, 0.3);
}

body.header_type_3 .main_menu{
    background: rgba(255, 255, 255, 0.1);
}

body.header_type_4 .main_menu{
    background: transparent;
}

body.header_type_2 .main_menu_nav > li > a,
body.header_type_2 .main_menu_nav > ul > li > a,
body.header_type_3 .main_menu_nav > li > a,
body.header_type_3 .main_menu_nav > ul > li > a,
body.header_type_4 .main_menu_nav > li > a,
body.header_type_4 .main_menu_nav > ul > li > a
{
    color: #fff;
}

body.header_type_2 .main_menu_nav > li > a:hover,
body.header_type_2 .main_menu_nav > ul > li > a:hover,
body.header_type_2 .main_menu_nav > li > a:focus,
body.header_type_2 .main_menu_nav > ul > li > a:focus,
body.header_type_2 .main_menu_nav > li.menu-item-has-children:hover > a,
body.header_type_2 .main_menu_nav > ul > li.menu-item-has-children:hover > a,
body.header_type_2 .main_menu_nav .current_page_item > a,
body.header_type_2 .main_menu_nav .current-menu-parent > a,
body.header_type_3 .main_menu_nav > li > a:hover,
body.header_type_3 .main_menu_nav > ul > li > a:hover,
body.header_type_3 .main_menu_nav > li > a:focus,
body.header_type_3 .main_menu_nav > ul > li > a:focus,
body.header_type_3 .main_menu_nav > li.menu-item-has-children:hover > a,
body.header_type_3 .main_menu_nav > ul > li.menu-item-has-children:hover > a,
body.header_type_3 .main_menu_nav .current_page_item > a,
body.header_type_3 .main_menu_nav .current-menu-parent > a,
body.header_type_4 .main_menu_nav > li > a:hover,
body.header_type_4 .main_menu_nav > ul > li > a:hover,
body.header_type_4 .main_menu_nav > li > a:focus,
body.header_type_4 .main_menu_nav > ul > li > a:focus,
body.header_type_4 .main_menu_nav > li.menu-item-has-children:hover > a,
body.header_type_4 .main_menu_nav > ul > li.menu-item-has-children:hover > a,
body.header_type_4 .main_menu_nav .current_page_item > a,
body.header_type_4 .main_menu_nav .current-menu-parent > a
{
    color: #e85555;
}

body.header_type_2 .main_menu_nav > li.menu-item-has-children > a:after,
body.header_type_2 .main_menu_nav > ul > li.menu-item-has-children > a:after,
body.header_type_2 .main_menu_nav > ul > li.page_item_has_children > a:after,
body.header_type_3 .main_menu_nav > li.menu-item-has-children > a:after,
body.header_type_3 .main_menu_nav > ul > li.menu-item-has-children > a:after,
body.header_type_3 .main_menu_nav > ul > li.page_item_has_children > a:after,
body.header_type_4 .main_menu_nav > li.menu-item-has-children > a:after,
body.header_type_4 .main_menu_nav > ul > li.menu-item-has-children > a:after,
body.header_type_4 .main_menu_nav > ul > li.page_item_has_children > a:after
{
    border-top-color: #fff;
}

body.header_type_2 .main_menu_nav > li.menu-item-has-children:hover > a:after,
body.header_type_2 .main_menu_nav > ul > li.menu-item-has-children:hover > a:after,
body.header_type_2 .main_menu_nav > li.current_page_item > a:after,
body.header_type_2 .main_menu_nav > ul > li.current_page_item > a:after,
body.header_type_2 .main_menu_nav > li.current-menu-parent > a:after,
body.header_type_2 .main_menu_nav > ul > li.current-menu-parent > a:after,
body.header_type_3 .main_menu_nav > li.menu-item-has-children:hover > a:after,
body.header_type_3 .main_menu_nav > ul > li.menu-item-has-children:hover > a:after,
body.header_type_3 .main_menu_nav > li.current_page_item > a:after,
body.header_type_3 .main_menu_nav > ul > li.current_page_item > a:after,
body.header_type_3 .main_menu_nav > li.current-menu-parent > a:after,
body.header_type_3 .main_menu_nav > ul > li.current-menu-parent > a:after,
body.header_type_4 .main_menu_nav > li.menu-item-has-children:hover > a:after,
body.header_type_4 .main_menu_nav > ul > li.menu-item-has-children:hover > a:after,
body.header_type_4 .main_menu_nav > li.current_page_item > a:after,
body.header_type_4 .main_menu_nav > ul > li.current_page_item > a:after,
body.header_type_4 .main_menu_nav > li.current-menu-parent > a:after,
body.header_type_4 .main_menu_nav > ul > li.current-menu-parent > a:after
{
    border-top-color: #e85555;
}

body.header_type_2 .top_donate_link:hover,
body.header_type_3 .top_donate_link:hover,
body.header_type_4 .top_donate_link:hover
{
    background: #fff;
    color: #e85555;
    border-color: #fff;
}

body.header_type_2 .main_menu .search_button,
body.header_type_3 .main_menu .search_button,
body.header_type_4 .main_menu .search_button
{
    color: #fff;
}

body.header_type_2 .main_menu .search_button:hover,
body.header_type_3 .main_menu .search_button:hover,
body.header_type_4 .main_menu .search_button:hover
{
    color: #e85555;
}

.slide_2_caption{
    width: 400px;
    border-radius: 5px;
    box-sizing: border-box !important;
}

.slide_2_caption h2 {
    white-space: normal;
    color: #fff;
    font-weight: bold;
    padding: 0 0 15px;
    margin: 0 0 10px;
}

.slide_2_caption p{
    color: #fff;
    font-size: 16px;
    white-space: normal;
}

.slide_2_caption .button{
    border-width: 2px;
}

.widget_stm_recent_entries li{
    margin: 25px 0 0;
}

.widget_stm_recent_entries li:first-child{
    margin: 0;
}

.widget_stm_recent_entries li:before{
    display: none;
}

.widget_stm_recent_entries .text{
    overflow: hidden;
    font-size: 14px;
}

.widget_stm_recent_entries .widget_post_thumbnail{
    float: left;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 13px 0 0;
}

.widget_stm_recent_entries .post-date{
    display: block;
    font-size: 13px;
    line-height: 13px;
    margin: 0 0 5px;
    color: #9e9e9e;
}

.widget_stm_recent_entries .text a{
    color: #717171;
    line-height: 14px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.widget_stm_recent_entries .text a:hover{
    text-decoration: none;
    color: #e85555;
}

span.wpcf7-not-valid-tip{
    color: #e85555;
}

body.sticky_header .main_menu.affix{
    background: #fff !important;
}

body.sticky_header .main_menu.affix .logo{
    display: none;
}

body.sticky_header .main_menu.affix .logo_2{
    display: inline-block;
}

body.sticky_header .main_menu.affix .main_menu_nav > li > a,
body.sticky_header .main_menu.affix .main_menu_nav > ul > li > a,
body.sticky_header .main_menu.affix .search_button
{
    color: #767676;
}

body.sticky_header .main_menu.affix .search_button:hover{
    color: #e85555;
}

body.sticky_header .main_menu.affix .main_menu_nav > li > a:hover,
body.sticky_header .main_menu.affix .main_menu_nav > ul > li > a:hover,
body.sticky_header .main_menu.affix .main_menu_nav > li > a:focus,
body.sticky_header .main_menu.affix .main_menu_nav > ul > li > a:focus,
body.sticky_header .main_menu.affix .main_menu_nav > li.menu-item-has-children:hover > a,
body.sticky_header .main_menu.affix .main_menu_nav > ul > li.menu-item-has-children:hover > a,
body.sticky_header .main_menu.affix .main_menu_nav .current_page_item > a,
body.sticky_header .main_menu.affix .main_menu_nav .current-menu-parent > a{
    color: #e85555;
}

body.sticky_header .main_menu.affix .main_menu_nav > li.menu-item-has-children > a:after,
body.sticky_header .main_menu.affix .main_menu_nav > ul > li.menu-item-has-children > a:after,
body.sticky_header .main_menu.affix .main_menu_nav > ul > li.page_item_has_children > a:after{
    border-top-color: #767676;
}

body.sticky_header .main_menu.affix .main_menu_nav > li.menu-item-has-children:hover > a:after,
body.sticky_header .main_menu.affix .main_menu_nav > ul > li.menu-item-has-children:hover > a:after,
body.sticky_header .main_menu.affix .main_menu_nav > li.current_page_item > a:after,
body.sticky_header .main_menu.affix .main_menu_nav > ul > li.current_page_item > a:after,
body.sticky_header .main_menu.affix .main_menu_nav > li.current-menu-parent > a:after,
body.sticky_header .main_menu.affix .main_menu_nav > ul > li.current-menu-parent > a:after{
    border-top-color: #e85555;
}

a.see_more{
    color: #e85555;
}

a.see_more:hover{
    color: #808080;
}

.buy_theme_popup{
    position: fixed;
    right: 40px;
    bottom: -100%;
    width: 200px;
    background: #e85555;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: center;
    padding: 20px 0 15px;
    z-index: 9999999;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s linear, bottom 1s linear;
    -moz-transition: opacity 0.3s linear, bottom 1s linear;
    -ms-transition: opacity 0.3s linear, bottom 1s linear;
    -o-transition: opacity 0.3s linear, bottom 1s linear;
    transition: opacity 0.3s linear, bottom 1s linear;
}

.buy_theme_popup.active{
	bottom: 0;
}

.buy_theme_popup:hover{
    opacity: 1;
}

.buy_theme_popup p{
    color: #ffffff;
    font-size: 16px;
    font-style: italic;
    margin: 0 0 15px;
}

.buy_theme_popup .button{
    background: #fff;
    border-color: #fff;
    color: #e85555;
}

.buy_theme_popup .button:hover{
    color: #fff;
    border-color: #4b4b4b;
    background: #4b4b4b;
}

.event_join{
	background: none;
    font-size: 0;
    padding: 0;
    border: none;
    overflow: hidden;
}

.event_join:after{
	content: '';
	clear: both;
	display: table;
}

.event_join .event_price,
.event_join .join_now
{
    position: relative;
    float: left;
    font-size: 14px;
    white-space: nowrap;
    padding: 11px 20px;
}

.event_join .event_price{
    background: #4b4b4b;
    color: #ffffff;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.event_join .join_now{
	background: #e85555;
}

.event_join .join_now:after{
    content: "\f061";
    font: normal normal normal 10px/18px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: -10px;
    top: 10px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #fff;
    color: #c7c7c7;
    text-align: center;
    font-weight: bold;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.upcoming_event_element .action .button.event_join{
    padding: 0;
    vertical-align: top;
}

.event_join:hover .event_price
{
    background: #e85555;
    color: #fff;
}

.events_list .button.event_join:hover,
.events_list .button.event_join:active,
.events_list .button.event_join:focus,
.event_join:hover,
.event_join:active,
.event_join:focus{
	background: none;
	color: #fff;
}

.event_join:hover .join_now:after{
    color: #e85555;
}

.event_join .join_now:before{
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #fff;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.event_join:hover .join_now:before{
    opacity: 1;
}