/*
Theme Name: Rowan Child
Theme URI: https://rowan.qodeinteractive.com
Description: A child theme of Rowan
Author: Select Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: rowan
Template: rowan
*/


/* STYLES GÉNÉRAL */
a:focus, a:hover, p a:focus, p a:hover {
    color: #7c7c7c !important;
}
.widget .tagcloud a, .widget .wp-block-tag-cloud a {
  color: #000;
}
#qodef-404-page .qodef-404-title{
	color:#fff;
}
.widget .tagcloud a:hover, .widget .wp-block-tag-cloud a:hover {
  border-color: #000;
  color:#fff;
  background-color: #000;
  transition: .2s ease-out;
}
.widget a {
  color: #000;
}
.widget a:hover {
  color:#7c7c7c;
}
.widget .qodef-search-form-field {
  border-color: #000;
}
.widget .qodef-search-form-button.qodef--button-inside {
  color: #000;
}
.qodef-svg--search g{
  stroke:#000;
}
.qodef-portfolio-single .qodef-portfolio-info a{
	color:#000 !important;
}
::selection {
    color: #000;
    background: #d5d8dc;
}
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li>a{
	color:#fff !important;
}
.qodef-h3 a:focus, .qodef-h3 a:hover, h3 a:focus, h3 a:hover, .qodef-h2 a:focus, .qodef-h2 a:hover, h2 a:focus, h2 a:hover {
    color: #7c7c7c !important;
}
h1, h2, h3, h4,h5, h6, p, a, .qodef-theme-button, button[type=submit], input[type=submit], body{
	font-family:'helvetica', sans-serif !important;
}
.qodef-header-navigation>ul>li>a {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    font-family: Syne, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 1em;
    color: #000 !important;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
}
body, header, .qodef-page-title{
	background-color:#fff !important;
}
#qodef-page-header .qodef-widget-holder{
	display:none;
}


/* FOOTER */
#qodef-page-footer #qodef-page-footer-top-area #qodef-page-footer-top-area-inner{
	padding: 120px 0 80px;
}
#qodef-page-footer-bottom-area-inner .qodef-grid .qodef-grid-inner.clear{
	flex-wrap:wrap;
}
#qodef-page-footer-bottom-area-inner .qodef-grid .qodef-grid-inner.clear .qodef-grid-item:first-child{
	width: 40%;
    text-align: right;
}
#qodef-page-footer-bottom-area-inner .qodef-grid .qodef-grid-inner.clear .qodef-grid-item:last-child{
	width: 100%;
    text-align: left;
    margin-bottom: 0;
}
footer .wp-block-image img{
	width:50%;
	margin-bottom:10px;
}
#qodef-page-footer-bottom-area-inner .qodef-grid .qodef-grid-inner.clear .qodef-grid-item:first-child{
	margin-bottom:0 !important;
}
/* ARTICLE */
.single-post .qodef-grid-item .qodef-e-bottom-holder{
	display:none;
}
.single-post .qodef-single-post-navigation{
	margin:50px 0 3px;
}
.single-post #qodef-page-inner{
	padding: 40px 0 80px 0;
}
/* Présentation - Article */
.single-post .qodef-page-title {
    height: 80px;
    background-color: #000000;
}
.single-post .qodef-page-title .qodef-breadcrumbs a, .single-post .qodef-page-title .qodef-breadcrumbs span {
    font-size: 15px;
    color: #fff;
}
.single-post .qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
    content: '/' !important;
}
/* PROJET */
.single.single-portfolio-item .qodef-e.qodef-info--social-share{
	display:none;
}
.page-id-296 .qodef-page-title .qodef-m-content{
	padding-top:140px;
}
.page-id-296 .qodef-m-content.qodef-content-grid h1{
	margin:40px 0;
}
/* à propos */
.page-id-2525 .qodef-m-content.qodef-content-grid h1{
	margin:40px 0;
}
.page-id-2525 .qodef-page-title .qodef-m-content{
	padding-top:140px;
}
/* CONTACT */
.page-id-2380 #qodef-page-inner{
	padding: 40px 0 0;
}
.page-id-2380 .qodef-button.qodef-layout--outlined{
	border: 1px solid #000;
	color:#000;
}
.page-id-2380 .wpcf7 .qodef-contact-form button[type=submit] .qodef-m-text .qodef-m-button-arrow{
	display:none;
}
.page-id-2380 .qodef-button.qodef-layout--outlined:hover{
	border: 1px solid #000;
	color:#fff;
	background-color:#000;
}