/* CUSTOMIZE ARCHIVE PAGE
-------------------------------------------------- */
a:active, a:hover {
    text-decoration: none;
}
.customer {
	border: 1px solid #ddd;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.15);
    overflow: hidden;
    position: relative;
}
.customer-logo {
    width: 100%;
    height: 350px;
    background: -webkit-radial-gradient(#ffffff, #ffffff, #fafafa);
    background: -o-radial-gradient(#ffffff, #ffffff, #fafafa);
    background: -moz-radial-gradient(#ffffff, #ffffff, #fafafa);
    background: radial-gradient(#ffffff, #ffffff, #fafafa);
    background-color: #fafafa;
}
.customer-logo .customer-logo-bg {
    display: block;
    text-align: center;
    line-height: 145px;
    padding-top: 177px;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 350px;
    z-index: 999;
}
.customer-logo .customer-logo-bg img {
    height: auto;
    max-height: 100px;
    width: auto;
    max-width: 160px;
    display: inline-block;
}
.customer-logo span {
    position: absolute;
    bottom: 12px;
    text-align: center;
    width: 100%;
    color: #777;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}
.customer-info {
    width: 100%;
    height: 93px;
    padding: 20px;
}
.customer-info h2 {
    width: 100%;
    text-align: center;
    color: #333;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1.2em;
}
body.post-type-archive-customer h1 {
    font-size: 38px;
    margin: 33px 0px 33px 0px;
}
#customer-stories .form-group {
    float: left;   
    margin-right: 15px;
    width: auto;
}
.customer-hover a:hover, .customer-hover a:active {
    text-decoration: none;
}
.customer-hover {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url('/wp-content/themes/checkpoint-theme-v2/images/t-black.png');
    background-repeat: repeat;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transform:translateY(200%);
    -moz-transform:translateY(200%);
    transform:translateY(100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 33px;
}
.customer-hover h3 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
}
.customer-hover a:nth-of-type(1) {
    font-size: 0.8em;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
    margin: 0px 0px 0px 0px;
    padding: 8px 14px 6px 14px;
    background-color: #D61A69;
    bottom: 35px;
    left: 30px;
    position: absolute;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.customer-hover a:nth-of-type(2) {
    font-size: 0.8em;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 30px;
    bottom: 40px;
    right: 30px;
    position: absolute;
    letter-spacing: 1px;
}
.customer-hover a:nth-of-type(2)::before {
    font-family: 'FontAwesome';
    content: "\f144";
    float: left;
    color: #fff;
    margin-left: -30px;
    font-size: 25px;
}
.customer:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.45);
    -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.45);
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.45);
}
.customer-hover p {
    color: #fff;
    font-size: 1.3em;
    line-height: 1.3em;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    clear: both;
}
.customer:hover > .customer-hover, .customer.active .customer-hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -webkit-transform:translateY(0px);
    -moz-transform:translateY(0px);
    transform:translateY(0px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.customer-story p {
    color: #fff;
    font-size: 1.1em;
    line-height: 1.1em;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    clear: both;
}
#featured-stories {
    margin-left: -45px;
    margin-right: -45px;
    height: auto;
}
#featured-stories .carousel {
    background-color: #ebebeb;
}
#featured-stories .carousel .item {
	background-position: top right;	
}
#featured-stories .carousel, #featured-stories .carousel .slide {
    height: 300px;
}

#featured-stories .container {
    background-color: transparent;
}
#featured-stories .col-md-4 {
    float: right;
    height: 300px;
    min-width: 411px;
    margin-right: -15px;
    padding-top: 50px;
}
#featured-stories .col-md-4 .logo-bg {
    width: 100%;
    max-width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    height: 200px;
    max-height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#featured-stories .col-md-8 {
    padding-top: 100px;
	padding-right: 140px;
    padding-left: 15px;
    max-width: 740px;
}
#featured-stories .col-md-4 img {
    display: block;
    margin: 0 auto;
}
#featured-stories span.spotlight {
    color: #282828;
    font-size: 1em;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 24px 0px;
    font-weight: bold;
    float: left;
    clear: both;
}
#featured-stories p {
    color: #282828;
    font-size: 1.5em;
    margin: 0px 0px 0px 0px;
    padding: 0px 75px 28px 0px;
    float: left;
    clear: both;
}
#featured-stories a.btn {
    font-size: 1em;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff !important;
    margin: 0px 0px 0px 0px;
    padding: 8px 17px 8px 17px;
    background-color: #D61A69;
    float: left;
    clear: both;
    position: relative;
    letter-spacing: 1px;
}
#featured-stories .carousel-control {
    max-width: 20px;
    line-height: 20px;
    background-image: none !important;
    opacity: 0.7;
}
#featured-stories .carousel-control:hover {
    opacity: 1;
}
#featured-stories .carousel-control.left {
    left: auto !important;
    bottom: auto !important;
    right: 20px !important;
    top: 20px !important;
}
#featured-stories .carousel-control.right {
    left: auto !important;
    bottom: 20px !important;
    right: 20px !important;
    top: auto !important;   
}
#testimonial_list {
    padding-bottom: 25px;
}
.row.archives > .col-md-4 {
    margin-bottom: 30px;
    max-width: 380px;
}



.media {
    display: block;
}
.media-wrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.media-hover {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url('/wp-content/themes/checkpoint-theme-v2/images/t-black.png');
    background-repeat: repeat;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all 0.7s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    padding: 33px;
    color: #fff;
}
.media-hover a {
    font-size: 1em;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff !important;
    margin: 0px 0px 0px 0px;
    padding: 10px 17px 8px 17px;
    background-color: #D61A69;
    float: left;
    clear: both;
    position: relative;
    letter-spacing: 1px;
}
.media:hover > .media-hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}


blockquote#customer-testimonial {
    width: 100%;
    padding: 33px;
    margin: 20px 0px;
    float: left;
    clear: both;
    border: 1px solid #e3e3e3;
    font-size: 18px;
}
blockquote#customer-testimonial h2 {
    font-size: 32px;
    text-transform: uppercase;
    margin: 5px 0px 20px 0px !important;
    font-weight: 500;
    color: #D61A69;
}
blockquote#customer-testimonial #customer-logo {
    float: right;
    margin: 0px 0px 33px 33px;
    padding: 0px 0px 0px 0px;
    display: inline-block
}
@media only screen and (max-width : 768px){
    blockquote#customer-testimonial #customer-logo {
        margin: 0px 0px 20px 0px;
        float: left;
        clear: both;
        width: 100%;
    }
}


.tquote h2{
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 3em;
}

.tquote {
    width: 78%;
    font-size: 18px;
}

.tquoteimg {
    bottom: 80px;
    clear: both;
    display: block;
    float: right;
    max-width: 150px;
    position: relative;
    right: 0;
    width: 22%;
}

.tquoteimg img {
    height: auto;
    width: 100%;
}

.garnish .well h5 {
    font-size: 32px;
}

.garnish .well i {
    font-size: 2.6em;
}

.sortby1 .media-left, .sortby1 .media > .pull-left {
    width: 160px;
}

.testi-image {
    margin: 0 0 1.5em;
}
.cp_testimonial_posts {
    margin-top:2em;
}
.video-list-title {
    margin:2em 0 1em 0;
}
#testimonal_list .media a.media-left {
    width: 100%;
    float: left;
    clear: both;
    display: block;
    height: 100px;
    background: -webkit-radial-gradient(#ffffff, #f5f5f5, #e6e6e6);
    background: -o-radial-gradient(#ffffff, #f5f5f5, #e6e6e6);
    background: -moz-radial-gradient(#ffffff, #f5f5f5, #e6e6e6);
    background: radial-gradient(#ffffff, #f5f5f5, #e6e6e6);
    background-color: #f0f0f0;
    line-height: 100px;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.media-body {
    width: 100%;
    display: block;
    float: left;
    height: auto;
    padding: 33px 20px !important;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}
#quotesection {
    background-color:white;
}
#video-title-section {margin-top:.6em;}
#video-section {margin-top:10px;}
#video-section h3 {margin-bottom:50px;}
#video-section div.video-list-title {padding-top:.4em};
#video-title-side {padding-bottom:.9em;}
.success-story{margin-bottom: 1em;}
#quote-section {font-style:italic}
#quote-editor-info {font-size:0.8em}
.cp_testimonial_summary {margin: 2em 0}
#testimonial-specifications {margin-top:1.5em}
.spacer{
    margin-bottom:1.5em;
}
#read-success-story .media{
    margin: 0.5em;
    min-height: 58px;
}
.vid-dim{
    margin-top: 55px;
}
.filtration .sortby1{
    display: inline-block;
    margin-right:20px;
}
.filtration .selectdiv {
    font-weight: bold;
    margin-right: 14px;
}
.filtration .form-check {
    display: inline;
    margin-left: 14px;
}
.filtration .form-check-label span {
    margin-left: 5px;
}
.filtration a {
    display: inline;
    color: #666;
    text-decoration: underline;
    margin-left: 24px;
}
.headertri{
    height: 33px;
    padding-top:5px;
}
.filtration {
    padding: 0px 0px 10px 0px;
    margin: 32px 0px 20px 0px;
    background-image: none;
    border: none;
}
.filtration select {
    /** width: auto;  **/
    padding: 7px 10px;
    border: 1px solid #ccc;
}
.filtration select:focus {
    outline: none;
}
.filtration select option {
    font-weight: normal;
}
.width_tmp_select, .width_sub_tmp_select {
    display : none;
}

/** New Filter **/
.filter {
    margin: 40px 0px;
}
.filter .form-control {
    width: 300px;
    height: 66px;
    font-size: 19px;
    color: #666;
    border-color: #e0e0e0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.25);
    padding-left: 22px;
}
.filter .form-control, .filter span {
    float: left;
    margin-right: 20px;
}
.filter label {
    line-height: 66px;
    margin-left: 20px;
}
.filter label input[type=checkbox] {
    margin-right: 12px;
}
.isotope-pager .pager {
    float: left;
    padding: 10px 14px;
    color: #fff;
    background-color: #D61A69;
    margin-top: 0px;
    margin-right: 15px;
    line-height: 14px;
    font-size: 14px;
    border-radius: 10px;
}

/** End New Filter **/
/** Customer Story Detail Styles **/
#watch-video {
    padding-top: 30px;
    padding-bottom: 15px;
}
.show {
    visibility: visible;
}
#single-testimonial #content .card, #single-testimonial #content #video {
    margin: 0px 0px 33px 0px;
}
#single-testimonial #content h1 {
    color: #D61A69;
    font-size: 2.4em;
}
#cs-carousel {
    float: left;
    clear: both;
}
#cs-carousel h3 {
    color: #333;
    margin: 50px 0px 25px 0px;
    padding: 0px 0px 0px 15px;
    font-family: "DIN-Light", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 22px;
}
#cs-carousel a {
    color: #222;
    display: block;
}
.card-header h2 a {
    color: #252525;
    margin: 50px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    font-family: "DIN-Light", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 22px;
    display: block;
}
.card-header h2 a:hover {
    color: #252525;
}
#single-testimonial #content blockquote#top-quote {
	background-image: url('/wp-content/themes/checkpoint-theme-v2/images/story/quote.gif');
	background-repeat: no-repeat;
	background-position: top left;
    float: left;
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 20px 55px;
    border-bottom: 1px solid #c4c4c4;
    font-size: 0.9em;
    color: #D61A69;
    font-style: italic;
    font-weight: bold;
    position: relative;
    display: block;
    width: 100%;
}
#single-testimonial #content blockquote#top-quote strong {
    font-size: 1.1em;
    color: #333;
    font-weight: normal;
    font-style: normal;
    clear: both;
    display: block;
    margin-bottom: 10px;
}
#single-testimonial #content blockquote#top-quote img {
    float: left;
    max-width: 100px;
    height: auto;
    display: none;
    margin: 0px 20px 20px -3px;
    padding: 0px 0px 0px 0px;
}
#single-testimonial #content blockquote {
    float: left;
    margin: 20px 0px 28px 0px;
    padding: 0px 20px 0px 20px;
    border-bottom: none;
    font-size: 1.2em;
    color: #D61A69;
    font-style: italic;
    font-weight: normal;
}
#single-testimonial #content blockquote span {
    font-size: 0.7em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0px 0px 0px 20px;
    color: #333;
    font-style: normal;
}
#single-testimonial #sidebar #sidebar-container  {
    background-color: #333;
    min-height: 400px;
    padding: 20px 20px;
    color: #fff;
}
#sidebar .testimonial-logo {
    width: 100%;
    height: 200px;
    background: -webkit-radial-gradient(#ffffff, #f5f5f5, #e6e6e6);
    background: -o-radial-gradient(#ffffff, #f5f5f5, #e6e6e6);
    background: -moz-radial-gradient(#ffffff, #f5f5f5, #e6e6e6);
    background: radial-gradient(#ffffff, #ffffff, #e6e6e6);
    background-color: #f0f0f0;
}
#single-testimonial #sidebar > .testimonial-logo > span.logo-center {
    display: block;
    text-align: center;
    line-height: 200px;
    margin: 0;
}
#sidebar .testimonial-logo span img {
    max-width: 180px;
    max-height: 125px;
}
#single-testimonial #summary {
    display: none;
}
#single-testimonial #summary .card-header{
    background-color: #333333;
    padding: 5px 30px;
}
#single-testimonial #summary .card-header h2 {
    line-height: 1;
    padding: 0;
    margin: 0;
}
#single-testimonial #summary .card-header h2 a {
    color: #ffffff;
    font-size: 22px;
    display: block;
    margin: 0px 0px 0px 0px;
}
#single-testimonial #summary .card-header h2 a:hover {
    text-decoration: none;
}
#single-testimonial #summary .card-header h2 a:after {
    color: #ffffff;
}
#single-testimonial #summary #summary-container {
    background-color: #333;
    min-height: 400px;
    padding: 20px 30px;
    color: #fff;
    margin: 1px 0 0 0;
}
#single-testimonial #sidebar h3:nth-of-type(1), #single-testimonial #sidebar h3:nth-of-type(2) {
    font-size: 1em;
    color: #fff;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
}
#single-testimonial #sidebar span:nth-of-type(1), #single-testimonial #sidebar span:nth-of-type(2) {
    font-size: 1em;
    color: #fff;
    font-weight: normal;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    display: block;
    width: 100%;
    clear: both;
}
#single-testimonial #sidebar span:nth-of-type(2) {
    margin: 0px 0px 25px 0px;
    text-transform: capitalize;
}
#single-testimonial #sidebar h3:nth-of-type(3), #single-testimonial #sidebar h3:nth-of-type(4), #single-testimonial #sidebar h3:nth-of-type(5), #single-testimonial #sidebar h3:nth-of-type(6) {
    font-size: 1.3em;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}
#single-testimonial #sidebar ul {
    margin: 0px 0px 33px 0px;
    padding: 0px 0px 0px 20px;
}
#single-testimonial #sidebar ul li {
    list-style: disc;
    font-size: 0.9em;
    line-height: 1.1em;
}
/** 
#single-testimonial #sidebar ul:nth-of-type(2) li {
    list-style: none;
    font-size: 0.9em;
    line-height: 1.1em;
    color: #D61A69;
    margin: 0px 0px 8px 0px;
    padding: 0px 0px 0px 0px;
}
**/
#content #sharing {
    display: none;
}
#single-testimonial #sidebar #sharing  {
    float: left;
    padding: 30px 20px 30px 40px;
}
#single-testimonial #sidebar #sharing span {
    font-family: "DIN", helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 0.9em;
    color: #676767;
}
#single-testimonial #sidebar #sharing ul {
    list-style-type: none;
    list-style-image: none;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#single-testimonial #sidebar #sharing ul li {
    list-style: none;
    float: left;
    margin: 0px 15px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#single-testimonial #sidebar #sharing ul .fa {
    color: #bcbcbc;
    font-size: 35px;
}
#single-testimonial #sidebar #sharing ul:nth-of-type(1) {
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#single-testimonial #sidebar #sharing ul:nth-of-type(1) li {
    list-style: none;
    float: left;
    margin: 0px 15px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#single-testimonial #sidebar .cta:nth-of-type(1) {
    margin-bottom: 20px;
}
#single-testimonial #sidebar .cta {
    padding: 6px 15px;
    background-color: #D61A69;
    color: #fff;
    clear: both;
    display: inline-block;
    width: 190px;
    text-align: center;
}


.card-header h2 a.collapsed:after {
    content: "\f107";
}

.card-header h2 a:after {
    /* symbol for "opening" panels */
    font-family: 'FontAwesome';  /* essential for enabling glyphicon */
    content: "\f106";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #D61A69;         /* adjust as needed */
}
/** Merge inline **/
.cp_testimonial_posts .vertical-align {
    width: 100%;
}

.off {
    display: none !important;
}
/** End Merge inline **/
/** Single page carousel **/
@media only screen and (min-width: 992px) {
    /* override position and transform in 3.3.x */
    body.single-customer .carousel-inner .item.left.active {
        transform: translateX(-33%);
    }
    body.single-customer .carousel-inner .item.right.active {
        transform: translateX(33%);
    }
    body.single-customer .carousel-inner .item.next {
        transform: translateX(33%)
    }
    body.single-customer .carousel-inner .item.prev {
        transform: translateX(-33%)
    }

    body.single-customer .carousel-inner .item.right,
    body.single-customer .carousel-inner .item.left { 
        transform: translateX(0);
    }   
}
body.single-customer .carousel-control.left,body.single-customer .carousel-control.right {background-image:none;}
body.single-customer .cs-carousel-inner {
    border: 1px solid #c4c4c4;
    width: 100%;
    height: 340px;
    float: left;
    overflow: hidden;
}
body.single-customer .cs-carousel-inner-img {
    display: block;
    height: 148px;
    min-height: 148px;
    max-height: 148px;
    position: relative;
    width: 100%;
    background: -webkit-radial-gradient(#ffffff, #f5f5f5, #e6e6e6);
    background: -o-radial-gradient(#ffffff, #f5f5f5, #e6e6e6);
    background: -moz-radial-gradient(#ffffff, #f5f5f5, #e6e6e6);
    background: radial-gradient(#ffffff, #ffffff, #e6e6e6);
    background-color: #f0f0f0;
}
body.single-customer .cs-carousel-inner span {
    width: 100%;
    height: 148px;
    display: block;
    line-height: 148px;
    text-align: center;
    color: transparent;
}
body.single-customer .cs-carousel-inner img {
    margin: 0 auto;
    display: inline-block;
    padding: 20px;
    max-height: 100px;
    max-width: 240px;
    width: auto;
}
body.single-customer .cs-carousel-inner .cs-carousel-inner-data {
    padding: 20px 25px 0px 25px;
    height: 180px;
    margin: 0px 0px 0px 0px;
    float: left;
    display: block;
    position: relative;
}
body.single-customer .cs-carousel-inner h4 {
    margin: 0px 0px 15px 0px;
    font-size: 15px;
    line-height: 19px;
} 
body.single-customer #cs-carousel .learn-more {
    background-color: #111;
    color: #fff;
    text-align: center;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    font-size: 1em;
    line-height: 1em;
    height: 30px;
    display: block;
    width: 100%;
    max-width: 110px;
    line-height: 30px;
    position: absolute;
    bottom: 15px;
}
body.single-customer #cs-carousel .learn-more:hover {
    text-decoration: none;
}
body.single-customer .carousel { padding-left: 75px; padding-right: 75px; margin-bottom: 30px; }
body.single-customer .carousel-control.left {background-image: url('/wp-content/themes/checkpoint-theme-v2/images/story/control-left.png'); width: 36px !important; height: 36px !important; margin: -18px 0px 0px 20px !important; padding: 0px 0px 0px 0px !important; top: 50% !important;}
body.single-customer .carousel-control.right {background-image: url('/wp-content/themes/checkpoint-theme-v2/images/story/control-right.png'); width: 36px !important; height: 36px !important; margin: -18px 20px 0px 0px !important; padding: 0px 0px 0px 0px !important; top: 50% !important;}
/** Single page carousel **/

/** Vertical Carousel **/
.carousel.vertical .carousel-inner {
  height: 100%;
}
.carousel.vertical .carousel-inner > .item {
  -webkit-transition: .6s ease-in-out top;
  -o-transition: .6s ease-in-out top;
  transition: .6s ease-in-out top;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel.vertical .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -ms-transition: -ms-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -ms-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-perspective: 1000;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
.carousel.vertical .carousel-inner > .item.next,
.carousel.vertical .carousel-inner > .item.active.right {
    top: 0;
    -ms-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
.carousel.vertical .carousel-inner > .item.prev,
.carousel.vertical .carousel-inner > .item.active.left {
    top: 0;
    -ms-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
.carousel.vertical .carousel-inner > .item.next.left,
.carousel.vertical .carousel-inner > .item.prev.right,
.carousel.vertical .carousel-inner > .item.active {
    top: 0;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel.vertical .carousel-inner > .active {
  top: 0;
}
.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
  top: 0;
  height: 100%;
  width: 100%;
}
.carousel.vertical .carousel-inner > .next {
  left: 0;
  top: 100%;
}
.carousel.vertical .carousel-inner > .prev {
  left: 0;
  top: -100%
}
.carousel.vertical .carousel-inner > .next.left,
.carousel.vertical .carousel-inner > .prev.right {
  top: 0;
}
.carousel.vertical .carousel-inner > .active.left {
  left: 0;
  top: -100%;
}
.carousel.vertical .carousel-inner > .active.right {
  left: 0;
  top: 100%;
}
/** End Vertical Carousel **/
/** FlexBox - Merge with base **/
.vertical-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vertical-center--top {
  align-self: flex-start;
}

.vertical-center--bottom {
  align-self: flex-end;
}
/** End FlexBox **/
/** Cyber Attack Post Type **/
body.page-template-page-cyber-attacks .garnish .container {
  position: relative;
  padding-top: 145px;
}  
body.page-template-page-cyber-attacks h1 {
  background-position: left;
  background-repeat: no-repeat;
  clear: both;
  color: #333;
  display: block;
  height: 145px;
  float: left;
  font-size: 36px;
  font-weight: bold;
  line-height: 145px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 30px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
body.page-template-page-cyber-attacks #featured {
    background-image: url('/wp-content/themes/checkpoint-theme-v2/images/story/featured-row-bg.gif');
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 75px;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 33px;
}
body.page-template-page-cyber-attacks #featured h2 {
  color: #333;
  float: left;
  font-family: 'DIN-Light', Helvetica, Arial, Sans-serif;
  font-size: 31px;
  font-weight: bold;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
  width: 100%;
}
body.page-template-page-cyber-attacks #featured p {
    margin-bottom: 20px;
}
body.page-template-page-cyber-attacks h2 {
  color: #555;
  float: left;
  font-size: 36px;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 15px 0px;
  width: auto;
  letter-spacing: 1px;
  font-weight: normal;
}
.searchandfilter ul {
  padding-left: 0px;
}
body.page-template-page-cyber-attacks .customer-logo h3 {
    color: #555;
    text-align: left;
    font-size: 1.3em;
    line-height: 1.4em;
    padding: 33px 33px 0px 33px;
    font-family: 'DIN-Light', Helvetica, Arial, sans-serif;
}
body.page-template-page-cyber-attacks .customer-hover h4 {
    color: #D61A69;
    text-align: left;
    padding: 0px 0px 20px 0px;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: bold;
}
body.page-template-page-cyber-attacks .customer-hover p {
    color: #fff;
    text-align: left;
    padding: 0px 0px 20px 0px;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: normal;
}
body.page-template-page-cyber-attacks form.searchandfilter {
    float: right;
    display: block;
    width: auto;
    margin: 0px 0px 20px 33px;
    padding: 0px 0px 0px 0px;
}
#cyber-attacks {
    padding-top: 40px;
}
#search-filter-form-157655 input[type="text"] {
    padding: 5px 10px;
    min-width: 420px;
}
#search-filter-form-157655 ul li {
    padding-top: 5px;
}
/** Cyber Attack Post Type **/
@media only screen and (min-width: 992px) {
    #single-testimonial #sidebar {
        margin-right: 30px;
        margin-left: -30px;
    }
}
@media only screen and (max-width: 991px) {
    #search-filter-form-157655 input[type="text"] {
        min-width: auto;
    }
    #single-testimonial #summary #sidebar {
        margin-right: -30px;
        margin-left: -30px;
    }
    #single-testimonial #summary {
        display: block;
    }
    #single-testimonial #summary .testimonial-logo {
        width: 100%;
        height: 200px;
    }
    #content #sharing {
        display: block;
        float: left;
        padding: 20px 0;
        border-top: 1px solid #c4c4c4;
    }
    #content #sharing span {
        font-family: "DIN", helvetica, arial, sans-serif;
        font-weight: bold;
        font-size: 0.9em;
        color: #676767;
    }
    #content #sharing ul {
        list-style-type: none;
        list-style-image: none;
        margin: 15px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    #content #sharing ul li {
        list-style: none;
        float: left;
        margin: 0px 25px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    #content #sharing ul .fa {
        color: #bcbcbc;
        font-size: 35px;
    }
    #featured-stories .carousel, #featured-stories .carousel .slide {
        height: auto;
    }
    #featured-stories .carousel {
        background-image: none;
        background: -webkit-radial-gradient(#ffffff, #f5f5f5, #e6e6e6);
        background: -o-radial-gradient(#ffffff, #f5f5f5, #e6e6e6);
        background: -moz-radial-gradient(#ffffff, #f5f5f5, #e6e6e6);
        background: radial-gradient(#ffffff, #ffffff, #e6e6e6);
        background-color: #f0f0f0;
        height: 360px;
    }
    #featured-stories .carousel .item {
    	background-image: none !important;	
    }
    body.single-customer .carousel .item .col-md-4 {
        display: none;
    }
    body.single-customer .carousel .item .col-md-4:nth-of-type(1) {
        display: block;
    }
    #featured-stories .col-md-4 {
        float: none;
        margin-left: -15px;
        height: 200px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #featured-stories .col-md-4 .logo-bg {
        height: 150px;
        width: 100%;
        margin: 0 auto !important;
        background-position: center;
    }
    #featured-stories .col-md-8 {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0px;
        padding-bottom: 23px;
        display: block;
        float: none;
        margin: 0 auto;
        width: 90%;
        max-width: 90%;
    }
    #single-testimonial #content h1 {
    	padding-right: 0px;
    }
    #featured-stories span.spotlight, #featured-stories p {
        width: 100%;
        text-align: center;
    }
    #featured-stories p {
        padding: 0px 0px 28px 0px;
    }
    #featured-stories a.btn {
        display: block;
        margin: 0 auto;
        float: none;
    }
    .customer.active > .customer-hover {
        cursor: pointer;
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -webkit-transform:translateY(0px);
        -moz-transform:translateY(0px);
        transform:translateY(0px) -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    #single-testimonial #content h1 {
    	font-size: 1.5em;
    }
    .customer-hover a:nth-of-type(1), .customer-hover a:nth-of-type(2) {
    	position: relative;
    	bottom: auto;
    	left: auto;
    	right: auto;
    	float: left;
    	display: block;
    	clear: both;
    }
    .customer-hover a:nth-of-type(1) {
    	margin-bottom: 25px;	
    }
    #cs-carousel h3 {
        font-size: 1.2em;
        text-align: center;
        padding-left: 0px;
    }
}
@media (min-width: 991px) and (max-width: 1199px) {
    #featured-stories .col-md-4 {
        float: right;
        height: 300px;
        min-width: auto;
        width: 410px;
    }
    #featured-stories .col-md-4 .logo-bg {
        height: 300px;
    }
    #featured-stories .col-md-8 {
        padding-top: 85px;
        padding-right: 20px;
        width: 540px;
        padding-left: 15px;
    }
    body.single-customer .cs-carousel-inner .cs-carousel-inner-data {
        padding: 15px 25px 0px 25px;
    }
    body.single-customer .cs-carousel-inner h4 {
        font-size: 13px;
        line-height: 15px;
    }

    .customer-hover a:nth-of-type(1) {
        bottom: 70px;
        left: 30px;
    }
    .customer-hover a:nth-of-type(2) {
        bottom: 35px;
        left: 30px;
    }
    body.single-customer .cs-carousel-inner img {
        max-width: 200px;
    }

}
@media only screen and (max-width: 768px) {
    #featured-stories .carousel {
        height: 285px;
    }
    #featured-stories .col-md-4 {
        float: none;
        margin-left: -15px;
        height: 150px;
        padding-top: 25px;
        padding-bottom: 25px;
        min-width: auto;
    }
    #featured-stories .col-md-4 .logo-bg {
        height: 100px;
        width: 100%;
        max-width: 300px;
        margin-left: 0px;
        margin-right: 0px;
        margin: 0 auto !important;
        background-position: center;
    }
    #featured-stories p {
        font-size: 1em;
        padding: 0px 0px 15px 0px;
    }
}
@media only screen and (max-width: 480px) {
	body.single-customer .carousel {
	    padding-left: 45px;
	    padding-right: 45px;
	}
	body.single-customer .carousel-control.left {
		margin-left: 0px !important;
	}
	body.single-customer .carousel-control.right {
		margin-right: 0px !important;	
	}
	body.single-customer .cs-carousel-inner h4 {
	    max-height: 59px;
	    overflow: hidden;
	}
}

@media print {
   .hidden-sm,
   .hidden-xs {
        display: block !important;
   }
   .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
   }
   .col-md-12 {
        width: 100%;
   }
   .col-md-11 {
        width: 91.66666667%;
   }
   .col-md-10 {
        width: 83.33333333%;
   }
   .col-md-9 {
        width: 75%;
   }
   .col-md-8 {
        width: 66.66666667%;
   }
   .col-md-7 {
        width: 58.33333333%;
   }
   .col-md-6 {
        width: 50%;
   }
   .col-md-5 {
        width: 41.66666667%;
   }
   .col-md-4 {
        width: 33.33333333%;
   }
   .col-md-3 {
        width: 25%;
   }
   .col-md-2 {
        width: 16.66666667%;
   }
   .col-md-1 {
        width: 8.33333333%;
   }
}