/*
Theme Name: Account Child Theme
Author: DJMiMi
Theme URI: http://themeforest.net/user/DJMiMi
Author URI: http://themeforest.net/user/DJMiMi
License: GPL 2.0
Template: account
License URI: license.txt
Description:  Account - Accountant And Finance Business WP Theme
Version: 1.1
Tags: light
*/

@import url("../account/style.css");
body{
	color: #000000;
}
#navigation .nav.navbar-nav > li > a{ padding: 35px 16px; text-transform: capitalize;}
/* Footer bar - Right side pannel : 16-jan-18*/
div.footer-Col-1 {
	width: 240px;
    margin: 0 auto;
}

div.footer-Col-1 div.footer-Col-logo {
	border-bottom: 3px solid red;
	text-align: center;
	padding: 0px 0px  10px  0px;
}
div.footer-Col-1 div.footer-Col-logo img {
	width: 100%;
	height: auto;
}

div.footer-Col-1 div.footer-Col-comp-agc, div.footer-Col-1 div.footer-Col-comp-tsa {
	background-color:#fff;
	width:49%;
	float:left;
	height:53px;
	margin-top: 10px;
	margin-right: 1px;
}
div.footer-Col-1 div.footer-Col-comp-agc img {
	padding: 15px 10px;
}
.account-slider {
	margin-bottom: 0 !important;
}
.page-title {padding: 90px 0 40px 0;}

.hover-overlay .wpb_wrapper {
	position:  relative;
	cursor: pointer;
}
.hover-overlay .wpb_wrapper:before {
	content: '';
	display: block;
	background:  rgba(0,0,0,0.15);
	position:  absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.hover-overlay .wpb_wrapper:hover:before{
	display: none;
}

.v-label{
	display: inline-block;
	padding: 10px;
	background-color: #ffff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	transform: rotate(-90deg);
	bottom: 0;
	height: 45px;
	margin: auto;
	letter-spacing: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.v-label:hover{
	background-color: #191B4C;
	color: #fff;
}
.shadow{
	-webkit-box-shadow: 4px 6px 20px 2px #ccc;
	-moz-box-shadow: 4px 6px 20px 2px #ccc;
	box-shadow: 4px 6px 20px 2px #ccc;
}
.box-list {
	position: relative;
	background: #3177c036;
	padding: 25px;
	min-height: 290px;
	font-size: 15px;

}
.box-list.small{
	min-height: 195px;
}
.box-list:after {
	content: '';
	position: absolute;
	border: solid 1px #ffffff;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
}
.box-list h5.vc_custom_heading:after {
	content: '';
	width: 40px;
	height: 2px;
	background-color: #191B4C;
	display: block;
	margin-top:  5px;
}
.box-list ul {
	padding-left: 20px;
	list-style-type: square;
	margin-top: 20px;
}
.styled-select select, .styled-select select:focus, .styled-select select:active{
	height: auto;
	border: 2px solid #3178BF;
	font-size: 13px;
	line-height: 36px;
}
.styled-select:after{
	background: transparent !important;
}
.tbl_sspp select{
	padding: 0 10px;
}
.programs-row .wpb_text_column {
	padding: 20px;
	background: #f7f7f7;
	text-align: center;
	min-height: 185px;
	display: table;
	width: 100%;
}
.programs-row .wpb_text_column .wpb_wrapper{
	display: table-cell;
	vertical-align: middle;
}
ul.box-items {
	list-style-type: none;
	padding: 0 !important;
	text-align:  center;
}

.box-items li {
	padding:  10px;
	background:  #3177c036;
	float: left;
	margin: 10px !important;
	width: 31%;
	text-align:  center;
	/*border-left: solid 2px #3177c0;*/
}

.footer-call {
	text-align:  center;
	margin-top: -15px;
}

.footer-call small {
	color:  #fff;
	display:  block;
	margin-bottom:  10px;
}

a.footer-phone {
	padding: 5px 10px;
	border-radius: 25px;
	font-size:  15px;
	min-width:  140px;
	font-weight: bold;
	border: solid 2px #fff;
	margin-bottom: 5px;
}
a.footer-phone:hover{
	background: #3177c0 !important;
	border-color: #3177c0;
}

@media screen and (min-width: 768px) {
	.two-col{
		column-count: 2;
		-webkit-column-gap: 35px;
		-moz-column-gap: 35px;
		column-gap: 35px;
		text-align: justify;
	}
}

@media screen and (max-width: 768px){

	.box-list{ margin-bottom: 15px !important; min-height: auto !important;}
	.programs-row .wpb_text_column{margin-bottom: 15px !important;}
	.box-items li{ width: 41% !important;}
}