div.wpcf7 {
    margin: 0;
    padding: 0
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em
}
div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14
}
div.wpcf7-mail-sent-ng {
    border: 2px solid #f00
}
div.wpcf7-spam-blocked {
    border: 2px solid #ffa500
}
div.wpcf7-validation-errors {
    border: 2px solid #f7e700
}
span.wpcf7-form-control-wrap {
    position: relative
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #f00;
    background: #fff;
    padding: .2em .8em
}
span.wpcf7-list-item {
    margin-left: 0.5em
}
.wpcf7-display-none {
    display: none
}
div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px
}
div.wpcf7 div.ajax-error {
    display: none
}
div.wpcf7 .placeheld {
    color: #888
}
.wp-biographia-container h3,
.wp-biographia-container p {
    margin: 0 0 10px 0;
    padding: 0
}
.wp-biographia-container-top {
    background: #f2f7fc;
    border-top: 4px solid #000;
    clear: both;
    margin: 20px 0;
    overflow: hidden;
    padding: 20px
}
.wp-biographia-container-around {
    background: #f2f7fc;
    border: 1px solid #000;
    clear: both;
    margin: 20px 0;
    overflow: hidden;
    padding: 20px
}
.wp-biographia-container-none {
    background: #f2f7fc;
    border-top: none;
    clear: both;
    margin: 20px 0;
    overflow: hidden;
    padding: 20px
}
.wp-biographia-pic {
    background: #fff;
    border: 1px solid #e7e7e7;
    float: left;
    height: 100px;
    width: 100px;
    margin: 0 -122px 0 0 !important;
    padding: 10px !important
}
.wp-biographia-pic img {}.wp-biographia-avatar {}.wp-biographia-text {
    float: left;
    margin: 0 0 0 140px
}
.wp-biographia-text-no-pic {
    float: left;
    margin: 0 0 0 0
}
ul.wp-biographia-list {
    margin: 0 0 0 0
}
ul.wp-biographia-list-text li,
ul.wp-biographia-list-icon li {
    display: inline-block;
    list-style-type: none;
    background: none;
    padding: 0 0 5px
}
ul.wp-biographia-list-text li {
    margin: 0
}
ul.wp-biographia-list-icon li {
    margin: 0 5px 0 0
}
.wp-biographia-list-icon a:link,
.wp-biographia-list-icon a:visited {
    text-decoration: none;
    border-bottom: none
}
.wp-biographia-item-icon {
    height: 32px !important;
    width: 32px !important
}
.idevice .wp-biographia-container-top,
.idevice .wp-biographia-container-around,
.idevice .wp-biographia-container-none {
    padding: 0
}
.idevice .wp-biographia-pic {
    float: none
}
.idevice .wp-biographia-text {
    float: none;
    margin: 0 0 0 0
}
.wp-biographia-avatar-wrap {
    float: left;
    margin: 8px
}
.wp-biographia-avatar-nowrap {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 8px
}
.wp_syntax {
    color: #100;
    background-color: #f9f9f9;
    border: 1px solid silver;
    margin: 0 0 1.5em 0;
    overflow: auto
}
.wp_syntax {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15: 0);
    width: 99%
}
.wp_syntax table {
    border: none !important;
    border-collapse: collapse !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important
}
.wp_syntax caption {
    margin: 0 !important;
    padding: 2px !important;
    width: 100% !important;
    background-color: #def !important;
    text-align: left !important;
    font-family: monospace !important;
    font-size: 12px !important;
    line-height: 1.2em !important
}
.wp_syntax caption a {
    color: #1982d1 !important;
    text-align: left !important;
    font-family: monospace !important;
    font-size: 12px !important;
    line-height: 16px !important;
    text-decoration: none !important
}
.wp_syntax caption a:hover {
    color: #1982d1 !important;
    text-decoration: underline !important
}
.wp_syntax div,
.wp_syntax td {
    border: none !important;
    text-align: left !important;
    padding: 0 !important;
    vertical-align: top !important
}
.wp_syntax td.code {
    background-color: #EEE;
    background-image: -webkit-linear-gradient( transparent 50%, rgba(255, 255, 255, .9) 50%);
    background-image: -moz-linear-gradient( transparent 50%, rgba(255, 255, 255, .9) 50%);
    background-image: -ms-linear-gradient( transparent 50%, rgba(255, 255, 255, .9) 50%);
    background-image: -o-linear-gradient( transparent 50%, rgba(255, 255, 255, .9) 50%);
    background-image: linear-gradient( transparent 50%, rgba(255, 255, 255, .9) 50%);
    background-size: 1px 32px;
    line-height: normal !important;
    white-space: normal !important;
    width: 100% !important
}
.wp_syntax pre {
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    float: none !important;
    clear: none !important;
    overflow: visible !important;
    font-family: monospace !important;
    font-size: 12px !important;
    line-height: 16px !important;
    padding: 0 4px !important;
    white-space: pre !important;
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important
}
.wp_syntax td.line_numbers pre {
    background-color: #def !important;
    color: gray !important;
    text-align: right !important;
    width: 16px !important
}
a {
    text-decoration: none;
    outline: none;
    color: #333
}
.post a,
.leftcontent .page a {
    border-bottom: 1px solid #c2272d
}
.post h1 a,
.post h2 a,
.post h3 a {
    border-bottom: none
}
.post a.image-link,
.leftcontent .page a.image-link {
    border-bottom: none
}
.post a:hover,
.leftcontent .page a:hover,
#sidebar a:hover {
    color: #c2272d
}
img {
    border: 0
}
body {
    color: #333;
    margin: 0 0 0 1%;
    font-size: 18px;
    padding: 0;
    background: #fafafa;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    width: auto !important
}
@media screen and (min-width: 1281px) {
    body {
        margin: 0 auto
    }
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: #333;
    font-weight: normal;
    border: none
}
h1,
h1 a,
body.home .post h2,
body.home .post h2 a,
.archive .post h2,
.archive .post h2 a {
    font-family: 'Oswald', sans-serif
}
.post h1 {
    color: #c2272d
}
p {
    font-size: 14px;
    line-height: 1.5em
}
textarea {
    width: 97%
}
.fl {
    float: left
}
.fr {
    float: right
}
.clear {
    clear: both
}
blockquote {
    margin: 1em 2em;
    border-left: 1px dashed #999;
    padding-left: 1em;
    line-height: normal;
    font-style: italic
}
.entry table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 1em 0
}
.entry th {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    background: #eee;
    border: 1px solid #ccc;
    text-transform: uppercase;
    padding: 6px
}
.entry td {
    border: 1px solid #ccc;
    padding: 6px
}
.transition-all-25 {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}
.transition-bc-02 {
    transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s
}
.sticky-header {
    background: #fff;
    float: none;
    width: auto;
    margin-bottom: 10px;
    position: static;
    top: 0
}
.sticky-header.sticky {
    position: fixed;
    z-index: 99999;
    top: 0 !important;
    border-bottom: 0px solid #eee;
    transition: top 0.5s ease 0s;
    -webkit-transition: top 0.5s ease 0s;
    -moz-transition: top 0.5s ease 0s;
    -o-transition: top 0.5s ease 0s;
    background: #eee
}
body.admin-bar .sticky-header.sticky {
    top: 32px !important
}
.sticky-header.sticky #description,
.sticky-header.sticky .menu-meta-navigation-container {
    display: none
}
.sticky-header.sticky .main-navigation {
    clear: none;
    width: auto;
    border: none;
    margin: 0
}
.sticky-header.sticky .headerimage img {
    margin-top: 5px;
    width: 88px;
    height: auto
}
.sticky-header.sticky #headerbar {
    top: 0
}
.sticky-header.sticky .header-widget.widget_drweb_widgets_socialmedia_compact,
.sticky-header.sticky .header-widget.widget_drweb_widgets_socialmedia {
    top: 7px;
    display: none
}
.sticky-header.sticky .header-widget.widget_search {
    display: none
}
.sticky-header.sticky .header-widget.widget_drweb_widgets_socialmedia_compact img,
.sticky-header.sticky .header-widget.widget_drweb_widgets_socialmedia img {
    width: 16px;
    height: auto
}
.sticky-header.sticky .widget_search input.search_input {
    height: 10px
}
.sticky-header.sticky #searchform div {
    margin: 0
}
.sticky-header.sticky .sf-menu a {
    padding: 10px 8px;
    font-size: 13px
}
.sticky-header.sticky .sf-menu a.sf-with-ul {
    padding-right: 28px
}
.sticky-header.sticky a>.sf-sub-indicator {
    top: .95em
}
#headerad {
    margin: 24px 20px 16px;
    text-align: center
}
#login {
    height: 16px;
    font-size: 12px;
    color: #fff;
    text-align: right;
    padding: 10px 20px 15px;
    background: url(/wp-content/themes/magazine-basic/images/login.png) repeat-x
}
#login a {
    color: #fff
}
#login ul {
    padding: 0;
    margin: 0
}
#login ul li {
    display: inline
}
.dot:before {
    content: url(/wp-content/themes/magazine-basic/images/whitedot.png) " "
}
#title {
    margin: 20px 16px 0;
    padding: 0
}
#title h1,
#title h2 {
    margin: 0
}
#title a {
    font-size: 48px;
    color: #222;
    line-height: 50px
}
#title.aligncenter {
    margin: 20px auto 0;
    text-align: center
}
#title.fr,
#description.fr {
    text-align: right;
    clear: right
}
#title a:hover {
    color: #c00;
    text-decoration: none
}
.headerimage img {
    margin: 20px 16px 0;
    border: 0;
    width: 211px
}
.headerimage .aligncenter {
    margin: 20px auto 0 !important
}
#description {
    font-size: 14px;
    margin: 0 16px 20px;
    padding: 0;
    clear: left
}
#description.aligncenter {
    margin: 0 auto 20px;
    text-align: center;
    clear: both
}
.main-navigation {
    margin: 0;
    float: left;
    clear: both;
    width: 100%;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    position: relative;
    z-index: 9999999999;
    font-size: 14px
}
.main-navigation a {
    color: #333
}
.main-navigation a:hover {
    color: #c2272d;
    background: #FFF
}
.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}
.sf-menu {
    line-height: 1.0;
    margin-left: 5px
}
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em
}
.sf-menu ul li {
    width: 100%
}
.sf-menu li:hover {
    visibility: inherit
}
.sf-menu li {
    float: left;
    position: relative
}
.sf-menu a {
    display: block;
    position: relative
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: 35px;
    z-index: 99
}
.sub-navigation .sf-menu li:hover ul,
.sub-navigation .sf-menu li.sfHover ul {
    top: 2.1em;
    left: 0
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em;
    top: 0
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em;
    top: 0
}
.sf-menu {
    float: left;
    margin-bottom: 0
}
.sf-menu a {
    border: none;
    border-right: 0px solid #fff;
    padding: 10px 15px;
    text-decoration: none
}
.sf-menu li li a {
    border: 0
}
.main-navigation .sf-menu li:hover,
.main-navigation .sf-menu li.sfHover,
.main-navigation .sf-menu a:focus,
.main-navigation .sf-menu a:hover,
.main-navigation .sf-menu a:active {
    outline: 0;
    background-color: #c2272d;
    color: white
}
.sf-menu a.sf-with-ul {
    padding-right: 2em;
    min-width: 1px
}
.sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    top: .90em;
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    background: url(/wp-content/themes/magazine-basic/images/arrows-ffffff.png) no-repeat -10px -100px
}
.sub-navigation .sf-sub-indicator {
    background: url(/wp-content/themes/magazine-basic/images/arrows-000000.png) no-repeat -10px -100px
}
a>.sf-sub-indicator {
    top: .9em;
    background-position: 0 -100px
}
.sub-navigation a>.sf-sub-indicator {
    top: .4em;
    background-position: 0 -100px
}
a:focus>.sf-sub-indicator,
a:hover>.sf-sub-indicator,
a:active>.sf-sub-indicator,
li:hover>a>.sf-sub-indicator,
li.sfHover>a>.sf-sub-indicator {
    background-position: -10px -100px
}
.sf-menu ul .sf-sub-indicator {
    background-position: -10px 0
}
.sf-menu ul a>.sf-sub-indicator {
    background-position: 0 0
}
.sub-navigation .sf-menu ul .sf-sub-indicator {
    background-position: -10px 0;
    top: .75em
}
.sub-navigation .sf-menu ul a>.sf-sub-indicator {
    background-position: 0 0;
    top: .75em
}
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover>a>.sf-sub-indicator {
    background-position: -10px 0
}
.sf-shadow ul {
    background: white;
    padding: 0;
    -webkit-box-shadow: 5px 5px 14px 0px rgba(50, 50, 50, 0.74);
    -moz-box-shadow: 5px 5px 14px 0px rgba(50, 50, 50, 0.74);
    box-shadow: 5px 5px 14px 0px rgba(50, 50, 50, 0.74);
    border: 1px solid grey;
    border-left: 2px solid #c2272d;
    border-top: none
}
.sub-navigation {
    clear: both;
    border-bottom: 1px solid #888;
    float: left;
    width: 100%;
    padding: 5px 0 0;
    z-index: 50;
    position: relative
}
.sub-navigation ul {
    margin: 0 0 0 8px
}
.sub-navigation li {
    list-style-type: none;
    float: left;
    font-size: 12px;
    padding: 0 10px 0 0;
    text-transform: uppercase;
    margin: 0;
    line-height: 24px;
    background: url(/wp-content/themes/magazine-basic/images/blackdot.png) right 5px no-repeat;
    position: relative
}
.sub-navigation li:last-child {
    background-image: none
}
.sub-navigation a {
    color: #222;
    padding: 0 5px
}
.sub-navigation a:hover {
    text-decoration: underline
}
.sub-navigation ul ul a:hover {
    text-decoration: none
}
.sub-navigation ul ul {
    margin: 0
}
.sub-navigation ul ul li {
    background: #eee;
    margin: 0;
    padding: 0;
    line-height: 14px
}
.sub-navigation ul ul li a {
    padding: 8px;
    font-size: 12px
}
.sub-navigation ul ul li a:hover {
    background-color: #ddd
}
.sub-navigation ul ul ul {
    top: 0 !important
}
.sub-navigation li.nodot {
    background: none;
    z-index: -50
}
.sub-navigation li.right-d {
    float: right
}
.menu-meta-navigation-container {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif
}
.menu-meta-navigation-container ul li {
    display: inline-block
}
.menu-meta-navigation-container ul li a {
    color: #333;
    padding: 0 5px
}
.menu-meta-navigation-container ul li::before {
    content: "|"
}
.menu-meta-navigation-container ul li:first-child::before {
    display: none
}
#mobnav-btn {
    display: none
}
.mobnav-subarrow {
    display: none
}
#headerbar {
    position: absolute;
    right: 10px;
    top: 44px
}
#headerbar .header-widget {
    float: right
}
#wrapper-outer {
    padding: 10px;
    margin: 0 auto;
    max-width: 1024px
}
body.noupe #wrapper-outer {
    max-width: 1134px
}
#wrapper-inner {
    -webkit-box-shadow: 0px 0px 10px #ccc;
    -moz-box-shadow: 0px 0px 10px #ccc;
    box-shadow: 0px 0px 10px #ccc;
    position: relative;
    background: #fff
}
#mainwrapper {
    float: none;
    clear: both;
    padding: 10px 10px;
    margin: 0;
    background: #fff
}
body.noupe #mainwrapper {
    width: 1114px
}
#sidebar {
    float: left;
    margin: 0;
    padding: 5px 0 0;
    background: white;
    position: relative;
    right: -15px;
    overflow: hidden
}
body.noupe #sidebar {
    width: 426px
}
#secondsidebar {
    float: left;
    margin: 0 10px;
    padding: 5px 0 0
}
.side {
    line-height: 20px;
    font-size: 18px;
    margin-bottom: 0
}
.side-widget {
    float: left;
    margin: 0 0;
    padding: 0 10px 15px;
    border-right-color: #ccc;
    border-bottom-color: #ccc
}
body.noupe #sidebar .side-widget {
    width: 405px !important;
    padding-left: 10px;
    padding-right: 10px
}
.side-widget ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}
.side-widget ol {
    color: #999;
    margin: 0;
    padding: 0;
    padding-left: 20px
}
.side-widget ul li,
.side-widget ol li {
    padding: 0;
    margin: 0;
    font-size: 13px
}
.side-widget ul li,
.side-widget ol li {
    padding-left: 0;
    margin: 0 0 10px
}
.side-widget .widget-heading {
    font-size: 13px;
    padding: 10px 0 10px;
    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
    width: 100%;
    color: #333;
    font-weight: bold;
    text-transform: uppercase
}
.side-widget .storycontent {
    border-bottom: 1px solid #ddd
}
.side-widget .noline {
    border-bottom: 0
}
.side-widget #s {
    margin-top: 15px;
    padding: 2px;
    width: 94%
}
.storycontent {
    line-height: 18px;
    font-size: 14px;
    word-wrap: break-word
}
.readmore {
    color: #c00
}
#footer {
    width: 100%;
    padding: 10px 0;
    text-align: left;
    font-size: 14px;
    border-top: 0px solid #ccc;
    background: #fff
}
#footer .footer-text {
    padding: 15px 10px 10px 10px;
    border-top: 1px solid #eee
}
.footer-text {
    *zoom: 1
}
.footer-text:before,
.footer-text:after {
    content: "";
    display: table
}
.footer-text:after {
    clear: both
}
#footer .footer-text__unit {
    width: 100%;
    margin-bottom: 0px;
    text-align: center
}
#footer .footer-text__unit:nth-child(odd) {
    margin-bottom: 20px
}
@media (min-width: 850px) {
    #footer .footer-text__unit {
        width: 49%;
        float: left;
        margin-bottom: 0;
        text-align: left
    }
    #footer .footer-text__unit:nth-child(odd) {
        margin-bottom: 0px
    }
    #footer .footer-text__unit:nth-child(even) {
        margin-left: 2%;
        text-align: right
    }
}
#footer .footer-text__unit .footer-text__noupe {
    display: block
}
#footer .footer-text__noupe span {
    font-size: 16px
}
#footer .footer-text__noupe:hover span {
    color: #c2272d
}
.leftcontent {
    float: left;
    margin: 0 20px 0 10px;
    padding: 0
}
.feature.leftcontent {
    margin: 0 0px 0 10px
}
.feature.leftcontent img {
    max-width: 640px;
    width: 100%;
    height: auto;
    margin-bottom: 20px
}
.leftcontent img {
    height: auto
}
.leftcontent h5.latest {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #c00;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold
}
.leftcontent h1,
.leftcontent h2,
.leftcontent h3 {
    margin: 5px 0 0;
    padding: 0;
    font-size: 40px;
    line-height: 49px
}
.leftcontent .entry h1 {
    font-size: 32px;
    line-height: 1.5em
}
.leftcontent .entry h2 {
    font-size: 24px;
    line-height: 1.5em
}
.leftcontent .entry h3 {
    font-size: 24px;
    line-height: 1.5em;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #ccc
}
.leftcontent .entry h4 {
    font-size: 18px;
    line-height: 1.5em;
    margin-top: 1.5em;
    font-weight: bold
}
.leftcontent .entry h5 {
    font-size: 14px;
    line-height: 16px
}
.leftcontent .entry h6 {
    font-size: 12px;
    line-height: 14px
}
.single .leftcontent .entry div.ad + p,
.single .leftcontent .entry div.ad + h5 + p,
.single .leftcontent .entry p:first-child {
    font-style: normal;
    font-weight: bold;
    padding-top: 10px
}
.single .leftcontent .entry blockquote p:first-child {
    font-style: italic;
    font-weight: normal;
    padding-top: 0
}
.leftcontent .entry ul {
    margin-top: 1.5em
}
.leftcontent .entry ul li {
    line-height: 1.5em
}
.leftcontent h1.catheader {
    color: #c00;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 28px
}
.leftcontent .twopost h2 {
    font-size: 26px;
    line-height: 32px
}
.leftcontent .threepost h2 {
    font-size: 20px;
    line-height: 22px
}
.leftcontent .postmetadata {
    clear: both;
    line-height: 14px
}
.leftcontent .hentry .entry {
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px
}
.feature.leftcontent .hentry .entry {
    overflow: hidden
}
.leftcontent .entry p.excerpt a {
    border-bottom: none
}
.leftcontent .entry p.excerpt a:hover {
    color: black
}
.leftcontent .entry p.excerpt a span.arrow {
    color: #c2272d;
    font-size: 30px;
    vertical-align: sub;
    line-height: 14px
}
.leftcontent .entry a.arrow::after {
    content: '»';
    color: #c2272d;
    font-size: 30px;
    vertical-align: sub;
    line-height: 14px;
    padding-left: 5px
}
.leftcontent .date {
    margin-bottom: 5px;
    font-style: italic;
    color: #888
}
.leftcontent .meta {
    font-size: 11px;
    color: #444;
    margin-top: 10px
}
.leftcontent .meta div {
    display: inline;
    margin-right: 5px;
    font-style: normal
}
.leftcontent .meta div:after {
    display: inline;
    content: '|';
    color: #333;
    padding-left: 5px
}
.leftcontent .meta div:last-child:after {
    display: inline;
    content: '';
    padding-left: 0
}
.leftcontent .meta a {
    border: none;
    color: #c2272d
}
.leftcontent .catdesc {
    background: #f7f7f7;
    border: 3px double #ddd;
    padding: 0 10px;
    color: #666;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px
}
.leftcontent p {
    margin-top: 0
}
.leftcontent p.sub {
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    font-style: italic;
    margin: 10px 0 0
}
.leftcontent .entry .pullquote {
    width: 250px;
    font-size: 24px;
    line-height: 26px;
    float: right;
    margin: 0 0 0 30px;
    padding: 0;
    font-style: italic
}
.leftcontent .entry .pullquote p {
    padding: 0;
    margin: 0
}
.leftcontent a.more-link,
ol.commentlist li div.reply {
    text-align: center;
    display: block;
    color: #999;
    margin: 12px 0;
    background: #FFF;
    border: 1px solid #ccc;
    padding: 4px 8px;
    font-size: 11px;
    line-height: 20px;
    float: right;
    border-radius: 2px;
    color: #c2272d;
    text-transform: uppercase
}
.leftcontent a:hover.more-link,
ol.commentlist li div.reply:hover {
    text-decoration: none;
    color: #FFF;
    background: #c2272d;
    border-color: #c2272d
}
ol.commentlist li div.reply:hover a {
    color: #FFF;
    text-decoration: none
}
ol.commentlist li div.reply {
    float: none;
    display: inline-block
}
.tags a {
    font-weight: bold;
    border-bottom: none
}
.tags a:hover {
    color: black
}
.ind-post,
.hentry {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
    word-wrap: break-word
}
.single .hentry {
    border-bottom: none
}
.ind-post img {
    margin: 0px 10px 5px 0
}
#twocol {
    float: left;
    margin-bottom: 3px;
    padding: 10px 0 0;
    background: url(/wp-content/themes/magazine-basic/images/line.gif) repeat-y 50% 0
}
#twocol img {
    margin: 0px 8px 5px 0
}
#twocol hr.two {
    height: 0;
    border: 0;
    clear: both;
    border-bottom: 1px solid #eee
}
.mainhr {
    float: left;
    background: #eee;
    clear: both;
    width: 100%;
    height: 1px;
    margin: 10px 0
}
.twopost {
    width: 46%;
    float: left;
    word-wrap: break-word;
    border: 0
}
.twopost img,
.threepost img,
.twopost embed,
.threepost embed {
    max-width: 100% !important;
    height: auto !important
}
.twopost2,
.twopost4 {
    margin-left: 7.5%
}
.twopost3,
.twopost4 {
    border-top: 1px solid #eee;
    padding-top: 5px
}
.twopost1,
.twopost3 {
    clear: left
}
.leftcontent .twopost .wp-caption,
.leftcontent .threepost .wp-caption {
    max-width: 100%
}
.leftcontent .twopost .wp-caption img,
.leftcontent .threepost .wp-caption img {
    width: 100%;
    max-width: auto;
    height: auto
}
#threecol {
    float: left;
    background: url(/wp-content/themes/magazine-basic/images/line.gif) repeat-y 31.5% 0;
    margin-top: 3px;
    width: 100%
}
#threecol2 {
    float: left;
    padding: 0;
    background: url(/wp-content/themes/magazine-basic/images/line.gif) repeat-y 67% 0;
    width: 100%
}
#threecol img {
    margin: 0px 5px 5px 0
}
.threepost {
    width: 29%;
    float: left;
    border: 0;
    border-top: 1px solid #eee;
    padding-top: 10px;
    word-wrap: break-word
}
.threepost2,
.threepost5 {
    padding: 10px 0 0;
    margin: 0 6%
}
.threepost1,
.threepost2,
.threepost3 {
    border-top: 0
}
.threepost1,
.threepost4 {
    clear: left
}
#pagination {
    margin: 20px 0;
    padding: 0px;
    font-size: 1em;
    line-height: normal;
    clear: both;
    float: right;
    font-weight: normal
}
#pagination a,
#pagination span,
#pagination .total-pages {
    float: left;
    background: #FFF;
    padding: 3px 6px;
    margin: 2px;
    text-decoration: none;
    border: 1px solid #ccc;
    color: #999;
    border-radius: 2px;
    font-weight: normal;
    font-size: 15px
}
#pagination a:hover,
#pagination span.current {
    border: 1px solid #ccc;
    color: #c2272d
}
#pagination a:hover {
    border-color: #c2272d;
    background: #c2272d;
    color: #FFF
}
#tagcloud {
    width: 80%;
    text-align: center;
    margin: auto;
    padding: 20px
}
#tagcloud a {
    color: #c00
}
.comment-notes {
    clear: both
}
.related-posts,
#comments {
    margin-left: 350px
}
#postcomments {
    padding-top: 20px
}
#respond h3,
#comments-title,
.related-posts h3,
.related-posts .heading,
.comment-reply-title {
    color: #333;
    font-weight: normal;
    font-size: 24px;
    line-height: 26px;
    margin: 10px 0 15px;
    clear: both;
    float: left;
    width: 100%;
    line-height: 1.5;
    box-sizing: border-box
}
#comments {
    float: none;
    margin: 50px auto 15px auto;
    width: 80%
}
#comments-title em {
    font-style: normal
}
#respond p {
    font-size: 14px;
    margin: 0 0 1em
}
ol.commentlist {
    list-style: none;
    margin: 0 0 50px 0;
    padding: 0;
    float: left;
    width: 100%
}
ol.commentlist li {
    margin: 0 0 10px;
    padding: 20px 0 20px 20px
}
.commentlist .even {
    background: #f0f0f0;
    border-bottom: 0px solid #eee;
    border-right: 0px solid #eee
}
.commentlist .avatar {
    float: right;
    padding: 5px;
    border: 1px solid #ddd;
    margin: 0 20px 10px 10px;
    background: #fff
}
.commentlist .comment-author {
    font-size: 11px;
    color: #999;
    margin-bottom: 10px
}
.commentlist .comment-text {
    padding: 0 20px 0 0
}
.commentlist .url {
    font-size: 16px;
    font-weight: bold
}
ol.commentlist li div.reply a {
    border: none
}
ol.commentlist li ul.children {
    margin: 16px 20px 0 0;
    padding: 0 0 0 20px;
    list-style-image: url(/wp-content/themes/magazine-basic/images/commentarrow.png)
}
ol.commentlist ul.children li.odd {
    background: #fff
}
ol.commentlist ul.children li.even {
    background: #eee
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto
}
.align-left,
div.align-left {
    float: left;
    margin: 5px 15px 5px 0
}
.content .storycontent .alignleft,
.search .storycontent .alignleft,
.archive .storycontent .alignleft {
    margin-top: 0
}
.alignright,
div.alignright {
    float: right;
    margin: 5px 0 5px 15px
}
.feature .alignleft,
.feature .attachment-post-thumbnail-home-feature {
    float: left;
    margin: 0 1.5em 0 0
}
.alignnone {
    margin: 5px 0
}
.wp-caption {
    border: 1px solid #bbb;
    text-align: center;
    background-color: #ddd;
    padding-top: 5px;
    margin: 0;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 100%;
    box-sizing: border-box
}
.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none
}
.wp-caption p.wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 14px;
    padding: 5px;
    margin: 0
}
#today {
    color: #c00
}
#wp-calendar {
    margin: auto
}
.bypostauthor {}.sticky {}.gallery-thumb img {
    margin: 10px 0 0;
    padding: 5px;
    border: 1px solid #bbb;
    background: #ddd;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: auto\9
}
.twopost .gallery-thumb img,
.threepost .gallery-thumb img {
    margin: 10px 0 0 !important;
    max-width: 90% !important
}
.format-aside .entry p.excerpt {
    padding-left: 30px;
    background: url(/wp-content/themes/magazine-basic/images/quotes.png) no-repeat top left;
    min-height: 30px
}
.format-audio .entry .pformat {
    padding-left: 38px;
    background: url(/wp-content/themes/magazine-basic/images/audio.png) no-repeat top left;
    min-height: 30px;
    display: block
}
.format-link .entry a {
    padding-left: 38px;
    min-height: 30px;
    display: block;
    background: url(/wp-content/themes/magazine-basic/images/link.png) no-repeat top left;
    font-size: 18px;
    line-height: 22px
}
.format-image .entry {
    margin: 10px 0 0
}
.widget_search input {
    border: none;
    padding: 8px;
    height: 15px;
    margin: 2px 0px 0 0;
    width: 260px;
    border: 1px solid #EEE;
    border-radius: 5px;
    font-size: 15px;
    color: #999;
    background-color: rgba(153, 153, 153, 0.05)
}
.widget_search input:focus {
    outline: none;
    border-color: #3DA3B6
}
.widget_search input.searchform-submit-icon {
    background-color: transparent;
    border: none;
    padding: 0;
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
    margin-left: 5px;
    margin-right: 5px
}
#commentform label {
    display: block;
    width: 20%;
    float: left;
    vertical-align: middle
}
#commentform p {
    position: relative;
    overflow: hidden
}
#aec_edit_options {
    display: none
}
#commentform .required {
    position: absolute
}
#commentform input {
    display: block;
    width: 76%;
    border: 1px solid #CCC;
    font-size: 14px;
    padding: 5px;
    float: left
}
#comment {
    border: 2px solid #CCC;
    font-size: 14px
}
#commentform #submit {
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    float: right;
    margin-right: 14px;
    width: auto
}
#respond #reply-title {
    float: none;
    margin-top: 1.5em
}
#respond #reply-title small {
    color: #66666;
    font-size: 12px;
    float: right
}
.leftcontent img {
    margin: 0.5em 0;
    max-width: 100%
}
.side-widget.popular-posts ul li,
.side-widget.popular-posts ol li,
.side-widget.widget_recent_entries ul li,
.side-widget.widget_recent_entries ol li,
.side-widget.widget_recent_comments ul li,
.side-widget.widget_recent_comments ol li,
.side-widget.widget_links ul li,
.side-widget.widget_links ol li {
    line-height: 1.5em;
    padding-bottom: 5px;
    padding-left: 0
}
.wpp-comments,
.recentcomments {
    color: #aaa;
    font-weight: normal;
    font-size: 10px
}
.wpp-author,
.post-stats {
    color: #aaa;
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 11px !important
}
#menu-rubriken {
    -webkit-column-count: 2;
    -webkit-column-gap: 1em;
    -moz-column-count: 2;
    -moz-column-gap: 1em
}
#menu-rubriken li {
    line-height: 1.5em;
    padding-left: 0
}
#searchsubmit {
    width: 50px;
    margin: 0;
    padding: 2px 0;
    height: 27px;
    cursor: pointer;
    position: relative;
    outline: none;
    color: #3DA3B6;
    background-color: rgba(153, 153, 153, 0.05);
    border-color: #EEE;
    box-sizing: inherit;
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    -ms-box-sizing: inherit
}
#searchsubmit:hover,
#searchsubmit:active {
    border-color: #3DA3B6;
    color: #FFF;
    background: #3DA3B6
}
#searchform div {
    margin: 8px 0
}
.wpcf7-form label {
    display: inline-block;
    width: 30%
}
.wpcf7-form textarea,
.wpcf7-form input {
    outline: none;
    border: 1px solid #CCC;
    font-size: 14px
}
.wpcf7-form input {
    display: inline-block;
    width: 66%;
    border: 1px solid #CCC;
    font-size: 14px;
    padding: 5px
}
.wpcf7-form input.wpcf7-submit {
    background: #fff;
    border: 1px solid #ccc;
    float: right;
    margin-right: 14px;
    width: auto;
    width: auto
}
.wpcf7 .wpcf7-captchac {
    vertical-align: middle
}
.wpcf7 .wpcf7-captchar {
    width: 72px
}
.catheader {
    margin-left: 10px;
    font-size: 45px;
    font-weight: bolder
}
.catheader:before,
.catheader:after {
    content: '//'
}
div.ad {
    margin-bottom: 10px;
    position: relative
}
div.ad.leaderboard {
    margin-bottom: 0px;
    margin-top: 5px;
    width: 728px;
    margin-left: auto;
    margin-right: auto
}
div.ad.skyscraper {
    position: absolute;
    left: 100%;
    top: 221px;
    margin-left: 10px
}
#BAP-holder .bap-trigger {
    display: none !important
}
.sponsor>div {
    margin-bottom: 10px
}
.intra-content-ad .disclaimer,
.widget_text .anzeigen {
    color: #AAA;
    font-size: 10px
}
.widget_text span.anzeigen {
    position: absolute;
    right: 10px;
    top: 15px
}
.widget_text {
    position: relative
}
#sidebar .side-widget {
    width: 300px !important
}
.comments-icon {
    display: inline-block;
    height: 12px;
    width: 13px;
    background: url(/magazin/wp-content/uploads/comments_gray.png) no-repeat;
    text-decoration: none;
    opacity: 0.7;
    position: relative;
    top: 3px;
    left: 1px
}
.post .meta div.comments span {
    padding-left: 18px;
    background: url(/wp-content/themes/magazine-basic/images/icons/comments.png) no-repeat 0 0px;
    color: #c2272d
}
.supertitle {
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    padding-top: 5px;
    display: block
}
.supertitle .catlink {
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    border: none
}
.breadcrumbs {
    font-size: 12px;
    margin: 0;
    padding: 5px 20px 5px;
    clear: both
}
.breadcrumbs a:hover {
    color: #c2272d
}
blockquote p {
    font-size: 14px !important
}
.error404 {
    height: 500px
}
.error404 .storycontent {
    margin-top: 10px
}
.related-posts {
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    margin: 0 20px 10px 10px;
    padding-bottom: 10px;
    clear: both
}
.related-posts h3,
.related-posts .heading {
    float: none;
    padding-left: 45px
}
.related-posts ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}
.related-posts li {
    float: left;
    width: 28%;
    width: 250px;
    height: 340px;
    margin-left: 2%;
    padding-left: 3%
}
.related-posts li:first-child {
    border-left: none
}
.related-posts li img {
    display: block;
    margin: 10px 0;
    padding: 0
}
.related-posts li a.crp_title {
    font-size: 16px;
    line-height: 24px
}
.different {
    font-size: 30px;
    color: #A00
}
.related-posts li a {
    display: block;
    border: none
}
.social {
    padding: 10px 0
}
.fb_edge_widget_with_comment {
    position: relative;
    top: -3px
}
.inverted {
    background: #333;
    color: #FFF;
    padding: 0 4px 0 4px;
    border-radius: 5px;
    font-size: 1.1em;
    position: relative
}
.author-meta-gplus {
    font-size: 1em
}
.catheader a {
    font-weight: bold
}
div.hr {
    height: 15px;
    background: #fff url(http://www.drweb.de/magazin/wp-content/uploads/hr.png) no-repeat scroll center
}
div.hr hr {
    display: none
}
.leftcontent .wp-biographia-pic img {
    margin: 0
}
.wp-biographia-text .heading {
    margin: 5px 0 0;
    padding: 0;
    font-size: 24px;
    line-height: 1.5em;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #ccc
}
.wp-biographia-text .heading a {
    border: none
}
.wp-biographia-text p a,
.wp-biographia-text .wp-biographia-links a {
    border: none;
    font-weight: bold
}
.wp-biographia-text p a:hover,
.wp-biographia-text .wp-biographia-links a:hover {
    color: black
}
form.wpcf7-form textarea.wpcf7-not-valid,
input.wpcf7-not-valid {
    border: 1px solid red
}
form.wpcf7-form span.wpcf7-not-valid-tip {
    display: none
}
#searchform .search_input {
    background-color: white;
    border: 1px solid #eee;
    border-radius: 0;
    color: #000;
    width: 100px
}
body.archive .post {
    padding-bottom: 60px
}
body.archive.date .post {
    padding-bottom: 0px
}
.galleryNavigation {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px
}
.galleryNavigation .pageinfo {
    margin-bottom: 5px
}
.galleryNavigation .gallery-pager a {
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 7px;
    display: inline-block;
    height: 40px;
    vertical-align: top;
    color: #999
}
.galleryNavigation .gallery-pager .imagelink.current {
    border-color: white
}
.galleryNavigation .gallery-pager a:hover {
    background-color: #c2272d;
    color: white;
    text-decoration: none
}
.galleryNavigation .gallery-pager a {
    padding-top: 19px;
    height: 28px
}
.galleryNavigation .gallery-pager a.imagelink {
    padding-top: 7px;
    height: 40px
}
.galleryNavigation .gallery-pager .imagelink img {
    margin: 0
}
.galleryNavigation .back {
    margin-top: 5px
}
div.galleryNavigation div.back a.more-link {
    float: none;
    display: inline-block
}
#leftcontent h2.gallery.caption {
    font-size: 20px;
    margin-top: -1em
}
.leftcontent .gallery.masonry .gallery-item {
    float: left;
    margin: 0;
    width: 202px;
    margin-bottom: 3px
}
.leftcontent .gallery.masonry .gallery-icon {
    width: 202px
}
.leftcontent .gallery.masonry img {
    margin: 0;
    border: none;
    filter: saturate(20%);
    -webkit-filter: saturate(20%);
    -moz-filter: saturate(20%);
    -ms-filter: saturate(20%);
    -o-filter: saturate(20%);
    border: 1px solid #CCC
}
.leftcontent .gallery.masonry img:hover {
    filter: saturate(100%);
    -webkit-filter: saturate(100%);
    -moz-filter: saturate(100%);
    -ms-filter: saturate(100%);
    -o-filter: saturate(100%);
    border: 1px solid black
}
iframe[name^="oauth2relay"] {
    top: -100px
}
.side-widget .socialmedia-buttons a {
    border: none
}
.socialsharing {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-top: 10px
}
.socialsharing.has-border-top {
    border-top: 1px solid #eee
}
.socialsharing.has-border-bottom {
    border-bottom: 1px solid #eee
}
.socialsharing a {
    display: inline-block;
    border-bottom: none;
    margin: 5px 5px 5px 0
}
.socialsharing a.sharing:before {
    height: 25px;
    width: 25px;
    content: '';
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat
}
.socialsharing a.sharing--email:before {
    background: url(/wp-content/themes/magazine-basic/images/icons/sharing/email.png)
}
.socialsharing a.sharing--facebook:before {
    background: url(/wp-content/themes/magazine-basic/images/icons/sharing/facebook.png)
}
.socialsharing a.sharing--twitter:before {
    background: url(/wp-content/themes/magazine-basic/images/icons/sharing/twitter.png)
}
.socialsharing a.sharing--googleplus:before {
    background: url(/wp-content/themes/magazine-basic/images/icons/sharing/googleplus.png)
}
.socialsharing a.sharing--pinterest:before {
    background: url(/wp-content/themes/magazine-basic/images/icons/sharing/pinterest.png)
}
.socialsharing a.sharing--stumbleupon:before {
    background: url(/wp-content/themes/magazine-basic/images/icons/sharing/stumbleupon.png)
}
.socialsharing a.sharing--whatsapp:before {
    background: url(/wp-content/themes/magazine-basic/images/icons/sharing/whatsapp.png)
}
.socialsharing a.sharing--linkedin:before {
    background: url(/wp-content/themes/magazine-basic/images/icons/sharing/linkedin.png)
}
.socialsharing a.sharing--xing:before {
    background: url(/wp-content/themes/magazine-basic/images/icons/sharing/xing.png)
}
.socialsharing a span {
    display: none
}
.single-post .leftcontent .meta a.sharing--email {
    padding-left: 18px;
    background: url(/wp-content/themes/magazine-basic/images/icons/sharing/email_small.png) no-repeat 0 4px
}
.single-post .leftcontent .meta a.sharing--comments {
    padding-left: 18px;
    background: url(/wp-content/themes/magazine-basic/images/icons/comments.png) no-repeat 0 0px
}
ul.archive-yearly {
    list-style: none;
    padding: 0;
    margin: 0
}
ul.archive-yearly li {
    font-size: 1.3em
}
ul.archive-yearly li a:hover {
    color: #c2272d
}
ul.archive-yearly.archive-yearly--simple li {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 0
}
ul.archive-yearly.archive-yearly--simple li:after {
    content: ','
}
ul.archive-yearly.archive-yearly--simple li:last-child:after {
    content: ''
}
.leftcontent .searchresultscontainer h1 {
    font-size: 36px;
    line-height: 38px
}
.searchresultscontainer.gcs {
    min-height: 1080px
}
#leftcontent .gsc-selected-option-container {
    width: 75px!important
}
.entry .gsc-control-cse table {
    margin: 0
}
.entry .gsc-control-cse td {
    border: none;
    padding: 0
}
.gsc-table-result,
.gsc-thumbnail-inside,
.gsc-url-top {
    padding-left: 0 !important
}
.leftcontent .page .gsc-control-cse a {
    border-bottom: 0
}
@media (max-width: 1100px) {
    body {
        width: auto;
        margin: 0
    }
    #wrapper-outer {
        width: auto
    }
    #wrapper-inner {
        width: auto
    }
    #mainwrapper,
    body.noupe #mainwrapper {
        width: auto;
        float: none;
        clear: both
    }
    .leftcontent {
        float: none
    }
    #sidebar {
        display: none
    }
    #twocol {
        float: none;
        background: none
    }
    #leftcontent,
    #twocol,
    #threecol,
    #threecol2,
    .commentlist {
        width: auto;
        overflow: hidden;
        float: none
    }
    .leftcontent {
        float: none
    }
    .twopost {
        width: auto;
        float: none;
        margin-left: 0
    }
    #headerbar {
        position: static;
        clear: both;
        padding: 0 20px
    }
    #ad_leaderboard,
    #ad_skyscraper,
    #billboard {
        display: none
    }
    #headerbar .widget_drweb_widgets_socialmedia_compact a {
        display: inline-block
    }
    .entry img.wp-post-image {
        width: 100%;
        height: auto
    }
}
@media (max-width: 800px) {
    #description {
        width: 220px
    }
}
@media (max-width: 630px) {
    #description {
        display: none
    }
    .related-posts li:nth-of-type(1n+4) {
        display: none
    }
    .related-posts li {
        float: none;
        height: auto;
        padding: 0;
        margin: 0;
        border-left: 0;
        padding-bottom: 10px;
        margin: 0 auto 10px auto
    }
    .related-posts li:last-child {
        border-bottom: 0;
        margin-bottom: 0
    }
    .related-posts li a.crp_title {
        font-size: 14px;
        margin-top: 5px;
        text-align: center
    }
    .related-posts li img {
        margin: 0
    }
}
@media (max-width: 480px) {
    #wrapper-outer {
        padding: 0
    }
    .sticky-header {
        text-align: center
    }
    .main-navigation {
        border: 0
    }
    .menu-meta-navigation-container {
        top: 0;
        right: 0;
        width: 100%;
        text-align: center
    }
    .meta-navigation {
        padding: 0
    }
    #headerbar {
        overflow: hidden
    }
    .headerimage {
        display: block
    }
    .headerimage img {
        margin-top: 45px;
        margin-bottom: 10px;
        float: none
    }
    #headerbar .widget_search {
        float: right
    }
    #headerbar .widget_drweb_widgets_socialmedia_compact {
        float: left
    }
    #headerbar .header-widget.widget_drweb_widgets_socialmedia_compact img {
        width: 24px;
        height: 24px;
        vertical-align: middle
    }
    #searchform .search_input {
        width: 90px
    }
    .leftcontent h1,
    .leftcontent h2,
    .leftcontent h3,
    .leftcontent .twopost h2 {
        font-size: 20px;
        line-height: 32px
    }
    #respond h3,
    #comments-title,
    .related-posts h3,
    .related-posts .heading,
    .comment-reply-title {
        font-size: 16px
    }
    .related-posts .heading {
        padding-left: 0
    }
    .catheader {
        font-size: 22px
    }
    .catdesc {
        margin-left: 10px
    }
    .wp-biographia-pic,
    .wp-biographia-text {
        float: none;
        margin: 0
    }
    .menu-meta-navigation-container {}.menu-wrap {
        display: none
    }
    #mobnav-btn {
        border-bottom: 1px solid #ccc
    }
    #mobnav-btn {
        float: none;
        display: block;
        position: relative;
        padding-left: 20px;
        font-size: 16px;
        background-color: #333;
        padding: 10px 10px;
        cursor: pointer;
        clear: both;
        margin: 20px auto 0;
        text-align: center;
        color: #fff
    }
    #mobnav-btn:before {
        content: "";
        position: absolute;
        left: auto;
        right: 10px;
        top: 50%;
        margin-top: -7px;
        margin-left: -10px;
        width: 20px;
        height: 2px;
        background: #fff;
        box-shadow: 0 6px 0 0 #fff, 0 12px 0 0 #fff
    }
    .mobnav-subarrow {
        display: block;
        background-color: none;
        opacity: .3;
        height: 20px;
        width: 30px;
        background-position: top left!important;
        position: absolute;
        top: 8px;
        right: 10px;
        cursor: pointer
    }
    .sf-menu {
        width: 100%!important;
        margin: 0;
        border-top: 1px solid #ccc;
        background: #eee
    }
    .sf-menu.xactive {
        display: block!important
    }
    .sf-menu li {
        float: none!important;
        display: block!important;
        width: 100%!important
    }
    .sf-menu li a {
        float: none!important;
        border-bottom: 1px solid #ccc
    }
    .sf-menu ul {
        position: static!important;
        display: block !important;
        visibility: visible !important;
        width: 100% !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
    .xpopdrop ul {
        display: block!important
    }
    .sf-menu a {
        border: 0;
        border-bottom: 1px solid #ccc !important
    }
    .sf-menu a.sf-with-ul {
        padding: 10px
    }
    .sf-shadow ul {
        border: 0;
        background: none
    }
    .main-navigation .sf-menu li:hover,
    .main-navigation .sf-menu li.sfHover,
    .main-navigation .sf-menu a:focus,
    .main-navigation .sf-menu a:hover,
    .main-navigation .sf-menu a:active {
        background: none;
        color: #333
    }
    .sf-sub-indicator {
        display: none
    }
    .menu-item-has-children>a {
        font-weight: bold
    }
    .breadcrumbs {
        display: none
    }
    body #mc_embed_signup input.button,
    body #mc_embed_signup input.email {
        width: 100%
    }
}
.footer-grid {
    width: 100%;
    text-align: center
}
@media (min-width: 480px) {
    .footer-grid {
        text-align: left
    }
}
.footer-grid {
    *zoom: 1
}
.footer-grid:before,
.footer-grid:after {
    content: "";
    display: table
}
.footer-grid:after {
    clear: both
}
.footer-widget {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    display: none
}
.footer-widget:last-child {
    display: block
}
@media (min-width: 480px) {
    .footer-widget {
        width: 49%;
        margin-left: 2%;
        display: block
    }
    .footer-widget:first-of-type {
        margin-left: 0
    }
    .footer-widget:nth-of-type(2n+3) {
        margin-left: 0;
        clear: left;
    }
}
@media (min-width: 850px) {
    .footer-widget {
        width: 32%;
        margin-left: 2%
    }
    .footer-widget:first-of-type {
        margin-left: 0
    }
    .footer-widget:nth-of-type(2n+3) {
        margin-left: 2%;
        clear: none;
    }
    .footer-widget:nth-of-type(3n+4) {
        margin-left: 0;
        clear: left;
    }
}
@media (min-width: 1100px) {
    .footer-widget {
        width: 18.4%;
        margin-left: 2%
    }
    .footer-widget:first-of-type {
        margin-left: 0
    }
    .footer-widget:nth-of-type(2n+3) {
        margin-left: 2%;
        clear: none;
    }
    .footer-widget:nth-of-type(3n+4) {
        margin-left: 2%;
        clear: none;
    }
}
.footer-widget {
    box-sizing: border-box;
    padding: 0 20px
}
.footer-widget .widget-heading {
    margin-bottom: 0.4em;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: bold
}
.footer-widget .textwidget .widget-heading {
    margin-top: 0.6em
}
.footer-widget ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.footer-widget a:hover {
    color: #c2272d
}
.leftcontent .tagnav {
    margin: 0;
    padding: 0;
    list-style: none
}
.leftcontent .tagnav li,
#footer .tagnav li,
#sidebar .tagnav li {
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 0
}
.leftcontent .tagnav li a:hover {
    color: #c2272d
}
.leftcontent .taglist,
.leftcontent .taglist ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.leftcontent .taglist .taglist__items li {
    margin-bottom: 10px
}
.leftcontent .taglist .taglist__items a strong {
    display: block
}
.leftcontent .taglist .taglist__items a:hover strong {
    color: #c2272d
}
.header-widget.widget_drweb_widgets_socialmedia_compact {
    position: relative;
    top: 10px;
    margin-right: 5px
}
.header-widget.widget_drweb_widgets_socialmedia_compact img {
    height: 32px;
    width: 32px;
    margin-right: 5px
}
.header-widget.widget_drweb_widgets_socialmedia_compact a.google-plus {
    position: relative;
    top: 0px
}
.widget_drweb_widgets_linklist ol {
    list-style-type: none;
    padding-left: 32px;
    margin-top: 10px
}
.widget_drweb_widgets_linklist ol li {
    counter-increment: count-me;
    position: relative;
    margin-bottom: 15px
}
.widget_drweb_widgets_linklist ol li::before {
    content: counter(count-me);
    display: inline-block;
    position: absolute;
    max-width: 24px;
    max-height: 24px;
    width: 20px;
    height: 20px;
    left: -32px;
    line-height: 20px;
    background: #f0f0f0;
    border-radius: 50%;
    color: #333;
    font-size: 12px;
    text-align: center
}
.widget_drweb_widgets_linklist ol li:nth-of-type(-n+3)::before {
    color: #fff;
    background: #c2272d;
    font-weight: bold
}
.widget_drweb_widgets_linklist ol li span {
    color: #c2272d
}
#mc_embed_signup {
    background: #fff;
    clear: left;
    font: 14px Helvetica, Arial, sans-serif
}
body #mc_embed_signup form {
    padding: 0
}
body #mc_embed_signup input.button {
    background-color: #c3212b;
    transition: background-color 0.25s
}
body #mc_embed_signup input.button:hover {
    background-color: #000
}
body #mc_embed_signup input.button {
    width: 58%;
    box-sizing: border-box
}
body #mc_embed_signup input.email {
    box-sizing: border-box;
    font-size: 15px
}
.side-widget #mc_embed_signup input.button {
    width: 100%
}
.side-widget #mc_embed_signup input.email {
    width: 100%
}
.clearfix {
    *zoom: 1
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}
.clearfix:after {
    clear: both
}
.l-stack {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px
}
.l-stack--inline li {
    display: inline-block
}
.l-stack--inline li img {
    margin: 0
}
.drweb-authors .drweb-authors__image {
    float: left;
    width: 150px;
    max-width: 30%;
    margin-right: 5%
}
.drweb-authors .drweb-authors__text h3 {
    border-bottom: none;
    margin-top: 0;
    clear: none
}
.drweb-authors .drweb-authors__text h3 a {
    border-bottom: none
}
