/*
Theme Name: Hunebed Media
Theme URI: https://hunebedmedia.nl
Description: Thema ontwikkeld door Hunebed Media
Version: 1.0
Author: Hunebed Media
Author URI: https://hunebedmedia.nl
*/

@import url('https://fonts.googleapis.com/css2?family=Georama:wght@100;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:wght@500&display=swap');
@import url('style/font-awesome/css/font-awesome.min.css');

body{
    font-family: 'Georama', sans-serif;
    overflow-x: hidden;
    
}
h2{
    font-size: 24px;
    color: #FF8000;
    font-weight: bold;
}
h1, #homepage-content h2{
    font-size: 24px;
    color: #333333;
    font-weight: 500;
}

a{
    text-decoration: none;
    color: #FF8000;
}

a:hover{
    color: #FF8000;
    text-decoration: underline;
}
::-moz-selection { 
    color: #fff;
    background: #FF8000;
}
::selection {
    color: #fff;
    background: #FF8000;
}

#top-bar{
    background-color: #FF8000;
    height: 50px;
    color: #FFFFFF;
    line-height: 50px;
}

#service-bar{
    background-color: #FF8000;
    height: 50px;
    color: #FFFFFF;
    line-height: 50px;
    overflow: hidden;
}

.top-bar-item{
    display: inline;
    margin-left: 15px
}

.top-bar-item a{
    text-decoration: none;
    color: #FFFFFF;
}

.top-bar-item p{
    display: inline;
    font-size: 14px;
    margin-left: 3px;
}

#menu-bar{
    height: 120px;
    background-color: #FFFFFF;
    position: sticky;
    top:0;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

#menu-bar #menu, #mobile-menu-button, #menu-bar .logo-link{
    line-height: 120px;
}
.mobile-menu li{
    line-height: 60px;
}

#mobile-menu{
    font-size: 40px;
}
.mobile-menu{
    display: none;
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    text-align: -webkit-center;
    border-bottom: 5px solid #FF8000;
    min-height: 100vh;
    z-index: 11;
}
.mobile-menu ul{
    padding: 0;
}
.mobile-menu li{
    width: 100%;
    list-style: none;
}
.mobile-menu li a{
    font-size: 25px;
    color: #333;
}
#mobile-menu-close{
    font-size: 35px;
    color: #333;
    margin-top: 30px;
    float: right;
    margin-right: 30px;
}
.mobile-menu .sub-menu{
    background-color: #f2f2f2;
}

#nav ul{
    list-style: none;
    
}
#nav ul li{
    display: inline-block;
    margin-left: 20px;
}

#menu ul ul {
    display: none;
}
#menu ul li:hover > ul {
    display: block;
}
#menu ul ul {
    display: none;
    position: absolute;
    margin-top: -41px;
    line-height: 50px;
    z-index: 99999;
    min-width: 180px;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    text-align: left;
    padding-left: 0px;
    border-top: 3px solid #FF8000;
}

#menu ul ul .current_page_item a, #menu ul ul li a:hover {
    padding-bottom: 0px;
    border-bottom: none;
}
#menu ul ul li{
    margin: 0px 20px;
    line-height: 50px;
    display: block;
}
#menu ul ul li a{
    margin: 0px;
    padding: 0px;
    border: none;
}
#menu ul ul:nth-child(odd) {
    background-color: #eee;
}

#nav ul li a:hover {
    padding-bottom: 10px;
    border-bottom: 3px solid #FF8000;
    transition: all 0.2s ease;
}

#nav a{
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
}

.current_page_item a, #nav ul li a:hover {
    padding-bottom: 10px;
    border-bottom: 3px solid #FF8000;
    transition: all 0.2s ease;
}

#header{
    height: 390px;
    background-color: #333333;
    padding: 0;
    position: relative;
}

#header img{
    top: 15px;
    position: absolute;
    width: 800px;
}

#header .container{
    height: 100%;
}

#header .row{
    height: 100%;
}

#header p{
    color: #FFFFFF;
    font-size: 20px;
}

.wp-block-button a{
    border-radius: 5px;
    text-decoration: none;
}
.wp-block-button a::after{
    content: "\f0a9"; 
    font-family: FontAwesome;
    font-size: 16px;
    margin-left: 5px;
}

.slider-image{
    height: 450px;
}

.slider-overlay{
    height: 100%;
    width: 100%;
    background: linear-gradient(115deg, rgba(222,161,14,0.75) 0%, rgba(222,161,14,0.75) 50%, rgba(51,51,51,0.7) 50%);
}

#service-bar ul{
    list-style-type: none;
    font-weight: 10;
    display: flex;
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
    overflow-x: hidden;
    padding: 0;
}
#service-bar ul li{
    display: block;
    margin-right: 20px;
}
#service-bar ul li:before{
    content: "\f005"; 
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 5px;
}

#homepage-content{
    background-color: #F3F3F3;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    padding-top: 50px;
    padding-bottom: 50px;
}

#homepage-content i{
    color: #FF8000;
    font-size: 20px;
}

#homepage-quote{
    background-color: #FF8000;
    text-align: center;
    color: #fff;
    padding: 7px 0px;
}
#homepage-quote p{
    margin-bottom: 0;
}

#footer{
    background-color: #333333;
}
#footer p, #footer figure, #footer a{
    color: #FFFFFF;
}

#footer ul{
    padding: 0;
}

#footer li{
    list-style-type: none;
    color: #FFFFFF;
    
}
#location-widget ul{ 
    display: flex;
    flex-wrap: wrap;
}
#location-widget li{
    flex-basis: 25%;
}
@media screen and (max-width: 768px) {
    #location-widget li{
        flex-basis: 50%;
    }
    #header{
        height: 500px;
    }
	#hero{
		padding: 140px 0px;
	}
}
#credits{
    min-height: 75px;
    line-height: 75px;
    background-color: #FF8000;
    color: #FFF;
    margin-bottom: 0;
}
#credits p{
    margin-bottom: 0;
}
#credits img{
    width: 150px;
}

#hero{
    padding: 200px 0px;
    background-color: #222;
}
#hero h2{
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0,0,0,1);
	font-size: 40px;
}
#logo{
    height: 110px;
}
#breadcrumbs{
    color: #fff;
    font-style: italic;
    margin-top: -7px;
	font-size: 20px;
	text-shadow: 0px 0px 10px rgb(0 0 0);
}
.back-to-top {
    color: #fff;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    border-radius: 100%;
    background: #FF8000;
    border: none;
    opacity: 100%;
    font-size: 25px;
    padding: 0px 7px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    z-index: 3;
    transition: all 0.3s linear;
    text-align: center;
    text-align: -webkit-center;
}
.back-to-top:hover{
    background-color: #333333;
    border: 1px solid #FF8000;
}

.wc-block-grid__product{
    display: table;
}

.wc-block-grid__product-link,
.wc-block-grid__product-title, 
.wc-block-grid__product-price,
.woocommerce-Price-amount, 
.wc-block-grid__product-add-to-cart
.wc-block-grid__product-add-to-cart{
    align-self: center;
}

.wp-block-table a{
    color: #FF8000;
}

.wp-block-table a::before{
    content: "\f005"; 
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 5px;
	text-decoration: none;
}

.wp-block-table tr:nth-child(even) {
    background: #F3F3F3
}

.wp-block-table tr td:first-child{
    padding-left: 20px;
}

.container-front-page{
    border: 2px #FF8000 dashed;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.container-front-page h2, .container-front-page p{
    margin-left: 20px;
    margin-right: 20px;
}

.stars{
    font-size: 16px;
    color: #333;
    text-align: center;
    text-align: -webkit-center;
}

.stars i+i{
    margin-left: 5px;
}

.most-chosen{
    position: relative;
}

.balloon{
    background: #333333;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #FFF;
    display: inline-block;
    font-weight: bold;
    font-family: 'Roboto Flex', sans-serif;
    margin-right: 5px;
    text-align: center;
    text-align: -webkit-center;
    width: 100px;
    padding-top: 22px;
    height: 100px;
    font-size: 17px;
    position: absolute;
    top: -35px;
    right: 0px;
}

.btn-red{
    background-color: #FF8000 !important;
    color: #FFFFFF !important;
    border-radius: 7px;
    margin-bottom: 3rem !important;
}
.btn-red .wp-block-button__link{
    background: none;
}

/* woocommerce en forms */
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
    bottom: 0.5em !important;
    top: auto !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price{
    color: #FF8000 !important;
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-buttonP{
    background-color: #006EB6 !important;
    color: #FFFFFF !important;
    border-radius: 7px;
}

.wpcf7 input[type=text], .wpcf7 input[type=tel], .wpcf7 input[type=email], .wpcf7 select, .wpcf7 textarea,
.variations select, .woocommerce .quantity .qty, .woocommerce .orderby,
.woocommerce input[type=text], .woocommerce input[type=tel], .woocommerce input[type=email], .woocommerce input[type=password], .woocommerce textarea, .select2-container--default .select2-selection--single .select2-selection__rendered{
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3;
}
.select2-container--default .select2-selection--single{
    border: none !important;
}
#billing_address_1_field{
    margin-top: 15px !important;
}
#order_review_heading{
    margin-top: 30px;
}
.wpcf7 textarea{
	height: 250px;
}

.wpcf7 input[type=file]{
	margin: 5px 0px;
}

.wpcf7 label{
	font-weight: bold;
}
.wpcf7 label.required::after{
	content: " *";
	color: #dc3232;
}

.wpcf7 input[type=submit], .woocommerce div.product form.cart .button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background-color: #FF8000 !important;
    color: #FFFFFF !important;
    border-radius: 7px;
	padding: 8px 16px;
	border: none;
    min-height: 38px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
    margin: 0 !important;
}
.woocommerce div.product .woocommerce-tabs .panel{
    background-color: #FAFAFA;
    padding: 15px 20px !important;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    background-color: #FAFAFA !important;
}

#menu-bar .container{
    position: relative;
}
.hm-cart{
    text-align: center;
    text-align: -webkit-center;
    position: absolute;
    bottom: -20px;
    right: 0;
    background-color: #FF8000;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    line-height: 40px;
    transition: all 0.3s ease;
}
.hm-cart .cart-count{
    position: absolute;
    background-color: #333;
    border-radius: 50px;
    bottom: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
a.hm-cart:hover{
    color: #fff;
}
.hm-cart:hover{
    background-color: #222;
}
.hm-cart:hover .cart-count{
    background-color: #FF8000;
}

#credits a{
	color: #fff;
}

.wp-block-image img{
	width: 100%;
}

#location-widget li {
    flex-basis: 50%;
}