/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/



/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/

@media only screen and (min-width: 981px) {
	.et_pb_posts .et_pb_post img,
	.et_pb_posts .et_overlay {
		height: 180px !important;
		width: 335px;
		float: left;
		left: 0;
		margin-right: 25px;
	}
}
ul.special_bullet {
list-style-image: url(‘https://i.imgur.com/Xr61ufw.png’);
}
ul.special_bullet li:before {
color: #000;
content: “\27bd \0020”;
}
/* Place category / archive / search images on left of text */
/* src: https://divibooster.com/show-archive-page-featured-images-on-left-of-post-extract/ */
@media only screen and (min-width: 981px) {

	body.archive .et_pb_post img,
	body.search .et_pb_post img {
		height: 180px !important;
		width: 335px;
		float: left;
		left: 0;
		margin-right: 25px;
	}

	body.archive .et_pb_post,
	body.search .et_pb_post { 
	    clear: both; 
	    min-height: 180px 
	}

	/* Move text over when there is no thumbnail */
	body.archive .et_pb_post:not(.has-post-thumbnail) {
	    margin-left: 360px;
	}

}
/* Remove meta data */
.entry-meta .byline, .entry-meta .cat-links { display: none; }

/* Navigation CTA */
.nav .menu-item.CTA > a {
background-color: #FFA64C;
padding: 8px 20px 11px !important;
margin-top: -8px;
border-radius: 30px;
color: #fff !important;
}

.home-main h1, .home-main h2,.home-main h3,.home-main h4, .home-main h5,.home-main h6 {
    color: #000;
}

.home-main-button {
	text-decoration:underline;
}


.et_pb_slide_with_image .et_pb_slide_description {
	text-shadow:none;
}

h1 {
font-family: 'Permanent Marker',handwriting!important;
}

@media (max-width: 922px) {
	.et_pb_section.et_pb_section_0.et_section_regular.et_had_animation h1 {
		font-size: 32px!important;
	}
	
	.et_pb_section.et_pb_section_0.et_section_regular.et_had_animation {
padding: 30px 0 10px;}
}

@media (max-width: 980px){
.et_pb_section {
    padding: 20px 0;
}
	h2 {
		font-size: 26px!important;
	}
}

.small-button.smallblue {
	border-radius: 100px;
	color: #424242!important;
	border: none!important;
	background: #add8e6;
	text-shadow: none!important;
}

.et_pb_button,
.button{
	border-radius: 200px!important;
	padding: 8px 35px!important;
}

.et_pb_button:hover,
.button:hover{
	border-radius: 200px!important;
		padding: 8px 55px 8px 35px!important;
}

#top-header, #et-secondary-nav li ul {
    background-color: #add8e6!important;
}