/*
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
*/

h1, h2 {
	color:#725973;
}

#project-meta .n-shortcode {
	display: none !important; 
}

#header-outer {
  /* background-image: url('your-img.jpg')!important; */
}

.nectar-love-wrap {
  display: none!important;
}

#footer-widgets .row {
	padding: 25px 0px 0 !important;
}

#footer-widgets .container .col {
	margin-bottom: 0px;
	padding-top: 0;
	padding-bottom: 0;
}

#footer-widgets .row .col .widget_media_image {
	display: inline-block;
	float:left;
	margin-bottom: 0;
}

#footer-widgets .row .col #media_image-3 img {
	max-width: 138px !important;
	margin-right:20px;
}

#footer-widgets .row .col #media_image-4 img {
	max-width: 60px !important;
}

#footer-outer #copyright {
	padding: 0px 0px 20px;
}

.meta-category,
.blog-title .inner-wrap a {
	display: none !important;
}

.blog-title .inner-wrap .fn a,
.blog-title .inner-wrap .meta-comment-count a {
	display: inline-block !important;
}

.sf-menu >li ul {
	padding:0;
}

#top .sf-menu li ul li a {
	padding:14px;
}

@media all and (max-width: 1000px) {
	
	.hide-tablet {
		display: none;
	}
	
	.text-left-tablet {
		text-align: left !important;
	}
	
	.text-center-tablet {
		text-align: center !important;
	}
	
	.flex {
		display: -webkit-box !important;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
		-webkit-flex-direction: column;
    	-ms-flex-direction: column;
    	flex-direction: column !important;
		-webkit-flex-wrap: wrap !important; /* Safari 6.1+ */
		flex-wrap: wrap !important;
	}
 
	/*** custom classes that will designate the order of columns in the flex box row ***/
	.mobile-first {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1 !important;
	}
 
	.mobile-second {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2 !important;
	}
 
	.mobile-third {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3 !important;
	}
 
	.mobile-fourth {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4 !important;
	}
	
	.hide-mobile {
		display: none !important;
	}	
	
	
	
} /* end @media (max-width:980px) */

