<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:  Divi Child
Theme URI:   http://www.getwpress.com
Version:     2.0
Description: Custom Divi child of the Divi by Elegant Themes, developed by Scott Hendison and his programmer Heather.
Author:      Scott Hendison
Author URI:  http://www.getwpress.com
Template:    Divi
*/


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

/*- YOU CAN INCLUDE THE CUSTOM CODE FOR YOUR CHILD THEME BELOW THIS LINE-*/


.code-block-1 {
vertical-align: middle;
padding-top: 10px !important;
max-width: 100%;
padding-left: 26%;
 }
span.logo_helper {
    display: none;
}
#et-top-navigation {
  display: block;
  clear: both;
  float: right;
  padding-top: 10px !important;
  padding-left: 0px !important;
}
.et_header_style_left .logo_container {
top: 20px;
max-width: 25%;
height: 90% !important;
}
.et_pb_widget_area_left {
    padding-right: 0px;
}

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

.entry-title a, .post-meta a, h2 a, h3 a, h4 a, h5 a, h6 a, li a, a, .et_pb_widget li a {
  color: #333;
}
.entry-title a, .post-meta a, .et_pb_widget li a {
  color: #333 !important;
}
.entry-title a:hover, .post-meta a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, li a:hover, a:hover, .et_pb_widget li a:hover {
  color: #29A9E1;
}
.entry-title a:hover, .post-meta a:hover, .et_pb_widget li a:hover, #top-menu li a:hover, #top-menu a:hover {
  color: #29A9E1 !important;
opacity: 1;
}
.et_pb_widget.widget_text {
  margin-bottom: 10px !important;
}
.et_pb_gutters2 .et_pb_column, .et_pb_gutters2.et_pb_row .et_pb_column {
    margin-right: 1%;
}
.et_pb_post h2 {
    margin-top: 5px;
}
.main_title {
    margin-bottom: 5px;
}
.et_pb_post {
    margin-bottom: 10px;
}
#main-content .container {
    padding-top: 10px;
}

a.more-link {
    text-decoration: underline;
}
.post-meta {
text-transform: capitalize;
}

/* hide Excerpt from home page post slider */

.custom_post_slider .et_pb_slide_content {
display: none !important;
}
.custom_post_slider .et-pb-arrow-prev, .custom_post_slider .et-pb-arrow-next {
    top: 62%;
    margin-top: 0px;
}
.custom_post_slider .et_pb_slide_description, .custom_post_slider .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding-top: 40%;
    padding-bottom: 3%;
}
.custom_post_slider .et-pb-controllers {
top: 15px;
bottom: 120px;
height: 15px;
}
.custom_post_slider .et_pb_more_button {
margin-top: 5px;
}
.custom_post_slider .et_pb_slide_title {
padding: 0% 3%;
}
.custom_post_slider.et_pb_slider:hover .et-pb-arrow-prev, .custom_post_slider.et_mobile_device .et-pb-arrow-prev {
    left: 8px;
    }
.custom_post_slider.et_pb_slider:hover .et-pb-arrow-next, .custom_post_slider.et_mobile_device .et-pb-arrow-next {
    right: 8px;
    }





/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/


/*  Animated Search Form  */

#searchform {
	position: relative;
	}

#searchform .search-field {
	background-color: transparent;
	background-image: url('/wp-content/uploads/2016/05/searchicon.png');
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
        font-size: 17px;
}

#searchform .search-field:focus {
	background-color: #fff;
	border: 2px solid black;
	cursor: text;
	outline: 0;
	width: 230px;
}

#search-submit {
  display: none;
}



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

}

/*-------------------[960px]------------------*/
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {

	/*-------------------[Sliders]------------------*/

	/*-------------------[Portfolio]------------------*/

	/*-------------------[Sidebar]------------------*/
	
	/*-------------------[Menu]------------------*/
	
}

/*-------------------[768px]------------------*/
@media only screen and ( max-width: 980px ) {
.home .et_pb_column_2 { width: 100% !important; } 
.et_header_style_left .logo_container { height: 70% !important; }
.code-block-1 { 
float: right;
display: inline-block;
 }

}

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

}

@media screen and ( max-width: 782px ) {

}

/*-------------------[480px]------------------*/
@media only screen and ( max-width: 767px ) {

.et_header_style_left .logo_container { 
height: 65% !important; 
max-width: 24%; 
}
.et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 90%;
}
}

/*-------------------[320px]------------------*/
@media only screen and ( max-width: 479px ) {

}

#main-content ul, ol { margin-left: 5%; overflow: hidden; }
#top-header ul, #main-header ul {margin-left: 0%;}</pre></body></html>