/*
    Theme Name: Luna Center 
    Theme URI: http://www.boldwerks.com
    Description: A Custom theme for Luna Center based on HTML5Blank.
    Version: 1.0.0
    Author: Adam Kaufmann, Art Director
    Author URI: http://www.boldwerks.com
    Tags: Blank, HTML5, CSS3
    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
    font-size:62.5%;
    overflow-x: hidden;
}
body {
    font:400 14px/1.4 'Raleway', Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    color:#2D2B24;
}
h1, h2, h3, h4, h5, h6, p, a, ul, ol, li {
    margin: 0;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
    max-width:100%;
    vertical-align:bottom;
}
a {
    color:#444;
    text-decoration:none;
}
a:hover {
    color:#444;
}
a:focus {
    outline:0;
}
a:hover,
a:active {
    outline:0;
}
input:focus {
    outline:0;
    border:1px solid #04A4CC;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#luna-wrap {
    padding-bottom: 20px;
    background: #3b2830;
}
#luna-main {
    font-family: Georgia, "Times New Roman", Times, Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    display: block;
    position: relative;
    z-index: 0;
    width: 80%;
    margin: auto;
    cursor: default;
    overflow: visible;
    background: #fff;
    box-shadow: 0 0 15px #000000;
}
.tbl-container {
    display: block;
}
.has-sidebar .page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.container.tbl-container.has-sidebar {
}
.has-sidebar .page-content-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
section.page-wrapper {
    width: 100%;
}
.page-content-wrapper {
    width: 100%;
}
.page-content-wrapper.has-sidebar {
    width: 74%;
}
/* header */
header.header {
    padding: 20px;
    background: #ededd3; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2VkZWRkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ededd3), color-stop(78%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ededd3 1%,#ffffff 78%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
background: linear-gradient(to bottom,  #ededd3 1%,#ffffff 78%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededd3', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
.art-hmenu-extra1
{
  position : absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 29px;
  background-position: center;
}

.header-right {
  width: auto;
  float: right;
  font-size: 13px;
  font-family: 'Caudex','Georgia';
  color: #3c242d;
  text-align: left;
  font-weight: bold;
  letter-spacing: 1px;
}
.header-right a {
  font-size: 16px;
  color: #096894;

}

.header:after {
    content: '';
    display: table;
    clear: both;
}
/* Page Header */
.home-slider {
    border: 2px solid #97A16D;
}
.page-header {
    border-top: 2px solid #97A16D;
    border-bottom: 2px solid #97A16D;
}
.page-header img {
    display: block;
    width: 100%;
}
.page-header h1 {
    color: #25a1cf;
    font-weight: 800;
    font-size: 34px;
    margin: 0 0 45px 0;
    display: inline-block;
    border-bottom: 1px solid #25a1cf;
    min-width: 250px;
}
/* logo */
.logo {
    float: left;
    max-width: 225px;
}
/* nav */
.nav {
    background: #fff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #818181;
}
.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.nav li {
    display: inline-block;
}
.nav li a {
    position: relative;
    display: block;
    overflow: hidden;
    height: 27px;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    color: #555555;
    font-family: 'Caudex';
    padding: 0 15px;
    line-height: 27px;
    font-weight: bold;
    font-size: 14px;
}
.nav li.current-menu-item a,
.nav li:hover a {
    background: #EDEDD3;
    color: #3B3830;
}
.nav:after {
    content: '';
    display: table;
    clear: both;
}

/* sidebar */
.sidebar {
}
.left-sidebar {
    width: 24%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-right: 1px solid #818181;
}
.has-sidebar .sidebar-widget {
    padding: 15px;
    border-bottom: 1px solid #818181;
}
.has-sidebar .sidebar-widget:last-child {
    border-bottom: none;
}
.has-sidebar .newsletter-heading h3 {
    color: #555555;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Caudex',Serif;
    letter-spacing: 1.5px;
    padding-left: 40px;
    background: url('img/newsletter-icon.png') no-repeat left top;
}
.has-sidebar .sidebar-widget .gform_wrapper label {
    display: none;
}
.has-sidebar .gform_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}
.has-sidebar .gform_heading {
    display: none;
}
.has-sidebar .sidebar-widget .gform_wrapper .ginput_container,
.has-sidebar .sidebar-widget .gform_wrapper .gform_body .gfield {
    margin-top: 0;
}
.has-sidebar .sidebar-widget .gform_wrapper .gform_body .gfield input {
    width: 100%;
    color: #aaaaaa;
    margin-bottom: 15px;
    font-size: 11px;
    font-family: Helvetica;
    letter-spacing: 1px;
    border: 0px;
    box-shadow: 0 0 5px #BCBCBC inset;
}
.has-sidebar .gform_wrapper .gform_footer {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
}
.has-sidebar .gform_wrapper .gform_footer input[type="submit"] {
    color: #fff;
    font-size: 15px;
    border: 1px solid #6aafce;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    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 );
}
.has-sidebar .gform_wrapper .gform_footer input[type="submit"]: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 );
}
.has-sidebar .sidebar-widget > h3 {
    position: relative;
    height: 35px;
    color: #000000;
    font-size: 15px;
    margin: 0;
    padding: 0 5px 0 0;
    white-space: nowrap;
    line-height: 35px;
}
.has-sidebar .widget_recent_entries ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.has-sidebar .widget_recent_entries a {
    line-height: 125%;
    font-size: 13px;
    color: #5D584B;
    padding-bottom: 8px;
    color: #86784B;
    font-style: normal;
    text-decoration: none;
    display: block;
    margin-bottom: 1px;
}
.has-sidebar .widget_recent_entries a:hover {
    text-decoration: underline;
}
.left-sidebar .widget_nav_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.left-sidebar .widget_nav_menu a {
    display: block;
    position: relative;
    top: 0;
    line-height: 28px;
    color: #635D4F;
    padding: 0 16px 0 16px;
    margin-left: 0;
    margin-right: 0;
    font-family: Georgia, "Times New Roman", Times, Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    border: 1px solid transparent;
}
.left-sidebar .widget_nav_menu li.current-menu-item a {
    background: #EDEDD3;
    border: 1px solid #97a16d;
    color: #4E3232;
}
.sidebar-testimonial a,
.sidebar-testimonial {
    color: #86784B;
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
    height: inherit;
}
.sidebar-testimonial a:hover {
    text-decoration: none;
}
.sidebar-testi-by {
    padding-left: 15px;
    margin-top: 5px;
    display: block;
}
/* footer */
.social-icons a {
    display: inline-block;
    width: 48%;
    float: left;
    padding-left: 30px;
    color: #b1b1b1;
    line-height: 40px;
    border-bottom: 1px dashed #515151;
    position: relative;
}
.social-icons a:hover {
    color: #fff;
}
.social-icons a:nth-child(2n) {
    float: right;
}
.social-icons a:before {
    content: '';
    width: 19px;
    height: 19px;
    position: absolute;
    background: url('img/social-icons.png') no-repeat top left;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.social-icons a.social-linkedin:before {
    background-position: 0 -19px;
}
.social-icons a.social-twitter:before {
    background-position: -19px 0;
}
.social-icons a.social-youtube:before {
    background-position: -19px -19px;
}
.footer-4 p:first-child em {
    color: #7b7b7b;
    padding-left: 35px;
    font-size: 12px;
    display: block;
    max-width: 220px;
    border-bottom: 1px dashed #515151;
    padding-bottom: 10px;
}
a.phone-link,
a.mail-link {
    color: #bababa;
    font-size: 13px;
    padding-left: 25px;
    line-height: 35px;
    display: block;
    max-width: 220px;
    border-bottom: 1px dashed #515151;
    background: url('img/phone-icon.png') no-repeat left center; 
}
a.phone-link:hover,
a.mail-link:hover {
    color: #fff;
}
a.phone-link + br {
    display: none;
}
a.mail-link {
    background: url('img/mail-icon.png') no-repeat left center;
}
.site-footer {
    background: #97a16d;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: left;
    font-family: 'Caudex';
}
.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0 15px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer-menu ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.footer-menu ul li a {
    color: #FFFFFF;
    font-style: normal;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.footer-menu ul li a:hover {
    text-decoration: underline;
}
.footer-left-right {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer-graphic img {
    position: relative;
    left: -10px;
    bottom: -10px;
}
.footer-credits a,
.footer-credits {
    font-family: Arial;
    font-size: 10px;
    letter-spacing: normal;
    word-spacing: normal;
    font-style: normal;
    font-weight: normal;
    color: #CFD6C2;
}
.footer-credits a {
    text-decoration: underline;
}
.footer-practitioner {
    color: #6D505B;
    margin-bottom: 20px;
    margin: 0 20px 20px 20px;
}
.site-footer:after {
    content: '';
    display: table;
    clear: both;
}
p.copyright {
    margin: 0;
    float: left;
    color: #777777;
    font-size: 12px;
    font-weight: 600;
}
.copyright-right {
    float: right;
}
.copyright-right a {
    color: #777777;
    font-size: 12px;
    font-weight: 600;
}
.copyright-right a:hover {
    text-decoration: underline;
}
/*------------------------------------*\
    Home
\*------------------------------------*/
.doc-card-home {
    text-align: center;
    color: #756942;
    font-size: 14px;
    line-height: 20px;
}
.doc-card-home img {
    border: 2px solid #d1c7ca;
    margin-bottom: 5px;
}
.doc-card-home a {
    color: #156f98;
    text-decoration: underline;
    display: block;
}
/*------------------------------------*\
    Testimonials Page
\*------------------------------------*/
.luna-testimonial {
    margin: 20px 0 40px;
    font-weight: bold;
}
.luna-testi-by {
    margin-top: 5px;
    display: block;
    padding-left: 15px;
}


/*------------------------------------*\
    About  Page
\*------------------------------------*/


/*------------------------------------*\
    Breadcrumbs
\*------------------------------------*/
.breadcrumb {
    overflow: hidden;
}
.breadcrumb .breadcrumbs {
    background: #25a1cf;
    display: inline-block;
    padding: 6px 10px 5px;
    position: relative;
    min-width: 250px;
}
.breadcrumb .breadcrumbs:after {
    content: '';
    display: block;
    border: 30px solid transparent;
    position: absolute;
    left: 100%;
    top: 0;
    border-left-color: #25a1cf;
}
.breadcrumb a {
    color: #0a4156;
    padding: 0 5px;
    -webkit-transition:all 0.3s;
    transition: all 0.3s;
}
.breadcrumb a:hover {
    color: #fff;
}
.breadcrumb,
.breadcrumb a {
    font-size: 13px;
}
.breadcrumb .sep {
    margin-right: 5px;
    color: #fff;
}
.breadcrumb .current {
    color: #fff;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width:320px) {
}
@media only screen and (min-width:480px) {
}
@media only screen and (min-width:768px) {
}
@media only screen and (min-width:1024px) {
}
@media only screen and (min-width:1140px) {
}
@media only screen and (min-width:1280px) {
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
       only screen and (min-resolution:144dpi) {
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaaaaa;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #aaaaaa;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #aaaaaa;
}
:-moz-placeholder { /* Firefox 18- */
  color: #aaaaaa;
}
.text-center {
    text-align: center;
}
.lunacenter-separator {
    height: 30px;
    position: relative;
}
.lunacenter-separator .es-left,
.lunacenter-separator .es-right {
    width: 50%;
    height: 1px;
    background: #25a1cf;
    position: absolute;
    top: 50%;
}
.lunacenter-separator .es-left {
    left: 0;
}
.lunacenter-separator .es-right {
    right: 0;
}
.lunacenter-separator .es-center {
    width: 65px;
    height: 11px;
    background: url('img/lunacenter-separator.png') #fff no-repeat center center;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.page .page-content-wrapper article,
.blog-wrapper article,
.page-content-wrapper .blog-wrapper {
    margin: 10px;
    padding: 15px;
}
.blog-wrapper article img,
.page .page-content-wrapper article img {
    border: solid 2px #CDB1B1;
    margin: 15px;
    margin-top: 0;
}
.page .page-content-wrapper article table {
    font-family: Georgia, "Times New Roman", Times, Serif;
    font-style: normal;
    font-weight: normal;
    width: 100%;
    margin-top: 15px;
}
.page .page-content-wrapper article th {
    text-align: left;
}
.blog-wrapper p,
.page .page-content-wrapper article p {
    margin-top: 16px;
    font-family: Georgia, "Times New Roman", Times, Serif;
    font-size: 14px;
    line-height: 20px;
    color: #353535;
    letter-spacing: 1px;
}
.blog-wrapper p em,
.page .page-content-wrapper article p em {
    margin-bottom: 16px;
    font-family: Georgia, "Times New Roman", Times, Serif;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
}
.blog-wrapper a,
.page .page-content-wrapper article a {
    font-weight: bold;
    text-decoration: none;
    color: #5F6B47;
}
.blog-wrapper a:visited,
.page .page-content-wrapper article a:visited {
    color: #635D4F;
}
.blog-wrapper a:hover,
.page .page-content-wrapper article a:hover {
    text-decoration: underline;
    color: #7D8D5E;
}
.page-title-wrapper {
    border-bottom: 1px solid #818181
}
.page-title-wrapper a:hover {
    text-decoration: none;
}
.blogs-title {
    border: none;
}
.blog-post-content {
    margin-top: 10px;
}
.blog-post-content p {
    margin-bottom: 10px;
}
.blog-post-meta {
    font-size: 13px;
    color: #948C7A;
}
.blog-post-meta a {
    color: #AB7C7C;
}
.blog-post-meta a:hover {
    color: #8F5B5B;
}
.single-page-title {
    color: #0d6a96;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Caudex',Serif;
    letter-spacing: 1.5px;
}
.pagination {
    text-align: center;
    font-size: 13px;
    text-transform: lowercase;
}
.pagination a,
.pagination span {
    display: inline-block;
    padding: 5px;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
    margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
a img.alignnone {
    margin:5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.wp-caption {
    background:#FFF;
    border:1px solid #F0F0F0;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center;
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.sticky {
}
.bypostauthor {
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}

iframe {
	border: 4px solid #EDEDD3;
}