/* v2.0.2 */
/* RESET */

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,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
*,*:before,*:after{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
img,img:before,img:after{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
label { cursor: pointer; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; *overflow: visible; }
button, input, select, textarea { font-family: 'proxima-nova', sans-serif; color: #000; font-size: 100%; line-height: inherit; margin: 0 0 0 2px; padding: 0; vertical-align: baseline; *vertical-align: middle; }
button:focus, input:focus, select:focus, textarea:focus, a:focus { outline: none; }

::-moz-selection { background: #333; color: #fff; text-shadow: none; }
::selection { background: #333; color: #fff; text-shadow: none; }

br, hr { display: block; clear: both; height: 0; margin: 0; padding: 0; font-size: 0; line-height: 0; border: 0; }
hr { border-bottom: 1px solid #ccc; margin-bottom: 20px; }
::-webkit-input-placeholder {
 color: #fff;
}
:-moz-placeholder {
 color: #fff;
}
::-moz-placeholder {
 color: #fff;
}
:-ms-input-placeholder {
 color: #fff;
}
a { color: #6FAFB5; text-decoration: none; }
a:hover { color: #000; }
img { max-width: 100%; height: auto; }
.left { float: left; }
.right { float: right; }

body {
  background: #fff;
  color: #000;
  font: normal 17px/24px 'proxima-nova', sans-serif;
}

#main,
#info_band,
#footer_links,
#footer {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  -webkit-transform: translate3d(0,0,0);
}

#main {
  padding: 20px 0;
  background: #fff;
  margin-top: 250px;
}

body.home #main {
  margin-top: 250px;
}

/* TOP HEADER */

/*#top::after {
	height: 100px!important;
	width: 100%;
	background-color: rgba(255,255,255,1);
}*/

#top {
  background: #fff;
  border-bottom: 3px solid #b2b5b4;
  height: 55px!important;
  position: relative;
  z-index: 10;
  -webkit-transform: translate3d(0,0,0);
  
}

#top .inner {
  max-width: 1000px;
  margin: auto;
  position: relative;
}

#top .logo {
  float: left;
  width: 200px;
  height: 267px;
  background: url(resthaven-logo-main.png) center center no-repeat;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

#header-stripe {
	height: 80px!important;
	width: 100%;
	background-color: RGBA(62,69,67,0.7);
	z-index: 09;
	position: absolute;
}

#nav_main {
  float: left;
  margin: 0 0 0 210px;
}

#nav_main ul {
  float: left;
}

#nav_main li {
  float: left;
  position: relative;
}

#nav_main a {
  display: block;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0 16px;
  height: 55px;
  line-height: 55px;
  border-bottom: 3px solid #b2b5b4;
  color: #3e4543;
}

#nav_main a:hover,
#nav_main .hover > a,
#nav_main .current_page_item > a,
#nav_main .current_page_parent > a {
  border-bottom-color: #6FAFB5;
}

#nav_main ul ul {
  display: none;
  float: none;
  position: absolute;
  left: 0px;
  top: 55px;
  background: rgba(255,255,255,0.8);
  width: 255px;
  padding: 10px;
  z-index: 11;
}

#nav_main .mega_menu > ul {
  width: 505px;
  padding: 10px 0px 10px 10px;
}

#nav_main ul ul ul {
  display: block;
  position: static;
  background: transparent;
  width: auto;
  padding: 0;
}

#nav_main ul ul a {
  font-size: 13px;
  font-weight: normal;
  text-transform: capitalize;
  padding: 0;
  height: auto;
  line-height: 15px;
  border-bottom: 0;
}

#nav_main li li {
  float: none;
  display: block;
  position: static;
}

#nav_main li li a {
  padding: 5px 0;
  line-height: 18px;
}

#nav_main li li a:hover {
  text-decoration: underline;
}

#nav_main .mega_menu li {
  float: left;
  width: 185px;
  padding: 0 10px 0 0;
}

#nav_main .mega_menu li a {
  font-weight: bold;
  border-bottom: 2px solid #a4c0b3;
  margin: 0 0 5px;
  padding: 0 0 3px;
}

#nav_main .mega_menu li a:hover {
  text-decoration: none;
}

#nav_main .mega_menu li li {
  float: none;
  width: auto;
  padding: 0;
}

#nav_main .mega_menu li li a {
  font-weight: normal;
  border-bottom: 0;
  margin: 0;
  padding: 3px 0;
}

#nav_main .mega_menu li li a:hover {
  text-decoration: underline;
}

.tinynav {
  display: none;
}


#top .utils {
  float: right;
  width: 60px;
  height: 55px;
  position: relative;
}

#top .utils .trigger {
  background-image: url(sprite_trigger.png);
  background-repeat: no-repeat;
  width: 25px;
  height: 55px;
  text-indent: -9999px;
  cursor: pointer;
  border-bottom: 3px solid #b2b5b4;
}

#top .utils .trigger.active {
  border-bottom-color: #85a789;
}

#top .utils .trigger.phone {
  float: left;
  background-position: 4px 19px;
}

#top .utils .trigger.search {
  float: right;
  background-position: -26px 19px;
}

#top .utils .boom {
  display: none;
  position: absolute;
  top: 55px;
  width: 235px;
  background: RGBA(111,175,181,0.5);
  padding: 15px;
  z-index: 10;
}

#top .utils .boom.phone {
  right: 35px;
}

#top .utils .boom.phone a {
  display: block;
  color: #fff;
  font-size: 13px;
  height: 27px;
  line-height: 27px;
  padding: 0 0 0 10px;
  box-shadow: inset 1px 1px 1px #555;
  background: #6FAFB5 url(icon_phone.png) 182px 4px no-repeat;
  border-radius: 15px;
}

#top .utils .boom.phone a.first {
  margin-bottom: 7px;
}

#top .utils .boom.search {
  right: 0px;
}

#top .utils .boom.search form {
  height: 27px;
  box-shadow: inset 1px 1px 1px #555;
  background: #6FAFB5;
  border-radius: 15px;
}

#top .utils .boom.search #s {
  background: transparent;
  color: #fff;
  float: left;
  border: 0;
  width: 163px;
  padding: 2px 7px 0 10px;
  font-size: 13px;
}

#top .utils .boom.search #searchsubmit {
  width: 17px;
  height: 17px;
  float: right;
  border: 0;
  background: url(icon_search.png);
  margin: 5px 5px 0 0;
}

/* HERO */

#hero {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#hero .flexslider,
#hero .flexslider .slides,
#hero .flexslider .slides li {
  height: 100%;
}

#hero .flexslider .slides li {
  background-size: cover !important;
}

#hero .flexslider .slides span {
  display: none;
}

#hero .banner {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}

/* MAIN CONTENTS */

#mobile_call {
  display: none;
  margin: 30px 0 15px;
}

#mobile_call a {
  display: block;
  position: relative;
  height: 40px;
  color: #3e4543;
  line-height: 40px;
  font-size: 17px;
  padding: 0 0 0 10px;
  background-color: #cbdcde;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#mobile_call a.first {
  margin-bottom: 5px;
}

#mobile_call a:hover {
  background-color: #6FAFB5;
}

#mobile_call a:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  background: #3e4543 url(icon_phone.png) center center no-repeat;
}

#intro_blocks {
  padding: 0 0 30px;
  position: relative;
  z-index: 10;
  background: #fff;
}

#intro_blocks a {
  display: block;
}

#intro_blocks a span {
  display: block;
  color: #fff;
  background-color: #6FAFB5;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 28px;
  height: 28px;
  padding: 0 0 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#intro_blocks a:hover span {
  background-color: #2a6352;
}

#intro_blocks a img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#intro_blocks a:hover img {
  opacity: 0.8;
}

#breadcrumb {
  padding: 0 0 10px;
  font-size: 12px;
  text-transform: uppercase;
}

#contents h1, .blog-heading h1 {
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  background: #fff;
  color: #6FAFB5;
  padding: 7px 0;
  margin: 0 0 20px;
  border-bottom: 1px solid #6FAFB5;
  border-top: 1px solid #6FAFB5;
}

#contents h1 span {
  font-weight: 400;
}

#contents h1 small {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}

#contents h1.highlight {
  font-size: 26px;
  font-weight: 400;
  background: #6FAFB5;
  color: #fff;
  padding: 10px;
  border-bottom: 0;
  width: 99%;
}

#contents h1.borders {
  font-weight: 400;
  padding: 7px;
  border-top: 1px solid #6FAFB5;
  border-bottom: 1px solid #6FAFB5;
  font-size: 34px;
}

#contents h2 {
  color: #6FAFB5;
  font-size: 22px;
  line-height: 30px;
  padding: 0 0 8px;
  font-weight: normal;
}

#contents div.row div.eight.columns.alpha h2,
#contents div.row div.eight.columns.omega h2 {
padding-bottom: 10px;
margin-bottom: 10px;
  border-bottom: 1px solid #6FAFB5;
  font-weight: 400;
}

h2.staff {
color: #6FAFB5!important;
 font-weight: 400!important;
  border-top: 1px solid #6FAFB5;
  border-bottom: 1px solid #6FAFB5;
  font-size: 34px;
  padding-top: 7px!important;
  padding-bottom: 7px!important;
  margin-bottom: 10px;
}

#contents h3,#contents h4 {
  font-weight: 400;
  margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #6FAFB5;
}

address {
	margin-top: 15px;
}

#contents h5, #contents h6 {
  font-weight: bold;
  font-size: 14px;
}

#contents p {
  padding: 0 0 20px;
}

#contents ul {
  list-style: disc outside;
  margin: 0 0 18px 30px;
}

#contents ol {
  list-style: decimal outside;
  margin: 0 0 18px 30px;
}

#contents li {
  padding: 5px 0;
  list-style: inside;
}

.alignleft {
  float: left;
  margin: 5px 15px 10px 0;
}

.alignright {
  float: right;
  margin: 5px 0 10px 15px;
}

.alignnone {
  display: block;
  margin: 5px 0 15px;
}

.aligncenter {
  display: block;
  margin: 5px auto 15px;
}

.wp-caption {
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  background: #eaf0d4;
  padding: 5px 0;
}

.wp-caption img {
  display: block;
  margin: auto;
}

#contents .wp-caption .wp-caption-text {
  padding: 5px 5px 4px;
}

#contents a.btn {
  display: block;
  padding: 3px 10px;
  margin: 5px 0;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  background-color: #6FAFB5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#contents a.btn:hover {
  background-color: #000;
}

#contents .team_profile {
  padding-bottom: 30px;
  font-size: 15px;
}

#contents .team_profile img {
  display: block;
  margin: 0 auto 5px;
}

#contents .team_profile h2 {
color: #6FAFB5!important;
 font-weight: 400;
  border-top: 1px solid #6FAFB5;
  border-bottom: 1px solid #6FAFB5;
  padding-top: 7px!important;
  padding-bottom: 7px!important;
  margin-bottom: 10px;
  margin-top: 10px;
}

#contents .team_profile h2 span {
	font-size: 0.9em!important;
}

#contents .team_profile h5 {
  padding: 0 0 10px;
  font-size: 13px;
  color: #666;
}

/* FORM STYLES */

#contents .gform_wrapper {
  margin: 0 0 20px;
  max-width: 100%;
}

#contents .gform_wrapper ul.gform_fields {
  list-style: none;
}

#contents .gform_wrapper ul li.gfield {
  padding: 0 0 10px;
}

#contents .gform_wrapper .top_label .gfield_label {
  margin: 0 0 3px;
  font-size: 13px;
  text-transform: uppercase;
  color: #6FAFB5;
}

#contents .gform_wrapper input[type=text],
#contents .gform_wrapper input[type=url],
#contents .gform_wrapper input[type=email],
#contents .gform_wrapper input[type=tel],
#contents .gform_wrapper input[type=number],
#contents .gform_wrapper input[type=password],
#contents .gform_wrapper .top_label textarea.textarea {
/*  border: 1px solid #f8faf2;
  border-radius: 0;
  background: #f8faf2;
  padding: 5px 7px;
  font-size: 14px;
  width: 100% !important;
  -webkit-appearance: none;*/
   border: 0;
  border-radius: 3px;
  background-color: #f9f9f9;
  color: #555;
  padding: 7px 10px;
  font-size: 14px;
  width: 100% !important;
  -webkit-appearance: none;
  box-shadow: inset 1px 1px 4px #bbb;
}

#contents .gform_wrapper input[type=text]:focus,
#contents .gform_wrapper input[type=url]:focus,
#contents .gform_wrapper input[type=email]:focus,
#contents .gform_wrapper input[type=tel]:focus,
#contents .gform_wrapper input[type=number]:focus,
#contents .gform_wrapper input[type=password]:focus,
#contents .gform_wrapper .top_label textarea.textarea:focus {
  border-color: #85a789;
}

#contents .gform_wrapper .ginput_complex .ginput_left {
  width: 49%;
}

#contents .gform_wrapper .top_label li.gfield.gf_left_half input.medium {
  width: 100%;
}

#contents .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}

#contents .gform_wrapper .gform_footer input.button,
#contents .gform_page_footer input.button {
  border: 0;
  border-radius: 0;
/*  width: 100%;*/
width: 100px;
  text-align: center;
  padding: 7px 0;
  color: #fff;
  text-transform: uppercase;
  background: #6FAFB5;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#contents .gform_wrapper .gform_footer input.button:focus,
#contents .gform_wrapper .gform_footer input.button:hover,
#contents .gform_page_footer input.button:focus,
#contents .gform_page_footer input.button:hover {
  background: #000000;
}

.page-id-30 #contents p {
	padding-top: 15px;
}

#contents .gform_page_footer input.button {
  float: right;
  width: 100px;
}

#contents .gform_page_footer input.button.gform_previous_button {
  float: left;
}

#contents .gform_wrapper .gf_step {
  float: left;
}

#contents .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-left: 4px;
}

#contents .gform_wrapper div.validation_error {
  font-size: 19px;
  margin-bottom: 15px;
  padding: 0;
  color: #00442a;
}

/* INFO BAND */

#info_band {
  background: #e9f0d4;
  color: #6FAFB5;
  padding: 20px 0 0px;
  margin-bottom: 50px;
}

#info_band .twelve.columns,
#info_band .four.columns {
  padding-bottom: 20px;
}

#info_band h5 {
  font-size: 38px;
  line-height: 1;
  font-weight: 400;
  padding: 0 0 5px;
}

#info_band p {
  padding: 0 0 20px;
}

#info_pack .gform_wrapper {
  max-width: 100%;
  margin: 0;
}

#info_pack .gform_wrapper ul li.gfield {
  position: relative;
}

#info_pack .gform_wrapper .top_label .gfield_label {
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
}

#info_pack .gform_wrapper input[type="text"],
#info_pack .gform_wrapper input[type="email"],
#info_pack .gform_wrapper input[type="tel"],
#info_pack .gform_wrapper textarea.textarea {
  border: 1px solid #fff;
  border-radius: 0;
  background: #fff;
  padding: 5px 8px;
  margin: 0 0 6px;
  font-size: 14px;
  width: 100%;
  -webkit-appearance: none;
}

#info_pack .gform_wrapper input[type="text"]:focus,
#info_pack .gform_wrapper input[type="email"]:focus,
#info_pack .gform_wrapper input[type="tel"]:focus,
#info_pack .gform_wrapper textarea.textarea:focus {
  border-color: #85a789;
}

#info_pack #field_4_1 {
  float: left;
  width: 49%;
  clear: none;
}

#info_pack #field_4_5 {
  float: right;
  width: 49%;
  clear: none;
}

#info_pack #field_4_6,
#info_pack #field_4_3 {
  float: left;
  width: 49%;
  clear: left;
}

#info_pack #field_4_4 {
  float: left;
  width: 49%;
  clear: none;
}

#info_pack #input_4_4 {
  height: 90px;
}

#info_pack #input_4_5 {
  height: 231px;
}

#info_pack .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
  clear: none;
  width: 49%;
  float: right;
}

#info_pack .gform_wrapper .gform_footer input.button {
  border: 0;
  border-radius: 0;
  width: 100%;
  text-align: center;
  padding: 5px 0;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  background: #508272;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#info_pack .gform_wrapper .gform_footer input.button:focus,
#info_pack .gform_wrapper .gform_footer input.button:hover {
  background: #00442a;
}

#info_pack .gform_ajax_spinner {
  margin: 5px 0 0;
  float: left;
  clear: both;
}

#info_pack .gform_wrapper div.validation_error {
  font-size: 16px;
  margin: 0 0 15px;
  padding: 0;
  color: #00442a;
}

#info_pack .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background-color: transparent;
}

#info_pack .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0;
  max-width: 100%;
}

#info_pack .gform_wrapper .top_label .gfield_description.validation_message,
#info_pack .gform_wrapper .gfield_description.validation_message {
  background: #508272;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  padding: 1px 8px 3px !important;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 27px;
  width: auto;
  z-index: 1;
}

#quick_links li {
  padding: 0 0 7px;
}

#quick_links li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  background-color: #00442a;
}

#quick_links .web a,
#quick_links .heaven a {
  text-indent: -9999px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
}

#quick_links .web a {
  background-image: url(web_streaming.png);
}

#quick_links .web a:hover {
  background: #47474a url(web_streaming.png) center center no-repeat;
}

#quick_links .heaven a {
  background-image: url(heaven_address.png);
}

#quick_links .heaven a:hover {
  background: #6caf24 url(heaven_address.png) center center no-repeat;
}

#quick_links nav {
  padding: 22px 0 0;
}

#call_today {
  text-align: center;
}

#call_today h5 {
  padding: 0 0 10px;
}

#call_today p {
  font-size: 18px;
  padding: 0 0 20px;
}

/* Location - Boxes */

.one-third.column.quicklinks { width: 313px; }

.intro_box img {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.intro_box img:hover {
  opacity: 0.9;
}

.quicklinks img {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.quicklinks img:hover {
  opacity: 0.6;
}


#contents div.row.homepage_boxes {
	margin: 0;
}

#contents div.row.alpha.omega.homepage_locations {
		background-color: #6FAFB5;
}

div.intro_homepage_locations {
	text-align: center;
	color: #fff;
}

div.row.alpha.omega.homepage_locations {
	padding-top: 10px;
	padding-bottom: 10px;
}

#contents .intro_homepage_locations a {
	color: #fff;
}

#contents div.latest-news {
	padding-top: 10px;
	width: 100%;
	float: left;
}

span.excerpt-dash {
	display: none;
}

span.excerpt {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 5px;
}

#contents div.latest-news div.listing-item a.title {
	float: left;
	color: #6FAFB5;
	font-size: 18px!important;
}

#contents div.latest-news div.listing-item span.date {
	float: left;
	padding-left: 50px;
	font-size: 12px;
	vertical-align: bottom!important;
	line-height: 24px;
}

h2.display-posts-title {
	color: #6FAFB5!important;
	font-size: 22px!important;
	font-weight: 400!important;
	margin-bottom: 10px!important;
	padding-bottom: 5px!important;
	margin-top: 15px!important;
	border-bottom: 1px solid #6FAFB5;
	display: inline-block;
	
}

div#contents.clearfix h3.quicklinks {
	display: none;
}

#contents .large_button {
  display: block;
  background: #6FAFB5 url(icon_plus_white.png) 10px 13px no-repeat;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 30px;
  margin: 0 0 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#contents .quicklinks .large_button {
  display: block;
  background: #fff 10px 13px no-repeat;
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding: 0!important;
  margin: 0 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#contents .quicklinks .large_button:hover {
background-color: RGBA(240, 247, 248, 1);
}

#contents a.large_button:hover{
  background-color: #cbdcde;
}

#contents h3.quicklinks {
	color: #3e4543;
  font-size: 18px;
  padding: 18px 0 8px;
  font-weight: bold;
  text-transform: capitalize;
  border-top: none;
  border-bottom: none;
}

.intro_box .heaven_address,
.intro_box .web_streaming,
.intro_box .head_stone {
  display: block;
	margin: px 0 0px;
	height: 60px;
  text-indent: -9999px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.intro_box .heaven_address {
  background: #74c15f url(heaven_address.png) center center no-repeat;
}

.intro_box .heaven_address:hover {
  background-color: #4a8939;
}

.intro_box .web_streaming {
  background: #6d6e71 url(web_streaming.png) center center no-repeat;
}

.intro_box .web_streaming:hover {
  background-color: #414241;
}

.intro_box .head_stone {
  background: #6d6e71 url(DYO-headstone-1.png) center center no-repeat;
}

.intro_box .head_stone:hover {
  background-color: #414241;
}
/*#contents div.one-third.column div.intro_box {
	width: 310px;
}*/

/* BLOG POSTS */

article.post {
  /*border-bottom: 1px solid rgba(78, 57, 40, 0.2);*/
  margin-bottom: 50px;
  font-family: 'proxima-nova', sans-serif;
}

article.post .title {
  text-transform: none;
    font-family: 'proxima-nova', sans-serif;
  padding: 10px 0 8px;
  color: #3e4543;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
}

article.post .title a {
  color: #3e4543;
}

article.post .meta {
  font-size: 14px;
  padding: 0 0 16px;
}

article.post .meta a {
  font-weight: normal;
  color: #6FAFB5;
}

article.post p {
	 font-family: 'proxima-nova', sans-serif;
	 font-weight: 300;
	   padding-bottom: 10px;
}

article.post .read_more {
  text-transform: uppercase;
  font-weight: bold;
  color: #6FAFB5;
  font-size: 12px;
}

.posts_nav {
  padding: 0 0 20px; 
}

.posts_nav a {
  color: #6FAFB5;
  font-size: 17px;
  font-weight: 400;
}

.posts_nav .left,
.posts_nav .right {
  width: 49%;
}

.posts_nav .right {
  text-align: right;
}

.contents .alignleft {
  float: left;
  margin: 5px 18px 12px 0;
}

.contents .alignright {
  float: right;
  margin: 5px 0 12px 18px;
}

.contents .aligncenter {
  display: block;
  margin: 5px auto 18px;
}

.contents .alignnone {
  display: block;
  margin: 5px 0 18px;
}

.contents .wp-caption {
  background: rgba(204, 204, 204, 0.3);
  font-size: 14px;
  text-align: center;
  padding: 5px 0 0;
}

.contents .wp-caption .wp-caption-text {
  padding: 0 0 5px;
}

div.eleven.columns.blog_wrap {
	margin-left: 0;
}

/* BLOG SIDEBAR */

.sidebar .widget {
  margin: 0 0 30px;
  font-size: 15px;
  line-height: 20px;
}

.sidebar .widget ul {
  list-style: none;
  margin: 0;
  border-top: 1px solid RGBA(124,168,173,0.4);
}

.sidebar .widget li {
  padding: 0;
  border-bottom: 1px solid RGBA(124,168,173,0.4);
}

div.four.columns.sidebar_wrap {
	float: right;
	margin-right: 0;
}

.sidebar .widget h3 {
  text-transform: none;
  padding: 30px 0 10px;
  font-size: 20px;
}

.sidebar .widget li a {
color: #6FAFB5;
  display: block;
  padding: 5px 5px 5px 10px;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.sidebar .widget li a:hover {
  text-decoration: none;
  background: rgba(78, 57, 40, 0.1);
}

#wp-calendar {
  width: 100%;
}

.sidebar .widget_calendar h3,
.sidebar .widget_search label {
  display: none;
}

#wp-calendar caption {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  padding: 0 0 15px;
}

#wp-calendar thead,
#wp-calendar tbody {
  text-align: center;
}

.sidebar .widget_search {
  overflow: hidden;
}

.sidebar .widget_search #s {
  border: 1px solid #ccc;
  padding: 2px;
  float: left;
  width: 65%;
}

.sidebar .widget_search #s:focus {
  border-color: #aaa;
}

.sidebar .widget_search #searchsubmit {
  float: right;
  border: 0;
  padding: 3px 8px;
  display: block;
  text-transform: uppercase;
  border-radius: 3px;
  background: #4e3928;
  color: #fff;
  font-size: 13px;
}

.sidebar .widget_search #searchsubmit:focus,
.sidebar .widget_search #searchsubmit:hover {
  background: #df7527;
}



/* Monuments */

#monuments_list {
  padding: 0 0 15px;
}

#monuments_list div.monument.one-third.column {
	padding-left: 10px;
	margin-left: 0;
	margin-right: 12px;
}

#monuments_list .monument {
  margin-bottom: 20px;
}

#monuments_list .title {
  color: #fff;
  background: #6FAFB5;
  padding: 2px 0px 2px 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

#monuments_list .thumb {
  background: #e6e7e9;
}

#monuments_list .thumb img {
  display: block;
  margin: auto;
}

#monuments_list .txt {
display: none;
}

#monuments_list .txt span {
  float: left;
  width: 50%;
}

#monuments_list .txt em {
  float: right;
  width: 50%;
  font-style: normal;
}

#color_range .color {
  float: left;
  width: 76px;
  margin: 0 9px 10px;
}

#color_range span {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  height: 30px;
}



/* FOOTER LINKS */

#footer_links {
  background: #fff;
  padding: 15px 0 0px;
  font-size: 14px;
}

#footer_links .widget_nav_menu,
#footer_links .widget_text {
  padding-bottom: 25px;
}

#footer_links h6 {
  font-weight: bold;
  text-transform: uppercase;
  color: #6FAFB5;
  padding: 0 0 5px;
  margin: 0 0 8px;
  border-bottom: 2px solid #dee7c3;
}

#footer_links a {
  display: block;
}

/* FOOTER */

#footer {
  color: #fff;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  text-decoration: underline;
}

#footer .blue_strip {
  padding: 0px 0 0px;
  background: #f0f7f8;
  font-size: 12px;
  color: #000000;
}

/*#footer .blue_strip h6 {
  display: none;
}*/

#footer .blue_strip a {
    color: #000000;
}

#text-3 div.textwidget p strong {
	float: left;
	margin-top: 20px;
}

#footer .blue_strip .title {
  padding: 20px 0 0;
}

#footer section.blue_strip div.container.container-sixteen {

	padding-bottom: 10px;
}

div.three.columns.nav-5 img{
	padding-top: 20px;
}


#footer .blue_strip .title a {
  font-weight: bold;
  text-transform: uppercase;
}


#footer .blue_strip .noclick a {
  cursor: default;
}

#footer .blue_strip .noclick a:hover {
  text-decoration: none;
}

#footer .grey_strip {
  padding: 15px 0 12px;
  background: #3e4543;
}

#footer .grey_strip .links li {
  float: left;
  margin: 0 10px 6px 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #fff;
  height: 10px;
  line-height: 11px;
  text-transform: uppercase;
  font-size: 12px;
}

#footer .grey_strip .links li:last-child {
  margin: 0 0 6px 0;
  padding: 0;
  border-right: 0;
}

#footer .grey_strip .copyright {
  clear: both;
  font-size: 10px;
  text-transform: uppercase;
}

#footer .grey_strip .logo {
  float: right;
  text-indent: -9999px;
  width: 152px;
  height: 35px;
  background: url(resthaven-footer-logo.png) center right no-repeat;
 margin-left: 15px;
    padding-left: 10px;
    padding-bottom: 4px;
    margin-top: -5px;
}

#footer .grey_strip .logo_fdanz {
  float: right;
  text-indent: -9999px;
  width: 41px;
  height: 30px;
  background: url(FDANZ-footer.png) center top no-repeat;
}



/* MEDIA QUERIES */

@media only screen and (min-width: 960px) and (max-width: 1000px) {

  #top .inner {
    max-width: 940px;
  }

  #nav_main {
    margin: 0 0 0 230px;
  }

  #nav_main a {
    font-size: 13px;
  }

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

  #top .inner {
    width: 748px;
  }

  #top .logo {
    width: 150px;
    height: 200px;
    background: url(resthaven-logo-sml.png) center center no-repeat;
  }

  #nav_main {
    margin: 0 0 0 170px;
  }

  #nav_main a {
    font-size: 12px;
    padding: 0 5px;
  }

  #top .utils {
    width: 40px;
  }

  #top .utils .trigger {
    width: 16px;
  }

  #top .utils .trigger.phone {
    background-position: left 19px;
  }

  #top .utils .trigger.search {
    background-position: right 19px;
  }

  #top .utils .boom.phone {
    right: 24px;
  }

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

  #top {
    height: auto;
    background: #6FAFB5;
  }

  #top .inner {
    width: 300px;
  }

  #top .logo {
    float: none;
    display: block;
    position: static;
    margin: auto;
    height: 240px;
    background: url(resthaven-logo-med.png) center center no-repeat;
  }

  #top .utils,
  #nav_main .menu {
    display: none;
  }

  #nav_main {
    float: none;
    margin: 0;
    padding: 0 0 15px;
    margin-top: 20px;
  }

  .tinynav {
    display: block;
    width: 100%;
    cursor: pointer;
    border: 0;
    background: #3e4543 url(arrow_down.png) 97% center no-repeat;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    -webkit-appearance: none;
    padding: 5px 10px 6px;
  	margin-top: 30px;
  }

  #main,
  body.home #main {
    margin-top: 200px;
  }

  #hero .flexslider .slides span {
   display: none;
  }

  #mobile_call {
    display: block;
  	margin-top: 40px;
  }

  #intro_blocks {
    margin: 0;
    padding-top: 0;
  }

  #intro_blocks a {
    margin-bottom: 5px;
  }

  #intro_blocks a img {
    display: none;
  }

  #intro_blocks a span {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    position: relative;
  }

  #intro_blocks a span:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    background: #2a6352 url(icon_plus_white.png) center center no-repeat;
  }

  #contents h1 {
    font-size: 25px;
  }

  #contents h1.highlight {
    font-size: 23px;
    padding: 8px;
  }

  #contents h1.borders {
    padding: 5px;
  }

  #info_band {
    margin-bottom: 100px;
  }

  #info_band h5 {
    font-size: 30px;
  }

  #info_pack #field_4_1,
  #info_pack #field_4_6,
  #info_pack #field_4_3,
  #info_pack #field_4_4,
  #info_pack #field_4_5 {
    float: none;
    clear: both;
    width: 100%;
  }

  #info_pack .gform_wrapper .gform_footer {
    float: none;
    width: 100%;
  }
  
  #contents div.row.alpha.omega.homepage_locations {
		display: none;
}

  .intro_box img {
  	padding-bottom: 10px;
  }
  
  #header-stripe {
  	display: none;
  }

/*
  #footer {
    padding: 20px 0 15px;
  }

  #footer .logo {
    float: none;
  }

  #footer .logo .fdanz {
    display: none;
  }

  #footer .logo .site {
    float: none;
    display: block;
    margin: 0 auto 20px;
    width: 104px;
    height: 58px;
    background: url(logo_footer_large.png);
  }

  #footer .links_copyright {
    float: none;
    line-height: 15px;
    text-align: center;
  }

  #footer .links {
    padding: 0 0 15px;
  }

  #footer .links li:nth-child(3) {
    margin: 0;
    padding: 0;
    background: none;
  }

  #footer .links li.last {
    display: block;
  }
*/
 #footer .blue_strip {
    padding: 0 0 15px;
  }


#footer .grey_strip {
    padding: 15px 0 20px;
  }
  
  #footer .grey_strip .ten.columns {
    position: relative;
    top: 48px;
  }
  
  #footer .grey_strip .two.columns {
    position: relative;
    top: -68px;
  }
  
  #footer .grey_strip .logo {
    float: none;
    display: block;
    margin: auto;
    border: 0;
  }
  
  #footer .grey_strip .logo_fdanz {
    float: none;
    display: block;
    margin: 15px auto 0;
  }
  
  #footer .grey_strip .links {
    text-align: center;
  }
  
  #footer .grey_strip .links li {
    float: none;
    display: inline;
    margin: 0;
    padding: 0 17px 0 12px;
    font-size: 11px;
  }
  
  #footer .grey_strip .links li:nth-child(3) {
    border-right: 0;
  }
  
  #footer .grey_strip .links li:last-child {
    display: block;
    margin: 0;
  }
  
  #footer .grey_strip .copyright {
    text-align: center;
    padding: 25px 0 10px;
  }
  
  #sidebar h3 {
  width: 380px;
}


}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

  #top .inner {
    width: 420px;
  }
    #contents div.choices div.link_post {
  	width: 100%;
  	display: block;
  }
  
  #contents div.choices div.link_post img{
  	width: 100%;

  }

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

  .tinynav {
    background-position: 96% center;
  }
    #contents div.choices div.link_post {
  	width: 100%;
  	display: block;
  }
  
  #contents div.choices div.link_post img{
  	width: 100%;

  }

}

@media only screen and (min-width: 1000px) {

	div.row.homepage_boxes div.eight.columns.alpha {
		margin-right: 2px!important;
		width: 467px;
	}
	
	div.row.homepage_boxes div.eight.columns.omega {
		margin-left: 2px!important;
		width: 467px;
	}
}

/* END */

h2.caskets {
	float: left;
	display: block;
	width: 100%;
	padding-bottom: 30px;
	margin-left: 10px;
}

.choices .link_post {
	padding-bottom: 40px;
	text-align: center;
	
}

div.title {
	text-transform: capitalize;
}

div.choices {
	text-align: left!important;
}

.choices .link_post img {
   
margin-bottom: 10px;
}

.link_post {
    width: 33%;
    float: left;
    text-align: center;
}

.link_post img {
    max-width: 320px;
    height: auto;
}

.link_post a {
    display: inline-block;
}

.link_post a span {
	font-family: "proxima-nova-condensed",sans-serif;
    width: 90%;
    float: left;
    font-weight: 200;
    font-size: 16px;
    text-transform: uppercase;
    color: #696969;
    padding: 15px;
}

.link_post a:hover {
    background: #F6F6EE;
} 

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}

.nav-5 img {
  padding-left: 10px;
}

.responsive-wrapper-wxh-550x2000 {
		height: 2100px;
	}	

/*INV Feedback Grid*/
.parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.child {
  padding: 10px;
}

.number {
  font-size: 36px;
  font-family: ;
}

.parent .child .feature {
	
}

/*Responsive*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .parent {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .parent {
    grid-template-columns: repeat(1, 1fr);
  }
}