/*
Theme Name: Responsive theme
Theme URI: 
Author: FR
Author URI: 
Description: 
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: responsivetheme

*/

/*  RESET
	http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Fira Mono", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}



/**
 * 3.0 Typography
 */
body {
	font: 400 14px/1.6 'Droid Serif', serif; 
	color: #707173;
	word-spacing:0.1em;
}
h1, h2, h3, h4, h5 {
	margin-bottom:20px;
	color:#3FA535;
	font-family:'Fira Mono';
	font-weight:500;
	line-height:1.4;
}
h1 {
	font-size:32px;
}
h2 {
	font-size:28px;
}
h3 {
	font-size:26px;
}
h4 {
	font-size:24px;
}
h5 {
	font-size:17px;
}

b, strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
p {

}

.entry-content {
	text-align:justify;
}
img {
	max-width:100%;
	height:auto;
}
.box-content h1, .box-content h2, 
.box-content h3, .box-content h4, .box-content h5 {
	font-family: 'Droid Serif';
	font-weight:700;
}
/**
 * 6.1 Links
 */

a {
	color: #1C9BD8;
	text-decoration: none;
	outline:0 none;
}

a:hover,
a:focus {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.entry-content a {
	font-style: italic;
	}
.entry-content a:hover {
	color:#3FA535;
}
/**
 * 4.0 Elements
 */
.site-wrapper {
 	background-color: #F2F2F2;
 }
.site-header {
	background-color: #fff;
	padding-bottom:20px;
	padding-top:20px;
}
.site-branding {
	margin-top:20px;
}
/* Archives*/
.edito {
	margin-bottom:20px;
}
.edito ul.grid-100 {
	background: rgba(0, 0, 0, 0) url("img/icons_mont.png") no-repeat scroll right 15px bottom;
}
.edito .entry-content {
	font-size:110%;
	padding-bottom:50px;
}
.data-info {
	font-family: 'Fira Mono', sans-serif;
	color: #999;
	font-weight:400;
	margin-bottom:10px;
}
.agenda-archive .data-info {
	font-family: 'Droid Serif';
	font-style:italic;
	margin-bottom:0;
}
.agenda-archive li hr {
	border: 0 none;
	border-bottom: 3px double #999;
}
.agenda-archive li:last-child hr {
	border:0 none !important;
}
.agenda-archive .entry-header h5 { 
	margin-bottom:0;
}

.edito .grid-66 h1 {
	font-family: 'Droid Serif';
	font-style: italic;
}
.edito .grid-33 h1 {
	text-transform:uppercase;
	color:#fff;
	padding-top:10px;
}
.edito .grid-33 h1 + span {
	margin-bottom:15px;
	display:block;
	font-size:120%;
	}
.edito ul.grid-100 {
	background-color: #fff;
}

.edito li.grid-66 {
	padding-top:20px;
}
.edito li.grid-33 {
	padding-left:0;
}
.edito li img {
	display:block;
}
.edito li.grid-33 div {
	background-color:#FFCC00;
}
.rapports, .notes {
	margin-bottom:20px;
}
.notes div.grid-100.grid-parent {
	background-color:#fff;
}
.rapports h3, .notes h3, .mots h4, .archive-blog h3, h3.cat-title {
	margin-bottom: 0;
}
.archive-blog h3, h3.cat-title  {
	text-align:right;
}
.notes h4 {
	font-family: 'Droid Serif';
	font-style:italic;
}
.rapports h3 span,  .notes h3 span, .mots h4 span, .archive-blog h3 span, .cat-title span {
	padding:2px 15px;
	background-color:#3FA535;
}
.rapports h3 span,  .notes h3 span, .mots h4 span, .archive-blog h3 span, .cat-title span 
.rapports h3 span a, .notes h3 span a, .mots h4 span a, .archive-blog h3 span a, .cat-title span a {
		color: #fff;

}
.rapports {
    background: rgba(0, 0, 0, 0) url("img/icons_sea.png") no-repeat scroll right 15px bottom;
    margin-bottom: -10px;
    padding-bottom: 25px;
}
.rapports li, .notes li article {
	background-color:#fff;
	padding:15px;
}
.rapports .entry-content, .notes .entry-content {
	font-weight:90%;
}
.rapports .entry-content {
	font-style:italic;
}
.rapports li {
	background:#ffffff url("img/filetto-3.png") repeat-x right bottom;
}
.rapports li:last-child {
	background: none #fff;
}
.edito ul.grid-100, .rapports li.grid-100, .notes li.grid-33 article {
	position:relative;
}
.rapports li.grid-100, .notes li.grid-33 article {
	padding-bottom:50px;
}
.agenda {
	padding-top:30px;
}
.agenda h3, .agenda-archive h3, h3.post-type-box {
	text-align:right;
}
.agenda h3, .agenda-archive h3, h3.post-type-box, h3.post-type-box a {
		color: #E2007A;
}
h3.post-type-box { 
	margin-top:20px;
	margin-bottom:0;
}	
.data-info span {
	display:block;
}
.agenda .data-info {
	font-family:'Droid Serif';
	font-style:italic;
	font-size:120%;
	margin-bottom:5px;
	color:#636363;
	}
.agenda h5 {
	margin-bottom:0;
	}
.agenda li {
	padding:10px;
	border-bottom:thin solid #C3C3C4;
}
.agenda li:last-child {
	border-bottom:0 none;
}

.mots li {
	background:#ffffff url("img/bg-tag.png") repeat;
	padding:15px;
	font-family: 'Fira Mono';
}
.mots li a {
	color:#666;
}
.mots li span {
		color: #3FA535;
}
li.edito {
	margin-bottom:0;
}
li.edito h1 {
	font-weight:400;
	font-style:italic;
}
/*TAGS*/
.box-tag {
	border-top: thin solid #000;
	border-bottom:thin solid #000;
	padding:10px;
	font-family: 'Fira Mono';
	margin-bottom:15px;
}
.box-tag a {
	color: #3FA535;
}
.box-tag span {
	padding: 0 10px;
	border-left:thin solid #000;
	margin-left:10px;
}
.box-caption {
	font-size:85%;
	color:#3FA535;
	padding-top:10px;
}
.box-note {
	font-size: 85%;
	padding-top:10px;
	border-top:thin solid #3FA535;
	margin:15px 0 20px;
}
/*Read more*/
.edito a.moretag, .rapports a.moretag, .notes a.moretag, .archive-blog a.moretag {
	bottom:20px;
	left:20px;
	position:absolute;

}
.edito a.moretag {
	margin-left:33%;	
}
.rapports a.moretag {
	margin-left:20%;
}	
.archive-blog a.moretag {
	left:0;
}
a.moretag { 
	text-transform:uppercase;
	font-family: 'Fira Mono', sans-serif;
	font-style:normal;

}

/* Pages*/
.box-content {
	background-color:#fff;
	padding:15px 15px 0 15px;
}
.entry-thumbnail {
	padding-right:10px;
}
.entry-thumbnail, .entry-content p {
	margin-bottom:20px;
}
.entry-thumbnail img {
	display:block;
}

.side-box  {
	text-align:right;
	padding-top:40px;
}
.side-box p {
	color: #1C9BD8;
}
.equipe-box > li {
	margin-bottom:40px;
	padding-bottom:20px;
	background: url("img/filetto-3-green.png") repeat-x left bottom;
}
.equipe-box > li:last-child {
	background: none;
}

.equipe-box li ul {
	background-color:#fff;
	margin-bottom:20px;
}
.equipe-box h1 {
	margin-top:20px;
}
.equipe-box h1, .equipe-box h3 {
	font-family: 'Droid Serif';
	margin-bottom:0;
}
.equipe-box h3 {
	font-style:italic;
	font-weight:400;
	color: #666;
}
.equipe-box li ul li img {
	display:block;
}
.equipe-box ul + div {
	font-style: italic;
}
.box-gallery {
	margin-left: -15px;
	margin-top:-15px;
	margin-bottom:0 !important;
}
.box-gallery li {
	margin-bottom:15px;
}
.box-gallery li:last-child {
	margin-bottom:0;
}
.box-gallery li a img {
	display:block;
}
.box-download {
	margin-top:20px;
	text-transform:uppercase;
	display:block;
	font-family: 'Fira Mono';
}
.box-download li {
	margin:10px 0;
	}
.box-download li a:before {
	content: '>'
	}
/**
 * 6.0 Navigations
 */
nav {
	font-family: 'Fira Mono', sans-serif;
	font-weight: 500;

}
nav a {
	color:#3FA535;
}
nav ul li ul {
	font-weight:400;
	font-size:85%;
	padding-top:10px;
}
nav li.current-menu-item a {
	color: #1C9BD8;
}

nav > ul > li {
	float:left;
	position:relative;
} 
nav > ul > li > a {
	float:left;
	padding:0 30px;
}
nav ul li ul {
	position:absolute;
	top:20px;
	left:30px;
}
nav ul li:first-child a {
	padding-left:0;
}
nav > ul > li:after {
	content:'/';
	color: #666;
	font-weight:400;
}
nav ul li:last-child:after,  nav ul li ul li {
	content:' ';
}

nav ul li {
	}

/*archive*/
.archive.category .site-wrapper {
	background: #f2f2f2 url("img/icons_mont.png") no-repeat scroll left 30px bottom 30px; 
}
.archive.category .site-main {
	background: rgba(0, 0, 0, 0) url("img/icons_sea.png") no-repeat scroll right 30px top 200px; 
}
.archive.post-type-archive .site-main {
	background: rgba(0, 0, 0, 0) url("img/icons_mont.png") no-repeat scroll right 30px top 200px; 
}
.archive-blog li {
	background-color:#fff;
	padding:15px;
}
.archive-blog li article {
	position:relative;
	padding-bottom:40px;
	background:url("img/filetto-3.png") repeat-x right bottom;

}
.archive-blog li:last-child article {
	background:none;
}
.archive.tag .archive-blog li {
	background: url("img/bg-tag.png") repeat;
}

/**
 * 6.1 search
 */	
span.screen-reader-text {
	display:none;
}
input.search-field:after {
	content:'';
	float:right;
	background-color: #efefef;
	color:#000;
	padding:5px;
}
/**
 * 6.1 Breadcrumbs
 */
#crumbs {
	padding:10px;
	border-bottom:thin solid #333;
	margin-bottom:20px;
}
#crumbs li {
	float:left;
	
}
#crumbs li a {
	float:left;
	padding-right:10px;
	color:rgb(140,180,192);
	text-transform:uppercase;
	font-size:88%;
}
#crumbs li a:after {
	content:' >';
	
}

/**
 * 6.2 Menus
 */


/**
 * 7.0 Accessibility
 */

/* Text meant only for screen readers */

/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

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

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

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

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


/**
 * 9.0 Clearings
 */


/**
 * 10.0 Header
 */


/**
 * 11.0 Widgets
 */


/**
 * 12.0 Content
 */




/**
 * 12.1 Posts and pages
 */


/**
 * 12.2 Post Formats
 */


/**
 * 12.3 Comments
 */

.comments-area {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.comments-title {
	margin-bottom: 1.3333em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
	width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

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

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}


/**
 * 13.0 Footer
 */
* {
  margin: 0;
}
html, body {
  height: 100%;
}
.site-wrapper {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -142px; 
}
.site-wrapper:after {
  content: "";
  display: block;
}
#colophon, .site-wrapper:after {
  height: 200px; 
  min-height:200px;
}

#colophon {

}
.site-footer {
	background-color:#E5E1E9;
	padding-top:30px;
	height:100%;
}


/**
 * 14.0 Media
 */


/**
 * 14.1 Captions
 */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

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

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}


/**
 * 14.2 Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

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



/**
 * 16.0 Media Queries
 */

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/**
 * 16.1 Mobile Large 620px
 */

@media screen and (min-width: 38.75em) {
	
}


/**
 * 16.2 Tablet Small 740px
 */

@media screen and (min-width: 46.25em) {
	
}


/**
 * 16.3 Tablet Large 880px
 */

@media screen and (min-width: 55em) {
	
}


/**
 * 16.4 Desktop Small 955px
 */

@media screen and (min-width: 59.6875em) {
	
}


/**
 * 16.5 Desktop Medium 1100px
 */

@media screen and (min-width: 68.75em) {

}


/**
 * 16.6 Desktop Large 1240px
 */

@media screen and (min-width: 77.5em) {
	
}


/**
 * 16.7 Desktop X-Large 1403px
 */

@media screen and (min-width: 87.6875em) {
	
}


/**
 * 17.0 Print
 */

@media print {
	
}
