/* Sets the website width to full screen */

.wrapper {
  width: 100% !important;
  max-width: 1900px !important;
}

/* Makes text boxes align to the left */

.sow-cta-text {
  float: left !important;
}

/* Replaces the Rock-Star theme text with PunkPD, etc */

.site-info {
  visibility: hidden;
  position: relative;
  padding-top: 20px;
}

.site-info:after {
  background-color: #111111;
  padding-top: 26px;
  padding-bottom: 28px;
  width: 100%;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  content: "Copyright © 2018 PunkPD Pty Ltd. All rights reserved.";
}

/* Hides the Rock-Star theme's page titles */

.entry-title {
  display: none;
}

body.header-bg {
  padding-top: 61px;
}

/* Formats the heading and text styles */

h1 {
  color: #a10630;
  text-shadow: 2px 2px #000000;
  font-size: 3.5em;
  padding-bottom: 15px;
  padding-top: 10px;
}

h2 {
  color: #a10630;
  font-family: 'viner-hand';
  font-size: 2.5em;
}

h4 {
  font-family: sans-serif !important;
  font-weight: bold;
  font-size: 1.25em;
}

h5 {
  font-family: sans-serif !important;
  font-weight: normal;
  font-size: 1em;
}

.widget-title {
  font-family: sans-serif !important;
  font-size: 1.25em;
  padding-top: 7pt;
  padding-bottom: 7pt;
}

/* Formats the page footer */

.footer-widget-1 {
  padding-left: 100px;
}

.footer-widget-3 {
  color: #a10630;
  font-family: 'viner-hand';
  margin: 0px;
  font-size: 1.5em;
  text-align: right;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 100px;
}

/* Formats the input fields, buttons, etc */

.sow-recaptcha > div {
  margin: auto;
}

.sow-submit {
  width: 100%;
  font-size: 1em !important;
  font-weight: normal !important;
}

.so-widget-sow-button {
  clear: left;
}

.newsletter_field {
  display: block;
  margin-left : auto;
  margin-right : auto;
  width: 100%;
  max-width: 400px;
  border-radius: 0px !important;
  border: 1px solid #c0c0c0;
  margin-top: 15px;
  padding-top: 10px !important;
}

.newsletter_button {
  color: #ffffff !important;
  font-weight: 400;
  background: #eb7139;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad4211), color-stop(1, #eb7139));
  background: -ms-linear-gradient(bottom, #ad4211, #eb7139);
  background: -moz-linear-gradient(center bottom, #ad4211 0%, #eb7139 100%);
  background: -o-linear-gradient(#eb7139, #ad4211);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb7139', endColorstr='#ad4211', GradientType=0);
  padding: 10px 20px;
  border: none !important;
  display: block;
  max-width: 400px;
  margin-left : auto;
  margin-right : auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.ow-icon-placement-left {
  box-shadow: none !important;
  font-weight: bold;
  padding-left: 1.5em !important;
}

/* Format the Testimonial Box */

.easy_t_single_testimonial {
  text-align: center;
  margin: 0px;
  padding: 0px;
}

/* Title of the Testimonial */

.easy_testimonial_title {
  font-style: normal;
  font-size: 1.125em;
  margin-bottom: 10px;
  color: #a10630;
}

/* Product Reviewed */

span.testimonial-other {
  display: inline;
  border-style: solid;
  border-width: 1px;
  border-color: gray;
  padding: 8px;
  font-style: normal;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 2px;
  font-weight: 700;
}

/* Format the Testimonial text */

.cycledTestimonialWidget h3 {
  display: none;
}

.cycledTestimonialWidget .testimonial_body {
  margin-top: 0;
}

.testimonial_body {
  font-style: normal;
  font-size: 0.875em;
  margin-top: 35px;
}

.testimonial-quote {
  font-size: 1.125em;
  font-weight: 700;
}

p.testimonial_author {
  line-height: 1;
  margin-bottom: 0;
}

.testimonial-client {
  font-style: normal;
  font-size: .75em;
  font-weight: 700;
  line-height: 1.5em;
  margin-top: 22px;
}

.easy_testimonials_grid_row {
  border-bottom-width: 1px;
  border-bottom-color: #444444;
  border-bottom-style: solid;
}

.TestimonialsGridWidget {
  margin-top: -60px;
}

.easy_testimonials_read_more_link {
  margin-top: 20px;
  font-size: .75em;
  display: inline-block;
  box-shadow: none !important;
  text-decoration: underline;
}