?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/themes/quadric/assets/css/scss/



?? Go up: /home/webdevt/www/wdp/wp-content/themes/quadric/assets/css

?? Viewing: blog.scss

@import 'variables';
@import 'mixins';

.edgtf-blog-holder{
	article {
		padding-bottom: 25px;
		margin-bottom: 25px;
		border-bottom: 2px solid $default-border-color;
		position: relative;

		&:not(.format-audio) .edgtf-post-image {
			margin-bottom: 37px;
		}
		.edgtf-post-image {

			position: relative;
			text-align: center;
			img {
				vertical-align: middle;
			}
		}
		.edgtf-post-top-date {
			position: absolute;
			top:0;
			z-index: 100;
			@include edgtfTransition(top 0.2s ease-in-out, background-color 0.1s ease-in-out);
			background-color: #18202d;
			width: 71px;
			padding-top: 14px;
			padding-bottom: 14px;
			color: #fff;
			-webkit-backface-visibility: hidden;

			span {
				display: block;
				text-align: center;
			}

			.edgtf-post-date-month {
				font-size: 15px;
				line-height: 16px;
				margin-bottom: 4px;
			}

			.edgtf-post-date-day {
				font-size: 33px;
				line-height: 33px;
				font-weight: 700;
				margin-bottom: 10px;
			}

			.edgtf-post-date-year {
				font-size: 15px;
				line-height: 17px;
				color: $first-main-color;
				@include edgtfTransition(color 0.1s ease-in-out);
			}
		}

		.edgtf-post-image:hover,
		&.format-link .edgtf-post-text:hover,
		&.format-quote .edgtf-post-text:hover
		{
			.edgtf-post-top-date {
				top:-7px;
				background-color: $first-main-color;
			}
			.edgtf-post-date-year {
				color: #fff;
			}
		}

		.edgtf-blog-audio-holder {

			margin-bottom: 15px;

		}

		.edgtf-post-excerpt{
			margin: 0px;
		}

		.edgtf-post-title {
			margin-bottom: 15px;
		}

		&.sticky {
			.edgtf-post-title a {
				color: $first-main-color;
			}
		}

		.edgtf-post-info{

			margin-bottom: 28px;
			display: inline-block;
			vertical-align: middle;
			width: 100%;
			font-size: 13px;

			&.edgtf-post-info-bottom
			{
				margin: 15px 0 0 0;
			}

			> div {
				display: inline-block;
				position: relative;
				padding-right: 20px;
				color: #a9a9a9;
				float: left;
			}

			> div i{

				color: $default-text-color;
				padding-right: 8px;
				font-size: 17px;
				top: 2px;
				position: relative;
			}

			.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-title{
				margin-left: 0px;
			}

			> div:after {
				content: "/";
				position: absolute;
				right: 7px;
				top: 0;

			}

			> div:last-child:after {
				content: "";
			}

			a{
				color: #a9a9a9;
			}

			a:hover{
				color: $first-main-color;
			}
		}

		&.format-quote,
		&.format-link {

			.edgtf-post-info-bottom
			{
				margin: 20px 0 0 0;
			}

			.edgtf-post-text {
				background-position: center;
				background-repeat: no-repeat;
				background-size: cover;
				position: relative;
			}
			.edgtf-post-text-inner{
				padding: 55px 110px;
				background-color: rgba(0,0,0, 0.3);
			}
			.edgtf-post-title,
			.edgtf-post-title a{
				color: #fff;
			}

			.edgtf-post-title{
				font-weight: 500;
				margin-bottom: 0;
			}
		}

		&.format-quote .edgtf-post-title{
			margin-bottom: 18px;
		}


		&.format-quote .edgtf-post-mark{
			bottom: 5px;
			right: 11px;
		}

		.edgtf-post-mark{
			position: absolute;
			bottom: 12px;
			right: 18px;
			color: #fff;
		}

		.edgtf-post-mark .edgtf-link-mark{
			font-size: 20px;
		}

		.edgtf-post-mark .edgtf-quote-mark{
			font-size: 30px;
		}

		.edgtf-quote-author{
			color: #fff;
			font-size: 12px;
			text-transform: uppercase;
			font-weight: 700;
			letter-spacing: 1px;
		}


		.edgtf-image-hover {
			position: absolute;
			background-color: rgba(0,0,0,0.3);
			top: 0;
			left: 0;
			display: block;
			height: 100%;
			width: 100%;
			opacity: 0;
			z-index: 100;
			@include edgtfTransition(opacity 0.3s ease-in-out);

			.edgtf-image-hover-inner {

				display: block;
				position: absolute;
				text-align: center;
				bottom: 20px;
				right: 20px;
				font-size: 12px;
				text-transform: uppercase;
				font-weight: 700;
				letter-spacing: 1px;
				color: #fff;
			}

			.edgtf-image-hover-inner .edgtf-hover-icon{
				font-size: 25px;
				color: $first-main-color;
				margin-left: 2px;
				vertical-align: middle;
				position: relative;
				top: -1px;
			}
		}

		.edgtf-post-image:hover .edgtf-image-hover {
			opacity: 1;
		}

	}

	&.edgtf-blog-single article {

		padding-bottom: 0;

		.edgtf-post-content{
			padding-bottom: 25px;
		}

		.edgtf-post-info-bottom {
			margin: 21px 0 0px;
		}

		&.format-link,
		&.format-quote {
			.edgtf-post-text{
				margin-bottom: 20px;
			}
		}
	}

	&.edgtf-blog-type-masonry {
		margin-bottom: 20px;
		transition: none !important;
		overflow: visible !important;

		article {
			display: block;
			width: 32%;
			padding: 0 0 20px;
			text-align: left;
			vertical-align: top;
			z-index: 100;
			margin: 0 0 20px;
			box-sizing: border-box;
			@include edgtfTransition(border-color 0.15s ease-out);

			&.format-quote,
			&.format-link {
				.edgtf-post-text-inner {
					padding: 50px 80px;
				}
			}

			&:not(.format-audio) .edgtf-post-image {
				margin-bottom: 20px;
			}
			.edgtf-post-title {
				margin-bottom: 6px;
			}
			.edgtf-post-info {
				margin-bottom: 11px;
			}
			.edgtf-post-top-date {
				width: 58px;
				padding-top: 13px;
				padding-bottom: 13px;

				.edgtf-date-month {
					font-size: 12px;
					line-height: 16px;
				}
				.edgtf-post-date-day {
					font-size: 28px;
					line-height: 28px;
					font-weight: 700;
					margin-bottom: 2px;
				}

				.edgtf-post-date-year {
					font-size: 12px;
					line-height: 16px;
				}
			}
		}


		.edgtf-blog-masonry-grid-sizer {
			width: 32%;
		}
		.edgtf-blog-masonry-grid-gutter {
			width: 2%;
		}

		#infscr-loading {
			position: absolute;
			bottom: -35px;
			left: 50%;
			@include edgtfTransform(translateY(-50%));
		}

	}
	&.edgtf-masonry-full-width {

		margin-right: 2%;
		margin-left: 2%;
		padding-top: 50px;

		article {
			width: 18.4%;
		}
		.edgtf-blog-masonry-grid-sizer {
			width: 18.4%;
		}
		.edgtf-blog-masonry-grid-gutter {
			width: 2%;
		}
	}

}

.edgtf-blog-infinite-scroll-button{
	display: none;
}
.edgtf-prev-next-pagination {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 15px;

	.edgtf-prev-posts-link {
		float: left;
	}
	.edgtf-next-posts-link {
		float: right;
	}

	> span {

		> a {
			font-size: 14px;
			font-weight: 600;
			text-transform: uppercase;
			color: $second-main-color;
		}
	}

}
.edgtf-filter-blog-holder{

	text-align: center;
	margin-bottom: 30px;

	li {
		display:inline-block;
		padding: 0 8px;
		cursor: pointer;
		font-size: 15px;

		&.edgtf-active{
			color: $first-main-color;
		}
	}
}
.edgtf-author-description {

	border-bottom: 2px solid $default-border-color;

	.edgtf-author-description-inner{
		padding: 7px 0 32px;
	}

	.edgtf-author-description-image {
		float: left;
		width: 95px;
		margin-right: 25px;

		img {
			vertical-align: middle;
		}
	}

	.edgtf-author-description-text-holder {
		padding-left: 120px;
		position: relative;

		.edgtf-author-name i {
			color: #929190;
			font-size: 17px;
			margin-right: 9px;
			position: relative;
			top: 2px;
		}

		.edgtf-author-text{
			padding-top: 14px;
		}
	}

}

.edgtf-single-tags-holder {

	margin: 0 0 25px;
	vertical-align: middle;

	.edgtf-single-tags-title {
		display: inline-block;
		margin-right: 5px;
	}
	.edgtf-tags{
		display: inline-block;
		vertical-align: middle;

		a {
			color: $default-text-color;
			background-color: #f8f8f8;
			margin: 0 6px;
			display: inline-block;
			padding: 5px 10px;
			text-transform: capitalize;
			float: left;
			box-sizing: border-box;
			border: 2px solid transparent;
			border-radius: 2px;
		}

		a:hover{
			background-color: #fff;
			border-color: #efefef;
			color: $first-main-color;
		}
	}
}

.edgtf-blog-single-navigation{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 46px;

	.edgtf-blog-single-prev,
	.edgtf-blog-single-next{
		position: absolute;
		display: inline-block;
		font-size: 25px;
		font-weight: 500;


		a{
			color: $second-main-color;
			background-color: #f5f5f5;
			border-radius: 2px;
			line-height: 46px;
			height: 46px;
			width: 46px;
			text-align: center;
			display: block;
		}
	}

	.edgtf-blog-single-prev{
		left: 0;
	}

	.edgtf-blog-single-next{
		right: 0;
	}
}

.edgtf-single-links-pages{
	margin-top: 20px;

	.edgtf-single-links-pages-inner{
		> a,
		> span{
			display: inline-block;
			height: 30px;
			width: 30px;
			line-height: 30px;
			text-align: center;
		}
	}
}

/* #Audio styles - start
   ========================================================================== */

.edgtf-blog-audio-holder {
	.mejs-container {
		height: 40px !important;
		background: #f8f8f8;
		border-bottom: 2px solid $default-border-color;

		.mejs-controls {
			height: 35px !important;
			padding: 0;
			background: #f8f8f8;
			
			.mejs-button {
				width: 26px;
				height: 26px;
			}

			.mejs-time {
				color: $second-main-color;
				padding: 10px 3px 0;
			}
			
			.mejs-time-rail {
				padding-top: 5px;
			}

			.mejs-button button {
				cursor: pointer;
				display: block;
				font-size: 0;
				line-height: 0;
				text-decoration: none;
				margin: 7px 5px;
				padding: 0;
				position: absolute;
				height: 16px;
				width: 16px;
				border: 0;
				background-image: url(img/controls.svg);
			}
			
			.mejs-pause button {
				background-position: 0 -16px;
			}
			
			.mejs-mute>button {
				background-position: -16px -16px;
			}
			
			.mejs-unmute button {
				background-position: -16px 0;
			}

			.mejs-time-rail .mejs-time-loaded,
			.mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
				background: $first-main-color;
			}
			.mejs-time-rail .mejs-time-total,
			.mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
			.mejs-time-rail .mejs-time-current

			{
				background: $second-main-color;
			}
			.mejs-time-rail span,
			.mejs-time-rail a{
				height: 6px;

			}
			.mejs-time-rail .mejs-time-total {
				margin-top: 7px;
			}
			.mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
			.mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
				height: 6px;
			}
			
			.mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
				top: 11px;
			}
		}

		.mejs-embed,
		.mejs-embed body{
			background: #f8f8f8;
		}
	}
}


??

??