
body{
    background: var(--bs-light)!important;
}
.blog-preview-image{
    height:300px!important;
    object-fit:cover;
    object-position:center center;
}

.blog-hero {
    position: relative;
}
.blog-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    mask-image: linear-gradient(to left, white 10%, transparent 80%);
    -webkit-mask-image: linear-gradient(to left, white 10%, transparent 80%);
    overflow:hidden;
}
.blog-hero-image img{
    position: relative;
    width:100%;
    height:100%;
    mask-image: linear-gradient(to bottom, white 50%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, white 50%, transparent 100%);
    object-fit: cover;
    object-position: center center;
}
@media screen and (max-width: 1024px) {
    .blog-hero h1 {
        font-size: 3rem;
    }
}
.buyButton i{
    margin-left: 10px;
}
.buyButton{
	width: auto;
	display: block;
	position: relative;
	font-size: 16px;
	text-align: center;
	text-decoration: none!important;
	background: var(--bs-primary);
	padding: 0.8em 1.6em;
	border-radius: 100vh;
	font-weight: bold;
	color: white!important;
	overflow: hidden;
	transition: background-color 0.4s ease, color 0.4s ease, width 0.4s ease;
}
.buyButton:hover {
	background-color: var(--bs-secondary)!important;
}
@media screen and (max-width: 768px) {
    .blog-hero {
        padding-top: 210px;
        padding-bottom: 0;
        mask-image: unset;
        -webkit-mask-image: unset;
    }
    .blog-hero-image {
        height: 320px;
        mask-image: linear-gradient(to bottom, white 50%, transparent 100%);
        -webkit-mask-image: linear-gradient(to bottom, white 50%, transparent 100%);
    }
    .blog-hero-image img{
        object-position: center right;
    }
    .blog-hero h1{
        font-size:2rem;
    }
}
.get-app-icon{
    width:5em;
    height:5em;
    line-height:5em;
    text-align:center;
    margin:auto;
    border-radius:0.5em;
    color:white;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:0.5em;
}
.post-container{
    background-color: white!important;
}
@media screen and (max-width: 768px){
    .post-container{
        background-color: transparent!important;
        box-shadow: none!important;
    }
}

.phone-search-deals{
    transform: rotate(-5deg);
    max-height: 550px;
    position: relative;
    z-index: 10;
    margin-right:-120px;
}
.phone-book-tix{
    transform: rotate(6deg);
    max-height: 550px;
    position: relative;
    z-index: -1;
    margin-top: 40px;
    margin-bottom: -50px;
}
.how-it-works {
    margin-top: -6em;
    padding-bottom: 3em;
}
.download-section{
    width:100%;
    overflow:hidden;
}
@media screen and (max-width: 1024px) {
    .phone-search-deals {
        transform: rotate(0deg);
        width: 100%;
        max-height: unset;
        max-width: 250px;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: unset;
    }
    .phone-book-tix{
        transform: rotate(0deg);
        width: 100%;
        max-height: unset;
        max-width: 250px;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .how-it-works {
        margin-top: 0;
    }
}


.inverted-tags .badge{
    background:var(--bs-dark)!important;
}

.blog-post-image{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    object-fit: cover;
    object-position: center center;
    filter: blur(6px);
    opacity:0.3;
}
.blog-overlap{
    margin-top: 40px;
    position:relative;
    z-index:10;
}

.blog-overlap .attraction-card {
    color: var(--bs-body-color)!important;
    background-color: transparent!important;
    position: relative;
    overflow: hidden;
    height: auto !important;
    z-index: 1;
    border: none;
}

.blog-overlap .attraction-card > .card-body{
    width:100%;
    display:block;
    position:relative;
    z-index:2;
}
.divider{
    border-color: #F2EDED;
    opacity: 1;
}
.blog-overlap .attraction-logo {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 10;
    border-radius: 10px;
}
.blog-overlap .attraction-image {
    min-height: 220px;
    max-height: 320px;
    object-fit: cover;
    position: relative;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
}

.blog-overlap figure {
    background:var(--bs-dark)!important;
}
.blog-overlap figure img {
    mask-image: linear-gradient(to bottom, white 75%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, white 75%, transparent 100%);
}

@media screen and (max-width: 1024px) {
    .blog-overlap .attraction-image {
        min-height: 220px;
        max-height: 300px;
    }
}
@media screen and (max-width: 640px) {
    .blog-overlap .attraction-image {
        min-height: 160px;
        max-height: 220px;
    }
    .blog-overlap .attraction-logo {
        max-width:80px;
    }
}







/* Anything useful site wide here and I'll add it to style.css later */
