/*
Theme Name: Blended
Theme URI: http://www.templateexpress.com/blended-theme
Author: Template Express
Author URI: http://www.templateexpress.com
Description: Blended is a premium one page Wordpress theme. It's perfect for web agency business,corporate business,personal and parallax business portfolio. Is built on BootStrap with parallax support, is responsive, clean, modern, flat and minimal. Blended is WPML, RTL, SEO Friendly and with parallax, full screen image is one of the best single page business themes.
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blended
Domain Path: /languages/
Tags: black, gray, yellow, white, one-column, two-columns, right-sidebar,fixed-layout,light,front-page-post-form,full-width-template,rtl-language-support,theme-options,responsive-layout, custom-background, custom-menu, editor-style, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Blended is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

body.home.page,
body.single {
	background-image:none !important;
}

body.custom-background {
	background-position: top center !important;
	background-attachment: fixed !important;
}
body.home.page .site-content,
body.single .site-content{
	margin-top: 130px;
}


blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.6;
	color: #434343;
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

/*--------------------------------------------------------------
# Animation settings
--------------------------------------------------------------*/
.animated{
	visibility: hidden;
}
._1 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
._2 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
._3 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
._4 {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -ms-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
._5 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
._6 {
  -webkit-animation-delay: 2.4s;
  -moz-animation-delay: 2.4s;
  -ms-animation-delay: 2.4s;
  -o-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #444;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover,
a:focus,
a:active {
	color: #DBB304;
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a:hover,
a:active {
	outline: 0;
}
.btn{
	display: inline-block;
	margin: 10px 15px;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 2px solid rgba(255,255,255,0.3);
	white-space: nowrap;
	padding: 10px 25px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.42857143;
	letter-spacing: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	color: rgba(255,255,255,0.8);
	background-color: rgba(0,0,0,0.08);
	text-transform: uppercase;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.btn:hover,
.btn:focus{
	color:#fff;
	border-color:#fff;
	text-decoration: none;
}
.btn.btn--primary{
	border-color:#DBB304;
	background-color:#DBB304;
	color: #fff;
}
.btn.btn--primary:hover,
.btn.btn--primary:focus{
	border-color:#fff;
	background-color:#fff;
	color:#444;
}

/*--------------------------------------------------------------
## Branding
--------------------------------------------------------------*/

.site-branding{
	float:left;
	margin: 14px 0;
}
.navbar-brand{
	position: relative;
	top: -14px;
	margin-bottom: -14px;
}
.site-branding a{
	width: auto;
	height: 50px;
	margin-top: 12px;
	display: block;
}
.site-title{
	margin: 0;
	font-size: 2em;
}
.site-title a{
	height: auto;
	margin: 0;
	line-height: 1;
}
.site-description{
	margin:0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	float: right;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation .nav-menu > li {
	float: none;
	display: inline-block;
	border-bottom:2px solid transparent;
}
.main-navigation .nav-menu > li:hover{
	border-color:#DBB304;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation .nav-menu > li > a{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	color: #444;
	display: block;
	height: 100%;
	transition: all 0.3s ease-out 0s;
	line-height: 55px;
	text-shadow: none;
	float: none;
	padding: 10px 15px 10px;
}
.main-navigation .nav-menu > li > a:hover,
.main-navigation .nav-menu > li > a:focus{
	color: #999;
	text-decoration: none;
}


.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 75px;
	background-color:#333;
	border-top: 2px solid #DBB304;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: -2px;
}

.main-navigation ul ul a {
	width: 200px;
	color: #aaa;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
	display: block;
	padding: 15px;
}
.main-navigation ul ul > li:hover {
	background-color: #393939;
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus {
	color: #fff;
	background: transparent!important;
	text-decoration: none;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}



.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
@media screen and (min-width: 783px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
@media screen and (max-width: 782px){
	.main-navigation{
		float: none;
		clear: both;
	}
	.menu-toggle{
		position: absolute;
		top: 15px;
		right: 15px;
		box-shadow: none;
		border: 2px solid #efefef;
		background: #fff;
		border-radius: 0;
		color: #444444;
		text-shadow: none;
		transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
	}
	.menu-toggle:focus,
	.menu-toggle:hover{
		background:#efefef;
	}
	.main-navigation .nav-menu > li{
		display:block;
		border:none;
	}
	.main-navigation .nav-menu > li > a{
		line-height: 45px;
	}
	.main-navigation .nav-menu > li > a:hover,
	.main-navigation .nav-menu > li > a:focus{
		background-color: #efefef;
	}
	.main-navigation ul ul{
		position: relative;
		top:auto;
		left:auto;
		float: none;
		background: none;
		border: none;
		box-shadow: none;
		text-indent: 18px;
	}
	.main-navigation ul ul li{
		float:none;
	}
	.main-navigation ul ul > li:hover{
		background-color: #efefef;
	}
	.main-navigation ul ul a{
		width: 100%;
		line-height: 45px;
		padding: 10px 15px 10px;
		color: #999999;
		font-size: 12px;
		text-transform: uppercase;
	}
	.main-navigation ul ul a:hover,
	.main-navigation ul ul a:focus{
		color:#222;
	}
}
@media screen and (max-width: 600px){
	.admin-bar .site-header{
		position:absolute;
	}
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.text-center{
	text-align: center;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.parallax-window {
    min-height: 400px;
    background: transparent;
}

.Blended .site-content,
.page .site-content,
.archive .site-content,
.search .site-content{
	background: #fff;
	padding-top: 120px;
}
.services,
.the-team,
.strengths {
	padding-top: 100px;
}
/*--------------------------------------------------------------
## Sticky Header
--------------------------------------------------------------*/
.site-header{
	position: fixed;
	z-index: 1000;
	right: 0;
	left: 0;
	top: 0;
	background-color: #fff;
	min-height: 70px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.admin-bar .site-header{
	top: 32px;
}
@media screen and (max-width: 782px){
	.admin-bar .site-header{
		top: 46px;
	}
}
.headroom {
	transition: transform .25s ease-in-out;
	will-change: transform;
}
.headroom--pinned {
		transform: translateY(0%);
}
.headroom--unpinned {
		transform: translateY(-100%);
}

.section-header{
	text-align: center;
  padding-bottom: 60px;
}
.section-header h2{
	font-size: 36px;
  letter-spacing: 3px;
  color: #222222;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.section-header h2.white-title{
	color: #fff;
}
.section-header h3.white-sub-title{
	color:#D9D9D9;
}
.section-header .border{
	background: none repeat scroll 0 0 #999999;
	display: block;
	height: 2px;
	margin: 0 auto 15px;
	width: 100px;
}
.section-header .border--white{
	background-color: #fff;
}
.section-header h3{
	margin: 0 0 40px;
	margin-bottom: 40px;
	color: #888;
}

/* C2A Section */
.cta-section{
    color: #fff;
    padding: 80px 0 55px;
    position: relative;
		text-align: center;
		background-size: cover;
		background-position: 50% 0%;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-color: rgba(0,0,0,0.4);
}
.cta-section h2{
	display: block;
	font-size: 16px;
	line-height: .8;
	letter-spacing: 8px;
	margin-bottom: 30px;
	color: #DBB304;
}
.cta-section h3{
	font-size: 46px;
	line-height: .8;
	color: #fff;
	margin: 0 0 24px;
	letter-spacing: 6px;
	line-height: 1.2;
	font-weight: 100;
}

/* THE TEAM SECTION */
.the-team-section{
	background-color: #fff;
	padding: 100px 0;
	position: relative;
	z-index: 90;
}
.the-team-section:after{
	content: "";
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #fff;
	font-size: 0;
	line-height: 0;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left:-30px;
	z-index: 100;
}
.team-box{
	padding: 0 12px;
	text-align: center;
	position: relative;
	z-index: 1000;
	overflow: hidden;
}
.team-box ul{
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}
.team-box ul li{
	display: inline;
	margin: 0 4px;
}
.team-box ul li a{
	display:inline-block;
	padding:4px 6px;
	color: #242424;
}
.team-box .member-title{
	position: relative;
	z-index: 20;
	background-color: #fff;
}
.team-box .member-title h3{
	margin: 0;
	padding: 18px 0 9px;
	font-size: 20px;
	font-weight: 400;
	color: #333;
	display: block;
	text-transform: uppercase;
}
.team-box .member-title .position {
		padding: 0 0 18px;
    text-align: center;
    color: #DBB304;
    display: block;
    margin: 0;
		text-transform: uppercase;
}
.team-box .details{
	text-align: left;
}
.team-box .details .social-icons{
	text-align: center;
}
.team-member{
	overflow: hidden;
}
.profile-pic{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}
.team-member:hover .profile-pic{
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.member-details{
	position: absolute;
	padding: 20px;
	z-index: 2;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	color: #444;
	background-color: #fff;
}
.team-member:hover .member-details {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
@media all and (max-width:782px){
	.member-details{
		position: relative;
		padding: 0;
	}
	.team-member:hover .member-details,
	.team-member:hover .profile-pic {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.facebook-link:hover{
	color:#3b5998;
}
.twitter-link:hover{
	color:#55ACF3;
}
.behance-link:hover{
	color:#1769ff;
}
.dribbble-link:hover{
	color:#ea4c89;
}
.linkedin-link:hover{
	color:#0077b5;
}

/* Fun Facts (Counters) */
.counters{
	padding: 40px 0 80px;
	position: relative;
	text-align: center;
}
.counter span{
	font-size: 40px;
	color: #fff;
}
.counter p{
	margin: 0;
	color: #DBB304;
}
@media all and (max-width:991px){
	.counter span{
		font-size: 36px;
	}
}
@media all and (max-width:600px){
	.counter span{
		font-size: 28px;
	}
}


/* HERO SECTION */
.hero-section{
	padding: 200px 0 160px;
	background: rgba(0,0,0,0.35);
	position: relative;
}
.hero-section .section-header{
	text-align: center;
}
.hero-section h2{
	color: #FFF;
	line-height: 60px;
	z-index: 0;
	text-transform: uppercase;
	font-size: 50px;
	text-shadow: 3px 2px 16px rgba(0,0,0,.4);
}
@media all and (max-width:991px){
	.hero-section{
		padding: 140px 0 60px;
	}
	.hero-section h2{
		font-size: 35px;
		line-height: 45px;
	}
}
@media all and (max-width:600px){
	.hero-section{
		padding: 110px 0 10px;
	}
	.hero-section h2{
		font-size: 25px;
		line-height: 38px;
	}
}

/* Testimonial Section */
.testimonial-section{
	padding: 100px 0px;
	background-position: 50% 32px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.testimonial-section h6{
	font-size: 22px;
	margin: 0;
	color: #fff;
	text-shadow: 3px 2px 8px rgba(0, 0, 0, 0.4);
}
.testimonial-section .owl-carousel2{
	max-width: 920px;
	margin: 0 auto;
	text-align: center;
}
.testimonial{
	margin: 0 20px 10px;
  text-align: left;
  background: rgba(0,0,0,.6);
  padding: 30px 20px;
  border-radius: 16px;
}
.testimonial .fa{
	color: #fff;
	font-size: 1.8em;
}
.testimonial .message{
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
}
.testimonial cite{
	font-weight: 700;
	float:right;
}
.testimonial cite a{
	color: #DBB304;
}
.owl-carousel2.owl-carousel .author-details{
	float:right;
	color:#fff;
	margin-top: 20px;
	font-size: 16px;
}
.owl-carousel2.owl-carousel .author-details img{
	width: 70px;
	border-radius: 14px;
	display: inline;
  margin-right: 10px;
}
.owl-carousel2.owl-carousel .owl-controls{
	color: #fff;
	left:-50px;
	right:-50px;
}


/* RECENT POSTS SECTION */
.section-recent{
	background-color: #f5f5f5;
	padding: 150px 0 200px;
	position: relative;
}
.section-recent:after{
	content: "";
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #f5f5f5;
	font-size: 0;
	line-height: 0;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left:-30px;
}
.section-recent article{
	background-color: #f7f7f7;
	border: #ebebeb 1px solid;
	padding: 15px;
	margin: 0 15px;
	border-radius: 3px;
}
.owl-controls{
	position: absolute;
	top: 40%;
	left: -25px;
	right: -25px;
}
.team-members.owl-theme .owl-controls{
	position:relative;
	top:auto;
	left:auto;
	right:auto;
	margin: 20px 0 15px;
}
@media all and (max-width:921px){
	.owl-controls{
		left: -15px;
		right: -15px;
	}
}
@media all and (max-width:600px){
	.owl-controls{
		left: -5px;
		right: -5px;
	}
	.section-recent article{
		margin: 0 30px;
	}
}
.owl-prev{
	position: absolute;
	left:0;
}
.owl-next{
	position: absolute;
	right:0;
}
.owl-item > article:before{
	content:"";
	display: block;
	background: #000;
	height: 100%;
	width: 100%;
}
.recent-title{
	line-height: 1.2;
}
.recent-title a{
	font-weight: 400;
}



/* SERVICE SECTION */
.services-section{
	background-color: #fff;
	padding:150px 0 200px;
	position: relative;
}
.services-section:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #fff;
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -30px;
    left: 50%;
		margin-left:-30px;
    z-index: 100;
}
.service-wrap{
	border-right:1px solid #efefef;
	border-right:1px solid #efefef;
}
.service-wrap:nth-child(3n+3){
	border-right:none;
}
.service-wrap:last-child{
	border-right:none;
}
.service-wrap:nth-child(4n+4){
	clear:both;
}
.service-wrap:nth-child(n+4){
	border-top: 1px solid #efefef;
}
@media all and (max-width:921px){
	.service-wrap:nth-child(n+4){
		border:none;
	}
}
.service-block{
	text-align: center;
}
.service-icon {
	margin-bottom: 30px;
	width: 145px;
	height: 145px;
	margin: auto;
	margin-bottom: 20px;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 8px solid transparent;
	border-radius: 50%;
}
.service-icon:hover{
	border-color: #FDFDFD;
}
.service-icon i{
	height: 63px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
}
.service-block p{
	color: #999;
	line-height: 1.8;
}

/* STRENGTHS SECTION */
.strengths-section{
	background: url('images/slash_it.png') repeat #000;
	color: #fff;
	padding: 100px 0 200px;
	position:relative;
}
@media all and (max-width:991px){
	.strengths-section{
		padding: 60px 0 80px;
	}
}
.strengths-section:after{
	content: "";
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #000;
	font-size: 0;
	line-height: 0;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left:-30px;
	z-index: 100;
}
.strength-title{
	margin-bottom: 0;
	margin-top: 6px;
}
.strength-title span{
	float: right;
}
.strength-image{
	max-width: 100%;
}
@media all and (max-width:991px){
	.strength-image{
		text-align: center;
	}
	.strength-image img{
		display: inline;
		max-width: 80%;
		text-align: center;
	}
}

.progress {
  width: 100%;
  height: 16px;
}
.progress-wrap {
  background: #DBB304;
  margin: 8px 0 20px;
  overflow: hidden;
  position: relative;
}
.progress-wrap .progress-bar {
  background: #ddd;
  left: 0;
  position: absolute;
  top: 0;
}

/* CONTACT SECTION */

/* contact options */
.contact-us-section{
	padding: 150px 0;
	background: #fff;
	position: relative;
}
.contact-us-section.has-map{
	padding-bottom: 0;
}
.contact-us-section.has-map > div:first-child{
	padding-bottom:60px;
}
.contact-option{
	width: 100%;
	position: relative;
	text-align: left;
	margin-bottom: 40px;
}
.no-form .contact-option{
	text-align: center;
}
.contact-option i{
	color: #DBB304;
	position: absolute;
	left: 0;
	top: -6px;
	font-size: 20px;
}
.no-form .contact-option i{
	position: relative;
	top: 1px;
}
.contact-option h4 {
	color: #999999;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
	padding-left: 33px;
	letter-spacing: 2px;
	line-height: .8;
	margin: 0px 0px 29px;
}
.no-form .contact-option h4{
	margin-bottom: 16px;
}
.contact-option p {
	padding-left: 33px;
	line-height: 1.8;
	font-size: 14px;
	color: #000;
	margin: 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
@media all and (max-width:991px){
	.contact-option i{
		position: relative;
		top: 4px;
	}
	.contact-option{
		text-align: center;
	}
	.contact-option h4,
	.contact-option p{
		padding-left: 0;
	}
}
/* contact form */
#pirate-forms-contact-name,
#pirate-forms-contact-email,
#pirate-forms-contact-subject{
	width: 100%;
	position: relative;
	height: 50px;
	background: #FFF;
	border-radius: 0px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	font-size: 14px;
	color: #333;
	font-weight: 300;
	letter-spacing: 3px;
	padding-left: 19px;
}
#pirate-forms-contact-message{
	width: 100%;
	position: relative;
	height: 190px;
	background: #FFF;
	border-radius: 0px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	font-size: 14px;
	color: #333;
	font-weight: 300;
	letter-spacing: 3px;
	padding-left: 19px;
	padding-top: 15px;
	resize: none;
}
#pirate-forms-contact-submit{
	width: 192px;
	height: 50px;
	background: #DBB304;
	border-radius: 0;
	text-shadow: none;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: none;
	transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-webkit-transition: all ease 400ms;
	-ms-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	font-weight: 300;
	color: #fff;
	box-shadow: none;
}
#pirate-forms-contact-submit:hover,
#pirate-forms-contact-submit:focus {
    background: #000;
}

.pirate_forms_thankyou_wrap p{
	background: #ACDBAC;
	padding: 4px 8px;
	border: 1px solid #8FCC8F;
	color: #368036;
	border-radius: 4px;
	margin-top: 0;
}
.contact_submit_wrap{
	text-align: left;
}
/* Map Section*/
.map-section.no-shortcode{
	color: #fff;
  background: url('images/slash_it.png') repeat #000;
  padding: 90px 0;
	position: relative;
	text-align: center;
}

/* FOOTER SECTION - Subscribe Bar*/
.subscribe{
	color: #fff;
  background: url('images/slash_it.png') repeat #000;
  padding: 90px 0;
	position: relative;
}
.subscribe:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #000;
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -30px;
    left: 50%;
		margin-left:-30px;
    z-index: 100;
}
.subscribe h2{
	margin-bottom: 40px;
	font-weight: 300;
	letter-spacing: 3px;
	font-size: 18px;
}
.subscribe .msg{
	text-transform: uppercase;
  text-align: left;
  letter-spacing: 2px;
  font-size: 12px;
}
.subscribe-form{
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0px 50px;
	text-align: center;
}
.subscribe-form input[type="email"]{
	width: 69%;
	height: 50px;
	background: #FFF;
	display: inline-block;
	padding-left: 15px;
	font-size: 14px;
	line-height: .8;
	font-weight: 400;
	margin-right: 1%;
	border: none;
	color: #000000;
	letter-spacing: 2px;
	box-shadow: none;
	border-radius: 0;
}
.subscribe-form input[type="submit"]{
	border-radius: 0;
	width: 29%;
	height: 50px;
	font-size: 14px;
	background: #DBB304;
	color: #FFF;
	letter-spacing: 2px;
	box-shadow: none;
	text-transform: uppercase;
	text-shadow: none;
	border: 1px solid #DBB304;
	font-weight:300;
	letter-spacing: 2px;
	transition: all ease 500ms;
	-moz-transition: all ease 500ms;
	-webkit-transition: all ease 500ms;
	-ms-transition: all ease 500ms;
	-o-transition: all ease 500ms;
}
@media all and (max-width:600px){
	.subscribe-form{
		padding: 0;
	}
	.subscribe-form input[type="submit"],
	.subscribe-form input[type="email"]{
		width:100%;
		margin:10px 0;
	}

}
.subscribe-form input[type="submit"]:hover,
.subscribe-form input[type="submit"]:focus{
	background:#272727;
	border-color: #fff;
}
.mc4wp-alert{
	color: #DBB304;
	text-align: left;
}

/* FOOTER SECTION - Copyright Bar*/
.copyright{
	background: #DBB304;
	color: #fff;
	line-height: 72px;
}
.copyright h5{
	margin: 0;
	font-size: 14px;
	font-weight: 100;
	letter-spacing: 1px;
}
.copyright a{
	color: #fff;
	font-weight: 300;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.copyright a:hover,
.copyright a:focus{
	color: #272727;
}
.copyright .text-center a{
	position: relative;
	top: 6px;
}
.social-links{
	padding: 0;
	margin: 0;
	list-style-type: none;
	clear:both;
	overflow: hidden;
	float:right;
}
.social-links li {
	float:left;
	font-weight: 300;
	letter-spacing: 1px;
}
.social-links li a{
	padding:8px;
	border: 1px solid #fff;
	margin-left:12px;
}
.social-links li a:hover,
.social-links li a:focus{
	color: #272727;
	border-color: #272727;
}
@media all and (max-width:785px){
	.copyright{
		line-height: 50px;

	}
	.copyright .text-center{
		display: none;
	}

	.social-links {
		float:none;
	}
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}
.page-template-template-blog .hentry{
	margin-bottom: 70px;
	padding-bottom: 45px;
	border-bottom: 1px solid #efefef;
}
.entry-title{
	margin-top: 0;
	font-weight: 700;
	font-size: 24px;
}
.entry-meta{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
a.fn{
	color: #DBB304;
	font-weight: 400;
}
.byline,
.updated:not(.published) {
	display: none;
}

.Blended .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-header img{
	margin-bottom: 32px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
.site-content .widget-area{
	padding: 12px;
	padding-top: 0;
}
.site-content .widget-area .widget{
	background: rgba(242, 242, 242, 0.41);
	padding: 11px;
}
.widget-title{
	font-weight: 700;
	font-size: 16px;
}
.widget ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.widget li {
	line-height: 1.8;
}
.link-recents{
	position:relative;
	width:100%;
	overflow:hidden;
	text-align:left;
}
.widget_search input[type="search"]{
	width: 100%;
	box-sizing: border-box;
	padding: 8px;
	line-height: 84px;
	border-radius: 0;
	height: 42px;
	border: 1px solid #E9E9E9;
}
.widget_search .search-submit{
	display: none;
}
.widget_recent_entries a,
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_pages a,
.recentcomments{
	position:relative;
	display:block;
	cursor:pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	line-height:21px;
	text-align:left;
	text-transform:uppercase;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid rgba(0,0,0,.1);
	letter-spacing:1px;
	color:#323232;
	font-weight:400;
	-webkit-transition: padding-left 0.3s, color 0.3s;
	transition: padding-left 0.3s, color 0.3s;
}
.widget_recent_entries a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_meta a:hover,
.widget_pages a:hover {
	padding-left:10px;
}
.widget_pages .children{
	margin-left: 15px;
}

.widget_tag_cloud{
	position:relative;
	width:100%;
	overflow:hidden;
	text-align:left;
}

.widget_tag_cloud li {
    position: relative;
    display: inline-block;
}

.widget_tag_cloud a {
	position: relative;
	display: inline-block;
	cursor:pointer;
	outline: none;
	text-decoration: none;
	white-space: nowrap;
	font-size: 10px;
	line-height:21px;
	text-align:left;
	margin-right:3px;
	margin-bottom:3px;
	text-transform:uppercase;
	letter-spacing:2px;
	padding:3px 9px;
	color:#212121;
	font-weight:400;
	background-color:#fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.widget_tag_cloud a:hover {
	color:#fff;
    background-color: #cfa144;
}
.widget_calendar th,
.widget_calendar td{
		text-align: center;
		border: 1px solid #efefef;
		padding: 4px 8px;
}
.widget_calendar #today{
	color: #DBB304;
	font-weight: 700;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
