/* ==============================================================================
Theme Name: Phlox Pro Child
Theme URI: http://phlox.pro/go/
Author: averta
Author URI: http://www.phlox.pro
Description: Phlox Pro Child Theme
Template: phlox-pro
Version: 1.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, three-columns, left-sidebar, right-sidebar
Text Domain: phlox-pro-child
================================================================================= */

/*start author name in blog page*/


.tmplt-spacer {
    padding-top: 100px !important;
	}

span.aut-pub {
    padding-left: 0px !important;
	}

span.post-author-name {
    padding-left: 5px !important;
    font-weight: 700 !important;
	}

@media (max-width: 480px) {
    span.post-time {
        font-size: 18px;
        display: flex !important;
        flex-direction: column !important;
    }
    span.aut-pub {
    padding-left: 0px !important;
	}

}
/*end author name in blog page*/

/*Start blog inner page fixed form */
/*.fixed-cont-box {
    height: 53% !important;
}*/
.contact-box-side {
    width: 380px;
}

@media(max-width:1600px){
    .contact-box-side {
    width: 330px;
}

}
@media(max-width:1300px){
    .contact-box-side {
    width: 250px;
}

}
/*end blog inner page fixed form */