/**
 * Theme Name:     Poseidon Child
 * Author:         ThemeZee
 * Template:       poseidon
 * Text Domain:	   poseidon-child
 * Description:    Poseidon is an elegant designed WordPress theme featuring a splendid fullscreen image slideshow. The clean typography and spacious white layout makes it great to share your stories. You can use the theme as simple blog or easily create a news website with the widget-based Magazine Homepage template.
 */


 :root {
	--tp-ff-body: 'Poppins', sans-serif;
	--tp-ff-heading: 'Poppins', sans-serif;
	--tp-ff-p: 'Poppins', sans-serif;
	--tp-ff-eleganticons: "ElegantIcons";
	--darkblue: #0a1b5f;
	--purple: #9a71e1;
	--yellow: #fcbd2e;
    --black: #707070;
    --white: #ffffff;
	--tp-fw-normal: normal;
	--tp-fw-elight: 200;
	--tp-fw-light: 300;
	--tp-fw-regular: 400;
	--tp-fw-medium: 500;
	--tp-fw-sbold: 600;
	--tp-fw-bold: 700;
	--tp-fw-ebold: 800;
	--tp-fw-black: 900;
}
body, html{
	font-family: var(--tp-ff-body);
	font-size: var(--tp-fz-body);
	font-weight: normal;
	color: var(--darkblue);
	line-height: 1.5;
    overflow-x: hidden;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  @font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-Italic.eot');
    src: url('./fonts/Poppins-Italic.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Poppins-Italic.woff2') format('woff2'),
        url('./fonts/Poppins-Italic.woff') format('woff'),
        url('./fonts/Poppins-Italic.ttf') format('truetype'),
        url('./fonts/Poppins-Italic.svg#Poppins-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-Light.eot');
    src: url('./fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Poppins-Light.woff2') format('woff2'),
        url('./fonts/Poppins-Light.woff') format('woff'),
        url('./fonts/Poppins-Light.ttf') format('truetype'),
        url('./fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-Bold.eot');
    src: url('./fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Poppins-Bold.woff2') format('woff2'),
        url('./fonts/Poppins-Bold.woff') format('woff'),
        url('./fonts/Poppins-Bold.ttf') format('truetype'),
        url('./fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-SemiBold.eot');
    src: url('./fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('./fonts/Poppins-SemiBold.woff') format('woff'),
        url('./fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('./fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-Regular.eot');
    src: url('./fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Poppins-Regular.woff2') format('woff2'),
        url('./fonts/Poppins-Regular.woff') format('woff'),
        url('./fonts/Poppins-Regular.ttf') format('truetype'),
        url('./fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-Medium.eot');
    src: url('./fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Poppins-Medium.woff2') format('woff2'),
        url('./fonts/Poppins-Medium.woff') format('woff'),
        url('./fonts/Poppins-Medium.ttf') format('truetype'),
        url('./fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.main-navigation ul{
    font-family: var(--tp-ff-body);
}
.page-title, 
.entry-title,
body a{
    font-family: var(--tp-ff-body);
}

body .entry-title , body .entry-footer{
    color: #1a1a36;;
}
body h1, body h2, body h3,body h4,body h5,body h6{
    color: #1a1a36;
    font-weight: 600;
    line-height: 1.1;
    font-family: var(--tp-ff-heading);
}
body h1{
    font-size: 40px;
}
body h2{
    font-size: 32px;
}
body h3{
    font-size: 26px;
}
body h4{
    font-size: 22px;
}
body h5{
    font-size: 20px;
}
body h6{
    font-size: 18px;
}
body a{
    
    font-weight: normal;
    color: #1a1a36;
    text-decoration: none;
    text-underline-offset: none;
}
body.single-post .rpwwt-widget span{
    line-height: 1.3;
    display: block;
}
body .site-header{
    padding-bottom: 1px;
    background: #ffffff;
    padding: 5px 0px;
    /*box-shadow: 0px 0px 5px hsl(0deg 0% 0% / 39%);*/
    display: inline-block;
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.single-post .entry-content{
    font-size: 16px;
}
body p{
    
    font-weight: normal;
    color: #1a1a36;
    font-size: 16px;
}
body .widget-title , body .is-style-widget-title{
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
}

body .entry-title a{
    font-weight: 500;
    color: #1a1a36;
    /* font-size: 16px; */
}
body .main-navigation ul a,body .main-navigation ul a:link,body .main-navigation ul a:visited{
    font-weight: 600;
    font-size: 14px;
    color: #1a1a36;
}
body .main-navigation ul li a{
    text-transform: capitalize;
}


body .main-navigation ul li{
    margin-right: 34px;
}
body .main-navigation ul li:last-child{
    margin-right: 0px;
}
body .main-navigation ul li.has-dropdown > a.has-arrow:after {
    content: "\f107";
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
    font-size: 13px;
    line-height: 1;
    font-family: FontAwesome;
    font-weight: 400;
    margin-left: 5px;
    display: inline-block;
    -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;
}
body .main-navigation ul ul.submenu{
    display: none;
    position: absolute;
    right: auto;
    left: 0;
    top: 100%;
    width: 230px;
    padding-bottom: 0px;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    border: none;
}
body .main-navigation ul li.has-dropdown:hover > ul.submenu {
    display: block;
}
body .main-navigation ul ul.submenu li{
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}
body .main-navigation ul ul.submenu li a{
    padding: 12px 20px;
    position: relative;
    z-index: 1;
    width: 100%;
    color: #1a1a36;
    font-weight: 500;
    opacity: 1;
    line-height: 1.2;
    display: block;
    border: none;
}
body .main-navigation ul ul.submenu li:hover a{
    background: rgba(0, 0, 0, 0.025);
    color: var(--purple);
}
header#masthead , footer#colophon{
    background: #fff;
}
.align-items-center {
    align-items: center!important;
}
.justify-content-end {
    justify-content: flex-end!important;
}
.d-flex {
    display: flex!important;
}
.ml-10 {
    margin-left: 10px;
}

.tp-header__main{
    background: linear-gradient(90deg, rgba(26,26,54,1) 0%, rgba(103,73,159,1) 60%);
}

header .container, footer .container{
    padding: 0px 30px;
    max-width: 100%;
}
/* .container{
    max-width: 1180px;
    padding: 40px 20px;
} */
body.single-post main .page-container{
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;;
}

.row{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
}
body a:link, body a:visited , body a:hover, body a:focus, body a:active {
    color: #1a1a36;
}
body a:focus {
    outline: 0px;
}
.entry-meta a:link, .entry-meta a:visited{
    color: #1a1a36;
    opacity: 0.8;
}
body .entry-meta span{
	line-height: 1.4;
}
.entry-meta a{
	display: inline-block;
}
.entry-title a:link, .entry-title a:visited{
    color: #1a1a36;
}
body .main-navigation ul{
    
}
/* ============-------------User Login CSS -------------=================== */
body .tp-header__area a.tp-btn {
    display: flex;
    align-items: center;
    height: 40px;
    gap: 5px;
}
body .tp-header__area a.tp-btn.dropdown-toggle{
    padding: 9px 16px !important;
}
.mobile-menu .menu_title {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 8px 10px;
    background: #e4e4e4;
    font-size: 16px;
    color: var(--darkblue);
    margin-top: 0px;
    font-weight: 600;
    line-height: 1.2;
}
.edit_profile_icon:before, .settings_icon:before, .logout_icon:before {
    content: "";
    width: 14px;
    height: 14px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}
.edit_profile_icon:before{
    background-image: url(images/user-o.svg);
}
.settings_icon:before{
    background-image: url(images/settings.svg);
}
.logout_icon:before{
    background-image: url(images/logout-icon.svg);
}
.profile_info {
    padding: 15px;
    color: #fff !important;
    margin-bottom: 0px;
    background-color: var(--purple) !important;
    display: flex !important;
    align-items: center !important;
}
.pro-pic-dropdown {
    height: 45px;
    width: 45px;
    border: 1px solid #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .25rem !important;
}
.pro-pic-dropdown .ti-user {
    font-size: 18px;
    width: 18px;
    height: 18px;
    margin-left: 5px;
    margin-right: 5px;
    filter: brightness(0) invert(1);
    background-image: url(images/user.svg);
    background-size: contain;
    background-position: center;
    text-decoration: none;
    background-repeat: no-repeat;
}
.pro-name-dropdown {
    width: calc(100% - 55px);
    margin-left: 10px;
}
.pro-name-dropdown h4 {
    font-size: 20px;
    margin-bottom: 0px;
    color: #fff;
    margin: 0;
    line-height: 1;
}
.pro-name-dropdown p {
    font-size: 14px;
    margin-bottom: 0px;
    color: #fff;
}
.user_profile_btn{
    position: relative;
}
.user_profile_btn .dropdown-toggle .ti-user {
    content: "";
    width: 20px;
    height: 23px;
    background-image: url(images/user.svg);
    background-size: contain;
    background-position: center;
    text-decoration: none;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.user_profile_btn .dropdown-toggle:hover .ti-user{
    filter: brightness(0) invert(1);
}
.user_profile_btn .dropdown-menu{
    display: none;
    position: absolute;
    z-index: 1000;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    min-width: 280px;
    padding: 0px;
    transform: none !important;
    margin-top: 9px;
    right: 0;
    left: auto !important;
    top: 100% !important;
    padding-bottom: 0;
}
.user_profile_btn .dropdown-menu.show {
    display: block;
}
.user_profile_btn .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.65rem 1rem;
    clear: both;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    font-weight: normal;
    font-family: var(--tp-ff-body);
    color: #212529;
}
.user_profile_btn .dropdown-menu .with-arrow {
    position: absolute;
    height: 10px;
    overflow: hidden;
    width: 40px;
    top: -10px;
    right: 0;
}
.user_profile_btn .dropdown-menu .with-arrow > span {
    content: '';
    right: 20px;
    background-color: var(--purple) !important;
    width: 15px;
    height: 15px;
    top: 3px;
    position: absolute;
    border-radius: 3px 0 0 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.dropdown-menu-right a.dropdown-item i.fa-power-off, .dropdown-menu-right a.dropdown-item i.ti-settings, .dropdown-menu-right a.dropdown-item i.fa-user-o {
    background-image: url(images/logout-icon.svg);
    width: 14px;
    height: 14px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.dropdown-menu-right a.dropdown-item i.ti-settings{
    background-image: url(images/settings.svg);
}
.dropdown-menu-right a.dropdown-item i.fa-user-o {
    background-image: url(images/user-o.svg);
    top: -2px;
}
.dropdown-menu-right a.dropdown-item i.fa-power-off:before, .dropdown-menu-right a.dropdown-item i.ti-settings:before, .dropdown-menu-right a.dropdown-item i.fa-user-o:before {
    content: " ";
}
.user_profile_btn .dropdown-divider {
    height: 0;
    margin: 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .15);
}
.user_profile_btn .dropdown-item:focus, .user_profile_btn .dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef;
}
/* ============-------------User Login CSS End -------------=================== */

/* Header Start */
.col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
}
.tp-header__search-2 {
    margin-left: 13px;
}
.tp-header__search-2 {
    margin-left: 13px;
}
.tp-header__search-2 form {
    padding-top: 13px;
    padding-bottom: 13px;
    position: relative;
}
.tp-header__search-2 form input {
    width: 450px;
}
.tp-header__search form input {
    height: 40px;
    border: 0;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 40px;
    border-radius: 30px;
    line-height: 44px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.tp-header__search form button, .tp-header__search form .button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
header .container, footer .container{
    padding: 0px 30px;
    max-width: 100%;
}
body.single-post main .page-container{
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;;
}
header .col-xxl-3 {
    flex: 0 0 auto;
    position: unset;
    width: 20%;
    padding-left: 0px;
    padding-right: 0px;
}
.d-lg-block {
    display: block!important;
}
header .col-xxl-9 {
    flex: 0 0 auto;
    max-width: 80%;
    width: 100%;
    padding: 0px;
}
/*
body .site-logo .custom-logo{
    max-width: 125px;
    width: 125px;
    height: 76px;
    max-height: inherit;
}
*/
header .site-logo{
    position: relative;
    top: 0px;
    flex-grow: 1;
}
header .site-logo img:not(.litespeed-loaded){
    height: 72px;
}
header.d-flex.justify-content-end.align-items-center{
    flex-grow: 1;
    justify-content: center !important;
    align-items: center !important;
}
.pl-30 {
    padding-left: 30px;
}
header .pl-30{
    padding-left: 0px;
}
body .primary-navigation .primary-menu-container > ul > .menu-item {
    display: inline-block;
    position: relative;
    list-style: none;
    margin-right: 0px;
    text-align: left;
}
body .primary-navigation > div > .menu-wrapper{
    display: unset;
}
.main-menu-2 ul li a {
    display: inline-block;
    font-size: 14px;
    color: #1a1a36;
    padding: 15px 0;
    line-height: 1.5;
}
body .primary-navigation a:hover {
    text-decoration: none;
    text-decoration-style: none;
}
body.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    background: none;
    color: unset;
}
body .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    text-decoration: none;
}
body input[type=text]:focus{
    color: unset;
    outline-offset: 0px;
    outline: none;
}
.mb-10 {
    margin-bottom: 10px;
}
/* div.tp-header__hamburger.ml-50 {
    display: none;
} */

.mobile_icon {
    display: none;
}

.tp-header__search-2 form.search-form label input {
    width: 392px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    padding-left: 30px;
}
.tp-header__search form.search-form  label input {
    height: 40px;
    border: 0;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 40px;
    border-radius: 30px;
    line-height: 44px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.tp-header__search form.search-form  button.search-submit {
    padding: 0px 15px;
    background: none;
    border: 0px;
    line-height: 1.1;
    color: #39414d!important;
    text-align: center;
    top: 50%;
    right: 10px;
}

::placeholder{
    font-size: 14px;
    
    font-weight: normal;
}
.mobile_icon .fa-search {
    background-color: white;
    color: #000;
    height: 30px;
    width: 30px;
    font-size: 15px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 9999;
}

/* --------=========== Mobile Menu CSS ==========-----------*/
.offcanvas__area {
    min-height: auto;
}
.mobile-menu ul li .submenu li a {
    padding-left: 30px;
}
.mobile-menu ul li .submenu {
    display: none;
    margin: 0px;
}
.mobile-menu ul li.has-dropdown > a:before {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: auto;
    font-size: 18px;
    color: #575656;
}
.mobile-menu ul li.has-dropdown > a.active:before {
    content: "\f107";
}
ul, li {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    line-height: 1.5;
    font-size: 14px;
}
.mobile-menu ul li a:focus, .mobile-menu ul li a:visited, .mobile-menu ul li a:hover {
    background: #e4d8f7;
}

.mobile-menu ul li a {
    display: block;
    padding: 9px 15px;
    color: var(--darkblue);
    font-weight: 500;
    font-weight: 500;
    position: relative;
    font-size: 14px;
}
.mobile-menu ul li {
    border-bottom: 1px solid #ccc;
}
.offcanvas__content .offcanvas__close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}
.offcanvas__area::-webkit-scrollbar {
	display: none;
	/* for Chrome, Safari, and Opera */
}
.offcanvas__area.offcanvas-opened {
	right: 0px;
}
.offcanvas__area ul {
    margin: 0px;
    padding: 0px;
}
.pt-5 {
    padding-top: 5px !important;
}
.mb-2 {
    margin-bottom: .5rem !important;
}
.offcanvas__area .footer__widget-title{
    margin-top: 0px;
    color: var(--darkblue);
    font-weight: 600;
    font-size: 16px;
}
.offcanvas__area {
	position: fixed;
	right: -390px;
	top: 0;
	width: 370px;
	height: 100%;
	transition-duration: 0.5s;
	z-index: 999;
	-ms-overflow-style: none;
	/* for Internet Explorer, Edge */
	scrollbar-width: none;
	/* for Firefox */
	overflow-y: scroll;
	min-width: 300px;
    min-height: auto;
	background-size: cover;
	background-color: var(--tp-grey-1);
	z-index: 99999;
}

/* .offcanvas__logo img{
  max-width: 130px;
} */
.bg-primary{
    background-color: var(--purple)!important;
}
.offcanvas__wrapper {
	position: relative;
	overflow: auto;
	width: 100%;
	height: 100%;
	scrollbar-width: none;
	background: #f5f5f5;
	background: #fff;
}
.offcanvas__close-btn {
	display: inline-block;
	font-size: 20px;
	height: 35px;
	width: 35px;
	line-height: 1;
    color: #fff;
    background-color:#834edd !important;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'><path d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/></svg>");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;;
}
#filter-toggle .offcanvas__close-btn{
	background-color:var(--purple)!important;
}

.mobile_btns a {
	display: block;
	margin: 0px 0px 10px 0px;
	max-width: 200px;
}
.offcanvas__wrapper .search-input {
	padding-top: 13px;
	padding-bottom: 13px;
	position: relative;
}
.offcanvas__wrapper .search-input input {
	height: 40px;
	border: 0;
	background-color: #fff;
	padding-left: 20px;
	padding-right: 50px;
	border-radius: 30px;
	width: 100%;
	box-shadow: 0px 0px 7px 0px #00000024;
}
.offcanvas__wrapper .search-input a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
.body-overlay {
	background-color: #000;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-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;
}
/*.body-overlay:hover {
	cursor: url(../img/icons/cross-out.png), pointer;
}*/
.body-overlay.opened {
	opacity: 0.7;
	visibility: visible;
}
.offcanvas__area ul.pt-35 {
    padding-top: 35px;
}
body .indicates-required {
    display: none;
}
.form-control, select.form-select{
    box-shadow: none!important;
    border:1px solid #dadada!important;
}
select.form-select{
    cursor: pointer;
}

.primary-menu-toggle{
    display: none;
}
.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.09);
    z-index: 9999;
}
/* Header End */


.footer__top {
    padding-top: 30px;
    padding-bottom: 30px;
}

.site-footer{
    padding: 0px;
}

footer .col-xxl-8 {
    flex: 0 0 auto;
    max-width: 75%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
footer .col-xxl-4 {
    flex: 0 0 auto;
    width: 100%;
    position: unset;
    padding: 0px;
    max-width: 25%;
}
.footer__widget-logo img{
    /* width: 200px;*/
    width: 160px;
    /* height: 97px;*/
}
.ycic-logo img{
    width: 109px;
    height: 80px;
}
h2.footer__widget-title {
    font-size: 22px;
    font-weight: bold!important;
    margin-bottom: 15px;
    font-weight: 500;
    position: relative;
    margin-top: 15px;
    line-height: 1;
}
.footer-col-2 .footer__widget-content {
    display: flex;
    justify-content: space-between;
}
footer ul{
    margin: 0px;
    list-style: none;
    padding: 0px;
}
footer li{
    line-height: 1.5;
    margin-bottom: 5px;
    margin: 0px;
}
footer ul li a,
footer ul li span{
    font-size: 14px;
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 5px 0px 5px;
    color: #1a1a36;
}
.footer-col-4 ul li a,
.footer-col-4 ul li span{
    padding-left: 22px;
}
.footer-col-4 ul li .fa-solid {
    position: absolute;
    top: 10px;
    left: 0px;
    font-size: 14px;
}
.footer__widget-title {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 500;
    position: relative;
}
.footer__social span a {
    display: inline-block;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    line-height: 33px;
    text-align: center;
    background: #1a1a36;
    color: #ffffff;
}
.fab{
    color: #fff;
}
.footer__bottom {
    background: linear-gradient(90deg, rgba(26,26,54,1) 0%, rgba(103,73,159,1) 60%);
    padding-top: 12px;
    padding-bottom: 12px;
}
.footer__bottom .row {
    display: flex;
    flex-wrap: wrap;
}
.footer__copyright {
    display: flex;
}
.footer__bottom p{
    margin: 0px;
    color: #fff;
}
body .footer__copyright p a {
    color: #fff;
    opacity: 0.7;
}
body .site-content{
    background: transparent;
}
body.blog .content-area{
    width: 100%;
    padding-right: 0px

}
body .widget-magazine-posts .magazine-vertical-box .large-post{
    width: 53%;
    padding: 0px;
}
body .widget-magazine-posts .magazine-vertical-box .small-posts{
    width: 44%;
    margin-left: 57%;
    padding-left: 0px;
    border-radius: 20px;
    padding: 20px;
    background: #f5f5f5;
}
.widget-magazine-posts .small-post .entry-title{
    font-size: 18px;
    margin-bottom: 10px;
}
body .widget-magazine-posts .magazine-vertical-box .small-posts a img,
body .widget-magazine-posts .magazine-vertical-box .small-posts a{
    display: none;
}
.widget-magazine-posts .magazine-vertical-box .small-posts .post-content a {
    display: inline;
}
/* body .sidebar {
    width: 26%;
} */
.box .post-wrapper::before{
    display: none;
}
.box .post-wrapper{
    display: grid;
    grid-template-columns: repeat(4 , 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.box .post-wrapper article{
    flex-direction: column;
    border-radius: 25px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 0px;
}
.post-layout-small .post-wrapper .type-post .post-thumbnail-small, .post-layout-small .infinite-wrap .type-post .post-thumbnail-small{
    width: 100%;
    height: 160px;
}
.post-layout-small .post-wrapper .type-post .post-content, .post-layout-small .infinite-wrap .type-post .post-content{
    width: 100%;
    margin: 0px;
    padding: 0px 0px;
}
.post-layout-small .post-wrapper .type-post .wp-post-image, .post-layout-small .infinite-wrap .type-post .wp-post-image {
    margin: 0px;
    height: 100%;
    width: 100% ;
    border-radius: 10px;
    object-fit: cover;
}
.box .entry-header , .category .entry-header , .archive .entry-header , .search-results .entry-header{
    margin: 0px;
    margin-top: 15px;
    line-height: 1.1;
    margin-bottom: 10px;
}
body.post-layout-small .post-wrapper .type-post .entry-title, body.post-layout-small .infinite-wrap .type-post .entry-title,
.category .entry-header .entry-title,.archive .entry-header .entry-title,.search-results .entry-header .entry-title{
    font-size: 20px;
    font-family: "Azo Sans Md", sans-serif;
    font-weight: 500;
	line-height: 1.2;
    margin-bottom: 5px;
	-webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
body .widget-magazine-posts-vertical-box .entry-content p{
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
body .widget-magazine-posts-vertical-box .image{
    height: 350px;
}
.entry-header .entry-meta{
    margin: 0px;
    margin-top: 0px;
    font-size: 12px ;
    line-height: 1.4;
}
.entry-meta span::after{
    content: none;
}
/* .box .entry-content , .category .entry-content , .archive .entry-content,.search-results .entry-content{
    margin: 5px 0px 15px;
} */
.blog .poseidon-magazine-columns-widget .large-post{
    min-height: 700px;
    max-height: 700px;
}
.blog .poseidon-magazine-columns-widget .entry-content p{
    -webkit-line-clamp: 6;
    line-clamp: 6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 0px;
}
.box .entry-content p , .category .entry-content p , .archive .entry-content p,.search-results .entry-content p{
    line-height: 1.3;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin: 0px;
}
.recent-posts-widget-with-thumbnails{
    background: #fff;
    padding: 0px;
    padding-bottom: 30px;
    border-radius: 10px;
}
/* body #rpwwt-recent-posts-widget-with-thumbnails-2 img{
    width: 110px;
    height: 85px!important;
} */
.recent-posts-widget-with-thumbnails{
    margin-bottom: 20px;
}
.recent-posts-widget-with-thumbnails .rpwwt-widget ul li .wp-post-image,.category-section .small-posts .size-poseidon-thumbnail-small{
    margin-top: 0;
    height: 100%!important;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}
.category-section .small-posts .size-poseidon-thumbnail-small{
    max-width: 120px;
    border-radius: 15px;
}
/* .recent-posts-widget-with-thumbnails .rpwwt-widget ul li{
    margin-bottom: 20px;
} */
.rpwwt-post-date{
    opacity: 0.8;
}
.recent-posts-widget-with-thumbnails .rpwwt-widget ul li a span{
    font-weight: 500;
    font-family: "Azo Sans Md", sans-serif;
}
.category-section h3.widget-title:hover{
    border-color: #6f42c1;
}
.category-section h3.widget-title{
    position: relative;
    border-bottom: 2px solid #1a1a36;
    text-transform: capitalize;
    line-height: 1.2;
}
.widget-magazine-posts-columns{
    padding-bottom: 30px;
}
.category-section h3.widget-title .category-archive-link:hover{
    color: #6f42c1;
}
.category-section .widget-header{
    margin-bottom: 25px;
}
.widget-title{
    border: none;
}
.widget ul{
    list-style: none;
}
.widget-header{
    margin-bottom: 10px;
}

.category-section .size-poseidon-thumbnail-large{
    width: 100%;
    margin: 0px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.category-section .large-post{
    margin-right: 0px;
    margin-bottom: 35px;
    padding: 0px;;
}
/* .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
    margin-top: 0px;
    margin-bottom: 20px;
} */
body.single-post .entry-content ul, body.single-post .entry-content ol{
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 0px;
}
.entry-content p{
    margin-bottom: 20px;
}
.entry-content p:last-child{
    margin-bottom: 0px;
}
b, strong{
    font-weight: bold;
    
}
.category-section .large-post .image a{
    display: block;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
body .ast-oembed-container * {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
.ast-oembed-container {
    position: relative;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
body.single-post .entry-content ul li, body.single-post .entry-content ol li{
    margin: 5px 0px;
    list-style-position: outside;
}
body .widget_categories ul{
    list-style-type: disc;
    font-size: 16px;
    list-style-position: inside;
    line-height: 2;
}
.single-post .widget{
    margin-bottom: 0px;
}
.page-title, .entry-title{
    
}
.widget-magazine-posts .large-post .entry-title{
    font-size: 25px;
    line-height: 1.2;
	margin-bottom: 5px;
    display: inline-block;
}

.category-section .large-post .entry-header{
    padding: 15px 0px 5px;
}
.category-section .entry-content{
    padding: 0px 0px 15px;
}
.widget-magazine-posts .type-post .entry-content p{
    margin: 0px;;
}
.small-posts .small-post{
    margin-bottom: 0px;
    position: relative;
    padding-bottom: 18px;
    padding-top: 18px;
    border-bottom: 1px solid #171835;
    line-height: 1.5;
    margin-bottom: 0px;
}
.small-posts .small-post:last-child{
    padding-bottom: 0px;
}
.small-posts .small-post:first-child{
    padding-top: 0px;
}
.small-posts .small-post:last-child{
    border: none;
}
body .widget-magazine-posts .small-post .wp-post-image{
    /*max-width: 130px;
	max-height: 95px;*/
    border-radius: 10px;
    width: 100%;
    height: 100%;
    max-width: 40%;
}
.widget-magazine-posts .type-post .wp-post-image{
    border-radius: 10px;
    margin-bottom: 5px;
}
.widget-magazine-posts-columns .magazine-posts-column-right{
    padding-left: 25px
}
.widget-magazine-posts-columns .magazine-posts-column-left{
    padding-right: 25px;
}
.page-header .archive-title{
    border: none;
    font-family: "Azo Sans Md", sans-serif;
    font-size: 30px;
    color: #1a1a36;
    font-weight: 500;
    text-transform: capitalize;
}
/* .site-content{
    padding-top: 40px;
    padding-bottom: 40px;
} */
.widget-title a, .blog h3.widget-title{
    font-size: 30px;
    
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.widget-title a:link, .widget-title a:visited{
    color: #1a1a36;
}
.widget-title, .is-style-widget-title{
    color: #1a1a36;
}
.pagination{
    margin: 0px;
    border: none;
    width: 100%;
    text-align: center;
}
body a.more-link{
    color: #6f42c1;
}
.current{
    background-color: #1a1a36;
    color: #fff;
}
.paginations{
    padding: 30px 0px;
}
/* body .single-info-page{
    padding-right: 0px;
    width: 70%;
    background-color: #fff;
    overflow: hidden;
} */
.single-img img{
    width: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 550px;
    border-radius: 25px;
}
.single-info-page .hentry{
    padding: 0px 0px;
    margin: 0px;
}
.page-title, .entry-title{
    font-size: 30px;
    line-height: 1.4;
}
body.single-post article.type-post .entry-title{
	line-height: 0.8;
	display: inline-block;
    margin-bottom: 5px;
}
.entry-content > *:first-child{
    margin-top: 10px;
}
p{
    margin-bottom: 7px;
    margin-top: 7px;
}
.nav-previous{
    width: 100%;
    padding-top: 30px;
}
.nav-previous a,.nav-next a{
    font-size: 16px;
    color: #1a1a36;
}
body .post-navigation{
    border: none;
}
.single-info-page .entry-content{
    padding: 5px 0px 30px;
}

.category .post-wrapper::before , .archive .post-wrapper::before, .search-results .post-wrapper::before{
    content: none;
}
/* .category .post-wrapper, .archive .post-wrapper , .search-results .post-wrapper {
    display: grid;
    grid-template-columns: repeat(3 , 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 20px;
} */
.category .post-wrapper article.type-post,
body.search-results .post-wrapper article.type-post{
	margin-bottom: 0px;
}
body.search-results .nav-links a.prev,
body.search-results .nav-links a.next{
	/* color: #6f42c1; */
	font-weight: 700;
}

.category .post-wrapper article,.archive .post-wrapper article,.search-results .post-wrapper article{
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
/* .category .content-area , .archive .content-area , .search-results .content-area{
    width: 70%;
    padding-right: 0px;
} */
/* .search-results .type-page{
    display: none;
} */
.text-end {
    text-align: right!important;
}
.main-navigation ul, .main-navigation .menu-item-has-children > a > .icon, .main-navigation ul a > .icon{
    display: block;
}
.main-navigation .menu{
    border: none;
}
body input[type="search"]:focus,body input[type="search"]{
    color: #1a1a36;
    font-size: 14px;
    outline: none
}
body .entry-content a{
    text-decoration: none;
}
.error404 .not-found-page .search-form , .search-no-results .search-form{
    padding-top: 13px;
    padding-bottom: 13px;
    position: relative;
    width: 480px;
}
.error404 .not-found-page .search-submit , .search-no-results .search-submit{
    padding: 10px 34px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #1a1a36;
}
.error404 .not-found-page .search-field , .search-no-results .search-field{
    height: 40px;
    border: 0;
    background-color: #f1f1f1;
    padding-left: 20px;
    padding-right: 10px;
    border-top-left-radius: 30px;
    line-height: 44px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 392px;
    overflow: hidden;
    margin: 0px;
    border-bottom-left-radius: 30px;
}
.footer__copyright p{
    font-size: 14px;
}
.pagination a, .pagination .current{
    
    padding: 8px 14px;
    font-weight: bold;
    font-size: 16px;
}
.magazine-grid{
    display: grid;
    grid-template-columns: repeat(4 , 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
body .widget-magazine-posts .medium-post{
    width: 100%;
    padding-right: 0px;
    margin-bottom: 0px;
}
body .widget-magazine-posts .small-post:last-child{
    margin-bottom: 0px;
}
.poseidon-magazine-horizontal-box-widget .medium-posts{
    display: grid;
    grid-template-columns: repeat(4 , 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.poseidon-magazine-horizontal-box-widget .medium-posts::before{
    display: none;
}
body .widget-magazine-posts .magazine-horizontal-box .large-post .wp-post-image{
    border-radius: 10px;
    padding-right: 0PX;
}
body .widget-magazine-posts .magazine-horizontal-box .large-post .post-content{
    padding-left: 30px;
}
.category-section .widget-magazine-posts-horizontal-box .entry-header{
    padding-top: 0px;
}
body .widget-magazine-posts .magazine-horizontal-box .large-post img.wp-post-image{
    width: 100%;
    max-width: 55%;
    max-height: 500px;
    height: 100%;
}
body .widget-magazine-posts .magazine-horizontal-box .large-post .post-content{
    width: 45%;
}
.widget-magazine-posts .medium-post .entry-meta, .widget-magazine-posts .small-post .entry-meta{
    padding-top: 10px;
}
.widget-magazine-posts .type-post .entry-content{
    padding-top: 5px;
}
.widget-magazine-posts .type-post .more-link{
    margin-top: 10px;
}
body .nav-previous , body .nav-next{
    width: 50%;
    padding-top: 0px;
}
/* body.single-post .single-info-page .entry-header{
	margin-bottom: 0px;
    margin-top: 20px;
} */
/* body.single-post .single-info-page .entry-header .entry-title{
	line-height: 1;
	display: inline-block;
	margin-bottom: 10px;
} */
body.single-post .post-navigation .nav-links .nav-previous a,
body.single-post .post-navigation .nav-links .nav-next a{
	color: #6f42c1;
	font-weight: 700;
}
body.single-post .post-navigation .nav-links .nav-previous a::before,
body.single-post .post-navigation .nav-links .nav-next a:before{
	color: #6f42c1;
	font-size: 20px;
	font-weight: 700;
}
body .widget_categories ul li a{
	text-transform: capitalize;
}
body .widget_categories ul li a:hover{
	color: #6f42c1;
}
.entry-content .more-link{
	text-transform: capitalize;
}
.widget-magazine-posts-columns .magazine-posts-columns-post-list article img{
	max-width: 180px;
	max-height: auto;
}
.category-section .magazine-vertical-box .small-posts article.has-post-thumbnail img{
	max-width: 200px;
	max-height: 200px;
}
body .widget-magazine-posts .magazine-grid{
    margin-right: 0px;
}
body .widget-magazine-posts .magazine-horizontal-box .medium-posts{
    margin-right: 0px;
}
/* body.search-no-results .search-submit{
    padding: 10px 20px;
    background: #1a1a36;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
} */
/* body.search-no-results .search-form .search-field{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 12px 15px;
} */

header.site-header div.search-strip{
	display: none;
}
.social-footer h3.footer__widget-title{
	margin-top: 0px;
	margin-bottom: 5px;
}
.footer__top .align-center{
	align-items: center;
}
.sidebar{
    border: none;
}
.entry h1{
	font-size: 26px;
}
.justify-content-between{
    justify-content: space-between;
}
.tp-header__area a.tp-btn, 
.tp-header__area a.theme-btn{
    text-align: center;
    text-decoration: none;
    background: var(--purple);
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding: 9px 20px;
    border-radius: 50px;
    border: 1px solid var(--purple);
    line-height: normal;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
}
.mr-10 {
    margin-right: 10px;
}
.header-acttion-btns .tp-btn:not(.btn-outline) {
    border: none !important;
    background-image: linear-gradient(to right, #6c49a9, #8c5edb) !important;
    background-size: 200% auto;
}
.tp-header__area a.tp-btn.btn-outline {
    background: transparent;
    color: var(--purple);
    border: 1px solid var(--purple);
}
.header-acttion-btns a.tp-btn.btn-outline {
    border-color: #6c49a9;
    color: #6c49a9 !important;
}
.header-acttion-btns a.tp-btn.btn-outline:hover {
    color: #fff !important;
    background-image: linear-gradient(to right, #6c49a9, #8c5edb) !important;
}
.header-acttion-btns a.tp-btn:not(.btn-outline):hover {
    color: #fff !important;
    background-position: right center;
}
a.tp-btn:hover, a.theme-btn:hover{
    background: transparent;
    color: var(--purple);
    border: 1px solid var(--purple);
    box-shadow: 0px 0px 0px 4px rgb(154 113 225 / 27%);
}
footer {
    box-shadow: none;
    border-top: 1px solid #f1f1f1;
}
.footer__top {
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer__top h5 {
    color: var(--darkblue);
    margin-bottom: 15px;
    font-size: 16px;
    margin-top: 0px;
}
.mt-118 {
    margin-top: 106px;
}
.mt-25 {
    margin-top: 25px!important;
}

.footer__widget ul li a {
    font-size: 14px;
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 3px 0px 3px;
    color: var(--darkblue);
}
.footer-col-4 ul li .fa {
    position: absolute;
    top: 6px;
    left: 0;
    transform: translate(0, 0%);
    font-size: 18px;
        font: normal normal normal 14px / 1 FontAwesome;
}
body #mc_embed_signup h2 {
    color: var(--darkblue);
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    font-weight: 600;
    font-size: var(--tp-fz-h5);
    margin-bottom: 0px;
}
.footer__widget .form-control {
    height: 38px;
    font-family: var(--tp-ff-body);
    box-shadow: none !important;
    border: 1px solid #dadada !important;
}
.footer-col-4 ul li a {
    padding-left: 22px;
}
body #mc_embed_signup .mc-field-group {
    width: 100%;
}
body #mc_embed_signup form {
    margin: 0px;
}
body #mc_embed_signup input.theme-btn {
    padding: 6px 18px;
    font-family: var(--tp-ff-body);
}
.tp-btn:hover, .theme-btn:hover, body #mc_embed_signup input.theme-btn:hover {
    background: transparent;
    color: var(--purple);
    border: 1px solid var(--purple);
    box-shadow: 0px 0px 0px 4px rgb(154 113 225 / 27%);
}
.tp-btn, .theme-btn, body #mc_embed_signup input.theme-btn {
    text-align: center;
    text-decoration: none;
    background: var(--purple);
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding: 9px 20px;
    border-radius: 50px;
    border: 1px solid var(--purple);
    line-height: normal;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
}
#mc_embed_signup{
    width: 100%!important;
}
body #mc-embedded-subscribe {
    margin: 0px;
}
.footer__bottom {
    background: #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
}
.mr-10 {
    margin-right: 10px;
}
.bottom-strip-menu ul.bottom-menu {
    display: flex;
}
.bottom-strip-menu ul.bottom-menu li a {
    color: #000;
    padding: 0px 5px;
    font-size: 12px;
    text-decoration: none;
}
.footer__bottom .social-icons {
    float: right;
}
.footer__bottom .social-icons .icon {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.footer__copyright p {
    font-size: 14px;
    line-height: normal;
    font-size: 12px;
    margin: 0px;
    color: var(--darkblue);
}
.footer__area .col-lg-7,
.footer__area .col-lg-5,
.footer__area .col-lg-2,
.footer__area .col-lg-4,
.footer__area .col-lg-12,
.footer__area .col-lg-8{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.footer__area .row{
    margin-left: -15px!important;
    margin-right: -15px!important;
}
a, button, p, input, select, textarea, li, .transition-3, h1, h2, h3, h4, h5, h6 {
    -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, button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}
img, svg {
    vertical-align: middle;
}
footer .container {
    max-width: 1200px;
    padding: 0px 15px;
}

.hamburger-btn span:nth-child(1) {
    top: 0;
}
.hamburger-btn span {
    display: inline-block;
    width: 100%;
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    opacity: 1;
    left: 0;
    z-index: 1;
    background-color: #6e55d5;
}
.hamburger-btn {
    width: 32px;
    height: 22px;
    position: relative;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: 0;
    display: flex;
    z-index: 99;
    padding: 0px;
    background: transparent!important;
}
.hamburger-btn span:nth-child(2) {
    top: 10px;
}
.hamburger-btn span:nth-child(3) {
    top: 20px;
    width: 75%;
}
.btn-group-header {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-grow: 1;
    justify-content: flex-end;
}
.offcanvas__content {
    padding: 10px 30px 30px 30px;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
body .mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
    float: left;
    width: 100%;
    position: relative;
    min-height: 42px;
    z-index: 999999;
}
.mobile_btns .header-acttion-btns {
    display: block !important;
    padding: 20px 15px 10px;
}
footer{
    display: none;
}
.mobile-menu ul li ul li {
    border-bottom: none;
    border-top: 1px solid #ccc;
}
.offcanvas__bottom {
    padding: 15px;
}
 .mobile_btns a.tp-btn.btn-outline {
    background: transparent;
    color: var(--purple);
    border: 1px solid var(--purple);
}
.mobile_btns .tp-btn, .mobile_btns .theme-btn {
    padding: 9px 20px;
    color: #fff;
    max-width: unset;
}
@media (min-width: 1200px) {
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 992px) {
    
        .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
        .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
        .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
        .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
}



@media only screen and (max-width: 380px){
    .footer-col-2 .footer__widget-content div.widget-container {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    footer h2.footer__widget-title {
        text-align: center;
    }
    .category-section .small-posts .size-poseidon-thumbnail-small{
        max-width: 75px;
    }
}
@media screen and (max-width: 400px) {
    .post-layout-small .post-wrapper .type-post, .post-layout-small .infinite-wrap .type-post{
        display: flex;
    }
}
@media (max-width: 480px){
    .category-section article.large-post .image a{
        height: 230px;
    }
}
@media (max-width: 575px){
    body .offcanvas__area {
        width: 320px;
    }
    /* .category .post-wrapper, .archive .post-wrapper , .search-results .post-wrapper , body div.box .post-wrapper{
        grid-template-columns: repeat(1 , 1fr);
    } */
    .category-section article.large-post .image a{
        height: 350px;
    }
    body .poseidon-magazine-horizontal-box-widget .medium-posts , body .magazine-grid{
        grid-template-columns: repeat(2, 1fr);
    }
    
}
@media only screen and (max-width: 640px){
    /* .widget-magazine-posts .large-post .wp-post-image {
        margin: 0 0 0 0;
    } */
    .widget-magazine-posts-columns .magazine-posts-column-right{
        padding-left: 0px;
    }
    .widget-magazine-posts-columns .magazine-posts-column-left{
        padding-right: 0px;
    }
}
@media only screen and (max-width: 767px){
    body header .container, body footer .container{
        padding: 0 20px;
    }
    .footer-col-2 .footer__widget-content .widget-container {
        width: 100%;
        margin-bottom: 5px;
    }
    .footer-col-2 .footer__widget-content, h2.footer__widget-title {
        flex-wrap: wrap;
        text-align: start;
    }
    footer .footer__widget-logo {
        margin: auto;
    }
    .footer-col-4 ul li a br {
        display: none;
    }
    .d-md-block {
        display: block!important;
    }
    /* .category .post-wrapper, .archive .post-wrapper , .search-results .post-wrapper,body .box .post-wrapper{
        grid-template-columns: repeat(2 , 1fr);
    } */
    .widget-magazine-posts .large-post .entry-content{
        display: block!important;
    }
    .widget-magazine-posts .large-post .wp-post-image{
        max-width: 100%;
        margin-right: 0px;
    }
    .category-section .large-post .image a{
        /* height: 400px; */
        margin: 0px!important;
    }
    header .container, footer .container{
        padding: 0px 30px;
    }
    .magazine-grid{
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 15px;
    }
    .poseidon-magazine-horizontal-box-widget .medium-posts{
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 15px;
    }
    body .widget-magazine-posts .medium-post .wp-post-image{
        margin-right: 0px;
        width: 100%;
        max-width: 100%;
        margin-bottom: 8px;
    }
    body .widget-magazine-posts .magazine-horizontal-box .large-post .post-content{
        width: 100%;
        padding-left: 0px;
    }
    body .widget-magazine-posts .magazine-horizontal-box .large-post img.wp-post-image{
        max-width: 100%;
        margin-bottom: 10px;
    }
    .blog .poseidon-magazine-columns-widget .large-post{
        min-height: 0px;
    }
    .category-section .large-post{
        margin-bottom: 10px;
    }
    .widget-magazine-posts-columns .magazine-posts-column-right{
        padding-left: 0px;
    }
    .widget-magazine-posts-columns .magazine-posts-column-left{
        padding-right: 0px;
    }
    body .widget-magazine-posts .magazine-vertical-box div.small-posts{
        width: 100%;
        margin-left: 0px;
        margin-bottom: 40px;
    }
    body .widget-magazine-posts .magazine-vertical-box article.large-post{
        width: 100%;
        margin-bottom: 20px;
    }
    .category-section .magazine-vertical-box .small-posts article.has-post-thumbnail img{
        max-width: 200px;
        max-height: 200px;
    }
    body .category-section .magazine-vertical-box .small-posts article.has-post-thumbnail img{
        max-width: 200px;
        max-height: 200px;
    }
    body h1{
        font-size: 35px;
    }
    body h2{
        font-size: 30px;
    }
    body h3{
        font-size: 24px;
        margin: 0px;
    }
    body h4{
        font-size: 20px;
        margin: 0px;
    }
    body h5{
        font-size: 18px;
    }
    body h6{
        font-size: 14px;
    }
    body .entry-content p{
        margin-bottom: 10px;
    }
	div.footer-col-2{
		padding-left: 0px;
		padding-right: 0px;
	}
    body .poseidon-magazine-grid-widget{
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 992px){
    footer .col-lg-4{
        max-width: 100%;
    }
    footer .col-lg-8{
        max-width: 100%;
    }
    .footer__copyright {
        display: block;
        text-align: center;
    }   
    footer .col-md-12 {
        width: 100%;
        padding-bottom: 12px;
    }
    .footer-col-2 {
        padding: 0;
    }
    .widget{
        padding-bottom: 20px;
        margin-bottom: 0px;
    }
    body .single-info-page{
        width: 100%;
    }
    body .sidebar{
        width: 100%;
        padding-top: 0px;
    }
    .widget_categories{
        margin-top: 20px;
    }
    .category .content-area, .archive .content-area, .search-results .content-area{
        width: 100%;
    }
    .category-section .magazine-vertical-box .small-posts article.has-post-thumbnail img{
        max-width: 150px;
        max-height: 150px;
    }
    .entry-content p{
        margin-bottom: 15px;
    }
    .desktop-search-input{
        display: none;
    }
    .header-acttion-btns{
        display: none!important;
    }
    body div.tp-header__hamburger.ml-50 {
        margin-left: 15px;
        margin-top: 4px;
    }
    header .tp-header__main-right .main-menu{
		display: none;
	}
    .offcanvas__area{
        right: -490px;
        top: 0;
        width: 450px;
    }
}
@media only screen and (max-width: 1040px){
    body .widget-magazine-posts .magazine-horizontal-box .large-post .entry-content {
        display: block;
    }
}
@media screen and (max-width: 1080px){
    .box .post-wrapper{
        grid-template-columns: repeat(3 , 1fr);
    }
    .footer-col-2 {
        padding-left: 20px;
        padding-right: 20px;
    }
    
}
@media screen and (max-width: 1180px) {
    header .container, footer .container{
        padding: 0px 30px;
        max-width: 100%;
    }
    body .mean-container .primary-navigation nav{
        float: left;
        width: 100%;
        background: none;
        margin-top: 0;
    }
    body .primary-navigation > div > .menu-wrapper {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
        display: block !important;
        height: 100%;
    }
    body .primary-navigation > div > .menu-wrapper li {
        position: relative;
        float: left;
        width: 100%;
    }
    body .primary-navigation > div > .menu-wrapper li a {
        color: #000;
        border-color: #00000057;
    }
    body .primary-navigation > div > .menu-wrapper li a {
        width: 100%;
        padding: 10px 0;
        border-top: 1px solid #ebebeb;
        font-size: 14px;
        line-height: 1.5;
        font-weight: bold;
        display: block;
        float: left;
        margin: 0;
        text-align: left;
        text-decoration: none;
        text-transform: uppercase;
        border-color: #00000057;
    }
    body .primary-navigation > div > .menu-wrapper>li:first-child>a {
        border-top: 0;
    }
    body .primary-navigation > div > .menu-wrapper li.header-btn{
        display: block;
        margin: 0px 0px 10px 0px;
        max-width: 100%;
    }
    body .primary-navigation > div > .menu-wrapper li.header-btn a{
        text-align: center;
        max-width: 200px;
        border: none;
        text-transform: capitalize;
    }
    body .primary-navigation .primary-menu-container > ul > .menu-item > a{
        padding-left: 0px;
        padding-right: 0px;
    }
    body .primary-navigation .primary-menu-container{
        margin-right: 0;
        margin-left: 0;
    }
    header .col-xxl-9{
        display: block !important;
    }
    header{
        position: relative;
    }
    .tp-header__main {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .mobile_icon{
        display: none;
    }
    body .site-logo .custom-logo{
        max-width: 125px;
    }
    body .primary-navigation .primary-menu-container > ul > .menu-item{
        margin-right: 7px;
    }
    body header .site-logo{
        position: relative;
        margin-top: 0px;
        padding-top: 0px;
        text-align: left;
    }
	/*
    header .col-xxl-3{
        width: 100%;
    }
	*/
    .desktop-search-input .search-form {
        position: absolute;
        left: 0px;
        z-index: 999;
        top: 100%;
        width: 100%;
        padding: 0px;
        box-shadow: 1px 2px 4px #0000002b;
    }
    body .tp-header__search form.search-form label input {
        width: 100%;
        border-radius: 0px;
        background-color: #f5f5f5;
        box-sizing: border-box;
    }
	header.site-header div.search-strip{
		display: none;
	}
}
/*@media screen and (max-width: 1200px) {
    .header-acttion-btns a.tp-btn:first-child{
        display: none!important;
    }
    .offcanvas__top .header-acttion-btns a.tp-btn:first-child{
        display: block!important;
    }
}*/
@media screen and (min-width:1700px) {
    /* .category .post-wrapper, .archive .post-wrapper , .search-results .post-wrapper{
        grid-template-columns: repeat(4 , 1fr);
    } */
    body div.box .post-wrapper{
        grid-template-columns: repeat(5 , 1fr);
    }
}

body header ul li.menu-item a:hover{
    color: var(--purple);
}
footer a:hover{
    color: #67499f;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12{
    padding-left: 0px;
    padding-right: 0px;
}
.header-acttion-btns.d-flex{
    justify-content: end;
}

@media only screen and (min-width: 1450px) {
    .site-logo , .btn-group-header{
        width: 28%;
    }

}
.onscroll_logo{
    display: none;
}
.header-sticky .onscroll_logo{
    display: block;
}
.header-sticky .header_logo{
    display: none;
}
.header-sticky .container{
    padding: 5px 30px;
}
.newsletter-mobile{
    background: #f5f5f5;
    padding: 6px 20px 20px;
}
.newsletter-mobile #mc_embed_signup.mc_embed_signup{
    background: transparent;
}
body .widget-magazine-posts {
	margin-bottom: 0px;
}

/************************************
 * CLEAN 2-COLUMN SINGLE POST LAYOUT
 * (REPLACES ALL PREVIOUS SINGLE-LAYOUT CSS)
 ************************************/

.single-info-page .single-layout {
    display: flex !important;          /* force Flexbox layout */
    flex-direction: row !important;    /* left-right columns */
    align-items: flex-start;
    gap: 2rem;
    width: 100%;
}

/* Left sidebar column */
.single-info-page .single-left-column {
    flex: 0 0 180px;                    /* fixed-ish width */
    max-width: 220px;
    font-size: 0.9rem;
}

/* Sticky behavior */
.single-info-page .sticky-left {
    position: sticky !important;
    top: 100px;                         /* adjust if header height differs */
    height: fit-content;
}

/* Main content column */
.single-info-page .content-column {
    flex: 1 1 auto;
    min-width: 0 !important;            /* prevents overflow issues */
}

/* Mobile responsive – stack columns */
@media (max-width: 900px) {
    .single-info-page .single-layout {
        flex-direction: column !important;
    }

    .single-info-page .sticky-left {
        position: static !important;
        margin-bottom: 1.5rem;
    }
}

/* OPTIONAL DEBUG COLORS – uncomment to visualize layout */
/*
.single-info-page .single-left-column {
    background: rgba(255,0,0,0.07);
}
.single-info-page .content-column {
    background: rgba(0,0,255,0.07);
}
*/
/************************************
 * HARD-FORCED 2-COLUMN LAYOUT
 * Apply to ANY .single-layout
 ************************************/

.single-layout {
  display: flex !important;          /* make this a flex container */
  flex-direction: row !important;    /* horizontal columns */
  align-items: flex-start;
  gap: 2rem;
  width: 100%;
}

/* Left skinny column */
.single-left-column {
  flex: 0 0 180px !important;        /* fixed-ish width */
  max-width: 220px;
  font-size: 0.9rem;
}

/* Sticky behavior */
.sticky-left {
  position: sticky !important;
  top: 100px;                        /* adjust to your header height */
  height: fit-content;
}

/* Right main content column */
.content-column {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

/* Mobile: stack them */
@media (max-width: 900px) {
  .single-layout {
    flex-direction: column !important;
  }

  .sticky-left {
    position: static !important;
    margin-bottom: 1.5rem;
  }
}

/* Optional debug (uncomment to see columns visually) */
/*
.single-left-column { background: rgba(255,0,0,0.07); }
.content-column     { background: rgba(0,0,255,0.07); }
*/
/* ===========================
   SINGLE POST: TOC LEFT COLUMN
   =========================== */

/* By default, everything goes in the right column */
.single-post .entry-content > * {
  grid-column: 2;
}

/* First top-level UL is the TOC in the left column */
.single-post .entry-content > ul:first-of-type {
  grid-column: 1;
  align-self: flex-start;

  position: sticky;
  top: 110px;

  max-height: calc(100vh - 140px);
  overflow-y: auto;
  padding: 1rem 1.25rem;
  margin: 0 0 1.5rem 0;
  background: #f5f5f5;
  border-radius: 12px;
  font-size: 0.9rem;
  list-style: none;
}

.single-post .entry-content > ul:first-of-type li {
  margin: 0 0 0.4rem 0;
}

.single-post .entry-content > ul:first-of-type a {
  text-decoration: none;
  color: #1a1a36;
}

.single-post .entry-content > ul:first-of-type a:hover {
  text-decoration: underline;
}

/* Mobile: back to one column */
@media (max-width: 900px) {
  .single-post .entry-content {
    display: block;
  }

  .single-post .entry-content > * {
    grid-column: auto;
  }

  .single-post .entry-content > ul:first-of-type {
    position: static;
    max-height: none;
    margin-bottom: 1.5rem;
  }
}

/* Make single post content use full width instead of ~70% */
body.single-post .content-area {
  width: 100% !important;
  padding-right: 0 !important;
  float: none;             /* neutralize theme floats just in case */
  max-width: 1200px;       /* optional: constrain to a nice readable width */
  margin: 0 auto;          /* center it */
}
/************************************
 * SINGLE POST – WIDEN LAYOUT
 ************************************/

/* Let the main content stretch wider on single posts */
body.single-post .site-content,
body.single-post .content-area,
body.single-post .site-main {
  max-width: 1200px !important;   /* you can bump to 1300–1400 if you want */
  width: 100% !important;
  margin: 0 auto !important;      /* centered */
  float: none !important;
  padding-left: 30px;
  padding-right: 30px;
}

/* Make sure the actual article body isn't capped by some inner max-width */
body.single-post .entry-content {
  max-width: 100% !important;
}
/************************************
 * SINGLE POST – TOC LEFT COLUMN
 ************************************/

}

/* By default, all direct children go into the right column */
body.single-post .entry-content > * {
  grid-column: 2;
}

/* First top-level UL = TOC in the left column */
body.single-post .entry-content > ul:first-of-type {
  grid-column: 1;
  align-self: flex-start;

  position: sticky;
  top: 110px;

  max-height: calc(100vh - 140px);
  overflow-y: auto;

  padding: 1rem 1.25rem;
  margin: 0 0 1.5rem 0;
  background: #f5f5f5;
  border-radius: 12px;
  font-size: 0.9rem;
  list-style: none;
}

body.single-post .entry-content > ul:first-of-type li {
  margin: 0 0 0.4rem 0;
}

body.single-post .entry-content > ul:first-of-type a {
  text-decoration: none;
  color: #1a1a36;
}

body.single-post .entry-content > ul:first-of-type a:hover {
  text-decoration: underline;
}

/* Mobile: back to one column */
@media (max-width: 900px) {
  body.single-post .entry-content {
    display: block;
  }

  body.single-post .entry-content > * {
    grid-column: auto;
  }

  body.single-post .entry-content > ul:first-of-type {
    position: static;
    max-height: none;
    margin-bottom: 1.5rem;
  }
}
body.single-post .container {
  max-width: 1200px !important;
}
/**********************************************
 * SINGLE POST – WIDER LAYOUT + TOC LEFT COLUMN
 **********************************************/

/* 1. Widen the main content on single posts */
body.single-post .site-content,
body.single-post .content-area,
body.single-post .site-main,
body.single-post article,
body.single-post .hentry,
body.single-post .wp-block-post-content {
  max-width: 1200px !important;     /* overall reading width */
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

/* Some themes wrap content in a narrow .container – widen that too */
body.single-post .container {
  max-width: 1300px !important;

/* By default, every direct child of .entry-content goes in the RIGHT column */
body.single-post .entry-content > * {
  grid-column: 2;
}

/* FIRST top-level <ul> = TOC, shown in the LEFT sticky column */
body.single-post .entry-content > ul:first-of-type {
  grid-column: 1;
  align-self: flex-start;

  position: sticky;
  top: 110px;                         /* adjust to clear your header */

  max-height: calc(100vh - 140px);
  overflow-y: auto;

  padding: 1rem 1.25rem;
  margin: 0 0 1.5rem 0;
  background: #f5f5f5;
  border-radius: 12px;
  font-size: 0.9rem;
  list-style: none;                   /* no bullets */
}

/* TOC list items & links */
body.single-post .entry-content > ul:first-of-type li {
  margin-bottom: 0.4rem;
}

body.single-post .entry-content > ul:first-of-type a {
  text-decoration: none;
  color: #1a1a36;
}

body.single-post .entry-content > ul:first-of-type a:hover {
  text-decoration: underline;
}

/* 3. Mobile: fall back to one column */
@media (max-width: 900px) {
  body.single-post .entry-content {
    display: block !important;
  }

  body.single-post .entry-content > * {
    grid-column: auto;
  }

  body.single-post .entry-content > ul:first-of-type {
    position: static;
    max-height: none;
    margin-bottom: 1.5rem;
  }
}
	/********************************************
 * SINGLE POST – FIXED LEFT TOC SIDEBAR
 ********************************************/

/* Desktop-only: leave space on the left for the TOC */
@media (min-width: 1100px) {
  body.single-post .entry-content {
    position: relative;
    margin-left: 260px; /* space where the TOC will sit */
  }

  /* Treat the first top-level UL as the TOC */
  body.single-post .entry-content > ul:first-of-type {
    position: fixed;
    left: 40px;          /* distance from the left edge of the viewport */
    top: 130px;          /* below the header */
    width: 220px;
    max-height: calc(100vh - 170px);
    overflow-y: auto;

    background: #f5f5f5;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin: 0;
    list-style: none;
    font-size: 0.9rem;
    z-index: 50;         /* stay above background but below header/menu */
  }

  body.single-post .entry-content > ul:first-of-type li {
    margin-bottom: 0.4rem;
  }

  body.single-post .entry-content > ul:first-of-type a {
    text-decoration: none;
    color: #1a1a36;
  }

  body.single-post .entry-content > ul:first-of-type a:hover {
    text-decoration: underline;
  }
}

/* Mobile / tablet: TOC appears inline at top, no sidebar */
@media (max-width: 1099px) {
  body.single-post .entry-content {
    margin-left: 0;
  }

  body.single-post .entry-content > ul:first-of-type {
    position: static;
    width: auto;
    max-height: none;
    margin: 0 0 1.5rem 0;
    background: #f5f5f5;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    list-style: none;
  }
}

