/*
Theme Name:  Divi Child
Theme URI:   http://divithemes.reviews
Version:     1.1
Description: Divi child theme.
Author:      Luca 
Author URI:  http://webservices4me.com;
Template:    Divi
*/

@import url("../Divi/style.css");


/* ==== Fonts ====*/

@font-face {
	font-family: 'FreesiaUPC Bold';
	src: url('fonts/upcfb.eot');
	src: url('fonts/upcfb.eot?#iefix') format('embedded-opentype'),
	url('fonts/upcfb.woff2') format('woff2'),
	url('fonts/upcfb.woff') format('woff'),
	url('fonts/upcfb.svg#FreesiaUPCBold') format('svg');
	font-weight: normal;
	font-style: normal;
}


.et_pb_section_2.section_has_divider.et_pb_top_divider .et_pb_top_inside_divider {
    background-image: none !important;
    background-size: 100% 66px !important;
    top: 0;
    height: 66px !important;
    z-index: 1;
    transform: rotateY(0deg) !important;
}


/* === Home === */

.home #main-header {
	position: fixed !important;
}

.home #page-container, .home #page-container.et-animated-content {
	padding-top: 0px !important;
	margin-top: 2px !important;
}

/* === Background Color for Animated Lines === */

body .et_pb_section .lines .line { background-color: #175CA7 !important; }

body .et_pb_section .blue_lines:before,
body .et_pb_section .blue_lines:after,
body .blurb_7_f .hover_line,
body .header_5_f .et_pb_slider .et_pb_slide .et_pb_slide_description h2,
body .header_5_f .et_pb_slider .et_pb_slide .et_pb_slide_description:before,
body .blue_line_before .et_pb_team_member_description:before,
body #page-container .lines_ba a,
body #page-container .lines_ba a:before,
body #page-container .lines_ba a:after,
body #page-container .lines_ba h2:before,
body #page-container .lines_ba h2:after { border-color: #175CA7 !important; }

.et_pb_contact_right, .et_pb_contact_right .et_pb_contact_captcha_question {
	color: #fff !important;
	min-width: 150px !important;
	line-height: 30px !important;
	height: 30px !important;
}

input.et_pb_contact_captcha {
	background-color: transparent !important;
	border-bottom: #fff solid 2px !important;
	margin-right: 30px !important;
	color: #fff !important;
	line-height: 30px !important;
	height: 30px !important;
}

/* ===== Blog Content =======*/

h1.entry-title {
	font-weight: bold;
	color: #175CA7;
	font-size: 34px;
}

#main-content .container:before {
    position: absolute;
    top: 0;
    width: 0px;
    height: 100%;
    background-color: #ffffff;
    content: "";
}

.et_pb_blog_0:not(.et_pb_blog_grid) .et_pb_post {
    border-bottom-width: 4px;
}

.et_pb_blog_0:not(.et_pb_blog_grid) .et_pb_post:hover {
    border-bottom-width: 4px;
    border-bottom-color: #175CA7 !important;
}
/* comments fix */
#comment-wrap {
	max-width: 1080px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

/* ==== Contact Page ====*/

.contact_1_falkor i {
	display: inline-block;
	width: 15px;
	font-size: 14px;
}


.footer_4_f.falkor.white_links #mark-contact a, .footer_4_f.falkor.white_links #brad-contact a {
	color: #494949 !important;
}

.footer_4_f.falkor.white_links #mark-contact a:hover, .footer_4_f.falkor.white_links #brad-contact a:hover {
	color: #175CA7 !important;
}


/*-------------------[1080px]------------------*/
@media only screen and ( max-width: 1080px ) {
	#comment-wrap {
		max-width: 934px;
	}
}

/*-------------------[1024px]------------------*/
@media only screen and ( max-width: 1024px ) {
	#comment-wrap {
		max-width: 934px;
	}
}

/*-------------------[980px]------------------*/
@media only screen and (max-width: 980px) {
	#comment-wrap {
		max-width: 690px;
	}
}

/*-------------------[600px]------------------*/
@media only screen and (max-width: 600px) {
	#comment-wrap {
		max-width: 400px;
	}
}

/*-------------------[479px]------------------*/
@media only screen and ( max-width: 479px ) {
	#comment-wrap {
		max-width: 450px;
	}
}


/*-------------------[320px]------------------*/
@media only screen and ( max-width: 320px ) {
	#comment-wrap {
		max-width: 274px;
	}
}

