
			/* GeneratePress Site CSS */ /* mobile header spacing */

.mobile-header-navigation {
	padding: 10px;
	box-sizing: border-box;
}

/* navigation phone button */

.main-navigation:not(.slideout-navigation) .main-nav li.nav-button a {
	border: 2px solid rgba(255,170,0,1.0);
  color: #ffffff;
  line-height: 38px;
	padding: 0px 16px;
  margin-top: 6px;
  margin-left: 24px;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 400ms ease-in-out;
} 

.main-navigation:not(.slideout-navigation) .main-nav li.nav-button a:hover{
	-webkit-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);
}

/* button lift on hover */

.button {
    -webkit-transition: all 500ms ease-in-out !important;
	transition: all 400ms ease-in-out !important;
}

.button:hover {
	-webkit-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);
}

/* post comment form button styling */

.comment-form input[type="submit"] {
  color: #ffffff;
	background-color: #cf9450;
  line-height: 48px;
	padding: 0px 16px;
  margin-top: 20px;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.comment-form input[type="submit"]:hover  {
  color: #ffffff;
	background-color: #cf9450;
	-webkit-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);
}

/* container drop shadows */

.object-shadow {
box-shadow: 0px 0px 10px rgba(20, 20, 20, 0.1);
}

/* photo solid drop shadow */

.photo-shadow img {
	box-shadow: 10px 10px 0px #e2e2e2;
}

/* underline widget titles */

.sidebar .widget-title, .footer-widgets .widget-title {
  border-bottom: 1px solid #cf9450;
  line-height: 1.6em;
  display: inline-block;
} /* End GeneratePress Site CSS */

p {
    text-align: justify;
}
.grecaptcha-badge { visibility: hidden; }
blockquote {
    border-left: 5px solid rgba(255,170,0,1);
}
@media (min-width:769px) {
    .main-navigation .main-nav ul li.nav-button a {
        background-color: #cf9450;
        color: #ffffff;
    }
	.main-navigation .main-nav ul li.nav-button a:hover {
        background-color: #cf9450;
        color: #000000;
    }
}		