/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

@import url("../salient/style.css");

/*-------------------------------------------------------------------------*/
/* Styler les t�moignages 
/*	Ajout� par B. Audebert 2018/11
/*-------------------------------------------------------------------------*/

body h1, body h2, body h3, body h4, body h5, body p, body b, body strong, body span, body div {
	font-family: Roboto, Sans-Serif !important;
}

.temoignages {
	font-size:16px;
	line-height:20px;
} 

.temoignages p {
	margin-top:10px;
}

.temoignages blockquote p
{
	font-size:16px;
	line-height:20px;
	margin-top:20px;
	margin-bottom:30px;
	position:relative;
	left:32px;
	width:90%;
} 

.temoignages blockquote p:before {
    font-family: FontAwesome;
	content: "\F10D";  
	color:#409470; 
	position:absolute;
	top:0;
	left:-30px;
 }

/*-------------------------------------------------------------------------*/
/*	Styler les fl�ches de Slide Anything dans le style du th�me
/*	Les tailles de polices sont maintenues dans le css personnalis� de WP
/*	afin que le client puisse les modifier facilement.
/*	Ajout� par B. Audebert 2017/09
/*-------------------------------------------------------------------------*/

.row .white .sa_owl_theme .owl-nav .owl-prev, 
.row .white .sa_owl_theme .owl-nav .owl-prev:hover {
    background: none !important;
	left:-10px;
}

.row .white .sa_owl_theme .owl-nav .owl-next,
.row .white .sa_owl_theme .owl-nav .owl-next:hover {
    background:  none!important;
	right:-10px;
}

.owl-nav .owl-prev:after {
    color: #bbc032 !important;
    content: "\f137";
    font-family: FontAwesome;
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.owl-nav .owl-next:after {
    color: #bbc032 !important;
    content: "\f138";
    font-family: FontAwesome;
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.row .owl-nav .owl-prev:hover:after {
    color: #ccc5bf !important;
}

.row .owl-nav .owl-next:hover:after {
    color: #ccc5bf !important;
}


/*-------------------------------------------------------------------------*/
/*	4.	Plugin Related Styles
/*-------------------------------------------------------------------------*/


/***************** Superfish ******************/

/*

.sf-menu {
    line-height: 1;
}
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em;
}
.sf-menu ul li {
    width: 100%;
    top: -42px;
}
.sf-menu li:hover {
    visibility: inherit;
}
.sf-menu li {
    float: left;
    position: relative;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    left: 0;
    top: 2.5em;
    z-index: 99;
}

header#top .sf-menu > li:hover > ul, header#top .sf-menu > li.sfHover > ul {
	 top: 60px;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
    left: 10.8em;
    top: -10px;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
    left: 10em;
    top: 0;
}
.sub-menu {
    z-index: 3;
}

.sf-menu {
    float: left;
    margin-bottom: 30px;
}

.sf-menu li li a, .sf-menu li li a:visited {
    padding-left: 1.25em;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    outline: 0 none;
}

.sf-menu ul li a {
    margin: 0;
    padding: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.08); 
}

.sf-sub-indicator {
	display: inline-block;
	width: 10px;
	position: relative;
	left: 8px;
	height: 10px;
}

.sf-sub-indicator i {
	width: 8px;
}


.sf-sub-indicator [class^="icon-"], .sf-sub-indicator [class*=" icon-"] {
	color: #888;
	font-size: 12px;
	line-height: 16px;
	height: auto;
	background-color: transparent!important;
}

.sf-menu ul a:focus ,
.sf-menu ul a:hover ,
.sf-menu ul a:active ,
.sf-menu ul li:hover > a ,
.sf-menu ul li.sfHover > a  {
	color: #27CFC3;	
}

.sf-shadow ul.sf-shadow-off {
    background: none repeat scroll 0 0 transparent;
}
.sf-vertical, .sf-vertical li {
    width: 100%;
}
.sf-vertical li:hover ul, .sf-vertical li.sfHover ul {
    left: 100%;
    top: 0;
}

.sf-menu, .sf-menu * {
    list-style: none outside none;
    margin-right: 10px;
    padding: 0;
    z-index: 10;
}
.sf-menu {
    line-height: 1;
}
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 16em;
}
.sf-menu ul li, .sf-menu ul li li {
    font-size: 12px;
    width: 100%;
}
.sf-menu ul li:last-child a {
    border-bottom: medium none;
}
.sf-menu li:hover {
    visibility: inherit;
}
.sf-menu li {
    float: left;
    line-height: 12px!important;
    font-size: 12px!important;
    position: relative;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    left: 0;
    top: 33px;
    z-index: 999;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
    left: 15em;
    top: 0px;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
    left: 15em;
    top: 0;
}
.sf-menu .sf-with-ul a {
    min-width: 1px;
    padding-right: 16px!important;
}

header#top .sf-menu li ul li a {
	font-size: 12px;
	line-height: 13px;
	color: #ccc;
	transition: none;
	letter-spacing: 0;
	background-color: #1C1C1C;	
}

.sf-menu li ul li a:hover, .sf-menu li ul li.sfHover > a { 
	color: #27CFC3;
	background-color: #272727!important;	
}

.sf-menu li ul li.sfHover > a .sf-sub-indicator [class^="icon-"] {
	color: #27CFC3;
}

.sf-menu li ul li .sf-sub-indicator {
	right: 14px;
	left: auto;
	top: 14px;
	display: block;
	position: absolute;
}

.sf-menu li ul, .sf-menu li li ul {
    box-shadow: none;
}

.sf-menu li li ul {
	left: 16em!important;
}

.sf-menu {
    float: right;
}
.sf-menu a {
    margin: 0 1px;
    padding: 0.75em 1em 32px;
    text-decoration: none;
}
.sf-menu ul li {
    font-weight: normal;
}
.sf-menu .sfHover ul li a, .sf-menu .sfHover ul li li a {
    box-shadow: none;
}
.sf-menu ul li a:focus, .sf-menu ul li a:hover, .sf-menu ul li a:active, .sf-menu ul li li a:focus, .sf-menu ul li li a:hover, .sf-menu ul li li a:active {
    border-radius: 0 0 0 0;
    box-shadow: none;
    text-shadow: none;
}

*/



.mejs-overlay-button, .mejs-overlay-loading {
	display: none!Important;
}

.home-wrap {
	padding-top: 3em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
	z-index: 100;
	background-color: #f8f8f8;
}

html:not(.js) .home-wrap {
	padding-top: 0px;
}

html.no-overflow-y {
	overflow-y: hidden!important;
} 


/*-------------------------------------------------------------------------*/
/*	2. Globally Applied Styles
/*-------------------------------------------------------------------------*/


body {
	font-size: 12px;	
	-webkit-font-smoothing: antialiased;
	font-family: 'OpenSansRegular';	
	background-color: #1C1C1C;
	line-height: 22px;
}

body .ui-widget {
	font-family: 'OpenSansRegular';	
}

.overflow-x-hidden {
	overflow-x: hidden;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
	display: block;
	margin:15px auto;
}

.no-bottom-padding {
	padding-bottom: 0px;
}

.col.center {
	text-align: center;
}

.col.right {
	text-align: right;
}

.wp-smiley {
	margin-bottom: 0px!important;
}

dt {
	font-family: 'OpenSansSemiBold';
	color: #333;
}
dd {
	padding-left: 20px;
}

.gallery-caption { 
    margin-left: 0; 
    margin-bottom: 10px;
    padding: 0px 10px;
}

.bypostauthor {}

#wpstats {  display: none; }

.sticky {
	margin-bottom: 50px;
}

.sticky .content-inner {
	margin-bottom: 0px!important;
	padding-bottom: 0px!important;
	border-bottom: 0px!important;
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background-color: #fff;
	padding: 25px!important;
	position: relative;
}

.side-box {
  padding: 10px 0;
  margin-bottom: 10px;
  border: 1px solid #CCC;
  background-color: #E6E6E6;
  text-align: center;
}

.side-box a:link,
.side-box a:visited {
  font-weight: normal;
  color: #06c55b;
  font-size: 12px;
}

#wpadminbar {
	z-index: 1000000000!important;	
}

table {
  font-size: 12px;
  margin-bottom: 20px;
}

.wp-caption { max-width: 100%; border:1px solid #ccc; background:#eee; padding:5px; }
.wp-caption .wp-caption-text { text-align:center; margin-top:5px; margin-bottom: 5px; }
.wp-caption img { margin-bottom: 10px!important; display: block; }

em {font-style: italic;}

caption, th, td {
		font-weight: normal;
		text-align: left;
}

.container-wrap, .project-title {
	background-color: #f8f8f8;
	position: relative;
	z-index: 10;
	margin-top: -55px;
	padding-top: 93px;
	padding-bottom: 40px;
}

body[data-smooth-scrolling="0"] {
	overflow: hidden;
}

#ajax-loading-screen {
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 1000000000;
}

body[data-ajax-transitions="true"] #ajax-loading-screen[data-method="standard"], body[data-ajax-transitions="true"] #ajax-loading-screen[data-method="standard"] .loading-icon {
	display: block;
	opacity: 1;
}

#ajax-loading-screen .loading-icon {
	background-repeat:no-repeat;
	background-position: center center;
	display: block;
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.default-loading-icon {
    top: 50%;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    display: block;
    position: relative;  
    border: 3px solid #e5e5e5; 
    margin-top: -20px;
}

.default-loading-icon:before {
	position: absolute;
	content: "";
	border-color: rgba(0, 0, 0, 1) transparent transparent;
    border-radius: 100%;
    border-style: solid;
    border-width: 3px;
    display: block;
    height: 100%;
    width: 100%;
    top: -3px;
    left: -3px;
}

.loading-icon.spin, .portfolio-loading.spin, .pp_loaderIcon.spin, .default-loading-icon.spin {
	animation: 2s cubic-bezier(0.63, 0.045, 0.34, 1) 0s normal none infinite spinning_animation;
	-webkit-animation: 2s cubic-bezier(0.63, 0.045, 0.34, 1) 0s normal none infinite spinning_animation;
}

.default-skin-loading-icon {
	width: 100%;
	height: 100%;
	background-position: center;
	display: block;
	background-repeat: no-repeat;
	background-image: url("img/icons/loading-white-bg.gif");
}

@keyframes spinning_animation {
	0% {
	    transform: scale(1) rotate(0deg);
	    -o-transform: scale(1) rotate(0deg);
	}
	50% {
	    transform: scale(0.8) rotate(360deg);
	    -o-transform: scale(0.8) rotate(360deg);
	}
	100% {
	    transform: scale(1) rotate(720deg);
	    -o-transform: scale(1) rotate(720deg);
	}
}

@-webkit-keyframes spinning_animation {
	0% {
	    -webkit-transform: scale(1) rotate(0deg);
	}
	50% {
	    -webkit-transform: scale(0.8) rotate(360deg);
	}
	100% {
	   -webkit-transform: scale(1) rotate(720deg);
	}

}

@keyframes bounce_in_animation {
	0% {
	    transform: scale(0, 0);
	    -o-transform: scale(0, 0);
	}
	20% {
	    transform: scale(1.4, 1.4);
	    -o-transform: scale(1.4, 1.4);
	}
	50% {
	    transform: scale(0.8, 0.8);
	    -o-transform: scale(0.8, 0.8);
	}
	85% {
	    transform: scale(1.1, 1.1);
	    -o-transform: scale(1.1, 1.1);
	}
	100% {
	    transform: scale(1, 1);
	    -o-transform: scale(1, 1);
	}
}

@-webkit-keyframes bounce_in_animation {
	0% {
	     -webkit-transform: scale(0, 0);
	}
	20% {
	     -webkit-transform: scale(1.4, 1.4);
	}
	50% {
	     -webkit-transform: scale(0.8, 0.8);
	}
	85% {
	     -webkit-transform: scale(1.1, 1.1);
	}
	100% {
	     -webkit-transform: scale(1, 1);
	}
}


@keyframes grow_in_animation {
	0% {
	    transform: scale(0, 0);
	    -o-transform: scale(0, 0);
	}
	100% {
	    transform: scale(1, 1);
	    -o-transform: scale(1, 1);
	}
}

@-webkit-keyframes grow_in_animation {
	0% {
	    -webkit-transform: scale(0, 0);
	}
	100% {
	    -webkit-transform: scale(1, 1);
	}
}

body[data-bg-header="true"] .container-wrap { margin-top: 0!important; padding-top: 0!important; }

body.page-template-page-sidebar-php .main-content > .row > #post-area, 
body.page-template-page-sidebar-php .main-content > .row > #sidebar,
body.page-template-page-left-sidebar-php .main-content > .row > #post-area, 
body.page-template-page-left-sidebar-php .main-content > .row > #sidebar {
  margin-top: 30px;
}

.project-title {
	padding-top: 85px;
	padding-bottom: 36px;
}

.single-portfolio .row .col.section-title {
	padding-bottom: 30px;
	border: none!important;
}

.single-portfolio .row.project-title .container .title-wrap {
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	padding-bottom: 30px;
}

.single-portfolio .row.project-title .title-wrap:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.container-wrap .row > .wpb_row:last-child, .home-wrap .row > .wpb_row:last-child,  #portfolio-extra > .wpb_row:last-child  {
	margin-bottom: 0px!important;
}

body[data-bg-header="true"] .container-wrap, body.single-portfolio .container-wrap, body.page-template-template-portfolio-php .container-wrap,
body.tax-project-type .container-wrap {
	padding-top: 25px;
	margin-top: 0px!important;
	padding-bottom: 40px;
}

body.single-portfolio .container-wrap {
	padding-top: 0px!important;
}

body.single-post[data-bg-header="true"] .container-wrap {
	padding-top: 40px!important;
}

body.single-portfolio div[data-project-header-bg="true"] .container-wrap {
	padding-top: 40px!important;
}

body.single-portfolio #full-width-portfolio div[data-project-header-bg="true"] .container-wrap {
	padding-top: 0!important;
}

body.search-results .container-wrap {
	margin-top: -55px!important;
	padding-top: 80px!important;
}

.clear {
	clear:both;	
}

.subheader {
    color: #6F6F6F;
 	margin-bottom:15px;
}


a {
	color: #27CFC3;
	text-decoration: none;
	transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
}

a:hover {
	color: inherit;
}

h1 { font-size: 30px; line-height: 42px; margin-bottom: 7px; }

h2 { font-size: 22px; line-height: 36px; margin-bottom: 10px;}

h3 { font-size: 19px; line-height: 34px; margin-bottom: 7px; }

h4 { font-size: 18px; line-height: 32px; margin-bottom: 7px; }

h5 { font-size: 16px; line-height: 26px; margin-bottom: 7px; }

h6 { font-size: 14px; line-height: 24px; margin-bottom: 7px;  }

h1,h2,h3,h4,h5,h6 {
	color: #626161;	
	letter-spacing: -0.5px;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-family: 'OpenSansSemiBold';	
}

.bold, strong, b {
	font-family: 'OpenSansSemiBold';	
	font-weight: normal;
}

.uppercase {
	-webkit-font-smoothing: antialiased;
    font-family: 'OpenSansbold';
    text-transform: uppercase;
}

.tiny {
	font-size: 14px!important;
	line-height: 22px!important;
}

body h1.light, body h2.light, body h3.light, body h4.light, body h5.light, body h6.light, p.light {
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'OpenSansLight'!important;
}

body h1.jumbo, body h2.jumbo, body h3.jumbo, body h4.jumbo, body h5.jumbo, body h6.jumbo, p.jumbo {
     font-size: 100px!important;
     line-height: 110px!important;
}

h1.light { font-size: 34px; margin-bottom: 30px; }

h2.light { font-size: 28px; margin-bottom: 30px; letter-spacing: 0.5px;}

h3.light { font-size: 24px; margin-bottom: 15px; letter-spacing: 0.5px;}

h4.light { font-size: 18px; margin-bottom: 7px; letter-spacing: 0.5px;}

h5.light { font-size: 16px; margin-bottom: 7px; letter-spacing: 0.5px;}

h6.light { font-size: 14px; margin-bottom: 7px;  letter-spacing: 0.5px;}


h1.uppercase { letter-spacing: 3px; }

h2.uppercase { letter-spacing: 2.5px; }

h3.uppercase { letter-spacing: 2px; }

h4.uppercase { letter-spacing: 2px; }

h5.uppercase { letter-spacing: 1.3px; }

h6.uppercase { letter-spacing: 1.3px; }

h1 .nectar-button, h2 .nectar-button, h3 .nectar-button, h4 .nectar-button {
	margin-left: 13px;
}

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

p {
	padding-bottom: 10px;
}
    
.row .col p:last-child {
	padding-bottom: 0px;	
}

.container .row:last-child, .wpb_wrapper .clear {
	padding-bottom: 0px;
}

.wpb_wrapper > div {
	margin-bottom: 24px;
}

.wpb_wrapper > div:last-child, .row .wpb_wrapper > img:last-child, .row .wpb_wrapper > .img-with-aniamtion-wrap:last-child img {
	margin-bottom: 0px;
}

blockquote {
	font-family: 'OpenSansLight';
	line-height: 40px;
	font-size: 22px;
	padding-left: 0px;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}

.main-content ul, .main-content ol {
	margin-left: 30px;
	margin-bottom: 30px;
}


.main-content ul li {
	list-style: disc;
	list-style-position: outside;
}

.main-content ol li {
	list-style: decimal;
	list-style-position: outside;
}

.main-content img {
	max-width: 100%;	
	height: auto;
}

.main-content .col.span_4 .col.span_2 img, .main-content .col.span_3 .col.span_2 img, .main-content .col.span_2 .col.span_2 img, .main-content .col.span_6 .col.span_2 img,
.main-content .col.span_4 .col.span_2 i, .main-content .col.span_3 .col.span_2 i, .main-content .col.span_2 .col.span_2 i, .main-content .col.span_6 .col.span_2 i {
	top: -4px;
}


/*-------------------------------------------------------------------------*/
/*	3.	Header + Search Bar Styles
/*-------------------------------------------------------------------------*/

#header-space {
	height: 90px;	
}

#header-outer {
	width: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	overflow: visible!important;
	padding: 28px 0px 0px 0px;
	background-color:#fff;
	z-index: 9998;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
	height: 150px;
}

body[data-transparent-nav="1"][data-header-color="light"] #header-outer {
	background-color: rgba(255,255,255,0.965);
}

body[data-header-color="dark"] #header-outer, body[data-header-color="dark"] #search-outer {
	background-color: #007649;
	box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-o-box-shadow: none!important;
}

html body[data-header-color="dark"] header#top nav ul #search-btn > div,
html body[data-header-color="dark"].ascend #header-outer[data-full-width="true"][data-remove-border="true"] header#top nav ul #search-btn a:after, 
html body[data-header-color="dark"].ascend #header-outer[data-full-width="true"][data-remove-border="true"] header#top nav ul .slide-out-widget-area-toggle a:after, 
html body[data-header-color="dark"].ascend #header-outer[data-remove-border="true"] .cart-menu:after,
html body[data-header-color="dark"].ascend #header-outer[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] .cart-menu:after {
	border-left: 1px solid #444;
}

body[data-header-color="dark"] #header-secondary-outer {
	background-color: #111;
	border-bottom: 1px solid #444;
}

body[data-header-color="dark"] #header-outer .cart-menu {
	background-color: #111;
}

body[data-header-color="dark"] #header-secondary-outer nav > ul > li > a {
	border-left: 1px solid #222;
}

body[data-header-color="dark"] #header-secondary-outer nav > ul > li:last-child {
	border-right: 1px solid #272727;
}

body[data-header-color="dark"] header#top nav ul li a, body[data-header-color="dark"] #search-outer input, body[data-header-color="dark"] #header-secondary-outer nav > ul > li > a,
body[data-header-color="dark"] #header-secondary-outer nav > ul > li > a span.sf-sub-indicator i, body[data-header-color="dark"] header#top #logo, 
body[data-header-color="dark"] header#top nav ul #search-btn a span, .ascend[data-header-color="dark"] #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart  {
	color: #A0A0A0;
}

body[data-header-color="dark"] header#top nav ul .slide-out-widget-area-toggle a i.lines, body[data-header-color="dark"] header#top nav ul .slide-out-widget-area-toggle a i.lines:after,
body[data-header-color="dark"] header#top nav ul .slide-out-widget-area-toggle a i.lines:before {
	background-color: #A0A0A0;
}

body[data-header-color="dark"] #header-secondary-outer nav > ul > li > a span.sf-sub-indicator i, .ascend[data-header-color="dark"] #boxed #header-outer .cart-menu .cart-icon-wrap i {
	color: #A0A0A0!important;
}

body[data-header-color="dark"] #header-secondary-outer nav > ul > li a:hover,
body[data-header-color="dark"] #header-secondary-outer nav > ul > li a:hover span.sf-sub-indicator i {
	color: #fff!important;
}

#header-secondary-outer ul ul li a {
	font-size: 11px;
	transition: none!important;
	-moz-transition: none!important;
	-webkit-transition: none!important;
	-o-transition: none!important;
}

body[data-header-color="dark"] #header-secondary-outer ul ul li a {
	background-color: #111;
	font-size: 11px;
	color: #A0A0A0;
}

body[data-header-color="dark"] #header-secondary-outer #social .vimeo, body[data-header-color="dark"]  #header-secondary-outer #social .vimeo span {
	 background-image: url("img/icons/social/vimeo-header-black.png")!important;
}

body[data-header-color="dark"] #header-secondary-outer #social .behance, body[data-header-color="dark"]  #header-secondary-outer #social .behance span {
	 background-image: url("img/icons/social/behance-header-black.png")!important;
}

body[data-header-color="dark"] #header-secondary-outer li.current-menu-ancestor > a, body[data-header-color="dark"] #header-secondary-outer li.current-menu-item > a,
body[data-header-color="dark"] #header-secondary-outer li.sfHover > a, body[data-header-color="dark"] #header-secondary-outer li.sfHover > a i {
	color: #fff!important;
}

.admin-bar #header-outer, .logged-in.buddypress #header-outer {
	top: 32px;
}

#header-outer[data-using-secondary="1"] {
	top: 33px;
}

.admin-bar #header-outer[data-using-secondary="1"], .logged-in.buddypress #header-outer[data-using-secondary="1"] {
	top: 64px;
}

header#top #logo {
	width: auto;
	max-width: none;
	display: block;
	line-height: 22px;	
	font-size: 22px;	
	letter-spacing: -1.5px;
	color: #444444;
	font-family: 'OpenSansSemibold';
}

header#top #logo.no-image { margin-top: 4px; }

header#top #logo .retina-logo { display: none!important; }

header#top #logo .starting-logo {
	position: absolute;
	top: 0;
	opacity: 0;
	left: 0;
}

/*-------------------------------------------------------------------------*/
/*	7. Footer Styles
/*-------------------------------------------------------------------------*/

#footer-outer {
	color: #ccc;
	position: relative; 
	z-index: 10;
	background-color: #252525;
}

#footer-outer .row {
	padding: 30px 0px;
	margin-bottom: 0px;
}

#footer-outer .widget h4, .text-on-hover-wrap .categories a {
	color: #777;
	font-size: 12px;
	font-family: 'OpenSansbold';
    letter-spacing: 2px; 
    text-transform: uppercase;
	margin-bottom: 10px;
}

#footer-outer .widget {
	margin-bottom: 30px;
}

#footer-outer .widget.widget_categories ul ul, #footer-outer .widget.widget_pages ul ul, #footer-outer .widget.widget_nav_menu ul ul, #slide-out-widget-area .widget.widget_nav_menu ul ul {
	margin: 0px 0px 0px 0px!important;
	padding: 0px 0px 0px 20px;
}

#footer-outer .widget.widget_categories li, #footer-outer .widget.widget_pages li, #footer-outer .widget.widget_nav_menu li, #slide-out-widget-area .widget.widget_nav_menu li {
	border-bottom: 0px!important;
	padding: 0px!important;
}

#footer-outer .widget.widget_categories li a, #footer-outer .widget.widget_pages li a, #footer-outer .widget.widget_nav_menu li a {
	padding: 8px 0px;
	display: block;
	border-bottom: 1px solid #444444;	
}

#slide-out-widget-area .widget.widget_nav_menu li a {
	padding: 6px 0px;
	display: block;
}

#footer-outer .widget.widget_categories > ul > li:first-child > a, #footer-outer .widget.widget_pages > ul > li:first-child > a, #footer-outer .widget.widget_nav_menu > ul > li:first-child > a,
#slide-out-widget-area .widget.widget_categories > ul > li:first-child > a, #slide-out-widget-area .widget.widget_pages > ul > li:first-child > a {
	padding-top: 0px;
}

#footer-outer .span_3 .widget:last-child {
	margin-bottom: 0px;
}

#footer-outer a {
	color: #ccc;
}

#footer-outer a:hover {
	color: #27CFC3;
}

#footer-outer .nectar-button:hover {
	color: #fff!important;
}

#footer-outer .widget ul li {
	margin-bottom: 7px;
}

#footer-outer #copyright {
	padding: 20px 0px;
	font-size: 12px;
	background-color: #007549;
	color: #fff;
}

#footer-outer #copyright li {
	float: left;
	margin-left: 20px;
}

#footer-outer #copyright .container div:last-child {
	margin-bottom: 0px;
}

#footer-outer #copyright li a, #header-secondary-outer #social li a {
	display: block;
	line-height: 22px;
	height: 24px; 
	position: relative;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	background-position: center top;
}

#footer-outer #copyright li a i, #header-secondary-outer #social li a i {
	color: #777;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

#footer-outer .icon-be, #footer-outer .icon-vimeo, #footer-outer .icon-salient-spotify  {
  line-height: 32px!important;
}

#footer-outer .fa-vine {
 	font-size: 16px!important;
}

#footer-outer #copyright li a i:hover {
	color: #27CFC3;
}

#footer-outer #copyright li a.vimeo, #footer-outer #copyright li a.behance, #header-secondary-outer #social li a.behance, #header-secondary-outer #social li a.vimeo {
	background-color: #666;
}

#footer-outer #copyright li a.vimeo:hover, #footer-outer #copyright li a.behance:hover, #header-secondary-outer #social li a.behance:hover, #header-secondary-outer #social li a.vimeo:hover {
	background-color: #27CFC3;
}

#footer-outer #copyright p {
	line-height: 22px;
	margin-top: 3px;	
}

#footer-outer #copyright .col ul {
	float: right;
}

#footer-outer #copyright li a.facebook { width: 12px;}
#footer-outer #copyright li a.twitter { width: 20px;}
#footer-outer #copyright li a.dribbble { width: 24px;}
#footer-outer #copyright li a.google-plus { width: 20px;}
#footer-outer #copyright li a.pinterest { width: 17px;}
#footer-outer #copyright li a.rss { width: 18px;}
#footer-outer #copyright li a.vimeo { width: 20px; text-indent: -9999px;}
#footer-outer #copyright li a.tumblr { width: 21px;}
#footer-outer #copyright li a.youtube { width: 21px;}
#footer-outer #copyright li a.linkedin { width: 19px;}
#footer-outer #copyright li a.behance { width: 27px; text-indent: -9999px;}
#footer-outer #copyright li a.instagram { width: 20px;}


#footer-outer #copyright #social .icon-soundcloud { font-size: 26px; }

#footer-outer i, #header-secondary-outer #social i {
	font-size: 20px;
	width: auto;
	background-color: transparent!important;
}

#footer-outer #copyright i.icon-be {
	font-size: 24px;
}

#header-secondary-outer #social li .icon-be {
	font-size: 18px!important;
}


#loginform .login-submit .button-primary {
    background-color: #ffffff;
}


/*-------------------------------------------------------------------------*/
/*	4.	Plugin Related Styles
/*-------------------------------------------------------------------------*/
.zoom-vp {
    height: 489px;
    left: -428px;
    opacity: 1;
    top: -2px;
    transform: scale(0.8, 0.8);
    transform-origin: right top 0;
    transition-duration: 10s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    width: 1959px;
}