/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        4.4
*/

body.mk-opened-nav div.navcustom.navreserve {
	padding-top:0;
    padding-right:0;
}
div.navcustom.navreserve {
    width: 80px;
    display: inline-block;
    padding-top: 10px;
    padding-right: 14px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

#mk-responsive-nav .navcustom {
    color: #444!important;
    margin: 0;
}

#mk-responsive-nav a.menu-item-link.mk-nav-open {display:none}

#decca_mailchimp {
	
	display: none;
	position: absolute;
	background-color: #161616;
	color: #ffffff;
	padding: 1em;

	right: 0;
	top: 125px;
}

#decca_mailchimp.decca_mailchimp_visible {
	display: inline-block;	
}


#decca_opentable {
	display: none;
	position: absolute;
	background-color: #161616;
	color: #ffffff;
	padding: 1em;

	right: 0;
	top: 125px;

}

#decca_opentable .OT_ExtLink {
	color: #ffffff;
	line-height: 1.25em;
    padding: 0.5em 0;
}

#decca_opentable.decca_opentable_visible {
	display: inline-block;	
}

/*
 * Reset the style from the theme 
 */

.ui-datepicker th {
	font-size: 10px;
}

@media handheld, only screen and (max-width: 1140px) {

	#decca_opentable.decca_opentable_visible {
		display: none;	
	}

}

#decca_close_popup {    
	display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
}

.decca_close_popup_visible_mailchimp,
.decca_close_popup_visible_opentable {
	display: block!important;
	background-color: rgba( 0, 0, 0, 0.5 );
}

/* CSS style of the form for opentable */
#decca_opentable input[type=email], 
#decca_opentable input[type=password], 
#decca_opentable input[type=search], 
#decca_opentable input[type=tel], 
#decca_opentable input[type=text],
#decca_opentable textarea {
	font-size: 10px;
    color: #767676;
    padding: 2px 20px 2px 5px;
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    outline: 0;
    margin-bottom: 4px;
}


/*
BELOW - JEAN MEDIA QUERIES
*/


@media only screen and (min-width : 1024px){
	.groupsbutton{
		width: 170px;
	}
}

@media only screen and (min-width : 768px){
.reservemobile{
	display:none;
}

.reservemobile a{
	text-decoration:underline !important;
}
}



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

.headerbanner .pagetitle{
	font-size: 36px !important;
	margin-top:0px !important;
}

.mk-button-align.center, .mk-button-align.left, .mk-button-align.right {
    width: 100% !important;
    text-align: center !important;
    float: none !important;
}
	
}



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

img.contacticon{
margin:  0 auto !important;
display: block;
}

.animated-column-image-icon{
	width:90px !important;
}

.contactinfo .phone,.contactinfo .addressblock{
	display:block;
	font-size: 14px !important;
	line-height: 20px !important;
	margin-bottom: 30px;
}

.contactinfo.contact {
    text-align: center !important;
}

img.singleicon {
    width: 60px !important;

}


.headerbanner .vc_separator{
display:none !important;}


.headerbanner .pagetitle{
	font-size: 24px!important;
	margin-top:36px !important;
}

#mk-footer .mk-col-1-4{
	border-left:none !important;
	    min-height: 0px !important;
    padding: 25px 0 !important;
    border-bottom: 1px solid #454545;
}

.headerbannercontainer .animated-column-desc{
	top:0px !important;
}

.headerbannercontainer .animated-column-holder{
	padding-top:50px !important;
	top:0px !important;
}

.headerbannercontainer .animated-column-btn{
		top:180px !important;
		}

.headerbannercontainer .animated-column-title{
	font-size:24px !important;
}

.headerbannercontainer{
	background: url(../../../wordpress/wp-content/uploads/2017/04/decca-homepage.jpg) #992E4E !important;
	max-height:356px;
	background-size: cover !important;
}

.mk-gallery-shortcode,.mk-blog-container{
	display:none !important;
}

.headerbannercontainer .background-clipper{
	display:none !important;
}

.animated-column-item:nth-of-type(1) .animated-column-btn a.mk-button {
	border-color:#ffffff !important;
	background-color:#ff3000 !important;
}
}

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

	.headerbannercontainer .animated-column-btn{
		font-size:12px !important;
}

.headerbannercontainer .animated-column-title{
	font-size:16px !important;
}

}

/* lechop popup */

.popup-bg {
background-image: url("http://atelierargentine.com/wp-content/uploads/2018/01/lechop-mtl.jpg");
}

h1.popup {font-size:26px;font-weight:600;}
h2.popup {font-size:18px;font-weight:600;}

.fancybox-content-inside {margin:0!important;padding:0!important;}

.popup {
text-align:center;
line-height:1;
color:#000!important;
margin-bottom:0;
}

a.lechop-btn {
    background-color:#000!important;
     color:#fff!important;
     font-weight:600;
     text-align:center;
     font-size:16px;
     text-transform:uppercase;
     padding:10px 40px;
     border-radius:25px;
     transition: background-color 0.5s ease;   
    display:block;
	width:200px;
	margin:0 auto;
 }
 
 a.lechop-btn:hover {
         background-color:rgba(0, 0, 0, .7)!important;
}

sup { 
    top: -5px!important;
    font-size: 16px!important;
}

.fancybox-close {
    width: 36px;
    height: 36px;
}

.page-id-259 #theme-page .theme-page-wrapper #mk-sidebar {display:none;}


#popmake-868.pum-container.popmake.theme-862.size-custom  {background-color:#fff}
div.ot-dtp-picker.standard {margin:0 auto!important}
button.pum-close.popmake-close {background-color:#000}