/*
Theme Name:     One Theme Child
Theme URI:      http://ocgcreative.com/
Description:    Child of One theme
Author:         Matthew Hansen & Bryan Haskin
Author URI:     http://ocgcreative.com
Template:       one-theme
Version:        1.4
*/

@import url("../one-theme/style.css");

/*
font-family: 'Source Sans Pro', sans-serif;
*/

/*
Branding;
blue      - #333333
Gold      - #948a54
dark blue - #191919
*/

/*
=================================================
G E N E R A L
=================================================
*/
a {  
	color: #948a54!important;
}

a:hover {  
	  color: rgba(255,255,255,.4);
  text-decoration: none;
}


body{
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    background: #191919;
    color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
}

p {
  font-family: 'Lato', sans-serif;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, .s1, .s2, .s3, .s4, .s5, .s6 {
  font-weight: 700;
}

h2 {

}

h3{
  margin-top:;
}

h2.h2-main {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 57px;
}

h4 {
  line-height: 2;
}

.s1 {
    font-size: 80px;
    line-height: 85px;
}

.s2 {
    font-size: 30px;
    line-height: 36px;
}

.s3 {
    font-size: 30px;
    line-height: 41px;
    text-transform: uppercase;

}

.s4 {
    font-size: 47px;
    line-height: 51px;
    text-transform: uppercase;

}

.s5 {
    font-size: 25px;
    line-height: 28px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    margin-top:5px;
}

.s6 {
    font-size: 18px;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 700;
}

.s6 strong {
  font-weight: 300;
}

@media (max-width: 800px) {
	.s6 {

	}
}


hr.hr-gold{
    border-color: #948a54;
    border-width: 1px;
    margin: 7px 0px 7px 0px;
}

.well-cus {
    border-radius: 0;
    background: rgba(21,29,72,.75);
    border-color: transparent;
}

#menu-item-37, #menu-item-403 {
    cursor: pointer;
}

.heavy {
  font-weight: 900;
}



/*
=================================================
C O L O R S
=================================================
*/

.gold-text{
    color: #948a54;
}

.white-text{
    color:#FFFFFF;
}

.ltblue-text{
  color:#384bb4;
}

.text-black{
  color:#191919;
}

.bg-white{
  background-color:#fff;
}

.bg-gold{
  background-color:#948a54;
}

.bg-blue{
  background-color:#333333;
}

.bg-dkblue{
  background-color:#191919;
}

.bd-gold-b{
  border-bottom: 1px solid #948a54;
}

.bd-gold-t{
  border-top: 1px solid #948a54;
}

.bd-blue-t{
  border-top: 1px solid #333333;
}

.bg-brick {
  background: url('images/brick-wall.png');
  background-color:#fff;
}

.bdr-top1 {
  border-top: solid 1px #101010;
}


/*
=================================================
H E L P E R S
=================================================
*/

.cap {
    text-transform: uppercase;
}

.heavy {
  font-weight: 700;
}

.cover {
    background-repeat:no-repeat;
    background-position: top center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.sec-pad {
    padding: 25px 0;
}

.accent-block {
    margin-top: 15px;
    margin-bottom: 15px;
}

.pad-t1{
  padding-top: 15px;
}

.pad-b1{
  padding-bottom: 15px;
}

.pad-t2{
  padding-top: 25px;
}

.pad-b2{
  padding-bottom: 25px;
}

.pad-t3{
  padding-top: 50px;
}

.pad-b3{
  padding-bottom: 50px;
}

.marg-t1{
  margin-top: 15px;
}

.marg-b1{
  margin-bottom: 15px;
}

.marg-t2{
  margin-top: 25px;
}

.marg-b2{
  margin-bottom: 25px;
}

.marg-t3{
  margin-top: 50px;
}

.marg-b3{
  margin-bottom: 50px;
}

/*
=================================================
H E A D E R
=================================================
*/
header {
    background: url('images/brick-wall.png');
    background-color:#fff;
    border-bottom: 4px solid #000;
}

.address-bar {
    padding:10px 0;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}

a.social_head {
    color: #948a54;
}

a.social_head:hover {
    /*opacity: .4;*/
    color:#fff;
}

@media (max-width: 767px) {
  header img {
    width: 300px;
    padding-top: 10px;
  }
}

@media (max-width: 375px) {
  header img {
    width: 250px;
    padding-top: 10px;
  }

  .navbar-toggle {
    padding-top: 18px !important;
  }
}

@media (max-width: 320px) {
  header img {
      width: 200px;
      padding-top: 10px;
  }

  .navbar-toggle {
    padding-top: 15px !important;
  }
}

.dropdown-menu {
  background-color: #191919;
  border-color: #191919;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 900 !important;
}

.dropdown-menu>li>a {
  color: #999999;
  font-weight: 900;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover  {
  background-color: #000;
  color: #948a54;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background-color: #000;
  color: #fff;
}

/*
=================================================
F O O T E R
=================================================
*/

footer {

}

#social-foot {
    border-bottom: 1px solid #948a54;
    border-top: 1px solid #948a54;
    padding: 25px 0px 25px 0px;
}

#nav-foot {
    padding: 50px 0;
    background: url('images/brick-wall.png');
    background-color:#fff;
    border-bottom: 4px solid #000;
    /*background-image: linear-gradient(-180deg, #191919 0%, #333333 100%);*/
}

#menu-footer-navigation > li > a {
    color: #fff;
    padding: 0px 10px 0px 10px;
}
#menu-footer-navigation > li > a:hover {
    color: #948a54;
    text-decoration: none;
}

.maps iframe{
    pointer-events: none;
}

#map-foot {

}


#boiler-foot {
    padding-top: 5px;
    font-size: 14px;
}

#boiler-foot a {
  color: #fff;
}

#boiler-foot a:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}


/*
=================================================
H O M E P A G E
=================================================
*/

.featued-sec img {
    padding-bottom: 15px;
}

.hp-main-well {
    margin-top: 25px;
    margin-bottom: 25px;
}

.hp-main-btn {
    margin-bottom: 35px;
}

@media (min-width: 992px) {
    .hp-main-well {
        margin-top: 75px;
    }

    .hp-main-btn {
        margin-bottom: 175px;
    }
}

.callouts {
    padding: 25px 0;
    min-height: 430px;
    max-height: 430px;
}

#hp-gallery .slick-slide img {
    /*border: 3px solid #191919;*/
}

#hp-gallery .slick-dots {
    /*background: #191919;
    bottom: -45px;
    padding-bottom: ;*/
}

#hp-gallery .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #191919;
  text-shadow: -1px 0 #948a54, 0 1px #948a54, 1px 0 #948a54, 0 -1px #948a54;
}

#hp-gallery .slick-dots li button:before {
  font-family: 'slick';
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 1;
  color: #948a54;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before, .slick-next:before{
  color:#333333;
}

/*
=================================================
M A I N  N A V I G A T I O N
=================================================
*/
.navbar {
    border: 3px solid transparent;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-brand{
    padding-left: 0;
    padding-right: 0;
}

.navbar-toggle {
  padding-top: 21px;
  /*padding: 32px 30px;*/
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  /*border-left: 3px solid transparent;*/
  border-left:none;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  border-radius: 0;
}

.navbar-toggle .icon-bar {
  height: 3px;
}

.navbar-header,
.navbar-collapse{
  border:none;
}

.navbar-default .navbar-toggle {
    border-color: #948a54;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #948a54;
  background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
}

@media (min-width: 768px){
    .navbar-nav>li>a {
      padding-top: ;
      padding-bottom: ;
    }
}

@media (min-width: 992px) {
        .nav-pad {
            margin-top:10px;
            margin-bottom: 5px;
        }
    }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #191919;
}


.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #948a54;
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #948a54;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border:none;
  /*border-color: #004B87;*/
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color: #948a54;
  background-color: transparent;
}

/*
=================================================
B L O G
=================================================
*/

.blog-style h2 a{
  color: #948a54;
}

.blog-style h2 a:hover,
.blog-style h2 a:focus{
  color: rgba(255,255,255,.4);
  text-decoration: none;
}

.blog-style p a{
  color: #948a54;
}

.blog-style p a:hover,
.blog-style p a:focus{
  color: rgba(255,255,255,.4);
  text-decoration: none;
}

/*
=================================================
M O D A L
=================================================
*/
.modal-content {
  border:none;
}

.modal-content .modal-title {
  color: #948a54;
  text-transform: uppercase;
}

.modal-dialog .modal-content .modal-header .close {
  color: #948a54;
  text-shadow: none;
  opacity: 1;
  font-size: 30px;
}

.modal-dialog .modal-content .modal-header .close:focus,
.modal-dialog .modal-content .modal-header .close:hover {
  opacity: .5;
}

.modal-content .modal-header {
  border-bottom:1px solid #948a54;
}

.modal-content .modal-body .form-group label {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255,255,255,.4);

}

.modal-content .modal-body .form-group .form-control {
  font-weight: 400;
  background-color: rgba(255,255,255,.0);
  border: 1px solid rgba(255,255,255,.4);
  border-radius:0;
  color: #FFFFFF!important;
}

.modal-content .modal-body .form-control {
  font-weight: 400;
  background-color: rgba(255,255,255,.0);
  border: 1px solid rgba(255,255,255,.4);
  border-radius:0;
  color: #FFFFFF!important;
}

/*
=================================================
B R E A D C R U M B
=================================================
*/

.breadcrumb {
  background-color: transparent;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 0;
  text-transform: uppercase;
}

.breadcrumb a {
  color: rgba(255,255,255,.4);
}

.breadcrumb a:hover,
.breadcrumb a:focus {
  color: rgba(255,255,255,.8);
  text-decoration:none;
}

.breadcrumb > .active {
  color: #948a54;
  font-weight:700;
}

.breadcrumb .divider {
  color: rgba(255,255,255,.4);
  font-weight: 700;
  margin-left:5px;
}

.breadcrumb > li+li:before {
  color: rgba(255,255,255,.4);
  font-weight: 700;
}


/*
=================================================
M E N U
=================================================
*/

.menu-section {
    font-size: 35px;
    color: #191919;
    line-height: 37px;
    text-transform: uppercase;
    font-weight: 700;

}

.menu-title {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    color: #fff;
    line-height: 37px;
    margin: 0;
    font-weight: 700;
}

.menu-price {
    font-size: 16px;
    color: #948a54;
    line-height: 20px;
    font-weight: 700;
}

.menu-desc {
    font-size: 16px;
    color: #fff;
}


/*
=================================================
S T A N D A R D  P A G E
=================================================
*/
.well-pg-cus {
    background: rgba(255,255,255,0.70);
    border-radius: 0;
    border-color: transparent;
    margin: 35px 0;
}

.page-top {
    padding-bottom: 25px;
}

/*
=================================================
M O D A L S
=================================================
*/

.modal-title, .modal-body {
  color: #fff;
}


.modal-content {
    background: #191919;
    border-color: rgba(255,255,255,.5);
}

/*
=================================================
B U T T O N S
=================================================
*/

.btn {
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.btn-cus1 {
  font-size: 15px;
  color: #191919;
  background-color: transparent;
  border-color: #948a54;
  border-radius: 0;
  color: #191919;
}

.btn-cus1:hover,
.btn-cus1:focus,
.btn-cus1.focus,
.btn-cus1:active,
.btn-cus1.active,
.open > .dropdown-toggle.btn-cus1 {
  border-color: #333333;
  color:#fff;
  background-color: #333333;
}


.btn-cus2 {
  font-size: 15px;
  color: #FFF;
  background-color: #333333;
  border-color: #191919;
  border-top: 0;
  border-bottom: 2px solid #191919;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
    padding: 5px 20px 5px 20px;
}

.btn-cus2:hover,
.btn-cus2:focus,
.btn-cus2.focus,
.btn-cus2:active,
.btn-cus2.active,
.open > .dropdown-toggle.btn-cus2 {
  color: #FFF;
  background-color: #191919;
  border-bottom: 0;
  border-top: 2px solid #080a1a;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-color: #080a1a;
}



.btn-cus1-lg {
  font-size: 18px;
  color: #FFF;
  background-color: transparent;
  border-color: #948a54;
  border-radius: 0;
  padding: 12px 35px 12px 35px;
  color: #FFF;
}

.btn-cus1-lg:hover,
.btn-cus1-lg:focus,
.btn-cus1-lg.focus,
.btn-cus1-lg:active,
.btn-cus1-lg.active,
.open > .dropdown-toggle.btn-cus1-lg {
  color: #FFF;
  background-color: #333333;
  border-color: transparent;
}


.btn-cus2-lg {
  font-size: 18px;
  color: #FFF;
  background-color: #333333;
  border-color: #191919;
  border-top: 0;
  border-bottom: 3px solid #191919;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding: 12px 35px 12px 35px;
}

.btn-cus2-lg:hover,
.btn-cus2-lg:focus,
.btn-cus2-lg.focus,
.btn-cus2-lg:active,
.btn-cus2-lg.active,
.open > .dropdown-toggle.btn-cus2-lg {
  color: #FFF;
  background-color: #191919;
  border-bottom: 0;
  border-top: 3px solid #080a1a;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-color: #080a1a;
}

.btn-cus3-lg {
  font-size: 16px;
  color: #FFF;
  background-color: transparent;
  border-color: #948a54;
  border-radius: 0;
  padding: 12px 35px 12px 35px;
  color: #FFF;

}

.btn-cus3-lg:hover,
.btn-cus3-lg:focus,
.btn-cus3-lg.focus,
.btn-cus3-lg:active,
.btn-cus3-lg.active,
.open > .dropdown-toggle.btn-cus3-lg {
  color: #FFF;
  background-color: #191919;
  border-color: transparent;
}

.btn-cus4-lg {
  font-size: 18px;
  color: #FFF;
  background-color: #333333;
  border-color: #191919;
  border-top: 0;
  border-bottom: 3px solid #191919;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding: 12px 35px 12px 35px;
}

.btn-cus4-lg:hover,
.btn-cus4-lg:focus,
.btn-cus4-lg.focus,
.btn-cus4-lg:active,
.btn-cus4-lg.active,
.open > .dropdown-toggle.btn-cus4-lg {
  color: #FFF;
  background-color: #948a54;
  border-bottom: 0;
  border-top: 3px solid #766e43;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-color: #766e43;
}

.list-inline>li {
  padding-right: 0px;
  padding-left: 0px;
}


.btn-cus2-ftr {
  font-size: 16px;
  color: #FFFFFF!important;
  background-color: #3B5998;
  border: 1px solid #3B5998;
  border-radius: 0;
  padding: 10px 25px 10px 25px;
}

.btn-cus2-ftr:hover,
.btn-cus2-ftr:focus,
.btn-cus2-ftr.focus,
.btn-cus2-ftr:active,
.btn-cus2-ftr.active,
.open > .dropdown-toggle.btn-cus2-ftr {
  color: #FFFFFF!important;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #948a54;
}

.btn-twiter {
  font-size:16px;
  color: #FFFFFF!important;
  background-color: #50A8F2;
  border: 1px solid #50A8F2;
  border-radius: 0;
  padding: 10px 25px 10px 25px;
}

.btn-twiter:hover,
.btn-twiter:focus,
.btn-twiter.focus,
.btn-twiter:active,
.btn-twiter.active,
.open > .dropdown-toggle.btn-twiter {
  color: #FFFFFF!important;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #948a54;
}

.btn-instagram {
  font-size: 16px;
  color: #FFFFFF!important;
  background-color: #5C7DA7;
  border: 1px solid #5C7DA7;
  border-radius: 0;
  padding: 10px 25px 10px 25px;
}

.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram.focus,
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  color: #FFF!important;
  background-color: transparent;
  border: 1px solid #948a54;
  border-radius: 0;
}

.btn-yelp {
  font-size: 16px;
  color: #FFFFFF!important;
  background-color: #c41200;
  border: 1px solid #c41200;
  border-radius: 0;
  padding: 10px 25px 10px 25px;
}

.btn-yelp:hover,
.btn-yelp:focus,
.btn-yelp.focus,
.btn-yelp:active,
.btn-yelp.active,
.open > .dropdown-toggle.btn-yelp {
  color: #FFF!important;
  background-color: transparent;
  border: 1px solid #948a54;
  border-radius: 0;
}

.btn-googleplus {
  font-size: 16px;
  color: #FFF;
  background-color: #dd4b39;
  border: 1px solid #dd4b39;
  border-radius: 0;
  padding: 10px 25px 10px 25px;
}

.btn-googleplus:hover,
.btn-googleplus:focus,
.btn-googleplus.focus,
.btn-googleplus:active,
.btn-googleplus.active,
.open > .dropdown-toggle.btn-googleplus {
  color: #FFFFFF;
  background-color: transparent;
  border: 1px solid #948a54;
  border-radius: 0;
}

.btn-cus1-mobile {
  font-size: 27px;
  color: #191919;
  background-color: transparent;
  border-color: #948a54;
  border-radius: 0;
  color: #191919;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn-cus1-mobile:hover,
.btn-cus1-mobile:focus,
.btn-cus1-mobile.focus,
.btn-cus1-mobile:active,
.btn-cus1-mobile.active,
.open > .dropdown-toggle.btn-cus1-mobile {
  border-color: #FFFFFF;
  color:#fff;
  background-color: #333333;
}

/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(218, 170, 0, 0.8) url(images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
