/*
Theme Name: ForEverGreen sales
Author: Andy Rossiter
Author URI: http://www.adoptt.com
Description: A custom theme for Adoptt by Andy Rossiter.
Version: 1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: forevergreensales
*/

/******************************/
/* Body
/******************************/
body {
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #6C6B6E;
}
body.error404 {
	background-color: #31284c;
}
/******************************/
/* Typography: Titles
/******************************/
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	color: #2A2748;
}
h3, .h3, h2, .h2, h1, .h1 {
	margin-bottom: 1.5rem;
}
h6, .h6, h5, .h5, h4, .h4, p, ul, ol {
	margin-bottom: 1.6rem;
}
h1, .h1 {
    font-size: 3.1rem;
}
@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 3.4rem;
    }
}
h2, .h2 {
    font-size: 2.2rem;
}
@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 2.5rem;
    }
}
h3, .h3 {
    font-size: 1.9rem;
}
@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 2.2rem;
    }
}
h4, .h4 {
    font-size: 1.6rem;
}
@media (min-width: 1200px) {
    h4, .h4 {
        font-size: 1.9rem;
    }
}
h5, .h5 {
    font-size: 1.25rem;
}
@media (min-width: 1200px) {
    h5, .h5 {
        font-size: 1.4rem;
    }
}
/******************************/
/* Typography: Paragraphs and lists
/******************************/
.list-tick {
	margin-left: 1.7rem;
}
.list-tick li {
	font-size: 1rem;
	margin-bottom: 0.7rem;
}
@media (min-width: 1200px) {
	.list-tick li {
		font-size: 1.2rem;
	}
}
.list-tick i {
	color: #F05655;
}
/******************************/
/* Typography: Other
/******************************/
.text-cocon {
	font-family: ff-cocon-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.text-red {
	color: #F05655;
}
.text-purple {
	color: #2A2748;
}
.text-footer {
	font-size: 0.85rem;
}
/******************************/
/* Element: Button
/******************************/
.btn {
	border-radius: 10rem;
	padding: 0.775rem 1.575rem;
}
/******************************/
/* Element: Primary button
/******************************/
.btn-primary {
	background-color: #F05655;
	border-color: #F05655;
}
.btn-primary:hover {
	background-color: #CD4544;
	border-color: #CD4544;
}
.btn-primary:after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f105";
	margin-left: 15px;
}
/******************************/
/* Element: Link button
/******************************/
.btn-link {
	color: #FFFFFF;
	text-decoration: none;
}
.btn-link:hover {
	color: #FFFFFF;
	background-color: #222039;
	border-color: #222039;
}
.btn-link:after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f107";
	margin-left: 15px;
}
/******************************/
/* Element: Logos
/******************************/
.logo-header {
	position: absolute;
	top: 50px;
	left: 50px;
	width: 130px;
}
.logo-footer {
	width: 100px;
}
/******************************/
/* Backgrounds
/******************************/
.bg-purple {
	background-color: #31284c;
}
.bg-dark-purple {
	background-color: #222039;
}
/******************************/
/* Padding
/******************************/
.pt-feg-sm {
	padding-top: 75px;
}
.pb-feg-sm {
	padding-bottom: 75px;
}
.pt-feg-lg {
	padding-top: 100px;
}
.pb-feg-lg {
	padding-bottom: 100px;
}
@media (min-width: 1200px) {
	.pt-feg-sm {
		padding-top: 100px;
	}
	.pb-feg-sm {
		padding-bottom: 100px;
	}
	.pt-feg-lg {
		padding-top: 125px;
	}
	.pb-feg-lg {
		padding-bottom: 125px;
	}
}
/******************************/
/* Header
/******************************/
#container-header {
	background-image: url('/wp-content/uploads/background-blob-1.png'), url('/wp-content/uploads/background-blob-2.png');
	background-position: top left, top right;
	background-repeat: no-repeat;
	background-size: 350px, 1px;
}
@media (min-width: 992px) {
	#container-header {
		background-size: 350px, 350px;
	}
}
@media (min-width: 1200px) {
	#container-header {
		background-size: 350px, 450px;
	}
}
#container-header-title {
    padding-top: 200px;
}
#container-header-subtitle {
    padding-bottom: 250px;
}
#container-header-image .container-video-player {
    margin-top: -250px;
}
@media (min-width: 992px) {
	#container-header-subtitle {
		padding-bottom: 100px;
	}
	#container-header-image .container-video-player {
		margin-top: -325px;
	}
}
@media (min-width: 1200px) {
	#container-header-subtitle {
		padding-bottom: 125px;
	}
	#container-header-image .container-video-player {
		margin-top: -400px;
	}
}
/******************************/
/* Video player
/******************************/
.container-video-player {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-video {
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background: #FFFFFF;
	transition: background-color .15s ease-in-out;
}
.btn-video:after {
	position: absolute;
	content: '';
	top: 25px;
	left: 28px;
	display: block;
	border-left: 30px solid #F05655;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	transition: border-color .15s ease-in-out;
}
.container-video-player a:hover .btn-video {
	background: #F05655;
}
.container-video-player a:hover .btn-video:after {
	border-left: 30px solid #FFFFFF;
}
/******************************/
/* Modals
/******************************/
.modal-backdrop.show {
	opacity: .7;
}
/******************************/
/* Forms - overrides for the HTML/CSS framework
/******************************/
textarea.form-control-lg {
	height: 264px;
}
/******************************/
/* Forms - overrides for Contact Form 7 that can't be edited
/******************************/
.wpcf7 form .wpcf7-response-output {padding: 0.9em 1.2em!important; border: none!important; background-color: crimson!important; color: #ffffff!important;}
.wpcf7 form.sent .wpcf7-response-output {background-color: mediumseagreen!important;}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {background-color: crimson!important;}
.wpcf7 form.spam .wpcf7-response-output {background-color: crimson!important;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {background-color: crimson!important;}
.wpcf7-not-valid-tip {color: #ffffff!important; font-size: 0.8em!important; margin: -1.8em 0 1.5em 0!important; padding: 0.5em 0.75em 0.5em 0.75em!important; background:crimson!important;}
.wpcf7-list-item {display: block!important; margin: 0 0 0 0!important;}
.wpcf7 .wpcf7-spinner {display: none!important;}