/*
Theme Name: A Little Bit Human
Theme URI: https://alittlebithuman.com/
Description: Genesis Framework.
Author: Cris Tagupa
Author URI: https://cristagupa.com/

Version: 3.4.78

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto&display=swap');



html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #1a5394;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	font-weight: bold;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;

}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #ffa801;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 30px 30px 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.archive-description{
	margin-bottom: 30px;
	text-align: center;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.archive-title{
	font-size: 35px;
	text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.archive-description p{
	font-size: 16px;
	line-height: normal;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

h1.entry-title{
	font-weight: bold;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #ffa801;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}
p.sub-heading{
	line-height: normal;
	margin-bottom: 10px;
}

.share-top{
    margin-top: -15px;
}
.share-top h3.sd-title{
	display: none !important;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

.entry-content{
	position: relative;
}

#sticky-ad-container{
	height: 100%;
	right: -160px;
	z-index: 10;
	position: absolute;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #ffa801;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 0 30px;
}

.latest-header{
    clear: both;
    position: absolute;
    bottom: 0;
    max-width: 600px;
    color: #fff;
        z-index: 5;
}
h2.latest-header-item-title{
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 50px;
	line-height: 109.2%;
	letter-spacing: 0.005em;
	color: #FFFFFF;	
	margin-top: 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;	
}
h2.latest-header-item-title a{
	color: #FFFFFF;	
	text-decoration: none;
}
h2.latest-header-item-title a:hover{
	color: #ffa801;
}
.latest-header p{
	font-size: 16px;
	line-height: 125.2%;
	color: rgba(255, 255, 255, 0.76);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;	
    margin-bottom: 100px;
}
.latest-header a.cat-read-more{
	max-width: 179px;
	margin-bottom: 45px;
	border: 1px solid #ffa801;
}
.latest-header-item-cat{
    font-style: normal;
    font-weight: 900;
    font-size: 10px;
    line-height: 114.7%;
    letter-spacing: 0.38em;
    text-transform: uppercase;	
}    


/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .custom-logo-link{
	display: none;
}

.home.wp-custom-logo .custom-logo-link {
	display: block;
}



a.albh-logo-alt{
    margin: 10px 0;
    display: inline-block;
}

.wp-custom-logo .title-area img {
	width: auto;
}
.wp-custom-logo .title-area a.albh-logo-alt img{
    width: 120px;
    margin-top: 8px;
}
.home.wp-custom-logo .title-area{
	padding-top: 30px;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 16px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #ffa801;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

.nav-primary ul li a{
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}
.home .nav-primary ul li a{
	color: #fff;
}
.home .nav-primary ul li a:hover{
	color: #ffa801;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.js .nav-primary {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #ffa801;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

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

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.site-header .wrap{
	position: relative;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

.blog .content .entry-title, 
.search .content .entry-title, 
.archive .content .entry-title,
#home-latest-articles .entry-title{
    font-size: 22px;
}

.blog .content .entry-content p, 
.search .content .entry-content p, 
.archive .content .entry-content p,
#home-latest-articles .entry-content p{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 121.7%;
    color: #4B4B4B;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 0;
}

.blog .content .cat-feat-img, 
.search .content .cat-feat-img, 
.archive .content .cat-feat-img,
#home-latest-articles .cat-feat-img{
    display: block;
    margin-bottom: 15px;
    margin-right: 15px;
    float: left;
    z-index: 3;
    position: relative;
}

	.blog .content .entry,
	.archive .content .entry,
	#home-latest-articles .entry{
		    padding-bottom: 10px;
	    margin-bottom: 1.5rem;
	    border-bottom: 1px solid #e8e9f3;		
	}

	.blog .content .entry-title a,
	.archive .content .entry-title a,
	#home-latest-articles.entry-title a{
		font-weight: bold;
	}


	.archive .cat-article-featured .entry-title a:hover{
		color: #ffa801;
	}

.blog .content,
.archive .content{
	overflow: hidden;
}

/* Newsletter Drip
--------------------------------------------- */
#newsletter-drip{
    margin-bottom: 40px;
    background: #efefef;
}
  #drip-ef-298281032 { font: .875rem/1.5rem sans-serif; width: 100%;
  background: #efefef;
    max-width: 500px;
    margin: 0 auto;
    padding: 25px;
}
  #drip-ef-298281032 h3 { font-size: 1.125rem; margin: 0 0 .375rem; font-weight:  bold;}
  #drip-ef-298281032 > div { margin-bottom: .75rem; }
  #drip-ef-298281032 fieldset { border: none; margin: 0; padding: 0; }
  #drip-ef-298281032 legend { margin: 0; padding: 0; }
  #drip-ef-298281032 input[type="email"],
  #drip-ef-298281032 input[type="number"],
  #drip-ef-298281032 input[type="tel"],
  #drip-ef-298281032 input[type="text"] { margin: 0; padding: .375rem .5625rem; width: 100%; }
  #drip-ef-298281032 input[type="checkbox"],
  #drip-ef-298281032 input[type="radio"] { margin: .1875rem .1875rem 0 0; padding: 0; }
  #drip-ef-298281032 input[type="submit"] { margin: 0; padding: .375rem .5625rem; }


/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #1E272E;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

#comments{
	margin: 0 !important;
}
#wpdcom{
	    max-width: 100% !important;
}

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.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-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #1e272e;
	font-size: 12px;
	line-height: 1.5;
	padding: 20px;
	text-align: center;
	color: #fff;
	margin-top: 25px;
}

.site-footer p {
	margin-bottom: 0;
}

.nav-secondary a{
	color: #fff;
	font-size: 12px;
}

/* Article
---------------------------------------------------------------------------- */
figure.size-large{
    margin: 0 -30px 30px -30px;
    text-align: center;
}

.single .entry-header{
    width: 100%;
    margin: 0 auto 30px;
}
.single-cat-title{

}
/*.single .entry-header h1.entry-title{
	font-size: 35px;
}*/

/* Podcast
*/
.single-listen .author-by{
	display: none;
}

/* Homepage
---------------------------------------------------------------------------- */
.home .site-inner{
	display: none;
}
.latest-hp-item{
	position: relative;
	color: #fff;
	margin-bottom: 16px;
    height: 245px;
    background-size: cover;
    z-index: 5;
}
.latest-hp-item.one-fourth{
	height: 217px;
}
.latest-hp-item a{
	color: #fff;
}
.latest-hp-item-overlay{
	background: linear-gradient(180deg, rgba(50, 50, 50, 0.79) 25%, rgba(0, 0, 0, 0.16) 100%);
	mix-blend-mode: hard-light;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.latest-hp-item a:hover .latest-hp-item-overlay{
	background: linear-gradient(180deg, rgba(50, 50, 50, 0.3) 25%, rgba(0, 0, 0, 0.16) 100%);
}	
.latest-hp-item img{
	display: block;
    width: 100%	
}
.latest-hp-item-cat{
	position: absolute;
    left: 20px;
    top: 20px;	
	font-style: normal;
	font-weight: 900;
	font-size: 10px;
	line-height: 114.7%;
	letter-spacing: 0.38em;
	text-transform: uppercase;
	z-index: 4;
}

.cat-label{
    color: #fff;
    background: #1E272E;
    padding: 4px 10px;
    font-weight: bold;
        margin-bottom: 15px;
    display: inline-block;
}

.latest-hp-item-title{
	position: absolute;
    left: 20px;
    top: 50px;		
    padding-right: 20px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 25px;
	line-height: 119.2%;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	z-index: 4;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;	
}

a.cat-read-more {
	font-family: 'Oswald', sans-serif;
	max-width: 179px;
    border: 1px solid #ffa801;
    background: #FFC048;
    box-sizing: border-box; 
    border-radius: 100px;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 36px;
    height: 39px;
    letter-spacing: 0.36em;
    text-transform: uppercase;
    color: #1E272E;
    text-align: center;
    display: block;
    width: 100%;
    text-decoration: none;
}
a.cat-read-more:hover{
	background: #fff;
}

#home-top-featured .wrap{
	margin-top: 40px;	
	margin-bottom: 20px;
}

#home-most-read{
	margin-top: 30px;
    margin-bottom: 20px;
    overflow: hidden;
}
#home-most-read h2{
	text-align: center;
	font-size: 35px;
}
#home-most-read .home-most-read-header{
	text-align: center;
    max-width: 550px;
    margin: 0 auto;
}
#home-most-read .featured-image{
    text-align: center;
}
#home-most-read  a:hover .monsterinsights-widget-popular-posts-title{
	    color: #ffa801;
	    text-decoration: none;
}
.home-cat-tv-featured h4 a{
	color: #fff;
}
.home-cat-tv-featured h4 a:hover{
	color: #ffa801;
}
.home-cat-tv-featured p{
	color: #fff;
	font-size: 15px;
	line-height: normal;
}

#home-cat-tv h3{
	color: #fff;
}

#home-cat-social{
    background: #fff7e7;
}
#home-cat-social .wrap{
	display: flex;
	max-width: 100%;
}

.home-cat-social-featured{
	padding: 20px 20px 25px 20px;
	background: #fff;
	position: absolute;
	bottom: 25px;
    margin-right: 25px;
    margin-left: 25px;
}
.home-cat-social-articles{
	padding-top: 30px;
	padding-right: 2.564102564102564%;
	max-width: 600px;
}
.home-cat-social-articles .entry-box{
    background: #fff;
    padding: 15px;
}

.home-cat-social-articles .entry{
	margin-bottom: 30px;
}
.home-cat-social-articles img{
	width: 100%;
}
.home-cat-social-articles h4{
     font-size: 16px;
    font-weight: normal;	 
    margin-top: 15px;  	
    line-height: normal;
}
.home-cat-social-articles .latest-header-item-cat{
	display: block;
}
#home-cat-social .home-cat-social-articles p{
	margin-bottom: 0;
	font-size: 13px;
    margin-top: 20px;
}
.home-cat-social-articles p span{
	    text-transform: uppercase;
}
#home-cat-tv .home-cat-tv-articles h4{
    margin-top: 10px;
     font-size: 16px;
    text-align: center;
    font-weight: normal;	   	
}
.home-cat-social-articles h4 a{
	color: #000;
}
#home-cat-tv .home-cat-tv-articles h4 a{
	color: #fff;
}
#home-cat-social p{
	font-size: 15px;
	line-height: normal;
}

.featured-image img{
	width: 100%;
}

.row-cat .featured-image,
#home-cat-health .featured-image,
#related-posts .featured-image{
	position: relative;
}
.row-cat .entry-header,
#home-cat-health .entry-header,
#related-posts .entry-header{
	position: absolute;
    bottom: 0;
    background: #fff;
    margin: 0 15px 15px 15px;
    padding: 15px;
    left: 0;
    right: 0;
}
.row-cat .entry-header h4,
#home-cat-health .entry-header h4,
#related-posts .entry-header h4{
	font-size: 20px;
	margin-bottom: 0;
}
.row-cat .entry-header p,
#related-posts .entry-header p,
#home-cat-health .entry-header p{
    font-size: 14px;
    color: #999999;
    margin-bottom: 10px;
}
.row-cat .entry-header .entry-date,
#home-cat-health .entry-header .entry-date,
#related-posts .entry-header .entry-date,
.row-cat .entry-header .entry-author,
#home-cat-health .entry-header .entry-author,
#related-posts .entry-header .entry-author{
	margin-left: 5px;
}
.row-cat .entry-header .dashicons,
#home-cat-health .entry-header .dashicons,
#related-posts .entry-header .dashicons{
    color: #f7a46b;
    font-size: 16px;
    margin-top: 2px;	
}

#related-posts .entry-header{
    width: auto;
}

#related-posts h3{
	text-align: center;
    font-size: 35px;
    margin-bottom: 25px;
}

h2.section-title{
	font-family: 'Roboto', sans-serif;
    font-size: 35px;
    color: #333333;
    font-weight: normal;
    text-align: center;
}


.latest-hp-article{
	    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
}
.latest-hp-article h2.latest-hp-article-title{
	margin-bottom: 10px;
}
.latest-hp-article h2.latest-hp-article-title a{
	color: #000;
	text-decoration: none;
}
.latest-hp-article h2.latest-hp-article-title a:hover {
    color: #1a5394;
}
.latest-hp-article img{
	width: 250px;
}

/* Social Media 
---------------------------------------------------------------------------- */
.header-widget-area{
	float: right;
}
.header-widget-area .widget{
	margin-top: 5px;
	margin-bottom: 0;
	margin-right: 9px;
}
.social-media-top a{
	color: #888;
	margin: 0 5px;
}
.home .social-media-top a{
	color: #fff;
}
.social-media-top a:hover{
	color: #ffa801;
}

.social-media-footer{
    margin-bottom: 10px;
}
.social-media-footer a{
	font-size: 28px;
    margin: 0 6px;
    color: #fff;
}
.social-media-footer a:hover{
    color: #ffa801;
}

/* Header Search
---------------------------------------------------------------------------- */

a.header-search{
	color: #000;
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 5;
    font-size: 16px;
}
.home a.header-search{
	color: #fff;
    top: 55px;
}

.search-bar-top .wrap{
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
}
.search-bar-top{
	background: #ffa801;
	display: none;
}
.search-bar-top input[type="search"]{
	border: none;
	border: none;
    background: #ffa801;
    font-weight: bold;
    font-size: 18px;
}
.search-bar-top input[type="submit"]{
	display: none;
}
a.search-bar-close{
	color: #000;
    position: absolute;
    right: 6px;
    top: 12px;
}

/* In Content Related Post */
#related-posts-content{
    border-top: 1px solid #e7e7e8;
    border-bottom: 1px solid #e7e7e8;
   padding: 10px 0;
       margin-bottom: 28px;
       overflow: hidden;
;
}
#related-posts-content p.related-heading{
	font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: roboto,sans-serif;
}
#related-posts-content p.entry-title{
	font-size: 18px;
	margin-bottom: 15px;
    line-height: 1.2;
    font-family: roboto,sans-serif;
}
#related-posts-content p.entry-title a{
 	color:  #1a5394;
 	font-weight: bold;
 }
#related-posts-content p.entry-title a:hover{
	color: #000;
}

	.article-featured-image{
		margin-bottom: 40px;
	}


.page-template-writers-column .site-container{
	background: #efefef;
}
.page-template-writers-column h1{
	text-align: center;
}
.writer-avatar img{
    margin-right: 15px;
}
.writer-column{
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc;
    background: #fff;
}
.writer-info{
	padding: 0 20px;
}
.writer-column p{
	font-size: 16px;
}
.writer-column h3{
	    font-size: 22px;
    margin-bottom: 10px;
}
.writer-articles img{
	width: 80px;
	height: 80px;
}
.writer-articles h3 a{
	color: #000;
    text-decoration: none;
    font-size: 18px;
    line-height: normal;
}
.writer-articles h3 a:hover{
	color: #ffa801;
}
p.writer-byline{
	margin-bottom: 20px;
}
p.writer-frequency{
	margin-bottom: 15px;
}
ul.writer-articles li{
    border-top: 1px solid #efefef;
    padding-top: 20px;
    overflow: hidden;
}
ul.writer-articles li:last-child img{
	margin-bottom: 0;
}
.home-cat-columns{
    background: #efefef;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 20px;
}

a.top-right{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;	
}


/* Category Page
	--------------------------------------------- */
	.archive .content .cat-article-featured{
		position: relative;
		padding-bottom: 0;
		border-bottom: none;
	}
.archive .content .cat-article-featured img{
	width: 100%;
	float: none;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}
.cat-article-featured .entry-content{
	display: none;
}
.archive .content .cat-article-featured .entry-header{
	position: absolute;
	bottom: 10px;
    color: #fff;
    z-index: 999;
    left: 15px;
    right: 15px;
}
.archive .content .cat-article-featured .entry-title{
	margin-top: 5px;
}
.blog .content .entry-content p.entry-meta,
.archive .content .entry-content p.entry-meta,
#home-latest-articles .entry-content p.entry-meta{
		margin-top: 10px;
}
.blog .content .entry-content p.entry-meta a,
.archive .content .entry-content p.entry-meta a,
#home-latest-articles .entry-content p.entry-meta a{
	color: #000;
	text-decoration: none;
}

#home-latest-articles .alm-btn-wrap .alm-load-more-btn{
	font-family: 'Oswald',sans-serif;
    max-width: 220px;
    border: 1px solid #ffa801;
    background: #ffc048;
    box-sizing: border-box;
    border-radius: 100px;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 36px;
    height: 39px;
    letter-spacing: .36em;
    text-transform: uppercase;
    color: #1e272e;
    text-align: center;
    display: inline-block;
    width: 100%;
    text-decoration: none;
}
#home-latest-articles .alm-btn-wrap .alm-load-more-btn.loading:before{
	width: 32px;
    height: 25px;
	background-color: #ffc048 !important;
    background-image: url(https://www.alittlebithuman.com/wp-content/plugins/ajax-load-more/core/img/loader-fading-blocks.gif);
    left: 3px;
}

.cat-article-featured .entry-title a{
	color: #fff;
}
.archive .content .cat-article-featured .cat-feat-img-fade{
	position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 70%;
    background-color: rgba(24,24,24,0);
    background: linear-gradient(180deg,rgba(24,24,24,0) 0,#181818);
    z-index: 1;	
}

.archive .content .cat-article-featured .latest-header-item-cat{
    color: #000;
    padding: 4px 8px;
    letter-spacing: 0;
    font-weight: normal;
    background: #fac551;
}
.mega-menu-description{
	display: none !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
	margin-right: 20px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child{
	margin-right: 60px !important;
}



.lwptoc_header{
	width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px 32px;
    margin: 0 0 24px;
    background: #f2f2f2;
    border: 1px solid #d3d3d3;
    font-weight: 700;
    color: #333;
    text-transform: capitalize;
    box-shadow: 0 4px 12px #e8e9f3;
    cursor: pointer;
}
.lwptoc_items{
	display: none;
	position: fixed;
    width: 300px;
    min-height: 100vh;
    left: 0;
    top: 0;
    background: #000;
    color: #fff;
    padding: 20px;
    z-index: 999999999;
    box-shadow: 8px 0 20px rgba(24,24,24,.2);
}

.lwptoc_itemWrap{
	min-width: 240px;
}


.lwptoc_itemWrap > .lwptoc_item > .lwptoc_itemWrap{
    margin-left: 15px;
}

.lwptoc_itemWrap > .lwptoc_item a{
	margin-bottom: 10px;
    display: block;
    min-width: 150px;
    color: #fff;
}
.lwptoc_itemWrap > .lwptoc_item a:hover{
	color: #FAC143;
}

.lwptoc_items > .lwptoc_itemWrap > .lwptoc_item{
	border-bottom: 1px solid #FAC143;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.toc-slide-header{
	margin-bottom: 20px;
	min-width: 240px;
}
.toc-slide-header h4{
    margin: 0;
    display: inline-block;
}

#close-toc-menu{
    float: right;
    display: inline-block;
     margin-top: -10px;
}

#close-toc-menu .dashicons{
	font-size: 34px;
    color: #FAC143;
   
}

.aff-note{
	line-height: normal;
    margin-bottom: 26px;
    display: block;
    font-size: 12px;
    margin-top: 10px;
    font-style: italic;
}

/* Special Tag Page
	--------------------------------------------- */
h3.tag-section-title{
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 0.25rem;
    border-bottom: 3px solid #1e2d1e;
    margin-top: 2rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e2d1e;
    text-transform: uppercase;
}

.tag .content dt{
	font-size: .75rem;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 2px;
}
.tag .content dd{
	margin-left: 0;
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    line-height: 1.5em;
    margin-bottom: 15px;
}
.tag .content dd a{
	text-decoration: none;
}
.tag .content .dd p{
	margin-bottom: 18px;
}
iframe[src*="youtube"]{
 aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

.similar-movies a.similar-movies-title{
    color: #000;
    text-decoration: none;
    font-weight: bold;
    margin-top: 12px;
    display: block;
    font-size: 18px;
    margin-bottom: 30px;
    line-height: normal;
}

.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-widget-popular-posts-hotel .monsterinsights-widget-popular-posts-image{
	height: 215px;
    overflow: hidden;	
}

/* Give Page
---------------------------------------------------------------------------- */
.page-template-give{
	background-color: #f2f2f2;
}
.give-box{
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
    overflow: hidden;
    padding: 36px;
    margin-top: 30px;	
}

.tabs_item {
    display: none;
    line-height: 1.5;
    padding: 25px;
}
.tabs_item:first-child {
    display: block;
}
.tabs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	list-style: none;
	border: 2px solid #F9C143;
	border-radius: 4px;
    padding: 0 !important;
    max-width: 500px;
    margin: 0 !important;
}
.tabs li {
	background: #fff;
	color: black;
	cursor: pointer;
	font-size: 18px;
	padding: 10px 0;
	text-align: center;
	transition: all 0.15s linear;
	list-style: none !important;
}
.tabs li:hover {
	background: #F9C143;
}
.tabs li.current {
	background: #F9C143;
	font-weight: bold;
}
.tabs li.monthly-tab {
	border-right: 2px solid #F9C143;;
	border-left: 2px solid #F9C143;;
}
.page-template-give .entry-content input[type=submit]{
    width: 100%;
    margin-top: 20px;
    font-weight: bold;
    background: #F9C143;
    color: #000;
}

.tabs_item .give-fields{
	margin-bottom: 10px;
}
.tabs_item input[type=radio]{
	accent-color: #f9c143;
    width: 17px;
    height: 17px;
}

#paywall-cta{
    position: fixed;
    bottom: 90px;
    z-index: 9999;
    background: #fff;
    width: 100%;
	 box-shadow: 1px -303px 172px 76px rgba(0,0,0,0.95);
	-webkit-box-shadow: 1px -303px 172px 76px rgba(0,0,0,0.95);
	-moz-box-shadow: 1px -303px 172px 76px rgba(0,0,0,0.95);   
}
#paywall-cta::before{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0,0,0,0.64);
}
.paywall-cta-box{
	max-width: 600px;
    text-align: center;
    background: #fff;
        padding: 60px 10px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
.paywall-cta-box p{
    font-size: 18px;
    line-height: normal;
}

a.paywall-cta-btn{
	font-weight: 700;
    background: #f9c143;
    display: block;
    color: #000;
    border-radius: 6px;
    padding: 10px;
}
.already-member{
    margin-top: 30px;
    font-size: 16px;
}
#adhesion_desktop_wrapper{
	background: #fff;
}
.paywall-cta-box h3{
	font-weight: bold;
}




/* Mediavine Homepage Sidebar Fix */
@media only screen and (min-width: 1200px) {
.home #home-latest-articles .three-fourths.first {
max-width: calc(100% - 330px) !important;
 }
.home #home-latest-articles .one-fourth {
min-width: 300px !important;
 }
}
/* END OF CSS */


    /* LOADER */
    .ml-form-embedSubmitLoad {
      display: inline-block;
      width: 20px;
      height: 20px;
    }

    .g-recaptcha {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    height: ;
    }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0,0,0,0);
      border: 0;
    }

    .ml-form-embedSubmitLoad:after {
      content: " ";
      display: block;
      width: 11px;
      height: 11px;
      margin: 1px;
      border-radius: 50%;
      border: 4px solid #fff;
    border-color: #ffffff #ffffff #ffffff transparent;
    animation: ml-form-embedSubmitLoad 1.2s linear infinite;
    }
    @keyframes ml-form-embedSubmitLoad {
      0% {
      transform: rotate(0deg);
      }
      100% {
      transform: rotate(360deg);
      }
    }
      #mlb2-7387567.ml-form-embedContainer {
        box-sizing: border-box;
        display: table;
        margin: 20px auto;
        position: static;
        width: 100% !important;
      }
      #mlb2-7387567.ml-form-embedContainer h4,
      #mlb2-7387567.ml-form-embedContainer p,
      #mlb2-7387567.ml-form-embedContainer span,
      #mlb2-7387567.ml-form-embedContainer button {
        text-transform: none !important;
        letter-spacing: normal !important;
      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper {
        background-color: #f6f6f6;
        
        border-width: 0px;
        border-color: transparent;
        border-radius: 4px;
        border-style: solid;
        box-sizing: border-box;
        display: inline-block !important;
        margin: 0;
        padding: 0;
        position: relative;
              }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper.embedDefault { width: 400px; }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper.embedForm { max-width: 400px; width: 100%; }
      #mlb2-7387567.ml-form-embedContainer .ml-form-align-left { text-align: left; }
      #mlb2-7387567.ml-form-embedContainer .ml-form-align-center { text-align: center; }
      #mlb2-7387567.ml-form-embedContainer .ml-form-align-default { display: table-cell !important; vertical-align: middle !important; text-align: center !important; }
      #mlb2-7387567.ml-form-embedContainer .ml-form-align-right { text-align: right; }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        height: auto;
        margin: 0 auto !important;
        max-width: 100%;
        width: undefinedpx;
      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
        padding: 20px 20px 0 20px;
      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
        padding-bottom: 0;
      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
        text-align: left;
        margin: 0 0 20px 0;
      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
        color: #000000;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 30px;
        font-weight: 400;
        margin: 0 0 10px 0;
        text-align: left;
        word-break: break-word;
      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
        color: #000000;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 10px 0;
        text-align: left;
      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {
        color: #000000;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px;
      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol,
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol {
        list-style-type: lower-alpha;
      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol ol,
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol ol {
        list-style-type: lower-roman;
      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
        color: #000000;
        text-decoration: underline;
      }

      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {
        text-align: left!important;
      }

      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {
        margin-bottom: 5px;
        color: #333333;
        font-size: 14px;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-weight: bold; font-style: normal; text-decoration: none;;
        display: inline-block;
        line-height: 20px;
      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
        margin: 0;
      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
        margin: 0;
        width: 100%;
      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
        margin: 0 0 20px 0;
        width: 100%;
      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
        float: left;
      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
        margin: 0;
        padding: 0 0 20px 0;
        width: 100%;
        height: auto;
        float: left;
      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
        margin: 0 0 10px 0;
        width: 100%;
      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
        margin: 0;
      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {
        margin: 0;
      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
        background-color: #ffffff !important;
        color: #333333 !important;
        border-color: #cccccc;
        border-radius: 4px !important;
        border-style: solid !important;
        border-width: 1px !important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px !important;
        height: auto;
        line-height: 21px !important;
        margin-bottom: 0;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 10px 10px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        max-width: 100% !important;
      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder { color: #333333; }

      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder { color: #333333; }

      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder { color: #333333; }

      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder { color: #333333; }

      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow textarea {
        background-color: #ffffff !important;
        color: #333333 !important;
        border-color: #cccccc;
        border-radius: 4px !important;
        border-style: solid !important;
        border-width: 1px !important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px !important;
        height: auto;
        line-height: 21px !important;
        margin-bottom: 0;
        margin-top: 0;
        padding: 10px 10px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        max-width: 100% !important;
      }

      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
          border-color: #cccccc!important;
          background-color: #ffffff!important;
      }

      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input.custom-control-input[type="checkbox"]{
        box-sizing: border-box;
        padding: 0;
        position: absolute;
        z-index: -1;
        opacity: 0;
        margin-top: 5px;
        margin-left: -1.5rem;
        overflow: visible;
      }

      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
        border-radius: 4px!important;
      }


      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::after, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::after, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
      }

      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
      }

      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::before, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input:checked~.custom-control-label::before, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::before, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::before, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::before  {
          border-color: #000000!important;
          background-color: #000000!important;
      }

      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::after, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::after, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::after, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::after {
           top: 2px;
           box-sizing: border-box;
      }

      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
           top: 0px!important;
           box-sizing: border-box!important;
      }

      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
        top: 0px!important;
           box-sizing: border-box!important;
      }

       #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after {
            top: 0px!important;
            box-sizing: border-box!important;
            position: absolute;
            left: -1.5rem;
            display: block;
            width: 1rem;
            height: 1rem;
            content: "";
       }

      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
        top: 0px!important;
        box-sizing: border-box!important;
      }

      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::before {
          position: absolute;
          top: 4px;
          left: -1.5rem;
          display: block;
          width: 16px;
          height: 16px;
          pointer-events: none;
          content: "";
          background-color: #ffffff;
          border: #adb5bd solid 1px;
          border-radius: 50%;
      }

      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::after {
          position: absolute;
          top: 2px!important;
          left: -1.5rem;
          display: block;
          width: 1rem;
          height: 1rem;
          content: "";
      }

      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
          position: absolute;
          top: 4px;
          left: -1.5rem;
          display: block;
          width: 16px;
          height: 16px;
          pointer-events: none;
          content: "";
          background-color: #ffffff;
          border: #adb5bd solid 1px;
          border-radius: 50%;
      }

      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after {
          position: absolute;
          top: 0px!important;
          left: -1.5rem;
          display: block;
          width: 1rem;
          height: 1rem;
          content: "";
      }

      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
          position: absolute;
          top: 0px!important;
          left: -1.5rem;
          display: block;
          width: 1rem;
          height: 1rem;
          content: "";
      }

      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-radio .custom-control-label::after {
          background: no-repeat 50%/50% 50%;
      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox .custom-control-label::after, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
          background: no-repeat 50%/50% 50%;
      }

      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-control {
        position: relative;
        display: block;
        min-height: 1.5rem;
        padding-left: 1.5rem;
      }

      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input {
          position: absolute;
          z-index: -1;
          opacity: 0;
          box-sizing: border-box;
          padding: 0;
      }

      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label {
          color: #000000;
          font-size: 12px!important;
          font-family: 'Open Sans', Arial, Helvetica, sans-serif;
          line-height: 22px;
          margin-bottom: 0;
          position: relative;
          vertical-align: top;
          font-style: normal;
          font-weight: 700;
      }

      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select, #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-select {
        background-color: #ffffff !important;
        color: #333333 !important;
        border-color: #cccccc;
        border-radius: 4px !important;
        border-style: solid !important;
        border-width: 1px !important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px !important;
        line-height: 20px !important;
        margin-bottom: 0;
        margin-top: 0;
        padding: 10px 28px 10px 12px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        max-width: 100% !important;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        background: url('https://assets.mlcdn.com/ml/images/default/dropdown.svg') no-repeat right .75rem center/8px 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
      }


      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
        height: auto;
        width: 100%;
        float: left;
      }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { width: 70%; float: left; }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal { width: 30%; float: left; }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal.labelsOn { padding-top: 25px;  }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields { box-sizing: border-box; float: left; padding-right: 10px;  }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
        background-color: #ffffff;
        color: #333333;
        border-color: #cccccc;
        border-radius: 4px;
        border-style: solid;
        border-width: 1px;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
        margin-top: 0;
        padding: 10px 10px;
        width: 100%;
        box-sizing: border-box;
        overflow-y: initial;
      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
        background-color: #000000 !important;
        border-color: #000000;
        border-style: solid;
        border-width: 1px;
        border-radius: 4px;
        box-shadow: none;
        color: #ffffff !important;
        cursor: pointer;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px !important;
        font-weight: 700;
        line-height: 20px;
        margin: 0 !important;
        padding: 10px !important;
        width: 100%;
        height: auto;
      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
        background-color: #333333 !important;
        border-color: #333333 !important;
      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type="checkbox"] {
        box-sizing: border-box;
        padding: 0;
        position: absolute;
        z-index: -1;
        opacity: 0;
        margin-top: 5px;
        margin-left: -1.5rem;
        overflow: visible;
      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
        color: #000000;
        display: block;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-align: left;
        margin-bottom: 0;
        position: relative;
        vertical-align: top;
      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {
        font-weight: normal;
        margin: 0;
        padding: 0;
        position: relative;
        display: block;
        min-height: 24px;
        padding-left: 24px;

      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {
        color: #000000;
        text-decoration: underline;
      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
        color: #000000 !important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
        font-size: 12px !important;
        font-weight: normal !important;
        line-height: 18px !important;
        padding: 0 !important;
        margin: 0 5px 0 0 !important;
      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {
        margin: 0;
      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
        margin: 0 0 20px 0;
        float: left;
        width: 100%;
      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
        background-color: #F9C143 !important;
        border: none !important;
        border-radius: 4px !important;
        box-shadow: none !important;
        color: #ffffff !important;
        cursor: pointer;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        line-height: 21px !important;
        height: auto;
        padding: 10px !important;
        width: 100% !important;
        box-sizing: border-box !important;
      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
        display: none;
      }
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
        background-color: #333333 !important;
      }
      .ml-subscribe-close {
        width: 30px;
        height: 30px;
        background: url('https://assets.mlcdn.com/ml/images/default/modal_close.png') no-repeat;
        background-size: 30px;
        cursor: pointer;
        margin-top: -10px;
        margin-right: -10px;
        position: absolute;
        top: 0;
        right: 0;
      }
      .ml-error input, .ml-error textarea, .ml-error select {
        border-color: red!important;
      }

      .ml-error .custom-checkbox-radio-list {
        border: 1px solid red !important;
        border-radius: 4px;
        padding: 10px;
      }

      .ml-error .label-description,
      .ml-error .label-description p,
      .ml-error .label-description p a,
      .ml-error label:first-child {
        color: #ff0000 !important;
      }

      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,
      #mlb2-7387567.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter {
        color: #ff0000 !important;
      }
            @media only screen and (max-width: 400px){

        .ml-form-embedWrapper.embedDefault, .ml-form-embedWrapper.embedPopup { width: 100%!important; }
        .ml-form-formContent.horozintalForm { float: left!important; }
        .ml-form-formContent.horozintalForm .ml-form-horizontalRow { height: auto!important; width: 100%!important; float: left!important; }
        .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { width: 100%!important; }
        .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal > div { padding-right: 0px!important; padding-bottom: 10px; }
        .ml-form-formContent.horozintalForm .ml-button-horizontal { width: 100%!important; }
        .ml-form-formContent.horozintalForm .ml-button-horizontal.labelsOn { padding-top: 0px!important; }

      }



.widgets-list-layout li{
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;	
}
.widgets-list-layout li:last-of-type{
	border-bottom: none;
}
.widgets-list-layout-links{
	width: 75% !important;
}
.widgets-list-layout .widgets-list-layout-blavatar{
    width: 20% !important;
    max-width: 100px !important;
}

.home a.header-store{
    color: #fff !important;
    top: 20px;
	right: 0;
}
a.header-store {
    color: #000;
    position: absolute;
    right:35px;
    top: 25px;
    z-index: 5;
    font-size: 16px;
}

/* Category Slider
---------------------------------------------------------------------------- */
 /* the slides */
 .cat-articles-slider .slick-slide {
      margin: 0 27px;
  }

  /* the parent */
  .cat-articles-slider .slick-list {
      margin: 0 -27px;
  }

  .cat-articles-slider .slick-slide .one-third{
  	margin-left: 0;
  }


		.cat-article-gaming{
    position: relative;
    padding-bottom: 0 !important;
    margin-bottom: 30px !important;
    border-bottom: none !important;
		}
		.cat-article-gaming .entry-header{
			position: absolute;
			    bottom: 0;
			    color: #fff;
			    z-index: 999;
			    left: 0;
			        width: 100%;
    text-align: center;
    display: block;
		}
		.cat-article-gaming .entry-header h2.entry-title{
			margin-bottom: 0;
		}
		.cat-article-gaming .entry-header h2.entry-title a{
			color: #fff;
			font-size: 18px;
			color: #fff;
	    font-size: 18px;
	    background: #1a5394c7;
	    width: 100%;
	    display: block;
	    padding: 10px;
	     transition: 0.3s;
		}
		#container:hover ~ #cube { background-color: yellow; }

		.cat-article-gaming:hover  h2.entry-title a{
		    padding: 30px 10px;
		   }
		.cat-article-gaming .cat-feat-img{
			margin-bottom: 0 !important;
		}
		.cat-article-gaming .entry-content{
			display: none;
		}

/* Slide Menu
---------------------------------------------------------------------------- */
  #slide-menu{
			position: fixed;
			width: 400px;
			min-height: 100vh;
			left: 0;
			top: 0;
			background: #000;
			padding: 20px;
			z-index: 999999999999;
			display: none;
		}
		#slide-menu:focus{
			outline: none;
		}
		.slide-menu-logo{
			text-align: center;
			margin-bottom: 20px;
		}
		#slide-menu #menu-burger-menu li a{
			color: #fff;
			display: block;
		}
		#slide-menu #menu-burger-menu > li{
			border-bottom: 1px solid #FAC143;
		}
		#slide-menu #menu-burger-menu > li > a:after{
				content: "\f141";
		    display: inline-block;
		    float: right;
		    width: 20px;
		    font-family: dashicons;
		    height: 20px;
		    color: #FAC143;
		    font-size: 25px;
		}
		#slide-menu #menu-burger-menu > li > a.menu-active:after{
			content: "\f140";
		}

		#slide-menu #menu-burger-menu li a:focus{
			outline: none;
		}
		#slide-menu ul.sub-menu {
    		display: none;
    	    padding-left: 35px;
    		font-size: 18px;
		    margin-bottom: 10px;
		}
		#slide-menu ul.sub-menu li{
			list-style-type: disc;
			    color: #FAC143;
			        margin: 5px 0;
			}
		#account-menu,
		.menu-burger-menu-container,
		.follow-burger{
			min-width: 160px;
		}
		#account-menu{
			margin-top: 30px;
		}
		#account-menu li{
			position: relative;
		}
		#account-menu li a{
			font-size: 16px;
			color: #fff;
    	padding-left: 27px;
		}

		#account-menu .dashicons{
			position: absolute;
	    top: 8px;
	    left: 0;
	    background: #FAC143;
	    color: #000;
	    border-radius: 20px;
	    font-size: 15px;
	    padding-top: 2px;
  	}

		.follow-burger{
			margin-top: 30px;
		}
		.follow-burger p{
			color: #fff;
	    font-size: 14px;
	    font-weight: normal;
	    margin-bottom: 10px;
		}
		.follow-burger a{
			background: #FAC143;
	    color: #000;
	    border-radius: 20px;
	    font-size: 14px;
	    padding-top: 5px;
	    width: 30px;
	    height: 30px;
	    position: relative;
	    display: inline-block;
	    text-align: center;
		}
		.follow-burger-top{
			margin-bottom: 5px;
		}

		a#slide-menu-btn{
			color: #000;
		    position: absolute;
		    right: 35px;
		    top: 25px;
		    z-index: 5;
		    font-size: 16px;
		}

		.home a#slide-menu-btn{
			color: #fff;
			top: 55px;
		}

		a#close-slide-menu{
		    position: absolute;
		    right: 20px;
		    color: #FAC143;
		    top: 5px;
		}
		a#close-slide-menu .dashicons{
			font-size: 35px;
		}


/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}

@media only screen and (min-width: 960px) {

	.site-inner{
		padding: 30px 0;
	}

	.home .store-mobile-only{
		display:none !important;
	}

	/* Site Header
	--------------------------------------------- */

	/*.site-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 9999;
	}

	.admin-bar .site-header {
		top: 32px;
	} */

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #ffa801;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.js .nav-primary {
		display: block;
		padding-top: 10px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
		clear: right;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner,
	.wrap {
		max-width: 1140px;
		margin:  0 auto;
	}

	#home-cat-tv .wrap{
		padding-right: 30px;
		padding-left: 30px;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 65%;
	}

	.blog .content,
	.search .content{
		width: 100%;
		float: none;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}


	.archive .content{
		width: 100%;
	}

	figure.size-large{
    	margin: 0 0 40px 0;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.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;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 30px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

	.home .nav-primary #menu-item-180,
	.nav-primary #menu-item-154{
		display: inline-block;
	}
	.nav-primary #menu-item-180,
	.home .nav-primary #menu-item-154{
		display: none;
	}

	#home-cat-tv .wrap{
		display: flex;
	}
	.home-cat-tv-featured-content{
		display: flex;
		align-items: center;
	}
	.home-cat-tv-featured-content .entry-title{
		font-size: 45px;
		    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 4;
	    overflow: hidden;
	}


	.archive .content .cat-article-featured .entry-title{
		font-size: 20px;	    
	}
	.archive .content .cat-article-featured-main .entry-title{
		font-size: 28px;
	}

	.archive .site-inner{
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (min-width: 1180px) {
	#related-posts{
		overflow: hidden;
	}
	#home-cat-tv .wrap{
		padding-right: 0;
	}
	#albh-instagram .wrap{
		max-width: 100%;
		padding-right: 60px;
		padding-left: 60px;
	}
	.home-cat-social-articles{
		max-width: 100%;
		padding-right: 60px;
	}

	#home-top-featured .wrap{
		max-width: 100%;
		padding-right: 30px;	
		padding-left: 30px;	
	}
}

@media only screen and (min-width: 1281px) {
	#home-top-featured .wrap{
		max-width: 100%;
		padding-right: 80px;	
		padding-left: 80px;	
	}
}

@media only screen and (max-width: 1180px) {
	#home-top-featured .wrap{
		padding-right: 30px;	
		padding-left: 30px;	
	}
}

@media only screen and (max-width: 960px) {
	#home-cat-tv .wrap{
		padding-left: 30px;
		padding-right: 30px;
	}

	.home-cat-tv-featured{
		margin-bottom: 40px;
	}

	#home-cat-social .wrap,
	#home-cat-health .wrap,
	#albh-instagram .wrap,
	#home-cat-gaming .wrap{
		padding-right: 30px;
		padding-left: 30px;
	}

	#home-cat-social .wrap{
		display: block;
	}

	#home-cat-social #home-cat-social-featured{
	    height: 600px;
	    margin-top: 30px;		
	}

	.home .nav-primary .wrap > ul{
	    background: rgba(0,0,0,0.8);
	    padding: 20px;	
	    position: relative;
	    z-index: 10;
	}

	.single .entry-header h1.entry-title{
		font-size: 28px;
	}

	.header-widget-area{

	}

	.header-widget-area #custom_html-3{
		display: none;
	}

	.search-bar-top .wrap{
		padding: 0 20px;
	}
	.search-bar-top input[type="search"]{
		padding-left: 0;
	}
	a.search-bar-close{
		right: 10px;
    	top: 11px;		
	}   	

	.home-cat-columns{
		padding-right: 30px;
		padding-left: 30px;
	}

	.wp-custom-logo .title-area a.albh-logo-alt img{
		width: 180px;
	}

	#home-latest-articles .wrap,
	#home-most-read .wrap{
		padding: 0 20px;
		    margin-top: 30px;
	}
	.latest-hp-article{
		padding-bottom: 20px;
	}

	.give-box {
		padding: 18px;
	}
	.give-box p{
		font-size: 16px;
	}
	.tabs{
		margin-bottom: 0 !important;
	}
	.tabs li{
		font-size: 15px;
	}
	.tabs_item{
		padding: 15px 0;
	}
	.tabs_item .one-half{
		width: 49%;
		float: left;
		margin-left: 2%;
	}
	.tabs_item .one-half.first{
		margin-left: 0;
	}

}

@media only screen and (max-width: 768px) {
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	    margin-right: 0 !important;
	}
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin-right: 0;
}

@media only screen and (max-width: 660px) {
	.blog .content .cat-feat-img, .search .content .cat-feat-img, .archive .content .cat-feat-img {
	    float: none;
	    margin-right: 0;
	    width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	 #slide-menu{
	 	width: 100%;
	 }
}


@media only screen and (max-width: 480px) {
	.wp-custom-logo .site-container .title-area{
		max-width: 240px !important;
	}

	h1.entry-title{
		line-height: normal;
	}

	h2.latest-header-item-title{
		font-size: 40px;
    	/*-webkit-line-clamp: 4;*/
	}

	#home-top-featured{
		margin-bottom: 15px;
	}

	.latest-hp-article img{
		width: 100%;
		float: none;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child {
		display: none !important;
	}

	#mega-menu-item-24652{
		margin-right: 0;
	}
	#mega-menu-item-24652 a{
		padding-right: 0;
	}

	#paywall-cta{
	    bottom: 50px;
	}

}

@media only screen and (max-width: 1180px) and (min-width: 960px){
	#home-cat-health .wrap,
	#albh-instagram .wrap,
	#home-cat-gaming .wrap{
		padding-right: 30px;
		padding-left: 30px;
	}

	.home .wp-custom-logo .site-container .title-area{
		max-width: 120px !important;
	}
}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
