/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.13.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@media only screen and (min-width: 768px) {

.flickity-page-dots {
    display: none!important;
}
.flickity-prev-next-button svg {
  display: none;
}	
#main.dark {
    background-color: #899db8;
}	


input[type="password"]{
    background-color: transparent!important;;
    color: #ffffff !important;
   
}
.row, .gallery {
      display: none!important;
}

.footer-wrapper {
    display: none!important;
}
.absolute-footer, html {
    background-color: #899db8!important;
}
}

@media only screen and (max-width: 767px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	
.flickity-page-dots {
    display: none!important;
}	
	
.flickity-prev-next-button svg {
  display: none;
}	
#main.dark {
    background-color: #899db8;
}
.absolute-footer, html {
    background-color: #899db8!important;
}
}

@media only screen and (min-width:800px) and (max-width:1280px) {
  /* tablet Lenovo Yoga Tab 3*/
#main.dark {
    background-color: #899db8;
}
.absolute-footer, html {
    background-color: #899db8!important;
}
	
	.flickity-prev-next-button svg {
  display: none;
}

}