/* Responsive Styles*/
.mobile-trigger {
	display: none;
}
.mobile-menu {
	display: none;
}
.collapseomatic {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0;
	background-image: none;
	margin-top: 15px;
	margin-bottom: 20px;
	clear: both;
	color: #0d6a96;
	width: 135px;
    border: 1px solid #97a16d;
    text-align: center;
    background-color: #EDEDD3;	
}

.collapseomatic:hover {
	background-color: #e4e4af;
	text-decoration: none;
}
span.collapseomatic::after{
	content: '    >';
	font-weight: bold;
}

.collapseomatic_content {
	margin-top: 16px;
    font-family: Georgia, "Times New Roman", Times, Serif;
    font-size: 14px;
    line-height: 20px;
    color: #353535;
    letter-spacing: 1px;
    border-bottom: 1px solid #97a16d;
    padding-bottom: 20px;
    margin-left: 0px;
}

.page-id-5 .page-content-wrapper img {
	margin-left: 0px !important;
}

@media all and (max-width: 900px) {
	#luna-main {
		width: 100%;
		box-shadow: none;
	}
	#luna-wrap {
		background-color: #97a16d;
	}
	.page .page-content-wrapper article,
	.blog-wrapper article,
	.page-content-wrapper .blog-wrapper {
		padding: 10px;
		margin: 0;
	}
	.left-sidebar {
		width: 30%;
	}
	.page-content-wrapper.has-sidebar {
		width: 70%;
	}
	.nav {
		padding-left: 0;
		padding-right: 0;
	}
	.nav li a {
		padding: 0 5px;
		font-size: 13px;
		letter-spacing: normal;
	}
	.single-page-title {
		font-size: 20px;
	}
}
@media all and (max-width: 750px) {
	header.header {
		position: relative;
		padding-top: 40px;
		padding-left: 0;
	}
	.logo {
	    max-width: 200px;
	    float: none;
	    padding-top: 10px;
	}
	.mobile-trigger {
	    position: absolute;
	    right: 20px;
	    top: 42%;
	    display: block;
	}
	.header-right {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background: #5c2946;
		color: #fff;
		padding: 5px 20px;
	}
	.header-right p,
	.header-right br {
		display: none;
	}
	.header-right p:first-child {
		display: block;
		margin: 0;
	}
	.has-sidebar .page-wrapper {
	    display: block;
	}
	.left-sidebar {
	    width: 100%;
	    border: none;
	    border-top: 1px solid #818181;
	    float: none;
	}
	.page-content-wrapper.has-sidebar {
	    width: 100%;
	    float: none;
	}
	.page .page-content-wrapper article,
	.blog-wrapper article,
	.page-content-wrapper .blog-wrapper {
		padding: 10px 20px;
	}
	.nav {
		display: none;
	}
	.footer-menu ul {
	    display: block;
	}
	.mobile-menu {
		display: block;
	}
	body {
		position: relative;
		left: 0;
	    -webkit-transition: left 0.3s;
	    transition: left 0.3s;
	}
	.mobile-menu-overlay {
	    position: fixed;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
	    background: transparent;
	    z-index: 99;
	    display: none;
	}

	.mobile-menu {
	    position: fixed;
	    top: 0;
	    right: -250px;
	    padding-top: 20px;
	    width: 250px;
	    height: 100%;
	    background: #5c2946;
	    z-index: 999;
	    -webkit-transition: right 0.3s;
	    transition: right 0.3s;
	}
	.show-mobile-menu .mobile-menu-overlay {
	    display: block;
	}
	.show-mobile-menu .mobile-menu {
	    right: 0;
	}
	body.show-mobile-menu {
	    left: -250px;
	}
	.mobile-menu > a {
	    text-align: center;
	}
	.mobile-menu > a img {
	    display: block;
	    max-width: 200px;
	    margin-left: auto;
	    margin-right: auto;
	    -webkit-filter: brightness(0) invert(1);
	            filter: brightness(0) invert(1);
	}
	ul.mobile-menu-inner {
	    list-style: none;
	    margin: 30px 0 0 0;
	    padding: 0;
	}
	ul.mobile-menu-inner a {
	    position: relative;
	    display: block;
	    overflow: hidden;
	    cursor: pointer;
	    font-weight: bold;
	    font-size: 13px;
	    letter-spacing: 1px;
	    display: block;
	    text-align: left;
	    text-decoration: none;
	    text-transform: uppercase;
	    color: #fff;
	    font-family: 'Caudex';
	    line-height: 30px;
	    height: 30px;
	    padding: 0 20px;
	    border-top: 1px solid rgb(109, 49, 83);
	    -webkit-transition: all 0.3s;
	    transition: all 0.3s;
	}
	ul.mobile-menu-inner li:last-child a {
	    border-bottom: 1px solid rgb(109, 49, 83);
	}
	ul.mobile-menu-inner a:hover {
	    background: #000;
	    background: rgba(0,0,0,0.4);
	}
	.page-content-wrapper iframe {
	    max-width: 100%;
	}
}
@media all and (max-width: 480px) {
	.single-page-title {
		font-size: 18px;
	}
	.blog-wrapper .blogs-title ~ article {
	    padding-left: 0;
	    padding-right: 0;
	}
	.footer-menu ul {
		padding: 0;
	}
	.footer-menu ul li a {
		letter-spacing: normal;
	}
	.footer-graphic {
		display: none;
	}
	.footer-left-right {
		display: block;
		text-align: center;
		margin-top: 10px;
	}
	.blog-wrapper article img, .page .page-content-wrapper article img {
	    float: none;
	    margin-left: auto;
	    margin-right: auto;
	    display: block;
	}
	.page-header img {
	    display: block;
	    width: 100%;
	    width: 130%;
	    max-width: 130%;
	    margin-left: -15%;
	}
	.page-id-76 .page-content-wrapper table,
	.page-id-76 .page-content-wrapper tbody {
	    width: 100%;
	    display: block;
	}
	.page-id-76 .page-content-wrapper table th,
	.page-id-76 .page-content-wrapper table td {
	    display: block;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    width: 100%;
	}
	.page-id-76 .page-content-wrapper tr {
	    display: block;
	    margin-bottom: 10px;
	}
}
@media all and (max-width: 400px) {
	header.header {
		padding-top: 60px;
	}
	.mobile-trigger {
		right: 10px;
	}
}

.wellevate {
	text-align: center;
}

.wellevate a.btn {
	display: block;
	padding: 5px;
	color: #fff;
	margin-top: 5px;
	
	background: rgb(23,112,154);
    background: -webkit-linear-gradient(top, rgba(23,112,154,1) 0%,rgba(16,84,121,1) 100%);
    background: linear-gradient(to bottom, rgba(23,112,154,1) 0%,rgba(16,84,121,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17709a', endColorstr='#105479',GradientType=0 );
}
.wellevate a.btn:hover {
    border-color: #bababa;
    background: rgb(188,188,188);
    background: -webkit-linear-gradient(top, rgba(188,188,188,1) 0%,rgba(140,143,150,1) 100%);
    background: linear-gradient(to bottom, rgba(188,188,188,1) 0%,rgba(140,143,150,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcbc', endColorstr='#8c8f96',GradientType=0 );
   }