/*
	Template Name: Newshub
    Template URL: http://demo.themeregion.com/Newshub
	Author: Theme Region
	Author URI : http://www.themeregion.com/
    Version: 1.0
    Description: HTML5 Responsive Classifieds Template.
	Tag: HTML5, CSS3, jQuery, Responsive Template.
*/

/* ==========================================================================
 	Global
 ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Average+Sans&family=Geologica:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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&display=swap');

@font-face {
  font-family: "Test Sohne";
  src: url("/wp-content/uploads/fonts/TestSöhne-Regular.otf") format("otf"),
       url("/wp-content/uploads/fonts/TestSöhne-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Test Sohne";
  src: url("/wp-content/uploads/fonts/TestSöhne-Bold.otf") format("otf"),
       url("/wp-content/uploads/fonts/TestSöhne-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
}
 html,
 body {
 font-family: "Test Sohne", sans-serif;
	 font-weight:400;
	 overflow-x:hidden;
	 -webkit-font-smoothing: antialiased;
	 font-size: 14px;
 }

/* This will work on Firefox */
* {
  scrollbar-width: 10px;
  scrollbar-color: #DEE0E1 #fff;
}

/* Targtes on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: #DEE0E1;
}

*::-webkit-scrollbar-thumb {
  background-color: #DEE0E1;
  border-radius: 20px;
  border: none;
}

 h1, h2, h3, h4, h5, h6 {
	 font-weight:700;
	  font-family: "Helvetica Neue", Arial, sans-serif;
 }

 .tr-menu ul,
 .tr-topbar ul,
 .tr-section ul,
 .quotes-content ul,
 #footer .widget ul,
 .entry-meta ul,
 .tr-live-score ul,
 .tr-widget ul,
 .tr-weather ul,
 .tr-post ul,
 .feed ul,
 .small-post-list,
 .tr-audio-player ul,
 .tr-comment ul {
	 margin:0;
	 padding:0;
	 list-style:none;
 }

 a {
	  font-family: "Helvetica Neue", Arial, sans-serif;
 }

 a,
 a:hover,
 a:focus,
 input:focus {
	 text-decoration:none;
	 outline: none;
 }

 a:hover {
	 color: #0e1b5c;
 }

 a:active,
 a:focus, button:focus, .btn:focus,
 input:focus, textarea:focus, select:focus,
 .form-control, .form-control:focus {
	 outline: none;
	 text-decoration: none;
	 box-shadow: none;
 }

 .tr-section {
	 /* background-color: #fff;
	 border-radius: 5px;
	 padding: 15px; */
	 margin-top: 15px;
	 margin-bottom: 30px;
	 overflow: hidden;
	 position: relative;
 }

 .tr-post {
	 position: relative;
 }
 .logged-in .subscribebtn {display: none;}

.subscribebtn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
   padding: 8px 20px;
    background-color: #111111;
    color: #fff !important;
    border-radius: 5px;
    border: 2px solid #111111;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease,
                color 0.3s ease,
                border-color 0.3s ease;
}

/* Arrow smooth slide */
/* .subscribebtn .arrow {
    display: inline-block;
    transition: transform 0.3s ease;
} */

/* Hover Effect */
.subscribebtn:hover {
    background: #00d4b7 !important;          
    border-color: #00d4b7 !important;
    color: #fff;                  
}

a.Login.loginbtn:hover {
     background: #00d4b7;          
    border-color: #00d4b7;
    color: #fff;
}
.subscribebtn:hover .arrow {
    transform: translateX(6px);   
}

.mobilesubscribe{display: none;}
.desktopsubscribe{display: block;}
 .tr-section.bg-transparent {
	 background-color: transparent;
	 margin-bottom: 0;
	 padding: 0;
 }

 .bg-transparent .tr-post,
 .photo-gallery,
 .latest-result {

	 padding: 15px 0px 15px 0px;


 }

 .entry-header {
	 position: relative;
	 overflow: hidden;
 }

 .tr-post .entry-header img {
	 width: 100%;
	 cursor: pointer;
 }

element.style {
    padding-top: 0px;
    padding-bottom: 1px;
    position: static;
    transform: none;
}
/* .site-header{margin-bottom: 30px;} */
 .navbar  {
    position: relative;
    background: #fff;
	 z-index: 10;
  }
.navbar::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 1px;
    border-radius: 3px;
    /* background: linear-gradient(to right, rgba(0,0,0,0) 2%, /* light orange left */ #cecece 50%, /* bright center highlight */ rgba(0, 0, 0, 0) 100% /* light orange right */); */
}
 .entry-header:before {
	 position: absolute;
	 content: "";
	 width: 100%;
	 height: 100%;
	 background: rgba(255, 255, 255, 0.2);
	 top: 0;
	 left: 0;
	 opacity: 0;
 }

 /* .tr-post:hover .entry-header:before,
 .small-post-list li:hover .entry-header:before  {
	 opacity: 1;
	 z-index: 1;
	 -webkit-animation: fadeOutDown .9s both;
	 -moz-animation: fadeOutDown .9s both;
	 -o-animation: fadeOutDown .9s both;
	 animation: fadeOutDown .9s both;
 } */

 .tr-post.post-header-absolute .entry-header:before,
 .tr-watch-now .tr-post .entry-header:before,
 .tr-watch-now .small-post-list .entry-header:before,
 .video-post .tr-post .entry-header:before,
 .tr-video-post .entry-header:before,
 .detailspage .entry-header:before,
 .tr-post.tr-video-post .entry-header:before {
	 display: none;
 }

.page-id-1926 .section-title{display: none;}
 .section-title h1 {
	 font-size: 16px;
	 margin: 0 0 15px !important;
	 text-transform: capitalize;
	 position: relative;
	 z-index: 1;
	 font-family:  "Test Sohne", sans-serif;
    font-weight: 500;
 }


 .section-title h1 a {
	 color: #0E0316;
 }

 .section-title h1 a:hover {
	 color: #0e1b5c;
 }

 .section-title h1 span:after {
	 position: absolute;
	 content: "";
	 top: 50%;
	 margin-top: -3px;
	 right: 0;
	 width: 100%;
	 height: 3px;
	 z-index: -1;
	 background-color: #e6e7e8;
 }

 .widget-title span {
	 font-size: 12px;
	 text-transform: capitalize;
	 margin: 0 0 15px;
	 font-weight: 700;
	 display: block;
 }

 .ad-before,
 .tr-before,
 .tr-after {
	 position: relative;
 }

 .ad-before:after {
	 position: absolute;
	 content: "AD";
	 /* right: 0;
	 top: 2px; */
	 right: 15px;
	 top: 15px;
	 width: 25px;
	 height: 20px;
	 padding: 5px;
	 font-size: 10px;
	 color: #ffffff;
	 background-color: #333333;
	 font-weight: 500;
 }

 .tr-before:before{
	 position: absolute;
	 content: "";
	 top: 0;
	 left: 20px;
	 border-left: 10px solid transparent;
	 border-right: 10px solid transparent;
	 border-top: 10px solid #fff;
 }

 .tr-after:after {
	 position: absolute;
	 content: "";
	 bottom: 0;
	 left: 0;
	 width: 25px;
	 height: 1px;
	 z-index: 1;
	 background-color: #fb1d15;
 }

 .tr-ad {
	 border-radius: 5px;
	 overflow: hidden;
	 margin-bottom: 30px;
 }

 .tr-ad img,
 .entry-thumbnail img {
	 width: 100%;
 }

 .tr-ad.ad-bottom {
	 margin: 50px 0 0;
 }

 .tr-ad.ad-image img {
	 width: inherit;
	 display: inline-block;
 }

 .homepage-1 .section-title {
	 overflow: hidden;
	 margin-bottom: 30px;
	 background-color: #fff;
	 border-radius: 5px;
	 padding: 8px 15px 5px;
 }

 .homepage-1 .section-title h1 {
	 margin: 6px 0 0;
	 float: left;
	 font-size: 12px;
 }

 .homepage-1 .section-title .icon {
	 float: left;
	 font-size: 18px;
	 margin-right: 10px;
 }

 .tr-home-slider .post-content .continue-reading a,
 .continue-reading a  {
	 font-size: 12px;
	 color: #afb1b2;
	 text-transform: uppercase;
 }

 .continue-reading i {
	 font-size: 18px;
	 margin-left: 10px;
	 float: right;
	 margin-top: 3px;
 }

 .feed li {
	 float: left;
	 color: #d4d6d7;
 }

 .feed li a,
 .item .post-content .feed li a {
	 color: #d4d6d7;
	 padding: 5px;
 }

 .item .post-content .feed li a:hover,
 .feed li a:hover {
	 color: inherit;
 }

 .read-more {
	 margin-top: 25px;
	 overflow: hidden;
 }

 /* ==========================================================================
	  Tr Memu
  ========================================================================== */

 .tr-menu.sidebar-menu .navbar-default {
	 /* background-color: #0e1b5c; */
	 border-radius: 5px;
	  padding: 15px 0px;
	 display: block;
 }

 .tr-menu.sidebar-menu {
	 padding: 0;
	 /* margin-bottom: 30px; */
 }
.post-type-archive-resources .col-lg-12.tr-sidebar.tr-sticky {
    border-bottom: 1px solid rgb(51, 51, 51, 0.2);
}

 .tr-menu .navbar-default {
	 border: none;
	 border-radius: 0;
	 min-height: 0;
	 margin-bottom: 0;
	 background-color: transparent;
 }

 .tr-menu .navbar-nav>li>a {
	 font-weight: 700;
	 padding: 20px 0;
 }

 .tr-menu .navbar-nav>li {
	 margin-right: 25px;
 }

 .tr-menu .navbar-nav>li:last-child {
	 margin-right: 0;
 }

 .tr-sidebar {
	 min-height: 20px;
 }

 .navbar-brand {
	 margin: 2px 0 0;
	 padding: 5px 5px;
	 height: inherit;
 }

 .tr-menu .navbar-brand {
	 margin-bottom: 10px;
	 padding: 5px 15px;
 }

 .sidebar-menu .navbar-brand {
	 padding: 0;
 }

 .tr-menu.sidebar-menu .navbar-default li,
 span.discover {
	 text-transform: capitalize;
	 font-size: 14px;
	 color: #010101;
	 font-weight: 400;
	 float: none;
	 margin-right: 35px;
	 display: block;
	 /* width: 100%; */
	 border-bottom-right-radius: 6px;
	 border-top-right-radius: 6px;
 }

 span.discover {
	 margin: 15px 0;
 }

 .sidebar-menu .navbar-nav {
	 float: none;
	 margin: 0;
	 padding-bottom: 0px;
	 /* width: 100%; */
 }

 .sidebar-menu .navbar-nav>li {
	 margin: 5px 0;
	 display: block;
 }

 .sidebar-menu .navbar-nav>li:last-child {
	 margin-bottom: 0;
 }

 .sidebar-menu .navbar-nav>li>a {
	 padding: 5px 0;
	 display: block;
 }

 .tr-menu .navbar-nav li a {
	 font-size: 14px;
	 display: block;
	 font-weight: 400;
	 color: #000000;
	 text-transform: capitalize;
	 letter-spacing: 1px;
 }

 .sidebar-menu .navbar-nav li a i {
	 color: #010101;
	 margin-right: 30px;
 }

 /* .tr-menu li.active>a, */
 .tr-menu li.active a i,
 /* .tr-menu li a:hover, */
 /* .tr-menu .navbar-nav li a:focus, */
 .tr-menu li a:hover i,
 /* .tr-menu .navbar-nav>li>a:hover, */
 /* .tr-menu .navbar-nav>li>a:focus, */
 /* .tr-menu .navbar-nav>li.active>a:focus, */
 /* .tr-menu .navbar-nav>li.active>a, */
 .tr-menu .navbar-nav>.active>a:hover,
 .tr-menu .navbar-nav li a:focus i,
 .tr-menu li.active .sub-menu li a:hover,
 .tr-menu li.active .sub-menu li.active>a,
 .navbar-default .navbar-nav>.open>a,
 .navbar-default .navbar-nav>.open>a:focus,
 .navbar-default .navbar-nav>.open>a:hover,
 .tr-menu.menu-style-two .navbar-nav li a:hover,
 .tr-menu.menu-style-two .navbar-nav li.active,
 .tr-menu.menu-style-two .navbar-nav li.active>a,
 .tr-menu.sidebar-menu ul.sub-menu li a:hover,
 .tr-menu.sidebar-menu ul.sub-menu li.active>a {
	 /* color: #0e1b5c; */
	 background-color: #c3fff37d !important;
 }

 /* Navbar Toggle */

 .tr-menu .navbar-toggle {
	 border-color: #0e1b5c;
 }

 .tr-menu .navbar-toggle .icon-bar {
	 background-color: #0e1b5c;
 }

 .tr-menu .navbar-toggle:focus,
 .tr-menu .navbar-toggle:hover {
	 background-color: transparent;
 }

 .toggle-white.navbar-toggle {
	 border-color: #fff;
 }

 .toggle-white.navbar-toggle .icon-bar {
	 background-color: #fff;
 }

 .toggle-white.navbar-toggle:focus,
 .toggle-white.navbar-toggle:hover {
	 background-color: transparent;
 }

 .navbar-toggler {
	 position: absolute;
	 top: 15px !important;
	 right: 15px;
	 color: #ffffff;
	 padding: 6px 8px;
	 border: 1px solid #ffffff;
 }

 .menu-responsive .navbar-toggler {
	 top: 16px;
	 right: 0;
 }

 .sidebar-menu-two.menu-responsive .navbar-toggler {
	 right: 15px;
	 top: 22px;
 }

 .menu-responsive .navbar {
	 padding-left: 0;
	 padding-right: 0;
 }

 .menu-responsive .navbar-brand {
	 padding-left: 0;
 }

 .navbar-toggler-icon {
	 width: inherit;
	 height: inherit;
 }

 .tr-menu .feed  {
	 margin-right: 15px;
	 padding: 20px 0;
 }

 .tr-menu .navbar-default .feed li a i {
	 margin-right: 0;
 }

 .tr-menu .navbar-default .feed li a {
	 transition: inherit;
	 color: #696969;
 }

 ul.sub-menu,
 ul.sub-menu .sub-menu-2 {
	 position: absolute;
	 top: 100%;
	 left: 0;
	 z-index: 1000;
	 min-width: 180px;
	 background-color: #fff;
	 opacity: 0;
	 -webkit-transform: rotateX(-75deg);
	 -moz-transform: rotateX(-75deg);
	 -ms-transform: rotateX(-75deg);
	 -o-transform: rotateX(-75deg);
	 transform: rotateX(-75deg);
	 visibility: hidden;
	 -webkit-transform-origin: 0% 0%;
	 -moz-transform-origin: 0% 0%;
	 -ms-transform-origin: 0% 0%;
	 -o-transform-origin: 0% 0%;
	 transform-origin: 0% 0%;
	 transition: transform 0.3s, opacity 0.3s;
	 -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	 -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	 -ms-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	 -o-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	 box-shadow: 0 6px 12px rgba(0,0,0,.175);
 }

 .dropdown:hover .sub-menu,
 .topbar-right .user:hover .sub-menu,
 ul.sub-menu li:hover .sub-menu-2 {
	 opacity: 1;
	 visibility: visible;
	 display: block;
	 -webkit-transform: rotateX(0deg);
	 -moz-transform: rotateX(0deg);
	 -ms-transform: rotateX(0deg);
	 -o-transform: rotateX(0deg);
	 transform: rotateX(0deg);
 }

 ul.sub-menu .sub-menu-2 {
	 left: 100%;
	 top: 0;
 }

 .sub-menu i {
	 margin-right: 10px;
 }

 /* .tr-menu .sub-menu li a,
 .sub-menu li a {
	 padding: 10px 20px;
	 border-top: 1px solid #f0f3f5;
	 display: block;
	 color: #6c757d;
	 font-size: 14px;
	 font-family: "Helvetica Neue", Arial, sans-serif;
   letter-spacing: normal;
 } */
.tr-menu .sub-menu li,
.sub-menu li {
    border-top: 1px solid #e0faf5;
    width: 100%;
}

.tr-menu .sub-menu li a,
.sub-menu li a {
    padding: 10px 20px;
    display: block;
    color: #6c757d;
    font-size: 14px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    letter-spacing: normal;
}
 .sub-menu li a:hover,
 .sub-menu li.active a,
 .sub-menu li a:focus {
	 background-color:transparent !important;
 }

 .sub-menu li a:hover,
 .topbar-right .user a:hover,
 .search-icon:hover,
 .sub-menu li a:focus,
 .topbar-right a:hover {
	 color:#000000;
   font-weight: 400;
 }

 .user .user-dropdown i {
	 margin-left: 10px;
 }

 .tr-menu.sidebar-menu .sub-menu {
	 min-width: 270px;
   margin-top: 10px;
 }

 .searchNlogin {
	 float:right;
	 position:relative;
	 padding-right: 10px;
 }

 .searchNlogin>ul>li {
	 float: left;
	 padding: 14px;
	 font-size: 16px;
	 border-left: none !important;
 }

 .searchNlogin li a,
 .searchNlogin .sub-menu a {
	 color: #C4C4C4DD !important;
	 display: block;
	 text-transform: capitalize;
	 font-weight: 400;
 }


 .searchNlogin li a:hover {
	 color:#C4C4C4DD !important;
 }

 .expanded .search-icon a{
	 color:#C4C4C4DD !important;
 }

 .language-dropdown i {
	 margin-left: 5px;
 }

 .search-icon {
	 cursor: pointer;
	 color: #c8cacc;
	 font-size: 16px;
	 -webkit-transition: all 0.5s ease-in-out;
	 -moz-transition: all 0.5s ease-in-out;
	 -ms-transition: all 0.5s ease-in-out;
	 -o-transition: all 0.5s ease-in-out;
	 transition: all 0.5s ease-in-out;
 }

 .search {
	 position: absolute;
	 top: 0;
	 z-index: 99;
	 right: 50px;
	 width: 0;
	 opacity:0;
	 -webkit-transition: all 0.5s ease-in-out;
	 -moz-transition: all 0.5s ease-in-out;
	 -ms-transition: all 0.5s ease-in-out;
	 -o-transition: all 0.5s ease-in-out;
	 transition: all 0.5s ease-in-out;
 }

 .expanded .search {
	 opacity:1;
	 width: 250px;
 }

 .search-form {
	 padding-left: 0;
	 height: 50px;
	 font-size: 14px;
	 outline: none;
	 width: 100%;
	 color: #0E0316;
	 border: 1px solid #fff;
	 background-color:#f0f3f5;
	 border-right: 0;
 }

 .expanded .search-form {
	 padding-left: 15px;
	     border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
 }
.search-icon i{font-size: 18px;transform: rotate(90deg);}
 .expanded .search-icon {
	 background-color:#f2f3f5;
	 border-left-color:#fff;
	 color:#0e1b5c;
	 position: relative;
	 padding-bottom: 15px;
 }

 .expanded .search-icon:before,
 .expanded .search-icon:after {
	 position: absolute;
	 content: "";
	 width: 100%;
	 height: 1px;
	 left: 0;
	 background-color: #fff;
 }

 .expanded .search-icon:before {
	 top: 0;
 }

 .expanded .search-icon:after {
	 bottom: 0;
 }
.explore-btn {
    display: inline-block;
    padding: 5px 20px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 30px;
    text-decoration: none;
    font-size: 15px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    transition: background 0.2s;
    cursor: pointer;
}
body a {
    color:#333;
}
 /* Footer */

 #footer {
	 background-color: #f4f4f4;
	 margin-top: 40px;
	 font-family: 'Poppins';
 }

 .footer-menu {
	 text-align:center;
	 border-bottom:1px solid #e3e6e8;
 }

 .footer-menu .navbar-nav {
	 display:inline-block;
	 float:none !important;
	 padding:25px 0 15px 0;
 }

 .footer-menu .navbar-nav li {
	 display: inline-block;
 }

 .footer-menu .navbar-nav li+li {
	 margin-left: 25px;
 }

 .footer-menu .navbar-nav li a {
	 font-size:11px;
	 text-transform:capitalize;
	 color:#717272;
	 letter-spacing:2px;
	 padding:10px;
	 font-weight: 700;
 }

 #footer .footer-menu .nav>li>a:focus,
 #footer .footer-menu .nav>li>a:hover,
 #footer .footer-menu .nav>li.active a {
	 background-color: transparent;
	 color: #fff;
 }

 .footer-widgets {
	 padding:4% 0 3%;
	 color:#fff;
	 line-height: 26px;
 }

 .footer-widgets .widget {
	 overflow: hidden;
 }

 .footer-widgets .widget h2 {
	 margin-bottom:15px;
	 font-size:20px;
	 color: #fff;
	 margin-top: 10px;
	 text-transform:capitalize;
	font-family:  "Test Sohne", sans-serif;
	font-weight: 600;
    margin-bottom: 30px;
 }
 .footer-widgets .widget li a {
	 padding:5px 0px;
	 display:block;
	 font-size:14px;
	 color: #fff;
	     font-family:  "Test Sohne", sans-serif;
 }

 .footer-bottom {
	 padding: 15px 0 50px;
 }

 .footer-bottom,
 .footer-bottom a,
 .copyright,
 .copyright a {
	 font-size: 14px;
	 color: #fff;
	 line-height: 23px;
 }

 .footer-bottom-content {
	 max-width: 100%;
	 display: block;
	 text-align: center;
 }

 .footer-logo {
	 margin-bottom: 40px;
 }

 .footer-logo img {
	 display: inline-block;
 }


 /* Footer Style Two */

 .footer-widgets-two {
	 padding: 0;
 }

 .widget-left-content {
	 padding: 70px 0;
 }

 .footer-widgets-two .widget {
	 padding: 50px 0;
 }

 .footer-style-two {
	 border-top: 1px solid #e3e6e8;
 }

 .footer-style-two .navbar-nav {
	 padding: 10px 0 5px 0;
 }

 .copyright {
	 margin-top: 10px;
 }

 .widget-left {
	 border-right: 1px solid #e3e6e8;
 }

 /* Contact Form */

 .tr-comment-box {
	 margin-bottom: 30px;
	 overflow: hidden;
 }

 .contact-form {
	 background-color: #fff;
	 border-radius: 5px;
	 overflow: hidden;
 }

 .form-group label {
	 color: #0E0316;
	 font-size: 14px;
	 font-weight: 400;
 }

 .form-control {
	 height: 40px;
	 margin-bottom: 7px;
	/* border: none; */
    border: 1px solid #ececec;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
 }

 .form-control:focus {
	 border-color: #0e1b5c;
 }

 textarea.form-control {
	 height: 145px;
	 resize: none;
 }

 .btn.btn-primary {
	 font-size: 12px;
	 color: #fff;
	 font-weight: 700;
	 padding: 10px 30px 7px;
	 border-radius: 0;
	 margin-top: 10px;
	 background-color: #0e1b5c;
	 border-color: #0e1b5c;
	 text-transform: capitalize;
 }


 .details-2 .tr-comment-box {
	 margin-bottom: 80px;
 }
 /* Page Content */

 .account-content .navbar-brand,
 .error-page-content .navbar-brand {
	 float: none;
	 padding: 0;
	 margin-bottom: 35px;
	 display: inline-block;
 }

 .account-content .navbar-brand img,
 .error-page-content .navbar-brand img {
	 display: inline-block;
 }

 .ragister-account .section-title h1 {
	 font-size: 40px;
	 display: block;
	 overflow: hidden;
	 color: #0E0316;
	 text-transform: capitalize;
	 font-weight: 500;
 }

 .account-content,
 .error-page-content {
	 width: 285px;
	 display: inline-block;
	 overflow: hidden;
 }

 .ragister-account .contact-form {
	 padding: 0;
 }

 .ragister-account .contact-form .form-control {
	 font-size: 12px;
	 color: #2d2d2d;
	 border-color: #ebeef0;
	 background-color: #f0f3f5;
	 margin-bottom: 10px;
 }

 .ragister-account .contact-form .form-control:focus {
	 border-color: #ebeef0;
	 background-color: transparent;
 }

 .account-content .btn.btn-primary,
 .error-page-content .btn.btn-primary {
	 width: 100%;
	 font-size: 14px;
	 font-weight: 500;
	 border-radius: 3px;
	 padding: 9px 30px 7px;
	 text-transform: uppercase;
 }

 .ragister-account .contact-form .btn.btn-primary.facebook {
	 border-color: #0067b3;
	 background-color: #0067b3;
 }

 .ragister-account .contact-form .btn.btn-primary.facebook:hover {
	 background-color: rgba(0, 103, 179, 0.7);
 }

 .ragister-account .contact-form .btn.btn-primary.twitter {
	 border-color: #00a4ed;
	 background-color: #00a4ed;
	 margin-bottom: 20px;
 }

 .ragister-account .contact-form .btn.btn-primary.twitter:hover {
	 background-color: rgba(0, 164, 237, 0.55);
 }

 .ragister-account .contact-form span {
	 font-size: 16px;
	 color: #a9abae;
 }

 .options {
	 overflow: hidden;
	 margin-top: 20px;
 }

 .options li a {
	 color: #0E0316;
 }

 .options li a:hover {
	 color: #0e1b5c;
 }

 .options li a span {
	 color: #052f85;
	 margin-left: 10px;
 }

 input[type="radio"]+label {
	 cursor: pointer;
	 padding-left:25px;
	 vertical-align:sub !important;
	 position:relative;
	 color:#838383;
	 margin-bottom:0;
	 font-weight: 400;
 }

 input[type="radio"] {
	 display:none;
 }

 input[type="radio"] + label:before {
	 position:absolute;
	 top:2px;
	 left:0;
	 content:"";
	 width:16px;
	 height:16px;
	 font-size: 18px;
	 line-height: 17px;
	 border-radius:100%;
	 display:inline-block;
	 background-color: #d7dadb;
 }

 input[type="radio"]:checked + label:before {
	 content:"\f058";
	 color: #41454f;
	 font-size: 18px;
	 line-height: 17px;
	 font-family: fontAwesome;
	 background-color: transparent;
 }

 .form-control::-webkit-input-placeholder {
	color: #2d2d2d;
 }

 .form-control:-moz-placeholder { /* Firefox 18- */
	color: #2d2d2d;
 }

 .form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #2d2d2d;
 }

 .form-control:-ms-input-placeholder {
	color: #2d2d2d;
 }

 .not-found {
	 font-size: 14px;
	 color: #010101;
	 font-weight: 500;
 }

 .not-found h1 {
	 font-size: 72px;
	 font-weight: 500;
	 margin-bottom: 0;
 }

 .not-found .btn.btn-primary {
	 margin-top: 80px;
 }





 /* ==========================================================================
	  Extra Css
  ========================================================================== */

 a, .navbar-default li a i,
 .carousel-indicators li,
 .gallery-indicators li img, .overlay,
 .entry-header img, .post-content .author img,
 .feed a:hover i, .entertainment-slider li,
 .owl-next, .owl-next, .small-post-list>li,
 .nav-tabs li a:hover:after, .slick-prev,
 .slick-next, .slick-prev:before,
 .slick-next:before, .btn.btn-primary,
 .tr-box-shadow, .form-control, .icon,
 .catagory-list ul li a i,
 .mfp-content, .tr-weekly-top .slick-slide {
	 -webkit-transition: all 300ms;
	 -moz-transition: all 300ms;
	 -ms-transition: all 300ms;
	 -o-transition: all 300ms;
	 transition: all 300ms;
 }

 /* Font */




 .tr-hamburger {
	 float: left;
	 display: block;
	 color: #fff;
	 position: relative;
	 overflow: hidden;
	 margin: 15px;
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance: none;
	 -webkit-box-shadow: none;
	 box-shadow: none;
	 -webkit-border-radius: none;
	 border-radius: none;
	 border: none;
	 cursor: pointer;
	 -webkit-transition: background 0.3s;
	 transition: background 0.3s;
 }

 .tr-hamburger:hover,
 .tr-hamburger:focus {
	 color: #fff;
 }

 .tr-hamburger:focus {
   outline: none;
 }

 .tr-aside-menu {
	 float: left;
	 padding: 5px;
	 margin-right: 15px;
 }

 .aside-menu {
   padding: 0px 20px;
   width: 230px;
 }

 .aside-menu li a {
	 padding: 5px;
 }

 .aside-menu .mfp-close {
	 cursor: pointer;
	 top: 15px;
	 right: 15px;
	 width: 15px;
	 height: 15px;
	 padding: 0;
	 background-image: url(../images/others/close.png);
	 background-size: contain;
	 background-position: center;
 }

 .mfp-fade.mfp-bg,
 .mfp-slide-left.mfp-bg {
   opacity: 0;
   -webkit-transition: all 0.4s ease-out;
   transition: all 0.4s ease-out;
 }

 .mfp-bg.asd-menu {
   background-color: rgba(0, 0, 0, 0.6);
 }

 .asd-menu .mfp-container {
   padding: 0;
   text-align: left; }

 .asd-menu .mfp-content {
   background-color: #fff;
   width: auto;
   min-height: 100%;
   vertical-align: top;
 }


 .mfp-slide-left.mfp-bg.mfp-ready {
   opacity: 1;
 }


 .mfp-slide-left.mfp-bg.mfp-removing {
   opacity: 0;
 }


 .mfp-slide-left.mfp-wrap .mfp-content {
   -webkit-transform: translateX(-100px);
   -moz-transform: translateX(-100px);
   -ms-transform: translateX(-100px);
   -o-transform: translateX(-100px);
   transform: translateX(-100px);
 }


 .mfp-slide-left.mfp-wrap.mfp-ready .mfp-content {
   -webkit-transform: translateX(0);
   -moz-transform: translateX(0);
   -ms-transform: translateX(0);
   -o-transform: translateX(0);
   transform: translateX(0);
 }


 .mfp-slide-left.mfp-wrap.mfp-removing .mfp-content {
   -webkit-transform: translateX(-100%);
   -moz-transform: translateX(-100%);
   -ms-transform: translateX(-100%);
   -o-transform: translateX(-100%);
   transform: translateX(-100%);
 }

 .gallery-indicators.carousel-indicators {
	 justify-content: left;
	 padding-right: 40px;
 }

 .photo-gallery-two .gallery-indicators.carousel-indicators {
	 justify-content: center;
	 margin-bottom: 5px;
	 padding: 0 30px;
 }

 .gallery-indicators.carousel-indicators li {
	 text-indent: inherit;
 }

 .tr-widget ul li .player img {
	 width: 100%;
	 height: 100%;
	 vertical-align: top;
 }

 .topbar-width-container .navbar.navbar-brand{
	 display: none;
 }

 .homepage-3 .navbar-toggler {
	 color: #fff;
	 border-color: #fff;
 }

 footer .widget.widget-menu-2 .menu-quick-links-container ul{
	 -moz-column-count: 2;
	 -moz-column-gap: 20px;
	 -webkit-column-count: 2;
	 -webkit-column-gap: 20px;
	 column-count: 2;
	 column-gap: 20px;
 }

 /* Thisisrising */
 .tr-sidebar .tr-section.tr-widget .widget-title span{
	 border-bottom: 2px solid #0e1b5c;
	 width: 35%;
 }

 .tr-sidebar .tr-section.tr-widget ul.medium-post-list li.tr-post div.post-content div.catagory {
	 position: absolute;
	 top: -5px;
	 left: -5px;
 }

 .tr-sidebar .tr-section.tr-widget ul.medium-post-list li.tr-post div.post-content div.catagory a{
	 text-align: center;
	 color: #fff;
	 margin: 5px;
	 background-color: #0e1b5c;
	 padding: 0px 10px;
 }

 /* PopularResources */
 #PopularResources.tr-section.tr-widget .widget-title span{
	 border-bottom: 2px solid #0e1b5c;
	 width: 55%;
 }

 #PopularResources.tr-section.tr-widget ul.medium-post-list li.tr-post .entry-title{
	 margin-bottom:0px;
 }
 #PopularResources.tr-section.tr-widget ul.medium-post-list li.tr-post div.catagory {
	 position: relative;
	 top: 0px;
	 left: 0px;
 }

 #PopularResources.tr-section.tr-widget ul.medium-post-list li.tr-post div.catagory a{
	 background: #00d005;
	 color: #fff;
	 padding: 0px 4px;
 }

 #PopularResources ul.medium-post-list li.tr-post div.entry-header{
	 margin-top: 5px;
 }
 #PopularResources.tr-section.tr-widget ul.medium-post-list li.tr-post{
	 margin-bottom: 25px;
	 padding-bottom: 15px;
	 border-bottom: 3.5px solid #d7d7d7;
 }
 body #PopularResources.tr-section.tr-widget ul.medium-post-list li.tr-post:last-child{
	 border-bottom: none;
 }
 .single-video .tr-details iframe{
	 width:100%;
 }
 .post-type-archive-videos .col-lg-8 .tr-section .entry-header{
	 margin-top:5px;
 }
 .tr-post .entry-thumbnail>a{
	 cursor:pointer;
 }

 .home-blogs-social-icon{
	 display: none;
 }

 body.post-type-archive-videos .fa.fa-play-circle.archive-videos{
	 display: block !important;
	 color: #fff;
	 font-size: 55px;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
 }

 .subscribe-error {
	 color: red;
 }

 div#ur-submit-message-node ul li {
	 color: green;
	 background-color: #90ee905c;
	 margin: 5px 0;
	 padding: 5px 10px;
 }
 .footer-menu
 {
	 display: none !important;
 }
 #privacy_policy{display:none;margin-bottom: 20px;margin-top:0px;font-size:10px;line-height: 2;font-family: "Test Sohne", sans-serif;}

 .Sponsored_name{font-size: 12px;font-style: italic;margin-top: 50px;}

 .tr-topbar .topbar-left
 {
	 width: 80% !important;
 }
 .topbar-right
 {
	 width:20% !important;
 }
 /* blog */
 /* Container */
.blog-section {
  max-width: 1180px;
  margin: 40px auto;
  padding: 0 18px;
  font-family: "Inter", Arial, sans-serif;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* Featured */
.featured-blog {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.featured-image { flex: 1 1 35%; position: relative; border-radius: 18px; overflow: hidden; }
.featured-image img { width:100%; height:300px; object-fit:cover; display:block; border-radius: 18px; }
.new-badge { position:absolute; top:14px; right:0px; background:#4FB06D; color:#fff; padding:6px 12px; border-radius:8px 0px 0px 8px; font-weight:400; font-size:16px; }

.featured-content { flex: 1 1 50%; min-width:280px; }
.meta-top { color:#333; font-weight:400; font-size:12px;  font-family:  "Test Sohne", sans-serif;line-height: 20px;}
.featured-title { margin:6px 0; font-size:22px; line-height:1.4; font-weight:500; }
.featured-title a { color:#111; text-decoration:none;  font-family:  "Test Sohne", sans-serif;}
.featured-excerpt { color:#858585; margin-bottom:14px; font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    font-family:  "Test Sohne", sans-serif;}

/* Grid */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-bottom: 32px;
}

.blog-card { overflow:hidden;  display:flex; flex-direction:column; transition:transform .18s ease; }
/* .blog-card:hover { transform: translateY(-6px); } */

.card-image-link img { width:100%; height:230px; object-fit:cover; display:block;border-radius: 6px;
   }

.card-content { padding:50px 0px; display:flex; flex-direction:column; gap:2px; flex:1; }
.card-title { font-size:18px; font-weight:500;line-height: 1.5; font-family:  "Test Sohne", sans-serif;
	  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;}
.card-title a { color:#0E0316; text-decoration:none;font-family: "Geologica", sans-serif; }
.card-excerpt { color:#858585; font-size:14px; margin:0 0 8px;    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;line-height: 1.5; }

.card-bottom { margin-top:auto; display:flex; align-items:center; gap:5px;  font-size:12px;font-weight: 500;color: #0E0316;}

/* Pagination */
.blog-pagination { text-align:center; margin: 10px 0 10px; }
.blog-pagination .page-numbers { display:inline-block; padding:6px 10px; margin:0 4px; background:#fff; border-radius:6px; border:1px solid #eee; }


/* TYP page */
   .thankyou-wrapper {
        max-width: 1100px;
        margin: 40px auto;
        background: #F6F9FC;
        border-radius: 32px;
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;

    }

    .thankyou-left {
        flex: 1 1 35%;
        text-align: center;
    }

    .thankyou-left img {
        width: 100%;
        max-width: 500px;
        border-radius: 16px;
        height: auto;
    }

    .thankyou-right {
        flex: 1 1 50%;
        padding: 20px 30px;
        text-align: center;
    }

    .thankyou-right h3 {
        font-size: 20px;
        font-weight: 500;
        color: #0E0316;
        margin-bottom: 10px;
		font-family: 'Geologica';
    }

    .thankyou-right h2 {
        font-size: 24px;
        color: #333;
        margin-bottom: 15px;
        line-height: 1.4;
        font-weight: 500;
		font-family: 'Geologica';
    }

    .thankyou-right p {
        font-size: 15px;
        color: #333;
        line-height: 1.6;
    }

    .thankyou-right a {
        color: #333;
        text-decoration: underline;
		font-family: 'Geologica';
    }

    .related-wrapper {
        max-width: 1100px;
        margin: 60px auto 30px auto;
    }

    .related-wrapper h2 {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 20px;
		font-family: 'Poppins';
    }

    .related-grid {
        display: grid;
        /*grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));*/
		grid-template-columns: repeat(4, 1fr);
        gap: 35px;
    }


  
	/* End Typ */
 .page-template-search li.author-text1,
 .page-template-search .author {
	 display: none !important;
 }

 .page-template-search .post-content,
 .page-id-5312 .post-content{
	 margin-top: 0px !important;
 }



 .hr {
	 border: 1px solid grey;
	 margin-top: 30px;
	 margin-bottom: 30px;
 }


 .post-content123 h4.post-title a{
	 color: #0E0316 !important;
	 font-size: 20px;
	 font-weight: 500;
 }


 .home .post-content h2.post-title a{
	 color: #0E0316 !important;
	 font-size: 22px;
	 font-weight: 500;
 }


 #bottomtotop {
	 display: inline-block;
	 background-color: #333;
	 width: 40px;
	 height: 40px;
	 text-align: center;
	 border-radius: 10px;
	 position: fixed;
	 bottom: 30px;
	 right: 30px;
	 transition: background-color .3s, opacity .5s, visibility .5s;
	 opacity: 0;
	 visibility: hidden;
	 z-index: 1000;
	 cursor: pointer;
 }

 #bottomtotop.show {
	 opacity: 1;
	 visibility: visible;
 }


 #bottomtotop i {

	 font-size: 25px;
	 line-height: 35px;
	 color: #fff;
 }

 .single-post .post-tags>a {
	 border: 1px solid;
	 padding: 6px;
	 border-radius: 5px;
	 cursor: auto;
 }

 #footer .widget.widget-menu-2>p {
    line-height: 28px;
}
.fm-form-container.fm-theme1 .fm-form .wdform_footer {
	margin: 0px !important;
}
.page-id-10299 .wdform-field[type="type_editor"] {
    display: none;
}
.author li.author-text1 {
    display: none;
}




/* Start Resources styles */


.post-type-archive-resources .featured-content
{
	flex: 1 1 50%;
}
.post-type-archive-resources .featured-image {
    flex: 1 1 40%;
}
.post-type-archive-resources .featured-image img {
    /* width: 600px; */
    height: 350px;
    object-fit: cover;
    display: block;
    border-radius: 18px;
}

.entry-title {
    margin: 0 0 1px;
    line-height: 1.5;
    color: #0E0316;

}
p.nocomments {
    display: none;
}
a.btn.btn-primary
{
	background: #111 !important;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 20px;
    font-size: 1.06rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
	box-shadow: none !important;
}
.custom-tax-box {
    margin: 8px 0px 0px 0px;
}
.post-type-archive-resources .featured-title {
    margin: 6px 0;
    font-size: 30px !important;
    line-height: 1.4;
    font-weight: 500;
}
.post-type-archive-resources .featured-blog {

    /* background: #f6f9fc; */
    border-radius: 12px;
    /* padding: 20px; */
}
.post-type-archive-resources .featured-blog {
    /* background: #f6f9fc; */
    border-radius: 35px;
    /* padding: 20px; */
    margin-left: 20px;
}
.post-type-archive-resources .tr-section.bg-transparent
{
	margin-left: 10px;
}
.post-type-archive-resources .newzmania-pagination {
  text-align: center; /* Centers inline-block or inline content */
  margin: 30px 0; /* Add some top/bottom spacing */
}

.post-type-archive-resources .newzmania-pagination .pagination {
  display: inline-flex; /* Makes pagination items align horizontally and stay centered */
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-type-archive-resources .newzmania-pagination .pagination li {
  margin: 0 4px;
}

.post-type-archive-resources .newzmania-pagination .pagination a,
.post-type-archive-resources .newzmania-pagination .pagination span {
  display: block;
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
}

.post-type-archive-resources .newzmania-pagination .pagination .current {
  background-color: #1d1d1d; /* Bootstrap blue (you can change this) */
  color: #fff;
  border-color: #1d1d1d;
}
/* .post-type-archive-resources .meta-top {
    color: #333;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 16px;
    margin-top: 14px;
} */
span.new-badge1 {
    /* position: absolute; */
    top: 14px;
    right: 14px;
    background: #4FB06D;
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
	font-family: 'Poppins';
    /* margin-bottom: 22px; */
}
.post-type-archive-resources .meta-top
{
	margin-bottom: 0px !important;
}
.post-type-archive-resources .post-content {
    position: relative;
    bottom: 30px;
}


.post-type-archive-resources .section-title h1 {
    font-size: 32px;
    margin: 0px 18px 30px !important;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-family: 'Geologica';
    font-weight: 500;
}


/* End Resources Styles */


/*contact us page */
#form1 {
  max-width: 100% !important;
  margin: 0 auto !important;
  font-family: "Helvetica Neue", Arial, sans-serif !important;
}

/* ---------- Row Layout (Two Columns) ---------- */
#form1 .wdform_row {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  gap: 40px !important;
  margin-bottom: 25px !important;
}

#form1 .wdform-field {
  flex: 1 1 calc(50% - 20px) !important;
  min-width: 280px !important;
}


/* ---------- Inputs & Textarea ---------- */


#form1 input:focus,
#form1 textarea:focus,
#form1 select:focus {
  outline: none !important;
  border-color: #148bbe !important;
}

/* ---------- Checkbox Chips (Horizontal) ---------- */
/* Checkbox container section */
#form1 .wdform-element-section.wd-flex.solution {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: 15px !important;
}
.solution .wd-flex.wd-flex-column {
    display: block !important;
}
/* Each chip container */
#form1 .checkbox-div.wd-choice {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1.5px solid #ff4500 !important;
  border-radius: 30px !important;
  padding: 10px 22px !important;
  cursor: pointer !important;
  background: #fff !important;
  color: #ff4500 !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  margin-bottom: 15px; !important
}

/* Hide native checkbox */
#form1 .checkbox-div.wd-choice input[type="checkbox"] {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Label text only */
#form1 .checkbox-div.wd-choice label {
  color: inherit !important;
  background: transparent !important;
  border: none !important;
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer !important;
}

/* Hide the tiny span box inside labels */
#form1 .checkbox-div.wd-choice label span {
  display: none !important;
}

/* === Selected / Checked state === */
#form1 .checkbox-div.wd-choice input[type="checkbox"]:checked ~ label,
#form1 .checkbox-div.wd-choice input[type="checkbox"]:checked ~ label * {
  color: #fff !important;
}

/* This makes the full button orange when checked */
#form1 .checkbox-div.wd-choice input[type="checkbox"]:checked {
  background: #ff4500 !important;
  border-color: #ff4500 !important;
  color: #fff !important;
}

/* Fix checked color applying to the whole div */
#form1 .checkbox-div.wd-choice:has(input[type="checkbox"]:checked) {
  background: #ff4500 !important;
  border-color: #ff4500 !important;
  color: #fff !important;
}

/* Hover effect */
#form1 .checkbox-div.wd-choice:hover {
  background: #ff4500 !important;
  color: #fff !important;
}
/* ---------- Submit Button ---------- */
#form1 .button-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  min-width: 180px !important;
  height: 52px !important;
  padding: 0 34px !important;
  background: #0E0316 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 999px !important;           /* fully pill */
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  text-decoration: none !important;
  line-height: 1 !important;
  box-shadow: none !important;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease !important;
  position: relative !important;
  overflow: visible !important;
}

/* hide any default spinner icon inside the button */
#form1 .button-submit .fm-submit-loading.spinner,
#form1 .button-submit .fm-ico-spinner {
  display: none !important;
}

/* add arrow using ::after so markup stays untouched */
#form1 .button-submit::after {
  content: "→" !important;
  display: inline-block !important;
  margin-left: 8px !important;
  font-size: 18px !important;
  line-height: 1 !important;
  transform: translateX(0) !important;
  transition: transform 0.18s ease !important;
  color: #fff !important;
}

/* small arrow slide on hover */
#form1 .button-submit:hover::after {
  transform: translateX(6px) !important;
}

/* pressed effect */
#form1 .button-submit:active {
  transform: translateY(1px) !important;
  box-shadow: none !important;
}

/* ---------- Placeholder ---------- */
#form1 ::placeholder {
  color: #999 !important;
}


/* Custom orange color */
.text-orange {
  color: #333  !important;
}



/* Responsive spacing tweaks */
.say-hi-section {
  background-color: #fff !important;
}

.say-hi-title {
  font-size: 38px;
  line-height: 1.3;
}


/* Start Home Page CSS */

.page-id-2281 .featuredblogs .card-image-link img {
   width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    border-top-left-radius: 12px !important;
    border: none;
    border-top-right-radius: 12px !important;
    border-radius: 0px;
}

.page-id-2281 .featuredblogs .card-content {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    background: #f6f9fc;
    border-radius: 0px;
    position: relative;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.page-id-2281 .featuredblogs .card-bottom {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 500;
    color: #0E0316;
}
/* CSS */
.page-id-2281 .explore-btn {
 display: inline-block;
    padding: 5px 20px;
    background-color: #333;
    color: #fff !important;
    border: none;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Inter';
    font-weight: 500;
    transition: background 0.2s;
    cursor: pointer;
}
.page-id-2281 .explore-btn .arrow {
  margin-left: 5px;
  font-size: 15px;

}
.page-id-2281 .explore-btn:hover {
  background-color: #e04d00;
}

.page-id-2281 .blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-bottom: 40px;
}
.page-id-2281 .blog-grid1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    margin-bottom: 40px;
}
/* .card-content {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    background: #f6f9fc;
    border-radius: 12px;
    position: relative;
} */

/* resources */
.page-id-2281 .resources-types {
    display: none !important;
}

.page-id-2281 .custom-pagination {
    margin-left: 27px;
    display: none !important;
}

.page-id-2281 .meta-top
{
    margin-bottom:0px;
}
/* --- General Layout --- */
.page-id-2281 .newsletter-section {
  background-color: #F6F9FC;
  border-radius: 16px;
  padding: 30px 40px;
  font-family: 'Inter', sans-serif;
  color: #1a1a1a;
  max-width: 1200px;
  margin: 0px auto 40px;
  box-sizing: border-box;
}

.page-id-2281 .newsletter-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

/* --- Text Section --- */
.page-id-2281 .newsletter-text {
  flex: 1 1 500px;
}

.page-id-2281 .newsletter-text h2 {
  color: #333;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3;
    font-family: 'Geologica';
}

.page-id-2281 .newsletter-text p {
  font-size: 14px;
    color: #404040;
    margin-bottom: 30px;
    line-height: 1.5;
    font-family: 'Inter';
}

/* --- Form Field --- */
.page-id-2281 .newsletter-form .input-wrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
}

.page-id-2281 .newsletter-form input {
  width: 100%;
  padding: 15px 130px 15px 20px; /* space for button on right */
  border-radius: 50px;
  border: 1px solid #DDDDDDDD;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}
.newsletter-form input::placeholder {
    color: #D9D9D9;
}
.newsletter-form input::-webkit-input-placeholder {
    color: #D9D9D9;
}

.page-id-2281 .newsletter-form input:focus {
  border-color: #333;
}

/* --- Subscribe Button Inside Input --- */
.page-id-2281 .newsletter-form button {
 position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f40000;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 2px 2px 0 #ffbdbd;
    font-family: 'Inter';
}

/* .page-id-2281 .newsletter-form button:hover {
  background-color: #333;
  transform: translateY(-50%) scale(1.05);
} */

/* --- Image Section --- */
.page-id-2281 .newsletter-image {
  flex: 1 1 400px;
  text-align: center;
}

.page-id-2281 .newsletter-image img {
  max-width: 100%;
  height: auto;
}


/* End Home Page CSS */

.section-title.mt-5
{
	margin-top:40px !important;
}
h2.mt-2.mb-3
 {
    margin-bottom: 16px !important;
}
span.dot
{
	margin:0px 10px !important;
}

/* header CSS */
button.navbar-toggler {
    color: #00d4b7 !important;
    /* border-color: #0d0128 !important; */
    margin-top: 12px;
}
/* ===============================
   DESKTOP RIGHT-SIDE ALIGNMENT
   =============================== */
.searchNlogin {
   display: flex;
    align-items: center;
    gap: 18px;
    position: absolute;
    float: right !important;
    right: -10px;
    /* left: 70%;              */
}

.searchNlogin a.loginbtn,
.searchNlogin a.subscribebtn {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.searchNlogin #menu-item-search a img.searchicon {
    cursor: pointer;
}

/* Optional hover */
/* .searchNlogin a:hover {
    opacity: 0.7;
} */



a.Login.loginbtn {
   border: 1px solid #33333326;
    padding: 12px 20px;
    border-radius: 5px;
}
.logged-in a.Login.loginbtn
{
	display: none !important;
}
.search
{
	display: none !important;
}
.footer-ui {
    padding: 40px 0;
}

footer li
{
	padding-bottom:10px;
}
footer li a {
    color: #797a7a;
	font-size:13px;
}
footer li a:hover {
    color: #797a7a;
/* 	border-bottom:2px solid #00d4b7; */
}
.social-icons {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
	font-size:20px;
}
i.fa-brands.fa-facebook-f {
    font-size: 18px;
    margin-top: 3px;
    position: absolute;
    /* margin-right: 3px; */
}
i.fa-brands.fa-linkedin-in {
    font-size: 20px;
    margin-left: 15px;
}
i.fa-brands.fa-x-twitter {
    font-size: 18px;
}
.media-kit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #0d0128;
    padding: 12px 25px;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s ease;
}

.media-kit-btn .arrow {
    font-size: 18px;
}

a.icon-circle:hover,
.fa-brands:hover
{
	color: #00d4b7;
}
.mediakit-footer-button {
    background:  #0d0128;
    border: 2px solid #000;
    padding: 5px 30px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease;
}

/* Anchor inside button */
.mediakit-footer-button a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
}

/* Arrow animation */
.mediakit-footer-button a .arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

/* Hover Effects */
.mediakit-footer-button:hover {
    background: #00d4b7 !important;          /* Hover background */
    border-color:#00d4b7 !important;
}

.mediakit-footer-button:hover a {
    color: #fff;                  /* Text color change */
}

.mediakit-footer-button:hover .arrow {
    transform: translateX(6px);   /* Slide arrow */
}

h4.footer-title {
    color: #333;
    margin-left: 25px;
    font-size: 16px;
	margin-top: 10px;
}
ul,
ol {
    list-style: none;
   list-style: none;
    padding-left: 25px;
    margin-top: 25px;
}
body .footer-bottom
{
	padding-bottom:20px !important;
}
.navbar-nav>a:after, .menu-item-has-children>a:after {
    font-family: FontAwesome;
    content: "\f0d7";
    margin-left: 7px;
    font-size: 14px;
    float: right;
}
    .navbar-expand-lg .navbar-collapse {
        flex-direction: column !important;
        position: absolute;
        left: 30%;
        /* top: 23px !important; */
    }
.search {
    position: absolute;
    margin-top: 4.7rem !important;
    z-index: 99;
    right: 11px !important;
    width: 0;
    opacity: 0;
    -webkit-transition: all 0.5s 
ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s 
ease-in-out;
}
button.mediakit-footer-button:hover a span {
    transform: translateX(5px);
    color: #fff !important;
}


/* Default navbar state */
.site-header {
    position: static;
    width: 100%;
    transition: all 0.3s ease;
}

/* Sticky after scroll */
.site-header.sticky-nav {
    position: fixed !important;
    top: 0px;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 9999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
    
/* Avoid content jumping */
body.has-sticky-padding {
    padding-top: 90px; /* Adjust to your nav height */
}


ul#newzmania_topRight_menu
{
	display:none !important;
}

[class*="icono"] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  box-sizing: border-box;
  &:after, &:before {
    content: "";
    box-sizing: border-box;
  }
}
[class*="icono-arrow1"]{
  width: 14px;
  height: 14px;
  border-width: 2px 2px 0 0;
  border-style: solid;
/*   margin: 10px; */
  &:before{
    right: 0;
    top: -1.5px;
    position: absolute;
    height: 2px;
    box-shadow: inset 0 0 0 32px;
    transform: rotate(-45deg);
    width: 16px;
    transform-origin: right top;
  }
	
  &[class*="-left"]{
    transform: rotate(45deg);
    &[class*="-up"]{
      transform: none;
    }
    &[class*="-down"]{
      transform: rotate(90deg);
    }
  }
  &[class*="-right"]{
    transform: rotate(-135deg);
    &[class*="-up"]{
      transform: rotate(-90deg);
    }
    &[class*="-down"]{
      transform: rotate(180deg);
    }
  }
  &[class*="-up"]{
    transform: rotate(-45deg);
  }
  &[class*="-down"]{
    transform: rotate(135deg);
  }
}

.hero-section [class*="icono"]
{
	color:#333;
}
.read-more [class*="icono"]
{
	color:#333;
}
.step-item:first-child {
    padding-top: 10px;
}


/* CSS Jan/20 */
i.fa.fa-arrow-circle-right {
    display: none;
}
i.icono-arrow1-left-up {
    margin-left: 10px;
}
 nav.navbar .navbar-brand .img-fluid {
       
        width: 200px;
    }
.footer-ui {
    padding: 40px 0;
}
a.footer-link {
    color: #333;
    font-size: 12px;
    font-weight: 400 !important;
}
/* a.footer-link:hover
{
  font-weight: 600 !important;
} */
footer li
{
	padding-bottom:5px;
}
footer li a {
    color: #626161;
	font-size:12px;
}
footer li a:hover {
    color: #797a7a;
/* 	border-bottom:2px solid #00d4b7; */
}
.social-icons {
    display: flex;
  justify-content: center;
  gap: 16px;
	float:left;
	margin:15px 0px 25px;
}
a.icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #111111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
}
i.fa-brands.fa-facebook-f {
    font-size: 20px;
    margin-top: 3px;
    position: absolute;
    /* margin-right: 3px; */
}
i.fa-brands.fa-linkedin-in {
    font-size: 20px;
    margin-left: 2px;
}
i.fa-brands.fa-x-twitter {
    font-size: 20px;
}
.media-kit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #0d0128;
    padding: 12px 25px;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s ease;
}

.media-kit-btn .arrow {
    font-size: 18px;
}

.media-kit-btn:hover {
    background: #00d4b7;
}
a.icon-circle:hover,
.fa-brands:hover
{
	color: #00d4b7;
}
.mediakit-footer-button {
   display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #111111;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

/* Anchor inside button */
.mediakit-footer-button a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
    letter-spacing: 1px;
   
    height: 35px;
    font-size: 16px;
}

/* Arrow animation */
.mediakit-footer-button a .arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

/* Hover Effects */
.mediakit-footer-button:hover {
    background: #00d4b7;          /* Hover background */
    border-color:#00d4b7;
}

.mediakit-footer-button:hover a {
    color: #fff;                  /* Text color change */
}

.mediakit-footer-button:hover .arrow {
    transform: translateX(6px);   /* Slide arrow */
}

h4.footer-title {
    color: #333;
    margin-left: 25px;
    font-size: 16px;
	margin-top: 10px;
}
footer ul{
    list-style: none;
   list-style: none;
    padding-left: 25px;
    margin-top: 40px;
}
body .footer-bottom
{
	padding-bottom:20px !important;
}
.navbar-nav>a:after, .menu-item-has-children>a:after {
    font-family: FontAwesome;
    content: "\f0d7";
    margin-left: 7px;
    font-size: 14px;
    float: right;
}
   .page-id-22492 .navbar-expand-lg .navbar-collapse {
        flex-direction: column !important;
        position: absolute;
        left: 30%;
        top: 38px !important;
    }
.search {
    position: absolute;
    margin-top: 4.7rem !important;
    z-index: 99;
    right: 11px !important;
    width: 0;
    opacity: 0;
    -webkit-transition: all 0.5s 
ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s 
ease-in-out;
}
button.mediakit-footer-button:hover a span {
    transform: translateX(5px);
    color: #fff !important;
}


/* Default navbar state */
.site-header {
    position: static;
    width: 100%;
    transition: all 0.3s ease;
}

/* Sticky after scroll */
.site-header.sticky-nav {
    position: fixed !important;
    top: 0px;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 9999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
    
/* Avoid content jumping */
body.has-sticky-padding {
    padding-top: 90px; /* Adjust to your nav height */
}
/* FIX uneven li spacing */
.footer-widgets .menu li {
    margin: 0 !important;               /* remove theme spacing */
    padding: 4px 0 0px 0px !important;          /* equal vertical spacing */
}

/* Link reset + underline container */
.footer-widgets .menu li a {
    position: relative;
    display: inline-block;
    line-height: 20px !important;        /* equal line height */
    padding-bottom: 4px !important;       /* same underline space */
}

/* Underline */
.footer-widgets .menu li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 0;
    height: 0.5px;
    background: #00d4b7;
    transition: width 0.3s ease;
}

/* Hover animation */
.footer-widgets .menu li a:hover::after {
    width: 100%;
}


ul#newzmania_topRight_menu
{
	display:none !important;
}

[class*="icono"] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  box-sizing: border-box;
}

[class*="icono"]::before,
[class*="icono"]::after {
  content: "";
  box-sizing: border-box;
}

/* Arrow base */
[class*="icono-arrow1"] {
  width: 14px;
  height: 14px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  position: relative;
}

/* Arrow tail */
[class*="icono-arrow1"]::before {
  content: "";
  position: absolute;
  right: 0;
  top: -1.5px;
  width: 16px;
  height: 2px;
  background: currentColor;
  transform-origin: right top;
  transform: rotate(-45deg);
}

/* LEFT */
[class*="icono-arrow1"][class*="-left"] {
  transform: rotate(45deg);
}

/* LEFT UP */
[class*="icono-arrow1"][class*="-left"][class*="-up"] {
  transform: none;
}

/* LEFT DOWN */
[class*="icono-arrow1"][class*="-left"][class*="-down"] {
  transform: rotate(90deg);
}

/* RIGHT */
[class*="icono-arrow1"][class*="-right"] {
  transform: rotate(-135deg);
}

/* RIGHT UP */
[class*="icono-arrow1"][class*="-right"][class*="-up"] {
  transform: rotate(-90deg);
}

/* RIGHT DOWN */
[class*="icono-arrow1"][class*="-right"][class*="-down"] {
  transform: rotate(180deg);
}

/* UP */
[class*="icono-arrow1"][class*="-up"] {
  transform: rotate(-45deg);
}

/* DOWN */
[class*="icono-arrow1"][class*="-down"] {
  transform: rotate(135deg);
}


.hero-section [class*="icono"]
{
	color:#333;
}
.read-more [class*="icono"]
{
	color:#333;
}
.step-item:first-child {
    padding-top: 10px;
}
button.btn.submit-btn i.icono-arrow1-left-up,
button.mediakit-footer-button i.icono-arrow1-left-up
{
	margin-left:10px;
}

.step-item:last-child {
    border-bottom: none;
}

.not-logged-in .site-header.sticky-nav .tr-menu.sidebar-menu .navbar-default
{
	padding: 15px 0px 20px 0px;

}
.not-logged-in .site-header.sticky-nav .navbar-expand-lg .navbar-collapse
{
	top: 25px !important;
}

.logged-in .site-header.sticky-nav .tr-menu.sidebar-menu .navbar-default
{
	padding: 35px 0px 10px 0px;

}
.logged-in .site-header.sticky-nav .navbar-expand-lg .navbar-collapse
{
	top: 45px;
}

/* ensure the icon can be transformed */
.subscribe-btn a i,
.subscribe-btn a .icono-arrow1-left-up,
.subscribe-btn a [class*="icono-arrow1"] {
  display: inline-block;           /* allow transforms */
  transform: rotate(45deg);        /* keep base rotation (arrow shape) */
  transform-origin: center;        /* nice pivot */
  transition: transform 0.28s ease, color 0.28s ease;
}

/* move the arrow on hover while keeping the rotation */
.subscribe-btn:hover a i,
.subscribe-btn:hover a .icono-arrow1-left-up,
.subscribe-btn:hover a [class*="icono-arrow1"] {
  transform: translate(6px, 0px); /* combined transform = rotate + move up-right */
  color: #fff !important;                        /* keep color white */
}
button.subscribe-btn
{
	border:none !important;
	background: transparent;
}

/* ensure the icon can be transformed */
.mediakit-footer-button a i,
.mediakit-footer-button a .icono-arrow1-left-up,
.mediakit-footer-button a [class*="icono-arrow1"] {
  display: inline-block;           /* allow transforms */
  transform: rotate(45deg);        /* keep base rotation (arrow shape) */
  transform-origin: center;        /* nice pivot */
  transition: transform 0.28s ease, color 0.28s ease;
}

/* move the arrow on hover while keeping the rotation */
.mediakit-footer-button a:hover i,
.mediakit-footer-button a:hover .icono-arrow1-left-up,
.mediakit-footer-button a:hover [class*="icono-arrow1"] {
  transform: translate(6px, 0px); /* combined transform = rotate + move up-right */
  color: #fff !important;                        /* keep color white */
}
a.subscribebtn.desktopsubscribe i.icono-arrow1-left-up, button.mediakit-footer-button i.icono-arrow1-left-up{
    color: #fff !important;
}

.mobile-search-container.d-lg-none.mt-3 {
    display: none;
}
.page-id-22492 .tr-menu.sidebar-menu .navbar-default
{
	padding:30px 0px 0px 0px;
}
.logged-in.category .tr-menu.sidebar-menu .navbar-default
{
	padding: 45px 0px 15px !important;
}
.post-type-archive-resources img.img-responsive {
    width: 100%;
}


button.navbar-toggler {
    border: none;
}

 .theiaStickySidebar.site-header {
    border-bottom: 1px solid;
    border-image: linear-gradient(90deg, #fff, #dfdfdf, #fff) 1;
}

.logged-in .site-header
{
	margin-top:30px;
}
.page-id-22492 .theiaStickySidebar.site-header {
    border-bottom: none !important;
}
.site-header{
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;

    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 99999;

    background: #ffffff;
}
.page-id-22492 .site-header {
   position: static !important;
   background-color: transparent !important;
}
.page-id-22492 .site-header.sticky-nav
{
  background-color: #ffffff !important;
}
/* Hover effect on the button */
.mediakit-footer-button:hover {
  background-color: #00d4b7;
  color: #ffffff;
}

/* Animate the SVG icon when hovered */
.mediakit-footer-button svg {
  width: 28px;
  height: 28px;
  transition: transform 0.3s ease;
}

.mediakit-footer-button:hover svg {
  transform: translateX(6px);
}

 body.archive.post-type-archive.post-type-archive-resources
{
	 background-color: #ffffff !important;
} 

.page-id-91 .section-title.mt-5 {
    margin-top: 9rem !important;
    margin-bottom: 2rem !important;
}

.page-id-91 .section-title.mt-5 h1
{
  font-size: 36px !important;
    line-height: 1.5;
    font-family: "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 700;
}
.page-id-91 .tr-details p {
    font-size: 16px;
    line-height: 1.8;
}
.page-id-91 h2
{
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.page-id-85 .section-title.mt-5{
    margin-top: 9rem !important;
    margin-bottom: 2rem !important;
}
.page-id-85 h1
{
  font-size: 36px !important;
    line-height: 1.5;
    font-family: "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 700;
}
.page-id-85 .tr-details p {
    font-size: 16px;
    line-height: 1.8;
}
/* ===============================  
      Responsive CSS 
   =============================== */

@media (min-width: 1200px) {
    .container {
        max-width: 1300px !important;
    }
}
@media (max-width: 1100px) {
  .blog-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 820px) {
  .featured-blog { flex-direction:column; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .blog-grid { grid-template-columns: 1fr; }
  .featured-title { font-size:18px; }
}

@media (max-width: 992px) {
  .page-id-2281 .newsletter-container {
    flex-direction: column;
    text-align: center;
  }

 .page-id-2281 .newsletter-text {
    flex: 1 1 100%;
  }

  .page-id-2281 .newsletter-text h2 {
    font-size: 28px;
  }

  .page-id-2281 .newsletter-form .input-wrapper {
    max-width: 100%;
  }

  .page-id-2281 .newsletter-form input {
    padding-right: 120px;
  }

  .page-id-2281 .newsletter-image {
    flex: 1 1 100%;
    margin-top: 30px;
  }

}
@media (max-width: 991px) 
{
    .searchNlogin {
        display: none !important; /* hide desktop right side */
    }

   
    .mobile-search-container {
        display: block;
        width: 100%;
        text-align: left;
        padding: 12px 0;
        font-size: 17px;
        border-bottom: 1px solid #eee;
    }

    .mobile-search-container a img.searchicon {
        margin-right: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {

  footer ul
  {
    padding-left: 0px;
  }
  h4.footer-title
  {
    margin-left: 0px;
  }
    form.newsletter-form.d-flex.gap-3.flex-wrap
	{
		position:relative !important;
	}
	    .submit-btn {
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }
		.mediakit-footer-button
	{
		margin-top: 25%;
        float: left;
        position: relative;
        margin-left: -46%;
        margin-bottom: 40px;
	}
  .footer-widgets {
    padding: 7% 0px 3%;
  }
 #newzmania_main_menu > li {
    position: relative;
    overflow: visible !important; /* CRITICAL */
  }
  .navbar-nav .sub-menu {
    position: relative !important;
    z-index: 10;
    background: #000; 
  }
  .navbar-nav .sub-menu {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s ease;
  }

  .navbar-nav li.open > .sub-menu {
    grid-template-rows: 1fr;
  }

  .navbar-nav .sub-menu > li {
    overflow: hidden;
  }

  .navbar-nav .sub-menu li a {
    color: #fff;
    padding: 14px 32px;
    font-size: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
  }

  .navbar-nav .sub-menu li:last-child a {
    border-bottom: none;
  }
  .tr-menu.sidebar-menu .navbar-default li, span.discover {
        border-radius: 3px;
        top: 4px;
        padding: 8px;
        height: 40px;
        margin-top: 7px;
    }
  /* Lock body scroll when menu is open */
  body.menu-open {
    overflow: hidden;
  }

  /* Mobile menu container */
  .navbar-collapse {
    position: fixed;
    top: 70px; /* header height */
    left: -38px !important;
    width: 100vw;
    height: calc(50vh - 20px);
    background: #000000;
    z-index: 99999;
    overflow-y: auto;

    transform: translateY(-100%);
    transition: transform 0.4s ease;
  }

  .navbar-collapse.show {
    transform: translateY(0);
	margin-top: 9%;
  height: auto;
  }
 .page-id-22492 .navbar-collapse.show
 {
  margin-top: 9%;
 }
  /* Menu items */
  #newzmania_main_menu > li > a {
    padding: 16px 20px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	color: #fff !important;
  }

  /* Remove icons on mobile */
  #newzmania_main_menu i {
    display: none;
  }

  /* Accordion submenus */
  .navbar-nav .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    padding-left: 20px;
	margin-top:-40px;
  }

  .navbar-nav li.open > .sub-menu {
    max-height: 800px;
  }

  /* Dropdown arrow */
  .menu-item-has-children > a::after {
    content: "▾";
    font-size: 14px;
    transition: transform 0.3s ease;
  }

  .menu-item-has-children.open > a::after {
    transform: rotate(180deg);
  }

  /* Fix Subscribe & Login buttons */
  .mobilesubscribe {
    width: calc(100% - 40px);
    margin: 10px 20px;
    text-align: center;
  }
 
    .navbar-collapse .subscribebtn {
        display: block;
        width: 40%;
        text-align: center;
        padding: 12px 0;
        font-size: 20px;
        font-weight: 400;
        border-bottom: none;
		margin: 0px 0px 0px 27px !important;
    }
	 .navbar-collapse .loginbtn
	 {
 display: block;
        width:30%;
        text-align: center;
        padding: 12px 0;
        font-size: 20px;
    font-weight: 400;
        border: 1px solid #fff;
		color:#ffffff;
		margin: 27px 0px 27px 27px !important;
		border-radius:3px;
	 }
	.navbar-collapse .subscribebtn i.icono-arrow1-left-up
	 {
		color:#ffffff !important;
	 }

  .page-id-2281 .blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
    margin-bottom: 32px;
}
.page-id-2281 .blog-grid1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
    margin-bottom: 32px;
}
.page-id-2281 .newsletter-section {
    background-color: #f7f9fb;
    border-radius: 16px;
    padding: 60px 40px;
    font-family: 'Inter', sans-serif;
    color: #1a1a1a;
    max-width: 1200px;
    margin: 10px 0px;
    box-sizing: border-box;
}

      #form1 .wdform-field {
    flex: 1 1 100% !important;
  }
  #form1 .wdform_checkbox {
    justify-content: flex-start !important;
  }
   .say-hi-title {
    font-size: 1.8rem !important;
    text-align: center !important;
  }

  .say-hi-section p,
  .say-hi-section h5 {
    text-align: center !important;
  }
   #form1 .wdform_column{display: block;}

.thankyou-wrapper {
            flex-direction: column;
            text-align: center;
        }

        .thankyou-right {
            padding: 20px 0;
        }
	  .mobilesubscribe{display: block;}
.desktopsubscribe{display: none;}
	 .blog .col-md-4.tr-sidebar.tr-sticky,
	 .category .col-md-4.tr-sidebar.tr-sticky {
		 display: none;
	 }
	 .footer-widgets .widget li a
	 {
		 font-size: 13px;
	 }
	 .blog .col-lg-9 {
		 -ms-flex: 0 0 100% !important;
		 flex: 0 0 100% !important;
		 max-width: 100% !important;
	 }
   .footer-ui
 {
    padding: 20px 0;
}
footer ul
{
  margin-top: 20px;
}
}

@media (max-width: 767px) and (orientation: landscape)
{
 .mediakit-footer-button
      {
        margin-left: -30% !important;
      }
  #newzmania_main_menu > li {
    position: relative;
    overflow: visible !important; /* CRITICAL */
  }
  .navbar-nav .sub-menu {
    position: relative !important;
    z-index: 10;
    background: #000; 
  }
  .navbar-nav .sub-menu {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s ease;
  }

  .navbar-nav li.open > .sub-menu {
    grid-template-rows: 1fr;
  }

  .navbar-nav .sub-menu > li {
    overflow: hidden;
  }

  .navbar-nav .sub-menu li a {
    color: #fff;
    padding: 14px 32px;
    font-size: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
  }

  .navbar-nav .sub-menu li:last-child a {
    border-bottom: none;
  }
  .tr-menu.sidebar-menu .navbar-default li, span.discover {
        border-radius: 3px;
        top: 4px;
        padding: 8px;
        height: 40px;
        margin-top: 7px;
    }
  /* Lock body scroll when menu is open */
  body.menu-open {
    overflow: hidden;
  }

  /* Mobile menu container */
  .navbar-collapse {
    position: fixed;
    top: 70px; /* header height */
    left: -38px !important;
    width: 100vw;
    height: calc(50vh - 20px);
    background: #000000;
    z-index: 99999;
    overflow-y: auto;

    transform: translateY(-100%);
    transition: transform 0.4s ease;
  }

  .navbar-collapse.show {
    transform: translateY(0);
	margin-top: 10%;
  height: auto;
  }

  /* Menu items */
  #newzmania_main_menu > li > a {
    padding: 16px 20px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	color: #fff !important;
  }

  /* Remove icons on mobile */
  #newzmania_main_menu i {
    display: none;
  }

  /* Accordion submenus */
  .navbar-nav .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    padding-left: 20px;
	margin-top:-40px;
  }

  .navbar-nav li.open > .sub-menu {
    max-height: 800px;
  }

  /* Dropdown arrow */
  .menu-item-has-children > a::after {
    content: "▾";
    font-size: 14px;
    transition: transform 0.3s ease;
  }

  .menu-item-has-children.open > a::after {
    transform: rotate(180deg);
  }

  /* Fix Subscribe & Login buttons */
  .mobilesubscribe {
    width: calc(100% - 40px);
    margin: 10px 20px;
    text-align: center;
  }
 
    .navbar-collapse .subscribebtn {
        display: block;
        width: 40%;
        text-align: center;
        padding: 12px 0;
        font-size: 20px;
        font-weight: 400;
        border-bottom: none;
		margin: 0px 0px 0px 27px !important;
    }
	 .navbar-collapse .loginbtn
	 {
 display: block;
        width: 30%;
        text-align: center;
        padding: 12px 0;
        font-size: 20px;
    font-weight: 400;
        border: 1px solid #fff;
		color:#ffffff;
		margin: 27px 0px 27px 27px !important;
		border-radius:3px;
	 }
	.navbar-collapse .subscribebtn i.icono-arrow1-left-up
	 {
		color:#ffffff !important;
	 }
}

@media (max-width: 767px)  {

   .not-logged-in .site-header.sticky-nav .tr-menu.sidebar-menu .navbar-default {
    padding: 0px 0px 20px 0px;
 }
 .page-id-22492 .navbar-expand-lg .navbar-collapse 
 {
  margin-top:4rem;
 }
 .page-id-22492 .navbar-collapse
 {
  height: calc(60vh - 20px);
 }
 .navbar-expand-lg .navbar-collapse 
 {
  margin-top:6rem;
 }
 footer#footer {
    padding-top: 40px;
    margin-top: 0px;
 }
 .page-id-22492 nav.navbar .navbar-brand .img-fluid {
        margin-top: -10px;
        width: 200px;
    }
 .page-id-22492 .site-header.sticky-nav .tr-menu.sidebar-menu .navbar-default {
        padding: 25px 0px 10px 0px !important;
    }
        .page-id-22492 .site-header.sticky-nav button.navbar-toggler {
        margin-top: 5px;
    }
	.step-number {
    margin-top: -3px !important;
    font-weight: 600 !important;
  }
	.textwidget.custom-html-widget img {
    width: 200px;
    height: auto;
  }
	/* .mediakit-footer-button
	{
		margin-top: 25%;
        float: left;
        position: relative;
        margin-left: -42%;
        margin-bottom: 40px;
	} */
	footer ul {
   
    list-style: none;
    padding-left: 10px;
    margin-top: 20px;
  }
	form.newsletter-form.d-flex.gap-3.flex-wrap
	{
		position:relative;
	}
	    .submit-btn {
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }
    .tr-menu.sidebar-menu .navbar-default
	{
		 padding: 20px 0px 10px 0px;
	}
	button.navbar-toggler
	{
		margin-top:10px;
	}
	    nav.navbar .navbar-brand .img-fluid {
        margin-top: 0px;
        width: 200px;
    }
	h4.footer-title
	{
		margin-left:10px !important;
	}
    	#newzmania_main_menu > li {
    position: relative;
    overflow: visible !important; /* CRITICAL */
  }
  .navbar-nav .sub-menu {
    position: relative !important;
    z-index: 10;
    background: #000; /* match your menu bg */
	 display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s ease;
	 max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    padding-left: 20px;
	margin-top:-40px;
  }
 

  .navbar-nav li.open > .sub-menu {
    grid-template-rows: 1fr;
	 max-height: 800px;
  }

  .navbar-nav .sub-menu > li {
    overflow: hidden;
  }

  .navbar-nav .sub-menu li a {
    color: #fff;
    padding: 14px 32px;
    font-size: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
  }

  .navbar-nav .sub-menu li:last-child a {
    border-bottom: none;
  }
  .tr-menu.sidebar-menu .navbar-default li, span.discover {
        border-radius: 3px;
        top: 4px;
        padding: 8px;
        height: 40px;
        margin-top: 7px;
    }
  /* Lock body scroll when menu is open */
  body.menu-open {
    overflow: hidden;
  }

  /* Mobile menu container */
  .navbar-collapse {
    position: fixed;
    top: 70px; /* header height */
    left: -30px !important;
    width: 100vw;
    height: calc(59vh - 20px);
    background: #000000;
    z-index: 99999;
    overflow-y: auto;

    transform: translateY(-100%);
    transition: transform 0.4s ease;
  }

  /* .navbar-collapse.show {
    transform: translateY(0);
	margin-top: 18%;
  } */

  /* Menu items */
  #newzmania_main_menu > li > a {
    padding: 16px 20px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	color: #fff !important;
  }

  /* Remove icons on mobile */
  #newzmania_main_menu i {
    display: none;
  }

  /* Dropdown arrow */
  .menu-item-has-children > a::after {
    content: "▾";
    font-size: 14px;
    transition: transform 0.3s ease;
  }

  .menu-item-has-children.open > a::after {
    transform: rotate(180deg);
  }

  /* Fix Subscribe & Login buttons */
  .mobilesubscribe {
    width: calc(100% - 40px);
    margin: 10px 20px;
    text-align: center;
  }
 
    .navbar-collapse .subscribebtn {
        display: block;
        width: 40%;
        text-align: center;
        padding: 12px 0;
        font-size: 20px;
        font-weight: 400;
        border-bottom: none;
		margin: 0px 0px 0px 27px !important;
    }
	 .navbar-collapse .loginbtn
	 {
 display: block;
        width: 30%;
        text-align: center;
        padding: 12px 0;
       font-size: 20px;
    font-weight: 400;
        border: 1px solid #fff;
		color:#ffffff;
		margin: 27px 0px 27px 27px !important;
		border-radius:3px;
	 }
	.navbar-collapse .subscribebtn i.icono-arrow1-left-up
	 {
		color:#ffffff !important;
	 }

				#newzmania_main_menu > li {
    position: relative;
    overflow: visible !important; /* CRITICAL */
  }
  .navbar-nav .sub-menu {
    position: relative !important;
    z-index: 10;
    background: #000; /* match your menu bg */
	 display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s ease;
	 max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    padding-left: 20px;
	margin-top:-40px;
  }
 

  .navbar-nav li.open > .sub-menu {
    grid-template-rows: 1fr;
	 max-height: 800px;
  }

  .navbar-nav .sub-menu > li {
    overflow: hidden;
  }

  .navbar-nav .sub-menu li a {
    color: #fff;
    padding: 14px 32px;
    font-size: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
  }

  .navbar-nav .sub-menu li:last-child a {
    border-bottom: none;
  }
  .tr-menu.sidebar-menu .navbar-default li, span.discover {
        border-radius: 3px;
        top: 4px;
        padding: 8px;
        height: 40px;
        margin-top: 7px;
    }
  /* Lock body scroll when menu is open */
  body.menu-open {
    overflow: hidden;
  }

  /* Mobile menu container */
  .navbar-collapse {
    position: fixed;
    top: 70px; /* header height */
    left: -30px !important;
    width: 105vw;
    height: calc(70vh - 20px);
    background: #000000;
    z-index: 99999;
    overflow-y: auto;

    transform: translateY(-100%);
    transition: transform 0.4s ease;
  }

  .navbar-collapse.show {
    transform: translateY(0);
	margin-top: 20%;
  height:auto;
  }
  .navbar-collapse.close {
    transform: translateY(0);
	margin-top: 20%;
 
  }

  /* Menu items */
  #newzmania_main_menu > li > a {
    padding: 16px 20px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	color: #fff !important;
  }

  /* Remove icons on mobile */
  #newzmania_main_menu i {
    display: none;
  }




  /* Dropdown arrow */
  .menu-item-has-children > a::after {
    content: "▾";
    font-size: 14px;
    transition: transform 0.3s ease;
  }

  .menu-item-has-children.open > a::after {
    transform: rotate(180deg);
  }

  /* Fix Subscribe & Login buttons */
  .mobilesubscribe {
    width: calc(100% - 40px);
    margin: 10px 20px;
    text-align: center;
  }
 
    .navbar-collapse .subscribebtn {
        display: block;
        width: 40%;
        text-align: center;
        padding: 12px 0;
        font-size: 20px;
        font-weight: 400;
        border-bottom: none;
		margin: 0px 0px 0px 27px !important;
    }
	 .navbar-collapse .loginbtn
	 {
 display: block;
        width: 30%;
        text-align: center;
        padding: 12px 0;
        font-size: 20px;
    font-weight: 400;
        border: 1px solid #fff;
		color:#ffffff;
		margin: 27px 0px 27px 27px !important;
		border-radius:3px;
	 }
	.navbar-collapse .subscribebtn i.icono-arrow1-left-up
	 {
		color:#ffffff !important;
	 }
 .navbar-brand {
		 /* width: 70% !important; */
		 width: 100% !important;
	 }

	 .post-content123{
		 margin-top:20px;
		 margin-bottom:20px;

	 }

   .page-id-2281 .blog-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 26px;
    margin-bottom: 32px;
}
.page-id-2281 .blog-grid1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 26px;
    margin-bottom: 32px;
}
.page-id-2281 .post-thumbnail.homemain {
    padding: 0px 10px 20px;
}
.page-id-2281 .newsletter-section
{
  padding:20px 20px;
}
section.hero-section3 {
    padding: 80px 0px 30px 0px;
}
.newsletter-form input[type="email"]
{
    width: 100%;
}
p.tos
{
   margin-top: 10px;
}
 #footer .row {
    display: flex;
    flex-wrap: wrap;
  }

  #footer .col-lg-2 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
    /* text-align: center; */
  }
  .footer-widget-1 img {
    /* margin: 0 auto 15px; */
    display: block;
  }

  .social-icons {
    justify-content: center;
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
  }

  .mediakit-footer-button {
    display: inline-block;
  }
  .footer-widget ul {
    padding: 0;
    list-style: none;
  }

  .footer-widget ul li {
    margin-bottom: 8px;
  }

  .footer-title {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .footer-bottom {
    text-align: center !important;
  }

  .footer-bottom p {
    font-size: 12px;
    line-height: 1.5;
  }
  .mediakit-footer-button {
    width: 100%;
        max-width: 205px;
        margin: 0rem 100px 0px 0px;
        padding: 14px 42px;
        font-size: 14px;
        display: inline-flex;
  }
  
  .footer-widget.footer-widget-2,
  .footer-widget.footer-widget-3,
  .footer-widget.footer-widget-4,
  .footer-widget.footer-widget-5,
  .footer-widget.footer-widget-6 {
    margin-left: 5px;
}
 .tos-text {
    display: block;
    margin-bottom: 4px;
  }

  .tos-links {
    display: block;
    text-align: center;
  }
}

@media (max-width: 600px)  
{
  .newsletter-form input[type="email"]
{
    width: 100%;
}
h4.footer-title {
    color: #333;
    margin-left: 0px !important;
}
ul, ol {
        padding-left: 0px !important;
    }
    .footer-ui {
    padding: 10px 0 !important;
}
p.tos
{ 
      margin-top: 10px;
}
    h4.footer-title {
        margin-left: 0px !important;
    }
      /* button.mediakit-footer-button {
    margin-left: -45%;
} */
}
#newzmania_main_menu a.active{
   background-color:transparent; /* top menu color */
    color:  #00d4b7;
    font-weight: 600;
}

#newzmania_main_menu > li.current-menu-item > a,
#newzmania_main_menu > li.current-menu-parent > a,
#newzmania_main_menu > li.current-menu-ancestor > a {
    background-color:transparent; /* top menu color */
    color:  #00d4b7;
}

#newzmania_main_menu .sub-menu li.current-menu-item > a {
    font-weight: 600;
    background-color: #c3fff37d !important;
    color:#111111 !important;
}
/* #newzmania_main_menu a.active-parent,
#newzmania_main_menu li.current-menu-item > a 
{
    font-weight: 600;
    background-color: #c3fff37d !important;
    color:#111111 !important;
} */
a.mobilesubscribe.subscribebtn.mt-3.mb-3
{
    background-color: #00d4b7;
    color: #fff !important;
}
.tos {
  text-align: center;
  color: #626161;
  font-size: 10px;
  margin: 0;
}

.tos-links {
  display: inline;
}
.navbar-toggler .icon-close {
  display: none;
}

/* When menu is open */
.navbar-toggler.active .icon-open {
  display: none;
}

.navbar-toggler.active .icon-close {
  display: inline;
}

/* Mobile only */
@media (max-width: 991px) {

  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    /* width: 280px; */

    
    z-index: 9999;

    overflow-y: auto;

    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;

    padding: 20px;
  }

  /* When open */
  .navbar-collapse.show {
    transform: translateX(0);
    height:auto;
  }
}
