/*
 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*****/

/* Header */
.header-phone-icon {
animation-name: spin;
  animation-duration: 3000ms;
  animation-iteration-count: 1;
  animation-timing-function: linear; 
	

}

@keyframes spin {
    from {
        transform:rotate(180deg);
    }
    to {
        transform:rotate(0deg);
    }
}

/* Homepage Slider */
.ds-slider-left.et_pb_slider .et_pb_container {
    float: left !important; /*move the slider text container to the left*/
}
.ds-slider-left .et_pb_slide_description  {
  text-align: left !important; /*align the slider text to the left*/
  padding: 38% 8%; /*adjust the padding around the slider text container, this will help you to control the 
  height of your slides. You can remove this if you want the default height*/
}
.ds-slider-left.et_pb_slider .et_pb_button {
    float: left !important;  /*move the button to the left*/
}

/**** Menu - Search ****/
.et_pb_menu__search-button {
	padding-left: 20px!important;
}

.et_pb_menu__search-input {
	width: 200px!important;
	background: #fff!important;
	margin-right:50%!important;
	margin-left:50%!important;
	height: 30px!important;
}


/**** SDS Downloads Page ****/

#sds-page-heading {
	max-width: 1310px!important;
	padding-top: 75px!important;
	margin: auto;
  	padding: 10px;
}

.SDS_downloads_page {
    max-width: 1310px;
    margin: 0 auto; /* Center the container horizontally */
    padding: 30px 20px; /* Add some padding for breathing room */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.sds-row {
	width: 1310px;
	margin-bottom:70px;    
	margin-left: -15px;
    margin-right: -15px;
  	display: flex!important;
    flex-wrap: wrap;
}

.sds-column {
	margin-top: 20px!important;
}

.sds_title {
	font-size: 18px!important;
	line-height:22px!important;
	padding-top: 5px;
	padding-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
.acrobat_logo {
	max-width: 50px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-left: 10px;
}

.sds-download-btn {
	background-color: #0270A1!important;
	color: #fff;
	padding: 10px 20px 10px 20px;
	margin-right: 30px;
	position: absolute;
  	bottom: 10px;
	left:10px;
	right:10px;
}