/*! ==========================================================================
    Theme Name: Pet Brands Connect
    Theme URI: http://www.petbrandsconnect.com.au
    Author: Hopping Mad Design
    Author URI: http://www.hoppingmad.com.au
    Description: WordPress Website for Pet Brands Connect.
========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Exo:300,400,500,600,700,300italic,400italic,500italic,600italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: 'Exo', 'Open Sans', Arial, sans-serif;
  font-size: 62.5%;
}

img {
  max-width: 100%;
}

/* ==========================================================================
   normalize.css v3.0.1 | MIT License | git.io/normalize
========================================================================== */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

img {
  border: 0;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  line-height: normal;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

/* ==========================================================================
   Typography
========================================================================== */
h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0 0 15px 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  color: #f05a74;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

a {
  color: #5ca9dd;
  text-decoration: none;
}

.page-template-contact h1,
.post-type-archive-brands h1 {
  color: #f89d3e;
}

.post-type-archive-brands h1 {
  margin-bottom: 20px;
}

.encrypted-email {
  display: block;
  margin-top: -15px;
}

/* ==========================================================================
   Grid(s)
========================================================================== */
.grid:after {
  content: "";
  display: table;
  clear: both;
}

[class*='col-'] {
  float: left;
  padding-right: 20px;
}
.grid [class*='col-']:last-of-type {
  padding-right: 0;
}

.col-2-3 {
  width: 66.66%;
}

.col-1-2 {
  width: 50%;
}

.col-1-3 {
  width: 33.33%;
}

.col-1-4 {
  width: 25%;
}

.col-1-8 {
  width: 12.5%;
}

.grid-pad {
  padding: 20px 0 20px 20px;
}
.grid-pad [class*='col-']:last-of-type {
  padding-right: 20px;
}

/* ==========================================================================
   Layout
========================================================================== */
.container {
  width: 1020px;
  margin: 0 auto;
}

/**
.site-logo {
  display: block;
  float: left;
  height: 103px;
 margin-left: 40px;
  width: 161px;
  background: url(images/sprite.png) 0 0 no-repeat;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
**/

.logo {
	float: left;
	position: relative;
	margin-left: -60px;
	padding-top: 20px;
	z-index: 999;
}

.site-header {
  border-bottom: 10px solid #f89d3e;
  height: 150px;
  //overflow: hidden;
  padding-top: 15px;
}

.site-footer {
  background: #595757;
  color: white;
  font: 500 1.2em "Open Sans", Arial, Verdana, sans-serif;
  min-height: 240px;
  padding: 25px 0 0 0;
}
.site-footer a {
  color: white;
}
.site-footer p {
  display: inline-block;
}

.spacer {
  display: inline-block;
  text-align: center;
  width: 25px;
}

.brands-slider {
  color: #9b9da1;
  font-size: 2.5em;
  text-align: center;
  text-transform: uppercase;
}

.main-content {
  color: #9b9da1;
  font-size: 1.6em;
  margin: 35px 0 80px 0;
  *zoom: 1;
}
.main-content li {
  margin-left: 17px;
}
.main-content:before, .main-content:after {
  content: " ";
  display: table;
}
.main-content:after {
  clear: both;
}

.full-content {
  padding: 0 75px;
}

img {
  max-width: 100%;
}

.page-banner {
  position: relative;
  overflow: hidden;
}
.page-banner img {
  width: 100%;
}

.page-banner-caption {
  background: url(images/sprite.png) -327px -103px no-repeat;
  height: 424px;
  position: absolute;
  top: -20px;
  right: 30px;
  width: 426px;
}

.page-banner-caption-text {
  color: #58595b;
  font: 500 22px/26px "Open Sans", Arial, Verdana, sans-serif;
  position: absolute;
  text-align: right;
  top: 80px;
  right: 20px;
  width: 270px;
}
.page-banner-caption-text strong {
  color: #f05a74;
  font-weight: 700;
}

.alt-pb-caption {
  background: url(images/sprite.png) -2px -414px no-repeat;
  height: 304px;
  top: 20px;
  right: 65px;
  width: 305px;
}

.alt-pb-caption-text {
  color: white;
  font: 27px/27px "Exo", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  top: 35px;
  right: 15px;
  width: 170px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sub-title {
  background: #6699cc;
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
  padding: 10px 20px 15px 20px;
}
.sub-title > * {
  color: white;
  margin: 0;
}

.preload {
  display: none;
  overflow: hidden;
}

/* Home
-------------------------------------------------------------------------- */
body.page-template-front-page {
  background: url(images/bg-home.png) repeat-x;
  background: url(images/bg-home-pattern.png) -50px 490px no-repeat, url(images/bg-home.png) repeat-x;
}

.slideshow {
  height: 354px;
  margin-bottom: 40px;
  width: auto;
}
.slideshow .cycloneslider-template-standard .cycloneslider-pager {
  bottom: 20px;
  left: auto;
  right: 40px;
  text-align: right;
}
.slideshow .cycloneslider-template-standard .cycloneslider-pager span {
  background: white;
  box-shadow: none;
}
.slideshow .cycloneslider-template-standard .cycloneslider-pager .cycle-pager-active {
  background: #f05a74;
}
.slideshow .cycloneslider-template-standard .cycloneslider-prev,
.slideshow .cycloneslider-template-standard .cycloneslider-next {
  display: none;
}
.slideshow .cycloneslider-template-standard .cycloneslider-caption {
  background: url(images/sprite.png) 0 -104px no-repeat;
  bottom: 20px;
  height: 310px;
  left: auto;
  opacity: 1;
  text-align: right;
  right: 40px;
  width: 313px;
}
.slideshow .cycloneslider-template-standard .cycloneslider-caption .cycloneslider-caption-description {
  font-size: 27px;
  line-height: 28px;
  position: absolute;
  right: 0;
  top: 50px;
  width: 240px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.home-services {
  color: white;
  margin-bottom: 65px;
  text-align: center;
}
.home-services h2 {
  margin-bottom: 25px;
}

.home-services-introduction {
  font: 500 1.5em "Open Sans", Arial, Verdana, sans-serif;
  margin-bottom: 30px;
}
.home-services-introduction h2 {
  font: 700 35px "Exo", Arial, Verdana, sans-serif;
  text-transform: uppercase;
}

.home-service {
  border: 1px solid #c4cbd3;
  display: inline-block;
  height: 207px;
  margin-right: 20px;
  overflow: hidden;
  text-align: center;
  position: relative;
  width: 298px;
}
.home-service img {
  position: absolute;
  left: 0;
  top: 0;
}
.home-service:last-of-type {
  margin: 0;
}

.home-service-title {
  background: black;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 2.4em;
  line-height: auto;
  left: 0;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 0 3px 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Services & Clients
-------------------------------------------------------------------------- */
.icon-container {
  padding: 50px 0 0 0;
  text-align: center;
}

/* Services
-------------------------------------------------------------------------- */
.services {
  display: inline-block;
  vertical-align: top;
  width: 230px;
}

.services-icon {
  background: #d1d3d4;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 165px;
  line-height: 165px;
  margin: 0 auto 15px auto;
  text-align: center;
  width: 165px;
}
.services-icon:hover {
  background: #5ca9dd;
}
.services-icon img {
  vertical-align: middle;
}

.services-icon-active {
  background: #5ca9dd;
}

.services-title {
  color: #595757;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto 50px auto;
  text-align: center;
  text-transform: uppercase;
  width: 180px;
}
.services-title a {
  color: #595757;
}

.link-back {
  display: block;
  margin-top: 40px;
}

/* Clients
-------------------------------------------------------------------------- */
.clients-icon {
  display: inline-block;
  margin-bottom: 60px;
  height: 100px;
  text-align: center;
  overflow: hidden;
}
.clients-icon img {
  max-height: 100%;
  max-width: 100%;
}

.client-testimonials {
  background: url(images/bg-testimonials.png) right bottom no-repeat;
  font-size: 18px;
  color: white;
  margin: 30px 0 0 0;
  padding: 0 0 30px 0;
}

.client-testimonial {
  background: #5ca9dd;
  font-style: italic;
  padding: 30px 25px;
}

.client-name {
  font-weight: 600;
  font-style: normal;
}

/* Brands
-------------------------------------------------------------------------- */
.brands {
  border: 1px solid #acb7c1;
  border-radius: 20px;
  float: left;
  height: 365px;
  margin: 0 15px 15px 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 330px;
}
.brands:nth-child(3n+1) {
  margin: 0;
}

.brands-title {
  color: white;
  background: #acb7c1;
  font-size: 20px;
  line-height: 65px;
  text-align: center;
  width: 100%;
}
.brands-title a {
  color: white;
}

.brands-icon {
  height: 240px;
  line-height: 240px;
}
.brands-icon img {
  max-width: 90%;
  vertical-align: middle;
}

.brands-more {
  background: #dadada;
  color: #595757;
  display: block;
  height: 60px;
  line-height: 60px;
}
.brands-more:hover {
  background: #bcbec0;
}

.brands-container {
  background: #acb7c1;
  border-radius: 20px;
  color: white;
  margin: 20px 0;
  padding: 45px;
  width: 100%;
  *zoom: 1;
}
.brands-container:before, .brands-container:after {
  content: " ";
  display: table;
}
.brands-container:after {
  clear: both;
}

.product-title {
  font-size: 2em;
  text-align: center;
  margin-bottom: 35px;
}

.product-photo {
  background: white;
  border: 3px solid #79848e;
  border-radius: 20px;
  margin-bottom: 35px;
  padding: 20px 0 0 0;
  text-align: center;
}
.product-photo img {
  height: auto;
  margin-bottom: 20px;
  max-width: 80%;
}

.product-information {
  font-size: 1.5em;
  padding: 55px 0 0 30px;
}
.product-information h2 {
  margin-bottom: 0;
}
.product-information a {
  color: #5ca9dd;
}

.product-download-file {
  border-radius: 10px;
  color: white;
  display: block;
  font-size: 1.8em;
  height: 55px;
  line-height: 55px;
  margin-bottom: 15px;
  background: #79848e;
  text-align: center;
}

/* Contact
-------------------------------------------------------------------------- */
.contact-container {
  margin: 40px 0;
  *zoom: 1;
}
.contact-container:before, .contact-container:after {
  content: " ";
  display: table;
}
.contact-container:after {
  clear: both;
}

.contact-information {
  color: #58595b;
  font: 1.5em "Open Sans", Arial, Verdana, sans-serif;
  padding-left: 10px;
}

.google-map {
  margin: 0 0 40px 0;
  padding: 0;
}

.acf-map {
  border-radius: 20px;
  height: 385px;
  width: 100%;
}

.contact-form {
  clear: both;
  background: #e5e4e4;
  color: #58595b;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 1.8em;
  padding: 35px 40px 20px 40px;
}

/* Miscellaneous
-------------------------------------------------------------------------- */
.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

/* ==========================================================================
   Navigation
========================================================================== */
.main-nav {
  display: block;
  float: right;
  font-size: 1.6em;
  font-weight: 300;
  margin-top: 70px;
  text-transform: uppercase;
}
.main-nav ul,
.main-nav li {
  margin: 0;
  padding: 0;
}
.main-nav li {
  display: block;
  float: left;
}
.main-nav li.menu-item-101 {
  margin-right: 4px;
}
.main-nav li.menu-item-101 a:after {
  display: none;
}
.main-nav li.menu-item-124 a, .main-nav li.menu-item-16 a {
  background: #f89d3e;
}
.main-nav li.menu-item-16 a:after {
  display: none;
}
.main-nav li.current-menu-item a {
  font-weight: 500;
}
.main-nav a {
  background: #f05a74;
  color: white;
  display: block;
  height: 55px;
  line-height: 55px;
  margin-right: 0;
  padding: 0 35px;
  text-decoration: none;
  position: relative;
}
.main-nav a:after {
  background: url(images/nav-spacer.png) no-repeat;
  content: '';
  display: inline-block;
  height: 40px;
  position: absolute;
  right: 0;
  top: 7px;
  width: 1px;
  vertical-align: middle;
}

.post-type-archive-services .main-nav .menu-item-67 a,
.single-services .main-nav .menu-item-67 a {
  font-weight: 500;
}

.post-type-archive-clients .main-nav .menu-item-101 a,
.single-clients .main-nav .menu-item-101 a {
  font-weight: 500;
}

.post-type-archive-brands .main-nav .menu-item-124 a,
.single-brands .main-nav .menu-item-124 a {
  font-weight: 500;
}

.toggle-nav {
  display: none;
}

/* ==========================================================================
   Form(s)
========================================================================== */
#gform_wrapper_1 li {
  list-style: none;
}
#gform_wrapper_1 .gfield {
  display: inline-block;
  margin-bottom: 20px;
  width: 50%;
}
#gform_wrapper_1 .gfield:nth-child(2n+1) {
  padding-right: 40px;
}
#gform_wrapper_1 #field_1_6,
#gform_wrapper_1 #field_1_7 {
  margin-bottom: 5px;
  width: 100%;
}
#gform_wrapper_1 #field_1_7 .gfield_label {
  display: none;
}
#gform_wrapper_1 .gfield_label {
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}
#gform_wrapper_1 input,
#gform_wrapper_1 select,
#gform_wrapper_1 textarea {
  border: 1px solid #d7d7d7;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  color: black;
  margin-bottom: 10px;
  padding: 0 5px;
  width: 100%;
}
#gform_wrapper_1 textarea {
  padding: 8px;
}
#gform_wrapper_1 input,
#gform_wrapper_1 select {
  height: 40px;
}
#gform_wrapper_1 .gchoice_1_7_1 input {
  box-shadow: none;
  border: none;
  height: auto;
  margin-right: 10px;
  width: auto;
}
#gform_wrapper_1 .gfield_required {
  color: #f89d3e;
}
#gform_wrapper_1 .gform_footer {
  margin: 10px 0 0 0;
  padding: 0;
}
#gform_wrapper_1 .validation_message {
  display: none;
}
#gform_wrapper_1 .validation_error {
  background: #f05a74;
  border-top: 1px solid #f05a74;
  border-bottom: 1px solid #f05a74;
  color: white;
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 20px 0;
  padding: 10px;
}
#gform_wrapper_1 .gfield_error {
  background: none;
  border: none;
  padding: 0;
}
#gform_wrapper_1 .gfield_error .gfield_label {
  color: #f05a74;
  margin: 0;
}
#gform_wrapper_1 .gfield_error input,
#gform_wrapper_1 .gfield_error select,
#gform_wrapper_1 .gfield_error textarea {
  background: rgba(240, 90, 116, 0.4);
}
#gform_wrapper_1 .ginput_container {
  margin: 0;
  padding: 0;
}
#gform_wrapper_1 .gform_footer input {
  border: none;
  box-shadow: none;
  width: auto;
}

.contact-form .gform_wrapper {
  margin: 0;
}

#gform_confirmation_message_1 {
  background: #17a000;
  border: 0;
  color: white;
  font-size: 16px;
  padding: 20px;
  text-align: center;
}

/* =======================================================================
   Responsive - Mobile & Below
========================================================================== */
@media (max-width: 480px) {
  /* Sitewide
  ----------------------------------------------- */
  body.page-template-front-page {
    background: none;
  }

  .main-nav {
    display: none;
  }

.logo {
	margin-left: 20px;
}
.logo img {
	max-width: 230px;
}

  .container,
  .col-1-2,
  .col-1-3,
  .col-2-3 {
    float: none;
    padding: 0;
    width: 100%;
  }

  .site-header {
    border-bottom: 0;
    min-height: 150px;
    height: auto;
    position: relative;
  }

  .slideshow {
    height: auto;
    margin: 0;
  }
  .slideshow .cycloneslider-template-standard {
    margin-bottom: 0;
  }
  .slideshow .cycloneslider-template-standard .cycloneslider-caption {
    display: none;
  }

  .page-banner {
    height: 200px;
  }
  .page-banner img {
    height: 100%;
  }

  .page-banner-caption {
    display: none;
  }

  .site-footer {
    padding: 20px;
  }

  .post-type-archive-brands .main-content {
    padding: 0 20px;
  }

  .site-logo {
    margin-left: 20px;
  }

  /* Main Nav
  ----------------------------------------------- */
  .toggle-nav {
    background: url(images/sprite.png) -267px 0;
    display: block;
    height: 36px;
    position: absolute;
    right: 20px;
    top: 82px;
    width: 38px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
  }

  .main-nav {
    display: none;
    float: none;
    margin-top: 0;
    width: 100%;
    *zoom: 1;
  }
  .main-nav li {
    display: block;
    float: none;
    width: 100%;
  }
  .main-nav a {
    border-bottom: 1px solid white;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
  }
  .main-nav a:after {
    display: none;
  }
  .main-nav a:hover {
    font-weight: 500;
  }
  .main-nav:before, .main-nav:after {
    content: " ";
    display: table;
  }
  .main-nav:after {
    clear: both;
  }

  /* Home
  ----------------------------------------------- */
  .home-services-introduction {
    background: #5ca9dd;
    padding: 20px;
  }

  .home-services {
    margin-bottom: 35px;
  }

  .home-service {
    margin: 0 0 20px 0;
    height: 187px;
    width: 270px;
  }

  /* Pages
  ----------------------------------------------- */
  .main-content {
    margin: 35px 0;
    padding: 0 35px;
  }

  .full-content {
    padding: 0 35px;
  }

  .icon-container {
    padding: 35px 0;
  }

  .services-title {
    margin-bottom: 20px;
  }

  .clients-icon {
    margin-bottom: 50px;
  }

  .brands {
    float: none;
    margin: 0 auto 20px auto;
    width: 100%;
  }
  .brands:nth-child(3n+1) {
    margin-bottom: 20px;
  }

  .brands-container {
    border-radius: 0;
    margin: 0;
    padding: 40px 20px;
  }

  .product-information {
    padding: 30px 0 0 0;
  }

  .contact-container {
    padding: 0 20px;
  }

  /* Forms
  ----------------------------------------------- */
  .contact-form {
    padding: 30px 20px;
  }

  #gform_wrapper_1 .gfield {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
  }
  #gform_wrapper_1 .gfield:nth-child(2n+1) {
    padding-right: 0;
  }
  #gform_wrapper_1 input {
    width: 100%;
  }
  #gform_wrapper_1 #label_1_7_1 {
    display: block;
    float: right;
    width: 85%;
  }
  #gform_wrapper_1 #choice_1_7_1 {
    display: block;
    float: left;
    width: auto;
  }
  #gform_wrapper_1 #gform_submit_button_1 {
    display: inline-block;
    text-align: center;
    width: auto;
  }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

	.logo {
		margin-left: 20px;
		padding-top: 40px;
	}
	.logo img {
		max-width: 230px;
	}

}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

	.logo {
		margin-left: 20px;
		padding-top: 40px;
	}
	.logo img {
		max-width: 230px;
	}

}
