@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;300&display=swap');

:root {
  --white: #ffffff;
  --gray: #777777;
  --blue: #131728;
  --blue2: #1b2039;
  --black: #000000;
  --mix-color: linear-gradient(90deg, #ff498d 0%, #fe7c57 100%);
}
:root {
  --font-Work-Sans: 'Work Sans', sans-serif;
}
#site-navigation {
  margin: 0 auto;
}
amp-sidebar#sidebar1, .toggle-nav, .vw-responsive-menu-title, .mobile-menu, #sticky-onoff {
  display: none;
}
[class*="amphtml-sidebar-mask"] {
  background: none;
  z-index: 99;
}
.i-amphtml-sidebar-mask {
  position: static !important;
}
ul.list_nav {
  margin: 0 auto;
  display: block;
  text-align: right;
}
.header-wrap #mySidenav {
  display: unset;
}
.stickynavbar {
  background-color: var(--blue) !important;
  box-shadow: 0 0 8px grey;
}
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0;
  z-index: 99;
}
.sticky .nav {
  display: block;
}
.sticky .main-navigation ul {
  text-align: center;
}
#vw-sticky-menu.sticky {
  margin-top: 0;
}
.main-navigation li {
  display: inline-block;
}
.main-navigation ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.main-navigation li:hover {
  color: var(--white);
}
.main-navigation li {
  position: relative;
  padding: 0;
  margin: 0 11px 11px 0px;
}
.main-navigation a {
  text-decoration: none;
  text-transform: none;
  padding: 0 7px;
  font-size: 15px;
  letter-spacing: 0px;
  font-family: 'Montserrat';
  font-weight: 500;
  text-align: center;
  color: white;
  line-height: 25px;
}
.main-navigation ul li a::before {
  content: "";
  width: 72%;
  height: 4px;
  position: absolute;
  left: 9px;
  top: 27px;
  bottom: 0;
  background-image: linear-gradient(90deg, #ff498d 0%, #fe7c57 100%);
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
}
.main-navigation a:hover::before {
  transform: scale3d(1, 1, 1);
}
.sub-menu>li>a:hover {
  padding-left: 20px;
  transition: all linear .1s;
  transform: translateX(0);
  -webkit-font-smoothing: antialiased;
}
.sub-menu>li>a::before {
  position: absolute;
  left: 15px;
  display: inline-block;
  visibility: hidden;
  transition: all linear .1s;
  transform: translateX(0);
  opacity: 0;
  font-size: inherit;
  line-height: inherit;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
.main-navigation ul ul li:hover::before {
  font-family: "Font Awesome 5 Free";
  content: "\f30b";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  transition: .3s;
}
.main-navigation ul ul a:hover {
  transition: .52s;
}
.main-navigation ul ul li a {
  font-size: 12px !important;
}
.main-navigation ul a {
  padding: 8px;
}
.left_menu_col{
  z-index: 9999;
  padding: 0 !important;
}
.main-navigation ul li.current_page_item:after {
  display: block;
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  top: 23px;
  left: 0px;
  right: 0px;
  border-radius: 2px;
  text-align: center;
  margin: 0 auto;
  background-color: var(--black);
  transition: all 0.5s ease 0s;
}
.main-navigation .sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  right: 0;
  margin-top: 17%;
  height: 0;
  width: 0;
  left: 92%;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
}
.main-navigation ul ul a:hover:after, .main-navigation ul ul a:before {
  display: none !important;
}
.main-navigation ul ul {
  position: absolute;
  left: 0;
  top: 42px;
  background: #1b2039;
  min-width: 253px;
  z-index: 9999;
  animation: slideInUp 0.5s ease-in-out;
}
.main-navigation ul ul ul {
  left: 31% !important;
  top: 100% !important;
}
.main-navigation ul ul a {
  text-transform: none;
  letter-spacing: 2px;
  font: 600 10px var(--font-Work-Sans);
  padding: 10px 5px;
  line-height: 1.5;
}
.main-navigation ul ul a:hover {
  color: var(--color-blue4);
}
.main-navigation ul ul li:hover {
  background: unset !important;
}
.main-navigation ul ul li {
  float: none;
  text-align: left;
  padding: 12px 12px;
  margin: 0;
}
.main-navigation ul ul li, .menubar.scrolled .main-navigation ul ul li {
  float: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid #cccccc;
  border-left: none;
  border-right: none;
}
.main-navigation ul ul li:last-child {
  border-bottom: 0;
  border-right: none;
}
.main-navigation ul li:hover>ul {
  display: block;
}
.main-navigation .menu>ul>li.highlight:hover {
  background: transparent;
}
.menubar.scrolled .menu>ul>li:hover>a:after, .menubar.scrolled .menu>ul>li.current_page_item>a:after, .menubar.scrolled .menu>ul>li.current-menu-item>a:after {
  height: 2px;
}
#vw-main-menu {
  margin: auto;
  margin-right: 0;
  padding-right: 0;
}
#vw-header-menu {
  width: 100%;
  margin-top: 0%;
  background-color: #1b2039;
  margin-bottom: 0% !important;
}
.vw-podcast-logo img{
  margin-left: 70px;
}
.woocommerce-shop #vw-header-menu {
  position: static;
  background-color: var(--blue);
}
.woocommerce-shop .shop-page {
  margin-top: 10px;
}
.vw-menubar .theme_button {
  color: var(--white);
  text-align: center;
}
/*-----------------Search pop up----------------*/
#vw-footer {
  background-color: #14182A;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100% 100%;
  padding: 4% 0 0 0;
  position: relative;
}
.vw-copyright {
  border-top: 1px solid var(--white);
}
.copyright-text p, .credit_link a{
  color: var(--white);
}
#vw-footer_box {
  padding-top: 10px;
}
#vw-footer_box .footer1 img {
  width: auto !important;
}
#vw-footer_box .vw-footer-cols p {
  color: var(--white);
  font: 600 14px/24px var(--font-Work-Sans);
}
.vw-footer-cols {
  padding-bottom: 67px;
}
.location-footer td{
  display: flex;
}
/* .location-footer i {
  position: absolute;
} */
/* .location-footer p {
  margin: 11px 0 0 50px;
} */
#vw-footer h3:after {
  content: "";
  width: 81px;
  height: 2px;
  display: block;
  background-image: linear-gradient(90deg, #ff498d 0%, #fe7c57 100%);
  margin-top: 19px 0;
  margin: 6px 0 27px;
}
#vw-footer_box h3 {
  color: var(--white);
  font: 600 20px/33px "Work Sans";
}
#vw-footer_box .top_title {
  text-align: left;
}
#vw-footer_box ul {
  margin-top: 18px;
}
#vw-footer_box ul li {
  list-style: none;
  margin: 0 0 15px;
  text-align: left;
  position: relative;
}
#vw-footer_box ul li a {
  color: var(--white) !important;
  font: 600 14px/18px var(--font-Work-Sans);
}
#vw-footer_box .contact-head {
  color: var(--white);
  font: 600 18px/20px var(--font-Work-Sans);
}
#vw-footer_box #wpb_widget-3 table {
  margin-bottom: -8px !important;
}
#vw-footer_box i {
  padding: 13px 15px;
  font-size: 18px;
  height: 45px;
  width: 47px;
  margin: 0 18px 0 0;
  border-radius: 38px;
  color: #fff;
}
.contact-text {
  margin-bottom: -5px !important;
  margin-top: 10px;
}
#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
  background-color: var(--black);
}
#return-to-top i {
  color: var(--white);
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* --------------- Topbar --------------- */
#menu-topbar-menu{
  display: flex;
  justify-content: end;
  list-style: none;
  margin-bottom: 0;
}
#menu-topbar-menu li{
  margin: 0 10px;
  position: relative;
}
#menu-topbar-menu li:after {
  content: '';
  position: absolute;
  height: 50%;
  top: 25%;
  width: 2px;
  background: #fff;
  right: -10px;
  transform: rotate(10deg);
}
#menu-topbar-menu li:last-child:after {
  content: none;
}
#menu-topbar-menu li a, #topbar-social-search span {
  color: var(--white) !important;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 13px;
}
.topbar-text i {
  margin-right: 5px;
  color: #fff;
}
#topbar-social-search .socialbox i {
  margin-top: 13px;
  border-right: 1px solid rgb(255 255 255 / 0.3);
  padding: 0 13px 0px 8px;
  font-size: 13px;
}
#topbar-social-search .socialbox a:last-child i {
  border-right: none;
}
#topbar-social-search .topbar-search span {
  background: rgba(2, 2, 2, .2);
  padding: 10px 10px;
}
#topbar-social-search .topbar-text {
  padding-top: 10px;
  padding-right: 0;
}
#topbar-social-search, .wave_img img {
  background-color: #131728;
}
.main-navigation a {
  font-size: 12px !important;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
}
.vw-menubar .theme_button {
  color: var(--white);
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
.text-main-card {
  font-size: 17px !important;
  margin: 0 70px 0 0;
  line-height: 22px;
}
.card-img {
  height: 109px;
}
.arrow-icon {
  margin-top: -60px;
  margin-right: 36px;
  background: #4b4949;
  font-size: 13px;
}
/***************Nnew css*************************/
.search-submit {
  background-image: linear-gradient(90deg, #ff498d 0%, #fe7c57 100%);
  padding: 7px 14px 9px 12px;
  right: -10px;
}
.shortcode .your-email input {
  padding: 20px;
  width: 100%;
  border-radius: 50px;
  border: 0;
  font-weight: 900;
  border: 1px solid #00000030;
}
#news-section .your-email input::placeholder{
  color: #000;
}
#news-section form{
  position: relative;
}
.monstratt {
  font-family: 'Montserrat';
}
.shortcode .wpcf7-submit {
  background-image: linear-gradient(90deg, #ff498d 0%, #fe7c57 100%);
  padding: 7px 30px;
  border: 0;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  margin-left: -144px;
  top: 14px;
  right: 15px;
  text-transform: uppercase;
}
section#support-creator {
  padding: 169px !important;
  background-size: 100% 100%;
}
.gradientbg {
  background-image: linear-gradient(140deg, #fe7c57 0%, #ff498d 100%);
}
#gallery-1 .gallery-item {
  width: 30% !important;
  margin: 5px 2px 0 !important;
}
#gallery-1 img {
  width: 100%;
}
#sb_instagram .sbi_photo {
  border-radius: 4px;
}
/*********footer social icon effeccts******************/
/**Icon Hover Effect 2**/
.custom-social-icons a:hover i {
  border-radius: 0% !important;
  -webkit-transition: all .6s ease;
  shadow: 8px 8px 10px 0px #0D47A1;
  box-shadow: 8px 8px 10px 0px #706c6c;
}
.footer2{
  padding-left: 30px;
}
