/*
 Theme Name:   Foodie World Child (San Jose Ocana)
 Template:     foodie-world
 Text Domain:  foodie-world-child
*/

body {
	line-height: 1.1;
	font-size: 18px;
}

#masthead {
	background-color: #fff;
}

.main-navigation a:hover, .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation a:focus {
	color: #644634;
} 

#scrollup, #scrollup:hover {
	background-color: #080808;
}

.entry-header, .entry-footer, .site-footer, .menu-open #search-container, .site-overlay {
	display: none;
}

.singular-content-wrap {
	padding-top: 0;
}

.entry-content {
	margin-top: 0;
}

.site-branding {
	padding: 5px;
}

.singular-content-wrap, .site-content .wrapper {
	padding-bottom: 0;
}

p {
	text-align:justify;
	color: #000!important;
}

body {
	color: #000;
}

.entry-content a, .entry-content a:hover {
	text-decoration: none;
	color: #000;
}

.vc_custom_heading {
	margin-top: 0;
}

.tablepress {
	color: #fff;
}

.tablepress thead th, .tablepress td {
	border-bottom: none!important;
	background-color: transparent!important;
}

form {
	width: 80%;
	margin: 0 auto;
}

form p {
	text-align: right;
}

.entry-content input[type="text"], .entry-content input[type="email"], .entry-content textarea {
	min-width: 200px;
	width: 100%;
	max-width: 100%;
	margin: 5px auto;
}

input[type="submit"], input[type="submit"]:hover {
	background-color: #615e5e;
	border-radius: 15px;
	padding: 10px 40px;
}

table, td, .tablepress tbody td {
    border: none;
	border-top: none!important;
    font-weight: 600;
}

.custom p, .custom ul {
	color: #fff!important;
}

.contact-table {
	font-size: 1.3em;
}

td {
    padding: 0.5em 0em;
}

@media (max-width: 1000px){
	.contact-table {
		font-size: 1em;
	}
	
	form p {
		text-align: center;
	}
}