/*
Theme Name:     Editorial Kunstler
Description:    
Author:         Neil Grabowsky
Template:       editorial

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../editorial/style.css");

/* Make body font size a bit larger */

.entry {
    font-size: 120%;
}


/* Make the tagline italic */

.jtr_tagline {
    font-style: italic
}


/* Make recent news section one column instead of two */

.archive-layout .post {
    float: left;
    width: 710px;
    margin: 0 20px 40px 0;
}


/* Adjust sidebar and content widths so sidebar is narrower and main is wider */

#sidebar {
    width: 200px;
}

#main {
    width: 710px;
}

#content.special-single.layout-2colB .column-01 {
    float: left;
    width: 710px;
    margin: 0 40px 0 0;
}

#content.special-single.layout-std .title-media-block {
    width: 710px;
}

#content.special-single.layout-2colB .title-media-block.span1 {
    width: 710px;
}

#content.special-single .title-media-block {
    width: 710px;
}


/* fix the horizontal rule so it\'s more visible */

hr {
    border-top: 1px dotted rgba(0, 0, 0, 0.4);
    color: #fff;
    height: 0px;
    width: 100%;
}


/* fix tables in the entry body */

.entry table {
    width: 100%;
    border: 0px solid #e6e6e6;
    margin-bottom: 1.2em;
}

.entry table tr.alt-table-row {
    background: #f5f5f5;
}

.entry table th {
    padding: 6px 0 3px 0;
    border: 0px solid #e6e6e6;
    text-shadow: 0px 0px 0 #fff;
    box-shadow: inset 0 0 0px #fff;
    -moz-box-shadow: inset 0 0 0px #fff;
    -webkit-box-shadow: inset 0 0 0px #fff;
}

.entry table td {
    padding: 6px 0 3px 10px;
    border: 0px solid #e6e6e6;
}


/* center zoom widget text */

.zoom_widget {
    text-align: center;
}


/* allow horizontal scroll bar */

html {
    overflow-x: auto;
}


/* remove border around avatars */

#comments .avatar img {
    border-width: 0px;
}


/*  add a right col - to remove, delete secondary widget code from all php pages*/

#navigation.left UL {
    width: 1150px;
}

#navigation {
    width: 1190px;
}

#adbar {
    overflow: hidden;
    padding-left: 25px;
    width: 200px;
}

#main.fullwidth,
.layout-full #main,
.col-full {
    width: 1160px;
}


/* remove extra top border from widgets */

.widget_text .textwidget {
    border-top: none;
}


/*nav */

#wrapper {
    position: relative;
    transition: transform .3s;
}

.nav-toggle {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.nav-toggle .icon-bar {
    background: #000;
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 0;
}

.nav-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}

#mbl-buger-menu {
    display: none;
    text-align: right;
}

.menu_btn {
    width: 30px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    border-radius: 0;
    margin: 0;
    display: inline-block;
}

#mnav-box {
    position: fixed;
    top: 0;
    right: 0;
    width: 460px;
    background: #f7f7f7;
    height: 100%;
    z-index: 102;
    overflow: auto;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform .3s;
}

.admin-bar #mnav-box {
    top: 31px;
}

.has-push-right #mnav-overlay {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 98;
}

body.has-push-right #mnav-box {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

body.has-push-right #wrapper {
    -webkit-transform: translateX(-460px);
    -ms-transform: translateX(-460px);
    transform: translateX(-460px);
    transition: transform .3s;
}

#mobile-logo {
    padding: 30px 0;
    text-align: center;
}

#mobile-logo img {
    max-width: 100%;
    height: auto;
}

.mnav-box-in {
    padding: 30px 30px;
}

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

ul.mnav li {
    display: block;
}

ul.mnav li a {
    font-size: 15px;
    padding: 12px 30px 10px 0;
    display: block;
    position: relative;
    text-decoration: none;
    font-weight: 300;
    outline: none !important;
    text-transform: uppercase;
}

ul.mnav>li>a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: block;
    color: #000;
}

ul.mnav ul {
    list-style: none;
    padding: 0 0 7px 0;
    display: none;
}

ul.mnav ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-left: 10px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7) !important;
}

ul.mnav ul ul li a {
    padding-left: 20px;
}

ul.mnav>li.current-menu-item>a,
ul.mnav ul>li.current-menu-item>a,
ul.mnav>li.current-menu-ancestor>a,
ul.mnav>li>a:focus,
ul.mnav ul>li>a:focus {
    color: red;
}

.mexpend {
    position: absolute;
    right: 0;
    top: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    text-align: center;
}

#mobile-logo img {
    display: inline-block;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.close-btn:after {
    content: '✖';
    color: #000;
    display: block;
}

.subm-arr {
    height: 39px;
    width: 39px;
    position: absolute;
    top: 0;
    z-index: 2;
    transition: transform .3s;
    right: 0;
}

.subm-arr::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate( 45deg);
    -webkit-transform: translate(-50%, -50%) rotate( 45deg);
    border: solid #000;
    border-width: 0 1px 1px 0;
    width: 8px;
    height: 8px;
}

.open.subm-arr {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

ul.mnav li.support-blog>a {
    font-weight: 700;
    color: #3a6735;
}

#header .rss  { float: left; width: 220px; padding-top: 60px; text-align: right; }
#header .rss a.button  { padding-right: 10px; }
#header .rss a.button span  { padding: 0 0 0 0; background: none; }

#header-cloned {
    position: fixed;
    top: -125px;
    background: rgba(255, 255, 255, 0.89);
    width: 100%;
    padding: 7px 5%;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    z-index: 99;
    transition: all 0.3s ease;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#header-cloned.down {
    top: 0;
}