/*
Theme Name: GPF Portal
Theme URI: GlobalPetFoods.com
Author: Giants & Gentlemen
Description: Global Pet Foods FAB website
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css?family=Cabin');
@font-face {
  font-family: 'ITCAvantGarde';
  src: url('fonts/ITCAvantGardeStd.otf'); 
  src: url('fonts/ITCAvantGardeStd.ttf')  format('truetype');
}
@font-face {
  font-family: 'ITCAvantGardeBold';
  src: url('fonts/ITCAvantGardeStd-Bold.otf'); 
  src: url('fonts/ITCAvantGardeStd-Bold.ttf')  format('truetype');
}
html, body{
  margin-top: 10px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: ITCAvantGarde, arial, sans-serif;
}
body{
  margin-top: 130px;
}
.header{
  padding-top: 20px;
  padding-bottom: 30px;
  background: #A4353B;
  text-align: left;
  color: #ffffff;
  font-size: 1.3vw;
  -webkit-box-shadow: 0px -17px 31px 24px rgba(0,0,0,0.65);
  -moz-box-shadow: 0px -17px 31px 24px rgba(0,0,0,0.65);
  box-shadow: 0px -17px 31px 24px rgba(0,0,0,0.65);
  position: fixed;
  top: 0; right: 0; left: 0;
  z-index: 999999;
}
.menu-item{
  padding-left: 3vw; padding-right: 3vw;
}
.menu-item:hover{
  padding-left: 3vw; padding-right: 3vw;
  opacity: 0.9;
  text-decoration: underline;
  cursor: hand; cursor: pointer;
}
.logo{
  width: 13vw;
  position: relative;
  top: 10px;
}
.featured-section{
  width: 100%;
  height: 50vh;
}
.featured-image{
  width: 66%;
  height: 100%;
  float: left;
  display: inline-block;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat; 
  background-position: center;
}
.featured-message{
  background: #A4353B;
  width: 34%;
  height: 100%;
  border-left: 5px solid #ffffff;
  color: #ffffff;
  font-family: ITCAvantGardeBold, arial, sans-serif;
  float: right;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  padding-top: 2vw;
}
.featured-message h1{
  text-align: left;
  font-size: 4vw;
  width: auto;
  display: inline-block;
  border-bottom: 5px solid #ffffff;
}
.wrapper{
  text-align: left;
  margin: 0 auto;
  width: 90%;
}
.wrapper h2{
  display: inline-block;
  width: auto;
  padding: 1vw;
  padding-left: 1vw; padding-right: 1vw;
  color: #A4353B;
  background: transparent;
}
.wrapper h2 a{ 
  color: #A4353B;
}
.wrapper p{
  color: #707070;
  font-family: 'Cabin', sans-serif;
  font-size: 1.3vw;

}
.full-image{
  width: 100%;
  height: 35vw;
  background-size: cover;
  background-repeat: no-repeat; 
  background-position: center;
  margin-top: 2vw;
  margin-bottom: 0;
  text-align: center;
}

.map-holder{
  margin-top: 50px;
  text-align: center;
  position: relative;
  height: 70vh;
  margin-bottom: 3vw;
}
.full-image h2{
  display: inline-block;
  width: auto;
  padding: 1vw;
  padding-left: 4vw; padding-right: 4vw;
  color: #ffffff;
  background: #A4353B;
  position: relative;
  z-index: 999;
  top: -43px;
}

.map-holder h2{
  display: inline-block;
  width: auto;
  padding: 1vw;
  padding-left: 4vw; padding-right: 4vw;
  color: #ffffff;
  background: #A4353B;
  position: relative;
  z-index: 999;
  top: -25px;
}
.map-holder .map{
  width: 100%;
  height: 70vh;
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
}
.map-blur{
  -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.postal{
  position: absolute;
  z-index: 9999;
  background: rgba(255,255,255,1);
  border: 4px solid #A4353B;
  width: 50%;
  top: 36%; left: 25%;
  padding: 2vw;
  color: #707070;
    font-family: 'Cabin', sans-serif;
    font-size: 1.3vw;
}
#postal{
  text-align: center;
  text-transform: uppercase;
}
.postsearch{
  border-radius: 0;
    padding: 0.6vw;
    padding-left: 3vw;
    padding-right: 3vw;
    color: #ffffff;
    background: #A4353B;
    font-family: ITCAvantGardeBold, arial, sans-serif;
    font-size: 1.2vw;
    padding-top: 0.9vw;
    text-align: center;
}
.wrapper p.quopte{
  color: #A4353B;
  font-family: Cabin;
  position: relative;
  text-align: left;
  font-size: 4vw;
  margin: 0;
    margin-bottom: 3vw;
}
.quotee{
  font-size: 3vw;
}
.franchisee-video{
  display: inline-block;
  width: 32%;
  box-sizing: border-box;
  text-align: center;
}
.franchisee-image{
  width: 18vw;
  height: 18vw;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  cursor: hand; cursor: pointer;
}
.franchisee-image img{
  width: 100%;
}
.check{
  width: 3vw;
    margin-right: 0.5vw;
    margin-left: 1vw;
    position: relative;
    top: 1vw;
}
.form-element{
  display: inline-block;
  text-align: left;
  margin-top: 1vw;
}
label{
  color: #707070;
  font-size: 0.8vw;
}
form{
  text-align: left;
  width: auto;
  margin-bottom: 5vw;
}
input[type=text], input[type=password]{
  background: #E5E5E5;
  border: 0;
  border-radius: 0;
  padding: 10px;
  width: 90%;
  box-sizing: border-box;
}
input[type=submit]{
  -webkit-appearance: none;
    border-radius: 0;
    padding: 0.6vw;
    padding-left: 3vw;
    padding-right: 3vw;
    color: #ffffff;
    background: #A4353B;
    margin-top: 2vw;
    margin-bottom: 1vw;
    font-family: ITCAvantGardeBold, arial, sans-serif;
    font-size: 1.2vw;
    padding-top: 0.9vw;
}
.footer{
  color: #ffffff;
    background: #A4353B;
    padding: 1vw;
    text-align: right;
}
.backdrop{
  position: fixed;
  top: 0; bottom: 0; right: 0; left: 0;
  background: rgba(255,255,255,0.5);
  z-index: 999999;
  display: none;
}
.close{
  position: absolute;
  top: 0;
  right: 0;
}
.community-info{
  background: #ffffff;
  width: 58%;
  height: auto;
  position: fixed;
  top: 25vh;
  left: 21vw;
  z-index: 999999;
  display: none;
  text-align: left;
  border: 4px solid #A4353B;
}
.community-info p{
  padding-right: 2vw;
  padding-left: 2vw;
  font-size: 1.2vw;
  padding-bottom: 1vw;
}
.community-logo{
  width: 100%;
}
.community-info > img{
  max-width: 100%;
}
.desktop-hide{
  display: none;
}
.file_count{
      background: #A4353B; 
      border-radius: 100%; 
      display: block; 
      position: absolute; 
      top: 28px; 
      left: 28px; 
      font-size: 9px; 
      width: 15px; 
      height: 15px; 
      color: #ffffff; 
      box-sizing: border-box; 
      padding-top: 3px; 
      text-align: center;
}
.sup{
  color: #666666;
  font-size: 70%;
}
td a{
  text-decoration: none;
  cursor: hand; cursor: pointer;
  color: #000000;
}
.notice{
  width: 70vw;
  color: #ffffff;
  background: #A4353B; 
  padding: 2vw;
  margin: 0 auto;
}
.links{
  width: 70vw;
  padding: 2vw;
  margin: 0 auto;
}
.links .link{
  display: inline-block;
  border-bottom: 2px solid #A4353B;
  text-decoration: none;
  color: #A4353B;
  width: 30%;
  margin-right: 3%;
  display: inline-block;
  font-size: 2vw;
  margin-bottom: 2vw;
  margin-top: 2vw;
}


.notice input, textarea{
  width: 100%;
  background: #ffffff;
}
.notice label{
    color: #ffffff;
    display: block;
    width: 100%;
    margin-top: 2vw;
}
.notice select{
  width: 28%;
    height: 33px;
    border-radius: 0;
    border: 0;
    margin-right: 3vw;
}
.notice textarea{
  height: 130px;
}
.notice input[type="submit"]{
  width: 30%;
  border: 2px solid #ffffff;
  background: #a4353b;
  color: #ffffff;
}
.location_photo{
  background-color: #efefef;
  width: 100%;
  height: 30vw;
  position: relative;
  background-size: cover;
  background-position: center;
}
.promo_photo{
  background-color: #efefef;
  width: 100%;
  height: 17vw;
  position: relative;
  background-size: cover;
  background-position: center;
}
.upload_photo_button{
  background: #a4353b;
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 10px;
  cursor: hand; cursor: pointer;
}
.notice a{
  color: #ffffff;
}
@media screen and (max-width: 500px) {
  body {
      margin-top: 85px;
  }
  .links .link{
	 font-size: 5vw;
     margin-bottom: 5vw;
     margin-top: 4vw;
	 width: 95%;
  }
  .desktop-hide{
    display: block;
  }
  .mobile-hide{
    display: none;
  }
  .menu-item{
    width: 100%;
    font-size: 0;
  }
  .logo{
    width: 30vw;
  }
  .featured-image{
    width: 100%;
    height: 82%;
  }
  .full-image{
    height: 70vw;
    padding-right: 3vw;
      padding-left: 3vw;
      box-sizing: border-box;
      text-align: left;
  }
  .featured-message{
    width: 100%;
    border: 0;
    height: 50%;
    text-align: left;
    padding: 3vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .featured-message h1{
    font-size: 10.5vw;
  }
  .wrapper{
    width: 90%;
    text-align: left;
  }
  .wrapper p{
    text-align: left;
    font-size: 4vw;
  }
  .wrapper h2{
    padding: 3vw;
    font-size: 5vw;
    width: 93%;
  }
  .map-holder h2{
    padding: 3vw;
    width: 84%;
    text-align: left;
  }
  .postal{
    width: 70%;
      top: 41%;
      left: 15%;
      box-sizing: border-box;
      font-size: 4.3vw;
  }
  .postsearch{
    padding: 1.6vw;
    font-size: 4.2vw;
      padding-top: 2.9vw;
      display: block;
      width: 60%;
      margin: 0 auto;
      margin-bottom: 3vw;
  }
  .map-holder{
    margin-bottom: 13vw;
  }
  .map-holder h2{
    font-size: 5vw;
    width: 93%;
    padding: 3vw;
  }
  .full-image h2{
    font-size: 5vw;
    width: 93%;
    top: -35px;
    padding: 3vw;
  }
  .wrapper p.quopte{
    font-size: 6vw;
  }
  .franchisee-video{
    width: 100%;
    margin-top: 2vw;
  }
  .franchisee-image{
    width: 60vw;
      height: 60vw;
  }
  .franchisee-video p{
    text-align: center;
  }
  .check{
    width: 5vw;
    display: inline-block;
  }
  .form-element{
    width: 100% !important;
  }
  label{
    font-size: 3.8vw;
  }
  input[type=submit]{
      font-size: 3.2vw;
      padding-top: 1.1vw;
      margin-bottom: 8vw;
  }
  input[type=text], input[type=password]{
    width: 100%;
  }
  center{
    text-align: left;
  }
  .footer{
    padding: 3vw;
    font-size: 2vw;
  }
}

.portal_menu img{
    width: 40px;
    margin-right: 3vw;
    max-width: 7vw;
}