/*
	Theme Name: Elegantia Theme
	Theme URI: http://elegantia.inspirythemes.com/
	Description: A nicely designed theme for Restaurants, Cafe's and other food related businesses.
	Author: 960Development Team
	Author URI: http://www.960Development.com/
	Version: 1.1
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: custom-background, threaded-comments, translation-ready, light, one-column, two-columns, three-columns, four-columns, custom-menu, theme-options

	----------------------------------------------------------------------------------------------------------------*/
.menu-headermenu-container
{margin-left:100px;}

.menu-right_menu-container
{margin-right:-50px;}

#nav
{
    /* container */
}
    #nav > a
    {
        display: none;
    }
    #nav li
    {
        position: relative;
    }
 #nav a {
    margin-top: 20px;
    position: relative;
    top: 3px;
}
    /* first level */
 
    #nav > ul
    {
        height: 3.75em;


    }
        #nav > ul > li
        { float: left;
    font-size: 15px;
    height: 40%;
    margin-bottom: 0;
    margin-top: 20px;
    padding-left: 12px;
    padding-right: 4%;
background: url("images/list-bullet.png") no-repeat scroll 0 9px transparent;
   
        }
 #nav > ul > li > ul > li
{
float: left;
    font-size: 15px;
    height: 40%;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 4%;
background: url("images/list-bullet.png") no-repeat scroll 0 9px transparent;
   
}
 
    /* second level */
 
    #nav li ul
    {
        display: none;
        position: absolute;
        top: 100%;
    }
        #nav li:hover ul
        {
            display: block;
        }



/*.children{display:none;}*/


/* Forms

---------------------------------------- */



/* Form defaults */

input, select, textarea { 

	font-family:Arial, Helvetica, sans-serif;

	font-size:1em;

	vertical-align:middle;

	font-weight:normal;

	outline:none;

}

input[type="text"], textarea {

	padding:7px;

	border-radius:3px;

	resize:none;
float:right;

	line-height:15px;
/*width:265px!important;*/

	}
	input[type="email"], textarea {

	padding:7px;

	border-radius:3px;

	resize:none;
/*width:255px!important;*/

	line-height:15px;

	}
	input[type="number"], textarea {

	padding:7px;

	border-radius:3px;

	resize:none;

	line-height:15px;

	}

input[type="submit"], input[type="reset"] {

	position:relative;

	border:none;

	height:35px;

	cursor:pointer;

	margin-right:4px;

	display:inline-block;

	padding:7px 15px;

	text-decoration:none;

	border-radius: 3px;

	font-size: 14px;

	font-family: 'Oswald', sans-serif;

	text-transform: uppercase;

	}

input[type="submit"]:hover, input[type="reset"]:hover {

	border-radius: 3px;

	}
form select{float:right; width:206px!important;}
input[type="email"], textarea
{
/*width:50%;float:right!important;*/
}

.card p {
    color: #824328;
    width:80%!important;
    padding: 16.1px 20px 23px;
}

.card {
float:left; width:60%;	   
padding-left:0%;
}


.MsgSent {
    background-color: white;
    padding: 2%;width:96%; text-align:center;
}

.book_right > img {
    width: 299px;
    margin-top: 128px; border:none!important; box-shadow:none!important;
    
}
input[type="email"], textarea {
    background-color: #FFF9F1!important;
    border: 1px solid #E6E6E6;
    color: #B89E92!important;
    float: right!important;
    /*width: 50%!important;*/
}


/***********************Header address none*********************/
#header h6{display:none!important;}

/********************Footer********************/
#footer #footer-menu{margin-bottom:15px!important;}

#footer ul.social-nav{margin-bottom:0px!important;}



.price span, a#scroll-top{ background-color: #824328!important;}

@media only screen and (max-width: 767px) {
	.menu-right_menu-container{margin-right:0px;}
}


