/*
*
* Nexty自定义CSS样式文件
* Author: Teng Long
*/
*:focus {
	outline: none;
}

#main-wrap {
	border-top: 3px solid #990033;
	height: 169px;
	background: #222222;
}

#main-body {
	min-height: 900px;
}

.clear {
	clear: both;
}

#home-slider-wrap {
	/* background:
		url('/wp-content/themes/cslawyers/images/cs_lawyers_pattern_topleft.png'); */
	height: 515px;
	background-size: cover;
	position: relative;
	background-color: #ececec;
}

.nopadding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.case-title {
	line-height: 15px;
	max-height: 35px;
	overflow: hidden;
	padding-left: 10px;
	min-height: 20px;
}

.case-title a {
	color: #222222;
	font-size: 12px;
}

.case-description {
	color: #666666;
	font-size: 12px;
	line-height: 15px;
	max-height: 55px;
	overflow: hidden;
	padding-left: 25px;
	padding-top: 10px;
}

#home-slider .slider-title {
	position: absolute;
	bottom: 30%;
	font-size: 22px;
	width: 380px;
	line-height: 25px;
}

#home-slider-wrap .slider-controls {
	position: absolute;
	bottom: 20%;
	z-index: 2;
}

#home-slider-wrap .owl-dot {
	width: 30px;
	height: 5px;
	background-color: white;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

#home-slider-wrap .owl-dot:hover {
	background-color: #990033;
}

#home-slider-wrap .owl-dot.active {
	background-color: #990033;
}

#home-slider .slider-left-section {
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#home-slider .item img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 500px;
}

#home-slider  .slider-left {
	height: 100%;
}

#home-slider .slider-read-more {
	font-size: 22px;
	max-width: 190px;
	background-color: #990033;
	text-align: center;
	height: 25px;
	line-height: 22px;
	margin-top: 20px;
	position: relative;
	display:none;
}

#home-slider .slider-read-more:hover {
	color: #ffffff;
	background-color: #730026;
}

#home-slider .slider-read-more i {
	right: 0;
	top:0;
	width: 25px;
	height: 25px;
	font-size: 12px;
	position: absolute;
	line-height: 25px;
	background-color: #730026;
}

#home-slider .slider-read-more  a {
	font-size: 12px;
	color: white;
	display:block;
	text-transform: uppercase;
	margin-right: 25px;
    line-height: 25px;
}

.nomargin {
	margin: 0 auto;
}

#home-slider-wrap .slider-bottom-section {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 5;
}

#home-slider-wrap .slider-bottom-section .law-four-section {
	background-color: #990033;
	height: 106px;
	border-right: 1px solid black;
	display: block;
}

#home-slider-wrap .slider-bottom-section .law-four-section.last-law-section{
	border-right:none;	
}

#home-slider-wrap .slider-bottom-section .law-four-section:hover {
	background-color: #730026;
	transition: color .5s;
}

#home-slider-wrap .slider-bottom-section .law-four-section:hover .title-right{
	color: #ffffff;
}

#home-slider-wrap .slider-bottom-section .nopadding:last-child .last-four-section{
	border: none;
}

#home-slider-wrap .slider-bottom-section .icon-left {
	margin: 25px 10px 10px 10px;
	float: left;
}

#home-slider-wrap .slider-bottom-section .title-right {
	width: 140px;
	float: left;
	font-size: 13px;
	line-height: 15px;
	margin: 40px 0px 10px 0px;
	text-transform: uppercase;
}

#start-steps .steps-title {
	color: #990033;
	font-size: 16px;
	text-align: center;
	padding-top: 20px;
}

#start-steps .steps-slogan {
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	color: #222222;
}

#start-steps .steps-icon {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#start-steps .steps-icon i {
	font-size: 16px;
	color: #990033;
}

#three-steps {
	background-color: #ececec;
}

#three-steps .step-order {
	color: #990033;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 15px;
}

#three-steps .step-info {
	color: #393939;
	font-size: 12px;
	text-align: center;
	padding-bottom: 20px;
}

#three-steps .step-order-icon {
	text-align: center;
	padding-top: 20px;
}

#home-bottom .home-bottom {
	padding-top: 20px;
	border-bottom: 3px solid #990033;
	min-height: 325px;
	margin-bottom: 30px;
	background-color:#ffffff;
}

.h2-title a{
	color: #222222;
	font-size: 14px;
	border-bottom: 3px solid #990033;
	padding-bottom: 5px;
	text-transform: uppercase;
	display: block;
}

.h2-title a:hover {
	color:#990033;	
}

.case-icon {
	float: left;
	color: #990033;
	line-height: 20px;
}

.case-details {
	padding-top: 10px;
	margin-bottom: 10px;
}

.media-details {
	position: relative;
	padding-top: 15px;
	padding-bottom: 10px;
	overflow: hidden;
}

.case-title a:hover {
	color: #990033;
}

.home-bottom.meida .media-details:last-child::after {
	display: none;
}

.media-details:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #ececec;
	left: 25px;
	bottom: 0px;
}

.read-more {
	position: relative;
	text-align: right;
	padding-top: 8px;
	line-height: 20px;
}

.read-more a {
	color: #990033;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 20px;
}

.read-more a:hover {
	color:#730026;	
}

.read-more i {
	color: #990033;
	font-size: 11px;
}

.read-more-with-line {
	position: relative;
	text-align: right;
	padding-top: 3px;
}

.read-more-with-line a {
	color: #990033;
	font-size: 11px;
	text-transform: uppercase;
}

.read-more-with-line a:hover {
	color:#730026;	
}

.read-more-with-line i {
	color: #990033;
	font-size: 11px;
}

.read-more-with-line:before {
	position: absolute;
	content: "";
	width: 70%;
	height: 1px;
	background: #ececec;
	left: 25px;
	top: 15px;
}

.media-title>div {
	float: left;
	color: #222222;
	width: 50%;
	background-color: #ececec;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
}

.post-date {
	color: #666666;
	float: left;
	font-size: 12px;
	padding-left: 25px;
	line-height: 20px;
}

#footer_body {
	padding-top: 30px;
	height: auto;
	background: #393939;
}

#header {
	height: 120px;
}

#header .header-right {
	float: right;
	text-align: right;
}

#header div, #header a {
	/* height:100%; */
	
}

a.logo img {
	height: 37px;
	margin: 50px 0 0 0;
}

#navigation {
	border-top: 1px solid #666666;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.42);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.42);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.42);
}

.float_right {
	float: right !important;
}

.padding_top5 {
	padding-top: 5px;
}

.searchandfilter input[type=text] {
	background-color: #393939;
	border: none;
	height: 26px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 26px;
	width: 180px;
	color: #ffffff;
	float: right;
}

.searchandfilter input[type=text]::-webkit-input-placeholder {
	color: #D5D5D5;
}

.searchandfilter  button[type="submit"] {
	background-color: #7F7F7F;
	color: white;
	border: 0px;
	height: 25px;
	list-style: none;
	width: 25px;
	text-align: center;
	padding: 0;
	float: right;
}

.search-no-results-description{
	color:#222222;
	font-size:12px;	
}

.searchandfilter button[type="submit"]:hover {
	background-color: #990033;
}

div.float_right.padding_top5 .searchandfilter ul li {
	float: left;
	list-style: none;
}

div.float_right.padding_top5 .searchandfilter ul {
	height: 40px;
	margin: 0;
	padding: 5px 5px;
}

.searchandfilter li {
	padding-right: 0 !important;
}

#footer_news_menu {
	padding-bottom: 30px;
}

#footer-bottom {
	height: auto;
	background: #222222;
	border-bottom: 3px solid #990033;
	line-height: 25px;
}

#footer-bottom .row {
	font-size: 11px;
}

#footer_news_menu .first-section .footer_body_ul_list.quick-links:after {
	border-right: 1px solid #222222;
	content: "";
	z-index: 1;
	height: 175px;
	width: 1px;
	position: absolute;
	left: 120px;
	top: 10px;
}

#footer-bottom .copyright {
	color: #B2B2B2;
	text-align: right;
    display: inline-block;
}

#footer_body .footer_body_ul_list {
	margin: 10px 0 0 0;
	position: relative;
}

#footer_body .footer_body_ul_list li {
	line-height: 1.5;
}

#footer_body .footer_body_list_title {
	line-height: 1.5;
	height: 20px;
}

#footer_body .first-section .footer_body_ul_list.quick-links li {
	padding: 5px 0px 0px 0px;
}



#footer_body .first-section .footer_body_ul_list.quick-links li a {
	text-transform: uppercase;
}

#footer_body .footer_sub_list i {
	padding-right: 10px;
}

#footer_body .footer_sub_list i.fa-twitter-square {
	padding-left: 5px;
}

.footer-bottom-cube {
	height: 25px;
	width: 25px;
	background: #990033;
	display: inline-block;
}

.copyright span {
	/* float: right; */
	text-align: center;
	margin-left: 5px;
}

.copyright span i {
	color: #ffffff;
}

.align_right .footer_body_ul_list li {
	margin-bottom: 10px;
	font-size: 12px;
}

.min-width-setting {
	min-width: 98px;
	width: auto;
	max-width: 156px;
}

.people-profile {
	padding: 10px 10px 10px 10px;
	background-color: #ececec;
	margin-top: 10px;
	border-bottom: 1px solid #990033;
}

.profile-photo, .profile-info {
	float: left;
}

.profile-info {
	padding-left: 5px;
}

.profile-photo {
	width: 80px;
	height: 80px;
}

.profile-info .people-name {
	color: #222222;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.profile-info .people-title {
	color: #333333;
	font-size: 12px;
}

.profile-info .people-link {
	padding-top: 10px;
}

.profile-info .people-link a {
	color: #990033;
	font-size: 12px;
}

.people-link i {
	color: #990033;
	font-size: 12px;
	padding-left: 5px;
}

.news-wrap-title {
	margin-top: 10px;
}

.news-wrap {
	padding-top: 6px;
}

.news-title {
	line-height: 12px;
	max-height: 35px;
	overflow: hidden;
}

.news-title a {
	color: #222222;
	font-size: 12px;
}

.news-title a:hover {
	color: #990033;
	font-size: 12px;
}

.news-description {
	color: #666666;
	font-size: 12px;
	line-height: 15px;
	max-height: 55px;
	overflow: hidden;
	padding-top: 10px;
}

#home-bottom {
	background:
		url('/wp-content/themes/cslawyers/images/cs_lawyers_patter_right_bottom.png');
	height: auto;
	background-size: contain;
	position: relative;
	background-position: right bottom;
    background-repeat: no-repeat;
}

#header #lang_sel_list a, #lang_sel_list a.lang_sel_sel {
	color: white;
	border: none;
	background-color: #222222;
	background: #222222;
}

#lang_sel_list {
	margin-top: 30px;
	height: 24px;
	margin-right: 24px;
}

#lang_sel_list.lang_sel_list_horizontal ul {
	border: none;
	float: right;
}

#lang_sel_list li {
	width: 80px;
	text-align: center;
}

#lang_sel_list ul ul {
	width: 80px;
}

#header #lang_sel_list a:hover {
	color: #990033 !important;
}

#mega_main_menu>.menu_holder>.menu_inner>ul>li a {
	width: 100% !important;
	outline: none;
}

#mega_main_menu>.menu_holder>.menu_inner>ul>li.current-menu-item a,
	#mega_main_menu>.menu_holder>.menu_inner>ul>li:hover a {
	border-bottom: 3px solid #990033;
}

#mega_main_menu>.menu_holder>.menu_inner>ul>li:hover>a {
	background-color: #333333 !important;
	background-image: none !important;
}

#mega_main_menu > .menu_holder > .menu_inner .item_link > .link_content > .link_text > .link_descr{
	font-size:13px !important;	
}

.ubermenu-submenu .practice-submenu, .ubermenu-submenu .people-submenu{
	font-size:22px;	
}

.ubermenu-content-block p{
	color:#ffffff;
	font-size:13px;
	line-height: 18px;	
}

#menu-item-408  > span,  #menu-item-409  > span, #menu-item-426 > span, #menu-item-545 > a  > span, #menu-item-430 > span, #menu-item-438 > span, #menu-item-440 > span, #menu-item-548 > a > span{
	font-size:14px;
	
}

.ubermenu-custom-content a:hover{
	color:#B7B7B7 !important;	
}

#menu-item-450 .ubermenu-submenu-id-450 > li > a > span{
	text-transform: uppercase;
}

.ubermenu-custom-content-padded a i {
	padding-left:5px;	
}

ul.ubermenu-submenu-id-408 >li >a:hover, ul.ubermenu-submenu-id-426 > li >a:hover, ul.ubermenu-submenu-id-463 > li >a:hover, ul.ubermenu-submenu-id-450 > li >a:hover, ul.ubermenu-submenu-id-409 >li >a:hover,.ubermenu-submenu-id-430 > li > a:hover,  .ubermenu-submenu-id-438 > li >a:hover, .ubermenu-submenu-id-440 > li >a:hover {
	color:#B7B7B7 !important;	
}

ul.ubermenu-submenu-id-463 > li >a:hover div.menu-item-description, ul.ubermenu-submenu-id-450 > li >a:hover div.menu-item-description {
	color:#ffffff !important;
}

ul.ubermenu-submenu-id-408, ul.ubermenu-submenu-id-409, ul.ubermenu-submenu-id-426{
	padding-top: 0px !important;
}

.ubermenu-submenu-id-408 > li > a:before, .ubermenu-submenu-id-409 > li > a:before, .ubermenu-submenu.ubermenu-submenu-id-426 > li > a:before, .ubermenu-submenu-id-430 > li >a:before, .ubermenu-submenu-id-438 > li >a:before, .ubermenu-submenu-id-440 > li >a:before {
	position: absolute;
    content: "";
    width: 5px;
    height: 1px;
    background: #ececec;
    left: 20px;
    top: 12px;
}

.ubermenu-submenu-id-409 #menu-item-426 > li >a:before, a.personal-service-menu:before{
	opacity:0 !important;
	left:0px !important;	
}

a.personal-service-menu span{
	padding-left:0px !important;	
}

.ubermenu .ubermenu-submenu .ubermenu-submenu-type-stack{
	padding:0;	
}

.ubermenu-submenu-id-408 > li > a > span, .ubermenu-submenu-id-409 > li > a > span, .ubermenu-submenu-id-426 > li > a > span, .ubermenu-submenu-id-430 > li > a > span, .ubermenu-submenu-id-438 > li >a > span, .ubermenu-submenu-id-440 > li >a > span{
	padding-left:8px;
}

#menu-item-403:after, #menu-item-429:after{
	position: absolute;
    content: "";
    width: 1px;
    height: 150px;
    background: #730026;
    right: 10px;
    top: 12px;
}

.ubermenu .ubermenu-submenu .ubermenu-column {
	position:relative;
}

.ubermenu .ubermenu-submenu.ubermenu-submenu-drop {
    background-color: #990033;
}

.ubermenu .ubermenu-item.ubermenu-item-444 > .ubermenu-target{
	color:#ffffff !important;
}

.menu-item-description{
	padding-top:8px;	
}

#menu-item-450 > a, #menu-item-463 > a{
	display:none;	
}

#menu-item-450 > .ubermenu-submenu-id-450 > li {
	/* padding-bottom:10px; */
}

.ubermenu-skin-grey-white .ubermenu-submenu.ubermenu-submenu-drop{
	border:none !important;
}

/*
 page style
*/
#page-main-body {
	margin-top: 15px;
	min-height: 600px;
	background:
		url('/wp-content/themes/cslawyers/images/cs_lawyers_patter_right_bottom.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 20px;
}

#sidebar-menu {
	margin-top: 30px;
}

#sidebar-menu ul li {
	margin-bottom: 1px;
}

#sidebar-menu .sub-sidebar-menu-list {
	display: none;
}

#sidebar-menu>ul>li.current.first-level>a, #sidebar-menu>ul>li.current.first-level>i
	{
	background-color: #990033;
	color: #ffffff;
}

#sidebar-menu>ul>li.current>a{
	background-color:#990033;
	color:#ffffff;
}


#sidebar-menu .sub-sidebar-menu-list li {
	background-color: #ffffff;
	padding-left: 10px;
}

#sidebar-menu .sub-sidebar-menu-list.third-level li.current a, #sidebar-menu .sub-sidebar-menu-list.second-level li.current a{
	color:#990033;	
}

#sidebar-menu .sub-sidebar-menu-list.second-level>li {
	background-color: #ffffff;
	border-bottom: 1px solid #ececec;
	padding-left: 10px;
	line-height: 25px;
}

#sidebar-menu .sub-sidebar-menu-list li:last-child {
	border: none;
}

#sidebar-menu .sub-sidebar-menu-list li a, #sidebar-menu .sub-sidebar-menu-list li span {
	color: #393939;
	font-size: 12px;
	text-transform: capitalize;
	width: 90%;
	float: left;
}

#sidebar-menu li a:hover{
	color:#990033;
}

#sidebar-menu>ul>li>a {
	color: #222222;
	font-size: 12px;
	text-transform: uppercase;
	width: 100%;
	display: block;
	background-color: #ECECEC;
	padding-left: 10px;
	line-height: 25px;
	float: left;
}

#sidebar-menu>ul>li.sidebar-menu-has-children>a {
	width: 90%;
}

.sidebar-menu-has-children.first-level>i {
	float: left;
	width: 10%;
	font-size: 12px;
	background-color: #ECECEC;
	color: #222222;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
}

.sub-sidebar-menu-list.second-level  i {
	float: left;
	width: 10%;
	font-size: 12px;
	background-color: #ffffff;
	color: #222222;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
}

.breadcrumbs {
	border-bottom: 3px solid #990033;
	height: 25px;
    overflow: hidden;
}

.breadcrumbs a {
	color: #393939;
	font-size: 12px;
	text-transform: uppercase;
}

.separators {
	color: #393939;
}

.current_location {
	font-size: 12px;
	color: #990033;
	text-transform: uppercase;
}

.page-main-content {
	margin-top: 20px;
}

.page-main-content p, .page-main-content ul li, .page-main-content ul li span {
	color: #222222;
	font-size: 12px;
	word-break: break-word;
	-ms-word-break: break-word;
	-webkit-word-break:break-word;
	-webkit-hyphens: none;
   -moz-hyphens: none;
        hyphens: none;
}

.page-main-content .entry-content ul {
	padding-left:15px;
	list-style: disc;	
	margin-bottom: 15px;
}

.top-banner {
	margin-top: 20px;
	position: relative;
}

.top-banner img {
	width: 100%;
}

.page-slogan {
	position: absolute;
	bottom: 0px;
	z-index: 3;
	left: 20px;
}

.page-slogan-title {
	text-transform: uppercase;
	font-size: 20px;
}

.page-slogan-description p {
	color: #ffffff;
	font-size: 12px;
}

.contact-widget {
	border: 1px solid #990033;
}

.contact_widget_ul_list {
	padding: 10px 10px 0 10px;
}

.contact_widget_ul_list li, .contact_widget_ul_list li a.mailto{
	color: #222222;
	font-size: 12px;
	margin-bottom: 10px;
}

.contact_widget_ul_list li i {
	color: #990033;
	padding-right: 10px;
}

.contact-us-button {
	background-color: #990033;
	text-align: center;
	height: 25px;
	line-height: 25px;
}

.contact-us-button a {
	font-size: 12px;
	text-transform: uppercase;
}

.contact-us-button:hover {
	background-color: #730026;
}

.contact-us-button:hover a{
	color:#ffffff;	
}

.contact_widget_sub_list .contact-us-button i {
	float: right;
	width: 25px;
	height: 25px;
	background-color: #730026;
	margin: 0;
	padding: 0;
	color: #ffffff;
	line-height: 25px;
}

.people-list-li .people-list-avatar, .people-list-li .people-list-content
	{
	float: left;
	color: #222222;
}

.people-list-li .people-list-avatar {
	max-width: 110px;
	height: 110px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.nomargin {
	margin: 0;
}

.people-list-li {
	position: relative;
	background-color: #ececec;
	margin-bottom: 20px;
}

.people-list-li .people-list-title {
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 15px;
}

.people-list-li .people-list-title a{
	color:#222222;
}

.people-list-li .people-list-title a:hover{
	color:#990033;
}


.people-list-li .people-list-position {
	text-transform: capitalize;
	font-size: 12px;
}

.people-list-language {
	font-size: 12px;
	margin-top: 10px;
}

.people-list-email {
	font-size: 12px;
	color: #990033;
}

.people-list-read-more {
	position: absolute;
	right: 10px;
	bottom: 0px;
	color: #990033;
}

.people-list-read-more a {
	color: #990033;
	font-size: 12px;
}

.people-list-read-more a i {
	padding-left:5px;	
}

.media-list-li {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 15px;
}

.media-list-icon, .media-list-title {
	float: left;
	line-height: 12px;
}

.media-list-icon {
	
}

.media-list-icon i {
	color: #990033;
	font-size: 12px;
}

.media-list-title {
	max-height: 30px;
	line-height: 15px;
	padding-left: 10px;
	overflow: hidden;
	width: 90%;
}

.media-list-title a {
	color: #222222;
	font-size: 12px;
	line-height: 15px;
}

.media-list-title a:hover {
	color: #990033;
}


.media-list-time {
	float: left;
	color: #666666;
	font-size: 12px;
}

.media-list-read-more {
	float: right;
}

.media-list-read-more a {
	color: #990033;
	font-size: 12px;
}

.media-list-info {
	padding: 5px 0px 3px 20px;
}

.media-list-description {
	padding-left: 20px;
	padding-top: 5px;
	color: #666666;
	font-size: 12px;
}

.media-list-description p {
	color: #666666;
	font-size: 12px;
}

div.wpcf7 {
	margin: 0;
	padding: 15px;
	background-color: #ececec;
}

input[type="submit"].wpcf7-submit {
	width: 190px;
	background-color: #990033;
	padding: 5px;
	font-weight: 400;
	position: relative;
}

input[type="submit"].wpcf7-submit:hover{
	background-color: #730026;	
}

.submit-div {
	position: relative;
}

.wpcf7-form i.fa-caret-right {
	position: absolute;
	width: 27px;
	height: 27px;
	background-color: #730026;
	content: '';
	text-align: center;
	padding-top: 9px;
	color: #ffffff;
	padding: 7px;
}

.wpcf7-form-control.wpcf7-select {
	color: #222222;
}

.single-post-title {
	font-size: 16px;
	color: #990033;
	text-transform: uppercase;
}

.single-post-meta {
	margin-top: 20px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.single-post-date {
	color: #666666;
	font-size: 12px;
	float: left;
}


.corporate-law-header{
	background:url('/wp-content/themes/cslawyers/images/cs_lawyers_corporate_small_icon.png');
	background-position: left center;
    background-repeat: no-repeat;	
}

.property-law-header{
	background:url('/wp-content/themes/cslawyers/images/cs_lawyers_property_small_icon.png');
	background-position: left center;
    background-repeat: no-repeat;
}

.commercial-law-header{
	background:url('/wp-content/themes/cslawyers/images/cs_lawyers_commercial_small_icon.png');
	background-position: left center;
    background-repeat: no-repeat;
}

.personal-service-header{
	background:url('/wp-content/themes/cslawyers/images/cs_lawyers_personal_small_icon.png');
	background-position: left center;
    background-repeat: no-repeat;
}

.accordion-ul-list-li{
	background:#ECECEC;
	height:40px;
    border-bottom: 1px solid #ffffff;	
}

.accordion-ul-list-li a {
	color: #222222;
    font-size: 14px;
    line-height: 40px;
    padding-left: 15px;	
}

.accordion-ul-list-li a:hover {
	color:#990033;
}

.accordion-ul-list-li span a{
	color: #990033;
    font-size: 12px;
    float: right;
    line-height: 40px;
    padding-right: 15px;
}

.accordion-ul-list-li span a i {
	padding-left:5px;
}

.company-social-link.fa{
	padding-left: 7px;
    font-size: 14px;
    line-height: 18px;
}

.company-social-link.fa:hover {
	color:#0077b5;	
}

.single-people-meta {
	position: relative;
    background-color: #ececec;
    margin-bottom: 20px;
}

.single-people-meta .single-people-avatar {
    max-width: 110px;
    height: 110px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.single-people-meta .single-people-title a {
	text-transform: uppercase;
    font-size: 14px;
    color: #222222;
}

.single-people-meta .single-people-position{
	color:#222222;
	font-size:12px;
}

.single-people-meta .single-people-language{
	color:#222222;
	font-size:12px;
}


.single-people-meta .single-people-email{
	color:#990033;
	font-size:12px;
}

.single-people-meta .single-people-content{
	padding-top:15px;
}

.media-list-li:last-child {
    border-bottom: 1px solid #990033;	
}

.pagination{
	margin-top:0px;	
	border:none;
}

.pagination .current{
	color:#990033;
	font-size:12px;
	font-weight:100;
	padding-left: 5px;
    padding-right: 5px;
}

.pagination > a {
	color:#393939;
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
}

.search-top-section{
	color:#222222;
	font-size:14px;
	margin-top: 20px;
}

.search-query{
	color:#990033;
	font-size:14px;
}

.title-404{
	color:#990033;
	font-size:16px;
}

.page-description-404{
	margin-top:10px;
}

.page-description-404 a {
	color:#990033;
}

.sitemap-ul-list>li>a {
	color:#990033;
	font-size:12px;
	text-transform: uppercase;	
}

.ul-children-list>li>a{
	font-size:12px;
	color:#393939;
}

.sitemap-ul-list .sublist-title{
	font-size:12px;
	color:#393939;
}

.ul-children-list>li>a:hover {
	color:#990033;
}

.page-title-under-breadcrumbs{
	color:#990033;
	font-size:16px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
}

#navigation .ubermenu-responsive-toggle{
	padding:15px 0px;
	font-size: 14px;
}

div.wpcf7-validation-errors{
	color:red;
	border:none;
	padding-left: 0px;
	font-size: 12px;
	margin-top: 10px;
}

div.wpcf7-mail-sent-ok{
	border:none;
	color:#398f14;
	padding-left: 0px;
	font-size: 12px;
	margin-top: 10px;	
}

div.wpcf7 img.ajax-loader{
	display:none;
}

select.wpcf7-form-control.wpcf7-select{-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    font-size: 12px;
    border: none;
    height: 30px;
    padding-left: 10px;
    background: url('/wp-content/themes/cslawyers/images/cs_lawyers_form_drop_down_button.png') 100% / 15% no-repeat #fff;
    background-size: contain;
}

.wpcf7-form-control.wpcf7-text{
	font-size:14px;
}

.enquiry-form-title{
	font-size: 14px;
    color: #990033;
    text-align: left;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.enquiry-form-description{
	color: #222222;
    font-size: 12px;
    margin-bottom: 10px;
}


#accordion{
	position:relative;
}

.accordion-toggle {
    cursor: pointer;
    background-color: #990033;
    padding-left: 45px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 100;
    margin-bottom:10px;
}

.accordion-toggle span {
	color: #ffffff;
    font-size: 20px;
    right: 0;
    position: absolute;
    width: 40px;
    text-align: center;
    background-color: #730026;
}
	
.accordion-content {
	display: none;
	margin-bottom: 10px;
}

.accordion-content.default {
	display: block;
}

.accordion-toggle.commercial-law-header a{
	cursor: pointer;
    background-color: #990033;
    font-size: 16px;
    line-height: 40px;
    font-weight: 100;
    margin-bottom:10px;
}

.accordion-toggle:hover, .accordion-toggle:hover a {
	background-color:#730026;
	color:#ffffff;
}

.page-template-template-contact .contact-us-button{
	display:none;
}

.slider-controls .owl-dots{
    position: relative;
    margin: 0 15px;
}

