/*** Microthemer Styles ***/

/* =Hand Coded CSS
-------------------------------------------------------------- */
@media (max-width: 533px) {
    .tagline {
        display:none !important;
    }
    h3.sitetitle a {
        font-size:16px !important;
}

.header-site {
    height:80px;
}
}

/* =Main Menu
-------------------------------------------------------------- */
/* Current Page Button */
li.current_page_item a {
	-webkit-border-radius: 5px 5px 5px 5px !important;
	-moz-border-radius: 5px 5px 5px 5px !important;
	border-radius: 5px 5px 5px 5px !important;
        background: -webkit-gradient(linear, center top, center bottom, from(rgb(0, 0, 0)), color-stop(50%, rgb(90, 83, 83)), to(rgb(63, 48, 48))) !important;
	background: -webkit-linear-gradient(-90deg, rgb(0, 0, 0), rgb(90, 83, 83) 50%, rgb(63, 48, 48)) !important;
	background: -moz-linear-gradient(-90deg, rgb(0, 0, 0), rgb(90, 83, 83) 50%, rgb(63, 48, 48)) !important;
	background: -ms-linear-gradient(-90deg, rgb(0, 0, 0), rgb(90, 83, 83) 50%, rgb(63, 48, 48)) !important;
	background: -o-linear-gradient(-90deg, rgb(0, 0, 0), rgb(90, 83, 83) 50%, rgb(63, 48, 48)) !important;
	background: linear-gradient(180deg, rgb(0, 0, 0), rgb(90, 83, 83) 50%, rgb(63, 48, 48)) !important;
	-pie-background: linear-gradient(-90deg, rgb(0, 0, 0), rgb(90, 83, 83) 50%, rgb(63, 48, 48)) !important;
}
/* Menu Button Parent */
li.menu-item-has-children a {
	-webkit-border-radius: 5px 5px 5px 5px !important;
	-moz-border-radius: 5px 5px 5px 5px !important;
	border-radius: 5px 5px 5px 5px !important;
}
/* Current Page Parent */
li.current-menu-parent a {
        background: -webkit-gradient(linear, center top, center bottom, from(rgb(0, 0, 0)), color-stop(50%, rgb(90, 83, 83)), to(rgb(63, 48, 48))) !important;
	background: -webkit-linear-gradient(-90deg, rgb(0, 0, 0), rgb(90, 83, 83) 50%, rgb(63, 48, 48)) !important;
	background: -moz-linear-gradient(-90deg, rgb(0, 0, 0), rgb(90, 83, 83) 50%, rgb(63, 48, 48)) !important;
	background: -ms-linear-gradient(-90deg, rgb(0, 0, 0), rgb(90, 83, 83) 50%, rgb(63, 48, 48)) !important;
	background: -o-linear-gradient(-90deg, rgb(0, 0, 0), rgb(90, 83, 83) 50%, rgb(63, 48, 48)) !important;
	background: linear-gradient(180deg, rgb(0, 0, 0), rgb(90, 83, 83) 50%, rgb(63, 48, 48)) !important;
	-pie-background: linear-gradient(-90deg, rgb(0, 0, 0), rgb(90, 83, 83) 50%, rgb(63, 48, 48)) !important;
}

/* =Content
-------------------------------------------------------------- */
/* Read More Button */
div.text-left a.btn-medium {
	background-color: rgb(22, 86, 19) !important;
}
/* Contact Us Form */
#contact-us {
	background-color: rgba(0, 0, 0, 0) !important;
}

/* =Leave Reply Form
-------------------------------------------------------------- */
/* Contact Form */
div.story div.wpcf7 {
	-webkit-box-shadow: 10px 10px 10px 5px rgb(68, 68, 68) !important;
	-moz-box-shadow: 10px 10px 10px 5px rgb(68, 68, 68) !important;
	box-shadow: 10px 10px 10px 5px rgb(68, 68, 68) !important;
	background-color: rgb(238, 215, 130) !important;
	padding-top: 10px !important;
	padding-right: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 10px !important;
	border-top-color: rgba(5, 10, 46, 0.55) !important;
	border-top-width: 5px !important;
	border-top-style: ridge !important;
}

/* =Header
-------------------------------------------------------------- */
/* Sticky Header Box */
header.header-sticky {
	-webkit-box-shadow: 10px 10px 10px 0 rgb(0, 0, 0) !important;
	-moz-box-shadow: 10px 10px 10px 0 rgb(0, 0, 0) !important;
	box-shadow: 10px 10px 10px 0 rgb(0, 0, 0) !important;
        background: -webkit-gradient(linear, center top, center bottom, from(rgb(122, 189, 137)), to(rgb(122, 189, 137))) !important;
	background: -webkit-linear-gradient(-90deg, rgb(122, 189, 137), rgb(122, 189, 137)) !important;
	background: -moz-linear-gradient(-90deg, rgb(122, 189, 137), rgb(122, 189, 137)) !important;
	background: -ms-linear-gradient(-90deg, rgb(122, 189, 137), rgb(122, 189, 137)) !important;
	background: -o-linear-gradient(-90deg, rgb(122, 189, 137), rgb(122, 189, 137)) !important;
	background: linear-gradient(180deg, rgb(122, 189, 137), rgb(122, 189, 137)) !important;
	-pie-background: linear-gradient(-90deg, rgb(122, 189, 137), rgb(122, 189, 137)) !important;
}
/* Site Title */
h3.sitetitle a {
	color: rgba(8, 14, 77, 0.75) !important;
	font-size: 28px !important;
}
/* Header Background */
header.header-site {
	background-color: rgb(255, 255, 255) !important;
        background: rgb(255, 255, 255) -webkit-gradient(linear, center top, center bottom, from(rgb(14, 27, 17)), color-stop(50%, rgba(22, 42, 58, 0.15)), to(rgba(14, 37, 55, 0.29))) !important;
	background: rgb(255, 255, 255) -webkit-linear-gradient(-90deg, rgb(14, 27, 17), rgba(22, 42, 58, 0.15) 50%, rgba(14, 37, 55, 0.29)) !important;
	background: rgb(255, 255, 255) -moz-linear-gradient(-90deg, rgb(14, 27, 17), rgba(22, 42, 58, 0.15) 50%, rgba(14, 37, 55, 0.29)) !important;
	background: rgb(255, 255, 255) -ms-linear-gradient(-90deg, rgb(14, 27, 17), rgba(22, 42, 58, 0.15) 50%, rgba(14, 37, 55, 0.29)) !important;
	background: rgb(255, 255, 255) -o-linear-gradient(-90deg, rgb(14, 27, 17), rgba(22, 42, 58, 0.15) 50%, rgba(14, 37, 55, 0.29)) !important;
	background: rgb(255, 255, 255) linear-gradient(180deg, rgb(14, 27, 17), rgba(22, 42, 58, 0.15) 50%, rgba(14, 37, 55, 0.29)) !important;
	-pie-background: rgb(255, 255, 255) linear-gradient(-90deg, rgb(14, 27, 17), rgba(22, 42, 58, 0.15) 50%, rgba(14, 37, 55, 0.29)) !important;
}
