/*
Theme Name:    Flow Right Commercial
Description:   Child Theme for Beaver Builder
Version:       1.0.0
Author:        erjjio studios
Author URI:    https://erjjiostudios.com/
Template:      bb-theme
License:       GNU General Public License v2 or later
License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/
body {
	background-color: #fff;
	color: #21201E;
/* 	font-family: "Source Sans Pro", sans-serif; */
	font-family: "Aeonik", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
	overflow-x: hidden;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

blockquote {
	margin: 30px;
}
a:hover{
	text-decoration:none!important;
}
/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "HelveticaNeueLTStd", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 60px;
	line-height:60px;
	letter-spacing:0;
}

h2 {
	font-size: 50px;
	line-height: 1 !important;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 25px;
}

h6 {
	font-size: 15px;
	letter-spacing: 2px;
}

@font-face { 
font-family: "Aeonik"; 
src: url(https://www.flowrightcommercial.com/wp-content/themes/flow-right-commercial-bb/fonts/aeonik-regular-webfont.var.woff2); 
font-weight: 400; 
}
@font-face { 
font-family: "HelveticaNeueLTStd"; 
src: url(https://www.flowrightcommercial.com/wp-content/themes/flow-right-commercial-bb/fonts/helvetica-neue-lt-std-63-medium-extended_22531-webfont.woff2); 
font-weight: 500; 
}
@media screen and (max-width:820px) {
	h1 {
		font-size: 38px;
		line-height:43px;
	}

	h2 {
		font-size: 30px;
		line-height:40px;
	}

	h3 {
		font-size: 20px;
		line-height:23px;
	}

	h4 {
			font-size: 20px;
		line-height:23px;
	}
	
	h5{
	font-size: 15px;
	line-height:15px;
	}
	
	h6 {
		font-size: 12px;
		line-height: normal;
	}
	
	p {
		font-size: 17px;
		line-height: 22px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 821px) {
	h1 {
		font-size: 45px;
		line-height:50px;
	}

	h2 {
		font-size: 40px;
		line-height:50px;
	}

	h3, h4 {
		font-size: 25px;
		line-height:28px;
	}

	h5{
		font-size: 20px;
		line-height:22px;
	}


	p {
		font-size: 18px;
		line-height: 23px;
	}
}

@media only screen and (max-width: 375px) {
	h1 {
		font-size: 34px;
		line-height: 36px;
	}
	
	h2 {
		font-size: 28px;
		line-height: 30px;
	}
	
	h3, h4 {
		font-size: 17px;
		line-height:20px;
	}
	
	p {
		font-size: 16px;
		line-height: 22px;
	}

}