/*
 Theme Name:	Cafe Elements Child
 Theme URI:		http://press75.com/view/cafe-elements/
 Description:	Cafe Elements Child Theme
 Author:		Press75
 Author URI:	http://press75.com
 Template:		cafe-elements
 Version:		1.0.0
 License:		GNU General Public License v2 or later
 License URI:	http://www.gnu.org/licenses/gpl-2.0.html
 Tags:			light
 Text Domain:	cafe-elements-child
*/

/* Post grid */
.post-grid a {
	text-decoration: none;
	display: block;
}
.post-grid a:hover {
	color: inherit;
	opacity: 0.8;
}

/* Footer */
.footer {
	padding: 0 0 75px 0;
}

.footer .blue {
  background-color: #00a8e7;
}
.footer-graphic {
	width: 100%;
}
.footer-logo {
	margin: 30px 0;
	width: 120px;
}


.footer-menu {
	text-align: left;
	margin: 40px 0;
	padding: 0;
	list-style: none;
}
.footer-menu li {
	border-top: 1px solid #5bcbf5;
}
.footer-menu li:last-child {
	border-bottom: 1px solid #5bcbf5;
}
.footer-menu a {
	padding: 4px 0;
	display: block;
}
.footer-menu a:hover {
	background: rgba(255,255,255,0.1);
}

@media (min-width: 768px) {
	.footer-logo {
		width: auto;
	}
}

/* Header */
.site-branding {
	margin-top: 20px;
}
.site-branding a img {
	width: 200px;
}

@media (min-width: 768px) {
	.site-branding {
		margin-top: 20px;
	}
	.main-navigation ul li a {
		padding: 2.133em 4px 2em;
		margin: 0 5px;
	}
}

@media (min-width: 1200px) {
	.site-branding {
		margin-top: 9px;
	}
	.site-branding a img {
		width: auto;
	}
	.main-navigation ul li a {
		margin: 0 15px;
		padding: 2.133em 10px 2em;
	}
}

/* Page title */
.section.page-title {
	min-height: 240px;
}

@media (min-width: 768px) {
	.section.page-title {
		min-height: 300px;
	}
}

/* Content */
p,
fieldset,
table {
	margin-bottom: 1.2em;
}
h1 {
	color: #00a8e7;
}
h2,
h3,
h4,
h5,
h6 {
	margin: 24px 0 8px;
}
.site-main p,
.site-main li {
  font-size: 1.2em;
}