/* Enter Your Custom CSS Here */

h1 {
	font-size: 80%;
}
#header {
	z-index: 1;
}
#centered {
	padding-top: 0px;
}

#name {
text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
}

#description {
text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
}

#sidebar-inner .widget {
padding-bottom: 20px;
}

#sidebar-inner .widget-title {
margin-bottom: 9px;
}

#sidebar-inner p {
margin-bottom: 5px;	
}

input, textarea {
margin-bottom: 0px;
}

div.wpcf7 img.ajax-loader {
display: none;
}

div.captions {
margin: 0 auto;
width: fit-content;
background-color: rgba(0, 0, 0, 0.4);
position: absolute;
bottom: 10px;
left: 0px;
right: 0px;
}

.caption {
color: #fff;
overflow: auto;
padding: 10px;
min-width: 300px;
text-align: center;
opacity: 0;
transition:opacity 1s ease-out;
-webkit-transition:opacity 1s ease-out;
-moz-transition:opacity 1s ease-out;
-o-transition:opacity 1s ease-out;
width: auto;
margin: 0 auto;
display: none;
}

.caption.active {
opacity: 1;
transition:opacity 1s ease-out;
-webkit-transition:opacity 1s ease-out;
-moz-transition:opacity 1s ease-out;
-o-transition:opacity 1s ease-out;
display: block;
}

.caption .caption-title {
font-weight: bold;
margin-top: 5px;
margin-bottom: 10px;
}

.caption .caption-desc {
font-family: 'Lato', Arial, sans-serif;
font-weight: 300;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
}

.caption .caption-desc a:link,a:hover,a:active,a:visited {
color: #FFFFFF;
text-decoration: underline;
}

.grecaptcha-badge {display:none;}


.pushy {
  width: 350px;
}

.pushy-left {
  transform: translate3d(-350px,0,0);
}

.pushy-active .site-overlay {
  left: 350px;
}

.container-push, .push-push {
	transform: translate3d(350px,0,0)
}