/*
@Author: Isaac Designs
@Adapted from: ThemeMascot
@URL: http://isaacdesigns.in

This is the file where you can add your custom styles to change the look of the
theme. But don't modify main-style.css file.

*/

/* Your custom css codes start here: */
.vimeo-fullscreen-bg  .fluid-width-video-wrapper {
	padding-top: 0;
	width: auto;
}
h2 {
	color: #ef6e2d;
	font-family: "Playfair Display", serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
}
h4 {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1.6px;
}
body {
	font-family: "Playfair Display", serif;
	font-weight: 400;
	color: #000;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.6;
}
p {
	font-size: 18px;
	font-weight: 400;
}
a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
a:focus, a:hover, a:active {
	color: #ef6e2d;
	text-decoration: none;
	outline: none;
}
.footer-new {
	color: #777;
	text-decoration: none;
	outline: none;
}
.lead {
	color: #111;
	font-family: 'Kaushan Script', cursive;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 1.2;
	padding: 10px 0 25px;
	position: relative;
}
.lead:after {
	background-color: rgba(0,0,0,0.1);
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 80px;
}
.clients-logo .item {
	background: none repeat scroll 0 0 #fff;
	border-color: transparent;
	box-shadow: 0 0 0 10px rgba(255,255,255,1);
	margin-bottom: 30px;
	padding: 15px;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}