@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap');
@font-face {
    font-family: 'DKBocadillo';
    src: url('../fonts/DKBocadillo-Regular.eot');
    src: url('../fonts/DKBocadillo-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DKBocadillo-Regular.woff2') format('woff2'),
        url('../fonts/DKBocadillo-Regular.woff') format('woff'),
        url('../fonts/DKBocadillo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FiveBoroughsHandwriting';
    src: url('../fonts/FiveBoroughsHandwriting-Regul.eot');
    src: url('../fonts/FiveBoroughsHandwriting-Regul.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FiveBoroughsHandwriting-Regul.woff2') format('woff2'),
        url('../fonts/FiveBoroughsHandwriting-Regul.woff') format('woff'),
        url('../fonts/FiveBoroughsHandwriting-Regul.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Rounded Bold';
    src: url('../fonts/GothamRounded-Bold.eot');
    src: url('../fonts/GothamRounded-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamRounded-Bold.woff2') format('woff2'),
        url('../fonts/GothamRounded-Bold.woff') format('woff'),
        url('../fonts/GothamRounded-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
.font-fbh {
	font-family: 'FiveBoroughsHandwriting', sans-serif !important;
}
.font-gotham-bold {
	font-family: 'Gotham Rounded Bold', sans-serif !important;
}
.text-blue {
	color: #013cac !important;
}
body {
	font-family: 'Muli', sans-serif;
	font-size: 16px;
}
h4 {
	font-size: 20px;
	font-weight: bold;
}
.btn {
	border-radius: 20px;
	padding: 5px 20px;
}
.btn-danger {
	background-color: #f20000;
	border-color: #f20000;
}
header {
	background: url(../img/HEADER_NEW_WEB_AGUSTUS_2024.jpg) no-repeat bottom center;
	background-size: cover;
	background-position: center;
	padding-top: 40px;
	padding-bottom: 20px;
}
.header-top {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.header-top .nav-link {
	color: #fff;
	font-size: 14px;
}
.header-top .nav-link:hover,
.header-top .nav-link.active {
	background: url(../img/bg-top-menu-active.png) no-repeat center center;
	background-size: contain;
}
.header-top .btn {
    font-size: 14px;
    padding: 7px 20px;
}
.header-bottom .nav-link {
	color: #fff;
	font-size: 16px;
	padding: .3rem 1rem;
	transition: 200ms all;
}
.header-bottom .nav-link:hover,
.header-bottom .nav-link.active {
	background: url(../img/bg-menu-active.png) no-repeat center center;
	background-size: cover;
	border-radius: 15px;
}
/*Edit 29 April 2024 by Alvin*/
.header-middle {
    opacity: 0;
	margin-bottom: 50px;
}
.header-title {
	color: #fff;
	font-family: 'Black Han Sans', sans-serif;
	font-size: 45px;
	text-align: center;
}
.header-tag,
.header-tag a,
.breadcrumbs,
.breadcrumbs a {
	color: rgba(255,255,255,.7);
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	text-align: center;
}
@media (max-width: 768px) {
    header {
        padding: 10px 0px 110px 10px;
    }
    header > .container {
        margin: 0;
        padding: 0;
    }
    header > .container .logo a > img {
        width: 80px;
    }
    .header-middle {
        display: none;
    }
}
main {
	padding: 40px 0;
}
.section-title {
	background: url(../img/bg-section-title.png);
	padding: 15px;
	position: relative;
	text-align: center;
}
.section-title h3 {
    background: #fff;
	color: #0756ca;
    display: inline-block;
	font-family: 'Black Han Sans', sans-serif;
	font-size: 28px;
    margin-bottom: 0;
    padding: 5px;
}
.section-title .social-links {
	padding: 5px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.section-title .btn-social {
	background: #0756ca;
	border: 1px solid #0756ca;
	border-radius: 50%;
	color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
    height: 28px;
    width: 28px;
    text-align: center;
    transition: 200ms all;
}
.section-title .btn-social:hover {
	color: #0756ca;
	background: #fff;
}
.video-section {
	background: url(../img/bg-video.jpg) no-repeat center center;
	background-size: cover;
	padding: 40px 0;
}
.video-section .video-title {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.video-list {
	background: #fff;
	box-shadow: 7px 7px 0 0 rgba(0,0,0,0.1);
	padding: 40px 20px 5px;
	position: relative;
}
.video-list-title {
	background: #0756ca;
	color: #fff;
	font-family: 'DKBocadillo';
	font-size: 20px;
	padding: 5px 15px;
	position: absolute;
	top: -20px;
	left: 20px;
}
.video-item {
	display: flex;
	margin-bottom: 15px;
}
.video-item-thumb {
	flex: 0 0 30%;
	margin-right: 10px;
}
.video-item-thumb img {
	width: 100%;
}
.video-item-title {
	font-weight: bold;
}
.post-list {
	padding: 30px 0;
}
.post-item {
	position: relative;
	margin-top: 30px;
}
.post-title,
.post-title a {
	color: #272727;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 10px;
}
.post-image {
	display: block;
    overflow: hidden;
    position: relative;
}
.post-image::before {
    content: "";
    padding-top: 75%;
    display: block;
}
.post-image img {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    z-index: 0;
}
.post-category {
	background: url(../img/bg-category.png) no-repeat center center;
	background-size: cover;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    position: absolute;
    left: 10px;
    top: -15px;
    text-transform: uppercase;
    z-index: 1;
}
.featured-post-list {
	padding: 20px 0 30px;
}
.featured-post-list .post-title,
.featured-post-list .post-title a {
	font-size: 20px;
	line-height: normal;
	margin-top: 0;
	text-align: center;
}
.featured-post-list .post-category {
	position: relative;
}
.featured-post-list .row {
	margin: 0;
}
.featured-post-list .col-md-4 {
	padding: 0;
}
.post-detail {
    position: relative;
    margin-top: -41px;
}
.post-detail .post-header {
	position: relative;
}
.post-detail .post-header::before {
	background: url(../img/shadow.png) repeat-x top center;
    content: "";
    display: block;
    height: 80px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.post-detail .post-header .container {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.post-detail .post-image::before {
	display: none;
}
.post-detail .post-image img {
	position: relative;
}
.post-detail .post-title {
	color: #fff;
	font-size: 35px;
	font-weight: 800;
	line-height: 45px;
}
.post-detail .post-meta {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-detail .post-category {
	position: initial;
}
.post-detail .post-content {
	color: #233281;
	margin: 40px auto;
	width: 60%;
}
.post-detail .post-content img {
	display: block;
	height: auto;
	max-width: 100%;
	margin: 10px auto;
}
.products {}
.product-item {
	display: flex;
	justify-content: flex-start;
	margin: 30px auto;
	width: 90%;
}
.product-item:nth-child(even) {
	justify-content: space-between;
}
.product-image {
	min-width: 50%;
	text-align: left;
}
.product-item:nth-child(even) .product-image {
	text-align: right;
}
.product-content {
	width: 45%;
}
.product-name {
	color: #233281;
	font-family: 'DKBocadillo', sans-serif;
	font-size: 45px;
}
#frozz-blueberry-mint {
    margin-top: -130px;
    align-items: center;
}
#frozz-cherry-mint {
    margin-top: -80px;
    align-items: center;
}
#frozz-lime-mint {
    margin-top: -130px;
    align-items: center;
}
#frozz-mango-mint {
    margin-top: -140px;
    align-items: center;
}
#frozz-mint {
    margin-top: -130px;
    align-items: center;
}
.other-products {
	font-size: 14px;
	font-weight: bold;
	margin: 30px 0;
	text-align: center;
}
.other-products img {
	margin-bottom: 10px;
}
.events-title {
	color: #828282;
	font-family: 'DKBocadillo', sans-serif;
	font-size: 25px;
}
.events-calendar table {
	background: url(../img/bg-calendar.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	margin-left: auto;
}
.events-calendar table th {
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	height: 50px;
	text-align: center;
}
.events-calendar table th a {
	color: #fff;
}
.events-calendar table td {
	font-size: 14px;
	padding: 5px;
	height: 50px;
	width: 50px;
	text-align: center;
}
.events-calendar table td a {
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: block;
	height: 40px;
	line-height: 38px;
}
.events-calendar table td .today {
	background: rgba(255,255,255,.2);
	border-radius: 50%;
	color: #fff;
	display: block;
	height: 40px;
	line-height: 38px;
}
.events-list {
	margin-top: 20px;
}
.event-item {
	display: flex;
}
.event-date {
	background: url(../img/bg-date.png) repeat-y center center;
	background-size: cover;
	color: #fff;
	text-align: center;
	width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.event-date span {
}
.event-date span:first-child {
	display: block;
	font-size: 30px;
	line-height: 30px;
}
.event-content {
	background-color: #ebebeb;
	flex: 1;
	padding: 15px 20px;
}
.event-name {
	font-weight: bold;
}
.event-place {

}
.event-status {
	color: #146ed4;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.login {
	background: url(../img/bg-login.jpg) no-repeat center top;
	background-size: 100%;
	color: #fff;
}
.login header {
	background: none;
}
.login .form-group {
	margin-bottom: 20px;
}
.login .form-control {
	background: rgba(255,255,255,.2);
	border: 1px solid rgba(255,255,255,.5);
	color: #fff;
	font-size: 14px;
}
.login .form-control::placeholder {
	color: #fff;
}
.frozzpreneur header {
	background: url(../img/frozzpreneur-header.png) no-repeat center top;
	background-size: 100%;
	color: #fff;
	min-height: 570px;
	text-align: center;
}
.frozzpreneur main {
	position: relative;
}
.frozzpreneur main:before {
	background: url(../img/frozzpreneur-img.png) no-repeat right top;
	content: "";
	display: block;
	position: absolute;
	top: -350px;
	width: 100%;
	height: 948px;
	z-index: -1;
}
.frozzpreneur h3 {
	color: #013cac;
	font-size: 40px;
}
.frozzpreneur-form {
	background: url(../img/frozzpreneur-footer.png) no-repeat center top;
	background-size: 100%;
	color: #fff;
    padding: 80px;
}
.frozzpreneur-form form {
	width: 80%;
	margin: auto;
}
.frozzpreneur-form .form-control {
	background: rgba(255,255,255,.1);
	border-color: transparent;
	color: #fff;
}
.instagram-feed {
	display: flex;
	flex-wrap: wrap;
}
.ig-thumb {
	flex: 0 0 20%;
	position: relative;
	width: 20%;
}
.ig-thumb img {
	width: 100%;
}
.ig-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(7, 86, 202, .7);
    opacity: 0;
    color: #fff;
    text-align: center;
    padding: 20px;
    overflow: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: 200ms opacity;
}
.ig-thumb:hover .ig-caption {
	opacity: 1;
}
footer {
	background: url(../img/Footer_Web_Frozz_2024.jpg) no-repeat center bottom;
	color: #233281;
	font-size: 12px;
	padding: 25px;
}
footer .nav {
	margin-bottom: 30px;
}
footer .nav-link {
	color: #233281;
	padding: 0 10px;
}
footer .nav-link:first-child {
	padding-left: 0;
}
.btn-social {
	background: #384290;
	border: 1px solid #384290;
	border-radius: 50%;
	color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    transition: 200ms all;
}
.btn-social:hover {
	color: #384290;
	background: #fff;
}
@media (max-width:600px) {
	.frozzpreneur header {
		background-size: inherit;
	}
	.frozzpreneur main:before {
	    background-size: contain;
	    right: -150px;
	    top: -120px;
	}
	.frozzpreneur-form {
		background-size: cover;
		padding: 80px 0;
	}
	.frozzpreneur-form form {
		width: 100%;
	}
}

@media (max-width: 768px){
        .header-tag, .header-tag a, .breadcrumbs, .breadcrumbs a{
            
        }
       .post-detail .post-header .container{
           position: static;
           left: 0;
           transform: none;
           
       }
       .post-detail .post-title{
         color: #0562fa;
        }
       .post-detail .post-meta{
           color: #000;
       }
 .post-detail .breadcrumbs a{
    color: rgba(0,0,0,.75);
}
}


/* Custom CSS */
@media (max-width: 768px) {
    footer > .row.justify-content-between > .col.d-flex.align-items-end.justify-content-end {
        justify-content: flex-start !important;
        margin-top: 20px;
    }
}

/* Edit by Alvin */
@media (min-width: 769px) {
    .img-mobile {
        display: none;
    }
}
@media (max-width: 768px) {
    .img-desktop {
        display: none;
    }
}