/*
 Theme Name:   Twenty Twenty Child Theme
 description: >-
	 A child theme of the Twenty Twenty default WordPress theme
 Author:       François Michaudon
 Template:     twentytwenty
 Version:      1.0.0
*/

/*//////////// COMMON */
html,
body,
.entry-content p,
p {
	font-family: 'Source Sans Pro', sans-serif;
}
.entry-content {
	font-size: 1em !important;
}

.blockquote {
	border: none;
	color: #333;
}
.blockquote p {
	margin: 0;
	font-size: 0.8em;
	font-style: italic;
}
.blockquote-footer {
	font-size: 0.7em;
	color: initial;
	font-weight: bold;
}

button:not(.toggle), .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
	background-color: #333 !important;
}

body:not(.overlay-header) .primary-menu > li > a,
body:not(.overlay-header) .primary-menu > li > .icon,
.modal-menu a,
.footer-menu a,
.footer-widgets a,
#site-footer .wp-block-button.is-style-outline,
.jp .wp-block-pullquote:before,
.jp .singular:not(.overlay-header) .entry-header a,
.jp .archive-header a,
.jp .header-footer-group .color-accent,
.jp .header-footer-group .color-accent-hover:hover,
.jp .color-accent,
.jp .color-accent-hover:hover,
.jp .color-accent-hover:focus,
.jp :root .has-accent-color,
.jp .has-drop-cap:not(:focus):first-letter,
.jp .wp-block-button.is-style-outline,
.jp a
{
	color: #333;
}

.btn, .wpcf7-submit {
	transition: all .2s ease-out !important;
}

.btn:hover, .wpcf7-submit:hover {
	box-shadow: 0 2px 2px rgba(107, 107, 107, 0.54);
	transform: translateY(-2px);
	text-decoration: none !important;
}

.btn:hover, .wpcf7-submit:hover, .wpcf7-submit:focus, .btn:focus {
	text-decoration: none !important;
}



/*//////////// HEADER */
.site-title a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2em;
}
.site-title a:hover, .site-title a:focus, .site-title a:active {
	text-decoration: none;
}
.nav-toggle {
	width: 70px;
}
.nav-toggle .toggle-inner {
	height: auto;
	width: 30px;
}
.nav-toggle .toggle-icon, .nav-toggle svg {
	width: 100%;
	height: 100%;
}
#site-header .toggle:focus, .menu-modal .toggle:focus {
	outline: none !important;
}
.modal-menu li {
	border: none;
}
.modal-menu a:focus,
.modal-menu a:hover,
.modal-menu li.current-menu-item > .ancestor-wrapper > a,
.modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
	text-decoration: none;
}

.modal-menu li.current-menu-item > .ancestor-wrapper > a {
	color: #000;
}

.modal-menu li a {
	color: #333;
	font-size: 3rem;
    padding: 1.5rem 0;
}

/*//////////// FOOTER*/
.reduced-spacing.footer-top-visible .footer-nav-widgets-wrapper,
.reduced-spacing.footer-top-hidden #site-footer {
	border-top: none;
	color: #333;
	font-size: 0.889em;
}
#site-footer {
	padding: 1rem;
	border: none;
}
.footer-copyright {
	font-weight: 300;
}
#site-footer .section-inner {
	justify-content: center;
}
.social-icons a {
	color: white !important;
}
/* // footer social  */

.footer-top.has-social-menu {
	padding: 12px 0;
}
.social-menu {
	justify-content: center;
}
.social-menu li {
	margin: 0;
}

.social-menu li a {
	background: #333;
}


/* HOME PAGE */
.post-19 .entry-header {
	display: none;
}
.home-slider .metaslider .caption-wrap {
	display: none;
}

.post-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
}

.post-list .post .section-inner.creation	{
	max-width: 400px;
}

.post-list .entry-details {

}

.post-list .entry-title {
	font-size: 1.4em;
}
.post-list .entry-categories-inner {
}
.post-list .entry-year {

}
.post-list .entry-dimensions {
	font-weight: lighter;
	font-size: 0.9em;
}

/* MENU */

@media (max-width: 1000px) {
	.menu-modal.active .menu-modal-inner .modal-menu li {
		text-align: center;
	}
}


/* LIGHTBOX */

.featherlight .featherlight-close-icon {
	background-color: transparent !important;
}
