/*
 Theme Name:   Twenty Seventeen - Annie
 Theme URI:    http://joinusinfrance.com/twentyseventeen-annie/
 Description:  Twenty Seventeen Child Theme for Join Us in France
 Author:       David Sargent
 Author URI:   http://joinusinfrance.com
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyseventeen-annie
*/

/*--------------------------------------------------------------
0.0 David's additions
--------------------------------------------------------------*/

/* HIDE FOOTER ON BOUTIQUE PAGE AND SUB-PAGES*/
.page-id-13568 footer,
.parent-pageid-13568 footer {
	display: none;
}

/* HIGHLIGHT SEARCH TERMS */
strong.search-excerpt {
	background: yellow;
}

/* Bigger text for articles, etc. */
body,
button,
input,
select,
textarea {
	font-size: 20px;
}

.colors-custom .site-content {
        color: black;
}
/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 30px 1.5em;
	padding: 0;
}

/* Fancy blockquote */
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

/* Override */
body,
button,
input,
select,
textarea {
	font-family: "Raleway", "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

/* New */
.entry-header,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Bitter", "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	padding: 0.5em 0 0;
}

h5 {
	font-size: 20px;
}

.menu-item {
	font-family: "Bitter", "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

.textwidget {
	font-family: "Itim", "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

.site-footer,
#secondary {
        font-size: 1.2rem;
        line-height: 1.2;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

/* Undo weird small uppercase h1's in pages and posts */
/*
.entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
	font-size: 1.65rem;
	text-transform: none;
}

.entry-header,
{
	margin-bottom: 1em;
}
*/

.tablewoborders {
  border-left-width: 0px;
  border-top-width: 0px;
}

.tablewoborders tr,
.tablewoborders td,
.tablewoborders th {
  border-bottom-width: 0px;
}

.tablecentered tr,
.tablecentered td,
.tablecentered th {
	text-align: center;
}

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #DDF;
    color: #000;
}

/* Don't let page headings be different than post headings (no weird small uppercase spaced brtown crap with a huge margin beneath them) */
.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
	color: black !important;
	font-size: 1.875rem;
	letter-spacing: normal;
	text-transform: none;
}

h1 {
	font-weight: 600 !important;
}

.page.page-one-column .entry-header,
.twentyseventeen-front-page.page-one-column .entry-header,
.archive.page-one-column:not(.has-sidebar) .page-header {
	margin-bottom: 0 !important;
}
