/*
Theme Name: Sumner Place
Description: Child theme for Avada theme
Author: Dolphin Group
Author URI: https://dolphingroup.org
Template: Avada
Version: 1.0.1
Text Domain:  Avada
*/

.fusion-page-title-bar .fusion-page-title-row h1.entry-title {
	line-height: 1;
}
.caption {
	font-size: .8rem;
	line-height: 1.2em;
	margin: 1.2em 0;
}

.leaflist {
	//padding: 0;
	//margin: 0;
	list-style: url('../../uploads/2020/11/leafbullet.svg');
	list-style-type: none;
}

.leaflist li {
	display: list-item;
	line-height: 1.4em;
	margin-bottom: .6em;
	//background: url('../../uploads/2020/11/leafbullet.svg') no-repeat left top;
	//height: 34px;
	//padding-top: 7px;
	//padding-left: 44px; 
}

.leaflist li::marker {
	font-size: 2rem;
	color:  aqua;
	line-height: 20px;
	}
	
.multi-column-list ul {
	margin-block-start: 0;
}

.fusion-secondary-header {
	background: url('../../uploads/2020/03/skystrip_1920x50.jpg') #488897 center top no-repeat;
	height: 50px;
}

.fusion-secondary-main-menu {
	border-top: 1px solid #e1e1e1;
}

.fusion-social-networks .fusion-social-networks-wrapper {
	display: none;
}

.strathamlogo img {
	width: 100%;
	height: 100%;
}


img.fusion-standard-logo {
	width: 350px !important;
}

img.fusion-mobile-logo {
	width: 250px !important;
}

.home #main {
	padding-top: 0;
}

.home .carousel {
	height: 500px;
}

.home .post-content #facts h2 {
	font-size: 26 !important;
	color: #c2d553;
}

.home .post-content #facts p {
	color: #fff !important; 
}

.home .post-content #facts a:link,
.home .post-content #facts a:visited {
	color: #73fdeb;
}

.post-content #facts:after  {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/* background: rgba(0, 0, 0, 0.5); */
	background-image: radial-gradient(#11242b 50%, transparent 1%);
	background-size: 2px 3px;
}

#value {
	background: 
    	linear-gradient(
			to right,
			rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%,
			rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%
		),
		/* url('../../uploads/2020/03/Fleurbkg_460x460.jpg') center top repeat !important; */
}

@media only screen and (max-width: 800px) {
	.home .carousel {
		height: auto;
	}
	#value {
		padding: 50px 30px;
		text-align: center;
	}
} 
.fusion-page-title-bar {
	background-position: center left;
}

.fusion-page-title-bar-center .fusion-page-title-captions,
.fusion-page-title-bar-center .fusion-page-title-secondary {
	text-align: left !important;
}

.introright {
	background-color: #fff;
}