/* 
 Theme Name:     Advokat Aarhus
 Author:         Mohammad
 Author URI:     http://dev.eluminousdev.com/wp/advokataarhus
 Template:       Divi
 Version:        4.17.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.9.3
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 
.errorClass {
  border: solid 2px #FF0000;
}
a:hover {
	color: #000;
	text-decoration: none;
}
.pa-inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
}
body {
	font-weight: 400;
	font-size:16px;
	
}

.pa-inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
}
.top-menu {
	margin-bottom: 0px !important;
	margin-right: 40px;
}
.menu-sec {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.et_pb_promo_description {
	padding-bottom: 0;
}
.et_pb_module_header {
	padding-bottom: 0px;
}
.rate-sec {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.rate-sec strong {
	font-weight: bold;
	font-size: 37px;
	color: #323232;
}
.rate-sec img {
	width: 107px;
	margin-right: 10px;
}
.list-item li {
	margin-bottom: 24px;
	list-style: decimal;
}
.list-item li:last-child {
	margin: 0;
}
.title-row .et_pb_column {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#hero-sec {
	overflow-x: hidden;
}
.home-blog-sec aside {
	background: #fff;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
	width: 33.333%;
}

.home-blog-sec aside img {
	width: 100%;
}
.home-blog-sec aside img {
	width: 100%;
}
.home-blog-sec {
	display: flex;
	column-gap: 20px;
}
.text-sec {
	padding: 10px 15px 30px 15px;
}
.text-sec p {
	line-height: 19px;
	font-weight: 400;
	font-size: 14px;
}
.vi-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}
.vi-list li {
	list-style: none;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
	background-color: #f2f4f5;
	display: block;
	width: 100%;
	height: 58px;
	line-height: 58px;
	font-size: 20px;
	margin-bottom: 12px;
	padding-left: 54px;
	background-image: url(https://advokataarhus.dk/wp-content/uploads/2022/05/green-tick.png);
	background-repeat: no-repeat;
	background-position: center left 15px;
	width: 31%;
float: left;
margin-right: 16px;
}
.vi-main ul {
	padding: 0px;
	width: 100%;
}
.footer-menu a {
	color: #adb3b4;
}
.footer-menu a:hover {
	color: #fff;
}
.et-l--footer {
	margin-top: -50px;
	z-index: 0 !important;
	position: relative;
}
#team-sec {
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 15px;
}
#team-sec .et_pb_module {
	display: flex;
	flex: 0 0 calc(50% - 8px);
	overflow: hidden;
}
.et_pb_team_member {
	display: flex;
align-items: center;
}

.et_pb_team_member p {
	line-height: 19px;
	padding-top: 7px;
}
.head-arrow {
	display: flex;
	align-items: center;
	column-gap: 20px;
}
#et_pb_contact_form_0 {
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.35);
	max-width: 500px;
	float: right;
}
.et_pb_contact .et_pb_contact_field_half {
	width: 100%;
}
#et_pb_contact_form_0 p.et_pb_contact_field {
	margin-bottom: 1.5%;
	
}
.et_contact_bottom_container {
	float: left;
}
.float-sec a {
	display: inline-block;
	background: #323232;
	min-width: 75px;
	height: 75px;
	text-align: center;
	line-height: 90px;
	border-radius: 75px;
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.35);
	transition: ease-in-out 0.3s;
	padding: 0px 20px;
}
.float-sec ul {
  padding: 0px;
}
.float-sec li {
	list-style: none;
	margin-bottom: 15px;
	margin-right: 15px;
	text-align: right;
}
.phone-number {
	font-size: 35px;
	color: #fff;
	line-height: 35px;
	margin-right: 13px;
	display:none;
	font-weight: 500;
}
.float-sec a br {
	display: none;
}
.float-sec a:hover .phone-number {
	display: inline-block;
}
.float-sec a:hover {
	background: #29d380;
}
.formWrapper.greenForm .form-control, .formWrapper.greenForm textarea.form-control {
	height: 55px;
	border: 0;
	font-size: 16px;
	background-color: #40575c;
	padding: 20px;
	color: #fff;
	width: 100%;
	margin-bottom: 8px;
	padding: 0px 20px;
	background-image: url(https://advokataarhus.dk/wp-content/uploads/2022/05/star-icon.png);
	background-repeat: no-repeat;
	background-position: center left 10px;
}
.formWrapper.greenForm textarea.form-control {
	min-height: 175px;
	max-height: 175px;
	padding: 20px 20px;
	background-position: top 27px left 10px;
}
.formWrapper.greenForm h6 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 4px;
}
.in-row-form {
	display: flex;
	column-gap: 10px;
}
.post-nr {
	max-width: 140px;
}
.by {
	width: 100%;
}
.opgaven-sec {
	padding-top: 50px;
}
#btnTopFormSubmit {
	background: #29d380;
	border: none;
	color: #fff;
	padding: 10px 20px;
	border-radius: 8px;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
	width: 150px;
}
#btnTopFormSubmit:hover{
	background: #fff;
	color: #29d380;
}
.da-close.evr-close {
	color: #fff !important;
	font-size: 50px !important;
	opacity: 1 !important;
	font-weight: 300 !important;
	background: none !important;
	top: 20px !important;
	right: 20px !important;
}
/*blog css*/
.blog-header {
	background-image: url(images/blog-bg.jpg);
}
.blog-header {
	background-image: url(images/blog-bg.jpg);
	background-size: cover;
	padding: 120px 0px;
}
.blog-header h1 {
	font-size: 45px;
	font-weight: 600;
	color: #fff;
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	max-width: 600px;
}
.blog-header p {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	max-width: 510px;
}


/*input checkbox css*/
.check-sec {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 0px 10px 40px;
  color: #002543;
}
/* Hide the browser's default checkbox */
.check-sec input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 27px;
	width: 26px;
	left: 0;
	z-index: 1;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 8px;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #eee;
  
}
/* On mouse-over, add a grey background color */
.check-sec:hover input ~ .checkmark {
  background-color: #fff;
}
/* When the checkbox is checked, add a blue background */
.check-sec input:checked ~ .checkmark {
  background-color: #29d380;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.check-sec input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.check-sec .checkmark::after {
	left: 10px;
	top: 6px;
	width: 8px;
	height: 15px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.blog-category .dropdown-menu {
	width: 100%;
	max-width: 600px;
	border: none;
	border-radius: 0;
	padding: 10px 20px;
	z-index: 9999;
	background: #d9dfe3;
	margin: 0;
}
	.blog-category .dropdown-menu label {
	font-size: 18px;
	font-weight: 400;
	color: #323232;
		margin-bottom:0px;
}
	.blog-category .dropdown-menu span {
	color: #939393;
	font-size: 15px;
	font-weight: 500;
}
.blog-category button {
	background: #d9dfe3;
	width: 100%;
	max-width: 600px;
	height: 70px;
	border-radius: 0px;
	text-align: left;
	padding-left: 25px;
	font-size: 18px;
	font-weight: 400;
	color: #323232;
	position: relative;
	top: -36px;
	border: none;
}
.blog-category button::after {
	right: 20px;
	position: absolute;
	top: 30px;
}

.button-group.blog-category {
	margin-bottom: 10px;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
}
.dropdown-menu.show {
	display: block;
}
.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}
/*chekbox css end*/

#blog-list-main {
	display: flex;
	column-gap: 20px;
	row-gap: 20px;
	flex-wrap: wrap;
}
#blog-list-main .blog_list {
	flex: 0 0 calc(33.33% - 14px);
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
	padding: 10px 10px 30px;
}
.blog_list section {
	max-height: 220px;
	overflow: hidden;
	
}
.blog_list section img {
	width: 100%;
}
.blog_list h2 {
	font-weight: 500;
	font-size: 16px;
}
.blog_list p {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
}
.blog_list aside {
	padding-top: 20px;
}

.et_right_sidebar #left-area {
	padding-right: 0%;
	max-width: 824px;
}
#sidebar {
	float: left;
	width: 410px;
}
#main-content .container::before {
	display:none;
}

.blog-con-main {
	background-image: url(images/test-bg.jpg);
	padding: 100px;
	margin-top: 30px;
	position: relative;
	z-index: 2;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.35);
	display: flex;
	justify-content: space-between;
	background-size: cover;
}

.xlo h2 {
	line-height: 40px;
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 500;
	font-size: 32px;
	color: #fff;
	margin-bottom: 25px;
}

.xlw p{
	line-height: 25px;
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	color:#fff;
}
.xlw span {
	font-size: 14px;
	color: #fff;
	display: block;
	padding-top: 20px;
}
.xlw {
	max-width: 490px;
}
.xlo {
	max-width: 440px;
}

.gr-btn{
border-radius: 7px;
font-size: 16px;
font-weight: 600;
padding:12px 15px;
background:#29d380;
color:#fff;
margin-right: 15px;
}
.gr-btn:hover{
background:#fff;
color:#29d380;
}

.wh-btn{
border-radius: 7px;
font-size: 16px;
font-weight: 600;
padding:10px 15px;
color:#fff;
border:2px solid #fff;
}
.wh-btn:hover{
background:#fff;
color:#29d380;
}
.blog-sidebar-main {
	background-image: url(https://advokataarhus.dk/wp-content/uploads/2022/05/fa-bg-img.jpg);
	padding: 40px 20px 70px;
	background-size: cover;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.35);
	position: relative;
	z-index: 1;
}

.blog-sidebar-main h2 {
	line-height: 40px;
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 500;
	font-size: 32px;
	color: #fff;
	margin-bottom: 55px;
}
.et_pb_widget a {
	text-decoration: none;
	color: #fff;
}
#custom_html-2::after {
	content: "";
	display: inline-block;
	width: 250px;
	height: 250px;
	background: #d9dfe3;
	position: absolute;
	right: -40px;
	bottom: -40px;
	z-index: 0;
}
#custom_html-2 {
	position: relative;
}
.entry-title {
	font-size: 45px;
	font-weight: 600;
	color: #323232;
	line-height: 55px;
	padding-top: 20px;
}
.category_all {
	display: inline-block;
	background: #8da9af;
	color: #fff;
	font-size: 12px;
	padding: 2px 15px;
	border-radius: 50px;
}
.author_meta_info {
	background: #f2f4f5;
	margin-top: 40px;
	display: flex;
	align-items: center;
	padding: 25px;
}
.author_profile_img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 20px;
}
.blog_related_posts h2 {
	font-size: 32px;
	color: #323232;
	margin-bottom: 10px;
}
.single-post .et-l--footer {
	margin-top: 0px;
}

.blog_related_posts .blog_list {
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
	padding: 10px 10px 30px;
	width:33.333%
}
.blog_related_posts {
	padding-bottom: 60px;
}
.blog_related_posts .blog_list h2{
	font-weight: 500;
	font-size: 16px;
}
.category_first {
	margin-top: -27px;
	position: relative;
	top: -13px;
	font-size: 12px;
	color: #323232;
	text-decoration:underline;
}
.category_first a{
	color: #323232;
}
.category_first .blog_title_span {
	color: #000;
}
.category_first .blog_title_span {
	color: #f26349;
	text-decoration: underline;
}

.mobile__menu__wrapper {
        display: flex;
        flex-wrap: wrap;
        background-color: #323232;
        padding: 15px 0;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    
    .mobile__menu__wrapper li {
        flex: 1;
        justify-content: center;
        align-items: center;
        border-right: 1px solid #656565;
    }
    
    .mobile__menu__wrapper li a,
    .close {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }
    
    .mobile__menu__wrapper li a img,
    .close img {
        max-width: 20px;
        width: 100%;
    }
    
    .mobile__menu__wrapper li a span,
    .close span {
        color: #fff;
        font-size: 12px;
        display: inline-block;
        margin-top: 4px;
    }
    
    .mobile__menu__popup {
        background-color: #29d380;
        position: fixed;
        bottom: 75px;
        left: 0;
        padding: 15px 0;
        width: 100%;
        transition: all 0.3s;
		display:none;
    }
    
    .mobile__menu__popup.active {
        bottom: 77px;
    }
    
    .mobile__menu__popup button.close {
	position: absolute;
	top: 90px;
	left: 10px;
	width: 70px;
	height: 70px;
	border: 0;
	background-color: #29d380;
	border-radius: 0 0 5px 5px;
	padding-top: 12px;
		cursor: pointer;
}
    
    .mobile__menu__popup .box {
        display: flex;
        align-items: center;
        /* padding-left: 80px; */
        column-gap: 25px;
        justify-content: center;
    }
    .mobile__menu__popup p {
	padding: 0;
}
    .mobile__menu__popup a {
        font-size: 35px;
        color: #fff;
        text-decoration: none;
    }
    
    .mobile__menu__popup .img__wrap {
        width: 60px;
        height: 60px;
        border: 2px solid #fff;
        border-radius: 50%;
        padding: 15px;
        box-sizing: border-box;
    }
    
    .mobile__menu__popup .img__wrap img {
        width: 100%;
    }
    
    .mobile__menu__popup__overlay {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        top: 0;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }
    
    .mobile__menu__popup__overlay.active {
        opacity: 1;
        visibility: visible;
    }
.mobile__menu__wrapper li {
	list-style: none;
}
.mobile__menu__wrapper {
	padding: 10px 0px !important;
}
.mobile__menu__wrapper li aside {
	height: 25px;
	display: flex;
	align-items: center;
}
.errorClass {
	border: 2px solid #ff0000 !important;
}
.address {
	float: left;
}
.mob-menu-header-holder.mobmenu {
	width: 30px;
	left: 0px;
}
.home-blog-sec aside .home-blog-thumbnail {
	max-height: 220px;
	overflow: hidden;
	margin-bottom: 17px;
}



/*=================== Responsive css===============================*/

@media (max-width: 1150px){
.mob-main {
	margin-bottom: 0px;
}	
#page-container .et_pb_cta_0_tb_header.et_pb_promo h1.et_pb_module_header {
	font-size: 27px !important;
}	
	.et_pb_promo_description div {
	font-size: 12px;
	font-weight: 400 !important;
}
	.mobile-logo .et_pb_promo_description {
	padding-left: 50px;
}
	.mobmenul-container i {
	line-height: 30px;
	font-size: 30px;
	float: left;
	color: #323232;
}
	#page-container .et_pb_row_0_tb_header.et_pb_row {
	padding: 10px 0px !important;
}
	.mob-menu-header-holder {
	z-index: 12000;
}
	.mobmenul-container {
	top: 21px;
	margin-left: 20px;
}
	#mobmenuleft li {
	border-bottom: 1px solid #E0E0E0 !important;
		position: relative;
}
	.mobmenu-content {
	margin-top: 25px;
}
	#mobmenuleft, #mobmenuright {
	padding: 20px;
}
.mobmenu-content #mobmenuleft a {
	padding: 0px !important;
	line-height: 40px !important;
	display: block;
	color: #323232 !important;
	position:reletive;
}
	.mobmenu-content #mobmenuleft a:hover{
		color: #29d380!important;
	}
	.mobmenu-left-panel .mobmenu-left-bt, .mobmenu-right-panel .mobmenu-right-bt {
right: auto;
top: 18px;
left: 14px;
}
	.mob-icon-cancel-1::before {
	font-size: 18px;
	color: #000;
}
	.mobmenu-content #mobmenuleft > li > a:hover {
	background-color: #fff !important;
}
	.mobmenu-panel {
	background: #fff;
}
.mobmenu-content #mobmenuleft > li > a::after {
	content: "$";
	font-family: ETmodules !important;
	font-weight: 400 !important;
	font-size: 22px;
	position: absolute;
	right: 0px;
	font-weight: 600;
}
}

@media screen and (min-width: 768px) and (max-width: 991px){
.tab-col {
  display: flex;
}
	.rate-sec {
	justify-content: center;
}
	.et_pb_row {
	width: 90%;
}
	.address {
	float: left;
	max-width: 190px;
}
		.container {
	width: 90%;
}
.blog-con-main {
	padding: 40px;
	display: block;
}
	.blog-header {
	padding: 80px 0px 120px;
}
	.xlo {
	max-width: 100%;
	margin-bottom: 60px;
}
	.xlw {
	max-width: 100%;
}
	.entry-title {
	font-size: 28px;
}
	.vi-list li {
	font-size: 17px;
	padding-left: 44px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1150px){
.et_pb_row {width: 90%;}
	#fa-en .et_pb_text_inner {
	font-size: 20px;
	line-height: 27px;
}
	#et_pb_contact_form_0 {
	max-width: 100%;
}
	.container {
	width: 90%;
}
	.blog-con-main {
	padding: 50px;
}
	.xlw {
	max-width: 410px;
}
	#left-area {
	width: 68.125%;
}
	#sidebar {
	width: 290px;
}
	.entry-title {
	font-size: 30px;
	}
	.blog-sidebar-main h2 {
	line-height: 30px;
	font-size: 22px;
		margin-bottom: 25px;
	}
	.gr-btn {
	margin-bottom: 20px;
		display:inline-block;
}
	.vi-list li {
	width: 47%;
}
	
}

@media screen and (max-width: 767px){
	body {
	font-size: 14px;
}
.mob-col {
  display: flex;
}
	.rate-sec {
	justify-content: center;
}
	.et_pb_row {
	width: 90%;
}
	#rate-main .et_pb_column {
	margin-bottom: 0;
}
	.rate-sec strong {
	font-size: 25px;
	}
	.rate-sec {
	font-size: 14px;
	line-height: 21px;
}
	.list-item li {
	margin-bottom: 6px;
	line-height: 20px;
}
	.home-blog-sec aside {
	min-width: 240px;
}
	.vi-main ul {
	width: 100%;
}
	.vi-main {
	display: block;
}
.vi-list li {
	height: 48px;
	line-height: 48px;
	font-size: 17px;
	padding-left: 44px;
	width: 100%;
	margin-right: 0;
}
	.footer-mob-col {
	display: flex;
	flex-direction: column-reverse;
}
	#team-sec {
	display: block;
	}
#team-sec .et_pb_module {
	column-gap: 13px;
	padding: 10px 20px !important;
	margin-bottom: 11px !important;
}
	#team-sec .et_pb_team_member_image {
	margin-bottom: 0;
}
	.blog-header {
	padding: 40px 0px 90px;
}
	.blog-header h1 {
	font-size: 33px;
	line-height: 40px;
}
	.blog-header p {
	font-size: 16px;
	line-height: 24px;
}
#blog-list-main {
	display: block;
	margin-top: -20px;
}
	#blog-list-main .blog_list {
	margin-bottom: 20px;
}
	.container {
	width: 90%;
}
	.blog-con-main {
	padding: 40px 20px;
	display: block;
}
	.blog-header {
	padding: 40px 0px 120px;
}
	.xlo {
	max-width: 100%;
	margin-bottom: 30px;
}
	.xlw {
	max-width: 100%;
}
	.xlo h2 {
	line-height: 33px;
	font-size: 25px;
}
	.gr-btn {
	font-size: 14px;
	padding: 10px 15px;
	margin-right: 6px;
}
	.wh-btn {
	font-size: 14px;
	padding: 8px 11px;
	}
	.xlw p {
	font-size: 16px;
	}
	.entry-title {
	font-size: 25px;
	line-height: 35px;
	
}
	.blog-sidebar-main h2 {
	line-height: 33px;
	font-size: 25px;
	margin-bottom: 35px;
}
	.blog_related_posts .blog_list {
	width: 100%;
}
	.single .et_pb_section_0_tb_footer {
	padding-top: 0px;
}
	.formWrapper.greenForm .form-control, .formWrapper.greenForm textarea.form-control {
	height: 45px;
	font-size: 14px;
	}
	.opgaven-sec {
	padding-top: 25px;
}
}


