@charset "utf-8";
/*
	These are defaults - you will need to adjust colors and possibly remove some styles depending on
	the styles set in the Bootstrap template you are using to create the InfiPlex template.

*/
/*
 .text-primary {
	
}
*/

.infoheading {
	font-weight: normal;
	font-size: 16px;
    text-transform: uppercase;
	padding: 10px;
}

.shop-infoheading {
	font-weight: normal;
	font-size: 16px;
    text-transform: uppercase;
	padding: 10px;
	margn-bottom: 2px;
}

/* Set Inverse Button Color */
.btn-inverse {
  color: #fff;
  background-color: #232323;
  border-color: #232323;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #fff;
  background-color: #323232;
  border-color: #232323;
}



/* Set Primary Button Color */




/* Set White Button Color */
.btn-white {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-white .badge {
  color: #fff;
  background-color: #333;
}

/*
 * --------------------------------------------------
 * Shop Menu Button
 *--------------------------------------------------
 */
		#menucart {
			position: absolute;
			top: 5px;
			right: 10px;
			z-index: 100;
		}
		
		#menucart .dropdown-menu {
			
		}

	
	
/*
 * --------------------------------------------------
 * Shop System Styles
 *--------------------------------------------------
 */

	/* Category Page */
	#sub_categories a,
	#sub_categories a:visited,
	#sub_categories a:hover	{
		text-decoration:none;
	}
	
	.shop-featured-img-box {
		width: 180px;
		height: 180px;
		overflow:hidden;	
	}
	
	.shop-featured-img {
		width: 100%;
		height: 100%;	
	}
	
	
	/* Product Detail Page */
	#prod_main_image {
		/* div container for main product image area */
		
	}
	
		#prod_main_image img {
			cursor: pointer;
		
		}
	
	#prod_little_images {
		/* div container for small images */
		
	}
	
		#prod_little_images img {
			width: 35px;
			height: 35px;
			margin: 0px 5px 5px 0px;
			
			padding: 4px;
			background-color: #fff;
			border: 1px solid #ccc;
			border: 1px solid rgba(0, 0, 0, 0.2);
			-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
			   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
					box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
					
			cursor: pointer;
		}
	
	#social_media_icons {
		border-top: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
		padding: 10px 0px 10px 0px;
		margin: 10px 0px 0 0;
	}
	
	
	shop-cart-img-box {
		width: 100px;
		height: 100px;
		overflow:hidden;	
	}
	
	.shop-cart-img {
		width: 100%;
		height: 100%;	
	}
	


/*
 * --------------------------------------------------
 * 7. Shop System Styles
 *--------------------------------------------------
 */

	/* Category Page */
	.shop-featured-img-box {
		width: 180px;
		height: 180px;
		overflow:hidden;	
	}
	
	.shop-featured-img {
		width: 100%;
		height: 100%;	
	}
	
	
	/* Product Detail Page */
	#prod_main_image {
		/* div container for main product image area */
		
	}
	
		#prod_main_image img {
			cursor: pointer;
		
		}
	
	#prod_little_images {
		/* div container for small images */
		
	}
	
		#prod_little_images img {
			width: 35px;
			height: 35px;
			margin: 0px 5px 5px 0px;
			
			padding: 4px;
			background-color: #fff;
			border: 1px solid #ccc;
			border: 1px solid rgba(0, 0, 0, 0.2);
			-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
			   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
					box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
					
			cursor: pointer;
		}
	#product_price {
		font-family: "Open San", "Trebuchet MS", Arial, Helvetica, sans-serif	
	}
	
	
	#social_media_icons {
		border-top: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
		padding: 10px 0px 10px 0px;
		margin: 10px 0px 0 0;
	}
	
	
	shop-cart-img-box {
		width: 100px;
		height: 100px;
		overflow:hidden;	
	}
	
	.shop-cart-img {
		width: 100%;
		height: 100%;	
	}


	
	.myaccount-backbutton {
		/* hide/show < Back To button in my account title areas  */
		/*
		display:none;
		visibility:hidden;
		*/
	}
	
	#shop .dropdown-menu33:before, .dropdown-menu33:after {
		/* hide drop-down up menu caret for shop cart drop-down */
		display: none;
		content: "";
	}
	
.checkoutprocess {
	padding: 8px 15px;
	margin: 0 0 20px;
	list-style: none;
	background-color: #f5f5f5;
}
.checkoutprocess > li {
	display: inline-block;
 	*display: inline;
	  /*
	  text-shadow: 0 1px 0 #ffffff;
	  */
	  *zoom: 1;
	width: 13.5%;
	height: 50px;
	padding: 5px;
	text-align: left;
	white-space:nowrap;
	font-size: .85em;
}
	.label-inverse {
		background-color: #232323;	
	}
.checkoutprocess > li.off {
	background-color: #dddddd;
}


.orderStep {
	clear: both;
	display: inline-block;
	height: auto;
	padding: 0;
	margin-bottom: 30px;
	width: 100%;
}
.orderStep li {
	display: inline-block;
	float: left;
	height: auto;
	margin: 0;
	min-height: 55px;
	padding: 0;
	width: 20%;
}
.orderStep li.active a {
	color: #000;
}
.orderStep li.active a {
	position: relative;
}
.orderStep li.active a:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-width: 10px;
	margin-left: -10px;
}
.orderStep li a {
	background: #EFF0F2;
	display: inline-block;
	font-size: 14px;
	height: 100%;
	line-height: normal;
	padding: 20px 0 0;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	text-transform: uppercase;
	font-size: 13px;
}
.orderStep li a:hover {
	text-decoration:none;	
}
.orderStep li a i {
	background: rgba(0, 0, 0, 0.05);
}
.orderStep li.active a i {
	background: rgba(0, 0, 0, 0.5);
	color: #ffffff;
}
.orderStep li a i {
	border-radius: 0;
	display: block;
	font-size: 20px;
	height: auto;
	left: 0;
	line-height: 40px;
	margin-top: -20px;
	padding: 0;
	text-align: center;
	width: auto;
	float: none !important;
}
.orderStep li a span {
	display: block;
	padding: 5px 0;
}





/* Sets checkout headers in Checkout Table structure */
th.btn-inverse,
td.btn-inverse,
.checkoutheading {
    color: #ffffff;
    font-weight: normal;
	font-size: 16px;
	padding: 5px;
    text-transform: uppercase;  
    font-family: 'Anton', sans-serif;
}

/* End Shop Breadcrumbs ************************************************ */

/* Set image size for Shop Category pages */
.shopcategory-img {
	width: 225px;
	height: 225px;
}

#sub_categories a {text-decoration:none;}
#sub_categories a:visitied {text-decoration:none;}
#sub_categories a:hover {text-decoration:none;}




/****************************
Blog
****************************/
.blog-post {
    margin-bottom: 50px;
    position: relative;
}

.blog-post .blog-span {
    margin-left: 0px;
}

.blog-post .blog-post-type {
    background: #39618E;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    font-size: 22px;
}

.blog-search .input-group-addon {
    padding: 0;
    position: relative;
    left: -1px;
    border: 0;
}


.blog-post .blog-post-featured-img {
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    margin: 0 0 20px 0;
    box-sizing: border-box;
}

.blog-post .blog-post-featured-img img {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.blog-post-date {
    width: 38px;
    background-color: #eeeeee;
    position: absolute;
    left: 0;
    top: 0;
}

.blog-post-date .day,
.blog-post-date .month {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    text-align: center;
    padding: 7px 0 0px 0;
    display: block;
    color: #39618E;
}

.blog-post-date .month {
    padding: 0 0 7px 0;
    font-size: 14px;
    text-transform: uppercase;
}

.blog-post-date .icon-link {
    background-color: #39618E;
    display: block;
    text-align: center;
    padding: 12px 0;
    color: #fff;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.blog-post .blog-post-body {
    margin: 0 0 20px 0;
    font-size: 13px;
    color: #676767;
}

.blog-post .blog-post-details {
    height: auto;
    position: relative;
    overflow: hidden;
    border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
}

.blog-post .blog-post-details .blog-post-details-item {
    font-size: 11px;
    height: 37px;
}

.blog-post .blog-post-details:after,
.blog-post .blog-post-details:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #fff;
    height: 1px;
    width: 100%;
}

.blog-post .blog-post-details:before {
    top: auto;
    bottom: -2px;
}

.blog-post .blog-post-details-item {
    position: relative;
    float: left;
    padding: 0px 0px 0 0;
    line-height: 37px;
    text-transform: uppercase;
}

.blog-post-details-item.icon-calendar {
    padding-left: 0;
}

.blog-post-details-item.blog-post-details-item-left::before {
    padding-right: 5px;
}

.blog-post-details-item.blog-post-details-item-right a i {
    padding-left: 5px;
    padding-left: 10px;
    color: #A5A5A5;
    -webkit-transition: padding 0.2s;
    -moz-transition: padding 0.2s;
    -o-transition: padding 0.2s;
    transition: padding 0.2s;
}
.blog-post-details-item.blog-post-details-item-right a:hover i {
    color: #39618E;
    padding-left: 12px;
}

.blog-post .blog-post-details-separator {
    border-right: 1px solid #e9e9e9;
    border-left: 1px solid #fdfdfd;
    height: 15px;
    float: left;
    margin: 10px 6px 0 6px;
}

.blog-post .blog-post-details-item-left {
    padding: 0 0 0 20px;
}

.blog-post .blog-post-details-item-left.icon-calendar {
    padding-left: 0;
}

.blog-post .blog-post-details-item-last:after,
.blog-post .blog-post-details-item-last:before {
    border-right: none;
}

.blog-post .blog-post-details-tags a {
    position: relative;
    padding: 0 0px 0 5px;
}

.blog-post .blog-post-details-item-right {
    float: right;
    padding-right: 0;
}

.blog-post .blog-slider {
    overflow: hidden;
}

/* Tags */
.body-wrapper .tags a {
    display: block;
    float: left;
    padding: 0 10px 0 10px;
    border-right: none;
    line-height: 23px;
    position: relative;
    font-size: 11px;
    margin: 0px 10px 10px  0px;
    background-color: #f2f2f2;
}

.body-wrapper .tags a:hover {
    background-color: #39618E;
    color: #fff;
    text-decoration: none;
}

.blog-post .readmore-icon {
    font-size: 8px;
    margin: 0 0 0 3px;
    text-decoration: none !important;
}

.blog-post .readmore-icon:hover {
    text-decoration: none !important;
}

/* Blog post link */
.blog-post .blog-post-link {
    font-size: 13px;
    color: #bcbcbc;
    display: block;
}

.blog-post .blog-post-link:hover {
    color: #bcbcbc;
}

/* blog post */
.blog_post_quote {
    position: relative;
    background-color: #f7f7f7;
    padding: 20px;
    font-size: 17px;
    line-height: 23px;
    color: #999;
    font-family: Raleway;
}
.blog_post_quote .quote-author {
    color: #39618E;
    margin-top: 20px;
}

.blog-post .item_img_overlay {
    height: 100%;
}

/* Post icon container */
.blog-post-icon {
    background-color: #39618E;
    display: block;
    text-align: center;
    padding: 12px 0;
    color: #fff;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.blog-post-icon i {
    display: block;
    margin: auto;
}

/* Recent Post */
.posts-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.posts-list li {
    display: block;
    overflow: hidden;
    margin: 0 0 15px 0;
}

.posts-list .posts-list-thumbnail {
    float: left;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.posts-list .posts-list-thumbnail img {
    border-radius: 2px;
}

.posts-list .posts-list-thumbnail:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.posts-list-content {
    padding: 0 0 0 75px;
}

.posts-list .posts-list-title {
    display: block;
}

.posts-list .posts-list-meta {
    font-size: 12px;
    color: #aaa;
}

.blog-post .cycle-slideshow {
    height: 240px;
}

.pagination {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
}

.blog-post.row-fluid .blog-span {
    width: 89%;
    margin-left: 55px;
}

.row-fluid .blog-span-bottom[class*="blog-span-bottom"] {
    width: 95.5%;
}



.comment .comment-reply {
    position: absolute;
    right: 0;
    top: 0px;
    font-weight: normal;
    font-size: 11px;
}

.blog-post-featured-img-with-vid {
    padding-top: 65%;
}

.blog-post-featured-img-with-vid iframe,
.blog-post-featured-img-with-vid object,
.blog-post-featured-img-with-vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-search .blog-search-button {
    border: 0;
    background-color: #39618E;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    float: left;
    overflow: hidden;
}

.search-button-container {
    padding-left: 30px;
}

.blog-search .blog-search-input {
    float: left;
    width: -moz-calc(100% - 30px);
    width: -o-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 30px;
}
/****************************
Blog Single
****************************/
.blog-post .block-qoute-by {
    margin: 20px 0 0 0;
    color: #868686;
}

.blog-post .blog-title {
    text-transform: none;
}

/* paragraph */
.blog-post p {
    margin: 0 0 20px 0;
}

/* The Author */
.about-the-author {
    margin: 0 0 50px 0;
    overflow: hidden;
    background: #f5f5f5;
    padding: 15px;
}

.the-author-small-bio {
    padding: 0 0 0 100px;
}

.the-author-thumbnail {
    float: left;
    width: 100px;
    margin-right: 20px;
}

.the-author-thumbnail img {
    border: 4px solid #f4f4f4;
}

.the-author-name {
    color: #4c4c4c;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.the-author-small-bio p:last-child {
    margin-bottom: 0;
}

/* Comments */
.comments {
    margin: 0 0 40px 0;
}

.comments .comments-list {
    list-style: none;
    padding: 0;
}

.comments .comment-author-avatar {
    float: left;
    width: 60px;
}

.comments .comment-details {
    padding-left: 90px;
}

.comments .comment-content {
    border-radius: 2px;
    overflow: hidden;
}

.comments .comment-date {
    font-size: 9px;
    color: #979797;
    font-style: italic;
    font-weight: normal;
}

.comments .comment-author-name {
    font-weight: bold;
    margin: 0 0 5px 0;
}

/* Apply on 2nd level comments list */
.comments-list .children {
    padding-left: 45px;
    margin: 20px 0 0px 0;
}

.comments-list .comment {
    position: relative;
    margin: 0 0 20px 0;
}

.comments .comment-author-avatar img {
    border: 1px solid #e2e2e2;
}

.comments ul,
.comments ol {
    list-style-type: none;
}
