/*
    Theme Name: Posta2021
    Theme URI:
    Description: News Portal / WordPress theme
    Author: EkDesign
    Author URI: 
    Version: BS-4
    Tags: 
*/


/* =GENERAL
-------------------------------------------------------------- */

img{height:auto}
body {
    font-size:16px;
	font-family: 'Open Sans', sans-serif;
	background: #f2f2f2;
	line-height:1;
	margin:0;
	padding:0;
	color:#303030;
	}

a {
    color: #303030;
    text-decoration: none;
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
} 

a:hover, a:focus {
	text-decoration: none;
	color:#303030;
}

a:focus { 
    outline: none;
}

input,
textarea,
select {
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
	box-sizing:border-box;
	border: none;
	width:100%;
	padding:10px 10px;
	border-radius:4px;
	background:#FFF;
	color:#000;
	line-height:20px;		
	
}

input[type="checkbox"] {
	display: inline-block;
	width: auto;
}

input[type="submit"],
input[type="button"] {
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	display: inline-block;
	cursor:pointer;
	padding:10px 25px;
	width: auto;
	text-align:center;
	color:#FFF;
	border: none;
	background:#327ac4;
	line-height:18px;
	font-weight: bold;
	
	
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
	
	}

input[type="submit"]:hover,
input[type="button"]:hover {
	-moz-transform: scale(0.9);
-webkit-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
	}


::-webkit-input-placeholder {
       color:#7c7c7c;
}

:-moz-placeholder { /* Firefox 18- */
      color:#7c7c7c;
}

::-moz-placeholder {  /* Firefox 19+ */
       color:#7c7c7c;
}

:-ms-input-placeholder {  
     color:#7c7c7c;
}


.fa-phone {
	-moz-transform: rotate(250deg);
-webkit-transform: rotate(250deg);
-o-transform: rotate(250deg);
-ms-transform: rotate(250deg);
transform: rotate(250deg);
}

.fa-volume-control-phone {
	-moz-transform: rotate(-30deg);
-webkit-transform: rotate(-30deg);
-o-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
transform: rotate(-30deg);
}

ul, li {
	padding:0;
	margin:0;
	list-style: none;
}

.call {
	white-space: nowrap;
}

.ltr {
	direction:ltr;
}

.flex {
	display: flex;
}



.gradient {
	background-image: -webkit-gradient(
	linear,
	right top,
	left top,
	color-stop(0, #CC97AE),
	color-stop(0.61, #CD9E86),
	color-stop(1, #CDA46A)
);
background-image: -o-linear-gradient(left, #CC97AE 0%, #CD9E86 61%, #CDA46A 100%);
background-image: -moz-linear-gradient(left, #CC97AE 0%, #CD9E86 61%, #CDA46A 100%);
background-image: -webkit-linear-gradient(left, #CC97AE 0%, #CD9E86 61%, #CDA46A 100%);
background-image: -ms-linear-gradient(left, #CC97AE 0%, #CD9E86 61%, #CDA46A 100%);
background-image: linear-gradient(to left, #CC97AE 0%, #CD9E86 61%, #CDA46A 100%);
}


/* =LAYOUT
-------------------------------------------------------------- */
.wrapper-wrap{width:100%; overflow:hidden;}
.container {
	position:relative;
}

#main {
	background:#FFF;
	padding:20px 20px;
	
	}
	
#main-area {
	padding-bottom:40px;
}

#sidebar-right {
	
}

#sidebar-left {
	
}
	
.section {
	position: relative;
	}



.padding {
	width:60%;
	margin: auto;
}





/* =HEADER
-------------------------------------------------------------- */
#heading {
	position: relative;
	background:#FFF;
	z-index:100;
}

#fixed-buttons {
	position: fixed;
	z-index:270;
	left:0;
	bottom: 20px;
	border-radius:0 6px 6px 0;
	overflow: hidden;
}

#fixed-buttons .social-icons a {
	display: inline-block;
	text-align: center;
	font-size:26px;
	color:#FFF;
	width:40px;
	height:40px;
	line-height: 40px;
	background:#f9951b;
	margin-bottom:2px;		
}

#fixed-buttons .social-icons li:first-child a {
	background:#327ac4;
}

.social-icons a:hover {
	transform: scale(0.9);
	
}

.logo {
	position: relative;
	background:#FFF;	
	width:159px;
		
}

.logo img {
	position: absolute;
	bottom:0;
	right:0px;
	padding:10px;
		
}

#toprow {
	padding-top:15px;
	
	}
	
.top-left {
	display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom:15px;
}

.winner {
	padding:0 10px;
}

.winner a {
	display:flex;
	align-items: center;
	justify-content:center;
	padding:5px;
	color:#FFF;
	font-size:16px;
	background:#c60a0a;
	border-radius:80px;
}

/* =MENUS
-------------------------------------------------------------- */
/************TOPMENU**********/

.arrw {
	display: none;
}
.menu-iconav-container {
	text-align: left;
}

.menu-iconav li {
	display: inline-block;
	float: none;
	}

.menu-iconav li a {
	display: block;
	padding:12px 15px;
	border-radius:8px;
	font-size:16px;
	font-weight: bold;
	color:#000;
	line-height:20px;
}

.menu-iconav li a .after-menu-image-icons {
	font-size:20px;
	color:#f9951b;
	display: inline-block;
	margin-left:5px;
}

.menu-iconav li img.menu-image path{
	fill:#f9951b; 
}

.menu-iconav li a:hover,
.menu-iconav li.current-menu-item a {
	background:#f9951b;
	color:#FFF;
}

.menu-iconav li a:hover .after-menu-image-icons,
.menu-iconav li.current-menu-item a .after-menu-image-icons {
	color:#FFF;
}

/*********mainmenu******************/

#menurow {
	box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.24);
	background-image: -webkit-gradient(
	linear,
	left top,
	right top,
	color-stop(0, rgb(25, 95, 165)),
	color-stop(1, rgb(48, 118, 193)),
	color-stop(1, rgb(25, 95, 165))
);
background-image: -o-linear-gradient(right, rgb(25, 95, 165) 0%, rgb(48, 118, 193) 100%, rgb(25, 95, 165) 100%);
background-image: -moz-linear-gradient(right, rgb(25, 95, 165) 0%, rgb(48, 118, 193) 100%, rgb(25, 95, 165) 100%);
background-image: -webkit-linear-gradient(right, rgb(25, 95, 165) 0%, rgb(48, 118, 193) 100%, rgb(25, 95, 165) 100%);
background-image: -ms-linear-gradient(right, rgb(25, 95, 165) 0%, rgb(48, 118, 193) 100%, rgb(25, 95, 165) 100%);
background-image: linear-gradient(to right, rgb(25, 95, 165) 0%, rgb(48, 118, 193) 100%, rgb(25, 95, 165) 100%);
}

.menu-primary-container {
	text-align:center;
	}
.menu-primary li {
	display: inline-block;
    float: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.menu-primary ul {
    min-width: 300px;
}
.menu-primary li {
	position: relative;
	border-left:rgba(255, 255, 255, 0.4) 1px solid;
	margin-left:-4px;
	}
	
.menu-primary li.mega {
	position: static;
}


/* First Level - Menu Primary */
.menu-primary li a {
    font-size: 18px;
    display: block;
    color: #fff;
    padding: 12px 20px 9px 20px;
    text-decoration: none;
	font-weight:600;
	border-bottom:rgba(0, 0, 0, 0.2) 1px solid;
   
}

.menu-primary li.orange a {
	    background: #f9951b;
}

.menu-primary  li a .after-menu-image-icons {
	font-size:20px;
	display: inline-block;
	margin-left:5px;
}

.menu-primary  li a:hover,
.menu-primary  li.current-menu-item a {
	background:#f9951b;
	color:#FFF;
}



.menu-primary li:last-child  {
    border-left: none;
}


/* Child Levels - Menu Primary MEGA DROP-DOWN */

.menu-primary li.mega ul.sub-menu {
	min-width: inherit;
}

.menu-primary li ul.sub-menu li a {
	color:#000;
	background: none;
}


.menu-primary li ul.sub-level-1 {
	text-align: right;
    background: #fff;
    z-index: 999;
    padding: 10px;
	padding:10px;
	
	-webkit-box-shadow: -8px 6px 5px 0px rgba(50, 50, 50, 0.31);
-moz-box-shadow:    -8px 6px 5px 0px rgba(50, 50, 50, 0.31);
box-shadow:         -8px 6px 5px 0px rgba(50, 50, 50, 0.31);


}


.menu-primary li.mega ul.sub-level-1 {
	position: absolute;
	right:0;
   	width: 100%;
    text-align: right;
    background: #fff;
    z-index: 999;
    padding: 10px;
	padding:10px 20px 20px 20px;
	
	-webkit-box-shadow: -8px 6px 5px 0px rgba(50, 50, 50, 0.31);
-moz-box-shadow:    -8px 6px 5px 0px rgba(50, 50, 50, 0.31);
box-shadow:         -8px 6px 5px 0px rgba(50, 50, 50, 0.31);


}



.menu-primary li:hover ul.sub-level-1 {
	
	}

.menu-primary li.mega ul.sub-level-1 li {
	position: relative;
	width: 20%;
	float: right;
	padding-left:20px;
}

.menu-primary li ul.sub-level-1 li a {
	font-weight: bold;
	font-size:18px;
	padding:15px 0;
}

.menu-primary li ul.sub-level-1 li a:hover {
	color:#db8819;
	background: none;
}

.menu-primary li ul.sub-level-1 li img {
	-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.menu-primary li ul.sub-level-1 li:hover img {
	-moz-transform: rotateY(360deg);
-webkit-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
transform: rotateY(360deg);
}

.menu-primary li ul.sub-level-2,
.menu-primary li:hover ul.sub-level-2 {
	position: relative;
	top: 0 !important;
	right: 0;
	visibility: visible !important;
	display: block !important;
	}

.menu-primary li ul.sub-level-2 li {
	width:100%;
	float: none;
}

.menu-primary li ul.sub-level-2 li a {
	font-size:16px;
	padding:10px 0;
	font-weight: 700;
	border-bottom: none;
}

.menu-primary li ul.sub-level-2 li:last-child a {
	border-bottom: none;
}

.menu-primary li ul.sub-level-2 li a:hover {
	color:#013368;
}

.sf-sub-indicator {
    display: none;
}


/**********************BANNERS****************/
.banners-area.home-onsidebar img {
    width: 100%;
    margin-bottom: 15px;
}
.banners-area.home-onsidebar .banner-placeholder {
    margin: 0 0px;
}
.banners-area {
	padding:15px;
	background: url(images/grey-pattern.png) repeat;
	border-radius:6px;
}

#banners-home-left {
	position: relative;
	top:10px;
}

.home-line {
	margin:20px 0;
}

.home-line .flex {
	width:100%;
	max-width:100%;
}

.home-line .banner-placeholder {
	padding:0 5px;
	
}

#fixed-left {
	width:180px;
	overflow: hidden;
	position:fixed;
	z-index:200;
	left: 0;
	
}

#fixed-right {
	width:180px;
	overflow: hidden;
	position:fixed;
	z-index:200;
	right: 0;
	
}	

#banners-oncategory {
	margin:20px 0;
}

.banner-placeholder {
	margin:0 5px;
}

.category-inside {
	width: calc(100% - 30px);
	margin:0 15px 30px 15px;
}

.single-onsidebar {
	text-align:center;
}

.single-onsidebar .banner-placeholder {
	margin:10px 0;
}

/************FLASHES****************/
#flashes {
	margin:30px 0;
}

.flash-title {
	position: absolute;
	right:0;
	top:0;
	z-index:10;
	width:140px;
	font-size:18px;
	font-weight:600;
	color:#FFF;
	text-align: center;
	border-radius:0 4px 4px 0;
	padding:15px 10px;

}

.flash-title a {
	color:#FFF;
}

.flash-row {
	position: relative;
	border-radius:4px;
	width:100%;
	overflow: hidden;
	padding:0px 20px;
	margin-bottom:10px;
	
}

.flash-row.orange{
	border:#f9951b 2px solid;
}
.flash-row.blue{
	border:#327ac4 2px solid;
}

.orange .flash-title {
	background:#f9951b;
}
.blue .flash-title {
	background:#327ac4;
}

.flash-item {
	direction: rtl;
}

.flash-item a {
	display: block;
	padding:15px 10px;
}

.flash-item .meta-date {
	font-size:15px;
	font-weight: bold;
	margin-left:5px;
	
}

.orange .meta-date {
	color:#f9951b;
}

.blue .meta-date {
	color:#327ac4;
}

.flash-item .f-title {
	font-size:16px;
	font-weight: bold;
	color:#303030;
}

.flash-item a:hover .f-title {
	color:#2f77c0;
}



/********************home******************/

#top-home-area {
    margin: 30px 0 0;
}

#lawyers-home-1 {
	max-height:100%;
	overflow:hidden;
	height:1078px;
}


#lawyers-home-1 .slick-next, #lawyers-home-1 .slick-prev{
	
	top:0px;
	bottom:auto;
}
#lawyers-home-1 .slick-next{
	
	left:35%
}
#lawyers-home-1 .slick-prev{
	
	left:55%
	
}
#lawyers-home-1 .slider-side {
    padding-top: 40px;
    margin-bottom: 0px;
}
.slider-side {
	margin-bottom:50px;
}


.side-title {
	padding:10px 15px;
	background:#327ac4;
	color:#FFF;
	font-weight: bold;
	border-radius:6px 6px 0 0;
	margin-bottom:10px;
}

.lawyer-item {
	border:#e7e7e7 1px solid;
	margin-bottom:10px;
	border-radius:4px 0 0 4px;
					
}

.lawyers-side .lawyer-item {
	height:110px;
	overflow: hidden;
			
}

.lawyer-item .flex {
	height:100%;
}

.lawyer-item .l-img {
	width:25%;
}

.lawyer-item .l-img img {
	display: block;
}

.lawyer-item .details {
	width:75%;
	padding:10px 7px;
}

.lawyer-item .areas {
	font-size:15px;
}
.lawyer-item .details .areas a:after , .lawyer-item.law-index .areas a:after {
    content: "|";
}
.lawyer-item .details .areas a:last-child:after  , .lawyer-item.law-index .areas a:last-child:after{
    content: "";
}

.item-title {
	color:#327ac4;
	font-weight: bold;
	margin-bottom:5px;
}

.item-title a {
	color:#327ac4;
}

.item-title a:hover {
	color:#f9951b;
}

.l-contacts {
	margin-top:5px;
	display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-contacts .tel a {
	color:#327ac4;
	font-weight: bold;
}

.l-contacts .tel a:hover {
	color:#f9951b;
}

.l-contacts .icons a {
	display: inline-block;
	color:#f9951b;
	padding-right:10px;
	font-size:20px;	
}


#home-big-slider {
	margin-bottom:0px;
	max-height:100%;
	overflow:hidden;
	height:815px;	
}
#home-big-slider .slick-prev {
    left: auto;
    right: 18px;
    
}
#home-big-slider .slick-next{
	
	   left: 18px;
	
}
#home-big-slider .slick-next, #home-big-slider .slick-prev {
  
    bottom: 198px;
   
}
#home-big-slider .slick-prev:after, #home-big-slider .slick-next:after {
    width: auto;
    height: auto;
    font-size: 60px;
    color: #f9951b;
    background: #fff;
	line-height:57px
}
#home-big-slider .slider-for {
	position: relative;
}

.home-slide-art {
	position: relative;
	padding-top:0px;
	
}
.home-slide-art .hs-img img {
    height: 100%;
    object-fit: cover;
}
.hs-img {
    width: 100%;
    height: 456px;
    background: transparent;
    border-radius: 5px;
    overflow: hidden;
}

.hs-img img {
	width: 100%;
	max-width: inherit;
	min-width:100%;
	display: block;
}

.cover {
	background:#FFF;
	color:#141619;
}

.cover .hs-title {
    color: #000;
    margin-top: -7px;
}

.slider-for .cover {
	width:100%;
	height:188px;
	overflow: hidden;
	
	
	
}

.slider-for .cover .flex-inner {
	padding:0px 10px;
}

.hs-title {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 8px;
    letter-spacing: -0.04em;
}

.home-slide-art .excerpt {
    font-size: 22px;
    font-weight: 700;
}


.home-slide-th .excerpt {
	font-size:20px;
	font-weight:400;
	line-height:1.4;
}

#content-slider .slick-prev:after, 
#content-slider .slick-next:after,
#content-slider .slick-dots .slick-active button:after {
	color:#f9951b;
}

.slider-nav {
	margin-top:15px;
}

.home-slide-th {
	padding:0 17.5px;
	position: relative;
	}
.banners-area.home-onsidebar {
    background: none;
    padding: 0px;
    width: 100%;
    text-align: left;
    float: left;
    display: block;
    max-width: 100%;
}
.banners-area .inner {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-flow: column;
    row-gap: 22px;
}
.banners-area .inner .side-title a{
	margin-bottom:0px;
    text-align: right; 
    display: flex;
    align-items: center;
    justify-content: space-between;	
	color: #FFF;
    font-weight: bold;
font-size: 16px;
}
.related-item {
    padding: 15px;
    text-align: right; 
}
.related-item h3{
    font-size: 15px;
    font-weight: bold;
}
.banners-area .inner .banner-placeholder img {
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}
.left-banner .blue_btn {
    background: #327ac4;
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    font-weight: 700;
    font-size:18px;
}
.left-banner .orange_btn {
    background: #f9951b;
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;	
}
.category_tax {
    border-radius: 10px;
    box-shadow: 0px 5px 30px #0000001a;
    border: 1px solid #cfcfcf;
}
.home-slide-th .inner {
	position: relative;
	width:100%;
	display: block;
	border-radius:5px;
	overflow: hidden;
}

.home-slide-th .th-img {
    border-radius: 5px;
    overflow: hidden;
}
.home-slide-th .th-img img {
    height: 99px;
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
}
.slider-nav .th-cover {
	height:52px;
	width:100%;
	overflow: hidden;
	z-index:10;
	background:#FFF;
	color:#141619;
	padding:8px;
	font-size:12px;
	font-weight:600;
	border-radius: 0 0 5px 5px;
	line-height:1.2;
}
#news-home-1 {
    max-height: 700px;
    overflow: hidden;
    margin-top: 20px;
	height:250px;
}
#news-home-1 button.slick-arrow {
    top: -37px;
    bottom: auto;
}
#home-big-slider .restaurant-info {
    height: auto;
}
#home-big-slider  .slick-next {
    left: 15px;
}
#news-home-1 button.slick-arrow:after {
   
	 width: 30px;
    height: 16px;
    background-position: center;
      content: "";
		background-repeat:no-repeat
}
#news-home-1 button.slick-arrow.slick-prev{
	
	left:60px !important
}
#news-home-1 button.slick-arrow.slick-next{
	
	left:30px !important
}
#news-home-1 .slider-side.slick-slider {
    margin-bottom: 0px!important;
}
#news-home-1 button.slick-arrow.slick-prev:after {
	 background-image:url(images/right-arrow.png)
}
#news-home-1 button.slick-arrow.slick-next:after {
  
    background-image: url(images/left-arrow.png);
   
}
#news-home-1 .slick-list.draggable {
    border-left: #e7e7e7 solid thin;
}
.homenews-item {
    padding: 50px 20px;
    border-right: #e7e7e7 1px solid;
    position: relative;
    height: 200px;
}

.homenews-item:hover .item-title {
	text-decoration: underline;
}

.homenews-item .excerpt {
	line-height:1.3;
	font-weight: bold;
	font-size:15px;
}

.home-section {
	
}
.news-side .homenews-item {
	padding: 10px 20px;
	height: auto;
}
.section-title-line {
	padding:0 10px;
	background:#327ac4;
	border-radius:5px;
	color:#FFF;
	display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:24px;
}

.section-title {
	padding:5px 15px;
	background:#FFF;
	height: 100%;
	color:#327ac4;
	font-size:24px;
	font-weight: bold;
	
}

.sec-more .m {
	display: none;
}
.m .flaticon-fast-forward-double-right-arrows {
	transform: rotate(180deg);
}

.section-title-line .svg-icon {
	padding-left:5px;
}

.section-title-line .svg-icon svg {
	width:26px;
	height: auto;
	fill: #327ac4;
	
}


.section-title i {
	font-size:28px;
	font-weight: normal;
	margin-left:10px;
}



.sec-more {
	color:#FFF !important;
	font-size:17px;
	font-weight: bold;
}

.sec-more i {
	margin-right:5px;
}

.sec-more:hover {
	color:#FFF;
}

.double-sections {
	/*padding:20px 0;*/
}

.double-sections .section-title-line {
	line-height:32px;
}


.double-sections .section-title {
	font-size:20px;
	padding:5px 5px;
}

.double-sections .sec-more {
	font-size:16px;
}

.q-sections {

}

.q-sections .section-title-line {
	line-height:30px;
}

.q-sections .section-title {
	font-size:18px;
	padding:5px 5px;
}

.q-sections .sec-more {
	font-size:15px;
}


.slide-item  {
	padding:0 10px;
}

#tv-home {
	margin-bottom:60px;
}

.tv-item  {
	position: relative;
	border-radius:10px;
	overflow: hidden;
}


.tv-img {
	overflow: hidden;
	
	
}

.tv-img img {
	display: block;
	border-radius:10px;
}

.tv-thumb {
	border-radius:10px;
	background:#F8F8F8;
}

.tv-item  .details {
	bottom:0;
	left: 0;
	width:100%;
	z-index:10;
	padding:20px;
}

.tv-title {
	font-size:14px;
	font-weight: bold;
	line-height:1.2;
}

.article .excerpt {
	font-size:15px;
	line-height:1.2;
	margin-top:10px;
}
.article-post__meta-data {
    font-size: 14px;
    margin-top: 10px;
    padding-right: 4px;
    margin-bottom: 30px;
	font-weight:500;
	
}
.article-post__meta-data svg {
    margin-left: 2px;
}
.main-art .tv-title  {
	font-size:34px;
}

.main-art .excerpt  {
	font-size:20px;
}

.double-sections .main-art .tv-title,
.q-sections .main-art .tv-title {
	font-size:17px;
}

.main-art .image-overlay {
	height:40%;
	background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,0.8));
}

.main-art {
	height:calc(100% - 20px);
	overflow: hidden;
}

.main-art .mador-l {
	background:#FFF;
	
}

.mador-l img {
	display: block;
	
	}

.mador-large .main-art .details {
	height:167px;
}

.play {
	position: absolute;
	width:100%;
	z-index:20;
	left:0;
	top:30%;
	text-align:center;
}

.play-icon {
	display: inline-block !important;
}


.article {
	position: relative;
    border-radius: 10px;
    overflow: hidden;
	}
	
.category .article,
.search .article {
	margin-bottom:30px;
}

.art-img  {
	position: relative;
	overflow: hidden;
	width:100%;
}

.article .details {
	padding:15px 0px;
	background:#FFF;
	height:70px;
	overflow: hidden;
}

.article .art-img {
	height:184px;
	overflow: hidden;
}

.art-img .artloop {
	display: block;
	
	width: 100%;
	max-width: inherit;
	
}


.art-hover {
	position: absolute;
	bottom:-999px;
	left:0;
	z-index:10;
	width:100%;
	height:100%;
	background: rgba(0,0,0, 1);
	padding:40px 30px;
	opacity:0;
	transition: all 0.5s ease;
}

.article:hover .art-hover {
	bottom:0;
	opacity:1;
	
}

.home-section .slick-slider {
	margin-bottom:50px;
}



.lawyers-horizontal {
	padding:15px 0;
}

.lawyers-horizontal .lawyer-item {
	margin-bottom:20px;
	height:90px;
}

#hot-section .section-title-line {
	background:#f9951b;
}

#hot-section .slick-prev:after,
#hot-section .slick-next:after,
#hot-section .slick-dots .slick-active button:after {
	color:#f9951b;
}

.image-overlay {
	position: absolute;
	bottom:0;
	left:0;
	z-index:5;
	width:100%;
	height: 50%;
  	background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,0.9));
}

.art-loop {
	margin-bottom:20px;
}

.mador-large {
	margin-bottom:5px;
}

.mador-1 {	
	width:100%;
	overflow:hidden;
	position: relative;
   border-radius: 10px;
}
.mador-1 img {
	height:500px;
	max-width: inherit;
}



.lawyers-horizontal.slick-dotted {
	margin-bottom:40px;
	
}

.lawyers-horizontal .slick-slide {
	padding:0 7px;
}

.lawyers-horizontal .slick-dots {
	bottom:-10px;
}

.lawyers-horizontal .slick-next,
.lawyers-horizontal .slick-prev {
	bottom:-19px;
}

.mador-vertical .main-art {
	margin-bottom:0px;
}

.mador-vertical .mador-l img {
	
}

.mador-vertical .article  .details {
    height: auto;
    padding: 10px 0 0 0;
}


.double-sections .mador-vertical .main-art,
.q-sections .mador-vertical .main-art {
	margin-bottom:0;
}

.mador-vertical .posts-list li  {
	display: flex;
  	align-items: center;
	padding:10px 0;
	border-bottom:#eee 1px solid;
	height:60px;
}

.mador-vertical .posts-list li:last-child {
	border-bottom:0;
}

.mador-vertical .post-title {
	font-size:15px;
	font-weight: bold;
	line-height:1.4;
}

.mador-vertical .post-title a:hover {
	color:#327ac4;
}

#realty-section .section-title-line {
	background:#f9951b;
}

#realty-section .section-title {
	color:#f9951b;
}


.quadro-section .section-title {
	font-size:18px;
}

.quadro-section .sec-more {
	font-size:15px;
}

#lawyers-after-quadro {
	padding:40px 0;
}

#law-sec-1 {
	
}

.mador-large .art-img {
	height: 160px;
	overflow: hidden;
}

.mador-large .art-img img {	
	width: auto;
	min-width:100%;
	max-width: inherit;
}

#banners-after-doors {
	margin-bottom:40px;
}

.q-mador {
	margin-bottom:80px;
}

.q-mador .mador-vertical {
	margin-bottom:30px;
}

#bottom-section {
	margin-bottom:40px;
}

.add-margin {
	
}


/****************GENERAL**************************/
.the-link {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:100;
}

.more {
	margin:10px 0;	
}

.more a {
	display: inline-block;
	padding:10px 40px;
	color:#000;
	font-size:24px;
	font-weight:600;
	letter-spacing:-0.5px;
	}


.more a:hover {
	-moz-transform: scale(0.9);
-webkit-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}

.single-img {
	position: relative;
	max-width:50%;
}


.single-img.alignright {
	margin-left:30px;
	margin-bottom:30px;
	max-width:50%;
}
.single-img.alignleft {
	margin-right:30px;
	margin-bottom:30px;
	max-width:50%;
}



.single-img img {
	position: relative;
	z-index:10;
	
		
}

.single-img .frame-border {
	position: absolute;
	left:15px;
	top:15px;
	 border: #a3824f 1px solid;
}

.publication-date {
	color:#09408e;
	font-size:24px;
	font-weight:500;
}



.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.one-5 {
	width:20%;
	float: right;
	padding-left:15px;
	padding-right:15px;
}

.two-cols {
	-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}

.entry {
	line-height:1.5;
	font-size:20px;
	}

.entry h1  {
	font-size:36px;
	color:#000;
	font-weight:300;
	margin-bottom:20px;
	letter-spacing:1px;
}

.entry h2 {
	font-size:30px;
	color:#327ac4;
	font-weight:500;
	margin-bottom:20px;
}

.entry h3 {
	font-size:26px;
	color:#f9951b;
	font-weight:200;
	margin-bottom:15px;
	letter-spacing:1px;
}

.entry h4 {
	font-size:24px;
	color: #327ac4;
	font-weight:600;
	margin-bottom:15px;
}
.entry h5 {
	font-size:22px;
	font-weight:300;
	margin-bottom:10px;
	color:#f9951b;
	text-decoration:underline dotted;
}

.entry h6 {
	font-size:20px;
	font-weight:600;
	color:#327ac4;
	margin-bottom:10px;
	
}

.entry hr {
	border-top:#c2c3c4 1px solid;
}

.entry ul,
.entry ol {
	margin-right: 50px;
	}

.entry ul li {
	list-style: square;
}



.entry ol li {
	list-style: decimal;
}


.entry a {
	color: #327ac4;
}

.entry a:hover {
	text-decoration: underline;
}



.one-half {
	width:50%;
	
}

.one-third {
	width:33.33%;
	float:right;
}

.one-fourth {
	width:25%;
	float:right;
}

.mas-item {
    width: calc(25% - 30px);
    float: right;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

img.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}


.entry img.alignleft {
	margin-right:30px;
	margin-bottom:30px;
}

.entry img.alignright {
	margin-left:30px;
	margin-bottom:30px;
}

.entry img.alignnone {
	margin:20px 0;
	display: block;
}

.two-cols p:first-child {
	margin-top:0;
}


.title {
    position: relative;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
    line-height: 40px;
}
.title span {
    border-bottom: #000000 solid thin;
    padding-bottom: 10px;
    position: relative;
	display:inline-block
}
.title span:after , .title span:before{
	content: "";
    width: 5px;
    height: 5px;
    background: #000;
    transform: rotate(45deg);
    display: block;
    position: absolute;
  
    bottom: -3px;
}
.title span:before {
   
    left: 0px;
   
}
.title span:after {
  
    right: 0px;
   
}
#topimage {
	position: relative;
	width:100%;
	min-height:287px;
	background:url(images/topimage.jpg) left top no-repeat;
	background-size: cover;
		
	}

.topimg {
	display: block;
}

#topimage .textholder {
	position: absolute;
	bottom:100px;
	left:0;
	width:100%;
	z-index:1;
		
	}

.page-title {
	color:#327ac4;
	font-size:40px;
	font-weight:600;
	margin-bottom:30px;
	line-height:1.2;
	}

.toptitle span {
	
}

.bcr-area {
	
}

#breadcrumbs {
	font-size:16px;
	padding:15px 0;
	color:#000;
	font-weight: bold;
	
	}

#breadcrumbs a {
	color:#000;
	font-weight: normal;
	
}

#breadcrumbs a:hover {
	text-decoration:underline;
}

.single #breadcrumbs{
	border-top: #ededed 1px solid;
	border-bottom: #ededed 1px solid;
	margin:20px 0;
}

.page #breadcrumbs{
	border-top: #ededed 1px solid;
	margin:20px 0;
}


#share {
	display: flex;
  justify-content: space-between;
  align-items: center;
	border-top:#ededed 2px solid;
	border-bottom:#ededed 2px solid;
	margin:10px 0;
	padding:15px 0;
	font-size:17px;
	}

#share .addtoany_shortcode {
	display: inline-block;
	
}
.addtoany_shortcode .addtoany_list a {
    display: inline-block;
    margin-right: 5px;
}
#share .addtoany_list a>span {
	border-radius:100%;
	}

.subtitle {
	font-size:22px;
	font-weight: bold;
	color:#000;
	margin-bottom:20px;
	line-height:1.2;
}
.art-img.no-img  {
	background:#EEE;
}


.art-img img {
	display: block;
	transition: all 500ms ease;
	
}

.art-img:hover img {
	}


	
.art-title {
	font-size: 22px;
	font-weight:500;
	margin-bottom:10px;
	}
	
.art-title a {
	color:#000;
}

.art-title a:hover {
	 color: #cda36b;
}

.excerpt {
	line-height:1.2;
	
}

.article .more  {
	font-size:16px;
	font-weight:300;
}


	
.er-404 {
	font-size:150%;
	text-align: center;
}



.navigation {
	text-align: center;
	padding:15px 0;
}

.navigation  select {
	padding:5px;
	border: #E6E6E6 1px solid;
}

.navigation a, .navigation span {
    display: inline-block;
    width: 27px;
    height: 40px;
    line-height: 39px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    border-radius: 5px;
    border: #eee 1px solid;
    margin-left: 5px;
}
.navigation a:hover,
.navigation .nextpostslink  {
	background:#327ac4;
	color:#FFF;
}

.navigation .current {
	background:#195FA5;
	color:#FFF;
}

.navigation .pages {
	display: inline-block;
	margin: 0 10px;
	background: none;
}

#category-bottom {
	padding:40px 0;
}
.cat-custom-text {
    padding: 30px;
    background: #eeeeee;
    border-radius: 20px;
    font-size: 18px;
    line-height: 28px;
    margin: 30px 0px;
}
.inner_container {
    width: 90%;
    margin: 0px auto;
    max-width: 1060px;
}
.no-results {
	margin:30px 0;
	text-align: center;
	font-size:24px;
}

/***********************SINGLE**************/
.tag_wrap {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
}
.tag_label svg {
    width: 18px;
    fill: gray;
}
.tag_name, .tag_label {
    margin-bottom: 10px;
}
.tag_name a {
    background: #8080801a;
    color: gray;
    border-radius: 5px;
    padding: 4px 10px;
    line-height: 18px;
    display: block;
    font-size: 14px;
}
.tag_name a:hover {
    background: gray;
    color: #fff;
}

.tag_label {
    display: flex;
    column-gap: 6px;
    align-items: center;
}
.tags-custom {
    margin-top: 15px;
    border-top: #ededed 2px solid;
    padding-top: 15px;
}
.post-meta {
	font-size:17px;
}

.post-meta .author {
	font-weight: bold;
}

.main-figure {
	width:100%;
	border-radius:6px;
	margin:0 0 20px 0;
	position: relative;
	
}

.main-figure img {
	width:100%;
	display: block;
	border-radius:6px 6px 0 0;
}

figcaption {
	position: relative;
}
.wp-caption .wp-caption-text {
   
    padding:0 0 10px 0 !important;
    
}
.main-figure .cap-2 {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    background: #000;
    color: #FFF;
    height: 34px;
    padding: 5px 10px;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    animation-fill-mode: backwards;
    display: block;
    margin-bottom: 5px;

}

.notice-1 {
	font-size:17px;
	color:#676767;
	background: url(images/grey-pattern.png) repeat;
	border-radius:4px;
	margin-bottom:25px;
	padding:25px;
	line-height:1.4;
}

#sidebar-right {
	
}

.side-wgt {
	margin-bottom:5px;
}

#lawyers-right-large {
	background: url(images/grey-pattern.png) repeat;
	padding:20px 0px;
}

#lawyers-right-large .slick-next, 
#lawyers-right-large .slick-prev {
	bottom: auto;
	top: 10%;
	background:#eee;
	height:80%;
	width:40px;
	text-align: center;
	border-radius:6px;
	cursor: pointer;
}



#lawyers-right-large .slick-next {
	left:10px;
}

#lawyers-right-large .slick-prev {
	left: auto;
	right:10px;
}

#lawyers-right-large .slick-prev:after, 
#lawyers-right-large .slick-next:after {
	font-family: "flaticon";
	color:#327ac4;
	font-size:30px;
	width: auto;
	height: auto;
	
}

#lawyers-right-large .slick-prev:after {
	content:"\f125";
}

#lawyers-right-large .slick-next:after {
	content:"\f125";
	transform: rotate(180deg);
	color:#f9951b;
}

#lawyers-right-large .scroll-item {
	position: relative;
	padding-bottom:10px;
	padding-left:60px;
	padding-right:60px;
	
	
}

.lawyer-item-large {
	border: #D0D0D0 1px solid;
	border-radius:0 0 3px 3px;
	background:#FFF;
	margin-bottom:10px;
	text-align: center;
}

.lawyer-item-large .l-img {
	text-align:center;
	
}

.lawyer-item-large .l-img img {
	border:#eee 1px solid;
	
}

.lawyer-item-large .item-title {
	text-align: center;
}

.lawyer-item-large .details {
	padding:15px 10px;
	
}

.lawyer-item-large .l-contacts {
	margin-top:10px;
}

#lawyers-right-large .tel {
	}
	
.lawyer-item-large .areas a:after {
	content:"|";
	display: inline-block;
}

	
.lawyer-item-large .areas a:last-child:after {
	content:"";
}

 
#lawyers-right-large .slick-slide {
   opacity:1;
   transition:opacity 0.3s ease-out;
}

#lawyers-right-large .slick-active {
    opacity:1!important;
    transition:opacity 0.3s ease-in;
    }

#lawyers-right-large .slick-cloned {
    opacity: 1;
}

#lawyers-right-large .readmore {
	color:#327ac4;
	font-size:14px;
	font-weight: bold;
	
}

#lawyers-right-large .l-img img {
	display: inline-block !important;
}



.side-wgt .slick-slider {
	margin-bottom:60px;
}

#lawyers-right-large {
	margin-bottom:0;
}

#lawyers-left-blue  {
	background:#327ac4;
	padding:15px 10px;
	border-radius:4px;
	
}

#lawyers-left-blue .title {
	color:#FFF;
	font-size:16px;
	font-weight: bold;
	margin-bottom:10px;
}

#lawyers-left-blue .lawyer-item {
	background:#FFF;
	border-radius:4px;
}

#lawyers-left-blue .slick-slider {
	margin-bottom:0;
	}

#lawyers-left-blue .slick-dots {
	bottom:0px;
}

#lawyers-left-blue .slick-next, 
#lawyers-left-blue .slick-prev {
	bottom:-15px;
}
#lawyers-left-blue .slick-prev:after, 
#lawyers-left-blue .slick-next:after {
	color: #f9951b !important;
}
.news-title {
	padding:10px;
	color:#FFF;
	font-weight: bold;
	background:#327ac4;
	border-radius:4px 4px 0 0;
}

#news-left li.news-item {
	padding:15px 0;
	border-bottom:#eee 1px solid;
	height:100px;
	display: flex;
  align-items: center;  
}

#news-left .post-title {
	color:#327ac4;
	font-weight: bold;
	margin-bottom:5px;
	font-size:16px;
}

#news-left .post-title a {
	color:#327ac4;
}

#news-left .post-title a:hover {
	color:#000;
}

#news-left .ex {
	font-size:15px;
	line-height:1.3;
	font-weight: bold;
}

#sidebar-left .main-art .tv-title {
	font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
}



/******************INDEX*****************/

#specialisations-area {
	margin:80px -20px 30px -20px;
	background:#f8f8f8;
	padding:40px 50px;
	position: relative;
}

#specialisations-area .slick-next, 
#specialisations-area .slick-prev {
	bottom:53%;
	color:#327ac4;
	font-size:40px;
}

#specialisations-area .slick-prev {
	left: auto;
	right:-30px;
}

#specialisations-area .slick-next {
	left:-30px;
}

#specialisations-area .slick-next:after, 
#specialisations-area .slick-prev:after {
	display: none;
}

#specialisations-area .slick-next svg,
#specialisations-area .slick-prev svg {
	cursor: pointer;
}

.spec-item {
    padding: 85px 0px;
    text-align: center;
    color: #327ac4;
    transition: all 300ms ease;
    background: rgba(255,255,255,0.8);
    margin: 0 10px;
    box-shadow: rgba(0,0,0,0.15) 0 4px 20px 0;
    height: 300px;
    display: flex!important;
    align-items: center;
    justify-content: center;
	border-radius: 5px;
}

.spec-item  a {
	color:#327ac4;
}

.spec-item a:hover {
	color:#f9951b;
}

.spec-item .icon {
	width:90px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
}

.spec-item .spec-title {
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 32px;
}
.spec-item-wrap {
    padding: 20px 10px;
}
.spec-item a svg {
	fill:#327ac4;
}

.spec-item a:hover svg {
	fill:#f9951b;
}

.spec-item i {
	font-size:80px;
	color:#f9951b;
}

.spec-item.all a {
	color:#f9951b;
}

.all-spec {
	margin-top:40px;
	text-align: center;

}

.all-spec a {
    display: inline-flex;
    padding: 3px 20px 3px 20px;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    background: rgb(25,95,165);
    background: linear-gradient(90deg, rgba(25,95,165,1) 0%, rgba(48,118,193,1) 100%);
    width: 260px;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
}
#law-search {
	text-align: center;
	width:100%;
	margin-bottom:15px;
	}

#law-search form {
	display: inline-block;
	width:505px;
	max-width:90%;
	margin: auto;
}

#law-search form ul {
	position: relative;
}

#law-search form ul label {
	display: block;
	width:100%;
}

#law-search input[type="text"] {
	font-size: 14px;
    padding: 10px 10px;
    background: #FFF;
    border: #1c61a9 1px solid;
    border-radius: 30px;
	width:100%;
}

#law-search .sf-field-submit {
	position: absolute;
	padding:0;
	left:20px;
	top: 20px;
	}

#law-search input[type="submit"]{
	position: relative;
	height:44px;
	background: none;
	border: none;
	z-index:10;
}

#law-search .sf-field-submit:after {
	font-family: "flaticon";
	 content: "\f110";
	 font-size:22px;
	 color: #327ac4;
	 position: absolute;
	 top:0;
	 left:0;
	 z-index:0;
}

#laywers-list .inner {
	width:80%;
	margin: auto;
}

.lawyer-item.law-index {
	position: relative;
	text-align: center;
	margin:0 15px 30px 15px;
	}

.lawyer-item.law-index .details {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.law-index .item-title {
	font-size:20px;
	margin-bottom:10px;
}

.law-index .lw-img {
	overflow: hidden;
}

.law-index .lw-img img {
	width:100%;
}

.law-index .areas {
	font-size:14px;
	margin-bottom:10px;
}

#laywers-list .l-contacts {
	display: block;
	text-align: center;
}

.popup-tel {
	display: none;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	z-index:10;
	background:#FFF;
	border-radius:4px;
	padding:15px 10px;
	text-align:center;
	box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.3);
}

.popup-tel.active {
	display: block;
}

.popup-tel .inner {
	padding:20px;
	font-size:16px;
	text-align: center;
}

.popup-tel name {
	display: block;
	font-weight: bold;
	margin-bottom:10px;
	
}

.popup-tel line {
	display: block;
	width:35%;
	margin: auto;
	height:1px;
	border-bottom:#f9951b 2px solid;
	margin-bottom:12px;
}

.popup-tel .close {
	position: absolute;
	left:0;
	top:0;
	color:#f9951b;
	cursor: pointer;
	padding:5px;
}

.popup-tel .close i {
	
}

.popup-tel phone {
	display: block;
	direction: ltr;
	font-weight: bold;
	font-size:18px;
}

.popup-tel phone i {
	color:#f9951b;
	margin-right:5px;
}

.popup-tel .l-title {
	font-weight: bold;
	margin-bottom:10px;
}

.popup-tel a {
	color: #f9951b;
}

#related-articles {
	margin:40px 0 80px 0;
}

/*******************SINGLE LAWYER*************/
#lawyer-data {
    background: transparent;
    color: #000;
    padding: 0px;
    border-radius: 0px;
    margin-bottom: 20px;
}

#lawyer-data a {
    color: #000;
}

#lawyer-data a:hover {
	text-decoration: underline;
}

.single-law {
	border-radius:4px;
}

#lawyer-data .name {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

#lawyer-data .areas {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 700;
}
#lawyer-data .areas a:after {
    content: "|";
}
#lawyer-data .areas a:last-child:after {
    display:none
}
ul.contact-details li {
	margin-bottom:10px;
}
ul.contact-details img {
    width: 23px;
}
ul.contact-details li i,
ul.contact-details li svg {
	display: inline-block;
	margin-left:5px;
	font-size:22px;
}


.after-data {
	padding:25px 0;
	border-bottom:#eee 2px solid;
	margin-bottom:30px;
	display: flex;
  justify-content: space-between;
  align-items: center;
}

.vcf-link {
	display: block;
	color:#327ac4;
	font-weight: bold;
}

.vcf-link:hover {
	text-decoration: underline;
}

.vcf-link svg {
	display: inline-block;
	margin-left:7px;
}

.addtoany_list a:not(.addtoany_special_service)>span {
    border-radius: 100% !important;
}

.my-areas {
	margin-bottom:40px;
}

.my-areas .area-item {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: rgba(0,0,0,0.1) 0 4px 5px 0;
    text-align: center;
    padding: 20px;
}


.my-areas .svg-icon {
	width:55px;
	text-align: right;
	font-size:45px;
	
}

.my-areas .area-item svg {
	display: inline-block;
	fill: #FFF;
	width:45px;
	
}

.my-areas .text-area {
	display: block;
	margin-top: 10px;
    font-weight: 700;
    font-size: 16px;
	}

.my-areas .a-title {
    background: transparent;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 4px;
}
.my-areas .a-text {
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 1.2;
}

.single-law-text {
	line-height:1.4;
	width:70%;
	margin: auto;
}

.single-lawyer .notice {
    background: #A6A6A6;
    padding: 10px;
    font-size: 14px;
    font-style: normal;
    margin-top: 30px;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    height: 40px;
    line-height: 20px;
}

#from-press {
	margin-bottom:40px;
}

.press-title {
	font-size:23px;
	font-weight: bold;
	color:#f9951b;
	margin-bottom:15px;
}

.press-item {
	margin-bottom:20px;
}

.press-image img {
	border-radius:4px;
}

.p-title {
	font-size:22px;
	font-weight: bold;
	margin-bottom:10px;
}

.p-title a:hover {
	color:#327ac4;
}

.press-txt {
	font-size:20px;
}


#contact-lawyer {
    background: #fff;
    border-radius: 6px;
    padding: 30px 15px;
    color: #000;
    box-shadow: rgba(0,0,0,0.15) 0px 5px 10px 0px;
    top: 0px;
    max-width: 400px;
}

#contact-lawyer .form-title {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

#contact-lawyer .gfield {
	margin-bottom:10px;
}

#contact-lawyer .gform_footer {
	text-align:center;
}

#contact-lawyer  input[type="submit"]{
	padding:13px 30px;
}

.side-wgt .section-title {
	/*font-size:18px;*/
}

.side-wgt .sec-more {
	/*font-size:15px;*/
	line-height:18px;
	display: inline-block;
}



/*****************VIDEO*************/
.video-item {
	margin-bottom:30px;
}


/********************SEARCH****************/
#search {
	position: relative;
	width:430px;
	max-width:100%;
	margin-left:20px;

	
}

#search input {
	font-size:14px;
	padding:10px 10px;
	background:#FFF;
	border:#1c61a9 1px solid;
	border-radius:30px;
		
}

#search button {
	background: none;
	border: none;
	position: absolute;
	top:5px;
	left:5px;
	z-index:20;
	font-size:22px;
	padding:5px;
	color:#327ac4;
	cursor: pointer;
}
#search ::-webkit-input-placeholder {
       color:#000;
}

#search :-moz-placeholder { /* Firefox 18- */
      color:#000;
}
#search ::-moz-placeholder {  /* Firefox 19+ */
       color:#000;
}

#search :-ms-input-placeholder {  
     color:#000;
}




/***************CONTACT**************/

.gfield_label {
	display: none !important;
}

.gform_validation_container {
	display: none !important;
}

.gfield_visibility_hidden {
	display: none !important;
}

#contact-line {
	background:url(images/texture_bg.jpg) no-repeat;
	background-size:cover;
	padding:50px 0;
	
}

#contact-line form {
	display: flex;
	}
#contact-line .gform_body {
	width:80%;
	
}

#contact-line .gform_footer {
	width:20%;
	padding-right:20px;
}

#contact-line .gform_body ul {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}


#contact-line .gform_body ul li {
	width:32%;
}

.cl-title {
	font-size:30px;
	letter-spacing:-0.5px;
}




.acf-map {
	min-height:350px;
}

.contact-info {	
	background: url(images/texture_bg.jpg) no-repeat;
	background-size:cover;
	font-size:26px;
	font-weight:600;
	padding:50px 0;
	color:#000;
}

.contact-info ul {
	display: flex;
  justify-content: space-between;
  align-items: center;
	}


.contact-info li {
	width:24%;
	}

.contact-info li i {
	font-size:60px;
	margin-left:10px;
	float: right;
}

.contact-info li a {
	
}

.contact-info label {
	display: block;
	padding-top:10px;
	}

#maincontact {
	background:url(images/wm_bg.png) no-repeat;
	background-size:cover;	
}
#maincontact li {
	margin-bottom:10px; list-style:none !important
}

#maincontact li.three {
	width:33.33%;
	float: right;
}

#maincontact li.three {
	padding-left:7px;
}

#maincontact li#field_2_4 {
	padding-left:0;
}

#maincontact .gfield input,
#maincontact .gfield textarea {
	background:#FFF;
	border:#eee 1px solid;
}

#maincontact .gform_footer {
	
}

#maincontact .gform_footer input {
	width: auto;
	padding:15px 40px;
	background:#f9951b;
}



/*********************SIDEBAR********************/

#sidebar {
}

.side-wdg {
	margin-bottom:30px;
}

.side-widget-title {
	text-align: center;
	font-weight:500;
	font-size:30px;
	margin-bottom:10px;
	}
	


/********************FOOTER****************/
#footer {
	position: relative;
	z-index:210;
	background:#0070ba;
	font-size:16px;
	color:#fff;
	}

.footer-inner {
	padding:60px 0;
	
}

.foot-widget-title {
	font-size:18px;
	color:#f9951b;
	margin-bottom:20px;
	font-weight: bold;
	border-bottom:#f9951b 2px solid;
	padding-bottom:10px;
	
}

.foot-wdg {
	margin-bottom:30px;
}

.foot-wdg .widget_nav_menu li {
	display: block;
	float: none;
}

.foot-wdg .menus ul, 
.foot-wdg .menu ul {
	position: relative;
	top:0;
}

#menu-madors_footer {
	display:flex;
	
}

#menu-madors_footer .sub-list {
	padding-left:10px;
}

.foot-wdg li a {
	display: block;
	padding:8px 0;
	color:#FFF;
	
}

.foot-wdg li a:hover {
	color:#f9951b;
}


#footer .li {
	margin-bottom:10px;
}

#footer .li a {
	color:#FFF;
}

#footer .li i {
	color:#7bb62a;
	font-size:22px;
	margin-left:10px;
}


#menu-fb_footer li {
	margin-bottom:10px;
}

#menu-fb_footer li a {
	display: block;
	padding:12px 50px 12px 10px;
	border-radius:4px;
	background:#327ac4;
	position: relative;
	color:#FFF;
	font-weight: bold;
}

#menu-fb_footer li a:hover {
	transform: scale(0.9);
}

#menu-fb_footer li a svg {
	position: absolute;
	right:20px;
	top:10px;
}

#menu-fb_footer li a span {
	display: inline-block;
	border-right:rgba(255, 255, 255, 0.4) 1px solid;
}

#newsletter {
	padding:60px 30px;
	background:#f9951b;
	border-radius:10px;
	display: flex;
  justify-content: center;
  align-items: center;
	}
	

.logo-bottom {
	padding-left:25px;
	border-left:rgba(255, 255, 255, 0.4) 1px solid;
}

#newsletter .form-area {
	width:80%;
	padding-right:20px;
	}

#newsletter  .form-title  {
	font-size:20px;
	letter-spacing:-0.5px;
	padding-bottom:7px;
	}
#newsletter  .form-title span {
	padding-right:5px;
	font-size:16px;
}

#newsletter #mailpoet_form_1 form.mailpoet_form {
	padding:0;
}

.mailpoet_paragraph {
	text-align: right;
}

.mailpoet_paragraph input[type="email"] {
	padding:10px 10px !important;
}


#newsletter .mailpoet_paragraph input[type="submit"] {
	padding:11px 35px !important;
	position: absolute;
	left:0px;
	top:0px;
	z-index:10;
	width:210px !important;
}

.mailpoet_paragraph input[type="submit"]:hover {
	transform: scale(1);
	background:#000;
}

.mailpoet_paragraph  input[type="checkbox"] {
	border: none !important;
}

.mailpoet_checkbox_label {
	font-size: 14px !important;
}

#newsletter form {
	position: relative;
}
	

#bottom {
	background:#021d39;
	position:relative;
	border-top:rgba(255, 255, 255, 0.1) 1px solid;
	color:rgba(255, 255, 255, 0.5);
	font-size:14px;
	padding-top:15px;
	padding-bottom:15px;
	
	}
	

  
#bottom a {
	color:rgba(255, 255, 255, 0.5);
}


.copyrights {
	text-align:right;
	}
.credits {
	text-align:left;
	
		}

#credits img {
	vertical-align:middle;
}


.section-title-line.orange {
	background:#f9951b;
}

.orange .section-title {
	color:#f9951b;
}

#wpd-post-rating {
	margin:10px 0;
}

#comments {
	margin:20px 0;
}

#tbl-next-up, #taboola-below-article-thumbnails-homepage2 .trc_rbox_header_span, #taboola-below-article-thumbnails-homepage .trc_rbox_header_span {
	display: none !important;
}
.posta-layer .posta-close-button {
	position: absolute !important;
	width: 25px !important;
    height: 25px !important;
	line-height: 23px !important;
	top: 10px !important;
	right: 10px !important;
	font-size: 30px !important;
	background: #dfdfdf !important;
	margin-right:0px !important;
}


#respond #comment {
	height:100px;
	overflow-y: scroll;
	border:#eee 1px solid;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	border:#eee 1px solid;
}