@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic,700italic&subset=latin,latin-ext);
/*
Theme Name: Bar do Souza
Theme URI: http://bardosouza.com.br/
Author: Zion
Author URI: http://zionpropaganda.com/
Description: Site do Bar do Souza
Version: 2014
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bardosouza
Tags: one-column, responsive-layout, custom-menu

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* Set assets path for different color variation */
/* BardoSouza */
/* Lavender Color Variation */
/*
$default-text-color: #595959;
$ghost_white: #f7f8fa;
$cerise_pink: #8563b7;
$aubergine: #3a2729; //used just for span in logo
$border-color: #d5d5d5;
$thick-border-color: #e3dff0;
$url: #aec059; //used once on hover in services
$form-button-color: #8563b7;
$form-button: #c3da82;
$form-button-hover: #b5d335;
$form-error: #e3e0f3; //background color for error state on contact form
*/
/* Blue Color Variation */
/*
$default-text-color: #595959;
$ghost_white: #f7f8fa;
$cerise_pink: #3bafd6;
$aubergine: #372825; //used just for span in logo
$border-color: #d5d5d5;
$thick-border-color: #c6eafa;
$url: #aec059; //used once on hover in services
$form-button-color: #372825;
$form-button: #c3da82;
$form-button-hover: #b5d335;
$form-error: #c6eafb; //background color for error state on contact form
*/
.header h1, .header h1 a, .page .abstract p {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.main .container:after, .menu .menu_container:after, .menu ul.items:after, .menu ul.social:after, .page .products:after, .page .services:after, .page .portfolio:after, .page .portfolio .items:after, .page .team:after, .page .team ul:after, .page .contact:after, .blog-page:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden; }

h1, h2, h3, h4, .header h1 a, .page .portfolio .item, .page .portfolio .item a, .page .portfolio .items div, .page .portfolio .items div a, .page .contact {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.page .promo .flexslider, .page .promo .flexslider .flex-control-paging li a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

#imagelightbox {
  border: 10px solid #e62409;
  position: fixed;
  z-index: 9999;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 4px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 4px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0px 4px 0 rgba(0, 0, 0, 0.09); }

#imagelightbox-overlay {
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

#imagelightbox-close {
  width: 2.5em;
  height: 2.5em;
  text-align: left;
  text-indent: -9999px;
  background-color: #382727;
  position: fixed;
  z-index: 10000;
  top: 2.5em;
  right: 2.5em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box; }
  #imagelightbox-close:hover {
    background-color: #8c0e02; }
  #imagelightbox-close:before, #imagelightbox-close:after {
    width: 2px;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 50%;
    margin-left: -1px; }
  #imagelightbox-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  #imagelightbox-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

#imagelightbox-loading,
#imagelightbox-loading div {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

#imagelightbox-loading {
  width: 2.5em;
  /* 40 */
  height: 2.5em;
  /* 40 */
  background-color: #e62409;
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  padding: 0.625em;
  /* 10 */
  -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.35);
  /* 40 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#imagelightbox-loading div {
  width: 1.25em;
  /* 20 */
  height: 1.25em;
  /* 20 */
  background-color: #fff;
  -webkit-animation: imagelightbox-loading .5s ease infinite;
  -moz-animation: imagelightbox-loading .5s ease infinite;
  -o-animation: imagelightbox-loading .5s ease infinite;
  animation: imagelightbox-loading .5s ease infinite; }

@-webkit-keyframes imagelightbox-loading {
  from {
    opacity: .5;
    -webkit-transform: scale(0.75); }

  50% {
    opacity: 1;
    -webkit-transform: scale(1); }

  to {
    opacity: .5;
    -webkit-transform: scale(0.75); } }

@-moz-keyframes imagelightbox-loading {
  from {
    opacity: .5;
    -moz-transform: scale(0.75); }

  50% {
    opacity: 1;
    -moz-transform: scale(1); }

  to {
    opacity: .5;
    -moz-transform: scale(0.75); } }

@-o-keyframes imagelightbox-loading {
  from {
    opacity: .5;
    -o-transform: scale(0.75); }

  50% {
    opacity: 1;
    -o-transform: scale(1); }

  to {
    opacity: .5;
    -o-transform: scale(0.75); } }

@keyframes imagelightbox-loading {
  from {
    opacity: .5;
    transform: scale(0.75); }

  50% {
    opacity: 1;
    transform: scale(1); }

  to {
    opacity: .5;
    transform: scale(0.75); } }

body, h1, h2, h3, h4, h5, h6, ul, li, form, div, p {
  margin: 0;
  padding: 0; }

ul {
  list-style-type: none; }

body {
  font-size: 15px;
  font-family: "Playfair Display", serif;
  text-align: center;
  color: #fff;
  background: #fff4d2 url(images/bg.jpg) repeat center; }

h1, h2, h3, h4 {
  font-weight: normal; }

div {
  width: auto;
  height: auto;
  margin: 0 auto; }

a {
  text-decoration: none;
  outline: none;
  color: #e62409; }
  a:hover {
    text-decoration: none; }

.main {
  text-align: left; }
  .main .page {
    padding-top: 61.5px; }
  .main .container {
    width: 960px; }
    @media all and (max-width: 960px) {
      .main .container {
        width: 94%; } }
    @media all and (max-width: 960px) {
      .main .container {
        width: 100%; } }

.header {
  background: url(images/wave-pattern.png) repeat-x center bottom;
  position: fixed;
  width: 100%;
  z-index: 30;
  padding-bottom: 15px; }
  @media all and (max-width: 600px) {
    .header {
      position: relative; } }
  .header .container {
    width: 100%;
    height: 123px;
    background: #8c0e02; }
    @media all and (max-width: 600px) {
      .header .container {
        height: auto; } }
  .header h1 {
    font-weight: bold;
    font-size: 64px;
    line-height: 40px;
    text-transform: uppercase;
    width: 394px; }
    @media all and (max-width: 600px) {
      .header h1 {
        font-size: 24px;
        width: auto; } }
    .header h1 a {
      width: 304px;
      height: 136px;
      padding: 20px 45px 0;
      color: #8c0e02;
      text-align: center;
      background: url(images/background-logo.png) no-repeat 0 0; }
      @media all and (min-width: 960px) {
        .header h1 a {
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .header h1 a:hover {
            background-position: 0 -4px;
            padding-top: 16px; } }
      @media all and (max-width: 600px) {
        .header h1 a {
          background: none;
          padding: 10px;
          height: auto;
          width: auto; } }
      .header h1 a span {
        font-weight: normal;
        font-size: 42px;
        color: #382727; }
        @media all and (max-width: 600px) {
          .header h1 a span {
            font-size: 24px; } }

#player {
	float:right;
	width:150px;
	margin-right:100px;
	margin-top: 20px;
}

.menu {
  width: 960px; }
  @media all and (max-width: 960px) {
    .menu {
      width: 100%; } }
  .menu .menu_container {
    margin: 0 auto;
    border-bottom: 1px solid #710a00;
    width: 80%;
    position: relative; }
    @media all and (max-width: 960px) {
      .menu .menu_container {
        width: 92%; } }
    @media all and (max-width: 600px) {
      .menu .menu_container {
        width: 100%; } }
  @media all and (max-width: 960px) {
    .menu ul.items, .menu ul.social {
      text-align: center; } }
  .menu ul.items li, .menu ul.social li {
    float: left;
    margin-right: 12px; }
    @media all and (max-width: 960px) {
      .menu ul.items li, .menu ul.social li {
        display: inline-block;
        float: none;
        margin: 0 6px; } }
  .menu ul.items {
    overflow: hidden;
    height: 60px; }
    @media all and (max-width: 960px) {
      .menu ul.items {
        height: auto; } }
    .menu ul.items li a {
      font-size: 14px;
      display: block;
      color: #fff;
      text-transform: uppercase;
      padding: 20px 0;
      -webkit-transition: color 0.3s ease-in-out;
      -moz-transition: color 0.3s ease-in-out;
      -o-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
      @media all and (max-width: 960px) {
        .menu ul.items li a {
          padding: 10px 0; } }
      .menu ul.items li a:hover, .menu ul.items li a.active {
        color: #e62409; }
  .menu ul.social {
    position: absolute;
    top: 13px;
    right: 0; }
    @media all and (max-width: 960px) {
      .menu ul.social {
        position: static;
        margin-bottom: 10px; } }
    .menu ul.social a {
      display: block;
      padding: 0;
      text-indent: -9999px;
      width: 34px;
      height: 34px;
      background-image: url(images/icons-sprite.png);
      background-repeat: no-repeat; }
      .menu ul.social a.google {
        background-position: 0 0; }
        .menu ul.social a.google:hover {
          background-position: 0 -39px; }
      .menu ul.social a.linkedin {
        background-position: -40px 0; }
        .menu ul.social a.linkedin:hover {
          background-position: -40px -39px; }
      .menu ul.social a.facebook {
        background-position: -120px 0; }
        .menu ul.social a.facebook:hover {
          background-position: -120px -39px; }
      .menu ul.social a.pinterest {
        background-position: -160px 0; }
        .menu ul.social a.pinterest:hover {
          background-position: -160px -39px; }
      .menu ul.social a.twitter {
        background-position: -80px 0; }
        .menu ul.social a.twitter:hover {
          background-position: -80px -39px; }
      .menu ul.social a.instagram {
        background-position: -200px 0; }
        .menu ul.social a.instagram:hover {
          background-position: -200px -39px; }

@media all and (max-width: 960px) {
  .page {
    padding-top: 123px; } }
@media all and (max-width: 600px) {
  .page {
    padding-top: 0;
    margin-top: -20px; } }
.page .container2 {
  background-color: #ffffff; }
.page .container {
  background-color: #8c0e02; }
.page .promo {
  min-height: 200px;
  background: #e62409; }
  .page .promo .flexslider {
    margin: 0;
    border: none;
    background: #e62409;
    border-bottom: 5px solid #e62409;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box; }
    .page .promo .flexslider .slides {
      zoom: 1; }
    .page .promo .flexslider .flex-control-nav {
      width: 100%;
      position: absolute;
      bottom: -40px;
      text-align: center; }
      .page .promo .flexslider .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline; }
    .page .promo .flexslider .flex-control-paging li a {
      width: 15px;
      height: 15px;
      background: #8c0e02;
      display: block;
      cursor: pointer;
      text-indent: -9999px;
      -webkit-border-radius: 30px;
      border-radius: 30px;
      background-clip: padding-box; }
      .page .promo .flexslider .flex-control-paging li a:hover, .page .promo .flexslider .flex-control-paging li a.flex-active {
        background: #e62409; }
    .page .promo .flexslider .flex-control-nav {
      bottom: 20px;
      z-index: 20;
      height: 15px; }
      .page .promo .flexslider .flex-control-nav li {
        margin: 0 8px; }
.page .abstract {
  margin-bottom: 50px; }
  .page .abstract p {
    width: 85%;
    padding: 60px 0 0 0;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
 }
    .page .abstract p em {
      color: #e62409;
      font-size: 20px; }
.page .services h2, .page .portfolio h2, .page .team h2 {
  margin-bottom: 15px;
  padding-top: 8px;
  line-height: 125px;
  font-size: 35px;
  text-align: center;
  font-style: italic;
  background-image: url(images/headings-sprite.png);
  background-repeat: no-repeat;
  color: #f7f8fa; }
.page .services h2, .page .portfolio h2 {
  background-position: center 0; }
.page .products, .page .services {
  width: 90.4167%;
  text-align: center; }
  @media all and (max-width: 960px) {
    .page .products, .page .services {
      width: 98%; } }
  .page .products h3, .page .services h3 {
    font-style: italic;
    margin-bottom: 15px;
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px; }
.page .products {
  line-height: 20px;
  margin-bottom: 50px; }
  .page .products .product {
    float: left;
    margin: 0 2.88018%;
    width: 27.573%; }
    @media all and (max-width: 800px) {
      .page .products .product {
        width: 100%;
        margin: 2.88018% 0; } }
    .page .products .product div, .page .products .product div a {
      width: 220px;
      height: 220px; }
    .page .products .product div {
      position: relative;
      margin-bottom: 15px; }
      .page .products .product div a {
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(images/items-sprite.png);
        background-repeat: no-repeat;
        background-position: 0 -220px; }
        .page .products .product div a:hover {
          background-position: -220px -220px; }
.page .services {
  margin-bottom: 50px; }
  .page .services div {
    padding-top: 170px;
    background-repeat: no-repeat;
    background-position: center top;
    float: left;
    margin: 0 2.88018%;
    width: 27.573%; }
    @media all and (max-width: 600px) {
      .page .services div {
        float: none;
        width: 100%;
        margin: 2.88018% 0; } }
    .page .services div.service {
      background-image: url(images/icon-service.png); }
    .page .services div.event {
      background-image: url(images/icon-event.png); }
    .page .services div.delivery {
      background-image: url(images/icon-delivery.png); }
    .page .services div ul li {
      padding: 5px 0;
      text-align: left;
      font-size: 14px; }
      @media all and (max-width: 600px) {
        .page .services div ul li {
          text-align: center; } }
      .page .services div ul li a {
        background: url(images/icons-sprite.png) no-repeat -219px -78px;
        line-height: 20px;
        padding-left: 24px;
        color: #8c0e02;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        @media all and (max-width: 600px) {
          .page .services div ul li a {
            float: none; } }
        .page .services div ul li a:hover {
          color: #aec059; }
  .page .services .description {
    font-size: 20px;
    padding: 0 10%;
    margin-bottom: 40px; }
.page .portfolio {
  width: 80%;
  margin-bottom: 20px; }
  @media all and (max-width: 960px) {
    .page .portfolio {
      width: 100%;
      text-align: center; } }
  .page .portfolio .items.levels {
    margin-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #d5d5d5;
    display: none; }
  .page .portfolio .items .close {
    display: block;
    text-align: center;
    margin: 0 auto 30px;
    width: 35px;
    height: 20px;
    background: url(images/icons-sprite.png) no-repeat -171px -97px;
    text-indent: -9999px;
    opacity: .8; }
    .page .portfolio .items .close:hover {
      opacity: 1; }
  .page .portfolio .item, .page .portfolio .item a, .page .portfolio .items div, .page .portfolio .items div a {
    width: 220px;
    height: 220px;
    text-align: center;
    color: #f7f8fa;
    font-size: 30px; }
  .page .portfolio .item, .page .portfolio .items div {
    position: relative;
    float: left;
    margin: 0 18px 30px; }
    @media all and (max-width: 960px) {
      .page .portfolio .item, .page .portfolio .items div {
        float: none;
        display: inline-block; } }
    .page .portfolio .item a, .page .portfolio .items div a {
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(images/items-sprite.png);
      background-repeat: no-repeat;
      background-position: 0 0; }
      .page .portfolio .item a:hover, .page .portfolio .item a.active, .page .portfolio .items div a:hover, .page .portfolio .items div a.active {
        background-position: -220px 0; }
      .page .portfolio .item a span, .page .portfolio .items div a span {
        width: 220px;
        height: 220px;
        display: table-cell;
        vertical-align: middle; }
  .page .portfolio .items div a {
    background-position: 0 -220px; }
    .page .portfolio .items div a:hover {
      background-position: -220px -220px; }
.page .team {
  width: 80%;
  margin-bottom: 50px; }
  @media all and (max-width: 960px) {
    .page .team {
      width: 98%; } }
  @media all and (max-width: 600px) {
    .page .team {
      text-align: center; } }
  .page .team h2 {
    padding-top: 40px;
    background-position: center -143px; }
  .page .team h3 {
    font-size: 18px;
    font-style: italic;
    color: #8c0e02; }
  .page .team p {
    margin-bottom: 7px; }
    .page .team p span {
      color: #8c0e02; }
    .page .team p strong {
      text-transform: uppercase;
      font-weight: normal; }
  @media all and (max-width: 600px) {
    .page .team ul {
      display: block;
      margin: 0 auto; } }
  .page .team ul li {
    display: inline-block; }
  .page .team img {
    float: left;
    margin-right: 16px; }
    @media all and (max-width: 600px) {
      .page .team img {
        float: none;
        display: block;
        margin: 0 auto; } }
  .page .team ul li a {
    display: block;
    text-indent: -9999px;
    width: 26px;
    height: 26px;
    background-image: url(images/icons-sprite.png);
    background-repeat: no-repeat;
    margin: 0 2px;
    overflow: hidden; }
    .page .team ul li a.google {
      background-position: 0 -80px; }
      .page .team ul li a.google:hover {
        background-position: 0 -108px; }
    .page .team ul li a.linkedin {
      background-position: -28px -80px; }
      .page .team ul li a.linkedin:hover {
        background-position: -28px -108px; }
    .page .team ul li a.facebook {
      background-position: -84px -80px; }
      .page .team ul li a.facebook:hover {
        background-position: -84px -108px; }
    .page .team ul li a.twitter {
      background-position: -56px -80px; }
      .page .team ul li a.twitter:hover {
        background-position: -56px -108px; }
    .page .team ul li a.pinterest {
      background-position: -112px -80px; }
      .page .team ul li a.pinterest:hover {
        background-position: -112px -108px; }
    .page .team ul li a.instagram {
      background-position: -140px -79px; }
      .page .team ul li a.instagram:hover {
        background-position: -140px -107px; }
  .page .team div {
    float: left;
    width: 46%;
    padding: 0 2%;
    margin-bottom: 50px; }
    @media all and (max-width: 600px) {
      .page .team div {
        width: 100%;
        padding: 0;
        margin-bottom: 25px; } }
    @media all and (min-width: 960px) {
      .page .team div:nth-child(2n) {
        text-align: right; }
        .page .team div:nth-child(2n) img {
          float: right;
          margin-left: 16px;
          margin-right: 0; }
        .page .team div:nth-child(2n) ul li {
          float: right; }
          .page .team div:nth-child(2n) ul li a {
            direction: rtl; } }
.page .map {
  position: relative; }
  .page .map #map_canvas, .page .map .address {
    width: 100%; }
  .page .map #map_canvas {
    z-index: 1;
    height: 366px; }
  .page .map .address {
    position: absolute;
    top: 0;
    background: url(images/wave-pattern.png) center top repeat-x;
    height: 16px;
    z-index: 2; }
    .page .map .address div {
      position: absolute;
      top: 60px;
      left: 10%;
      width: 40%;
      background: #f7f8fa;
      text-align: center;
      padding-bottom: 35px;
      font-size: 16px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      background-clip: padding-box;
      -webkit-box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.06);
      -moz-box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.06);
      box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.06); }
      @media all and (max-width: 600px) {
        .page .map .address div {
          width: 70%;
          position: relative;
          left: auto; } }
      .page .map .address div h3 {
        line-height: 70px;
        padding-top: 35px;
        margin-top: -20px;
        background: url(images/headings-sprite.png) no-repeat center -318px;
        font-size: 22px;
        color: #e62409;
        font-style: italic;
        margin-bottom: 25px; }
      .page .map .address div h4 {
        color: #8c0e02;
        text-transform: uppercase;
        font-size: 20px;
        margin-top: 10px; }
      .page .map .address div strong {
        font-weight: normal;
        color: #8c0e02; }
.page .contact {
  border-top: 6px solid #e62409;
  background: #8c0e02;
  color: #f7f8fa;
  font-size: 14px;
  padding: 30px 0; }
  .page .contact .form {
    float: left;
    margin-left: 10%;
    width: 40%;
    /*
    p, input, textarea, button {
      margin: 0 1.5625%; //or 6px / 384px * 100%; in sass
    }
    */ }
    @media all and (max-width: 600px) {
      .page .contact .form {
        width: 80%;
        float: none;
        margin: 0 auto 40px; } }
    .page .contact .form span.wpcf7-not-valid-tip {
      float: left;
      color: #fff; }
    .page .contact .form div.wpcf7-response-output {
      margin: 0;
      padding: 0;
      margin-bottom: 16px;
      border: none; }
    .page .contact .form p {
      font-size: 21px;
      font-style: italic;
      margin-bottom: 26px; }
    .page .contact .form input.field, .page .contact .form textarea {
      padding: 15px 20px; }
    .page .contact .form .name, .page .contact .form .email, .page .contact .form .message, .page .contact .form .button {
      margin-bottom: 16px; }
    .page .contact .form input.field, .page .contact .form textarea, .page .contact .form input.button {
      border: none;
      font-style: italic;
      font-family: "Playfair Display", serif;
      font-size: 15px;
      color: #595959;
      outline: none;
      -webkit-box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.06);
      -moz-box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.06);
      box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.06);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      background-clip: padding-box; }
    .page .contact .form input.field, .page .contact .form input.button {
      height: 50px; }
    .page .contact .form .name, .page .contact .form .email {
      width: 48%;
      float: left; }
      @media all and (max-width: 320px) {
        .page .contact .form .name, .page .contact .form .email {
          width: 100%;
          float: none; } }
    .page .contact .form .name {
      margin-right: 2%; }
      @media all and (max-width: 320px) {
        .page .contact .form .name {
          margin-right: 0; } }
    .page .contact .form .email {
      margin-left: 2%; }
      @media all and (max-width: 320px) {
        .page .contact .form .email {
          margin-left: 0; } }
    .page .contact .form input.field {
      float: left;
      width: 100%;
      background-color: #f7f8fa;
      background-image: url(images/icons-sprite.png);
      background-repeat: no-repeat;
      padding-left: 40px; }
      .page .contact .form input.field[name="your-email"] {
        background-position: 10px -157px; }
        .page .contact .form input.field[name="your-email"].error {
          background-position: 10px -214px; }
      .page .contact .form input.field[name="your-name"] {
        background-position: 10px -266px; }
        .page .contact .form input.field[name="your-name"].error {
          background-position: 10px -323px; }
      .page .contact .form input.field.error {
        background-color: #e62409; }
    .page .contact .form textarea {
      height: 148px;
      width: 100%;
      resize: none;
      background: #f7f8fa; }
      .page .contact .form textarea.error {
        background-color: #e62409; }
    .page .contact .form input.button {
      background: #e62409;
      color: #8c0e02;
      font-size: 22px;
      width: 100%;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .page .contact .form input.button:hover {
        background: #fff4d2; }
  .page .contact .more {
    float: right;
    margin-right: 10%;
    width: 26.3542%; }
    @media all and (max-width: 600px) {
      .page .contact .more {
        width: 80%;
        float: none;
        margin: 0 auto; } }
    .page .contact .more h4 {
      font-size: 18px;
      font-style: italic;
      margin-bottom: 10px; }
      @media all and (max-width: 600px) {
        .page .contact .more h4 {
          width: 96.875%;
          margin: 0 auto 10px; } }
    .page .contact .more a {
      color: #f7f8fa; }
      .page .contact .more a:hover {
        color: #f7f8fa; }
    .page .contact .more p {
      margin-bottom: 40px; }
      @media all and (max-width: 600px) {
        .page .contact .more p {
          width: 96.875%;
          margin: 0 auto 40px; } }
    @media all and (max-width: 600px) {
      .page .contact .more ul {
        width: 96.875%;
        margin: 0 auto; } }
    .page .contact .more ul li {
      font-size: 14px;
      background: url(images/icons-sprite.png) no-repeat -219px -80px;
      line-height: 20px;
      padding-left: 24px;
      margin-bottom: 5px; }

.wp-blog .footer .container {
  background: #fff4d2; }

.footer .container {
  padding: 34px 0;
  background: #f7f8fa url(images/pink-wave-pattern.png) center top repeat-x;
  text-align: center; }
  .footer .container p, .footer .container p a {
    color: #8c0e02;
    font-size: 14px; }

/* removed for blog version
.anchor {
  display: block;
  position: relative;
  top: -216px;
  visibility: hidden;
}
*/
.more .menu {
  width: auto; }

.screen-reader-text {
  display: none; }

.searchform input, .searchform button {
  border: 1px solid #d5d5d5;
  font-style: italic;
  font-family: "Playfair Display", serif;
  font-size: 15px;
  color: #595959;
  outline: none;
  margin-bottom: 15px;
  padding: 5px 10px;
  -webkit-box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box; }

.blog-page {
  width: 85%;
  padding: 50px 0; }
  .blog-page h1, .blog-page h2 {
    font-size: 45px;
	color: #e62409; }
  .blog-page h3 {
    font-size: 35px; }
  .blog-page h1, .blog-page h2, .blog-page h3, .blog-page h4, .blog-page h5, .blog-page h6, .blog-page p, .blog-page ul {
    margin-bottom: 15px; }
  .blog-page a {
    color: #e62409; }
    .blog-page a:hover {
      color: #e62409; }
  .blog-page input, .blog-page textarea, .blog-page button {
    border: 1px solid #d5d5d5;
    font-style: italic;
    font-family: "Playfair Display", serif;
    font-size: 15px;
    color: #595959;
    outline: none;
    margin-bottom: 15px;
    padding: 5px 10px;
    -webkit-box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box; }
  .blog-page input[type="submit"] {
    font-size: 22px;
    cursor: pointer;
    -webkit-text-shadow: 0 1px 0 #f7f8fa;
    -moz-text-shadow: 0 1px 0 #f7f8fa;
    text-shadow: 0 1px 0 #f7f8fa;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .blog-page label {
    display: block; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  max-width: 100%;
  margin-bottom: 20px;
  color: #767676; }
  .wp-caption.alignleft {
    margin: 5px 10px 5px 0; }
  .wp-caption.alignright {
    margin: 5px 0 5px 10px; }
  .wp-caption.aligncenter {
    margin-top: 5px;
    margin-bottom: 5px; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0; }

.wp-caption-text {
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.gallery-item:hover .gallery-caption {
  opacity: 1; }

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.sticky .entry-date {
  display: none; }

.bypostauthor > article .fn:before {
  content: "\f408";
  margin: 0 2px 0 -2px;
  position: relative;
  top: -1px; }

.bypostauthor > article .fn:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  text-decoration: inherit;
  vertical-align: text-bottom; }

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

.blog-page img, .post.tag-image img {
  max-width: 100%;
  height: auto; }

.blog-page img.alignleft, .post.tag-image img.alignleft {
  margin-right: 20px; }

.blog-page img.alignright, .post.tag-image img.alignright {
  margin-left: 20px; }

pre {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word; }

.post {
  margin-bottom: 20px;
  padding: 10px; }
  .post .post-link {
    background: url(images/icon-next.png) right bottom no-repeat;
    padding-right: 20px; }
  .post.sticky {
    text-align: center;
    background: #fff;
    padding: 20px;
    border-bottom: none; }
    .post.sticky p, .post.sticky ul {
      font-size: 16px; }
    .post.sticky h2 {
      margin-top: -40px;
      padding-top: 60px;
      background: url(images/icon-pin.png) top center no-repeat;
      font-style: italic; }
    .post.sticky ul, .post.sticky .tags {
      text-align: left; }
  .post .info {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 15px; }
  .post .tags {
    padding-left: 30px;
    background: url(images/icon-tags.png) left center no-repeat; }
  .post ul li {
    margin-bottom: 10px;
    padding-left: 24px;
    background: url(images/icons-sprite.png) no-repeat -219px -76px; }
  .post ul.info {
    list-style-type: none; }

.comments-area ol {
  list-style-type: none;
  padding: 0;
  margin: 20px 0; }
  .comments-area ol li {
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .comments-area ol li ol.children {
      padding-left: 70px; }
.comments-area .comment-body {
  padding-left: 70px; }
.comments-area .comment-meta {
  font-size: 14px;
  margin-bottom: 10px; }
.comments-area .comment-reply-link {
  padding-left: 25px;
  background: url(images/icon-reply.png) left center no-repeat; }
.comments-area .comment-author {
  line-height: 60px;
  margin-left: -70px; }
  .comments-area .comment-author img.avatar {
    float: left;
    border: 5px solid #e62409;
    margin-right: 10px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-clip: padding-box; }
