﻿/*
Theme Name: Twenty Sixteen Child
Template: twentysixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout â€” the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen-child

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.
*/


body, button, input, select, textarea {
	font-size: 15px;
	color: #000;
	
}

body {
	background: #eee;
}

#secondary {
	display: none;
}

#page {
    max-width: 960px;
    margin: 0 auto 0 auto;
}

.content-area {
    float: left;
    margin-right: -100%;
    width: 100%;
}

.site-header {
    padding: 0 0 20px 0px;
}

.site-footer {
	background-color: #bbb;
    border-top: 2px solid black;
}

body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
	display: none;
}

.single .byline, .full-size-link, body:not(.search-results).group-blog .byline, body:not(.search-results) .entry-format, body:not(.search-results) .cat-links, body:not(.search-results) .tags-links, body:not(.search-results) article:not(.sticky) .posted-on, body:not(.search-results) article:not(.type-page) .comments-link, body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
	padding-right: 0;
	display: initial;
}

.entry-footer .cat-links, body:not(.search-results) .cat-links {
	display: none;
}


body:not(.search-results) article:not(.type-page) .entry-content {
	float: none;
}

.entry-title {
	margin-bottom: 10px;
	font-size: 30px;
}

body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #eee;
    margin: 0 0 20px 0;
    width: 100%;
    float: none;
    font-family: sans-serif;
    font-size: 14px;
    background: none;
    border-bottom: 1px solid #aaa;
    text-transform: uppercase;    
}

body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
	width: 100%;
	margin: 0;
	float: none;
}

.entry-content {
    font-family: Verdana;
    font-size: 16px;
    line-height: 26px;
}

/* make text small enough for comparison tables to display properly */
.entry-content .sortable td {
    font-size: .9em;
}

.entry-content table {
	table-layout: initial;
}

.entry-content ul, .entry-content ol {
	margin-left: 22px;
}


.comment-list + .comment-respond, .comment-navigation + .comment-respond {
	padding-top: 0px;
}


.site-main > article {
	margin-bottom: 0px;
}

.site-header-main {
	display: inline-block;
    margin-top: 30px;
    margin-left: 30px;
}


.site-header-menu {
	display: none;
}

/* fix for quote not being indented for larger displays */
@media screen and (min-width: 44.375em) {
	.entry-content blockquote:not(.alignleft):not(.alignright), .entry-summary blockquote, .comment-content blockquote {
	    margin-left: 0;
	}
}

blockquote {
    font-size: inherit;
    font-style: normal;
    background-color: #eee;
    border-left: 2px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
}



/* recent posts widget enhanced plugin */
/* using more specificity to override plugin css */
.rpwe-block li.rpwe-li {
    border-bottom: 1px solid #666;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.rpwe-block .rpwe-li h3 {
    font-size: inherit!important;
	font-weight: bold;
	text-transform: uppercase;
}
.rpwe-li .rpwe-time {
	font-size: inherit;
	line-height: normal;
	color: #000;
}
.rpwe-li .rpwe-summary {
	font-size: 13px;
}
#first-latestpost .rpwe-li .rpwe-time {
	line-height: 50px;
}


#first-latestpost h3 {
    font-size: 25px!important;
}

/* left and right margin was fucking up mobile display */
.entry-header, .entry-summary, .entry-content, .entry-footer, .page-content {
	margin: 0;
}

.no-sidebar .entry-header {
		margin: 0;
}

.entry-content {
	padding: 20px 5px 5px 5px;
}

/* disable footer text */
#colophon .site-info {
	display: none;
}

/* put search form up next to header instead of below */
.search-form {
	display: inline-block;
    padding-left: 30px;
}

.site-inner {
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.25);
    	box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.25);
}


/* let thumbnail float to right of single post title */
h1.entry-title, h2, h3 {
    clear: none;
}

/* float thumbnail for single post */
#my-single-thumbnail {
	float: right; 
	padding: 0 20px 10px 20px;
}

/* do not float thumbnail for single post on small screens */
@media screen and (max-width: 700px) {
	#my-single-thumbnail {
		float: none;
	}
}

/* weird thing in parent theme is hiding the modified date */
.updated:not(.published) {
    display: initial;
}

/* weird margins on everything */
.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: 0;
}

/* hide thumbnails on non-posts */
.type-page .post-thumbnail {
    display: none;
}


/* ubermenu fixes */

/* ubermenu is the wrong width */
nav#site-navigation {
    margin: 0px;
}

@media only screen and (min-width: 851px) {
	
	.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
		display: none;
	}
}


/* end ubermenu fixes */


/* I'm using a plugin for author info box */
.author-info {
    display: none;
}

/* google custom search box in header, and fixes */
table {
	table-layout: auto;
}
table, th, td {
	border: none;
	padding: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}
#google-search-box {
	width: 300px;
	display: inline-block;
	margin-left: 40px;
	margin-top: 40px;
	vertical-align: top;
}
/*
@media screen and (max-width: 700px) {
	#google-search-box {
		margin-left: 0px;
	}
}
*/
.gsc-result .gs-title {
    height: 1.7em!important;
}
.gsib_a {
    padding: 0 10px!important;
}
/* end fixes for google custom search */

hr {
	background-color: #777;
}

/* action button */
.orange-button {
	background:    #f6b26b;
	background:    -webkit-linear-gradient(#f6b26b, #b45f06);
	background:    linear-gradient(#f6b26b, #b45f06);
	border-radius: 5px;
	color:         #fff;
	display:       inline-block;
	padding:       18px 41px;
	font:          normal 700 24px/1 "Calibri", sans-serif;
	text-align:    center;
	text-shadow:   1px 1px 0 #f90;
    margin: 10px 0 10px 20px;	
}

/* for modifying Mailchimp buttons. Above doesn't work right. */
input.orange-button-mailchimp {
	background:    #f6b26b;
	background:    -webkit-linear-gradient(#f6b26b, #b45f06);
	background:    linear-gradient(#f6b26b, #b45f06);
}
input.green-button-mailchimp {
	background:    #2bff45!important;
	background:    -webkit-linear-gradient(#2bff45, #1ec733)!important;
	background:    linear-gradient(#2bff45, #1ec733)!important;
	color:         black!important;
	font-size: 16px!important;
	padding: 0 42px!important;
}
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }<br />
	/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.<br />
	   We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */<br />
#mc_embed_signup .mc-field-group { padding-bottom: 5px; min-height: 0px; }<br />
#mc_embed_signup .mc-field-group input { width: 300px; }<br />
#mc_embed_signup .button {
    color: #000!important;
    background-color: #2bff45!important;
    padding: 0px 35px!important;
    font-size: 16px!important;
}
#mc_embed_signup .mc-field-group {
     width:initial!important;
}
/* mailchimp form */
div#mc_embed_signup {
    background: transparent;
}

/* mailchimp for wordpress plugin */
.comment-form-subscriptions, input#subscribe-reloaded {
    margin: 0;
}

/* disable prev/next post links at bottom of single post */
nav.navigation.post-navigation {
    display: none;
}

/* shorten comment box */
textarea#comment {
    height: 70px;
}


/* homepage */

#home-leftcol {
    max-width: 555px;
    display: inline-block;
    vertical-align: top;
}

#home-leftcol-inside {
	padding-right: 20px;
}


#home-rightcol {
    max-width: 300px;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
}

@media only screen and (min-width: 801px) and (max-width: 1100px) {
	#home-leftcol {
		width: 65%;
		max-width: none!important;
	}
	#home-rightcol {
		width: 34%;
		max-width: none!important;
	}
}

@media only screen and (max-width: 800px) {
	
	#home-leftcol {
		width: 100%;
		max-width: none!important;
	}
	
	#home-leftcol-inside {
		padding-right: 0;
	}
}

/* end homepage */


/* wordpress popular posts plugin */

ul.wpp-list, ul.wpp-list ul {
	margin-top: 10px;
	margin-left: 0px;
	list-style: none;
}


ul.wpp-list li {
	clear: left;
	background: none;
	padding-left: 0;
}

.wpp-thumbnail {
	display: inline;
	float: left;
	margin-right: 15px!important;
}
/* end wordpress popular posts plugin */



/* too much bottom margin */
.site-main > article {
    margin-bottom: 0px;
}

/* fix weird image sizing bug */
@media screen and (min-width: 61.5625em) {
	body:not(.search-results) article:not(.type-page) img.below-entry-meta, body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
		max-width: 100%;
		margin-left: 0;
	}
}

/* fix display on Decent Comments plugin */
.decent-comments a img {
    display: inline-block;
}
.decent-comments .comment-body, .decent-comments .comment-excerpt {
    margin-left: 50px;
}

/* post meta */
.tags-links {
    font-style: normal!important;
}

/* comments area */
.comments-title, .comment-reply-title {
    border-top: 1px solid #888888;
}

/* for displaying a row of image links */
a img.inline-block {
    display: inline-block;
}



/* nav menu search box */
.bop-nav-search input[type=search].search-field {
    width: 150px;
}
.bop-nav-search input.search-submit {
    position: relative;
    width: initial;
}


/* end nav menu search box */


.comment-form-cookies-consent {
    display: none;
}


/* change image into circular */
img.circular {
    border-radius: 50%;
    max-width: 200px;
}

table#testimonials tr td {
    padding: 15px;
}


/* Latest comments at bottom of page after post content */
.my_latest_comments {
    margin-top: 20px;
}
@media screen and (min-width: 880px) {
    .my_latest_comments_list {
        margin-left: 30px;
    }
}
.my_latest_comments_avatar {
    padding: 8px;
    float: left;
}
.my_latest_comments_meta {
    font-family: sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 5px;
}
.my_latest_comments_excerpt {
    
}
.my_latest_comments_divider {
    clear: both;
    color: #999;
    width: 70%;
}
.my_latest_comments_listitem {
color: darkmagenta;
    font-size: 54px;
    float: left;
    padding-right: 10px;
    line-height: 100%;
}



/* fix table layout in posts */
.no-word-wrap td {
    word-break: initial!important;
}

.borders {
    border: 1px solid black;
}


.menu_searchbox h2.widget-title {
    color: #fff;
}
.menu_searchbox button.search-submit {
    color: #fff;
}

/* image captions were off the page to the left */
.entry-content figcaption.below-entry-meta {
    margin-left: 0!important;
}