@charset "utf-8";

/*
Theme Name:     DLA Piper Base Theme
Theme URI:      http://lexblog.com
Description:    Child theme for the LXB Parent Theme 1.3
Author:         Angelo Carosio
Template:       lxb-parent-theme-1.3
Version:        1.3.2
*/

@import url("../lxb-parent-theme-1.3/style.css");

/*========================================================================================
UNIVERSALS
========================================================================================*/

body, input, select, [class^="icon-"] a, [class*=" icon-"] a {
    font-size: 15px;
    line-height: 1.45em;
    font-family: 'Gill Sans W01', helvetica, arial, sans-serif;
    color: #54585a;
    font-weight: 200;
}
.menu-toggle, #wpadminbar, .main-navigation li:hover:before, a, a span, .sub-menu, input {
    transition-property: opacity, left, top, height, width, padding, color, background-color;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    -ms-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.hide-text, a.firm_logo {
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    display: block;
    padding: 0;
}
.clear_div {
    clear: both;
}
body {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 300;
}
.arrow {
    font-family: 'lucida-sans-unicode;'
}
a {
    color: #0073cf;
}
a:hover {
    color: #6a6c6b;
}
.sidebar .widget a {}
.sidebar .widget a:hover {}
button, input, select, textarea {
    border: 1px solid #ccc;
    background: #fff;
    color: #2f2833;
}
input [type="submit"] {
    background-color: #336699;
    color: #fff;
}
#ie7 * {
    zoom: 1
}

/*========================================================================================
FRAME
========================================================================================*/

body {
    background: #f5f5f5;
    border-top: 10px solid #2f8300;
}

/*full-width header & footer w/980 box for content*/

body, .blog-wrapper, .blog-footer, .blog-header, .colophon {
    box-shadow: none;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    clear: both;
}
.blog-header-inner-wrapper, .super_header_inner_wrapper, .main-wrapper, .blog-footer-inner-wrapper, .colophon-inner-wrapper, .sub-colophon-inner-wrapper {
    margin: 0 auto;
    padding: 24px 0 0 0;
    max-width: 1020px;
}

/**
 * =======================================================================================
 * super header
 */

.super_header {
    overflow: hidden;
    clear: both;
    font-size: 17px;
    line-height: 17px;
}
.super_header_inner_wrapper {
    padding: 20px 0 0 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}
.super_header a {
    color: white;
}
.super_header a:hover, body .main-navigation li.current-menu-item a:hover {
    color: #bed600;
}
.super_header .main-navigation li.current-menu-item a {
    color: #bed600;
}
.super_header .widget.firmname {
    display: inline-block;
    float: left;
    vertical-align: top;
    padding-bottom: 20px;
}
.super_header .widget.firmname a, .blog-footer a.firm_logo {
    background: url(images/dla-logo.png) no-repeat;
    width: 113px;
    height: 66px;
    background-size: 100%;
    display: block;
}
.super_header .widget.topnav {
    display: inline-block;
    float: right;
    vertical-align: top;
    padding-top: 39px;
}

/* main nav */

.main-navigation {
    width: auto;
    text-align: right;
    display: inline-block;
}
.main-navigation ul {
    padding: 0;
    text-align: right;
    display: inline-block;
}
.main-navigation ul, body .main-navigation li, body .main-navigation li a {
    font-size: 17px;
    line-height: 17px;
    text-transform: uppercase;
    padding: 0;
    vertical-align: top;
}
.main-navigation li {
    margin: 0px 0 0 30px;
}
.main-navigation li:first-child {
    margin-left: 0;
}

/* mobile menu */

body .menu-toggle {
    position: absolute;
    right: 20px;
    top: 32px;
    color: white;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 12px;
    font-weight: 300;
}
.menu-toggle i {
    color: white;
    display: block;
    font-size: 42px;
}
body .main-navigation li.menu-item-search {
    background-color: white;
    padding: 13px 20px;
}
.menu-item-search .searchform, .menu-item-search .searchform input[type="text"], .menu-item-search .searchform input[type="search"], .menu-item-search .searchform input[type="submit"] {
    background-color: transparent;
    border: none;
    text-indent: 0;
}
.menu-item-search .searchform input[type="submit"] {
    background-position: right 5px;
}
#ie8 .menu-item-search {
    display: none;
}
#ie8 .searchform input[type="text"], #ie8 .searchform input[type="search"] {
    padding: 4px 30px 4px 5px;
}

/**
 * ======================================================================================
 * Blog header
 * ======================================================================================
 */

.whole-header-wrapper {
    background-repeat: no-repeat;
    background-color: #3f9c35;
    background-position: right top;
}
.blog-header {
    border-bottom: 15px solid #2f8300;
}
.blog-header-inner-wrapper {
    padding: 35px 40px;
}
.blog-header .blog-title a {
    display: block;
    color: #fff;
    font-size: 74px;
    line-height: .9em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    padding-bottom: 0;
}
.blog-title a:hover {
    color: #fff;
}
.blog-description {
    color: #fff;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 100;
    text-align: center;
    font-style: italic;
    max-width: 760px;
    margin: 0 auto;
}
.lxb_base_alternate_word {
    font-weight: normal;
}

/* main-wrapper */

.main-wrapper {
    padding-top: 0px;
    position: relative;
    background: #f5f5f5;
    clear: both;
    margin-top: 20px;
}
.main {
    padding: 40px;
    margin-right: 20px;
    width: 69%;
    border: 1px solid #e5e5e5;
    background: white;
}
.page-template-page-template-home .main, body.home .main {
    background: #f5f5f5;
    padding: 0;
    border: 0;
}
.main .widget_lxb_latest_posts_from_categories_widget .excerpt {
    word-wrap: break-word;
}
.main .widget.featured, body.home article {
    padding: 40px;
    background: white;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
body.home article {
    padding-top: 0;
}
.main .widget.featured img {
    margin-bottom: 30px;
    float: none;
}
.main .widget.featured h1 {
    font-size: 36px;
}
.main .widget.featured p {
    font-size: 18px;
    line-height: 1.5em;
}
.main .widget.featured .featured-more {
    font-size: 18px;
    display: block;
    margin-top: 20px;
}
.widget_lxb_latest_posts_from_categories_widget.featured .more-link {
    display: none;
}
.main .widget.columns .category {
    width: 48.5%;
    background-color: white;
    float: left;
    border: 1px solid #e5e5e5;
    font-size: 15px;
    line-height: 1.5em;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.main .widget.columns .category:nth-child(odd) {
    float: left;
    clear: both;
}
.main .widget.columns .category:nth-child(even) {
    float: right;
}
.main .widget.columns .category:last-child, .main .widget.columns .category:nth-last-child(2) {
    margin-bottom: 0;
}
.main .widget.columns h3.category-title {
    background-color: #e5e5e5;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 0;
    text-transform: uppercase;
    color: #6a6c6b;
}
.main .widget.columns h3.category-title a {
    color: #6a6c6b;
}
.main .widget.columns .first-post {
    padding: 20px 20px 10px 20px;
}
.main .widget.columns .first-post img {
    margin-bottom: 15px;
}
.main .widget.columns .first-post .post-title {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0;
}
.main .widget.columns .byline {
    margin-bottom: 10px;
}
.main .widget.columns .category-more {
    padding: 10px 0;
    display: block;
}
.main .widget.columns .addl-posts {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    font-weight: 300;
    color: #4b4b4b;
    text-transform: uppercase;
}
.main .widget.columns .post {
    padding: 0 20px 5px 20px;
}
.main .widget.columns .post h2 {
    font-weight: 300;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
}
.sidebar {
    border: 1px solid #e5e5e5;
    background: white;
    width: 28.6%;
    padding: 40px 30px 0 30px;
}

/*sidebar*/

.sidebar .widget {
    padding: 0px 0px 40px 0px;
    margin: 0;
    font-size: 15px;
    line-height: 1.45em;
}
.sidebar .widget img {
    float: none;
    padding: 0;
    margin: 0;
}
.widget-title {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3em;
    text-transform: uppercase;
    color: #4b4b4b;
}
.sidebar .widget.ad {
    line-height: 1em;
}
.sidebar .widget:first-child {
    padding-top: 0;
}
.sidebar .lxb_dga_user {
    overflow: hidden;
    margin-bottom: 20px;
    clear: both;
}
.sidebar .lxb_dga_users img {
    float: left;
    padding-right: 10px;
}
.sidebar .lxb_dga_users a {
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}
.sidebar .lxb_dga_users .authortitle {
    font-size: 13px;
    font-family: 'pt-serif';
}
.widget_lxb_author_feature {
    clear: left;
    overflow: hidden;
}
.sidebar .widget img {
    float: left;
    padding: 0;
    margin: 0 18px 0 0;
}
.widget_lxb_author_feature .widget-title {
    clear: none;
    font-weight: 600;
    margin-bottom: 1px;
    padding-top: 9px;
    padding-bottom: 7px;
}
.sidebar .widget_lxb_author_feature.blog-authors {
    padding: 0px 0px 25px 0px;
}
.widget_lxb_author_feature .author-title {
    margin: 0;
    clear: none;
    color: gray;
}

/* links */

.links a {}
.links a {
    padding: 5px 0;
}

/* legal river */

.sidebar .widget.legal-river {
    padding-bottom: 10px;
}
.sidebar .widget.river-text {
    font-size: 13px;
}
.legal-river img {
    display: none;
}
.widget.legal-river h3 a:first-child {
    display: none;
}
.widget.legal-river h3 a:nth-child(2) {
    color: #4b4b4b;
}
.widget.legal-river h3 i {
    font-size: 18px;
    padding-right: 0;
    color: #4b4b4b;
}

/* stay connected */

.connect.just-icons li.feedburner-li {
    padding-top: 15px;
}
.connect li i {
    font-size: 40px;
    width: 40px;
    text-align: left;
    margin-right: 10px;
    line-height: 50px;
}
.feedburner-widget-title, .post-content .widget-title {
    margin-bottom: 8px;
    display: block;
    text-transform: uppercase;
    color: #4b4b4b;
}
a.feedburner-widget-title:hover {
    color: #4b4b4b;
}
.connect li .feedburner-widget-title i, .connect li .feedburner-widget-title span, .post-content .widget_lxb_mct_subscribe_widget i {
    font-size: 15px;
    color: #4b4b4b;
    width: 1.1em;
    position: relative;
    padding-right: 0;
}
.main .widget_lxb_mct_subscribe_widget input[type="email"] {
    padding-bottom: 6px;
    width: 50%;
    font-family: 'pt-serif';
}
.main .widget_lxb_mct_subscribe_widget input[type="submit"] {
    background: #6d2077;
    color: white;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 5px 10px 7px;
}
.sidebar i.icon-instagram {
    color: #517fa4;
}
.sidebar i.icon-slideshare {
    color: #1191d0;
}
.sidebar i.icon-weixin {
    color: #7bb32e;
}

/* sidebar input boxes */

.sidebar input[type="text"], .feedburner input[type="email"], .feedburner input[type="text"], .searchform input[type="text"], .feedburner input[ type="submit"] {
    position: static;
    float: none;
    width: 100%;
    text-indent: 0;
    margin: 0;
    padding: 4px 5px;
    height: auto;
    border-color: #cbcbcb;
}
.searchform input[type="text"] {
    padding-right: 30px;
    color: #4b4b4b;
    font-size: 18px;
}
.searchform input[type="submit"] {
    background-color: transparent;
    border: none;
    height: 17px;
    margin: 10px 10px 0 0;
    background-size: 17px 17px;
    background-position: top right;
}
.feedburner input[ type="submit"] {
    display: block;
    border: none;
    background: #6a6c6b;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin-top: 8px;
    padding: 11px 7px 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
}
#ie9 .feedburner input[ type="text"], #ie9 .feedburner input[ type="email"], #ie8 .feedburner input[ type="text"], #ie8 .feedburner input[ type="email"] {
    text-align: 0;
    left: 0;
    padding: 2px 5px 8px;
}
#ie8 .feedburner .feedburner-widget-title span, #ie8 .feedburner .feedburner-widget-title i {
    padding-right: 5px;
    display: inline-block;
}

/* breadcrumbs */

#breadcrumbs {
    font-size: 12px;
    line-height: 1.3em;
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
#breadcrumbs i {
    font-size: 11px;
}

/* post content */

article.first {
    margin-top: 0px;
}
.post-header {}
.post-title a {
    color: #231f20;
    font-weight: 300;
}
.post-title {
    font-size: 36px;
    line-height: 1.175em;
    padding-bottom: 5px;
    color: #000000;
    font-weight: 300;
}
.attachment-lxb_base_full {
    margin-bottom: 30px;
}
.byline_wrap {
    font-size: 18px;
    line-height: 1.3em;
}
.post-categories {
    font-size: 13px;
    margin-top: 8px;
}
.home .post-categories {
    text-transform: uppercase;
    color: white;
    margin-top: 0;
    line-height: 12px;
    display: block;
    margin-bottom: 35px;
}
.home .post-categories .posted {
    background-color: #005fab;
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: 4px;
}
.home .post-categories a {
    background-color: #0073cf;
    color: white;
    padding: 10px 15px;
    display: inline-block;
}
.byline_wrap img {
    width: 60px;
    height: 60px;
}
.post-content {
    font-size: 18px;
    line-height: 30px;
    color: #4b4b4b;
}
.more-link {
    font-weight: 300;
}
.post-content h1 {
    font-size: 35px;
}
.post-content h2 {
    font-size: 30px;
}
.post-content h3 {
    font-size: 25px;
    font-weight: 300;
}
.post-content h4 {
    font-size: 22px;
}

/* post footer / nascar area */

.post-footer {
    padding-bottom: 8px;
    border-bottom: 1px solid #e4e4e4;
}
.post-tools {
    margin-bottom: 20px;
}
.post-tools a, .post-tools i, .post-social a, .post-social i {
    color: #6a6c6b;
}
.post-social a, .post-social a span {
    transition: none !important;
}
.main .post-social.font-awesome a {
    padding-right: 8px;
}
.comment_link_wrap, .post-print, .post-social {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
}
.comment_link_wrap i, .post-print i, .post-social i {
    font-size: 25px;
    line-height: 25px;
}
.comment_link_wrap, .post-print {
    margin-right: 6px;
    border-right: 1px solid #e4e4e4;
    padding-right: 6px;
}
.post-tags {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    color: #4b4b4b;
}
.post-content blockquote {
    font-size: 18px;
    line-height: 1.4em;
    width: 100%;
    left: 0;
    margin: 40px 0;
    color: black;
    padding: 0 8% 0 10%;
    text-transform: uppercase;
    font-weight: 300;
}
.post-content blockquote:before {
    font-size: 90px;
    left: 0;
    color: #3f9c35;
    top: 25px;
    font-weight: 400;
}
.post-content blockquote:after {
    display: none;
}

/* pagination */

.pagination {
    padding-top: 0px;
    margin-top: 20px;
    overflow: hidden;
    width: 100%;
}
.pagination a {
    display: inline-block;
    background: #0073cf;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 15px 18px 12px;
}
.pagination i {
    font-size: 15px;
}
.pagination .prev, .pagination .next {
    width: auto;
}

/*blog footer*/

.blog-footer {
    margin-top: 30px;
    border: none !important;
    color: white;
    background: #3f9c35;
}
.blog-footer a {
    color: #bed600;
}
.blog-footer-inner-wrapper {
    padding: 40px 0px 60px;
}
.blog-footer .widget {
    margin-bottom: 20px;
    clear: both;
    display: block;
    float: none;
    font-size: 15px;
}
.blog-footer .widget-title {
    color: white;
    font-weight: 400;
}
.blog-footer .widget:last-child {
    margin-bottom: 0;
}
.blog-footer a.firm_logo {
    margin-bottom: 35px;
}

/* footer-contact */

.footer-contact {
    padding: 0;
    width: 28%;
}
.blog-footer .widget.contact-info {
    font-size: 13px;
    line-height: 1.3em;
    display: inline-block;
}
.legal {
    float: none;
    padding: 0;
}
.legal a {
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 16px;
}
.legal li:after {
    content: "|";
    display: inline-block;
    color: #bed600;
    font-size: 13px;
    margin: 0 2px 0 4px;
}
.legal li:last-child:after {
    display: none;
}
.blog-footer .connect li a i {
    padding: 0;
    font-size: 27px;
    width: 27px;
    color: white;
    margin-right: 0;
    vertical-align: top;
    line-height: 27px;
}
.blog-footer .connect ul {
    line-height: 35px;
    vertical-align: top;
}
.blog-footer .connect li a {
    padding: 0;
}

/* footer-extras */

.footer-extras {
    overflow: hidden;
    text-align: left;
    width: 71%;
    padding-left: 40px;
    font-size: 13px;
    line-height: 1.45em;
}
.footer-extras .widget {
    float: none;
    width: 100%;
}
.footer-extras p {
    margin-bottom: 15px;
}
.footer-extras p:last-child {
    margin-bottom: 0;
}
.footer-read-more {
    text-transform: uppercase;
    display: block;
    clear: both;
}
.footer-read-more i {
    position: relative;
    top: 1px;
}

/*colophon*/

.colophon {
    background: #6a6c6b;
    color: #e4e4e4;
    min-height: 60px;
}
.colophon-inner-wrapper {
    overflow: hidden;
    padding: 4px 0px;
}
.widget.copyright {
    font-size: 12px;
    margin-top: 17px;
    margin-bottom: 0;
    text-transform: uppercase;
}
a.lexblog_2014 {
    margin-top: 13px;
}
a.lexblog_2014 span.lexblog_slogan {
    color: #e4e4e4;
}
a.lexblog_2014 span.lexblog_logo {
    background: url(images/lexblog-gray-retina.png) no-repeat right center;
    background-size: 100%;
}

/* archives */

.grid-row {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 0;
    margin: 40px auto 0;
}
.archive-header {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.archive-header h1 {
    font-size: 36px;
    color: black;
    font-weight: 300;
    line-height: 1.3em;
}
.archive-header .feed {
    display: block;
    float: none;
    font-size: 12px;
    margin-top: 12px;
    text-transform: uppercase;
    padding: 4px 0 1px 4px;
}
.archive-header .feed i {
    font-size: 15px;
    margin: 1px 3px 0 0;
    color: #0073cf;
}
.grid-row .post-header {
    padding-bottom: 10px;
}
.main .grid-row article {
    margin-bottom: 16px;
}
.grid-row .post-title {
    padding-bottom: 0;
}
.grid-row .post-title a {
    font-size: 18px;
    line-height: 1.25em;
    display: block;
    color: #0073cf;
}
.grid-row .post-byline {
    font-size: 13px;
    line-height: 1.2em;
}
.grid-row .post-categories {
    display: none;
}
.grid-row .post-content {
    font-size: 13px;
    line-height: 1.5em;
    margin-bottom: 0;
}

/* about page */

.post-content .lxb_dga_users {
    border-top: 1px solid #e4e4ed;
    font-size: 13px;
}
.post-content .lxb_dga_users td {
    font-weight: 300;
}
.post-content .dga_link_to_email, .post-content .phone, .post-content .authortitle {
    font-size: 13px !important;
    display: block;
    margin-bottom: 5px !important;
}
.lxb_dga_user_social i {
    color: #54585a;
    font-size: 28px;
    line-height: 28px;
}
.post-content .dga_link_to_website, .post-content .dga_display_name {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 3px;
    display: block;
    font-weight: 300;
}
.post-content .authortitle {
    margin-bottom: 5px !important;
}
body .post-content .lxb_dga_user .lxb_dga_user_social {
    margin-top: 0px;
}
.post-content .lxb_dga_user .lxb_dga_user_social a {
    margin-right: 10px;
}
body .post-content .lxb_dga_user img.photo {
    padding-bottom: 6px;
    margin: 0 0 5px 0;
}
body .post-content .lxb_dga_user .description {
    font-size: 18px;
    line-height: 1.4em;
    display: block;
    clear: both;
}

/* contact page */

.post-content .wpcf7-form {
    background: #efefef;
    border: 1px solid #dfdfdf;
    padding: 40px;
    font-size: 16px;
}
body .wpcf7-form [type='submit'] {
    background: #6a6c6b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    padding: 7px 40px;
    width: auto;
    font-size: 18px;
    border: 0;
}
.wpcf7-form [type='text'], .wpcf7-form [type='email'] {
    border: 1px solid #cdcdcd;
}
.wpcf7-form textarea {
    padding: 10px;
}

/* =======================================================================================
MEDIA QUERIES
======================================================================================= */

@media screen and (max-width: 1100px) {
    body .blog-footer-inner-wrapper, body .super_header, body .main-wrapper, body .blog-header-inner-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .sidebar {
        padding-left: 30px;
        border-right: 1px solid #e5e5e5 !important;
    }
    .main {
        width: 68%;
    }
}
@media screen and (max-width: 800px) {
    .super_header_inner_wrapper {
        padding: 20px 0px 0 0;
    }
    .blog-header-inner-wrapper {
        padding: 30px 20px;
    }
    .blog-header .blog-title a {
        font-size: 50px !important;
    }
    .blog-description {
        font-size: 22px;
        max-width: 550px;
    }
    .whole-header-wrapper {
        background-position: center top !important;
    }
    .super_header .widget.firmname {
        padding: 0 0 10px 20px;
        margin-right: 20px;
    }
    .super_header .widget.topnav {
        float: none;
        display: block;
        padding-bottom: 0;
        line-height: 0px;
    }
    .main-navigation {
        width: 100%;
        float: none;
        clear: both;
    }
    body .main-navigation ul {
        border-top: 1px solid rgba(255, 255, 255, .2);
        margin-top: 5px;
        background: #3f9c35;
    }
    body .main-navigation li a {
        margin: 0;
        padding: 25px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
    body .main-navigation li.menu-item-search {
        padding: 25px 20px;
        background: #3f9c35;
    }
    .menu-item-search .searchform {
        border: 1px solid #cbcbcb;
        background: white;
    }
    .menu-item-search .searchform input[type="text"] {
        padding: 10px;
    }
    .menu-item-search .searchform input[type="submit"] {
        margin: 13px 9px 0 0;
        background-position: right top;
        background-size: 17px;
        height: 17px;
    }
    body .main-wrapper {
        padding: 0;
        margin: 20px;
    }
    body .main-wrapper .main, body .main-wrapper .sidebar {
        padding: 0 20px;
    }
    body .main-wrapper .sidebar {
        padding-top: 30px;
    }
    .main .widget.featured {
        padding: 20px;
    }
    .main .widget.columns .category {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .main .widget.columns .category:last-child {
        margin-bottom: 0;
    }
    body .main-wrapper .main {
        padding: 20px;
        margin-bottom: 20px;
    }
    body.page-template-page-template-home .main, body.home .main {
        padding: 0;
    }
    .pagination {
        margin-top: 0;
    }
    body.home article {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main article {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .main .post-header {
        padding-bottom: 16px;
    }
    .post-content blockquote {
        padding-left: 15%;
        padding-right: 0;
    }
    body .author_images_wrap {
        clear: none;
        display: inline-block;
        float: left;
        margin-top: 0;
    }
    .sidebar .widget {
        padding-bottom: 40px;
    }
    body .blog-footer-inner-wrapper {
        padding: 40px 20px;
    }
    body .footer-extras, body .footer-contact, body .footer-extras .widget, body .footer-contact .widget {
        text-align: left;
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .footer-extras {
        padding-top: 30px;
    }
    .search .post-content .wp-post-image {
        float: left;
        margin: 0 10px 10px 0;
        clear: none;
    }
    .post-content .wpcf7-form {
        padding: 20px;
    }
}
@media screen and (max-width: 500px) {
    body .author_images_wrap {
        clear: both;
        display: block;
        float: none;
    }
    .blog-header .blog-title a {
        font-size: 40px !important;
    }
    .post-title {
        font-size: 30px;
    }
    body .main-wrapper {
        padding: 0;
        margin: 20px 10px;
    }
    body.home article {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (min-width: 800px) {}

/* print overrides */

@media print {
    .byline_wrap .post-byline, .byline_wrap .post-categories {
        line-height: 12px;
        font-size: 12px;
        padding-bottom: 0;
        margin-bottom: 0 !important;
        text-transform: none;
    }
    .footer-extras, .footer-contact, .footer-top {
        display: none;
    }
    .whole-header-wrapper, .main-wrapper, .main, .sidebar {
        border: none !important;
    }
    .colophon {
        padding: 0;
        margin: 0;
    }
    article, .blog-footer, .colophon, .main, .main-wrapper {
        margin: 0;
        padding: 0;
    }
}
