/*
 Theme Name:   Divi Child
 Theme URI:    http://www.elegantthemes.com/gallery/divi/
 Description:  Divi Child Theme
 Author:       Cody Rivers
 Author URI:   http://www.theurbanpersona.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  Divi-child
*/

@import '../Divi/style.css';
@import 'css/slider.css';
@import 'css/fancy-process.css';
@import 'css/custom-buttons.css';
@import 'css/blog.css';
@import 'css/custom-tabs.css';
@import 'css/gravity-forms-override.css';

body {
	font-weight: 300;
}

hr {
	position: relative;
	display: inline-block;
	width: 132px;
	height: 2px;
	margin: 15px 0;
	border: 0;
}

hr:before {
	position: absolute;
	bottom: 0;
	left: calc(50% - 65px);
	width: 20px;
	height: 0;
	border-bottom: 2px solid #1e73be;
	content: "";
}

hr:after {
	position: absolute;
    bottom: 0;
    left: calc(50% - 35px);
    width: 100px;
    height: 0;
    border-bottom: 2px solid #ccc;
    content: "";
}

textarea {
	resize: none;
}

.section-background-overlay:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 1;
	pointer-events: none;
}

#main-header {
	webkit-box-shadow: none;
	box-shadow: none;
}

#top-header {
	font-size: 16px;
}

#top-header .container {
    font-weight: 300;
}

.nav li ul,
#top-menu li li a {
	width: 260px;
}

.nav li ul,
#top-menu li li {
	padding: 0;
}

#top-menu li li a {
	font-size: 14px;
	text-transform: none;
}

.nav li li ul {
	top: -3px;
}

.hypeline-breacrumbs {
	padding: 15px;
	background-color: #1e73be;
}

.hypeline-breacrumbs a,
.hypeline-breacrumbs span {
	margin: 0 5px;
	font-size: 0.9em;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1em;
	color: #ffffff;
}

.hypeline-breacrumbs a:after {
	content: "/";
	display: inline-block;
	margin: 0 0 0 10px;
}

.hypeline-breacrumbs span {
	pointer-events: none;
}

.footer-social-icon a {
	display: inline-block;
	width: 32px;
	height: 32px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	color: #ffffff;
}

.footer-social-icon a:hover {
	color: #1e73be;
}

.fancy-box-content:before,
.fancy-box-content:after {
	position: absolute;
    content: "";
    width: 0;
    height: 0;
}

.fancy-box-content:before {
    left: -20px;
    top: -20px;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fancy-box-content:hover:before {
	width: 40%;
	height: 40%;
	border-left: 1px solid #1e73be;
	border-top: 1px solid #1e73be;
}

.fancy-box-content:after {
    right: -20px;
    bottom: -20px;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.fancy-box-content:hover:after {
	width: 40%;
	height: 40%;
	border-right: 1px solid #1e73be;
	border-bottom: 1px solid #1e73be;
}

#homepage-video,
#homepage-video iframe {
	height: 450px;
}

input {
	font-weight: 300;
}

#cp_calculatedfieldsf_pform_1 {

}

#fbuilder .section_break {
	margin-top: 25px;
	border-top: 1px dotted #156CBC !important;
}

#fbuilder .section_breaks label {
	font-weight: bold;
}

@media only screen and ( min-width : 320px ) {

}

@media only screen and ( min-width : 480px ) {

}

@media only screen and ( min-width : 768px ) {

}

@media only screen and ( min-width : 992px ) {

}

@media only screen and ( min-width : 1200px ) {

}
