@charset "UTF-8";
/*
Theme Name: This Is Jo An
Theme URI: http://www.this-is-jo-an.nl
Author: The Roosterz
Author URI: http://www.this-is-jo-an.nl
Description: Custom theme for This Is Jo An
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: joan
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

joan is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.


/* COLORS */
/*
    DARK BROWN:     #3c1e09;
    MEDIUM BROWN:   #5e3314;
    LIGHT BROWN:    #edded3;
    OFF-WHITE:      #faf1eb;
    BEIGE:          #af9481;
    DARK GREEN:     #1d603e;
*/

/* GENERAL */

body,
html {
    font-family: Montserrat, Arial, sans-serif;
    background: #faf1eb;
}

body {
    position: relative;
    overflow-x: hidden;
    color: #000000;
    font: 16px/20px Montserrat, Arial, sans-serif;
    font-weight: 400;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    color: #5e3314;
    text-decoration: underline;
}

.site-content {
    padding-top: 84px;
}

.script-font {
    font-family: 'Audrey-Regular', cursive;
    font-weight: normal;
    line-height: 1.8em;
}

.text-brown {
    color: #5e3314;
}

/* BUTTONS */

.btn.btn-primary {
    border-width: 2px;
    border-style: solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.25em;
    text-decoration: none;
    padding: 10px 15px 8px 15px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.btn.btn-primary:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* BRAND */

a.navbar-brand  {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    font-family: 'Audrey-Regular', cursive;
    font-size: 28px;
    font-weight: normal;
    text-decoration: none;
    padding-top: 24px;
    padding-bottom: 24px;
    line-height: 1.8em;
}

a.navbar-brand:link,
a.navbar-brand:visited,
a.navbar-brand:hover,
a.navbar-brand:active,
a.navbar-brand.active {
    color: #ffffff;
    text-decoration: none;
}

a.navbar-brand:hover,
a.navbar-brand:active,
a.navbar-brand.active {
    color: #af9481;
}

a.navbar-brand img {
    max-height: 58px;
    max-width: 112px;
}

/* PAGING */

.page-numbers {
	display: inline-block;
	margin: 0 2px 2px 0;
	border-width: 2px;
    border-style: solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.25em;
    text-decoration: none;
    padding: 10px 12px 8px 15px;
    color: #1d603e;
    border-color: #1d603e;
}

a.page-numbers {
    text-decoration: none;
    color: #1d603e;
}

.page-numbers.current,
a.page-numbers:hover {
	background: #1d603e;
    border-color: #1d603e;
    color: #ffffff;
}

nav.pagination {
    margin-top: 60px;
}

/* COVERS */

.cover-overlay-content-container {
    min-height: 100vh;
    display: table;
    vertical-align: middle;
}

.cover-overlay-content {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    padding-bottom: 80px;
}

.cover-scroller, 
.cover-scroller:link, 
.cover-scroller:visited, 
.cover-scroller:hover, 
.cover-scroller:active {
    color: rgba(255,255,255,0.2);
    text-decoration: none;
}

/* NAVBAR */

.navbar {
    background-color: #5e3314;

    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.navbar .nav-link {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    text-decoration: none;
}

.navbar .nav-link,
.navbar .nav-link:link,
.navbar .nav-link:visited {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    color: #ffffff;
}

.navbar .nav-link:hover,
.navbar .nav-link:active,
.navbar .nav-link.active {
    color: #af9481;
}

.primary-menu {
    background: #5e3314;
}

button.navbar-toggler {
    border: 2px solid #ffffff;
}

button.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* PREFOOTER AND FOOTER */

footer {
    background-color: #3c1e09;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 4px;
}

.pre-footer {
    background-color: #5e3314;
    padding-top: 40px;
    padding-bottom: 10px;
}

.pre-footer .footer-logo {
    max-height: 80px;
    margin-bottom: 18px;
}

footer a,
footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
} 

footer a:hover,
footer a:active {
    color: #af9481;
}

footer p.copyright {
    font-size: 10px;
    text-transform: uppercase;
}

footer #menu-footer-menu {
    margin-bottom: 10px;
}

footer #menu-footer-menu li {
	display: inline-block;
} 

footer #menu-footer-menu li:not(:last-child) {
    margin-right: 10px;
}

.pre-footer .social-items-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.pre-footer .social-items-container ul li {
    display: inline-block;
    margin: 20px auto;
    width: 180px;
}

.pre-footer .social-items-container .icon {
    position: relative;
    display: block;
    text-align: center;
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    font-size: 32px;
    line-height: 92px;
    color: #ffffff;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.pre-footer .social-items-container .icon.icon-icomoon {
    font-size: 26px;
}

.pre-footer .social-items-container .icon:after {
    pointer-events: none;
    content: "";
    position: absolute;
    display: block;
    width: 125px;
    height: 125px;
    top: -16px;
    left: -16px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.pre-footer .social-items-container .icon:hover {
    background: #ffffff;
    border-color: #ffffff;
}

.pre-footer .social-items-container .icon:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.no-csstransforms .pre-footer .social-items-container .icon:after {
	display: none;
}

.pre-footer .social-items-container h4 {
    font-family: 'Audrey-Regular', cursive;
    font-weight: normal;
    color: #ffffff;
    font-size: 26px;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    line-height: 1.8em;
}

.pre-footer .social-items-container .icon:hover {
    color: #1d603e;
}

.pre-footer .social-items-container .icon [class*=fa],
.pre-footer .social-items-container .icon [class*=icon] {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.pre-footer .social-items-container .icon:hover [class*=fa],
.pre-footer .social-items-container .icon:hover [class*=icon] {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.pre-footer .widget-title {
    font-family: 'Audrey-Regular', cursive;
    font-weight: normal;
    font-size: 3em;
    color: #ffffff;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.8em;
}

/* HOME AND NEWS*/

#home-cover {
    background-position-x: center;
    background-repeat: none;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: -54px;
    min-height: 100vh;
}

#home-cover-overlay {
    background-color: rgba(60,30,9,0.2);
    background-position-x: center;
    background-repeat: none;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: -54px;
    min-height: 100vh;
    z-index: 100;
}

#home-news {
    padding-top: 60px;
    padding-bottom: 60px;
}

#home-news .widget-title,
#home-music .widget-title {
    font-family: 'Audrey-Regular', cursive;
    font-weight: normal;
    font-size: 3em;
    color: #5E3314;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.8em;
}

#home-news .home-news-date,
.index-news-list .index-news-date {
    color: #af9481;
}

    #home-news .btn-primary {
        background-color: transparent;
        border-color: #5e3314;
        color: #5e3314;
    }

        #home-news .btn-primary:hover {
            background-color: #1d603e !important;
            border-color: #1d603e;
            color: #faf1eb;
        }

#home-news .news-item-container,
.index-news-list .news-item-container {
    padding: 24px;
    background-color: #5E3314;
    position: relative;
}

#home-news .news-thumbnail-overlay,
.index-news-list .news-thumbnail-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(60,30,9,0.2);
}

#home-news .news-content,
.index-news-list .news-content {
    padding-top: 18px;
    padding-left: 18px;
}

.news-items-container {
    margin-bottom: 24px;    
}

.news-items-container h4.home-news-title a,
.news-items-container h4.index-news-title a {
    color: #ffffff;
    text-decoration: none;
}

#home-music {
    background-color: #edded3;
    background-image: url(assets/img/feathered-background.jpg);
    background-position-x: center;
    background-repeat: none;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 0;
}

/* PAGE */

#page-header {
    background-image: url(assets/img/default-page-cover.jpg);
    background-position-x: center;
    background-position-y: 84px;
    background-repeat: none;
    background-attachment: fixed;
    height: 400px;
}

#page-header-overlay {
    background-color: rgba(60,30,9,0.2);
    background-position-x: center;
    background-position-y: 84px;
    background-repeat: none;
    background-attachment: fixed;
    width: 100%;
    height: 400px;
    z-index: 100;
}

#page-header-overlay-content-container {
    height: 400px;
    display: table;
    vertical-align: middle;
}

#page-header-overlay-content {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 80px;
}

#page-header-overlay-content h1 {
    font-family: 'Audrey-Regular', cursive;
    font-size: 80px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    line-height: 1.8em;
}

#page-main-content {
    padding-top: 60px;
    padding-bottom: 60px;
}

#page-main-content h2.page-title {
    font-family: 'Audrey-Regular', cursive;
    font-weight: normal;
    font-size: 3em;
    text-align: left;
    color:#5e3314;
    margin-bottom: 60px;
    line-height: 1.8em;
}

/* NEWS */

#news-header {
    background-image: url(assets/img/news-page-cover.jpg);
    background-position-x: center;
    background-position-y: 84px;
    background-repeat: none;
    background-attachment: fixed;
    height: 400px;
}

#news-header-overlay {
    background-color: rgba(60,30,9,0.2);
    background-position-x: center;
    background-position-y: 84px;
    background-repeat: none;
    background-attachment: fixed;
    width: 100%;
    height: 400px;
    z-index: 100;
}

#news-header-overlay-content-container {
    height: 400px;
    display: table;
    vertical-align: middle;
}

#news-header-overlay-content {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 80px;
}

#news-header-overlay-content h1 {
    font-family: 'Audrey-Regular', cursive;
    font-size: 80px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    line-height: 1.8em;
}

#news-main-content {
    padding-top: 60px;
    padding-bottom: 60px;
}

#news-main-content h2.page-title {
    font-family: 'Audrey-Regular', cursive;
    font-weight: normal;
    font-size: 4em;
    text-align: left;
    color:#5e3314;
    margin-bottom: 60px;
    line-height: 1.8em;
}

.news-items-container {
    margin-bottom: 0;
}

#home-news .news-items-container {
    margin-bottom: 24px;
}

/* MUSIC */

#music-header {
    background-image: url(assets/img/music-page-cover.jpg);
    background-position-x: center;
    background-position-y: 84px;
    background-repeat: none;
    background-attachment: fixed;
    height: 400px;
}

#music-header-overlay {
    background-color: rgba(60,30,9,0.2);
    background-position-x: center;
    background-position-y: 84px;
    background-repeat: none;
    background-attachment: fixed;
    width: 100%;
    height: 400px;
    z-index: 100;
}

#music-header-overlay-content-container {
    height: 400px;
    display: table;
    vertical-align: middle;
}

#music-header-overlay-content {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 80px;
}

#music-header-overlay-content h1 {
    font-family: 'Audrey-Regular', cursive;
    font-size: 80px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    line-height: 1.8em;
}

.music-item img {
    border: 12px solid #5e3314;
}

.music-item-inner {
    position: relative;
}

.music-item .music-item-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(60,30,9,0.2);
}

.music-item h4.music-item-title {
    font-family: 'Audrey-Regular', cursive;
    font-weight: normal;
    font-size: 26px;
    line-height: 1.8em;
}

.music-item h4.music-item-title a,
.music-item h4.music-item-title a:link,
.music-item h4.music-item-title a:hover,
.music-item h4.music-item-title a:active,
.music-item h4.music-item-title a:visited {
    text-decoration: none;
}

.single-music-item-container {
    margin-bottom: 48px;
}

.single-music-item-container:last-child {
    margin-bottom: 0;
}

/* NINJA FORMS */

.nf-before-form-content {
    display: none;
}

.nf-form-content {
    max-width: none !important;
    padding: 0 !important;
}

.nf-field-label label {
    color: #5e3314;
}

.nf-field-element input,
.nf-field-element textarea {
    border: 2px solid #5e3314 !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important;
}

.nf-field-element input[type="button"] {
    border: 2px solid #5e3314;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-size: 14px !important;
    letter-spacing: 0.25em !important;
    text-decoration: none !important;
    padding: 10px 15px 8px 15px !important;
    background-color: transparent !important;
    color: #5e3314 !important;
    -webkit-transition: all 0.25s ease-out !important;
    -moz-transition: all 0.25s ease-out !important;
    -o-transition: all 0.25s ease-out !important;
    -ms-transition: all 0.25s ease-out !important;
    transition: all 0.25s ease-out !important;
}

    .nf-field-element input[type="button"]:hover {
        background-color: #1d603e !important;
        border-color: #1d603e !important;
        color: #ffffff !important;
        cursor: pointer;
    }

/* MEDIA QUERIES */

@media (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
    #home-cover,
    #home-music,
    #music-cover {
        background-attachment: scroll;
    }
}

@media (min-device-width : 768px) and (max-device-width : 1024px)
{
    #home-cover,
    #home-music,
    #music-cover {
        background-attachment: scroll;
    }
}

@media (max-device-width : 991px) {
    a.navbar-brand  {
        padding-left: 14px;
    }    

    #home-news .news-items-container {
        margin-bottom: 0;
    }

    #home-news .news-item-container {
        margin-bottom: 30px;
    }    
}

@media (max-device-width : 767px) {
    #home-cover,
    #home-music,
    #music-cover {
        background-attachment: scroll;
    }

    #home-news .news-items-container {
        margin-bottom: 24px;
    }

    #home-news .news-item-container {
        margin-bottom: 0;
    }
}

@media (max-device-width : 575px) {
    .music-item-details {
        padding-top: 24px;
    }
}
