/*
Theme Name: primesiteconcrete.com
Theme URI: http://www.primesiteconcrete.com
Author: the Clearimaging team
Author URI: http://www.clearimaging.com/
Description: primesiteconcrete.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: Prime Site Work & Concrete, Inc
Text Domain: www.primesiteconcrete.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: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #3e261a;
	width: 100%;
	min-width: 1100px;
	font-weight: 200;  
	background: #fff 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;
	font-size: 15px;
	line-height: 23px;
}
}


/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 {
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	line-height: 25px;
	font-weight: 900;
	color: #8c604b;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h2, .h2 {
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	line-height: 23px;
	font-weight: 900;
	color: #774f3b;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h3, .h3 {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: 900;
	color: #5c3a29;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h4, .h4 {
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: 900;
	color: #54463e;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h5, .h5 {
	font-family: 'Playfair Display', serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: 900;
	color: #3a3431;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

a {
	color: #c19d60;
	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:0 0 24px 0;
}
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: #fff;
	font-family: 'Playfair Display', serif;
	font-weight: 900;	
	background: #c19d60;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	border: 0px;
	padding: 13px 50px 13px 50px;
	height: 75px;
}
.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;
	font-size: 14px;
	line-height: 24px;
	color: #3e261a;
}
.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 input[type=number], .form input[type=date], .form select, .form textarea {
	width: 100%;
	color: #3e261a;
	font-size: 14px;
	line-height: 18px;
	padding: 12px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.png) top repeat-x;
	border: 1px solid #bfbfbf;
}
.form select {
	padding: 11px;
}
.form textarea {
	height: 150px;
}

.required {
	color: #f00;
}


.captcha {
	text-align: left;
}
.g-recaptcha {
	display: inline-block;
	vertical-align: top;
	transform: scale(1);
	padding-right: 10px;
}

@media screen and (max-width: 1140px) {
.g-recaptcha {
	padding-right: 10px;
}
}

@media screen and (max-width: 670px) {
.captcha {
	text-align: center;
}
.g-recaptcha {
	padding-right: 0px;
	padding-bottom: 5px;
}
}

@media screen and (max-width: 350px) {
.captcha {
	text-align: center !important;
}
.g-recaptcha {
	display: block;
	width: 270px !important;
	overflow: hidden !important;
	border-radius: 4px;
	margin: 0 auto;
}
.form input.submit, input.button {
	min-width: 270px;
}
}


/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #231f20 !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 {
	max-width: 100%;
	border: none;
}
.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: 1099px) {
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 350px;
	height: auto;
}
}

@media screen and (max-width: 800px) {
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 300px;
	height: auto;
}
}

@media screen and (max-width: 500px) {
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 100%;
	height: auto;
}
.images_left, .img_left {
	margin-right: 0px;
}
.images_right, .img_right {
	margin-left: 0px;
}
}

hr, .hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: #ccc;
	border: 0px;
}

a.a_button, a.a_button1, p.a_button a {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	line-height: 13px;
	text-decoration: none;
	font-weight: normal;
	outline: none;
	background: #c19d60;
	border: 1px solid #c19d60;
	text-transform: uppercase;
	border-radius: 3px;
	text-align: center;
	padding: 16px 40px 16px 40px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
a.a_button:hover, a.a_button1:hover, p.a_button a:hover {
	color: #c19d60;
	text-decoration: none;
	background: #fff;
	border: 1px solid #c19d60;
}

.a_button_transparent {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	line-height: 13px;
	text-decoration: none;
	font-weight: normal;
	outline: none;
	background: #c19d60;
	border: 1px solid #c19d60;
	text-transform: uppercase;
	border-radius: 3px;
	text-align: center;
	padding: 16px 40px 16px 40px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button_transparent:hover {
	color: #fff;
	text-decoration: none;
	background: rgba(0,0,0,0);
	border: 1px solid #c19d60;
}
.a_button2 {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	line-height: 13px;
	text-decoration: none;
	font-weight: normal;
	outline: none;
	background: rgba(0,0,0,0);
	border: 1px solid #c19d60;
	text-transform: uppercase;
	border-radius: 3px;
	text-align: center;
	padding: 16px 40px 16px 40px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button2:hover {
	color: #fff;
	text-decoration: none;
	background: #c19d60;
	border: 1px solid #c19d60;
}

.columns {
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}

.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 {
	width: 100%;
	list-style: none;
	list-style-image: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
ul.columns_list li {
	width: auto;
	max-width: 94%;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 1% 15px 1%;
	vertical-align: top;
	text-align: left;
}
ul.columns_list.align_center li {
	text-align: center;
}
ul.columns_list > li {
}
ul.columns_list[data-columns-count="2"] > li {
	width: 46%;
}
ul.columns_list[data-columns-count="3"] > li {
	width: 29%;
}
ul.columns_list[data-columns-count="4"] > li {
	width: 21%;
}
ul.columns_list[data-columns-count="5"] > li {
	width: 16%;
}

ul.columns_list.valign_top li {
	vertical-align: top;
}
ul.columns_list.valign_middle li {
	vertical-align: middle;
}
ul.columns_list.valign_bottom li {
	vertical-align: bottom;
}


/* white-popup - magnific-popup style
-----------------------------------------------------------------------------*/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 700px;
  margin: 20px auto;
}


/* 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.webp) 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;
}


/* belgard
-----------------------------------------------------------------------------*/
table.belgard td {
	padding: 0px 20px 20px 0px;
}

/* main styles
-----------------------------------------------------------------------------*/
.animatedParent {
/*	overflow: hidden;*/
}

.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: 126px;
}

.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);
}

@media screen and (max-width: 1099px) {
.body_offset {
	padding-top: 0px;
}
.box_fixed {
	position: relative !important;
}
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	position: relative;
	height: 126px;
	background: url(images/header_bg.jpg) top center no-repeat;
	font-size: 14px;
	line-height: 22px;
}
#header_phone {
	width: 123px;
	height: 20px;
	font-weight: 400;
	position: absolute;
	top: 16px;
	left: 0px;
	color: #bfbab8;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	background: url(images/icon_phone.png) left 3px no-repeat;
	z-index: 102;
}
#header_hours {
	width: 170px;
	height: 20px;
	position: absolute;
	top: 16px;
	left: 150px;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	text-align: right;
	background: url(images/icon_hours.png) left 2px no-repeat;
	z-index: 102;
}
#header_address {
	width: 316px;
	height: 20px;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	text-align: right;
	background: url(images/icon_address.png) left 2px no-repeat;
	z-index: 102;
}
#header_social {
	width: 250px;
	position: absolute;
	left: 850px;
	top: 78px;
	z-index: 1;
	text-align: right;
}
#header_social a img {
	margin: 0px 0px 0px 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 0.7;
}
#header_social a:hover img {
	opacity: 1;
}

@media screen and (max-width: 1099px) {
#header {
	height: 50px;
}
#header_social {
	position: absolute;
	left: auto;
	right: 0px;
	top: 10px;
}
#header_slogan {
	display: none;
}
#header_hours {
	display: none;
}
#header_address {
	display: none;
}
}

@media screen and (max-width: 400px) {
#header_phone {
	display: none;
}
}


/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 837px;
	position: relative;
	z-index: 0;
}
.inside #slideshow {
	height: 507px;
}
#slideshow_logo {
	width: 488px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 200px;
	z-index: 102;
}
.inside #slideshow_logo {
	top: 60px;
}
#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;
	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: 1100px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 430px;
	text-align: center;
	color: #fff;
	font-weight: 900;
	font-family: 'Playfair Display', serif;
	font-size: 48px;
	line-height: 48px;
	z-index: 201;
}
.inside #slideshow_slogan {
	top: 285px;
}
.inside #slideshow_slogan1 {
	top: 360px;
}
#slideshow_slogan1 {
	width: 1100px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 500px;
	text-align: center;
	color: #edd09e;
	font-size: 18px;
	line-height: 18px;
	z-index: 201;
}
#slideshow_button {
	width: 165px;
	position: absolute;
	left: 0px;
	right: 180px;
	margin-left: auto;
	margin-right: auto;
	top: 551px;
	z-index: 201;
}
#slideshow_button1 {
	width: 165px;
	position: absolute;
	left: 175px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	top: 551px;
	z-index: 201;
}

/* 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: 8px;
	height: 7px; 
    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: 1099px) {
#slideshow, .inside #slideshow {
	height: 196px;
}
#slideshow_slogan {
	display: none;
}
#slideshow_logo, .inside #slideshow_logo {
	width: 100%;
	text-align: center;
	top: 30px;
}
#slideshow_logo img {
	width: 280px;
	height: auto;
}
#slideshow_pager { 
	bottom: 30px; 
}
}

@media screen and (max-width: 1400px) {
#slides_arrow_next, #slides_arrow_prev {
	display: none;
}
}


/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	position: relative;
	height: 47px;
	top: 75px;
}
#menutop ul {
	float: left;
	width: auto;
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li {
	float: left;
	padding: 0px 10px 0px 10px;
	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: 13px;
	line-height: 13px;
	font-weight: 200;
	height: 32px;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 15px 10px 15px;
	margin: 0px;
	transition: color 250ms ease-in;
	-webkit-transition: color 250ms ease-in;
}
#menutop ul li:hover a, #menutop li.current-menu-ancestor a, #menutop li.current-menu-item a {
	color: #edd09e;
	text-decoration: none;
}


/* menu_icons
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: linear-gradient(to bottom, #27211e 0px, #3f2e25 100%);
}
.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;
	color: #fff;
    font-size: 15px;
	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: 399px) {
.menu_icons a {
    font-size: 13px;
	line-height: 35px;
	padding: 1px 10px 0px 10px;
}
}

@media screen and (max-width: 1099px) {
#menutop {
	display: none;
}
.menu_icons {
	display: block;
}
body {
	padding-top: 0px;
}
}

/* 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, #b5945b 0px, #c19d60 100%);
	padding: 0px 0px 0px 0px;
}
#menumobile ul li a {
	display: block;
	text-align: center;
	color: #fff;
    font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 13px 0px 10px 0px;
	text-transform: uppercase;
}
#menumobile ul li a:hover {
	text-decoration: none;
	color: #3e261a;
}

#menumobile li.current-menu-parent > a, #menumobile li.current-menu-item > a {
	color: #3e261a;
}

#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;
}
.menu_icons {
	display: none !important;
}
}


/* middle
-----------------------------------------------------------------------------*/
#middle {
	padding: 80px 0px 80px 0px;
	background: url(images/middle_bottom_bg.jpg) bottom no-repeat, url(images/middle_top_bg.jpg) top no-repeat, url(images/middle_bg.jpg) top repeat-y;
	position: relative;
}
.inside #middle {
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

@media screen and (max-width: 1099px) {
#middle, .inside #middle {
	padding: 30px 0px 40px 0px;
	position: relative;
	min-height: 400px;
}
}


/* content
-----------------------------------------------------------------------------*/
#content {
	width: 100%;
}
.inside #content {
	width: 800px;
	float: left;
}

@media screen and (max-width: 1099px) {
.inside #content {
	width: 100%;
	float: none;
}
}

/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	color: #3e261a;
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: 900;
	text-align: left;
	background: url(images/content_title_bg.png) top left no-repeat;
	padding: 85px 0px 20px 0px;
	margin-bottom: 15px;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #3e261a;
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: 900;
	text-align: left;
}
.content_title span {
	display: block;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-weight: 200;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #c19d60;
}
#content_title_contact {
	color: #fff;
	background: url(images/content_title_contact_bg.png) top left no-repeat;
}
#content_title_gallery {
	color: #fff;
	background: url(images/content_title_gallery_bg.png) top left no-repeat;
}
#content_title_side {
	color: #fff;
	background: url(images/content_title_side_bg.png) top left no-repeat;
}
.inside #content_title_side {
	color: #3e261a;	
	background: url(images/content_title_side_bg.png) top left no-repeat;
}
#content_title_testimonials {
	color: #fff;
	background: url(images/content_title_testimonials_bg.png) top left no-repeat;
}

@media screen and (max-width: 1099px) {
.content_title {
	font-size: 25px;
	line-height: 27px;
}
.content_title h1 {
	font-size: 25px;
	line-height: 27px;
}
}

@media screen and (max-width: 700px) {
.content_title, .content_title h1 {
	font-size: 20px;
	line-height: 22px;
}
}

@media screen and (max-width: 500px) {
.content_title, .content_title h1 {
	font-size: 18px;
	line-height: 20px;
}
}


/* box_side_testimonials
-----------------------------------------------------------------------------*/
#box_side_testimonials {
	height: 758px;
	background: url(images/box_side_testimonials_bg.jpg) top no-repeat;
	position: relative;
	padding: 79px 0px 0px 0px;
}


/* side
----------------------------------------------------------------------------*/
#side {
	width: 300px;
	float: left;
	padding: 0px 40px 0px 0px;
}
.inside #side {
	width: 250px;
	float: left;
	padding: 0px 50px 0px 0px;
}

@media screen and (max-width: 1099px) {
.inside #side {
	display: none;
}
}


/* menu
-----------------------------------------------------------------------------*/
#menu {
	overflow: hidden;
}

#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;
	padding: 0px 0px 0px 0px;
	background: url(images/menu_li_bg.png) bottom left no-repeat;
}
#menu ul li:last-child {
	background: none;
}
#menu a {
	display: block;
	color: #fff;
	font-weight: 200;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	padding: 11px 0px 11px 15px;
	transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
	background: url(images/menu_arrow.png) left 13px no-repeat;
}
#menu a:hover {
	text-decoration: none;
}

#menu li.current-menu-parent > a, #menu li.current-menu-item > a {
/*#menu ul li:hover a, #menu li.selected a {*/
	color: #edd09e;
	text-decoration: none;
	background: url(images/menu_arrow_on.png) 4px 13px no-repeat;
}
.inside #menu a {
	color: #3e261a;
	background: url(images/menu_arrow_on.png) left 13px no-repeat;
} 
.inside #menu ul li:hover a, .inside #menu li.selected a {
	color: #d8c2a0;
	background: url(images/menu_arrow_on.png) 4px 13px no-repeat;
}

/* box_testimonials
----------------------------------------------------------------------------*/
#box_testimonials {
	width: 520px;
	float: left;
	padding: 0px 0px 0px 240px;
}
#box_testimonials_content {
	width: 520px;
	float: left;
}
#box_testimonials_slideshow {
	width: 520px;
	float: left;
}

#box_testimonials_slideshow span { 
    width: 9px;
	height: 8px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.png) center center no-repeat;
	padding: 0px 2px 0px 2px;
	font-family: arial;
	font-size: 0px; 
}
#box_testimonials_slideshow span.cycle-pager-active {
	background: url(images/slide_icon_on.png) center center no-repeat;
}
#box_testimonials_slideshow > * {
	cursor: pointer;
}
#box_testimonials_slideshow ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_testimonials_slideshow li {
	width: 100%;
	padding: 0px 0px 10px 0px;
	color: #fff;
	font-size: 15px;
	line-height: 23px;
	list-style: none;
	list-style-image: none;
}

@media screen and (max-width: 1099px) {
#box_side_testimonials {
	display: none;
}
}


/* box_why_prime
-----------------------------------------------------------------------------*/
#box_why_prime {
	padding: 80px 0px 80px 0px;
	background: url(images/middle_bottom_bg.jpg) bottom no-repeat, url(images/middle_top_bg.jpg) top no-repeat, url(images/middle_bg.jpg) top repeat-y;
	position: relative;
}
#box_why_prime_content {
	width: 650px;
	padding-left: 450px;
	float: left;
}
#box_why_prime_01 {
	background: url(images/box_why_prime_01.jpg) left top no-repeat;
	width: auto;
	min-width: 497px;
	height: 594px;
	position: absolute;
	top: 165px; 
	left: -webkit-calc(50% - 960px + 230px);
	left: -moz-calc(50% - 960px + 230px);
	left: calc(50% - 960px + 230px);          
	z-index: 3;
}
#box_why_prime_02 {
	background: url(images/box_why_prime_02.jpg) left top no-repeat;
	width: auto;
	min-width: 425px;
	height: 531px;
	position: absolute;
	top: 79px; 
	left: -webkit-calc(50% - 960px + 387px);
	left: -moz-calc(50% - 960px + 387px);
	left: calc(50% - 960px + 387px);          
	z-index: 2;
}

#box_why_prime_03 {
	background: url(images/homeimages_03.png) left top no-repeat;
	width: auto;
	min-width: 512px;
	height: 608px;
	position: absolute;
	top: 116px; 
	left: -webkit-calc(50% - 960px + 266px);
	left: -moz-calc(50% - 960px + 266px);
	left: calc(50% - 960px + 266px);          
	z-index: 1;
}

@media screen and (max-width: 1099px) {
#box_why_prime {
	padding: 50px 0px 50px 0px;
}
#box_why_prime_content {
	width: 100%;
	padding-left: 0px;
	float: none;
}
#box_why_prime_01 {
	display: none;
}
#box_why_prime_02 {
	display: none;
}
#box_why_prime_03 {
	display: none;
}
}


/* box_our_gallery
-----------------------------------------------------------------------------*/
#box_our_gallery {
	height: 758px;
	background: url(images/box_our_gallery_bg.jpg) top no-repeat;
	background-size: cover;
	position: relative;
	padding: 79px 0px 0px 0px;
}

#box_our_gallery ul {
	display: table;
	margin: 0 auto;
	padding: 0px 0px 35px 0px;
	list-style: none;
	list-style-image: none;
}
#box_our_gallery ul li {
	float: left;
	width: 350px;
	padding: 0px 0px 15px 0px;
	margin: 0px 25px 0px 0px;
}
#box_our_gallery li:last-child {
	margin-right: 0px;
}

#box_our_gallery ul li a {
	display: block;
	width: 350px;
	height: 417px;
	overflow: hidden;
	z-index: 1;
	position: relative;
}
#box_our_gallery a div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
	background: rgba(193, 157, 96, 0.5);
	transition: all 0.5s ease;
	z-index: 2;
}
#box_our_gallery a:hover div {
	opacity: 1;
	background: rgba(193, 157, 96, 0.5);
	transition: all 0.5s ease;
}
#box_our_gallery_li_01 {
	background: url(images/box_our_gallery_li_bg.png) left top no-repeat;
	width: auto;
	min-width: 350px;
	height: 417px;
	position: absolute;
	top: 250px; 
	left: -webkit-calc(50% - 960px + 400px);
	left: -moz-calc(50% - 960px + 400px);
	left: calc(50% - 960px + 400px);          
	z-index: 0;
}
#box_our_gallery_li_02 {
	background: url(images/box_our_gallery_li_bg.png) left top no-repeat;
	width: auto;
	min-width: 350px;
	height: 417px;
	position: absolute;
	top: 270px; 
	left: -webkit-calc(50% - 960px + 775px);
	left: -moz-calc(50% - 960px + 775px);
	left: calc(50% - 960px + 775px);          
	z-index: 0;
}
#box_our_gallery_li_03 {
	background: url(images/box_our_gallery_li_bg.png) right top no-repeat;
	width: auto;
	min-width: 350px;
	height: 417px;
	position: absolute;
	top: 250px; 
	right: -webkit-calc(50% - 960px + 420px);
	right: -moz-calc(50% - 960px + 420px);
	right: calc(50% - 960px + 420px);          
	z-index: 0;
}

@media screen and (max-width: 1099px) {
#box_our_gallery {
	padding: 50px 0px 50px 0px;
	height: auto;
}
#box_our_gallery ul {
	padding-bottom: 20px;
	display: flex;
	justify-content: center;
}
#box_our_gallery ul li {
	margin: opx;
	padding: 0px;
}
#box_our_gallery ul li a {
	width: 100%;
	height: auto;
}
#box_our_gallery ul li a img {
	width: 100%;
	height: auto;
}

#box_our_gallery_li_01 {
	display: none;
}
#box_our_gallery_li_02 {
	display: none;
}
#box_our_gallery_li_03 {
	display: none;
}
}

@media screen and (max-width: 770px) {
#box_our_gallery ul li:nth-child(2) {
	display: none;
}
}

@media screen and (max-width: 470px) {
#box_our_gallery ul li:nth-child(3) {
	display: none;
}
}


/* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
	width: 100%;
	height: 633px;
	padding: 204px 0px 0px 0px;
	background: url(images/box_contact_bg.jpg) center top no-repeat;
	color: #fff;
	position: relative;
}

#box_contact form {
	width: 100%;
}


/* 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 {
	width: 100%;
	color: #3e261a;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	font-family: 'Playfair Display', serif;
	font-weight: 900;
	padding: 14px;
	margin: 0px 0px 10px 0px;
	background: #fff;
	border: none;
}
#form_estimate_side textarea {
	height: 161px;
}  

#form_estimate_side #table_form {
	width: 100%;
}
#form_estimate_side #table_form td {
	width: 49%;
	padding-right: 1%;
}

@media screen and (max-width: 1099px) {
#box_contact {
	padding: 50px 0px 60px 0px;
	background-size: cover;
	height: auto;
}
}


@media screen and (max-width: 640px) {
#box_contact {
	padding: 30px 0px 30px 0px;
}
#form_estimate_side #table_form td {
	width: 100%;
	display: block;
	padding-right: 0%;
	vertical-align: top;
	text-align: center;
}
}


/* Footer
----------------------------------------------------------------------------*/
#footer {
	color: #fff;
	background: #291a17 url(images/footer_bg.jpg) center top no-repeat;
	position: relative;
	padding: 55px 0px 55px 0px;
	font-size: 14px;
	line-height: 24px;
}

#footer_left {
	width: 439px;
	float: left;
	padding: 0px 0px 0px 0px;
}
#footer_right {
	width: 661px;
	float: right;

}

#footer_address {
	float: left;
	text-align: left;
	padding-top: 50px;
}
#footer_address span {
}
#footer_address a {
	color: #fff;
}

#footer_logo {  
	float: left;
	padding-top: 30px;
	width: 200px;
	text-align: center;
}
.color_line {
	background: #372d28;
	height: 1px;
}
.weight_text {
	font-weight: 400;
	color: #85766e;
	font-size: 1.01em;
}
.weight_text_footer {
	font-weight: 400;
	color: #bfbab8;
	font-size: 1.01em;
}

@media screen and (max-width: 1099px) {
#footer {
	padding: 30px 0px 30px 0px;
}
#footer_left {
	width: 100%;
	float: none;
}
#footer_logo {
	float: none;
	width: 100%;
}
#footer_logo img {
	max-width: 100%;
	height: auto;
}
#footer_address {
	float: none;
	width: 100%;
	padding-top: 15px;
	text-align: center;
}
#footer_links {
	float: none;
	width: 100%;
	padding-top: 15px;
	text-align: center;
}
#footer_right {
	display: none;
}
}


/* service_area
----------------------------------------------------------------------------*/
#service_area {
	display: inline-block;
	margin: 0 auto;
	/*padding-left: 100px;*/
}
#service_area ul {
	float: left;
	width: 260px;
	margin: 0px 0px 20px 70px;
	padding: 0px; 
}
#service_area span {
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	line-height: 25px;
	font-weight: 900;
	color: #c19d60;
}
#service_area a[href="javascript:;"] {
	color: #fff;
	text-decoration: none;
	cursor: text;
}
.content_title_areas {
	position: relative;
	left: -20px;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 16px;
	color: #c19d60;
	list-style: none;
	list-style-image: none;
}

@media screen and (max-width: 1099px) {
}


/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 270px;
	float: left;
	padding-right: 30px;
}
#contact_form {
	width: 500px;
	float: right;
}

/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 36px;
	height: 36px;
	background: #c19d60 url(images/scroll_top_bg.png) center no-repeat;
	text-decoration: none;
	border: 1px solid #c19d60;
	cursor: pointer;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 1000;
}
#scroll_top:hover {
	border: 1px solid #c19d60;	
	background: #fff url(images/scroll_top_on_bg.png) center no-repeat;
	text-decoration: 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 {
}
.aligncenter {
	border: 0px;
}

@media screen and (max-width: 600px) {
.wp-block-image .alignleft, .wp-block-image .alignright {
	float: none !important;
	margin-bottom: 30px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
}

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;
}

blockquote {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	border-left: 5px solid #f87c4b;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	line-height: 30px;
}

figcaption {
	font-size: 14px;
	line-height: 18px;
}

#breadcrumbs {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #f3f3f3;
	font-size: 17px;
	line-height: 20px;
	font-weight: 700;
}

.wp-block-file a {
	font-size: 16px !important;
	line-height: 24px !important;
	font-weight: 600;
}

.wp-block-separator {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	color: #fff;
	background: #ccc;
	border: 0px;
	margin: 20px 0px 20px 0px;
}
