HEX
Server: Apache/2
System: Linux ns65.hostinglotus.net 4.18.0-553.16.1.el8_10.x86_64 #1 SMP Thu Aug 8 07:11:46 EDT 2024 x86_64
User: newsnnno (1225)
PHP: 8.2.20
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/newsnnno/public_html/wp-content/themes/digital-download/sass/layouts/_author-section.scss
.author-section{
	overflow: hidden;
	margin: 0 0 20px;
	padding: 0 0 60px;
	border-bottom: 2px solid #f1f5f8;

	.img-holder{
		float: left;
		width: 100px;
		margin-right: 30px;
		margin-top: 7px;

		img{
			vertical-align: top;
			@include border-radius(4px);
		} /*img*/

	} /*img-holder*/

	.text-holder{
		overflow: hidden;

		.author-title{
			font-size: 1.6em;
			line-height: 1.3em;
			font-weight: 700;
			color: $secondary_color;
			margin: 0 0 5px;

		} /*author-title*/

		.author-content{

			p{margin: 0 0 10px;}
		}

		.social-networks{
			margin: 0;
			padding: 0;
			list-style: none;
			overflow: hidden;
			font-size: 0.8em;

			li{
				margin-right: 20px;
				margin-bottom: 10px;
				float: left;

				a{
					color: #86919d;
					@include transition(ease, 0.2s);

					svg{
						margin-right: 5px;
					} /*svg*/

					&:hover,
					&:focus{
						color: $primary_color;
						text-decoration: none;
						border-bottom: 1px dotted $primary_color;
					}

				} /*a*/

			} /*li*/

		} /*social-networks*/

	} /*text-holder*/

} /*author-section*/

@media only screen and (max-width: 767px){

	.author-section{
		
		.img-holder{
			margin: 0 0 30px;
			width: 100%;
		} //img-holder

		.text-holder{
			width: 100%;

			.author-title{font-size: 1em;} //author-title

		} //text-holder

	} //author-section

} //media