/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

.content, .sidebar {
    padding-top: 10px;
}

.page-thumb img {
	margin-bottom: 5px;
}

#toc_container {margin-left: 15px;}

.toc_widget_list ul {
    margin-left: 1.5em !important;
}

.toc_widget_list span.toc_number:after {
    content: " -"
}

.review-list li {
    padding: 10px 15px !important;
}

.title_container .breadcrumb {
    position: relative; 
    right: 0px;
    top: 0;
    margin-top: 0;
    margin-bottom: 25px;
}

.title_container .main-title {
    clear: both;
    line-height: 1.5em;
    font-size: 34px;
    font-weight: bold;
}

.author-info {
    float: left;
    padding: 0 19px 40px 20px;
    position: relative;

    }

.author-info img {
    float: left;
    margin: 0 10px 10px 0;
    }

.author-text {
    color: #999;
    font: italic 14px/20px helvetica, arial, sans-serif;
    }

/* NJ Tables */

.entry-content .opr-table { width: 100%; padding: 15px 0px;  font-family: helvetica, arial, sans-serif}
.entry-content ul.opr-header { width: 100%; padding: 10px 0px; margin: 0px; background-color: #435960; color: #fff;}

.entry-content ul.opr-list { width: 100%; padding: 0px; margin: 0px; }
.entry-content ul.opr-list li { display: inline-block; width: 100%; padding: 0px; margin: 0px; list-style: none;}

.entry-content ul.opr-header li, .entry-content ul.opr-item li { display: inline-block; padding: 0px; margin: 0px; list-style: none; width: 24.5%; text-align: center; }

.entry-content ul.opr-list > li:nth-child(even) { background-color: #f9f9f9; }

.entry-content ul.opr-item { border-left: solid 1px #ccc; border-right: solid 1px #ccc; padding: 5px 0px; margin: 0px !important; }
.entry-content ul.opr-item:last-child { border-bottom: solid 1px #ccc; }
.entry-content ul.opr-item > li { vertical-align: middle; }
.entry-content ul.opr-item > li:first-child p { padding: 0px; margin: 0px; color: #e4222c; }
.entry-content ul.opr-item > li:nth-child(2) { font-size: 25px; }
.entry-content ul.opr-item > li:nth-child(2) span { color: #e4222c; }
.entry-content ul.opr-item > li:nth-child(2) p { padding: 0px; margin: 0px; font-size: 15px; color: #919191; }
.entry-content ul.opr-item > li:nth-child(3) span { font-weight: bold; }
.entry-content ul.opr-item > li:nth-child(3) p { padding: 0px; margin: 0px; font-size: 14px; color: #e4222c; }

.entry-content ul.opr-item-checklist { width: 100%; padding: 0px; margin: 0px; }
.entry-content ul.opr-item-checklist li { width: 100%; padding: 0px; margin: 0px; list-style: none; text-align: left; }
.entry-content ul.opr-item-checklist-alt { width: 100%; padding: 0px; margin: 0px; font-size: 10px; }
.entry-content ul.opr-item-checklist-alt li { display: inline-block; width: 48%; }

.entry-content ul.opr-item-checklist li i, .entry-content ul.opr-item-checklist-alt li i { padding-right: 3px; color: #e67e22; }

.entry-content ul li.opr-bonus, .entry-content .opr-btn {font-family: 'Oswald', sans-serif}
.entry-content ul.opr-item .opr-btn {
    display: block;
    width: 70%;
    padding: 10px 0px;
    margin: 0px auto;
    background-color: #e67e22;
    border-bottom: solid 5px #d35400;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}

.entry-content ul.opr-item .opr-btn:hover {
    background-color: #d35400;
    border-bottom: solid 5px #e67e22;
}

.i15_pagelinks_widget img {
    float: left;
    margin: 0 10px 0 0;
}

.i15_pagelinks_widget ul li {
    min-height: 50px;
}

.i15_pagelinks_widget p {
    padding-top: 2px;
}

.i15-fp {
    background: #000;
    float: left;
    
    position: relative;
    
}

.i15-fp img {
    float: left;
    opacity: 0.3;
    transition: opacity .4s;
    -moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -webkit-transition: opacity .4s;
}

.i15-fp .i15-fp-top {
    float: left;
    position: relative;
    width: 100%;
}

.i15-fp .i15-fp-text {
    float: left;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}

.i15-fp .i15-fp-text p {
    margin-bottom: 10px;
}

.i15-fp .i15-fp-text h2 {
    color: #fff;
    float: left;
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 10px;
    width: 100%;
    text-shadow: 1px 1px 2px #000;
    -moz-text-shadow: 1px 1px 2px #000;
    -ms-text-shadow: 1px 1px 2px #000;
    -o-text-shadow: 1px 1px 2px #000;
    -webkit-text-shadow: 1px 1px 2px #000;
}

.i15-fp .i15-fp-byline {
    color: #ddd;
    float: left;
    font: 400 14px/14px 'Alegreya', serif;
    font-style: italic;
    margin-bottom: 5px;
    text-shadow: 1px 1px 2px #000;
    -moz-text-shadow: 1px 1px 2px #000;
    -ms-text-shadow: 1px 1px 2px #000;
    -o-text-shadow: 1px 1px 2px #000;
    -webkit-text-shadow: 1px 1px 2px #000;
}





/* End NJ Tables */

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
  
}


@media screen and (max-width: 1002px) and (min-width: 768px) {

	.entry-content ul.opr-header { display: none; }
    .entry-content ul.opr-list > li:first-child { border-top: solid 1px #ccc; }
    .entry-content ul.opr-item { padding: 15px 0px; }
    .entry-content ul.opr-item > li, ul.opr-item > li:last-child { width: 49% !important; }
    .entry-content ul.opr-item > li:nth-child(3), .entry-content ul.opr-item > li:last-child { padding-top: 10px; }
    .entry-content ul.opr-item .opr-btn { width: 70%; }
    .entry-content ul.opr-item-checklist { padding: 0px 10px; }
    .entry-content ul.opr-item-checklist-alt {font-size: 13px;}
}

@media screen and (max-width: 767px) and (min-width: 600px) {

	.entry-content ul.opr-header li:last-child { display: none; }
    .entry-content ul.opr-header li, .entry-content ul.opr-item > li { width: 32.8% !important; }
    .entry-content ul.opr-item > li:last-child { width: 100% !important; }
    .entry-content ul.opr-item .opr-btn { width: 25%; }
    .entry-content ul.opr-item-checklist-alt {font-size: 12px;}
}

@media screen and (max-width: 599px) and (min-width: 480px) {

	.entry-content ul.opr-header { display: none; }
    .entry-content ul.opr-list > li:first-child { border-top: solid 1px #ccc; }
    .entry-content ul.opr-item { padding: 15px 0px; }
    .entry-content ul.opr-item > li, ul.opr-item > li:last-child { width: 49% !important; }
    .entry-content ul.opr-item > li:nth-child(3), .entry-content ul.opr-item > li:last-child { padding-top: 10px; }
    .entry-content ul.opr-item .opr-btn { width: 70%; }
    .entry-content ul.opr-item-checklist { padding: 0px 10px; }
    .entry-content ul.opr-item-checklist-alt {font-size: 13px;}
}

@media screen and (max-width: 479px) {

	.entry-content ul.opr-header { display: none; }
	.entry-content ul.opr-list > li:first-child { border-top: solid 1px #ccc; }
	.entry-content ul.opr-item > li { display: block; width: 100% !important; text-align: center; margin: 0px auto; }
    .entry-content ul.opr-item > li:first-child p, ul.opr-item > li:nth-child(3) span { display: none; }
    .entry-content ul.opr-item > li:nth-child(even) { padding: 10px 0px; }
    .entry-content ul.opr-item-checklist li { text-align: center; }
    .entry-content ul.opr-item-checklist-alt { width: 100%; }
    .entry-content ul.opr-item-checklist-alt li { width: 49%; }
    .entry-content ul.opr-item-checklist-alt {font-size: 13px;}
 }







