/*
Theme Name: Horses4u2u
Theme URI: https://www.weblogic-studio.com
Description: Child theme for Hello Elementor used for the Horses4u2u project.
Author: Weblogic
Author URI: https://www.weblogic-studio.com
Template: hello-elementor
Version: 1.0.0
Text Domain: horses4u2u
*/

/* Custom styles start here */

html {
	font-size: 10px;
}

body {
  line-height: 1.5;
  padding-left: 2rem;
  padding-right: 2rem;
}

.elementor-slides .swiper-slide-bg {
	border-radius: 5rem !important;
}

.homeslider .swiper-pagination {
	left: 4rem !important;
	width: auto !important;
	bottom: 5rem !important;
}

.istaknutomeni a {
  font-size: 1.8rem !important;
  font-weight: 500 !important;
}

ul.sub-menu {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}


@media all and (min-width: 991px) and (max-width: 1280px) {
	html {
  font-size: 9px;
}

  .logohead img {
    max-height: 5.5rem;
  }
}

@media all and (max-width:990px){
	.elementor-slides .swiper-slide-bg {
	border-radius: 2rem !important;
}

body {
  padding-left: 0rem;
  padding-right: 0rem;
}

.elementor-kit-6 h2 {
  font-size: 3rem;
}
}