/*
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");



.pricing-table[data-style="flat-alternative"] .pricing-column.highlight h3 .highlight-reason {
    padding: 20px 50px 16px 50px !important;
}

.pricing-table[data-style="flat-alternative"] .pricing-column.highlight h3 .highlight-reason {
    position: absolute;
    top: -31px;
    left: 0;
    padding: 5px;
    width: 100%;
    color: #fff;
    line-height: 22px;
    text-align: center;
    font-size: 18px;
}

.pricing-table[data-style="flat-alternative"] .pricing-column h3 {
    font-size: 36px!important;
    line-height: 37px !important;
    text-align: center;
}

.pricing-table[data-style="flat-alternative"] .pricing-column .pricing-column-content {
    padding-bottom: 0;
    text-align: center;
}

.pricing-column h3 {
    margin-top: 35px;
}

.pricing-table[data-style="flat-alternative"] .pricing-column h4 {
    margin-bottom: 35px;
}

body #page-header-bg h1, html body .row .col.section-title h1, .nectar-box-roll .overlaid-content h1 {
    text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

#page-header-bg.has-bg:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
    width: 100%;
    height: 100%;
}

.portfolio-wrap .bottom-meta p{
	display:none;
}

@media only screen and (max-width: 1280px)
	{
	.woocommerce-tabs .full-width-content .tab-container {
	    max-width: 100%;
	    width: 100%;
	    margin: 0 auto;
	    padding: 0 20px !important;
	}
}

@media only screen and (max-width: 1125px)
	{
	.stnd.default-logo,.retina-logo,.starting-logo.default-logo,.retina-logo.starting-logo,.starting-logo.dark-version.default-logo,.retina-logo.starting-logo.dark-version{
		height:30px !important;
	}
	
	header#top nav > ul li#search-btn, header#top nav > ul li.slide-out-widget-area-toggle {
	    padding-bottom: 20px !important;
	    padding-top: 3px !important;
    }
	
	.sf-menu li a{
		padding-bottom: 20px !important;
	    padding-top: 5px !important;
	}
}

@media only screen and (max-width: 1024px){
	header#top nav > ul.sf-menu > li a{
		font-size:13px !important;
	}
}