/*  CORE.CSS */
/* Coleman Tyres */
/* Author : ExciteMedia */


/* 1.1 General Styles */
body,
p,
td
{
		color: #5a5a5a;
		font-family: 'Raleway', sans-serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.4;		
 		word-break: normal;
}

ul,
li 
{
		color: #5a5a5a;
		font-family: 'Raleway', sans-serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 2;
  	word-break: normal;
  
}

/* Dropdown Menu */

.menu { }
.menu td { 
	
	background:#1f1f1f; 
	padding:15px 25px;
  font-size:16x;
  font-weight:400;
  color:#fff;
  /* border-bottom:1px solid #e1e1e1; */
}
.menu td:hover { 
	
	color:#fff;
	background:#65b94d;

}

.menu .active { 
	color:#fff;
  background:#65b94d;
  font-weight:bold;
}


/* Links */

a { color:#65b94d;
		outline: none;
		text-decoration: underline;
}

.bold_link{
	font-weight:bold;
}

/* Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
		line-height: 1.3;
		margin: 0 0 9px;
		padding: 0;
    color:#1f1f1f;
		/* letter-spacing: 1px; */
}

h1 {
		font-size: 65px;
    font-weight:700;
}

h2 {
		font-size: 45px;
    font-weight:700;
}

h3 {
		font-size: 32px;
		font-weight: 700;
}

h4 {
		font-size: 27px;
		font-weight: 500;
}

h5 {
		font-size: 24px;
		font-weight: 500;
}

h6 {
		font-size: 18px;
		font-weight: 400;
}

/* Horizontal Rule */

hr {
		color: #ededed;
		background-color: #ededed;
		height: 3px;
		border-top: 3px;
		margin: 25px 0px;
}

/* Callout Styles */

.testimonial {
		font-size:26px;
		margin: 40px 0;
		padding:0 25px;
	  line-height:1.5em !important;
		color:#ffffff;
}

/* List Styles */



/* Button Styles */

.button {
		/* background: #ffdc2d; */
		color: #fff;
		display: inline-block;
		font: 20px/20px 'Roboto', sans-serif;
		min-width: 100px;
		padding: 20px 45px 20px;
		text-align: center;
		text-decoration: none;
    /* border-radius:5px; */
    
	  
}

.style_1 {
		background: #65b94d;
  	color:#fff;
    font-weight:400;
}

.style_1:hover {
		background: #5ead47;
		color: #fff;
		text-decoration: none; 
	  
}

.style_2 {
		background: #1f1f1f;
		color:#fff;
    border:1px solid #ffffff;
}

.style_2:hover {
		background: #2c2c2c;
		color: #fff;
		text-decoration: none;	   
}

/* Icon Styles */

.pdf_link,
.doc_link {
		display: inline-block;
		font-size: 16px;
		font-weight: normal;
		padding: 7px 0 7px 60px;
		text-decoration: underline;
		color: #033d6c;
}

.doc_link {
		background: url(library/images/doc.png) left top no-repeat;
}

/* Table Styles */

.table_style_1 td {
    background: #eeeeee;
		border-bottom: none;
		border-left: 1px solid #ccc;
		border-right: none;
		border-top: 1px solid #ccc;
		padding: 13px 5px 13px 30px;
		
}

.table_style_1 th {
		background: #65b94d;
		color: #fff;
		font-size: 19px;
	  font-weight: 400;
		text-transform:capitalize!;
	  text-align: left;
		line-height: 24px;
		padding: 12px 5px 12px 30px;
}

.table_style_1 tr td:first-child,
.table_style_1 tr th:first-child {
		border-left: none;
}

.table_style_1 tr:nth-child(2n) td {
		background: #595a59;
    color:#fff;
}

/* Image Styles */

/* Coloured Borders */
img.borderleft { border-left:25px solid #65b94d;}

img.borderright { border-right:25px solid #65b94d;}

img.bordertop { border-top:25px solid #65b94d; }

img.borderbottom { border-bottom:25px solid #65b94d;}

/* Other Effects */
img.rounded { border-radius:25px;}

img.grey { -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

img.sepia {  -webkit-filter: sepia(1);
  filter: sepia(1);
}

img.shadow { box-shadow:1px 1px 1px rgba(0,0,0,0.33);}

/* Existing Typography CSS */

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium,
.gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium,
.gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium {
	-webkit-appearance: none;
	background: #efefef;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #403c3e;
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
	max-width: 100%;
	padding: 10px 15px !important;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium,
.gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium,
.gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium {
	height: auto;
	width: 250px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
}
input[type="number"] {
	-moz-appearance: textfield;
}
input[type="password"] {
	letter-spacing: 0.3em;
}
textarea,
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea,
.gform_wrapper .right_label input.large, .gform_wrapper .right_label select.large,
.gform_wrapper .left_label input.large, .gform_wrapper .left_label select.large, .gform_wrapper textarea.textarea {
	padding: 6px 8px;
	width: 400px;
  
}
.gform_wrapper textarea.textarea {
height:  6.625em;;
}
select {
    padding: 5px 0;
	-webkit-appearance: none;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	height: 57px;
}
input[type="submit"], button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce .cart .button, .woocommerce .cart input.button {
	background: none;
	border: 1px solid #65b94d;
	color: #65b94d;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 1.222222rem;
	font-weight: 300;
	height: 57px;
	padding: 16px 25px 15px;
	text-align: center;
	text-decoration: none;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	display: block;
}
input[type="submit"]:hover, button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt, .woocommerce input.button.alt:hover,
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover {
	background: #65b94d;
	color: #fff;
}
a.em-button {
	/* border: 1px solid #b62e22; */
	display: inline-block;
	font-family: "nexa_boldregular";
	font-size: 1.25rem;
	/* font-weight: 300; */
	line-height: 1.2em;
	padding: 16px 25px 15px;
	text-align: center;
	text-decoration: none;
}
a.em-red,
a.em-blue {
	border: none;
	color: #fff;
}
a.em-red {
	background-color: #ed2028;
}
a.em-red:hover {
	background-color: #0d75bc;
}
a.em-blue {
	background-color: #0d75bc;
}
a.em-blue:hover {
	background-color: #ed2028;
}

a.em-white {
	background-color: #fff;
  color:#0d75bc;
}
a.em-white:hover {
	background-color: #0d75bc;
  color:#fff;
}

a.em-grey {
	background: #262626;
	border: none;
	color: #fff;
}
a.em-rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.em-button:hover {
	/* background: #b62e22; */
	color: #fff;
	text-decoration: none;
}
a.em-grey:hover {
	background: #b32317;
}
a.pdf-link:after, a.doc-link:after {
	background: url(../images/icon-download.png) no-repeat left top;
	content: "";
	height: 33px;
	position: absolute;
	right: 48px;
	top: -2px;
	width: 24px;
}
a.pdf-link, a.doc-link {
	background: url(../images/pdf.png) left top no-repeat;
	display: block;
	font-weight: normal;
    padding: 8px 100px 6px 53px;
	position: relative;
}
a.doc-link {
	background: url(../images/doc.png) left top no-repeat;
}
p.testimonial {
    color: #ffffff;
	line-height: 1.5em;
	font-weight:400;
  font-size:22px;
  color:#ffffff;
}
.testimonial em {
	color:#999;
	font-size: 0.888889rem;
}
table.table-style-1 {
	background: #0d294a5;
}
.table-style-1 td, .table-style-1 th {
	border-bottom: none;
	border-left: 1px solid #fff;
	border-right: none;
	border-top: 1px solid #fff;
	padding: 13px 15px 13px;
	text-align: left;
}
.table-style-1 th {
	background: #b32317;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.333333em;
}
.table-style-1 tr td:first-child, .table-style-1 tr th:first-child {
	border-left: none;
}
.table-style-1 tr:nth-child(2n) td {
	background: #e7e7e7;
}
table.notable {
}
.mce-content-body img[data-wp-more] {
	height: 16px !important;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.clear {
	clear: both;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
.textjustify {
	text-align: justify;
}
.normal {
	font-weight: inherit;
}
.uppercase {
	font-weight: bold;
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.block {
	display: block;
}
.noborder {
	border: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 24px;
}
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
img.alignright {
	display: inline;
	float: right;
	margin-left: 18px;
	margin-top: 4px;
}
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
ul.no-bullet {
	margin-left: 0;
}
ul.no-bullet li ul, ul.no-bullet li ol {
	list-style: none;
	margin-left: 20px;
	margin-bottom: 0;
}
ul.square, ol.square {
	list-style-type: square;
}
ul.circle, ol.circle {
	list-style-type: circle;
}
ul.disc, ol.disc {
	list-style-type: disc;
}
ul.no-bullet, ol.no-bullet {
	list-style: none;
}
code {
	background-color: #f8f8f8;
	border: 1px solid #dfdfdf;
	color: #333333;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	padding: 0 5px;
}
abbr, acronym {
	color: #222;
	cursor: help;
	font-size: 90%;
	text-transform: uppercase;
}
abbr {
	text-transform: none;
}
abbr[title] {
	border-bottom: 1px dotted #DDDDDD;
}
