/*!
Theme Name: Blog Town
Theme URI: 
Author: Ditya Themes
Author URI: https://profiles.wordpress.org/dityathemes/
Description: Blog Town is a free WordPress blog theme. It is a clean, modern, elegant and fully responsive WordPress Theme. It has amazing slider, breadcrumb and many more. This theme is lightweight and easy to use theme for travel blog, GYM blog, food blog, business blog, technology blog and fashion blog. You can also use this theme for portfolio, news , fitness and magazine sites too. It has a very easy theme admin option panel where you can change anything easily. Blog Town also support for woocommerce. 
Version: 554.0.8
Tested up to: 6.7
Requires PHP: 5.6
License: GNU General Public License version 3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: blog-town
Tags: portfolio, blog, left-sidebar, right-sidebar, featured-images, custom-logo, custom-menu, footer-widgets, threaded-comments, e-commerce, custom-background, custom-header, full-width-template, theme-options

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Blog Town is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	/*margin: 1.25em 0;*/
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

/*blockquote {
	margin: 0 1.5em;
}*/

address {
	margin: 0 0 1.5em;
}

/*pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}*/

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*ul,
ol {
	margin: 0 0 1.5em 3em;
}*/

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #333333;
}

a:hover,
a:focus,
a:active {
	color: #333333;
}

/*a:focus {
	outline: thin dotted;
}*/

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]: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 {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/* Navigation
--------------------------------------------- */

.main-navigation ul.nav-menu > li > .submenu-toggle {
    top: 18px;
    color: #000;
    padding-left: 5px;
}

.main-navigation ul.nav-menu > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

/*======================
MAIN NAVIGATION
======================*/


.site-header{
	padding: 20px 0;
}

.site-header .nav-wrap {
    border-top: 1px solid #f2f2f2;
}

.main-navigation .toggle-button {
    display: none;
}

.main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.main-navigation ul li {
    font-size: 0.95em;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-bottom: 0;
    font-weight: 700;
}

.main-navigation ul li a {
    color: #fff;
    padding: 15px;
    display: inline-block;
}

.main-navigation ul li a:hover {
    color: #000;
}


.main-navigation ul ul li.menu-item-has-children > a {
    padding-right: 30px;
}

.main-navigation ul li:hover > a, 
.main-navigation ul li.current-menu-item > a, 
.main-navigation ul li.current_page_item > a {
    color: #333333;
}

.main-navigation ul li:focus > a, 
.main-navigation ul li.current-menu-item > a, 
.main-navigation ul li.current_page_item > a {
    color: #333333;
}

.main-navigation ul li a:hover {
  color: #000;
}

@media screen and (min-width: 1025px) {
    .main-navigation .primary-menu-list, 
    .main-navigation ul ul {
        display: block !important;
    }

    .primary-menu-list .close {
        display: none;
    }

    .main-navigation ul li .submenu-toggle, 
    .main-navigation ul li .submenu-toggle:focus {
        pointer-events: none;
        outline: none;
    }
}

.main-navigation ul ul {
    position: absolute;
    top: 110%;
    left: 0;
    text-align: left;
    width: 230px;
    z-index: 99;
    opacity: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.main-navigation ul li:hover > ul, 
.main-navigation ul li.focused > ul {
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    clip: unset;
    box-shadow: 0px 10px 10px 0px #888888;
}

.main-navigation ul ul ul {
    left: 110%;
    top: 0;
    padding-left: 3px;
}

.main-navigation ul ul li:hover > ul, 
.main-navigation ul ul li.focused > ul {
    top: 0;
    left: 100%;
}

.main-navigation ul.nav-menu li ul:before, 
.main-navigation ul.nav-menu li ul:after {
    content: "";
    border-bottom: 8px solid rgba(0,0,0,0.1);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: -9px;
    left: 20px;
}

.main-navigation .nav-menu ul li ul:before, 
.main-navigation .nav-menu ul li ul:after {
    content: "";
    border-bottom: 8px solid rgba(0,0,0,0.1);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: -9px;
    left: 20px;
}

.main-navigation ul.nav-menu li ul:after {
    border-bottom-color: #fff;
    top: -7px;
}

.main-navigation .nav-menu ul li ul:after {
    border-bottom-color: #fff;
    top: -7px;
}

.main-navigation ul.nav-menu ul ul:before, 
.main-navigation ul.nav-menu ul ul:after {
    display: none;
}

.main-navigation .nav-menu ul ul ul:before, 
.main-navigation .nav-menu ul ul ul:after {
    display: none;
}

.main-navigation ul ul li {
    display: block;
    background: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    margin-top: 0px;
    margin-left: -3px;
}

.main-navigation ul ul li a {
    border: 1px solid rgba(0,0,0,0.1);
    width: 100%;
    color: #000;
}

.main-navigation ul ul li:hover > a, 
.main-navigation ul ul li.current-menu-item > a, 
.main-navigation ul ul li.current_page_item > a {
    color: #fa346e;
}

.main-navigation ul ul li:focus > a, 
.main-navigation ul ul li.current-menu-item > a, 
.main-navigation ul ul li.current_page_item > a {
    color: #fa346e;
}

.main-navigation ul li .submenu-toggle {
    font-size: 10px;
    position: absolute;
    top: 17px;
    right: 2px;
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: none;
    color: inherit;
    padding: 0;
    border: none;
}

.main-navigation ul ul li .submenu-toggle {
    right: 10px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.main-navigation {
    order: 2;
    display: flex;
    flex: auto;
    justify-content: center;
}

.main-navigation ul li a {
    text-decoration: none;
}

.main-navigation ul ul li a {
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
}

.main-navigation ul li .submenu-toggle {
    
    color: #000;
}

.main-navigation ul ul li .submenu-toggle {
    top: 19px;
    color: #000;
}


@media screen and (max-width: 992px) {
	/*=====================
    MAIN NAVIGATION
    =====================*/
    .main-navigation {
        position: relative;
        margin-left: -2%;
        margin-right: -2%;
    }
    .main-navigation .toggle-button {
        border: 1px solid #002e5b;
        color: #002e5b;
        cursor: pointer;
        display: block;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 1px;
        font-weight: 700;
        height: 22px;
        line-height: 22px;
        margin-top: -37px;
        padding: 25px 30px;
        position: absolute;
        right: 2rem;
        text-decoration: none;
        top: -40px;
        width: 22px;
    }

    /*.main-navigation .toggle-button:hover {
        color: #f15641;
    }*/

    .main-navigation .toggle-button .toggle-bar {
        background: #333;
        height: 3px;
        width: 30px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 15px;
        margin: auto;
        -webkit-transition: all ease 0.35s;
        -moz-transition: all ease 0.35s;
        transition: all ease 0.35s;
    }

    .main-navigation .toggle-button .toggle-text + .toggle-bar {
        top: -15px;
    }

    .main-navigation .toggle-button .toggle-bar:last-child {
        top: 15px;
    }

    /*.main-navigation .toggle-button:hover .toggle-bar {
        background: #fff;
    }*/

    .main-navigation .close {
        color: inherit;
        position: absolute;
        top: 55px;
        right: 15px;
        width: 35px;
        border: none;
        height: 35px;
        background: #f5f5f5;
        z-index: 9999999;
        cursor: pointer;
        -webkit-transition: all ease 0.35s;
        -moz-transition: all ease 0.35s;
        transition: all ease 0.35s;
    }

    .main-navigation.menu-toggled .close {
        left: 20px;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }

    .main-navigation .close:hover {
        background: #fa346e;
    }

    .main-navigation .close::before, 
    .main-navigation .close::after {
        content: "";
        background: #000;
        width: 20px;
        height: 3px;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all ease 0.35s;
        -moz-transition: all ease 0.35s;
        transition: all ease 0.35s;
    }

    .main-navigation .close::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .main-navigation .close:hover::before, 
    .main-navigation .close:hover::after {
        background: #fff;
    }

    .main-navigation .primary-menu-list {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 999999;
        overflow: auto;
        padding-top: 80px;
        box-shadow: 0px 30px 40px -15px rgba(0,0,0,0.3);
        text-align: left;
        width: 320px;
        height: 100%;
        overflow: auto;
        display: none;
    }

    .main-navigation .mobile-menu {
        width: 100%;
    }

    .main-navigation .primary-menu-list ul {
        text-align: left;
    }

    .main-navigation .primary-menu-list ul li a {

    		color: #000;
    }

    .main-navigation ul li {
        display: block;
    }

    .main-navigation ul li a {
        display: block;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        color: #000;
    }

    .main-navigation ul li.menu-item-has-children > a {
        padding-right: 30px;
    }

    .main-navigation ul ul {
        display: none;
        position: static;
        width: 100%;
        opacity: 1;
        visibility: visible;
        padding-left: 0;
        padding-right: 0;
        background: rgba(0,0,0,0.03);
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }

    .main-navigation ul.nav-menu > li > ul::before, 
    .main-navigation ul.nav-menu > li > ul::after {
        display: none;
    }

    .main-navigation .nav-menu ul > li > ul::before, 
    .main-navigation .nav-menu ul > li > ul::after {
        display: none;
    }

    .main-navigation ul ul li {
        background: none;
        margin-top: 0;
    }

    .main-navigation ul li .submenu-toggle {
        right: 10px;
        color: #000;
        -webkit-transition: all ease 0.35s;
        -moz-transition: all ease 0.35s;
        transition: all ease 0.35s;
    }

    .main-navigation ul ul li .submenu-toggle {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .main-navigation ul li.active > .submenu-toggle {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .main-navigation ul ul li a {
        border-width: 0 0 1px 0;
        color: #000;
    }

     /*==========================
    STICKY HEADER
    ==========================*/
    .main-navigation .toggle-button::before {
        display: none;
    }

    .main-navigation ul.nav-menu > li > .submenu-toggle {
        top: 17px;
        color: #000;
    }

    .submenu-toggle .fa{
    	font-size: 14px;
    	color: #000;
    }

    .main-navigation ul.nav-menu > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    /*=========================
    HEADER LAYOUT THREE
    =========================*/
    
    .main-navigation {
        order: 3;
        margin: 0;
        float: right;
    }

    .main-navigation .toggle-button::before {
        display: none;
    }

    /*==========================
    HEADER LAYOUT FOUR
    ==========================*/
    .main-navigation .toggle-button::before {
        display: none;
    }
}

@media (max-width: 768px) {

	.main-navigation .toggle-button {
		position:relative !important;
		top: -42px !important;
    	right: 0px !important;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}


/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/*theme css*/

/* Theme default css */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
 body {
   font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #333333;
	font-style: normal;
    line-height: 26px;
}
.mean-container a.meanmenu-reveal span {
    background: no-repeat;
    display: block;
    height: 3px;
    margin-top: 3px;
    border-top: 3px solid #002e5b;
}

.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}

.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
/*a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}*/
a:focus,
a:hover,
.footer -menu li a:hover {
	text-decoration: none;
}

a:hover {
    color: #fa346e;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus{
    /*outline: none;*/
    box-shadow: none;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	color: #010f2e;
	margin-top: 0px;
	font-style: normal;
	font-weight: 700;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

/*ul {
	margin: 0px;
	padding: 0px;
}*/
.widget-area li,
.footer-bg li {
	list-style: none
}
p {

	
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}

.logo img {
    width: 100%;
}

/* button style */

.btn {
	-moz-user-select: none;
	background:  #fa346e;
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 18px 45px;
	text-align: center;
	text-transform: unset;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
    z-index: 999;
    border-radius:10;
}

.btn:hover{color: #fff;}
.btn:hover::before{opacity: 0;}
.breadcrumb > .active {
	color: #888;
}
.btn-after{
width: 100%;
height: 45px;
border: 1px solid #707070;
border-radius: 8px;
margin-top: -28px;
margin-left: 15px;
    position: absolute;
    transition: all 0.3s ease 0s;
    display: none;

}

/* scrollUp */
#scrollUp {
	background: #fa346e;
	height: 45px;
	width: 45px;
	right: 45px;
	bottom: 45px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 22px;
	line-height: 45px;
	transition: .3s;
}
#scrollUp:hover {
	background: #fa346e;
}
/* header */
.header-social a {
    font-size: 14px;
    display: inline-block;
    margin-left: 9px;
    height: 35px;
    width: 35px;
    background: #e1e1e1;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    color: #191D3B;
}
.header-social a:hover{
    background: #fa346e;
     color: #fff;
}
.header-social a.search {
    width: auto;
    background: no-repeat;
    margin-left: -8px;
    margin-right: 0;
}

.header-trending ul li {
    display: inline-block;
    padding-right: 15px;
}
.header-trending .h-btn{
    border-radius: 4px;
  background-color: rgb(197, 1, 95);
    padding: 5px 10px;
    display: flex;
    color: #fff;
    float: left;
}
.header-trending .h-btn img {
    height: 13px;
    margin-top: -4px;
    margin-right: 4px;
}
.header-trending .trending-slider-active {
    margin-left: -30px;
    margin-top: 4px;
}
.header-trending ul li:first-child{margin-left: 0;}
.header-trending ul li:last-child{padding-right: 0; border-right: none;}
.header-trending ul li i {
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 2px;
    color: #fa346e;
}

.sticky-menu {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
		z-index: 9999;
		background: #fff;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.responsive {display: none;}
#mobile-menu {
	display: block;
}

.top-btn {
    background: #c5015f;;
    padding: 15px 15px;
    width: 100%;
    float: left;
    color: #fff;
    text-align: center;
}
.top-btn i{
    margin-right: 5px;
}
.top-btn:hover {
    background: #fa346e;
     color: #fff;
}
.sticky-menu .logo{
    margin-top: 0;
    height: auto;
}
.sticky-menu::before {
    height: 71px;
    top: 0;
    left: -20px;

}

/*.slider-btn{
    display: inline-block;
    position: relative;
}*/
.slider-active .slick-track::before{
    background-color: rgb(254, 235, 229);
    position: absolute;
    width: 590px;
    height: 575px;
    content: "";
    right: 0;
    bottom: 50px;
    border-radius: 0 0px 10px 10px;
}

.slider-active .slick-dots {
    position: absolute;
    top: 40%;
    left: 22%;
}
.slider-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    height: 1px;
    margin-left: 10px;
    background: #fa346e;
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
    
}
 .slider-active .slick-dots li.slick-active button {
    width: 50px;
   background: #fa346e;
}
.slider-active .slick-dots li.slick-active button::before {
    background: url("../img/bg/active-dote.html");
    opacity: 1;
}
.slider-active .slick-dots li button::before {
    content: "";
    width: 19px;
    height: 19px;
    background: url("../img/bg/dote.html");
    float: left;
    position: relative;
    margin-top: -9px;
    left: -19px;
    border-radius: 50%;
    opacity: .7;
    background-repeat: no-repeat;
    background-position: center;
}
.second-header {
    border: none;
    background: #fa346e;
    color: #fff;
}

.primary-menu {
	position: relative;
	z-index: 9;
}
.sticky-menu .primary-menu {
	margin: 0;
	box-shadow: none;
	padding: 0;
}
.sticky-menu .primary-menu::before{content: none;}

.header-two .container{
    max-width: 1400px;
}
.header-two .menu-area{
    padding-top: 0;
}

.header-two #mobile-menu {
    float: left;
}
.header-two .logo img {
    width: auto;
    max-width: 60%;
}

/* breadcrumb */
.breadcrumb-area {
    background-position: 0 center;
    background-size: cover;
    position: relative;
    min-height: 200px;
}
.breadcrumb {
	display: inline-block;
	-ms-flex-wrap: wrap;
	flex-wrap: unset;
	padding: 0;
    margin:  0px auto;
	margin-bottom: 0;
    margin-top: 20px;
	list-style: none;
	background-color: unset;
	border-radius: 0;
}
.breadcrumb li {display: inline-block;}
.breadcrumb li a {
font-size: 16px;
color: #fff;
font-weight: 500;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 15px;
	padding-left: 10px;
	color: #ddd;
	content: "|";
}
.breadcrumb-title h2 {
	font-size: 60px;
    margin: 0;
	text-align: center;
	line-height: 1;
	color: #fff;
}
.breadcrumb-title p {
	margin-bottom: 0;
	color: #777;
	font-size: 16px;
}
.breadcrumb > .active {
	color: #fa346e;
	font-weight: 500;
}
.breadcrumb-wrap{
	text-align: center;
}
.
/* slider */

.slider-active .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 70px;
	height: 60px;
	width: 60px;
	color: #fa346e;
	font-size: 18px;
	line-height: 65px;
	border: none;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	z-index: 9;
	cursor: pointer;
	padding: 0;
	box-shadow: 4px 2px 0 0 transparent;
	transition: .5s;
}
.slider-active .slick-next {
	right: 70px;
	left: auto;
}
.slider-active .slick-arrow:hover {
	box-shadow: 4px 2px 0 0 #fa346e;
}

/* blog */

.blog_town_single_post-thumb img {
	  width: 100%;
}

.blog_town_single_content {
  padding: 40px 30px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(243, 243, 243);
    position: relative;
}
.blog_town_single_content .admin {
    position: absolute;
    top: -35px;
    background: #fa346e;
    padding: 14px 25px;
    border-radius: 5px;
	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    font-weight: 500;
}

.blog_town_single_content .admin a{
	color:#fff;
}
.blog_town_single_content .admin i{
    margin-right: 10px;
    font-size: 18px;
}

.blog-town-details-wrap .meta-info ul {
    padding-top: 20px;
    border-top: 2px solid #f5f5f5;
    padding-bottom: 20px;
}
.blog-town-details-wrap .meta-info ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    font-weight: 500;
    padding-right: 15px;
    border-right: 2px solid #f5f5f5;
}
.blog-town-details-wrap .meta-info ul li i {
    color: #fa346e;
    margin-right: 5px;
    font-weight: 600;
}
.blog-town-details-wrap .meta-info ul li:last-child {
    border: none;
}
.blog_town_single_content .meta-info ul {
    border-top: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
}
.blog_town_single_content .meta-info ul li {
display: inline-block;
font-size: 14px;
margin-right: 15px;
font-weight: 500;
padding-right: 15px;
border-right: 2px solid #f5f5f5;
}
.blog_town_single_content .meta-info ul li:last-child{
    border: none;
}
.blog_town_single_content .meta-info ul li i{
    color: #fa346e;
}

.blog_town_single_content .meta-info ul li a i {
	margin-right: 5px;
}
.blog_town_single_content .meta-info ul li a:hover {
	color: #fa346e;
}
.blog_town_single_content .meta-info ul li i {
	margin-right: 5px;
}
.blog_town_single_content h2 {
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 20px;
	font-weight: 500;
}
.blog_town_single_content h2:hover a {
	color: #fa346e;
}
.blog_town_single_content p {
	margin: 25px 0;
}
.blog_town_single_content .blog__btn .btn {
  background: transparent;
	border: 2px solid #fa346e;
	font-size: 16px;
	text-transform: uppercase;
	color: #010f2e;
}

.blog_town_single_content .read-more-btn a{
	color: #fa346e;
    letter-spacing: 1px;
    transition: all 0.5s;
}

.blog_town_single_content .read-more-btn i{
    transition: all 0.5s;
    font-size: 13px;
    position: relative;
    top: 0px;
    left: 2px;
}

 .blog_town_single_content .read-more-btn:hover i {
    margin-left: 6px;
}


.blog_town_single_content .blog__btn .btn::before {
  content: none;
}
.blog_town_single_content .blog__btn .btn:hover {
	background: #fa346e;
	color: #fff;
}


/* footer */

.footer-bg {
font-size: 14px;
    background: #fff;
    border-top: 5px solid #f3f8fb;
}

.copyright-wrap {
  background:#010e2e;
padding: 15px 0;
color: #fff;
    font-size: 15px;
}
.copyright-wrap li {
    display: inline;
    padding-left:15px;
    margin-left: 10px;
    position: relative;
}
.copyright-wrap li::before {
    background: #fa346e;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 0;
    margin: 12px 0 0 4px;
}
.copyright-wrap ul li a {
    color: #fff;
}

#wp-calendar caption {
    color: #010f2e;
    font-weight: 500;
    font-size: 14px;
}

.sticky .blog_town_single_content,.tag-sticky-2{

background: #f6f6f6;

}
.sticky .blog_town_single_content ul li {

    margin-bottom: 15px;
    list-style: disc;
    margin-left: 10px;

}

.page #comments {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.page-links {
    float: left;
    width: 100%;
    margin-top: 50px;
}
#comments {
    float: left;
    width: 100%;
}
.blog_town_single_content ul{
	padding-left:0px;
}

.blog_town_single_content ul li{
    list-style: disc;
}
 .blog_town_single_content table th ,.blog_town_single_content table td{
   border: 1px solid #f6f6f6;
padding: 10px;
}
 .blog_town_single_content table{
    margin-bottom: 20px;
}

 .blog_town_single_content ol {
    padding: 0 0 0 1.5em;
}
.blog_town_single_content ol li{
    list-style: decimal;
}
.blog_town_single_content figure {
    margin: 0 0 1rem;
}
a, h1, h2, h3, h4, h5, h6, p, span {
    overflow-wrap: break-word;
}
h1, h2, h3, h4, h5, h6{
    overflow-wrap: break-word;
}


.blog_town_single_content ul ul li {
  list-style: circle;
}

/*ol {
    padding-left: 15px;
}*/
iframe {
    width: 100%;
    height: auto;
}

.footer-widget td {
    padding: 5px;
    text-align: center;
}

.footer-widget table {
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
}
.footer-widget th {
    background: #f6f6f6;
    padding: 10px 5px;
    text-align: center;
    color: #010f2e;
}

.blog_town_single_content h1,.blog_town_single_content h2,.blog_town_single_content h3,.blog_town_single_content h4,.blog_town_single_content h5,.blog_town_single_content h6 {
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 700;
}

.comment-list h1,.comment-list h2,.comment-list h3,.comment-list h4,.comment-list h5,.comment-list h6 {
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 700;
}

pre cite {
    color: #000;
}

.admin-bar .sticky-menu {
  margin-top:0;
}

.table td, .table th {
	border-top: 1px solid #eaedff;
}

.blog_town_detail_content h2 {
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 20px;
	padding-right: 0;
	font-weight: bold;
}
.blog_town_detail_content p {
  	margin-bottom: 18px;
}

cite {
	margin-top: 15px;
	color:#fa346e;
	font-weight: 600;
}


.tags.pb-50 {
    padding-bottom: 20px;
}
.post__tag h5 {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 600;
	padding-top: 30px;
	border-top: 2px solid #f5f5f5;
    margin-top: 25px;
}
.post__tag a {
	display: inline-block;
	margin-right: 10px;
}
.post__tag a {
	font-size: 12px;
	text-transform: uppercase;
	border: 2px solid #e5e5e5;
	padding: 7px 10px;
	font-weight: bold;
	display: inline-block;
	border-radius: 3px;
	color: #9d9d9d;
	margin-bottom: 10px;
}
.post__tag a:hover {
	border-color:#fa346e;
	background:#fa346e;
	color: #ffffff;
}

.blog-town-details-wrap .blog_town_detail_content .post__tag  a:first-child{
	display: none !important;
}

.posts_navigation {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.posts_navigation .prev-link span {
    font-size: 12px;
    text-transform: uppercase;
	font-weight: bold;
	display: block;
	letter-spacing: 2px;
}

.navigation.posts-navigation {
    display: none;
}

.posts_navigation .prev-link h4:hover a {
	color:#fa346e;
}
.posts_navigation .next-link span {
    font-size: 12px;
	font-weight: bold;
	display: block;
    text-transform: uppercase;
	letter-spacing: 2px;
}
.posts_navigation .next-link h4 {
    font-size: 20px;
	margin-bottom: 0;
	font-weight: bold;
	height: 30px;
}
.posts_navigation .next-link h4:hover a {
	color:#fa346e;
}

code {
    font-size: 15px;
    display: inline-block;
    font-family:    font-family: 'Roboto', sans-serif;;
    margin-top: 10px;
}
figcaption{
    font-weight: 600;
    color: #202020;

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

}
.form-submit {
    margin-bottom: 0;
}
.comment__wrap {
  	border-bottom: 1px solid #eaeaea;
}

.comment-list {
    padding: 0;
	border-bottom: 1px solid #eaeaea;
	margin-top: 45px;
	margin-bottom: 45px;
}

.comments-title {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: bold;
}

.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;
}

.comment-form .comment-field {
	position: relative;
}
.comment-form .comment-field.text-area i {
	top: 25px;
	transform: unset;
}
.comment-form i {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	color:#fa346e;
	font-size: 14px;
}
.comment-form textarea {
	height: 150px;
	width: 100%;
	padding: 8px;
	background: #ffffff;
}
.comment-form textarea::placeholder {
	font-size: 14px;
	color: #a7a7c1;
}
.comment-form textarea:focus {
	outline: 1px solid#fa346e;
}
.comment-form .comment-form-author input, 
.comment-form .comment-form-email input, 
.comment-form .comment-form-url input{
	width: 100%;
	padding: 8px;
	background: #ffffff;
}
.comment-form input::placeholder {
	font-size: 14px;
	color: #b0b0b0;
}
.comment-form input:focus {
	outline: 1px solid#fa346e;
}
.comment-form .submit {
	background:#fa346e;
	border: none;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 50px;
	padding: 12px 45px;
	margin-top:20px;
	font-weight: bold;
	width: auto;
}
.comment-form .submit::before{content: none;}
.comment-form .submit:hover {
	color: #fff;
	background:#fa346e;
}
 .page .comments-area ol .comment-respond{
    margin-bottom: 30px;
}
  .comments-area ol >  .comment-respond {
    margin-bottom: 30px;
        margin-top: -30px;
}

  .comments-area ol > li > ol > li > ol >  .comment-respond {
    margin-left: -42px;
        margin-top:-30px;
}
  .comments-area ol > li > ol > li > ol > li > ol > .comment-respond {
    margin-left: -62px;
      margin-top: -35px;
}

.blog_town_single_content.quote-post .meta-info{
    margin-top:30px;
}
blockquote h3{
    color: #fff;
}
blockquote footer {
    color: #d5d5d5;
    margin-bottom: 30px;
}


/* slider-post-slider*/

.box-slider-post
{
    margin: 0 15px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.category-post-slider-active {
    margin: 0 -760px;
}

.box-slider-post .text{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 70%;
    z-index: 1;
}
.box-slider-post .text h5,.box-slider-post .text h3{
    color: #fff;
}
.box-slider-post .text h3{
  font-size: 38px;
}
.box-slider-post .text .post-tags{
    margin-bottom: 10px;
}
.box-slider-post .text .post-tags li {
    display: inline-block;
    margin-right: 10px;
}
.box-slider-post .text .post-tags li a{
    color: #fff;
}

.box-slider-post .text .post-tags .slider-cat
{
    padding: 1px 10px;
    background: #fa346e;
    border-radius: 3px;
    color: #fff;
}

.page404 {
  width: 600px;
  margin: auto;
}

.page404 .content {
  text-align: center;
}

.page404 .content h1 {
  font-size: 200px;
  color: #f67280;
  line-height: 1;
  margin-bottom: 30px;
}

.page404 .content h3 {
  margin-bottom: 10px;
}

.page404 .content p {
  margin-bottom: 30px;
}

.btn-custom {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    position: relative;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 22px;
    text-transform: capitalize;
    border-radius: 15px;
    background-color: #f67280;
    color: #ffffff;
    border: 0px;
    transition: all 0.5s ease-in-out;
}

.btn-custom:hover{
	color: #fff;
}