/* CORE
--------------------------------------------- */

:focus {
    outline: none;
}

body {
    /*background: #E6E6E6;*/
}


/* LAYOUT
--------------------------------------------- */

.content {
    width: 65%;
}
.site-container {
    padding-top: 40px;
}


/* HEADER
--------------------------------------------- */

.site-header {
    max-width: 1560px;
    margin: 0 auto;
}
.keyvisual {
    position: relative;
}
.keyvisual a {
    color: #333;
}
.keyvisual-text {
    position: absolute;
    background: #fff;
    font-family: 'Merriweather', 'Verdana';
    font-weight: 400;
    font-size: 71px;
    padding: 0px 40px;
    top: 53%;
    line-height: 1.4em;
    left: calc(50% - 380px);
}

.keyline {
    position: absolute;
    z-index: 500;
    background: rgba(255,255,255,0.8);
    padding: 15px 55px;
    margin: 57px 0 0 63px;
}
.kl-01 {
    /*font-weight: 700;*/
    /*text-transform: uppercase;*/
    font-size: 29px;
}

/* NAVIGATION
--------------------------------------------- */

.nav-primary {
    /*text-align: center;*/
    border-bottom: 1px solid #999;
    padding: 10px 0;
    padding-left: 100px;
}


.footermenu {
    display: inline-block;
}
.footermenu li {
    float: left;
}
.footermenu li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    padding: 5px 15px;
}
.footermenu li a:after {
    border-right: 1px solid #fff;
    content: " ";
    height: 14px;
    width: 1px;
    position: absolute;
    margin-top: 8px;
    margin-left: 15px;
}
.footermenu li:last-of-type a:after {
    display: none;
}
/* CONTENT
--------------------------------------------- */

/* SIDEBAR
--------------------------------------------- */

.logo {
    padding: 5px 0 40px 0;
}

.sidebar-container {
    background: #e9eae3;
    padding: 20px 30px;
    min-height: 715px;
}


/* FOOTER
--------------------------------------------- */

footer {
    margin-top: 30px;
    background: #99a76a;
    color: #fff;
}
.footer {
    text-align: center;
    padding: 20px 0 10px;
	color: #fff;
}
.footer a {
	color: #fff;
}

/*  STARTPAGE
--------------------------------------------- */

.home h1 {
   /* padding-bottom: 0;*/
}
.home .sidebar-container #recent-posts-2 {
    display: none;
}
.home .sidebar-container #archives-2 {
    display: none;
}

#custom_html-2 {
    display: none;
}



/*  MAILPOET
--------------------------------------------- */

#mailpoet_form_1 .mailpoet_form {
    padding: 0 !important;
}
#mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea {
    width: 100% !important;
}

.mailpoet_submit {
    background-color: #8197af !important;
}
.mailpoet_checkbox_label {
    padding-top: 10px;
}

/* RESPONSIVE
--------------------------------------------- */



/* Media Queries < 1280
---------------------------------------------------------------------------- */

@media only screen and (max-width: 1280px) {
    .keyvisual-text {
        font-size: 60px;
        left: calc(50% - 325px);
    }
} 

/* Media Queries < 960
---------------------------------------------------------------------------- */

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

    .keyvisual-text {
        font-size: 50px;
        left: calc(50% - 275px);
    }

    .menu-toggle {
        float: inherit;
        font-size: 22px;
    }
    header.site-header {
        border-bottom: 1px solid #999;
    }
    .nav-primary {
        border-bottom: none;
    }
    .content {
        width: 100%;
    }

}

/* Media Queries < 960
---------------------------------------------------------------------------- */

@media only screen and (max-width: 650px) {
    .keyvisual-text {
        font-size: 38px;
        left: calc(50% - 220px);
    }

}




/* Media Queries < 960
---------------------------------------------------------------------------- */

@media only screen and (max-width: 450px) {
    .keyvisual-text {
        font-size: 20px;
        left: inherit;
        width: 275px;
        position: relative;
        margin: 0 auto;
        margin-top: -45px;
    }

}








