/*
Theme Name:   ElizaTimersma
Theme URI:    http://klassewerk.nl	
Description:  ElizaTimersma Thema
Author:       Jasper van Thuijl
Author URI:   http://antit.nl
Template:     twentyfifteen
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:  klassewer
 */
/* font declaration */
@font-face {
    font-family: CandaraBold;
    src: url(CandaraBold.ttf);
}
@font-face {
    font-family: Candara;
    src: url(Candara.ttf);
}

body {
    background: #f7f7f7; 
    font-family: sans-serif;
}
/* blockquote */
blockquote {
    display:block;
    padding: 20px 50px !important; 
    margin: 0 0 20px;
    position: relative;
    /*Font*/
 	font-family: serif;
    font-size: 1.2em; 
    line-height: 1.2;
    border: none;
}
blockquote p, .entry-content blockquote p {
    line-height: 35px !important;
    font-size: 1.2em; 
}
blockquote::before {
    content: "\201C"; /*Unicode for Left Double Quote*/
	font-family: "Merriweather", serif;
    font-size: 2em;
    font-weight: bold;
    position: absolute;
    left: 10px;
    top:5px;
}

blockquote:after {
    content: "\201D"; /*Unicode for Left Double Quote*/

    font-family: Georgia, serif;
    font-size: 2em;
    font-weight: bold;

    position: absolute;
    right: 40px;
    bottom: 5px;

}
blockquote cite {
    color: #999999;
    display: block;
    margin-top: 5px;
}

blockquote cite:before {
    content: "\2014 \2009";
}
a.white {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border: none;
}
/* center class*/
.center {
    text-align: center;
}
/* footer */
.site-footer .widget {
    margin: 0;
    padding: 10% 20% 0;
}
.site-footer .widget:last-child {
    margin-bottom: 10%;
}
.site-footer .widget {
    width: 33.3%;
    float: left;
    margin: 0;
    padding: 30px;
}
.site-footer .site-info, .site-footer .site-info a {
    clear: both;
    padding: 1rem;
    margin: 0 0;
    color: #fff;
    border-bottom: none;
}
.site-footer {
    box-shadow: none;
    background: #616060;
    color: #fff;
}
.site-header {
    background: none;
    border-bottom: none;
    padding: 55px 0;
}
.site-footer .widget-title,
.site-footer .textwidget {
    color: #fff;
}
/* menu */

/* fix width*/
body:before {
    background: none;
    box-shadow: none;
    display: none;
}
    .site-content, .site-footer {
    margin: 0 auto;
    width: 100%;
}
.sidebar {
    display: none;
}

/* header */
.header {
    background: url("./images/bg.jpg");
    min-height: 400px;
    background-size: cover;
    text-align: center;
}
.header-text, .header-sub {
    margin: 0 auto;
    letter-spacing: 10px;
    color: #fff;
    text-shadow: 0px 0px 11px rgba(47, 61, 54, 1);
}
.header-text {
    font-size: 8rem;
    font-family: "CandaraBold", serif;
    line-height: 6rem;
    padding-top: 200px;
}
.header-sub {
    font-family: "Candara", serif;
    font-size: 4rem;
    font-weight: 200;
}
p {
        margin-bottom: 0;
}
.top-menu a{
    display: block;
}
#mobile-menu-toggle
{
    display: none;
}
.top-menu {
        position: relative;
    }
    .entry-attachment {
    text-align: center;
}
.image-navigation
{
    width: 100%;
}
.nav-previous.img a, .nav-next.img a,    .image-navigation .nav-previous a:before, .image-navigation .nav-next a:after, .comment-navigation .nav-previous a:before, .comment-navigation .nav-next a:after
    {
    text-decoration: none;
    padding: 0;
        font-size: 6rem;
        border: none;
    }
.nav-previous.img,
.nav-next.img {
position: absolute;

}
.entry-title.img {
    text-align: center;
    margin-bottom: 0;
    font-family: "Candara";
}
.nav-previous.img {
    left: 0;

}
.nav-next.img {
right: 0;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before, .comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before
{display: none;}
/* Media for desktop */
@media screen and (min-width: 59.6875em) {

    .entry-content h3, .entry-summary h3, .page-content h3, .comment-content h3 {
        font-size: 27px;
        font-size: 2.0rem;
    }
    .entry-content p, .textwidget p, .entry-content ul, .entry-content li, .entry-content ol {
        font-size: 2rem;
    }

   .hentry, .page-header, .page-content {
        margin: 0;
   }
   /*menu*/
    .top-menu { 
        text-align: center;
     }
    .top-menu li {
    
        list-style-type: none;
        margin-left: 6rem;
        font-family: "Candara";
    }
    .top-menu li a
    {
        font-size: 2.3rem;
    }
    .top-menu li:first-child {
        margin-left: 0;
    }

    .top-menu .menu-menu-container {
        padding-top: 1rem;
    }
    .current-menu-item > a, .current-page-item > a, .current-menu-parent > a {
        color: #628b3e
    }
    .site-main {
        padding: 0;
    }
    #menu-menu {
        margin-bottom: 1rem;
    }
    .top-menu ul ul{
        display: none;
    }
    .top-menu ul {
        position: relative;
        display: inline-table;
    }

    .top-menu ul li:hover > ul {
        display: block;
    }
    .top-menu ul:after {
        content: ""; clear: both; display: block;
    }
    .top-menu ul li {
        float: left;
    }
    .top-menu ul ul {
        position: absolute;
        top: 100%;
        z-index: 9999;
        padding: 0;
        margin:0;
        background: #fff;

    }
    .top-menu ul ul li {
        float: none;
        margin: 0;
        position: relative;
    }
    .top-menu ul ul li a
    {
        padding: 10px 20px;
    }
    .entry-content h1  {
        font-family: "CandaraBold";
    }
    .entry-content h3  {
        clear: none;
    }
}
.top-menu a {
    position: relative;
}
/* Media mobile */
@media screen and (max-width: 59.6875em) {
/*@media screen and (max-width: 59.6875em) {*/
    .header-text {
        font-size: 4rem;
        line-height: 3rem;
        padding-top: 100px;
    }
    .header-sub {
        font-size: 2rem;
    }
    .header {
        background: url("./images/bg.jpg");
        background-position-x: -141px;
        min-height: 200px;
    }
    .site-footer .widget {
        float: none;
        width: 100%;
        padding: 0;
    }
    .top-menu ul {
        list-style-type: none;
    }
    .top-menu ul li {
        border-bottom: 1px solid #efefef;
    }
    .top-menu ul {
        margin:0;
    }
    .top-menu .sub-menu {
        margin-left: 30px;
    }
    .top-menu .sub-menu li {
        border-bottom: 0;
        border-top: 1px solid #efefef;
    }
    .top-menu li a {
        padding: 10px;
    }
    .gallery-columns-4 .gallery-item, .gallery-columns-3 .gallery-item {
        max-width: 100%;
    }
    #mobile-menu-toggle {
        position: absolute;
        bottom: 0px;
        background: none;
        padding: 10px 15px;
        right: 0px;
        font-size: 3rem;
        display: block;
    }
    .menu-menu-container {
        display: none;
    }
    .header-text, .header-sub {
        letter-spacing: 3px;
    }
    .header-text {
        padding-top: 75px;
    }
    .entry-content.attachment
    {
        padding: 0;
    }
    .nav-previous.img a, .nav-next.img a,    .image-navigation .nav-previous a:before, .image-navigation .nav-next a:after, .comment-navigation .nav-previous a:before, .comment-navigation .nav-next a:after
    {
        padding: 0;
    }
    .alignleft, .alignright {
        float: none;
        width: 100%;
    }
    blockquote.alignright, .wp-caption.alignright, img.alignright {
        margin: 0;

    }
}
.media-hentry {
    padding-top: 30px;
}
    
.entry-attachment img.wide {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
.entry-attachment img.tall {
    max-height: 100%;
    max-width: 100%;
    width: auto;
}​
.entry-header {
    position: relative;
}
.nav-previous.img,
.nav-next.img {
    top: -20px;
}
.entry-content.attachment .entry-caption, .entry-content.attachment p {
    text-align: center;
}
.menu-privacy-container {
	text-align: center;
}
.menu-privacy-container ul {
	list-style-type: none;
}
.menu-privacy-container a {
		color: #fff;
}