/**
* Theme Name: easton Child
* Description: This is a child theme of easton, generated by Merlin WP.
* Author: <a href="https://themeforest.net/user/tonatheme/portfolio">tonatheme</a>
* Template: easton
* Version: 1.0.0
*/

.home h2.d_block{font-size: 50px;}
.home .service-section .tab-btns li{padding: 0px 65px; min-height: 90px; display: flex; align-items: center;}
#newsletter{text-align: center; color: #fff;}
#newsletter h2{color: #fff; font-size: 1.5rem; font-weight: bold;}
#newsletter .email{font-size: 16px; line-height: 40px; background: #fff; color: #808080;}
#newsletter .asterisk{line-height: 10px;}
#newsletter .elementor-widget-container{max-width: 600px; margin: 0 auto;}
#newsletter .mc-field-group{padding: 0; font-size: 12px;}
#newsletter .half{width: 50%; float: left;}
#newsletter .half70{width: 70%;}
#newsletter .half30{width: 30%;}
#newsletter form{margin: 10px !important;}
#newsletter button {    	
    width: 100%;    
    line-height: 60px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: #26282e;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 500ms ease;
	margin: 0;
}
#newsletter button:hover {
    background: #fff;
	color: #26282e;
}
#newsletter .indicates-required{display: none;}
#newsletter .mc-field-group.input-group ul, #newsletter .mc-field-group.input-group ul li{padding: 0 !important;}

.feature-block-one .inner-box .content-box{
  width: calc(100% - 250px);
  float: right;
  background: #26282e;
  padding: 73px 40px 67px 50px;
  text-align: left;
  min-height: 510px;
  clip-path: polygon(10% 0, 400% 0%, 10% 132%, 0 75%);
  transition: all 500ms ease;
}