/*
Theme Name: Poly
Theme URI: https://wordpress.com/themes/poly/
Author: Automattic
Author URI: https://wordpress.com/themes/
Description: A colorful theme with a dynamic grid layout
Version: 1.0
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Status: inactive
Text Domain: poly
Domain Path: /languages/
Tags: art, bright, classic-menu, clean, colorful, custom-background, custom-colors, custom-header, custom-menu, design, elegant, featured-images, flexible-header, full-width-template, geometric, infinite-scroll, left-sidebar, light, modern, photoblogging, post-formats, responsive-layout, right-sidebar, rtl-language-support, sticky-post, theme-options, translation-ready, two-columns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Poly is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
body.custom-background-size {
	background-position: 0 0 !important;
	background-repeat: no-repeat !important;
	background-attachment: fixed !important;
	-webkit-background-size: cover !important;
	-moz-background-size:    cover !important;
	background-size:         cover !important;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 20px;
	font-family: Montserrat, sans-serif;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 20px;
}

/* Text elements */
p {
	margin-bottom: 20px;
}
ul,
ol {
	margin: 0 0 20px 0;
}
ul {
	list-style: square inside;
}
ol {
	list-style: decimal inside;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 20px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 20px 20px;
}
b,
strong {
	font-weight: bold;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	padding: 20px 20px 1px 20px;
	margin: 0 0 20px;
	background: #00aeef;
	color: #fff;
	font-family: Montserrat, sans-serif;
}
blockquote cite a {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
}
blockquote cite a:hover,
blockquote cite a:focus,
blockquote cite a:active {
	color: #fff;
}
address {
	margin: 0 0 20px;
}
pre {
	position: relative;
	padding: 20px 20px 20px 51px;
	margin-bottom: 20px;
	max-width: 100%;
	overflow: auto;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	-ms-word-wrap: normal;
	word-wrap: normal;
}
pre:before {
	content: '\f121';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 30px;
	height: 100%;
	background: #ff64cd;
	color: #fff;
	font-family: FontAwesome;
	font-size: 16px;
	text-align: center;
}
code,
kbd,
tt,
var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}
mark,
ins {
	padding: 0 2px;
	background: #00aeef;
	color: #fff;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 20px;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 1px 0 0 1px;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}
th,
td {
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 0 1px 1px 0;
}
.site-footer table,
.site-footer th,
.site-footer td {
	border-color: rgba(255, 255, 255, 0.7)
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

/* Forms */
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
	outline: none;
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	position: relative;
	padding: 10px 20px;
	border: none;
	background: #ff64cd;
	color: #fff;
	font-family: Montserrat, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #3f0082;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #000;
	border: 1px solid transparent;
	background: rgba(0, 0, 0, 0.1);
	-webkit-appearance: none;
	border-radius: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #111;
	outline: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 5px;
	width: 100%;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
}

/* Links */
a {
	color: #ff64cd;
}
a:hover,
a:focus,
a:active {
	color: #000;
}
.site-footer a {
	color: #fff;
	text-decoration: none;
}
.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active {
	color: rgba(255, 255, 255, 0.7);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	right: 0;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after
.widget-container:before,
.widget-container:after {
	content: '';
	display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.widget-container:after {
	clear: both;
}


/* =Theme
----------------------------------------------- */

body {
	position: relative;
	width: 100%;
	background: #dfe0db;
}
.site-header {
	padding: 0 40px;
	margin-bottom: 60px;
}
.site-branding {
	margin: 60px 0;
	color: #00aeef;
	text-transform: uppercase;
	text-align: center;
}
.site-title {
	margin: 0;
	color: #00aeef;
	font-size: 3em;
	line-height: 1.2;
	font-weight: bold;
}
.site-title a {
	color: inherit;
	text-decoration: none;
}
.site-description {
	margin: 0;
	font-size: 1em;
	line-height: 1.5;
}
.site-image,
.site-image img {
	display: block;
}
.site-image {
	margin-bottom: 60px;
	text-align: center;
}
.site-image img {
	margin: 0 auto;
}
.site-branding + .site-image {
	margin-top: -40px;
}
.site-navigation {
	display: block;
	position: relative;
	color: #000;
}
.navigation-search-wrapper {
	display: none;
	position: absolute;
	top: 5px;
	right: 0;
}
.header-search-form .navigation-search-wrapper {
	display: block;
}
.navigation-search-wrapper:before {
	content: '\f002';
	position: absolute;
	color: inherit;
	font-family: FontAwesome;
}
.navigation-search-wrapper:hover:before {
	color: #ff64cd;
}
.navigation-search-wrapper .search-field {
	position: relative;
	top: -5px;
	background: transparent;
	width: 15px;
	opacity: 0;
	cursor: pointer;
}
.navigation-search-wrapper .search-field:focus {
	width: 210px;
	background: #fff;
	border-color: transparent;
	opacity: 1;
}
.site-content {
	position: relative;
	overflow: auto;
	min-width: 960px;
}
.single .site-content,
.page .site-content {
	padding: 0;
	margin: 0 auto;
	width: 960px;
}
.single .content-area,
.page .content-area,
#secondary {
	margin: 0 10px;
}
#secondary {
	margin-bottom: 20px;
}
.single .content-area,
.page .content-area {
	width: 620px;
}
.page-template-page-templatesfull-width-php .content-area {
	width: 940px;
}
#secondary {
	padding: 20px 20px 0 20px;
	width: 300px;
	background: #fff;
}
.sidebar-right.single .content-area,
.sidebar-right.page .content-area {
	float: left;
}
.sidebar-left.single .content-area,
.sidebar-left.page .content-area {
	float: right;
}
.sidebar-right #secondary {
	float: right;
}
.sidebar-left #secondary {
	float: left;
}
.site-footer {
	clear: both;
	margin-top: 20px;
	background: #3f0082;
	color: #fff;
}
.site-info {
	clear: both;
	padding: 20px 0;
	color: rgba(255, 255, 255, 0.7);
	font-family: Montserrat, sans-serif;
	text-align: center;
	text-transform: uppercase;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	margin: 0 auto;
	width: 100%;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
}
.main-navigation ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style: none;
	text-align: center;
}
.main-navigation {
	max-width: 640px;
}
.header-search-form .main-navigation {
	max-width: 595px;
}
.main-navigation li {
	display: inline-block;
	position: relative;
}
.main-navigation a {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	text-align: left;
}
.main-navigation a {
	color: inherit;
}
.no-touch .main-navigation a:hover,
.no-touch .main-navigation a:focus,
.no-touch .main-navigation a:active {
	color: #ff64cd;
}
.main-navigation a:hover:not(:only-child),
.main-navigation li:hover a:not(:only-child),
.main-navigation li.focus a:not(:only-child) {
	background: #ff64cd;
	color: #fff;
}
.main-navigation a:not(:only-child):after {
	content: '\f0d7';
	font-family: FontAwesome;
	line-height: 1;
	vertical-align: middle;
	padding: 0 0 0 10px;
}
.main-navigation a:hover:not(:only-child):after,
.main-navigation a:focus:not(:only-child):after
.main-navigation a:active:not(:only-child):after,
.main-navigation li:hover a:not(:only-child):after,
.main-navigation li.focus a:not(:only-child):after {
	color: #fff;
}
.main-navigation ul ul {
	display: none;
	z-index: 99999;
	position: absolute;
	top: auto;
	left: 0;
	padding: 35px 0;
	width: 300px;
	max-width: 300px;
	background: #ff64cd;
	text-transform: none;
}
.main-navigation ul ul,
.header-search-form .main-navigation ul ul {
	max-width: 300px;
}
.main-navigation ul ul a {
	padding: 5px 40px;
	width: 220px;
}
.main-navigation ul ul a {
	color: #fff;
}
.main-navigation ul ul li:hover a:hover,
.main-navigation ul ul li.focus a:hover,
.main-navigation ul ul li:hover a:focus,
.main-navigation ul ul li:hover a:active {
	color: #3f0082;
}
.main-navigation ul ul a:not(:only-child):after {
	content: '\f0da';
}
.main-navigation ul ul a:not(:only-child):hover:after {
	color: #3f0082;
}
.main-navigation ul ul ul {
	left: 100%;
	top: -35px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
	background: #fff;
}
.no-touch .menu-toggle:hover,
.no-touch .menu-toggle:focus,
.no-touch .menu-toggle:active {
	background: #ff64cd;
	color: #fff;
}


/* =Social links
----------------------------------------------- */

#social-links {
	position: absolute;
	top: 5px;
	right: 0;
}
.header-search-form #social-links {
	right: 55px;
}
.social-links {
	display: inline-block;
	margin: 0;
	list-style: none;
	vertical-align: top;
}
.social-links li {
	display: block;
	float: left;
	margin: 0 20px;
	padding: 0;
}
.social-links li:first-child {
	margin-left: 0;
}
.social-links li:last-child {
	margin-right: 0;
}
.social-links a {
	display: inline-block;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
}
.social-links a {
	color: inherit;
}
.social-links a:hover,
.social-links a:focus,
.social-links a:active {
	color: #ff64cd;
}


/* =Content
----------------------------------------------- */

.sticky {
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-links {
	clear: both;
	padding-bottom: 16px;
	margin: 0;
}
.page-link {
	display: inline-block;
	margin-right: 1px;
	margin-bottom: 4px;
	height: 19px;
	width: 19px;
	background: #ff64cd;
	border: 1px solid #ff64cd;
	color: #fff;
	font-size: 12px;
	line-height: 19px;
	text-align: center;
}
a .page-link {
	background: #fff;
	border-color: rgba(0, 0, 0, 0.1);
	color: #999;
}
a:hover .page-link,
a:focus .page-link,
a:active .page-link {
	background: #00aeef;
	border: 1px solid #00aeef;
	color: #fff;
}

/* Hentry */
.hentry {
	margin: 0 0 20px;
	font-family: "Open Sans", sans-serif;
}
.single .hentry,
.page .hentry {
	background: #fff;
}

/* Page title */
.page-title,
.taxonomy-description {
	max-width: 940px;
	text-align: center;
}
.page-title {
	margin: 0 auto 40px auto;
	text-transform: uppercase;
}
.taxonomy-description {
	padding-bottom: 20px;
	margin: -40px auto 0 auto;
}

/* Page content */
.page-content {
	padding: 20px;
	margin: 0 auto 20px auto;
	max-width: 940px;
	background: #fff;
}
.no-results .page-content p {
	margin-bottom: 0;
}
.no-results .page-content .search-form {
	margin-top: 20px;
}

/* Entry thumbnail */
.entry-thumbnail {
	background: #00aeef;
}
.entry-thumbnail a,
.entry-thumbnail img {
	position: relative;
	display: block;
	margin: 0;
}
.entry-thumbnail a,
.no-touch .entry-thumbnail a:hover,
.no-touch .entry-thumbnail a:focus,
.no-touch .entry-thumbnail a:active {
	color: #fff;
	text-decoration: none;
}
.no-touch .entry-thumbnail a:hover img,
.no-touch .entry-thumbnail a:focus img,
.no-touch .entry-thumbnail a:active img {
	opacity: 0;
}
.no-touch .entry-thumbnail a:after {
	content: '\f067';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	width: 32px;
	height: 32px;
	font-family: FontAwesome;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	opacity: 0;
}
.no-touch .entry-thumbnail a:hover:after {
	opacity: 1;
}

/* Entry header */
.entry-header {
	position: relative;
	padding: 20px 20px 0 20px;
	min-height: 32px;
}
.entry-title {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 52px;
	min-height: 32px;
	color: #ff64cd;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	-webkit-flex-align: center;
	-ms-flex-align:     center;
	-webkit-align-items: center;
	align-items: center;
}
.type-page .entry-title {
	padding-right: 0;
}
.entry-title a {
	text-decoration: none;
}
.entry-format-badge {
	position: absolute;
	top: 20px;
	right: 20px;
	background: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.2);
	height: 32px;
	width: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
	text-decoration: none;
}
a.entry-format-badge {
	color: rgba(0, 0, 0, 0.2);
}
.no-touch a.entry-format-badge:hover,
.no-touch a.entry-format-badge:focus,
.no-touch a.entry-format-badge:active {
	color: #fff;
	background: #3f0082;
}

/* Entry content */
.entry-content,
.entry-summary {
	padding: 0 20px;
	margin: 20px 0 0;
}
.edit-link {
	margin-bottom: 20px;
}

/* Entry meta */
.entry-meta .fa {
	font-size: 16px;
}
.meta-text {
	padding: 0 20px;
	font-size: 12px;
	color: #999;
}
.meta-list {
	overflow: auto;
	list-style: none;
	margin: 20px 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.meta-list li {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 10px 20px;
	width: 100%;
	text-align: center;
	cursor: pointer;
}
.meta-list.meta-2 li {
	width: 50%;
}
.meta-list.meta-3 li {
	width: 33.33333333%;
}
.no-touch .meta-list li:hover,
.meta-list li.open {
	background: #3f0082;
	color: #fff;
}
.meta-list li.open {
	width: 100%;
}
.meta-list li.open a {
	display: inline-block;
}
.meta-list li.closed {
	display: none;
}
.meta-list a {
	display: none;
	padding-left: 7px;
	font-family: Montserrat, sans-serif;
	line-height: 1.2;
	text-transform: uppercase;
	text-decoration: none;
}
.meta-list a {
	color: rgba(255, 255, 255, 0.75);
}
.no-touch .meta-list a:hover,
.no-touch .meta-list a:focus,
.no-touch .meta-list a:active {
	color: #fff;
}

/* More link */
.more-link {
	display: inline-block;
	position: relative;
	padding: 10px 20px;
	border: none;
	background: rgba(0, 0, 0, 0.1);
	font-family: Montserrat, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
.more-link {
	color: #000;
}
.no-touch .more-link:hover,
.no-touch .more-link:focus,
.no-touch .more-link:active {
	color: #fff;
	background: #3f0082;
}
.more-link-wrapper {
	display: block;
	margin: 20px 0 0;
}

/* Password protected */
.post-password-required .entry-content input[type="password"] {
	margin-bottom: 20px;
}


/* =Post formats
----------------------------------------------- */

/* Aside */
.hentry.format-aside .entry-header {
	padding-bottom: 20px;
	margin-bottom: 0;
	background: #00aeef;
}
.hentry.format-aside .entry-title {
	display: none;
}

/* Image */
.hentry.format-image .entry-content .wp-caption {
	background: #00aeef;
}
.hentry.format-image .entry-content img,
.hentry.format-image .entry-content .wp-caption {
	margin-left: -20px;
}
.hentry.format-image .entry-content .wp-caption {
	width: 100%
}
.hentry.format-image .entry-content .wp-caption img {
	margin: 0;
	max-width: 100% !important;
}

/* Quote, Link & Audio */
.hentry.format-quote .entry-header,
.hentry.format-link .entry-header,
.hentry.format-audio .entry-header {
	padding: 0;
}
.hentry.format-quote .entry-title,
.hentry.format-link .entry-title,
.hentry.format-audio .entry-title {
	padding: 20px 72px 20px 20px;
	color: #fff;
}
.hentry.format-quote .entry-title {
	background: #00aeef;
}
.hentry.format-link .entry-title {
	background: #ff64cd;
}
.hentry.format-audio .entry-title {
	background: #3f0082;
}
.hentry.format-quote .entry-title a,
.hentry.format-link .entry-title a,
.hentry.format-audio .entry-title a {
	color: rgba(255, 255, 255, 0.75);
}
.hentry.format-quote .entry-title a:hover,
.hentry.format-quote .entry-title a:focus,
.hentry.format-quote .entry-title a:active,
.hentry.format-link .entry-title a:hover,
.hentry.format-link .entry-title a:focus,
.hentry.format-link .entry-title a:active,
.hentry.format-audio .entry-title a:hover,
.hentry.format-audio .entry-title a:focus,
.hentry.format-audio .entry-title a:active {
	color: #fff;
}

/* Gallery */
.hentry.format-gallery .gallery {
	margin-left: -20px !important;
}
.hentry.format-gallery .jetpack-slideshow {
	margin-left: -20px;
	width: 100%;
}

/* Video */
.hentry.format-video .jetpack-video-wrapper {
	margin-left: -20px;
	padding: 0 20px;
	width: 100%;
	background-color: #000;
}
.hentry.format-video .entry-content .jetpack-video-wrapper + .sharedaddy {
	margin-top: -20px;
	border-top: none;
}

/* Entry format */
.hentry.format-aside a.entry-format-badge,
.hentry.format-quote a.entry-format-badge,
.hentry.format-link a.entry-format-badge,
.hentry.format-audio a.entry-format-badge {
	background: rgba(255, 255, 255, 0.25);
	color: #fff;
}
.no-touch .hentry.format-aside a.entry-format-badge:hover,
.no-touch .hentry.format-aside a.entry-format-badge:focus,
.no-touch .hentry.format-aside a.entry-format-badge:active,
.no-touch .hentry.format-quote a.entry-format-badge:hover,
.no-touch .hentry.format-quote a.entry-format-badge:focus,
.no-touch .hentry.format-quote a.entry-format-badge:active,
.no-touch .hentry.format-link a.entry-format-badge:hover,
.no-touch .hentry.format-link a.entry-format-badge:focus,
.no-touch .hentry.format-link a.entry-format-badge:active,
.no-touch .hentry.format-audio a.entry-format-badge:hover,
.no-touch .hentry.format-audio a.entry-format-badge:focus,
.no-touch .hentry.format-audio a.entry-format-badge:active {
	background: #fff;
}
.no-touch .hentry.format-aside a.entry-format-badge:hover,
.no-touch .hentry.format-aside a.entry-format-badge:focus,
.no-touch .hentry.format-aside a.entry-format-badge:active,
.no-touch .hentry.format-quote a.entry-format-badge:hover,
.no-touch .hentry.format-quote a.entry-format-badge:focus,
.no-touch .hentry.format-quote a.entry-format-badge:active {
	color: #00aeef;
}
.no-touch .hentry.format-link a.entry-format-badge:hover,
.no-touch .hentry.format-link a.entry-format-badge:focus,
.no-touch .hentry.format-link a.entry-format-badge:active {
	color: #ff64cd;
}
.no-touch .hentry.format-audio a.entry-format-badge:hover,
.no-touch .hentry.format-audio a.entry-format-badge:focus,
.no-touch .hentry.format-audio a.entry-format-badge:active {
	color: #3f0082;
}


/* =Masonry
----------------------------------------------- */

#masonry-container {
	position: relative;
	margin: 0 auto 20px auto;
}
#masonry-container .hentry {
	opacity: 0;
	float: left;
	margin: 0 10px 20px 10px;
	width: 300px;
	background: #fff;
}
#masonry-container > .hentry:first-of-type {
	width: 620px;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	margin-bottom: 20px;
	max-width: 100%;
	border: none;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.wp-caption-text {
	padding: 5px 10px;
	background: #e5e5e5;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0;
}
.site-footer .wp-caption-text {
	color: #000;
}
.site-content .gallery {
	margin-bottom: 20px !important;
	line-height: 0;
}
.site-content .gallery a img {
	margin: 0 auto;
	border: none;
	height: auto;
	max-width: 100%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery .gallery-item {
	margin: 0 !important;
}
.site-content .gallery .gallery-icon img {
	display: block;
	border: none !important;
}
.site-content .gallery .gallery-icon a {
	display: block;
}
.site-content .gallery-caption {
	display: none;
}
.site-content .gallery-columns-3 .gallery-item {
	width: 33.3333333% !important;
}
.site-content .gallery-columns-6 .gallery-item {
	width: 16.6666667% !important;
}
.site-content .gallery-columns-7 .gallery-item {
	width: 14.2857143% !important;
}
.site-content .gallery-columns-8 .gallery-item {
	width: 12.5% !important;
}
.site-content .gallery-columns-9 .gallery-item {
	width: 11.1111111% !important;
}
.site-content .slideshow-window {
	-webkit-border-radius: 0;
	-moz-border-radius:    0;
	border-radius:         0;
}
.site-content .tiled-gallery .tiled-gallery-item {
	width: auto;
}

/* Video */
embed,
iframe,
object {
	display: block;
	max-width: 100%;
	margin-bottom: 20px;
}
.video-player {
	padding: 0 !important;
	height: auto !important;
}
.video-player,
.videopress-placeholder,
.videopress-poster {
	width: 100% !important;
}

/* Audio */
.wp-audio-shortcode {
	margin: 0 0 20px;
}
.wp-audio-shortcode .mejs-inner .mejs-controls {
	background: #000;
}
.wp-audio-shortcode .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #ff64cd;
}
.wp-audio-shortcode .mejs-controls .mejs-time-rail .mejs-time-total,
.wp-audio-shortcode .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #444;
}
.wp-audio-shortcode .mejs-controls .mejs-time-rail .mejs-time-current,
.wp-audio-shortcode .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #00aeef;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	clear: both;
	font-family: Montserrat, sans-serif;
}
.site-main [class*="navigation"] a {
	margin: 0 0 20px;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.paging-navigation {
	padding: 0 40px;
}
.post-navigation a,
.paging-navigation a,
.comment-navigation a {
	display: inline-block;
	padding: 10px 20px;
	background: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.post-navigation a:hover,
.post-navigation a:focus,
.post-navigation a:active,
.paging-navigation a:hover,
.paging-navigation a:focus,
.paging-navigation a:active,
.comment-navigation a:hover,
.comment-navigation a:focus,
.comment-navigation a:active {
	background: #ff64cd;
	color: #fff;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
.comment-wrapper,
.comment-respond {
	background: #fff;
}
.comment-wrapper {
	margin-bottom: 20px;
}
.comment-respond {
	padding: 20px;
	margin-bottom: 20px;
}
.required {
	color: #d84239;
}
#respond p:last-of-type {
	margin: 0;
}
.comments-title,
#reply-title {
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	text-transform: uppercase;
}
#reply-title small {
	font-size: 100%;
	float: right;
}
#reply-title a {
	text-decoration: none;
}
.comments-title {
	padding: 20px 20px 0 20px;
}
.comment-list {
	list-style: none;
}
.comment-list .comment .comment-body {
	padding: 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-list > .comment:last-child > .comment-body {
	margin-bottom: 0;
	border-bottom: 0;
}
.comment-list .comment > .children {
	list-style: none;
	margin: 0;
}
.comment-list .comment .children > li {
	padding: 0;
}
.comment-list .comment .children .depth-2 .comment-body {
	padding-left: 100px;
}
.comment-list .comment .children .depth-3 .comment-body {
	padding-left: 180px;
}
.comment-list .comment .children .depth-4 .comment-body {
	padding-left: 260px;
}
.comment-list .comment .children .depth-5 .comment-body {
	padding-left: 340px;
}
.comment-list .comment .children .depth-6 .comment-body {
	padding-left: 420px;
}
.comment-list .comment .children .depth-7 .comment-body {
	padding-left: 500px;
}
.comment-list .comment-respond {
	padding-top: 1px;
	margin-top: -21px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}
.comment-list > .comment:last-child > .comment-respond {
	padding-top: 0;
	margin: 0;
	border: none;
}
.comment-list .pingback .comment-body {
	padding: 0 20px 20px 20px;
}
.comment-author {
	float: left;
}
.comment-author img {
	-webkit-border-radius: 50%;
	-moz-border-radius:    50%;
	border-radius:         50%;
}
.comment-content {
	padding-left: 80px;
}
.no-avatar .comment-content {
	padding-left: 0;
}
.comment-meta {
	padding-bottom: 20px;
}
.comment-meta a {
	text-decoration: none;
}
.comment-meta .fn {
	margin-right: 7px;
	font-family: Montserrat, sans-serif;
	font-weight: bold;
	font-style: normal;
}
.comment-meta .fn a {
	color: #000;
}
.comment-meta .fn a:hover,
.comment-meta .fn a:focus,
.comment-meta .fn a:active {
	color: #ff64cd;
}
.comment-meta time {
	margin-right: 7px;
}
.comment-meta a time {
	color: #999;
}
.comment-meta a:hover time,
.comment-meta a:focus time,
.comment-meta a:active time {
	color: #000;
}
.comment-meta .bypostauthor {
	padding: 2px 5px;
	margin-right: 7px;
	background: rgba(0, 0, 0, 0.1);
	color: #00aeef;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.reply {
	padding: 0 0 20px;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	text-transform: uppercase;
}
.reply a {
	text-decoration: none;
}
.reply .fa {
	padding-left: 5px;
}
.no-comments {
	padding: 20px;
	background: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}


/* =Search
----------------------------------------------- */

input[type="submit"].search-submit {
	display: none;
}


/* =404
----------------------------------------------- */

.error404 .page-content {
	padding: 20px 0 0;
}
.error404 .page-content > p {
	padding: 0 20px;
}
.error404 .page-content > form {
	padding: 0 20px 20px 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.error404 .page-content .widget {
	padding: 0 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.error404 .page-content .widget:last-of-type {
	margin-bottom: 0;
	border-bottom: none;
}


/* =Contact
----------------------------------------------- */

.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form textarea {
	margin-bottom: 20px !important;
	width: 100% !important;
	max-width: 100% !important;
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 20px;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}
#secondary .widget {
	padding: 0 20px;
	margin-left: -20px;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#secondary .widget:last-of-type {
	margin-bottom: 0;
	border-bottom-color: transparent;
}
.widget-title,
.widgettitle {
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	text-transform: uppercase;
}
.widget-title:empty {
	display: none;
}
.footer-widget-area .widget-title {
	color: #fff;
}
.footer-widget-area {
	overflow: auto;
	padding: 40px 0 20px;
}
.footer-widget-area + .site-info {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.widget-container {
	margin: 0 auto;
	width: 960px;
}
.footer-widget-area .widget-area {
	float: left;
	margin: 0 10px;
	width: 300px;
}

/* Blog subscriptions - Jetpack */
.jetpack_subscription_widget input[type="text"] {
	width: 100% !important;
	padding: 5px !important;
}
.widget_blog_subscription > div > a,
.widget_blog_subscription > div > a:hover {
	color: #000;
}

/* Calendar */
.widget_calendar .widget-title {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.site-footer .widget_calendar .widget-title {
	border-bottom-color: rgba(255, 255, 255, 0.7);
}
.widget_calendar caption,
.widget_calendar th,
.widget_calendar td {
	text-align: center;
}
.widget_calendar caption {
	padding: 0 20px;
	margin-bottom: 10px;
}
.footer-widget-area input[type="text"],
.footer-widget-area input[type="email"],
.footer-widget-area input[type="url"],
.footer-widget-area input[type="password"],
.footer-widget-area input[type="search"],
.footer-widget-area textarea {
	color: #fff;
}
.footer-widget-area input[type="text"]:focus,
.footer-widget-area input[type="email"]:focus,
.footer-widget-area input[type="url"]:focus,
.footer-widget-area input[type="password"]:focus,
.footer-widget-area input[type="search"]:focus,
.footer-widget-area textarea:focus {
	color: #000;
}

/* Search widget */
.widget_search .search-form {
	margin-bottom: 20px;
}

/* Tag cloud */
.footer-widget-area .widget_tag_cloud {
	margin-bottom: 0;
}
.widget_tag_cloud .tagcloud,
.widget_tag_cloud > div {
	padding-bottom: 15px;
}
.widget_tag_cloud a {
	display: block;
	float: left;
	margin: 0 5px 5px 0 !important;
	padding: 2px 5px !important;
	background: rgba(0, 0, 0, 0.1);
	color: #999;
	font: Montserrat, sans-serif;
	font-size: 12px !important;
	font-size: 1.2rem !important;
	line-height: 1.5;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.footer-widget-area .widget_tag_cloud a {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}
.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus,
.widget_tag_cloud a:active {
	background: #3f0082;
	color: #fff;
}
.footer-widget-area .widget_tag_cloud a:hover,
.footer-widget-area .widget_tag_cloud a:focus,
.footer-widget-area .widget_tag_cloud a:active {
	background: rgba(255, 255, 255, 0.75);
	color: #3f0082;
}

/* Lists */
.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_entries ul,
.widget_rss_links ul {
	list-style: none;
	color: #999;
}
.footer-widget-area .widget_archive ul,
.footer-widget-area .widget_categories ul,
.footer-widget-area .widget_links ul,
.footer-widget-area .widget_nav_menu ul,
.footer-widget-area .widget_meta ul,
.footer-widget-area .widget_pages ul,
.footer-widget-area .widget_recent_entries ul,
.footer-widget-area .widget_rss_links ul {
	color: rgba(255, 255, 255, 0.5);
}
.widget_recent_comments ul,
.widget_rss ul {
	list-style: none;
	color: #000;
}
.footer-widget-area .widget_recent_comments ul,
.footer-widget-area .widget_rss ul {
	color: #fff;
}
.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li,
.widget_rss_links li {
	padding: 5px 0;
}
.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_nav_menu li:first-child,
.widget_meta li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child
.widget_rss li:first-child,
.widget_rss_links li:first-child {
	padding-top: 0;
}
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_nav_menu li:last-child,
.widget_meta li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child,
.widget_rss li:last-child,
.widget_rss_links li:last-child {
	padding-bottom: 0;
}
.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	padding-top: 5px;
}
.widget_categories .children li:before,
.widget_nav_menu .sub-menu li:before,
.widget_pages .children li:before {
	content: '\f178';
	padding-right: 5px;
	font-family: FontAwesome;
}

/* Select */
.widget select {
	max-width: 100%;
	width: 100%;
	margin-bottom: 20px;
}


/* =Jetpack
----------------------------------------------- */

/* Infinite scroll */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending #infinite-footer {
	display: none;
}
.infinite-loader {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	width: 40px !important;
	height: 40px !important;
}
#infinite-handle {
	display: block;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px; /* #infinite-handle { width } / 2 */
	width: 40px;
	height: 40px;
	background: #fff;
	color: #ff64cd;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}
#infinite-handle span {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
#infinite-handle:after {
	content: '\f067';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -16px;
	width: 32px;
	height: 32px;
	font-family: FontAwesome;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	text-indent: 0;
}
#infinite-handle:hover {
	background: #ff64cd;
	color: #fff;
}
.infinite-scroll #masonry-container {
	padding-bottom: 60px; /* #infinite-handle { height } + 20 */
}
.infinity-end #masonry-container {
	padding-bottom: 0 !important;
	margin-bottom: 0;
}

/* Sharedaddy */
.entry-content > .sharedaddy {
	padding: 20px;
	margin-bottom: 20px;
	margin-left: -20px;
	width: 100%;
	background: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
.hentry.format-image .entry-content .wp-caption + .sharedaddy,
.hentry.format-gallery .entry-content .gallery + .sharedaddy {
	margin-top: -20px;
	border-top: none;
}
.entry-content .sharedaddy + .sharedaddy {
	padding-top: 0;
	margin-top: -21px;
	border-top: none;
}
.sharedaddy .sd-block {
	border: none !important;
}
div.sharedaddy,
div.sharedaddy h3 {
	font-family: inherit !important;
	font-size: 12px !important;
	line-height: 1.5 !important;
}
.entry-content .sharedaddy .jetpack-likes-widget {
	height: 60px;
}

/* Responsive videos */
.jetpack-video-wrapper {
	margin-bottom: 20px;
}
.jetpack-video-wrapper embed,
.jetpack-video-wrapper iframe,
.jetpack-video-wrapper object {
	margin: 0 auto !important;
}

/* Stats */
img#wpstats {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -3px;
}


/* =Border Radius
----------------------------------------------- */

.entry-format-badge {
	-webkit-border-radius: 50%;
	-moz-border-radius:    50%;
	border-radius:         50%;
}


/* =Box sizing
----------------------------------------------- */

body,
pre,
button,
input,
select,
textarea,
blockquote,
.page-content,
#secondary,
.meta-list li,
.wp-caption {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}


/* =Box shadow
----------------------------------------------- */

.navigation-search-wrapper .search-field:focus,
.page-content,
#secondary,
.menu-toggle,
.single .hentry,
.page .hentry,
#masonry-container .hentry,
.post-navigation a,
.paging-navigation a,
.comment-navigation a,
.comment-wrapper,
.comment-respond,
.no-comments,
#infinite-handle {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow:         0 1px 2px rgba(0, 0, 0, 0.2);
}


/* =Responsive
----------------------------------------------- */

/* x > 1119px */
@media only screen and (min-width: 1220px) {

	.main-navigation {
		max-width: 835px;
	}
	.header-search-form .main-navigation {
		max-width: 790px;
	}

}

/* 960px > x */
@media only screen and (max-width: 959px) {

	.site-content {
		min-width: 688px;
	}
	.single .site-content,
	.page .site-content {
		width: 688px;
	}
	.single .content-area,
	.page .content-area,
	#secondary {
		float: none !important;
		margin: 0 auto;
		width: 668px;
	}
	#secondary {
		margin-bottom: 20px;
	}
	.main-navigation {
		margin: 0;
	}
	.main-navigation,
	.main-navigation ul,
	.header-search-form .main-navigation,
	.header-search-form .main-navigation ul {
		max-width: 100%;
	}
	.main-navigation ul ul,
	.header-search-form .main-navigation ul ul {
		max-width: 300px;
	}
	.navigation-search-wrapper,
	.header-search-form .navigation-search-wrapper,
	#social-links {
		display: none;
	}
	.page-title,
	.taxonomy-description {
		max-width: 668px;
	}
	.page-content {
		width: 668px;
	}
	#masonry-container .hentry {
		width: 324px;
	}
	#masonry-container .hentry:first-of-type {
		width: 668px;
	}
	.footer-widget-area .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}
	.widget-container {
		width: 688px;
	}

}

/* 768px > x */
@media only screen and (max-width: 767px) {
	.site-header {
		padding: 0 20px;
		margin-bottom: 20px;
	}
	.site-branding {
		margin: 20px 0;
	}
	.site-branding + .site-image {
		margin-top: 0;
	}
	.site-image {
		margin-bottom: 20px;
	}
	.site-navigation {
		width: 100%;
	}
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block !important;
	}
	.menu-toggle {
		margin: 0;
		width: 100%;
		font-size: 20px !important;
		line-height: 40px;
		text-align: center;
	}
	.menu-toggle .fa {
		margin-right: 17px;
	}
	.main-navigation {
		margin: 0;
	}
	.main-navigation ul:not(.sub-menu):not(.children) {
		display: none;
		padding: 15px 0;
		margin-top: 20px;
		background: #fff;
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow:    0 1px 2px rgba(0, 0, 0, 0.2);
		box-shadow:         0 1px 2px rgba(0, 0, 0, 0.2);
	}
	.main-navigation li {
		display: block;
	}
	.main-navigation,
	.main-navigation ul,
	.header-search-form .main-navigation,
	.header-search-form .main-navigation ul,
	.header-search-form .main-navigation ul ul {
		max-width: 100%;
	}
	.main-navigation a:hover:not(:only-child),
	.main-navigation li:hover a:not(:only-child) {
		background: #fff !important;
		color: #000;
	}
	.main-navigation a:hover:not(:only-child):after,
	.main-navigation a:focus:not(:only-child):after,
	.main-navigation a:active:not(:only-child):after,
	.main-navigation li:hover a:not(:only-child):after {
		color: #000;
	}
	.main-navigation ul ul {
		display: block;
		z-index: 99999;
		position: relative;
		top: auto;
		left: auto;
		padding: 0;
		margin-top: 0;
		width: 100%;
		max-width: 100%;
		background: #fff !important;
		text-transform: none;
	}
	.main-navigation ul ul li {
		padding: 0 40px;
	}
	.main-navigation ul ul ul {
		top: auto;
		left: auto;
	}
	.main-navigation ul ul a {
		padding: 5px 0;
		width: 100%;
	}
	.main-navigation a,
	.main-navigation a:hover:not(:only-child),
	.main-navigation li:hover a:not(:only-child),
	.main-navigation a:hover:not(:only-child):after,
	.main-navigation a:focus:not(:only-child):after,
	.main-navigation a:active:not(:only-child):after,
	.main-navigation li:hover a:not(:only-child):after,
	.main-navigation ul ul a:not(:only-child):hover:after {
		color: #000 !important;
	}
	.main-navigation ul ul a:not(:only-child):after {
		content: '\f0d7';
	}
	.navigation-search-wrapper,
	.header-search-form .navigation-search-wrapper,
	#social-links {
		display: none;
	}
	.site-content,
	.widget-container {
		padding: 0 20px !important;
		min-width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
	}
	.page-content,
	.single .site-content,
	.page .site-content,
	.single .content-area,
	.page .content-area,
	#secondary,
	.widget-container {
		width: 100%;
	}
	.site-footer {
		margin-top: 0;
	}
	.footer-widget-area {
		padding: 20px 0 0;
	}
	.page-title,
	.taxonomy-description {
		max-width: 100%;
	}
	.page-title {
		margin-bottom: 20px;
	}
	.taxonomy-description {
		padding: 0;
		margin-top: -20px;
	}
	#masonry-container {
		margin-bottom: 0;
	}
	#masonry-container .hentry {
		float: none;
		margin: 0 0 20px;
	}
	#masonry-container .hentry,
	#masonry-container .hentry:first-of-type {
		width: 100%;
	}
	.infinite-loader,
	#infinite-handle {
		bottom: 20px;
	}

}
