/*
Theme Name: Oregon Catalyst
Author: Umar Sindhu
Author E-mail: umarsindhu3@gmail.com
Description: Resposive theme for Oregon catalyst
Version: 1.0.0
*/

body {
    background: #e4e4e4;
    font-size: 1rem;
    font-family: 'Josefin Sans', sans-serif;
}
p{
    font-family: 'Domine';
}
input[type="submit"], button {
    background-color: #c62641;
    color: #fff;
    padding: 6px 26px;
    border: 0;
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 14px;
    cursor: pointer;
}
input[type="submit"]:hover, button:hover {
    box-shadow: 0px 8px 9px 0px #bfbfbf;
}
select{
    padding: 6px;
}
td{
    padding:8px;
}
div#logo {
    padding: 3px;
    padding-left: 11px;
}
.social-icons{
    margin-left:15px;
	margin-top: 8px;
}

.social-icons a img{
    max-height: 30px;
    margin-left: 12px;
}
.social-icons #feedburner img{
    box-shadow: 0px 2px 0px 0px #4c4c4c;
}
.navbar {
    background-color: #0F314E;
    padding: 25px 14% 250px 14%;
}

.navbar .fixed-top {
    z-index: 0;
}

.navbar #logo a {
    color: #fff;
}

.navbar .nav-item .nav-link {
    color: #fff;
    font-size: 0.7rem;
    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;
}

.content {
    background-color: #e4e4e4;
    position: relative;
    z-index: 1031;
    top: 210px;
    padding-bottom: 45px;
}

.main-content {
    margin-top: -100px;
    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.1rem;
    text-transform: uppercase;
}

.section-head.latest-stories {
    font-size: 1.1rem;
    text-transform: uppercase;
    margin-top: 25px;
}
.alm-listing{
    padding: 0 22px!important;
}
article .entry-header {
    margin-top: 12px;
}
.top-stories-posts article .entry-header .entry-title span.date {
    font-size: 1.1rem;
    color: #C62641;
}
.top-stories-posts article .entry-header .entry-title a {
    font-size: 1.5rem;
    color: #000;
}
article .entry-header .entry-title a {
    text-transform: uppercase;
    font-size: 1rem;
    color: #000;
    -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-editor a {
    text-transform: none;
    font-size: 1rem;
    color: #000;
    -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: #C62641;
    -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;
}

article .entry-header .entry-meta span {
    color: #949494;
    font-size: 0.9rem;
}
.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: 90%;
    max-height: 80%;
}

.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 **/
.single_content, .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 {
    text-transform: uppercase;
}
.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: #c62641;
}
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;
}
.alm-btn-wrap .alm-load-more-btn{
    background-color: #c62641!important;
}
/* Post navigation */

.navigation {
    display: none;
    margin: 0 auto;
    margin-top: 70px;
}

.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;
}
.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;
}

/** WP125 ad css **/
#wp125adwrap_1c {
    text-align: center;
}

@media (max-width: 667px) {
    .h1, h1 {
        font-size: 1.6rem;
    }
    div#logo {
        margin: 0 auto;
    }
    .social-icons {
        margin: 0 auto;
    }
    .social-icons a img {
        max-height: 29px;
        margin-left: 2px;
    }
    .navbar {
        padding: 9px;
    }
    button.navbar-toggler {
        margin: 0 auto;
    }
    .content {
        position: static;
        margin-top: 13px;
    }
    .main-content {
        margin-top: 0;
        padding-top: 110px;
    }
    .section-head {
        padding: 0 0 10px 0px;
    }
    .navigation{
        display: table;
    }
    .nav-next,.nav-previous {
        position: static;
        text-align: center;
    }
    .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;
    }
}

/* For squished issue */ 
.ajax-load-more-wrap{
  width:100%;
}
