/*
Theme Name: Twenty Seventeen Fazz
Template: twentyseventeen
Theme URI: #
Author: TheFazz
Author URI: #
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.3
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeenchild
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.wrap.child-wrapper main article {
	margin-bottom: 30px;
}
.wrap.child-wrapper main article .entry-content ul li, .wrap.child-wrapper main article .entry-content ol li {
	margin-left: 0px;
}
.child-wrapper .post-thumbnail {
    overflow: hidden;
    border-radius: 4px;
    height: 327px;
}
.child-wrapper .post-thumbnail a img {
    height: 100%;
	width: 100%;
    transition: transform 1s ease,opacity .5s ease,-webkit-transform 1s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.child-wrapper .post-thumbnail:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.post-thumbnail a:hover img, .post-thumbnail a:focus img {
    opacity: 100;
}
.format-quote footer.entry-footer {
	display: none;
}
.wrap.child-wrapper article.format-quote {
	background: #2B3542;
	color: #fff;
	border-radius: 5px;
	margin-bottom: 110px !important;
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 49px !important;
}
.entry-meta a:hover{
	-webkit-box-shadow: none;
    box-shadow: none;
}

.wp-block-quote {
	margin: 0;
}
.format-quote{position: relative;}
.quote-icon-top, .quote-icon-bottom {
	display: block;
	height: 48px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.quote-icon-top img, .quote-icon-bottom img {
	width: 45px;
	height: 50px;
}
.quote-icon-bottom {
	margin-top: 10px;
}

.format-quote blockquote, .format-standard blockquote {
	background: #fff;
    padding: 50px 30px 20px 30px !important;
	border-radius: 5px;
/*	box-shadow: inset 0 2px 0 rgba(188, 147, 200, 0.7), -5px -4px 25px rgba(0, 0, 0, 0.3); */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-top: 14px;
}
.format-quote blockquote::after, .format-standard blockquote::after {
	border-top-color: #ffffff;
	border-width: 10px;
	left: 65%;
	margin-left: -10px;
}
.format-quote blockquote::after, .format-quote blockquote::before, .format-standard blockquote::before, .format-standard blockquote::after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.format-quote blockquote::before, .format-standard blockquote::before {
	border-top-color: rgba(0,0,0,0.01)!important;
	border-width: 11px;
	left: 65%;
	margin-left: -11px;
}
.format-quote blockquote p, .format-standard blockquote p {
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: 400;
	line-height: 40px;
	font-style: italic;
	position: relative;
	margin-bottom: 0;
}
.format-quote blockquote p:first-child, .format-standard blockquote p:first-child {
	text-indent: 100px;

}
.format-quote blockquote p:first-child::before, .format-standard blockquote p:first-child::before {
	content: '\201C';
	font-family: serif;
	font-style: normal;
	font-weight: 700;
	position: absolute;
	font-size: 152px;
	top: 18px;
	left: -105px;
	color: rgb(0, 0, 0);
	text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
	line-height: 20px;
}
.format-quote .entry-content blockquote p, .format-standard .entry-content blockquote p {
	font-size: 18px;
	line-height: 1.5;
}
.format-quote .entry-content blockquote p, .format-standard .entry-content blockquote p {
	margin-bottom: 1.5em;
}
.format-quote blockquote .icon, .format-standard blockquote .icon {
	left: 0;
	display: none;
}
.format-quote .entry-content p {
	margin-bottom: 0;
}
.format-quote p:first-child{margin-top: 30px;}

.single-page .format-quote p:first-child::before {
	top: 37px;
}
.single-page .format-quote blockquote {
	margin-bottom: 20px;
}
.entry-content blockquote {
	padding-left: 1.2em;
/*	border-left-style: solid; */
	margin-bottom: 1.2em;
	font-size: 0.9em;
}



.format-quote .entry-meta .byline {
	color: #fff;
}
.format-standard blockquote{margin-bottom: 10px;}
.format-quote .entry-title a {
	color: #fff;
}
.format-quote a.child-readmore, .child-wrapper .format-quote .link-more a {
	color: #fff;
}

/*css for aside format post*/
.format-aside {
	background: #f2f2f2;
	font-style: italic;
	border-radius: 7px;
	margin-bottom: 88px !important;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px !important;
	padding-left: 30px;
	border: 1px solid #ddd;
}
.format-aside .entry-meta a {
	padding: 5px;
	color: #797575;
}
.format-aside span.edit-link {
    display: none;
}
.author-avatar-aside {
	width: 15%;
	height: auto;
	float: left;
}
.author-avatar-aside img {
	border-radius: 50%;
	width: 60px;
	height: 60px;
}
.format-aside .entry-header .entry-meta {
	width: 85%;
	float: left;
}
.aside-content p {
	border-radius: 5px;
	padding-left: 15%;
}
.single-page .format-aside .aside-content .link-more {
	display: none;
}
.format-aside span.edit-link {
    display: none;
}
.child-wrapper.single-page .format-aside .post-thumbnail {
	display: none;
}
.child-wrapper .format-aside .post-thumbnail {
	overflow: hidden !important;
	display: block;
	width: 82%;
	height: 327px;
	margin-left: 68px;
	margin-bottom: 48px;
	margin-top: 10px;
}
.child-wrapper .format-aside .post-thumbnail img {
	width: 100%;
	height: 100%;
}
.child-wrapper .format-aside .post-thumbnail img {
	height: 100%;
	width: 100%;
	transition: transform 1s ease,opacity .5s ease,-webkit-transform 1s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.child-wrapper .format-aside .post-thumbnail:hover img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.entry-title a:hover{
	-webkit-box-shadow: none;
    box-shadow: none;
	color: #CCCCCC;
	transition: all 0.2s ease-in-out;
}
.entry-footer {
	border: none;
	margin-top: 1em;
	padding: 1em 0;
}

span.child-post-icon.dashicons {
	background: black;
	width: 50px;
	height: 45px;
	padding-top: 7px;
	margin-right: 5px;
	color: #fff;
	font-size: 29px;
}

.entry-content p {
    font-size: 18px;
    line-height: 1.5;
}
h3.entry-title a {
    font-size: 1.3em;
    font-weight: 700;
	color: #333;
}
.entry-title a, .entry-meta a, .page-links a, .page-number, .entry-footer a, .entry-footer .cat-links a, .entry-footer .tags-links a, .edit-link a, .post-navigation a, .logged-in-as a, .comment-navigation a, .comment-metadata a, .comment-metadata a.comment-edit-link, .comment-reply-link, a .nav-title, .pagination a, .comments-pagination a, .site-info a, .widget .widget-title a, .widget ul li a, .site-footer .widget-area ul li a, .site-footer .widget-area ul li a, .entry-content .link-more a {
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;

}
.format-quote .entry-meta a.post-edit-link {
	color: #fff!important;
}
.format-quote .entry-meta a {color: #fff;}
/*css for comment form*/
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea {
    display: block;
    width: 100%;
    padding: 16px 18px;
    border-radius: 3px;
    background: #f1f1f1;
    color: #333;
    border: 1px solid #eee;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    margin: 0;
}
.comment-form input[type="text"]:focus, .comment-form input[type="email"]:focus, .comment-form input[type="url"]:focus, .comment-form textarea:focus {
    color: #fff;
    background-color: #2B3542;
}
input#email {
    background-image: url(images/mail-g.png);
}
input#author {
    background-image: url(images/author-g.png);
}
input#url {
    background-image: url(images/home-g.png);
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
    position: relative;
    padding-right: 60px;
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 24px;
}


.wrap.child-wrapper .comments-area article {
	margin-bottom: 19px;
	border: 1px solid #ddd;
	background: #eee;
	position: relative;
	border-radius: 3px;
	padding: 10px 20px 30px 20px !important;
	margin-left: 70px;
}
.comment-author .avatar, .children .comment-author .avatar {
	height: 70px;
	position: absolute;
	width: 70px;
	right: 100%;
	left: -94px;
	border-radius: 50%;
	top: -15px;
}
.reply {
	width: 120px;
	float: left;
	display: block;
	margin-left: 27px;
}
.child-wrapper .comment-reply-link:hover, .child-wrapper .comment-reply-link:hover .icon, .comment-metadata a:hover{
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #CCCCCC!important;
    
}
.comment-meta {
	margin-bottom: 2px;
}
.comment-content p {
	margin-bottom: 4px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: none;
	padding: 2px;
}
.format-aside .entry-content p {
	margin-bottom: 0;
}
@media only screen and (max-width: 400px) {
	.child-wrapper .format-aside .post-thumbnail {
	width: 82%;
	height: 327px;
}
	.child-wrapper .format-aside .post-thumbnail img {
	height: 100%;
	width: 100%;
}
}
@media only screen and (max-width: 600px) {

	.author-avatar-aside img {
	width: 45px;
	height: 43px;
}

.format-aside .entry-header .entry-meta {
	padding-left: 4%;
}
	.aside-content p {
	padding-left: 18%;
}
	.child-wrapper .format-aside .post-thumbnail {
	display: block;
	width: 82%;
	height: 327px;
}
	.child-wrapper .format-aside .post-thumbnail img {
	height: 100%;
	width: 100%;
}
	
}
@media only screen and (max-width: 900px) {
	.child-wrapper .format-aside .post-thumbnail {
	width: 82%;
	height: 327px;
}
	.child-wrapper .format-aside .post-thumbnail img {
	height: 100%;
	width: 100%;
}
}
