/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Replace search text with icon */
.bb-search-icon::after {
    content: '55';
    font-family: ETModules;
    font-size: 15px;
    color: #000;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) scaleX(-1);
    pointer-events: none;
    z-index: 9;
}
.bb-search-icon .et_pb_searchsubmit {
    z-index: 10;
}
/* Floated Images in Text Blocks */
/* Image left */
.floated-image-left .et_pb_text_inner img {
 		margin: 0 30px 20px 0;
 		/* border: 5px solid #000; */
        box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.3);
        border: 8px solid #F4EBE1;
}
@media only screen and (max-width: 480px) {
 .floated-image-left .et_pb_text_inner img {
    	display: block;    
		width: 100%;	
		margin: 0 auto 20px;    
		padding: 0;
	}
}
.floated-image-left .wp-caption img {
 		margin: 0 30px 10px 0;
 		border: none;
        /* box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.3); */
}
@media only screen and (max-width: 480px) { 
    .floated-image-left  .wp-caption  img {
        display: block;    
        width: 100%;    
        margin: 0 auto 20px;    
        padding: 0;
    }
}

/* Captions */
.wp-caption {
    background-color: #F4EBE1;
}

/* Add a border around an image */
.image-border img {
    border: 8px solid #F4EBE1;
}