/*
Theme Name:     Bigger Child
Theme URI:      http://wp.oceanthemes.net/bigger/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       bigger
*/

@import url("../bigger/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

.padd-textwidget {
    min-height: 250px !important;
}

/*******NEWSLETTER FORM FOOTER********/
.form-div {
 	padding: 25px 30px; 
}

.sib-email-area-div {
 	color: #ffffff;
 	margin-bottom: 5px;
}

.sib-email-area {
 	width: 100%;
  	padding: 5px !important;
 	height: 50px !important;
}

.sib-default-btn {
 	width: 100%;
  	border: none;
  	padding-top: 10px;
  	padding-bottom: 10px;
  	background-color: #fdba2c;
  	color: #000000;
  	
}