/*
Theme Name: Orgarium
Theme URI: https://gaviaspreview.com/wp/orgarium/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: The 2022 theme for WordPress is a fully responsive theme that looks great on any device.
Version: 1.2.2
Tested up to: 5.0
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: orgarium

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;
   font-size: 14px;
   font-style: italic;
   color: #ffffff;
}
.gallery-caption{
   font-weight: 500;
}
.bypostauthor{
   text-align: left;
}




/* Equal height contact boxes*/

.gsc-icon-box-group.style-6 .item-columns{
    display:flex;
}

.gsc-icon-box-group.style-6 .icon-box-item{
    width:100%;
    height:100%;
}

.gsc-icon-box-group.style-6 .icon-box-content{
    min-height:250px;
    height:25%;
}
.testimonial-icon i {
    color: #ffffff !important;
}

.testimonial-item.style-2{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.swiper-slide{
    height: auto !important;
    display: flex;
}

.testimonial-item-content{
    flex: 1;
    display: flex;
    flex-direction: column;
}

.testimonial-content{
    flex-grow: 1;
}

.testimonial-icon{
    margin-top: auto;
}

.testimonial-information{
    margin-top: 20px;
}



.testimonial-item.style-2 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

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

.testimonial-content {
    flex: 1;
}

.testimonial-icon,
.testimonial-information {
    margin-top: 0 !important;
}

.testimonial-information {
    padding-top: 20px;
}


