/*
Theme Name: Evolution Dance Theatre
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.5.0.1656317324
Updated: 2022-06-27 08:08:44

*/

/* Header Css */
#top_menu ul li:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-0%,-50%);
    background-repeat: no-repeat;
}
#top_menu ul li.calling:before {
    background-image: url(/wp-content/uploads/2022/06/calling-icon.png);
}
#top_menu ul li.email:before {
    background-image: url(/wp-content/uploads/2022/06/email-icon.png);
}

/* Footer Css */
#useful_links_menu ul {
    display: flex;
    flex-wrap: wrap;
	max-width: 320px;
}
#useful_links_menu ul li {
    width: 50%;
}

/* Home Page Css*/
section#top_banner_video_section #custom_position {
    position: absolute;
    left: 0px;
    bottom: 18%;
}
section#top_banner_video_section #custom_position .elementor-widget-container {
    padding-left: 12%;
}
section#top_banner_video_section #custom_position a.elementor-button-link span.elementor-button-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
section#top_banner_video_section #custom_position a.elementor-button-link span.elementor-button-icon i.fas.fa-play {
    font-size: 12px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #010101;
    border-radius: 50px;
    opacity: 0.85;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;    
}
section#top_banner_video_section #custom_position a.elementor-button-link span.elementor-button-content-wrapper {
    align-items: center;
}
section#top_banner_video_section #custom_position a.elementor-button-link span.elementor-button-icon:hover i.fas.fa-play {
    width: 48px;
    height: 48px;
}
section#top_banner_video_section #custom_position a.elementor-button-link span.elementor-button-icon:before {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    background-color: #ffffff;
    border-radius: 50px;
    opacity: 0.3;
}
#image_hover_effect .elementor-image-box-wrapper {
    position: relative;
}
#image_hover_effect .elementor-image-box-wrapper .elementor-image-box-content {
    position: absolute;
    top: 0px;
	padding-top: 40px;
    left: 0px;
	padding-left: 30px;
}
#image_hover_effect .elementor-image-box-wrapper img.attachment-full {
    object-fit: cover;
    height: 240px;
}
#image_hover_effect .elementor-image-box-wrapper .elementor-image-box-content p.elementor-image-box-description {
    max-width: 222px;
	opacity: 0;
	-webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}
#image_hover_effect .elementor-image-box-wrapper:hover .elementor-image-box-content p.elementor-image-box-description {
    opacity: 1;
}
#image_hover_effect {
    width: 420px;
    height: 240px;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}
/*#image_hover_effect:hover {
    width: 520px;
    height: 320px;
}*/
#image_hover_effect .elementor-image-box-wrapper:hover {
    transform: scale(1.1);
    transition: 2s ease;
}
#image_hover_effect .elementor-image-box-wrapper{
	transition: 2s ease;
}
#custom_p_span_tag p.elementor-heading-title span {
    color: #F2A908;
    font-family: "Cambon-Italic", Sans-serif;
    font-weight: 500;
    font-style: italic;
    display: block;
}
section#dance_theatre_slider .slider-wrapper {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
section#dance_theatre_slider .slider-wrapper .slider-thumb {
    width: 13%;
	height: 100%;
}
section#dance_theatre_slider .slider-wrapper .slider-preview {
    width: 82%;
    margin-left: 5%;
}
section#dance_theatre_slider .slider-wrapper .slider-thumb button.slick-arrow {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 9;
	background-color: transparent;
    border: 0;
	outline: none;
}
section#dance_theatre_slider .slider-wrapper .slider-thumb button.slick-prev.slick-arrow {
    top: 2%;
    left: 50%;
}
section#dance_theatre_slider .slider-wrapper .slider-thumb button.slick-next.slick-arrow {
    left: 50%;
    bottom: -3%;
}
section#dance_theatre_slider .slider-wrapper .slider-thumb button.slick-arrow i.fa {
    font-size: 21px;
}
section#dance_theatre_slider .slider-wrapper .slider-thumb .type-image {
    margin-bottom: 20px;
	position: relative;
}
section#dance_theatre_slider .slider-wrapper .slider-thumb .type-image .inner_img img {
    width: 100%;
	height: 116px;
    border-radius: 400px;
}
section#dance_theatre_slider .slider-wrapper .slider-thumb .type-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 34, 51, 0.5);
}
section#dance_theatre_slider .slider-wrapper .slider-thumb .type-image.slick-current:before {
    background-color: transparent;
    border: 4px solid #0088CC;
    border-radius: 80px;
}
section#dance_theatre_slider .slider-wrapper .slider-preview .type-image .inner_img img {
    border-radius: 400px;
	width: 100%;
}
section#dance_theatre_slider .slider-wrapper .slider-preview .type-image .inner_img {
    margin-bottom: 28px;
}
section#dance_theatre_slider .slider-wrapper .slider-preview .type-image .inner_content p {
    color: #FFFFFF;
    font-family: "Cambon-Regular", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    line-height: 36px;
    margin: 0px;
	max-width: 700px;
	border-left: 4px solid #0088CC;
    padding-left: 20px;
}
.our_gallery_images .elementor-gallery__titles-container.e--pointer-none {
    opacity: 0;
    display: none;
}
section#masonary_galley_section .our_gallery_images .elementor-gallery__container {
    width: 2500px;
}
section#masonary_galley_section .our_gallery_images .elementor-widget-container {
    overflow: hidden;
}
#masonary_grid_width {
    overflow: hidden;
}
#masonary_grid_width .elementor-widget-container {
    width: 5280px;
    position: relative;
    left: -500px;
    overflow: hidden;
}
.logo_slider-wrapper .logo_slider-thumb .slick-track .logo-image .inner_section_logo {
    text-align: center;
    margin: 0px 20px;
    cursor: pointer;
    bottom: 0;
    position: absolute;
    width: 90%;
}
.logo_slider-wrapper .logo_slider-thumb .slick-track .logo-image .inner_section_logo .inner_img {
    margin: 0 auto;
    background-color: #FFFFFF;
    padding: 14px 0px;
    margin-bottom: 20px;
    height: 100px;
    display: flex;
    align-items: center;
	transition: 1s ease;
}
.logo_slider-wrapper .logo_slider-thumb .slick-track .logo-image.slick-slide.slick-current.slick-active .inner_img {
    height: 405px;
}
.logo_slider-wrapper .logo_slider-thumb .slick-track .logo-image .inner_section_logo .inner_img img {
    margin: 0 auto;
}
.logo_slider-wrapper .logo_slider-thumb .slick-track .logo-image .inner_section_logo .inner_name p {
    font-family: "Metropolis", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 0px;
    color: #001B26;
}
.logo_slider-wrapper .logo_slider-preview .inner_section {
    max-width: 853px;
    margin: 0 auto;
	margin-top: 25px;
    margin-right: 335px;
	position: relative;
}
.logo_slider-wrapper .logo_slider-preview .inner_section h3 {
    color: #002233;
    font-family: "Cambon-Regular", Sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 47.16px;
    margin: 0px;
    margin-bottom: 25px;
}
.logo_slider-wrapper .logo_slider-preview .inner_section p {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000000;
    margin: 0px;
}
.logo_slider-wrapper .logo_slider-preview .inner_section p span {
    color: #737B80;
}
.logo_slider-wrapper .logo_slider-preview .inner_section:before {
    content: '';
    position: absolute;
    left: -30px;
    top: -25px;
    width: 91px;
    height: 70px;
    background-image: url(/wp-content/uploads/2022/06/review-icon.png);
    z-index: 99999;
}
#footer_bottom_logo_review_section .remove_btm_mrg {
    margin: 0px;
}
.logo_slider-wrapper .logo_slider-thumb {
    position: relative;
    top: -220px;
}
.logo_slider-wrapper .logo_slider-thumb .slick-track .logo-image {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    min-height: 455px;
    position: relative;
}
#dance_gallery_sidebar_section ul.menu {
    padding: 0px;
    list-style: none;
}
#dance_gallery_sidebar_section ul.menu li {
    margin-bottom: 28px;
}
#dance_gallery_sidebar_section ul.menu li a img.menu-image {
    padding-right: 0px;
	filter: grayscale(100%);
}
#dance_gallery_sidebar_section ul.menu li:hover img.menu-image {
    filter: grayscale(0%);
}
#dance_gallery_sidebar_section ul.menu li a span.menu-image-title {
    font-family: "Cambon-Regular", Sans-serif;
    font-size: 16px;
    color: #002233;
    line-height: 23.58px;
	opacity: 0.8;
}
#dance_gallery_sidebar_section ul.menu li:hover a span.menu-image-title {
	opacity: 1;
}
#dance_gallery_sidebar_section ul.menu li ul.sub-menu li a span.menu-image-title {
    opacity: 0.8;
}
#dance_gallery_sidebar_section ul.menu li ul.sub-menu li:hover a span.menu-image-title {
    opacity: 1;
}
#dance_gallery_sidebar_section ul.menu li.current-menu-item a span.menu-image-title {
    opacity: 1;
}
#dance_gallery_sidebar_section ul.menu li ul.sub-menu {
    list-style: none;
    margin-top: 22px;
    border-left: 2px solid #F2A908;
    padding-left: 18px;
}
#dance_gallery_sidebar_section ul.menu li ul.sub-menu li {
    margin-bottom: 16px;
}
#dance_gallery_sidebar_section ul.menu li ul.sub-menu li a img.menu-image {
    filter: grayscale(100%);
}
#dance_gallery_sidebar_section ul.menu li ul.sub-menu li:hover a img.menu-image {
    filter: grayscale(0%);
}
#dance_gallery_sidebar_section ul.menu li.current-menu-item a img.menu-image {
    filter: grayscale(0%);
}
#dance_gallery_sidebar_section ul.menu li ul.sub-menu li.current-menu-item a img.menu-image {
    filter: grayscale(0%);
}
#dance_gallery_sidebar_section ul.menu li ul.sub-menu li.current-menu-item a span.menu-image-title {
    opacity: 1;
}
#donate_first_section .remove_btm_mrg {
    margin: 0px;
}
#donate_first_section p strong {
    font-weight: 700;
    color: #0C435F;
}
#donate_form_section .gform_wrapper.gravity-theme label {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    margin-bottom: 8px;
	padding: 0px;
}
#donate_form_section .gform_wrapper.gravity-theme .gfield_radio label {
    margin: 0px;
}
#donate_form_section .gform_wrapper.gravity-theme input[type='text'], #donate_form_section .gform_wrapper.gravity-theme input[type='email'] {
    background-color: #F5F5F5;
    height: 50px;
    border-radius: 0;
    border: 0;
    padding: 0px 25px;
}
#donate_form_section .gform_wrapper.gravity-theme select {
    background-color: #F5F5F5;
    height: 50px;
    border-radius: 0;
    border: 0;
}
#donate_form_section .gform_wrapper.gravity-theme .gform_heading {
    opacity: 0;
    display: none;
}
#donate_form_section .gform_wrapper.gravity-theme .gform_card_icon_container {
    opacity: 0;
    display: none;
}
#donate_form_section .gform_wrapper.gravity-theme fieldset.donate_checkbox legend.gfield_label {
    opacity: 0;
    display: none;
}
#donate_form_section .gform_wrapper.gravity-theme legend {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    margin-bottom: 8px;
    padding: 0px;
    float: none;
    display: block;
    width: 100%;
}
#donate_form_section .gform_wrapper.gravity-theme .donate_help {
    font-family: "Inter", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    color: #0088CC;
    padding: 10px;
    padding-left: 40px;
    background-color: rgba(0, 136, 204, 0.1);
    border-radius: 4px;
    position: relative;
}
#donate_form_section .gform_wrapper.gravity-theme .donate_help:before {
    content: '';
    background-image: url('/wp-content/uploads/2022/06/donate_info_icon.png');
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
}
#donate_form_section .gform_wrapper.gravity-theme fieldset.donate_checkbox .gfield_checkbox label {
    margin: 0px;
}
#donate_form_section .gform_wrapper.gravity-theme fieldset.donate_checkbox .gfield_checkbox input {
    width: 22px;
    height: 22px;
    background-color: rgba(245, 245, 245, 0.4);
    border: 1px solid #E0E1EA;
    margin-right: 8px;
}
#donate_form_section .gform_wrapper.gravity-theme .gform_footer {
    position: relative;
    padding: 0px;
    margin: 0px;
    margin-top: 35px;
}
#donate_form_section .gform_wrapper.gravity-theme .gform_footer:after {
    content: '';
    background-image: url('/wp-content/uploads/2022/06/u_arrow-right.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
}
#donate_form_section .gform_wrapper.gravity-theme .gform_footer input {
    margin: 0px;
    background-color: #F2A908;
    height: 50px;
    border: 0;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
}
#gravity_form_image {
    display: inherit;
    position: absolute;
    left: -80px;
    top: 45%;
    transform: translate(-0%, -50%);
    width: 149px;
	z-index: 99;
}
#gravity_form_image img {
    transform: rotate(-13.27deg);
}
#custom_list_content ul {
	padding-left: 30px;
}
#custom_list_content ul li {
    font-family: "Inter", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: #002233;
    position: relative;
    margin-top: 10px;
}
section#custom_color #custom_list_content ul li {
    color: #FFFFFF;
}
section#featured_donors_section .elementor-image-box-wrapper {
    position: relative;
}
section#featured_donors_section .elementor-image-box-wrapper .elementor-image-box-content {
    background-color: #F7FAFF;
    position: absolute;
    bottom: 0px;
}
section#featured_donors_section .elementor-image-box-wrapper img {
    border-radius: 50%;
    width: 280px;
    object-fit: cover;
}
.btn_hover_effect a.elementor-button {
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    vertical-align: middle;
    -webkit-appearance: none;
}
.btn_hover_effect a.elementor-button:after {
    border-style: solid;
    border-width: 1px;
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
    border-color: #F2A908;
}
.btn_hover_effect a.elementor-button:hover::after {
    border-width: 2px;
    height: calc(100% + 12px);
    left: -6px;
    top: -6px;
    width: calc(100% + 12px);
}
.btn_hover_effect a.elementor-button:hover {
    -webkit-box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
    box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
/*.btn_hover_effect.btn_trans a.elementor-button::after {
    border-color: #002233;
}
.btn_hover_effect.btn_trans a.elementor-button:hover:after {
    border-color: #F2A908;
}
.btn_hover_effect.btn_trans a.elementor-button:hover {
    border-color: #F2A908 !important;
}*/
#useful_links_menu ul li a.elementor-item:hover {
    color: #F2A908;
    fill: #F2A908;
}
.custom_bounch {
  animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@keyframes bounce {
	50% {
		transform: translateY(-15px);
	}
}
.custom_a_link_color p {
    margin: 0px;
}
.custom_a_link_color p a {
    color: #0088CC;
    font-size: 28px;
    font-weight: 600;
}
.custom_a_link_color p a:hover {
    color: #F2A908;
}
#custom_p_span_tag.remove_block p.elementor-heading-title span {
    display: inline-block;
}
#Thankyou_icon_absolute .elementor-image-box-wrapper {
    max-width: 200px;
    margin: 0 auto;
    position: relative;
}
#Thankyou_icon_absolute .elementor-image-box-wrapper .elementor-image-box-content p.elementor-image-box-description {
    max-width: 90px;
    margin: 0 auto;
    position: absolute;
    top: 68%;
    left: 15%;
    transform: translate(-50%, -50%);
}
#Thankyou_icon_absolute .elementor-image-box-wrapper .elementor-image-box-content p.elementor-image-box-description img {
    max-width: 90px;
}
.custom_bold_color p strong {
    color: #002233;
}
#donaras_animation_section .elementor-widget-container {
	overflow: hidden;
}
#donaras_animation_section .elementor-posts-container {
    display: flex;
    width: 1920px;
    overflow: hidden;
}
#donaras_animation_section .elementor-posts-container article.elementor-post {
    min-width: 255px;
    min-height: 80px;
}
.donaras_animation_section .eael-post-carousel article.eael-grid-post .eael-entry-wrapper {
	padding: 0;
}
.donaras_animation_section .eael-post-carousel article.eael-grid-post .eael-grid-post-holder {
	padding: 12px;
	display: flex;
	align-items: center;
	min-height: 80px;
	overflow: hidden;
}
#donaras_animation_section .elementor-posts-container article.elementor-post .elementor-post__text {
    margin: 0px;
    display: flex;
    justify-content: center;
}
#donaras_animation_section .elementor-posts-container article.elementor-post .elementor-post__text h3.elementor-post__title,
.donaras_animation_section .eael-post-carousel article.eael-grid-post .eael-entry-header h3.eael-entry-title {
    position: relative;
    padding-left: 65px;
	margin: 0;
}
#donaras_animation_section .elementor-posts-container article.elementor-post .elementor-post__text h3.elementor-post__title:before {
    content: '';
    background-image: url('/wp-content/uploads/2022/07/Shape.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFF4DB;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 50%;
    left: 12%;
    transform: translate(-50%, -50%);
}
.donaras_animation_section .eael-post-carousel article.eael-grid-post .eael-entry-header h3.eael-entry-title:before {
    content: '';
    background-image: url('/wp-content/uploads/2022/07/Shape.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFF4DB;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 50%;
    left: 28px;
    transform: translate(-50%, -50%);
}
.donaras_animation_section .eael-post-carousel article.eael-grid-post .eael-entry-header h3.eael-entry-title a {
	pointer-events: none;
}
#donaras_animation_section .elementor-posts-container article.elementor-post .elementor-post__text h3.elementor-post__title a {
    width: 120px;
}
.donaras_animation_section .elementor-posts-container article.elementor-post .elementor-post__text h3.elementor-post__title a {
    pointer-events: none;
}
.media_coverage_section_position .elementor-image-box-wrapper h4 {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    line-height: 24px;
}
.media_coverage_section_position .elementor-image-box-wrapper p {
    font-family: "Inter", Sans-serif;
    color: #737B7F;
    font-size: 20px;
    line-height: 24px;
}
.media_coverage_section_position .elementor-image-box-wrapper {
    position: relative;
	min-height: 445px;
}
.media_coverage_section_position .elementor-image-box-wrapper a.custom_position {
    position: absolute;
    top: 43%;
    left: 5%;
    font-family: "Cambon-Regular", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #002233;
    padding: 10px;
    background-color: #FFFFFF;
}
.media_coverage_section_position .elementor-image-box-wrapper figure.elementor-image-box-img img.attachment-full {
	width: 100%;
    /*height: 280px;
    object-fit: cover;*/
}
.media_coverage_section_position .elementor-image-box-wrapper figure.elementor-image-box-img {
    min-height: 280px;
    background-color: #ffffff;
}
section#media_coverage_section_remove .remove_btm_mrg {
    margin: 0px;
}
#media_coverage_section_color_change .media_coverage_section_position .elementor-image-box-wrapper h4 {
    color: #465055;
}
#media_coverage_section_color_change .media_coverage_section_position .elementor-image-box-wrapper h3.elementor-image-box-title span {
    background-color: #0088CC;
    color: #ffffff;
    display: block;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 7px;
    padding: 0px 5px;
    max-width: 244px;
	margin-bottom: 10px;
}
#media_coverage_section_color_change .media_coverage_section_position.elementor-element-4644778 .elementor-image-box-wrapper h3.elementor-image-box-title span
{
	max-width: 308px;
}
#show_details_span p.elementor-heading-title span {
    display: block;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
	color: #737B80;
}
#div_right_align .elementor-widget-wrap.elementor-element-populated {
    justify-content: flex-end;
}
section#show_details_page_bold p {
    margin: 0;
}
section#show_details_page_bold p strong {
    color: #121C23;
    font-weight: 500;
}
#horizontal_richmod_carousel .horizontal_slider-wrapper .horizontal_slider-thumb {
    position: relative;
	max-width: 1030px;
    margin: 0 auto;
    margin-top: 70px;
}
#horizontal_richmod_carousel .horizontal_slider-wrapper .horizontal_slider-thumb button.slick-arrow {
    background-color: transparent;
    border: 0;
    padding: 0px;
    z-index: 99;
    outline: none;
}
#horizontal_richmod_carousel .horizontal_slider-wrapper .horizontal_slider-thumb button.slick-arrow i.fa {
    font-size: 22px;
}
#horizontal_richmod_carousel .horizontal_slider-wrapper .horizontal_slider-thumb button.slick-prev.slick-arrow {
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translate(-50%, -50%);
}
#horizontal_richmod_carousel .horizontal_slider-wrapper .horizontal_slider-thumb button.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(-50%, -50%);
}
#horizontal_richmod_carousel .horizontal_slider-wrapper .horizontal_slider-thumb .slick-list .type-image .inner_img img {
    width: 180px;
    height: 116px;
    object-fit: cover;
    border: 4px solid #002233;
    border-radius: 80px;
    margin: 0 auto;
}
#horizontal_richmod_carousel .horizontal_slider-wrapper .horizontal_slider-thumb .slick-list .type-image.slick-slide.slick-current .inner_img img {
	border: 4px solid #0088CC;
}
#horizontal_richmod_carousel .horizontal_slider-wrapper .horizontal_slider-thumb .slick-list .type-image {
    position: relative;
}
#horizontal_richmod_carousel .horizontal_slider-wrapper .horizontal_slider-thumb .slick-list .type-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 34, 51, 0.5);
}
#horizontal_richmod_carousel .horizontal_slider-wrapper .horizontal_slider-thumb .slick-list .type-image.slick-slide.slick-current:before {
    background-color: transparent;
}
#horizontal_richmod_carousel .slider-wrapper {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
#horizontal_richmod_carousel .slider-wrapper .slider-thumb {
    width: 13%;
	height: 100%;
}
#horizontal_richmod_carousel .slider-wrapper .slider-preview {
    width: 82%;
    margin-left: 5%;
}
#horizontal_richmod_carousel .slider-wrapper .slider-thumb button.slick-arrow {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 9;
	background-color: transparent;
    border: 0;
	outline: none;
}
#horizontal_richmod_carousel .slider-wrapper .slider-thumb button.slick-prev.slick-arrow {
    top: 2%;
    left: 50%;
}
#horizontal_richmod_carousel .slider-wrapper .slider-thumb button.slick-next.slick-arrow {
    left: 50%;
    bottom: -3%;
}
#horizontal_richmod_carousel .slider-wrapper .slider-thumb button.slick-arrow i.fa {
    font-size: 21px;
}
#horizontal_richmod_carousel .slider-wrapper .slider-thumb .type-image {
    margin-bottom: 20px;
	position: relative;
}
#horizontal_richmod_carousel .slider-wrapper .slider-thumb .type-image .inner_img img {
    width: 100%;
	height: 116px;
    border-radius: 400px;
}
#horizontal_richmod_carousel .slider-wrapper .slider-thumb .type-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 34, 51, 0.5);
}
#horizontal_richmod_carousel .slider-wrapper .slider-thumb .type-image.slick-current:before {
    background-color: transparent;
    border: 4px solid #0088CC;
    border-radius: 80px;
}
#horizontal_richmod_carousel .slider-wrapper .slider-preview .type-image .inner_img img {
    border-radius: 400px;
	width: 100%;
}
#horizontal_richmod_carousel .slider-wrapper .slider-preview .type-image .inner_img {
    margin-bottom: 28px;
}
#horizontal_richmod_carousel .slider-wrapper .slider-preview .type-image .inner_content p {
    color: #FFFFFF;
    font-family: "Cambon-Regular", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    line-height: 36px;
    margin: 0px;
	max-width: 700px;
	border-left: 4px solid #0088CC;
    padding-left: 20px;
}
@media screen and (max-width: 1620px) and (min-width: 1420px) {
	.logo_slider-wrapper .logo_slider-preview .inner_section {
		margin-right: 170px;
	}
}

@media screen and (max-width: 1420px) and (min-width: 1025px) {
	.logo_slider-wrapper .logo_slider-preview .inner_section {
		margin-right: 0px;
		max-width: 700px;
	}
	#footer_subscribe_section .elementor-form-fields-wrapper {
		position: relative;
	}
	#footer_subscribe_section .elementor-form-fields-wrapper .elementor-field-type-submit {
		position: absolute;
		right: 40px;
	}
	#image_hover_effect {
		height: inherit;
	}
	section#dance_theatre_slider .slider-wrapper .slider-thumb .type-image .inner_img img {
		height: auto;
	}
	.elementor-location-header.elementor section.elementor-section .elementor-container {
		max-width: 1480px !important;
	}
	.elementor section.elementor-section .elementor-container {
		max-width: 90% !important;
		width: 100%;
	}
	.elementor section#top_banner_video_section.elementor-section .elementor-container {
		max-width: 1480px !important;
	}
	.elementor section#footer_bottom_logo_review_section.elementor-section .elementor-container {
		max-width: 1480px !important;
	}
	.elementor-location-footer.elementor section.elementor-section .elementor-container {
		max-width: 1480px !important;
	}
	.elementor section.remove_media_container.elementor-section .elementor-container {
		max-width: 1480px !important;
	}
}

@media screen and (max-width: 1220px) and (min-width: 1025px) {
	#header_primary_menu ul li a.elementor-item {
		padding-right: 5px;
		padding-left: 5px;
	}
	#top_menu ul li a.elementor-item {
		padding-right: 15px;
		font-size: 16px;
	}
	#image_hover_effect .elementor-image-box-wrapper .elementor-image-box-content {
		padding-top: 10px;
		padding-left: 15px;
	}
}

@media screen and (max-width: 1140px) and (min-width: 1025px) {
	.logo_slider-wrapper .logo_slider-preview .inner_section {
		margin-right: 0px;
		max-width: 620px;
	}
}

@media screen and (max-width: 1480px) {
	#dance_gallery_sidebar_section ul.menu li a span.menu-image-title {
		font-size: 16px;
	}
	#dance_gallery_sidebar_section ul.menu li a img.menu-image {
		max-width: 70px;
	}
	#dance_gallery_sidebar_section ul.menu li ul.sub-menu li a img.menu-image {
		max-width: 50px;
	}
}

@media only screen and (max-width: 1024px) {
	#image_hover_effect {
		height: auto;
	}
	#image_hover_effect .elementor-image-box-wrapper img {
		width: 100%;
	}
	#image_hover_effect {
		width: 100%;
	}
	section#dance_theatre_slider .slider-wrapper .slider-thumb .type-image .inner_img img {
		height: auto;
	}
	section#dance_theatre_slider .slider-wrapper .slider-thumb button.slick-next.slick-arrow {
		bottom: -5%;
	}
	.logo_slider-wrapper .logo_slider-thumb .slick-track .logo-image.slick-slide.slick-current.slick-active .inner_img {
		height: auto;
	}
	.logo_slider-wrapper .logo_slider-thumb .slick-track .logo-image .inner_section_logo .inner_name p {
		font-size: 18px;
	}
	#dance_gallery_sidebar_section ul.menu li a span.menu-image-title {
		font-size: 14px;
	}
	.logo_slider-wrapper .logo_slider-preview .inner_section {
		margin: 0px;
		margin-top: 25px;
		max-width: 100%;
		padding-left: 35px;
	}
	.logo_slider-wrapper .logo_slider-preview .inner_section:before {
		left: 0px;
	}
}
@media only screen and (max-width: 767px) {
	#footer_subscribe_section .elementor-form-fields-wrapper {
		position: relative;
	}
	#footer_subscribe_section .elementor-form-fields-wrapper .elementor-field-type-submit button.elementor-button {
		position: absolute;
		right: 0;
	}
	section#dance_theatre_slider .slider-wrapper .slider-thumb,
	#horizontal_richmod_carousel .slider-wrapper .slider-thumb {
		width: 100%;
		order: 2;
		margin-top: 35px;
	}
	section#dance_theatre_slider .slider-wrapper .slider-preview,
	#horizontal_richmod_carousel .slider-wrapper .slider-preview {
		margin: 0px;
		width: 100%;
	}
	section#dance_theatre_slider .slider-wrapper .slider-thumb button.slick-next.slick-arrow,
    #horizontal_richmod_carousel .slider-wrapper .slider-thumb button.slick-next.slick-arrow {
		bottom: 0;
		left: 50%;
	}
	section#dance_theatre_slider .slider-wrapper .slider-thumb button.slick-arrow,
    #horizontal_richmod_carousel .slider-wrapper .slider-thumb button.slick-arrow {
		padding: 0px;
	}
	section#dance_theatre_slider .slider-wrapper .slider-thumb button.slick-arrow,
    #horizontal_richmod_carousel .slider-wrapper .slider-thumb button.slick-arrow {
		display: none;
		opacity: 0;
	}
	section#dance_theatre_slider .slider-wrapper .slider-preview .type-image .inner_content p {
		font-size: 18px;
		line-height: 30px;
	}
	.logo_slider-wrapper .logo_slider-preview .inner_section {
		margin-right: unset;
	}
	.logo_slider-wrapper .logo_slider-thumb {
		position: relative;
		top: 0px;
		margin: 35px 0px;
	}
	.logo_slider-wrapper .logo_slider-thumb .slick-track .logo-image .inner_section_logo {
		position: unset;
	}
	.logo_slider-wrapper .logo_slider-thumb .slick-track .logo-image {
		vertical-align: top;
		min-height: unset;
	}
	.logo_slider-wrapper .logo_slider-preview .inner_section h3 {
		font-size: 22px;
		line-height: 26px;
	}
	.logo_slider-wrapper .logo_slider-preview .inner_section {
		margin-right: unset;
	}
	#image_hover_effect .elementor-image-box-wrapper img.attachment-full {
		height: 320px;
	}
}
@media only screen and (max-width: 520px) {
	section#author_section .remove_custom_top_mrg .elementor-widget-wrap.elementor-element-populated {
		margin: 150px 0px 20px 0px;
	}	
}
@media only screen and (max-width: 480px) {
	section#author_section .remove_custom_top_mrg .elementor-widget-wrap.elementor-element-populated {
		margin: 100px 0px 20px 0px;
	}	
}
@media only screen and (max-width: 420px) {
	section#author_section .remove_custom_top_mrg .elementor-widget-wrap.elementor-element-populated {
		margin: 25px 0px 20px 0px;
	}	
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item {
    font-size: 18px !important;
}
#gform_1 .gfield_price span.ginput_price {
	display: none;
}
#gform_1 #field_1_19 .gfield_checkbox .gchoice {
    display: inline-flex;
}
#dance_gallery_sidebar_section ul.menu li a.menu-image-title-after {
	display: flex;
}
#mepr_loginform {
	padding: 100px 0 0 0;
}
.mepr-login-actions {
	padding-bottom: 100px;
}

#field_1_24, #field_1_27, #field_1_30, #field_1_31, #field_1_32, #field_1_33 
{
	display: none !important;
}
