/*
Theme Name: Kunco
Theme URI: http://gaviasthemes.com/kunco/
Author URI: http://gaviasthemes.com/
Author: Gaviasthemes Team
Description: The 2018 theme for WordPress is a fully responsive theme that looks great on any device.
Version: 1.3.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
Text Domain: kunco

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.
*/
.wp-caption-text{
   font-weight: 400;
}
.gallery-caption{
   font-weight: 600;
}
.bypostauthor{
   text-align: left;
}

.gives-form-carousel-3 .slick-slider .slick-track{
   display: flex;
}

.gives-form-carousel-3 .slick-slide {
   height: auto;
}

.gives-form-carousel-3 .tab-carousel-nav .link-service {
   height: 100%;
}

.single-project .content-page {
   padding-top: 30px;
}

.single-project .content-page h1 {
   margin-bottom: 3rem;
}
.quick-button__wrapp {
   display: flex;
   justify-content: flex-start;
}

.projects {
   padding: 5rem 0;
}

.projects__list {
   display: flex;
   flex-direction: column;
   gap: 50px;
}

.single-project .quick-button__wrapp .quick-button a:hover {
   background: #e1af03;
}
.single-project .quick-button__wrapp .quick-button a{
   color: #404040;
   font-size: 16px;
   font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-weight: 600;
   background: #FCC91B;
   padding: 10px 20px;
}

.projects .campaign-content {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   height: 100%;
}

.projects__item .desc {
   margin-bottom: 20px;
}
.projects__item img {
   height: 100%;
   object-fit: cover;
}

@media (max-width: 1199px) {
   .projects {
      padding: 4rem 0;
   }
}

@media (max-width: 991px) {
   .projects__item img {
      height: auto;
      margin-bottom: 20px;
   }
}