/*
Theme Name: Genesis Bespoke | RMRS
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: http://www.studiopress.com/
Version: 2.0.1
Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
Template: genesis
Template Version: 2.0.1
License: GPL-2.0+
License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/* Table of Contents
- HTML5 Reset
- Baseline Normalize
- Box Sizing
- Float Clearing
- Defaults
- Typographical Elements
- Headings
- Objects
- Forms
- Tables
- Structure and Layout
- Site Containers
- Column Widths and Positions
- Column Classes
- Common Classes
- WordPress
- Genesis
- Titles
- Widgets
- Featured Content
- Plugins
- Genesis eNews Extended
- Genesis Latest Tweets
- Gravity Forms
- Jetpack
- Site Header
- Title Area
- Widget Area
- Site Navigation
- Header Navigation
- Primary Navigation
- Secondary Navigation
- Content Area
- Entries
- Pagination
- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
- max-width: 1139px
- max-width: 1023px
- max-width: 767px
*/
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;width: 250px;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
box-sizing:         border-box;
}
/* Float Clearing
--------------------------------------------- */
.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
content: " ";
display: table;
}
.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
clear: both;
content: " ";
display: table;
}
/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
font-size: 62.5%; /* 10px browser default */
}
body {
background-color: #f5f5f5;
color: #666;
font-family: 'PT Serif', Helvetica, Arial, sans-serif;
font-size: 16px;
font-size: 1.6rem;
font-weight: 300;
line-height: 1.625;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
-webkit-transition: all 0.1s ease-in-out;
-moz-transition:    all 0.1s ease-in-out;
-ms-transition:     all 0.1s ease-in-out;
-o-transition:      all 0.1s ease-in-out;
transition:         all 0.1s ease-in-out;
}
::-moz-selection {
background-color: #333;
color: #fff;
}
::selection {
background-color: #333;
color: #fff;
}
a {
color: #666;
text-decoration: none;
}
a img {
margin-bottom: -4px;
margin-bottom: -0.4rem;
}
a:hover {
color: #333;
}
p {
margin: 0 0 24px;
margin: 0 0 2.4rem;
padding: 0;
}
strong {
font-weight: 700;
}
ol,
ul {
margin: 0;
padding: 0;
}
blockquote,
blockquote::before {
color: #999;
}
blockquote {
margin: 40px 40px 24px;
margin: 4rem 4rem 2.4rem;
}
blockquote::before {
content: "\201C";
display: block;
font-size: 30px;
font-size: 3rem;
height: 0;
left: -20px;
position: relative;
top: -10px;
}
.entry-content code {
background-color: #333;
color: #ddd;
}
cite {
font-style: normal;
}
/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
color: #333;
font-family: PT Serif, sans-serif;
font-weight: 700;
line-height: 1.2;
margin: 0 0 16px;
margin: 0 0 1.6rem;
}
h1 {
font-size: 36px;
font-size: 3.6rem;
}
h2 {
font-size: 30px;
font-size: 3rem;
}
h3 {
font-size: 24px;
font-size: 2.4rem;
}
h4 {
font-size: 20px;
font-size: 2rem;
}
h5 {
font-size: 18px;
font-size: 1.8rem;
}
h6 {
font-size: 16px;
font-size: 1.6rem;
}
/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
max-width: 100%;
}
img {
height: auto;
width: auto; /* IE8 */
}
/* Forms
--------------------------------------------- */
input,
select,
textarea {
background-color: #fff;
border: 1px solid #ddd;
border-radius: 1px;
box-shadow: 1px 1px 3px #ddd inset;
color: #999;
font-size: 14px;
font-size: 1.4rem;
padding: 16px;
padding: 0.9rem;
width: 100%;
}
input:focus,
textarea:focus {
border: 1px solid #999;
outline: none;
}
::-moz-placeholder {
color: #999;
opacity: 1;
}
::-webkit-input-placeholder {
color: #999;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
background-color: #333;
border: none;
box-shadow: none;
color: #fff;
cursor: pointer;
padding: 16px 24px;
padding: 1rem 2.1rem;
text-transform: uppercase;
width: auto;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.submit-freeproduct:hover,
.entry-content .button:hover {
background-color: #f15123;
}
.entry-content .button:hover {
color: #fff;
}
.button {
border-radius: 3px;
display: inline-block;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
display: none;
}
#inf_field_FirstName-freeproduct{
width: 300px;
height: 34px;
margin-left: 0px;
padding: 6px;
color: #cc0000;
border-radius: 5px;
}
#inf_field_Email-freeproduct{
width: 300px;
height: 34px;
margin-left: 0px;
margin-top: 20px;
padding: 6px;
color: #cc0000;
border-radius: 5px;
}
#submit-freeproduct {
    height: 40px;
    margin-left: 0px;
    margin-top: 20px;
    width: 300px;
    font-size: 20px;
    padding: 2px;
    border-radius: 5px;
    background-color: #f15123;
}
#submit-freeproduct:hover {
    height: 40px;
    margin-left: 0px;
    margin-top: 20px;
    width: 300px;
    font-size: 20px;
    padding: 2px;
    border-radius: 5px;
    background-color: #333;
}
#fproduct {
    margin-top: -70px;
}
#inf_field_Email3{
background:#FFFFFF none repeat scroll 0 0;
border:0px solid #ddd;
background-color: #fff;
background: url(http://www.realmenrealstyle.com/wp-content/themes/minimum/images/search-bg.png) no-repeat;
font-size:14px;
color: #cc0000;
height:32px;margin: 1px 35px 20px 2px;
padding-left:7px;
float:left;
width:250px;
}
#inf_field_FirstName3{
background:#FFFFFF none repeat scroll 0 0;
border:0px solid #ddd;
background-color: #fff;
background: url(http://www.realmenrealstyle.com/wp-content/themes/minimum/images/search-bg.png) no-repeat;
font-size:14px;
color: #cc0000;
height:32px;
margin: 0px 5px 20px 2px;
padding-left:7px;
float:left;
width:250px;
}
#freebook-submit {
   background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2014/11/button-freebook.png");
   background-color:transparent;
   border:0px;
   margin: 0px 5px 20px 2px;
   float:left;
   display: block;
   height: 59px;
   width: 230px;
}
#freebook-submit:hover {
opacity: 0.8;
}
/* Tables
--------------------------------------------- */
table {
border-collapse: collapse;
border-spacing: 0;
line-height: 2;
margin-bottom: 40px;
margin-bottom: 4rem;
width: 100%;
}
tbody {
border-bottom: 1px solid #ddd;
}
th,
td {
text-align: left;
}
th {
font-weight: bold;
text-transform: uppercase;
}
td {
border-top: 1px solid #ddd;
padding: 6px 0;
padding: 0.6rem 0;
}
/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
margin: 0 auto;
max-width: 1140px;
}
.site-inner {
clear: both;
padding-top: 20px;
padding-top: 2rem;
}
/* Column Widths and Positions
--------------------------------------------- */
/* Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
width: 920px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
float: right;
}
/* Content */
.content {
float: right;
width: 765px;
}
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
float: left;
}
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
width: 520px;
}
.full-width-content .content {
width: 100%;
}
/**AMGTS Middle Banner**/
.bannerhov {
	display: block;
	width: 720px;
	height: 320px;
	background: url('http://www.realmenrealstyle.com/wp-content/uploads/2014/05/amgts-1-h2.jpg') bottom;
	text-indent: -99999px;
}
.bannerhov:hover {
	background-position: 0 0;
}
/* Primary Sidebar */
.sidebar-primary {
float: right;
width: 360px;
text-transform: uppercase;
font-size: 14px;
font-size: 1.4rem;
text-align:center;
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
float: left;
}
/* Secondary Sidebar */
.sidebar-secondary {
float: left;
width: 180px;
}
.content-sidebar-sidebar .sidebar-secondary {
float: right;
}
/* Column Classes
Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
float: left;
margin-left: 2.564102564102564%;
}
.one-half,
.three-sixths,
.two-fourths {
width: 48.717948717948715%;
}
.one-third,
.two-sixths {
width: 31.623931623931625%;
}
.four-sixths,
.two-thirds {
width: 65.81196581196582%;
}
.one-fourth {
width: 23.076923076923077%;
}
.three-fourths {
width: 74.35897435897436%;
}
.one-sixth {
width: 14.52991452991453%;
}
.five-sixths {
width: 82.90598290598291%;
}
.first {
clear: both;
margin-left: 0;
}
/*
Common Classes
---------------------------------------------------------------------------------------------------- */
/* WordPress
--------------------------------------------- */
.avatar {
float: left;
}
.alignleft .avatar {
margin-right: 24px;
margin-right: 2.4rem;
}
.alignright .avatar {
margin-left: 24px;
margin-left: 2.4rem;
}
.search-form input[type="submit"] {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
padding: 0;
position: absolute;
width: 1px;
}
.sticky {
}
img.centered,
.aligncenter {
display: block;
margin: 0 auto 24px;
margin: 0 auto 2.4rem;
}
img.alignnone {
margin-bottom: 12px;
margin-bottom: 1.2rem;
}
.alignleft {
text-align: left;
float: left;
}
.alignright {
float: right;
text-align: right;
}
img.alignleft,
.wp-caption.alignleft {
margin: 0 10px 4px 0;
margin: 0 1rem 0.9rem 0;
}
img.alignright,
.wp-caption.alignright {
margin: 0 0 24px 24px;
margin: 0 0 2.4rem 2.4rem;
}
.wp-caption-text {
font-size: 14px;
font-size: 1.4rem;
font-weight: 700;
text-align: center;
}
.gallery-caption {
}
.widget_calendar table {
width: 100%;
}
.widget_calendar td,
.widget_calendar th {
text-align: center;
}
/* Genesis
--------------------------------------------- */
.breadcrumb {
margin-bottom: 20px;
margin-bottom: 2rem;
}
.author-box {
background-color: #fff;
margin-bottom: 40px;
margin-bottom: 4rem;
}
.archive-description {
    background: none repeat scroll 0 0 #252525;
}
.archive-title {
    color: #ffffff;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.25;
    padding: 14px 18px;
    text-transform: uppercase;
}
.author-box {
padding: 40px;
padding: 4rem;
}
.author-box-title {
color: #333;
font-family: 'PT Serif', Helvetica, Arial, sans-serif;
font-size: 16px;
font-size: 1.6rem;
margin-bottom: 4px;
margin-bottom: 0.4rem;
}
.author-box a {
border-bottom: 1px solid #ddd;
}
.author-box p {
margin-bottom: 0;
}
.author-box .avatar {
margin-right: 24px;
margin-right: 2.4rem;
}
/***Free Ebook page***/
.freebook .nav-primary {
    display: none;
}
.freebook .site-header {
    display: none;
}
.freebook .site-header .widget-area {
    display: none;
}
.freebook .footer-widgets {
    display: none;
}
.freebook .share-after {
    display: none;
}
.freebook .entry-title{
background-color: #fff;
color: #000;
font-weight: bold;
padding-left: 1px;
}

/***Indoctrination Pages***/
.indoctrination .site-header .widget-area {
    display: none;
}
.indoctrination .footer-widgets {
    display: none;
}
.indoctrination .share-after {
    display: none;
}
.indoctrination .entry-title{
background-color: #fff;
color: #000;
font-weight: bold;
padding-left: 1px;
}
.indoctrination .nav-primary .menu-item-21399 {
    display: none;
}
.indoctrination .nav-primary .menu-item-21397 {
    display: none;
}
.indoctrination .nav-primary .menu-item-21398 {
    display: none;
}
.indoctrination .nav-primary .menu-item-28593 {
    display: none;
}
.indoctrination .nav-primary .menu-item-21396 {
    display: none;
}
.indoctrination .search-form {
    display: none;
}
.indoctrination .nav-primary {
    height: 54px;
}
.indoctrination .site-header {
    padding-bottom: 10px !important;
}


/***No Navigation page***/
.nonavigation .nav-primary {
    display: none;
}
.nonavigation .site-header {
    display: none;
}
.nonavigation .entry-title {
    display: none;
}
.nonavigation .footer-widgets {
    display: none;
}
.nonavigation .author-box {
    display: none;
}
/***Subscriptions page***/
.subscriptions .nav-primary {
    display: none;
}
.subscriptions .site-header .widget-area {
    display: none;
}
.subscriptions .footer-widgets {
    display: none;
}
.subscriptions .entry-title {
    display: none;
}
.subscriptions .share-after {
    display: none;
}
.subscriptions .share-before{
    display: none;
}
/* Titles
--------------------------------------------- */
.entry-title {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
font-weight: 300;
background: #252525;
font-size: 25px;
font-size: 2.5rem;
line-height: 1.25;
padding: 14px 18px;
color: #ffffff;
}
h2.entry-title {
margin: 0;
}
.entry-title a,
.sidebar .widget-title a {
color: #fff;
}
.entry-title a:hover {
color: #69bfe6;
}
.widget-title {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
font-weight: 300;
font-size: 16px;
font-size: 1.6rem;
color: #777777;
text-transform: uppercase;
text-align: center;
margin-top: 0px;
margin-bottom: 1rem;
margin-bottom: 10px;
border-bottom: thin solid #dddddd;
padding-bottom: 0.5rem;
}
.sidebar .widget-title a {
border: none;
}
.archive-title {
font-size: 20px;
font-size: 2rem;
margin-bottom: 24px;
margin-bottom: 1.4rem;
}
/*
Widgets
---------------------------------------------------------------------------------------------------- */
/* Featured Content
--------------------------------------------- */
.featured-content .entry {
border-bottom: 2px solid #f5f5f5;
margin-bottom: 20px;
margin-bottom: 2rem;
padding: 0 0 24px;
padding: 0 0 2.4rem;
}
.featured-content .entry-title {
border: none;
font-size: 24px;
font-size: 2.4rem;
line-height: 1.2;
}
.featured-content .entry-title a {
border: none;
}
/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget {
color: #999;
background: none repeat scroll #252525; /* Old browsers */
background: -moz-linear-gradient(top,  #252525 0%, #009de5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#252525), color-stop(100%,#009de5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #252525 0%,#009de5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #252525 0%,#009de5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #252525 0%,#009de5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #252525 0%,#009de5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252525', endColorstr='#009de5',GradientType=0 ); /* IE6-9 */
padding-top:10px;
}
.enews-widget .widget-title {
color: #fff;
   font-size: 16px;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
font-weight: 300;
border-bottom:none;
}
.enews-widget input {
margin-bottom: 16px;
margin-bottom: 1.6rem;
height: 33px;
width: 200px;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
font-weight: 300;
}
.enews-widget input:focus {
border: 1px solid #ddd;
}
.enews-widget input[type="submit"] {
color: #eee;
text-indent: -99999px;
margin: 0;
height: 34px;
width: 163px;
background: url(/wp-content/themes/genesis-sample/images/submit-button-1-1.png) no-repeat;
background-position: 0 0;
transition: none;
}
.enews-widget input:hover[type="submit"] {
color:#fff;
background-position: 0 -34px;
}
/* Genesis Latest Tweets
--------------------------------------------- */
.latest-tweets ul li {
margin-bottom: 16px;
margin-bottom: 1.6rem;
}
/* Gravity Forms
--------------------------------------------- */
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
font-size: 16px;
font-size: 1.6rem;
padding: 16px;
padding: 1.6rem;
}
div.gform_wrapper .ginput_complex label {
padding: 0;
}
div.gform_wrapper li,
div.gform_wrapper form li {
margin: 16px 0 0;
margin: 1.6rem 0 0;
}
div.gform_wrapper .gform_footer input[type="submit"] {
font-size: 14px;
font-size: 1.4rem;
}
/* Jetpack
--------------------------------------------- */
img#wpstats {
display: none;
}
/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
background-color: #fff;
}
.site-header .wrap {
padding: 40px 0;
padding: 4rem 0;
}
/* Title Area
--------------------------------------------- */
.title-area {
float: left;
font-family: Lato, sans-serif;
font-weight: 700;
padding: 16px 0;
padding: 1.6rem 0;
width: 320px;
}
.header-image .title-area {
padding: 0;
}
.site-title {
font-size: 28px;
font-size: 2.8rem;
line-height: 1;
margin: 0 0 8px;
margin: 0 0 0.8rem;
text-transform: uppercase;
}
.site-title a,

.site-title a:hover {
color: #333;
}
.site-description {
color: #999;
font-size: 16px;
font-size: 1.6rem;
font-weight: 300;
line-height: 1;
margin-bottom: 0;
}
/* Full width header, no widgets */
.header-full-width .title-area,
.header-full-width .site-title {
width: 100%;
}
.header-image .site-description,
.header-image .site-title a {
display: block;
text-indent: -9999px;
}
/* Logo, hide text */
.header-image .site-header .wrap {
background-position: 0 0;
height: 101px;
padding: 0;
}
.title-area {
background: url(images/RMRS-logo.png) no-repeat left;
background-position: 50% 0;
margin-top: 20px;
}
.title-area a:hover {
background: url(images/RMRS-logo.png) no-repeat left;
background-position: 50% -101px;
-webkit-transition: all 0.0s ease-in-out;
-moz-transition: all 0.0s ease-in-out;
-ms-transition: all 0.0s ease-in-out;
-o-transition: all 0.0s ease-in-out;
transition: all 0.0s ease-in-out;
}
.header-image .site-title a {
float: left;
min-height: 101px;
width: 100%;
}
/* Widget Area
--------------------------------------------- */
.widget-area {
word-wrap: break-word;
}
.site-header .widget-area {
float: right;
text-align: right;
width: 800px;
}
.header-image .site-header .widget-area {
padding: 25px 0;
padding: 2.5rem 0;
}
.site-header .search-form {
float: right;
margin-top: 24px;
margin-top: 2.4rem;
}
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
clear: both;
color: #999;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
font-weight: 300;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.5;
width: 100%;
}
.genesis-nav-menu .menu-item {
display: inline-block;
text-align: left;
}
.genesis-nav-menu a {
border: none;
color: #252525;
display: block;
padding: 28px 24px;
padding: 2.1rem 2.2rem;
position: relative;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
color: #000000;
background: #eeeeee;
text-decoration: none;
}
.genesis-nav-menu .current-menu-item > a {
color: #000;
text-decoration: none;
}
.genesis-nav-menu > .menu-item > a {
text-transform: uppercase;
}
.genesis-nav-menu .sub-menu {
left: -9999px;
opacity: 0;
position: absolute;
-webkit-transition: opacity .4s ease-in-out;
-moz-transition:    opacity .4s ease-in-out;
-ms-transition:     opacity .4s ease-in-out;
-o-transition:      opacity .4s ease-in-out;
transition:         opacity .4s ease-in-out;
width: 200px;
z-index: 99;
}
.genesis-nav-menu .sub-menu a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #1d678a;
    border-color: -moz-use-text-color #eee #eee;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 0 0;
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
    position: relative;
    width: 215px;
}
.genesis-nav-menu .sub-menu .sub-menu {
margin: -54px 0 0 199px;
}
.genesis-nav-menu .menu-item:hover {
position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
left: auto;
opacity: 1;
}
.genesis-nav-menu > .first > a {
padding-left: 0;
}
.genesis-nav-menu > .last > a {
padding-right: 0;
}
.genesis-nav-menu > .right {
display: inline-block;
float: right;
list-style-type: none;
padding: 28px 0;
padding: 2.8rem 0;
text-transform: uppercase;
}
.genesis-nav-menu > .right > a {
display: inline;
padding: 0;
}
.genesis-nav-menu > .rss > a {
margin-left: 48px;
margin-left: 4.8rem;
}
.genesis-nav-menu > .search {
padding: 14px 0 0;
padding: 1.4rem 0 0;
}
.menu-item-19829 a {
    background: #0FABF3!important;
}
/* Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
border-top: 1px solid #eee;
}
.site-header .sub-menu .sub-menu {
margin-top: -55px;
}
/* Primary Navigation
--------------------------------------------- */
.nav-primary {
background: #009de5; /* Old browsers */
background: -moz-linear-gradient(top,  #009de5 0%, #252525 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009de5), color-stop(100%,#252525)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #009de5 0%,#252525 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #009de5 0%,#252525 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #009de5 0%,#252525 100%); /* IE10+ */
background: linear-gradient(to bottom,  #009de5 0%,#252525 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009de5', endColorstr='#252525',GradientType=0 ); /* IE6-9 */
}
.nav-primary a {
color: #fff;
}
.nav-primary a:hover,
.nav-primary .current-menu-item > a {
color: #fff;
background: #1d678a; /* Old browsers */
}
.nav-primary .sub-menu a:hover {
color: #333;
}
/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
background-color: #fff;
}
/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Entries
--------------------------------------------- */
.entry {
background-color: #fff;
border-radius: 3px;
margin-bottom: 13px;
margin-bottom: 1.5rem;
padding: 10px 10px 5px;
padding: 1rem 1rem 0.5rem;
}
.entry-content a {
border-bottom: 0px solid #ddd;
color: #009de5;
}
.entry-content a:hover {
color: #333;
}
.entry-content .attachment a,
.entry-content .gallery a {
border: none;
}
.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
margin-bottom: 26px;
margin-bottom: 2.6rem;
}
.entry-content ol,
.entry-content ul {
margin-left: 40px;
margin-left: 4rem;
}
.entry-content ol li {
list-style-type: decimal;
}
.entry-content ul li {
list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul {
margin-bottom: 0;
}
.entry-content .search-form {
width: 50%;
}
.entry-meta {
color: #999;
font-size: 14px;
font-size: 1.4rem;
}
.entry-meta a {
border-bottom: 1px solid #ddd;
}
.entry-header .entry-meta {
margin-bottom: 24px;
margin-bottom: 2.4rem;
}
.entry-footer .entry-meta {
border-top: 2px solid #f5f5f5;
margin: 0 -40px;
margin: 0 -4rem;
padding: 32px 40px 8px;
padding: 3.2rem 4rem 0.8rem;
}
.entry-comments-link::before {
content: "\2014";
margin: 0 6px 0 2px;
margin: 0 0.6rem 0 0.2rem;
}
.entry-categories,
.entry-tags {
display: block;
}
/* Pagination
--------------------------------------------- */
.archive-pagination,
.entry-pagination {
font-size: 34px;
font-size: 3.4rem;
margin: 10px 0;
margin: 1rem 0;
}
.archive-pagination li {
display: inline;
}
.archive-pagination li a {
background-color: #333;
border-radius: 3px;
color: #fff;
cursor: pointer;
display: inline-block;
padding: 8px 12px;
padding: 0.8rem 1.2rem;
}
.archive-pagination li a:hover,
.archive-pagination li.active a {
background-color: #f15123;
}
.entry-pagination a {
border-bottom: 1px solid #ddd;
}
/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
background-color: #fff;
margin-bottom: 40px;
margin-bottom: 4rem;
}
.entry-comments {
padding: 40px;
padding: 4rem;
}
.comment-respond,
.entry-pings {
padding: 40px 40px 16px;
padding: 4rem 4rem 1.6rem;
}
.comment-respond a,
.entry-comments a {
border-bottom: 1px solid #ddd;
}
.comment-content {
clear: both;
}
.entry-comments .comment-author {
margin-bottom: 0;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
width: 50%
}
.comment-respond label {
display: block;
margin-right: 12px;
margin-right: 1.2rem;
}
.comment-list li,
.ping-list li {
list-style-type: none;
}
.comment-list li {
margin-top: 24px;
margin-top: 2.4rem;
padding: 32px;
padding: 3.2rem;
}
.comment-list li li {
margin-right: -32px;
margin-right: -3.2rem;
}
li.comment {
background-color: #f5f5f5;
border: 2px solid #fff;
border-right: none;
}
.comment .avatar {
margin: 0 16px 24px 0;
margin: 0 1.6rem 2.4rem 0;
}
.entry-pings .reply {
display: none;
}
.bypostauthor {
}
.form-allowed-tags {
background-color: #f5f5f5;
font-size: 14px;
font-size: 1.4rem;
padding: 24px;
padding: 2.4rem;
}
/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
color: #777;
}
.sidebar a {
border-bottom: 1px solid #c8dbe3;
color: #009de5;
font-weight: 400;
}
.sidebar a:hover {
border-bottom: 1px solid #afc5d8;
color: #0068bf;
}
.sidebar p:last-child {
margin-bottom: 0;
}
.sidebar li {
list-style-type: none;
margin-bottom: 6px;
margin-bottom: 0.6rem;
word-wrap: break-word;
padding-top: -6px;
}
.check-mark li {
background: url(/wp-content/themes/genesis-sample/images/blue-check-mark.png) 10px 5px no-repeat;
display:inline-block;
padding-left: 50px;
padding-left: 5rem;
padding-right: 30px;
padding-right: 3rem;
text-align:left;
}
.check-mark2 li {
background: url(/wp-content/uploads/2014/08/checkm.png) 10px 5px no-repeat;
display:inlineblock;
padding-left: 40px;
padding-left: 4rem;
padding-right: 0px;
padding-right: 0rem;
text-align:left;
line-height:2.14em;
}
.sidebar ul > li:last-child {
margin-bottom: 0;
}
.sidebar .widget {
background-color: #fff;
border-radius: 3px;
margin-bottom: 15px;
margin-bottom: 1.5rem;
padding: 15px;
padding: 0.3rem;
}
.sidebar .enews-widget {
background-color: #333;
}
/*
RMRS Core Articles
---------------------------------------------------------------------------------------------------- */
.core-1 {
	height: 124px;
	background: url('/wp-content/themes/genesis-sample/images/core-1a.jpg') no-repeat;
	background-position: 0 0;
}
.core-1:hover{
	opacity: 0.8;
}
.core-2 {
	height: 124px;
	background: url('/wp-content/themes/genesis-sample/images/core-2a.jpg') no-repeat;
	background-position: 0 0;
}
.core-2:hover{
	opacity: 0.8;
}
.core-3 {
	height: 124px;
	background: url('/wp-content/themes/genesis-sample/images/core-3a.jpg') no-repeat;
	background-position: 0 0;
}
.core-3:hover{
	opacity: 0.8;
}
.core-4 {
	height: 124px;
	background: url('/wp-content/themes/genesis-sample/images/core-4a.jpg') no-repeat;
	background-position: 0 0;
}
.core-4:hover{
	opacity: 0.8;
}
.core-5 {
	height: 124px;
	background: url('/wp-content/themes/genesis-sample/images/core-5a.jpg') no-repeat;
	background-position: 0 0;
}
.core-5:hover{
	opacity: 0.8;
}
/** Temporary Hover Core articles**/
.core-1h {
    background-image: url("http://www.realmenrealstyle.com/wp-content/themes/genesis-sample/images/core-1a-h.jpg");
    display: block;
    height: 124px;
    width: 330px;
}
.core-1h:hover {
    background-image: url("http://www.realmenrealstyle.com/wp-content/themes/genesis-sample/images/core-1a-h.jpg");
    background-position: left bottom;
    display: block;
    height: 124px;
    width: 330px;
}
.core-2h {
    background-image: url("http://www.realmenrealstyle.com/wp-content/themes/genesis-sample/images/core-2a-h.jpg");
    display: block;
    height: 124px;
    width: 330px;
}
.core-2h:hover {
    background-image: url("http://www.realmenrealstyle.com/wp-content/themes/genesis-sample/images/core-2a-h.jpg");
    background-position: left bottom;
    display: block;
    height: 124px;
    width: 330px;
}
.core-3h {
    background-image: url("http://www.realmenrealstyle.com/wp-content/themes/genesis-sample/images/core-3a-h.jpg");
    display: block;
    height: 124px;
    width: 330px;
}
.core-3h:hover {
    background-image: url("http://www.realmenrealstyle.com/wp-content/themes/genesis-sample/images/core-3a-h.jpg");
    background-position: left bottom;
    display: block;
    height: 124px;
    width: 330px;
}
.core-4h {
    background-image: url("http://www.realmenrealstyle.com/wp-content/themes/genesis-sample/images/core-4a-h.jpg");
    display: block;
    height: 124px;
    width: 330px;
}
.core-4h:hover {
    background-image: url("http://www.realmenrealstyle.com/wp-content/themes/genesis-sample/images/core-4a-h.jpg");
    background-position: left bottom;
    display: block;
    height: 124px;
    width: 330px;
}
.core-5h {
    background-image: url("http://www.realmenrealstyle.com/wp-content/themes/genesis-sample/images/core-5a-h.jpg");
    display: block;
    height: 124px;
    width: 330px;
}
.core-5h:hover {
    background-image: url("http://www.realmenrealstyle.com/wp-content/themes/genesis-sample/images/core-5a-h.jpg");
    background-position: left bottom;
    display: block;
    height: 124px;
    width: 330px;
}
.hiddentext {
opacity:0;
display:block;
height: 100px;
width: 300px;
margin-top:-20px;
}
.register-button {
height: 44px;
width: 185px;
background-image: url('/wp-content/themes/genesis-sample/images/register-today-1.png');\
background-position: 0 0;
margin: 0 auto 20px;
}
.register-button:hover {
background: url('/wp-content/themes/genesis-sample/images/register-today-1.png');
background-position: 0 44px;
}
.register-button-text {
opacity:0;
display:block;
height: 44px;
width: 185px;
}
.register-button2 {
    background: none repeat scroll 0 0 #0067b0;
    height: 44px;
    margin: 0 auto 20px;
    width: 185px;
    border-radius: 7px;
}
.register-button2:hover {
opacity:0.8;
background-position: 0 44px;
}
.register-button-text2 {
    color: #fff !important;
    display: block;
    height: 44px;
    opacity: 1;
    padding-top: 10px;
    width: 185px;
}
.sidebar a {
    border-bottom: 1px solid #c8dbe3;
    color: #009de5;
    font-weight: 400;
}
.register-button-7dss {
    background: none repeat scroll 0 0 #ff0103;
    border-radius: 5px;
    color: #fff !important;
    display: block;
    font-size: 16px;
    height: 54px;
    margin: 0 auto 10px;
    opacity: 1;
    padding-top: 15px;
    width: 235px;
}
.register-button-7dss:hover {
    background: none repeat scroll 0 0 #cc0000;
}
/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
background-color: #333;
color: #999;
clear: both;
padding: 20px 0 0px;
padding: 2rem 0 0px;
margin-bottom: -26px;
margin-bottom: -2.6rem;
}
.footer-widgets-1 {
   width: 550px;
}
.footer-widgets-2 {
   width: 550px;
position: relative;
}
.footer-widgets-3 {
   width: 1120px;
}
.footer-widgets-1 {
margin-right: 40px;
margin-right: 4rem;
}
.footer-widgets-1 {
float: left;
}
.footer-widgets-2 {
float: right;
}
.footer-widgets a {
border-bottom: 0px solid #666;
color: #999;
}
.footer-widgets a:hover {
color: #ddd;
}
.footer-widgets .widget {
margin-bottom: 24px;
margin-bottom: 2.4rem;
}
.footer-widgets .widget-title {
display:none;
color: #fff;
}
.footer-widgets li {
list-style-type: none;
margin-bottom: 6px;
margin-bottom: 0.6rem;
word-wrap: break-word;
}
.footer-widgets .search-form input:focus {
border: 1px solid #ddd;
}
#text-5 {
   background-position: center top;
   background-repeat: no-repeat;
   height: 225px;
   position: relative;
   width: 100%;
}
#text-5 a {
text-decoration:none;    
}
#text-5 .view_video {
   background: url("http://www.realmenrealstyle.com/wp-content/themes/genesis-sample/images/icon_home-play.png") no-repeat scroll center center rgba(0, 0, 0, 0);
   display: block;
   height: 150px;
   left: 50%;
   margin-left: -120px;
   opacity: 0.75;
   position: absolute;
   text-indent: -9999px;
   top: 15%;
   width: 240px;
}
#text-5 .view_video:hover {
   opacity: 1;
}
#enews-ext-4 {
background: transparent;
color:#fff;
font-size: 1.2rem;
font-size: 12px;
font-weight:400;
text-transform:uppercase;
text-align:center;
line-height:10px;
}
#enews-ext-4 #subbox, #enews-ext-4 #subbox1 {
height:42px;
}
#enews-ext-4 #subbutton {
color: #eee;
font-family: georgia;
font-style: italic;
font-size: 2rem;
font-size: 20px;
text-indent: -99999px;
text-transform:none;
margin: 0;
height: 43px;
width: 125px;
background: url(/wp-content/themes/genesis-sample/images/sign-up-button-active.png) no-repeat;
background-position: 0 0;
transition: none;
}
#enews-ext-4 #subbutton:hover {
background-position: 0 -43px;
}
/*** BYW Page Layout***/
.byw .dd_inner {
    display: none;
}
.byw .footer-widgets {
    display: none;
}
/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
display:none;
background-color: #fff;
color: #999;
font-size: 14px;
font-size: 1.4rem;
padding: 40px 0;
padding: 4rem 0;
text-align: center;
}
.site-footer a {
border-bottom: 1px solid #ddd;
}
.site-footer p {
margin-bottom: 0;
}
.h1-footer {
    color: #009de5;
    font-family: Georgia,"Times New Roman",serif;
    font-size: 3rem;
    font-style: italic;
    line-height: 1.2em;
    text-shadow: 0 1px 0 #777;
    text-transform: none;
}
p {
    margin: 0 0 1.1rem;
    padding: 0;
}
#footer-menu1  {
    border-top: 1px solid #ccc;
    padding-top: 5px;
    clear: both;
    text-align:center;
    text-transform: uppercase;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
    font-size: 14px;
    font-size: 1.4rem;
    color: #cccccc;
    line-height: 1.5;
}
#footer-menu1 li {
    padding-left: 1.5em;
    padding-right: 1.5em;
    display:inline-block;
}
#footer-menu1 a {
    color: #cccccc;
}
#footer-menu1 a:hover {
    color: #fff;
}
#footer-menu2  {
    clear: both;
    color: #999999;
    padding: 0.4em;
    text-align:center;
    text-transform: uppercase;
    max-width:1120px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
}
#footer-menu2 li {
    padding-left: 0.5em;
    padding-right: 0.5em;
    display:inline-block;
}
#footer-menu2 a {
    color: #999999;
}
#footer-menu2 a:hover {
    color: #fff;
}
#html5-watermark {
    display: none !important;
}
.giftguide .entry-content a {
    font-size: 27px;
}
.giftguide .sharrre .share, .sharrre .count{
font-size: 13px !important;
}
/*Custom Countdown Timers*/
.countyy .countdown-timer-style-2 .countdown_amount{
font-size: 18px !important;
}
.countyy .countdown-timer-style-1 .countdown_amount{
font-size: 18px !important;
}
.countyy .countdown-timer-style-3 .countdown_amount{
font-size: 18px !important;
}
/*Sponsor Banner Image in Sidebar*/
.sponsorbannerimg {
    border: 1px dashed #666 !important;
    max-width: 100%;
}
#picturebox{
width: 80%
background-color: grey;
color: white;
}
#picturebox .img-responsive{
padding: 0 10px 10px 0;
}
/***Free beards PDF Guide***/
#beardspdf {
    background-color: #FFF1EF;
    border: 1px solid #D5310C;
    border-radius: 3px;
    padding: 10px;
    color: #000;
    margin-bottom: 20px;
}

img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 5px;
}
.pricing-table-style1 .price-table .features li {
    font-size: 24px !important;
}
.price-table .css-button {
font-size: 24px;
}
.entry-content img, .comment-content img, .widget img {
    max-width: 100%;
}
.optin-box-2 {
    background: none repeat scroll 0 0 #fff;
    border: 4px solid #fbfcfe;
    margin: 0 auto 20px;
    max-width: 100%;
    outline: 1px solid #e4ebf5;
    padding: 20px;
    text-align: center;
}
.optin-box-2 button.default-button {
    background: -moz-linear-gradient(center top , #f39d13 0px, #c64f01 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #c94f00;
    border-radius: 8px;
    box-shadow: 0 0 0 3px #ececec;
    color: #fff;
    font-size: 20px;
    margin: 14px 0 10px;
    text-shadow: 0 1px #bf1802;
    width: 40%;
}

/***Image Fade on Hover***/
.response #picturebox .img-responsive {
}
.response #picturebox .img-responsive:hover {
    opacity: 0.7;
}

/***Image Fade on Hover - Premium Products Page***/
.response2 #picturebox2 .img-responsive {
}
.response2 #picturebox2 .img-responsive:hover {
    opacity: 0.7;
}
#picturebox2 .img-responsive {
    padding: 0 0 30px 55px;
}
.response2 .nav-primary {
    display: none;
}
.response2 .site-header {
    display: none;
}
.response2 .site-header .widget-area {
    display: none;
}
.response2 .footer-widgets {
    display: none;
}
.response2 .share-after {
    display: none;
}
.response2 .entry-title{
display:none;
}


/***-Free EBooks Page***/

.response4 #picturebox4 .img-responsive:hover {
    opacity: 0.7;
}
#picturebox4 .img-responsive {
    padding: 0 0 15px 1px;
-webkit-box-shadow: 0px 3px 3px 0px rgba(102,102,102,1);
-moz-box-shadow: 0px 3px 3px 0px rgba(102,102,102,1);
box-shadow: 0px 3px 3px 0px rgba(102,102,102,1);
}

.response4 .nav-primary {
    display: none;
}
.response4 .site-header {
    display: none;
}
.response4 .site-header .widget-area {
    display: none;
}
.response4 .footer-widgets {
    display: none;
}

.response4 .share-after {
    display: none;
}

/***Free eBooks Page New***/
.response3 #picturebox3 .img-responsive {
}
.response3 #picturebox3 .img-responsive:hover {
    opacity: 0.7;
}
#picturebox3 .img-responsive {
    padding: 0 0 30px 25px;
}
.response3 .entry-title{
display:none;
}

.gw-go-col.gw-go-blue14 .gw-go-btn, .gw-go:hover .gw-go-col-wrap.gw-go-current .gw-go-col.gw-go-blue14 .gw-go-btn {
    background: -moz-linear-gradient(center top , #009900 0px, #006600 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #fff;
}

/***Pricing Table***/
#pricetable {
    max-width: 100%;
background: #ebebeb;
border: 1px solid #ccc;
border-radius:3px;
}
#pricetable tr,td,th {
    border: 1px solid #fff;
}
#pricetable .yyp {
    font-size: 15px;
    padding-left: 10px;
text-transform: none;
}

#pricetable .yyp-formula {
    font-size: 15px;
    padding-left: 10px;
    background-color: #ffffff;
}

#pricetable img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 0px;
}

input.MyButton {
    background: none repeat scroll 0 0 #009900;
    border-radius: 35px;
    color: #ffffff;
    cursor: pointer;
    font-size: 110%;
    font-weight: bold;
    padding: 20px;
    text-shadow: 0 -1px 0 #000;
    width: 148px;
-webkit-box-shadow: 6px 6px 5px #999999;
-moz-box-shadow: 6px 6px 5px #999999;
box-shaddow: 6px 6px 5px; #999999;
}
input.MyButton:hover {
color: #FFFFFF;
background: #0980B6;
border: 1px solid #A3A3A3;
-webkit-box-shadow: 2px 2px 5px #666666;
-moz-box-shadow: 2px 2px 5px #666666;
box-shaddow: 2px 2px 5px; #666666;
}

/***Sidebar core banners***/
.homesidebanners img {
    max-width: 100%;
    padding-top: 2px;
}
.homesidebanners:hover {
    max-width: 100%;
    opacity: 0.8;
}

/***Subcategories Menu***/
.genesis-nav-menu .sub-menu a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #0980b6;
    border-color: -moz-use-text-color #eee #eee;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 0 0;
    font-size: 1.4rem;
    padding: 0.4rem 1rem;
    position: relative;
    width: 215px;
}
.nav-primary a:hover, .nav-primary .current-menu-item > a {
    background: #0980b6;
    color: #fff;
}
.genesis-nav-menu .sub-menu a:hover {
    text-decoration: none;
    background: #eee;
}
.topten ul a {
    font-weight: 600;
}

/***Pages for Sequences***/
#yyright {
    float: left;
}

.watchonyt {
    padding-bottom: 30px !important;
}

#2banners{
    overflow: hidden;
}
.right {
    float: left;
    padding-right: 2px;
}
.bluepr1a {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2016/06/v6-tpib-1.jpg");
    display: block;
    height: 326px;
    width: 250px;
}
.bluepr1a:hover {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2016/06/v6-tpib-1.jpg");
    background-position: left bottom;
    display: block;
    height: 326px;
    width: 250px;
}
.amgts1a {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2016/06/v6-amgts-1.jpg");
    display: block;
    height: 326px;
    width: 250px;
}
.amgts1a:hover {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2016/06/v6-amgts-1.jpg");
    background-position: left bottom;
    display: block;
    height: 326px;
    width: 250px;
}
.amgts {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2016/01/a1.jpg");
    display: block;
    height: 249px;
    width: 163px;
}
.amgts:hover {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2016/01/a1.jpg");
    background-position: left bottom;
    display: block;
    height: 249px;
    width: 163px;
}

.bluepr {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2016/01/b1.jpg");
    display: block;
    height: 249px;
    width: 163px;
}
.bluepr:hover {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2016/01/b1.jpg");
    background-position: left bottom;
    display: block;
    height: 249px;
    width: 163px;
}

.tenxstyle {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2016/01/10x1.jpg");
    display: block;
    height: 249px;
    width: 163px;
}
.tenxstyle:hover {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2016/01/10x1.jpg");
    background-position: left bottom;
    display: block;
    height: 249px;
    width: 163px;
}

#gaming {
    width: 320px;
    line-height: 1em;
}

/***Custom 404 Page***/

.error404 .nav-primary {
    display: none;
}
.error404 .site-header {
    display: none;
}
.error404 .site-header .widget-area {
    display: none;
}
.error404 .footer-widgets {
    display: none;
}
.error404 .entry-title {
    display: none;
}
.img-responsive:hover {
    opacity: 0.7;
}

/***TPIS Banner***/
.tpisbanner {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2016/05/tpis-rmrs.jpg");
    display: block;
    height: 416px;
    width: 330px;
}
.tpisbanner:hover {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2016/05/tpis-rmrs.jpg");
    background-position: left bottom;
    display: block;
    height: 416px;
    width: 330px;
}

/***YouTube Embeds CSS***/
    .youtube-player {
        position: relative;
        padding-bottom: 56.23%;
        /* Use 75% for 4:3 videos */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #000;
        margin: 5px;
    }
    
    .youtube-player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: transparent;
    }
    
    .youtube-player img {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        max-width: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        height: auto;
        cursor: pointer;
        -webkit-transition: .4s all;
        -moz-transition: .4s all;
        transition: .4s all;
    }
    
    .youtube-player img:hover {
        -webkit-filter: brightness(75%);
    }
    
    .youtube-player .play {
        height: 72px;
        width: 72px;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        background: url("//i.imgur.com/TxzC70f.png") no-repeat;
        cursor: pointer;
    }

/***Premium Courses Banners Under Articles***/
#2banners-article{
    overflow: hidden;
}
.right {
    float: left;
    padding-right: 10px;
}
.bluepr-article {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2016/06/tpib-a.jpg");
    display: block;
    height: 470px;
    width: 360px;
}
.bluepr-article:hover {
opacity:0.8;
}
.amgts-article {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2016/06/amgts-a.jpg");
    display: block;
    height: 470px;
    width: 360px;
}
.amgts-article:hover {
opacity:0.8;
}

/***Toolkit Banner***/
.toolkit {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2016/05/ebooks-toolkit.jpg");
    display: block;
    height: 496px;
    width: 330px;
}
.toolkit:hover {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2016/05/ebooks-toolkit.jpg");
    background-position: left bottom;
    display: block;
    height: 496px;
    width: 330px;
}

/***404 Page***/
.premiumamgts404 {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2016/07/amgts.jpg");
    display: block;
    width: 450px;
    height: 587px;
}
.premiumamgts404:hover {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2016/07/amgts.jpg");
    background-position: left bottom;
    display: block;
    width: 450px;
    height: 587px;
}

.premiumtpib404 {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2016/07/tpib.jpg");
    display: block;
    width: 450px;
    height: 587px;
}
.premiumtpib404:hover {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2016/07/tpib.jpg");
    background-position: left bottom;
    display: block;
    width: 450px;
    height: 587px;
}
#picturebox404 {
    padding: 20px 0 30px 9%;
}

#header404 {
    height: 170px;
    padding: 30px 7% 195px 9%;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1139px) {
.site-inner,
.wrap {
max-width: 960px;
}
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
width: 740px;
}
.content,
.site-header .widget-area {
width: 620px;
}
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content,
.content-sidebar-sidebar .content {
width: 400px;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.sidebar-primary,
.title-area {
width: 300px;
}
}
@media only screen and (max-width: 1023px) {
body {
background-color: #fff;
}
.content,
.content-sidebar-sidebar .content,
.content-sidebar-sidebar .content-sidebar-wrap,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.sidebar-content-sidebar .content,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-primary,
.sidebar-secondary,
.sidebar-sidebar-content .content,
.sidebar-sidebar-content .content-sidebar-wrap,
.site-header .widget-area,
.site-inner,
.title-area,
.wrap {
width: 100%;
}
.site-header .wrap {
padding: 20px 0;
padding: 2rem 0;
}
.header-image .site-header .wrap {
background-position: center top;
}
.site-inner {
padding-left: 5%;
padding-right: 5%;
}
.archive-description,
.author-box,
.comment-respond,
.entry,
.entry-comments,
.entry-footer .entry-meta,
.header-image .site-header .widget-area,
.sidebar .widget,
.site-header {
padding: 0;
}
.genesis-nav-menu li,
.site-header ul.genesis-nav-menu,
.site-header .search-form {
float: none;
}
.genesis-nav-menu,
.site-description,
.site-header .title-area,
.site-header .search-form,
.site-title {
text-align: center;
}
.genesis-nav-menu a,
.genesis-nav-menu > .first > a,
.genesis-nav-menu > .last > a {
padding: 20px 16px;
padding: 2rem 1.6rem;
}
.site-header .search-form {
margin: 16px auto ;
margin: 1.6rem auto;
}
.genesis-nav-menu li.right {
display: none;
}
.entry-footer .entry-meta {
margin: 0;
padding-top: 12px;
padding-top: 1.2rem;
}
.sidebar .widget.enews-widget {
padding: 40px;
padding: 4rem;
}
.site-footer {
padding: 24px 0;
padding: 2.4rem 0;
}
.footer-widgets {
padding: 40px 5% 16px;
}
.footer-widgets-1 {
margin: 0;
}
}
@media only screen and (max-width: 767px) {
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
margin: 0;
width: 100%;
}
}
/**New CSS**/
.af-textWrap
#awf_field-23022231{
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #ddd;
font-size:14px;
line-height:18px;
margin: 0px 5px 0 0px;
padding:0;
float:left;
width:320px;
}
.af-textWrap
#awf_field-23022232{
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #ddd;
font-size:14px;
line-height:18px;
margin: 0px 5px 0 0px;
padding:0;
float:left;
width:320px;
}
.submit
#submit{
margin: 0px 15px 0 17px;
float:left;
width:320px;
}
.af-textWrap
#awf_field-25226547{
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #0000cc;
font-size:14px;
line-height:16px;
margin: 0px 5px 0 60px;
padding:0;
float:left;
width:165px;
}
#inf_field_FirstName5{
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #0000cc;
font-size:14px;
line-height:16px;
margin: 100px 10px 0 125px;
padding:1px;
float:left;
width:165px;
}
#inf_field_Email5{
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #0000cc;
font-size:14px;
line-height:18px;
margin: -133px 10px 0 125px;
padding:1px;
float:left;
width:165px;
}
#af-submit-image-430437320 {
   background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2012/08/button8-24d.png");
  background-color:transparent;
   border:0px;
   margin: -100px 10px 0 124px;
   float:left;
   display: block;
   height: 36px;
   width: 164px;
}
#af-submit-image-430437320:hover {
   background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2012/08/button8-24d.png");
   background-position: left bottom;
   display: block;
}
#infus_freebook-form{
background:transparent url(http://www.realmenrealstyle.com/wp-content/uploads/2012/08/bgrd8-24.png) no-repeat scroll 0 0;
height: 270px;
}
/*** Bonus Page***/
.bonus-title{
background: #eee;
border: 3px solid #fff;
height:50px;
text-shadow: 1px 1px 0 #fff;
}
.bonus-img {
    border: 1px solid;
}
/* New After Single */
#aftersingle {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-attachment:scroll;
background-color:#C1D8E9;
background-position:0 0;
background-repeat:repeat;
border-bottom-color:#003FB9;
border-bottom-style:solid;
border-bottom-width:1px;
border-left-color:#003FB9;
border-left-style:solid;
border-left-width:1px;
border-right-color:#003FB9;
border-right-style:solid;
border-right-width:1px;
border-top-color:#003FB9;
border-top-style:solid;
border-top-width:1px;
clear:both;
width: 100%;
margin-bottom:45px;
margin-left:0;
margin-right:0;
margin-top:15px;
}
#emailsub {
padding-bottom:0.25em;
padding-left:6.95em;
padding-right:0.75em;
padding-top:0.75em;
}
#emailsub h3 {
font-size:19px;
margin-top:0;
text-shadow: 0 1px 1px #fff;
}
#emailsub p {
margin-bottom:0;
}
#emailsub h4 {
font-size:14px;
margin-top:18px;
}
#emailsub h5 {
font-size:21px;
margin: 0 0 0 -35px;
text-shadow: 0 1px 1px #fff;
}
#inf_field_Email1 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-attachment:scroll;
background-color:#FFFFFF;
background-image:none;
background-position:0 0;
background-repeat:repeat;
border-bottom-color:#DDDDDD;
border-bottom-style:solid;
border-bottom-width:1px;
border-left-color-ltr-source:physical;
border-left-color-rtl-source:physical;
border-left-color-value:#DDDDDD;
border-left-style-ltr-source:physical;
border-left-style-rtl-source:physical;
border-left-style-value:solid;
border-left-width-ltr-source:physical;
border-left-width-rtl-source:physical;
border-left-width-value:1px;
border-right-color-ltr-source:physical;
border-right-color-rtl-source:physical;
border-right-color-value:#DDDDDD;
border-right-style-ltr-source:physical;
border-right-style-rtl-source:physical;
border-right-style-value:solid;
border-right-width-ltr-source:physical;
border-right-width-rtl-source:physical;
border-right-width-value:1px;
border-top-color:#DDDDDD;
border-top-style:solid;
border-top-width:1px;
float:left;
font-size:16px;
height:33px;
line-height:14px;
margin-bottom:0;
margin-left:100px;
margin-right:5px;
margin-top:-40px;
padding:9px;
width:260px;
}
#submit-afterpost{
float:left;
height: 27px;
color: #ffffff;
background: #424242;
margin-bottom:0;
margin-left:380px;
margin-right:15px;
margin-top:-33px;
width:50px;
}
#submit-afterpost:hover{
color: #424242;
background: #ffffff;
border: 1px solid #424242;
}
#submit-afterpost22 {
    background: none repeat scroll 0 0 #424242;
    color: #ffffff;
    float: left;
    height: 33px;
    margin: -40px 15px 0 380px;
    width: 100px;
    font-size: 18px;
    padding: 5px;
    border-radius: 5px;
}
#submit-afterpost22:hover{
color: #424242;
background: #ffffff;
border: 1px solid #424242;
}
.af-textWrap
#awf_field-27807424{
background:#FFFFFF none repeat scroll 0 0;
border:0px solid #ddd;
background-color: #fff;
background: url(http://www.realmenrealstyle.com/wp-content/themes/minimum/images/search-bg.png) no-repeat;
font-size:14px;
color: #000000;
height:32px;
margin: 0px 5px 20px 2px;
padding-left:7px;
float:left;
width:250px;
}
.af-element
#af-submit-image-929761403{
margin: 50px 5px 20px -265px;
float:left;
border: 0px;
}
#livefyre .lf_comment_date{visibility:hidden;} 
#inf_field_Email2{
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #ddd;
font-size:14px;
line-height:18px;
height:21px;
margin: 0px 5px 0 0px;
padding:0;
float:left;
width:214px;
}
#submit2 {
background: #ff0000;
color: #ffffff;
float:left;
margin-bottom:0;
margin-left:220px;
margin-right:15px;
margin-top:-23px;
width:79px;
}
#submit2:hover {
background:#cc0000;
color: #ffffff;
}
.sidebar-style-system {
   background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2012/08/grey1.jpg");
   display: block;
   height: 132px;
   width: 300px;
}
.sidebar-style-system:hover {
  background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2012/08/grey1.jpg");
   background-position: left bottom;
   display: block;
   height: 132px;
   width: 300px;
}
.sidebar-guide-style {
   background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2012/08/orange1.jpg");
   display: block;
   height: 132px;
   width: 300px;
}
.sidebar-guide-style:hover {
   background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2012/08/orange1.jpg");
   background-position: left bottom;
   display: block;
   height: 132px;
   width: 300px;
}
.sidebar-newsletter {
   background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2012/08/blue1.jpg");
   display: block;
   height: 132px;
  width: 300px;
}
.sidebar-newsletter:hover {
   background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2012/08/blue1.jpg");
   background-position: left bottom;
   display: block;
   height: 132px;
   width: 300px;
}
.sidebar-having-questions {
   background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2012/08/green1.jpg");
   display: block;
   height: 132px;
   width: 300px;
}
.sidebar-having-questions:hover {
   background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2012/08/green1.jpg");
   background-position: left bottom;
   display: block;
   height: 132px;
   width: 300px;
}
#footer .logo a {
   background-image: url("http://mediacdn.disqus.com/1355159673/img/next/powered-by.png");
   background-position: right top;
   background-repeat: no-repeat;
  display: none;
   height: 16px;
   padding: 0;
   text-indent: -9999em;
   width: 86px;
}
.tablepress-id-N tbody td {
font-family: Tahoma;
font-size: 14px;
color: #ff0000;
}
/* New Horizontal Optin Banner */
#inf_field_FirstName6 {
   background: none repeat scroll 0 0 #FFFFFF;
   border: none;
   border-radius: 3px;
   float: left;
   font-size: 14px;
   height: 29px;
   line-height: 16px;
   margin: 15px 10px 0 465px;
   padding: 3px;
  width: 185px;
   color: #cc0000;
}
#inf_field_Email6 {
   background: none repeat scroll 0 0 #FFFFFF;
   border: none;
   border-radius: 3px;
   float: left;
   font-size: 14px;
   height: 29px;
   line-height: 18px;
   margin: -63px 10px 0 670px;
   padding: 3px;
   width: 185px;
   color: #cc0000;
}
.af-textWrap-3 {
   background: url("http://realmenrealstyle.com/wp-content/uploads/2013/02/RMRS-New-Horizont-SignUp1.png") no-repeat scroll 0 0 transparent;
   height: 270px;
}
#af-submit-image-45220489 {
   background-color: #cc0000;
   border: 1px solid #fff;
   display: block;
   float: left;
  height: 33px;
   margin: -65px 10px 0 890px;
   width: 164px;
   border-radius: 3px;
   color: #fff;
   font-weight: bold;
   text-shadow: 0px 0px 2px #000;
   padding: 6px;
   font-size: 17px;
}
#af-submit-image-45220489:hover {
   background-color: #e30a0a;
   border: 1px solid #fff;
   color: #FFFFFF;
   display: block;
   float: left;
   height: 33px;
   margin: -55px 10px 0 428px;
   width: 164px;
   border-radius: 3px;
}
.top-signup-call{
color: #fff;
font-size:38px;
text-shadow: 0 0 2px #000;
}
/* Testimonial Page */
.testimon{
background-color: #fef3f6;
border-radius: 5px;
padding: 25px;
border: 5px dashed #EDEAEB;
font-weight:normal;
}
.testimon p {
font-size:14px;
font-family:bart;
}
.testimon-yellow{
background-color: #fffbb2;
border-radius: 5px;
padding: 20px;
border: 1px dashed #ccc;
font-style:italic;
font-size: 14px;
}
.quote {
  background: url(images/grad-light-grey.png) repeat-x scroll left top #FBFAFB;
   margin-bottom: 15px;
   padding: 15px;
   font-size:14px;
}
.quote p {
   color: #666666;
   margin: 0;
   overflow: hidden;
   padding: 15px;
   position: relative;
}
#side-experiences .quote p {
   font-family: "Cheryl Hand",Arial;
   font-size: 20px;
}
#side-experiences h2 a {
   color: #CC424F;
}
.quote p a {
   display: block;
   text-align: right;
}
.quote p a.quot-title {
   font-weight: bold;
  text-align: left;
}
.quot {
   background-image: url(images/quot.png);
   background-repeat: no-repeat;
   display: block;
   height: 18px;
   text-indent: -100em;
   width: 22px;
}
.quot.start {
   float: left;
   margin-right: 12px;
}
.quot.end {

   background-position: right top;
   float: right;
   margin-left: 6px;
}
.quote-bottom {
   background: url(images/quote-bottom.png) no-repeat scroll left top transparent;
   height: 25px;
}
.quote-bottom.alt {
   background-position: right top;
}
.bq{
background-color: #fff;
border-radius: 5px;
padding: 20px;
font-size:14px;
}
.bq img {
   padding: 10px;
}
.bq p{
   font-size:14px;
}
.bqstart {
    float: left;
    font-size: 700%;
    color: #FF0000;
    margin-top:20px;
}
.bqend {
   background-position: right top;
   float: right;
   margin-left: 6px;
  margin-top: 30px;
    font-size: 700%;
    color: #FF0000;
}
.dotted-red{
padding: 20px;
border: 1px dotted #cc0000;
font-style:italic;
font-size: 14px;
}
#tabletestimon{
background: none;
border-radius: 10px;
padding: 10px;
border-bottom: 5px dashed #999;
}
#tabletestimon h3{
background: url(images/blockquote-orange.png) no-repeat top left;
margin: 0 0 20px;
padding: 25px 30px 5px 70px;
font-size:28px;
line-height: 1.25em;
font-family: Verdana;
}
#tabletestimon .leadplayer_thumbnail{
border: 5px solid #ccc;
padding:2px;
box-shadow: 3px 3px 4px #000;
}
.bq2 {
   border: 2px dashed #CCCCEE;
   border-radius: 10px 10px 10px 10px;
   font-size: 14px;
   font-style: italic;
   padding: 20px;
}
.bq3 {
   background: none repeat scroll 0 0 #EEEEEE;
   border: 2px dotted #DDDDDD;
   border-radius: 10px 10px 100px 10px;
   font-size: 14px;
   font-style: italic;
   padding: 20px;
}
.bq3 p {
  font-size: 14px
}
.testimonial {
   margin: 0;
   background: #B7EDFF;
   padding: 10px 50px;
   position: relative;
   font-family: Georgia, serif;
   color: #666;
   border-radius: 5px;
   font-style: italic;
   text-shadow: 0 1px 0 #ECFBFF;
   background-image: linear-gradient(#CEF3FF, #B7EDFF);
}
.testimonial:before, .testimonial:after {
   content: "\201C";
   position: absolute;
   font-size: 80px;
   line-height: 1;
   color: #999;
   font-style: normal;
}
.testimonial:before {
  top: 0;
   left: 10px;
}
.testimonial:after {
   content: "\201D";
   right: 10px;
   bottom: -0.5em;
}
.arrow-down {
   width: 0;
   height: 0;
   border-left: 15px solid transparent;
   border-right: 15px solid transparent;
   border-top: 15px solid #B7EDFF;
   margin: 0 0 0 25px;
}
.testimonial-author {
   margin: 0 0 0 25px;
   font-family: Arial, Helvetica, sans-serif;
   color: #999;
   text-align:left;
}
.testimonial-author span {
   font-size: 12px;
   color: #666;
}
.quote2 {
   background: url("images/grad-light-grey.png") repeat-x scroll left top #FBFAFB;
   border-radius: 45px 0 0 0;
   font-size: 14px;
   margin-bottom: 15px;
   padding: 15px;
}
element.style {
   text-align: justify;
}
.testimon-green{
   -moz-border-bottom-colors: none;
   -moz-border-left-colors: none;
   -moz-border-right-colors: none;
   -moz-border-top-colors: none;
   background-color: #E0F6CE;
   border-color: #CCCCCC;
   border-image: none;
   border-radius: 55px 5px 5px 5px;
   border-style: none none dotted;
   border-width: 3px;
   font-family: Georgia;
  font-size: 14px;
   font-style: italic;
   padding: 20px 20px 20px 40px;
   text-shadow: 0 1px 0 #ECFBFF;
}
.testimon2 {
   background-color: #66CCFF;
   border: 3px dashed #FFFFFF;
   border-radius: 75px 5px 75px 5px;
   color: #FFFFFF;
   font-size: 14px;
   padding: 25px 10px 10px 40px;
}
.testimon2 p {
   color: #FFFFFF;
   font-size: 15px;
   font-style: italic;
   font-weight: normal;
   text-shadow: 0 0 1px #666666;
}
.testimon3 {
  background-color: #F7FCFF;
   border-color: #E5E1EE;
   border-style: dotted solid;
   border-width: 3px;
   font-size: 14px;
   padding: 25px;
}
.testimon4 {
   background-color: #F7FCFF;
   border-color: #DDDDDD;
   border-style: dashed;
   border-width: 4px 0;
   font-family: Georgia;
   font-size: 14px;
   font-style: italic;
   padding: 10px 10px 10px 30px;
}
.testimon5 {
   border-color: #DDDDDD;
   border-style: solid;
   border-width: 4px 0;
   font-family: Georgia;
   font-size: 14px;
   font-style: italic;
   padding: 10px 10px 10px 30px;
}
.testimon6 {
   background: none repeat scroll 0 0 #FFF2FF;
   border-radius: 100px 100px 100px 100px;
   font-size: 14px;
   font-style: italic;
   padding: 20px 35px 20px 60px;
}
.testimon-grey {
   background-color: #FDF8FF;
   border: 15px dashed #f8f3fd;
   border-radius: 5px 5px 5px 5px;
   padding: 15px;
}
.testimon-grey p{
   font-family: Verdana;
   font-size: 13px;
   font-style: italic;
}
.testimon-grey img{
  border: 6px solid #fff;
}
.oval {
   border: 5px solid #00e8ff;
  border-radius: 100% 100% 100% 100%;
   font-size: 14px;
   font-style: italic;
   padding: 60px;
}
.testimon-d1 {
   background: none repeat scroll 0 0 #999999;
   border-radius: 100px 100px 100px 100px;
   padding: 20px 35px 10px 40px;
   font-size: 14px;
   font-style: italic;
color: #fff;
}
.testimon-d1 p{
color: #fff;
}
.yellow-red {
   background-color: #f8fea3;
   border-color: #990000;
   border-style: dashed;
   border-width: 4px 0;
   font-family: Georgia;
   font-size: 16px;
   font-style: italic;
   padding: 10px 10px 10px 30px;
}
.testimon-d2 {
   background: none repeat scroll 0 0 #454f02;
   border-radius: 100px 100px 100px 100px;
   padding: 25px 35px 10px 40px;
   font-size: 14px;
   font-style: normal;
color: #fff;
border: 2px solid #fff;
}
.testimon-d2 p{
color:#fff;
text-shadow: 0 -1px 0 #000;
font-family:Helvetica;
}
.testimon-d3 {
   -moz-border-bottom-colors: none;
   -moz-border-left-colors: none;
   -moz-border-right-colors: none;
   -moz-border-top-colors: none;
   background-attachment: scroll;
   background-clip: border-box;
   background-color: #650000;
   background-image: none;
   background-origin: padding-box;
  background-position: 0 0;
   background-repeat: repeat;
   background-size: auto auto;
   border-bottom-color: #FFFFFF;
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 100px;
   border-bottom-style: dashed;
   border-bottom-width: 2px;
   border-image-outset: 0 0 0 0;
   border-image-repeat: stretch stretch;
   border-image-slice: 100% 100% 100% 100%;
   border-image-source: none;
   border-image-width: 1 1 1 1;
   border-top-color: #FFFFFF;
   border-top-left-radius: 10px;
   border-top-right-radius: 100px;
   border-top-style: dotted;
   border-top-width: 2px;
   color: #FFFFFF;
   padding-bottom: 10px;
   padding-left: 30px;
   padding-right: 35px;
   padding-top: 20px;
   text-shadow: 0 -2px 0 #000000;
}
.testimon-d3 p {
   color: #FFFFFF;
   font-family: Verdana;
   font-size: 14px;
   font-style: normal;
   font-weight: normal;
   text-shadow: 0 -1px 0 #000000;
}
.blockquote2 {
background: url(images/blockquote-orange.png) no-repeat top left;
margin: 0 0 20px;
padding: 25px 30px 5px 70px;
}
.blockquote2 p {
color: #777;
font-family: Georgia, Times, 'Times New Roman', serif;
font-size: 14px;
font-style: italic;
}
#nav .menu-item-13960 a {
   color: #FFffff;
   font-size: 13px;
   font-weight: bold;
border-radius: 6px;
background: #008000;
   padding: 3px;
   margin-top: 7px
}
#nav .menu-item-13960 a:hover {
   color: #FFffff;
   font-size: 13px;
   font-weight: normal;
border-radius: 6px;
background: #008000;
   padding: 3px;
  margin-top: 7px;
border: 1px dashed;
}
.imglivepage{
border: 2px solid #fff;
}
/* New Sidebar Banners */
.rmrs-amgs{
   background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2013/08/rmrs-amgs.jpg");
   display: block;
   height: 300px;
   width: 300px;
}
.rmrs-amgs:hover {
   background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2013/08/rmrs-amgs.jpg");
   background-position: left bottom;
   display: block;
   height: 300px;
   width: 300px;
}
.rmrs-bywrd{
  background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2013/08/rmrs-bywrd.jpg");
   display: block;
   height: 300px;
   width: 300px;
}
.rmrs-bywrd:hover {
   background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2013/08/rmrs-bywrd.jpg");
   background-position: left bottom;
   display: block;
   height: 300px;
   width: 300px;
}
.rmrs-tss{
   background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2013/08/rmrs-tss.jpg");
   display: block;
   height: 300px;
   width: 300px;
}
.rmrs-tss:hover {
   background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2013/08/rmrs-tss.jpg");
   background-position: left bottom;
   display: block;
   height: 300px;
   width: 300px;
}
/* Product Page Banners */
.rmrs-amgs2{
   background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2013/08/rmrs-amgs2.jpg");
   display: block;
   height: 325px;
   width: 325px;
}
.rmrs-amgs2:hover {
   background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2013/08/rmrs-amgs2.jpg");
   background-position: left bottom;
   display: block;
   height: 325px;
   width: 325px;
}
.rmrs-bywrd2{
   background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2013/08/rmrs-bywrd2.jpg");
   display: block;
   height: 325px;
   width: 325px;
}
.rmrs-bywrd2:hover {
  background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2013/08/rmrs-bywrd2.jpg");
   background-position: left bottom;
   display: block;
   height: 325px;
   width: 325px;
}
.rmrs-tss2{
   background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2013/08/rmrs-tss2.jpg");
   display: block;
   height: 325px;
   width: 325px;
}
.rmrs-tss2:hover {
   background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2013/08/rmrs-tss2.jpg");
   background-position: left bottom;
   display: block;
   height: 325px;
   width: 325px;
}
/***New Header Top 15 Tools***/
#header-top{
	text-align: center;
	background-color: #F5F5F5;
    background-position: center top;
    background-repeat: repeat-y;
	clear: both;
    padding: 1rem 0 1.6rem;
    height: 100%;
    width: 90% !important;
	margin: 0 auto!important;
	
}
.header-top-left-block{
	display: inline-block;
	width: 50%;
	padding-right: 2%;
	text-align: right;
}
.header-top-right-block{
	display: inline-block;
	width: 40%;
	text-align: left;
}
.header-top-right-block .toolsa{
	display: inline-block;
	    padding-left: 6%;
}
.header-top-right-block .toolsb {
    display: inline-block;
    padding-left: -1%;
}

.header-top-right-block .toolsa:hover{
opacity:0.8;
}
.header-top-right-block .toolsb:hover {
opacity:0.8;
}
@media screen and (max-width: 600px) {
	#header-top{
		width: 95% !important;
	}
	.header-top-left-block{	
	width: 100%;
	padding-right: 2%;
	text-align: center;
	}
.header-top-right-block{	
	width: 100%;
	text-align: center;
	}
}

#feature {
   background: none repeat scroll 0 0 #358CB4;
   color: #FFFFFF;
   text-align: center;
height:140px;
}
#cse-search-box {
   width: 250px;
   float: right;
   margin-top: 190px;
   margin-left: 870px;
   position: absolute;
}
.home-header {
   font-size: 23px;
   color: #666;
}
/* Dec-3-2013 Edits*/
.entry-header {
    display:;
	background-color:#252525;
	padding:0em;
        margin-bottom: 0rem;
}
.entry-title a {
	color: #FCF7F2;
}
.more-link {
    color: #008000;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}
.alignleft.post-image.entry-image {
    width:100%;
    vertical-align:top;
    }
 .alignleft.post-image.entry-image:hover {
    opacity: 0.8;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.alignleft.post-image2.entry-image {
   width: 660px;
   height: 300px;
    }
a {
	color: #009DE5;
}
.widget-wrap {
   margin: 10px;
    }
#enews-ext-5.enews-widget .widget-title{
   margin-right: 29em;
}
#subscribe {
    margin: -3em 0 0 35em;
    height:60px;
    width:600px;
    padding:10px;
    }
#subbutton{
    padding-top:7px ;
    }
#enews-ext-4 #subscribe{
    margin-left: 0;
    margin-top: 0px;
    margin-bottom:5px;
    }
 /*---------------------------------------------------------*/   
@media only screen and (max-width: 1139px) {
.core-1, .core-2, .core-3, .core-4, .core-5, .hiddentext {
    max-width: 200px
        }  
#enews-ext-5.enews-widget .widget-title{
   margin-right: 36.1em;
}
#subscribe {
    margin: -3em 0 0 26.5em;
    height:60px;
    max-width:600px;
    padding:10px;
    }
#enews-ext-4{
    width: 500px;
    height: 240px;
    line-height: 25px;
}
#enews-ext-4 #subscribe{
    margin-top:-20px;
    margin-left: -60px;
    }
.footer-widgets-2{
    margin-right: 200px;
    }
.footer-widgets-1{
    margin-left:100px;
    }
}
@media only screen and (max-width: 1020px) {
#enews-ext-5.enews-widget .widget-title{
  margin:-15px auto;
    }
#subscribe {
   margin:10px;
   max-width:600px;
   }
.core-1, .core-2, .core-3, .core-4, .core-5, .hiddentext {
   max-width: 269px
       } 
#enews-ext-4{
  margin:0 auto;
 }
.footer-widgets-2{
   margin:0 auto;
   }
.footer-widgets-1{
   margin:0 auto;
   }
}
@media only screen and (max-width: 620px) {
#enews-ext-5.enews-widget .widget-title{
  margin:0 auto;
     }
#enews-ext-4{
  margin: -10px auto 0px;
  max-width:100%;
 }
#enews-ext-4 #subscribe{
   margin: -10px auto 0px;
   width: 100%;
   margin-top:-30px;
   }
.footer-widgets-2{
  max-width:100%;
   }
#subscribe {
   margin-top:0px;
   padding-bottom: 150px;
   width:200px;
   }
}
@media only screen and (max-width: 400px) {
#enews-ext-4{
   margin: -30px auto 200px;
   max-width:100%;
}
#enews-ext-4 #subscribe{
    margin: -12px auto;
    width: 100%;
    margin-top:-30px;
    margin-bottom:10px;
    }
.footer-widgets-2{
   max-width:100%;
    }
}
.Beforefooter{
    background-color: #333333;
    clear: both;
    color: #999999;
    padding: 4rem 0 1.6rem;
}


/* ---- Custom Page Title Styles  ---- */
.post-1647 .entry-header, .post-891 .entry-header, .post-13955 .entry-header, .post-14922 .entry-header, .post-10680 .entry-header {
    background: #eee;
}
.post-1647 .entry-title, .post-891 .entry-title, .post-13955 .entry-title, .post-14922 .entry-title, .post-10680 .entry-title {
    background: transparent;
    color: #000;
}
.post-1647 .entry-title, .post-891 .entry-title, .post-13955 .entry-title, .post-14922 .entry-title, .post-10680 .entry-title a {
    color: #000;
}
.post-1647 .entry-title, .post-891 .entry-title, .post-13955 .entry-title, .post-14922 .entry-title, .post-10680 .entry-title a:hover {
    color: #000;
}
#relatedthumbs {
    width: 740px;
    padding-left: 42px;
    background: #fff;
    border-radius: 4px;
}
/**Free Products Page**/
#product-table td {
border: 0px !important;
padding: 1.1rem 0;
}
.free-product {
    display: block;
    height: 350px;
    width: 350px;
}
.free-product:hover {
    background-position: left bottom;
    display: block;
    opacity: .6;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}
@media only screen and (max-width: 1139px) {
.free-product {
height: auto;
width: 100%;
}

/**YY-Experiments**/
.view {
    width: 350px;
    height: 350px;
    margin: 10px;
    float: left;
    border: 10px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff url(../images/bgimg.jpg) no-repeat center center
}
.view .mask, .view .content {
    width: 350px;
    height: 350px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view img {
    display: block;
    position: relative
}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0
}
.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}
.view a.info:hover {
    box-shadow: 0 0 5px #000
}
.view-tenth img {
    transform: scaleY(1);
    transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
    background-color: rgba(255, 231, 179, 0.3);
    transition: all 0.5s linear;
    opacity: 0;
}  
.view-tenth h2{
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    margin: 20px 40px 0px 40px;
    transform: scale(0);
    color: #333;
    transition: all 0.5s linear;
    opacity: 0;
}
.view-tenth p {
    color: #333;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear;
}
.view-tenth a.info {
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear;
}
.view-tenth:hover img {
    transform: scale(10);
    opacity: 0;
}
.view-tenth:hover .mask {
    opacity: 1;
}                                                                           
.view-tenth:hover h2,
.view-tenth:hover p,
.view-tenth:hover a.info{
    transform: scale(1);
    opacity: 1;
}
/* Pinit button hack for overlap */
.dd_button_v a[data-pin-log="button_pinit"][data-pin-config="above"] {
    margin-top: 30px !important;
}

@media only screen and (max-width: 600px) {
.bluepr1a {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2016/06/v6-tpib-1.jpg");
    display: block;
    height: 326px;
    width: 250px;
    background-size: cover !important;
	background-repeat: no-repeat !important;
}
.bluepr1a:hover {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2016/06/v6-tpib-1.jpg");
    background-position: left bottom;
    display: block;
    height: 326px;
    width: 250px;
}
.amgts1a {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2016/06/v6-amgts-1.jpg");
    display: block;
    height: 326px;
    width: 250px;
    background-size: cover !important;
	background-repeat: no-repeat !important;
}
.amgts1a:hover {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2016/06/v6-amgts-1.jpg");
    background-position: left bottom;
    display: block;
    height: 326px;
    width: 250px;
}

.toolkit {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2016/05/ebooks-toolkit.jpg");
    display: block;
    max-width: 270px !important;
	height: 406px !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.toolkit:hover {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2016/05/ebooks-toolkit.jpg");
    background-position: left bottom;
    display: block !important;
	width: 270px !important;
    height: 406px !important;
}

.bluepr-article {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2016/06/tpib-a.jpg");
    display: block;
    height: 391px;
    width: 300px;
    background-size: cover !important;
	background-repeat: no-repeat !important;
}

.amgts-article {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2016/06/amgts-a.jpg");
    display: block;
    height: 391px;
    width: 300px;
    background-size: cover !important;
	background-repeat: no-repeat !important;
}
}


@media only screen and (max-width: 600px) {
	.premiumamgts404 {
	  background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2016/07/amgts.jpg");
	  display: block;
	  max-width: 300px !important;
	  height: 390px !important;
	  background-size: cover !important;
	  background-repeat: no-repeat !important;
	}

	.premiumamgts404:hover {
	  background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2016/07/amgts.jpg");
	  background-position: left bottom !important;
	  display: block !important;
	  width: 300px !important;
	  height: 390px !important;
	}

	.premiumtpib404 {
	  background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2016/07/tpib.jpg");
	  display: block;
	  max-width: 300px !important;
	  height: 390px !important;
	  background-size: cover !important;
	  background-repeat: no-repeat !important;
	}

	.premiumtpib404:hover {
	  background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2016/07/tpib.jpg");
	  background-position: left bottom !important;
	  display: block !important;
	  width: 300px !important;
	  height: 390px !important;
	}	
#header404 {
    height: 170px;
    padding: 30px 7% 195px 9%;
}
#picturebox404 {
    padding: 20px 0 30px 0;
}
}	