/*============================================================================================*/


/* Repsonsive  */


/*============================================================================================*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
    #sub_content h1 {
        font-size: 50px;
    }
}

@media (max-width: 1024px) {
    .parallax-window-2 {
        background-attachment: scroll;
    }
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    #modalCategorias .cat_nav li a:hover{
        background-color: initial !important;
        color: #555 !important;
        text-decoration: initial !important;
    }
    .box_style_1 .cat_nav .item_categorias{
        display: none;
    }
    #modalCategorias .cat_nav li a{
        width: 100%;
    }

    #modalCategorias .cat_nav {
        display: initial;
    }
    #sub_content #thumb img {
        width: 100px;
    }
    .box_style_rodape img {
        max-height: 100px;
        max-width: 130px;
    }
    .box_style_rodape {
        margin-bottom: 20px;
    }
    ul.cat_nav li.filho.filho-open a {
        padding: 10px 15px;
    }
    .cat_nav li.filho.filho-open a:before {
        content: "";
    }
    .dropdown-menu>li>a {
        white-space: nowrap;
    }
    .dropdown-menu {
        position: initial;
    }
	#sub_content.fechada h1{
		display:block;
	}
	.xsFont10{
		font-size: 10px;
	}
	#menugrupos{
		padding-left: 0;
		padding-right: 0;
	}
	.theiaStickySidebar{
		min-height: 45px;
	}
	.cat_nav {
		display: inline-flex;
		width: 100%;
		overflow-x: auto;
		border-bottom: 2px solid #DDD;
		-ms-overflow-style: none; /*// IE 10+*/
		overflow: -moz-scrollbars-none;/*// Firefox*/}
	.cat_nav>li.active>a {
		border-width: 0;
	}
	.cat_nav>li>a {
		border: none;
		color: #666;
		width: max-content;
		padding: 10px 15px;
	}
	.cat_nav>li.active>a{
		border: none;
		color: var(--a-color) !important;
		background: transparent;
	}
	.cat_nav li a:before {
		content: "";
	}
	.cat_nav>li>a:after {
		content: "" !important;
		background: var(--a-color);
		height: 2px;
		position: absolute;
		width: 100%;
		top: auto !important;
		left: 0px;
		bottom: 2px;
		transition: all 250ms ease 0s;
		transform: scale(0);
	}
	.cat_nav>li.active>a:after {
		transform: scale(1);
	}

	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		/*max-width: 400px;*/
	}
	.btn-pedir{
		margin-top: 5px;
	}
	.container-carrinho{
		padding-top: 80px;
    }
    .container-produto{
        padding-left: 0;
		padding-right: 0;
		padding-top:43px;
	}
    .foto-produto{
        margin-bottom: 10px;
        padding-right: 0;
        padding-left: 0;
    }
    footer{
        padding: 0;

    }
    #social_footer {
        border-top: 1px solid #ededed;
    }
    footer.produto {
        bottom: 72px;
        padding: 10px;
	}
	footer.carrinho {
        bottom: 72px;
        padding: 10px;
	}
	.fixo {
        display: block;
        position: fixed;
        top: 49px;
        width: 100%;
        left: 0;
        z-index: 3900;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0 !important;
        border: 1px solid #ededed !important;
    }
    .box_style_1{
        margin-bottom: 0px;
	}
    .cardapio-menu {
        padding-top: 10px;
        padding-bottom: 35px;
    }
    header {
        padding: 10px 0;
    }
    #sub_content {
        padding: 0 60px;
    }
    #sub_content h1 {
        font-size: 42px;
    }
    .box_home {
        min-height: inherit;
    }
    .main-menu-2 ul {
        margin: 2px 0 0 0;
    }
    a.button_intro,
    .button_intro,
    a.button_intro.outilne,
    .button_intro.outline {
        display: none;
    }
    .high_light {
        text-align: center;
    }
    .high_light a {
        position: static;
        margin-top: 30px;
    }
    /*Pricing tables*/
    .plan {
        min-height: inherit;
	}

	/* Mobile navigation for categories left column */
    .styled-select-cat select {
        background: transparent;
        width: 107%;
        padding: 7px 5px 5px 45px;
        border: 0;
        border-radius: 0;
        height: 50px;
        margin: 0;
        font-weight: 400;
        font-size: 14px;
        -moz-appearance: window;
        -webkit-appearance: none;
        cursor: pointer;
        color: #888;
    }
    .styled-select-cat {
        width: 100%;
        overflow: hidden;
        height: 50px;
        position: relative;
        border: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .styled-select-cat:before {
        font-style: normal;
        font-weight: normal;
        font-family: "ElegantIcons";
        font-size: 16px;
        content: "\67";
        position: absolute;
        left: 15px;
        top: 12px;
    }
    .styled-select-cat::-ms-expand{
        display: none;
    }
    .styled-select-cat select:focus {
        outline: none;
    }
}

@media (min-width: 769px) and (max-width: 979px) {
    /*Map listing */
    .full-height,
    .row-height {
        height: auto;
    }
    .content-left {
        height: auto;
        overflow-y: scroll;
        padding-top: 45px;
    }
    a.btn_listing {
        display: none;
    }
    #map_listing {
        width: 100%;
        height: 450px;
    }
    /*Pricing tables*/
    .plan-tall+.plan {
        border: solid #dddddd 1px;
    }
    .plan-tall {
        margin-right: 0;
    }
    .col-md-4.plan:first-child {
        margin-right: 0;
        margin-left: 0;
        border-right: solid #dddddd 1px;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    #sub_content h1 {
        font-size: 42px;
    }
    .strip_list,
    .strip_list .go_to {
        height: auto;
    }
    #hero_video {
        background: #333 url(../img/sub_header_home.jpg);
        background-size: cover;
        background-position: center center;
    }
    /*Map listing */
    .full-height,
    .row-height {
        height: auto;
    }
    .content-left {
        height: auto;
        overflow-y: scroll;
        padding-top: 45px;
    }
    a.btn_listing {
        display: none;
    }
    #map_listing {
        width: 100%;
        height: 400px;
    }

    .modal-dialog {
        width: 100%;
        max-width: 768px;
        margin: 0 auto;
    }
}


/* Small Devices, Tablets */

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

    .parallax-window#home {
        height: 150px;
        min-height: 150px;
    }
    #home #subheader {
        height: 150px;
    }
    #hero_video>div h1 {
        margin-top: 0;
    }
    .box_home#one {
        margin-top: 40px;
    }
    #sub_content {
        padding: 0 30px;
    }
    #sub_content h1 {
        font-size: 24px;
    }
    #home #subheader #sub_content p,
    #hero_video #sub_content p {
        display: none
    }
    #custom-search-input,
    #custom-search-input .search-query {
        width: 400px;
    }
    .main_title {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .main_title h2 {
        font-size: 24px;
    }
    .main_title p {
        font-size: 14px;
        margin-bottom: 0;
    }
    hr.more_margin {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    /* Parallax bg */
    .parallax-window#short,
    .parallax-window {
        height: 150px;
        min-height: 150px;
    }
    #short #subheader,
    #subheader,
    .parallax-content {
        height: 150px;
    }
    .parallax-content {
        font-size: 12px !important;
    }
    .parallax-content h3,
    .parallax-content-2 div h3,
    .high_light h3 {
        font-size: 30px !important;
    }
    .parallax-content i,
    .parallax-content-2 div i {
        font-size: 30px !important;
    }
    .strip_list,
    .strip_list .go_to a.btn_1 {
        margin-top: 20px;
        width: 100%;
    }
    .bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
        font-size: 12px;
    }
    .bs-wizard>.bs-wizard-step>.bs-wizard-dot {
        margin-top: -17px;
    }
    #sub_content.fechada #thumb, #sub_content .rating {
        display: none;
    }
    .form-group {
        margin-bottom: 20px;
    }
    #confirm i {
        font-size: 80px;
    }
    .login_icon {
        display: none;
    }
    /* Updates v.1.1 */
    /*General*/
    a.load_more_bt {
        margin-bottom: 20px;
    }
    /*4.6 Restaurant menu  */
    .thumb_menu_list {
        float: none;
        margin-right: 0;
    }
    .main_title.margin_mobile {
        margin-bottom: 30px;
    }
    /*Pricing tables */
    .col-md-4.plan:first-child,
    .col-md-4.plan:last-child {
        margin-right: 0px;
        margin-left: 0px;
        border-width: 1px 1px 1px 1px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .plan-tall+.plan {
        border-left: 1px;
        border: solid #dddddd;
    }
    .plan-tall {
        margin-right: 0;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    #sub_content {
        font-size: 12px;
    }
    #sub_content {
        padding: 0 15px;
    }
    #sub_content h1 {
        font-size: 16px;
    }
    #custom-search-input,
    #custom-search-input .search-query {
        width: 350px;
    }
    #custom-search-input input.btn_search {
        right: 15px;
        top: 10px;
    }
    .desc {
        padding-left: 0;
        text-align: center;
    }
    .thumb_strip {
        position: static;
        margin: auto;
        margin-bottom: 10px;
    }
    .opening {
        display: block;
    }
    .features-content {
        padding: 10%;
    }
    h3.slide_typo {
        letter-spacing: 0;
    }
    .header-video {
        height: 350px !important;
    }
    #hero_video #sub_content {
        padding: 0 15px;
    }
    a.box_work {
        font-size: 13px;
    }
    a.box_work h3 {
        font-size: 21px;
    }
    a.box_work h3 span {
        font-size: 14px;
    }
}
