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

* Theme Name: Deliciko Child
* Theme URI: https://themeforest.net/user/tripples/portfolio
* Description: Deliciko is a functional Restaurant WordPress Theme.
* Version: 1.0
* Author: Tripples
* Author URI: http://www.themewinter.com
* Template: deliciko
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

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


/*---- GENERAL LAYOUT ----------------------------------------*/

html, body {
  overflow-x: hidden;
}
body {
  position: relative
}

.short-width {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}


/*---- page HOME ----------------------------------------*/

.owl-carousel .owl-item img { border-radius: 100%; }
.slider-item .container {max-width:700px; margin: 0 auto;}
.gallery {
    row-gap: 16px;
}



/*---- FOOTER ----------------------------------------*/

.ts-footer {
	padding-top: 1px;
}
.ts-footer > .container > div:first-child { 
	display: none;
}
.copyright-footer {
    display: flex;
    justify-content: space-between;
}
.ts-footer .row.copyright .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (max-width:480px) {
	.copyright-footer { display: block; }
	.copyright-footer p { margin-bottom: 0; }
}


/*---- HEADER ----------------------------------------*/

.navbar-container { background-color: #681A2A; }
.header-standard .navbar-container .navbar-light .navbar-brand { background-color: #681A2A; padding: 10px 0; margin-bottom:0;}
.navbar-container .navbar-brand img { min-width: 300px; }
.header .navbar-container .navbar-light .main-menu li a { 
	color:#fff; 
	font-size: 16px;
    text-transform: none;
    font-style: normal;
    font-weight: 400;
    line-height: normal;}
.header .navbar-container .navbar-light .main-menu > li > a:before{ display:none; }
.navbar-light .navbar-toggler { background: #fff; }
.navbar-light .navbar-toggler .navbar-toggler-icon i {color:#681A2A;}
.copyright-footer a,a.contact-link { color: #ffffff !important; }
@media (min-width:768px){
	.header .navbar-container .navbar-light .main-menu > li { padding: 0px 4px; }
}
@media (max-width:990px){
	.header .navbar-container .navbar-light .main-menu > li { padding: 12px 24px; }
}


.BackTo {
    background-color: #333;
}