/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@import url("../hello-elementor/style.css");
/*@import url("//cdn-images.mailchimp.com/embedcode/classic-10_7.css");*/


/********************FONTS*******************************/

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v30-latin-300d41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
	font-display: swap;
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v30-latin-regulard41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
	font-display: swap;
}

/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/roboto-v30-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* lora-regular - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lora-v26-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/lora-v26-latin-regulard41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lora-v26-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lora-v26-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/lora-v26-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lora-v26-latin-regular.svg#Lora') format('svg'); /* Legacy iOS */
	font-display: swap;
}




/**************** EVENT LIST IN SEARCH FORM *************/
.events-grid {
	display: grid; 
	grid-gap: 30px; 
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media only screen and (min-width: 600px) {
    .events-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (min-width: 820px) {
.events-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
/*
@media only screen and (min-width: 1024px) {
.events-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
*/
}



/************************ EVENT LISTS ON PAGES ******************************/
.event-list-pages {
	display: grid; 
	grid-gap: 20px; 
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

div#page-list.em-event.em-item,
div#search-list.em-event.em-item {
	flex-direction: column; 
	/*padding: 0px 0px 0px 0px;*/
	}

div#list-photo.em-item-image,
div#search-photo.em-item-image {
	display: block;
    transition: 0.3s;
}

div#list-photo.em-item-image .event-thumbnail,
div#search-photo.em-item-image .event-thumbnail {
	width: 100%;
    background-size: cover; 
	background-position: 50% 50%;
	background-repeat: no-repeat;
    height: 230px;
    border-radius: 0px;
    max-width: 100%;
    border: none;
    box-shadow: none;
}

@media (min-width: 1285px) {
div#page-list.em-event.em-item {
	flex-direction: row;
	height: 230px;
	overflow: hidden;
}
	div#list-photo.em-item-image .event-thumbnail {
	width: 220px;
}
}

@media (min-width: 750px) {
div#search-list.em-event.em-item {
	flex-direction: row;
	height: 230px;
	overflow: hidden;
}
	div#search-photo.em-item-image .event-thumbnail {
	width: 345px;
}
}
/**********EVENTS DETAIL PAGE******************/
/* h3.em-booking-section-title {
display: none;
}	*/

div.em-booking-message-success {
  color: green;
}

.hidden {
	display: none;
}
	
/* Date picker styles */

.ui-widget-header {
    border: 1px solid #D62902;
    background: #D62902 !important;
}
.em-search-category select {
	 font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
   line-height: 24pt;
	 color: #777777;
	padding: 7px;
	border: solid 1px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
}

/*Booking form styles*/

h4.eventsform {
	padding-top: 20px;
	border-top: 1px dotted #ED580E;
}

.em-booking-form-details {
    width: 100%;
}
.em-booking-form-details input.input,
.em-booking-form-details textarea {
    width: 90%;
}

.em-booking-form-details textarea {
    max-width: 90%;
}

.em-booking-form-details .em-booking-submit {
  display: block;
  margin: 0 auto;
}

.em-booking-form label {
	width: 100% !important;
	display: block !important;
}

/*.em-booking-form span.input-group {
	margin-left: 170px;
}*/

.em-booking-form span.input-group input {
    margin-left: 0;
}
.em-booking-form span.input-group {
    margin-left: 10px;
}





/* timetable formatting */

.tt_responsive .tt_timetable.small .tt_items_list a, .tt_responsive .tt_timetable.small .tt_items_list span,
.tt_responsive .tt_timetable.small .event_header {
  font-family: 'Roboto', sans-serif !important;
font-size: 16px !important;
}
.tt_timetable.small.use_colors .box_header {
    margin-bottom: 5px;
}
#weihnachten .tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected {
	background: #119668;
}

.tt_timetable .event .event_header {
text-decoration: underline;
}

.tt_timetable .event {
background-color: #FFFFFF;
}

.tt_responsive .tt_timetable.small .tt_items_list a {
    text-decoration: underline;
   }
.tt_responsive .tt_timetable.small.use_colors .tt_items_list span {
  color: #525C49 !important;
}

.tt_timetable.small {
  font-size: 16px !important;
}

.tt_responsive .tt_timetable.small .box_header {
  font-size: 18px !important;
}
/***Paid Memberships Pro**********/

.pmpro_content_message div {
  background-color: #EAF2FF !important;
	color: #000 !important;
	padding: 10px !important;
	font-size: 18px !important;
	margin-bottom: 30px;
}

.pmpro_content_message a, 
.pmpro_content_message a:link {
	background-color: #ED580E !important;
	color: #ffffff !important;
	border: none;
	border-radius: 25px;
	text-decoration: none;
padding: 5px 18px;
font-weight: 500;
}

.pmpro_content_message a:hover, 
.pmpro_content_message a:active {
	background-color: #D62902 !important;
}

/*.nav-menu ul li.menu-yellow {
	background: #F08A56 !important;
}

.nav-menu ul li ul li.submenu-yellow {
	background: #FFA375 !important;
}*/

/*********************icons in menu item**************/
/*
#header {
	margin-top: 30px;
} */





/*******************Payment Gateway options **********/

p#em-booking-gateway {
	background-color: #FCFCFC;
	margin-top: 20px;
	margin-bottom: 20px;
}

p#em-booking-gateway label {
	font-weight: bold;
}

/*************Footer Styles****************/
#footer li.footer-title.menu-item.menu-item-type-post_type.menu-item-object-page {
	font-weight: 400 !important;
}

#footer li.footer-item.menu-item.menu-item-type-post_type.menu-item-object-page, #footer li.footer-item.menu-item.menu-item-type-custom.menu-item-object-custom {
	font-weight: 300 !important;
}

li.footer-title.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-40131 a:hover{
	color: #000000 !important;
}


/***********WP NAVI***********/
.wp-pagenavi .pages, span.extend {
	display: none;
	}	

	
.wp-pagenavi a, .wp-pagenavi span.current {
background-color: #FFFFFF;
color: #5e5e5e;
transition: all 0.2s ease;
display: inline-block;
/*margin-top: -2px;*/
padding: 15px;
width: 25px;
height: 25px;
outline: none;
outline-style: none;
outline-color: transparent;
border: 1px solid rgba(0, 0, 0, 0.06);
font-size: 10px;
line-height: 6px;
text-align: center;
}
	
	
	

.wp-pagenavi span.current {
  font-weight: bold;
background-color: #ED580E;
color: #ffffff;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 15px;
  margin: 2px;
}

.wp-pagenavi {
  text-align: center;
  vertical-align: middle;
}	

/* Ajax Live Search - Search & Filter*/

/*@media (min-width: 1024px){
#searchnavmobile,
#searchlistmobile {
	display: none;
}
}
@media (max-width: 1023px){
#searchnavdesktop,
#searchlistdesktop {
	display: none;
}
}*/
.searchandfilter ul {
	padding-left: 0 !important;
}
.searchandfilter ul li li {
    padding: 5px;
}

.searchandfilter > ul > li {
	display: block;
    margin: auto 0;
	padding: 10px 20px;
}

#searchnavdesktop form#search-filter-form-217.searchandfilter,
#searchnavdesktop form#search-filter-form-1292.searchandfilter {
	padding: 0 0 20px 0;
}


#searchnavmobile form#search-filter-form-217.searchandfilter,
#searchnavmobile form#search-filter-form-1292.searchandfilter {
	background-color: #F7F2ED;
	padding: 25px 0 20px 0;
}

form#search-filter-form-217.searchandfilter > ul > li,
form#search-filter-form-1292.searchandfilter > ul > li {
    padding: 10px 20px 10px 0;
}


.sidebar-box input[type="text"], .sidebar-box input[type="password"], .sidebar-box textarea, .sidebar-box input[type="search"] {
  /* width: 245px;-*/
	width: 100%;
  }

li.sf-field-search label {
   display: block;
	width: 100%;
  }

@media (max-width: 1023px){
.sf-field-search input,
.sf-field-taxonomy-event-categories select,
.sf-field-taxonomy-event-tags select,
.sf-field-submit input,
.sf-field-post-meta-location select {
	width: 100%;
}
}
@media (min-width: 1024px){
.sf-field-search input,
.sf-field-taxonomy-event-categories select,
.sf-field-taxonomy-event-tags select,
.sf-field-submit input,
.sf-field-post-meta-location select {
	/*width: 250px;*/
	width: 100%;
}
}


/*.sf-field-taxonomy-event-categories select,
.sf-field-taxonomy-event-tags select,
.sf-field-post-meta-location select {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 7px 5px;
	border: solid 1px rgba(250, 123, 11, 1);
}*/

label.sf-label-radio {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 14px;
}
/** to hide the radio buttons but keep functionality **/
[name="_sft_event-categories[]"] {
  position: fixed;
  opacity: 0;
}

.ui-widget-header {
    background: #DB6437 !important;
}
.searchandfilter li.sf-field-post-meta-start_time ul>li:last-child  {
display: none !important;
}

#sidebar input[type="text"]{
	background-color: #ffffff !important;
}
.searchandfilter input[type="text"], textarea, input[type="search"], input[type="date"] {
font-size: 14px;
background: #ffffff;
border: solid 1px #cccccc;
	padding: 12px 0 12px 5px !important;
}
.searchandfilter h4 {
	font-size: 14px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	padding: 5px 0;
}
li.sf-level-0 {
	/*background-color: #E49720;*/
	background-color: #DB6437;
	color: #ffffff;
	border-left: 10px solid #DB6437;
	border-bottom: 1px solid #cccccc;
}
@media (max-width: 1023px){
li.sf-level-0 {
	width: 100%;
}
}
@media (min-width: 1024px){
li.sf-level-0 {
	/*width: 240px;*/
	width: 100%;
}
}


li.sf-field-post-meta-weekend_event > ul > li:last-child {
	background-color: #ffffff;
	color: #000000;
	border-left: 10px solid #6993F1;
	}

li.sf-level-0.sf-item-29,
li.sf-level-0.sf-item-49,
li.sf-level-0.sf-item-311,
li.sf-level-0.sf-item-336,
li.sf-level-0.sf-item-329,
li.sf-level-0.sf-item-377,
li.sf-level-0.sf-item-711 {
	background-color: #ffffff;
	color: #000000;
	border-left: 10px solid #18A1B8;
	}

li.sf-level-0.sf-item-30,
li.sf-level-0.sf-item-50,
li.sf-level-0.sf-item-312,
li.sf-level-0.sf-item-343,
li.sf-level-0.sf-item-331 {
	background-color: #ffffff;
	color: #000000;
	border-left: 10px solid #1F855B;
	}

li.sf-level-0.sf-item-31,
li.sf-level-0.sf-item-51,
li.sf-level-0.sf-item-313,
li.sf-level-0.sf-item-358,
li.sf-level-0.sf-item-339 {
	background-color: #ffffff;
	color: #000000;
	border-left: 10px solid #F15D16;
	}

li.sf-level-0.sf-item-32,
li.sf-level-0.sf-item-53,
li.sf-level-0.sf-item-314,
li.sf-level-0.sf-item-347,
li.sf-level-0.sf-item-348 {
	background-color: #ffffff;
	color: #000000;
	border-left: 10px solid #208CE4;
	}

li.sf-level-0.sf-item-33,
li.sf-level-0.sf-item-54,
li.sf-level-0.sf-item-315,
li.sf-level-0.sf-item-326,
li.sf-level-0.sf-item-350 {
	background-color: #ffffff;
	color: #000000;
	border-left: 10px solid #FB8217;
	}

li.sf-level-0.sf-item-234,
li.sf-level-0.sf-item-243,
li.sf-level-0.sf-item-688,
li.sf-level-0.sf-item-705 {
	background-color: #ffffff;
	color: #000000;
	border-left: 10px solid #FFC0CB;
	list-style-type: none;
	}

li.sf-level-0.sf-item-662,
li.sf-level-0.sf-item-663,
li.sf-level-0.sf-item-677,
li.sf-level-0.sf-item-706 {
	background-color: #ffffff;
	color: #000000;
	border-left: 10px solid #87CEEB;
	list-style-type: none;
	}

li.sf-level-0.sf-item-664,
li.sf-level-0.sf-item-665,
li.sf-level-0.sf-item-679,
li.sf-level-0.sf-item-691 {
	background-color: #ffffff;
	color: #000000;
	border-left: 10px solid #F2B705;
	list-style-type: none;
	}

li.sf-level-0.sf-item-675, 
li.sf-level-0.sf-item-676,
li.sf-level-0.sf-item-678 {
	background-color: #ffffff;
	color: #000000;
	border-left: 10px solid #A550B2;
	list-style-type: none;
}

li.sf-level-0.sf-item-34, 
li.sf-level-0.sf-item-55,
li.sf-level-0.sf-item-330,
li.sf-level-0.sf-item-368,
li.sf-level-0.sf-item-680 {
	background-color: #ffffff;
	color: #000000;
	border-left: 10px solid #07B1A3;
	list-style-type: none;
	}

li.sf-level-0.sf-item-35,
li.sf-level-0.sf-item-56,
li.sf-level-0.sf-item-386,
li.sf-level-0.sf-item-387 {
	background-color: #ffffff;
	color: #000000;
	border-left: 10px solid #F16986;
	}

li.sf-level-0.sf-item-37,
li.sf-level-0.sf-item-52,
li.sf-level-0.sf-item-337,
li.sf-level-0.sf-item-425,
li.sf-level-0.sf-item-378 {
	background-color: #ffffff;
	color: #000000;
	border-left: 10px solid #B4C725;
	}
li.sf-level-0:hover,
li.sf-level-0.sf-option-active,
li.sf-field-post-meta-weekend_event > ul > li:last-child:hover,
li.sf-field-post-meta-weekend_event > ul > li:last-child.sf-option-active,
li.sf-level-0.sf-item-29:hover,
li.sf-level-0.sf-item-29.sf-option-active,
li.sf-level-0.sf-item-30:hover,
li.sf-level-0.sf-item-30.sf-option-active,
li.sf-level-0.sf-item-31:hover,
li.sf-level-0.sf-item-31.sf-option-active,
li.sf-level-0.sf-item-32:hover,
li.sf-level-0.sf-item-32.sf-option-active, 
li.sf-level-0.sf-item-33:hover,
li.sf-level-0.sf-item-33.sf-option-active,
li.sf-level-0.sf-item-34:hover,
li.sf-level-0.sf-item-34.sf-option-active,
li.sf-level-0.sf-item-35:hover,
li.sf-level-0.sf-item-35.sf-option-active,
li.sf-level-0.sf-item-37:hover,
li.sf-level-0.sf-item-37.sf-option-active {
	font-weight: 500;
}

/*********************icons in menu item**************/

.downloadicon a::after {
padding-left: 5px;
	content: url('../../../../www.sivananda.at/wp-content/uploads/2019/03/download-arrow_thin.png');
}

.openwindowicon a::after {
	padding-left: 5px;
	content: url('../../../../www.sivananda.at/wp-content/uploads/2019/03/open-new-window_10x10.png');
}

@media only screen and (min-width: 400px) {
li.menu-item-type-pmpro-logout::before, li.menu-item-type-pmpro-login::before {
	content: url('../../../../www.sivananda.at/wp-content/uploads/2023/08/user-icon-15.svg');
	padding-top: 15px;
}
}

#pmpro .elementor-nav-menu--main .elementor-nav-menu a,
#pmpro .elementor-nav-menu--main .elementor-nav-menu a {
	padding: 13px 0 13px 5px;
}

/******************Legacy accordions in shortcode on events pages****************

.accordion-container {
  margin-bottom: 15px;
}


.accordion-title {
  margin-bottom: 2px;
  padding: 10px 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 0 0;
  background: #f7f7f7;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
}
.accordion-title.current {
  border-bottom: 2px solid #fdd200;
  font-weight: bold;
}
.accordion-container .pane {
  display: none;
}
.pane {
  padding: 7px;
}
.panes > div {
  display: none;
}

.ac-indicator {
  float: right;
  margin-top: 4px;
  margin-right: 4px;
  width: 10px;
  height: 10px;
  background-image: url(https://www.sivananda.at/wp-content/uploads/2019/03/open-new-window_10x10.png);
  background-size: 10px 20px;
}
.current .ac-indicator {
  background-position: left bottom;
}
*/

/*********** INFORMATION *****************************

- document:  SlideIt - CSS3 fixed sliding elements
- element:   Contact form - Bottom Right
- author:    Capelle @ Codecanyon
- profile:   http://codecanyon.net/user/Capelle

*****************************************************/


/*  ==================
    1. FONTS
    ==================  */

/** 1.1. Fonts ***************/


/*  ==================
    2. RESET
    ==================  */


/***** Item reset*****/

#slideit * {
    margin: 2px 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: 300;
    font-style: normal;
    font-size: 100%;
    font-family: 'Roboto', sans-serif; /* Edit this if you want to match the font with your template design*/
    vertical-align: baseline;
    line-height: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#slideit a {
    text-decoration: none;
}
/*#slideit input[type="radio"] {
    display: none;
}*/
#slideit label {
    cursor: pointer;
}

/* === Note === If you experience issues with reset above, please adjust the selectors and values according to your template/website.
When adjusting the reset is adviced to check up the elements on your page, as they might distort. */


/*  ==================
    3. MAIN STYLES
    ==================  */

#slideit {
    z-index: 9999; /* Keep the item above all other elements on the page */
    position: fixed;
    width: 600px; /* Width of the wrapper of the section. Adjust this value if you want wider elements */
    bottom: 0; /* Vertical position of the elements */
    left: 0; /* Horizontal position of the elements */
    right: 0;
    margin: 0 auto;
}

/***** Form styles *****/

#slideit section {
    margin:  0 auto;
    overflow: hidden;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 10;
    background: #EFEAFF;
    -webkit-backface-visibility: hidden; /* Webkit transition hack */
    /* Section animation upon opening */
    -webkit-transition: all 0.4s cubic-bezier(0.2, 0.6, 0.3, 1);
    -moz-transition: all 0.4s cubic-bezier(0.2, 0.6, 0.3, 1);
    -ms-transition: all 0.4s cubic-bezier(0.2, 0.6, 0.3, 1);
    -o-transition: all 0.4s cubic-bezier(0.2, 0.6, 0.3, 1);
    transition: all 0.4s cubic-bezier(0.2, 0.6, 0.3, 1);
}
#slideit section,
#slideit input#close-item:checked ~ section {
    /* Section position when closed */
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
#slideit input#open-item:checked ~ section {
    /* Section position when opened */
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
#slideit section .wrap {
    padding: 10px 30px;
    position: relative;
    /*border-bottom: 6px solid #A7ABC6;*/
}
#slideit span.title {
    font-size: 24px;
    padding: 30px 30px 15px 30px;
    color: #29292A;
    background: #EFEAFF;
    text-transform: uppercase;
    display: block;
    width: 100%;
}
#slideit p.info {
    font-size: 13px;
    color: #999;
    line-height: 18px;
}
#slideit .field {
    width: 100%;
    position: relative;
    margin: 28px 0 0 0;
    display: block;
}

/***** Labels *****/

#slideit label.open,
#slideit label.close {
    text-align: center;
    position: absolute;
}
#slideit label.open {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    background: #B09EE8;
    width: 600px;
    bottom: -50px;
    left: 0;
    right: 0;
    top: auto;
    margin: 0 auto;
    padding: 10px 0;
    text-transform: uppercase;
    z-index: 1;
}
#slideit input#close-item:checked ~ label.open {
    -webkit-transition: bottom 0.3s ease 0.4s, background 0.1s ease, color 0.1s ease;
    -moz-transition: bottom 0.3s ease 0.4s, background 0.1s ease, color 0.1s ease;
    -ms-transition: bottom 0.3s ease 0.4s, background 0.1s ease, color 0.1s ease;
    -o-transition: bottom 0.3s ease 0.4s, background 0.1s ease, color 0.1s ease;
    transition: bottom 0.3s ease 0.4s, background 0.1s ease, color 0.1s ease;
    bottom: 0;
}
#slideit label.open:hover,
#slideit label.open:focus {
    background: #8A7BB5;
    color: #fff;
}
#slideit label.close {
    right: 30px;
    left: auto;
    top: 0;
    bottom: auto;
    font-size: 20px;
    background: #B09EE8;
    color: #fff;
    width: 22px;
}

#slideit label.close.bottom {
    right: 0;
    left: 0;
    top: auto;
    bottom: 3px;
    font-size: 16px;
    width: 80px;
    margin: 0 auto;
}
#slideit label.close:hover,
#slideit label.close:focus {
    background: #B09EE8;
}

/***** Input, selectbox and textarea *****/

#slideit input,
#slideit select,
#slideit textarea {
    display: block;
    width: 100%;
    border-bottom: solid 1px #ddd;
    padding: 0 20px 4px 3px;
    font-size: 13px;
    color: #000;
    position: relative;
}

#slideit textarea {
    padding: 10px 20px 4px 3px;
}
#slideit select {
    padding-right: 0;
    padding-left: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#slideit select.grayed {
    color: #aaa;
}
#slideit select > option {
    background: #C2C6E2;
    color: #fff;
}
#select-arrow,
#select-arrow-svg {
    background: #fff url('../../Images/select.html') no-repeat right;
    width: 30px;
    height: 20px;
    position: absolute;
    right: 0;
    top: -1px;
    pointer-events: none;
    vertical-align: middle;
    outline: none;
    border: none;
    z-index: 3;
}
#slideit select:hover ~ #select-arrow,
#slideit select:focus ~ #select-arrow,
#slideit select:hover ~ #select-arrow-svg,
#slideit select:focus ~ #select-arrow-svg {
    background: #fff url('../../Images/select-focus.html') no-repeat right;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #select-arrow-svg {
        display: none; /* <-- Hide svg arrow in webkit browsers and IE9/10 (pointer events don't work in those IE) */
    }
}
x:-o-prefocus, #select-arrow {
    display: none; /* <-- Hack for Opera 12 */
}
#slideit textarea {
    resize: none;
    height: 100px;
    overflow: hidden;
}
#slideit input:hover,
#slideit input:focus,
#slideit select:hover,
#slideit select:focus,
#slideit textarea:hover,
#slideit textarea:focus {
    /* border-bottom-color: #222;*/
    outline: none;
}
#slideit textarea:focus {
    height: 100px;
}
#slideit input.send {
    display: inline-block;
    clear: both;
    background: #8A7BB5;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 26px;
    cursor: pointer;
    margin: 30px 0 0 0;
    width: auto;
    border: none;
}
#slideit input.send:hover,
#slideit input.send:focus {
    background: #8A7BB5;
    border: none;
    outline: none;
}
#slideit input.reset {
    background: none;
    width: auto;
    cursor: pointer;
    border: none;
    outline: none;
    display: inline-block;
    float: right;
    padding: 0;
    margin: 40px 0 0 0;
    font-size: 12px;
    color: #ccc;
}
#slideit input.reset:hover,
#slideit input.reset:focus {
    color: #222;
}

/*******formidable forms*********/

#slideit button.frm_button_submit.frm_final_submit {
    color: #ffffff;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
	width: 100%;
    margin-bottom: 20px;
	background-color: #B09EE8;
}

#slideit button.frm_button_submit.frm_final_submit:hover {
   		background-color: #8A7BB5;
}


#slideit .frm_message {
	margin-bottom: 20px;
}
/***** Validations *****/

#slideit input:required,
#slideit textarea:required {
    background: #fff url("../../Images/required.html") no-repeat 100% 6px;
    box-shadow: none;
    outline: none;
}
#slideit input:hover:invalid,
#slideit textarea:hover:invalid {
    background: #fff url("../../Images/focused.html") no-repeat 100% 6px;
    box-shadow: none;
    outline: none;
}
#slideit input:required:valid,
#slideit textarea:required:valid {
    background: #fff url("../../Images/valid.html") no-repeat 100% 6px;
    box-shadow: none;
    outline: none;
}
#slideit input:focus:invalid,
#slideit textarea:focus:invalid {
    background: #fff url("../../Images/invalid.html") no-repeat 100% 6px;
    z-index: 10;
    box-shadow: none;
    outline: none;
}

/***** Placeholders *****/

::-webkit-input-placeholder {
    color: #999;
}
#slideit input:focus::-webkit-input-placeholder {
    color: #ccc;
}
#slideit textarea:focus::-webkit-input-placeholder {
    color: #ccc;
}
:-moz-placeholder {
    color: #999;
}
#slideit input:focus:-moz-placeholder {
    color: #ccc;
}
#slideit textarea:focus:-moz-placeholder {
    color: #ccc;
}
::-moz-placeholder {
    color: #999;
}
#slideit input:focus::-moz-placeholder {
    color: #ccc;
}
#slideit textarea:focus::-moz-placeholder {
    color: #ccc;
}
:-ms-input-placeholder {
    color: #999;
}
#slideit input:focus:-ms-input-placeholder {
    color: #ccc;
}
#slideit textarea:focus:-ms-input-placeholder {
    color: #ccc;
}
.ie9-placeholder {
    color: #999 !important;
}
.ie9-placeholder:focus {
    color: #ccc !important;
}

/***** Tooltips *****/

#slideit .tip {
    background: #222;
    color: #fff;
    font-size: 12px;
    padding: 10px 12px;
    text-align: center;
    position: absolute;
    top: -68px;
    left: -20px;
    opacity: 0;
    visibility: hidden;
    width: auto;
    cursor: default;
}
#slideit .tip:after {
    border-top: 6px solid rgba(0, 0, 0, 1);
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    content: "";
    position: absolute;
    bottom: -6px;
    left: 28px;
}
#slideit input:focus ~ .tip,
#slideit select:focus ~ .tip,
#slideit textarea:focus ~ .tip {
    top: -48px;
    opacity: 1;
    visibility: visible;
    z-index: 99;
}
#slideit input:required:valid ~ .tip,
#slideit textarea:required:valid ~ .tip {
    opacity: 0;
    visibility: hidden;
}

/***** Transitions *****/

#slideit label,
#slideit select,
#slideit input {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#slideit .tip {
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
#slideit textarea {
    -webkit-transition: height 0.4s cubic-bezier(0.2, 0.6, 0.3, 1);
    -moz-transition: height 0.4s cubic-bezier(0.2, 0.6, 0.3, 1);
    -ms-transition: height 0.4s cubic-bezier(0.2, 0.6, 0.3, 1);
    -o-transition: height 0.4s cubic-bezier(0.2, 0.6, 0.3, 1);
    transition: height 0.4s cubic-bezier(0.2, 0.6, 0.3, 1);
}


/*  ==================
    4. MEDIA QUERIES
    ==================  */

/***** Max width 320px *****/

@media screen and (max-width:400px){
    #slideit {
        width: 320px;
    }
    #slideit .section {
        width: 320px;
    }
    #slideit label.open {
        width: 320px;
    }
}

@media screen and (min-width:401px) and (max-width:599px){
    #slideit {
        width: 400px;
    }
    #slideit .section {
        width: 400px;
    }
    #slideit label.open {
        width: 400px;
    }
}