/*
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Divi child theme via Attractive UI
Author: Attractive UI
Author URI: https://attractiveui.com/
Template: Divi
Version: 1.0.0
*/
/* Add your own styles at the bottom */


/* -- Start Custom Style -- */

/*------------------------------------------------
---------------- Custom Style Start ---------------
------------------------------------------------*/

/**Custom CSS Starts**/
/****Common CSS****/
.container {
    width: 90%;
}
h1,
h2,
h3,
h4,
h5,
h6{
	padding-bottom: 0;
}
body {
    font-weight: 400;
}
.equalHeight:not(.et_section_specialty) .et_pb_column,
.et_section_specialty.equalHeight > .et_pb_row > .et_pb_column.et_pb_specialty_column {
    margin: auto;
}
.equalHeight .et_pb_column:first-child {
    margin-left: 0;
}
/*place button modules next to each other in the same column*/

.r_inline_btn .et_pb_button_module_wrapper {
    display: inline-block;
}
.r_inline_btn {
    text-align: center !important;
}

/**Common Button**/
body #page-container .cmn_btn{
	line-height: 1em !important;
}

/*Column reverse on mobile*/

@media all and (max-width: 980px) {
    .column-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .column-reverse .et_pb_column:first-child {
        margin-bottom: 0;
    }
    .column-reverse .et_pb_column:last-child {
        margin-bottom: 30px !important;
    }
}
@media (min-width: 981px) and (max-width: 1650px) {
    #page-container .cmn_txt h1,
	#page-container .cmn_txt h2{
        font-size: 40px !important;
    }
    #page-container .cmn_txt h3 {
        font-size: 32px;
    }
	#page-container .cmn_txt{
        font-size: 24px;
    }
    #page-container .cmn_section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    #page-container .cmn_section_top {
        padding-top: 80px;
    }
    #page-container .cmn_section_btm {
        padding-bottom: 80px;
    }
    #page-container .cmn_row_btm {
        padding-bottom: 80px !important;
    }
}
@media (min-width: 981px) and (max-width: 1250px){
	#page-container .cmn_txt h1,
	#page-container .cmn_txt h2{
        font-size: 36px !important;
    }
	#page-container .cmn_txt{
        font-size: 22px;
    }
}
@media (min-width: 981px) {
    .justify_cnt_row {
        justify-content: center !important;
        display: flex;
    }
}
/*****Common CSS End****/

/**Menu styling**/
body #page-container .main_menu{
    backdrop-filter: blur(44px);
}
body #page-container .main_menu nav ul{
    display: flex;
}
body #page-container .main_menu .et_pb_menu__menu,
body #page-container .main_menu nav,
body #page-container .main_menu nav ul{
    width: 100%;
}
body #page-container .main_menu nav ul li{
    flex: 1;
    justify-content: center;
    margin-top: 0;
    padding-top: 10.1px;
}
body #page-container .main_menu nav ul li a{
    padding-bottom: 10.1px;
    position: relative;
    opacity: 1;
	line-height: 1em;
}
body #page-container .main_menu nav ul li:before,
body #page-container .main_menu nav ul li a:before{
    content: '';
    height: 100%;
    width: 1px;
    background: #FFFFFF;
    position: absolute;
    right: 0;
    transform: translate(50%, -50%);
    top: 50%;
}
body #page-container .main_menu nav ul li:last-child:before{
    display: none;
}
body #page-container .main_menu nav ul li a:before{
    width: 0;
    height: 1px;
    top: 100%;
    right: 50%;
    transition: all .3s ease;
}
body #page-container .main_menu nav ul li a:hover:before,
body:not(.home) #page-container .main_menu nav ul li.current-menu-item a:before,
body #page-container .main_menu nav ul li a.mPS2id-highlight:before{
    width: 100%;
}
@media (max-width: 1650px){
	body #page-container .main_menu nav ul li a{
		padding-bottom: 6px;
	}
	body #page-container .main_menu nav ul li{
		padding-top: 6px;
	}
}
@media (min-width: 981px) and (max-width: 1650px){
	body #page-container .main_menu nav ul li a{
		font-size: 26px;
	}
}
@media (min-width: 981px) and (max-width: 1250px){
	body #page-container .main_menu nav ul li a{
		font-size: 24px;
	}
}
@media (max-width: 980px){
	body #page-container .mobile_hero .et_pb_row{
		display: flex;
		align-items: center;
	}
	body #page-container .main_menu nav ul{
		margin: 0;
	}
	.mobile_hero .et_pb_menu__menu {
		display: block !important;
	}
	.mobile_hero .et_mobile_nav_menu {
		display: none !important;
	}
	.mobile_hero .et_pb_menu__wrap {
		justify-content: center !important;
	}
}
@media (max-width: 550px){
	body #page-container .main_menu nav ul li a{
		font-size: 15px;
	}
}
/**Footer Styling**/
body #page-container .ftr_man_row{
    display: flex;
}
body #page-container .ftr_man_row .et_pb_column{
    width: calc(50% - 124px) !important;
}
body #page-container .ftr_man_row .et_pb_column:nth-child(2){
    width: 208px !important;
    margin: 0 20px;
}
body #page-container .ftr_social .et_pb_social_icon .icon{
    padding: 4px;
    justify-content: center;
    display: flex;
    align-items: center;
}
body #page-container .ftr_social .et_pb_social_icon .icon:before{
    height: unset;
    width: unset;
    font-size: 20px;
    line-height: 1em;
}
/**Upcoming Tours**/
body #page-container .tour_ticket_layout article{
    display: grid;
    grid-template-columns: 65% auto;
    align-items: center;
	padding: 16px 0;
}
body #page-container .tour_ticket_layout .dp-dfg-items{
	grid-row-gap: 0;
}
body #page-container .tour_ticket_layout article > *{
    grid-column: auto;
    padding: 0;
}
body #page-container .tour_ticket_layout article .dp-dfg-custom-content > *{
    padding-bottom: 0 !important;
    height: fit-content;
}
body #page-container .tour_ticket_layout article .dp-dfg-cf-date,
body #page-container .tour_ticket_layout article .dp-dfg-cf-date > *{
    font-size: 56px !important;
    letter-spacing: -1.2px;
    font-weight: 700;
	font-family: 'Proxima Nova-bold',Helvetica,Arial,Lucida,sans-serif !important;
	line-height: 1.5em;
}
body #page-container .tour_ticket_layout article:first-child:before{
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    background: #717171;
    transform: translateY(-50%);
}
body #page-container .tour_ticket_layout article .dp-dfg-cf-day .dp-dfg-custom-field-value{
	color: #888888;
}
body #page-container .tour_ticket_layout article .dp-dfg-custom-content {
	display: grid;
/* 	grid-template-columns: repeat(4, 1fr); */
	grid-template-columns: 12% 18% 35% 35%;
/* 	grid-auto-rows: 1fr; */
	align-items: center;
	column-gap: 20px;
}
body #page-container .tour_ticket_layout article .dp-dfg-custom-content > *:nth-child(1) {
	grid-column: 1;
	grid-row: 1 / span 2;
}
body #page-container .tour_ticket_layout article .dp-dfg-custom-content > *:nth-child(2) {
	grid-column: 2;
	grid-row: 1;
    align-self: end;
}
body #page-container .tour_ticket_layout article .dp-dfg-custom-content > *:nth-child(3) {
	grid-column: 2;
	grid-row: 2;
	align-self: start;
}
body #page-container .tour_ticket_layout article .dp-dfg-custom-content > *:nth-child(4) {
	grid-column: 3;
	grid-row: 1 / span 2;
}
body #page-container .tour_ticket_layout article .dp-dfg-custom-content > *:nth-child(5) {
	grid-column: 4;
	grid-row: 1 / span 2;
}
body #page-container .tour_ticket_layout article .et_pb_button_wrapper{
	align-items: center;
	display: flex;
	justify-content: end;
}
body #page-container .tour_ticket_layout .et_pb_button_wrapper .et_pb_button,
body #page-container .tour_ticket_layout .dp-dfg-container .dp-dfg-pagination .et_pb_button_wrapper .et_pb_button,
body #page-container .news_fix .dp-dfg-container .dp-dfg-pagination .et_pb_button_wrapper .et_pb_button{
	padding: 17px 32px 15px 32px !important;
	line-height: 1em !important;
}
body #page-container .tour_ticket_layout article .dp-dfg-cf-location .dp-dfg-custom-field-value:before {
    content: '';
    height: 18px;
    width: 18px;
    display: inline-block;
    background: url('/wp-content/uploads/2025/05/Location-icon.svg');
    margin-right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
@media (min-width: 981px) and (max-width: 1650px){
	body #page-container .tour_ticket_layout article .dp-dfg-cf-tours_title .dp-dfg-custom-field-value,
	body #page-container .tour_ticket_layout article .dp-dfg-cf-location .dp-dfg-custom-field-value{
		font-size: 20px !important;
	}
	body #page-container .tour_ticket_layout article .dp-dfg-cf-date,
	body #page-container .tour_ticket_layout article .dp-dfg-cf-date > *{
		font-size: 50px !important;
	}
}
@media (min-width: 981px) and (max-width: 1250px){
	body #page-container .tour_ticket_layout article .dp-dfg-cf-date,
	body #page-container .tour_ticket_layout article .dp-dfg-cf-date > *{
		font-size: 48px !important;
	}
	body #page-container .tour_ticket_layout article .dp-dfg-cf-tours_title .dp-dfg-custom-field-value,
	body #page-container .tour_ticket_layout article .dp-dfg-cf-location .dp-dfg-custom-field-value{
		font-size: 18px !important;
	}
	body #page-container .tour_ticket_layout article{
		grid-template-columns: 70% auto;
	}
}
@media (max-width: 980px){
	body #page-container .tour_ticket_layout article .dp-dfg-cf-date,
	body #page-container .tour_ticket_layout article .dp-dfg-cf-date > *{
		font-size: 45px !important;
	}
	body #page-container .tour_ticket_layout article{
		padding: 10px;
	}
	body #page-container .tour_ticket_layout article .dp-dfg-custom-content {
		grid-template-columns: 20% 30% 50%;
	}
	body #page-container .tour_ticket_layout article .dp-dfg-custom-content > *:nth-child(4) {
		grid-row: 1;
	}
	body #page-container .tour_ticket_layout article .dp-dfg-custom-content > *:nth-child(5) {
		grid-column: 3;
		grid-row: 2;
	}
	body #page-container .tour_ticket_layout article .dp-dfg-cf-location .dp-dfg-custom-field-value{
		color: #888888;
	}
	body #page-container .tour_ticket_layout article .dp-dfg-cf-location .dp-dfg-custom-field-value:before{
		background: url('/wp-content/uploads/2025/05/Location-icon-mobile.svg');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	body #page-container .tour_ticket_layout .et_pb_button_wrapper .et_pb_button,
	body #page-container .tour_ticket_layout .dp-dfg-container .dp-dfg-pagination .et_pb_button_wrapper .et_pb_button,
	body #page-container .news_fix .dp-dfg-container .dp-dfg-pagination .et_pb_button_wrapper .et_pb_button{
		padding: 13px 25px 11px 25px !important;
	}
}
@media (max-width: 767px){
	body #page-container .tour_ticket_layout article .dp-dfg-cf-date,
	body #page-container .tour_ticket_layout article .dp-dfg-cf-date > *{
		font-size: 42px !important;
	}
	body #page-container .tour_ticket_layout article .et_pb_button_wrapper{
		grid-row: 1;
		grid-column: 2;
	}
	body #page-container .tour_ticket_layout article .dp-dfg-custom-content{
		grid-row: 1;
		grid-column: 1;
	}
	body #page-container #et-boc .tour_ticket_layout article .et_pb_button_wrapper .et_pb_button::after{
		content: '';
		display: block !important;
		background: url('/wp-content/uploads/2025/05/news-arrow.png');
		height: 17px;
		width: 17px;
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		margin-left: 0;
	}
	body #page-container #et-boc .tour_ticket_layout article .et_pb_button_wrapper .et_pb_button{
		font-size: 0 !important;
		height: 37px;
		width: 37px !important;
		padding: 0 !important;
	}
}
@media (max-width: 600px){
	body #page-container .tour_ticket_layout article{
		grid-template-columns: 80% auto;
	}
	body #page-container .tour_ticket_layout article .dp-dfg-custom-content {
		grid-template-columns: 15% 22% 63%;
		column-gap: 10px;
	}
}
body #page-container .tour_ticket_layout article .dp-dfg-cf-month .dp-dfg-custom-field-value,
body #page-container .tour_ticket_layout article .dp-dfg-cf-day .dp-dfg-custom-field-value{
    font-size: 16px !important;
	text-transform: uppercase;
}
@media (max-width: 439px){
	body #page-container .tour_ticket_layout article .dp-dfg-cf-date,
	body #page-container .tour_ticket_layout article .dp-dfg-cf-date > *{
		font-size: 35px !important;
	}
	body #page-container .tour_ticket_layout article .dp-dfg-cf-month .dp-dfg-custom-field-value,
	body #page-container .tour_ticket_layout article .dp-dfg-cf-day .dp-dfg-custom-field-value,
	body #page-container .tour_ticket_layout article .dp-dfg-cf-tours_title .dp-dfg-custom-field-value,
	body #page-container .tour_ticket_layout article .dp-dfg-cf-location .dp-dfg-custom-field-value{
		font-size: 11px !important;
	}
	body #page-container .tour_ticket_layout article{
		grid-template-columns: 84% auto;
	}
	body #page-container .tour_ticket_layout article .dp-dfg-custom-content {
		grid-template-columns: 16% 22% 62%;
	}
	body #page-container #et-boc .tour_ticket_layout article .et_pb_button_wrapper .et_pb_button::after{
		height: 10px;
		width: 10px;
	}
	body #page-container #et-boc .tour_ticket_layout article .et_pb_button_wrapper .et_pb_button{
		height: 25px;
		width: 25px !important;
	}
}
@media (max-width: 380px){
	body #page-container .tour_ticket_layout article .dp-dfg-cf-date,
	body #page-container .tour_ticket_layout article .dp-dfg-cf-date > *{
		font-size: 30px !important;
	}
	body #page-container .tour_ticket_layout article .dp-dfg-cf-month .dp-dfg-custom-field-value,
	body #page-container .tour_ticket_layout article .dp-dfg-cf-day .dp-dfg-custom-field-value,
	body #page-container .tour_ticket_layout article .dp-dfg-cf-tours_title .dp-dfg-custom-field-value,
	body #page-container .tour_ticket_layout article .dp-dfg-cf-location .dp-dfg-custom-field-value{
		font-size: 10px !important;
	}
	body #page-container .tour_ticket_layout article .dp-dfg-custom-content {
		grid-template-columns: 16% 24% 60%;
	}
}
@media (max-width: 350px){
	body #page-container .tour_ticket_layout article .dp-dfg-cf-date,
	body #page-container .tour_ticket_layout article .dp-dfg-cf-date > *{
		font-size: 28px !important;
	}
}
/**Music styling**/
body #page-container .music_layout .et_pb_column{
    display: grid;
	grid-template-columns: repeat(3, 1fr) 35%;
	grid-template-rows: 1fr;
	column-gap: 2%;
	row-gap: 15px;
}
body #page-container .music_layout .et_pb_column > *{
	margin-bottom: 0;
}
body #page-container .music_layout .et_pb_column > *:nth-child(1){
    grid-column: 1;
    grid-row: 1;
}
body #page-container .music_layout .et_pb_column > *:nth-child(2){
    grid-column: 2;
    grid-row: 1;
}
body #page-container .music_layout .et_pb_column > *:nth-child(3){
    grid-column: 3;
    grid-row: 1;
}
body #page-container .music_layout .et_pb_column > *:nth-child(4){
    grid-column: 4;
    grid-row: 1 / span 2;
}
body #page-container .music_layout .et_pb_column > *:nth-child(5){
    grid-column: 1;
    grid-row: 2;
}
body #page-container .music_layout .et_pb_column > *:nth-child(6){
    grid-column: 2;
    grid-row: 2;
}
body #page-container .music_layout .et_pb_column > *:nth-child(7){
    grid-column: 3;
    grid-row: 2;
}
@media (max-width: 1600px){
	body #page-container .music_layout .et_pb_column{
		grid-template-columns: 20.5% 20.5% 20.5% 32.5%;
	}
}
@media (max-width: 767px){
    body #page-container .music_layout .et_pb_column{
        grid-template-columns: repeat(3, 1fr);
        gap: 12px !important;
    }
    body #page-container .music_layout .et_pb_column > *:nth-child(1){
        order: 2;
        grid-column: 1;
        grid-row: 2;
    }
    body #page-container .music_layout .et_pb_column > *:nth-child(2){
        order: 3;
        grid-column: 2;
        grid-row: 2;
    }
    body #page-container .music_layout .et_pb_column > *:nth-child(3){
        order: 4;
        grid-column: 3;
        grid-row: 2;
    }
    body #page-container .music_layout .et_pb_column > *:nth-child(4){
        order: 1;
        grid-column: 1 / -1;
        grid-row: 1;
        width: 100%;
    }
    body #page-container .music_layout .et_pb_column > *:nth-child(5){
        order: 5;
        grid-column: 1;
        grid-row: 3;
    }
    body #page-container .music_layout .et_pb_column > *:nth-child(6){
        order: 6;
        grid-column: 2;
        grid-row: 3;
    }
    body #page-container .music_layout .et_pb_column > *:nth-child(7){
        order: 7;
        grid-column: 3;
        grid-row: 3;
    }
    body #page-container .music_layout .et_pb_column > *:nth-child(4) img,
    body #page-container .music_layout .et_pb_column > *:nth-child(4) .et_pb_image_wrap {
        width: 100%;
    }
}
@media (max-width: 500px){
	body #page-container .music_layout .et_pb_column{
		gap: 7px !important;
	}
}

/**Tahmina CSS**/
/* ================ Start News page css =================== */

.news_fix .dp-dfg-header{
  padding-top: 25px;
  padding-left: 7px;
  padding-right: 32px;
}
.news_fix .dp-dfg-content{
  padding-left: 7px;
  padding-right: 10px;
}
.news_fix .dp-dfg-layout-grid .dp-dfg-item {
  padding-bottom: 25px;
}
.news_fix .dp-dfg-pagination {
    margin-top: 10px;
  }
.news_fix .dp-dfg-header h3{
	font-weight:400;
}
.news_fix .dp-dfg-header{
	position:relative;
}
.news_fix .dp-dfg-header:before{
  content: "";
  display: block;
  position: absolute;
  height: 21px;
  width: 21px;
  top: 30px;
  right: 8px;
  background-image: url(/wp-content/uploads/2025/05/news-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}
body #page-container .news_fix article:hover{
    transform: scale(1.02);
}
body #page-container .news_fix article{
    transition: all .3s ease;
}
body .single_post_fix .et_pb_title_meta_container .author {
    margin-right: 12px !important;
}
body .single_post_fix .et_pb_title_meta_container .published {
    margin-left: 12px !important;
}
@media only screen and (min-width: 981px) and (max-width: 1650px){
	#page-container .news_fix .dp-dfg-header h3 {
		font-size: 28px !important;
	}
	#page-container	.news_fix .dp-dfg-content{
		font-size: 16px !important;
	}
	.news_fix .dp-dfg-header::before {
		height: 18px;
		width: 18px;
		top: 31px;
	}
}
@media only screen and (max-width: 980px){
.news_fix .dp-dfg-header::before {
  height: 16px;
  width: 16px;
  top: 31px;
}
.news_fix .dp-dfg-header{
  padding-right: 28px;
}
.news_fix .dp-dfg-content{
  padding-right: 28px;
}
.news_fix .dp-dfg-layout-grid .dp-dfg-item {
  padding-bottom: 10px;
}
}
@media only screen and (max-width: 767px){
  .news_fix .dp-dfg-header::before {
    top: 28px;
  }	
}
@media only screen and (max-width: 479px){
.news_fix .dp-dfg-pagination {
  margin-top: 0px;
}	
}

/* ================ End News page css =================== */
/* ================ Start News signle page css =================== */

.single_post_fix .entry-title {
  padding-top: 20px;
}
.sidebar_post_fix .dp-dfg-item > div:last-of-type {
  padding-bottom: 0;
}
.sidebar_post_fix .dp-dfg-layout-list .dp-dfg-image{
	margin: 0 0 -1em -2em;
}
.sidebar_post_fix .dp-dfg-header {
  padding-bottom: 10px;
}
.sidebar_post_fix .dp-dfg-meta{
	padding-top: 0px;
	padding-bottom: 10px;
}
.sidebar_post_fix .dp-dfg-content {
  padding-top: 5px !important;
}
.right_border:before{
	content:"";
	position:absolute;
	display:block;
	width:1px;
	height:100%;
	top:0;
	right:-28px;
	background-color:rgba(255,255,255,0.3);
}
.sidebar_post_fix .dp-dfg-image {
  width: 100%;
  max-width: 157px;
}
.justify_cnt_row .dp-dfg-item {
  display: flex;
/*   justify-content: center; */
  align-content: center;
  align-items: center;
}
.sidebar_content_wrapper {
  display: flex;
  flex-direction: column;
}
.sidebar_content_wrapper .dp-dfg-meta {
  order: -1;
}
@media (min-width: 981px) {
#page-container	#et-boc .single_post_row .right_border{
		width: 56% !important;
	    margin-right: 2%;
	}
#page-container	#et-boc .single_post_row .et_pb_column:nth-child(2){
		width: 42% !important;
	}
}
/* ================ End News signle page css =================== */

/* ================ Start Icon Section ================ */

body #page-container .icon_row .et-social-spotify a.icon::before,
body #page-container .icon_row .et-social-tumblr a.icon::before,
body #page-container .icon_row .et-social-youtube a.icon::before,
body #page-container .icon_row .et-social-bandcamp a.icon::before,
body #page-container .icon_row .et-social-amazon a.icon::before,
body #page-container .icon_row .et-social-bitbucket a.icon::before{
	content: "";
	display: block;
	position: absolute;
	background: url(/wp-content/uploads/2025/05/Spotify.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

body #page-container .icon_row .et-social-tumblr a.icon::before {
	background: url(/wp-content/uploads/2025/05/Music.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

body #page-container .icon_row .et-social-youtube a.icon::before {
	background: url(/wp-content/uploads/2025/05/youtube.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

body #page-container .icon_row .et-social-bandcamp a.icon::before {
	background: url(/wp-content/uploads/2025/05/Pandora.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
body #page-container .icon_row .et-social-amazon a.icon::before {
	background: url(/wp-content/uploads/2025/05/amazone-up.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
body #page-container .icon_row .et-social-bitbucket a.icon::before {
/* 	background: url(/wp-content/uploads/2025/05/Google-Play-Music.png); */
	background: url(/wp-content/uploads/2025/05/Tidal-icon-white.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
body #page-container .icon_row .et-social-buffer a.icon::before {
	content: '';
	background: url(/wp-content/uploads/2025/05/music-station.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

body #page-container .icon_row .et_pb_social_media_follow_0_tb_footer li a.icon::before {
	line-height: 1em;
}
body #page-container .stream_socl > .et_pb_social_icon .icon:hover{
    transform: scale(1.1);
}
body #page-container .stream_socl > .et_pb_social_icon .icon{
    transition: all .3s ease;
}
.icon_row .et_pb_social_media_follow li a {
	margin-right: 30px;
}

@media (max-width: 980px){
	.icon_row .et_pb_social_media_follow li a {
		margin-right: 20px;
	}
}
@media (max-width: 767px){
	.icon_row .et_pb_social_media_follow li a {
		margin-right: 12px;
	}
}
.icon_row .et_pb_social_media_follow li:last-child a{
	margin-right: 0;
}
/* ================ End Icon Section ================ */
/**Share icon**/
body #page-container .social_share .sfsi_shortcode_container{
    float: unset;
    min-height: unset;
}
body #page-container .social_share .sfsi_shortcode_container .norm_row .sfsi_wicons{
    margin-bottom: 0 !important;
    padding-top: 0;
	margin-left: 16px !important;
}
body #page-container .social_share .sfsi_shortcode_container .norm_row .sfsi_wicons:not(:last-child){
    margin-left: 0 !important;
}
body #page-container .social_share .sfsi_shortcode_container .sficn{
    background: #292929 !important;
}
body #page-container .social_share .sfsi_shortcode_container .sficn:hover{
    transform: scale(1.1);
}
/**Single post fix**/
body #page-container .singl_post h2,
body #page-container .singl_post h3,
body #page-container .about_txt h2,
body #page-container .about_txt h3{
    margin-bottom: 20px;
}
body #page-container .home_spotify_code .et_pb_code_inner {
    height: 100%;
}
/**Accordion**/
body .cmn_accord .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
	display: block;
	content: "\e04f";
	font-family: ETmodules !important;
}
@media (min-width: 981px) and (max-width: 1650px){
	body .cmn_accord .et_pb_toggle_title {
		font-size: 28px !important;
	}
	body .cmn_accord .et_pb_toggle_content {
		font-size: 24px !important;
	}
}