/*
Theme Name: Puro
Author: Puro
Author URI: http://purothemes.com/
Theme URI: http://purothemes.com/themes/puro/
Description: A content focussed minimalist theme, perfect for your blog, portfolio or small business site. We've closely integrated SiteOrigin's Page Builder for responsive layouts and Meta Slider for smooth, easy to build sliders. Puro is responsive, Retina ready and fully compatible with Jetpack, Contact Form 7, Gravity Forms and WP PageNavi. Included is a .rtl CSS file for right to left languages. For assistance, check out our <a href="http://purothemes.com/documentation/">theme documentation</a> (http://purothemes.com/documentation/) or ask a question on our <a href="http://purothemes.com/support/">support forum</a> (http://purothemes.com/support/).
Version: 1.0.7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: puro
Domain Path: /languages/
Tags: custom-menu, featured-images, fluid-layout, full-width-template, two-columns, gray, green, light, one-column, post-formats, responsive-layout, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, white
*/
/*--------------------------------------------------------------
>>> IMPORTANT NOTICE:
----------------------------------------------------------------
Please don't edit this file; any changes made here will be lost
during the theme update process. If you need to make CSS
modifications, please, use a Custom CSS plugin or make use of a
child theme.
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Layout
	2.1 - Basic Structure
	2.2 - Additional Structure
3.0 - Typography
4.0 - Elements
5.0 - Forms
6.0 - Navigation
	6.1 - Links
	6.2 - Main Menu
	6.3 - Comment, Post and Page Navigation
	6.4 - Social Menu
7.0 - Accessibility
8.0 - Alignments
9.0 - Clearings
10.0 - Widgets
	10.1 - General Styles
	10.2 - Calendar
	10.3 - RSS
	10.4 - Recent Comments
	10.5 - Recent Posts
	10.6 - Search
11.0 - Content
	11.1 - Posts and Pages
	11.2 - Left Thumbnail Post Loop
	11.3 - Left Medium Post Loop
	11.4 - Asides
	11.5 - Comments
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
	12.3 - Audio
	12.4 - Attachments
13.0 - Header
14.0 - Footer
15.0 - Home
16.0 - 404
17.0 - Jetpack
	17.1 - Contact Form
	17.2 - Gravatar Profile
	17.3 - Infinite Scroll
	17.4 - Subscriptions
	17.5 - RSS Links
	17.6 - Tiled Gallery
	17.7 - Video Player
	17.8 - WordPress Posts
18.0 - Contact Form 7
19.0 - Gravity Forms
20.0 - SiteOrigin Page Builder and Widgets Bundle
	20.1 - SiteOrigin Post Carousel Widget
21.0 - JW Player
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - 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: 100%;
  line-height: 1;
  overflow-y: scroll;
  /* Keeps page centered 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: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

/*--------------------------------------------------------------
2.0 - Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.1 - Basic Structure
--------------------------------------------------------------*/
#page {
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5%;
}
#page:after {
  content: " ";
  display: block;
  clear: both;
}

body:not(.resp) #page {
  width: 67.5rem;
}

#primary {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.sidebar #primary {
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 0 0.0625em 0 0;
  padding-right: 3.5%;
  width: 75%;
}
@media (max-width: 48rem) {
  .resp.sidebar #primary {
    border: none;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
}

#secondary {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-color: #e5e5e5;
  border-style: solid;
  float: right;
  padding-left: 3.5%;
  width: 25%;
}
@media (max-width: 48rem) {
  .resp #secondary {
    width: 100%;
  }
}

@media (max-width: 48rem) {
  .resp.sidebar #secondary {
    border-top-width: 0.0625em;
    border-top-style: solid;
    padding-top: 2.9375em;
    margin-top: 3em;
    border-color: #e5e5e5;
  }
}
/*--------------------------------------------------------------
2.2 - Additional Structure

One Column - No Sidebar Widgets Added
Full Width Page
Full Width Page - No Title
Full Width Page - Unconstrained Content
Full Width Page - Unconstrained Content - No Title
404 Page
--------------------------------------------------------------*/
.one-column #primary,
.page-template-page-templatesfull-width-php #primary,
.page-template-page-templatesfull-width-no-title-php #primary,
.page-template-page-templatesfull-width-unconstrained-content-php #primary,
.page-template-page-templatesfull-width-unconstrained-content-no-title-php #primary,
.error404 #primary {
  border: none;
  float: none;
  padding: 0;
  width: 100%;
}

.one-column #primary #main,
.page-template-page-templatesfull-width-php #primary #main,
.page-template-page-templatesfull-width-no-title-php #primary #main,
.error404 #primary #main {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

.page-template-page-templatesfull-width-unconstrained-content-php #primary #main,
.page-template-page-templatesfull-width-unconstrained-content-no-title-php #primary #main {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

/*--------------------------------------------------------------
3.0 - Typography
--------------------------------------------------------------*/
html {
  font-size: 100%;
  line-height: 1.6875em;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}

body,
button,
input,
select,
textarea {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  color: #666;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1em;
  line-height: 1.6875;
}

::selection {
    background: #cccccc;
    color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0.84375em 0;
  clear: both;
  color: #333;
  font-weight: 600;
  word-break: normal;
}

h1 {
  font-size: 1.8125em;
  line-height: 1.86207em;
}

h2 {
  font-size: 1.625em;
  line-height: 2.07692em;
}

h3 {
  font-size: 1.4375em;
  line-height: 1.17391em;
}

h4 {
  font-size: 1.25em;
  line-height: 1.35em;
}

h5 {
  font-size: 1.125em;
  line-height: 1.5em;
}

h6 {
  font-size: 1em;
  line-height: 1.6875em;
}

p {
  margin-bottom: 1.2em;
}
p:last-child {
  margin-bottom: 0;
}
p:only-child {
  margin-bottom: 1em;
}

b, strong {
  font-weight: 600;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  border-left: 0.1875em solid #3d679c;
  margin-top: 1.6875em;
  margin-bottom: 1.6875em;
  padding: 0 0 0 1.6875em;
}
blockquote cite {
  font-size: 1em;
  line-height: 1.6875em;
  display: block;
  margin-top: 1.6875em;
}

address {
  margin: 0 0 1.6875em;
}

code, kbd, tt, var, samp, pre {
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  font-family: Consolas, "Courier New", Courier, monospace;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
  color: #0d0d0d;
  background: #f2f2f2;
  margin: 0 0 1.6875em;
  max-width: 100%;
  overflow: auto;
  padding: 0.84375em 1.6875em;
}

abbr, acronym {
  border-bottom: 0.0625em dotted #3d679c;
  cursor: help;
}

mark, ins {
  background: #fff9C0;
  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%;
}

/*--------------------------------------------------------------
4.0 - Elements
--------------------------------------------------------------*/
hr {
  background-color: #e5e5e5;
  border: 0;
  height: 0.0625em;
  margin: 0 0 1.6875em;
}

ul, ol {
  margin: 0 0 1.6875em 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-top: 0;
  margin-bottom: 0;
}

dl {
  margin: 0 0 1.6875em;
}
dl dt {
  font-weight: 600;
}
dl dd {
  margin: 0 0 0 1.6875em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 0;
}

table {
  border: 1px solid #e5e5e5;
  margin: 0 0 1.6875em;
  width: 100%;
}
table th, table td {
  border: 1px solid #e5e5e5;
  padding: 0.5em;
}
@media (max-width: 30rem) {
  .resp table th, .resp table td {
    padding: 2%;
  }
}
table th {
  font-weight: 600;
}

/*--------------------------------------------------------------
5.0 - 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 */
  outline-style: none;
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in IE6/IE7 */
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4219em;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: #21975c 0 1px 0;
  -webkit-box-shadow: #21975c 0 1px 0;
  box-shadow: #21975c 0 0 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  background: rgba(61, 103, 156);
  color: #FFF;
  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 */
  font-weight: 400;
  padding: 0.5em 1em 0.375em;
  text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #3d679c;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
  margin-right: 0.3125em;
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

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="tel"],
input[type="number"],
input[type="date"],
input[type="password"],
input[type="search"],
select[multiple],
textarea {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  line-height: normal;
  padding: 0.6875em 0.625rem 0.6875em;
  -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select[multiple]:focus,
textarea:focus {
  border-color: #ccc;
}

textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding: 0.625em;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 80%;
}

input[type="file"] {
  font-size: 0.875em;
  line-height: 1.92857em;
  line-height: 0;
}

/*--------------------------------------------------------------
6.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.1 - Links
--------------------------------------------------------------*/
a {
  color: #3d679c;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #666;
}

/*--------------------------------------------------------------
6.2 - Main Menu
--------------------------------------------------------------*/
.main-navigation {
  font-size: 0.875em;
  line-height: 1.92857em;
  float: right;
  margin: 0 0 0 auto;
  max-width: 69%;
  position: relative;
  text-align: left;
  width: auto;
}
@media (max-width: 48rem) {
  .resp .main-navigation {
    margin: 0 0 0.1875em;
  }
  .resp .site-header:not(.responsive-menu) .main-navigation {
    text-align: center;
    margin: 1.5804em 0 0.1875em;
    max-width: 100%;
    width: 100%;
  }
}
.main-navigation a {
  white-space: nowrap;
  display: block;
  color: #666;
  text-transform: uppercase;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a {
  color: #3d679c;
}
.main-navigation ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 48rem) {
  .resp .main-navigation ul {
    text-align: center;
  }
}
 .main-navigation ul li{
  display: inline-block;
  padding: 0 1.6518em 0 0;
  position: relative;
  z-index: 999;
}
.main-navigation ul li:hover > a {
  color: #cccccc;
}
.main-navigation ul li:last-of-type {
  padding-right: 0;
}
.main-navigation ul ul {
  display: none;
  left: 0;
  padding-top: 0.1875em;
  position: absolute;
  text-align: left;
  z-index: 2;
}
@media (max-width: 64rem) {
  .resp .main-navigation ul ul {
    display: none;
  }
}
.main-navigation ul ul li {
  background: #f2f2f2;
  margin: 0;
  min-width: 9.6429em;
  padding: 0;
  width: 100%;
}
.main-navigation ul ul li a {
  padding: 0.5714em 1.1429em 0.5179em;
}
.main-navigation ul ul li:hover > a {
  background: #3d679c;
  color: #FFF;
}
.main-navigation ul ul ul {
  left: 100%;
  padding-top: 0;
  top: 0;
}
.main-navigation ul li:hover > ul {
  display: block;
}
.main-navigation .menu-item-has-children {
  margin-right: 2.6607em;
  padding-right: 0;
}
.main-navigation .menu-item-has-children a:before {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 0.625em;
  padding: 0 0 0 0.6em;
  position: absolute;
  right: -1.5625em;
  top: 0em;
}
@media (max-width: 64rem) {
  .resp .main-navigation .menu-item-has-children a:before {
    display: none;
  }
}
.main-navigation .menu-item-has-children .sub-menu .menu-item-has-children {
  margin-right: 0;
}
.main-navigation .menu-item-has-children .sub-menu a:before {
  content: none;
}

.center-logo .main-navigation {
  margin: 1.5804em 0 0.1875em;
  max-width: 100%;
  text-align: center;
  width: 100%;
}
@media (max-width: 48rem) {
  .resp .responsive-menu.center-logo .main-navigation {
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
6.3 - Comment, Post and Page Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .post-navigation {
  margin-top: 3.375em;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.site-main .comment-navigation {
  margin-bottom: 3.375em;
}

.comment-navigation .nav-links,
.paging-navigation .nav-links,
.post-navigation .nav-links {
  text-align: center;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  position: relative;
}
@media (max-width: 48rem) {
  .resp .comment-navigation .nav-previous, .resp
  .paging-navigation .nav-previous, .resp
  .post-navigation .nav-previous {
    margin-bottom: 1.6875em;
    float: none;
    width: 100%;
  }
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  position: relative;
}
@media (max-width: 48rem) {
  .resp .comment-navigation .nav-next, .resp
  .paging-navigation .nav-next, .resp
  .post-navigation .nav-next {
    float: none;
    width: 100%;
  }
}

.comment-navigation .nav-previous a:before, .comment-navigation .nav-next a:after, .post-navigation .nav-previous a:before, .post-navigation .nav-next a:after {
  font-family: 'FontAwesome';
  font-size: 0.8125em;
}
.comment-navigation .nav-previous a:before, .post-navigation .nav-previous a:before {
  content: "\f060";
  padding-right: 0.5179em;
}
.comment-navigation .nav-next a:after, .post-navigation .nav-next a:after {
  content: "\f061";
  padding-left: 0.5179em;
}

.paging-navigation {
  margin-top: 3.375em;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  text-align: center;
}
.paging-navigation .page-numbers {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  color: #999;
  display: inline-block;
  margin-right: 0.3125em;
  padding: 0.4375em 1.0625em 0.375em;
}
.paging-navigation .page-numbers:hover {
  color: #3d679c;
  border-color: #3d679c;
}
.paging-navigation .dots {
  border: none;
  padding-right: 0;
  padding-left: 0;
}
.paging-navigation .dots:hover {
  color: #666;
}
.paging-navigation .current {
  border-color: #3d679c;
  color: #3d679c;
}
.paging-navigation .prev, .paging-navigation .next {
  display: block;
  float: left;
  margin-right: 0;
  padding-right: 1.625em;
  padding-left: 1.625em;
}
.paging-navigation .next {
  float: right;
}

.meta-nav {
  font-size: 0.8125em;
}

.nav-previous .meta-nav {
  margin-right: 0.1875em;
}

.nav-next .meta-nav {
  margin-left: 0.1875em;
}

/*--------------------------------------------------------------
6.5 - Social Menu
--------------------------------------------------------------*/
@media (max-width: 48rem) {
  .resp .social-links-menu {
    float: left;
    width: 100%;
  }
}
.social-links-menu .screen-reader-text {
  left: -9999rem;
  position: absolute;
  top: -9999rem;
}
.social-links-menu ul {
  list-style: none;
  position: relative;
  margin: 0;
}
.social-links-menu ul li {
  display: inline-block;
  color: transparent;
  font-size: 0;
  line-height: 0;
  padding: 0 0.3125rem;
}
.social-links-menu ul li a {
  text-align: center;
}
.social-links-menu ul li:last-of-type {
  padding-right: 0;
}
.social-links-menu ul li a:before {
  display: block;
  color: #999;
  content: "\f08e";
  font-family: "FontAwesome";
  font-size: 1.125rem;
  vertical-align: top;
}
.social-links-menu ul li a:hover:before {
  color: #3d679c;
}
.social-links-menu ul li a[href*="behance.net"]:before {
  content: "\f1b4";
}
.social-links-menu ul li a[href*="codepen.io"]:before {
  content: "\f1cb";
}
.social-links-menu ul li a[href*="delicious.com"]:before {
  content: "\f1a5";
}
.social-links-menu ul li a[href*="deviantart.com"]:before {
  content: "\f1bd";
}
.social-links-menu ul li a[href*="digg.com"]:before {
  content: "\f1a6";
}
.social-links-menu ul li a[href*="dribbble.com"]:before {
  content: "\f17d";
}
.social-links-menu ul li a[href*="facebook.com"]:before {
  content: "\f09a";
}
.social-links-menu ul li a[href*="flickr.com"]:before {
  content: "\f16e";
}
.social-links-menu ul li a[href*="foursquare.com"]:before {
  content: "\f180";
}
.social-links-menu ul li a[href*="github.com"]:before {
  content: "\f09b";
}
.social-links-menu ul li a[href*="plus.google.com"]:before {
  content: "\f0d5";
}
.social-links-menu ul li a[href*="instagram.com"]:before {
  content: "\f16d";
}
.social-links-menu ul li a[href*="linkedin.com"]:before {
  content: "\f0e1";
}
.social-links-menu ul li a[href*="pinterest.com"]:before {
  content: "\f0d2";
}
.social-links-menu ul li a[href*="reddit.com"]:before {
  content: "\f1a1";
}
.social-links-menu ul li a[href*="soundcloud.com"]:before {
  content: "\f1be";
}
.social-links-menu ul li a[href*="stackexchange.com"]:before {
  content: "\f18d";
}
.social-links-menu ul li a[href*="stackoverflow.com"]:before {
  content: "\f16c";
}
.social-links-menu ul li a[href*="tumblr.com"]:before {
  content: "\f173";
}
.social-links-menu ul li a[href*="twitter.com"]:before {
  content: "\f099";
}
.social-links-menu ul li a[href*="vimeo.com"]:before {
  content: "\f194";
}
.social-links-menu ul li a[href*="vine.co"]:before {
  content: "\f1ca";
}
.social-links-menu ul li a[href*="vk.com"]:before {
  content: "\f189";
}
.social-links-menu ul li a[href*="weibo.com"]:before {
  content: "\f18a";
}
.social-links-menu ul li a[href*="wordpress.com"]:before {
  content: "\f19a";
}
.social-links-menu ul li a[href*="xing"]:before {
  content: "\f168";
}
.social-links-menu ul li a[href*="youtube.com"]:before {
  content: "\f167";
}

/*--------------------------------------------------------------
7.0 - Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.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;
}

/*--------------------------------------------------------------
8.0 - Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.alignnone {
  clear: both;
  display: block;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6875em 1.6875em 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
  margin: 0 0 1.6875em 1.6875em;
}

blockquote.aligncenter,
figure.wp-caption.aligncenter,
img.aligncenter {
  margin-bottom: 1.6875em;
}

blockquote.alignnone,
figure.wp-caption.alignnone,
img.alignnone {
  margin-bottom: 0em;
}

/*--------------------------------------------------------------
9.0 - Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.gallery:before,
.gallery: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 {
  content: '';
  display: table;
}

.clear:after,
.entry-content:after,
.gallery:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
10.0 - Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 - General Styles
--------------------------------------------------------------*/
#secondary .widget {
  margin-bottom: 2.5313em;
  width: 100%;
}
#secondary .widget:last-of-type {
  margin-bottom: 0;
}

#colophon .widget {
  margin-bottom: 3.375em;
}

#secondary .widget, #colophon .widget {
  font-size: 0.875em;
  line-height: 1.92857em;
}
#secondary .widget h3.widget-title, #colophon .widget h3.widget-title {
  font-size: 1.125em;
  line-height: 1.5em;
  margin-bottom: 0.8438em;
}
#secondary .widget h3.widget-title a, #colophon .widget h3.widget-title a {
  color: #333;
}
#secondary .widget h3.widget-title a:hover, #colophon .widget h3.widget-title a:hover {
  color: #3d679c;
}
#secondary .widget h3.widget-title:first-of-type, #colophon .widget h3.widget-title:first-of-type {
  margin-top: 0;
}

#secondary .widget ul, #colophon .widget ul {
  list-style: none;
  margin-left: 0;
}
#secondary .widget ul li > ul, #colophon .widget ul li > ul {
  margin-left: 1em;
}

#colophon .widget ul {
  margin: 0;
}

#secondary .widget input[type="text"],
#secondary .widget input[type="email"],
#secondary .widget input[type="url"],
#secondary .widget input[type="tel"],
#secondary .widget input[type="number"],
#secondary .widget input[type="date"],
#secondary .widget input[type="password"],
#secondary .widget input[type="search"], #colophon .widget input[type="text"],
#colophon .widget input[type="email"],
#colophon .widget input[type="url"],
#colophon .widget input[type="tel"],
#colophon .widget input[type="number"],
#colophon .widget input[type="date"],
#colophon .widget input[type="password"],
#colophon .widget input[type="search"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

#secondary .widget select, #colophon .widget select {
  max-width: 100%;
}

#secondary .widget textarea, #colophon .widget textarea {
  width: 100%;
}

/*--------------------------------------------------------------
10.2 - Calendar
--------------------------------------------------------------*/
#wp-calendar {
  border: none;
  margin: 0;
}
#wp-calendar caption {
  font-weight: 600;
  text-align: right;
  padding-bottom: 0.4286em;
}
#wp-calendar th, #wp-calendar td {
  border: none;
  padding: 0.2143em 0.2143em 0.1429em !important;
}
#wp-calendar thead th {
  text-align: center;
  padding-bottom: 0.4286em !important;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tbody td {
  background: #f2f2f2;
  border: 0.1429em solid #fff;
  text-align: center;
}
#wp-calendar tbody td:hover {
  background: #FFF;
}
#wp-calendar tbody td a {
  display: block;
}
#wp-calendar tfoot #prev, #wp-calendar tfoot #next {
  padding-top: 0.4286em !important;
}
#wp-calendar tfoot #next {
  text-align: right;
}

/*--------------------------------------------------------------
10.3 - RSS
--------------------------------------------------------------*/
#secondary .widget_rss h3.widget-title:before, #colophon .widget_rss h3.widget-title:before {
  content: "\f09e";
  display: inline-block;
  font-family: 'FontAwesome';
}
#secondary .widget_rss h3.widget-title .rsswidget, #colophon .widget_rss h3.widget-title .rsswidget {
  display: inline-block;
}
#secondary .widget_rss img, #colophon .widget_rss img {
  display: none;
}
#secondary .widget_rss li, #colophon .widget_rss li {
  margin-bottom: 1.9286em;
}
#secondary .widget_rss li:last-of-type, #colophon .widget_rss li:last-of-type {
  margin-bottom: 0;
}
#secondary .widget_rss .rsswidget, #colophon .widget_rss .rsswidget {
  display: block;
}
#secondary .widget_rss .rss-date, #colophon .widget_rss .rss-date {
  display: inline-block;
}
#secondary .widget_rss cite, #colophon .widget_rss cite {
  display: inline-block;
}

/*--------------------------------------------------------------
10.4 - Recent Comments
--------------------------------------------------------------*/
#secondary .widget_recent_comments li, #colophon .widget_recent_comments li {
  margin-bottom: 0.6429em;
}
#secondary .widget_recent_comments li:last-of-type, #colophon .widget_recent_comments li:last-of-type {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
10.5 - Recent Posts
--------------------------------------------------------------*/
#secondary .widget_recent_entries span, #colophon .widget_recent_entries span {
  line-height: 0.84375em;
  margin-bottom: 1em;
  display: block;
}

/*--------------------------------------------------------------
10.6 - Search
--------------------------------------------------------------*/
#secondary .widget_search .widget-title, #colophon .widget_search .widget-title {
  margin-bottom: 1.1875em;
}
#secondary .widget_search .search-form label, #colophon .widget_search .search-form label {
  display: block !important;
}
#secondary .widget_search .search-form input[type="search"], #colophon .widget_search .search-form input[type="search"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-weight: normal;
  max-width: 19.2857em;
  width: 100%;
}
#secondary .widget_search .search-form .search-submit, #colophon .widget_search .search-form .search-submit {
  display: none;
}

/*--------------------------------------------------------------
11.0 - Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
11.1 - Posts and Pages
--------------------------------------------------------------*/
article {
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 3.3125em;
  margin-bottom: 3.375em;
  border-color: #e5e5e5;
  display: block;
}
article:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.entry-thumbnail {
  margin-bottom: 1.6875em;
  border: none;
  display: block;
  height: auto;
}
.entry-thumbnail img {
  display: block;
  margin: 0 auto;
}
.entry-thumbnail a {
  display: block;
}

.post-video {
  margin-bottom: 1.6875em;
}

.entry-header {
  text-align: left;
  margin: 0;
}
.entry-header h1.entry-title {
  font-size: 2em;
  line-height: 1.6875em;
  margin: 0;
}
.entry-header h1.entry-title a {
  color: #333;
}
.entry-header h1.entry-title a:hover {
  color: #3d679c;
}
@media (max-width: 30rem) {
  .resp .entry-header h1.entry-title {
    font-size: 1.4375em;
    line-height: 1.17391em;
    line-height: normal;
  }
}
.entry-header .entry-meta {
  font-size: 0.875em;
  line-height: 1.92857em;
  margin-bottom: 1.6875em;
  color: #999;
  position: relative;
}
.entry-header .entry-meta a {
  color: #999;
}
.entry-header .entry-meta a:hover {
  color: #3d679c;
}
.entry-header .entry-meta span {
  display: inline-block;
  margin-right: 1.0714em;
}
.entry-header .entry-meta span span {
  margin-right: 0;
}
.entry-header .entry-meta span:before, .entry-header .entry-meta a:before {
  font-family: 'FontAwesome';
  padding-right: 0.4554em;
}
.entry-header .entry-meta .featured-post:before {
  content: "\f08d";
}
.entry-header .entry-meta .entry-date a:before {
  content: "\f073";
}
.entry-header .entry-meta .updated {
  display: none;
}
.entry-header .entry-meta .author a:before {
  content: "\f040";
}
.entry-header .entry-meta .cat-links a:first-of-type:before {
  content: "\f03a";
}
.entry-header .entry-meta .tags-links a:first-of-type:before {
  content: "\f02b";
}
.entry-header .entry-meta .comments-link a:before {
  content: "\f0e5";
}
@media (max-width: 30rem) {
  .resp .entry-header .entry-meta .author, .resp .entry-header .entry-meta .cat-links, .resp .entry-header .entry-meta .tags-links, .resp .entry-header .entry-meta .comments-link, .resp .entry-header .entry-meta .edit-link {
    display: none;
  }
}

.sticky .entry-header .entry-meta .entry-date {
  display: none;
}

.single .entry-header .entry-meta .entry-date:before {
  content: "\f073";
}

.entry-footer {
  font-size: 0.875em;
  line-height: 1.92857em;
  color: #999;
  margin-right: auto;
  margin-left: auto;
}
.entry-footer ul {
  display: block;
  list-style: none;
  margin: 3.375em 0 -0.5625rem;
}
.entry-footer ul li {
  display: inline-block;
  vertical-align: top;
}
.entry-footer ul li .fb_iframe_widget span[style] {
  vertical-align: top !important;
}
.entry-footer ul li .fb_iframe_widget iframe {
  position: inherit !important;
}
.entry-footer .edit-link {
  display: block;
  margin: 1.6875em 0 0;
}
@media (max-width: 48rem) {
  .resp .entry-footer .edit-link {
    display: none;
  }
}
.entry-footer .edit-link a:before {
  content: "\f044";
  font-family: 'FontAwesome';
  padding-right: 0.3839em;
}
.entry-footer .edit-link a {
  color: #666;
}
.entry-footer .edit-link a:hover {
  color: #3d679c;
}

.more-link:after {
  content: "\f061";
  font-family: 'FontAwesome';
  font-size: 0.8125em;
  padding-left: 0.5179em;
}

.page-links {
  clear: both;
  margin: 0 0 1.6875em;
}
.page-links .page-links-title {
  border: none;
  color: #666;
  font-weight: 600;
  padding-right: 0;
  padding-left: 0;
  text-transform: none;
}
.page-links span {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 0.0625rem solid #3d679c;
  color: #3d679c;
  display: inline-block;
  margin-right: 0.3125em;
  padding: 0.4375em 1.0625em 0.375em;
  text-transform: uppercase;
}
.page-links a span {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-color: #e5e5e5;
  color: #999;
}
.page-links a span:hover {
  color: #3d679c;
  border-color: #3d679c;
}

.page-header {
  margin-bottom: 1.6875em;
}
.page-header h1 {
  font-size: 2em;
  line-height: 1.6875em;
  margin: 0;
}
@media (max-width: 30rem) {
  .resp .page-header h1 {
    font-size: 1.4375em;
    line-height: 1.17391em;
  }
}

.format-chat .entry-content {
  background: #f2f2f2;
  color: #0d0d0d;
  font-family: Consolas, "Courier New", Courier, monospace;
  padding: 1.6875em;
}

.search-form, .post-password-form {
  margin-bottom: 0.8438em;
}
.search-form label, .post-password-form label {
  display: inline-block;
  margin-right: 0.3125em;
}

@media (max-width: 30rem) {
  .resp .post-password-form label input {
    display: block;
    margin-top: 0.8438em;
  }
}
/*--------------------------------------------------------------
11.2 - Left Thumbnail Post Loop
--------------------------------------------------------------*/
.puro-left-thumb-loop .featured-image .entry-thumbnail {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-right: 2.53125em;
  width: 25%;
}
@media (max-width: 48rem) {
  .resp .puro-left-thumb-loop .featured-image .entry-thumbnail {
    float: none;
    padding-right: 0;
    width: 100%;
  }
}
.puro-left-thumb-loop .featured-image .entry-header,
.puro-left-thumb-loop .featured-image .entry-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 75%;
}
@media (max-width: 48rem) {
  .resp .puro-left-thumb-loop .featured-image .entry-header, .resp
  .puro-left-thumb-loop .featured-image .entry-content {
    float: none;
    width: 100%;
  }
}
.puro-left-thumb-loop .featured-image .entry-header h1.entry-title {
  margin-top: -0.4em;
}
@media (max-width: 48rem) {
  .resp .puro-left-thumb-loop .featured-image .entry-header h1.entry-title {
    margin: 0;
  }
}

/*--------------------------------------------------------------
11.3 - Left Medium Post Loop
--------------------------------------------------------------*/
.puro-left-medium-loop .featured-image .entry-thumbnail {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-right: 2.53125em;
  width: 45%;
}
@media (max-width: 48rem) {
  .resp .puro-left-medium-loop .featured-image .entry-thumbnail {
    float: none;
    padding-right: 0;
    width: 100%;
  }
}
.puro-left-medium-loop .featured-image .entry-header,
.puro-left-medium-loop .featured-image .entry-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 55%;
}
@media (max-width: 48rem) {
  .resp .puro-left-medium-loop .featured-image .entry-header, .resp
  .puro-left-medium-loop .featured-image .entry-content {
    float: none;
    width: 100%;
  }
}
.puro-left-medium-loop .featured-image .entry-header h1.entry-title {
  margin-top: -0.4em;
}
@media (max-width: 48rem) {
  .resp .puro-left-medium-loop .featured-image .entry-header h1.entry-title {
    margin: 0;
  }
}

/*--------------------------------------------------------------
11.4 - Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
11.5 - Comments
--------------------------------------------------------------*/
.comments-area .comments-title {
  margin-top: 2.53125em;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 2.46875em;
  border-color: #e5e5e5;
}
.comments-area .comment-list {
  margin-top: 2.53125em;
  list-style: none;
  margin-left: 0;
}
.comments-area .comment-list .comment {
  margin-top: 2.53125em;
  margin-bottom: 2.53125em;
}
.comments-area .comment-list .comment:first-of-type {
  margin-top: 0;
}
.comments-area .comment-list .comment:last-of-type {
  margin-bottom: 0;
}
.comments-area .comment-list .comment:only-of-type {
  margin-top: 2.53125em;
  margin-bottom: 2.53125em;
}
.comments-area .comment-list .comment article {
  border: none;
  margin: 0;
}
.comments-area .comment-list .pingback {
  font-size: 0.875em;
  line-height: 1.92857em;
  font-weight: 600;
}
.comments-area .comment-list .pingback a {
  font-weight: 400;
}
.comments-area .comment-awaiting-moderation {
  font-weight: 600;
  margin-bottom: 0.84375em;
}
.comments-area .comment-awaiting-moderation:before {
  content: "\f071";
  font-family: 'FontAwesome';
  font-size: 0.8125em;
  font-weight: normal;
  margin-right: 0.4465em;
}
.comments-area .comment-author, .comments-area .comment-awaiting-moderation, .comments-area .comment-content, .comments-area .comment-list .reply, .comments-area .comment-metadata {
  padding-left: 4.21875em;
}
.comments-area .comment-author {
  position: relative;
}
.comments-area .comment-author .avatar {
  border-radius: 6rem;
  height: 3rem;
  left: 0;
  position: absolute;
  top: 0.4375rem;
  width: 3rem;
}
.comments-area .comment-author .fn {
  display: inline-block;
  margin-top: 0.3125em;
}
.comments-area .comment-author .says {
  display: none;
}
.comments-area .bypostauthor .fn:before {
  content: "\f005";
  font-family: 'FontAwesome';
  font-size: 0.8125em;
  margin-right: 0.3125em;
}
.comments-area .comment-metadata {
  margin-bottom: 0.84375em;
  color: #999;
}
.comments-area .comment-metadata a {
  font-size: 0.875em;
  line-height: 1.92857em;
  color: #999;
}
.comments-area .comment-metadata a:hover {
  color: #3d679c;
}
@media (max-width: 64rem) {
  .resp .comments-area .comment-metadata .edit-link {
    display: none;
  }
}
.comments-area .comment-metadata .edit-link:before {
  content: "\0020\007c\0020";
  font-family: 'FontAwesome';
}
.comments-area .comment-content a {
  word-wrap: break-word;
}
.comments-area .comment-content p:last-of-type {
  margin-bottom: 0.8438em;
}
.comments-area .comment-list .children {
  list-style: none;
  margin: 0 0 0 1.5em;
}
@media (max-width: 30rem) {
  .resp .comments-area .comment-list .children {
    margin: 0 0 0 0.75em;
  }
}
.comments-area .comment-list .children .comment:first-of-type {
  margin-top: 2.53125em;
}
.comments-area .comment-reply-link, .comments-area .comment-reply-login {
  font-size: 0.875em;
  line-height: 1.92857em;
}
.comments-area .comment-reply-link:before, .comments-area .comment-reply-login:before {
  content: "\f064";
  font-family: 'FontAwesome';
  margin-right: 0.3839em;
}
.comments-area .comment-respond {
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 3.3125em;
  margin-top: 3.375em;
  border-color: #e5e5e5;
}
.comments-area .comment-respond .comment-reply-title small {
  font-size: 100%;
}
.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  line-height: 0;
  font-size: 0.6087em;
  margin: 0 0 0 0.6522em;
}
.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  margin-right: 0.2589em;
}
.comments-area .comment-respond .required {
  color: #c13b2a;
}
.comments-area .comment-respond .comment-form-comment {
  margin-bottom: 0.84375em;
}
.comments-area .comment-respond .form-allowed-tags {
  font-size: 0.8125em;
  line-height: 2.07692em;
}
.comments-area .comment-respond .form-submit {
  margin-top: 1.6875em;
}
.comments-area .comment-respond p:last-of-type {
  margin-bottom: 0;
}
.comments-area .no-comments {
  font-weight: 600;
  margin: 1.6875em 0 0;
}
.comments-area .commentform-error {
  background: #ffdfe0;
  border: 0.0625rem solid #c89797;
  color: #790000;
  display: block;
  margin: 1.6875em 0;
  padding: 1.26563em 0.84375em;
}

/*--------------------------------------------------------------
12.0 - Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
12.1 - Captions
--------------------------------------------------------------*/
.wp-caption {
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  font-size: 0.8125em;
  line-height: 1.55769em;
  font-style: italic;
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.45em 0 -0.375em;
}

/*--------------------------------------------------------------
12.2 - Galleries
--------------------------------------------------------------*/
.gallery {
  margin: 2.1125em 0 1.0625em;
}

.gallery-item {
  display: inline-block;
  margin: 0 0 0.625em;
  text-align: center;
  vertical-align: top;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.gallery-columns-2 .gallery-item {
  width: 48.57143%;
  float: left;
}
.gallery-columns-2 .gallery-item:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.gallery-columns-2 .gallery-item:nth-child(2n + 2) {
  margin-left: 51.42857%;
  margin-right: -100%;
  clear: none;
}

.gallery-columns-3 .gallery-item {
  width: 31.42857%;
  float: left;
}
.gallery-columns-3 .gallery-item:nth-child(3n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.gallery-columns-3 .gallery-item:nth-child(3n + 2) {
  margin-left: 34.28571%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-3 .gallery-item:nth-child(3n + 3) {
  margin-left: 68.57143%;
  margin-right: -100%;
  clear: none;
}

.gallery-columns-4 .gallery-item {
  width: 22.85714%;
  float: left;
}
.gallery-columns-4 .gallery-item:nth-child(4n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.gallery-columns-4 .gallery-item:nth-child(4n + 2) {
  margin-left: 25.71429%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-4 .gallery-item:nth-child(4n + 3) {
  margin-left: 51.42857%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-4 .gallery-item:nth-child(4n + 4) {
  margin-left: 77.14286%;
  margin-right: -100%;
  clear: none;
}

.gallery-columns-5 .gallery-item {
  width: 17.71429%;
  float: left;
}
.gallery-columns-5 .gallery-item:nth-child(5n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.gallery-columns-5 .gallery-item:nth-child(5n + 2) {
  margin-left: 20.57143%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-5 .gallery-item:nth-child(5n + 3) {
  margin-left: 41.14286%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-5 .gallery-item:nth-child(5n + 4) {
  margin-left: 61.71429%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-5 .gallery-item:nth-child(5n + 5) {
  margin-left: 82.28571%;
  margin-right: -100%;
  clear: none;
}

.gallery-columns-6 .gallery-item {
  width: 14.28571%;
  float: left;
}
.gallery-columns-6 .gallery-item:nth-child(6n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.gallery-columns-6 .gallery-item:nth-child(6n + 2) {
  margin-left: 17.14286%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-6 .gallery-item:nth-child(6n + 3) {
  margin-left: 34.28571%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-6 .gallery-item:nth-child(6n + 4) {
  margin-left: 51.42857%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-6 .gallery-item:nth-child(6n + 5) {
  margin-left: 68.57143%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-6 .gallery-item:nth-child(6n + 6) {
  margin-left: 85.71429%;
  margin-right: -100%;
  clear: none;
}

.gallery-columns-7 .gallery-item {
  width: 11.82571%;
  float: left;
}
.gallery-columns-7 .gallery-item:nth-child(7n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.gallery-columns-7 .gallery-item:nth-child(7n + 2) {
  margin-left: 14.68286%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-7 .gallery-item:nth-child(7n + 3) {
  margin-left: 29.36571%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-7 .gallery-item:nth-child(7n + 4) {
  margin-left: 44.04857%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-7 .gallery-item:nth-child(7n + 5) {
  margin-left: 58.73143%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-7 .gallery-item:nth-child(7n + 6) {
  margin-left: 73.41429%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-7 .gallery-item:nth-child(7n + 7) {
  margin-left: 88.09714%;
  margin-right: -100%;
  clear: none;
}

.gallery-columns-8 .gallery-item {
  width: 10%;
  float: left;
}
.gallery-columns-8 .gallery-item:nth-child(8n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.gallery-columns-8 .gallery-item:nth-child(8n + 2) {
  margin-left: 12.85714%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-8 .gallery-item:nth-child(8n + 3) {
  margin-left: 25.71429%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-8 .gallery-item:nth-child(8n + 4) {
  margin-left: 38.57143%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-8 .gallery-item:nth-child(8n + 5) {
  margin-left: 51.42857%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-8 .gallery-item:nth-child(8n + 6) {
  margin-left: 64.28571%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-8 .gallery-item:nth-child(8n + 7) {
  margin-left: 77.14286%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-8 .gallery-item:nth-child(8n + 8) {
  margin-left: 90%;
  margin-right: -100%;
  clear: none;
}

.gallery-columns-9 .gallery-item {
  width: 8.57114%;
  float: left;
}
.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.gallery-columns-9 .gallery-item:nth-child(9n + 2) {
  margin-left: 11.42829%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-9 .gallery-item:nth-child(9n + 3) {
  margin-left: 22.85657%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-9 .gallery-item:nth-child(9n + 4) {
  margin-left: 34.28486%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-9 .gallery-item:nth-child(9n + 5) {
  margin-left: 45.71314%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-9 .gallery-item:nth-child(9n + 6) {
  margin-left: 57.14143%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-9 .gallery-item:nth-child(9n + 7) {
  margin-left: 68.56971%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-9 .gallery-item:nth-child(9n + 8) {
  margin-left: 79.998%;
  margin-right: -100%;
  clear: none;
}
.gallery-columns-9 .gallery-item:nth-child(9n + 9) {
  margin-left: 91.42629%;
  margin-right: -100%;
  clear: none;
}

.gallery-caption {
  margin-bottom: 0.625em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/*--------------------------------------------------------------
12.3 - Audio
--------------------------------------------------------------*/
.mejs-container button {
  background: #333;
}

.mejs-controls .mejs-button button {
  -moz-box-shadow: #333 0 0 0;
  -webkit-box-shadow: #333 0 0 0;
  box-shadow: #333 0 0 0;
}

/*--------------------------------------------------------------
12.4 - Attachments
--------------------------------------------------------------*/
.attachment .entry-header h1.entry-title {
  margin-bottom: 1.6875em;
}

/*--------------------------------------------------------------
13.0 - Header
--------------------------------------------------------------*/
.site-header {
  border-bottom: 0.0625rem solid #e5e5e5;
  margin: 0 0 2.8em;
  padding: 1.6em 0;
  position: relative;
  width: 100%;
  /* Center the site branding text if the center logo setting is enabled */
}
@media (min-width: 48rem) {
  .site-header:not(.center-logo) {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
  }
}
body:not(.resp) .site-header:not(.center-logo) {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.site-header .site-branding {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  max-width: 31%;
  padding-right: 1.6875em;
}
.site-header .site-branding img {
  margin-top: 0.625em;
  margin-bottom: 0.625em;
}
@media (max-width: 48rem) {
  .resp .site-header .site-branding {
    max-width: 100%;
    width: 100%;
  }
}
.site-header .site-branding h1.site-title {
  font-size: 2.5625em;
  line-height: 1.31707em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0;
}
.site-header .site-branding h1.site-title a {
  color: #333;
  text-decoration: none;
}
.site-header .site-branding h2.site-description {
  font-size: 1em;
  line-height: 1.6875em;
  color: #999;
  font-weight: normal;
  margin: -0.375em 0 0.25em;
}
.site-header.center-logo .site-branding {
  max-width: 100%;
  text-align: center;
  width: 100%;
}

/* Below breakpoint $medium, center the site branding text if responsive layout is enabled and the responsive menu is disabled */
@media (max-width: 48rem) {
  .resp .site-header:not(.responsive-menu) .site-branding {
    padding-right: 0;
    text-align: center;
  }
}
/*--------------------------------------------------------------
14.0 - Footer
--------------------------------------------------------------*/
.site-footer {
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 3.3125em;
  margin-top: 5.0625em;
  padding-bottom: 3.375em;
  border-color: #e5e5e5;
}
.site-footer .widget:last-of-type {
  float: right;
  margin-right: 0;
}
.site-footer .widget-count-1 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.site-footer .widget-count-2 {
  width: 48.57143%;
  float: left;
  margin-right: 2.85714%;
}
.site-footer .widget-count-3 {
  width: 31.42857%;
  float: left;
  margin-right: 2.85714%;
}
.site-footer .widget-count-4 {
  width: 22.85714%;
  float: left;
  margin-right: 2.85714%;
}
.site-footer .widget-count-5 {
  width: 17.71429%;
  float: left;
  margin-right: 2.85714%;
}
.site-footer .widget-count-6 {
  width: 14.28571%;
  float: left;
  margin-right: 2.85714%;
}
.site-footer .widget-count-7 {
  width: 11.83686%;
  float: left;
  margin-right: 2.85714%;
}
.site-footer .widget-count-8 {
  width: 10%;
  float: left;
  margin-right: 2.85714%;
}
.site-footer .widget-count-9 {
  width: 8.57114%;
  float: left;
  margin-right: 2.85714%;
}
.site-footer .widget-count-10 {
  width: 7.42857%;
  float: left;
  margin-right: 2.85714%;
}
@media (max-width: 30rem) {
  .resp .site-footer .widget-count-1, .resp .site-footer .widget-count-2, .resp .site-footer .widget-count-3, .resp .site-footer .widget-count-4, .resp .site-footer .widget-count-5, .resp .site-footer .widget-count-6, .resp .site-footer .widget-count-7, .resp .site-footer .widget-count-8, .resp .site-footer .widget-count-9, .resp .site-footer .widget-count-10 {
    width: 100%;
  }
}
.site-footer ul {
  margin-bottom: -0.3125em;
}
.site-footer .site-info, .site-footer .theme-attribution {
  font-size: 0.8125em;
  line-height: 2.07692em;
  color: #999;
  float: left;
  margin-top: 1.6875em;
  text-align: left;
}
.site-footer .site-info a, .site-footer .theme-attribution a {
  color: #999;
}
.site-footer .site-info a:hover, .site-footer .theme-attribution a:hover {
  color: #3d679c;
}
.site-footer .social-links-menu {
  float: right;
  margin-top: 1.6875em;
}

/*--------------------------------------------------------------
15.0 - Home
--------------------------------------------------------------*/
.home .metaslider {
  margin: 0 0 4.21875em;
}

/*--------------------------------------------------------------
17.0 - Jetpack
--------------------------------------------------------------*/
/*--------------------------------------------------------------
17.1 - Contact Form
--------------------------------------------------------------*/
div[id*="contact-form"] div {
  margin-bottom: 1.6875em;
}
div[id*="contact-form"] div label {
  margin-bottom: 0.42188em;
}
div[id*="contact-form"] div label span {
  font-size: 0.8125em;
  line-height: 2.07692em;
  color: #999;
}
div[id*="contact-form"] div input, div[id*="contact-form"] div input[type='text'], div[id*="contact-form"] div input[type='email'] {
  margin-bottom: 0;
}
div[id*="contact-form"] div textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding: 0.625em;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
}
div[id*="contact-form"] h3 {
  font-size: 1.25em;
  line-height: 1.35em;
  margin: 0;
}
div[id*="contact-form"] blockquote {
  font-size: 1em;
  line-height: 1.6875em;
}
div[id*="contact-form"] .form-error {
  font-size: 0.875em;
  line-height: 1.92857em;
  margin-bottom: 1.6875em;
  background: #ffdfe0;
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
  color: #790000;
  padding: 0.50625em 1.6875em 0.84375em;
}
div[id*="contact-form"] .form-error h3 {
  font-size: 1em;
  line-height: 1.6875em;
  color: #790000;
}
div[id*="contact-form"] .form-error .form-errors {
  margin-bottom: 0;
}
div[id*="contact-form"] .form-error .form-errors .form-error-message {
  color: #790000;
}

#secondary div[id*="contact-form"] h3, #colophon div[id*="contact-form"] h3 {
  font-size: 1em;
  line-height: 1.6875em;
  margin: 0;
}
#secondary div[id*="contact-form"] blockquote, #colophon div[id*="contact-form"] blockquote {
  font-size: 0.875em;
  line-height: 1.92857em;
}
#secondary div[id*="contact-form"] .form-error, #colophon div[id*="contact-form"] .form-error {
  font-size: 0.875em;
  line-height: 1.92857em;
  margin-bottom: 0.84375em;
  padding: 0.25313em 0.84375em 0.42188em;
}
#secondary div[id*="contact-form"] .form-error h3, #colophon div[id*="contact-form"] .form-error h3 {
  font-size: 1em;
  line-height: 1.6875em;
  color: #790000;
}

/*--------------------------------------------------------------
17.2 - Gravatar Profile
--------------------------------------------------------------*/
#secondary .widget-grofile h4, #colophon .widget-grofile h4 {
  font-size: 0.875em;
  line-height: 1.92857em;
  margin: 0;
}

/*--------------------------------------------------------------
17.3 - Infinite Scroll
--------------------------------------------------------------*/
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

#infinite-handle {
  margin: 3.375em 0 0;
  text-align: center;
}
#infinite-handle span {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: #21975c 0 1px 0;
  -webkit-box-shadow: #21975c 0 1px 0;
  box-shadow: #21975c 0 1px 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  background: rgba(42, 193, 118, 0.8);
  color: #FFF;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  font-weight: 400;
  padding: 0.5em 1em 0.375em;
  text-transform: uppercase;
}
#infinite-handle span:hover {
  background: #3d679c;
}

.infinite-scroll .infinite-loader {
  height: 1.625em;
  padding: 4.21875em 0 0;
}
.infinite-scroll .infinite-loader .spinner {
  margin: 0 auto;
  top: 0.3125rem !important;
  left: 0 !important;
}

.infinite-scroll.neverending .infinite-loader .spinner {
  top: -3.3125rem !important;
}

.rtl .infinite-loader .spinner {
  right: 0 !important;
  left: auto !important;
}

.infinite-wrap {
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 3.3125em;
  margin-top: 3.375em;
  border-color: #e5e5e5;
}

#infinite-footer .container {
  border-color: #e5e5e5;
}
#infinite-footer .blog-info a {
  font-size: 0.8125em;
  line-height: 2.07692em;
  color: #333;
}
#infinite-footer .blog-info a:hover {
  color: #3d679c;
  text-decoration: none;
}
#infinite-footer .blog-credits {
  font-size: 0.6875em;
  line-height: 2.45455em;
  color: #666;
}
#infinite-footer .blog-credits a {
  color: #666;
}
#infinite-footer .blog-credits a:hover {
  color: #3d679c;
  text-decoration: none;
}

/*--------------------------------------------------------------
17.4 - RSS Links
--------------------------------------------------------------*/
.widget_rss_links p {
  font-weight: 600;
  margin: 0 0 0.84375em;
}
.widget_rss_links p img {
  display: block;
}

/*--------------------------------------------------------------
17.5 - Subscriptions
--------------------------------------------------------------*/
p.comment-subscription-form {
  margin-bottom: 0;
}
p.comment-subscription-form input[type="checkbox"] {
  font-size: 0.875em;
  line-height: 1.92857em;
}
p.comment-subscription-form label.subscribe-label {
  font-size: 0.875em;
  line-height: 1.92857em;
  font-weight: normal;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
17.6 - Tiled Gallery
--------------------------------------------------------------*/
.entry-content .tiled-gallery {
  margin: 0 0 1.6875em;
}

/*--------------------------------------------------------------
17.7 - Video Player
--------------------------------------------------------------*/
.entry-content .video-player {
  margin: 0 0 1.6875em;
}

/*--------------------------------------------------------------
17.8 - WordPress Posts
--------------------------------------------------------------*/
#secondary .jetpack-display-remote-posts h4, #colophon .jetpack-display-remote-posts h4 {
  font-size: 0.875em;
  line-height: 1.92857em;
  font-size: 100%;
  margin: 0 0 0.84375em;
}
#secondary .jetpack-display-remote-posts p, #colophon .jetpack-display-remote-posts p {
  font-size: 100%;
  line-height: 1.625em !important;
  margin: 0 0 1.6875em !important;
}

/*--------------------------------------------------------------
18.0 - Contact Form 7
--------------------------------------------------------------*/
.wpcf7 p {
  font-weight: 600;
}
.wpcf7 p span {
  font-weight: 400;
}
.wpcf7 p span[style] {
  display: block !important;
}
.wpcf7 p .wpcf7-form-control-wrap, .wpcf7 p .wpcf7-form-control {
  display: block;
  margin-top: 0.42188em;
}
.wpcf7 p .wpcf7-not-valid-tip {
  font-size: 0.875em;
  line-height: 1.92857em;
  background: #ffdfe0;
  border-top: 0.0625rem solid #c89797;
  border-bottom: 0.0625rem solid #c89797;
  color: #790000;
  margin-top: 1.6875em;
  padding: 0.42188em;
}
.wpcf7 p select.wpcf7-select option::selection {
  background: red;
}
.wpcf7 p span.wpcf7-list-item-label {
  margin-right: 0.3125em;
}
.wpcf7 p span.wpcf7-list-item {
  margin: 0 0.75em 0 0;
}
.wpcf7 p .wpcf7-form-control.wpcf7-submit {
  float: left;
  margin: 0;
}
.wpcf7 p img.ajax-loader {
  float: left;
  display: block;
  margin: 0.75em 0 0 1.5em;
}
.wpcf7 .wpcf7-validation-errors {
  background: #ffdfe0;
  border: none;
  border-top: 0.0625rem solid #c89797;
  border-bottom: 0.0625rem solid #c89797;
  color: #790000;
  float: left;
  margin-top: 1.6875em;
}
.wpcf7 .wpcf7-response-output {
  font-size: 0.875em;
  line-height: 1.92857em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  margin: 1.6875em 0 0;
  padding: 0.84375em;
  width: 100%;
}
.wpcf7 .wpcf7-mail-sent-ok {
  background: #fffbcc;
  border: none;
  border-top: 0.0625rem solid #e6db55;
  border-bottom: 0.0625rem solid #e6db55;
  color: #666;
  float: left;
  margin-top: 1.6875em;
}
.wpcf7:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

/*--------------------------------------------------------------
19.0 - Gravity Forms
--------------------------------------------------------------*/
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio],
.gform_wrapper .gfield_checkbox li input {
  margin-left: 0.125em;
}

.ui-datepicker a {
  -moz-transition: 0s;
  -o-transition: 0s;
  -webkit-transition: 0s;
  transition: 0s;
}

.gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 1em;
  line-height: 1.6875em;
  font-size: 1em !important;
  background: #fffbcc;
  border: 0.0625em solid #e6db55 !important;
  border-right: none !important;
  border-left: none !important;
  color: #666;
  padding: 1.2656em 0.8438em;
}

#secondary .gform_confirmation_wrapper .gform_confirmation_message, #colophon .gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 0.875em !important;
  font-size: 0.875em;
  line-height: 1.92857em;
}

/*--------------------------------------------------------------
20.0 - SiteOrigin Page Builder and Widgets Bundle
--------------------------------------------------------------*/
/*--------------------------------------------------------------
20.1 - SiteOrigin Post Carousel Widget
--------------------------------------------------------------*/
.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 a {
  font-weight: bold;
}

span.jwcontrols span button {
  -moz-border-radius: initial;
  -webkit-border-radius: initial;
  border-radius: initial;
  -moz-box-shadow: initial;
  -webkit-box-shadow: initial;
  box-shadow: initial;
  -moz-transition: initial;
  -o-transition: initial;
  -webkit-transition: initial;
  transition: initial;
  border: none;
  background: initial;
  color: initial;
  -webkit-appearance: initial;
  font-weight: initial;
  padding: initial;
  text-transform: initial;
}
