/*
Theme Name: Fkhoury Template
Author: Kat Happens
Version: 1.0
Text Domain: leos
*/
footer {
  position: relative;
}

button#playButton {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    z-index: 999999;
}
.base-output p
{
	margin-bottom: 1em;
}
.base-output ol li
{
	margin-bottom: 1em;
}
.base-output ul
{
	margin-right: 2rem;
}
.base-output ul li
{
	margin-bottom: 0.5em;
}

b > .contact-info{
  font-weight: 600;
}
div.wpcf7 input[type=submit]{width: auto;}

.main-link2{
	display: flex;
	justify-content: center;
	background-position-x: 95% !important;
	align-items: center;
	height: 3.15rem;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url("../fkhoury/assets/iconsall/form-submitRight.png");
	background-size: 2.2rem;
	color: #ffffff !important;
	width: 100%;
	font-size: 1.25rem;
	line-height: 1.3rem;
	text-align: center;
	font-weight: 400;
	padding-left: 3rem;
	padding-right: 2rem;
	border-radius: 1.6rem;
	background-color: #0081ac;
	transition: transform ease-out 0.5s;
	background-color: transparent;
	font-size: 1.75rem;
	line-height: 2.1rem;
	font-weight: 500;
	border: 2px solid #ffffff;
	font-weight: 400;
	color: #ffffff !important;
	padding: 0.5rem 4.3rem 0.5rem 3.5rem;
}


.service-card .post-inside-image img{
	height: 100%;
	object-fit: none;
}


@media (max-width: 1600px) {
	.main-link2 {
		font-size: 1.5rem;
		line-height: 1.7rem;
	}
}

@media (max-width: 800px) {
	.main-link2{
		font-size: 1rem;
	}

}

@media (max-width: 1400px) and (min-width: 1200px) {
	.main-link2 {
		font-size: 1rem;
		line-height: 1.1rem;
	}
}

.main-link2:hover {
	transform: scale(0.95, 0.95);
}

.contact-page-body{
	max-width: 100%!important;
}

.post-inside-image {
  min-height: 250px;
}
.post-inside-image img {
  object-fit: cover;
    height: 100%;
}
.post-card {
  height : auto;
}
.header-tel {
	height: auto;
}
.header-tel-block-tel {
	display: flex;
	flex-direction: column;
}