/*
Theme Name: Gee and Hickton Funeral Directors Theme
Template: bledisloe3
Author: Weave.
Version: 3.0.2
Green #688a7e
*/

@charset "UTF-8";
@import url('../bledisloe3/style.css');
@import url('css/custom.css');

@font-face {
	font-family: 'ProximaNova';
	src: url('fonts_new/proximanova-light-webfont.eot');
	src: url('fonts_new/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts_new/proximanova-light-webfont.woff') format('woff'),
	url('fonts_new/proximanova-light-webfont.ttf') format('truetype'),
	url('fonts_new/proximanova-light-webfont.svg#ProximaNovaLtRegular') format('svg');
	font-weight: 300;
	font-style: normal;

}
@font-face {
	font-family: 'ProximaNova';
	src: url('fonts_new/ProximaNova-Regular.eot');
	src: local('☺'), 
	url('fonts_new/ProximaNova-Regular.woff') format('woff'), 
	url('fonts_new/ProximaNova-Regular.ttf') format('truetype'), 
	url('fonts_new/ProximaNova-Regular.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'ProximaNova';
	src: url('fonts_new/ProximaNova-Semibold.eot');
	src: local('☺'),
	url('fonts_new/ProximaNova-Semibold.woff') format('woff'), 
	url('fonts_new/ProximaNova-Semibold.ttf') format('truetype'), 
	url('fonts_new/ProximaNova-Semibold.svg') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'ProximaNova';
	src: url('fonts_new/ProximaNova-Bold.eot');
	src: local('☺'),
	url('fonts_new/ProximaNova-Bold.woff') format('woff'),
	url('fonts_new/ProximaNova-Bold.ttf') format('truetype'), 
	url('fonts_new/ProximaNova-Bold.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}

button, input, select, textarea { font-family: 'raleway', sans-serif; }

a { color: #; text-decoration: none; }

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

#main {
  margin-top: 400px;
}

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

.col-5 { 
    width: 17.9182%;
    padding-right: 10px;
	margin-right: 0px !important;
}

.main, #info_band, #footer_links, #footer {
	max-width: none;
}

#info_band {margin-top: 20px;}

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

#top .logo {
  float: left;
  width: 230px;
  height: 110px;
  background: #688a7e url(./assets/logo-home.png) center center no-repeat;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}


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

#nav_main a {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 12px;
  height: 55px;
  line-height: 55px;
  border-bottom: 5px solid #bce08a;
  color: #000000;
}

#nav_main a:hover,
#nav_main .hover > a,
#nav_main .current_page_item > a,
#nav_main .current_page_parent > a {
  border-bottom-color: #688a7e!important;
}

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

#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: #688a7e url(./assets/icon_phone.png) 182px 4px no-repeat;
  border-radius: 15px;
}


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

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


#hero .flexslider .slides span {
/*  
position: absolute;
  left: 0;
  top: 370px;
  width: 100%;*/


  position: relative;
  display: block;
  margin: 370px auto 0;
  max-width: 1000px;

  background: rgba(242, 249, 232, 0.8);
  padding: 20px 0 23px;
  text-align: center;
/*  color: #2a6352;*/
color: #688a7e;
  font-size: 46px;
  line-height: 1;
  font-weight: 300;
}

#contents h1 {
  font-size: 34px;
  line-height: 1;
  font-weight: 300;
  background: #fff;
  color: #688a7e;
  padding: 0 0 10px;
  margin: 0 0 15px;
  border-bottom: 1px solid #688a7e;
}

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

#contents h2 small {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

h2.homepage {
	width: 100%;
	padding-top: 30px!important;
	border-top: 2px solid #688a7e;
	padding-bottom: 20px!important;
}

#contents h1.highlight {
  background: #688a7e;
}

#contents h2 {
  color: #688a7e;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
}


.page-id-10 #contents h1 {
	text-align: center;
  text-transform: uppercase;
  font-size: 26px;
}

#contents h1.borders {
  font-weight: 400;
  padding: 5px 5px 5px 0;
  border-top: 1px solid #688a7e!important;
  border-bottom: 1px solid #688a7e!important;
}

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

#monuments_list .title {
  background: #688a7e;
}

#monuments_list .txt {
display: none;
}

.page-id-10 #contents p {
	text-align: center;
}

#contents a.btn {
  display: block;
  padding: 3px 10px;
  margin: 5px 0;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  background-color: #688a7e;
  -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: #bce08a;
}

/*#contents .team_profile h2 {
  color: #218d6d;
  font-weight: 600;
  font-size: 18px;
}

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

#contents .team_profile {
  padding-bottom: 15px;
  padding-top: 15px;
  font-size: 15px;
  border-bottom: 1px solid #666!important;
  margin-left: 0;
  height: 1240px;
}

/*#contents .team_profile img {
  width: 200px;
  float: left;
  display: block;
  padding-right: 20px;
}*/


#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: #688a7e;
}


#contents .team_profile p {
	/*padding-left: 20px;*/
	padding-bottom: 10px;
}

#contents .team_profile h2 {
  color: #218d6d;
  font-weight: 400;
  float: left;
  padding-right: 10px;
  vertical-align: bottom;
  width: 100%;
  font-size: 19px!important;
}

#contents .team_profile h4{
color: #218d6d;
  font-weight: 400;
  float: left;
  padding-right: 10px;
  vertical-align: bottom;
  width: 100%;
	font-size: 12px!important;
}
/*#contents .team_profile small {
	padding-left: 20px;
}*/

#contents .team_profile h5 {
  font-size: 13px;
  color: #666;
padding-bottom: 10px;
/*margin-top: 5px!important;*/
padding-top: 2px;
font-weight: 400;
min-height: 75px;
}

#contents .gform_wrapper .gform_footer input.button,
#contents .gform_page_footer input.button {
  border: 0;
  border-radius: 0;
  width: 100%;
  text-align: center;
  padding: 7px 0;
  color: #fff;
  text-transform: uppercase;
  background: #688a7e;
  -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_page_footer input.button {
  float: right;
  width: 100px;
}

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

#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: #bce08a;
}

#contents .gform_wrapper div.validation_error {
  color: #688a7e;
}

#info_band {
  background: rgba(242, 249, 232, 1.0);
  color: #000000;
  padding: 20px 0 0px;
  margin-bottom: 20px;
	opacity: 1;
}

div#info_pack h5,
div#quick_links h5 {
	text-transform: uppercase;
}

div#quick_links h5 {
	font-size: 35px;
}

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

#hall_of_fame {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #6b8b7e;
	text-align: center;
}

#contents div.eight.columns.alpha img,
#contents div.eight.columns.omega img {
	margin-bottom: 10px;
}

#hall_of_fame div.container img {
	margin: auto 0!important;
	float: none;
}

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

#info_pack .gform_wrapper .gform_footer input.button {
  background: #688a7e;
}

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

#info_pack .gform_wrapper div.validation_error {
  color: #688a7e;
}

#quick_links li {
    list-style: none;
}

#quick_links li a {
  background-color: #688a7e;
}

#quick_links li a:hover {
	background-color: #bce08a;
}

#quick_links .web a {
  background: #688a7e url(./assets/web_streaming.png) center center no-repeat;
}

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


#quick_links .facebook a{
	display: block;
	height: 60px;
	margin: 0 0 25px;
	background: #3b5998 url(./assets/facebook-white.png) center center no-repeat;
	moz-transition: all 0.3s ease-in-out;
	ms-transition: all 0.3s ease-in-out;
	o-transition: all 0.3s ease-in-out;
	text-indent: -9999px;
	transition: all 0.3s ease-in-out;
	webkit-transition: all 0.3s ease-in-out;
}

.intro_box .facebook:hover {
	background-color: #8b9dc3;
}

.intro_box .facebook:hover {
	background-color: #8b9dc3;
}

#contents .large_button {
  background: #688a7e url(./assets/icon_plus_white.png) 10px 13px no-repeat;
}

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

#footer_links h6 {
  border-bottom: 2px solid #bce08a;
    color: #000;
    padding-top: 15px;
}

#footer_links a {
	display: inline;
	color: #000000;
}

#footer {
  background: #688a7e;
}

#footer .logo .site {
  float: left;
  width: 104px;
  height: 32px;
  background: url(./assets/footer.png) bottom no-repeat;
}


#intro_blocks a span {
  display: block;
  color: #fff;
  background-color: #688a7e;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 36px;
  height: 36px;
  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: #bce08a;
}

#color_range div.color {
margin-left: 0;	
}

#color_range .color {
  float: left;
  width: 65px;
  margin: 0 12px 20px;
}

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

#mobile_call a {
  display: block;
  position: relative;
  height: 40px;
  color: #688a7e;
  line-height: 40px;
  font-size: 17px;
  padding: 0 0 0 10px;
  background-color: #e4eeea;
  -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: #dee7c8;
}

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

#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;
  background: #f2f9e8;

}

.wp-caption {
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  background: rgba(242, 249, 232, 1.0);
	padding: 5px;
}

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

#contents .wp-caption .wp-caption-text {
	padding-right: 5px !important;
	padding-left: 5px !important;
	padding-bottom: 0!important;
}

 #contents .team_profile img {
margin-bottom: 20px;
}

/* MEDIA QUERIES */

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


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

  #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) {

#intro_blocks a span { font-size: 10px;
}

  #top .logo {
    width: 147px;
    height: 80px;
    background: #688a7e url(./assets/logo.png) center center no-repeat;
  }

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

  #nav_main a {
    font-size: 10px;
    padding: 0 7px;
  }
  
   #footer .links_copyright {
	font-size: 10px;
    line-height: 15px;
    float: none;
  }
  
  #top .utils {
    width: 50px;
  }
  
  #contents h1 {
  font-size: 30px;
}

}

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

  #top {
    height: auto;
    background: #688a7e;
  }

  #top .inner {
    width: 300px;
  }

  #top .logo {
    float: none;
    display: block;
    position: static;
    margin: auto;
    height: 140px;
    background: #688a7e url(./assets/logo-home.png) center center no-repeat;
  }

  #footer .logo .site {
    float: none;
    display: block;
    margin: 0 auto 20px;
    width: 120px;
    height: 37px;
    background: url(./assets/footer.png) center no-repeat;
  }

  #nav_main {
    margin: 0 0 0 0px;
    float: none;
  }
  
  #intro_blocks a span {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    position: relative;
  }
  
  #hero .flexslider .slides span {
    font-size: 25px;
    padding: 10px;
    margin-top: 235px;
  }
  
  /*.wp-caption img {
max-width: 400px;
}*/
  #contents .wp-caption .wp-caption-text {
	display: none!important;
}

#contents .team_profile { 
height: auto;
}
  
}

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

  .tinynav {
    background-position: 96% center;
  }
  
   #nav_main {
    margin: 0 0 0 0px;
    float: none;
  }
  
  #contents h1 {
  font-size: 30px;
  text-align: center;
}

  #contents .team_profile img {
  width: 100%;
  float: left;
  display: block;
  padding-bottom: 20px;
}

#contents .team_profile p {
	width: 100%;
	padding: 0;
}

.wp-caption {
display: none!important;
}

#contents .team_profile { 
height: auto;
}


}



div#attachment_2027.wp-caption.alignright {
	margin-left: 0!important;
}


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

.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: 32%;
    float: left;
    padding-right: 15px;
    text-align: center;
}

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

.link_post a {
    display: inline-block;
}

.link_post a span {
	font-family: "raleway",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;
} 

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

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

  }
  .col-5 {
  	width: 100%!important;
  }

}


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


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

  }
  
  .col-5 {
  	width: 100%!important;
  }
}

.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%;
}

#hutt-valley {margin-top: -20px}

#footer .links li:last-child {
	background: none;
}

#info_pack .gform_wrapper .gform_footer input.button {width: 96%;}

div.team_member.clearfix {
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}

.bio {
	padding-top: 10px;

}
.team_member h5 {
	font-weight: normal!important;
}

.team_member h2 small {
	color: #688a7e!important;
	font-size: 14px!important;
	text-transform: capitalize!important;
}

.team_member h2 {
	font-size: 22px!important;
	padding-bottom: 0px!important;
}

.vooPopup-trigger img {
    border: 5px solid white;
}

#footer .logo .fdanz {
float: left;
width: 113px;
height: 42px;
background: url(./assets/FDANZ-Primary-Member-logo-white-sml.png) left center no-repeat;
text-indent: -9999px;
margin-top: 5px;
border: none;
}

@media screen and (max-width: 1024px){
  .ose-google-docs.ose-uid-a03804c598ab149ef8cd5e10698f95e8.ose-embedpress-responsive iframe {
        height: 1300px !important;
        max-height: 1300px !important;
    }
  }
  
  @media screen and (max-width: 768px){
  .ose-google-docs.ose-uid-a03804c598ab149ef8cd5e10698f95e8.ose-embedpress-responsive iframe {
        height: 2400px !important;
        max-height: 2400px !important;
    }
  }
  
  .page-template-tpl-bb-page h1 {
        font-size: 34px;
        line-height: 1;
        font-weight: 300;
        background: #fff;
        color: #688a7e;
        padding: 0 0 10px;
        margin: 0 0 15px;
        border-bottom: 1px solid #688a7e;
    }

/*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: ;
	line-height: 1.5em;
}

.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);
  }
}