/*
Theme Name: ByZeytinoglu
Description: Child theme for Avada by MuroMedia
Author: MuroMedia
Author URI: https://www.muromedia.nl
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

body { font-family: 'Indie Flower', cursive;
	font-size: 16px;}

/* fix contentbox font */
.content-box-column .content-container { font-size: 20px; font-weight: 600; }

/* fix main menu hoogte door groter logo */
.fusion-main-menu { padding: 22px 0; }
.fusion-sticky-menu { padding: 22px 0; }

/* fix main menu hovers */
.fusion-main-menu a:hover { background: none !important; color: #b31c27 !important; }
.current-menu-item {background: #b31c27 !important; }
.current-menu-item a:hover { color: #fff !important; }

.content-wrapper-background { padding-bottom: 0 !important; margin: 0 !important; }

/* fix colum bottom margin */
.fusion-column { margin-bottom: 0 !important; }

h1 { text-transform: uppercase; letter-spacing: 8px !important; color: #b31c27; font-weight: normal; }
h1::first-letter { font-size: 150%; color: #000; }

.page-id-10 h2 { text-transform: uppercase; letter-spacing: 8px !important; margin-top: 10px !important; }
.page-id-10 h2::first-letter { font-size: 150%; color: #000; }

/* logo margin fixen omdat deze groter is dan default */
.fusion-logo { margin: 17px 0 !important; }



.projeheader { position: relative; }
.projeheader .entry-title { width: 100%; padding: 0 20px; position: absolute; bottom: 0; left: 0; background: rgba(255,255,255,0.75);}

.wpcf7-submit { margin-top: 20px; }



.fusion-mobile-menu-icons a {
	background: url('img/icon_mobilemenu.png');
    background-size: 40px 38px;
    width: 40px;
    height: 38px;
    margin-top: 5px;
}
.fusion-icon-bars::before {
content: none !important;
}




@media only screen and (max-width: 800px){
/* fix minder padding op mobiele apparaten */
#wrapper #main { padding-left: 10px !important; padding-right: 10px !important; }

}