/*
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
*/

/*GENERAL*/

#main.com-fin-soc {
	width: 100%;
	max-width: inherit;
	padding: 30px 0 !important;
}

#main.com-fin-soc > div {
	max-width: 100%;
}

#main.com-fin-soc h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 3em;
	line-height: 125%;
	font-weight: 400;
	text-align: center;
	color: white;
	margin: 10px 0;
}

#main.com-fin-soc h2 {
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	color: #1c7685;
    max-width: 1200px;
	margin: 10px 0;
}

#main.com-fin-soc p {
	font-size: 1.2em;
	color: #1c7685;
	line-height: 150%;
	margin: 0 0 10px 0;
}

#com-fin-soc-section-3 span {
	font-style: italic !important;
}

/*CONTENT*/

/*SECTION-1*/

#com-fin-soc-section-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#com-fin-soc-section-1 img {
	max-width: 800px;
}

#com-fin-soc-section-1 > div {
	width: 100%;
	max-width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

/*SECTION-2*/

#com-fin-soc-section-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #00d6cd;
	padding: 30px;
	margin: 30px 0;
}

#com-fin-soc-section-2 > * {
	width: 100%;
	max-width: 1200px;
}

#com-fin-soc-section-2 p {
	text-align: center;
	color: white !important;
	font-size: 1.2em;
    font-weight: 400;
    line-height: 150%;
}

/*SECTION-3*/

#com-fin-soc-section-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 30px;
}

#com-fin-soc-section-3 > p {
	width: 100%;
	max-width: 1200px;
}

/*SECTION-4*/

#com-fin-soc-section-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 30px;
}

#com-fin-soc-section-4 > * {
	width: 100%;
	max-width: 800px;
}

#com-fin-soc-section-4 p {
	text-align: center;
    font-size: 1.6em !important;
	font-weight: 400;
	line-height: 150%;
	border: 1px solid #1c7685;
	padding: 30px;
}

#com-fin-soc-section-4 p a {
	font-weight: 800;
	color: #026b9c;
}

/*SECTION-5*/

#com-fin-soc-section-5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 30px;
}

#com-fin-soc-section-5 > div {
	width: 100%;
	max-width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#com-fin-soc-section-5 .ssba-classic-2 {
	width: auto !important;
}

#com-fin-soc-section-5 p {
	color: #8b8b8b !important;
	font-size: 15px !important;
	margin: 0 !important;
}

/*RESPONSIVE*/

@media screen and (max-width: 1200px) {
	
	#main.com-fin-soc h1 {
		width: 100%;
    	max-width: 800px;
		font-size: 2em;
	}
	
	#main.com-fin-soc p {
		font-size: 1em;
	}
	
	#com-fin-soc-section-2 p {
		width: 100%;
		max-width: 900px;
	}
	
	#com-fin-soc-section-4 p:first-of-type {
		font-size: 1.2em;
	}
	
}

@media screen and (max-width: 768px) {
	
	#com-fin-soc-section-3 > div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	#com-fin-soc-section-3 > div > div {
		width: 100%;
	}
	
	#com-fin-soc-section-3 > div > div:first-of-type {
		margin-bottom: 30px;
	}
	
	#com-fin-soc-section-5 p {
		font-size: 12px !important;
	}
}

@media screen and (max-width: 600px) {
	
	#com-fin-soc-section-1,
	#com-fin-soc-section-2,
	#com-fin-soc-section-4 {
		padding: 10px;
	}
	
	#com-fin-soc-section-3,
	#com-fin-soc-section-4 {
		padding: 20px;
	}
	
	#main.com-fin-soc h1 {
		font-size: 1.8em;
	}
	
	#com-fin-soc-section-4 p:first-of-type {
		font-size: 1.4em !important;
	}
	
	#com-fin-soc-section-5 > div {
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
    	-webkit-box-pack: justify;
    	    -ms-flex-pack: justify;
    	        justify-content: space-between;
    	-webkit-box-align: center;
    	    -ms-flex-align: center;
    	        align-items: center;
	}
	
	#com-fin-soc-section-5 .ssba-classic-2 {
    	width: 100% !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 500px) {
	
	#main.com-fin-soc h1,
	#com-fin-soc-section-4 > div > button {
		font-size: 1.4em !important;
	}
	
	#com-fin-soc-section-4 h2 {
		font-size: 1.6em !important;
	}
	
	#com-fin-soc-section-4 p:first-of-type {
		font-size: 1.2em !important;
	}
	
}