/*
Theme Name: wellmanslandvision.com
Theme URI: http://www.wellmanslandvision.com
Author: the Clearimaging team
Author URI: http://www.clearimaging.com/
Description: wellmanslandvision.com Theme by Cleaimaging.com.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Wellman's LandVision
Text Domain: www.wellmanslandvision.com

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #272727;
	width: 100%;
	min-width: 1100px;
	font-weight: normal;
	background: #50331c url(images/body_bg.png) center repeat-y;
	position: relative;
}

@media screen and (max-width: 1099px) {
body {
	width: 100%;
	min-width: auto;
	max-width: auto;
}
}

/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 {
	font-family: 'Cinzel', serif;
	font-size: 30px;
	line-height: 33px;
	font-weight: normal;
	color: #4f1312;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h2, .h2 {
	font-family: 'Cinzel', serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: normal;
	color: #98441b;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h3, .h3 {
	font-family: 'Cinzel', serif;
	font-size: 24px;
	line-height: 27px;
	font-weight: normal;
	color: #836139;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

@media screen and (max-width: 600px) {
h1, .h1 {
	font-size: 17px;
	line-height: 20px;
}
h2, .h2 {
	font-size: 15px;
	line-height: 18px;
}
h3, .h3 {
	font-size: 13px;
	line-height: 16px;
}
}

@media screen and (max-width: 360px) {
h1, .h1 {
	font-size: 15px;
	line-height: 18px;
}
h2, .h2 {
	font-size: 14px;
	line-height: 17px;
}
h3, .h3 {
	font-size: 13px;
	line-height: 18px;
}
}

a {
	color: #0842ae;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	padding: 0px;
	margin: 0px;
}

ul, ol {
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
/*	list-style-position: inside;*/
}
ul {
/*	list-style-image: url(images/icon_bullet.png);*/
}
ul.no-list-image, ul.no-list-image li {
	list-style: none;
	list-style-image: none;
}

p {
	margin: 15px 0px 15px 0px;
}
img {
	border: none;
}


/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	font-size: 18px;
	line-height: 18px;
    box-sizing: border-box;
}
label {
	box-sizing: border-box;
}
input {
	vertical-align: middle;
}

.form_standard {
	width: 700px !important;
	display: table;
	margin: 0 auto;
}
.form_standard_half {
	width: 350px !important;
	display: table;
	margin: 0 auto;
}

.form {
	width: 100%;
}
.form input.submit, input.button {
	width: auto;
	color: #fcf0d2;
	background: #651413;
	font-family: 'Cinzel', serif;
	font-size: 17px;
	line-height: 17px;
	text-transform: uppercase;
	border: 0px;
	padding: 14px 20px 14px 20px;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
}

.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #231f20;
	font-size: 16px;
	line-height: 20px;
}
.form label.edit {
	width: 50%;
}
.form label.edit_full {
	width: 100%;
}
.form label.edit_half {
	width: 25%;
}

.form input[type=text], .form input[type=email], .form select, .form textarea {
	width: 100%;
	color: #231f20;
	font-family: 'Cinzel', serif;
	font-size: 18px;
	line-height: 24px;
	padding: 9px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.png) top repeat-x;
	border: 1px solid #bfbfbf;
}
.form select {
	padding: 8px;
}

.form textarea {
	height: 150px;
}

.required {
	color: #f00;
}

/* scode_block
-----------------------------------------------------------------------------*/
#scode_block {
	width: 100%;
	text-align: center;
}
#scode_block table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
#scode_block table tr {
    vertical-align: top;
}
#scode_block table td {
	width: auto;
}
#scode_block table td {
	padding: 0px 2px 0px 2px;
	margin: 0px;
}
#scode_block #scode {
	width: 105px;
}
#scode_block input[type=text] {
	margin: 0px;
}
#scode_block #img_code {
}


/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	font-family: 'Cinzel', serif;
	color: #000 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	font-family: 'Cinzel', serif;
	color: #000 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	font-family: 'Cinzel', serif;
	color: #000 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	font-family: 'Cinzel', serif;
	color: #000 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}


/* standard styles
-----------------------------------------------------------------------------*/
.uppercase {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline
}

.align_center {
	text-align: center;
	margin: auto;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_justify {
	text-align: justify;
}

.valign_top {
	vertical-align: top;
}
.valign_middle {
	vertical-align: middle;
}
.valign_bottom {
	vertical-align: bottom;
}

.position_center {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.position_middle:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.box_center {
	display: table;
	margin: 0 auto !important;
}

.clear {
	height:0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
} 
.clearfix:after {
	clear: both;
}

.hidden {
	display: none;
}

.desktop_only {
}
.mobile_only {
	display: none;
}

.img_left {
	width: auto;
	float: left;
	margin: 0px 15px 10px 0px;
}
.img_right {
	width: auto;
	float: right;
	margin: 0px 0px 10px 15px;
}

.images, .images_left, .images_right {
	border: 4px solid #c0a585;
}
.images_left {
	width: auto;
	float: left;
	margin: 0px 25px 15px 0px;
}
.images_right {
	width: auto;
	float: right;
	margin: 0px 0px 15px 25px;
}

@media screen and (max-width: 800px) {
.img, .img_left, .img_right {
	max-width: 100%;
	height: auto;
}
.images, .images_left, .images_right {
	max-width: 100%;
	height: auto;
}
.img_left, .img_right, .images_left, .images_right {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
}

hr, .hr, .wp-block-separator {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: #CCC;
	border: 0px;
}

a.a_button, p.a_button a {
	display: inline-block;
	color: #fcf0d2;
	font-family: 'Cinzel', serif;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	font-weight: normal;
	outline: none;
	background: linear-gradient(to bottom, #811d1b 0px, #450a09 100%);
	text-align: center;
	text-transform: uppercase;
	padding: 14px 25px 14px 25px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	position: relative;
}
a.a_button:hover, p.a_button a:hover {
	color: #fff;
	text-decoration: none;
}

a.a_button:before, p.a_button a:before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	top: -3px;
	left: 0px;
	background: url(images/a_button_top_bg.png) center top repeat-x;
	z-index: 2;
}
a.a_button:after, p.a_button a:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: -3px;
	left: 0px;
	background: url(images/a_button_bottom_bg.png) center bottom repeat-x;
	z-index: 2;
}


.columns {
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
}

.columns[data-columns-count="2"] {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.columns[data-columns-count="3"] {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
.columns[data-columns-count="4"] {
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
}
.columns[data-columns-count="5"] {
	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
}
.columns[data-columns-count="6"] {
	-moz-column-count: 6;
	-webkit-column-count: 6;
	column-count: 6;
}

@media screen and (max-width: 700px) {
.columns[data-columns-count="2"] {
	column-count: 1;
}
}

.res_list div {
	display: inline-block;
	padding-bottom: 10px;
	vertical-align:top;
}


/* columns_list
-----------------------------------------------------------------------------*/
ul.columns_list {
	list-style: none;
}
ul.columns_list > li {
	list-style: none;
	list-style-image: none;
	display: inline-block;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}
ul.columns_list > li, ul.columns_list[data-columns-count="2"] > li {
	width: 47%;
	margin-right: 3%;
}
ul.columns_list[data-columns-count="3"] > li {
	width: 30%;
	margin-right: 3%;
}
ul.columns_list[data-columns-count="4"] > li {
	width: 22%;
	margin-right: 3%;
}
ul.columns_list[data-columns-count="5"] > li {
	width: 17%;
	margin-right: 3%;
}


/* Table
-----------------------------------------------------------------------------*/
.table {
	width: 100%;
	border-top: 1px solid #bdb6a3;
	border-left: 1px solid #bdb6a3;
}
.table tr {
	vertical-align: middle;
}
.table th, .table td {
	padding: 5px;
	border-bottom: 1px solid #bdb6a3; 
	border-right: 1px solid #bdb6a3; 
	color: #64534c;
}
.table thead td, .table tfoot td {
	background: #efae40 url(images/table_header_bg.png) top repeat-x;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.table tr th {
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: #ada48c;
}
.table tr:nth-child(odd) {
	background: #efede8;
}
.table tr:nth-child(even) {
	background: #f5f3ee;
}


/* main styles
-----------------------------------------------------------------------------*/
.animatedParent {
/*	overflow: hidden;*/
}

.res_youtube_video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.res_youtube_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page_wrapper {
	width: 1100px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1099px) {
.page_wrapper {
	width: 96%;
}
}

#main_wrapper {
	overflow: hidden;
}

.body_offset {
/*	padding-top: 47px;*/
}

.body_wrapper {
	max-width: 1920px !important;
	margin: 0 auto !important;
	float: none !important;
}

.box_fixed {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	z-index: 1000 !important;
	width: 100% !important;
	max-width: 1920px !important;
	float: none !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}


/* Header
-----------------------------------------------------------------------------*/
/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	font-family: 'Cinzel', serif;
	height: 52px;
	background: url(images/menutop_bg.jpg) center top no-repeat;
	position: relative;
}
#menutop:after {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: -5px;
	left: 0px;
	background: url(images/menutop_bottom_bg.png) center bottom no-repeat;
	z-index: 2;
}

#menutop ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li {
	float: left;
	padding: 0px 5px 0px 5px;
	margin: 0px;
}
#menutop li:first-child {
	padding-left: 0px;
}
#menutop li:first-child a {
	padding-left: 0px;
}

#menutop ul li a {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	height: 32px;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 5px 0px 5px;
	margin: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menutop ul li:hover a, #menutop li.selected a, #menutop li.current-menu-item a {
	color: #fffeae;
	text-decoration: none;
}

#menutop_phone {
	width: 133px;
	position: absolute;
	right: 200px;
	top: 18px;
	color: #fffeae;
	font-size: 17px;
	line-height: 17px;
	text-align: right;
	background: url(images/icon_phone.png) left top no-repeat;
}

#menutop_social {
	width: 250px;
	position: absolute;
	right: 0px;
	top: 9px;
	text-align: right;
}
#menutop_social a img {
	margin: 0px 0px 0px 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 1;
}
#menutop_social a:hover img {
	opacity: 0.7;
}


/* menu_icons
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: linear-gradient(to bottom, #3a5a2d 0px, #2f4526 100%);
	display: none;
}
.menu_icons:after {
    content:"";
    display:block;
    clear: both;
}

.menu_icons ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.menu_icons ul li {
	width: auto;
	list-style: none;
	list-style-image: none;
	float: right;
	display: inline-block;
	vertical-align: middle;
}
.menu_icons ul li:first-child {
	float: left;
}

.menu_icons a {
	display: block;
	text-align: center;
	font-family: 'Cinzel', serif;
	color: #fff;
    font-size: 13px;
	line-height: 36px;
	font-weight: bold;
	height: 35px;
	padding: 1px 20px 0px 20px;
	text-transform: uppercase;
}
.menu_icons a:hover {
	text-decoration: none;
}
.menu_icons a img {
	vertical-align: middle;
	margin: -4px 5px 0px 0px;
}


@media screen and (max-width: 1099px) {
#menutop {
	display: none;
}
.menu_icons {
	display: block;
}
}

/* menumobile
-----------------------------------------------------------------------------*/
#menumobile {
	display: none;
}
#menumobile ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menumobile ul li {
	width: 100%;
	list-style: none;
	list-style-image: none;
	position: relative;
	background: linear-gradient(to bottom, #3d2716 0px, #4e331b 100%);
	padding: 0px 0px 0px 0px;
}
#menumobile ul li a {
	display: block;
	text-align: center;
	color: #fff;
	font-family: 'Cinzel', serif;
    font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	padding: 13px 0px 10px 0px;
	text-transform: uppercase;
	text-outline: none;
}
#menumobile ul li a:hover {
	text-decoration: none;
}

#menumobile li.selected > a, #menumobile li.current-menu-item > a {
	color: #fffeae;
}

#menumobile li.closed > ul {
	display: none;
}

#menumobile li.open > ul {
	display: block;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

/* clicking area to expand/collapse */
#menumobile li.closed a {
	margin-right: 40px;
	padding-left: 40px;
}
#menumobile li.closed {
	cursor: cell;
}
#menumobile li.closed:after {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(images/mobile_arrow_close.png) center 13px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#menumobile li li.closed:after {
	z-index: 2;
}
#menumobile li li li.closed:after {
	z-index: 3;
}
#menumobile li li li li.closed:after {
	z-index: 4;
}
#menumobile li li li li li.closed:after {
	z-index: 5;
}

#menumobile li.open a {
	margin-right: 40px;
	padding-left: 40px;
}
#menumobile li.open {
	cursor: cell;
}
#menumobile li.open:after {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(images/mobile_arrow_open.png) center 13px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#menumobile li li.open:after {
	z-index: 2;
}
#menumobile li li li.open:after {
	z-index: 3;
}
#menumobile li li li li.open:after {
	z-index: 4;
}
#menumobile li li li li li.open:after {
	z-index: 5;
}

@media screen and (min-width: 1100px) {
#menumobile {
	display: none !important;
}
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	position: relative;
	height: 196px;
	color: #344d29;
	font-family: 'Cinzel', serif;
	background: #fff url(images/header_bg.png) bottom repeat-x;
}

#header_logo {
	width: 293px;
	position: absolute;
	left: 0px;
	top: 18px;
}

#header_slogan {
	width: 350px;
	position: absolute;
	right: 0px;
	bottom: 20px;
	text-align: right;
	color: #50331c;
	font-size: 24px;
	line-height: 27px;
	text-transform: uppercase;
}
#header_slogan span {
	color: #940923;
}

#header_logos {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 30px;
	text-align: right;
}
#header_logos ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#header_logos ul li {
	float: left;
	padding: 0px 10px 0px 10px;
	margin: 0px;
}
#header_logos ul li:first-child {
	padding-left: 0px;
}
#header_logos ul li:last-child {
	padding-right: 0px;
}

@media screen and (max-width: 699px) {
#header {
	height: 130px;
}
#header_logo {
	width: 200px;
	top: 10px;
}
#header_logo img {
	width: 200px;
}
#header_slogan {
	font-size: 15px;
	line-height: 16px;
}
#header_logos {
	width: 120px;
	top: 15px;
}
#header_logos img {
	width: 50px;
}
}

@media screen and (max-width: 450px) {
#header_slogan {
	font-size: 12px;
	line-height: 13px;
}
}
@media screen and (max-width: 400px) {
#header_slogan {
	font-size: 9px;
	line-height: 9px;
}
}


/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 563px;
	position: relative;
	z-index: 0;
}
.inside #slideshow {
	height: 320px;
}

#slideshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}

#slideshow li {
	width: 100%;
	height: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	list-style: none;
	list-style-image: none;
}

#slides_arrow_next {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -90px;
	right: 45px;
	z-index: 101;
}
#slides_arrow_prev {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -90px;
	left: 45px;
	z-index: 101;
}

#slideshow_slogan {
	width: 100%;
	height: 140px;
	position: relative;
	text-align: center;
	color: #efe9da;
	font-family: 'Montserrat', sans-serif;
	font-size: 43px;
	line-height: 45px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
	padding: 40px 0px 0px 0px;
	background: url(images/slideshow_slogan_bg.jpg) center top no-repeat;
}
#slideshow_slogan:before {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	top: -4px;
	left: 0px;
	background: url(images/slideshow_slogan_top_bg.png) center top no-repeat;
}


@media screen and (max-width: 1099px) {
#slideshow {
	height: 410px;
}
#slides_arrow_prev {
	left: 20px;
}
#slides_arrow_next {
	right: 20px;
}
#slideshow_slogan {
	width: auto;
	height: auto;
	font-size: 30px;
	line-height: 33px;
	padding: 20px;
}
}

@media screen and (max-width: 810px) {
#slideshow {
	height: 250px;
}
.inside #slideshow {
	height: 250px;
}
#slides_arrow_next {
	display: none;
}
#slides_arrow_prev {
	display: none;
}
#slideshow_slogan {
	font-size: 20px;
	line-height: 23px;
}
}

@media screen and (max-width: 560px) {
#slideshow_slogan {
	font-size: 12px;
	line-height: 15px;
}
}


/* slideshow_pager
-----------------------------------------------------------------------------*/
#slideshow_pager { 
    text-align: center; 
	width: 100%; 
	z-index: 101 !important; 
	position: absolute; 
	left: 0px;
	bottom: 50px; 
	overflow: hidden;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

#slideshow_pager span { 
    width: 13px;
	height: 12px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.png) left top no-repeat;
	padding: 0px 2px 0px 2px;
	font-family: arial; font-size: 1px; 
}
#slideshow_pager span.cycle-pager-active {
	background: url(images/slide_icon_on.png) left top no-repeat;
}
#slideshow_pager > * {
	cursor: pointer;
}

@media screen and (max-width: 599px) {
#slideshow_pager {
	display: none;
}
}


/* middle
-----------------------------------------------------------------------------*/
#middle {
	padding: 35px 0px 40px 0px;
	background: #fff url(images/middle_bg.jpg) center top;
	position: relative;
}
#middle:before {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	top: -5px;
	left: 0px;
	background: url(images/middle_top_bg.png) center top no-repeat;
}

.inside #middle {
	min-height: 500px;
	height: auto !important;
	height: 500px;
}


/* side
----------------------------------------------------------------------------*/
#side {
	width: 302px;
	float: left;
	padding: 0px 40px 0px 0px;
}

/* menu
-----------------------------------------------------------------------------*/
#menu {
	background: #38502e url(images/menu_bg.jpg) center top no-repeat;
	padding: 30px 0px 50px 0px;
	position: relative;
}
#menu:before {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	top: -4px;
	left: 0px;
	background: url(images/menu_top_bg.png) center top no-repeat;
}

#menu ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menu ul li {
	list-style: none;
	list-style-image: none;
}
#menu a {
	display: block;
	color: #fff;
	font-family: 'Cinzel', serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	padding: 11px 15px 11px 15px;
	text-align: center;
	text-transform: uppercase;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menu ul li:hover a, #menu li.selected a, #menu li.current-menu-item a {
	color: #fffeae;
	text-decoration: none;
}


/* content
-----------------------------------------------------------------------------*/
#content {
	width: 758px;
	float: left;
	padding-top: 30px;
}
@media screen and (max-width: 1099px) {
#side {
	display: none;
}
#content {
	width: auto;
	float: none;
	padding: 0px 10px 0px 10px;
}
}


/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	width: 100%;
	color: #801c1b;
	font-family: 'Cinzel', serif;
	font-size: 35px;
	line-height: 35px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	padding: 100px 0px 40px 0px;
	background: url(images/content_title_bg.png) center top no-repeat;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #801c1b;
	font-family: 'Cinzel', serif;
	font-size: 35px;
	line-height: 35px;
	font-weight: normal;
	text-align: center;
}

.content_title1 {
	color: #fcf0d2;
}

#content_title_services {
	background: url(images/content_title_services_bg.png) center top no-repeat;
}
#content_title_portfolio {
	background: url(images/content_title_portfolio_bg.png) center top no-repeat;
}

@media screen and (max-width: 800px) {
.content_title {
	font-size: 27px;
	line-height: 30px;
	padding-bottom: 25px;
}
.content_title h1 {
	font-size: 27px;
	line-height: 30px;
}
}

@media screen and (max-width: 360px) {
.content_title {
	font-size: 20px;
	line-height: 23px;
}
.content_title h1 {
	font-size: 20px;
	line-height: 24px;
}
}


#box_portfolio {
	height: 330px;
	background: url(images/box_portfolio_bg.jpg) center top no-repeat;
	position: relative;
	padding: 56px 0px 0px 0px;
	color: #fff;
	text-align: center;
}
#box_portfolio:before {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	top: -4px;
	left: 0px;
	background: url(images/box_portfolio_top_bg.png) center top no-repeat;
}


/* Footer
----------------------------------------------------------------------------*/
#footer {
	color: #efeadc;
	height: 485px;
	background: url(images/footer_bg.jpg) center top no-repeat;
	position: relative;
	padding: 70px 0px 0px 0px;
	font-size: 15px;
	line-height: 19px;
}
#footer:before {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	top: -5px;
	left: 0px;
	background: url(images/footer_top_bg.png) center top no-repeat;
}

#footer_address {
	float: left;
	width: 400px;
	text-align: center;
	padding-right: 30px;
}
#footer_address span {
	font-weight: bold;
}

#footer a {
	color: #efeadc;
}


/* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
	width: 670px;
	position: relative;
	float: left;
}
#box_contact form {
	width: 100%;
}

@media screen and (max-width: 1099px) {
#footer_address {
	display: none;
}
#box_contact {
	width: auto;
	float: none;
	padding: 0px 10px 0px 10px;
}
}

/* form_side
-----------------------------------------------------------------------------*/
#form_estimate_side {
	width: 100%;
}

#form_estimate_side fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}
#form_estimate_side input[type=text], #form_estimate_side input[type=email], #form_estimate_side select, #form_estimate_side textarea {
	background: #887362;
	border: #887362 1px solid;
	color: #fff;
}
#form_estimate_side textarea {
	height: 153px;
}

#form_estimate_side #table_form {
	width: 100%;
}
#form_estimate_side #table_form td {
	width: 49%;
	padding-right: 1%;
}


/* service_area
----------------------------------------------------------------------------*/
#service_area {
	color: #a1988a;
	background: url(images/service_area_bg.jpg) center top no-repeat;
	background-size: cover;
	position: relative;
	padding: 50px 0px 50px 0px;
	font-size: 15px;
	line-height: 19px;
}
#service_area:before {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	top: -5px;
	left: 0px;
	background: url(images/service_area_top_bg.png) center top no-repeat;
}

#service_area ul {
	margin: 30px 0px 0px 20px;
	padding: 0px 0px 0px 0px;

	-moz-column-count: 6;
	-webkit-column-count: 6;
	column-count: 6;
	
	-moz-column-gap: 26px;
	-webkit-column-gap: 26px;
	column-gap: 26px;
}
#service_area span {
	font-family: 'Cinzel', serif;
	color: #fcf0d2;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
}
#service_area a[href="javascript:;"] {
	color: #a1988a;
	text-decoration: none;
	cursor: text;
}

@media screen and (max-width: 1099px) {
#service_area ul {
	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
}
}
@media screen and (max-width: 899px) {
#service_area ul {
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
}
}
@media screen and (max-width: 699px) {
#service_area ul {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
}


/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 74px;
	height: 74px;
	background: url(images/scroll_top_bg.png) center no-repeat;
	text-decoration: none;
	cursor: pointer;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 1000;
}
#scroll_top:hover {
	background: url(images/scroll_top_bg.png) center no-repeat;
	text-decoration: none;
}

@media screen and (max-width: 1000px) {
#scroll_top {
	display: none;
}
}


.youtube_iframe {
	border: none;
}
.centered_photos {
	text-align: center;
}
.centered_photos img {
	margin: 0px 15px 15px 15px;
}


/* WP styles */

/* posts */
.post_date {
	color: #000;
	font-size: 12px;
	line-height: 13px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}
/*
.post_title h1, .post_title h1 a {
	color: #0b83c7;
	font-size: 20px;
	line-height: 23px;
}
*/
.posts_nav {
	padding-top: 15px;
}
.posts_nav_left {
	display: block;
	float: left;
	width: auto;
}
.posts_nav_right {
	display: block;
	float: right;
	width: auto;
	text-align: right;
}
.posts_nav a {
	padding: 5px 10px 5px 10px;
	background: #0b83c7;
	color: #fff;
	font-weight: normal;
}
.posts_nav a:hover {
	text-decoration: none;
}


img.noborder {
	border: 0px !important;
}

.wp-block-image {
	padding: 0px;
	margin: 0px;
}


.alignleft {
	border: 0px;
	float: left;
	margin: 0px 30px 10px 0px !important;
}
.alignright {
	border: 0px;
	float: right;
	margin: 0px 0px 10px 30px !important;
}
.alignright img {
	border: 1px solid #000;;
}
.aligncenter {
	border: 0px;
}
img[class*="align"] {
	border: 0px;
}
img[class*="wp-image-"] {
	border: 0px;
}

img.attachment-thumbnail {
	border: 0px !important;
}

.wp-caption .wp-caption-text {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}


#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #000;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px 0px 5px 0px;
	text-align: center;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #000;
}
#wp-calendar tbody td {
	background: #000;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar a {
	color: #1990c9;
}


.post_title {
	padding: 10px 0px 10px 0px;
	margin: 0px;
}

