 
/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,900);

/* OVERALL ASPECT */

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: #555;
    
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    margin-top: 70px;
    overflow-x: hidden;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #333;
}


h4 {
    color: white;
    font-size: 40px;
    font-family: 'Open Sans', sans-serif;
}

h5 {
    color: black;
    font-size: 40px;
    margin-bottom: 30px;
}

h6 {
    color: white;
    font-size: 20px;
}




/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

#f .centered {
  font-size: 17px;
}

/* Links */
a {
    color: #f85c37;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.navbar {
	font-weight: 800;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-inverse .navbar-toggle {
    border-color: #ccc;
}

.navbar-inverse {
	background: white;
	border-color: #ccc;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
    overflow: hidden;
}


.navbar-inverse .navbar-nav > .active > a {
	background: #ff7878
}

.navbar-inverse .navbar-brand {
	color: crimson;
	font-weight: bolder;
	font-size: 22px;
	letter-spacing: 1px;
           font-family: 'Open Sans', sans-serif;
           font-size: 40px;
           font-weight: 600;
}

.navbar-inverse .navbar-brand i {
	color: #ff7878;
	font-size: 22px;
	letter-spacing: 1px;
}

.navbar-inverse .navbar-brand:hover {
  color: black;
}

.nav-phone-font {
    font-size: 10px;
    text-align: center;
    font-size: 16px;
    text-align: right;
}

.navbar-fixed-top {
  background: white;
  min-height: 80px;
  width: 100%;
}

.navbar-collapse .navbar-nav.navbar-right:last-child {
  padding-top: 10px;
  margin-top: -1px;
  margin-bottom: -20px;
}


.nav-address {
 line-height: 10px;
 text-align: center;    
 font-weight: 300;
 }

 .red {
   width: 200px;
   margin-top: 0;
   margin-right: 40px;
   z-index: 3000;
 }

 .red .pull-left {
   margin-top: -30px;
 }


 .red .pull-right {
   margin-top: -30px;
 }

/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../img/pizzabkgd.png) no-repeat center top;
	margin-top: 10px;
	padding-top: 50px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 390px;
	width: 100%;
            border-bottom: 2px #D83D3D solid;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	margin-top: 100px;
	color: white;
	font-size: 70px;
	font-weight: 300;
	letter-spacing: 3px;
}

#headerwrap h2 {
	color: white;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 2px;
}

.width-50 {
  width: 48%;
  margin: 5px;
  float: left;
}

.modal-body {
  padding-top: 0;
}

.order-top-btn {
  margin-top: 15px;
}


/* 
.white-diamond {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background: #fff;
  margin-top: 80px;
  
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);

}
 */

.pull-left h2 {
    margin-left: -60px;
}
.yo {
    margin-left: 40px;
}

#carousel h2 {
      margin-bottom: 40px;
}

/* Dark Grey Wrap */
#dg {
	
	/* padding-bottom: 70px;
	text-align: center;
      background: url(../img/fire.png) center top;
      -webkit-background-size: 100% 100%;
           -o-background-size: 100% 100%;
              background-size: 100% 100%;
      background-repeat:  no-repeat;
      background: black;
      min-height: 400px; */

 background: url(../img/storefront.png);
 background-position: -20% 30%;
 min-height: 400px;
 height: auto;
}

#dg h4 {
	font-weight: 600;
     margin-top: 40px;
     text-shadow: 1px 2px 1px #000;
}
}

/* Light Grey */
#lg {
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

#lg h4 {
	font-weight: 300;
}


/* Red Wrap */
#r {
	background: crimson;
      padding: 20px;
      padding-bottom: 40px;
}

#r h4 {
	color: white;
      font-size: 25px;
	font-weight: 300;
      margin-bottom: 20px;
      margin-top: 10px;
}

#r p {
	color: white;
}

/* Blue Wrap */

#blue {
	background: #3498db;
	padding-top: 35px;
	padding-bottom: 35px;
}

#blue h4 {
	color: white;
	font-weight: 300;
}

#blue p {
	color: white;
}



/* Footer Wrap */
#f {
	background: #2d2d2d;
	padding-top: 30px;
	padding-bottom: 30px;
}

#f i {
	color: #bdbdbd;
	font-size: 30px;
	padding: 20px;
}

#f i:hover {
	color: #ff7878;
}

/****** SECTIONS *****/

.w {
	padding-top: 35px;
}

.w h4 {
	font-weight: 700;
}

.w i {
	color: #ff7878;
	font-size: 30px;
}


.wb {
           background: url(../img/clouds.png) no-repeat center top;
            -webkit-background-size: cover;
                 -o-background-size: cover;
                    background-size: cover;
           padding: 65px 0;
           width: 100%;

}

.wb h4 {
	font-weight: 400;
}

.desc {
	padding-top: 35px;
}

.desc h4 {
	font-weight: 700;
}

.desc i {
	color: #ff7878;
	font-size: 12px;
	padding: 5px;
}


/***** MODAL CONTACT *****/
.modal-content {
	border-radius: 0px;

}

.modal-header {
	background: #bdbdbd;
	color: white;
}

.modal-header h4 {
	font-weight: 300;
}

.modal-body {
	background: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;
}

.modal-footer {
	background: #f2f2f2;
	margin-top: 0px; 
}

/* ==========================================================================
   Pricing Tables
   ========================================================================== */
   
.pricing-option {
    padding-bottom: 40px;
}

.pricing-option .pricing-top {
    position: relative;
    background: #222;
    color: white;
    text-align: center;
    font-weight: bold;

    padding: 40px 20px 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pricing-option .pricing-top .special-label {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1abc9c;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 0;
}

.special .pricing-top {
    background: black;
}

.pricing-option .pricing-edition {
    text-transform: uppercase;
    display: block;
    font-size: 25px;
    letter-spacing: 8px;
}

.pricing-option .price {
    display: inline-block;
    position: relative;
}

.pricing-option .price sup {
    position: absolute;
    top: 50px;
    left: -10px;
    font-size: 24px;
}

.pricing-option .price .price-amount {
    font-size: 108px;
    letter-spacing: -4px;
}

.pricing-option .price small {
    position: relative;
    left: -10px;
    font-size: 18px;
}

.pricing-option ul {
    list-style: none;
    margin: 0;
    background: #eee;
    text-align: center;
    padding-left: 0px;
}

.pricing-option ul li {
    border-bottom: solid 1px #e1e1e1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pricing-option .pricing-signup {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 10px;
    color: white;
    background: #1abc9c;
}

.pricing-option .pricing-signup:hover {
    background: #ff7878;
}

/* Custom Cusomt */

.circle {
    border-radius: 50%;
    width: 200px;
    height: 200px; 
    background: white;
    margin: 1px auto;
    border: 20px solid rgba(0, 0, 0, 0.1); 
     -webkit-transition: 1s;
       -moz-transition: 1s;
        -ms-transition: 1s;
         -o-transition: 1s;
            transition: 1s;
    
    box-shadow:
        0 0 0 8px hsl(0, 0%, 100%);
    /* width and height can be anything, as long as they're equal */
}

.circle:hover {
    border: 9px solid #fff;
      opacity:1;    
      -webkit-transition: 1s;
       -moz-transition: 1s;
        -ms-transition: 1s;
         -o-transition: 1s;
            transition: 1s;

    /* width and height can be anything, as long as they're equal */
}

.blue {
    margin: 0 auto;

}


.hero-cta {

    padding-bottom: 30px;
    -webkit-border-radius: 30px;
    margin-top: 4px;    
}

.cta-font {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 12px;
}

.order-btn {
    margin-top: 40px;
    background: green;
    padding: 15px 25px;
    color: white;
    font-size: 30px;
    border: 4px solid green;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-transition: .41s;
       -moz-transition: .41s;
        -ms-transition: .41s;
         -o-transition: .41s;
            transition: .41s;
}

.order-btn:hover {
    background: white;
    color: green;
    border: 4px solid green;
}

.order-btn-nav {
    background: green;
    padding: 5px 10px;
    margin-left: 20px;
    margin-right: -40px;
  

    color: white;
    font-size: 20px;
    border: 4px solid green;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-transition: .41s;
       -moz-transition: .41s;
        -ms-transition: .41s;
         -o-transition: .41s;
            transition: .41s;
}

.order-btn:hover {
    background: white;
    color: green;
    border: 4px solid green;
    
}

.chico-mascot {
  margin-top: -30px;
  margin-left: 30px;
}

.mascot {
        width: 400px;
        height: auto;
        position: absolute;
        right: 0;
}

.red-bar h4 {
  border-bottom: 2px solid #D83D3D;
  border-color: rgba(216, 61, 61, 1);
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.deliveries-border {
    height: 1px;
    width: 100%;
    background-color: white;
    margin: 0 auto;
}

.deliveries-font {
   font-size: 60px;
   color: white;
   padding: 50px 0;
    line-height: 60px;
}


.address {
    font-size: 20px;
    margin-top: -15px;
    text-align: center;
}


.address-2 {
    font-size: 20px;
    margin-top: 0;
    text-align: center;
}

 .connect  {
    background-color: blue;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #FFF;
    color: black;
    width: 40px;
    height: 40px;
    margin: 0 10px;
}



.circle-content {
    color: white;
    font-size: 23px;
    font-weight:bold;
    text-shadow: 2px 2px #000;
}

.circle-content:hover {
    color: #fff;
}


.chicken {
    background: url(../img/coupons.png) repeat center top;
     -webkit-background-size: 120% 120%;
           -o-background-size: 120% 120%;
              background-size: 120% 120%;
      background-position: 50% 50%;
}

.pizza {
      background: url(../img/special.png) repeat center top;
      -webkit-background-size: 130% 130%;
           -o-background-size: 130% 130%;
              background-size: 130% 130%;
      background-position: 50% 40%;
     
}


.coupons {
      background: url(../img/sandwich.png) repeat center top;
      -webkit-background-size: 150% 130%;
           -o-background-size: 150% 130%;
              background-size: 150% 130%;
      background-position: 50% 40%;
}





#carousel {
    padding: 40px 1px;
    background: white;
    padding-bottom: 40px;
    margin-bottom: 40px;
}




.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

.carousel-inner {
  margin-top: 30px;
}


#fade-quote-carousel.carousel {
  padding-bottom: 60px;
  
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #fff;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 140px;
    height: 140px;
    margin: 0 20px 0 30px;
    border-radius: 100px;
    float: left;
}

.carousel-indicators {
  position: absolute;
  margin-top: 210px;
  background: transparent;
  top: 0;

}


.space-right {
  margin-right: -20px;

}

.reviews-container {
  width: 100%;
  background: #f3f3f3;
  margin: 0 auto;
  border-radius: 40px;
}

div.reviews-container {
  height: 230px;
  margin-top: 20px;
}

p.serve {
  position: absolute;
  margin-top: 65px;
  left: 0;
  right: 0;
  width: auto;
}

.profile-text {  
  padding: 30px;
}

.a-profile {
  background: url("../img/profile-b.jpg");
   -webkit-background-size: 100% 100%;
       -o-background-size: 100% 100%;
          background-size: 100% 100%;
}

.b-profile {
  background: url("../img/profile-a.jpg");
  -webkit-background-size: 100% 100%;
       -o-background-size: 100% 100%;
          background-size: 100% 100%;
}


.c-profile {
  background: url("../img/profile-c.jpg");
   -webkit-background-size: 100% 100%;
       -o-background-size: 100% 100%;
          background-size: 100% 100%;
}

.navbar-toggle {
  background: #ccc;
}


@media (max-width: 992px) {
  .mascot {
    display: none;
  }
}



@media (max-width: 470px) {
     .navbar-inverse .navbar-brand {
    font-size: 30px;
      }
      .red {        
        margin: 0 auto;
        margin-top: 40px;
      }
      .order-btn {
        padding: 6px 0;
        width: 190px;
        
      }
       h2.cta-font {
        margin-bottom: 2px;
      }
      
      #fade-quote-carousel .profile-circle { 
        width: 70px;
        height: 70px;
        padding: 20px;
        margin-top: 20px;
        text-align: center;
      }

h2.adaptor {
      font-size: 12px;
    }
    .profile-circle {
      display: none;
    }
    .profile-text {
      margin-top: 14px;
    }
    #headerwrap .centered {
      margin-top: -30px;
    }

    .space-top {
      margin-top: -30px;
    }

    .width-50 {
      width: 100%;
    }

}


@media (max-width: 768px) {
       .navbar-inverse .navbar-brand {
       font-size: 30px;
      }
          .pull-left h2 {
        margin-left: 0;
      }

       .red {        
        margin: 0 auto;
        margin-top: 30px;
      }

      .navbar-nav {
    
        text-align: center;
        margin: 0 auto;
        }

        .order-btn-nav {
          margin-right: 0;
          margin-top: 10px;
          margin-bottom: 20px;
        }
  
        #headerwrap {
          margin-top: 0;
        }

        #headerwrap h2 {
          font-size: 30px;
          -webkit-transition: 2s;
             -moz-transition: 2s;
              -ms-transition: 2s;
               -o-transition: 2s;
                  transition: 2s;
        }

        h2 {
          margin: 0 auto;
        }

        .cta-base {
      width: 90%;
      margin: 0 auto;
    }

    .white-diamond {
      margin-top: -17px;
    }
    .circle {
      margin: 30px auto;
    }
    .row-space {
  margin-top: 15px;
    }

    .nav-address {
      margin-top: 7px;
    }

}