/*
Theme Name: FoodyPro
Theme URI: http://pankogut.com/wordpress-themes/foodypro/
Author: Pankogut
Author URI: http://pankogut.com
Description: FoodyPro is the perfect theme for your food project. Lightweight and highly extendable, it will enable you to create a food blog and a WooCommerce storefront with a beautiful & professional design. Very fast, responsive, RTL & translation ready and best SEO practices. Your site will looks good on every device: mobile, tablet and desktop. The category page is already a recipe index with a custom widgets area for filters. It's also retina compatible.
Version: 1.0.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: foodypro
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-header, custom-menu, custom-colors, editor-style, featured-image-header, full-width-template, post-formats, theme-options, featured-images, translation-ready
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Mobile First
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Header
    ## Promo Boxes
    ## Intro Area
# Widgets
	## About+Social
	## Instagram Widget
	## Banner ADV Widget
	## Jetpack Subscription
    ## Latest Post with Thumbnail
    ## Facebook Widget
# Content
    ## Posts and pages
    ## Archives
	## Asides
	## Comments
# Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
	## Slick Slider
# Woocommerce
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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 0;
}

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-appearance: textfield;
	box-sizing: content-box;
}

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;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Mobile First
--------------------------------------------------------------*/
.container {
	background-color: #ffffff;
	padding: 0 20px;
}

.site-content{
	margin-top: 1em;
}

@media screen and (min-width: 1024px) {
	.container {
		margin: 0 auto;
		max-width: 1240px;
	}

	.site-content{
		margin-top: 3em;
		margin-right: -10px;
		margin-left: -10px;
	}

	.content-area {
		float: left;
		padding-left: 10px;
		padding-right: 10px;
		width: 70%;
	}

	.widget-area {
		float: right;
		padding-left: 10px;
		padding-right: 10px;
		width: 30%;
		clear: right;
	}

	/* Grid Layouts */
	.blog .post {
		float: left;
		width: 100%;
	}

	.centered {
	    float: left;
	    margin-left: 15%;
	    width: 70% !important;
	}
}

/* snippets */
.full-width {
	width: 100% !important;
}

.float-left {
	float: left;
	clear: left;
}

.float-right {
	float: right;
	clear: right;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #303030;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: 'Cormorant Garamond', sans-serif;
	font-weight: 700;
	letter-spacing: 0;
    margin-top: 0;
	margin-bottom: 4px;
	text-align: left;
	text-transform: none;	
}

h1 { font-size: 26px; }
h2 { font-size: 23px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

p {
	margin-bottom: 1.5em;
}

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

blockquote {
    border-left: 5px solid #E8E8E8;
    font-size: 18px;
    font-style: italic;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 5px 20px;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

mark,
ins {
	background: #ffffff;
	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: #fff; /* Fallback for when there is no custom background color defined. */
}

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

blockquote,
q {
	quotes: "" "";
}

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

ul,
ol {
	margin: 0 0 1.5em 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

table {
	margin: 0 0 1.5em;
	width: 100%;
}

td, th {
	border: 1px solid #eeeeee;
	text-align: center;
}

thead {
	background-color: #eeeeee;
}

tfoot td,
tfoot th {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #000;
	border: 0;
	color: #fff !important;
	font-size: 12px;
	line-height: 1.5;
	padding: 1.3em 1.8em;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #abcee2;
	color: #000 !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.button:focus,
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: #000000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
#subscribe-email input,
.woocommerce form .form-row input.input-text {
	color: #A3A3A3;
	border: 1px solid #e8e8e8;
	border-radius: 0;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
#subscribe-email input,
.woocommerce form .form-row input.input-text {
	color: #000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
#subscribe-email input,
.woocommerce form .form-row input.input-text {
	padding: 7px !important;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/* Contact Form 7 and WpForms */
.wpcf7-form-control-wrap {
	display: inline;
}

.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="url"], 
.wpcf7 input[type="password"],
.wpcf7 textarea,
.wpforms-form input,
.wpforms-form textarea {
	background-color: #fff !important; 
	border: 1px solid #eaeaea !important; 
	border-radius: 0 !important; 
	outline-color: transparent !important; 
	outline-style: none !important; 
	padding: 10px !important; 
	width: 100% !important; 
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="password"]:focus,
.wpcf7 textarea:focus,
.wpforms-form input:focus,
.wpforms-form textarea:focus {
	background-color: #eaeaea !important; 
}

.wpcf7 input[type="submit"],
.wpforms-form button[type="submit"] {
	border: 1px solid #000000 !important; 
	border-color: #000000 !important; 
	border-radius: 0;
	background: #000000 !important; 
	box-shadow: none;
	color: #ffffff !important; 
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button !important;  /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 16px !important; 
	line-height: 1;
	outline-color: transparent;
	outline-style: none;;
	text-shadow: 0 !important; 
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.wpcf7 input[type="submit"]:hover,
.wpforms-form button[type="submit"]:hover {
	background: #fff !important; 
	color: #000 !important; 
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* Error 404 and Error Search Page */
.error404 input[type="search"],
.search-no-results .content-area input[type="search"]  {
	width: 50% !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #abcee2;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:visited {
	color: #abcee2;
}

a:hover,
a:focus,
a:active {
	color: #A3A3A3;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.nav-menu {
    height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling:touch;
}

.main-navigation {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
	z-index: 9999;
}

.main-navigation ul {
	background-color: rgba(255,255,255,1);
	display: none;
	list-style: none;
	margin: 0 auto;
	padding-left: 0;
	text-align: center;
}

.main-navigation a {
	color: #000000;
    line-height: 30px;
	display: block;
}

.main-navigation a:hover {
	color: #A3A3A3;
}

.main-navigation .menu-item-has-children ul {
	text-transform: capitalize;
}

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

.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 {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

button.menu-toggle {
	background-color: #eaeaea !important;
	border: none;
	color: #000 !important;
	font-size: 14px;
	line-height: 1;
	margin: 1.5em auto 1em;
	vertical-align: top;
}

button.menu-toggle:hover {
	background-color: #eaeaea !important;
	border: none;
	color: #000 !important;
}

button.menu-toggle:before {
	content: '\f0c9';
	display: inline-block;
	font-family: "FontAwesome";
	margin-right: 5px;
	vertical-align: top;
}


@media screen and (min-width: 1024px) {
    .nav-menu {
        height: 40px;
    }
    
	.main-navigation ul {
		float: left;
	}

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		background-color: rgba(255,255,255,0);
		display: table;
		text-align: left;
	}

	.main-navigation li {
		display: inline-block;
		margin-right: 28px;
		position: relative;
	}

	.main-navigation li:last-child {
	    margin-right: 0;
	}

	.main-navigation a {
		line-height: 40px;
	}

	.main-navigation .menu .sub-menu,
	.main-navigation .menu .children {
		background-color: #fff;
		display: none;
		padding: 0;
		position: absolute;
		margin-top:0;
		left: 0;
		z-index: 99999;
		border: 1px solid #eee;
		border-top:none;
	}

	.main-navigation ul.menu ul a,
	.main-navigation .menu ul ul a {
		margin: 0;
		padding: 6px 10px;
		min-width: 200px;
		line-height: 20px;
		-o-transition: .22s;
		-ms-transition: .22s;
		-moz-transition: .22s;
		-webkit-transition: .22s;
		transition: .22s;
		border-top: 1px solid #eee;
	}

	.main-navigation ul.menu ul li,
	.main-navigation .menu ul ul li {
		padding-right:0;
		margin-right:0;
	}

	.main-navigation ul.menu ul a:hover,
	.main-navigation .menu ul ul a:hover {
		background: #f7f7f7;
	}

	.main-navigation ul.menu li:hover > ul,
	.main-navigation .menu ul li:hover > ul {
		display: block;
	}

	.main-navigation .menu .sub-menu ul,
	.main-navigation .menu .children ul {	
		left: 100%;
		top: 0;
		
	}
}

.site-main .comment-navigation {
	clear: both;
	padding-bottom: 6em;
}

.single-post .comment-navigation,
.single-post .post-navigation {
	margin: 0;
	padding-top: 2em;
}

.pagination {
    font-weight: 300;
    clear: both;
    margin: 0 10px;
    overflow: hidden;
}

.home .pagination {
    margin: 0;
}

.pagination .page-numbers {
    float: left;
    margin-right: .6em;
}

.pagination .page-numbers.current, 
.pagination .page-numbers.current:hover, 
.pagination .page-numbers.current:focus, 
.pagination .page-numbers.current:active, 
.nav-links a.page-numbers:hover, 
.nav-links a.page-numbers:focus, 
.nav-links a.page-numbers:active {
    background-color: #eaeaea;
    border: 1px solid #eaeaea;
}

.pagination .page-numbers, 
.nav-links a.page-numbers {
    padding: .79em 1.15em .8em;
    border: 1px solid #eaeaea;
    transition: all .3s;
    color: #333;
}

.comment-navigation .nav-previous,
.pagination .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	margin-bottom: 2em;
}

.comment-navigation .nav-previous:before,
.pagination .nav-previous:before,
.post-navigation .nav-previous:before{
	color: #a3a3a3;
	content: '\f177';
	font-family: "FontAwesome";
	margin-right: 8px;
}

.comment-navigation .nav-next,
.pagination .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	margin-bottom: 2em;
}

.comment-navigation .nav-next:after,
.pagination .nav-next:after,
.post-navigation .nav-next:after {
	color: #a3a3a3;
	content: '\f178';
	font-family: "FontAwesome";
	margin-left: 8px;
}

/*--------------------------------------------------------------
# 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;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin: 0.2em 1em 1em 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 0.2em 0 1em 1em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 1em auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	background-color: #eaeaea;
	font-weight: normal;
}

.site-header .container {
	background-color: #eaeaea;
}

.admin-bar .site-header {
	top: 32px;
}

.site-branding {
	margin-top: 40px;
	text-align: center;
}

.site-title {
	font-family: 'Cormorant Garamond', sans-serif;
	font-size: 80px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 0;
	text-align: center;
	text-transform: none;
}

.site-title a,
.site-title a:visited {
	color: #000000;
	text-decoration: none;
}

.site-title a:hover,
.site-title a:active {
	color: #A3A3A3;
}

.site-description {
	color: #A3A3A3;
	font-family: 'Cormorant Garamond', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	margin-top: 0;
	padding-bottom: 1em;
	text-align: center;
	text-transform: none;
}

/* site top */
.site-top {
	padding-bottom: 1em;
}

.sidebar-top .widget {
	margin: 0;
    box-sizing: border-box;
    overflow: hidden;
    border: 0;
    padding: 5px 0 0;
}

.sidebar-top .widget-social span {
    line-height: 30px;
    margin-right: 0;
}

.search-top {
	border-top: 1px solid #E8E8E8;
	margin: 0 -20px;
    text-align: center;
}


.search-top .search-form {
    display: inline-block;
    width: 70%;
}

.search-top input[type="submit"] {
    display: none;
}

.search-top input[type="search"] {
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
	font-size: 13px;
	margin: 7px 0 5px;
	padding: 4px 12px 4px !important;
}

.site-search {
    margin-right: 8px;
}

.search-top .site-search:before {
	color: #2F2F2F;
	content: '\f002';
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}

@media screen and (min-width: 1024px) {
	.site-header {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9999;
	}

	.site-branding {
		margin-top: 70px;
		text-align: center;
	}

	.site-top {
		float: right;
		padding-bottom: 0;
	}

	.sidebar-top {
		float: left;
	}

	.search-top {
		border-top: 0;
		margin: 0;
		float: right;
		text-align: right;
	}

	.search-top .search-form {
	    width: 80%;
	}
    
}

/*--------------------------------------------------------------
## Promo Boxes
--------------------------------------------------------------*/
.promo-area {
	overflow: hidden;
    padding-top: 1em;
}

.promo-item {
	display: table;
	height: 250px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 2em;
	position: relative;
	width: 100%
}

.promo-item:last-child {
	margin-right:0;
}

.promo-overlay {
	height: 100%;
    display: table-cell;   
    vertical-align: middle;   
	text-align: center;
}

.promo-overlay	h4 {
	color: #000;
	line-height: 1.5em;
	padding: 8px 12px 8px 13px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #fff;
	display: inline-block;
	max-width: 60%;
}
.promo-link {
	position: absolute; 
	height: 100%; 
	width: 100%;
	top: 0;
	left:0;
	z-index: 999999;
	display: block
}

@media screen and (min-width: 768px) {
	.promo-item {
		width: 31.3%;
		float:left;
		margin-right:3%;
	}
}

/*--------------------------------------------------------------
## Intro Area
--------------------------------------------------------------*/
.intro-area {
	background-color: #eaeaea;
	overflow: hidden;
}

.intro-wrap {
	padding: 4em 2em;
	text-align: center;
}

.intro-wrap h2 {
	line-height: 1;
	text-align: center;
}

.intro-image {
	line-height: 0.7;
}

.intro-wrap .more-link-wrap {
	margin-top: 20px;
}


@media screen and (min-width: 768px) {
	.intro-wrap {
		float: left;
		width: 55%;
	}

	.intro-wrap h2 {
		line-height: 2;
	}
	
	.intro-image {
		float: right;
		width: 45%;
	}

	.intro-image img {
	    object-fit: cover;
	    width: 100%;
	    height: 475px;
	}
}

@media screen and (min-width: 1280px) {
	.intro-image img {
	    height: 360px;
	}
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	word-wrap: break-word;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #E8E8E8;
    padding: 30px;
}

	.widget a,
	.widget a:hover,
	.widget a:focus,
	.widget a:visited {
		color: #2f2f2f;
		font-size: 14px;
		font-weight: bold;
	}

.widget-title {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0;
}

/* Footer Sidebar */

.footer-sidebar {
	padding-top: 20px;
}

.footer-widget .widget-title {
	border: 0;
	padding: 0 0 10px;
   	font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: capitalize;
}

.footer-widget .widget {
	border: 0;
    padding: 0;
}

@media screen and (min-width: 768px) {
	.footer-sidebar #footer-column-1,
	.footer-sidebar #footer-column-2,
	.footer-sidebar #footer-column-3 {
		float: left;
		margin-right: 3%;
		width: 31.33%;
	}

	.footer-sidebar #footer-column-3 {
		margin-right: 0;
	}
}

/* Widget Lists */
.widget ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.widget ul li {
	border-bottom: 1px dashed #eeeeee;
	padding: 6px 0 8px;
}

.widget ul li:last-child {
	border-bottom: 0;
	padding: 8px 0;
}

.widget ul ul li {
	border-top: 0;
	padding: 10px 0 0;
}

.widget ul ul li:before {
	content: '\f105';
	display: inline-block;
	font-family: "FontAwesome";
	margin-right: 5px;
	vertical-align: top;
}

/* Make sure select elements fit in widgets. */
.widget select {
	border: 1px solid #E8E8E8;
	padding: 0.7em 0;
	width: 100%;
}

/* Search widget. */
.widget_search input[type="search"] {
    width: 93% !important;
}

.widget_search .search-submit {
	display: none;
}

/* Mailchimp Widget */
.widget_mc4wp_form_widget {
	background-color: #eaeaea;
}

.mc4wp-form input[type="submit"] {
	border: 0;
    border-color: #000;
    border-radius: 0px;
    background: #000;
    color: #fff;
    font-size: 12px;
    width: 100%;
}

.mc4wp-form input[type="submit"]:hover {
	color: #fff !important;
}

.content-area .widget {
	margin-bottom: 3em;
}

.content-area .widget_mc4wp_form_widget > .mc4wp-form input[type="email"] {
	float: left;
    margin-top: -1px;
    padding: 15px !important;
	width: 60%;
}

.content-area .widget_mc4wp_form_widget > .mc4wp-form input[type="submit"] {
    width: 40%;
}

/* Widget Media Image */
.widget_media_image {
    text-align: center;
}

/* Widget Tags */
.widget_tag_cloud {
    text-align: center;
}

/*--------------------------------------------------------------
## About+Social
--------------------------------------------------------------*/
.widget-about,
.widget-social {
	text-align: center;
}

.widget-about .widget-title {
	text-align: center;
}

.widget-image {
	margin-bottom: 1em;
}

.widget-social span {
	line-height: 3em;
	margin-right: 5px;
}

.widget-social a {
	font-weight: normal;
	text-decoration: none;
}

.widget-social a:hover {
	opacity: 0.6;
}

.social {
	border-radius: 0;
	font-family: 'FontAwesome';
	font-size: 14px;
	overflow: hidden;
	padding: 0.5em;
}

.social-feed:before { content: '\f09e'; }
.social-email:before { content: '\f0e0'; }
.social-linkedin:before { content: '\f0e1'; }
.social-bloglovin:before { content: '\f004'; }
.social-twitter:before { content: '\f099'; }
.social-facebook:before { content: '\f230'; }
.social-googleplus:before { content: '\f0d5'; }
.social-pinterest:before { content: '\f0d2'; }
.social-instagram:before { content: '\f16d'; }
.social-flickr:before { content: '\f16e'; }
.social-youtube:before { content: '\f16a'; }
.social-vimeo:before { content: '\f27d'; }
.social-dribbble:before { content: '\f17d'; }
.social-behance:before { content: '\f1b4'; }
.social-github:before { content: '\f113'; }
.social-skype:before { content: '\f17e'; }
.social-tumblr:before { content: '\f173'; }
.social-wordpress:before { content: '\f19a'; }
.social-soundcloud:before { content: '\f1be'; }
.social-pk-medium:before { content: '\f23a'; }
.social-snapchat:before { content: '\f2ab'; }

/*--------------------------------------------------------------
## Instagram Widget
--------------------------------------------------------------*/
ul.instagram-pics {
	text-align: center;
}

.instagram-pics li {
	border-top: 0 !important;
	display: inline-block;
	padding: 0 !important;
}

ul.instagram-pics li {
	border-bottom: 0;
}

#secondary .instagram-pics li {
    display: inline-block;
    max-width: 50%;
    max-width: calc(100%/2);
}

#footer-sidebar-full .instagram-pics li {
    display: inline-block;
    max-width: 25%;
    max-width: calc(100%/4);
}

@media screen and (min-width: 1024px) {
  #footer-sidebar-full .instagram-pics li {
      display: inline-block;
      max-width: 12.5%;
      max-width: calc(100%/8);
  }
}

/*--------------------------------------------------------------
## Banner ADV Widget
--------------------------------------------------------------*/
.widget-banner {
	border: 0;
	margin-top: 3em;
	padding: 0;
	text-align: center;
}

/*--------------------------------------------------------------
## Jetpack Subscription
--------------------------------------------------------------*/
.jetpack_subscription_widget {
	background-color: #DDD9E0;
	padding: 10px;
}

.jetpack_subscription_widget input[type="submit"] {
    border-color: #D5D5D5;
    border-radius: 0px;
    background: #FFF none repeat scroll 0% 0%;
    color: #000000;
    font-size: 12px;
    width: 100%;
}

.jetpack_subscription_widget input[type="submit"]:hover {
    border-color: #444047;
    background: #444047 none repeat scroll 0% 0%;
}

/*--------------------------------------------------------------
## Latest Post with Thumbnail
--------------------------------------------------------------*/
.widget ul.latest-post-wrap li {
	list-style-type: none;
	margin-bottom: 10px;
	padding-bottom: 13px;
}

.widget ul.latest-post-wrap li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget ul.latest-post-wrap li .latest-post-item {
	overflow: hidden;
}

.widget ul.latest-post-wrap li .latest-post-item .latest-post-image {
	float: left;
	margin-right: 14px;
}

.widget ul.latest-post-wrap li .latest-post-item .latest-post-image img {
	width: 132px;
	height: auto;
}

.widget ul.latest-post-wrap li .latest-post-item .latest-post-text {
	overflow: hidden;
}

.widget ul.latest-post-wrap li .latest-post-item .latest-post-text h4 a {
	margin-bottom: 1px;
	color: #2f2f2f;
	display: block;
	font-size: 16px;
}

.widget ul.latest-post-wrap li .latest-post-item .latest-post-text .latest-post-meta {
	font-size: 14px;
	color: #A3A3A3;
	font-style: italic;
}

/*--------------------------------------------------------------
## Facebook Widget
--------------------------------------------------------------*/
.widget-facebook {
    border: 0;
    padding: 0;
    text-align: center;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.content-area {
    padding-bottom: 3em;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 3em;
}

.page .entry-header {
	margin-bottom: 1.5em;
}

.entry-title {
	font-family: 'Cormorant Garamond', sans-serif;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	text-align: left;
	text-transform: none;
}

.entry-title a,
.entry-title a:visited {
	color: #000000;
}

.entry-title a:hover,
.entry-title a:active {
	color: #A3A3A3;
}

.single-post .entry-title {
	margin-bottom: 0;
}

.cat-links {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: left;
	text-transform: uppercase;
}

.entry-meta {
	font-size: 12px;
	color: #A3A3A3;
	margin-bottom: 1em;
	text-align: center;
}

.single-post .entry-meta {
	display: block;
}

.entry-meta .posted-on {
	text-transform: uppercase;
}

.entry-meta .byline {
	font-style: italic;
	text-transform: capitalize;
}

.entry-meta .author {
	font-style: normal;
	text-transform: uppercase;
}

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

.blog .edit-link,
.archive .edit-link{
	display: none;
}

.entry-thumbnail {
    margin-top: 1em;
	text-align: center;
}

.entry-footer {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: left;
	text-transform: none;
	border-bottom: 1px solid #E8E8E8;
	margin-top: 2em;
	overflow: hidden;
	padding-bottom: 3em;
}

.search-results .entry-footer, 
.archive .entry-footer {
    padding-bottom: 3.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.twitter-tweet {
	margin: 10px auto !important;
}

/* Excerpt Button */
a.more-link {
	line-height: 70px;
}

/* Go to top */
.smoothup { 
	bottom: 35px;
	display: none;
	position: fixed;
	right: 25px;
	transition: all 0.2s ease-in-out 0s;
}

	a.smoothup { 
		color: #eaeaea;
		text-decoration: none;
	}

.genericon {
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 32px;
	font-style: normal;
	font-weight: normal;
	height: 32px;
	line-height: 1;
	text-decoration: inherit;
	vertical-align: top;
	width: 32px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.genericon-collapse:before {
	content: '\f432';
}

/* Share */
#social-box {
	text-align: center;
    text-transform: uppercase;
}

#social-box a {
    color: #A3A3A3;
}

#social-box a:hover {
    color: #E8E8E8;
}

#social-box .fa:before {
    margin-right: 5px;
}

#social-box .fa:after {
    font-family: 'Lato';
}

#social-box .fa-facebook:after {
	content: 'share';
}

#social-box .fa-twitter:after {
	content: 'Tweet';
}

#social-box .fa-pinterest-p:after {
	content: 'pin it';
}

#social-box .fa-google-plus:after {
	content: '+1';
}

#social-box span {
	font-size: 12px;
	letter-spacing: 0.2em;
	margin-left: 15px;
}

/* Author Info */
.author-bio {
    border-bottom: 1px solid #E8E8E8;
    overflow: hidden;
    padding-bottom: 3em;
}

.author-bio a,
.author-bio a:visited,
.author-bio a:hover,
.author-bio a:focus {
    color: #A3A3A3;
}

.author-avatar {
	float: left;
	margin-right: 20px;
}

.author-avatar img {
	border-radius: 50%;
}

ul.icons {
	list-style: none;
	margin-left: 5em;
}

ul.icons li {
	float: left;
	margin-right: 10px;
}

/* Related Posts */
.related-posts {
	border-bottom: 1px solid #E8E8E8;
	margin-top: 3em;
	overflow: hidden;
	padding-bottom: 1em;
}

.related-posts h3 {
	margin-bottom: 2em;
	text-align: center;
}

.related-posts h4 {
	margin-bottom: 0;
}

.related-posts a,
.related-posts a:hover,
.related-posts a:visited,
.related-posts a:focus {
	color: #000;
}

.related-posts .posted-on {
    color: #A3A3A3;
    font-size: 12px;
    font-style: italic;
}


@media screen and (min-width: 768px) {
	.related-wrap {
		margin: 0 -15px;
	}
	
	.related-inner {
		float: left;
		margin-bottom: 30px;
		padding: 0 15px;
		width: 33.33%;
	}
}

/* Home Page */
.home .page .entry-header {
	display: none;
}

@media screen and (min-width: 768px) {
	.entry-meta {
		float: left;
		margin-bottom: 0;
		text-align: left;
		width: 50%;
	}

	#social-box {
	    float: right;
	}
}

/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/
.archive .page-header {
	line-height: 1;
	margin: 0 10px;
	padding-bottom: 3em;
}

.archive .page-title {
	text-align: center;
	text-transform: uppercase;
}

.taxonomy-description {
    font-style: italic;
}

.archive .content-area .entry-content,
.archive .content-area .entry-footer {
    display: none !important;
}

.tribe-events-style-theme .content-area .entry-content, 
.tribe-events-style-theme .content-area .entry-footer{
    display: block !important;
}

.archive .content-area .entry-thumbnail {
	margin-top: 0;
	margin-bottom: 1em;
}

.archive .content-area .entry-thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 170px;
}

.archive .content-area .entry-title {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
    .archive .site-main {
        margin: 0px -10px;
    }

    .archive .post {
        float: left;
        padding: 0 10px;
        width: 33.3%;
    }

    .archive .post:nth-child(3n+1) {
        clear:left;
    }

    .archive .site-main .comment-navigation, 
    .archive .site-main .pagination {
        margin: 0px 20px;
        clear: both;
    }
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Image
--------------------------------------------------------------*/
.single-format-image .entry-thumbnail {
	display: none !important;
}

/*--------------------------------------------------------------
## Gallery
--------------------------------------------------------------*/
.single-format-gallery .entry-thumbnail {
	display: none !important;
}

/*--------------------------------------------------------------
## Video
--------------------------------------------------------------*/
.single-format-video .entry-thumbnail {
	display: none !important;
}

/*--------------------------------------------------------------
## Audio
--------------------------------------------------------------*/
.single-format-audio .entry-thumbnail {
	display: none !important;
}

.single-format-audio iframe {
	margin-bottom: 1em;
}

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

.bypostauthor {
	display: block;
}

.comments-area {
	padding-top: 30px;
}

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


.comments-title {
	font-size: 16px;
	text-align: right;
}

.comment-reply-title {
	clear: both;
	text-align: left;
}

.comment-list {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

	.comment-list li {
		padding-top: 20px;
	}

	.comment-list a {
		text-decoration: none;
	}

.comment-body {
	border-bottom: 1px solid #f2f2f2;
}

	.comment-author img {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
		float: left;
		margin-right: 18px;
	}

.comment-author p {
	margin: 0;
}

.comment-content {
	margin-left: 69px;
}

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

.comment-content p {
	margin: 10px 0 0;
}


.comment-list .children {
	list-style: none;
	margin-left: 30px;
	position: relative;
}

	.comment-list .children .depth-5 {
		padding-top: 20px;
	}

.reply {
  text-align: right;
  margin-bottom: 1em;
}

.form-allowed-tags {
	display: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer,
.site-footer .container {
	background-color: #eaeaea;
}

.site-footer-bottom {
	background-color: #000;
	color: #666;
	padding: 25px 0 75px;
	text-align: center;
}

.site-footer-bottom a {
	color: #fff;
}

.site-footer-bottom .main-navigation {
	font-size: 14px;
    text-transform: capitalize;
}

.site-footer-bottom .main-navigation ul {
    float: right;
}

.site-footer-bottom .main-navigation a {
    line-height: 0;
}

.site-footer-bottom .main-navigation li {
    margin-right: 15px;
}

.social-media-icons { 
	border-bottom: 1px solid #666;
	margin-bottom: 50px;
	padding-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
}

.social-media-icons span { 
	margin-left: 3em;
}

.social-media-icons span:first-child { 
	margin-left: 0;
}

.social-media-icons .fa { 
	margin-right: 6px;
}

.social-media-icons .medium { 
    font-size: 14px !important;
    padding: 0 !important;
}

.footer-navigation {
	margin-top: 2em;
	text-align: center;
}

.footer-navigation ul {
	margin: 0;
	padding: 0;
}

.footer-navigation li {
	display: inline-block;
	margin-right: 28px;
	position: relative;
}

.footer-navigation ul ul {
	display: none;
}

@media screen and (min-width: 768px) {
	.social-media-icons .twitter:after { content: 'twitter'; }
	.social-media-icons .facebook-official:after { content: 'facebook'; }
	.social-media-icons .google-plus:after { content: 'google+'; }
	.social-media-icons .flickr:after { content: 'flickr'; }
	.social-media-icons .pinterest:after { content: 'pinterest'; }
	.social-media-icons .heart:after { content: 'bloglovin'; }
	.social-media-icons .youtube:after { content: 'youtube'; }
	.social-media-icons .vimeo:after { content: 'vimeo'; }
	.social-media-icons .soundcloud:after { content: 'soundcloud'; }
	.social-media-icons .tumblr:after { content: 'tumblr'; }
	.social-media-icons .dribbble:after { content: 'dribbble'; }
	.social-media-icons .feed:after { content: 'feed'; }
	.social-media-icons .linkedin:after { content: 'linkedin'; }
	.social-media-icons .instagram:after { content: 'instagram'; }
	.social-media-icons .snapchat:after { content: 'snapchat'; }
	.social-media-icons .wordpress:after { content: 'wordpress'; }
	.social-media-icons .medium:after { content: 'medium'; }
	.social-media-icons .skype:after { content: 'skype'; }
	.social-media-icons .envelope-o:after { content: 'email'; }
}

@media screen and (min-width: 1024px) {
	.site-footer-bottom .container {
		text-align: left;
	}

	.site-info {
		float: left;
		width: 50%;
	}

	.footer-navigation {
		float: right;
		margin-top: 0;
		text-align: right;
		width: 50%;
	}

	.footer-navigation li:last-child {
	    margin-right: 0;
	}
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .pagination,
.infinite-scroll .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;
}

#infinite-handle span button:hover {
	color: #fff !important; 
}

/*--------------------------------------------------------------
# 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: 1.5em;
	max-width: 100%;
}

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

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.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;
}

/*--------------------------------------------------------------
## Slick Slider
--------------------------------------------------------------*/
.slick-next {
    right: 15px !important;
}

.slick-prev {
    left: 8px !important;
    z-index: 999;
}

.slick-prev, .slick-next {
    width: 45px !important;
    height: 45px !important;
}

.slick-prev:before, .slick-next:before {
    font-size: 50px !important;
}

.custom-slider {
    margin-top: 2em;
}

.custom-slider h2 {
	color: #fff;
    font-size: 60px;
    text-align: center;
}

.featured-content,
.custom-slider {
    display: none;
    margin: 2em 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.featured-content .entry-thumbnail,
.custom-slider .entry-thumbnail {
    display: table !important;
    height: 345px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0;
}

.featured-content .entry-overlay,
.custom-slider .entry-overlay {
	background: rgba(76,76,76,0.25);
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.featured-content .entry-featured,
.custom-slider .entry-featured {
	color: #fff;
	max-width: 50%;
	margin: 0 auto;
	padding: 30px 20px;
}

.featured-content .entry-title,
.featured-content .cat-links,
.custom-slider .entry-title {
    text-align: center !important;
}

.featured-content .entry-title a,
.featured-content .cat-links a,
.featured-content .cat-links,
.custom-slider .entry-title a {
    color: #fff !important;
}

.featured-content .entry-title,
.custom-slider .entry-title {
    font-size: 20px;
    line-height: 1;
    margin: 0.5em 0;
}

.featured-content .entry-excerpt {
    display: none;
}

.featured-content a.more-link {
    line-height: 100px;
}

@media screen and (min-width: 960px) {
    .slick-slide {
        max-height: 640px !important;
    }

	.featured-content .entry-thumbnail,
    .custom-slider .entry-thumbnail {
	    height: 640px !important;
	}

	.featured-content .entry-title,
    .custom-slider .entry-title {
    	font-size: 60px;
	}

	.featured-content .entry-excerpt {
	    display: inline;
	}
}

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
/* Typography */
.woocommerce h2,
.woocommerce h3 {
    font-size: 12px;
    text-transform: uppercase;
}

.woocommerce .site-description{
    text-transform: capitalize;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    font-weight: 400;
}

/* Shop Page */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 30.8%;
    margin-bottom: 30px;
}

.woocommerce-page .add_to_cart_button {
    display: none !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
    color: #000;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center !important;
    text-transform: uppercase;
}

.woocommerce ul.products li.product .price {
    color: #A3A3A3;
    font-size: 12px;
    text-align: center;
}

.woocommerce ul.products li.product .price del {
    display: inline-block;
}

.woocommerce ul.products li.product .onsale {
    margin: 0;
}

.woocommerce span.onsale {
    border-radius: 0;
    background-color: #abcee2;
}

.woocommerce span.onsale {
    top: 14px;
    left: 0;
}

.woocommerce .woocommerce-ordering select {
    padding: 10px 9px;
    color: #A3A3A3;
    border-radius: 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    background: #f7f7f7;
    max-width: 170px;
}

.woocommerce .woocommerce-ordering, 
.woocommerce .woocommerce-result-count {
    color: #A3A3A3;
    font-style: italic;
}

.woocommerce .products .star-rating {
    display: none;
}

.woocommerce nav.woocommerce-pagination {
    margin-bottom: 3em;
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 1px solid #d3ced2;
    padding: 0;
    margin: 0 0.2em 0 0;
    border-radius: 5px;
}

.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: #f7f7f7;
    color: #A3A3A3;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    color: #A3A3A3;
}

.woocommerce ul.products li.product .button {
    display: none;
}

/* Single Product Page */
.single-product .page-content,
.single-product .entry-content,
.single-product .entry-summary {
    margin: 0;
}

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

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background-color: #000;
    font-size: 12px;
    padding: 12px 14px;
    text-transform: uppercase;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
    background-color: #000;
    opacity: 0.8;
}

.woocommerce .quantity .qty {
    padding: 5px 0;
    width: 3em;
}

.woocommerce .product_meta .sku_wrapper,
.woocommerce .product_meta .posted_in,
.woocommerce .product_meta .tagged_as{
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}

.woocommerce .product_meta a {
    color: #A3A3A3;
}

.woocommerce figure {
    margin: 0 0 1em;
}

.single-product .products .star-rating {
    display: block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background-color: #fff;
    border-radius: 0;
    font-size: 12px;
    margin: 0;
    padding-bottom: 1em;
    text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #eaeaea;
    border-bottom: 2px solid;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 0;
    border-bottom: 1px solid #eaeaea;
    bottom: 0;
    width: 0;
    height: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #eaeaea;
}

.woocommerce .related h2 {
    margin-bottom: 2em;
    text-align: center;
}

.woocommerce .related .star-rating {
    display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
    border-bottom: 1px solid #eaeaea;
    padding: 0 0 0.5em;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    padding: 0;
    width: 70px;
    border: 0;
    margin: 0;
    border-radius: 50px;
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 3em 0;
    padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 100px;
    border: 0;
}

/* Cart Message */
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
    background-color: #eee;
    color: #000;
    border: 1px solid #fff;
}

.woocommerce-message::before,
.woocommerce-error::before {
    color: #000;
}

.woocommerce-error a, 
.woocommerce-info a, 
.woocommerce-message a,
.woocommerce-cart-form__cart-item a,
.woocommerce-order-details a {
    color: #000;
    text-decoration: underline;
}

.woocommerce-error a:hover, 
.woocommerce-info a:hover, 
.woocommerce-message a:hover,
.woocommerce-cart-form__cart-item a:hover,
.woocommerce-order-details a:hover {
    color: #000;
    text-decoration: none;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    color: #A3A3A3;
    background-color: #fff;
    border: 1px solid #d3ced2;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}

/* Cart Page */
.woocommerce-cart .entry-title {
    letter-spacing: 2px;
    margin-bottom: 1em;
    text-align: center;
    text-transform: uppercase;
}

#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
    width: 100px;
    box-shadow: none;
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: #000 !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}

.woocommerce a.remove:hover {
    background-color: #fff;
    color: #000 !important;
}

.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text {
    width: 180px;
}

.woocommerce-cart-form__cart-item td,
.woocommerce-checkout-review-order-table td {
    border: 0;
}

.woocommerce .cart_totals  th {
	background-color: #eeeeee;
    border: 0;
}

#add_payment_method .cart-collaterals .cart_totals tr td, 
#add_payment_method .cart-collaterals .cart_totals tr th, 
.woocommerce-cart .cart-collaterals .cart_totals tr td, 
.woocommerce-cart .cart-collaterals .cart_totals tr th, 
.woocommerce-checkout .cart-collaterals .cart_totals tr td, 
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 0;
}

/* Checkout */
.woocommerce-info::before {
    color: #000;
}

#order_review_heading {
    margin: 1em 0;
}

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
    line-height: 1.5;
}

.woocommerce ul.order_details {
    margin: 0 0 2em;
    padding-left: 0;
}

.order-total td ,
.woocommerce-cart-form__contents td{
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

/* Woocommerce Widget Products */
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img {
    float: left;
    margin-left: 0;
    width: 98px;
    height: auto;
    box-shadow: none;
    margin-right: 10px;
}

.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li {
    padding: 4px 0 13px;
    margin: 0 0 10px;
    list-style: none;
    margin-bottom: 10px;
    padding-bottom: 13px;
}

.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a {
	font-family: 'Cormorant Garamond';
    font-weight: 700;
    margin-bottom: 1px;
    color: #2f2f2f;
    display: block;
    font-size: 16px;
}

.woocommerce-Price-amount {
	font-size: 14px;
	color: #A3A3A3;
	font-style: italic;
}

@media screen and (max-width: 800px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	    width: 48%;
	}
}

/* Woocommerce My Account Page */
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}