/* @override http://www.foodisbliss.com.php56-18.dfw3-1.websitetestlink.com/wp-content/themes/Bliss/css/main.css */

/* @override http://www.foodisbliss.com.php56-18.dfw3-1.websitetestlink.com/wp-content/themes/Bliss/css/main.css */

/* @override http://attorneyjonpowell.com/wp-content/themes/powell/css/main.css */

/* @override http://attorneyjonpowell.com/wp-content/themes/powell/css/main.css */

@charset "utf-8";
/* CSS Document */

body {

    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    color: #000;
    font-family: "Roboto", arial;
    background: #000 url("../img/body_bg.jpg") no-repeat bottom;
    background-size: contain;
}

.clear {
    clear: both;
}

.texas{
    margin-bottom:-50px;
}

.texas img{
    max-width:100%;
}

.rest_info{
    display:block;
}

.inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.left {
    float: left;
}

.right {
    float: right;
}

img {
    width: auto;
    height: auto;
}

img.alignleft {
    float: left;
    padding-right: 15px;
    padding-bottom: 15px;
}

img.alignright {
    float: right;
    padding-left: 15px;
    padding-bottom: 15px;
}

.navbar-default .navbar-nav > li > a, .nav a {
    text-decoration: none;
    padding: 0 10px;
    text-transform: capitalize;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 56px;
    display: inline-block;

}

p {
    font-family: "Roboto";
    color: #000;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 300;

}
a {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.navbar-nav ul {
    margin-bottom: 0;
}

.navbar-nav ul li {
    display: inline-block;
}

.navbar-toggle {
    top: 0;
}

.navbar-default .navbar-nav > li > a:hover, .nav > a:hover, .current_page_item {
    position: relative;
    background: transparent;
    color: #E8E8E8;
}
.current_page_item:before{
    content: '';
    background: url("../img/active_icon.png") no-repeat;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    width: 20px;
    height: 4px;
    margin: 0 auto;
}

.header {
    min-height: 75px;
    width: 100%;
    z-index: 16;
}

.banner {
    width: 100%;
}
.top-header {
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 9;

}
.white_bg{ background: #fff; padding: 50px 60px;}
.relative{ position: relative;}
.inner_title_stage{ background: url("../img/title_stage.png") no-repeat center; min-height: 79px; width: 100%;
    font-size: 24px; font-weight: 100; color: #fff; text-transform: capitalize;padding: 20px 115px;
    position: relative;
    top: -28px;
    margin-bottom: -28px;
}
.header .logo-img {
    margin: 0 15px 0 15px;
}

.header-inner {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
}

.menu-item:hover .sub-menu {
    display: block;
}
.sp-image-container {
    text-align: center;
}

.sp-image-container img {
    width: 100%;
}

.page-sub-header{
    background: url("../img/home_title_stage.png"); width: 100%; min-height: 115px;
    padding: 20px;
    position: relative;
    text-align: center;
    top: -28px;
    margin-bottom: -28px;
}
.page-sub-header p{ font-size: 24px; font-weight: 100; color: #fff;}
.hm_img_box{ position: relative; top:-44px; margin-bottom: -44px;}
.hm_img_box img:nth-child(even){margin: 0 18px;}

.testimonial{font-family: 'Bell MT','Roboto',sans-serif; font-style: italic; font-size: 34px; color: #cccccc; margin: 44px 0; text-align: center;}

/* Common and home */


/* Footer */
footer {
   padding-top: 150px;
   text-align:center;
}

footer p{
    display:inline;
    padding-left:7px;
}

footer .social{
    display:inline;
    padding-left:30px!important;
}

footer .social img{
	padding-left: 20px;
}

.food_review{
    padding-top:25px;
    margin:0 auto;
    padding-bottom:10px;
}

.j12{
    padding-bottom: 25px;
}

.j12 p{
    font-size:12px;
    color:#999999;
}

.j12 a:hover p{
    color:white;
}






.food_review img{
    height:78px;
    width:160px;
    padding-left:20px;
}

footer p{ color: #fff; margin-bottom: 0;padding-top: 28px; font-weight: 100;}
footer .footer_btm{ background: url("../img/footer_bottm.png") no-repeat center; height: 26px; width: 100%;margin-top: 10px;}


/* Footer */






.sidebar {
    background: #eaeaea;
    min-height: 853px;
    width: 439px;
    max-width: 100%;
    float: right;
    text-align: center;
}
/* About us */

.rel_image{margin-left: 112px; z-index: 1;}
.rel_textbox{margin-left: -48px;}
.default_page .white_bg{ padding: 50px 80px; }

/* About us */


/* For responsive page */

@media screen and  (max-width:1200px) {


    .navbar-default .navbar-nav > li > a, .nav a {
        font-size: 15px;
        padding: 0 8px !important;
    }
    .header .logo-img {
        width: 82%;
        max-width: 220px;
        margin: 0px 13px 0 13px;
    }
}

@media screen and (max-width: 1100px) {


    .header .logo-img {
        width: 82%;
        max-width: 187px;
        margin: 0px 13px 0 13px;
    }
}

@media screen and (max-width:991px) {

    .navbar-default .navbar-nav > li > a, .nav a {
        font-size: 13px;
        padding: 0 6px !important;
    }

    .header .logo-img {
        margin: 0 0 0 15px;
    }

    .sidebar {
         float: none;
    }

    .rel_image { margin-left: 20px;     text-align: center; }
    .rel_textbox {  margin-left: -32px;}

}



@media screen and  (max-width:767px) {

    .best img{
        padding-top:20px;
        width:500px!important;
        height:90px!important;
    }

    .navbar-collapse {
        float: none;
        width: 100%;
        text-align: center;
        box-shadow: 0 2px 20px #b7b7b7;
        -webkit-box-shadow: 0 2px 20px #b7b7b7;
    }
    .rel_image { margin-left: 0px;  }
    .rel_image img { max-width: 100% }
    .navbar-collapse li {
        border-bottom: 1px dashed #f3f3f3;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e6e6e6;
        z-index: 1;
        background-color: #f8f8f8;
    }
    .navbar-collapse li:hover {
        background: #dedede;
    }

    .header .logo-img {
        margin: 0 13px 0 13px;
    }

    .navbar-toggle {
        top: 44px;
    }
    .navbar-collapse{    margin-top: 84px;}
    .navbar-default .navbar-nav > li > a, .nav a {
        line-height: 50px;
        display: block;
        color: #333;
        letter-spacing: 1px;
    }

    .sub-menu {
        display: block !important;
        position: relative !important;
        float: none !important;
        left: 0;
    }

    .inner-pages-content .row {
        display: block !important;
    }
    .page-sub-header{top:0; margin-bottom: 10px;padding: 20px 60px;}
    .page-sub-header p{ font-size: 20px;}
    .hm_img_box{ top: 0; margin-bottom: 10px;}
    .hm_img_box img:nth-child(even){ margin: 0;}
    footer p{padding: 20px 0;}
    .sm_center{ text-align: center;}

    .rel_textbox { margin-left: 0; }
    .inner_title_stage{ top:0; margin-bottom: 0;}

    .navbar-logo{ float: none; padding: 0; position: absolute; left: 10px; top: 20px;}
    .navbar-default .navbar-nav > li > a:hover, .nav > a:hover{ color: #000 !important;}
	
	footer {
		padding-top: 50px;
    }
	.testimonial {
		font-size: 23px;
	}
	.slider-pro {
		margin-top: 138px !important;
	}
}

@media screen and  (max-width:575px) {

    .inner_title_stage{
     padding: 20px;
    }
    .page-sub-header{
        padding: 20px 20px 1px 20px;
    }

    .best img{
        padding-top:20px;
        width:400px!important;
        height:80px!important;
    }
}

@media screen and  (max-width:480px) {

 .best img{
        padding-top:20px;
        width:350px!important;
        height:70px!important;
    }

}

@media screen and  (max-width:360px) {
    .white_bg {
        background: #fff;
        padding: 50px 30px;
    }

}


















