/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

body {
    word-break: break-word;
    hyphens: auto;
}

.fusion-logo img {
    width: 140px;
}

.fusion-meta-info {
    border:none;
    padding:0;
}

/* CF7 Styling */

.wpcf7-form-control {
    margin: 10px 0;
}

.wpcf7 {
        width: 100% !important;
        padding: 10px;
}
 
.wpcf7 div
{
    margin:0 0 10px 0;
}

.wpcf7 h2
{
    margin-top:40px;
}

.wpcf7 label
{
    font-weight: bold;
}

.wpcf7-text {
    font-size: 16px !important;
    color: #434c50 !important;
}

span.wpcf7-list-item {
    margin: 0;
}
 

article.post h1.entry-title {
    font-size:36px !important;
}

article.post h4.entry-title {
    font-size:22px !important;
}

.single-navigation {
    display: none;
}

.home-recent-posts {
    padding-top:40px;
}

/*  maakt afbeeldingen even hoog bij recente blogberichten */
div.index-news .flexslider .slides img {
height: 250px !important;
width: auto !important;
margin: 0 auto;
float:left;
}

/*  maakt afbeeldingen even hoog bij home nieuws */
div.home-news .flexslider .slides img {
height: 250px !important;
/*width: auto !important;*/
margin: 0 auto;
float:left;
}

div.index-news .fusion-blog-layout-grid .fusion-post-wrapper .fusion-image-wrapper img {
height: 250px !important;
margin: 0 auto;
}

.fusion-person .person-author-wrapper .person-name  {
    font-size:22px !important;
}

.home-action-box {
    width:33% !important;
    height: 225px !important;
}

.fusion-column-inner-bg .fusion-column-anchor {
    min-height: 200px;
}

.fusion-is-sticky span.menu-text {
    color: #f1c700 !important;
}
 
 
.aangepaste-openingstijden {
    background-color: #F0C701;
    padding: 30px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 800px) {
    h1 {
        font-size:26px !important;
        line-height: 40px !important; 
    }
    .fusion-logo img {
        width: 100px;
    }
    div.home-news-mobile .fusion-post-content-wrapper{
            padding: 0px !important;
    }
    
    ul.slides h1.title-heading-left {
        font-size: 18px !important;
        line-height: 26px !important;
    }
    
    ul.slides h3.title-heading-left {
        font-size: 14px !important;
        line-height: 26px !important
     
    }

    .home-action-box {
        width: 100% !important;
        height: 200px !important;
    }
}