<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>Blurb | Divi-Childthemes.com</title>
	<atom:link href="https://divi-childthemes.com/category/blur-module/feed/" rel="self" type="application/rss+xml" />
	<link>https://divi-childthemes.com</link>
	<description>Best Place To Find Creatuve Divi Layouts &#38; Child Themes</description>
	<lastBuildDate>Tue, 01 Sep 2020 08:13:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://divi-childthemes.com/wp-content/uploads/2019/11/cropped-dct-favicon-32x32.png</url>
	<title>Blurb | Divi-Childthemes.com</title>
	<link>https://divi-childthemes.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Flip Card Effects with Divi Person , Blurb , Testimonials , Number Counter , Pricing Module in Divi</title>
		<link>https://divi-childthemes.com/flip-card-effects-with-divi-person-blurb-testimonials-number-counter-pricing-module-in-divi/</link>
		
		<dc:creator><![CDATA[DCT Team]]></dc:creator>
		<pubDate>Fri, 29 Mar 2019 11:30:59 +0000</pubDate>
				<category><![CDATA[Person]]></category>
		<category><![CDATA[Blurb]]></category>
		<category><![CDATA[Number Counter]]></category>
		<category><![CDATA[Pricing Table]]></category>
		<category><![CDATA[Testimonials]]></category>
		<category><![CDATA[divi blurb module flip effect]]></category>
		<category><![CDATA[divi flip animation]]></category>
		<category><![CDATA[divi flip card design]]></category>
		<category><![CDATA[divi module flip css]]></category>
		<category><![CDATA[divi module flip jquery]]></category>
		<category><![CDATA[divi number module flip effect]]></category>
		<category><![CDATA[divi person module flip effect]]></category>
		<category><![CDATA[divi pricing module flip effect]]></category>
		<category><![CDATA[divi testimonials module flip effect]]></category>
		<guid isPermaLink="false">http://divi-childthemes.com/?p=34382</guid>

					<description><![CDATA[<p>The post <a rel="nofollow" href="https://divi-childthemes.com/flip-card-effects-with-divi-person-blurb-testimonials-number-counter-pricing-module-in-divi/">Flip Card Effects with Divi Person , Blurb , Testimonials , Number Counter , Pricing Module in Divi</a> appeared first on <a rel="nofollow" href="https://divi-childthemes.com">Divi-Childthemes.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><div class="et_pb_section et_pb_section_0 et_section_regular" data-padding="0|0px|0|0px" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_0">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_center et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p><strong>We are going to show you how to turn Divi Person , Blurb , Testimonials ,<br /> Number Counter , Pricing Module into flip cards without using a plugin! With this method,</p></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div><div class="et_pb_section et_pb_section_1 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_1">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_center et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Person Module</p></div>
			</div><div class="et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_center et_pb_bg_layout_light">
				
				
				
				
				
			</div><div class="et_pb_module et_pb_code et_pb_code_0">
				
				
				
				
				<div class="et_pb_code_inner"><style>

:root {
    --color-1: #fb1f4c;
    
}





.et_pb_team_1{
    position: relative;
    text-align: center;
    color:#fff;
}


.et_pb_team_1 .et_pb_team_member_image{float: none;
max-width: 100%;
width: auto;

position: relative;}

.et_pb_team_1 .et_pb_team_member_image:before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.6) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out 0s;
}
.et_pb_team_1 .et_pb_team_member_image img{
    width: 100%;
    height: auto;
}
.et_pb_team_1 .et_pb_team_member_description{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    padding: 0 30px;
    background: var(--color-1);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.6) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.8s ease-in-out 0s;
}
.et_pb_team_1 .et_pb_team_member_description .et_pb_module_header
{
    font-size: 22px;
  color: #fff;
    text-transform: uppercase;
    margin-top: 100px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.et_pb_team_1 .et_pb_team_member_description .et_pb_member_position{
    font-size: 13px;
color: #fff;
margin-top: 10px;
}
.et_pb_team_1.back .et_pb_team_member_description{
    opacity: 1;
}


.et_pb_team_1 .et_pb_team_member_description .et_pb_member_social_links li a{
    border: 1px solid #fff;
    
    width: 30px;
    height:30px;
    line-height: 30px;
    font-size: 10px;
    display: inline-block;
    
    color:#fff;
}	


.et_pb_team_1 .et_pb_team_member_description .et_pb_member_social_links li a:hover{
    background:#000;
	color:var(--color-1);
}	
	
	


@media only screen and (max-width: 980px){
    .et_pb_team_1{
        margin-bottom: 20px !important;
		
    }
}


</style></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_2">
				<div class="et_pb_column et_pb_column_1_3 et_pb_column_2 hover panel  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_module et_pb_team_member et_pb_team_member_0 et_pb_team_1 front clearfix  et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_team_member_image et-waypoint et_pb_animation_off"><img fetchpriority="high" decoding="async" width="250" height="250" src="http://divi-childthemes.com/wp-content/uploads/2018/07/img-5.jpg" alt="Flip Card Effects with Divi Person , Blurb , Testimonials , Number Counter , Pricing Module in Divi" srcset="https://divi-childthemes.com/wp-content/uploads/2018/07/img-5.jpg 250w, https://divi-childthemes.com/wp-content/uploads/2018/07/img-5-100x100.jpg 100w, https://divi-childthemes.com/wp-content/uploads/2018/07/img-5-64x64.jpg 64w, https://divi-childthemes.com/wp-content/uploads/2018/07/img-5-150x150.jpg 150w" sizes="(max-width: 250px) 100vw, 250px" class="wp-image-31290" title="Flip Card Effects with Divi Person , Blurb , Testimonials , Number Counter , Pricing Module in Divi 1"></div>
				<div class="et_pb_team_member_description">
					
					
					
					
				</div>
			</div><div class="et_pb_module et_pb_team_member et_pb_team_member_1 et_pb_team_1 back clearfix  et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_team_member_image et-waypoint et_pb_animation_off"><img decoding="async" width="250" height="250" src="http://divi-childthemes.com/wp-content/uploads/2018/07/img-5.jpg" alt="Kristiana" srcset="https://divi-childthemes.com/wp-content/uploads/2018/07/img-5.jpg 250w, https://divi-childthemes.com/wp-content/uploads/2018/07/img-5-100x100.jpg 100w, https://divi-childthemes.com/wp-content/uploads/2018/07/img-5-64x64.jpg 64w, https://divi-childthemes.com/wp-content/uploads/2018/07/img-5-150x150.jpg 150w" sizes="(max-width: 250px) 100vw, 250px" class="wp-image-31290" title="Flip Card Effects with Divi Person , Blurb , Testimonials , Number Counter , Pricing Module in Divi 2"></div>
				<div class="et_pb_team_member_description">
					<h4 class="et_pb_module_header">Kristiana</h4>
					<p class="et_pb_member_position">Web Designer</p>
					
					<ul class="et_pb_member_social_links"><li><a href="#" class="et_pb_font_icon et_pb_facebook_icon"><span>Facebook</span></a></li><li><a href="#" class="et_pb_font_icon et_pb_twitter_icon"><span>X</span></a></li><li><a href="#" class="et_pb_font_icon et_pb_linkedin_icon"><span>LinkedIn</span></a></li></ul>
				</div>
			</div>
			</div><div class="et_pb_column et_pb_column_1_3 et_pb_column_3 hover panel  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_module et_pb_team_member et_pb_team_member_2 et_pb_team_1 front clearfix  et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_team_member_image et-waypoint et_pb_animation_off"><img decoding="async" width="250" height="250" src="http://divi-childthemes.com/wp-content/uploads/2018/07/img-6.jpg" alt="Flip Card Effects with Divi Person , Blurb , Testimonials , Number Counter , Pricing Module in Divi" srcset="https://divi-childthemes.com/wp-content/uploads/2018/07/img-6.jpg 250w, https://divi-childthemes.com/wp-content/uploads/2018/07/img-6-100x100.jpg 100w, https://divi-childthemes.com/wp-content/uploads/2018/07/img-6-64x64.jpg 64w, https://divi-childthemes.com/wp-content/uploads/2018/07/img-6-150x150.jpg 150w" sizes="(max-width: 250px) 100vw, 250px" class="wp-image-31291" title="Flip Card Effects with Divi Person , Blurb , Testimonials , Number Counter , Pricing Module in Divi 3"></div>
				<div class="et_pb_team_member_description">
					
					
					
					
				</div>
			</div><div class="et_pb_module et_pb_team_member et_pb_team_member_3 et_pb_team_1 back clearfix  et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_team_member_image et-waypoint et_pb_animation_off"><img decoding="async" width="250" height="250" src="http://divi-childthemes.com/wp-content/uploads/2018/07/img-6.jpg" alt="Miranda joy" srcset="https://divi-childthemes.com/wp-content/uploads/2018/07/img-6.jpg 250w, https://divi-childthemes.com/wp-content/uploads/2018/07/img-6-100x100.jpg 100w, https://divi-childthemes.com/wp-content/uploads/2018/07/img-6-64x64.jpg 64w, https://divi-childthemes.com/wp-content/uploads/2018/07/img-6-150x150.jpg 150w" sizes="(max-width: 250px) 100vw, 250px" class="wp-image-31291" title="Flip Card Effects with Divi Person , Blurb , Testimonials , Number Counter , Pricing Module in Divi 4"></div>
				<div class="et_pb_team_member_description">
					<h4 class="et_pb_module_header">Miranda joy</h4>
					<p class="et_pb_member_position">Web Designer</p>
					
					<ul class="et_pb_member_social_links"><li><a href="#" class="et_pb_font_icon et_pb_facebook_icon"><span>Facebook</span></a></li><li><a href="#" class="et_pb_font_icon et_pb_twitter_icon"><span>X</span></a></li><li><a href="#" class="et_pb_font_icon et_pb_linkedin_icon"><span>LinkedIn</span></a></li></ul>
				</div>
			</div>
			</div><div class="et_pb_column et_pb_column_1_3 et_pb_column_4 hover panel  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_team_member et_pb_team_member_4 et_pb_team_1 front clearfix  et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_team_member_image et-waypoint et_pb_animation_off"><img decoding="async" width="250" height="250" src="http://divi-childthemes.com/wp-content/uploads/2018/07/img-7.jpg" alt="Flip Card Effects with Divi Person , Blurb , Testimonials , Number Counter , Pricing Module in Divi" srcset="https://divi-childthemes.com/wp-content/uploads/2018/07/img-7.jpg 250w, https://divi-childthemes.com/wp-content/uploads/2018/07/img-7-100x100.jpg 100w, https://divi-childthemes.com/wp-content/uploads/2018/07/img-7-64x64.jpg 64w, https://divi-childthemes.com/wp-content/uploads/2018/07/img-7-150x150.jpg 150w" sizes="(max-width: 250px) 100vw, 250px" class="wp-image-30973" title="Flip Card Effects with Divi Person , Blurb , Testimonials , Number Counter , Pricing Module in Divi 5"></div>
				<div class="et_pb_team_member_description">
					
					
					
					
				</div>
			</div><div class="et_pb_module et_pb_team_member et_pb_team_member_5 et_pb_team_1 back clearfix  et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_team_member_image et-waypoint et_pb_animation_off"><img decoding="async" width="250" height="250" src="http://divi-childthemes.com/wp-content/uploads/2018/07/img-7.jpg" alt="Kriston martin" srcset="https://divi-childthemes.com/wp-content/uploads/2018/07/img-7.jpg 250w, https://divi-childthemes.com/wp-content/uploads/2018/07/img-7-100x100.jpg 100w, https://divi-childthemes.com/wp-content/uploads/2018/07/img-7-64x64.jpg 64w, https://divi-childthemes.com/wp-content/uploads/2018/07/img-7-150x150.jpg 150w" sizes="(max-width: 250px) 100vw, 250px" class="wp-image-30973" title="Flip Card Effects with Divi Person , Blurb , Testimonials , Number Counter , Pricing Module in Divi 6"></div>
				<div class="et_pb_team_member_description">
					<h4 class="et_pb_module_header">Kriston martin</h4>
					<p class="et_pb_member_position">Founder</p>
					
					<ul class="et_pb_member_social_links"><li><a href="#" class="et_pb_font_icon et_pb_facebook_icon"><span>Facebook</span></a></li><li><a href="#" class="et_pb_font_icon et_pb_twitter_icon"><span>X</span></a></li><li><a href="#" class="et_pb_font_icon et_pb_linkedin_icon"><span>LinkedIn</span></a></li></ul>
				</div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_3">
				<div class="et_pb_column et_pb_column_1_4 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module ">
				<a class="et_pb_button et_pb_button_0 dct-t-btn et_pb_bg_layout_light" href="http://divi-childthemes.com/wp-content/uploads/2019/04/Flip_Card_Effects_Divi.zip" target="_blank" data-icon="&#xe004;">Download Json </a>
			</div>
			</div><div class="et_pb_column et_pb_column_1_4 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module ">
				<a class="et_pb_button et_pb_button_1 dct-t-btn et_pb_bg_layout_light" href="http://divi-childthemes.com/flip-card-effect-implement-using-divi-library/" target="_blank" data-icon="&#xe004;">Using Json File</a>
			</div>
			</div><div class="et_pb_column et_pb_column_1_4 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_button_alignment_center et_pb_module ">
				<a class="et_pb_button et_pb_button_2 dct-t-btn et_pb_bg_layout_light" href="https://www.youtube.com/watch?v=pZrBdhk4Im8" target="_blank" data-icon="&#xe004;" rel="nofollow noopener">Using Video</a>
			</div>
			</div><div class="et_pb_column et_pb_column_1_4 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_button_module_wrapper et_pb_button_3_wrapper et_pb_button_alignment_center et_pb_module ">
				<a class="et_pb_button et_pb_button_3 dct-t-btn et_pb_bg_layout_light" href="http://divi-childthemes.com/flip-card-effect-implement-using-divi-person-module/" target="_blank" data-icon="&#xe004;">Manully Implement</a>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div><div class="et_pb_section et_pb_section_2 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_4">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_center et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Blurb Module</p></div>
			</div><div class="et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_center et_pb_bg_layout_light">
				
				
				
				
				
			</div><div class="et_pb_module et_pb_code et_pb_code_1">
				
				
				
				
				<div class="et_pb_code_inner"><style>


:root {--color-1: #008B8B;}        



.et_pb_blurb_flip_1 {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
  	padding:20px;
  	border: 2px solid var(--color-1);
    background-color: #fff;
}
.et_pb_blurb_flip_1:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0;
    background: var(--color-1);
    height: 100%;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.et_pb_blurb_flip_1.back:before {
    left: 0;
    right: 0;}


.et_pb_blurb_flip_1 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{color: #fff !important;
width: 100px;
height: 100px;
border: 1px solid transparent;
line-height: 100px;
background: var(--color-1);
font-size: 40px;
border-radius: 50%; transition:0.5s ease .2s;}

.et_pb_blurb_flip_1.back .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{background:#fff;color:#000 !important;}

.et_pb_blurb_flip_1.back .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header,.et_pb_blurb_flip_1.back .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{color:#fff;}



.et_pb_blurb_flip_1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px 0;
    transition: all 0.5s ease 0s;
  text-align:center;
  font-variant:small-caps;}

.et_pb_blurb_flip_1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
    font-size: 16px;
    color: #666;
    font-family: Roboto;
   text-align:center;
	font-weight: 400;
	line-height: 28px;
  transition: all 0.5s ease 0s;}

</style>
</div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_5">
				<div class="et_pb_column et_pb_column_1_3 et_pb_column_10 hover panel  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_module et_pb_blurb et_pb_blurb_0 et_pb_blurb_flip_1 front  et_pb_text_align_left  et_pb_blurb_position_top et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_blurb_content">
					<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon">&#xe001;</span></span></div>
					<div class="et_pb_blurb_container">
						<h4 class="et_pb_module_header"><span>Your Title Goes Here</span></h4>
						<div class="et_pb_blurb_description"><p>Your content goes here. Edit or remove this text inline or in the module Content settings.</p></div>
					</div>
				</div>
			</div><div class="et_pb_module et_pb_blurb et_pb_blurb_1 et_pb_blurb_flip_1 back  et_pb_text_align_left  et_pb_blurb_position_top et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_blurb_content">
					<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon">&#xe001;</span></span></div>
					<div class="et_pb_blurb_container">
						<h4 class="et_pb_module_header"><span>Your Title Goes Here</span></h4>
						<div class="et_pb_blurb_description"><p>Your content goes here. Edit or remove this text inline or in the module Content settings.</p></div>
					</div>
				</div>
			</div>
			</div><div class="et_pb_column et_pb_column_1_3 et_pb_column_11 hover panel  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_module et_pb_blurb et_pb_blurb_2 et_pb_blurb_flip_1 front  et_pb_text_align_left  et_pb_blurb_position_top et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_blurb_content">
					<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon">&#xe001;</span></span></div>
					<div class="et_pb_blurb_container">
						<h4 class="et_pb_module_header"><span>Your Title Goes Here</span></h4>
						<div class="et_pb_blurb_description"><p>Your content goes here. Edit or remove this text inline or in the module Content settings.</p></div>
					</div>
				</div>
			</div><div class="et_pb_module et_pb_blurb et_pb_blurb_3 et_pb_blurb_flip_1 back  et_pb_text_align_left  et_pb_blurb_position_top et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_blurb_content">
					<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon">&#xe001;</span></span></div>
					<div class="et_pb_blurb_container">
						<h4 class="et_pb_module_header"><span>Your Title Goes Here</span></h4>
						<div class="et_pb_blurb_description"><p>Your content goes here. Edit or remove this text inline or in the module Content settings.</p></div>
					</div>
				</div>
			</div>
			</div><div class="et_pb_column et_pb_column_1_3 et_pb_column_12 hover panel  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_blurb et_pb_blurb_4 et_pb_blurb_flip_1 front  et_pb_text_align_left  et_pb_blurb_position_top et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_blurb_content">
					<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon">&#xe001;</span></span></div>
					<div class="et_pb_blurb_container">
						<h4 class="et_pb_module_header"><span>Your Title Goes Here</span></h4>
						<div class="et_pb_blurb_description"><p>Your content goes here. Edit or remove this text inline or in the module Content settings.</p></div>
					</div>
				</div>
			</div><div class="et_pb_module et_pb_blurb et_pb_blurb_5 et_pb_blurb_flip_1 back  et_pb_text_align_left  et_pb_blurb_position_top et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_blurb_content">
					<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon">&#xe001;</span></span></div>
					<div class="et_pb_blurb_container">
						<h4 class="et_pb_module_header"><span>Your Title Goes Here</span></h4>
						<div class="et_pb_blurb_description"><p>Your content goes here. Edit or remove this text inline or in the module Content settings.</p></div>
					</div>
				</div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_6">
				<div class="et_pb_column et_pb_column_1_4 et_pb_column_13  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_button_module_wrapper et_pb_button_4_wrapper et_pb_button_alignment_center et_pb_module ">
				<a class="et_pb_button et_pb_button_4 dct-t-btn et_pb_bg_layout_light" href="http://divi-childthemes.com/wp-content/uploads/2019/04/Flip_Card_Effects_Divi.zip" target="_blank" data-icon="&#xe004;">Download Json </a>
			</div>
			</div><div class="et_pb_column et_pb_column_1_4 et_pb_column_14  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_button_module_wrapper et_pb_button_5_wrapper et_pb_button_alignment_center et_pb_module ">
				<a class="et_pb_button et_pb_button_5 dct-t-btn et_pb_bg_layout_light" href="http://divi-childthemes.com/flip-card-effect-implement-using-divi-library/" target="_blank" data-icon="&#xe004;">Using Json File</a>
			</div>
			</div><div class="et_pb_column et_pb_column_1_4 et_pb_column_15  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_button_module_wrapper et_pb_button_6_wrapper et_pb_button_alignment_center et_pb_module ">
				<a class="et_pb_button et_pb_button_6 dct-t-btn et_pb_bg_layout_light" href="https://www.youtube.com/watch?v=ppco3d1C8kA" target="_blank" data-icon="&#xe004;" rel="nofollow noopener">Using Video</a>
			</div>
			</div><div class="et_pb_column et_pb_column_1_4 et_pb_column_16  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_button_module_wrapper et_pb_button_7_wrapper et_pb_button_alignment_center et_pb_module ">
				<a class="et_pb_button et_pb_button_7 dct-t-btn et_pb_bg_layout_light" href="http://divi-childthemes.com/flip-card-effect-implement-using-divi-blurb-module/" target="_blank" data-icon="&#xe004;">Manully Implement</a>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div><div class="et_pb_section et_pb_section_3 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_7">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_17  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_center et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Testimonials Module</p></div>
			</div><div class="et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_center et_pb_bg_layout_light">
				
				
				
				
				
			</div><div class="et_pb_module et_pb_code et_pb_code_2">
				
				
				
				
				<div class="et_pb_code_inner"><style>
  
/* =======================
    Root Color
=========================*/

:root {--color-1:  rgb(251, 192, 45);} 


/* =======================
    Testimonial Style
=========================*/

  
.et_pb_testi_flip_1:after,.et_pb_testi_flip_1:before{content:"";z-index:1;transition:all .3s ease 0s;position:absolute}
.et_pb_testi_flip_1{background-color:#103045!important;color:#fff;border-top:5px solid var(--color-1)}
.et_pb_testi_flip_1:before{border-top:0 solid var(--color-1);border-right:0 solid transparent;border-right-width:0;left:0;top:0;border-radius:0;background:0 0;margin-left:0}
.et_pb_testi_flip_1:after{border-bottom:0 solid var(--color-1);border-left:0 solid transparent;border-left-width:0;bottom:0;right:0;visibility:visible}
.et_pb_testi_flip_1 .et_pb_testimonial_description .et_pb_testimonial_description_inner{color:#fff;}
.et_pb_testi_flip_1 .et_pb_testimonial_portrait:before{font-weight:900;font-size:65px;color:var(--color-1);position:absolute;top:-36px;left:83px;font-family:ETmodules!important;background:0 0;content:"{";width:0;height:0;box-shadow:none}
.et_pb_testi_flip_1 .et_pb_testimonial_description .et_pb_testimonial_description_inner .et_pb_testimonial_author{font-size:18px;color:var(--color-1)}  
.et_pb_testi_flip_1.back:before{border-top-width:50px;border-right-width:50px}
.et_pb_testi_flip_1.back:after{border-bottom-width:50px;border-left-width:50px}
.et_pb_testi_flip_1.back .et_pb_testimonial_portrait{box-shadow:0 0 0 3px var(--color-1)}
  
.et_pb_testi_flip_1.back .et_pb_testimonial_portrait{display: none;}
.et_pb_testi_flip_1.back .et_pb_testimonial_description .et_pb_testimonial_description_inner .et_pb_testimonial_author{display:none;}
.et_pb_testi_flip_1.back .et_pb_testimonial_description .et_pb_testimonial_description_inner .et_pb_testimonial_meta{display:none;}
@media only screen and (min-width:768px) and (max-width:980px){.et_pb_testi_flip_1 .et_pb_testimonial_portrait{float:none;margin-right:auto}.et_pb_testi_flip_1 .et_pb_testimonial_description{margin-left:0!important}}
  
</style></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_8">
				<div class="et_pb_column et_pb_column_1_3 et_pb_column_18 hover panel  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_module et_pb_testimonial et_pb_testimonial_0 et_pb_testi_flip_1 front clearfix  et_pb_text_align_left et_pb_bg_layout_light et_pb_testimonial_no_image">
				
				
				
				
				<div style="background-image:url(http://divi-childthemes.com/wp-content/uploads/2018/07/img-7.jpg)" class="et_pb_testimonial_portrait"></div>
				<div class="et_pb_testimonial_description">
					<div class="et_pb_testimonial_description_inner"></div>
					<span class="et_pb_testimonial_author">Name Goes Here</span>
					<p class="et_pb_testimonial_meta"><span class="et_pb_testimonial_position">CEO</span></p>
				</div>
			</div><div class="et_pb_module et_pb_testimonial et_pb_testimonial_1 et_pb_testi_flip_1 back clearfix  et_pb_text_align_left et_pb_bg_layout_light et_pb_testimonial_no_image">
				
				
				
				
				<div style="background-image:url(http://divi-childthemes.com/wp-content/uploads/2018/07/img-7.jpg)" class="et_pb_testimonial_portrait"></div>
				<div class="et_pb_testimonial_description">
					<div class="et_pb_testimonial_description_inner"><div class="et_pb_testimonial_content"><p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p></div></div>
					<span class="et_pb_testimonial_author">Name Goes Here</span>
					<p class="et_pb_testimonial_meta"><span class="et_pb_testimonial_position">CEO</span></p>
				</div>
			</div>
			</div><div class="et_pb_column et_pb_column_1_3 et_pb_column_19 hover panel  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_module et_pb_testimonial et_pb_testimonial_2 et_pb_testi_flip_1 front clearfix  et_pb_text_align_left et_pb_bg_layout_light et_pb_testimonial_no_image">
				
				
				
				
				<div style="background-image:url(http://divi-childthemes.com/wp-content/uploads/2018/07/img-6.jpg)" class="et_pb_testimonial_portrait"></div>
				<div class="et_pb_testimonial_description">
					<div class="et_pb_testimonial_description_inner"></div>
					<span class="et_pb_testimonial_author">Name Goes Here</span>
					<p class="et_pb_testimonial_meta"><span class="et_pb_testimonial_position">CEO</span></p>
				</div>
			</div><div class="et_pb_module et_pb_testimonial et_pb_testimonial_3 et_pb_testi_flip_1 back clearfix  et_pb_text_align_left et_pb_bg_layout_light et_pb_testimonial_no_image">
				
				
				
				
				<div style="background-image:url(http://divi-childthemes.com/wp-content/uploads/2018/07/img-6.jpg)" class="et_pb_testimonial_portrait"></div>
				<div class="et_pb_testimonial_description">
					<div class="et_pb_testimonial_description_inner"><div class="et_pb_testimonial_content"><p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p></div></div>
					<span class="et_pb_testimonial_author">Name Goes Here</span>
					<p class="et_pb_testimonial_meta"><span class="et_pb_testimonial_position">CEO</span></p>
				</div>
			</div>
			</div><div class="et_pb_column et_pb_column_1_3 et_pb_column_20 hover panel  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_testimonial et_pb_testimonial_4 et_pb_testi_flip_1 front clearfix  et_pb_text_align_left et_pb_bg_layout_light et_pb_testimonial_no_image">
				
				
				
				
				<div style="background-image:url(http://divi-childthemes.com/wp-content/uploads/2018/07/img-5.jpg)" class="et_pb_testimonial_portrait"></div>
				<div class="et_pb_testimonial_description">
					<div class="et_pb_testimonial_description_inner"></div>
					<span class="et_pb_testimonial_author">Name Goes Here</span>
					<p class="et_pb_testimonial_meta"><span class="et_pb_testimonial_position">CEO</span></p>
				</div>
			</div><div class="et_pb_module et_pb_testimonial et_pb_testimonial_5 et_pb_testi_flip_1 back clearfix  et_pb_text_align_left et_pb_bg_layout_light et_pb_testimonial_no_image">
				
				
				
				
				<div style="background-image:url(http://divi-childthemes.com/wp-content/uploads/2018/07/img-5.jpg)" class="et_pb_testimonial_portrait"></div>
				<div class="et_pb_testimonial_description">
					<div class="et_pb_testimonial_description_inner"><div class="et_pb_testimonial_content"><p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p></div></div>
					<span class="et_pb_testimonial_author">Name Goes Here</span>
					<p class="et_pb_testimonial_meta"><span class="et_pb_testimonial_position">CEO</span></p>
				</div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_9">
				<div class="et_pb_column et_pb_column_1_4 et_pb_column_21  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_button_module_wrapper et_pb_button_8_wrapper et_pb_button_alignment_center et_pb_module ">
				<a class="et_pb_button et_pb_button_8 dct-t-btn et_pb_bg_layout_light" href="http://divi-childthemes.com/wp-content/uploads/2019/04/Flip_Card_Effects_Divi.zip" target="_blank" data-icon="&#xe004;">Download Json </a>
			</div>
			</div><div class="et_pb_column et_pb_column_1_4 et_pb_column_22  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_button_module_wrapper et_pb_button_9_wrapper et_pb_button_alignment_center et_pb_module ">
				<a class="et_pb_button et_pb_button_9 dct-t-btn et_pb_bg_layout_light" href="http://divi-childthemes.com/flip-card-effect-implement-using-divi-library/" target="_blank" data-icon="&#xe004;">Using Json File</a>
			</div>
			</div><div class="et_pb_column et_pb_column_1_4 et_pb_column_23  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_button_module_wrapper et_pb_button_10_wrapper et_pb_button_alignment_center et_pb_module ">
				<a class="et_pb_button et_pb_button_10 dct-t-btn et_pb_bg_layout_light" href="https://www.youtube.com/watch?v=bUBDIV47TSs" target="_blank" data-icon="&#xe004;" rel="nofollow noopener">Using Video</a>
			</div>
			</div><div class="et_pb_column et_pb_column_1_4 et_pb_column_24  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_button_module_wrapper et_pb_button_11_wrapper et_pb_button_alignment_center et_pb_module ">
				<a class="et_pb_button et_pb_button_11 dct-t-btn et_pb_bg_layout_light" href="http://divi-childthemes.com/flip-card-effect-implement-using-divi-testimonial-module/" target="_blank" data-icon="&#xe004;">Manully Implement</a>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div><div class="et_pb_section et_pb_section_4 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_10">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_25  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_center et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Number Module</p></div>
			</div><div class="et_pb_module et_pb_text et_pb_text_8  et_pb_text_align_center et_pb_bg_layout_light">
				
				
				
				
				
			</div><div class="et_pb_module et_pb_code et_pb_code_3">
				
				
				
				
				<div class="et_pb_code_inner"><style>
 

:root {--color-1:  #00b596;}   /*Here You Can Change Default Color */


    
  
  
/* =======================
    Counter
=========================*/

.et_pb_ctr_flip_1{background:var(--color-1);}
.et_pb_ctr_flip_1.back{background:#000;}

.et_pb_ctr_flip_1 .percent-value {
color:#fff;
font-size: 50px;
font-weight: bold;
line-height: normal;

padding-bottom: 15px;
position: relative;

}

.et_pb_ctr_flip_1 .percent-value::after{background-color: #fff;content: "";
display: block;
height: 3px;
margin: auto;
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 50px;transition: all 0.3s linear 0s;}

.et_pb_ctr_flip_1.back .percent-value::after{width: 75px;}

.et_pb_ctr_flip_1 .title{color:#fff;text-transform: uppercase;font-size: 15px;padding-top: 20px;padding-bottom: 20px;}

</style></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_11">
				<div class="et_pb_column et_pb_column_1_3 et_pb_column_26 hover panel  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_module et_pb_number_counter et_pb_number_counter_0 et_pb_ctr_flip_1 front  et_pb_text_align_center et_pb_bg_layout_light et_pb_with_title" data-number-value="50" data-number-separator="">
				
				
				
				
				<div class="percent" ><p><span class="percent-value"></span><span class="percent-sign"></span></p></div>
				<h3 class="title">Yout Title Name</h3>
			</div><div class="et_pb_module et_pb_number_counter et_pb_number_counter_1 et_pb_ctr_flip_1 back  et_pb_text_align_center et_pb_bg_layout_light et_pb_with_title" data-number-value="50" data-number-separator="">
				
				
				
				
				<div class="percent" ><p><span class="percent-value"></span><span class="percent-sign"></span></p></div>
				<h3 class="title">Yout Title Name</h3>
			</div>
			</div><div class="et_pb_column et_pb_column_1_3 et_pb_column_27 hover panel  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_module et_pb_number_counter et_pb_number_counter_2 et_pb_ctr_flip_1 front  et_pb_text_align_center et_pb_bg_layout_light et_pb_with_title" data-number-value="50" data-number-separator="">
				
				
				
				
				<div class="percent" ><p><span class="percent-value"></span><span class="percent-sign"></span></p></div>
				<h3 class="title">Yout Title Name</h3>
			</div><div class="et_pb_module et_pb_number_counter et_pb_number_counter_3 et_pb_ctr_flip_1 back  et_pb_text_align_center et_pb_bg_layout_light et_pb_with_title" data-number-value="50" data-number-separator="">
				
				
				
				
				<div class="percent" ><p><span class="percent-value"></span><span class="percent-sign"></span></p></div>
				<h3 class="title">Yout Title Name</h3>
			</div>
			</div><div class="et_pb_column et_pb_column_1_3 et_pb_column_28 hover panel  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_number_counter et_pb_number_counter_4 et_pb_ctr_flip_1 front  et_pb_text_align_center et_pb_bg_layout_light et_pb_with_title" data-number-value="50" data-number-separator="">
				
				
				
				
				<div class="percent" ><p><span class="percent-value"></span><span class="percent-sign"></span></p></div>
				<h3 class="title">Yout Title Name</h3>
			</div><div class="et_pb_module et_pb_number_counter et_pb_number_counter_5 et_pb_ctr_flip_1 back  et_pb_text_align_center et_pb_bg_layout_light et_pb_with_title" data-number-value="50" data-number-separator="">
				
				
				
				
				<div class="percent" ><p><span class="percent-value"></span><span class="percent-sign"></span></p></div>
				<h3 class="title">Yout Title Name</h3>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_12">
				<div class="et_pb_column et_pb_column_1_4 et_pb_column_29  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_button_module_wrapper et_pb_button_12_wrapper et_pb_button_alignment_center et_pb_module ">
				<a class="et_pb_button et_pb_button_12 dct-t-btn et_pb_bg_layout_light" href="http://divi-childthemes.com/wp-content/uploads/2019/04/Flip_Card_Effects_Divi.zip" target="_blank" data-icon="&#xe004;">Download Json </a>
			</div>
			</div><div class="et_pb_column et_pb_column_1_4 et_pb_column_30  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_button_module_wrapper et_pb_button_13_wrapper et_pb_button_alignment_center et_pb_module ">
				<a class="et_pb_button et_pb_button_13 dct-t-btn et_pb_bg_layout_light" href="http://divi-childthemes.com/flip-card-effect-implement-using-divi-library/" target="_blank" data-icon="&#xe004;">Using Json File</a>
			</div>
			</div><div class="et_pb_column et_pb_column_1_4 et_pb_column_31  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_button_module_wrapper et_pb_button_14_wrapper et_pb_button_alignment_center et_pb_module ">
				<a class="et_pb_button et_pb_button_14 dct-t-btn et_pb_bg_layout_light" href="https://www.youtube.com/watch?v=FYf2O9ISK0E" target="_blank" data-icon="&#xe004;" rel="nofollow noopener">Using Video</a>
			</div>
			</div><div class="et_pb_column et_pb_column_1_4 et_pb_column_32  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_button_module_wrapper et_pb_button_15_wrapper et_pb_button_alignment_center et_pb_module ">
				<a class="et_pb_button et_pb_button_15 dct-t-btn et_pb_bg_layout_light" href="http://divi-childthemes.com/flip-card-effect-implement-using-divi-number-counter-module/" target="_blank" data-icon="&#xe004;">Manully Implement</a>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div><div class="et_pb_section et_pb_section_5 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_13">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_33  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_9  et_pb_text_align_center et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Pricing Module</p></div>
			</div><div class="et_pb_module et_pb_text et_pb_text_10  et_pb_text_align_center et_pb_bg_layout_light">
				
				
				
				
				
			</div><div class="et_pb_module et_pb_code et_pb_code_4">
				
				
				
				
				<div class="et_pb_code_inner"><style>
  

:root {--color-1:  #00b596;}   /*Here You Can Change Default Color */




.et_pb_pricing_flip_1 .et_pb_pricing_table_wrap .et_pb_pricing_table{
    border: 1px solid #ddd;
    background: var(--color-1);
    transition: all 0.3s ease 0s;}
	
	
  
  
.et_pb_pricing_flip_1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_dollar_sign{font-size: 50px;
font-weight: 700;
color: var(--color-1);
z-index: 1;
top: 10px;
margin-left: 2em !important;
margin-bottom: 20px;
transition: all 0.3s ease 0s;}

.et_pb_pricing_flip_1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top{position:absolute;}

.et_pb_pricing_flip_1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_sum{font-size: 70px;
font-weight: 700;
color: var(--color-1);
text-align: center;

transition: all 0.3s ease 0s;
position: relative;
top: 0px;
z-index: 1;
left: 20px;}


  
 
  
.et_pb_pricing_flip_1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top{padding-bottom:0px; border-bottom:none;}  
  
  

  
  
  
  .et_pb_pricing_flip_1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_heading{background: var(--color-1);
margin-bottom: 0;

}  
  
  
.et_pb_pricing_flip_1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_heading .et_pb_pricing_title{
    font-size: 24px;
font-weight: 700;
color: #fff;
text-align: left;
text-transform: uppercase;
transition: all 0.3s ease 0s;
padding: 15px;
}
 
  
  
.et_pb_pricing_flip_1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content{
    
    margin: 0 30px 30px 0;
    background: #fff;
  	padding-bottom:130px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
  
    
 .et_pb_pricing_flip_1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li:before{
  
  
content: "\24";
font-family: ETmodules !important;
color: #000;
text-align: center;
margin-right: 10px;}
  
  
    

.et_pb_pricing_flip_1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li span::before{
content:none;
}  
  
  
  

  
  
.et_pb_pricing_flip_1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content ul{
    
  	position: relative;
    top: 56px;
    
    list-style: none;
    text-align: left;
}
.et_pb_pricing_flip_1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content ul li{
    
    color: #333;
    line-height: 40px;
  	padding:0px;
    transition: all 0.3s ease 0s;
}
 
    
  
  
  
  .et_pb_pricing_flip_1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper {margin-top: -53px;padding:0px;}
  
  
  
  
.et_pb_pricing_flip_1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button{
    display: inline-block;
    padding: 15px 25px;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    overflow: hidden;
    text-transform: uppercase;
    border: 1px solid #ddd;
    position: relative;
    z-index: 1;
  	top:-50px;
    transition: all 0.3s ease 0s;
}
.et_pb_pricing_flip_1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button:before,
.et_pb_pricing_flip_1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button:after{
    content: "";
    width: 55%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    z-index: -1;
    transition: all 0.35s ease 0s;
}
.et_pb_pricing_flip_1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button:before{ left: -55%; }
  
  
.et_pb_pricing_flip_1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button.back:before{ left: 0; }
.et_pb_pricing_flip_1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button:after{ right: -55%; }
.et_pb_pricing_flip_1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button.back:after{ right: 0; }

.et_pb_pricing_flip_1.back .et_pb_pricing_table_wrap .et_pb_pricing_table{ background: #fff;border-color: var(--color-1); }
  
 
  .et_pb_pricing_flip_1.back .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_heading{ background: #fff; }
  
.et_pb_pricing_flip_1.back .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button{
    color: #fff !important;
    border-color: #fff;
}
.et_pb_pricing_flip_1.back .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button{ color: #5f5b5b !important; }


.et_pb_pricing_flip_1.back .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content{
    background: var(--color-1);
    color: #fff;
    box-shadow: 2px 2px 4px 2px #ddd;
}

.et_pb_pricing_flip_1.back .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content  .et_pb_pricing li:before{color:#fff;}
.et_pb_pricing_flip_1.back .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content ul li{ color: #fff; }
.et_pb_pricing_flip_1.back .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_dollar_sign,.et_pb_pricing_flip_1.back .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_sum, .et_pb_pricing_flip_1.back .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_frequency{ color: #fff; }
 
.et_pb_pricing_flip_1.back .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_heading .et_pb_pricing_title{ color: var(--color-1);}
 
 
 
@media only screen and (max-width: 990px){
    .et_pb_pricing_flip_1 .et_pb_pricing_table_wrap .et_pb_pricing_table{ margin-bottom: 30px; }
}


</style></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_14">
				<div class="et_pb_column et_pb_column_1_3 et_pb_column_34 hover panel  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_module et_pb_pricing_tables_0 et_pb_pricing_flip_1 front et_pb_pricing clearfix et_pb_pricing_1 et_pb_no_featured_in_first_row">
				
				
				
				
				<div class="et_pb_pricing_table_wrap">
					<div class="et_pb_pricing_table et_pb_pricing_table_0">
				
				
				
				
				<div class="et_pb_pricing_heading">
					<h2 class="et_pb_pricing_title">Table Title</h2>
					
				</div>
				<div class="et_pb_pricing_content_top">
					<span class="et_pb_et_price"><span class="et_pb_dollar_sign">$</span><span class="et_pb_sum">50</span></span>
				</div>
				<div class="et_pb_pricing_content">
					<ul class="et_pb_pricing"><li><span>50GB Disk Space</span></li><li><span>50 Email Accounts</span></li><li><span>50GB Monthly Bandwidth</span></li><li><span>10 Subdomains</span></li><li><span>15 Domains</span></li></ul>
				</div>
				
			</div>
				</div>
			</div><div class="et_pb_module et_pb_pricing_tables_1 et_pb_pricing_flip_1 back et_pb_pricing clearfix et_pb_pricing_1 et_pb_no_featured_in_first_row">
				
				
				
				
				<div class="et_pb_pricing_table_wrap">
					<div class="et_pb_pricing_table et_pb_pricing_table_1">
				
				
				
				
				<div class="et_pb_pricing_heading">
					<h2 class="et_pb_pricing_title">Table Title</h2>
					
				</div>
				<div class="et_pb_pricing_content_top">
					<span class="et_pb_et_price"><span class="et_pb_dollar_sign">$</span><span class="et_pb_sum">50</span></span>
				</div>
				<div class="et_pb_pricing_content">
					<ul class="et_pb_pricing"><li><span>50GB Disk Space</span></li><li><span>50 Email Accounts</span></li><li><span>50GB Bandwidth</span></li><li><span>10 Subdomains</span></li><li><span>15 Domains</span></li></ul>
				</div>
				
			</div>
				</div>
			</div>
			</div><div class="et_pb_column et_pb_column_1_3 et_pb_column_35 hover panel  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_module et_pb_pricing_tables_2 et_pb_pricing_flip_1 front et_pb_pricing clearfix et_pb_pricing_1 et_pb_no_featured_in_first_row">
				
				
				
				
				<div class="et_pb_pricing_table_wrap">
					<div class="et_pb_pricing_table et_pb_pricing_table_2">
				
				
				
				
				<div class="et_pb_pricing_heading">
					<h2 class="et_pb_pricing_title">Table Title</h2>
					
				</div>
				<div class="et_pb_pricing_content_top">
					<span class="et_pb_et_price"><span class="et_pb_dollar_sign">$</span><span class="et_pb_sum">50</span></span>
				</div>
				<div class="et_pb_pricing_content">
					<ul class="et_pb_pricing"><li><span>50GB Disk Space</span></li><li><span>50 Email Accounts</span></li><li><span>50GB Monthly Bandwidth</span></li><li><span>10 Subdomains</span></li><li><span>15 Domains</span></li></ul>
				</div>
				
			</div>
				</div>
			</div><div class="et_pb_module et_pb_pricing_tables_3 et_pb_pricing_flip_1 back et_pb_pricing clearfix et_pb_pricing_1 et_pb_no_featured_in_first_row">
				
				
				
				
				<div class="et_pb_pricing_table_wrap">
					<div class="et_pb_pricing_table et_pb_pricing_table_3">
				
				
				
				
				<div class="et_pb_pricing_heading">
					<h2 class="et_pb_pricing_title">Table Title</h2>
					
				</div>
				<div class="et_pb_pricing_content_top">
					<span class="et_pb_et_price"><span class="et_pb_dollar_sign">$</span><span class="et_pb_sum">50</span></span>
				</div>
				<div class="et_pb_pricing_content">
					<ul class="et_pb_pricing"><li><span>50GB Disk Space</span></li><li><span>50 Email Accounts</span></li><li><span>50GB Monthly Bandwidth</span></li><li><span>10 Subdomains</span></li><li><span>15 Domains</span></li></ul>
				</div>
				
			</div>
				</div>
			</div>
			</div><div class="et_pb_column et_pb_column_1_3 et_pb_column_36 hover panel  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_pricing_tables_4 et_pb_pricing_flip_1 front et_pb_pricing clearfix et_pb_pricing_1 et_pb_no_featured_in_first_row">
				
				
				
				
				<div class="et_pb_pricing_table_wrap">
					<div class="et_pb_pricing_table et_pb_pricing_table_4">
				
				
				
				
				<div class="et_pb_pricing_heading">
					<h2 class="et_pb_pricing_title">Table Title</h2>
					
				</div>
				<div class="et_pb_pricing_content_top">
					<span class="et_pb_et_price"><span class="et_pb_dollar_sign">$</span><span class="et_pb_sum">50</span></span>
				</div>
				<div class="et_pb_pricing_content">
					<ul class="et_pb_pricing"><li><span>50GB Disk Space</span></li><li><span>50 Email Accounts</span></li><li><span>50GB Monthly Bandwidth</span></li><li><span>10 Subdomains</span></li><li><span>15 Domains</span></li></ul>
				</div>
				
			</div>
				</div>
			</div><div class="et_pb_module et_pb_pricing_tables_5 et_pb_pricing_flip_1 back et_pb_pricing clearfix et_pb_pricing_1 et_pb_no_featured_in_first_row">
				
				
				
				
				<div class="et_pb_pricing_table_wrap">
					<div class="et_pb_pricing_table et_pb_pricing_table_5">
				
				
				
				
				<div class="et_pb_pricing_heading">
					<h2 class="et_pb_pricing_title">Table Title</h2>
					
				</div>
				<div class="et_pb_pricing_content_top">
					<span class="et_pb_et_price"><span class="et_pb_dollar_sign">$</span><span class="et_pb_sum">50</span></span>
				</div>
				<div class="et_pb_pricing_content">
					<ul class="et_pb_pricing"><li><span>50GB Disk Space</span></li><li><span>50 Email Accounts</span></li><li><span>50GB Monthly Bandwidth</span></li><li><span>10 Subdomains</span></li><li><span>15 Domains</span></li></ul>
				</div>
				
			</div>
				</div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_15">
				<div class="et_pb_column et_pb_column_1_4 et_pb_column_37  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_button_module_wrapper et_pb_button_16_wrapper et_pb_button_alignment_center et_pb_module ">
				<a class="et_pb_button et_pb_button_16 dct-t-btn et_pb_bg_layout_light" href="http://divi-childthemes.com/wp-content/uploads/2019/04/Flip_Card_Effects_Divi.zip" target="_blank" data-icon="&#xe004;">Download Json </a>
			</div>
			</div><div class="et_pb_column et_pb_column_1_4 et_pb_column_38  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_button_module_wrapper et_pb_button_17_wrapper et_pb_button_alignment_center et_pb_module ">
				<a class="et_pb_button et_pb_button_17 dct-t-btn et_pb_bg_layout_light" href="http://divi-childthemes.com/flip-card-effect-implement-using-divi-library/" target="_blank" data-icon="&#xe004;">Using Json File</a>
			</div>
			</div><div class="et_pb_column et_pb_column_1_4 et_pb_column_39  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_button_module_wrapper et_pb_button_18_wrapper et_pb_button_alignment_center et_pb_module ">
				<a class="et_pb_button et_pb_button_18 dct-t-btn et_pb_bg_layout_light" href="https://www.youtube.com/watch?v=NmIgDaAxuNA" target="_blank" data-icon="&#xe004;" rel="nofollow noopener">Using Video</a>
			</div>
			</div><div class="et_pb_column et_pb_column_1_4 et_pb_column_40  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_button_module_wrapper et_pb_button_19_wrapper et_pb_button_alignment_center et_pb_module ">
				<a class="et_pb_button et_pb_button_19 dct-t-btn et_pb_bg_layout_light" href="http://divi-childthemes.com/flip-card-effect-implement-using-divi-pricing-tables-module/" target="_blank" data-icon="&#xe004;">Manully Implement</a>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_16">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_41  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_code et_pb_code_5">
				
				
				
				
				<div class="et_pb_code_inner"><script type="text/javascript">
  
jQuery(document).ready(function(){
     // set up hover panels
    // although this can be done without JavaScript, we've attached these events
    // because it causes the hover to be triggered when the element is tapped 
    //    on a touch device
        jQuery('.hover').hover(function(){
            jQuery(this).addClass('flip');
        },function(){
            jQuery(this).removeClass('flip');
        });

    });
</script></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div></p>
<p>The post <a rel="nofollow" href="https://divi-childthemes.com/flip-card-effects-with-divi-person-blurb-testimonials-number-counter-pricing-module-in-divi/">Flip Card Effects with Divi Person , Blurb , Testimonials , Number Counter , Pricing Module in Divi</a> appeared first on <a rel="nofollow" href="https://divi-childthemes.com">Divi-Childthemes.com</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Transform The Divi Blurb Module Into Creative Design Style 6</title>
		<link>https://divi-childthemes.com/transform-the-divi-blurb-module-into-creative-design-style-6/</link>
		
		<dc:creator><![CDATA[divi-childthemes]]></dc:creator>
		<pubDate>Tue, 08 May 2018 05:49:52 +0000</pubDate>
				<category><![CDATA[Blurb]]></category>
		<category><![CDATA[blurb]]></category>
		<category><![CDATA[divi blurb module css]]></category>
		<category><![CDATA[divi blurb module customization]]></category>
		<category><![CDATA[divi blurb module extended]]></category>
		<category><![CDATA[divi blurb module hover effects]]></category>
		<category><![CDATA[divi blurb module layouts]]></category>
		<guid isPermaLink="false">http://www.dctblog.divi-childthemes.com/?p=27415</guid>

					<description><![CDATA[<p>Our Blurb Module Design for you to display Services faster and simpler and beautifully with minimal setting and sort code possible in  different template styles .different ways to get creative with the Divi Blurb Module using additional CSS code.</p>
<p>The post <a rel="nofollow" href="https://divi-childthemes.com/transform-the-divi-blurb-module-into-creative-design-style-6/">Transform The Divi Blurb Module Into Creative Design Style 6</a> appeared first on <a rel="nofollow" href="https://divi-childthemes.com">Divi-Childthemes.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><div class="et_pb_section et_pb_section_6 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_17">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_42  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_11  et_pb_text_align_center et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner">Demo <strong>Style 6</strong></div>
			</div><div class="et_pb_module et_pb_image et_pb_image_0">
				
				
				
				
				<span class="et_pb_image_wrap "><img decoding="async" src="http://www.dctblog.divi-childthemes.com/wp-content/uploads/2017/11/border.png" alt="Transform The Divi Blurb Module Into Creative Design Style 6" title="Transform The Divi Blurb Module Into Creative Design Style 6 7"></span>
			</div><div class="et_pb_module et_pb_code et_pb_code_6">
				
				
				
				
				<div class="et_pb_code_inner"><style type="text/css">
.dct-blurb-style-6{
    text-align: center;
    margin-top: 20px;
    padding: 20px;
    background: #28A6DE;
    border: 1px solid #fff;
    box-shadow: 5px 5px #000;
  }
.dct-blurb-style-6 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 70px;
    border-radius: 50% 0 50% 50%;
    border: 5px solid #fff;
    font-size: 30px;
    color: #fff !important;
    margin-bottom: 30px;
     transition:all 0.3s ease 0s;
}
.dct-blurb-style-6:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{
    border-radius: 50% 50% 50% 0;
}
.dct-blurb-style-6 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon i{
    transform: rotate(45deg);
}
.dct-blurb-style-6 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0 0 10px 0;
    font-variant:small-caps;
}
.dct-blurb-style-6 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
    font: 13px;
    color: #fff;
    line-height: 25px;
  text-align: center;
    transition: all 300ms ease 0s;
  font-variant:small-caps;
}
  /*To Change Blur Module Defalut Color To pink Color */
.dct-blurb-style-6.pink  { background: #d5198d; }
/*To Change Blur Module Defalut Color To pink Color */
/*To Change Blur Module Defalut Color To green Color */
.dct-blurb-style-6.green  { background: #63bb54; }
/*To Change Blur Module Defalut Color To green Color */
/*To Change Blur Module Defalut Color To blue Color */
.dct-blurb-style-6.blue  { background: #1a9fab; }
/*To Change Blur Module Defalut Color To blue Color */
/*To Change Blur Module Defalut Color To orange Color */
.dct-blurb-style-6.orange  { background: #ea7900; }
/*To Change Blur Module Defalut Color To orange Color */
/*To Change Blur Module Defalut Color To purple Color */
.dct-blurb-style-6.purple  { background: #61009F; }
/*To Change Blur Module Defalut Color To purple Color */
/*To Change Blur Module Defalut Color To red Color */
.dct-blurb-style-6.red  { background: #BA1200; }
/*To Change Blur Module Defalut Color To red Color */
/*To Change Blur Module Defalut Color To olive  Color */
.dct-blurb-style-6.olive  { background: #808000; }
/*To Change Blur Module Defalut Color To olive  Color */ 
@media only screen and (max-width:990px){
    .dct-blurb-style-6{ margin-bottom: 30px; }
}
</style></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_18">
				<div class="et_pb_column et_pb_column_1_3 et_pb_column_43  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_module et_pb_blurb et_pb_blurb_6 dct-blurb-style-6  et_pb_text_align_left  et_pb_blurb_position_top et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_blurb_content">
					<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon">&#xe00e;</span></span></div>
					<div class="et_pb_blurb_container">
						<h4 class="et_pb_module_header"><span>Divi Child Themes</span></h4>
						<div class="et_pb_blurb_description">Our themes perform as beautifully as they look. Save time and effort on your WordPress project by getting started here.</div>
					</div>
				</div>
			</div>
			</div><div class="et_pb_column et_pb_column_1_3 et_pb_column_44  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_module et_pb_blurb et_pb_blurb_7 dct-blurb-style-6 pink  et_pb_text_align_left  et_pb_blurb_position_top et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_blurb_content">
					<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon">&#xe00e;</span></span></div>
					<div class="et_pb_blurb_container">
						<h4 class="et_pb_module_header"><span>Divi Custom Modules</span></h4>
						<div class="et_pb_blurb_description">We are a professional and creative website designer and developer. Our Company can handle all sort of IT Projects.</div>
					</div>
				</div>
			</div>
			</div><div class="et_pb_column et_pb_column_1_3 et_pb_column_45  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_blurb et_pb_blurb_8 dct-blurb-style-6 orange  et_pb_text_align_left  et_pb_blurb_position_top et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_blurb_content">
					<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon">&#xe00e;</span></span></div>
					<div class="et_pb_blurb_container">
						<h4 class="et_pb_module_header"><span>Divi Plugins</span></h4>
						<div class="et_pb_blurb_description">Professionally coded, lightweight and well-functioning. Our plugins will supercharge your development capabilities.</div>
					</div>
				</div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div><div class="et_pb_section et_pb_section_7 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_19">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_46  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_12  et_pb_text_align_center et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><strong> Css Code</strong></div>
			</div><div class="et_pb_module et_pb_image et_pb_image_1">
				
				
				
				
				<span class="et_pb_image_wrap "><img decoding="async" src="http://www.dctblog.divi-childthemes.com/wp-content/uploads/2017/11/border.png" alt="Transform The Divi Blurb Module Into Creative Design Style 6" title="Transform The Divi Blurb Module Into Creative Design Style 6 7"></span>
			</div><div class="et_pb_module et_pb_code et_pb_code_7">
				
				
				
				
				<div class="et_pb_code_inner"><style type="text/css">
.dct-blurb-style-6{
    text-align: center;
    margin-top: 20px;
    padding: 20px;
    background: #28A6DE;
    border: 1px solid #fff;
    box-shadow: 5px 5px #000;
  }
.dct-blurb-style-6 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 70px;
    border-radius: 50% 0 50% 50%;
    border: 5px solid #fff;
    font-size: 30px;
    color: #fff !important;
    margin-bottom: 30px;
     transition:all 0.3s ease 0s;
}
.dct-blurb-style-6:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{
    border-radius: 50% 50% 50% 0;
}
.dct-blurb-style-6 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon i{
    transform: rotate(45deg);
}
.dct-blurb-style-6 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0 0 10px 0;
    font-variant:small-caps;
}
.dct-blurb-style-6 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
    font: 13px;
    color: #fff;
    line-height: 25px;
  text-align: center;
    transition: all 300ms ease 0s;
  font-variant:small-caps;
}
  /*To Change Blur Module Defalut Color To pink Color */
.dct-blurb-style-6.pink  { background: #d5198d; }
/*To Change Blur Module Defalut Color To pink Color */
/*To Change Blur Module Defalut Color To green Color */
.dct-blurb-style-6.green  { background: #63bb54; }
/*To Change Blur Module Defalut Color To green Color */
/*To Change Blur Module Defalut Color To blue Color */
.dct-blurb-style-6.blue  { background: #1a9fab; }
/*To Change Blur Module Defalut Color To blue Color */
/*To Change Blur Module Defalut Color To orange Color */
.dct-blurb-style-6.orange  { background: #ea7900; }
/*To Change Blur Module Defalut Color To orange Color */
/*To Change Blur Module Defalut Color To purple Color */
.dct-blurb-style-6.purple  { background: #61009F; }
/*To Change Blur Module Defalut Color To purple Color */
/*To Change Blur Module Defalut Color To red Color */
.dct-blurb-style-6.red  { background: #BA1200; }
/*To Change Blur Module Defalut Color To red Color */
/*To Change Blur Module Defalut Color To olive  Color */
.dct-blurb-style-6.olive  { background: #808000; }
/*To Change Blur Module Defalut Color To olive  Color */ 
@media only screen and (max-width:990px){
    .dct-blurb-style-6{ margin-bottom: 30px; }
}
</style></div>
			</div><div class="et_pb_module et_pb_code et_pb_code_8">
				
				
				
				
				<div class="et_pb_code_inner"><style type="text/css">
.dct-blurb-style-6{
    text-align: center;
    margin-top: 20px;
    padding: 20px;
    background: #28A6DE;
    border: 1px solid #fff;
    box-shadow: 5px 5px #000;
  }
.dct-blurb-style-6 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 70px;
    border-radius: 50% 0 50% 50%;
    border: 5px solid #fff;
    font-size: 30px;
    color: #fff !important;
    margin-bottom: 30px;
     transition:all 0.3s ease 0s;
}
.dct-blurb-style-6:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{
    border-radius: 50% 50% 50% 0;
}
.dct-blurb-style-6 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon i{
    transform: rotate(45deg);
}
.dct-blurb-style-6 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0 0 10px 0;
    font-variant:small-caps;
}
.dct-blurb-style-6 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
    font: 13px;
    color: #fff;
    line-height: 25px;
  text-align: center;
    transition: all 300ms ease 0s;
  font-variant:small-caps;
}
  /*To Change Blur Module Defalut Color To pink Color */
.dct-blurb-style-6.pink  { background: #d5198d; }
/*To Change Blur Module Defalut Color To pink Color */
/*To Change Blur Module Defalut Color To green Color */
.dct-blurb-style-6.green  { background: #63bb54; }
/*To Change Blur Module Defalut Color To green Color */
/*To Change Blur Module Defalut Color To blue Color */
.dct-blurb-style-6.blue  { background: #1a9fab; }
/*To Change Blur Module Defalut Color To blue Color */
/*To Change Blur Module Defalut Color To orange Color */
.dct-blurb-style-6.orange  { background: #ea7900; }
/*To Change Blur Module Defalut Color To orange Color */
/*To Change Blur Module Defalut Color To purple Color */
.dct-blurb-style-6.purple  { background: #61009F; }
/*To Change Blur Module Defalut Color To purple Color */
/*To Change Blur Module Defalut Color To red Color */
.dct-blurb-style-6.red  { background: #BA1200; }
/*To Change Blur Module Defalut Color To red Color */
/*To Change Blur Module Defalut Color To olive  Color */
.dct-blurb-style-6.olive  { background: #808000; }
/*To Change Blur Module Defalut Color To olive  Color */ 
@media only screen and (max-width:990px){
    .dct-blurb-style-6{ margin-bottom: 30px; }
}
</style></div>
			</div><div class="et_pb_module et_pb_code et_pb_code_9">
				
				
				
				
				<div class="et_pb_code_inner"><pre>
.dct-blurb-style-6{
    text-align: center;
    margin-top: 20px;
    padding: 20px;
    background: #28A6DE;
    border: 1px solid #fff;
    box-shadow: 5px 5px #000;
  }
.dct-blurb-style-6 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 70px;
    border-radius: 50% 0 50% 50%;
    border: 5px solid #fff;
    font-size: 30px;
    color: #fff !important;
    margin-bottom: 30px;
     transition:all 0.3s ease 0s;
}
.dct-blurb-style-6:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{
    border-radius: 50% 50% 50% 0;
}
.dct-blurb-style-6 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon i{
    transform: rotate(45deg);
}
.dct-blurb-style-6 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0 0 10px 0;
    font-variant:small-caps;
}
.dct-blurb-style-6 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
    font: 13px;
    color: #fff;
    line-height: 25px;
  text-align: center;
    transition: all 300ms ease 0s;
  font-variant:small-caps;
}
  /*To Change Blur Module Defalut Color To pink Color */
.dct-blurb-style-6.pink  { background: #d5198d; }
/*To Change Blur Module Defalut Color To pink Color */
/*To Change Blur Module Defalut Color To green Color */
.dct-blurb-style-6.green  { background: #63bb54; }
/*To Change Blur Module Defalut Color To green Color */
/*To Change Blur Module Defalut Color To blue Color */
.dct-blurb-style-6.blue  { background: #1a9fab; }
/*To Change Blur Module Defalut Color To blue Color */
/*To Change Blur Module Defalut Color To orange Color */
.dct-blurb-style-6.orange  { background: #ea7900; }
/*To Change Blur Module Defalut Color To orange Color */
/*To Change Blur Module Defalut Color To purple Color */
.dct-blurb-style-6.purple  { background: #61009F; }
/*To Change Blur Module Defalut Color To purple Color */
/*To Change Blur Module Defalut Color To red Color */
.dct-blurb-style-6.red  { background: #BA1200; }
/*To Change Blur Module Defalut Color To red Color */
/*To Change Blur Module Defalut Color To olive  Color */
.dct-blurb-style-6.olive  { background: #808000; }
/*To Change Blur Module Defalut Color To olive  Color */ 
@media only screen and (max-width:990px){
    .dct-blurb-style-6{ margin-bottom: 30px; }
}
</pre></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div><div id="subscribe_download" class="et_pb_section et_pb_section_8 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_20">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_47  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_13  et_pb_text_align_center et_pb_bg_layout_dark">
				
				
				
				
				<div class="et_pb_text_inner"><p>Subscribe To Download</p></div>
			</div><div class="et_pb_module et_pb_image et_pb_image_2">
				
				
				
				
				<span class="et_pb_image_wrap "><img decoding="async" width="152" height="25" src="http://divi-childthemes.com/wp-content/uploads/2018/07/border.png" alt="Transform The Divi Blurb Module Into Creative Design Style 6" title="Transform The Divi Blurb Module Into Creative Design Style 6 9" srcset="https://divi-childthemes.com/wp-content/uploads/2018/07/border.png 152w, https://divi-childthemes.com/wp-content/uploads/2018/07/border-64x11.png 64w, https://divi-childthemes.com/wp-content/uploads/2018/07/border-150x25.png 150w" sizes="(max-width: 152px) 100vw, 152px" class="wp-image-48"></span>
			</div><div class="et_pb_module et_pb_text et_pb_text_14  et_pb_text_align_center et_pb_bg_layout_dark">
				
				
				
				
				<div class="et_pb_text_inner"><p>Once you scbscribe then download link will be available.it dose not take long to get left behind! Stay up to date with the latest news from us.Each week we share useful content, development news, WordPress tips, Divi tutorials and more.</p></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_21">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_48  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_15  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner">[et_bloom_locked optin_id=&#8221;optin_3&#8243;]</p>
<div class="dct-info" style="text-align: center;"><a class="btn-dct-demo" href="http://divi-childthemes.com/creative-blurb-module-designs-in-divi/">More Demo</a><a class="btn-dct-documentation" style="background: #E21186; color: #fff;" href="http://divi-childthemes.com/download/transform-the-divi-blurb-module-into-creative-design-style-6/" target="_new" rel="noopener noreferrer">Download</a></div>
<p>[/et_bloom_locked]</div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div></p>
<p>The post <a rel="nofollow" href="https://divi-childthemes.com/transform-the-divi-blurb-module-into-creative-design-style-6/">Transform The Divi Blurb Module Into Creative Design Style 6</a> appeared first on <a rel="nofollow" href="https://divi-childthemes.com">Divi-Childthemes.com</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Transform The Divi Blurb Module Into Creative Design Style 5</title>
		<link>https://divi-childthemes.com/transform-the-divi-blurb-module-into-creative-design-style-5/</link>
		
		<dc:creator><![CDATA[divi-childthemes]]></dc:creator>
		<pubDate>Fri, 04 May 2018 10:39:10 +0000</pubDate>
				<category><![CDATA[Blurb]]></category>
		<category><![CDATA[blurb]]></category>
		<category><![CDATA[divi blurb module css]]></category>
		<category><![CDATA[divi blurb module customization]]></category>
		<category><![CDATA[divi blurb module extended]]></category>
		<category><![CDATA[divi blurb module hover effects]]></category>
		<category><![CDATA[divi blurb module layouts]]></category>
		<guid isPermaLink="false">http://www.dctblog.divi-childthemes.com/?p=27405</guid>

					<description><![CDATA[<p>Our Blurb Module Design for you to display Services faster and simpler and beautifully with minimal setting and sort code possible in  different template styles .different ways to get creative with the Divi Blurb Module using additional CSS code.</p>
<p>The post <a rel="nofollow" href="https://divi-childthemes.com/transform-the-divi-blurb-module-into-creative-design-style-5/">Transform The Divi Blurb Module Into Creative Design Style 5</a> appeared first on <a rel="nofollow" href="https://divi-childthemes.com">Divi-Childthemes.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><div class="et_pb_section et_pb_section_9 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_22">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_49  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_16  et_pb_text_align_center et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner">Demo <strong>Style 5</strong></div>
			</div><div class="et_pb_module et_pb_image et_pb_image_3">
				
				
				
				
				<span class="et_pb_image_wrap "><img decoding="async" src="http://www.dctblog.divi-childthemes.com/wp-content/uploads/2017/11/border.png" alt="Transform The Divi Blurb Module Into Creative Design Style 5" title="Transform The Divi Blurb Module Into Creative Design Style 5 10"></span>
			</div><div class="et_pb_module et_pb_code et_pb_code_10">
				
				
				
				
				<div class="et_pb_code_inner"><style type="text/css">
.dct-blurb-style-5{
   position: relative;
border: 2px solid #fff;
border-radius: 0px 30px;
box-shadow: 5px 5px #000;
background: #d5198d;
padding: 30px;
}
.dct-blurb-style-5:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale3d(1.08, 1.08, 1.08);
    transition: all 0.33s ease 0s;
}
.dct-blurb-style-5:hover:before{
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
.dct-blurb-style-5 .et_pb_blurb_content .et_pb_main_blurb_image {
  margin-bottom:60px;
  margin-top:20px;
  }
.dct-blurb-style-5 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{
    width: 65px;
    height: 65px;
    line-height: 60px;
    font-size: 30px;
    color: #fff !important;
    text-align: center;
    border: 2px solid #fff;
    position: inherit;
    top: 55px;
    left: 45%;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
}
.dct-blurb-style-5:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{ transform: translateY(20px); }
.dct-blurb-style-5 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:before,
.dct-blurb-style-5 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:after{
    content: "";
    height: 2px;
    background: #fff;
    position: absolute;
    top: -20px;
    left: 10px;
    right: 10px;
    transition: all 0.3s ease 0s;
}
.dct-blurb-style-5 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:after{
    top: auto;
    bottom: -20px;
    left: 10px;
    right: 10px;
}
.dct-blurb-style-5:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:before{
    top: -25px;
    transform: rotate(90deg);
}
.dct-blurb-style-5:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:after{
    transform: rotate(-90deg);
    bottom: -25px;
}
.dct-blurb-style-5 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px 0;
    position: relative;
  text-align:center;
  font-variant:small-caps;
}
.dct-blurb-style-5 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
    font-size: 13px;
    color: #fff;
    line-height: 27px;
    letter-spacing: 1px;
    margin: 0;
   text-align:center;
  font-variant:small-caps;
}
/*To Change Blur Module Defalut Color To pink Color */ 
.dct-blurb-style-5.pink  { background: #d5198d; }
/*To Change Blur Module Defalut Color To pink Color */
/*To Change Blur Module Defalut Color To green Color */ 
.dct-blurb-style-5.green  { background: #63bb54; }
/*To Change Blur Module Defalut Color To green Color */
/*To Change Blur Module Defalut Color To blue Color */ 
.dct-blurb-style-5.blue  { background: #1a9fab; }
/*To Change Blur Module Defalut Color To blue Color */ 
/*To Change Blur Module Defalut Color To orange Color */ 
.dct-blurb-style-5.orange  { background: #ea7900; }
/*To Change Blur Module Defalut Color To orange Color */ 
/*To Change Blur Module Defalut Color To purple Color */
.dct-blurb-style-5.purple  { background: #61009F; }
/*To Change Blur Module Defalut Color To purple Color */ 
/*To Change Blur Module Defalut Color To red Color */ 
.dct-blurb-style-5.red  { background: #BA1200; }
/*To Change Blur Module Defalut Color To red Color */
/*To Change Blur Module Defalut Color To olive  Color */ 
.dct-blurb-style-5.olive  { background: #808000; }
/*To Change Blur Module Defalut Color To olive  Color */   
@media only screen and (max-width:990px){
    .dct-blurb-style-5{ margin-bottom: 30px; }
}
@media only screen and (max-width:767px){
    .dct-blurb-style-5:before{ transform: scale3d(1, 1, 1); }
    .dct-blurb-style-5 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{ top: 30px; }
}
@media only screen and (max-width:480px){
    .dct-blurb-style-5 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{ top: 40px; }
}
</style></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_23">
				<div class="et_pb_column et_pb_column_1_3 et_pb_column_50  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_module et_pb_blurb et_pb_blurb_9 dct-blurb-style-5  et_pb_text_align_left  et_pb_blurb_position_top et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_blurb_content">
					<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon">&#xe00e;</span></span></div>
					<div class="et_pb_blurb_container">
						<h4 class="et_pb_module_header"><span>Divi Child Themes</span></h4>
						<div class="et_pb_blurb_description">Our themes perform as beautifully as they look. Save time and effort on your WordPress project by getting started here.</div>
					</div>
				</div>
			</div>
			</div><div class="et_pb_column et_pb_column_1_3 et_pb_column_51  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_module et_pb_blurb et_pb_blurb_10 dct-blurb-style-5 green  et_pb_text_align_left  et_pb_blurb_position_top et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_blurb_content">
					<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon">&#xe00e;</span></span></div>
					<div class="et_pb_blurb_container">
						<h4 class="et_pb_module_header"><span>Divi Custom Modules</span></h4>
						<div class="et_pb_blurb_description">We are a professional and creative website designer and developer. Our Company can handle all sort of IT Projects.</div>
					</div>
				</div>
			</div>
			</div><div class="et_pb_column et_pb_column_1_3 et_pb_column_52  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_blurb et_pb_blurb_11 dct-blurb-style-5 orange  et_pb_text_align_left  et_pb_blurb_position_top et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_blurb_content">
					<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon">&#xe00e;</span></span></div>
					<div class="et_pb_blurb_container">
						<h4 class="et_pb_module_header"><span>Divi Plugins</span></h4>
						<div class="et_pb_blurb_description">Professionally coded, lightweight and well-functioning. Our plugins will supercharge your development capabilities.</div>
					</div>
				</div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_24">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_53  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_17  et_pb_text_align_center et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><strong> CSS Code </strong></div>
			</div><div class="et_pb_module et_pb_image et_pb_image_4">
				
				
				
				
				<span class="et_pb_image_wrap "><img decoding="async" src="http://www.dctblog.divi-childthemes.com/wp-content/uploads/2017/11/border.png" alt="Transform The Divi Blurb Module Into Creative Design Style 5" title="Transform The Divi Blurb Module Into Creative Design Style 5 10"></span>
			</div><div class="et_pb_module et_pb_code et_pb_code_11">
				
				
				
				
				<div class="et_pb_code_inner"><pre>
.dct-blurb-style-5{
   position: relative;
border: 2px solid #fff;
border-radius: 0px 30px;
box-shadow: 5px 5px #000;
background: #d5198d;
padding: 30px;
}
.dct-blurb-style-5:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale3d(1.08, 1.08, 1.08);
    transition: all 0.33s ease 0s;
}
.dct-blurb-style-5:hover:before{
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
.dct-blurb-style-5 .et_pb_blurb_content .et_pb_main_blurb_image {
  margin-bottom:60px;
  margin-top:20px;
  }
.dct-blurb-style-5 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{
    width: 65px;
    height: 65px;
    line-height: 60px;
    font-size: 30px;
    color: #fff !important;
    text-align: center;
    border: 2px solid #fff;
    position: inherit;
    top: 55px;
    left: 45%;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
}
.dct-blurb-style-5:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{ transform: translateY(20px); }
.dct-blurb-style-5 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:before,
.dct-blurb-style-5 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:after{
    content: "";
    height: 2px;
    background: #fff;
    position: absolute;
    top: -20px;
    left: 10px;
    right: 10px;
    transition: all 0.3s ease 0s;
}
.dct-blurb-style-5 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:after{
    top: auto;
    bottom: -20px;
    left: 10px;
    right: 10px;
}
.dct-blurb-style-5:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:before{
    top: -25px;
    transform: rotate(90deg);
}
.dct-blurb-style-5:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:after{
    transform: rotate(-90deg);
    bottom: -25px;
}
.dct-blurb-style-5 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px 0;
    position: relative;
  text-align:center;
  font-variant:small-caps;
}
.dct-blurb-style-5 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
    font-size: 13px;
    color: #fff;
    line-height: 27px;
    letter-spacing: 1px;
    margin: 0;
   text-align:center;
  font-variant:small-caps;
}
 
@media only screen and (max-width:990px){
    .dct-blurb-style-5{ margin-bottom: 30px; }
}
@media only screen and (max-width:767px){
    .dct-blurb-style-5:before{ transform: scale3d(1, 1, 1); }
    .dct-blurb-style-5 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{ top: 30px; }
}
@media only screen and (max-width:480px){
    .dct-blurb-style-5 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{ top: 40px; }
}
}

</pre>

</div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div><div id="subscribe_download" class="et_pb_section et_pb_section_10 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_25">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_54  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_18  et_pb_text_align_center et_pb_bg_layout_dark">
				
				
				
				
				<div class="et_pb_text_inner"><p>Subscribe To Download</p></div>
			</div><div class="et_pb_module et_pb_image et_pb_image_5">
				
				
				
				
				<span class="et_pb_image_wrap "><img decoding="async" width="152" height="25" src="http://divi-childthemes.com/wp-content/uploads/2018/07/border.png" alt="Transform The Divi Blurb Module Into Creative Design Style 5" title="Transform The Divi Blurb Module Into Creative Design Style 5 12" srcset="https://divi-childthemes.com/wp-content/uploads/2018/07/border.png 152w, https://divi-childthemes.com/wp-content/uploads/2018/07/border-64x11.png 64w, https://divi-childthemes.com/wp-content/uploads/2018/07/border-150x25.png 150w" sizes="(max-width: 152px) 100vw, 152px" class="wp-image-48"></span>
			</div><div class="et_pb_module et_pb_text et_pb_text_19  et_pb_text_align_center et_pb_bg_layout_dark">
				
				
				
				
				<div class="et_pb_text_inner"><p>Once you scbscribe then download link will be available.it dose not take long to get left behind! Stay up to date with the latest news from us.Each week we share useful content, development news, WordPress tips, Divi tutorials and more.</p></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_26">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_55  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_20  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner">[et_bloom_locked optin_id=&#8221;optin_3&#8243;]</p>
<div class="dct-info" style="text-align: center;"><a class="btn-dct-demo" href="http://divi-childthemes.com/creative-blurb-module-designs-in-divi/">More Demo</a><a class="btn-dct-documentation" style="background: #E21186; color: #fff;" href="http://divi-childthemes.com/download/transform-the-divi-blurb-module-into-creative-design-style-5/" target="_new" rel="noopener noreferrer">Download</a></div>
<p>[/et_bloom_locked]</div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div></p>
<p>The post <a rel="nofollow" href="https://divi-childthemes.com/transform-the-divi-blurb-module-into-creative-design-style-5/">Transform The Divi Blurb Module Into Creative Design Style 5</a> appeared first on <a rel="nofollow" href="https://divi-childthemes.com">Divi-Childthemes.com</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Transform The Divi Blurb Module Into Creative Design Style 4</title>
		<link>https://divi-childthemes.com/transform-the-divi-blurb-module-into-creative-design-style-4/</link>
		
		<dc:creator><![CDATA[divi-childthemes]]></dc:creator>
		<pubDate>Tue, 01 May 2018 07:55:32 +0000</pubDate>
				<category><![CDATA[Blurb]]></category>
		<guid isPermaLink="false">http://www.dctblog.divi-childthemes.com/?p=27378</guid>

					<description><![CDATA[<p>The post <a rel="nofollow" href="https://divi-childthemes.com/transform-the-divi-blurb-module-into-creative-design-style-4/">Transform The Divi Blurb Module Into Creative Design Style 4</a> appeared first on <a rel="nofollow" href="https://divi-childthemes.com">Divi-Childthemes.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><div class="et_pb_section et_pb_section_11 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_27">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_56  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_21  et_pb_text_align_center et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner">Demo <strong>Style 4</strong></div>
			</div><div class="et_pb_module et_pb_image et_pb_image_6">
				
				
				
				
				<span class="et_pb_image_wrap "><img decoding="async" src="http://www.dctblog.divi-childthemes.com/wp-content/uploads/2017/11/border.png" alt="Transform The Divi Blurb Module Into Creative Design Style 4" title="Transform The Divi Blurb Module Into Creative Design Style 4 13"></span>
			</div><div class="et_pb_module et_pb_code et_pb_code_12">
				
				
				
				
				<div class="et_pb_code_inner"><style type="text/css">
.dct-blurb-style-4{ text-align: center; }

.dct-blurb-style-4 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    background: #1a9fab;
    font-size: 40px;
    color: #fff !important;
    margin-bottom: 40px;
    position: relative;
}
.dct-blurb-style-4 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:before{
    content: "";
    border: 3px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.dct-blurb-style-4:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:before{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
}
.dct-blurb-style-4 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:after{
    content: "";
    border-top: 25px solid #1a9fab;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    bottom: -22px;
    left: 40%;
}
.dct-blurb-style-4 .et_pb_blurb_content  .et_pb_blurb_container {
    padding: 20px 25px;
    background: #1a9fab;
    border-radius: 15px;
    color: #fff;
    position: relative;
}
.dct-blurb-style-4 .et_pb_blurb_content .et_pb_blurb_container  :before{
    content: "";
    border: 3px solid #fff;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.dct-blurb-style-4:hover .et_pb_blurb_content .et_pb_blurb_container  :before{
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 1;
}
.dct-blurb-style-4 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
    display: block;
    font-size: 20px;
    font-weight: 700;
     margin: 0 0 12px 0;
    position: relative;
  text-align:center;
  color:#fff;
}
.dct-blurb-style-4 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 1px;
  text-align:center;
}
.dct-blurb-style-4.yellow .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon,
.dct-blurb-style-4.yellow .et_pb_blurb_content .et_pb_blurb_container { background: #e3a325; }
.dct-blurb-style-4.pink .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon,
.dct-blurb-style-4.pink .et_pb_blurb_content .et_pb_blurb_container { background: #dc55bc; }
.dct-blurb-style-4.green .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon,
.dct-blurb-style-4.green .et_pb_blurb_content .et_pb_blurb_container { background: #63bb54; }
.dct-blurb-style-4.yellow .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:after{ border-top-color: #e3a325; }
.dct-blurb-style-4.pink .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:after{ border-top-color: #dc55bc; }
.dct-blurb-style-4.green .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:after{ border-top-color: #63bb54; }
@media only screen and (max-width:990px){
    .dct-blurb-style-4{ margin-bottom: 30px; }
}
</style></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_28">
				<div class="et_pb_column et_pb_column_1_3 et_pb_column_57  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_module et_pb_blurb et_pb_blurb_12 dct-blurb-style-4  et_pb_text_align_left  et_pb_blurb_position_top et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_blurb_content">
					<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon">&#xe00e;</span></span></div>
					<div class="et_pb_blurb_container">
						<h4 class="et_pb_module_header"><span>Divi Child Themes</span></h4>
						<div class="et_pb_blurb_description">Our themes perform as beautifully as they look. Save time and effort on your WordPress project by getting started here.</div>
					</div>
				</div>
			</div>
			</div><div class="et_pb_column et_pb_column_1_3 et_pb_column_58  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_module et_pb_blurb et_pb_blurb_13 dct-blurb-style-4 pink  et_pb_text_align_left  et_pb_blurb_position_top et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_blurb_content">
					<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon">&#xe00e;</span></span></div>
					<div class="et_pb_blurb_container">
						<h4 class="et_pb_module_header"><span>Divi Custom Modules</span></h4>
						<div class="et_pb_blurb_description">We are a professional and creative website designer and developer. Our Company can handle all sort of IT Projects.</div>
					</div>
				</div>
			</div>
			</div><div class="et_pb_column et_pb_column_1_3 et_pb_column_59  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_blurb et_pb_blurb_14 dct-blurb-style-4 orange  et_pb_text_align_left  et_pb_blurb_position_top et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_blurb_content">
					<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon">&#xe00e;</span></span></div>
					<div class="et_pb_blurb_container">
						<h4 class="et_pb_module_header"><span>Divi Plugins</span></h4>
						<div class="et_pb_blurb_description">Professionally coded, lightweight and well-functioning. Our plugins will supercharge your development capabilities.</div>
					</div>
				</div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div><div class="et_pb_section et_pb_section_12 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_29">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_60  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_22  et_pb_text_align_center et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><strong> Css Code</strong></div>
			</div><div class="et_pb_module et_pb_image et_pb_image_7">
				
				
				
				
				<span class="et_pb_image_wrap "><img decoding="async" src="http://www.dctblog.divi-childthemes.com/wp-content/uploads/2017/11/border.png" alt="Transform The Divi Blurb Module Into Creative Design Style 4" title="Transform The Divi Blurb Module Into Creative Design Style 4 13"></span>
			</div><div class="et_pb_module et_pb_code et_pb_code_13">
				
				
				
				
				<div class="et_pb_code_inner"><pre>
.dct-blurb-style-4{ text-align: center; }
.dct-blurb-style-4 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    background: #1a9fab;
    font-size: 40px;
    color: #fff !important;
    margin-bottom: 40px;
    position: relative;
}
.dct-blurb-style-4 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:before{
    content: "";
    border: 3px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.dct-blurb-style-4:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:before{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
}
.dct-blurb-style-4 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:after{
    content: "";
    border-top: 25px solid #1a9fab;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    bottom: -22px;
    left: 40%;
}
.dct-blurb-style-4 .et_pb_blurb_content  .et_pb_blurb_container {
    padding: 20px 25px;
    background: #1a9fab;
    border-radius: 15px;
    color: #fff;
    position: relative;
}
.dct-blurb-style-4 .et_pb_blurb_content .et_pb_blurb_container  .et_pb_blurb_description:before{
    content: "";
    border: 3px solid #fff;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.dct-blurb-style-4 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
    display: block;
    font-size: 20px;
    font-weight: 700;
     margin: 0 0 12px 0;
    position: relative;
  text-align:center;
  color:#fff;
font-variant: small-caps;
}
.dct-blurb-style-4 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 1px;
  text-align:center;
font-variant: small-caps;
}
 

@media only screen and (max-width:990px){
    .dct-blurb-style-4{ margin-bottom: 30px; }
}

</pre></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div><div id="subscribe_download" class="et_pb_section et_pb_section_13 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_30">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_61  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_23  et_pb_text_align_center et_pb_bg_layout_dark">
				
				
				
				
				<div class="et_pb_text_inner"><p>Subscribe To Download</p></div>
			</div><div class="et_pb_module et_pb_image et_pb_image_8">
				
				
				
				
				<span class="et_pb_image_wrap "><img decoding="async" width="152" height="25" src="http://divi-childthemes.com/wp-content/uploads/2018/07/border.png" alt="Transform The Divi Blurb Module Into Creative Design Style 4" title="Transform The Divi Blurb Module Into Creative Design Style 4 15" srcset="https://divi-childthemes.com/wp-content/uploads/2018/07/border.png 152w, https://divi-childthemes.com/wp-content/uploads/2018/07/border-64x11.png 64w, https://divi-childthemes.com/wp-content/uploads/2018/07/border-150x25.png 150w" sizes="(max-width: 152px) 100vw, 152px" class="wp-image-48"></span>
			</div><div class="et_pb_module et_pb_text et_pb_text_24  et_pb_text_align_center et_pb_bg_layout_dark">
				
				
				
				
				<div class="et_pb_text_inner"><p>Once you scbscribe then download link will be available.it dose not take long to get left behind! Stay up to date with the latest news from us.Each week we share useful content, development news, WordPress tips, Divi tutorials and more.</p></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_31">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_62  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_25  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner">[et_bloom_locked optin_id=&#8221;optin_3&#8243;]</p>
<div class="dct-info" style="text-align: center;"><a class="btn-dct-demo" href="http://divi-childthemes.com/creative-blurb-module-designs-in-divi/">More Demo</a><a class="btn-dct-documentation" style="background: #E21186; color: #fff;" href="http://divi-childthemes.com/download/transform-the-divi-blurb-module-into-creative-design-style-4/" target="_new" rel="noopener noreferrer">Download</a></div>
<p>[/et_bloom_locked]</div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div></p>
<p>The post <a rel="nofollow" href="https://divi-childthemes.com/transform-the-divi-blurb-module-into-creative-design-style-4/">Transform The Divi Blurb Module Into Creative Design Style 4</a> appeared first on <a rel="nofollow" href="https://divi-childthemes.com">Divi-Childthemes.com</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Transform The Divi Blurb Module Into Creative Design Style 3</title>
		<link>https://divi-childthemes.com/transform-the-divi-blurb-module-into-creative-design-style-3/</link>
		
		<dc:creator><![CDATA[divi-childthemes]]></dc:creator>
		<pubDate>Mon, 30 Apr 2018 05:36:58 +0000</pubDate>
				<category><![CDATA[Blurb]]></category>
		<category><![CDATA[blurb]]></category>
		<category><![CDATA[divi blurb module css]]></category>
		<category><![CDATA[divi blurb module customization]]></category>
		<category><![CDATA[divi blurb module extended]]></category>
		<category><![CDATA[divi blurb module hover effects]]></category>
		<category><![CDATA[divi blurb module layouts]]></category>
		<guid isPermaLink="false">http://www.dctblog.divi-childthemes.com/?p=27369</guid>

					<description><![CDATA[<p>Our Blurb Module Design for you to display Services faster and simpler and beautifully with minimal setting and sort code possible in  different template styles .different ways to get creative with the Divi Blurb Module using additional CSS code.</p>
<p>The post <a rel="nofollow" href="https://divi-childthemes.com/transform-the-divi-blurb-module-into-creative-design-style-3/">Transform The Divi Blurb Module Into Creative Design Style 3</a> appeared first on <a rel="nofollow" href="https://divi-childthemes.com">Divi-Childthemes.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><div class="et_pb_section et_pb_section_14 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_32">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_63  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_26  et_pb_text_align_center et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner">Demo <strong>Style 3</strong></div>
			</div><div class="et_pb_module et_pb_image et_pb_image_9">
				
				
				
				
				<span class="et_pb_image_wrap "><img decoding="async" src="http://www.dctblog.divi-childthemes.com/wp-content/uploads/2017/11/border.png" alt="Transform The Divi Blurb Module Into Creative Design Style 3" title="Transform The Divi Blurb Module Into Creative Design Style 3 16"></span>
			</div><div class="et_pb_module et_pb_code et_pb_code_14">
				
				
				
				
				<div class="et_pb_code_inner"><style type="text/css">
.dct-blurb-style-3 {
  border: 2px solid #f03089;
padding: 10px;
border-radius: 30px;
box-shadow: 5px 5px #f03089;
 }
.dct-blurb-style-3 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{
    display: inline-block;
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 50%;
    background: #f03089;
    font-size: 40px;
    color: #fff !important;
    margin-bottom: 50px;
    position: relative;
}
.dct-blurb-style-3 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:before{
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    border: 5px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}
.dct-blurb-style-3:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:before{ transform: rotate(180deg); }
.dct-blurb-style-3 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:after{
    content: "";
    width: 2px;
    height: 30px;
    background: #f03089;
    margin: 0 auto;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}
.dct-blurb-style-3 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
    font-size: 20px;
    font-weight: 600;
    color: #072458;
    letter-spacing: 1px;
    margin: 0;
  text-align:center;
   font-variant:small-caps;
}
.dct-blurb-style-3 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
    font-size: 15px;
    color: #6f6f6f;
    line-height: 27px;
    letter-spacing: 1px;
    margin: 10px 0 0 0;
  text-align:center;
   font-variant:small-caps;
}
/*To Change Blur Module Defalut Color To green Color */  
.dct-blurb-style-3.green {  border: 2px solid #63bb54;box-shadow: 5px 5px #63bb54; }
.dct-blurb-style-3.green .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon,
.dct-blurb-style-3.green .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:after{ background: #63bb54; }
/*To Change Blur Module Defalut Color To green Color */
/*To Change Blur Module Defalut Color To blue Color */  
.dct-blurb-style-3.blue {  border: 2px solid #1a9fab;box-shadow: 5px 5px #1a9fab; }
.dct-blurb-style-3.blue .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon,
.dct-blurb-style-3.blue .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:after{ background: #1a9fab; }
/*To Change Blur Module Defalut Color To blue Color */  
/*To Change Blur Module Defalut Color To orange Color */  
.dct-blurb-style-3.orange {  border: 2px solid #ea7900 ;box-shadow: 5px 5px #ea7900 ; }
.dct-blurb-style-3.orange .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon,
.dct-blurb-style-3.orange .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:after{ background: #ea7900 ; }
/*To Change Blur Module Defalut Color To orange Color */  
/*To Change Blur Module Defalut Color To purple Color */  
.dct-blurb-style-3.purple {  border: 2px solid #61009F;box-shadow: 5px 5px #61009F; }
.dct-blurb-style-3.purple .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon,
.dct-blurb-style-3.purple .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:after{ background: #61009F; }
/*To Change Blur Module Defalut Color To purple Color */  
/*To Change Blur Module Defalut Color To red Color */  
.dct-blurb-style-3.red {  border: 2px solid #FB6107;box-shadow: 5px 5px #FB6107; }
.dct-blurb-style-3.red .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon,
.dct-blurb-style-3.red .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:after{ background: #FB6107; }
/*To Change Blur Module Defalut Color To red Color */
/*To Change Blur Module Defalut Color To olive  Color */  
.dct-blurb-style-3.olive  {  border: 2px solid #808000;box-shadow: 5px 5px #808000; }
.dct-blurb-style-3.olive  .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon,
.dct-blurb-style-3.olive  .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:after{ background: #808000; }
/*To Change Blur Module Defalut Color To olive  Color */  
@media only screen and (max-width:990px){
    .dct-blurb-style-3{ margin-bottom: 30px; }
}
 

</style></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_33">
				<div class="et_pb_column et_pb_column_1_3 et_pb_column_64  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_module et_pb_blurb et_pb_blurb_15 dct-blurb-style-3  et_pb_text_align_left  et_pb_blurb_position_top et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_blurb_content">
					<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon">&#xe00e;</span></span></div>
					<div class="et_pb_blurb_container">
						<h4 class="et_pb_module_header"><span>Divi Child Themes</span></h4>
						<div class="et_pb_blurb_description">Our themes perform as beautifully as they look. Save time and effort on your WordPress project by getting started here.</div>
					</div>
				</div>
			</div>
			</div><div class="et_pb_column et_pb_column_1_3 et_pb_column_65  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_module et_pb_blurb et_pb_blurb_16 dct-blurb-style-3 green  et_pb_text_align_left  et_pb_blurb_position_top et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_blurb_content">
					<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon">&#xe00e;</span></span></div>
					<div class="et_pb_blurb_container">
						<h4 class="et_pb_module_header"><span>Divi Custom Modules</span></h4>
						<div class="et_pb_blurb_description">We are a professional and creative website designer and developer. Our Company can handle all sort of IT Projects.</div>
					</div>
				</div>
			</div>
			</div><div class="et_pb_column et_pb_column_1_3 et_pb_column_66  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_blurb et_pb_blurb_17 dct-blurb-style-3 blue  et_pb_text_align_left  et_pb_blurb_position_top et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_blurb_content">
					<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon">&#xe00e;</span></span></div>
					<div class="et_pb_blurb_container">
						<h4 class="et_pb_module_header"><span>Divi Plugins</span></h4>
						<div class="et_pb_blurb_description">Professionally coded, lightweight and well-functioning. Our plugins will supercharge your development capabilities.</div>
					</div>
				</div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div><div class="et_pb_section et_pb_section_15 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_34">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_67  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_27  et_pb_text_align_center et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><strong> Css Code<strong></div>
			</div><div class="et_pb_module et_pb_image et_pb_image_10">
				
				
				
				
				<span class="et_pb_image_wrap "><img decoding="async" src="http://www.dctblog.divi-childthemes.com/wp-content/uploads/2017/11/border.png" alt="Transform The Divi Blurb Module Into Creative Design Style 3" title="Transform The Divi Blurb Module Into Creative Design Style 3 16"></span>
			</div><div class="et_pb_module et_pb_code et_pb_code_15">
				
				
				
				
				<div class="et_pb_code_inner"><pre>
.dct-blurb-style-3 {
  border: 2px solid #f03089;
padding: 10px;
border-radius: 30px;
box-shadow: 5px 5px #f03089;
 }
.dct-blurb-style-3 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{
    display: inline-block;
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 50%;
    background: #f03089;
    font-size: 40px;
    color: #fff !important;
    margin-bottom: 50px;
    position: relative;
}
.dct-blurb-style-3 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:before{
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    border: 5px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}
.dct-blurb-style-3:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:before{ transform: rotate(180deg); }
.dct-blurb-style-3 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:after{
    content: "";
    width: 2px;
    height: 30px;
    background: #f03089;
    margin: 0 auto;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}
.dct-blurb-style-3 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
    font-size: 20px;
    font-weight: 600;
    color: #072458;
    letter-spacing: 1px;
    margin: 0;
  text-align:center;
   font-variant:small-caps;
}
.dct-blurb-style-3 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
    font-size: 15px;
    color: #6f6f6f;
    line-height: 27px;
    letter-spacing: 1px;
    margin: 10px 0 0 0;
  text-align:center;
   font-variant:small-caps;
}

@media only screen and (max-width:990px){
    .dct-blurb-style-3{ margin-bottom: 30px; }
}</pre></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div><div id="subscribe_download" class="et_pb_section et_pb_section_16 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_35">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_68  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_28  et_pb_text_align_center et_pb_bg_layout_dark">
				
				
				
				
				<div class="et_pb_text_inner"><p>Subscribe To Download</p></div>
			</div><div class="et_pb_module et_pb_image et_pb_image_11">
				
				
				
				
				<span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="152" height="25" src="http://divi-childthemes.com/wp-content/uploads/2018/07/border.png" alt="Transform The Divi Blurb Module Into Creative Design Style 3" title="Transform The Divi Blurb Module Into Creative Design Style 3 18" srcset="https://divi-childthemes.com/wp-content/uploads/2018/07/border.png 152w, https://divi-childthemes.com/wp-content/uploads/2018/07/border-64x11.png 64w, https://divi-childthemes.com/wp-content/uploads/2018/07/border-150x25.png 150w" sizes="(max-width: 152px) 100vw, 152px" class="wp-image-48"></span>
			</div><div class="et_pb_module et_pb_text et_pb_text_29  et_pb_text_align_center et_pb_bg_layout_dark">
				
				
				
				
				<div class="et_pb_text_inner"><p>Once you scbscribe then download link will be available.it dose not take long to get left behind! Stay up to date with the latest news from us.Each week we share useful content, development news, WordPress tips, Divi tutorials and more.</p></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_36">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_69  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_30  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner">[et_bloom_locked optin_id=&#8221;optin_3&#8243;]</p>
<div class="dct-info" style="text-align: center;"><a class="btn-dct-demo" href="http://divi-childthemes.com/creative-blurb-module-designs-in-divi/">More Demo</a><a class="btn-dct-documentation" style="background: #E21186; color: #fff;" href="http://divi-childthemes.com/download/transform-the-divi-blurb-module-into-creative-design-style-3/" target="_new" rel="noopener noreferrer">Download</a></div>
<p>[/et_bloom_locked]</div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div></p>
<p>The post <a rel="nofollow" href="https://divi-childthemes.com/transform-the-divi-blurb-module-into-creative-design-style-3/">Transform The Divi Blurb Module Into Creative Design Style 3</a> appeared first on <a rel="nofollow" href="https://divi-childthemes.com">Divi-Childthemes.com</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Transform The Divi Blurb Module Into Creative Design Style 2</title>
		<link>https://divi-childthemes.com/transform-the-divi-blurb-module-into-creative-design-style-2/</link>
		
		<dc:creator><![CDATA[divi-childthemes]]></dc:creator>
		<pubDate>Thu, 26 Apr 2018 02:31:43 +0000</pubDate>
				<category><![CDATA[Blurb]]></category>
		<category><![CDATA[blurb]]></category>
		<category><![CDATA[divi blurb module css]]></category>
		<category><![CDATA[divi blurb module customization]]></category>
		<category><![CDATA[divi blurb module extended]]></category>
		<category><![CDATA[divi blurb module hover effects]]></category>
		<category><![CDATA[divi blurb module layouts]]></category>
		<guid isPermaLink="false">http://www.dctblog.divi-childthemes.com/?p=27361</guid>

					<description><![CDATA[<p>Our Blurb Module Design for you to display Services faster and simpler and beautifully with minimal setting and sort code possible in  different template styles .different ways to get creative with the Divi Blurb Module using additional CSS code.</p>
<p>The post <a rel="nofollow" href="https://divi-childthemes.com/transform-the-divi-blurb-module-into-creative-design-style-2/">Transform The Divi Blurb Module Into Creative Design Style 2</a> appeared first on <a rel="nofollow" href="https://divi-childthemes.com">Divi-Childthemes.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><div class="et_pb_section et_pb_section_17 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_37">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_70  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_31  et_pb_text_align_center et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner">Demo <strong>Style 2</strong></div>
			</div><div class="et_pb_module et_pb_image et_pb_image_12">
				
				
				
				
				<span class="et_pb_image_wrap "><img decoding="async" src="http://www.dctblog.divi-childthemes.com/wp-content/uploads/2017/11/border.png" alt="Transform The Divi Blurb Module Into Creative Design Style 2" title="Transform The Divi Blurb Module Into Creative Design Style 2 19"></span>
			</div><div class="et_pb_module et_pb_code et_pb_code_16">
				
				
				
				
				<div class="et_pb_code_inner"><style type="text/css">
.dct-blurb-style-2{
    padding: 50px 35px;
    background: #fff;
    border: 1px solid #eee;
    border-bottom-color: #428ef8;
    text-align: center;
    position: relative;
    transition: all 0.5s ease 0s;
}
.dct-blurb-style-2:hover{ border: 1px solid #428ef8; }
.dct-blurb-style-2:before,
.dct-blurb-style-2:after{
    content: "";
    width: 70%;
    height: 5px;
    background: #428ef8;
    opacity: 0;
    position: absolute;
    top: -3px;
    left: 35%;
    transform: translateX(-50%);
    transition: all 0.5s ease 0s;
}
.dct-blurb-style-2:hover:before,
.dct-blurb-style-2:hover:after{
    opacity: 1;
    left: 50%;
}
.dct-blurb-style-2:after{
    top: auto;
    bottom: -3px;
}
.dct-blurb-style-2 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    background: #428ef8;
    margin: 0 auto 20px;
    font-size: 26px;
color: #fff !important;
}
.dct-blurb-style-2 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
    font-size: 20px;
    font-weight: bold;
    color: #252525;
    margin: 0 0 10px 0;
    transition: all 0.5s ease 0s;
  text-align:center;
  font-variant:small-caps;
}
.dct-blurb-style-2:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{ opacity: 0; }
.dct-blurb-style-2 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
    font-size: 14px;
    color: #7a7a7a;
    line-height: 25px;
    margin: 0;
    transition: all 0.5s ease 0s;
  text-align:center;
  font-variant:small-caps;
}
.dct-blurb-style-2:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
    margin-top: -20px;
    padding-bottom: 20px;
}
@media only screen and (max-width:990px){
    .dct-blurb-style-2{ margin-bottom: 30px; }
}
 
 /*To Change Blur Module Defalut Color To Pink Color */ 
.dct-blurb-style-2.pink {    border-bottom-color: #d5198d; }
.dct-blurb-style-2.pink:hover {border: 1px solid #d5198d;}
.dct-blurb-style-2.pink:before,.dct-blurb-style-2.pink:after{ background:#d5198d;}
.dct-blurb-style-2.pink .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {background:#d5198d;}
 /*To Change Blur Module Defalut Color To Pink Color */ 
 
 /*To Change Blur Module Defalut Color To Blue Color */ 
.dct-blurb-style-2.green {    border-bottom-color: #8AC541; }
.dct-blurb-style-2.green:hover {border: 1px solid #8AC541;}
.dct-blurb-style-2.green:before,.dct-blurb-style-2.green:after{ background:#8AC541;}
.dct-blurb-style-2.green .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {background:#8AC541;}  
 /*To Change Blur Module Defalut Color To Pink Color */ 
 
 /*To Change Blur Module Defalut Color To Orange Color */ 
.dct-blurb-style-2.orange {    border-bottom-color: #ea7900; }
.dct-blurb-style-2.orange:hover {border: 1px solid #ea7900;}
.dct-blurb-style-2.orange:before,.dct-blurb-style-2.orange:after{ background:#ea7900;}
.dct-blurb-style-2.orange .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {background:#ea7900;}   
 /*To Change Blur Module Defalut Color To Orange Color */ 
 
  /*To Change Blur Module Defalut Color To Purple Color */ 
.dct-blurb-style-2.purple {    border-bottom-color: #61009F; }
.dct-blurb-style-2.purple:hover {border: 1px solid #61009F;}
.dct-blurb-style-2.purple:before,.dct-blurb-style-2.purple:after{ background:#61009F;}
.dct-blurb-style-2.purple .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {background:#61009F;}   
 /*To Change Blur Module Defalut Color To Pink Color */ 
 
   /*To Change Blur Module Defalut Color To red  Color */ 
.dct-blurb-style-2.red {    border-bottom-color: #BA1200; }
.dct-blurb-style-2.red:hover {border: 1px solid #BA1200;}
.dct-blurb-style-2.red:before,.dct-blurb-style-2.red:after{ background:#BA1200;}
.dct-blurb-style-2.red .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {background:#BA1200;}     
 /*To Change Blur Module Defalut Color To red  Color */ 
 
  /*To Change Blur Module Defalut Color To Olive  Color */ 
.dct-blurb-style-2.olive {    border-bottom-color: #808000; }
.dct-blurb-style-2.olive:hover {border: 1px solid #808000;}
.dct-blurb-style-2.olive:before,.dct-blurb-style-2.olive:after{ background:#808000;}
.dct-blurb-style-2.olive .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {background:#808000;}   
 /*To Change Blur Module Defalut Color To Olive  Color */ 

</style></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_38">
				<div class="et_pb_column et_pb_column_1_3 et_pb_column_71  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_module et_pb_blurb et_pb_blurb_18 dct-blurb-style-2 purple  et_pb_text_align_left  et_pb_blurb_position_top et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_blurb_content">
					<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon">&#xe00e;</span></span></div>
					<div class="et_pb_blurb_container">
						<h4 class="et_pb_module_header"><span>  Try our Plugins</span></h4>
						<div class="et_pb_blurb_description">Helping you make changes to your website with no knowledge of code.</div>
					</div>
				</div>
			</div>
			</div><div class="et_pb_column et_pb_column_1_3 et_pb_column_72  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_module et_pb_blurb et_pb_blurb_19 dct-blurb-style-2 red  et_pb_text_align_left  et_pb_blurb_position_top et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_blurb_content">
					<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon">&#xe00e;</span></span></div>
					<div class="et_pb_blurb_container">
						<h4 class="et_pb_module_header"><span>Browse Our  Child Themes</span></h4>
						<div class="et_pb_blurb_description">Kick start your next web design project with our beautiful child themes!</div>
					</div>
				</div>
			</div>
			</div><div class="et_pb_column et_pb_column_1_3 et_pb_column_73  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_blurb et_pb_blurb_20 dct-blurb-style-2 olive  et_pb_text_align_left  et_pb_blurb_position_top et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_blurb_content">
					<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon">&#xe00e;</span></span></div>
					<div class="et_pb_blurb_container">
						<h4 class="et_pb_module_header"><span>Our Tutorials</span></h4>
						<div class="et_pb_blurb_description">Our Skill will help you achieve both the aesthetic and functional goals.</div>
					</div>
				</div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div><div class="et_pb_section et_pb_section_18 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_39">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_74  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_32  et_pb_text_align_center et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><strong> Css Code</strong></div>
			</div><div class="et_pb_module et_pb_image et_pb_image_13">
				
				
				
				
				<span class="et_pb_image_wrap "><img decoding="async" src="http://www.dctblog.divi-childthemes.com/wp-content/uploads/2017/11/border.png" alt="Transform The Divi Blurb Module Into Creative Design Style 2" title="Transform The Divi Blurb Module Into Creative Design Style 2 19"></span>
			</div><div class="et_pb_module et_pb_code et_pb_code_17">
				
				
				
				
				<div class="et_pb_code_inner"><pre>
.dct-blurb-style-2{
    padding: 50px 35px;
    background: #fff;
    border: 1px solid #eee;
    border-bottom-color: #428ef8;
    text-align: center;
    position: relative;
    transition: all 0.5s ease 0s;
}
.dct-blurb-style-2:hover{ border: 1px solid #428ef8; }
.dct-blurb-style-2:before,
.dct-blurb-style-2:after{
    content: "";
    width: 70%;
    height: 5px;
    background: #428ef8;
    opacity: 0;
    position: absolute;
    top: -3px;
    left: 35%;
    transform: translateX(-50%);
    transition: all 0.5s ease 0s;
}
.dct-blurb-style-2:hover:before,
.dct-blurb-style-2:hover:after{
    opacity: 1;
    left: 50%;
}
.dct-blurb-style-2:after{
    top: auto;
    bottom: -3px;
}
.dct-blurb-style-2 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    background: #428ef8;
    margin: 0 auto 20px;
    font-size: 26px;
color: #fff !important;
}
.dct-blurb-style-2 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
    font-size: 20px;
    font-weight: bold;
    color: #252525;
    margin: 0 0 10px 0;
    transition: all 0.5s ease 0s;
  text-align:center;
  font-variant:small-caps;
}
.dct-blurb-style-2:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{ opacity: 0; }
.dct-blurb-style-2 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
    font-size: 14px;
    color: #7a7a7a;
    line-height: 25px;
    margin: 0;
    transition: all 0.5s ease 0s;
  text-align:center;
  font-variant:small-caps;
}
.dct-blurb-style-2:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
    margin-top: -20px;
    padding-bottom: 20px;
}
@media only screen and (max-width:990px){
    .dct-blurb-style-2{ margin-bottom: 30px; }
}
 
</pre>
</div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div><div id="subscribe_download" class="et_pb_section et_pb_section_19 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_40">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_75  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_33  et_pb_text_align_center et_pb_bg_layout_dark">
				
				
				
				
				<div class="et_pb_text_inner"><p>Subscribe To Download</p></div>
			</div><div class="et_pb_module et_pb_image et_pb_image_14">
				
				
				
				
				<span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="152" height="25" src="http://divi-childthemes.com/wp-content/uploads/2018/07/border.png" alt="Transform The Divi Blurb Module Into Creative Design Style 2" title="Transform The Divi Blurb Module Into Creative Design Style 2 21" srcset="https://divi-childthemes.com/wp-content/uploads/2018/07/border.png 152w, https://divi-childthemes.com/wp-content/uploads/2018/07/border-64x11.png 64w, https://divi-childthemes.com/wp-content/uploads/2018/07/border-150x25.png 150w" sizes="(max-width: 152px) 100vw, 152px" class="wp-image-48"></span>
			</div><div class="et_pb_module et_pb_text et_pb_text_34  et_pb_text_align_center et_pb_bg_layout_dark">
				
				
				
				
				<div class="et_pb_text_inner"><p>Once you scbscribe then download link will be available.it dose not take long to get left behind! Stay up to date with the latest news from us.Each week we share useful content, development news, WordPress tips, Divi tutorials and more.</p></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_41">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_76  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_35  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner">[et_bloom_locked optin_id=&#8221;optin_3&#8243;]</p>
<div class="dct-info" style="text-align: center;"><a class="btn-dct-demo" href="http://divi-childthemes.com/creative-blurb-module-designs-in-divi/">More Demo</a><a class="btn-dct-documentation" style="background: #E21186; color: #fff;" href="#" target="_new" rel="noopener noreferrer">Download</a></div>
<p>[/et_bloom_locked]</div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div></p>
<p>The post <a rel="nofollow" href="https://divi-childthemes.com/transform-the-divi-blurb-module-into-creative-design-style-2/">Transform The Divi Blurb Module Into Creative Design Style 2</a> appeared first on <a rel="nofollow" href="https://divi-childthemes.com">Divi-Childthemes.com</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Transform The Divi Blurb Module Into Creative Design Style 1</title>
		<link>https://divi-childthemes.com/transform-the-divi-blurb-module-into-creative-design-style-1/</link>
		
		<dc:creator><![CDATA[divi-childthemes]]></dc:creator>
		<pubDate>Wed, 25 Apr 2018 13:33:46 +0000</pubDate>
				<category><![CDATA[Blurb]]></category>
		<category><![CDATA[blurb]]></category>
		<category><![CDATA[divi blurb module css]]></category>
		<category><![CDATA[divi blurb module customization]]></category>
		<category><![CDATA[divi blurb module extended]]></category>
		<category><![CDATA[divi blurb module hover effects]]></category>
		<category><![CDATA[divi blurb module layouts]]></category>
		<guid isPermaLink="false">http://www.dctblog.divi-childthemes.com/?p=27262</guid>

					<description><![CDATA[<p>Our Blurb Module Design for you to display Services faster and simpler and beautifully with minimal setting and sort code possible in  different template styles .different ways to get creative with the Divi Blurb Module using additional CSS code.</p>
<p>The post <a rel="nofollow" href="https://divi-childthemes.com/transform-the-divi-blurb-module-into-creative-design-style-1/">Transform The Divi Blurb Module Into Creative Design Style 1</a> appeared first on <a rel="nofollow" href="https://divi-childthemes.com">Divi-Childthemes.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><div class="et_pb_section et_pb_section_20 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_42">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_77  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_36  et_pb_text_align_center et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner">Demo <strong>Style 1</strong></div>
			</div><div class="et_pb_module et_pb_image et_pb_image_15">
				
				
				
				
				<span class="et_pb_image_wrap "><img decoding="async" src="http://www.dctblog.divi-childthemes.com/wp-content/uploads/2017/11/border.png" alt="Transform The Divi Blurb Module Into Creative Design Style 1" title="Transform The Divi Blurb Module Into Creative Design Style 1 22"></span>
			</div><div class="et_pb_module et_pb_code et_pb_code_18">
				
				
				
				
				<div class="et_pb_code_inner"><style type="text/css">
.dct-blurb-style-1{ border:2px solid #0fb513;
  padding:10px;
  border-radius:0px 30px;
  box-shadow: 0 0 1px 5px #0fb513;
}
.dct-blurb-style-1 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{
   display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 80px;
    position: relative;
    color: #fff !important;
    background: #0fb513;
    padding: 25px 20px;
    font-size: 30px;
    box-shadow: -3px 3px 3px rgba(0,0,0,0.5);
}
.dct-blurb-style-1 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:before{
    content: "";
    background: #0fb513;
    border-radius: 50%;
    position: inherit;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
}
.dct-blurb-style-1 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:after{
    content: "";
    width: 4px;
    height: 0;
    background: #0fb513;
    margin: 0 auto;
    position: absolute;
    bottom: -55px;
    left: 0;
    right: 0;
    transition: all 0.3s ease 0s;
}
.dct-blurb-style-1:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:after{ height: 45px; }
.dct-blurb-style-1 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon i{
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    line-height: 80px;
    background: #fff;
    box-shadow: -5px 5px 5px rgba(0,0,0,0.5);
    font-size: 35px;
    color: #0fb513;
    position: absolute;
    top: 0;
    left: 0;
}
.dct-blurb-style-1 .et_pb_blurb_content .et_pb_module_header{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
    margin: 0px 0 10px 0;
    position: relative;
  text-align:center;
  font-variant:small-caps;
}
.dct-blurb-style-1 .et_pb_blurb_content .et_pb_module_header:before{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    padding: 5px;
    margin: -20px auto 0px;
    border: 5px solid #0fb513;
    box-shadow: -3px 3px 3px rgba(0,0,0,0.5);
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
}
.dct-blurb-style-1 .et_pb_blurb_content .et_pb_blurb_description{
    font-size: 15px;
    color: #6f6f6f;
    letter-spacing: 1px;
    line-height: 27px;
    margin: 0;
  text-align:center;
  font-variant:small-caps;
}
 
 /*To Change Blur Module Defalut Color To Pink Color */ 
.dct-blurb-style-1.pink{ border: 2px solid #E21187;box-shadow: 0 0 1px 5px #E21187;}
.dct-blurb-style-1.pink .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon::after {background: #E21187;}
.dct-blurb-style-1.pink .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon::before {background: #E21187;}
.dct-blurb-style-1.pink .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{background: #E21187;}
.dct-blurb-style-1.pink .et_pb_blurb_content .et_pb_module_header::before {border: 5px solid #E21187;}
 /*To Change Blur Module Defalut Color To Pink Color */ 
 
 /*To Change Blur Module Defalut Color To Blue Color */ 
.dct-blurb-style-1.blue{ border: 2px solid #28A6DE ;box-shadow: 0 0 1px 5px #28A6DE ;}
.dct-blurb-style-1.blue .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon::after {background: #28A6DE ;}
.dct-blurb-style-1.blue .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon::before {background: #28A6DE ;}
.dct-blurb-style-1.blue .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{background: #28A6DE ;}
.dct-blurb-style-1.blue .et_pb_blurb_content .et_pb_module_header::before {border: 5px solid #28A6DE ;}
 /*To Change Blur Module Defalut Color To Pink Color */ 
 
 /*To Change Blur Module Defalut Color To Orange Color */ 
.dct-blurb-style-1.orange{ border: 2px solid #ea7900 ;box-shadow: 0 0 1px 5px #ea7900 ;}
.dct-blurb-style-1.orange .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon::after {background: #ea7900 ;}
.dct-blurb-style-1.orange .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon::before {background: #ea7900 ;}
.dct-blurb-style-1.orange .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{background: #ea7900 ;}
.dct-blurb-style-1.orange .et_pb_blurb_content .et_pb_module_header::before {border: 5px solid #ea7900 ;}
 /*To Change Blur Module Defalut Color To Orange Color */ 
 
  /*To Change Blur Module Defalut Color To Purple Color */ 
.dct-blurb-style-1.purple { border: 2px solid #61009F ;box-shadow: 0 0 1px 5px #61009F ;}
.dct-blurb-style-1.purple .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon::after {background: #61009F ;}
.dct-blurb-style-1.purple .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon::before {background: #61009F ;}
.dct-blurb-style-1.purple .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{background: #61009F ;}
.dct-blurb-style-1.purple .et_pb_blurb_content .et_pb_module_header::before {border: 5px solid #61009F ;}
 /*To Change Blur Module Defalut Color To Pink Color */ 
 
   /*To Change Blur Module Defalut Color To red  Color */ 
.dct-blurb-style-1.red  { border: 2px solid #BA1200  ;box-shadow: 0 0 1px 5px #BA1200  ;}
.dct-blurb-style-1.red  .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon::after {background: #BA1200  ;}
.dct-blurb-style-1.red  .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon::before {background: #BA1200  ;}
.dct-blurb-style-1.red  .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{background: #BA1200  ;}
.dct-blurb-style-1.red  .et_pb_blurb_content .et_pb_module_header::before {border: 5px solid #BA1200  ;}
 /*To Change Blur Module Defalut Color To red  Color */ 
 
  /*To Change Blur Module Defalut Color To Olive  Color */ 
.dct-blurb-style-1.olive  { border: 2px solid #808000  ;box-shadow: 0 0 1px 5px #808000  ;}
.dct-blurb-style-1.olive  .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon::after {background: #808000  ;}
.dct-blurb-style-1.olive  .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon::before {background: #808000  ;}
.dct-blurb-style-1.olive  .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{background: #808000  ;}
.dct-blurb-style-1.olive  .et_pb_blurb_content .et_pb_module_header::before {border: 5px solid #808000  ;}
 /*To Change Blur Module Defalut Color To Olive  Color */ 

</style></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_43">
				<div class="et_pb_column et_pb_column_1_3 et_pb_column_78  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_module et_pb_blurb et_pb_blurb_21 dct-blurb-style-1 purple  et_pb_text_align_left  et_pb_blurb_position_top et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_blurb_content">
					<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon">&#xe00e;</span></span></div>
					<div class="et_pb_blurb_container">
						<h4 class="et_pb_module_header"><span>  Try our Plugins</span></h4>
						<div class="et_pb_blurb_description">Helping you make changes to your website with no knowledge of code.</div>
					</div>
				</div>
			</div>
			</div><div class="et_pb_column et_pb_column_1_3 et_pb_column_79  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_module et_pb_blurb et_pb_blurb_22 dct-blurb-style-1 red  et_pb_text_align_left  et_pb_blurb_position_top et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_blurb_content">
					<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon">&#xe00e;</span></span></div>
					<div class="et_pb_blurb_container">
						<h4 class="et_pb_module_header"><span>Browse Our  Child Themes</span></h4>
						<div class="et_pb_blurb_description">Kick start your next web design project with our beautiful child themes!</div>
					</div>
				</div>
			</div>
			</div><div class="et_pb_column et_pb_column_1_3 et_pb_column_80  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_blurb et_pb_blurb_23 dct-blurb-style-1 olive  et_pb_text_align_left  et_pb_blurb_position_top et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_blurb_content">
					<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon">&#xe00e;</span></span></div>
					<div class="et_pb_blurb_container">
						<h4 class="et_pb_module_header"><span>Our Tutorials</span></h4>
						<div class="et_pb_blurb_description">Our Skill will help you achieve both the aesthetic and functional goals.</div>
					</div>
				</div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_44">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_81  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_37  et_pb_text_align_center et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><strong> Css Code </strong></div>
			</div><div class="et_pb_module et_pb_image et_pb_image_16">
				
				
				
				
				<span class="et_pb_image_wrap "><img decoding="async" src="http://www.dctblog.divi-childthemes.com/wp-content/uploads/2017/11/border.png" alt="Transform The Divi Blurb Module Into Creative Design Style 1" title="Transform The Divi Blurb Module Into Creative Design Style 1 22"></span>
			</div><div class="et_pb_module et_pb_code et_pb_code_19">
				
				
				
				
				<div class="et_pb_code_inner"><pre lang="css" >
.dct-blurb-style-1{ border:2px solid #0fb513;
  padding:10px;
  border-radius:0px 30px;
  box-shadow: 0 0 1px 5px #0fb513;
}
.dct-blurb-style-1 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{
   display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 80px;
    position: relative;
    color: #fff !important;
    background: #0fb513;
    padding: 25px 20px;
    font-size: 30px;
    box-shadow: -3px 3px 3px rgba(0,0,0,0.5);
}
.dct-blurb-style-1 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:before{
    content: "";
    background: #0fb513;
    border-radius: 50%;
    position: inherit;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
}
.dct-blurb-style-1 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:after{
    content: "";
    width: 4px;
    height: 0;
    background: #0fb513;
    margin: 0 auto;
    position: absolute;
    bottom: -55px;
    left: 0;
    right: 0;
    transition: all 0.3s ease 0s;
}
.dct-blurb-style-1:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:after{ height: 45px; }
.dct-blurb-style-1 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon i{
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    line-height: 80px;
    background: #fff;
    box-shadow: -5px 5px 5px rgba(0,0,0,0.5);
    font-size: 35px;
    color: #0fb513;
    position: absolute;
    top: 0;
    left: 0;
}
.dct-blurb-style-1 .et_pb_blurb_content .et_pb_module_header{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
    margin: 0px 0 10px 0;
    position: relative;
  text-align:center;
  font-variant:small-caps;
}
.dct-blurb-style-1 .et_pb_blurb_content .et_pb_module_header:before{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    padding: 5px;
    margin: -20px auto 0px;
    border: 5px solid #0fb513;
    box-shadow: -3px 3px 3px rgba(0,0,0,0.5);
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
}
.dct-blurb-style-1 .et_pb_blurb_content .et_pb_blurb_description{
    font-size: 15px;
    color: #6f6f6f;
    letter-spacing: 1px;
    line-height: 27px;
    margin: 0;
  text-align:center;
  font-variant:small-caps;
}
 



</div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div><div id="subscribe_download" class="et_pb_section et_pb_section_21 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_45">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_82  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_38  et_pb_text_align_center et_pb_bg_layout_dark">
				
				
				
				
				<div class="et_pb_text_inner"><p>Subscribe To Download</p></div>
			</div><div class="et_pb_module et_pb_image et_pb_image_17">
				
				
				
				
				<span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="152" height="25" src="http://divi-childthemes.com/wp-content/uploads/2018/07/border.png" alt="Transform The Divi Blurb Module Into Creative Design Style 1" title="Transform The Divi Blurb Module Into Creative Design Style 1 24" srcset="https://divi-childthemes.com/wp-content/uploads/2018/07/border.png 152w, https://divi-childthemes.com/wp-content/uploads/2018/07/border-64x11.png 64w, https://divi-childthemes.com/wp-content/uploads/2018/07/border-150x25.png 150w" sizes="(max-width: 152px) 100vw, 152px" class="wp-image-48"></span>
			</div><div class="et_pb_module et_pb_text et_pb_text_39  et_pb_text_align_center et_pb_bg_layout_dark">
				
				
				
				
				<div class="et_pb_text_inner"><p>Once you scbscribe then download link will be available.it dose not take long to get left behind! Stay up to date with the latest news from us.Each week we share useful content, development news, WordPress tips, Divi tutorials and more.</p></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_46">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_83  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_40  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner">[et_bloom_locked optin_id="optin_3"]</p>
<div class="dct-info" style="text-align: center;"><a class="btn-dct-demo" href="http://www.dctblog.divi-childthemes.com/creative-blurb-module-designs-in-divi/">More Demo</a><a class="btn-dct-documentation" style="background: #E21186; color: #fff;" href="http://www.dctblog.divi-childthemes.com/download/transform-the-divi-blurb-module-into-creative-design-style-1/" target="_new" rel="noopener noreferrer">Download</a></div>
<p>[/et_bloom_locked]</div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div></p>
<p>The post <a rel="nofollow" href="https://divi-childthemes.com/transform-the-divi-blurb-module-into-creative-design-style-1/">Transform The Divi Blurb Module Into Creative Design Style 1</a> appeared first on <a rel="nofollow" href="https://divi-childthemes.com">Divi-Childthemes.com</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
