/*
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
*/

/*==== FONTS =======================================================================================*/

@font-face {
	font-family: "opensans-regular";
	src: url("/wp-content/themes/salient-child/fonts/opensans-regular-webfont.eot"); /* EOT file for IE */
}

@font-face {
	font-family: "opensans-regular";
	src: url("/wp-content/themes/salient-child/fonts/opensans-regular-webfont.ttf") format("truetype"); /* TTF file for IE */
}

@font-face {
	font-family: "opensans-light";
	src: url("/wp-content/themes/salient-child/fonts/opensans-light-webfont.eot"); /* EOT file for IE */
}

@font-face {
	font-family: "opensans-light";
	src: url("/wp-content/themes/salient-child/fonts/opensans-light-webfont.ttf") format("truetype"); /* TTF file for IE */
}

@font-face {
	font-family: "opensans-bold";
	src: url("/wp-content/themes/salient-child/fonts/opensans-bold-webfont.eot"); /* EOT file for IE */
}

@font-face {
	font-family: "opensans-bold";
	src: url("/wp-content/themes/salient-child/fonts/opensans-bold-webfont.ttf") format("truetype"); /* TTF file for IE */
}

body{
	font: 14px "opensans-regular";
	line-height: 24px;
}

/*==== HEADER =======================================================================================*/

#header-secondary-outer nav > ul > li > a{
	border-left: none!important;
}

#header-secondary-outer nav > ul > li:last-child{
	border-right: none!important;
}


#header-outer header#top nav > ul > li > a {
	font: 16px "opensans-bold";
	padding: 40px 20px!important;
	text-transform: uppercase;
}
header#top nav ul li a,
body #header-outer header#top .cart-menu .cart-icon-wrap .icon-salient-cart {
    color: #000!important;
}

body.ascend #header-outer .cart-menu {
    border-left: none!important;
}

/*==== FOOTER =======================================================================================*/

#footer-outer #rtek {
	color: #000000!important;
	display: block;
	text-align: left;
}

#footer-outer #rtek:hover {
	color: #a40b0d!important;
}

#footer-outer #footer-widgets .col_last{
	display: none;
}

#footer-outer #footer-widgets .col.span_6{
	font: 36px "opensans-light";
	text-align: center;
	width: 100%;
}

#footer-outer #copyright .span_7,
#footer-outer #copyright .span_5 {
	width: 100%;
}

.footer-logo {
	float: right;
	padding-right: 15px;
	margin-top: -50px;
}

#copyright .footer-logo img {
	margin-bottom: 0;
}

#footer-outer #copyright .col.span_5 li a,
#footer-outer #copyright .col.span_5 a {
	color: #000!important;
}

#footer-outer #copyright .col.span_5 li a:hover,
#footer-outer #copyright .col.span_5 a:hover {
	color: #a40b0d!important;
}

#footer-outer #copyright #menu-footer {
	float: left!important;
}

#footer-outer #copyright #menu-footer li {
	border-right: 2px solid #000;
	font: 14px "opensans-bold";
   margin-left: 0;
   padding: 0 10px;
}

#footer-outer #copyright #menu-footer li:first-child {
   padding-left: 0;
}

#footer-outer #copyright #menu-footer li:last-child {
   border-right: none;
   padding-right: 0;
}

#footer-outer #copyright{
	font-size: 14px;
}

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

/*==== HOME PAGE =======================================================================================*/

.btn-oval {
	border: 2px solid #fff;
	border-radius: 25px;
	color: #fff;
	display: inline-block;
	font: 18px "opensans-bold";
	padding: 10px;	
	text-transform: uppercase;
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	transition: all ease 0.6s;
	width: 215px;
}

.btn-oval:hover {
	 box-shadow: inset 215px 0 0 0 #000;
    color: #fff;
}

.red-row h2{
	font: 36px "opensans-light";
}

ol.list-123 {
	list-style: none;
	counter-reset: li; 
	margin: 10px 40px 0 0!important;
	padding-right: 40px;
}

ol.list-456 {
	list-style: none;
	counter-reset: li 3; 
	margin: 10px 0 0 40px!important;
	padding-left: 40px;
}

ol li{
	position:relative;
	display: block;
	margin-bottom: 100px; 
}

ol > li:before { 
	color: #fff;	
	content:counter(li); 
	counter-increment:li; 
	display: inline-block;	
	font: 24px "opensans-regular";	
	height: 0; 
	line-height: 67px;
	position:absolute;
	text-align: left;	
	top: -15px;	
	width: 0; 
	z-index: 5;
}

ol.list-123 > li:before { 	
	right: -25px; 
}

ol.list-456 > li:before { 	
	left: -40px; 	
}

ol > li:after { 
	border-top: 60px solid #a40b0d;
	content: '';
	height: 0;
	position: absolute;
	top: 0;	
	width: 0;
}

ol.list-123 > li:after { 
	border-right: 60px solid transparent;
	right: -75px; 
}

ol.list-456 > li:after { 
	border-left: 60px solid transparent;
	left : -75px; 
}

#li-h2-row h2{
	font: 36px "opensans-light";
}

h4 {
	color: #a40b0d;
	font: 18px "opensans-bold";
}

h3 {
	font-size: 30px;
}

#top-circle-row a {
	color: #000!important;
	font: 24px "opensans-light";
}

#top-circle-row a:hover {
	color: #a40b0d!important;
}

#slider-row .container .content h2{
	font-size: 36px;
	line-height: 48px;
	text-align: center;
}

#slider-row .container .content {
	padding: 0 1% 0 0!important; 
	width: 35%;
}


/*==== SUB PAGES ======================================================================================*/

textarea {
	resize: none;
}

#contact-pg-row input.contact-pg,
#contact-pg-row textarea.contact-pg{
	background-color: #fff!important;
	padding: 12px!important;
}

#contact-pg-row #submit.btn-oval {
	background-color: #000!important;
	border-radius: 25px!important;
	color: #fff!important;
	display: inline-block;
	font: 18px "opensans-bold";
	padding: 10px!important;
	text-transform: uppercase;
	-webkit-transition: all ease 0.6s!important;
	-moz-transition: all ease 0.6s!important;
	transition: all ease 0.6s!important;
	width: 215px!important;
}

#contact-pg-row #submit.btn-oval:hover {
	box-shadow: inset 215px 0 0 0 #a40b0d;
	color: #fff;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #000000;
	border-radius: 16px;
	font-size: 16px;
	text-align: center;
}

span.sku_wrapper {
	display: none;
}

/*==== MEDIA QUERIES =================================================================================*/

@media (max-width: 1200px){
	#footer-outer #footer-widgets .col.span_6 .textwidget .btn-oval {
	display: block;
	margin: 20px auto 0 auto;
	}
}

@media (max-width:1140px){
	#header-outer .container{
	padding: 0 3%;
	}
}

@media (max-width: 1060px){
	.red-row.w-btn .btn-oval {
	display: block;
	margin: 20px auto 0 auto;
	}
}

@media (max-width:1000px){
	#rtek {
   float: none;
   text-align: center;
	}
	#footer-outer #copyright .container .col {
   width: 100%;
   text-align:center;
	}
	ol.list-123 > li:after { 
	right: auto; 
	left: -60px;
	}
	ol.list-123 > li:before,
	ol.list-456 > li:before { 	
	left: -50px; 
	right: auto;
	}
	ol li {
   margin-bottom: 40px;
	}
	ol.list-123 {
	margin: 10px 0 10px 40px!important;
   padding-left: 40px;
   padding-right: 0;
	text-align: left!important;
	}
	ol.list-456 > li:after { 
	border-right: 60px solid transparent;
	border-left: none;
	left : -60px; 
	}
	#slider-row .container .content {
	background-color: rgba(0,0,0,0.9);
	border-radius: 50%;
	height: 250px;
	padding: 70px 3%!important;
	right: auto;
	width: 250px;    
	}
	#slider-row .container .content h2 {
	font-size: 26px!important;
	line-height: 38px!important;
	}
	#footer-outer #footer-widgets .col.span_6 {
	margin: 0 auto;
	}
	h3, 
	h4,
	#footer-outer #rtek {
	text-align: center;
	}
	.footer-logo,
	#footer-outer #copyright #menu-footer {
   float: none!important;
	}
	.footer-logo, #footer-outer #copyright #menu-footer {
   width: 462px;
   margin: 0 auto;
	}
	#footer-outer #copyright .span_5 {
	margin: 0 0 20px 0;	
	}
	.footer-logo {
		margin-top: 0;
	}
	#copyright .footer-logo img {
		margin-top: 20px;
	}
}

@media (max-width:690px){ 
	#rtek {
   display: inline-block;
	}
	#slider-row .container .content h2 {
	font-size: 20px!important;
	line-height: 26px!important;
	}
	#slider-row .container .content {
	height: 175px;
	padding: 35px 3%!important;
	width: 175px;
	}
	#footer-outer #footer-widgets .col.span_6,
	.red-row h2 {
	font-size: 30px;
	} 
	#footer-outer #copyright #menu-footer li {
   font-size: 13px;
   padding: 0 8px;
	}
}

@media (max-width:480px){
	#slider-row .container .content {
	height: auto;
	width: 150px;
	margin-top: 20px;
	}
	#slider-row .container .content h2,
	.btn-oval {
	font-size: 14px!important;
	}
	#footer-outer #footer-widgets .col.span_6, 
	.red-row h2,
	h3 {
	font-size: 26px;
	}
	#footer-outer #copyright #menu-footer {
	width: 100%;
	}
	#footer-outer #copyright #menu-footer li {
	border: none;
	display: block;
	margin: 0;
	padding: 0;    
	width: 100%; 
	}
	#copyright p {
   font-size: 12px;
	}
	
	#copyright ul li:before { 
	border-right: 20px solid transparent;
	border-top: 20px solid #a40b0d;
	content: '';
	height: 0;
	position: absolute;
	left: 0; 
	width: 0;
	}
   #copyright ul li a:after { 
	border-left: 20px solid transparent;
	border-top: 20px solid #a40b0d;
	content: '';
	height: 0;
	position: absolute;
	right: 0; 
	top: 0;
	width: 0;
	}
	#footer-outer #copyright li a{
	height: 30px;
	}
}

@media (max-width:360px){
	#slider-row .container .content h2 {
	font-size: 14px!important;
	line-height: 20px!important;
	}
	#slider-row .container .content {
	height: 125px;
	width: 125px;
	margin-top: 14px;
	}
}




