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

/*************** ADD CUSTOM CSS HERE.   ***************/


@media(max-width:1024px){
	.section-1 {
    height: 70vh;
	}

	.slider-section-6 .previous {
    left: 0%;
	}
	.slider-section-6 .next {
    right: 0%;
	}
}
@media (max-width: 767px){
  .related-posts-container .related-posts .related-post {
    width: 100%;
    margin-bottom: 10px;
  }
}
