/*
 Theme Name:     Enfold NSS Child Theme
 Theme URI:      http://www.nosweatshakespeare.com/public_html/wp-content/themes/enfold/
 Description:    Enfold NSS Child Theme
 Author:         Ed
 Author URI:     http://www.nosweatshakespeare.com
 Template:       enfold
 Version:        1.0.0
*/
 
@import url("../enfold/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
.title_container{}
#top .title_container .container { padding: -1px; min-height: 50px }
.title_container .main-title { line-height: 1.5em; }
.breadcrumb-title { display: none !important; }
.title_container .breadcrumb {
	font-size: 10px;
	position: relative;
	margin-top: -10px;
	margin-left: -2px;
}
.content {
	padding-top: 5px;
	padding-bottom: 5px;
}
.sidebar {
	padding-top: 20px;
	padding-bottom: 5px;
}
.inner_sidebar { 
	margin-left: 15px; 
}
#header_meta {
	display: none;
}
.blog .title_container .breadcrumb, .single-post .title_container .breadcrumb {
	margin-top: 2px;
}
.single-post article .big-preview {
	display: none;
}
strong, b {
	color: #666666 !important;
	font-weight: normal;
}
.small-tagline {
	width: 910px;
	margin: 0 auto;
	text-align: right;
	position: relative;
	top: -28px;
	font-size: 10px;
}
ul#sharebarx {
	padding: 0px 22% !important;
	margin: 0px !important;
}
ul#sharebarx li:first-child {
	margin: 0px 15px 0px 0px;
	width: 87px;
}
ul#sharebarx li {
	margin: 0px 10px 0px 0px !important;
	width: 80px;
}
ul#sharebarx li:last-child {
	margin: 0px;
}

@media only screen and (min-width: 1340px) {
.small-tagline {
	width: 1210px;
}
}

@media only screen and (min-width: 1140px) {
.small-tagline {
	width: 1030px;
}
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
.small-tagline {
	width: 682px;
}
}

@media only screen and (max-width: 767px) {
.small-tagline {
	width: 268px;
	text-align: center;
	top: -10px;
}
ul#sharebarx {
	padding: 0px 0px 0px 19% !important;
	margin: 0px !important;
	height: 30px;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.small-tagline {
	width: 428px;
	text-align: center;
	top: -10px;
}
}

@media only screen and (max-width: 480px) {
ul#sharebarx {
	padding: 0 !important;
	margin: 0px !important;
	height: auto;
}
ul#sharebarx li {
	margin: 0px 7px 0px 0px !important;
}
}