/*
@Author: Isaac Designs
@Adapted from: ThemeMascot
@URL: http://www.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: */

@import url(https://fonts.googleapis.com/css?family=Great+Vibes);

.vimeo-fullscreen-bg  .fluid-width-video-wrapper {
	padding-top: 0;
	width: auto;
}
h2 {
	color: #aa955d;
	font-family: 'Great Vibes', cursive;
	font-variant:normal;
	font-size:44px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.4;
}
h2.medium-large {
	font-size: 6rem; /* =96px */
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
	color:#004158;	
}
h5 {
	font-size: 16px;
}
h6 {
	color: #0004158;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.4;
}

/* Remove this section if body text is small */
body {
	font-family: 'Crimson Text', sans-serif;
	font-weight: 400;
	color: #777;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.6;
}
p {
	font-size: 16px;
	font-weight: 400;
}
ul.list.flat li:before {
	border: none;
	color: #aaa;
	display: inline-block;
	line-height: 18px;
	padding: 0;
	font-size: 20px;
	vertical-align: central;
}
ul.list li:before {
	border: 1px solid #aaa;
	content: "\e684";
	font-family: Pe-icon-7-stroke;
	font-size: 16px;
	margin-right: 10px;
	padding: 1px;
	vertical-align: central;
}
/* Ends here - Remove this section if body text is small */
.lead {
	color: #004158;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	line-height: inherit;
	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;
}
.header .navbar-default .dropdown ul li a:hover {
	background-color: #fff;
	color: #aa955d;
	text-decoration: none;
}
.header .navbar-default .dropdown-menu > li > a:hover, .header .navbar-default .dropdown-menu > li > a:focus {
	background: #dbc895;	
	color: #fff;
}
.copyright {
	font-family: 'Crimson Text', sans-serif;
	font-weight: 400;
	color: #004158;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 1.4;
}
.social-icons a {
	background: #dbc895;
	border-radius: 50%;
	display: block;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	margin-right: 2px;
	text-align: center;
	width: 32px;
}
.social-icons a:hover {
	background: #004158;
}
.social-icons.custom a {
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	width: 40px;
}
.inner-header.layer-overlay::before {
	background: none repeat scroll 0 0 rgba(170, 149, 93, 0.65);
	content: " ";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.font-trustee {
	font-size: 14px !important;
	line-height:1;
	letter-spacing:1;
}
.team-member .overlay .social, .team-member .overlay .member-info, .team-member .overlay p {
	color: #fff;
	left: 0;
	margin: 15px;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 10%;
	-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;
}
.team-member:hover .overlay .social, .team-member.js-active .overlay .social {
	opacity: 1;
	top: 10%;
}
.team-member:hover .overlay .member-info, .team-member.js-active .overlay .member-info {
	opacity: 1;
	top: 10%;
}
.team-member .member-info .title {
	color: #777;
	margin-bottom: 15px;
}
.team-member .overlay .member-info .name, .team-member .overlay .member-info .title {
	color: #fff;
}
.team-member:hover .overlay p, .team-member.js-active .overlay p {
	opacity: 1;
	top: 10%;
}
.blog-posts .entry-date {
	background: #aa955d;
	color: #fff;
	display: inline-block;
	float: left;
	margin-left: 40px;
	margin-right: 10px;
	padding: 10px 20px;
	text-align: center;
}

/* 1.5 -> Drop Caps 
 * -----------------------------------------------
*/
.drop-caps p:first-child:first-letter {
	color: #aa955d;
	display: block;
	float: left;
	font-size: 72px;
	line-height: 80px;
	margin-right: 10px;
	margin-top: 5px;
	padding: 4px;
}
.drop-caps.border p:first-child:first-letter {
	border: 1px solid #777;
	padding: 17px 13px;
}
/* * 8.0 -> Divider: Client Logos
 * -----------------------------------------------
*/
.clients-logo .item {
	background: none;
	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;
}
.clients-logo .item img {
	max-height: 100px;
	width: auto;
	display: inline;
}
.clients-logo.style2 .item {
	box-shadow: none;
}
.clients-logo.style2 .item img {
	max-height: 100px;
}
.carousel {
	text-align: center;
}
.clients-logo.carousel .item {
	box-shadow: none;
	margin: 0 10px;
}
#countdown {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
}
#countdown li {
	display: inline-block;
	float: center;
	width: auto;
}
#countdown input {
	font-weight: 400!important;
	font-size: 30px!important;
}
#countdown li div {
	display: block!important;
}
#countdown span {
	font-size: 16px;
	color: #000;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
/* button colored */
.btn-default, .btn-colored {
	border-radius: 0;
	font-size: 15px;
	font-weight: 400;
	margin-right: 0;
	margin-top: 0;
	padding: 10px 15px;
}
/* button different sizes */
.btn-lg {
	font-size: 20px;
	padding: 10px 16px;
}
.btn-xs {
	font-size: 14px;
	padding: 5px 8px;
}
.btn-sm {
	font-size: 14px;
	padding: 8px 12px;
}
/* horizontal tab */
.nav-tabs > li > a {
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #777;
	padding: 12px 20px;
	margin-right: 0;
}

/* dark blue overlay */
/*.layer-overlay::before {
	background: rgba(0, 65, 89, 0.7) none repeat scroll 0 0;	 /* rgba(4, 17, 68, 0.85) */
/*	content: " ";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

