/*
Theme Name: Roger Ford
Theme URI: http://www.webcreations907.com
Author: webcreations907
Author URI: http://themeforest.net/user/webcreations907
Template: ninezeroseven
Description: One Page Parallax Theme ~ If you need support please use the <a href="http://support.webcreations907.com/">Theme's Support Forum</a>
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: black,white,orange,flexible-width,custom-background,custom-colors,featured-images,full-width-template,theme-options,translation-ready,left-sidebar,right-sidebar
*/

@import url("../ninezeroseven/style.css");


/************************************************************************
* Custom CSS code below
*************************************************************************/

body {
  background-color: #fff;
}

.menu-bar-wrapper {
  box-shadow: none !important;
}

.round img {
  border-radius: 50%;
}

.wbc-button {
  margin:0 auto;
  display: table;
  background: none !important;
  border: 1.5px solid #d2252d !important;
  color:#d2252d !important;
  font-size: 17px;
  font-family: "Open Sans";
  padding-left: 30px;
  padding-right: 30px;
}

.wbc-button:hover {
  border-color:#000 !important;
  background-color: #000 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora" !important;
  text-align: center;
}

h1 {
  font-size: 40px;
  margin-top: 50px;
  margin-bottom: 30px;
}

h3 {
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 30px;
}

p {
  margin-bottom:20px;
}

.book img {
  width:500px;
  height:auto;
}

.wpb_text_column {
  color:#000;
  font-size: 19px;
  line-height: 27px;
}

.wpb_text_column ul {
  margin-bottom: 30px;
  padding-left: 0;
}

.wpb_text_column ul li {
  margin-bottom: 20px;
  list-style-type: none;
  text-indent: -1em;
  margin-left: 1em;
}

.wpb_text_column ul li:before {
  content:"•";
  padding-right: 10px;
  color:#d2252d;
}

.row-inner {
  padding:40px 0;
}

.wpcf7-form br {
  margin-bottom: 10px;
}

input, label, form {
  font-family: "Open Sans";
}

input[type="submit"].wpcf7-submit {
  background-color:#e7e5d7 !important;
  border:none !important;
  color:#000 !important;
  width:100%;
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 15px;
}

input[type="submit"]:hover {
  color:#fff !important;
}

footer .container .row > div {
  min-height: 70px;
  position: relative;
}

footer .container .row > div > nav {
  right:130px;
}

#footer-menu {
  padding: 0;
}

#footer-menu li {
  border:none;
  padding:0 15px;
}

#footer-menu li a {
  font-family: "Open Sans";
  font-size: 16px;
  color:#000;
}

.footer-logo {
  width:300px;
}

.bottom-band {
  background: none;
  border:none;
}

.quantity.buttons_added {
  padding:0;
}

.quantity.buttons_added input[title="Plus"],
.quantity.buttons_added input[title="Minus"] {
  display: none !important;
}

.quantity.buttons_added input[type="button"] {
  display: inline-block;
  position: relative;
}

.quantity.buttons_added input.minus {
  float: left;
}

.quantity.buttons_added input.qty {
  height:34px;
  border-left:none;
  border-right:none;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

li.wbc-shop-cart {
  display: none;
}

header .insert-page {
  float:right;
  margin-top: 20px;
}

footer .insert-page {
  right:0;
}

.soc-med {
  margin-left: 20px;
}

.soc-med br {
  display: none;
}

.soc-med a {
  font-size: 40px;
  margin-left: 5px;
}

header .soc-med a {
  color:#cfccaf;
}

header .soc-med a:focus,
header .soc-med a:active,
header .soc-med a:hover {
  color:#000;
}


footer .soc-med a {
  color:#f1efdf;
}

footer .soc-med a:focus,
footer .soc-med a:active,
footer .soc-med a:hover {
  color:#5e5d51;
}

.coupon,
.woocommerce-info {
  display: none;
}

.woocommerce-error li {
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .header-inner {
    height:140px;
  }
  .site-logo-title img {
    width:auto;
    top:0;
    transform:none;
  }
  header .soc-med {
    float: none;
    clear: both;
    display: table;
    margin: 20px auto;
    position: absolute;
    right: 40%;
    bottom:-5px;
  }
  .footer-logo,
  footer nav,
  footer .insert-page {
    float: none;
    clear: both;
    display: table;
    margin: 20px auto;
  }
}

@media (min-width: 992px) {
  .wpb_text_column.two-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  footer .container .row > div > * {
    position: absolute;
    top:50%;
    transform:translateY(-50%);
  }
}

@media (min-width: 1200px) {
  .wpcf7-form .third {
    width:33%;
    float:left;
  }
  .wpcf7-form .third.pad {
    padding-left: 1%;
    margin-left: 5px;
  }
}


