/******** START Comment ********/
#commentform .comment-rating {display: flex;justify-content: end; width: 100%; align-items: center;}
#commentform .comment-rating h4{margin-top: 0 !important; margin-bottom: 0 !important; margin-right: 15px;}
.ntrcomment{
	margin-top: 15px;
}
.ntrcomment p{
	margin-bottom: 0px;
}
.comment_rate{
	display: flex;
	align-items: center;
	color: #FF1607;
	font-weight: 600;
}
.complaint_wrap{
	display: flex;
	margin-bottom: 10px;
	margin-top: 10px;
}
.complaint_wrap input{
	margin-right: 5px;
}

/******** END Comment ********/

/******** Start Table ********/
#NtrTable .NtrTable_heading{
	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	color: rgba(255, 253, 253, 1);
	background: #164578;
	border-radius: 0px 0px 3px 3px;
	text-align: center;
	padding: 25px 0px;
}
#NtrTable .NtrTable_wrapper{
	background: #F8F8F8;
	padding: 0 30px 30px 30px;
	display: flex;
  	flex-direction: column;
}
#NtrTable .NtrTable_item{
	display: flex;
	width: 100%;
	max-width:100%;
	white-space: initial;
	justify-content: space-between;
	align-items: center;
	padding-top: 40px;
}
#NtrTable .NtrTable_item-title{
	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	color: #084c8b;
	margin: 0px !important;
	font-weight: 600;
}
#NtrTable .NtrTable_item-left div{
	font-family: sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
}
#NtrTable .NtrTable_item-left div span{
	font-weight: 300;
}
#NtrTable .NtrTable_item-reviews{
	display: flex;
	color: #ff1607;
	align-items: center;
}
#NtrTable .NtrTable_item-reviews div{
	font-size: 16px;
}
#NtrTable .NtrTable_item-reviews_count{
	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 17px;
	text-align: center;
	color: #7B7B7B;
}
#NtrTable .NtrTable_item-reviews_body{
	display: flex;
	margin-right: 15px;
}
#NtrTable .NtrTable_item-plan{
	padding-top: 10px;
}
#NtrTable .NtrTable_item-address{
	font-family: sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 17px;
	color: #000000;
	max-width: 200px;
	padding-bottom: 10px;
}
#NtrTable .NtrTable_item-map{
	background: #2594FB;
	border-radius: 3px;
	padding: 10px 15px;
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	color: #FFFFFF;
}
#NtrTable .NtrTable_item-right{
	max-width: 30%;
	width: 100%;
	display: flex;
  flex-direction: column;
}
#NtrTable .NtrTable_simpleContainer > div{
	max-height: 600px;
	overflow-y: scroll;
}
#NtrTable .NtrTable_simpleContainer{
	margin-top: 40px;
	background: #F8F8F8;
	display: flex;
	flex-direction: column;
}
#NtrTable .NtrTable_simpleContainer input{
	max-width: 200px;
	width: 100%;
	margin-left: 30px;
	margin-top: 30px;
	padding-left: 10px;
	border: 1px solid #420105;
	
}
#NtrTable .NtrTable_simpleContainer{
	margin-bottom: 30px;
}
a#NtrTable .NtrTable_item-reviews_body div {
    color: #ff1607;
}
a#NtrTable .NtrTable_item-reviews_body{
    color: gray;
}
#NtrTable .NtrTable_item .popup_map{
	max-width: 90% !important;
	width: 100% !important;
	max-height: 90% !important;
	height: 100% !important;
	margin: 0 auto;
}
#NtrTable .NtrTable_item .popup_map iframe{
	max-width: 100%;
	max-height: 100%;
	height: 90% !important;
	position: absolute;
	top: 5%;
}
#NtrTable .notarius_add{
	text-align: right;
	padding-bottom:5px;
}
#NtrTable .notarius_add a{
	text-decoration:none;
}
/******** END Table ********/

/******* START Rating *********/
#NtrTable .ntr_star_rating, 
.ntrcomment .ntr_star_rating,
#respond .ntr_star_rating,
#Ntr_data .ntr_star_rating{
	display: flex;
    margin-left: 5px
}
#NtrTable .ntr_star_rating.ntrClick div, 
#respond .ntr_star_rating.ntrClick div, 
.ntrcomment .ntr_star_rating.ntrClick div,
#Ntr_data .ntr_star_rating.ntrClick div{
	cursor: pointer;
}
#NtrTable .ntr_star_rating div, 
#respond .ntr_star_rating div, 
.ntrcomment .ntr_star_rating div,
#Ntr_data .ntr_star_rating div{
	line-height: normal;
}
#NtrTable .ntr_star_rating div::after, 
#respond .ntr_star_rating div::after, 
.ntrcomment .ntr_star_rating div::after,
#Ntr_data .ntr_star_rating div::after{
	content: "★"; 
	color: grey;
}
#NtrTable .ntr_star_rating div.current-rating::after, 
#respond .ntr_star_rating div.current-rating::after, 
.ntrcomment .ntr_star_rating .current-rating::after,
#Ntr_data .ntr_star_rating .current-rating::after{
	color: #ff1607;
}
#NtrTable .ntr_star_rating.large div::after, 
#respond .ntr_star_rating.large div::after, 
.ntrcomment .ntr_star_rating.large div::after,
#Ntr_data .ntr_star_rating.large div::after{
	font-size: 40px;
}
#NtrTable .ntr_star_rating.small div::after, 
#respond .ntr_star_rating.small div::after, 
.ntrcomment .ntr_star_rating.small div::after,
#Ntr_data .ntr_star_rating.small div::after{
	font-size: 20px;
}
/******* END Rating *********/

/****** START Single Notarius ********/
#Ntr_data .notarius__main{
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}
#Ntr_data .notarius__main > div:first-child{
	width: 65%;
}
#Ntr_data .notarius__main > div:last-child{
	width: 30%;
}
#Ntr_data .notarius_days{
	background-color: #fdfdfd;
}
#Ntr_data .notarius_days > div{
	padding: 10px 0px;
	border: 1px solid #dcdcdc;
	padding: 5px;
	font-size: 15px;
	display: flex;
	align-items: center;
	padding-right: 10%;
}
#Ntr_data .currentTime{
	background-color: aqua !important;
}
#Ntr_data .currentTimeOut{
	background-color: #ed0000 !important;
}
#Ntr_data .notarius_days div > span{
	padding: 2px 7px;
	margin-right: auto;
	margin-left: 5px;
	border-radius: 10px;
	color: white;
	font-size: 13px;
}
#Ntr_data .notarius_days div.green > span{
	background-color: #3182c9;
}
#Ntr_data .notarius_days div.yellow > span{
	background-color: orange; 
}
#Ntr_data .notarius_days div.yellow{
	background-color: #fde8c2;
}
#Ntr_data .notarius_days div.grey{
	background-color: #e0e0e0;
}
#Ntr_data .notarius__header{
	display: flex;
	justify-content: space-between;
}
#Ntr_data .notarius__owner{
	margin-left: 20px;
}
#Ntr_data .notarius__owner iframe{
	width: 100%;
	height: 100%;
}
#Ntr_data .notarius__contact ul{
	padding-left: 20px;
	margin: 0;
}
#Ntr_data .notarius__contact ul li{
	margin: 10px 0px;
	align-items: center;
	padding-left: 0;
	line-height: 200%;
}
#Ntr_data .notarius__contact ul li::marker{
	color: #89c3ff;
}
#Ntr_data .notarius__contact ul li b{
	margin-right: 5px;
	float: left;
}
#Ntr_data .notarius__contact ul{
	list-style-type: disclosure-closed;
}
#Ntr_data .notarius__contact ul li svg{
	margin-right: 5px;
	fill: #924b4e;
}
#wpcf7-f5497-o1{
	width: 100%;
}
#Ntr_data #notarius_mistake{
	padding: 5px 10px;
	background-color: #2897F7;
	color: white;
}
.textarea-236 textarea{max-height: 100px; height: 100%;}
.form__next{display: none;}
.form__next.active{display: block;}
.pum-title.popmake-title{text-align:center !important;}
.popmake-content form{margin: 0 auto;}
.wpcf7-form.sent label, .wpcf7-form.sent p
{
    display:none !important;
}
.custom_form-heading{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/****** END Single Notarius ********/

/********* Search ********/
#NtrSearch .NtrSearch{
	max-width: 1140px;
	width: 100%;
}
#NtrSearch .NtrSearch_form{
	display: flex;
	padding: 35px 60px;
	background-color: #556C7B;
	justify-content: space-between;
	align-items: end;
	column-gap: 10px;
}
#NtrSearch .NtrSearch_form span{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: white;
	position: relative;
}
#NtrSearch .NtrSearch_form label{
	margin-bottom: 5px;
}
#NtrSearch .NtrSearch_notarius-name{
	max-width: 495px;
	width: 100%;
	position: relative;
}
#NtrSearch .NtrSearch_notarius-location{
	max-width: 232px;
	width: 100%;
}
#NtrSearch .NtrSearch_notarius-location input{
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	height: 48px !important;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: none;
	outline:none;
	color: white !important;
}
#NtrSearch .NtrSearch_notarius-location input::placeholder{
	color: white !important;
}
#NtrSearch .NtrSearch_notarius-name input{
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	height: 48px !important;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: none;
	outline:none;
	color: white !important;
}
#NtrSearch .NtrSearch_notarius-name input::-webkit-search-cancel-button{
	-webkit-appearance: none;
	height: 10px;
  	width: 10px;
	background: white;
}
#NtrSearch .NtrSearch_button{
	max-width: 235px;
	width: 100%;
	font-size: 16px;
	border: 0;
	color: white;
	font-weight: 600;
	background-color: #348BA4;
	cursor: pointer;
	height: 48px;
	text-align: center;
}
#NtrSearch .NtrSearch_icon{
	position: absolute;
    right: 10px;
    bottom: 14px;
	max-height: 20px;
	width: auto;
}
#NtrSearch .NtrSearch_address{
	max-width: 12px;
	height: auto;
}
#NtrSearch .NtrSearch_inputsWrapper{
	list-style-type: none;
	padding-left: 0px;
	margin: 0;
	max-height: 245px;
	overflow-y: scroll;
}
#NtrSearch .NtrSearch_inputSingleWrap{
	display: flex;
	background-color: black;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 15px 12px 15px;
	font-size: 15px;
	cursor: pointer;
	margin: 0 !important; 
}
#NtrSearch .NtrSearch_inputSingleWrap.hide{
	display: none;
}
.NtrSearch_inputSingleWrap:hover{
	background-color: #161616;
}
#NtrSearch .NtrSearch_inputSingleWrap:not(:first-child){
	border-top: 1px solid #404040;
}
#NtrSearch .NtrSearch_inputSingleWrap svg{
	margin-right: 10px;
}
#NtrSearch .Ntr_inputs{
	max-width: fit-content;
	position: absolute;
	top: 100%;
	min-width: 110%;
	z-index: 999;
	display: none;
}
#NtrSearch .Ntr_inputs.active{
	display: block;
}
#NtrSearch .NtrSearch_tags{
	display: flex;
	column-gap: 20px;
	margin-top: 20px;
}
#NtrSearch .NtrSearch_tags div{
	margin-right: 20px;
}
#NtrSearch .NtrSearch_tags div > label:first-child{
	margin-right: 10px;
}
/************  END SEARCH  **************/

/************  START SEARCH RESULTS *******************/
#NtrSGeneration_results{
	/*max-width: 1140px;*/
	width: 100%;
	position: relative;
}
#NtrSGeneration_results.activePreload{
	height: 100px;
}
#NtrSGeneration_results.activePreload .NtrSGeneration_preloader{
	display: block;
}
#NtrSGeneration_results .NtrSGeneration_item{
	background: #dffcff;
    padding: 30px;
    margin-top: 15px;
    font-size: 14px;
	display: block;
	text-decoration: none;
}
#NtrSGeneration_results .NtrSGeneration_item p{
	margin: 0;
}
#NtrSGeneration_results .NtrSGeneration_empty{
	text-align: left;
	margin-top: 30px;
	max-width: 1140px;
}
#NtrSGeneration_results .ntrcomment p{
	margin-bottom: 5px;
}
#NtrSGeneration_results .ntrcomment{
	margin-top: 20px;
}
#NtrSGeneration_results .NtrSGeneration_preloader{
	height: 100%;
	width: 100%;
	background-image: url('../img/search_preloader.gif');
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	display: none;
}
/************  END SEARCH RESULTS *******************/

@media only screen and (max-width:1220px){
	#NtrSearch .NtrSearch_notarius-name{
		max-width: 400px;
	}
	#NtrSearch .NtrSearch_form{
		padding: 35px;
	}
	#NtrSearch .NtrSearch_form span, #NtrSearch .NtrSearch_form button{
		max-width: 30%;
	}
	#NtrSearch .NtrSearch_form label{
		font-size: 16px;
		text-overflow: ellipsis;
		overflow: hidden;
		width: 98%;
		white-space: nowrap;
	}
}
@media only screen and (max-width:1000px){
	#NtrSearch .NtrSearch_tags div{
		display: flex;
		flex-direction: column;
	}
}
@media only screen and (max-width:768px){
	#NtrSearch .NtrSearch_form{
		flex-direction: column;
	}
	#NtrSearch .NtrSearch_form span, #NtrSearch .NtrSearch_form button{
		max-width: 100%;
		margin-top: 10px;
	}
}
@media only screen and (max-width:710px){
	.ntr_star_rating.large div:after, #ntr_star_rating.large div{
		font-size: 30px;
	}
}
@media screen and (max-width: 600px) {
	.custom_form-heading{
		flex-direction: column;
	}
	#Ntr_data .notarius__main{
		flex-direction: column;
	}
	#Ntr_data .notarius__main > div, .wpcf7-form{
		width: 100% !important;
		max-width: 100%;
	}
	#NtrSearch .NtrSearch_tags{
		display: flex;
		flex-direction: column;
	}
}
@media only screen and (max-width:500px){
	#NtrTable .NtrTable_item{
		flex-direction: column;
	}
	#NtrTable .NtrTable_item-right{
		padding-top: 15px;
		max-width: 100%;
		width: 100%;
	}
	#NtrTable .ntr_star_rating.large div:after{
		font-size: 20px;
	}
}

.popup_map_wrapper{
	position: fixed;
	top: 0px;
	left: 999999px;
	height: 100%;
	width: 100%;
	z-index: 99999;
	background-color: #f9f8f5;
}
.popup_map_wrapper.rem{
	left: 9999999px;
}
.popup_map_wrapper.add{
	left: 0px;
}
.popup_map_hide{
	position: absolute;
	top: 1%;
	font-size: 200%;
	font-weight: 600;
	right: 1%;
	display: block !important;
}
html body .bvi-body[data-bvi-size="16"] * .popup_map_hide{
	top: 15%;
	text-decoration: none !important;
}
html body .bvi-body[data-bvi-size="16"] * .popup_map_hide span{
	font-weight: 600;
	font-size: 30px !important;
}
.wpcf7-form{
	max-width: 50%;
}
.wpcf7-form label{
	display: block;
	margin-bottom: 20px;
	font-weight: 600;
}
.wpcf7-form p > br, #hidden_fields{
	display: none;
}
.wpcf7-form input, .wpcf7-form textarea{
	padding: 5px;
	border-radius: 0px;
	margin-top: 5px;
	width: 100%;
}
@media only screen and (max-width: 500px){
	#Ntr_data .cf7_2_post form, #notarius_mistake{
		display: block;
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
}