/*
Theme Name:     Bountiful Drug
Theme URI:      http://imaginatestudio.com
Description:    Bountiful Drug WordPress Theme
Author:         Imaginate Studio
Author URI:     http://imaginatestudio.com
Template:       framework
Version:        1.0
*/

/*-----------------------------------------------------------------------------------*/
/*	GLOBAL
/*-----------------------------------------------------------------------------------*/
/*forms*/
body input, body .gform_wrapper li input {margin-bottom: 12px !important;}
body .gform_wrapper ul li.gfield, body .gform_wrapper .top_label div.ginput_container,
body .grom_wrapper ul li.gfield .ginput_container .address_line_1 input {margin-top: 0px !important;}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {padding: 0 .75em !important;}
body .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(ul.gfield_radio li input):not(ul.gfield_checkbox li input):not(.datepicker), 
body .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(ul.gfield_radio li input):not(ul.gfield_checkbox li input):not(.datepicker) {
    margin: 0 !important;
}
body .gform_wrapper .hidden_label .ginput_container input[type=text], 
body .gform_wrapper .hidden_label .ginput_container select,
body .gform_wrapper li.gfield textarea.textarea {
    margin-top: 12px !important;
}
body .gform_wrapper .gform_footer {
    margin: 0 !important;
    padding: 5px 0 10px;
}
body .gform_wrapper ul.gform_fields li,
body .gform_wrapper ul li.gfield.gf_right_half, 
body .gform_wrapper ul li.gfield.gf_left_half,
body .gform_wrapper ul li.gfield.field_sublabel_hidden_label,
body .gform_wrapper .gfield_checkbox li input, 
body .gform_wrapper .gfield_checkbox li input[type=checkbox], 
body .gform_wrapper .gfield_radio li input[type=radio]  {margin-bottom: 0 !important;}

body .gform_wrapper .gfield_checkbox li input, 
body .gform_wrapper .gfield_checkbox li input[type=checkbox], 
body .gform_wrapper .gfield_radio li input[type=radio]  {margin-top: 1px !important;}

body .gform_wrapper .ginput_container .gfield_radio, 
body .gform_wrapper .ginput_container .gfield_checkbox {margin-bottom: 25px !important;}

/* transparent form */
.home .transparent input[type='email'], 
.home .transparent input[type='date'], 
.home .transparent input[type='search'],
.home .transparent input[type='number'],
.home .transparent input[type='text'],
.home .transparent input[type='tel'],
.home .transparent input[type='url'],
.home .transparent input[type='password'],
.home .transparent textarea, 
.home .transparent select, 
.home .transparent .select-resize-ghost, 
.home .transparent .select2-container .select2-choice, 
.home .transparent .select2-container .select2-selection {
	background-color: transparent !important;
	color: #fff !important;
}

.gradient-bkg {
	background-color: #600905;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a60200', endColorstr='#600905',GradientType=1 );
	background-image: -webkit-gradient(linear, left top, right bottom, from(#a60200), to(#600905));
	background-image: -webkit-linear-gradient(left, #a60200 0%, #600905 100%);
	background-image: -moz-linear-gradient(left, #a60200 0%, #600905 100%);
	background-image: -ms-linear-gradient(left, #a60200 0%, #600905 100%);
	background-image: -o-linear-gradient(left, #a60200 0%, #600905 100%);
	background-image: linear-gradient(left, #a60200 0%, #600905 100%);
}

.icon-box.icon-box-left .icon-box-text {padding: 0px 15px;}


/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/





/*-----------------------------------------------------------------------------------*/
/*	HOMEPAGE
/*-----------------------------------------------------------------------------------*/

.row .col.hours .row-collapse p {margin: 8px 0px !important;}
.row .col.hours a.button.white.is-link {margin: 0px !important;}



/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
.footer-contact .col-inner a.button {margin-bottom: 0px;}



/*-----------------------------------------------------------------------------------*/
/*	MOBILE
/*-----------------------------------------------------------------------------------*/

/*for them big screens*/
@media only screen and (min-width: 768px) {

}

/*for them little screens*/
@media only screen and (max-width: 768px) {

}