/*
Theme Name: StudioFitaal
Theme URI: https://www.studiofitaal.nl/
Author: Arjen Postma
Author URI: https://arjenpostma.nl/
Version: 1

*/

:root{
    --font-color: #313131;
    --primary: #5fba01;
    --primary-darker: #55A700;

    --border: 1px solid #DDDDDD;
    --shadow: 0 2px 2px 0 rgba(150, 150, 150, 0.20), 0 0 2px 0 rgba(20, 20, 20, 0.10);
}

* {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--font-color);
    font-weight: bold;
    line-height: 1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    color: var(--font-color);
    text-decoration: none;
}

h1 {
    font-size: 48px;
}

.title{
    color: var(--primary);
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

.logo{
    font-weight: bold;
    font-size: 32px;
    color: var(--font-color);
}

.logo > span {
    color: var(--primary);
}

.navbar{
    background-color: white !important;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.16);
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.16);
    padding: 0;
    height: 80px;
}

.navbar-nav .nav-link{
    color: var(--font-color);
    font-size: 18px;
}

.mailme {
    background-color: var(--primary);
    color: white;
    height: 80px;
    text-align: center;
    line-height: 80px;
    padding-left: 32px;
    padding-right: 32px;
    display: none;
}

@media (min-width: 576px) {
    .mailme {
        display:initial;
    }
}

.mailme a{
    color: white;
    text-decoration: none;
}

.mailme .plane{
    margin-right: 16px;
}

.bottom-footer {
    background-color: #787878;
    color: var(--font-color);
    padding-top: 15px;
    padding-bottom: 15px;
}

.top-footer{
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: var(--font-color);
    color: white;
}


#footer .cta,
#footer .menu-item{
    margin-bottom: 16px;

    color: white;

    font-size: 16px;
}

#footer .menu-item {
    margin-bottom: 8px;
}

#footer .cta i{
    margin-right: 16px;
}

#footer .cta a,
#footer .menu-item a{
    color: white;
    text-decoration: none;
}

#footer .logo-col img{
    float: left;
}

.top-footer .logo {
    color: white;
}

#content{
    margin-top: 32px;
    margin-bottom: 32px;
}

h1 small {
    font-size: 16px;
    color: #AAA;
    font-weight: normal;
    display: block;
}

.box {
    width: 100%;
    background-color: white;
    border-radius: 4px;

    border: var(--border);
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);

    padding: 16px;
}

.post .entry-title{
    margin-bottom: 0;
}

.post .post-edit-link,
.post .entry-title{
    line-height: 32px;
    margin-right: 8px;
}

.post .entry-meta{
    font-size: 12px;
    color: #AAA;
}

.archive-title{
    margin-bottom: 16px;
}

.summary-thumbnail{
    display: block;
    float: right;
    width: 200px;
    height: 200px;
}

.summary-thumbnail img {
    width: auto;
    height: 100%;
}

.archive-post{
    cursor: pointer;
}

.archive-post:hover{
    background-color: #EEEEEE;
}

.elementor-section.elementor-section-boxed > .elementor-container{
    /*max-width: 1140px;*/
    max-width: 1320px !important;
}

.ap-button {
    background-color: var(--primary) !important;
    border-color:  var(--primary) !important;
    color: white !important;
    border-radius: 3px !important;
}

.ap-button:hover {
    background-color: var(--primary-darker) !important;
    border-color:  var(--primary-darker) !important;
    color: white !important;
}

.ap-button-full {
    width: 100% !important;
    line-height: normal !important;
}

#navbarSupportedContent{
    z-index: 1000;
    background-color: white;
}