/*
Theme Name: Americ
Theme URI: http://demo.bravisthemes.com/americ
Author: Bravis-Themes
Author URI: https://themeforest.net/user/bravis-themes
Description: Americ is a beautifully handcrafted, pixel perfect business consulting WordPress Theme based on Elementor Page Builder & designed with great attention to details, flexibility and performance. Americ has stunning styles and elements to help you make a professional website in no time.
Version: 1.0.0
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: americ
Tags: accountant, advertising, agency, business, company, consulting, corporate, creative, finance, financial, insurance, marketing, elementor, seo, startup
*/

.elementor-post-navigation .elementor-post-navigation__separator-wrapper {
    text-align: center;
    display: none!important;
}

#filtered-posts.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.filtered-post {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
  transition: box-shadow 0.3s;
}

.filtered-post:hover {
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}

.post-thumb img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

@media (max-width: 992px) {
  #filtered-posts.blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  #filtered-posts.blog-grid {
    grid-template-columns: 1fr;
  }
}
#blog-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 30px;
}

.select-wrapper {
    position: relative;
    min-width: 200px;
    flex: 0 0 auto;
}

.select-wrapper select {
    width: 100%;
    padding: 10px 14px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    color: #333;

    /* Tarayıcı oku kaldır */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select-wrapper::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid gray;
}


.pxl-swiper-arrow-prev i {
  transform: rotate(180deg);
  display: inline-block; /* dönüş için block yap */
	
}

.pxl-swiper-arrow:hover {
  background-color: #7D8A58 !important;
}

.pxl-swiper-arrow-prev,
.pxl-swiper-arrow-next {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pxl-swiper-arrow-prev i {
  transform: rotate(180deg);
  margin: 0;
  padding: 0;
  display: inline-block;
}



