﻿
#page-header.boxed-wrapper {
    background: #fff;
}

#page-header {
    /* box-shadow: 0px 0px 8px 1px#b0a9ff; */
}

#top-bar {
    box-shadow: none;
}

#page-footer {
    background-color: #38a7b7;
    color: #fff;
    font-weight: bold;
}

/*
        #main-content {
            box-shadow: 0px 0px 8px 1px#b0a9ff;
        }
        */

#main-menu li a {
    font-family: 'Open Sans';
    font-size: 12px;
    line-height: 60px;
    letter-spacing: 0.08em;
    font-weight: 600;
    color: #fff;
}

#main-nav {
    box-shadow: none;
}

    #main-nav > div {
        background-color: #38a7b7;
        margin-top: 1em;
    }

div#page-wrap {
    /* margin-top: 157px;*/
}

#main-menu .sub-menu > li > a {
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #38a7b7;
}

.cv-inner {
    display: unset;
}

.entry-header {
    height: auto;
}

#page-header .entry-header {
    height: auto;
    padding: 1.5em 0 0 0;
}

.credit {
    display: none;
}

.post-content > p:first-child:first-letter {
    font-style: inherit;
    font-family: inherit !important;
    font-weight: inherit;
    float: inherit;
    margin: inherit;
    font-size: inherit;
    line-height: inherit;
    text-align: inherit;
}

body, .page-404 h2, .comment-author {
    font-size: 17px;
    line-height: 35px;
    text-justify: none !important;
}

.su-quote-style-default {
    margin: 2em 2em;
    font-size: 20px;
    line-height: 35px;
    border-top: 1px #ccc dotted;
    border-bottom: 1px #ccc dotted;
}

p {
    margin-bottom: 25px;
}

.su-quote-style-default::before, .su-quote-style-default::after {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('../images/quote.png');
    content: '';
    margin-top: 10px;
    margin-bottom: 10px;
}

.post-content {
    text-align: left;
}
