html {
    font-size: 14px;
    color: #252525;
    font-family: Roboto-Regular, Arial;
}

td, th {
    padding: 10px;
}

.container {
    max-width: 1440px;
}

.site h1, 
.site h2, 
.site h3, 
.site h4, 
.site h5, 
.site h6 {
    color: #252525;
    clear: none;
}

.site h1 {
    font-size:48px;
    line-height: 57px;
}

.site h2 {
    font-size:32px;
}

.site h3 {
    font-size:24px;
    margin: 10px 0 15px;
}
.site h4 {
    font-size:20px;
    font-family: Roboto-Medium;
}
.site h5 {
    font-size:16px;
    line-height: 150%;
    margin-bottom: 20px;
}

.site p {
    font-size:14px;
    line-height: 28px;
    color: #898483;
    font-family: Roboto-Regular, Arial;
}



pre {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    background-color: #EBF7FF;
    /*background: #eee;*/
    line-height: 1.6;
    padding: 1.6em;
}

a, a:visited, 
.site a, .site a:visited,{
    /*color: #2699FB;*/
    color: #898483;
    font-family: Roboto-Regular, Arial;
}

article.type-product {
    color: #252525;
    font-family: Roboto-Regular, Arial;
}

article.type-product h1{

}

article.type-product .product-code {
    color: #2699FB;
    font-size: 16px;
}

article.type-product .product-description {
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #252525;
}

.title-gallery .cgt-product-gallery {
    float: right;
    width: 40%;
    margin: 0 0 60px 60px;
}
.title-gallery .cgt-product-gallery #zoom-image {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
.title-gallery {

}


.blueimp-gallery-controls a.close {
    color: #fff;
}
.blueimp-gallery-controls a.close:hover {
    color: #fff;
    opacity: 1;
}

article.product br {
    display: block;
    height: 0;
}

.cgt-product-configuration-code-wrapper .product-configuration-code{
    color: #252525;
    font-size: 14px;
    margin-bottom: 0px;
}


.product-configuration-description {
    color: #898483;
}

.entry-content .syntaxhighlighter {
    padding:10px;
    background-color: #3d3d3d !important;
}
.syntaxhighlighter .container .line.alt2, .syntaxhighlighter .container .line.alt1{
    background-color: #3d3d3d !important;
}

.developers-tip {
    margin: 60px 0 60px 60px;
    padding: 20px;
    background: #efefef no-repeat 1px 10px;
    float:right;
}

.developers-tip h5 {
    background: url('../images/developer-tip-LIGHT-BULB.svg') no-repeat 0px 0px;
    height: 32px;
    padding-left: 50px;
    padding-top: 6px;
}

.developers-tip h4 {
    background: url('../images/developer-tip-LIGHT-BULB.svg') no-repeat 0px 0px;
    height: 32px;
    padding-left: 50px;
    padding-top: 6px;
}

.developers-tip .tip-content {
    padding-right: 30px;
    max-width: 400px;
    color: #898483;
}


.learn-more a {
    font-family: Roboto-Italic;
    font-size: 16px;    
    color: #2699FB;
}

.search h2.entry-title {
    border-bottom: none;
}



.divider {
    width: 100px;
    height: 3px;
    background: #2699FB;;
}

.product-category-tag {
    list-style: none;
    font-family: Roboto-MediumItalic;
    font-size: 16px;
    color: #CBCBCB;
}
h1.entry-title {
  border: none;
}
ul.page-content-list {
    margin: 0;
    padding: 0 0 0 10px;
    border-left: 3px solid #2699FB;
}

ul.page-content-list li {
    list-style: none;
    font-size: 12px;
    padding-bottom: 4px;
}

ul.page-content-list li a {
    color: #898483;
}

ul.page-content-list li a.active {
    color: #2699FB;
    /*font-family: Roboto-Regular;*/
}


ul.category-list {
    margin: 0;
    padding: 0;
}

ul.category-list li {
    list-style: none;
    padding: 10px 0 0 0;
    line-height: 120%;
}

ul.category-list li a {
    color: #898483;
}




body.search #main > h1,
body.page-template-searchpage #main > h1 {
    text-align: center;
    margin-bottom: 30px;
}

#main {
    padding: 0 10px 0 20px;
}
.post-type-archive-news #main {
    padding: 0;
}
.search-form .search-field, .search-form .search-field:focus {
    border: 1px solid #2699FB;
    color: #2699FB;
    height: 40px;
    border-radius: 0 3px 3px 0;
    outline: 0;
    outline-offset:0;
/*    width: 300px;
    max-width: 300px;*/
}

.search-form .search-submit, .search-form .search-submit:hover, .search-form .search-submit:focus {
    height: 40px;
    width: 40px;
    border: 1px solid #2699FB;
    background: url('') #2699FB;
    border-radius: 3px 0 0 3px;
}




.search-form .search-field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #2699FB;
    opacity: 1; /* Firefox */
}

.search-form .search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #2699FB;
}

.search-form .search-field::-ms-input-placeholder { /* Microsoft Edge */
    color: #2699FB;
}


.search article.type-product {
    padding-bottom: 50px;

}

.search article.type-product p {
    margin-bottom: 10px;
}


#footer-nav ul li {
    display: inline-block;
}

.site-footer {
    background-color: #efefef;
    padding-top: 40px;
}

footer#colophon .navbar-nav .nav-link {
    font-family: 'Roboto-Regular';
    font-weight: bold;
    font-size: 12px;
    color: #252525;
    text-transform: uppercase;
    display: inline-block;
}

.social-footer {
    color: #fff;
    background-color: #252525;
}

.social-footer .sf-left {
    padding: 10px 0;
}

.social-footer .sf-left a{
    color: #fff;
    font-family: 'Roboto-Bold';
    margin-left: 30px;
}
.social-footer .sf-left a:hover{
    
}

footer.site-footer .menu-footer {
    padding-bottom: 40px;
}
footer.site-footer .footer-logo {
    margin-top: 10px;
}
footer.site-footer .footer-logo a {
    margin-left: 30px;
}
.footer-logo img {
    height: 53px;
    width: 191px;
}
@media not all and (min-width: 1111px) {
  .footer-filler {
    display: none;
  }
  footer.site-footer {
    margin: 0;
    padding: 0;
  }
  footer.site-footer .container-fluid {
    padding: 0;
    margin: 0;
  }
  footer .row {
    display: block!important;
  }
  footer .row.menu-footer {
    margin-left: 15px;
  }
  .footer-logo {
    width: 100vw!important;
    margin: 20px 0!important;
    padding: 0!important;
  }
  .footer-logo a {
    margin: 0!important;
    padding: 0!important;
  }
  .footer-column {
    width: 30vw!important;
    display: inline-block;
    text-align: left;
    padding: 0!important;
  }
  .footer-column a {
    font-size: 9px!important;
  }
  .footer-column li {
    margin: 0;
  }
}

/* Sticky footer */
html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
#page {
  flex: 1 0 auto;
}
footer.site-footer {
  flex-shrink: 0;
}



#primary-menu-wrapper {
    background-color: #252525;
}

#primary-menu-wrapper li a {
    color: #fff;
}

#secondary-menu,
#secondary-menu-wrapper {
    background-color: #efefef;
    z-index: 1;
}


#secondary-menu.fixed {
    position: fixed;
    top: 0;
    width: 100%;
}

.admin-bar #secondary-menu.fixed {
    top: 32px;
}


.product .syntaxhighlighter,
.single-overview .syntaxhighlighter,
.product pre,
.single-overview pre {
    overflow-y: auto !important;
    overflow-x: auto !important;
    max-height: 300px;
}

h2.xpage-header,
span.xpage-header {
    font-size:48px;
    font-family: Roboto-Regular;
    color: #252525;
}

h2.xproduct-header,
span.xproduct-header {
    font-size:32px;
    font-family: Roboto-Regular;
    color: #252525;    
}

h2.xsub-header,
span.xsub-header {
    font-size:24px;
    font-family: Roboto-Regular;
    color: #252525;    
}

h2.xdev-tip-header,
span.xdev-tip-header {
    font-size:20px;
    font-family: Roboto-Medium;
    color: #252525;    
}

p.xdev-tip-copy,
span.xdev-tip-copy {
    font-size:14px;
    font-family: Roboto-Regular;
    color: #898483;    
}

p.xproduct-code,
span.xproduct-code {
    font-size:16px;
    font-family: Roboto-Regular;
    color: #252525;
}

p.xbody-copy,
span.xbody-copy {
    font-size:14px;
    line-height: 28px;
    font-family: Roboto-Regular;
    color: #898483;
}

h2.xsupport-header,
span.xsupport-header {
    font-size:48px;
    line-height: 57px;
    font-family: Roboto-Regular;
    color: #252525;    
}

p.xsupport-copy,
span.xsupport-copy {
    font-size:16px;
    font-family: Roboto-Regular;
    color: #898483;    
}



#cgt_category_widget-3 {
  padding-right: 15px;
}

aside#secondary {
  border-right: 3px solid #efefef;
/*    padding-right: 0;
    margin-right: 15px;  */ 
}


aside#secondary .widget-title  {
    border-bottom: 3px solid #efefef;
    padding-bottom: 20px;
    margin: 0;
    font-size: 14px;
    margin-right: -15px;
}

aside#secondary2 .widget-title  { 
    font-size: 14px;
    margin-bottom: 15px;
}

aside#secondary .category-widget-section a {
    color: #898483;
    font-family: Roboto-Medium;
}

aside#secondary a.search-link {
    font-family: 'Roboto-MediumItalic';
    color: #898483;
}
aside#secondary .category-widget-section {
    border-bottom: 3px solid #efefef;
    padding-bottom: 20px;
    padding-top: 20px;
    /*margin-right: -15px;*/ /*In Products, scrollbar on left widget also overlaps some text in same resolution.*/
}


aside#secondary .category-widget-section:first-of-type {
    border-bottom: 3px solid #efefef;
    margin: 0;
    padding: 0;
    /*margin-right: -15px;*/
    padding-bottom: 20px;
}

aside#secondary .category-widget-section:last-of-type {
    
    border-bottom: none;
    
}

aside#secondary .category-list {
/*    padding-top: 20px;
    padding-bottom: 20px;*/
}

aside#secondary .category-list li a.active,
aside#secondary .category-list li.current-cat > a,
aside#secondary a.introduction-link.active {
    color: #2699FB;
    /*font-family: Roboto-Regular;*/
}

aside#secondary .category-list li.parent-category > a {
    background: url('../images/Dropdown_OFF.png') no-repeat center right;
    padding-right: 25px;
}

aside#secondary .category-list li.parent-category.current-cat-parent > a {
    background: url('../images/Dropdown_ON.png') no-repeat center right;
    padding-right: 25px;
}

aside#secondary .category-list li ul.category-children {
    display: none;
}

aside#secondary .category-list li.current-cat-parent ul.category-children {
    display: block;
}

aside#secondary ul.category-children li {
    list-style: disc;
    color: #898483;
}

aside#secondary ul.category-children li.current-cat {
    color: #2699FB;
}

.tax-products article,
.tax-features article  {
    border-bottom: 3px solid #efefef;
    padding-bottom: 50px;
    padding-top: 60px;
    
}

.tax-products article:first-of-type,
.tax-features article:first-of-type {
     padding-top: 0px;
}

.tax-products article h2,
.tax-features article h2,
.single-product article h2 {
    display: inline-block;
}




.widget {
    font-family: Roboto-Medium;
    font-size: 14px;
}

.widget {
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.widget li a {
    font-family: Roboto-Medium;
}

.blueimp-gallery a.next, 
.blueimp-gallery a.prev,
.blueimp-gallery a.next:hover, 
.blueimp-gallery a.prev:hover {
    color: #fff;
}


ul.product-features-icons {
    list-style: none;
    margin-bottom: 15px;
    padding: 0;
    clear: both;
}

ul.product-features-icons li{
    display: inline-block;
}
ul.product-features-icons li img{
    height: 42px;
    width: 42px;
}

ul.product-features-icons li div{
    float: right;
    line-height: 12px;
    width: 64px;
    font-size: 10px;
    margin-left: 5px;
    margin-top: 9px;
}

nav #features-menu li {

}

nav #features-menu li a {
    padding: 7px 10px 7px 38px;
    display: block;
    height: 38px;
    margin: 0;
    border: 1px solid #252525;
    border-radius: 4px;
    color: #252525;
    font-family: Roboto-Medium;
/*transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;    */
}

nav #features-menu li.exclusive-link a {
    background: url('../images/baron-exclusive-menu.svg') no-repeat -4px -6px;
}
nav #features-menu li.exclusive-link a:hover {
    background: url('../images/baron-exclusive-menu-white.svg') no-repeat -4px -6px #D21F30;
    color: #fff;
    border: 1px solid #D21F30;
}
nav #features-menu li.historical-link a {
    background: url('../images/baron-historical-menu.svg') no-repeat -4px -6px;

}

nav #features-menu li.historical-link a:hover {
    background: url('../images/baron-historical-menu-white.svg') no-repeat -4px -6px #2699FB;
    color: #fff;
    border: 1px solid #2699FB;
}

.entry-content {
    margin:0;
}

.product-code-wrapper {
    margin-bottom: 15px;
}
.product-code-wrapper h5 {
    margin: 0;
    font-size: 16px;
    font-family: Roboto-Medium;
}

article.type-product table :first-child tr:first-child {
    background-color: #efefef;
}

.cgt-product-legend {
    overflow: hidden;
}

.cgt-product-legend img {
    display: block;
}


.cgt-product-legend a {
    background: url('../images/code-expand.png') no-repeat top right;
    padding: 12px 40px;
    background-color: #EBF7FF;
    display: block;
    float: left;
}

.product-application-code {
    margin-bottom: 20px;
}

.product-application-code > div {
    color: #898483;
}

#documentation-menu {

}
#documentation-menu li {
    padding-right: 20px;
}
#documentation-menu li a {
    color: #252525;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Roboto-Medium;
}

#documentation-menu li a:hover,
#documentation-menu li a.active {
    color: #2699FB;
}

.product-configuration-row {
    margin-bottom: 15px;
}

.pagination {
    margin: 0 auto;
}
.page-numbers {
    font-family:Roboto-Regular;
    font-size: 16px;
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    /*border: 1px solid #dee2e6;*/
    cursor: pointer;
}

span.page-numbers {
    line-height: 1.25;
    font-size: 16px;
}

a.page-numbers:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}



span.form-control-feedback {
    position: absolute;
    cursor: pointer;
    pointer-events: none;
    color: #fff;
    font-size: 20px!important;
}

.page-header {
    /*margin-top: 45px;*/
}

.features-page .page-header {
    text-align: center;
}
.features-page .page-header img{
    height: 120px;
}


.features-page .page-header .block-title {
    font-size: 28px;
    padding: 30px 0 20px;
} 

.features-page h1.page-title {
    width: 100%;
    border-bottom: 2px solid #ccc;
    line-height: 0.1em;
    margin: 200px 0 120px;
    padding: 0;
}

.features-page h1.page-title span {
    background: #fff;
    padding: 0 35px 0 0;
}

.features-page .row ul.col ul {
    padding: 0;
}
.features-page .row ul.col ul li {
    list-style: none;
    margin-left: 10px;
    text-indent: -10px;
    line-height: 230%;
}

.features-page .row ul.col ul li a {
    color: #2699FB;    
}

.features-page h3 {
    
}


.features-page ul#product-groups-wrapper > li {
    display: block;
}


.features-page #product-groups-wrapper {
    
    /*visibility: hidden;*/
}


.news-time {
    font-size: 20px;
    font-style: italic;
    text-transform: uppercase;
    color: #2699FB;
}
h2.news-title {
    color: #252525;
    font-size: 30px;
}
.news-list .news-time {
    font-size: 18px;
}
.news-list h2.news-title {
    font-size: 24px;
}
h2.news-title a {
    color: #252525;
}
h2.news-title a:hover {
    text-decoration: none;
    color: #2699FB;
}

.sticky-content {
  margin-bottom: 50px;
}

.page-header h1.news-page-title {
    padding-bottom: 30px;
}

.sticky-news-separator {
    height: 2px;
    background: #ccc;
    margin-top: 80px;
    margin-bottom: 0px;
}

.news-list {
    padding-top: 50px;
}

.news-single li,
.news-list li {
    list-style: none;
    padding-bottom: 30px;
}
ul.news-single {
  margin: 0;
  padding: 0;
}
@media not all and (min-width: 1111px) {
  .latest-news #main {
    padding: 0;
  }
  .news-single li {
    list-style: none;
    padding-bottom: 20px;
  }
  .latest-news h1.page-title {
    display: none;
  }
  .latest-news #content.site-content {
    padding: 20px;
    padding-top: 40px;
    max-width: 500px;
    margin: 0 auto;
  }
  .latest-news + footer {
    display: none;
  }
  .news-time {
    font-size: 16px;
  }
  .news-list .news-time {
    font-size: 14px;
  }
  h2.news-title {
    font-size: 25px;
    line-height: 1.2em;
  }
  .news-list h2.news-title {
    font-size: 20px;
  }
  .sticky-content {
    margin-bottom: 20px;
  }
  .sticky-content p {
    font-size: 16px;
    line-height: 1.5em;
  }
  .news-list p {
    font-size: 14px;
    line-height: 1.5em;
  }
  .sticky-news-separator {
    margin-top: 20px;
  }
  .news-list {
    padding-top: 20px;
  }
}

.all-products-page ul {
    column-count: 3;
}


.all-products-page ul li {
    list-style: none;    
}
.all-products-page ul li a {
    color: #2699FB;    
}


.category-widget-section .trial-link {
    color: #898483;
    font-family: Roboto-Medium;
}

aside#secondary .category-widget-section .trial-link.active {
    color: #2699FB;
}

.internal-page h1 {
    border:none;
    margin-bottom: 50px;
}

.internal-page h1:after {
    content:"";
    display: block;
    margin-top: 30px;
    width: 100px;
    height: 4px;
    background-color: #2699FB;
}

.internal-page li, 
.internal-page p {
    color: #898483;
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 30px;    
}
.internal-page strong {
    color: #252525;
}

.internal-page ol {
    padding-left: 0;
    counter-reset: item;
}
.internal-page ol li {

    display: block;
}
.internal-page ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #252525;
    font-weight: bold;
}


#trialModal h5 {
    color: #2699FB;
    font-family: Roboto-Medium;
    font-size: 28px;
    margin-bottom: 0;
}

#trialModal .modal-content {
    border-radius: 7px;
    padding: 10px;
}

#trialModal .modal-content .modal-header, 
#trialModal .modal-content .modal-footer {
    border: none;
}

#trialModal .modal-content .modal-header button {
    font-size: 48px;
    font-weight: normal;
    padding-right: 12px;
}

#trialModal .modal-content .modal-body {
    line-height: 200%;
}

.gallery-dots {
    text-align: center;
}

.gallery-dot,
.gallery-dot:hover {
    font-size: 24px;
    color: #898483;
    line-height: 100%;
    text-decoration: none;
    display: inline-block;
    padding: 0 1px;
}

.gallery-dot.active {
    /*font-size: 32px;*/
}

.main-image-wrapper {
    position: relative;
    border: 1px solid #252525;
}

.search-results .site .entry-header h2 a:hover {
    color: #2699FB;
    cursor: pointer;
    text-decoration: none;
}
.internal-page {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media not all and (min-width: 1111px) {
  .internal-page {
    margin: 0;
  }
  .internal-page .site-main {
    width: calc(100vw - 40px)!important;
    margin: 0 auto;
  }
  .internal-page h1 {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 2em;
    padding: 0;
  }
  .internal-page h1:after {
    margin-top: 0.5em;
  }
  .internal-page li,
  .internal-page p {
    font-size: 14px;
    line-height: 1.5em;
    padding: 0;
    margin-bottom: 1rem;
  }
  footer {
    overflow: hidden;
  }
}

