/*
Bienvenue dans l’éditeur CSS de l’extension Design !

CSS (Cascading Style Sheets) est un langage qui fournit des informations à
votre navigateur concernant le style de la page web que vous visitez. Vous
pouvez maintenant supprimer ces commentaires et commencer à ajouter votre
propre code CSS.

Par défaut, cette feuille de style sera chargée après la feuille de
style de votre thème, ce qui veut dire que les nouvelles règles que vous
ajouterez ici pourront remplacer celles créées par le thème.

Vous pouvez donc ajouter ici les changements que vous souhaitez apporter à
votre thème, sans avoir à copier la feuille de style existante de
celui-ci, ou avoir à recréer toutes les règles de style de votre thème.
*/
.tiled-gallery p {
	display: none;
}


p {
    font-size: 1.1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0 10px 10px 10px;
    font-family: martel;
}


#content .post h1.title {
	font-size: 1.7em;
	font-weight: bold;
	font-family: 'Shadows Into Light Two';
	text-transform: uppercase;
	line-height: 1.8em;
	margin: 0 10px 10px 10px;
}

h1 {
	font-size: 1.7em;
	font-family: 'Shadows Into Light Two';
	text-transform:uppercase;
	line-height: 1.8em;
	margin: 0 10px 10px 10px;
}

h2 {
	font-size: 1.4em;
	font-family: 'Shadows Into Light Two';
	text-transform:uppercase;
	line-height: 1.5em;
	margin: 0 10px 10px 10px;
}

h3 {
	font-size: 1.5em;
	font-family: 'Shadows Into Light Two';
	text-transform:uppercase;
	line-height: 1.6em;
	margin: 0 10px 10px 10px;
}

body .twenty-fifteen-pattern p {
	color: rgba(51,51,51,0.7);
	display: block;
	font-family: 'Shadows Into Light Two';
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: .04em;
	line-height: 1.5;
	margin-bottom: 1.6842em;
	text-transform: uppercase;
}


#main .wrap {
  padding: 0 05px;
}

.home .wrap {
    padding-top: 0px!important;
}

.map-responsive {
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}

.map-responsive iframe {
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}


.wp-caption {
    max-width: 100% !important;
}



body .twenty-fifteen-pattern input[type="email"], body .twenty-fifteen-pattern input[type="submit"], body .twenty-fifteen-pattern input[type="text"], body .twenty-fifteen-pattern input[type="url"], body .twenty-fifteen-pattern textarea {

    width: 100%;
    padding: .5278em;
    line-height: normal;
    font-size: 1.4rem;
    border: 1px solid rgba(51,51,51,.1);
    color: rgba(f,f,f);
    background: #f7f7f7;
    border-radius: 0;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}


.homeSection img,
.post p img,
.page p img,
.project img,
.postThumb,
div.wp-caption img {
	max-width: 100% !important;
	height: auto;
	width: 100%;
}

#slideNav #mainNav li a {
    font-weight: 300;

}
#pageHead h1 {
	font-size: 1.6em;
	display: block;
	color: #555555;
	font-family: 'Shadows Into Light Two';
	font-weight: normal;
	line-height: 1.7em;
	text-transform:uppercase;
}

#pageHead {
    color: #696969;
    padding: 30px 30px 30px;
    margin: 0 0 0px;
    background: #f7f7f7;
		
}

#content .post {
    margin: 0 0 30px 0;
    position: relative;
    padding-bottom: 10px;
    min-height: 10px;
    width: 100%;
}

#content .post h2.title {
    font-size: 1.4em;
    font-weight: normal;
}

body .twenty-fifteen-pattern {
    padding-top: 0em;
}


#content ul {
    margin: 0 0 25px 0;
    list-style-type: none;

}

#main .wrap {
    padding: 15px 0 5px 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Martel';
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #555555;
    font-size: 18px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #B90518;
		font-size: 18px;
}

.wp-block-columns {
    display: flex;
    margin-bottom: 0em;
    box-sizing: border-box;
    flex-wrap: wrap;
}


.dashicons {
    color: #b90618;
}

.button, #searchsubmit, input[type="submit"] {
    background-color: #B9051863 !important;
}

.grecaptcha-badge { visibility: hidden; }

.logged-in div.wpcf7 {
    position: relative;
    margin-top: 10px;
}

#content .aligncenter, #content img.aligncenter {
    clear: both;
    display: block;
    margin-left: 5px;
    margin-right: 5px;
}

.middle {
    max-width: 85%;
    margin: 0 auto;
}