/*
 Theme Name:   ExIT 2020
 Theme URI:    https://exitshoes.com/exit/exit-2020/
 Description:  ExIT 2020 (Twentyseventeen Child Theme)
 Author:       Jeff Mandel
 Author URI:   http://exitshoes.com
 Template:     twentyseventeen
 Version:      1.5.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:  exit-2020
*/



/*
@font-face {
        font-family: 'OCRAEXT';
        src: url('/fonts/OCRAEXT.eot');
        src: local('OCRAEXT'), url('/fonts/OCRAEXT.woff') format('woff'), url('/fonts/OCRAEXT.ttf') format('truetype'), url('/fonts/OCRAEXT.svg') format('svg');
        font-weight: normal;
        font-style: normal;
}

* {font-family:"OCRAEXT", Courier, monospace}
*/

/* body { font-size: 0.9rem; } */  /* =11px? */


ul, ol {
    margin: 0 0 1.5em 1em;
    padding: 0;
}

.custom-header {
	    min-height: 230px;
	    height: 50vh;
}

.has-header-image.twentyseventeen-front-page .custom-header,
.has-header-video.twentyseventeen-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
	display: table;
	min-height: 230px;
	height: 5vh;
	width: 100%;
}

.has-header-image .custom-header-media img, .has-header-video .custom-header-media video, .has-header-video .custom-header-media iframe {
    position: relative;
}
.custom-header-media:before {
	z-index: 1;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0.2) 100%);
}

.site-branding {
    padding: 1em 0;
    position: relative;
    -webkit-transition: margin-bottom 0.2s;
    transition: margin-bottom 0.2s;
    z-index: 1;
}

.site-branding-single {
	position: absolute;
	bottom: 0;
}
.navigation-top .wrap {
    max-width: 1050px;
    }
.site-title {
    text-transform: none;
    font-weight: normal;
}

.page-one-column .panel-content .wrap {
	max-width: 1050px;
}

.wp-block-gallery.aligncenter {
    margin: 0;
    justify-content: space-evenly;
}

.site-content {
	padding: 0;
 }
.panel-content .wrap {
    padding-top: 0;
}

.has-sidebar #secondary {
    padding-top: 6.5em;
}

.single-post:not(.has-sidebar) #primary, .page.page-one-column:not(.twentyseventeen-front-page) #primary, .archive.page-one-column:not(.has-sidebar) .page-header, .archive.page-one-column:not(.has-sidebar) #primary {
    max-width: 1050px;
}

.site-info {
    float: right;
    text-align: right;
}
/* .grecaptcha-badge { visibility: hidden !important; } */

h2.widget-title {
    font-size: 1.2em;
    padding-top: 1em;
}

/* Event Manager Form Styling */
.em-cat-notes {
        font-size: 1.2em;
}
#em-booking {
        float: left;
        margin: 0;
        width: 55%;
        min-width: 300px;
}
.em-booking-form-details {
        width: 100%;
        margin: 0;
        padding: 0;
}
.directory ul {
        clear: both;
        list-style-type: none;
        padding-bottom: 1.2em;
}
 .directory ul > li {
        display: block;
        float: left;
        min-width: 250px;

}
 .directory ul > li > ul {
 float: left;
   display: block;
   margin: 0;

}
 .directory ul > li > ul > li {
   display: block;
   float: none;
}

h2.directory {
        margin: 0
}
ul.first-entry {
        padding-top: 0.5em;
}
.first-entry h2 {
        margin: 0;
        padding-bottom: 0.2em;
}
ul.entry {
        border-top: 1px solid #cc6600;
        margin: 0;
        padding-top: 1.2em;
}
li.title {
}
.directory a.directory-edit-link {
        color: #000;
        text-decoration: underline;
}
.directory a, .email a {
        color: #1982d1;
}
li.name {
        font-size: 1em;
        margin: 0;
        width: 45%;
        padding-left: 1.2em;
        word-wrap: normal;
}
li.contact {
        padding-left: 1.5em;
        margin: 0;
        width: 45%;
}
li.contact-first-item {
        font-weight: bold;
}

#em-booking {
    float: left;
    margin: 0;
    width: auto;
    min-width: 300px;
}

.em-booking-form label {
    clear: both;
    float: left;
    width: auto;
}

.sq-input {
    clear: both;
    float: left;
    height: 2em;
}

#dialog,#payment-errors {
        display: none;
}

.table-last-thumb {
	width: 150px;
}
.wp-block-image figcaption {
	font-style: normal;
	text-align: center;
}

@media print {
.page-break { display: block; page-break-after: always; }
}

