@charset "UTF-8";

/*
Theme Name: WikiWP
Theme URI: http://wikiwp.com
Author: Chereshka & Florian Steller
Description: Powerful Wiki-style theme for WordPress. WikiWP is best suited for an encyclopedic website. The theme gives you the opportunity to turn your blog into an encyclopedia! Now you can build our own Wikipedia using the advantages of WordPress. Easy to use and modify, clean and understandable code. WikiWP focuses on the content and is also SEO-friendly. For more information see the documentation on wikiwp.com.
Version: 1.8.2
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.en.html
Tags: white, light, silver, gray, responsive-layout, translation-ready, full-width-template, right-sidebar, featured-images, custom-menu, custom-background
Text Domain: wikiwp
*/

@media only screen { 
    html, body {
        overflow-x: hidden;
        margin: 0;
        padding: 0;
    }

    .clearfix:after {
        content: '';
        display: block;
        clear: both;
        visibility: hidden;
        height: 0;
        }
    
    #wpadminbar { position: fixed; }


    /* REQUIRED FOR WORDPRESS */
    .sticky {}

    .bypostauthor {}


    /* Media */
    img { 
        -moz-force-broken-image-icon: 1; /* firefox broken image placeholder */
        border: none;
        height: auto;
        max-width: 100%;
    }

    img.alignnone { margin: 1.6em 0; }

    .alignright {
        float: right;
        clear: right;
        margin: 0.3rem 0 2rem 2rem;
    }

    .alignleft {
        float: left;
        clear: left;
        margin: 0.3rem 2rem 2rem 0;
    }

    .aligncenter {
        display: block;
        margin: 0.3rem auto 2rem auto;
    }

    img.alignnone,
    img.alignright,
    img.alignleft,
    img.aligncenter,
    .gallery-item img { box-sizing: border-box; }

    .wp-caption {
        overflow: hidden;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 100%;
    }

    .wp-caption.alignleft,
    .wp-caption.alignright{ margin-top: 1rem; }

    .wp-caption img {
        box-sizing: border-box;
        display: block;
        padding: 0;
        height: auto;
        width: 100%;
    }

    .wp-caption-text {
        font-size: smaller;
		
		border-bottom: 1px solid #ddd;
   
		padding-top: 7px !important;
		padding-bottom: 7px !important;
		
		color: #555d66;
		text-align: center;
		font-size: 13px;
		font-style: italic;
				
		line-height: 1.4 !important;
    }

    .gallery-item img { margin-right: 1rem; }

    iframe { max-width: 100%; }


    /* Gallery */
    .gallery-item { display: inline-block; }

    .gallery-caption { display: none; } 


    /* Header */
    .headerMain {
        display: block;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        padding: 0 15px;
        width: 100%;
        height: 100px;
    }
    
    .header-content {
        padding: 15px;
        width: 100%;
        height: 100px;
    }
    
    .admin-bar .headerMain { top: 46px; }

    #logo {
        margin: 0 32px;
        max-height: 152px;
        text-align: center;
		top: 5px;
    }

    #site-logo {
        display: inline-block;
    }

    .logo-img { 
        height: auto;
        max-height: 70px;
        width: auto;
        max-width: 152px; 
    }

    .blog-name {
        margin: 0;
        padding: 0;
        font-size: 1rem;
        text-align: center;
    }

    @media screen and (min-width: 1200px) {
        .blog-name {
            font-size: 1.3rem;
            line-height: 2em;
        }
    }

    .blog-name a { color: #252525;}
    
    .blog-description {
        display: block;
        margin: 0;
        font-size: smaller;
        text-align: center;
        color: #aaaaaa;
    }
    
    .header-image-container {
        border-right: 1px solid #E5E5E5;
        border-left: 1px solid #E5E5E5;
        margin-top: 100px;
        text-align: center;
    }
    
    .header-image {
        margin: 0 auto;
        height: auto;
        width: auto;
        max-width: 100%;
    }
    
    .meta { margin-top: 100px; }
    
    .meta-header-image { margin-top: 0; }
    
    .meta-search-form label {
        display: block;
        max-width: 100%;
        margin-bottom: 0;
        font-weight: normal;
    }

    .meta-search-form input { 
        cursor: pointer;
        position: relative;
        border-top: none;
        border-right: none;
        border-bottom: 1px solid #E5E5E5;
        border-left: none;
        float: left;        
        padding: 0 1em;
        height: 50px;
        width: 160px;
        font-family: 'Linux Libertine',Georgia,Times,serif;
        font-size: 1.5em;
        line-height: 1em;
        color: #AAAAAA;
        background-color: white;
        -webkit-transition: border 0.3s, width 0.3s, color 0.3s;
        -moz-transition: border 0.3s, width 0.3s, color 0.3s;
        -ms-transition: border 0.3s, width 0.3s, color 0.3s;
        -o-transition: border 0.3s, width 0.3s, color 0.3s;
        transition: border 0.3s, width 0.3s, color 0.3s;
    }

    .meta-search-form input:focus { 
        cursor: auto;
        border-top: none;
        border-right: none;
        border-bottom: 1px solid #cccccc;
        border-left: none;
        float: left;        
        padding: 0 1em;
        height: 50px;
        width: 100%;
        background: transparent;
        -webkit-transition: border 0.3s, width 0.3s, color 0.3s;
        -moz-transition: border 0.3s, width 0.3s, color 0.3s;
        -ms-transition: border 0.3s, width 0.3s, color 0.3s;
        -o-transition: border 0.3s, width 0.3s, color 0.3s;
        transition: border 0.3s, width 0.3s, color 0.3s;
    }

    .meta-search-form input[type="submit"],
    .meta-search-form .screen-reader-text { display: none; }

    .search-form label .screen-reader-text { display: none; }

    .add-post-link { 
        position: relative;
        display: inline-block;
        float: left;
        margin-top: 20px;
        padding: 20px 20px 10px 20px;
        height: 20px;
    }


    .add-post-link:hover {}

    .add-post-link-plus { 
        display: inline-block;
        float: left;
    }

    .add-post-link-text { 
        display: inline-block;
        float: left;
    }
    

    /* Content */
    article { margin: 0; }

    .catContainer,
    .postContainer,
    .pageContainer {
		padding-top: 10px;
	}
    .searchContainer {
        border-right: 1px solid #E5E5E5;
        border-bottom: 1px solid #E5E5E5;
        border-left: 1px solid #E5E5E5;
        padding: 30px 0;
        width: auto;
        -moz-hyphens: auto;
        hyphens: auto;
        background-color: white;
    }



    /* Content */
    .content h2 {
        overflow: hidden;
        border-bottom: 1px solid #E5E5E5;
        line-height: 1.4em;
    }
    

    /* Category */
    

    /* Excerpt */
    .excerpt { margin-top: 60px; }
    
    .excerpt-thumbnail {
        box-sizing: border-box;
        float: left;
        margin-top: 0;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    
    .excerpt-title { margin-top: 0; }


    /* Posts */



    /* Postinfo */
    .postinfo {
        display: block;
        clear: both;
        margin-top: 1px;
        padding: 5px;
        overflow: hidden;
        font-size: smaller;
    }

    .postinfo-excerpt {
        clear: inherit;
        padding: 5px 0 0 0;
    }

    .postinfo h4 {
        margin: 0 0 0.5em 0;
        font-weight: bold;
        color: #4D4D4D;
    }

    .pagination {
        border-top: 1px solid #F0F0F0;
        margin: 2.5em auto;
        padding: 1.6em 0;
        width: 60%;
        font-size: smaller;
        text-align: center;
    }

    .pagination-text {
        display: inline-block;
        margin-right: 1em;
        color: #4D4D4D;
    }

    .pagination .pagination-item {
        border: 1px solid #E5E5E5;
        display: inline-block;
        padding: 0.6em 1em;
        color: #4D4D4D;
    }

    .pagination a .pagination-item {
        display: inline-block;
        border: 1px solid #0074A2;
        padding: 0.6em 1em;
        font-weight: bold;
        color: white;
        background-color: #0074A2;
        -webkit-transition: border 0.3s, background-color 0.3s;
        -moz-transition: border 0.3s, background-color 0.3s;
        -ms-transition: border 0.3s, background-color 0.3s;
        -o-transition: border 0.3s, background-color 0.3s;
        transition: border 0.3s, background-color 0.3s;
    }

    .pagination a:visited .pagination-item { 
        border: 1px solid #663399;
        background-color: #663399;
        -webkit-transition: border 0.3s, background-color 0.3s;
        -moz-transition: border 0.3s, background-color 0.3s;
        -ms-transition: border 0.3s, background-color 0.3s;
        -o-transition: border 0.3s, background-color 0.3s;
        transition: border 0.3s, background-color 0.3s;
    }

    .pagination a .pagination-item:hover,
    .pagination a .pagination-item:active {
        border: 1px solid #2EA2CC;
        background-color: #2EA2CC;
        -webkit-transition: border 0.3s, background-color 0.3s;
        -moz-transition: border 0.3s, background-color 0.3s;
        -ms-transition: border 0.3s, background-color 0.3s;
        -o-transition: border 0.3s, background-color 0.3s;
        transition: border 0.3s, background-color 0.3s;
    }

    .previous-post-link { 
        float: left; 
        padding: 0.6em; 
    }

    .next-post-link { 
        float: right;
        padding: 5px; 
    }

    .last-posts-list { padding: 5px; }


    /* posts pagination */
    .posts-pagination
        {
        border-top: 1px solid #F9F9F9;
        margin: 2.5em auto;
        padding: 1.6em 0;
        width: 60%;
        font-size: smaller;
        text-align: center;
        }

    .previous-posts-link { margin-left: 1.6em; }

    .next-posts-link { margin-right: 1.6em; }


    /* Comments */
    .comments { margin: 4em 0; }

    .comment-form label { 
        display: inline-block;
        clear: both;
        font-size: smaller;
        color: #4D4D4D;
    }

    .comment-form-author { margin-bottom: 0; }

    .comment-form-email,
    .comment-form-url { margin: 0; }

    .comment-form-comment { overflow: hidden; }

    .commentlist {
        padding: 0;
        list-style-type: none;
    }

    .commentlist .odd {  padding: 0;  background-color: #F9F9F9; }

    .commentlist .even {  padding: 0;  background-color: white; }

    .comment { margin: 1em 0; }

    .comment-body
        { 
        clear: both; 
        padding: 0.6em;
        }

    .comment-body p { 
        clear: both; 
        margin-left: 32px;
        padding-left: 0.6em;
    }

    .comment-author {
        display: inline-block;
        float: left;
    }

    .comment-meta {
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 1em;
        background-color: transparent;
    }

    .commentlist .avatar { 
        float: left;
        margin-right: 0.6em;
    }

    .comment-meta .fn {
        font-weight: bold;
        font-style: normal;
    }

    .comment-meta .says 
        { 
        display: inline-block;
        margin-right: 2.5em;
        font-size: smaller;
        }

    .comment-meta time
        { 
        display: inline-block;
        margin-right: 2.5em;
        font-size: smaller;
        color: #AAAAAA;
        }

    .comment-edit-link { font-size: smaller; }

    .comment-reply-link 
        {
        display: inline-block;
        margin-left: 32px;
        padding: 0.3em 0 0 0.6em;
        width: 200px;
        font-size: smaller;
        }

    .comment-reply-link:before { content: '» '; }

    .commentlist .children
        {
        border-top: 1em solid white;
        border-left: 2.5em solid white;
        margin: 0;
        padding: 0;
        list-style-type: none;
        }

    .commentlist .children .comment
        {
        margin: 0;
        padding: 0;
        list-style-type: none;
        }

    .children .comment-body { border-left: 1px dashed #AAA; }

    .comment-respond { clear: both; }

    .form-allowed-tags {
        font-size: smaller;
        color: #AAAAAA;
    }


    /* Posts pagination */
    .comment-nav {
        border-top: 1px solid #F0F0F0;
        margin: 2.5em auto;
        padding: 1.6em 0;
        width: 60%;
        font-size: smaller;
        text-align: center;
    }

    .comment-nav .alignright { 
        display: inline-block;
        float: none;
        margin: 0 0 0 1.6em; 
    }

    .comment-nav .alignleft { 
        display: inline-block;
        float: none;
        margin: 0 1.6em 0 0; 
    }


    /* Author */
    .author-postings {
        margin-left: 150px;
        padding-left: 1em;
    }  

    .author-list {
        clear: both;
        margin-top: 2.5em;
    } 

    .author-list-item {
        display: inline-block;
        margin: 1em;
        list-style: none;
    }  

    .author-list-avatar {
        float: left;
        margin-right: 1em;
    } 

    .author-list-text { float: left; } 

    .author-list-text:after { clear: both; }

    .postmeta {
        margin-bottom: 2.5em;
        margin-left: 62px;
        color: #aaaaaa;
    }

    .postmeta-title {
        display: block;
        padding:  15px;
        font-size: 1.5em;
        font-weight: bold;
    }

    .postmeta-thumbnail {
        display: block;
    }
    
    .thumbnail-header-image { margin-left: 15px; }
    
    .postmeta-thumbnail img { width: 100%; }

    .postMetaEdit {
        display: block;
    }

    .postmeta-section {
        display: block;
        margin: 2px 15px 0 15px;
        padding: 5px;
    }
    
    .relatedPosts .thumb {
        display: inline-block;
        float: left;
        margin: 0 10px 0 0;
        height: auto;
        width: 40px;
    }

    .relatedPosts .thumb img {
        margin: 0;
    }

    .relatedPostList {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .relatedPostList li {
        display: block;
        clear: left;
        margin: 0;
        padding: 0.6em 0;
    }
    
    .relatedPostList li a {
        display: inline-block;
        clear: left;
    }


    /* Footer */
    footer {
        clear: both;
        font-size: smaller;
        color: #4D4D4D;
    }

    footer.container-fluid { padding: 30px 0; }
    
    footer .content {
        border: none;
        background-color: transparent;
    }

    footer .copyright { margin: 2.7em 0; }
    
    footer .copyright p { text-align: center; }

    .footer-rss-link {
        display: inline-block;
        position: relative;
        margin-left: 20px;
    }

    .footer-rss-link:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: -20px;
        margin-top: -8px;
        height: 16px;
        background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAB8lBMVEX7nTr7nTr7nTr7nTr7nTr7nTr7nTr7nTr7nTr7nTr7nTr7nTr7nTr7nTr7lyz7ly37ly77mC77mC/7mDD7mTD7mTH7mTL7mjL7mjP7mjT7mzT7mzX7mzb7nDf7nDj7nTj7nTn7nTr7nTv7njr7njv8mC/8mTL8mjP8nDf8nDj8nTj8nTn8njz8nz38nz78oD/8oED8oUH8oUL8okP8o0X8pEf8pEj8pUj8pUn8pUr8pkr8pkv8p038p078qE/8qFD8qFH8qVL8qlP8qlT8q1T8q1X8rFf8rVr8rlv8rlz8r138r178sF/8sGH8smX8tGj9q1X9q1b9rlv9r1z9r139r179sF79sWH9smT9tGf9tGj9tWr9tmz9t239t279uG79uHH9uXH9unP9u3b9vXn9vXr9vXv9vnv9xYr9x47+xIj+xYn+xYr+x47+yZH+z53+0J/+0KD+0qT+0qX+1Kf+1Kn+167+16/+2K/+2LD+2rX+27X+27b+3Lf+3Lj+3Ln+3bn+377+4MD+4sT/3bn/3r3/37//5Mj/5sz/6dL/6tP/6tX/69b/69f/7Nf/7Nj/7dv/7tz/8uT/8uX/8+b/9er/9ev/9+7/9+//+PD/+PH/+fH/+fP/+vT/+/b//Pj//Pn//fr//vz//v3///7///91eDlnAAAADnRSTlMBBQmAgouMlu3w8vT3+a0sx+IAAAIMSURBVDiNfdLnQ9NAFADw4CiiiMkduVybwR1Gq1JRUWpxoICIVesGB4p7b1FrVVw4EAcukDqo2ub/9F46CND2fch7yf1yyXuJJM2Zx0tGla9Cml16GWKutKA8qJbgyFTiN1hxAYCt6dvbFWEIGyWAvs9x0smPiYsRpBUHHX8dN8YTu1V/MdCZdnKRHmiX2UzQNjaRF86va0GjfhrgoXDrrnN3PuTI01XUnga4oVMsLz8cT7nibVizpwKGZEQsRuTtL1zxqZnWe4G5Md5/ac9q5OeUXPkDYrjR8AJ9P1z80t+pmKzm6Hc4ebmUeUGHe5szcWulZsvd41BflWfsAPGuHduLemFsv7cGPO/Q8mhoNCtGD2K75jpUT7C3C0zXnso2MNamseAbUfw7RD1zELvg2pNfQbwPWdoBeEgCTQEi5A0jIG4ri5XHIiebzUlgYYKprbZ8EwupbQFyJCOK87gArIbLgw97VFvpg4V7Cmv4LPIDVADBODTWTfmS19BJkyXfFXlkBcuBQJfbwCuV156AopegCyL9jJg5oB53wbDOzCaYxw2F9oiU2eHPDyqcBHBTPJMOieI+0ltT7k75dyBnxBd63mhxjgecjPMMG+t/CHBaLbSpbjp7bBn8adbmaDS6xWKhnbFYbF3d5KAMTLLf16CUwr8gErXcNqt52Vgo+cqDSqnCV1V6eX7lrP8KXgXJpuEy5wAAAABJRU5ErkJggg==) top left no-repeat; 
        background-repeat: no-repeat;
        background-size: 16px 16px;
        padding-left: 20px;
    }
    
    .footer-widget { text-align: left; }
    
    .footer-widget h3 {
        margin-left: 0;
        font-size: 1.2em;
    }
    
    footer input { width: 100% }
    
    /* search form */
    footer .search-form label { width: 70% }
    
    footer .search-form .search-submit {
        float: right;
        margin-top: 17px;
        padding-right: 0px;
        padding-left: 0px;
        width: 30%
    }

    /* Plugin support for Table of Contents Plus */
    #toc_container {
        display: inline-block;
        border: 1px solid #E5E5E5;
        margin-top: 1.6em;
        width: auto!important;
        max-width: 100%;
        font-size: 100%;
        background-color: #F9F9F9;
    }

    #toc_container li { padding-top: 0.2em; padding-bottom: 0.2em; }

    .toc_list { font-size: smaller; }

    #toc_container.toc_white,
    #toc_container.toc_transparent { border: 1px solid #E5E5E5; }

    #toc_container.toc_black a { color: #2EA2CC; }

    #toc_container.toc_black a:hover { color: #03D3FF; }


    /* Plugin support for Table of Contents Plus */
    .wpcf7-form p {
        font-size: smaller;
        color: #4D4D4D;
    }

    div.wpcf7-validation-errors,
    div.wpcf7-mail-sent-ok {
        margin: 0.6em 0px;
        border: none;
        padding: 0.6em 2em;
        line-height: 16px;
        font-weight: bold;
        color: #FFF;
    }

    div.wpcf7-mail-sent-ok { background-color: #14CC94; }

    div.wpcf7-validation-errors { background-color: #FFBA00; }
}


@media only screen and (min-width:768px) {
    /* Fonts */
    input { width: 60%; }
    
    /* Header */    
    .headerMain.container-menu-side-open {
        width: 100%;
        margin-left: 0;
        padding-right: 15px;
    }

    .headerMain.container-menu-side-open .header-content {
        width: auto;
        margin-left: 200px;
    }

    .headerMain.container-aside-open {
        width: 100%;
        margin-right: 0;
        padding-right: 315px;
    }

    .headerMain.container-aside-open .header-content {
        width: inherit;
        margin-right: 300px;
    }
    
    .meta-search-form input:focus { width: 60%; }
    
    
    /* Content */
    .container-menu-side-open {
        margin-left: 200px;
        width: initial;
    }
    
    .container-aside-open {
        margin-left: 0;
        margin-right: 300px;
        width: auto;
    }
    
    
    /* Sidebar */
    aside .search-form label { width: 185px;}
    
    .postmeta { margin-left: 0; }
}

@media only screen and (min-width:783px) {    
    /* Header */
    .headerMain { width: 100%; }
    
    .admin-bar .headerMain { top: 32px; }
}


@media only screen and (min-width:1200px) {
    /* Fonts */
    input { width: 40%; }
    
    
    /* Header */
    .headerMain {
        position: static;
        z-index: inherit;
        padding-right: 315px;
        padding-left: 215px;
        height: auto;
        width: 100%;
    }
    
    .header-content {
        padding: 0;
        height: auto;
    }
    
    .header-image-container { margin-top: 0; }
    
    .meta-search-form input:focus { width: 40%; }
    
    .meta { margin-top: 0; }
    
    
    /* Content */
    .content { margin-top: 0; }

    .container-fluid { margin-right: 300px; }
    /* Footer */
    footer .content {
        padding: 0;
    }
}


@media only screen and (min-width:1920px) {
    /* Fonts */
    input { width: 30%; }
}


/* POST INFO */
.postinfo {
    color: #4D4D4D;
}

.postinfo-author {
    border: 1px solid #E5E5E5;
    display: block;
    background-color: #F9F9F9;
}

.postinfo-tags,
.postinfo-postnav,
.postinfo-related,
.post-nav {
    border-top: 1px solid #E5E5E5;
    display: block;
}

.postinfo-excerpt { border: none; }

.postinfo-categories { border-top: none; }

.postinfo-categories,
.postinfo-tags,
.postinfo-related,
.post-nav {
    border-bottom: none;
    border-right: none;
    border-left: none;
}

.last-posts-list {
    border-bottom: none;
    border-right: none;
    border-left: none;
}


/* SIDEBAR */
aside {
    display: block;
    overflow: hidden;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: -330px;
    height: 100%;
    width: 330px;
    font-size: smaller;
    color: #AAAAAA;
    background: #333333;
}

.customSidebar .widget:last-child {
	border-bottom: none;
}

.aside-container {
    overflow-y: auto;
    padding-top: 62px;
    padding-right: 15px;
    width: 330px;
    height: 100%;
}

.aside-container a { color: #2487D7; }

.aside-container a:visited { color: #3363B7; }

.row.sidebarContent {
    margin: 15px 0;
}

.widget {
    padding: 5px 0;

}

/*begin dm CSS*/
.widget-indent {
    padding-bottom: 20px;
	text-align: center;

}

.widget-indent-img {
	text-align: center;

}

.widget-indent-20 {
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;

}

.google-indent {
    padding-bottom: 20px;
	text-align: center;
	
}
/* end dm CSS*/

.widget:first-child {
    padding-top: 0;
}

.widget:last-child {
    border: none;
    padding-bottom: 0;
}

.widget ul,
.widget ul li {
    margin: 0;
    padding-right: 0;
    padding-left: 0;
    list-style: none;
}

.widget input {
    border-right: none;
    background: white;
}

.widget img {
    margin-top: 0;
    margin-bottom: 15px;
}

.widget .search-form label {
    width: 70%;
}

.widget .search-form input.search-field { width: 100%; }

.widget .search-form .search-submit {
    float: right;
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
    width: 30%;
}


/* IF ADMIN BAR IS SHOWN */
.admin-bar aside {
    padding-top: 46px;
}

@media only screen and (min-width:768px) {
    .admin-bar aside {
        padding-top: 32px;
    }
}

.aside-open {
    right: -15px;
    height: 100%;
}


/* mobile sidebar button */
.asideMenuButton {
    cursor: pointer;
    display: block;
    position: fixed;
    z-index: 11000;
    top: 0;
    right: 0;
    margin: 15px 30px 0 0;
    height: 32px;
    width: 32px;
    text-indent: -99999px;
}

@media only screen and (min-width:1200px) {
    .asideMenuButton {
        display: none;
    }
}

.asideMenuButton:hover {
    cursor: pointer;
}

.admin-bar .asideMenuButton {
    top: 46px;
}

@media only screen and (min-width:768px) {
    .admin-bar .asideMenuButton {
        top: 30px;
    }
}

@media only screen and (min-width:783px) {
    .admin-bar .asideMenuButton {
        top: 30px;
    }
}

.asideMenuButtonActive {
    right: 238px;

}

@media only screen and (max-width:767px) {
    .asideMenuButtonActive {
        right: 0;
        margin: 0;
        padding: 15px 10px;
        height: auto;
        width: 315px;
        background: #333333;
    }

    .asideMenuButtonActive .asideMenuButtonContent {
        position: relative;
        float: right;
        height: 32px;
        width: 32px;
    }

    .asideMenuButtonActive .asideMenuButtonContent hr {
        background: white;
    }
}

@media only screen and (min-width:768px) {
    .asideMenuButtonActive {
        right: 330px;
        margin-right: 0;
        background-color: transparent;
    }
}

.asideMenuButtonTitle {
    visibility: hidden;
    height: 0;
    width: 0;
}

.asideMenuButtonContent {
    display: block;
    position: absolute;
    top: 0;
    padding: 8px 8px;
    height: 100%;
    width: 100%;
}

.asideMenuButtonContent hr {
    border: none;
    border-radius: 100%;
    margin: 0 auto 4px auto;
    height: 3px;
    width: 3px;
    background: #aaaaaa;
}

.asideMenuButtonContent hr:last-child {
    margin: 0 auto;
}


/* sidebar content */
.dynamic-sidebar-container { padding: 30px 0; }

.primary-menu-side .widget,
aside .widget {
    color: #AAAAAA;
}

@media only screen and (min-width:768px) {
    .primary-menu-side .widget,
    aside .widget {
        color: inherit;
    }
}


/* 768px */
@media only screen and (min-width:768px) {
    /* Sidebar */
    aside {
        color: #4D4D4D;
        background: transparent;
    }


    /* IF ADMIN BAR IS SHOWN */
    .aside-container { padding-top: 0; }

    .aside-container a { color: #2487D7; }

    .aside-container a:visited { color: #3363B7; }


    /* dynamic sidebar */
    .widget {
        color: #4D4D4D;
    }
}


/* 1200px */
@media only screen and (min-width:1200px) {
    /* Sidebar */
    aside {
        position: absolute;
        overflow: inherit;
        right: 0;
        height: auto;
        width: 315px;
    }

    .aside-container {
        overflow-y: inherit;
        padding: 0;
        height: auto;
        width: 100%;
    }
}


/* LOGGED IN */
.post-edit-link:before {
    display: block;
    float: left;
}

.post-edit-link:before {
    content: '';
    display: block;
    float: left;
    margin-right: 5px;
    height: 16px;
    width: 16px;
    background: url("images/pen.svg") no-repeat;
}


/* entry */
.entryHeader {
    margin: 0;
    padding: 0;
}


.entryTypePostExcerptHeader,
.entryTypePostExcerptMeta,
.entry,
.comments,
.last-posts-list {
    padding: 0 30px;
}

.entryTypePostExcerpt {
    padding: 15px 30px;
}

.entryTypePostExcerpt .entryContent p:first-child {
    margin-top: 5px;
}

.entryTypePostExcerpt .entryContent p:last-child {
    margin-bottom: 0;
}


/*
 * sticky post on excerpt
 * plugin support for Category Sticky Post
*/
.entryTypePostExcerpt.sticky,
.entryTypePostExcerpt.category-sticky {
    margin-bottom: 5px;
    padding: 30px;
    background-color: #F9F9F9;
}

.entryTypePostExcerpt.sticky,
.entryTypePostExcerpt.category-sticky {
    margin: 5px;
    padding: 25px;
    background-color: #F9F9F9;
}

.entryTypePostExcerptContainer .entry {

}

.entryTypePostExcerptContainer .sticky:last-child {
    margin-bottom: 0;
}

.entryTypePostExcerpt.sticky .entryTitle,
.entryTypePostExcerpt.category-sticky .entryTitle{
    border-color: #ccc;
}


/* plugin support for SyntaxHighlighter Evolved */
.syntaxhighlighter table td.gutter,
.syntaxhighlighter table td.code {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
    vertical-align: top !important;
}

.syntaxhighlighter div {
    padding-bottom: 0.5em !important;
}

/* plugin support for Posts in Sidebar */
.pis-title {
    margin-top: 0;
}

.pis-thumbnail {
    margin: 0;
}
/*elims CSS*/
.sow-image-container {
    margin-top: 15px !important;
    height: 150px !important;
}

.col-md-12 li {
    /* убираем отступ
	padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 15px !important;*/
	
	padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.col-md-12 li:hover {
    border-color: #E8E8E8;
    color: #2487D7;
    background: #E8E8E8;
}
.meta-search-form input {
    margin-top: 0px;
}
.meta-search-form input:focus {
    margin-top: 0px;
}
@media only screen and (min-width: 1200px) {
 .admin-bar #logo {margin-top: 0px !important;}
 .primary-menu-side {top: 125px !important;}
 .primary-menu-side .main-menu {padding-top: 30px !important;}
}
#pg-163-1 .siteorigin-widget-tinymce.textwidget {
    margin-left: 10px;
}
#thumb_capt{text-align:center}
li, dt, dd {
    padding-top: 0.1em !important;
    padding-bottom: 0.1em !important;
}
.primary-menu-container h4.widgetTitle {
    margin-left: 10px;
}
.primary-menu-container .widget a {
    padding-left: 15px;
	
	text-decoration: none;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
	display: block;
}
.primary-menu-container .widget #sitemap_widget_elims {
    padding-left: 5px;
	padding-right: 5px;
    text-align: center;
}
.primary-menu-container .widget #sitemap_widget_elims a {
    padding-left: 0px;
	padding-right: 0px;
    text-align: center;	
}
.primary-menu-container .col-md-12 {
    padding-left: 0px;padding-right: 0px;
}
.primary-menu-container .widget a:visited {
    color: #2487D7;
}
.nav-container {
    margin-bottom: 0px !important;
}
.su-spoiler {
    margin-bottom: 0px !important;
}
#pg-182-1 h3.widget-title,#pg-182-2 h3.widget-title {
    text-align: center;
}
div#igot_banner {
    margin-top: 10px;
}
#igot_banner a {
    padding-left: 0px;
}

.primary-menu-side .current-cat {
    border-color: #E8E8E8;
    background: #E8E8E8;
}
.current-menu-item {
    border-color: #E8E8E8;
    background: #E8E8E8;
}
.su-posts-teaser-loop .su-post {
    margin-bottom: 0em !important;
    line-height: 1.2;
}
.postContainer {
	padding: 10px 0 !important;
	background-color: #ffffff;
}
.breadcrumbs {
	padding: 0 30px 15px 30px;
	padding-top: 0px;
}
.breadcrumbs a:visited {color: #249ef7}
.comments {margin: 0px;}
.entryContent p {text-align: justify;}
.entryTypePost .entryContent li {text-align: justify;}
.entryTypePostExcerpt.category-sticky .entryContent h3,.entryTypePost .entryContent h3 {text-align: center; font-size: 21px; font-weight: 600;background-color: #f8f8f8;margin-top: 40px;margin-bottom: 20px;padding: 14px;border-top: 1px solid #e8e8e8;border-bottom: 1px solid #e8e8e8}

.toc_number {color: #080808; margin: 5px;}
.no_bullets {margin-top: 10px; margin-bottom: -20px;}
.error404 header.entryHeader {display:none;}
@media only screen and (min-width: 1200px) {
 .container-fluid {margin-right: 285px;}
 aside {width: 300px;}
 .entryTypePostExcerptHeader .wp-image-9390 {
    right: 0px;
    position: absolute;
    top: 0px;
 }
}
.entryContent h2:first-of-type,#toc_container {
    margin-top: 5px;
}
.entryTypePost .entryContent h2,.entryTypePostExcerpt.category-sticky .entryContent h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    background-color: #f0f0f0;
    margin-top: 80px;
    margin-bottom: 40px;
    padding: 12px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.meta-search-form input {
    height: 25px;
}
.entryTypePostExcerpt.category-sticky {
    background-color: #fff;
}
.ytb {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
	margin-bottom: 15px;
}
.ytb iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.entryContent figure.wp-block-image {
    margin-left: auto;
    display: table;
    margin-right: auto;
}

@media only screen and (max-width:767px) {
.container-fluid {
    padding-right: 10px;
    padding-left: 10px;
}
.headerMain {
    padding: 0 10px;
}
.su-table table td[rowspan] {
    text-align: center;
	vertical-align: top;
}
.su-table table { 
    table-layout:fixed;
}
.su-table table td {
	/*word-break: break-all;*/
    word-wrap: break-word;
    padding: .5em 2px !important;
}	
.entryTypePostExcerptHeader, .entryTypePostExcerptMeta, .entry, .comments, .last-posts-list {
    padding: 0 10px;
}	
	
}