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


/*--BASIC THEME CONFIG --*/

h1,h2,h3 {
	text-transform: uppercase;
}
/*--CRESCENT SEPARATOR--*/

.tcolumn .fusion-section-separator {
	top:-35px;
}

.t-separator svg {
	transform: scale(1,0.3) !important;
}

.bcolumn .fusion-section-separator {
	bottom: -5px;
}

.page-b-column .fusion-section-separator {
	bottom: -35px;
}

.b-separator svg {
	transform: scale(1,0.3) !important;
}

/*--HEADERS--*/
.mhcover {
	background-size: cover;
}

.bigfont {
	font-family: Source Sans Pro;
	font-weight: 700;
	font-style:italic;
	font-size:38px;
}

.med-font {
	font-family: Source Sans Pro;
	font-weight: 600;
	font-style:normal;
	font-size:30px;
}

.page-head:before {
	content: url(../../uploads/gradient-top-bar-2.svg);
	display:block;
	float:left;
	margin-left:-5px;
	width:285px;
	height:auto;
}
.page-head h1{
	color:#ffffff !important;
	margin-bottom:18px;
	clear:left;
}

/*-- VERTICAL ALIGN COLUMN CONTENT --*/
.ds-vertical-align {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height:200px;
}

/*-- FLIPBOXES --*/
.fbheight .flip-box-back-inner, .fbheight .flip-box-front-inner {
	min-height:190px !important;
	vertical-align:middle !important;
}

.fusion-button-text {
	font-size: 1.2em;
}

/*-- TESTIMONIALS --*/
.fusion-testimonials.clean .testimonial-thumbnail {
	width:200px !important;
}
.testimonial-image {
	border: solid 2px #59A0BC;
}

/*-- FOOTER --*/

.fusion-footer li, .fusion-footer p {
	font-size:15px;
}
.fusion-columns-4 .fusion-column:nth-child(n+2){
	margin-top:30px !important;
}

/*-- SIDE BLUE BORDERS -- */

.sideblueborder {
	border-left: 1px dotted #607D8B;
	border-right: 1px dotted #607D8B;
}

/*-- PERSON BOX -- */
.person-content {
	font-size:15px;
}

/*-- PORTFOLIO --*/
.fusion-portfolio-post {
	min-height:600px;
}
.fusion-portfolio-content-wrapper .fusion-post-content {
	font-size:15px;
	padding: 0px 12px 0px 12px;
}

/*-- CONTACT FORM --*/
.avada-contact-form #comment-submit-container, .comment-form .form-submit {
	text-align:center;
}

/*-- BUTTON UNIFORM HEIGHT --*/
.b-height  {
	min-height:65px;
	display: flex !important;
	justify-content: center;
    align-items: center;
}

.three-b-height {
	min-height:65px;
	display: flex !important;
	justify-content: center;
    align-items: center;
}