PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/v1world.us/wp-content/themes/oceanwp/sass/components/blog/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : //home/trave494/v1world.us/wp-content/themes/oceanwp/sass/components/blog/_single-author-bio.scss

/**
 * Single Post Author bio
 */
#author-bio {
	position: relative;
	margin-top: 30px;
	padding-top: 30px;
	border-top-width: 1px;
	border-style: solid;
	border-color: $color-9;

	#author-bio-inner {
		@include display();
	}

	.author-bio-avatar,
	.author-bio-avatar img {
	    @include border-radius( 50% );
	}

	.author-bio-avatar {
	    min-width: 80px;
    	margin-right: 30px;

		img {
		    width: 80px;
			height: 80px;
			border: 3px solid $border-color;
		}
	}

	.author-bio-content {
	    position: relative;
	}

	.author-bio-title {
		display: inline-block;
	    font-size: 18px;
	    margin: 0 0 10px;
	    text-transform: capitalize;
	}

	.author-bio-description p:last-child {
	    margin: 0;
	}
}

.author #author-bio {
	margin: 0 0 30px;
    padding-bottom: 30px;
    border-bottom-width: 1px;
}

/*------------------------------------*
	Phone Landscape
*------------------------------------*/
@media only screen and (max-width: 480px) {

	#author-bio .author-bio-avatar {
		display: none;
	}

}