/*!
Theme Name: Creatim
Theme URI: https://creatim.ex-coders.com/
Author: Gramentheme
Author URI: https://themeforest.net/user/gramentheme
Description: Creatim is a clean, minimalist WordPress Theme for modern Creative agency! Give your customers an engaging, lightning-fast user experience that prioritises performance
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: creatim
Tested up to: 7.0
Requires PHP: 7.4
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.recent-items .recent-thumb a img {
  width: 180px !important;
  height: 180px !important;
  object-fit: cover !important;
}

blockquote {
  margin: 35px 0px !important;
  padding: 40px;
  color: #666;
  position: relative;
  background: rgb(252, 238, 237);
  font-style: normal;
  text-align: left;
  clear: both;
  font-weight: 400;
  box-shadow: 0 1px 2px 0 rgb(10 0 58 / 0.14);
  border-left: none !important;
  display: flex;
  justify-content: center;
  gap: 25px;
}

blockquote::before {
  content: "\f10d";
  position: static;
  font-family: "Font Awesome 5 Free";
  font-size: 32px;
  color: #000;
  line-height: 1;
  margin-bottom: 18px;
  display: inline-block;
  font-weight: 600;
  margin-top: 18px;
}

blockquote p {
  font-size: 32px !important;
  font-weight: 600 !important;
  color: rgb(3, 7, 13) !important;
  margin-bottom: 20px !important;
  line-height: 125% !important;
}

.news-details-section figure.wp-block-image.size-full.is-resized img {
  width: 100% !important;
}

h3#reply-title {
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  blockquote::before {
    font-size: 28px;
  }
  blockquote p {
    font-size: 28px !important;
  }
}

@media (max-width: 991px) {
  blockquote {
    padding: 30px;
    gap: 20px;
  }
  blockquote::before {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  blockquote p {
    font-size: 24px !important;
    margin-bottom: 15px !important;
  }
}

@media (max-width: 767px) {
  blockquote {
    padding: 20px;
    gap: 15px;
    margin: 25px 0px !important;
  }
  blockquote::before {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  blockquote p {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }
}

.creatim-default-fallback-footer {
  background-color: #1a1a1a;
  padding: 40px 0 80px 0;
  position: relative;
  z-index: 9999;
  clear: both;
}
.creatim-default-fallback-footer p {
  color: #ffffff !important;
  margin: 0;
  padding: 0;
  font-size: 16px;
  opacity: 1;
  visibility: visible;
  min-height: 24px;
  line-height: 24px;
}
.creatim-default-fallback-footer p a {
  color: var(--theme, #ffffff);
}
