/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

.footer-widget h4 {
    color: #000000 !important;
    font-family: Raleway;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}

.footer-widget ul li {
    font-family: Raleway;
    text-transform: none;
    font-size: 16px;
    line-height: 20px;
	padding-left: 0 !important;
}

.footer-widget p a, .footer-widget p {
    font-family: Raleway;
    font-size: 14px;
    line-height: 30px;
}

#footer-bottom {
    padding: 0;
}

.footer-widget li:before {
    display: none !important;
}

body .et_pb_slide_description, body .et_pb_slider_fullwidth_off body .et_pb_slide_description {
	padding: 22% 0% !important;
}

.our-product-section h1 {
    font-size: 36px;
    font-weight: 700;
	color: #000000;
}

.our-product-section h2.et_pb_module_header p {
    display: none;
}

.customer-section h1 {
    font-size: 36px;
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 22px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 600;
}

.why-choose-homepage h4 {
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.5px;
	color: #000 !important;
}

.why-choose-homepage h3 {
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #98c944;
}

.why-choose-homepage p {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
}

.contact-form input, .contact-form textarea{
    border: none;
    border-bottom: 1.5px solid #000;
    width: 100%;
}

.contact-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    display: inline-block;
    padding: 1.636em 2.545em;
    line-height: 1.4;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
    z-index: 2;
    vertical-align: top;
    margin-top: 3px;
    margin-bottom: 3px;
    outline: 0;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    -moz-transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    -o-transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    -ms-transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-color: #1f2227;
    color: #ffffff;
    width: auto;
}


/*----------------------------------------- products ----------------------------------------*/

.grve-image-hover, .grve-image-hover .grve-media {
    position: relative;
    overflow: hidden;
	margin-bottom: -6px;
}

.grve-gradient-overlay:after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: ' ';
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    z-index: 4;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    background-image: -webkit-linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.60) 100%);
    background-image: -moz-linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.60) 100%);
    background-image: -ms-linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.60) 100%);
    background-image: -o-linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.60) 100%);
    background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.60) 100%);
}

.grve-image-hover a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}

.grve-hover-item.grve-hover-style-6 .hover .grve-gradient-overlay {
    opacity: 1;
    height: 100%;
}

figcaption.grve-content.grve-align-center {
    position: absolute;
    padding: 0 30px;
    left: 0;
    bottom: 30px;
    right: 0;
    z-index: 5;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	text-align: center;
	

}
.grve-gradient-overlay {
	position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 50%;
    opacity: 0.4;
    z-index: 2;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
}


  .grve-image-hover:hover .grve-gradient-overlay {
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 50%;
    opacity: 0.9;
    z-index: 2;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	text-align: center;
}

h3.grve-title.grve-text-white.grve-h3 {
    font-family: Raleway;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
}

.grve-image-hover:hover .grve-title.grve-text-white.grve-h3 {
     bottom: 115px;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}

.grve-title.grve-text-white.grve-h3 {
    position: absolute;
    padding: 0 30px;
    left: 0;
    bottom: 20%;
    right: 0;
    z-index: 5;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.grve-image-hover:hover .grve-title.grve-text-white.grve-h3 {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.grve-image-hover:hover img {
    -webkit-transform: scale(1.12) !important;
    transform: scale(1.12) !important;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.dcp-grid img {
    max-width: 100%;
    margin: auto;
    height: 265px;
    object-fit: cover;
	position: relative;
    display: block;
    -webkit-border-radius: inherit;
    border-radius: inherit;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.dcp-grid {
    grid-column-gap: 10px !important;
    grid-row-gap: 10px !important;
}

div#et-info {
    width: 100% !important;
}

div#et-info span {
    width: 33% !important;
    float: left;
}

div#et-info span.top-bar-style_1 {
    text-align: center;
}

div#et-info ul.et-social-icons {
    width: 32%;
    float: right;
    text-align: right;
}


.automation-four-section .et_pb_blurb_container {
    padding: 20px;
    height: 210px;
}

.automation-four-section h4.et_pb_module_header {
    color: #fff;
    font-size: 16px;
    z-index: 2;
    font-weight: 600;
    font-family: Montserrat;
}
.automatic-second-section p {
    font-family: Montserrat;
    font-weight: 400;
}

.automation-four-section .et_pb_column.et_pb_column_1_4 {
    padding: 0;
    width: 23%;
    margin: 1%;
}

.automatic-second-section h4.et_pb_module_header span.green {
    color: #98c944;
}

.gallery-section .fg-item.fg-type-image.fg-loaded {
    width: 24%;
}

#foogallery-gallery-109 .fg-image {
    width: 100% !important;
}

.gallery-section .fg-item.fg-type-image.fg-loaded figure.fg-item-inner {
    border: none;
	height: 235px;
}

.fg-caption-inner {
    display: none !important;
}

figure.fg-item-inner img {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

figure.fg-item-inner:hover img {
    -webkit-transform: scale(1.12) !important;
    transform: scale(1.12) !important;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}


span.green {
    color: #98c944;
}

.contact-page .et_pb_main_blurb_image {
    height: 50px;
}

.et_pb_with_border.et_pb_section.et_pb_section_0.contact-page {
    padding-top: 2%;
}

.automatic-second-section h4 {
    line-height: 45px !important;
}

#top-header a, #top-header a {
    color: #98c944;
}

span.address {
    margin-left: -5px;
}

.textwidget i.fa.fa-mobile {
    width: 10px;
}

#main-content .container:before {
    background-color: transparent !important;
}

div#fullwidth p.post-meta {
    display: none;
}

.port-title {
    text-align: center;
    padding: 10% 0;
    background-color: #000000;
}

.port-title h1.entry-title {
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 60px;
    letter-spacing: 0px;
    color: #fff;
}

.more-projects .dcp-container.dcp-grid.dcp-column-grid {
    padding-top: 0;
    margin-top: 0;
}

.more-projects h3 {
    font-family: Poppins;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
}

div#fullwidth .et_post_meta_wrapper img {
    width: 100%;
}

span.previous-button1, span.next-button1 {
    font-family: Raleway;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #000;
	padding: 30px 0;
}

span.previous-button1 a, span.next-button1 a {
	color: #000;
}

span.next-button1 {
	float: right;
    width: 50%;
    text-align: right;
}

.buttons .fa {
    padding: 5px;
}

.buttons {
    padding: 0px 0 0;
    border-top: 1px solid #e9e9e9;
    margin-top: 0px !important;
}

span.previous-button1 {
    width: 50%;
    border-right: 1px solid #ccc;
}

.next-prev {
    display: flex;
}


@media (min-width: 981px) {
.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
    margin-bottom: 0;
}
	
}

@media (max-width: 768px) {

div#et-info {
	width: 100% !important;
	}
	
	div#et-info span {
    width: 100% !important;
    float: left;
}
	
	span.top-bar-style_1 {
    padding: 5px 0 5px;
}
	
	body h2.et_pb_slide_title {
    font-size: 20px !important;
}
	
	.et_pb_module.et_pb_fullwidth_slider_0 h2.et_pb_slide_title span {
    font-size: 20px !important;
}
	
	.et-pb-slider-arrows {
    display: none;
}
	
	.customer-section h1.et_pb_module_header span {
    font-size: 20px !important;
}
	
.why-choose-homepage h4 {
    font-size: 25px;
    line-height: 28px;
}
	
.why-choose-homepage h3 {
    font-size: 17px;
	}
	
h3.grve-title.grve-text-white.grve-h3 {
    font-size: 14px;
	}
	
.et_pb_row {
    	width: 90% !important;
	}
	
.our-product-section h1 {
    font-size: 25px;
	}
	
	.et_pb_section {
    padding: 0px 0 !important;
}
	
	.automation-second-section h4.et_pb_module_header {
    line-height: 25px !important;
}
	
	iframe {
    height: 250px;
}
	
div#block-8 {
    margin-top: -30px;
}
	
	.automation-heading h1 {
    font-size: 25px !important;
	padding: 10% 0 !important;
}
	
	h1 {
    font-size: 25px !important;
}
	
	.automatic-second-section h4 {
    line-height: 30px !important;
    font-size: 20px !important;
}
	
	.gallery-section .fg-item.fg-type-image.fg-loaded {
    width: 100%;
    height: auto !important;
}
	
	ul#mobile_menu li.current-menu-item {
    background: #99c944;
}
	
	ul#mobile_menu li.current-menu-item a {
    color: #fff;
}
	
	
	
	/*------------------------------------------------------------------------------------------------------*/
	
	
	/**** This hides the sub menu items on mobile ****/
#page-container .mobile_nav li ul.hide {
    display: none !important;
}
/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
#page-container .mobile_nav .menu-item-has-children {
    position: relative;
}
#page-container .mobile_nav .menu-item-has-children > a {
    background: transparent;
}
/**** This styles the icon and moves it to the right ****/
#page-container .mobile_nav .menu-item-has-children > a + span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
}
/**** Here you can swap out the actual icons ****/
#page-container span.menu-closed:before {
    content: "\4c";
    display: block;
    color: #000;
    font-size: 16px;
    font-family: ETmodules;
}
#page-container span.menu-closed.menu-open:before {
    content: "\4d";
}
	
}

