/*
 Theme Name:     Senserve
 Theme URI:      https://www.senserve.com/
 Description:    Senserve Theme
 Author:         Web Dev
 Author URI:     https://www.senserve.com/
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
.cnt-info h4 {
    font-weight: bold;
}
.senserve-blog h2.entry-title {
    min-height: 75px;
}
.sys-products .et_pb_blurb h4.et_pb_module_header {
    padding-bottom: 0px;
}
.sys-products .et_pb_blurb_position_left .et_pb_blurb_container {
    vertical-align: middle;
}
.et_pb_module.cta-sec {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    text-align: initial;
}
.cta-sec .et_pb_promo_description , .cta-sec .et_pb_promo_description h2 {
    padding-bottom: 0px !important;
}
.et-fixed-header #top-menu .cta a {
    color: #fff !important;
}
.current-menu-item.cta {
    color: #fff;
}
body .product-rows ul{
	padding: 0 0 10px 1em;
}
body .product-rows .et_pb_promo_description {
    padding-bottom: 0px;
}
.ul2 ul,.ul2 {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
#top-header a , span#et-info-phone {
    color:#2e2c2d;
}
#top-menu li{
	padding-right: 12px;
}
.cta {
	background-color: #00aeef;
	color: #fff;
	padding: 0 !important;
	border-radius:25px;
}
.cta:hover {
    transform: scale(1.1);
    transition: all .2s 0s;color: #fff;
}
.et-fixed-header#top-header{
	 background: #fff !important;
}
div#top-header {
    padding: 2px 0;
    border-bottom: 1px solid #F2F2F2;
    background: #fff;
}
.cta a {
	color: #fff !important;
	padding: 12px !important;
}
.senserve-blog .et_pb_blog_grid .et_pb_post {
    transition: transform 300ms ease 0ms;
} 
.senserve-blog .et_pb_post:hover {
    transform: scaleX(1.04) scaleY(1.04)!important;
}
.btn-inline .et_pb_button_module_wrapper {
    display: inline-block;
    margin: 0 5px;
}
.btn-inline {
    text-align: center !important;
}
body.page-id-57246 .entry-content .et_pb_promo ul li::before {
    content: '\4e';
    display: inline-block;
    margin-left: -30px;
    padding-right: 5px;
    font-family: 'ETmodules';
    font-size: 1.2em;
    vertical-align: middle;
    color: #00aeef;
    font-weight: bold;
}
body.page-id-57246 .entry-content .et_pb_promo  li {
    list-style: none;
    padding-left: 8px;
    margin-bottom: 8px;
}    

@media only screen and (max-width: 980px){
	.et_pb_row.mobile-img-first {
		display: grid;
	}
	.et_pb_row.mobile-img-first .et_pb_column.et-last-child {
		order: 1;
	}
	.et_pb_row.mobile-img-first .et_pb_column {
		order: 2;
	}
}