@font-face {
    font-family: 'lovelineregular';
    src: url('fonts/loveline-webfont.woff2') format('woff2'),
         url('fonts/loveline-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*
Theme Name: Jamee
Theme URI: http://lucalogos.com/jamee
Author: lucalogos
Author URI: http://lucalogos.com
Description: Classic theme for bloggers!
Version: 1.0.0
Text Domain: jamee-theme
License: GNU General Public License version 3.0 
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, left-sidebar, right-sidebar, grid-layout, flexible-header, custom-colors, featured-images, footer-widgets, full-width-template, post-formats, theme-options, threaded-comments, translation-ready, blog
*/


/*--------------------------------------------------------------
 #
 # Table of contents
 #
 # 1. Normalize
 # 2. Typography
 # 3. Elements
 # 4. Misc
 # 5. Transitions
 # 6. Site Containers
 #    - Header Area
 #    - After Header Area
 #    - Content
 #    - Sidebar
 #    - Instagram Area
 #    - Newsletter
 #    - Footer Widgets
 #    - Pre Footer Area
 #    - Footer Area
 # 7. Navigation
 #    - Links
 #    - Menus
 #    - Mobile Navigation
 #    - Posts Navigation
 # 8. Site Header
 #    - Toolbar Wrapper
 #    - Overlay Search Icon
 # 9. Entry Details
 #    - Page Header
 #    - Entry Header
 #    - Entry Meta
 #    - Entry Author Link
 #    - Entry Categories
 #    - Entry Title
 #    - Featured Image
 #    - More Link
 #    - Entry Comments Link
 #    - Entry Tags
 #    - Entry Footer
 #    - Entry Author Box
 #    - Entry Navigation
 #    - Entry Related Posts
 #    - Entry Comments
 # 10. Widgets
 #    - Categories Widget
 #    - Tags Widget
 #    - Nav Widget
 #    - Pages Widget
 #    - Search Widget
 #    - Archives Widget
 #    - Meta Widget
 #    - Recent Comments Widget
 #    - Recent Posts Widget
 #    - Text Widget
 #    - RSS Widget
 #    - Calendar Widget
 #    - About Me Widget
 #    - Popular/Recent Posts Widget
 #    - MailChimp for WP Widget
 #    - Smash Balloon Instagram Widget
 #    - Social Icons Widget
 #    - Contact Form 7 Widget
 # 11. WooCommerce
 # 12. Accessibility
 # 13. Alignments
 # 14. Clearings
 # 15. Slider
 #    - Slider Meta
 #    - Slider Content
 #    - Slider Navigation
 # 16. Featured Boxes
 # 17. Miscellaneous
 #    - 404
 #    - Posts And Pages
 #    - Infinite Scroll
 #    - Media
 #    - Captions
 #    - Column Classes
 #    - Grid Layout
 #    - List Layout
 #    - Galleries
 #    - Sexy Flex
 #    - Collective Media Queries
 #
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table thead {
	background: #EEEEEE;
	border: 1px solid #EEEEEE;
}

tbody {
	border: 1px solid #EEEEEE;
}

td {
	border-top:1px solid #EEEEEE;
}

td,
th {
	padding: 5px;
}

p:empty { 
	display:none; 
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #000000;
	font-family: Lato, sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.618;
}

button,
input,
select,
textarea {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
	clear: both;
	font-family: Montserrat, sans-serif;
	font-weight: 300;
	letter-spacing: 0;
	margin: 0 auto 15px;
	line-height: 1.38;
}

h1, h1 a {
	font-size: 36px;
}

h2, h2 a {
	font-size: 32px;
}

h3, h3 a {
	font-size: 26px;
}

h4, h4 a {
	font-size: 22px;
}

h5, h5 a {
	font-size: 18px;
}

h6, h6 a {
	font-size: 16px;
}

p {
	margin-bottom: 30px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

address {
	margin: 0 0 30px;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 30px;
	max-width: 100%;
	overflow: auto;
	padding: 30px;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	padding: 0 5px;
	background: #EEEEEE;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background-color: #CCCCCC;
	margin: 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
	border-left: 1px solid #CCCCCC;
	color: #AAAAAA;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-style: italic;
	margin: 0 15px;
	padding: 0 15px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
}

ul,
ol {
	margin: 0 0 30px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 15px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 15px 15px;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 10px 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 15px;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #000000;
	background: #000000;
	color: #FFFFFF;
	font-family: Lato, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1;
	padding: 5px 15px;
	height: 30px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #CCCCCC;
	background: #CCCCCC;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #CCCCCC;
	background: #CCCCCC;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666666;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

select {
	border: 1px solid #CCCCCC;
	text-transform: uppercase;
	height: 30px;
	padding: 7px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111111;
}

textarea {
	width: 100%;
}


/*--------------------------------------------------------------
# Transitions
--------------------------------------------------------------*/

/* have to make these !important because of Redux Framework 
   automatically adding sh***y transition on its own */
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a,
a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.slider-nav-left,
.slider-nav-right,
ul.sub-menu,
a.entry-image-link img,
.back-to-top,
.insta-thumb .insta-thumb-info,
.block-item .block-item-title,
.recent-youtube-overlay,
.related-title {
	-webkit-transition: all 0.2s ease-in-out !important;
	-moz-transition: all 0.2s ease-in-out !important;
	-ms-transition: all 0.2s ease-in-out !important;
	transition: all 0.2s ease-in-out !important;
}


/*--------------------------------------------------------------
# Site containers
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Header Area
--------------------------------------------------------------*/

.site-title {
	margin: 0 auto 10px;
}

.site-title-area {
	margin: 30px auto;
}

h1.site-title, 
.site-title a,
.site-title {
	color: #000000;
	display: block;
	line-height: 1;
	margin: 0 auto;
	font-size: 72px;
}

.site-title-image {
	line-height: 1;
	margin-bottom: 0;
}

.site-description {
	margin: 15px auto 0;
}

@media ( max-width: 768px ) {
	
	h1.site-title, 
	.site-title a,
	.site-title {
		font-size: 10vw;
	}
	
}


/*--------------------------------------------------------------
## After Header Area
--------------------------------------------------------------*/

.after-header-area {
	display: block;
	max-width: 1170px;
	width: 100%;
	margin: 45px auto 0;
	padding: 0 15px;
}

.after-header-area .wrap {
	display: block;
	width: 100%;
	border: 1px solid #CCCCCC;
	padding: 60px;
	text-align: center;
}

.after-header-area section {
	margin-bottom: 45px;
}

.after-header-area section:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
	
	.after-header-area .wrap {
		padding: 30px;
	}
	
}


/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/

.site-inner {
	clear: both;
	width: 100%;
	padding: 0 1%;
	margin: 30px auto 0;
}

.site-inner > .wrap {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

.content-only .site-inner > .wrap {
	max-width: 100%;
	margin: 0 auto;
}

.content-area {
}

.content-sidebar .content-area,
.sidebar-content .content-area {
	width: calc( 100% - 31% - 30px );
}

.content-sidebar .content-area {
	float: left;
}

.sidebar-content .content-area {
	float: right;
}

.content-only .content-area {
	float: none;
	width: 100%;
}

.content-area article {
	margin-bottom: 30px;
	padding: 30px;
	position: relative;
	background: #FFFFFF;
}

.content-only .content-area article {
	max-width: 860px;
	margin: 0 auto 30px;
}

.single .content-area article {
	margin-bottom: 30px;
	padding-bottom: 0;
}

.section-title {
	text-align: center;
	margin-bottom: 30px;
}

.page .content-area article {
	border: none;
}

@media only screen and (max-width: 991px) {
	
	.content-sidebar .content-area,
	.sidebar-content .content-area {
		width: 100%;
	}
	
	.content-sidebar .content-area,
	.content-only .content-area {
		float: none;
		margin: 0 auto 45px;
	}
	
}

@media ( max-width: 768px ) {
	
	.site-inner {
		padding: 0 30px;
	}
	
}


/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/

.content-sidebar .sidebar-area,
.sidebar-content .sidebar-area {
	width: 31%;
}

.content-sidebar .sidebar-area {
	float: right;
}

.sidebar-content .sidebar-area {
	float: left;
}

.sidebar-area {
	margin-bottom: 30px;
}

.sidebar-area .widget {
	padding: 30px;
	background: #FFFFFF;
	margin-bottom: 30px;
}

@media (max-width: 991px) {

	.content-sidebar .sidebar-area,
	.sidebar-content .sidebar-area {
		max-width: 550px;
		width: 100%;
		float: none;
		overflow: hidden;
		margin: 0 auto 45px;
		padding: 0 5em;
	}
	
}

@media (max-width: 768px) {
	
	.content-sidebar .sidebar-area,
	.sidebar-content .sidebar-area {
		padding: 0;
	}
	
}

/*--------------------------------------------------------------
## Popular Posts Section
--------------------------------------------------------------*/

.popular-posts-area {
	background: #FAFAFA;
	padding: 45px 0;
	margin-top: 0;
}

.popular-posts-area > .wrap {
	max-width: 1170px;
	margin: 0 auto;
}

.popular-posts-area .popular-posts-image {
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	height: 0;
	padding-top: 130%;
	position: relative;
}

.popular-posts-area .popular-posts-image a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba( 255, 255, 255, 0.7 );
	opacity: 0;
	text-align: center;
}

.popular-posts-area .popular-posts-image a:hover {
	opacity: 0.99;
}

.popular-posts-area .popular-posts-image h5 {
	
}

@media ( max-width: 768px ) {
	
	.popular-posts-area {
		padding-bottom: 15px;
	}
	
	.popular-posts-item {
		margin-bottom: 30px;
	}
	
}


/*--------------------------------------------------------------
## Recent Youtube Videos Area
--------------------------------------------------------------*/

.recent-videos-area {
	width: 100%;
	background: #000000;
	margin: 45px auto 0;
}

.recent-videos-area .section-title {
	color: #FFFFFF;
	display: block;
	padding: 30px 0 0;
	margin-bottom: 0;
}

.recent-videos-area > .wrap {
	max-width: 1030px;
	padding: 15px 15px 45px;
	margin: 0 auto;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.recent-videos-area .recent-youtube-thumbnail {
	width: 32%;
	padding: 0 15px;
	height: 0;
	padding-top: 19%;
	position: relative;
}

.recent-videos-area .recent-youtube-thumbnail .recent-youtube-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: rgba( 0, 0, 0, 0.6);
	opacity: 0;
}

.recent-videos-area .recent-youtube-thumbnail:hover .recent-youtube-overlay {
	opacity: 0.99;
}


/*--------------------------------------------------------------
## Instagram Area
--------------------------------------------------------------*/

.instagram-area {
	display: block;
	width: 100%;
	margin: 45px auto 0;
}

.instagram-area .section-title {
	margin-bottom: 30px;
}

.instafeed {
	line-height: 0;
}

.insta-thumb {
	width: calc( 100% / 8 );
	display: inline-block;
}

.insta-thumb a {
	display: block;
	position: relative;
	height: 0;
	padding-top: 100%;
	background-size: cover !important;
	background-position: center !important;
}

.insta-thumb a,
.insta-thumb a:hover {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 1;
}

.insta-thumb .insta-thumb-info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
}

.insta-thumb a:hover .insta-thumb-info {
	opacity: 1;
	background: rgba( 0, 0, 0, 0.5 );
}

.insta-thumb .insta-thumb-info > .wrap {
	width: 100%;
	height: 100%;
}

.insta-thumb .fa {
	padding-right: 5px;
}

.insta-thumb .insta-thumb-likes {
	margin-bottom: 5px;
}

@media ( max-width: 768px ) {
	
	.insta-thumb {
		width: calc( 100% / 4 );
	}
	
}


/*--------------------------------------------------------------
## Newsletter Area
--------------------------------------------------------------*/

.newsletter-area {
	display: block;
	width: 100%;
	padding: 45px 0;
	margin: 30px auto 0;
	background: #FAFAFA;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}


.newsletter-area .wrap {
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
	text-align: center;
}

.newsletter-area .newsletter-form-left {
	float: left;
	width: 30%;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.newsletter-area .newsletter-form-right {
	float: right;
	width: 70%;
	text-align: right;
}

.newsletter-area h4 {
	margin: 0;
}


@media only screen and (max-width: 768px) {
	
	.newsletter-area .wrap {
		
	}
	
	.newsletter-area .newsletter-form-left,
	.newsletter-area .newsletter-form-right {
		width: 100%;
	}
	
	.newsletter-area .newsletter-form-left {
		margin-bottom: 15px;
		-webkit-flex-flow: column;
		flex-flow: column;
	}
	
}


/*--------------------------------------------------------------
## Footer Widgets
--------------------------------------------------------------*/

.footer-widgets-area {
	width: 100%;
	margin: 0 auto 0;
	padding: 30px 0;
}

.footer-widgets-area > .wrap {
	max-width: 1170px;
	width: 100%;
	padding: 30px 0;
	margin: 0 auto;
	background: #FFFFFF;
}

.footer-widgets-area .footer-column {
	padding: 30px;
	margin-bottom: 0;
}

.footer-widgets-area .footer-column:last-child {
	border-right: none;
}

.footer-widgets-area .footer-column > .wrap {
	width: 100%;
}

.footer-widgets-area .widget {
	padding: 0;
}

.footer-widgets-area section {
	width: 100%;
}

@media only screen and (max-width: 768px) {
	
	.footer-widgets-area {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.footer-widgets-area > .wrap {
		padding: 30px 0 15px;
		-webkit-flex-flow: column;
		flex-flow: column;
	}
	
	.footer-widgets-area .footer-column {
		border: none;
	}
}


/*--------------------------------------------------------------
## Pre Footer Area
--------------------------------------------------------------*/

.pre-footer-area {
	display: block;
	width: 100%;
	padding: 32px 15px;
	margin: 45px auto 0;
	color: #000000;
}

.pre-footer-area .wrap {
	margin: 0 auto;
}


/*--------------------------------------------------------------
## Footer Social Icons Area
--------------------------------------------------------------*/

.footer-social-icons-area {
	display: block;
	width: 100%;
	padding: 32px 15px;
	margin: 0 auto -45px;
	background: #FAFAFA;
	color: #333333;
}

.footer-social-icons-area .wrap {
	margin: 0 auto;
}

.footer-social-icons-area .footer-social-icons {
	padding: 0;
	text-align: center;
}

.footer-social-icons-area .ll-social-icon a {
	padding: 5px 15px;
	font-size: 12px;
	color: #FFFFFF;
}

.footer-social-icons-area .ll-social-icon a:hover {
	color: #CCCCCC;
}


/*--------------------------------------------------------------
## Footer Area
--------------------------------------------------------------*/

.site-footer {
	float: left;
	width: 100%;
	text-align: center;
	margin: 45px auto 0;
}

.site-footer > .wrap {
	max-width: 1170px;
	margin: 0 auto;
	padding: 10px 0;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap;
}

.footer-left > .wrap {
	text-align: left;
}

.footer-left .wrap div {
	display: inline-block;
}

.footer-right > .wrap {
	text-align: right;
}

.site-footer .widget {
	margin: 0;
}

.footer-separator {
}

.site-footer p {
	margin: 0;
}

@media only screen and (max-width: 768px) {

	.footer-left .wrap,
	.footer-right .wrap {
		text-align: center;
	}
	
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #CCCCCC;
}

a:hover,
a:focus,
a:active {
	color: #000000;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.nav-primary {
	clear: both;
	display: block;
	max-width: 1170px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	z-index: 999;
	font-family: Montserrat, sans-serif;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.content-only .nav-primary {
	
}

.nav-primary > .wrap {
	width: 100%;
	margin: 0 auto;
}

.nav-primary-sticked {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba( 255, 255, 255, 0.9 );
	max-width: 100%;
	padding: 0;
	z-index: 999;
}

.nav-primary-mobile,
.nav-secondary-mobile {
	display: none;
}

.nav-menu {
	font-family: Montserrat, sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: 300;
	text-align: center;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

.nav-menu li {
	display: inline-block;
	margin-bottom: 0;
	padding: 13px 5px;
	text-align: left;
	position: relative;
}

.jamee-nav-tetriary {
	margin: 15px auto;
}

.jamee-nav-tetriary.nav-menu li {
	padding: 5px 5px;
}

.nav-menu ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

ul.sub-menu {
	border: 1px solid #EEEEEE;
}

.nav-menu li > ul.sub-menu {
	left: -9999px;
	top: 100%;
	opacity: 0;
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	position: absolute;
	width: 200px;
	z-index: 99;
	background: #FFFFFF;
	color: #000000;
	padding: 8px 0;
}

.jamee-nav-secondary .nav-menu li > ul.sub-menu {
	background: #333333;
	color: #FFFFFF;
}

.nav-menu li:hover > ul.sub-menu {
	left: auto;
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.nav-menu ul.sub-menu li {
	display: block;
	padding: 7px 15px;
}

.nav-menu ul.sub-menu ul.sub-menu {
	margin-left: 184px;
	top: -9px;
	border-left: none;
}

.nav-menu a {
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
}

.nav-secondary .nav-menu a {
	color: #FFFFFF;
}

.nav-menu a:hover {
	color: #CCCCCC;
}

.nav-menu .sub-menu a {
	color: #000000;
}

.nav-menu .sub-menu a:hover {
	color: #CCCCCC;
}

.jamee-nav-secondary {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	font-size: 10px;
	margin: 30px 0 15px;
}

.jamee-nav-secondary li > ul.sub-menu{
	background: #333333;
	border: none;
}

.jamee-nav-secondary .sub-menu a {
	color: #FFFFFF;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation li > ul.sub-menu {
	display: none;
}

.main-navigation li > ul.sub-menu {
	display: inline;
	position: absolute;
	top: 0;
	left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

#mega-menu-wrap-nav-primary #mega-menu-nav-primary .mega-sub-menu a.mega-menu-link {
	display: block;
	padding: 5px 0;
}

@media only screen and (max-width: 768px) {

	.nav-primary {
		display: none;
	}
	
	.nav-primary-mobile {
		display: inline;
	}

}

@media only screen and (max-width: 768px) {
	
	
	.nav-secondary {
		display: none;
	}
	
	.nav-secondary-mobile {
		display: inline;
	}
	
}


/*--------------------------------------------------------------
## Mobile Navigation
--------------------------------------------------------------*/

.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	margin: 0 auto;
	padding: 9px 0;
	cursor: pointer;
	color: #000000;
}

.nav-primary-mobile .slicknav_btn {
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.nav-secondary-mobile .slicknav_btn {
	color: #FFFFFF;
}

.slicknav_btn:hover,
.slicknav_btn:active {
	color: #CCCCCC;
}

.slicknav_menu {
	*zoom: 1; 
}

.slicknav_menu .slicknav_no-text {
	margin: 0; 
}

.slicknav_menu:before {
	content: " ";
	display: table; 
}

.slicknav_menu:after {
	content: " ";
	display: table;
	clear: both; 
}

.nav-secondary-mobile .slicknav_nav {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
}

.slicknav_nav ul {
	display: block; 
}

.slicknav_nav li {
	display: block; 
}

.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
	cursor: pointer; 
}

.slicknav_nav .slicknav_item a {
	display: inline;
}

.slicknav_nav .slicknav_row {
	display: block;
}

.slicknav_nav a {
	display: block;
}

.slicknav_nav .slicknav_parent-link a {
	display: inline;
}

.slicknav_brand {
	float: left;
}

.nav-primary .slicknav_menu {
	font-size: 16px;
	box-sizing: border-box;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.slicknav_menu * {
	box-sizing: border-box;
}

.slicknav_menu .slicknav_menutxt {
	color: #000000;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #fff;
}

.slicknav_nav {
	clear: both;
	background: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 7px 0;
	font-family: Lato, sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	list-style: none;
	overflow: hidden;
}

.slicknav_nav ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0 0 0 20px;
}

.slicknav_nav .menu-item-has-children ul.sub-menu {
	border: none;
}

.slicknav_nav > .menu-item-has-children > ul.sub-menu {
	border-bottom: 1px solid #CCCCCC;
}

.slicknav_nav a {
	text-align: left;
	padding: 7px 30px;
	text-decoration: none;
	color: #000000;
}

.slicknav_nav a:hover {
	color: #CCCCCC;
}

.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}

.slicknav_nav .slicknav_item a {
	padding: 0;
	margin: 0;
}

.slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0;
}

.slicknav_brand {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding: 7px 12px;
	height: 44px;
}


/*--------------------------------------------------------------
## Posts Navigation
--------------------------------------------------------------*/

.comment-navigation,
.posts-navigation,
.post-navigation {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	margin: 0 auto 30px;
	overflow: hidden;
}

.posts-navigation {
	width: 100%;
	font-style: italic;
}

.content-only .posts-navigation {
	max-width: 1170px;
	margin: 0 auto 30px;
}

.single .post-navigation {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.posts-navigation a,
.post-navigation a {
	color: #000000;
}

.posts-navigation a:hover,
.post-navigation a:hover {
	color: #CCCCCC;
}

.posts-navigation .nav-previous,
.posts-navigation .nav-next {
	min-width: 100px;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.pagination {
	text-align: center;
}

.pagination a,
.pagination span {
	font-size: 11px;
	padding: 8px 8px 9px;
	border: 1px solid #000000;
	text-transform: uppercase;
	color: #000000;
}

.pagination a:hover,
.pagination span:hover {
	background: #000000;
	color: #FFFFFF;
}

.pagination .dots {
	border: none;
}


/*--------------------------------------------------------------
# Site header
--------------------------------------------------------------*/

.site-header {
	text-align: center;
	background: #FFFFFF;
}


/*--------------------------------------------------------------
## Toolbar Wrapper
--------------------------------------------------------------*/

.toolbar-area {
	width: 100%;
	border-bottom: 1px solid #000000;
	background: #333333;
	position: fixed;
	position: relative;
	top: 0;
	left: 0; 
	z-index: 9;
}

.toolbar-area > .wrap {
	max-width: 1170px;
	min-height: 45px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	-webkit-align-items: center;
	align-items: center;
}

.toolbar-area .widget {
	margin: 0;
}

.toolbar-area .nav-wrapper {
	
}

.toolbar-area .icons-wrapper {
	margin-left: auto;
	padding-right: 15px;
}

.toolbar-area .toolbar-social-icons {
	display: table;
	padding: 0 8px;
	min-height: 45px;
}

.toolbar-area .ll-social-icon {
	display: table-cell;
	vertical-align: middle;
}

.toolbar-area .ll-social-icon a,
.toolbar-area .cart-toolbar {
	color: #FFFFFF;
}

.toolbar-area .ll-social-icon a:hover,
.toolbar-area .cart-toolbar:hover {
	color: #CCCCCC;
}

.toolbar-area .cart-toolbar {
	position: relative;
}

.toolbar.area .cart-toolbar .fa {
	padding-right: 5px;
}

.toolbar-area .cart-toolbar-count {
	position: absolute;
	top: 0;
	left: 100%;
	font-size: 10px;
	border-radius: 100%;
	background: #CCCCCC;
	color: #FFFFFF;
	width: 18px;
	height: 18px;
}

.toolbar-area .cart-toolbar-total {
	margin-left: 25px;
	color: #FFFFFF;
	font-size: 11px;
}


@media only screen and (max-width: 500px) {
	
	
}


/*--------------------------------------------------------------
## Overlay Search Icon
--------------------------------------------------------------*/

.overlay-search {
	display: none;
	background: rgba(0, 0, 0, 0.75);
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.overlay-search .wrap-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.overlay-search form {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	overflow: visible;
	max-width: 600px;
	width: 100%;
}

.overlay-search form input {
	z-index: 1170;
	width: 100%;
	height: 60px;
	border: none;
	border-bottom: 1px solid #FFFFFF;
	background: transparent;
	padding: 0;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	text-transform: lowercase;
}

.overlay-search form input,
.overlay-search form input:focus {
	color: #FFFFFF;
}

.overlay-search form input[type=submit] {
	display: none;
}

.overlay-search ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #FFFFFF;
}

.overlay-search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #FFFFFF;
   opacity:  1;
}

.overlay-search ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #FFFFFF;
   opacity:  1;
}

.overlay-search :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #FFFFFF;
}

.overlay-toggle {
	padding: 0 15px 0 0;
	min-height: 45px;
	height: auto;
	color: #CCCCCC;
	display: table;
	font-size: 11px;
}

a.overlay-toggle {
	color: #FFFFFF;
}

a.overlay-toggle:hover {
	color: #CCCCCC;
}

.overlay-toggle .fa {
	display: table-cell;
	vertical-align: middle;
}

.overlay-close {
	z-index: 1001;
}

.overlay-close .overlay-close-icon {
	font-size: 48px;
	width: 48px;
	height: 48px;
	color: #FFFFFF;
	background: transparent;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}


/*--------------------------------------------------------------
# Entry Details
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/

.page-header {
	padding: 30px;
	border: 1px solid #CCCCCC;
	text-align: center;
	margin-bottom: 45px;
}

.page-header p {
	line-height: 1;
	margin: 0 auto 15px;
}

.page-header .page-title {
	margin: 0 auto;
	line-height: 1;
}


/*--------------------------------------------------------------
## Entry Header
--------------------------------------------------------------*/

.entry-header {
	margin-bottom: 30px;
}


/*--------------------------------------------------------------
## Entry Meta
--------------------------------------------------------------*/

.entry-meta {
	font-family: Lato, sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: center;
}

.entry-meta a {
	color: #AAAAAA;
}

.entry-meta a:hover {
	color: #000000;
}

.entry-meta .entry-date {
	text-transform: uppercase;
}

.entry-meta-separator {
	padding: 0 6px;
}


/*--------------------------------------------------------------
## Entry Author Link
--------------------------------------------------------------*/

.author-pre {
	padding-left: 6px;
	padding-right: 3px;
}

.byline .author {
	text-transform: uppercase;
}


/*--------------------------------------------------------------
## Entry Categories
--------------------------------------------------------------*/

.entry-cats {
	display: block;
	margin: 0 0 15px;
	font-size: 10px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1px;
}

.cat-pre {
	padding-right: 3px;
}

.cat-links {
	text-transform: uppercase;
	font-weight: 400;
}

.cat-links a {
	font-family: Montserrat, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #000000;
	padding: 2px 3px 1px;
}

.cat-links a:hover {
	color: #FFFFFF;
	background: #000000;
}

.cat-separator {
	display: inline-block;
	padding: 0 3px;
}


/*--------------------------------------------------------------
## Entry Title
--------------------------------------------------------------*/

.entry-title,
.entry-title a {
	font-family: "Loveline", Montserrat, sans-serif;
	font-size: 46px;
	color: #000000;
	margin-bottom: 10px;
	text-align: center;
}

.entry-title a:hover {
	color: #CCCCCC;
}


/*--------------------------------------------------------------
## Featured Image
--------------------------------------------------------------*/

.wp-post-image {
	display: block;
	margin-bottom: 30px;
}


/*--------------------------------------------------------------
## More Link
--------------------------------------------------------------*/

a.more-link {
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 400;
	display: table;
	margin: 25px auto 0;
	color: #CCCCCC;
}

a.more-link:hover {
	color: #000000;
}


/*--------------------------------------------------------------
## Entry Comments Link
--------------------------------------------------------------*/

.comments-separator {
	padding: 0 8px;
}

a.comments-popup-link {
	color: #000000;
	position: relative;
	padding-left: 14px;
}

a.comments-popup-link:hover {
	color: #CCCCCC;
}

.comments-popup-link:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\f075";
	font-family: FontAwesome;
	line-height: 1.2;
}


/*--------------------------------------------------------------
## Entry Tags
--------------------------------------------------------------*/

.tags-links {
	font-family: Lato, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
}

.tags-links .fa {
	margin-right: 5px;
}

.tags-links a {
	color: #000000;
}

.tags-links a:hover {
	color: #CCCCCC;
}


/*--------------------------------------------------------------
## Entry Footer
--------------------------------------------------------------*/

.entry-footer {
	font-family: Lato, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
}

.entry-footer > .wrap {
	margin-top: 30px;
	padding: 0 0 15px;
	border-bottom: 1px solid #EEEEEE;
}

.post-footer {
	text-transform: uppercase;
}

.post-footer-line {
	width: calc( 100% / 3 );
	float: left;
}

.post-footer-line-1 {
	text-align: left;
}

.post-footer-line-2 {
	text-align: center;
}

.post-footer-line-3 {
	text-align: right;
}

.post-sharing-icons {
	padding: 0;
	margin: 0 0 0 auto;
}

.post-sharing-icons a {
	display: inline-block;
	font-size: 11px;
	margin-left: 8px;
	color: #000000;
}

.post-sharing-icons a:hover {
	color: #CCCCCC;
}

@media ( max-width: 460px ) {
	
	.post-footer-line {
		text-align: center;
		width: 100%;
		padding: 5px 0;
	}
	
}


/*--------------------------------------------------------------
## Entry Author Box
--------------------------------------------------------------*/

.post-author-box {
	display: block;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #EEEEEE;
}

.post-author-box .author-box-photo {
	width: 25%;
	padding-right: 30px;
	float: left;
	line-height: 0;
}

.post-author-box .author-box-photo img {
	width: 100%;
	height: auto;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.post-author-box .author-box-description {
	float: left;
	width: 75%;
}

.author-box-description p {
	margin-bottom: 10px;
}

.post-author-box .social-icons {
	display: block;
}

.post-author-box .ll-social-icon:first-child a {
	padding-left: 0;
}

.post-author-box .ll-social-icon a {
	color: #000000;
}

.post-author-box .ll-social-icon a:hover {
	color: #CCCCCC;
}


@media only screen and (max-width: 768px) {
	
	.post-author-box .author-box-photo,
	.post-author-box .author-box-description {
		width: 100%;
		text-align: center;
	}
	
	.post-author-box .author-box-photo {
		margin-bottom: 20px;
		padding: 0;
	}
	
}


/*--------------------------------------------------------------
## Entry Navigation
--------------------------------------------------------------*/

.post-navigation {
	display: block;
	width: 100%;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	margin-bottom: 30px;
}

.post-navigation > .wrap {
	padding-bottom: 30px;
	border-bottom: 1px solid #EEEEEE;
}

.post-navigation .nav-links {
}


.post-navigation-title-left,
.post-navigation-title-right {
	font-family: Lato, sans-serif;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	width: 100%;
}

.post-navigation-title-left {
}

.post-navigation-title-right {
	text-align: right;
}


/*--------------------------------------------------------------
## Entry Related Posts
--------------------------------------------------------------*/

.related-container {
	margin-bottom: 20px;
}

.related-container > .wrap {
	
}

.single .related-container {
	max-width: 860px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
}

.related-box {
	margin-bottom: 15px;
}

a.related-box-title {
	color: #000000;
}

a.related-box-title:hover {
	color: #CCCCCC;
}

.related-thumbnail img {
	margin: 0 auto;
}

a.related-thumbnail { 
	position: relative;
	display: block;
	margin: 0;
	line-height: 0;
	height: 0;
	padding-top: 130%;
}

.related-title {
	font-size: 16px;
	display: block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	bottom: 0;
	background: rgba( 0, 0, 0, 0.5 );
	opacity: 0;
}

.related-title:hover {
	opacity: 0.99;
}


/*--------------------------------------------------------------
## Entry Comments
--------------------------------------------------------------*/

.comments-area {
	
}

.single .comments-area {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.comments-area a {
	color: #000000;
}

.comments-area a:hover {
	color: #CCCCCC;
}

.comments-area .children {
	padding-left: calc( 0.5rem );
	padding-left: -moz-calc( 0.5rem );
	padding-left: -webkit-calc( 0.5rem );
}

.comment-author img {
	float: left;
}

.comment-author .fn {
	padding-left: 10px;
	font-family: Lato, sans-serif;
	font-weight: 400;
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
}

.comment-author .fn a {
	color: #CCCCCC;
}

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

.comment-author .says,
.comment-meta  {
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 1px;
}

.comment-meta {
	display: block;
	padding-left: 55px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #EEEEEE;
}

.comment-content a {
	word-wrap: break-word;
}

.comment-body .reply {
	font-family: Lato, sans-serif;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.comment-body .reply a {
	color: #CCCCCC;
}

.comment-body .reply a:hover {
	color: #000000;
}

.bypostauthor {
	display: block;
}

.comment-list {
	padding: 0;
}

ol.comment-list,
ol.comment-list > li,
ul.children,
ul.children > li {
	list-style: none;
}

.comment-list .comment .comment-body {
	padding: 30px;
	margin-bottom: 30px;
	border: 1px solid #EEEEEE;
}

.comment-list .comment.bypostauthor .comment-body {
	border: 1px solid #CCCCCC;
}

.comment-list .pingback {
	padding: 30px;
	margin: 0 0 30px;
	border: 1px solid #EEEEEE;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 30px;
}

.widget:last-child {
	margin-bottom: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.widget-title,
.widget-title a {
	display: block;
	width: 100%;
	font-family: Lato, sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

.widget-title {
	margin-bottom: 20px;
}

.sidebar-area .widget-title {
	text-align: left;
}


/*--------------------------------------------------------------
## Categories Widget
--------------------------------------------------------------*/

.widget_categories ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 10px;
}

.widget_categories .cat-item {
	margin-bottom: 5px;
	border-bottom: 1px solid #EEEEEE;
	color: #CCCCCC;
}

.widget_categories .cat-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.widget_categories a,
.widget_categories select,
.widget_categories option {
	font-family: Lato, sans-serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.widget_categories a {
	padding: 9px 0 15px;
	color: #CCCCCC;
	display: inline-block;
}

.widget_categories a:hover {
	color: #000000;
}

.widget_categories select,
.widget_categories option {
	display: block; 
	width: 100%;
	padding: 7px;
	border: 1px solid #222222;
	border-radius: 0;
	color: #000000;
}


/*--------------------------------------------------------------
## Tags Widget
--------------------------------------------------------------*/

.widget_tag_cloud .tagcloud {
	text-align: center;
}

.widget_tag_cloud a {
	font-family: Lato, sans-serif;
	font-size: 10px !important;
	letter-spacing: 1px;
	display: inline-block;
	text-transform: uppercase;
	color: #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	line-height: 1;
	padding: 0 0 5px;
	margin-right: 3px;
	margin-bottom: 4px;
}

.widget_tag_cloud a:hover {
	color: #000000;
}


/*--------------------------------------------------------------
## Nav Widget
--------------------------------------------------------------*/

.widget_nav_menu {
	text-transform: uppercase;
}

.widget_nav_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border:  none;
}

.widget_nav_menu li {
	font-family: Lato, sans-serif;
	font-size: 10px;
	font-weight: 400;
	color: #CCCCCC;
	text-transform: uppercase;
}

.widget_nav_menu li .sub-menu {
	padding-top: 0;
}

.widget_nav_menu a {
	display: block;
	padding: 5px 0 6px;
}


/*--------------------------------------------------------------
## Pages Widget
--------------------------------------------------------------*/

.widget_pages ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget_pages li {
    margin-bottom: 5px;
    border-bottom: 1px solid #EEEEEE;
}

.widget_pages li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.widget_pages .page_item a {
	font-family: Lato, sans-serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	padding: 9px 0 15px;
}


/*--------------------------------------------------------------
## Search Widget
--------------------------------------------------------------*/

.widget_search .search-form {
	clear: both;
}

.widget_search .search-form:before,
.widget_search .search-form:after {
	content: " ";
	display: table;
	table-layout: fixed;
	clear: both;
}

.widget_search .search-field {
	border: 1px solid #CCCCCC;
	height: 45px;
	width: 100%;
	margin-bottom: 7px;
}

.widget_search .search-submit {
	height: 45px;
	width: 100%;
	float: right;
}


/*--------------------------------------------------------------
## Archives Widget
--------------------------------------------------------------*/

.widget_archive ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 10px;
	font-style: italic;
}

.widget_archive li {
	margin-bottom: 5px;
	border-bottom: 1px solid #EEEEEE;
}

.widget_archive li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.widget_archive li,
.widget_archive select,
.widget_archive option {
	font-family: Lato, sans-serif;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #CCCCCC;
}

.widget_archive a,
.widget_archive select,
.widget_archive option {
	display: block;
	font-style: normal;
	font-weight: 400;
}

.widget_archive li a {
	padding: 9px 0 15px;
	display: inline-block;
}

.widget_archive select,
.widget_archive option {
	width: 100%;
	padding: 7px;
	border: 1px solid #222222;
	border-radius: 0;
	color: #000000;
}


/*--------------------------------------------------------------
## Meta Widget
--------------------------------------------------------------*/

.widget_meta ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget_meta li {
	margin-bottom: 5px;
	border-bottom: 1px solid #EEEEEE;
}

.widget_meta li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.widget_meta li a {
	font-family: Lato, sans-serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	padding: 9px 0 15px;
}


/*--------------------------------------------------------------
## Recent Comments Widget
--------------------------------------------------------------*/

.widget_recent_comments ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 10px;
}

.widget_recent_comments li {
	padding: 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #EEEEEE;
}

.widget_recent_comments li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.widget_recent_comments li a {
	font-family: Lato, sans-serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	padding: 9px 0 15px;
}


/*--------------------------------------------------------------
## Recent Posts Widget
--------------------------------------------------------------*/

.widget_recent_entries ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget_recent_entries li {
	padding: 9px 0 15px;
	margin-bottom: 5px;
	border-bottom: 1px solid #EEEEEE;
}

.widget_recent_entries li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.widget_recent_entries li a {
	font-family: Lato, sans-serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
}


/*--------------------------------------------------------------
## Text Widget
--------------------------------------------------------------*/

.widget_text ul {
	list-style: none;
	padding: 0;
}

.widget_text li {
	padding: 9px 0 15px;
	margin-bottom: 5px;
	border-bottom: 1px solid #EEEEEE;
}

.widget_text li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.widget_text li a,
.widget_text select,
.widget_text option {
	font-family: Lato, sans-serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
}

.widget_text select,
.widget_text option {
	width: 100%;
	padding: 7px;
	border: 1px solid #222222;
	border-radius: 0;
	color: #000000;
}


/*--------------------------------------------------------------
## RSS Widget
--------------------------------------------------------------*/

.widget_rss ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget_rss li {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEEEEE;
}

.widget_rss li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.widget_rss li a {
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #000000;
	display: block;
}

.widget_rss li a:hover {
	color: #CCCCCC;
}

.widget_rss li a.rsswidget {
	margin-bottom: 10px;
	font-size: 16px;
}

.widget_rss .widget-title .rsswidget {
	display: inline-block;
	width: auto;
}


/*--------------------------------------------------------------
## Calendar Widget
--------------------------------------------------------------*/

.widget_calendar #wp-calendar {
	font-size: 12px;
}

.widget_calendar td {
	text-align: center;
}


/*--------------------------------------------------------------
## About Me Widget
--------------------------------------------------------------*/

.jamee_About_Me_Widget {
	padding: 0 !important;
	border: none !important;
}

.profile-box {
	text-align: center;
	margin: 0 auto;
	position: relative;
}

.profile-box-photo,
.profile-box img {
	line-height: 0;
}

.profile-box-photo img {
	width: 100%;
	height: auto;
}

.profile-box-content {
	width: 100%;
	padding: 30px 30px;
	text-align: center;
}

.profile-box-content .bio-link {
	font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 1px;
    display: table;
    margin: 10px auto 0;
    color: #CCCCCC;
}

.profile-box-content a:hover,
.profile-box-content a:active {
	color: #000000;
}

.profile-box-signature {
	display: block;
	margin: 20px auto 0;
}

.profile-box-icons {
	margin: 10px auto 0;
	padding: 0;
}


/*--------------------------------------------------------------
## Popular/Recent Posts Widget
--------------------------------------------------------------*/

.ll-recent-posts-item:not(:last-child),
.ll-popular-posts-item:not(:last-child) {
	padding-bottom: 12px;
	margin-bottom: 15px;
	border-bottom: 1px solid #EEEEEE;
}


.ll-recent-posts-image,
.ll-popular-posts-image {
	float: left;
	padding-right: 15px;
	line-height: 0;
}

.ll-recent-posts-image img,
.ll-popular-posts-image img {
	margin-bottom: 0;
}

.ll-recent-posts-info,
.ll-popular-posts-info {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column;
	flex-flow: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.ll-recent-posts-entry-title,
.ll-popular-posts-entry-title {
	margin: 0 auto 5px 0;
}

.ll-recent-posts-info .entry-meta,
.ll-popular-posts-info .entry-meta {
	text-align: left;
	text-transform: uppercase;
}


/*--------------------------------------------------------------
## MailChimp for WP Widget
--------------------------------------------------------------*/

.newsletter-area .mc4wp-form {
	margin-bottom: 0;
}

.mc4wp-form-fields {
	line-height: 1;
}

.mc4wp-form p {
	margin: 0;
	text-align: left;
}

.mc4wp-response {
	margin: 10px auto;
	display: none;
}

.mc4wp-form input {
	height: 45px;
	margin: 0 0 5px;
	max-width: 100%;
	width: 100%;
}

.sidebar-area .mc4wp-form input,
.sidebar-area .mc4wp-form input[type=submit] {
	max-width: 100%;
	margin: 2px auto 3px;
}

.mc4wp-form input[type=submit] {
	vertical-align: top;
	max-width: 100%;
}

.after-header-area .mc4wp-form {
	max-width: 768px;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	
	.mc4wp-form input,
	.mc4wp-form input[type=submit] {
		max-width: 100%;
		width: 100%;
		margin: 5px auto;
	}
	
}


/*--------------------------------------------------------------
## Smash Baloon Instagram Widget
--------------------------------------------------------------*/

#sb_instagram #sbi_load {
	padding: 0 !important;
}

#sb_instagram {
	position: relative;
}

#sb_instagram #sbi_load .sbi_follow_btn {
	margin: 0 !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}

#sb_instagram .sbi_follow_btn a {
	margin: 0 !important;
	font-family: Lato, sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #CCCCCC !important;
	padding: 15px 15px 14px !important;
	border-radius: 0 !important;
	background: #FFFFFF !important;
	color: #000000 !important;
}

#sb_instagram .sbi_follow_btn .fa {
	display: none !important;
}

#sb_instagram #sbi_load .sbi_load_btn:focus, #sb_instagram #sbi_load .sbi_load_btn:hover, #sb_instagram .sbi_follow_btn a:focus, #sb_instagram .sbi_follow_btn a:hover {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

@media only screen and (max-width: 768px) {
	
	#sb_instagram #sbi_load .sbi_follow_btn {
		display: none;
	}
	
}


/*--------------------------------------------------------------
## Social Icons Widget
--------------------------------------------------------------*/

.jamee_Social_Icons_Widget {
	text-align: center;
}

.ll-social-icon {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

.ll-social-icon a {
	padding: 5px 6px;
	display: block;
	line-height: 0;
}

.ll-social-icon a span {
	margin-left: 5px;
}


/*--------------------------------------------------------------
## Contact Form 7 Widget
--------------------------------------------------------------*/

.wpcf7-form input {
	width: 100%;
}

.wpcf7-form input[type=submit] {
	height: 45px;
	padding: 10px;
}

.wpcf7-form select {
	
}


/*--------------------------------------------------------------
## Zilla Likes
--------------------------------------------------------------*/

.zilla-likes,
.zilla-likes:hover {
	margin-bottom: 0 !important;
}


/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/

.woocommerce-page .site-inner .wrap > #container {
	padding: 0 15px;
}

.woocommerce-page .content-sidebar .wrap >  #container,
.woocommerce-page .sidebar-content .wrap >  #container {
	width: 68%;
}
	
.woocommerce-page .content-sidebar .wrap >  #container {
	float: left;
}

.woocommerce-page .sidebar-content .wrap >  #container {
	float: right;
}

.woocommerce-page .content-only .wrap >  .container {
	width: 100%;
}

.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img {
	width: 60px;
}

.woocommerce a.remove {
	width: 1.2em;
	height: 1.2em;
	border-radius: 0;
	border: 1px solid #CCCCCC;
}

.woocommerce a.remove:hover {
	color: #FFFFFF;
	background: #CCCCCC;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, .woocommerce button.button, 
.woocommerce input.button {
	border: 1px solid #CCCCCC;
	border-radius: 0;
	background: #CCCCCC;
	color: #FFFFFF;
	font-family: Lato, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	padding: 8px 15px;
	height: 30px;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
	background: #000000;
	border-color: #000000;
	color: #FFFFFF;
}

.woocommerce span.onsale {
	border-radius: 0;
	min-height: 2em;
	line-height: 2em;
	font-weight: 400;
	text-transform: uppercase;
}

.woocommerce p.stars a,
.woocommerce .star-rating span::before {
	color: #000000;
}

.woocommerce p.stars a:hover {
	color: #CCCCCC;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
	color: #000000;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background: #CCCCCC;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	background: #000000;
	border-color: #000000;
}

.woocommerce .woocommerce-breadcrumb a:hover {
	color: #CCCCCC;
}


/*--------------------------------------------------------------
## Single Product Page
--------------------------------------------------------------*/

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

.woocommerce .quantity .qty {
	width: 60px;
	padding: 5px 10px 4px;
}


/*--------------------------------------------------------------
## Cart Page
--------------------------------------------------------------*/

#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	padding: 7px 6px 8px;
}

#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
	margin-bottom: 0;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	font-size: 11px;
	height: 45px;
	font-weight: 400;
	padding-top: 15px;
}

/*--------------------------------------------------------------
## My Account Page
--------------------------------------------------------------*/

.entry-content .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
}

.entry-content .woocommerce-MyAccount-navigation ul > li {
	list-style-type: none;
	padding: 5px 0;
	border-bottom: 1px solid #EEEEEE;
}

/*--------------------------------------------------------------
## Checkout Page
--------------------------------------------------------------*/

.entry-content .woocommerce-checkout-payment ul > li {
	list-style-type: none;
	padding-left: 0;
}


/*--------------------------------------------------------------
## Cart Widget
--------------------------------------------------------------*/

.woocommerce .widget_shopping_cart .cart_list li, 
.woocommerce.widget_shopping_cart .cart_list li {
	padding-left: 3em;
}

.woocommerce .widget_shopping_cart .total, 
.woocommerce.widget_shopping_cart .total {
	border-top: 1px solid #EEEEEE;
	margin-top: 0;
	padding: 5px 0;
}

.woocommerce-mini-cart__buttons {
	text-align: center;
	margin-top: 0;
}

.woocommerce-mini-cart-item .quantity {
	font-size: 11px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 400;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin-left: 80px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	width: 60px;
}


/*--------------------------------------------------------------
## Product Categories Widget
--------------------------------------------------------------*/

.product-categories ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

.product-categories .cat-item {
	margin-bottom: 5px;
	border-bottom: 1px solid #EEEEEE;
	color: #CCCCCC;
}

.product-categories a {
	padding: 9px 0 15px;
	color: #CCCCCC;
	display: inline-block;
}

.product_categories a, 
.product_categories select, 
.product_categories option {
	font-family: Lato, sans-serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
}


/*--------------------------------------------------------------
## Product Tags Widget
--------------------------------------------------------------*/

.widget_product_tag_cloud .tagcloud {
	text-align: center;
}

.widget_product_tag_cloud a {
	font-family: Lato, sans-serif;
	font-size: 10px !important;
	letter-spacing: 1px;
	display: inline-block;
	text-transform: uppercase;
	color: #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	line-height: 1;
	padding: 0 0 5px;
	margin-right: 3px;
	margin-bottom: 4px;
}

.widget_product_tag_cloud a:hover {
	color: #000000;
}


/*--------------------------------------------------------------
## Recently Viewed Products Widget
--------------------------------------------------------------*/

.widget_recently_viewed_products .woocommerce-Price-amount {
	font-size: 11px;
}


/*--------------------------------------------------------------
## Recent Reviews Widget
--------------------------------------------------------------*/

.widget_recent_reviews .reviewer {
	font-size: 11px;
}


/*--------------------------------------------------------------
## Top Rated Products Widget
--------------------------------------------------------------*/

.widget_top_rated_products .woocommerce-Price-amount {
	font-size: 11px;
}

/*--------------------------------------------------------------
## Average Rating Widget
--------------------------------------------------------------*/

.woocommerce .widget_rating_filter ul li a {
	font-size: 11px;
}

/*--------------------------------------------------------------
## Filter By Price Widget
--------------------------------------------------------------*/

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #CCCCCC;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #333333;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	font-size: 11px;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 117000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.wrap:before,
.wrap:after,
.site-main:before,
.site-main:after,
.row:before,
.row:after,
.grid-container:before,
.grid-container:after,
.nav-links:before,
.nav-links:after,
article:before,
article:after {
	content: " ";
	display: table;
	table-layout: fixed;
	clear: both;
}

.clearfix:after,
.clear,
.site-main,
.grid-container,
.row,
article {
	clear: both;
}


/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

.slider-area {
	max-width: 100%;
	width: 100%;
	margin: 30px auto 0;
	padding: 0;
}

.slider-area .wrap {
	overflow: hidden;
}

.jamee-top-slider .slider-image {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-position: center !important;
}

.jamee-top-slider .slick-track {
	height: 500px;
}

@media only screen and (max-width: 991px) {
	
	.jamee-top-slider .slick-track {
		height: 400px;
	}
	
}

@media only screen and (max-width: 768px) {
	
	.jamee-top-slider .slick-track {
		height: 300px;
	}
	
}


/*--------------------------------------------------------------
## Slider Meta
--------------------------------------------------------------*/

.slider-cats {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

.slider-cats .cat-links a {
	color: #FFFFFF;
}

.slider-cats .cat-links a:hover {
	color: #CCCCCC;
}


/*--------------------------------------------------------------
## Slider Content
--------------------------------------------------------------*/

.slider-wrapper {
	position: relative;
}

.slider-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
}

.slider-content .wrap {
	width: 100%;
	min-height: 45px;
	padding: 10px 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.95) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.75) 50%,rgba(0,0,0,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.75) 50%,rgba(0,0,0,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	text-align: center;
}

.slider-content a,
.slider-content .author-pre {
	text-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	color: #FFFFFF;
}

.slider-content a:hover {
	color: #CCCCCC;
}

.slider-title {
	text-align: center;
	line-height: 1.32;
	position: relative; 
	margin-bottom: 0;
}

.slider-subtitle,
.slider-meta {
	font-family: Lato, sans-serif;
	font-size: 10px;
	text-align: center;
	margin: 0 auto;
}

.slider-meta .posted-on,
.slider-meta .author {
	text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
	
	.slider-content .wrap {
		
	}
}


/*--------------------------------------------------------------
## Slider Navigation
--------------------------------------------------------------*/

.slider-nav-left-hide,
.slider-nav-right-hide {
	opacity: 0;
	filter: alpha(opacity=0);
}

.slider-nav-left-show,
.slider-nav-right-show {
	opacity: 0.99;
	filter: alpha(opacity=99);
}

.slider-nav-left,
.slider-nav-right {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	width: 30px;
	height: 30px;
	text-align: center;
}

.slider-nav-left {
	left: 30px;
}

.slider-nav-right {
	right: 30px;
}

.slider-nav-left:hover,
.slider-nav-right:hover {
	background: #CCCCCC;
	color: #FFFFFF;
}

.icon-chevron-left,
.icon-chevron-right {
	width: 100%;
	height: 100%;
	padding: 12px 11px;
}

.icon-chevron-left:before, 
.icon-chevron-right:before {
	font-family: "fontawesome";
    font-size: 20px;
    font-style: normal;
    line-height: 1;
    display: block;
}

.icon-chevron-left:before {
	content: '\f104';
}

.icon-chevron-right:before {
	content: '\f105';
}


@media only screen and (max-width: 768px) {
	
	.sldr-post-cntnt-brdr {
		padding: 30px;
	}
	
}


/*--------------------------------------------------------------
# Featured Boxes
--------------------------------------------------------------*/

.featured-boxes {
	max-width: 1170px;
	width: 100%;
	margin: 30px auto 0;
	position: relative;
	text-transform: uppercase;
}

.featured-boxes .wrap {
	padding: 0;
}

.featured-box {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	height: 250px;
	position: relative;
}

.featured-box-algnr {
	width: 100%;
	height: auto;
	padding: 10px;
	flex-flow: column;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.95) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.75) 50%,rgba(0,0,0,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.75) 50%,rgba(0,0,0,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.featured-box .box-title {
	display: block;
	width: 100%;
}

.featured-box .box-title h3 {
	line-height: 1.32;
	text-align: center;
	margin-bottom: 0;
}

.featured-box .box-subtitle {
	font-family: Lato, sans-serif;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;
}

.featured-box a {
	color: #FFFFFF;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.8);
}

.featured-box a:hover {
	color: #CCCCCC;
}

.vertical.featured-box:not(.last) {
	margin-bottom: 15px;
}


@media only screen and (max-width: 768px) {
	
	.featured-box:not(.box-first) {
		margin-top: 30px;
	}
	
}

/*--------------------------------------------------------------
# Miscellaneous
--------------------------------------------------------------*/

::-moz-selection {
	background: #CCCCCC;
	color: #222222;
}

::selection {
	background: #CCCCCC;
	color: #222222;
}

.back-to-top {
	font-size: 12px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 30px;
	height: 30px;
	color: #FFFFFF;
	background: #333333;
	border: 1px solid #CCCCCC;
	z-index: 998;
}

.back-to-top:hover {
	background: #CCCCCC;
}

.back-to-top a {
	color: #FFFFFF;
	line-height: 1;
	padding: 7px 10px;
}

.sticky-badge {
	position: absolute;
	z-index: 1;
	top: 30px;
	right: 30px;
	background: #CCCCCC;
	padding: 5px 10px;
	font-family: Lato, sans-serif;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	color: #FFFFFF;
}

.post-badge {
	position: absolute; 
	top: 0;
	right: 0;
	background: #CCCCCC;
	color: #FFFFFF;
	padding: 5px 10px;
	z-index: 1;
}


/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/

.error-404 {
	margin-bottom: 45px;
}

.error-404 p {
	text-align: center;
}

.error-404 .search-form {
	text-align: center;
}

.error-404 input[type=submit] {
	vertical-align: top;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky,
.list-container article.sticky,
.grid-container article.sticky {
	display: block;
	position: relative;
	padding: 30px 30px 0;
	border: 1px solid #CCCCCC;
}

.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 30px 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 30px;
}

.blog .entry-content {
	text-align: justify;
}

.entry-content a:not(.more-link) {
	font-weight: 400;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 15px;
	padding-left: 15px;
}

.entry-content ol > li {
	list-style-type: decimal;
	padding-left: 8px;
}

.entry-content ul > li {
	list-style-type: disc;
	padding-left: 8px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

a.entry-image-link {
	display: block;
	line-height: 0;
	background: transparent;
}

a.entry-image-link img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/*--------------------------------------------------------------
## Infinite Scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}


/*--------------------------------------------------------------
## Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 15px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 5px 0;
}

.wp-caption-text {
	text-align: center;
}



/*--------------------------------------------------------------
## Column Classes
--------------------------------------------------------------*/
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*--------------------------------------------------------------
## Grid Layout
--------------------------------------------------------------*/

ul.grid-container {
	padding: 0;
}

.grid-container li {
	list-style-type: none;
	vertical-align: top;
}

.grid-item a.more-link {
	border: none;
	display: table;
	padding: 0;
	background: transparent;
	color: #CCCCCC;
}

.grid-item a.more-link:hover {
	color: #000000;
}

.grid-item .entry-footer {
	display: none;
}


/*--------------------------------------------------------------
## List Layout
--------------------------------------------------------------*/

ul.list-container {
	padding: 0;
}

.list-container li {
	list-style-type: none;
	vertical-align: top;
}

.list-container article {
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.list-container .list-item .wp-post-image {
	margin-bottom: 0;
}

.list-container .list-entry-left,
.list-container .list-entry-right {
	float: left;
}

.list-container .list-entry-left {
	width: 50%;
}

.list-container .list-entry-right {
	width: calc( 50% + 90px );
	padding: 30px;
	margin-top: 60px;
	margin-left: -30px;
	background: #FFFFFF;
	z-index: 9;
}

.list-item a.entry-image-link {
	width: 100%;
	height: 0;
	padding-top: 140%;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	opacity: 1;
}

.list-item a.entry-image-link:hover {
	opacity: 0.85;
}

.list-item a.more-link {
	display: table;
	padding: 0 0 3px;
	margin: 30px auto 30px 0;
	background: transparent;
	border-bottom: 1px solid #000000;
	color: #000000;
}

.list-item a.more-link:hover {
	color: #CCCCCC;
	border-color: #CCCCCC;
}

.list-item .entry-footer {
	display: none;
}

.list-item .entry-cats,
.list-item .entry-title,
.list-item .entry-meta {
	text-align: left;
}

.list-item .entry-title {
	position: relative;
	padding-bottom: 5px;
}

.list-item .entry-title:after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	width: calc( 100% + 90px );
	border-top: 1px solid #000000;
}

.list-item .entry-meta {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.list-item .post-badge {
	left: 0;
	right: auto;
}

.list-item .stp-title {
	font-family: Montserrat, sans-serif;
	font-size: 11px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	width: 100%;
	margin: 0 auto -10px;
	position: relative;
}

.list-item .shopsense-widget {
	margin-bottom: -30px;
}

@media ( max-width: 992px ) {
	
	.list-item a.entry-image-link {
		padding-top: 170%;
	}
	
}

@media only screen and (max-width: 768px) {
	
	.list-container .list-entry-left,
	.list-container .list-entry-right {
		width: 100%;
	}
	
	.list-container .list-entry-left {
		padding: 0;
	}
	
	.list-container .list-entry-right {
		margin: -30px auto 0;
		width: calc( 100% - 60px );
	}
	
	.list-container article {
		-webkit-flex-flow: column;
		flex-flow: column;
	}
	
	.list-item .entry-title:after {
		width: 100%;
	}
	
	.list-item a.entry-image-link {
		padding-top: 130%;
	}
}


/*--------------------------------------------------------------
## Block Layout
--------------------------------------------------------------*/

.block-container {
	max-width: 1030px;
	margin: 0 auto;
}

.block-item .entry-image-link {
	position: relative;
}

.block-item .block-item-title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba( 255, 255, 255, 0.3 );
	opacity: 0;
	text-align: center;
}

.block-item .entry-image-link:hover .block-item-title {
	opacity: 0.99;
}

.block-item a {
	color: #000000;
}

.block-pagination {
	margin: 0 auto;
	text-align: center;
}


/*--------------------------------------------------------------
## Infinite scroll
--------------------------------------------------------------*/

.jscroll-loading-text {
	display: block;
	text-align: center;
	margin: 0 auto;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 30px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## Sexy Flex
--------------------------------------------------------------*/

.display-flex {
	display: flex;
	display: -webkit-flex;
}

.flex-start-start {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.flex-center-start {
	justify-content: center;
	-webkit-justify-content: center;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.flex-end-start {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.flex-start-center {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
	-webkit-align-items: center;
}

.flex-center-center {
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.flex-end-center {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	align-items: center;
	-webkit-align-items: center;
}

.flex-start-end {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: flex-end;
	-webkit-align-items: flex-end;
}

.flex-center-end {
	justify-content: center;
	-webkit-justify-content: center;
	align-items: flex-end;
	-webkit-align-items: flex-end;
}

.flex-end-end {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	align-items: flex-end;
	-webkit-align-items: flex-end;
}

.flex-column {
	flex-flow: column;
	-webkit-flex-flow: column;
}

.flex-row {
	flex-flow: row;
	-webkit-flex-flow: row;
}


/*--------------------------------------------------------------
## Collective Media Queries
--------------------------------------------------------------*/

@media only screen and (max-width: 1200px) {
	
	.featured-boxes,
	.after-header-area,
	.site-inner > .wrap,
	.pre-footer-area .wrap,
	.footer-widgets-area > .wrap {
		max-width: 991px;
	}
	

@media only screen and (max-width: 991px) {
	
	.featured-boxes,
	.after-header-area,
	.site-inner > .wrap,
	.pre-footer-area .wrap,
	.footer-widgets-area > .wrap {
		max-width: 768px;
	}
	
}

@media only screen and (max-width: 768px) {
	
	.featured-boxes,
	.after-header-area,
	.site-inner > .wrap,
	.pre-footer-area .wrap,
	.footer-widgets-area > .wrap {
		max-width: 100%;
	}
	
}