/**
 *	Project: Southern Scenic Route;
 *	Custom Stylesheets
 *	Author: Ionut Tatu - Back9 Creative;
 *	Version: 1.0;
 *	Date: 20.01.2021
 */



.archive.page-one-column:not(.has-sidebar) #primary, .archive.page-one-column:not(.has-sidebar) .page-header, .page.page-one-column:not(.twentyseventeen-front-page) #primary, .single-post:not(.has-sidebar) #primary {
    max-width: 100%;
}

body.single-post .site-content,
.page-template-page-stories .site-content {
    padding: 0 !important;
}

.site-navigation-fixed {
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
}


#banner {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}
#banner .overlayBanner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
}
#banner .overlayBanner h1 {
    font-size: 60px;
    color: #fff;
    font-style: italic;
    font-weight: 700;
    padding: 0;
    margin: 0;
    line-height: 100px;
    text-shadow: 1px 1px 1px #000;
}



/* Blog Page */
.blogPage {
    padding: 0 0 50px 0;
}
.blogPage .items {
    margin-top: 50px;
}
.blogPage .items .item {
    margin-bottom: 30px;
}
.blogPage .items .item img {

}
#stories--carousel .item h5,
.blogPage .items .item h2 {
    font-size: 24px;
    line-height: 29px;
    color: #000;
    font-weight: 700;
    padding: 0;
    margin: 20px 0;
    text-transform: inherit;
    letter-spacing: 0;
}
.blogPage .items .item .desc p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
}
.blogPage .items .item a.readMore {
    color: #222;
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid #d5d5d5;
    display: inline-block;
    border-radius: 4px;
    transition: all .6s;
}
.blogPage .items .item a.readMore:hover,
.blogPage .items .item a.readMore:active,
.blogPage .items .item a.readMore:focus {
    transition: all .6s;
    background: #6f1325;
    color: #fff;
    border: 1px solid #6f1325;
}

.blogPage .pagination {
    text-align: center;
    width: 100%;
    border: none;
    padding: 0;
    margin-bottom: 0;
}
.blogPage .pagination a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #d5d5d5;
    color: #222;
    font-size: 14px;
    padding: 0;
    border-radius: 0;
    border: 1px solid #d5d5d5;
    box-shadow: none;
    margin: 0 3px;
}
.blogPage .pagination a:hover {
    border: 1px solid #d5d5d5;
    background: transparent;
    color: #222 !important;
    box-shadow: none !important;
}
.prev.page-numbers,
.next.page-numbers, .widget_rss .widget-title .rsswidget:first-child {
    float: none;
}
.page-numbers.current {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: transparent;
    border: 1px solid #d5d5d5;
    color: #222;
    font-size: 14px;
    padding: 0;
    border-radius: 0;
    margin: 0 3px;
}


/* Article Page */
.articlePage {
    padding-bottom: 30px;
}
.articlePage .breadcrumbs {
    list-style-type: none;
    margin-top: 10px;
}
.articlePage .breadcrumbs li {
    display: inline-block;
    font-size: 16px;
    color: #222;
}
.articlePage .breadcrumbs li:after {
    display: inline-block;
    content: '>';
    margin: 0 5px;
}
.articlePage .breadcrumbs li:last-child:after {
    display: none;
}
.articlePage .breadcrumbs li a {
    color: #6f1325;
    font-size: 16px;
}
.articlePage h1.pageTitle {
    font-size: 36px;
    line-height: 44px;
    margin: 15px 0 30px 0;
    text-align: center;
    font-weight: 700;
}
.articlePage .desc p {
    font-size: 18px;
    line-height: 25px;
    color: #000;
}
.articlePage .desc h2,
.articlePage .desc h3,
.articlePage .desc h4,
.articlePage .desc h5,
.articlePage .desc h6 {
    color: #222;
    font-weight: 700;
    padding: 0;
    margin: 20px 0;
}
.articlePage .desc h2 {
    font-size: 32px;
    line-height: 40px;
}
.articlePage .desc h3 {
    font-size: 28px;
    line-height: 36px;
}
.articlePage .desc h4 {
    font-size: 24px;
    line-height: 32px;
}
.articlePage .desc h5 {
    font-size: 20px;
    line-height: 28px;
}
.articlePage .desc h6 {
    font-size: 18px;
    line-height: 26px;
}
.articlePage .desc ul,
.articlePage .desc ol {
    margin-left: 20px;
}
.articlePage .desc ul li,
.articlePage .desc ol li {
    font-size: 18px;
    line-height: 25px;
    color: #000;
}
.articlePage .desc a {
    color: #6f1325;
}
.articlePage .desc a:hover {
    text-decoration: underline;
}

.articlePage .items h5 {
    font-size: 24px;
    line-height: 30px;
    color: #222;
    font-weight: 700;
    padding: 0;
    margin: 0 0 30px;
}
.articlePage .items h6 {
    font-size: 20px;
    line-height: 26px;
    color: #222;
    font-weight: 700;
    padding: 0;
    margin: 15px 0;
}
.articlePage .items .desc p {
    font-size: 16px;
    line-height: 21px;
    color: #000;
}
.articlePage .items a.readMore {
    font-size: 16px;
    color: #6f1325;
}
.articlePage .items a.readMore:hover {
    text-decoration: underline;
}



/* Home Page */
body.home #home--banner {
    margin-bottom: 50px;
}
body.home #home--banner .item {
    height: calc(100vh - 200px);
    background-size: cover;
    background-position: 50% 50%;
}
body.home #home--banner .item .caption-wrap {
    position: absolute;
    background: black;
    color: white;
    margin: 0;
    display: block;
    line-height: 1.4em;

    bottom: 0;
    left: auto!important;
    right: 0;
    width: 390px!important;
    height: 556px;
    background: url(../svg/slideshow-heading-layer.svg) center center no-repeat!important;
    background-size: cover!important;
    text-align: right;
    opacity: 1!important;
}
body.home #home--banner .item .caption-wrap .caption {
    font-size: 26px;
    margin: 110px 20px 0 0;
    text-transform: uppercase;
    color: #fff!important;
    font-weight: 500;
    padding: 5px 10px;
}
body.home #home--banner .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px !important;
    height: 15px !important;
    background: #fff !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #6f1325 !important;
}

body.home .blurb {
    margin-bottom: 50px;
}
body.home .blurb p {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    font-weight: 300;
}
body.home .blurb h1,
body.home .blurb h2,
body.home .blurb h3,
body.home .blurb h4,
body.home .blurb h5,
body.home .blurb h6 {
    font-size: 25px;
    line-height: 32px;
    color: #222;
    font-weight: 500;
    padding: 0;
    margin: 20px 0;
}
body.home .blurb h1:first-child,
body.home .blurb h2:first-child,
body.home .blurb h3:first-child,
body.home .blurb h4:first-child,
body.home .blurb h5:first-child,
body.home .blurb h6:first-child {
    margin-top: 0;
}
.video--container {
    margin-bottom: 50px;
}
.video--container iframe {
    margin: 0;
    width: 100%;
    height: 500px;
}

.footerText {
    font-size: 14px;
    line-height: 14px;
    display: block;
    text-align: center;
    color: #969696;
    margin: 0;
    padding: 0 15px;
}

.switch .m-menu, .switch::after, .switch::before {
    background: #35363a;
}
#site-navigation button {
    color: #35363a;
}


.howToUse,
.offlineMaps {
    display: none !important;
}



.socialIcons {
    text-align: right;
    list-style-type: none;
    line-height: 20px;
    margin: 10px 0 0 0;
}
.socialIcons li {
    display: inline-block;
    line-height: 20px;
    margin-left: 10px;
}
.socialIcons li a i {
    font-size: 22px;
    color: #35363a;
}

#stories--carousel,
.highlights--row .owl-carousel {
    width: calc(100% - 100px);
    margin: 0 50px;
}
#stories--carousel .item,
.highlights--row .owl-carousel .item {
    text-align: center;
}
#stories--carousel .item img,
.highlights--row .owl-carousel .item img {
    max-width: 150px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 15px auto;
}
#stories--carousel .item h6,
.highlights--row .owl-carousel .item h6 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 10px 0;
    padding: 0;
    color: #253d49;
}
#stories--carousel .item .desc p,
.highlights--row .owl-carousel .item .desc p {
    font-size: 16px;
    line-height: 23px;
    color: #000;
}

#stories--carousel .owl-nav,
.highlights--row .owl-carousel .owl-nav {
    position: absolute;
    top: calc(50% - 50px);
    width: 100%;
}
#stories--carousel .owl-nav button,
.highlights--row .owl-carousel .owl-nav button {
    position: absolute;
    left: -50px !important;
    font-size: 35px !important;
    color: #253d49 !important;
}
#stories--carousel .owl-nav button.owl-next,
.highlights--row .owl-carousel .owl-nav button.owl-next {
    left: auto !important;
    right: -50px !important;
}
#stories--carousel .owl-nav button:hover,
.highlights--row .owl-carousel .owl-nav button:hover {
    opacity: .7;
    background: transparent;
}



#itineraries {
    background: #f0f4f7;
    padding: 50px 0;
    margin-top: 50px;
}


.highlights--row .item a.readMore,
.homepage--blurb a.readMore {
    color: #222;
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid #d5d5d5;
    display: inline-block;
    border-radius: 4px;
    transition: all .6s;
}
.highlights--row .item a.readMore {
    margin-top: 10px;
}
.highlights--row .item a.readMore:hover,
.homepage--blurb a.readMore:hover {
    transition: all .6s;
    background: #6f1325;
    color: #fff;
    border: 1px solid #6f1325;
}




/* Media Queries */
/* Mobile First */
@media screen and (min-width: 320px) {

}

/* Mobile Only */
@media screen and (min-width: 320px) and (max-width: 767px) {
    .socialIcons {
        display: none;
    }
    #banner {
        height: 200px;
    }

    #banner .overlayBanner {
        height: 50px;
    }

    #banner .overlayBanner h1 {
        font-size: 28px;
        line-height: 50px;
    }

    .blogPage .items .item img {
        width: 100%;
    }

    .articlePage .items .item {
        margin-bottom: 30px;
    }

    .articlePage .items .item img {
        width: 100%;
    }

    body.home #home--banner .item {
        height: 300px;
    }

    body.home #home--banner .item .caption-wrap {
        width: 155px !important;
        height: 221px;
    }

    body.home #home--banner .item .caption-wrap .caption {
        font-size: 14px;
        margin: 60px 20px 0 0;
    }

    .footerText {
        margin: 0 0 15px;
    }

    .video--container iframe {
        height: 300px;
    }

    .navigation-top #logo {
        margin-top: 7px;
    }

}
@media screen and (min-width: 768px) and (max-width: 991px) {
    #banner {
        height: 300px;
    }
    .socialIcons {
        text-align: center;
    }

    body.home #home--banner .item {
        height: 400px;
    }
    body.home #home--banner .item .caption-wrap {
        width: 250px!important;
        height: 356px;
    }
    body.home #home--banner .item .caption-wrap .caption {
        font-size: 20px;
    }
    .video--container iframe {
        height: 300px;
    }
    .footerText {
        display: none;
    }
    .blogPage .items .item:nth-child(3n+4) {
        clear: both;
    }

}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #banner {
        height: 300px;
    }
    body.home #home--banner .item {
        height: 400px;
    }
    body.home #home--banner .item .caption-wrap {
        width: 250px!important;
        height: 356px;
    }
    .video--container iframe {
        height: 350px;
    }
    #top-menu {
        text-align: right !important;
    }
    .socialIcons {
        padding-right: 15px;
    }
    .blogPage .items .item:nth-child(3n+4) {
        clear: both;
    }
}
@media screen and (min-width: 1200px) {
    .footerText {
        position: relative;
        top: 35px;
    }
    #top-menu {
        margin-top: 10px;
        line-height: 80px;
    }
    #menu-item-38 a {
        padding-right: 0;
    }
    .navigation-top #top-menu {
        text-align: right !important;
    }

    .blogPage .items .item:nth-child(4n+5) {
        clear: both;
    }
}