@charset "UTF-8";
/*
Theme Name: Strictly Seo
Author: Shafi

Description: Strictly Seo
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: StrictlySeo
Tags: Strictly Seo
*/
.footerInner .fa {
    padding-top: 7px;
}
img.authorpic {
    position: absolute;
    top: 320px;
    left: 200px;
    border: 1px solid #ccc;
    border-radius: 100%;
}
.hdearimg.headingCol.animated.bounceInDown.slow.go {
    position: relative;
}
.postauthor{
	position:absolute;
	left:310px;
	text-transform: capitalize;
}
.postdate{
	position:absolute;
	right:180px;
}
.contenttest img {
 
}
.contenttest2 img {
    text-align: center;
   
	padding: 5px;
    border: 1px solid #DBE3E3;
    margin: 20px auto;
    display: block;
    max-width: 80%;
}
.contenttest p{
margin-top: 2em;
    margin-bottom: 2em;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
    line-height: 1.9;
}
.contenttest h2 {
    margin: 35px 30px 5px 0;
    word-wrap: break-word;
    color: #5D6769;
    line-height: 1.2em;
    text-rendering: optimizelegibility;
    font-family: 'Lato', sans-serif;
    font-weight: lighter;
    font-size: 35px;
}
.thumbimg {
    max-height: 400px;
    overflow: hidden;
}
@media (max-width: 767px){
img.authorpic {
    top: 72%;
    left: 3%;
    width: 10%;
}
.postauthor {
    position: absolute;
    left: 0;
    font-size: 10px;
	    padding-top: 5px;
}
.postdate {
    position: absolute;
    right: 0;
    font-size: 10px;
	    padding-top: 5px;
}
.contenttest h2 {
    
    font-size: 20px;
	text-align:justify!important;
}
.contenttest p {
   
    font-size: 15px;
     
}
.contenttest2 p{
	text-align:justify!important;
}
}