/*
Theme Name: Es la moda
Theme URI: https://eslamoda.com
Description: Theme by Moshi Media
Author: Moshi Inc.
Author URI: http://moshi.co
Version: 1.0.0
Tags: none
*/
/* ----------------------------------------------------------------------------------- IMPORTS */
@import url('//fonts.googleapis.com/css?family=Raleway:200,400,600,800');
@import url('//fonts.googleapis.com/css?family=Montserrat:700');

/* ----------------------------------------------------------------------------------- DEFAULTS */

html, body {
    color: #1b1f22;
    background-color: #f4f4f4;
}

a {
    text-decoration: none;
    color: inherit;
}

iframe {
    overflow: hidden;
    border: 0;
}

input {
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
}

.font-a {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
}

.font-b {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    word-wrap: break-word;
}

.font-c {
    font-family: 'Raleway', sans-serif;
}

.back-a,
.back-b,
.back-c {
    display: block;
    width: 100%;
    height: auto;
}

.back-a {
    background-color: #f4f4f4;
}

.back-b {
    position: relative;
    background-color: #ffffff;
}

.back-c {
    background-color: #e6e6e6;
}

.break {
    float: left;
    background-color: #d0d0d0;
    width: 100%;
    height: 2px;
}

.bm-a {
    margin: 40px 0 0 0;
}

.bm-b {
    margin: 0;
}

.text-lead {
    float: left;
    display: block;
    width: 100%;
    padding: 0;
    margin: 40px 0 20px 0;
    font-size: 26px;
    font-weight: 200;
}

.text-title {
    float: left;
    display: block;
    width: 100%;
    padding: 0;
    margin: 30px 0;
    font-size: 30px;
    font-weight: 200;
}

.text-sub {
    float: left;
    display: block;
    width: 100%;
    padding: 0;
    margin: 35px 0 20px 0;
    font-size: 18px;
    font-weight: 800;
}

.strong {
    font-weight: 800;
}

.animate {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.animate-opacity {
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.animate-color {
    -webkit-transition: color 0.2s ease, background 0.2s ease;
    -moz-transition: color 0.2s ease, background 0.2s ease;
    -o-transition: color 0.2s ease, background 0.2s ease;
    -ms-transition: color 0.2s ease, background 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease;
}

.animate-margin {
    -webkit-transition: margin 0.2s ease;
    -moz-transition: margin 0.2s ease;
    -o-transition: margin 0.2s ease;
    -ms-transition: margin 0.2s ease;
    transition: margin 0.2s ease;
}

.stronger {
    font-weight: 800;
}

.clear {
    clear: both;
}

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

[class*="btn-"] {
    width: 100%;
    height: 50px;
    border: none;
    background-color: #666;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: .94em;
    margin: 1em 0;
}

.btn-comments {
    background-color: #2B242C;
    outline: none;
}

.btn-comments:active,
.btn-comments:hover {
    background-color: #48394A;
}

/* ----------------------------------------------------------------------------------- LAYOUT */

header {
    position: fixed;
    background-color: transparent;
    color: #fc166e;
    top: 0;
    left: 0;
    right: 0;
    height: 110px;
    z-index: 1080;
}

nav {
    position: fixed;
    background-color: #d0d0d0;
    color: #222121;
    top: 0;
    bottom: 0;
    left: -400px;
    width: 380px;
    overflow-y: scroll;
    z-index: 1100;
    -webkit-transition: left 0.2s ease;
    -moz-transition: left 0.2s ease;
    -o-transition: left 0.2s ease;
    -ms-transition: left 0.2s ease;
    transition: left 0.2s ease;
}

#navBlock {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, .75);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1090;
}

main {
    color: #222121;
    width: 1200px;
    margin: 0 auto;
    padding: 110px 0 60px 0;
}

main.type-single {
    width: 900px;
}

#mainPost {
    width: 740px;
    margin: 0 auto;
    padding: 60px 80px;
    background-color: #ffffff;
    border-radius: 8px;
}

#mainSidebar {
    float: left;
    width: 300px;
}

#mainPage {
    width: 710px;
    margin: 0 auto;
    padding: 80px;
}

footer {
    position: relative;
    width: 100%;
    background-color: #bbb7b7;
    z-index: 1110;
}

/* ----------------------------------------------------------------------------------- HEADER */

header .wrap {
    width: 1200px;
    height: inherit;
    margin: 0 auto;
    position: relative;
}

header .wrap .left {
    float: left;
    display: block;
}

header .wrap .right {
    float: right;
    display: block;
}

header a.nav-open {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: 60px;
    height: 60px;
    margin: 20px 0 0 -20px;
    background-image: url('_img/menu@1x.png');
    background-repeat: no-repeat;
}

header a.nav-open:hover {
    background-position: 0 -60px;
}

header .title {
    width: 480px;
    height: inherit;
    margin: 0 auto;
}

header div.title a {
    display: block;
    width: inherit;
    height: inherit;
    background: url('_img/logo@1x.png') no-repeat center center;
    background-size: 100px 60px;
    text-indent: -9999px;
}

/* HEADER SHARE NAV*/

header .share-nav {
    opacity: 0;
    width: 360px;
    border-right: 1px solid #d9d9d9;
    pointer-events: none;
}

header .share-nav a {
    display: block;
    float: left;
    width: 119px;
    border-left: 1px solid #d9d9d9;
}

header .share-nav a .icon {
    display: block;
    width: 20px;
    height: 20px;
    margin: 45px auto;
    background-image: url('_img/share60@1x.png');
}

header .share-nav a.facebook .icon {
    background-position: -50px -20px;
}

header .share-nav a.facebook:hover {
    background-color: #3b5998;
}

header .share-nav a.facebook:hover .icon {
    background-position: -50px -80px;
}

header .share-nav a.twitter .icon {
    background-position: -170px -20px;
}

header .share-nav a.twitter:hover {
    background-color: #00aced;
}

header .share-nav a.twitter:hover .icon {
    background-position: -170px -80px;
}

header .share-nav a.pinterest .icon {
    background-position: -290px -20px;
}

header .share-nav a.pinterest:hover {
    background-color: #d01e15;
}

header .share-nav a.pinterest:hover .icon {
    background-position: -290px -80px;
}

header .share-nav a.whatsapp .icon {
    background-position: -409px -20px;
}

header .share-nav a.whatsapp:hover {
    background-color: #20b401;
}

header .share-nav a.whatsapp:hover .icon {
    background-position: -409px -80px;
}

header .share-nav a.stumbleupon .icon {
    width: 21px;
    background-position: -769px -20px;
}

header .share-nav a.stumbleupon:hover {
    background-color: #f74425;
}

header .share-nav a.stumbleupon:hover .icon {
    background-position: -769px -80px;
}

/* HEADER NAVIGATION */

header .navigation {
    position: relative;
    opacity: 0;
    width: 360px;
    border-left: 1px solid #d9d9d9;
    pointer-events: none;
}

header .navigation .prev,
header .navigation .shuffle,
header .navigation .next {
    display: block;
    float: left;
    width: 119px;
    padding: 0;
    position: relative;
    height: 60px;
    border-right: 1px solid #d9d9d9;
}

header .navigation a {
    position: absolute;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 10;
}

header .navigation .icon {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5;
    background: url('_img/nav@1x.png') no-repeat;
}

header .navigation .prev .icon {
    background-position: -30px 0;
}

header .navigation .shuffle .icon {
    background-position: -150px 0;
}

header .navigation .next .icon {
    background-position: -270px 0;
}

header .navigation div:hover {
    background-color: #f2f2f2;
}

/* HEADER B & C*/

header.b,
header.c {
    background-color: #ffffff;
    height: 60px;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
}

header.b a.nav-open,
header.c a.nav-open {
    opacity: 0;
    margin: 0 0 0 -20px;
}

header.b .share-nav,
header.c .share-nav {
    opacity: 1;
    pointer-events: all;
}

header.b .share-nav a .icon,
header.c .share-nav a .icon {
    margin: 20px auto;
}

header.b .navigation,
header.c .navigation {
    opacity: 1;
    pointer-events: all;
}

header.b .navigation div,
header.c .navigation div {
    padding: 0;
}

/* ----------------------------------------------------------------------------------- NAV */

nav a.nav-close {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 20px;
    background: url('_img/menuUI@1x.png') no-repeat;
    background-position: 0 0;
}

nav a.nav-close:hover {
    background-position: 0 -60px;
}

nav div.column {
    width: 300px;
    margin: 0 auto;
}

nav form.search {
    display: block;
    width: 100%;
    height: 60px;
}

nav form.search input.go {
    float: right;
    cursor: pointer;
    width: 70px;
    height: 60px;
    padding: 16px 0 16px 0;
    margin: 0 0 0 -20px;
    text-indent: -9999px;
    background: url('_img/menuUI@1x.png') no-repeat;
    background-position: -60px 0;
}

nav form.search input.go:hover {
    background-position: -60px -60px;
}

nav form.search input.text {
    float: right;
    width: 250px;
    height: 60px;
    font-size: 14px;
}

nav form.search input.text:focus {
    color: #fc166e;
}

nav form.search input.text:focus + .go {
    background-position: -60px -60px;
}

nav h3 {
    color: #7a7878;
    margin: 0;
    padding: 25px 0 0 0;
    font-size: 11px;
}

nav ul {
    margin: 0;
    padding: 15px 0 20px 0;
}

nav ul li {
    list-style: none;
}

nav ul li a {
    display: block;
    padding: 10px 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 14px;
}

nav ul li a:hover {
    color: #fc166e;
}

nav div.social {
    width: 300px;
    height: 60px;
    margin-left: -25px;
}

nav div.social a {
    float: left;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0;
    background: url('_img/share60@1x.png');
    text-indent: -9999px;
}

nav div.social a.facebook {
    background-position: -30px -120px;
}

nav div.social a.facebook:hover {
    background-position: -30px 0;
}

nav div.social a.twitter {
    background-position: -150px -120px;
}

nav div.social a.twitter:hover {
    background-position: -150px 0;
}

nav div.social a.youtube {
    background-position: -630px -120px;
}

nav div.social a.youtube:hover {
    background-position: -630px 0;
}

nav div.social a.instagram {
    background-position: -510px -120px;
}

nav div.social a.instagram:hover {
    background-position: -510px 0;
}

nav div.social a.pinterest {
    background-position: -270px -120px;
}

nav div.social a.pinterest:hover {
    background-position: -270px 0;
}

nav div.links {
    width: 300px;
    height: 16px;
    padding: 35px 0 20px 0;
    font-size: 11px;
}

nav div.links a {
    height: 16px;
    padding: 10px 2px;
    margin-left: -2px;
}

nav div.links a:hover {
    color: #ffffff;
}

nav a.moshi {
    display: block;
    width: 120px;
    height: 60px;
    background: url('_img/moshi@1x.png');
    background-position: 0 0;
    text-indent: -9999px;
}

nav a.moshi:hover {
    background-position: 0 -60px;
}

/* ----------------------------------------------------------------------------------- COVER */

.cover {
    position: relative;
    width: 1200px;
    height: 400px;
    max-width: 100%;
    overflow: hidden;
}

.cover-post {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 1200px 400px;
}

.cover-post img {
    max-width: 100%;
    height: auto;
    display: none;
}

/* Billboard */
.billboard .link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.billboard .link {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 1200px 250px;
}

/* ----------------------------------------------------------------------------------- FOOTER */

footer div.wrap {
    width: 1200px;
    height: 60px;
    padding: 20px 0;
    margin: 0 auto;
}

footer div.wrap .left {
    float: left;
    display: block;
}

footer div.wrap .right {
    float: right;
    display: block;
}

footer div.links {
    width: 360px;
    height: 12px;
    padding: 24px 0;
    text-align: right;
    font-size: 11px;
    color: #ffffff;
}

footer div.links a:hover {
    color: #000000;
}

footer div.social {
    width: 360px;
    height: 60px;
    margin-left: -25px;
}

footer div.social a {
    float: left;
    display: block;
    width: 60px;
    height: 60px;
    background: url('_img/share60@1x.png');
    text-indent: -9999px;
}

footer div.social a.facebook {
    background-position: -30px -60px;
}

footer div.social a.facebook:hover {
    background-position: -30px -120px;
}

footer div.social a.twitter {
    background-position: -150px -60px;
}

footer div.social a.twitter:hover {
    background-position: -150px -120px;
}

footer div.social a.youtube {
    background-position: -630px -60px;
}

footer div.social a.youtube:hover {
    background-position: -630px -120px;
}

footer div.social a.instagram {
    background-position: -510px -60px;
}

footer div.social a.instagram:hover {
    background-position: -510px -120px;
}

footer div.social a.pinterest {
    background-position: -270px -60px;
}

footer div.social a.pinterest:hover {
    background-position: -270px -120px;
}

footer a.moshi {
    display: block;
    width: 120px;
    height: 60px;
    margin: 0 auto;
    background: url('_img/moshi@1x.png');
    background-position: 0 -60px;
    text-indent: -9999px;
}

footer a.moshi:hover {
    background-position: 0 0;
}

/* ----------------------------------------------------------------------------------- CUBES */

.cube {
    float: left;
    display: block;
    width: 300px;
    height: 300px;
    overflow: hidden;
}

.cube img {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.cube:hover img {
    filter: brightness(110%);
    -webkit-filter: brightness(110%);
    -moz-filter: brightness(110%);
    -o-filter: brightness(110%);
    -ms-filter: brightness(110%);
}

/* ----------------------------------------------------------------------------------- PREVIEW */

.preview,
.preview-video {
    float: left;
    position: relative;
    background: #ffffff;
    width: 600px;
    height: 300px;
    overflow: hidden;
}

.preview a,
.preview-video a {
    display: block;
    height: 300px;
    width: 600px;
    border: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.preview a:hover,
.preview-video a:hover {
    background: #fc166e;
    color: #ffffff;
}

.preview h1 {
    float: left;
    width: 260px;
    margin: 0;
    padding: 20px;
    font-size: 30px;
    font-weight: 800;
}

.preview .thumb {
    float: left;
    height: 300px;
    width: 300px;
}

.preview .thumb img {
    height: 300px;
    width: 300px;
}

.preview .video {
    display: none;
}

.preview-video h1 {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 300px;
    width: 260px;
    height: 260px;
    margin: 0;
    padding: 20px;
    color: #ffffff;
    opacity: 0;
    font-size: 30px;
    font-weight: 800;
}

.preview-video:hover h1 {
    opacity: 1;
}

.preview-video .thumb {
    float: left;
    height: 300px;
    width: 600px;
}

.preview-video .thumb img {
    float: left;
    height: 300px;
    width: 600px;
}

.preview-video .video {
    position: absolute;
    display: block;
    background: url('_img/video@1x.png');
    bottom: 0;
    left: 0;
    height: 50px;
    width: 50px;
}

/* ----------------------------------------------------------------------------------- POST */

#mainPost .title {
    margin: 0;
    padding: 0;
    font-size: 38px;
    font-weight: 800;
}

#mainPost .featured {
    margin: 30px 0;
    width: 740px;
    height: auto;
}

#mainPost .featured iframe {
    display: block;
    width: 740px;
    height: 416px;
    border-radius: 5px;
}

#mainPost .featured img {
    display: block;
    width: 740px;
    height: auto;
    border-radius: 5px;
}

#mainPost .content {
    width: 600px;
    margin: 0 auto;
}

#mainPost .suggested {
    margin: 20px 0;
}

#mainPost .suggested h3 {
    color: #fc166e;
    margin: 0;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 800;
    border-top: 1px solid #fc166e;
}

#mainPost .dots {
    background: url('_img/dots@1x.png');
    width: 34px;
    height: 6px;
    margin: 40px auto 0 auto;
}

#mainPost .badge {
    background: url('_img/badge@1x.png');
    width: 218px;
    height: 239px;
    margin: 30px auto;
}

#mainPost .badge .fb-like {
    display: block;
    width: 176px;
    height: 20px;
    margin: 0 auto;
    padding: 65px 0;
}

#mainPost .ads {
    width: 100%;
    padding: 20px 0;
}

#mainPost .ads div {
    width: 100%;
    overflow: hidden;
}

#mainPost .comments {
    display: block;
    width: 100%;
}

#mainPost #fb-comments {
    border-top: 1px solid #e9eaed;
    width: 100%;
}

#mainPost #fb-comments span:first-child,
#mainPost #fb-comments iframe:first-child {
    width: 100%;
}

/* POST SHARE TOP */
#mainPost .share-top {
    margin: 30px 0;
    max-height: 50px;
    overflow: hidden;
}

#mainPost .share-top a {
    display: block;
    float: left;
    color: #ffffff;
    padding: 0 10px;
}

#mainPost .share-top a .icon {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 15px 10px;
    background: url('_img/share60@1x.png');
}

#mainPost .share-top a .text {
    display: block;
    float: left;
    width: 100px;
    height: 11px;
    padding: 19px 0 0 0;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
}

#mainPost .share-top a .text {
    width: 0px;
    opacity: 0;
}

#mainPost .share-top a:hover .text {
    width: 100px;
    opacity: 1;
}

#mainPost .share-top a.facebook {
    background-color: #3b5998;
}

#mainPost .share-top a.facebook .icon {
    background-position: -50px -80px;
}

#mainPost .share-top a.twitter {
    background-color: #00aced;
}

#mainPost .share-top a.twitter .icon {
    background-position: -170px -80px;
}

#mainPost .share-top a.pinterest {
    background-color: #d01e15;
}

#mainPost .share-top a.pinterest .icon {
    background-position: -290px -80px;
}

#mainPost .share-top a.stumbleupon {
    background-color: #f74425;
}

#mainPost .share-top a.stumbleupon .icon {
    width: 21px;
    background-position: -769px -80px;
}

#mainPost .share-top .fb-like {
    display: block;
    float: left;
    margin: 15px;
}

/* POST SHARE BOTTOM*/

mainPost .share-bottom {
    margin: 30px 0;
}

#mainPost .share-bottom a {
    display: block;
    float: left;
    color: #ffffff;
}

#mainPost .share-bottom a .icon {
    display: block;
    width: 20px;
    height: 20px;
    margin: 15px auto;
    background: url('_img/share60@1x.png');
}

#mainPost .share-bottom a.twitter {
    width: 185px;
    background-color: #00aced;
}

#mainPost .share-bottom a.twitter .icon {
    background-position: -170px -80px;
}

#mainPost .share-bottom a.facebook {
    width: 185px;
    background-color: #3b5998;
}

#mainPost .share-bottom a.facebook .icon {
    background-position: -50px -80px;
}

#mainPost .share-bottom a.pinterest {
    width: 370px;
    background-color: #d01e15;
}

#mainPost .share-bottom a.pinterest .icon {
    background-position: -290px -80px;
}

#mainPost .share-bottom a.stumbleupon {
    width: 185px;
    background-color: #f74425;
}

#mainPost .share-bottom a.stumbleupon .icon {
    width: 21px;
    background-position: -769px -80px;
}

/* ----------------------------------------------------------------------------------- PAGE */

#mainPage .title {
    margin: 0;
    padding: 0;
    font-size: 38px;
    font-weight: 800;
}

#mainPage .content {
    width: 710px;
    margin: 0 auto;
}

/* ----------------------------------------------------------------------------------- CONTENT */

.content p,
.content h1,
.content h2,
.content h4,
.content h5,
.content h6,
.content iframe {
    margin: 20px 0;
}

.content a {
    border-bottom: dotted 1px #fc166e;
    color: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

.content a:hover {
    border-bottom: solid 1px #fc166e;
}

.content h1 {
    font-size: 36px;
    font-weight: 800;
    line-height: 44px;
    text-transform: uppercase;
}

.content h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}

.content h3 {
    color: #333;
    width: 94%;
    margin: 20px auto;
    padding: 20px 3%;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    border-top: 2px #4d4d4d solid;
    border-bottom: 2px #4d4d4d solid;
}

.content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.content p:first-child,
.content p:nth-child(2) {
    font-size: 24px;
    font-weight: 200;
    line-height: 36px;
}

.content blockquote {
    color: #7f7e7e;
    margin: 28px 0px;
    padding: 0px 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    font-style: italic;
}

.content blockquote cite {
    display: block;
    color: #1b1f22;
    margin: 20px 0px;
    font-style: normal;
}

.content ul,
.content ol {
    margin: 10px 20px;
    padding: 10px 20px;
}

.content img,
.content .wp-caption {
    display: block;
    margin: 20px auto;
    max-width: 100%;
    width: 100% !important;
    height: auto;
    border-radius: 5px;
}

.content iframe,
.content embed {
    display: block;
    margin: 20px auto;
    max-width: 100% !important;
    width: 100% !important;
}

/* ----------------------------------------------------------------------------------- SIDEBAR */

#mainSidebar .triple-lift {
    width: 100%;
    overflow: hidden;
}

#mainSidebar h3 {
    display: block;
    color: #fc166e;
    margin: 0;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 800;
    border-top: 2px solid #fc166e;
    border-bottom: 2px solid #f4f4f4;
}

#mainSidebar div.make-sticky {
    position: fixed;
    top: 60px;
}

.stick-out {
    position: absolute;
    bottom: 0;
    right: 0;
}

#mainSidebar img {
    display: block;
}

/* ---------------------------------------------------------------------- APPLICATION STATES */

body.menu-open {
    overflow: hidden;
}

body.menu-open nav#nav {
    left: 0;
}

/* ---------------------------------------------------------------------- ADS */

#wrap-elm-01,
#wrap-elm-02 {
    max-width: 100%;
    overflow: hidden;
}

#wrap-elm-01,
#wrap-elm-02 {
    display: block;
    position: relative;
    background-color: #f0f0f0;
}

#wrap-elm-01 {
    width: 1200px;
    height: 400px;
}

#wrap-elm-02 {
    width: 1200px;
    height: 250px;
}

#wrap-elm-01,
#wrap-elm-02 {
    display: none;
}

.adm-player {
    margin: 20px 0px !important;
}

.hybs-slot,
.hybs-mslot {
    z-index: 0 !important;
}

#google_pedestal_container {
    display: none;
}

.clover-test a {
    border-bottom: none;
}

#infinite-footer {
    display: none;
}

@media screen and (min-width: 1200px) {
    html, body {
        overflow-x: hidden;
    }
}