/*
Theme Name: Gump Pro
Theme URI: http://pankogut.com/wordpress-themes/gump-pro
Author: PanKogut
Author URI: http://pankogut.com
Description: WordPress Theme for Lifestyle, Food and Fashion blogger. It has a responsive design with a lot of options like: custom colors, social icons, google analytics, 5 blog layouts, 4 sidebar options, custom google fonts and more. People like Gump for his minimal style and because it's easy to use. The theme is also translation ready and it supports RTL language. Gump Pro is compatible with WooCommerce.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, left-sidebar, right-sidebar, grid-layout, flexible-header, custom-header, custom-background, custom-colors, custom-menu, editor-style, featured-image-header, full-width-template, footer-widgets, rtl-language-support, post-formats, theme-options, featured-images, translation-ready, blog, e-commerce
Text Domain: gump-pro
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Genericons
# Reset
# Mobile First
# Typography
# Elements
# Forms
	## Contact Form 7
# Header
	## Links
	## Logo and Title
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
	## About+Social
	## Instagram Widget
	## Jetpack Subscription
    ## Latest Post with Thumbnail
# Site Content
	## Posts and pages
	## Promo Boxes
	## Asides
	## Gallery
	## Image
	## Comments
# Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
	## Slick Slider
# Media Queries
# Print
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Genericons
--------------------------------------------------------------*/
@font-face {
    font-family: 'Genericons';
    src: url('fonts/genericons-regular-webfont.eot');
    src: url('fonts/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/genericons-regular-webfont.woff') format('woff'),
         url('fonts/genericons-regular-webfont.ttf') format('truetype'),
         url('fonts/genericons-regular-webfont.svg#genericonsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

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

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

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

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

	.widget-area {
		float: right;
		margin-left: 10px;
		margin-right: 10px;
		width: 33%;
		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: #545454;
    font-family: 'Lato', Georgia, Serif;
    font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	    -ms-hyphens: auto;
			hyphens: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', Georgia, Serif;
    font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px;
}
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

p {
	margin-bottom: 1.5em;
}

b, strong {
	font-weight: bold;
}

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

blockquote {
    border-left: 5px solid #f2eee9;
    margin-bottom: 20px;
    padding: 10px 20px;
}

address {
	font-style: italic;
	margin-bottom: 1.5em;
}

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

code, kbd, tt, var {
	background: #eee;
	color: #222;
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	padding: 0;
	white-space: normal;
}

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

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

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
hr {
	background-color: #e5e5e5;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
	color: #0a0700;
}

dd {
	margin-bottom: 1.5em;
}

figure {
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

table th {
	font-weight: bold;
	padding: 10px 10px 10px 0;
	text-align: left;
}

table td {
	padding: 10px 10px 10px 0;
}

table tr {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #ccc;
	color: #fff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	padding: 3px 15px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.6;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

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

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

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="password"]:focus,
.wpcf7 textarea:focus {
	background-color: #fff;
	color: #111;
}

.wpcf7 input[type="submit"] {
	border: 1px solid #4d4d4d; 
	border-color: #4d4d4d;
	border-radius: 0;
	background: #4d4d4d;
	box-shadow: none;
	color: #fff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	outline-color: transparent;
	outline-style: none;
	padding: 1em 1em 0.9em;
	text-shadow: 0;
	width: 100%;
	-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 {
	opacity: 0.6;
	-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;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
html {
	border: 10px solid #f0f4f5;
}

.site-header {
	background-color: #fff;
}

.header-image {
	margin: 1em 0 1em;
	text-align: center;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
	text-decoration: underline;
	-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:hover,
a:focus,
a:active {
	color: #ccc;
	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;
}

/*--------------------------------------------------------------
## Logo and Title
--------------------------------------------------------------*/
.site-branding {
	margin: 3em 0;
	text-align: center;
}

.site-title {
	font-family: 'Pacifico', cursive;
	font-size: 60px;
	line-height: 1;
	margin-top: 25px;
	margin-bottom: 0;
}

	.site-title a {
		text-decoration: none;
	}

.site-description {
	font-family: 'Lato', Georgia, Serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
	margin-top: 2em;
	margin-bottom: 0;
	padding-top: 8px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu {
	display: table;
	margin: 0 auto;
}

.main-navigation {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	position: relative;
	text-transform: uppercase;
}

	.main-navigation a {
		text-decoration: none;
		white-space: nowrap;
	}

.main-navigation ul {
	list-style: none;
	margin: 0 auto;
}

.main-navigation li {
	display: inline;
	float: left;
	margin: 0 1em;
	padding: 1em 0;
	position: relative;
}

.main-navigation li.menu-item-has-children:after {
	font-family: 'FontAwesome';
	font-size: 14px;
	content: '\f0d7';
}

.main-navigation ul ul {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #fff;
	display: none;
	float: left;
	left: -1em;
	position: absolute;
	top: 3.6em;
	z-index: 99999;
}

.main-navigation ul ul li {
	border-bottom: 1px solid #000;
	margin: 0;
	padding: 0.5em 1em;
	width: 100%;
}

.main-navigation ul ul li.menu-item-has-children:after {
	font-family: 'FontAwesome';
	font-size: 14px;
	content: '\f0da';
}

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

.main-navigation ul ul ul {
	float: left;
	left: auto;
	top: 0;
}

/* Small menu */
.menu-toggle {
	display: none;
}

/* Search Box */
.site-header .search-form {
    position: absolute;
    right: -20px;
    top: 3px;
}
 
.site-header .search-field {
    background-color: transparent;
    background-image: url(images/search-icon.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
    width: 0;
}
 
.site-header .search-field:focus {
    background-color: #fff;
    cursor: text;
    outline: 0;
    width: 230px;
}

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

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	clear: both;
	margin: 0 0 1.5em;
	overflow: hidden;
}

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.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-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: 1em 1.5em 1em 0;
}

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

.aligncenter {
	clear: both;
	display: block;
	margin: 0 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;
}

.clear {
  *zoom: 1;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
	background-color: #f0f4f5;
	padding: 3em;
}

.widget {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin: 0 0 2.5em;
	word-wrap: break-word;
}

.widget a {
	text-decoration: none;
}

.widget ul {
	list-style: none;
	margin-left: 0;
}

.widget-title {
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
    font-style: normal;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 30px;
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0.5em;
    text-align: center;
    text-transform: uppercase;
}

	.widget-title a {
		text-decoration: none;
	}

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

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.widget_search input[type="search"] {
	width: 70%;
}

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

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

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

.widget-image img {
	border-radius: 50%;
}

.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 {
	background-color: #ffffff;
	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);
}

#footer-sidebar-full .widget,
#footer-sidebar-full ul {
    margin: 0;
}

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

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

#subscribe-email input {
    width: 100% !important;
}

.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%;
    color: #fff;
}

/*--------------------------------------------------------------
## 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: 100px;
	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 {
	margin-top: 0;
	margin-bottom: 0;
}

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

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

/*--------------------------------------------------------------
# Site Content
--------------------------------------------------------------*/
#primary,
#secondary {
	padding-top: 1em;
}

.site-content {
	background-color: #fff;
	padding-top: 2em;
	padding-bottom: 2em;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
}

.bypostauthor {
}

.hentry {
	margin: 0 0 2em;
}

/* Thumbnail */
.entry-thumbnail {
	text-align: center;
	padding: 2em 0 1em 0;
}

/* Entry Title */
.entry-title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
}

	.entry-title a {
		text-decoration: none;
	}

/* Entry Content */
.entry-content {
	white-space: normal;
}

.entry-content p:last-child {
	margin-bottom: 0; 
}

a.more-link {
    display: block;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 1em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

.entry-content ul li, 
.entry-content ol li, 
#comments ul li, 
#comments ul li {
	margin-bottom: 12px;
}

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

.no-results .page-content {
	margin: 1.5em 0;
	padding-bottom: 1em;
}

/* Entry Meta */
.entry-meta {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 1px;;
}

	.entry-meta a {
		color: #7f7f7f !important;
		text-decoration: none;
	}

		.entry-meta a:hover {
			text-decoration: underline;
		}

.byline,
.updated {
	display: none;
}

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

/* Page Links */
.page-links {
	clear: both;
	margin: 0 0 1.5em;
	word-spacing: 18px;
}

/* Entry Footer */
.entry-footer {
	padding-top: 1em;
	padding-bottom: 0.5em;
}

	.entry-footer a {
		color: #7f7f7f !important;
		text-decoration: none;
	}

	.entry-footer a:hover {
		text-decoration: underline;
	}

	.entry-footer span {
		margin-right: 0.5em;
	}

	.entry-footer .comments-link {
		float: right;
	}

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

.page .entry-footer {
	border-bottom: 0;
}

.tags-links {
	display: none;
}

/* Entry Navigation */
.meta-nav {
	font-size: 12px;
}

.nav-links a {
	text-decoration: none;
}

/* Archives Page */
.page-header {
	margin-bottom: 1.5em;
}

.page-title {
	line-height: 1;
	margin-top: 0;
	text-transform: capitalize;
}

.page-header p {
	font-style: italic;
	margin-bottom: 0.5em;
}

/* 404 Page */
.error-404 .widget,
.error-404 .widget-title {
	text-align: left;
}

/*--------------------------------------------------------------
## Promo Boxes
--------------------------------------------------------------*/
.promo-area {
	overflow: hidden;
}

.promo-item {
	display: table;
	height: 200px;
	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-area {
		margin: 0 10px;
	}

	.promo-item {
		width: 31.3%;
		float:left;
		margin-right:3%;
	}
}

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

/*--------------------------------------------------------------
## Gallery
--------------------------------------------------------------*/
.blog .format-gallery .entry-thumbnail,
.archive .format-gallery .entry-thumbnail,
.single-post .format-gallery .entry-thumbnail {
	display: none;
}

/*--------------------------------------------------------------
## Image
--------------------------------------------------------------*/
.blog .format-image .entry-thumbnail,
.archive .format-image .entry-thumbnail,
.single-post .format-image .entry-thumbnail {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-title {
	font-size: 20px;
}

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

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

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

.comment-author {
	float: left;
}

	.comment-author img {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
		display: block;
	}

.comment-meta {
	padding-bottom: 20px;
}

	.comment-meta .fn {
		color: #24282d;
		font-weight: 900;
		font-style: normal;
		text-transform: uppercase;
	}

		.comment-meta .fn a {
			color: #404040;
			text-decoration: none;
		}

.comment-meta-details {
	color: #7f8d8c;
	font-family: "PT Serif", serif;
	font-size: 0.90em;
	font-style: italic;
	line-height: 1.3;
	padding-top: 5px;
	text-align: center;
	text-align: left;
}

	.comment-meta-details a {
		text-decoration: none;
	}

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

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

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

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	background-color: #fff;
	padding: 2em 0;
	text-align: center;
}

.footer-sidebar {
	background-color: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 3em 0 0;
}

.footer-sidebar .footer-widget {
	padding: 0 0 3em;
}

.site-info a {
	text-decoration: none;
}

/* Secondary Menu */
.footer-navigation {
	margin-bottom: 1em;
	text-transform: uppercase;
}

.footer-navigation a {
	text-decoration: none;
}

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

.footer-navigation li {
	display: inline-block;
	padding: 0 0.5em;
	position: relative;
}

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

/* Footer Social Icons */
.social-media-icons { 
	padding: 0 0 1em;
	text-align: center;
	text-transform: uppercase;
}

.social-media-icons a { 
	text-decoration: none;
}

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

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

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

	a.smoothup { 
		text-decoration: none;
	}

@media screen and (min-width: 1024px) {
	.footer-sidebar .footer-widget {
	    float: left;
	    padding-right: 3%;
	    width: 33.3%;
	}

	.footer-sidebar .footer-widget:last-child {
		padding-right: 0;
	}
}

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

/* Related Post */
.jp-relatedposts-post-date,
.jp-relatedposts-post-context {
	font-style: italic;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
    font-size: 16px !important;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.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 {
	font-style: italic;
	line-height: 24px;
	text-align: center;
}

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

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

.gallery-item {
	display: inline-block;
	margin-bottom: 10px;
	padding-right: 2.6%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

	.gallery-item img {
		height: auto;
		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: none;
}

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

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

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

.featured-content {
    display: 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;
}

.featured-content .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 {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

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

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

.featured-content .entry-title {
    font-size: 18px;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

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

.featured-content a.more-link {
    margin: 20px auto 0;
}

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

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

	.featured-content .entry-title {
    	font-size: 22px;
	}

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

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (max-width: 600px) {
	.entry-meta {
		font-size: 12px !important;
	}
}

@media screen and (min-width: 1024px) {
	.site-content {
		padding-top: 0;
	}

	.page-template-layoutspage-left-sidebar-php .column {
		float: right;
	}
}

@media screen and (max-width: 1023px) {
	#primary {
		padding-top: 1em;
	}

	#secondary {
		border-top: 1px solid #c6c6c6;
	}

	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	button.menu-toggle {
		background: none; 
		border: 0;
		box-shadow: none;
		color: #404040;
		margin: 0 auto;
		outline-style: none;
		text-shadow: none;
		text-transform: uppercase;
	}

	.main-navigation {
		display: block;
		float: none;
		margin: 0 auto;
	}

		.main-navigation a {
			display: block;
			padding: 0.5em 0;
			text-decoration: none;
		}

	.main-navigation ul {
		display: none;
	}

		.main-navigation li {
			float: none;
			display: block;
			margin: 0;
			position: relative;
			padding: 0;
			text-align: center;
		}

		.main-navigation li:last-child {
			border-bottom: 0;
		}

		.main-navigation li.menu-item-has-children:after {
			display: none;
		}

	.main-navigation ul li > ul {
		display: block;
		margin-left: 0;
	}

	.main-navigation ul ul {
		border: 0;
		box-shadow: none;
		display: block;
		float: none;
		left: 0;
		padding: 0;
		position: relative;
		top: 0;
		text-transform: capitalize;
		z-index: 99999;
	}

	.main-navigation ul ul li {
		border-bottom: 0;
		padding: 0;
		width: auto;
	}

	.main-navigation ul ul li.menu-item-has-children:after {
		display: none;
	}

	.main-navigation ul ul ul {
		float: none;
	}

	/* Widget */
	.widget_search input[type="search"] {
		width: 30%;
	}
}

/*--------------------------------------------------------------
# Print
--------------------------------------------------------------*/
@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header {
		max-width: 100%;
	}

	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.site-footer,
	.smoothup,
	#social-box,
	.nav-links,
	.comments-area {
		display: none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a {
		color: #2b2b2b !important;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.entry-thumbnail,
	.site-content .entry-header,
	.site-footerr {
		background: transparent;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}

	.entry-thumbnail img {
		margin: 0 10px 24px;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}
}

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
.woocommerce #secondary,
.woocommerce-page #secondary,
.woocommerce .woocommerce-breadcrumb {
	display: none;
}

.woocommerce #content {
	margin: 0;
	padding-top: 1.5em;
}

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

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

/* Cart Icon */
.cart-contents {
    float: right;
    border-left: 0;
    border-color: #000;
    line-height: 1;
    padding-left: 15px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.cart-contents:before {
    color: #000;
    content: "\f07a";
    font-family: "FontAwesome";
    font-size: 14px;
}

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
    color: #fff;
    background-color: #ccc;
    font-weight: bold;
    border-radius: 50%;
    padding: 1px 6px;
    line-height: 0.5;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
    margin-left: -5px;
    font-size: 10px;
}

@media screen and (min-width: 1024px) {
	.cart-contents {
	    border-left: 1px solid;
	    line-height: 48px;
	    width: 50px;
	}

	.cart-contents-count {
	    line-height: 4;
	}
}

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

.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 {
	padding: 8.5px;
    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: 80px;
    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: 'Quattrocento Sans';
    font-weight: 700;
    margin-bottom: 1px;
    color: #2f2f2f;
    display: block;
    font-size: 13px;
}

.woocommerce-Price-amount {
	font-size: 12px;
	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;
}