/*
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.   ***************/
@media (min-width: 500px) {
  .slider_mobile {
    display: none;
  }
  .slider_desktop {
    display: block;
  }
}
@media (max-width: 500px) {
  .slider_mobile {
    display: block;
  }
  .slider_desktop {
    display: none;
  }
}


.infoTileFill .col{
	padding: 0;
}
.infoTileFill img{
	border-radius: 6px;
}
.infoTile{
	background-color: white;
	border-radius: 6px;
}
.infoTile img{
	border-radius: 6px 0px 0px 6px;
}
.infoTile .col{
	padding: 0;
}
.infoTile .col:last-child{
	padding: 20px;
}
.flickity-prev-next-button
{
    opacity: 1;
}
.slider-nav-circle .flickity-prev-next-button svg {
    fill: #fff !important;
    background-color: var(--fs-color-primary);
    border-color: var(--fs-color-primary);
	opacity: 1;
}

.first_look .row{
	margin-left: 10px !important; 
}
.first_look .col{
	padding: 10px !important; ;
}
.first_look .col-inner {
	padding: 32px;
	border-radius: 6px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .08);
}
.first_look .col-inner:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
}

.first_look .col-inner > * {
	margin-bottom: 0;
}
.first_look .col-inner .img{
	margin-bottom: 0 !important;
}

.myPropTile{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	min-width: 140px;
	align-items: center;
	margin-bottom: 16px !important; 
}

/*
.myPropTile:not(:last-child){
	margin-bottom: 16px !important; 
}
*/
.mpad30{
	padding: 30px !important;
}
.mpad40{
	padding: 40px !important;
}
.mtext h3{
	white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}
.mtext h3:hover{
	white-space: wrap;
    overflow: visible;
    display: block;
}
.svgParent{
	width: 29px;
	height: 18px;
	flex-shrink: 0;
	padding-right: 13px;
	align-content: center;
}

.svgParent svg{
	width: 100%;
	height: 100%;
	fill: #858585;
	display: inline-block;
}

.myPropTile p{
	width: 100%;
	text-align: left;
	border-left: 1px solid #858585;
	color: #858585;
	font-weight: bold;
	font-size: 1em;
	padding-left: 13px;
	margin: 0;
}




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


}