/*
Theme Name: Sonic Scoop
Description: Sonic Scoop Custom.
Version: 1.0
Author: Kit
Author URI:
Theme URI:

*/

/* Condensed */

@font-face {
    font-family: 'KnockoutHTF50Welterweight';
    src: url('webfonts/knockout-webfont.eot');
    src: url('webfonts/knockout-webfont.eot?#iefix') format('embedded-opentype'),
    url('webfonts/knockout-webfont.woff') format('woff'),
    url('webfonts/knockout-webfont.ttf') format('truetype'),
    url('webfonts/knockout-webfont.svg#KnockoutHTF50Welterweight') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
    box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

ul {
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.body-left ul li {
    margin-bottom: 1rem;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 5px;
    font-size: 1em;
    width: 100%;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

tr, th, td, tbody, thead, tfoot {
    padding: 10px;
    vertical-align: top;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

th {
    background: #efefef;
}

input, select {
    vertical-align: middle;
}

hr {
    background: none;
    border: none;
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
    clear: both;
}

code {
    font-size: 1.1em;
}

code {
    display: inline-block;
    border: 1px solid #eee;
    font-size: 0.9em;
    padding: 0 3px;
}

pre {
    overflow: auto;
    font-family: 'courier new', courier, monospace;
    font-size: 0.85em;
    padding: 10px;
    border: 1px solid #ccc;
}

#topbar {
    position: relative;
    min-height: 35px;
    background-color: #dcdcdc;
}

.topbar-container {
    width: 100%;
    margin: 0 auto;
}

.page-id-85533 .newsletterbtn, .page-id-58178 .newsletterbtn,  .page-id-85163 .newsletterbtn, .page-id-85054 .newsletterbtn,  .page-id-85054 .newsletterbtn .page-id-85055, .newsletterbtn .page-id-85564 {
	display: none;
}

.social {
    float: left;
    margin-left: 10px;

}

.social img {
    width: 25px;
    height: 25px;
    margin-top: 4px;
}

.newsletterbtn {
    float: right;
    margin-right: 10px;
}

.newsletterbtn a {
    height: 35px;
    vertical-align: middle;
    color: #FFF;
    background-color: #E8545D;
    display: block;
    line-height: 35px;
    padding: 0 15px 0 15px;
}

.newsletterbtn a:hover {
    background-color: #FF7A7A;
    color: #FFF;
}

.newsletterbtn a.news-signup:after {
    content: 'NEWSLETTER SIGN UP';
}

.gear-deals {
	float: right;
	display: none !important;
}

.header img {
    display: block;
    width: 100%
}

.site-background {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 500px;
    display: none;
}

.site-background img {
    object-fit: none;
    object-position: center 35px;
    height: 100%;
}

@media screen and (min-width: 681px) {
    .site-background { display: block; }
}

/* @media screen and (min-width: 1401px) {
    .site-background.desktop { display: block; }
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
    .site-background.med { display: block; }
}

@media screen and (min-width: 861px) and (max-width: 1024px) {
    .site-background.small { display: block; }
}

@media screen and (min-width: 681px) and (max-width: 860px) {
    .site-background.xs { display: block; }
} */

.headerimg {
    width: 37%;
    float: left;
    max-width: 300px;
    position: relative;
}

.headerimg img {
    width: 100%;
}

.post-body {
    width: 60%;
    float: left;
    margin-left: 3%;
}

.featuredbanner {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.featuredbanner img {
    width: 100% !important;
}

#google_ads_div_Leaderboard_ad_container,
#google_ads_iframe_Leaderboard {
    width: 100% !important;
}

.homepage-feature {
    margin-bottom: 20px;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}

.featured {
    width: 55%;
    background-color: #000;
    float: left;
    position: relative;
    overflow: hidden;
}

.featured-image-container {
    width: 100%;
    position: relative;
    height: 380px;
    overflow: hidden;
}

.featured img {
    width: 100%;
    position: relative;
}

.feature-spotlight {
    height: 40px;
    padding: 0 40px 0 20px;
    background-image: url(images/feature-catbg.png);
    background-repeat: no-repeat;
    background-position: right;
    font-size: 1.4em;
    color: #FFF;
    line-height: 40px;
    position: absolute;
    top: 5%;
}

.spotlight-title {
    width: 100%;
    background-color: #277f97;
    color: #FFF;
    position: absolute;
    bottom: 0;
    padding: 10px;

}

.spotlight-title h3 {
    line-height: 1.4;
    font-size: 1.2em;
    color: #FFF;
    margin: 0;

}

.spotlight-title h3 a {
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.spotlight-title h3 a:hover {
    color: #CCC;
}

.feature-category {
    height: 40px;
    padding: 0 40px 0 20px;
    background-image: url(images/feature-catbg.png);
    background-repeat: no-repeat;
    background-position: right;
    font-size: 1.2em;
    color: #FFF;
    line-height: 40px;
    position: absolute;
    bottom: 5%;
	display: none !important;
}

.latestnews {
    width: 42%;
    float: left;
    margin-left: 3%;

}

.latestnews h2 {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 3px solid #666;
    margin-bottom: 0px;

}

.news-article {
    width: 100%;
    padding-bottom: 8px;
    border-top: 1px solid #eeeeee;
    margin-top: 0;
    padding-top: 8px;
    float: left;
    max-height: 91px;
    vertical-align: middle;
    position: relative;

}

.news-image {
    width: 25%;
    float: left;
    max-height: 65px;
    overflow: hidden;
}

.news-article img {
    width: 100%;

}

.news-title {
    width: 72%;
    float: left;
    margin-left: 3%;
    position: relative;
    max-height: 75px;
    position: absolute;
    top: 50%;
    height: 30px;
    margin-top: -15px;
    left: 25%;
    overflow: hidden;
}

.news-article h3 {
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
    display: block;
    font-size: 0.8em;

}

@media (max-width: 960px) {
    .featuredbanner {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .featuredbanner.fixed-fade {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        display: block;
        background: #fff;
        z-index: 99999;
        padding-top: 5px;
        padding-bottom: 5px;
        animation: fadeInDown .8s ease-in both;
    }

    .header > a, .only_desktop {
        display: none !important;
    }

    /*.banner-wrapper {
        height: 50px;
    }*/

	#topbar {
		margin: 50px auto 0 !important;
	}
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeOut {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*************************************************************************************************************************
GENERAL STYLES
*************************************************************************************************************************/

body {
    font: 0.95em Lucida Grande, Verdana, Tahoma, Arial, Sans-serif;
    color: #666;
    /* background-image: url(images/bg.jpg);
    background-repeat: no-repeat;
    background-position: top center; */
}

body.wp-admin {
	background-image: none;
}


body p {
    margin-bottom: 15px;
    line-height: 1.8em;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}

strong {
    font-weight: 800;
}

/* hgroup */
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
    margin-bottom: 1.25rem;
    font-family: 'Montserrat', Sans-serif;
    font-weight: 400;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}

h1 {
    font-size: 1.6em;
    color: #000;
}

h2 {
    font-size: 1.4em;
    color: #000;
}

h3 {
    font-size: 1.2em;
    color: #333;
}

h4 {
    font-size: 1.2em;
    color: #333;
}

h5 {
    font-size: 1em;
    color: #555;
}

h6 {
    font-size: 1em;
    color: #555;
}

/* LINK */
a {
    color: #317c94;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #000;
}

/* .nav */
.nav .current-menu-item > a,
.nav .current-menu-ancestor > a,
.nav .current_page_item > a,
.nav .current_page_ancestor > a {
    text-decoration: underline;
}

.nav ul ul a {
    display: block;
    padding: 10px;
    position: relative;
}

.nav li {
    font-size: 0.85em;
    display: inline-block;
    float: left;
    position: relative;
    z-index: 100;
}

.nav li:hover > ul,
.nav li:focus > ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    zoom: 1;
    visibility: visible;
    height: auto;
}

.nav ul ul {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    zoom: 0;
    visibility: hidden;
    height: 0;
    position: absolute;
    width: 200px;
    background: #000;
    z-index: 200;
}

.nav ul ul li {
    display: block;
    float: none;
}

.nav ul ul ul {
    position: absolute;
    left: 200px;
    top: 0;
}

.nav ul ul a:hover {
    text-decoration: none;
    color: #2c7e96;
}

/* .article */

.sticky {
}

.article {
    margin-bottom: 5px;
	padding-top: 15px;
    padding-bottom: 15px;
    background: url('images/break.gif') repeat-x bottom center;
    overflow: hidden;
    clear: both;
    line-height: 1.8;
}

.article a {
    font-weight: bold;
}

.article .post-thumb {
    padding: 2px;
    border: 1px solid #ddd;
}

.article .post-header {
    margin-bottom: 30px;
    overflow: hidden;
}

.article .post-date {
    color: #000;
    line-height: 1em;
    font-size: .9em;
    clear: both;
    margin-bottom: 10px;
}

.article .post-date a {
    color: #317c94;
    font-weight: bold;
}

.article h2.post-title {
    font: 700 1.8em 'Muli', Lucida Sans Unicode, Lucida Grande, Verdana, Tahoma, Arial, Sans-serif;
    margin: 10px 0 5px 0;
    line-height: 1.4;
    float: left;
}

.article h2.post-title a {
    color: #000;
}

.article h2.post-title a:hover {
    color: #317c94;
}

.article h2.post-title-list {
    margin: 10px 0 5px 0;
    line-height: 1.4;
    float: left;
}

.article h2.post-title-list a {
    color: #000;
}

.article h2.post-title-list a:hover {
    color: #317c94;
}

.article .post-comment {
    padding: 2px 0 2px 20px;
    background: url('images/comment_icon.gif') no-repeat 0 4px;
}

.article .attachment-alignleft {
    float: left;
    margin: 0 10px 5px 0;
}

.article .archives {
    overflow: hidden;
    clear: both;
    padding: 10px 0;
}

.article .archives .archives-box {
    width: 45%;
    float: left;
    padding: 2px;
}

.article .share {
    float: right;
    width: 40%;
    text-align: right;
    padding: 10px 0 0 0;
}

/* .article misc */
.article blockquote {
    font: italic 400 15px 'Lora', Serif;
    display: block;
    clear: both;
    margin: 20px 0;
    padding: 20px 20px 20px 60px;
    background: #f8f8f8 url('images/blockquote.gif') no-repeat 20px 25px;
    font-style: italic;
    color: #888 !important;
}

.article blockquote p {
    padding: 0;
    font-size: 15px !important;
}

.article ul {
    margin: 0 0 20px 25px;
}

.article ol {
    margin: 0 0 20px 25px;
    list-style: decimal outside;
}

.article li {
    margin: 0px 0;
    line-height: 1.685em;
}

/* Justin Edit Page Title Bars below */
.pagetitle {
    text-align: left;
    font-size: 1.75em;
    padding: 3px 10px 3px 10px;
    color: #fff;
    background-color: #000
}

/* Page Title Bars */

.page-pagination {
    font-weight: bold;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    width:100%;
    float: left;
}

.page-pagination span {
    float: left;
}

.pagination {
    clear: both;
    font-size: 16px;
    padding: 10px 0;
    overflow: hidden;
    list-style: none;
    margin-top: 25px;
    margin-bottom: 50px;
}

.pagination p {
    text-align: center;
}

.pagination a, .plp-active-page span, .single-post .page-numbers {
    padding: 5px 10px;
    margin-right: 5px;
    background: #277f97;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 2px;
}

.pagination a:hover,
.pagination .current, .plp-active-page span, .plp-active-page a:hover, .plp-active-page span:hover, span.page-numbers:hover, .plp-active-page {
    padding: 5px 10px;
    margin-right: 5px;
    background: #D8D8D8 !important;
    color: #979797;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 2px;
}

.page-pagination .page-pagination-number, .page-pagination-title, .single-page-button.page-pagination-footer {
    float: left;
    clear: none;
    margin: 2px;
}

.single-page-button.page-pagination-footer {
    padding: 5px 10px;
    font-weight: bold;
    font-size: 16px;
    margin-left: 6px;
    font-family: "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
}

.post-ad {
	margin-bottom: 20px;
	margin-top: 10px;
}

#post-pagination p {
    margin: 0;
}

.post-footer {
    clear: both;
    padding: 20px 0 10px 0;
    margin: 0;
    overflow: hidden;
}

.post-footer ul {
    margin: 0;
    list-style: none;
}

.post-footer ul li {
    margin: 0px 0;
    padding-left: 5px !important;
}

.post-category {
    margin-bottom: 10px;
}

#div_adkengage_recommendations_txt ul {
    margin: 0;
    list-style: none;
}

#div_adkengage_recommendations_txt ul li {
    padding-left: 30px !important;
    background-image: url(images/bullet.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

DIV.adkengage_about {
    display: none !important;
}

.footer-navi {
    clear: both;
    overflow: hidden;
    padding: 20px 0 !important;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.footer-navi li.previous {
    float: left;
}

.footer-navi li.next {
    float: right;
}

/* .gallery */
.gallery {
    clear: both;
    overflow: hidden;
}

.gallery-caption {
    text-align: left;
    line-height: 20px;
    padding: 4px 0 40px 0;
    margin-left: 8px !important;
}

.gallery .gallery-item {
    margin-top: 0 !important;
}

.gallery dl {
    margin: 0;
}

.gallery a {
    display: block;
}

.gallery a img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.mobile-inline-ad-wrapper
{
	width: 100%;
	text-align: center;
}

.mobile-inline-ad
{
	text-align: center !important;
	margin: 0 auto !important;
	width: 300px;
}

.mobile-inline-ad div
{
	text-align: center;
	margin: 0 auto !important;
}

.mobile-inline-ad iframe
{
	text-align: center;
	width: 300px;
	margin: 0 auto !important;
}


/* .sideform */
.sideform {
    clear: both;
    overflow: hidden;
    text-align: center;
}

.sidetext {
    width: 150px;
    margin: 2px auto;
    color: #888;
    border: 1px solid #bbb;
}

/* .side-widget */
.side-widget {
    padding: 0 0px 10px 0px;
    margin-bottom: 10px;

    overflow: hidden;
    clear: both;
    text-align: left;
}

.side-widget img {
    max-width: 300px;
}

.wpp-list {
    text-align: left;
}

.textwidget {
    overflow: hidden;
    clear: both;
}

.side-widget h3 {
    font-size: 1.3em;
    font-weight: 400;
    text-align: left;
    margin-bottom: 15px;
    width: 95%;
    padding-bottom: 10px;
    border-bottom: 3px solid #666;
}

.side-widget select {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.side-widget ol,
.side-widget ul {
    clear: both;
    list-style: none;
}

.side-widget ol.children,
.side-widget ul.children {
    clear: both;
    list-style: none;
    margin-left: 20px;
}

.side-widget ol li,
.side-widget ul li {
    margin: 5px 0;
    line-height: 1.8em;
}

.sidebar-ads {
	text-align: center;
	margin: 0 auto;
	width: 100%;
}

.sidebar-ad {
	display: inline-block;
	width: 125px;
	padding: 5px;
}

/* .footer */
p.footer-copy a:hover {
    color: #fff;
}

/* .comment-box */
.comment-box {
    padding: 0 0 20px 0;
    overflow: hidden;
}

.comment-box h4 {
    font-size: 1.4em;
    margin: 10px 0;
}

#respond {
    padding: 10px;
    background: #fff;
}

.comment-text {
    width: 25%;
    margin-right: 5px;
}

.comment-textarea {
    width: 95%;
}

.comment-text,
.comment-textarea {
    border: 1px solid #ccc;
    padding: 5px;
    color: #999;
    font: normal 0.85em Verdana, Tahoma, Arial, San-serif;
}

.avatar {
    margin-right: 20px;
    float: left;
    border: 1px solid #999;
}

.comment-meta {
    clear: both;
    overflow: hidden;
}

.comment-meta h6 {
    font-size: 1em;
    margin-bottom: 3px;
}

.comment-meta small {
    font-style: italic;
    color: #999;
    font-size: 0.85em;
}

.comment-content {
    padding: 5px 10px;
    overflow: hidden;
}

.comment-content p {
    padding: 5px 0;
    margin: 0 0 10px 55px;
    line-height: 1.8em
}

.commentlist li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    list-style: none;
}

.commentlist li.bypostauthor {
}

.commentlist ul.children {
    padding: 0;
}

.commentlist ul.children li {
    border: none;
    border-left: 1px solid #ddd;
    padding: 0 0 0 30px;
    margin: 0;
    list-style: none;
}

a.comment-reply-link {
    float: right;
}

/* #wp-calendar */
#wp-calendar {
    text-align: center;
    width: 100%;
    font-size: 0.9em;
}

#wp-calendar caption {
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
    padding: 2px;
    border-right: 1px solid #eee;
}

#wp-calendar td {
    font-style: normal;
    padding: 2px;
    border-right: 1px solid #eee;
}

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

#wp-calendar tfoot td {
    border-bottom: 1px solid #eee;
}

/* img */
img {
    max-width: 100%;
    height: auto;
}

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

img.alignright {
    display: inline;
    margin: 0 0 10px 20px;
}

img.alignleft {
    display: inline;
    margin: 0 20px 10px 0;
}

.aligncenter,
.centered {
    display: block;
    margin: auto;
}

.alignleft {
    float: left;
    margin-right: 10px;
}

.alignright {
    float: right;
    margin-left: 10px;
}

@media screen and (max-width: 1024px) {
    .alignleft,
    .alignright,
    .alignleft.wp-caption,
    .alignright.wp-caption {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

/* .wp-caption */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ccc;
    background: #efefef;
    margin: 2.5rem 1rem;
    padding: 1%;
    text-align: center;
    max-width: 96%;

    &.alignright {
        margin-left: 1.5rem;
    }
}

.wp-caption img {
    border: 0;
}

.wp-caption p.wp-caption-text {
    font-size: 0.85em;
    line-height: 1.2em;
    padding: 3px 0;
    margin: 0;
}

/* Input and label */

input:focus,
button:focus,
a.button:focus,
select:focus,
textarea:focus {
    -webkit-box-shadow: #0066ff 0 0 5px 0;
    -moz-box-shadow: #0066ff 0 0 5px 0;
    box-shadow: #0066ff 0 0 5px 0;
    z-index: 1;
}

input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

button,
a.button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
    background-color: #1b7694;
    -webkit-appearance: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    border: 0;
    border-color: #FFF;
    cursor: pointer;
    color: #FFF;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 8px 20px;
    text-decoration: none;
    vertical-align: top;
    width: auto;
    font: bold 14px/1.8 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
    box-shadow: 3px 2px 0px 0px #899599;

}

input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: #4296b2;
    text-decoration: none;
}

button::-moz-focus-inner,
a.button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
    background-color: white;
    border: 1px solid;
    border-color: #848484 #c1c1c1 #e1e1e1;
    color: black;
    margin: 0;
    padding: 4px 6px;
    text-align: left;
    font-size: 13px;
    height: 2em;
    vertical-align: top;
    font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
}

.header-form select,
.header-form textarea,
.header-form input {
    border: 0;
    color: #555;
    font-size: 1em;
    font-family: Arial, Verdana, Sans-serif;
    background: #fff;
    height: 30px;
    line-height: 30px;
    border-radius: 3px 0 0 3px;
    margin-right: -4px;
    width: 80%;
}

.header-form .search-btn {
    background: #fff;
    padding: 0 10px;
    margin: 0;
    border: 0;
    box-shadow: none;
    border-radius: 0 3px 3px 0;
    border-left: 1px solid #E0E0E0;
    overflow: hidden;
    height: 30px;
    padding-top: 2px;
    width: 19%;
}

.header-form .search-btn i {
    color: #0277BD;
    font-size: 26px;
    padding: 0;
    margin: 0;
    line-height: 0;
}

/* Misc */
.hidden {
    display: none;
}

.focused {
    border: 1px solid #888;
}

.highlight {
    background: #efefef;
    padding: 0 2px;
}

.button {
    padding: 1px 5px;
}

.fade {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.clearfix {
    clear: both;
    height: 10px;
}

.shadow {
    -webkit-box-shadow: 0 0 5px 0 #aaa;
    box-shadow: 0 0 5px 0 #aaa;
}

.transparency {
    background-color: rgba(255, 255, 255, 0.8);
}

.radius-100 {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.radius-10 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.radius-8 {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.radius-4 {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.header-form {
    clear: both;
    overflow: hidden;
    position: absolute;
    top: 5px;
    right: 20px;
}

.header-text {
    width: 120px;
    line-height: 28px;
    border: 1px solid #4495ab;
    background-color: #4495ab;
    color: #FFF;
    font-family: 'KnockoutHTF50Welterweight', Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    padding: 0px;
    padding-left: 10px;
}

.body-left {
    float: left;
    width: 100%;
    max-width: 1600px

}

.mobile_upper_leaderboard, .mobile_lower_leaderboard {
	width: 300px;
	height: 250px;
	margin: 0 auto;
	clear: both;
}

.mobile_ad_wrap, .mobile-inline-ad-wrapper {
	width: fit-content;
	height: auto;
    padding: 16px;
	text-align: center;
	margin: 15px auto;
	background: #efefef;
	border: 1px solid #ccc;
    clear: both;
}

.featuredbanner .mobile_ad_wrap {
	margin: 0 auto;
}

.mobile_ad_text
{
	text-transform: uppercase;
	padding: 10px;
	font-weight: bold;
	color: #c6c6c6;
}

.section {
    box-sizing: border-box;
    margin-right: 25.8em;
    padding-right: 1em;
    padding-left: 1em;
    padding-top: 15px;
    padding-bottom: 60px;
    -webkit-box-shadow: 0px 8px 10px -7px rgba(66, 65, 66, 1);
    -moz-box-shadow: 0px 8px 10px -7px rgba(66, 65, 66, 1);
    box-shadow: 0px 8px 10px -7px rgba(66, 65, 66, 1);
}

/* Youtube embed responsive styling */
section.section article .iframe-container:not(:has(.rll-youtube-player)) {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

section.section article .iframe-container:has(.rll-youtube-player) {
    margin-bottom: 2.5rem;
}

section.section article .iframe-container iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.aside {
    float: left;
    width: 25.8em;
    margin-left: -25.8em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0;
}

.aside a {
    font-weight: bold;
}

.srp-post-title {
    font-size: 1em;
}

.slicknav_menu {
    display: none;
}

.widget_widget_tptn_pop li {
    max-width: 90%;
    line-height: 1.2em !important;
    margin-bottom: 1.5em !important;
}

.wpcf7-submit input[type="submit"] {
    border: 2px solid #FFF;
    color: #555;
    cursor: pointer;
    background: #0CF;
    padding: 5px 10px;
    transition: all 0.3s ease-in-out 0s;
    width: 125px;
    overflow: hidden;
}

/* .footer */
.footer {
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    color: #777;
    text-align: center;
}

.footer a {
    color: #3fa3c3;
    font-weight: bold;
}

p.footer-copy {
    position: relative;
    background: #000;
    color: #aaa;
    padding: 10px 30px;
    clear: both;
    font-size: 0.9em;
    overflow: hidden;
    margin: 0 auto;
}

/*************************************************************************************************************************
Screen smaller than 680px
*************************************************************************************************************************/
@media all and (max-width: 680px) {

    body {
        font: normal 0.9em 'Muli', Lucida Sans Unicode, Lucida Grande, Verdana, Tahoma, Arial, Sans-serif; background-image: url(images/bg-mobile.jpg);
    }

    .nav,
    #menu-primary-nav {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }

	.ion-search {
		font-size: 18px;
	}


	.search-form-input {
		width: 200px;
		height: 2.5em !important;
		margin: 5px 0 0 2px !important;
	}

	.mobile.search-btn {
		box-shadow: 0px 0px 0px 0px #899599;
		margin-top: 5px;
		padding: 1px 16px;
		background-color: #277f97;
	}

    /* Overall */
    .container {
        margin: 0px auto;
        width: 100%;
        overflow: hidden;
        background-color: #FFF;
        margin-bottom: 0px;
        display: block;
        position: relative;
        -webkit-box-shadow: 0px 8px 10px -7px rgba(66, 65, 66, 1);
        -moz-box-shadow: 0px 8px 10px -7px rgba(66, 65, 66, 1);
        box-shadow: 0px 8px 10px -7px rgba(66, 65, 66, 1);
        max-width: 1440px;
    }

    .header {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 0px 0 0 0;
        text-align: center;
        max-width: 1600px
    }

    .social {
        display: none;
    }

	.newsletterbtn {
		margin: 0;
		width: 100%;
	}

	.newsletterbtn a {
		text-align: center;
		width: 60%;
		font-size: 95% !important;

	}

	.gear-deals {
		display: block !important;
		width: 40% !important;
	}

	.news-signup {
		float: left;
		border-right: 1px solid white;
	}

	.newsletterbtn a.news-signup:after {
		content: 'Get the Weekly Newsletter';
		font-size: 97% !important;
	}

	.newsletterbtn a.gear-deals:after {
		content: 'Gear Deals Here!';
		font-size: 97% !important;
	}

	#text-21 p, #text-22 p {
		font-size: 13px !important;
		text-align: center;
	}


    .featured {
        width: 100%;
        background-color: #000;
        float: left;
        position: relative;
        margin-bottom: 15px;
    }

    .featured-image-container {
        width: 100%;
        position: relative;
        height: auto;
        overflow: hidden;
    }

    .latestnews {
        width: 100%;
        float: left;
        margin-left: 0;

    }

    .headerimg {
        width: 100%;
    }

    .post-body {
        width: 100%;
        float: left;
        margin-left: 0;
    }

    .body-left {
        float: left;
        width: 100%;
        max-width: 1600px

    }

    .section {
        width: 100%;
        box-sizing: border-box;
        padding-right: 1em;
        padding-left: 1em;
        padding-top: 0px;
        padding-bottom: 20px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .aside {
        width: 100%;
        margin-left: 0px;
        padding-left: 1em;
        padding-top: 0;
    }

    .side-widget {
        padding: 0;
        margin-bottom: 10px;
        background: none;
        /** border-bottom:1px solid #CCC; **/
    }

    .feature-category {
        display: none;
    }

    /* .header form */
    .header-form {
        display: none;
    }

    /* .header */
    .header h1,
    .header h5 {
        font-size: 24px;
        margin: 10px 0 0 0;
    }

    .header-title {
        color: #000;
    }

    .header-desc {
        margin: 0;
        color: #777;
    }

    /* .nav */
    .mobile-nav {
        display: block;
        width: 100%;
        margin: 0 auto;
        background: #fff;
    }

    .nav {
        position: relative;
        width: 100%;
        display: inline-block;
        background: #2c7e96;
        padding: 0 10px;
        margin-top: 0px;
        clear: both;
        line-height: 1em;
        font-family: 'KnockoutHTF50Welterweight', Helvetica, Arial, sans-serif;
        text-align: center;
    }

    .nav ul {
        list-style: none;
        max-width: 680px;
        display: inline-block;
    }

    .nav a,
    .nav a:link,
    .nav a:visited {
        font-size: 1.2em;
        display: block;
        padding: 15px 5px 10px 5px;
        color: #fff;
        margin-right: 15px;
    }

    .nav a:hover {
        text-decoration: underline;
        color: #fff;
    }

    .nav ul ul a {
        display: block;
        padding: 14px;
        position: relative;
    }

    .header-form {
        clear: both;
        overflow: hidden;
        position: absolute;
        top: 4px;
        right: 20px;
    }

    .header-text {
        width: 80px;
        height: 24px;
        border: 1px solid #4495ab;
        background-color: #4495ab;
        color: #FFF;
        font-family: 'KnockoutHTF50Welterweight', Helvetica, Arial, sans-serif;
        font-size: 1.5em;
        padding: 0px;
        padding-left: 10px;
    }

    /* .post-info-meta */
    ul.post-info-meta {
        color: #888;
        padding: 0;
    }

    ul.post-info-meta li {
        list-style: none;
        float: none;
    }

    ul.post-info-meta li.post-info-comment {
    }

    .article h2.post-title {
        line-height: 1.3em;
        font-size: 1.2em;
        margin-bottom: 15px;
    }

    .spotlight-title h3 {
        line-height: 1.1em;
        font-size: 1em;
        color: #FFF;
        margin: 0px;
        padding-left: 0px;
    }

}

/*************************************************************************************************************************
Screen between 681px and 1024px
*************************************************************************************************************************/
@media all and (min-width: 681px) and (max-width: 860px) {
    body {
        font: normal 0.9em 'Muli', Lucida Sans Unicode, Lucida Grande, Verdana, Tahoma, Arial, Sans-serif;
    }

    body {
        background-image: url(images/bg-xs.jpg);
    }

    /* Overall */
    .container {
        margin: 0px auto;
        width: 95%;
        overflow: hidden;
        background-color: #FFF;
        margin-bottom: 0px;
        display: block;
        position: relative;
        -webkit-box-shadow: 0px 8px 10px -7px rgba(66, 65, 66, 1);
        -moz-box-shadow: 0px 8px 10px -7px rgba(66, 65, 66, 1);
        box-shadow: 0px 8px 10px -7px rgba(66, 65, 66, 1);
        max-width: 1440px;
    }

    .header {
        position: relative;
        margin: 0 auto;
        padding: 0px 0 0 0;
        text-align: center;
        width: 95%;
        max-width: 1440px;
    }

    .logoimage {
        width: 100%;
        max-width: 1600px
    }

    .logoimage img {
        width: 100%;
    }

    #topbar {
		margin: 35px auto 0;
    }

    .topbar-container {
        width: 95%;
        max-width: 1440px;
    }

    .body-left {
        float: left;
        width: 100%;
        max-width: 1600px

    }

    .section {
        width: 100%;
        box-sizing: border-box;
        padding-right: 1em;
        padding-left: 1em;
        padding-top: 10px;
        padding-bottom: 20px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .aside {
        width: 100%;
        margin-left: 0px;
        padding-left: 1em;
        padding-top: 15px;
    }

    .side-widget {
        padding: 10px 0px;
        margin-bottom: 10px;
        background: none;
        border-bottom: 1px solid #CCC;
    }

    .featured {
        width: 100%;
        background-color: #000;
        float: left;
        position: relative;
        margin-bottom: 15px;
    }

    .featured-image-container {
        width: 100%;
        position: relative;
        height: auto;
        overflow: hidden;
    }

    .latestnews {
        width: 100%;
        float: left;
        margin-left: 0;

    }

    .news-image {
        width: 25%;
        float: left;
        max-height: 100px;
        overflow: hidden;
    }

    .news-article {

        max-height: none;

    }

    .nav {
        position: relative;
        width: 100%;
        display: inline-block;
        background: #2c7e96;
        padding: 0 10px;
        margin-top: 0px;
        clear: both;
        line-height: 1em;
        font-family: 'KnockoutHTF50Welterweight', Helvetica, Arial, sans-serif;
    }

    .nav ul {
        list-style: none;
        max-width: 680px;
        display: inline-block;
    }

    .nav a,
    .nav a:link,
    .nav a:visited {
        font-size: 1.2em;
        display: block;
        padding: 15px 5px 10px 5px;
        color: #fff;
        margin-right: 15px;
    }

    .nav a:hover {
        text-decoration: underline;
        color: #fff;
    }

    .nav ul ul a {
        display: block;
        padding: 14px;
        position: relative;
    }

}

@media all and (min-width: 861px) and (max-width: 1024px) {

    .featured-image-container {
        height: 300px;
        position: relative;
        width: 160%;
    }

    .featured img {
        width: 100%;
        position: relative;
    }

    body {
        background-image: url(images/bg-small.jpg);
    }

    /* Overall */
    .container {
        margin: 0px auto;
        width: 95%;
        overflow: hidden;
        background-color: #FFF;
        display: block;
        position: relative;
        -webkit-box-shadow: 0px 8px 10px -7px rgba(66, 65, 66, 1);
        -moz-box-shadow: 0px 8px 10px -7px rgba(66, 65, 66, 1);
        box-shadow: 0px 8px 10px -7px rgba(66, 65, 66, 1);
        max-width: 1440px;
    }

    .header {
        position: relative;
        margin: 0 auto;
        padding: 0px 0 0 0;
        text-align: center;
        width: 95%;
        max-width: 1600px;
    }

    .logoimage {
        width: 100%;
        max-width: 1600px
    }

    .logoimage img {
        width: 100%;
    }

    .topbar-container {
        width: 95%;
        max-width: 1440px;
    }

    .body-left {
        float: left;
        width: 100%;
        max-width: 1600px

    }

    /* .header */
    .header h1,
    .header h5 {
        font-size: 40px;
        margin: 10px 0 0 0;
    }

    .header-title {
        color: #000;
    }

    .header-desc {
        margin: 0;
        color: #777;
    }

    /* .nav */
    .mobile-nav {
        display: block;
        width: 50%;
        background: #fff;
    }

    .nav {
        position: relative;
        width: 100%;
        display: inline-block;
        background: #2c7e96;
        padding: 0 10px;
        margin-top: 0px;
        clear: both;
        line-height: 1em;
        font-family: 'KnockoutHTF50Welterweight', Helvetica, Arial, sans-serif;
    }

    .nav ul {
        list-style: none;
        max-width: 852px;
        display: inline-block;
    }

    .nav a,
    .nav a:link,
    .nav a:visited {
        font-size: 1.2em;
        display: block;
        padding: 15px 5px 10px 30px;
        color: #fff;
        margin-right: 10px;
    }

    .nav a:hover {
        text-decoration: underline;
        color: #fff;
    }

    .nav ul ul a {
        display: block;
        padding: 14px;
        position: relative;
    }

    /* .post-info-meta */
    ul.post-info-meta {
        color: #888;
        padding: 0;
    }

    ul.post-info-meta li {
        list-style: none;
        float: left;
    }

    ul.post-info-meta li.post-info-comment {
        float: right;
    }

    .article h2.post-title {
        line-height: 1.3em;
        font-size: 1.2em;
        margin-bottom: 15px;
    }

    .spotlight-title h3 {
        line-height: 1.1em;
        font-size: 1em;
        color: #FFF;
        margin: 0px;
        padding-left: 0px;
    }

}

/*************************************************************************************************************************
Screen larger than 1025px
*************************************************************************************************************************/
@media all and (min-width: 1025px) and (max-width: 1400px) {
    body {
        background-image: url(images/bg-med.jpg);
    }

    .featured-image-container {
        height: 350px;
        position: relative;
        width: 150%;
    }

    .featured img {
        width: 100%;
        position: relative;
    }

}

@media all and (min-width: 1025px) {

    /* Overall */
    .container {
        margin: 0px auto;
        width: 90%;
        overflow: hidden;
        background-color: #FFF;
        display: block;
        position: relative;
        -webkit-box-shadow: 0px 8px 10px -7px rgba(66, 65, 66, 1);
        -moz-box-shadow: 0px 8px 10px -7px rgba(66, 65, 66, 1);
        box-shadow: 0px 8px 10px -7px rgba(66, 65, 66, 1);
        max-width: 1440px;

    }

    .header {
        position: relative;
        width: 90%;
        margin: 0 auto;
        padding: 0px 0 0 0;
        text-align: center;
        max-width: 1440px;
    }

    .logoimage {
        width: 100%;
        max-width: 1600px;
        margin: 0;
        padding: 0;
    }

    .logoimage img {
        width: 100%;
    }

    .topbar-container {
        width: 90%;
        max-width: 1440px;
    }

    .footer {
        clear: both;
        overflow: hidden;
        margin: 0 auto;
        width: 100%;
        color: #777;
    }

    /* .header */
    .header h1,
    .header h5 {
        font-size: 48px;
        margin: 10px 0 0 0;
    }

    .header-title {
        color: #000;
    }

    .header-desc {
        margin: 0;
        color: #777;
    }

    /* .nav */
    .mobile-nav {
        display: none;
    }

    .nav {
        position: relative;
        width: 100%;
        display: inline-block;
        background: #2c7e96;
        padding: 0 10px;
        margin-top: 0px;
        clear: both;
        line-height: 1em;
        font-family: 'KnockoutHTF50Welterweight', Helvetica, Arial, sans-serif;
    }

    .nav ul {
        list-style: none;
        max-width: 890px;
        display: inline-block;
        margin-bottom: 0;
    }

    .nav a,
    .nav a:link,
    .nav a:visited {
        font-size: 1.5em;
        display: block;
        padding: 15px 5px 10px 25px;
        color: #fff;
        margin-right: 15px;
    }

    .nav a:hover {
        text-decoration: none;
        color: #000;
    }

    .nav ul ul a {
        display: block;
        padding: 14px;
        position: relative;
    }

    /* .post-info-meta */
    ul.post-info-meta {
        color: #888;
        padding: 0;
    }

    ul.post-info-meta li {
        list-style: none;
        float: left;
    }

    ul.post-info-meta li.post-info-comment {
        float: right;
    }

    /* .footer */
    .header-form {
        clear: both;
        overflow: hidden;
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -15px;
        width: 20%;
    }

    .header-text {
        width: 120px;
        line-height: 27px;
        border: 1px solid #FFF;
        background-color: #FFF;
        color: #4495ab;
        font-family: 'KnockoutHTF50Welterweight', Helvetica, Arial, sans-serif;
        font-size: 1.5em;
        padding: 0px;
        padding-left: 10px;
    }

}

.social-single {
    margin: 0px 0 0 0;
    text-align: right;
    display: block;
    float: right;
}

#twitterbutton, #likebutton, #stumblebutton, #sharebutton, #linkedinshare, #g-plus {
    float: right;
    display: block;
}

#twitterbutton {
    margin: 1px 0 0 2px;
}

#likebutton {
    margin: 1px 0 0 3px;
    width: 124px;
}

#g-plus {
    margin: 0;
    width: 60px;
}

#linkedinshare {
	margin: 1px 2px 0 -8px;
}

.IN-widget button {
	box-shadow: none;
}

#sticky {
    position: relative;
}

#sticky.stick {
    position: fixed;
    top: 10px;
}

@media (max-width: 720px) {
    #linkedinshare {
        margin-left: 0;
    }

    .social-single {
        float: left;
    }
}

/******Interstitial ads*****/

#interads {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.mobile-widget {
    display: none;
    margin: 20px auto;
}

@media (max-width: 480px) {
    .mobile-widget {
        display: block;
    }

    .desktop-widget {
        display: none;
    }
}

.pagination-links {
    clear: both;
    margin: 26px 0;
    width: 100%;
    padding-top: 26px;
}

.g-plus {
    margin-right: 10px;
}

#spu-60505 {
    background-color: #265375 !important;
}

#div-gpt-ad-1412877294199-0 img {
    width: 100% !important;
    height: auto !important;
}

#dsq-app4 {
    display: none;
}

#post-pagination > p > a {
    background: #277f97;
    border-radius: 4px;
    padding: 5px 10px;
    color: #fff;
    font-weight: normal;
    position: relative;
    font: 12px Lucida Grande, Verdana, Tahoma, Arial, Sans-serif;
}

#post-pagination > p > a:hover {
    background: #000;
}

.floatingAdContainer {
    position: fixed;
    left: 65%;
    margin-left: -450px;
    top: 10%;
    z-index: 5000;
}

.floatBack {
    position: fixed;
    z-index: 500;
    width: 100% !important;
    height: 100vh;
    background: rgba(97, 90, 90, 0.6);
    min-height: 4200px;
    min-width: 1100px;
    left: 0;
    display: none;
}

.floating-ad-x {
    cursor: pointer;
    position: absolute;
    right: -33px;
    top: -32px !important;
    z-index: 500;
}

.ult_vp_videoAdBoxInside {
    bottom: 20px !important;
}

.page-id-58178 #dsq-app1 {
    display: none !important;
}

.single-page-button {
    background: #317c94;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    padding: 4px 10px;
    float: left;
    clear: left;
    font-family: Muli, "Lucida Sans Unicode", "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
}

.single-page-button.page-pagination-footer {

}

@media (max-width: 768px) {
    .single-page-button {
        float: left;
        clear: both;
    }
	    #floatingad, .floatBack {
        display: none !important;
    }
}

article blockquote {
    font-size: 15px !important;
}

@media (min-width: 768px) {
    .only_mobile, .mobile_ad_text, .mobile_ad_wrap {
        display: none !important;
    }

    .in-content-ad {
        &.mobile_ad_wrap {
            display: block !important;
        }

        .mobile_ad_text {
            display: block !important;
        }
    }
}

@media (min-width: 861px) and (max-width: 1169px) {
    .nav a, .nav a:link, .nav a:visited {
        font-size: 1.2em !important;
    }
}

@media all and (min-width: 671px) and (max-width: 1057px) {
    .nav a, .nav a:link, .nav a:visited {
        padding: 15px 5px 10px 5px;
    }
}

/* ===================================
extra-bottom ads
====================================== */

.extra-ad {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.65);
    bottom: 0;
    left: 5%;
    right: 25%;
    width: 90%;
    height: 100px;
    padding-top: 5px;
}

.extra-ad .ad {
    display: block;
    max-width: 100%;
    overflow: hidden;
	width: 728px;
	height: 90px;
	margin: 0 auto;
}

#div-gpt-ad-1646697787836-0, #google_ads_iframe_/3464054/LowerLeaderboard(Dismissable)_0 {
	width: 730px;
	height: 92px;
	min-width: 730px;
	min-height: 92px;
}

.extra-ad .ad img {
    position: absolute;
    left: 5px;
    right: 5px;
    max-width: 100%;
    text-align: center;
    margin: auto;
}

.extra-ad .close-ad i {
    color: #fff;
    position: absolute;
    font-size: 32px;
    text-align: center;
    right: 5px;
    top: -16px;
    width: 32px;
    height: 32px;
    background-color: #585858;
    border-radius: 50%;
    z-index: 2147483647;
    cursor: pointer;
}

@media (max-width: 729px) {
    .extra-ad {
        left: 0;
        right: 0;
        width: 100%;
        height: 60px;
    }

    .extra-ad #google_image_div {
        left: 0;
        right: 0;
        text-align: center;
    }

    .extra-ad .close-ad {
        margin-right: 2%;
    }
}

/* ==============================
sponsored posts
====================================== */
.sponsor .feature-category {
    width: 100%;
    background-image: none;
    background-color: #EDEDED;
    bottom: 0;
    color: #66BB6A;
    font-weight: bold;
}

/*.sponsor .sponsor-excerpt {
    max-height: 108px;
    overflow: hidden;
}*/

.article.sponsor h2.post-title-list a {
    font-style: italic;
}

.article.sponsor .post-body {
    position: relative;
}

.sponsor .post-body .read-more {
    display: block;
    width: 100%;
    background: #016306;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 5px;
    /*position: relative;
    bottom: 0px;*/
	/* ASheron Fix */
}

.article.sponsor h2.post-title-list {
    float: none;
}

.page-pagination .page-pagination-number {
    margin: 2px 0;
    padding: 5px 10px;
    margin-right: 5px;
    background: #D8D8D8;
    color: #979797;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 2px;
    float: left;
}

.page-pagination a .page-pagination-number {
    padding: 5px 10px;
    margin-right: 5px;
    background: #277f97;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 2px;
    float: left;
}

.page-pagination a:hover .page-pagination-number {
    padding: 5px 10px;
    margin-right: 5px;
    background: #D8D8D8 !important;
    color: #979797;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 2px;
}

.banner-wrapper {
	width: 100%;
/* 	margin-bottom: 18px; */
}

.featuredbanner, .mobile_upper_leaderboard {
	width: 100% !important;
	margin: 4px auto;
	text-align: center;
}

.featuredbanner iframe {
	margin: 0 auto;
	text-align: center;
}

div[style]#google_image_div, div[style]#div-gpt-ad-1537196163857-0 {
	margin: 0 auto;
	text-align: center;
}

div.sticky-ad {
    border: 1px solid red;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    /*opacity: 0.8;*/
    background-color: #858282;
}

div.sticky-ad a.sticky-close {
    position: absolute;
    right: 15px;
    top: -30px;
    border: 2px solid #000;
    border-radius: 3px;
    text-decoration: none;
    color: #000;
    background: #FFF;
    font-size: 18px;
}

.adverts-contact-method .adverts-icon-phone {
    display: none;
}

.adverts-contact-method .adverts-contact-phone {
    display: none;
}

.sponsor-post-link {
	margin-bottom: 12px;
}

@media only screen and (max-width: 960px) {
	.floatingAdContainer {display:none;}
}
.gallery {padding-bottom:8px;}

#post-6996 ol {margin-left: 35px;}

.yarpp-related {clear:both;}

#mobile-search input[type=search] {
    background: #ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
    border: solid 1px #ccc;
    padding: 9px 10px 9px 32px;
    width: 55px;
	display: none;

    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
input[type=search]:focus {
    width: 130px;
    background-color: #fff;
    border-color: #66CC75;

    -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
    -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
    box-shadow: 0 0 5px rgba(109,207,246,.5);
}

input:-moz-placeholder {
    color: #999;
}
input::-webkit-input-placeholder {
    color: #999;
}

#mobile-search {
	margin-top: 9px;
	display: none;
}

#mobile-search input[type=search] {
	width: 15px;
	padding-left: 27px;
	color: transparent;
	cursor: pointer;
}
#mobile-search input[type=search]:hover {
	background-color: #fff;
}
#mobile-search input[type=search]:focus {
	width: 130px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
#mobile-search input:-moz-placeholder {
	color: transparent;
}
#mobile-search input::-webkit-input-placeholder {
	color: transparent;
}

a.btn-topbar-cta {
    float: right;
    background-color: #317c94;
    color: #fff;
    height: 100%;
    padding: 8px 15px;
    margin-right: 30px;
    text-transform: uppercase;
}
a.btn-topbar-cta:hover {
    background-color: #4fb4d5;
}

.article-optin-box-container {
    padding: 15px;
}

.article-optin-box-container .article-optin-box {
    /* box-shadow: 1px 1px 5px #cccccc; */
    padding: 30px;
}

.article-optin-box-container .article-optin-box .optin-box-content {
    margin-bottom: 30px;
}

.article-optin-box-container .article-optin-box .optin-box-form-code input[type="submit"] {
    padding: 5px 21px !important;
    font-weight: bold !important;
    font-size: 16px !important;
    margin-left: 0;
    font-family: "Lucida Grande", Verdana, Tahoma, Arial, sans-serif !important;
    color: #fff !important;
}

.article-optin-box-container .article-optin-box .optin-box-form-code .af-form {
    max-width: 100% !important;
}

.article-optin-box-container .article-optin-box .optin-box-form-code .af-form .af-body .af-element a {
    color: #000 !important;
}

@media only screen and (max-width: 680px) {
    a.btn-topbar-cta {
        width: 100%;
        margin-right: 0;
        display: block;
        text-align: center;

    }

    .article-optin-box-container {
        padding: 5px;
    }

    .article-optin-box-container .article-optin-box {
        padding: 5px;
    }
}

#text-21 h3, #text-22 h3 {
	font-size: 1.75em;
	background: #2c7e96;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 3px 10px 3px 10px;
	border-bottom: 0px;
	margin-bottom: 3px;
}

#text-21 h3 a, #text-22 h3 a {
	color: #fff !important;
}

#text-21 p, #text-22 p {
	color: #2c7e96;
	font-size: 14px;
	text-align: center;
}

@media only screen and (min-width: 668px) {
    #mobile-search {display: none;}
}

#div-gpt-ad-1646698201718-0 {display:none;}

.affiliate-messaging {font-size:14px;}

.rank-math-breadcrumb a { font-weight: bold; }

.nf-form-cont {
    .nf-form-fields-required {
        margin-bottom: 2rem;
    }

    .nf-field-label label {
        font-size: 1rem;
    }
}
.textwidget {
    .fluid-width-video-wrapper {
        padding-top: 0!important;
        height: auto;
        aspect-ratio: 16/9;
    }

    & > iframe {
        aspect-ratio: 16/9;
    }
}
