/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

/* Case Studies styles from X Theme.
 * ================================*/

.single-casestudy .bg-box {
  /*padding: 10px 60px 15px;*/
  /*background: #C4BD97;
  background-color: rgb(196, 189, 151);*/
  color: #000000;
  font-size: 16px;
  line-height: normal;
  margin: 0 0 0.5em 0;
  width: 100%;
  display: inline-block;
  font-family: "Raleway", sans-serif;
}

.single-casestudy .case-study-section .case-study-block .bg-box span,
.single-casestudy .bg-box span {
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.single-casestudy .case-study-section .case-study-block .bg-box strong,
.single-casestudy .bg-box strong {
	color: #953734;	
}
.single-casestudy .case-study-block .bg-box h3,
.single-casestudy .bg-box h3 {
    margin: 1em 0 0.5em 0 !important;
    border-bottom: 1px solid rgb(0, 95, 130);
    padding-bottom: 0.2em;
}
.single-casestudy .case-study-section .case-study-block .bg-box ul li span,
.single-casestudy .bg-box ul li span {
    color: #953734;
}
.single-casestudy .case-study-section .case-study-block ul.table-section li,
.single-casestudy ul.table-section li {
    width: 100%;
    display: inline-block;
    font-size: 16px;
}
.single-casestudy .case-study-section p,
.single-casestudy p {
	padding: 0 15px;
}
.single-casestudy .table-section p,
.single-casestudy .case-study-section .bg-box p,
.single-casestudy .bg-box p {
	padding: 0;
	margin: 0;
}
.page-template-template-blank-1 .x-content-band {    
    float: left;
    width: 100%;
}
.new-line {
    display: block;
    clear: both;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
ul.table-section.different-table-section li:nth-child(even) {
    margin-bottom: 15px;