/*
Theme Name: StoryTrender
Author: Webmuch Software Private Limited
Author URI: http://webmuch.co
Description: StoryTrender theme original version
Version: 1.0
*/

html, body {
    height: 100%;
}

body {
    font-family: 'Heebo', sans-serif;
    background: #fefbf7;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
}

.popup-panel {
    width: 270px;
    height: 150px;
    padding: 1em 1em 12em 1em;
    background: #ffffff;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    border: 1px solid #efefef;
    display: none;
}


.btn-panel {
    display: block;
    margin: 0 0 10px 0;
    float: right;
}


.fb {
    display: inline-block;
    height: 50px;
    width: 220px;
    background: url("./img/FindUs-FB-RGB-1024.png") transparent no-repeat;
    background-size: 220px, 40px;
}

.fb:hover {
    background: url("./img/FindUs-FB-RGB-Blk-1024.png") transparent no-repeat;
    background-size: 220px, 40px;
}

.btn {
    display: inline-block;
    /*background: rgba(1,151,171,1);*/
    background: #e2e2e2;
    border: 0;
    line-height: 3.2em;
    padding: 0 0 0 1em;
    margin-bottom: 1em;
    outline: none;
    text-decoration: none;
    color: #666;
    font-weight: bold;
}

.btn > .arrow {
    display: inline-block;
    line-height: 3.2em;
    text-align: center;
    background: salmon;
    color: white;
    font-size: 1em;
    width: 2.5em;
    transition: margin 200ms;
    margin-left: .75em;
}

.btn:hover {
    background: #bdd6f2;
}

.btn > .arrow:hover {
    margin-left: 1.25em;
    background-color: indianred;
}

button::-moz-focus-inner {
    border: none;
}

.syc-close {
    position: absolute;
    left: -5px;
    top: -5px;
    display: block;
    text-align: center;
    padding: 10px;
    width: 20px;
    height: 25px;
    font-weight: bold;
    color: #CC0000;
    text-decoration: none;
    font-size: 20px;
}

.syc-close:hover {
    color: inherit;
    text-decoration: none;
}

#main-container {

}

/* Related Widget */
.widgetThumb {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

/* Ajax Loader */
.latestLoader {
    clear: left;
    display: block;
    text-align: center;
    margin: 10px auto;
}

.loadLatest, .loadArchive, .ajaxMore {
    clear: left;
    display: block;
    text-align: center;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    text-transform: uppercase;
    width: 50%;
    margin: 0 auto;
    border-radius: 0;

    border: 3px dotted #888888;
    background: transparent;
    text-decoration: none;
}

.loadLatest:hover, .loadArchive:hover, .ajaxMore:hover,
.loadLatest:active, .loadArchive:active, .ajaxMore:active,
.loadLatest:visited, .loadArchive:visited, .ajaxMore:visited {
    background: #efefef;
    color: #888888;
    text-decoration: none;
}

/*Wordpress editor styles start*/
.entry-content img {
    margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}

.alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}

.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.alignnone, img.alignnone {
    /* not sure about this one */
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: left;
    padding-top: 5px;
    max-width: 100%;
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}

.wp-caption p.wp-caption-text {
    padding-top: 5px;
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

/*Wordpress editor styles end*/

/* Header */

.mobile-brand {
    display: block;
}

.navbar-white {
    height: 120px !important;
}

.nav-ctr {
    position: fixed;
    top: 0;
    background: #fff;
    border-left: none;
    border-right: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    height: 120px;
    width: 100%;
    z-index: 1000;
    padding-top: 20px;
}

.navbar-brand {
    position: relative;
    padding: 0 15px;
}

.navbar-brand > img {
    padding-top: 0;
}

/* Menu */

#menu-main {
    width: 50%;
}

#menu-main li.menu-item a {
    font-weight: bold;
    font-size: 16px;
    padding: 0 2px 5px 2px !important;
    text-transform: uppercase;
}

#menu-foot li.menu-item a {
    font-weight: bold;
    font-size: 12px;
    padding: 0 2px 5px 2px !important;
}

.blackUline a {
    border-bottom: 5px solid #000;
}

.dgrayUline a {
    border-bottom: 5px solid #666;
}

.lgrayUline a {
    border-bottom: 5px solid #CCC;
}

.orangeUline a {
    border-bottom: 5px solid #f6a300;
}

.greenUline a {
    border-bottom: 5px solid #13c006;
}

.yellowUline a {
    border-bottom: 5px solid #46b8da;
}

.blueUline a {
    border-bottom: 5px solid #0636c0;
}

.purpleUline a {
    border-bottom: 5px solid #7406c0;
}

.redUline a {
    border-bottom: 5px solid #f21111;
}

/* Search */

.mobile-search {
    padding: 0 15px 10px 15px;
}

.mobile-search input {
    width: 100%;
}

.mobileSearch .glyphicon {
    position: absolute;
    padding: 17px 25px 17px 17px;
    pointer-events: none;
    right: 0px;
}

.customHeadSearch {
    display: none;
}

/* Titles */
.typeTitle {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
    background: #0663d7;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Misc */
.left0 {
    left: 0 !important;
}

.marginTop0 {
    margin-top: 0 !important;
}

.marginTop5 {
    margin-top: 5px !important;
}

.marginTop10 {
    margin-top: 10px;
}

.marginTop20 {
    margin-top: 20px;
}

.marginBottom5 {
    margin-bottom: 5px;
}

.marginBottom10 {
    margin-bottom: 10px;
}

.marginBottom20 {
    margin-bottom: 20px;
}

.clearForm {
    border-radius: 0;
}

.clearForm:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

/* Best Of Slideshow */
.carousel-caption a, .carousel-caption a:hover {
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.7);
    padding: 8px;
    font-weight: bold;
    display: block;
}

/* Featured */
.featuredItem {
    position: relative;
}

.catgLabel {
    position: absolute;
    top: 0;
    left: 15px;
    background: #333333;
    padding: 5px;
    padding-right: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
    font-size: 10px
}

.catgLabel:hover {
    color: #fff;
    text-decoration: none;
}

.featuredItem h3 {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.7);
    margin: 0;
    padding: 8px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.4;
}

.featuredItem h3 a, .featuredItem h3 a:hover {
    color: #fff;
    text-decoration: none;
}

/* Latest Content */
.workWithUs {
    display: block;
}

.postSmallImg {
    display: block;
    position: relative;
}

.postTypeIcon {
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 24px;
}

.catgPostWrapper, .catgSmallWrapper {
    position: relative;
}

.catgSmallWrapper figure {
    margin-bottom: 10px;
}

figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    content: '';
    opacity: 0;
    transform: translate3d(0, 5%, 0);
}

figure.effect-sadie .catgPostDetails {
    visibility: hidden;
    position: absolute;
    bottom: -5%;
    left: 0;
    width: 100%;
    transition: transform 0.35s, color 0.35s;
    transform: translate3d(0, -50%, 0);
    padding: 20px;
}

figure.effect-sadie .catgPostDetails a, figure.effect-sadie .catgPostDetails a:hover {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

figure.effect-sadie .catgPostDetails h2 a, figure.effect-sadie .catgPostDetails h2 a:hover {
    font-size: 20px;
}

figure.effect-sadie figcaption::before {
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie:hover .catgPostDetails {
    visibility: visible;
    color: #fff;
    transform: translate3d(0, -20%, 0) translate3d(0, 0px, 0);
    text-decoration: none;
}

figure.effect-sadie:hover figcaption::before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

figure.effect-sadie {
    display: none;
}

.mobile-cat {
    display: block;
}

.mobile-cat h4 {
    display: block;
    font-size: 12px;
}

.catgSmallWrapper .mobile-cat {
    padding: 10px;
    height: 190px;
    text-align: center;
}

.catgSmallWrapper .mobile-cat img {
    margin: 0 auto;
}

.catgSmallWrapper figure.effect-sadie .catgPostDetails {
    bottom: -20%;
}

.catgSmallWrapper figure.effect-sadie .catgPostDetails h2 {
    line-height: 1.2rem;
    padding: 0;
    margin: 0 0 10px 0;
}

.catgSmallWrapper figure.effect-sadie .catgPostDetails h2 a, .catgSmallWrapper figure.effect-sadie .catgPostDetails h2 a:hover {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.catgSmallWrapper figure.effect-sadie .catgPostDetails {
    padding: 10px;
}

.postCatg {
    display: block;
    background: transparent;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: right;
    color: #444;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0 20px;
}

.postCatg span {
    display: inline-block;
    width: 82%;
    text-align: center;
    color: #ffffff;
    padding: 0;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear;
    z-index: 0;
}

.postCatIcon {
    background: transparent url('img/hashicons/st-icon.png') 0 0 no-repeat;
    background-size: 25px;
}

.postCatgRed span {
    /*border-bottom: 3px solid #f32121;*/
    background: #f32121;
}

.postCatgBlue span {
    /*border-bottom: 3px solid #0636c0;*/
    background: #0636c0;
}

.postCatgGreen span {
    /*border-bottom: 3px solid #13c006;*/
    background: #13c006;
}

.postCatgPurple span {
    /*border-bottom: 3px solid #7406c0;*/
    background: #7406c0;
}

.postCatgYellow span {
    /*border-bottom: 3px solid #edf500;*/
    background: #46b8da;
}

.postCatgOrange span {
    /*border-bottom: 3px solid #f6a300;*/
    background: #f6a300;
}

/* Post Single Page */
.singleMetaWrap {
    color: rgba(153, 153, 153, 1.0);
    margin-top: 12px;
}

.singleMetaWrap > span, .singleMetaWrap > time {
    margin-right: 15px;
}

.singleCatg a {
    background: #228b22;
    padding: 5px;
    padding-right: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
    font-size: 10px
}

.singleCatg a:hover {
    color: #fff;
    text-decoration: none;
}

.singleAuthor .glyphicon {
    font-size: 11px;
}

.page-header {
    margin-top: 20px;
}

.single-title {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 0;
}

.post_content {
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 1.9;
    font-size: 14px;
    color: rgba(68, 68, 68, 1.0);
}

.singlePrevNextWrap a {
    display: block;
    background: #ccc;
    padding: 10px;
    border: 1px solid #aaa;
    color: #000;
    text-align: center;
}

.singlePrevNextWrap a:hover {
    text-decoration: none;
}

/* Gallery Post */
.galleryPostSlider {
    z-index: 1;
    margin-bottom: 100px;
}

.slick-prev:before, .slick-next:before {
    font-size: 50px;
    color: #000;
}

.galleryPostSlider .slick-prev {
    left: 35%;
    z-index: 20;
    /*top: 110%;*/
    width: 50px;
    height: 50px;
}

.galleryPostSlider .slick-next {
    left: 92%;
    z-index: 20;
    /*top: 110%;*/
    width: 50px;
    height: 50px;
}

/* Comments */
.addCommTitle span {
    display: block;
    background: #32cd32;
    color: #fff;
    padding: 10px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 12px;
}

/* Sidebar */
#sidebar {
    padding-top: 15px;
}

#sidebar > ul {
    padding: 0;
}

#sidebar .widget {
    display: block;
    margin-bottom: 20px;
}

#sidebar .widget h4 {
    background: #32cd32;
    color: #fff;
    padding: 10px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 12px;
}

#sidebar .widget ul {
    list-style: none;
    padding: 0;
    border: 1px solid #eee;
    border-top: 0;
}

#sidebar .widget ul li {
    padding: 10px;
    overflow: auto;
    border-bottom: 1px solid #eee;
}

#sidebar .widget ul li:hover {
    background: rgba(255, 255, 255, 0.4);
}

#sidebar .widget ul li a {
    display: block;
    color: #444;
    line-height: 16px;
    font-size: 13px;
    font-weight: 600;
}

#sidebar .widget ul li a:hover {
    text-decoration: none;
}

/* Search Widget */
#sidebar .widget_search form {
    float: none !important;
}

#sidebar .widget_search form .field {
    width: 100%;
}

/* Footer */

/*Sticky footer */
.page-wrap {
    position: relative;
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -200px;
}

.page-wrap:after {
    content: "";
    display: block;
}

.footerRow, .page-wrap:after {
    height: 200px;
}

/* End Sticky footer */

.footerRow {
    background: #777777;
    color: #fff;
    margin-top: 30px;
}

.footerRow a {
    color: #fff;
}

ul.footMenu {
    list-style: none;
    padding: 0;
}

ul.footMenu li {
    display: inline-block;
    padding: 0;
    margin: 10px 10px 0 0;
    padding: 0 10px 0 0;
    border-right: 1px solid #fff;
}

ul.footMenu li:last-child {
    border: none;
}

ul.footSocial, ul.headSocial {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.footSocial li {
    display: inline-block;
    margin: 20px 0 0 15px;
}

ul.footSocial li a {
    display: inline;
    width: 80px;
    color: #ffffff;
    font-size: 30px;
}

ul.footSocial li a:hover {
    color: #999999;
}

.headSocial-container {
    position: absolute;
    right: 0;
    top: -10px;
    z-index: 10;
}

ul.headSocial {

}

ul.headSocial li {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 0;
    font-size: 20px;
}

ul.headSocial li a {
    display: inline;
    text-align: right;
    width: 80px;
    color: #0663d7;
    font-size: 20px;
}

ul.headSocial li a:hover {
    color: #333333;
}

.footer-copy {
    display: block;
    width: 100%;
}

.footMenu,
.footer-copy,
.footSocial {
    text-align: center;
}

.nav-post {
    display: table;
    width: 100%;
    border-bottom: 2px solid rgba(231, 231, 231, 1.0);
    padding-bottom: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 2px solid rgba(231, 231, 231, 1.0);
    padding-top: 30px;
    font-size: 14px;
}

.nav-post .prev-post, .nav-post .next-post {
    width: 50%;
    text-align: center;
    display: table-cell;
    vertical-align: top;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    font-size: inherit;
}

.nav-post .prev-post > a > span, .nav-post .next-post > a > span {
    color: rgba(153, 153, 153, 1.0);
    text-transform: uppercase;
    text-decoration: none;
    margin-top: -5px;
    font-weight: normal;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: inherit;
}

.nav-post .prev-post > a, .nav-post .next-post > a {
    color: rgba(28, 28, 28, 1.0);
    text-decoration: none;
    display: block;
    font-weight: bold;
    line-height: 1.3;
    font-size: inherit;
}

.polaroid {
    background: #ffffff;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear;
    z-index: 0;
}

.catgSmallWrapper.polaroid {
    padding: 5px;
}

/* STYLING FOR CAROUSEL BUTTONS */
.carousel-control .glyphicon-circle-arrow-left,
.carousel-control .icon-prev {
    margin-left: -20px;
}

.carousel-control .glyphicon-circle-arrow-right,
.carousel-control .icon-next {
    margin-right: -20px;
}

.carousel-control .glyphicon-circle-arrow-left,
.carousel-control .glyphicon-circle-arrow-right,
.carousel-control .icon-next, .carousel-control
.icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 24px;
}

.carousel-control
.glyphicon-circle-arrow-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -20px;
}

.carousel-control .glyphicon-circle-arrow-left,
.carousel-control .glyphicon-circle-arrow-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 55%;
    z-index: 5;
    display: inline-block;
}

.ribbon-wrapper-red {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: 13px;
}

.ribbon-red {
    font: bold 10px 'Heebo';
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -8px;
    top: 17px;
    width: 122px;
    background-color: #F30E3E;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d6dc7a), to(#a89c35));
    background-image: -webkit-linear-gradient(top, #d6dc7a, #a89c35);
    background-image: -moz-linear-gradient(top, #d6dc7a, #a89c35);
    background-image: -ms-linear-gradient(top, #d6dc7a, #a89c35);
    background-image: -o-linear-gradient(top, #d6dc7a, #a89c35);
    color: #333333;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.ribbon-red:before, .ribbon-red:after {
    content: "";
    border-top: 3px solid #a89c35;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px;
}

.ribbon-red:before {
    left: 0;
}

.ribbon-red:after {
    right: 0;
}

/* FORMS */
.st-form {
    max-width: 600px;
    padding: 15px;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear;
    z-index: 0;
}

.nf-response-msg {
    padding: 15px;
    font-weight: bold;
    max-width: 600px;
    margin-bottom: 5px;
}

.cat-desc {
    margin: 20px 0;
    padding: 10px;
}

.cat-desc p {
    margin: 5px 0 !important;
    padding: 0 !important;
}

article.post img, .slick-slide img {
    border: 1px solid #eeeeee;
    padding: 5px;
    background: #efefef;
}

.slick-slide img, .slick-slide a, .slick-slide small {
    display: block;
    max-width: 450px;
    margin: 0 auto;
}

.slick-slide small {
    padding-top: 5px;
    text-align: center;
}

.video-container {
    position: relative;
    margin-top: 15px;
}

#videoPlayer {
    position: relative;
}

#adContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: rgba(255, 255, 255, 0.5);*/
}

.wpp-no-data {
    display: none;
}

.wpp-thumbnail {
    display: inline;
    float: left;
    width: 48px !important;
    height: 48px !important;
    margin: 0 10px 0 0 !important;
    border: none;
}

.wpp-home .popular-posts h4 {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    background: #333333;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.wpp-home .popular-posts .wpp-list {
    margin-left: 0;
    list-style: none;
    padding: 0;
    border-top: 0;
}

.wpp-home .popular-posts .wpp-list li {
    padding: 8px;
    overflow: auto;
}

.wpp-home .popular-posts .wpp-list li:hover {
    background: rgba(195, 244, 211, 0.4);
}

.wpp-home .popular-posts .wpp-list li a {
    display: block;
    color: #444;
    line-height: 16px;
    font-size: 12px;
    font-weight: 600;
}

.wpp-home .popular-posts .wpp-list li .wpp-views {
    display: none;
}

.wpp-home .popular-posts-home {
    margin-top: 1rem;
    height: auto;
}

.wpp-home .popular-posts .wpp-list li a {
    line-height: 14px;
    font-size: 12px;
}

/*.item.eds-choice {*/
/*max-height: 360px !important;*/
/*overflow: hidden !important;*/
/*}*/

/** MASONRY STYLES **/

.msnry--wrapper {
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
}

.grid-item {
    position: relative;
}

.grid-item.col-md-4,
.grid-item.col-md-2,
.grid-item.col-md-3 {
    /*padding-left: 5px;*/
    /*padding-right: 5px;*/
}

.postCatRed {
    background: #f32121;
}

.postCatBlue {
    background: #0636c0;
}

.postCatGreen {
    background: #13c006;
}

.postCatPurple {
    background: #7406c0;
}

.postCatYellow {
    background: #46b8da;
}

.postCatOrange {
    background: #f6a300;
}

.msnry--category-header {
    display: block;
    width: 100%;
    line-height: 1.8rem;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0;
}

.msnry--category-header a {
    display: block;
    width: 100%;
    padding: 0.7rem;
    text-align: center;
    color: #ffffff;
}

.msnry--category-header a:hover {
    background: #333333;
    text-decoration: none;
}

.msnry--img-container {
    background: #ffffff;
    padding-bottom: 5px;
    height: 125px;
}

.msnry--img-container img {
    background: #ffffff;
}

.catBdrRed {
    border-bottom: 2px solid #f32121;
}

.catBdrBlue {
    border-bottom: 2px solid #0636c0;
}

.catBdrGreen {
    border-bottom: 2px solid #13c006;
}

.catBdrPurple {
    border-bottom: 2px solid #7406c0;
}

.catBdrYellow {
    border-bottom: 2px solid #46b8da;
}

.catBdrOrange {
    border-bottom: 2px solid #f6a300;
}

/*.masonry-sml .msnry--img-container {*/
/*height: 110px;*/
/*}*/

/*.masonry-med .msnry--img-container {*/
/*height: 175px;*/
/*}*/

/*.masonry-lrg .msnry--img-container {*/
/*height: 240px;*/
/*}*/

.msnry--story-link {
    position: relative;
    background: #ffffff;
    padding: 1rem;
    min-height: 120px;
}

.msnry--story-link h4 {
    padding: 0;
    margin: 0;
}

.msnry--story-link:hover {
    background: rgba(0, 0, 0, 0.1);
}

/*.msnry--story-link:hover {*/
/*z-index: 100;*/
/*height: 280px;*/
/*top: -160px;*/
/*}*/

.msnry--story-link a {
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
}

.msnry--story-link a:hover {
    color: #666666;
    text-decoration: underline;
}

.masonry-sml .msnry--story-link a {
    font-size: 1.5rem;
}

.masonry-med .msnry--story-link a {
    font-size: 1.2rem;
}

.masonry-lrg .msnry--story-link a {
    font-size: 2.5rem;
}

.msnry--pub-date {
    position: absolute;
    bottom: 5px;
    height: 40px;
    width: 100%;
    background-image: url('img/hashicons/st-icon.png');
    background-repeat: no-repeat;
    background-position: 90% 8px;
    background-size: 25px;
    background-color: transparent;
    padding: 1rem 0;
    font-weight: bold;
    color: #aaaaaa;
}

.prev-next {
    text-align: center;
}

.prev-next a {
    display: inline-block;
    margin: 1rem;

}

.btn-np {
    width: 200px;
    font-weight: 600;
}

.btn-np:hover {
    color: #fff;
    text-decoration: underline;
}

.btn-st-green {
    color: #fff;
    background-color: #32cd32;
    border-color: #32cd32;
}

/** SLIDERS **/
#bestOfSlider {

}

/** RELATED **/

.related {
    position: relative;
    margin-top: 10px;
    margin-bottom: 5px;
    background: #ffffff;
    height: 350px;
}

.related img,
.related a,
.related span {
    display: block;
}

.related h4,
.related span {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    margin: 0;
}

.related h4,
.related h4 a {
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
}

.related span {
    position: absolute;
    bottom: 15px;
    color: #aaaaaa;
}

.google-ad {
    width: 100%;
}

.google-ad,
.google-ad ins.adsbygoogle {
    position: relative;
    /*display: block !important;*/
    /*margin: 0 auto;*/
    text-align: center;
}

.footer-ad,
.sidebar-ad,
.home-ad {
    background: #eeeeee;
    padding: 20px 0;
}

.sidebar-ad {
    margin-bottom: 20px;
}

.header-ad {
    padding: 20px 0 10px 0;
    position: relative;
}

.ce-logo {
    padding-top: 20px;
    text-align: center;
}

.ce-logo img {
    max-width: 60px !important;
    width: 100% !important;
    height: auto !important;
    display: inline-block !important;
}

/* RESPONSIVE STUFF */
@media only screen and (min-width: 500px) {

    .mobile-search {
        display: none;
    }

    .customHeadSearch {
        display: block;
        position: relative;
        margin: 0;
        padding-top: 10px;
    }

    .customHeadSearch .glyphicon {
        position: absolute;
        pointer-events: none;
        right: 10px;
        top: 23px;
    }

    .customHeadSearch input {
        border: 1px solid #d1d1d1;
        color: #454545;
        line-height: 22px;
        padding: 3px 5px;
        margin: 12px 0;
        width: 230px;
    }

    .navbar-collapse {
        position: relative;
        border-top: none;
    }

    #menu-main {
        width: auto;
    }

    #menu-main li.menu-item a:hover, #menu-main li.current-menu-item a {
        padding-bottom: 20px !important;
    }

    .carousel-caption a, .carousel-caption a:hover {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .masonry-med .msnry--img-container {
        padding-bottom: 10px;
        height: 163px;
    }

    .masonry-med .msnry--story-link a {
        font-size: 2rem;
    }

    .wpp-home .popular-posts-home {
        margin-top: 1rem;
        height: auto;
    }

    .wpp-home .popular-posts .wpp-list li a {
        line-height: 21px;
        font-size: 21px;
    }
}

@media only screen and (min-width: 760px) {

    .navbar-white {
        height: 70px !important;
    }

    .nav-ctr {
        height: 90px !important;
    }

    .mobile-brand {
        display: none;
    }

    .customHeadSearch input {
        width: 120px;
        margin: 13px 0;
    }

    .customHeadSearch .glyphicon {
        top: 31px;
        right: 7px;
    }

    #menu-main li.menu-item a {
        font-size: 8px;
    }

    #menu-main li.menu-item {
        margin: 15px 6px;
    }

    .masonry-med .msnry--img-container {
        height: 205px;
    }

    .masonry-med .msnry--story-link a {
        font-size: 1.4rem;
    }

    .wpp-home .popular-posts-home {
        margin-top: 1rem;
    }

    .wpp-home .popular-posts .wpp-list li a {
        line-height: 21px;
        font-size: 21px;
    }

    .footMenu,
    .footer-copy,
    .footSocial {
        text-align: left;
    }
}

@media only screen and (min-width: 1000px) {

    .navbar-brand > img {
        padding-top: 5px;
    }

    .customHeadSearch input {
        width: 150px;
        margin: 16px 0;
    }

    .customHeadSearch .glyphicon {
        top: 34px;
        right: 10px;
    }

    #menu-main li.menu-item a {
        font-size: 14px;
    }

    #menu-main li.menu-item {
        margin: 15px 6px;
    }

    figure.effect-sadie {
        display: block;
    }

    .mobile-cat {
        display: none;
    }

    .catgSmallWrapper.polaroid {
        padding: 0;
    }

    ul.footSocial {
        margin: 0;
        float: right;
    }

    .masonry-med .msnry--img-container {
        height: 130px;
    }

    .masonry-med .msnry--story-link a {
        font-size: 1.6rem;
    }

    .wpp-home .popular-posts-home {
        margin-top: 0;
    }

    .wpp-home .popular-posts-home {
        height: 346px;
    }

    .wpp-home .popular-posts-home .wpp-list li:nth-last-child(-n+2) {
        display: none;
    }

    .wpp-home .popular-posts .wpp-list li a {
        line-height: 16px;
        font-size: 12px;
    }

    .related {
        height: 300px;
    }
}

@media only screen and (min-width: 1200px) {

    .customHeadSearch input {
        width: 230px;
        margin: 16px 0;
    }

    .customHeadSearch .glyphicon {
        top: 34px;
        right: 10px;
    }

    #menu-main li.menu-item a {
        font-size: 14px;
    }

    #menu-main li.menu-item {
        margin: 15px 10px;
    }

    .wpp-no-data {
        display: none;
    }

    .wpp-thumbnail {
        display: inline;
        float: left;
        width: 50px !important;
        height: 50px !important;
        margin: 0 10px 0 0 !important;
        border: none;
    }

    .wpp-home .popular-posts h4 {
        color: #ffffff;
        font-weight: bold;
        font-size: 16px;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        background: #064684;
        padding: 10px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .wpp-home .popular-posts .wpp-list {
        margin-left: 0;
        list-style: none;
        padding: 0;

    }

    .wpp-home .popular-posts .wpp-list li {
        padding: 10px 10px 10px 0;
        overflow: auto;
        border-bottom: 1px dashed #333333;
    }

    .wpp-home .popular-posts .wpp-list li:last-child {
        border-bottom: none;
    }

    .masonry-med .msnry--img-container {
        height: 160px;
    }

    .masonry-med .msnry--story-link a {
        font-size: 1.6rem;
    }

    .wpp-home .popular-posts-home {
        height: 422px;
    }

    .wpp-home .popular-posts-home .wpp-list li:nth-last-child(-n+2) {
        display: block;
    }
}

.catgPostDetails h2 {
    line-height: 1.8rem !important;
}

.jw-dock {
    position: absolute !important;
    top: 0 !important;
    left: 20px !important;
    margin: 0 !important;
}

/* SUBMISSION FORMS */
.resp-container {
    position: relative;
    overflow: hidden;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .resp-container {
        padding-top: 1000%;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
    .resp-container {
        padding-top: 1000%;
    }
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
    .resp-container {
        padding-top: 1000%;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .resp-container {
        padding-top: 400%;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .resp-container {
        padding-top: 400%;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .resp-container {
        padding-top: 400%;
    }
}

/**********
iPad 3
**********/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .resp-container {
        padding-top: 400%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .resp-container {
        padding-top: 400%;
    }
}

/* Desktops and laptops ----------- */
@media only screen  and (min-width: 1224px) {
    .resp-container {
        padding-top: 300%;
    }
}

/* Large screens ----------- */
@media only screen  and (min-width: 1824px) {
    .resp-container {
        padding-top: 300%;
    }
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .resp-container {
        padding-top: 1000%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .resp-container {
        padding-top: 1000%;
    }
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .resp-container {
        padding-top: 1000%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .resp-container {
        padding-top: 1000%;
    }
}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .resp-container {
        padding-top: 1000%;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .resp-container {
        padding-top: 1000%;
    }
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .resp-container {
        padding-top: 1000%;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .resp-container {
        padding-top: 1000%;
    }
}

/* iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    .resp-container {
        padding-top: 1000%;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    .resp-container {
        padding-top: 1000%;
    }
}

/* iPhone XS Max, XR ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    .resp-container {
        padding-top: 1000%;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .resp-container {
        padding-top: 1000%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .resp-container {
        padding-top: 1000%;
    }
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    .resp-container {
        padding-top: 1000%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    .resp-container {
        padding-top: 1000%;
    }
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    .resp-container {
        padding-top: 1000%;
    }
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    .resp-container {
        padding-top: 1000%;
    }
}


/* SOME TEXT COLORS */

.text-life-blue {
    color: #46b8da;
}

.text-white {
    color: #ffffff;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}