
/*
Theme Name: The Vibes Academy Blog Theme
Theme URI: https://www.thevibes.academy/blog
Author: The Vibes Academy
Author URI: https://www.thevibes.academy/blog
Description: A custom WordPress theme for The Vibes Academy.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the-vibes-academy
*/

body{
    font-family: "Inter", sans-serif !important;
    font-optical-sizing: auto;
}
.custom-navbar-toggler{
    appearance: none;
    border: none;
    outline: none;
}
.custom-navbar-toggler:focus-visible{
    appearance: none;
    border: none;
    outline: none;
}
.custom-navbar-toggler:focus{
    appearance: none;
    border: none;
    outline: none;
    box-shadow: none;
}

.carouselCustom .carousel-inner2 {
    border-radius: 12px;
}
.carouselCustom .CatrgoryTagDesign{
    background-color: #FF3700;
    color: #fff;
    display: inline;
    padding: 4px 11px;
    font-size: 14px;
    border-radius: 6px;
    font-weight: 300;
}
.carousel-inner2 {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carouselCustom .carousel-caption2 {
    position: absolute;
    left: 5%;
    bottom: 5%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}
.carouselCustom .BannerHeading{
    font-size: 36px;
    line-height: 43px;
    margin-top: 15px;
    font-weight: 400;
}
.CustomCard .CardCate{
    background-color:#f6f8ff;
    color: #FF3700;
    display: inline;
    padding: 4px 11px;
    font-size: 14px;
    border-radius: 6px;
    font-weight: 300;
    text-decoration: none;
}
.PostCustom .card{
    border: 1px solid #DEB8B8;
    padding: 18px;
}
.PostCustom .card-body{
    padding: 18px 0px 0px 0px;
}
.PostCustom .card-body .card-title {
    margin-bottom: 0px;
}
.PostCustom .card-body .card-title a{
    font-size: 24px;
    color: #181A2A;
    text-decoration: none;
    line-height: 30px;
}
.paddingCustom{
    padding-top: 100px;
    padding-bottom: 50px;
}
.carousel-item2 {
       position: relative;
    background: #000;
}
.CustomFooter{
    background-color: #1E1E1E;
    color: #fff;
}
.CustomFooter ul li{
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}
.CustomFooter ul li a{
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    font-size: 18px;
}
.CustomFooter ul li a:hover{
    color: #FE3C0C;
}
.CustomFooter ul li .ThemeColor{
    text-decoration: none;
    color: #FE3C0C;
    font-weight: 400;
}
.socailMediaLink{
    padding-left: 0px;
}
.socailMediaLink li{
    list-style: none;
    padding-left: 0px;
}
.CategoryBox{
    border-top: 1px solid #f2f2f2;
    padding: 23px 0px 0px 0px;
}
.CategoryBox h1{
    font-size: 28px;
}
.ImageFixSize{
    width: 100%;
    height: 450px;
    overflow: hidden;
    opacity: 0.6;
}
.offcanvas{
    padding-left: 22px;
}
.offcanvas.offcanvas-end{
    top: 0;
    right: 0;
    width: 100vw;
    border-left: none;
    transform: none;
}
.offcanvas-body {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0px;
}
.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: right;
}
.offcanvas-header .btn-close {
    margin-top: 15px;
    margin-right: 25px;
}
.menu-item a{
color: #3e3e3e;
    font-size: 19px;
    font-weight: 300;
    margin: 10px 0px;
    text-decoration: none;
    display: block;
}
.PostViewDesign .PostHeading h1{
    color: #01004A;
    font-size: 36px;
    font-weight: 700;
    margin-top: 2px;
}
.PostViewDesign h1{
    color: #01004A;
    font-size: 36px;
    font-weight: 700;
    margin-top: 40px;
}
.PostViewDesign h2{
    color: #01004A;
    font-size: 28px;
    font-weight: 600;
    margin-top: 40px;
}
.PostViewDesign h3{
    color: #01004A;
    font-size: 24px;
    font-weight: 500;
    margin-top: 40px;
}
.PostViewDesign h4{
    color: #01004A;
    font-size: 20px;
    font-weight: 500;
    margin-top: 40px;
}
.ImageFixSize img{
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}
.PostViewDesign h5{
    color: #01004A;
    font-size: 22px;
    font-weight: 500;
    margin-top: 40px;
}
.PostViewDesign h6{
    color: #01004A;
    font-size: 22px;
    font-weight: 500;
    margin-top: 40px;
}
.RecentBlogsHeading{
    color: #01004A;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
}
.BlogHomeLInk{
    display: block;
    color: #FE3C0C;
    font-size: 18px;
    font-weight: 600;
    margin-top: 40px; 
    text-decoration: none;
}
.PostViewDesign{
    position: relative;
}
.PostInnerBox{
    background-color: #fff;
    padding: 50px 50px 0px 50px;
    position: relative;
    top: -100px;
    border-radius: 30px 30px 0px 0px;
}
.SocialMediaShareList{
    display: flex;
    align-items: center;
    gap: 19px;
    justify-content: center;
}
.ShareBoxDesign .Heading{
    color: #434343;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    margin: 20px 0px;
}
.ShareBoxDesign{
    margin: 0px 0px 100px 0px;
}
.PostInnerBox .PostHeading{
    margin-bottom: 70px;
}
.PostViewDesign .PostHeading p{
    color: #586E8A;
    font-size: 14px;
    font-weight: 300;
}
.PostViewDesign img{
   max-width: 100%;
   width: 100%;
   display: block;
   margin: 15px 0px;
   border-radius: 20px;
}
.PostViewDesign blockquote{
    color: #01004A;
    font-size: 25px;
    font-weight: 600;
    font-style: italic;
    margin: 55px 0px;
    line-height: 35px;
    padding: 0px 150px;
    position: relative;
}
.PostViewDesign blockquote::after{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../the_vibes_academy/images/pq.svg) no-repeat;
    width: 62px;
    height: 50px;
    rotate: 179deg;
}
.PostViewDesign blockquote::before{
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(../the_vibes_academy/images/pq.svg) no-repeat;
    width: 62px;
    height: 50px;
    rotate: 360deg;
}
.PostViewDesign p{
    color: #01004A;
    font-size: 20px;
    font-weight: 200;
    margin: 25px 0px;
    line-height: 27px;
}
.PostViewDesign p strong{
    font-weight: 500;
}
.ImageCardFixSize{
        width: 100%;
    height: 270px;
    overflow: hidden;
}
.ImageCardFixSize img{
       height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}
.SinglePageImage{
    width: 100%;
    height: 650px;
    overflow: hidden;
}
.SinglePageImage img{
       height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.PostViewDesign p b{
    font-weight: 500;
}
.PostViewDesign p a{
    font-weight: 500;
    text-decoration: underline;
    color: #01004A;
}
.customloadmoreBtn{
    color: #696A75 !important;
    border: 1px solid #c3c3c3;
    font-weight: 400;
    border-radius: 6px;
    font-size: 16px;
    padding: 7px 18px;
}


@media only screen and (max-width: 767px) {
.SinglePageImage {
    height: 190px;
}
.p-4{
       padding: 0.6rem !important; 
}
.PostInnerBox {
    padding: 20px 20px 0px 20px;
    top: -46px;
    border-radius: 30px 30px 0px 0px;
}
.navbar-brand img{
    width: 120px;
}
.PostViewDesign .PostHeading h1 {
    font-size: 30px;
}
.PostInnerBox .PostHeading {
    margin-bottom: 30px;
}

.PostViewDesign blockquote::before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(../the_vibes_academy/images/pq.svg) no-repeat;
    width: 23px;
    height: 19px;
    rotate: 360deg;
    background-size: 19px;
}

.PostViewDesign blockquote::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../the_vibes_academy/images/pq.svg) no-repeat;
    width: 22px;
    height: 18px;
    rotate: 179deg;
    background-size: 19px;
}
.PostViewDesign blockquote {
    color: #01004A;
    font-size: 19px;
    font-weight: 600;
    font-style: italic;
    margin: 40px 0px;
    line-height: 25px;
    padding: 0px 38px;
    position: relative;
}
.ShareBoxDesign .Heading {
    color: #434343;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin: 16px 0px;
}
.RecentBlogsHeading {
    color: #01004A;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
}
.slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.paddingCustom {
padding-top: 41px;
        padding-bottom: 11px;
        gap: 18px;
}
.PostViewDesign h2 {
    color: #01004A;
    font-size: 23px;
    font-weight: 600;
    margin-top: 40px;
}
.PostViewDesign p {
    color: #01004A;
    font-size: 18px;
    font-weight: 200;
    margin: 25px 0px;
    line-height: 28px;
}
.CategoryBox h1 {
    font-size: 23px;
}
.BlogHomeLInk {
    display: block;
    color: #FE3C0C;
    font-size: 16px;
    font-weight: 600;
    margin-top: 40px;
    text-decoration: none;
}
.PostCustom .card-body .card-title a {
    font-size: 23px;
    color: #181A2A;
    text-decoration: none;
    line-height: 30px;
}
.CustomFooter ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    font-size: 16px;
}
.CustomFooter ul li {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}
.socailMediaLink a img{
    width: 20px;
}

}