/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/

@import url("../bridge/style.css");

/******* BEGIN - CUSTOM CODE *******/

/**** TOOLS ****/

@media only screen and (max-width: 640px) { .cls-font-size-01 { font-size: 24px !important; } }

.cls-dnone { display: none !important; }
.cls-dblock { display: block !important; }

.cls-color-black { color: #000; }
.cls-font-size-01 { font-size: 45px; }

.cls-kf-bgc-flash {
	animation-name: kf-bgc-flash;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;

	-webkit-animation-name: kf-bgc-flash;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

@-moz-keyframes kf-bgc-flash {
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}

@-webkit-keyframes kf-bgc-flash {
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}

@keyframes kf-bgc-flash {
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}

/**** MAIN ****/

/**** BLUE => #09DCC0 ****/

/**** LOGO ****/

/**** HEADER ****/

/**** MENU ****/

.vertical_menu_float ul .menu-item-has-children a span, 
.vertical_menu_on_click ul .menu-item-has-children a span, 
.vertical_menu_toggle ul .menu-item-has-children a span {
	line-height: 1.4em;
	
	text-transform: none;
}

.vertical_menu > ul > .active > a, 
.vertical_menu > ul > li:hover > a {
    color: #09dcc0;
}

.vertical_menu .second .inner > ul > li > a:hover { color: #09dcc0 !important; }

/*** CONTENT ***/

/**** MAINTENANCE ****/

.div-maintenance-image-01 { padding: 0 10px; }
.div-maintenance-image-01 img { width: 250px; }

/**** QODE PIE CHART ****/

.q_pie_chart_with_icon_holder .q_percentage_with_icon { 
	margin-left: auto; 
	margin-right: auto;
}

/**** FOOTER ****/

/*** TOP ***/

/*** BOTTOM ***/

/******* END - CUSTOM CODE *******/
