/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/* Add your custom styles here */

.footer-subs .sib_signup_box_inside_1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-subs .sib_signup_box_inside_1 input[type=email]{
outline: none;
height: 43px;
background: #FFFFFF;
border: 2px solid #EEA036;
border-radius: 8px;
width: calc(70% - 10px);
}
.footer-subs .sib_signup_box_inside_1 input[type=submit]{
    outline: none;
    color: #FFFFFF!important;
    background: #EEA036!important;
    border-color: #EEA036!important;
    border-radius: 0 8px;
    width: calc(30% - 10px);
}
.footer-subs .sib_msg_disp{
    width: 100%;
}
.home-latest-article article.elementor-post{
  border-radius:0 10px;
  overflow: hidden;
}
.home-latest-article a.elementor-post__read-more{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    margin-top: 10px;
    border-top: solid 1px;
    width: 100%;
}
.home-latest-article a.elementor-post__read-more::after{
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.home-latest-article .elementor-post__text {
  display: flex !important;
  flex-direction: column;
}
.home-latest-article  .elementor-post__meta-data{
  order: -1;
}
.home-latest-article .elementor-post__thumbnail.elementor-fit-height{
  padding: 0!important;
}
.home-latest-article .elementor-post__thumbnail.elementor-fit-height img{
  position: unset;
  transform: none;
  width: 100%;
  aspect-ratio: 16/9;
}


.categories-latest-article article.elementor-post{
  border-radius:0 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.285);
}
.categories-latest-article a.elementor-post__read-more{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    margin-top: 10px;
    border-top: solid 1px;
    width: 100%;
}
.categories-latest-article a.elementor-post__read-more::after{
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.categories-latest-article .elementor-post__text {
  display: flex !important;
  flex-direction: column;
  padding: 0 15px 15px 15px;
}
.categories-latest-article  .elementor-post__meta-data{
  order: -1;
}
.categories-latest-article .elementor-post__thumbnail.elementor-fit-height{
  padding: 0!important;
}
.categories-latest-article .elementor-post__thumbnail.elementor-fit-height img{
  position: unset;
  transform: none;
  width: 100%;
  aspect-ratio: 16/9;
}
.categories-latest-article  nav.elementor-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 27px;
  gap: 5px;
}
.categories-latest-article  nav.elementor-pagination a.page-numbers{
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #EEA036;
  color: #EEA036;
  font-size: 15px;
  border-radius: 50%;
}
.categories-latest-article  nav.elementor-pagination a.page-numbers:hover,
.categories-latest-article span.page-numbers.current{
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #EEA036;
  color: #fff;
  background: #EEA036;
  font-size: 15px;
  border-radius: 50%;
}
.max-w-100{
  max-width: 100%;
}
#contact .wpcf7-response-output{
  color: #fff;
}