/*
Theme Name: savedate
*/

@font-face {
    font-family: 'Poppins';
    src: url('../savedate/assets/fonts/poppins/Poppins-Light.woff2') format('woff2'),
        url('../savedate/assets/fonts/poppins/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../savedate/assets/fonts/poppins/Poppins-Regular.woff2') format('woff2'),
        url('../savedate/assets/fonts/poppins/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../savedate/assets/fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
        url('../savedate/assets/fonts/poppins/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../savedate/assets/fonts/poppins/Poppins-Bold.woff2') format('woff2'),
        url('../savedate/assets/fonts/poppins/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair';
    src: url('../savedate/assets/fonts/playfair/PlayfairDisplay-Regular.woff2') format('woff2'),
        url('../savedate/assets/fonts/playfair/PlayfairDisplay-Regular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




body {
    font-family: 'Poppins', sans-serif !important;

    --HeadingColor: #131313;
    --TextColor: #333333;
    --LightTextColor: #666666;

    --PrimaryColor: #ed5f78;
    --YellowColor: #ffd159;
    --GreenColor: #3e948c;
    --BrownColor: #421e0d;
    --BorderColor: #cdcdcd;
    --InputBg: #f9fafb;

    --RedAlertColor: #cf4343;
    transition-duration: 0.3s;

}

button {
    outline: none !important;
    transition-duration: 0.3s;
    font-family: 'Poppins', sans-serif !important;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: var(--textcolor);
    font-family: 'Poppins', sans-serif !important;
}

a {
    outline: none !important;
    transition-duration: 0.3s;
    font-family: 'Poppins', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headingColor);
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 8px;
    height: 8px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 8px;

    position: absolute;
    top: 0;
    left: 0;

    width: 8px;
    height: 8px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/*----*/



.crafted-scroll .slick-dots,
.populardishes-scroll .slick-dots,
.testimonials-scroll .slick-dots {
	bottom: -25px !important;
}

.crafted-scroll .slick-dots li button,
.populardishes-scroll .slick-dots li button,
.testimonials-scroll .slick-dots li button {
	border: 2px solid var(--textcolor);
	list-style: none !important;
	z-index: 990;
	
}

.crafted-scroll .slick-dots li button,
.populardishes-scroll .slick-dots li button,
.testimonials-scroll .slick-dots li button {
	border: 2px solid var(--textcolor);
	list-style: none !important;
	z-index: 990;
	
}

.crafted-scroll li button:before,
.populardishes-scroll li button:before,
.testimonials-scroll li button:before {
	display: none;
	visibility: hidden;
}

.crafted-scroll .slick-dots li.slick-active button,
.populardishes-scroll .slick-dots li.slick-active button,
.testimonials-scroll .slick-dots li.slick-active button {
	background: var(--textcolor);
}

.crafted-scroll .slick-dots li.slick-active button,
.populardishes-scroll .slick-dots li.slick-active button,
.testimonials-scroll .slick-dots li.slick-active button {
	background: var(--textcolor);
}

.crafted-scroll.slick-dots li button,
.populardishes-scroll .slick-dots li button,
.testimonials-scroll .slick-dots li button {
	border: 2px solid var(--textcolor);
	list-style: none !important;
	z-index: 990;
	border-radius: 0%;
}

::selection {
    background: var(--PrimaryColor);
    color: #fff;
}

::-moz-selection {
    background: var(--PrimaryColor);
    color: #fff;
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(255, 238, 117, .9);
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 238, 117, 1);
}



.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.alignleft {
    float: left;
    margin-right: 1.5em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
    margin-bottom: 1.6em;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/* 
Text meant only for screen readers. 
copied from https://codex.wordpress.org/CSS
*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}




.headertop-scroll{
    width: 100%;
    height: 30px;
    position: fixed;
    left: 0px;
    top: 10px;
    background: var(--YellowColor);
    border-top: 2px solid var(--HeadingColor);
    border-bottom: 2px solid var(--HeadingColor);
    transition-duration: 0.3s;
    z-index: 1002;
}





.headertop-scroll {
    width: 100%;
    overflow: hidden;
    display: flex;
    white-space: nowrap;
	padding: 0px 0px 0px 0px;
    transform: rotate(0deg);
    left: 0px;
}

.headertop-scroll .text {
    font-size: 14px;
	text-transform: inherit;
	animation: animate_topscroll 40s linear infinite;
}

.headertop-scroll .text span{
    width: auto;
    height: auto;
    line-height: 26px;
    display: inline-block;
    padding: 0px 20px 0px 0px;
    margin: 0px 20px 0px 0px;
    color: var(--TextColor);
    font-size: 14px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}

.headertop-scroll .text span:after{
    width: 2px;
    height: 16px;
    position: absolute;
    top: 5px;
    right: 0px;
    content: '';
    background: var(--HeadingColor);
}

@keyframes animate_topscroll {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
}

.headertop-scroll{
    width: 100%;
    height: 30px;
    position: fixed;
    left: 0px;
    top: 10px;
    background: var(--YellowColor);
    border-top: 2px solid var(--HeadingColor);
    border-bottom: 2px solid var(--HeadingColor);
    transition-duration: 0.3s;
    z-index: 1002;
}





.home-header-con{
    width: 100%;
    position: relative;
    margin-top: 65px;
}

.home-header-con .headerlogo{
    position: relative;
    margin-left: 0px;
    top: 0px;
    z-index: 990;
    display: inline-block;
    width: auto;
    height: 120px;
    margin-bottom: 25px;
}

.home-header-con .headerlogo img{
    width: 125px;
    height: 120px;
    display: inline-block;
    animation: footerimg 6s infinite alternate;
	animation-direction: alternate;
	animation-timing-function: ease-out;
	position: relative;
}

.home-header-con .signup-btn{
    border: none;
    outline: none;
    background: var(--PrimaryColor);
    color: #fff;
    height: 45px;
    font-size: 14px;
    font-weight: 600;
    float: right;
    padding: 0px 30px;
    border-radius: 25px;
    margin-top: 30px;
    text-decoration: none;
    text-align: center;
    line-height: 45px;
}   

.home-header-con .signup-btn:hover{
    background: var(--GreenColor);
}


.footer-bottom-div{
    width: 100%;
    background: #fff;
    padding: 30px 0px 90px 0px;
    margin-top: 120px;
}

.footer-bottom-div p{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 10px 0px;
    font-size: 14px;
    line-height: normal;
    color: var(--LightTextColor);
}

.footer-bottom-div p a{
    color: var(--LightTextColor);
    text-decoration: none;
    margin: 0px 30px 0px 0px;
    padding: 0px 30px 0px 0px;
    border-right: 1px solid #e0e0e0;
}

.footer-bottom-div p a:last-child{
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
}

.footer-bottom-div p a:hover{
    color: var(--PrimaryColor);
}



.bgshade-animation svg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

@keyframes rotate {
    0% {
            transform: rotate(0deg);
    }
    100% {
            transform: rotate(360deg);
    }
}

.bgshade-animation .out-top {
    animation: rotate 20s linear infinite;
    transform-origin: 13px 25px;
    fill: rgba(237, 95, 120, 0.04);
}

.bgshade-animation .in-top {
    animation: rotate 10s linear infinite;
    transform-origin: 13px 25px;
    fill: rgba(237, 95, 120, 0.04);
}

.bgshade-animation .out-bottom {
    animation: rotate 25s linear infinite;
    transform-origin: 84px 93px;
    fill: rgba(62, 148, 140, 0.04);
}

.bgshade-animation .in-bottom {
    animation: rotate 15s linear infinite;
    transform-origin: 84px 93px;
    fill: rgba(62, 148, 140, 0.04);
}


#mouse-circle {
    position: absolute;
    width: 70px;
    height: 70px;
    margin: -32px 0 0 -32px;
    border-radius: 50%;
    background: rgba(255, 199, 44, .75);
    z-index: 100;
    box-shadow: 0 0 0 0 rgba(255, 199, 44, .4);
    -webkit-animation: 1.25s cubic-bezier(.66, 0, 0, 1) infinite puls;
    -moz-animation: 1.25s cubic-bezier(.66, 0, 0, 1) infinite puls;
    -ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: 1.25s cubic-bezier(.66, 0, 0, 1) infinite puls
}

@-webkit-keyframes puls {
    to {
        box-shadow: 0 0 0 30px rgba(25, 153, 204, 0)
    }
}

@-moz-keyframes puls {
    to {
        box-shadow: 0 0 0 30px rgba(25, 153, 204, 0)
    }
}

@-ms-keyframes puls {
    to {
        box-shadow: 0 0 0 30px rgba(25, 153, 204, 0)
    }
}



.footer-links{
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: -75px;
    z-index: 1020;
    transition-duration: 0.3s;
}

.footer-links .footerlink-wrapper{
    width: 100%;
    background: rgba(255,255,255,0.98);
    height: 60px;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    padding-right: 170px;
    padding-left: 60px;
}

.footer-links .footerlink-wrapper::before{
    width: 96%;
    height: 2px;
    background: var(--PrimaryColor);
    position: absolute;
    left: 2%;
    top: -2px;
    content: '';
    transition-duration: 0.3s;

    animation: 3.5s infinite alternate menutop-line;
}

@keyframes menutop-line{
    0% {
        width: 96%;
        left: 2%;
    }

    50% {
        width: 10%;
        left: 45%;
    }

    100% {
        width: 96%;
        left: 2%;
    }
}

.footer-links .footerlink-wrapper ul{
    width: 100%;
    text-align: center;
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.footer-links .footerlink-wrapper ul li{
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.footer-links .footerlink-wrapper ul li a{
    color: var(--LightTextColor);
    font-size: 15px;
    text-decoration: none;
    padding: 0px 24px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
}

.footer-links .footerlink-wrapper ul li a:hover{
    background: var(--PrimaryColor);
    color: #fff
}

.footer-links .footerlink-wrapper .itsfree{
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    background: var(--GreenColor);
    color: #fff;
    font-weight: 600;
    border: none;
    outline: none;
    width: 150px;
    height: 40px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
}

.footer-links .footerlink-wrapper .itsfree:hover{
    background: var(--PrimaryColor);
}

.logobutton{
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    margin: 0;
    background: #f8f6ef;
    border: none;
    outline: none;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    transition-duration: 0.3s;
    padding-top: 7px;
}

.logobutton svg{
    height: 25px;
}

.logobutton .st0{
    fill:#421e0d;
    transition-duration: 0.3s;
}

.logobutton:hover{
    background: #421e0d;
}

.logobutton:hover .st0{
    fill:#f8f6ef;
}



::-webkit-scrollbar {
    width: 8px;
    height: 0
}

::-webkit-scrollbar-track {
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: var(--PrimaryColor);
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--PrimaryColor)
}

.f-nav .headertop-scroll{
    top: 0px;
}

.f-nav .footer-links{
    bottom: 15px;
}


@-webkit-keyframes footerimg {
	0% {
		transform: rotate(-12deg);
	}

	25% {}

	50% {
		transform: rotate(12deg);
	}

	75% {}

	100% {
		transform: rotate(-12deg);
	}
}

.blog-headings{
    width: 100%;
    display: block;
    margin-bottom: 45px;
}

.blog-headings h1{
    font-family: 'Playfair', sans-serif !important;
    text-align: center;
    padding: 0;
    margin: 0px 0px 30px 0px;
    font-size: 72px;
    line-height: 78px;
}

.blog-headings .row .col-lg-6{
    position: relative;
}

.blog-headings .row .col-lg-6:first-child{
    text-align: right;
}

.blog-headings .row .col-lg-6:first-child img{
    height: 54px;
    display: inline-block;
    position: relative;
    margin-top: 2px;
}

.blog-headings .row .col-lg-6 p{
    padding: 0;
    margin: 0;
    line-height: 28px;
    color: var(--LightTextColor);
}

.blog-headings .row .col-lg-6 p b{
    color: var(--PrimaryColor);
}

.blog-headings .row .col-lg-6:last-child::before{
    width: 1px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: var(--HeadingColor);
    content: '';
    height: 100%;
    opacity: 0.2;
}

.blog-item-div{
    width: 100%;
    display: block;
    position: relative;
    margin: 25px 0px;
}

.blog-item-div .blog-item-content{
    width: 100%;
    padding: 0px 0px 0px 60px;
    position: relative;
}

.blog-item-div .blog-item-content h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 12px 0px;
    color: var(--HeadingColor);
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}

.blog-item-div .blog-item-content h4 a{
    text-decoration: none;
    color: var(--HeadingColor);
    width: 100%;
    display: block;
}

.blog-item-div:hover .blog-item-content h4 a{
    color: var(--GreenColor);
}

.blog-item-div:hover .blog-item-content h4 a:hover{
    color: var(--PrimaryColor);
}

.blog-item-div .blog-item-content p{
    padding: 0;
    margin: 0;
    color: var(--LightTextColor);
    font-size: 15px;
    line-height: 24px;
}

.blog-item-div .blog-item-image{
    width: 100%;
    position: relative;
    padding-left: 40px;
    display: block;
    margin-bottom: 35px;
}

.blog-item-div .blog-item-image img{
    width: 100%;
    object-fit: cover;
    min-height: 270px;
    height: auto;
    border-radius: 15px;
}

.blog-item-div .blog-item-image .blog-image-hover{
    width: calc(100% - 40px);
    height: 100%;
    position: absolute;
    top: 15px;
    right: 23px;
    border: 1px solid var(--HeadingColor);
    border-radius: 15px;
    transition-duration: 0.3s;
}

.blog-item-div:hover .blog-item-image .blog-image-hover{
    top: 0px;
    right: 0px;
}

.blog-item-div .blog-item-image .blog-image-hover span.date{
    width: 35px;
    height: 35px;
    position: absolute;
    left: -18px;
    top: 16px;
    background: var(--YellowColor);
    border: 1px solid var(--HeadingColor);
    border-radius: 50%;
    color: var(--HeadingColor);
    text-align: center;
    font-size: 14px;
    line-height: 33px;
}

.blog-item-div .blog-item-image .blog-image-hover span.date div{
    width: 130px;
    background: var(--YellowColor);
    position: absolute;
    left: 0px;
    top: 0px;
    height: 35px;
    font-size: 12px;
    font-weight: 600;
    color: var(--HeadingColor);
    border-radius: 30px;
    border: 1px solid var(--HeadingColor);
    transition-duration: 0.3s;
    opacity: 0;
}

.blog-item-div:hover .blog-item-image .blog-image-hover span.date div{
    opacity: 1;
    left: 40px;
}

.blog-item-div .blog-item-image .blog-image-hover span.text {
    width: auto;
    height: auto;
    line-height: 33px;
    position: absolute;
    left: -18px;
    top: 56px;
    padding: 12px 0px; 
    background: var(--YellowColor);
    border: 1px solid var(--HeadingColor);
    border-radius: 30px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--HeadingColor);
    font-size: 13px;
    font-weight: 600;
}



.blog-item-div .signup-button{
    border: none;
    outline: none;
    background: var(--PrimaryColor);
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 30px;
    border-radius: 25px;
    margin-top: 25px;
    transition-duration: 0.3s;
    display: inline-block;
    text-decoration: none;
}

.blog-item-div .signup-button:hover{
    background: var(--GreenColor);
}

.blog-item-div .share-button{
    border: none;
    outline: none;
    background: none;
    color: var(--TextColor);
    border: 1px solid var(--TextColor);
    line-height: 38px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 2px 0px 0px;
    border-radius: 25px;
    margin-top: 25px;
    transition-duration: 0.3s;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    margin-left: 15px;
}

.blog-item-div .share-button:hover{
    background: var(--YellowColor);
    color: var(--HeadingColor);
}

.blog-innerheadings{
    width: 100%;
    display: block;
    margin-bottom: 60px;
}

.blog-innerheadings h1{
    font-family: 'Playfair', sans-serif !important;
    text-align: center;
    padding: 0;
    margin: 0px 0px 30px 0px;
    font-size: 52px;
    line-height: 58px;
}

.blog-innerheadings .breadcrumb li{
    font-size: 14px;
    color: var(--TextColor);
}

.blog-innerheadings .breadcrumb li a{
    text-decoration: none;
    color: var(--PrimaryColor);
    font-weight: 600;
    transition-duration: 0.3s;
}

.blog-innerheadings .breadcrumb li a:hover{
    color: var(--GreenColor);
}

.blog-innerheadings .breadcrumb li a i{
    font-size: 12px;
    margin-right: 5px;
}

.date-views-wrapper{
    width: 100%;
    display: block;
    text-align: center;
    margin: 30px 0px 0px 0px;
}

.date-views-wrapper h6{
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0px 25px;
    color: var(--TextColor);
    font-size: 14px;
    font-weight: 600;
}

.date-views-wrapper h6 span{
    width: 40px;
    height: 40px;
    border: 1px solid var(--HeadingColor);
    text-align: center;
    line-height: 38px;
    background: var(--YellowColor);
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
}

.blog-content-single p{
    text-align: justify;
}

.blog-content-single p a{
    text-decoration: none;
    color: var(--HeadingColor);
    font-weight: 600;
}

.blog-content-single p a:hover{
    text-decoration: none;
    color: var(--PrimaryColor);
}

.blog-content-single ul{
    width: 100%;
    padding: 0px 0px 0px 20px;
    margin: 10px 0px 30px 0px;
    position: relative;
}

.blog-content-single ul li{
    width: 100%;
    padding: 0px 0px 0px 0px;
    position: relative;
    margin: 8px 0px;
}

.blog-content-single .blogbtn{
    padding: 8px 30px;
    background: var(--GreenColor);
    color: #fff;
    position: relative;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    border-radius: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-content-single .blogbtn:hover{
    background: var(--PrimaryColor);
    color: #fff;
}

.vp-portfolio{
    margin-top: 25px;
}

.blog-content-single h6,
.blog-content-single h5,
.blog-content-single h4,
.blog-content-single h3,
.blog-content-single h2,
.blog-content-single h1{
    color: var(--HeadingColor);
    padding: 0px;
    margin: 35px 0px 10px 0px;
    font-weight: 600;
}

.recent-posts-div{
    width: calc(100% - 0px);
    position: relative;
    padding-left: 45px;
    z-index: 100;
}

.recent-posts-div .recent-postswrapper{
    width: calc(100% - 0px);
    background: rgba(255,255,255,0.9);
    display: block;
    position: relative;
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    z-index: 100;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.recent-posts-div::before{
    width: calc(100% - 40px);
    height: 100%;
    position: absolute;
    top: 20px;
    right: 22px;
    border: 1px solid var(--HeadingColor);
    border-radius: 15px;
    transition-duration: 0.3s;
    content: '';
    z-index: -2;
}

.recent-posts-div .recent-postswrapper h4{
    width: auto;
    height: auto;
    line-height: 33px;
    position: absolute;
    left: -45px;
    top: 40px;
    padding: 12px 0px; 
    background: var(--YellowColor);
    border: 1px solid var(--HeadingColor);
    border-radius: 30px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--HeadingColor);
    font-size: 13px;
    font-weight: 600;
}

.recent-posts-div .recent-postswrapper ul.recentpost{
    width: 100%;
    padding: 0px 20px;
    margin: 15px 0px;
    position: relative;
    display: inline-table;
}

.recent-posts-div .recent-postswrapper ul.recentpost li{
    list-style: none;
    width: 100%;
    position: relative;
    padding: 0px;
    margin: 15px 0px;
}

.recent-posts-div .recent-postswrapper ul.recentpost li a{
    width: 100%;
    display: table;
    position: relative;
    height: 80px;
    padding-left: 100px;
    color: var(--HeadingColor);
    text-decoration: none;
    transition-duration: 0.3s;
}



.recent-posts-div .recent-postswrapper ul.recentpost li a span{
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 10px;
    overflow: hidden;
    transition-duration: 0.3s;
}

.recent-posts-div .recent-postswrapper ul.recentpost li a div{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.recent-posts-div .recent-postswrapper ul.recentpost li a span img{
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.recent-posts-div .recent-postswrapper ul.recentpost li a h5{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
            line-clamp: 2; 
    -webkit-box-orient: vertical;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: var(--HeadingColor);
    font-weight: 600;
    transition-duration: 0.3s;
}

.recent-posts-div .recent-postswrapper ul.recentpost li a:hover h5{
    color: var(--PrimaryColor);
}

.recent-posts-div .recent-postswrapper ul.recentpost li a:hover span{
    top: -5px;
}

.recent-posts-div .recent-postswrapper ul.recentpost li a h6{
    width: 100%;
    padding: 0;
    margin: 0px 0px 5px 0px;
    color: var(--TextColor);
    font-size: 12px;
    font-weight: 600;
}

.followus-styles{
    width: 100%;
    padding: 0px 20px;
    margin: 20px 0px;
    display: inline-table;
}

.followus-styles li{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0px 0px;
    display: inline-block;
}

.followus-styles li a{
    text-decoration: none;
    padding: 0px 0px 0px 55px;
    margin: 4px 0px;
    color: #fff;
    background: var(--GreenColor);
    display: block;
    height: 44px;
    border-radius: 24px;
    position: relative;
    line-height: 44px;
    font-size: 15px;
    font-weight: 600;
    transition-duration: 0.3s;
}

.followus-styles li a span{
    width: 36px;
    height: 36px;
    background: #fff;
    position: absolute;
    left: 4px;
    top: 4px;
    border-radius: 50%;
    color: var(--GreenColor);
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    transition-duration: 0.3s;
}

.followus-styles li a:hover span{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.followus-styles li a.fb{
    background: #3f64ac;
}

.followus-styles li a.fb span i{
    color: #3f64ac;
}

.followus-styles li a.in{
    background: #f6523f;
}

.followus-styles li a.in span i{
    color: #f6523f;
}

.followus-styles li a.yt{
    background: #cf2726;
}

.followus-styles li a.yt span i{
    color: #cf2726;
}

.followus-styles li a.em{
    background: #14b2ff;
}

.followus-styles li a.em span i{
    color: #14b2ff;
}

.sticky-sidebar-wrap{
    width: 100%;
    position: sticky;
    top: 40px;
}

.next-previous-buttons .col-lg-3 button{
    width: 100%;
    background: var(--YellowColor);
    border: 1px solid var(--HeadingColor);
    outline: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 38px;
    border-radius: 20px;
}

.next-previous-buttons .col-lg-3 button:hover{
    background: var(--HeadingColor);
    color: var(--YellowColor);
}

.next-previous-buttons .col-lg-3 button.disable{
    border-color: var(--LightTextColor);
    background: var(--LightTextColor);
    color: #fff;
}

.next-previous-buttons {
    width: 100%;
    border-top: 1px solid var(--TextColor);
    padding-top: 20px;
    margin-top: 20px;
}

.copy-link-wrapper .col-lg-3 a{
    width: 100%;
    background: var(--GreenColor);
    border:none;
    outline: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    border-radius: 20px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.copy-link-wrapper .col-lg-3 a i{
    margin-right: 8px;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.copy-link-wrapper .col-lg-9 input{
    width: 100%;
    height: 40px;
    border-radius: 20px;
    position: relative;
    border: 1px solid var(--LightTextColor);
    outline: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    color: var(--TextColor);
    font-size: 14px;
    padding-left: 15px;
    padding-right: 105px;

}

.copy-link-wrapper .col-lg-9 .copylink-wrap{
    width: 100%;
    display: block;
    position: relative;
}

.copy-link-wrapper .col-lg-9 .copylink-wrap button{
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 100;
    border: none;
    background: var(--PrimaryColor);
    color: #fff;
    width: 90px;
    height: 32px;
    border-radius: 20px;
    font-size: 13px;
    text-align: center;
    line-height: 32px;
    font-weight: 600;
}

.copy-link-wrapper .col-lg-9 .copylink-wrap button i{
    margin-right: 5px;
}

.copy-link-wrapper .col-lg-9 .copylink-wrap button:hover{
    background: var(--GreenColor);
}

.copy-link-wrapper{
    width: 100%;
    display: block;
    margin-top: 45px;
}

.copy-linkmessage{
    position: absolute; 
    top: -35px; 
    left: 50%;
    margin-left: -50px; 
    background: #fff; 
    color: var(--HeadingColor); 
    padding: 5px 10px; 
    border-radius: 5px; 
    font-size: 12px; 
    opacity: 0; 
    transition: opacity 0.4s ease;
    width: 100px;
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    color: var(--TextColor);

}

.post-tags{
    width: 100%;
    display: block;
    margin-top: 40px;
}

.post-tags a{
    color: var(--TextColor);
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--TextColor);
    padding: 3px 10px;
    border-radius: 15px;
    margin: 3px 0px;
}

.post-tags a:hover{
    background: var(--YellowColor);
    color: var(--HeadingColor);
}

.grecaptcha-badge { 
    visibility: hidden !important;
    display: none !important;
}







@media screen and (max-width: 1024px) {
    
}

@media screen and (max-width: 980px) {
    .blog-headings h1 br,
    .blog-headings .row .col-lg-6:first-child,
    .blog-headings .row .col-lg-6:last-child::before{
        display: none;
        visibility: hidden;
    }

    .blog-headings h1{
        font-size: 58px;
        line-height: 60px;
    }
    

    .blog-headings .row .col-lg-6:last-child p{
        text-align: center;
    }

    .footer-bottom-div{
        margin-top: 75px;
    }

   .footer-links .footerlink-wrapper ul li{
        width: 20%;
        display: inline-block;
        float: left;
    }

    .footer-links .footerlink-wrapper ul li a font{
        display: none;
        visibility: hidden;
    }

    .footer-links .footerlink-wrapper ul li a{
        padding: 0;
        margin: 0;
        width: 100%;
        position: relative;
        padding-top: 3px;
    }

    .footer-links .footerlink-wrapper ul li a:hover{
        background: none;
    }

    .footer-links .footerlink-wrapper ul li a::before{
        width: 14px;
        height: 14px;
        border: 2px solid var(--GreenColor);
        border-radius: 50%;
        content: '';
        display: inline-block;
        left: 50%;
        margin-left: -7px;
        top: 0px;
    }

    .footer-links .footerlink-wrapper ul li a:hover::before{
        border-color: var(--PrimaryColor);
    }

    .sticky-sidebar-wrap{
        margin-top: 45px;
    }

    .blog-innerheadings h1{
        font-size: 46px;
        line-height: 52px;
    }
}

@media screen and (max-width: 768px) {
   .blog-headings h1{
    font-size: 44px;
    line-height: 45px;
   }
}

@media screen and (max-width: 540px) {
   .home-header-con .signup-btn{
        width: 100%;
        padding: 0px 0px;
    }

    .footer-bottom-div p a{
        padding-right: 10px;
        margin-right: 10px;
        white-space: nowrap;
    }

    .blog-headings h1{
        font-size: 30px;
        line-height: 34px;
    }

    .blog-headings{
        margin-bottom: 20px;
    }

    .blog-item-div .blog-item-content{
        padding-left: 18px;
    }

    .blog-innerheadings h1{
        font-size: 28px;
        line-height: 30px;
    }

    .date-views-wrapper{
        width: 100%;
        display: flex;
        text-align: center;
    }

    .date-views-wrapper h6{
        width: 33.33%;
        display: inline-block;
        margin: 0px 0px;
        text-align: center;
    }

    .date-views-wrapper h6 font{
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        display: block;
        margin-top: 10px;
    }

    .blog-content-single .blogbtn{
        width: 100%;
        text-align: center;
        line-height: 22px;
    }
}



