/*
Theme Name: RKP OnParles
Theme URI: http://themeawesome.com/wordpress-child-theme
Description: A child theme of WP-Forge
Author: ThemeAwesome.com
Author URI: http://themeawesome.com/
Template: wp-forge
Version: 4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: wp-starter

Start adding your theme specific styles below.
*/


/* Child Theme Media Queries - Use the following media queries to adjust the appearance of your theme on mobile devices */

// Small screens
@media only screen { }/* Define mobile styles */

@media only screen and (max-width: 40em) { } /* max-width 640px, mobile-only styles, use when QAing mobile issues */

// Medium screens
@media only screen and (min-width: 40.063em) { } /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) { } /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */


// Large screens
@media only screen and (min-width: 64.063em) { } /* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) { } /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

// XLarge screens
@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) { } /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

// XXLarge screens
@media only screen and (min-width: 120.063em) { } /* min-width 1921px, xxlarge screens */    

/* On Parle */

ul.title-area {
display: none;
}

h2.tp-topic, h3.tp-topic {
    color: #000080;
}

/* Hide More Content at the bottom in favor of plugin */
.more-content {
display: none;
}

/* Remove Mark Complete Button */
#sfwd-mark-complete {
	display: none;
}
/* Remove Course Status */
#learndash_course_status {
	display: none;
}

/* Remove Topic Progress */
/*.learndash_topic_dots {
    display:none;
}
*/

/* Set form widths */

.form-width40 {
	width: 400px !important;
}
.form-width15 {
	width: 100px !important;
}
.book-cover  {
   /*padding:1px;
   border:1px solid #021a40;*/
  -webkit-box-shadow: 3px 3px 3px #7C7C7C;
    box-shadow: 3px 3px 3px #7C7C7C;
}

.pdf-books-list ul li {
	font-weight: bold;
	list-style-type: none;
	background: url('images/book-reader.jpg') no-repeat 0px 0px;
	margin: 0;
	padding: 3px 0px 0px 45px;
/*vertical-align: middle;*/
}

.cahier-pencil ul li {
	font-weight: bold;
	list-style-type: none;
	background: url('/wp-content/uploads/images/pencil3.png') no-repeat 0px 0px;
	margin: 0;
	height: 54px;
	padding: 15px 0px 0px 45px;
	/*vertical-align: middle;*/
}

li.cahier-pencil2 {
	font-weight: bold;
	list-style-type: none;
	background: url('/wp-content/uploads/images/pencil3.png') no-repeat 0px 0px;
	margin: 0;
	height: 54px;
	padding: 15px 0px 0px 45px;
	/*vertical-align: middle;*/
}


/*99*/
h1.entry-title {
    /*display: none;*/
    font-size: 2.2em ; 
}
/*100*/
.entry-meta-header, .entry-meta-categories {
    display: none;
}
/*276*/
.wpProQuiz_question_text {
    font-family: cursive;
}
/*277*/
/*
.home .top-bar {
    display: none;
} */



/* WP 3.6 Native Audio Player color */
#example1 .mejs-controls,
#example1 .mejs-mediaelement,
#example1 .mejs-container,
#example2 .mejs-controls,
#example2 .mejs-mediaelement,
#example2 .mejs-container {
	background: url(”) !important;
	background-color: #C8E1FA !important;
}

#example1 .mejs-controls .mejs-button button:focus,
#example2 .mejs-controls .mejs-button button:focus {
	outline: none;
}

#example2 .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #00a;
}

#example2 .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #ccc;
}

#example2 .audio-even .mejs-controls,
#example2 .audio-even .mejs-mediaelement,
#example2 .audio-even .mejs-container {
	background-color: #C8E1FA !important;
}

#example2 .audio-odd .mejs-controls,
#example2 .audio-odd .mejs-mediaelement,
#example2 .audio-odd .mejs-container {
	background-color: #DFEFFF !important;
}

#example1 .mejs-currenttime,
#example1 .mejs-duration,
#example2 .mejs-currenttime,
#example2 .mejs-duration {
	color: black !important;
}

#example2 .mejs-controls .mejs-button button {
	background-image: url('/wp-content/uploads/images/control_dark.png') !important;
}

#example2 .mejs-controls .mejs-time-rail .mejs-time-total {
	background: #AAC7E3 !important;
}

/*
#example2 .audio-odd .mejs-controls .mejs-time-rail .mejs-time-total,
#example2 .audio-even .mejs-controls .mejs-time-rail .mejs-time-total {
	background: #AAC7E3 !important;
}
*/
.audio-title {
	font-weight: bold;
}

.audio-controls {
	max-width: 500px !important;
}

.audio-player {
	margin: 20px 0;
}

.audio-even {
	background-color: #C8E1FA;
	padding: 8px 0 5px 10px;
	border-bottom: 1px solid white;
	max-width: 530px;
	margin-left: auto;
	margin-right: auto;
}

.audio-odd {
	background-color: #DFEFFF;
	padding: 8px 0 5px 10px;
	border-bottom: 1px solid white;
	max-width: 530px;
	margin-left: auto;
	margin-right: auto;
}

.learndash_topic_dots.type-dots {
	display: none;
}



.rktos { font-size:16px; 
	line-height:18px; 
	margin: 20px 0 20px 0;
	color:#ee1c25 !important; }

.contentContainer .rktitle {
	font-size:24px;
	line-height:24px;
	margin: 20px 0 20px 0;
	color:#ee1c25 !important;
}

#post-372 .entry-title {
   display: none ;
}

#post-367 .entry-title {
   display: none ;
}

/* ==================
	FOOTER
   ================== */
#footer-wrapper {
	width:100%;
	padding:20px 0 20px 0;
	color:#ffffff;
	/*background:#ee1c25 none;*/
}

#footer {
	display:block;
	margin:0 auto;
}

/*#footer a { color:#ffffff; }*/
#footer a:hover { color:#000000; }

#footer p { margin:0 0 0 0; }

#footer-logo {
	width:130px;
	height:32px;
}

#footer-nav-wrapper {}

#footer-nav-ul {
	list-style:none;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	position:relative;
	float:right;
}

#footer-nav-ul li{
	float:left;
	position:relative;
	background-color:transparent;
}

#footer-nav-ul li a{
	display:block;
	padding:5px 15px;
	color:#ffffff;
	background:transparent none; /*038bb3*/
	text-decoration:none;
	text-align:center;
}

.clr { clear:both; }

hr {
    display: block;
    height: 3px;
    border: 0;
    border-top: 1px solid black !important;
    margin: 1em 0;
    padding: 0;
}

/* Login  */
#post-581{
     /*background-image: url("http://op.cjcwebdev.com/wp-content/uploads/images/background1.png");*/
     background-color : #FEFEFE;
}

/* Callouts */
 .callout.primary {
    background-color: #def0fc; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.warning {
    background-color: #ff6a00;
    }

#execphp-2, #execphp-3 {
	margin-bottom: 0;
}