/*!/wp-content/plugins/rate-my-post/public/css/rate-my-post.min.css*/
@keyframes rmp-feedback-widget__loader {
    0% {
        top: 4px;
        height: 32px
    }
    50%, to {
        top: 12px;
        height: 16px
    }
}

.rmp-results-widget p:empty:before, .rmp-widgets-container p:empty:before, .widget_rate-my-post-top-rated-widget p:empty:before {
    display: none
}

@font-face {
    font-family: ratemypost;
    src: url(/wp-content/plugins/rate-my-post/public/css/fonts/ratemypost.eot);
    src: url(/wp-content/plugins/rate-my-post/public/css/fonts/ratemypost.eot#iefix) format("embedded-opentype"), url(/wp-content/plugins/rate-my-post/public/css/fonts/ratemypost.ttf) format("truetype"), url(/wp-content/plugins/rate-my-post/public/css/fonts/ratemypost.woff) format("woff"), url(/wp-content/plugins/rate-my-post/public/css/fonts/ratemypost.svg#ratemypost) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" rmp-icon--"], [class^=rmp-icon--] {
    font-family: ratemypost !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
    text-align: center;
    margin: 1rem 0
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container p {
    margin: 0
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget--hidden {
    display: none
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons {
    margin: 0 0 .4rem
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list::before {
    content: ""
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list__icon {
    display: inline-block;
    margin: 0
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__hover-text {
    margin: 0 0 .4rem
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__submit-btn {
    display: none
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__submit-btn--visible {
    display: inline-block
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__results {
    margin: 0 0 .4rem
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__results--hidden {
    display: none;
    margin: 0
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__not-rated {
    margin: 0 0 .4rem
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__not-rated--hidden {
    display: none;
    margin: 0
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__msg {
    margin: .4rem 0
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__msg--alert {
    color: #dc3545
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget {
    display: none
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget--visible {
    display: block
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget__text {
    margin: 0 0 .4rem
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget__input {
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 250px;
    max-width: 630px;
    margin-bottom: .4rem
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget__msg--alert {
    color: #dc3545
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget__loader {
    display: none;
    position: relative;
    width: 80px;
    height: 40px;
    left: 50%;
    transform: translateX(-50%)
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget__loader--visible {
    display: block
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget__loader div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #ffcc36;
    animation: rmp-feedback-widget__loader 1.2s cubic-bezier(0, .5, .5, 1) infinite
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget__loader div:nth-child(1) {
    left: 8px;
    animation-delay: -.24s
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget__loader div:nth-child(2) {
    left: 32px;
    animation-delay: -.12s
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget__loader div:nth-child(3) {
    left: 56px;
    animation-delay: 0
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-social-widget {
    display: none
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-social-widget--visible {
    display: block
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-social-widget a {
    color: #fff
}

.rmp-tr-posts-widget__post {
    margin-top: 6px
}

.rmp-tr-posts-widget__post p {
    margin-bottom: 1.5rem !important
}

.rmp-tr-posts-widget__star-rating {
    font-size: 14px
}

.rmp-tr-posts-widget__star-rating p {
    padding: 0;
    margin: 0
}

.rmp-tr-posts-widget__img {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.rmp-tr-posts-widget__link {
    display: block;
    text-decoration: none;
    box-shadow: none
}

.rmp-icon--star:before {
    content: ""
}

.rmp-icon--heart:before {
    content: ""
}

.rmp-icon--trophy:before {
    content: ""
}

.rmp-icon--smile-o:before {
    content: ""
}

.rmp-icon--thumbs-up:before {
    content: ""
}

.rmp-icon--twitter {
    background: #55acee;
    color: #fff
}

.rmp-icon--twitter:before {
    content: ""
}

.rmp-icon--facebook {
    background: #3b5998;
    color: #fff
}

.rmp-icon--facebook-f:before, .rmp-icon--facebook:before {
    content: ""
}

.rmp-icon--pinterest {
    background: #cb2027;
    color: #fff
}

.rmp-icon--pinterest:before {
    content: ""
}

.rmp-icon--linkedin {
    background: #007bb5;
    color: #fff
}

.rmp-icon--linkedin:before {
    content: ""
}

.rmp-icon--youtube-square {
    background: #b00;
    color: #fff
}

.rmp-icon--youtube-square:before {
    content: ""
}

.rmp-icon--instagram {
    background: #125688;
    color: #fff
}

.rmp-icon--instagram:before {
    content: ""
}

.rmp-icon--flickr {
    background: #f40083;
    color: #fff
}

.rmp-icon--flickr:before {
    content: ""
}

.rmp-icon--reddit {
    background: #ff5700;
    color: #fff
}

.rmp-icon--reddit:before {
    content: ""
}

.rmp-icon--ratings {
    color: #ccc;
    font-size: 1rem
}

.rmp-rating-widget .rmp-icon--ratings {
    font-size: 2.5rem
}

.rmp-icon--full-highlight {
    color: #ff912c
}

.rmp-rating-widget .rmp-icon--full-highlight {
    color: #ffe699
}

.rmp-icon--half-highlight {
    background: linear-gradient(to right, #ff912c 50%, #ccc 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.rmp-rating-widget .rmp-icon--half-highlight {
    background: linear-gradient(to right, #ffe699 50%, #ccc 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (hover: hover) {
    .rmp-rating-widget .rmp-icon--hovered {
        color: #ffcc36;
        -webkit-background-clip: initial;
        -webkit-text-fill-color: initial;
        background: 0 0;
        transition: .1s color ease-in
    }
}

.rmp-rating-widget .rmp-icon--processing-rating {
    color: #ff912c;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    background: 0 0
}

.rmp-social-widget .rmp-icon--social {
    padding: 20px;
    font-size: 30px;
    width: 70px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    transition-property: none;
    box-shadow: none;
    font-family: ratemypost;
    display: inline-block
}

.rmp-social-widget .rmp-icon--social:hover {
    filter: contrast(140%);
    transition-property: none;
    box-shadow: none;
    color: #fff;
    text-decoration: none
}

.rmp-heading, .rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-heading {
    margin: 0 0 .4rem
}

.rmp-heading--title {
    font-size: 1.625rem;
    font-weight: 400
}

.rmp-btn {
    background-color: #ffcc36;
    border: 0;
    color: #fff;
    padding: .5rem;
    text-decoration: none;
    font-size: 1rem;
    margin-bottom: .4rem
}

.rmp-btn:focus, .rmp-btn:hover {
    background: initial;
    background-color: #ffd966;
    border: 0;
    color: #fff;
    padding: .5rem;
    text-decoration: none;
    font-size: 1rem;
    margin-bottom: .4rem;
    cursor: pointer
}

.rmp-btn--large {
    padding: .8rem
}

.rmp-btn--large:focus, .rmp-btn--large:hover {
    padding: .8rem
}

.rmp-results-widget__visual-rating {
    display: inline-block;
    position: relative;
    margin-right: .3rem
}

.rmp-results-widget__avg-rating, .rmp-results-widget__vote-count {
    display: inline-block
}

.rmp-archive-results-widget {
    display: inline-block;
    position: relative;
    margin-left: .4rem;
    vertical-align: top;
    font-size: .9rem
}

.rmp-archive-results-widget--excluded-post {
    display: none
}

.rmp-archive-results-widget .rmp-icon {
    font-size: .9rem
}

.rmp-amp-results-widget .rmp-amp-results-widget__stars {
    display: inline
}

.rmp-amp-results-widget .rmp-amp-results-widget__average-rating, .rmp-amp-results-widget .rmp-amp-results-widget__vote-count {
    display: inline-block;
    position: relative;
    bottom: 4px
}

.rmp-amp-results-widget .rmp-icon::before {
    content: "★";
    font-size: 26px;
    color: #ccc;
    margin: -2px
}

.rmp-amp-results-widget .rmp-icon {
    font-style: normal;
    font-size: 26px;
    line-height: 26px
}

.rmp-amp-results-widget .rmp-icon--full-highlight::before {
    color: #ff912c
}

.rmp-amp-results-widget .rmp-icon--half-highlight::before {
    background: linear-gradient(to right, #ff912c 50%, #ccc 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.rmp-amp-rating-widget {
    text-align: center
}

#rmp-amp-rating-widget__title {
    font-size: 1.8rem;
    margin-bottom: .5rem
}

.rmp-amp-rating-widget .rmp-amp-rating-widget__subtitle {
    margin-bottom: 0
}

#rmp-amp-action, #rmp-amp-post-id {
    display: none
}

.rmp-amp-centered-fieldset {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.rmp-amp-rating-widget__fieldset {
    --star-size: 3;
    padding: 0;
    border: 0;
    unicode-bidi: bidi-override;
    direction: rtl;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 3em;
    font-size: calc(var(--star-size) * 1em);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 16px;
    line-height: normal
}

.rmp-amp-rating-widget__fieldset > label {
    display: inline-block;
    position: relative;
    width: 1.1em;
    width: calc(var(--star-size) / 3 * 1.1em)
}

.rmp-amp-rating-widget__fieldset:not(:hover) > input:checked ~ label, .rmp-amp-rating-widget__fieldset > :hover, .rmp-amp-rating-widget__fieldset > :hover ~ label {
    color: transparent;
    cursor: inherit
}

.rmp-amp-rating-widget__fieldset:not(:hover) > input:checked ~ label:before, .rmp-amp-rating-widget__fieldset > :hover:before, .rmp-amp-rating-widget__fieldset > :hover ~ label:before {
    content: "★";
    position: absolute;
    color: gold
}

.rmp-amp-rating-widget__fieldset > input {
    position: relative;
    transform: scale(3);
    transform: scale(var(--star-size));
    top: -.5em;
    top: calc(var(--star-size) / 6 * -1em);
    margin-left: -2.5em;
    margin-left: calc(var(--star-size) / 6 * -5em);
    z-index: 2;
    opacity: 0;
    font-size: initial
}

form.amp-form-submit-error [submit-error] {
    color: red
}

.rmp-amp-rating-widget__not-rated--hidden, .rmp-amp-rating-widget__results--hidden, label#rmp-amp-post-nonce {
    display: none
}

/* [inline: after] */
.rmp-rating-widget .rmp-icon--half-highlight {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ff0000), color-stop(50%, #ccc));
    background: linear-gradient(to right, #ff0000 50%, #ccc 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.rmp-rating-widget .rmp-icon--full-highlight {
    color: red
}

@media (hover: hover) {
    .rmp-rating-widget .rmp-icon--hovered {
        color: #FFCC36;
        -webkit-background-clip: initial;
        -webkit-text-fill-color: initial;
        background: #fff0;
        -webkit-transition: .1s color ease-in;
        transition: .1s color ease-in
    }
}

.rmp-rating-widget .rmp-icon--processing-rating {
    color: #FF912C;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    background: #fff0
}

/* [/inline: after] */
/*!/wp-content/cache/asset-cleanup/css/item/refined-magazine__style-css-v6c8fb17b9727a4dd0744e8cd706521f36ae160a5.css*/
/*!/wp-content/themes/refined-magazine/style.css*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: #fff0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, a:focus {
    outline: 1px dotted ButtonText !important
}

.post-thumb :focus {
    border: 1px dotted midnightblue
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

[type="search"] {
    appearance: textfield;
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

p, ol, ul {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

/*p {
    margin-top: 0
}*/

body, button, input, select, optgroup, textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5
}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
    color: #9a4bff;
    clear: both;
}

/*p {
    margin-bottom: 1.5em
}*/

dfn, cite, em, i {
    font-style: italic
}

blockquote {
    margin: 0 1.5em
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: .9375rem
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

mark, ins {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

html {
    box-sizing: border-box
}

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

body {
    background: #fafafa
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ul, ol {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

img {
    /*display: block;*/
    margin: 0 auto;
    max-width: 100%;
}

picture img {
    border-radius: 14px;
    margin: 20px auto;
}

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

figure {
    margin: 1em 0
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

label {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    text-rendering: optimizeLegibility
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    background: #e6e6e6;
    color: #fff;
    padding: 5px 15px
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    cursor: pointer
}

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    padding: 5px
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #111
}

select {
    border: 1px solid #ccc
}

textarea {
    width: 100%
}

input {
    max-width: 100%
}

a {
    color: royalblue
}

a:visited {
    color: purple
}

a:hover, a:focus, a:active {
    color: midnightblue
}

a:focus, a.ct-show-hide-top:active, a.ct-show-hide-top:focus {
    outline: thin dotted
}

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

a.ct-show-hide-top:focus {
    opacity: .7
}

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgb(0 0 0 / .2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%
}

.main-navigation ul ul a {
    width: 200px
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: auto
}

.main-navigation li {
    position: relative
}

.main-navigation a {
    display: block;
    text-decoration: none
}

.main-navigation a .menu-description {
    position: absolute;
    top: 3px;
    left: calc(100% - 40px);
    background: #fff;
    color: #000;
    font-size: 10px;
    padding: 1px 4px;
    line-height: 10px;
    z-index: 1
}

.main-navigation a .menu-description:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 0 solid #fff0;
    border-right: 5px solid #fff0;
    border-top: 5px solid #fff;
    left: 3px;
    bottom: -4px
}

.menu-toggle, .main-navigation.toggled ul, .refined-magazine-header-block.toggled ul#primary-menu {
    display: block
}

.menu-toggle {
    border: none
}

.menu-toggle:before, .menu-toggle:after, .menu-toggle span {
    background-color: #fff;
    border-radius: 3px;
    content: '';
    display: block;
    height: 3px;
    width: 30px;
    margin: 7px 0;
    transition: all .2s ease-in-out
}

.toggled .menu-toggle:before {
    transform: translateY(10px) rotate(135deg)
}

.toggled .menu-toggle:after {
    transform: translateY(-10px) rotate(-135deg)
}

.toggled .menu-toggle span {
    transform: scale(0)
}

@media screen and (min-width: 768px) {
    .menu-toggle {
        display: none
    }

    .main-navigation ul {
        display: block
    }
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%
}

.logo-right-wrapper, .logo-wrapper {
    padding: 30px
}

.logo-wrapper-block {
    background-size: cover;
    background-color: #4240ed
}

.js-marquee-wrapper {
    height: 45px;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .logo-right-wrapper {
        padding-top: 0
    }

    .refined-magazine-header-left-logo .refined-magazine-logo-main-container {
        position: relative
    }

    .refined-magazine-header-left-logo .refined-magazine-logo-container {
        padding-right: 40px
    }

    .refined-magazine-header-left-logo .navbar-header {
        position: absolute;
        right: 0;
        bottom: 10px
    }

    .refined-magazine-header-left-logo .refined-magazine-menu-container {
        border: none
    }
}

@media screen and (min-width: 768px) {
    .main-navigation li {
        display: inline-block
    }

    .refined-magazine-social-top {
        float: right;
        margin-left: 10px
    }

    .ct-clock {
        margin-right: 20px
    }

    .top-left-col, .top-right-col, .trending-title, .trending-content {
        float: left
    }

    .top-left-col {
        width: 70%;
        padding-right: 30px
    }

    .top-right-col {
        width: 30%;
        float: right
    }

    .float-left {
        float: left
    }

    .float-right {
        float: right
    }

    .logo-right-wrapper {
        width: 65%;
        padding-left: 15px
    }

    .refined-magazine-header-left-logo-wrapper .logo-right-wrapper {
        width: 100%;
        padding-left: 30px
    }

    .logo-wrapper {
        width: 35%;
        padding-left: 0;
        padding-right: 15px
    }

    .logo-wrapper.full-wrapper, .logo-right-wrapper.full-wrapper {
        width: 100%;
        padding-right: 0;
        padding-left: 0
    }

    .logo-right-wrapper.full-wrapper {
        padding-top: 0
    }

    .refined-magazine-header-left-logo {
        display: table;
        width: 100%
    }

    #site-navigation.refined-magazine-header-left-logo .refined-magazine-menu-container {
        border: none;
        background-color: #fff0
    }

    .refined-magazine-header-left-logo .main-navigation {
        text-align: right
    }

    .refined-magazine-header-left-logo .refined-magazine-logo-main-container {
        display: table-cell;
        width: 25%;
        vertical-align: middle
    }

    .refined-magazine-header-left-logo.navbar-header {
        display: none;
        width: 0
    }

    .refined-magazine-header-left-logo.ocius-menu-container {
        width: 75%;
        display: table-cell;
        vertical-align: middle
    }

    .refined-magazine-header-left-logo.ocius-menu-container .main-navigation {
        text-align: right
    }
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgb(0 0 0 / .6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after, .clearfix:after {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after, .clearfix:after {
    clear: both
}

.widget {
    margin: 0 0 1.5em
}

.widget select {
    max-width: 100%
}

.sticky {
    display: block
}

.post, .page {
    margin: 0 0 1.5em
}

body.page {
    margin-bottom: 0
}

.updated:not(.published) {
    display: none
}

.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed, iframe, object {
    max-width: 100%
}

.custom-logo-link {
    display: inline-block
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

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

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

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

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

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

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

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

body {
    font-family: 'Muli', sans-serif;
    color: #444;
    line-height: 1.7;
    word-wrap: break-word;
    overflow-wrap: break-word
}

h1, h2, h3, h4, h5, h6, .header-text, .site-title, .entry-content a.read-more-text, .ct-title-head, .trending-title {
    font-family: 'Slabo 27px', sans-serif;
    font-weight: 700;
    margin: 0
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    font-family: 'Slabo 27px', sans-serif
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 26px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 14px
}

a {
    text-decoration: none;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    color: #444
}

a:hover {
    text-decoration: none
}

a:visited {
    color: #444
}

ul, ol {
    margin: 0 0 0 15px;
    padding-inline-start: 15px
}

table {
    border-collapse: collapse
}

th, td {
    border: 1px solid #444;
    padding: 5px
}

.text-center {
    text-align: center
}

blockquote {
    border-left: 5px solid;
    padding: 2px 30px 1px 30px;
    background: #f9f9f9;
    margin-bottom: 15px;
    margin-left: 0
}

::selection {
    color: #fff
}

.site-title, .site-description, .widget-title, .trending-title, .ct-title-head, .slide-details h2, .widget .post-title {
    text-transform: uppercase
}

.ct-boxed #page {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    background: #fff;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    -webkit-box-shadow: 0 5px 19px 2px rgb(0 0 0 / .1);
    -moz-box-shadow: 0 5px 19px 2px rgb(0 0 0 / .1);
    box-shadow: 0 5px 19px 2px rgb(0 0 0 / .1)
}

.container-inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px
}

.text-center {
    text-align: center
}

#primary article {
    width: 100%;
    margin-bottom: 30px
}

#primary article .refined-magazine-content-container {
    box-shadow: 0 1px 0 0 rgb(238 238 238 / .6);
    background: #fff
}

.ct-container-main {
    background: #fff;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .container-inner #primary {
        width: 70%;
        float: left;
        padding-right: 15px
    }

    .container-inner #secondary {
        width: 30%;
        float: right;
        padding-left: 15px
    }

    .left-sidebar .container-inner #primary {
        width: 70%;
        float: right;
        padding-left: 15px;
        padding-right: 0
    }

    .left-sidebar .container-inner #secondary {
        width: 30%;
        float: left;
        padding-right: 20px;
        padding-left: 0
    }

    .no-sidebar .container-inner #primary {
        width: 100%;
        float: right;
        padding-left: 0;
        padding-right: 0
    }

    .middle-column .container-inner #primary {
        width: 70%;
        float: none;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto
    }

    #primary article.two-columns, #primary .ct-two-cols, .refined-magazine-col, .ct-above-footer .ct-two-cols, .ct-below-featured-area .ct-two-cols, .ct-video-grid-post .ct-video-list:nth-child(5n+1), .ct-video-grid-post .ct-video-list:nth-child(5n+2) {
        width: 50%;
        float: left
    }

    .refined-magazine-col.refined-magazine-col-full {
        width: 100%
    }

    #primary article.two-columns:nth-child(2n+1), #primary .ct-two-cols:nth-child(2n+1), .ct-below-featured-area .ct-two-cols:nth-child(2n+1), .ct-above-footer .ct-two-cols:nth-child(2n+1), .ct-video-grid-post .ct-video-list:nth-child(5n+1) {
        padding-right: 15px;
        clear: left
    }

    #primary article.two-columns:nth-child(2n+2), #primary .ct-two-cols:nth-child(2n+2), .ct-below-featured-area .ct-two-cols:nth-child(2n+2), .ct-above-footer .ct-two-cols:nth-child(2n+2), .ct-video-grid-post .ct-video-list:nth-child(5n+2) {
        padding-left: 15px
    }

    #primary article.three-columns, #primary .ct-three-cols, .ct-below-featured-area .ct-three-cols, .ct-above-footer .ct-three-cols, .refined-magazine-three-col, .ct-video-grid-post .ct-video-list:nth-child(5n+3), .ct-video-grid-post .ct-video-list:nth-child(5n+4), .ct-video-grid-post .ct-video-list:nth-child(5n+5) {
        width: 33.33%;
        float: left
    }

    #primary article.three-columns:nth-child(3n+1), #primary .ct-three-cols:nth-child(3n+1), .ct-below-featured-area .ct-three-cols:nth-child(3n+1), .ct-above-footer .ct-three-cols:nth-child(3n+1), .ct-video-grid-post .ct-video-list:nth-child(5n+3) {
        padding-right: 20px;
        clear: left
    }

    #primary article.three-columns:nth-child(3n+2), #primary .ct-three-cols:nth-child(3n+2), .ct-below-featured-area .ct-three-cols:nth-child(3n+2), .ct-above-footer .ct-three-cols:nth-child(3n+2), .ct-video-grid-post .ct-video-list:nth-child(5n+4) {
        padding-left: 10px;
        padding-right: 10px
    }

    #primary article.three-columns:nth-child(3n+3), #primary .ct-three-cols:nth-child(3n+3), .ct-below-featured-area .ct-three-cols:nth-child(3n+3), .ct-above-footer .ct-three-cols:nth-child(3n+3), .ct-video-grid-post .ct-video-list:nth-child(5n+5) {
        padding-left: 20px
    }

    #secondary .ct-video-grid-post .ct-video-list {
        width: 100%;
        padding-right: 0;
        padding-left: 0
    }

    .refined-magazine-25-col {
        width: 25%;
        float: left
    }
}

@media (min-width: 1400px) {
    .container-inner, .ct-boxed #page {
        max-width: 1320px
    }
}

@media (min-width: 1500px) {
    .container-inner, .ct-boxed #page {
        max-width: 1420px
    }
}

@media (min-width: 1600px) {
    .container-inner, .ct-boxed #page {
        max-width: 1500px
    }
}

@media (max-width: 767px) {
    .ct-boxed #page {
        margin: 0 auto !important
    }
}

.refined-magazine-menu-social {
    clear: both;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 0
}

.refined-magazine-menu-social li a i {
    color: #6e6e6e;
    font-size: 18px;
    font-weight: 400;
    text-indent: 0
}

.refined-magazine-menu-social li a {
    background-color: #b08653;
    border: medium none;
    display: table-cell;
    font-weight: 400;
    height: 50px;
    line-height: 1;
    margin-right: 5px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 50px;
    overflow: hidden;
    font-size: 0
}

.refined-magazine-menu-social li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px
}

.refined-magazine-menu-social li a:before {
    color: #fff;
    content: "\f002";
    font-family: FontAwesome;
    font-weight: 400;
    margin: 6px;
    text-indent: 0;
    padding-right: 0;
    font-size: 22px
}

.refined-magazine-menu-social li a:before {
    height: inherit;
    width: inherit
}

.refined-magazine-menu-social li a:hover {
    opacity: .7
}

.refined-magazine-menu-social li a:hover:before {
    color: #fff
}

.refined-magazine-menu-social li a[href*="facebook.com"]:before {
    content: "\f09a"
}

.refined-magazine-menu-social li a[href*="facebook.com"], .meta_bottom .post-share a[href*="facebook.com"] {
    background-color: #45619d
}

.refined-magazine-menu-social li a[href*="weibo.com"]:before {
    content: "\f18a"
}

.refined-magazine-menu-social li a[href*="weibo.com"], .meta_bottom .post-share a[href*="weibo.com"] {
    background-color: #DF2029
}

.refined-magazine-menu-social li a[href*="twitter.com"]:before {
    content: "\f099"
}

.refined-magazine-menu-social li a[href*="twitter.com"], .meta_bottom .post-share a[href*="twitter.com"] {
    background-color: #53a8ea
}

.refined-magazine-menu-social li a[href*="linkedin.com"]:before {
    content: "\f0e1"
}

.refined-magazine-menu-social li a[href*="linkedin.com"], .meta_bottom .post-share a[href*="linkedin.com"] {
    background-color: #1b85bc
}

.refined-magazine-menu-social li a[href*="plus.google.com"]:before {
    content: "\f0d5"
}

.refined-magazine-menu-social li a[href*="plus.google.com"] {
    background-color: #df4b38
}

.refined-magazine-menu-social li a[href*="youtube.com"]:before {
    content: "\f167"
}

.refined-magazine-menu-social li a[href*="youtube.com"] {
    background-color: #e82707
}

.refined-magazine-menu-social li a[href*="dribbble.com"]:before {
    content: "\f17d"
}

.refined-magazine-menu-social li a[href*="dribbble.com"] {
    background-color: #c42462
}

.refined-magazine-menu-social li a[href*="pinterest.com"]:before {
    content: "\f0d2"
}

.refined-magazine-menu-social li a[href*="pinterest.com"], .meta_bottom .post-share a[href*="pinterest.com"] {
    background-color: #ca1f26
}

.refined-magazine-menu-social li a[href*="bitbucket.org"]:before {
    content: "\f171"
}

.refined-magazine-menu-social li a[href*="bitbucket.org"] {
    background-color: #205081
}

.refined-magazine-menu-social li a[href*="github.com"]:before {
    content: "\f113"
}

.refined-magazine-menu-social li a[href*="github.com"] {
    background-color: #181617
}

.refined-magazine-menu-social li a[href*="codepen.io"]:before {
    content: "\f1cb"
}

.refined-magazine-menu-social li a[href*="codepen.io"] {
    background-color: #000
}

.refined-magazine-menu-social li a[href*="flickr.com"]:before {
    content: "\f16e"
}

.refined-magazine-menu-social li a[href*="flickr.com"] {
    background-color: #0063db
}

.refined-magazine-menu-social li a[href$="/feed/"]:before {
    content: "\f09e"
}

.refined-magazine-menu-social li a[href*="foursquare.com"]:before {
    content: "\f180"
}

.refined-magazine-menu-social li a[href*="foursquare.com"] {
    background-color: #f94877
}

.refined-magazine-menu-social li a[href*="instagram.com"]:before {
    content: "\f16d"
}

.refined-magazine-menu-social li a[href*="instagram.com"] {
    background-color: #e1306c
}

.refined-magazine-menu-social li a[href*="tumblr.com"]:before {
    content: "\f173"
}

.refined-magazine-menu-social li a[href*="tumblr.com"] {
    background-color: #34465d
}

.refined-magazine-menu-social li a[href*="reddit.com"]:before {
    content: "\f1a1"
}

.refined-magazine-menu-social li a[href*="reddit.com"] {
    background-color: #ff4403
}

.refined-magazine-menu-social li a[href*="vimeo.com"]:before {
    content: "\f194"
}

.refined-magazine-menu-social li a[href*="vimeo.com"] {
    background-color: #23b6ea
}

.refined-magazine-menu-social li a[href*="digg.com"]:before {
    content: "\f1a6"
}

.refined-magazine-menu-social li a[href*="digg.com"] {
    background-color: #006094
}

.refined-magazine-menu-social li a[href*="twitch.tv"]:before {
    content: "\f1e8"
}

.refined-magazine-menu-social li a[href*="twitch.tv"] {
    background-color: #6441a5
}

.refined-magazine-menu-social li a[href*="stumbleupon.com"]:before {
    content: "\f1a4"
}

.refined-magazine-menu-social li a[href*="stumbleupon.com"] {
    background-color: #eb4823
}

.refined-magazine-menu-social li a[href*="delicious.com"]:before {
    content: "\f1a5"
}

.refined-magazine-menu-social li a[href*="delicious.com"] {
    background-color: #3274cf
}

.refined-magazine-menu-social li a[href*="vk.com"]:before {
    content: "\f189"
}

.refined-magazine-menu-social li a[href*="vk.com"] {
    background-color: #3274cf
}

.refined-magazine-menu-social li a[href*="mailto:"]:before {
    content: "\f0e0"
}

.refined-magazine-menu-social li a[href*="telegram.com"]:before, .refined-magazine-menu-social li a[href*="t.me"]:before {
    content: "\f2c6"
}

.refined-magazine-menu-social li a[href*="telegram.com"], .refined-magazine-menu-social li a[href*="t.me"] {
    background-color: #08c
}

#secondary .refined-magazine-menu-social h2.widget-title {
    margin-bottom: 0
}

#secondary .refined-magazine-menu-social li {
    margin-bottom: 0;
    margin-top: 15px;
    line-height: 0
}

#secondary .refined-magazine-menu-social {
    line-height: 0
}

.site-header {
    background: #fff
}

.top-bar {
    background-color: #0d19a3;
    width: 100%
}

.top-bar a.ct-show-hide-top {
    display: none
}

.top-bar, .top-bar a, .top-bar a.ct-show-hide-top, .top-bar a.ct-show-hide-top:visited {
    color: #fff;
    font-size: 12px
}

.top-bar a:hover, .top-bar a:visited:hover {
    color: #fff
}

.top-bar .container-inner {
    padding-top: 7px;
    padding-bottom: 7px
}

.trending-wrapper {
    overflow: hidden;
    position: relative;
    margin: 15px 0;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none
}

.trending-title {
    position: absolute;
    line-height: 45px;
    vertical-align: top;
    padding: 0 10px;
    left: 0;
    top: 0;
    z-index: 3;
    color: #fff
}

.trending-content {
    overflow: hidden;
    height: 45px;
    line-height: 45px
}

.trending-content .js-marquee {
    display: flex;
    align-items: center
}

.trending-content a {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: normal;
    color: #404040;
    font-weight: 700;
    float: left;
    padding: 0 20px;
    line-height: 45px
}

.trending-content a span.img-marq img {
    width: 45px
}

.trending-content a span.img-marq {
    display: inline-block;
    line-height: 1;
    margin-right: 15px;
    position: relative
}

@media (max-width: 767px) {
    .trending-title {
        width: 100%;
        position: static;
        display: block
    }

    .top-bar, .top-bar a, .top-bar a.ct-show-hide-top, .top-bar a.ct-show-hide-top:visited {
        font-size: 16px
    }

    .top-bar a {
        line-height: 2
    }

    .top-bar .ct-clock, .top-bar .top-menu {
        margin-bottom: 10px
    }

    .top-bar a.ct-show-hide-top {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 20px
    }

    .top-bar .container-inner {
        display: none
    }

    .top-bar .top-left-col, .top-bar .top-right-col {
        text-align: center
    }

    .top-bar .top-menu li {
        display: block;
        padding: 5px 0;
        margin: 0
    }

    .ct-rotate {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.refined-magazine-social-top {
    display: inline-block;
    line-height: 0
}

.refined-magazine-social-top .refined-magazine-social-text {
    font-size: 14px
}

.refined-magazine-social-top div {
    display: inline-block;
    vertical-align: middle
}

.refined-magazine-social-top .refined-magazine-menu-social li {
    margin-bottom: 0
}

.refined-magazine-social-top .refined-magazine-menu-social li a {
    text-decoration: none;
    line-height: 1;
    height: auto;
    width: auto;
    margin-right: 0;
    padding: 0;
    min-width: 20px;
    border-radius: 3px
}

.refined-magazine-social-top .refined-magazine-menu-social li a:before {
    line-height: 1;
    font-size: 12px;
    line-height: 1.5
}

.top-menu-icon {
    float: right
}

.top-menu-icon:hover {
    cursor: pointer;
    opacity: .7
}

#masthead .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #fff0;
    border-color: #fff0;
    opacity: 1;
    font-size: 32px;
    cursor: pointer;
    z-index: 99;
    display: none
}

#masthead .close:before {
    content: "\f00d";
    font-family: 'FontAwesome'
}

.offcanvas-menu {
    display: inline
}

.offcanvas-menu nav {
    background-color: #2a2a2a;
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    height: 100%;
    max-width: 515px;
    width: 100%;
    padding: 100px 40px 60px 40px;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.55s cubic-bezier(.785, .135, .15, .86);
    -moz-transition: transform 0.55s cubic-bezier(.785, .135, .15, .86);
    -o-transition: transform 0.55s cubic-bezier(.785, .135, .15, .86);
    transition: transform 0.55s cubic-bezier(.785, .135, .15, .86)
}

.offcanvas-menu nav.show {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.offcanvas-menu nav.show ul.top-menu li {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.15s
}

@media (min-width: 667px) {
    .offcanvas-menu nav {
        padding: 100px 70px 70px
    }
}

.offcanvas-menu nav ul {
    list-style-type: none
}

.offcanvas-menu nav ul.top-menu li {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.offcanvas-menu nav ul.top-menu li:last-of-type {
    margin-bottom: 0
}

.offcanvas-menu nav ul.top-menu li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    letter-spacing: 5px;
    font-weight: 600;
    padding: 10px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#masthead .offcanvas-menu.menu-show .close, #masthead .top-bar-search.open .close {
    display: block
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 5
}

.overlay.show {
    opacity: .7;
    visibility: visible;
    z-index: 5
}

.search-icon-box {
    float: right;
    margin-right: 10px
}

.search-icon-box:hover {
    cursor: pointer;
    opacity: .7
}

.top-bar-search .search-form {
    position: static;
    max-width: 100%
}

.top-bar-search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0, -100%) scale(0, 0);
    -moz-transform: translate(0, -100%) scale(0, 0);
    -o-transform: translate(0, -100%) scale(0, 0);
    -ms-transform: translate(0, -100%) scale(0, 0);
    transform: translate(0, -100%) scale(0, 0);
    opacity: 0
}

.top-bar-search.open {
    display: block;
    -webkit-transform: translate(0, 0) scale(1, 1);
    -moz-transform: translate(0, 0) scale(1, 1);
    -o-transform: translate(0, 0) scale(1, 1);
    -ms-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
    opacity: 1;
    z-index: 5
}

.top-bar-search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
    background: #fff0;
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0;
    margin: 0 auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px
}

.top-bar-search input[type="search"]::-webkit-input-placeholder {
    color: #fff
}

.top-bar-search input[type="search"]::-moz-placeholder {
    color: #fff
}

.top-bar-search input[type="search"]:-ms-input-placeholder {
    color: #fff
}

.top-bar-search input[type="search"]:-moz-placeholder {
    color: #fff
}

#masthead .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px
}

.top-bar-search .search-form input[type="search"] {
    border: none
}

.top-bar-search .search-form input[type="submit"] {
    display: none
}

.site-branding {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.site-branding .container-inner {
    padding-top: 30px;
    padding-bottom: 30px
}

.site-branding h1, .site-branding p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2;
    color: #fff
}

.site-title {
    font-size: 64px;
    line-height: 1.4;
    letter-spacing: 1px;
    padding-bottom: 5px
}

.site-title a:hover {
    text-decoration: none
}

.site-description {
    font-size: 24px
}

.refined-magazine-menu-container {
    background-color: #000
}

.main-navigation li a {
    padding: 15px 20px;
    color: #fff
}

.main-navigation li a:visited {
    color: #fff
}

.main-navigation li a:hover {
    text-decoration: none
}

.main-navigation ul ul {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: none;
    text-align: left
}

.main-navigation ul ul li {
    border-bottom: 1px solid #ddd
}

.main-navigation ul ul li:last-child {
    border: none
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: 0
}

.navbar-nav > li.menu-item-has-children > a::after {
    color: #000;
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 12px;
    margin-left: 7px;
    color: #ccc
}

.main-navigation li li a, .main-navigation li li a:visited {
    color: #222
}

.main-navigation ul li a:hover, .main-navigation ul li.current-menu-item > a {
    background-color: #0d19a3;
    color: #fff
}

.ct-menu-search {
    position: absolute;
    right: 0;
    top: 0
}

.ct-menu-search .search-icon-box {
    line-height: 1.7;
    padding: 15px;
    margin: 0;
    color: #fff
}

@media screen and (min-width: 768px) {
    .main-navigation.center-aligned {
        text-align: center
    }

    .main-navigation ul {
        display: inline-block
    }
}

@media screen and (max-width: 767px) {
    .ct-menu-search {
        right: auto;
        left: 0
    }

    .refined-magazine-header-left-logo-wrapper .ct-menu-search {
        display: none
    }

    .menu-toggle {
        float: right;
        background: #000;
        color: #fff;
        margin: 5px;
        padding: 5px 10px
    }

    .main-navigation li {
        float: none;
        padding-left: 15px;
        padding-right: 15px
    }

    .main-navigation li.menu-item-has-children ul {
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in
    }

    .main-navigation ul ul {
        width: 100%
    }

    .main-navigation li.menu-item-has-children.focus > ul {
        position: relative;
        float: none;
        display: block
    }

    .main-navigation ul ul a {
        width: 100%
    }

    .main-navigation ul ul a {
        padding-left: 0;
        padding-right: 0
    }

    .main-navigation ul ul li.focus ul {
        left: 0;
        margin-bottom: 15px;
        background: #fafafa
    }
}

.ct-carousel.slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease
}

.ct-carousel.slider.slick-initialized {
    visibility: visible;
    opacity: 1
}

ul.ct-carousel {
    margin-left: 0;
    padding: 0;
    overflow: hidden
}

.ct-carousel-inner {
    position: relative
}

.slide-details {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    background: rgb(255 255 255 / .6);
    padding: 25px 35px;
    transition: background-color 0.5s ease
}

.carousel-thumbnail-block .slide-details {
    transform: translate(-50%, -50%)
}

.slide-details .cat-name {
    font-size: 12px;
    padding-bottom: 10px
}

.slide-details a, .slide-details {
    color: #444;
    line-height: 1.2
}

.slide-details:hover {
    background: rgb(255 255 255 / .9)
}

.slide-details a:hover, .slide-details:hover a {
    color: #000
}

.slide-details h2 {
    font-size: 28px
}

#secondary .slide-details h2 {
    font-size: 18px
}

.slide-details .fa {
    padding-right: 5px
}

.ct-post-carousel .slick-prev {
    display: block;
    left: 0;
    z-index: 1;
    width: auto;
    height: auto
}

.ct-post-carousel .slick-next {
    display: block;
    right: 0;
    z-index: 1;
    width: auto;
    height: auto
}

.ct-post-carousel .slick-next:before, .ct-post-carousel .slick-prev:before {
    font-size: 50px;
    font-family: FontAwesome;
    color: rgb(0 0 0 / .6);
    background: #fff;
    display: inline-block
}

.ct-post-carousel .slick-prev:before {
    content: "\f104";
    padding: 0 15px 0 10px
}

.ct-post-carousel .slick-next:before {
    content: "\f105";
    padding: 0 10px 0 15px
}

@media screen and (max-width: 767px) {
    .slide-details h2 {
        font-size: 18px
    }
}

@media screen and (min-width: 701px) {
    ul.ct-carousel li {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff
    }
}

.refined-magazine-content-area {
    background-color: #fff;
    padding: 30px 0
}

.refined-magazine-content-container.refined-magazine-has-thumbnail a.post-thumbnail img {
    display: block;
    width: 100%
}

.refined-magazine-content-container.refined-magazine-has-thumbnail .refined-magazine-content-area {
    position: relative
}

.entry-content a.read-more-text {
    color: #444;
    font-style: italic;
    font-size: 12px
}

.meta_bottom {
    margin-top: 20px;
    overflow: hidden
}

.text_share {
    font-size: 10px;
    letter-spacing: 2px;
    margin-bottom: 12px;
    text-transform: uppercase
}

.post-share {
    display: inline-block;
    position: relative
}

.post-share a {
    padding: 0 15px;
    display: inline-block;
    margin-right: 5px;
    line-height: 34px;
    margin-bottom: 10px
}

.meta_bottom .post-share a, .meta_bottom .post-share a:hover {
    color: #fff
}

.post-share a i {
    font-size: 15px;
    line-height: 34px
}

.meta_bottom .post-share a[href*="facebook.com"]:hover {
    background-color: #2b4a8c
}

.meta_bottom .post-share a[href*="twitter.com"]:hover {
    background-color: #1d71b3
}

.meta_bottom .post-share a[href*="linkedin.com"]:hover {
    background-color: #06689c
}

.meta_bottom .post-share a[href*="pinterest.com"]:hover {
    background-color: #a00600
}

.entry-content p, .entry-content img, .entry-content ul, .entry-content ol, .entry-content table {
    margin-bottom: 25px
}

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

.entry-title {
    font-size: 36px;
    line-height: 1.2;
    word-wrap: break-word;
    padding-bottom: 5px
}

.entry-title, .entry-title a {
    color: #444
}

.entry-meta, .entry-footer {
    font-size: 12px
}

.entry-meta span, .entry-footer span, .post-meta span {
    padding-right: 10px;
    display: inline-block
}

.entry-meta .fa, .entry-footer .fa {
    padding-right: 3px
}

.entry-meta a, .entry-footer a {
    color: #444
}

.widget {
    margin-bottom: 40px
}

#secondary .sidebar-widget-container {
    margin-bottom: 40px
}

#secondary .widget {
    margin-bottom: 0
}

.widget-title {
    position: relative;
    margin-bottom: 15px;
    font-size: 20px;
    border-bottom: 2px solid #eee
}

.widget-title:before, .widget ul.ct-nav-tabs:before {
    content: '';
    background: #0073aa;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    max-width: 100px;
    height: 2px;
    z-index: 0
}

.widget ul.ct-nav-tabs:before {
    height: 0
}

.ct-title-head, .widget ul.ct-nav-tabs li.ct-title-head, .widget ul.ct-nav-tabs li.ct-title-head:hover, .widget ul.ct-nav-tabs li.ct-title-head.ui-tabs-active {
    padding: 8px 11px;
    background: #ff005b
}

.ct-title-head {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    z-index: 1;
    background: #ff005b
}

.widget ul.ct-nav-tabs li.ct-title-head {
    background: #666;
    line-height: 1
}

.widget .ct-title-head.ct-rotate a {
    color: #fff
}

a .ct-title-head.ct-rotate:hover, .ct-title-head.ct-rotate a:hover {
    text-decoration: underline
}

.widget a, .widget a:visited {
    color: #444
}

.single-bottom-sidebar, .single-top-sidebar {
    margin-top: 30px
}

.single-top-sidebar {
    margin-bottom: 25px
}

.ct-below-featured-area, .ct-above-footer {
    padding: 30px 0;
    background-color: #fcfcfc
}

.ct-below-featured-area .widget:last-child, .ct-above-footer .widget:last-child, .single-top-sidebar .widget:last-child {
    margin-bottom: 0
}

.widget .tagcloud a {
    letter-spacing: 1px;
    color: #8d8d8d;
    padding: 7px 9px;
    margin: 4px 3px;
    display: inline-block;
    text-decoration: none;
    background-color: #f6f6f6;
    border-radius: 2px
}

.widget .tagcloud a:hover, #secondary .widget .tagcloud a:hover {
    background-color: #141414;
    color: #fff
}

.widget ul, .widget_archive ul, .widget_meta ul, .widget_recent_entries ul, .widget_recent_comments ul, .widget_pages ul, .widget_categories ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style-position: inside
}

.widget_archive ul li, .widget_meta ul li, .widget_recent_entries ul li, .widget_recent_comments ul li, .widget_pages ul li, .widget_categories ul li {
    position: relative;
    margin-left: 20px;
    margin-bottom: 12px;
    line-height: 1.5
}

.widget_archive ul li:before, .widget_meta ul li:before, .widget_recent_entries ul li:before, .widget_recent_comments ul li:before, .widget_pages ul li:before, .widget_categories ul li:before {
    font-family: FontAwesome;
    content: "\f0da";
    position: absolute;
    left: -20px;
    color: #ddd
}

.widget .gallery-item {
    position: relative;
    margin: 0
}

.widget .gallery-item img {
    display: block
}

.widget .gallery-item .gallery-caption {
    position: absolute;
    top: 50%;
    display: none;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(256 256 256 / .6);
    line-height: 1.2;
    padding: 10px
}

.widget .gallery-item:hover .gallery-caption {
    display: block
}

.search-form {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto
}

.search-form input[type="search"] {
    width: 100%;
    border: 1px solid #ddd;
    padding-right: 90px
}

.search-form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 82px
}

.refined-magazine-author-profile .profile-wrapper {
    text-align: center
}

.refined-magazine-author-profile p {
    margin-bottom: 0
}

.refined-magazine-author-profile figure img {
    border-radius: 100%
}

.widget.refined-magazine-menu-social ul li:before, .refined-magazine-author-profile .refined-magazine-menu-social li:before {
    content: ''
}

#secondary .widget.refined-magazine-menu-social, .widget.refined-magazine-menu-social {
    line-height: 1.5
}

.widget.refined-magazine-menu-social ul li, .refined-magazine-author-profile .refined-magazine-menu-social li {
    margin-left: 0
}

.refined-magazine-author-profile li:last-child {
    margin-right: 0
}

.widget.refined-magazine-menu-social ul li a:hover, .refined-magazine-author-profile .refined-magazine-menu-social li a:hover {
    text-decoration: none
}

.featured-post-content {
    padding-bottom: 30px
}

.featured-post-thumbnai, .featured-post-content {
    display: table-cell;
    vertical-align: top
}

.featured-post-thumbnai img {
    max-width: 60px;
    margin-right: 15px
}

.featured-post-title {
    line-height: 1.2
}

.featured-post-title a {
    font-weight: 700
}

.site-footer .featured-post-title a, .site-footer .featured-post-title a:visited {
    color: #fff
}

.featured-post-title .entry-meta, .mt-10 {
    margin-top: 10px
}

.site-footer .featured-post-title .entry-meta a, .site-footer .featured-post-title .entry-meta a:visited {
    color: #ccc
}

.featured-post-title .entry-meta, .featured-post-title .entry-meta a {
    font-size: 12px;
    font-weight: 400
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin-bottom: 30px
}

.posts-navigation, .post-navigation {
    clear: both;
    background: #f9f9f9
}

.posts-navigation .nav-previous, .post-navigation .nav-previous, .posts-navigation .nav-next, .post-navigation .nav-next {
    padding: 20px
}

.posts-navigation .nav-previous, .post-navigation .nav-previous {
    border-right: 1px solid #fff
}

.posts-navigation .nav-next, .post-navigation .nav-next {
    border-left: 1px solid #fff;
    content: "\f101"
}

.posts-navigation .nav-previous:before, .post-navigation .nav-previous:before, .posts-navigation .nav-next:after, .post-navigation .nav-next:after {
    font-family: FontAwesome
}

.posts-navigation .nav-previous:before, .post-navigation .nav-previous:before {
    content: "\f100";
    margin-right: 10px
}

.posts-navigation .nav-next:after, .post-navigation .nav-next:after {
    content: "\f101";
    margin-left: 10px
}

.candid-pagination {
    text-align: center
}

.candid-pagination .page-numbers {
    border: 1px solid;
    padding: 2px 12px;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
    background-color: #fff
}

.candid-pagination .page-numbers.current, .candid-pagination .page-numbers:hover {
    color: #fff;
    text-decoration: none
}

#main nav.posts-navigation, .candid-pagination {
    clear: both
}

@media (max-width: 767px) {
    body.right-sidebar #secondary {
        margin-top: 40px
    }

    body.right-sidebar #secondary {
        margin-bottom: 40px
    }

    .post-navigation .nav-previous, .post-navigation .nav-next {
        float: none;
        width: 100%
    }

    .post-navigation .nav-previous {
        border-bottom: 1px solid #fff;
        border-right: none
    }

    .post-navigation .nav-next {
        border-top: 1px solid #fff;
        border-left: none
    }

    .ct-cat-cols .ct-two-cols:nth-child(2), .ct-cat-cols .ct-three-cols:nth-child(2), .ct-cat-cols .ct-three-cols:nth-child(3) {
        margin-top: 40px
    }

    .ct-grid-post .ct-first-column {
        margin-bottom: 30px
    }
}

.error-404-title {
    font-size: 120px;
    line-height: 1.2;
    padding-bottom: 30px
}

.related-pots-block {
    margin-bottom: 30px
}

.related-post-entries {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.related-post-entries li figure {
    margin: 0
}

.related-post-entries .featured-desc {
    padding: 15px
}

.related-post-entries .related-title {
    line-height: 1.3;
    font-size: 18px;
    margin-bottom: 5px
}

.related-post-entries li {
    margin-bottom: 20px;
    background: #fff
}

@media screen and (min-width: 768px) {
    .related-post-entries li {
        float: left;
        width: 31%;
        margin-left: 3.5%
    }

    .related-post-entries li:nth-child(3n+1) {
        clear: left;
        margin-left: 0
    }
}

#comments .comment-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

#comments .comment-list li .comment-body {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #efefef
}

.comment-meta .avatar {
    margin-right: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle
}

.comment-author-info {
    display: inline-block;
    vertical-align: middle
}

.comment-form label {
    display: block
}

.comment-form .comment-form-cookies-consent label {
    display: inline
}

@media screen and (min-width: 768px) {
    .comment-form-author, .comment-form-email, .comment-form-url {
        float: left;
        width: 31%
    }

    .comment-form-author, .comment-form-email {
        margin-right: 3.5%
    }

    .comment-form-cookies-consent, #comments .form-submit {
        clear: left
    }
}

.site-footer {
    color: #fff
}

.site-footer a, .site-footer a:visited {
    color: #bbb
}

.site-footer .widget-title:after {
    background-color: #fff
}

.site-footer .widget .gallery-item .gallery-caption {
    color: #000
}

.top-footer {
    background: #0a0a0a;
    overflow: auto;
    padding: 40px 0
}

footer .site-info {
    padding: 30px 20px;
    text-align: center;
    background: #000
}

.ct-col-3, .ct-col-2, .ct-col-1 {
    width: 100%
}

@media screen and (min-width: 768px) {
    .ct-col-2 {
        width: 50%;
        padding-right: 150px;
        float: left
    }

    .ct-col-3 {
        width: 33.33%;
        padding-right: 100px;
        float: left
    }
}

#toTop {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 5px 15px;
    color: #fff;
    font-size: 20px;
    opacity: .7
}

#toTop:hover {
    opacity: 1
}

div.breadcrumbs {
    margin-bottom: 15px
}

.breadcrumbs ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.breadcrumbs ul:after {
    clear: both;
    content: '';
    display: table;
    table-layout: fixed
}

.breadcrumbs li {
    float: left
}

.breadcrumbs li:after {
    font-family: FontAwesome;
    content: "\f101";
    margin: 0 15px 0 5px
}

.refined-magazine-fontawesome-version-5 .ct-post-carousel .slick-next:before, .refined-magazine-fontawesome-version-5 .ct-post-carousel .slick-prev:before, .refined-magazine-fontawesome-version-5 #primary-menu .menu-item-has-children > a:after, .refined-magazine-fontawesome-version-5 #primary-menu .page_item_has_children > a:after, .refined-magazine-fontawesome-version-5 .breadcrumbs li:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.breadcrumbs li.trail-end:after {
    content: ''
}

@media screen and (min-width: 1024px) {
    nav.breadcrumbs {
        display: table;
        display: table
    }

    .breadcrumbs h2.trail-browse, .breadcrumbs ul.trail-items {
        display: table-cell;
        padding-right: 15px
    }

    .breadcrumbs ul.trail-items {
        line-height: 16px
    }
}

.breadcrumbs span.breadcrumb {
    float: left;
    margin-top: -5px;
    margin-right: 9px;
    padding: 1px 10px 1px 10px;
    color: #fff
}

.advertisement-content a {
    display: inline-block
}

.advertisement-content a img {
    display: block;
    margin: 5px
}

.post-thumb img, .post-thumb a {
    display: block
}

.post-thumb img, .carousel-thumbnail-block img {
    width: 100%
}

.widget ul.list-post li, .widget ul.ct-nav-tabs li, .refined-magazine-post-two-columns .ct-grid-post .ct-two-cols, #secondary .widget_refined_magazine_category_tabbed_widget ul.list-post li:first-child, #secondary .refined-magazine-post-two-columns .ct-grid-post .ct-two-cols:nth-child(2), #secondary .refined-magazine-featured-post ul.list-post li {
    margin-left: 0;
    margin-bottom: 0;
    padding-top: 25px
}

.widget ul.list-post li:before, .widget ul.ct-nav-tabs li:before {
    content: ''
}

.ct-post-overlay, .ct-post-overlay .post-thumb, .post-thumb {
    position: relative;
    overflow: hidden
}

.candid-refined-post-format, .refined-magazine-featured-block .refined-magazine-col-2 .candid-refined-post-format {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    border: 1px solid #0073aa;
    border-radius: 100%;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #0073aa
}

.ct-post-overlay .candid-refined-post-format {
    top: 20px;
    left: 20px
}

.ct-post-overlay .post-content {
    position: absolute;
    bottom: 0;
    padding: 20px;
    z-index: 1
}

.ct-post-overlay .post-content.post-relative {
    position: relative;
    padding: 0
}

.ct-post-overlay .post-content.post-relative, .ct-post-overlay .post-content.post-relative a, .widget .ct-post-overlay .post-content.post-relative, .widget .ct-post-overlay .post-content.post-relative a, .ct-post-overlay .post-content.post-relative a:visited, .widget .ct-post-overlay .post-content.post-relative a:visited {
    color: #444
}

.ct-post-overlay .post-thumb img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}

.ct-post-overlay:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.ct-post-overlay .post-thumb a:before {
    background-image: linear-gradient(transparent, #111), linear-gradient(transparent, #111);
    height: 70%;
    width: 100%;
    opacity: .5;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    content: ''
}

.ct-post-overlay .post-content, .ct-post-overlay .post-content a, .widget .ct-post-overlay .post-content a, .widget .ct-post-overlay .post-content a:visited {
    color: #fff
}

.ct-post-overlay .post-content .post-title, .list-post .post-content .post-title {
    font-size: 18px;
    padding-bottom: 5px;
    line-height: 1.4
}

.list-post .post-content .post-title, .ct-grid-post-list .post-title, .ct-grid-post-list .post-title {
    font-size: 18px
}

.ct-post-overlay .post-content .post-meta, .widget .post-meta {
    font-size: 12px;
    line-height: 1.4
}

.widget .post-meta i.fa, .featured-section-details .post-meta i.fa {
    margin-right: 5px
}

.list-post .post-block-style {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow-wrap: break-word;
    word-break: break-word
}

.list-post .post-block-style .post-content {
    -ms-flex: 1;
    flex: 1
}

.list-post .post-block-style .post-thumb {
    margin-right: 10px;
    width: 100px;
    flex-basis: 100px;
    flex-shrink: 0
}

.refined-magazine-grid-post, .refined-magazine-featured-post {
    line-height: 1.4
}

.refined-magazine-grid-post .post-excerpt, .refined-magazine-featured-post .post-excerpt, .ct-cat-cols .post-excerpt, .widget_refined_magazine_category_tabbed_widget .post-excerpt, .ct-grid-post .post-excerpt, .slide-details .post-excerpt {
    margin-top: 10px
}

.refined-magazine-grid-post ul.list-post li:first-child, .refined-magazine-featured-post ul.list-post li:first-child, .widget_refined_magazine_category_tabbed_widget ul.list-post li:first-child, .refined-magazine-post-two-columns .ct-grid-post .ct-two-cols:nth-child(1), .refined-magazine-post-two-columns .ct-grid-post .ct-two-cols:nth-child(2) {
    padding-top: 0
}

.ct-first-column .post-title, .ct-grid-post-list .post-title {
    font-size: 18px;
    padding-bottom: 5px;
    padding-top: 5px
}

.refined-magazine-grid-post .ct-three-cols, .ct-video-list, #secondary .ct-three-cols:nth-child(2), #secondary .ct-three-cols:nth-child(3), #secondary .refined-magazine-grid-post .ct-three-cols:nth-child(2), #secondary .refined-magazine-grid-post .ct-three-cols:nth-child(3), #secondary .ct-video-list:nth-child(1), #secondary .ct-video-list:nth-child(2) {
    margin-top: 20px
}

.refined-magazine-grid-post .ct-three-cols:nth-child(1), .refined-magazine-grid-post .ct-three-cols:nth-child(2), .refined-magazine-grid-post .ct-three-cols:nth-child(3), .ct-video-list:nth-child(1), .ct-video-list:nth-child(2) {
    margin-top: 0
}

.sidebar-widget-container .refined-magazine-cat_column .ct-two-cols:first-child {
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .refined-magazine-grid-post .ct-three-cols:nth-child(2), .refined-magazine-grid-post .ct-three-cols:nth-child(3), .ct-video-list:nth-child(2) {
        margin-top: 20px
    }

    .refined-magazine-post-two-columns .ct-grid-post .ct-two-cols:nth-child(2) {
        padding-top: 25px
    }

    #secondary .widget_refined_magazine_category_tabbed_widget ul.list-post li:first-child {
        padding-top: 0
    }
}

.refined-magazine-thumbnail-post .ct-two-cols {
    padding-top: 25px
}

.refined-magazine-thumbnail-post .ct-two-cols:first-child {
    padding-top: 0
}

@media screen and (min-width: 768px) {
    .widget_refined_magazine_category_tabbed_widget {
        position: relative
    }

    .widget_refined_magazine_category_tabbed_widget .tab-head-wrapper {
        position: absolute;
        top: 0;
        right: 0
    }

    #secondary .widget_refined_magazine_category_tabbed_widget .tab-head-wrapper {
        position: static
    }

    #primary .refined-magazine-thumbnail-post .ct-two-cols:nth-child(2), .ct-above-footer .refined-magazine-thumbnail-post .ct-two-cols:nth-child(2), .ct-below-featured-area .refined-magazine-thumbnail-post .ct-two-cols:nth-child(2) {
        padding-top: 0
    }
}

.refined-magazine-post-slider.widget ul li {
    margin-left: 0;
    padding-left: 0
}

.refined-magazine-post-slider.widget ul li:before {
    content: ''
}

.widget ul.ct-nav-tabs {
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.widget ul.ct-nav-tabs li {
    display: inline-block;
    padding: 0;
    color: #fff
}

.widget ul.ct-nav-tabs li a {
    color: #fff;
    line-height: 1
}

.featured-section-details .post-title {
    padding-bottom: 0
}

.refined-magazine-featured-block .refined-magazine-col-2 .post-title {
    font-size: 16px
}

.refined-magazine-featured-block .refined-magazine-col-2 .post-content {
    padding: 10px
}

.refined-magazine-featured-block img {
    width: 100%
}

.refined-magazine-featured-block .refined-magazine-col-2 .refined-magazine-col:nth-child(2) {
    clear: left
}

.refined-magazine-featured-block .ct-post-carousel {
    margin: 0;
    padding-left: 0
}

@media screen and (max-width: 480px) {
    .refined-magazine-featured-block .refined-magazine-col-2 .post-thumb img {
        min-height: 200px
    }
}

@media screen and (min-width: 768px) {
    .refined-magazine-featured-block .refined-magazine-col:first-child {
        padding-right: 0
    }

    .refined-magazine-featured-block .refined-magazine-col:last-child {
        padding-left: 7px
    }

    .refined-magazine-featured-block .refined-magazine-col-2 .refined-magazine-col {
        padding: 3px
    }

    .refined-magazine-featured-block .refined-magazine-col-2 .refined-magazine-col:nth-child(1) {
        padding-top: 0
    }

    .refined-magazine-featured-block .refined-magazine-col-2 .refined-magazine-col:nth-child(1), .refined-magazine-featured-block .refined-magazine-col-2 .refined-magazine-col:nth-child(2) {
        padding-left: 0
    }

    .refined-magazine-featured-block .refined-magazine-col-2 .refined-magazine-col:nth-child(2), .refined-magazine-featured-block .refined-magazine-col-2 .refined-magazine-col:nth-child(3) {
        padding-bottom: 0
    }

    .refined-magazine-featured-block .refined-magazine-col-2 .refined-magazine-col:nth-child(3), .refined-magazine-featured-block .refined-magazine-col-2 .refined-magazine-col:nth-child(1) {
        padding-right: 0
    }
}

.widget_refined_magazine_category_tabbed_widget .ct-nav-tabs {
    float: right
}

.widget_refined_magazine_category_tabbed_widget .ct-nav-tabs li {
    padding-right: 15px !important
}

.widget_refined_magazine_category_tabbed_widget .ct-nav-tabs li:last-child {
    padding-right: 0 !important
}

.widget.widget_refined_magazine_category_tabbed_widget ul.ct-nav-tabs:before {
    display: none
}

.tab-head-wrapper {
    padding-bottom: 15px
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid #fff0;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid #fff0;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid #fff0;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

@-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)
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

#loader-wrapper .loader-section.section-left {
    left: 0
}

#loader-wrapper .loader-section.section-right {
    right: 0
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.7s 0.3s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.7s 0.3s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out
}

.no-js #loader-wrapper {
    display: none
}

.related-post-entries .entry-meta, .related-post-entries, .related-post-entries a, .related-post-entries a:visited {
    color: #444
}

.header-featured-slider ul.ct-post-carousel {
    margin: 0;
    padding: 0
}

.refined-magazine-featured-block .posted-on {
    margin-right: 5px
}

.hover-prev-next .slick-arrow {
    display: none !important
}

.hover-prev-next:hover .slick-arrow {
    display: block !important
}

.top-menu {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.top-menu li {
    display: inline-block;
    margin-left: 15px
}

.top-menu li:first-child {
    margin-left: 0
}

.cat-links a {
    display: inline-block;
    background: #0073aa;
    padding: 3px 7px;
    margin-bottom: 5px;
    border-radius: 3px
}

.cat-links a, .cat-links a:visited, .cat-links a:hover, .cat-links a:visited:hover, .widget .ct-post-overlay .post-content.post-relative .cat-links a, .widget .ct-post-overlay .post-content.post-relative .cat-links a:visited {
    color: #fff
}

.ct-sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0
}

body.admin-bar .ct-sticky {
    top: 28px
}

.ct-show-search {
    position: relative;
    padding-right: 30px
}

.entry-content a:not(.read-more-text), .entry-excerpt a, .comment-content a, .wp-block-media-text a, .widget_text a {
    text-decoration: underline
}

@media screen and (max-width: 767px) {
    .container-inner {
        padding-right: 15px;
        padding-left: 15px
    }

    .ct-show-search {
        padding-right: 0
    }
}

.refined-magazine-fontawesome-version-5 #masthead .close:before, .refined-magazine-fontawesome-version-5 .fa, .refined-magazine-fontawesome-version-5 .widget[class*="widget_"] > ul li:before, .refined-magazine-fontawesome-version-5 .widget[class*="widget_"] > ol li:before, .refined-magazine-fontawesome-version-5 .meta .posted-on:before, .refined-magazine-fontawesome-version-5 .meta .byline:before, .refined-magazine-fontawesome-version-5 .btn:hover:after, .refined-magazine-fontawesome-version-5 .posts-navigation .nav-links a:hover:after, .refined-magazine-fontawesome-version-5 .post-navigation .nav-links > .nav-previous .nav-subtitle:before, .refined-magazine-fontawesome-version-5 .post-navigation .nav-links > .nav-next .nav-subtitle:after, .refined-magazine-fontawesome-version-5 .breadcrumb-trail .trial-items li + li:before, .refined-magazine-fontawesome-version-5 .posts-navigation .nav-previous:before, .refined-magazine-fontawesome-version-5 .post-navigation .nav-previous:before, .refined-magazine-fontawesome-version-5 .posts-navigation .nav-next:after, .refined-magazine-fontawesome-version-5 .post-navigation .nav-next:after, .breadcrumbs ul li + li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.refined-magazine-fontawesome-version-5 .refined-magazine-menu-social li a::before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.refined-magazine-fontawesome-version-5 .facebook:before, .refined-magazine-fontawesome-version-5 .refined-magazine-menu-social li a[href*="facebook.com"]:before {
    content: "\f39e"
}

.tiktok:before, .refined-magazine-menu-social li a[href*="tiktok.com"]:before {
    content: "\e07b"
}

.refined-magazine-menu-social a[href*="tiktok.com"] {
    background-color: #010101
}

.spotify:before, .refined-magazine-menu-social li a[href*="spotify.com"]:before {
    content: "\f1bc"
}

.spotify-bg, .refined-magazine-menu-social a[href*="spotify.com"] {
    background-color: #1DB954
}

.wordpress:before, .refined-magazine-menu-social li a[href*="wordpress.org"]:before {
    content: "\f411"
}

.wordpress-bg, .refined-magazine-menu-social a[href*="wordpress.org"] {
    background-color: #21759b
}

.threads:before, .refined-magazine-menu-social li a[href*="threads.net"]:before {
    content: "\e618"
}

.threads-bg, .refined-magazine-menu-social a[href*="threads.net"] {
    background-color: #000
}

.refined-magazine-fontawesome-version-6 .refined-magazine-menu-social li a[href*="twitter.com"]:before {
    content: "\e61b"
}

.refined-magazine-fontawesome-version-6 .refined-magazine-menu-social li a[href*="twitter.com"] {
    background-color: #0f1419
}

/* [inline: after] */
.entry-content a, .entry-title a:hover, .related-title a:hover, .posts-navigation .nav-previous a:hover, .post-navigation .nav-previous a:hover, .posts-navigation .nav-next a:hover, .post-navigation .nav-next a:hover, #comments .comment-content a:hover, #comments .comment-author a:hover, .offcanvas-menu nav ul.top-menu li a:hover, .offcanvas-menu nav ul.top-menu li.current-menu-item > a, .error-404-title, #refined-magazine-breadcrumbs a:hover, .entry-content a.read-more-text:hover, a:hover, a:visited:hover, .widget_refined_magazine_category_tabbed_widget.widget ul.ct-nav-tabs li a {
    color: #a22
}

.candid-refined-post-format, .refined-magazine-featured-block .refined-magazine-col-2 .candid-refined-post-format, .cat-links a, .top-bar, .main-navigation ul li a:hover, .main-navigation ul li.current-menu-item > a, .main-navigation ul li a:hover, .main-navigation ul li.current-menu-item > a, .trending-title, .search-form input[type=submit], input[type="submit"], ::selection, #toTop, .breadcrumbs span.breadcrumb, article.sticky .refined-magazine-content-container, .candid-pagination .page-numbers.current, .candid-pagination .page-numbers:hover, .ct-title-head, .widget-title:before, .widget ul.ct-nav-tabs:before, .widget ul.ct-nav-tabs li.ct-title-head:hover, .widget ul.ct-nav-tabs li.ct-title-head.ui-tabs-active {
    background-color: #a22
}

.candid-refined-post-format, .refined-magazine-featured-block .refined-magazine-col-2 .candid-refined-post-format, blockquote, .search-form input[type="submit"], input[type="submit"], .candid-pagination .page-numbers {
    border-color: #a22
}

.cat-links a:focus {
    outline: 1px dashed #a22
}

.ct-post-overlay .post-content, .ct-post-overlay .post-content a, .widget .ct-post-overlay .post-content a, .widget .ct-post-overlay .post-content a:visited, .ct-post-overlay .post-content a:visited:hover, .slide-details:hover .cat-links a {
    color: #fff
}

.logo-wrapper-block {
    background-color: #000
}

@media (min-width: 1600px) {
    .ct-boxed #page {
        max-width: 1500px
    }
}

/* [/inline: after] */
/*!/wp-content/cache/asset-cleanup/css/item/gambleroad__style-css-v5f8ca77422917beb37b492ce5197a820587f451f.css*/
/*!/wp-content/themes/gambleroad/style.css*/
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Oswald Regular'), url(https://gambleroad.com/fonts/oswald-v49-latin-regular.woff2) format('woff2'), url(https://gambleroad.com/fonts/oswald-v49-latin-regular.woff) format('woff')
}

@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Mulish Regular'), url(https://gambleroad.com/fonts/mulish-v12-latin-regular.woff2) format('woff2'), url(https://gambleroad.com/fonts/mulish-v12-latin-regular.woff) format('woff')
}

@font-face {
    font-family: 'Slabo 27px';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Slabo 27px Regular'), url(https://gambleroad.com/fonts/slabo-27px-v12-latin-regular.woff2) format('woff2'), url(https://gambleroad.com/fonts/slabo-27px-v12-latin-regular.woff) format('woff')
}

body {
    background: #fff;
    font-family: 'Mulish', sans-serif
}

#primary article .refined-magazine-content-container {
    box-shadow: none
}

#primary article {
    margin-bottom: 0
}

.refined-magazine-menu-social li a[href*="twitter.com"], .meta_bottom .post-share a[href*="twitter.com"] {
    background-color: #000
}

details summary {
    background-color: #eee;
    border: none;
    cursor: pointer;
    margin: 0
}

details summary .show-more, details summary .show-less {
    color: #00008b;
    float: right;
    margin: 0;
    padding: 0;
    text-transform: lowercase
}

details[open] summary .show-more, details:not([open]) summary .show-less {
    display: none
}

details {
    border-left: 3px solid #bf0000;
    padding-left: 10px
}

.site-header, .refined-magazine-featured-block {
    background: #000;
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 1500px) {
    .site-header, .refined-magazine-featured-block {
        max-width: 1360px
    }
}

@media (min-width: 1600px) {
    .site-header, .refined-magazine-featured-block {
        max-width: 1436px
    }
}

h1, h2, h3, h4, h5, h6, .toc_head, .widget-title, .header-text, .page-title, .ct-title-head, .trending-title, .post-title a {
    font-family: Oswald;
    font-weight: 100
}

.entry-title h1 {
    line-height: 2
}

h2 {
    line-height: 2
}

.top-footer h2 {
    font-size: 15px
}

.top-footer h2:before {
    height: 2px
}

h3 {
    line-height: 2;
    font-size: 23px
}

h4 {
    line-height: 2;
    font-size: 20px
}

.blue_curr {
    font-size: .75em;
    font-weight: 100;
    margin-right: 2px
}

b, strong, .strong {
    font-family: Oswald
}

#secondary .sidebar-widget-container {
    margin-bottom: 20px
}

.page-title, .widget-title {
    font-size: 26px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px;
    border-bottom: 2px solid #fff0
}

.page-title:before, .widget-title:before {
    content: '';
    background: #bf0000;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    max-width: 100px;
    height: 4px;
    z-index: 0
}

.refined-magazine-featured-block .refined-magazine-col-2 .post-title, .ct-post-overlay .post-content .post-title, .list-post .post-content .post-title, .ct-first-column .post-title, .list-post .post-content .featured-post-title .post-title, .ct-grid-post-list .post-title {
    font-size: 22px;
    letter-spacing: .2px;
    line-height: 1.4;
    text-transform: uppercase
}

.logo-right-wrapper, .logo-wrapper {
    padding-bottom: 50px;
    padding-top: 50px
}

.cat-links a {
    line-height: 1.2
}

.refined-awesome-carousel.refined-magazine-featured-block .refined-magazine-col-2 .refined-magazine-col:nth-child(3) {
    clear: left
}

.refined-awesome-carousel.refined-magazine-featured-block .refined-magazine-col-2 .refined-magazine-col:nth-child(2) {
    clear: none
}

.refined-awesome-carousel {
    margin-top: 7px
}

.ct-container-main {
    padding-bottom: 0;
    padding-top: 0
}

.ct-header-carousel-section {
    padding-top: 20px
}

.ct-carousel-single {
    margin: 0 10px
}

.ct-header-carousel .slick-list {
    margin: 0 -10px
}

.ct-header-carousel .slick-prev {
    display: block;
    height: auto;
    left: 2px;
    width: auto;
    z-index: 1
}

.ct-header-carousel .slick-next {
    display: block;
    height: auto;
    right: 2px;
    width: auto;
    z-index: 1
}

.ct-header-carousel .slick-next:before, .ct-header-carousel .slick-prev:before {
    color: #000;
    display: inline-block;
    font: 30px FontAwesome
}

.ct-header-carousel .slick-prev:before {
    content: "\f104";
    padding: 2px 10px 2px 5px
}

.ct-header-carousel .slick-next:before {
    content: "\f105";
    padding: 2px 5px 2px 10px
}

.ct-below-featured-area {
    background-color: #fff0
}

.refined-news-thumbnail-col-post .ct-three-cols {
    padding-top: 25px
}

.refined-news-thumbnail-col-post .ct-three-cols:first-child {
    padding-top: 0
}

#countries {
    margin-bottom: 1em;
    width: 96%
}

.entry-content a {
    color: #bf0000;
    font-weight: 400
}

.entry-content a:not(.read-more-text) {
    text-decoration: none
}

.grd_button a, .grd_button button, #countries input[type="submit"] {
    background: #bf0000;
    color: #fff;
    display: inline-block;
    font: 100 2em Oswald;
    letter-spacing: 0;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.infograph_div, .button_div {
    font-family: Oswald;
    margin-bottom: 20px;
    text-align: center;
    width: 100%
}

.infograph_span, .button_span {
    color: #000;
    display: inline-block;
    font-size: 20px;
    font-weight: 100
}

.infograph_span a {
    border: 7px solid;
    border-color: #bf0000;
    border-radius: 50%;
    color: #bf0000;
    font: 65px/130px Oswald;
    height: 150px;
    margin: 5px;
    min-width: 150px;
    padding: 0 15px
}

.infograph_span a:hover {
    border-color: #000;
    color: #000
}

.button_span {
    margin-bottom: 15px;
    width: 100%
}

.button_span a {
    background: #bf0000;
    color: #fff;
    font-size: 40px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase
}

:target:before {
    content: "";
    display: block;
    height: 50px;
    margin: -50px 0 0
}

.toc_head {
    font-size: 26px
}

.toc, .toc_text {
    margin-bottom: 2.5em
}

.toc_text_menu a:hover, .toc a:hover, .tax_link a:hover, .toc_text a:hover, .toc_text_2max a:hover {
    text-decoration: underline
}

.toc_text_menu {
    column-count: 3
}

.toc_text, .toc_text_2max {
    column-count: 2
}

.warning, .info {
    display: block;
    margin: 30px 0;
    padding: 20px
}

.warning {
    background: #bf0000;
    color: #fff
}

.warning span, .info span {
    font: 22px Oswald;
    padding: 0 10px 0 0
}

.info {
    background: #ff0
}

table {
    background: #f3f3f3;
    font-family: Oswald;
    letter-spacing: .5px;
    margin: 0 0 1.5em;
    overflow-x: auto;
    padding: 5px 15px;
    width: 100%
}

th {
    background: #e6e6e6;
    font-size: 16px;
    padding: 10px 3px;
    /*text-align: left;*/
    text-transform: uppercase;
    vertical-align: text-top
}

th, td {
    border: 1px solid;
    border-color: #e6e6e6
}

td {
    text-align: right
}

select {
    background: #f3f3f3;
    margin: 0 1em 1em 0;
    padding: .5em
}

.entry-content {
    margin: 0
}

.entry-content p {
    margin: 1em 0 1em 0
}

.entry-content a.read-more-text, .entry-content a.read-more-text:visited {
    font: 700 16px 'Oswald', sans-serif;
    margin: 0;
    padding: 2px 2px 2px 0
}

.entry-content a.read-more-text:hover {
    background: #bf0000;
    color: #fff
}

.site-footer, .site-footer a {
    color: #999;
    font-family: Oswald;
    font-weight: 100
}

.site-footer a:hover {
    color: #666
}

button, input[type="submit"] {
    background: #bf0000;
    border: 0 solid;
    color: #fff;
    font-family: 'Slabo 0px', sans-serif;
    margin: 0
}

button:hover, input[type="submit"]:hover {
    background: #000;
    color: #fff;
    cursor: pointer
}

.logosearch {
    color: #ccc;
    margin: 0;
    padding: .7em 0 0 1em;
    width: 250px
}

.logosearch input[type="search"] {
    background: #000;
    border: 1px solid;
    border-color: #666;
    color: #ccc
}

.logosearch input[type="submit"] {
    background: #bf0000;
    border: 1px solid;
    border-color: #666;
    color: #fff
}

.logosearch input[type="submit"]:hover {
    background: #666;
    color: #fff;
    cursor: pointer
}

.main-navigation li {
    float: none;
    padding-right: 0
}

.main-navigation li a {
    color: #fff;
    padding: 15px 12px
}

.w4pl li {
    padding: 5px 0
}

.rate {
    margin: 5em 0 1em
}

li a:hover {
    color: #bf0000;
    text-decoration: underline
}

.toc, .review_section {
    margin-bottom: 3em
}

.review_section img {
    margin-bottom: 1em;
    margin-top: 1em
}

.grd_toc {
    margin-bottom: 2em;
    margin-top: 1em
}

.grd_review_section {
    margin: 1em 0 1em 0
}

.grd_review_section h3, .grd_review_section span {
    font-family: Oswald;
    letter-spacing: .01em
}

.country_form {
    align-items: center;
    display: flex;
    justify-content: center
}

.country_form_title {
    font: 100 20px Oswald;
    letter-spacing: .03em;
    padding: 0 15px 10px
}

.gap-10em {
    margin: 0 0 10em
}

.gap-4em {
    margin: 0 0 4em
}

.gap-3em {
    margin: 0 0 3em
}

.gap-2em {
    margin: 0 0 2em
}

.gap-1em {
    margin: 0 0 1em
}

.gap-top-1em {
    margin: 1em 0 0
}

.gap-top-3em {
    margin: 3em 0 0
}

.gap-top-4em {
    margin: 4em 0 0
}

.blue, .blue_curr, .searched {
    color: #bf0000
}

.footer-images a {
    display: inline-block;
    height: 50px;
    margin-left: 10px;
    margin-right: 10px
}

.ct-below-featured-area, .ct-above-footer, aside, blockquote, .refined-magazine-content-area {
    background: #fff
}

.post .refined-magazine-content-area, .page .refined-magazine-content-areac, .site-main, .ct-sidebar-wrapper {
    background: #fff;
    padding: 1em 0 1em 0;
    margin: 0 0 1em 0
}

#countries input[type="submit"]:hover, .grd_button a:hover, .cat-links a:hover, .button_span a:hover {
    background: #000;
    color: #fff
}

@media screen and (max-width: 767px) {
    .refined-awesome-carousel {
        margin-top: 0
    }

    .logo-wrapper {
        padding: 30px 0 20px
    }

    .logo-right-wrapper {
        padding-bottom: 30px;
        padding-top: 0
    }

    .button_span a {
        font-size: 30px
    }

    .logosearch {
        left: 0;
        width: 80%
    }

    .search-form {
        margin: 0
    }

    .hide_on_small_screen {
        display: none
    }

    .container-inner, .ct-container-main {
        padding-left: 15px;
        padding-right: 15px
    }

    .w4pl li {
        padding: 10px 0
    }

    .logo-right-wrapper, .logo-wrapper, .site-info .container-inner {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width: 768px) {
    .refined-awesome-carousel {
        margin-top: 6px
    }

    .refined-awesome-carousel.refined-magazine-featured-block .refined-magazine-col:first-child {
        padding-right: 2px
    }

    .refined-awesome-carousel.refined-magazine-featured-block .refined-magazine-col:last-child {
        padding-left: 6px
    }

    .refined-awesome-carousel.refined-magazine-featured-block .refined-magazine-col-2 .refined-magazine-col {
        padding: 3px
    }

    .refined-awesome-carousel.refined-magazine-featured-block .refined-magazine-col-2 .refined-magazine-col:nth-child(3), .refined-awesome-carousel.refined-magazine-featured-block .refined-magazine-col-2 .refined-magazine-col:nth-child(4) {
        padding-bottom: 0
    }

    .refined-awesome-carousel.refined-magazine-featured-block .refined-magazine-col-2 .refined-magazine-col:nth-child(1), .refined-awesome-carousel.refined-magazine-featured-block .refined-magazine-col-2 .refined-magazine-col:nth-child(3) {
        padding-left: 0
    }

    .refined-awesome-carousel.refined-magazine-featured-block .refined-magazine-col-2 .refined-magazine-col:nth-child(2), .refined-awesome-carousel.refined-magazine-featured-block .refined-magazine-col-2 .refined-magazine-col:nth-child(4) {
        padding-right: 0
    }

    .ct-below-featured-area .ct-three-cols:nth-child(3n+1) {
        padding-right: 20px
    }

    .ct-below-featured-area .ct-three-cols:nth-child(3n+3) {
        padding-left: 20px
    }

    .ct-below-featured-area .ct-three-cols:nth-child(3n+2) {
        padding-left: 10px;
        padding-right: 10px
    }

    #secondary .refined-news-thumbnail-col-post .ct-three-cols:nth-child(2), #secondary .refined-news-thumbnail-col-post .ct-three-cols:nth-child(2), .site-footer .refined-news-thumbnail-col-post .ct-three-cols:nth-child(2), .site-footer .refined-news-thumbnail-col-post .ct-three-cols:nth-child(3) {
        padding-top: 25px
    }

    .logo-wrapper {
        padding: 30px 0 20px;
        width: 90%
    }

    .hide_on_big_screen {
        display: none
    }

    .refined-awesome-carousel.refined-magazine-featured-block .refined-magazine-col-2 .refined-magazine-col:nth-child(1), .refined-awesome-carousel.refined-magazine-featured-block .refined-magazine-col-2 .refined-magazine-col:nth-child(2), .refined-news-thumbnail-col-post .ct-three-cols:nth-child(2), .refined-news-thumbnail-col-post .ct-three-cols:nth-child(3) {
        padding-top: 0
    }
}

@media screen and (max-width: 384px) {
    .logo-wrapper {
        text-align: center;
        width: 100%
    }

    .toc_text_menu {
        column-count: 1
    }

    .toc_text, .toc_text_2max {
        column-count: 2
    }
}

@media screen and (min-width: 384px) and (max-width: 768px) {
    .logo-wrapper-block {
        background-image: url(https://gambleroad.com/wp-content/uploads/gambleroad-header-1-768x174.jpg)
    }

    .toc_text {
        column-count: 3
    }

    .toc_text_menu, .toc_text_2max {
        column-count: 2
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .logo-wrapper-block {
        background-image: url(gambleroad-header-1-1024x232.jpg)
    }

    .list-post .post-block-style {
        display: flex;
        flex-direction: column
    }

    .list-post .post-content .featured-post-title .post-title {
        margin-top: 10px
    }

    .toc_text_menu {
        column-count: 3
    }

    .toc_text, .toc_text_2max {
        column-count: 1
    }
}

@media screen and (min-width: 1024px) and (max-width: 1536px) {
    .logo-wrapper-block {
        background-image: url(gambleroad-header-1-1536x347.jpg)
    }
}

@media screen and (min-width: 1536px) {
    .logo-wrapper-block {
        background-image: url(gambleroad-header-1.jpg)
    }
}