/*
 Theme Name:     Wolfgang Child Theme
 Theme URI:      http://www.wolfgang-edition.fr
 Description:    Wolfgang Child Theme
 Author:         Wolfgang Edition
 Author URI:     http://www.wolfgang-edition.fr
 Template:       wolfgang
 Version:        1.0.0
*/
 
@import url("../wolfgang/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

#et_pb_layout .hndle { font-weight: 100 !important; font-size: 22px; color: #fff; background-color: #000945; padding: 25px 80px !important; border-bottom: 0; line-height: 18px; position: relative; border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; cursor: pointer; }

#et_settings_meta_box .hndle { border: none; color: #fff; background-color: #000; padding-left: 38px; }

.single-post .et_pb_section, .search #main-content, .archive #main-content, #main-content {
	background-color:#D9E5EE ;
}

.grand-titre a {color:#4D4D4D;-webkit-transition: color 0.3s;-moz-transition: color 0.3s;transition: color 0.3s;}
.grand-titre a:hover {color:#A1A1A1;}

.entry-title:before {content: " ";position: absolute;top:0;width: 120px;height: 4px;background-color:#eee;margin-top:40px;margin-bottom:50px;}
.entry-title {margin-top:10px;}
.entry-title a {-webkit-transition: color 0.3s;-moz-transition: color 0.3s;transition: color 0.3s;}
.entry-title a:hover {color:#777;}

#left-area .post-meta a {-webkit-transition: color 0.3s;-moz-transition: color 0.3s;transition: color 0.3s;}
#left-area .post-meta a:hover {color:#000;}

.et_pb_filterable_portfolio_grid .et_pb_portfolio_filters a { background-color:rgba(63,76,75,0.14) !important; }
.et_pb_filterable_portfolio_grid .et_pb_portfolio_filters a.active { background-color:#F7E1D3 !important; }
.et_pb_filterable_portfolio_grid .et_pb_portfolio_filters a:hover { background-color:#F2EFE1 !important; }


.et_pb_grid_item h2, .et_pb_grid_item p { background-color:#F5F5F5 !important;box-sizing: border-box;padding:10px 20px 20px;line-height:1.3em; }
.et_pb_grid_item h2 {  -webkit-transition: color 0.3s;-moz-transition: color 0.3s;transition: color 0.3s; }
.et_pb_grid_item h2:hover { color:#74bff2; }
.et_pb_grid_item .post-meta { color:#74bff2 !important; }
.et_pb_grid_item .post-meta a {  -webkit-transition: color 0.3s;-moz-transition: color 0.3s;transition: color 0.3s; }
.et_pb_grid_item .post-meta a:hover { color:#74bff2; }

.et_pb_grid_item { -webkit-transition: border 0.3s;-moz-transition: border 0.3s;transition: border 0.3s;background:#F5F5F5;border:8px solid transparent;-moz-background-clip: padding; -webkit-background-clip: padding; background-clip: padding-box; }
.et_pb_grid_item:hover { background:#fff !important;border:8px solid #fff;box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); }

.et_pb_grid_item:hover,.et_pb_grid_item:hover h2,.et_pb_grid_item:hover p { background:#fff !important; }

.et_pb_bg_layout_dark .et_pb_slide_description, et_pb_bg_layout_dark .et_pb_slide_description, .et_pb_slide_title h2 {
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0.3) !important;
}


/*** grid effect ***/
.et_pb_filterable_portfolio .et_pb_portfolio_item.active,
.et_pb_gallery_grid .et_pb_gallery_item {
	opacity: 1;
	-webkit-animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}


#main-header{
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
box-shadow:none !important;
}

#sidebar .et_pb_widget {
border-bottom: 4px solid #D9E5EE;
padding-bottom: 40px;
margin-bottom: 40px;
}
#sidebar .et_pb_widget:last-of-type {
border-bottom:0;
}

.container:before { background-color:transparent !important; }
.et_pb_widget_area_right { border-left:0 !important; }
.et_pb_widget_area_left { border-right:0 !important; }

#sidebar {background-color:rgba(63,76,75,0.14);line-height:1.2em;overflow-y: auto;}

@media all and (min-width: 981px) { /* at max-width:980px DIVI is putting the sidebar below the content */

#page-container #main-content .container {
    width: 100%; /* instead of the default 80% so the sidebar color goes to the edge */
    /*padding-top: 58px; /* needed to be reset */
    padding-left: 2%; /* needed to be reset */
    padding-bottom: 58px; /* needed to be reset and I increased the too little default 23px */
}
#main-content .container #sidebar {
position: absolute;
top: 0;
right: 0;
height: 100%;
padding: 58px 30px 58px 30px; /* needed to be reset */
background: #eee; /* change to your color or even add a background image */
width: 28% /* set the prefered width of your sidebar, but also take care for the next CSS order */
}
.et_right_sidebar #left-area {
width: 72% /* Put here 100 minus the width you have set above */
}
.et_right_sidebar #main-content .container::before {
right: 28% !important; /* also here the value above has to be used for the sidebar separator line to be in correct place */
background-color: #bbb; /* Change the color of the sidebar separator line */
/* display: none; /* or remove it completely */
}
}

@media all and (max-width: 980px) { /* And some optimization for the mobile version */

.et_right_sidebar #sidebar {
    clear: both; /* needed in case of side-aligned images longer than the text next to them */
    padding: 30px; /* needed distance to the borders because now we have color */
    margin-top: 30px; /* and a bit more space to the content area above */
}
#sidebar {
    background: #eee; /* use the same color as above */
    border-top: 1px solid #bbb; /* also our border should move, now to the top, use same color */
}
}

.screen-reader-text {display:none;}

/* Search Widget */
.widget_search .screen-reader-text {
	display: none;
}

.widget_search input#s,
.widget_search input#searchsubmit {
	height: 40px !important;
	margin: 0;
	padding: 0.7em;
	border: 1px solid #ddd;
	color: #666;
	font-size: 13px;
	line-height: normal !important;
}

.widget_search #s {
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.widget_search #searchform {
	position: relative;
}

.widget_search #searchsubmit {
	position: absolute;
	top: 0px;
	right: 0;
	width: 70px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	background-color: #ddd;
}

.widget_search input#s, .widget_search input#searchsubmit {
    height: 30px !important;
    margin: 0;
    padding: 0.7em 0.2em;
    border: 1px solid #ddd;
    color: #666;
    font-size: 12px !important;
    line-height: 12px !important;
    font-weight: bold;
    
}
.widget_search input#searchsubmit:hover {
    color: #000;
}

pre, code {
    font-family: inherit !important;
}

/* PAGE ACCUEIL */
.et_pb_portfolio_item h2 {padding: 0 15px;}
.et_pb_portfolio_item p {padding: 0 15px 15px;}



/* FAMILY TREE */
.entry-content table, body.et-pb-preview #main-content .container table {
    width: 100%;
    margin: 0 0 15px 0;
    border: 3px solid #eee;
    background:#fff;
    text-align: left;
}

/* WIDGETS */
.recently-updated-widget-item {text-transform: uppercase;font-size:.9em;}
.recently-updated-widget-item:before {content:'┉ ';}

.menu-dossiers-container {text-transform: uppercase;font-size:.9em;}
.menu-dossiers-container li:before {content:'┉ ';}

.arpw-title {text-transform: uppercase;font-size:.9em;}

.widget_recent_entries {text-transform: uppercase;font-size:.9em;}
.widget_recent_entries li:before {content:'┉ ';}

.widget_recent_comments li:before {content:'┉ ';}

/* COMMENTAIRES */
.comment_avatar img {opacity:.5;}

/* NAVIGATION */
.nav-previous {padding:3px 8px !important; background:#fff;font-size:12px !important;text-transform: uppercase;}
.nav-next {padding:3px 8px !important; background:#fff;font-size:12px !important;text-transform: uppercase;}

/* TIMELINE */
.timeline_um-thumb, .timeline_um-share {display:none;}
.timeline_um-title {text-transform: uppercase;padding-bottom:10px !important;}
.timeline_um-meta {padding-bottom:0px !important;}
.timeline_um-flat .timeline_um-item {
    display: inline-block;
    margin: 10px 0;
    padding-bottom: 0px !important;
    position: relative;
    vertical-align: top;
    width: 50%;
    z-index: 100;
    line-height:14px;
}

.timeline_um-content .read-more {display:none;}
.timeline_um-container .load-more span {
    background: none repeat scroll 0 0 #444 !important;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    margin-top: 16px;
    padding: 7px 25px;
    position: relative;
    text-align: center !important;
    z-index: 57;
}
.timeline_um-container .load-more span:hover {
    background: none repeat scroll 0 0 #000 !important;
}

.timeline_um-post {background:#fff;-webkit-transition: all 0.50s ease-in-out;
	 -moz-transition: all 0.50s ease-in-out;
	 -ms-transition: all 0.50s ease-in-out;
	 -o-transition: all 0.50s ease-in-out;}
.timeline_um-post:hover {background:#f1f1f1;}

.timeline_um-post .timeline_um-title a {color:#74bff2;-webkit-transition: all 0.50s ease-in-out;
	 -moz-transition: all 0.50s ease-in-out;
	 -ms-transition: all 0.50s ease-in-out;
	 -o-transition: all 0.50s ease-in-out;}
.timeline_um-post:hover .timeline_um-title a {color:#46638c;-webkit-transition: all 0.50s ease-in-out;
	 -moz-transition: all 0.50s ease-in-out;
	 -ms-transition: all 0.50s ease-in-out;
	 -o-transition: all 0.50s ease-in-out;}
.timeline_um-post:hover .timeline_um-title a:hover {color:#000;}

