/*
Theme Name: Grandma's Country Oven Bake Shoppe
Theme URI: https://wordpress.org/
Author: Mutual Designs
Author URI: https://mutual-designs.com/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. GCOBS's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-design, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: grandmascountryovenbakeshoppe

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.
*/
/* =Common Styles
-------------------------------------------------------------- */
html,
body {
  height: 100%;
}
body {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #535353;
  font-size: 18px;
}
a {
  color: inherit;
}
a:hover {
  color: #c15b2a;
  text-decoration: none;
}
p {
  color: #000;
  font-size: 18px;
}
img {
  max-width: 100%;
}
h1 {
  font-size: 60px;
}
textarea {
  max-width: 100%;
}
.btn {
  text-transform: uppercase;
  border-radius: 0;
}
.btn:focus,
.btn:active:focus {
  outline: none;
}
.btn-primary {
  border-bottom-width: 5px;
  border-bottom-color: #974721;
}
.btn-primary:hover {
  background-color: #c15b2a;
  margin-top: 2px;
  border-bottom-width: 3px;
  border-color: #974721;
}
.btn-secondary {
  border-bottom-width: 5px;
  border-bottom-color: #65663d;
}
.btn-secondary:hover {
  background-color: #848650;
  margin-top: 2px;
  border-bottom-width: 3px;
  border-color: #65663d;
}
.btn-danger {
  background-color: #d9534f;
  border-bottom-width: 5px;
  border-bottom-color: #c9302c;
}
.btn-danger:hover {
  background-color: #d9534f;
  margin-top: 2px;
  border-bottom-width: 3px;
  border-color: #c9302c;
}
.btn-empty {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.btn-empty:hover {
  color: #535353;
  background-color: #fff;
}
.btn-empty-dark {
  color: #535353;
  border-color: #535353;
  background-color: transparent;
}
.btn-empty-dark:hover {
  color: #fff;
  background-color: #535353;
}
.btn-custom {
  background-color: transparent;
  border-color: #c15b2a;
  color: #c15b2a;
}
.btn-custom:hover {
  color: #fff;
  background-color: #c15b2a;
  border-color: #c15b2a;
}
.btn-wide {
  padding-left: 40px;
  padding-right: 40px;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.form-control,
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}
section.grey {
  background-color: #f7f7f7;
}
.section-title {
  text-align: center;
  max-width: 75%;
  margin: 0 auto 25px;
}
.section-title h2 {
  display: inline-block;
  padding: 12px;
  margin-top: 0;
  font-size: 22px;
  border: 7px double #535353;
}
.section-title p {
  font-size: 18px;
  margin-top: 25px;
}
.section-title-alt {
  margin: 20px 0;
}
.section-title-alt h4 {
  font-size: 15px;
}
.section-title-alt hr {
  width: 70px;
  border-width: 2px;
  border-color: #ccc;
  margin: 15px 0 20px;
}
.project-title {
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/sub-header.jpg");
}
.project-title .container {
  height: 100%;
}
.title-holder {
  display: table;
  height: 100%;
  width: 100%;
}
.title-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.title-text h1 {
  font-size: 47px;
}
.title-text .post-info {
  color: #fff;
}
.title-text a {
  color: #fff;
}
.flex-control-paging li a {
  width: 14px;
  height: 14px;
  background-color: #bdc3c7;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover {
  background-color: #7f8c8d;
}
.flex-direction-nav a {
  background-color: #fff;
  opacity: .8;
  line-height: 40px;
  font-size: 22px;
}
.flex-direction-nav a:before {
  font-family: 'FontAwesome';
  font-size: inherit;
}
.flex-direction-nav a.flex-prev:before {
  content: "\f104";
}
.flex-direction-nav a.flex-next:before {
  content: "\f105";
}
.flex-direction-nav .flex-next {
  right: 0;
  text-align: center;
  border-radius: 5px 0 0 5px;
}
.flex-direction-nav .flex-prev {
  left: 0;
  text-align: center;
  border-radius: 0 5px 5px 0;
}
.flexslider:hover .flex-next {
  right: 0;
}
.flexslider:hover .flex-prev {
  left: 0;
}
.flexslider:hover .flex-direction-nav a {
  opacity: 1;
}
.social {
  list-style: none;
  padding-left: 0;
  margin: 0;
  text-align: center;
}
.social:before,
.social:after {
  content: " ";
  display: table;
}
.social:after {
  clear: both;
}
.social > li {
  display: block;
  float: left;
  margin: 5px;
}
.social > li > a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 4px;
}
.social > li > a:hover {
  background-color: #fff;
  color: #262626;
}
.social > li > a .fa {
  line-height: inherit;
}
.form-control {
  font-size: 20px;
  border: 1px solid #c15b2a;
  border-radius: 0px;
}
ul.products {
  margin: 0;
  padding: 0;
}
.products li {
  list-style-type: none;
}
/* =Preloader
-------------------------------------------------------------- */
#mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #464646;
  z-index: 10000;
  height: 100%;
}
.spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -15px;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #c15b2a;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/* =Header
-------------------------------------------------------------- */
#topnav {
  background-color: #c15b2a;
  transition: all .3s ease;
  min-height: 60px;
  margin: 15px;
  border: 1px solid #964721;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
#topnav.scrolled {
  top: 0;
}
#topnav .navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  transition: all .3s ease;
}
#topnav .navbar-nav > li > a:hover {
  background-color: #974721;
}
#topnav .navbar-nav > li.open > a {
  background-color: #2f2f2f;
}
.navbar-brand {
  width: 235px;
}
#logo > a {
  padding: 10px;
  height: 60px;
  color: #FFF;
}
#logo > a img {
  max-height: 100%;
  margin-right: 10px;
  float: left;
}
#nav {
  float: right;
}
.cart-stack {
  position: relative;
  display: inline-block;
  width: 0.92857143em;
  height: 1em;
}
.cart-stack .fa-circle-thin,
.cart-stack .cart-number {
  position: absolute;
}
.cart-stack .cart-number {
  top: 0.875em;
  left: 0.125em;
  width: 1.375em;
  height: 0.75em;
  font-family: sans-serif;
  font-size: 0.57142857em;
  font-weight: 700;
  line-height: 0.57142857em;
  text-align: center;
}
.demo_store {
  color: #FFF;
  background-color: #c15b2a;
  margin: 0 auto;
  padding: 8px 20px;
  position: fixed;
  bottom: 8px;
}
/* =Newsletter Section
-------------------------------------------------------------- */
#newsletter {
  position: relative;
  min-height: 500px;
  background-color: #CCC;
  background-image: url("../images/bg/newsletter-back.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
}
#newsletter::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
}
/* = Location Section 
-------------------------------------------------------------- */
#location {
  height: 650px;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  #location {
    height: 750px;
  }
}
#map-canvas {
  height: 100%;
  margin: 0;
  padding: 0;
  positon: relative;
  width: 100%;
}
#map-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}
#directions-panel {
  position: absolute;
  width: 30%;
  right: 0;
  height: 100%;
  z-index: 100;
  overflow-y: scroll;
  border-left: 2px solid #c15b2a;
  padding: 15px 15px 0 15px;
}
#jsReset {
  position: absolute;
  top: 80%;
  left: 35%;
  z-index: 500;
}
/* =Featured Section 
-------------------------------------------------------------- */
#featured li {
  list-style-type: none;
}
#featured .item {
  display: inline-block;
}
div.price {
  position: absolute;
  top: 20px;
  right: 16px;
  padding: 8px 15px;
  background: #c15b2a;
  font-size: 16px;
  color: #fff;
  box-shadow: 5px 0 0 0 #c15b2a;
}
div.price:after {
  content: "";
  display: block;
  position: absolute;
  right: -5px;
  top: 100%;
  border: 5px solid transparent;
  border-top-color: #974721;
  border-left-width: 0;
}
.onsale {
  padding: 8px;
  border: 2px solid #c15b2a;
}
/* =Subpages
-------------------------------------------------------------- */
#subpage-header {
  position: relative;
  padding-top: 120px;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/sub-header.jpg");
}
#subpage-header .container {
  height: 100%;
  color: #FFF;
}
#subpage-header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
}
/* Shop Page 
-------------------------------------------------------------- */
.woocommerce-product-rating {
  font-size: 18px;
}
.list-group-item {
  font-size: 16px;
}
.panel-default .panel-heading {
  color: #FFF;
  background-color: #c15b2a;
  border-color: #974721;
  border-radius: 0;
}
.panel-group .panel {
  border-radius: 0;
}
.cat-title {
  position: absolute;
  top: -4px;
  background-color: #848650;
  padding: 10px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  left: 10%;
  color: #FFF;
  border: 1px solid #65663d;
  font-weight: 300;
}
.cat-title:after {
  content: "";
  display: block;
  position: absolute;
  right: -5px;
  top: -6px;
  border: 5px solid transparent;
  border-bottom-color: #65663d;
  border-left-width: 0;
}
.minus,
.plus {
  background-color: #c15b2a;
  border: 0;
  color: #FFF;
  padding: 2px 15px;
  width: 100%;
}
.input-text.qty {
  text-align: center;
}
.quantity {
  padding-bottom: 30px;
}
.single-price {
  text-align: right;
  font-size: 25px;
  display: block;
}
table.variations {
  width: 100%;
}
.single_variation {
  font-size: 25px;
  text-align: right;
}
.shop_attributes th {
  text-align: right;
  font-weight: 300;
  font-size: 21px;
  color: #c15b2a;
}
.shop_attributes td {
  padding: 3px 8px;
}
.shop_attributes td p {
  margin: 0;
}
#comments ol {
  list-style-type: none;
  padding: 0;
}
#comments li {
  padding: 20px;
}
.stars a {
  padding: 5px 15px;
  background-color: #c15b2a;
  color: #FFF;
  transition: all 0.2s ease;
  margin: 5px 10px 0 0;
}
.stars a:hover,
.stars a.active {
  background-color: #ddbe48;
  text-decoration: none;
  padding: 8px 20px;
}
#comment-status {
  position: fixed;
  top: 0;
  z-index: 2000;
  left: 0;
  text-align: center;
  width: 100%;
}
#comment-status p {
  color: #FFF;
  padding: 5px 0;
}
#comment-status p.ajax-success {
  background-color: #848650;
}
#comment-status p.ajax-error {
  background-color: #671a23;
}
#comment-status p.ajax-placeholder {
  background-color: #ddbe48;
}
/* =Home Section
-------------------------------------------------------------- */
#backgrounds {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
#backgrounds .slides {
  height: 100%;
}
#backgrounds .slides li {
  height: 100%;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
}
#home {
  height: 100%;
  position: relative;
}
.slide-intro h3 {
  font-size: 17px;
}
.slide-intro hr {
  width: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#home-slider {
  margin-bottom: 0;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
#home-slider .slides li > h1 {
  font-size: 105px;
  margin: 0;
}
.home-text p {
  font-size: 16px;
  margin: 15px 0;
  color: #fff;
}
.slide-caption {
  height: 100%;
  width: 100%;
  display: table;
  position: relative;
  z-index: 100;
}
.slide-middle {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.slide-middle.override {
  display: block;
  vertical-align: top;
  margin-top: 80px;
}
/* =Features Section
-------------------------------------------------------------- */
.feature {
  position: relative;
  margin: 50px 0;
  cursor: default;
}
.feature:hover .feature-icon {
  background-color: #c15b2a;
  border-color: #c15b2a;
  color: #fff;
}
.feature.left {
  padding-right: 90px;
  text-align: right;
}
.feature.left .feature-icon {
  right: 0;
}
.feature.right {
  padding-left: 90px;
  text-align: left;
}
.feature.right .feature-icon {
  left: 0;
}
.feature h4 {
  font-size: 13px;
}
.feature-icon {
  width: 75px;
  height: 75px;
  line-height: 71px;
  border: 2px solid #ececec;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  position: absolute;
  transition: all .3s ease;
}
.feature-icon .fa {
  line-height: inherit;
}
/* =About Section
-------------------------------------------------------------- */
.about-text {
  font-size: 15px;
}
.progress {
  background-color: #ececec;
  height: 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar {
  background-color: #c15b2a;
}
.outer-box {
  padding: 0 5px;
  margin-bottom: 10px;
  width: 25%;
  /* desired width */
  float: left;
  height: 275px;
}
.outer-box.double {
  width: 50%;
}
.box {
  position: relative;
}
.box-text {
  width: 100%;
  padding: 15px;
  font-family: 'Oswald', 'san-serif';
  font-size: 16px;
}
.box:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/
}
.ratio2_1:before {
  padding-top: 49.1%;
}
.box-content {
  position: absolute;
  top: 0;
  width: 100%;
}
.box h3 {
  padding: 0;
  margin: 0 0 10px 0;
}
#about-slider .col-md-3,
#about-slider .col-md-6 {
  padding: 0 10px 0 0;
}
/* =Team Section
-------------------------------------------------------------- */
.team {
  position: relative;
  margin: 50px auto;
  max-width: 300px;
}
.team img {
  max-width: 100%;
  border-radius: 4px;
}
.team:hover .team-overlay {
  opacity: 1;
  bottom: 0;
}
.team-info h4 {
  font-size: 13px;
  margin-bottom: 0;
}
.team-info span {
  color: #999;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}
.team-info p {
  font-size: 13px;
  margin: 10px 0;
}
.team-photo {
  position: relative;
  overflow: hidden;
}
.team-overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 0 0 4px 4px;
  padding: 15px;
  opacity: 0;
  transition: all .3s ease;
}
.team-overlay .social {
  text-align: center;
}
.team-overlay .social > li {
  display: inline-block;
  float: none;
}
/* =Services
-------------------------------------------------------------- */
#services {
  background-image: url("../images/bg/3.jpg");
}
.service {
  text-align: center;
  margin: 50px 0;
}
.service h4 {
  font-size: 13px;
  margin: 15px 0;
}
.service p {
  color: #fff;
}
.service-icon {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 10px auto;
  line-height: 96px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 34px;
}
/* =Call To Action
-------------------------------------------------------------- */
#call-to-action {
  padding: 0;
}
.call {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.call h2 {
  font-size: 28px;
  margin-bottom: 25px;
}
.call h2 .btn {
  margin-left: 15px;
}
/* =Make Appointments
-------------------------------------------------------------- */
.frmcal-content {
  color: #000;
  font-size: 14px;
}
.frmcal-content a {
  color: #c15b2a;
}
/* =Portfolio Section
-------------------------------------------------------------- */
#portfolio {
  padding-bottom: 0;
}
#filters {
  text-align: center;
}
#filters > li {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  transition: all .3s ease;
}
#filters > li:hover,
#filters > li.active {
  color: #c15b2a;
}
#filters > li:after {
  content: '·';
  position: absolute;
  left: 100%;
  color: #535353;
}
#filters > li:last-child:after {
  content: none;
}
#works-list {
  margin-top: 50px;
}
#works-list li {
  float: left;
  width: 25%;
  overflow: hidden;
  display: none;
  opacity: 0;
}
#works-list li:hover img {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#works-list li:hover .text-holder {
  opacity: 1;
}
#works-list li:hover .text-holder .text-middle {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#works-list li img {
  width: 100%;
  transition: all .3s ease;
}
#works-list li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
}
#works-list li a:hover {
  background-color: transparent;
}
.text-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(51, 51, 51, 0.5);
  opacity: 0;
  transition: all .3s ease;
}
.text-caption {
  display: table;
  width: 100%;
  height: 100%;
}
.text-middle {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  transition: all .3s ease;
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#project-modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  z-index: 2000;
  display: none;
  max-height: 100%;
  overflow-y: scroll;
}
.project-modal-title {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #ececec;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFF;
}
.project-modal-title h3 {
  margin: 0;
  font-size: 19px;
}
#project-modal-content {
  padding-top: 90px;
}
#project-modal-close {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 20px;
  font-size: 25px;
  border-right: 1px solid #ECECEC;
  height: 60px;
  line-height: 60px;
  transition: all .3s ease;
}
#project-modal-close:hover {
  background-color: #f5f5f5;
  color: #434343;
}
.project-media {
  position: relative;
  margin-bottom: 25px;
}
.project-slider {
  overflow: hidden;
  margin-bottom: 0;
}
.project-info h5 {
  margin-top: 0;
}
.project-info hr {
  width: 50px;
  margin: 20px 0;
  border-top: 2px solid #ECECEC;
}
.project-info p {
  margin-bottom: 20px;
}
.project-attrs > li {
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #ececec;
}
.project-attrs > li:before {
  font-family: 'FontAwesome';
  content: "\f046";
  position: absolute;
  left: 0;
  color: #c15b2a;
}
.video-container {
  width: 100%;
  position: relative;
  padding: 0;
  padding-bottom: 60%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.project-control {
  position: absolute;
  margin-top: 20px;
}
.project-control > a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 41px;
  border: 2px solid #fff;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 30px;
}
.project-control > a .fa {
  line-height: inherit;
}
#prev-project {
  left: 0;
}
#next-project {
  right: 0;
}
/* =Parallax Section
-------------------------------------------------------------- */
.parallax-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-color: #fff;
  padding: 0;
}
.parallax-section .section-title h2 {
  border-color: #fff;
}
.parallax-overlay {
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: rgba(51, 51, 51, 0.5);
  background-repeat: repeat;
  color: #fff;
}
/* =Clients Section
-------------------------------------------------------------- */
#clients {
  padding-top: 30px;
  padding-bottom: 30px;
}
#clients-carousel {
  text-align: center;
  cursor: -webkit-grab;
}
/* =Contact Page
-------------------------------------------------------------- */
#contact {
  background-image: url("../images/bg/4.jpg");
}
.contact-form .form-control {
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 46px;
  padding: 10px 16px;
  line-height: 1.33;
  color: #fff;
}
.contact-form textarea {
  min-height: 200px;
  resize: none;
}
.contact-form .btn-empty {
  border-radius: 0;
}
.contact-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.contact-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}
.contact-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.contact-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.form-sent {
  display: none;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
}
.form-group.success,
.form-group.error {
  position: relative;
}
.form-group.success:after,
.form-group.error:after {
  font-family: 'FontAwesome';
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 12px;
}
.form-group.error:after {
  content: "\f00d";
  color: #D95C5C;
}
.form-group.success:after {
  content: "\f00c";
  color: #00C077;
}
/* =Shopping Cart
-------------------------------------------------------------- */
.product-thumbnail {
  width: 150px;
}
.product-thumbnail img {
  max-width: 100px;
  height: auto;
}
.product-remove {
  font-size: 50px;
}
.product-quantity {
  width: 50px;
}
/* =Checkout
-------------------------------------------------------------- */
.checkout .form-control {
  padding: 8px;
}
/* =Footer
-------------------------------------------------------------- */
footer {
  background-color: #c15b2a;
  padding: 20px 0;
}
footer a:hover {
  color: #848650;
}
footer h5 {
  color: #FFF;
}
.footer-text {
  text-align: right;
  color: #fff;
  font-size: 13px;
}
/* =Modules
-------------------------------------------------------------- */
/*.entry a {
  color:@primary;
  transition: all 0.5s ease;
  &:hover {
    padding:3px 6px;
    border-top:1px solid @primary;
    border-bottom:1px solid @primary;
  }
}*/
.thumb-size {
  width: 30%;
  height: 30%;
  margin: 5px;
}
.is-full-width {
  width: 100%;
}
.is-hidden {
  display: none;
}
.is-pointer {
  cursor: pointer;
}
.is-shadowed {
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4);
}
.is-uppercase {
  text-transform: uppercase;
}
.subhead {
  font-size: 24px;
}
.is-primary {
  color: #c15b2a;
}
.is-secondary {
  color: #848650;
}
.is-white {
  color: #FFF;
}
.is-really-white {
  color: #FFF !important;
}
.is-back-primary {
  background-color: #c15b2a;
  color: #FFF;
}
.is-back-primary p {
  color: #FFF;
}
.is-tall-input {
  padding-top: 25px;
  padding-bottom: 25px;
}
.is-full-width {
  width: 100%;
}
.secondary-border {
  padding: 5px;
  border: 2px solid #848650;
}
.center-responsive {
  margin: 0 auto;
}
.is-sub-item {
  border-left: 2px solid #c15b2a;
  padding-left: 30px;
}
.voffset {
  margin-top: 2px;
}
.voffset1 {
  margin-top: 5px;
}
.voffset2 {
  margin-top: 10px;
}
.voffset3 {
  margin-top: 15px;
}
.voffset4 {
  margin-top: 30px;
}
.voffset5 {
  margin-top: 40px;
}
.voffset6 {
  margin-top: 60px;
}
.voffset7 {
  margin-top: 80px;
}
.voffset8 {
  margin-top: 100px;
}
.voffset9 {
  margin-top: 150px;
}
.boffset {
  margin-bottom: 2px;
}
.boffset1 {
  margin-bottom: 5px;
}
.boffset2 {
  margin-bottom: 10px;
}
.boffset3 {
  margin-bottom: 15px;
}
.boffset4 {
  margin-bottom: 30px;
}
.boffset5 {
  margin-bottom: 40px;
}
.boffset6 {
  margin-bottom: 60px;
}
.boffset7 {
  margin-bottom: 80px;
}
.boffset8 {
  margin-bottom: 100px;
}
.boffset9 {
  margin-bottom: 150px;
}
.frm_ajax_loading {
  visibility: hidden;
}
/* =Bootstrap Mods
-------------------------------------------------------------- */
.nav-tabs {
  font-size: 18px;
}
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active a,
.tabs-below > .nav-tabs > .active a:hover,
.tabs-below > .nav-tabs > .active a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}
.tabs-left > .nav-tabs > .active a,
.tabs-left > .nav-tabs > .active a:hover,
.tabs-left > .nav-tabs > .active a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}
.tabs-right > .nav-tabs > .active a,
.tabs-right > .nav-tabs > .active a:hover,
.tabs-right > .nav-tabs > .active a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
/* =Media Queries
-------------------------------------------------------------- */
@media (min-width: 1200px) {
  .box-text {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .ratio2_1:before {
    padding-top: 48.9%;
  }
  .outer-box {
    height: 225px;
  }
  #topnav {
    min-height: 0;
  }
  #topnav .navbar-nav > li > a {
    padding: 20px 11px;
  }
}
@media (min-width: 992px) {
  .animated {
    opacity: 0;
  }
  .visible {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  #works-list li,
  #recent-works-list li {
    width: 50%;
  }
  .portfolio-2-columns #works-list li,
  .portfolio-3-columns #works-list li,
  .portfolio-4-columns #works-list li {
    width: 50%;
  }
  .animated {
    -webkit-animation: none;
    animation: none;
  }
  .box-content {
    font-size: 12px;
  }
  .outer-box {
    height: 170px;
  }
  #topnav {
    min-height: 0;
  }
  #topnav .navbar-nav > li > a {
    padding: 20px 5px;
  }
}
@media (min-width: 768px) {
  #fancybox .modal-dialog {
    width: 750px;
  }
  #about-slider .slides > li {
    display: block;
  }
}
@media (max-width: 767px) {
  #directions-panel {
    width: 90%;
    right: 5%;
    top: 5%;
    height: 90%;
    border: 2px solid #c15b2a;
  }
  .feature.left,
  .feature.right {
    padding-left: 90px;
    padding-right: 0;
    text-align: left;
  }
  .feature.left .feature-icon,
  .feature.right .feature-icon {
    left: 0;
  }
  #logo > a {
    height: 50px;
    padding: 5px 15px;
  }
  #nav {
    float: none;
  }
  #home-slider .slides li > h1 {
    font-size: 55px;
  }
  .call h2 span {
    display: block;
    margin-bottom: 15px;
  }
  .project-control {
    display: none;
  }
  .footer-column {
    text-align: center;
    margin-bottom: 25px;
  }
  .footer-column .social > li {
    display: inline-block;
    float: none;
  }
  .outer-box {
    position: relative;
    float: none;
    font-size: 18px;
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
  }
  .outer-box.double {
    width: 100%;
  }
  .box-text {
    font-size: 18px;
  }
  .box:before {
    content: "";
    display: block;
    padding-top: 0;
    /* initial ratio of 1:1*/
  }
  .ratio2_1:before {
    padding-top: 0;
  }
  .box-content {
    position: relative;
    top: 0;
    width: 100%;
  }
}
@media (max-width: 479px) {
  #works-list li,
  #recent-works-list li {
    width: 100%;
  }
  .portfolio-2-columns #works-list li,
  .portfolio-3-columns #works-list li,
  .portfolio-4-columns #works-list li {
    width: 100%;
  }
  .slide-middle.override {
    margin-top: 100px;
  }
}
/* =Price Filter Widget
  -------------------------------------------------------------- */
.price_slider {
  margin-bottom: 1em;
}
.price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: 0.8751em;
}
.price_slider_amount .button {
  font-size: 1.15em;
}
.price_slider_amount .button {
  float: left;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 0.9em;
  height: 0.9em;
  border: 1px solid #45462a;
  cursor: pointer;
  background: #45462a;
  outline: none;
  top: -0.2em;
}
.ui-slider .ui-slider-handle:last-child {
  margin-left: -0.5em;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: #848650;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}
.price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  background: #d5d5d5;
}
.ui-slider-horizontal {
  height: .5em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
#accordion .glyphicon {
  margin-right: 10px;
}
.panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel-collapse .list-group-item {
  border-radius: 0;
}
.panel-collapse .list-group .list-group {
  margin: 0;
  margin-top: 10px;
}
.panel-collapse .list-group-item li.list-group-item {
  margin: 0 -15px;
  border-top: 1px solid #ddd !important;
  border-bottom: 0;
  padding-left: 30px;
}
.panel-collapse .list-group-item li.list-group-item:last-child {
  padding-bottom: 0;
}
.panel-collapse div.list-group div.list-group {
  margin: 0;
}
.panel-collapse div.list-group .list-group a.list-group-item {
  border-top: 1px solid #ddd !important;
  border-bottom: 0;
  padding-left: 30px;
}
.panel-collapse .list-group-item li.list-group-item {
  border-top: 1px solid #DDD !important;
}
.woocommerce .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus {
  height: 1.5em;
}
