/* 
Theme Name:		 phlox child theme
Theme URI:		 http://childtheme-generator.com/
Description:	 phlox child theme is a child theme of PHLOX, created by ChildTheme-Generator.com
Author:			 Reza Akbari
Author URI:		 http://childtheme-generator.com/
Template:		 phlox
Version:		 1.0.0
Text Domain:	 phlox-child-theme
*/


/*
    Add your custom styles here
*/
.aux-master-menu.aux-horizontal > .aux-menu-item > .aux-submenu {
    right: 0px;
    top: 100%;
    left: auto;
    background-color: white !important;
    text-align: right;
}
.aux-commentlist .comment .comment-edit-link {
    position: absolute !important;
    top: 25px !important;
    left: 15px !important;
}
.wpulike {
    position: absolute;
    left: 10px;
    bottom: 30px;
}
.aux-commentlist > li {
    margin: 0 !important;
}
.aux-commentlist .avatar {
    float: right !important;
    margin-right: 0 !important;
    border: 3px solid #029f71 !important;
    padding: 5px;
    border-radius: 100%;
}
.aux-commentlist .comment {
    position: relative;
    box-shadow: 0 0 10px 0 #d0d0d0;
    border-radius: 5px;
    padding: 10px;
}
.bypostauthor > header .fn {
    background-color: unset !important;
}
.aux-commentlist .comment .comment-author, .aux-commentlist .comment .comment-body, .aux-commentlist .comment .comment-reply-nav {
    margin-right: 75px;
    margin-left: 0;
}
.entry-content, .comment-body {
    text-align: justify;
}
 .aux-elementor-header-menu .aux-master-menu.aux-horizontal.aux-with-splitter > .aux-menu-item > .aux-item-content::after{
	 display:none
}
@media screen and (max-width: 479px){
    .aux-commentlist .comment .comment-edit-link {
        position: absolute !important;
        top: 9px !important;
        left: 8px !important;
        right: auto !important;
    }
}
@media(max-width: 767px) {
    .hentry .entry-title {
        font-size: 1.2em !important;
        text-align: justify;
    }
}