/*
Theme Name: beez Restaurant Framework
Theme URI: http://www.iambeez.com
Author: beez
Author URI: http://www.iambeez.com/
Description: This is a restaurant framework
Version: 1.0
License: Commercial
License URI: http://www.google.com
Tags: black
Text Domain: restaurant_framework
*/


img {
    max-width: 100%;
    height:    auto;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; 
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/*
*   Framework CSS
*/

.navbar {
    min-height: 40px;
    border: none;
    border-radius: 0;
    position: relative;
}
.nav-social-icon {
    margin-left: 2px;
    margin-top: 8px;
    display: inline-block;
    font-size: 32px;
    line-height: 34px;
    float: left;
}
.nav-social-icon:first-of-type {
    margin-left: 15px;
}
.fullsize-social {
    display: none;
    position: absolute;
    top: 0;
    right: 10px;
}
.fullsize-social .fullsize-social-icon {
    margin-top: 8px;
    display: inline-block;
    font-size: 34px;
    line-height: 34px;
}


@media (min-width: 768px) {
    .nav-social-icon {
        display: none;
    }
    .navbar .nav-justified,
    .text-center.navbar-collapse {
        margin-left: 15px;
    }
    .text-center.navbar-collapse {
        margin-right: 15px;
    }
    
    .text-center .navbar-nav {
        display: inline-block;
        vertical-align: top;
        float: none;;
    }
    .fullsize-social {
        display: block;
    }
}

@media (max-width: 991px) {
    .fullsize-social  {
        display: none;
    }
}
/*
*   Social Icons
*/
.fullsize-social-icon .fa-facebook-square,
.nav-social-icon .fa-facebook-square {
    color: #3B5998;
}
.fullsize-social-icon .fa-google-plus-square,
.nav-social-icon .fa-google-plus-square {
    color: #DF4A32;
}
.fullsize-social-icon .fa-twitter-square,
.nav-social-icon .fa-twitter-square {
    color: #55ACEE;
}

/*
*   Carousel
*/

.carousel .item img {
    width:  100%;
    height: auto;
}

.carousel .carousel-caption {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000)";/*IE 8*/
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000); /*IE 5.5-7*/
}

@media (max-width: 1199px) {

    .carousel .item h1 {
        font-size: 22px;
    }
}

@media (max-width: 1023px) {

    .carousel .item h1 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {

    .carousel .item h1 {
        font-size: 18px;
    }    
}
@media (max-width: 500px) {

    .carousel .item h1 {
        font-size: 16px;
    }
}

@media (min-width: 500px) {
    .carousel-control.left {
        right: 85px;
        left: auto;
        width: 80px;
        height: 80px;
        bottom: 100px;
        top: auto;
        background: rgba(0,0,0,0.25);
    }
    .carousel-control.right {
        right: 0px;
        left: auto;
        width: 80px;
        height: 80px;
        bottom: 100px;
        top: auto;
        background: rgba(0,0,0,0.25);
    }
    
}
.carousel .item .carousel-caption {
    position: absolute;
    top: 50px;
    left: 50px;
    right: 50px;
    bottom: 50px;
    padding: 0;
}
.carousel .item .carousel-caption h1 {
    margin: 0;
    padding-left: 50px;
    padding-right: 50px;
}

.carousel .item .carousel-caption.topLeft {
    text-align: left !important;
    top: 80px;
}
.carousel .item .carousel-caption.topCenter {
    text-align: center !important;
    top: 80px;
}
.carousel .item .carousel-caption.topRight {
    text-align: right !important;
    top: 80px;
}
.carousel .item .carousel-caption.middleLeft {
    text-align: left !important;
    top: 50%;
    margin-top: -20px;
}
.carousel .item .carousel-caption.middleCenter {
    text-align: center !important;
    top: 50%;
    margin-top: -20px;
}
.carousel .item .carousel-caption.middleRight {
    text-align: right !important;
    top: 50%;
    margin-top: -20px;
}
.carousel .item .carousel-caption.bottomLeft {
    text-align: left !important;
    top: auto;
    bottom: 50px;
}
.carousel .item .carousel-caption.bottomCenter {
    text-align: center !important;
    top: auto;
    bottom: 50px;
}
.carousel .item .carousel-caption.bottomRight {
    text-align: right !important;
    top: auto;
    bottom: 50px;
}

.marquee {
    width: 100%;
    overflow: hidden;
    padding-top:    10px;
    padding-bottom: 10px;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 3;
}
.carousel-border {
    z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-control {
    display: none;
}

.page-gmaps {
    position: relative;
    overflow: hidden;
}
.page-gmaps .get_directions {
    position: absolute;
    top: 15px;
    right: 15px;
}
.page-gmaps .get_directions .btn.btn-primary {
    border: 0;
    border-radius: 0;
    line-height: 30px;
    height: auto;
    background: #dc3023;
    color: #fff !important;
}

/*
*   Google Maps
*/

#map {
    width: 100%;
    height: 400px;
}

#map img { max-width: none; }

/*
*   hours
*/

.hours_wrap {
    text-align: center;
}
.hours_wrap .hours {
    display: inline-block;
    text-align: right;
}