/**
Theme Name: Savior-Pro
Author: Savior Marketing, LLC
Author URI: https://savior.im/
Description: Savior Pro is the child theme of Astra created and used by Savior Marketing Agency.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: savior-pro
Template: astra
*/


.post-media-main-section {
    display: flex;
    flex-wrap: wrap;
}
.post-media-main-section .post-media-row{
    flex-basis: 33.33%;
    height: auto;
    min-height: 178px;
}

@media ((max-width: 767px)){
	.post-media-main-section .post-media-row {
    width: 100%;
    flex-basis: 50%;
    height: auto;
}
}

.user-profile-info-main-sec .media-load-more a{
	text-decoration: none !important;
    outline: none;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #FFFFFF !important;
	text-decoration: none !important;
    background: #3878f4;
    border-radius: 66px;
    transition: all .2s linear;
    padding: 0.5em 1.5em!important;
}


// Check box
.check_box {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #3878f4;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .product-variation-add-info li:nth-child(3), 
.product-variation-single-info li:nth-child(3) {
    display: none;
} */

li.split-class {
    display: none !important;
}