/*
Theme Name: Precision Painting
Theme URI: http://www.eclipsewebmedia.com/
Description: Custom theme for Precision Painting
Author: Eclipse Web Media
Author URI: http://www.eclipsewebmedia.com/
Version: 1.0
*/


/* 
Reset
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, 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;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

/* Layout */

body {
	font-family: 'Quattrocento Sans', sans-serif;
	line-height: 1.5;
	min-width: 320px;
	color: #8f9396;
}

h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
	padding: 20px 5%;
	color: #000;
}

h1 {font-size: 18px;margin-bottom: 16px;}
h2,h3,h4,h5,h6 {font-size: 14px;font-weight: bold;}

.content-area p {
	margin: 0 5% 16px;
	text-align: justify;
}

.content-area ul {
	margin:0 5% 16px;
}

.content-area ul li {
	padding-left: 30px;
	background-image: url('images/bullet.png');
	background-repeat: no-repeat;
	background-position: 0 4px;
}

.content-area img {
	/*border: 1px solid #88a3b2;*/
	margin: 0 5% 16px;
	max-width: 90%;
	height: auto;
}

a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

b,strong {	
	font-weight: bold;
}

cite,dfn,em,i {	
	font-style: italic;
}

small {	
	font-size: smaller;
}

big {	
	font-size: 125%;
}

sup,sub {	
	font-size: 75%;	
	height: 0;	
	line-height: 0;	
	position: relative;	
	vertical-align: baseline;
}

sup {	
	bottom: 1ex;
}

sub {	
	top: .5ex;
}

dl {	
	margin-bottom: 24px;
}

dt {	
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {	
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],input[disabled] {
	cursor: default;
}

input[type="checkbox"],input[type="radio"] {
	padding: 0;
	box-shadow: none;
	margin: 0 10px;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,th,td {
	border: 1px solid #000;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
	min-width: 580px;
	overflow:hidden;
	border-radius: 15px 15px 0 0;
}

tr:nth-child(even) {
	background: #ebebeb;
}

tr:nth-child(odd) {
	background: #ebebeb;
}

caption,th,td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	background-color: #ffffff;
	color: #fff;
	padding: 6px 18px;
	text-align: center;
	font-size:20px;
	font-family: Myriad Pro;
	text-transform: uppercase;
}

td {
	border-width: 0 1px 1px 0;
	padding:6px 18px;
	font-size: 16px;
	color:#000;
}

del {	
	color: #767676;
}

blockquote, q {
	border: 1px solid grey;
	padding: 10px 20px;
	font-weight: bold;
	color: #000;
	background-color: #f4f6f7;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;}/* Support a widely-adopted but non-standard selector for text selection styles * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898. */


.genericon:before,.menu-toggle:after,.featured-post:before,.date a:before,.entry-meta .author a:before,.format-audio .entry-content:before,.comments-link a:before,.tags-links a:first-child:before,.categories-links a:first-child:before,.edit-link a:before,.attachment .entry-title:before,.attachment-meta:before,.attachment-meta a:before,.comment-awaiting-moderation:before,.comment-reply-link:before,.comment-reply-login:before,.comment-reply-title small a:before,.bypostauthor > .comment-body .fn:before,.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;	vertical-align: text-bottom;
}


/* Content */

.frame {
    max-width: 1000px;
    margin: 0 auto;
    min-width: 320px;
}


/* Header */
/* Menu */

header {
	position: relative;
	z-index: 1;
}

.primary-nav-wrapper {
	background-color: #88a3b2;
	height: 52px;
	margin-top: -52px;
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
}

.primary-nav {
	position: absolute;
	top: 100%;
	width: 100%;
	display: none;
}

.primary-nav.toggled-on {
	display: block;
}

.menu-item a {
	padding: 10px 70px 10px 20px;
	display: block;
	background-color: #88a3b2;
	border-bottom: 2px solid #628091;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}

.menu-item:first-child a {
	border-top: 2px solid #628091;
}

.menu-item a:hover {
	background-color: #8cc63f;
}

.sub-menu {
	display: none;
}

.lower-header {
	box-shadow: 0 0 15px rgba(0,0,0,0.4);
	overflow: hidden;
	position: relative;
}

.header-right {
	text-align: center;
	position: relative;
	background-color:#8cc63f;
	background-image: url('images/header-brush.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	padding: 12px 0;
}

.header-right .warranty {
	display: none;
}

.header-right p {
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
	color: #000;
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
}

.header-right a {
	position: relative;
	display: block;
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
}

.header-right .call {
	font-size: 20px;
	color: #000;
}

.header-right .phone {
	text-decoration: none;
	font-size: 30px;
	color: #fff;
	text-shadow:0 2px 5px rgba(0,0,0,0.2);
	line-height: 1;
}

.header-left {
	padding: 12px 0;
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
	text-align: left;
	margin-left: 0;
	line-height: 0;
	position: relative;
}

.page-template .header-left {
	text-align: center;
}

.header-left .menu-toggle {
	display: block;
	width: 64px;
	height: 64px;
	background: url('images/menu-toggle.png') 0 -64px no-repeat;
	float: left;
	margin:0 16px;
	position: absolute;
	right: 0;
	top: 6px;
}

.header-left .menu-toggle.open {
	background-position: 0 -4px;
}

.site-logo {
	background-image:url('images/site-logo.png');
	width: 190px;
	height: 50px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 30px;
}

.page-template .site-logo {
	margin-left: 0;
}

/* Banner */

.ppc-contact {
	display: none;
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
}


/* Entry */

.heading-placeholder {
	height: 0px;
	background-color: #88a3b2;
}

.site-main {
	overflow: hidden;
	position: relative;
}

.main-content {
	position: relative;
}

.content-area h1 {
	background-color: #88a3b2;
	line-height: 1;
	color: #fff;
}

.content-area .content-banner {
	background-color: #8cc63f;
	background-image: url('images/content-banner-bg.png');
	background-repeat: no-repeat;
	padding: 20px 3%;
	text-align: center;
	line-height: 1.2;
	clear: both;
}

.content-area .content-banner h2 {
	margin-bottom: 0;
	font-size: 18px;
	padding: 0;
}

.content-area .content-banner p {
	font-size: 36px;
	color: #fff;
	margin-bottom: 0;
	text-align: center;
}

.content-area .social-links-large {
	margin: 0 5% 16px;
	overflow: hidden;
}

.content-area .social-links-large a {
	float: left;
}

.content-area blockquote p, .content-area q p {
	margin: 0;
	font-size: 18px;
	text-align: center;
}

.entry-meta {
	margin: 20px 5%;
}

/* Sidebar */

.sidebar-contact {
	display: none;
}

.sidebar-coupons {
	margin: 0 5%;
}

.sidebar-coupons .coupon {
	display: block;
	background-color: #8cc63f;
	background-image: url('images/banner-brush.png');
	background-repeat: no-repeat;
	margin: 20px 0;
	padding: 20px 20px 20px 56px;
}

.sidebar-coupons .coupon p {
	line-height: 1;
	color: #000;
	text-align: center;
}

.sidebar-coupons .coupon .cost {
	color: #fff;
	font-size: 36px;
}

.sidebar-coupons .coupon .cost span {
	font-size: 56px;
}

.sidebar-coupons .coupon .painting-type {
	font-size: 18px;
	text-transform: uppercase;
}

.sidebar-coupons .coupon .note {
	color: #4a5253;
}

.sidebar-coupons a, .sidebar-services, .sidebar-links {
	display:none;
}

.sidebar-badges {
	background-image: url('images/badges-bg-desktop.jpg');
	width: 100%;
	height: 367px;
	margin-top: 30px;
	background-color: #f4f6f7;
	background-position: center;
	background-repeat: no-repeat;
}


/* Footer */

.price {
	background-color: #f4f6f7;
}

.price .frame > p {
	margin-bottom: 18px;
	padding: 0px 5%;
}

.price h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

.price-tag li {
	background-color: #8cc63f;
	width: 100%;
	text-align: center;
	padding: 14px 0;
	margin-bottom: 20px;
}

.price-tag li:last-child {
	margin-bottom: 0;
}

.price-tag p {
	margin-bottom: 0;
	line-height: 1;
	font-size: 16px;
}

.price-tag .area {
	color: #fff;
	font-size: 20px;
}

.price-tag .painting-type {
	text-transform: uppercase;
	font-weight: bold;
	color: #4a5253;
	font-size: 18px;
}

.price-tag .cost {
	font-size: 30px;
	color: #fff;
	line-height: 1.2;
}

.price-tag .note {
	color: #4a5253;
}

.price .frame .price-guide {
	text-align: center;
	padding: 0;
	margin: 0;
}

.price  a {
	font-size: 14px;
	margin: 18px 0;
	display: inline-block;
	padding: 0 5%;
}

.footer-nav-wrapper {
	display: none;
}

.footer-phone {
	padding: 20px 0;
	background-color: #88a3b2;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.site-info span {
	display: block;
}

.site-info p {
	font-size: 14px;
	padding: 16px 5%;
	color: #4a5253;
}


/* Media Queries */

@media screen and (min-width: 440px) {
	.sidebar-badges {
		background-image: url('images/badges-bg-tablet.jpg');
		height: 205px;
	}
}

@media screen and (min-width: 720px) {

	h1 {font-size: 24px;}

	h2 {font-size: 18px;}

	h3,h4,h5,h6 {font-size: 16px;}

	.alignleft {
		display: inline;
		float: left;
		margin-right: 20px;
	}
	.alignright {
		display: inline;
		float: right;
		margin-left: 20px;
	}
	.aligncenter {
		clear: both;
		display: block;
		margin: 0 auto;
	}
	.primary-nav {
		top:156px;
		width: auto;
	}

	.header-right {
		float: right;
		text-align: right;
		height: 88px;
		padding: 16px 20px 0 50px;
	}

	.header-right .warranty {
		display: block;
	}

	.header-right .click-to-call {
		display: none;
	}

	.header-right .phone {
		font-size: 36px;
	}

	.header-left {
		float: left;
		padding: 20px 0;
		-webkit-transition: 0.8s ease-in-out;
		-moz-transition: 0.8s ease-in-out;
		-o-transition: 0.8s ease-in-out;
		transition: 0.8s ease-in-out;
	}

	.header-left .menu-toggle {
		position: relative;
	}

	.header-left .menu-toggle.open {
		background-position: 0 -4px;
	}

	.site-logo {
		float:left;
		width: 236px;
		height: 64px;
		margin-left: 0;
	}

	.page-template .header-left {
		margin-left: 30px;
	}

	.menu-item {
		position: relative;
	}

	.menu-item-has-children:hover .sub-menu {
		display: block;
		position: absolute;
		top: -2px;
		left: 100%;
		width: 130%;
	}

	.heading-placeholder {
		height: 76px;
	}

	#primary {
		padding: 30px 0;
	}

	.content-area h1 {
		position: absolute;
		width: 100%;
		left:0;
		top: -55px;
		line-height: inherit;
		padding: 0 5%;
		font-size: 24px;
	}

	#secondary {
		background-color: #f4f6f7;
		overflow: hidden;
	}


	.sidebar-services {
		display: block;
		background-color: #88a3b2;
		padding: 25px 5%;
		clear: both;
		overflow: hidden;
	}

	.sidebar-services h2 {
		padding: 0 0 10px 0;
		color: #fff;
	}

	.sidebar-services ul li {
		float: left;
		width: 27%;
		padding:3px 3%;
		background: url('images/sidebar-bullet.png') 0 9px no-repeat;
	}

	.sidebar-services ul li a {
		color: #fff;
		text-decoration: none;
	}

	.sidebar-coupons {
		float: left;
	}

	.sidebar-coupons a {
		display: block;
		margin: 20px 0;
	}

	.sidebar-badges {
		float: right;
		margin: 0;
		width: 355px;
		background-size: contain;
	}

	.price-tag {
		padding: 0 5%;
	}

	.price-tag li {
		width: 31%;
		margin-right: 3.5%;
		float: left;
		margin-bottom: 0;
	}

	.price-tag li:last-child {
		margin-right: 0;
	}

	.price-tag p {
		font-size: 12px;
	}

	.price-tag .area {
		font-size: 14px;
	}

	.price-tag .painting-type {
		font-size: 14px;
	}

	.price-tag .cost {
		font-size: 20px;
	}

	.price .frame .price-guide {
		text-align: left;
	}

}

@media screen and (min-width: 1016px) {

	.mobile {
		display: none;
	}

	h1,h2,h3,h4,h5,h6 {
		padding: 20px 0;
	}

	.content-area p {
		margin: 0 0 18px;
	} 

	.content-area ul {
		margin:0 0 16px;
	}

	.main-content {
		padding: 0;
	}

	#primary {
		width: 660px;
		margin-right: 20px;
		float: left;
	}

	#secondary {
		width: 320px;
		float: right;
	}

	.primary-nav-wrapper {
		margin-top: 0px;
		-webkit-transition: 0.8s ease-in-out;
	    -moz-transition: 0.8s ease-in-out;
	    -o-transition: 0.8s ease-in-out;
	    transition: 0.8s ease-in-out;
	}


	.primary-nav {
		display: block;
		position: relative;
		top: 0;
	}

	.menu-item {
		float: left;
	}

	.menu-item a {
		padding: 0 20px;
		line-height: 52px;
		text-transform: uppercase;
		text-decoration: none;
		color: #fff;
		letter-spacing: 1px;
		font-size: 18px;
		display: block;
		border: 0;
	}

	.menu-item:first-child a {
		border-top: 0;
	}

	.menu-item:hover a{
		background-color: #648393;
	}

	.sub-menu {
		position: absolute;
		z-index: 1;
		display: none;
	}

	.menu-item-has-children:hover .sub-menu {
		left: 0;
		top: 100%;
		width: 220%;
	}

	.sub-menu .menu-item {
		float: none;
		border-bottom: 6px solid #648393;
		border-left: 6px solid #648393;
		border-right: 6px solid #648393;
	}

	.sub-menu .menu-item:first-child {
		border-top: 6px solid #648393;
	}

	.sub-menu .menu-item a {
		font-size: 16px;
		text-transform: capitalize;
		line-height: 36px;
		background-color: #88a3b2;
	}

	.sub-menu .menu-item a:hover {
		background-color: #8cc63f;
	}

	.lower-header .frame {
		overflow: hidden;
	}

	.header-right {
		width: 250px;
	}
	.header-right p {
		-webkit-transform: translate(-330px,22px);
	    -moz-transform: translate(-330px,22px);
	    -o-transform: translate(-330px,22px);
	    -ms-transform: translate(-330px,22px);
	    transform: translate(-330px,22px);
	}

	.header-right .warranty {
	  	color: #89a4b3;
	}

	.header-right a {
	  	-webkit-transform: translate(-15px,-15px);
	    -moz-transform: translate(-15px,-15px);
	    -o-transform: translate(-15px,-15px);
	    -ms-transform: translate(-15px,-15px);
	    transform: translate(-15px,-15px);
	}

	.header-left{
		margin-left: -96px;
		-webkit-transition: 0.8s ease-in-out;
	    -moz-transition: 0.8s ease-in-out;
	    -o-transition: 0.8s ease-in-out;
	    transition: 0.8s ease-in-out;
	}

	.page-template .header-left {
		margin-left: 0;
	}

	.content-area h1 {
		padding: 0;
	}

	.content-area .entry-meta {
		margin:20px 0;
	}

	.content-area .social-links-large {
		margin: 0 0 16px;
	}

	.content-area p {
		margin: 0 0 16px;
	}

	.content-area ul {
		margin:0 0 16px;
	}

	.content-area img {
		margin: 0 0 16px;
	}

	.content-area img.alignright {
		margin: 0 0 16px 20px;
	}

	.content-area img.alignleft {
		margin: 0 20px 16px 0;
	}

	.content-area img.aligncenter {
		margin: 0 auto 16px;
	}

	.ppc-contact {
		display: block;
		-webkit-transition: 0.8s ease-in-out;
		-moz-transition: 0.8s ease-in-out;
		-o-transition: 0.8s ease-in-out;
		transition: 0.8s ease-in-out;
	}

	.ppc-contact .frame {
		position: relative;
	}

	.ppc-contact .banner-contact {
		position: absolute;
		z-index: 1;
		right: 0;
		height: 495px;
		width: 270px;
		background: rgba(0,0,0,0.3);
		padding: 30px 25px;
		color: #fff;
		line-height: 1;
	}

	.ppc-contact .banner-contact h2 {
		font-size: 28px;
		margin-bottom: 0;
		text-align: center;
		font-weight: normal;
		padding: 0;
		color: #fff;
	}

	.ppc-contact .banner-contact p {
		text-transform: uppercase;
		text-align: center;
		font-size: 24px;
		margin-bottom: 12px;
	}

	.ppc-contact .banner-contact > p {
		margin-bottom: 20px;
	}

	.ppc-contact .banner-contact > p span {
		color: #82d612;
	}

	.ppc-contact .banner-contact form p span {
		color: #f00;
	}

	.ppc-contact .banner-contact p input,
	.ppc-contact .banner-contact p textarea {
		width: 88%;
		padding: 8px 5%;
		font-size: 14px;
		resize:none;
		border: 0;
	}

	.ppc-contact .banner-contact p textarea {
		height: 100px;
	}

	.ppc-contact .banner-contact p input[type=submit] {
		background-color: #8cc63f;
		border: 1px solid #598f10;
		border-radius: 10px;
		font-size: 18px;
		text-transform: uppercase;
		color: #fff;
		width: 98%;
	}

	.ppc-contact .ewpcf-not-valid-tip {
		left: 0;
		width: 98%;
	}

	.ppc-contact .ewpcf-response-output {
		margin: 0;
		padding: 0;
	}

	.sidebar-contact {
		display: block;
		height: 495px;
		width: 270px;
		padding: 30px 25px;
		color: #000;
		line-height: 1;
		background-color:rgba(39,70,87,0.1);
	}

	.sidebar-contact h2 {
		font-size: 28px;
		margin-bottom: 0;
		text-align: center;
		font-weight: normal;
		padding: 0;
		color: #000;
	}

	.sidebar-contact p {
		text-transform: uppercase;
		text-align: center;
		font-size: 24px;
		margin-bottom: 12px;
	}

	.sidebar-contact > p {
		margin-bottom: 20px;
	}

	.sidebar-contact > p span {
		color: #82d612;
	}

	.sidebar-contact form p span {
		color: #f00;
	}

	.sidebar-contact p input,
	.sidebar-contact p textarea {
		width: 88%;
		padding: 8px 5%;
		font-size: 14px;
		resize:none;
		border: 0;
	}

	.sidebar-contact p textarea {
		height: 100px;
	}

	.sidebar-contact p input[type=submit] {
		background-color: #8cc63f;
		border: 1px solid #598f10;
		border-radius: 10px;
		font-size: 18px;
		text-transform: uppercase;
		color: #fff;
		width: 98%;
	}

	.sidebar-contact .ewpcf-not-valid-tip {
		left: 0;
		width: 98%;
	}

	.sidebar-contact .ewpcf-response-output {
		margin: 0;
		padding: 0;
	}

	.sidebar-badges {
		background-image: url('images/badges-bg-desktop.jpg');
		width: 100%;
		height: 367px;
		margin: 30px 0 ;
	}

	.sidebar-services {
		padding: 20px;
		margin: 20px;
	}

	.sidebar-services h2 {
		padding: 0 0 10px 0;
		color: #fff;
	}

	.sidebar-services ul li {
		float: none;
		width: 100%;
		padding: 0 0 0 25px;
		background-position: 0 7px;
	}

	.sidebar-services ul li a {
		color: #fff;
		text-decoration: none;
	}

	.sidebar-links {
		display: block;
		padding: 0px 25px 30px;
	}

	.sidebar-links a {
		display: block;
	}

	.price .frame > p {
		padding: 0;
	}

	.price  a {
		padding: 0;
	}

	.price-tag {
		padding: 0;
	}

	.price-tag p {
		font-size: 16px;
	}

	.price-tag .area {
		font-size: 20px;
	}

	.price-tag .painting-type {
		font-size: 18px;
	}

	.price-tag .cost {
		font-size: 30px;
	}

	.price-tag li {
		padding: 18px 0;
	}


	.footer-nav-wrapper {
		display: block;
		background-color: #88a3b2;
		height: 66px;
	}

	.footer-nav-wrapper .menu-item a {
		line-height: 66px;
	}

	.footer-nav-wrapper .footer-call {
		display: inline-block;
		float: right;
		line-height: 66px;
		color: #fff;
		font-size: 18px;
		text-transform: uppercase;
	}

	.site-info p {
		padding: 16px 0;
		display: block;
	}

	.site-info p span {
		float: right;
		display: inline;
	}

}




