/*
Theme Name: 100 Miles Magic
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

*{ margin:0; padding:0;}

body{
	font-family:'Lato', sans-serif;
	font-size:15px;
	line-height:21px;
	color:#6a6a6a;
	background:url(images/bg.gif) repeat 0 0;
}

ul,li{
	list-style:none;
}

a{
	text-decoration:none;
	outline:none;
	color:#000;
}

a:hover{
	color:#003354;
}

.spacer{
	line-height:0;
	height:0;
	clear:both;
}

h2, h2 a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:24px;
	font-weight:normal;
	color:#0094e8;
	padding-bottom:8px;
}

h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:14px;
	line-height:24px;
	color:#0094e8;
	text-transform: uppercase
}

h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:24px;
	font-weight:normal;
	color:#0094e8;
}

#wrapper{
	width:1000px;
	margin:0 auto;
	-moz-box-shadow:2px 2px 2px 2px #ccc;
	-webkit-box-shadow:2px 2px 2px 2px #ccc;
	box-shadow: 2px 2px 2px 2px #ccc;
	border-left:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
}

.logoPanl{
	background:#f3f3f3;
	padding:16px 20px 19px;
}

.product-quantity{ width:80px !important;}

.menuPanl{
	background:#004f77 url(images/menu-bg.jpg) repeat-x 0 0;
	border-top:1px solid #004365;
	border-bottom:1px solid #004365;
	font-size:11px;
	line-height:37px;
	position:relative;
}

.menuPanl ul{
	text-align:center;
}

.menuPanl .desktop-menu li{
	background:url(images/divider.jpg) no-repeat 100% 0;
	display:inline-block;
	margin-left:-3px;
}

.menuPanl .desktop-menu li a{
	color:#dcdcdc;
	display:inline-block;
	text-decoration:none;
	padding:0 21px;
}

.menuPanl .desktop-menu li a:hover, .menuPanl .desktop-menu li a.active, .desktop-menu li.current-menu-item a{
	color:#4cbdf5;
	background:#003354;
	display:inline-block;
}
/*======================= PHONE MENU =============================*/
.show-phone{ display:none;}
.show-phone{
		text-align:center;
	}
	
	.show-phone .main-nav a{
		background:url(images/menu-toggle-icon.png) no-repeat 100% 0;
		font-size:16px;
		line-height:36px;
		color:#fff;
		padding-right:30px;
		text-align:center;
		position:relative;
	}
	.show-phone ul{
		background:#004f77;
		position:absolute;
		left:0;
		top:36px;
		width:85.5%;
		z-index:100;
		padding:0 20px;
		text-align:left;
		display:none;
	}
	
	.show-phone li a{	
		color:#fff;
		border-bottom:1px solid #004365;
		display:block;
	}
	
	.show-phone li a:hover{
		color:#0094e8;
	}
	
	
.banner{
	display:block;
}


.cycloneslider-slides img{
	width:100%;
}

.cycloneslider-template-responsive .cycloneslider-prev, .cycloneslider-template-responsive .cycloneslider-next{
	/*height:64px !important;
	width:64px !important;*/
	top:37% !important;
}

.cycloneslider-template-responsive .cycloneslider-next{
	/*background-position:-65px 0 !important;*/
}

.cycloneslider {
	clear: both;
}

.contentPanl{
	background:#fff url(images/content-bg.gif) repeat-x 0 0;
	border-top:1px solid #cbcbcb;
	padding:40px 0 0;
	height:100%;
	overflow:hidden;
}

.col-1{
	float:left;
	width:345px;
	padding:0 19px 0 20px;
	border-right:1px solid #e5e5e5;	
}

.col-2{
	float:left;
	width:183px;
	padding:0 15px 0 10px;
	border-right:1px solid #e5e5e5;	
}

.col-3{
	float:left;
	width:157px;
	padding:0 19px;
	border-right:1px solid #e5e5e5;
	background:#f7f7f7;
}

.col-4{
	float:left;
	padding:0 10px 0 5px;
	background:#f7f7f7;
}

a.more{
	background:url(images/arrow.gif) no-repeat 0 6px;
	color:#ff5b00;
	text-decoration:none;
	padding-left:10px;
	display:inline-block;
	line-height:17px;
}

a.more:hover{
	color:#003354;
}

.post-content{
	padding:0 0 21px;
	margin-bottom:21px;
	border-bottom:1px solid #e5e5e5;
}

.post-content p, p{
	padding-bottom:20px;
}

.post-content table {
	border-collapse: collapse;
	margin-bottom: 20px;
}
.post-content td, .post-content th {
	padding: 10px;
	text-align: left;
	border: 1px solid #ccc;
}

.small{
	font-size:10px;
	padding:0 0 18px 0;
	color:#6a6a6a;
	text-transform:uppercase;
}

.widget-box .small{
	padding:0 0 18px 10px;
}

.small a, .small span{
	color:#000;
	display:inline-block;
}

.smlImg{
	background:url(images/sml-img-bg.png) no-repeat 0 0;
	width:74px;
	height:72px;
	padding:12px 6px;
	float:left;
	margin-right:9px;
	text-align:center;
}

ul.lists{
	border-top:1px solid #e7e7e7;
	padding-bottom:23px;
}

ul.lists li{
	line-height:18px;
	padding:8px 0;
	color:#4c4c4c;
	border-bottom:1px solid #e7e7e7;
	height:auto;
	overflow:hidden;
}

.listLeft{
	float: left;
	width: 78%;	
}

ul.lists li a{
	color:#000;
}

a.readMore{
	color:#0094e8 !important;	
}
a.readMore:hover{
	color:#003354 !important;	
}

ul.lists li span{
	display:inline-block;
    height: 20px;
    width: 20px;
    line-height: 18px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: white;
    text-align: center;
	background:#0094e8;
	margin-right:14px;
	text-align:center;
	float:left;
}

ul.lists2{
	border-top:1px solid #e7e7e7;
	padding-bottom:23px;
}

ul.lists2 li{
	line-height:33px;
	color:#4c4c4c;
	font-style:italic;
	font-size:13px;
	padding-bottom:4px;
}

ul.lists2 li a{
	color:#000000;
}

ul.lists2 li a:hover{
	color:#ff5b00;
}


ul.lists2 li span{
	display:inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: white;
	background:#0094e8;
	margin-right:11px;
	text-align:center;
	font-style:normal;
}

.ImgWrapper{
	background:url(images/img-bg-col3-1.png) no-repeat 0 10px;
	width:171px !important;
	height:228px;
	padding:0 10px 22px 15px;
	margin-left:-15px;
}

.ImgWrapper img{
	width:100%;
	height:auto;	
}

div.product div.images div.thumbnails{
	display: none !important;	
}

.map{
	padding:15px 0 0 0;
}

.footer{
	background:#ede4dd;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:26px;
	padding:20px 28px;
	text-transform:uppercase;
	clear:both;
	height:auto;
	overflow:hidden;
}

.footer a{
	margin:0 0 0 26px;
	color:#000;
}

.footer a:hover{
	color:#000;
	text-decoration:underline;
}

.footer p{
	width:auto;
	float:left;
	padding:0 10px 0 0;	
}
.menu-footermenu-container{
	width:auto;
	float:left;	
}
.menu-footermenu-container ul li{
	float:left;
	padding:0 8px 0 0;
}

.post-categories li{
	display:inline-block;
}

.post-categories li a{
	display:inline-block;
}

#primary, #main{
	float:left;
	width:74.6%;
	padding:0 19px;
	border-right:1px solid #e5e5e5;	
}

/*--------------- sidebars ----------------*/

.rightmost-sidebar {
	width:194px;
	border-left:1px solid #E5E5E5;
}

.sidebar-shop {
	font-size: 13px;
	line-height: 20px;
}

.onehundredmagic-widget {
}

.rightmost-sidebar .onehundredmagic-widget .widget_text .textwidget .post-content, .centre-sidebar > div {
	padding-left: 10px;
}

.single-widget{
	float:right;
	width:194px;
	padding:0 10px;
	background:#F7F7F7;
}


/* category atrchieve */

.ImgWrapperCat{
	background:url(images/post-img-thumb-big.png) no-repeat 0 0;
	width:144px;
	height:144px;
	padding:13px 30px 18px 22px;
	float:left;
	margin:-10px 0 0 0;
	overflow:hidden;
}
.ImgWrapperCat img{
	width:100%;
	height:auto;	
}
.innerPic{
    background-position: 50% 50%;
    background-size: cover;
    height: 144px;
    width: 144px;
}
ul.services{
	padding-top:9px;
}

.services li{
	background:url(images/bullet.gif) no-repeat 0 5px;
	padding:0 0 9px 10px;
	font-family:'Lato';
	font-size:12px;
	color:#ff5b00;
}

.services li a{
	color:#ff5b00;
	text-decoration:underline;
}

.services li a:hover{
	color:#000;
	text-decoration:none;
}

/*.ImgWrapperCat img{
	width:146px;
	height:146px;
}
*/
.content-text{
	/*float:left;*/
	width:/*540px*/ auto;
}

.content-text ul li{
 	list-style: disc inside none;
    	padding: 0 0 10px 15px;
	text-indent: -15px;
}

.content-text ol li{
 	list-style: decimal inside none;
    padding: 0 0 10px;
}
.content-text .clearLeft {
	clear: left;
}

.cycloneslider-template-responsive .cycloneslider-caption-description{
	font-size:14px !important;	
}

.cycloneslider-template-responsive .cycloneslider-caption-description a{
	color:#fff !important;	
}
.cycloneslider-template-responsive .cycloneslider-caption-description a:hover{
	text-decoration:underline !important;
}

.small .by-author{
	display:none;	
}

/* Page Navigation */

.wp-pagenavi {
	height:25px;
	margin:0 auto;
	position:relative;
	font-family:'Open Sans';
	text-transform:capitalize;
	width:auto;
	font-weight:bold;
	text-align:center;
}

.wp-pagenavi a, .wp-pagenavi span.pages, .wp-pagenavi span.extend {
	background:#f6f6f6;
	color:#6b6b6b;
	padding:0 10px;
	text-decoration:none;
	font-size: 12px;
	line-height: 25px;
	text-transform:uppercase;
	display:inline-block;
	margin-left:2px;
	border-radius:2px 2px 2px 2px;
	-moz-border-radius:2px 2px 2px 2px;
	-webkit-border-radius:2px 2px 2px 2px;
}
.wp-pagenavi a:hover {
	color:#fff;
	background:#d5d5d5;
}
.wp-pagenavi span.current {
	padding:0 10px;
	line-height:25px;
	display:inline-block;
	border-radius:2px 2px 2px 2px;
	-moz-border-radius:2px 2px 2px 2px;
	-webkit-border-radius:2px 2px 2px 2px;
	background-color:#4b4d53;
	color:#fff;
}

a.previouspostslink, a.nextpostslink {
	background:#d5d5d5;
	color:#fff;
	text-transform:capitalize;
}

/*a.previouspostslink{
	padding-left:50px;
    padding-right: 10px;
}

a.nextpostslink{
	padding-left: 10px;
    padding-right: 50px;
}
*/
a.previouspostslink:hover, a.nextpostslink:hover{
	background:#000;
	color:#fff !important;
}

a.nextpostslink:after{
	/*content:">";
	font-family:'Lato', sans-serif;
	font-size:15px;*/
	background-color:#f6f6f6;
	color:#6b6b6b;
	font-weight:bold;
	/*position:absolute;
	right:0px;
	top:0px;*/
	line-height:25px;
	padding:0px 13px;
}

a.previouspostslink:before {
	/*content:"<";
	font-family:'Lato', sans-serif;
	font-size:15px;*/
	color:#6b6b6b;
	font-weight:bold;
	/*position:absolute;
	left:0px;
	top:0px;*/
	line-height:25px;
	padding:0px 13px;
	background-color:#f6f6f6;
}


.pages {
	background:#d5d5d5 !important;
	margin-left:1px;
}
a.first, a.last {
	background-color:#d5d5d5;
	background-image:none !important;
}
.lfirst, .llast {
	position:absolute;
	top:26px;
}
.lfirst a.first, .llast a.last {
	background-color:#fff !important;
}
.lfirst a:hover, .llast a:hover {
	background-color:#fff !important;
	color:#d56523 !important;
}
.lfirst {
	left:7px;
	background:url(left-arrow-sml.png) no-repeat 0 5px;
	padding-left:16px;
}
.llast {
	right:-15px;
	background:url(right-arrow-sml.png) no-repeat 100% 5px;
	padding-right:16px;
}

.wp-pagenavi a, .wp-pagenavi a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


/* comment lists */

.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 60.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
	margin-top:10px;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #f7f7f7;
	border-color: #e5e5e5;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

.comment-author a{
	color:#0094E8;
}

.comment-author a:hover{
	color:#003354;
}



/* Comment Form */
#respond {
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	float:left;
	width: 73%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 92%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	right: 4%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}

#respond .form-submit {
	float: right;
	margin: -20px 4px 10px 0;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 34px 0 0;
	padding: 5px 10px;
	position: relative;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0094e8;
	font-weight:normal;
	font-style:normal;
	font-size:23px;
	line-height:26px;
	padding-bottom:12px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 92%;
}
#respond p {
	font-size: 12px;
	padding:0;
	margin:0;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}

h1.page-title, .entry-header h1.entry-title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:23px;
	line-height:30px;
	padding-bottom:12px;
}

h1.page-title span{
	color:#003354;
	text-transform:uppercase;
}

h2.entry-title, h1.entry-title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:23px;
	line-height:30px;
	padding-bottom:12px;
	color:#6a6a6a;
}

.category-archive-meta p{
	padding:0 0 18px;	
}
.widget-containerOuter{
	border-top:1px solid #e5e5e5;
	padding:25px 0;
	height:100%;
	overflow:hidden;
}

.widget-box{
	border:1px solid #f0e7e2;
	background:#fff;
}

.widget-title h2, .widget-title h3{
	background:#f8f7f3;
	padding:8px;
}

.widget-container{
	padding:10px;
	min-height:147px;
}

.featured{
	float:left;
	width:56%;
}
.product.featured{
	width: 100%;
}

.moreServices{
	float:right;
	width:42%;
}

#post-65 h1{
	display:none;
}

.alignleft{
	float:left;
	margin:0 10px 10px 0;
}

.author-img{
	float:left;
	width:auto;
	margin:0 10px 10px 0;
}

.articleImage {
	width: 100% !important;
}

.author-text{
	float:right;
	width:72%;
}

 .single #primary{
   		width:531px;
   }
   
/* ========================  SHOP ================================== */
.sidebar-shop{
	float:left;
	width:18%;
	padding:0 10px;
}

.widget{
	padding-bottom:20px;
	clear:both;
	overflow:hidden;
}


ul.list-item{
	float:left;
	width:48%;
	padding-right:10px;
}

.list-item h3{
	background:url(images/arrow-new.png) no-repeat 0 0;
	padding-left:22px;
	padding-bottom:10px;
	font-family:'Lato';
	font-size:12px;
	line-height:16px;
	font-style:normal;
	color:#000;
	margin-top:14px;
}

.list-item li{
	padding-bottom:20px;
}

.products{	
	width:100%;
}

.products li .price{
	padding:9px 0;
	display:block;
}

form.checkout .col-1{
	padding-left:0;
}

form.checkout .col-2{
	float:right;
	width:45%;
	border:0;
	padding:40px 19px 0 0px;
}


.imagecol {
	margin-right:5px;
/* 	width:25%; */
	float:left;	
	position:relative;
	width:200px;
	height:228px;
	background:url(images/product-img-bg.png) no-repeat 50% 13px;
}

.products h2{ padding-bottom:0 !important;}

.textwidget img{
	margin:10px 0;
}

#tab-description p{
	padding-bottom:14px;
}


.cross-sells .imagecol{
	float:none !important;
	margin:0 auto !important;
}

.form-row-old{
	padding-bottom:10px;
}

.cycloneslider-template-responsive .cycloneslider-pager{ display:none;}

.woocommerce-result-count, .woocommerce-ordering{ display:none;}
ul.products li{
	clear:both;
	padding:0 0 36px;
	overflow:hidden;	
}
ul.products li img {
	margin-right:5px;
	float:left;	
	position:relative;
	width:163px;
	height:auto;
	background:url(images/product-img-bg.png) no-repeat 50% 13px;
	padding:0 18px;
}

ul.products li h3, h3 a {
    color: #0094e8;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    padding-bottom: 8px;
}

.add_to_cart_button{
    background: none repeat scroll 0 0 #ff9c07;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 12px !important;
    line-height: 1em !important;
    margin: 4px 2px 0 0;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle !important;
    width: auto !important;
}
.images{
    float: left;
    margin:0 80px 10px 0;
    position: relative;
    width: 200px;	
}
.images img {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #ddd;
    display: block;
    padding: 6px;
}
.product_meta{
	display:none;	
}
.quantity input {
	margin-left:0;
	margin-right:0;
}
.quantity input.qty {
	border:1px solid #ccc;
	width:40px;
	display:inline;
	padding:1px 0 2px;
	line-height:1em!important;
	vertical-align:middle;
	text-align:center;
}
.quantity input.plus, .quantity input.minus {
	background:#ccc;
	padding:1px 4px;
	vertical-align:middle;
	line-height:1em!important;
	border:0;
	width:20px;
	color:#fff!important;
	cursor:pointer;
}
.quantity input.minus {
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.quantity input.minus {
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
.quantity input.plus {
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
.quantity input.plus {
	-webkit-border-top-left-radius:0;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}
.quantity input.minus:hover, .quantity input.plus:hover {
	background:#f93;
}
.entry-summary h1 {
    clear: none;
    color: #0094e8;
}
.entry-summary p.price {
    color: #003354;
    font-size: 1.3em;
}
.single_add_to_cart_button, #place_order, .checkout-button, .coupon input.button, .shipping-calculator-form button, .wc-forward, #submit_Payment_Express_payment_form {
	color:#fff !important;
	background:#004f77 !important;
	padding:10px;
	line-height:1em!important;
	margin:14px 2px 0 0;
	float:left;
	font-size:16px!important;
	width:auto!important;
	vertical-align:middle!important;
	text-align:center;
	text-decoration:none;
	border:0 !important;
	cursor:pointer;
	font-family:inherit;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-weight:normal;
	text-shadow:none !important;
	box-shadow:none !important;
}

input.updatecart, a.product_type_variable {
	color:#fff !important;
	background: #ff9c07 !important;
	padding:6px;
	line-height:1em!important;
	margin:14px 2px 0 0;
	float:left;
	font-size:12px!important;
	width:auto!important;
	vertical-align:middle!important;
	text-align:center;
	text-decoration:none;
	border:0 !important;
	cursor:pointer;
	font-family:inherit;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-weight:normal;
	text-shadow:none !important;
	box-shadow:none !important;
}
.single_add_to_cart_button:hover {
	background:#0588b5;
}
.woocommerce-tabs{
	clear:both;	
}
.woocommerce-tabs ul.tabs {
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	background:#ddd;
	overflow:hidden;
	zoom:1;
	margin:0!important;
	padding:4px 4px 0;
	list-style:none outside!important
}
.woocommerce-tabs ul.tabs li {
	float:left;
	margin:0 4px 0 0;
	font-size:.92em
}
.woocommerce-tabs ul.tabs a {
	float:left;
	padding:6px 12px;
	background:#eee;
	text-decoration:none;
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	border-top-left-radius:2px;
	border-top-right-radius:2px
}
.woocommerce-tabs ul.tabs li.active a {
	background:#fff;
	color:#555
}
.woocommerce-tabs .panel {
	border:1px solid #ddd;
	border-top:0;
	padding:15px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	height:100%;
	overflow:hidden;
}
table.shop_attributes {
	width:90%;
	border:0!important;
	border-top:1px dotted #ccc!important
}
table.shop_attributes th {
	width:150px;
	font-weight:700;
	padding:8px;
	color:#000!important;
	border-bottom:1px dotted #ccc;
	margin:0!important;
	line-height:1.5em
}
table.shop_attributes td {
	font-style:italic;
	padding:0!important;
	border-bottom:1px dotted #ccc;
	margin:0!important;
	line-height:1.5em
}
table.shop_attributes td p {
	margin:0!important;
	padding:8px
}
table.shop_attributes .alt td, table.shop_attributes .alt th {
	background:#f9f9f9
}
.upsells{
	padding:24px 0 0 0;	
}
.woocommerce-main-image img {
	max-width: 350px;
    height: auto;
}
#customer_details .col-1 {
    float: left;
    width: 46% !important;
}
#customer_details .col-2 {
    float: right;
    width: 46% !important;
}
.product_list_widget img{
	float:left !important;
	margin:0 10px 0 0 !important;	
	border:1px solid #ddd;
	box-shadow:none !important;
}

.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total, .woocommerce-page.widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total{
	border-top:3px double #ddd !important;
	padding:4px 0 10px !important;	
}


.woocommerce .cart_totals table {border-spacing: 8px;}
.woocommerce .cart_totals th {vertical-align: top;}
.woocommerce .cart-collaterals .shipping_calculator {background-color:#f5f5f5; text-align: center!important; width: 100%!important;}

.buttons .wc-forward, .buttons .checkout{
    background: none repeat scroll 0 0 #ff9c07 !important;
    border: 0 none !important;
    border-radius: 3px;
    color: #fff !important;
    cursor: pointer;
    font-family: inherit !important;
    font-size: 12px !important;
    line-height: 1em !important;
    margin: 4px 5px 0 0 !important;
    padding: 7px !important;
    text-align: center;
    text-decoration: none;
    vertical-align: middle !important;
    width: auto !important;
	float:left;
	text-shadow:none !important;
	box-shadow:none !important;
}
.woocommerce #content .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce .quantity .minus, .woocommerce .quantity .plus, .woocommerce-page #content .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page .quantity .plus{
	background:#ddd !important;	
}
.woocommerce #content .quantity .minus:hover, .woocommerce #content .quantity .plus:hover, .woocommerce .quantity .minus:hover, .woocommerce .quantity .plus:hover, .woocommerce-page #content .quantity .minus:hover, .woocommerce-page #content .quantity .plus:hover, .woocommerce-page .quantity .minus:hover, .woocommerce-page .quantity .plus:hover{
	background:#ff9c07 !important;	
}

.woocommerce-billing-fields input, .woocommerce-shipping-fields input, .woocommerce-shipping-fields textarea, .woocommerce input, .woocommerce textarea {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) inset;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1em;
    margin: 0;
    outline: 0 none;
    padding: 6px;
    width: 100%;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	width: inherit!important;
}

.woocommerce input[type="checkbox"], .woocommerce input[type="radio"] {
	border: none;
    box-shadow: none;
    width: inherit;
    margin-right: 10px;
}

.woocommerce input[name="CVCNum"] {
	max-width:80px;
}

.woocommerce tr {
	line-height: 2.5em;
}

.woocommerce-billing-fields .input-checkbox, .woocommerce-shipping-fields .input-checkbox {
    box-shadow: none;
}

.woocommerce .order_details li, .woocommerce-page .order_details li{
    padding-top: 10px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    padding: 20px 0 20px 0px;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: 45%!important;
}

/* Home Page Featured Product */

.new-fp100-section {
    background:#fff !important;
    padding:50px 0 !important;
}

.fp-section-wrapper {
    width:85% !important;
    margin:0 auto;
    display: flex;
    align-items: center;
}

.fp-section-wrapper:after {
    content:'';
    clear:both;
    display:block;
}

.fp-section-wrapper-left{
    float: left;
    width: 183px;
    margin-right: 30px;
}

.fp-section-wrapper-right {
    float: left;
    width: calc(100% - 213px);
}

.fp-section-wrapper-left img {
    display: block;
    width: 183px;
    height: auto;
    background: url(images/product-img-bg.png) no-repeat 50% 5px;
    padding: 0 10px;
    box-sizing: border-box;
}

.fp-section-wrapper-right p {
    
}

.fp-section-wrapper-right a.btn {
    background: none repeat scroll 0 0 #ff9c07;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 12px !important;
    line-height: 1em !important;
    margin: 4px 2px 0 0;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle !important;
    width: auto !important;
}

.fppprice {
    display: block;
    color: #000;
    padding: 0 0 10px 0 !important;
}

.fp-section-wrapper-right h2 {
    color: #0094e8;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    padding-bottom: 20px;
    text-transform:uppercase;
}

.fp-section-wrapper-right h2 a {
    color: #0094e8 !important;
    padding:0 !important;
}

/* Home Page Featured Product */

/*===================================== RESONSIVE VERSION ==============================================*/

/* ===  Widescreen === */

@media screen and (min-width: 1250px) {
	.show-pad, .show-phone{ display:none;}
}

/* === Tablet === */
@media screen and (max-width: 1023px) and (min-width: 871px){
	.contentPanl .col-1{
		width:22%;
	}
	.contentPanl .col-2{
		width:22%;
	}
}

@media screen and (max-width: 1023px) and (max-device-width: 1024px) {
	#wrapper{
		width:98%;
	}
	
	.logoPanl{
		text-align:center;
	}
	
	.banner img, .chi_display_header{
		width:100%  !important;
	}
	
	.menuPanl .desktop-menu li a{
		padding:0 9px;
		margin:0;
	}
	
	.col-1{
		width:26%;
	}
	.col-2{
		width:25%;
	}
	
	.ImgWrapper{
		margin:0 auto;
	}
	
	.post-img, .map{
		text-align:center;
	}
	
	ul.lists{
		height:100%;
		overflow:hidden;
	}
	ul.lists li{
		float:left;
		width:100%;
		margin-right:5px; 	
	}
	
	#primary, #main{
		width:66%;
	}
	.single #primary{
   		width:37%;
   }
   .single ul.lists li{
   	  width:100%;
   }
   .single-widget{
    	border:0 !important;
		width:26% !important;
   }
   .single-widget, .sidebar-shop{
		float:right;
		width:25.9%;
		border-left:1px solid #E5E5E5;
		position:relative;
		margin-left:-1px;
   }
   div.product div.summary{
		width:52% !important;
		clear:both !important;
		float:none !important;
	}
	
	form.checkout .col-2{
		width:40% !important;
	}
	
	.form-row-first, .form-row-last{
		width:46% !important;
	}
	
	.quantity input.qty{
		padding:1px 1px 2px !important;
	   }
	 .quantity input.plus, .quantity input.minus{
	 	width:14px !important;
	 }
	 ul.list-item{
	 	width:auto !important;
	 }
   .blocks{ height:auto !important;}
   
   .featured{
   		width:99%;
   }
   .moreServices{
       float:left;
	   width:99%;
	   margin-top:20px;
   }
}

@media screen and (min-width: 768px) and (max-width: 870px) {
	#wrapper{
		width:738px !important;
	}
	
	.logoPanl{
		text-align:center;
	}
	
	.banner img, .chi_display_header{
		width:100%  !important;
	}
	
	.menuPanl .desktop-menu li a{
		padding:0 9px;
		margin:0;
	}
	
	.col-1{
		width:26%;
	}
	.col-2{
		width:25%;
	}
	
	.ImgWrapper{
		margin:0 auto;
	}
	
	.post-img, .map{
		text-align:center;
	}
	
	ul.lists{
		height:100%;
		overflow:hidden;
	}
	ul.lists li{
		float:left;
		width:100%;
		margin-right:5px; 	
	}
	
	#primary{
		width:65%;
	}
	
	#main{
		width:65.8%;
	}
	
	.single #primary{
   		width:65%;
   }
   .single ul.lists li{
   	  width:100%;
   }
   .single-widget{
    	border:0 !important;
		width:27% !important;
   }
   .single-widget, .sidebar-shop{
		/*clear: both;
		float: none;
		margin: 0 auto;
		width: 88%;
		padding:9px;*/
		float:right;
		width:26%;
		border-left:1px solid #E5E5E5;
		position:relative;
		margin-left:-1px;
   }
   div.product div.summary{
		width:52% !important;
		clear:both !important;
		float:none !important;
	}
	
	form.checkout .col-2{
		width:40% !important;
	}
	
	.form-row-first, .form-row-last{
		width:46% !important;
	}
	
	.quantity input.qty{
		padding:1px 1px 2px !important;
	   }
	 .quantity input.plus, .quantity input.minus{
	 	width:14px !important;
	 }
	 ul.list-item{
	 	width:auto !important;
	 }
   .blocks{ height:auto !important;}
   
   .featured{
   		width:99%;
   }
   .moreServices{
       float:left;
	   width:99%;
	   margin-top:20px;
   }	
}

@media screen and (max-width:720px) {
	#wrapper{
		width:98%;
	}
	
	.logoPanl{
		text-align:center;
	}
	
	.banner img, .chi_display_header{
		width:100%  !important;
	}
	
	.desktop-menu, .show-desktop{ display:none;}
	
	.menuPanl li a{
		padding:0 8px;
		margin:0 0 0 -2px;
	}
	
	.col-1{
		width:46%;
	}
	.col-2{
		width:39%;
	}
	
	.ImgWrapper{
		margin:0 auto;
	}
	
	.post-img, .map{
		text-align:center;
	}
	
	.col-3, .col-4, .show-phone{
		display:none;
	}
	ul.lists{
		height:100%;
		overflow:hidden;
	}
	ul.lists li{
		float:left;
		width:100%;
		margin-right:5px; 	
	}
	.show-phone{
		text-align:center;
		display:block;
	}
	
	.show-phone .main-nav a{
		background:url(images/menu-toggle-icon.png) no-repeat 100% 0;
		font-size:16px;
		line-height:36px;
		color:#fff;
		padding-right:30px;
		text-align:center;
		position:relative;
	}
	.show-phone ul{
		background:#004f77;
		position:absolute;
		left:0;
		top:36px;
		width:85.5%;
		z-index:100;
		padding:0 20px;
		text-align:left;
		display:none;
	}
	
	.show-phone li a{	
		color:#fff;
		border-bottom:1px solid #004365;
		display:block;
	}
	
	.show-phone li a:hover{
		color:#0094e8;
	}
	
	.single-widget, .sidebar-shop{
		clear: both;
		float: none;
		margin: 0 auto;
		padding:9px;
		width: 88%;
   }
   
   .single-widget, .sidebar-shop{
		clear: both;
		float: none;
		margin: 0 auto;
		width: 84%;
		padding:9px;
   }
   div.product div.summary{
		width:52% !important;
		clear:both !important;
		float:none !important;
	}
	
	form.checkout .col-2{
		width:40% !important;
	}
	
	.form-row-first, .form-row-last{
		width:46% !important;
	}
	
	.quantity input.qty{
		padding:1px 1px 2px !important;
	   }
	 .quantity input.plus, .quantity input.minus{
	 	width:14px !important;
	 }
	 ul.list-item{
	 	width:auto !important;
	 }
	 
	 .blocks{ height:auto !important;}
	 
	 #primary, #main{ width:92%;}
	 
	.featured{
   		width:99%;
  	 }
   .moreServices{
       float:left;
	   width:99%;
	   margin-top:20px;
   }
   .single #primary{
   		width:94%;
   }
   
   .fp-section-wrapper {
       display:block !important;
   }
   
   .fp-section-wrapper>div {
       float:none !important;
       width:100% !important;
       margin:0 !important;
   }
   
   .fp-section-wrapper>div.fp-section-wrapper-left {
       padding-bottom:40px !important;
   }
   
   .fp-section-wrapper-left img {
       margin:0 auto !important;
   }
	
}

@media screen and (max-width:480px){
	.banner, .chi_display_header, .show-desktop{
		display:none;
	}
	.col-1, .col-2, form.checkout .col-1, form.checkout .col-2, #customer_details .col-1, #customer_details .col-2, .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last, .woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
		width:90%!important;
		border:0;
		float: none!important;
	}
	
	.logoPanl img{
		width:80%;
	}
	
	.imagecol{
		width:100%;
		margin-bottom:30px;
	}
}

div.images {
    width: 50%;
}
}