/***************************************************************************************************************************************
**************************************************************************************************************************************** 
**************************************************************** RESETS **************************************************************** 
**************************************************************************************************************************************** 
***************************************************************************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

.clear {
  clear: both;
}

button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  border: none;
}

/* ************************************************************** */
/* General 
/* ************************************************************** */
body {
  font-size: 12px;
  line-height: 20px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

input, textarea {
  font-size: 12px;
}

ul, ol {
  margin: 0 0 20px 20px;
}

/* ************************************************************** */
/* Forms 
/* ************************************************************** */
input,
textarea,
select {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none;
}

input {
  padding: 7px 0 7px 8px;
}

input[type=submit] {
  padding: 4px 5px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  -webkit-transition-property: background color;
  -webkit-transition-duration: 0.12s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: background color;
  -moz-transition-duration: 0.12s;
  -moz-transition-timing-function: ease-out;
  -o-transition-property: background color;
  -o-transition-duration: 0.12s;
  -o-transition-timing-function: ease-out;
}

textarea {
  padding: 7px 10px 7px 8px;
  width: 440px;
  height: 149px;
}

select {
  padding: 7px 8px 7px 8px;
}

/* ************************************************************** */
/* Headings 
/* ************************************************************** */
h1, h2, h3, h4, h5, h6, h7 {
  text-transform: uppercase;
  font-weight: bold;
}

h1 {
  font-size: 32px;
  padding: 40px 0 20px 0;
  letter-spacing: -2px;
}

h2 {
  font-size: 28px;
  padding: 40px 0 20px 0;
  letter-spacing: -1px;
}

h3 {
  font-size: 24px;
  padding: 40px 0 20px 0;
  letter-spacing: -1px;
}

h4 {
  font-size: 20px;
  padding: 40px 0 20px 0;
  letter-spacing: -1px;
}

h5 {
  font-size: 18px;
  padding: 40px 0 20px 0;
  letter-spacing: -1px;
}

h6 {
  font-size: 16px;
  padding: 40px 0 20px 0;
  letter-spacing: -1px;
}

h7 {
  font-size: 14px;
  padding: 40px 0 20px 0;
  letter-spacing: -1px;
}

/* ************************************************************** */
/* Typography 
/* ************************************************************** */
a {
  text-decoration: underline;
}

p {
  padding: 0 0 20px 0;
}

/* ************************************************************** */
/* Header 
/* ************************************************************** */
.logo_holder a img {
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.12s;
  -webkit-transition-timing-function: ease-out;
}

.logo_holder a img:hover {
  opacity: 0.5;
}

/* ************************************************************** */
/* Slider 
/* ************************************************************** */
#slider_container {
  width: 100%;
}

#slider_wrapper {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px 0 10px;
}

/* ************************************************************** */
/* General Fading Animation 
/* ************************************************************** */
a, #fc_submit, #submit, #searchsubmit {
  -webkit-transition-property: background color;
  -webkit-transition-duration: 0.12s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: background color;
  -moz-transition-duration: 0.12s;
  -moz-transition-timing-function: ease-out;
  -o-transition-property: background color;
  -o-transition-duration: 0.12s;
  -o-transition-timing-function: ease-out;
}

/* ************************************************************** */
/* Post 
/* ************************************************************** */
/* ************************************************************** */
/* Post Content 
/* ************************************************************** */
.more-link {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0px 7px;
  margin: 0 0 20px 0;
  line-height: 19px;
  display: inline-block;
  position: relative;
  top: -10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

a.more-link:hover {
  text-decoration: none;
}

/* ************************************************************** */
/* Inputs and Textareas Global 
/* ************************************************************** */
input, textarea {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* ************************************************************** */
/* Post Comments 
/* ************************************************************** */
.comments_number {
  font-size: 24px;
  padding: 20px 0 40px 240px;
  margin: 0 10px 0 10px;
}

#post_comments {
  padding: 0 10px 0 10px;
  font-size: 12px;
}

#post_comments-1 ul {
  margin-left: 0;
}

#respond {
  padding: 40px 0 0 0;
}

.commentlist {
  list-style: none;
  padding: 20px 0 0 0;
}

.commentlist li {
  padding: 0 0 19px 0;
  word-wrap: break-word;
}

.commentlist ul.children {
  list-style: none;
}

.commentlist .comment_wrapper .user_wrapper {
  width: 230px;
  float: left;
}

.commentlist .comment_wrapper .user_wrapper img {
  float: left;
  display: block;
  padding: 3px 0 10px 0;
}

.commentlist .comment_wrapper .user_wrapper .comment_user_meta {
  float: right;
  width: 170px;
  padding: 0 0 18px 0;
}

.commentlist .comment_wrapper .comment_message_wrapper {
  font-size: 11px;
}

.commentlist .comment_wrapper .comment_author {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.commentlist .comment_wrapper .comment_author a {
  text-decoration: none;
}

.commentlist .comment_wrapper .comment_date {
  font-size: 10px;
  display: block;
  text-transform: uppercase;
}

.commentlist .comment_wrapper .comment-reply-link {
  display: none;
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 3px 0 3px;
  margin: 0 0 0 2px;
  line-height: 15px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.commentlist li:hover .comment-reply-link {
  display: inline-block;
}

.commentlist .comment_wrapper .comment_approval {
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1px 3px 1px 3px;
  margin: 0 0 0 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.commentlist .comment_wrapper .comment_message_wrapper {
  float: right;
  width: 440px;
}

.commentlist .comment_wrapper .comment_content {
  padding-left: 240px;
  padding-bottom: 20px;
  position: relative;
}

.commentlist .comment_wrapper .comment_content p {
  display: block;
}

.commentlist ul.children li .comment_wrapper .user_wrapper {
  padding: 0 0 0 60px;
}

.commentlist ul.children li .comment_wrapper .comment_content {
  padding-left: 300px;
}

.commentlist ul.children ul li .comment_wrapper .user_wrapper {
  padding: 0 0 0 120px;
}

.commentlist ul.children ul li .comment_wrapper .comment_content {
  padding-left: 360px;
}

.commentlist ul.children ul ul li .comment_wrapper .user_wrapper {
  padding: 0 0 0 180px;
}

.commentlist ul.children ul ul li .comment_wrapper .comment_content {
  padding-left: 420px;
}

.commentlist ul.children ul ul ul li .comment_wrapper .user_wrapper {
  padding: 0 0 0 240px;
}

.commentlist ul.children ul ul ul li .comment_wrapper .comment_content {
  padding-left: 480px;
}

.commentlist ul.children ul ul ul ul li .comment_wrapper .user_wrapper {
  padding: 0 0 0 360px;
}

.commentlist ul.children ul ul ul ul li .comment_wrapper .comment_content {
  padding-left: 540px;
}

.commentlist ul.children li .comment_wrapper .comment_message_wrapper {
  width: 389px;
}

/* ************************************************************** */
/* Comment Form 
/* ************************************************************** */
#comment_form_wrapper {
  padding: 0 10px 0 10px;
}

#comment_form {
  padding: 0 0 80px 0;
}

#comment_form .comment_form_left {
  width: 220px;
  float: left;
  padding: 0 10px 0 0;
}

#comment_form .comment_form_left h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -1px;
  padding: 5px 0 0 0;
}

#comment_form .comment_form_right {
  width: 460px;
  float: left;
  padding: 0 0 0 10px;
}

#comment_form label {
  font-size: 11px;
  padding: 0 0 0 10px;
}

#comment_form input {
  border: none;
  width: 210px;
  font-size: 12px;
  padding: 7px 0 7px 8px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#comment_form textarea {
  width: 440px;
  height: 149px;
  border: none;
  line-height: 20px;
  padding: 7px 10px 7px 8px;
  margin-bottom: -4px;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/*#comment_form .submit_comment	{ display:block; width: 117px; height:27px; padding-right:8px; font-size:11px; text-align:center; border: 0; cursor:pointer;  }*/
#comment_form .submit_comment {
  width: auto;
  cursor: pointer;
  border: none;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 3px 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#comment_form p {
  padding: 0 0 15px 0;
}

#comment_form .cancel-comment-reply {
  margin: 0 0 0 0;
  float: right;
  font-size: 12px;
}

#post_comments #comment_form {
  margin-left: 0;
}

/* Fixes the margin jump when your click "reply" */
/***************************************************************************************************************************************
**************************************************************************************************************************************** 
************************************************************ CUSTOM STYLES ************************************************************* 
**************************************************************************************************************************************** 
***************************************************************************************************************************************/
/* ************************************************************** */
/* Fonts
/* ************************************************************** */
@font-face {
  font-family: "typograph_prolight";
  src: url("../fonts/typograph_pro_light-webfont.eot");
  src: url("../fonts/typograph_pro_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/typograph_pro_light-webfont.woff2") format("woff2"), url("../fonts/typograph_pro_light-webfont.woff") format("woff"), url("../fonts/typograph_pro_light-webfont.ttf") format("truetype"), url("../fonts/typograph_pro_light-webfont.svg#typograph_prolight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "arvoregular";
  src: url("../fonts/arvo-regular-webfont.eot");
  src: url("../fonts/arvo-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/arvo-regular-webfont.woff2") format("woff2"), url("../fonts/arvo-regular-webfont.woff") format("woff"), url("../fonts/arvo-regular-webfont.ttf") format("truetype"), url("../fonts/arvo-regular-webfont.svg#arvoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "droid_sansregular";
  src: url("../fonts/DroidSans-webfont.eot");
  src: url("../fonts/DroidSans-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSans-webfont.woff") format("woff"), url("../fonts/DroidSans-webfont.ttf") format("truetype"), url("../fonts/DroidSans-webfont.svg#droid_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "droid_sansbold";
  src: url("../fonts/DroidSans-Bold-webfont.eot");
  src: url("../fonts/DroidSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSans-Bold-webfont.woff") format("woff"), url("../fonts/DroidSans-Bold-webfont.ttf") format("truetype"), url("../fonts/DroidSans-Bold-webfont.svg#droid_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-MediumExt.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/HelveticaNeue-MediumExt.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-MediumExt.woff") format("woff"), url("../fonts/HelveticaNeue-MediumExt.ttf") format("truetype"), url("../fonts/HelveticaNeue-MediumExt.svg#15ba77034d2a4ed4f432936bb76f7734") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#dc56f0938c09c27a4156bb0f8f5176a2") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
/* ************************************************************** */
/* General
/* ************************************************************** */
/* Mobile browsers only */
@media only screen and (max-device-width: 480px) {
  * {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
}
.clear {
  clear: both;
}

/* GENERAL */
body {
  color: #454545;
  background: #dfded3;
}

/* HEADINGS */
h1 {
  font-family: "droid_sansregular";
  color: #444444;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: normal;
  font-weight: normal;
  padding-bottom: 15px;
  padding-top: 0px;
}

h2 {
  line-height: 25px;
}

/* TYPOGRAPHY */
a {
  color: #530609;
}

a:hover {
  color: #530609;
}

p {
  font-family: "droid_sansregular";
  font-size: 14px;
  color: #424242;
}

strong,
b {
  font-family: "droid_sansbold";
}

hr {
  border: 0;
  height: 1px;
  background: #fff;
  margin-bottom: 20px;
}

blockquote {
  margin-bottom: 20px;
  padding: 20px;
  background: #cecdbf;
}

/* STENCILS */
.stencil_turntable {
  background: none;
  background: #dfded2;
}

/* DIV'S */
.content-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
}

.content-wrapper .content {
  font-family: "droid_sansregular";
  font-size: 14px;
  position: relative;
  text-align: left;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 10px 60px 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.column-full-width {
  float: none !important;
  width: 100% !important;
}

.column-half-left {
  float: left;
  width: 48.93617%;
}

.column-half-right {
  float: left;
  width: 48.93617%;
  margin-left: 2.1276596%;
}

.column-third-left {
  float: left;
  width: 300px;
}

.column-third-middle,
.column-third-right {
  float: left;
  width: 31.914894%;
  margin-left: 2.1276596%;
}

.column-two-third-left {
  position: relative;
  float: left;
  width: 65.957447%;
}

.column-half-left ul,
.column-half-right ul,
.column-third-left ul,
.column-third-middle ul,
.column-third-right ul,
.column-two-third-left ul {
  font-family: "droid_sansregular";
  font-size: 14px;
}

.column-half-left ul li,
.column-half-right ul li,
.column-third-left ul li,
.column-third-middle ul li,
.column-third-right ul li,
.column-two-third-left ul li {
  margin-bottom: 10px;
}

/* ************************************************************** */
/* Header
/* ************************************************************** */
.header-01-wrapper {
  text-align: center;
  width: 100%;
  height: 29px;
  background: #000;
}

.header-01-wrapper .header-01 {
  position: relative;
  text-align: left;
  max-width: 960px;
  padding: 5px 10px 0px 10px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.header-01-wrapper .header-01 a .show-location {
  position: absolute;
  font-family: "Open Sans";
  font-size: 12px;
  color: #d1f6a3;
  text-transform: uppercase;
  margin-left: 650px;
  opacity: 0;
}

.header-01-wrapper .header-01 .facebook-icon {
  position: absolute;
  right: 10px;
  margin-top: -2px;
  width: 23px;
  height: 23px;
}

.header-01-wrapper .header-01 a .show-location::before {
  content: "Show ";
}

.simpleAccordionactive .header-01 a .show-location::before {
  content: "Hide ";
}

/* MAP/SERVICE TIMES */
.header-services-wrapper {
  text-align: center;
  width: 100%;
  min-height: 72px;
  background: #000;
  border-bottom: 2px solid #fff;
}

.header-services-wrapper .header-services {
  text-align: left;
  max-width: 960px;
  min-height: 50px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.header-services-wrapper .header-services ul {
  list-style: none;
  margin-left: 0px;
  margin-right: 0px;
}

.header-services-wrapper .header-services ul li {
  float: left;
  font-family: "droid_sansregular";
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #424242;
}

/* NAVIGATION */
.header-nav-wrapper {
  position: relative;
  width: 100%;
  height: 117px;
  text-align: center;
  margin-top: 0px;
  z-index: 300;
}

.header-nav-wrapper .header-nav-content {
  text-align: left;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.header-nav-wrapper .header-nav-content .logo {
  float: left;
  width: 34.893617%;
  padding-top: 3px;
}

.logo_holder a img:hover {
  opacity: 1;
}

.header-nav-wrapper .header-nav-content #header-nav {
  float: left;
  width: 65.106383%;
  padding-top: 45px;
}

#header-nav ul {
  list-style: none;
  margin: 0;
  float: right;
}

#header-nav li {
  float: left;
  position: relative;
  z-index: 3;
}

#header-nav li a:hover {
  background: #530609;
  color: #fff;
}

#header-nav li a {
  display: block;
  font-family: "droid_sansregular";
  font-size: 16px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 10px 0 10px;
  height: 32px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#header-nav ul.sub-menu {
  position: absolute;
  top: px;
  z-index: 10;
  /*****width:120px;****/
  font-size: 10px;
  line-height: 40px;
  z-index: 11;
  background: #fff;
  border-top: 1px solid #530609;
}

.header-nav-content #header-nav ul li ul li .sub-menu {
  top: auto;
  margin: -40px 0 0 120px;
}

#header_wrapper .menu_navigation_bg_container {
  position: absolute;
  top: 93px;
  left: 0;
  width: 100%;
  z-index: 10;
}

#header_wrapper .menu_navigation_bg_wrapper {
  width: 980px;
  margin: 0 auto;
}

#header_wrapper .menu_navigation_bg {
  width: 940px;
  margin: 0 auto;
}

#header-nav ul.sub-menu li a {
  padding: 0 0 35px 20px;
  width: 150px;
  border-bottom: 1px solid #bcbabb;
}

#header-nav .menu-description {
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  display: block;
  text-transform: none;
}

li.has-sub-menu .top-menu-item {
  background-repeat: no-repeat;
  background-position: right 5px;
}

li.has-sub-menu:hover .top-menu-item {
  background-position: right -295px;
}

.sub-menu .has-sub-menu {
  background-repeat: no-repeat;
  background-position: 106px 17px;
}

.sub-menu .has-sub-menu:hover {
  background-position: 106px -83px;
}

/* FADING ANIMATION FOR THE TOP-LEVEL MENU ITEM  */
.header-nav-content #header-nav ul li {
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: background-color;
  -moz-transition-duration: 0.25s;
  -moz-transition-timing-function: ease-out;
  -o-transition-property: background-color;
  -o-transition-duration: 0.25s;
  -o-transition-timing-function: ease-out;
}

/* FADING ANIMATION FOR THE TOP-LEVEL MENU ITEM DESCRIPTION  */
.header-nav-content #header-nav ul li .menu-description {
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: color;
  -moz-transition-duration: 0.25s;
  -moz-transition-timing-function: ease-out;
  -o-transition-property: color;
  -o-transition-duration: 0.25s;
  -o-transition-timing-function: ease-out;
}

/* FADING ANIMATION FOR OPENING THE SUB-MENUS  */
.header-nav-content #header-nav ul li .sub-menu {
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.25s;
  -moz-transition-timing-function: ease-out;
  -o-transition-property: opacity;
  -o-transition-duration: 0.25s;
  -o-transition-timing-function: ease-out;
}

/* FADING ANIMATION FOR TEXT COLOR IN SUB-MENUS  */
.header-nav-content #header-nav ul li ul li:hover a {
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: color;
  -moz-transition-duration: 0.25s;
  -moz-transition-timing-function: ease-out;
  -o-transition-property: color;
  -o-transition-duration: 0.25s;
  -o-transition-timing-function: ease-out;
}

/* HANDLES THE OPENING AND CLOSING OF SUBMENUS */
.header-nav-content #header-nav ul li .sub-menu {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.header-nav-content #header-nav ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  display: block;
}

.header-nav-content #header-nav ul li:hover .sub-menu li .sub-menu {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.header-nav-content #header-nav ul li:hover .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  display: block;
}

.header-nav-content #header-nav ul li:hover .sub-menu li:hover .sub-menu li .sub-menu {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.header-nav-content #header-nav ul li:hover .sub-menu li:hover .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  display: block;
}

.header-nav-content #header-nav ul li:hover .sub-menu li:hover .sub-menu li:hover .sub-menu li .sub-menu {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.header-nav-content #header-nav ul li:hover .sub-menu li:hover .sub-menu li:hover .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  display: block;
}

.header-nav-content #header-nav ul li:hover .sub-menu li:hover .sub-menu li:hover .sub-menu li:hover .sub-menu li .sub-menu {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.header-nav-content #header-nav ul li:hover .sub-menu li:hover .sub-menu li:hover .sub-menu li:hover .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  display: block;
}

/*********** SHIFTNAV ***********/
.shiftnav-main-toggle-content {
  display: none !important;
}

.shiftnav-inner {
  background: #1d1d20 !important;
}

h3.shiftnav-menu-title a {
  color: #fff !important;
}

nav.shiftnav-nav ul#menu-main-navigation li {
  border-top: 1px solid #292929;
  border-bottom: 1px solid #111111;
}

nav.shiftnav-nav ul#menu-main-navigation li a {
  font-family: "droid_sansregular";
  font-size: 14px;
  color: #fff !important;
  text-transform: uppercase;
}

nav.shiftnav-nav ul#menu-main-navigation li.current-menu-item {
  background: #530609 !important;
}

nav.shiftnav-nav ul#menu-main-navigation li .fa-chevron-right {
  color: #fff;
  background: #530609;
  padding: 10px;
}

#shiftnav-toggle-main-button {
  position: absolute !important;
  font-size: 30px;
  color: #282828;
  margin-top: 50px;
  right: 20px;
  z-index: 100000;
}

/* ************************************************************** */
/* Homepage
/* ************************************************************** */
.rev_slider {
  margin-left: auto;
  margin-right: auto;
}

.home-left {
  float: left;
  width: 31.914894%;
}

.home-left h1 {
  color: #282828;
  margin-top: 0px;
  padding-top: 0px;
}

.home-right {
  float: left;
  width: 65.957447%;
  margin-left: 2.1276596%;
  padding-top: 50px;
}

.col {
  width: 200px;
  float: left;
  height: 500px;
  border: 1px solid #999;
  font-family: tahoma;
  font-size: 9pt;
}

/* SERMON SECTION */
ul.sermon-top-bar {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

ul.sermon-top-bar li {
  float: left;
  font-family: "droid_sansregular";
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  height: 20px;
  background: #530609;
  margin-right: 1px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

ul.sermon-top-bar li.triangle {
  background: none;
  width: 10px;
  height: 20px;
  padding: 0px;
  background: url(../gfx/sermon-corner-01.png) right center no-repeat;
}

.home-right a {
  text-decoration: none;
}

.home-right a .sermon-title {
  font-family: "droid_sansregular";
  font-size: 14px;
  color: #939192;
  font-weight: bold;
  background: #fff url(../gfx/cirlcle-arrow-02.png) right 6px no-repeat;
  min-height: 42px;
  padding: 10px;
  padding-right: 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* BIBLE STUDY SECTION */
.home-right .bible-study {
  position: relative;
  margin-top: 40px;
}

.home-right .bible-study .title {
  font-family: "droid_sansregular";
  font-size: 20px;
  color: #282828;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.home-right .bible-study a .view-all {
  position: absolute;
  font-family: "droid_sansregular";
  font-size: 12px;
  color: #fff;
  width: 88px;
  height: 20px;
  padding-left: 10px;
  top: 10px;
  right: 0px;
  background: #530609 url(../gfx/double-arrow.png) 69px center no-repeat;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.home-right .bible-study ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

.home-right .bible-study ul li {
  float: left;
  width: 48.387097%;
  margin-right: 3.2258065%;
}

.home-right .bible-study ul li .title {
  font-family: "droid_sansregular";
  font-size: 14px;
  color: #939192;
  text-transform: none;
  min-height: 60px;
  padding: 10px;
  padding-right: 40px;
  background: #fff url(../gfx/circle-plus-02.png) right 10px no-repeat;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.home-right .bible-study ul li .text {
  padding: 10px;
}

.home-right .bible-study ul li .text .date {
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  padding-right: 10px;
}

.home-right .bible-study ul li .text a .link {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #530609;
  padding: 3px 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.home-calendar .content .view-all,
.home-messages .view-all {
  float: right;
  font-size: 17px;
  color: #282828;
  height: 24px;
  padding-top: 3px;
  padding-right: 30px;
  background: url(../gfx/icon-plus.png) right center no-repeat;
}

.home-calendar .content .view-all:hover,
.home-messages .view-all:hover {
  background: url(../gfx/icon-plus-hover.png) right top no-repeat;
}

.home-calendar {
  position: relative;
  width: 100%;
}
.home-calendar .content .title {
  float: left;
  font-family: "droid_sansregular";
  font-size: 20px;
  color: #282828;
  text-transform: uppercase;
  font-weight: bold;
  height: 24px;
  padding-top: 3px;
  padding-left: 35px;
  background: url(../gfx/icon-calendar.png) left top no-repeat;
}
.home-calendar .content .calendar {
  margin-top: 6px;
  padding-top: 20px;
  border-top: 1px solid #c6c6c6;
}
.home-calendar .content .calendar ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.home-calendar .content .calendar ul li {
  margin-bottom: 2px;
  border: 2px solid #530609;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  clear: both;
}
.home-calendar .content .calendar ul li .date {
  float: left;
  width: 61px;
  padding-bottom: 100000px;
  margin-bottom: -100000px;
  background: #530609;
}
.home-calendar .content .calendar ul li .date .text {
  font-family: "bebasregular";
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
}
.home-calendar .content .calendar ul li .date .text hr {
  width: 43px;
  background: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
}
.home-calendar .content .calendar ul li .info {
  float: left;
  width: 100%;
  margin-left: -61px;
  padding-bottom: 100000px;
  margin-bottom: -100000px;
}
.home-calendar .content .calendar ul li .info .inner-block {
  margin-left: 61px;
  font-family: "droid_sansregular";
  font-size: 16px;
  color: #282828;
  line-height: 17px;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home-calendar .content .calendar ul li .info .inner-block .info-btn {
  font-size: 14px;
  margin-top: 10px;
  padding-left: 16px;
  background: url(../gfx/icon-info.png) left 5px no-repeat;
}
.home-calendar .content .calendar ul li .info .inner-block .info-btn a {
  color: #530609;
  text-decoration: underline;
}
.home-calendar .content .calendar ul li .info .inner-block .location {
  font-size: 14px;
  color: #424242;
  padding-left: 16px;
  background: url(../gfx/icon-location-01.png) left 5px no-repeat;
}
.home-calendar .content .calendar ul li .info .inner-block .time {
  font-size: 14px;
  color: #424242;
  padding-top: 2px;
  padding-left: 15px;
  background: url(../gfx/icon-clock-02.png) left 5px no-repeat;
}

/* ************************************************************** */
/* About Page
/* ************************************************************** */
.column-half-left .about-title,
.column-half-right .about-title {
  font-family: "typograph_prolight";
  font-size: 16px;
  color: #530609;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about-title {
  font-family: "typograph_prolight";
  font-size: 16px;
  color: #530609;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.column-half-left .about-mission {
  font-family: "droid_sansregular";
  font-size: 13px;
  color: #424242;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 10px;
}

.salvation-left {
  float: left;
  font-family: "typograph_prolight";
  font-size: 16px;
  color: #530609;
  font-weight: bold;
  text-transform: uppercase;
  width: 29.787234%;
  margin-right: 2.1276596%;
}

.salvation-right {
  float: left;
  width: 68.085106%;
}

.salvation-right .column > * {
  padding-left: 20px;
}

.salvation-right .title {
  font-size: 12px;
  color: #606060;
  text-transform: uppercase;
}

.salvation-right ul {
  font-family: "droid_sansregular";
  font-size: 14px;
  color: #424242;
}

/* ************************************************************** */
/* Sermon Page
/* ************************************************************** */
/* SERMON LIST PAGE */
ul.sermon-item {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
}

ul.sermon-item li {
  position: relative;
  float: left;
  font-family: "droid_sansregular";
  color: #424242;
  width: 48.93617%;
  min-height: 142px;
  margin-left: 2.1276596%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #fff;
}

ul.sermon-item li .series-title {
  font-size: 12px;
  margin-top: 30px;
}

ul.sermon-item li .sermon-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 12px;
}

ul.sermon-item li .author-date {
  font-size: 11px;
  margin-top: 4px;
}

ul.sermon-item li a .sermon-link {
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  height: 25px;
  width: 52px;
  padding: 3px 0px 0px 10px;
  background: #530609;
  margin-top: 11px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

ul.sermon-item li a .sermon-link-triangle {
  position: absolute;
  width: 10px;
  height: 25px;
  left: 52px;
  margin-top: 11px;
  background: url(../gfx/sermon-corner-02.png) right center no-repeat;
}

/* PAGINGATION */
.pagination {
  position: relative;
  float: right;
  font-family: "droid_sansregular";
  font-size: 12px;
  color: #fff;
  line-height: 13px;
  clear: both;
  padding: 20px 0;
}

.pagination span,
.pagination a {
  display: block;
  float: left;
  color: #fff;
  text-decoration: none !important;
  width: auto;
  margin: 2px 2px 2px 0px;
  padding: 6px 9px 5px 9px;
  background: #424242;
}

.pagination a:hover {
  color: #fff;
  background: #530609;
}

.pagination .current {
  color: #fff;
  background: #530609;
  padding: 6px 9px 5px 9px;
}

/* SERMON SINGLE POST */
.sermon-audio {
  position: relative;
  font-family: "droid_sansregular";
  font-size: 13px;
  color: #989898;
  text-transform: uppercase;
  min-height: 105px;
  background: #424242;
  padding: 10px 0px 0px 0px;
}

.sermon-audio h1 {
  font-family: "droid_sansregular";
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding: 0px 20px;
}

.sermon-audio .player {
  position: relative;
  width: 100%;
  margin-top: 20px;
  border-top: 5px solid #6c6d68;
}

.sermon-desc-title {
  font-family: "droid_sansregular";
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 10px;
}

.column-half-right .scripture-reference {
  position: relative;
  font-family: "droid_sansregular";
  font-size: 14px;
  color: #fff;
  background: #424242;
  padding: 10px 20px 0px 20px;
}

.column-half-right .scripture-reference .title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.column-half-right .scripture-reference .reference {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #6c6d68;
}

.column-half-right .scripture-reference .reference p {
  color: #fff;
}

/* ************************************************************** */
/* Bible Study
/* ************************************************************** */
/* BIBLE STUDY LIST PAGE */
ul.bible-study-item {
  list-style: none;
  padding-left: 0px;
  margin-top: 23px;
  margin-left: 0px;
}

ul.bible-study-item li {
  position: relative;
  float: left;
  font-family: "droid_sansregular";
  color: #424242;
  width: 48.93617%;
  min-height: 245px;
  margin-left: 2.1276596%;
  margin-bottom: 20px;
  padding: 15px 20px;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

ul.bible-study-item li .title {
  font-family: "droid_sansregular";
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 25px;
}

ul.bible-study-item li .date {
  font-family: "droid_sansregular";
  font-size: 14px;
  color: #530609;
  text-transform: uppercase;
  margin-bottom: 20px;
}

ul.bible-study-item li a .bible-study-link {
  font-family: "droid_sansregular";
  font-size: 16px;
  color: #530609;
  text-decoration: underline;
  bottom: 20px;
}

/* BIBLE STUDY SINGLE POST */
.column-two-third-left .bible-study-title {
  font-family: "droid_sansregular";
  font-size: 16px;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  background: #530609;
  min-height: 47px;
  padding: 7px 20px 7px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.column-two-third-left .bible-study-title .date {
  font-size: 12px;
  margin-top: -5px;
}

ul.bible-study-nav {
  float: left;
  width: 19.032258%;
  list-style: none;
  margin-top: 10px;
  margin-left: 0px;
  padding-left: 0px;
}

ul.bible-study-nav a {
  display: block;
  width: 118px;
  text-decoration: none;
  zoom: 1;
}

ul.bible-study-nav li {
  height: 36px;
  border-bottom: 1px solid #fff;
  margin: 0px;
  padding-top: 5px;
  background: url(../gfx/arrow-right.png) right center no-repeat;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.column-two-third-left .bible-study-content {
  float: left;
  font-family: "droid_sansregular";
  font-size: 14px;
  color: #000;
  width: 77.741935%;
  margin-left: 3.2258065%;
  margin-top: 0px;
  padding: 15px 20px;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.column-two-third-left .bible-study-content .study-text h2 {
  font-family: "droid_sansregular";
  font-size: 18px;
  color: #424242;
  padding-top: 10px;
  padding-bottom: 10px;
}

.column-two-third-left .bible-study-content .study-text ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

.column-two-third-left .bible-study-content .study-text ul li {
  margin-bottom: 0px;
  padding-left: 18px;
  background: url(../gfx/bullet-01.png) 10px 8px no-repeat;
}

.column-two-third-left .bible-study-content .title {
  font-size: 16px;
  color: #530609;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.column-two-third-left .bible-study-content hr {
  width: 482px;
  margin-left: -20px;
  background: #dfded2;
}

.bible-study-scripture-title {
  font-family: "droid_sansregular";
  font-size: 16px;
  color: #424242;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 10px;
}

.column-third-right .accordion-container .accordion {
  font-family: "droid_sansregular";
  font-size: 14px;
  color: #000;
  background: #fff url(../gfx/toggle-open.png) 270px center no-repeat;
  height: 30px;
  padding-top: 5px;
  padding-left: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.column-third-right .accordion-container .simpleAccordionactive {
  background: #fff url(../gfx/toggle-close.png) 270px center no-repeat;
}

.column-third-right .accordion-container .texto {
  font-size: 14px;
  padding: 15px 20px 0px 20px;
  background: #cecdbf;
  margin-top: -10px;
  margin-bottom: 10px;
}

.citation {
  color: #530609;
  padding: 20px;
  background: #ececec;
  margin-bottom: 10px;
}

.citation a {
  color: #530609;
}

/* ************************************************************** */
/* Ministries Page
/* ************************************************************** */
.ministry-banner {
  position: relative;
  text-align: center;
  width: 100%;
  height: 199px;
  overflow: hidden;
}

.ministry-banner .img {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 100%;
  min-width: 940px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
}

.ministry-banner h1 {
  position: absolute;
  font-family: "droid_sansregular";
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  width: 240px;
  height: 46px;
  background: #fff;
  top: 76px;
  padding-left: 20px;
  padding-top: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

ul.ui-tabs-nav {
  display: inline-block;
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

ul.ui-tabs-nav li {
  float: left;
  height: 36px;
  border-right: 1px solid #ddd;
  background: #fff;
  padding: 8px 15px 0px 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

ul.ui-tabs-nav li a {
  font-family: "droid_sansregular";
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}

.ministry-tab h2 {
  font-family: "droid_sansregular";
  font-size: 14px;
  color: #5e5e5e;
  padding-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c4c4c4;
}

#exTab2 {
  margin-top: 20px;
}
#exTab2 ul.nav-tabs {
  margin-left: 0px;
}
#exTab2 ul.nav-tabs li a {
  background: #fff;
  text-decoration: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
#exTab2 ul.nav-tabs li.active a {
  color: #fff;
  background: #530609;
}
#exTab2 h3 {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}

.tab-slider--nav {
  width: 100%;
  float: left;
  margin-top: 40px;
  margin-bottom: 20px;
}

.tab-slider--tabs {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  background: #fff;
  height: 35px;
  user-select: none;
}
.tab-slider--tabs li {
  height: 100%;
}
.tab-slider--tabs li:after {
  position: absolute;
  content: "";
  width: 100%;
  background: none;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 250ms ease-in-out;
  border-radius: 35px;
  z-index: -1;
}
.tab-slider--tabs li.active {
  color: #fff !important;
}
.tab-slider--tabs li.active:after {
  background: #530609;
}

.tab-slider--trigger {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  color: #530609;
  text-transform: uppercase;
  text-align: center;
  padding: 11px 20px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  transition: color 250ms ease-in-out;
  user-select: none;
}
.tab-slider--trigger.active {
  color: #fff;
}

.tab-slider--body {
  margin-bottom: 20px;
}

/* ************************************************************** */
/* Give Page
/* ************************************************************** */
.give-address {
  font-family: "droid_sansregular";
  font-size: 16px;
  color: #530609;
  font-weight: bold;
}

.give-title {
  font-family: "droid_sansregular";
  font-size: 12px;
  color: #606060;
  text-transform: uppercase;
  margin-bottom: 5px;
}

ul.credit-cards {
  list-style: none;
  margin-left: 0px;
  margin-bottom: 10px;
  padding-left: 0px;
}

ul.credit-cards li {
  float: left;
  margin-right: 4px;
}

body #gform_wrapper_2 .gform_body .gform_fields .gfield input[type=text],
body #gform_wrapper_2 .gform_body .gform_fields .gfield textarea {
  font-family: "droid_sansregular";
  font-size: 14px;
  color: #000;
  width: 100% !important;
  height: 30px;
  padding-left: 10px;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body #gform_wrapper_2 .gform_body .gform_fields .gfield textarea {
  height: 120px;
}

body #gform_wrapper_2 .gform_body .gform_fields .gfield .gfield_label {
  display: none;
}

body #gform_wrapper_2 .gform_footer {
  padding: 0px;
  margin: 0px;
  margin-top: 5px;
}

body #gform_wrapper_2 .gform_footer input[type=submit] {
  font-family: "droid_sansregular";
  font-size: 14px;
  color: #fff;
  width: 100% !important;
  height: 30px;
  background: #530609;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 0px;
}

/* ************************************************************** */
/* Contact Page
/* ************************************************************** */
.contact-left {
  float: left;
  width: 100%;
  margin-right: -190px;
}

.contact-left .contact-inner-block {
  margin-right: 190px;
}

.contact-left .contact-inner-block .google_map {
  width: 100%;
  height: 390px;
  border: 5px solid #fff;
  margin-bottom: 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.contact-right {
  float: left;
  width: 170px;
  margin-left: 20px;
}

.contact-right .title {
  font-family: "droid_sansregular";
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}

.contact-right a {
  font-size: 12px;
}

.contact-service-times {
  font-family: "droid_sansregular";
  font-size: 14px;
  color: #000;
  background: #fff;
  width: 100%;
  height: 30px;
  padding-top: 5px;
  padding-left: 20px;
  margin-bottom: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=text],
body #gform_wrapper_1 .gform_body .gform_fields .gfield textarea {
  font-family: "droid_sansregular";
  font-size: 14px;
  color: #000;
  width: 100% !important;
  height: 30px;
  padding-left: 10px;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield textarea {
  height: 120px;
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield .gfield_label {
  display: none;
}

body #gform_wrapper_1 .gform_footer {
  padding: 0px;
  margin: 0px;
}

body #gform_wrapper_1 .gform_footer input[type=submit] {
  font-family: "droid_sansregular";
  font-size: 14px;
  color: #fff;
  width: 100% !important;
  height: 30px;
  background: #530609;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 0px;
}

.validation_error {
  display: none;
}

/* ************************************************************** */
/* Calendar Page
/* ************************************************************** */
/*********** CALENDAR LIST ***********/
ul.calendar {
  list-style: none;
  margin: 0px;
  padding: 0px;
  /*li*/
}
ul.calendar li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c6c6c6;
  /*container*/
}
ul.calendar li .container {
  overflow: hidden;
  /*date*/
  /*content*/
}
ul.calendar li .container .date {
  float: left;
  text-align: center;
  width: 133px;
  border-right: 1px solid #c6c6c6;
  padding-bottom: 100000px;
  margin-bottom: -100000px;
  /*month*/
  /*day*/
  /*end-date*/
}
ul.calendar li .container .date .month {
  font-family: "droid_sansbold";
  font-size: 21px;
  color: #282828;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 8px;
  background: url(../gfx/date-divider.jpg) center bottom no-repeat;
}
ul.calendar li .container .date .day {
  font-family: "droid_sansbold";
  font-size: 34px;
  color: #282828;
  text-transform: uppercase;
  padding-bottom: 10px;
}
ul.calendar li .container .date .end-date {
  font-family: "droid_sansregular";
  font-size: 12px;
  color: #858585;
  margin-top: 10px;
}
ul.calendar li .container .content {
  float: left;
  width: 100%;
  margin-left: -133px;
  padding-top: 0px;
  padding-bottom: 100000px;
  margin-bottom: -100000px;
  /*inner-block*/
}
ul.calendar li .container .content .inner-block {
  margin-left: 133px;
  /*info*/
  /*info-btn*/
}
ul.calendar li .container .content .inner-block .info {
  float: left;
  width: 100%;
  margin-right: -155px;
  /*inner-block-02*/
}
ul.calendar li .container .content .inner-block .info .inner-block-02 {
  font-family: "droid_sansregular";
  font-size: 14px;
  color: #282828;
  font-weight: normal;
  margin-right: 155px;
  /*title*/
  /*time*/
  /*location*/
}
ul.calendar li .container .content .inner-block .info .inner-block-02 .title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
ul.calendar li .container .content .inner-block .info .inner-block-02 .time {
  padding-left: 15px;
  background: url(../gfx/icon-clock.png) left 5px no-repeat;
}
ul.calendar li .container .content .inner-block .info .inner-block-02 .location {
  padding-left: 15px;
  background: url(../gfx/icon-location-03.png) left 4px no-repeat;
}
ul.calendar li .container .content .inner-block .info-btn {
  float: left;
  text-align: center;
  width: 155px;
  height: 30px;
  padding-top: 5px;
  background: #000;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*a*/
}
ul.calendar li .container .content .inner-block .info-btn a {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

/*ul.calendar*/
/*********** CALENDAR SINGLE ***********/
.calendar-single-meta {
  text-align: center;
  font-size: 12px;
  color: #858585;
}
.calendar-single-meta .location {
  line-height: 16px;
  margin-top: 10px;
}

/* ************************************************************** */
/* Footer
/* ************************************************************** */
.footer-01-wrapper {
  text-align: center;
  width: 100%;
  min-height: 35px;
  background: #530609;
}

.footer-01-wrapper .footer-01 {
  position: relative;
  font-family: "droid_sansregular";
  font-size: 16px;
  color: #dfded2;
  max-width: 960px;
  padding: 5px 10px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.footer-01-wrapper .footer-01 .top-btn {
  position: absolute;
  right: 0px;
  margin-top: -25px;
}

.footer-02-wrapper {
  text-align: center;
  width: 100%;
  min-height: 171px;
  background: #2d2d2d;
  padding-bottom: 30px;
}

.footer-02-wrapper .footer-02 {
  position: relative;
  font-family: "droid_sansregular";
  font-size: 14px;
  color: #fff;
  text-align: left;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.footer-02-wrapper .footer-02 .left {
  float: left;
  font-family: "droid_sansregular";
  font-size: 14px;
  color: #fff;
  text-transform: none;
  width: 31.914894%;
  margin-right: 2.1276596%;
}

.footer-02-wrapper .footer-02 .left a {
  font-size: 12px;
  color: #fff;
}

.footer-02-wrapper .footer-02 .right {
  float: left;
  width: 65.957447%;
}

.footer-02-wrapper .footer-02 .left .title,
.footer-02-wrapper .footer-02 .right .title {
  font-family: "droid_sansregular";
  font-size: 16px;
  color: #878787;
  text-transform: uppercase;
  margin-top: 17px;
  margin-bottom: 17px;
}

.right #footer-nav {
  width: 100%;
}

#footer-nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#footer-nav li {
  float: left;
  position: relative;
  z-index: 3;
  width: 50%;
  height: 30px;
  padding-top: 5px;
  background: #2d2d2d;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#footer-nav li a {
  display: block;
  font-family: "droid_sansregular";
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding-left: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.footer-03-wrapper {
  text-align: center;
  width: 100%;
  min-height: 35px;
  background: #333333;
}

.footer-03-wrapper .footer-03 {
  position: relative;
  font-family: "droid_sansregular";
  font-size: 12px;
  text-align: left;
  color: #fff;
  max-width: 960px;
  padding-top: 5px;
  padding: 5px 10px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}