/*
Theme Name: Green Escort
Theme URI: https://www.greenescort.com/
Author: Green Escort
Author URI: https://www.greenescort.com/
Description: Sağlanan stil dosyalarıyla hazırlanmış WordPress uyumlu tema.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ozel-tema
*/

/*
 * => Global
 */
pre {
  white-space: pre-wrap; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.wrap {
  padding: 15px 15px 0;
  height: 100%; }

.wrap img {
  max-width: 100%; }

body.body {
  background: var(--bg-color);
  font-family: 'lato';
  font-weight: normal;
  color: #363636;
  line-height: 1.44;
  font-size: 15px; }

.clearfix:before, .clearfix:after {
  display: table;
  content: ' ';
  clear: both; }

.better-amp-wrapper {
  background: #fff;
  max-width: 780px;
  margin: 0 auto;
  color: var(--text-color);
  background: var(--content-bg-color); }

.amp-image-tag {
  max-width: 100%; }

b, strong, .bold {
  font-weight: 700; }

p {
  margin: 0 0 15px; }

a {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  color: var(--primary-color);
	text-decoration: none;
}

amp-video {
  max-width: 100%;
  height: auto; }

.strong-label,
blockquote {
  color: #000;
  font-family: Roboto;
  font-weight: 500;
  line-height: 1.5; }

blockquote {
  border: 1px solid #e2e2e2;
  border-width: 1px 0;
  padding: 15px 15px 15px 60px;
  text-align: left;
  position: relative;
  margin: 0 0 15px;
  clear: both; }

blockquote p:last-child {
  margin-bottom: 0; }

blockquote:before {
  content: "\f10e";
  font: normal normal normal 14px/1 FontAwesome;
  color: #d3d3d3;
  font-size: 28px;
  position: absolute;
  left: 12px;
  top: 17px; }

.button, .pagination a,
.comments-pagination a {
  padding: 6px 15px;
  border: 1px solid #d7d7d7;
  background: #faf9f9;
  color: #494949;
  font-family: Roboto;
  font-weight: 500;
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  border-radius: 33px; }

.pagination a {
  padding: 0px 15px; }

.comments-pagination {
  margin: 10px 0; }

.comments-pagination a {
  margin-right: 5px;
  padding: 5px 15px; }

.comments-pagination {
  color: #adadad;
  font-size: small; }

.img-holder {
  position: relative;
  width: 80px;
  background: #eee;
  display: inline-block;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.img-holder:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 70%; }

.content-holder {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.heading-typo {
  font-family: Roboto;
  font-weight: 500;
  margin: 15px 0 7px; }

.heading {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0; }

/*
 * => Header and Navigation
 */
.site-header {
  height: 52px;
  width: 100%;
  position: relative;
  margin: 0;
  color: #fff;
  background: var(--primary-color); }

.site-header .branding {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  font-family: 'Roboto', "Open Sans", 'sans-serif';
  color: #fff;
  position: absolute;
  top: 0;
  width: 100%;

  z-index: 9;
  height: 52px;
  line-height: 32px; }

.site-header .branding .amp-image-tag {
  display: inline-block; }

/* sticky nav */
.sticky-nav .site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  display: block; }

body.sticky-nav {
  padding-top: 52px; }

/* header buttons */
.site-header .navbar-search,
.site-header .navbar-toggle {
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  position: absolute;
  top: 0;
  z-index: 99;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  height: 52px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  width: 52px;
  text-align: center;
  outline: 0;
  cursor: pointer;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease; }

.site-header .navbar-search:hover,
.site-header .navbar-toggle:hover {
  background: rgba(0, 0, 0, 0.1); }

.site-header .navbar-search:focus,
.site-header .navbar-toggle:focus {
  background: rgba(0, 0, 0, 0.2); }

.site-header .navbar-toggle {
  font-size: 21px;
  left: 0; }

.site-header .navbar-search {
  font-size: 18px;
  right: 0;
  line-height: 48px; }

/*
 * => Footer
 */
.better-amp-footer {
  margin: 0;
  background: var(--footer-bg-color); }

.better-amp-footer.sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }

.better-amp-footer-nav {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 14px 15px;
  background: var(--footer-nav-bg-color); }

.better-amp-copyright {
  padding: 17px 10px;
  text-align: center;
  font-family: Roboto;
  font-weight: 400;
  color: #494949;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 13px; }

.footer-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }

.footer-navigation li {
  display: inline-block;
  margin: 0 8px 5px; }

.footer-navigation ul {
  display: none; }

.footer-navigation a {
  text-decoration: none;
  color: #494949;
  font-family: Roboto;
  font-weight: 300;
  font-size: 14px; }

.footer-navigation li li {
  display: none; }

.footer-navigation .fa {
  margin-right: 5px; }

.better-amp-main-link {
  display: block;
  text-align: center;
  font-weight: bold;
  margin: 6px 0 12px; }

.better-amp-main-link a {
  color: #ffffff;
  text-decoration: none;
  padding: 0px 15px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 33px;
  line-height: 26px;
  font-size: 12px;
  font-weight: 400;
  background: var(--primary-color); }

.better-amp-main-link a .fa {
  margin-right: 5px; }

/*
 * => Carousel Style
 */
.carousel {
  overflow: hidden; }

.carousel .carousel-item,
.carousel .img-holder {
  width: 205px;
  float: none;
  margin: 0; }

.carousel .carousel-item {
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  line-height: 0; }

.carousel .carousel-item:last-child {
  margin-right: 0; }

.carousel .content-holder {
  position: relative;
  bottom: auto;
  right: auto;
  top: auto;
  left: auto;
  background: #f8f8f8;
  border: 1px solid #e2e2e2;
  border-top-width: 0;
  float: left;
  white-space: normal;
  padding: 15px;
  height: 100px;
  width: 100%; }

.carousel .content-holder h3 {
  margin: 0;
  height: 64px;
  overflow: hidden;
  position: relative; }

.carousel .content-holder a {
  line-height: 20px;
  font-size: 15px;
  color: #000;
  text-decoration: none; }

/*
 * => Comments Style
 */
.comment-list {
  margin: 14px 0 0 0;
  padding: 0; }

.comment-list,
.comment-list ul {
  list-style: none;
  padding: 0; }

.comment-list ul ul {
  padding: 0 0 0 30px; }

.comment-list .comment {
  position: relative;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #f3f3f3; }

.comment-list > .comment:first-child {
  margin-top: 0; }

.comment-list li.comment:after {
  clear: both;
  content: ' ';
  display: block; }

.comment .comment-avatar img {
  border-radius: 50%; }

.comment .column-1 {
  float: left;
  width: 55px; }

.comment .column-2 {
  padding-left: 75px; }

.comment .comment-content {
  color: #838383;
  margin-top: 8px;
  line-height: 1.57;
  font-size: 14px; }

.comment .comment-content p:last-child {
  margin-bottom: 0; }

.comment .comment-author {
  font-size: 14px;
  font-weight: 700;
  font-style: normal; }

.comment .comment-published {
  margin-left: 10px;
  font-size: 12px;
  color: #a2a2a2;
  font-style: italic; }

.comment .comment-footer a,
.comment .comment-footer .fa {
  font-size: 14px;
  text-decoration: none; }

.comment .comment-footer a + a {
  margin-left: 10px; }

.comments-wrapper .button.add-comment {
  color: #555; }

/*
 * => BetterStudio Themes Style
 */
.bs-shortcode {
  margin: 0 0 30px; }

.bs-shortcode .section-heading {
  margin: 0 0 13px; }

.bs-shortcode .section-heading .other-link {
  display: none; }

.entry-content table {
  border: 1px solid #ddd;
  margin-bottom: 30px;
  width: 100%; }

/*
 * => Button
 */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background: var(--primary-color);
  text-decoration: none; }

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }


/* === Custom Modifications === */

/* Branding color black */
.branding a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

/* Grid layout for archive posts */
.post-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.post-card {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.post-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.post-card h2 {
    padding: 10px;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}


/* === Updated Post Grid Layout === */
.post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 20px 0;
}

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

@media (max-width: 600px) {
    .post-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
