/*
Theme Name: Feestburo
Theme URI: N/A
Author: Conversal Team
Author URI: https://www.conversal.be/
Description: A custom wordpress theme for Feestburo.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Html5, Css3, PHP5, Responsive layout, Custom post type, Blog
Text Domain: feestburo
*/
@import url('assets/css/main.css');
.wpforms-container .wpforms-submit-container{
    clear: both;
    width: 100%;
    float: left;
}
.hdr-topbar-nav ul li.blog-item a{
    color: #EB1C23;
}
.hdr-topbar-nav ul li.blog-item a:hover {
    color: #d5070f;
}
.default-page-con p a{
    display: inline-block;
    vertical-align: baseline;
    font-style: normal;
    font-weight: 700;
    font-size: inherit;
    line-height: inherit;
    text-transform: inherit;
    color: #0C1421;
    border: none;
    box-sizing: border-box;
    padding: 0;
    margin-top: 0;
    background: transparent;
    text-decoration: underline;
}
.default-page-con p a:hover {
    color: #EB1C23;
    background: transparent;
}
@media(max-width: 1199px){
	.hide-md{
		display: none!important;
	}
	.show-md{
		display: block!important;
	}
	h1{
		font-size:57px;
	}
}
@media(max-width: 991px){
	.hide-sm{
		display: none!important;
	}
	.show-sm{
		display: block!important;
	}
	h1{
		font-size:44px;
	}
	h2{
		font-size: 35px ;
	}
	h3{
		font-size: 28px;
	}
	h4{
		font-size: 22px;
	}
	h5{
		font-size: 20px;
	}
}
@media(max-width: 767px){
	.hide-xs{
		display: none!important;
	}
	.show-xs{
		display: block!important;
	}
	h1{
		font-size:40px;
	}
	h2{
		font-size: 30px ;
	}
	h3{
		font-size: 25px;
	}
	h4{
		font-size: 20px;
	}
	h5{
		font-size: 18px;
	}
	p{
		line-height: 25px;
	}	
}
@media(max-width: 479px){
	h1{
		font-size:30px;
	}
	h2{
		font-size: 25px ;
	}
	h3{
		font-size: 22px;
	}
	h4{
		font-size: 18px;
	}
	h5{
		font-size: 17px;
	}
}

li.itemMeubilair {
	display: none;
}