/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
a {
	font-weight: 700;
}

a:hover {
	font-weight: 700;
	text-decoration: underline;
}

.section a,
.section a span {
	text-decoration: underline;
}

.section a:hover,
.section a:hover span {
	text-decoration: none;
}

.aligncenter {
	display: flex;
	align-items: center;
}

.home-grey-row {
	border: 1px solid #d6d6d6;
}

.circle-number {
	background: #f1c2b3;
	border-radius:50%;
	color: #fff;
	display:inline-block;
	font-size:18px;
	height:30px;
	line-height:15px;
	margin-right: 10px;
	padding:8px;
	text-align:center;
	width:30px;
}

.location-title {
	color: #f1c2b3;
}

i {
	color: #d6d6d6;
	margin-right: 10px;
}

.location-entry span,
.location-entry span a {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 25px);
}

.ipay88_opt_container img {
	width: 70%;
}

.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	/* Use 75% for 4:3 videos */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 5px;
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}

.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}

.youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("//i.imgur.com/TxzC70f.png") no-repeat;
	cursor: pointer;
}

.footer-wrapper a {
    display: block;
}

.product-title,
.product-title a {
    color: #f1c2b3;
}

@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/


}