/*
Theme Name: WD Theme
Theme URI: http://www.websitedelivery.nl
Description: Dit template is op maat ontworpen en ontwikkeld door Website delivery, gevestigd te Amsterdam. Ook een website laten maken? Neem dan contact met mij op middels <a href="mailto:info@websitedelivery.nl">info@websitedelivery.nl</a>.
Version: 1.0
Author: Alexander van der Kamp
Author URI: http://www.websitedelivery.nl
*/


/* FONTS */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,300italic,400italic,500italic');
@import url('https://fonts.googleapis.com/css?family=Belleza');

@font-face {
    font-family: 'Present';
    src: url('fonts/present-webfont.eot');
    src: url('fonts/present-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/present-webfont.woff2') format('woff2'),
         url('fonts/present-webfont.woff') format('woff'),
         url('fonts/present-webfont.ttf') format('truetype'),
         url('fonts/present-webfont.svg#presentregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



*{
	margin: 0; 
	padding: 0;
}
html{ 
	height: 100%;
	overflow-y: scroll;
}
body{
	height: 100%;
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 28px;
	color: #353a5f; /* blauwgrijs */
	background: url('images/background.jpg') repeat;
}
main, 
.inner{
	width: 1000px;
	margin: 0 auto;
	overflow: auto;
}




a{ 
	color: #b0285b; /* magenta */ 
	text-decoration: none;
}
a:hover{ 
	color: #e1b077; /* sand */
	-moz-transition: 0.3s all; 
	-webkit-transition: 0.3s all; 
	-ms-transition: 0.3s all; 
}
a.button,
a.ghost-button{
	display: inline-block;
	padding: 6px 14px;
	border: 1px solid #353a5f; /* blauwgrijs */ 
	color: #353a5f; /* blauwgrijs */ 
	margin-top: 15px;
	margin-bottom: 10px;
	text-decoration: none;
}
a.button:hover,
a.ghost-button:hover,
a.button.center:hover{
	background: #353a5f; /* magenta */
	color: white;
}
main a.ghost-button{
	margin-top: 0;
}
a.button.center{
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 150px;
	text-align: center;
	background: white;
	border: none;
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	color: #777;
	margin-top: 10px;
}




.clear{ clear: both; }
img, a img{ border: 0; }
strong, b{ font-weight: 400; }
p{ margin-bottom: 20px; }
p:last-of-type{ margin: 0; }
:focus{ outline: 0; }
ol, ul{ list-style: none; }
table{ border-collapse: separate; border-spacing: 0; }
.alignleft{ float: left; margin: 0 20px 20px 0; }
.alignright{ float: right; margin: 5px 0 10px 20px; }
.underline{ text-decoration: underline; }

::-moz-selection{ background: #EEE; color: #353a5f; }
::-webkit-selection{ background: #EEE; color: #353a5f; }
::-ms-selection{ background: #EEE; color: #353a5f; }




/* HEADINGS */
h1{ font-size: 30px; margin-bottom: 6px; }
h2{ font-size: 26px; margin-bottom: 4px; }
h3{ font-size: 22px; margin-bottom: 4px; }
h1, h2, h3, h4{
	color: #b0285b; /* magenta */ 
	font-weight: 300;
	line-height: 125%; 
	font-family: 'Belleza', serif;
}
h1 a, h2 a, h3 a, h4 a{
	text-decoration: none !important;
}


/* HEADER */
header{
	padding: 35px 0 25px;
	background: #fffff6;
	width: 100%;
}
header .inner{
	position: relative;
	display: table;
}
header .logo{
	float: left;
}
header .header-text{
	text-align: right;
	color: #e1b077; /* sand */
	font-family: 'Present', sans-serif;
	font-size: 22px;
	position: absolute;
	top: 38px;
	right: 0;
}
header .english {
font-size: 14px;	
position: absolute;
	right: 260px;
	top: -36px;
	padding: 7px 0;
}
header .français {
font-size: 14px;	
position: absolute;
	right: 175px;
	top: -36px;
	padding: 7px 0;
}
header .deutsch {
font-size: 14px;	
position: absolute;
	right: 90px;
	top: -36px;
	padding: 7px 0;
}
header .winkelwagen {
	position: absolute;
	right: 0;
	top: -38px;
	background: #b0285b; /* magenta */
	border-radius: 0 0 4px 4px;
}
header .winkelwagen a {
	color: white;
	padding: 6px 18px;
	display: block;
}
header .winkelwagen:hover {
	background: #e1b077; /* sand */
	-moz-transition: 0.3s all; 
	-webkit-transition: 0.3s all; 
	-ms-transition: 0.3s all; 
}
header .font-resizer {
	position: absolute;
	right: 0; !important;
	top: -38px;
	padding: 7px 0;
}
header .font-resizer #small {
	font-size: 15px;
}
header .font-resizer #medium {
	font-size: 16px;
}
header .font-resizer #large {
	font-size: 18px;
}
header .font-resizer a.selected {
	font-weight: 400;
}
header .search-form {
	position: absolute;
	right: 0;
	top: 87px;
	z-index: 1000;
	color: white;
	margin-left: 30px;
}
header .search-field {
	background: url('images/search-icon.png') no-repeat 50% 50%;
	background-size: 16px 16px;
	height: 37px;
	width: 1px;
	border: none;
	cursor: pointer;
	padding: 0 10px;
	position: relative;
	transition: width 400ms ease;
	-moz-transition: width 400ms ease;
	-webkit-transition: width 400ms ease;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	font-size: 0;
}
header .search-field:focus {
	background: url('images/background.jpg') repeat;
	background: #e1b077;
	border: none;
	cursor: text;
	outline: 0;
	width: 198px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 26px;
	font-weight: 300;
    color: white;
}
header .search-submit { 
	display: none;
}
header .search-field::-webkit-input-placeholder {
    color: white;
}



/* MENU */
header nav{
	position: absolute;
	bottom: 0;
	right: 0;
}
nav ul{
	height: 50px;
	line-height: 50px;
	margin-right: 40px;
}
nav ul li{
	float: left;
	margin: 0 25px 0 0;
	position: relative;
}
nav ul li a{
	color: #b0285b; /* magenta */ 
	font-size: 19px;
	font-weight: 300;
}
nav ul li a:hover,
nav ul li.current-page-item a,
nav ul li.current-menu-item a,
nav ul li.current-menu-parent a{
	color: #e1b077; /* sand */
}
nav ul li:last-of-type{
	margin: 0;
}




/* SUB-MENU */
nav ul li:hover > ul{
    display: block;
}
nav ul ul{
    display: none;
    position: absolute !important;
    top: 50px;
	left: -20px;
    width: 230px;
    z-index: 50;
	height: auto;
	padding-top: 35px;
	padding-bottom: 10px;
    z-index: 100000000;
	border-bottom: 3px solid #b0285b;
    background: #fffff6;
}
nav ul ul li{
    display: block;
    float: none;
    height: auto;
    line-height: normal;
	margin: 0;
	padding: 0;
}
nav ul ul li a{
    color: #222;
    text-transform: none;
	font-size: 15px;
	font-weight: 300;
	display: block;
    padding: 4px 20px;
}
nav ul li.current-menu-parent ul li a,
nav ul li.current-menu-item ul li a{
	color: #222;
}
nav ul li ul li a:hover,
nav ul li.current-menu-parent ul li a:hover,
nav ul li.current-menu-parent ul li.current-menu-item a{
	color: #e1b077; /* sand */
}




/* CONTENT */
main{
	margin: 70px auto 80px;
	position: relative;
	overflow: hidden;
	display: block;
}
main a{
	text-decoration: underline;	
}
section{
	float: left;
	width: 70%;
}
section.full{
	width: 100%;
}
main p:last-child{
	margin: 0; 
}
main img{
	max-width: 100%;
	height: auto;
}
main p + ol,
main p + ul{
	margin: -10px 0 20px;
}
main p:last-of-type + ol,
main p:last-of-type + ul{
	margin: 10px 0 20px;
}
main p + h2{
	margin: 20px 0 6px;
}
main p + h3{
	margin: 20px 0 4px;
}
main h3 + .wpcf7{
	margin-top: 10px;
}
main h1 + ol, main h1 + ul,
main h2 + ol, main h2 + ul,
main h3 + ol, main h3 + ul{
	margin: 0 0 20px;
}
main ol li{
	list-style-type: decimal;
	margin: 0 0 0 20px;
}
main ul li{
	list-style-type: circle;
	margin: 0 0 0 20px;
}
main ul.reacties{
	margin-top: 30px;
}
main ul.reacties li{
	margin-bottom: 30px;
	list-style-type: none;
	margin-left: 0;
	overflow: auto;
}
main ul.reacties li .image{
	width: 20%;
	float: right;
	margin-top: 45px;
}
main ul.reacties li .image img{
	width: 100%;
	height: auto;
}
main ul.reacties li .text{
	width: 75%;
	float: left;
}
main .search-form{
	margin-top: 20px;
}
main .search-form input[type=search] {
	background: #fffff6;
	width: 220px;
	border: none;
	padding: 10px 15px;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 300;
	float: left;
}
main .search-form input[type=submit]{
	padding: 10px 15px;
	float: left;
}
main ul.opsomming{
	margin: 25px 0 0 !important;
	width: 100%;
	display: inline-block;
}
main ul.opsomming li{
	list-style-type: none;
	margin: 0 0 35px;
	overflow: auto;
}
main ul.opsomming li:last-of-type{
	margin: 0;
}
main ul.opsomming li p:last-of-type{
	margin: 0 !important;
}
main ul.opsomming li .image{
	width: 25%;
	float: left;
}
main ul.opsomming li .content{
	width: 71%;
	float: right;
	padding-top: 2px;
}
main ul.opsomming li .content ul{
	margin: 0 0 20px;
}
main ul.opsomming li .content ul li{
	list-style-type: circle;
	margin: 0 0 0 20px;
	overflow: inherit;
}
main .woo .gallery{
	margin: -10px 0 30px !important;
}
main .gallery dl.gallery-item{
	margin-right: 10px;
}
main .gallery img{
	border: none !important;
}
main .ecard-container{
	margin-top: 25px;
}
main .ecard-container p.nomargin{
	margin-bottom: 10px;
}
main .ecard-container .ecard{
	margin: 0 10px 10px 0;
	width: calc(25% - 10px);
}
main .ecard-container .ecard:nth-child(4n+4){
	margin-right: 0;
}
main .ecard-container div[role=radiogroup]{
	margin-bottom: 20px;
}
main .ecard-container input,
main .ecard-container textarea{
	padding: 10px 16px !important;
}
main .gallery{
	line-height: 22px;
	font-size: 14px;	
}
main .gallery-columns-3{
	margin-bottom: 25px !important;
}
main .gallery-columns-3 .gallery-item{
	width: 32% !important;
	margin-right: 2% !important;
}
main .gallery-columns-3 .gallery-item:last-of-type{
	margin-right: 0 !important;
}
main section .ff-stream{
	margin-top: 25px;
}
.error404 main{
	text-align: center;
}
.error404 main section{
	width: 100%;
}
/*
main .gallery .gallery-item{
	width: calc(25% - 10px) !important;
}
*/





/* WOOCOMMERCE */
.woo{
	width: 100%;
}
.woocommerce aside{
	display: none;
}
.woocommerce .woocommerce-ordering select{
	width: auto !important;
}
.single-product #tab-description h2:first-of-type{
	display: none;
}
.single-product .summary .price{
	margin-bottom: 15px;
}
.single-product .summary p{
	margin-bottom: 15px;
}
.single-product .summary form.cart{
	margin-top: 30px;
}
.single-product .summary .quantity input{
	height: 30px;
	line-height: 30px;
	width: 50px;
}
.single-product .woocommerce-tabs{
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}
.single-product .woocommerce-tabs ul.tabs{
	margin-bottom: 30px !important;
}
.single-product .woocommerce-tabs ul.tabs li.active{
	background: url('images/background.jpg') repeat !important;
	border-bottom-color: rgba(0,0,0,0) !important;
}
.single-product .woocommerce-tabs ul.tabs li a{
	font-weight: 500 !important;
	padding: 8px 4px 8px 10px !important;
}
.single-product .woocommerce-tabs ul.tabs li.active a{
	padding: 8px 4px !important;
}
.single-product .woocommerce-tabs ul.tabs li{
	background-color: #fffff6 !important;
}
.single-product .woocommerce-tabs ul.tabs li:before{
	box-shadow: 2px 2px 0 #fffff6 !important;
}
.single-product .woocommerce-tabs ul.tabs li:after{
	box-shadow: -2px 2px 0 #fffff6 !important;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce .add_to_cart_button,
.woocommerce .sku_wrapper{
	display: none !important;
}
.woocommerce ul.products li h3{
	font-size: 20px !important;
	padding: 0 0 4px !important;
}
.woocommerce ul.products li .price{
	font-size: 16px !important;
}
.woocommerce ul.products li.product{
	width: 32%;
	margin: 0 2% 40px 0;	
}
.woocommerce ul.products li.product.last{
	margin-right: 0;
}
.woocommerce div.product form.cart .variations label{
	font-weight: 300;
}
.woocommerce div.product form.cart .variations select{
	margin-top: 4px;
}
.woocommerce .variations_button{
	margin-top: 10px;
}
.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message{
	background-color: #fffff6;
	line-height: 34px;
}
.woocommerce-cart table.cart,
.woocommerce-checkout table.woocommerce-checkout-review-order-table{
	background: rgba(255, 255, 246, 0.5);
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table{
	margin-bottom: 40px;
}
.woocommerce-cart .cart-collaterals th{
	text-align: left;
	padding-right: 30px !important;
	font-weight: 500 !important;
}
.woocommerce-cart table.cart .variation dt,
.woocommerce-cart table.cart .variation dd,
.woocommerce-checkout table.woocommerce-checkout-review-order-table .variation dt,
.woocommerce-checkout table.woocommerce-checkout-review-order-table .variation dd{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.woocommerce-cart table.cart td{
	padding-top: 20px;
	padding-bottom: 20px;
}
.woocommerce-cart table.cart .product-name a{
	font-size: 18px;
}
.woocommerce-cart table.cart th,
.woocommerce-checkout table.woocommerce-checkout-review-order-table th,
.woocommerce-checkout table.woocommerce-checkout-review-order-table .order-total .amount{
	font-weight: 500 !important;
}
.woocommerce-cart table.cart .variation dt,
.woocommerce-checkout table.woocommerce-checkout-review-order-table .variation dt,
.woocommerce-checkout table.woocommerce-checkout-review-order-table td span.amount,
.woocommerce-checkout table.woocommerce-checkout-review-order-table tr.shipping td,
.woocommerce-checkout table.woocommerce-checkout-review-order-table .order-total .includes_tax .amount{
	font-weight: 400 !important;
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table .order-total .includes_tax{
	font-weight: 300;
}
.woocommerce-cart .cart-collaterals p.wc-cart-shipping-notice{
	line-height: 20px;
}
.woocommerce-checkout textarea#order_comments{
	height: 120px;
}
.woocommerce-checkout #customer_details{
	margin-bottom: 30px;
}
.woocommerce-checkout h3#order_review_heading{
	margin-bottom: 10px;
}
.woocommerce-checkout main ul li{
	list-style-type: none;
}
.single-product .wc-tabs{
	display: none
}
.single-product p.price:hover,
.single-product span.price:hover{
	color: #353a5f !important; /* blauwgrijs */
	-moz-transition: 0.3s all; 
	-webkit-transition: 0.3s all; 
	-ms-transition: 0.3s all; 
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count{
	display: none;
}
.woocommerce ul.products{
	margin-top: 30px;
}
.woocommerce-checkout textarea#additional_field_202{
	height: 80px;
	max-width: 100%;
}
.single-product h3.addon-name{
	font-size: 18px;
	margin-bottom: 2px;
}
.single-product .product-addon .form-row{
	padding: 0 !important;
}
.woocommerce-order-received main header{
	padding: 0;
	background: none;
	width: auto;
}
.woocommerce-order-received address{
	font-style: normal;
}
.woocommerce table.shop_table th{
	font-weight: 500;
}
.woocommerce-order-received .woocommerce table.shop_table tfoot td, 
.woocommerce-order-received .woocommerce table.shop_table tfoot th,
.woocommerce-order-received .woocommerce table.shop_table tbody th,
.woocommerce-order-received .woocommerce td.product-name dl.variation dt{
	font-weight: 400;
}
.woocommerce-order-received .woocommerce td.product-name dl.variation dd{
	padding-bottom: 0;
	margin-bottom: 0;
}
.woocommerce-order-received .woocommerce td.product-name dl.variation dt{
	padding-bottom: 0;
}
.woocommerce-order-received table.order_details td.product-name a{
	font-size: 18px;
}
.woocommerce a.remove{
	color: #b0285b !important; /* magenta */
}
.woocommerce a.remove:hover{
	background: #b0285b; /* magenta */
}
.yith_magnifier_gallery li,
.yith_magnifier_gallery li a{
	margin: 0;
	width: 23.5%;
	float: left;
}
.yith_magnifier_gallery li,
.yith_magnifier_gallery li.last{
	margin-right: 2%;
}
.yith_magnifier_gallery li a{
	margin: 0 !important;
}
.yith_magnifier_gallery li:nth-child(4){
	margin-right: 0 !important;
}
.yith_magnifier_zoom_magnifier{
	border: 0;
	left: 520px !important;
}
.woocommerce-checkout .woocommerce-billing-fields label.radio{
	display: inline-block;
	margin: 0 15px 0 5px;
}
.single-product .woocommerce-tabs p:last-of-type{
	margin-bottom: 20px;
}
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button{
	font-weight: 400 !important;
}
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce #respond input#submit.alt{
	color: white !important;
	-webkit-appearance: none;
}
.woocommerce-cart table.cart img{
	width: 60px !important;
}
.woocommerce-cart table.cart td.product-name a{
	text-decoration: none;
}
.woocommerce-cart .cart_totals table{
	width: 100%;
}
.woocommerce-cart .cart_totals table td,
.woocommerce-cart .cart_totals table th{
	padding: 6px 0;
	vertical-align: middle;
}
.wc-cart-shipping-notice{
	display: none;
}
.dc-wall{
	margin-top: 20px !important;
}





/* SIDEBAR */
aside{
	float: right;
    width: 25%;
	margin: 50px 0 0;
}
aside .widget{
	margin: 0 0 35px 0;
}
aside .widget:last-child{
	margin: 0;
}
aside h3{
	color: #b0285b; /* magenta */
}
aside a{
	color: #b0285b; /* magenta */ 
}
aside a:hover{ 
	color: #e1b077; /* sand */
}
aside .ff-stream{
	min-height: 0 !important;
}
aside .ff-stream-wrapper{
	margin: 0 0 0 -48px !important;
}
.error404 aside{
	display: none;
}
aside .ff-stream{
	padding-bottom: 0;
}




/* POSTS */
article{
	margin: 0 0 40px;
}
article:last-child{
	margin: 0;
}
article :last-child{
	margin: 0;
}
/*
article p:last-child{
	margin: -10px 0 0 !important;
}
*/
article h1 a{
	color: #b0285b; /* magenta */ 
}
article h1 a:hover{
	color: #353a5f; /* blauwgrijs */
}
article .post-image{
	width: 100%;
	height: 250px;
	overflow: hidden;
	margin: 0 0 10px;
}
article .post-image img{
	width: 100%;
	height: auto;
	-moz-transform: translate(0,-15%);
	-webkit-transform: translate(0,-15%);
	-ms-transform: translate(0,-15%);
}
article .post-image a:hover{
	opacity: 0.7;
}
.single article .post-image{
	height: 300px;
}
.single article .post-image img{
	-moz-transform: translate(0,-5%);
	-webkit-transform: translate(0,-5%);
	-ms-transform: translate(0,-5%);
}




/* FOOTER */
footer{
	width: 100%;
	background: #fffff6;
	border-top: 1px solid #e1b077; /* sand */
	position: relative;
}
footer .inner{
	padding: 55px 0;
	font-size: 15px;
	line-height: 24px;
}
footer a{ 
	font-weight: 300;
	color: #353a5f; /* blauwgrijs */
}
footer a:hover{
	color: #e1b077; /* sand */
}
footer .block{
	float: left;
	width: 22%;
	margin-right: 4%;
}
footer .block:last-of-type{
	margin-right: 0;
}
footer h3{
	margin-bottom: 10px;
}
footer ul.social-icons{
	margin-top: 15px;
}
footer ul.social-icons li{
	float: left;
	margin-right: 4px;
}
footer ul.social-icons li img{
	width: 34px;
	height: auto;
}
footer ul.social-icons li:before{
	display: none;
}
footer .adres{
	margin-bottom: 10px;
}
footer ul li:before{
	content: "· ";
	position: relative;
	padding: 0 5px 0 0;
}
footer .footer-text{
	text-align: right;
	color: #e1b077; /* sand */
	font-family: 'Present', sans-serif;
	font-size: 18px;
	position: absolute;
	top: -21px;
	background: url('images/footer-text-bg.jpg') repeat-x 50% 50%;
	z-index: 1000;
	padding: 5px 15px;
	right: 140px;
}
footer h1,
footer h2,
footer h3,
footer h4{
	font-family: 'Roboto', sans-serif;	
}




/* COPYRIGHT */
.copyright{
	background: #b0285b; /* magenta */ 
}
.copyright .inner{
	padding: 10px 0;
	font-size: 14px;
	line-height: 22px;
	overflow: auto;
	color: white;
}
.copyright .left{
	float: left;
}
.copyright .right{
	float: right;
	text-align: right;
}
.copyright a{
	color: white;
}
.backtotop {
    bottom: 20px;
    position: fixed;
    right: 20px;
    line-height: 0;
}




/* CONTACTFORMULIER */
input[type=text], 
input[type=email],
input[type=tel],
input[type=submit],
textarea{
	font-family: 'Roboto', sans-serif;
	color: #353a5f; /* blauwgrijs */
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 12px 15px;
	font-weight: 300;
	border: none;
	background-color: #fffff6;
	outline: none;
	width: 440px;
	line-height: 18px !important;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}
span.captcha{
	overflow: auto;
	display: inline-block;
	width: 100%;
}
span.captcha span{
	overflow: visible;
	width: auto;
	display: inline;
}
input[name=captcha]{
	width: 100px;
	float: left;
}
img[alt=captcha]{
	padding: 10px;
	background: #fffff6;
	float: left;
}
.select2-drop input[type=text]{
	border: 1px solid #ccc;
	width: 100%; 
	padding: 0 6px;
	margin: 0;
}
.styled-select select{
	width: 470px;
	background: url('images/arrow-down.png') no-repeat 95% 50% #f6f6f6;
	background-size: 10px 6.5px;
	border-radius: 0;
	-webkit-appearance: none;
}
textarea{
	height: 140px;
	margin: 0 0 5px;
}
input[type=submit]{
	background-color: #b0285b; /* magenta */
	color: white;
	cursor: pointer;
	border-radius: 0;
	width: auto;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
}
input[type=submit]:hover{
	background: #eee;
	-moz-transition: 0.3s all; 
	-webkit-transition: 0.3s all; 
	-ms-transition: 0.3s all; 
}
input[type=submit]:hover{
	background: #353a5f;

}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors{
	border: none;
	background: #d5fad1;
	padding: 15px;
	width: 440px;
	font-size: 15px;
	margin: 0;
}
div.wpcf7-validation-errors{
	background: #fffcd0;
}
span.wpcf7-not-valid-tip{
	display: none;
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid{
	background: #fbe7e7;
}
.wpcf7{
	margin-top: 25px;
}



