/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */


/* 
GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

.shipping-calculator-button { cursor:default; }
.shipping-calculator-button:hover { color: #00B3C5;cursor:default; }
.shipping-calculator-button span { display:none; }
.shipping-calculator-button:after { content:" cost to your address"; }
.shipping-calculator-form { display:block !important; }

article.homepage_blue{
	background-color:#7895A8	;
}

article.homepage_blue p, article.homepage_blue h1, article.homepage_blue h3{
	color:#ffffff;	
}

article.homepage_blue a{
	color:#ffcc99;
}

.page-template-template-home-new #main, .page-template-template-interactive_map #main{
	float:none;
}

@media screen and (min-width:768px){
	.page-template-template-home-new #main, .page-template-template-interactive_map #main{
		float:left;	
	}
.page-template-template-home-new .slider{
	height:227px;	
}
}
@media screen and (min-width:1080px){
.page-template-template-home-new .slider{
	height:300px;	
}
}

.page-template-template-interactive_map #main .map_overlay{
		
}

.page-template-template-interactive_map #main .map_overlay i{
	color:#004453;
	cursor:pointer;
	font-size:35px;
	transition:all 0.2s ease-in-out;
	transform-origin:center bottom;
	position:absolute;
	top:0px;
	left:0px;
}

.page-template-template-interactive_map #main .map_overlay .pointer i:hover{
	font-size:55px!important;	
	top:-15px;
	left:-5px;
}


.page-template-template-interactive_map #main .map_overlay .pointer{
	height:30px;
	width:30px;
	position:absolute;
}
.page-template-template-interactive_map #main .map_overlay .one{
	top:33%;
	left:48%;	
}

.page-template-template-interactive_map #main .map_overlay .two{
	top:58%;
	left:88%;	
}

.page-template-template-interactive_map #main .map_overlay .three{
	top:59%;
	left:35%;	
}

.page-template-template-interactive_map #main .map_overlay .four{
	top:81%;
	left:10%;	
}

.page-template-template-interactive_map #main .map_overlay .five{
	top:77%;
	left:35%;	
}

.page-template-template-interactive_map #main .map_info{
	background:rgba(0,0,0,0);
	display:none;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	z-index:888;
	transition:all 0.3s ease-in-out;
}

.page-template-template-interactive_map #main .map_info.active{
	background:rgba(0,0,0,0.5);	
	display:block;
	position:fixed;
}

.page-template-template-interactive_map #main .info{
	border:5px solid #3E3E3E;
	border-radius:10px;
	background-color:#ffffff;
	display:none;
	padding:20px;
	position:fixed;
	z-index:999;
	
	top:5%;
	left:5%;
	width:75%;
	
	top:5vh;
	left:5vw;
	width:75vw;
}

@media screen and (min-width:600px){
	
	.page-template-template-interactive_map #main .info{
		left:15%;
		top:25%;
		width:60%;
		
		left:15vw;
		top:25vh;
		width:60vw;
	}
	
}

.page-template-template-interactive_map #main .info p{
	color:#3e3e3e;
}

.page-template-template-interactive_map #main .active .info{
	display:block;	
}

.page-template-template-interactive_map #main .active .info .thumb{
	float:left;
	margin:0px 0px 20px 0;
	text-align:center;
	width:100%;
}

@media screen and (min-width:600px){
	.page-template-template-interactive_map #main .active .info .thumb{
		margin: 0 20px 20px 0;	
		text-align:left;
		width:auto;
	}
}

.page-template-template-interactive_map #main .active .info a{
	color:#00B3C5;
}

.page-template-template-interactive_map #main .active .info .close{
	cursor:pointer;
	background-color:#ffffff;
	border:5px solid #3e3e3e;
	border-radius:10px;
	padding:5px 10px;
	position:absolute;
	bottom:-25px;
	right:40%;	
}

@media screen and (min-width:600px){
	.page-template-template-interactive_map #main .active .info .close{
		right:-45px;	
	}
}

.woocommerce #respond input#submit, 
.woocommerce .products a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    border-radius:3px;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}
.woocommerce #respond input#submit:hover, 
.woocommerce .products a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
    background-color: #dad8da;
}
.woocommerce a.button.checkout-button,
#place_order {
    display:block !important;
    font-size: 16px !important;
    background-color: #a46497;
    border-color: #a46497;
    box-shadow: 0 0 0 0.327em #a46497;
    -webkit-box-shadow: 0 0 0 0.327em #a46497;
    border: none;
    text-shadow: 0 1px 0 #a46497;
    border-radius:3px;
}
#place_order {
    font-size: 20px !important;
    color: #fff !important;
}
.woocommerce a.button.checkout-button:hover,
#place_order:hover  {
    background-color: #935386;
    border-color: #935386;
    box-shadow: 0 0 0 0.327em #935386;
    -webkit-box-shadow: 0 0 0 0.327em #935386;
    border: none;
    text-shadow: 0 1px 0 #935386;
}
.woocommerce ul.products li.product .price ,
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #77a464;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 20px;
}
.woocommerce a.remove {
    display: block;
    font-size: 1.3em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
table.cart td.product-remove {
    vertical-align: middle;
}

/* 
DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 768px) {
	/* Desktop styles go here */
}