body {
	overflow-x: hidden;
	background-size: contain;
}

body.single-seer {
	background-size: cover;
}

body.page-template-default {
	background: none;
}

footer {
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 150px;
	background-position: center;
}

img {
	max-width: 100%;
	height: auto;
}

.bg-text {
	background: rgb(44 39 39 / 60%);
	border-radius: 1.3rem;
	padding: 15px;
}

.false-title {
	font-family: "Philosopher";
	margin-top: 0;
	margin-bottom: .5rem;
	font-size: calc(2em + 2vw);
}

.iframe-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/* Seers */
.content-left {
	border-right: 1px solid #333;
}

.seer {
	cursor: pointer;
}

.single-seer .seer {
	cursor: auto;
}

.single-seer .seer_img {
	max-width: 200px;
	margin: 0 auto;
}


.seer-title,
.seer-meta,
.seer-excerpt,
.seer-content {
	color: #212529;
}

.seers-list .seer {
	background: linear-gradient(0deg, #F0F0F0A6 70%, #BCBCBC 30%);
}

.seer .vid-visa {
	font-weight: initial;
}

.seer-content button.btn {
	font-size: 22px;
}

.js-seer-status:before {
	content: '';
	display: inline-block;
	margin-right: 5px;
	width: 15px;
	height: 15px;
	-moz-border-radius: 7.5px;
	-webkit-border-radius: 7.5px;
	border-radius: 7.5px;
}

.js-seer-status.not-available:before {
	background-color: red;
}

.js-seer-status.available:before {
	background-color:#5CB85C;
}


/* Call to action */
.vid-visa,
.vid-phone {
	font-family: 'Tahoma';
	font-weight: 700;
	position: relative;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	-webkit-box-shadow: 0px 0px 2px 0px #333;
	-moz-box-shadow: 0px 0px 2px 0px #333;
	box-shadow: 0px 0px 2px 0px #333;
}
.vid-visa {
	border: solid 2px #d66d1d;
	background-color: rgba(230, 126, 34, 1);
}
.vid-visa:hover,
.vid-visa:focus,
.vid-visa:not(:disabled):not(.disabled):active {
    border: solid 2px #e5ab79;
    background-color: rgba(229, 135, 52, 1);
}
.vid-phone {
	border: solid 2px #079300;
	background-color: rgba(92, 184, 92, 1);
}
.vid-phone:hover,
.vid-phone:focus,
.vid-phone:not(:disabled):not(.disabled):active {
	border: solid 2px #5cb85c;
	background-color: rgba(115, 183, 115, 1);
}
.btn-outline-secondary:hover {
	background-color: #333;
	border-color: #333;
}
.btn-outline-secondary:hover a {
	color: #fff;
}

.btn--sticky {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #5cb85c;
	color: #ffffff;
	text-align: center;
	display: block;
	z-index: 10000;
	height: 50px;
	font-size: 1.2rem;
	text-decoration: none;
}

/* Helpers */
.rating {
	unicode-bidi: bidi-override;
	direction: rtl;
	font-size: 1.7rem;
}
.rating > span {
	display: inline-block;
	position: relative;
	width: 1.1em;
	color: #FFB400;
}
.rating > span.checked:before,
.rating > span.checked ~ span:before {
	content: "\2605";
	position: absolute;
	color: #FFB400;
}

small.small {
	font-size: 60%;
}

.bg-1 {
	background-color: #dee2e6;
}

.border-r {
	border-radius: 1.3rem;
}

.border-1 {
	border-width: 1px;
}

.border-2 {
	border-width: 2px;
}

.border-3 {
	border-width: 3px;
}

.border-4 {
	border-width: 4px;
}

.border-5 {
	border-width: 5px;
}

.border-e {
	border-color: #eee;
	border-style: solid;
}