/*
Theme Name: Aegify
Author: Sven Drumeb
Author URI: http://svndrumev.com/
Version: 2.3.6
Template: dt-the7
*/

/*Generic*/
body {-webkit-font-smoothing: antialiased;}
a {text-decoration: none;}
.widget-title {font-family: "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif!important; font-weight: 700; font-size: 26px;}
.mobile-show {display: none;}
.articles-list .no-media .blog-content {width: 100%!important;}
/*Mobile menu*/
.lines-button {margin-right: 10px;}
.lines-button .menu-open {display: none;}

.small-stats .dt-fancy-title {line-height: 70px;}

.home .slick-slider {margin-bottom: 0!important;}


.page-id-1343 .float-cta {display: none;}

.home .float-cta {
	top: 180px;
}
.float-cta {
	position: fixed;
    right: 0;
    top: 210px;
    z-index: 99999;
    display: block;
    overflow: hidden;
    
}

.float-cta img { width: 45px; height: auto; float: right; clear: both; margin-bottom: 15px;}

.demo-popup {
	position: relative;
	background: #eFeFeF;
	padding: 20px;
	width: auto;
	max-width: 400px;
	margin: 20px auto;
}

.dt-mega-menu .sub-nav .dt-mega-parent {position: static; display: inline-block; vertical-align: top; padding: 0px 10px !important;}
#frm_form_9_container .form-field {margin-bottom: 5px!important;}
#frm_form_9_container .form-field label {padding-bottom: 0!important;}
#frm_form_9_container fieldset {padding-bottom: 0!important;}

/*Team page*/
.page-id-65 .team-media {max-width: 120px; margin: 0 auto;}


/*Page Titls*/
.page-title.title-center h1 {
	position: relative;
	z-index: 1;
}
.page-title.title-center h1:before {
    border-top: 1px solid #E96E2C;
    content:"";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%; left: 0; right: 0; bottom: 0;
    width: 95%;
    z-index: -1;
}

.page-title.title-center h1 span { 
    /* to hide the lines from behind the text, you have to set the background color the same as the container */ 
    background: #fff; 
    padding: 0 15px; 
}



.top-cta {padding-top: 5px!important; padding-bottom: 5px!important;}


/*Buttons*/
.vc_btn3.vc_btn3-color-orange, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat {
    background-color: #E96E2C;
}


/*Mobile Styles*/
@media (max-width:970px) {
	.tablet-hide {display: none;}
}

@media (max-width:760px) {
	.mobile-hide {display: none;}
	
	.large-stats .dt-fancy-separator, .small-stats .dt-fancy-separator {text-align: center!important}
	.small-stats .dt-fancy-title {line-height: 20px!important; margin-bottom: 15px;}
	.mobile-show {display: block;}
}

@media (max-width:420px) {
	.float-cta img { width: 25px; margin-bottom: 10px;}
	
}

/* Dishant Arora: Custom Styles sheet */

section.home-block et-odd{background-color: #ff6600;}

.dt-mega-menu .sub-nav .dt-mega-parent > a {font-size: 13px;}

