/*
Theme Name: Razzi Child
Theme URI: https://demo4.drfuri.com/razzi/
Author: DrFuri
Author URI: http://drfuri.com
Description: Razzi Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: razzi
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: razzi
*/

.sous_titre #sous_titre{
	color:white!important;
}

body.page-id-584 #content.site-content, body.page-id-633#content.site-content{
	padding-bottom:0!important;
}
/*........................STICKY MENU..........................*/

.menu_sticky {
	position: fixed;
    bottom: 0;
	left:0;
	right:0;
	z-index:900;
}

@media only screen and (max-width:435px){
	.menu_sticky{
		display:none;
	}
}

#gotop{
	bottom: 100px!important;
}

.mc_close_container {
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
}
h1.mc_h1_home {
	color: #ffffff;
}
/*........................FOOTER..........................*/
.btn_facebook, .btn_instagram{
	background-color:transparent!important;
}
.footer-widgets .widget_text, .text_contact_footer {
    line-height: 2!important;
}

.footer-widgets h2 {
	font-size:12px!important;
	font-weight:300px!important;
	letter-spacing:2px!important;
}
/*........................Carte Google..........................*/

.map {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
         filter: grayscale(100%);
}
.elementor iframe.mcp-map-contact{
	display:block!important;
}
/*........................Woocommerce..........................*/
.product-type-variable .summary-price-box {
    display: none !important;
}
/*........................Marges bas de pages..........................*/
.razzi-posts__wrapper nav.next-posts-navigation .navigation .load-navigation .nav-links{
	margin-bottom:100px!important;
}

.single-post .entry-meta .meta-author, .meta-cat .before-text{
	display:none!important;
}