/*
    Theme Name: Sibuns Funeral Directors
    Theme URI: 
    Description: 
    Version: 3.0
    Author: Weave Digital Studio
    Author URI: weave.co.nz
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* -- Basic Style -- */


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, img, ins, kbd, q, s, samp,
small, strike, strong, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}



html, body {
    margin:0px;
    padding:0px;
    font-family:'proxima-nova',Sans-Serif;
    font-weight: 400;
    color:#000000;
}

*{
       -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;
    outline-width:0px;
}

body {
    color:#000000;
    font-size:16px;
}

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

a:hover {
    color:#B5A665;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

h1, h2, h3, h4, h5, h6{
    margin:0px;
    padding:0px;
}

a img {
    border:0px!;
}

ul, li {
    list-style:none;
    margin:0px;
    padding:0px;
}

.gfield_radio li input{
	margin-left: 01px!important;
	vertical-align: bottom!important;
}

.gfield_radio li label {
	margin-left: 3px!important;
}

[type="text"], [type="tel"], [type="email"], [type="date"] {
    width: 98%;
    float:left;
    background-color:#fff;
    border:1px solid #CDCDCD;
    color: #888;
    font-size: 18px;
    font-weight: 400;
    margin: 5px 0px 10px 0px;
    padding: 10px 1%;
    text-indent:5px;
    font-family: 'proxima-nova';
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

#input_8_4,
#input_8_5 {
	width: 98%!important;
}

ul.sources {
	width: 100%!important;
	padding-bottom: 20px!important;
}

/*h3#body {
	width: 60%;
}*/

#input_8_3,
#input_8_6,
#input_8_1  {
	width: 99%!important;
}

textarea {
    width: 98%;
    height:150px;
    float:left;
    background-color:#fff;
    border:1px solid #CDCDCD;
    color: #888;
    font-size: 18px;
    font-weight: 400;
    margin: 5px 0px 10px 0px;
    padding: 10px 1%;
    overflow:auto;
    text-indent:5px;
    font-family: 'proxima-nova';
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

[type="text"]:focus, [type="tel"]:focus, [type="email"]:focus, textarea:focus {
    border-color: #A68150;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

input[type="submit"], input[type="button"] {
    background-color:#A68150;
    border:1px solid #A68150;
    text-transform:uppercase;
    font-family: 'proxima-nova';
    font-weight: 400;
    font-size:18px;
    cursor:pointer;
    color: #FFFFFF;
    padding: 10px 25px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

input[type="submit"]:hover, input[type="button"]:hover {
    background-color: #b5a164;
    border-color: #b5a164;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.main {
    width: 100%;
    float: left;
}

.wrapper {
    max-width: 960px;
    margin: 0 auto;
}

.header {
    width: 100%;
    float: left;
}

.header .wrapper {
    position: relative;
}

.logo {
    width: 20%;
    float: left;
    position: absolute;
    z-index: 2;
}

.head_right {
    width: 70%;
    float: right;
}

.head-ph {
    float: right;
    padding: 15px 0px 0px 0px;
}

.head-ph p {
    margin: 0px;
    font-size: 22px;
    color: #00033e;
    margin:0px;
}

.head-ph p a {
    color: #00033e;
}

.head-ph p a:hover {
    color: #b5a665;
}

.head_search {
    float: right;
    margin: 0px 0px 0px 10px;
    padding: 10px 8px 7px 8px;
    background: #e1d9c2;
    position: relative;
}
.head_search input[type="text"]{
    display: none;
    background:none;
    border:1px solid #00033e;
    width:150px;
    height:30px;
    margin:0px;
    padding:0px 5px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.head_search span{
    position:absolute;
    right: 8px;
    top:0px;
    z-index:1;
    font-size:26px;
    padding: 15px 0px 0px 5px;
    height:31px;
    color:#00033e;
}

.head_search input[type="submit"]{
    color:#00033e;
    border:none;
    cursor:pointer;
    padding:0px;
    width:37px;
    height:30px;
    margin:0px;
    position:relative;
    z-index:2;
    background:none;
}

.p_title {
/*    width: 70%;
    float: right;
    margin: 130px 0px 0px 0px;
    position: absolute;
    right: 0px;*/
    display: none;
}

.p_title h2 {
    font-size: 36px;
    color: #fff;
}

.h_banner {
   display: none;
}

.h_banner img {
    width: 100%;
    height: auto;
    z-index: 1;
}

.slider {
    width: 100%;
    float: left;
}

.slider img {
    width: 100%;
    height: auto;
}

.wel_come {
    width: 100%;
    float: left;
}

.wel_come_container {
    width: 85%;
    float: right;
    color: #a68150;
}



.w_text_cont {
	margin-top: 50px;
	margin-bottom: 0px;
	width: 100%;
}

.w_text_cont h2,.w_text_cont h3 {
    font-family: "chaparral-pro-caption",sans-serif;
    color: #a68150;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    font-weight: 400;
    letter-spacing: 1.4px;
    line-height: 54px;
}

.w_text_cont h2 b,
.w_text_cont h3 b {
	font-weight: 400;
	padding-right: 8px;
	padding-left: 8px;
}

strong {
	font-weight: bold;
}

.w_text_cont p {
	display: none;
}

.w_text_cont h2 {
/*	float: right;
	margin-right: 180px!important;*/
	font-size: 68px;
}

div.line1 {
	float: left;
}

div.line2 {
float: right;
width: 100%;	
}

.line2 h2 {
	margin-left: 100px;
}

.w_text_cont h3 b, w_text_cont h3 {
	font-size: 50px;
}

.w_img {
    width: 60%;
    float: right;
}

.w_img img {
    max-width: 100%;
    height: auto;
}

.h_con {
    width: 100%;
    float: left;
    margin: 20px 0px 0px 0px;
}

.home_cont {
    width: 100%;
    float: left;
    color:#000000;
}

.home_cont p {
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    margin-bottom: 15px;
}

img.size-full.wp-image-1953.alignleft {
	float: left;
	margin-right: 40px;
	margin-bottom: 0px;
	vertical-align: bottom;
	margin-top: px;

	
}

img.size-full.wp-image-131.alignleft {
	float: left;
}

img.size-full.wp-image-132.alignleft {
	float: none!important;
}

img.size-full.wp-image-133.alignleft {
	float: none!;
}

.academy {
    width: 100%;
    float: left;
    color: #a68150;
    background: #e1d9c2;
    margin: 20px 0px 0px 0px;
    padding: 20px 0px;
    display: none;
}

.academy_text {
    width: 100%;
    float: left;
    text-align: center;
}

.academy_text p {
    font-size: 24px;
    margin: 0px;
}

.academy_text p a {
    color: #a68150;
    font-weight: 700;
}

.academy_text p a:hover {
    color: #A68150;
}

.quick_links {
    width: 100%;
    float: left;
}

.cont_quick_links {
    width: 100%!important;
    float: left;
    margin: 30px 0px 15px;
}

.cont_quick_links h2 {
    font-family: "chaparral-pro-caption",sans-serif;
    color: #a68150;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
    font-weight: 300;
}

.link_post {
    width: 25%!important;
    float: left;
    text-align: center;
}

.link_post img {
    max-width: 99%!important;
    height: auto;
}

.link_post a {
    display: inline-block;
    width: 100%!important;
}

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

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

.pre_footer {
    width: 100%;
    float: left;
    background: url("images/footer-stripes2.png") repeat;
    padding: 30px 0px 10px 0px;
        border-top: 4px solid #BCA66C;
}

.cont_prefooter {
    width: 100%;
    float: left;
}

.wid_area_one, .wid_area_two, .wid_area_three, .wid_area_four, .wid_area_five, .wid_area_six {
    width: 16%;
    float: left;
    margin: 0px 5px 0px 0px;
}

.wid_area_one ul li {
    width: 100%;
    display: inline-block;
    margin: 0px 0px 15px 0px;
}

.wid_area_one ul li a {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0px 0px 5px 0px;
}

.wid_area_one ul li a:hover, .wid_area_two ul li a:hover, .wid_area_three ul li a:hover, .wid_area_four ul li a:hover, .wid_area_five ul li a:hover, .wid_area_six a:hover {
    color: #ffffff;
}

.wid_area_two h3, .wid_area_three h3, .wid_area_four h3, .wid_area_five h3, .wid_area_six h3 {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0px 0px 5px 0px;
    color: #ffffff;
}

.wid_area_two ul li, .wid_area_three ul li, .wid_area_four ul li, .wid_area_five ul li {
    display: 100%;
    display: inline-block;
    margin: 0px 0px 5px 0px;
}

.wid_area_two ul li a, .wid_area_three ul li a, .wid_area_four ul li a, .wid_area_five ul li a, .wid_area_six a {
    font-weight: lighter;
    color: #ffffff;
    font-size: 12px;
}

.wid_area_four ul, .wid_area_five ul {
    margin-bottom: 20px;
}

.wid_area_six p, .wid_area_six p a {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #ffffff;
}

.footer {
    width: 100%;
    float: left;
    background: #00033e;
}

.f_left {
    width: 70%;
    float: left;
        padding: 12px 0px;

}

.footer_menu {
    width: 100%;
    float: left
}

.footer_menu ul li {
    display: inline-block;
    padding: 5px;
}

.footer_menu ul li:first-child {
    padding-left: 0px;
}

.footer_menu ul li a {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    background: url("images/f_menu_bg.jpg") no-repeat center right;
    padding: 0px 8px 0px 0px;
}

.footer_menu ul li a:hover, .f_by p a:hover {
    color: #a68150;
}

.footer_menu ul li:last-child a {
    background: none;
}

.f_by {
    width: 100%;
    float: left;
}

.f_by p {
    font-size: 10px;
    margin: 0px;
    color: #fff;
    text-transform: uppercase;
}

.f_by p a {
    font-weight: 700;
    color: #fff;
}

.f_right {
    width: 30%;
    float: right;
    text-align: right;
    padding: 12px 0px;
}

.f_right img {
    max-width: 100%;
    height: auto;
}

.f_right a:hover{
    opacity: 0.5;
}

.breadcrumb {
    width: 100%;
    float: left;
    margin: 20px 0px 20px 0px!important;
    color: #575757;
    text-transform: uppercase;
    font-size: 14px;
}

.breadcrumb a {
    color: #575757;
}

.breadcrumb a:hover{
    color: #B8A16B;
}

.page_banner {
    width: 100%;
    float: left;
}

.img_page_banner {
    width: 100%;
    float: left;
}

.img_page_banner img{
    width: 100%;
    height: auto;
}

/*.content {
    width: 100%;
    float: left;
    margin: 30px 0px 0px 0px;
}*/

.page_content {
    float: left;
    line-height: 24px;
    position: relative;
}

.page_content img.alignleft {
	margin-right: 40px;
	margin-bottom: 20px;
}

img.alignleft.size-full.wp-image-2016 {
	float: right!important;
	margin-right: 0!important;
}

#input_5_2_6_container label,
#input_5_2_3_container label {
	display: none;
}

.page_content .service h2 {
    font-family: "chaparral-pro-caption",sans-serif;
    color: #a68150;
    display: block;
    font-size: 48px;
    font-weight: 400;
    margin: 0px 0px 0px;   
    line-height: 50px;
    float: left;
}

.someone-dies {
}

.page_content .someone-dies h2 {
    font-family: "chaparral-pro-caption",sans-serif;
    color: #a68150;
    display: inline-block;
    font-size: 68px;
    font-weight: 400;
    margin: 0px 0px 20px;   
    line-height: 58px;
    letter-spacing: 1.1px;
}

.page_content .someone-dies span {
	font-size: 58px;
}

.page_content .someone-dies h2 b {
	float: right;
	display: block;
	margin-top: -50px;
	font-size: 70;
	margin-right: 20px;
}

.page_content > h1 {
    font-family: "chaparral-pro-caption",sans-serif;
    color: #a68150;
    font-size: 48px;
    font-weight: 400;
    text-transform: ;
    margin: 0px 0px 20px;   
    line-height: 54px;
    float: none;
/*    width: 85%;*/    
}

.page_content a.btn {
  display: inline-block;
  background-color: #00334e;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  padding: 4px 10px 3px;
  border-radius: 3px;
  -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;
  outline: none;
}



.page_content a.btn.pdf {
  position: relative;
  padding-right: 50px;
  overflow: visible;
}

.page_content a.btn.pdf:after {
  position: absolute;
  content: "";
  width: 37px;
  height: 37px!important;
  top: -7px;
  right: 8px;
  background: url(images/icon_pdf.png) center center no-repeat;
  z-index: 1;
  border-radius: 3px;
  overflow: visible!important;
}



.page_content > h2 {
    font-family: "chaparral-pro-caption",sans-serif;
    color: #a68150;
    display: block;
    font-size: 68px;
    font-weight: 400;
    margin: 0px 0px 0px;   
    line-height: 88px;
    float: left;
    width: 100%;
}

img.alignright.size-full.wp-image-1995 {
	position: static;
	float: right;
	margin-top: -80px;
}

.caring img.alignright.size-full.wp-image-1995 {
	margin-top: 0;
}

img.alignleft.size-full.wp-image-1996 {
	width: 40%;
	float: left;
	margin-bottom: 0;
}

.page_content > h2 b{
	font-weight: 600;
}

.page_content > h3 {
    margin: 0px 0px 0px 0px;
    text-transform: capitalize;
    color: #a68150;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 20px;
    width: 100%;
    float: none;
    
}

img.alignnone.size-full.wp-image-1964 {
	padding-bottom: 15px;
	max-width: 100%;
}

#input_8_1 {
	width: 98%!important;
}

.page_content p {
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    margin-bottom: 15px;
}

/*.page_content ul {
    width: 50%;
    min-height: 375px;
    float: left;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}*/

ul#funeral_services {
	width: 100%;
	min-height: 0;
	margin-top: 15px;
}

.page-id-1920 .page_content ul,
.page-id-92 .page_content ul {
	width: 100%;
	min-height: 0;
}

ul#eulogy {
	width: 100%;
	min-height: 0;
}

.page_content ul li {
    margin: 0px 0px 10px 0px;
    font-size: 16px;
    display: list-item;
    list-style: inside;
}
/*.page_content > h2 {
    border-bottom: 4px solid #193b7d;
    color: #193b7d;
    font-size: 30px;
    margin: 20px 0px 30px;
	padding: 0px 0px 5px 0;
}

.page_content p {
    font-size: 18px;
    color: #888;
    line-height: 26px;
}

.page_content ul {
    padding: 0px 0px 0px 10px;
}

.page_content ul li {
    margin: 0px 0px 10px 0px;
    color: #888;
}*/

.address_block {
  background: #02344e!important;
  color: #fff;
  padding: 20px 0 0 25px;
  margin: 0 0 20px;
  display: block!important;
  height: 125px;
}

.address_block h2 {
  color: #a2b2c8;
  margin: 0 0 10px;
  font-weight: 300;
}

.address_block .col {
  float: left;
  width: 33%!important;
  padding: 0 0 10px;
  font-weight: 300;
}

img.alignnone.size-full.wp-image-1995 {
	display: inline-block;
}

.service_page_content {
    width: 100%;
    float: none;
}

.alignleft {
    float: left;
    max-width: 100%;
}

.alignright {
    float: right;
}

.service_page_content > h2, .service_page_content > h3 {
    font-family: "chaparral-pro-caption",sans-serif;
    color: #a68150;
    display: inline-block;
    font-size: 48px;
    font-weight: 300;
    text-transform: capitalize;
    margin: 50px 0px 0px 10px;   
    line-height: 58px;
    }

.service_page_content > h2 b, .service_page_content > h3 b{
	font-weight: 600;
	font-size: 54px;
	line-height: 54px;
}

.service_page_content > h3 {
    margin: 0px 0px 0px 10px;
    text-transform: inherit;
} 

.service_page_content div {
	line-height: 24px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 16px;
}

.service_page_content div p {
	display: inherit;
	margin-bottom: 10px;
}

.sides {
	display: inline-block;
}

.service_page_content p {
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    display: inline-block;

}

.service_page_content ul {
    width: 50%;
    min-height: 375px;
    float: left;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

.service_page_content ul li {
    margin: 0px 0px 10px 0px;
    font-size: 16px;
    display: list-item;
    list-style: inside;
}

.spl_content {
    width: 100%;
    float: left;
    margin: 20px 0px 0px;
}

.cont_spl_hold {
    width: 100%;
    float: left;
	margin-top:10px;
	margin-bottom: 20px;
}

.cont_spl_hold h2 {
    background: #A68150;
    color: #ffffff;
    font-weight: 300;
    padding: 10px 20px;
    line-height: 30px;
    font-size: 22px;
    text-align: center;
    margin: 0!important;
}

.intro h3{
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 20px;
	 color: #a68150;
}

.triple {
	max-width: 32%;
	float: left;
	margin: 30px 19px 30px 0;
}

.triple img {
	width: 100%!important;
}


.triple.last {
margin-right: 0px!important;

}

.triple h4 {
    background: #00033e;
    color: #ffffff;
    font-weight: 300;
    padding: 10px 0px!important;
    line-height: 24px;
    font-size: 18px;
    text-align: center;
    float: left;
   width: 100%;
}

.double {
	max-width: 48%;
	float: left;
	margin: 30px 19px 30px 0;
}

#venues {
	display: inline-block;
	float: left;
}

.double img {
	width: 100%!important;
}


.double.last {
margin-right: 0px!important;

}

.double h4 {
    background: #00033e;
    color: #ffffff;
    font-weight: 300;
    padding: 10px 0px!important;
    line-height: 24px;
    font-size: 18px;
    text-align: center;
    float: left;
   width: 100%;
}

div.intro {
	width: 100%;
	display: inline-block;
	margin-top: 20px;
}

.homepage_buttons {
    width: 100%;
    float: left;
    margin: auto;
}

.btns {
    width: 100%!important;
    float: left;
    margin: 20px 0px 45px 0px;
}

.btns .heaven_address,
.btns .web_streaming,
.btns .head_stone {
    float: left;
    text-align: center;
    display: block;
    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;
}

.btns .web_streaming {

}

.btns .heaven_address {
	width: 34%;
    background: #74c15f url("images/heaven_address.png") center center no-repeat;
}

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

.btns .web_streaming {
	width: 33%;
    background: #6d6e71 url("images/web_streaming.png") center center no-repeat;
}

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

.btns .head_stone {
	width: 33%;
    background: #6d6e71 url("images/custom-design-headstone.png") center center no-repeat;
}

.btns .head_stone:hover {
    background-color: #414241;
}

.caring {
    width: 100%;
    float: left;
    margin: 30px 0px 0px 0px;
    color: #02235C;
}

.content {
    width: 100%;
    float: left;
    margin: 20px 0px 0px 0px;
  /*  border-top: 4px solid #BCA66C;*/
/*    border-bottom: 4px solid #BCA66C;*/
}

.content_caring p{
    font-size: 16px;
      color: #03344f;
          margin: 0 85px 0px 0px;
          line-height: 25px;
}

.content_caring h2 {
    font-size: 40px;
    margin-left: 40px!important;
}

.content_caring h2,.content_caring h3 {
    font-family: "chaparral-pro-caption",sans-serif;
    color: #a68150;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    font-weight: 400;
    letter-spacing: 1.4px;
    line-height: 60px;
}

.content_caring h2 b,
.content_caring h3 b {
	font-weight: 400;
}


.line3 h2 {
	margin-left: 120px!important;
}
.content_caring h2 {
	font-size: 68px;
}

.content_caring div.line1 {
	float: none;
	width: 100%;
}

.content_caring div.line2 {
/*float: right;*/
width: 100%;	
float: none;
}

.content_caring div.line3 {
line-height: 0px;
width: 100%;	
margin-bottom: 60px;
}
.content_caring .line2 h2 {
	margin-left: 120px;
}

.content_caring h3 b, .content_caring h3 {
	font-size: 50px;
}





/*.content_caring p {
    float: right;
    font-size: 28px;
    margin: 0 85px 0px 0px;
}*/

.content_team {
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;

}

.our_team_content {
    width: 100%;
    float: left;
}

.our_team_content p {
    line-height: 26px;
    font-size: 18px;
}

.team {
    width: 100%;
    float: left;
    margin: 20px 0px 0px 0px;
}

.member_team {
    width: 100%;
    float: left;
    margin: 0px 0px 40px 0px;
/*    border-top: 4px solid #BCA66C;*/
}

.member_image {
    width: 25%;
    float: left;
    margin: 0px 15px 0px 0px;
}

.member_image img {
    max-width: 100%;
    height: auto;
}

.member_cont {
    width: 70%;
    float: left;
    padding: 0px 0px 0px 0px;
}

.member_team {
  border-top: 1px solid #ddd;
  padding: 30px 0 20px;
}

.member_team:last-child {
  border-bottom: 1px solid #ddd;
}

.team_member .pic {
  padding-top: 5px;
}

.member_cont h2 {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #03344f;
}

.team_member h2 small {
  font-weight:400;
  font-size: 13px;
  color: #03344f;
}

.member_cont h5 {
  margin: 0 0 10px;
  font-size: 14px;
  color: #03344f;
  font-weight: 400;
}

.member_cont span, .member_cont span p {
    font-size: 22px;
    line-height: 26px;
  color: #03344f;
    margin: 0px;
}

.member_cont strong{
  color: #03344f;
    display: block;
    font-style: italic;
    margin: 10px 0px;
    text-transform: capitalize;
}

.member_cont p {
    font-size: 16px;
      color: #03344f;
}

.a_contact {
    width: 100%;
    float: left;
    margin: 20px 0px 0px 0px;
}


.mycontact{
    width:100%;
    float:left;
    padding: 0 0 20px;
    margin: 0;
}

.contact-title {
    margin-bottom:20px;
}
.contact-detail {
    float:left;
    width:100%;
    text-align:left;
    margin-bottom:35px;
}
.contact-detail li {
    display:inline-block;
    font-size:16px;
    font-weight:600;
    margin:10px 0px;
}
.contact-detail > li > a {
    color:#533904;
}
.contact-detail > li > a:hover {
    text-decoration:underline;
}
.rows {
    float:left;
    width:94%;
    padding:15px 20px;
    margin:20px 0px;
}
.cols {
    float:left;
    width:48%;
    margin:10px 0px;
}
.cols label {
    color:#000000;
    width:100%;
    font-size:20px;
    float:left;
    font-family: 'proxima-nova';
}
.cols label span {
    color:#a91e2d;
    font-size:20px;
}

.cols input[type="text"], .cols input[type="email"], .cols input[type="tel"] {
    width: 96%;
    float:left;
    background-color:#efefef;
    border:none;
    border-right:1px solid #A68150;
    border-left:5px solid #A68150;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    padding: 15px 1%;
    text-indent:5px;
    font-family: 'proxima-nova';
    border-radius: inherit;
}

.right {
    float:right;
}
.subject {
    width:100%;
}
.subject input[type="text"] {
    width: 97%;
}
.message {
    width:100%;
}
.cols textarea {
    width: 97%;
    height:150px;
    float:left;
    background-color:#efefef;
    border:none;
    border-right:1px solid #A68150;
    border-left:5px solid #A68150;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    padding: 15px 1%;
    overflow:auto;
    text-indent:5px;
    font-family: 'proxima-nova';
    border-radius: inherit;
}

.addrs textarea{
    height:70px;
}

.captcha-code {
    width:48%;
}
.captcha-code input[type="text"] {
    width:45%;
}
.cols.captcha-code > img {
    background-color:#A68150;
    float:left;
    margin: 12px 10px 0px 0px;
    padding:1px;
}

.cols input[type="text"]:focus,  .cols input[type="email"]:focus, .cols input[type="tel"]:focus, .cols textarea:focus {
    border-color: #b5a164;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.submit-button {
    float:right;
    margin-top:30px;
}
.submit-button input[type="submit"] {
    float:right;
    background-color:#A68150;
    border:none;
    border-left:5px solid #b5a164;
    text-transform:uppercase;
    font-family: 'proxima-nova';
    font-size:18px;
    cursor:pointer;
    color: #FFFFFF;
    padding: 14px 30px;
    border-radius: inherit;
}
.submit-button input[type="submit"]:hover {
    background-color:#b5a164;
    border-color:#A68150;
}

.c_map {
    width: 100%;
    float: left;
}

#map {
    width: 100%;
    float: left;
}

.captcha-code > br {
    display: none;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok, span.wpcf7-not-valid-tip {
    float: left;
    font-family: 'proxima-nova';
}

.monument {
    width: 100%;
    float: left;
    margin: 10px 0px;
}

.content_monument {
    width: 100%;
    float: left;
}

.content_monument h2, .color_range h2 {
    color: #A68150;
    margin: 0px 0px 20px 0px;
    font-size: 20px;
}

.monument_box {
    width: 31%;
    float: left;
    margin: 0px 22px 20px 0px;
}

.monument_box h3 {
    background: #02235C;
    color: #fff;
    padding: 5px; 
}

.monument_box img {
    width: 100%;
    height: auto;
}

.stone_style {
display: none;
}

.color_range {
    width: 100%;
    float: left;
    margin: 20px 0px 10px 0px;l;
}

.range_box {
    width: 8%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 0px 10px 10px 0px;
}

.range_box img {
    max-width: 100%;
    height: auto;
    margin: 0px 0px 10px 0px;
}

.range_box span {
    font-size: 12px;
    display: block;
}

.step_f {
    width: 100%;
    float: left;
}

.step_f a {
    margin: 0px 10px 10px 0px;
    display: inline-block;
    font-size: 20px;
}

.step_f h3 {
    margin: 10px 0px;
}

.stp {
    width: 48%;
    display: inline-block;
    margin: 10px 0px 7px 0px !important;
}

.stp_full {
    width: 100%;
    float: left;
}

.right {
    float:right;
}

.stp label {
    display: block !important;
    margin: 0px 0px 5px 0px !important;
}

input[type="radio"] + label {
    cursor: pointer;
    display: inline !important;
}

input[type="radio"]:checked + label {
    color: #A68150;
}

.stp [type="text"], .stp [type="email"], .stp [type="tel"], .stp textarea {
    width: 98% !important;
    margin: 0px;
    padding: 10px 1% !important;
}

label span {
    color: #a91e2d;
    vertical-align: top;
}

.nxt_stp {
    width: 100%;
    float: right;
    margin: 15px 0px 5px 0px;
}

.nxt_stp a {
    background-color:#A68150;
    border:1px solid #A68150;
    text-transform:uppercase;
    font-size:18px;
    color: #FFFFFF;
    margin: 0px;
    padding: 10px 25px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.nxt_stp a:hover {
    background-color:#b5a164;
    border-color: #b5a164;
}

.nxt_stp a.prv {
    float: left;
}

input[type="button"].gform_next_button, input[type="submit"].gform_button {
    float: right;
}

input[type="button"].gform_previous_button{
    float: left;
}

.gfield_radio li {
   /* display: inline-block;*/
}

.gfield_radio li input[type="radio"] {
    vertical-align: top;
}

.page_content .gform_wrapper .datepicker {
    width: 92% !important;
}

.foro{
    width:100%;
    float:left;
}

.foro img{
    width:100%;	
    height: auto;
}

.pager{
    width:100%;
    float:left;
    text-align:center;
    margin:25px 0px 10px 0px;
}

.pager span{
    border:1px solid #bca66c;
    background:#bca66c;
    color:#FFF;
    padding: 4px 10px;
}

.pager span.dots{
    background:#A68150;
    border-color: #A68150;
}
.pager a{
    background:#A68150;
    border:1px solid #A68150;
    color:#FFF;
    padding: 4px 10px;
}

.pager a:hover {
   background: #bca66c;
   border-color: #bca66c;
}

.full {
    width: 100%;
    float: left;
}

#input_2_2_3_container label,
#input_2_2_6_container label,
#input_3_2_3_container label,
#input_3_2_6_container label {
	display: none;
}


.gform_wrapper {
  margin: 0 0 20px;
  max-width: 100%!important;
}

.gform_wrapper ul {
  list-style: none;
  min-height: 0px;
  width: 100%!important;
  list-style-type: none;
}

.gform_wrapper li, #contents .gform_wrapper form li {
  padding: 0 0 20px;
  width: 100%;
}

#gform_next_button_1_21 {
	margin-right: 0;
}

#gform_page_1_1 div.gform_page_footer {
	width: 100%!important;
}

#input_3_6 {
	width: 97%!important;
}

#input_1_2,
#input_1_3,
#input_1_4,
#input_1_6,
#input_1_5,
#input_1_13,
#input_1_14,
#input_1_20,
#input_1_8,
#input_1_10,
#input_1_12,
#input_1_16,
#input_1_18,
#input_3_7,
#input_3_2_6,
#input_3_4 {
	width: 98%!important;
}

#input_2_2_6,
#input_2_4
  {
	width: 100%!important;
}


#input_2_7,
#input_2_6 {
	width: 98%!important;
}


.gform_wrapper .top_label .gfield_label {
  margin: 0!important;
  display: block;
}

.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {
  padding: 5px;
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  border-top: 2px solid #ababab;
  border-right: 2px solid #ababab;
  width: 92% !important;
  font-size: 14px;
}

.gform_wrapper .ginput_full input[type=text],
.gform_wrapper .top_label input.large {
  width: 96% !important;
}

.gform_wrapper .top_label textarea.textarea {
  padding: 5px;
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  border-top: 2px solid #ababab;
  border-right: 2px solid #ababab;
  width: 96% !important;
  font-size: 14px;
}

.gfield_radio li input[type=radio] {
  margin-left: 1px;
}

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

.gform_wrapper input.button,
.gform_wrapper input[type=submit] {
  background-color: #02235C;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font: 600 16px/1 'proxima-nova', sans-serif;
  padding: 12px 25px;
  border-radius: 5px;
}

.gform_wrapper .gf_step {
  float: left;
}

.gform_wrapper .gform_page_footer {
  border-top: 0;
  margin: 0;
  padding: 0;
  height: 45px;
}

.gform_wrapper .gsection {
  border-bottom: 0;
}

.gform_wrapper .gform_page_footer .button {
  float: right;
  margin: 0 5px 0 0;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
  float: left;
}

.gform_wrapper .gform_page_footer .button.gform_next_button {
  margin: 0 15px 0 0;
}

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