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

  Theme Name: Digixon
  Theme URI: http://themes.webdevia.com/digixon-creative-digital-agency-wordpress-theme
  Description: Creative Digixon Agency WordPress Theme

  Author: Mymoun
  Author URI: http://www.webdevia.com/
  Version: 2.0
  Text Domain: digixon
  Domain Path: /languages

  Version: 2.0
  License: Envato
  License URI: https://themeforest.net/licenses

  Tags: two-columns, custom-background, threaded-comments, translation-ready, custom-menu
  
***************************************/
/* ----------------------------------------------------------------------------

  Unfortunately WordPress will require a style.css file
  located in the theme's root folder for stuff to work.

  However, we will not be using vanilla CSS. We're using Sass.

  Sass is a superset of CSS that adds in amazing features
  such as variables, nested selectors and loops..

  All Sass files are located in the /scss folder.
  Please note that none of your scss files will be compiled to /css/app.css before you run
  'npm run watch', 'npm run build', "compass compile" or "compass watch",

  More info on how to use Sass with Foundation can be found here:
  http://foundation.zurb.com/docs/sass.html

  For Define a table of contents please check /scss/app.scss.

  If you for some reason would like to write plain css instead of using Sass,
  you could just enqueue this file (style.css) to the header and add your styles in this file

---------------------------------------------------------------------------- */


.first-footer .block-title {
    border-bottom: 2px solid #ffffff !important;
}
.custom-html-widget a{
	color:#fff !important;
	text-decoration: none;
}
.footer_bg_color {
    background: #3626B0 !important;
}
.first-footer {
    background-size: 125% !important;
}

.active a{
	color:#A66BAD !important;
	border-bottom: 3px solid #9D66AB; !important;
}
/*
.menu-item a{	
	position: relative;
}

.menu-item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: red;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}
.menu-item a:hover:before {
  visibility: visible;
  transform: scaleX(1);
}*/
.blink {
  animation: blink 3s infinite !important;
	font-size: 16px !important;
}
@media screen and (min-width: 64em){
.logged-in header.l-header .top-bar-container.sticky.fixed {
    margin-top: 32px;
    top: 0px !important;
}
}



#menu-azensolutions li a {
  position: relative;
  display: block;
  text-decoration: none;
  transition: 0.5s;
}
#menu-azensolutions li a::after {
	display:none !important;
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 100%;
  left: 0;
  background: #9D66AB;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}
#menu-azensolutions li a:hover {
  color: #EF3730;
}
#menu-azensolutions li a:hover::after {
 visibility: visible;
  transform: scaleX(1);
}
.submenu li a::after{
	display:none !Important;
}
@media screen and (min-width: 64em){
.titlebar {
    padding: 180px 0 100px !Important
}
}
.titlebar {
    margin-bottom: 25px !important;
}
@media screen and (min-width: 64em){
header.l-header .top-bar-container .top-bar .top-bar-right .menu li.has-dropdown > a:after {
    margin-top: 0px !Important;
}
}
@media only screen and (max-width: 767px){
#tpbr_topbar{
	display:none !important;
	}
	.vc_row.wpb_row.vc_row-fluid{
		    padding-left: 15px !important;
   			padding-right: 15px !important;
	}
	.vc_tta-panel-body {
    padding: 15px 0px 0px 0px !important;
}
	.footer_bg_color {
    padding: 0px 20px !important;
}
	.second-footer {
    padding: 5px 20px !important;
}
	.titlebar {
    margin-bottom: 5px !important;
}
	.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0px !Important;
}
}

.widget-area ul a, .wpb_widgetised_column ul a:hover{
	color:#EF3730 !important;
}

.testimonail-slik .testimonail-item:hover .testimonail-thumb img {
    border-radius: 0;
    -webkit-clip-path:inherit !Important;
    clip-path:inherit !Important;
    border-width: 0;
}

@media screen and (min-width: 64em){
.first-footer .textwidget {
    padding-right: 10px !Important;
}
}

#menu-left-main-services .current-menu-item a{
	color:#EF3730  !Important;
}
.vc_tta-panel-body {
    margin-top: 0px !important;
}

.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #fff !important;
    background: #4e449b !important;
}
.vc_tta-color-grey.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: #fff !important;
}