﻿/*! ******************************************************
*
*	Theme Name:     Radio Fusion
*   Author:         Discotoast Inc
*   Author URI:     http://www.discotoast.com/
*   Description:    Radio Fusion is a radio style WordPress Theme Framework designed to progressively push the tangent of fashion & function.  Like a 'famous' family recipe, we crafted the formula which would become the Fusion Core; eponymously crafted by assembling a curated collection of licensed toolsets, when blended together by some of our special sauce, has been progressively crafted to provide designers with ultimate creative freedom without compromise.  Discotoast; it's finger-clickin' good™
*   Version:        1.0
*   License:        GNU General Public License v2 or later
*   License URI:    http://www.gnu.org/licenses/gpl-2.0.html
*   Template:       dtfusion
*
*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

/*******************************************************
*					CUSTOM CSS
*******************************************************/
/******************* ADDITIONAL RESPONSIVE VIEWS ********************/

@media (min-width: 1400px){
    .container {
        width: 1370px;
    }
}
@media (min-width: 1600px){
    .container {
        width: 1570px;
    }
}

/******************* BOOTSTRAP GUTTERS AND COLUMN GAPS ********************/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    padding-left:5px;
    padding-right:5px;
}
.row {
    margin-left: -5px;
    margin-right: -5px;
}
.container-fluid {
    padding-left: 5px;
    padding-right: 5px;
}
.container {
    padding-left: 5px;
    padding-right: 5px;
}

/******************* BOOTSTRAP CENTERING FOR ROWS AND COLUMNS ********************/
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

/******************* HERO ONLY BOOTSTRAP GUTTERS AND COLUMN GAPS ********************/
.ddl-full-width-row.row-fluid.dtf-hero .col-sm-12 {
    padding-right: 0px;
    padding-left: 0px;
}


/******************* BOOTSTRAP MODALS ********************/
.modal {
    z-index:9999999;
    padding-top:2rem;
}
.modal .close {
    font-size: 40px;
    line-height: 45px;
    font-family: "Arial", sans-serif;
    font-weight:100;
}
.modal-header {
    height:65px;
}
@media (min-width: 1200px){
  .modal-lg {
      width: 1100px;
  }
}

/******************* ANCHOR OFFSET ********************/
.section-anchor:before {
	content:"" !important;
	display:block !important;
    pointer-events: none;
    position: absolute;
}
.tab-pane.section-anchor:before {
	content:"" !important;
	display:block !important;
    pointer-events: none;
    position:inherit;
}

/******************* GENERAL TEXT SETTINGS ********************/

a{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	text-decoration:none !important;
	outline:none !important;
}
a:hover, a:selected, a:focus, a:active{
	text-decoration:none !important;
	outline:none !important;
}

/******************* TEXT MODIFIERS ********************/

.no-bold{
	font-weight:normal !important;
}
.no-caps{
	text-transform:none !important;
}
.has-caps, .has-caps p{
	text-transform:uppercase !important;
}

/******************* HEADER ********************/
.admin-bar .sfm-navicon-button.sf_label_default, .admin-bar .dtf-header, .admin-bar .dtf-header-title{
    top:32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .sfm-navicon-button.sf_label_default, .admin-bar .dtf-header, .admin-bar .dtf-header-title {
    top: 46px;
  }
}
.dtf-header{
	position:fixed;
    width:100%;
	top:0px;
	z-index:9999;
	-webkit-box-shadow: 0px -15px 32px 19px rgba(123,123,123,0.0);
	-moz-box-shadow: 0px -15px 32px 19px rgba(123,123,123,0.0);
	box-shadow: 0px -15px 32px 19px rgba(123,123,123,0.0);
	opacity: 0.9;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	background-color: transparent;
}
	
	.dtf-header #header-logo{
		display: block;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: left center;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
	}
	
.sfm-navicon-button {
	background-color:transparent !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
	.sfm-navicon-button.sf_label_default{
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
	}
	
/******************* SCROLLED HEADER STYLES (JS TRIGGERED) ********************/
.dtf-header.scrolled-header{
	-webkit-box-shadow: 0px -15px 32px 19px rgba(123,123,123,0.3);
	-moz-box-shadow: 0px -15px 32px 19px rgba(123,123,123,0.3);
	box-shadow: 0px -15px 32px 19px rgba(123,123,123,0.3);
}
@media screen and (max-width: 480px){
	.dtf-header.scrolled-header{
		height: 50px !important;
	}
	.dtf-header.scrolled-header #header-logo {
		height: 32px !important;
	}
	body .sfm-navicon-button.sf_label_default.scrolled-toggle{
		width:50px !important;
		height: 50px!important;
	}
	.sfm-navicon-button.sf_label_default.scrolled-toggle .sfm-navicon:before, .sfm-navicon-button.sf_label_default.scrolled-toggle .sfm-label-text .sfm-navicon:before, .sfm-navicon-button.sf_label_default.scrolled-toggle .sfm-label-none .sfm-navicon:before {
		top: 10px !important;
	}
	.sfm-navicon-button.sf_label_default.scrolled-toggle .sfm-navicon:after, .sfm-navicon-button.sf_label_default.scrolled-toggle .sfm-label-text .sfm-navicon:after, .sfm-navicon-button.sf_label_default.scrolled-toggle .sfm-label-none .sfm-navicon:after {
		top: -10px !important;
	}
}

/******************* BODY ********************/

.header-spacer{
	margin-top: 0;
}
body{
    font-size: 1rem;
	line-height: 1rem;
}

/******************* FONT SIZE MODIFIERS ********************/

.dtf-xs{
    font-size: 0.6rem;
}
.dtf-sm{
    font-size: 0.8rem;
}
.dtf-lg{
    font-size: 1.2rem;
}
.dtf-xl{
    font-size: 1.4rem;
}

	/******************* HEADER TITLE ********************/
	
	.dtf-header-title {
		position:fixed;
		width:100%;
		z-index:9999;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		opacity:1;
		margin-top:0;
		top:0px;
  		pointer-events: none;
    	padding-left: 300px;
    	padding-right: 300px;
	}
	.dtf-header-title h1 {
    	white-space: nowrap;
		overflow: hidden;
		o-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}
	.dtf-header-title.hidden {
		display:block !important;
		opacity:0;
	}
	@media screen and (max-width: 900px){
		.dtf-header-title{
			opacity:0;
		}
	}
	
	body.home .dtf-header-title { /* Hidden on mobile */
		display: none !important;
	}

	/******************* HERO / REVO SLIDER STYES ********************/

	.dtf-hero h1, .dtf-hero h5, .dtf-hero a.btn{
		text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.7);
		min-width: auto;
	}
	
	.dtf-hero .btn-primary, .dtf-hero a.btn-primary {
		padding-bottom:8px;
	}
	
	.dtf-hero h5{
		font-weight:300 !important;
	}
	
		/******************* SLIDER HERO TEXT FIX - REMOVES SUBTEXT ON MOBILE ********************/
		@media screen and (max-width: 768px){
			.dtf-hero .tp-caption h5{
				display:none;
			}
		}
		@media screen and (max-width: 496px){
			.dtf-hero .tp-caption h1{
				font-size:1.7rem !important;
				line-height: 1.8rem !important;
			}
				
		}

	
/******************* FOOTER ********************/

.dtf-footer{
	margin-bottom: 35px;
	padding: 50px 0 30px;
	-webkit-box-shadow: inset 0px 18px 32px -14px rgba(123,123,123,0.10);
	-moz-box-shadow: inset 0px 18px 32px -14px rgba(123,123,123,0.10);
	box-shadow: inset 0px 18px 32px -14px rgba(123,123,123,0.10);
}

	/******************* FOOTER - OVERLAYS/BGS ********************/
	.dtf-footer .footer-left i {
		margin-left: -2.0rem;
    	margin-right: -0.22rem;
	}
	
	
/******************* CHILD PAGE FEATURED IMAGE AS BACKGROUND ********************/
.dtf-slice-bg{
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: inset 10px 183px 191px -133px rgba(0,0,0,0.3), inset 10px -220px 232px -133px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 10px 183px 191px -133px rgba(0,0,0,0.3), inset 10px -220px 232px -133px rgba(0,0,0,0.3);
	box-shadow: inset 10px 183px 191px -133px rgba(0,0,0,0.3), inset 10px -220px 232px -133px rgba(0,0,0,0.3);
}
.theme-dark .dtf-slice-bg .vc_column-inner, .theme-light .invert .dtf-slice-bg .vc_column-inner {
    background-image: url(./images/dtf-01-linetile_2x2.png);
	background-attachment: fixed !important;
}
.theme-light .dtf-slice-bg .vc_column-inner, .theme-dark .invert .dtf-slice-bg .vc_column-inner {
    background-image: url(./images/dtf-01-linetile-wht_2x2.png);
	background-attachment: fixed !important;
}

/******************* NEW!!!!!!!CHILD PAGE FEATURED IMAGE AS BACKGROUND ********************/
.dtf-overlaid-bg{
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 10px 183px 191px -133px rgba(0,0,0,0.3), inset 10px -220px 232px -133px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 10px 183px 191px -133px rgba(0,0,0,0.3), inset 10px -220px 232px -133px rgba(0,0,0,0.3);
	box-shadow: inset 10px 183px 191px -133px rgba(0,0,0,0.3), inset 10px -220px 232px -133px rgba(0,0,0,0.3);
}
.invert .dtf-overlaid-bg{
	text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.7);
}
.theme-dark .dtf-overlaid-bg .dtf-overlaid-bg-inner, .theme-light .invert .dtf-overlaid-bg .dtf-overlaid-bg-inner {
    background-image: url(./images/dtf-01-linetile_2x2.png);
	background-attachment: fixed !important;
}
.theme-light .dtf-overlaid-bg .dtf-overlaid-bg-inner, .theme-dark .invert .dtf-overlaid-bg .dtf-overlaid-bg-inner {
    background-image: url(./images/dtf-01-linetile-wht_2x2.png);
	background-attachment: fixed !important;
}
.dtf-overlaid-bg-inner {
    padding-top: 40px;
    padding-bottom: 80px;
}
/******************* SUBFOOTER - CONTACT ********************/
 .dtf-subfooter-contact {
	 padding: 50px 0 30px;
	 -webkit-box-shadow: 0px 5px 40px 0px rgba(123,123,123,0.2);
	 -moz-box-shadow: 0px 5px 40px 0px rgba(123,123,123,0.2);
	 box-shadow: 0px 5px 40px 0px rgba(123,123,123,0.2);
 }
	
/******************* FOOTER BAR ********************/
.dtf-footer-bar {
	background-color:rgba(0,0,0,1.0);
	position:fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9998;
    padding: 5px;
}
.dtf-footer-bar .wpb_content_element{
	margin-bottom: 0px;
}
#footer-logo{
    display: inline-block;
	float:right;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
	height:33px;
	width:120px;
    max-width: 28%;
	margin-right: 3px;
	margin: 0 10px 0 5px;
}
	#footer-logo a {
		display: block;
		text-indent: -9999px !important;
		color: transparent !important;
		font-size: 1px;
		color: rgba(0,0,0,0) !important;
		height:33px;
		max-width:120px;
	}
#footer-text{
	color:#fff;
	display: inline-block;
	float:left;
    font-size: 0.8rem;
	margin: 5px 5px 5px 10px;
    max-width: 60%;
}

/******************* FIXED FOOTER CSS (JS TRIGGERED ON SCROLL) ********************/
@media screen and (max-width: 480px){
	 footer.dtf-footer-bar.dtf-footer-bar-fixed {
		position:relative;
		display: inline-block;
		margin-bottom:-10px;
	}
	.dtf-footer.dtf-footer-fixed{
		margin-bottom:-10px;
	}
}

/******************* SAMPLE PAGE ITEMS ********************/
.palette-circle{
 	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	border: 1px solid #ccc;
	margin:0 auto 10px;
	padding-top: 28px;
    color: transparent;
}
.palette-circle-lg{
 	width: 200px;
	height: 200px;
	border-radius: 50%;
	text-align: center;
	border: 1px solid #ccc;
	margin:0 auto 10px;
	padding-top: 60px;
}

/******************* BUTTONS - BOOTSTRAP STANDARD - PRIMARY ********************/
.btn-primary, a.btn-primary{
    border-radius:5px;
    border-width: 2px;
	border-style: solid;
    /*text-transform: uppercase; SCL BUILD MODIFICATION*/
    background-color:transparent;
	min-width:150px;
	margin: 2px 5px 0 2px;
	font-size:1.3rem;
	/*padding:9px 15px 5px; SCL BUILD MODIFICATION*/
	padding:17px 40px; /*SCL BUILD MODIFICATION*/
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

/******************* CIRCLE LINK BUTTONS CSS ********************/
.btn-primary.dtf-circle-link, .dtf-circle-link {
	border-style: solid;
    border-width: 0.15rem;
	border-radius: 50%;
    text-align:center;
    height: auto;
    width:auto;
    min-width: 0;
    padding: 0;
    display:inline-block;
    margin: 0;
}
.btn-primary.dtf-circle-link i, .dtf-circle-link i {
	border-style: none;
    text-align:center;
    height: 3.05rem;
    width: 3.05rem;
    min-width: 3.05rem;
    padding: .8rem 0 0;
    display:inline-block;
    margin: 0;
}
.btn-primary.dtf-circle-link, .dtf-circle-link{
	background-color:transparent;
}

/******************* NAV PILLS - BOOTSTRAP STANDARD ********************/
.nav-pills{
    margin-top:6px;
	width: 100%;
}
	.nav-pills>li>a, .nav-pills>li.active>a{
		border-width: 2px;
		border-style: solid;
		border-radius: 5px;
	}
	.nav-pills>li>a, .nav-pills>li>a:focus{
		background: transparent;
	}
	.nav-pills h3 {
		margin-top:0px;
		margin-bottom:0px;
		line-height: 2rem;
		vertical-align:middle;
	}
@media screen and (min-width:768px){
	.nav-pills>li>a, .nav-pills>li>a:focus{
		background: transparent;
		margin-right: 0.25rem;
	}
	.nav-pills>li:last-child a{
		margin-right: 0px !important;
	}
}
@media screen and (max-width:767px){
	.nav-pills>li+li{
		margin-left:0px;
	}
}
	

/******************* RADIO BUTTONS (.filter-radio-buttons) ********************/
.filter-radio-buttons input[type="radio"]{
    display:none;
}

.filter-radio-buttons label {
    cursor: pointer;
    border-radius:5px 5px 0 0;
    border-width: 2px;
    text-transform: uppercase;
    background-color:transparent;
	margin: 2px 0 10px 0;
	font-size:1.2rem;
	padding:8px 7px 4px 3px;
	letter-spacing:-.03rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}


.filter-radio-buttons label {
    background-color: #000;
    color: #fff;
    border:#000 2px solid;
}

.filter-radio-buttons label:hover,
.filter-radio-buttons input[type="radio"]:checked + label {
    background-color: #fff;
    color: #000;
    border:#000 2px solid;
}
.invert .filter-radio-buttons label {
    background-color: #fff;
    color: #000;
    border:#000 2px solid;
}

.invert .filter-radio-buttons label:hover,
.invert .filter-radio-buttons input[type="radio"]:checked + label {
    background-color: #000;
    color: #fff;
    border:#000 2px solid;
}
.filter-radio-buttons, .filter-radio-buttons-news {
	margin-left: 5px;
	margin-right: 5px;
}
@media screen and (max-width:768px){
	.filter-radio-buttons label {
		margin: 2px 0 10px 0;
		font-size:1rem;
		padding:2px 5px 1px 2px;
		letter-spacing:-.08rem;
    	border:#000 1px solid;
	}
	.filter-radio-buttons label:hover,
	.filter-radio-buttons input[type="radio"]:checked + label {
		border:#000 1px solid;
	}
	.invert .filter-radio-buttons label {
		border:#000 1px solid;
	}
}
@media screen and (max-width:430px){
	.filter-radio-buttons label {
		margin: 2px 0 10px 0;
		font-size:.7rem;
		padding:1px 3px 0px 2px;
		letter-spacing:-0rem;
	}
}

	/* HIDES UNCATEGORIZED RADIO BUTTONS */
	.filter-radio-buttons label[for="post_category-uncategorized"] {
		display:none;
	}
	
/******************* RADIO TEXTS (.filter-radio-text) ********************/
.filter-radio-text{
    padding:20px 0 ;
}
.filter-radio-text input[type="radio"]{
    display:none;
}

.filter-radio-text .radios-taxonomies-title {
    cursor: pointer;
    border-radius:5px 5px 0 0;
    border-width: 2px;
    text-transform: uppercase;
    background-color:transparent;
	margin: 2px 0 5px 0;
	font-size:1.36rem;
	padding:5px 0 0 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	opacity: 0.6;
}
.filter-radio-text .radios-taxonomies-title:after {
    cursor:auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	content:"|";
    margin-left: 20px;
}
.filter-radio-text .radios-taxonomies-title:last-child:after{
    display:none;
}
.filter-radio-text .radios-taxonomies-title {
    /* color: #fff; */
}

.filter-radio-text .radios-taxonomies-title:hover,
.filter-radio-text input[type="radio"]:checked + label {
    opacity: 1.0;
}
.filter-radio-text .radios-taxonomies-title:hover:after,
.filter-radio-text input[type="radio"]:checked + label:after{
    opacity: .63 !important;
}
@media screen and (max-width:900px){
	.filter-radio-text .radios-taxonomies-title{
		margin: 2px 0 5px 0;
		font-size: 1.25rem;
		letter-spacing: -.05rem;
		padding: 15px 0 10px 5px;
	}
	.filter-radio-text .radios-taxonomies-title:after {
		margin-left: 10px;
	}
}
@media screen and (max-width:768px){
	.filter-radio-text .radios-taxonomies-title{
		margin: 2px 0 5px 0;
		font-size: 1.2rem;
		letter-spacing: -.05rem;
		padding: 5px 0 0px 1px;
	}
	.filter-radio-text .radios-taxonomies-title:after {
		margin-left: 6px;
	}
}
@media screen and (max-width:620px){
	.filter-radio-text .radios-taxonomies-title{
		margin: 2px 0 5px 0;
		font-size: 1.13rem;
		letter-spacing: -.05rem;
		padding: 5px 0 0px 1px;
	}
	.filter-radio-text .radios-taxonomies-title:after {
		margin-left: 5px;
	}
}
	/* HIDES UNCATEGORIZED RADIO BUTTONS */
	.filter-radio-text .radios-taxonomies-title[for="post_category-uncategorized"] {
		display:none;
	}
	
/*******************  ABOUT - SUBPAGE BOXES ********************/

.about-subpage-grid-item .vc_column-inner  {
    border-radius:2px;
    padding: 1rem 2rem 2rem !important;
    background-color: #000;
	background-size:cover;
}
.about-subpage-grid-item h3 {
	font-size: 2.3rem;
}
.about-subpage-grid-item h4  {
    font-size: 1.7rem;
	line-height: 1.8rem;
}
.about-subpage-grid-item p {
	font-size: 1rem;
	line-height: 1.2rem;
}
.about-subpage-grid-item-bottom  {
    border: 2px solid #AB2C29;
    border-radius:2px;
    padding: 1rem 2rem 0 !important;
    background-color: #000;
    margin-top:8px;
	background-size:cover;
}
.about-subpage-grid-item-bottom h3 {
	font-size: 2.3rem;
}
.about-subpage-grid-item-bottom h4  {
    font-size: 2.0rem;
	line-height: 2.1rem;
}
.about-subpage-grid-item-bottom p {
	font-size: 1.1rem;
	line-height: 1.3rem;
}
.about-subpage-grid-item-image{
	
}
.about-subpage-grid-item-image-nomargin {
    margin-right:-2rem;
	margin-left:-2rem;
}
.about-subpage-grid-item-bottom .about-subpage-grid-item-image-nomargin {
    margin-right:0rem;
	margin-left:0rem;
	margin-bottom: -2rem;
}

.about-subpage-grid-item-bg1 .vc_column-inner{
	background-image:url(images/whitepaper-background-style-1.jpg);
	background-size:cover;
	background-position:bottom;
}

.about-subpage-grid-item-bg2 .vc_column-inner{
	background-image:url(images/whitepaper-background-style-2.jpg);
	background-size:cover;
	background-position:bottom;
}

.about-subpage-grid-item-bg3 .vc_column-inner{
	background-image:url(images/whitepaper-background-style-3.jpg);
	background-size:cover;
	background-position:bottom;
}

.about-subpage-grid-item-bg4{
	background-image:url(images/whitepaper-background-style-4.jpg);
	background-size:cover;
	background-position:bottom;
}

/*******************  COMPANY POST TYPE CONTENT LAYOUT CSS ********************/
.company-content-bar{
    position:relative;
	-webkit-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.28);
	margin-bottom:15px;
	min-height:80px;
}

.company-heading {
    width: 30%;
    float: left;
    display: inline-block;
    text-align:center;
    padding: 25px;
    height:100%;
    position:absolute;
}
.company-heading h3 {
    margin:0px;
   
}
.company-text {
    width: 70%;
    float: right;
    display: inline-block;
    text-align:center;
    padding: 15px;
    line-height: 1.4em;
    font-size: 1.2em;
}

@media screen and (max-width: 767px){
    .company-heading, .company-text{
        width: 100%;
        float:none;
        display:block;
        position:relative;
    }
}

/*******************  HERO SINGLE POST IMAGE OVERLAY ********************/
.dtf-image-overlay::after {
    position:absolute;
    width: 100%;
    height: 100%;
    display:block;
    content:'';
}
.dtf-image-overlay::before, .tp-dottedoverlay::before  {
    position:absolute;
    width: 100%;
    height: 100%;
    display:block;
	opacity: 0.8;
    content:'';
}

body.theme-light .dtf-image-overlay::before, body.theme-dark .invert .dtf-image-overlay::before, body.theme-light .tp-dottedoverlay::before, body.theme-dark .tp-dottedoverlay::before {
	opacity: 0.5;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.2) 28%, rgba(255,255,255,0.2) 45%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.2) 28%,rgba(255,255,255,0.2) 45%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.2) 28%,rgba(255,255,255,0.2) 45%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
body.theme-dark .dtf-image-overlay::before, body.theme-light .invert .dtf-image-overlay::before, body.theme-dark .tp-dottedoverlay::before, body.theme-light .tp-dottedoverlay::before{
	opacity: 0.5;
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.2) 28%, rgba(0,0,0,0.2) 45%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.2) 28%,rgba(0,0,0,0.2) 45%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.2) 28%,rgba(0,0,0,0.2) 45%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
body.theme-light .dtf-image-overlay::after, body.theme-dark .invert .dtf-image-overlay::after {
    background-image: url(./images/dtf-01-linetile-wht_2x2.png);
	background-attachment: fixed !important;
    /*background-color: rgba(255, 255, 255, 0.1)*/
}
body.theme-dark .dtf-image-overlay::after, body.theme-light .invert .dtf-image-overlay::after {
    background-image: url(./images/dtf-01-linetile_2x2.png);
	background-attachment: fixed !important;
    /*background-color: rgba(0, 0, 0, 0.1);*/
}
body.theme-light .tp-dottedoverlay, body.theme-dark .invert .tp-dottedoverlay {
    background:  url(./images/dtf-01-linetile-wht_2x2.png) !important;
    background-attachment: fixed !important;
}
body.theme-dark .tp-dottedoverlay, body.theme-light .invert .tp-dottedoverlay {
    background:  url(./images/dtf-01-linetile_2x2.png) !important;
    background-attachment: fixed !important;
}

/******************* DTF-BACKGROUNDS ********************/
.dtf-background-accent{
	background-image: url(./images/DT-background-styled-accent.png) !important;
	background-size: cover;
  	background-position: center center;
    box-shadow: 
        inset 0px 21px 28px -20px rgba(0,0,0,0.4),
        inset 0px -21px 28px -20px rgba(0,0,0,0.4);
}
	@media screen and (max-width: 767px){
	  .dtf-background-accent{
		background-position: left center;
	  }
	}
	
.bg-tint{
    -webkit-box-shadow: inset 10px 183px 191px -133px rgba(0,0,0,0.5), inset 10px -220px 232px -133px rgba(0,0,0,0.5), 1px 1px 10px 2px rgba(0,0,0,0.4);;
    -moz-box-shadow: inset 10px 183px 191px -133px rgba(0,0,0,0.5), inset 10px -220px 232px -133px rgba(0,0,0,0.5), 1px 1px 10px 2px rgba(0,0,0,0.4);
    box-shadow: inset 10px 183px 191px -133px rgba(0,0,0,0.5), inset 10px -220px 232px -133px rgba(0,0,0,0.5), 1px 1px 10px 2px rgba(0,0,0,0.4);
}

.dtf-background-grey{
  background-image: url(./images/DT-background-styled-thin-grey.jpg) !important;
  background-size: cover;
  background-position: center center;
}
	@media screen and (max-width: 767px){
	  .dtf-background-grey{
		background-position: left center;
        background-size: auto;
	  }
	}
	

body .ff-stream.ff-layout-grid {
    min-height: 300px !important;
}

/*******************  [dtf-post-nav url='' icon=''] Shortcode CSS ********************/
.dtf-post-nav{
	text-align:center;
    font-size: 2rem;
}
	.dtf-post-nav-prev {
		float:left;
	}
	.dtf-post-nav-next {
		float:right;
	}


/*******************  HIDES SUBFOOTER ON NEWS-MEDIA PAGE ********************/
body.page-news-media .dtf-subfooter-featured {
    display:none;
}

/*------------------------ SUPERFLY MENU CSS ------------------------*/

	body.sfm-style-full.sfm-sidebar-full .sfm-menu li a {
		text-align:center !important;
		}

		@media screen and (min-width: 900px){
		  body.sfm-style-full.sfm-sidebar-full .sfm-menu{
			  margin: 0 10% !important;
		  }
		}

		@media screen and (min-width: 1280px){
		  body.sfm-style-full.sfm-sidebar-full .sfm-menu{
			  margin: 0 18% !important;
		  }
		}

		@media screen and (min-width: 1480px){
		  body.sfm-style-full.sfm-sidebar-full .sfm-menu{
			  margin: 0 22% !important;
		  }
		}

			   /* @media screen and (min-width: 900px){
				   body.sfm-style-full.sfm-sidebar-full .sfm-menu li {
					  width: 49% !important;
					  float:left !important;
					  display: inline-block !important;
				   }
					body.sfm-style-full.sfm-sidebar-full .sfm-menu li a {
					  text-align:left !important;
				   }
			   } */
				body.sfm-style-full.sfm-sidebar-full .sfm-menu li a {
					font-size: 1.7rem !important;
					line-height: 2rem !important;
				}

		body.sfm-style-full.sfm-sidebar-full .sfm-child-menu {
			/*display:block !important; cbj customization*/
			width: 100% !important;
			margin: 0 !important;
		}
			body.sfm-style-full.sfm-sidebar-full .sfm-child-menu li {
				width: 100% !important;
			}
			  body.sfm-style-full.sfm-sidebar-full .sfm-child-menu li a {
				font-size: 1.7rem !important;
				line-height: 2rem !important;
			 }
			 body.sfm-style-full.sfm-sidebar-full .sfm-child-menu li a span {
				 /*color: #000 !important; cbj customization*/
			 }
			 body.sfm-style-full.sfm-sidebar-full .sfm-child-menu li a:hover span {
				 color: #fff !important;
			 }
		/*@media screen and (max-width: 899px){
		   body.sfm-style-full.sfm-sidebar-full .sfm-child-menu {
			  display: none !important;
		  }
		} cbj customization*/

		/*body.sfm-style-full.sfm-sidebar-full #sfm-sidebar ul.sfm-social {
			position: fixed !important;
			bottom: 0px !important;
			top:auto !important;
			margin-bottom:0px !important;
			padding-bottom: 10px;
		} cbj customization*/

		body.sfm-style-full.sfm-sidebar-full .sfm-style-full .sfm-logo img {
			width: 300px;
			max-width: 50%;
			margin-bottom: 20px;
		}

	/* ====== SKEWED SIDE MENU STYLE ====== */
		body.sfm-style-skew.sfm-sidebar-slide #sfm-sidebar .sfm-va-middle,
		body.sfm-style-skew.sfm-sidebar-slide .sfm-style-full #sfm-sidebar .sfm-va-middle {
			display: block;
			height: auto;
			margin-top: 0
		}

		body.sfm-style-skew.sfm-sidebar-slide #sfm-sidebar .sfm-logo,
		body.sfm-style-skew.sfm-sidebar-slide #sfm-sidebar .sfm-nav,
		body.sfm-style-skew.sfm-sidebar-slide #sfm-sidebar.sfm-compact-footer .sfm-copy,
		body.sfm-style-skew.sfm-sidebar-slide #sfm-sidebar.sfm-compact-footer .sfm-social,
		body.sfm-style-skew.sfm-sidebar-slide .sfm-mobile #sfm-sidebar .sfm-logo,
		body.sfm-style-skew.sfm-sidebar-slide .sfm-mobile #sfm-sidebar .sfm-nav,
		body.sfm-style-skew.sfm-sidebar-slide .sfm-mobile #sfm-sidebar .sfm-social,
		body.sfm-style-skew.sfm-sidebar-slide .sfm-style-full #sfm-sidebar .sfm-logo,
		body.sfm-style-skew.sfm-sidebar-slide .sfm-style-full #sfm-sidebar .sfm-nav,
		body.sfm-style-skew.sfm-sidebar-slide .sfm-style-full #sfm-sidebar.sfm-vertical-nav .sfm-social,
		body.sfm-style-skew.sfm-sidebar-slide .sfm-style-full #sfm-sidebar.sfm-vertical-nav .sfm-widget-bottom.sfm-copy {
			position: relative;
			display: block;
			top: 0;
			left: 0
		}

		body.sfm-style-skew.sfm-sidebar-slide #sfm-sidebar .sfm-logo {
			margin-top: 20px;
			margin-bottom: 30px
		}

		body.sfm-style-skew.sfm-sidebar-slide #sfm-sidebar .sfm-social li{
			margin-bottom: 5px;
		}
		body.sfm-style-skew.sfm-sidebar-slide #sfm-sidebar ul.sfm-social li a{
			margin-top: 3px;
		}

			/* ====== SKEWED SIDE MENU STYLE MOBILE FIX ====== */
			body.sfm-style-skew.sfm-sidebar-slide .sfm-pos-right .sfm-rollback {
				right: 0;
				left: auto;
				width: 0;
				margin: 0;
				padding: 0;
			}

/*******************  FLOW FLOW ********************/
body div#ff-stream-3.ff-stream.ff-layout-grid {
    min-height:0 !important;
}

/******************* ICONS FIX FOR NON ADMIN ********************/
[class^="icon-"] {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 1em;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    vertical-align: middle;
}

/******************* REMOVE LINK INDICATORS ********************/
a[target="_blank"]:not(.notarget):after {
    content: "" !important;
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    display: none !important;
    font-size: .7em
}

/***************** SLIDER VIDEO ZINDEX ISSUE FIX ********************
.tp-revslider-slidesli {
    z-index: 102 !important;
}*/


/******************* TOPBAR STYLING ***************************/
.has-topbar .dtf-topbar {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999999;
}
.has-topbar .dtf-topbar .topbar_nav ul.menu {
    list-style:none;
    padding: 0px;
    text-align:right;
    margin-bottom: 0px;
	font-size: 0px;
}
.has-topbar .dtf-topbar .topbar_nav ul.menu li {
    display: inline-block;
    vertical-align: middle;

}
.has-topbar .dtf-topbar .topbar_nav ul.menu li a{
    vertical-align:middle;
    display: block;
	padding-left: 10px;
	padding-right:10px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.has-topbar .dtf-topbar ul.menu li.menu-item a{
    color: #FFF;
}
.has-topbar .dtf-topbar ul.menu li.menu-item:hover{
    background-color: rgba(255, 255, 255, 0.17);
}
.has-topbar .dtf-topbar ul.menu li.menu-item a:hover{
    color: #ffffff;
}
.has-topbar .dtf-topbar ul.menu li a.cart-contents {
    background-color: #ffffff;
}
.topbar-cart-icon{
    display: inline-block;
    padding-right: 13px;
    margin-right: 5px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.topbar_nav li.wpml-ls-menu-item ul li a {
    width: auto;
}

.topbar_nav .menu ul{
    margin:0;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
    position:relative;
}
 
.topbar_nav .menu ul a{
    display:block;
    padding:0px 5px;
    border:1px solid #CCC;
    color:#fff;
    text-decoration:none;
    background-color:#fff;
}
 
.topbar_nav .menu ul a:hover{
    background-color:#ea7125;
    border:1px solid #ea7125;
    color:#333;
}
 
.topbar_nav .menu ul li{
    float:left;
    position:relative;
}
 
.topbar_nav .menu ul {
    position:absolute;
    display:none;
    width:12em;
}
 
.topbar_nav .menu li ul a{
    width:12em;
    height:auto;
    float:left;
}
 
.topbar_nav .menu ul ul{
    top:auto;
}      
 
.topbar_nav .menu li ul ul {
    left:12em;
    margin:0px 0 0 10px;
}
 
.topbar_nav .menu li:hover ul ul,
.topbar_nav .menu li:hover ul ul ul,
.topbar_nav .menu li:hover ul ul ul ul{
    display:none;
}
 
.topbar_nav .menu li:hover ul,
.topbar_nav .menu li li:hover ul,
.topbar_nav .menu li li li:hover ul,
.topbar_nav .menu li li li li:hover ul{
    display:block;
    position:absolute;
    z-index:999999;
}


.has-topbar .dtf-topbar .topbar_nav ul.menu>li.menu-item.menu-item-has-children>a{
    position:relative;
    padding-right: 0px;
}
.has-topbar .dtf-topbar .topbar_nav ul.menu>li.menu-item.menu-item-has-children>a::after{
    display:inline-block;
    height: 18px;
    content: '>';
    font: 17px "Consolas", monospace;
    color: #474747;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    vertical-align:middle;
    padding: 0 8px 0;
    margin-bottom:3px;
}

.has-topbar .topbar_nav ul.menu li ul.sub-menu a{
    padding-right: 26px;
}

@media screen and (min-width: 768px){
    span.topbar-cart-text-items-mobile {
        display: none;
    }
}
@media screen and (max-width: 767px){
    span.topbar-cart-text-items {
        display: none;
    }
}
@media screen and (max-width: 767px){
    .has-topbar .dtf-topbar .topbar_nav ul.menu>li.dt-mobileicon>a *{
        display:none;
    }
    .has-topbar .dtf-topbar .topbar_nav ul.menu>li.dt-mobileicon>a i{
        display: inline-block;
    }
}
.topbar_nav .menu .wpml-ls-item.wpml-ls-current-language>a{
    pointer-events:none;
}
.has-topbar .dtf-topbar .topbar_nav ul.menu>li.menu-item.wpml-ls-item.wpml-ls-current-language{
    background-color: #fff
}

  
/******************* Layouts css goes here ********************/

/*********CHROME 67 POSITION FIXED BUG FIX*********/
.theme-dark .dtf-slice-bg .vc_column-inner,
.theme-light .invert .dtf-slice-bg .vc_column-inner {
    backface-visibility:hidden;
}
.theme-light .dtf-slice-bg .vc_column-inner,
.theme-dark .invert .dtf-slice-bg .vc_column-inner {
    backface-visibility:hidden;
}


/********************* CLIENT CSS *************************/

/***** NAV HAMBURGER - PRE-SCROLL COLOR ******/
body.theme-light .sfm-navicon-button:not(.scrolled-toggle) .sfm-navicon,
body.theme-light .sfm-navicon-button:not(.scrolled-toggle) .sfm-navicon:before,
body.theme-light .sfm-navicon-button:not(.scrolled-toggle) .sfm-navicon:after {
    background: #ffffff !important;
}

/***** NAV HAMBURGER - PRE-SCROLL HIDE ICON ******/
@media screen and (min-width: 992px){
  body.theme-light .sfm-navicon-button:not(.scrolled-toggle){
      width: 0 !important;
  }
}

/***** HEADER - LOGO SIZE ******/
.dtf-header #header-logo {
    width: 60%;
    max-width: 300px;
    display: inline-block;
    margin-right: 20px !important;
}

/***** HEADER - UNSCROLLED *****/
header.dtf-header.scrolled-header #header-menu-top {
  transform: translateY(-100%);
  opacity:0;
  pointer-events: none;
}
@media screen and (max-width: 991px){
  header.dtf-header #header-menu-top {
    transform: translateY(-100%);
    opacity:0;
    pointer-events: none;
  }
}

#header-menu-top {
    display: inline-block;
    float: right;
    margin-right: 30px;
    margin-top: 35px;
    transition: all 1s ease;
    width: auto;
    position:absolute;
    right: 0;
}
  #header-menu-top ul.menu {
      list-style: none;
      padding-left: 0;
  }
    #header-menu-top ul.menu li{
        display: inline-block;
        margin-left: 30px;
        font-size: 2.1em;
    	font-family: Oswald;
        font-weight: 300;
	}

      #header-menu-top ul.menu li a,
      #header-menu-top ul.menu li a:visited,
      #header-menu-top ul.menu li a:active{
          color: #000000;
      }
      #header-menu-top ul.menu li a:hover,
      #header-menu-top ul.menu li.current-menu-item a{
          color: #34b9aa;
      }
/***** HEADER TITLE *****/
.dtf-header-title h1{
    margin-top: 0.2em;
}

/***** VC Tabs *****/
li.vc_tta-tab a {
    font-size: 2em;
    background-color: #1a2519 !important;
    padding: 20px 40px !important;
    font-family: Oswald !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
}

li.vc_tta-tab.vc_active a {
    background-color: #C72128 !important;
}


/****** PAGINATION BULLETS COLOR *******/
.pagination>li>a,
.pagination>li>span {
    color: #C72128;
}

/****** FOOTER ******/
p.footer-addr {
    font-size: 1em;
}
p.footer-contact-right {
    font-size: 1em;
}
a.footer-email-link{
    font-size: 1em;
    color: #aeaeae !important;
}
a.footer-email-link:hover{
    color: #ffffff !important;
}
.footer-logo{
    width: 310px;
    height: auto;
}

@media screen and (max-width:767px){
    footer.dtf-footer {
        text-align: center;
    }
    footer.dtf-footer .footer-logo-container .footer-logo {
      margin: 0 auto;
      margin-bottom: 30px;
  	}
}

/*****  SITE FOOTER *****/
footer.dtf-footer-bar.dtf-footer-bar-fixed,
footer.dtf-footer-bar {
    position: relative;
    display: inline-block;
    margin-bottom: -10px;
}
footer.dtf-footer-bar.dtf-footer-bar-fixed,
footer.dtf-footer-bar {
    background-color: #1a2519 !important;
}
.dtf-footer {
    margin-bottom: 0px;
}

#footer-text {
    margin-left: 0px;
    font-size: 0.9em;
}


/***** REMOVE BOX SHADOW ON BG ACCENT STYLED BLOCKS *****/

.dtf-background-accent {
    box-shadow: none !important;
}



/***** overlay opacity *******/
.dtf-image-overlay {
    opacity: 0.2;
}