/*
Theme Name: SS Foundation
Theme URI: http://www.supersimplethemes.com/foundation
Author: supersimplethemes
Author URI: http://www.supersimplethemes.com
Description: Super Simple Themes was established to provide fast loading WordPress themes without the clutter. SS Foundation features a clean, responsive, layout designed for use by bloggers yet flexible enough to use for business of portfolio websites.
Version: 1.0.4
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: ss-foundation
Tags: custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, sticky-post, theme-options, blog
SS Foundation WordPress Theme Copyright 2018 supersimplethemes.com
SS Foundation WordPress Theme is distributed under the terms of the GNU GPL
*/

/* ----- html elements ----- */
body {
	padding: 0;
	margin: 0;
	background-color: #fff;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	opacity: 0.7;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: -0.02em;
}
ul, ol {
	padding-left: 20px;
}
label {
	font-weight: bold;
	font-size: 15px;
}
input[type=text], input[type=email], input[type=url], input[type=tel], input[type=date],
input[type=number], input[type=search], input[type=password], textarea {
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: 14px;
}
input[type=submit] {
	border: 0;
	background-color: #000;
	color: #fff;
	padding: 5px 15px;
	font-size: 14px;
	border-radius: 3px;
}
input[type=submit]:hover {
	opacity: 0.7;
}
table {
	border-collapse: collapse;
}
th {
	background-color: #ddd;
}
th, td {
	border: 1px solid #eee;
	padding: 5px 10px;
}
blockquote {
	background-color: #eee;
	padding: 5px 30px;
	margin: 0;
}
pre {
	white-space: pre-wrap;
}

/* ----- layout ----- */
.wrap {
	max-width: 1024px;
	margin: auto;
	padding: 0 15px;
}

/* ----- header main - inc primary menu ----- */
#header-main.mega-menu #hamburger {
	display: none;
}
#header-main {
	padding: 20px 0 20px 0;
	background-color: #333;
	color: #fff;
	float: left;
	width: 100%;
}
#header-branding {
	float: left;
	width: 40%;
}
#header-branding a {
	color: #fff;
}
#header-name {
	font-size: 18px;
	font-weight: bold;
}
#header-desc {
	opacity: 0.7;
	font-size: 13px;
	margin-bottom: 15px;
	font-weight: bold;
}
#header-menu {
	float: right;
	width: 60%;
}
#header-menu ul {
	margin: 10px 0 0 0;
	padding: 0;
	float: right;
}
#header-menu ul li {
	display: inline;
	list-style: none;
	margin-right: 20px;
}
#header-menu ul li:last-child {
	margin-right: 0;
}
#header-menu ul li a {
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
}
#header-menu .sub-menu {
	display: none;
}
@media (min-width:769px) {
	/* menu hover effects large screen only */
	#header-menu.default-menu li > a:before {
	  content: "";
	  position: absolute;
	  width: 100%;
	  height: 2px;
	  bottom: 0;
	  left: 0;
	  background-color: #fff;
	  visibility: hidden;
	  -webkit-transform: scaleX(0);
	  transform: scaleX(0);
	  -webkit-transition: all 0.2s ease-in-out 0s;
	  transition: all 0.2s ease-in-out 0s;
	}
	#header-menu.default-menu li > a:hover {
	  color: #fff;
		opacity: 1;
	}
	#header-menu.default-menu li a:hover:before {
	  visibility: visible;
	  -webkit-transform: scaleX(1);
	  transform: scaleX(1);
	}
}
@media (max-width:768px) {
	#header-main.mega-menu #header-menu {
		width: 100%;
	}
	#header-branding {
		width: 90%;
	}
	#header-menu .menu {
		-webkit-transition: opacity 0.5s ease-in;
		-moz-transition: opacity 0.5s ease-in;
		-ms-transition: opacity 0.5s ease-in;
		-o-transition: opacity 0.5s ease-in;
		transition: opacity 0.5s ease-in;
		opacity: 0
	}
	#header-menu.active .menu {
		opacity: 1;
	}
	#header-menu.active {
		width: 100%;
		height: 100%;
		background-color: #333;
		position: absolute;
		z-index: 10;
		top: 0;
		left: 0;
	}
	#header-menu.active .menu {
		display: block;
		margin-top: 55px;
	}
	#header-menu ul {
		display: none;
		width: 100%;
	}
	#header-menu ul li {
		display: inline-block;
		width: 80%;
		border-bottom: 1px solid #fff;
		margin-left: 15px;
	}
	#header-menu ul li a {
		padding: 10px 0;
		display: block;
		font-size: 18px;
	}
}

/* ----- header secondary ----- */
#header-secondary {
	width: 100%;
	color: #fff;
	margin-bottom: 45px;
	float: left;
}
#header-overview {
	width: 85%;
	font-size: 32px;
	font-weight: bold;
	padding: 0 0 30px 0;
	opacity: 0.7;
}
#header-title {
	padding: 20px 0 30px 0;
}
#header-title h1 {
	margin: 0 0 5px 0;
}
#header-title-meta {
	font-size: 14px;
	opacity: 0.7;
}
#header-title-meta span {
	margin: 0 5px;
	opacity: 0.7;
	display: inline-block;
}
#header-title-meta a {
	color: #fff;
}
@media (max-width:480px){
	#header-overview {
		font-size: 24px;
	}
}

/* ----- hamburger menu ----- */
#hamburger {
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
	padding-top: 8px;
	position: absolute;
	z-index: 11;
}
#hamburger:hover {
    opacity: 0.7;
}
#hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}
#hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
#hamburger-inner, #hamburger-inner::before, #hamburger-inner::after {
  width: 30px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
#hamburger-inner::before, #hamburger-inner::after {
  content: "";
  display: block;
}
#hamburger-inner::before {
  top: -10px;
}
#hamburger-inner::after {
  bottom: -10px;
}
#hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
#hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#hamburger.active #hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
#hamburger.active #hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
#hamburger.active #hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width:768px) {
	#hamburger {
		display: inline-block;
	}
}

/* ----- footer ----- */
#footer {
	background-color: #eee;
	padding: 40px 0;
	clear: both;
}
#footer-widgets {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
#footer-meta {
	font-size: 14px;
	opacity: 0.7;
}
#footer .menu {
	padding: 0;
	margin: 0 0 5px 0;
}
#footer .menu li {
	display: inline;
	margin-right: 10px;
	font-size: 13px;
	text-transform: uppercase;
}

/* ----- widgets ----- */
.widget {
	margin-bottom: 30px;
}
.widget .widget-title {
	margin-top: 0;
}

/* ----- post teasers ----- */
.sticky {
	border-bottom: 3px solid #333;
}
.sticky .teaser-date {
	font-size: 13px;
	font-weight: bold;
}
.sticky .teaser-heading {
	font-size: 24px;
}
.sticky .teaser-excerpt p {
	margin-bottom: 25px;
}
.paged .teaser-date span {
	display: none;
}
.teaser-date {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.teaser-heading {
	margin: 0 0 5px 0;
	font-size: 20px;
}
.teaser-excerpt p {
	margin: 0;
	opacity: 0.7;
}

/* ----- pagination ----- */
.nav-links {
	margin-bottom: 60px;
}
.nav-links .prev, .nav-links .next {
	background-color: #333;
	color: #fff;
	border-radius: 99px;
	padding: 3px 5px;
}
.nav-links .page-numbers {
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
}
.nav-links .current {
	text-decoration: underline;
}

/* ----- post & page content ----- */
article {
	margin-bottom: 45px;
	clear: both;
}
article h1 {
	font-size: 36px;
}
article h2 {
	font-size: 30px;
}
article h3 {
	font-size: 26px;
}
article h4 {
	font-size: 21px;
}
article h5 {
	font-size: 16px;
}
article h6 {
	font-size: 16px;
	text-transform: uppercase;
}
article p {
	margin-bottom: 25px;
	line-height: 1.6em;
}
article li {
	margin-bottom: 8px;
	line-height: 1.4em;
}
article img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}
article #post-meta {
	margin-bottom: 30px;
}
article #post-tags {
	padding: 0;
	margin-top: 45px;
	width: 100%;
	clear: both;
}
article #post-tags li {
	list-style: none;
	display: inline;
	margin-right: 10px;
	font-size: 12px;
	text-transform: lowercase;
	background-color: #333;
	padding: 3px 10px;
	border-radius: 2px;
	color: #fff;
}
article #post-tags li a {
	color: #fff;
}

/* ----- wordpress required ----- */
.screen-reader-text  {
	display: none;
}
.alignleft {
	float: left;
	margin: 0 30px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 30px;
}
.aligncenter {
	float: none;
}
.wp-caption img {
	margin-bottom: 0;
}
.wp-caption-text, .gallery-caption {
	font-size: 14px;
	font-style: italic;
	opacity: 0.7;
}
.gallery .gallery-item {
	display: inline-block;
	margin: 0 1px 1px 0;
}

/* ----- comments ----- */
#comments {
	padding-left: 0;
	list-style: none;
}
#comments .comment {
	list-style: none;
}
#comments .comment-author {
	font-size: 14px;
}
#comments .comment-author img {
	float: left;
	margin-right: 10px;
	position: relative;
	top: 2px;
}
#comments .comment-metadata {
	font-size: 13px;
	opacity: 0.7;
}
#comments .comment-content p {
	font-size: 15px;
}
#comments .reply a {
	font-size: 13px;
	text-transform: uppercase;
	border-bottom: 1px solid #333;
}
#comments .bypostauthor .avatar {
	border: 2px solid #333;
}
#comments .pingback {
	margin-bottom: 15px;
	font-size: 14px;
}
#comments-closed {
	margin-bottom: 45px;
	font-weight: bold;
	border-left: 3px solid #333;
	padding-left: 10px;
}

/* ----- comment form ----- */
#respond {
	margin-bottom: 50px;
	background-color: #f3f3f3;
	float: left;
	width: 100%;
	padding-top: 15px;
}
#respond .comment-notes {
	font-size: 15px;
}
#respond .comment-reply-title {
	margin-left: 50px;
}
#respond .comment-form {
	padding: 0 50px 30px 50px;
}
#respond .comment-form label {
	font-size: 14px;
}
#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url {
	width: 48%;
	display: inline-block;
	margin: 0 0 10px 0;
}
#respond .comment-form-author input, #respond .comment-form-email input, #respond .comment-form-url input {
	width: 75%;
	float: right;
}
#respond .comment-form-comment {
	width: 48%;
	float: right;
	margin: 0 0 10px 0;
}
#respond .comment-form-comment label {
	display: none;
}
#respond .comment-form-comment textarea {
	width: 100%;
	height: 94px;
}
@media(max-width:768px) {
	#respond .comment-reply-title {
		margin-left: 15px;
	}
	#respond .comment-form {
		padding: 0 15px 15px 15px;
	}
	#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url {
		width: 100%;
		margin: 0 0 10px 0;
	}
	#respond .comment-form-comment {
		width: 97%;
		float: none;
		margin: 0 0 10px 0;
	}
	#respond .comment-form-comment textarea {
		height: 60px;
	}
}

/* ----- css fixes - admin users ----- */
.admin-bar #respond .comment-form-comment {
	float: left;
}
.admin-bar #respond .form-submit {
	clear: both;
}

.wp-block-code {
    font-family: Menlo,Consolas,monaco,monospace;
    font-size: 14px;
    color: #23282d;
    padding: .8em 1em;
    border: 1px solid #e2e4e7;
    border-radius: 4px;
}