/*!
Theme Name: Le blog
Theme URI: http://www.store-opart.fr/
Version: 1.0.0
Author: opart
Author URI: http://www.store-opart.fr/
Description: A minimal, modern theme, designed to be mobile first and fully responsive, Decode features the ability to change all the colors in the theme and an elegant sidebar conveniently accessed by tapping on the menu icon. The sidebar can fit all of your widgets and its position can be customized. You can also choose to keep the sidebar always visible on larger screens for an elegent two-column experience. You can even disable the sidebar and comment links if you choose. Decode supports link posts, where the title can be hyperlinked. Decode includes custom social icons in the header that you can easily link to your choice of 53 different social profiles from Twitter, and App.net, to Pinterest and LinkedIn, you will be sure to find support for the network you want alongside a bevy of customizations to make your site unique. Decode has been translated into Chinese, Dutch, French, German, Polish, Russian, and Spanish. <a href="http://scotthsmith.com/projects/decode/">More info here</a>
Tags: responsive-layout, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, white, yellow, dark, light
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0-standalone.html
Domain Path: /languages/
Text Domain: decode

Le blog is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0  - Reset
	1.1 - General
	1.2 - Typography
	1.3 - Elements
	1.4 - Forms
2.0  - Utilities
	2.1 - Screen Readers
	2.2 - Clearing
3.0  - Media
	3.1 - Captions
	3.2 - Galleries
	3.3 - Alignment
4.0  - Header
	4.1 - Site Branding
	4.2 - Social Links
	4.3 - Menus
	4.4 - Breadcrumbs
5.0  - Content
6.0  - Post Formats
	6.1 - Link Posts
	6.2 - Quote Posts
	6.3 - Asides
	6.4 - Audio Posts
7.0  - Author Profiles
	7.1 - Author Cards
	7.2 - Author Pages
8.0  - Comments
9.0  - Navigation
10.0 - Search
11.0 - Sidebar
12.0 - Widgets
13.0 - Explore Page
14.0 - Infinite Scroll
15.0 - Media Queries
	15.1 - Tablets (<35ems)
	15.2 - Desktops (<50ems)
	15.3 - Large Screens (<68.5ems)
	15.4 - Print
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.1 - General
--------------------------------------------------------------*/

@font-face {
    font-family: 'maven_pro_light300';
    src: url('fonts/mavenprolight-300-webfont.eot');
    src: url('fonts/mavenprolight-300-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mavenprolight-300-webfont.woff2') format('woff2'),
         url('fonts/mavenprolight-300-webfont.woff') format('woff'),
         url('fonts/mavenprolight-300-webfont.ttf') format('truetype'),
         url('fonts/mavenprolight-300-webfont.svg#maven_pro_light300') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MavenProBlack';
    src: url('fonts/Black/maven_pro_black-webfont.eot');
    src: url('fonts/Black/maven_pro_black-webfont.eot?#iefix') format('eot'),
         url('fonts/Black/maven_pro_black-webfont.woff') format('woff'),
         url('fonts/Black/maven_pro_black-webfont.ttf') format('truetype'),
         url('fonts/Black/maven_pro_black-webfont.svg#webfontXhB2DgBK') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MavenProBold';
    src: url('fonts/Bold/maven_pro_bold-webfont.eot');
    src: url('fonts/Bold/maven_pro_bold-webfont.eot?#iefix') format('eot'),
         url('fonts/Bold/maven_pro_bold-webfont.woff') format('woff'),
         url('fonts/Bold/maven_pro_bold-webfont.ttf') format('truetype'),
         url('fonts/Bold/maven_pro_bold-webfont.svg#webfontNOU7iUTL') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MavenProMedium';
    src: url('fonts/Medium/maven_pro_medium-webfont.eot');
    src: url('fonts/Medium/maven_pro_medium-webfont.eot?#iefix') format('eot'),
         url('fonts/Medium/maven_pro_medium-webfont.woff') format('woff'),
         url('fonts/Medium/maven_pro_medium-webfont.ttf') format('truetype'),
         url('fonts/Medium/maven_pro_medium-webfont.svg#webfontNj5iy4Dl') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MavenProRegular';
    src: url('fonts/Regular/maven_pro_regular-webfont.eot');
    src: url('fonts/Regular/maven_pro_regular-webfont.eot?#iefix') format('eot'),
         url('fonts/Regular/maven_pro_regular-webfont.woff') format('woff'),
         url('fonts/Regular/maven_pro_regular-webfont.ttf') format('truetype'),
         url('fonts/Regular/maven_pro_regular-webfont.svg#webfontOM8fITNz') format('svg');
    font-weight: normal;
    font-style: normal;

}


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 {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  padding: 0;
  border: 0;
  margin: 0;
  outline: 0; }

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 */
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -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/ */ }

*, *:before, *:after {
  -moz-box-sizing: inherit;
       box-sizing: inherit; }

body {
  background: #ECF0F1;
  /* Fallback for when there is no custom background color defined. */ }

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  border-spacing: 0;
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate; }

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

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

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

a:focus {
  outline: 0; }

a:hover, a:active {
  color: #d2d2d2 !important;
  outline: 0 none;
}

a img {
  border: 0; }

/*--------------------------------------------------------------
1.2 - Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
  color: #4C4C4C;
  font-family: 'Oxygen', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5; }

body {
  -webkit-overflow-scrolling: touch;
  /* Corrects touch events not being passed to body if `-webkit-overflow-scrolling: touch;` is used on any other elements */
  text-align: left;
  margin: 0;
  background-color: #E3E5E7; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both; }

a {
  -webkit-transition: color 0.4s ease;
          transition: color 0.4s ease;
  background-color: transparent;
  border-bottom: 0 solid rgba(69, 69, 69, 0);
  color: #000 !important;
  font: 300 26px "maven_pro_light300";
  text-decoration: none;
}
  .no-touch a:hover {
    color: #333; }
  .no-touch a:active {
    color: #333; }

.no-touch .site-description a, .no-touch .entry-content a, .no-touch .categories a, .no-touch .tags a, .no-touch .comments-link a, .no-touch .edit-link a, .no-touch .author-site a, .no-touch .theme-info a, .no-touch .site-colophon a {
  -webkit-transition: color 0.4s ease-in-out, border-bottom 0.4s ease-in-out;
          transition: color 0.4s ease-in-out, border-bottom 0.4s ease-in-out; }
  .no-touch .site-description a:hover, .no-touch .entry-content a:hover, .no-touch .categories a:hover, .no-touch .tags a:hover, .no-touch .comments-link a:hover, .no-touch .edit-link a:hover, .no-touch .author-site a:hover, .no-touch .theme-info a:hover, .no-touch .site-colophon a:hover {
    border-bottom: 1px solid #333 !important; }
  .no-touch .site-description a:active, .no-touch .entry-content a:active, .no-touch .categories a:active, .no-touch .tags a:active, .no-touch .comments-link a:active, .no-touch .edit-link a:active, .no-touch .author-site a:active, .no-touch .theme-info a:active, .no-touch .site-colophon a:active {
    border-bottom: 1px solid #333 !important; }

/*--------------------------------------------------------------
1.3 - Elements
--------------------------------------------------------------*/
hr {
  height: 1px;
  border: 0;
  margin-bottom: 1.5em;
  background-color: #CCC; }

/* Text elements */
p {
  margin-bottom: 1.5em; }

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

b, strong {
  font-weight: bold; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  overflow: auto;
  font-family: 'Courier 10 Pitch', Courier, monospace;
  line-height: 1.6;
  max-width: 100%;
  padding: 1.6em;
  margin-bottom: 1.6em;
  background: #EEE; }

code, kbd, tt, var {
  font: 15px Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  text-decoration: none;
  background: #FFF9C0; }

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  height: 0; }

sup {
  bottom: 1ex; }

sub {
  top: 0.5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

figure {
  margin: 0; }

table {
  width: 100%;
  margin: 0 0 1.5em; }

th {
  font-weight: bold; }

/*--------------------------------------------------------------
1.4 - Forms
--------------------------------------------------------------*/
button, input, select, textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */ }

button, input[type='button'], input[type='reset'], input[type='submit'] {
  -webkit-transition: border 0.25s ease-out, color 0.25s ease-out;
          transition: border 0.25s ease-out, color 0.25s ease-out;
  color: #333;
  height: 2.15em;
  padding: 0 0.7em;
  border: 1px solid #C0C0C0;
  border-radius: 3px;
  background: transparent;
  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 */ }
  .no-touch button:hover, .no-touch input[type='button']:hover, .no-touch input[type='reset']:hover, .no-touch input[type='submit']:hover {
    border: 1px solid #333; }
  .no-touch button:focus, .touch button:focus, .no-touch button:active, .touch button:active, .no-touch input[type='button']:focus, .touch input[type='button']:focus, .no-touch input[type='button']:active, .touch input[type='button']:active, .no-touch input[type='reset']:focus, .touch input[type='reset']:focus, .no-touch input[type='reset']:active, .touch input[type='reset']:active, .no-touch input[type='submit']:focus, .touch input[type='submit']:focus, .no-touch input[type='submit']:active, .touch input[type='submit']:active {
    color: #333;
    border-color: #333; }

textarea {
  -webkit-transition: border 0.25s ease-out, color 0.25s ease-out, background 0.25s ease-out;
          transition: border 0.25s ease-out, color 0.25s ease-out, background 0.25s ease-out;
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  color: #C0C0C0;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
  padding: 0.3em;
  border: 1px solid #C0C0C0;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0); }

input[type='checkbox'], input[type='radio'] {
  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 {
    -webkit-appearance: none;
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */ }

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  /* 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; }

input[type='text'], input[type='email'], input[type='password'], input[type='search'], input[type='tel'], input[type='url'] {
  -webkit-transition: border 0.25s ease-out, color 0.25s ease-out, background 0.25s ease-out;
          transition: border 0.25s ease-out, color 0.25s ease-out, background 0.25s ease-out;
  color: #C0C0C0;
  width: 100%;
  height: 2.15em;
  padding: 0.3em;
  border: 1px solid #C0C0C0;
  margin: 5px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0); }

.no-touch input[type='text']:hover, .no-touch input[type='email']:hover, .no-touch input[type='password']:hover, .no-touch input[type='search']:hover, .no-touch input[type='tel']:hover, .no-touch input[type='url']:hover, .no-touch textarea:hover {
  color: #8C8C8C;
  border-color: #8C8C8C;
  background: rgba(255, 255, 255, 0.35); }
.no-touch input[type='text']:focus, .touch input[type='text']:focus, .no-touch input[type='email']:focus, .touch input[type='email']:focus, .no-touch input[type='password']:focus, .touch input[type='password']:focus, .no-touch input[type='search']:focus, .touch input[type='search']:focus, .no-touch input[type='tel']:focus, .touch input[type='tel']:focus, .no-touch input[type='url']:focus, .touch input[type='url']:focus, .no-touch textarea:focus, .touch textarea:focus {
  color: #4C4C4C;
  border-color: #333;
  outline: none;
  background: white; }

/*--------------------------------------------------------------
2.0 - Utilities
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.1 - Screen Readers
--------------------------------------------------------------*/
body .screen-reader-text {
  /*overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;*/
  border: 0; }
body .screen-reader-text.skip-link {
  display: none !important; 
  visibility: hidden !important; }

body .screen-reader-text:active, body .screen-reader-text:focus {
  /*overflow: visible;
  clip: auto;
  position: static;
  z-index: 100000;*/
  /* Above WP toolbar */
  /*width: auto;
  height: auto;
  margin: 0;*/ }

/*--------------------------------------------------------------
2.2 - Clearing
--------------------------------------------------------------*/
/* Micro Clearfix */
.cf:before, .cf:after {
  display: table;
  content: ''; }
.cf:after {
  clear: both; }

.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 {
  display: table;
  content: ''; }
.entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
3.0 - Media
--------------------------------------------------------------*/
/* Fluid images for posts, comments, and widgets */
.site-branding img, .site-content img, .site-footer img, .sidebar img, img.size-full, .comment-content img, .widget img, .size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
  max-width: 100%;
  height: auto; }

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

/* Make sure images with WordPress-added height and width attributes are scaled correctly */
.entry-content img, img[class*='align'], img[class*='wp-image-'] {
  height: auto; }

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

/*--------------------------------------------------------------
3.1 - Captions
--------------------------------------------------------------*/
.wp-caption {
  max-width: 100%;
  margin-bottom: 1.5em; }

.wp-caption img[class*='wp-image-'] {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

.wp-caption-text {
  font-size: 0.85em;
  text-align: center; }

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

/*--------------------------------------------------------------
3.2 - Galleries
--------------------------------------------------------------*/
.gallery {
  margin: auto auto 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0 4px 4px 0; }

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: calc(50% - 4px); }

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: calc(33.3% - 4px); }

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: calc(25% - 4px); }

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: calc(20% - 4px); }

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: calc(16.7% - 4px); }

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: calc(14.28% - 4px); }

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: calc(12.5% - 4px); }

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: calc(11.1% - 4px); }

.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0; }

/* Overwrites Core's default styles (= WP 3.8) */
#content .gallery dd.gallery-caption {
  margin: auto; }

.gallery-caption {
  font-size: 0.85em;
  text-align: center;
  margin: auto; }

.gallery-columns-1 .gallery-caption {
  max-width: 20em; }

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

.gallery-columns-6 .gallery-item img, .gallery-columns-7 .gallery-item img, .gallery-columns-8 .gallery-item img, .gallery-columns-9 .gallery-item img {
  margin: 0 auto; }

.gallery a img {
  display: block;
  border: none; }

/*--------------------------------------------------------------
3.3 - Alignment
--------------------------------------------------------------*/
.entry-content .alignleft {
  display: inline;
  float: left;
  margin-right: 2.5%; }
.entry-content .alignright {
  display: inline;
  float: right;
  margin-left: 2.5%; }
.entry-content .aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto; }

/*--------------------------------------------------------------
4.0 - Header
----------------------------------------------------------------
4.1 - Site Branding
--------------------------------------------------------------*/
.site {
    margin: 0 auto;
    /*max-width: 1724px;*/
	/*max-width: 1205px;*/
	max-width:1064px;
    overflow: hidden;
    width: 100%;
}

.site-header {
  width: 100%;
  /*border-bottom: 1px solid #333;*/
  margin: 3.5% auto 0; }

.site-branding {
  text-align: center;
  margin: 1.5% auto 2.5%; }

.site-logo {
  -webkit-transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out;
  width: auto;
  max-height: 8.5em;
  max-height: 15rem;
  margin: 0 auto 2%;
  opacity: 1;
  -webkit-user-drag: none;
  user-drag: none; }
  .no-touch .site-logo:hover {
    opacity: 0.75; }
  .no-touch .site-logo:active {
    opacity: 0.85; }

.site-title {
  line-height: 1;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 0 0 0.5%; }
  .site-title a {
    -webkit-transition: color 0.5s;
            transition: color 0.5s;
	/*background: url("images/logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	text-indent: -5555px;*/
	color: #4c4c4c;
	display: block;
	font-size: 1.95em;
	height: 95px;
	margin: 0 auto;
	overflow: hidden;
	max-width: 390px;
	width:100%;
    -webkit-font-smoothing: subpixel-antialiased; }
  .site-title a img.logo {
	margin: 0 auto;
	width: 100%; }
  .no-touch .site-title a:hover {
    color: #333; }
  .no-touch .site-title a:active {
    color: #333; }

.page-header {
  text-align: center;
  margin: 0 auto 7.5%; }

.page-title {
  display: inline-block;
  font-size: 1.65em;
  text-align: center;
  padding: 1.5%;
  border-bottom: 1px solid #333; }

.site-description {
  text-align: center;
  margin-bottom: 0.75%; }

/*--------------------------------------------------------------
4.2 - Social Links
--------------------------------------------------------------*/
.social-links {
  display: block;
  /*margin: 1% 0;*/ }

.social-links-container {
  text-align: center;
  margin: 0 auto; }

.social-link {
  -webkit-transition: opacity 0.4s ease-out;
          transition: opacity 0.4s ease-out;
  border: none;
  margin: 0 1%; }
  .no-touch .social-link:hover {
    opacity: 0.6; }
  .no-touch .social-link:active {
    opacity: 0.8; }
  .social-link:first-child {
    margin-left: 0; }
  .social-link:last-child {
    margin-right: 0; }
  .social-link svg, .social-link img {
    overflow: visible;
    width: 2em;
    height: 2em; }
  .no-inlinesvg .social-link svg {
    display: none; }
  .no-inlinesvg .social-link {
    display: inline-block;
    width: 35px;
    height: 50px;
    margin: 0 0.5%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('images/socials.png?v=3'); }
  .home .no-inlinesvg .social-link {
    display: none !important;
    visibility: hidden !important; }

/* Fallback Images for browsers that don't support Inline SVG */
.no-inlinesvg .TwitterLink {
    width: 40px;
  background-position: -42px 0; }
.no-inlinesvg .FacebookLink {
	background-position: -87px 0; }
.no-inlinesvg .PinterestLink {
  background-position: 2px 0; }
.no-inlinesvg .InstagramLink {
  background-position: -126px 0; }
  
  
.no-inlinesvg .GooglePlusLink {
  background-image: url('images/GooglePlus.png'); }
.no-inlinesvg .ElloLink {
  background-image: url('images/Ello.png'); }
.no-inlinesvg .ADNLink {
  background-image: url('images/ADN.png'); }
.no-inlinesvg .SinaWeiboLink {
  background-image: url('images/SinaWeibo.png'); }
.no-inlinesvg .MySpaceLink {
  background-image: url('images/MySpace.png'); }
.no-inlinesvg .DiasporaLink {
  background-image: url('images/Diaspora.png'); }
.no-inlinesvg .VKLink {
  background-image: url('images/VK.png'); }
.no-inlinesvg .DribbbleLink {
  background-image: url('images/Dribbble.png'); }
.no-inlinesvg .BehanceLink {
  background-image: url('images/Behance.png'); }
.no-inlinesvg .LinkedInLink {
  background-image: url('images/LinkedIn.png'); }
.no-inlinesvg .FancyLink {
  background-image: url('images/Fancy.png'); }
.no-inlinesvg .EtsyLink {
  background-image: url('images/Etsy.png'); }
.no-inlinesvg .PinboardLink {
  background-image: url('images/Pinboard.png'); }
.no-inlinesvg .DeliciousLink {
  background-image: url('images/Delicious.png'); }
.no-inlinesvg .Five00pxLink {
  background-image: url('images/500px.png'); }
.no-inlinesvg .FlickrLink {
  background-image: url('images/Flickr.png'); }
.no-inlinesvg .DeviantARTLink {
  background-image: url('images/deviantART.png'); }
.no-inlinesvg .BandcampLink {
  background-image: url('images/Bandcamp.png'); }
.no-inlinesvg .SoundcloudLink {
  background-image: url('images/Soundcloud.png'); }
.no-inlinesvg .iTunesLink {
  background-image: url('images/iTunes.png'); }
.no-inlinesvg .RdioLink {
  background-image: url('images/Rdio.png'); }
.no-inlinesvg .SpotifyLink {
  background-image: url('images/Spotify.png'); }
.no-inlinesvg .LastFmLink {
  background-image: url('images/LastFm.png'); }
.no-inlinesvg .VineLink {
  background-image: url('images/Vine.png'); }
.no-inlinesvg .VimeoLink {
  background-image: url('images/Vimeo.png'); }
.no-inlinesvg .YouTubeLink {
  background-image: url('images/YouTube.png'); }
.no-inlinesvg .KickstarterLink {
  background-image: url('images/Kickstarter.png'); }
.no-inlinesvg .GittipLink {
  background-image: url('images/Gittip.png'); }
.no-inlinesvg .GittipLink {
  background-image: url('images/Goodreads.png'); }
.no-inlinesvg .TumblrLink {
  /*background-image: url('images/Tumblr.png'); */
  background-image: url('images/thumblr_ico.png');
}
.no-inlinesvg .MediumLink {
  background-image: url('images/Medium.png'); }
.no-inlinesvg .SvbtleLink {
  background-image: url('images/Svbtle.png'); }
.no-inlinesvg .WordPressLink {
  background-image: url('images/WordPress.png'); }
.no-inlinesvg .StackOverflowLink {
  background-image: url('images/StackOverflow.png'); }
.no-inlinesvg .redditLink {
  background-image: url('images/reddit.png'); }
.no-inlinesvg .GithubLink {
  background-image: url('images/GitHub.png'); }
.no-inlinesvg .BitbucketLink {
  background-image: url('images/Bitbucket.png'); }
.no-inlinesvg .RunkeeperLink {
  background-image: url('images/Runkeeper.png'); }
.no-inlinesvg .StravaLink {
  background-image: url('images/Strava.png'); }
.no-inlinesvg .FoursquareLink {
  background-image: url('images/Foursquare.png'); }
.no-inlinesvg .YelpLink {
  background-image: url('images/Yelp.png'); }
.no-inlinesvg .SlideShareLink {
  background-image: url('images/SlideShare.png'); }
.no-inlinesvg .ResearchGateLink {
  background-image: url('images/ResearchGate.png'); }
.no-inlinesvg .YouVersionLink {
  background-image: url('images/YouVersion.png'); }
.no-inlinesvg .PSNLink {
  background-image: url('images/PSN.png'); }
.no-inlinesvg .XboxLiveLink {
  background-image: url('images/XboxLive.png'); }
.no-inlinesvg .Steam {
  background-image: url('images/Steam.png'); }
.no-inlinesvg .SkypeLink {
  background-image: url('images/Skype.png'); }
.no-inlinesvg .RSSLink {
  background-image: url('images/RSS.png'); }
.no-inlinesvg .EmailLink {
  background-image: url('images/Email.png'); }
.no-inlinesvg .WebsiteLink {
  background-image: url('images/Website.png'); }

/*--------------------------------------------------------------
4.3 - Menus
--------------------------------------------------------------*/
.menu {
  clear: both;
  width: 100%; }

.horizontal-menu {
  position: relative;
  /* Sets context for absolutely positoned submenus */
  text-align: center; }

/*** add olivier ***/
.header-menu li a{
	font-size:19px;
}

.header-menu {
  margin: 54px auto 9px; }

.sidebar-menu {
  text-align: left;
  margin: 0 auto 1.5em; }

.footer-menu {
  margin: 1.5% auto 3.5%; }

.menu ul {
  list-style: none;
  padding-left: 0;
  margin: 0 auto; }

.sidebar-menu > ul {
  margin-left: 2em; }

.horizontal-menu li {
  display: inline-block;
  margin: 0 0.5em; }

.vertical-menu li {
  display: block;
  position: relative;
  /* Set context for dropdowns*/ }

.menu > ul > li:first-child {
  margin-left: 0; }

.menu > ul > li:last-child {
  margin-right: 0; }

.menu a {
  -webkit-transition: color 0.25s ease;
          transition: color 0.25s ease;
  display: block;
  letter-spacing: 8px;
  text-transform: uppercase;
  text-decoration: none; }
.menu a:focus {
  color: #333; }
  


/* Display a triangle to indicate that the menu has a child menu. */
.menu .menu-item-has-children > a::after, .menu .page_item_has_children > a::after {
  -webkit-transition: border-color 0.25s ease-out;
          transition: border-color 0.25s ease-out;
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 0;
  height: 0;
  margin-left: 0.25em; }

/* Down Arrow */
.menu ul .menu-item-has-children > a::after, .menu ul .page_item_has_children > a::after, .sidebar-menu ul .menu-item-has-children > a::after, .sidebar-menu ul .page_item_has_children > a::after {
  border-top: 5px solid #4C4C4C;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent; }

/* Up Arrow */
.footer-menu ul .menu-item-has-children > a::after, .footer-menu ul .page_item_has_children > a::after {
  border-top: none;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #4C4C4C;
  border-left: 5px solid transparent; }

.menu a {
  color: #4C4C4C; }

.menu ul > .menu-item-has-children > a::after, .menu ul > .page_item_has_children > a::after {
  border-top-color: #4C4C4C; }

.no-touch .menu a:hover, .menu ul li.open > a {
  color: #333; }

.no-touch .menu ul > .menu-item-has-children > a:hover::after, .no-touch .menu ul > .page_item_has_children > a:hover::after, .menu ul li.open > a::after {
  border-top-color: #333; }

.no-touch .menu a:active {
  color: #333; }

.no-touch .menu ul > .menu-item-has-children > a:active::after, .no-touch .menu ul > .page_item_has_children > a:active::after {
  border-top-color: #333; }

.sidebar-menu a {
  color: #333; }

.no-touch .sidebar-menu a:hover, .sidebar-menu ul li.open > a {
  color: #333; }

.sidebar-menu ul .menu-item-has-children > a::after, .sidebar-menu ul .page_item_has_children > a::after {
  border-top-color: #333; }

.no-touch .sidebar-menu ul .menu-item-has-children > a:hover::after, .no-touch .sidebar-menu ul .page_item_has_children > a:hover::after, .sidebar-menu ul li.open > a::after {
  border-top-color: #333; }

.footer-menu ul > .menu-item-has-children > a::after, .footer-menu ul > .page_item_has_children > a::after {
  border-bottom-color: #4C4C4C; }

.no-touch .footer-menu ul > .menu-item-has-children > a:hover::after, .no-touch .footer-menu ul > .page_item_has_children > a:hover::after, .footer-menu ul > li.open > a::after {
  border-bottom-color: #333; }

.no-touch .footer-menu ul > .menu-item-has-children > a:active::after, .no-touch .footer-menu ul > .page_item_has_children > a:active::after {
  border-bottom-color: #333; }

.menu ul ul {
  display: none;
  float: left;
  position: absolute;
  z-index: 2;
  left: 0;
  padding: 0.25em;
  border-bottom: 2px solid #333;
  background-color: #ECF0F1;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); }

.footer-menu ul ul {
  bottom: 100%;
  width: 100%;
  /* Sets the width of the submenus same as the content */ }

.vertical-menu ul li.open ul {
  float: none;
  position: relative; }

.vertical-menu ul ul a {
  width: 12em; }

.menu ul ul li {
  display: block;
  width: auto; }

.no-touch .menu ul li:hover > ul, .no-touch .menu ul ul:hover, .menu ul li.open > ul {
  display: block; }

.vertical-menu ul ul ul {
  top: 100%;
  left: -0.25em; }

.header-menu ul ul {
  right: 3.75%;
  /* Sets the width of the submenus same as the content */
  left: 3.75%; }

.header-menu ul ul ul {
  top: 90%;
  right: auto;
  /* Sub-submenus won't like the above so we need to reset it */
  left: 0;
  width: 100%; }

/* Current Menu Item Madness */
.menu .current-menu-item > a, .menu .current_page_item > a {
  position: relative;
  color: #D2D2D2 !important; }

.menu > ul > .current_page_item.menu-item-has-children > a::after, .menu > ul > .current_page_item.page_item_has_children > a::after {
  border-top-color: #333; }

.sidebar-menu ul .current-menu-item > a, .sidebar-menu ul .current_page_item > a {
  color: #333; }

.sidebar-menu ul .current_page_item.menu-item-has-children > a::after, .sidebar-menu ul .current_page_item.page_item_has_children > a::after {
  border-top-color: #333; }

.footer-menu > ul > .current_page_item.menu-item-has-children > a::after, .footer-menu > ul > .current_page_item.page_item_has_children > a::after {
  border-bottom-color: #333; }

.menu .current-menu-item > a:hover, .menu .current_page_item > a:hover {
  color: #D2D2D2!important; }
  
  
.top-menu a {
  color: #d2d2d2 !important;
  font: 19px "MavenProRegular";
  letter-spacing: 4px;
}
.top-menu .current-menu-item > a, .top-menu .current_page_item > a {
  color: #000 !important;
  position: relative;
}
.top-menu a:hover, 
.top-menu a:active {
  color: #000 !important;
}

@-webkit-keyframes shake {
  0%, 54%, 90% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px); }

  18%, 72% {
    -webkit-transform: translateX(7px);
            transform: translateX(7px); }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes shake {
  0%, 54%, 90% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px); }

  18%, 72% {
    -webkit-transform: translateX(7px);
            transform: translateX(7px); }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

/*--------------------------------------------------------------
4.4 - Breadcrumbs
--------------------------------------------------------------*/
.site-breadcrumbs {
  width: 100%;
  padding: 1.5% 0;
  border-bottom: 1px solid #333;
  margin: 0 auto; }

.site-breadcrumbs-container {
  width: 92.5%;
  margin: 0 auto; }

/*--------------------------------------------------------------
5.0 - Content
--------------------------------------------------------------*/
.site-main, .site-footer {
  /*width: 92.5%;*/
  clear: both;
  margin: 0 auto; }

.site-footer {
  /*margin-bottom: 3.5%; */}

.hentry {
  margin: 0 0 1.5em; }

.byline {
  display: none; }

.single .byline, .group-blog .byline {
  display: inline; }

.page-content, .entry-content, .entry-summary {
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 0 0 2.5%; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.entry-header {
  height: auto;
  text-align: center;
  width: 100%;
}
.page .entry-header {
    height: auto;
	min-height: 1px;
}

.entry-header > a {
    display: block;
    height: 100%;
}

.entry-header > a .attachment-post-thumbnail {
  bottom: 0;
  display: block;
  max-width: 100%;
  position: absolute;
  width: 880px;
}

.single .entry-header > a .attachment-post-thumbnail {
  position: relative;
}
/*** add olivier ***/
#masthead #top-menu  ul li:nth-child(2) a{
	color:#000 !important;
}
#at_hover > a > span {
    font-size: 12px !important;
}

#at_auth {
    font-size: 12px !important;
    text-align: center !important;
}

.page .entry-header {
  font-size: 1.25em;
  margin: 2.5% auto 5%; }

body.single-attachment .entry-header {
  padding-top: 5%;
  margin-top: 0; }

a .attachment-post-thumbnail {
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  opacity: 1; }
  .no-touch a .attachment-post-thumbnail:hover {
    opacity: 0.8; }
  .no-touch a .attachment-post-thumbnail:active {
    opacity: 0.8; }

.page, .category, .archive {
    min-width: 300px;
    padding: 0 1%;
    position: relative;
    width: 100%;
}
.post {
  float: left;
  height: 400px;
  line-height: 1.65;
  margin: 43px 4.5%;
  min-width: 300px;
  overflow: hidden;
  position: relative;
  width: 41%;
}
.single .post {
	float: none;
	height: auto !important;
	width: 98%;
	margin: 15px 1%;
	padding: 0;
	min-height: 100px;
}
.single .post .entry-header {
    float: left;
    overflow: hidden;
    padding-right: 53px;
    position: relative;
    width: 50%;
}
.single .post .entry-content {
    float: right;
    overflow: hidden;
    padding-left: 53px;
    position: relative;
    width: 50%;
	font: 300 16px "maven_pro_light300";
}
.single .post .entry-content a {
	font: 300 16px/25px "maven_pro_light300";
}
.single .post .entry-content .entry-meta {
    
}
.single .post .entry-content .entry-meta .date {
    font: 300 13px "maven_pro_light300";
	margin: 0;
}
.single .post .entry-content .entry-meta .categories {
    margin: 0;
}
.single .post .entry-content .entry-meta .categories a {
    font: normal 27px "MavenProBlack";
	text-transform: uppercase;
	letter-spacing: 8px;
}
.single .post .entry-content .entry-meta .entry-title {
    text-align: left;
	font: 300 26px "maven_pro_light300";
	margin: 0;
	width: 100%;
}
.single .post .entry-footer {
	clear: both;
}

#searchform {
  margin: 0 auto;
  min-width: 300px;
  padding: 10px;
  text-align: center;
  width: 50%;
}   
.posted-date{
	display:none;
}
/**** Subscribe 2 *****/

/**** Subscribe 2 END *****/

@media screen and (max-width: 1024px) {
	.post  {
		height: 350px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.horizontal-menu li {
		margin: 0 10px !important;
	}
	.header-menu   {
		margin: 30px auto;
	}
	.entry-categories {
		bottom: 0 !important;
	}
}
@media screen and (max-width: 940px) {
	.post   {
		height: 300px;
	}
	.header-menu   {
		margin: 10px auto;
	}
	.single .post .entry-content   {
		padding-left: 10px;
	}
	.single .post .entry-header   {
		padding-right: 10px;
	}
}
@media screen and (max-width: 800px) {
	.post   {
		height: 250px;
	}

}
@media screen and (max-width: 730px) {
	.post, .single .post .entry-header,.single .post .entry-content   {
		float: none;
		height: auto;
		width: 98%;
		margin: 15px 1%;
		padding: 0;
		min-height: 100px;
		height: auto;
	}
	.entry-header > a .attachment-post-thumbnail {
		position: relative;
	}
	.header-menu {
		margin: 20px auto; }
	.entry-categories {
		bottom: 3px !important;
	}

}
@media screen and (max-width: 480px) {
	.site-title a {
		background-size: 85% 100%;
		-webkit-background-size: 85% 100%;
		-moz-background-size: 85% 100%;
		-ms-background-size: 85% 100%;
		-0-background-size: 85% 100%;
	}
	
}
@media screen and (max-width: 300px) {
	.site-title a {
		background-size: 55% 100%;
		-webkit-background-size: 55% 100%;
		-moz-background-size: 55% 100%;
		-ms-background-size: 55% 100%;
		-0-background-size: 55% 100%;
	}
	.menu li ,
	.menu li a {
		margin: 0 auto;
		display: block;
	}

}

.entry-title {
  font-size: 1.5em;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 90%;
  margin: 0 auto; }
  .entry-title a {
    color: #4C4C4C; }

.entry-content {
  font-size: 1em; }
  .entry-content h1 {
    font-size: 2.35em; }
  .entry-content h2 {
    font-size: 2em; }
  .entry-content h3 {
    font-size: 1.65em; }
  .entry-content h4 {
    font-size: 1.375em; }
  .entry-content h5 {
    font-size: 1.25em; }
  .entry-content h6 {
    font-size: 1.125em; }
  .entry-content img {
    margin: 2.5% auto; }
  .entry-content a > img {
    -webkit-transition: opacity 0.25s ease-out;
            transition: opacity 0.25s ease-out;
    opacity: 1; }
  .no-touch .entry-content a:hover > img {
    opacity: 0.8; }
  .no-touch .entry-content a:active > img {
    opacity: 0.8; }
  .entry-content .video-player img {
    margin: 0; }
  .entry-content blockquote {
    font-style: italic;
    padding: 0 0 0 5%;
    border-left: 0.15em solid #333;
    margin: 1.5% 0; }

.single-attachment .entry-meta {
  margin-top: 1.5%; }
.single-attachment .entry-content .attachment {
  text-align: center; }
  .single-attachment .entry-content .attachment img {
    margin: 0 auto 2.5%; }

.read-more {
  color: #4C4C4C; }

.entry-footer {
  width: 100%;
  padding-bottom: 0.5%;
  border-bottom: none; /*1px solid #333;*/
  margin: 0 auto; }

.home .entry-footer {
  border: none !important;  }
  
.entry-categories {
  background: none repeat scroll 0 0 #000;
  bottom: 0;
  color: #fff;
  display: block;
  position: absolute;
  letter-spacing: 4px;
}
.entry-categories a {
  background: none repeat scroll 0 0 #000;
  color: #fff !important;
  display: block;
  padding: 7px 12px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.entry-header .entry-meta {
  display: inline-block;
  width: auto;
  padding: 0 2.5% 1%;
  border-bottom: 1px solid #333;
  margin: 0 auto 1.5%; }

article .date, article .tags, article .categories {
  clear: both;
  color: #8C8C8C;
  font-size: 0.8em;
  margin: 1.5% 0; }
article .date {
  margin-bottom: 0; }
  article .date a {
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    color: #8C8C8C; }
    .no-touch article .date a:hover {
      color: #333; }
    .no-touch article .date a:active {
      color: #333; }

.theme-info, .site-colophon {
  font-size: 0.8em;
  text-align: center;
  margin-top: 1em; }
  .theme-info p, .site-colophon p {
    margin-bottom: 0; }

/*--------------------------------------------------------------
6.0 - Post Formats
----------------------------------------------------------------
6.1 - Link Posts
--------------------------------------------------------------*/
.format-link .entry-title a {
  color: #4C4C4C;
  text-decoration: underline; }
  .no-touch .format-link .entry-title a:hover {
    color: #333;
    border-bottom: none; }
  .no-touch .format-link .entry-title a:active {
    color: #333;
    border-bottom: none; }

.link-title-arrow {
  padding: 0 0.25em; }

/*--------------------------------------------------------------
6.2 - Quote Posts
--------------------------------------------------------------*/
.format-quote .entry-content {
  font-size: 2em;
  line-height: 1.5;
  margin-top: 3%; }
.format-quote blockquote {
  padding-left: 0;
  border-left: none; }
  .format-quote blockquote p::before {
    font-size: 1.3em;
    content: '\201C'; }
  .format-quote blockquote p::after {
    font-size: 1.3em;
    content: '\201D'; }
.format-quote .decode-reply-tool-plugin {
  font-size: 0.4em; }

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

.format-aside .entry-content {
  font-style: italic; }

/*--------------------------------------------------------------
6.4 - Audio Posts
--------------------------------------------------------------*/
/* The WP audio player (before 3.6) has a hardcoded width of 400px, which is BS.
	The player in WordPress 3.6 and up doesn't need this. (= WP 3.6) */
.mejs-container {
  max-width: 100% !important; }

/*--------------------------------------------------------------
7.0 - Author Profiles
----------------------------------------------------------------
7.1 - Author Cards
--------------------------------------------------------------*/
.author-section {
  -webkit-transition: box-shadow 0.35s ease-out;
          transition: box-shadow 0.35s ease-out;
  text-align: left;
  padding: 3.5%;
  margin: 0 auto 3.5%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }
  .author-section:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); }

.author-image {
  float: left;
  width: 25%;
  max-width: 125px; }
  .author-image img {
    -webkit-transition: box-shadow 0.35s ease-out, opacity 0.35s ease-out;
            transition: box-shadow 0.35s ease-out, opacity 0.35s ease-out;
    display: block;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0); }
  .no-touch .author-image:hover {
    opacity: 1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); }
  .no-touch .author-image:active {
    opacity: 0.85;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4); }

.author-text {
  float: left;
  width: 65%;
  margin-left: 5%; }

.author-name {
  font-size: 1.4em; }
  .author-name a {
    color: #4C4C4C; }

.author-site, .author-bio {
  font-size: 0.9em; }

/*--------------------------------------------------------------
7.2 - Author Pages
--------------------------------------------------------------*/
.author .author-section {
  font-size: 1.1em;
  text-align: center;
  width: 90%;
  max-width: 15em;
  padding: 2.5%;
  margin: 7.5% auto 0; }
.author .author-image {
  float: none;
  width: 33%;
  max-width: 175px;
  margin: 0 auto; }
.author .author-text {
  float: none;
  width: 95%;
  margin: 0 auto; }

/*--------------------------------------------------------------
8.0 - Comments
--------------------------------------------------------------*/
.comments-area {
  margin: 3.5% auto 5%; }

.comment, .comment-body {
  padding-bottom: 2.5%;
  border-bottom: 1px solid #C0C0C0;
  margin: 2.5% 0; }

.comment:last-child, .comment-body:last-child {
  padding-bottom: 0;
  border-bottom: none; }

.comment-content a {
  word-wrap: break-word;
  overflow-wrap: break-word; }

.comment-author.vcard img {
  max-width: 32px;
  border-radius: 100%;
  margin: 0; }

.comment-metadata a {
  color: #8C8C8C;
  font-size: 0.8em;
  margin-right: 1.5%; }
  .no-touch .comment-metadata a:hover {
    color: #333; }
  .no-touch .comment-metadata a:active {
    color: #333; }

li.comment {
  list-style: none; }

.comment-respond {
  margin-top: 7.5%; }

.comment-form:not(.jetpack-comments-active) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.comment-form > p {
  -webkit-box-flex: 1;
  -webkit-flex: 1 100%;
      -ms-flex: 1 100%;
          flex: 1 100%; }

.comment-form-comment {
  margin-bottom: 0; }

.comment-form-comment textarea {
  height: 7em;
  border-radius: 3px 3px 0 3px; }

.form-allowed-tags {
  -webkit-transition: max-height 0.35s ease-out, opacity 0.35s ease-out, border-color 0.35s ease-out;
          transition: max-height 0.35s ease-out, opacity 0.35s ease-out, border-color 0.35s ease-out;
  overflow: hidden;
  font-size: 0.9em;
  max-height: 0;
  border-right: 1px solid #C0C0C0;
  border-bottom: 1px solid transparent;
  border-left: 1px solid #C0C0C0;
  border-radius: 0 0 0 3px;
  margin-bottom: 0;
  opacity: 0; }
  .form-allowed-tags.visible {
    max-height: 12em;
    padding: 1%;
    border-bottom-color: #C0C0C0;
    opacity: 1; }

.form-submit input[type=submit] {
  float: right;
  position: relative;
  top: -1px;
  border-top-color: transparent;
  border-radius: 0 0 3px 3px; }

/*--------------------------------------------------------------
9.0 - Navigation
--------------------------------------------------------------*/
.post-navigation, .paging-navigation, .image-navigation {
  overflow: hidden;
  clear: both;
  display: none !important;
  visibility: hidden !important;
  margin: 2.5%; }

.nav-next, .nav-previous {
  word-wrap: break-word;
  overflow-wrap: break-word; }

.nav-previous {
  float: left;
  text-align: left;
  width: 50%; }

.nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.nav-links a {
  -webkit-transition: padding 0.25s ease-out, color 0.25s ease-out;
          transition: padding 0.25s ease-out, color 0.25s ease-out;
  display: block;
  padding: 0; }
  .no-touch .nav-links a:hover {
    padding: 0 2.5%; }

/*--------------------------------------------------------------
10.0 - Search
--------------------------------------------------------------*/
.search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  max-width: 27.5em;
  margin: 0 auto 2.5%; }

.search-form label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.search-submit {
  margin-left: 0.25em; }

.no-flexbox .search-form input[type='search'] {
  width: 60%; }

.search-entry, .search-entry .entry-title {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  color: #4C4C4C; }

.search-entry .entry-title {
  font-size: 1.25em;
  margin-bottom: 0.5em; }

.search .site-main .search-form {
  margin-top: 2.5%; }

.search .page-header input[type='search'] {
  color: #8C8C8C;
  font-size: 1.25em;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  border-radius: 0; }
  .no-touch .search .page-header input[type='search']:hover {
    border-color: #8C8C8C;
    border-radius: 3px; }
  .no-touch .search .page-header input[type='search']:focus, .touch .search .page-header input[type='search']:focus {
    border-color: #333;
    border-radius: 3px; }

.search .page-header .search-submit {
  font-size: 1.25em;
  padding: 0 0.5em;
  border-color: transparent; }

.search article {
  margin-bottom: 10%; }

.search-highlight {
  color: inherit;
  background-color: rgba(255, 255, 0, 0.25); }

.search .entry-footer {
  margin: 0 auto; }

/*--------------------------------------------------------------
11.0 - Sidebar
--------------------------------------------------------------*/
.sidebar-link {
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  display: inline-block;
  position: absolute;
  top: 0.5em;
  height: 1.5em;
  padding: 0;
  border: none;
  margin-bottom: 2.5%;
  outline: none;
  opacity: 1;
  cursor: pointer; }
  .sidebar-link.left {
    left: 0.5em; }
  .sidebar-link.right {
    float: right;
    right: 0.5em; }
  .no-touch .sidebar-link:hover {
    border: none;
    opacity: 0.65; }
  .no-touch .sidebar-link:active {
    border: none;
    opacity: 0.85; }
  .no-inlinesvg .sidebar-link {
    width: 30px;
    height: 25px;
    background: url('images/menu.png') no-repeat center;
    background-size: 30px 25px; }
  .no-inlinesvg .sidebar-link svg {
    display: none; }
  .sidebar-link svg, .sidebar-link img {
    width: 1.5em;
    height: 1.5em; }

.sidebar-top {
  z-index: 1;
  width: 100%;
  border-bottom: 1px solid #333;
  margin-bottom: 7.5%;
  background-color: #ECF0F1;
  cursor: pointer; }
  .no-touch .sidebar-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0; }

.admin-bar .sidebar {
  top: 32px; }

@media screen and (max-width: 782px) {
  .admin-bar .sidebar {
    top: 46px; }
 }

.sidebar-close {
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  display: block;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  height: 1.4em;
  padding: 3.5%;
  border: none;
  opacity: 1; }
  .sidebar-close svg, .sidebar-close img {
    width: 1.4em;
    height: 1.4em; }
  .no-inlinesvg .sidebar-close {
    width: 30px;
    height: 30px;
    background: url('images/cross.png') no-repeat center;
    background-size: 30px; }
  .no-inlinesvg .sidebar-close svg {
    display: none; }

.no-touch .sidebar-top:hover .sidebar-close {
  border: none;
  opacity: 0.65; }

.no-touch .sidebar-top:hover .sidebar-close:active {
  border: none;
  opacity: 0.85; }

.sidebar {
  -webkit-transition: -webkit-transform 0.35s ease;
          transition: transform 0.35s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  z-index: 5;
  top: 0;
  font-size: 0.95em;
  width: 95%;
  height: 100%;
  background-color: #ECF0F1; }
  .sidebar.left {
    -webkit-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
            transform: translateX(-110%);
    /* animation: pop-closed 0.75s 0.75s; */
    /* Add this for a nice pop as the sidebar loads */
    left: 0;
    box-shadow: 1px 0 15px rgba(0, 0, 0, 0.5); }
  .sidebar.right {
    -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
            transform: translateX(110%);
    right: 0;
    box-shadow: -1px 0 15px rgba(0, 0, 0, 0.5); }

.sidebar-content {
  margin: 0 5%; }
  .no-touch .sidebar-content a:hover {
    color: #333; }

.sidebar-visible .sidebar.left, .sidebar-visible .sidebar.right {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%); }

.no-csstransforms .sidebar.left {
  left: -100%; }

.no-csstransforms .sidebar-visible .sidebar.left, .no-csstransforms .sidebar-style-constant .sidebar.left {
  left: 0; }

.no-csstransforms .sidebar.right {
  right: -100%; }

.no-csstransforms .sidebar-visible .sidebar.right, .no-csstransforms .sidebar-style-constant .sidebar.right {
  right: 0; }

@-webkit-keyframes pop-closed {
  0% {
    -webkit-transform: translateX(-95%);
            transform: translateX(-95%); }

  25% {
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%); }

  40% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }

  60% {
    -webkit-transform: translateX(-90%);
            transform: translateX(-90%); }

  75% {
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%); }

  90% {
    -webkit-transform: translateX(-95%);
            transform: translateX(-95%); }

  100% {
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%); } }

@keyframes pop-closed {
  0% {
    -webkit-transform: translateX(-95%);
            transform: translateX(-95%); }

  25% {
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%); }

  40% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }

  60% {
    -webkit-transform: translateX(-90%);
            transform: translateX(-90%); }

  75% {
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%); }

  90% {
    -webkit-transform: translateX(-95%);
            transform: translateX(-95%); }

  100% {
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%); } }

/*--------------------------------------------------------------
12.0 - Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

.widget ul, .widget ol {
  margin: 0 0 1.5em 2em; }

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
13.0 - Explore Page
--------------------------------------------------------------*/
.explore-page {
  margin: 5% auto 0; }

.post-lists {
  margin: 1.5%; }

.explore-page .search-form {
  text-align: center; }

.explore-page .widget h1 {
  color: #4C4C4C;
  font-size: 1.15em;
  padding-bottom: 1%;
  border-bottom: 1px solid #333; }

.explore-page .widget:not(.search) {
  -webkit-transition: box-shadow 0.35s ease-out;
          transition: box-shadow 0.35s ease-out;
  font-size: 1em;
  width: 90%;
  padding: 2.5% 5%;
  margin: 0 auto 5%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

.explore-page .widget:not(.search):hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); }

.explore-page .widget.archives ul, .explore-page .widget.categories > ul {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  height: 15em;
  margin: 0; }

.explore-page .widget.search {
  margin-bottom: 7.5%; }

.explore-page .widget.recent-posts ul {
  list-style: none;
  margin: 0; }

/*--------------------------------------------------------------
14.0 - Infinite Scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block; }
  
#infscr-loading {
  text-align: center;clear:both;}

/*--------------------------------------------------------------
15.0 - Media Queries
----------------------------------------------------------------
15.1 - Tablet (<35ems)
--------------------------------------------------------------*/
@media only screen and (min-width: 35em) {
  .site-header, .site-breadcrumbs, .site-main, .site-footer, .sidebar-style-constant .site-header, .sidebar-style-constant .site-main, .sidebar-style-constant .site-footer {
    /*width: 82.5%;*/ }

  .site-breadcrumbs-container {
    width: 100%; }

  .sidebar-link {
    position: fixed;
    z-index: 1;
    top: 2.5%;
    width: 1.75em;
    height: 1.75em; }
    .sidebar-link.left {
      left: 2.5%; }
    .sidebar-link.right {
      right: 2.5%; }
    .admin-bar .sidebar-link {
      top: calc(2.5% + 32px); }
      @media screen and (max-width: 782px) {
        .admin-bar .sidebar-link {
          top: calc(2.5% + 46px); } }
    .sidebar-link svg, .sidebar-link img {
      width: 1.75em;
      height: 1.75em; }

  .sidebar {
    width: 55%; }

  .social-links {
    /*margin: 1.5% auto;*/ }

  .social-link svg, .social-link img {
    width: 2.25em;
    height: 2.25em; }

  /* The CSS below causes the absolutely positioned dropdowns
   to display relative to the menu items that they are children of. */
  .menu li {
    position: relative; }

  .no-touch .menu ul li:hover > ul, .no-touch .menu ul ul:hover, .menu ul li.open > ul {
    width: auto; }

  .menu ul li.open ul {
    float: left;
    position: absolute; }

  .header-menu ul ul {
    right: auto;
    left: auto; }

  .menu ul ul {
    padding: 0.25em 0.5em; }

  .menu ul ul a {
    width: 10em; }

  .horizontal-menu ul ul ul {
    left: -6%; }

  .footer-menu ul ul ul {
    top: auto; }

  .vertical-menu ul ul ul {
    left: -0.5em; }

  .gallery-columns-3 .gallery-caption, .gallery-columns-4 .gallery-caption {
    display: block;
    /* Show galleries that will fit on tablet-sized screens. */ }

  .comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url {
    margin: 0 0.25em;
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%; }

  .comment-form .comment-form-author {
    margin-left: 0; }

  .comment-form .comment-form-url {
    margin-right: 0; }

  .form-allowed-tags.visible {
    max-height: 7em; }
	
	
 }

/*--------------------------------------------------------------
15.2 - Desktop (<50ems)
--------------------------------------------------------------*/
@media only screen and (min-width: 50em) {
  .site-header, .site-breadcrumbs, .site-main, .site-footer {
    width: 100%; }

  .sidebar-style-constant .site-breadcrumbs, .sidebar-style-constant .site-header, .sidebar-style-constant .site-main, .sidebar-style-constant .site-footer {
    width: 100%;
    max-width: 45em; }
  .sidebar-style-constant .site {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    width: 67%;
    height: 100%;
    margin: 0 auto; }
  .sidebar-style-constant .sidebar-link {
    display: none; }
  .sidebar-style-constant .sidebar {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    box-shadow: none; }
    .sidebar-style-constant .sidebar .sidebar-top {
      display: none; }
    .sidebar-style-constant .sidebar .sidebar-content {
      margin-top: 5%; }
    .sidebar-style-constant .sidebar.left {
      border-right: 1px solid #333; }
    .sidebar-style-constant .sidebar.right {
      border-left: 1px solid #333; }

  .sidebar-style-left .site {
    right: 0; }

  .sidebar-style-right .site {
    left: 0; }

  .site-scroll {
    margin: 3.5% 2.5% 0; }
    .site-scroll .site-header {
      margin-top: 0; }

  .page-header {
    margin: 0 auto 5%; }

  .site-title a {
    font-size: 2.8em; }

  .author .author-section {
    font-size: 1.25em;
    width: 75%;
    max-width: 100%;
    margin-top: 3.5%; }

  .social-link svg, .social-link img {
    width: 2.5em;
    height: 2.5em; }

  .no-inlinesvg .social-link {
    /*margin: 1%;*/ }

  .horizontal-menu li {
    /*margin: 0 47.5px; */
	/*margin: 0 19.5px;*/
	margin: 0 13.5px;
  }

  .sidebar-link {
    top: 5%; }

  .sidebar {
    width: 33%; }
    .no-csstransforms .sidebar.left {
      left: -40%; }
    .no-csstransforms .sidebar.right {
      right: -40%; }

  .sidebar-close {
    padding: 2.5%; }

  .post {
    /*margin: 2.5% auto 5%;*/ }

  .entry-title {
    font-size: 1.75em;
    width: 80%; }

  .gallery-columns-5 .gallery-caption {
    display: block;
    /* Show galleries that will fit on desktop-sized screens. */ }

  .entry-footer {
     }

  .search article {
    margin-bottom: 5%; }

  .explore-page .widget.search {
    margin-bottom: 3.5%; }

  .blog .format-quote .entry-content, .single .format-quote .entry-content, .archive .format-quote .entry-content {
    font-size: 2.75em; }

  .sidebar-style-constant .site-footer {
    margin-bottom: 5%; }
	
		
 }

/*--------------------------------------------------------------
15.3 - Large Screen (<68.5ems)
--------------------------------------------------------------*/
@media only screen and (min-width: 68.5em) {
  .site-header, .site-breadcrumbs, .site-main, .site-footer {
    
     }

  .site-header {
     }

  .site-title a {
    font-size: 3.5em; }

  .social-link svg, .social-link img {
    width: 2.75em;
    height: 2.75em; }

  .page-header {
    margin-bottom: 3.5%; }

  .entry-title {
    font-size: 2em; }

  .sidebar-style-constant .site {
    width: 75%; }

  .sidebar-link.left {
    left: 7.5%; }

  .sidebar-link.right {
    right: 7.5%; }

  .sidebar {
    width: 25%;
    max-width: 30em; }
    .no-csstransforms .sidebar.right {
      right: -30%; }
    .no-csstransforms .sidebar.left {
      left: -30%; }

  .content-area article {
    /*margin-bottom: 10%;*/ }
 }

/*--------------------------------------------------------------
15.4 - Print
--------------------------------------------------------------*/
@media only print {
  .sidebar, .sidebar-link, .social-links, .menu, .paging-navigation, .comments-link, .edit-link, .post-navigation, .comments-area, .site-breadcrumbs {
    display: none; }

  .custom-background {
    background: none;
    /* Remove custom background on body element. */ }

  .site-header {
    padding-bottom: 2.5%;
    margin-top: 0; }
 }
/*# sourceMappingURL=style.css.map */
