/*
Theme Name:   The League Child
Theme URI:    https://themeforest.net/user/mvpthemes/
Description:  The League Child Theme
Author:       MVP Themes
Author URI:   https://themeforest.net/user/mvpthemes/portfolio
Template:     the-league
Version:      2.0.1
License:      GNU General Public License v3 or later
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Tags:         two-columns, custom-background, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
Text Domain:  the-league-child
*/

/* Theme Customiztion */

@font-face {
    font-family: cbicons;
    src: url(./fonts/cbicons.eot);
    src: url(./fonts/cbicons.eot#iefix) format("embedded-opentype"),
        url(./fonts/cbicons.woff2) format("woff2"),
        url(./fonts/cbicons.ttf) format("truetype"),
        url(./fonts/cbicons.woff) format("woff"),
        url(./fonts/cbicons.svg#cbicons) format("svg");
    font-weight: 400;
    font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* parent theme css */
ul {
    list-style: none;
}
html {
    overflow-x: hidden;
}
body {
    color: #444;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 100%;
    margin: 0px auto;
    padding: 0px;
}
img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}
iframe {
    max-width: 100%;
}
a,
a:visited {
    text-decoration: none;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -ms-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}
a:hover {
    text-decoration: none;
}
a:active,
a:focus {
    outline: none;
}
#mvp-site {
    overflow: hidden;
    width: 100%;
}
.relative {
    position: relative;
}
.left {
    float: left;
}
#mvp-wallpaper {
    display: block;
    position: fixed;
    top: 94px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.mvp-fly-fade {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
#mvp-wallpaper,
#mvp-fly-wrap,
#mvp-main-wrap,
#mvp-search-wrap,
#mvp-top-head-wrap,
ul.mvp-mob-soc-list,
#mvp-post-trend-wrap {
    -webkit-transition: -webkit-transform 0.25s ease;
    -moz-transition: -moz-transform 0.25s ease;
    -ms-transition: -ms-transform 0.25s ease;
    -o-transition: -o-transform 0.25s ease;
    transition: transform 0.25s ease;
}
#mvp-top-head-wrap {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
    z-index: 9000;
}
#mvp-main-nav-wrap {
    float: left;
    position: relative;
    width: 100%;
}
#mvp-post-trend-wrap {
    background: #fff;
    border-top: 1px solid #ddd;
    -webkit-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    width: 100%;
    height: 0;
    z-index: 500;
}
ul.mvp-post-trend-list {
    width: 100%;
}
ul.mvp-post-trend-list li {
    border-left: 1px solid #ddd;
    float: left;
    margin-left: 2.5%;
    padding: 10px 0;
    width: 23%;
    height: 50px;
}
ul.mvp-post-trend-list li:first-child {
    border-left: 0;
    margin-left: 0;
}
ul.mvp-author-page-list li {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
#mvp-author-page-top {
    margin-bottom: 30px;
    padding: 60px 5%;
    width: 90%;
}
.mvp-author-top-out {
    margin-left: -250px;
    width: 100%;
}
.mvp-author-top-in {
    margin-left: 250px;
}
#mvp-author-top-left {
    margin-right: 50px;
    width: 200px;
}
#mvp-author-top-left img {
    border: 8px solid #ddd;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 0;
    margin-top: -8px;
}
#mvp-author-top-right {
    width: 100%;
}
h1.mvp-author-top-head {
    color: #555;
    font-size: 3.3rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 15px;
    width: 100%;
}
ul.mvp-author-page-list {
    margin-top: 20px;
    width: 100%;
}
ul.mvp-author-page-list li {
    background: #555;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    margin-left: 10px;
    padding-top: 11px;
    text-align: center;
    width: 40px;
    height: 29px;
}
ul.mvp-author-page-list a:first-child li {
    margin-left: 0;
}
ul.mvp-author-page-list li:hover {
    background: #777;
}
.mvp-post-trend-out {
    float: right;
    margin-left: -70px;
    width: 100%;
}
.mvp-post-trend-in {
    margin-left: 70px;
}
.mvp-post-trend-img {
    line-height: 0;
    margin: 0 10px;
    width: 50px;
}
.mvp-post-trend-text {
    width: 100%;
}
.mvp-post-trend-text h3 {
    color: #555;
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: 0.07rem;
    line-height: 1;
    margin-bottom: 3px;
    text-transform: uppercase;
    width: 100%;
}
.mvp-post-trend-text a {
    color: #111 !important;
    font-family: "Roboto", sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.1;
}
.mvp-post-trend-but {
    background: #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.1);
    color: #888;
    cursor: pointer;
    font-size: 36px !important;
    position: absolute;
    top: -30px;
    left: 30px;
    text-align: center;
    width: 60px;
    height: 30px;
}
#mvp-top-nav-wrap {
    width: 100%;
    height: 50px;
    z-index: 50;
}
.mvp-main-box-cont {
    margin: 0 auto;
    max-width: 1340px !important;
    height: 100%;
}
#mvp-main-wrap .mvp-main-box-cont {
    position: relative;
    z-index: 5;
}
#mvp-top-nav-cont {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
}
.mvp-top-nav-right-out {
    float: left;
    margin-right: -270px;
    width: 100%;
}
.mvp-top-nav-right-in {
    margin-right: 270px;
}
#mvp-top-nav-left {
    width: 100%;
}
.mvp-top-nav-left-out {
    float: right;
    margin-left: 0;
    width: 100%;
}
.mvp-top-nav-menu-but {
    display: none;
    margin-right: 20px;
    padding: 3px 0;
}
#mvp-top-nav-logo {
    line-height: 0;
    max-height: 50px;
}
h2.mvp-logo-title {
    font-family: "Roboto", sans-serif;
    display: block;
    font-size: 0px;
}
.mvp-top-nav-left-in {
    margin-left: 0;
}
#mvp-search-wrap {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(255, 255, 255, 0.94);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    width: 100%;
    height: 100%;
    z-index: 999999;
}
#mvp-search-box {
    margin: -60px 0 0 -300px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
}
#searchform input {
    background: none;
    border: 0;
    border-bottom: 1px solid #444;
    color: #444;
    float: left;
    font-size: 70px;
    font-weight: 400;
    line-height: 100%;
    padding: 20px 0;
    width: 100%;
    height: 70px;
}
#searchform #searchsubmit {
    border: none;
    float: left;
}
#searchform #s:focus {
    outline: none;
}
#mvp-main-wrap {
    margin-top: 94px;
    width: 100%;
}
#mvp-main-body-wrap {
    margin-top: 20px;
    width: 100%;
}
#mvp-main-body {
    width: 100%;
}
.mvp-bot-nav-in {
    margin-left: 60px;
}
#mvp-nav-menu {
    width: 100%;
    height: 44px;
}
#mvp-nav-menu ul,
#mvp-nav-menu ul li {
    float: left;
}
#mvp-nav-menu ul {
    width: 100%;
}
#mvp-nav-menu ul li {
    position: relative;
}
#mvp-nav-menu ul li a {
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 14px 12px;
    position: relative;
    text-transform: uppercase;
}
#mvp-nav-menu ul li:hover a {
    padding: 14px 12px 13px;
}
#mvp-fly-wrap {
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translate3d(-370px, 0, 0);
    -moz-transform: translate3d(-370px, 0, 0);
    -ms-transform: translate3d(-370px, 0, 0);
    -o-transform: translate3d(-370px, 0, 0);
    transform: translate3d(-370px, 0, 0);
    width: 370px;
    height: 100%;
    z-index: 999999;
}
.mvp-fly-but-wrap,
.mvp-search-but-wrap {
    cursor: pointer;
    width: 30px;
    height: 44px;
}
.mvp-search-but-wrap {
    position: absolute;
    top: 60px;
    right: 80px;
    width: 60px;
}
.mvp-fly-but-wrap span,
.mvp-search-but-wrap span {
    display: block;
    position: absolute;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    height: 3px;
}
.mvp-search-but-wrap span {
    background: #333;
    top: 24px;
}
.mvp-fly-but-wrap span:nth-child(1) {
    top: 12.5px;
    width: 30px;
}
.mvp-fly-but-wrap span:nth-child(2),
.mvp-fly-but-wrap span:nth-child(3) {
    top: 20.5px;
    width: 24px;
}
.mvp-fly-but-wrap span:nth-child(4) {
    top: 28.5px;
    width: 18px;
}
.mvp-search-but-wrap span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
}
.mvp-search-but-wrap span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 30px;
}
.mvp-search-but-wrap span:nth-child(1),
.mvp-search-but-wrap span:nth-child(2) {
    width: 60px;
}
#mvp-fly-menu-top {
    width: 100%;
    height: 60px;
}
.mvp-fly-top-out {
    margin-right: -120px;
    left: 60px;
    width: 100%;
}
.mvp-fly-top-in {
    margin-right: 120px;
}
#mvp-fly-logo {
    margin: 0 6.45161290323%;
    text-align: center;
    width: 87.0967741935%;
}
#mvp-fly-logo img {
    line-height: 0;
}
.mvp-fly-but-menu {
    float: left;
    margin-left: 15px;
    position: relative;
}
.mvp-fly-top {
    background: #111;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    opacity: 0.8;
    overflow: hidden;
    position: fixed;
    right: 10px;
    bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 50px;
    height: 50px;
    z-index: 500;
}
.mvp-fly-top:hover {
    opacity: 1;
}
.mvp-fly-top {
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
}
.mvp-fly-top i {
    font-size: 40px;
    line-height: 100%;
    position: absolute;
    top: 1px;
    left: 12.1px;
}
.mvp-fly-top i {
    color: #fff;
}
#mvp-fly-menu-wrap {
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
}
nav.mvp-fly-nav-menu {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 20px 5.40540540541% 0;
    overflow: hidden;
    position: absolute !important;
    width: 89.1891891892%;
    max-height: 65%;
}
nav.mvp-fly-nav-menu ul {
    float: none;
    position: relative;
    width: 100%;
}
nav.mvp-fly-nav-menu ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    float: none;
    position: relative;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
nav.mvp-fly-nav-menu ul li:first-child {
    border-top: none;
    margin-top: -14px;
}
nav.mvp-fly-nav-menu ul li a {
    display: inline-block;
    float: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 14px 0;
    text-transform: uppercase;
}
.mvp-fly-fade {
    background: #222;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
#mvp-fly-soc-wrap {
    margin: 0 5.40540540541%;
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    width: 89.1891891892%;
}
span.mvp-fly-soc-head {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 0.65rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase;
}
ul.mvp-fly-soc-list {
    text-align: center;
    width: 100%;
}
ul.mvp-fly-soc-list li {
    display: inline-block;
}
ul.mvp-fly-soc-list li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-left: 2px;
    padding-top: 10px;
    text-align: center;
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    -ms-transition: background 0.25s;
    -o-transition: background 0.25s;
    transition: background 0.25s;
    width: 32px;
    height: 22px;
}
ul.mvp-fly-soc-list li:first-child a {
    margin-left: 0;
}
ul.mvp-fly-soc-list li a:hover {
    padding-top: 8px;
    width: 28px;
    height: 20px;
}
h3.mvp-feat1-cat {
    float: none;
    margin-bottom: 6px;
    position: relative;
    width: 100%;
}
span.mvp-feat1-cat {
    color: #fff;
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1;
    padding: 5px 20px;
    text-transform: uppercase;
}
.mvp-blog-story-info {
    color: #888;
    font-size: 0.9rem;
    font-weight: 400;
    margin-top: 10px;
    width: 100%;
}
span.mvp-blog-story-author {
    margin-right: 5px;
}
span.mvp-blog-story-author a {
    font-weight: 600;
}
span.mvp-blog-story-author a:hover {
    text-decoration: underline;
}
#mvp-side-wrap {
    float: right;
    margin-left: 50px;
    width: 330px;
}
.single #mvp-side-wrap {
    margin: 0 0 0 50px;
}
.mvp-side-widget {
    float: left;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
#mvp-side-wrap a {
    color: #111 !important;
    font-weight: 700;
    line-height: 1.1;
}
#mvp-article-wrap {
    background: #fff;
    float: none;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
h1.mvp-post-title {
    color: #333;
    font-size: 3.5rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-bottom: 10px;
    width: 100%;
}
.mvp-post-date {
    color: #888;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    margin-top: 15px;
}
#mvp-post-content {
    width: 100%;
}
#mvp-mob-soc-wrap {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 42px;
    z-index: 100;
}
ul.mvp-mob-soc-list {
    -webkit-transform: translate3d(-400px, 0, 0);
    -moz-transform: translate3d(-400px, 0, 0);
    -ms-transform: translate3d(-400px, 0, 0);
    -o-transform: translate3d(-400px, 0, 0);
    transform: translate3d(-400px, 0, 0);
}
ul.mvp-mob-soc-list li,
.mvp-mob-soc-share-but {
    background: #eee;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #555;
    float: left;
    font-size: 18px !important;
    line-height: 1;
    margin-bottom: 10px;
    padding-top: 11px;
    position: relative;
    text-align: center;
    width: 42px;
    height: 31px;
}
.mvp-mob-soc-share-but {
    border-top: none;
    border-right: none;
    color: #fff;
    cursor: pointer;
    height: 32px;
    padding-top: 12px;
    z-index: 1;
}
#mvp-content-main {
    overflow: hidden;
    width: 100%;
}
#mvp-content-main p {
    color: #444;
    display: block;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 15px;
}
#mvp-content-main h1,
#mvp-content-main h3 {
    font-weight: 700;
    line-height: 120%;
    margin: 10px 0;
    overflow: hidden;
    width: 100%;
}
#mvp-content-main h1 {
    font-size: 2rem;
}
#mvp-content-main h3 {
    font-size: 1.6rem;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.posts-nav-link {
    display: none;
}
.mvp-org-wrap {
    display: none;
}
#mvp-prev-post-wrap,
#mvp-next-post-wrap {
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: -40px;
    position: fixed;
    top: 55%;
    width: 40px;
    height: 63px;
    z-index: 4000;
}
#mvp-prev-post-wrap {
    border-right: 1px solid #ccc;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    left: 0;
}
#mvp-next-post-wrap {
    border-left: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    right: 0;
    text-align: right;
}
#mvp-prev-post-arrow,
#mvp-next-post-arrow {
    color: #777;
    cursor: pointer;
    font-size: 50px;
    line-height: 100%;
    padding-top: 7px;
}
#mvp-prev-post-arrow {
    padding-left: 10px;
}
#mvp-next-post-arrow {
    padding-right: 10px;
}
.mvp-prev-next-text {
    position: absolute;
    top: -1px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.mvp-prev-next-text a,
.mvp-prev-next-text a:visited,
.mvp-prev-next-text a:hover {
    color: #fff !important;
    float: left;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 130%;
    padding: 15px;
    width: 280px;
}
#mvp-prev-post-wrap .mvp-prev-next-text {
    left: -9999px;
}
#mvp-prev-post-wrap:hover .mvp-prev-next-text {
    left: 0;
}
#mvp-next-post-wrap .mvp-prev-next-text {
    right: -9999px;
    text-align: left;
}
#mvp-next-post-wrap:hover .mvp-prev-next-text {
    right: 0;
}
h4.mvp-sec-head {
    border-bottom: 1px solid #ddd;
    float: none;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}
span.mvp-sec-head {
    color: #111;
    display: inline-block;
    float: none;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    position: relative;
    bottom: -1px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.w100 {
    width: 100% !important;
}
.mvp-fly-fade,
a.mvp-inf-more-but {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
#mvp-wallpaper,
#mvp-fly-wrap,
#mvp-main-wrap,
#mvp-search-wrap,
#mvp-top-head-wrap,
#mvp-post-trend-wrap {
    -webkit-transition: -webkit-transform 0.25s ease;
    -moz-transition: -moz-transform 0.25s ease;
    -ms-transition: -ms-transform 0.25s ease;
    -o-transition: -o-transform 0.25s ease;
    transition: transform 0.25s ease;
}
h1.mvp-logo-title {
    font-family: "Paralucent", sans-serif;
    display: block;
    font-size: 0px;
}
.mvp-body-sec-wrap {
    margin-bottom: 20px;
    width: 100%;
}
.mvp-feat1-wrap-bg {
    background: #fff;
}
#mvp-feat2-wrap {
    background: #111;
    width: 100%;
}
ul.mvp-main-blog-wrap {
    width: 100%;
}
ul.mvp-main-blog-wrap li.mvp-blog-story-wrap {
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 20px;
    width: 100%;
}
ul.mvp-main-blog-wrap li.mvp-blog-story-wrap:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.mvp-blog-story-text {
    width: 48%;
}
.mvp-post-info-top {
    margin-bottom: 10px;
    width: 100%;
}
.mvp-post-info-top h3 {
    font-weight: 700;
    margin-bottom: 0 !important;
    width: auto !important;
}
.mvp-post-info-top h3 a,
.mvp-post-info-top h3 a:visited {
    color: #888 !important;
}
.mvp-blog-story-text h3 {
    color: #888;
    float: left;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.07rem;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}
.mvp-blog-story-text h2 a {
    color: #111;
    float: left;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.1;
    width: 100%;
}
.mvp-blog-story-text p {
    color: #555;
    float: left;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 10px;
    width: 100%;
}
.mvp-nav-links {
    float: left;
    margin-top: 20px;
    position: relative;
    width: 100%;
}
.pagination {
    clear: both;
    display: inline-block;
    position: relative;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 100%;
    padding: 0;
    text-transform: uppercase;
}
.pagination span,
.pagination a {
    background: #fff;
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #aaa;
    display: block;
    float: left;
    font-size: 0.8rem;
    font-weight: 400;
    margin: 2px 5px 2px 0;
    padding: 9px 12px 8px;
    text-decoration: none;
    width: auto;
}
.pagination .current,
.pagination a:hover {
    background: #aaa;
    color: #fff;
}
.pagination a,
.pagination a:visited {
    color: #aaa;
}
a.mvp-inf-more-but {
    background: #fff;
    border: 1px solid #aaa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1;
    margin-top: 20px;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    width: 99.4%;
}
#mvp-fly-wrap {
    -webkit-transition: -webkit-transform 0.25s ease;
    -moz-transition: -moz-transform 0.25s ease;
    -ms-transition: -ms-transform 0.25s ease;
    -o-transition: -o-transform 0.25s ease;
    transition: transform 0.25s ease;
}
#mvp-fly-wrap {
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translate3d(-370px, 0, 0);
    -moz-transform: translate3d(-370px, 0, 0);
    -ms-transform: translate3d(-370px, 0, 0);
    -o-transform: translate3d(-370px, 0, 0);
    transform: translate3d(-370px, 0, 0);
    width: 370px;
    height: 100%;
    z-index: 999999;
}
.mvp-fly-but-wrap {
    cursor: pointer;
    width: 30px;
    height: 44px;
}
.mvp-fly-but-wrap span {
    display: block;
    position: absolute;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    height: 3px;
}
.mvp-fly-but-wrap span:nth-child(1) {
    top: 12.5px;
    width: 30px;
}
.mvp-fly-but-wrap span:nth-child(2),
.mvp-fly-but-wrap span:nth-child(3) {
    top: 20.5px;
    width: 24px;
}
.mvp-fly-but-wrap span:nth-child(4) {
    top: 28.5px;
    width: 18px;
}
.mvp-fly-but-wrap.mvp-fly-open span:nth-child(1),
.mvp-fly-but-wrap.mvp-fly-open span:nth-child(4) {
    top: 16px;
    left: 50%;
    width: 0%;
}
.mvp-fly-but-wrap.mvp-fly-open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
}
.mvp-fly-but-wrap.mvp-fly-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 30px;
}
#mvp-fly-menu-top {
    width: 100%;
    height: 60px;
}
.mvp-fly-top-out {
    margin-right: -120px;
    left: 60px;
    width: 100%;
}
.mvp-fly-top-in {
    margin-right: 120px;
}
#mvp-fly-logo {
    margin: 0 6.45161290323%;
    text-align: center;
    width: 87.0967741935%;
}
#mvp-fly-logo img {
    line-height: 0;
}
.mvp-fly-but-menu {
    float: left;
    margin-left: 15px;
    position: relative;
}
.mvp-fly-menu {
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}
#mvp-fly-menu-wrap {
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
}
nav.mvp-fly-nav-menu {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 20px 5.40540540541% 0;
    overflow: hidden;
    position: absolute !important;
    width: 89.1891891892%;
    max-height: 65%;
}
nav.mvp-fly-nav-menu ul {
    float: left;
    position: relative;
    width: 100%;
}
nav.mvp-fly-nav-menu ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    float: left;
    position: relative;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
nav.mvp-fly-nav-menu ul li:first-child {
    border-top: none;
    margin-top: -14px;
}
nav.mvp-fly-nav-menu ul li a {
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 14px 0;
    text-transform: uppercase;
}
#mvp-fly-soc-wrap {
    margin: 0 5.40540540541%;
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    width: 89.1891891892%;
}
span.mvp-fly-soc-head {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 0.65rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase;
}
ul.mvp-fly-soc-list {
    text-align: center;
    width: 100%;
}
ul.mvp-fly-soc-list li {
    display: inline-block;
}
ul.mvp-fly-soc-list li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-left: 2px;
    padding-top: 10px;
    text-align: center;
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    -ms-transition: background 0.25s;
    -o-transition: background 0.25s;
    transition: background 0.25s;
    width: 32px;
    height: 22px;
}
ul.mvp-fly-soc-list li:first-child a {
    margin-left: 0;
}
ul.mvp-fly-soc-list li a:hover {
    padding-top: 8px;
    width: 28px;
    height: 20px;
}
#mvp-search-wrap {
    -webkit-transition: -webkit-transform 0.25s ease;
    -moz-transition: -moz-transform 0.25s ease;
    -ms-transition: -ms-transform 0.25s ease;
    -o-transition: -o-transform 0.25s ease;
    transition: transform 0.25s ease;
}
#mvp-search-wrap {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(255, 255, 255, 0.94);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    width: 100%;
    height: 100%;
    z-index: 999999;
}
#mvp-search-box {
    margin: -60px 0 0 -300px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
}
#searchform input {
    background: none;
    border: 0;
    border-bottom: 1px solid #444;
    color: #444;
    float: left;
    font-size: 70px;
    font-weight: 400;
    line-height: 100%;
    padding: 20px 0;
    width: 100%;
    height: 70px;
}
#searchform #searchsubmit {
    border: none;
    float: left;
}
#searchform #s:focus {
    outline: none;
}
.mvp-search-toggle {
    opacity: 1 !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}
.mvp-search-but-wrap {
    cursor: pointer;
    width: 30px;
    height: 44px;
}
.mvp-search-but-wrap {
    position: absolute;
    top: 60px;
    right: 80px;
    width: 60px;
}
.mvp-search-but-wrap span {
    display: block;
    position: absolute;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    height: 3px;
}
.mvp-search-but-wrap span {
    background: #333;
    top: 24px;
}
.mvp-search-but-wrap span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
}
.mvp-search-but-wrap span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 30px;
}
.mvp-search-but-wrap span:nth-child(1),
.mvp-search-but-wrap span:nth-child(2) {
    width: 60px;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
ul.mvp-mob-soc-list {
    -webkit-transition: -webkit-transform 0.25s ease;
    -moz-transition: -moz-transform 0.25s ease;
    -ms-transition: -ms-transform 0.25s ease;
    -o-transition: -o-transform 0.25s ease;
    transition: transform 0.25s ease;
}
#mvp-mob-soc-wrap {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 42px;
    z-index: 100;
}
ul.mvp-mob-soc-list {
    -webkit-transform: translate3d(-400px, 0, 0);
    -moz-transform: translate3d(-400px, 0, 0);
    -ms-transform: translate3d(-400px, 0, 0);
    -o-transform: translate3d(-400px, 0, 0);
    transform: translate3d(-400px, 0, 0);
}
ul.mvp-mob-soc-list li,
.mvp-mob-soc-share-but {
    background: #eee;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #555;
    float: left;
    font-size: 18px !important;
    line-height: 1;
    margin-bottom: 10px;
    padding-top: 11px;
    position: relative;
    text-align: center;
    width: 42px;
    height: 31px;
}
.mvp-mob-soc-share-but {
    border-top: none;
    border-right: none;
    color: #fff;
    cursor: pointer;
    height: 32px;
    padding-top: 12px;
    z-index: 1;
}
.mvp-mob-soc-tog {
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}
.mvp-mob-soc-click {
    background-color: #ff006b;
}

/* child theme customization */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
}

#mvp-bot-nav-wrap {
    background: white;
}

.mvp-bot-nav-in {
    margin-left: 0px;
}

#mvp-fly-soc-wrap {
    display: none;
}

#mvp-nav-menu ul li:hover a,
span.mvp-nav-search-but:hover,
span.mvp-nav-soc-but:hover,
#mvp-nav-menu ul li ul.mvp-mega-list li a:hover,
nav.mvp-fly-nav-menu ul li a:hover {
    color: #e0e0e0 !important;
}

#mvp-leader-wrap {
    display: none;
}

a {
    color: #ff006b;
}

.mvp-feat2-main-text h2.mvp-stand-title {
    font-family: Roboto, sans-serif !important;
}

.mvp-feat2-sub-text h2 {
    font-family: Roboto, sans-serif !important;
}

.mvp-widget-feat-text h2 a {
    font-family: Roboto, sans-serif !important;
    font-size: 22px;
    line-height: 1.2;
}

.mvp-post-info-top h3 a {
    letter-spacing: 0px;
    text-transform: none;
    line-height: 1.2;
}

.mvp-blog-story-text h2 a {
    font-family: Roboto, sans-serif !important;
    line-height: 1.2;
    font-size: 1.4rem;
}

.mvp-more-post-text h2 a {
    font-family: Roboto, sans-serif !important;
    font-size: 22px;
    line-height: 26px;
}
.single-post .mvp-blog-story-info {
    padding: 19px 1px;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    margin: 1.3em 0 2.2em;
}
.single-post #mvp-content-main .mvp-blog-story-info + p {
    color: #fff;
    font-size: 1.4rem;
}
.single-post .mvp-blog-story-info .mvp-blog-story-author {
    color: #fff !important;
    font-size: 0.85rem;
}
.single-post .mvp-blog-story-info .mvp-blog-story-author a {
    color: #ff006b !important;
    font-weight: 500;
}
.single-post .rpwe-block li {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.single-post .rpwe-block h3 {
    font-size: 1rem !important;
}

.mvp-author-box {
    margin-bottom: 2em;
}

#mvp-content-main h1,
#mvp-content-main h2,
#mvp-content-main h3,
#mvp-content-main h4,
#mvp-content-main h5,
#mvp-content-main h6 {
    font-weight: normal;
    float: none;
}
#mvp-content-main h1 {
    font-size: 2.7rem;
    font-weight: bold;
    line-height: 1.17;
    margin-top: 15px;
}
#mvp-side-wrap .rpwe-block a {
    font-size: 1rem;
    line-height: 1.4;
}
.tit a:hover,
.mvp-blog-story-wrap h2 a:hover,
#mvp-side-wrap .rpwe-block a:hover {
    opacity: 0.7;
}
.mvp-prev-next-text a,
.mvp-prev-next-text a:visited,
.mvp-prev-next-text a:hover {
    background-color: #555;
    border-radius: 3px;
}

.mvp-more-post-text {
    margin-top: 10px;
}

h3.mvp-feat1-cat,
h3.mvp-feat1-cat a {
    float: none;
    font-weight: bold;
}

h1.mvp-post-title {
    font-family: Roboto, sans-serif !important;
    font-size: 57px;
    line-height: 60px;
    margin-top: 36px;
    color: #fff;
}

#mvp-nav-menu ul li a {
    color: white;
    text-transform: none;
    transition: 0.3s ease all;
}

#mvp-nav-menu ul li a:hover {
    color: #ff006b !important;
}

#mvp-post-trend-wrap {
    display: none;
}

.mvp-feat1-text h2,
.mvp-feat1-text h2.mvp-stand-title {
    font-family: Roboto, sans-serif !important;
}

/* Remove padding on article containers */

.mvp-widget-feat-text {
    padding: 15px 0px;
    border-bottom: none;
}

/* Add padding on feature cards*/

#mvp-home-widget-wrap {
    margin-top: 25px;
    margin-bottom: 25px;
}

/* BodyBG Adjust */

body {
    background-color: #ffffff;
}

/* Remove top border on homepage */

ul.mvp-main-blog-wrap li.mvp-blog-story-wrap {
    border-top: none;
}

/* Remove Sidebar BG */

#mvp-feat2-wrap {
    background: none;
}

/* Remove Sidebar Shadow */

.mvp-feat2-left-wrap:after {
    background: none;
}

/* Make sidebar text black */

ul.mvp-feat2-list li h3 {
    color: black;
}

ul.mvp-feat2-list li h2 {
    color: black;
    font-family: Roboto, sans-serif !important;
    font-size: 15px;
    line-height: 1.2;
    margin-top: 4px;
}

.mvp-feat2-right-wrap {
    margin: none;
}

#mvp-foot-wrap {
    background: #000;
}

#mvp-foot-logo {
    display: none;
}

#mvp-foot-top {
    display: none;
}

#mvp-foot-wrap {
    padding-top: 0px;
}

.single #mvp-foot-wrap {
    padding-bottom: 0px;
}

a.mvp-inf-more-but {
    display: inline-block;
    padding: 0px;
    text-align: left;
    border: none;
    margin-top: 1em;
    font-size: 1rem;
}

a.mvp-inf-more-but:hover {
    border: none;
}

.mvp-sec-pad {
    border-bottom: none;
}

span.mvp-nav-soc-but {
    color: white;
}

span.mvp-nav-soc-head {
    display: none;
}

.fa-search:before {
    color: white;
}

.mvp-post-tags-header {
    background: #f7f7f7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 80px;
    color: #131313;
    float: left;
    font-weight: 700;
    padding: 8px 18px 8px;
    margin-right: 5px;
}

#mvp-fly-menu-top {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
}

#mvp-fly-logo {
    margin: 0 6.45161290323%;
    text-align: center;
    width: 87.0967741935%;
    position: relative;
    top: 8px;
    display: none;
}

.mvp-feat2-main-text h2.mvp-stand-title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 10px;
    margin-top: 12px;
    max-width: 540px;
}

@media screen and (max-width: 479px) {
    .mvp-feat2-main-text h2.mvp-stand-title {
        font-size: 28px !important;
        line-height: 29px;
    }
}

@media screen and (max-width: 479px) {
    ul.mvp-feat2-list li h2 {
        color: black;
        font-family: Roboto, sans-serif !important;
        font-size: 16px;
        line-height: 1.2;
        margin-top: 3px;
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 479px) {
    #mvp-home-widget-wrap .mvp-widget-feat-text h2 a,
    #mvp-side-wrap .mvp-widget-feat-text h2 a {
        line-height: 1.1;
        font-size: 16px !important;
        margin-bottom: 10px;
        margin-top: 2px;
    }
}

@media screen and (max-width: 479px) {
    .mvp-blog-story-text h2 a {
        line-height: 1.1;
        font-size: 24px !important;
        margin-bottom: 10px;
        margin-top: 2px;
    }
}

.mvp-feat2-main-text p,
.mvp-feat3-main-text p {
    font-size: 15px;
}

@media screen and (max-width: 479px) {
    #mvp-home-widget-wrap .mvp-widget-feat-text h2 a,
    #mvp-side-wrap .mvp-widget-feat-text h2 a {
        font-size: 14px;
    }
}

.mvp-post-tags a:hover {
    border: none !important;
}

em {
    font-style: normal !important;
    text-transform: uppercase;
    text-align: left;
}

img[itemprop="logo"] {
    height: 32px;
    position: relative;
    top: 10px;
}

.instagram-media {
    margin: 0 auto !important;
}

#mvp-fly-wrap {
    background: #302e33;
}
.menu ul li a,
nav.mvp-fly-nav-menu ul li a,
#mvp-nav-menu ul li a {
    color: #292929 !important;
    font-weight: 500;
    font-size: 14px;
    text-transform: none;
}

.menu ul li a:hover,
nav.mvp-fly-nav-menu ul li a:hover,
#mvp-nav-menu ul li:hover a {
    border-bottom: none !important;
}
nav.mvp-fly-nav-menu ul li {
    border: none;
}

#mvp-top-nav-cont {
    border-bottom: none;
}

.button-holder {
    display: none;
}

#mvp-top-nav-wrap {
    height: 60px;
}
.button-holder {
    display: block;
    padding-top: 7px;
}

#mvp-nav-menu ul li a,
span.mvp-nav-soc-head,
span.mvp-nav-search-but,
span.mvp-nav-soc-but,
nav.mvp-fly-nav-menu ul li.menu-item-has-children:after,
nav.mvp-fly-nav-menu ul li.menu-item-has-children.tog-minus:after,
nav.mvp-fly-nav-menu ul li a,
span.mvp-fly-soc-head {
    color: #343434 !important;
}

#mvp-top-nav-soc {
    display: inline-block;
    /* margin-right: 10px; */
    width: 240px;
    position: relative;
    top: -50px;
}

.fa-search:before {
    color: #343434;
}

.mvp-main-box-cont {
    margin: 0 auto;
    max-width: 1200px !important;
    height: 100%;
    width: 100% !important;
}

#mvp-main-body-wrap {
    margin-top: 0;
    width: 100%;
}
#mvp-main-wrap {
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 70px;
}

@media only screen and (max-width: 1000px) {
    #mvp-main-body-wrap {
        margin-top: 0px;
    }
}

@media screen and (max-width: 899px) and (min-width: 768px) {
    div #mvp-main-wrap {
        margin-top: 70px;
    }
}

@media screen and (max-width: 479px) {
    #mvp-main-wrap {
        margin-top: 36px;
    }
}

.rpwe-block a {
    text-transform: none !important;
    font-size: 18px;
    line-height: 16px;
    font-family: Roboto, sans-serif;
}

.home #mvp-home-widget-wrap .mvp-widget-feat-head {
    margin-top: 40px;
}

#mvp-post-feat-img-wide img {
    margin-top: -5%;
    width: 100%;
    height: 700px;
    object-fit: cover;
}

@media screen and (max-width: 900px) {
    #mvp-post-feat-img-wide img {
        height: 300px;
    }
}

@media screen and (max-width: 479px) {
    .mvp-post-feat-wide-text h1.mvp-post-title {
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 30px;
        margin-top: 8px;
    }
}

/* End Theme customization */

div.mvp-author-page-desc {
    color: #888;
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    width: 100%;
}
.home #mvp-home-widget-wrap .mvp-widget-feat-head {
    display: block;
}
@media screen and (max-width: 1000px) {
    .twitter-timeline,
    .twitter-timeline iframe {
        max-height: 75vh;
    }
}
.home #mvp-home-widget-wrap {
    margin-top: -25px;
}

body * {
    box-sizing: content-box;
}

html,
body {
    background-color: #212023 !important;
    color: #ababab;
    font-family: "Roboto", sans-serif !important;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1.4;
}
html {
    overflow-x: clip;
}
#mvp-site {
    overflow: clip;
    min-height: calc(100vh - 140px);
}
.mvp-nav-search-but {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    border-top: 1px solid #555 !important;
    border-bottom: 1px solid #555 !important;
    max-width: 270px;
    margin: 14px 0;
}
nav.mvp-fly-nav-menu ul li:last-child a,
#mvp-left-nav-wrap #mvp-nav-menu ul li:last-child a {
    font-weight: 500;
    color: #fff !important;
}
#mvp-left-nav-wrap #mvp-nav-menu .menu-header-container {
    margin-bottom: 2rem;
    margin-top: 1.75em;
}
.mvp-fly-top i {
    top: 7px;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: "Roboto", sans-serif !important;
    font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #ff006b;
}

.header-logo img[itemprop="logo"] {
    height: 45px;
    width: 185px;
    position: static;
    margin-top: -1px;
    padding: 9px 12px 9px 0;
}
.logo-text {
    font-size: 36px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin-left: 5px;
    color: #fff;
    letter-spacing: 1px;
    padding: 0 12px;
    line-height: 2;
    border-left: 2px solid #3b3a3c;
}
.header-logo {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 37px;
}
.admin-bar .header-logo {
	margin-top: 5px;
}
#mvp-404 h1 {
    color: #fff;
    font-weight: 400;
}
.mvp-cat-head {
    margin-left: 0;
}
.mvp-cat-head h1 {
    position: static;
    color: #ff006b;
    font-weight: 400;
    white-space: nowrap;
    text-transform: none;
    font-size: 2rem;
    padding: 11px 0;
}

.mvp-feat-simple-main-text {
    background-color: #343336;
    border-radius: 8px;
    padding: 2rem 2rem;
    margin-bottom: 2rem;
}
.mvp-feat-simple-main-text {
    display: flex;
    justify-content: space-between;
}
.mvp-feat-simple-main-text .tit {
    flex: 0 0 50%;
}
.mvp-feat-simple-main-text .desc {
    flex: 0 0 45%;
    margin-top: 20px;
}
.mvp-feat-simple-main-text .desc p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5em;
}
.mvp-stand-title {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
}

.mvp-sec-pad {
    background: transparent;
    padding: 0;
    width: 100%;
}
#mvp-main-nav-wrap,
#mvp-bot-nav-wrap {
    background: #212023 !important;
}
#mvp-main-nav-wrap {
    float: none;
}
#mvp-top-head-wrap {
    box-shadow: none;
    position: relative;
}
ul.mvp-widget-feat-list li,
#infscr-loading,
.mvp-feat1-wrap-bg,
a.mvp-inf-more-but {
    background: none;
}
#infscr-loading {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -15px;
}

#mvp-side-wrap,
.mvp-side-widget {
    float: none;
    width: auto;
}
span.mvp-feat1-cat {
    padding: 0;
    background: none;
    color: #ff006b;
    text-transform: none;
    font-size: 1rem;
    font-weight: bold;
    float: none;
}
.mvp-blog-story-text h3 {
    font-size: 1rem;
    float: none !important;
    font-weight: bold;
    letter-spacing: 0;
}
.mvp-blog-story-text h3 a {
    font-weight: bold;
}

.content-with-2-cols {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.mvp-main-blog-wrap li.mvp-blog-story-wrap,
ul.mvp-main-blog-wrap li.mvp-blog-story-wrap:first-child {
    background: none;
    flex: 0 0 45%;
    width: 45%;
}
ul.mvp-main-blog-wrap li.mvp-blog-story-wrap::after {
    content: "";
    width: 240px;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -120px;
    height: 1px;
    background: #555;
}
.mvp-blog-story-author,
span.mvp-blog-story-author a,
span.mvp-blog-story-author a:visited {
    color: #94a4bc !important;
    font-weight: normal;
    font-size: 0.8rem;
}
.mvp-post-info-top h3 {
    color: #ff006b;
}

.main-body-wrap {
    display: flex;
    justify-content: space-between;
}
#mvp-left-nav-wrap {
    flex: 0 0 340px;
    max-width: 340px;
    padding-right: 40px;
    box-sizing: border-box;
}
#mvp-main-body-wrap {
    flex: 0 0 calc(100% - 360px);
    width: auto;
}
#mvp-left-nav-wrap #mvp-nav-menu {
    height: auto;
}
#mvp-left-nav-wrap #mvp-nav-menu ul,
#mvp-left-nav-wrap #mvp-nav-menu ul li,
#mvp-left-nav-wrap #mvp-nav-menu ul li a,
nav.mvp-fly-nav-menu ul li a {
    float: none;
    display: block;
    color: #ffffff !important;
    align-items: center;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.58;
    padding: 0;
}
#mvp-left-nav-wrap #mvp-nav-menu ul li a:hover {
    opacity: 0.7;
}
nav.mvp-fly-nav-menu ul li a,
#mvp-left-nav-wrap #mvp-nav-menu ul li a {
    padding-left: 7px !important;
    display: block;
}
nav.mvp-fly-nav-menu ul li a,
#mvp-left-nav-wrap #mvp-nav-menu ul li a {
    margin: 7px 0;
    padding-left: 0;
    border-left: 3px solid transparent;
}
nav.mvp-fly-nav-menu ul li.current-menu-item a,
#mvp-left-nav-wrap #mvp-nav-menu ul li.current-menu-item a {
    border-left-color: #ff006b;
    color: #fff !important;
}
nav.mvp-fly-nav-menu ul li a:hover,
#mvp-left-nav-wrap #mvp-nav-menu ul li a:hover {
    color: #fff !important;
}
#mvp-left-nav-wrap span.mvp-nav-soc-but {
    float: none;
}
#mvp-left-nav-wrap #mvp-top-nav-soc {
    position: static;
    top: 0;
    text-align: center;
    width: auto;
    display: block;
    margin: 20px 20px;
    border-top: 1px solid #302e33;
    padding-top: 5px;
}
.mvp-sec-pad {
    padding-left: 0;
}
ul.mvp-main-blog-wrap li.mvp-blog-story-wrap {
    background: #242325;
}
ul.mvp-main-blog-wrap li.mvp-blog-story-wrap,
ul.mvp-main-blog-wrap li.mvp-blog-story-wrap:first-child {
    background: none;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 0 10px;
}
ul.mvp-main-blog-wrap li.mvp-blog-story-wrap:first-child,
div ul.mvp-main-blog-wrap li.mvp-blog-story-wrap {
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
}
div #mvp-nav-menu ul li a,
div span.mvp-nav-soc-head,
div span.mvp-nav-search-but,
div span.mvp-nav-soc-but,
div nav.mvp-fly-nav-menu ul li.menu-item-has-children:after,
div nav.mvp-fly-nav-menu ul li.menu-item-has-children.tog-minus:after,
div nav.mvp-fly-nav-menu ul li a,
span.mvp-fly-soc-head,
div .fa-search:before {
    color: #fff !important;
}
.mvp-fly-top-out {
    left: 0;
}
.mvp-fly-but-menu {
    float: right;
    margin: 0 15px;
}
#mvp-top-nav-soc .fa-search {
    margin-left: 5px;
}
span.mvp-sec-head {
    color: #fff;
    text-transform: none;
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 1.4rem;
    border-bottom: none;
    float: none;
    font-weight: 500;
}
h1.mvp-sec-head,
h4.mvp-sec-head {
    border-bottom: none;
    float: none;
}
.mvp-blog-story-text h2 a,
.mvp-widget-feat-text h2 a {
    color: #ffffff;
    font-weight: 400;
    float: none;
}
.mvp-blog-story-text h3,
.mvp-blog-story-text h3 a {
    text-transform: none !important;
}
.mvp-blog-story-text p,
.mvp-widget-feat-text p {
    color: #fff;
    float: none;
    line-height: 1.4;
    font-size: 0.85rem;
}
.mvp-feat2-right-wrap {
    margin: 0 !important;
}
.mvp-feat2-list a,
.mvp-feat2-list li {
    display: block;
}
.mvp-feat2-list a + a,
.mvp-feat2-list li + li {
    border-top: 1px solid #302e33;
}
div ul.mvp-feat2-list li h3 {
    color: #ff006b;
}
div ul.mvp-feat2-list li h2 {
    color: #fff;
}
ul.mvp-feat2-list a,
ul.mvp-feat2-list li,
ul.mvp-feat2-list li h3,
ul.mvp-feat2-list li h2 {
    float: none;
}
#mvp-top-nav-cont .mvp-nav-search-but {
    margin-right: 10px;
    display: inline-block;
}
#mvp-top-nav-cont .mvp-nav-search-but:hover {
    color: #fff !important;
}

.btn {
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    height: 23px;
    line-height: 23px;
    transition: all 0.25s ease;
    padding: 9px 15px;
    border-width: 0;
    cursor: pointer;
    color: #fff;
    min-width: 160px;
}
.btn.primary {
    background-color: #ff006b;
    color: #fff;
}
.btn.primary:hover {
    background-color: rgb(48, 46, 51);
    color: #ffffff;
}

#mvp-article-wrap {
    background: transparent;
    color: #ababab;
}
#mvp-content-main p {
    color: #ababab;
    font-size: 1rem;
    line-height: 1.4;
}
#mvp-content-main p > a:not([class]):hover {
    text-decoration: underline;
}
.mvp-more-post-text h2 a {
    color: #ffffff;
}
.mvp-more-post-text p {
    color: #ababab;
}
.single .mvp-sec-pad {
    padding-top: 2rem;
}

#mvp-left-nav-wrap #mvp-side-wrap {
    margin-left: 2px;
    border: none;
}
#mvp-side-wrap a {
    color: #fff !important;
    font-weight: normal;
}
div .rpwe-thumb {
    border: none !important;
    border-radius: 50%;
}
div .rpwe-block li {
    border-bottom: 1px solid #555;
}
.clearfix::after,
.rpwe-clearfix::after {
    content: "";
    clear: both;
    display: block;
}
.mvp-post-info-top h3 a,
.mvp-post-info-top h3 a:visited {
    color: #ff006b !important;
    font-weight: bold;
    text-transform: uppercase;
}
.mvp-post-tags-header {
    background: none;
    color: #ffffff;
    padding-left: 0;
}
.mvp-post-tags a,
.mvp-post-tags a:visited {
    border: none;
    border-radius: 63px;
    display: inline-block;
    font-weight: 500;
    margin: 0 5px 5px 0;
    padding: 8px 18px 8px;
    background: #302e33;
    color: #ff006b !important;
    border-radius: 0;
}
.mvp-post-tags a:hover {
    background: #ff006b;
    color: #fff !important;
}
#mvp-content-main > div[style*="margin-bottom:1em"] > a[rel="dofollow"] {
    background-color: #ff006b;
}
#mvp-content-main .ctaButton {
    background-color: transparent !important;
    border-radius: 0 !important;
}
#mvp-content-main .postTitle {
    color: #fff;
}
#mvp-content-main > div[style*="margin-bottom:1em"] > a[rel="dofollow"]:hover {
    background-color: #2b2b2f !important;
}
#mvp-content-main iframe {
    max-width: 100%;
}
#mvp-content-main table {
    width: 100%;
    margin: 0 auto;
}
#mvp-content-main table tr,
#mvp-content-main table td,
#mvp-content-main table th {
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
}
#mvp-content-main table tr:nth-child(2n + 1) {
    background-color: #000;
}

img.alignright {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
img.alignleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
img.aligncenter {
    display: block;
    margin: 10px auto 10px;
}

h1.mvp-author-top-head {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: normal;
}

#mvp-nav-menu a,
#mvp-fly-menu-wrap a {
    vertical-align: middle;
}

.mvp-post-content-wrap {
    display: flex;
    justify-content: space-between;
}
.mvp-content-main {
    flex: 0 0 60%;
}
.mvp-post-content-side {
    flex: 0 0 40%;
    padding-top: 20px;
}

#mvp-post-content strong,
#mvp-post-content h1,
#mvp-post-content h2,
#mvp-post-content h3,
#mvp-post-content h4,
#mvp-post-content h5,
#mvp-post-content h6 {
    color: #fff !important;
}

div #mvp-home-widget-wrap .mvp-widget-feat-wrap {
    background: none;
}
.twitter-timeline {
    width: 300px;
}

.mvp-search-but-wrap span {
    top: 48px;
}

.mvp-fly-but-wrap span:nth-child(1) {
    top: 25px;
    width: 30px;
}

.mvp-fly-but-wrap span:nth-child(2),
.mvp-fly-but-wrap span:nth-child(3) {
    top: 41px;
    width: 24px;
}

.mvp-fly-but-wrap span:nth-child(4) {
    top: 57px;
    width: 18px;
}

.mvp-fly-but-wrap.mvp-fly-open span:nth-child(1),
.mvp-fly-but-wrap.mvp-fly-open span:nth-child(4) {
    top: 32px;
    left: 50%;
    width: 0%;
}
div .mvp-blog-story-text h3 {
    font-size: 1rem;
}
.mvp-nav-links {
    display: none;
}
.page-load-status p {
    display: none;
}

@media screen and (max-width: 1200px) {
    .mvp-feat2-main-text h2.mvp-stand-title {
        font-size: 28px;
    }
    .mvp-post-content-wrap {
        display: block;
    }
    .single #mvp-side-wrap {
        margin-left: 0 !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1360px) {
    #mvp-top-nav-wrap {
        padding: 0 2.727272727272%;
        width: 94.5454545454%;
    }
}

@media screen and (max-width: 1100px) and (min-width: 1004px) {
    div #mvp-home-widget-wrap .mvp-widget-feat-wrap {
        padding: 0;
        width: auto;
    }
    div .mvp-sec-pad {
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }
    div #mvp-home-widget-wrap ul.mvp-widget-feat-list li:first-child {
        margin-left: 0;
    }
    div #mvp-home-widget-wrap ul.mvp-widget-feat-list li {
        margin-left: 1.666666%;
    }
}

@media screen and (max-width: 1003px) {
    .main-body-wrap {
        display: block;
    }
    #mvp-left-nav-wrap {
        display: none;
    }
    #mvp-main-body-wrap {
        flex: 0 0 100%;
    }
    .header-logo {
        margin-top: 5px;
    }
    .mvp-top-nav-menu-but {
        float: left;
    }
    .mvp-fly-but-wrap,
    .mvp-search-but-wrap {
        width: 42px;
    }
    .mvp-fly-but-wrap span {
        width: 42px !important;
        margin-top: 7px;
        height: 3px;
    }
    .mvp-fly-but-wrap.mvp-fly-open span:nth-child(1),
    .mvp-fly-but-wrap.mvp-fly-open span:nth-child(4) {
        width: 0 !important;
    }
    .mvp-fly-but-wrap.mvp-fly-open span {
        background: #ff006b;
    }
    .mvp-fly-but-wrap span,
    ul.mvp-fly-soc-list li a {
        background: #fff;
    }
    #mvp-home-widget-wrap .mvp_catfeat_widget .mvp-body-sec-cont {
        padding: 0 10px;
        box-sizing: border-box;
    }
    div #mvp-home-widget-wrap ul.mvp-widget-feat-list li:first-child {
        margin-left: 0;
    }
    div #mvp-home-widget-wrap .mvp-widget-feat-wrap {
        padding: 0;
        width: 100%;
    }
    div #mvp-home-widget-wrap ul.mvp-widget-feat-list li {
        margin-left: 1.666666%;
    }
    div .mvp-sec-pad,
    div .mvp-body-sec-cont {
        padding: 0 10px;
        width: 100%;
        box-sizing: border-box;
    }
    ul.mvp-main-blog-wrap li.mvp-blog-story-wrap,
    ul.mvp-main-blog-wrap li.mvp-blog-story-wrap:first-child {
        margin-left: -10px;
        margin-right: -10px;
    }
    .twitter-timeline {
        margin: 0 auto;
        width: 100%;
    }
    #mvp-side-wrap,
    .mvp-side-widget {
        clear: both;
        float: none;
        border-top: none !important;
    }
    .mvp-top-nav-left-out {
        float: none;
        margin-left: 0 !important;
    }
}
@media screen and (max-width: 900px) {
    #mvp-tht {
        display: none;
    }
}
@media screen and (max-width: 374px) {
    .logo-text {
        letter-spacing: 0;
        font-size: 20px;
    }
}
@media screen and (max-width: 599px) {
    .mvp-blog-story-text p {
        display: block !important;
    }
    .content-with-2-cols {
        display: block;
    }
    ul.mvp-main-blog-wrap li.mvp-blog-story-wrap,
    ul.mvp-main-blog-wrap li.mvp-blog-story-wrap:first-child {
        width: 100%;
    }
    .mvp-feat-simple-main-text {
        display: block;
    }
    .mvp-feat-simple-main-text {
        padding: 20px;
    }
    .mvp-stand-title {
        font-size: 36px;
    }
    .header-logo img[itemprop="logo"] {
        height: 40px;
        width: 165px;
    }
    .logo-text {
        font-size: 36px;
    }
    .header-logo {
        margin-top: 7px;
    }
    .mvp-fly-but-wrap span {
        margin-top: 0;
    }
    div .mvp-top-nav-left-in {
        margin-left: 25px;
    }
}
@media screen and (max-width: 479px) {
    #mvp-content-main h1 {
        font-size: 2.1rem;
    }
    .mvp-fly-but-wrap span {
        width: 32px !important;
    }
    .mvp-fly-but-wrap {
        width: 32px;
    }
    .header-logo img[itemprop="logo"] {
        height: 32px;
        width: 132px;
    }
    .logo-text {
        font-size: 30px;
    }
    .mvp-fly-but-wrap span:nth-child(1) {
        top: 25px;
        width: 30px;
    }

    .mvp-top-nav-menu-but {
        margin-top: 8px;
        position: relative;
    }
    .mvp-fly-but-wrap span:nth-child(2),
    .mvp-fly-but-wrap span:nth-child(3) {
        top: 36px;
    }

    .mvp-fly-but-wrap span:nth-child(4) {
        top: 27px;
    }
    .mvp-fly-but-wrap span:nth-child(1) {
        top: 18px;
    }

    .mvp-fly-but-wrap.mvp-fly-open span:nth-child(1),
    .mvp-fly-but-wrap.mvp-fly-open span:nth-child(4) {
        top: 27px;
    }

    div #mvp-main-wrap {
        margin-top: 10px;
    }
    div .mvp-blog-story-info {
        display: block;
    }
    div .mvp-blog-story-text h3 {
        font-size: 1rem;
    }
    .mvp-top-nav-left-out {
        float: none;
        margin-left: 0 !important;
    }
    img.alignleft,
    img.alignright,
    img.aligncenter {
        float: none;
        display: block;
        margin: 10px auto 10px;
    }
}
@media screen and (max-width: 374px) {
    .logo-text {
        font-size: 22px;
    }
    .header-logo img[itemprop="logo"] {
        height: 28px;
        width: 115px;
    }
    .header-logo {
        margin-top: 15px;
    }
}

.mvp-widget-list-img:after,
.mvp-blog-story-img:after,
.mvp-more-post-img:after,
.mvp-widget-feat-img:after {
    content: none !important;
    display: none !important;
}
div .mvp-top-nav-right-out {
    float: none;
    margin-right: 0;
    width: auto;
}
div .mvp-top-nav-right-in {
    margin-right: 20px;
}

/* STYLES SPECIFIC TO FOOTER  */
.footer {
    position: relative;
    z-index: 5;
    margin-top: 50px;
}
.cursor-pointer {
    cursor: pointer;
}
.block {
    display: block;
}
.flex {
    display: flex;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.flex-row {
    flex-direction: row;
}
.items-center {
    align-items: center;
}
.justify-start {
    justify-content: flex-start;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.relative {
    position: relative;
}
.underline {
    text-decoration: underline;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.w-full {
    width: 100%;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.invert {
    --tw-invert: invert(100%);
}
::-webkit-input-placeholder {
    color: #fff;
}
.text-pink {
    color: #ff006b;
}
i.wallet-icon {
    font-size: 20px;
    color: #ffffff;
}
[class*=" cb-icon-"] {
    font-family: cbicons !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;
    text-rendering: optimizeLegibility;
}
.cb-icon-ext:before {
    content: "";
}
.cb-icon-facebook:before {
    content: "";
}
.cb-icon-twitter:before {
    content: "";
}
.cb-icon-youtube:before {
    content: "";
}
.cb-icon-instagram:before {
    content: "";
}
@media (min-width: 480px) {
    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .sm\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
@media (min-width: 1200px) {
    .lg\:block {
        display: block;
    }
    .lg\:flex {
        display: flex;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:flex-row {
        flex-direction: row;
    }
    .lg\:justify-end {
        justify-content: flex-end;
    }
    .lg\:pl-custom-18 {
        padding-left: 18px;
    }
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .footer-images-links {
        display: flex;
        flex: 0 0 16.6666%;
    }
}
.footer-images-links .right-image {
    height: 35px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
/*! CSS Used from: Embedded */
#wallet-footer .social-desktop-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
#wallet-footer .footer-grid {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto 1fr auto 1fr auto 1fr auto 1fr auto;
    grid-template-areas: "a . b . c . d . e . f";
    grid-template-rows: auto auto auto auto auto 1fr;
    -ms-grid-rows: auto 1fr 1fr 1fr 1fr 1fr;
    grid-row-gap: 5px;
    width: 100%;
    border-radius: 6px;
    box-sizing: border-box;
    overflow: hidden;
    background-clip: content-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#wallet-footer .footer-aux {
    width: 100%;
}
#wallet-footer .footer-aux .footer-section {
    padding-right: 23px;
}
#wallet-footer .footer-container {
    max-width: 1334px;
    margin: 0 auto;
}
#wallet-footer .top-content {
    padding: 55px 35px;
    background-color: #302e33;
}
@media (min-width: 1200px) {
    #wallet-footer .top-content .footer-section {
        grid-row: 3;
        grid-area: a;
    }
    #wallet-footer .top-content .footer-section:nth-child(2) {
        grid-area: b;
    }
    #wallet-footer .top-content .footer-section:nth-child(3) {
        grid-area: c;
    }
    #wallet-footer .top-content .footer-section:nth-child(4) {
        grid-area: d;
    }
    #wallet-footer .top-content .footer-section:nth-child(5) {
        grid-area: e;
    }
}
#wallet-footer .top-content .footer-section {
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}
#wallet-footer .top-content .footer-section .some-container {
    width: -moz-fit-content;
    width: fit-content;
    color: #00f;
}
@media (max-width: 1200px) {
    #wallet-footer .top-content .footer-section {
        padding-top: 20px;
    }
}
#wallet-footer .top-content .footer-section a {
    text-decoration: none;
    display: block;
    color: #ababab;
    transition: all 0.3s ease;
    line-height: 45px;
    font-size: 15px;
    white-space: nowrap;
}
#wallet-footer .top-content .footer-section a:hover {
    color: #fff !important;
}
#wallet-footer .top-content .footer-section a i {
    font-size: 15px;
    margin-left: 2px;
    top: 1px;
    position: relative;
}
#wallet-footer .top-content .footer-section a i.social-network {
    font-size: 31px;
    top: 7px;
    right: 5px;
    margin: 0 0 0 8px;
}
#wallet-footer .top-content .footer-section span {
    display: block;
    color: #fff;
    line-height: 1;
    padding-bottom: 20px;
    font-size: 22px;
}
@media (max-width: 385px) {
    #wallet-footer .top-content .footer-section .break-element {
        white-space: break-spaces;
        line-height: 17px;
    }
}
@media (max-width: 992px) {
    #wallet-footer .footer-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: unset;
        grid-template-areas: unset;
    }
    #wallet-footer .top-content .footer-section {
        grid-row: unset;
        grid-area: unset;
    }
    #wallet-footer .top-content .footer-section:nth-child(2),
    #wallet-footer .top-content .footer-section:nth-child(3),
    #wallet-footer .top-content .footer-section:nth-child(4),
    #wallet-footer .top-content .footer-section:nth-child(5) {
        grid-area: unset;
    }
}
@media (max-width: 767px) {
    #wallet-footer .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: unset;
        grid-template-areas: unset;
    }
}
#wallet-footer .bottom-content {
    padding: 60px 35px;
    background: #212023;
}
@media (max-width: 992px) {
    #wallet-footer .bottom-content .footer-section {
        padding: 0 0 20px;
    }
}
#wallet-footer .bottom-content .left-box img {
    height: 25px;
    border: none;
    padding-right: 20px;
}
#wallet-footer .bottom-content .left-box .min_age {
    height: 50px;
}
@media (max-width: 1200px) {
    #wallet-footer .bottom-content .left-box {
        margin-bottom: 15px;
    }
}
#wallet-footer .bottom-content .regulatory-text {
    color: hsla(0, 0%, 96.1%, 0.5);
    font-size: 12px;
    line-height: 18px;
}
#wallet-footer .bottom-content .regulatory-text .underline {
    color: #fff;
    text-decoration: underline;
}
@media (min-width: 992px) {
    #wallet-footer .bottom-content .regulatory-text {
        white-space: nowrap;
        overflow: hidden;
    }
}
#wallet-footer img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
}
#wallet-footer .bottom-content .right-image {
    margin: 2px;
}
@media (max-width: 1200px) {
    #wallet-footer .bottom-content .right-image {
        margin-top: 20px;
    }
}
#wallet-footer .bottom-content .right-image.apple img {
    height: 35px;
}
#wallet-footer .bottom-content .right-image.android {
    border-radius: 5px;
}
#wallet-footer .bottom-content .right-image.android img {
    height: 35px;
}
#wallet-footer .bottom-content .right-image.bga {
    max-width: 120px;
    border-radius: 5px;
    border: 1px solid #555;
    padding: 4px 5px 8px;
}
#wallet-footer .bottom-content .right-image.bga img {
    height: 15px;
}
#wallet-footer .bottom-content .right-image.gambling-comission {
    max-width: 120px;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 5px 16px 7px;
}
#wallet-footer .bottom-content .right-image.gambling-comission img {
    height: 18px;
}
#wallet-footer .bottom-content .right-image.ibas {
    max-width: 120px;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 3px 17px 9px 15px;
}
#wallet-footer .bottom-content .right-image.ibas img {
    height: 18px;
}
#wallet-footer .bottom-content .right-image.gam-stop {
    max-width: 120px;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 5px 16px 7px;
}
#wallet-footer .bottom-content .right-image.gam-stop img {
    height: 18px;
}
#wallet-footer .bottom-content .right-image img.invert {
    filter: invert(1);
}
@media (max-width: 992px) {
    #wallet-footer .bottom-content,
    #wallet-footer .top-content {
        padding: 24px 14px;
    }
    #wallet-footer .top-content {
        padding: 24px 14px 57px;
    }
    #wallet-footer .top-content .footer-section a {
        line-height: 36px;
        font-size: 15px;
    }
    #wallet-footer .top-content .footer-section a i {
        font-size: 10px;
    }
    #wallet-footer .top-content .footer-section span {
        font-size: 20px;
        padding-bottom: 13px;
    }
}
