/* Blog index */

.post-outer {
    vertical-align: top;
    -webkit-transition: all 0.2s ease-in-out 0s;
    margin-bottom: 20px;
}

.post-inner {
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.2), 0 1px 8px 0 rgba(0,0,0,.12);
    box-sizing: border-box;
    border-radius: 15px;
}

#amazon-affiliate-header {
    margin: 10px 8% 25px 8% !important;
}

.wrapper {
    max-width: none !important;
}

.post-title {
    text-decoration: none;
    margin: 0px !important;
    font-size: 119%;
    text-align: left;
    line-height: normal;
    font-weight: normal;
    text-transform: capitalize;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    background-color: #fafafa;
    height: 85px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #DFDFDF;
    display: table;
    width: 100.1%;
}

.post-footer {
    height: 58px;
    background-color: white;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 14px;
}

.post-link {
    color: #5A5A5A !important;
    padding: 0 10px;
    display: table-cell !important;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.post-link:hover {
    text-decoration: none;
}

.post-meta {
    float: right;
    padding-right: 20px;
    margin-top: -21px;
    color: #828282;
}

.footer-icon {
    float: left;
    margin-top: 8px;
    margin-left: 10px;
    margin-right: 10px;
    width: 40px;
    border-radius: 30px;
    height: auto;
}

.post-categories {
    padding-top: 16px;
    font-size: 14px;
}

.category {
    padding-right: 5px;
    color: black;
}

.post-content {
    margin-bottom: 0px !important;
}

.post-content img, .blog-post-clicks {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.post-wrapper .post-content img {
	border-radius: 15px;
}

.rss-subscribe {
	color: white;
    padding-top: 20px;
}

a:hover {
    color: #3F51B5;
}

.post-inner:hover {
    box-shadow: 0 6px 20px #AFAFAF;
    border-radius: 15px;
}

/* HEADER*/
.header-logo {
    width: 21%;
    margin: auto !important;
    display: block;
    padding: 2% 4%;
    margin-top: 3%;
}

h1 {
    font-size: 55px !important;
    text-decoration: none;
    font-weight: 500 !important;
    line-height: 1.2em !important;
    text-align: center;
    margin-bottom: 5px !important;
    text-transform: capitalize;
}

.logo-title-desc {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    width: 75%;
    margin: 1% auto;
    color: #737373;
    margin-top: 15px;
}

.categoryFilterTitle {                                                                                                                                            
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    width: 75%;
    margin: 10px auto;
    color: white;
}

@media only screen and (max-width: 500px) {
    .post-outer {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 690px) and (min-width: 576px) {
    .post-meta {
    	display: none;
    }
}

.categoryFilter {
    margin-bottom: 30px;
}

.categoryFilterSelector {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    color: #222;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    width: 80px;
}

.contactBtn, .contactBtn:visited, .contactBtn:hover {
    color: white !important;
}

.navTab a:hover {
    text-decoration: none !important;
}

#blogTitle {
    font-size: 3em !important;
    font-weight: 200 !important;
    margin-bottom: 25px !important;
    margin-top: 1em !important;
    color: white;
}

#blogSubTitle {
    font-size: 1.7em !important;
    font-weight: 100 !important;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
    color: white;
    text-align: center;
}

#subscribeHeader {
    color: white;
    font-weight: 400;
}

#subscribeHeader:hover {
    color: orange;
    text-decoration: underline;
}

#subscribeHeader:visited {
    color: white;
}

.page-content {
    margin-top: 40px;
}

.post-content > a {
    display: block;
}

#navHamburgerIcon:hover {
	color: orange !important;
}

.wrapper {
	margin: 0 25px;
}

.blogIntroBG {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    box-shadow: 0 5px 10px -4px;
}

.devlands.contact {
    min-height: 1300px;
    position: relative;
}

.devlands.contact nav.navbar {
    visibility: visible !important;
    opacity: 1 !important;
}

.devlands.contact main.page-content {
    margin-top: 0px !important;
}

.devlands.contact .blogIntroBG {
    background-position: center !important;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    padding: 150px !important;
}

.devlands.contact #mid-section {
    min-height: auto;
    position: relative;
    width: 100%;
}

.devlands.contact #topright-sidebar-ad {
    width: 100%;
    margin: 0 auto;
}

.devlands.contact #topright-sidebar-ad > .right-sidebar-ad-slot {
    display: none;
}

.devlands.contact #topright-sidebar-ad button.close {
    display: none;
}

.devlands.contact .toast {
    margin: 0 auto;
}

.devlands.contact .standard-para {
    font-family: inherit !important;
}

.devlands.contact .standard-para a {
    color: black !important;
}

.devlands.contact .standard-para a:hover {
    color: #ff639a !important;
}

.devlands.contact footer {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
}

.devlands.contact footer i {
    display: none;
}

@media only screen and (max-width: 767px) {
    .devlands.contact #email-capture-block {
        position: initial !important;
        margin: initial !important;
        width: initial !important;
    }
    
    .devlands.contact #follow-us-block {
        display: block !important;
    }
}

.basicCard {
    margin: auto;
    width: 99%;
}

#blog-banner {
    padding: 40px;
    margin-bottom: 30px;
}

.minus-05-btm {
    margin-bottom: -0.5;
}

.minus-2-top {
    margin-top: -2em;
}

.post-content img {
	max-width: 100%;
	height: auto;
}

#filter {
	text-align: center;
    margin-bottom: 40px;
}

#filter button {
    padding: 1% 2%;
    margin: .5%;
    font-weight: bold;
    font-size: 20px;
}

#filter button.selected {
	background-color: rgba(50, 136, 200, 0.9);
    border: none !important;
    box-shadow: none !important;
}