/*
Theme Name: Storefront Child
Description: Storefront Child Theme
Author: WooThemes
Template: storefront
Version: 1.5.3
*/

@import url("../storefront/style.css");

/*

INSTRUCTIONS:
add custom css below
*/

.entry-content { width: 100%; 
}

.hentry.type-post .entry-content { width: 100%; 
}

/*---:[ Pages Not Displaying Title ]:---*/
#post-2511 .entry-header, #post-5847 .entry-header, #post-5964 .entry-header, #post-5967 .entry-header, #post-12561 .entry-header, #post-9363 .entry-header, #post-9380 .entry-header, #post-12828 .entry-header, #post-5979 .entry-header, #post-5982 .entry-header { display: none;
}

/*---:[ Individual Product as a cart ]:---*/
.postid-15932 .storefront-primary-navigation, .page-id-16092 .storefront-primary-navigation, .page-id-16096 .storefront-primary-navigation {
	display: none;
}

.postid-15932 .site-content, .page-id-16092 .site-content, .page-id-16096 .site-content {
	padding-top: 0em;
}

.woocommerce-active .site-header .site-header-cart {
	display: none;
}

 /**
 * Typography
 */

body {
    font-size: .938em;
}

body,
button,
input,
textarea {
	color: #60646c;
	font-family: domine, "Helvetica Neue", sans-serif;
	line-height: 1.618;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

select {
	color: initial;
	font-family: domine, "Helvetica Neue", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: domine, "Helvetica Neue", sans-serif;
	clear: both;
	font-weight: 700;
	margin: 0 0 0.618em;
	color: #303236;
}

a {
    color: #443399;
}

.site-branding h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	line-height: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
 
.site-branding .site-description {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #443399;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

blockquote + h2, blockquote + h3, blockquote + h4, blockquote + header h2, form + h2, form + h3, form + h4, form + header h2, ol + h2, ol + h3, ol + h4, ol + header h2, p + h2, p + h3, p + h4, p + header h2, table + h2, table + h3, table + h4, table + header h2, ul + h2, ul + h3, ul + h4, ul + header h2 {
    margin-top: 1em;
}

/**
 * Header
 */

#topbar {
	background-color: #fff;
	height: 80px;
	line-height: 20px;
}

#topbar p {
	
	float: right;
	color: #000;
	font-size: 1.1em;
}

.site-header {
	background-color: #fff;
	margin-bottom: 3em;
        padding-top: 0px;
}

.hentry {
  margin: 0 0 0;
  padding-bottom: 1em;
  border-bottom: none;
}

.hentry .wp-post-image {
    margin-bottom: 1.618em; }
  .hentry .entry-header {
    border-bottom: none;
    margin-bottom: 3.631em; }
    .hentry .entry-header h1 {
      border-bottom: none;
      padding-bottom: .618em;
      margin-bottom: 3px; }
    .hentry .entry-header .posted-on,
    .hentry .entry-header .byline {
      font-size: .857em; }
  .hentry .entry-meta a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .hentry .entry-meta a:hover {
      border-bottom-color: rgba(0, 0, 0, 0.2); }

#masthead {
	margin-bottom: 0;
	padding-bottom: 0;
}

.header-widget-region {
	display: none;
}


/**
 * Main content area
 */


.page-id-148  .entry-title {display: none;}

.onsale {
	background-color: #FFFFFF;
	border-color: #FF0000;
	color: #FF0000;
}

blockquote {
 background: #ADD8E6;
 padding: 1em 2.5em;
 margin: 2em 2em 0.5em;
 font-style: italic;
 font-family: Georgia, "Times New Roman", Times, serif;
 line-height: 1.6em;
 color: #333333;
}

blockquote p {
 margin: 0;
 padding: 0;
}

cite {
 text-align: right;
 margin: 0 2em;
 display: block;
 font-family: Georgia, "Times New Roman", Times, serif;
 color: #666666;
}

.offer-box {
 background: #ADD8E6;
 padding: 1em 2.5em;
 margin: 2em 0;
}

.buynow {
border: none;
padding: 20px 20px 20px 20px;
margin-bottom: 20px;
}

.guarantee-box {
 background: rgb(236,230,218);
 padding: 1em 2.5em;
 margin: 1em 0;
 font-style: italic;
 font-weight: bold;
 font-family: Georgia, "Times New Roman", Times, serif;
 line-height: 1.6em;
 color: #333333;
 clear: left;
}

article.page {
	margin-bottom:0;
	padding-bottom:0;
}

/*---:[ Mid Post Ad Box ]:---*/
.pre-adbox {
		text-align: center;
	}
.adbox {
	clear: both;
	background: #99ccff;
	text-align: center;
	padding: 10px 10px;
	margin: 1.5em auto 1.5em;
	}
.adbox2 {
	clear: both;
	background: #99ccff;
	text-align: left;
	padding: 10px 10px;
	margin: 1.5em auto 1.5em;
	}

/*---:[ List of Posts ]:---*/
ul.display-posts-listing {
    list-style: none;
    margin: 0 0 1em 0;
    padding: 0;
}

.display-posts-listing .listing-item {
    clear: both;
    margin-bottom: 1em;
}

.display-posts-listing .image img {
    float: left;
    margin: 0 10px 10px 0;
}

/*---:[ Don Not Display Featured Image on Posts ]:---*/
.single-post .hentry .wp-post-image {
    display: none;
}

/*---:[ Timeline Online ]:---*/

#tloltitle {
	background-color:#ffcc99;
	border: 1px solid black;
}

#jap {
	background-color:#ffcccc;
	border: 1px solid black;
}

#ham {
	background-color:#ccffff;
	border: 1px solid black;
}

#sem {
	background-color:#ffffcc;
	border: 1px solid black;
}

#refo {
	background-color:#ffccff;
	border: 1px solid black;
}

#chch {
	background-color:#b8aad4;
	border: 1px solid black;
}

.TimelineOnline h1 {
	text-align: center;
}

.tlonlineofferbox {
	background: #fff79f;
	padding: 1em 2.5em;
	margin: 2em 0;
	border-style:dashed;
	border-color:#ff0000;
}

.tlolbutton a, .tlolbutton a:visited {
	display: block;
	background: url(/wp-content/uploads/2014/05/Find-Out-More-New.png) no-repeat left top;
	width: 262px;
	height: 65px;
	text-indent: -9999px;
	margin: 0 auto;
}

/*---:[ Bottom Post Content ]:---*/

.bottompostcontent h1 {
	text-align: center;
}

.bottompostcontent {
	background: #fff79f;
	padding: 1em 2.5em;
	margin: 2em 0;
	border-style:dashed;
	border-color:#ff0000;
}

 /**
 * Footer
 */

.site-footer {
    background-color: #666666;
    color: #ffffff;
    padding: 1.618em 0;
}

.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
	color: #ffffff;
}

.site-footer a:not(.button) {
	color: #ffffff;
}

.footer-widgets {
	padding-top: 0;
	padding-bottom: 0;
}

.footer-widgets.col-1 .block,
.footer-widgets.col-2 .block,
.footer-widgets.col-3 .block,
.footer-widgets.col-4 .block {
	width: 100%;
	text-align: center;
}

.footer-widgets {
	border: none;
}

.widget_nav_menu ul#menu-footer-menu li:before {
	content: "";
}

.widget {
	margin: 0 0 1em;
}

.widget_nav_menu ul#menu-footer-menu li {
	display: inline-block;
}

.site-info {
	text-align: center;
	padding: 0 0;
	margin: auto;
}

.footer-contact p {
	text-align: center;
	color: #dadada;
	font-size: 1.1em;
}


 /**
 * Buttons
 */

button, .button {
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
	text-shadow: 2px 2px #e08036;
	background-color: #e8a735 !important;
	background: #e8a735;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fabb5c), to(#de8c2f));
	background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#fabb5c), to(#de8c2f));
	background: -moz-linear-gradient(center top, #fabb5c, #de8c2f);
	box-shadow: inset 0 0 0 1px #c75c22,0 5px 15px #4a1f07;
	border: none;
	border-radius: 35px;
	padding: .5em 2em;
}

.product.woocommerce.add_to_cart_inline {
	border: none !important;
	padding: 0px !important;
}

button.menu-toggle {
	color: #fff;
}



 /**
 * Typography
 */

body,
button,
input,
textarea {
	color: #60646c;
	font-family: "Helvetica Neue", sans-serif;
	line-height: 1.618;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

select {
	color: initial;
	font-family: "Helvetica Neue", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Helvetica Neue", sans-serif;
	clear: both;
	font-weight: 700;
	margin: 0 0 0.618em;
	color: #303236;
}

.footer-contact p {
	text-align: center;
	color: #ffffff;
	font-size: 1.1em;
}

.site-info {
	padding: 0 0;
	margin: auto;
}

 /**
 * Woocommerce displaying price
 */

.single-product.postid-15932 .price {
display: none;
}

.buynow .woocommerce-Price-amount.amount  {
	display: none;
}

.product.woocommerce.add_to_cart_inline {
	border: none !important;
	padding: 0px !important;
}

/*- - - - - - - Responsive - - - - - -- - */
@media screen and (min-width: 768px) {

.right-sidebar .content-area {
    width: 63.9130434783%;
    float: left;
    margin-right: 4.347826087%;
}

.right-sidebar .widget-area {
    width: 31.7391304348%;
    float: right;
    margin-right: 0;
}

.page-template-template-fullwidth-php .content-area, .page-template-template-homepage-php .content-area, .storefront-full-width-content .content-area {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: left;
}

.site-content {
	background-color: #FFFFFF;
	margin-top: 0;
	padding-top: 2.5em;
}

.content-area, .site-main {
	margin-bottom: 0;
}

.site-content-fullwidth {
	float: left;
	width: 100%;
	background-color: #ffffff;
}

.woocommerce-page .content-area {
    width: 100%;
    float: left;
    margin-right: 0;
}

.site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link {
               width: 75% !important;
      }
	.woocommerce-active .site-header .secondary-navigation {
        	width: 27.8260869565%;
	}
	
	#topbar {
		height: 40px;
		line-height: 40px;
	}

    	.site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link {
        	width: 41.73913%;
	}
	.header-menu {
		padding-top: 14px;
	}
/**
* Nav
*/

.woocommerce-active .site-header .main-navigation {
    width: 100%;
    float: left;
    margin-right: 0;
    clear: both;
}

.storefront-primary-navigation {
		background: #ffffff
	}

	.main-navigation ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		background: #dadada;
		font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
		font-size: 13px;
		height: 24px;
		width: 100%;
	}

	.main-navigation ul li {
		background-color: #4A8695;
		float: left;
		margin: -8px 5px 0 0;
		padding: 2px 1px;
	}

	.main-navigation ul li:hover, .main-navigation ul li.current-menu-item {
		background-color: #06586d;
		color: #fff;
	}

.site-header ul.menu li.current-menu-item > a {
    color: #fff;
}

	.main-navigation ul li a {
		color: #fff;
		padding: 10px !important;
		display: block;
	}

	.main-navigation ul li:hover a, .main-navigation ul li.current-menu-item {
		color: #fff;
	}

	.woocommerce-active .site-header .site-header-cart {
		padding-top: 0;
		margin-top: 10px;
		position: absolute;
		top: 0;
		right: 0;
	}
.woocommerce-tabs.wc-tabs-wrapper{
    margin-bottom: 2.618em;
    padding-top: 0;
    padding-bottom: 2.618em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
	display: none;
	width: 0% !important;
	float: left;
	margin-right: 0%;
	text-align: left;
}

.woocommerce-tabs .panel {
    width: 100% !important;
    float: left;
    margin: 0;
}
}
ul.lstudy li {
    padding-bottom: 10px;
    list-style: number;
}
ul.lstudy {
    float: left;
    margin: 0 0 15px 20px !important;
    list-style: none;
}
.ow-button-base a:link {
	text-decoration: none;
}