/*
Theme Name: GPF Website
Theme URI: GlobalPetFoods.com
Author: Giants & Gentlemen
Description: Global Pet Foods Website
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css?family=Cabin:400,400i,500,500i,600,600i,700,700i');


@keyframes flashcolor {
    from {background: rgba(164,53,59,0);}
    50% {background: rgba(164,53,59,0.2);} 
    to {background: rgba(164,53,59,0);}
}


html, body{
	margin: 0;
	padding: 0;
	font-family: Cabin, Arial, 'sans serif';
	background-image: url(img/background.jpg);
	background-size: 100% auto;
	background-repeat: repeat;
	overflow-x: hidden;
	letter-spacing: 1px;
}

label {
	color: #333;
	font-size: 70%;
}
input{
	border-radius: 3px;
}
.form_wrapper input:focus {
	border: 1px solid #A4353B;
}
.header{
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background: #A4353B;
	z-index: 999;
	padding: 2vw;
	height: 98px;
	box-sizing: border-box;
}
.menu{
	margin-top: 9px;
}
.logo_holder{
	float: left;
	display: inline-block;
	max-width: 50%;
	width: 184px;
	margin-top: 8px;
}
.header_logo{
	width: 100%;
}
.desktop_menu{
	float: right;
	margin-right: 150px;
}
.desktop_menu #menu-main-menu{
	list-style: none;
	border-right: 1px solid #ffffff;
}
.desktop_menu #menu-main-menu li{
	display: inline-block;
	padding-right: 1vw;
	padding-left: 1vw;
}
.desktop_menu #menu-main-menu li a{
	text-decoration: none;
	color: #ffffff;
	vertical-align: top;
}

.main_menu{
	display: inline-block;
}
.location_menu{
	display: inline-block;
    padding-right: 1vw;
    padding-left: 1.5vw;
    background-image: url(img/location_pin.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    margin-left: 0.5vw;

}
.location_menu a{
	text-decoration: none;
	color: #ffffff;
}
.desktop_menu #menu-main-menu li.location_menu {
  border-left: 1px solid #fff;
  background: none;
}
.desktop_menu #menu-main-menu li.hide-desktop {
  display: none;
}

.desktop_menu #menu-main-menu {
  border: none;
}

.desktop_menu .icon {
  position: absolute;
  top: 15px;
  right: 25px;
}

.franchise_menu{
	position: fixed;
    top: 0;
    right: 20px;
    background: transparent;
    padding: 30px;
    padding-top: 15px;
    background-image: url(img/white_flag.png);
    background-size: cover;
    background-position: bottom center;
    text-align: center;
}
.franchise_menu a{
	text-decoration: none;
	color: #A4353B;
}
.featured_headline{
	position: relative;
	margin-top: 65px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.clear_top{
	margin-top: 95px;
	margin-bottom: 2vw;
	width: 100%;
    height: 1px;
}
h1{
	font-family: 'ITC Avant Garde Gothic Std', Cabin, Arial, 'sans serif';
}
h2{
	font-family: Cabin, Arial, 'sans serif';
}
a.absCover{
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	text-decoration: none;
	opacity:0;
}
.featured_headline h1{
	font-size: 4.25vw;
	color: #ffffff;
	padding-top: 8vw;
    padding-left: 9vw;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 4.75vw;
}
.featured_headline h2{
	font-size: 1.938vw;
	color: #ffffff;
	padding-bottom: 8vw;
    padding-left: 9vw;
    margin-top: 0;
    padding-top: 0;
    font-weight: normal;
    line-height: 2.2vw;
}
.featured_blocks{
	max-width: 80%;
	margin: 0 auto;
}
.left_blocks{
	width: 65%;
	margin-right: 2%;
	float: left;
}
.featured_news{
	background-color: #AFAFAF;
	width: 100%;
	height: 24vw;
	position: relative;
	padding: 0;
	margin: 0;
	display: inline-block;
	margin-bottom: 2vw;
	-webkit-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	-moz-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	background-size: cover;
}
.snipe{
	position: absolute;
    top: 17px;
    left: 0;
    padding-right: 2vw;
    padding-left: 1vw;
    height: 0px;
    color: #A4353B;
    background: #ffffff;
    height: 3vw;
    display: inline-block;
}
.snipe:after{
	border-top: 1.5vw solid #ffffff;
    border-left: 1.5vw solid #ffffff;
    border-bottom: 1.5vw solid #ffffff;
    border-right: 1vw solid transparent;
    display: inline-block;
    content: ' ';
    position: absolute;
    right: -2vw;
    top: 0;
}
.snipe span{
    position: relative;
	top: 0.5vw;
    font-size: 1.5vw;
    font-family: Cabin, Arial, 'sans serif';
    font-weight: normal;
}
.darksnipe{
	position: absolute;
    top: 17px;
    left: 0;
    padding-right: 2vw;
    padding-left: 1vw;
    height: 0px;
    color: #ffffff;
    background: #A4353B;
    height: 3vw;
    display: inline-block;
}
.darksnipe:after{
	border-top: 1.5vw solid #A4353B;
    border-left: 1.5vw solid #A4353B;
    border-bottom: 1.5vw solid #A4353B;
    border-right: 1vw solid transparent;
    display: inline-block;
    content: ' ';
    position: absolute;
    right: -2vw;
    top: 0;
}
.darksnipe span{
    position: relative;
	top: 0.5vw;
    font-size: 1.5vw;
    font-family: Cabin, Arial, 'sans serif';
    font-weight: normal;
}
.news_content{
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 70%;
	background: #A4353B;
	color: #ffffff;
	padding: 2vw;
	box-sizing: border-box;
}
.fp_news_title{
    font-size: 2.125vw;
    font-family: 'ITC Avant Garde Gothic Std', Cabin, Arial, 'sans serif';
    width: auto;
    border-bottom: 4px solid #ffffff;
    margin-bottom: 0.5vw;
    line-height: 2.2vw;
}
.fp_news_title a{
	text-decoration: none;
	color: #ffffff;
}
.fp_news_excerpt{
	font-size: 1.0625vw;
    font-family: Cabin, Arial, 'sans serif';
    width: auto;
}
.featured_charity{
	height: 24vw;
	width: 48%;
	background-color: #AFAFAF;
	position: relative;
    font-family: 'ITC Avant Garde Gothic Std', Cabin, Arial, 'sans serif';
    text-align: center;
    color: #ffffff;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 3%;
    float: left;
    background-size: cover;
    -webkit-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	-moz-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	background-position: center;
}
.red_btn{
	display: inline-block;
	width: auto;
	background: #A4353B;
	color: #ffffff !important;
	text-decoration: none;
	font-family: Cabin, Arial, 'sans serif';
	padding: 0.5vw;
	padding-right: 2vw;
	padding-left: 2vw;
	border-radius: 4px;
	font-size: inherit;
	border: 0;
	cursor: hand; cursor: pointer;
}
.featured_pet .red_btn_container{
	position: absolute;
	bottom:1.5em;
	left:1em;
	right:1em;
	text-align:center;
}
.featured_pet .red_btn{
	margin:0 auto;
}
@media only screen and (max-width : 1280px) {
	.featured_pet .red_btn_container{
		bottom: 0.75em;
	}

}
@media only screen and (max-width : 480px) {
	.featured_pet .red_btn_container{
		bottom: 0.5em;
		left: 0.35em;
		right: 0.35em;
	}
	.featured_pet .red_btn{
		font-size: 0.8em;
	}
}
.lng_btn{
	padding-right: 3vw;
	padding-left: 3vw;
}
.wht_btn{
	display: inline-block;
	width: auto;
	background: #ffffff;
	color: #A4353B;
	text-decoration: none;
	font-family: Cabin, Arial, 'sans serif';
    padding: .5vw;
    padding-right: 4vw;
    padding-left: 4vw;
    border-radius: 4px;
}
.o_wht_btn{
	display: inline-block;
	width: auto;
	background: #ffffff;
	color: #A4353B;
	text-decoration: none;
	font-family: Cabin, Arial, 'sans serif';
    padding: .5vw;
    padding-right: 2vw;
    padding-left: 2vw;
    -webkit-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	-moz-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	font-size: 65%;
	cursor: hand; cursor: pointer;
}
.featured_pet{
	height: 24vw;
	width: 48%;
	background-color: #AFAFAF;
	position: relative;
    font-family: 'ITC Avant Garde Gothic Std', Cabin, Arial, 'sans serif';
    text-align: center;
    color: #ffffff;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    -webkit-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	-moz-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	background-size: cover;
}
.featured_pet .pom_text{
	width: 90%;
	position: absolute;
	bottom: 5%;
	left: 5%;
	background: #A4353B;
	text-align: left;
	padding: 1vw;
	box-sizing: border-box;
}
.pom_name{
	font-size: 1.3vw;
	display: block;
	margin-bottom: 0.5vw;
}
.pom_sign{
	font-size: 0.7vw;
	display: block;
}
.pom_sign a{
	color: #ffffff;
}
.featured_promo{
	width: 33%;
	height: 50vw;
	background-color: #AFAFAF;
	position: relative;
    font-family: 'ITC Avant Garde Gothic Std', Cabin, Arial, 'sans serif';
    text-align: center;
    color: #ffffff;
    float: right;
    -webkit-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	-moz-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	background-size: cover;
}
.featured_promo img{
	max-width: 100%;
}
.airmiles{
	clear: both;
	position: relative;
    top: 2vw;
	background: #A4353B;
	color: #ffffff;
	-webkit-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	-moz-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	padding: 2vw;
}
.airmiles a{
	color: #ffffff;
}
.plane_icon {
    float: left;
    width: 10vw;
}
.air_miles_icon{
    float: right;
    width: 9vw;
    margin-top: 1.2vw;
    margin-right: 1.5vw;
}
.pet_zone_form{
	background: #A4353B;
	margin-top: 12vw;
	padding: 20vw;
	padding-top: 5vw;
	padding-bottom: 5vw;
	position: relative;
	color: #ffffff;
	-webkit-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	-moz-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
}
.pet_zone_star{
	position: absolute;
    top: -8.1vw;
    right: 4vw;
    width: 22vw;
}
.pet_zone_title{
	display: block;
	font-size: 2.55vw;
}
.pet_zone_desc{
	font-size: 1.275vw;
	display: block;
	padding-top: 0.8vw;
    padding-bottom: 2.4vw;
}
.pet_zone_desc a{
	color: #ffffff;
}
.pet_zone_input {
    padding: 12px;
    padding-left: 2vw;
    min-width: 40%;
    border: 0px;
    border-radius: 5px 0 0 5px;
}
.pet_zone_form button{
	background: #E2E2E2;
	color: #6C6C6C;
	border-radius: 0 5px 5px 0;
	padding: 12px;
	border: 0;
	padding-left: 30px;
	padding-right: 30px;
}
.pet_zone_form button:hover{
	background: #D5D5D5;
}

.featured_blog{
	max-width: 90%;
    margin: 0 auto;
    margin-top: 3vw;
    position: relative;
}
.single_blog_page{
	max-width: 100%;
}
.featured_s_blog{
	max-width: 100%;
    margin: 0 auto;
    margin-top: 5vw;
    position: relative;
}
.featured_blog .blog_img{
	width: 50%;
	height: 30vw;
	background: #ffffff;
	-webkit-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	-moz-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	background-size: cover;
	position: relative;
    left: 40%;
}
.single_blog_page .blog_img{
	width: 60%;
	position: relative;
	left: 40%;
}
.featured_blog .blog_content{
	width: 60%;
	height: 24vw;
	background: #A4353B;
	position: absolute;
	top: 3vw;
    padding: 6vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
    box-sizing: border-box;
    font-size: 1vw;
    color: #ffffff;
}
.featured_blog .blog_content_w{
	width: 55%;
	height: 24vw;
	background: #ffffff;
	position: absolute;
	top: 3vw;
    padding: 6vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
    box-sizing: border-box;
    font-size: 1vw;
    color: #A4353B;
    -webkit-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	-moz-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
}
.single_blog_page .blog_content_w{
	left: 5%;
}
.featured_blog .fp_blog_date{
	font-size: 0.8vw;
	padding-bottom: 1.3vw;
	color: #747474;
}
.featured_blog .fp_blog_title{
	font-size: 2.3vw;
	font-family: 'ITC Avant Garde Gothic Std', Cabin, Arial, 'sans serif';
	padding-bottom: 0.2vw;
	    letter-spacing: 0;

}
.featured_blog .fp_blog_excerpt{
	font-size: 1.8vw;
	padding-bottom: 1.5vw;
	line-height: 90%;
	color: #747474;
	
}
.blog_content_w .featured_blog .fp_blog_date, .blog_content_w .featured_blog .fp_blog_excerpt{
	color: #747474;
}
.new_blogs{
	max-width: 80%;
    margin: 0 auto;
    margin-top: 5vw;
    margin-bottom: 5vw;
    position: relative;
}
.fps_blog{
	float: left;
	-webkit-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	-moz-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	width: 30%;
	margin-right: 1.5%;
	margin-left: 1.5%;
	box-sizing: border-box;
	background: rgba(255,255,255,0.8);
	margin-bottom: -3vw;
	border-bottom: 4px solid #A4353B;
	min-height: 30vw;
}
.fps_blog a{
	text-decoration: none;
}
.clear_all{
	margin-top: 5vw;
}
.fps_blog span{
	display: block;
	background: #A4353B;
	color: #ffffff;
	box-sizing: border-box;
	padding: 0.5vw;
}
.fps_blog img{
	width: 100%;
}
.fps_blog .blog_content{
	padding: 1vw;
	color: #6E6E6E;
}
.fps_blog_date{
	font-size: 0.8vw;
    padding-bottom: 0.5vw;
}
.fps_blog_title a{
	font-size: 1.5vw;
    text-decoration: none;
    color: #6E6E6E;
}
.fps_blog_title{
	padding-bottom: 0.5vw;
}
.fps_blog_excerpt{
	font-size: 1vw;
}
.dog span{
	background-image: url(img/dog_blog_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
}
.cat span{
	background-image: url(img/cat_blog_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
}
.sma span{
	background-image: url(img/rabbit_blog_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
}

.red_block{
	margin: 0 auto;
	width: 80%;
	padding: 3vw;
	color: #ffffff;
	background: #A4353B;
	box-sizing: border-box;
	font-size: 1.3vw;
    text-align: center;
}
.red_block a{
	color: #fff;
}
.red_block_members{
	margin: 0 auto;
	width: 80%;
	padding: 3vw;
	padding-top: 1.5vw;
	padding-bottom: 1.5vw;
	color: #ffffff;
	background: #A4353B;
	box-sizing: border-box;
	font-size: 1.5vw;
}
.clear_wrapper{
	margin: 0 auto;
	width: 80%;
	color: #A4353B;
	box-sizing: border-box;
	font-size: 1.5vw;
}
.single_title {
    display: block;
    width: 100%;
    border-bottom: 3px solid #A4353B;
}
.form_wrapper{
	padding: 2vw;
	padding-bottom: 0;
}
.form_wrapper input, .form_wrapper select{
	width: 28%;
	border: 1px solid #C1C1C1;
	border-radius: 4px;
	background: #ffffff;
	color: #707070;
	box-sizing: border-box;
	font-size: 1vw;
	padding: 0.5vw;
	margin-right: 1vw;
	margin-bottom: 1vw;
	display: inline-block;
	height: 2.5vw;
	-webkit-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.1);
	-moz-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.1);
	box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.1);
}
.form_wrapper input#city, 
.form_wrapper input#postal, 
.form_wrapper input#phone, 
.form_wrapper select#province{
	width: 20.5%;
}
.clear_wrapper .red_btn{
	font-size: 1vw;
	-webkit-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	-moz-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	background: #A4353B;
    color: #ffffff;
    border: 0;
}
.edit_single_pet a {
    color: #A4353B;
    font-size: 0.9vw;
    float: right;
    display: inline-block;
    margin-right: 2vw;
    margin-top: 1.5vw;
}
.form_wrapper select.sinput{
	width: 18%;
}
.form_wrapper input.linput{
	width: 57.5%;
}
.form_wrapper .pet_photo{
	background-color: #AFAFAF;
	width: 35%;
	float: right;
	height: 18vw;
	margin-right: 4vw;
	box-sizing: border-box;
	padding-top: 13vw;
	text-align: center;
	-webkit-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	-moz-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	margin-bottom: 2vw;
	background-size: cover;
	background-position: center;
}

.info_block{
	width: 100;
	margin: 0;
	padding: 0; 
	background: rgba(255,255,255,0.8);
	height: 20vw;
	margin-top: 2vw;
}
.info_block_image{
	height: 100%;
	display: inline-block;
	width: 48%;
	background-size: cover;
}
.info_block:nth-child(odd) .info_block_image,  .info_block:nth-child(even) .info_block_content{
    float: left;
}
.info_block:nth-child(even) .info_block_image, .info_block:nth-child(odd) .info_block_content{
    float: right;
}
.info_block_content{
	display: inline-block;
	box-sizing: border-box;
	padding: 3vw;
	width: 52%;
}
.info_block_content .title{
	display: inline-block;
	width: 100%;
	border-bottom: 4px solid #A4353B;
	color: #A4353B;
	font-size: 3vw;
	padding-bottom: 0.5vw;
	margin-bottom: 1vw;
}
.info_block_content .description{
	color: #6E6E6E;
	font-size: 1.5vw;
	letter-spacing: 1px;
    line-height: 120%;
}
.red_wrapper{
	background: #A4353B;
	margin-top: 2vw;
	width: 100%;
	box-sizing: border-box;
	padding: 5vw;
	padding-right: 20vw;
	padding-left: 20vw;
	color: #ffffff;
}

.policy_title {
    font-size: 2.55vw;
}
.policy_description {
    font-size: 1.2vw;
    margin-bottom: 3vw;
}

.brand_wrapper{
    width: 80%;
    margin: 0 auto;
    padding-top: 3vw;
	background: rgba(255,255,255,0.5);

}
.brand_wrapper:after{
	content: "";
  	display: table;
  	clear: both;
}
.brand{
	width: calc(100% / 6);
	display: inline-block;
	float: left;
	box-sizing: border-box;
	padding: 1vw;
	}
.brand img{
	width: 100%;
}
.filter{
	width: calc(100% / 6);
	box-sizing: border-box;
	display: inline-block;
	float: left;
	text-align: center;
	padding: 2vw;
	padding-top: 0; padding-bottom: 0;
	font-size: 0.8vw;
	cursor: hand; cursor: pointer;
	text-transform: uppercase;
}
.filter img{
	width: 100%;
}
.selected_filter img{
	filter: invert(100%);
	opacity: 0.4;
}

.full_blog_image{
	margin-top: -2vw;
	background-size: cover;
	padding: 5vw;
    box-sizing: border-box;
}
.full_blog_image .blog_content_w{
    background: #ffffff;
    width: 55%;
    padding: 3vw;
    box-sizing: border-box;
	-webkit-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	-moz-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);    
}
.full_blog_image .fp_blog_date{
	font-size: 0.8vw;
	padding-bottom: 1.5vw;
	color: #747474;
}
.full_blog_image .fp_blog_title{
	font-size: 2.3vw;
	font-family: 'ITC Avant Garde Gothic Std', Cabin, Arial, 'sans serif';
	padding-bottom: 1vw;
	color: #A4353B;
}
.full_blog_image .fp_blog_excerpt{
	font-size: 1.8vw;
	padding-bottom: 1.5vw;
	color: #747474;
}
.section_title {
    display: block;
    width: 77%;
    margin: 0 auto;
    margin-top: 7vw;
    color: #A4353B;
    font-size: 2.55vw;
    font-family: 'ITC Avant Garde Gothic Std', Cabin, Arial, 'sans serif';
    margin-bottom: -3vw;
}

.single_blogs_title{
	font-size: 2vw;
    font-family: 'ITC Avant Garde Gothic Std', Cabin, Arial, 'sans serif';
    width: 87%;
    display: block;
    margin: 0 auto;
    color: #A4353B;
    border-bottom: 2px solid #A4353B;
    margin-top: 4vw;
    padding-top: 2vw;
}

.donation_info{
	width: 60%;
	margin: 0 auto;
	color: #6E6E6E;
	margin-bottom: 2vw;
	box-sizing: border-box;
}
.col_left{
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-right: 3%;
	margin-bottom: 2vw;
}
.w_wrapper{
	background: rgba(255,255,255, 0.76);
	width: 60%;
	margin: 0 auto;
	margin-top: 4vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 6vw;
	padding-left: 6vw;
	padding-top: 2vw;
	padding-bottom: 2vw;
	color: #6E6E6E;
	position: relative;
	line-height: 140%;
}
.w_wrapper img{
	width: 54vw;
	height: auto;
	-webkit-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	-moz-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	position: relative;
	left: -3vw;
}
.w_wrapper a{
	color: #A4353B;
}
.post_share img{
    width: 1.5vw;
    display: inline-block;
    margin: 0;
    border: 0;
    padding: 0;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 1vw;
}
img.post_featured_image{
	position: relative;
	width: 80vw;
	left: -16vw;
	margin-top: 2vw;
	margin-bottom: 2vw;
	-webkit-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	-moz-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
}
.FeaturedYTVideo{
	position: relative;
	width: 80vw;
	height: 45vw;
	left: -16vw;
	margin-top: 2vw;
	margin-bottom: 2vw;
	-webkit-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	-moz-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
}
.w_wrapper .wp-caption{
	font-size: 70%;
	color: #747474;
	padding-top: 2vw;
	padding-bottom: 2vw;
	width: 100% !important;
}
.w_wrapper .wp-caption-text{
	margin-top: 0;
	margin-bottom: 0;
}
.post_date{
	font-size: 1vw;
	color: #747474;
	font-style: italic;
	margin-bottom: 1vw;
}
.post_title{
	font-size: 2.5vw;
	color: #A4353B;
	line-height: initial;
}
.post_excerpt{
	font-size: 1.5vw;
	color: #747474;
}
.w_wrapper h2{
	font-weight: normal;
	color: #A4353B;
}
blockquote{
	position: relative;
	z-index: 3;
}
blockquote:before{
    position: relative;
    color: #6E6E6E;
    content: '“';
    font-size: 20vw;
    z-index: 2;
    margin: 0;
    padding: 0;
    display: block;
    line-height: 0;
    opacity: 0.17;
    right: 6vw;
    top: 8vw;
}
blockquote:after{
    position: absolute;
    color: #6E6E6E;
    content: '”';
    font-size: 20vw;
    z-index: 2;
    margin: 0;
    padding: 0;
    display: block;
    line-height: 0;
    opacity: 0.17;
    right: 0;
    top: 8vw;
}
.post_tags{
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding-bottom: 2vw;
    border-bottom: 2px solid #707070;
}
.tag{
	padding: 0.5vw;
	padding-right: 1vw;
	padding-left: 1vw;
	font-size: 0.8vw;
	background: #A4353B;
	border-radius: 4px;
	color: #ffffff;
    margin-right: 0.5vw;
}
.post_share{
	color: #A4353B;
	font-size: 1vw;
}
.author_image{
    width: 10vw;
    height: 10vw;
    border-radius: 10vw;
    overflow: hidden;
    -webkit-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	-moz-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	float: left;
	margin-right: 2vw;
}
.author_image img{
	width: 100%;
	margin: 0;
	left: 0;
}
.author {
    margin-top: 2vw;
    margin-bottom: 2vw;
}
.author_name{
	color: #6E6E6E;
	font-weight: 600;
}
.author_title{
	color: #6E6E6E;
	margin-bottom: 1vw;
}
.author_bio{
	color: #6E6E6E;
}



.featured_posts{
	height: 20vw;
	background: #A4353B;
	margin-bottom: -4vw;
	margin-top: 15vw;
}
.nxt_post{
	width: 49%;
	float: right;
	height: 100%;
	text-align: left;
}
.pre_post{
	width: 49%;
	float: left;
	height: 100%;
	text-align: right;
}
.pre_img{
	height: 150%;
	width: 50%;
	position: relative;
	top: -50%;
	float: right;
	background-size: cover;
	background-position: center;
}
.nxt_img{
	height: 150%;
	width: 50%;
	position: relative;
	top: -50%;
	float: left;
	background-size: cover;
	background-position: center;
}
a.arrow_link {
    display: block;
    padding: 2vw;
    width: 50%;
    box-sizing: border-box;
    font-size: 1vw;
    text-decoration: none;
    color: #ffffff;
    padding-top: 5vw;
    float: right;
}
a.featured_posts_title {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.5vw;
    padding: 2vw;
    width: 50%;
    display: block;
    box-sizing: border-box;
    padding-top: 0;
    float: right;
}


.full_blog_image .pz_title .page_title{
	font-size: 3vw;
	color: #A4353B;
	margin-bottom: 0;
}
.full_blog_image .pz_excerpt .page_title{
	font-size: 2vw;
	color: #747474;
	margin-top: 0;
	font-weight: 100;
}
.full_blog_image .pz_register input{
	border: 1px solid #C1C1C1;
	width: 28%;
    border: 1px solid #C1C1C1;
    border-radius: 4px;
    background: #ffffff;
    color: #707070;
    box-sizing: border-box;
    font-size: 1vw;
    padding: 0.5vw;
    margin-right: 1vw;
    margin-bottom: 1vw;
    display: inline-block;
    height: 2.5vw;	
}
.full_blog_image .pz_register input[type="submit"]{
	-webkit-appearance: none;

	border: 1px solid #A4353B;
    background: #A4353B;
    color: #ffffff;
}

.rewards_holder{
	margin: 0 auto;
	text-align: center;
	margin-bottom: 3vw;
	width: 80%;
	padding-bottom: 2vw;
	background: rgba(255,255,255,0.55);
}
.reward_title {
    margin-top: 9vw;
    margin-bottom: 2vw;
    color: #A4353B;
    font-size: 3vw;
    padding-top: 2vw;
}
.rewards_holder .reward{
    width: calc(80% / 3);
    display: inline-block;
    box-sizing: border-box;
    background: #A4353B;
    margin: calc(15vw / 6);
    margin-top: 1vw;
    margin-bottom: 1vw;
    padding: 2vw;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.2vw;
    border-radius: 3px;
    -webkit-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	-moz-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
}


.sign_in {
    position: absolute;
    right: 4vw;
    min-width: 6vw;
    text-align: center;
}
.sign_in_overlay{
	position: fixed;
	z-index: 1998;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(83,83,83,0.62);
	display: none;
}
.sign_in_box{
	position: absolute;
	z-index: 1999;
	top: 5vw;
	right: 30vw;
	left: 30vw;
	background: #ffffff;
	padding: 5vw;
    text-align: center;
    display: none;
    font-size: 1vw;
}
.petPopup{
	position: absolute;
	z-index: 1999;
	top: 5vw;
	right: 30vw;
	left: 30vw;
	background: #ffffff;
	padding: 1vw;
    text-align: center;
    display: block;
    font-size: 1vw;
    display: none;
}
.petPopup > .featured_pet{
	width: 100% !important;
}
.petZonePaw {
    position: absolute;
    top: 35vw;
    right: 3vw;
    width: 15vw;
}
.close_sign_in{
	position: absolute;
	top: 2vw;
	right: 2vw;
	cursor: hand; cursor: pointer;
	color: #A4353B;
	font-size: 2.3vw;
	z-index: 29999;
}
.sign_in_title{
	color: #A4353B;
	font-size: 2.3vw;
	display: inline-block;
	padding-bottom: 2vw;
}
.sign_in_box input{
	width: 70%;
	border: 1px solid #C1C1C1;
	border-radius: 4px;
	background: #ffffff;
	color: #707070;
	box-sizing: border-box;
	font-size: 1vw;
	padding: 0.5vw;
	margin-right: 1vw;
	margin-bottom: 1vw;
	display: inline-block;
	height: 2.5vw;
	margin-right: 10%;
	margin-left: 10%;
	margin-bottom: 1vw;
}
.sign_in_box input:after{
	content: "";
  	display: table;
  	clear: both;
}
.sign_in_box input[type="submit"]{
	-webkit-appearance: none;

	width: 40%;
	background: #A4353B;
	color: #ffffff;
	border: 1px solid #A4353B;
	margin-top: 3vw;
}
.sign_in_box a{
	text-decoration: none;
	font-size: 1vw;
	color: #6E6E6E;
	white-space: nowrap;
}

.pets_holder{
	margin-top: 3vw;
	margin-bottom: 3vw;
}
.single_pet{
	width: 40%;
	margin-right: 5%;
	margin-left: 4%;
	display: inline-block;
	box-sizing: border-box;
    margin-bottom: 3vw;
}
.pet_image{
	width: 100%;
	height: 20vw;
	background-position: center;
	background-size: cover;
	background-color: #AFAFAF;
	-webkit-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	-moz-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
}
.pet_name{
	cursor: hand; cursor: pointer;
	color: #6E6E6E;
	padding: 1vw;
	padding-right: 2vw;
	background-image: url(img/edit_icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1.5vw auto;
    display: inline-block;
}

.news_blogs{
	width: 80%;
	margin: 0 auto;
	margin-top: 4vw;
	margin-bottom: 4vw;
}
.news_blog_link{
	background-color: #FFFFFF;
	-webkit-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	-moz-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);	
	padding: 2vw;
	margin: 2vw;
}
.news_blog_link img{
    width: 21vw;
    margin-left: -6vw;
    float: left;
    margin-right: 2vw;
    -webkit-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	-moz-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);	
}
.news_blog_content{
	width: 54vw;
	float: right;
	color: #6E6E6E;
}
.blog_content .fp_blog_date, .blog_content .fp_blog_excerpt{
	color: #ffffff;
}
.news_blog_content a{
	color: #6E6E6E;
	text-decoration: none;
}
.news_blog_date{
	font-size: 1vw;
	font-weight: 300;
	margin-bottom: 1vw;
}
.news_blog_title{
	font-size: 2vw;
	font-weight: 600;
	margin-bottom: 1.5vw;
}
.news_blog_excerpt{
	font-size: 1.5vw;
	font-weight: 300;
}
.gift_card_image{
	width: 35%;
	float: right;
	border-radius: 4vw;
	-webkit-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	-moz-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);	
}
.gift_card_title {
    font-size: 3vw;
    width: 50%;
}
.gift_card_description{
    font-size: 1.5vw;
    width: 50%;
    margin-top: 2vw;
    margin-bottom: 3vw;
    color: #6E6E6E;
}

.single_promo {
    background: #ffffff;
    padding: 5vw;
    position: absolute;
    top: 210px;
    right: 5vw;
    left: 5vw;
    z-index: 1999;
    display: none;
}
.edit_single_pet {
    background: #ffffff;
    padding-left: 5vw;
    padding-top: 4vw;
    position: absolute;
    top: 210px;
    right: 5vw;
    left: 5vw;
    z-index: 1999;
    display: none;
}
.edit_single_pet_backdrop{
	position: fixed;
	z-index: 1998;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(83,83,83,0.62);
	display: none;
}
.close_pet_edit {
    position: absolute;
    top: 1vw;
    right: 1.5vw;
    font-size: 2vw;
    cursor: hand; cursor: pointer;
}
.spromotion_block{
	cursor: hand;
	cursor: pointer;
}
.promotion_block{
	height: 20vw;
	width: 80vw;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 2vw;
	margin-bottom: 2vw;
	-webkit-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	-moz-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);	
}
.promotion_link{
	display: block;
	text-decoration: none;
	color: inherit;
	width: 100%;
	height: 100%;
}
.promo_title{
	color: #A4353B;
	font-size: 4vw;
	font-weight: bold;
	display: block;
	padding-bottom: 2vw;
	padding-top: 2vw;
}
.promo_desc{
	color: #747474;
	font-size: 1.5vw;
	font-weight: bold;
	display: block;
}
.location_header {
    position: relative;
    height: 36vw;
}
.location_image {
    height: 33vw;
    width: 50vw;
    position: absolute;
    right: 0;
    background-position: center;
    background-size: cover;
}
.location_info {
    position: absolute;
    top: 1vw;
    left: 5vw;
    width: 50vw;
    height: 27vw;
    background: #ffffff;

	min-height: 27vw;
    height: auto;
    padding-bottom: 1rem;
}
span.location_title {
    color: #A4353B;
    font-size: 3vw;
    font-weight: bold;
    display: block;
    padding-top: 3vw;
    padding-left: 3vw;
}
span.location_address {
    display: block;
    font-size: 1.5vw;
    padding-top: 1vw;
    padding-left: 3vw;
    color: #747474;
}
span.location_address:nth-of-type(3) {
    padding-top: 0vw;
}
.location_hours_full{
	display: none;
	position: absolute;
    background: rgba(255,255,255,1);
    color: #747474;
    font-size: 0.8vw;
    left: 2.5vw;
    line-height: 180%;
    padding: 2.5vw;
    padding-top: 0.5vw;
	padding-bottom: 0.5vw;
}
span.location_phone,  span.location_email, span.location_hours_today, span.location_directions{
    display: block;
    font-size: 0.8vw;
    margin-top: 1vw;
    margin-left: 3vw;
    padding-left: 2vw;
    color: #747474;
    background-repeat: no-repeat;
    background-size: contain;

	background-size:auto 18px;
    background-position:top left;
}
span.location_phone{
    background-image: url(img/phone.png);	
}
span.location_email{
    background-image: url(img/email.png);	
}
span.location_directions{
	background-image: url(img/direct.png);	
}
span.location_hours_today{
    background-image: url(img/hours.png);	
    cursor: hand; cursor: pointer;
}
span.location_phone a, span.location_email a, span.location_directions a{
	text-decoration: none;
	color: #747474;
}
.social_pages {
    display: inline-block;
    background: #A4353B;
    margin-top: 2vw;
    padding: 0.5vw;
    padding-left: 2.7vw;
}
.social_pages img {
    width: 2vw;
    padding: 0;
}

.online_store_link {
    display: inline-block;
    background: #A4353B;
    margin-top: 2vw;
    padding: 0.5vw;
    padding-right: 2.7vw;
    float: right;
}
.online_store_link img {
    width: 2vw;
    padding: 0;
}
.online_store_link a{
	color: #fff;
	text-decoration: none;
}
.online_store_link a span{
    display: inline-block;
    font-size: 1vw;
    position: relative;
    top: -0.6vw;
}


.map-holder {
    height: calc(100vh - 100px);
    width: 100%;
    margin-top: -2vw;
}
.locations_list{
	width: 25%;
	float: left;
	background: #F8F8F8;
	position: relative;
	z-index: 997;
	-webkit-box-shadow: 0px 0px 28px 7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 28px 7px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 28px 7px rgba(0,0,0,0.75);
	overflow-y: scroll;
	height: 100%;
}
#map{
	width: 75% !important;
	float: right;
}
.store_list_item {
    border-bottom: 1px solid #707070;
    padding: 1vw;
    cursor: zoom-in;

}
.store_list_item img {
    float: left;
    margin-right: 5%;
    width: 2.3vw;
}
span.single_location_title {
    color: #717171;
    font-size: 1vw;
    margin-top: 0.3vw;
    display: block;
    font-weight: normal;
    background-repeat: no-repeat;
    background-image: url(img/loc_arrow.png);
    background-position: right 1vw top;
    background-size: contain;
}
.store_focus span.single_location_title{
	background-image: url(img/loc_arrow2.png);
}
span.single_location_address {
    color: #717171;
    font-size: 0.8vw;
    display: block;
    font-weight: normal;
    margin: 0.2vw;
}
.store_drop_down {
    display: none;
    color: #717171;
    font-size: 0.8vw;
    font-weight: normal;
    margin: 0.2vw;
    margin-left: 15%;
    line-height: 170%;
}
.store_drop_down a, .store_list_item a{
	color: #717171;
	text-decoration: none;
}
.store_focus{
	animation-name: flashcolor;
    animation-duration: 1s;
    cursor: default;
}

.hidden_map{
	height: calc(100vh - 100px); 
	width: 100%; 
	margin-top: -2vw;
	background-image: url(img/map/backdrop.jpg);
	background-size: cover;
	background-position: center;
}
.search_box{
	position: absolute;
    top: calc(100px + 3vw);
    left: 3vw;
    padding: 4vw;
    background: #ffffff;
    -webkit-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	-moz-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);	
}
.search_box .page_title {
    font-size: 2.5vw;
    font-weight: bold;
    display: block;
    color: #A4353B;
    margin-bottom: 1vw;
    font-family: 'ITC Avant Garde Gothic Std', Cabin, Arial, 'sans serif';
}
.search_box input[type="text"], .contact_store input[type="text"] {
    border: 1px solid #C1C1C1;
    padding: 0.5vw;
    font-size: 0.8vw;
    margin-top: 0vw;
    width: 25vw;
    padding-left: 2vw;
    background-image: url(img/location.png);
    position: left center;
    background-size: contain;
    background-repeat: no-repeat;
}

.search_box input[type="submit"], .contact_store input[type="submit"] {
	-webkit-appearance: none;
    background: #A4353B;
    color: #ffffff;
    padding: 0.5vw;
    border: 1px solid #A4353B;
    font-size: 0.8vw;
    margin-left: -1vw;
    padding-left: 2vw;
    padding-right: 2vw;
    border-radius: 3px;
}

.job_block.sjob_block {
    width: 80%;
    margin: 0 auto;
    padding: 2vw;
    box-sizing: border-box;
    border-bottom: 2px solid #A4353B;
    color: #6E6E6E;
}
span.job_title {
    font-size: 2vw;
    padding-right: 5vw;
}
span.job_province, span.job_city, span.job_street, span.job_type{
    font-size: 1vw;
}

.job_block.sjob_block span {
    margin-right: 0.5vw;
    margin-left: 0.5vw;
    display: inline-block;
}
.job_block.sjob_block .red_btn{
	float: right;
}
.job_titles{
	display: block;
	font-size: 4vw;
	color: #6E6E6E;
	padding-bottom: 1vw;
}
.job_descs_title{
	display: block;
	font-size: 2.5vw;
	color: #6E6E6E;
	padding-bottom: 1vw;	
}
.job_streets, .job_starts, .job_phones, .job_emails, .job_types{
	display: block;
	font-size: 1vw;
	color: #6E6E6E;
	margin-bottom: 1vw;
	padding-left: 2vw;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left;
}
.job_streets{
	background-image: url(img/job_loc.png);
}
.job_starts{
	background-image: url(img/job_start.png);
}
.job_phones{
	background-image: url(img/job_phone.png);
}
.job_emails{
	background-image: url(img/job_email.png);
}
.job_types{
	background-image: url(img/job_time.png);
}
.job_descs{
	display: block;
	font-size: 1vw;
	color: #6E6E6E;
	padding-bottom: 1vw;
}
.job_emails a, .job_phones a{
	text-decoration: none;
	color: #6E6E6E;
}
.apply_in_store{
	font-size: 1vw;
	color: #6E6E6E;
	padding-bottom: 1vw;	
}
.all_positions{
	width: 80%;
	background: rgba(255,255,255,0.76);
	margin: 0 auto;
	padding: 0;
	-webkit-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	-moz-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);	
	margin-bottom: 4vw;
	margin-top: 2vw;
}
.all_positions .job_block.sjob_block {
    width: 100%;
}
.positions_title{
	display: block;
	width: 100%;
	background: #ffffff;
	padding: 2vw;
	box-sizing: border-box;
	color: #A4353B;
    font-size: 3vw;
}
.positions_title select {
    display: inline-block;
    height: 4vw;
    background: #ffffff;
    margin-right: 2vw;
    border: 1px solid #C1C1C1;
    float: right;
    width: 15vw;
}


.contact_content_w {
    display: block;
    background: #ffffff;
    width: 40%;
    padding: 4vw;
    -webkit-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	-moz-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);	
	margin-bottom: -18vw;
}
.cont_title .page_title {
    color: #A4353B;
    font-size: 3vw;
    margin: 0;
}
.cont_excerpt .page_title {
    color: #747474;
    font-size: 1.1vw;
    font-weight: normal;
    margin-bottom: 2vw;
}
.contact_content_w input{
    width: 46%;
    -webkit-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.1);
    -moz-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.1);
    box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.1);
    background-color: #ffffff;
    border: 1px solid #C1C1C1;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
    box-sizing: border-box;
    padding: 1vw;
    border-radius: 4px;
}
.contact_content_w textarea{
	-webkit-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	-moz-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);	
	background-color: #ffffff;
	border: 1px solid #C1C1C1;
	width: 94%;
	margin-right: 2%;
	height: 10vw;
	float: left;
    box-sizing: border-box;
    padding: 1vw;
    border-radius: 4px;
}
.contact_content_w input[type="submit"]{
	-webkit-appearance: none;

	float: none;
	color: #ffffff;
	background-color: #A4353B;
	border: 0;
    margin-top: 4%;
    font-size: 1vw;
    width: auto;
        padding: 0.5vw;
    padding-right: 3vw;
    padding-left: 3vw;
}

.contact_store {
    position: relative;
    top: -22vw;
    float: right;
    width: 30%;
    margin-right: 10vw;
    margin-bottom: -10vw;
    background: rgba(255,255,255,0.65);
    padding: 2vw;
    display: inline-block;
}
span.cs_title {
    display: block;
    font-size: 2.55vw;
    color: #A4353B;
    margin-bottom: 0.5vw;
}
span.cs_desc {
    color: #6E6E6E;
    font-size: 1vw;
    margin-bottom: 1vw;
    display: block;
}
.contact_store input{
	-webkit-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	-moz-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);	
	max-width: 57%;
}

table.s_table td {
    padding: 0.5vw;
}
table.s_table tr:nth-of-type(odd) {
    background: rgba(0,0,0,0.05);
}

table.s_table td:nth-of-type(3) {
   	min-width: 190px;
}
table.s_table tr.sp_title{
	background: transparent;
}


.pet_images{
	width: 66%;
    float: left;
}
.petzone_pet{
	width: calc(25% - 3vw);
    box-sizing: border-box;
    float: left;
    margin: 1.5vw;
	-webkit-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	-moz-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);	
}
.add_pet {
    float: right;
    width: 33%;
    margin-top: 1.5vw;
    box-sizing: border-box;
    padding: 1.5vw;
    background: #ffffff;
    text-align: center;
    height: 22.8vw;
    padding-top: 5vw;
	-webkit-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	-moz-box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);
	box-shadow: -6px 7px 7px -2px rgba(0,0,0,0.16);	
}
span.add_pet_title {
    display: block;
    color: #A4353B;
    font-size: 2vw;
    padding: 0.5vw;
}
span.add_pet_desc {
    font-size: 1vw;
    display: block;
    color: #6E6E6E;
    padding: 1vw;
    padding-bottom: 3vw;
}
/*/
FOOTER CSS
/*/
.footer {
  background: #fff;
  padding: 2em 4em 1em 2em;
  font-family: Cabin, Arial, "sans serif";
  position: relative;
  z-index: 999;
}
.footer ul.menu {
  list-style: none;
}
.footer li a {
  text-decoration: none;
  font-size: 0.8em;
}
.footer li a:hover, .footer li a:active, .footer li a:focus {
  color: #000;
}
.footer .legal,
.footer a {
  color: #6f6c6c;
}
.footer .social_link {
  background: #f3f3f3;
  padding: 0.1em 0.2em;
  display: inline-block;
}
.footer .social_link img {
  width: 35px;
}
.footer .legal {
  font-size: 0.7em;
  padding-top: 2em;
}
.footer .logo_holder {
  display: inline-block;
  max-width: 50%;
  width: 184px;
  margin-top: 15px;
}
.footer .logo_holder img {
  width: 184px;
}
.footer .logo_holder,
.footer .legal,
.footer .footer_menu_section {
  float: left;
}
.footer .footer_menu,
.footer .social_menu {
  float: right;
}


.list-section h1,
.list-section p {
	display: inline-block;
}

.list-section > div:nth-of-type(1) h1 {
	padding-right: .6em;
}

.list-section .list-entry h1 {
	color: #b3b2b2;
    font-weight: normal;
    font-size: 80px;
    margin-top: 0;
    vertical-align: top;
    font-family: Cabin, Arial, 'sans serif';
    padding: 0 .4em 0 0;
    line-height: initial;
}

.list-section .list-entry p {
	width: calc(100% - 150px);
    text-align: justify;
    vertical-align: middle;
}

.desktop_menu #menu-main-menu li.fom{
	display: none;
	background: #ffffff;
	margin-top: 5px;
    margin-bottom: -10px;
}
.desktop_menu #menu-main-menu li.fom a{
	color: #A4353B;
}

@media (min-width: 1201px) {
  .desktop_menu #menu-main-menu li.location_menu:before {
    content: " ";
    display: inline-block;
    background-image: url(img/location_pin.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    vertical-align: top;
	width: 18px;
	height: 19px;
  }
	
}


@media only screen and (max-width : 1200px) {
  .header {
    padding: 1vh 2vw 2vh 2vw;
    max-height: 73px;
  }
	.menu-main-menu-container{
		margin-top: -50px;
	}
	.logo_holder{
		margin-top: 20px;
		margin-left: 3vw;
	}
	.desktop_menu .icon{
		top: 23px;
	}
  .desktop_menu {
    overflow: hidden;
    display: block;
    margin-right: 0;
    background: #A4353B;
  }
  .desktop_menu ul#menu-main-menu.menu > li {
    display: none;
    width: 100%;
  }
  .desktop_menu ul#menu-main-menu.menu > li.location_menu {
    border: none;
    margin-left: 0;
    font-weight: bold;
    background: rgba(255,255,255,0.2);
    width: 100%;
  }
  .desktop_menu ul#menu-main-menu.menu > li:hover {
    background: rgba(255,255,255,0.3);
  }
  .desktop_menu ul#menu-main-menu.menu a.icon {
    float: right;
    display: block;
  }
  .desktop_menu ul#menu-main-menu.menu.responsive {
    position: relative;
    padding-left: 1vw;
    padding-right: 3vw;
    margin-top: 70px;
  }
  .desktop_menu ul#menu-main-menu.menu.responsive > li {
  	display: block;
  }
  .desktop_menu ul#menu-main-menu.menu.responsive > li > a {
    display: block;
    padding-top: 2vh;
    padding-bottom: 2vh;
  }
  .desktop_menu ul#menu-main-menu.menu.responsive > li.hide-desktop {
    display: block;
  }
  .desktop_menu ul#menu-main-menu.menu.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .desktop_menu ul#menu-main-menu.menu.responsive a.icon {
    position: absolute;
    right: 0;
    top: -54px;
  }
  .desktop_menu .franchise_menu {
    display: none;
  }
  .desktop_menu .fa-bars {
    background-image: url(img/burger.png);
    background-size: contain;
    width: 30px;
    height: 22px;
    display: inline-block;
  }
	.clear_top{
		margin-top: 60px;
	}
	.petZonePaw {
	    position: absolute;
	    top: 38vw;
	    right: 3vw;
	    width: 15vw;
	}
}

@media only screen and (max-width : 992px) {

.s_table td, .s_table tr {
    display: block;
}

}

@media only screen and (max-width : 768px) {
	.info_block_image{
		height: 50vw;
		float: none;
		width: 100%;
	}
	.left_blocks{
		margin-right: 0;
		width: 100%;
		float: none;
	}
	.featured_news{
		height: 50vw;
	}

	.info_block:nth-child(odd) .info_block_image,  .info_block:nth-child(even) .info_block_content{
	    float: none;
	    width: 100%;
	}
	.info_block:nth-child(even) .info_block_image, .info_block:nth-child(odd) .info_block_content{
	    float: none;
	    width: 100%;
	}
	.pet_zone_form{
		padding: 13vw;
	}
	.pet_zone_input{
		padding: 6px;
	}
	.pet_zone_form button{
		padding: 6px;
    	padding-left: 20px;
    	padding-right: 20px;
	}
	.snipe{
		position: absolute;
	    top: 10px;
	    left: 0;
	    padding-right: 2vw;
	    padding-left: 1vw;
	    height: 0px;
	    color: #A4353B;
	    background: #ffffff;
	    height: 7vw;
	    display: inline-block;
	}
	.snipe:after{
		border-top: 3.5vw solid #ffffff;
	    border-left: 3.5vw solid #ffffff;
	    border-bottom: 3.5vw solid #ffffff;
	    border-right: 4vw solid transparent;
	    display: inline-block;
	    content: ' ';
	    position: absolute;
	    right: -7vw;
	    height: 3vw;
    	box-sizing: border-box;
	}
	.snipe span{
		top: 1.2vw;
		font-size: 3.5vw;
		display: block;
		height: 0;
	}
	.darksnipe{
		position: absolute;
	    top: 10px;
	    left: 0;
	    padding-right: 2vw;
	    padding-left: 1vw;
	    height: 0px;
	    color: #ffffff;
	    background: #A4353B;
	    height: 7vw;
	    display: inline-block;
	}
	.darksnipe:after{
		border-top: 3.5vw solid #A4353B;
	    border-left: 3.5vw solid #A4353B;
	    border-bottom: 3.5vw solid #A4353B;
	    border-right: 4vw solid transparent;
	    display: inline-block;
	    content: ' ';
	    position: absolute;
	    right: -7vw;
	    height: 3vw;
    	box-sizing: border-box;
	}
	.darksnipe span{
		top: 1.2vw;
		font-size: 3.5vw;
		display: block;
		height: 0;
	}
	.news_content{
		bottom: 10px;
	}
	.fp_news_title{
		font-size: 4.5vw;
		line-height: 5vw;
	}
	.fp_news_excerpt{
		font-size: 2.25vw;
		margin-top: 2vw;
	}
	.featured_charity, .featured_pet{
		height: 44vw;
		padding-top: 10vw;
	}
	.featured_promo{
		width: 100%;
    	margin-top: 2vw;
		/*height: 90vw;*/
		height:140vw;
		background-position: center;
	}

	.info_block{
		height: auto;
	}
	.fps_blog{
		min-height: 260px;
	}


	.brand{
	width: calc(100% / 3);
	}
	.filter{
		width: calc(100% / 3);
		font-size: 2vw;
	}
	.w_wrapper{
		width: 80%;
	}
	.donation_info{
		width: 80%;
	}
	.col_left{
		width: 100%;
		float: none;
	}
	.post_date{
		font-size: 1.5vw;
	}
	.post_title{
		font-size: 3.5vw;
	}
	.post_excerpt{
		font-size: 2vw;
	}
	img.post_featured_image{
		width: 96vw;
		left: -14vw;
	}
	.FeaturedYTVideo{
		width: 96vw;
		height: 54vw;
		left: -14vw;
	}
	.tag{
		font-size: 1.2vw;
	}
	.author_image{
		width: 20vw;
    	height: 20vw;
	}
	a.arrow_link{
		font-size: 1.5vw;
	}
	a.featured_posts_title{
	    font-size: 1.6vw;
	}

	.clear_wrapper{
		font-size: 3.5vw;
	}
	.form_wrapper input, .form_wrapper select{
		width: 48%;
		font-size: 2vw;
		height: 4.5vw;
	    padding: 0;
	    padding-left: 1vw;
	}
	
	.form_wrapper input#city, 
	.form_wrapper input#postal,
	.form_wrapper select#province{
		width: 48%;
	}
	.form_wrapper input#phone{
		width: 99%;
	}

	.form_wrapper input[type="submit"]{
		-webkit-appearance: none;

		width: auto;
		padding: 0.5vw;
		padding-right: 2vw;
		padding-left: 2vw;
	}

	.form_wrapper select.sinput{
		width: 31%;
	}
	.form_wrapper input.linput{
		width: 97.5%;
	}
	.form_wrapper .pet_photo{
		width: 97.5%;
		float: none;
	    height: 21vw;
	}




	.location_header {
	    height: 80vw;
	    margin-top: -0.5vw;
	}
	.location_image {
	    height: 63vw;
   	 	width: 100%;
	}
	.location_info {
	    width: 90%;
	    height: 55vw;

		min-height: 69vw;
	}
	span.location_title {
	    font-size: 7vw;
	}
	span.location_address {
	    font-size: 4vw;
	}
	span.location_phone,  span.location_email, span.location_hours_today, span.location_directions{
	    font-size: 2.5vw;
	    padding-left: 6vw;
	    margin-top: 2vw;
		background-size: auto 18px;
		background-position: top left;
	}
	.location_hours_full{
	    font-size: 2.5vw;
	    padding: 6.5vw;	
	    padding-top: 1vw;
	    padding-bottom: 1vw;
	}
	span.location_phone{
	    background-image: url(img/phone.png);	
	}
	span.location_email{
	    background-image: url(img/email.png);	
	}
	span.location_hours_today{
	    background-image: url(img/hours.png);	
	}
	span.location_directions{
		background-image: url(img/direct.png);	
	}
	span.location_phone a, span.location_email a{
		text-decoration: none;
		color: #747474;
	}
	.social_pages img {
	    width: 5vw;
	    padding: 0.3vw;
	    padding-right: 3vw;
	}

	.online_store_link img {
	    width: 5vw;
	    padding: 0.3vw;
	}
	.online_store_link a span{
	    display: inline-block;
	    font-size: 3vw;
	    position: relative;
	    top: -1.5vw;
	}
	.online_store_link{
		width: 50%;
    	box-sizing: border-box;
    	text-align: right;
	}
	.social_pages{
		width: 50%;
    	box-sizing: border-box;
	}





	.map-holder {
	    height: calc(100vh - 100px);
	    width: 100%;
	    margin-top: -1vw;
	}
	.locations_list{
		width: 50%;
	}
	#map{
		width: 50% !important;
	}
	.store_list_item {
	    border-bottom: 1px solid #707070;
	    padding: 1vw;
	}
	.store_list_item img {
	    float: left;
	    margin-right: 5%;
	    width: 4.3vw;
	}
	span.single_location_title {
	    font-size: 2vw;
	}
	span.single_location_address {
	    font-size: 1.6vw;
	}
	.store_drop_down {
	    font-size: 1.6vw;
	}
	.pom_name{
		font-size: 2vw;
	}
	.pom_sign {
    	font-size: 1vw;
	}


  .footer {
    padding: 2em;
  }
  .footer_menu{
  	width: 100%;
  }
  .footer .logo_holder,
.footer .footer_menu,
.footer .legal,
.footer .social_menu,
.footer .footer_menu_section {
    float: none;
  }
  .footer .logo_holder,
.footer .legal,
.footer .social_menu {
    text-align: left;
  }
  .footer .legal {
    padding-top: 0;
    display: block;
    width: 100%;
  }
  .footer .logo_holder {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .footer .logo_holder img {
    width: 184px;
  }
  .footer .logo_holder a {
    display: block;
  }
  .footer ul {
    padding-left: 0;
    margin-top: 0;
  }
  .footer .footer_menu {
    margin: 0 auto;
    text-align: left;
    padding-top: 20px;
  }
  .footer .footer_menu > div {
    display: inline-block;
  }
  .footer .footer_menu > div:nth-of-type(n+2) {
    margin-left: 20px;
  }
  .footer .social_menu {
    margin-top: 1em;
  }
  .footer_menu_section{
  	text-align: left;
  }
	.pet_images{
		width: 100%;
	}
	.add_pet{
		width: 100%;
		height: auto;
		padding-top: 3vw;
		padding-bottom: 3vw;
	}
	span.add_pet_title{
		font-size: 6vw;
	}
	span.add_pet_desc{
		font-size: 4vw;
	}
}

@media only screen and (max-width : 480px) {
	.header{
		height: 76px;
	}
	.featured_headline{
		margin-top: 65px;
	}
	.clear_top{
		margin-top: 65px;
		margin-bottom: 2vw;
	}
	.featured_headline h1{
		/*padding-top: 17vw;*/
		padding-top:0vw;
		font-size: 4.25vw;
	}
	.featured_headline h2{
		padding-bottom: 17vw;
		font-size: 2.18vw;
	}

	.pet_zone_title{
		font-size: 4.25vw;
	}
	.pet_zone_desc{
		font-size: 3.5vw;
	}

	.featured_blog .blog_img{
		width: 80%;
    	height: 40vw;
	}
	.featured_blog .blog_content{
		top: 5vw;
		height: 30vw;
	}
	.featured_blog .fp_blog_date{
		font-size: 1.8vw;
	}
	.featured_blog .fp_blog_title{
		font-size: 2.9vw;
	}
	.featured_blog .fp_blog_excerpt{
		font-size: 2.4vw;
	}
	.featured_blog .blog_content{
		font-size: 2vw;
		margin-top: 1vw;
	}
	.wht_btn{
		padding: 1vw;
		padding-right: 4vw;
    	padding-left: 4vw;
	}
	.o_wht_btn{
		padding: 1vw;
		padding-right: 2vw;
    	padding-left: 2vw;
	}
	.new_blogs{
		width: 70%;
	}
	.fps_blog{
		float: none;
		width: 100%;
	}
	.fps_blog span{
		padding: 2.5vw;
	}
	.fps_blog_date{
		font-size: 1.8vw;
	}
	.fps_blog_title{
		padding-bottom: 1.5vw;
	}
	.fps_blog_title a{
		font-size: 3.5vw;
	}
	.fps_blog_excerpt{
		font-size: 2.5vw;
	}


	.info_block_content .title{
		font-size: 4vw;
		word-wrap:break-word;
	}
	.info_block_content .description{
		font-size: 2.5vw;
	}
	.red_block{
		font-size: 3vw;
	}
	.red_block_members{
		font-size: 2vw;
	}
	.policy_title {
    	font-size: 3vw;
	}
	.red_wrapper{
	    padding-right: 10vw;
    	padding-left: 10vw;
	}
	.policy_description{
		font-size: 2.5vw;
	}	

	.fps_blog{
		min-height: none;
		margin-bottom: 5vw;
	}

	.featured_blog .blog_content_w{
		height: 33vw;
	}
	.full_blog_image .blog_content_w{
		width: 100%;
    	padding: 7vw;
    	margin-top: 10.5vw;
	}
	.full_blog_image{
		padding: 10vw;
	}
	.full_blog_image .fp_blog_date {
 	   font-size: 1.8vw;
 	}
 	.full_blog_image .fp_blog_title {
    	font-size: 4.3vw;
    }
    .full_blog_image .fp_blog_excerpt{
    	font-size: 3.8vw;
    	padding-bottom: 3.5vw;
    }

    .section_title {
    	font-size: 4.25vw;
    }
    .featured_blog .blog_content_w{
    	font-size: 2vw;
    }


	.post_date{
		font-size: 2vw;
	}
	.post_title{
		font-size: 4vw;
	}
	.post_excerpt{
		font-size: 2.5vw;
	}

	.tag{
		font-size: 1.5vw;
	}
	.featured_posts{
		height: auto;
		padding: 4vw; 
		margin-bottom: -5vw;
	}
	.nxt_post, .pre_post{
		width: 100%;
		height: auto;
		float: none;
	}
	.pre_post{
		border-bottom: 2px solid #fff;
   	 	padding-bottom: 6vw;
	}
	.nxt_img, .pre_img{
		display: none;
	}
	a.arrow_link{
		width: 100%;
		font-size: 3vw;
		float: none;
	}
	a.featured_posts_title{
		width: 100%;
	    font-size: 4vw;
	    float: none;
	}

	.red_block_members{
		font-size: 3vw;
	}

	.clear_wrapper{
		font-size: 4.5vw;
	}
	
	.form_wrapper input, 
	.form_wrapper select{
		width: 100%;
		font-size: 3vw;
		height: 5.5vw;
	    padding: 0;
	    padding-left: 1vw;
	}	
	.form_wrapper input#city, 
	.form_wrapper input#postal, 
	.form_wrapper input#phone, 
	.form_wrapper select#province{
		width: 100%;
	}
	.clear_wrapper .red_btn{
		font-size: 3vw;
	}
	.form_wrapper select.sinput{
		width: 100%;
	}
	.form_wrapper input.linput{
		width: 100%;
	}
	.form_wrapper .pet_photo{
		width: 100%;
		float: none;
	    height: 50vw;
	    padding-top: 35vw;
	}


	.full_blog_image .pz_title .page_title{
		font-size: 4.25vw;
	}
	.full_blog_image .pz_excerpt .page_title{
		font-size: 3.5vw;
	}
	.full_blog_image .pz_register input{
	    width: 100%;
		font-size: 3vw;
		height: 7.5vw;		
		margin-bottom: 3vw;	
		text-align: center;
	}

	.rewards_holder{
		margin: 0 auto;
		text-align: center;
		margin-bottom: 3vw;
	}
	.reward_title {
	    margin-top: 11vw;
	    margin-bottom: 2vw;
	    color: #A4353B;
	    font-size: 6vw;
	}
	.rewards_holder .reward{
	    width: 70%;
	    display: inline-block;
	    box-sizing: border-box;
	    background: #A4353B;
	    margin: 0 auto;
	    margin-top: 2vw;
	    margin-bottom: 2vw;
	    font-size: 3vw;
	    padding: 4vw;
	}

	.sign_in {
	    right: 10vw;
	    top: 26.5vw;
	    min-width: 19vw;
	    padding: 1.5vw;
	}
	.sign_in_box{
		top: 5vh;
		right: 5vw;
		left: 5vw;
		padding: 10vw;
		font-size: 3vw;
	}
	.petPopup{
		top: 5vh;
		right: 5vw;
		left: 5vw;
		padding: 2vw;
		font-size: 3vw;
	}
	.close_sign_in{
		position: absolute;
		font-size: 4.25vw;
		right: 5vw;
		top: 5vw;

	}
	.sign_in_title{
		font-size: 4.25vw;
		padding-bottom: 5vw;
	}
	.sign_in_box input{
		font-size: 2.5vw;
		padding: 1vw;
		height: 7.5vw;
	    margin-bottom: 5vw;
	}
	.sign_in_box input[type="submit"]{
		-webkit-appearance: none;

		width: 40%;
		background: #A4353B;
		color: #ffffff;
		border: 1px solid #A4353B;
		margin-top: 7vw;
	}
	.sign_in_box a{
		font-size: 3vw;
	}
	.pet_name{
		padding: 2vw;
		padding-right: 4vw;
		background-size: 3vw auto;
	}

	.news_blog_link img{
	    width: 100%;
	    margin-left: 0;
	    float: none;
	    margin-right: 0;
	}
	.news_blog_content{
		margin-top: 2vw;
		width: 100%;
		float: none;
	}
	.news_blog_date{
		font-size: 2vw;
	}
	.news_blog_title{
		font-size: 4vw;
	}
	.news_blog_excerpt{
		font-size: 2.5vw;
	}
	.gift_card_image{
		width: 100%;
    	float: none;
	}
	.gift_card_title {
	    font-size: 6vw;
	    width: 100%;
	    margin-top: 3vw;
	}
	.gift_card_description {
	    font-size: 3.5vw;
	    width: 85%;    
	}
	.edit_single_pet a{
	    font-size: 2.1vw;
	}
	.post_share{
		font-size: 4.25vw;
	}

	.post_share img{
		width: 6.5vw;
	}


	.map-holder {
	    height: calc(100vh - 100px);
	    width: 100%;
	    margin-top: -1vw;
	}
	.locations_list{
		width: 100%;
	}
	#map{
		display: none;
	}
	.store_list_item {
	    border-bottom: 1px solid #707070;
	    padding: 1vw;
	}
	.store_list_item img {
	    float: left;
	    margin-right: 2.5%;
	    margin-left: 2.5%;
	    margin-top: 1vw;
	    width: 6vw;
	}
	span.single_location_title {
	    font-size: 4.25vw;
	}
	span.single_location_address {
	    font-size: 4vw;
	}
	.store_drop_down {
	    font-size: 4vw;
	    margin-left: 11%;
	}



	.search_box .page_title {
	    font-size: 4.25vw;
	    margin-bottom: 2vw;
	}
	.search_box input[type="text"], .contact_store input[type="text"] {
	    padding: 1.2vw;
	    font-size: 2.5vw;
	    margin-top: 2vw;
	    width: 45vw;
	    padding-left: 6vw;
	}
	.search_box input[type="submit"], .contact_store input[type="submit"]{
		-webkit-appearance: none;

		padding: 1vw;
	    border: 2px solid #A4353B;
	    font-size: 2.5vw;
	    margin-left: -4vw;
	    padding-left: 6vw;
	    padding-right: 6vw;
	    border-radius: 3px;
	    
	}

	.single_blogs_title{
		font-size: 4.25vw;
	}

	.job_block.sjob_block span{
		display: block;
	}
	.job_block.sjob_block span.job_title {
    	font-size: 4.25vw;
	}
	.job_block.sjob_block span.job_province, .job_block.sjob_block span.job_city, .job_block.sjob_block span.job_street, .job_block.sjob_block span.job_type {
	    font-size: 3vw;
	    display: inline-block;
	    margin-bottom: 2vw;
	}
	.job_block.sjob_block:after {
	    content: " ";
	    clear: both;
	    display: block;
	}
	.job_titles{
		font-size: 7vw;
	}
	.job_streets, .job_starts, .job_phones, .job_emails, .job_types{
	    padding-left: 4vw;
		font-size: 3vw;
	}
	.job_descs_title{
		font-size: 4.5vw;
	}
	.job_descs{
		font-size: 3vw;
		margin-bottom: 2vw;
	}
	.apply_in_store{
		font-size: 3vw;
	}
	.red_btn{
		padding-left: 4vw;
   	 	padding-right: 4vw;
	}



	.contact_content_w {
	    width: 70%;
		margin-bottom: -25vw;
	}
	.contact_content_w input, .contact_content_w textarea{
	    font-size: 2vw;
	}
	
	.cont_title .page_title {
	    font-size: 8vw;
	}
	.cont_excerpt .page_title {
	    font-size: 2.2vw;
	}

	.contact_store {
	    top: -8vw;
	    float: right;
	    width: 75%;
	    margin-bottom: 0;
	}
	span.cs_title {
	    font-size: 6vw;
	}
	span.cs_desc {
	    font-size: 2vw;
	}
	.contact_store input{
		max-width: 50%;
	}


  .footer .footer_menu {
    width: 100%;
  }
  .footer .footer_menu > div {
    width: 33.333%;
    float: left;
  }
  .footer .footer_menu > div:nth-of-type(n+2) {
    margin-left: 0;
  }
  .footer .footer_menu > div:nth-of-type(3) {
    min-height: 140px;
  }
  .footer .footer_menu > div:nth-of-type(n+4) {
    margin-top: -30px;
  }
  .footer .footer_menu > div div {
    float: none;
    text-align: left;
  }
  .footer_menu_section{
  	text-align: left;
  }

  .petZonePaw {
	    position: absolute;
	    top: 98vw;
	    right: 1vw;
	    width: 29vw;
	}
	.list-section .list-entry p{
		width: 100%;
	}
	.list-section .list-entry h1{
		margin-bottom: 0;
    	margin-top: 5vw;
	}
}
