/*
Theme Name: Adrenalin
Theme URI: http://www.commercegurus.com/themes/adrenalin
Author: CommerceGurus
Author URI: http://www.commercegurus.com
Description: Adrenalin is a beautiful WordPress & WooCommerce theme that will get your pulse racing.
Version: 1.9.7
License: GNU General Public License
License URI: license.txt
Text Domain: commercegurus
Domain Path: /languages/
Tags: light, white, two-columns, three-columns, right-sidebar, custom-background, custom-header, custom-menu, featured-images, flexible-header, sticky-post, theme-options, translation-ready
*/

/*CONTACT 7 FORM BUTTON*/

/*input.wpcf7-form-control.wpcf7-submit{
    background: #396cb2 !important;
    border: 1px solid #2d558b !important;
    box-shadow: inset 0 1px 0 #5586c9, 0 2px 3px rgba(0, 0, 0, 0.3) !important;
    padding: 12px 45px 12px 45px !important;
    font-weight: normal !important;
    font-size: 18px !important;
    color: #fff !important;
    text-align: center;
}*/
.home-submit input.wpcf7-form-control.wpcf7-submit{background: transparent linear-gradient(169deg, #FB952B 22%, #df440b 100%) repeat scroll 0 0!important;
    border-image: none!important;
    border-style: none none solid!important;
    border-width: medium medium 0px!important;
    box-shadow: 0.5px 1px 0 #ffa022 inset;
    color: #fff!important;
    font-size: 27px!important;
    font-weight: 700!important;
    line-height: 1em!important;
    padding: 12px 40px!important;
    text-decoration: none!important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2)!important;
    margin-top:25px!important;
    text-transform:none!important;
}
.continue input.wpcf7-form-control.wpcf7-submit{float:left;margin-top:30px!important;background: #396cb2 !important;
    border: 1px solid #2d558b !important;
    box-shadow: inset 0 1px 0 #5586c9, 0 2px 3px rgba(0, 0, 0, 0.3) !important;
    color: #fff!important;
    font-size: 20px!important;
    font-weight: 700!important;
    line-height: 1em!important;
    padding: 11px!important;
    text-decoration: none!important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2)!important;text-transform:none!important;}
.continue{float:left;}

.wpcf7-submit:hover{
	text-decoration: underline;
        color:#fff!important;
}
/*CONTACT FORM 7 TWO COLUMNS*/

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}


/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}


/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}

/*  GRID OF FIVE  */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 79.68%;
}
.span_3_of_5 {
	width: 59.36%;
}
.span_2_of_5 {
	width: 39.04%;
}
.span_1_of_5 {
	width: 18.72%;
}


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
}

/*  GRID OF SIX  */
.span_6_of_6 {
	width: 100%;
}

.span_5_of_6 {
  	width: 83.06%;
}

.span_4_of_6 {
  	width: 66.13%;
}

.span_3_of_6 {
  	width: 49.2%;
}

.span_2_of_6 {
  	width: 32.26%;
}

.span_1_of_6 {
  	width: 15.33%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 { width: 100%; }
}

/*  GRID OF SEVEN  */
.span_7_of_7 {
	width: 100%;
}

.span_6_of_7 {
  	width: 85.48%;
}

.span_5_of_7 {
  	width: 70.97%;
}

.span_4_of_7 {
  	width: 56.45%;
}

.span_3_of_7 {
  	width: 41.94%;
}

.span_2_of_7 {
  	width: 27.42%;
}

.span_1_of_7 {
  	width: 12.91%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_7, .span_2_of_7, .span_3_of_7, .span_4_of_7, .span_5_of_7, .span_6_of_7, .span_7_of_7 { width: 100%; }
}
/*  GRID OF NINE  */
.span_9_of_9 {
	width: 100%;
}

.span_8_of_9 {
  	width: 88.71%;
}

.span_7_of_9 {
  	width: 77.42%;
}

.span_6_of_9 {
  	width: 66.13%;
}

.span_5_of_9 {
  	width: 54.84%;
}

.span_4_of_9 {
  	width: 43.55%;
}

.span_3_of_9 {
  	width: 32.26%;
}

.span_2_of_9 {
  	width: 20.97%;
}

.span_1_of_9 {
  	width: 9.688%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_9, .span_2_of_9, .span_3_of_9, .span_4_of_9, .span_5_of_9, .span_6_of_9, .span_7_of_9, .span_8_of_9, .span_9_of_9 { width: 100%; }
}

/*Hide the additional information tab */
li.additional_information_tab {
	display: none !important;
}
li.returns-tab {
	display: none !important;
}
li.returns_tab {
	display: none !important;
}