:root {
	--see: #e98267;
	--think: #ebb762;
	--inspire: #59856f;
	--reflect: #407a93;
	--event: #8b678c;
	--studio: #E7BD6C;
	--brand: #6B8D7A;
	--news: #BD5153;
	--gallery: #E88169;
	--head-bg: #f0f0f0;
	--menu-border: #dddddd;
	--grey: #666666;
	--white: #fff;
}


.pt-20 {
	padding-top: 20px !important;
}

#left_tab_nav {
	background: var(--head-bg);
	border-right: none;
}
#main_header {
/*  border-bottom: 1px solid var(--menu-border);*/
  position: sticky;
  padding: 0;
  height: 96px;
  background: var(--head-bg);
	/*overflow: hidden;*/
}
#main_header .header_inside {
  padding: 0;
}
#main_header .header_inside .col-6, #main_header .header_inside .col-3 {
  padding: 0 1.464vw;
}
.navbar-nav .nav-link {
  font-size: 18px;
  padding: 0;
  margin-inline: 15px;
}
.navbar .accordian ul > li > ul > li {
  padding: 10px 10px 10px 0;
  font-size: 14px;
}
.navbar .navbar-nav > li > ul {
  top: 27px;
  padding-block: 15px;
}
.navbar .navbar-nav > li > ul > li > span {
  font-size: 14px;
}
.navbar .navbar-nav > li > ul > li a {
  padding: 0 10px;
  font-size: 14px;
}
#main_header .stir-logo {
	
  position: relative;
  width: 180px;
  height: 58px;
  overflow: hidden;
  	margin: 0 auto;
}
/*#main_header .stir-logo::after {
  content: '';
  position: absolute;
  background-image: url("../images/blurb.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: -2px;
  	filter: brightness(0);
 animation: animName 5s linear infinite;
}*/


.swiggly_ani {
	position: absolute;
  top: -2px;
  right: 30px;
  width: 100px;
  animation: animName 10s linear infinite;
  z-index: -1;
}

.stir_anim_div {
    height: 96px;
    overflow: hidden;
    align-items: center;
    
}

.swiggly_ani img {
	width: 100% !important;
}

@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}

#main_header .stir-logo .stir {
  position: relative;
  z-index: 99;
  display: flex;
  align-items: flex-start;
/*  padding-top: 8px;*/
  height: 100%;
}
#main_header .stir-logo img {
  width: 90px;
  display: block;
  margin: 0 auto;
  z-index: 999;
  /*	filter: invert(1);*/
}
#main_header .logo_div .logo_stirworld {
  width: 136px;
  position: relative;
/*  top: -5px;*/
}
#main_header .logo_div .logo_stirpad {
  width: 116px;
  position: relative;
	top: 4px;
}


.stirpad_h, .stirworld_h {
	display: block;
}

.menu_new {
  padding-inline: 15px;
	font-size: 1.171vw;
	display: flex;
	justify-content: center;
}
.icon_menu li {
	font-size: 1.171vw;
	line-height: 1;
}
.icon_menu li a {
	display: flex;
}
.icon_menu li a .icon_box {
	vertical-align: inherit;
}
.icon_menu li.seprator {
	display: flex;
	align-items: center;
}

.more_links .stirworld_h {
	padding-right: 15px;
}
.more_links .stirpad_h {
	padding-right: 20px;
}

.more_links .stirworld_h img {
  width: 72px;
  display: block;
}
.more_links img {
  width: 60px;
}
.more_links a {
  font-size: 16px;
	text-decoration: underline;
	font-family: "BarlowMedium";
}
.more_links .adff-stir_h img {
  width: 54px;
}
.menu_new li {
	float: left;
	margin-inline: 24px;
	overflow: hidden;
	/*	background-color: #fff;*/
}
.more_links li {
	float: left;
	margin-inline: 0;
	overflow: hidden;
}

.menu_new li a {

	font-size: 18px;
/*	text-transform: uppercase;*/
	position: relative;
	padding: 5px 0px;
	transition: background-position-x 0.9s linear;
	text-align: center;
	display: block;
	letter-spacing: 0.5px;
	font-family: "BarlowRegular";
	font-weight: 400;
}
.menu_new li a img {
  width: 60px;
}

.icon-search::before { 
	font-weight: 500;
}

.search .icon_box  {
	opacity: 1;
	position: relative !important;
}
.menu_new li a::before{
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0,1,1);
  transform-origin: 0 50%;
}
.menu_new li a:hover::before{
  transform: scale3d(1,1,1);
}
.menu_new li a.active::before{
  transform: scale3d(1,1,1);
}
.menu_new li a::before{
  background: #231f20;
  transform-origin: 100% 50%;
}
.menu_new li a:hover::before{
  transform-origin: 0 50%;
}


.visit_links span.px-1 {
  padding: 0 4px !important;
}
.visit_links p, .visit_links p a {
  font-family: "BarlowRegular" !important;
  font-size: 18px !important;
}
.visit_links {
  display: flex;
  align-items: center;
  /*	justify-content: flex-end;*/
}
.search_bar {
  margin-right: 10px;
  position: relative;
}
.search_bar .icon-search {
  position: absolute;
  left: 8px;
  font-size: 14px;
  top: 49%;
  transform: translateY(-50%);
}
.search_bar input {
  border-radius: 50px;
  font-family: "BarlowRegular";
  font-size: 14px;
  padding-left: 30px;
  padding-right: 15px;
  height: 32px;
  width: 100%;
  border-color: var(--menu-border);
  transition: all .5s ease;
}
.search_bar input:focus {
  border: 1px solid #000;
}
.icon-profile {
  font-size: 18px !important;
	padding-left: 0 !important;
}
.icon_menu li span {
  margin-inline: 15px;
  font-family: "BarlowThin";
  font-size: 18px;
}
.icon_menu .icon-search {
  font-size: 18px !important;
  padding-left: 0;
}
#main_header .dropdown-menu .caret {
  display: none;
}
#main_header .dropdown-menu {
  left: 0;
  padding: 10px;
  min-width: 8vw;
  border: none;
}
#main_header .dropdown-menu .dropdown-item {
  padding: 10px 0px;
  font-family: 'BarlowRegular';
  font-size: 14px;
  opacity: 0.7;
  line-height: 1.2;
}
#main_header .dropdown-menu .dropdown-item i {
  font-size: 18px;
	padding: 0 4px;
}
#main_header .dropdown-menu .dropdown-item:hover {
  opacity: 1;
}
.search_custom {
  background: var(--white);
  padding: 15px;
  /*max-width: 29vw;
     z-index: 9999; */
  /* box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.3); */
  box-shadow: 0 0 0 #fff, 0 0.069vw 0.517vw rgba(0, 0, 0, 0.10);
  position: absolute;
  top: 36px;
  display: block !important;
}
.search_custom h4 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  /* text-transform: capitalize; */
  font-family: "BarlowSemiCondensedMedium";
}
.tag_results li {
  margin-right: 10px;
  margin-bottom: 6px;
  float: left;
  line-height: 1;
  display: flex;
}
.tag_results li a {
  padding-right: 10px;
  color: #52a0e2;
  font-size: 14px;
  border-right: 1px solid #000000;
  font-family: "BarlowSemiCondensedLight";
  text-transform: capitalize;
}
.tag_results li:last-child a {
  border-right: none;
}
.footer_main {
  background: #171717;
	margin-top: 60px;
}
.home .footer_main {
	margin-top: 0px;
}
.main_subbox {
  display: none;
}
.footer_main .footer_hold {
	padding: 40px 30px;
	width: 100%;
	justify-content: space-between;
	  
}
.stir_logo .stirworld {
  width: 100px;
}
.stir_logo .stirpad {
  width: 82px;
}

.other_links img {
  width: 68px;
}
.footer_main .quick_links {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding-top: 0px;
}
.footer_main .quick_links li {
  margin-bottom: 6px;
  line-height: 1;
}
.footer_main .sub_links {
  display: inline-block;
}
.footer_main .sub_links li {
  float: left;
  margin-right: 8px;
  line-height: 1;
}
.footer_main .sub_links li span {  
  color: var(--white);
  font-family: 'BarlowLight';
	opacity: 0.5;
}
.footer_main .quick_links a {
  font-size: 13px;
  color: var(--white);
  font-family: 'BarlowLight';
}
.footer_main .sub_links a {
  font-size: 13px;
  color: var(--white);
  font-family: 'BarlowThin';
}

.world_ftr {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.pad_ftr {
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.sub_box h4 a,
  .sub_box h4 span {
  font-size: 21px;
  color: var(--white);
  font-family: 'BarlowLight';
  margin-bottom: 5px;
  line-height: normal
}


.sub_box {
	min-width: 50%;
}


footer .stir_logo {
	margin-bottom: 0px;
}

.quick_hold h4 {
	font-size: 13px;
	text-transform: uppercase;
	color: var(--white);
	font-family: 'BarlowLight';
	margin-bottom: 6px;
	display: block;
}
.footer_main .world_ftr h4 {
	margin-bottom: 2px;
	font-size: inherit;
}
.footer_main .world_ftr .sub_box:nth-child(-n + 2) {
	margin-bottom: 6px;
}
.footer_main .pad_ftr h4 {
	margin-bottom: 10px;
	font-size: inherit;
}

.footer_main .see {
  border-bottom: 1px solid var(--see);
  width: fit-content;
}
.footer_main .think {
  border-bottom: 1px solid var(--think);
  width: fit-content;
}
.footer_main .inspire {
  border-bottom: 1px solid var(--inspire);
  width: fit-content;
}
.footer_main .reflect {
  border-bottom: 1px solid var(--reflect);
  width: fit-content;
}
.footer_main .event {
  border-bottom: 1px solid var(--event);
  width: fit-content;
}
.footer_main .studio {
  border-bottom: 1px solid var(--studio);
  width: fit-content;
}
.footer_main .news {
  border-bottom: 1px solid var(--news);
  width: fit-content;
}
.bottom_hold {
  padding: 10px 30px;
  border-top: 1px solid #333;
}
.bottom_hold p {
  color: #7e7e7e;
  margin-left: 5px;
  font-size: 13px;
  display: flex;
}
.bottom_hold .copyright_div img {
  height: 18px;
}
.social a {
  margin: 0 2px;
}
.social a img {
  width: 21px;
}
.news_letter_subscription .stirfri_ftr_logo {
  width: 80px;
}
.lh-1 {
  line-height: 1;
}
.text-underline, .text-underline:hover {
  text-decoration: underline;
}
.left_col {
  padding: 0 1.1vw !important;
}
article .left_col {
	padding: 0 !important;
}

.desk_flex_rev {
  flex-direction: row-reverse;
}
.logged_user img {
  border-radius: 50%;
  width: 21px !important;
}
.article_hold {
  border-inline: 2px solid var(--white);
  margin-bottom: 30px;
}
.article_img figure, .article_img img {
  height: 100%;
}
.article_img {
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  aspect-ratio: 1/1;
}
.article_hold:hover .article_img .overlay_text {
  opacity: 1;
  visibility: visible;
}
.article_hold:hover .article_img a:after {
  opacity: 0.25;
  visibility: visible;
}
.article_img a:after {
  content: '';
  background: #000;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.article_img .overlay_text {
  position: absolute;
  padding-inline: 25px;
  top: 85%;
  left: 0;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.read_time {
  padding-left: 10px;
  border-left: 1px solid var(--white);
}
.bookmark {
  padding-right: 6px;
	cursor: pointer;
}
.cat {
  font-size: 18px;
  color: var(--white);
}
.time {
  font-size: 13px;
  color: var(--white);
}

.article_img .overlay_text .bookmark .bookmark_icon i {
  background: url(../images/icons8-bookmark.svg?v=@{c-v}) no-repeat;
}
.article_img .overlay_text .bookmark .calender_icon i {
  background: url("../images/calendar_w.svg") no-repeat;
}


.reflect-main-page .article_img .overlay_text .bookmark .calender_icon.active i {
  background: url(../images/calendar_w_active.png?v=@{c-v}) no-repeat;
}


.article_img span i {
  background-size: contain !important;
  width: 24px;
  height: 24px;
  display: flex;
}
.article_img span._w i {
  -webkit-filter: invert(100%); /* Safari/Chrome */
  filter: invert(100%);
}
.article_hold .article_img img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.article_hold:hover .article_img img {
  transform: scale(1.05);
}
.article_text {
  margin-top: 15px;
  padding-right: 42px;
}
.article_text p {
  font-size: 16px;
  margin-bottom: 10px;
}
.article_text .short_des {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.head_popup {
  background-color: rgba(0, 0, 0, 1);
  position: fixed;
  left: 0px;
  right: 0;
  top: 0px;
  bottom: 0;
  margin: 0;
  display: none;
  z-index: 999999999;

}/*
#search_popup {
  display: block;
}
*/
.search_holder {
  position: absolute;
  top: 12vh;
  left: 50%;
  transform: translateX(-50%);
  background: none;
	border: none;
}
.search_holder .searchbar .sform input[type=search] {
  border: 1px solid transparent;
  border-bottom: 1px solid var(--white);
  padding: 1.111vw 1.988vw 1.111vw 1.988vw;
  transition: 0.25s;
  font-size: 1vw;
  background: none;
}
.search_holder .searchbar .sform input[type=search]:focus {
  /*	border: 1px solid var(--white);*/
}
.searchpopup .searchbar {
  width: 40vw;
  position: relative;
  height: 100%;
  margin: auto;
  min-height: 40vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.searchpopup .searchbar .sform {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.searchpopup .searchbar .sform input[type=search] {
  border: 0;
  padding-right: 4vw;
  border-bottom: 1px solid var(--white);
  outline: 0;
  width: 100%;
  background: none;
  color: var(--white);
  line-height: normal;
  font-size: 1vw;
  height: 3vw;
	font-family: 'BarlowSemiCondensedLight';
}
.searchpopup .searchbar .sform input[type=search]::placeholder {
  color: var(--white);
}
.searchpopup .searchbar .sform input[type=search]:-ms-input-placeholder {
  color: var(--white);
}
.searchpopup .searchbar .sform input[type=search]::-ms-input-placeholder {
  color: var(--white);
}
.searchpopup .searchbar .sform .icon-search {
  position: absolute;
  top: 50%;
  right: 1vw;
  background-position: center center;
  color: var(--white);
  font-size: 1.317vw;
  transform: translateY(-50%);
  cursor: pointer;
}
.searchpopup .searchbar .sform input[type=search]:valid ~ .placeholder {
  display: none;
}
.icon_search_w {
	position: absolute !important;
	left: 0;
	margin-right: 0;
	opacity: 0.4;
	padding-left: 0 !important;
	top: auto !important;
}

.suggestion p {
	font-family: "BarlowSemiCondensedMedium";
	margin: 0.417vw 0;
	font-size: 0.878vw;
	font-style: normal;
	line-height: 1.181vw;
	color: var(--white);
	opacity: 0.6;
}
.tag_holder .suggestion p {
	color: #000;
	opacity: 1;
}

.suggestion ul {
  padding-top: 0.556vw;
}

.suggestion ul li {
  margin-right: 0.833vw;
  margin-bottom: 0.833vw;
	line-height: 1;
  position: relative;
  float: left;
}

.custom_search.dark .suggestion ul li a {
  color: var(--white);
  border-right: 1px solid rgba(255, 255, 255, 0.6);
	padding-right: 0.833vw;
  font-size: 1vw;
  font-family: 'BarlowSemiCondensedLight';
  line-height: 1;
}

.custom_search.dark .suggestion ul li:last-child a {
  border-right: none;
}


#popup_group .close {
  right: 1.5vw;
  top: 1.5vw;
}
.custom_search.dark {
  background:none;
  padding:0;
  box-shadow: none;
  position: unset;
  padding-top: 0.833vw;
}



.text_anim {
  font-family: 'BarlowSemiCondensedLight';
  font-size: 1vw;
  line-height: normal;
  position: absolute;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.6);
  left: 2.023vw;
  margin-bottom: 0;
  height: 1.15vw;
  list-style: none;
  cursor: auto;
  display: flex;
  align-items: center;
  width: 100%;
}
.text_anim .anim {
  position: absolute;
  display: block;
  animation-duration: 8s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  font-family: 'BarlowSemiCondensedLight';
  /*left: 4.15vw;*/
}
.anim1 {
  animation-name: anim1;
}
.anim2 {
  animation-name: anim2;
}
.anim3 {
  animation-name: anim3;
}
.anim4 {
  animation-name: anim4;
}
@keyframes anim1 {
  0%, 6% {
    bottom: -1vw;
    opacity: 0;
  }
  6%, 18% {
    bottom: -0.015vw;
    opacity: 1;
  }
  24%, 100% {
    bottom: 1vw;
    opacity: 0;
  }
}
@keyframes anim2 {
  0%, 24% {
    bottom: -1vw;
    opacity: 0;
  }
  30%, 42% {
    bottom: -0.015vw;
    opacity: 1;
  }
  48%, 100% {
    bottom: 1vw;
    opacity: 0;
  }
}
@keyframes anim3 {
  0%, 48% {
    bottom: -1vw;
    opacity: 0;
  }
  54%, 66% {
    bottom: -0.015vw;
    opacity: 1;
  }
  72%, 100% {
    bottom: 1vw;
    opacity: 0;
  }
}
@keyframes anim4 {
  0%, 72% {
    bottom: -1vw;
    opacity: 0;
  }
  78%, 90.5% {
    bottom: -0.015vw;
    opacity: 1;
  }
  100% {
    bottom: 1vw;
    opacity: 0;
  }
}

@keyframes line {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 100%;
  }
}



#popup_group .closebut, #popup_group .close, .head_popup .close {
  position: absolute;
  right: 1.5vw;
  top: 1.5vw;
  cursor: pointer;
  z-index: 9;
  font-size: 1.6vw;
  opacity: 0.8;
  background: url('../images/icon-close.png?v=@{c-v}') no-repeat center center;
  width: 1.24vw;
  height: 1.24vw;
}


#popup_group .close_w {
  background: url('../images/icon-close-w.png?v=@{c-v}') no-repeat center center;
}



#popup_group .close_b {
  background: url('../images/icon-close-b.png?v=@{c-v}') no-repeat center center !important;
}



#popup_group #invite-popup .close_w, #popup_group #invite-popup .close_b {
  right: -2vw;
  top: -2vw;
}


.focus_searchbar.sform i, .focus_searchbar.search_form i {
  opacity: 1;
}
.search_holder .cross_btn {
    background: url(../images/icons/close-icon-w.svg) no-repeat;
    width: 1.389vw;
    height: 1.389vw;
    cursor: pointer;
	right: 0;
	background-position: center !important;
    background-size: contain !important;
	opacity: 0.4 !important;
    transition: all 0.25s ease;
	position: absolute;
	padding-left: 0;
	top: auto;
}

.cross_btn:hover {
  opacity: 1 !important;
}
.cross-icon {
	cursor: pointer;
}

.history_icon {
	margin-right: 0.833vw;
}

ul#ui-id-1 {
	width: 40vw !important;
	max-width: 40vw !important;
	background: none !important;
}
 
#ui-id-1 li {
	padding: 0.417vw 0 !important;
}
#ui-id-1 li:hover {
	background: none;
}
#ui-id-1 li a {
	color: var(--white);
	text-overflow: ellipsis;
	overflow:hidden;
	width: 100%;
	white-space:nowrap;
	display: inline-block;
	vertical-align: top;
	line-height: normal;
	font-size: 1vw;
} 


.custom_search.dark .recent_search .search_title,
.custom_search.dark .recent_search .custom_search_list {
	padding: 0.278vw 0;
}
.custom_search.dark .recent_search .search_title h4 {
  color: var(--white);
}
.custom_search .recent_search .search_title h4 {
  margin-bottom: 0 !important;
  color: #000;
  font-size: 0.878vw;
  font-weight: 500;
  line-height: normal;
  opacity: 0.6;
	font-family: "BarlowSemiCondensedMedium"
}
.recent_search {
  padding-bottom: 0.833vw;
}

.custom_search.dark .recent_search .custom_search_list a {
  color: var(--white);
  width: 90%;
  font-family: 'BarlowLight';
  line-height: 1.357vw;
  white-space:nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
	font-size: 1vw;
}
.recent_search li {
  display: flex;
  align-items: center;
}

.custom_search .recent_search .custom_search_list a span:hover {
  font-family: 'BarlowMedium';
  cursor: pointer;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}


.similar_stir_search {
	font-family: "BarlowSemiCondensedLight";
	font-size: 1vw;
}
.similar_stir_search span {
	font-family: "BarlowSemiCondensedMedium";
}

.similar_stir_search span:hover {
	text-decoration: underline;
}

.searched_text {
	font-size: 1.6vw;
}
.searched_text .grey {
	color: var(--grey);
}



.dataTables_wrapper {
	margin-top: 0.65vw;
}

.connect_table,
.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
	font-size: 16px;
	font-family: 'BarlowLight';
}
.page-item .page-link {
	color: #666;
}
.page-item.active .page-link {
	color: var(--white);
	background: #000;
	border-color: #000;
}

.dataTables_length .custom-select,
.dataTables_filter .form-control {
	border-radius: 0;
}

.change_pic_holder {
	margin-bottom: 1.5vw;
}

.profile_pic {
  width: 90px;
  display: inline-block;
  height: 90px;
  overflow: hidden;
  border-radius: 100%;
  vertical-align: middle;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.choose_file {
	padding: 10px 16px;
	font-size: 0.871vw;
}

.form.profile_setting_form .btn,
.actionbuttons .btn {
	padding: 10px 16px;
	font-size: 0.871vw;
}

.profile_tabs .nav-item {
	opacity: 1;
	font-size: 1.15vw;
}
.profile_tabs .nav-link {
	opacity: 0.6;
}
.profile_tabs .nav-link.active {
	opacity: 1;
}

.actionbuttons {
	position: relative !important;
	right: 0 !important;
	margin-top: 1vw;
}

.profile_tabs .nav-link.active,
.profile_tabs .nav-link:focus,
.profile_tabs .nav-link:hover{
	border-color: transparent!important;
}

.edit_profile .sidebar-item {
	border-right: 1px solid #efefef;
}

.profile_setting_form .list-group-flush {
	margin-bottom: 1.5vw;
}

.sidebar-nav {
/*
  overflow-y: scroll;
  height: 31vw;
  height: 22vw;
*/
}

.edit_profile .sidebar-nav ul li {
  text-transform: capitalize;
  font-size: 1vw;
  font-family: 'BarlowRegular';
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;	
	padding: 0.45vw 1vw;
	opacity: 0.65;
}

.edit_profile .sidebar-nav ul li.f-bscm {
  font-family: 'BarlowRegular';
	opacity: 1;
}

.edit_profile .sidebar-nav ul li a {
    display: inline-block;
	padding-bottom: 3px;
    width: 100%;
    border-bottom: 1px solid transparent;
  }
.edit_profile .sidebar-nav ul li.f-bscm a {
    border-bottom: 1px solid #231f20;
  }

.edit_profile .calendar-contain {
	box-shadow: none;
	font-family: 'BarlowLight';
	max-width: 100%;
	min-width: 100%;
}

.edit_profile .calendar-contain .calendar__week {
	width: 100%;
}
.edit_profile .calendar-contain .calendar__day {
	background: #231f20;
/*	align-items: center;*/
	justify-content: start;
	border: 1px solid #fff;
	display: block;
	padding: 10px;
	display: flex;
    flex-direction: column;
	width: 14%;
}
.edit_profile .calendar-contain .top-bar__days {
	display: flex;
    flex-direction: column;
	width: 14%;
}
.edit_profile .calendar-contain .calendar__day.inactive .calendar__date {
	color: #999;
}
.edit_profile .calendar-contain .calendar__day .calendar__date {
	color: #fff;
	margin: 0px auto 20px;
	font-size: 21px !important;
}
.edit_profile .calendar-contain .calendar__day .calendar__task:hover {
	text-decoration: underline;
}

.edit_profile .calendar-contain .calendar__day .calendar__task {
	color: #fff;
	font-size: 12px;
	margin-bottom: 5px;
}
.edit_profile .calendar-contain .calendar__day .calendar__task span {	
	font-size: 12px;
	color: #fff;
	border-radius: 2px;
	padding: 0px 5px 0px 10px;
    display: flex;
	position: relative;
}
.edit_profile .calendar-contain .calendar__day .calendar__task .exh::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: var(--see); 
	transform:translateY(-50%);
}
.edit_profile .calendar-contain .calendar__day .calendar__task .event::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: var(--event);
	transform:translateY(-50%);
}
.edit_profile .calendar-contain .calendar__day .calendar__task .ref::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: var(--reflect);
	transform:translateY(-50%);
}

.edit_profile .title-bar {
	padding: 1.5vw;
}

.edit_profile .title-bar__month .month-dropdown,
.edit_profile .title-bar__year .year-dropdown {
	font-family: 'BarlowLight';
	border-radius: 0;
	background: var(--white);
	border: 1px solid #333;
	padding: 6px 15px;
}


.search .icon_search_b:after {
    background: url(../images/icons/search_new_b.svg?v=@{c-v}) no-repeat;
	width: 21px;
	height: 21px;
}

.search .icon_box {
	width: 21px;
	height: 21px;
}

.other_links .stir_logo {
	margin-bottom: 10px;
}
.other_links h6 {
	margin-bottom: 0px;
}

.other_links .sub_btn {
 	border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 0.225vw 1.625vw 0.225vw 0.525vw;
  background: #fff;
  margin-top: 10px;
  font-size: 0.878vw;
  font-family: 'BarlowSemiCondensedLight';
  text-transform: uppercase;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.other_links .sub_btn:after {
content: '';
  position: absolute;
  right: 0.833vw;
  background-image: url(../images/stirfri/subscribe-arrow.svg);
  height: 100%;
  width: 0.7vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}



.pad_category_logo {
	margin-bottom: 1.5vw;
}

.pad_category_logo img {
	width: 136px;
}


.data_sec {
	padding-left: 0;
}


@media (max-width: 1440px) {
  .navbar-nav .nav-link {
    font-size: 14px;
  }
  .visit_links p, .visit_links p a {
    font-size: 14px !important;
  }
  .navbar .navbar-nav > li > ul {
    top: 21px;
  }
  .stir_logo .stirworld {
    width: 84px;
  }
  .stir_logo .stirpad {
    width: 70px;
  }
	.other_links img {
		width: 54px;
	}		
	
  .world_ftr {
	   width: 45%;
  }
  .sub_box {
   width: 50%;
  }
  .sub_box h4 a,
  .sub_box h4 span {
    font-size: 18px;
  }
  .footer_main .sub_links a, .footer_main .quick_links a, .bottom_hold p {
    font-size: 12px;
  }
}
@media (max-width: 1199.98px) {
	.menu_new {
		padding: 0;
	}
	.menu_new li {
		margin-inline: 0 1.5vw;
	}
	.menu_new li a {
		font-size: 1.5vw;
	}
	
	.swiggly_ani {
		width: 128px;
	}
	
	#main_header .logo_div .logo_stirworld {
		width: 80px;
	}
}
@media (max-width: 767.98px) {
  #main_header.is-sticky {
    position: sticky !important;
    background: var(--white) !important;
    padding: 0;
    height: 72px;
  }
  
     .stir_anim_div {
        height: auto;
    }
	
	.header_inside .col-6 {
		padding-inline: 15px;
	}
	
	#main_header .logo_div .logo_stirpad {
		top: -2px;
		width: 70px;
	}
  .sub_links {
    display: none !important;
  }
  
	.other_links img {
		width: auto;
	} 
	
  .sub_box {
    display: none;
  }
  .sub_box h4 a,
  .sub_box h4 span {
    font-size: 16px;
  }
  .footer_main .footer_hold {
    padding: 20px;
  }
  .stir_logo .stirworld {
    width: 80px !important;
  }
  .stir_logo .stirpad {
    width: 60px !important;
  }
  .bottom_hold {
    flex-direction: column-reverse;
    padding: 10px 20px;
  }
  .copyright_div {
    margin-top: 20px;
  }
  .copyright_div p {
    line-height: 1;
  }
  #main_header .logo_div .logo_stirworld {
    top: -5px;
  }
  .list_group li a {	  
	font-family: "bennet-banner", sans-serif;
    font-size: 13px;
  }
  .list_group span {
    font-family: 'BarlowCondensedLight';
    margin-inline: 6px;
    font-size: 13px;
  }
  .hum_line {
    height: 1px;
    width: 20px;
    margin: 6px 0;
  }
  .icon_menu {
    align-items: center;
  }
  .icon_menu li {
    font-size: initial !important;
  }
  .icon_menu li span {
    margin-inline: 10px;
    font-size: 21px;
  }
  .icon-search:before, .icon-profile:before {
    margin: 0;
  }
  .icon-menu, .close_menu {
    position: relative;
    display: block;
    width: 21px;
    height: 21px;
  }
  .icon-menu:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    margin: 0;
  }
  .open_menu:before {
    background-image: url("../images/icons/hum-burger.svg");
  }
  .btn_close:before {
    background-image: url("../images/icons/close.svg");
  }
  .visit_links {
    justify-content: flex-end;
  }
  .visit_links p, .visit_links p a {
    font-size: 12px !important;
  }
  #main_header .header_inside {
    padding-block: 0px;
  }
  .jquery-accordion-menu {
    box-shadow: none;
    border-top: 1px solid var(--head-bg);
  }
  .jquery-accordion-menu ul {
    width: 100%;
    padding: 0;
    list-style: none;
    position: relative;
    float: left;
  }
  .jquery-accordion-menu ul li {
    float: left;
  }
  .jquery-accordion-menu.main-menu {
    right: -100vw;
    z-index: 9999;
    position: fixed !important;
    width: 100%;
    background: var(--white);
    height: 100%;
    max-width: 100%;
  }
  .hamburger, .main-menu {
    padding-block: 10px !important;
    padding-inline: 4.464vw !important;
  }
  .menu_list {
    padding-block: 10px;
  }
  .menu_items {
    margin-bottom: 30px;
    border-left: 5px solid;
    padding-inline: 15px;
  }
  .menu_items.see_menu {
    border-color: var(--see);
  }
  .menu_items.think_menu {
    border-color: var(--think);
  }
  .menu_items.inspire_menu {
    border-color: var(--inspire);
  }
  .menu_items.reflect_menu {
    border-color: var(--reflect);
  }
  .menu_items.studio_menu {
    border-color: var(--studio);
  }
  .menu_items.gallery_menu {
    border-color: var(--gallery);
  }
  .menu_items.brand_menu {
    border-color: var(--brand);
  }
  .menu_items.event_menu {
    border-color: var(--event);
  }
  .menu_items ul li {
    margin-right: 24px;
  }
  .menu_items ul li a {
    font-size: 14px;
    display: block;
  }
  .menu_items h5 {
    font-size: 28px;
    font-family: 'BarlowSemiCondensedMedium';
    line-height: 1.1;
  }
  .other_menu {
    display: flex;
    flex-direction: column;
  }
  .other_menu li {
    margin: 0 0 10px 0 !important;
  }
  .other_menu li a {
    font-size: 18px;
    display: block;
    float: none !important;
  }
  .other_menu .sf_sub_ftr a::after {
    left: 60px !important;
    width: 14px !important;
    height: 21px !important;
    top: 4px !important;
  }
  .main-menu .accordian .navbar-nav li ul li a {
    font-size: 14px;
  }
  .accordian > .navbar-nav > li > a::before {
    top: 50%;
    height: 20px;
    transform: translateY(-50%);
    right: 40px;
  }
  .main-menu .accordian .navbar-nav li .la-angle-down, .main-menu .accordian .navbar-nav li .la-angle-up {
    font-size: 16px;
    top: 0px;
    right: 0px;
    padding: 12px;
  }
  .navbar .main-menu .accordian ul > li > ul > li {
    padding: 0;
  }
  .navbar .main-menu .accordian ul > li > ul > li > a {
    padding: 10px 0 5px !important;
  }
  .navbar-nav .nav-link {
    font-size: 14px;
    padding: 10px 0;
    margin: 0;
  }
  .main-menu .accordian > .navbar-nav > li > a {
    font-size: 14px;
    padding: 10px 0;
    margin-top: 0;
  }
  .main-menu .accordian > .navbar-nav > li.active > a {
    margin: 0;
    font-size: 14px;
    padding: 10px 0;
  }
  .main-menu .accordian > .navbar-nav > li > ul {
    padding: 0vw 0vw 0vw 10vw;
    display: none;
    position: relative;
    width: 100%;
  }
  .main-menu .accordian > .navbar-nav > li.active > ul li a {
    padding: 10px 0;
  }
  li.sub_menu_head {
    margin-top: 5px !important;
    padding: 8px 0 5px 5px !important;
  }
  .menu_ad {
    margin-top: 50px;
  }
	
  .wh_bg {
        background-color: var(--white) !important;
        top: 0;
    }	
	
	.head_popup .pop_container.searchpopup {
        background: none;
        height: 100%;
        width: 100% !important;
		top: 0;
		padding: 15px !important;
    }
	
	.searchpopup .searchbar {
        width: 100%;
        background: none;
		top: 0 !important;
    }
	.searchpopup .searchbar .sform input[type="search"] {
        height: 10vw;
		padding: 2.778vw 7.778vw 2.778vw 10.333vw;
        font-size: 3.972vw;
    background: #f3f3f3;
		color: #000;
    }
	
	.text_anim {
        color: #000;
        font-size: 3.972vw;
        height: 4.15vw;
        left: 10.65vw;
    }
	.custom_search.dark {
    padding: 3.333vw 0 0 0;
  }
	
	.custom_search .tags h4,
	.lastest_news h4 {
		font-size: 3.333vw;
		opacity: 0.6;
		margin: 1.667vw 0 2.222vw 0;
	}
	
	.icon_box.icon_back_b {
		position: absolute;
		background: url("../images/arrow-up-right-b.svg") no-repeat;
		transform: rotate(225deg);
		opacity: 1 !important;
		display: block !important;
	  }
	.icon_box, .icon_box::after {
		width: 5.556vw !important;
		height: 5.556vw;
		top: auto !important;
	}
	
	.icon_search_w {
		left: 2.222vw !important;
		opacity: 0.6;
	}
	
	.icon_search_w::after {
		background: url(../images/icons/search_new_b.svg?v=@{c-v}) no-repeat;
		opacity: 1;
	}
	
  .back_btn {
		height: 6.667vw;
		width: 6.667vw;
		margin-right: 3.333vw;
		align-items: center;
		display: block;
	}	
	.wh_bg .close_w {
		display: none;
	}

	.custom_search .suggestion p {
		font-size: 3.333vw;
		margin: 1.667vw 0 2.222vw 0;
		line-height: 4.722vw;
		color: #000 !important;
		opacity: 0.6;
	}
	.custom_search .recent_search .search_title h4 {
		font-size: 3.333vw;
		color: var(--black) !important;
	}
	.suggestion ul.article_tag_tab {
		display: inline-block;
		padding-top: 1.111vw;
	}	

	.suggestion ul.article_tag_tab li {
		margin-right: 2.222vw;
		margin-bottom: 2.222vw;
	}
	
	.custom_search.dark .suggestion ul li a {
		 color: #52a0e2;
		 padding-right: 2.222vw;
		 font-size: 3.897vw !important;
		 border-right: 1px solid rgba(0, 0, 0);
	}
	
	.custom_search.dark .recent_search .custom_search_list a {
		font-size: 3.972vw !important;
		line-height: normal;
		color: var(--black);
	}
	
	.recent_search {
		padding-bottom: 4.444vw;
	}
	
	.custom_search .recent_search .custom_search_list,
	.custom_search.dark .recent_search .custom_search_list {
		padding: 1.111vw 0;
	}


	.custom_search .recent_search .search_title,
	.custom_search.dark .recent_search .search_title {
		padding: 2.222vw 0;
	}
	
	.custom_search .search_divider {
		display: none !important;
	}
	.search_holder .cross_btn {
		background: url(../images/icons/close-icon-b.svg) no-repeat;
		right: 6px !important;
	}	
	
	.wh_bg .search_list .icon_box,
	.wh_bg .custom_search_list .icon_box {
		margin-right: 3.333vw;
	}
	
	
	.custom_search .cross-icon {
    	right: 0 !important;
		margin-right: 0 !important;
    }
	.history_icon::after {
	  background-image: url("../images/icons/history-icon-b.svg");
	}
	
	.cross-icon::after {
	  background-image: url("../images/icons/close-icon-b.svg");
	  right: 0;
	}
	ul#ui-id-1 {
		width: 100% !important;
		max-width: 100% !important;
		left: 0 !important;
		height: 100vh !important;
		max-height: 100vh !important;
		padding:3.661vw 4.167vw;
		overflow:hidden;
	}
	
	 #ui-id-1 .ui-autocomplete-category:first-child, #ui-id-2 .ui-autocomplete-category:first-child {
    padding: 1.389vw 0 !important;
  }
	
	 #ui-id-1 li, #ui-id-2 li {
    padding: 1.111vw 0 !important;
		 z-index: 9999999999;
  position: relative;
  }
	  #ui-id-1 li a, #ui-id-2 li a {
		font-size: 3.897vw;
		  color: var(--black);
	  }
	 #ui-id-1 .ui-autocomplete-category, #ui-id-2 .ui-autocomplete-category {
    font-size: 3.333vw;
    padding-top: 5.556vw !important;
    margin-top: 4.444vw;
  }
	
	
.similar_stir_search {
	font-size: 3.897vw;
	margin-right: 24px;
}
	
	
.edit_profile .sidebar-item {
	position: relative;
}

.profile_tabs .nav-item {
	font-size: 3.171vw;
}
	

.edit_profile .tab-content {
	margin-top: 2vw;
}
	
.edit_profile .btn, .edit_profile .btn {
	font-size: 3.171vw !important;
	margin: 0 0 0 10px !important;
}
	
.edit_profile .dataTables_wrapper {
	overflow-x: scroll;
}
.edit_profile .dataTables_filter, .edit_profile .dataTables_length {
	text-align: left !important;
}
	
	#profile_setting .article_thumb .thumb_inslide {
		height: 75vw;
	}	
	
	
	.calendar__days {
		overflow-x: scroll;
	}
	.edit_profile .calendar-contain .calendar__day,
	.edit_profile .calendar__days .top-bar__days
	{
		min-width: 50%;
	}
}