/* place "display: none" objects here for easy identification */


/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/

#main.blogs .content {
    max-width: 1600px;
    margin-bottom: 150px;
}
#main.blogs .content #blog {
    z-index: 2;
    position: relative;
    width: 100%;
    max-width: calc(100% - 60px);
    /* margin: -150px auto 0; */
    margin: 0 auto;
    /* padding: 22px 15px 15px; */
    /* border-radius: 10px; */
    /* -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; */
}

#b-hero {
    position: relative;
}
#b-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}
#b-hero .titles {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
#b-hero .titles * {
    margin-left: 0;
}


#cats {
    width: 100%;
    max-width: 1600px;
    padding: 0 0 0 30px;
    list-style: none;
}
#cats li {
    position: relative;
    width: calc(20% - 30px);
    margin-right: 30px;
    padding: 0;
}
#cats li a {
    display: block;
}
#no-cats {
    height: 30px;
}

#blog {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#blog .blog-post ul {
    list-style: none;
    padding: 0;
}
#blog .blog-post ul li {
    display: inline-block;
    margin-right: 10px;
    padding: 0;
}

/*--------------------------------------------------------------
## Hero 1
--------------------------------------------------------------*/

#b-hero.hero-1 {
    padding-top: 50px;
}
#b-hero.hero-1 h3 {
    margin-bottom: 10px;
}
#b-hero.hero-1 h1 {
    margin-bottom: 50px;
}
#b-hero.hero-1 .flexbox {
    padding: 50px 0 50px 30px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
#b-hero.hero-1 .flexbox > div {
    width: calc(50% - 30px);
    margin-right: 30px;
}
#b-hero.hero-1 .flexbox > div:last-of-type {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
            align-self: center;
}

#b-hero.hero-1 ul {
    list-style: none;
    padding: 0;
}
#b-hero.hero-1 ul li {
    display: inline-block;
    margin-right: 10px;
    border: 2px solid;
    padding: 0;
}
#b-hero.hero-1 ul li a {
    display: block;
    padding: 6px 15px;
}


/*--------------------------------------------------------------
## Hero 2
--------------------------------------------------------------*/

#b-hero.hero-2 {
    padding: 130px 30px;
}
#b-hero.hero-2 .titles a p {
    display: inline-block;
    border: 2px solid;
    padding: 10px 15px;
    line-height: 1;
}


/*--------------------------------------------------------------
## Hero 3
--------------------------------------------------------------*/

#b-hero.hero-3 {
    padding: 50px 0;
}
#b-hero.hero-3 > div {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    padding: 30px 30px 200px;
}
#b-hero.hero-3 > div > div {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px 20px 5px;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
}
#b-hero.hero-3 ul {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}
#b-hero.hero-3 ul li {
    display: inline-block;
    padding: 0 5px;
}


/*--------------------------------------------------------------
## Hero 4
--------------------------------------------------------------*/

#b-hero.hero-4 {
    padding: 130px 30px;
}


/*--------------------------------------------------------------
## Categories 1
--------------------------------------------------------------*/

#cats.cat1-style {
    margin: 20px auto;
}
#cats.cat1-style li {
    padding: 0;
    border: 2px solid;
}
#cats.cat1-style li a {
    display: block;
    padding: 15px 20px;
}


/*--------------------------------------------------------------
## Categories 2
--------------------------------------------------------------*/

#cats.cat2-style {
    margin: 30px auto;
}
#cats.cat2-style li:before {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
}
#cats.cat2-style li a {
    padding: 5px 0 5px 40px;
}
#cats.cat2-style li:first-of-type:before {
    display: none;
}
#cats.cat2-style li:first-of-type a {
    padding-left: 0;
}


/*--------------------------------------------------------------
## Posts Loop 1
--------------------------------------------------------------*/

#blog.posts-loop-1 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#blog.posts-loop-1 .blog-post {
    width: calc(50% - 15px);
    margin-bottom: 40px;
}
#blog.posts-loop-1 .blog-post .feat-img {
    padding-top: 60%;
}
#blog.posts-loop-1 .blog-post ul li {
    border: 2px solid;
}
#blog.posts-loop-1 .blog-post ul li a {
    display: block;
    padding: 6px 15px;
}
#blog.posts-loop-1 .blog-post h3,
#blog.posts-loop-1 .blog-post p {
    padding: 0;
}
#blog.posts-loop-1 .blog-post p {
    margin-bottom: 5px;
}


/*--------------------------------------------------------------
## Posts Loop 2
--------------------------------------------------------------*/

#blog.posts-loop-2 .blog-post {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#blog.posts-loop-2 .blog-post > a {
    display: block;
    max-width: 680px;
    width: 50%;
}
#blog.posts-loop-2 .blog-post > a div {
    width: 100%;
    padding-top: 60%;
}
#blog.posts-loop-2 .blog-post ul {
    padding: 0 30px;
}


/*--------------------------------------------------------------
## Posts Loop 3
--------------------------------------------------------------*/

#blog.posts-loop-3 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
#blog.posts-loop-3 .blog-post {
    width: calc(33.33% - 20px);
    margin-bottom: 100px;
    margin-right: 30px;
}
#blog.posts-loop-3 .blog-post:nth-of-type(3n) {
    margin-right: 0;
}
#blog.posts-loop-3 .blog-post > div {
    position: relative;
    padding-top: 100%;
}
#blog.posts-loop-3 .blog-post > div > a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#blog.posts-loop-3 .blog-post > div > div {
    position: absolute;
    background-color: #fff;
    left: 0;
    bottom: -60px;
    width: calc(100% - 60px);
    margin-left: 30px;
}
#blog.posts-loop-3 .blog-post ul {
    padding: 0 30px;
}


/*--------------------------------------------------------------
## Posts Loop 4
--------------------------------------------------------------*/

#blog.posts-loop-4 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#blog.posts-loop-4 .blog-post {
    margin-bottom: 30px;
}
#blog.posts-loop-4 .blog-post .feat-img {
    width: calc(100% - 60px);
    margin: 0 30px 25px;
    padding-top: 60%;
}


/*--------------------------------------------------------------
## Posts Loop 5
--------------------------------------------------------------*/

#blog.posts-loop-5 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
#blog.posts-loop-5 .blog-post {
    width: calc(33.33% - 20px);
    margin-bottom: 30px;
    margin-right: 30px;
}
#blog.posts-loop-5 .blog-post:nth-of-type(3n) {
    margin-right: 0;
}
#blog.posts-loop-5 .blog-post .feat-img {
    padding-top: 60%;
    margin-bottom: 20px;
}


/*--------------------------------------------------------------
# Single Blog Post
--------------------------------------------------------------*/

#main .single-blog-post {
    height: 100%;
    float: none;
    width: 100%;
}

#main.overlap .blog-wrapper {
    margin-top: 100px;
}

.single-blog-post .blog-wrapper {
    z-index: 2;
    position: relative;
    display: -webkit-box;
        display: -ms-flexbox;
            display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1250px;
    margin: 0 auto;
}

.single-blog-post .blog-wrapper nav {
    max-width: 700px;
    margin: 30px auto;
}

.single-blog-post .banner {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
}

.single-blog-post .banner.no-overlap {
    height: 300px;
}

.single-blog-post .blog-post {
    margin-bottom: 50px;
}

.single-blog-post .blog-content {
    z-index: 2;
    max-width: 700px;
    margin: -150px auto 0;
    background-color: #fff;
    border-radius: 10px;
}

.single-blog-post .blog-content h6 {
    padding: 0 30px;
}

.single-blog-post .blog-content .blog-post-title {
    padding: 0 30px;
    line-height: 1.2;
}

.single-blog-post .blog-content .blog-info {
    padding: 30px 0 0;
}

.single-blog-post .blog-content .blog-info img {
    width: 100%;
    margin-bottom: 25px;
}

.single-blog-post .blog-content .blog-excerpt {
    padding: 15px 0;
}

.single-blog-post .blog-content .blog-excerpt h2,
.single-blog-post .blog-content .blog-excerpt h3,
.single-blog-post .blog-content .blog-excerpt h4 {
    margin: 30px 0 15px;
}

.single-blog-post .blog-content .blog-excerpt a {
    text-decoration: underline !important;
    color: #0065A8 !important;
}

.single-blog-post .blog-content .blog-excerpt .wp-block-button a {
    text-decoration: none !important;
    color: inherit !important;
}

.single-blog-post .blog-content .blog-excerpt img {
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.25);
}

.single-blog-post .blog-content .blog-excerpt .giphy-embed {
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.25);
}



/*--------------------------------------------------------------
## Single 1
--------------------------------------------------------------*/

body.single #main .post1 .post-title {
    margin-top: 50px;
    margin-bottom: 50px;
}
body.single .post1 .feat-img {
    height: 500px;
}
body.single .post1 #cats li {
    display: inline-block;
    width: initial;
    margin-right: 20px;
}
body.single .post1 .share {
    margin-left: 30px;
    margin-bottom: 15px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 10px 0;
}
body.single .post1 .share .date {
    display: inline-block;
    margin-right: 10px;
}
body.single .post1 .share a {
    border-left: 1px solid;
}
body.single .post1 .share a i {
    width: 30px;
    margin-left: 4px;
    text-align: center;
}

/*--------------------------------------------------------------
## Single 2
--------------------------------------------------------------*/

body.single .post2 .feat-img {
    height: 500px;
}
body.single .post2 .blog-post {
    background-color: #fff;
    margin-top: -100px;
}
body.single .post2 #cats,
body.single .post2 .post-title,
body.single .post2 .date,
body.single .post2 .author,
body.single .post2 .share {
    text-align: center;
}
body.single .post2 #cats {
    margin-top: 30px;
    padding-left: 0;
}
body.single .post2 #cats li {
    display: inline-block;
    width: initial;
    margin-right: 20px;
}
body.single .post2 #cats li:last-of-type {
    margin-right: 0;
}
body.single #main .post2 .post-title {
    margin-top: 0;
}
body.single .post2 .share {
    margin-bottom: 30px;
}
body.single .post2 .share a {
    border-left: 1px solid;
}
body.single .post2 .share a:first-of-type {
    border-left: none;
}
body.single .post2 .share a i {
    width: 30px;
    margin-left: 4px;
    text-align: center;
}

/*--------------------------------------------------------------
## Single 3
--------------------------------------------------------------*/

body.single #main .post3 .post-title {
    margin-bottom: 0;
}
body.single .post3 .post-meta,
body.single .post3 .share {
    max-width: 800px;
    margin: 0 auto;
}
body.single .post3 .post-meta > div,
body.single .post3 #cats li {
    display: inline-block;
    width: initial;
    margin-right: 8px;
    padding-left: 12px;
}
body.single .post3 #cats {
    display: inline-block;
    width: initial;
    padding: 0;
}
body.single .post3 .post-meta > div,
body.single .post3 #cats li,
body.single .post3 .share a {
    border-left: 1px solid;
}
body.single .post3 .post-meta > div:first-of-type,
body.single .post3 .share a:first-of-type {
    border-left: none;
    padding-left: 0;
}
body.single .post3 .share {
    margin-top: 10px;
    margin-bottom: 30px;
}
body.single .post3 .share a:first-of-type i {
    margin-left: -10px;
}
body.single .post3 .share a i {
    width: 30px;
    margin-left: 4px;
    text-align: center;
}
body.single .post3 .feat-img {
    width: 100%;
    margin-bottom: 30px;
}


/*--------------------------------------------------------------
## Single 4
--------------------------------------------------------------*/

body.single .post4 .feat-img {
    width: calc(100% - 60px);
    max-width: 1200px;
    height: 500px;
    margin: 50px auto 0;
}
body.single .post4 #cats,
body.single .post4 .post-title,
body.single .post4 .date,
body.single .post4 .author,
body.single .post4 .share {
    text-align: center;
}
body.single .post4 #cats {
    margin-top: 30px;
    padding-left: 0;
}
body.single .post4 #cats li {
    display: inline-block;
    width: initial;
    margin-right: 20px;
}
body.single .post4 #cats li:last-of-type {
    margin-right: 0;
}
body.single #main .post4 .post-title {
    margin-top: 0;
}
body.single .post4 .share {
    margin-bottom: 30px;
}
body.single .post4 .share a {
    border-left: 1px solid;
}
body.single .post4 .share a:first-of-type {
    border-left: none;
}
body.single .post4 .share a i {
    width: 30px;
    margin-left: 4px;
    text-align: center;
}


/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/

.global-side .single-blog-post .blog-post,
.side .single-blog-post .blog-post{
    width: inherit;
    max-width: 70%;
}

.global-side .blog-wrapper.global-side-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.global-side.side .blog-wrapper.side-right,
.side .blog-wrapper.side-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.global-side .blog-wrapper.global-side-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.global-side.side .blog-wrapper.side-left,
.side .blog-wrapper.side-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.global-side.no-side .single-blog-post .blog-post {
    max-width: 100%;
}

#main.blogs .sidebar,
.single-blog-post .sidebar {
    z-index: 2;
    position: relative;
}

.single-post #main .sidebar form {
    margin-bottom: inherit !important;
    padding: 0 !important;
    -webkit-box-shadow: none !important;
        box-shadow: none !important;
}

.single-post #main .sidebar h2 {
    padding: inherit;
}

#main.blogs .sidebar {
    margin-top: -150px;
}

#main.blogs .sidebar.global-side-left .sidebar-content,
#main.blogs .sidebar.side-left .sidebar-content {
    margin-left: 30px;
    margin-right: 0;
}

#main.blogs .sidebar.global-side-right .sidebar-content,
#main.blogs .sidebar.side-right .sidebar-content {
    margin-left: 0;
    margin-right: 30px;
}

.single-blog-post .sidebar {
    margin: -150px 2.5% 0;
}

#main.blogs .sidebar .sidebar-content,
.single-blog-post .sidebar .sidebar-content {
    border-radius: 10px;
    background-color: #fff;
}



/*--------------------------------------------------------------
# Layout One
--------------------------------------------------------------*/

.single-blog-post .blog-content.layout-one {
    margin: -320px auto 0;
}

.single-blog-post .blog-content.layout-one .blog-info {
    padding: 0;
}

.single-blog-post .blog-content.layout-one .blog-info img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.single-blog-post .sidebar.layout-one {
    margin-top: -280px;
}


/*--------------------------------------------------------------
# Layout Two
--------------------------------------------------------------*/

.single-blog-post .blog-content.layout-two {
    margin: -100px auto 0;
}

.single-blog-post .sidebar.layout-two {
    margin-top: -100px;
}



/*--------------------------------------------------------------
# Other Stuff
--------------------------------------------------------------*/


#pagination,
#comments {
    z-index: 2;
    position: relative;
}

.comment-stat {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 10px;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 1);
}

.swp_social_panel {
    margin: 5px 0 10px !important;
}

.swp_social_panel a {
    color: #fff !important;
}



#archives {
    list-style: none;
    margin: 0;
    padding: 15px 15px 0;
}

#archives li {
    padding: 10px 15px;
    border-bottom: 1px solid #3a7bd5;
}

#archives li a {
    /* font-family: 'Montserrat', sans-serif; */
    text-transform: lowercase;
}

#archives li a:hover {
    background: -webkit-gradient(linear, right top, left top, from(#0065A8), to(#3a7bd5));
    background: linear-gradient(to left, #0065A8, #3a7bd5);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
}


#pagination {
    display: block !important;
}

#pagination .blog-click {
    display: inline-block;
    z-index: 100;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 10px;
    text-transform: lowercase;
    text-decoration: none;
    color: #fff !important;
    cursor: pointer;
    -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
}

#pagination .blog-click:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.2);
}



/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/

#comments {
    background-color: #f3f3f3;
    padding: 25px 0 15px;
}

.single-blog-post #comments {
    max-width: 700px;
    margin: 0 auto;
    border-radius: 10px;
}

#comments ul.comment-list {
    padding: 0 30px;
    -webkit-transform: none;
            transform: none;
}

#comments ul.comment-list li {
    padding: 0;
}

#comments a {
    text-decoration: underline;
}

#comments cite.fn {
    padding: 0 5px;
}

#main .single-blog-post #comments textarea,
#main .single-blog-post #comments .comment-body p:only-of-type {
    min-height: calc(20px + 1em);
    margin-top: 6px;
    border-radius: 5px !important;
    border: 1px solid #e0e0e0 !important;
    background-color: #fff !important;
    text-align: left;
}

#main .single-blog-post #comments .comment-body p {
    min-height: calc(20px + 1em);
    background-color: #fff !important;
    text-align: left;
    padding-top: 0;
    padding-bottom: 15px;
    margin-bottom: 0;
}

#main .single-blog-post #comments .comment-body p:first-of-type {
    margin-top: 6px;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border: 1px solid #e0e0e0 !important;
    border-bottom: none !important;
    padding-top: 15px;
}

#main .single-blog-post #comments .comment-body p:last-of-type {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border: 1px solid #e0e0e0 !important;
    border-top: none !important;
    margin-bottom: 15px;
}

#main .single-blog-post #comments .comment-body p:only-of-type {
    padding-top: 15px;
    margin-bottom: 15px;
}

#comments #commentform {
    max-width: 100%;
    margin: 0;
    padding: 0 30px;
    background-color: rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: none;
        box-shadow: none;
}

#comments form .comment-form-comment {
    margin: 0;
}

#main .post #comments form label {
    display: block;
}

#respond {
    margin-top: 20px;
}

#comments .reply {
    margin-bottom: 20px;
}

#comments .reply .comment-reply-link,
#comments form .form-submit input {
    display: inline-block;
    width: inherit !important;
    border: none !important;
    border-radius: 5px !important;
    background: #222 !important;
    color: #fff;
    text-transform: lowercase;
}

#comments .reply .comment-reply-link {
    padding: 7px 15px 11px;
    text-decoration: none;
}

#comments form .form-submit input {
    margin: 5px 0 0;
}

.comments-title {
    margin-bottom: 20px;
}

.comment-list {
    margin: 0;
}

.comment {
    list-style: none;
}

.vcard {
    display: table-row;
}

.avatar,
.fn,
.says {
    display: table-cell;
    vertical-align: middle;
}

.fn {
    padding: 0 5px;
    font-style: normal;
    color: #0065A8;
}

.comment-meta {
    margin: 10px 0;
}

@media screen and (max-width: 999px) {

    #blog.posts-loop-2 .blog-post > div {
        width: 50%;
    }

}

@media screen and (max-width: 699px) {

    #main.blogs #blog {
        display: block;
        text-align: center;
        padding: 22px 0 0;
    }

    #main.blogs .blog-post {
        margin: 15px auto !important;
    }

    #main.blogs .sidebar {
        margin-top: 0;
    }

    #blogs {
        width: 100%;
    }

    #blogs .blog-post {
        width: 100%;
        padding: 30px 15px 0;
    }

    .single-blog-post .blog-content {
        margin: -260px 2.5% 0;
    }

    .single-blog-post .blog-content.layout-one {
        margin: -430px auto 0;
    }

    .single-blog-post .blog-content.layout-one .blog-info img {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .single-blog-post .blog-content.layout-two {
        margin: -100px 2.5% 0;
    }

    .single-blog-post #comments {
        margin: 0 2.5%;
    }

    .single-blog-post .sidebar {
        margin-top: 30px !important;
        margin-bottom: 50px;
    }

    .single-blog-post .sidebar-content {
        margin: 0 auto;
    }

    #blog.posts-loop-2 .blog-post {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }


}
