/*
Theme Name:   Cancer Rose 2019
Description:  Child Theme for 2017
Author:       Tech Box
Author URL:   https://www.tech-box.fr
Template:     twentyseventeen
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  cancer-rose-2019
*/

/* Write here your own personal stylesheet */

/* FULL WIDTH TEMPLATE */
body.page-template-template-full-width #content #primary {
	max-width: 100%;
}
body.page-template-template-full-width #content #primary .entry-header,
body.page-template-template-full-width #content #primary .entry-content {
    float: none;
    width: 100%;
}
body.page-template-template-full-width #content #primary .entry-header {
    margin-bottom: 4em;
}

/* HEADER */
.site-branding-text h1 a {color:#fff!important;}

/* wrap */
.wrap, .content-area, .entry-content{width:100% !important; max-width: 100% !important;}

/* COLORS */
/* COLORS - MENUS */
.colors-custom .main-navigation li {border: 0;}
.menu a {color:#ab2c3f!important;}
.menu a:hover {color:#d95468!important; background-color:#EDE7F6!important;}

/* COLORS - STYLES */
.wrap a {color:#C62828!important;border-bottom:none!important;}
i {color:#C2185B!important;}
strong {color:#AD1457!important;}

/* COLORS - TITLES */
.entry-header{border-bottom:1px solid #880E4F!important;}
h1, h2, h3, h4, h5, h6 {color:#880E4F!important;}

/* COLORS - BORDERS */
ul li .wrap  {border-bottom:1px solid #6A1B9A!important;}
.sub-menu {border:0px!important;}
li {border-bottom:0px!important;}
.widget ul li {border:0px!important;background-color:#FAFAFA;padding:0 .4em 0 .4em; min-height:100px;}

/* BORDER NONE */
.widget-title h3 {border:none!important;}

/* IFRAME */
/*EMBED responsive*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}
.wp-block-embed__wrapper::before{display:none!important;}

/* HOMEPAGE FIX */
.rpwe-title:before{content: "\A";}
.rpwe-li:after{content: "\A";}
.rpwe-li{margin-bottom:1em!important;}
.rpwe-title{padding-bottom:1em!important;}

/* Featured */
.attachment-twentyseventeen-featured-image {width:100%!important;}

/* DISPLAY NONE */
.panel-image, #comments, .comments-area, .wp-embed-site-title{display:none!important;}