/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.aligncenter {
    text-align: center;
}
.mb20 {
    margin-bottom: 20px;
}

.page-inner ol,
.page-inner ul {
    margin: 30px 0;
    padding-left: 20px;
}

.page-inner a {
    text-decoration: underline;
}
blockquote {
    border-left: 8px solid red !important;
    border-color: red !important;
    font-size: 12pt !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    padding: 10px 5px !important;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

.nwm-slider-wrapper {
    position: relative;
}
.slick-slide {
    height: auto !important;
}

.slick-track {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
}
.slick-next,
.slick-prev {
    z-index: 5;
}

.slick-next {
    right: 15px;
}

.slick-prev {
    left: 15px;
}

.slick-next:before,
.slick-prev:before {
    color: #000;
    font-size: 26px;
}
.slick-track:before,
.slick-track:after {
    display: none;
}

#footer .menu a:hover {
    color: #ffff0d;
}

.nav-dropdown {
    background: #002f5e;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px !important;
    padding: 0;
    border: none !important;
    left: 0 !important;
    min-width: 160px !important;
}
.nav-dropdown-has-arrow li.has-dropdown:after {
    display: none !important;
}
.nav-dropdown li a {
    color: #fff;
    margin: 0 !important;
    border: none !important;
    padding: 10px !important;

    transition: all 0.3s ease 0s;
}
.nav-dropdown li.current-menu-item a,
.nav-dropdown li a:hover {
    transition: all 0.3s ease 0s;
    background: #4998d7;
    color: #fff;
}

#header #wide-nav .container {
    padding: 0 !important;
}
.header-bottom-nav > li > a {
    padding: 0 16px;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 16px;
}

h1,
h2,
h3,
h4 {
    font-weight: 400;
    color: #000;
}
.wp-block-tag-cloud a {
    text-transform: capitalize;
    background: #ffffff;
    color: #000;
    padding: 6px 12px 5px;
    margin-right: 5px;
    margin-bottom: 8px;
    display: inline-block;
    font-size: 11px !important;
    background: none;
    border: 1px solid #dedede;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    outline: none;
    font-weight: normal;
    line-height: 1.2;
    text-decoration: none;
}
.wp-block-tag-cloud a:hover {
    color: #ffffff;
    background: #2f5aae;
    border-color: #2f5aae;
}
.wp-block-latest-posts__list li {
    border-bottom: 1px solid #eee;
    margin: 0 0 8px !important;
    padding: 5px 0 10px !important;
    width: 100%;
    float: left;
}
.wp-block-latest-posts__list li a {
    font-size: 13px;
    line-height: 22px;
    color: #2f5aae;
}
.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
    float: left;
}
.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image img {
    height: 65px;
    object-fit: cover;
    margin-right: 10px;
}
.wp-block-latest-posts__list li time {
    color: #bbb;
    font-size: 11px;
}

.archive-page-header .large-12.text-center.col {
    text-align: left !important;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 767px) {
    ul.mobile-nav {
        justify-content: end !important;
    }
}

@media (max-width: 576px) {
    #logo {
        margin: 0;
    }
    #header .header-main {
        height: auto;
        padding: 5px 0;
    }
    #header .header-main .header-inner {
        flex-direction: column;
    }
    #header .header-main .header-inner .show-for-medium {
        flex: 1;
        margin-right: auto;
        margin-top: 5px;
    }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
}
