.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4{
  display: inline-block;
}
.formos-iskv{
  width: 100%;
  padding: 10px;
  background: #fa5742;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 4px;
}
#contact-form{
  width:100%;
  height:100%;
  position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: rgba(4, 4, 4, 0.8);
    transition: 0.5s;
}

#contact-form-container{
	transition: all 0.5s ease;
  background: rgba(4, 4, 4, 0.5);
    padding: 21px;
  width:680px;
	margin:0 auto;
	margin-top: 75px;
}

#contact-form-container input,#contact-form-container span,#contact-form-container select,#contact-form-container textarea{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:block;
	width:95%;
	padding:10px;
	margin:5px;
	font: 13px Arial;
}
#contact-form-container textarea{
  height:6em;
  margin-bottom:13px;
}
#contact-form-container textarea:focus {
		height: 9em;
		transition: all 0.5s ease;
}
#contact-form .close_mob{
    float: right;
    cursor:pointer;
    color:#fff;
    top: -10px;
    font-size: 25px;
    position: relative;
		width:unset;
		margin:0px;
}
#contact-form input[type="submit"]{
    width: 292px;
    display: inline-block;
    position: relative;
    top: -34px;
    padding: 28px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 13pt;
}
#contact-form .g-recaptcha{
  display:inline-block;
  margin-left:7px;
}
#contact-form span{
  color:#fff;
  font-size: 16px;
  font-weight: bold;
  margin: 5px -2px;
  padding: 5px 10px;
}
#contact-form #captcha_err{
    margin-top: -27px;
    color: #fff;
}

.diz_container{
  position:relative;
  width:100%;
  display: flex;
  padding:30px 10px;
  background:#ececec;
  /* margin-bottom:30px; */
  box-shadow: 1px 2px 7px #fa5742;
  border: 1px groove;
}
.diz_entry-content{
  background: #f7f7f7;
  padding: 15px 50px;
  color: #716e68;
  font-weight: 600;
  margin-top: 20px;
}
.diz_container .featured_image{
  display: inline-block;
 /* background:#000; */ 	
 /* background:linear-gradient(to bottom, #afafaf, #5a5a5a); */
  /* border: 1px groove; */
  background:transparent;
  overflow: hidden;
  width: 300px;
  height: 300px;
  margin: auto;
  padding: 0;
  display: flex;
}
.diz_container .featured_image img{
	height:auto; 
	width:300px; 
	object-fit: contain;
	max-width:unset;
	margin: auto;
}
.diz_container .contacts{
  display:inline-block;
  margin: auto 0;
}
.diz_container .contacts td, .diz_container .contacts tr{
  border:none;
}
.diz_container .contacts td{
	border-bottom: 1px groove;
    padding: 10px 10px;
    font-weight: 600;
    font-size: 1.5rem;
    color: #737373;
}
.diz_container .contacts td:last-child {
	word-break: break-all;
}
.diz_container .contacts tr:last-child, .diz_container .contacts tr:last-child td{
	border: none;
}
.diz_container .contacts td span{
    font-weight: bold;
    color: #fa5742;
}

.single-entry-meta .publisher {
	display: none;
}

#contact-form{
  width:100%;
  height:100%;
  position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: rgba(4, 4, 4, 0.8);
    transition: 0.5s;
}

#contact-form-container input,#contact-form-container span,#contact-form-container select,#contact-form-container textarea{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:block;
	width:95%;
	padding:10px;
	margin:5px;
	font: 13px Arial;
}
#contact-form-container textarea{
  height:6em;
}
#contact-form-container textarea:focus {
		height: 9em;
		transition: all 0.5s ease;
}
#contact_form .close_mob{
    float: right;
    top: -10px;
    font-size: 25px;
    position: relative;
		width:unset;
		margin:0px;
}

.fa {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-size: 25px/1;
}

.fa-facebook-square::before {
	content:"\f082";
	color: #737373;
}

.fa-instagram::before {
	content:"\f16d";
	color: #737373;
}

.fa-globe::before {
	content:"\f0ac";
}
.fa-mobile::before {
	content:"\f10b";
	font-size: 22px;
}

.fa-arrow-circle-left::before {
	content:"\f0a8";
	padding-right: 10px;
}

.custompost-back {
	color: #fa5742;
	font-weight: bold;
}

/* Post Card Css */

#postCard {
	background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	max-width: 630px;
	background: #fff;
	margin: 20px auto;
	display: flex;
	width: 100%;
}

#postCard a {
	font-weight: bold;
	color: #404040;
	cursor: pointer;
}

#postCard .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
	margin: 10px;
	width: 100%;
}

#postCard .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#postCard .col-md-4, #postCard .col-md-8 {
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 15px;
}

#postCard .w-100 {
    width: 100%!important;
}

#postCard .pr-3, #postCard .px-3 {
    padding-right: 1rem!important;
}

#postCard .pl-3, #postCard .px-3 {
    padding-left: 1rem!important;
}

#postCard .image {
	margin: auto;
	text-align: center;
}

#postCard .image img {
	width: 200px;
	height: auto;
    vertical-align: middle;
    border-style: none;
}

#postCard .card-title {
    margin-bottom: .75rem;
	font-weight: bold;
    color: #404040;
    font-size: 18px;
}

#postCard .h4, #postCard h4 {
    font-size: 1.5rem;
	    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
	    margin-top: 0
}

#postCard p {
    margin-top: 0;
    margin-bottom: 1rem;
}

#postCard .attributes {
	box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
	padding-bottom: 10px;
}

#postCard .main-attributes {
	/* width: 62.5%; */
	width: 25%;
}

#postCard .secondary-attributes {
	width: 37.5%;
}

.custompost-stars .icon {
	font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    /* display: block; */
	display: inline-block;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0;
	margin-right: 5px; /* added */
	font-size: 20px;
}

.custompost-stars .fa-map-marker::before {
	content:"\f041";
}

.custompost-stars .fa-mobile::before {
	content:"\f10b";
}

.custompost-stars .fa-star::before {
	content:"\f005";
}

.custompost-stars .fa-star-o::before {
	content:"\f006";
}

.custompost-stars .fa-star-half::before {
	content:"\f089";
}

.custompost-stars .fa-star-half-o::before {
	content:"\f123";
}

.custompost-stars .fa-long-arrow-right::before {
	content:"\f178";
	font-size: 14px;
}

.custompost-stars .fa-long-arrow-right {
	display: inline;
}

.custompost-stars .star {
	display: inline;
	color: #f2b01e;
	font-size: 18px;
}

.custompost-stars .address {
	margin-top: 1em;
}

.single-custom-post-stars {
	position: absolute;
	padding-left: 5px;
}

#postCard .award {
	z-index: 2;
    transform: rotate(15deg);
    right: -29px;
    top: -30px;
    position: absolute;
	/* display: none; */
}

#postCard .award:before {
	background: url(img/award-ribbon.png) no-repeat;	
    background-size: 50px 70px;
    content: "";
    display: block;
    width: 50px;
    height: 70px;
}

/* Responsive */

@media (max-width: 1200px) {
	.diz_container {
		display: block;
		background: transparent;
		box-shadow: none;
		border: none;
	}
	.diz_entry-content {
		box-shadow: 1px 2px 7px #fa5742;
		border: 1px groove;
		padding: 0;
	}
	.diz_container .featured_image {
		width: 100%;
		border: none;
		margin-bottom: 20px;
		text-align: center;
	}
	.diz_container .contacts {
		padding: 10px;
	}
	.diz_container .contacts, .diz_container .contacts td, .diz_container .contacts tr {
		width: 100%;
	}
	
	.diz_container table, .diz_container thead, .diz_container tbody, .diz_container th, .diz_container td, .diz_container tr { 
		display: block; 
	}
	.diz_container table {
		margin: 0 0 1.5em;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.diz_container thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.diz_container tr { border: 1px solid #ccc; }
	
	.diz_container td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	.diz_container td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	.diz_container .contacts tbody tr td:first-child {
		border: none;
	}
	.diz_entry-content .custom_content {
		padding: 0 10px;
	}
	.single-custom-post-stars {
		position: relative;
	}
}

@media (max-width: 768px) {
	#contact-form-container {
		width: 100%;
	}
	#contact-form input[type="submit"] {
		display: block;
		top: 0;
		margin: auto;
	}
	#contact-form-container form {
		height: 100%;
	}
	.diz_container {
		padding: 15px;
	}
	.diz_container .featured_image {
		height: auto;
	}
	.diz_container .contacts, .diz_container .contacts td, .diz_container .contacts tr {
		display: inline-block;
		border: none;
	}
	.diz_container .contacts tr {
		border-bottom: 1px groove;
	}
	.diz_container .contacts tbody tr td:first-child {
		max-width: 80px;
	}
	.diz_container .contacts td:first-child {
		width: 70px;
	}
	.diz_container .contacts td {
		width: 154px;
		padding: 10px 0;
	}
	.diz_container .contacts tbody tr:last-child {
		text-align: center;
	}
	.diz_container .contacts tbody tr:last-child td {
		max-width: 100%;
		width: 100%;
	}
	#postCard {
		max-width: 400px;
	}
}

@media (min-width: 768px) {
	#postCard .col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	#postCard .col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
}

@media (max-width: 768px) {
	#postCard .card-block {
		margin-top: 3em;
	}
}

@media(max-width: 480px){
	#postCard .main-attributes {
		width: 100%;
		display: block;
	}
	.diz_container .featured_image img {
		width: 100%;
		height: auto;
	}
	#postCard .image img {
		width: 91%;
	}
	#postCard .image {
		padding: 0;
	}
}
