/*
 Theme Name:   Seasun Child
 Theme URI:    https://www.groenmarktkerk.nl/wp-content/themes/seasun-child
 Description:  Seasun Theme
 Author:       Gerard van der Voort | Gummisko
 Author URI:   https://gummisko.nl
 Template:     seasun
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  seasunchild
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400|Volkhov&display=swap');

/* COLORS BASIC 

Groenmarkt groen:            #7cb9b4;
Groenmarkt groen donkerder:  #6b9c99;
Groenmarkt donkerbruin:      #594c44;
Groenmarkt lichtgrijs:       rgb(247,248,249);

*/

/* FONTS BASIC */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px !important;
    font-weight: 300;
}

p, ul, ol, li, dl{
    font-family: 'Roboto', sans-serif;
    font-size: 16px !important;
    font-weight: 300;
    line-height: 160%;
}

hr,
p {
    max-width: 700px;
}

h1,
h2,
h3,
h4,
h5,
.sidebar-widget .sidebar-headline,
#footer .footer-widget .footer-headline {
    font-family: 'Volkhov', serif;
    color: #594c44;
    max-width: 700px;
}

h1,
.content-headline h1 {
    color: #594c44;
    font-size: 32px !important;
}

h2 {
    font-size: 22px !important;
}

h3 {
    font-size: 20px !important;
}

h4,
h5,
.sidebar-widget .sidebar-headline,
#footer .footer-widget .footer-headline {
    font-size: 20px !important;
}

#footer .footer-widget .footer-headline {
    border-bottom: 0px solid red;
}

body a,
body a:visited,
h2,
h3,
h4,
.sidebar-widget .sidebar-headline,
body .post-entry .post-entry-headline a {
    color: #6b9c99;
    font-weight: normal
}

a:hover {
    color: coral;
    text-decoration: underline;
}

/* HEADER */

.header-logo {
    margin: 0 auto;
    margin-top: -20px;
    max-width: 700px;
}

/* NAVIGATION */

.top-navigation-wrapper,
body .content-headline-wrapper,
body .header-description-wrapper {
    background: none;
    border-bottom: 0px solid #fff;
}
#main-content {margin-top:20px;}

#main-content .post-info .post-category,
#main-content .post-info .post-tags {
    display: none
}

#wrapper #wrapper-header .top-navigation ul {
    border-left: 0px solid #ededed;
    float: right;
    margin-right: 35px;
}

#wrapper #wrapper-header .top-navigation a:hover {
    background: rgb(247, 248, 249);
    !important;
}

.js .selectnav {
    background: none;
    border: 0px solid #fff;
    font-size: 14px;
    width: 30%;
    color: #7cb9b4;
    text-align: right;
}

.js .menu-panel-wrapper .selectnav {
    margin-top: 8px;
    text-align: right;
    color: #fff;
}

.menu-panel-wrapper,
body .post-entry .read-more-button {
    border-bottom: 0px solid silver;
    background: #7cb9b4;
}

.menu-panel ul li {
    background: #6b9c99;
    height: 40px;
    line-height: 109%;
    margin: 3px 0px 2px -1px;
}

.menu-panel a,
.menu-panel .menu-item-has-children a,
.menu-panel a:visited {
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 40px;
    font-size: 16px;
}

#wrapper-header .menu-panel ul ul a,
#wrapper-header .menu-panel ul ul a:visited {
    line-height: 15px;
    padding-top: 11px;
    padding-bottom: 7px;
    min-height: 20px;
}

.menu-panel a:hover {
    color: rgba(255, 255, 255, 1.00) !important;
}

body #wrapper-header .menu-panel .current_page_item > a {
    color: #000;
}

body .menu-panel ul ul,
body .top-navigation ul ul {
    border-color: #7cb9b4;
    margin-top: -4px;
}

.menu-panel ul ul li {
    height: inherit;
    border-bottom: 1px solid #7cb9b4;
}

#wrapper-header .menu-panel ul ul a,
#wrapper-header .menu-panel ul ul a:visited {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 15px;
}

#wrapper-header .menu-panel ul ul a:hover {
    background: #7cb9b4 !important;
    color: rgba(255, 255, 255, 0.99) !important;
}

#wrapper .sticky-nav {
    position: relative;
}

/* BANNER - banner images instellen in css op pagina*/

.header-image img {
    visibility:hidden;
}
.header-image {
    background-image: url(https://www.groenmarktkerk.nl/wp-content/uploads/2018/02/cropped-P1000545-7.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.header-image {
    border-bottom: 4px solid #7cb9b4;
    
}

/* Niewspagina */

#wrapper .header-description-wrapper {
    display: none;
}

/* CONTENT */

#wrapper-content {
    border-top: 20px solid rgb(247, 248, 249);
    background-image: url(bg-hafround-top.png), url(bg-hafround-bottom.png);
    background-position: top, bottom;
    background-size: 100%, 100%;
    background-repeat: no-repeat, no-repeat;
}

.blog #wrapper-content {
    padding-top: 70px;
    padding-bottom: 100px;
}

/* FOOTER */

#wrapper-footer {
    background: #7cb9b4;
    border-top: 120px solid rgb(247, 248, 249);

}

#footer p,
body #footer a,
body #footer a:visited,
#footer ul li,
#footer ol li {
    color: rgba(0, 0, 0, 0.60);
    font-size: 14px !important;
    line-height: 140%;
    font-weight: 400;
}

body #footer a:hover {
    color: #fff;
}

#wrapper-footer h3 {
    color: rgba(255, 255, 255, 0.80);
    font-size: 18px !important;
    margin-top: 20px;
    margin-bottom: 6px;
}


.textlogo-wrapper .textlogo {
    display: inline-block
}

.footlogo-wrapper {
    margin-top: -140px;
    text-align: center;

}

.footlogo-wrapper .footlogo {
    display: inline-block;
    width: 75%;
}

.footer-signature {
    background: #6b9c99;
}

.footer-signature .footer-signature-content {

    padding: 0;
    padding-top: 15px;
    color: rgba(0, 0, 0, 0.80);
}


@media only screen and (max-width: 1170px) {

    .footlogo-wrapper .footlogo {
        width: 90%;
    }
}

@media only screen and (max-width: 990px) {

    #footer .footer-widget-area {
        width: 45%;
        margin: 0 0 0 5%;
    }
    #footer .footer-widget-area.footer-widget-area-1 {
        width: 80%;
        margin: 0 10% 0 10%;
    }
    .footlogo-wrapper .footlogo {
        max-width: 300px;
    }
}

@media only screen and (max-width: 495px) {
.header-image {
    height:190px;;
    
}

    #footer .footer-widget-area.footer-widget-area-2 .footer-widget {
        margin-bottom: 0;
    }
    #footer .footer-widget-area {
        width: 80%;
        margin: 0 10% 0 10%;
    }

}

.post-info-author {
    display: none;
}

