/*
Theme Name: Tigtiger
Theme URI: http://www.tigtiger.com/
Author: Lucis Lee
Author URI: http://www.tigtiger.com/lucislee
Text Domain: tigtiger
Version: 1.0.5
Tested up to: 5.9
Domain Path: /languages/
Requires PHP: 5.6
Description: Tigtiger is a responsive, fashion, and high-performance blog WordPress theme, designed to suit those who are looking to create a lifestyle, editorial, family, or stylish site. Our goal with this pretty blog theme was to deliver a clean, easy-to-use and fast-loading theme for creative bloggers. For more information and customization about Tigtiger, please check out our website <strong><a href='http://www.tigtiger.com'>tigtiger.com</a></strong>.

License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Tags: blog, news, entertainment, sticky-post, custom-header, featured-images, custom-background, custom-menu, custom-logo, full-width-template, theme-options, threaded-comments, editor-style
*/

/* ===================== TABLE OF CONTENT =======================
1.Common
2.Elements Base
3.Home Page
4.Site Header
     Header Menu
5.Site Footer
     Scroll to top
6.Sidebar
7.Widgets
8.Site Pagination
9.Search Results
10.Post
11.Entry Content
12.Blocks
13.Comments
14.404 Page
15.Media Queries
================================================================= */

/* -------------------------------------------------------------------------- */
/*	1. Common
/* ---------------------------------------------*---------------------------- */
*{box-sizing:border-box}:after,:before{box-sizing:border-box}
html,
body,
ol,
ul,
li,
p {
    margin: 0;
    padding: 0;
}
html,
body {
    overflow-x: hidden;
}
body {
    font-family: 'Muli', sans-serif;
    overflow-x: hidden;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    -webkit-font-smoothing: antialiased;
}
img {
    max-width: 100%;
    height: auto;
    display:block;
}
h1,
h2,
h3,
h4,
h5,
h6{
    margin-bottom: .5rem;
}
button, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #f4976c;
}
a:hover {
    text-decoration: none;
}
code{
    color: #f4976c;
}
.title-font {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}
.input-group-btn {
    background-color: #fbfdff;
    color: #97a8be;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 0 10px;
    width: 1%;
    white-space: nowrap;
}
.input-group-btn:last-child>.btn{
    z-index: 2;
    margin-left: -1px;
    position: relative;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.box{
    min-height:100vh;
    display:flex;
    flex-direction: column;
}
.main-content{
    flex:1
}
.btn-solid {
    background: #303c6c;
    color: #fff;
    font-size: 15px;
    padding: 7px 20px;
    text-transform: uppercase;
}
.btn-solid:hover {
    color: #fff;
    background-color: #f4976c;
}

.title-font a {
    color: #333;
}
.card,
.card-img {
    border-radius: 0;
}
.sidebar-title {
    font-family: "poppins", sans-serif;
    text-transform: uppercase;
}
.sidebar-title h5 {
    font-weight: 600;
    border-left: 4px solid #f4976c;
    padding-left: 6px;
}
.card-text {
    color: #666;
}
.card-img {
    transition: opacity 0.2s;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.card-img:hover {
    opacity: 0.9;
}
.title-font a:hover {
    color: #303c6c;
}
.author-date {
    display: flex;
    font-size: 13px;
    font-family: 'Muli', sans-serif;
    font-style: normal;
    color: #969696;
    font-weight: 400;
}
.author-date a {
    color: #666;
    transition: 0.2s;
}
.author-date a:hover {
    color: #000;
}
.category-tag-list {
    list-style: none;
    margin-bottom: 10px;
}
.category-tag-list .category-tag-name {
    display: inline-block;
}
.category-tag-list .category-tag-name:after {
    content: "\f111";
    font-size: 5px;
    color: #a7a7a7;
    font-family: "Font awesome 5 free";
    font-weight: 600;
    padding: 0 5px;
}
.category-tag-list .category-tag-name:last-of-type:after {
    content: "";
}
.category-tag-list .category-tag-name a {
    color: #f4976c;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.2s;
}
.category-tag-list .category-tag-name:hover a {
    color: #e24c07 !important;
}

.body-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
}
.mt10{
    margin-top: 10px;
}


/* Clearing ---------------------------------- */
.comment-content:before,
.comment-content:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.widget:before,
.widget:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.comment-content:after,
.nav-links:after,
.pagination:after,
.widget:after {
    clear: both;
}
.group::after,
.entry-content::after {
    clear: both;
    content: "";
    display: block;
}



/* -------------------------------------------------------------------------- */

/*	2. Elements Base
/* ---------------------------------------------*---------------------------- */
.faux-heading {
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
    font-weight: 700;
    letter-spacing: -0.0415625em;
    line-height: 1.25;
    margin: 3.5rem 0 2rem;
}
.heading-size-1 {
    font-size: 3.6rem;
    font-weight: 800;
    line-height: 1.138888889;
}
.heading-size-2 {
    font-size: 3.2rem;
}
.heading-size-3 {
    font-size: 2.8rem;
}
.heading-size-4 {
    font-size: 2.4rem;
}
.heading-size-5 {
    font-size: 2.1rem;
}
.heading-size-6 {
    font-size: 1.6rem;
    letter-spacing: 0.03125em;
    text-transform: uppercase;
}
em,
i,
q,
dfn {
    font-style: italic;
}
em em,
em i,
i em,
i i,
cite em,
cite i {
    font-weight: bolder;
}
big {
    font-size: 1.2em;
}
small {
    font-size: 0.75em;
}
b,
strong {
    font-weight: 700;
}
ins {
    text-decoration: underline;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
abbr,
acronym {
    cursor: help;
}
address {
    line-height: 1.5;
    margin: 0 0 2rem 0;
}
hr {
    border: 0 solid #dcd7ca;
    border-top-width: 1px;
    margin: 4rem 0;
}
.entry-content hr,
hr.styled-separator {
    background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
    background-color: transparent !important;
    border: none;
    height: 0.1rem;
    overflow: visible;
    position: relative;
}

.entry-content hr:not(.has-background),
hr.styled-separator {
    color: #6d6d6d;
}
.entry-content hr::before,
.entry-content hr::after,
hr.styled-separator::before,
hr.styled-separator::after {
    background: currentColor;
    content: "";
    display: block;
    height: 1.6rem;
    position: absolute;
    top: calc(50% - 0.8rem);
    transform: rotate(22.5deg);
    width: 0.1rem;
}
.entry-content hr::before,
hr.styled-separator::before {
    left: calc(50% - 0.5rem);
}
.entry-content hr::after,
hr.styled-separator::after {
    right: calc(50% - 0.5rem);
}


/* Inputs ------------------------------------ */
fieldset {
    border: 1px solid #dcd7ca;
    padding: 2rem;
}

legend {
    font-size: 0.85em;
    font-weight: 700;
    padding: 0 1rem;
    width: auto;
}
input,
textarea {
    border:1px solid #dcd7ca;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    display: block;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
}
textarea {
    height: 12rem;
    line-height: 1.5;
    width: 100%;
}
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #303c6c;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.0333em;
    line-height: 1.25;
    margin: 0;
    opacity: 1;
    padding: 1.1em 1.44em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.15s linear;
}
input[type="file"] {
    font-size: .8em;
}
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0;
    width: 1em;
    min-width: 1em;
    height: 1em;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
}
input[type="checkbox"]:focus,input[type="radio"]:focus{
    outline-width: 0;
}
input[type="checkbox"]:checked::before {
    /* Use the "Yes" SVG Dashicon */
    content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
    position: absolute;
    display: inline-block;
    margin: -0.5em 0 0 -0.5em;
    height: 1.75rem;
    width: 1.75rem;
}
input[type="radio"] {
    display: inline-block;
    background-color: initial;
    cursor: default;
    -webkit-appearance: radio;
    box-sizing: border-box;
    padding: initial;
    border: initial;
}
input::-webkit-input-placeholder {
    font-size: .8em;
    line-height: normal;
}

input:-ms-input-placeholder {
    font-size: .8em;
    line-height: normal;
}

input::-moz-placeholder {
    font-size: .8em;
    line-height: revert; /* Reset to the value from the user-agent stylesheet. */
}

input[type="search"]:focus {
    outline: thin dotted;
    outline-offset: -4px;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #303c6c;
    border: none;
    border-radius: .25rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.0333em;
    line-height: 1.25;
    margin: 0;
    opacity: 1;
    padding: 1.1em 1.44em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.15s linear;
}

button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
    text-decoration: underline;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    border-color: currentColor;
}
select{
    font-size: .8em;
}
label.inline,
input[type="checkbox"] + label {
    display: inline;
    font-weight: 400;
    margin-left: 0.5rem;
}

/* Tables ------------------------------------ */
table {
    border: 1px solid #ECECEC;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}

.alignleft > table {
    margin: 0;
}

.alignright > table {
    margin: 0;
}

th,
td {
    border: 1px solid #dcd7ca;
    line-height: 1.4;
    margin: 0;
    overflow: visible;
    padding: 0.5em;
}


caption {
    background: #dcd7ca;
    font-weight: 600;
    padding: 0.5em;
    text-align: center;
}

thead {
    vertical-align: bottom;
    white-space: nowrap;
}

th {
    font-weight: 700;
}
/* Lists ------------------------------------- */

ul {
    list-style: disc;
}

ul ul {
    list-style: circle;
}

ul ul ul {
    list-style: square;
}

ol {
    list-style: decimal;
}

ol ol {
    list-style: lower-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

li {
    line-height: 1.5;
    margin: 0.5rem 0 0 1rem;
}



.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
    list-style: none;
    margin: 0;
}

.reset-list-style li {
    margin: 0;
}

dt,
dd {
    line-height: 1.5;
}

dt {
    font-weight: 700;
}

dt + dd {
    margin-top: 0.5rem;
}

dd + dt {
    margin-top: 1.5rem;
}


/* Quotes ------------------------------------ */
blockquote {
    font-style: italic;
    position: relative;
    padding: 20px 20px;
    margin-bottom: 25px;
    border: 0 solid #000000;
    border-left-width: 0.2rem;
    color: inherit;
}
cite {
    color: #6d6d6d;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
}
blockquote cite {
    display: block;
}

blockquote p:last-child {
    margin: 0;
}

/* Code -------------------------------------- */
code,
kbd,
pre,
samp {
    font-family: monospace;
    padding: 0.4rem 0.6rem;
}
kbd,
samp {
    background: #212529;
    border-radius: 0.2rem;
}
code{
    background-clip: border-box;
}
pre {
    border: 1px solid #dcd7ca;
    line-height: 1.5;
    overflow: auto;
    text-align: left;
}

pre code {
    background: transparent;
    padding: 0;
}

/* Media ------------------------------------- */
figure {
    display: block;
    margin: 0;
}

iframe {
    display: block;
    max-width: 100%;
}

video {
    display: block;
}

svg,
img,
embed,
object {
    display: block;
    height: auto;
    max-width: 100%;
}

figcaption,
.wp-caption-text {
    color: #6d6d6d;
    display: block;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 1em;
}

figcaption a,
.wp-caption-text a {
    color: inherit;
}

blockquote.instagram-media,
iframe.instagram-media {
    margin: auto !important;
}


/* GALLERIES */
.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 3em 0 3em -0.8em;
    width: calc(100% + 1.6em);
}

.gallery-item {
    margin: 0.8em 0;
    padding: 0 0.8em;
    width: 100%;
}

.gallery-caption {
    display: block;
    margin-top: 0.8em;
}





/* -------------------------------------------------------------------------- */
/*	3. Home Page
/* ---------------------------------------------*---------------------------- */
.banner-section {
    margin-top: 80px;
}
.banner-carousel .banner-item .banner-text {
    top: auto;
    padding: 30px 0 25px 0;
    width: 39%;
    text-align: center;
}
.banner-section .banner-item .card {
    height: 600px;
    border: none;
}
.banner-section .banner-item .card .card-img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}
.banner-section .banner-item .card .card-img:hover {
    opacity: 1;
}
.banner-section .banner-item .title-font {
    font-size: 30px;
}
.banner-section .banner-item .card-text {
    font-size: 15px;
}
.banner-section .more-content-grid .card-img {
    height: 250px;
    object-fit: cover;
}
.banner-section .more-content-grid .card .card-img-overlay {
    padding-bottom: 20px;
}
.banner-section .more-content-grid .title-font {
    margin-bottom: 0;
}
.more-content-grid .card-img-overlay .title-font a {
    color: #bbbbbb;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.more-content-grid .card-img-overlay .title-font a:hover {
    color: #fff;
}

/* Slick Dots */
.slick-dots-ln
{
    position: absolute;
    bottom: -25px;

    display: block;

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

    list-style: none;

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

    display: inline-block;

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

    cursor: pointer;
}
.slick-dots-ln li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;

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

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

    width: 20px;
    height: 20px;

    content: '\2022';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots-ln li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.divider-white{
    border: none;
    border-top:1px solid #524e4e;
}
.banner-text .category-tag-list a{
    color: #ffffff;
}
.banner-text .category-tag-list a:hover{
    color: #f4976c;
}
.banner-text .title-font a{
    color: #ffffff;
}
.banner-text .title-font a:hover{
    color: #f4976c;
}


/* -------------------------------------------------------------------------- */
/*	4. Site Header
/* ---------------------------------------------*---------------------------- */
.brand-name a h1 , .brand-name a p{
    color: #f4976c;
    font-size: 30px;
    line-height: 1;
    font-family: "Great Vibes", cursive;
    font-weight: 600;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.brand-name a span {
    color: #a7a7a7;
    font-size: 12px;
}
.brand-name a:hover {
    color: #f4976c;
}
.search-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.search-wrapper button {
    border: none;
    background: transparent;
    color: #666;
    margin-left: 10px;
    padding: 5px;
    height: 40px;
    width: 40px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    border-radius: 50%;
}
.search-wrapper button:hover {
    background: #ecf1ff;
}
.header-navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 0 0;
    transition: all 0.2s ease;
}
.header-navbar .nav-menu-wrapper {
    display: flex;
    align-items: center;
}
.header-navbar .container,.header-navbar .nav-menu {
    max-height: 100%;
    list-style: none;
    background: #fff;
}
.header-navbar .nav-menu .nav-item {
    padding: 10px 15px;
}


.header-navbar .nav-menu .nav-item > .nav-link.active {
    color: #f4976c;
}

.header-navbar .nav-menu .nav-item:hover .nav-link {
    color: #f4976c;
}

.navbar-toggle {
    display: none;
}
.show {
    display: block !important;
}
/* navbar end */

/*menu start*/
.sm {
    box-sizing: border-box;
    position: relative;
    z-index: 9999;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm, .sm ul, .sm li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left;
}

.sm-rtl, .sm-rtl ul, .sm-rtl li {
    direction: rtl;
    text-align: right;
}

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
    margin: 0;
    padding: 0;
}

.sm ul {
    display: none;
}

.sm li, .sm a {
    position: relative;
}

.sm a {
    display: block;
}

.sm a.disabled {
    cursor: default;
}

.sm::after {
    content: "";
    display: block;
    height: 0;
    font: 0px/0 serif;
    clear: both;
    overflow: hidden;
}

.sm *, .sm *::before, .sm *::after {
    box-sizing: inherit;
}
/*menu core end*/

.sm-clean {
    background: #eeeeee;
    border-radius: 5px;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
    padding: 13px 20px;
    /* make room for the toggle button (sub indicator) */
    padding-right: 56px;
    color: #555555;
    font-family: 'Muli', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 14px;
    text-decoration: none;
}
.sm-clean a.current {
    color: #f4976c;
}
.sm-clean a.disabled {
    color: #bbbbbb;
}
.sm-clean a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: auto;
    right: 4px;
    width: 32px;
    height: 32px;
    overflow: hidden;
    font: bold 15px/32px monospace !important;
    text-align: center;
    text-shadow: none;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}
.sm-clean a .sub-arrow::before {
    content: "+";
}
.sm-clean a.highlighted .sub-arrow::before {
    content: "-";
}
.sm-clean > li:first-child > a, .sm-clean > li:first-child > :not(ul) a {
    border-radius: 5px 5px 0 0;
}
.sm-clean > li:last-child > a, .sm-clean > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
    border-radius: 0 0 5px 5px;
}
.sm-clean > li:last-child > a.highlighted, .sm-clean > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
    border-radius: 0;
}
.sm-clean li {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-clean > li:first-child {
    border-top: 0;
}
.sm-clean ul {
    background: rgba(162, 162, 162, 0.1);
}
.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
    font-size: 15px;
    border-left: 8px solid transparent;
}
.sm-clean ul ul a,
.sm-clean ul ul a:hover,
.sm-clean ul ul a:focus,
.sm-clean ul ul a:active {
    border-left: 16px solid transparent;
}
.sm-clean ul ul ul a,
.sm-clean ul ul ul a:hover,
.sm-clean ul ul ul a:focus,
.sm-clean ul ul ul a:active {
    border-left: 24px solid transparent;
}
.sm-clean ul ul ul ul a,
.sm-clean ul ul ul ul a:hover,
.sm-clean ul ul ul ul a:focus,
.sm-clean ul ul ul ul a:active {
    border-left: 32px solid transparent;
}
.sm-clean ul ul ul ul ul a,
.sm-clean ul ul ul ul ul a:hover,
.sm-clean ul ul ul ul ul a:focus,
.sm-clean ul ul ul ul ul a:active {
    border-left: 40px solid transparent;
}

@media (min-width: 768px) {
    /* Switch to desktop layout
    -----------------------------------------------
       These transform the menu tree from
       collapsible to desktop (navbar + dropdowns)
    -----------------------------------------------*/
    /* start... (it's not recommended editing these rules) */
    .sm-clean ul {
        position: absolute;
        width: 12em;
    }

    .sm-clean li {
        float: left;
    }

    .sm-clean.sm-rtl li {
        float: right;
    }

    .sm-clean ul li, .sm-clean.sm-rtl ul li, .sm-clean.sm-vertical li {
        float: none;
    }

    .sm-clean a {
        white-space: nowrap;
    }

    .sm-clean ul a, .sm-clean.sm-vertical a {
        white-space: normal;
    }

    .sm-clean .sm-nowrap > li > a, .sm-clean .sm-nowrap > li > :not(ul) a {
        white-space: nowrap;
    }

    /* ...end */
    .sm-clean {
        padding: 0 10px;
        background: #eeeeee;
        border-radius: 100px;
    }
    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
        padding: 12px 12px;
        color: #555555;
        border-radius: 0 !important;
    }
    .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
        color: #f4976c;
    }
    .sm-clean a.current {
        color: #f4976c;
    }
    .sm-clean a.disabled {
        color: #bbbbbb;
    }
    .sm-clean a.has-submenu {
        padding-right: 24px;
    }
    .sm-clean a .sub-arrow {
        top: 50%;
        margin-top: -2px;
        right: 12px;
        width: 0;
        height: 0;
        border-width: 4px;
        border-style: solid dashed dashed dashed;
        border-color: #555555 transparent transparent transparent;
        background: transparent;
        border-radius: 0;
    }
    .sm-clean a .sub-arrow::before {
        display: none;
    }
    .sm-clean li {
        border-top: 0;
    }
    .sm-clean > li > ul::before,
    .sm-clean > li > ul::after {
        content: "";
        position: absolute;
        top: -18px;
        left: 30px;
        width: 0;
        height: 0;
        overflow: hidden;
        border-width: 9px;
        border-style: dashed dashed solid dashed;
        border-color: transparent transparent #bbbbbb transparent;
    }
    .sm-clean > li > ul::after {
        top: -16px;
        left: 31px;
        border-width: 8px;
        border-color: transparent transparent #fff transparent;
    }
    .sm-clean ul {
        border: 1px solid #bbbbbb;
        padding: 5px 0;
        background: #fff;
        border-radius: 5px !important;
        box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
    }
    .sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
        border: 0 !important;
        padding: 10px 20px;
        color: #555555;
    }
    .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
        background: #eeeeee;
        color: #f4976c;
    }
    .sm-clean ul a.current {
        color: #f4976c;
    }
    .sm-clean ul a.disabled {
        background: #fff;
        color: #cccccc;
    }
    .sm-clean ul a.has-submenu {
        padding-right: 20px;
    }
    .sm-clean ul a .sub-arrow {
        right: 8px;
        top: 50%;
        margin-top: -5px;
        border-width: 5px;
        border-style: dashed dashed dashed solid;
        border-color: transparent transparent transparent #555555;
    }
    .sm-clean .scroll-up,
    .sm-clean .scroll-down {
        position: absolute;
        display: none;
        visibility: hidden;
        overflow: hidden;
        background: #fff;
        height: 20px;
    }
    .sm-clean .scroll-up:hover,
    .sm-clean .scroll-down:hover {
        background: #eeeeee;
    }
    .sm-clean .scroll-up:hover .scroll-up-arrow {
        border-color: transparent transparent #f4976c transparent;
    }
    .sm-clean .scroll-down:hover .scroll-down-arrow {
        border-color: #f4976c transparent transparent transparent;
    }
    .sm-clean .scroll-up-arrow,
    .sm-clean .scroll-down-arrow {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -6px;
        width: 0;
        height: 0;
        overflow: hidden;
        border-width: 6px;
        border-style: dashed dashed solid dashed;
        border-color: transparent transparent #555555 transparent;
    }
    .sm-clean .scroll-down-arrow {
        top: 8px;
        border-style: solid dashed dashed dashed;
        border-color: #555555 transparent transparent transparent;
    }
    .sm-clean.sm-rtl a.has-submenu {
        padding-right: 12px;
        padding-left: 24px;
    }
    .sm-clean.sm-rtl a .sub-arrow {
        right: auto;
        left: 12px;
    }
    .sm-clean.sm-rtl.sm-vertical a.has-submenu {
        padding: 10px 20px;
    }
    .sm-clean.sm-rtl.sm-vertical a .sub-arrow {
        right: auto;
        left: 8px;
        border-style: dashed solid dashed dashed;
        border-color: transparent #555555 transparent transparent;
    }
    .sm-clean.sm-rtl > li > ul::before {
        left: auto;
        right: 30px;
    }
    .sm-clean.sm-rtl > li > ul::after {
        left: auto;
        right: 31px;
    }
    .sm-clean.sm-rtl ul a.has-submenu {
        padding: 10px 20px !important;
    }
    .sm-clean.sm-rtl ul a .sub-arrow {
        right: auto;
        left: 8px;
        border-style: dashed solid dashed dashed;
        border-color: transparent #555555 transparent transparent;
    }
    .sm-clean.sm-vertical {
        padding: 10px 0;
        border-radius: 5px;
    }
    .sm-clean.sm-vertical a {
        padding: 10px 20px;
    }
    .sm-clean.sm-vertical a:hover, .sm-clean.sm-vertical a:focus, .sm-clean.sm-vertical a:active, .sm-clean.sm-vertical a.highlighted {
        background: #fff;
    }
    .sm-clean.sm-vertical a.disabled {
        background: #eeeeee;
    }
    .sm-clean.sm-vertical a .sub-arrow {
        right: 8px;
        top: 50%;
        margin-top: -5px;
        border-width: 5px;
        border-style: dashed dashed dashed solid;
        border-color: transparent transparent transparent #555555;
    }
    .sm-clean.sm-vertical > li > ul::before,
    .sm-clean.sm-vertical > li > ul::after {
        display: none;
    }
    .sm-clean.sm-vertical ul a {
        padding: 10px 20px;
    }
    .sm-clean.sm-vertical ul a:hover, .sm-clean.sm-vertical ul a:focus, .sm-clean.sm-vertical ul a:active, .sm-clean.sm-vertical ul a.highlighted {
        background: #eeeeee;
    }
    .sm-clean.sm-vertical ul a.disabled {
        background: #fff;
    }
}
/*menu end*/

/* Sticky Header */
#sticky-top{
    z-index:99!important;
    background:#fff;
}

.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
    -webkit-box-shadow: 0 0px 28px  rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0px 28px  rgba(0, 0, 0, 0.07);
    box-shadow: 0 0px 28px  rgba(0, 0, 0, 0.07);
    border: none;
    padding: 0;
}


/* Search section */
.search-section{
    height: 30%;
    width: 100%;
    display: flex;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    justify-content: center;
    align-items: center;
    transform: scale(0.2);
}
.search-section .overlay-content {
    position: relative;
    width: 70%;
}

.overlay-content .input-group-btn{
    padding:0;
}

.search-section .closebtn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 25px;
    cursor: pointer;
    color: #656565;
    transition: 0.2s;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
}
.search-section .closebtn:hover {
    background: #ddd;
}
.search-section input[type="text"] {
    padding: 15px;
    font-size: 17px;
    float: left;
    background: white;
    border: 1px solid #ddd;
}

.closebtn .fa-times{
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-section input[type="text"]:after
{
    clear: both;
}

.search-section button {
    float: left;
    padding: 13px;
    background: #ddd;
    font-size: 19px;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: 0.2s;
    color: #656565;
}

.search-section button:after
{
    clear: both;
}

.search-section button:hover {
    background: #f4976c;
    border: 1px solid #f4976c;
    color: #fff;
}
.search-show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 999999;
}

button.hamb-menu{
    background: #fff;
}

button.hamb-menu i{
    color: #333;
}

/* -------------------------------------------------------------------------- */
/*	5. Site Footer
/* ---------------------------------------------*---------------------------- */
.footer-section {
    background: #212121;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-section .brand-name {
    font-family: "Great Vibes", cursive;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}
.footer-content .social-links ul li {
    font-size: 16px;
}
.footer-content .social-links ul li a {
    color: #a7a7a7;
}
.footer-content .social-links ul li a:hover {
    color: #fff;
}
.footer-content p {
    color: #a7a7a7;
}
.footer-content p a {
    color: #fff;
}
.footer-content p a:hover {
    text-decoration: underline;
}

.footer-copyright {
    background: #212121;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    padding-top: 5px;
}
.footer-copyright-inner {
    padding-top: 30px;
}
.footer-social-info {
    margin-bottom: .3em;
}
.footer-social {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}
.footer-social li {
    display: inline-block;
    margin: 0 0.8rem 0 0;
}
.footer-social li a {
    display: block;
    font-size: 16px;
    color: #9fa6b6;
}

.footer-social-info p{
    color: #a7a7a7;
    padding: .2em 0;
}
.footer-social-info span{
    color: #a7a7a7;
}
.footer-copyright-content{
    text-align: center;
}

.footer-copyright-content a {
    color: #ffffff;
}

.footer-copyright p {
    color: #a7a7a7;
    padding: 15px 0;
}
/* Social Links */
.social-links ul {
    list-style: none;
}
.social-links ul li {
    display: inline-block;
    padding-right: 10px;
}
.social-links ul li a {
    color: #666;
    transition: 0.2s;
    display: block;
}
.social-links ul li a:hover {
    color: #f4976c;
}

/* Scroll to top */
.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #fff;
    padding: 15px;
    opacity: 0;
    -o-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.24);
    cursor: pointer;
    z-index: 999;
    transition: all 0.2s;
}
.scroll-to-top:hover {
    background: #f4976c;
}
.scroll-to-top a {
    font-size: 18px;
    color: #666;
    transition: all 0.2s;
}
.scroll-to-top:hover a {
    color: #fff;
}




/* -------------------------------------------------------------------------- */
/*	6. Sidebar
/* ---------------------------------------------*---------------------------- */
.sidebar-icon a {
    transition: all 0.2s;
}
.sidebar-icon .sidebar-btn{
    color: #f4976c;
}

.sidebar-icon a:hover {
    color: #f4976c;
}
.sidebar-content {
    padding: 15px 0 0 0;
}

.sidebar-content .category-tag-list .category-tag-name a {
    font-size: 12px;
}
.sidebar-content .author-date {
    font-size: 12px;
}
.sidebar-list {
    list-style: none;
}
.sidebar-content .archive-date-list {
    list-style: none;
}
.sidebar-content .archive-date-list li {
    margin-bottom: 10px;
}
.sidebar-content .archive-date-list li a {
    color: #333;
    font-weight: 500;
    transition: all 0.2s;
}
.sidebar-content .archive-date-list li a:hover {
    color: #f4976c;
}
.sidebar-content .archive-date-list li img {
    height: 25px;
    margin-right: 15px;
    display: inline;
}
.tags-list {
    display: flex;
    flex-wrap: wrap;
}
.tags-list li {
    background: rgba(48, 60, 108, 0.1);
    margin: 5px;
    border-radius: 20px;
    transition: all 0.2s;
}
.tags-list li a {
    color: #666;
    font-size: 12px;
    transition: all 0.2s;
    padding: 3px 18px;
    display: block;
}
.tags-list li:hover {
    background: #f4976c;
}
.tags-list li:hover a {
    color: #fff;
}
.lion-main .archive-content {
    padding-top: 50px;
}
.lion-main .archive-posts .card .card-body {
    padding-left: 30px;
}
.lion-main .sidebar-posts .card {
    margin: 15px 15px 0 0;
}

.lion-main .archive-posts .card .card-text {
    margin-bottom: 15px;
}
.sidebar-posts .card .card-body {
    padding: 0;
}
.lion-main .archive-posts .card .has-no-thumbnail{
    padding-left: 0;
}
.sidebar-posts .card .title-font {
    font-size: 16px;
}
.archive-content .sidebar-posts .category-tag-name a {
    font-size: 13px;
}
.archive-content .sidebar-posts .card .card-img {
    font-size: 13px;
    height: 60px;
    width: 60px;
    -o-object-fit: cover;
    object-fit: cover;
}

/* -------------------------------------------------------------------------- */
/*	7. Widgets
/* ---------------------------------------------*---------------------------- */
.widget{
    font-family: 'Muli', sans-serif;
    font-size:14px;
    margin-top: 50px;
    position:relative;
    border-width: 0 0 1px 0;
}
.widget-sidebar:not(.widget_pages,.widget_rss) li {
    list-style-type: none;
}
.widget-sidebar:not(.widget_pages):not(.widget_rss) li {
    list-style-type: none;
    margin-left: 0;
}

.widget-sidebar thead *,.widget-sidebar tfoot td{
    border: none;
}
.widget-sidebar caption {
    background: #ffffff;
    padding: 0.2em 0;
    text-align: center;
}

#sticker .widget-sidebar:nth-last-child(2){
    border-bottom: 0;
}
.widget_search{
    border-bottom: none;
}


.widget .line{
    width: 50px;
    height: 1px;
    border-radius: 20px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -4px;
}
.rtl .widget .line{
    margin-left: 0;
    margin-right: 10px;
}
.widget p{
    font-size:13px;
    line-height:1.69em
}
.widget a{
    font-weight:bold;
}
.widget .tagcloud{
    margin-top:15px;
}
.widget ul:not(.sub-menu-widget):not(.children){
    margin-left:0;
    padding-left:0;
    padding-right:0;
    margin-top:0
}
.widget th,
.widget td{
    padding:5px;
    text-align:center
}
.widget th a,
.widget td a{
    line-height:normal;
    font-weight:bold
}


.widget .comment-author-link,
.widget .rsswidget{
    font-weight:bold
}
.widget.widget_rss li{
    padding-bottom:15px
}
.widget .tagcloud a{
    display:inline-block;
    line-height:1em;
    padding:5px 10px;
    border-radius:5px;
    border: 1px solid;
    margin:0 4px 8px 0;
    text-transform:capitalize;
    font-size:14px
}

.search-query {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;: none;
    background-color: #f5f6f7;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    color: #1f2d3d;
    display: block;
    font-size: inherit;
    height: 40px;
    outline: 0;
    padding: 3px 10px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}

.input-group-search {
    line-height: normal;
    display: inline-table;
    width: 100%;
    border-collapse: separate;
}
.input-group-search > .input-group-btn {
    border:none;
    color: #fff;
    position: relative;
    padding: 0;
}

.input-group-search > .search-query {
    height: 44px;
    display: table-cell;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    vertical-align: middle;
}

.input-group-search > .search-query,.input-group-search > .input-group-btn{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.search-query:focus{
    border-color:#3f404c !important;
}

.input-group-search .btn-search-submit{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-search .btn-search-submit:focus {
    box-shadow: 0 0 0 0;
}

.input-group-search button {
    font-size: 15px;
    padding: 11px 20px;
    background-color: #3f404c !important;
    border: 1px solid #3f404c !important;
    color: #fff;
    margin-top: 0px;
}

.sidebar input + button{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.widget_media_gallery,
.widget_tag_cloud{
    padding-bottom:50px
}
.widget h3.post-title{
    font-size:16px;
    letter-spacing:0.3px;
    margin-bottom:5px
}
.widget .post-title a{
    line-height:1.5em
}

.post-widget{
    margin-bottom:20px;
    position:relative;
    padding-bottom:20px;
}
.post-widget:after{
    position:absolute;
    bottom:0;
    content:' ';
    width:200px;
    height:1px;
}
article:last-child .post-widget:after{
    content:none;
}
.post-widget span{
    display:flex;
    font-size:12px
}
.post-widget span svg{
    margin-right:5px
}
.post-widget .cover-image,
.post-widget .post-thumb a{
    border-radius:5px;
}
.post-widget .thumb{
    padding-right: 0;
    max-width:120px
}
.rtl .post-widget .thumb{
    padding-right: 15px;
    padding-left: 0;
}
.post-widget .slick-arrow.slick-prev {
    right: 7px;
}
.post-widget .slick-arrow.slick-next {
    left: 7px;
}
.category-count span{
    line-height: 1em;
    margin-left: 10px;
    font-size: 10px;
    padding: 1px 5px;
    border-radius:4px
}
.widget_search input[type="submit"]{
    border-radius: 0 5px 5px 0
}
#sidebar .widget:last-of-type{
    margin-bottom:50px
}
article{
    position:relative;
}
.date-published {
    position: absolute;
    top: -12px;
    right: -10px;
    background: white;
    padding: 7px 12px;
    border-radius: 5px;
    text-align:center;
    box-shadow: -2px 1px 37.6px 2.4px rgba(0, 0, 0, 0.1);
}
.date-published span.small{
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-top: -5px;
}
.date-published span.big{
    font-size: 32px;
    font-weight: bold;
    line-height: 1em;
}
.widget-sidebar li a {
    color: #333;
    font-weight: 500;
    transition: all 0.2s;
}


.widget-sidebar > .sidebar-title {
    margin: 0 0 15px 0;
}

.widget-sidebar > ul li {
    margin-bottom: 10px;
}


.color-1,
.widget .color-1,
.widget a:hover,
ul.tags a:hover,
.comment-date,
.widget th a,
.widget td a{
    color:#ff7c34
}

.widget table caption {
    text-align: left;
    caption-side: top;
}

.calendar_wrap table{
    margin-bottom: 15px;
}
#wp-calendar thead {
    font-size: 10px;
}
#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}
#wp-calendar tbody {
    color: #676767;
}
#wp-calendar tbody td {
    border: 1px solid #ECECEC;
    text-align: center;
    padding: 5px 0;
}
.widget-sidebar .sidebar-title a{
    color: #333333;
}
#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
    text-align: left;
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

.widget-sidebar .post-image{
    margin-right: 15px;
}
.widget-sidebar .category-count li span{
    color:#ff7c34;
}
.widget-sidebar .post-title .card-title{
    margin-bottom: 0;
}

.widget_rss .sidebar-title img{
    display: inline-block;
    height: .9em !important;
    padding-bottom: .2em;
}
.rss-date{
    font-size: 12px;
}


/* search widget */
.widget_search button {
    font-size: 15px;
    padding: 11px 20px;
    background-color: #3f404c !important;
    border: 1px solid #3f404c !important;
    color: #fff;
    margin-top: 0px;
}

.widget_search button:hover {
    color: #fff;
    background-color: #3f404c;
    border-color: #3f404c;
    opacity: 0.8;
}

.widget_search button:hover i {
    color: #fff;
}

/* -------------------------------------------------------------------------- */
/*	8. Site Pagination
/* ---------------------------------------------*---------------------------- */
.pagination-section {
    margin: 50px 0;
}
.pagination-section .page-link {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    margin: 3px;
    color: #666;
    font-weight: 600;
    transition: 0.2s;
}

.pagination-section .page-item:first-of-type .page-link,
.page-item:last-of-type .page-link {
    border-radius: 50%;
    border: none;
    color: #f4976c;
    padding-top: 10px;
}

.pagination-section .page-item.active .page-link {
    background: #f4976c;
    border-color: #f4976c;
    color: #fff;
}

.pagination-section .page-link:hover {
    background: #f4976c;
    border-color: #f4976c;
    color: #fff;
}

.share-buttons{
    display:flex;
    align-items:center;
}
.share-buttons p{
    font-weight: 600;
}
.share-buttons .share-list{
    list-style:none;
    padding-left:5px;
}
.share-buttons .share-list li{
    display:inline-block;
    padding-left:3px;
}
.share-buttons .share-list li a img{
    border-radius:5px;
    transition:0.2s ease;
    -webkit-transition:0.2s ease;
    -moz-transition:0.2s ease;
    -o-transition:0.2s ease;
    -ms-transition:0.2s ease;
    height:30px;
}
.share-buttons .share-list li a:hover img{
    margin-top:-5px;
}
.blog-author-info {
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.blog-author-info .author-img {
    height: 100px;
    width: 100px;
    margin-right: 27px;
    position: relative;
    margin-left: 27px;
}
.blog-author-info .author-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 15px 7px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 15px 7px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 15px 7px rgba(0, 0, 0, 0.25);
}
.blog-author-info .author-img:before {
    content: "";
    height: 50px;
    width: 50px;
    background: #f4976c;
    border-radius: 50%;
    left: -27px;
    top: -15px;
    position: absolute;
    z-index: -1;
}
.blog-author-info .author-desc {
    width: 60%;
}
.blog-author-info .author-desc h5 {
    font-weight: 600;
    margin-bottom: 10px;
}
.blog-author-info .author-desc p {
    color: #666;
    font-size: 14px;
}
.single-layout {
    padding-bottom: 50px;
}
.blog-img-main {
    height: 600px;
    padding: 30px 0 0 0;
}
.blog-img-main img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.blog-title-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}
.blog-title-wrap .author-date {
    padding-right: 20px;
}
.blog-title-wrap .author-date .author {
    padding-right: 20px;
}
.blog-title-wrap .author-date a {
    font-size: 13px;
}
.blog-title-wrap .title-font {
    font-size: 40px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}


.tags-wrap {
    display: flex;
    align-items: center;
    padding: 15px 0;
    justify-content: space-between;
}
.blog-tags {
    display: flex;
    align-items: center;
    width: 50%;
}
.blog-tags .tags-list li {
    border-radius: 0;
}
.blog-tags p {
    font-weight: 600;
    padding-right: 10px;
    white-space: nowrap;
}

/* -------------------------------------------------------------------------- */
/*	9. Search Results
/* ---------------------------------------------*---------------------------- */
/* Page Header */
.page-header {
    padding-top: 70px;
}
.page-header .page-title {
    color: #f4976c;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
}
.page-header .page-title span {
    text-transform: initial;
    font-weight: 400;
}
.archive-posts #page-title {
    padding-bottom: 0;
    padding-left: 0;
}
.page-title-text{
    color: #f4976c;
}
.search-results {
    padding: 20px 0;
}
.search-results .card {
    border:none;
    border-bottom: 1px solid #e8e8e8;
    padding: 1rem 0!important;
}
.search-results .card-body {
    padding: 0;
}
.search-results .category-tag-list {
    margin-bottom: 0;
}


/* -------------------------------------------------------------------------- */

/*	10.Post
/* ---------------------------------------------*---------------------------- */

/* Posts */
.sticky .fa-thumbtack {
    position: absolute;
    right: 10px;
    top: 20px;
    color: #ddd;
    font-size: 21px;
    transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
}

.post-edit-link{
    color: #666666;
    font-style: normal;
    font-weight: 400;
    font-family: 'Muli', sans-serif;
    font-size: 13px;
}
.user-reply-to{
    color: #969696;
}
.at-icon{
    color:#f4976c;
}
.blog-content-wrap{
    margin-top: 30px;
}
.comments-pagination,
.post-navigation {
    clear: both;
}

.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.nav-next,
.post-navigation .nav-next {
    margin-top: 0;
}
.post-navigation {
    font-weight: 800;
    margin: 3em 0;
    width: 100%;
}
.post-navigation .nav-links {
    padding: 1em 0;
}

/* -------------------------------------------------------------------------- */

/*	11. Entry Content
/* -------------------------------------------------------------------------- */

.entry-content {
    line-height: 1.5;
}

.entry-content > *:first-child {
    margin-top: 0;
}

.entry-content > *:last-child {
    margin-bottom: 0;
}

.read-more-button-wrap {
    margin-top: 1em;
    text-align: center;
}

.entry-content a{
    text-decoration: underline;
}

.entry-content a:hover,
.entry-content a:focus {
    text-decoration: none;
}


.entry-content h2 {
    font-size: 25px;
}
.entry-content h3 {
    font-size: 23px;
}
.entry-content h4 {
    font-size: 20px;
}
.entry-content h5 {
    font-size: 18px;
}
.entry-content h6 {
    font-size: 16px;
}


.entry-content p {
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0;
    line-height: 1.8;
}
.entry-content input[type="button"],
.entry-content input[type="submit"],
.entry-content input[type="reset"]{
    display: block;
    height: calc(1.5rem + .55rem + 2px);
    padding: .275rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #303c6c;
    cursor: pointer;
    letter-spacing: 0.0333em;
    margin: 0;
    opacity: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-clip: padding-box;
    border: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.entry-content input[type="button"]:hover,
.entry-content input[type="submit"]:hover,
.entry-content input[type="reset"]:hover {
    color: #fff;
    background-color: #f4976c;
    text-decoration: underline;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
    margin-bottom: 1rem;
}

.entry-content hr {
    margin: 4rem auto;
}

.entry-content cite,
.entry-content figcaption,
.entry-content .wp-caption-text {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

@supports ( font-variation-settings: normal ) {

    .entry-content cite,
    .entry-content figcaption,
    .entry-content .wp-caption-text {
        font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    }
}


/* Alignment Classes ------------------------- */



[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 58rem;
    width: 100%;
}

.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
    margin-top: 2rem;
    margin-right: auto;
    margin-bottom: 2rem;
    margin-left: auto;
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
    margin-left: auto;
    margin-right: auto;
}

/* Full */
.alignfull {
    margin-top: 5rem;
    margin-right: auto;
    margin-bottom: 5rem;
    margin-left: auto;
    max-width: 100vw;
    position: relative;
    width: 100%;
}

[class*="__inner-container"] > .alignfull {
    max-width: 100%;
}

/* Wide */

.alignwide {
    max-width: 120rem;
    position: relative;
    width: calc(100% - 4rem);
}

[class*="__inner-container"] > .alignwide {
    width: 100%;
}

/* Center */

.aligncenter,
.aligncenter img {
    margin-left: auto;
    margin-right: auto;
}

/* Left and right */

.alignleft,
.alignright {
    max-width: 50%;
}

.alignleft {

    /*rtl:ignore*/
    float: left;
    margin: 0.3rem 2rem 2rem 2rem;
}

.alignright {

    /*rtl:ignore*/
    float: right;
    margin: 0.3rem 2rem 2rem 2rem;
}

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft {

    /*rtl:ignore*/
    margin-left: 2rem;
}

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright {

    /*rtl:ignore*/
    margin-right: 2rem;
}

/* Entry Media ------------------------------- */

.alignfull > figcaption,
.alignfull > .wp-caption-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 58rem;
    width: calc(100% - .5rem);
}

.wp-block-search .wp-block-search__button {
    margin-left: 0px;
}

.category-tag-name{
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

/* -------------------------------------------------------------------------- */

/*	12. Blocks
/* -------------------------------------------------------------------------- */

/* Block Colors ------------------------------ */

.has-text-color a {
    color: inherit;
}


:root .has-accent-color {
    color: #303c6c;
}

:root .has-accent-background-color {
    background-color: #303c6c;
    color: #fff;
}

:root .has-primary-color {
    color: #000;
}

:root .has-primary-background-color {
    background-color: #000;
    color: #f5efe0;
}

:root .has-secondary-color {
    color: #6d6d6d;
}

:root .has-secondary-background-color {
    background-color: #6d6d6d;
    color: #fff;
}

:root .has-subtle-background-color {
    color: #dcd7ca;
}

:root .has-subtle-background-background-color {
    background-color: #dcd7ca;
    color: #000;
}

:root .has-background-color {
    color: #f5efe0;
}

:root .has-background-background-color {
    background-color: #f5efe0;
    color: #000;
}


/* Block Typography Classes ------------------ */

.has-text-align-left {

    /*rtl:ignore*/
    text-align: left;
}

.has-text-align-center {
    text-align: center;
}

.has-text-align-right {
    text-align: right;
}

.has-drop-cap:not(:focus)::first-letter {
    color: #303c6c;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 5.1em;
    font-weight: 800;
    margin: 0.05em 0.1em 0 0;
}

.has-drop-cap:not(:focus)::first-letter::after {
    content: "";
    display: table;
    clear: both;
}

.has-drop-cap:not(:focus)::after {
    padding: 0;
}


/* Block Font Families ----------------------- */
.has-drop-cap:not(:focus)::first-letter,
.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-cover-image,
.entry-content .wp-block-latest-comments,
.entry-content .wp-block-latest-posts,
.entry-content .wp-block-pullquote,
.entry-content .wp-block-quote.is-large,
.entry-content .wp-block-quote.is-style-large {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

@supports ( font-variation-settings: normal ) {

    .has-drop-cap:not(:focus)::first-letter,
    .entry-content .wp-block-archives,
    .entry-content .wp-block-categories,
    .entry-content .wp-block-latest-posts,
    .entry-content .wp-block-latest-comments,
    .entry-content .wp-block-cover-image p,
    .entry-content .wp-block-pullquote {
        font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    }
}

/* Block Font Sizes -------------------------- */

.entry-content .has-small-font-size {
    font-size: 0.842em;
}

.entry-content .has-normal-font-size,
.entry-content .has-regular-font-size {
    font-size: 1em;
}

.entry-content .has-medium-font-size {
    font-size: 1.1em;
    line-height: 1.45;
}

.entry-content .has-large-font-size {
    font-size: 1.25em;
    line-height: 1.4;
}

.entry-content .has-larger-font-size {
    font-size: 1.5em;
    line-height: 1.3;
}


/* Block: Base Margins ----------------------- */

*[class*="_inner-container"] > *:first-child {
    margin-top: 0;
}

*[class*="_inner-container"] > *:last-child {
    margin-bottom: 0;
}


/* Block: Shared Nesting Alignment Resets ---- */

[class*="__inner-container"] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*="__inner-container"] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
    margin-left: auto;
    margin-right: auto;
    max-width: 58rem;
}


/* Block: Shared Widget Styles --------------- */

.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-latest-comments {
    list-style: none;
    margin-left: 0;
}

.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul,
.wp-block-latest-comments ul {
    list-style: none;
}

.entry-content .wp-block-archives > li,
.entry-content .wp-block-categories > li,
.entry-content .wp-block-latest-posts > li,
.entry-content .wp-block-latest-comment > li {
    margin-left: 0;
}

.entry-content .wp-block-archives > li:last-child,
.entry-content .wp-block-categories > li:last-child,
.entry-content .wp-block-latest-posts > li:last-child,
.entry-content .wp-block-latest-comment > li:last-child {
    margin-bottom: 0;
}

.entry-content .wp-block-archives *,
.entry-content .wp-block-categories *,
.entry-content .wp-block-latest-posts *,
.entry-content .wp-block-latest-comments * {
    font-family: inherit;
}

.entry-content .wp-block-archives li,
.entry-content .wp-block-categories li,
.entry-content .wp-block-latest-posts li {
    color: #6d6d6d;
}

.wp-block-archives a,
.wp-block-categories a,
.wp-block-latest-posts a,
.wp-block-latest-comments a {
    font-weight: 700;
    text-decoration: none;
}

.wp-block-archives a:hover,
.wp-block-categories a:hover,
.wp-block-latest-posts a:hover,
.wp-block-latest-comments a:hover,
.wp-block-archives a:focus,
.wp-block-categories a:focus,
.wp-block-latest-posts a:focus,
.wp-block-latest-comments a:focus {
    text-decoration: underline;
}

.wp-block-latest-posts a,
.wp-block-latest-comments__comment-meta {
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.25;
}

.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-date {
    color: #6d6d6d;
    font-size: 0.7em;
    font-weight: 600;
    letter-spacing: normal;
    margin-top: 0.15em;
}


/* Block: Shared Media Styles ---------------- */

.wp-block-embed figcaption,
.wp-block-image figcaption {
    color: #6d6d6d;
    margin-bottom: 0;
    margin-top: .5rem;
}

/* Block: Audio ------------------------------ */

.wp-block-audio audio {
    width: 100%;
}

/* Block: Button ----------------------------- */

.wp-block-button {
    margin: 3rem 0;
}

.wp-block-button.is-style-outline {
    color: #303c6c;
}

.is-style-outline .wp-block-button__link:not(.has-text-color) {
    color: inherit;
}

.is-style-outline .wp-block-button__link {
    padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem);
}

/* Block: Columns ---------------------------- */

.wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
    padding-left: 2rem;
    padding-right: 2rem;
}

.wp-block-column {
    margin-bottom: 3.2rem;
}

.wp-block-column > *:first-child {
    margin-top: 0;
}

.wp-block-column > *:last-child {
    margin-bottom: 0;
}

/* Block: Cover ------------------------------ */

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 4rem);
    padding: 2rem 0;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
    max-width: 100%;
    padding: 0;
}

.wp-block-cover-image h2,
.wp-block-cover h2 {
    font-size: 3.2rem;
}

/* Block: Embed ------------------------------ */

/* Block: File ------------------------------- */

.wp-block-file {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wp-block-file a:not(.wp-block-file__button) {
    font-weight: 700;
    text-decoration: none;
}

.wp-block-file a:not(.wp-block-file__button):not(:last-child) {
    margin-right: 1rem;
}

.wp-block-file a:not(.wp-block-file__button):focus,
.wp-block-file a:not(.wp-block-file__button):hover {
    text-decoration: underline;
}

.wp-block-file .wp-block-file__button {
    font-size: 1.2rem;
    padding: .5em .5em;
}

.wp-block-file a.wp-block-file__button:visited {
    opacity: 1;
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
    opacity: 1;
    text-decoration: underline;
}


/* Block: Gallery ---------------------------- */

.wp-block-gallery ul {
    list-style: none;
    margin: 0 0 -1.6rem 0;
}

figure.wp-block-gallery.alignnone,
figure.wp-block-gallery.aligncenter {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

figure.wp-block-gallery.alignleft {
    margin: 0.3rem 2rem 2rem 0;
}

figure.wp-block-gallery.alignright {
    margin: 0.3rem 0 2rem 2rem;
}

figure.wp-block-gallery.alignwide {
    margin-bottom: 4rem;
    margin-top: 4rem;
}

figure.wp-block-gallery.alignfull {
    margin-bottom: 5rem;
    margin-top: 5rem;
}

/* Widget: Gallery --------------------------- */

.widget_media_gallery .gallery {
    margin: 0 -0.4em -0.8em -0.4em;
    width: calc(100% + 0.8em);
}

.widget_media_gallery .gallery-item {
    margin: 0 0 0.8em 0;
    padding: 0 0.4em;
}

/* Block: Group ------------------------------ */

.wp-block-group.has-background {
    padding: 2rem;
    margin-bottom: 0;
    margin-top: 0;
}

.wp-block-group__inner-container {
    margin: 0 auto;
}

.wp-block-group__inner-container,
.entry-content .wp-block-group p {
    max-width: 100%;
}

.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
    padding-left: 2rem;
    padding-right: 2rem;
}

/* Block: Image ------------------------------ */

/* Block: Media And Text --------------------- */

.wp-block-media-text .wp-block-media-text__content {
    padding: 3rem 2rem;
}

.wp-block-media-text .wp-block-media-text__content p {
    max-width: none;
}

.wp-block-media-text__content > *:first-child {
    margin-top: 0;
}

.wp-block-media-text__content > *:last-child {
    margin-bottom: 0;
}

/* Block: Pullquote -------------------------- */

/* STYLE: DEFAULT */

.wp-block-pullquote {
    padding: 0;
    position: relative;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: calc(100% - 4rem);
}

.wp-block-pullquote::before {
    background: #fff;
    border-radius: 50%;
    color: #303c6c;
    content: "”";
    display: block;
    font-size: 6.2rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 auto 1.5rem auto;
    text-align: center;
    height: 4.4rem;
    width: 4.4rem;
}

.reduced-spacing .wp-block-pullquote::before {
    border: 0.1rem solid currentColor;
    font-size: 5.9rem;
}

.wp-block-pullquote blockquote {
    border: none;
    margin: 0;
    padding: 0;
}

.wp-block-pullquote blockquote p {
    font-family: inherit;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.178571429;
    letter-spacing: -0.041785714em;
    max-width: 100%;
}

.wp-block-pullquote p:last-of-type {
    margin-bottom: 0;
}

.wp-block-pullquote cite {
    color: #6d6d6d;
    font-weight: 500;
    margin-top: 1.2rem;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 2.8rem;
}

.wp-block-pullquote.alignleft {
    text-align: left;
}

.wp-block-pullquote.alignright {
    text-align: right;
}

.wp-block-pullquote.alignleft::before {
    margin-left: 0;
}

.wp-block-pullquote.alignright::before {
    margin-right: 0;
}

/* STYLE: SOLID BACKGROUND COLOR */

.wp-block-pullquote.is-style-solid-color {
    padding: 3rem 2rem;
}

.wp-block-pullquote.is-style-solid-color::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before,
.wp-block-pullquote.is-style-solid-color.alignright::before {
    transform: translateY(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before {
    left: 2rem;
}

.wp-block-pullquote.is-style-solid-color.alignright::before {
    left: auto;
    right: 2rem;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%;
    text-align: inherit;
}

.wp-block-pullquote.is-style-solid-color cite {
    color: inherit;
}

/* Block: Separator  ------------------------- */

hr.wp-block-separator {
    margin: 3rem 0;
}

/* STYLE: WIDE */

.wp-block-separator.is-style-wide {
    max-width: calc(100vw - 4rem);
    position: relative;
    width: 100%;
}

/* STYLE: DOTS */

.wp-block-separator.is-style-dots::before {
    background: none;
    color: inherit;
    font-size: 3.2rem;
    font-weight: 700;
    height: auto;
    letter-spacing: 1em;
    padding-left: 1em;
    position: static;
    transform: none;
    width: auto;
}

.wp-block-separator.is-style-dots::after {
    content: none;
}


/* Block: Search ----------------------------- */

.wp-block-search .wp-block-search_input {
    width: auto;
}

/* Block: Table ------------------------------ */

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background: #dcd7ca;
}

figure.wp-block-table.is-style-stripes {
    border-bottom: none;
}

.wp-block-table.is-style-stripes table {
    border-collapse: inherit;
}

/* Block: Quote ------------------------------ */

.wp-block-quote p,
.wp-block-quote cite {
    text-align: inherit;
}

.wp-block-quote[style="text-align:center"] {
    border-width: 0;
    padding: 0;
}

.wp-block-quote[style="text-align:right"] {

    /*rtl:begin:ignore*/
    border-width: 0 0.2rem 0 0;
    padding: 0 2rem 0 0;

    /*rtl:end:ignore*/
}

/* STYLE: LARGE */

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    border: none;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-family: inherit;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.285;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    text-align: inherit;
}

/* Block: Widget Latest Comments ------------- */

.entry-content .wp-block-latest-comments li {
    margin: 2rem 0;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 5.5rem;
}

.entry-content .wp-block-latest-comments a {
    text-decoration: none;
}

.entry-content .wp-block-latest-comments a:hover,
.entry-content .wp-block-latest-comments a:focus {
    text-decoration: underline;
}

.wp-block-latest-comments__comment {
    font-size: inherit;
}

.wp-block-latest-comments__comment-date {
    margin-top: 0.4em;
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 0.7em;
    margin: 0.9rem 0 2rem 0;
}

/* Block: Widget Latest Posts ---------------- */

.wp-block-latest-posts.is-grid li {
    border-top: 0.2rem solid #dcd7ca;
    margin-top: 2rem;
    padding-top: 1rem;
}

.wp-block-latest-posts.has-dates {
    list-style: none;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li {
    margin-top: 1.5rem;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li:first-child {
    margin-top: 0;
}

/* -------------------------------------------------------------------------- */

/*	13. Comments
/* -------------------------------------------------------------------------- */
#comments .comments-header{
    position: relative;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
}

#comments .comments-header>em {
    font: 22px/24px Georgia;
    color: #f4976c;
}

.comment-item{
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    border-top: 1px solid #e8e8e8;
}

.comment-content{
    flex-grow: 1;
}

.comment-reply-title {
    margin: 1rem 0 -.5rem 0;
}

.comment-section {
    margin-top: 15px;
}
.comment-card {
    border:none;
}
.comment-card .author-date{
    justify-content:flex-start;
}
.comment-card .avatar-url img {
    height: 40px;
    width: 40px;
    min-width: 40px;
    margin-right:16px;
}

.comment-card .author-date .inner-author-date .author{
    font-style:normal;
    color:#333;
    font-weight:500;
    font-family: 'Muli', sans-serif;
    font-size:13px;
}
.comment-card .author-date .inner-author-date .date{
    font-style:normal;
    color:#969696;
    font-weight:400;
    font-family: 'Muli', sans-serif;
    font-size:12px;
}
.comment-card .author-date .author-name {
    font-size: 14px;
}
.comment-form {
    margin-top: 20px;
    text-align: left;
}
.comment-form .form-control {
    border-radius: 0;
}
.comment-form .form-control:focus {
    box-shadow: none;
    border-color: #7d97fd;
}
.comment-form .btn-solid {
    padding: 10px 30px;
}
.comment-form p {
    clear: both;
}

.comment-form-comment label{
    display: none !important;
}

.comment-form .comment-form-comment label{
    float: none;
}
.comment-form .comment-form-comment .form-control{
    margin-left: 0;
    width: 100%;
}
.comment-awaiting-moderation{
    color: #f4976c;
}
/* Comment Item ----------------------------- */

/* COMMENT HEADER */

div.comment:first-of-type {
    padding-top: 0;
}
.comment .author-badge{
    color: #f4976c;
    padding: 0 2px;
    font-size: 12px !important;
}
.comment-text{
    font-size: 14px;
}

.comment-text a{
    text-decoration: underline;
}
.comment-text a:hover,
.comment-text a:focus {
    text-decoration: none;
}
.comment-footer-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    justify-content: flex-start;
    letter-spacing: 0.030833333em;
    line-height: 1;
    text-transform: uppercase;
}


.comment-reply-link {
    display: block;
    color: rgba(96, 96, 96, 1);
    font-size: 14px;
    padding: 7px 0;
    text-transform: uppercase;
    border-radius: 2px;
}

#cancel-comment-reply-link {
    color: rgba(96, 96, 96, 1);
    text-transform: uppercase;
    margin-left: 1rem;
    letter-spacing: 0.030833333em;
    float: right;
}

.comment-reply-title .fa-times {
    color: #FF4F4F;
}

.comment-footer-meta a {
    text-decoration: none;
}

.comment-footer-meta a:focus,
.comment-footer-meta a:hover {
    text-decoration: underline;
}




/* Comments Pagination ---------------------------- */
.comments-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2rem;
    text-align: center;
}

.comments-pagination .page-numbers {
    text-decoration: none;
}

.comments-pagination .page-numbers:focus,
.comments-pagination .page-numbers:hover {
    text-decoration: underline;
}

.comments-pagination .prev {
    display: block;
}

.comments-pagination .prev {
    left: 0;
}


/* Comment Respond ---------------------------- */
.comment-respond::after {
    clear: both;
    content: "";
    display: block;
}

.comment-respond .comment-notes {
    color: #6d6d6d;
    font-size: 0.8rem;
    line-height: 1.4;
    margin: 0 0 1rem 0;
}

.comment-respond p {
    line-height: 1.1;
    margin-bottom: 1.2em;
    margin-left: auto;
    margin-right: auto;
}

.comment-respond p:not(.comment-notes) {
    max-width: 58rem;
}

.comment-form-cookies-consent {
    align-items: baseline;
    display: flex;
}

.comment-respond label:not(:last-child) {
    display: flex;
    width:90px;
    padding: 6px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-right: 0 none #ccc;
    margin: 0 auto;
    white-space: nowrap;
    align-items: center;
    justify-content:center;
}

.comment-respond label:last-child {
    display: block;
    float: left;
    width:100%;
}

.comment-respond input[type="checkbox"] + label {
    line-height: 1.25;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
    margin-bottom: 0;
}

.comment-respond textarea {
    height: 15rem;
}

.comment-respond #submit {
    display: block;
    background-color: #303c6c;
}


/* Reply Respond ---------------------------- */
.nav-links a{
    border: none;
    color: #f4976c;
    padding-top: 10px;
}

.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}






/* -------------------------------------------------------------------------- */

/*	14. 404 Page
/* -------------------------------------------------------------------------- */

#notfound {
    position: relative;
    height: 100vh;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 710px;
    width: 100%;
    text-align: center;
    padding: 0px 15px;
    line-height: 1.4;
}

.notfound .notfound-404 {
    height: 200px;
    line-height: 200px;
}

.notfound .notfound-404 h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 168px;
    margin: 0px;
    color: #303c6c;
    text-transform: uppercase;
    font-weight: 600;
}

.notfound h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: #222;
    margin: 0;
}

.notfound a {
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    font-weight: 700;
    border-radius: 15px;
    text-decoration: none;
    color: #f4976c;
}

.notfound a>.arrow {
    position: relative;
    top: -2px;
    border: solid #f4976c;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
}


/*normalize wpadminbar and header menu*/
body.admin-bar .sticky-header {
    top:32px;
}

.wrap{
    margin-top: 10px;
}

.tig-content-wrap{
    margin-top: 60px;
}
/* -------------------------------------------------------------------------- */

/*	15. Media Queries
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 782px){

    body.admin-bar .sticky-header {
        top:46px;
    }
}

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
        height: 122px;
        line-height: 122px;
    }
    .notfound .notfound-404 h1 {
        font-size: 122px;
    }
}

.hide-toggle{
    right: 20px;
    position: absolute;
    bottom: 20px;
    display:none;
}
.hide-toggle i{
    color:#303c6c;
    border:2px solid #ddd;
    padding:10px;
}

@media screen and (max-width: 991px) {
    html,
    body {
        overflow-x: hidden;
    }
    .nav-menu {
        display: none;
    }
    .navbar-toggle {
        display: block;
        padding: 10px;
        cursor: pointer;
    }
    .hide-toggle{
        display:block;
    }
    .top-header .search-wrapper {
        display: none;
    }
    .sticky-search {
        visibility: visible;
        opacity: 1;
    }

    .header-navbar {
        padding: 0;
        position: relative;
    }
    .header-navbar .nav-menu-wrapper {
        justify-content: space-between;
    }
    .search-wrapper button {
        margin-left: 0;
    }
    .header-navbar.sticky-header {
        padding: 10px 0;
    }
    .top-header .social-links {
        text-align: center;
        margin-bottom: 15px;
    }
    .top-header .social-links ul li {
        padding-right: 8px;
    }
    #nav-menu-toggle {
        position: absolute;
        width: 300%;
        top: 100%;
        z-index: 99;
        left: 0;
        right: 0;
        max-height: 100vh;
        overflow: scroll;
    }
    .header-navbar .container,.header-navbar .nav-menu {
        background: #fff;
    }
    .header-navbar .nav-menu .nav-item {
        display: block;
        background: #fff;
        text-align: left;
        padding-left: 30px;
        width: 100%;
    }
    .header-navbar .nav-menu .nav-item .nav-link{
        display:flex;
    }
    .header-navbar .nav-menu .nav-item .arrow-icon{
        margin-left:auto;
    }
    .header-navbar .nav-menu .nav-item .arrow-icon:before{
        content: '';
        height: 30px;
        width: 40px;
        background: #ecf1ff;
        display: block;
        left: 16px;
        position: absolute;
        top: -5px;
        left: -14px;
    }
    .header-navbar .drop-menu {
        position: static;
        box-shadow: none;
        padding-left: 20px;
    }

    .header-navbar .nav-menu .drop-menu .drop-menu-item > a:hover {
        border-top: 2px solid #f4976c;
    }
    .header-navbar .nav-menu .menu-item > .drop-menu {
        display: none;
    }
    .header-navbar .nav-menu .menu-item:hover > .drop-menu {
        display: none;
    }

}
@media screen and (max-width: 767px) {
    .header-navbar .container,.header-navbar .nav-menu {
        background: #fff;
    }
    .header-navbar .nav-menu .nav-item {
        padding-left: 10px;
    }
}
@media screen and (min-width:992px){
    .nav-menu{
        display: block!important;
    }
}

@media screen and ( min-width: 700px ) {
    /* VANILLA GALLERIES */

    .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%;
    }
}
@media screen and (max-width: 1400px) {
    .banner-carousel .slick-prev,
    .banner-carousel .slick-next {
        top: 625px;
    }
    .sticky-sidebar {
        width: 28%;
        margin-right: -28%;
    }
    .lion-posts .instagram-posts .insta-item {
        height: 120px;
    }
}
@media screen and (max-width: 991px) {
    .sticky-sidebar {
        width: 40%;
        margin-right: -40%;
    }
    .featured-posts .featured-left {
        margin-bottom: 15px;
    }
    .featured-right {
        display: flex;
        margin-bottom: 30px;
    }
    .featured-posts .featured-right .card:first-of-type {
        margin-bottom: 0;
        margin-right: 15px;
    }

    .banner-section .main-banner .banner-bg {
        height: 550px;
    }
    .banner-section .banner-bg-left {
        width: 50%;
    }
    .banner-section .banner-bg-right {
        width: 50%;
    }
    .banner-section .main-banner .banner-bg-right .banner-carousel {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        padding: 50px 30px;
        width: 100%;
    }
    .banner-section .main-banner .banner .banner-bg .banner-bg-right {
        width: 100%;
    }
    .banner-section .main-banner .banner-carousel .banner-item {
        flex-direction: column;
    }
    .banner-carousel .banner-img {
        height: 300px;
        width: 100%;
    }
    .banner-carousel .banner-item .banner-text {
        width: 100%;
        padding: 20px 0;
        background-color: rgba(255, 255, 255, 0.4);
    }
    .banner-carousel .banner-item .banner-text .title-font {
        font-size: 20px;
    }
    .banner-carousel .banner-item .banner-text p {
        display: none;
    }
    .banner-carousel .slick-dots {
        bottom:-5px;
    }
    .banner-carousel .slick-prev,
    .banner-carousel .slick-next {
        bottom: 0;
        width: 40px;
        height: 40px;
        padding: 15px;
    }
    .banner-carousel .slick-prev {
        right: 50%;
        left: auto;
    }
    .banner-carousel .slick-next {
        left: 50%;
    }

    .footer-content {
        flex-direction: column;
        text-align: center;
    }
    .search-section .overlay-content {
        width: 85%;
    }
}
@media screen and (max-width: 767px) {
    .sticky-sidebar {
        width: 80%;
        margin-right: -80%;
    }
    .section-title {
        margin-left: 15px;
    }
    .section-title h2 {
        font-size: 25px;
    }
    .featured-posts .featured-left .card-img {
        height: 350px;
    }
    .featured-posts .featured-left .title-font {
        font-size: 20px;
    }
    .featured-posts .featured-left .card-text {
        display: none;
    }
    .featured-posts .featured-right {
        margin-bottom: 30px;
        display: block;
    }
    .featured-right .card {
        display: block;
    }
    .featured-posts .featured-right .card:first-of-type {
        margin-bottom: 90px;
        margin-right: 0;
    }
    .title-font {
        font-size: 18px;
    }
    .category-tag-list .category-tag-name a {
        font-size: 12px;
    }
    .popular-posts .recent-posts {
        margin-top: 0;
    }
    .sidebar-title {
        text-align: left;
    }
    .insta-posts h2 {
        font-size: 25px;
    }
}
@media screen and (max-width: 576px) {
    .image-item:nth-of-type(even) {
        margin-top: 0;
    }
}
@media screen and (max-width: 1400px) {
    .lion-posts .instagram-posts .insta-item {
        height: 120px;
    }
}
@media screen and (min-width: 1400px) {
    .container {
        max-width: 1350px;
    }
    .lion-posts .posts-wrapper .long-card .card-img {
        height: 500px;
    }
    .lion-posts .instagram-posts {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 991px) {
    .brand-name a h1 {
        font-size: 30px;
    }
    .brand-name a p {
        font-size: 30px;
    }
    .lion-posts .posts-wrapper .long-card .card-img {
        height: 300px;
    }
    .lion-posts .small-card {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .section-padding {
        padding: 40px 0;
    }
    .lion-posts .instagram-posts {
        margin-bottom: 30px;
    }
    .lion-posts .more-posts .card {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 991px) {
    .footer-section .footer-title {
        padding-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .banner-section .more-content-grid .card {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .archive-content .sidebar-posts .card .card-body {
        padding-left: 15px;
        padding-right: 0;
    }
    .lion-main .archive-posts .card .card-body {
        padding-right: 0;
        padding-left: 15px;
    }

    .archive-posts #page-title {
        padding-bottom: 0;
        padding-left: 15px;
    }
}
@media screen and (max-width: 767px) {
    .page-header {
        text-align: center;
    }
    .page-breadcrumb .breadcrumb {
        justify-content: center;
    }
    .pagination-section {
        margin-top: 30px;
    }
}

@media screen and (max-width: 991px) {
    .related-posts .card {
        margin-bottom: 20px;
    }
    .blog-img-main {
        height: 400px;
    }
    .entry-content img {
        height: 300px;
    }
    .lion-single-2 .blog-title-wrap .title-font {
        font-size: 30px;
    }
    .tags-wrap{
        flex-direction:column;
        align-items: flex-start;
    }
    .tags-wrap .blog-tags{
        width:100%;
        margin-bottom:15px;
    }

    .comment-card .comment-card {
        margin-left: 0;
    }
    .comment-card .author-date .author img {
        height: 40px;
        width: 40px;
    }
    .comment-card .author-date span {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .entry-content {
        padding: 0 20px;
        text-align: justify;
    }
    .lion-single-2 .blog-title-wrap {
        width: 100%;
    }
    .single-layout .author-section {
        margin-top: 30px;
    }
    .blog-author-info .author-img{
        height:90px;
        width:90px
    }
    .blog-author-info .author-desc{
        width:50%;
    }
}

@media screen and (max-width: 767px) {
    .search-results .card-img {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 991px) {
    .about-section .about-text {
        padding: 50px;
        padding-bottom: 120px;
    }
    .about-inner-2 .about-img {
        margin: 0 50px;
    }
    .about-inner-2 .about-text {
        padding: 30px;
        padding-top: 100px;
    }
    .lion-about .author-card {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .lion-about .author-section {
        margin-bottom: 0;
    }
    .about-section {
        padding: 30px 0;
    }
    .about-section .about-text {
        margin: 0;
    }
    .about-inner {
        height: auto;
    }
    .about-section .about-img {
        margin: 30px;
        height: 300px;
    }
    .about-inner .about-img {
        margin: -70px 30px 0;
    }
    .about-inner-2 .about-text {
        margin: 0;
        padding: 0 30px;
    }
}

@media screen and (max-width: 991px) {
    .contact-section .contact-info {
        padding: 40px;
    }
    .contact-section .contact-form {
        padding: 40px;
    }
    .contact-section p {
        margin-bottom: 20px;
    }
    .contact-list li {
        margin: 5px 0;
    }
    .contact-info .social-links {
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .contact-section .contact-info {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:991px){
    .error-text-wrapper .title-404{
        font-size:160px;
    }
}
@media screen and (max-width:767px){
    .error-text-wrapper .title-404{
        font-size:130px;
    }
    .error-text-wrapper .sub-404{
        font-size:40px;
    }
    .error-text-wrapper .btn-solid{
        padding:7px 20px;
    }
    .error-content {
        height:calc(100vh - 100px);
    }
    .error-text h2{
        font-size:30px!important;
    }

}


/* Accessibility */
/* Text meant only for screen readers. */
.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;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}