/*
Theme Name: Oregon Business
Author: Umar Sindhu
Author E-mail: umarsindhu3@gmail.com
Description: Resposive theme for Oregon catalyst
Version: 1.0.0
*/

body {
    background: #fff;
    font-size: 1rem;
    font: normal normal 13px 'Montserrat', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Old Standard TT', serif;
}
p{
    font-size: .9rem;
    line-height: 1.4;
}
a{
    color: #0f4ba4;
}
input {
    padding: 17px 13px;
    border: 1px solid #d6d6d6;
}

input[type="submit"],
button {
    background-color: #0F4BA4;
    color: #fff;
    padding: 16px 21px;
    border: 0;
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 14px;
    cursor: pointer;
    margin-left: -6px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

input[type="submit"]:hover,
button:hover {
    box-shadow: 0px 8px 9px 0px #bfbfbf;
    background-color: #37A000;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

select {
    padding: 6px;
}

td {
    padding: 8px;
}

.single article {
    padding: 10px 37px;
    box-shadow: -12px -12px 13px -9px #dcdcdc;
}

.social-icons .fa,
.social-icons .fab {
    color: #fff;
    font-size: 25px;
    letter-spacing: 10px;

}

.navbar {
    position: relative;
    top: -8px;
    background-color: #0d47a1;
    background: linear-gradient(145deg, #0d47a1, #42a5f5);
    padding: 20px 10% 10px 10%;
}

#logo {
    padding: 3px;
    padding-left: 11px;
    text-align: center;
    margin-bottom: 35px;
}

#logo a {
    font-family: 'Old Standard TT', serif;
    color: #666;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.logo-big-letter {
    font-size: 28px;
}

.logo-big-letter.o {
    color: #37A000;
    font-size: 34px;
}
.logo-date{
    color: #b7b7b7;
    font-weight: 600;
    font-size: 13px;
}
.navbar .nav-item .nav-link {
    color: #fff;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.navbar .nav-item {
    padding: 5px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.navbar .nav-item.current-menu-item {
    background: rgba(0, 0, 0, .1);
}

.navbar .nav-item:hover {
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.sidebar-left div#secondary {
    box-shadow: 0px 0px 24px 1px #dcdcdc;
}
.newsfeed {
    margin: 0 auto;
    display: table;
}
.newsfeed h5{
    text-align: center;
}
.newsfeed ul{
    list-style-position: inside;
}
.widget-title {
    display: none;
}

.content {
    background-color: #fff;
    position: relative;
    z-index: 1031;
    padding-bottom: 45px;
    margin-top: 40px;
}

.main-content {
    background-color: #fff;
    /*-webkit-box-shadow: 0 30px 50px 0 rgba(1, 1, 1, .15);
    box-shadow: 0 30px 50px 0 rgba(1, 1, 1, .15);*/
    /*padding-top: 30px;*/
    padding-bottom: 60px;
}

.section-head {
    padding: 0 0 4px 0px;
    text-align: center;
}

.section-head .section-title.h3 {
    font-size: 1.13rem;
    text-transform: uppercase;
}

.section-head.latest-stories {
    font-size: 1.13rem;
    text-transform: uppercase;
    margin-top: 25px;
}

.alm-listing {
    padding: 0 22px !important;
}

article .entry-header {
    margin-top: 12px;
}

article.oregon-post.col-lg-6.text-center {
    border-top: 2px solid #e7e7e7;
    border-radius: 69px;
    margin-bottom: 30px;
    background-color: #fdfdfd;
}

.top-stories-posts article .entry-header .entry-title span.date {
    font-size: 1.13rem;
    color: #C62641;
}

.top-stories-posts article .entry-header .entry-title a {
    font-size: 1.7rem;
    color: #000;
}

article .entry-header .entry-title a {
    text-transform: uppercase;
    font-family: 'Old Standard TT', serif;
    font-size: 1.5rem;
    color: #0f4ba4;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

article .entry-header .entry-title a:hover {
    text-decoration: none;
    color: #37A000;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

article .entry-header .post-excerpt p {
    color: #949494;
    font-size: 0.9rem;
    text-align: justify;
    padding: 0 16px;
}

article .entry-header .entry-meta .meta-item {
    color: #bbbbbb;
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.featured-image {
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.featured-image img {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    max-width: 100%;
    height: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.featured-image img:hover{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.post_thumbnail,
.entry-content p img {
    margin-bottom: 30px;
    max-width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.post_thumbnail img {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

/** Single post and Page **/
.page_content {
    padding-right: 5%;
    padding-left: 5%;
}

.page_content article .entry-header {
    text-align: center;
    margin-bottom: 50px;
}

.page_content article .entry-header h1 {
    font-size: 2.3rem;
}

article .entry-header .entry-title {
    font-family: 'Old Standard TT', serif;
    text-transform: uppercase;
    margin-bottom: 25px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    font-size: 1.9rem;
    color: #0f4ba4;
}

.entry-content h4 {
    font-size: 1.3rem;
}

article .entry-meta {
    margin-top: .8rem;
    margin-bottom: 2rem;
}

.meta-item {
    text-transform: none;
    display: inline-table;
    vertical-align: top;
    font-size: 0.8rem;
    margin-right: 15px;
}

.meta-item,
.meta-item span,
.meta-item a,
.comment-metadata a {
    color: #888888;
}

.meta-item a {
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom .1s ease-in-out;
    transition: border-bottom .1s ease-in-out;
}

.meta-item a:hover {
    text-decoration: underline;
}

.meta-item:after {
    content: "/";
    right: -7px;
    position: relative;
}

.meta-comments:after {
    display: none;
}

blockquote,
q {
    position: relative;
    padding: 3rem 1rem 1rem;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.88;
    border: 1px double rgba(0, 0, 0, .1);
    margin: 3rem 0;
    display: block;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    -webkit-box-shadow: 0 0 0 10px #ffffff;
    box-shadow: 0 0 0 10px #ffffff;
    background: #37A000;
}

blockquote:before,
q:before {
    content: "\201D";
    top: -1.3rem;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    position: absolute;
    font-family: 'Domine';
    width: 40px;
    height: 40px;
    display: block;
    line-height: 52px;
    text-align: center;
    left: 50%;
    margin-left: -20px;
    color: #FFF;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 10px #FFF;
    box-shadow: 0 0 0 10px #FFF;
    font-size: 2.5rem;
    font-weight: 600;
    padding: 7px;
}

.entry-tags {
    margin-top: 2rem;
    margin-bottom: 4rem;
}

.entry-tags a {
    font-size: 12px !important;
    color: #000;
    display: inline-block;
    vertical-align: top;
    padding: 9px 20px;
    height: 30px;
    line-height: 1;
    margin-right: 2px;
    margin-bottom: 7px;
    background: rgba(0, 0, 0, .07);
    border: none;
}

.entry-tags a:hover {
    color: #c62641;
    text-decoration: none;
}

div#respond {
    padding-left: 39px;
}

/* Post navigation */

.navigation {
    display: none;
    margin: 0 auto;
    margin-top: 0;
}

.navigation li {
    display: inline;
}

.nav-next {
    background: #c62641;
    padding: 6px;
    border-radius: 2px;
    text-align: center;
    margin-top: 6px;
}

.nav-previous {
    background: #c62641;
    padding: 8px;
    border-radius: 2px;
    text-align: center;
}

.nav-next a,
.nav-previous a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
}

.post-navigation h2 {
    margin-bottom: 70px;
    text-align: center;
}

/** Sidebars **/
.sidebar {
    margin-top: 0;
}
.scroller_anchor{height:0px; margin:0; padding:0;}

.widget-area {
    padding: 5px;
}

aside.widget {
    margin-bottom: 40px;
}

.widget-content {
    padding: 10px;
    text-align: center;
}

.widget-content #searchform label {
    display: none;
}

.widget-content #searchform {
    text-align: center;
}

.widget-title {
    padding: 5px;
    padding-top: 14px;
    background-color: #f1f1f1;
    color: #707070;
    text-align: center;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 26px;
}

.custom-html-widget {
    text-align: center;
}

.footer {
    padding: 209px 0 17px 0;
    text-align: center;
    color: #a2a2a2;
}

.logo-footer h3 a,
.logo-footer h3 a:hover {
    color: #9a9a9a;
    text-decoration: none;
}

@media (max-width: 667px) {

    .h1,
    h1 {
        font-size: 1.6rem;
    }
    .social-icons {
        margin: 0 auto;
    }

    .social-icons a img {
        max-height: 29px;
        margin-left: 2px;
    }

    .navbar {
        padding: 9px;
    }

    button.navbar-toggler {
        margin: 0 auto;
    }
    
    div#logo {
        margin: 0 auto;
        margin-bottom: 30px;
    }
    #logo a {
        font-size: 14px;
    }
    .logo-big-letter {
        font-size: 20px;
    }
    
    .logo-big-letter.o {
        color: #37A000;
        font-size: 28px;
    }
    .newsfeed {
        padding: 10px;
    }
    .newsfeed i.fa{
        display: none;
    }
    .newsfeed a{
       color: #3b98ea !important;
    }
    .content {
        position: static;
        margin-top: 13px;
        padding-bottom: 0;
    }

    .main-content {
        margin-top: 0;
        padding-top: 30px;
    }

    .section-head {
        padding: 0 0 10px 0px;
    }

    .navigation {
        display: table;
    }

    .nav-next,
    .nav-previous {
        position: static;
        text-align: center;
    }
    article .entry-header .entry-title {
        font-size: 1.3rem !important;
    }
    textarea#comment {
        width: 280px;
    }
    .footer {
        padding: 0 0 50px 0;
    }

    /*Hide load more button on mobile*/
    .desktop-loadmore {
        display: none;
    }

    /*Hide left sidebar on mobile*/
    .sidebar-left {
        display: none;
    }

    .top-stories-posts article .entry-header .entry-title a {
        display: block;
        text-decoration: underline;
    }
}

@media (min-width: 667px) {
    .mobile-loadmore {
        display: none;
    }

    .logo-footer p {
        display: none;
    }
}
