/*
	Theme Name: Magazine Pro Child Theme - SFAHH
	Theme URI: http://my.studiopress.com/themes/magazine/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 3.1

	Tags: black, white, one-column, responsive-layout, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/
/*Get Web Fonts SourceSansPro stylesheet*/
@import url('../magazine-pro/source-sans-pro-fontfacekit/stylesheet.css');

/*Get Web Fonts Grand Hotel stylesheet*/
@import url('../magazine-pro/grand-hotel-fontfacekit/stylesheet.css');

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #3b3937;
	font-family: 'SourceSansProLight', sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.625;
}
body.magazine-landing {
	background-color: #fff;
}

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: fff;
	color: #3b3937;
}

::selection {
	background-color: #fff;
	color: #3b3937;
}
a {
	background-color: inherit;
	color: #72ce02;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #ff0066;
}
a:visited {
	color: #72ce02;
}
a:focus
{
  outline-width: thin;
  outline-style: none;
}
strong {
	font-family: 'SourceSansProSemibold',sans-serif;
	font-weight: normal;
}
em {
	color:#ff0066;	
}

blockquote,
blockquote::before {
	color: #3b3937;
}
blockquote::before {
	display: none;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #3b3937;
	font-family: 'SourceSansProSemibold', sans-serif;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 16px;
}
.entry
{
  margin-bottom: 30px;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #3b3937;
	font-family: 'SourceSansProLight', sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #888;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
	border: 0px;
}

::-moz-placeholder {
	color: #3b3937;
	font-family: 'SourceSansProSemibold', sans-serif;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #3b3937;
	font-family: 'SourceSansProSemibold', sans-serif;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #ff0066;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'SourceSansProSemibold', sans-serif;
	padding: 16px 24px;
	text-transform: none;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	color: #fff;
	background-color: #ff0066;
	opacity: 0.5;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 320px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Genesis
--------------------------------------------- */
.archive-description,
.author-box {
	background-color: #fff;
	padding: 15px;
	margin-bottom: 30px;
}
.author-box-title {
	color: #3b3937;
	font-family: 'SourceSansProLight', sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
}

.footer-widgets .search-form input {
	border: none;
}

.genesis-nav-menu .search-form input {
	background-color: #fff;
	border: 0px solid #fff;
	color: #3b3937;
	text-transform: none;
	width: 180px;

}

.genesis-nav-menu .search-form ::-moz-placeholder {
	color: #ff0066;
	text-transform: uppercase;
}

.genesis-nav-menu .search-form ::-webkit-input-placeholder {
	color: #ff0066;
}

.genesis-nav-menu .search-form input:focus {
	border: 1px solid #ff0066;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 32px;
	line-height: 1;
	color: #ff0066;
	text-transform: uppercase;
}

.entry-title a,
.sidebar .widget-title a {
	color: #ff0066;
	font-weight: normal;
}

.entry-title a:hover {
	color: #3b3937;
}

.widget-title {
	clear: both;
	font-size: 21px;
	margin-bottom: 15px;
	text-transform: none;
}

.magazine-home .content .widget-title,
.sidebar .widget-title {
	background-color: #fff;
	color: #ff0066;
	padding: 10px;
}

.sidebar .enews .widget-title {
	background: none;
	padding: 0;
}

.footer-widgets .widget-title {
	color: #ff0066;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 14px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-top: 10px;
	width: 960px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'GrandHotelRegular', sans-serif;
	font-size: 14px;
	line-height: 1.1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:hover {
	color: #3b3937;
	font-weight: normal;
}

.site-description {
	display: none;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}


/* 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;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	background-position: center  center !important;
	background-size: contain !important;
	float: left;
	display: block;
	min-height: 138px;
	text-indent: -9999px;
	width: 100%;
}
/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 228px;
}

.header-image .site-header .title-area,
.header-image .site-header .widget-area {
	padding: 25px 0;
}

.site-header .widget-area p {
	margin-bottom: 0;
}
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #ff0066;
	font-family: 'SourceSansProSemibold', sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	text-transform: uppercase;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #3b3937;
	display: block;
	padding: 25px 20px;
	position: relative;
	font-size: 17px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #72ce02;
}

.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: 190px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #3b3937;
	border-top: none;
	font-size: 15px;
	padding: 10px;
	position: relative;
	text-transform: none;
	width: 190px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -53px 0 0 189px;
}

.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 {
	color: #fff;
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 25px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 7px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 0px solid #3b3937;
}

.site-header .sub-menu .sub-menu {
	margin-top: -54px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	color: #ff0066;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.admin-bar .nav-primary {
	top: 32px;
}

.nav-primary a {
	color: #ff0066;
}

.nav-primary a:hover,
.nav-primary .sub-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #72ce02;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 0px solid #fff;
	border-top: none;
	text-transform: uppercase;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .wrap {
	border-bottom: 1px solid #3b3937;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.archive .content .entry,
.home .content .entry,
.page-template-page_blog-php .content .entry {
	border-bottom: 0px solid #eee;
}

.entry-content a {
	color: #72ce02;
}

.entry-content a:hover {
	color: #ff0066;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.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-meta {
	font-size: 14px;
}

.entry-header .entry-meta {
	margin-bottom: 30px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories{
	display: block;
	float: right;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.entry-tags{
	display: none;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border-bottom: 0px solid #222;
	border-top: 0px solid #222;
	margin-top: 40px;
	padding: 30px 0 1px 0;
}

.after-entry p:last-child {
	margin-bottom: 0;
}

.after-entry .widget {
	margin-bottom: 30px;
}

.after-entry .widget:last-child {
	margin-bottom: 0;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #ff0066;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #ff0066;
	opacity: 0.5;
}

.entry-pagination a {
	border-bottom: 0px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 50px;
}

.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;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #fff;
	border: 0px solid #fff;
	border-right: none;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #fff;
	font-size: 14px;
	padding: 24px;
	display: none;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar li {
	border-bottom: 0px dotted #888;
	margin-bottom: 2px;
	padding-bottom: 2px;
	list-style-type: disc;
	margin-left: 15px;
}

.sidebar .widget {
	margin-bottom: 30px;
}
/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;
	color: #3b3937;
	clear: both;
	font-size: 16px;
	padding: 15px 0 10px;
	border-top: 0px solid #3b3937;
	border-bottom: 0px solid #3b3937;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 30px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	color: #72ce02;
	font-weight: normal;
}

.footer-widgets a:hover {
	color: #ff0066;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget {
	margin-bottom: 10px;
}

.footer-widgets li {
	margin-bottom: 20px;
}

.footer-widgets .enews-widget {
	padding: 0;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #eee;
	color: #222;
}

.footer-widgets button:hover,
.footer-widgets input[type="button"]:hover,
.footer-widgets input[type="reset"]:hover,
.footer-widgets input[type="submit"]:hover,
.footer-widgets .button:hover {
	background-color: #fff;
	color: #222;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	font-family: 'SourceSansProLight', sans-serif;
	font-size: 15px;
	text-align: center;
	color: #3b3937;
}

.site-footer .wrap {
	border-top: 0px solid #444;
	padding: 25px 0 35px 0;
}

.site-footer a {
	color: #72ce02;
}

.site-footer a:hover {
	color: #ff0066;
}

.site-footer p {
	margin-bottom: 0;
}


/*--------------------------YARPP------------------------------------*/
.yarpp-related {
    margin: 1em 0 !important;
}

.yarpp-related a{
    text-decoration: none !important;
    font-weight: normal !important;
}

.yarpp-related .yarpp-thumbnail-title{
    text-align: left !important;
    font-weight: normal !important;
    font-size: 90% !important;
    text-decoration: none !important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title
{
  width: 150px;
}
.yarpp-related h3{
    font-weight: normal !important;
    padding: 0 0 5px 0 !important;
    font-size: 125% !important;
    text-transform: none !important;
    margin: 0 !important;
}

.yarpp-thumbnail-title {
	font-size:0.7em !important; 
	max-height: 5.2em !important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail
{ 
border: 0px !important;
margin-bottom: 10px !important;
width: 150px;
height: 170px;
margin-right: 15px;
margin-left: 15px;
}
.yarpp-thumbnail > img, .yarpp-thumbnail-default
{
  width: 150px; 
  height: 150px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
}
/*--------------------------ROLLOVER SM BUTTONS------------------------------------*/
.socialm:hover{
	opacity: 0.5;
}
/*--------------------------MAIL CHIMP FORMS------------------------------------*/
.widget #mce-EMAIL {
	width:78%;
}
.widget #mce-FNAME
{
  width:78%;
margin-top: 14px;
margin-bottom: 5px;
}
#mce-EMAIL {
	width:75%;
}
#mce-FNAME
{
  width:75%;
margin-bottom: 5px;
}
/*--------------------TABLE QUICK FIX-----------------------------------------*/
tbody {
	border-bottom: 0px solid #ddd;
}

td
{
  border-top-width: 0px;
  border-top-style: solid;
  border-top-color: #dddddd;
  padding-top: 6px;
  padding-right: 0px;
  padding-bottom: 6px;
  padding-left: 0px;
}

/*--------------------ECOURSE PAGE-----------------------------------------*/
.ahhecourse .entry-title {
	display:none;
}
.ahhecourse .genesis-nav-menu {
display:none;
}

/*--------------------POP UP BUTTON-----------------------------------------*/
.sbutton{
  background-image: #ff0066; !important;
}
/*--------------------CHRISTMAS GG-----------------------------------------*/
.xmasgg a{
  color: #ff0066; 
}
/*-------------------FEATURED CONTENT--------------------------------*/
.featured-content .entry-title
{ 
	font-size: 28px;
}

.home-middle a.more-link, .home-top a.more-link
{
  background-color: #fff;
  clear: both;
  color: #72ce02;
  display: block;
  font-size: 16px;
  margin-top: 5px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
  text-align: right;
}
.entry-content a:hover
{
  color: #ff0066;
}
.home-middle a.more-link:hover, .home-top a.more-link:hover
{
  background-color: #fff;
  color: #ff0066;
}
