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

	Theme Name: LeadzyFood
	Theme URI: https://letstalkproductions.com
	Description: Website theme for a restaurant and food business. Add menu items and food descriptions
	Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-header, featured-images
	Version: 2.0
	Author: R. Clark
	Author URI: https://leadzy.net
	License: GNU General Public License
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: leadzyfood
	
	
	CSS Table of contents:
	- CSS Reset
	- Header
	- Footer
	- Typography
	- General Styles
	- Columns & Layout
	- Home Page Sections
	- Subpages
	- Blog
	- Media Queries
	
	Theme Files:
	- 404.php
	- header.php
	- footer.php
	- frontpage.php
	- index.php
	- functions.php
	- archive.php
	- page.php
	- README.txt
	- screenshot.png
	- sidebar.php
	- single.php
	- comments.php
	- style.css
	- search.php
	- searchform.php

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




/* RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	zoom:1;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, row {
	display: block;
}




/* For Body Height */
html, body {
	height: 100%!important;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 17px;
	margin: 0;
}




/* WORDPRESS REQUIRED CLASSES */
.sticky {}
.gallery-caption {}
.bypostauthor{}

.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}

.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
	
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


.leftmargin{
	margin-left: 0;
}

.searchbox{
	border: 1px solid #ddd;
	padding: 20px;
	color: #262626;
	margin-bottom: 30px;
	background: rgba(255,255,255,0.6);
}
.searchbox h3 {
	color: #0D3B66;
}

hr {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #f4f4f4;
}




/* GOOGLE MAP */
.acf-map {
    width: 100%;
    height: 400px;
    margin: 20px 0;
	/*background: #f4f4f4;*/
	border: 1px solid #ddd;
}
#listing p {
	font-size: 20px;
}
#listing i.fa {
	/*border: 1px solid #ddd;*/
	background: #f4f4f4;
	width: 50px;
	height: 50px;
	text-align: center;
	padding-top: 5px;
}




/*
	************************************************************************************************
	MEDIA QUERIES
	************************************************************************************************
*/

/* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
		
		
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
		
    }
	
	
	
	@media only screen and (min-width : 768px) {
		
		
		
	}
	

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
		
		
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
		
		
		
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
		
		
    }