/*
Theme Name:     FIN_Divi_child
Description:    
Author:         Brandi Jones
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/*LAYOUT*/

.et_right_sidebar #main-content .container:before {
    margin-top: 20px;
}

/* FONTS */

h1 {
	color: #2e378c;
	border-bottom: 4px solid #3fc3cc;
	border-top: 4px solid #3fc3cc;
	font-size: 60px;
	line-height: 80px;
	margin: 0 0 40px 0;
	max-width: 65%;
	padding: 40px 0;
}

@media all and ( max-width: 999px ) {
	h1 {
		max-width: 100%;
	}
}

@media all and ( max-width: 675px ) {
	h1 {
		font-size: 40px;
		line-height: 60px;
		padding: 25px 0;
	}
}


h2 {
	color: #2e378c;
	font-size: 40px;
	line-height: 60px;
	margin: 0 0 15px 0;
	padding-bottom:0;
}

@media all and ( max-width: 675px ) {
	h2 {
		font-size: 30px;
		line-height: 45px;
	}
}

h3 {
	font-size: 24px;
    line-height: 30px;
	margin: 0 0 15px 0;
    font-weight: bold;	
	padding: 45px 0px 10px 0px;
}

.et_pb_blurb_container h3{
	padding-top:0px !important;
}

h4 {
	font-size: 18px;
    line-height: 30px;
    font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color:#3fc3cc;	
	margin: 40px 0 10px 0;
	padding-bottom:0
}

p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom:20px;
	padding-bottom:0;
}

.entry-content ol {
	padding-left:15px;
	font-size: 16px;
	line-height: 30px;
}

.entry-content ul {
	padding-left:40px;
	font-size: 16px;
	line-height: 30px;
}

.intro {
	font:22px/32px "Open Sans", Arial !important;
	margin-bottom:20px;
	padding-bottom:0;
}

.et_pb_button, .et_pb_button:hover {
	color:white !important;
}

/* for post feeds */

.small, .post-meta {
	font:12px/14px "Open Sans" !important;
	margin-bottom:15px !important;
}

.more-link {
	font:12px/14px "Open Sans" !important;
	font-weight:bold !important;
	text-decoration:underline;
	margin:15px 0;
}

.more-link:first-letter {
	text-transform:capitalize;
}

/* for forms */

input[type="text"], input.text, input.title, textarea, select {
	font-family:"Open Sans", Arial !important;;
}

/* for footer */
#footer-info, #footer-info a {
    font-size: 13px;
}

#footer-bottom {
    padding: 30px 0 10px;
}


/* 
----------------------
CONTENT 
----------------------
*/

body:not(.home) #main-content {
	background: url('/fin/files/2016/07/header-interior.jpg') center -20px no-repeat !important;
	padding-top: 30px;
}

body:not(.home) .et_pb_section {
	background-color:transparent;
}

#main-header {
	/*-webkit-box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.4);
	box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.4);*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#logo {
	max-height:62%;
}

/* homepage hero feature */

.feature {
	margin:0 0 45px 0;
}

.feature h2 {
	font-size: 35px;
	line-height: 45px;
	font-weight: bold;
	margin-bottom: 15px;
}

.feature p {
	font-size: 16px;
	line-height: 26px;
}

/*.feature-wrapper:after {
	position: relative;
}

.feature-wrapper:after {
	content: "";
    margin: auto;
    position: absolute;
    left: 0;
    bottom: -35px;
    right: 0;
    width: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 60px solid #fac394;
    z-index: 900;
	opacity: .85;
}*/

/* homepage feature icon blurbs */

.feature-icons {
	border-bottom: 4px solid #e6e6e6;
	border-top: 4px solid #e6e6e6;
	margin:60px auto 40px auto;
	padding: 50px 0 !important;
}

.feature-icons:before {
	content: "Explore our material";
    color: #2e378c;
    font-size: 40px;
    line-height: 60px;
    padding-bottom: 0;
    text-align: center;
    display: block;
    position: absolute;
    top: -80px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

@media all and ( max-width: 675px ) {
	.feature-icons:before {
		font-size: 30px;
		line-height: 45px;
	}
}

/* Contact form */

.contact-form {
}

.contact-form__field input, .contact-form__field textarea {
	width:100%;
	padding:15px;
	font:16px/28px "Open Sans", Arial !important;
	margin-bottom:25px;
	border:2px solid #ccc !important;
}

.contact-form__message textarea {
	height:250px;
	margin-bottom:10px;
}

.contact-form__newsletter {
	font:14px/20px "Open Sans", Arial !important;
	margin-left:-10px;
	margin-bottom:20px;
}

.contact-form__submit {
}

.contact-form__col-l {
	width:49%;
	float:left;
}

.contact-form__col-r {
	width:49%;
	float:right;
}

@media all and ( max-width: 800px ) {
	.contact-form__col-l, .contact-form__col-r {
		width:100%;
		float:none;
	}
}


div.wpcf7-response-output {
    margin: 50px 0 0 0;
    padding: 10px;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #3FC3CC;
}

