/*------------------------------------------------------------------/*
Theme Name: Molle
Theme URI: http://molle.theme-xoda.com
Description: A Blog + Shop Theme
Author URI: https://themeforest.net/user/dannywp
Author: DannyWP
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text domain: molle
Tags: blog, news, photography
*/
/*--------------------------/*
/* -----------------------
		STYLE GENERAL
-------------------------- */
body{
	font-family: 'Open Sans';
	font-size: 13px;
	color: #434343;
	line-height: 1.7;
	background: #fff;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Prata';
	color: #000;
	font-weight: 400;
}

h1{
	font-size: 48px;
}

h2{
	font-size: 36px;
}

h3{
	font-size: 30px;
}

h4{
	font-size: 24px;
}

h5{
	font-size: 18px;
}

h6{
	font-size: 16px;
}

a{
	color: #f28b71;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a:hover, a:focus{
	text-decoration: none;
	outline: none;
	color: #000;
}

p{margin-bottom: 25px;}
img{
	max-width: 100%;
	height: auto;
}

ul,ol{margin: 0;}
ul ul, ol ol, ul ol, ol ul{padding-left: 30px;}
.az-button, button, .button, input[type="submit"] {
	text-align: center;
	padding: 13px 35px;
	background: #333;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	border: none;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}

.az-button:hover, button:hover, .button:hover, input[type="submit"]:hover,
.az-button:focus, button:focus, .button:focus, input[type="submit"]:focus{
	background: #000;
	outline: none;
}
input[type="text"], input[type="email"], 
input[type="search"], input[type="password"],
input[type="tel"],textarea{
	border: 1px solid #ddd;
	background: transparent;
	padding: 8px 14px;
	line-height: 24px;
	color: #999;
	width: 100%;
	font-size: 13px;
}
textarea{min-height: 100px;}
blockquote{padding-left: 15px}
::-webkit-input-placeholder {
   color: inherit;
   opacity: 1;
}
:-moz-placeholder {
   color: inherit;
   opacity: 1;  
}
::-moz-placeholder {
   color: inherit;
   opacity: 1;  
}
:-ms-input-placeholder {  
   color: inherit;
   opacity: 1;  
}
iframe{
	max-width: 100%
}
abbr[data-original-title], abbr[title] {
	cursor: help;
	border-bottom: none;
}

/* Select chosen */
.chosen-container{
  width: 100%!important;
}
.chosen-container-single .chosen-single{
  box-shadow: none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  background: none;
  border-color: #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  height: 40px;
  padding: 7px 15px;
  color: #888;
}
.chosen-container-active.chosen-with-drop .chosen-single{
  background: none;
  border-color: #ddd;
  box-shadow: none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.chosen-container-single .chosen-single div{width: 25px}
.chosen-container-single .chosen-single div b{
  background: none!important;
}
.chosen-container-single .chosen-single div b:after{
  content: "\f0d7";
  font-family: 'FontAwesome';
  font-size: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.chosen-container .chosen-drop{
  box-shadow: none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  background: #fff;
  border-color: #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.chosen-container-single .chosen-search input[type="text"]{border-color: #ddd;}
.chosen-container .chosen-results li{line-height: 24px;font-family: inherit;}
.chosen-container .chosen-results li.highlighted{
  background-image: none;
  background-color: #f28b71;
}
/* Owl */
.owl-nav > div{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 36px;
	line-height: 45px;
	color: #fff;
}
.owl-nav > div.owl-prev{left: 30px;}
.owl-nav > div.owl-next{right: 30px;}
/*-------------------------------*/
/*          WORDPRESS CORE
/*-------------------------------*/
.sticky {
	position: relative;
}
.sticky .post-title:before{
	content: "\f08d";
	font-family: 'FontAwesome';
	color: #f28b71;
	font-size: 16px;
	display: inline-block;
	margin-right: 10px;
}
.screen-reader-text{
	display: none;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #f28b71;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.gallery-caption {margin-top: 10px;margin-bottom: 0}

.bypostauthor{position: relative;}

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    max-width: 100%;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: inherit;
  font-style:italic;
  color:inherit;
  line-height: 17px;
  margin: 8px 0 0;
}
table, th, td{
  border: 1px solid #ddd;
}
th, td {
  padding: 0.4em;
  text-align: center;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border: none;
	margin: 0 0 1.6em;
	table-layout: auto;
	width: 100%;
}
th {
  border-width: 0 1px 1px 1px;
}
td {
  border-width: 0 1px 1px 1px;
}
th {
  border-width: 0 1px 1px 0px;
}
td {
  border-width: 0 1px 1px 0px;
}
tbody tr th{
    font-weight: 400;
}
tbody tr:first-child th{
	border-top-width: 1px;
}
tr td:first-child, tr th:first-child{
  border-left-width: 1px;
}
table tbody tr:first-child td,
table thead tr:first-child th,
table tbody tr:first-child td,
table thead tr:first-child th{
  border-top-width: 1px;
}
table thead + tbody tr:first-child td,
table thead + tbody tr:first-child td,
table tfoot + tbody tr:first-child td{
  border-top-width: 0;
}
blockquote {
	border-left: 3px solid #f28b71;
	padding: 15px;
}
label{font-weight: normal;}
dt, dd {
  line-height: inherit;
}
figure{margin: 0}
/*-----------------------
        HEADER
------------------------*/
.header{border-bottom: 1px solid #ddd;}
.header-content{
	width: 100%;
}
.molle-mainmenu .main-menu{padding: 0;list-style: none;}
.molle-mainmenu .main-menu > li{
	display: inline-block;
}
.molle-mainmenu .main-menu > li:after{
	content: "";
	width: 5px;
	height: 5px;
	background: #ddd;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	margin: 0 15px;
	vertical-align: middle;
}
.molle-mainmenu .main-menu > li:last-child:after{
	display: none;
}
.molle-mainmenu .main-menu > li > a{
	padding: 32px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
}
.molle-mainmenu a {
	color: #000;
	font-weight: 600;
    font-size: 14px;
}

.molle-mainmenu a:hover{color: #f28b71;}
/* Submenu */
.molle-mainmenu li{position: relative; list-style: none;}
.molle-mainmenu .sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 180px;
    text-align: left;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border: 1px solid #ddd;
    z-index: 20;
    padding: 5px 20px;
}
.molle-mainmenu .sub-menu li {
	padding: 5px 0px;
	border-bottom: 1px solid #ddd;
	line-height: 30px;
	white-space: nowrap;
}
.molle-mainmenu .sub-menu li:last-child{border-bottom: none;}
.molle-mainmenu li.show-submenu > .sub-menu{
	opacity: 1;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}
.molle-mainmenu .sub-menu a {
    font-weight: 400;
}
/*-----------*/
.header-style1 .header-social{text-align: right;}
.molle-social a{
	display: inline-block;
	color: #000;
	margin: 0 10px;
}
.molle-social a:first-child{margin-left: 0;}
.molle-social a:last-child{margin-right: 0;}
.molle-logo h1, .molle-logo h2 {
	margin: 0;
	font-size: 40px;
}
.molle-logo a{color: inherit;}
.header-content .d-table-cell{vertical-align: middle;}
.header-style1 .header-social{
	width: 15%;
	white-space: nowrap;
}
.header-style1 .molle-logo{
	width: 15%;
}
.header-style1 .molle-logo a{max-width: 140px}
.header-style1 .molle-mainmenu{
	width: 70%;
	text-align: center;
}
.cart-customlocation {
	position: relative;
	display: block;
	width: 35px;
	padding-right: 10px;
}
.header-style2 .cart-customlocation{float: right;}
.molle-social .cart-customlocation {
	margin-left: 0;
}
.cart-customlocation span{
	width: 18px;
	height: 18px;
	line-height: 18px;
	background: #f28b71;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 11px;
	position: absolute;
	top: -3px;
	right: 0px;
}

.header-style2 .main-header{
	width: 100%;
}
.header-style2 .header-social{
	width: 10%;
	white-space: nowrap;
}
.header-style2 .header-addtocart{
	width: 10%;
	text-align: right;
}
.header-style2 .molle-mainmenu{
	width: 80%;
	text-align: center;
}
.header-style2 .molle-logo{
	text-align: center;
	margin-top: 45px;
}
/* --------------------------
		MAIN CONTENT
------------------------- */
p.page-nav{
	clear: both;
}
.molle-primary{
	padding: 50px 0 80px;
}
.single-post .molle-primary {
	padding-bottom: 25px;
}
.molle-blog .post{margin-bottom: 50px;}
.blog-grid .post-format{
	margin-bottom: 17px;
	position: relative;
}
.blog-grid .post-format:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.blog-grid .post:hover .post-format:after{
	opacity: 1;
}
.blog-grid .post-format .social-share{
	position: absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
	width: 100%;
	z-index: 5;
}
.molle-blog .social-share a{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	color: #000;
	margin: 0 4px;
}
.molle-blog .social-share a:hover{
	background: #f28b71;
	color: #fff;
}
.blog-grid .post-format .social-share a{
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.blog-grid .post-format .social-share a:first-child{
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}
.blog-grid .post-format .social-share a:nth-child(2){
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
}
.blog-grid .post-format .social-share a:nth-child(3){
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
}
.blog-grid .post-format .social-share a:nth-child(4){
	-webkit-transform: translateY(25px);
	-ms-transform: translateY(25px);
	-o-transform: translateY(25px);
	transform: translateY(25px);
}
.blog-grid .post:hover .post-format .social-share a{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.post-title {
	margin-bottom: 15px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
    font-size: 24px;
    line-height: 1.5;
}

.post-title.single-post-title {
    font-size: 36px;
}

.post-title a{color: inherit;}
.post-title a:hover{ color: #f28b71;}
.post-cats {
	margin-bottom: 18px;
}
.post-cats a:hover {
    text-decoration: underline;
    color: #f28b71;
}
.post-excerpt{margin-bottom: 21px}
.post-meta{color: #999;font-size: 12px;}
.post-meta a{color: inherit;}
.post-meta a:hover{color: #f28b71;}
.post-meta .post-date .fa{margin-right: 10px}
.post-meta .post-date{margin-right: 20px}
.blog-grid .post-info{padding-left: 10px;padding-right: 25px;}
/* Post big latest */
.blog-grid .post-image-cover .post-format{margin-bottom: 0}

.post-image-cover{position: relative;}
.blog-grid .blog-image-cover .post-format::after{display: none;}
.post-image-cover .inner-post {
	position: relative;
}
.post-image-cover .post-format{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 680px;
}
.molle-blog .post-image-cover .post-info{
	position: absolute;
	width: 370px;
	text-align: center;
	background: rgba(255,255,255,0.9);
	left: 70px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 65px 35px;
}
.post-image-cover .post-cats{
	margin-bottom: 27px;
}
.post-image-cover .social-share{margin-top: 25px;}
.post-image-cover .post-excerpt{
	margin-bottom: 30px;
}
/* Navigation  */
.molle-pagination {
	margin-top: 30px;
	margin-bottom: 30px;
}
.nav-links{width: 100%;text-align: center;}
.nav-links .page-numbers{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #ddd;
	color: #333;
	margin: 0 4px;
	display: inline-block;
}
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current{
	background: #333;
	color: #fff;
}
/* Single Post */
.molle-single-post .post-title,
.molle-single-post .post-meta,
.molle-single-post .post-cats{
	text-align: center;
}
.molle-single-post .post-cats{
    margin-bottom: 20px;
}
.molle-single-post .post-content {
	margin-top: 37px;
	margin-bottom: 55px;
	font-size: 15px;
}
.molle-single-post .page-excerpt {
    font-size: 15px;
}
.molle-single-post .post-format{
	margin-bottom: 45px
}
.molle-single-post .social-share{
	border: 1px solid #ddd;
	overflow: hidden;
	margin-bottom: 70px;
}
.molle-single-post .social-share a{
	float: left;
	width: 25%;
	border-left: 1px solid #ddd;
	padding: 23px 10px;
	text-align: center; 
	color: #000;
}
.molle-single-post .social-share a:first-child{
	border-left: none;
}
.molle-single-post .social-share a:hover{color: #f28b71}
.post-tags{margin-bottom: 25px}

.molle-single-post .post-content h4 {
	line-height: 1.7;
	margin-bottom: 20px;
}

/* ---------- P A G E ---------- */
.page-image {
	margin-bottom: 30px;
}
.page-title {
	margin-bottom: 24px;
}

#gallery-1.gallery {
    margin-bottom: 15px;
}

.gallery .gallery-item img {
	border: none !important;
}

.gallery .gallery-item {
	padding: 3px;
}

/* Comment form */
.comment-reply-title{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
}
.comment-form .logged-in-as{
	font-size: 13px;
	color: #999;
	margin-bottom: 5px;
}
.comment-form .textarea-form,
.comment-form .input-form{
	margin-bottom: 25px
}
/* Comment List */
.comments-title{
	margin-bottom: 25px;
	font-size: 20px;
	line-height: 30px;
}
.comment-list{
	padding: 0;
	list-style: none;
}
.comment-list ol.children{list-style: none;}
.comment-body{margin-bottom: 45px}
.comment-body .comment-author{
	float: left;
	width: 100px;
	margin-right: 15px
}
.comment-text p { margin-bottom: 15px; }
.comment-body .comment-content {
	overflow: hidden;
	padding-top: 5px;
}
.comment-author .avatar {
	border-radius: 50%;
}
#respond {
	margin-top: 60px;
}
.author-name {
	display: inline-block;
	font-size: 14px;
	margin-right: 10px;
}
.date-comment{
	display: inline-block;
	font-size: 13px;
	color: #999;
}
.date-comment a{color: inherit;}
.comment-body .reply{float: right;font-size: 12px;}
/* Post Relate */
.post-related{
	margin-top: 80px;
	padding-top: 70px;
	border-top: 1px solid #ddd;
}
.post-related-title{
	margin-bottom: 25px;
	font-size: 30px;
	line-height: 36px;
}
.post-related .post-title {
	font-size: 20px;
	line-height: 1.5;
}
/* ------------------------
		FOOTER
------------------------- */
.instagram-pics{
	overflow: hidden;
	padding: 0;
}
.instagram-pics{list-style: none;}
.footer-ins .instagram-pics{margin: 0;}
.footer-ins .instagram-pics li{
	float: left;
	padding: 0;
	width: 16.6667%;
}
.main-footer {
	background: #f5f5f5;
	padding: 70px 0 47px;
}
.main-footer p {
	font-size: 12px;
}

.main-footer .mc4wp-form-fields input[type="email"] {
    font-size: 12px;
}
.main-footer .mc4wp-form-fields p {
    margin-bottom: 15px;
}

.copyright{
	background: #fff;
	padding: 28px 0;
	text-align: center;
	color: #999;
    font-size: 12px;
}
.footer-ins .widget{
	margin-bottom: 30px;
	padding: 0 30px;
}
.footer-ins .widget:last-child{
	margin-bottom: 0;
}
.footer-ins .widget.null-instagram-feed{
	padding: 0;
}
.footer-ins .widget.null-instagram-feed .widget-title{padding-left: 30px}
/* Widget */
.widget-title{
	margin-bottom: 20px;
	font-size: 20px;
}
.tagcloud a {
	display: inline-block;
	font-size: 12px !important;
	padding: 5px 15px;
	border: 1px solid #ddd;
	color: inherit;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 50px;
}
.tagcloud a:hover{
	color: #f28b71;
	border-color: #f28b71;
}
.mc4wp-form-fields input[type="email"]{
	background: #fff;
	padding: 13px 20px;
}
.mc4wp-form-fields input[type="submit"] {
	background: #333;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 11px;
}
/* Monster widget */
.main-footer .widget{margin-bottom: 30px}
.main-footer .widget:last-child{margin-bottom: 0;}
.widget ul{padding: 0;}
.widget ul ul{padding-left: 20px}
.widget ul li{
	list-style: none;
}
.widget ul li a{
	color: inherit;
}
.widget ul li a:hover{color:#f28b71 }
.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.widget_nav_menu ul li{
	padding: 5px 0;
}
/* ----------------------
		WOOCOMER
----------------------- */
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{
	padding: 0;
	font-size: 20px;
}
.woocommerce ul.products li.product .price{color: #f28b71;}
.woocommerce ul.products li.product .price del{
	opacity: 1;
	color: #999;
	font-size: inherit;
	margin-right: 10px;
}
.woocommerce ul.products li.product .price ins{font-weight: normal;}
.woocommerce ul.products li.product .price{font-size: 14px;line-height: 24px;}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	color: #fff;
	background: #333;
	border-radius: 50px;
	padding: 5px 20px;
	line-height: 24px;
	font-weight: normal;
	font-size: 10px;
	font-weight: 600;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
	background: #f28b71;
	color: #fff;
}
.woocommerce nav.woocommerce-pagination ul{
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li{border: none;margin: 0 3px;}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #ddd;
	padding: 0;
	color: #333;
	display: inline-block;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current{
	background: #333;
	color: #fff;
}
.woocommerce span.onsale{
	background: #f28b71;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #f28b71
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del{
	color: #999;
	opacity: 1;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins{
	font-weight: normal;
}
.woocommerce .quantity .qty{
	border: 1px solid #ddd;
	padding: 5px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #333;
	color: #fff;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background: #f28b71;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	font-weight: normal;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	color: #fff;
	cursor: not-allowed;
	opacity: .5;
	padding: 5px 20px;
}

.comment-form-rating{margin-bottom: 15px;}
#coupon_code {
	width: 110px;
	text-align: center;
	border-color: #d7d7d7;
	padding: 4px 5px;
	border-radius: 50px;
}
.woocommerce .products ul li, .woocommerce ul.products li {
	list-style: none outside;
	text-align: center;
}
.woocommerce .products .star-rating {
	margin: 5px 0 10px;
	left: 50%;
	transform: translateX(-50%);
}
.woocommerce span.onsale {
	min-width: 50px;
	min-height: 50px;
	line-height: 50px;
	padding: 0;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	max-width: none;
	padding: 0;
}
.woocommerce form .form-row .select2-container{display: none;}
.woocommerce-input-wrapper .chosen-container{min-width: 200px}
.woocommerce-input-wrapper{min-width: 235px}
.form-row label{margin-right: 10px;}
.woocommerce-MyAccount-navigation ul{
	padding: 0;
}
.woocommerce-MyAccount-navigation ul li{
	padding: 5px 0;
	list-style: none;
	border-bottom: 1px solid #ddd;
}
.woocommerce-MyAccount-navigation ul li a{
	color: inherit;
}
.woocommerce div.product div.summary {
	margin-bottom: 2em;
	margin-top: 30px;
}
/* ------------------------
		RESPONSIVE
------------------------- */
.nav-icon{display: none;float: right;}
.nav-icon span{
	width:35px;
	height: 3px;
	display: block;
	background: #000;
	margin: 5px 0;
}
.nav-icon:after,
.nav-icon:before{
	content: "";
	width: 35px;
	height: 3px;
	display: block;
	background: #000;
}
.nav-icon.active span,
.nav-icon.active:after,
.nav-icon.active:before{
	background: #f28b71;
}
.nav-main a{position: relative;}
.nav-main .caret{
	display: none;
	border: medium none;
	cursor: pointer;
	font-family: 'FontAwesome';
	height: 24px;
	line-height: 24px;
	margin: 0;
	text-align: center;
	width: 24px;
	z-index: 20;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nav-main  .caret::after {
  content: "\f0d7";
  font-size: 14px;
  vertical-align: middle;
}
.archive-box h1 {
	margin-bottom: 60px;
	line-height: 0px;
	font-size: 30px;
}
.archive-box h1 span{
    color: #999;
}
.container{
   width: 1380px;
   padding: 0 40px;
   max-width:100%;
}

/** Updated: 12-30-2018 **/
.fluid-width-video-wrapper {
	margin-bottom: 12px;
}

#sidebar {
	border: 1px solid #ddd;
	padding: 30px;
}

#sidebar .widget {
    padding-bottom: 50px;
	margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
}

#sidebar .widget:last-child{
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.widget_recent_comments ul li {
	list-style-type: circle;
	color: #999;
}

.widget_recent_comments ul {
    padding-left: 15px;
}

.widget_recent_comments ul .comment-author-link a{
	list-style-type: circle;
	color: #000;
}

.widget_recent_comments ul li a {
	list-style-type: circle;
	color: #333;
}

.widget_recent_comments ul .comment-author-link {
	list-style-type: circle;
	color: #999;
}

.molle-categories-image .category-item {
	min-height: 80px;
	position: relative;
	margin-bottom: 25px;
	background-size: cover;
	background-position: center;
}

.molle-categories-image .category-item:last-child{
    margin-bottom: 0;
}

.molle-categories-image .category-item::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	content: "";
	height: 100%;
}

.molle-categories-image .category-item a .name, .molle-categories-image .category-item a .count {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}

.molle-categories-image .category-item a .name {
    left: 20px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.molle-categories-image .category-item a .count {
	right: 20px;
	background: #fff;
	color: #000;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 100px;
	letter-spacing: 0;
}

@media(min-width: 992px) and (max-width: 1199.98px){
	.post-image-cover .inner-post{min-height: 520px}
	.molle-blog .post-image-cover .post-info{padding: 45px 30px;left: 65px}
	.molle-blog .post-image-cover .post-cats{margin-bottom: 20px}
	.molle-blog .post-image-cover .social-share{margin-top: 20px}
	.molle-blog .post-image-cover .post-excerpt{margin-bottom: 30px}
	.post-title{font-size: 25px;}
	.blog-grid .post-info{padding-right: 0}
}
@media(max-width: 991.98px){
	
}
@media(min-width: 768px) and (max-width: 991.98px){
	.post-image-cover .post-cats{
		margin-bottom: 10px;
	}
	.post-image-cover .post-excerpt{margin-bottom: 25px}
	.molle-social a{margin: 0 6px}
	.post-image-cover .social-share{margin-top: 25px}
	.blog-grid .post-info{padding: 0;}
	.molle-blog .post-title {line-height: 30px;font-size: 20px;}
	.molle-mainmenu .main-menu > li::after{margin: 0 6px}
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{width: 100%}
	.widget ul ul{padding-left: 15px}
    .header-style1 .molle-mainmenu{width:67%}
    .header-style1 .header-social{width:18%}
    .molle-logo h1, .molle-logo h2{font-size: 28px;}
    .molle-mainmenu a{font-size: 12px;}
}
@media (max-width: 767px){
	.molle-social a{margin: 0 7px}
	.nav-icon{display: block;}
	.header{padding: 10px 0;}
	.header-style2 .molle-mainmenu{text-align: right;}
	.header-style2 .molle-logo{margin-top: 0;margin-bottom: 15px}
	.header-content{position: relative;}
	.nav-main{
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		text-align: left;
		background: #fff;
		z-index: 50;
		margin-top: 12px;
	}
	.molle-mainmenu .main-menu > li{display: block;}
	.molle-mainmenu .main-menu > li > a{padding: 10px 0;display: block;}
	.molle-mainmenu .main-menu > li::after{display: none;}
	.molle-mainmenu .sub-menu{
		position: relative;
		border: none;
		padding: 0 0 0 20px;
		display: none;
	}
	.molle-mainmenu .show-submenu > .sub-menu{display: block;}
	.molle-mainmenu .sub-menu li{border: none;}
	.nav-main .caret{display: block;}
	.tagcloud a{
		padding: 5px 20px;
		margin-right: 5px;
	}
	.footer-ins .instagram-pics li{width: 33.3334%}
	.molle-blog .post-title{font-size: 22px;line-height: 30px;}
	.nav-icon{margin-right: 10px}
	.blog-grid .post-info{padding: 0;}
	.molle-single-post .social-share a{padding: 15px 5px;}
	.molle-single-post .post-title{font-size: 30px;line-height: 36px;}
	.molle-single-post .post-content{margin-top: 40px;margin-bottom: 35px}
	#gallery-5 .gallery-item,
	#gallery-6 .gallery-item,
	#gallery-7 .gallery-item,
	#gallery-8 .gallery-item,
	#gallery-9 .gallery-item,
	#gallery-10 .gallery-item{
		width: 33.33%!important;
	}
	#gallery-5 .gallery-item:nth-child(3n+1),
	#gallery-6 .gallery-item:nth-child(3n+1),
	#gallery-7 .gallery-item:nth-child(3n+1),
	#gallery-8 .gallery-item:nth-child(3n+1),
	#gallery-9 .gallery-item:nth-child(3n+1),
	#gallery-10 .gallery-item:nth-child(3n+1){
		clear: both;
	}
	.gallery{overflow: hidden;}
	.gallery br{display: none;}
    .container{padding:0 30px}
}
@media(max-width: 575px){
	.cart-customlocation{width: 30px;}
	.molle-social a{margin: 0 4px;}
	.author-name{display: block;}
	.date-comment{display: block;}
	.comment-body .reply{float: none;display: block;}
	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product{
		width: 100%;
		margin: 0 0 30px 0;
	}
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{width: 100%}
	#gallery-4 .gallery-item,
	#gallery-5 .gallery-item,
	#gallery-6 .gallery-item,
	#gallery-7 .gallery-item,
	#gallery-8 .gallery-item,
	#gallery-9 .gallery-item,
	#gallery-10 .gallery-item{
		width: 50%!important;
	}
	#gallery-4 .gallery-item:nth-child(2n+1),
	#gallery-5 .gallery-item:nth-child(2n+1),
	#gallery-6 .gallery-item:nth-child(2n+1),
	#gallery-7 .gallery-item:nth-child(2n+1),
	#gallery-8 .gallery-item:nth-child(2n+1),
	#gallery-9 .gallery-item:nth-child(2n+1),
	#gallery-10 .gallery-item:nth-child(2n+1){
		clear: both;
	}
    .container{padding:0 15px}

    .post-image-cover .post-format{min-height: 300px;}
    .molle-blog .post-image-cover .post-info{
    	position: static;
    	width: 100%;
    	-webkit-transform: translateY(0);
    	-ms-transform: translateY(0);
    	-o-transform: translateY(0);
    	transform: translateY(0);
    	padding: 30px;
    }
    .post-image-cover .post-cats{margin-bottom: 12px}
    .molle-blog .post-image-cover  .post-title{font-size: 20px;}
}

@media only screen and (min-width: 768px) {
	  .alignfull {
	    margin-left: calc(50% - 50vw);
	    margin-right: calc(50% - 50vw);
	    width: auto;
	    max-width: 1000%;
	  }
	
	  .alignwide {
	    margin-left: calc(25% - 25vw);
	    margin-right: calc(25% - 25vw);
	    width: auto;
	    max-width: 1000%;
	  }
	
	  .alignwide img,
	  .alignfull img {
	    display: block;
	    margin: 0 auto;
	  }
	}