/*
Theme Name: Triple Crown Feed
Theme URI: http://www.fjorgedigital.com
Author: fjorge
Author URI: http://www.fjorgedigital.com
Description: Fjorge Digital custom theme for Triplecrownfeed.com
Version: 1
*/


/* *****************************************
      	GLOBAL STYLES - TOC
		------------------      	

	%%GLOBAL STYLES

	%%LAYOUT / GRID

	%%DESIGN ELEMENTS

	%%SIDEBARS

	%%BANNER

	%%REVIEWS

	%%SEARCH

	%%CONTACT

	%%FIND A DEALER

	%%ZOPIM CHAT

	%%PAGE SPECIFIC

	%%UNKNOWN

***************************************** */


/* *****************************************
             %%GLOBAL STYLES
***************************************** */

html.tcn {
	margin-top: 0px !important;
	height: 100%;
	display: block;
}

body {
	background-color: #000;
	background-image: url(img/product_04.jpg); /*TEXTURE*/
	font-family: "proxima-nova-condensed",sans-serif;
	height: 100%;
	position: relative;
	display: block;
}

.clear{
	clear:both;
}

.block{
	display:block !important;
}

p > img{
	max-width:100%;
	height:auto;
	padding: 5px;
}

img.alignnone {
    display: block;
    padding: 5px;
}

p a{
	text-decoration: underline;
}

a{
	color:#0081c6; 
	/*color:#000;*/
}

a:hover{
	color:#003d5d;
}

h3.white {
	display: inline; 
	color: #fff !important;
}


.das {
	display: none;
}

.das.yashow {
	display: inline;
}

.newname {
	display: none;
}

.noshow {
	display: none;
}

.noshowlist {
	display: none;
}

#qf4, 
#qf5, 
#qf6, 
#qf7, 
#qf8, 
#qf9, 
#qf10,
#qf12 { 
	display: none;
}

.irs-grid{
	pointer-events:none;
	/*z-index: -1;*/
}

.fleft{
	float:left;
}
 
.fright{
	float:right;
} 











/* *****************************************
             %%LAYOUT / GRID
***************************************** */
.content-max-width,
.content .content-max-width{
	max-width:1000px;
	margin:0 auto;
	padding:0px 20px;
	word-break: break-word;
}

.cms-content {
	max-width:960px;
	width:100%;
	float:left;
	color:#6c6b6b;
	font-size: 18px;
	padding-top: 30px;
	padding-bottom: 40px;
}

.cms-content.has-sidebar {
	/*max-width:650px;*/
	max-width:65%;
	float:left;
	color:#6c6b6b;
	font-size: 18px;
	/*padding-top: 5px;*/
	padding-bottom: 40px;
}

.cms-content h3 {
	text-transform: uppercase;
	font-weight: 900;
}


.page-wrapper {
	position: relative;
	min-height: 100%;
}

.top-seperate.mar-top-50 {
	margin-top: 50px;
}

.mar-bot-20 {
  margin-bottom: 20px;
}

.mar-bot-40 {
  margin-bottom: 40px !important;
}
	
.mar-bot-50 {
  margin-bottom: 50px;
}
	

/* Content */
.tcf-container {
	position: relative;
	padding-bottom: 0px;
	padding-top: 89px;
	/* height: 1000px; */
	background-size: auto 100%;
	/*background-color:#000;*/
}

/*div.page{
	padding-top: 89px;
}*/

@media (max-width: 680px){
	.tcf-container {
		padding-top:70px;
	}
}

.row {
	margin-right: -10px;
	margin-left: -10px;
}

.row.bord-top {
	border-top: 1px solid rgba(107, 106, 106, 0.1);
	margin-top: 20px;
	padding-top: 35px;
	min-height: 180px;
}

.row.bord-top .col-md-9 {
	padding-left: 25px;
}

.row.bord-top .col-md-9 h3 {
	margin-top: 0;
}

.row.bord-top .col-md-3 img {
	width: 100%;
	height: auto;
	/* padding: 0px 10px 10px 10px; */
}

.row.bord-top:first-instance {
	border-top: 0;
	margin-top: 0px;
	padding-top: 20px;
	min-height: 180px;
}

@media only screen and ( max-width: 1000px ) {
	.content-max-width,
	.content .content-max-width{
		max-width: 100%;
		margin: 0 auto;
		padding:0 5%;
	}
	.content .cms-content {
		/*max-width:100%;*/
		/*padding-right:15px;
		padding-left:15px;*/
	}
	.content-sidebar {
		/*max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;*/
		/*display:none;*/
	}

} /*CLOSE MAX 1000PX RESPONSIVE*/


@media only screen and ( max-width: 768px ) {

	.content-max-width,
	.content .content-max-width{
	    padding:0 6%;
	}

	.cms-content,
	.content .cms-content,
	.cms-content.has-sidebar {
		max-width: 100%;
	}

	.content-sidebar {
		display: none;
	}

} /*CLOSE MAX 768 RESPONSIVE*/

@media (max-width: 610px) {

	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, 
	.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, 
	.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, 
	.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, 
	.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, 
	.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
	.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, 
	.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
	.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, 
	.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
	.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, 
	.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		position: relative;
		min-height: 1px;
		padding-right: 10px;
		padding-left: 10px;
	} 

} /* MAX 610 */



 












/* *****************************************
             %%DESIGN ELEMENTS
***************************************** */

/* BTNs Styles and etc */
.btn-link {
	padding:5px 10px 4px 10px;
	font-size: 18px;
	text-transform: uppercase;
	color:#6c6b6b;
	font-weight: 900;
	border: 1px solid #6c6b6b;
	margin-right: 20px;
}

.btn-link:hover {
	padding:5px 10px 2px 10px;
	font-size: 18px;
	text-transform: uppercase;
	background:#6c6b6b;
	color:#fff;
	font-weight: 900;
	border: 1px solid #6c6b6b;
	margin-right: 20px;
	text-decoration: none;
}

.btn-link:focus, .btn:focus {
	text-decoration: none !important; 
	color: #6c6b6b !important; 
	border-color: #6c6b6b !important;
}

.btn-link:focus:hover {
	text-decoration: none; 
	color: #fff !important;
}


.tool-links .btn-link.coupon-btn {
	background-color:#6c6b6b;
	color:#fff !important;
}

.tool-links .btn-link.coupon-btn:hover {
	background-color:transparent !important;
	color:#6c6b6b !important;
	border-style:dashed !important;
}


.col-md-12.category-row .col-md-6.tool-links .btn-link.active {
	border: 1px solid #fff;
	background: #fff;
	color: #6c6b6b !important;
}

 @media only screen and ( max-width: 1000px ) {

 	.boxes {
 		text-align: center;
 	}
 	
 	.boxes .box-1.twitter { 
 		text-align: left !important;
 	}
 	
 	.content .boxes .box {
	 	width:299px;
	 	/*margin-left:10px !important;
	 	margin-right:10px !important;*/
	 	margin-left:10px;
	 	margin-right:10px;
 	}
 	.content .boxes .box:nth-child(2) {
	 	clear:both;
 	}

	
	input#addressInput_2 {
		width: 100%;
	}

 } /* MAX 1000 */



 












/* *****************************************
             %%SIDEBARS
***************************************** */
.content-sidebar {
	/*max-width:300px;*/
	width: 100%;
	max-width:30%;
	margin-left:5%;
	padding:50px 5px 30px;
	float:left;
}

.single-product .content-sidebar {
	/*max-width:300px;*/
	width: 100%;
	max-width:100%;
	margin-left:5%;
	padding:10px 0;
	float:left;
}

#sidebar1 {    
	/*max-width: 245px;*/
	/*margin-left: 60px;*/
	/*padding-left: 25px;*/
	/*padding: 40px 30px 30px 15px;*/
	border-left: 1px solid rgba(107, 106, 106, 0.05);
	margin-top: 0 !important;
	background: rgba(48, 49, 50, 0.13);
	float: left;
}

.widget {
	margin-bottom: 40px;    
	margin-left: 10px;
}

.widget h4.widgettitle { 
	font-size: 16px; 
}

.widget .widgettitle {
	color: #6c6b6b;     
	border-bottom: 1px solid rgba(107, 106, 106, 0.2);
	padding-bottom: 8px;
	padding-left: 5px;
	/*max-width: 200px;*/
}

.widget ul {
	padding-top: 1px;
	padding-left: 5px;
	list-style: none;
}

.widget ul li {    
	font-size: 15px;
	padding: 0px 0 4px;
}

.widget ul li a { 
	color: #2B2B2B;

} 


@media screen and (min-width: 768px) {
	
	#sidebar3 {
		max-width: 215px;
		margin-left: 3%;
		margin-right: 0 !important;
		padding: 50px 30px 30px 10px;
		border-left: 1px solid rgba(107, 106, 106, 0.05);
		float: right;
		margin-top: 0 !important;
		background: rgba(48, 49, 50, 0.13);
	}
	
} /* MIN 768 */


@media screen and (max-width: 768px) {
	.single-product .fright .content-sidebar {
		display:none;
	}
} /*MAX 768*/




 












/* *****************************************
             %%BANNER
***************************************** */
.banner-wrapper{
	width:100%;
	max-width: 100%;
	background:#000;
}

.banner {
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
	background-size: cover;
	margin:0 auto;
/*	max-width:1400px; */
	min-height:300px;
}

.banner-content {
	color:#fff;
	padding-bottom: 20px;
	background-size:cover;
}

.banner-content h1 {
	margin: 0px;
	padding-top: 175px;
	font-size: 75px;
	font-weight: 900;
	line-height: .8em;
	text-transform: uppercase;
	max-width: 650px;
}

.banner-content p {
	font-size: 15px;
	font-weight: 900;
	text-transform: uppercase;
}

@media (max-width: 650px) {

	.banner-content h1 {
		padding-top: 75px;
		max-width: 100%;
	}
	 	
	.banner  h1 {
		font-size: 42px !important;
		line-height: 40px!important;
	}

	.banner{
		min-height:auto;
	}

} /* MAX 650 */

@media (max-width: 400px) {

 	.banner{
		min-height:100px;
	}

} /* MAX 400 */

@media (max-width: 200px) {

 	.banner{
		min-height:0px;
	}

} /* MAX 200 */












/* *****************************************
             %%REVIEWS
***************************************** */
#reviews .wpcr3_button_1.wpcr3_show_btn {
    padding: 5px 10px 2px 10px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .02em;
    color: #6c6b6b;
    margin-top: 30px;
    font-weight: 600;
    border: 1px solid #6c6b6b;
    background: none;
    margin-right: 20px;
    border-radius: 0px !important;
    /*position: absolute;*/
    /*left: 45%;*/
    /*bottom: 50px;*/
}

#reviews .wpcr3_button_1.wpcr3_submit_btn, 
#reviews .wpcr3_button_1.wpcr3_cancel_btn {
    padding: 5px 10px 2px 10px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .02em;
    min-width: 120px;
    margin: 20px 20px 40px 0px;
    font-weight: 600;
    border: 1px solid #aaa !important;
    background: none;
	color:#6c6b6b;
    border-radius: 0px !important;
    }

#reviews .wpcr3_button_1.wpcr3_submit_btn:hover,  
#reviews .wpcr3_button_1.wpcr3_cancel_btn:hover {
    padding: 5px 10px 2px 10px;
    font-size: 16px;
    text-transform: uppercase;
    min-width: 120px;
    letter-spacing: .02em;
    margin: 20px 20px 40px 0px;
    font-weight: 600;
    border: 1px solid #6c6b6b;
    background:#6c6b6b;
	color:#fff;
    border-radius: 0px !important;
    }

#reviews .wpcr3_button_1.wpcr3_show_btn:hover {
    padding: 5px 10px 2px 10px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .02em;
    margin-top: 30px;
    font-weight: 600;
    border: 1px solid #6c6b6b;
    background:#6c6b6b;
	color:#fff;
    margin-right: 20px;
    border-radius: 0px !important;
}


#reviews .wpcr3_table_2 tr.wpcr3_review_form_text_field td:nth-child(1) {
	width: 105px !important;
}

#reviews .wpcr3_respond_2 .wpcr3_leave_text {
    font-weight: bold;
    font-size: 1.03em !important;
    margin: 15px 0 12px !important;
    border-bottom: 2px solid #aaa !important;
    padding: 10px 0 3px !important;
}

#reviews .wpcr3_respond_2 textarea {
    background: transparent !important;
    height: 100px !important;
    min-width: 500px;
	border: 2px solid #aaa !important;
    margin-bottom: 5px;
}

#reviews .wpcr3_respond_2 input[type="text"] {
    min-width: 200px;
    background: transparent;
    border: 2px solid #aaa !important;
    margin: 5px 0;
}

.banner .top-reviews h2 {
    display: none !important;
}


.banner .top-reviews ul {
	display: none;
}

.banner .top-reviews p {
    display: none;
}

.banner .top-reviews .wpcr3_respond_3 {
    display: none;
}

.banner .top-reviews .wpcr3_dotline {
    display: none !important;
}

.banner .top-reviews .wpcr3_item_name {
    display: none;
}

.banner .top-reviews .wpcr3_review {
    display: none;
}

.banner .top-reviews .wpcr3_aggregateRating {
    margin-bottom: 0px;
    margin-top: -10px;
}

.banner .top-reviews span.wpcr3_aggregateRating_overallText {
    display: none;
}	

div.wpcr3_review div.wpcr3_review_datePublished{
	display:none !important;
}


 












/* *****************************************
    		%%SEARCH
***************************************** */
.search .page-header{
	margin-top:175px;
}

.search #sidebar1{
	padding-top:175px;
}

.search .row article header h3{
	line-height: 30px;
}




 












/* *****************************************
             %%CONTACT
***************************************** */
.contact-page .content-sidebar a:hover{
	text-decoration: none;
	opacity: .8;
}

.contact-page .content-sidebar img{
	display:inline;
	padding:0;
}

 












/* *****************************************
             %%FIND A DEALER
***************************************** */
 .page-template-template-dealer-locator .product .cms-content {
 	max-width:none;
 	float:left;
 	width: 100%;
 	color:#6c6b6b;
 	font-size: 18px;
 	padding-top: 20px;
 	padding-bottom: 40px;
 }

 input#addressInput_2 {
 	width: 450px;
 }


div.wpcr3_rating_style1_average {
    height: 16px !important;
    background-position: 0 -16px !important;
    background-repeat: no-repeat;
}

#wpsl-wrap #wpsl-result-list{
	width:32%;
	margin-right:1.5%;
}

#wpsl-wrap #wpsl-result-list #wpsl-stores ul{
	background:#f4f3f3;
	padding:0 10px;
}

#wpsl-wrap #wpsl-result-list #wpsl-stores ul li{
	padding:15px 10px;
	border-bottom:1px solid #3c3c3c;
}

#wpsl-wrap #wpsl-result-list #wpsl-stores ul li:last-of-type{
	border-bottom:none;
}

  
@media (min-width: 992px) {
	
	#wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores li {
	    padding: 15px 20px 9px;
	    width: 33% !important;
	    display: inline-block;
	    text-align: justify;
	    background: rgba(255, 255, 255, 0.5);
	}
} /* MIN 992 */


@media only screen and (max-width: 991px) {
	
	#wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores li {
	    padding: 15px 20px 9px;
	    width: 100% !important;
	    display: inline-block;
	    text-align: justify;
	    background: rgba(255, 255, 255, 0.5);
	}
} /* MAX 991 */



@media only screen and (max-width: 675px) {

	#wpsl-wrap #wpsl-result-list{
		width:100%;
		margin-right:0%;
	}

	#wpsl-wrap #wpsl-result-list #wpsl-stores{
		height:650px !important;
	}

} /* MAX 675 */











/* *****************************************
             %%ZOPIM CHAT
***************************************** */
div.zopim{
	display:none;
	visibility: hidden;	
	opacity: 0;
}

div.zopim.open-zopim{
	display:block;
	visibility: visible;	
	opacity: 1;
}



 












/* *****************************************
             %%PAGE SPECIFIC
***************************************** */
.page-id-1977 .social-template .col-md-12.category-row .col-md-6.tool-links .btn-link {
	padding:5px 10px 2px 10px;
	min-width: 137px;
	font-size: 18px;
	text-transform: uppercase;
	color:#FFF;
	font-weight: 700;
	border: 1px solid #fff;
	margin-right: 24px;
}

.page-id-1977 .social-template .col-md-12.category-row .col-md-6.tool-links .btn-link:hover {
	color: #6c6b6b;
	border: 1px solid #fff;

}

.page-id-1977 .social-template .col-md-12.category-row .col-md-6.tool-links {
	padding-left: 0 !important;
	padding-right: 0;    
}

.page-id-1977 .social-template .col-md-12.category-row .col-md-6.tool-links .btn-link:nth-child(3) {
	margin-right: 3px;
}



 












/* *****************************************
         		%%UNKNOWN
***************************************** */

.yarpp-thumbnail > img, .yarpp-thumbnail-default{
	width:auto !important;
	max-width: 120px;
	margin:auto !important;
}

.yarpp-thumbnails-horizontal a{
	color:#6c6b6b;
}

.single-feedpost th,
.single-feedpost td{
	padding:5px;
}

.single-feedpost .feedpost-table tr td:nth-of-type(1) {width:40%;}
.single-feedpost .feedpost-table tr td:nth-of-type(2),
.single-feedpost .feedpost-table tr td:nth-of-type(3),
.single-feedpost .feedpost-table tr td:nth-of-type(4),
.single-feedpost .feedpost-table tr td:nth-of-type(5),
.single-feedpost .feedpost-table tr td:nth-of-type(6) {width:12%;}



@media (max-width: 610px) {
	 
	#datop.open { 
		padding-top: 320px !important; 
	}
	
	#datop.open.twice { 
		padding-top: 472px !important; 
	}
	
	#datop.open.twice.tres { 
		padding-top: 622px !important; 
	} 
	
	.home .carousel-indicators {
	    bottom: -14px;
	}

        .home .carousel-indicators li {
            width: 8px !important;
            height: 8px !important;
            margin: 1px;
         }

	.item-wrapper {
		width:100%;
		max-width: 1200px;
		margin: 75px auto;
		/*height: 275px;*/
		background-repeat: no-repeat !important;
		background-size: cover !important;
		background-position: center !important;
	}

	.content .boxes .box {
	 	width:299px;
	 	/*margin-left:0px !important;
	 	margin-right:0px !important;*/
	 	margin-left:0px;
	 	margin-right:0px;
 	}
 
	.content .boxes .box {
		width:299px;
		/*margin-left:0px !important;
		margin-right:0px !important;*/
		margin-left:0px;
		margin-right:0px;
	}
	
	.page-template-template-listings #prod1 { 
		width: 100% !important;
	}
 
 } /* MAX 610 */

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
