/*
* RITHO-Theme V2.1
* Copyright 2015, NH, RITHO
* www.ritho.nl
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/

/* reset
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

	body {
		font: 16px/1.5em 'Nunito', 'Roboto', sans-serif;
		font-weight: 300;
		color: #444;
	}
	
/* titles */
	h1, h2, h3, h4, h5, h6 {
		color: #4e859c;
		font-family: 'Nunito', sans-serif;
		font-weight: 200; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 42px; line-height: 42px; }
	h2 { font-size: 36px; line-height: 42px; margin-bottom: 15px; }
	h3 { font-size: 32px; line-height: 42px; }
	h4 { font-size: 21px; line-height: 30px; }
	h5 { font-size: 17px; line-height: 26px; }
	h6 { font-size: 14px; line-height: 21px; }
	h2.slogan { font-size: 42px; line-height: 58px; color: #fff; text-shadow: 0px 0px 6px rgba(0, 0, 0, .7); }
	h3.slogan { font-size: 28px; line-height: 34px; color: #4E859C; }
	h3.center { text-align: center; }
	.subheader { color: #777; }
	.line {
	    position: relative;
	    width: 35px;
	    height: 3px;
	    background: #4a8e0a;
	    margin: 10px 0 25px 0;
	}
	.line.center {
		 margin: 10px auto 10px auto;
	}
	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	em { font-style: italic; }
	strong { font-weight: bold; color: #444; }
	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 10px; height: 0; }

	a, a:visited { color: #444; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #444; }
	a.green { color: #4a8e0a; text-decoration: underline; }
	a.green:hover { color: #444; text-decoration: underline; }
	p a, p a:visited { line-height: inherit; }

/* lists */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc, ul { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc, ul { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: inherit;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: inherit; margin-bottom: auto; }
	li p { line-height: auto; }

/* images */
    img {
        max-width: 100%;
        height: auto;
    }
	img.scale-with-grid {
		max-width: 100%;
		height: auto; 
	}
	img.alignright {float:right; margin:0 0 1em 1em}
	img.alignleft {float:left; margin:0 1em 1em 0}
	img.aligncenter {display: block; margin-left: auto; margin-right: auto}
	a img.alignright {float:right; margin:0 0 1em 1em}
	a img.alignleft {float:left; margin:0 1em 1em 0}
	a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* forms */
	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px 'Roboto', sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* header & menu */
	.headertop {
		position: fixed;
		width: 100%;
		height: 130px;
		background: #fff;
		top: 0px;
		z-index: 15;
		-webkit-transition: height 0.3s;
	    -moz-transition: height 0.3s;
	    -ms-transition: height 0.3s;
	    -o-transition: height 0.3s;
	    transition: height 0.3s;
	    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
	}
	.headertop.smaller {
		height: 90px;
	}
	.headertop .logo {
		position: relative;
		width: 331px;
		height: 110px;
		float: left;	
		margin-left: 10%;	
	}
	.headertop .logo img {
		width: 331px;
		height: 110px;
		-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	}
	.headertop .logo.smaller {
		height: 80px;
	}
	.headertop .logo.smaller img {
		width: 220px;
		height: 80px;
	}
    .headertop .logo a {
        text-decoration: none;
    }
    .headertop .menuholder {
	    position: relative;
		width: auto;
		height: 30px;
		float: right;	
		margin-right: 10%;
    }
    .headertop .menuholder .topmenu {
	    position: relative;
	    width: 100%;
	    height: 30px;
	    text-align: right;
    }
    /*.headertop .menuholder .topmenu a {
	    line-height: 30px;
	    text-decoration: none;
	    padding: 0px 15px;
    }
    .headertop .menuholder .topmenu a:hover, .headertop .menuholder .topmenu a.active {
	    color: #15549F;	    
    }
    .headertop .menuholder .topmenu a.shop {
	     background: #5bbb00;
	     border-radius: 3px;
	     color: #fff;
	}*/
	.topmenu ul#menu-shop-menu {
        position: relative;
        width: auto;
        height: 30px;
        list-style: none;
        margin: 0 0;
        padding: 0;
        z-index: 30;
        text-align: right;
        float: right;
	}
	.topmenu li {
    	position: relative;
        list-style-type: none;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        height: 30px;
        width: auto;
        margin: 0;
        padding: 0 0 0 15px;
        overflow: visible;
        text-align: right;
	}
	.topmenu li a {
		position: relative;
		text-decoration: none;
		color: #2a292a;
		padding: 0;
		margin: 0;
		line-height: 30px;
		height:	30px;
		width: auto;
		text-transform: capitalize;
	}
	.topmenu li a:hover {
		color: #4E859C;
	}
	
	.topmenu .cart {
		position: relative;
		width: auto;
		height: 30px;
		line-height: 30px;
		margin: 0 0 0 15px;
		float: right;
		color: #2a292a;
	}
	.topmenu .cart .iconbtn {
		float: left;
		margin-right: 0.5em;
		color: #2a292a;
	}
	.topmenu .cart a {
		color: #2a292a;
		text-decoration: none;		
	}
	.topmenu .cart .cartcount {
		position: absolute;
		font-size: 11px;
		left: 13px;
		top: 1px;
		color: #fff;
		background: #4D849C;
		width: 16px;
		height: 16px;
		border-radius: 8px;
		text-align: center;
		line-height: 16px;
		padding: 0;
		margin: 0;
	}

	.header {
    	position: relative;
    	width: 100%;
    	max-width: 1400px;
    	/*height: 480px;*/
        clear: both;
    	z-index: 5;
    	margin: 120px auto 0 auto;
    	background: #e7e7e7;
		 -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	}
	.header-empty {
		position: relative;
    	width: 100%;
    	max-width: 1400px;
    	height: 15px;
        clear: both;
    	z-index: 5;
    	margin: 120px auto 0 auto;
    	background: #fff;
	}
	.sixteen-nine {
	  position: relative;
	}
	.sixteen-nine:before {
	  display: block;
	  content: "";
	  width: 100%;
	  /*padding-top: 56.25%;*/
	 	padding-top: 40%;
	}
	.sixteen-nine > .content {
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	}
	.header.home {
		/*height: 580px;*/
	}
	.header .slogan {
		position: relative;
		top: 370px;
	}
	.header.home .slogan {
		top: 460px;
	}
    .headertop .menuholder .mainmenu {
	    position: relative;
	    width: 100%;
	    height: 70px;
	    clear: both;
	    text-align: right;
	    margin-top: 40px;
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	}
	.headertop .menuholder .mainmenu.smaller {
		margin-top: 10px;
	}
    .mainmenu ul#menu-hoofdmenu {
        position: relative;
        width: 100%;
        height: 40px;
        list-style: none;
        margin: 0 0;
        padding: 0;
        z-index: 30;
        text-align: right;
	}
    .mainmenu li, .footer .fmenu li {
    	position: relative;
        list-style-type: none;
        display: inline-block;
        font-size: 15.5px;
        font-weight: 400;
        height: 40px;
        width: auto;
        margin: 0;
        padding: 0 0 0 8px;
        overflow: visible;
        text-align: right;
		text-transform: uppercase;
	}
	.mainmenu li a, .footer .fmenu li a {
		position: relative;
		text-decoration: none;
		color: #2a292a;
		padding: 0;
		margin: 0;
		line-height: 40px;
		height:	40px;
		width: auto;
		text-transform: uppercase;
	}
	.mainmenu li a:hover {
		color: #4E859C;
	}
	.mainmenu li a .fa {
		font-size: 24px;
	}
	.mainmenu li.current-menu-item, .mainmenu li.current-menu-ancestor, .mainmenu li.current_page_parent, .mainmenu li.current-page-ancestor {
		color: #4E859C;			
	}
	.mainmenu li a:focus, .mainmenu li a:active, .mainmenu li a:hover, .mainmenu li.active-parent a {
		color: #4E859C;
	}
	.mainmenu li.current-menu-item a, .mainmenu li.current-menu-ancestor a, .mainmenu li.current_page_parent a {
		color: #4E859C;
	}  
	.mainmenu ul.sub-menu {
		position: absolute;
		opacity: 0;
		top: 43px;
		display: none;
		left: -1px;
		margin: 0;
		padding: 0;
		width:230px;
		height: 0px;
		overflow: visible;
		z-index: 50;
		background: transparent;
		-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
    	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
   		box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
	}
	.mainmenu ul.sub-menu li {
		position: relative;
        list-style-type: none;
        font-weight: normal;
        height: 32px;
        width: 230px;
        margin: 0;
        padding: 0;
	}
	.mainmenu ul.sub-menu li a {
		position: relative;
		display: block;
		text-decoration: none;
		color: #444;
		margin: 0;
        padding: 0 5px 0 15px;
		line-height: 32px;
		height: 32px;
		width: auto;
		text-align: left;
		background: #ffff;
		font-size: 15px;
	}
	.mainmenu ul.sub-menu li a:focus, .mainmenu ul.sub-menu li a:active, .mainmenu ul.sub-menu li a:hover {
		color: #4E859C;
	}
	.mainmenu ul.sub-menu li.current-menu-item a, .mainmenu ul.sub-menu li.current-menu-parent a {
		color: #4E859C;
	}	
	.homeicon {	
		text-align: center;
	}
	.homeicon a {
		text-decoration: none;
	}
	.homeicon a .content {
		margin: 25px 0 15px 0;
		opacity: .45;
		-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	}
	.homeicon a .content h3 {
		font-size: 21px; 
		line-height: 30px;
		text-decoration: none;
	}
	.homeicon a:hover .content {
		opacity: 1;
	}
/* misc */
    .content {}	    
    .title{}
    .main {
	    /*margin: 0 25px;*/
		position: relative;
		margin-top: 20px;
		margin-bottom: 20px;
    }
    .main.rmargin {
	    margin-right: 25px !important; 
    }
    .main.lmargin {
	    margin-left: 25px !important;
    }
    .main.lrmargin {
	    margin-left: 25px !important;
	    margin-right: 25px !important; 
    }
	.main.half {
		width: 70%;
		margin: 0 15%;
		text-align: center;
	}
	.main.one-third {
		width: 26%;
		float: left;
	}
	.main.two-thirds {
		width: 68%;
		float: left;
	}
    .filler {
	    position: relative;
	    width: 100%;
	    height: 40px;
		clear: both;
	}
	.fillersmall {
		height: 20px;
	}
	.blue {
		background-color: #4e859c;
		background-image: url('../images/bgblocks.png');
		background-position: right bottom;
		background-repeat: no-repeat;
		color: #fff;
	}
	.black {
		background: #444;
		color: #fff;
	}
	.blue h2, .blue .subheader, .black h2, .black .subheader, .blue h3, .blue h4, .blue h5, .black h3, .black h4, .black h5 {
		color: #fff;
	}
	.subheader {
		padding: 20px 0 0 0;
	}
	.imagewide {
		position: relative;
		width: 100%;
		height: 360px;
		overflow: hidden;
	}
	.imagewide img {
		width: 100%;
	} 
	.veelhoek {
		position: absolute;
		left: 20px;
		bottom: 20px;
		width: 199px;
		height: 193px;
		background-image: url('../images/veelhoek.png');
		background-position: center center;
		background-repeat: no-repeat;
	}
	.veelhoek .content {
	  	position: relative;
	 	float: left;
	  	top: 50%;
	  	left: 50%;
	  	transform: translate(-50%, -50%);
		text-align: center;
		color: #fff;
		font-weight: 700;
		font-size: 18px;
	}

    /*.proj-grid {
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    overflow: hidden;
	    margin: -12.5px;
	}
	.proj-grid_image {
	    -webkit-box-flex: 1;
	    -webkit-flex: 1 50%;
	    -ms-flex: 1 50%;
	    flex: 1 50%;
	    padding: 0 12.5px;	    
	}
	.proj-grid_image img, .proj-grid_image picture {
	    width: 100%;
	    display: block;
	}
	.proj-grid_image:not(:first-child) {
	    margin-top: 6vw;
	}	
	.proj-grid_image:not(: first-child):nth-child(3) {
        margin-top: 0
    }
	.proj-grid_image-skinny {
        -webkit-box-flex: 1;
        -webkit-flex: 1 25%;
        -ms-flex: 1 25%;
        flex: 1 25%
    }
    .proj-grid_image-wide {
        -webkit-box-flex: 2;
        -webkit-flex: 2 50%;
        -ms-flex: 2 50%;
        flex: 2 50%
    }
    */
	/*.proj-grid-home {
	    padding: 37.5px 0
	}*/
	
	.side ul {
		list-style: none;
		margin: 0 0;
		padding: 0 0;
	}
	.side ul li {
		margin: 0 0;
		text-transform:capitalize;
	}
	.side ul li a {
		text-decoration: none;
		font-weight: 700;
	}
	.side ul li.current-menu-item a, .side ul li a:hover {
		color: #4D849C;
	}
	
	a.ctabtn {
	    background: #4E859C;
	    color: #fff;
	    padding: 3px 6px;
		height: 32px;
	    text-decoration: none;
	}
	a.ctabtn:hover {
		text-decoration: underline;
	}
	a.ctabtnshop {
	    background: #4E859C;
	    color: #fff;
	    padding: 6px 9px;
		height: 32px;
	    text-decoration: none;
	}
	a.ctabtnshop:hover {
		text-decoration: underline;
		background: #444444;
	}
	
	.blogitm {
		position: relative;
		width: 48%;
		float: left;
	}
	.blogitm:after {
	  	content: "";
	  	display: block;
	  	padding-bottom: 100%;
	}
	.blogitm.right {
		float: right;
	}
	.blogitm .content {
		position: absolute;
		bottom: 15px;
		left: 15px;
	}
	.blogitm.right .content {
		left: 15px;
	}
	.blogitm .content h4 {
		color: #fff;
		font-size: 20px; 
		line-height: 30px;
		text-shadow: 0px 0px 6px rgba(0, 0, 0, .7);
	}
	.blogitm .content h4 a {
		color: #fff;
		text-decoration: none;
	}
	.blogitm .content h4 a:hover {
		text-decoration: underline;
	}
	.blogitm .content span.cat {
		background: #4E859C;
		color: #fff;
		padding: 1px 5px;
		float: left;
	}
	.blogitm.right  .content span.cat {
		float: left;
	}
	.searchform label {
		font-size: 18px !important;
		color: #444 !important;
		font-family: 'Nunito', sans-serif;
		font-weight: 700;
	}
	span.yellow, h3 span.yellow {
		background: #ffff00;
	}

/* shop */
.shopcats h2.woocommerce-loop-category__title {
	text-align: center;
}
.shopcats h2.woocommerce-loop-category__title .count {
	display: none;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
	text-align: center;
	padding: 0 0 0 0;
}	
.woocommerce div.product .product_title {
	margin-bottom: 30px !important;
}
.woocommerce ul.products li.product a img {
	margin: 0 0 0 0;
}
.woocommerce ul.products li.product .product_overlay {
	position: absolute;
	display: block;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.8);
	opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}	
.woocommerce ul.products li.product:hover .product_overlay {
	opacity: 1;
}
.woocommerce ul.products li.product .product_overlay .content {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    text-align: center;
    padding: 0;
	width: auto;
	min-width: 100%;
	font-size: 21px !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    border-radius: 0px;
    left: auto;
    color: #fff;
    background-color: #4E859C;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    font: 16px/1.5em 'Nunito', 'Roboto', sans-serif;
	font-weight: 300;
    text-shadow: none;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #4E859C;
	font: 16px/1.5em 'Nunito', 'Roboto', sans-serif;
	font-weight: 300;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background: #444;
}
.woocommerce #content table.cart td.actions .coupon button, .woocommerce table.cart td.actions .coupon button, .woocommerce-page #content table.cart td.actions .coupon button, .woocommerce-page table.cart td.actions .coupon button {
	border: 2px solid #4E859C;
	background: #fff;
	color: #4E859C;
	padding: .2em 1em;
}
.woocommerce #content table.cart td.actions .coupon button:hover, .woocommerce table.cart td.actions .coupon button:hover, .woocommerce-page #content table.cart td.actions .coupon button:hover, .woocommerce-page table.cart td.actions .coupon button:hover {
	background: #4E859C;
	color: #fff;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	height: 33px;
	min-width: 120px;
	width: auto;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block;
	margin-right: 25px;
}
.woocommerce div.product div.summary {
	margin-top: 3em;
    margin-bottom: 3em;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #4E859C;
    font-size: 1.25em;
}
ul.page-numbers li a.woocommerce-LoopProduct-link {
	padding: 0 !important;
}
.woocommerce div.product form.cart .button{
    background: #4E859C;
    color: #fff;
    padding: 6px 9px;
	height: 32px;
    text-decoration: none;
    font: 16px/1.5em 'Nunito', 'Roboto', sans-serif;
	font-weight: 700;
}
.woocommerce div.product form.cart .button:hover {
	text-decoration: underline;
	background: #444444;
}
.woocommerce .quantity .qty {
	height: 26px;
	font-size: 14px;
}
.woocommerce div.product form.cart .variations label, .woocommerce div.product form.cart .variations select {
	font-size: 14px;
}
.woovr-variation.woovr-variation-radio {
	border: 1px solid #e2e2e2;
	border-radius: 0px;
	width: auto;
	float: left;
	padding: 4px 6px;
	text-align: center;
	margin: 0 6px 6px 0;
	height: 24px;
	line-height: 24px;
	background: #fff;
	font: 16px/1.5em 'Nunito', 'Roboto', sans-serif;
	font-weight: 200;
}
.woovr-variation.woovr-variation-radio:hover {
	border: 1px solid #4E859C !important;
	background: #4E859C !important;
	color: #fff !important;
}
.woovr-variation.woovr-variation-radio.active {
	border: 1px solid #4E859C;
	background: #4E859C;
	color: #fff;
}
.woovr-variation.woovr-variation-radio.active:hover {
	background: #5492ac !important;
}
.woovr-variations .woovr-variation > div {
	padding: 0 0 !important;
}
.woovr-variations .woovr-variation-info {
	height: 24px;
	line-height: 24px;
}
.woovr-variation.woovr-variation-radio .woovr-variation-selector, .woovr-variation.woovr-variation-radio .woovr-variation-availability, .woovr-variation.woovr-variation-radio .woovr-variation-description {
	display: none;
}
.woocommerce div.product .single_variation_wrap {
	position: relative;
	clear: both;
	padding-top: 1em;
}
.woocommerce div.product .woocommerce-variation.single_variation {
	display: none !important;
}

p#breadcrumbs, p#breadcrumbs a, p#breadcrumbs strong.breadcrumb_last {
	color: #4E859C !important;
	font-size: 13px !important;
	margin: 0 0 !important;
}

.modal {
	display: none;
	position: fixed;
	z-index: 9991;
	left: 0;
	top: 0 !important;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background-color: rgba(0,0,0,0.4);
}
.modal-content {
	background-color: #fefefe;
	margin: 10% auto;
	padding: 20px 40px;
	border: 1px solid #888;
	width: 50%;
	min-width: 300px;
}
.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover, .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
	
	
/* footer */
	.footer {
		position: relative;
		width: 100%;
		height: 170px;
		background: #4E859C;
		margin: 50px 0 20px 0;
		background-image: url('../images/bgblocks.png');
		background-position: left center;
		background-repeat: no-repeat;
	}
	.footermenu {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 20px 0;
        clear: both;
		color: #fff;
	}
	.footer .content a {
		text-decoration: none;
	}
	.footer .content a:hover, .footer .content a.active {
	    color: #fff;	 
		text-decoration: none;
    }
	.footer .flogo, .footer .socials {
		position: relative;
		width: 30%;
		float: left;
	}
	.footer .flogo img {
		width: 100%;
	}
	.footer .flogo a, .footer li {
		color: #fff;
		text-decoration: none;
		margin: 0 15px;
	}
	.footer .socials {
		float: right;
		color: #fff;
		width: 65%;
	}
	.footer .socials a {
		color: #fff;
	}
	.footer .socials .fmenu {
		position: relative;
		width: 100%;
		text-align: right;
	}
	.footer .socials .cmenu {
		text-align: right;
	}
	.footer .fmenu li a {
		color: #fff;
		font-size: 15px;
	}
	.footer .socials .sicon {
		float: right;
		margin: 0 0 0 5px;
		font-size: 22px;
	}
.footer .socials .sicon.ins {
	margin: 0 0 0 25px;
}
	.footer .socials a.link, .footer .socials span.copy {
		font-size: 14px;
		text-decoration: none;
	}

#wprmenu_bar {
	background: none !important;
	top: 24px !important;
}
#wprmenu_bar .menu_title {
	display:none !important;
}
#mg-wprm-wrap.cbp-spmenu-left, #mg-wprm-wrap.cbp-spmenu-right, #mg-widgetmenu-wrap.cbp-spmenu-widget-left, #mg-widgetmenu-wrap.cbp-spmenu-widget-righ {
	top: 0px !important;
}