/*
 Theme Name:     Twenty Fifteen Child Theme
 Theme URI:      http://hyperlinkcode.com/blog/?p=1010
 Description:    A bare-bones child theme for use with Twenty Fifteen Theme. Pick matching colors quickly at <a href="http://www.html-color-names.com/">html-color-names.com</a>.
 Author:         Edward Zivkovic
 Author URI:     http://hyperlinkcode.com/blog/
 Template:       twentyfifteen
 Version:        1.0.0
*/
 
/* Add Custom CSS after this line */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-weight: 300;
}
a, .uabb-modal-photo {
	transition: all 150ms linear !important;
}
.uabb-photo-gallery-content a {
	border-bottom: none;
}
main#main {
    padding-top: 0px;
}
header.entry-header {
    display: none;
}
#menu-nav li a {
    font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .02em;
}
.hentry {
    padding-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.entry-content {
    padding: 0px;
}
footer.entry-footer, footer.site-footer {
    display: none;
}
li.menu-item {
    border-top: none !important;
}
.secondary.toggled-on {
    position: fixed;
    z-index: 100000;
    width: 100%;
    margin: 70px 0px;
}
article.page {
	background-color: #fbfbfb;
	border-left: 1px solid #e8e8e8;
}
form input {
    margin-top: 5px;
    margin-bottom: 25px;
	border-color: #e8e8e8;
	background-color: white;
}
button.frm_button_submit.frm_final_submit {
    margin-top: 35px;
    font-family: Jura;
    font-size: 18px;
}
textarea, input {
    font-size: 16px !important;
}
img.uabb-modal-photo:hover {
    opacity: .8;
}
.uabb-inner-mask h3.uabb-caption {
    color: #fff;
}
.mfp-counter {
    display: none !important;
}
.mfp-title {
    margin-top: -42px;
    background-color: #00000085;
    padding: 10px;
}
@media screen and (min-width: 59.6875em) {
	.site {
		margin: 0 auto;
		max-width: 1800px;
	}
	.site-main {
		padding: 0px;
	}
	.sidebar {
		max-width: 350px;
		width: 25%;
		padding-top: 150px;
		top: 0px;
	}
	.site-content {
		margin-left: 25%;
		width: 75%;
	}
}

@media screen and (max-width: 59.6875em) {
	.site-header {
		padding-top: 12px;
		padding-bottom: 12px;
		position: fixed;
		z-index: 1000000;
		width: 100%;
	}
	.custom-logo {
    	max-height: 35px;
    	margin-top: 10px;
	}
}
@media screen and (max-width: 954px) {
	.site-header {
    	padding-top: 14px !important;
    	padding-bottom: 14px !important;
	}
	.entry-content {
		margin-top: 60px;
	}
}
@media screen and (min-width: 955px) {
	.site-header {
		padding-top: 14px !important;
		padding-bottom: 14px !important;
	}
}