/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@import 'flexvideo.css';
@import 'fix-bootstrap.css';
img.aligncenter {
    display: block;
    margin: 0 auto;
}

body {
    font-size: 12px;
}

@media (min-width: 1200px) {
    .container {
        width: 951px;
    }
}

.headerServices li {
    list-style-image: none;
    list-style-type: none;
    text-align: right;
}

.headerServices li a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
    color: #365a7a;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
}

.headerServices li a:hover {
    color: #a3a9ab;
}


/*  Home  */

.ssp_no_chrome_slider_default {
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: 0px 0px 0px 0px !important;
}

.site-home h1 {
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    color: #365a7a;
    text-align: center;
}

.page-container {
    background-color: #fff;
    position: relative;
}

.topBlue {
    background-color: #365A7A;
    height: 40px;
    position: relative;
}

.topOrange {
    background-color: #D97A23;
    height: 8px;
}

.navbar {
    border-bottom: 5px solid #A3A9AB;
    border-radius: 0px;
    box-sizing: border-box;
    min-height: 35px;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar .nav {
    float: right;
}

.navbar .nav li {
    display: inline;
}

.navbar .nav li:before {
    content: '|';
}

.navbar .nav li:first-child:before {
    content: '';
}

.navbar .nav li a {
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
    color: #b05f18;
    font-size: 13px;
    text-transform: uppercase;
    padding: 7px 7px;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
    margin-top: 0;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 1000;
    /* display: none; */
    float: left;
    min-width: 160px;
    padding: 0px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-background-clip: padding-box;
    background-clip: none;
    border: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0px;
    box-shadow: none;
}

.caret {
    display: none;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.navbar .nav .dropdown-menu li a {
    color: #5A7787;
    width: 100%;
    display: block;
    line-height: 1.0;
    text-transform: inherit;
    padding: 3px 0px 3px 5px;
    font-weight: normal;
}

.navbar .nav .dropdown-menu li:before {
    content: '';
}

.navbar .nav .menu-item-has-children .dropdown-menu>.active>a {
    background-color: inherit;
    background-image: inherit;
}

.navbar .nav .menu-item-has-children .dropdown-menu>.active>a:hover {
    background-color: #5A7787;
    color: #fff;
}

.navbar .nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
}

.navbar .nav .dropdown-menu li a:hover {
    background-color: #5A7787 !important;
    background-image: none !important;
    color: #fff !important;
}


/* Mobile Menu */

#hamburger {
    width: 30px;
    position: absolute;
    left: 10px;
    top: 8px;
    z-index: 1000;
    display: none;
}

#hamburger:hover {
    cursor: pointer;
}

#mobileMenu {
    height: 100%;
    background-color: #FBFBFB;
    width: 180px;
    position: fixed;
    z-index: 1000;
    left: 0px;
    top: 0px;
    display: none;
}

#mobileMenu ul {
    padding: 5px;
}

#mobileMenu ul li {
    display: block;
    border-bottom: 1px #D97A23 solid;
    padding: 9px 0px 7px 0px;
}

#mobileMenu ul li a {
    color: #365A7A;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

#mobileMenu ul li .dropdown-menu li a {
    color: #365A7A;
    text-transform: inherit;
    padding: 3px 2px;
}

#mobileMenu ul li .sub-menu li {
    border-bottom: none;
    padding: 7px 0px 2px 0px;
}

#mobileMenu ul li .dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
#mobileMenu .dropdown-menu>li>a:active {
    color: #365A7A;
    text-transform: inherit;
    background-color: inherit;
    background-image: none;
}

#mobileMenu ul li.current_page_item a,
#mobileMenu .dropdown-menu>.active>a {
    background-color: inherit;
    background-image: none;
}

#mobileMenu ul li .dropdown-menu {
    position: relative;
    background-color: inherit;
    border: none;
    box-shadow: none;
    float: none;
}

.animating {
    transform: translate3d( 180px, 0, 0);
    -webkit-transform: translate3d( 180px, 0, 0);
}


/* About Main Content */

.site-about .entry-content h1 {
    font-family: "Univers", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    color: #597786;
}


/* Sidebar */

.sidebar {
    padding-top: 20px;
    height: 430px;
    background-image: url(../img/sidebar-bg.gif);
    background-repeat: no-repeat;
    background-position: 22px 0px;
    padding-left: 35px;
    margin-bottom: 30px;
}

.sidebar .widget-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding-left: 9px;
}

.sidebar ul {
    padding-left: 10px;
}

.sidebar ul li {
    list-style: none;
}

.sidebar ul li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    color: #b05f18;
    text-decoration: none;
}

.sidebar ul li a:hover {
    color: #fff;
}

.sidebar ul li.active a {
    color: #000;
}


/* People Main Content */

.schweetlaw_people .entry-header img {
    float: left;
    width: 80px;
    height: auto;
}

.schweetlaw_people h1.entry-title {
    font-family: "Univers", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    color: #597786;
    float: left;
    padding-left: 10px;
    margin-top: 32px;
}

.schweetlaw_people .entry-content {
    clear: left;
    padding-top: 20px;
}


/* Staff Main Content */
.schweetlaw_staff { 
    margin-bottom: 20px; 
}

.schweetlaw_staff .entry-header img {
    float: left;
    width: 80px;
    height: auto;
}

.schweetlaw_staff h1.entry-title {
    font-family: "Univers", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    color: #597786;
    float: left;
    padding-left: 10px;
    margin-top: 32px;
}

.schweetlaw_staff .entry-content {
    clear: left;
    padding-top: 20px;
}

#sidebar-staff-right .widget-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding-left: 9px;
}

#sidebar-staff-right ul {
    padding-left: 10px;
}

#sidebar-staff-right ul li {
    list-style: none;
}

#sidebar-staff-right ul li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

#sidebar-staff-right ul li a:hover {
    color: #000;
    cursor: default;
}


/* Services Main Content */

.schweetlaw_services .entry-header img {
    float: left;
    margin-bottom: 20px;
    margin-top: -19px;
}

.schweetlaw_services .entry-content h1 {
    font-family: "Univers", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    color: #597786;
}


/* Contact Page */

.blue {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
    color: #365a7a;
    text-decoration: none;
}

#sidebar-contact-right a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    color: #b05f18;
    text-decoration: none;
}

#sidebar-contact-right .TestimonialRotatorWidget {
    margin-top: 10px;
}


/* Testimonial Rotater Override */

.TestimonialRotatorWidget {
    padding-left: 10px;
    width: 85%;
    margin-top: 15px;
}

.TestimonialRotatorWidget .testimonial_rotator_slide_title {
    display: none;
}

.TestimonialRotatorWidget .testimonial_rotator_quote {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    color: #365a7a;
    font-style: italic;
}

.sidebar .TestimonialRotatorWidget .testimonial_rotator_author_info {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    padding: 0px 0 0px 0px;
    border-left: none;
}


/* chromeframe error */

.chromeframe {
    background: #a00;
    color: #faa;
    display: block;
    padding: 3px 0;
    text-align: center;
}

.chromeframe a {
    color: #fff;
    text-decoration: underline;
}

.page-header-top-right {
    margin-top: 10px;
}

.pagination {
    margin: 0;
}

.pagination-center {
    text-align: center;
}

.content-area {
    min-height: 300px;
}

.pagination-row {
    margin-bottom: 20px;
}

.required {
    color: #f00;
}

.row-with-vspace {}

.site-main .format-aside {
    background: #f5f5f5;
}

.site-main .entry-content {}

.site-main .entry-content p {
    font-size: 12px;
}

.site-main .entry-content h1 {
    font-family: "Univers", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    color: #597786;
}

.site-main .format-image {
    background: url('../img/content-post-format-image.png') left top no-repeat;
}

.site-main .format-link {
    background: url('../img/content-post-format-link.png') left top no-repeat;
}

.site-main .format-quote {
    background: url('../img/content-post-format-quote.png') left top no-repeat;
}

.site-main .format-video {
    background: url('../img/content-post-format-video.png') left top no-repeat;
}

.site-title {
    margin-bottom: 0;
    margin-top: 10px;
}

.site-title > a {
    text-decoration: none;
}

.site-title > div {
    height: auto;
    line-height: 18px;
}

.site-title .site-description {
    color: #999;
    font-size: 16px;
}

.site-title .site-title-heading {
    margin: 0;
}

.widget_calendar #wp-calendar {
    margin: 0;
}

.widget_calendar #wp-calendar #next {
    text-align: right;
}

#comments .comment-navigation {
    margin-bottom: 0;
}

#comments .comment-navigation-below {
    margin-bottom: 20px;
    margin-top: 15px;
}

#comments .media-list li .media {
    margin-top: 15px;
}

#comments .media-list li .media .media-body {
    border: 1px solid #eee;
    padding: 10px;
}

#comments .media-list li .media .media-body .comment-author {
    font-size: 12px;
    margin-bottom: 10px;
}

#comments .media-list ul.children {
    list-style: none;
    margin-left: 2.5em;
}

#main-column .wp-video-shortcode {
    display: block;
    height: auto;
    max-width: 100%;
}

#main-column .attachment .entry-content {
    margin-bottom: 20px;
}

#main-column .attachment .entry-content .attachment {
    text-align: center;
}

#main-column .attachment .entry-meta {
    margin-bottom: 20px;
}

#main-column .post,
#main-column .page {
    margin-bottom: 20px;
}

#main-column .post .entry-header .entry-meta {
    color: #999;
}

#main-column .post .entry-header .entry-meta a {
    color: inherit;
}

#main-column .post .entry-header .entry-meta .posted-on .updated {
    display: none;
}

#main-column .post .entry-meta .categories-icon {
    cursor: default;
}

#main-column .post .entry-meta .comments-link a {
    color: #333;
}

#main-column .post .entry-meta .comments-link a .comment-icon .comment-total,
#main-column .page .entry-meta .comments-link a .comment-icon .comment-total {
    color: #555;
    font-size: 12px;
    margin-left: 5px;
}

#main-column .attachment .edit-post-link a,
#main-column .attachment .entry-meta .edit-post-link a,
#main-column .post .entry-meta .edit-post-link a,
#main-column .page .entry-meta .edit-post-link a {
    color: #333;
}

#main-column .post .entry-meta .tags-icon {
    cursor: default;
}

#main-column .attachment .entry-title,
#main-column .post .entry-title,
#main-column .page .entry-title {
    margin-top: 0;
    word-wrap: break-word;
}

#sidebar-left .widget,
#sidebar-right .widget {
    border: 1px solid #eee;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px;
}

#sidebar-left .widget ul,
#sidebar-right .widget ul {
    padding-left: 20px;
}

#sidebar-left .widget .widget-title,
#sidebar-right .widget .widget-title {
    font-size: 18px;
    margin-top: 0;
}

#site-footer {
    background: #365A7A;
    border-top: 6px solid #D97A23;
    font-size: 12px;
    min-height: 400px;
    text-align: center;
    margin-top: 20px;    
}

#site-footer h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #cfc6ae;
    text-decoration: none;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

#site-footer span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #CCCCCC;
}


/* Search Page */

.search-page h1.entry-title {
    font-family: "Univers", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    color: #597786;
    float: none;
    padding-left: 0px;
}

.search-page h1.entry-title a {
    color: #597786;
}

.search-page .page-header {
    margin: 0px 0 0px;
}


/* Media Queries */

@media (max-width: 990px) {
    .sidebar {
        padding-top: 20px;
        height: inherit;
        background-image: none;
        padding-left: 10px;
        margin-bottom: 30px;
    }
    .sidebar ul li a:hover {
        color: #000;
    }
    .schweetlaw_services .entry-header img {
        float: left;
        margin-bottom: 20px;
        width: 100%;
        height: auto;
    }
    .site-about .entry-content .attachment-post-thumbnail {
        width: 100%;
        height: auto;
    }
    .mainLogo img {
        width: 85%;
    }
}

@media (max-width: 767px) {
    .mainLogo img {
        width: 95%;
    }
    .servicesHeader ul {
        padding-left: 0px;
        margin-top: 20px;
    }
    .headerServices li {
        text-align: left;
    }
    #mobileMenu {
        display: none;
    }
    .entry-content .wp-post-image {
        width: 100%;
        height: auto;
    }
    .entry-header .wp-post-image {
        width: 100%;
        height: auto;
    }
    #site-footer {
        margin-top: 15px;
    }
    #hamburger {
        display: block;
    }
    .schweetlaw_people .entry-header img {
        height: auto;
    }
    .schweetlaw_people h1.entry-title {
        padding-left: 0px;
        clear: left;
        margin-top: 15px;
        margin-bottom: 0px;
    }
    .schweetlaw_staff .entry-header img {
        float: left;
        width: 100%;
        height: auto;
    }
}

@media (min-width: 990px) {
    body {
        margin-left: 0px !important;
    }
    .animating {
        transform: translate3d( 0px, 0, 0);
        -webkit-transform: translate3d( 0, 0, 0);
    }
    #mobileMenu {
        display: none !important;
    }
    #hamburger {
        display: none;
	}
	.mainLogo img {
        width: 85%;
    }
}