@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400);
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

img, object, embed {
  max-width: 100%;
}

ul, ol {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

a:hover, a:active {
  outline: none;
}

input, select {
  vertical-align: middle;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
  vertical-align: baseline;
}

label, input[type=button], input[type=submit] {
  cursor: pointer;
}

strong {
  font-weight: bold;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.dlx.constraint, .dlx.partition, .dlx.partition.top .nav, .dlx.partition.main .column.content, .dlx.form {
  display: block;
}
.dlx.constraint:after, .dlx.partition:after, .dlx.partition.top .nav:after, .dlx.partition.main .column.content:after, .dlx.form:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

@font-face {
  font-family: 'Museo300';
  src: url("../fonts/Museo300-Regular.eot");
  src: local("☺"), url("../fonts/Museo300-Regular.woff") format("woff"), url("../fonts/Museo300-Regular.ttf") format("truetype"), url("../fonts/Museo300-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.wphtml p, .textwidget p, .wphtml table, .textwidget table, .wphtml blockquote, .textwidget blockquote, .wphtml ul, .wphtml ol, .textwidget ul, .textwidget ol, .wphtml .wp-caption, .textwidget .wp-caption {
  margin: 2px 0 35px 0;
}

h1, h2, h3, h4, h5, h6, .dlx.sidebar .widget-title {
  margin: 2px 0 15px 0;
}

h1 {
  font-size: 26.25px;
}

h2 {
  font-size: 21px;
}

h3 {
  font-size: 17.25px;
}

body, h4 {
  font-size: 15px;
}

h5, h6, .wphtml blockquote cite, .textwidget blockquote cite, #wp-calendar caption {
  font-size: 13.5px;
}

.dlx.partition.footer, .wphtml th, .wphtml tfoot td, .textwidget th, .textwidget tfoot td, #wp-calendar, .form-allowed-tags {
  font-size: 12px;
}

h4, h5, h6, .wphtml th, .wphtml tfoot td, .textwidget th, .textwidget tfoot td, #wp-calendar caption {
  font-weight: bold;
}

.wphtml q, .textwidget q, .wphtml blockquote, .textwidget blockquote {
  font-style: italic;
}

h6, .wphtml th, .wphtml tfoot td, .textwidget th, .textwidget tfoot td {
  text-transform: uppercase;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #191919;
  background: #fafafa;
}

a {
  transition: all 150ms ease;
  text-decoration: none;
  color: #6e5573;
}
a:hover {
  color: #ad96b2;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-family: "Museo300", "Open Sans", sans-serif;
}

form h1, form h2, form h3, form h4, form h5, form h6 {
  clear: both;
}

.dlx.constraint {
  max-width: 1120px;
  min-width: 300px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.dlx.partition {
  position: relative;
}
.dlx.partition.top {
  background-color: #523f56;
  background-image: linear-gradient(to bottom, #523f56 0%, #6e5573 100%);
  border-bottom: 1px solid #604a65;
  box-shadow: 0px 5px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 0px;
  z-index: 100;
}
.dlx.partition.top > .constraint {
  overflow: visible;
}
.dlx.partition.top .masthead {
  max-width: 325px;
  float: left;
  margin-top: 15px;
}
.dlx.partition.top .masthead a {
  display: block;
}
.dlx.partition.top .nav {
  float: right;
  margin-right: 0px;
  margin-top: 40px;
}
@media only screen and (max-width: 830px) {
  .dlx.partition.top .nav {
    margin-top: 15px;
  }
}
.dlx.partition.top .nav > ul > li {
  position: relative;
  float: left;
}
.dlx.partition.top .nav > ul > li.current-menu-item > a, .dlx.partition.top .nav > ul > li.current-menu-ancestor > a {
  text-decoration: none;
  color: #fff;
  background-image: linear-gradient(to bottom, rgba(26, 26, 26, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.dlx.partition.top .nav > ul > li:first-of-type > a:before, .dlx.partition.top .nav > ul > li:last-of-type > a:after {
  display: none;
}
.dlx.partition.top .nav > ul > li:first-of-type > a {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.dlx.partition.top .nav > ul > li:last-of-type > a {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.dlx.partition.top .nav > ul > li:hover > ul {
  left: 0px;
}
.dlx.partition.top .nav > ul > li > a {
  padding: 15px 13px;
  font-size: 16px;
  font-family: "Museo300", "Open Sans", sans-serif;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to bottom, rgba(13, 13, 13, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
  position: relative;
  display: block;
  color: #fff;
}
.dlx.partition.top .nav > ul > li > a:hover {
  color: white;
  background-color: rgba(26, 26, 26, 0.2);
  background-image: linear-gradient(to bottom, rgba(26, 26, 26, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
@media only screen and (max-width: 830px) {
  .dlx.partition.top .nav > ul > li > a {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0 10px 10px 0;
  }
  .dlx.partition.top .nav > ul > li > a:after {
    display: none;
  }
  .dlx.partition.top .nav > ul > li > a:before {
    display: none;
  }
}
.dlx.partition.top .nav > ul > li > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 18%;
  right: 0;
  width: 1px;
  height: 64%;
  background: rgba(0, 0, 0, 0.1);
}
.dlx.partition.top .nav > ul > li > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 18%;
  left: 0;
  width: 1px;
  height: 64%;
  background: rgba(255, 255, 255, 0.1);
}
.dlx.partition.top .nav > ul > li > ul {
  min-width: 150px;
  position: absolute;
  left: -99999px;
  z-index: 9999;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
}
.dlx.partition.top .nav > ul > li > ul > li:last-of-type a {
  border-bottom: none;
}
.dlx.partition.top .nav > ul > li > ul > li:first-of-type a:before, .dlx.partition.top .nav > ul > li > ul > li:last-of-type a:after {
  display: none;
}
.dlx.partition.top .nav > ul > li > ul > li:hover > ul {
  left: 140px;
}
.dlx.partition.top .nav > ul > li > ul > li > a {
  display: block;
  padding: 4px 13px;
  margin: 5px;
  border-bottom: 1px dashed #cccccc;
  color: #fff;
  position: relative;
}
.dlx.partition.top .nav > ul > li > ul > li > a:hover {
  text-decoration: none;
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
}
.dlx.partition.top .nav > ul > li > ul > li > ul {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  min-width: 150px;
  position: absolute;
  left: -99999px;
  top: 0px;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.2);
}
.dlx.partition.top .nav > ul > li > ul > li > ul > li:last-of-type a {
  border-bottom: none;
}
.dlx.partition.top .nav > ul > li > ul > li > ul > li:first-of-type a:before, .dlx.partition.top .nav > ul > li > ul > li > ul > li:last-of-type a:after {
  display: none;
}
.dlx.partition.top .nav > ul > li > ul > li > ul > li > a {
  padding: 4px;
  margin: 4px;
  border-bottom: 1px dashed #cccccc;
  color: #fff;
  display: block;
  position: relative;
}
.dlx.partition.top .nav > ul > li > ul > li > ul > li > a:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
}
.dlx.partition.feature {
  background-color: transparent;
}
.dlx.partition.feature > .constraint {
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
}
.dlx.partition.feature > .constraint {
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 700px) {
  .dlx.partition.feature {
    display: none;
  }
}
.dlx.partition.main {
  padding: 15px 0px 0 0;
  z-index: 99;
  background-color: transparent;
}
.dlx.partition.main > .constraint {
  padding: 0 0 0px 0;
}
.dlx.partition.main.page-home .column.content {
  box-sizing: border-box;
  margin: 0 auto;
}
.dlx.partition.main.page-home .constraint {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dlx.partition.main .widgetbarhome li {
  float: left;
  width: 28%;
  padding: 0 2%;
}
.dlx.partition.main .widgetbarhome li .widget-title {
  font-size: 24px;
  font-family: "Museo300", "Open Sans", sans-serif;
  color: #232323;
  text-align: left;
  border-bottom: 3px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 5px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.dlx.partition.main .widgetbarhome .gallery-icon img {
  max-width: 130px;
  max-height: 130px;
}
.dlx.partition.main .widgetbarhome .gallery-item {
  padding: 0;
  margin: 0;
  margin-top: 5px !important;
}
.dlx.partition.main .column {
  overflow: visible;
}
.dlx.partition.main .column.content {
  width: 64%;
  float: left;
  padding: 15px 1%;
  margin-right: 1%;
  background-color: #fafafa;
  background-color: transparent;
}
@media only screen and (max-width: 700px) {
  .dlx.partition.main .column.content {
    float: none;
    width: 96%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
.dlx.partition.main .column.aside {
  width: 29%;
  float: right;
  padding: 15px 1%;
  margin-left: 1%;
}
@media only screen and (max-width: 700px) {
  .dlx.partition.main .column.aside {
    float: none;
    width: 96%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
.dlx.partition.widgetbar {
  background: #523f56;
  border-bottom: 1px solid #604a65;
  box-shadow: 0px 5px 8px 0 rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.5);
  padding: 20px 0px;
  z-index: 98;
}
.dlx.partition.widgetbar .textwidget {
  color: rgba(255, 255, 255, 0.5);
}
.dlx.partition.widgetbar > .constraint {
  padding: 0;
}
.dlx.partition.widgetbar a {
  color: #e7e7e7;
}
.dlx.partition.widgetbar a:hover {
  color: white;
}
.dlx.partition.widgetbar h1, .dlx.partition.widgetbar h2, .dlx.partition.widgetbar h3, .dlx.partition.widgetbar h4 {
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
}
.dlx.partition.footer {
  background: #2a2a2a;
  border-top: 1px solid #040404;
  color: #e1e1e1;
  padding: 25px 10px;
}
.dlx.partition.footer a {
  color: #e1e1e1;
}
.dlx.partition.footer a:hover {
  color: white;
}
.dlx.partition.footer .copyright {
  float: left;
}
.dlx.partition.footer .credit {
  float: right;
}
.dlx.sidebar img {
  border-radius: 5px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.dlx.sidebar .widget-title {
  margin-bottom: 15px;
}
.dlx.sidebar > li ul li {
  padding: 5px;
  margin-bottom: 10px;
}
.dlx.sidebar > li ul li ul {
  display: none;
}
.dlx.sidebar.vertical {
  border-left: 1px solid rgba(35, 35, 35, 0.2);
  padding-left: 20px;
}
.dlx.sidebar.vertical .testimonial img {
  max-width: 75px;
  max-height: 75px;
}
.dlx.sidebar.vertical .widget-title {
  color: #232323;
}
.dlx.sidebar.vertical > li {
  margin-bottom: 30px;
}
.dlx.sidebar.vertical > li ul li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.dlx.sidebar.horizontal > li {
  float: left;
  padding: 1% 3%;
  min-width: 22%;
}
.dlx.sidebar.horizontal > li:last-of-type {
  float: right;
}
.dlx.sidebar.horizontal > li ul li {
  border-bottom: 1px dashed #8a6a91;
}
.dlx.form .field {
  margin-bottom: .5em;
  position: relative;
}
.dlx.form .field label {
  display: block;
}
.dlx.form .field.textinput input {
  width: 100%;
  padding: 6px;
  border: 1px solid #bbb;
  background-color: #fbfbfb;
  box-shadow: 1px 1px 2px 2px rgba(226, 226, 226, 0.5) inset;
}
.dlx.form .field.submit input {
  padding: 7px 20px;
}
.dlx.form.search label {
  display: none;
}
.dlx.form.search .field.textinput {
  float: left;
  width: 90%;
}
.dlx.form.search .field.submit {
  float: right;
}

.wphtml, .textwidget {
  line-height: 150%;
  color: #191919;
}
.wphtml q, .textwidget q {
  background: #e1e1e1;
}
.wphtml q:before, .textwidget q:before {
  content: '\2018';
}
.wphtml q:after, .textwidget q:after {
  content: '\2019';
}
.wphtml q:before, .wphtml q:after, .textwidget q:before, .textwidget q:after {
  padding: 0 1px;
}
.wphtml table, .textwidget table {
  max-width: 100%;
}
@media only screen and (max-width: 700px) {
  .wphtml table, .textwidget table {
    display: none;
  }
}
.wphtml td, .textwidget td {
  background: #ededed;
  padding: 10px 15px;
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}
.wphtml tr:nth-child(odd) td, .textwidget tr:nth-child(odd) td {
  background: #e6e6e6;
}
.wphtml tr:hover td, .textwidget tr:hover td {
  background: transparent;
}
.wphtml th, .wphtml tfoot td, .textwidget th, .textwidget tfoot td {
  padding: 10px 15px;
  background: #e1e1e1;
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  white-space: nowrap;
  text-align: left;
}
.wphtml blockquote, .textwidget blockquote {
  border: 1px solid #afafaf;
  font-size: 110%;
  padding: .75em;
  position: relative;
  background-color: #e1e1e1;
  border-radius: 5px;
}
.wphtml ul, .wphtml ol, .textwidget ul, .textwidget ol {
  margin-left: 2em;
}
.wphtml ul, .textwidget ul {
  list-style-type: disc;
}
.wphtml ul li, .textwidget ul li {
  padding: 3px;
}
.wphtml ol, .textwidget ol {
  list-style-type: decimal;
}
.wphtml img, .textwidget img {
  border-radius: 5px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.wphtml .wp-caption, .textwidget .wp-caption {
  border: 1px solid #afafaf;
  padding: .25em;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0px 2px 8px 0px #afafaf;
}
.wphtml .wp-caption-text, .textwidget .wp-caption-text {
  text-align: center;
  padding-top: 10px;
}
.wphtml .wp-caption a, .wphtml .wp-caption a:hover, .wphtml .gallery a, .wphtml .gallery a:hover, .textwidget .wp-caption a, .textwidget .wp-caption a:hover, .textwidget .gallery a, .textwidget .gallery a:hover {
  border: none;
  background: none;
}
.wphtml .alignleft, .textwidget .alignleft {
  float: left;
  margin: 0 10px 5px 0;
}
.wphtml .aligncenter, .textwidget .aligncenter {
  display: block;
  margin: 0 auto 5px auto;
}
.wphtml .alignright, .textwidget .alignright {
  float: right;
  margin: 0 0 5px 10px;
}
.wphtml .alignnone, .textwidget .alignnone {
  float: none;
  display: block;
  margin: 0 auto 5px auto;
}
.wphtml p .alignleft, .textwidget p .alignleft {
  float: left;
  margin: 5px 10px 5px 0;
}
.wphtml p .aligncenter, .textwidget p .aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.wphtml p .alignright, .textwidget p .alignright {
  float: right;
  margin: 5px 0 5px 10px;
}
.wphtml p .alignnone, .textwidget p .alignnone {
  float: none;
  display: block;
  margin: 5px auto 5px auto;
}
.wphtml .size-full, .textwidget .size-full {
  max-width: 100%;
  height: auto !important;
}
.wphtml .gallery-item, .textwidget .gallery-item {
  margin-bottom: 30px;
}
.wphtml .gallery-item img, .textwidget .gallery-item img {
  border: none;
}

#wp-calendar {
  width: 80%;
  margin-left: 10%;
}
#wp-calendar caption {
  margin: 10px 0;
  text-align: center;
}
#wp-calendar a {
  text-decoration: underline;
  color: #232323;
}
#wp-calendar td#today {
  color: #fff;
  background-color: #232323;
}
#wp-calendar tbody td {
  border: 1px solid #afafaf;
}
#wp-calendar tbody td:hover {
  background-color: #e1e1e1;
}
#wp-calendar th, #wp-calendar td {
  text-align: center;
  padding: 7px;
}

.widget_simpleimage {
  text-align: center;
}

.promo_slider_wrapper {
  margin: 0px !important;
}

.promo_slider {
  height: 420px;
}

.promo_slider_title {
  background: rgba(0, 0, 0, 0.5);
  width: auto;
  padding: 1% 2% 1% 3%;
  top: 25px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  font-family: "Museo300", "Open Sans", sans-serif;
  font-size: 210%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  font-weight: normal;
  color: #fafafa;
}
.promo_slider_title a {
  color: #fafafa;
}
.promo_slider_title a:hover {
  color: #fafafa;
  text-decoration: none;
}
@media only screen and (max-width: 959px) {
  .promo_slider_title {
    top: 10px;
  }
}

.promo_slider_excerpt {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  padding: 15px 2.5%;
}

.promo_slider_nav {
  background: transparent;
}
.promo_slider_nav .move_backward, .promo_slider_nav .move_forward {
  background: rgba(35, 35, 35, 0.5);
  padding: 3px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  color: #fafafa;
  transition: all 150ms ease;
}
.promo_slider_nav .move_backward:hover, .promo_slider_nav .move_forward:hover {
  background: #232323;
}
.promo_slider_nav .slider_selections span {
  background: rgba(35, 35, 35, 0.5);
  padding: 3px 7px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  color: #fafafa;
  margin: 0 2px;
  transition: all 150ms ease;
}
.promo_slider_nav .slider_selections span:hover, .promo_slider_nav .slider_selections .current {
  background: #232323;
}
.promo_slider_nav .slider_selections .promo_slider_sep {
  display: none;
}

input[type="text"], textarea, select, input[type="email"], input[type="date"] {
  width: 90%;
  padding: 6px;
  border: 1px solid #bbb;
  background-color: #fbfbfb;
  box-shadow: 1px 1px 2px 2px rgba(226, 226, 226, 0.5) inset;
  border-radius: 5px;
  margin-left: 3px;
  font-family: "Open Sans", sans-serif;
}

textarea {
  height: 75px;
}

input[type="submit"], input[type="button"] {
  padding: 8px 16px;
  font-family: "Open Sans", sans-serif;
  background-image: linear-gradient(to bottom, #eee 0%, #ccc 100%);
  border: 1px solid #aaa;
  border-radius: 5px;
}
input[type="submit"]:hover, input[type="button"]:hover {
  background-image: linear-gradient(to bottom, #fff 0%, #ddd 100%);
}

.post {
  margin-bottom: 50px;
}
