/*

 Theme Name:   GeneratePress Child Theme

 Theme URI:    http://www.chess-pdf.com/

 Description:  My GeneratePress child theme 

 Author:       J. Schwindling

 Author URI:   http://www.chess-pdf.com

 Template:     generatepress

 Version:      1.0.0

*/



@import url("../generatepress/style.css");

body {
	background-color: #333;
}


.widget-title {
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 1.5;
	font-weight: normal;
	text-transform: none;
}


.wpp-list li {
    overflow: hidden;
    float: none;
    clear: both;
    margin-bottom: 0.5rem;
	font-size: small;
}

blockquote {
	border-left: 5px solid rgba(0, 0, 0, 0.2);
	padding: 20px;
	font-size: 1.0em;
	font-style:italic;
	margin: 0 0 1.5em;
	position: relative;
}


h1, h2 {
font-weight: 500;
margin-top: 10px;
}

h3 {
font-weight: 400;
}

.su-spoiler-title {
    font-size: 17px;
	margin-top: 10px; 
}

#print_header {
	border-bottom-style: solid;
	border-width: medium;
	border-color: black;
	padding-bottom: 10px;
/*	background-color: #CCCCCC;*/
}

#print_footer {
	border-top-style: solid;
	border-width: medium;
	border-color: black;
	padding-top: 10px;
/*	background-color: #CCCCCC;*/
}


.wpcf7 input[type="text"],

.wpcf7 input[type="email"],

.wpcf7 textarea

{

    margin: 5px;

}



.site-header .inside-header {

      padding: 0px;

}



/*

.inside-right-sidebar {

    background-color: #CCCCCC;

}

*/

/*

.right-sidebar{

	margin-left:10px;

	background-color: #eee;

	border-left: solid, 1px;

	}

*/

/*
.widget-title {
background: #409c4c;
border-radius: 4px;
}	
*/

.inside-right-sidebar {
border-radius: 8px;
      	border: 1px solid #ddd;
      	padding: 10px;
}

/*
.site-content {
    display: flex;
}

.sidebar {
    background: #f5f5f5;
}
*/
/*
.widget_text {
border-radius: 8px;
border: 1px solid #ddd;
}*/

/*
.widget {
padding-left: 5px;
}*/

.main-navigation .main-nav ul li.custom-menu-color a {
    font-weight: bold;
    color: #ffffff;
}

.main-navigation {
	background-color: #003300;
}

#ariane {
height: 40px;
}

.warning
{
	color: #800000;
	font-weight: bold;
	margin: 10px; 
}


/* Affiche le nombre d'élèves par cours */

.course_students {
margin-top: 10px;
display: none;
}

.js_course_level {
height: 40px;
padding-top: 0px;
padding-bottom: 0px;
border-top: 1px solid black;
border-bottom: 1px solid black;
#background-color: #ffc;
}

.site-footer .footer-widgets-container {

	background-color: #eee;

}

/* Ne marche pas
#submit_login {
margin: auto;
background-color: #f00;
}*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
	background: #FAFAFA;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0px;
	padding: 5px 10px;
	box-sizing: border-box;
	max-width: 100%;
}

/*
button[name="submit_registration"] {
	background: #FF0;
	background-color: #FF0;
}
*/

.widget_course_return {
display: none;
}


.wpum-login-form {
max-width: 400px;
}

.wpum-registration-form {
max-width: 400px;
#margin: auto;
}

.wpum-submit-password-recovery-form {
max-width: 400px;
#margin: auto;
}

.wpum-password-recovery-form {
max-width: 400px;
#margin: auto;
}

.ld_profile_course {
display: none;
}
.ld_profile_status {
display: none;
}
.learndash-course-link {
background-color: #ffc;
}

#buddypress .standard-form #basic-details-section, #buddypress .standard-form #blog-details-section, #buddypress .standard-form #profile-details-section {

    border: 0px solid #8b008b;

//	background-color: #ffc;

	float: none;

  	clear: left;

  	max-width: 50%;

  	padding: 10px;

  	margin-bottom: 1em;

}

/* stripe payment */

.asp_product_item_thumbnail img {
    height: 100px;
    width: 100px;
}

/*
.asp_product_buy_btn{
    text-decoration: none;
    font: bold 13px/13px HelveticaNeue, Arial;
    padding: 8px 15px;
    text-transform: none;
    height: 32px;
    border-radius: 4px;
    vertical-align: middle;
    border: 0;
}
*/


  
.sp-su-button {
  display: inline-block !important;
  text-align: center;
  text-decoration: none !important;
  box-sizing: content-box !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-width: 1px;
  border-style: solid;
  color: #FFFFFF;
  background-color: #2D89EF;
  border-color: #246ec0;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 0x 22px;
  font-size: 17px;
  line-height: 34px; 
}

.sp-su-button:hover {
  opacity: 0.7;
}

/*

.footer-widgets

*/

/*

.widget-title{margin-bottom:30px;line-height:1.5; background-color: #ccc;}

*/

/* Print Styles */
@media print {
body { background:white; margin:0; }
#header { display:none; }
#content { display:block; }
#comments { display:none; }
#sidebar { display:none; }
#footer { display:none; }
}



