/*
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
*/

@font-face {
	font-family: 'Oranda BT';
	src: url('fonts/OrandaBT-Roman.eot');
	src: url('fonts/OrandaBT-Roman.eot?#iefix') format('embedded-opentype'),
		url('fonts/OrandaBT-Roman.woff') format('woff'),
		url('fonts/OrandaBT-Roman.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oranda BT' !important;
}

.widget-title {
	color: #227c57 !important;
}


.tussenkopje {
font-family: 'Oranda BT';
	color: #227c57;
	font-size: 24px;
	font-weight: bold;
}

.fusion-text strong {
	color: #227c57;
}

.homelink .fusion-text strong {
	color: #fdda02 !important;
}

.homelink a {
	color:#fdda02 !important;
}


a {
	text-decoration: underline;
}

.textwidget {
	color: #666666 !important;
}

.textwidget a {
	color: #666666 !important;
}

.fusion-main-menu a {
	text-decoration: none;
}
/* HEADER */

.fusion-logo img {
    height: 100px !important;
    width: 350px;
}


.fusion-is-sticky .fusion-logo img {
    height: 55px !important;
}

.fusion-main-menu {
	overflow: visible;
}

.fusion-main-menu>ul>li>a {
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

.fusion-main-menu > ul > li > a {
    padding-bottom: 50px;
}

.fusion-main-menu .sub-menu {
    border-top: solid 1px #217c57 !important;
}

.fusion-header .fusion-row {
    border-bottom: solid 1px #227c57;
}

.fusion-main-menu .sub-menu {
    width: auto !important;
}



/* FUSION SLIDER */

.fusion-slider-sc .flex-direction-nav a {
    opacity: 1 !important;
    color: #feda01;
    font-size: 50px !important;
    background: none !important;
}

.fusion-slider-sc .flex-direction-nav a.flex-prev {
	left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 15px 0;
    border-color: transparent #fdda02 transparent transparent;
}

.fusion-slider-sc .flex-direction-nav a.flex-next {
	right: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 20px;
	border-color: transparent transparent transparent #fdda02;
}

.flex-control-nav {
    bottom: 15px !important;
}

.fusion-body .flex-control-nav li {
    margin: 0 10px;
}

.flex-control-paging li a.flex-active {
    background: #feda01 !important;
    cursor: default;
}

.flex-control-paging li a {
    background: transparent !important;
	border: solid 1px #feda01;
    width: 15px !important;
    height: 15px !important;
    box-shadow: none !important;
}


/* BUTTONS */

a.fusion-button.button-flat.fusion-button-round.button-default {
    border-radius: 8px;
}

a.fusion-button.button-flat.fusion-button-round.button-default span {
    color: #fdda02;
}



/* green_html_block */

.green_html_block {
    text-align: center;
}

.green_html_block h3 {
    font-size: 18px !important;
    color: #fdda02 !important;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif !important;
}

.green_html_block p {
    font-size: 18px;
    margin-bottom: 10px;
}

.green_html_block a {
    font-size: 18px;
    text-decoration: underline;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}



/* FOOTER */

.fusion-footer-widget-area .widget-title {
    text-transform: capitalize;
}

.fusion-footer-widget-column {
    margin-bottom: 12px !important;
}



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

/* HEADER */

.fusion-logo img {
    width: 250px;
    height: 72px;
}

body .fusion-main-menu > ul > li > a {
    height: 105px;
}

}

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

/* HEADER */

.fusion-logo img {
    height: 50px;
    width: 175px;
    margin-bottom: 20px;
}    

/* HOME */
.home-intro {
    padding: 20px 0 !important;
}

.home-intro h1 {
    font-size: 40px !important;
}

.home-intro p {
    font-size: 18px !important;
    line-height: 32px !important;
}

.flex-control-nav {
    bottom: -5px !important;
}

}


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

.home-intro h1 {
    font-size: 27px !important;
}

.home-intro p {
    font-size: 16px !important;
    line-height: 29px !important;
}

}
