/*
Theme Name: Frank Media
Theme URI: https://frankmedia.ru
Description: WordPress Theme
Version: 1.0
Author: Frank RG
Author URI: https://frankmedia.ru
*/

/* Не удалять, wp будет ругаться */

/* WordPress Core CSS */

.entry-content img {
    margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin: 0 1.5em 0.5em 0 !important;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin: 0 0 0.5em 1.5em !important;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.wp-caption {
    max-width: 100% !important;
    text-align: center;
    margin-bottom: 1.5em !important;
}

.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    margin: 0;
}

.wp-smiley {
    max-height: 1em;
    margin: 0 !important;
}

.gallery dl {
    margin: 0;
}

.gallery-caption {
    margin: -1.5em 0 0 0 !important;
}

blockquote.left {
    float: left;
    margin-left: 0;
    margin-right: 20px;
    text-align: right;
    width: 33%;
}

blockquote.right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
    text-align: left;
    width: 33%;
}

b,
strong {
    font-weight: bold;
}

i,
em {
    font-style: italic;
}

/* Custom */

.pull-right {
    text-align: right;
}

/* Errors */

.site_error {
    width: 400px;
    height: 100px;
    background: red;
    color: #fff;
    font-size: 32px;
    line-height: 32px;
    display: block;
    text-align: center;
    padding: 50px;
    position: absolute;
    margin-left: -250px;
    margin-top: -100px;
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}

.wp-block-gallery {
    padding: 0 !important;
}
.wp-block-gallery li:before {
    display: none !important;
}
