/*
Theme Name: Magzilla
Theme URI: http://www.favethemes.com/
Author: Favethemes
Author URI: http://www.favethemes.com/
Description: Magzilla - Theme for online magazine and newspaper
Version: 1.0.7
Tags: white, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: favethemes
Template: magzilla
*/
@import url(../magzilla/style.css);
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin-bottom: 0.75em;
    position: relative;
    margin-top: 0;
}
h1 {
    font-size: 3em;
}
h2 {
    font-size: 2.6em;
}
h3 {
    font-size: 2em;
}
h4 {
    font-size: 1.4em;
    margin-bottom: 1em;
}
h5 {
    font-size: 1.2em;
    margin-bottom: 1em;
}
h6 {
    font-size: 1em;
    margin-bottom: 1em;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}
video, audio, progress, canvas {
    max-width: 100% !important;
}

.button {
    background-color: #39a6e4;
    color: #fff;
    text-transform: uppercase;
    padding: 0.5em 1em;
    outline: none;
    border: none;
    display: inline-block;
    text-align: center;
    border-bottom: 2px solid #1a83bf;
    transition: background-color 0.25s
}
.button:hover,
.button:focus {
    background-color: #1e98dd;
    color: #fff;
    border-bottom: 2px solid #1a83bf;
}
.button .fa {
    margin-left: 0.5em;
}
.clearfix:before,
.clearfix:after, .flex-clearfix:before, .flex-clearfix:after {
    content: "";
    display: table;
}
.clearfix:after, .flex-clearfix:after {
    clear: both;
}
.clearfix, .flex-clearfix  {
    zoom: 1;
}
.flexbox .flex-clearfix:after {
    display: none;
}
.flexbox .flex-clearfix:before {
    display: none;
}

.hidden {
    display: none;
    visibility: hidden;
}

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

.col-xs-stack {
    margin-top: 1em;
}
.row-stack {
    margin-top: 1em;
}

@media (min-width: 768px) {

    .col-xs-stack {
        margin-top: 0;
    }
    .col-sm-stack {
        margin-top: 1em;
    }

}

@media (min-width: 992px) {

    .col-sm-stack {
        margin-top: 0;
    }
    .col-md-stack {
        margin-top: 1em;
    }

}

@media (min-width: 1200px) {

    .col-md-stack {
        margin-top: 0;
    }
    .col-lg-stack {
        margin-top: 1em;
    }

}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body.home .magzilla-main-wrap,
body.page .magzilla-main-wrap {
    margin-top: 2em !important; 
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width:767px) {
    .container {
        max-width: none;
    }
}

.yamm .dropdown .dropdown-menu {
    top: 100%!important;
}

.featured-image-wrap {
    overflow: hidden;
}

.featured-image-wrap>a>img:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -o-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: rotate(-0.5deg) scale(1.03);
    -ms-transform: rotate(-0.5deg) scale(1.03);
    transform: rotate(-0.5deg) scale(1.03);
}

.category-label,
.post-category {
    font-family: "Open Sans" !important;
    font-size: .8em !important;
    line-height: 1 !important;
}

.category-label a {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.continue-reading:before {
    content: '';
    display: block;
}
.responsive-iframe {
    position: relative;
    padding-bottom: 56.25%;
}
.responsive-iframe > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Widgets */

.post-meta li,
.widget-body .post-meta li,
.post-author,
.widget .post-author-for-archive .post-author {
    font-size: 0.8em!important;
    line-height: 1.6!important;
    margin: 0;
    font-weight: 400!important;
    text-transform: uppercase!important;
}

.entry-content .sidebar a,
.entry-content .module a {
    text-decoration: none;
}
#content .widget {
    max-width: 370px;
}
.entry-content .widget-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}
.widget-title {
    text-transform: uppercase!important;
}
.widget > a {
    display: block;
}
.widget-top {
    margin-bottom: 0;
}

.entry-content .widget a {
    text-decoration: none
}

.post-meta .post-category a {
    border-radius: 0
}

.post-tags a {
    border-radius: 0!important
}

.related-post .fave_related_post:nth-of-type(2n+1) {
    clear: none!important
}

.magzilla-social-icons a i {
    background-color: #fff!important;
    color: #fab900!important;
    border-color: #fff!important
}

.magzilla-social-icons li {
    display: inline-block
}

.magzilla-social-icons li + li {
    margin-left: 10px
}

.vc_row {
    margin-top: 30px
}
.row--no-margin {
	margin-top: 0;
	margin-bottom: 0;
}
.wpb_content_element {
	margin-bottom: 1em;
}

.module img {
    width: auto;
    max-width: 100%
}

body .module-top {
    margin-bottom: 2em
}

body .module-category,
body .module-top-topics {
    margin: 0
}

body .module-top,
body .module-category,
body .module-top-topics {
    font-size: 1em;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase
}

body .module-category a {
    border-radius: 0;
    line-height: 1;
    padding: .5em;
    font-size: inherit;
    border: none;
    top: auto
}

.module-6 .post {
    margin-bottom: 0!important;
    padding-bottom: 1em;
    border-bottom: 1px solid #eee
}

.module-6 .post:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.module-6 .post + .post {
    margin-top: 1em
}

.module-6 .featured-image-wrap {
    margin-bottom: 0;
    overflow: hidden;
    width: 30%;
    float: left
}

.module-6 .post__inner {
    background-color: #f9f9f9;
}

.module-6 .post-content {
    width: 70%;
    float: left;
    padding: 1em;
}

.module-6 .post-title {
    font-size: 1em!important;
    line-height: 1.4!important;
    font-weight: 700;
    margin: 0 0 .5em 0!important
}

.module-6 .post-meta {
    font-size: .8em;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
    text-transform: capitalize;
}

.module-6 .post-cats {
    margin-top: .5em;
}

.module-6 .post-cats>a {
    margin-right: .5em;
    line-height: 1;
    color: #fff;
    background-color: #39a6e4;
    padding: .25em;
    display: inline-block;
}

.module-6 .post-meta .fa {
    margin-right: .5em;
}

.module-6 .post-excerpt {
    font-size: 0.9em;
    margin-top: 5px;
    margin-bottom: 0;
}

.module-6 .post-read-more {
    margin-bottom: 0;
    margin-top: 5px;
}

.module-6 .post-read-more a:hover {
    text-decoration: underline;
}

.module-6 .post-feed__ad {
    padding-bottom: 1em;
    border-bottom: 1px solid #e5e5e5;
}

.module-6 .post + .post-feed__ad,
.module-6 .post-feed__ad + .post {
    margin-top: 1em;
}
.see-more-button {
    background-color: #39a6e4;
    color: #fff;
    text-decoration: none;
    margin-top: 2em;
    padding: 1em;
    text-transform: uppercase;
    display: inline-block;
}
.see-more-button:active, .see-more-button:hover, .see-more-button:visited {
    color: #fff;
    background-color: #39a6e4;
}

@media (min-width:768px) {
    .module-6 .post__inner {
        background-color: transparent;
    }
    .module-6 .post-content {
        width: 69%;
        background-color: #f9f9f9;
        margin-left: 1%;
    }
}

/* Post Slideshow */

.post-slideshow .featured-image-wrap {
    margin-bottom: 0;
    overflow: hidden;
    width: 30%;
    float: left
}
.post-slideshow__arrows {
    margin-top: 2em;
    text-align: center;
}
.post-slideshow__dots {
    margin-top: 1em;
    text-align: center;
}
.post-slideshow__dots .slick-dots {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.post-slideshow__dots .slick-dots li {
    display: inline-block;
}
.post-slideshow__dots .slick-dots li + li {
    margin-left: 0.5em;
}
.post-slideshow__dots .slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    border: none;
}
.post-slideshow__dots .slick-dots button:before {
    content: '\25C9';
    font-size: 24px;
    font-size: 1.5rem;
    color: rgb(57, 166, 228);
    opacity: 0.5;
}
.post-slideshow__dots .slick-active button:before {
    opacity: 1;
}
.post-slideshow__button {
    background-color: rgb(57, 166, 228);
    color: #fff;
    padding: 0.5em;
    text-transform: uppercase;
    font-size: 0.8em;
    border: none;
    display: inline-block;
}
.post-slideshow__button + .post-slideshow__button {
    margin-left: 0.5em;
}
.post-slideshow__row + .post-slideshow__row,
.post-slideshow .post + .post {
    margin-top: 1em;
}
.post-slideshow .post-content {
    width: 70%;
    float: left;
    padding: 1em;
    background-color: #f9f9f9;
}
.flexbox .post-slideshow .post__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.flexbox .post-slideshow .post__inner:before,
.flexbox .post-slideshow .post__inner:after {
    display: none;
}

.post-slideshow .post-title {
    font-size: 1em!important;
    line-height: 1.4!important;
    font-weight: 700;
    margin: 0 0 .5em 0!important
}

.post-slideshow .post-meta {
    font-size: .8em;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
    text-transform: capitalize;
}

.post-slideshow .post-cats {
    margin-top: .5em;
}

.post-slideshow .post-cats>a {
    margin-right: .5em;
    line-height: 1;
    color: #fff;
    background-color: #39a6e4;
    padding: .25em;
    display: inline-block;
}

.post-slideshow .post-meta .fa {
    margin-right: .5em;
}

.post-slideshow .post-excerpt {
    font-size: 0.9em;
    margin-top: 5px;
    margin-bottom: 0;
}

.post-slideshow .post-read-more {
    margin-bottom: 0;
    margin-top: 5px;
}

.post-slideshow .post-read-more a:hover {
    text-decoration: underline;
}

.post-slideshow .post-feed__ad {
    padding-bottom: 1em;
    border-bottom: 1px solid #e5e5e5;
}

.post-slideshow .post + .post-feed__ad,
.post-slideshow .post-feed__ad + .post {
    margin-top: 1em;
}
.see-more-button {
    background-color: #39a6e4;
    color: #fff;
    text-decoration: none;
    margin-top: 2em;
    padding: 1em;
    text-transform: uppercase;
    display: inline-block;
}
.see-more-button:active, .see-more-button:hover, .see-more-button:visited {
    color: #fff;
    background-color: #39a6e4;
}

@media (min-width: 768px) {

    .post-slideshow .post-content {
        width: 69%;
        margin-left: 1%;
    }

}

@media (min-width: 992px) { 

    .post-slideshow .post + .post {
        margin-top: 0;
    }
    .post-slideshow__navigation {
        display: none;
    }

}



.site-header__main {
    margin-bottom: 30px
}

.site-header__main .flex-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.site-header .logo-wrap h1 {
    margin: 0
}

.site-header__ad {
    margin-bottom: 0
}

.mobile-header-ad {
    text-align: center;
    overflow: hidden
}

.page-header {
    margin-bottom: 32px;
    border-bottom: 0
}

.page-header .page-title {
    margin-bottom: 32px;
    color: #39a6e4;
}

.page-title {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #39a6e4;
}


.magazilla-top-nav {
    border: none!important;
}

.top-date {
    color: #fff;
    float: left;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 20px;
}

.ofm-main-menu {
    background-color: #fff;
    margin: 0;
    padding: 0;
    min-height: 0;
}

.ofm-main-menu #main-nav {
    margin: 0;
}

.ofm-main-menu #main-nav>.menu-item,
.ofm-main-menu #main-nav>.menu-item:hover {
    background-color: transparent;
}

.ofm-main-menu #main-nav>.menu-item>a {
    margin: 0;
    padding: 20px;
    border: none;
}

/*.ofm-main-menu .navbar-search .form-group .form-control,
.ofm-main-menu .navbar-search .form-group .form-control.open {
    height: auto;
    padding: 20px 0;
    top: 0
}

.ofm-main-menu .navbar-search .form-group .form-control.open {
    padding: 20px
}*/

/* Navbar search */

@media (min-width: 992px) {

    .ofm-main-menu .navbar-search {
        width: 40px;
        height: 40px;
        position: absolute;
        bottom: 0 !important;
        right: 0;
        top: auto !important;
        left: auto;
    }
    .ofm-main-menu #toggle-search {
        width: 40px;
        height: 40px;
        background-color: #39a6e4;
        color: #fff;
        line-height: 40px;
        text-align: center;
        font-size: 20px;
        border: 0;
        margin: 0;
        padding: 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .ofm-main-menu .navbar-search .dropdown-menu {
        position: absolute;
        top: 100% !important;
        left: auto !important;
        right: 0 !important;
        bottom: auto;
        z-index: 1000;
        display: none;
        float: none;
        min-width: 0;
        padding: 1em;
        margin: 0;
        background-color: #39a6e4;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .ofm-main-menu .navbar-search.dropdown.open .dropdown-menu {
        display: block;
    }
    .ofm-main-menu.magazilla-main-nav .navbar-search.dropdown:hover > .dropdown-menu {
        display: none;
    }
    .ofm-main-menu.magazilla-main-nav .navbar-search.dropdown.open:hover > .dropdown-menu {
        display: block;
    }
    .ofm-main-menu .navbar-search.dropdown.open .dropdown-menu form {
        width: 400px;
    }
    .ofm-main-menu.magazilla-main-nav .navbar-search label {
        display: inline-block;
        float: left;
        margin-bottom: 0;
    }
    .ofm-main-menu.magazilla-main-nav .navbar-search input.search-field {
        width: 300px;
        height: 40px;
        line-height: 40px;
        padding: 0 0.5em;
        background-color: #fff;
        border: 0;
        display: inline-block;
    }
    .ofm-main-menu.magazilla-main-nav .navbar-search input.search-submit {
        width: 100px;
        background-color: #faba00;
        border: none;
        color: #fff;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin: 0;
        padding: 0;
        display: inline-block;
        float: left;
    }

}


.adsbygoogle {
    max-width: 100%
}

#mobile-menu {
    padding: 0;
    margin: 0
}

#mobile-menu .navbar-nav {
    margin: 0
}

#mobile-menu .menu-item {
    border: none;
    border-top: 1px solid #3eacea
}

#mobile-menu a {
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s
}

#mobile-menu .menu-item>a {
    background-color: #39a6e4;
    color: #fff;
    font-weight: 400
}

#mobile-menu .dropdown-menu .menu-item {
    border-top: 1px solid #39a6e4
}

#mobile-menu .dropdown-menu a {
    background-color: #1e98dd
}

#mobile-menu .menu-item>a:hover,
#mobile-menu .menu-item>a:focus,
#mobile-menu .menu-item>a:active {
    background-color: #1c8dce
}

.mobile-menu-collapse {
    border: none
}

.mobile-menu .mobile-menu-btn,
.mobile-menu .mobile-search-btn {
    position: static !important;
    padding: 8px;
}

.mobile-menu .mobile-search-btn {
    float: right !important;
}

.mobile-menu.navbar {
    min-height: 0
}

.site-mobile-logo {
    margin: 30px auto;
    text-align: center;
    width: 60%
}

.site-mobile-logo h1 {
    margin: 0
}

.navbar-brand.mobile_logo {
    height: auto;
    float: none;
    padding: 0;
    display: inline-block;
    margin: 0 auto
}

.ofm-featured-grid .thumb .gallery-title-small {
    line-height: 19px
}

.ofm-featured-grid .post-meta li {
    font-size: 12px
}

.ofm-featured-grid .grid-banner .thumb .category-label a {
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    top: auto
}

@media (min-width:992px) {
    .ofm-featured-grid .thumb .gallery-title-small {
        line-height: 21px
    }
}

.latest-post-widget {
    position: relative;
}
.latest-post-widget__thumbnail {
    text-align: center;
}
.latest-post-widget__thumbnail a {
    display: block;
    position: relative
}

.latest-post-widget__thumbnail.is-multimedia a:after {
    content: '\f01d';
    font-family: 'fontAwesome';
    font-size: 3em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.5em;
    margin-left: -.5em;
    line-height: 1;
    z-index: 3;
    opacity: .7
}

.csstransform .latest-post-widget__thumbnail.is-multimedia a:after {
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.latest-post-widget__content {
    padding: 1em;
    background-color: #fff;
    border-bottom: 3px solid #39a6e4;
    z-index: 5
}

.latest-post-widget__title {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 30px;
    font-weight: 500;
    margin-bottom: 0.5em!important
}

.latest-post-widget__title a {
    color: #1A1A1A
}

.latest-post-widget__date {
    margin: 0!important;
    color: #575757;
    font-size: .85em
}

.latest-post-widget__date .fa {
    margin-right: .5em
}

.ofm-sidebar-block {
    background-color: #1E73BE;
    padding: 1em;
    color: #fff
}

.ofm-sidebar-block a {
    color: #fff
}

.ofm-social-connect-block h1,
.ofm-social-connect-block h2,
.ofm-social-connect-block h3,
.ofm-social-connect-block h4,
.ofm-social-connect-block h5,
.ofm-social-connect-block h6 {
    color: #fff;
    margin-top: 0
}

.ofm-social-connect-block ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.ofm-social-connect-block li {
    margin-left: 0;
    margin-bottom: .5em
}

.ofm-social-connect-block a {
    text-decoration: underline
}

.ofm-icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-color: #fff;
    color: #fcb426;
    text-align: center;
    line-height: 25px;
    border-radius: 100%;
    font-size: 12px;
    margin-right: 1em;
    margin-bottom: 4px
}

.ofm-radio-bingo__header {
    margin-bottom: 2em
}

.ofm-radio-bingo__header .date,
.ofm-radio-bingo__header .jackpot {
    margin-top: 0;
    margin-bottom: .25em
}

.ofm-radio-bingo ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.ofm-radio-bingo__numbers__main {
    max-width: 450px;
    display: inline-block;
    margin-bottom: 1em
}

.ofm-radio-bingo__number {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border: 10px solid #1E73BE;
    border-radius: 100%;
    line-height: 50px!important;
    text-align: center;
    font-size: 20px!important;
    font-weight: 700;
    color: #666;
    margin: 0
}

.ofm-radio-bingo__number {
    margin-right: 10px;
    margin-bottom: 10px
}

.ofm-radio-bingo__number:nth-child(1n) {
    border-color: #64ddbb
}

.ofm-radio-bingo__number:nth-child(2n) {
    border-color: #f29b34
}

.ofm-radio-bingo__number:nth-child(3n) {
    border-color: #3d8eb9
}

.ofm-radio-bingo__number:nth-child(4n) {
    border-color: #fec606
}

.ofm-radio-bingo__number:nth-child(5n) {
    border-color: #97ce68
}

.ofm-radio-bingo__number:nth-child(6n) {
    border-color: #ee543a
}

.ofm-radio-bingo__number:nth-child(7n) {
    border-color: #897fba
}

.ofm-radio-bingo__number:nth-child(8n) {
    border-color: #eee657
}

.ofm-radio-bingo__number:nth-child(9n) {
    border-color: #00b5b5
}

.ofm-radio-bingo__number:nth-child(10n) {
    border-color: #83d6de
}

.ofm-radio-bingo__numbers__side {
    display: inline-block;
    padding: 0 1em
}

.ofm-radio-bingo__numbers__side dt {
    color: #1e73be;
    font-size: 19px;
    margin-bottom: .5em;
    text-transform: uppercase;
    font-weight: 700
}

.ofm-radio-bingo__number.ofm-radio-bingo__bonus {
    border-color: #1e73be;
    width: 100px;
    height: 100px;
    line-height: 74px!important;
    font-size: 30px!important;
    border-width: 13px
}

@media (min-width:1000px) {
    .ofm-radio-bingo__numbers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

/* Footer Menu */

#menu-footer-menu {
    list-style-type: none;
    padding: 1em 0 0 0;
    margin: 1em 0;
    border-top: 1px solid rgba(255,255,255,0.3);
}
#menu-footer-menu .menu-item {
    display: inline-block;
}
#menu-footer-menu .menu-item + .menu-item {
    margin-left: 1em;
}
#menu-footer-menu a {
    font-size: 0.9em;
    opacity: 0.9;
    color: #fff;
    text-decoration: underline;
}

/* Cookie Notice */

#cookie-notice a {
    color: #fff;
    text-decoration: underline;
}
#cn-accept-cookie {
    background-color: #fff;
    border: none;
    outline: 0;
    padding: 0.5em;
    border-radius: 0;
    color: #39a6e4 !important;
    text-decoration: none !important;
}

.pagination-wrap {
    margin-top: 1em
}

.pagination ul {
    margin: 0!important;
    padding: 0!important
}

@media (max-width:767px) {
    .pagination {
        margin-bottom: 2em
    }
}

.post-grid ul {
    list-style-type: none;
    margin: 0!important;
    padding: 0!important
}

.post-grid__item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden
}

.post-grid__link {
    display: block;
    position: relative
}

.post-grid__title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #39a6e4;
    padding: .5em;
    text-align: center
}

.post-grid__title h3 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em!important
}

.post-grid__slide-in {
    position: absolute;
    padding: 1.5em 1em 1em 1em;
    width: 90%;
    top: 55%;
    left: 5%;
    text-align: center;
    background-color: #faba00;
    color: #fff;
    -webkit-box-shadow: 0 .1em .5em rgba(0, 0, 0, .3);
    box-shadow: 0 .1em .5em rgba(0, 0, 0, .3);
    opacity: 0;
    -webkit-transition: top 0.2s, opacity 0.2s;
    -o-transition: top 0.2s, opacity 0.2s;
    transition: top 0.2s, opacity 0.2s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: uppercase
}

.post-grid__slide-in:before {
    content: '\f130';
    font-family: 'fontAwesome';
    font-size: 1em;
    width: 2em;
    height: 2em;
    border-radius: 100%;
    background-color: #fff;
    color: #faba00;
    display: block;
    position: absolute;
    top: -1em;
    left: 50%;
    margin-left: -1em;
    z-index: 10;
    line-height: 2em;
    text-align: center
}

.post-grid__item:hover .post-grid__slide-in,
.post-grid__item a:focus .post-grid__slide-in {
    top: 50%;
    opacity: 1
}

.featured-posts {
    margin: -2px -2px 0 -2px
}

.featured-post {
    width: 80%;
    float: left;
    position: relative;
    padding-bottom: 60%;
    overflow: hidden;
    margin-left: 10%
}

.featured-post>a {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    display: block;
    z-index: 2
}

.featured-post__thumbnail {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    overflow: hidden
}

.featured-post__thumbnail img {
    max-width: none;
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s
}

.featured-post>a:hover + .featured-post__thumbnail img,
.featured-post>a:focus + .featured-post__thumbnail img {
    -webkit-transform: rotate(-0.5deg) scale(1.03);
    -ms-transform: rotate(-0.5deg) scale(1.03);
    transform: rotate(-0.5deg) scale(1.03)
}

.featured-post__main {
    padding: 1em;
    position: absolute;
    right: 2px;
    bottom: 2px;
    left: 2px;
    z-index: 1;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.featured-post__cat {
    font-size: .8em;
    line-height: 1;
    margin-bottom: 1em;
    color: #fff
}

.featured-post__cat .cat {
    background-color: #39a6e4;
    padding: .25em;
    display: inline-block
}

.featured-post__title {
    font-size: 1.15em;
    line-height: 1.4;
    margin: 0
}

.featured-post__title a {
    color: #fff
}

.featured-post__date {
    font-size: .8em;
    color: #fff;
    opacity: .7
}

@media (min-width:768px) {
    .featured-post {
        width: 50%;
        padding-bottom: 40%;
        margin: 0
    }
    .featured-post--big {
        width: 100%
    }
}

@media (min-width:992px) {
    .featured-post {
        width: 25%;
        padding-bottom: 20%
    }
    .featured-post--big {
        width: 50%;
        padding-bottom: 40%
    }
}

.force-square {
    display: block;
    width: 100%
}

/* jPlayer */

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

/* Polls */

.totalpoll-choice {
    display: none;
}

/* jPlayer 2 */

#jp_container_2 {
    width: 100%;
    background-color: #39a6e4;
    color: #fff;
    position: relative;
    height: 70px;
    border-bottom: 1px solid #1b98da;
    z-index: 9999 !important;
}
#jp_container_2 .jp-interface {
    position: relative;
     z-index: 3;
}
#jp_container_2 button {
    background-color: #39a6e4;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    margin: 0;
    display: block;
    border: none;
    padding: 0;
}
#jp_container_2 button:hover {
    background-color: #1b98da;
}
#jp_container_2 button.jp-play {
    left: 0;
}
#jp_container_2 button.jp-play, #jp_container_2 button.jp-mute, #jp_container_2 button.jp-volume-max {
    width: 70px;
    padding: 0;
    position: absolute;
    top: 0;
}
#jp_container_2.jp-state-playing button.jp-play .fa-play:before {
    content: '\f04c';
}

#jp_container_2 .jp-volume-controls {
    position: absolute;
    top: 0;
    right: 160px;
    height: 70px;
    width: 210px;
    background-color: #39a6e4;
}
#jp_container_2.jp-state-no-volume .jp-volume-controls {
    width: 70px;
}
#jp_container_2 .jp-mute {
    left: 0;
}
#jp_container_2.jp-state-muted .jp-mute {
    color: #faba00;
}
#jp_container_2 .jp-volume-max {
    right: 0;
}
#jp_container_2 .jp-volume-bar {
    background-color: #fff;
    width: 70px;
    height: 10px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 70px;
}
#jp_container_2 .jp-volume-bar-value {
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    background-color: #faba00;
}
#jp_container_2 #location-toggle-container {
    width: 160px;
    height: 70px;
    position: absolute;
    right: 0;
    background-color: #39a6e4;
}
#jp_container_2 #location-menu-toggle {
    width: 160px;
    text-align: center;
    font-size: 15px;
}
#jp_container_2 #location-menu {
    display: none;
}
#jp_container_2 #location-toggle-container.open #location-menu {
    display: block;
}
#jp_container_2 #location-menu-toggle .fa {
    margin-left: 0.5em;
}
#jp_container_2 .jp-details {
    line-height: 40px;
    height: 40px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 15px;
    left: 0;
    background-color: #3eacea;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    font-size: 13px;
}
.csscalc #jp_container_2 .jp-details {
    width: calc(100% - 70px);
    left: 70px;
}
#jp_container_2 .jp-details .jp-title {
    height: 40px;
    padding: 0 10px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    white-space: nowrap;
    overflow: hidden;
}
#jp_container_2 .dropdown-menu {
    min-width: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 1em;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#jp_container_2 #location-menu {
    width: 160px;
    background-color: #39a6e4;
    border-bottom: 1px solid #1b98da;
    font-size: 15px;
}
#jp_container_2 .location-toggle {
    width: 160px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}
#jp_container_2 .location-toggle.active:before {
    content: '\f00c';
    font-family: 'fontAwesome';
    margin-right: 0.5em;
    line-height: 40px;
    opacity: 0.5;
}
.csstransforms #jp_container_2 .jp-details .jp-scroll-container {
    display: inline-block;
}

/* Animated Shows Banner */

.animated-shows-banner {
    padding-top: 1em;
    position: relative;
    overflow: hidden
}

.animated-shows-banner__inner {
    position: relative;
    background-color: #39a6e4;
    background-color: #39a6e4
}

.animated-shows-banner-bg-wrapper {
    position: absolute;
    overflow: hidden;
    top: 1em;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.animated-shows-banner-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%
}

.animated-shows-banner-bg.bg-1 {
    background-image: url(/wp-content/themes/magzilla-child/images/show-animated-banner-1.jpg);
    top: 0
}

.animated-shows-banner-bg.bg-2 {
    background-image: url(/wp-content/themes/magzilla-child/images/show-animated-banner-2.jpg)
}

.animated-shows-banner-bg.bg-3 {
    background-image: url(/wp-content/themes/magzilla-child/images/show-animated-banner-3.jpg)
}

.animated-shows-banner-bg.bg-4 {
    background-image: url(/wp-content/themes/magzilla-child/images/show-animated-banner-4.jpg)
}

.animated-shows-banner-bg.bg-5 {
    background-image: url(/wp-content/themes/magzilla-child/images/show-animated-banner-5.jpg)
}

.animated-shows-banner__title {
    font-size: 4em!important;
    line-height: 1!important;
    position: absolute!important;
    top: 16px!important;
    left: 16px!important;
    top: 1rem!important;
    left: 1rem!important;
    color: #fff;
    text-shadow: 0 0 .1em rgba(0, 0, 0, .6);
    text-transform: uppercase;
    font-weight: bold!important;
    width: 30%;
    text-align: center;
    z-index: 9;
    display: none
}

.csstransforms .animated-shows-banner__title {
    top: 50%!important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.animated-shows-banner__list {
    position: relative;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    height: 120px
}

.animated-shows-banner__item {
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 120px;
    position: absolute;
    z-index: 9;
    display: none
}

.animated-shows-banner__item-content {
    color: #fff;
    display: block;
    text-shadow: 0 0 .1em rgba(0, 0, 0, .6);
    position: relative;
    padding: 1em;
    z-index: 10;
    height: 120px
}

.animated-shows-banner__item-content a:hover,
.animated-shows-banner__item-content a:focus {
    color: #fff
}

.animated-shows-banner__item-title {
    font-size: 1.5em;
    display: block;
    line-height: 1.4
}

.animated-shows-banner__item-presenter {
    font-size: 1.1em;
    display: block;
    line-height: 1.4
}

.animated-shows-banner__item-times {
    font-size: .9em;
    display: block
}

.animated-shows-banner__item-image {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9
}

.csscalc .animated-shows-banner__item-image {
    top: -1em;
    height: calc(100% + 1em);
    width: auto
}

.pulse-rings {
    position: relative
}

.pulse-rings:before,
.pulse-rings:after,
.pulse-rings span {
    position: absolute;
    content: '';
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, .05);
    -webkit-animation: glow-grow 3s ease-out infinite;
    animation: glow-grow 3s ease-out infinite;
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.pulse-rings:after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.pulse-rings span {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

@-webkit-keyframes glow-grow {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    66% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(15);
        transform: scale(15);
        opacity: 0
    }
}

@keyframes glow-grow {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    66% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(15);
        transform: scale(15);
        opacity: 0
    }
}

.animated-shows-banner .pulse-rings {
    position: absolute;
    top: 50%;
    left: 15%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 8;
}

@media (min-width:992px) {
    .animated-shows-banner__title {
        display: block
    }
    .animated-shows-banner__item-content {
        padding: 1em 1em 1em 40%;
        height: 180px;
    }
    .animated-shows-banner__item-title {
        font-size: 2em;
    }
    .animated-shows-banner__item-presenter {
        font-size: 1.5em;
    }
    .animated-shows-banner__item-times {
        font-size: 1em;
    }
    .animated-shows-banner__list {
        height: 180px;
    }
    .animated-shows-banner__item {
        height: 180px;
    }
}

/* Link Boxes */

    .link-boxes {
        color: #fff;
        margin-bottom: 2em;
    }
    .link-boxes a {
        text-decoration: none;
        color: #fff;
    }
    .link-boxes a:hover,
    .link-boxes a:active,
    .link-boxes a:visited,
    .link-boxes a:focus {
        color: #fff;
    }
    .link-boxes__list {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .link-boxes__item {
        display: block;
        position: relative;
    }
    .link-boxes__item + .link-boxes__item {
        margin-top: 0.5em;
    }
    .link-boxes__link {
        display: block;
        background-color: #39a6e4;
        -webkit-transition: background-color 0.25s;
        -o-transition: background-color 0.25s;
        transition: background-color 0.25s;
        padding: 1em;
    }
    .link-boxes__item:nth-child(2n+2) .link-boxes__link {
        background-color: #faba00;
    }
    .link-boxes__item:nth-child(3n+3) .link-boxes__link {
        background-color: #2a9a44;
    }
    .link-boxes__link:hover {
        background-color: #2a9fe2;
    }
    .link-boxes__item:nth-child(2n+2) .link-boxes__link:hover {
        background-color: #e9ad00;
    }
    .link-boxes__item:nth-child(3n+3) .link-boxes__link:hover {
        background-color: #268d3e;
    }
    .link-boxes__icon-wrapper {
        width: 3em;
        height: 3em;
        position: relative;
        display: inline-block;
        margin-right: 1em;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background-color: #fff;
        -webkit-transition: border-color 0.25s;
        -o-transition: border-color 0.25s;
        transition: border-color 0.25s;
        -webkit-box-shadow: 0 0 0.05em rgba(0,0,0,0.1), 0 0 0.5em rgba(0,0,0,0.25);
                box-shadow: 0 0 0.05em rgba(0,0,0,0.1), 0 0 0.5em rgba(0,0,0,0.25);
        text-align: center;
        line-height: 3em;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .link-boxes__icon {
        font-size: 1.5em !important;
        color: #39a6e4;
        line-height: 1 !important;
    }
    .link-boxes__item:nth-child(2n+2) .link-boxes__icon {
        color: #faba00;
    }
    .link-boxes__item:nth-child(3n+3) .link-boxes__icon {
        color: #2a9a44;
    }
    .link-boxes__item-label {
        text-transform: uppercase;
        font-weight: bold;
    }

    @media (min-width: 768px) {

        .link-boxes__item-label {
            font-size: 1.2em;
        }

    }

    @media (min-width: 992px) {

        .link-boxes {
            text-align: center;
        }
        .link-boxes__item {
            float: left;
            width: 32%;
        }
		
		.page-id-392563 .link-boxes__item, .page-id-405113 .link-boxes__item, .page-id-405506 .link-boxes__item{
            float: left;
            width: 49%;
        }
		
		
        .link-boxes__item + .link-boxes__item {
            margin-left: 2%;
            margin-top: 0;
        }
        .link-boxes__link {
            padding: 2em 1em;
        }
        .link-boxes__icon-wrapper {
            width: 5em;
            height: 5em;
            margin: 0 auto 2em auto;
            display: block;
            line-height: 5em;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }
        .link-boxes__icon {
            font-size: 2.5em !important;
        }

    }

/* CTA Banner */

.ofm-cta-banner {
    position: relative;
    overflow: hidden;
}
.ofm-cta-banner .slick-slide a:hover img {
    opacity: 1;
}
.ofm-cta-banner__list {
    list-style-type: none;
    padding: 0 !important;
    margin: 0 !important;
    background-image: url(/wp-content/plugins/ofm-functionality/img/cta-banner/cta-banner--blue.jpg);
    background-color: #39a6e4;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    opacity: 0;
    max-height: 10px;
    overflow: hidden;
}
.ofm-cta-banner__list.slick-active {
    opacity: 1;
    max-height: none;
}
.ofm-cta-banner__list:before {
    content: '';
    display: none;
    width: 30px;
    height: 30px;
    -webkit-animation: glow-grow 3s ease-out infinite;
    animation: glow-grow 3s ease-out infinite;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, .05);
}

.cssanimations .ofm-cta-banner__list:before {
    display: block;
}
.ofm-cta-banner__item {
    position: relative;
    color: #fff;
    text-shadow: 0 0 0.1em rgba(0, 0, 0, .6);
    z-index: 10;
}
.ofm-cta-banner__item > a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 20px;
    position: relative;
    z-index: 10;
}
.ofm-cta-banner__item > a:hover, .ofm-cta-banner__item > a:active, .ofm-cta-banner__item > a:visited, .ofm-cta-banner__item > a:focus {
    color: #fff;
    text-decoration: none;
}
.ofm-cta-banner__icon {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    float: left;
    background-color: #fff;
    border-radius: 100%;
    display: none;
}
.ofm-cta-banner__icon .fa {
    font-size: 30px;
    line-height: 80px;
    color: #2f6acf;
    text-shadow: none;
}
.ofm-cta-banner__text {
    text-align: center;
}
.ofm-cta-banner__title {
    margin: 0 0 5px 0 !important;
    line-height: 1;
}
.ofm-cta-banner__image {
    display: none;
}

@media (min-width: 600px) {

    .ofm-cta-banner__item > a {
        padding: 10px;
    }
    .csscalc .ofm-cta-banner__icon {
        display: block;
    }
    .ofm-cta-banner__icon .fa {
        font-size: 40px;
        line-height: 80px;
    }
    .ofm-cta-banner__text {
        display: inline-block;
        width: 70%;
        text-align: left;
        padding-right: 10px;
        float: left;
    }
    .csscalc .has-icon .ofm-cta-banner__text {
        width: calc(100% - 100px);
        padding-left: 20px;
        text-align: center;
    }
    .ofm-cta-banner__image {
        display: inline-block;
        width: 30%;
        float: right;
    }
    .has-icon .ofm-cta-banner__image {
        display: none;
    }
    .ofm-cta-banner__image img {
        width: auto;
        max-height: 100%;
        max-width: 100%;
        margin: 0 auto;
        position: relative;
        bottom: -10px;
    }

}

@media (min-width: 992px) {

    .ofm-cta-banner__list {
        height: 200px;
    }
    .ofm-cta-banner__item {
        height: 200px;
    }
    .ofm-cta-banner__item > a {
        padding: 0 10px;
        height: 200px;
    }
    .ofm-cta-banner__icon {
        margin-top: 60px;
    }
    .ofm-cta-banner__text {
        width: 70%;
        text-align: center;
    }
    .csscalc .has-icon .ofm-cta-banner__text {
        width: calc(70% - 100px);
        text-align: left;
    }
    .csstransforms .ofm-cta-banner__text {
        margin-top: 100px;
        transform: translateY(-50%);
    }
    .has-icon .ofm-cta-banner__text {
        margin-top: 60px;
    }
    .csstransforms .has-icon .ofm-cta-banner__text {
        margin-top: 100px;
    }
    .ofm-cta-banner__image {
        height: 200px;
        padding-top: 10px;
    }
    .has-icon .ofm-cta-banner__image {
        display: block;
    }
    .ofm-cta-banner__image img {
        bottom: 0;
    }
    
}

@media (min-width: 1200px) {

    .ofm-cta-banner__icon {
        width: 120px;
        height: 120px;
        line-height: 120px;
        margin-top: 40px;
        margin-left: 30px;
    }
    .ofm-cta-banner__icon .fa {
        font-size: 60px;
        line-height: 120px;
    }
    .csscalc .has-icon .ofm-cta-banner__text {
        width: calc(70% - 150px);
        margin-top: 40px;
    }
    .csscalc.csstransforms .has-icon .ofm-cta-banner__text {
        margin-top: 100px;
        transform: translateY(-50%);
    }

}

/* Taboola */

.related-post {
    margin-bottom: 0;
}
#taboola-mid-home-thumbnails {
    
    display: none;
}
#taboola-mid-home-mobile-thumbnails {
   
     display: none;
}
#taboola-below-home-thumbnails {
    display: none;
}

@media (min-width: 768px) {

    #taboola-mid-home-thumbnails {
         display: none;
    }
    #taboola-mid-home-mobile-thumbnails {
        display: none;
    }
    #taboola-below-home-thumbnails {
         display: none;
    }
    #taboola-below-home-mobile-thumbnails {
        display: none;
    }

}

/* Tables */

table {
    width: 100%;
    border: none;
}

thead {
    font-size: 1.1em;
    font-weight: 700;
	background-color: #f1f1f1;
	border-bottom: 1px solid #e1e1e1;
}

td, th {
    padding: .5em;
}

td + td,
th + th {
    border-left: 1px solid #e1e1e1;
}

tbody tr:nth-of-type(even) {
    background-color: #f1f1f1;
}

tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

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

/* Loader */

.loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: fixed;
    top: -9999px;
    left: -9999px;
    margin-left: -50px;
    margin-top: -50px;
    z-index: -999;
    opacity: 0;
    -webkit-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    transition: opacity 0.8s;
}

body.loading .loader {
    opacity: 1;
    z-index: 20;
    top: 50%;
    left: 50%;
}

.loader:before,
.loader:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 10px solid transparent;
    border-top-color: #faba00;
}

.loader:before {
    z-index: 100;
    -webkit-animation: spin 1s infinite;
    animation: spin 1s infinite;
}

.loader:after {
    border: 10px solid #ccc;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.widget + .sticky-widget {
    margin-top: 30px;
}

@media (max-width:767px) {
    .footer [class*="col-"] + [class*="col-"] {
        margin-top: 50px;
    }
}

.single .post-category>a + a {
    margin-left: .5em;
}

.single-featured-image figure {
    margin: 0;
    text-align: left;
}
.post-thumbnail {
    margin-bottom: 1em;
}
.page-banner {
    margin-bottom: 2em;
}

.post-sharing-buttons .btn-share {
    font-family: 'Open Sans', sans-serif;
    border-radius: 0!important;
}

.favethemes-content-ad-bottom {
    margin-top: 2em;
}

@media (max-width: 992px) {
    .m-table-small {
        font-size: 0.8em;
    }
    .m-table-small td {
        padding: 0.25em;
    }
}

/* Category quick links */

.page-header.-has-quick-links {
  border: none;
}
.page-header.-has-quick-links .page-title {
  margin-bottom: 0;
  border: none;
}
.page-header.-has-quick-links {
  border: none;
}
.archive-quick-links {
  background-color: #f9f9f9;
  display: none;
  margin-bottom: 1em;
}
.flexbox .archive-quick-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive-quick-links_title {
  margin: 0;
  text-transform: uppercase;
  margin-right: 2.5em;
  background-color: #e5e5e5;
  height: 3.75em;
  padding-left: 1.25em;
  padding-right: 0.625em;
  line-height: 3.75em;
  position: relative;
  font-size: 0.8em;
  font-weight: bold;
}
.archive-quick-links_title:after {
  content: '';
  position: absolute;
  border-left: 1.25em solid #e5e5e5;
  border-top: 1.875em solid transparent;
  border-bottom: 1.875em solid transparent;
  display: block;
  right: -1.25em;
  top: 0;
}
.archive-quick-links_list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.archive-quick-links_item + .archive-quick-links_item {
  margin-left: 1em;
}
.archive-quick-links_image {
  height: 2em;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.archive-quick-links a:hover .archive-quick-links_image {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}

/* Shortcode CSS for sharing buttons */
.share_button_whatsapp{
        visibility: hidden;
        width:0;
        margin-left:-8px
    }
    @media(max-width:800px){
    .share_button_whatsapp{
        visibility: visible;
        width:auto;
        margin-left:0;
    }
    }
    .post-top-share-buttons{
        margin-top: 1em;
        margin-bottom: 1.5em;
    }
    .a2a_label{
        display: inline-block;
    }
    .a2a_kit.a2a_kit_size_32.addtoany_list:before{ 
        content: "Share";
        margin-right:.4em;
        font-size: 20px;
    }

    .addtoany_list a, .widget .addtoany_list a {
        border: 0;
        box-shadow: none;
        display: inline-block;
        font-size: 16px;
        padding: 0 4px;
        vertical-align: middle;
    }

.a2a_overlay{
    display: none !important;
}
.a2a_thanks{
    display: none !important;
}

/* Override magzilla default iframe wrapper */

.responsive-iframe > .fluid-width-video-wrapper {
	padding: 0 !important;
	position: static !important;
}


/* Sales Team Page */
.ocean-fm-sales-team_member{
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(0,0,0,.2);
}

.ocean-fm-sales-team_member-image img {
    margin-top: 26px;
    max-height: 520px;
    object-fit: cover;
    width: 100%;
}
.ocean-fm-sales-team_member-name h2{
    color: #39a6e4;
    font-weight: 700;
}
.ocean-fm-sales-team_member-bio{
    line-height: 1.6
}
.ocean-fm-sales-team_member_contact{
    display: flex;
}

@media(max-width:772px){
    .ocean-fm-sales-team_member_contact{
        flex-direction: column;
    }   
}

.ocean-fm-sales-team_member-email{
    margin-bottom: 10px;
    margin-right:50px;
}


