html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

.cs-btn-flat span,
details,
main {
    display: block
}

h1 {
    font-size: 2em
}


hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: visible;
    background: #e2e2e2;
    height: 2px;
    border: none;
    margin: 30px 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    color: #570000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /* font-size: 1rem; */
    text-decoration: none;
}

a:hover{
    color: #730101;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio],
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-moz-selection {
    color: #fff;
    background: #af0101;
    text-shadow: none
}

::selection {
    color: #fff;
    background: #af0101;
    text-shadow: none
}

body,
html {
    background: #f6f6f6;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    font-weight: 400
}

@media (max-width: 600px) {

    body,
    html {
        font-size: 14px
    }
}

h1,
h2 {
    font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #570000;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

h1 {
    font-size: 1.625rem
}

h2 {
    font-size: 1.25rem
}

h3 {
    font-size: 1.125rem
}

h4,
p {
    font-size: 1rem
}

h3,
h4,
h5,
h6 {
    font-weight: 600
}

h5,
h6 {
    font-size: 14px
}

p {
    color: #444;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -.3px
}

a:focus,
a:hover {
    text-decoration: none;
    color: #730101
}

button {
    cursor: pointer;
    background: 0 0;
    border: none
}

button:focus,
input:active,
input:focus {
    outline: none
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

strong {
    color: #570000
}

/*--------------------------------------------------------------

# Links

--------------------------------------------------------------*/

a:hover,
a:active {
    outline: 0;
}

/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------

# Clearings

--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------

# Widgets

--------------------------------------------------------------*/

.sidebar .widget_search .search-form .search-field {
    background: #f6f6f6;
    width: 100%;
    color: #222;
}

.sidebar .widget_search .search-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    padding: 12px;
    color: #570000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.widget select {
    background-color: #f6f6f6;
    border: none;
    padding: 10px;
    width: 100%;
    font-size: 14px;
}


.widget_tag_cloud .tagcloud a {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin-bottom: 6px;
    display: inline-block;
    background: #ffefef;
    color: #4d4d4d;
    border-radius: 4px;
    font-size: .875rem !important;
    padding: .51rem 0.7rem;
}

.widget_tag_cloud .tagcloud a:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .08);
    box-shadow: 0 0 15px rgba(0, 0, 0, .08)
}

.widget_rss ul li {
    padding-bottom: 20px;
}

.widget_rss ul li a:before {
    top: 2% !important;
}

.widget_calendar .calendar_wrap .table thead th,
.widget_calendar .calendar_wrap table thead th,
.widget_calendar .calendar_wrap .table td,
.widget_calendar .calendar_wrap table td {
    padding: 8px !important;
}

.block--sidebar.follow-us {
    position: relative;
}

.block--sidebar.follow-us .follow-us__row li {
    display: inline-block;
    padding: 0;
}

.block--sidebar.follow-us .follow-us__row li a {
    width: 40px;
    height: 40px;
    border: 1px solid #4d4d4d;
    display: block;
    text-align: center;
    line-height: 40px;
    margin: 0 18px 10px 0;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.block--sidebar.follow-us .follow-us__row li a:hover {
    border-color: #af0101;
    background-color: #af0101;
    color: #fff;
}

.block--sidebar.follow-us .follow-us__row li a:before {
    display: none;
}


.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.widget_calendar .calendar_wrap #wp-calendar caption {
    padding: 20px 0 10px 0;
    font-size: 15px;
    color: #570000;
    font-weight: 600;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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

@font-face {
    font-family: "Icons";
    src: url(../fonts/icons/Icons.eot);
    src: url(../fonts/icons/Icons.eot?#iefix) format("eot"),
        url(../fonts/icons/Icons.woff) format("woff"),
        url(../fonts/icons/Icons.ttf) format("truetype"),
        url(../fonts/icons/Icons.svg#Icons) format("svg")
}

.icon:before {
    font-family: "Icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none
}

.icon-avatar:before {
    content: "\E001"
}

.icon-calendar:before {
    content: "\E002"
}

.icon-camera:before {
    content: "\E003"
}

.icon-clock:before {
    content: "\E004"
}

.icon-comment:before {
    content: "\E005"
}

.icon-down-arrow:before {
    content: "\E006"
}

.icon-facebook:before {
    content: "\E007"
}

.icon-gplus:before {
    content: "\E008"
}

.icon-instagram:before {
    content: "\E009"
}

.icon-linkedin:before {
    content: "\E00A"
}

.icon-list-icon:before {
    content: "\E00B"
}

.icon-next-arrow:before {
    content: "\E00C"
}

.icon-pin:before {
    content: "\E00D"
}

.icon-pinterest:before {
    content: "\E00E"
}

.icon-play:before {
    content: "\E00F"
}

.icon-prev-arrow:before {
    content: "\E010"
}

.icon-report-symbol:before {
    content: "\E011"
}

.icon-right-arrow:before {
    content: "\E012"
}

.icon-search:before {
    content: "\E013"
}

.icon-smiling:before {
    content: "\E014"
}

.icon-twitter:before {
    content: "\E015"
}

.icon-up-arrow:before {
    content: "\E016"
}

.icon-vimeo:before {
    content: "\E017"
}

.icon-youtube:before {
    content: "\E018"
}

.page-nav {
    padding: 0;
    position: static
}

@media (max-width: 600px) {
    .page-nav {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.filter-bar>ul,
.page-header .page-header-submenu ul,
ul.page-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

ul.page-menu .nav-item.active .nav-link {
    background: #570000;
    color: #fff;
    opacity: 1;
    font-weight: 700
}

ul.page-menu .nav-item .nav-link {
    color: #fff;
    opacity: .8;
    display: block;
    padding: 1.4125rem 1.9rem;
    font-size: .875rem;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    line-height: 1;
    min-width: 95px;
    width: 100%;
    text-align: center
}

ul.page-menu .nav-item .nav-link:hover {
    opacity: 1;
    background: #570000
}

.navbar-dark .navbar-toggler {
    position: absolute;
    z-index: 200;
    color: #fff;
    border: none;
    background-size: 70%
}



@media (max-width: 1199px) {
    .navbar-collapse {
        position: absolute;
        left: 0;
        top: 100%;
        width: 25%;
        background: #fff;
        z-index: 99999;
    }
}

@media (max-width: 768px) {
    .navbar-collapse {
        width: 30%;
    }
}

@media (max-width: 600px) {
    .navbar-collapse {
        width: 39%;
        left: auto;
        right: 29px;
        top: 43%;
    }

    .navbar-dark .navbar-toggler {
        top: 70px;
        right: 15px
    }
}

@media (max-width: 480px) {
    .navbar-collapse {
        width: 50%;
    }
}

@media (max-width: 360px) {

    .navbar-collapse {
        width: 60%;
    }
}

/*Dropdrown*/

.page-nav .page-menu>li.nav__dropdown>a {
    text-align: left;
}

.page-nav .page-menu>li.nav__dropdown>a:after {
    content: "\E006";
    position: absolute;
    right: 12px;
    top: 21px;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 20px;
    font-size: 5px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    z-index: 5;
    font-family: 'Icons';
}

.page-nav .page-menu>li {
    position: relative;
}

.page-nav .page-menu>li>ul>li>ul>li:hover>a {
    color: #570000;
    background: #ffffff;
}

.page-nav .page-menu>li>ul>li>ul>li.nav__dropdown>a:after {
    content: "\E006";
    position: absolute;
    right: 15px;
    top: 8px;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 20px;
    font-size: 5px;
    color: #222;
    font-weight: normal;
    text-align: center;
    z-index: 5;
    font-family: 'Icons';
}

.page-nav .page-menu>li>ul>li>ul>li.nav__dropdown:hover>a:after {
    color: #222;
}

.page-nav .page-menu>li>ul {
    position: absolute;
    left: 0px;
    top: 110%;
    width: 200px;
    padding: 0px 0px;
    z-index: 100;
    background: #570000;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    opacity: 0;
    visibility: hidden;
    display: none;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.page-nav .page-menu>li>ul.from-right {
    left: auto;
    right: 0px;
}

.page-nav .page-menu>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.page-nav .page-menu>li>ul>li:last-child {
    border-bottom: none;
}

ul.page-menu .nav-item ul li .nav-link {
    padding: 10px 20px;
    text-align: left;
}

.page-nav .page-menu>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 20px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    text-align: left;
    text-transform: capitalize;
    border-left: 4px solid transparent;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.page-nav .page-menu>li>ul>li:hover>a {
    border-left: 4px solid #af0101;
    background: #222222;
}

.page-nav .page-menu>li>ul>li.nav__dropdown>a:after {
    content: "\E00C";
    position: absolute;
    right: 15px;
    top: 8px;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 20px;
    font-size: 5px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    z-index: 5;
    font-family: 'Icons';
}

.page-nav .page-menu>li>ul>li>ul {
    position: absolute;
    left: 110%;
    top: 0%;
    width: 200px;
    padding: 0px 0px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: none;
    background: #570000;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.page-nav .page-menu>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.page-nav .page-menu>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.page-nav .page-menu>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 20px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    text-align: left;
    text-transform: capitalize;
    border-left: 4px solid transparent;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.page-nav .page-menu>li>ul>li>ul>li>a:hover {
    color: #ffffff;
    background: #222222;
    border-left: 4px solid #af0101;
}

.page-nav .page-menu>li.nav__dropdown:hover>ul {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    visibility: visible;
    display: block;
    opacity: 1;
    top: 100%;
}

.page-nav .page-menu li>ul>li.nav__dropdown>ul {
    left: 100% !important;
    top: 0 !important;
}

.page-nav .page-menu li>ul>li.nav__dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    visibility: visible;
    left: 0;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.page-nav .navbar-collapse>ul li.nav__dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: none;
    text-align: center;
    font-size: 8px;
    line-height: 30px;
    color: rgba(34, 34, 34, 0.5);
    cursor: pointer;
    z-index: 5;
    display: none;
}



@media (max-width: 1199px) {
    .page-nav .page-menu>li.nav__dropdown>a:after {
        color: #fff;
    }

    .page-nav .page-menu li.nav__dropdown>a:after,
    .page-nav .page-menu>li.nav__dropdown>a:before,
    .page-nav .page-menu>li>ul>li>a::before,
    .page-nav .page-menu>li>ul>li>ul>li>a::before {
        color: #ffffff !important;
        right: 15px;
        font-size: 16px;
        display: none !important;
    }

    .page-nav .navbar-collapse>.page-menu>li>ul,
    .page-nav .navbar-collapse>.page-menu>li>ul>li>ul {
        position: relative;
        border: none;
        float: none;
        visibility: visible;
        opacity: 1;
        display: none;
        margin: 0px;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        padding: 0px;
        outline: none;
        width: 100%;
        background: #ccc;
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        -moz-transition: none !important;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -moz-transform: scaleY(1);
        transform: scaleY(1);
    }

    .page-nav .navbar-collapse>.page-menu>li>ul,
    .page-nav .navbar-collapse>.page-menu>li>ul>li>ul {
        border-top: 1px solid rgba(34, 34, 34, 0.1) !important;
    }

    .page-nav .navbar-collapse>.page-menu>li,
    .page-nav .navbar-collapse>.page-menu>li>ul>li,
    .page-nav .navbar-collapse>.page-menu>li>ul>li>ul>li {
        border-top: 1px solid rgba(34, 34, 34, 0.1) !important;
        border-bottom: none;
        opacity: 1 !important;
        top: 0px !important;
        left: 0px !important;
        visibility: visible !important;
    }

    .page-nav .navbar-collapse>.page-menu>li:first-child,
    .page-nav .navbar-collapse>.page-menu>li>ul>li:first-child,
    .page-nav .navbar-collapse>.page-menu>li>ul>li>ul>li:first-child {
        border-top: none !important;
    }

    .page-nav .navbar-collapse>.page-menu>li>ul>li:first-child,
    .page-nav .navbar-collapse>.page-menu>li>ul>li>ul>li:first-child {
        border-top: none !important;
    }

    .page-nav .navbar-collapse>.page-menu>li:first-child {
        border: none;
    }

    .page-nav .navbar-collapse>.page-menu>li>a,
    .page-nav .navbar-collapse>.page-menu>li>ul>li>a,
    .page-nav .navbar-collapse>.page-menu>li>ul>li>ul>li>a {
        padding: 12px 20px !important;
        line-height: 22px;
        color: #222;
        font-weight: 400;
        font-size: 15px;
        background: #fff;
        text-align: left;
    }

    .page-nav .navbar-collapse>.page-menu>li>a:hover,
    .page-nav .navbar-collapse>.page-menu>li>a:active,
    .page-nav .page-menu>li .mega-menu-bar .column>ul>li>a,
    .page-nav .navbar-collapse>.page-menu>li>a:focus {
        background: #ff5926;
    }

    .page-nav .navbar-collapse>.page-menu>li:hover>a,
    .page-nav .navbar-collapse>.page-menu>li>ul>li:hover>a,
    .page-nav .navbar-collapse>.page-menu>li>ul>li>ul>li:hover>a,
    .page-nav .navbar-collapse>.page-menu>li.current>a,
    .page-nav .page-menu>li .mega-menu-bar .column>ul>li>a,
    .page-nav .navbar-collapse>.page-menu>li.current-menu-item>a {
        background: #fff;
        color: #222 !important;
    }

    .page-nav .navbar-collapse>.page-menu li.nav__dropdown .dropdown-btn {
        display: block;
    }

    .page-nav .navbar-collapse>.page-menu li.nav__dropdown:after,
    .page-nav .page-menu>li>ul:before {
        display: none !important;
    }

    ul.page-menu .nav-item.active ul li .nav-link {
        background: #fff;
        color: #222;
    }

}



.cards {
    margin-bottom: 30px
}

.card {
    border: none
}

.card .post-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    font-size: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card .post-info>div {
    margin-right: 20px
}

.card .post-info i {
    color: #570000;
    font-size: 12px;
    position: relative;
    top: 1px;
    margin-right: 6px
}

@media (max-width: 576px) {
    .card .post-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .card .post-info>div {
        margin-bottom: 3px;
        width: 100%;
        margin-right: 0
    }
}

.card--has-shadow {
    border-radius: 7px;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08)
}

.card--blog-post {
    border: none;
    margin: 20px 0
}

.card--blog-post img {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.card--blog-post:hover img,
.card-related-post img:hover,
.card-volunteer:hover img {
    opacity: .8
}

.card--blog-post .card-body {
    padding: 0 0 0 5px
}

.card--blog-post .card-title {
    color: #570000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.5px;
    margin-bottom: 8px;
    margin-top: -1px;
    line-height: 1.35
}

.card--blog-post .card-text {
    font-size: 12px;
    letter-spacing: -.3px
}

@media (max-width: 800px) {
    .card--blog-post .card-body {
        padding: 0 0 0 15px
    }

    .card--blog-post img {
        max-width: 100%;
        width: 100%
    }
}

.card-volunteer {
    border: none;
    padding: 20px 0
}

.card-volunteer:first-child {
    padding-top: 0
}

.card-volunteer .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card-volunteer:not(:last-child),
.page-header .bottom-content .recent-items li:not(:last-child) {
    border-bottom: 2px solid #e2e2e2
}

.card-volunteer img {
    max-width: 70px
}

.card-volunteer .card-body {
    padding: 0 0 0 10px
}

.card-volunteer .card-title {
    color: #570000;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px
}

.block--recent-event .recent-events-list .item ul li .icon-pin,
.card--blog-offer .post-data--bottom .data>div .icon-pin,
.card--event .post-data--bottom .data>div .icon-pin,
.card-volunteer .card-text {
    font-size: 14px
}

@media (max-width: 1199px) {
    .card-volunteer img {
        max-width: 100%
    }
}

.card-related-post {
    padding: 18px 0;
    border: none;
    border-bottom: 2px solid #e2e2e2
}

.tab-content .card-related-post:last-child {
    border-bottom: none;
}

.card-related-post img {
    border-radius: 2px;
    width: 100%
}

.card-related-post .card-body {
    padding: 0 0 0 20px
}

.card-related-post .card-title {
    font-size: 1rem;
    color: #570000;
    margin-bottom: 8px
}

.card-related-post .card-title a:hover{
    color: #730101;
}

.card-related-post .card-text {
    font-size: 12px;
    margin-bottom: 7px
}

@media (max-width: 767px) {
    .card-related-post img {
        margin-bottom: 20px
    }

    .card-related-post .card-body {
        padding-left: 0
    }
}

.card--blog-main {
    margin-bottom: 60px
}

.card--blog-main img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px
}

.card--blog-main .card-title {
    color: #570000;
    font-size: 1.375rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.card--blog-main .card-title a {
    color: #570000;
    font-size: 1.375rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.card--blog-main .card-text {
    line-height: 1.7;
    margin-bottom: 30px;
}

.card--blog-main .card-body {
    padding: 30px
}

.card--blog-main .post-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    letter-spacing: -.2px
}

.card--blog-main .post-data>div:not(:last-child) {
    margin-right: 2vw
}

.card--blog-main .post-data>div i {
    color: #570000;
    margin-right: 8px;
    font-size: 14px;
    position: relative;
    top: 1px
}

.card--blog-main .post-data .comment {
    margin-left: 1.2vw
}

@media (max-width: 600px) {
    .card--blog-main .post-data {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .card--blog-main .post-data>div {
        margin-bottom: 5px
    }
}

.card--blog {
    margin-bottom: 30px
}

.card--blog,
.card--blog-offer,
.card--event {
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08)
}

.card--blog .card-body,
.card--blog-offer .card-body,
.card--event .card-body {
    padding: 20px 30px 30px
}

.card--blog .card-title,
.card--blog-offer .card-title,
.card--event .card-title {
    color: #570000;
    font-weight: 600;
    font-size: 1.325rem;
    line-height: 1.5;
    margin-bottom: 10px
}

.card--blog .card-title a,
.card--blog-offer .card-title a,
.card--event .card-title a {
    color: #570000;
    font-weight: 600;
    font-size: 1.325rem;
    line-height: 1.5;
    margin-bottom: 10px
}

@media (max-width: 800px) {

    .card--blog .card-title,
    .card--blog-offer .card-title,
    .card--event .card-title,
    .card--blog .card-title a,
    .card--blog-offer .card-title a,
    .card--event .card-title a {
        font-size: 1rem
    }
}

.card--blog .card-text {
    line-height: 1.75
}

.card--blog .card-text,
.card--blog-offer .card-text,
.card--event .card-text {
    margin-bottom: 30px;
    letter-spacing: -.5px
}

.card--blog .post-data,
.card--blog-offer .post-data,
.card--event .post-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card--blog .post-data i:not(.icon-right-arrow),
.card--blog-offer .post-data i:not(.icon-right-arrow),
.card--event .post-data i:not(.icon-right-arrow) {
    color: #570000;
    margin-right: 8px;
    font-size: 14px;
    position: relative;
    top: 1px
}

.card--blog .post-data--top,
.card--blog-offer .post-data--top,
.card--event .post-data--top {
    margin-bottom: 12px
}

@media (max-width: 600px) {

    .card--blog .post-data--bottom .author,
    .card--blog-offer .post-data--bottom .author,
    .card--event .post-data--bottom .author {
        display: none
    }
}

.card--event {
    margin-top: 60px
}

.card--blog-offer,
.card--event {
    margin-bottom: 0
}

.card--blog-offer .card-body,
.card--event .card-body {
    padding-bottom: 0
}

.card--blog-offer .card-text,
.card--event .card-text {
    line-height: 1.8
}

.card--blog-offer .post-data--bottom,
.card--event .post-data--bottom {
    background: #efefef;
    width: calc(100% + 60px);
    margin-left: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.card--blog-offer .post-data--bottom .date,
.card--event .post-data--bottom .date {
    padding: 18px 30px;
    border-right: 2px solid #d4d4d4;
    text-align: center
}

.card--blog-offer .post-data--bottom .date span,
.card--event .post-data--bottom .date span {
    display: block;
    font-size: 1rem;
    font-weight: 800;
    color: #570000;
    text-transform: uppercase
}

.card--blog-offer .post-data--bottom .date span:first-child,
.card--event .post-data--bottom .date span:first-child {
    font-size: 1.6875rem;
    margin-bottom: -10px
}

@media (max-width: 600px) {

    .card--blog-offer .post-data--bottom .date,
    .card--event .post-data--bottom .date {
        padding: 10px 15px
    }

    .card--blog-offer .post-data--bottom .date span,
    .card--event .post-data--bottom .date span {
        font-size: 13px
    }

    .card--blog-offer .post-data--bottom .date span:first-child,
    .card--event .post-data--bottom .date span:first-child {
        font-size: 18px;
        line-height: 2
    }
}

.card--blog-offer .post-data--bottom .data,
.card--event .post-data--bottom .data {
    padding: 14px 28px
}

.card--blog-offer .post-data--bottom .data>div,
.card--event .post-data--bottom .data>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card--blog-offer .post-data--bottom .data>div:first-child,
.card--event .post-data--bottom .data>div:first-child {
    margin-bottom: 12px
}

.card--blog-offer .post-data--bottom .data span,
.card--event .post-data--bottom .data span {
    display: block;
    font-size: 14px;
    letter-spacing: -.3px;
    line-height: 1
}

@media (max-width: 600px) {

    .card--blog-offer .post-data--bottom .data,
    .card--event .post-data--bottom .data {
        padding: 10px 20px
    }

    .card--blog-offer .post-data--bottom .data>div:first-child,
    .card--event .post-data--bottom .data>div:first-child {
        margin-bottom: 2px
    }

    .card--blog-offer .post-data--bottom .data span,
    .card--event .post-data--bottom .data span {
        font-size: 12px
    }
}

.card--blog-offer {
    margin-top: 0
}

@media (max-width: 767px) {
    .card--blog-offer {
        margin-bottom: 30px
    }
}

.single-tribe_events .card--event {
    margin-top: 0;
}


.single-event-card .tribe-events-event-image {
    text-align: left;
    margin-bottom: 0;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    border-radius: .25rem .25rem 0 0;
}

.single-event-card .card--event {
    margin-top: 0;
}

.single-event-card h1 {
    font-size: 1.5rem!important;
    color: #570000;
    padding: 4px 0 20px!important;
}

.single-tribe_events .tribe-events-cal-links a {
    background: #af0101;
    color: #fff;
    padding: 10px 25px;
}

.single-tribe_events .tribe-events-cal-links a:hover {
    background: #570000;
    color: #fff;
    padding: 10px 25px;
}

.hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hero:after {
    content: '';
    position: absolute;
    background: #000;
    opacity: .6;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.hero .container {
    z-index: 1000
}

.hero,
.hero .container,
.hero .content {
    position: relative
}

.hero .content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center
}

.hero--lg {
    height: 64vh;
    min-height: 400px;
    padding: 50px 0
}

.hero--lg .content h1 {
    line-height: 1.633
}

@media (max-width: 1400px) {
    .hero--lg {
        height: 50vh
    }
}

@media (max-width: 800px) {
    .hero--lg .content h1 {
        line-height: 1.2
    }
}

.hero--sm {
    height: 24vh;
    min-height: 240px
}

.block--article .publish-data .share span,
.hero--sm .content h1 strong {
    display: inline-block
}

@media (max-width: 1400px) {
    .hero--sm {
        height: 20vh;
        min-height: 200px
    }
}

.cs-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border-radius: 4px;
    padding: .8rem 3.25rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #af0101;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600
}

.cs-btn--full-width,
.gallery .gallery-item figure img {
    width: 100%
}

.cs-btn:hover {
    color: #fff;
    background: #730101
}

.cs-btn-flat {
    background: 0 0;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    font-size: 1rem;
    letter-spacing: -.2px
}

.cs-btn-flat:focus,
.cs-btn-flat:hover {
    color: #e2e2e2
}

.cs-btn-flat:focus i,
.cs-btn-flat:hover i {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0)
}

.cs-btn-flat i {
    margin-left: 10px;
    position: relative;
    top: 1px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.cs-btn-flat--light,
.cs-btn-flat--light i {
    color: #fff
}

.cs-btn-flat--dark {
    color: #570000
}

.cs-btn-flat--dark i,
.list-items .list-item a:hover {
    color: #af0101
}

.cs-btn-flat--dark:focus,
.cs-btn-flat--dark:hover {
    color: #af0101
}

.cs-btn-flat--sm {
    font-size: 12px
}

.cs-btn-flat--sm i {
    margin-left: 7px;
    font-size: 10px
}

.filter-bar {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 1400px) {
    .filter-bar {
        height: 65px
    }
}

@media (max-width: 1200px) {
    .filter-bar {
        height: auto;
        min-height: 65px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.filter-bar>ul li {
    color: #fff;
    height: 100%;
    font-size: 20px
}

.filter-bar>ul li>a {
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 2.5vw
}

.filter-bar>ul .btn-group {
    padding: 0 1.5em
}

.filter-bar>ul .btn-group .dropdown-toggle::after {
    vertical-align: middle;
    font-size: 14px
}

.filter-bar>ul .btn-group .btn {
    color: #fff;
    font-size: 1.1rem
}

@media (max-width: 1400px) {
    .filter-bar>ul .btn-group .btn {
        font-size: 1rem
    }
}

@media (max-width: 1200px) {
    .filter-bar>ul {
        width: 100%
    }

    .filter-bar>ul li {
        width: 25%;
        height: 70px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
}

@media (max-width: 600px) {
    .filter-bar>ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .filter-bar>ul li {
        width: 50%;
        height: 55px
    }
}

.filter-bar .filter-search-form {
    height: 100%;
    padding: 26px 2.5vw;
    width: 35%;
    min-width: 300px
}

.filter-bar .filter-search-form .input-search,
.filter-bar>ul li,
.filter-bar>ul li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.filter-bar .filter-search-form .input-search i {
    color: #fff;
    font-size: 25px
}

.filter-bar .filter-search-form input {
    color: #fff;
    background: 0 0;
    width: 100%;
    padding: 0 20px
}

.filter-bar .filter-search-form input::-webkit-input-placeholder {
    color: #fff;
    opacity: .6
}

.filter-bar .filter-search-form input::-moz-placeholder {
    color: #fff;
    opacity: .6
}

.filter-bar .filter-search-form input:-ms-input-placeholder,
.filter-bar .filter-search-form input::-ms-input-placeholder {
    color: #fff;
    opacity: .6
}

.filter-bar .filter-search-form input::placeholder {
    color: #fff;
    opacity: .6
}

@media (max-width: 1400px) {
    .filter-bar .filter-search-form {
        width: 30%;
        padding: 22px 2vw
    }

    .filter-bar .filter-search-form .input-search i {
        font-size: 20px
    }

    .filter-bar .filter-search-form input {
        padding: 0 15px
    }
}

@media (max-width: 1200px) {
    .filter-bar .filter-search-form {
        width: 100%;
        min-width: 100%
    }
}

@media (max-width: 600px) {
    .filter-bar .filter-search-form {
        padding: 17px 5vw
    }
}

.tags,
.tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tags {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px;
    clear: both;
}

@media (max-width: 600px) {
    .tags {
        margin-top: 30px
    }
}

.tags span {
    font-weight: 700;
    color: #570000;
    font-size: 1rem;
    letter-spacing: -.2px;
    margin-right: 30px;
    margin-top: -7px;
}

.tags a:not(:last-child) {
    margin-right: 20px
}

.tags a {
    background: #ffefef;
    color: #4d4d4d;
    display: block;
    border-radius: 4px;
    font-size: .875rem;
    padding: .71rem 1.25rem;
    margin-bottom: 10px;
}

.tags a:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .08);
    box-shadow: 0 0 15px rgba(0, 0, 0, .08)
}

@media (max-width: 600px) {
    .tags {
        width: 100%;
        margin-left: 0;
        margin-top: 15px
    }

    .tags {
        margin-bottom: 10px
    }
}

.cs-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    top: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.cs-breadcrumb li {
    color: #fff;
    padding: 0 2px;
    font-size: 20px
}

.cs-breadcrumb li a {
    display: block;
    color: #fff
}

.gallery,
article.article {
    margin-bottom: 60px
}

@media (max-width: 600px) {
    .gallery {
        margin-bottom: 30px
    }
}

.gallery .gallery-item {
    display: block;
    margin-bottom: 15px;
    position: relative;
}



.gallery .gallery-item:hover .play-icon {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.gallery .gallery-item .img-wrapper {
    position: relative;
    margin-bottom: 15px;
}

.gallery .gallery-item figure figcaption {
    color: #4d4d4d;
    font-size: 1rem;
    margin-top: 15px
}

.gallery .gallery-item .play-icon {
    background: url(../img//play-btn.png) no-repeat;
    background-size: 100%;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 43%;
    top: 36%;
    z-index: 10;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
    transform: translate(-50%, -50%);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    z-index: 2;
}

.gallery .default-portfolio-item {
    margin-bottom: 40px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block !important;
    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-caption {
    display: block;
}

input {
    display: inline-block;
    background: 0 0;
    border: none;
    font-size: .775rem
}

input,
input[type=password],
input[type=search],
input[type=text] {
    height: 40px;
    padding: 0 20px
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none
}

.cs-textarea {
    display: inline-block;
    min-height: 100px;
    width: 100%;
    border: 2px solid #e2e2e2;
    border-radius: 5px
}

form {
    display: block;
    position: relative
}

.page-footer .widget_mc4wp_form_widget .mc4wp-form,
.page-footer .widget_text .mc4wp-form,
.form--search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
}

.page-footer .widget_mc4wp_form_widget .mc4wp-form input,
.page-footer .widget_text .mc4wp-form input,
.form--search input {
    background: 0 0;
    border: 2px solid #fff;
    color: #fff;
    display: block;
    width: 100%;
    border-radius: 2px
}

.page-footer .widget_mc4wp_form_widget .mc4wp-form input::-webkit-input-placeholder,
.form--search input::-webkit-input-placeholder,
.page-footer .footer-search-form input::-webkit-input-placeholder,
.page-footer .widget_text .mc4wp-form input::-webkit-input-placeholder {
    color: #fff;
    opacity: .6
}

.page-footer .widget_mc4wp_form_widget .mc4wp-form input::-moz-placeholder,
.form--search input::-moz-placeholder,
.page-footer .footer-search-form input::-moz-placeholder,
.page-footer .widget_text .mc4wp-form input::-moz-input-placeholder {
    color: #fff;
    opacity: .6
}

.page-footer .widget_mc4wp_form_widget .mc4wp-form input:-ms-input-placeholder,
.page-footer .widget_mc4wp_form_widget .mc4wp-form input::-ms-input-placeholder,
.form--search input:-ms-input-placeholder,
.form--search input::-ms-input-placeholder,
.page-footer .footer-search-form input:-ms-input-placeholder,
.page-footer .footer-search-form input::-ms-input-placeholder,
.page-footer .widget_text .mc4wp-form input::-ms-input-placeholder {
    color: #fff;
    opacity: .6
}

.page-footer .widget_mc4wp_form_widget .mc4wp-form input::placeholder,
.form--search input::placeholder,
.page-footer .footer-search-form input::placeholder,
.page-footer .widget_text .mc4wp-form input::placeholder {
    color: #fff;
    opacity: .6
}

.page-footer .widget_mc4wp_form_widget .mc4wp-form input[type=submit],
.page-footer .widget_text .mc4wp-form input[type=submit],
.form--search button {
    background: #fff;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 2px
}

.form--search button {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 50px
}

.page-footer .widget_mc4wp_form_widget .mc4wp-form input[type=submit],
.page-footer .widget_text .mc4wp-form input[type=submit] {
    width: auto;
    padding: 13px 13px;
    font-size: 12px
}

.page-footer .widget_mc4wp_form_widget .mc4wp-form input[type=submit],
.page-footer .widget_mc4wp_form_widget .mc4wp-form input[type=submit] i,
.page-footer .widget_text .mc4wp-form input[type=submit],
.page-footer .widget_text .mc4wp-form input[type=submit] i,
.form--search button i {
    color: #570000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (max-width: 1110px) {

    .page-footer .widget_mc4wp_form_widget .mc4wp-form,
    .page-footer .widget_text .mc4wp-form,
    .form--search {
        width: 100%
    }
}

@media (max-width: 900px) {

    .page-footer .widget_mc4wp_form_widget .mc4wp-form,
    .page-footer .widget_text .mc4wp-form,
    .form--search {
        width: 100%;
        margin-top: 20px
    }
    .page-footer .widget_mc4wp_form_widget,
    .page-footer .widget_text .mc4wp-form{
        padding-left: 0;
    }
}

.info-bar,
.info-bar__content,
.info-bar__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.info-bar {
    background: #fff;
    margin-bottom: 30px;
    height: 60px;
    overflow: hidden;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    border-radius: 5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.info-bar p {
    margin-bottom: 0
}

.info-bar__content,
.info-bar__left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.info-bar__left {
    padding: 0 30px;
    border-right: 2px solid #e2e2e2
}

.info-bar__left .info-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: url(../img/info-icon.png) no-repeat;
    background-size: 100%;
    border-radius: 50%;
    width: 28px;
    height: 28px
}

.info-bar__content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 1.6vw;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: -.2px
}

.info-bar__right {
    border-left: 2px solid #e2e2e2;
    padding: 0 36px;
    position: relative
}

.info-bar__right .step-arrow {
    position: absolute;
    display: block;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: .5
}

.info-bar__right .step-arrow:hover,
.sponsors-slider+.step-arrows button:hover {
    opacity: 1
}

.info-bar__right .step-arrow i {
    font-size: 9px;
    width: 7px
}

.info-bar__right .step-arrow.down,
.info-bar__right .step-arrow.up {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.info-bar__right .step-arrow.up {
    top: 10px
}

.info-bar__right .step-arrow.down {
    bottom: 8px
}

@media (max-width: 800px) {
    .info-bar {
        height: 80px
    }

    .info-bar__left {
        padding: 0 20px
    }

    .info-bar p {
        font-size: .9rem
    }
}

@media (max-width: 570px) {
    .info-bar__left {
        padding: 0 15px
    }

    .info-bar__left .info-icon {
        width: 19px;
        height: 19px
    }

    .info-bar p {
        font-size: .8rem
    }
}

.sponsors-slider {
    position: relative;
    width: 100%;
    padding: 0 10px
}

.sponsors-slider+.step-arrows {
    position: absolute;
    background: #fff;
    height: 100%;
    width: 25px;
    right: 0;
    top: 0;
    z-index: 100
}

.sponsors-slider+.step-arrows button {
    font-size: 30px;
    color: #666;
    opacity: .5;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.sponsors-slider+.step-arrows button.next {
    margin-top: 5px
}

.banner,
.banner img,
.widget_media_image img {
    border-radius: 4px;
    width: 100%
}

.banner,
.widget_media_image {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    position: relative;
    padding: 0 !important;
}

.banner img,
.widget_media_image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.banner--bottom {
    margin-top: 30px
}

/*.banner--side-sm {
    height: 327px
}*/
.banner--side-md {
    height: 500px
}

.banner--side-md:after,
.widget_media_image:after {
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, .64)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .64) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%
}

.banner .banner-title {
    color: #fff;
    font-size: 3.125rem;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100
}

.banner--side-lg {
    height: 660px
}

.tabs {
    border-bottom: 2px solid #e2e2e2
}

.tabs .nav-item {
    margin-right: 50px
}

@media (max-width: 600px) {
    .tabs .nav-item {
        margin-right: 25px
    }
}

.tabs .nav-link {
    color: #666;
    border: none;
    letter-spacing: -.2px;
    font-weight: 500;
    position: relative;
    padding: 0 0 10px
}

.tabs .nav-link:after {
    content: '';
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    width: 0
}

.tabs .nav-link.active {
    color: #570000;
    border: none;
    font-weight: 600
}

.tabs .nav-link.active:after {
    content: '';
    background: #af0101;
    position: absolute;
    bottom: -2px;
    height: 4px;
    left: 0;
    width: 100%
}

.sort-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sort-bar span {
    color: #570000;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -.2px;
    margin-right: 1.6vw
}

.sort-bar .filter {
    color: #666;
    border: none;
    letter-spacing: -.2px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    display: inline-block;
    border-radius: .25rem;
    font-size: 1rem;
    padding: .6rem 2.3rem;
}

.sort-bar .filter.active {
    background: #af0101;
    border-radius: .25rem;
    color: #fff;
}

@media (max-width: 480px) {
    .sort-bar>ul {
        margin-top: 0;
    margin-left: 10px;
    }

    .sort-bar .filter {
        padding: .6rem 1.3rem;
    }
}

.list-items .list-item,
.pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.list-items .list-item {
    margin-bottom: 17px
}

.list-items .list-item a {
    display: block;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 500
}

.list-items .list-item span {
    line-height: 1
}

.list-items .list-item i {
    color: #af0101;
    position: relative;
    top: 1px;
    margin-right: 10px;
    font-size: 10px
}

.pagination {
    background: #fff;
    max-width: 512px;
    width: 100%;
    padding: 10px 13px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08)
}

@media (max-width: 600px) {
    .pagination {
        max-width: 100%;
        margin-top: -30px;
        margin-bottom: 10px
    }
}

.pagination ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 600px) {
    .pagination ul {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.pagination ul li {
    width: 2.6875rem
}

.pagination ul li:not(:last-child) {
    margin-right: 17px
}

@media (max-width: 600px) {
    .pagination ul li:not(:last-child) {
        margin-right: 10px
    }
}

.pagination ul li a {
    display: block;
    color: #adadad;
    font-size: 1.375rem;
    padding: 2px 5px;
    font-weight: 500;
    border-radius: 5px;
    text-align: center
}

.pagination ul li a:hover,
.pagination ul li.active a {
    color: #fff;
    background: #570000
}

@media (max-width: 600px) {
    .pagination ul li a {
        font-size: 1rem
    }
}

.pagination ul li.last,
.pagination ul li.more {
    margin-left: .7vw
}

.pagination ul li.more {
    letter-spacing: .8px
}

.pagination ul li.next a,
.pagination ul li.prev a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    height: 100%
}

.pagination ul li.next a i,
.pagination ul li.prev a i {
    position: relative;
    top: 1px
}

.pagination ul li.next a:hover,
.pagination ul li.prev a:hover {
    color: #adadad;
    background: #e2e2e2
}

.content-title {
    margin-bottom: 30px
}

.content-title h2 {
    color: #570000;
    font-size: 1.375rem;
    font-weight: 700
}

.link {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.2px
}

.block--helped .help-value strong,
.link--primary {
    color: #570000
}

.link--secondary,
article.article b,
article.article strong {
    color: #4d4d4d
}

.link--underline {
    color: #4d4d4d;
    text-decoration: underline
}

.link--italic {
    color: #4d4d4d;
    font-style: italic
}

.table,
table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 30px
}

.table thead,
table thead {
    padding: 0 10px
}

.table thead th,
table thead th {
    background: #af0101;
    color: #fff;
    font-size: 12px;
    border: none;
    padding: 10px 30px;
    text-transform: uppercase
}

.table tr:nth-child(even) td,
table tr:nth-child(even) td {
    background: #ffcdcd
}

.table tr:nth-child(odd) td,
table tr:nth-child(odd) td {
    background: #ffefef
}

.table td,
table td {
    border: none;
    padding: 10px 30px;
    font-size: 14px
}

.alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding: 20px 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.alert h4,
.alert p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 8px
}

.alert p {
    margin-bottom: 0;
    font-size: 11px
}

.alert .alert-icon i {
    display: block;
    background: url(../img//danger.png) no-repeat;
    width: 37px;
    height: 31px
}

.alert .alert-content {
    padding-left: 20px
}

.alert-primary {
    background: #678bbb
}

.alert-danger {
    background: #ca373d
}

.alert-warning {
    background: #ddbc67
}

.alert-success {
    background: #7fc46b
}

.tile-slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 74%;
    flex: 1 0 74%;
    overflow: hidden;
    position: relative
}

.tile-slider-wrapper .stepper {
    width: 100%;
    position: absolute;
    top: 10%
}

.tile-slider-wrapper .stepper button {
    color: #fff;
    opacity: .4;
    position: absolute;
    font-size: 27px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.tile-slider-wrapper .stepper button:hover {
    opacity: 1
}

.tile-slider-wrapper .stepper .prev {
    left: 25px
}

.tile-slider-wrapper .stepper .next {
    right: 25px
}

.tile-slider {
    width: 100%
}

.tile-slider .slick-list,
.tile-slider .slick-track,
.tile-slider .slide {
    height: 100%
}

.page-header {
    position: relative;
    z-index: 10
}

.page-header__top {
    background: #af0101
}

.page-header .page-header-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.page-header .page-header-submenu ul li a {
    color: #fff;
    font-size: .6875rem;
    display: block;
    opacity: .7;
    padding: .8125rem 1.3125rem
}

.page-header .page-header-submenu ul li a:focus,
.page-header .page-header-submenu ul li a:hover {
    opacity: 1;
    background: #730101
}

.page-header .page-header-submenu ul li.active a {
    opacity: 1;
    background: #730101
}

@media (max-width: 600px) {
    .page-header .page-header-submenu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.page-header__middle {
    background: #af0101;
    padding: 21px 0
}

.page-header__middle .form--search {
    width: 335px;
}

.page-header__middle .middle-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 900px) {
    .page-header__middle .middle-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.page-header .middle-left,
.page-header .middle-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 600px) {
    .page-header .middle-left,
    .page-header .middle-left .page-header-brand,
    .page-header .middle-right,
    .page-header .middle-right .page-header-brand {
        width: 100%
    }
}

.page-header .middle-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 900px) {
    .page-header .middle-right {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.page-header .brand-logo {
    display: block;
    padding-right: 2.5vw;
    height: 78px;
    border-right: 2px solid #840000;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.page-header .brand-logo:hover {
    opacity: .85
}

.page-header .brand-logo img {
    display: block;
    max-width: 285px;
    height: auto;
    position: relative
}

@media (max-width: 1110px) {
    .page-header .brand-logo {
        height: 48px
    }

    .page-header .brand-logo img {
        max-width: 205px
    }
}

@media (max-width: 600px) {
    .page-header .brand-logo {
        border: none;
        padding-right: 0
    }
}

.page-header .brand-text {
    max-width: 330px;
    margin-left: 2.5vw
}

.page-header .brand-text p {
    color: #fff;
    margin-bottom: 0;
    opacity: .8;
    font-size: .75rem
}

@media (max-width: 900px) {
    .page-header .brand-text {
        max-width: 500px
    }
}

@media (max-width: 600px) {
    .page-header .brand-text {
        display: none
    }
}

.page-header__bottom {
    background: #730101
}

.page-header .bottom-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-header .bottom-content .navbar-extend .extend-btn {
    color: #fff;
    background: #570000;
    display: block;
    padding: 1.4125rem 1.9rem;
    font-size: .875rem;
    font-weight: 500;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    line-height: 1;
    min-width: 95px;
    width: 100%;
    text-align: center
}



.page-header .bottom-content .navbar-extend .extend-btn:after,
article.article .simple-list li:before {

    display: none
}



.page-header .bottom-content .navbar-extend .extend-btn:hover {

    background: #fff;

    color: #730101
}



.page-header .bottom-content .navbar-extend .extend-dropdown {

    right: 0;

    border: none;

    min-width: 360px;

    margin-top: 15px;

    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .14);

    box-shadow: 0 10px 40px rgba(0, 0, 0, .14);

    padding: 10px 0
}



.page-header .bottom-content .navbar-extend .extend-dropdown:after {

    content: '';

    width: 0;

    height: 0;

    border-left: 9px solid transparent;

    border-right: 9px solid transparent;

    border-bottom: 9px solid #fff;

    position: absolute;

    top: -9px;

    right: 85px
}



@media (max-width: 600px) {

    .page-header .bottom-content .navbar-extend .extend-dropdown {

        min-width: 300px
    }



    .page-header .bottom-content .navbar-extend .extend-dropdown:after {

        right: 70px
    }

}



.page-header .bottom-content .recent-items {

    padding: 0 20px
}



.page-header .bottom-content .recent-items li {

    padding: 20px 0
}



.page-header .bottom-content .recent-items li h3 {

    margin-bottom: 12px;

    color: #570000;

    font-size: 1rem;

    font-weight: 600;

    letter-spacing: -.3px;

    -webkit-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out
}
.page-header .bottom-content .recent-items li:hover h3 {

    color: #000;
}



.page-header .bottom-content .recent-items li .comment-info {

    font-size: .75rem;

    color: #4d4d4d
}



.page-footer {

    color: #fff;

    background: #570000
}

.page-footer .widget_text img {
    width: 72%;
}


.page-footer .footer-search-form {

    max-width: 549px;

    min-width: 300px;

    width: 100%;

    position: relative
}



.page-footer .footer-search-form .input-search {

    height: 60px
}



.page-footer .footer-search-form input {

    border-radius: 30px;

    padding: 0 50px;

    height: inherit;

    width: 100%
}



.page-footer .follow-us ul li a,
.page-footer .footer-search-form button {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center
}



.page-footer .footer-search-form button {

    position: absolute;

    text-align: right;

    top: 0;

    right: 0;

    color: #fff;

    border-top-right-radius: 30px;

    border-bottom-right-radius: 30px;

    padding: 0 1.5em;

    font-size: 25px;

    height: inherit
}



@media (max-width: 1700px) {

    .page-footer .footer-search-form {

        max-width: 320px
    }



    .page-footer .footer-search-form input {

        padding: 0 20px
    }



    .page-footer .footer-search-form button {

        padding: 0 1em;

        font-size: 20px
    }

}



@media (max-width: 1400px) {

    .page-footer .footer-search-form .input-search {

        height: 50px
    }

}



@media (max-width: 990px) {

    .page-footer .footer-search-form {

        width: 100%
    }

}



.page-footer .footer-inner {

    padding: 60px 0 52px
}



.page-footer .footer-inner address,
.page-footer .footer-inner p {
    color: #fff;
    opacity: 1;
    font-size: 14px;
    letter-spacing: -.2px;
    margin-bottom: 10px;
}



.page-footer .footer-inner address a,
.page-footer .footer-inner p a {

    font-size: .875rem;

    color: #fff
}



@media (max-width: 767px) {

    .page-footer .footer-inner {

        padding: 40px 0
    }

}



.page-footer .footer-title {

    color: #fff;

    font-weight: 600;

    margin-bottom: 1.875rem;

    letter-spacing: .3px;

    font-size: 1.125rem
}



@media (max-width: 767px) {

    .page-footer .footer-title {

        margin-bottom: 1.3rem
    }

}



.page-footer .follow-us ul {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    max-width: 270px;

    margin-bottom: -30px
}



.page-footer .follow-us ul li {
    margin-bottom: 10px;
    margin-right: 10px;

}



.page-footer .follow-us ul li a {
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    opacity: .8;

}



.block--main .related-posts .stepper button:hover,
.page-footer .follow-us ul li a:hover {
    opacity: 1
}



.page-footer .follow-us ul li i {
    font-size: 13px;
    color: #fff;
    position: relative;
    top: 1px
}



.page-footer .follow-us ul li .icon-twitter {
    font-size: 13px
}



.page-footer .follow-us ul li .icon-gplus {

    font-size: 13px
}



.page-footer .follow-us ul li .icon-youtube {

    font-size: 13px
}



.page-footer .follow-us ul li .icon-vimeo {

    font-size: 13px
}



@media (max-width: 767px) {

    .page-footer .follow-us ul {

        max-width: 100%;

        margin-bottom: 20px
    }



    .page-footer .follow-us ul li {

        margin-bottom: 10px
    }



    .page-footer .follow-us ul li:last-child {

        margin-right: 0
    }

}



@media (max-width: 767px) {

    .page-footer .contact-us {

        margin-bottom: 20px
    }

}



.page-footer .widget_mc4wp_form_widget {

    padding-left: 2.4vw
}



.page-footer .widget_mc4wp_form_widget p {

    margin-bottom: 20px
}



.page-footer .footer-bottom,
.sidebar {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex
}



.page-footer .footer-bottom {

    background: #470000;

    padding: 21px 0;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center
}



.page-footer .footer-bottom p {

    color: #fff;

    font-size: .875rem;

    line-height: 1;

    letter-spacing: .3px;

    margin-bottom: 0;

    text-align: center
}



.sidebar {

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-box-align: start;

    -ms-flex-align: start;

    align-items: flex-start;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-pack: start;

    -ms-flex-pack: start;

    justify-content: flex-start;

    width: 277px
}


.sidebar ul li {
    position: relative;
    padding: 0 0px 5px 0;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.sidebar ul li:last-child {
    padding: 0 0px 0 0px;
    border-bottom: none;
    margin-bottom: 0;
}

.widget_rss ul li {
    padding: 0 0 15px 0;
}

.widget_rss ul li:last-child {
    padding: 0 0px 0 0px;
}


.sidebar ul li ul li {
    padding: 0 0px 5px 10px;
}

.sidebar ul li ul li:last-child {
    padding: 0 0px 0px 10px;
}

.sidebar ul li a {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

/*.sidebar ul li a:before {
    content: "\E00B";
    position: absolute;
    left: 0;
    top: 10%;
    font-size: 12px;
    color: #af0101;
    font-family: Icons;
}*/
.sidebar ul li a:hover {
    color: #af0101;
}

@media (max-width: 1199px) {

    .sidebar {
        width: 100%;
        margin: 30px 0 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }



    .sidebar .block {

        width: 50%;

        -webkit-box-flex: 1;

        -ms-flex: 1 0 48%;

        flex: 1 0 48%;

        margin-right: 30px
    }



    .sidebar .block:nth-child(2) {

        margin-right: 0
    }

}

@media (max-width: 768px) {
    .sidebar .block {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin-right: 0;
    }
}

@media (max-width: 600px) {

    .sidebar .block {

        width: 100%;

        -webkit-box-flex: 1;

        -ms-flex: 1 0 100%;

        flex: 1 0 100%;

        margin-right: 0
    }

}



.sidebar p {

    font-size: 14px;

    line-height: 1.65;

    margin-bottom: 26px
}



.sidebar>div:last-of-type {

    margin-bottom: 0
}



.sidebar .sidebar-item {

    -webkit-box-shadow: 0 0 50px rgba(52, 52, 52, .1);

    box-shadow: 0 0 50px rgba(52, 52, 52, .1);

    margin-bottom: 55px
}



@media (max-width: 1400px) {

    .sidebar .sidebar-item {

        margin-bottom: 50px
    }

}



@media (max-width: 800px) {

    .sidebar .sidebar-item {

        margin-bottom: 40px
    }

}



.block {

    background: #fff;

    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, .08);

    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);

    border-radius: 5px;

    padding: 18px 20px
}



.block--lg {

    padding: 22px 30px
}



.block .block-header,
.block--author figure img {

    margin-bottom: 20px
}



.block .block-header .block-title {

    color: #570000;

    font-size: 1.125rem;

    font-weight: 800;

    letter-spacing: -.2px;

    padding-bottom: 10px;

    border-bottom: 2px solid #e2e2e2;

    position: relative
}



.block .block-header .block-title--noborder {

    border-bottom: 0;

    padding-bottom: 0
}



.block .block-header .block-title--hasdecor:after {

    content: '';

    position: absolute;

    left: 0;

    width: 64px;

    height: 4px;

    bottom: -3px;

    background: #af0101
}



.block--main {

    padding: 20px 30px
}



@media (max-width: 600px) {

    .block--main {

        padding: 20px
    }

}



.block--main .featured-post {

    height: 270px;

    background-repeat: no-repeat;

    background-size: cover;

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end;

    width: calc(100% + 60px);

    margin-left: -30px;

    margin-top: 30px;

    border-left: 4px solid #af0101;

    padding: 30px
}



.block--latest-tiles .main-tile:after,
.block--latest-tiles .sub-tiles .tile-box:after,
.block--main .featured-post:after {
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(49%, rgba(0, 0, 0, .81)), to(#000));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .71) 79%, #000 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%
}



.block--main .featured-post__content {

    position: relative;

    z-index: 10
}



.block--main .featured-post__content h2 {
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 5px;
    font-family: inherit;
}



.block--main .featured-post__content p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0
}



.block--main .featured-post .post-info {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin-bottom: 5px;

    font-size: 12px;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    color: #fff
}



.block--main .featured-post .post-info>div {

    margin-right: 20px
}



.block--main .featured-post .post-info i {

    font-size: 12px;

    position: relative;

    top: 1px;

    margin-right: 6px
}



@media (max-width: 1199px) {

    .block--main .featured-post {

        height: 300px;

        width: calc(100% + 40px);

        margin-left: -20px
    }



    .block--main .featured-post__content {

        max-width: 600px
    }

}



@media (max-width: 600px) {

    .block--main .featured-post {

        padding: 20px
    }



    .block--main .featured-post .post-info {

        -ms-flex-wrap: wrap;

        flex-wrap: wrap
    }



    .block--main .featured-post .post-info>div {

        width: 100%;

        margin-right: 0
    }

}



.block--main .related-posts {

    margin-top: 20px;

    border-top: 2px solid #e2e2e2
}



.block--main .related-posts__bottom {

    padding: 20px 0 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between
}



.block--main .related-posts__bottom a {

    display: block;

    font-weight: 600;

    font-size: 14px;

    margin-right: 20px
}



.block--main .related-posts .stepper button {

    color: #666;

    opacity: .4;

    font-size: 12px;

    -webkit-transition: opacity .3s ease-in-out;

    transition: opacity .3s ease-in-out
}



.block--main .related-posts .stepper .next-btn {

    margin-right: 13px
}



@media (max-width: 600px) {

    .block--main .related-posts .stepper .next-btn {

        margin-right: 0
    }

}

.block--sidebar {
    margin-bottom: 30px;
    width: 100%
}

.sidebar-widgets .block--sidebar {
    margin-bottom: 30px;
}

.block--helped {

    padding-bottom: 8px
}
@media (max-width: 1024px) {
    .block--helped{
            margin-top: 30px;
    }

}

.sticky.card {
    background-color: #ddd;
}

.block--helped .help-desc {

    font-size: 12px;

    margin-bottom: 27px
}

.card-img-top {
    width: auto;
}

.block--helped .progress {

    height: 14px;

    margin-bottom: 20px
}



.block--helped .values {

    margin-bottom: 25px
}



.block--helped .help-value {

    color: #666;

    font-weight: 600
}



.block--helped .help-value:not(:last-child) {

    margin-bottom: 10px
}



.block--helped .cs-btn {

    width: calc(100% + 24px);

    margin-left: -12px
}



.block--recent-event .time-left {
    padding-bottom: 20px
}

.block--recent-event #timer-days,
.block--recent-event #timer-hours,
.block--recent-event #timer-mins,
.block--recent-event #timer-secs {
    margin: 0 3px;
}

.block--recent-event #timer-days span,
.block--recent-event #timer-hours span,
.block--recent-event #timer-mins span,
.block--recent-event #timer-secs span {
    background-color: #262626;
    color: #fff;
    text-align: center;
    width: 20px;
    height: 30px;
    padding: 3px;
    margin-right: 2px;
    font-size: 14px;
    border-radius: 3px;
    display: inline-block;
    line-height: 25px
}

.block--recent-event .timer-days-counter {
    text-align: center;
    width: 100%;
}

.block--recent-event .timer-days-counter li {
    display: inline-block;
    font-size: 12px;
    color: #af0101;
    margin: 9px 9px 0 0;
}

.block--recent-event .timer-days-counter li.hours {
    margin: 9px 0px 0 14px;
}

.block--recent-event .timer-days-counter li.mints {
    margin: 9px 0px 0 17px;
}

.block--recent-event .timer-days-counter li.secnds {
    margin: 9px 0px 0 11px;
}

.block--recent-event .time-left .time-left-title {

    color: #262626;

    font-size: 14px;

    font-weight: 600;

    margin-bottom: 20px
}



.block--recent-event .recent-events-list {

    border-top: 2px solid #e2e2e2
}



.block--recent-event .recent-events-list .item {

    padding: 20px 0
}



.block--recent-event .recent-events-list .item:not(:last-child) {

    border-bottom: 2px solid #e2e2e2
}



.block--recent-event .recent-events-list .item:last-child {

    padding-bottom: 10px
}



.block--recent-event .recent-events-list .item a,
.block--recent-event .recent-events-list .item h3 {

    color: #570000;

    font-size: 14px;

    margin-bottom: 15px;

    font-weight: 700;

    line-height: 1.5
}

.block--recent-event .recent-events-list .item a:hover, .block--recent-event .recent-events-list .item h3:hover{
    color: #730101;
}

.block--recent-event .recent-events-list .item p {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    line-height: 1.35;
}



.block--recent-event .recent-events-list .item ul li {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    font-size: 12px;

    -webkit-box-align: start;

    -ms-flex-align: start;

    align-items: flex-start
}



.block--recent-event .recent-events-list .item ul li:not(:last-child) {

    margin-bottom: 12px
}



.block--recent-event .recent-events-list .item ul li i {

    width: 10px;

    margin-right: 10px;

    font-size: 12px
}



.block--recent-event .recent-events-list .item ul li span {

    display: block;

    letter-spacing: -.4px
}



.block--latest-tiles {

    margin: 20px 0 30px;

    min-height: 430px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex
}



.block--latest-tiles .block-tile {

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end;

    position: relative;

    border-radius: 3px
}



.block--latest-tiles .block-tile h2,
.block--latest-tiles .block-tile p {

    color: #fff
}



.block--latest-tiles .block-tile__item,
.block--latest-tiles .sub-tiles .tile-box .tile-box-content {

    position: relative;

    z-index: 10
}

.block--latest-tiles .block-tile__item h2 a{
    color: #fff !important;
}

.block--latest-tiles .block-tile__item h2 a:hover,
.block--latest-tiles .sub-tiles .tile-box .tile-box-content h2 a:hover{
    color: rgba(255,255,255,0.7)!important ;
}

.block--latest-tiles .main-tile {

    -webkit-box-flex: 1;

    -ms-flex: 1 0 74%;

    flex: 1 0 74%;

    padding: 50px;

    height: 100%
}



.block--latest-tiles .main-tile h2 {
    font-size: 1.5rem !important;
    letter-spacing: -.02em;
    margin-bottom: 10px;
}



.block--latest-tiles .main-tile p {
    margin-bottom: 10px;
    opacity: .8
}



.block--latest-tiles .sub-tiles,
.block--latest-tiles .sub-tiles .tile-box {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column
}



.block--latest-tiles .sub-tiles {

    margin-left: 10px;

    -webkit-box-flex: 1;

    -ms-flex: 1 0 25%;

    flex: 1 0 25%;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between
}



.block--latest-tiles .sub-tiles h2 {
    font-size: .875rem;
    letter-spacing: -.3px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.5
}



.block--latest-tiles .sub-tiles .tile-box {

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

    position: relative;

    padding: 30px 30px 22px;

    height: 210px;

    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end
}



.block--latest-tiles .sub-tiles .tile-box:first-child {

    margin-bottom: 10px
}


@media (max-width: 1200px) {

    .block--recent-event #timer-days,
    .block--recent-event #timer-hours,
    .block--recent-event #timer-mins,
    .block--recent-event #timer-secs {
        margin: 0 1px;
    }
    .card-img-top {
        width: 100%;
    }
}


@media (max-width: 1140px) {

    .block--recent-event #timer-days,
    .block--recent-event #timer-hours,
    .block--recent-event #timer-mins,
    .block--recent-event #timer-secs {
        margin: 0;
    }

    .block--recent-event .timer-days-counter {
        text-align: left;
    }

    .block--recent-event #timer-days span,
    .block--recent-event #timer-hours span,
    .block--recent-event #timer-mins span,
    .block--recent-event #timer-secs span {
        margin-right: 1px;
        width: 19px;
    }

    .block--recent-event .timer-days-counter li {
        margin: 9px 4px 0 0;
    }

    .block--recent-event .timer-days-counter li.hours,
    .block--recent-event .timer-days-counter li.secnds,
    .block--recent-event .timer-days-counter li.mints {
        margin: 9px 0px 0 7px;
    }

}

@media (max-width: 1040px) {

    .block--recent-event #timer-days span,
    .block--recent-event #timer-hours span,
    .block--recent-event #timer-mins span,
    .block--recent-event #timer-secs span {
        margin-right: 0px;
        width: 19px;
    }
}

@media (max-width: 1024px) {

    .block--recent-event #timer-days,
    .block--recent-event #timer-hours,
    .block--recent-event #timer-mins,
    .block--recent-event #timer-secs {
        margin: 0 3px;
    }

    .block--recent-event #timer-days span,
    .block--recent-event #timer-hours span,
    .block--recent-event #timer-mins span,
    .block--recent-event #timer-secs span {
        margin-right: 3px;
    }
}


@media (max-width: 800px) {

    .block--latest-tiles {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height:auto;
    }



    .block--latest-tiles .block-tile h2 {

        padding-top: 90px
    }



    .block--latest-tiles .main-tile {
        height: 415px;
        padding: 30px;
    }



    .block--latest-tiles .sub-tiles {

        -webkit-box-flex: 1;

        -ms-flex: 1 0 100%;

        flex: 1 0 100%;

        margin-left: 0;

        -webkit-box-orient: horizontal;

        -webkit-box-direction: normal;

        -ms-flex-direction: column;

        flex-direction: column;

        -webkit-box-pack: start;

        -ms-flex-pack: start;

        justify-content: flex-start
    }



    .block--latest-tiles .sub-tiles .tile-box {

        -webkit-box-flex: 1;

        -ms-flex: 1 0 50%;

        flex: 1 0 50%
    }



    .block--latest-tiles .sub-tiles .tile-box:first-child {

        margin-bottom: 0
    }



    .block--latest-tiles .sub-tiles .tile-box {

        padding: 15px
    }

}

@media (max-width: 767px){
    .block--latest-tiles .sub-tiles{
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .block--latest-tiles .main-tile {
        padding: 30px;
        height: auto;
    }
    .info-bar__right .step-arrow.down, .info-bar__right .step-arrow.up{
        left: 32%;
    }
}

.block--sponsors {
    margin-bottom: 40px;
    margin-top: 30px;
    padding-bottom: 10px;
}



.block--sponsors .sponsors {

    position: relative
}

@media (max-width: 1139px){
    .block--sponsors{
        margin-top: 30px
    }
}

@media (max-width: 767px) {

    .block--sponsors {

        margin-bottom: 40px
    }

}



.block--info {

    padding: 30px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex
}



.block--info .info-icon {

    width: 40px;

    -webkit-box-flex: 1;

    -ms-flex: 1 0 40px;

    flex: 1 0 40px
}



.block--info .info-content {

    padding-left: 20px
}



.block--info .info-title {

    color: #570000;

    margin-bottom: 15px;

    font-weight: 500;

    font-size: 1rem
}



.block--info .info-text {

    font-size: 14px;

    line-height: 1.7
}



.block--info-event .info-icon {

    background: url(../img//events-calendar.png) no-repeat
}



.block--author {

    margin-bottom: 30px;

    padding: 30px
}



@media (max-width: 600px) {

    .block--author {

        padding: 20px
    }

}

@media (max-width: 400px) {
    .block--info-event {
        display: block;
        width: 100%;
    }

    .block--info-event .info-icon {
        display: block;
        width: 100%;
        flex: 100px;
        height: 40px;
        margin-bottom: 18px;
    }
}

.block--author .card-body {

    padding-top: 0;

    padding-left: 40px
}



@media (max-width: 600px) {

    .block--author .card-body {

        padding-left: 20px
    }

}



.block--author .card-text {

    font-size: 14px;

    line-height: 1.65
}



.block--author figure {

    text-align: center
}



.block--author figure figcaption {

    color: #570000;

    font-size: 14px;

    font-weight: 600;

    letter-spacing: -.3px
}

.parent .comment {
    margin-left: 40px;
}


.block--comments {

    margin-bottom: 30px;

    padding-left: 30px;

    padding-right: 30px
}



.comment-content a {

    word-wrap: break-word;

}



.bypostauthor {

    display: block;

}



@media (max-width: 600px) {

    .block--comments {

        padding-left: 20px;

        padding-right: 20px
    }

}



.block--comments .block-content {

    padding-top: 40px
}



@media (max-width: 600px) {

    .block--comments .block-content {

        padding-top: 20px
    }

}



.block--comments .card:not(:last-child),
.block--comments .comment:not(:last-child),
.block--comments .comment-body:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px
}



.block--comments .card:not(:last-child),
.block--comments .comment:not(:last-child),
.block--comments .comment-body:not(:last-child) {
    border-bottom: 2px solid #e2e2e2
}



@media (max-width: 600px) {

    .block--comments .card {

        padding-bottom: 20px;

        margin-bottom: 20px
    }

}



.block--comments .card-title {

    color: #570000;

    font-size: 1rem;

    font-weight: 600;

    letter-spacing: 0;

    margin-bottom: 15px
}



.block--comments .card-text {

    font-size: .875rem;

    line-height: 1.65
}



.block--comments .card-body {

    padding-top: 0;

    padding-bottom: 0;

    padding-left: 40px
}



@media (max-width: 600px) {

    .block--comments .card-body {

        padding-left: 20px
    }

}



.block--comments .card-action {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    padding-top: 10px
}



@media (max-width: 600px) {

    .block--comments .card-action {

        padding-top: 0
    }

}



.block--comments .card-action a {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    font-size: .875rem;

    color: #4d4d4d
}



.block--comments .card-action a:hover {

    color: #af0101
}



.block--article .publish-data .share ul li:not(:last-child),
.block--comments .card-action a:not(:last-child) {

    margin-right: 30px
}



.block--comments .card-action a i {

    color: #570000;

    font-size: 18px;

    margin-right: 7px
}



.block--comments .comment-form-wrapper {

    padding-left: 40px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    position: relative
}



.block--comments .comment-form-wrapper textarea,
.comment-respond textarea {
    min-height: 70px;
    border: 1px solid #eee;
    width: 100%;
    border-radius: 12px;
    background: #fff;
    padding: 20px;
    line-height: 1.3;
    color: #212529;
    margin-bottom: 15px;
    resize: none;

}

.comment-respond input#author,
.comment-respond input#email {
    border: 1px solid #eee;
    width: 100%;
    border-radius: 5px;
    background: #fff;
    padding: 23px;
    line-height: 1.3;
    color: #212529;
    margin-bottom: 15px;
    font-size: 16px;
}

.comment-respond .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #eee;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, .0);
}

.comment-form-cookies-consent input#wp-comment-cookies-consent {
    display: inline-block;
    float: left;
    margin: 0;
}

.comment-form-cookies-consent label {
    margin: 8px;
    font-size: 15px;
}

.comment-respond input#submit {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border-radius: 4px;
    padding: .8rem 3.25rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #af0101;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
}

.comment-respond input#submit:hover {
    color: #fff;
    background: #730101;
}

.block--comments .comment-form-wrapper .action-icons {

    background: #f0f0f0;

    position: absolute;

    right: 5px;

    z-index: 100;

    border-radius: 50%;

    top: 20px
}

.comment-respond small {
    margin-bottom: 15px;
    display: block;
}


.block--comments .comment-form-wrapper .action-icons button {

    margin-right: 28px;

    width: 32px;

    height: 32px;

    background-size: 100%;

    background-repeat: no-repeat;

    background-position: center
}



.block--comments .comment-form-wrapper .action-icons button.photo-btn {

    background-image: url(../img//photo.png)
}



.block--comments .comment-form-wrapper .action-icons button.emoji-btn {

    background-image: url(../img//emoji.png)
}



@media (max-width: 700px) {

    .block--comments .comment-form-wrapper .action-icons {

        top: 23px
    }



    .block--comments .comment-form-wrapper .action-icons button {

        width: 16px;

        height: 16px;

        margin-right: 8px
    }



    .block--comments .comment-form-wrapper {

        padding-left: 10px
    }



    .block--comments .comment-form-wrapper textarea {

        min-height: 60px;

        font-size: 12px;

        padding: 15px 55px 0 25px
    }

}



.block--blog-offer {

    background: 0 0;

    -webkit-box-shadow: none;

    box-shadow: none;

    margin-bottom: 60px;

    padding: 0
}



@media (max-width: 767px) {

    .block--blog-offer {

        margin-bottom: 30px
    }

}



article.article p {
    font-size: 14px;
    margin-bottom: 28px;
    line-height: 1.75
}

article.article p.intro {
    margin-bottom: 13px
}

article.article p.important,
article.article p.important strong {
    color: #570000;
   font-weight: 600
}

article.article b {
    font-weight: 600
}

article.article ol,
article.article ul {
    font-size: 14px;
    margin-bottom: 20px
}

article.article ul {
    list-style: none
}

article.article ul li {
    margin-bottom: 10px;
    padding-left: 30px;
    text-indent: -15px;
    line-height: 1.1
}

article.article ul li:before {
    content: "\2022";
    color: #af0101;
    font-weight: 700;
    display: inline-block;
    font-size: 22px
}

article.article ol {
    list-style-type: decimal;
    padding-left: 15px
}

article.article ol li {
    margin-bottom: 18px;
    line-height: 1.1
}

article.article .simple-list li {
    padding: 0;
    margin-bottom: 15px;
    text-indent: 0
}

.block--article {
    margin-bottom: 30px;
    padding: 0 30px 30px;
}

@media (max-width: 600px) {
    .block--article {
        padding: 20px
    }
}

.block--article .article-header .article-title {
    color: #570000;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 30px
}

@media (max-width: 600px) {
    .block--article .article-header .article-title {
        margin-bottom: 20px
    }
}

.block--article .featured-image {
    width: calc(100% + 60px);
    margin-left: -30px
}

.block--article .featured-image img {
    width: auto
}

@media (max-width: 600px) {
    .block--article .featured-image {
        width: calc(100% + 40px);
        margin-left: -20px
    }
}

.block--article .publish-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
     padding: 10px 0;
}

@media (max-width: 992px) {
    .block--article .publish-data {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 600px) {
    .block--article .publish-data {
        padding: 15px 0
    }
}

.block--article .publish-data>div {
    margin-right: 40px
}

.block--article .publish-data>div:last-child {
    margin-right: 0
}

.block--article .publish-data>div i {
    margin-right: 10px;
    position: relative;
    top: 1px
}

@media (max-width: 992px) {
    .block--article .publish-data>div {
        margin-right: 30px;
        margin-bottom: 15px
    }
}

.block--article .publish-data .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #4d4d4d;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block--article .publish-data .share ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    list-style: none;
}

.block--article .publish-data .share ul li i {
    margin-right: 0
}

.block--article .publish-data .share ul li a {
    display: block;
    color: #4d4d4d
}

.block--article .publish-data .share ul li a:hover {
    color: #730101
}

@media (max-width: 600px) {
    .block--article .publish-data .share ul {
        margin-left: 10px
    }

    .block--article .publish-data .share ul li:not(:last-child) {
        margin-right: 15px
    }
}

.block--article-view .headline {
    padding: 30px 0 0
}

.block--article-view .headline h1 {
    margin-bottom: 0;
    font-size: 1.5rem;
    color: #570000
}

.block--article-view .featured-image img {
    border-top-right-radius: 7px;
    border-top-left-radius: 7px
}

.block--static {
    margin-bottom: 30px
}

.block--static .row:not(:last-child) {
    margin-bottom: 30px;
    border-bottom: 2px solid #e2e2e2;
    padding-bottom: 40px
}

.page-wrapper {
    overflow-x: hidden
}

@media (min-width: 576px) {
    .container {
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1230px
    }
}

main {
    min-height: 500px;
    position: relative;
    z-index: 1
}

.content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.content-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 30px
}

@media (max-width: 600px) {
    .content-group {
        margin-bottom: 25px
    }
}

@media (max-width: 1199px) {
    .content-group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.content-group--column-3 .content {
    margin: 0 30px;
    max-width: 586px
}

@media (max-width: 1199px) {
    .content-group--column-3 .content {
        max-width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 0
    }
}

.content-group--column-2 .content {
    max-width: 893px;
    margin: 0 30px 0 0
}

@media (max-width: 1199px) {
    .content-group--column-2 .content {
        max-width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 0
    }
}

.content-group--fullwidth .content {
    max-width: 100%;
    margin: 0
}

.inner-content {
    padding: 60px 0 0
}

@media (max-width: 600px) {
    .inner-content {
        padding: 40px 0 0
    }
}

.gray {
    color: #4d4d4d !important
}

@media print {
    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #730101 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {

        page-break-after: avoid
    }
}

.comment.bypostauthor {
    display: flex;
}

.comment-edit-link {
    margin-bottom: 7px;
    display: block;
}

.tribe-events-event-meta .tribe-events-meta-group dl dt {
    display: inline-block;
    float: left;
    margin-bottom: 15px !important;
    margin-right: 8px;
}
.tribe-organizer {
    font-size: 15px;
    font-weight: 600;
}

.tribe-events-event-meta .tribe-events-meta-group dl dd {
    line-height: 1 !important;
    margin-bottom: 15px !important;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd address {
    font-style: normal;
    font-family: 'Roboto',sans-serif;
    line-height: 1.4em;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd address .tribe-events-gmap {
    margin-top: 30px;
    display: inline-block;
    background: #af0101;
    color: #fff;
    padding: 10px 25px;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd address .tribe-events-gmap:hover {
    background: #570000;
    color: #fff;
    padding: 10px 25px;
}

.no-results {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    padding: 20px 30px 30px;
}

.no-results .page-content {
    position: relative;
}

.no-results .page-content .search-form input {
    width: 100%;
    background: #f6f6f6;
    margin-top: 12px;
    padding: 12px;
    display: block;
    height: 50px;
}

.no-results .page-content .search-form [type=submit] {
    position: absolute;
    top: 31%;
    right: 15px;
    font-size: 15px;
    color: #570000;
}

.contact-form .form-group input,
.contact-form .form-group input[type=email],
.contact-form .form-group input[type=text] {
    width: 100%;
    background-color: #f6f6f6;
    border-radius: 5px;
    height: 50px;
}

.contact-form {
    position: relative;
}

.contact-us-page.block--article {
    padding: 30px 30px 9px;
}

.contact-form form {
    position: relative;
}

.contact-form .form-group textarea {
    width: 100%;
    background-color: #f6f6f6;
    border-radius: 5px;
    height: 120px;
    padding: 20px;
    border: none;
    display: inline-block;
    font-size: .775rem;
    resize: none;
}


.contact-us-page .info-detail {
    position: relative;
}

.contact-us-page .info-detail li {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    margin-bottom: 18px;
}

.contact-us-page .info-detail li .icon {
    position: absolute;
    left: 0;
    color: #570000;
    font-size: 16px;
}

/*== Map Column ===*/
.info-inner .map-outer {
    position: relative;
    height: 209px;
    width: 100%;
    margin-top: 30px;
}

.info-inner .map-canvas {
    position: absolute;
    height: 100%;
    width: 100%;
}

.gallery .default-portfolio-item>div {
    font-size: 17px;
    margin-top: 15px;
    font-weight: 600;
    color: #570000;
}

.gallery .elementor-fit-aspect-ratio>div {
    margin-top: 8px;
}


.ekko-lightbox-nav-overlay {
    z-index: 99999999999 !important;
    display: flex !important;
    top: 43% !important;
    height: auto !important;
}

.calendar_wrap #wp-calendar {
    margin: 0;
}

.wp-block-button {
    margin-bottom: 10px;
}


.wp-block-cover,
.wp-block-cover-image {
    color: #fff;
}

.wp-block-archives select {
    background-color: #f6f6f6;
    border: none;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 20px;
}

.single-post .status-publish h1,
.single-post .status-publish h2,
.single-post .status-publish h3,
.single-post .status-publish h4,
.single-post .status-publish h5,
.single-post .status-publish h6 {
    margin-bottom: 10px;
    margin-top: 25px;
}

.single-post .status-publish h1{
    margin-bottom: 0px;
    margin-top: 0px;
}

.single-post .status-publish ul,
.status-publish.hentry ul{
    list-style: disc;
    margin: 0 0 0 18px;
}

.single-post .status-publish ol,
.status-publish.hentry ol {
    list-style: decimal;
    margin: 0 0 0 18px;
}

.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6 {
    margin-bottom: 10px;
}

.has-avatars .wp-block-latest-comments__comment {
    margin-bottom: 40px;
}

.has-dates,
.is-grid.columns-3 {
    list-style: none !important;
    margin: 0 !important;
}


.error-page {
    position: relative;
    padding: 55px 0 89px;
}

.error-page h3 {
    position: relative;
    font-size: 35px;
    margin: 45px 0 25px;
    font-weight: 700;
}

.error-page p {
    display: block;
}

.error-page a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border-radius: 4px;
    padding: .8rem 3.25rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #af0101;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
}

.error-page a:hover {
    color: #fff;
    background: #730101;
}

@media (max-width: 1199px) {
    .featured-image img {
        width: 100%;
    }
}

.block--main .tab-pane iframe{
    margin-top: 30px;
    width: 100%;
    height: 292px;
}
#tweets .card-text {
    color: #212529 !important;
}

#tweets .card-text a {
    color: #212529 !important;
    margin-top: 8px;
    display: block;
}


.card--blog-post .card-body #tweets {
    font-size: 15px;
    font-weight: 600;
}

.card--blog-post .card-body #tweets a {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}

.textwidget .buy-now-btn {
    background: rgba(255,255,255,0.7);
    border-radius: 2px;
    color: #570000 !important;
    padding: 8px 18px;
    margin-top: 8px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.textwidget .buy-now-btn:hover{
    background: rgba(255,255,255,1);
}


a.event-viewmore {
    background: 0 0;
        position: relative;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    font-size: 1rem;
    letter-spacing: -.2px;
    font-size:13px;
    transition: all 0.3s ease-in-out;
}

a.event-viewmore:before {
    content: "\E012";
    position: absolute;
    right: -22px;
    font-size: 10px;
    color: #af0101;
    font-family: "Icons";
    transition: all 0.3s ease-in-out;
}

a.event-viewmore:hover:before{
    right: -28px;
}
.block--main .related-posts .card-related-post a {
    position: relative;
}

.block--main .related-posts .card-related-post .play-icon {
    background: url(../img//play-btn.png) no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 38%;
    top: -12px;
    z-index: 10;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
    transform: translate(-50%, -50%);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.block--main .related-posts .card-related-post:hover .play-icon {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}