/*
Theme Name: Full Circle Theme
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

* {
	box-sizing: border-box;
}

h2 {
	line-height: 1.2em !important;
}

h3 {
	line-height: 1.2em !important;
}

h4 {
	text-align: center !important;
	text-transform: uppercase !important;
	color: #826659 !important;
}

h6 {
	color: #2fa3dc !important;
    font-size: 18px !important;
	-webkit-margin-before: 2em !important;
    -webkit-margin-after: .1em !important;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

strong {
	color: #2fa3dc;
}

#main {
	padding: 5% !important;
}

.fusion-logo img {
	max-height: 80px !important;
}

.fusion-header {
	background-color: rgba(255,255,255,1) !important;
}

.fusion-secondary-header {
	background: #fff !important;
}

.fusion-main-menu > ul > li > a {
    margin-top: 0;
	text-transform: uppercase;
}

.fusion-main-menu > ul > li > a {
	height: 60px !important;
	line-height: 60px !important;
}

.fusion-secondary-menu > ul > li > a {
    /*color: #2fa3dc;*/
	transition: background-color 0.5s ease;
	text-transform: uppercase;
}

.fusion-secondary-menu > ul > li > a:hover {
    /*background: #5bba47;*/
	background: #cfc5c0;
}

.fusion-main-menu .current-menu-ancestor > a, .fusion-main-menu .current-menu-item > a, .fusion-main-menu .current-menu-parent > a, .fusion-main-menu .current_page_item > a {
    color: #2fa3dc;
    /*border-color: #5bba47 !important;*/
	border-color: #cfc5c0 !important;
}

.fusion-main-menu > ul > li#menu-item-83 {
	padding-right: 0;
}

.fusion-main-menu > ul > li > a:hover {
	border-color: #cfc5c0 !important;
}

.mobileOnly {
	display: none !important;
}

.desktopOnly {
	display: block;
}

.flex-control-paging li a {
	background: #cfc5c0;
}

.flex-control-paging li a.flex-active {
	background: #826659;
}

.fusion-page-title-bar {
    background-size: cover;
}

.fusion-page-title-bar h1, .fusion-widget-area h1, .post-content h1 {
    /*background: rgba(255,255,255,.9);*/
    margin: auto;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fusion-page-title-bar {
	border-top: 0;
	/*border-bottom: 4px solid #5bba47 !important;*/
	border-bottom: 0 !important;
}

.page-id-5 #main, .wrapper_blank #main {
	background: rgba(255,255,255,1.0);
	padding-bottom: 0 !important;
	padding-top: 30px !important;
	margin-top: 150px;
}

.tfs-slider .slide-content-container .heading {
	margin-bottom: -8px !important;
}

.tfs-slider .slide-content-container .heading {
	max-width: 50%;
}

.tfs-slider .slide-content-container .with-bg .fusion-title-sc-wrapper {
    padding: 15px 20px;
    max-width: 50%;
	background: rgba(255,255,255,.8) !important;
	border-radius: 10px;
}

#wrapper .fusion-title h2 {
	/*-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #2fa3dc;
	text-shadow: 0px 0px 8px #1f58a3;*/
	margin-top: 300px;
	padding: 10px 20px;
	/*background: #1f58a3;
	background: rgba(31,88,163,1);*/
}

.tfs-slider .slide-content-container h2, .tfs-slider .slide-content-container h3 {
	/*background: #2fa3dc;
	padding: 10px 20px !important;
	background: rgba(255,255,255,.8);*/
	color: #2c4832 !important;
	text-align: center !important;
}

/*.fa-rocket:before, .fa-clock-o:before, .fa-star:before {
    font-size: 75px;
}*/

.home-content {
	background: rgba(255,255,255,.9);
    margin: auto;
    padding: 0 30px;
	/*border: 3px solid #5bba47;*/
	margin: 2%;
	margin-top: 200px;
	text-align: center;
}

.portal-row {
	width: 100%;
	margin-top: 30px;
}

.portal-row h2 {
	text-align: center;
}

.video-home {
	width: 50%;
	margin-left: 25%;
	margin-bottom: 40px !important;
}

.half {
	width: 50%;
	float: left;
	padding: 20px;
}

.one-third {
	width: 33.33%;
	float: left;
	padding: 20px;
	text-align: center;
}

.one-third-half {
	margin-left: 16.665%;
	width: 33.33%;
	float: left;
	padding: 20px;
	text-align: center;
}

.two-thirds {
	width: 66.67%;
	float: left;
	padding: 20px;
}

.one-quarter {
	width: 25%;
	float: left;
	padding: 20px;
}

.one-fifth {
	width: 20%;
	float: left;
	text-align: center;
}

button {
	padding: 10px 20px;
	color: #826659;
	background: #e7e2df;
	font-size: 15px;
	font-weight: 300 !important;
	border: 0;
	transition: color 0.5s ease;
	cursor: pointer;
}

button:hover {
	color: #fff;
	background: #826659;
}

.fusion-button, .fusion-button-default {
	display: none !important;
}

.interior img {
	width: 50%;
}

#wrapper .fusion-tabs.fusion-tabs-1.clean .nav-tabs li a {
	border: 0;
	border-top: 3px solid #cecece; !important;
}

.fusion-tabs .nav-tabs > li .fusion-tab-heading {
	color: #1f58a3 !important;
	text-transform: uppercase;
	text-align: right;
}

.fusion-tabs .nav-tabs > li.active .fusion-tab-heading {
	color: #fff !important;
}

.team {
	background:#e7e2df;
	border-radius: 20px;
	width: 53%;
	float: left;
	padding: 5px 20px;
	margin: 1%;
	text-align: center;
}

h3.modal-title {
	font-family: Georgia, serif !important; 
	color: #2c4832 !important;
	font-size: 25px !important;
}

.fusion-modal-content {
	overflow: hidden;
}

.team-title {
	color: #2fa3dc;
	font-size: 16px;
}

.icon-lightbox {
	color: #2fa3dc;
	font-size: 18px;
}

.fontawesome-icon, .fontawesome-icon.circle-yes {
	margin-bottom: 5px;
}

.mobile-images {
	width: 60%;
}

.wpcf7-form input[type="submit"], .wpcf7-submit {
	padding: 10px 20px;
	color: #826659 !important;
	background: #e7e2df !important;
	font-size: 15px;
	font-weight: 300 !important;
	border: 0;
	transition: color 0.5s ease !important;
	cursor: pointer;
}

.wpcf7-form input[type="submit"]:hover, .wpcf7-submit:hover {
	color: #fff; !important
	background: #826659 !important;
}

.sidebar .widget .heading h4, .sidebar .widget h4 {
    /*color: #2fa3dc !important;*/
    font-size: 18px !important;
	text-transform: uppercase !important;
	text-align: center;
}

.sidebar .widget {
	/*background: #1f58a3 !important;*/
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #826659;
	overflow: hidden;
	padding: 15px 30px !important;
}

.app-row {
	width: 80%;
	margin-left: 10%;
	border-radius: 5px; 
	border: 1px solid #826659; 
	overflow: hidden; 
	padding: 15px 30px;
}

.app-sidebar-left {
	width: 33.33%;
	float: left;
	padding-right: 20px;
}

.app-sidebar-right {
	width: 66.67%;
	float: left;
}

.app-button-left {
	width: 50%;
	padding-right: 5px;
	float: left;
}

.app-button-right {
	width: 50%;
	padding-left: 5px;
	float: left;
}

#toTop {
    background-color: #826659;
}

.fusion-footer-widget-area {
    border-color: #e9eaee;
    border-top-width: 8px !important;
}

body .fusion-modal-content p:empty {
	display:none;
}


@media only screen and (max-width: 800px) {
    
	.fusion-logo img {
		max-height: 75px;
	}
	
	.mobileOnly {
		display: block !important;
	}
	
	.desktopOnly {
		display: none;
	}
	
	#nav {
		display: none;
	}
	
	.tfs-slider .background-image {
		margin-top: 0;
	}
	
	.page-id-5 #main, .wrapper_blank #main {
		margin-top: 0;
	}
	
	.fusion-page-title-bar h1, .fusion-widget-area h1, .post-content h1 {
		width: 100%;
	}
	
	.fusion-secondary-header {
		display: none;
	}
	
	#wrapper .fusion-title h2 {
		margin-top: 0;
	}
	
	.video-home {
		width: 100%;
		margin: 0;
	}
	
	.half, .one-third, .one-third-half, .two-thirds, .one-quarter, .one-fifth, .team {
		width: 100%;
	}
	
	.one-third-half {
		margin-left: 0;
	}
	
	.home-content, .portal-row {
		margin-top: 30px;
	}
	
	.interior img {
		width: 100%;
	}
	
	.mobile-images {
		width: 100%;
	}
	
	.sidebar .widget .heading h4, .sidebar .widget h4 {
		font-size: 25px !important;
	}
	
}