/* root */
html, body {
    height: 100%;
    font-family: Poppins, Lato, Open-Sans;
    font-size: 15px;
    color: #1b1c2a;
    line-height: 1.85;
}

/* General elements */
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
    background: #d40000;
    border: 1px solid #d40000;
    color: #fff;
}

blockquote {
    border-left: 3px solid #000000;
    font-style: italic;
    color: #1b1c2a;
    line-height: 1.85;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #000;
    letter-spacing: -0.04em;
}

iframe {
    max-width: 100%;
}

/* App container */
#app > .content,
#app > .footer {
    padding-left: 15px;
    padding-right: 15px;
}
#app > .content {
    margin-top: 30px;
    overflow: hidden;
}

/* Top Menu */
.top-menu {
    background: #000;
    color: #fff;
    height: 45px;
}
.top-menu .social_icon {
    height: 45px;
    background: transparent;
    float: right;
    padding: 8px 10px;
    font-size: 18px;
}
.top-menu .social_icon i {
    color: #fff;
}

/* Header */
.header {
    margin: 0 -15px;
    background: transparent;
    border-radius: 0;
    border-bottom: 1px solid #dbdbdb;
}
.header > .navbar-header {
    display: block;
    float: none;
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.header > .navbar-header > .navbar-brand {
    height: auto;
    float: none;
}
.header > .navbar-header > .navbar-brand > img {
    display: initial;
}

/* Main Menu */
.main_menu.collapse {
    display: flex !important;
    justify-content: center;
}
.main_menu > .navbar-nav {
    float: none;
}
.main_menu > .navbar-nav > li > a {
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    transition: color 0.4s ease;
}
.main_menu > .navbar-nav > li > a:hover {
    color: #d40000;
    transition: color 0.4s ease;
}

/* Starred Posts */
.plugin_starred_posts {
    margin: 0 -15px;
}
.plugin_starred_posts .owl-prev,
.plugin_starred_posts .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    color: #fff;
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0,0,0,.3);
}
.plugin_starred_posts .owl-prev {
    left: 20px;
}
.plugin_starred_posts .owl-next {
    right: 20px;
}
.plugin_starred_posts .post_item,
.plugin_starred_posts .post_item .post_content,
.plugin_starred_posts .post_item .post_thumbnail {
    height: 450px;
}
.plugin_starred_posts .post_item .post_content {
    position: relative;
    z-index: 1;
}
.plugin_starred_posts .post_item .post_thumbnail {
    background: #000;
}
.plugin_starred_posts .post_item .post_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.plugin_starred_posts .post_item .post_intro {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 15px 25px;
    color: #fff;
    background: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,1) 120%);
    background: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,1) 120%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,1) 120%);
}
.plugin_starred_posts .post_item .post_intro h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    text-shadow: 1px 1px 3px rgba(0,0,0,0);
    margin: 10px 0px 7px 0px;
    color: #fff;
    letter-spacing: normal;
}
.plugin_starred_posts .post_item .post_intro p.tags {
    margin: 0;
    padding: 0;
}
.plugin_starred_posts .post_item .post_intro p {
    font-size: 12px;
    margin-bottom: 0;
}
.plugin_starred_posts .post_item .post_intro i {
    margin-left: 10px;
}

/* Latest Posts */
.plugin_latest_posts .posts {
    display: flex;
    flex-flow: row wrap;
}
.plugin_latest_posts .posts:before,
.plugin_latest_posts .posts:after {
    display: initial;
}
.plugin_latest_posts .posts > .post_item {
    float: none;
    width: 50%;
    break-inside: avoid;
    margin-bottom: 20px;
}
.plugin_latest_posts .posts > .post_item .post_thumbnail {
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    height: 260px;
}
.plugin_latest_posts .posts > .post_item .post_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.plugin_latest_posts .posts > .post_item .post_intro h3 {
    color: #000;
    font-weight: 600;
    margin: 5px 0 10px;
    font-size: 21px;
}
.plugin_latest_posts .posts > .post_item .post_intro h3 a {
    color: inherit;
    transition: color 0.4s ease;
}
.plugin_latest_posts .posts > .post_item .post_intro h3 a:hover {
    text-decoration: none;
    color: #d40000;
    transition: color 0.4s ease;
}
.plugin_latest_posts .posts > .post_item .post_intro p.tags {
    margin: 10px 0 0;
    padding: 0;
    font-size: 12px;
}
.plugin_latest_posts .posts > .post_item .post_footer {
    border-top: 1px solid #ddd;
    font-size: 12px;
    padding: 5px 0 0;
}

/* Latest Posts Widget */
.widget_top_posts_bg {
    background: #eee;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-radius: 10px;
}
.widget_campaigns .campaign_item,
.widget_latest_posts .post_item {
    margin-bottom: 30px;
}
.widget_campaigns .campaign_item {
    margin-top: 10px;
}
.widget_top_posts_bg .post_item {
    margin-bottom: 15px;
}
.widget_campaigns .campaign_item .campaign_thumbnail,
.widget_latest_posts .post_item .post_thumbnail {
    width: 100%;
    height: 175px;
    border-radius: 4px;
    overflow: hidden;
}
.widget_campaigns .campaign_item .campaign_thumbnail {
    height: auto;
}
.widget_campaigns .campaign_item .campaign_thumbnail img,
.widget_latest_posts .post_item .post_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.widget_latest_posts .post_intro,
.widget_top_posts_bg .post_intro {
    display: flex;
    padding-top: 15px;
}
.widget_top_posts_bg .post_thumbnail {
    display: none;
}
.widget_top_posts_bg .post_intro {
    padding-top: 0;
}
.widget_latest_posts .post_intro .post_index,
.widget_top_posts_bg .post_intro .post_index {
    font-size: 40px;
    color: #000;
    font-weight: 100;
    line-height: 1.2;
    border-right: 1px solid #000;
    padding-right: 10px;
    margin-right: 15px;
    min-width: 38px;
    text-align: center;
}
.widget_campaigns .campaign_intro h5,
.widget_latest_posts .post_intro h5,
.widget_top_posts_bg .post_intro h5 {
    margin: 0px 0px 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: #000;
    align-self: center;
}
.widget_campaigns .campaign_intro h5 {
    text-align: center;
    margin-top: 10px;
}
.widget_campaigns .campaign_intro h5 a,
.widget_latest_posts .post_intro h5 a,
.widget_top_posts_bg .post_intro h5 a {
    color: inherit;
    transition: color 0.4s ease;
}
.widget_campaigns .campaign_intro h5 a:hover,
.widget_latest_posts .post_intro h5 a:hover,
.widget_top_posts_bg .post_intro h5 a:hover {
    color: #d40000;
    text-decoration: none;
    transition: color 0.4s ease;
}

/* Side Bar */
.side_menu {
    padding: 0 15px 0;
    margin-bottom: 20px;
}
.side_menu h4 {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #080808;
    text-transform: uppercase;
    color: #000;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 5px;
    line-height: 27px;
}

/* Newsletter Widget */
.newsletter-widget {
    padding: 25px;
    border-radius: 10px;
    border: 7px solid #e6e6e6;
}
.newsletter-widget h4 {
    display: none;
}
.newsletter-widget h3 {
    margin: 0 0 15px;
    padding: 0;
    font-weight: 600
}
.newsletter-widget input {
    height: 40px;
    text-align: center;
}

/* Footer */
.footer {
    background: #000;
    color: #fff;
    border-top: 1px solid #353535;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
.footer_menu > li {}
.footer_menu > li > a {
    padding: 0 10px;
    color: #fff;
    transition: color 0.4s ease;
}
.footer_menu > li > a:hover {
    color: #d40000;
    text-decoration: none;
    transition: color 0.4s ease;
}

/* Social share and icons */
.social {
    display: flex;
    color: #fff;
    text-transform: uppercase;
    align-items: center;
    margin-top: 15px;
}
.social .social_icon {
    padding: 5px;
    background: #fff;
    text-align: center;
    margin-right: 20px;
    width: 40px;
    height: 40px;
}
.social .social_icon i {
    color: #2d2d2d;
    font-size: 2em;
}

.social-share .btn,
.social-share .btn:hover,
.social-share .btn:active,
.social-share .btn:focus {
    background: transparent;
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
    border: none;
}
.social-share .btn:hover {
    opacity: 1;
}
.social-share .btn-link,
.social-share .btn-link:hover,
.social-share .btn-link:active,
.social-share .btn-link:focus {
    border-radius: 10px;
    background: #d40000;
    color: #fff;
    opacity: 1;
}
.social-share .facebook,
.social-share .facebook:hover,
.social-share .facebook:active,
.social-share .facebook:focus {
    background: #3B5999;
}
.social-share .twitter,
.social-share .twitter:hover,
.social-share .twitter:active,
.social-share .twitter:focus {
    background: #55acee;
}
.social-share .linkedin,
.social-share .linkedin:hover,
.social-share .linkedin:active,
.social-share .linkedin:focus {
    background: #0077B5;
}
.social-share .googleplus,
.social-share .googleplus:hover,
.social-share .googleplus:active,
.social-share .googleplus:focus {
    background: #dd4b39;
}
.social-share .pinterest,
.social-share .pinterest:hover,
.social-share .pinterest:active,
.social-share .pinterest:focus {
    background: #bd081c;
}

/* Google Maps */
.plugin_google_maps {
    height: 500px;
}
.plugin_google_maps iframe {
    width: 100% !important;
    height: 100% !important;
}

/* Blog */
.blog {
    padding-bottom: 20px;
}

.blog .social-share {
    border-radius: 0;
    float: right;
}
.blog .social-share .btn {
    border-radius: 50% !important;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    padding: 3px 0px 0;
}
.blog .social-share .btn-link {
    background: transparent;
    color: #555;
    font-size: 12px;
    width: auto;
    margin-right: 10px;
}

.blog-slideshow,
.blog-slideshow .item {
    width: 100% !important;
    height: 500px;
}
.blog-slideshow .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-slideshow .left,
.blog-slideshow .right {
    z-index: 3;
    width: 10%;
}

.blog-starred {
    position: relative;
    margin: 0 -15px;
}
.blog-starred .blog-slideshow {
    height: 600px;
}
.blog-starred .blog-slideshow:after {
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    background: -moz-linear-gradient(top,rgba(0,0,0,.2) 0%,rgba(0,0,0,0) 18%,rgba(0,0,0,0) 28%,rgba(0,0,0,.4) 120%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,.2)),color-stop(18%,rgba(0,0,0,0)),color-stop(28%,rgba(0,0,0,0)),color-stop(120%,rgba(0,0,0,.4)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,.2) 0%,rgba(0,0,0,0) 18%,rgba(0,0,0,0) 28%,rgba(0,0,0,.4) 120%);
    background: -o-linear-gradient(top,rgba(0,0,0,.2) 0%,rgba(0,0,0,0) 18%,rgba(0,0,0,0) 28%,rgba(0,0,0,.4) 120%);
    background: -ms-linear-gradient(top,rgba(0,0,0,.2) 0%,rgba(0,0,0,0) 18%,rgba(0,0,0,0) 28%,rgba(0,0,0,.4) 120%);
    background: linear-gradient(to bottom,rgba(0,0,0,.2) 0%,rgba(0,0,0,0) 18%,rgba(0,0,0,0) 28%,rgba(0,0,0,.4) 120%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#cc000000', GradientType=0);
}
.blog-starred .blog-slideshow .left,
.blog-starred .blog-slideshow .right {
    width: 5%;
}
.blog-starred .blog-slideshow .carousel-inner {
    z-index: 2;
}
.blog-starred .blog-slideshow .item {
    width: 100%;
    height: 600px;
}
.blog-starred .blog-slideshow .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-starred .blog-slideshow-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 30px;
    z-index: 2;
}

.blog .blog-title {
    margin-top: 15px;
    overflow: hidden;
}
.blog-starred .blog-slideshow-title h1,
.blog-starred .blog-slideshow-title h2,
.blog .blog-title h1,
.blog .blog-title h2 {
    font-weight: 700;
    line-height: 1.067;
    margin-top: 0;
    margin-bottom: 15px;
    letter-spacing: normal;
}
.blog-starred .blog-slideshow-title h1 {
    color: #fff;
    font-size: 40px;
    text-shadow: 1px 1px 3px rgba(0,0,0,.3);
}
.blog-starred .blog-slideshow-title h2,
.blog .blog-title h2 {
    font-weight: 400;
    margin-top: 0;
}
.blog .blog-title .tags,
.blog .blog-title .author {
    color: #555;
    font-size: 13px;
    text-transform: capitalize;
}
.blog .blog-title .author {
    float: left;
}
.blog .blog-title .author i {
    margin-left: 10px;
}

.blog .blog-intro {
    margin-bottom: 10px;
}
.blog .blog-intro h3 {
    margin-top: 0;
}

.blog .blog-content {
    margin-top: 15px;
}
.blog .blog-content img {
    padding: 10px;
    max-width: 100%;
    height: auto;
}

.blog .blog-related,
.blog .blog-comments {
    width: 100%;
    border-top: 1px solid #f0f0f0;
    display: block;
    margin-top: 30px;
    padding-top: 15px;
}
.blog .blog-related h4,
.blog .blog-comments h4 {
    margin-bottom: 15px;
}
.blog .blog-comments {
    margin-top: 0;
}
.blog .blog-related .posts {
    display: flex;
    flex-flow: row wrap;
}
.blog .blog-related .posts:before,
.blog .blog-related .posts:after {
    display: initial;
}
.blog .blog-related .posts > .post_item {
    float: none;
    width: 33.33%;
    break-inside: avoid;
    margin-bottom: 20px;
}
.blog .blog-related .post_thumbnail {
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    height: 170px;
}
.blog .blog-related .post_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog .blog-related .post_intro h5 {
    color: #000;
    font-weight: 600;
    margin: 5px 0;
    font-size: 15px;
}
.blog .blog-related .post_intro h5 a {
    color: inherit;
    transition: color 0.4s ease;
}
.blog .blog-related .post_intro h5 a:hover {
    text-decoration: none;
    color: #d40000;
    transition: color 0.4s ease;
}
.blog .blog-related .post_footer {
    font-size: 11px;
    padding: 5px 0 0;
}

/* Pages */
.page {
    padding-bottom: 20px;
}
.page .page_cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page .page-title {
    margin-top: 15px;
}
.page .page-title h1 {
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.067;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-slideshow .slideshow_item img {
    width: auto;
    margin: 0 auto 20px;
}
.page-slideshow .slideshow_item .slideshow_caption {
    text-align: center;
}
.page-slideshow .owl-prev,
.page-slideshow .owl-next {
    position: absolute;
    color: #2d2d2d;
    width: 35px;
    height: 42px;
    top: calc(50% - 21px);
}
.page-slideshow .owl-prev {
    left: -35px;
}
.page-slideshow .owl-next {
    right: -35px;
}
.page-slideshow .owl-prev span,
.page-slideshow .owl-next span {
    position: absolute;
    top: calc(50% - 21px);
    font-size: 35px;
    color: rgb(144, 144, 144);
}

/* slideshows */
.plugin_slideshow.full_width .slideshow_default,
.plugin_slideshow.full_width .slideshow_default .item {
    height: 770px;
}
.plugin_slideshow.full_width .slideshow_default .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.plugin_slideshow.full_width .slideshow_default .item .carousel-caption {
    top: 30%;
    left: 16%;
    bottom: initial;
    right: initial;
    width: 23%;
    background: rgba(0, 0, 0, 0.5);
    text-align: left;
    padding: 30px;
}

.plugin_slideshow .slideshow_default,
.plugin_slideshow .slideshow_default .item {
    height: 600px;
}
.plugin_slideshow .slideshow_default .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.plugin_slideshow .slideshow_default .item .carousel-caption {
    top: initial;
    left: initial;
    bottom: 10%;
    right: 0;
    width: 35%;
    background: rgba(0, 0, 0, 0.5);
    text-align: left;
    padding: 15px 15% 15px 15px;
}

.plugin_slideshow .slideshow_alternative {
    display: flex;
}
.plugin_slideshow .slideshow_alternative .item {
    flex-grow: 1;
    text-align: center;
}

/* popups */
.popup_modal .modal-content {
    border-radius: 0;
}
.popup_modal .modal-header {
    border-bottom: 0;
    position: absolute;
    right: 0;
    z-index: 2;
    padding: 12px;
}
.popup_modal .modal-header .modal-title {
    display: none;
}
.popup_modal .modal-body {
    padding-top: 26px;
    padding-bottom: 26px;
}
.popup_modal .carousel-control {
    width: 30px;
    background: transparent;
    opacity: 1;
}
.popup_modal .carousel-control.left {
    left: -60px;
}
.popup_modal .carousel-control.right {
    right: -60px;
}

/* pagination */
.plugin_pagination {
    text-align: center;
}
.plugin_pagination .alert {
    display: none;
}
.plugin_pagination.loading .alert {
    display: block;
}

/* search */
.search {
    text-align: center;
}
.search .input-group-btn .btn {
    width: 45px !important;
    height: 45px;
    color: #fff;
    background: #d40000;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.search .form-control {
    height: 45px;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
    border: none;
}
