/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

body.full-width.single-post #navigation ul#main-nav li#menu-item-4298 > ul.sub-menu {
	visibility: visible;
}
body.full-width .page-title, 
body.full-width .post .title, 
body.full-width .page .title{
	font-size: 32px;
}
.optin-top-wrapper{
	float: none;
	/*width: 68.385%;*/
	width:100%;
	position: relative;
	margin:auto;
}

.optin-top-wrapper #flexible-fields {
    padding-top: 14px;
}

#top-submit-button {
    padding-top: 3px;
}

#top-optin-text p {
    line-height: 20px;
	font-size: 16px;
	text-transform: uppercase;
	color: #333333;
	padding-top: 0px;
}

.optin-top-wrapper p span.normal {
	color:#ffffff;
	font-size:17px;
	letter-spacing: .1em;
}
body.full-width #navigation ul#main-nav > li{
	width: 16%;
	position: static;
}
body.full-width #navigation ul#main-nav > li a{
	font-size: 14px;
}

body.full-width #navigation { 
	background: #292727;
}

body.full-width #navigation ul#main-nav > li.current_page_item > a, body.full-width #navigation ul#main-nav > li.current_page_parent > a, body.full-width #navigation ul#main-nav > li.current-menu-ancestor > a, body.full-width #navigation ul#main-nav > li.current-cat > a, body.full-width #navigation ul#main-nav > li.current-menu-item > a {
    background: transparent url("img/tbyh-main-menu-current-wht.png") no-repeat scroll center bottom !important;
    color: #ffffff;
}

ul.nav li a {
    color: #ffffff !important;
}

@media only screen and (max-width: 740px){
body.full-width #navigation ul#main-nav > li {
    position: static;
    width: 100%;
}
}

@media only screen and (max-width: 545px){
#top-optin-text p {
	padding-top: 0px;
}
}

/* ====  THIS HIDES THE CONTAINER for THE SECONDARY MENU - IT MUST BE UNHIDDEN IF THE SECONDARY MENU IS TO BE USED  === */

body.full-width #nav-container{
	border-bottom:1px solid black;
	border-top:1px solid black;
	padding-bottom: 0px;
	background: #292727 none repeat scroll 0 0;
}

/* =================== */

#tbyh-latest-post h2{
	font-size: 32px;
}
#sidebar #bottom-optin-text p.first-line{
	font-size: 28px;
	line-height: 1.2em;
	font-weight: 200;
	margin-bottom: 0;
}
#sidebar #bottom-optin-text p.second-line{
	font-size: 26px;
	line-height: 1.2em;
	font-weight: 300;
	color: #00C49E;
}

#footer-widgets-container #bottom-optin-text p.first-line{
	font-size: 28px;
	line-height: 1.2em;
	font-weight: 200;
	margin-bottom: 0;
}
#footer-widgets-container #bottom-optin-text p.second-line{
	font-size: 26px;
	line-height: 1.2em;
	font-weight: 300;
	color: #4bbb87;
}
#footer-widgets-container #bottom-optin-text{
	width:63%;
}

.aff-warning {
	display:block;
	padding-bottom:15px;	
}

.entry .aff-warning img {
	border:none;
}



/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 768px) {
	/* Desktop styles go below this line */


	
}