/*
 Theme Name:   Transference
 Theme URI:    https://www.childthemestyles.com/transference/
 Description:  Start with a solid foundation of the Twenty Sixteen WordPress theme that is blog-focused, and designed for clarity and straightforward simplicity. Now offer a child theme called Transference to create design and visual enhancements for a more refined feel. We've maintained the exceptional core features and functions of Twenty Sixteen, while making several font adjustments. We also made adjustments to sidebar and main content areas, added a new banner sidebar position, added a new colour style option, customized the social icon menu, and several other refinements that will stand out to be a much cleaner style.
 Author:       ChildThemeStyles.com
 Author URI:   https://www.childthemestyles.com
 Template:     twentysixteen
 Version:      1.0.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         blog, two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
 Text Domain:  transference
*/


body {
	font-family: Raleway, Arial, Sans-serif;
	line-height: 1.625;
	background-color: #000;
	color: #505050;
}
.site {
	margin: 20px 0;
}

.site-header {
    padding: 1em 7.6923%;
}

.site-branding .site-title a,
.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
	color: #1a1a1a;
}

.site-main > article {
    margin-bottom: 3em;
}

.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6, 
.entry-summary h1, 
.entry-summary h2, 
.entry-summary h3, 
.entry-summary h4, 
.entry-summary h5, 
.entry-summary h6, 
.comment-content h1, 
.comment-content h2, 
.comment-content h3, 
.comment-content h4, 
.comment-content h5, 
.comment-content h6, 
.textwidget h1, 
.textwidget h2, 
.textwidget h3, 
.textwidget h4, 
.textwidget h5, 
.textwidget h6 {
    font-weight: 600;
}

.entry-title {
    font-size: 18px;
    font-size: 1.25rem;
	font-weight: 400;
}

.entry-content a, 
.entry-summary a, 
.taxonomy-description a, 
.logged-in-as a, 
.comment-content a, 
.pingback .comment-body > a, 
.textwidget a, 
.entry-footer a:hover, 
.site-info a:hover {
    box-shadow: none;
}

a {
	color: #4e9eca;
}
.entry-content p a {
    font-weight: 600;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #659ebd;
}

a.more-link {
    color: #787d85;
    padding: 0.313em 0;
    font-style: italic;
	font-size: 13px;
    font-size: 0.813em;
    letter-spacing: 1px;
}
.sticky-post {
    color: #ffffff;
    background-color: #659ebd;
    display: inline-block;
    padding: 0.25em 1.5em 0.125em;
}
mark, ins {
    background: #659ebd;
}
.site-main ul,
.site-main ol {
    padding: 0 2em;
}
.site-main ul ul,
.site-main ol ol {
    padding: 0;
}

code {
    background-color: #eaeaea;
	padding: 0.125em 0.688em;
}

th {
    background-color: #efefef;
	padding: 0.25em 0.438em;
	text-transform: uppercase;
}
td {
    font-size: 0.938em;
    padding: 0.25em 0.5em;
}
.widget {
    border-top: none;
	padding-top: 0;
}

a.post-thumbnail { 
	transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}
a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 1;  
	-webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}

.alignright,
.alignleft {
	display: block;
	float:none;
	margin: 0 0 1.75em;
}


.sharedaddy:before, 
.sharedaddy:last-child:after {
    background-color: transparent;
}

.banner {
	padding:0 7.6923%;
}
.banner .widget {
    margin-bottom: 2.875em;
}

/* default widgets */
.widget li a,
.widget li a:visited {
	color: #787d85;
}
.widget li a:hover {
	color: #000;
}
.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss_links ul,
.widget_listcategorypostswidget ul {
	list-style: none;
	margin: 1.250em 0;
	padding:0;
}

.widget li {
	border-top: 1px solid #e6e6e6;
	padding: 6px 0;
}
.widget_text li {
	border: none;
}

.widget_archive li,
.widget_links li,
.widget_meta li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss_links li,
.widget_listcategorypostswidget li {
	padding: 0.5em 0;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child,
.widget_rss_links li:first-child,
.widget_listcategorypostswidget li:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child,
.widget_rss_links li:last-child,
.widget_listcategorypostswidget li:last-child {
	padding-bottom: 0;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	border-top: 1px solid #ebebeb;
	margin: 0.5rem 0 0 0.8em;
	padding-top: 0.5rem;
}

/* categories widget */
.widget_categories>li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none!important;
}
.widget_categories li {
    overflow: hidden;
    margin: 0.563em 0 0;
    padding: 0.625em 0 0;
}

/* tag cloud */
 .widget_tag_cloud a {
    display: inline-block;
    font-size:  0.75rem !important;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    margin: 0 0.375em 0.313em 0;
    padding: 0.375em  0.563em 0.250em  0.563em;
    background: #e6e6e6;
    color: #000;
	border-radius: 0.250em;
}

/* Comments */
ol.comment-list {
    padding-left: 0;
}
.comment-content {
	font-size: 15px;
    font-size: 0.938em;
}
.comment-metadata {
    margin-bottom: 1.3135em;
}
.comments-title, 
.comment-reply-title {
    border-top: 1px solid #eeefec;
	font-size: 20px;
    font-size: 1.125rem;
}
.comment-list article, 
.comment-list .pingback, 
.comment-list .trackback {
    border-color: #eeefec;
}
.comment-reply-link {
    padding: .5em 1em;
    text-transform: uppercase;
    font-size: 0.688em;
}
.comment-form {
    padding-top: 1em;
}

/* search */
.search-form {
	position: relative;
}
.widget_search .search-field {
	width: 100%;
}
 /* Comments Widget */
 .comment-author-link {
    font-weight: 600;
}
 .recentcomments a {
    font-style: italic;
}

/* main navigation */
.toggled-on .main-navigation a {
    padding: 0.5rem 0;
}
.dropdown-toggle {
    height: 38px;
    width: 48px;
}
.main-navigation a {
    color: #777;
}

/* social */
.social-navigation a {
	border: none;
}
.social-navigation a:before {
    background-color: #ececec;
    border: 1px solid #cecece;
    border-radius: 50%;
}

/* forms */
button, 
button[disabled]:hover, 
button[disabled]:focus, 
input[type="button"], 
input[type="button"][disabled]:hover, 
input[type="button"][disabled]:focus, 
input[type="reset"], 
input[type="reset"][disabled]:hover, 
input[type="reset"][disabled]:focus, 
input[type="submit"], 
input[type="submit"][disabled]:hover, 
input[type="submit"][disabled]:focus {
    font-size: 0.875rem;
    font-weight: 400;
    padding: 0.75em 0.875em 0.75em;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #777;
}

.post-navigation {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.post-navigation div + div {
	border-top: 1px solid #e6e6e6;
}
.post-navigation .meta-nav {
    margin-bottom: 0;
}
.post-navigation .post-title {
	font-size: 18px;
	font-size: 1.125rem;
}
.post-navigation a {
    padding: 1em 0;
}

.pagination {
    border-top: 1px solid #1a1a1a;
}
.pagination .page-numbers {
    letter-spacing: 0;
    margin: 0;
    padding: 0.5em 0.875em 0 0.063em;
}
.pagination .next.page-numbers,
.pagination .prev.page-numbers {
    padding: 0 0.875em 0 0.063em;
}
.pagination .prev, .pagination .next {
    height: 32px;
}
.pagination .nav-links:before, .pagination .nav-links:after {
    line-height: 31px;
}
.pagination .prev:before, .pagination .next:before {
    height: 33px;
    line-height: 32px;
}
.pagination:before, .pagination:after {
    height: 32px;
}
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #777;
}

.entry-header, 
.post-thumbnail, 
.entry-content, 
.entry-summary, 
.entry-footer, 
.comments-area, 
.image-navigation, 
.post-navigation, 
.page-header, 
.page-content, 
.content-bottom-widgets {
	margin-right: 7.6923%;
}	

	
@media screen and (min-width: 44.375em) {

	.site-header {
		padding: 1.5em 7.6923%;
	}
	.site-main > article {
		margin-bottom: 4em;
	}
	.site-main {
		margin-bottom: 3.25em;
	}
	.menu-toggle {
		font-size: 15px;
		font-size: 0.938rem;
		padding: 0.5em 0.875em 0.375em;
	}
	.entry-title {
		font-size: 27px;
		font-size: 1.688rem;	
		line-height: 1.125;
	}
	.entry-content blockquote:not(.alignleft):not(.alignright), 
	.entry-summary blockquote, 
	.comment-content blockquote {
		margin-left: 1em;
	}
	.comment-list + .comment-respond, 
	.comment-navigation + .comment-respond {
		padding-top: 2.5em;
	}
	.alignleft {
		float: left;
		margin: 0.375em 1.75em 1.75em 0;
	}
	.alignright {
		float: right;
		margin: 0.375em 0 1.75em 1.75em;
	}
}	

@media screen and (min-width: 56.875em) {	
	.banner {
		padding:0;
	}
	.entry-header, 
	.post-thumbnail, 
	.entry-content, 
	.entry-summary, 
	.entry-footer, 
	.comments-area, 
	.image-navigation, 
	.post-navigation, 
	.page-header, 
	.page-content, 
	.content-bottom-widgets {
		margin-right: 0;
	}
	.main-navigation .menu-item-has-children > a:after {
		right: 1em;
		top: 0.5em;
	}
	.main-navigation a {
		padding: 0.313em 0.875em;
	}
	.main-navigation ul ul li {
		border: none;
	}
	.main-navigation ul ul:before, 
	.main-navigation ul ul:after {
		border-style: none;
	}
	.main-navigation ul ul {
		border: 1px solid #e9e9e9;
		padding: 8px;
		text-align: right;
	}
	.main-navigation ul ul .menu-item-has-children > a:after {
		content: "";
	}
	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 0.875em;
	}	
	.main-navigation ul ul a {
		white-space: normal;
		width: 12em;
		font-size: 14px;
		font-size: 0.875em;
	}

	.no-sidebar .entry-header, 
	.no-sidebar .entry-content, 
	.no-sidebar .entry-summary, 
	.no-sidebar .entry-footer, 
	.no-sidebar .comments-area, 
	.no-sidebar .image-navigation, 
	.no-sidebar .post-navigation, 
	.no-sidebar .pagination, 
	.no-sidebar .page-header, 
	.no-sidebar .page-content, 
	.no-sidebar .content-bottom-widgets {
		margin-right: 0;
		margin-left: 0;
	}
}

/* screen size 985px */
@media screen and (min-width: 61.5625em) {
	.site-header {
		padding: 2em 4.5455%;
	}	
	.custom-logo {
		max-width: 400px;
	}
	body:not(.search-results) article:not(.type-page) .entry-content {
		width: 80%;
		border-left: 1px solid #eeefec;
		padding-left: 1.5em;
	}	
	body:not(.search-results) article:not(.type-page) .entry-footer {
		width: 20%;
	}	
	.site-main > article {
		margin-bottom: 5.0em;
	}	
	.site-main {
		margin-bottom: 4.0em;
	}
	.comment-list + .comment-respond, 
	.comment-navigation + .comment-respond {
		padding-top: 3.25em;
	}
	.comments-area, 
	.sidebar, 
	.content-bottom-widgets .widget-area, 
	.widecolumn {
		margin-bottom: 5.0em;
	}
	.banner .widget {
		margin-bottom: 4.75em;
	}
	
}