HEX
Server: Apache
System: Linux cp4.skywebbox.com 5.14.0-503.15.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 28 07:25:19 EST 2024 x86_64
User: alfouzantranspor (1054)
PHP: 8.3.23
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/alfouzantranspor/www/wp-content/themes/digital-download-1/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