/* 
 Theme Name:   European Society of Musculoskeletal Radiology
 Theme URI:    
 Description:  
 Author:       Gr4fix s.r.o.
 Author URI:   
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

h2 {
    font-size: 20px;
    color: #6b205f;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;

}

p + h2 {
    margin-top: 30px;
}

h3 {
    font-size: 16px;
    color: #6b205f;

    font-weight: normal;
}

p + h3 {
    margin-top: 20px;
}


.et_pb_row {
    position: relative;
    width: 95% !important;
    margin: auto;
}

.container {
    position: relative;
    width: 100%;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.et_header_style_left .logo_container {
    position: relative;
    width: auto;
    height: 140px;
    padding: 28px 0;
}

.logo_container a {
    display: block;
    background: url("/content-essr/uploads/2016/08/ESSR_Logokombi.svg") center center no-repeat;
    max-width: 500px;
    width: 370px;
    height: 84px;
    background-size: cover;
    position: relative;
    left: -25px;
}

#logo {
   /* display: inline-block;
    max-height: 84px;
    float: none;
    margin-bottom: 0;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);*/
display: none !important;
}

#main-footer {
    background-color: #d5d6d7;
    border-top: 2px solid #fff;
}

#footer-bottom {
    background: none !important;
}

#footer-info {
    color: #fff;
}

#footer-info a {
    color: #fff;
}

#footer-widgets {
    padding: 35px 0 35px 0;
    min-height: 198px;
}

.footer-widget h4 {
    font-size: 15px;
    color: #6b205f !important;
    height: auto;
    line-height: 21px;
    font-weight: 700;
    margin: 0 0 0px 0;
    padding: 0px;
}

.footer-widget .textwidget {
    line-height: 20px;
    font-size: 15px;
}

.footer-widget a {
    color: #6b205f;
    text-decoration: underline;
    display: block;
}

.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
        padding: 12px 15px;
position: relative;
}

#et-top-navigation nav > ul > li > a:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -5px;
left:0px;
    height: 10px;
    width: 200px;
}

#main-header {
    position: relative;
    z-index: 99999;
    top: 0;
    width: 100%;
    background-color: #fff;
    font-weight: 500;
    line-height: 23px;
    border-bottom: #6b205f 1px solid;
-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 2px;
}

#main-header hr {
    margin: 0px;
    border-top: #6b205f 1px solid;
    border-bottom: 0px;
}

#et-top-navigation {
    float: left;
    padding: 0 !important;
}

#top-menu li {
    display: inline-block;
    padding-right: 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
}

#top-menu li li ul {
display: none !important;
}

#top-menu li a, #top-menu li.current-menu-item a {
    color: #707173;
}





/* Search */

.et_search_outer {
    overflow: hidden;
    position: absolute;
    top: initial;
    width: 100%;
    bottom: 0px;
}

#et_top_search {
    display: block;
    float: right;
    position: relative;
    width: 18px;
    margin: 0 0 0 20px;
    height: 39px;
    line-height: 1;
    padding: 10px 0px;
}

.et-search-form {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 340px;
    bottom: 0;
    width: 100%;
    left: initial;
    max-width: 300px !important;
}

button#searchsubmit_header {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 9px;
    background: none;
    border: 0px;
    right: 5px;
    padding: 0px;
}

button#searchsubmit_header:before {
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    position: relative;
    font-size: 17px;
    content: "\55";
}

#et_search_icon:before {
    position: relative;
    top: 0;
    left: 0;
    font-size: 17px;
    content: "\55";
}

span.et_close_search_field {
    display: block;
    position: absolute;
    z-index: 99999;
    top: 0;
    right: 300px;
    bottom: 0;
    width: 30px;
    height: 30px;
    margin: auto;
    cursor: pointer;
}


.et_search_form_container {
    height: 39px !important;
}

.et-search-form input {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 9px 0px;
    border: none;
    color: #333;
    background: #eee;
    padding: 2px 10px;
    height: 22px;
    font-size: 10px !important;
}




@media (max-width: 767px) {
    span.et_close_search_field {
        display: block;
        position: absolute;
        z-index: 99999;
        top: 0;
        right: initial;
        bottom: 0;
        width: 30px;
        height: 30px;
        margin: auto;
        cursor: pointer;
        left: 0px;
    }

    body #main-header .et-search-form {
        position: absolute;
        z-index: 1000;
        top: 0;
        right: 0px;
        bottom: 0;
        width: 40% !important;
        left: 45px;
        max-width: 100% !important;
        width: 100%;
    }
}

@media (max-width: 543px) {
    body #main-header .et-search-form input {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        margin: 5px 0px;
        border: none;
        color: #333;
        background: #eee;
        padding: 5px 10px;
        height: 33px;
        font-size: 10px !important;
    }

    body #main-header .et-search-form {
        position: absolute;
        z-index: 1000;
        top: 0;
        right: 0px;
        bottom: 0;
        width: auto !important;
        left: 45px;
        max-width: 100% !important;
        width: 100%;
    }


}

@media (max-width: 1280px) {
.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding: 12px 5px !important;
    position: relative;
}
}


@media (max-width: 1140px) {
	#top-menu li {
	    padding-right: 0px;
        font-size: 12px;
	}
}

.et_header_style_split .mobile_menu_bar, .et_header_style_left .mobile_menu_bar {
    padding-bottom: 0px;
}

.et_pb_widget_area_left {
    padding-right: 0px;
    border-right: 0px;
}

.et_pb_bg_layout_light .et_pb_widget li a {
    color: #666;
    display: block;
}

.et_pb_bg_layout_light .et_pb_widget li.current-menu-item a {
   font-weight:normal;
}

.et_pb_bg_layout_light .et_pb_widget li a:hover {
    color: #6b205f;
}

.et_pb_widget ul li {
    margin-bottom: 0px;
}

.et_pb_widget ul li ul li.current_page_item a {
    padding: 0px 0px 0px 5px;
    height: 14px;
    line-height: 14px;
    margin: 4px 0px;
    border-left: 2px solid #6b205f;
}

.home span.main_title, .home #main-heading {
	display: none;
}

.footer-widget {
    float: left;
    color: #6b205f;
}

#footer-widgets {
	display: none;
}

.home #footer-widgets {
	display: block;
} 

#main-heading {
	background: #6b205f;
}

.et_pb_section {
    padding: 0 !important;
}

.main_title {
    margin-bottom: 0px;
    padding: 15px 0;
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
    color: #fff;
    display: block;
}

.et_pb_section .et_pb_post_title_0.et_pb_post_title {
    margin-bottom: 0px;
}

h1 {
    font-size: 24px;
    color: #707173;
    margin-bottom: 10px;
}

.mobile_menu_bar:before {
    position: relative;
    top: 2px;
    left: 0;
    font-size: 32px;
    content: "\61";
    cursor: pointer;
    color: #6b205f;
}

.et_mobile_menu {
    display: none;
    visibility: visible;
    position: absolute;
    z-index: 9999;
    left: 0;
    width: 100%;
    padding: 0%;
    opacity: 1;
    border: 0px;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    top: 40px;
}

.et_mobile_menu li a {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    color: #666;
}

.et_mobile_menu li li {
    padding-left: 10px;
}

#main-header .et_mobile_menu li ul, .et_pb_fullwidth_menu .et_mobile_menu li ul {
    display: block !important;
    visibility: visible !important;
    padding-left: 0px;
}

/*

.et_pb_toggle {
    border: 0px;
    margin-bottom: 15px !important;
}

.et_pb_toggle_close, .et_pb_toggle_open {
	padding: 0px;
    background-color: #fff;
}

.et_pb_toggle_close h5.et_pb_toggle_title {
    margin-top: 0px;
}

.et_pb_toggle_open h5.et_pb_toggle_title {
}

.et_pb_toggle h5.et_pb_toggle_title {
	position: relative;
    padding: 0 50px 0 0;
    cursor: pointer;
    transition: 0s;
    font-size: 15px;
    line-height: 21px;
    color: #707173;

}

.et_pb_toggle h5.et_pb_toggle_title:hover {
   color: #28b9da !important;

}

.et_pb_toggle h5.et_pb_toggle_title:after {
	content: " >";
}



.et_pb_toggle_content {
    padding: 0px;
    margin: 15px 0 30px 20px;
    font-size: 15px;
    line-height: 21px;
}*/

.et_pb_toggle_title:before {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.5em;
	color: #ccc;
	font-size: 16px;
	content: "\e050";
}



.current-menu-item > a:first-child, .current-menu-parent > a:first-child,
.current_page_item > a:first-child, .current_page_parent > a:first-child {
color: #6b205f !important;
font-weight: normal;
}


#et-secondary-nav .menu-item-has-children > a:first-child {
    padding-right: 0px;
}

#top-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after {
    content: none;
}

nav#top-menu-nav a:hover,
#lang_sel_list a:hover, #lang_sel_list a.lang_sel_sel:hover,
.wp-user-form button:hover {
    color: #28b9da !important;
}

#lang_sel_list {
    height: auto;
    position: absolute;
    z-index: 99;
    font-family: inherit;
    bottom: 10px;
    right: 0px;
}

#lang_sel_list ul {
    border-top: 0px;
}

.nav li ul {
    visibility: visible;
    z-index: 9999;
    width: auto;
    border-top: 0px;
    opacity: 0;
    background: rgba(255,255,255,0.95);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0px;
    top: 40px;
    left: -5px;
    padding: 5px 20px 10px 20px;
    border-bottom: 0px;
    opacity: 1;
    display: none;
}

.nav li ul:before {
content: " ";
display: block;
position: absolute;
top: -3px;
left: 0px;
height: 5px;
width: 100%;
}

.nav li:hover ul {
display: block;
}



#top-menu li li {
    margin: 0;
    padding: 0;
}

#top-menu li li a {
    width: 200px;
    padding: 6px 0px;
}



.nav li li ul {
    z-index: 1000;
    top: 0px;
    left: 0px;
    position: relative;
    border-bottom: 0px;
    padding: 0px 0px 0px 20px;
    visibility: visible !important;
    opacity: 1;
    display: block;
    background: none !important;
}

.nav ul li a:hover, .et_mobile_menu li a:hover {
    opacity: 1;
    background: none;
}

nav#top-menu-nav a:hover, #lang_sel_list a:hover, #lang_sel_list a.lang_sel_sel:hover, .wp-user-form button:hover {
    color: #6b205f !important;
}

#lang_sel_list ul li {
    border-right: 1px solid #6b205f;
}

#lang_sel_list a {
    display: block;
    font-size: 11px;
    text-decoration: none !important;
    color: #6b205f;
    background: none;
    line-height: 18px;
    padding: 0px;
    margin: 0 5px;
}

#lang_sel_list ul a:hover {
    background: none !important;
    text-decoration: underline !important;
}


#lang_sel_list li:last-child {
	border-right: 0px;
}

#lang_sel_list li:last-child a {
	margin-right: 0px;
}

.single .et_pb_post {
    margin-bottom: 0px;
}
.single .post {
    padding-bottom: 0px;
}

.wp-user-form {
    font-size: 12px;
    width: auto;
    float: right;
    margin: 5px 0;
    border-left: 1px solid #ccc;
    padding: 2px 0 2px 8px;
}

.wp-user-form span {
    margin: 0 5px 0 0;
}

.wp-user-form input#user_login, .wp-user-form input#user_pass {
    width: 80px;
    background: #e3e4e4;
    border: 0px;
    color: #616161 !important;
    padding: 5px;
    margin: 0 5px 0 0;
}

.wp-user-form button {
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    text-decoration: underline;
    color: #707173;
    cursor: pointer;
}

.et_pb_sidebar_1.et_pb_widget_area {
padding-right: 40px;
}

.et_pb_sidebar_1.et_pb_widget_area h4.widgettitle {
background: #6b205f;
 padding: 10px 5px;
    font-weight: 500;

}

.et_pb_sidebar_0.et_pb_widget_area {
margin-bottom: 50px !important;
}

.et_pb_column div#nav_menu-2.widget_nav_menu {
	width: 100% !important;
}

.fwidget {
    padding: 0 50px 0 80px;
    margin: 0 0 50px 0px !important;
}

.fwidget#text-2 {
background: url("/content-essr/uploads/2016/08/ESSR_Icon_Membership.svg") top left no-repeat;
background-size: 60px;
}

.fwidget#text-7 {
background: url("/content-essr/uploads/2016/08/ESSR_Icon_Diploma.svg") top left no-repeat;
background-size: 60px;
}

.fwidget#text-3 {
background: url("/content-essr/uploads/2016/08/ESSR_Icon_Congress.svg") top left no-repeat;
background-size: 60px;
}

.fwidget#text-6 {
background: url("/content-essr/uploads/2016/08/ESSR_Icon_Gallery.svg") top left no-repeat;
background-size: 60px;
}

.fwidget#text-4 {
background: url("/content-essr/uploads/2016/08/ESSR_Icon_Events.svg") top left no-repeat;
background-size: 60px;
}

.fwidget#text-5 {
background: url("/content-essr/uploads/2016/08/ESSR_Icon_Subcommittees.svg") top left no-repeat;
background-size: 60px;
}

#bottom-events .et_pb_row .et_pb_column:last-child .et_pb_module:last-child {
margin-bottom: 0px !important;
}

@media (min-width: 981px) {
	#bottom-events .et_pb_blurb:last-child {
margin-bottom: 0px !important;
	}

	.footer-widget:last-child {
	    margin: 0px !important;
	}

	.et_pb_column_1_4, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
	    width: 21.4%;
	    max-width: 246px;
	}

	.et_pb_gutters3 .et_pb_column, .et_pb_gutters3.et_pb_row .et_pb_column {
	    margin-right: 0px;
	}

	.et_pb_column_3_4, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 {
	    width: 72.5%;
	    float: right;
	}

	#main-content .container:before {
	    visibility: hidden;
	    display: block;
	    font-size: 0;
	    content: " ";
	    clear: both;
	    height: 0;
	}

	#main-content .et_pb_column_3_4 {
		margin: 0 0 50px 0;
	}

}

@media (max-width: 980px) {
	#footer-widgets .footer-widget, .et_pb_gutters1 #footer-widgets .footer-widget {
	    width: 100% !important;
        margin: 0 0 50px 0 !important;
	}

	#footer-widgets .footer-widget:nth-last-child(-n+2) {
	    margin-bottom: 50px !important;
	}

	#footer-widgets .footer-widget:last-child {
	    margin-bottom: 0px !important;
	}

	.footer-widget .fwidget:last-child {
	    margin-bottom: 0 !important;
	    width: 100% !important;
	}


	.footer-widget h4 {
	    font-size: 15px;
	    color: #fff !important;
	    height: auto;
	    line-height: 21px;
	    font-weight: 700;
	    border-bottom: 1px solid #fff;
	    padding: 0 0 10px 0;
	    margin: 0 0 10px 0;
	}

	.et_header_style_left #logo, .et_header_style_split #logo {
	    max-width: 100%;
	    display: block;
	}

	#et-top-navigation {
	    float: left;
	    padding: 2px 0 !important;
	}

    body #main-header .et_search_form_container {
        height: 43px !important;
    }

    .et-search-form input {
        height: 25px;
    }


    #main-content .et_pb_column.et_pb_column_1_4 {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .et_pb_column.et_pb_column_1_4 .et_pb_sidebar_0 {
    display: none;
    }

    .et_pb_column.et_pb_column_1_4 .et_pb_sidebar_1 {
        padding-right: 0px !important;
    padding-top: 20px !important; 
    }

    .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_column .et_pb_widget:nth-child(n) {
        width: 100% !important;
    }

    .et_pb_widget_area {
    max-width: 100% !important;
    width: 100%;
    }

    .et_pb_widget_area .et_pb_widget a {
        color: inherit;
        width: 48%;
        display: block;
        float: left;
        margin: 0 1%;
    }

    .et_pb_widget_area .et_pb_widget .textwidget > a:nth-child(odd) {
        margin-right: 2% !important;
    }

    .et_pb_row .et_pb_column {

        margin-left: 0px !important; // This should be equal to the current gutter value
        margin-right: 0 !important;
    }
    .et_pb_row .et_pb_column:last-child {
        margin-left: 0 !important;
    }

}

@media (max-width: 767px) {
	.et_header_style_left #logo, .et_header_style_split #logo {
	    max-width: 100%;
	    margin: 0 auto;
	    display: block;
	}

	.wp-user-form {
	    font-size: 12px;
	    width: auto;
	    float: right;
	    margin: 5px 0;
	    border-left: 0px;
	}

	.wp-user-form input#user_login, .wp-user-form input#user_pass {
	    width: 60px;
	}

	.et_pb_fullwidth_slider_0.et_pb_slider .et_pb_slide_description {
	min-height: 200px;
	}
}

@media (max-width: 414px) {
	footer ul.footer-links {
	    clear: both;
	    float: none !important;
	    text-align: center;
	}

	.et_pb_bg_layout_light .et_pb_widget li a {
	    padding: 10px 0;
	}
}

.entry-content table, body.et-pb-preview #main-content .container table,
.entry-content tr td, body.et-pb-preview #main-content .container tr td {
    border: none;
}

.wpcf7-form-control.et_pb_button:hover {
    padding: .3em 1em;
}

.et-pb-controllers {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    left: 50%;
    width: 95%;
    text-align: right;
    max-width: 1280px;
    transform: translateX(-50%);
}

.et-pb-controllers a {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    text-indent: 10000px;
    border: 3px solid #c6c7c8;
}

.et-pb-controllers .et-pb-active-control {
    background-color: #6b205f !important;
}

@media (max-width: 980px) {
#main-content .et_pb_column.et_pb_column_1_4 {
display: none;
}
}

#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit input, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {
    color: #6b205f;
}

#et-footer-nav {
    background-color: #fff;
    border-top: #6b205f 2px solid;
    font-size: 12px;
    margin-bottom: 0px;
    background: #fff url("/content-essr/uploads/2016/08/footer-line.png") bottom center repeat-x;
    padding: 0px 0px 8px 0px;
}

#et-footer-nav ul li {
    display: inline-block;
    padding-right: 0px;
}

#et-footer-nav ul li:after  {
    content: " * ";
    color: #6b205f;
    position: relative;
    top: 3px;
}

#et-footer-nav ul li:last-child:after {
    content: none;
}

#et-footer-nav ul li a {
    color: #707173;
}

#et-footer-nav ul li a:hover {
    color: #6b205f;
}

.bottom-nav li {
    font-size: 12px;
    font-weight: 400;
}
.statement {
    text-align: center;
    font-size: 14px !important;
    font-weight: bold;
    color: #6b205f;
    padding: 10px;
    background-color: #eee;
}








ul.dem-answers li {
    margin-bottom: 0px;
    padding-bottom: 0px !important;
}

div.dem-graph div.dem-votes-txt, div.dem-graph div.dem-percent-txt {
    color: #fff !important;
    font-weight: bold;
    padding: 10px 16px !important;
    font-size: 100% !important;
}

div.dem-graph div.dem-fill {
    background-color: #795d75 !important;
    border-radius: 50px;
    min-width: 36px;
    background-image: none !important;
}

.dem-graph {
    position: relative;
    color: #555;
    color: rgba(0,0,0,.6);
    box-sizing: content-box;
    width: 100%;
    display: block;
    height: 36px;
    line-height: 1.2em;
    border-radius: 50px;
    margin: 10px 0px 20px 0px;
    background: #eae9ef !important;
}


.et_pb_widget_area .textwidget img {
    border-bottom: 3px solid #6b205f;
    margin-top: 20px;
    display: block;
}

.statement p:before {
display: inline-block;
margin-right: 8px;
content: "★";
}

.et_pb_column_1_4 .et_pb_widget_area {
    max-width: 260px;
}

.statement p:after {
display: inline-block;
margin-left: 8px;
content: "★";
}

#top-menu li:first-child a {
padding-left: 0px !important;
}

ol { counter-reset: item; }
ol li { display: block; }
ol li:before {
	content: counter(item) ". ";
	counter-increment: item;
	color: #6b205f;
}


ol ol { counter-reset: subitem; }
ol li ol li:before {
	content: counter(subitem, lower-alpha) ". ";
	counter-increment: subitem;
	color: #6b205f;

}


.et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: 0 1px 3px rgba(0,0,0,.3);
    min-height: 0 !important;
    padding: 30% 0;
    width: 100%;
    margin: 0 auto;
}

.et_pb_slides .et_pb_empty_slide .et_pb_slider_container_inner, .et_pb_slides .et_pb_empty_slide.et_pb_container {
    display: block;
    height: auto !important;
}

#main-content .et_pb_slider .et_pb_slide {
    background-position: center center;
}


/* BEGIN video slider  */

.et_pb_custom_video_slider .et_pb_row {
    width: 100% !important;
}

.et_pb_custom_video_slider .et_pb_carousel {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.et_pb_custom_video_slider .et_pb_slide {
    padding: 0 !important;
}

.et_pb_custom_video_slider .et_pb_video_play {
    font-size: 110px;
    transform: translate3d(-50%,-50%,0);
}

.et_pb_custom_video_slider .aspect-ratio-box {
    width: 100%;
    display: block;
}

.et_pb_custom_video_slider .aspect-ratio-box img.aspect-ratio-box-img {
    width: 100%;
    height: auto;
}

.et_pb_custom_video_slider .et_pb_video_wrap {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.et_pb_custom_video_slider .et_pb_video_box {
    display: block;
    position: absolute;
    z-index: 1;
    line-height: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.et_pb_custom_video_slider .et_pb_video_box video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.et_mobile_device .et_pb_custom_video_slider .et-pb-arrow-prev,
.et_mobile_device .et_pb_custom_video_slider .et-pb-arrow-next {
    opacity: 1 !important;
}

.et_pb_custom_video_slider .et-pb-arrow-prev:before,
.et_pb_custom_video_slider .et-pb-arrow-next:before,
.et_pb_custom_video_slider .et_pb_video_play:before {
    text-shadow: 0 0 40px rgba(0,0,0,0.8);
}

.et_pb_custom_video_slider .et_pb_video_play:before {
    font-family: ETmodules;
    content: "\49";
    letter-spacing: 6px;
}



/* END video slider  */




