/*
 Theme Name:     TRoo Handyman Divi Theme
 Theme URI:      https://handymandivi.troothemes.com/
 Description:    Simple and compact Divi template, ideal for handyman companies or for an individual handyman, plumber, electrician or painter.
 Author:         TRooThemes
 Author URI:     https://troothemes.com/
 Template:       Divi
 Version:        1.1
*/

/* =Theme customization starts here
------------------------------------------------------- */

/* ------ Root Color ------ */
:root{--color1: #022539;--color2: #FB991C;}

/* ------ Commom Inner Section ------ */

body{overflow-x: hidden;}

.handy-icon .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{color:var(--color2);}

.handyman_commoninner_text a{
	position: relative;
    margin-right: 20px;
    padding-right: 20px;
}

.handyman_commoninner_text a:after{
	content: "/";
    position: absolute;
    right: -5px;
}

/* ------ Header ------ */

.handymanheader_section2_menu .nav li li ul{top:0;}

.handymanheader_section1_blurb .et_pb_blurb_content .et_pb_blurb_container{
	padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid var(--color1);
}

.handymanheader_section2_menu .et-menu-nav ul li ul{
	padding: 0;
	border-top: 0 !important;
}

.handymanheader_section2_menu .et-menu-nav ul li ul li{
	padding: 0;
	width: auto;
	position: relative;
	display: block;
}

.handymanheader_section2_menu .et-menu-nav ul li ul li a{
	width: 100%;
    line-height: inherit;
    border-bottom: 1px solid rgba(0,0,0,.10);
    border-top: 0 none;
    padding: 13px 15px !important;
    display: block;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out !important;
	font-size:15px;
}

.handymanheader_section2_menu .et-menu-nav ul li ul li a:hover{
opacity: 1;
    padding-left: 40px !important;
    background-color: var(--color1);
    color: #fff !important;
}

.handymanheader_section2_menu .et-menu-nav ul li ul li a:before{
position: absolute;
    content: '';
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 7px;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: all .500s ease-in-out;
    transition: all .500s ease-in-out;
}

.handymanheader_section2_menu .et-menu-nav ul li ul li a:hover:before{
background-color: var(--color2);
    width: 7px;
}

.handymanheader_section2_menu .et_mobile_menu .menu-item-has-children>a{
	background: transparent;
}

.handymanheader_section2_menu .et_mobile_menu .menu-item-has-children a.mobile-toggle-icon{
	display: none;
}

.handymanheader_section2_menu .et_mobile_nav_menu ul > li > a{
	background: transparent;
}

.handymanheader_section2_menu .et-menu-nav ul > li{
	padding-left: 11px;
    padding-right: 11px;
	margin-top: 0 !important;
}

.handymanheader_section2_menu .et-menu li li.menu-item-has-children > a:first-child::after {top:auto;}

.handymanheader_section2_row .et_pb_button_module_wrapper {
	display: flex;
    justify-content: flex-end;
}

/* ------ Mobile Menu In Header ------ */
/*change hamburger icon to x when mobile menu is open*/

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}

/*adjust the new toggle element which is added via jQuery*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}

/*some code to keep everyting positioned properly*/

ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}

/*remove default background color from menu items that have children*/

.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}

/*hide the submenu by default*/

ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}

/*show the submenu when toggled open*/

ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}

/*adjust the toggle icon position and transparency*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}

/*submenu toggle icon when closed*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
top: 10px;
  position: relative;
  font-family: "ETModules";
  content: '\33';
  background: var(--color1);
  border-radius: 50%;
  padding: 5px;
}

/*submenu toggle icon when open*/

ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\32';
}

/*add point on top of the menu submenu dropdown*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
	position: absolute;
	right: 5%;
	margin-left: -20px;
	top: -14px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}

/*adjust the position of the hamburger menu*/

.mobile_menu_bar {
	position: relative;
	display: block;
	bottom: 10px;
	line-height: 0;
}

/*force the background color and add a rounded border*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
	background-color: #ffffff!important;
	border-radius: 10px;
}

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after, .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after{
	color: #fff;
}

.handymanheader_section2_menu.et_pb_menu ul li:hover>a, .handymanheader_section2_menu.et_pb_menu ul li.current-menu-item a, .handymanheader_section2_menu.et_pb_menu .nav li ul.sub-menu a:hover, .handymanheader_section2_menu.et_pb_menu .nav li ul.sub-menu li.current-menu-item a, .handymanheader_section2_menu.et_pb_menu .et_mobile_menu a:hover{
	color: var(--color2) !important;
	opacity: 1;
}

.handymanheader_section_social a.icon:hover, .handymanheader_section_social a.icon:hover, .handymanheader_section_social a.icon:hover{
	background: var(--color2) !important;
}

.handymanheader_section2_menu .mobile_nav .mobile_menu_bar:before{
	color: var(--color2) !important;
}

@media all and (max-width: 980px){

.handymanheader_section2_menu .et_mobile_menu{
    overflow-y: scroll!important;
    max-height: 80vh!important;
    -overflow-scrolling: touch!important;
    -webkit-overflow-scrolling: touch!important;
}
}

@media all and (max-width: 981px){
	.handymanheader_section2_menu .et_pb_menu_inner_container{
	padding: 20px;
}

.handymanheader_section2_menu .et_mobile_menu{
	height: 100vh;
}

.handymanheader_section2_menu .mobile_menu_bar{
	transform: auto;
	bottom: auto;
}
}

@media all and (max-width: 1131px) and (min-width: 981px){
	.handymanheader_section2 .et_pb_gutters2 .et_pb_column_3_4 {
		width: 100%;
	}

	.handymanheader_section2 .et_pb_column_1_4{
		display: none;
	}
}

/* ------ Footer ------ */
.handymanfooter_section1_email .et_pb_newsletter_fields .et_pb_newsletter_field {
  padding-bottom: 0;
  margin-bottom: 0;
}

.handymanfooter_section1_email .et_pb_newsletter_fields .et_pb_newsletter_button::after {
  display: flex !important;
  align-items: center;
  justify-content: center;
  left: 0 !important;
  right: 0;
  bottom: 0 !important;
  top: 0 !important;
  margin: 0 auto !important;
}

.handymanfooter_section1_menu.et_pb_menu ul li:hover>a, .handymanfooter_section1_menu.et_pb_menu .et_pb_text a, .handymanfooter_section1_menu.et_pb_menu ul li.current-menu-item a{
	color: var(--color2) !important;
	opacity: 1;
}

body #page-container .et_pb_section .handymanfooter_section1_email.et_pb_subscribe .et_pb_newsletter_button.et_pb_button:hover:after{
	color: var(--color2) !important;
}

.handymanfooter_section1_social a.icon:hover, .handymanfooter_section1_social a.icon:hover, .handymanfooter_section1_social a.icon:hover, .et_pb_social_media_follow_network_3_tb_footer a.icon:hover{
	background: var(--color2) !important;
}

.handymanfooter_text a{
	color: var(--color2) !important;
}

@media all and (max-width: 981px){
	.handymanfooter_section1_menu .et_pb_menu__menu{
		display: block;
	}

	.handymanfooter_section1_menu .mobile_menu_bar:before{
		display: none;
	}
}

@media all and (max-width: 767px){
	.handymanfooter_section1_menu .et_pb_menu_inner_container{
		display: block !important;
	}

	.handymanfooter_section1_menu.et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__menu>nav>ul{
		justify-content: flex-start;
	}

	.handymanfooter_section1_menu .et_pb_menu__logo-wrap{
		margin-bottom: 10px;
	}

	.handymanfooter_section1_menu.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a{
		padding: 10px 0;
	}
}

/* ------ Home ------ */
.handymanhome_section1_text span{
	color: var(--color2);
}

.handyman_textcolor span{
	color: var(--color1);
}

.handymanhome_section2_text .bold{
	margin-bottom: 15px;
    font-weight: 600;
    display: block;
}

.handymanhome_section2_blurb .et_pb_blurb_content .et_pb_blurb_container{
	display: flex;
    align-items: center;
}

.handymanhome_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description span{
	font-size: 35px;
	color: var(--color2);
}

.handymanhome_section2_row2_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before{
	content: "";
    width: 70px;
    height: 70px;
    background: var(--color1);
    opacity: 0.1;
    border-radius: 100%;
    position: absolute;
    left: -30px;
    top: -5px;
}

.handymanhome_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap{
	position: relative;
}

.handymanhome_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap:before{
	transition: all 0.5s ease;
	background: var(--color1);
	opacity: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.handymanhome_section3_column:hover .handymanhome_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap:before{
	opacity: 0.5;
}

.handymanhome_section3_column:hover .handymanhome_section3_cta{
	opacity: 1;
visibility: visible;
	transform: translate(-50%, -50%) scale(1, 1);
}

.handymanhome_section3_column:hover .handymanhome_section3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
	opacity: 0;
visibility: hidden;
}

.handymanhome_section3_blurb .et_pb_main_blurb_image, .handymanhome_section3_blurb .et_pb_main_blurb_image img{
	width: 100% !important;
	max-width: 100% !important;
}

.handymanhome_section3_column .handymanhome_section3_cta .et_pb_promo_description .et_pb_module_header:before{
	position: absolute;
    width: 30px;
    height: 5px;
    left: 50%;
    transform: translatex(-50%);
    background: var(--color2);
    border-radius: 100px;
    content: "";
    top: -24px;
}

.handymanhome_section3_cta .et_pb_promo_description div p{
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.handymanhome_section5_pricing ul.et_pb_pricing li:last-child{
	padding-bottom: 0;
}

.handymanhome_section5_pricing ul.et_pb_pricing li{
	display: flex;
    align-items: center;
	position: relative;
}

.handymanhome_section5_pricing ul.et_pb_pricing li:before{
	content: "\5b" !important;
	font-family: 'ETmodules';
	color: var(--color2);
	margin-right: 10px;
}

.handymanhome_section5_pricing .et_pb_button_wrapper{
	padding: 0;
}

body #page-container .et_pb_section .handymanhome_section5_pricing .et_pb_pricing_table_button.et_pb_button{
	width: 100%;
	position: relative;
    z-index: 1;
    transition: all .3s ease 0.15s!important;
}

body #page-container .et_pb_section .handymanhome_section5_pricing .et_pb_pricing_table_button.et_pb_button:before{
	content: ""!important;
    visibility: visible!important;
    display: block!important;
    width: 20%;
    height: 20%;
    border-radius: 2px;
    border: 2px solid var(--color2);
    border-bottom-color: transparent;
    border-right-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s ease,opacity 0.4s ease 0.1s;
    opacity: 1;
    margin: 0;
}

body #page-container .et_pb_section .handymanhome_section5_pricing .et_pb_pricing_table_button.et_pb_button:hover:before, body #page-container .et_pb_section .handymanhome_section5_pricing .et_pb_pricing_table_button.et_pb_button:hover:after{
	width: 100%;
    height: 100%;
    border: 2px solid var(--color2);
    opacity: 0;
}

body #page-container .et_pb_section .handymanhome_section5_pricing .et_pb_pricing_table_button.et_pb_button:after{
	content: "";
    width: 20%;
    height: 20%;
    border-radius: 2px;
    position: absolute;
    border: 2px solid var(--color2);
    border-top-color: transparent;
    border-left-color: transparent;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    transition: all 0.4s ease,opacity 0.4s ease 0.1s;
    opacity: 1;
    margin: 0;
}

.handymanhome_section7_accordion .et_pb_toggle_open h5.et_pb_toggle_title:before{
	content: "\4b" !important;
	display: block !important;
	font-family: 'ETmodules';
}

.handymanhome_section8_column:hover .handymanhome_section8_personfront .et_pb_team_member_description .et_pb_module_header {
    opacity: 0;
    visibility: hidden;
}

.handymanhome_section8_personback .et_pb_team_member_description{
	display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.handymanhome_section8_column:hover .handymanhome_section8_personback {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1, 1);
}

.handymanhome_section8_personback .et_pb_member_social_links li{
	margin-right: 6px;
}

.handymanhome_section8_personback .et_pb_member_social_links li a{
	padding: 3px 9px;
    border-radius: 5px 0 5px 0;
	transition: all 0.5s ease;
}

.handymanhome_section8_personback .et_pb_member_social_links li a:hover{
	background: var(--color2);
}

.handymanhome_section8_personfront .et_pb_team_member_image img{
	border-radius: 10px;
	width: 100%;
}

.handymanhome_section9_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before{
	content: "";
    width: 32.86px;
    height: 32.86px;
    background: var(--color2);
    opacity: 0.2;
    position: absolute;
    border-radius: 100%;
    left: -15px;
}

.handymanhome_section10_contact .et_contact_bottom_container{
	float: unset;
    text-align: center;
    margin-top: -1.5%;
    display: block;
    width: 100%;
    padding-left: 3%;
}

.handymanhome_section10_contact .et_contact_bottom_container .et_pb_button:before{
	content: ""!important;
    visibility: visible!important;
    display: block!important;
    width: 20%;
    height: 20%;
    border-radius: 2px;
    border: 2px solid #ffffff;
    border-bottom-color: transparent;
    border-right-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s ease,opacity 0.4s ease 0.1s;
    opacity: 1;
    margin: 0;
}

.handymanhome_section10_contact .et_contact_bottom_container .et_pb_button:hover:before, .handymanhome_section10_contact .et_contact_bottom_container .et_pb_button:hover:after{
	width: 100%;
    height: 100%;
    border: 2px solid #ffffff;
    opacity: 0;
}

.handymanhome_section10_contact .et_contact_bottom_container .et_pb_button:after{
	content: "";
    width: 20%;
    height: 20%;
    border-radius: 2px;
    position: absolute;
    border: 2px solid #ffffff;
    border-top-color: transparent;
    border-left-color: transparent;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    transition: all 0.4s ease,opacity 0.4s ease 0.1s;
    opacity: 1;
    margin: 0;
}

.handymanhome_section10_column1{padding:100px 300px 100px 100px;}

.handymanhome_section11_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	width: 65px;
    height: 65px;
    border-radius: 50%;
    max-width: 65px;
    object-fit: cover;
}

.handymanhome_section11_blurb.et_pb_blurb .et_pb_module_header{
	transition: all 0.5s ease;
}

.handymanhome_section11_column:hover .handymanhome_section11_blurb.et_pb_blurb .et_pb_module_header{
	color: var(--color2) !important;
}

.handymanhome_section11_column:hover .handymanhome_section11_blurb.et_pb_blurb:after{
	color: var(--color2) !important;
}

.handymanhome_section12_blog .et_pb_post{
	padding: 0;
	background: transparent;
	position: relative;
	overflow: hidden;
}

.handymanhome_section12_blog .et_pb_post .et_pb_image_container{
	margin: 0 !important;
}

.handymanhome_section12_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
	margin: 0 !important;
    padding-top: 100%;
    display: block;
    border: 10px solid #ffffff;
    border-radius: 10px;
}

.handymanhome_section12_blog .et_pb_post .et_pb_image_container .entry-featured-image-url img{
	 position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    border-radius: 10px;
}

.handymanhome_section12_blog .et_pb_post .handymanhome_section12_blog_content{
	background: #ffffff;
    padding: 20px;
    position: absolute;
    right: 0px;
    left: 0;
    bottom: 0;
    transform: translateY(67%);
    width: 90%;
    min-height: 56px;
    transition: all 0.5s ease 0s;
    margin: auto;
    border-radius: 10px;
    text-align: center;
}

.handymanhome_section12_blog .et_pb_post .handymanhome_section12_blog_content .post-content .post-content-inner{
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
	margin-bottom: 10px;
}

.handymanhome_section12_blog .et_pb_post .handymanhome_section12_blog_content .entry-title{
	padding: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.handymanhome_section12_blog .et_pb_post:hover .handymanhome_section12_blog_content{
	bottom: 50%;
    transform: translateY(50%);
	background: var(--color1);
	padding-top: 50px;
}

.handymanhome_section12_blog .et_pb_post:hover .handymanhome_section12_blog_content:before {
    opacity: 1;
}

.handymanhome_section12_blog .et_pb_post .handymanhome_section12_blog_content:before {
    position: absolute;
    width: 30px;
    height: 5px;
    left: 50%;
    transform: translatex(-50%);
    background: var(--color2);
    border-radius: 100px;
    content: "";
    top: 25px;
    transition: all 0.5s ease;
    opacity: 0;
}

.handymanhome_section12_blog .et_pb_post:hover .handymanhome_section12_blog_content .entry-title a{
	color: var(--color2) !important;
}

.handymanhome_section12_blog .et_pb_post:hover .handymanhome_section12_blog_content .post-content p{
	color: #ffffff !important;
}

.handymanhome_section12_blog .et_pb_post div.post-content a.more-link{
	color: var(--color2) !important;
}

body #page-container .et_pb_section .handymanhome_section3_cta.et_pb_promo .et_pb_promo_button.et_pb_button:after{
	color: var(--color2) !important;
}

.handymanhome_section4_blurb .et-pb-icon{
	color: var(--color2) !important;
}

.handymanhome_section5_popularpricing .et_pb_sum{
	color: var(--color2) !important;
}

@media only screen and (max-width: 980px) {.handymanhome_section10_column1 {padding:50px;}}

@media (min-width:981px) and (max-width:1190px) {.handymanhome_section10_column1 {padding: 50px;
    padding-right: 150px;} .handymanhome_section10_contact.et_pb_contact_form_container{padding: 20px !important;}}

@media (min-width:1190px) and (max-width:1500px){.handymanhome_section10_column1{padding: 100px 200px 100px 100px;}}

@media only screen and (max-width: 981px){
	.handymanhome_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
		width: 100%;
	}

	.handymanhome_section5_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
		display: none;
	}
}

@media only screen and (max-width: 767px){
.handymanhome_section10_column1 {
    padding: 25px;
}
}

/* ------ Service List ------ */
.handymanservicelist_section2_cta .et_pb_promo_description div p{
	margin-bottom: 0;
	transition: all 0.5s ease;
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.handymanservicelist_section2_column .handymanservicelist_section2_cta.et_pb_promo .et_pb_promo_description h2:before{
	position: absolute;
    width: 30px;
    height: 5px;
    left: 0;
    background: var(--color1);
    border-radius: 100px;
    content: "";
    top: -19px;
	transition: all 0.5s ease;
}

.handymanservicelist_section2_column:hover .handymanservicelist_section2_cta.et_pb_promo .et_pb_promo_description h2:before{
	background: var(--color2);
}

.handymanservicelist_section2_column .handymanservicelist_section2_cta.et_pb_promo .et_pb_promo_description h2{
	transition: all 0.5s ease;
	position: relative;
}

.handymanservicelist_section2_column:hover .handymanservicelist_section2_cta.et_pb_promo .et_pb_promo_description h2{
	color: var(--color2) !important;
}

.handymanservicelist_section2_column:hover .handymanservicelist_section2_cta.et_pb_promo .et_pb_promo_description div p{
	color: #ffffff !important;
}

body #page-container .et_pb_section .handymanservicelist_section2_column .handymanservicelist_section2_cta.et_pb_promo .et_pb_button_wrapper .et_pb_promo_button.et_pb_button{
	transition: all 0.5s ease;
}

body #page-container .et_pb_section .handymanservicelist_section2_column:hover .handymanservicelist_section2_cta.et_pb_promo .et_pb_button_wrapper .et_pb_promo_button.et_pb_button{
	color: var(--color2) !important;
}

body #page-container .et_pb_section .handymanservicelist_section2_column .handymanservicelist_section2_cta.et_pb_promo .et_pb_button_wrapper .et_pb_promo_button.et_pb_button:after{
	transition: all 0.5s ease;
}

body #page-container .et_pb_section .handymanservicelist_section2_column:hover .handymanservicelist_section2_cta.et_pb_promo .et_pb_button_wrapper .et_pb_promo_button.et_pb_button:after{
	color: var(--color2) !important;
}

/* ------ Service Detail ------ */
.handymanservicedetail_section2_blurb .et-pb-icon{
	color: var(--color2) !important;
}

@-webkit-keyframes spineer {
0%{-webkit-box-shadow:0 0 0 0 #fb991c8c;}
70%{-webkit-box-shadow:0 0 0 20px rgba(1, 93, 199, 0);}
100%{-webkit-box-shadow:0 0 0 0 rgba(1, 93, 199, 0);}
}
@keyframes spineer {
0%{-webkit-box-shadow:0 0 0 0 #fb991c8c;box-shadow:0 0 0 0 #fb991c8c;}
70%{-webkit-box-shadow:0 0 0 20px rgba(1, 93, 199, 0);box-shadow:0 0 0 20px rgba(1, 93, 199, 0);}
100%{-webkit-box-shadow:0 0 0 0 rgba(1, 93, 199, 0);box-shadow:0 0 0 0 rgba(1, 93, 199, 0);}
}

.handymanservicedetail_section3_cta .et_pb_promo_description div p{
	margin-bottom: 0;
	padding-bottom: 0;
}

.handymanservicedetail_section3_cta .et_pb_promo_description .et_pb_module_header:after{
	content: "";
    width: 20px;
    height: 3px;
    background: var(--color2);
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 15px;
}

.handymanservicedetail_section3_cta .et_pb_button:before{
	content: ""!important;
    visibility: visible!important;
    display: block!important;
    width: 20%;
    height: 20%;
    border-radius: 2px;
    border: 2px solid var(--color2);
    border-bottom-color: transparent;
    border-right-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s ease,opacity 0.4s ease 0.1s;
    opacity: 1;
    margin: 0;
}

.handymanservicedetail_section3_cta .et_pb_button:after{
	content: "";
    width: 20%;
    height: 20%;
    border-radius: 2px;
    position: absolute;
    border: 2px solid var(--color2);
    border-top-color: transparent;
    border-left-color: transparent;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    transition: all 0.4s ease,opacity 0.4s ease 0.1s;
    opacity: 1;
    margin: 0;
}

.handymanservicedetail_section3_cta .et_pb_button:hover:before, .handymanservicedetail_section3_cta .et_pb_button:hover:after{
	width: 100%;
    height: 100%;
    border: 2px solid var(--color2);
    opacity: 0;
}

/* ------ Projects ------ */
.handymanproject_section2_project .project{
	padding: 0;
	background: transparent;
	position: relative;
	overflow: hidden;
}

.handymanproject_section2_project .project .et_portfolio_image{
	margin: 0 !important;
    padding-top: 100%;
    display: block;
    border: 10px solid #ffffff;
    border-radius: 10px;
	z-index: 0;
}

.handymanproject_section2_project .project .et_portfolio_image img{
	 position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    border-radius: 10px;
}

.handymanproject_section2_project .project .handymanproject_section2_project_content{
	background: #ffffff;
    padding: 20px;
    position: absolute;
    right: 0px;
    left: 0;
    bottom: 0;
    transform: translateY(40%);
    width: 90%;
    min-height: 56px;
    transition: all 0.5s ease 0s;
    margin: auto;
    border-radius: 10px;
    text-align: center;
}

.handymanproject_section2_project .project .handymanproject_section2_project_content .post-meta a{
	display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.handymanproject_section2_project .project .handymanproject_section2_project_content .et_pb_module_header{
	padding: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	position: relative;
}

.handymanproject_section2_project .project .handymanproject_section2_project_content:before{
	position: absolute;
    width: 30px;
    height: 5px;
    left: 50%;
    transform: translatex(-50%);
    background: var(--color2);
    border-radius: 100px;
    content: "";
    top: 25px;
    transition: all 0.5s ease;
    opacity: 0;
}

.handymanproject_section2_project .project:hover .handymanproject_section2_project_content:before{
	opacity: 1;
}

.handymanproject_section2_project .project:hover .handymanproject_section2_project_content{
	bottom: 50%;
    transform: translateY(50%);
	background: var(--color1);
	padding-top: 50px;
}

.handymanproject_section2_project .project:hover .handymanproject_section2_project_content .et_pb_module_header a{
	color: var(--color2) !important;
}

.handymanproject_section2_project .project:hover .handymanproject_section2_project_content .post-meta a{
	color: #ffffff !important;
}

.handymanproject_section2_project .et_pb_ajax_pagination_container, .handymanproject_section2_project .et_pb_portfolio_items_wrapper .et_pb_portfolio_items {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(3, 33.33%);
}

.handymanproject_section2_project .project .et_portfolio_image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 9;
    background: var(--color1);
    opacity: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease-in-out;
	z-index: 1;
}

.handymanproject_section2_project .project:hover .et_portfolio_image:before {
    opacity: 0.4;
}

@media only screen and (max-width : 767px) {
.handymanproject_section2_project .et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .handymanproject_section2_project > div{display: grid;
grid-gap: 5px;
grid-template-columns: repeat(1, 100%);}

.handymanproject_section2_project .et_pb_portfolio_filters{position:relative;top: 0;}

.handymanproject_section2_project .et_pb_portfolio_filters li{width:auto !important;}
}

@media only screen and (min-width: 768px) and (max-width: 980px){
.handymanproject_section2_project .et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .handymanproject_section2_project > div{display: grid;
grid-gap: 5px;
grid-template-columns: repeat(2, 50%);}}

/* ------ Contact Us ------ */
.handymancontactus_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap{
	background: #e6eaec;
	width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body #page-container .et_pb_section .handymancontactus_section3_contact.et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button:hover{
	background-color: var(--color2) !important;
}

.handymancontactus_section3_contact .et_pb_contact_form  .et_contact_bottom_container{
	float: unset;
}

.handymancontactus_section3_contact .et_pb_contact_form  .et_contact_bottom_container .et_pb_button:before{
	content: ""!important;
    visibility: visible!important;
    display: block!important;
    width: 20%;
    height: 20%;
    border-radius: 2px;
    border: 2px solid var(--color2);
    border-bottom-color: transparent;
    border-right-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s ease,opacity 0.4s ease 0.1s;
    opacity: 1;
    margin: 0;
}

.handymancontactus_section3_contact .et_pb_contact_form  .et_contact_bottom_container .et_pb_button:hover:before{
	width: 100%;
    height: 100%;
    border: 2px solid var(--color2);
    opacity: 0;
}

.handymancontactus_section3_contact .et_pb_contact_form  .et_contact_bottom_container .et_pb_button:after{
	content: "";
    width: 20%;
    height: 20%;
    border-radius: 2px;
    position: absolute;
    border: 2px solid var(--color2);
    border-top-color: transparent;
    border-left-color: transparent;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    transition: all 0.4s ease,opacity 0.4s ease 0.1s;
    opacity: 1;
    margin: 0;
}

.handymancontactus_section3_contact .et_pb_contact_form  .et_contact_bottom_container .et_pb_button:hover:after{
	width: 100%;
    height: 100%;
    border: 2px solid var(--color2);
    opacity: 0;
}

/* ------ Book Appointment ------ */
.handymanappointment_section2_contact .et_pb_contact_form  .et_contact_bottom_container{
	float: unset;
}

.handymanappointment_section2_contact .et_pb_contact_form  .et_contact_bottom_container .et_pb_button:before{
	content: ""!important;
    visibility: visible!important;
    display: block!important;
    width: 20%;
    height: 20%;
    border-radius: 2px;
    border: 2px solid var(--color2);
    border-bottom-color: transparent;
    border-right-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s ease,opacity 0.4s ease 0.1s;
    opacity: 1;
    margin: 0;
}

.handymanappointment_section2_contact .et_pb_contact_form  .et_contact_bottom_container .et_pb_button:hover:before{
	width: 100%;
    height: 100%;
    border: 2px solid var(--color2);
    opacity: 0;
}

.handymanappointment_section2_contact .et_pb_contact_form  .et_contact_bottom_container .et_pb_button:after{
	content: "";
    width: 20%;
    height: 20%;
    border-radius: 2px;
    position: absolute;
    border: 2px solid var(--color2);
    border-top-color: transparent;
    border-left-color: transparent;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    transition: all 0.4s ease,opacity 0.4s ease 0.1s;
    opacity: 1;
    margin: 0;
}

.handymanappointment_section2_contact .et_pb_contact_form  .et_contact_bottom_container .et_pb_button:hover:after{
	width: 100%;
    height: 100%;
    border: 2px solid var(--color2);
    opacity: 0;
}

body #page-container .et_pb_section .handymanappointment_section2_contact.et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button:hover{
	background-color: var(--color2) !important;
}

/* ------ Project Tag ------ */
.handymanprojecttag_section2_blog .et_pb_post{
	padding: 0;
	background: transparent;
	position: relative;
	overflow: hidden;
}

.handymanprojecttag_section2_blog .et_pb_post .et_pb_image_container{
	margin: 0;
    z-index: 0;
}

.handymanprojecttag_section2_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
	margin: 0 !important;
    padding-top: 100%;
    display: block;
    border: 10px solid #ffffff;
    border-radius: 10px;
	z-index: 0;
}

.handymanprojecttag_section2_blog .et_pb_post .et_pb_image_container .entry-featured-image-url img{
	 position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    border-radius: 10px;
}

.handymanprojecttag_section2_blog .et_pb_post .handymanprojecttag_section2_blog_content{
	background: #ffffff;
    padding: 20px;
    position: absolute;
    right: 0px;
    left: 0;
    bottom: 0;
    transform: translateY(45%);
    width: 90%;
    min-height: 56px;
    transition: all 0.5s ease 0s;
    margin: auto;
    border-radius: 10px;
    text-align: center;
}

.handymanprojecttag_section2_blog .et_pb_post .handymanprojecttag_section2_blog_content .post-meta a{
	display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.handymanprojecttag_section2_blog .et_pb_post .handymanprojecttag_section2_blog_content .entry-title{
	padding: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	position: relative;
}

.handymanprojecttag_section2_blog .et_pb_post .handymanprojecttag_section2_blog_content:before{
	position: absolute;
    width: 30px;
    height: 5px;
    left: 50%;
    transform: translatex(-50%);
    background: var(--color2);
    border-radius: 100px;
    content: "";
    top: 25px;
    transition: all 0.5s ease;
    opacity: 0;
}

.handymanprojecttag_section2_blog .et_pb_post:hover .handymanprojecttag_section2_blog_content:before{
	opacity: 1;
}

.handymanprojecttag_section2_blog .et_pb_post:hover .handymanprojecttag_section2_blog_content{
	bottom: 50%;
    transform: translateY(50%);
	background: var(--color1);
	padding-top: 50px;
}

.handymanprojecttag_section2_blog .et_pb_post:hover .handymanprojecttag_section2_blog_content .entry-title a{
	color: var(--color2) !important;
}

.handymanprojecttag_section2_blog .et_pb_post:hover .handymanprojecttag_section2_blog_content .post-meta a{
	color: #ffffff !important;
}

.handymanprojecttag_section2_blog .et_pb_post .et_pb_image_container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 9;
    background: var(--color1);
    opacity: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease-in-out;
	z-index: 1;
}

.handymanprojecttag_section2_blog .et_pb_post:hover .et_pb_image_container:before {
    opacity: 0.4;
}

/* ------ Project Detail ------ */
.handymanprojectdetail_section2_column1_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:after{
	content: "";
    width: 20px;
    height: 3px;
    background: var(--color2);
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.handymanprojectdetail_section2_column1_cta .et_pb_promo_description div p{
	margin-bottom: 0;
	padding-bottom: 0;
}

.handymanprojectdetail_section2_column1_cta .et_pb_promo_description .et_pb_module_header:after{
	content: "";
    width: 20px;
    height: 3px;
    background: var(--color2);
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 15px;
}

.handymanprojectdetail_section2_column1_cta .et_pb_button:before{
	content: ""!important;
    visibility: visible!important;
    display: block!important;
    width: 20%;
    height: 20%;
    border-radius: 2px;
    border: 2px solid var(--color2);
    border-bottom-color: transparent;
    border-right-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s ease,opacity 0.4s ease 0.1s;
    opacity: 1;
    margin: 0;
}

.handymanprojectdetail_section2_column1_cta .et_pb_button:after{
	content: "";
    width: 20%;
    height: 20%;
    border-radius: 2px;
    position: absolute;
    border: 2px solid var(--color2);
    border-top-color: transparent;
    border-left-color: transparent;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    transition: all 0.4s ease,opacity 0.4s ease 0.1s;
    opacity: 1;
    margin: 0;
}

.handymanprojectdetail_section2_column1_cta .et_pb_button:hover:before, .handymanprojectdetail_section2_column1_cta .et_pb_button:hover:after{
	width: 100%;
    height: 100%;
    border: 2px solid var(--color2);
    opacity: 0;
}

.handymanprojectdetail_section2_column2_video .fluid-width-video-wrapper{
	padding-top: 65% !important;
}

/* ------ Blog Detail ------ */
.handymanblogdetail_section2_posttitle .et_pb_title_container{
	display: flex;
    flex-direction: column-reverse;
}

.handymanblogdetail_section2_blurb .et-pb-icon{
	color: var(--color2) !important;
}

.handymanblogdetail_section2_comment .comment-form{
	padding-bottom: 0 !important;
}

/* ------ Company History ------ */
.handymanblog_section2_text .company_history{
	position: relative;
display: block;
}

.handymanblog_section2_text .company_history .company_history_border{
	position: absolute;
    top: 0;
    left: 55px;
    height: 100%;
    width: 1px;
    background-color: rgb(210, 210, 210);
}

.handymanblog_section2_text .company_history .company_history_list{
	position: relative;
display: block;
	padding-left: 0;
}

.handymanblog_section2_text .company_history li{
	position: relative;
    display: block;
    padding-left: 170px;
    padding-bottom: 60px;
}

.handymanblog_section2_text .company_history li:last-child{
	padding-bottom: 0px;
}

.handymanblog_section2_text .company_history li .company_history_year{
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    width: 110px;
    background-color: var(--color1);
    border-radius: 0;
    top: 0px;
    left: 0;
    transform: rotate(-90deg);
}

.handymanblog_section2_text .company_history li .company_history_year:after{
	content: "\4a";
    font-family: 'ETmodules';
    position: absolute;
    color: var(--color1);
    bottom: 50%;
    font-size: 40px;
    transform: rotate(-90deg) translateX(-100px);
}

.handymanblog_section2_text .company_history li .company_history_year p{
	font-size: 32px;
    color: #ffffff;
    font-weight: 600;
    line-height: 32px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

.handymanblog_section2_text .company_history li .company_history_content{
	position: relative;
    display: block;
    border: 1px solid rgb(210, 210, 210);
    padding: 30px;
}

.handymanblog_section2_text .company_history li .company_history_content .company_history_title{
	font-size: 34px;
font-weight: 900;
line-height: 44px;
margin-bottom: 9px;
	color: var(--color1);
margin: 0;
}

.handymanblog_section2_text .company_history li .company_history_content .company_history_text{
	color: #2d2d2d;
}

@media only screen and (max-width: 767px){
	.handymanblog_section2_text .company_history .company_history_border{
		display: none;
	}

.handymanblog_section2_text .company_history li {
  padding-left: 0;
}

	.handymanblog_section2_text .company_history li .company_history_year {
  position: relative;
  top: 0;
  margin-bottom: 20px;
}

	.handymanblog_section2_text .company_history li .company_history_year:after{
		display: none;
	}

	.handymanblog_section2_text .company_history li .company_history_year{
		transform: unset;
	}

	.handymanblog_section2_text .company_history li .company_history_content .company_history_title{
		font-size: 30px;
	}

	.handymanblog_section2_text .company_history li .company_history_content{
		padding: 20px;
	}
}

@media only screen and (max-width: 980px){
body #page-container .et_pb_section .et_pb_button_0:after, body #page-container .et_pb_section .et_pb_button_1:after, body #page-container .et_pb_section .et_pb_button_2:after, body #page-container .et_pb_section .et_pb_button_3:after, body #page-container .et_pb_section .et_pb_button_4:after, body #page-container .et_pb_section .et_pb_pricing_tables_0 .et_pb_pricing_table_button.et_pb_button:after, body #page-container .et_pb_section .et_pb_pricing_tables_1 .et_pb_pricing_table_button.et_pb_button:after, body #page-container .et_pb_section .et_pb_pricing_tables_2 .et_pb_pricing_table_button.et_pb_button:after, body #page-container .et_pb_section .et_pb_button_5:after, body #page-container .et_pb_section .et_pb_button_6:after, body #page-container .et_pb_section .et_pb_button_7:after, body #page-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button:after, body #page-container .et_pb_section .et_pb_button_8:after, body #page-container .et_pb_section .et_pb_button_9:after,body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_button_0_tb_body:after, body #page-container .et_pb_section .et_pb_cta_0.et_pb_promo .et_pb_promo_button.et_pb_button:after, body #page-container .et_pb_section .et_pb_button_0_tb_body:after, body #page-container .et_pb_section .et_pb_contact_form_0_tb_body.et_pb_contact_form_container.et_pb_module .et_pb_button:after {
    display: inline-block;
    opacity: 1 !important;
}
}

/*2 Column Blog*/
.handymanhome_section12_blog.et_pb_posts.col2 div.et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .handymanhome_section12_blog.et_pb_posts.col2 > div{display: grid;grid-template-columns: 1fr 1fr;grid-gap: 30px;}

.handymanhome_section12_blog.et_pb_posts.col2 .et_pb_post{margin: 0;}
.handymanhome_section12_blog.et_pb_posts.col2 .et_pb_post .entry-featured-image-url{margin: 0;}

/*4 Column Blog*/
.handymanhome_section12_blog.et_pb_posts.col4 div.et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .handymanhome_section12_blog.et_pb_posts.col4 > div{display: grid;grid-template-columns: 1fr 1fr 1fr 1fr;grid-gap: 30px;}

.handymanhome_section12_blog.et_pb_posts.col4 .et_pb_post{margin: 0;}
.handymanhome_section12_blog.et_pb_posts.col4 .et_pb_post .entry-featured-image-url{margin: 0;}

@media only screen and (max-width: 767px){
.handymanhome_section12_blog.et_pb_posts.col2 div.et_pb_ajax_pagination_container,
.handymanhome_section12_blog.et_pb_posts.col4 div.et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .handymanhome_section12_blog.et_pb_posts.col2 > div,
.et-db #et-boc .et-l #et-fb-app .handymanhome_section12_blog.et_pb_posts.col4 > div{grid-template-columns: 1fr;}

}

@media (min-width:768px) and (max-width:980px) {
.handymanhome_section12_blog.et_pb_posts.col4 div.et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .handymanhome_section12_blog.et_pb_posts.col4 > div{grid-template-columns: 1fr 1fr;}}

@media (min-width:981px) and (max-width:1300px) {
.handymanhome_section12_blog.et_pb_posts.col4 div.et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .handymanhome_section12_blog.et_pb_posts.col4 > div{grid-template-columns: 1fr 1fr 1fr;}
}

/* ------ Blog List  ------ */
.handymanbloglist_blog.handymanbloglist_blogright .et_pb_post{
	flex-direction: row-reverse;
}

.handymanbloglist_blog .et_pb_post{
	display: flex;
	margin-bottom: 30px;
	background: #FFFFFF;
	border: 0.650456px solid #13142710;
	box-shadow: 0px 3.90274px 13.0091px rgba(0, 0, 0, 0.05);
	border-radius: 3.25228px;
}

.handymanbloglist_blog .et_pb_post .entry-title{
    padding-bottom: 15px;
}

.handymanbloglist_blog .et_pb_post .entry-featured-image-url{
	flex: 1;
	margin-bottom:0px;
	flex-basis: 40%;
}

.handymanbloglist_blog .et_pb_post .entry-featured-image-url img{
	height:100%;
	object-fit:cover;
}

.handymanbloglist_blog .et_pb_post .handymanbloglist_blog_content{
	flex: 1;
    padding: 30px 40px;
    display: flex;
    flex-basis: 80%;
    flex-direction: column;
    justify-content: center;
}

.handymanbloglist_blog .et_pb_post .post-content{
	order: 3;
}

.handymanbloglist_blog .et_pb_post .post-meta{
	text-transform: capitalize;
	color: var(--color2);
	margin-bottom: 15px;
	font-weight: 400;
}

.handymanbloglist_blog .et_pb_post .post-content p{
	color: var(--color1);
}

.handymanbloglist_blog .et_pb_post .post-meta a{
	color:var(--color1);
}

.handymanbloglist_blog .et_pb_post a.more-link{
	color: var(--color1) !important;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	display: inline-block;
	margin-top: 25px;
	text-transform: capitalize;
	transition: all 0.5s ease;
}

.handymanbloglist_blog .et_pb_post a.more-link:after{
	content: '';
	width: 100%;
	height: 2px;
	background: var(--color1);
	position: absolute;
	bottom: 0px;
	left: 0;
	transition: all 0.5s ease;
}

.handymanbloglist_blog .et_pb_post:hover a.more-link:after{
	background: var(--color2);
}

.handymanbloglist_blog .et_pb_post:hover a.more-link{
	color: var(--color2) !important;
}

@media only screen and (max-width: 980px){
	.handymanbloglist_blog .et_pb_post{
		display:block;
	}

	.handymanbloglist_blog .et_pb_post .info{
		padding:20px;
	}
}

@media only screen and (max-width: 767px){
	.handymanbloglist_blog .et_pb_post .handymanbloglist_blog_content{
		padding: 20px;
	}

	.handymanbloglist_blog .et_pb_post .entry-title{
	font-size: 24px;
    padding-bottom: 15px;
    line-height: 34px;
}
}

/*2 Column Case Studies*/
.handymanproject_section2_project.col2 div.et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .handymanproject_section2_project.col2 > div{display: grid;grid-template-columns: 1fr 1fr;grid-gap: 30px;}

@media only screen and (max-width: 767px){
.handymanproject_section2_project.col2 div.et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .handymanproject_section2_project.col2 > div{grid-template-columns: 1fr;}}

/*4 Column Case Studies*/
.handymanproject_section2_project.col4 div.et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .handymanproject_section2_project.col4 > div{display: grid;grid-template-columns: 1fr 1fr 1fr 1fr;grid-gap: 30px;}

@media (min-width:768px) and (max-width:980px) {
.handymanproject_section2_project.col4 div.et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .handymanproject_section2_project.col4 > div{grid-template-columns: 1fr 1fr;}}

@media (min-width:981px) and (max-width:1300px) {
.handymanproject_section2_project.col4 div.et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .handymanproject_section2_project.col4 > div{grid-template-columns: 1fr 1fr 1fr;}
}

@media only screen and (max-width: 767px){
.handymanproject_section2_project.col4 div.et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .handymanproject_section2_project.col4 > div{grid-template-columns: 1fr;}
}

