/*
Theme Name: UrbanPlace
Theme URI: http://www.stokedmedia.nl
Author: David Lok
Author URI: http://www.stokedmedia.nl
Description: Custom theme for UrbanPlace
*/

body{
	background-color: #71C7D7;
	overflow-x: hidden;
	font-family: 'Lato', sans-serif;
}

h1{
	display: block;
	font-family: 'Bungee Outline', cursive;
	font-size: 40px;
	text-align: center;
	color: white;
	margin: 20px 0 0px 0;
	font-weight: normal;
	margin-top: 100px;
}
h1 span{
	color: #FFEE74;
}
h2{
	font-weight: normal;
	color: white;
	display: block;
	text-align: center;
	margin-top: 0;
	font-family: 'Amatic SC', cursive;
	font-size: 30px;
	margin-bottom: 20px;
}
h3{
	font-weight: normal;
	color: black;
	display: block;
	margin-top: 0;
	font-family: 'Amatic SC', cursive;
	font-size: 30px;
	margin-bottom: 20px;
	margin-top: 80px;
}
@media screen and (min-width: 800px) {
	h1{
		font-size: 100px;
	}
	h2{
		font-size: 46px;
	}
	h3{
		font-size: 46px;
	}
}
.lSSlideOuter{
	margin-top: 100px;
}
.lSSlideOuter .lSPager.lSpg{
	margin-top: 40px!important; 
}
img{
	width: 100%;
	height: auto;
}
.col-md-6{
	position: relative;
}
.price{
	font-size: 50px;
	font-family: "Lato";
	font-weight: 700;
	border: 3px dashed white;
	dispay: inline-block;
	padding: 10px 20px;
	border-radius: 20px;
}
.price span{
	font-size: 16px;
	font-weight: 400;
}
.bottom{
	margin-top: 60px;
	background-color: #FFEE74;
	padding: 50px 0;
}
.bottom{
	font-size: 18px;
	font-weight: 300;
}
.bottom a{
	color: #71C7D7;
	text-decoration: underline;
	font-weight: 700;
}
.bottom .fa{
	font-size: 34px!important;
}
.bottom  ul{
	list-style-type: none;
}
.bottom li{
	position: relative;
	font-weight: 500;
	color: #444;
}
.bottom li .fa{
	position: absolute;
	top: -5px;
	left: -40px;
}
.bottom p{
	margin-bottom: 20px;
}
.bottom li{
	margin-bottom: 20px
}
.contactSection{
	border: 5px solid white;
	padding: 20px;
	border-radius: 20px;
}
.button{
	border: 0px;
	font-size: 28px!important;
	padding: 10px;
	background-color: #71C7D7;
	color: white;
	text-transform: uppercase;
	font-family: 'Amatic SC', cursive;
}
.validation_error,
.validation_message{
	display: none;
}
.gform_wrapper li.gfield.gfield_error{
	background-color: transparent!important;
	border: 0!important;
}

.gform_wrapper .gfield_error .gfield_label{
	color: black;
}
.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea{
	border: 3px dotted red!important;	
}
.ginput_product_price_label,
.ginput_product_price,
.ginput_quantity_label{
	display: none;
}
