/*
Theme Name: Eurasian Strategies
Theme URI: ----
Author: MADE
Description: ----
Version: 1.0
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Common
 * 3.0 - Mobile Common
 * 4.0 - Magnific Popup Styles
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
    background: transparent;
}

* {
    box-sizing: border-box;
}

body {
    line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    clear: both;
}

ol, ul {
    list-style: none;
}

blockquote {
    quotes: none;
}

blockquote:before, blockquote:after {
    content: '';
    content: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    border: none;
}

/**
 * 2.0 - Common Styles
 *
 */

.kw,
.hidden {
    display: none
}
.left {
    float: left;
    display: block;
}
.right {
    float: right;
    display: block;
}
.clear {
    clear: both;
}
.mfp-hide {
    display: none;
}
.active {
    display: block;
}
img.size-full {
    width: 100%;
}

html {
    height: 100%;
    background: #000;
}

body {
    min-width: 1176px;
    background: #e7e8e9;
}

#content .aligncenter,
#content img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.entry-content {
    position: relative;
    min-height: 500px;
    padding-top: 88px;
}

.header-expanded .entry-content {
    padding-top: 136px;
}

.header-expanded .level-3-menu-expanded {
    padding-top: 184px;
}

.mfp-hide-page #page {
    display: none;
}

.mfp-hide-page header {
    display: none;
}

/**
 * 3.0 - Mobile Common
 *
 */

@media (max-width: 480px) {

    body {
        min-width: 320px;
        overflow-x: hidden;
    }

    .entry-content,
    .header-expanded .entry-content,
    .header-expanded .level-3-menu-expanded {
        padding-top: 48px;
        overflow-x: hidden;
    }
}

@media (max-width: 640px) and (min-width: 481px) {

    body {
        min-width: 480px;
        overflow-x: hidden;
    }

    .entry-content,
    .header-expanded .entry-content,
    .header-expanded .level-3-menu-expanded {
        padding-top: 48px;
        overflow-x: hidden;
    }
}

@media (max-width: 768px) and (min-width: 641px) {

    body {
        min-width: 640px;
        overflow-x: hidden;
    }

    .entry-content,
    .header-expanded .entry-content,
    .header-expanded .level-3-menu-expanded {
        padding-top: 48px;
        overflow-x: hidden;
    }
}

@media (max-width: 1175px) and (min-width: 769px) {

    body {
        min-width: 768px;
        overflow-x: hidden;
    }

    .entry-content,
    .header-expanded .entry-content,
    .header-expanded .level-3-menu-expanded {
        padding-top: 48px;
        overflow-x: hidden;
    }
}

/**
 * 4.0 - Magnific Popup Styles
 *
 */

.mfp-bg {
    background: rgba(0,0,0,0.8) !important;
    z-index: 10012 !important;
    opacity: 1 !important;
}

.mfp-wrap {
    cursor: default !important;
    z-index: 10013 !important;
}

.mfp-content {
    margin: 25px auto !important;
}

@media (max-width: 1175px) {

    .mfp-content {
        margin: 0 auto !important;
    }

    .mfp-container {
        padding: 0 !important;
    }
}