/*
Theme Name: PowerMag
Theme URI: http://themeforest.wpengine.com/
Author: djwd
Author URI: http://themeforest.net/user/djwd
Description: The Most Muscular Magazine Theme
Version: 1.6.0
License: GNU General Public License
License URI: license.txt
Tags: dark, light, three-columns, two-columns, left-sidebar, right-sidebar, featured-image-header, featured-images, full-width-template, rtl-language-support, sticky-post,  theme-options, threaded-comments, translation-ready, post-formats, custom-menu, custom-background, flexible-width

*/

/* =Default PowerMag Headings Font faces
----------------------------------------------- */

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#../fonts/BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* =General Styles
----------------------------------------------- */

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-top: 7px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-top: 7px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.clear {
	clear: both;
}
.tl {
	text-align: left
}
.tr {
	text-align: right
}
.tc {
	text-align: center
}
.tb {
	display: block
}
/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
/* =Content
----------------------------------------------- */

.sticky {
	/*see .sticky:before */
}
.sticky:before {
	font-family:'FontAwesome';
	content: "\f0c6";
	display: block;
	background: white;
	opacity: 0.9;
	z-index: 1;
	width: 35px;
	height: 25px;
	text-align: center;
	padding-top: 5px;
	position: absolute;
		right: 0;
		top: 20px;
	border-bottom: 2px solid rgba(0,0,0,.1);
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
}
.tag-list {
	display: inline;
}
.byline {
	/*display: none; */
	padding-left:5px
}
.single .byline, .group-blog .byline {
	display: inline;
}
.entry-content, .entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
article {
	position: relative;
}
blockquote {
	/* see css/bootstrap.css line 749 */
}
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}
/* =Media
----------------------------------------------- */

.site-header img, .entry-content img, .comment-content img, .widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img, .entry-content img, img[class*="align"], img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img, .entry-content img, img.size-full {
	max-width: 100%;
}
.entry-content img.wp-smiley, .comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	/*see layout.less line 3219 */
}
.wp-caption img[class*="wp-image-"] {
	/*see layout.less line 3231 */
}
.wp-caption-text {
	text-align: center;
	color: rgba(255,255,255,.8);
}
.wp-caption .wp-caption-text {
	/*see layout.less line 3220 */
}
.site-content .gallery {
	/*see layout.less line 3134 */
}
.gallery-caption {
	/*see layout.less line 3167 */
}
.site-content .gallery a img {
/*border: none;
height: auto;
max-width: 90%;*/
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed, iframe, object {
	max-width: 100%;
}
/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =CF7 Defaults
----------------------------------------------- */

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 .watermark {
	color: #888;
}
/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 20px;
}
/* Search widget */
#searchsubmit {
	display: none;
}

div#whats-new-content div#whats-new-options {
	overflow:visible;
}

form#whats-new-form #whats-new-content{
	margin-bottom:40px;
}

div.full-bar-relative div.utilities{
	float:left;
}
ul#menu-top-menu {
	text-align:center;
	font-size: 24px;
padding-top: 6px;

}

ul#menu-top-menu li a {
	color:#330000
}

ul#menu-top-menu li a:hover {
	text-decoration:underline;
}

.memberarea a {
	float: right;
font-size: 24px;
padding: 6px 8px;
color: #fff;
font-family: verdana;
line-height: 20px;
background: #cc6600;
	
}

.memberarea a:hover {
	color:#fff;
	text-decoration:none;
	background: #333333;
}

div.entry-content p {
font-size: 18px;
line-height: 24px;
font-family: verdana;
}

div.entry-content a {
color:#cc6600;
}



.signup {
position: relative;
width: 370px;
height: 300px;
}

.signupform {
position: absolute;
top: 160px;
left: 70px;
}

div#full-top {
	background-color:#fff;
}

#nav-wrap > div > div > nav {
background-color: #006633;
}

.main-navigation ul ul li {
background-color: #333;
border-bottom:none;
}

.main-navigation ul#menu-main-menu li {
	border-bottom:1px solid #333;
	margin-right:0;
	margin-left:0;
	margin-bottom:0;
	
	
}
html body  div.container div#nav-wrap div.row div.navi-class nav.site-navigation div.menu-main-menu-container ul#menu-main-menu.menu li {
	text-transform:none}


html body div#page.hfeed div.container div#nav-wrap div.row div.navi-class nav.site-navigation div.menu-main-menu-container ul#menu-main-menu.menu li {
	margin:0 0 0 0;
}

.billboard {
	width:668px;
	height:160px;
	margin-top:10px;
	float:right;
}


div#full-bar{
	background-color:#fff;
	margin-bottom:0;
	padding-bottom:0;
}

.utilities {
	background:#01954b;
	padding-top:4px;
	border-bottom:1px solid #333;
	text-transform:uppercase;
	font-family: verdana;
}

ul#menu-top-menu li a{

color:#fff;
padding: 12px 20px 8px;
}


html body div#page.hfeed div.container div#nav-wrap div.row div.navi-class nav.site-navigation div.menu-main-menu-container ul#menu-main-menu.menu li,  html body div#page.hfeed div#header-wrap div#full-bar div.container div.row div.utilities div.util-menu ul{
	font-family: verdana;
	font-size:16px;
}

span.cat-angle {
	display:none;
}


a.label {
background: none;
color:#cc6600;

}

.label:hover {
	background:none;
}

div.entry-content a.label-cat {
    color: #000000;
	font-weight:normal;
}

div.entry-content a.label-cat:hover{
	color: #fff;
}

li.right {
float: right;
position:relative;
}



li.right ul {
list-style: none;
margin: 0;
padding-left: 0;
position: absolute;
top: 25px;
float:left;
left:0;



}

li.right ul ul {
	left:40px;
	top:0;
	width:200px;
	background:#999;
	position:relative;
	
}

li.right ul ul li {
	background-color: #999;
	padding
}

li.right ul li {
background-color: #333;
text-align:left;
line-height: 30px;
float: left;
width:250px;
padding-right:0px;
}


li.right ul li a {
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
display:block;
}


li.right ul ul li a {
font-size: 20px;
line-height: 16px;
display: block;
}


#wpadminbar {
	background: #006633;
}

#wp-admin-bar-wp-logo {
	display:none;
}

#newsletter .newsletter-form{
	display:none}
	
#i4w_login2-7 {
	background-color:#f2f2f2;
}

.widget_login2 form {
padding: 10px;
}

#i4w_widget_login2_submit {
margin-bottom: 10px;
}

#lg_rememberme {
margin-right: 10px;
}

.rw-ui-container.rw-halign-right {
margin-bottom: 10px;
}