/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/************************STYLE DEFAULT WEBSITE*********************/
*{
	outline: none;
} 
a:focus {
	outline: none;
}
div.wrapper-icon div.elementor-icon-wrapper {
	display: flex;
}
section.splide button.splide__arrow--prev {
    display: none;
    opacity: 1;
    left: -2.8rem;
    border-radius: 0;
    background-color: #FFF;
    font-size: 22px;
}
section.splide button.splide__arrow--next {
    right: -2.8rem;
    opacity: 1;
    background-color: #FFF;
    border-radius: 0;
    display: none;
    font-size: 22px;
}
div.tlt-nav {
  margin-left: auto;
}
div.cs-len {
  margin-left: auto;
}
section.splide ul.splide__pagination {
    position: relative;
    padding: 0;
    margin-top: 1rem;
}
.splide__pagination__page.is-active {
    background: #000000 !important;
    transform: scale(1) !important;
}
.cont-btn p {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
div.cont-btn input.btn-frm:hover {
  background-color: #fff;
  border: 2px solid #C3B06B;
  color: #C3B06B;
}
section.splide ul.splide__pagination button.splide__pagination__page {
    background-color: #979797 !important;
    display: flex;
    height: 10px;
    width: 10px;
    transform: scale(1) !important;
}
div.sld-post-info a.sld-single-link:hover {
  background-color: #111;
  color: #fff !important;
}
#ast-scroll-top {
  background-color: #E9F8FF;
  color: #69C6EE;
}
/*****************************TEST SLIDER*************************************/
section.sld-food {
	height: 840px;
	overflow: hidden;
}

section.sld-food .splide__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.centered-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: center;
}

.centered-text h1 {
	font-size: 3rem;
}

div.cus_sli_pst p.sld-post-title {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  font-family: "Ruda", Sans-serif;
}
div.sld-post-info > p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  color: #111;
  font-family: "Ruda", Sans-serif;
}
div.cus_sli_pst .sld-single-link {
  padding: 5px;
  display: block;
  text-align: center;
  max-width: 180px;
  border-radius: 10px;
  border: 1px solid #111;
  color: #111 !important;
  font-weight: 700;
  font-family: "Ruda", Sans-serif;
  margin-bottom: 5px;
}
div.sld-post-info p.tlt-cat {
  color: #3CC063;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 5px 15px;
  max-width: fit-content;
  background-color: #E5FEEC;
  text-align: center;
  border-radius: 5px;
  font-family: "Ruda", Sans-serif;
  font-weight: 700;
  border: 1px solid #3CC063;
}
div.cus_sli_pst .sld-post-link, div.cus_sli_pst .sld-single-link {
  text-decoration: none;
}
section.sldArticles .splide__arrows {
  position: absolute;
  bottom: -2rem;
  left: 50%;
}
section.sldArticles .splide__arrow--prev, section.sldArticles .splide__arrow--next {
  box-shadow: none !important;
  background-color: #FDF9EA;
  border-radius: 50% !important;
}
section.sldArticles .splide__arrow--prev{
	left: -4.5rem !important;
}
.splide__arrow svg {
  font-size: 14px !important;
  fill: #BAAF76 !important;
}
div.sld-post-image {
  display: flex;
  flex-direction: column;
  gap: 0px;
  border: 1px solid #D9D9D9;
}
div.sld-post-info {
  padding: 1rem;
  background-color: #fff;
}
div.container-blogs {
  padding-bottom: 5px;
}
label.frm-pbtn {
  font-size: 17px !important;
  line-height: 21px !important;
  display: block;
  margin-top: 15px;
  font-weight: 400 !important;
}
/********************************HOME**********************************/
div.wpml-drop, div.lg-auto {
  margin-left: auto;
}

span.tlt-teal {color: #387A97;font-weight: 700;}
div.review_cust div.elementor-testimonial {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div.review_cust div.elementor-testimonial__header {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  align-items: center;
}
div.review_cust div.elementor-testimonial__text {text-align: center;}
/********************************CONTACT FORM********************************/
.wpcf7 div.container-form {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
div.container-form div.form-input p, div.container-form div.cont-btn p {
    margin-bottom: 0;
}
div.cont-btn input.btn-frm {
  background-color: #C3B06B;
  font-family: 'Ruda';
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #FAFAFA;
  padding: 10px 19px;
  border: 2px solid #C3B06B;
}
div.container-form  div.cont-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
div.container-form input.input-frm, div.container-form textarea.input-msg {
    border: 1px solid #5D5D5D;
    box-shadow: none;
    border-radius: 5px;
	font-family: 'Ruda';
    font-size: 16px;
    line-height: 22px;
}
div.container-form input.input-frm::placeholder, div.container-form textarea.input-msg::placeholder {
	font-family: 'Ruda';
    font-size: 16px;
    line-height: 22px;
}
div.container-form textarea.input-msg {
    resize: none;
    height: 182px;
}
.wpcf7 div.container-form input.input-frm:focus, div.container-form textarea.input-msg:focus {
    border-style: solid;
    border-color: #C3B06B;
	color: #C3B06B;
}
div.container-form .form-input label {
    font-family: 'Ruda';
    font-size: 16px;
    line-height: 22px;
    color: #5D5D5D;
    font-weight: 700;
}
/* # Media Queries (mobile-first)
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 545px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 993px) {}
@media only screen and (min-width: 1025px) {}
@media only screen and (min-width: 1200px) {}
@media only screen and (min-width: 1300px) {
	/************************STYLE DEFAULT WEBSITE*********************/
	section.splide button.splide__arrow--prev,
	section.splide button.splide__arrow--next {
        display: block;
    }
}


/* # Media Queries (mobile-second)
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1159px) {}
@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 992px) {}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 544px) {}