﻿/* 14. Custom - shared across templates
 -------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    color: #000;
    line-height: 1.35em;
    margin-top: 1.35em;
}
h1 {font-size: 30px;}
h1:first-child {
    margin-top: 10px;
}
h2, .h2 { 
	font-size: 23px !important;
	margin-bottom: 0.75em;
}
h3 {font-size: 18px; margin-bottom: 0.75em;}
h4 {font-size: 16px;}
h5 {font-size: 15px; margin-top: 1em;}
h6 {font-size: 15px; font-style:italic;}
h4, h5, h6, h4 a, h5 a, h6 a {
    font-weight: bold !important;
}
h1.entry-title, h1.entry-title {
    color: #181818;
    line-height: 1.2em;
	margin-bottom: 0.75em;
}
#homepage h2 {margin-top: 5px;}
a.arrow, h1 a, h2 a, h3 a, h4 a, h5 a {
    color: #000;
    padding-right: 15px;
    background: url('/wp-content/uploads/arrow.png') right center no-repeat;
}
h1 a img, h2 a img, h3 a img, h4 a img, h5 a img {
    background: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {color: #FF9900;}

h1 .smaller, h2 > .smaller, h3 .smaller {
	font-size: 15px;
	font-weight: normal;
}

.form-page h1 {
	text-align:center;
}

.gotowbr h4 {margin-top:0;}
.entry-content .gotowbr ul {
    list-style-type: none;
    padding-left: 0;
}
.entry-content .gotowbr li {
    padding-bottom: 10px;
    line-height: 1.35em;
    font-size:13px;
    padding-left: 30px;
    background: url('/wp-content/uploads/arrow.png') 13px 3px no-repeat;
}
.gotowbr .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0;
}
.gotowbr hr {
    margin-top: 10px;
    margin-bottom: 10px !important;
    border-top: 1px solid #000;
}

#search-results .archive .entry-title a, #search-results h2 {font-size: 18px; margin-top: 0.35em; margin-bottom: 0.25em; line-height: 1.2em; display:inline;}
#search-results .archive .entry-header {padding: 0; }
#search-results .entry-summary, #search-results .entry-summary p {font-size: 14px; margin-top: 5px; margin-bottom: 15px;}
#search-results .col-md-12 {padding-left: 0;}

.entry-content ol,.entry-content ul {
    padding-left:30px;
}

.small-orange {
    color:#ffbe90;   
    font-size:12px;
}

.white-counter {
    color: black;
    background-color: white;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 4px;
}

.no-padding-right {
    padding-right:0px;   
}
.no-padding-left {
    padding-left:0px;   
}
.padding-top-20 {
    padding-top:20px;   
}
.no-pad {padding: 0; }
.no-margin {
	margin:0 !important;
}

.page-title {
    margin-bottom:20px;   
}

ul p {
    padding-bottom:0px;
    margin-bottom:0px;
    height:0px;
}

pre p {
    padding-bottom:14px;
    margin-bottom:0px;
    height:0px;
}

.alignleft, .insert-left {
	float:left;
	margin: 5px 20px 7px 0;
	text-align: center;
}
.alignright, .insert-right {
	float:right;
	margin: 5px 0 7px 20px;
	text-align: center;
}
.aligncenter, .insert-center {
	text-align: center;
}
.align-center {
	display: block;
	text-align: center;
}

#main-content .entry-content .insert-left p,
#main-content .entry-content .insert-right p,
#main-content .entry-content .insert-center p {
	font-size:11px;
	text-align: center;
}

.left, .text-left {text-align:left;}
.right, .text-right {text-align:right;}
.center, .text-center {text-align:center;}

.smallprint, #main-content p.smallprint, .smallprint a {
  font-size: 11px;
}
.tinyprint, #main-content p.tinyprint, .tinyprint a {
	font-size: 9px !important;
	color: #787878;
	margin: 8px 0;
}
.uppercase, .caps {text-transform:uppercase;}
.unbold, #main-content a.unbold, #main-content a.unbold:hover, #main-content .unbold a {
    font-weight: normal;
    font-style: normal;
}

.no-wrap {display: inline-block;}

ul.arrow li, ul.tick2 li {
  position: relative;
  list-style: none;
  padding-top: 0.4em;
  padding-left: 32px;
  left: -15px;
}
ul.arrow li:before, ul.tick2 li:before {
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 25px;
  left: -5px;
}
ul.arrow li:before {
  content: "\f0a9";
  color: #f5a100;
}
ul.tick2 li:before {
  content: "\f058";
  color: #000;
}
ul.spaced li {padding-bottom:0.5em;}

article h2.blue, article h2.head {
    font-weight: 300;
    text-transform: uppercase;
    color: #4379bb;
}
article h2.blue i, article h2.head i {
    color: black;
}

.sticky_note {
	color: #000000;
	border-left: 1px solid #EEE;
	border-top: 1px solid #EEE;
	border: 1px solid #EEE !lteIE6;
	margin: 20px 0;
	display: block;
}
.sticky_note div {
	padding-top: 5px;
	text-shadow: #FFF 0 0 0.2em, #FFF 0 0 0.2em, #FFF 0 0 0.2em;
}
.minishadow, .sticky_note {
    box-shadow: 1px 1px 3px #CCC;
}

.flowplayer {margin: 0 auto 5px auto;}


/* Headers (Branding, Nav & Search)
 -------------------------------------------------------------- */

.header-mobile {
    display:none;   
}

.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-item > .ubermenu-submenu.ubermenu-submenu-type-mega {
    z-index:10000000;
}
.mega-sub-menu {
    background-color:#fff;   
}

#search-trigger {
    position: absolute;
    top: 12px;
    right: 0px;
    padding: 3px;
}
#search-trigger:hover {
    cursor:pointer;
    cursor:hand;
}
#search-hidden {
    display:none;   
}

.is-sticky .header-desktop {
    border-top:3px solid #FFC80B;
}

.sticky-wrapper {
    min-height:70px;   
}

#header-2 {
    background-color:#fff;
    z-index:200;
}

.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-item > .ubermenu-submenu.ubermenu-submenu-type-mega {
    z-index: 10000000;
    min-width: 1135px !important;
    position: absolute;
    left: -210px !important;
    top: 60px;
    background-color: #f5f5f5; 
    border: 2px solid #fff; 
    border-top: 2px solid #000;
	overflow: hidden;
}

.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target { color:red; background:#ffffff; }

.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target span, .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target span { color:#FF9900 !important; }

.ubermenu .ubermenu-target {
	padding-left: 10px !important;
}

.logo-mobile {
    display:none;  
}

.header-row p {
    margin:0px !important;
    padding:0px !important;
}


/* Language Selector 
 -------------------------------------------------------------- */

.global-navigation {
    padding-right:0px;
}
.global-navigation select {
    padding:0px;
    margin-top:0px;
}

#lang_sel {
    z-index: 20000;
    float:right;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}
.shadow {
    -moz-box-shadow: 3px 4px 4px #BBB;
    -webkit-box-shadow: 3px 4px 4px #BBB;
    box-shadow: 3px 4px 4px #BBB;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#BBBBBB')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#BBBBBB');
}
.shadow2 {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#CCCCCC')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#CCCCCC');
}


/* Page Footer
 -------------------------------------------------------------- */

.form-footer {
    text-align:center;
    width:100%;
    color:#fff;
    border-top: 12px solid #DFAE0B;
}

.form-footer a {
    color:#BABABA;
}


/* Breadcrumbs
 -------------------------------------------------------------- */

.breadcrumbs-background {
    background:url('../../images/shadow.png') top center no-repeat !important;
/*    background-size: cover !important; */
    min-height:30px;
}

.breadcrumbs {
    float:right;   
    color:#c0c0c0;
    font-size:11px; 
    padding-top:10px;
}

.breadcrumbs a {
    color:#c0c0c0;
}
.breadcrumbs a:hover {
    color:#555;
}


/* Header Banners
 -------------------------------------------------------------- */

.home-banner {
	width: 100%;
	padding: 0 25px;
	margin:0;
	min-height: 300px; 
	background: #3B454D url('/wp-content/uploads/header-banner-homepage.jpg') top center no-repeat; 
	background-size: cover;
	border-bottom: 2px solid #fff;
}
.home-banner h1 {color: white; padding-top: 1.35em; margin:0; font-size: 42px; line-height: 1.2em; text-shadow: 2px 2px 1px #000;}
.home-banner .container {width: 70%; padding: 0 !important; margin:0;}
.home-banner p {color: white; padding: 1.35em 0 1.15em 0; font-size: 18px !important; font-weight: 400 !important; text-shadow: 1px 1px 1px #000;}
.home-banner a {color:#FFCC00;}
.home-banner a:hover, .home-banner a:focus {color:#FF9900;}

@media screen and (max-width: 958px) {
.home-banner h1 {padding-top: 1em; font-size: 35px;}
.home-banner .container {width: 100%;}
}
@media screen and (max-width: 480px) {
.home-banner {text-align: left;}
.home-banner h1 {padding-top: 0.65em; font-size: 30px; }
.home-banner p {font-size: 15px !important;}
}

#banner-bga-blue {
	width: 100%;
	display: block;
	background: #3B454D url('/wp-content/uploads/header_pcb-test-blue.png') top center no-repeat;
	text-align:center;
    text-indent:-9999px;
	height:90px;
	padding:0;
	margin:0;
}


/* Homepage
 -------------------------------------------------------------- */

.homepage-shadow {
    position:relative;
    width:100%;
}

.circles {
    text-align: center;
    background: #666 url('/wp-content/themes/xjtag/images/background.jpg') top center no-repeat;
    min-height: 240px; 
    margin-bottom: 40px;
    color: #fff;
}
.circles a {
  color: #fff;
}
.circles a:hover, .circles a:focus, .circles a:active {
  color: #eee;
}

.circles-text {
    margin-top: 10px;
    font-size: 36px;
    max-height: 230px;
}
.circles-content {
    position:relative;
    top:-145px;
}
.circles-smalltext {
    margin-top:0px;
    font-size:14px;
    min-height:40px;
}
.circles-logo {
    margin-top:40px;
}

.clock-item .inner {
    height: 0px;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}
.clock-canvas {
    background-color: rgba(255, 255, 255, .1);
    border-radius: 50%;
    height: 0px;
    padding-bottom: 100%;
}

/* Includes
 -------------------------------------------------------------- */

home-form-name {
    border: 1px solid #ff983c !important;
    background-color:white;
    width:280px;
    height:28px;
    padding-left:10px;
    padding-right:10px;
    padding-top:3px;
    padding-bottom:3px;
    margin-left:7px;
}
home-form-country {
    border: 1px solid #ff983c;
    background-color:white;
    width:80px;
    height:28px;
    padding-left:10px;
    padding-right:10px;
    padding-top:3px;
    padding-bottom:3px;
}
home-form-tel {
    border:2px solid #ff983c;
    background-color:white;
    width:190px;
    margin-left:10px;
    height:28px;
    padding-left:10px;
    padding-right:10px;
    padding-top:3px;
    padding-bottom:3px;
}

.includes-image {
    min-height:80px;
}
.includes-block {
    margin-top: 1px;
    margin-bottom: 1px;
}
.include-thin {
    color:#fff !important;
    font-size: 19px;
    margin-top: 20px;
    margin-bottom: 30px;
}
#homepage .include-thin {
    margin-top: 0;
}
#homepage #main-content {
    padding-bottom: 0;
}

.include-thin p {
    color:#fff !important;
    margin-bottom:0px;
    padding: 15px;
}
.include-fat p {
    color:#fff !important;
    padding: 25px;
    font-size: 28px;
    margin-bottom:0px;
}
.blue-bg {background-color:#4480A4;}
.light-grey-bg {background-color:#BCBCBC;}
.mid-grey-bg {background-color:#AAAAAA;}

button.clear-white, .clear-white-button {
    background: rgba(0,0,0,0.1) !important; /* 30% opaque black */
    color: #fff !important;
    text-transform: uppercase;
    border: 2px solid #fff !important;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: none !important;
    font-size: 14px !important;
    box-shadow: 0px 0px 0px #000000;
    padding: 8px 10px !important;
    margin: 10px 5px;
    white-space:nowrap;
}
button.clear-white:hover, .clear-white-button:hover {
    background: rgba(0,0,0,0.3) !important; /* 30% opaque black */
    font-weight: bold;
}


/* Sidebar
 -------------------------------------------------------------- */

.page-sidebar-links a {
    display:block;
    min-height:25px;
    border:1px solid #e5e5e5;
}
    
.page-sidebar-social {
    background-color:#e5e5e5;
    padding:20px;
    min-height:120px;
    max-width:220px;
    margin-top:20px;
}


.subpage-title {
    border-bottom: 1px solid #E5E5E5;
    padding: 7px 0;
	font-size: 13px;
	font-weight: 300;
	color: #999;
}

.subpage-title a {
    color:#333333;
}

.subpage-title a:hover, .current a {
    color:#FF9900;
	text-decoration: none;
}

.subpage-sub-title {
    color:#676767;
    border-bottom: 1px solid #E5E5E5;
    padding: 7px 0 7px 15px;
    margin-left: 0;
}

.subpage-sub-title a {
	font-size: 12px;
	color:#333333;
}

.subpage-sub-title a:hover {
    color:#FF9900;
}

.subpage-bottom {
    border-bottom: 1px solid #E5E5E5;
    clear:both;
}

/*  Submenu (below Main Nav and Header, right above crumbs)
 -------------------------------------------------------------- */

.page-sub-menu {
    background-color:#f3f3f3 !important;
}
.shortcode_menu li {
    float:left; 
    margin-top: 10px !important;
    margin-bottom: 5px !important;
    border-right:1px solid #d0d0d0;
    padding-left: 15px !important;
    padding-right: 15px !important;
    list-style: none;
}
.shortcode_menu li:first-child {
    padding-left: 0 !important;
} 
.shortcode_menu li:last-child {
    border-right:0px;
} 
.shortcode-menu-mobile {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    
}

/* WP Bakery Visual Composer mods - Accordion, Tabs 
 -------------------------------------------------------------- */

.vc_col-sm-12 {
    padding-left:0px !important;
    padding-right:0px !important;
}

.vc_separator {
    padding: 25px 0;
}

.vc_tta.vc_general .vc_tta-panel-title {
    background-color:#fff !important;
}
.vc_tta.vc_general .vc_tta-panel-title a {
    background-color:#fff !important;
}
.vc_tta.vc_general .vc_tta-panel-title:hover {
    background-color:#fff !important;    
}
.vc_tta.vc_general .vc_tta-panel-title a:hover {
    background-color:#fff !important;    
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
    background-color:#fff !important;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover {
    background-color:#fff !important;
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    left:0px !important;
}
.vc_tta-color-white.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, .vc_tta-color-white.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
    border-color: #FF9900 !important;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::before, .vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::after {
    border-color: #FF9900 !important;
}
.vc_tta .vc_tta-title-text:not(:empty) ~ .vc_tta-controls-icon {
    margin-left: 0;
}
.vc_tta-accordion .vc_tta-panel-body {
    padding: 0 0 15px 0 !important;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
    padding-left:26px !important;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
    color: #FF9900;
}
.vc_tta-accordion .vc_tta-title-text {
    font-size:14px !important;
    font-weight:bold !important;
	color: #000;
}
.vc_tta-accordion .vc_tta-panel-heading:hover {
}

li.vc_tta-tab.vc_active a {
    background-color: #e7e7e7 !important;
    border: solid 1px #cdcdcd !important;
    color: #000 !important;
    font-weight: bold;
}
.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {padding-top:30px;}
.vc_tta-tabs .vc_tta-panels {padding-bottom:10px;}
.vc_toggle:first-child {margin-top:10px;}
.vc_toggle {margin-top: 10px !important}
.vc_toggle {margin-bottom: 10px !important}
.vc_toggle {margin-right: 0 !important}
.vc_toggle_title h4 {font-size:15px; padding:0; font-weight: normal;}
.vc_tta.vc_general .vc_tta-tab > a {
    padding: 5px 20px !important;
}
.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon::before, .vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon::after {
    background-color: #FF9900;
}


/* Categories
 -------------------------------------------------------------- */

.category-filtering {
    min-height:32px; 
    border-top:1px solid #E5E5E5; 
    border-bottom:1px solid #E5E5E5;  
    list-style:none;
}

.category-filtering li {
    float:left;
    padding-right:20px;
    font-size:12px;   
    padding-top: 7px;
    padding-bottom: 7px;
}

.category-filtering li a {
    color:#666; 
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative;
    top: 0px;
}

.category-filtering li a:hover {
    color:#000; 
    border-top: 2px solid #FF9900;
    border-bottom: 2px solid #FF9900;
    text-decoration: none;
    cursor:hand;
    cursor:pointer;
}

.category-filtering li a.active {
    border-top: 2px solid #FF9900;
    border-bottom: 2px solid #FF9900;
    padding-top: 7px;
    position: relative;
    top: 0px;
    color:#FF9900;      
}


/* Page Templates 
 -------------------------------------------------------------- */


/* Case Studies Library
 -------------------------------------------------------------- */

#case-studies .container {
	max-width: 100%;
	padding: 0 3%; /* double of .grid-item margin  */
}

#case-studies .grid {
	padding: 0 1.5%; /* same as .grid-item margin  */
}
#case-studies .grid-item {
	max-width: 335px;
	width: 29.3%; /*** formula = 100% - (margin x8) / 3 ***/
	margin: 1.5%;
}

#case-studies .category-filter-tab {
    border-bottom:1px solid #E5E5E5;
    min-height:62px;
}

.case-studies-container {
    min-height:300px;
}

.case-studies-pdf {
	position: relative;
	width: 100%;
	max-width: 335px;
}

.case-studies-pdf img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, .2);
}

.drop-shadow img, img.drop-shadow {
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#CCCCCC')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#CCCCCC');
}

.case-studies-readmore {
    float:right;   
}

.case-studies-readmore a {
    color:#FF9900;  
}

.case-studies-filter {
    text-align: right;
    border-bottom: none;
	text-transform: uppercase;
}
.case-studies-filter li {
    display: inline-block;
    padding: 5px 3px;
    font-size:12px;        
    color:#FFFFFF;
    list-style:none;
}
.case-studies-filter li.case-filter-title {
    color: #666;
}   
.case-studies-filter > li > a {
    color: #FFFFFF;
    border:0px;
    padding: 3px 4px;
    border-radius: 5px;
    background-color:#1e59e3;
}
.case-studies-filter > li > a:hover, .case-studies-filter > li > a:focus {
    color:#003bc3;
    background-color:#b6e1ff;
}
.case-studies-filter > li.active > a {
    color:#003bc3;
    background-color:#b6e1ff;
}
.case-studies-filter > li.active > a:hover,.case-studies-filter > li.active > a:focus {
    color:#003bc3;
    background-color:#b6e1ff;
}

.category-filter-tab {
	display: block;
	width: 100%;
	height: auto;

}

.overtitle {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  color: white;
  background: url('/wp-content/uploads/xjtag-case-study-title-bg.gif') left center no-repeat;
  height: 40px;
}
.overtitle a {
  color: white;
  font-size: 14px;
  position: relative;
  top: 14px;
  left: 15px;
}
.new {
	display: none;
}
.important .new {
  position: absolute;
  top: -10px;
  left: 81%;
	display: block;
	width: 40px;
	height: 20px;
	background: url('/wp-content/uploads/new.png') no-repeat;
}

/*** Magnify icon overlay 

.overtitle {
  position: absolute;
  top: 2.6%;
  left: 3.3%;
  width: 93.4%;
  color: white;
}
.overtitle a {
  color: white;
  font-size: 13.5px;
  background-color: red;
}
.overtitle a::-moz-selection, .overtitle a::selection { color: #ffcc00; }


.overlay_container {
  position: relative;
  width: 100%;
  max-width: 300px;
}

.overlay_container img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.25);    /* Black see-through
}

.overlay_container:hover .overlay {
  opacity: 1;
}

.overlay_icon {
  color: white;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.fa-search-plus:hover, .overlay a:hover {
  color: #eee;
}
***/


/* Case Studies Single
 -------------------------------------------------------------- */

.case-single-header-image img {
    width:100%;
    height:auto;
	max-width: 730px;
	margin: 20px 0 15px 0;
}

#main-content .case-studies-single .entry-content p:first-child {
    font-size: 18px;
	line-height: 1.45em;
	color: black;
	margin-bottom: 15px;
	font-weight: normal;
}
#main-content .case-studies-single .entry-content p:last-child {
    padding-bottom: 15px;
}

#main-content .case-studies-single .entry-content .vc_tta-accordion p:first-child {
    font-size: 15px;
    line-height: 1.6em;
	color: #333;
}
.case-studies-single .vc_tta-accordion .vc_tta-title-text {
	color: #FF9900;
}
.case-studies-single .vc_tta-color-white.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, 
.case-studies-single .vc_tta-color-white.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.case-studies-single .vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::before,
.case-studies-single .vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::after {
    border-color: #000000 !important;
}
.case-studies-single .vc_column_container > .vc_column-inner {
    padding-left: 0;
	padding-right: 0;
}
.case-studies-single .entry-content .wpb_content_element {
	margin-bottom:0;
}
.case-studies-single .vc_tta-container {
    margin-bottom: 0;
}

.single-case_studies #secondary {
    max-width: 326px;
}
@media screen and (max-width: 980px) {
  .single-case_studies #secondary {
    max-width: 100%;
  }
}
.case-single-sidebar-div {
    border: 1px solid #BBBBBB;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#CCCCCC')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#CCCCCC');
}

#main-content .case-single-pdf-thumb {
    padding: 30px 15px 0 15px;
}
.case-single-pdf-thumb img {
    width: 100%;
    height: auto;
    max-width: 230px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, .2);
}
#main-content .case-single-pdf-thumb a {
    font-size: 16px;
	font-weight: bold;
}
.case-single-category {
    padding: 20px;
    font-size: 13px;
}

/* .case-single-category-name {
    font-weight: bold;
    color: #000000;
    padding-bottom: 2px;
} */

.case-single-social-icon{
    padding-top: 15px;
}

.nextprev {
    margin-top:30px;
}

.case-single-buttons a {
    color: #BBBBBB;
    font-weight: bold;
	margin: 30px 10px 0 10px;
}

/* Opinion and Data Bank boxes */

.case-studies-single .row { /* bootstrap mod */
    margin: 0;
}

.cs-boxhead {
	display: block;
}
.cs-boxhead div {
	height: 100px;
	max-height: 100px;
	border-bottom: 2px solid white;
}
.cs-boxhead .opinion, .cs-boxhead .person {
	padding-top: 15px;
}
.case-studies-single .quote {
	padding: 15px 15px 5px 15px;
}
.case-studies-single .data {
	padding: 8px 10px 5px 10px;
}
:lang(de) .case-studies-single .data, :lang(hu) .case-studies-single .data {
	hyphens: auto;
	hyphenate-limit-chars: 6 3 3;
	hyphenate-limit-lines: 2;
	hyphenate-limit-last: always;
	hyphenate-limit-zone: 8%;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
}
.cs-quote {
    color: white;
    background-color: black;
	padding: 0;
}
.cs-databank {
    color: black;
    background-color: #FFCC33;
	border-left: 10px solid #FFFFFF;
	padding: 0;
}
@media (max-width: 768px) {
	.cs-databank {
		border-left: none;
		margin-top: 50px;
	}
	.cs-boxhead div.opinion, .cs-boxhead div.person {
		float:left;
		width: 50%;
	}
}
@media (max-width: 600px) {
	.cs-boxhead div.opinion {
		border-bottom: none;
		height: inherit;
	}
	.cs-boxhead div.person {
		height: auto;
		max-height: none;
		padding-bottom: 10px;
	}
	.cs-boxhead div.opinion, .cs-boxhead div.person {
		float: none;
		width: inherit;
	}

	br.sep {
		display: none;
	}
	span.sep {
		font-size: 20px;
		top: 2px;
	}
}
@media (min-width: 600px) {
	span.sep {
		display: none;
	}
}

#main-content div.opinion {
	line-height: normal;
    font-size: 45px;
    color: grey;
    font-weight: normal;
}
.opinion img {
    width: 100%;
	max-width: 215px;
    height: auto;
	padding-right: 15px;
}
#main-content div.person {
    font-size: 12px;
	font-weight: bold;
	line-height: normal;
}
#main-content div.db-heading {
	line-height: 1em;
    font-size: 20px;
	font-weight: bold;
    color: #d51820;
    padding: 5px 0 0 5px;
}
.db-logo {
	text-align: center;
	padding: 0;
}
.db-logo div {
    background-color: white;
	width: 100%;
	height: 100%;
	border: 5px solid #FFCC33;
	position: relative;
	padding: 5px;
}
.db-logo img {
	width: 90%;
    height: auto;
	max-height: 82px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.case-studies-single q {
	color:white;
}
#main-content .case-studies-single .quote p {
    font-size: 17px;
	font-style: italic;
	line-height: 1.5em;
	letter-spacing: 0.1px;
}
#main-content .case-studies-single .data p {
	color: black;
    font-size: 12px;
	line-height: 1.45em;
	display: block;
	border-bottom: 1px solid white;
	padding-bottom: 3px;
	margin-bottom: 4px;
	padding-left: 10px;
	text-indent: -10px;
}
#main-content .case-studies-single .data p:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.data .no-wrap {
	text-indent: 0;
}


/* Quotes - used on single Case Studies, Workshop pages
 -------------------------------------------------------------- */

q {quotes: '“' '”' '‘' '’'; font-style:italic; color:black;}
:lang(fr) > q {quotes: '«' '»';}
:lang(de) > q {quotes: '„' '“';}
:lang(ja) > q {quotes: '”' '”';}
q:before, q:after {font-size: 35px; color: #FF0000; font-weight: bold; line-height: 8px; margin: 0 auto; position: relative; top: 11px;}
q:before {content: open-quote; padding-right: 8px}
q:after {content: close-quote; padding-left: 6px}
:lang(fr) > q:before, :lang(fr) > q:after {top: 3px}
:lang(de) > q:before {top: 0; padding-right: 5px}
:lang(de) > q:after {padding-left: 3px}

.quote-colored {
    color: #333;
    background-color: #EDF9FF;
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 30px;
    border: 3px solid #FFFFFF;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#CCCCCC')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#CCCCCC');
	background-color: #EDF9FF;
	background-image:-webkit-gradient( linear, left bottom, left top, from( #EDF9FF ), to( #BDE8FF ) );
	background-image:linear-gradient( to top, #EDF9FF, #BDE8FF );
	background-image:-webkit-linear-gradient( to top, #EDF9FF, #BDE8FF );
	background-image:-moz-linear-gradient( to top, #EDF9FF, #BDE8FF );
	background-image:-ms-linear-gradient( to top, #EDF9FF, #BDE8FF );
	background-image:-o-linear-gradient( to top, #EDF9FF, #BDE8FF );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#EDF9FF, endColorstr=#BDE8FF);
}
.quote-colored q {text-shadow: #FFF 0 0 0.25em, #FFF 0 0 0.25em, #FFF 0 0 0.25em;}
.quote-colored .attribution {
    color:#26486a;
    font-size: 14px;
	line-height: 1.35em;
}

/* Press & News Pages
 -------------------------------------------------------------- */

.press-row, .news-row {
    border-bottom:1px solid #bdbdbd;
    margin-top:20px;
}

.press-date, .news-date {
    text-transform: uppercase;
    color: #888;
    letter-spacing: 0.08em;
    font-size: 12px;
    margin: 20px 0px -10px;
}

.press-content div:first-child, #news div:first-child {
    border: none;
}

.press-thumbnail, .news-thumbnail {
    padding-top:20px;
}

.press-languages-aval, .news-languages-aval {
    color: #888;
    padding-top:5px;
    padding-bottom:5px;
}

.news-secondary-title {
    padding-top:8px;
    padding-bottom:8px;
}


/* Videos
 -------------------------------------------------------------- */

.video-grid {
    padding-right:0px;
}

.video-grid .grid-item { width: 19%; }

.video-container {
    min-height:280px;
    margin-top:20px;
    margin-bottom:20px;
    width:19%;
    padding-left:0px;
    padding-right: 10px;
}

.video-name {
    text-align:left;  
    max-width:212px;
    margin-top:20px;
    margin-bottom:10px;
    font-size:16px;
}

.video-thumbnail {
    text-align:left;
    height:125px;
    z-index: 9;
    width:212px !important;
    height:auto;
}

.video-content {
    text-align:left;
    color:#8e8e8e;
}

.video-time {
    text-align:left;
    color:#8e8e8e;
}

.video-play {
    background: url('/wp-content/themes/xjtag/images/play-overplay.png') center center no-repeat;
    position: absolute;
    top: 70px;
    left: 105px;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    z-index: 10;
}

.video-sidebar-header {
    color:black;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    border-bottom:1px solid #E5E5E5;
    padding-bottom:3px;
}

.video-sidebar-categories {
    padding-top:10px;
    padding-bottom:20px;
}

.video-sidebar-categories ul {
    padding-top:0px;
    list-style:none;
    margin-left:0px;
}

.video-sidebar-categories li {
    border-bottom:1px solid #E5E5E5;
    min-height:30px;
}

.video-sidebar-categories ul li:before {
  margin-right: 0px !important;
  content: "\f054  " !important;
  font-family: "FontAwesome";
  color: #333 !important;
  font-size:10px;        
}

.video-sidebar-categories li a:hover {
    text-decoration:none;
    color:#FF9900;
}

.video-searchbox {
    margin-top: 80px;
    margin-bottom: 30px;
}
.video-searchbox input[type=text]{
    min-height:35px;
    width: 80%;
}

.video-search-button {
    height:35px;
    background-color:#000;
    border:0px;
    color:#fff;
    width:35px;
}

.single-video-content {
    padding-top:20px;
    padding-bottom:20px;
}
.single-video-fvplayer {
	border: 1px solid #E5E5E5;
	height: auto;
	max-height: 465px;
}
.single-video-fvplayer .flowplayer {
  margin: 0 auto 0 auto;
}
.single-video-youtube {
	height: auto;
	max-height: 480px;
}
.single-video-youtube iframe {
    max-height:480px;
    overflow:hidden;
    -moz-box-shadow: 3px 4px 4px #BBB;
    -webkit-box-shadow: 3px 4px 4px #BBB;
    box-shadow: 3px 4px 4px #BBB;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#BBBBBB')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#BBBBBB');
}

.single-video-youku {
	border: 1px solid #E5E5E5;
	height:0;
	max-height: 465px;
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	overflow:hidden;
}
.single-video-youku iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#video-slider .slide img{
    text-align:left;
    height:125px;
    z-index: 9;
    width:212px !important;
    height:auto;
}

.bx-prev {
    position: relative;
    top: -100px;
    left: 40px;   
}

.bx-next {
    position: relative;
    top: -100px;
    position: relative;
    left: 760px;
}


/* Blog Page
 -------------------------------------------------------------- */

.blog-advert {
    padding-top:30px;
    padding-bottom:30px;
    text-align:center;
}

.blog-row {
}

.blog-sidebar-search .search-field {
    margin: 5px 0 20px 0;
}

.blog-title {
}

.blog-footer-row {
    overflow: hidden;
    padding: 5px 0;
    margin-top: 20px;
    font-size: 12px;
    border-bottom:1px solid #E5E5E5;
}

.blog-footer-left {
    display: inline;
    float: left;
    margin-right: 15px;
    width: 75%;
}
.blog-date, .blog-author, .blog-category, .blog-comments {
    color:#aeaeae;
    float:left;
    margin-right:25px;
}

.blog-footer-right {
    display: inline;
    float: right;
}
.blog-readmorebutton {
    padding: 5px 0;
}
.blog-footer-row .yellow-button {margin:0;}

#main-content div.blog-sidebar-header {
    color:black;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    padding: 5px 0;
}
.bawmrp h3 {
	display: none;
}
.wp-caption {
	text-align: center;
}

.blog-social-icons {
    margin-top:20px;
    text-align:center;
}

.blog-navigation {
    margin-top:20px;
    text-align:center;
}

.entry-content ul p {
    height:auto;  
}

#comments {
    margin-top:50px;   
}

#comments ol.comment-list {
    padding-left:0px;
}

.comment-content p {
    height:auto !important;
}

#comments li.comment {
    padding-left:0px !important;
}

.blog-sidebar-categories:first-child {
    padding-top: 10px;
}
.blog-sidebar-categories:last-child {
    padding-bottom: 10px;
}
.blog-sidebar-categories, .blog-sidebar-tags {
    padding: 5px 0;
	font-size: 13px;
	font-weight: 300;
	color: #999;
}

.blog-sidebar-categories ul {
    padding-top:0px;
    list-style:none;
    margin-left:0px;
}

.blog-sidebar-categories li {
    border-bottom:1px solid #E5E5E5;
    min-height:28px;
}

.blog-sidebar-categories ul li:before {
	margin-right: 0px !important;
	content: "\f054  " !important;
	font-family: "FontAwesome";
	color: #AAA !important;
	font-size: 10px;
	padding-right:10px;
}

.blog-sidebar-categories li a:hover, .blog-sidebar-tags a:hover {
    text-decoration:none;
    color:#FF9900;
}

.blog-sidebar-tags {
    padding-top:10px;
    margin-bottom:20px;
}

.blog-sidebar-tags div {
    border:1px solid #E5E5E5;
    padding: 5px;
    float: left;
    margin: 0 3px 3px 0;
}
.blog-sidebar-tags div a {
	font-size: 13px !important;
}

.blog-sidebar-archives {
}

.block-sidebar-select {
   width: 100%;
  /*   border: 1px solid #E5E5E5;
    color: #AEAEAE;
    padding:10px; */
	margin-bottom: 50px;
} 

/* Pagination
 -------------------------------------------------------------- */


.pagination {
    padding-top: 20px;
}

.pagination .screen-reader-text {
    display:none;   
}
.pagination .page-numbers {
    padding: 5px 6px;
    border: 1px solid #E5E5E5;
}
.pagination a {
	color: #666;
}
.pagination a:hover, .pagination a:focus, .pagination a:active {
	color: #000;
}
.pagination .current {
    background: #FFCC00 none repeat scroll 0% 0%;
    border: 1px solid #FFA500;
}

/* Products Pages 
 -------------------------------------------------------------- */

.secondary p, .secondary li{
    font-size: 13px;
}
.bottom, .hardware thead td {
    vertical-align:bottom;
}

/************** XJEase code **************/
pre.xjease {
  color: #000000;
  background: #f4f4f4;
  font: 9pt "Andale Mono", monospace;
  padding: 10px;
}
code, .code {
    background: #f4f4f4 none repeat scroll 0% 0%;
	border: solid 1px #e4e4e4;
    padding: 6px 6px 3px 6px;
    font: 8pt "Andale Mono",monospace;
	border-radius: 3px;
	color: #c7254e;
}

pre.highlighted .keyword { color: brown; }
pre.highlighted .type { color: darkgreen; }
pre.highlighted .string { color: grey; }
pre.highlighted .regexp { color: orange; }
pre.highlighted .specialchar { color: pink; }
pre.highlighted .comment { color: blue; }
pre.highlighted .number { color: purple; }
pre.highlighted .preproc { color: darkblue; font-weight: bold; }
pre.highlighted .preamble { color: darkblue; font-weight: bold; }
pre.highlighted .symbol { color: black; }
pre.highlighted .function { color: black; }
pre.highlighted .cbracket { color: red; }
pre.highlighted .todo { font-weight: bold; background-color: cyan; }

/************** Change Logs **************/

#changelog h3 {
  color:#000000;
  font-size:15px;
  text-decoration:none;
  padding-top: 5px;
  margin: 0;
}

#changelog h4 {
  color:#333333;
  font-size:14px;
  font-style:italic;
  padding: 0;
  margin: 0;
}

#changelog h5 {
  color:#333333;
  font-size:12px;
  margin: 0;
}

#changelog p, #changelog li {
  color:#000;
}
#changelog li.comment {
  list-style:none
}
#changelog li p, #changelog li li {
  color:#004499;
}
#changelog li p, #changelog li li li {
  color:#880000;
}
#changelog li p {
  padding-left: 15px;
}

/************** Downloads **************/
#downloads_main {
  overflow: hidden;
}
#downloads_32 {
  float: left;
  padding-left: 15px;
}
#downloads_64 {
  float: left;
  padding-left: 15px;
}
#downloads_main h3 {
  margin-top: 0em;
  font-size: 100%;
  font-weight: bold;
}
.download_hash {
  font-size: 65%;
  font-weight: normal;
  color: #999;
}

/* ---- Youtube embed stylings ---- */
.video-thumb {
  cursor: pointer;
}

div.video-wrapper {
  padding-bottom: 20px;
  background: linear-gradient(0deg, black, black, transparent);
}

.video-current {
  cursor: default !important;
}
.video-current div.overlay {
  background: rgba(0,0,0,0.65);
  position: absolute;
  z-index: 25;
}
.video-current div.overlay p {
  font-weight: 500;
  font-size: 1.5em;
  margin-top: 25%;
}

/**********/

/*
a[href$='.pdf'] { /* append PDF icon to links pointing to PDF files 
    position:relative;
}    
a[href$='.pdf']:after {
    font-family: FontAwesome;
    top:0;
    left:4px;
    padding-left:8px;
    content: "\f1c1"; 
}
a[href$='.pdf']:contains-element(img):after { /* except if link contains image
    padding-left:0px;
    left:0px;
    content: "none"; 
} */


/************** Countdown Timer **************/

#clockdiv{
  font-family: sans-serif;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
  width: 100%;
}

#clockdiv > div{
  color: #000;
  background: #ffc80b;
  padding: 10px;
  border-radius: 3px;
  display: inline-block;
}

#clockdiv div > span{
  color: #000;
  background: #fff;
  padding: 15px;
  border-radius: 3px;
  display: inline-block;
}

.smalltext{
  padding-top: 5px;
  font-size: 16px;
}
