/**
 * Theme Name: Ink - Child Theme
 * Theme URI: https://codestag.com/themes/ink
 * Author: Codestag
 * Author URI: http://codestag.com
 * Description: A Modern and Elegant Photography theme for WordPress.
 * Version: 1.0.0
 * License: GNU General Public License
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: stag
 * Domain Path: /languages/
 * Tags: Tags: theme-options, fluid-layout, editor-style, featured-images, translation-ready
 * Template: ink
 */

/**
 * Place Custom CSS Below this.
 */


.site-branding {
	margin: 0;
}

#about-page {
	bottom: 10%;
}

#about-page .widget {
	margin-left: 30px;
	margin-right: 30px;
}

#about-page .entry-subtitle {
	font-size: 20px
}

#about-page p {
	width: 80%;
    margin: 0 auto 30px;
}

#about-text, .post-cover {
	height: 700px;
}

#about-text .post-cover {
	background-image: url('/wp-content/themes/ink-child/images/salinas-featured.jpg');
	opacity: 0.85;
}

.post-cover {
	transition: all 0.3s;
}

.post:hover .post-cover {
	opacity: .85;
	transform: scale(1.05);
}

.post-content .entry-subtitle {
	transition: all .3s;
	opacity: 0;
	transform: translateY(10px);
}	

	.post:hover .post-content .entry-subtitle {
		opacity: 1;
		transform: translateY(0);
	}

.written-by {
	font-size: 1rem;
	font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}	


@media (min-width: 900px) {

	.site-header {
		padding-left: 80px;
		padding-right: 80px;
	}

	.site-navigation-toggle {
		right: 80px;
	}

	#about-text, .post-cover {
		height: 600px;
	}

	#about-page .widget {
		text-align: left;
	    margin: 0;
	    padding-left: 80px;
	    width: 60%;
	}

	#about-page .entry-subtitle {
		font-size: 27px
	}

	#about-page p {
		margin-left: 0;
		margin-right: 0;
	}
}