/*
Theme Name: Peggi Child
Theme URI: https://peggi.qodeinteractive.com/landing/
Description: A child theme of Peggi Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Version: 1.0.0
Text Domain: peggi
Template: peggi
*/

.qodef-content .my-account {
    width: 30px;
}
.qodef-position-right {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.qodef-position-right .my-account {
    margin-right: 10px;
    margin-top: 10px;
}

.page-template-blog-standard .qodef-blog-holder-inner{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page-template-blog-standard .qodef-post-title {
    font-size: 16px;
    line-height: 24px;
}
.qodef-blog-holder.qodef-blog-standard article.qodef-post-has-media .qodef-post-heading{
	margin-bottom: 0 !important;
}
.page-template-blog-standard .qodef-post-text{
	    background-color: #fff;
    padding: 20px 30px 35px;
}
.page-template-blog-standard .qodef-tags a{
	margin: 0 5px 10px; 
}

.page-template-blog-standard .qodef-blog-holder article .qodef-post-info-bottom{
	padding-top: 15px;
}
.page-template-blog-standard .qodef-blog-holder article{
	width: calc(25% - 25px);
}

.page-template-blog-standard .qodef-blog-holder article .qodef-post-info-bottom{
    padding-top: 15px;
    display: none;
}

@media (max-width: 1199px) {
    .qodef-tm-popup-opened .qodef-team-member-popup-holder .qodef-tmp-content {
        width: 50%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1024px) {
	.page-template-blog-standard .qodef-blog-holder article{
	width: calc(33% - 17px);
}

}

@media only screen and (max-width: 768px){
	
	.page-template-blog-standard .qodef-blog-holder article{
		width: calc(50% - 15px);
	}
	
}
@media (max-width: 767px) {
    .qodef-tm-popup-opened .qodef-team-member-popup-holder .qodef-tmp-content {
        width: 80%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 680px){
	.page-template-blog-standard .qodef-blog-holder article{
		width: 100%;
	}
}