/*
 Theme Name:   Divi Child
 Theme URI:    http://www.elegantthemes.com/gallery/divi/
 
Template:     Divi
 Description:  Child theme for Divi
 
Author:       IWD Technologies 
Version:      1.0
License:      GNU General Public License v2 or later
 
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 
Tags:         Smart. Flexible. Beautiful.
 Text Domain:  Divi-child 
*/

body {font-weight:400;}

:not(.et_pb_fullwidth_section).et_pb_section { 
   padding-top: 10px !important; 
   padding-bottom: 10px !important;
}

/* Place blurb icon on right */
.my_blurb .et_pb_main_blurb_image { float: right; }
.my_blurb .et_pb_blurb_container { padding-left: 0; padding-right: 15px; }

/* Right align blurb text / title */
.my_blurb .et_pb_blurb_content {
    padding-right: 52px;
    text-align: right;
}

.wmle_post_meta {display: none;}
.wmle_post_excerpt {display: none;}
.wmle_post_title {
	font-size: 18px !important;
	color: #000 !important;
	font-weight: normal !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	padding: 5px 10px 5px 10px !important;
}
.wmle_item {
	-webkit-box-shadow: 0 0 0 0 !important;
	box-shadow: 0 0 0 0 !important;
}

#main-footer .footer-widget h4 {color: black !important;}

@media only screen and (min-width: 1025px) {
    .mobile-only {display:none !important;}
	.our-work-visual-communication {margin-top: -20px !important;}
}