/*
	Theme Name: Bonnies Bar and grill
    Theme URI: https://bonniesbarandgrill.com/
    Description: This is Bonnies Bar and grill themes.
    Author: Wm Advertising
    Author URI: 
	Version: 1.0

	Template: genesis
	Template Version: 2.5.2

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('https://fonts.googleapis.com/css?family=Oswald');

html{font-family:'Arvo';-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,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:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;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;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

.free-template-download {
    bottom: 0;
    position: fixed;
    left: 0;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */

body {
	color: #333;
	font-family: 'Arvo';
	font-size: 20px;
	font-size: 2rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a {
	color: #c3251d;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 15px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 5px 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 8px 15px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}


.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-word;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.home .site-inner,
.home .wrap {
	margin: 0 auto;
}

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

.wrap {
	margin: 0 auto;
	max-width: 1170px;
}

.site-inner {
	clear: both;
	word-wrap: break-word;
}

.site-inner  .after-content-sidebar-wrap {
	max-width: 1170px;
	margin: 0 auto;
	clear: left;
}

.site-inner  .content-sidebar-wrap > .content,
.site-inner  .content-sidebar-wrap > .after-content .wrap aside {
	max-width: 1170px;
    margin: 0 auto;
    float: none;
}

body.page-id-65 .site-inner  .content-sidebar-wrap > .sidebar-primary,
.page-id-71 .site-inner  .content-sidebar-wrap > .content,
.page-id-67 .site-inner  .content-sidebar-wrap > #genesis-content,
.sidebar-content .site-inner  .content-sidebar-wrap > #genesis-content,
.content-sidebar .site-inner  .content-sidebar-wrap > #genesis-content,
.category  .site-inner  .content-sidebar-wrap > #genesis-content {
	float: left;
}

.page-id-69 .site-inner,
.page-id-71 .site-inner, 
.page-id-67 .site-inner {
	padding: 15px;
}

.page-id-69 .sidebar-secondary,
.page-id-71 .sidebar-secondary,
.page-id-67 .sidebar-secondary {
    width: 290px;
}

.page-id-65 .site-inner  .content-sidebar-wrap #genesis-content {
	float: right;
}
.page-id-69 .site-inner  .content-sidebar-wrap > .content {
	float: right;
	margin-right: 20px;
}

.sidebar-content .site-inner  .content-sidebar-wrap > .sidebar-primary {
	float: right;
}

.site-inner  .after-content {
	clear: left;
}

.site-inner  .content-sidebar-wrap > .after-content .wrap aside#text-11 {
	max-width: 100%;
}

.tagcloud a {
    font-size: 16px!important;
    padding: 3px 15px;
    border: 1px solid;
    text-decoration: none;
    display: inline-block;
    margin: 2px;	
}
/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

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

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 660px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 290px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

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

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fff;
	font-size: 1.6rem;
	font-size: 16px;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 0px;
	padding: 10px;
	padding-left: 20px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	margin-top: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.site-container {
    overflow-x: hidden;
}
/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


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

.widget {
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
	font-size: 12px;
}


/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-logo img {
	margin-top: 7px;
}

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

.site-header > .wrap {
	padding: 20px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 300px;
}

.header-image .title-area {
	max-width: 300px;
	padding: 0;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
	text-decoration: none;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: left;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}
.genesis-nav-menu .sub-menu {
	border: none;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 32px 20px;
}
.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	background: #f1eded;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -38px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	
}

.genesis-nav-menu > .right {
	float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

#menu-after-header-navigation .sub-menu li a {
	padding-left: 10px;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	border-top: 1px solid #eee;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}
.footer-widgets ul > li {
	padding: 0;
	margin: 0;
}
.lt-footer-left,
.lt-footer-right {
	width: 50%;
	float: left;
}
.lt-footer-left {
	text-align: left;
}
.lt-footer-right {
	text-align: right;
}
/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 0;
}

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

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

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

.entry-content code {
	background-color: #333;
	color: #eee;
}

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

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	background-color: #c3251d;
	color: #fff;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 0;
}

.entry-comments {
	padding: 60px;
}

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

.comment-list .depth-1 {
	padding-left: 0;
}

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

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 30px;
}


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

.footer-widgets {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	clear: both;
	padding: 60px 0;
}
.site-footer .wrap,
.footer-widgets .wrap {
	max-width: 1170px;
	padding-left: 15px;
	padding-right: 15px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 24%;
	margin-right: 1.33%;
}

.footer-widgets-4 {
	margin-right: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	float: left;
}

.footer-widgets a {
	font-size: 16px;
	line-height: 2;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 20px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

.lt-footer {
	min-height: 65px!important;
	padding: 20px 0!important;
}
.lt-footer,
.lt-footer a {
	color: #fff;
}

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

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


	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 340px;
	}

	.footer-widgets-1 {
		margin-right: 60px;
	}
	.lt-slider .caption-wrap h3 {
		font-size: 30px!important;
		margin-bottom: 0!important;
	}

}


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


	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}

@media only screen and (max-width: 1023px) {
ul#menu-header-navigation.menu.genesis-nav-menu.js-superfish {
background: #fff;
}
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.js .genesis-nav-menu .sub-menu a,
	.js .genesis-nav-menu .sub-menu, 
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.js nav.nav-primary,
	.js .site-header nav  {
		display: none;
		position: relative;
	}

	.js .site-header nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background: none;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
		background: none;
	}

	.menu-toggle {
		border-top: 1px solid #eee;
		line-height: 20px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

	.site-header .menu-toggle {
		border: 0;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		margin-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f142";
	}

	.js .nav-primary .genesis-nav-menu .menu-item,
	.js .site-header .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin: 1px 0;
		position: relative;
		text-align: left;
	}

	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.js .nav-primary .genesis-nav-menu .menu-item a,
	.js .site-header .genesis-nav-menu .menu-item a {
		border: none;
		padding: 12px 0;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		color: #000;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		color: #c3251d;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}

}

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

	body > div {
		font-size: 1.8rem;
	}

	body {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.lt-slider img {
		height: 300px!important;
	}

	.lt-slider .caption-wrap h3 {
		font-size: 20px!important;
		margin-bottom: 0!important;
	}

	aside.lt-slider .caption-wrap p {
	    font-size: 16px!important;
	}

	.ws-about-item .widget_sp_image-description a {
		font-size: 20px!important;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	.lt-slider-2 h4 {
		font-size: 20px!important;
		margin-bottom: 0!important;
	}
	aside.lt-slider.lt-slider-2 .caption-wrap p {
		font-size: 16px!important;
	}
	.lt-slider .caption-wrap {
    	max-width: 80%!important;
	}
}
@media only screen and (max-width: 560px) {
	.ws-about-item {
		width: 100%!important;
	}
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

body {
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
p {
	font-size: 14px;
}
a {
	text-decoration: none;
}
/****************************************************** CUSTOM TEMPLATE *************************************************************/
.container {
	max-width: 1170px;
	margin: 0 auto;
}
body.page-template.page-template-page_blog #lt-service {
	display: none;
}
/* Transition */
h1, h2, h3, h4, h5, h6, i, i:before, a, i:after, a:before, img, .textwidget, .lt-about-video {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}
.lt-testimonial a {
	-webkit-transition: all 0.4s ease-in-out!important;
	-moz-transition:    all 0.4s ease-in-out!important;
	-ms-transition:     all 0.4s ease-in-out!important;
	-o-transition:      all 0.4s ease-in-out!important;
	transition:         all 0.4s ease-in-out!important;
}
#lt-intro,
#lt-service,
#lt-event,
#lt-testimonials,
#lt-why,
#lt-portfolio,
#lt-parallax,
#lt-team,
#lt-blog,
#lt-countdown,
#lt-pricing,
#lt-client,
#lt-contact {
	padding: 90px 0;
	background-size: cover;
	background-attachment: fixed;
}
#lt-blog {
	padding: 70px 0px 30px 0px;
}
/******** Top Head ************/
.before-header {
	background: #fafafa;
}
.top-left-menu,
.top-right-menu {
	width: 50%!important;
	float: left;
}
.top-right-menu ul li,
.top-left-menu ul li {
	display: inline!important;
	padding: 10px!important;
}
.top-right-menu ul li a,
.top-left-menu ul li a {
	text-decoration: none;
	font-size: 16px;
}
.top-left-menu ul li strong {
	display: none!important;
}
.top-right-menu {
	text-align: right;
}
.top-right-menu ul li i,
.top-left-menu ul li i {
	line-height: 30px;
}	
/******** Head *******/
.site-header {
    background-color: #212020;
}
.site-header.is-sticky {
	z-index: 9999;
    width: 100%;
    position: fixed;
}
header.site-header,
.site-header.is-sticky {
	top: 0;
}
.site-header.is-sticky .genesis-nav-menu {
    padding-top: 4px;
}
.site-header .wrap {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition:    all 0.6s ease-in-out;
	-ms-transition:     all 0.6s ease-in-out;
	-o-transition:      all 0.6s ease-in-out;
	transition:         all 0.6s ease-in-out;
}
.site-header.is-sticky .wrap {
	padding: 0!important;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition:    all 0.6s ease-in-out;
	-ms-transition:     all 0.6s ease-in-out;
	-o-transition:      all 0.6s ease-in-out;
	transition:         all 0.6s ease-in-out;
}
/******** Menu *********/
.genesis-nav-menu {
	font-size: 12px;
}
.genesis-nav-menu a {
	padding: 15px 20px;
	text-transform: uppercase;
	color: #000;
	-webkit-transition: all 0.4s ease-in-out!important;
	-moz-transition:    all 0.4s ease-in-out!important;
	-ms-transition:     all 0.4s ease-in-out!important;
	-o-transition:      all 0.4s ease-in-out!important;
	transition:         all 0.4s ease-in-out!important;
}.genesis-nav-menu a:focus {
	background: none!important;
}
.genesis-nav-menu .sub-menu a {
	font-size: 11px;
	color: #333;
	padding: 12px;
} 
.genesis-nav-menu .sub-menu a:hover, 
.genesis-nav-menu .sub-menu a:focus, 
.genesis-nav-menu .sub-menu .current-menu-item > a:hover, 
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	color: #fff!important;
}
.site-header .widget-area {
    margin-top: 7px;
}
.site-header.is-sticky .widget-area {
    margin-bottom: 10px;
}
button.menu-toggle:focus {
    outline: none;
}
.genesis-nav-menu li a, 
.genesis-nav-menu li a {
    position: relative;
    font-weight: 600;
    overflow: hidden;
	color: #000!important;
}
.nav-header > ul > li > a {
	color: #fff!important;
	position: relative;
}
.nav-header > ul > li > a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0%;
	height: 2px;
}
.nav-header > ul > li > a:hover:after,
.nav-header > ul > li.current-menu-item > a:after {
	width: 100%;
}
/******** Title ********/
.lt-title {
	margin-bottom: 50px;
}
.lt-title h3 {
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 10px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
}
.lt-title h3:before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 150px;
    left: 0;
    height: 5px;
    display: none;
}
.lt-title h5 {
	text-transform: uppercase;
	text-align: center;
}
.lt-title p {
	margin: 0;
	text-align: center;
}
/******** Slider *******/
.nextend-smartslider-button-container a {
	font-size: 100%!important;
}
.lt-slider a {
	-webkit-transition: all 0.4s ease-in-out!important;	
	-moz-transition:    all 0.4s ease-in-out!important;	
	-ms-transition:     all 0.4s ease-in-out!important;	
	-o-transition:      all 0.4s ease-in-out!important;	
	transition:         all 0.4s ease-in-out!important;	
	background: none!important;
}
.lt-slider a:hover {
	color: #fff!important;
}
/******** Intro *******/
.lt-intro-item {
	background: rgba(66, 51, 44, .6);
	color: #fff;
	padding: 50px;
	color: #fff;
	float: right;
	text-align: center;
}
.lt-intro-item h3 {
	font-size: 26px;
    line-height: 26px;
    font-weight: 600;
}
.lt-intro-item h4 {
	margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
}
.lt-intro-item h5 {
	margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
}
.lt-intro-item h6 {
	margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
}
.lt-intro-item p {
	line-height: 30px;
}
.lt-intro-item a {
	padding: 14px 30px;
    color: #fff;
    clear: both;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    color: #fff!important;
    border: 1px solid;
}
.lt-intro-item a:hover {
	background: none!important;
}
/******** About *******/
#lt-about {
	background-color: #f4f4f4;
	padding: 0;
}
.lt-about-item {
	padding: 90px 0;
	text-align: left;
	margin-bottom: 0;
}
.lt-about-item h3,
.lt-about-item p {
	text-align: left;
}
.lt-about-video:hover {
	background: #222!important;
}
.lt-about-video .wp-video {
	 position: relative;
	 top: 50%;
	 transform: translateY(-50%);
}
.lt-about-item .button {
    color: #fff!important;
    background: #2a2d2e;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    padding: 10px 40px;
    display: inline-block;
    margin-top: 25px;
}
/*** Skill ***/
.skill {
    margin: 20px 0;
}
.skill p {
	display: none;
}
.progress {
    background-color: #fff;
    border: 1px solid #ededed;
    box-shadow: none;
    height: 12px;
}
.progress-bar {
    animation-delay: 0.2s;
    animation-duration: 1s;
    animation-name: process;
    animation-timing-function: linear;H
    box-shadow: none;
    height: 10px;
    position: relative;
    transform-origin: left center 0;
}
.skill:first-child {
    margin-top: 0;
}
.skill:last-child {
    margin-bottom: 0;
}
.skill strong {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.skill strong:nth-child(2) {
    float: right;
    font-weight: 400!important;
}
@keyframes process {
0% {
    transform: scaleX(0);
}
100% {
    transform: scaleX(1);
}
}
.lt-about-item-2 img {
	margin-bottom: 0!important;
	max-width: 50%!important;
}
.lt-about-item-2 h5 {
	font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.lt-about-item-2 h5:after {
	content: "";
	bottom: 0;
	width: 100px;
	height: 4px;
	position: absolute;
	left: 0;
}
.lt-about-item-2 .widget_sp_image-description {
	padding: 50px 50px 0;
	width: 50%;
}
.lt-about-item-2  li:before {
    content: "\f00c";
    font-family: FontAwesome;
    margin-right: 5px;
}
.lt-about-item-2 ul {
    width: 50%;
    float: left;
    padding: 0;
    list-style: none;
    padding-right: 20px;
}
.lt-about-item-2 ul li {
    position: relative;
    line-height: 50px;
    border-bottom: 1px solid #dfdfdf;
    padding: 0;
    margin: 0;
}
.lt-about-item-2 ul li:last-child {
    border: 0;
}
.lt-about-item-2 .button {
	margin-top: 40px;
    background: none;
    border: 1px solid;
    width: 100%;
    text-align: center;
    color: #000!important;
}
.lt-about-item-2 .button:hover {
    color: #fff!important;
}
/******* Why ***********/
#lt-why {
	background-image: url(http://demo5.ltheme.com/wordpress/lt-makeup/wp-content/uploads/2017/06/back3.jpg);
	background-size: cover;
}
#lt-why h3 {
	color: #fff;
}
#lt-why p {
	color: #fff;
}
.lt-why-item {
	text-align: center;
	position: relative;
}
.lt-why-item .lt-why-item-head {
	border: 1px solid #fff;
    position: relative;
    display: inline-block;
    height: 160px;
    margin: 0 auto 15px;
    max-width: 160px;
    width: 100%;
    background: #2e2e2e;
    border: 1px solid #7c7c7c;
    border-radius: 50%;
}
.lt-why-item .lt-why-item-head p {
	padding-top: 50px;
}
.lt-why-item {
	cursor: pointer;
}
.lt-why-item i strong {
	display: none;
}
.lt-why-item i {
	font-size: 60px;
	color: #fff;
	margin: 0 auto;
	display: inline;
	left: 0;
    padding: 50px;
    position: relative;
    right: 0;
    top: 50%;
}
.lt-why-item h1 {
	right: 15px;
    top: 0px;
    color: #fff;
    border-radius: 50%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    width: 40px;
	font-size: 18px;
}
#lt-why .lt-why-item h5 {
	color: #fff;
}
.lt-why-item .lt-why-item-alert {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    bottom: 90%;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    left: 0;
    opacity: 0;
    margin: 0 auto 8px;
    max-width: 220px;
    min-width: 200px;
    padding: 10px;
    position: absolute;
    right: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out!important;	
	-moz-transition:    all 0.4s ease-in-out!important;	
	-ms-transition:     all 0.4s ease-in-out!important;	
	-o-transition:      all 0.4s ease-in-out!important;	
	transition:         all 0.4s ease-in-out!important;	
}
.lt-why-item .lt-why-item-alert:after {
    background: inherit;
    bottom: -4px;
    content: "";
    height: 10px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 10px;
}
.lt-why-item:hover .lt-why-item-alert {
	opacity: 1;
	bottom: 100%;
}
/******** Portfolio *********/
#lt-portfolio {
	background: #f4f4f4;
	clear: left;
}

.lt-portfolio article {
	width: 24%;
	margin: 0;
	margin-right: 1.33%;
	float: left;
	position: relative;
	overflow: hidden;
}
.lt-portfolio article:nth-child(4n) {
	margin-right: 0;
}
.lt-portfolio article > a {
	position: relative;
	line-height: 100%;
}
.lt-portfolio article > a:after {
	content: "";
	position: absolute;
	left: -100%;
	top: 0;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	opacity: 0;	
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.lt-portfolio article:hover > a:after {
	opacity: 1;
	left: 0;
}
.lt-portfolio article a,
.lt-portfolio article a img {
	width: 100%;
	margin: 0;
    margin-bottom: -1px;
}
.lt-portfolio article h4 {
	font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
	text-align: center;
    margin-top: 0;
	opacity: 0;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -20%;
	-webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.lt-portfolio article:hover h4 {
	opacity: 1;
	top: 40%;
}
.lt-portfolio article h4 a {
	color: #fff;
}
/******** Parallax *********/ 
.lt-parallax h2 {
	color: #fff;
	width: 80%;
	float: left;
	margin: 0;
	font-size: 25px;
}
.lt-parallax .button {
	display: inline;
	float: left;
	text-transform: uppercase;
	font-size: 12px;
	background: #fff;
	padding: 9px 35px;
	color: #222;
	font-weight: 700;
}
.lt-parallax .button:hover {
	background: #222;
	color: #fff;
}
/******** Testimonial *********/ 
.lt-testimonial a {
	background: none!important;
}
/******** Service *********/ 
.lt-service-item  {
    cursor: pointer;
    text-align: center;
}
.lt-service-item h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-transform: capitalize;
}
.lt-service-item i {
    position: relative;
    width: 100px; 
    height: 100px;
    line-height: 100px;
    border: 1px solid;
    border-radius: 50%;
    font-size: 40px;
}
.lt-service-item i strong {
	display: none;
}
.lt-service-item i:hover {
    border: 1px dotted transparent;
}
.lt-service-item i:after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-origin: border-box;
    
    display: inline-block; 
    width: 100px; 
    height: 100px;
    border-width: 50px;
    border-color: rgba(0,0,0,0);
    
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-style: dotted;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    -o-transition: 0.7s ease;
    transition: 0.7s ease;
}
.lt-service-item:hover i:after {
    border-width: 0;
    border-color: rgba(0, 0, 0, 0.5);
}
/******** Event **********/
.lt-event-title {
	color: #fff;
}
.lt-event-item {
	position: relative;
	cursor: pointer;
	text-align: center;
	color: #fff;
}
.lt-event-item img {
	width: 100%;
}
.lt-event-item .widget_sp_image-description {
	position: absolute;
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 40%;
	z-index: 2;
	opacity: 0;
	height: 100%;
	background: rgba(0,0,0, .6);
	-webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.lt-event-item:hover .widget_sp_image-description {
	opacity: 1;
}
.lt-event-item h5 {
	font-size: 16px;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.lt-event-item h5:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 80px;
	height: 3px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #fafafa;
}
.lt-event-item a {
	border-radius: 0;
	margin-top: 30px;
	color: #fff;
}
.lt-event-item a:hover {
	color: #fff;
}
/******** Countdown ********/
#lt-countdown {
	padding-bottom: 150px;
}
.lt-countdown-title {
	color: #fff;
	margin-bottom: 0;
}
.lt-countdown {
	text-align: center;
}
.lt-countdown .hoth-dash {
	font-size: 30px!important;
	height: 80px!important;
}
.lt-countdown .hoth-dash_title {
	font-size: 16px!important;
	margin-top: 50px!important;
	color: #fff;
}
/******** Pricing ********/
.lt-pricing-item {
	text-align: center;
    background: #f4f4f4;
    padding: 40px;
    border: 10px solid transparent;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.lt-pricing-item:hover {
    cursor: pointer;
    border-color: #d2f1f8;
    color: #fff!important;
}
.lt-pricing-item h3 {
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 0;
    font-size: 14px;
    position: relative;
    font-weight: 700;
}
.lt-pricing-item h3:after {
	position: absolute;
	margin: 0 auto;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	width: 50px;
	height: 2px;
	background: #222;
}
.lt-pricing-item h4 {
    padding: 10px 0 0;
    font-size: 70px;
    font-weight: 300;
    margin: 0;
}
.lt-pricing-item h4 sup {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 20px;
    vertical-align: 20px;
    font-weight: 300;
}
.lt-pricing-item h6 {
    padding: 0 0 15px;
    margin: 0;
    color: #797979;
    font-size: 20px;
    font-weight: 300;
}
/******** Promo *********/
.lt-promo {
	text-align: center;
}
.lt-promo h2 {
    color: #ffffff;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 70px;
}
.lt-promo h4 {
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
}
.lt-promo .button {
    border: 1px solid #fff;
    width: 170px!important;
    display: inline-block;
    padding: 12px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 20px;
    font-weight: 700;
    background: none;
}
/******** Team **********/
#lt-team {
	background: #f4f4f4;
}
.lt-team-item {
    position: relative;
    cursor: pointer;
}
.lt-team-item span {
    position: relative;
    width: 100%;
}
.lt-team-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .7;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.lt-team-item:hover:before {
    opacity: 1;
}
.lt-team-item img {
    width: 100%;
}
.lt-team-item strong {
    display: none;
}
.lt-team-item h4 {
    text-transform: inherit;
    font-size: 18px;
    margin: 20px 0 5px;
    padding: 0 15px;
}
.lt-team-item h6 {
    text-align: left;
    font-size: 13px;
    text-transform: inherit;
    padding: 0 15px;
    margin-bottom: 25px;
}
.lt-teamitem-title {
    float: left;
    padding: 15px 20px 20px;
}
.lt-team-item,
.lt-team-item-social {
    background: #fff;
}
.lt-team-item-social,
.lt-team-item .sppb-addon-text {
    float: left;
    width: 100%;
}
.lt-team-item  ul {
    width: 60%;
    padding: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    top: 100px;
}
.lt-team-item ul li {
    float: left;
    list-style: none;
    width: 20%;
    margin-left: 5%;
    padding-bottom: 0;
}
.lt-team-item ul li:hover {
    background: rgba(173, 173, 173, .7);
    border-radius: 50%;
}
.lt-team-item ul li a {
    display: block;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #fff;
}
.lt-team-item ul li a {
    opacity: 0;
    transform: translateY(100px);
    transition: background-color 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.5s ease 0s;
}
.lt-team-item:hover ul li a {
    opacity: 1;
    transform: translateY(0px);
}
.lt-team-item:hover ul li:nth-child(1) a {
    transition: background-color 0.3s ease 0s, opacity 0.3s ease 0.2s, transform 0.5s ease 0.2s;
}
.lt-team-item:hover ul li:nth-child(2) a {
    transition: background-color 0.3s ease 0s, opacity 0.3s ease 0.3s, transform 0.5s ease 0.3s;
}
.lt-team-item:hover ul li:nth-child(3) a {
    transition: background-color 0.3s ease 0s, opacity 0.3s ease 0.4s, transform 0.5s ease 0.4s;
}
.lt-team-item:hover ul li:nth-child(4) a {
    transition: background-color 0.3s ease 0s, opacity 0.3s ease 0.5s, transform 0.5s ease 0.5s;
}
/******** Blog *********/ 
.lt-blog article {
	width: 32%;
	margin-right: 2%;
	float: left;
	position: relative;
	padding-bottom: 60px;
}
.lt-blog article:nth-child(3n) {
	margin-right: 0;
}
.lt-blog article a,
.lt-blog article a img {
	width: 100%;
}
.lt-blog article h4 {
	font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 0;
}
.lt-blog article h4 a {
	font-weight: 400;
}
.archive-description.taxonomy-archive-description {
	display: none;
}
.lt-blog article > a {
	overflow: hidden;
	position: relative;
}
.lt-blog article a img {
	opacity: .8;
}
.lt-blog article:hover a img {
	opacity: 1;
}
.lt-blog article > a:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg); 
}
.lt-blog article:hover > a:before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.lt-blog article .more-link {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 150px;
	line-height: 40px;
	text-align: center;
    text-transform: uppercase;
    border: 1px solid #adadad;
    font-weight: 700;
    color: #000;
    font-size: 14px;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.lt-blog article .more-link:hover {
	color: #fff;
}
/******** Client *********/
#lt-client {
	background: #f5faf4;
} 
.lt-client-item {
	position: relative;
	margin: 30px 2% 30px 5%;
    cursor: pointer;
    background: #fff;
    padding: 50px 20px 50px 60px;
    width: 43%;
    float: left;
}
.lt-client-item:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ececec;
    bottom: 7px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.lt-client-item h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.lt-client-item i {
    border-radius: 50%;
    line-height: 74px;
    width: 74px;
    height: 74px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: -38px;
    top: 50px;
}
.lt-client-item:nth-child(2) i {
    background: #f69679;
}
.lt-client-item:nth-child(2) i:after {
	border-color: #f69679;
}
.lt-client-item:nth-child(3) i {
    background: #ffcc00;
}
.lt-client-item:nth-child(3) i:after {
	border-color: #ffcc00;
}
.lt-client-item i:after {
	content: "";
    border-radius: 50%;
    width: 90px;
    height: 90px;
    padding: 8px 0;
    position: absolute;
    left: -8px;
    top: -8px;
    border: 2px solid;
    -ms-transform: scale(.5); 
    -webkit-transform: scale(.5); 
    transform: scale(.5);
    opacity: 0;
}
.lt-client-item:hover i:after {
     -ms-transform: scale(1); 
    -webkit-transform: scale(1); 
    transform: scale(1);
    opacity: 1;
}
.lt-client-item i strong {
	display: none;
}
.lt-client-img {
	cursor: pointer;
	width: 20%;
	float: left;
	text-align: center;
	margin: 20px 0;
}
.lt-client-img img  {
	opacity: 0.6;
}
.lt-client-img:hover img {
	opacity: 1;
}
/******** Contact *********/
#lt-contact {
	background-color: #7f8990;
}
.lt-contact-item {
    padding: 60px 30px;
    background: #fff;
    position: relative;
    text-align: center;
}
.lt-contact-item:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    left: 0;
    right: 0;
    height: 5px;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.lt-contact-item:hover:before {
    width: 100%;
}
.lt-contact-item i {
    width: 90px;
    height: 90px;
    padding: 33px 0;
    border-radius: 50%;
    color: #fff;
    position: relative;
    font-size: 26px;
}
.lt-contact-item i:after {
    content: "";
    position: absolute;
    margin: auto;
    left: -7px;
    right: 0;
    top: -7px;
    width: 104px;
    height: 104px;
    border: 7px solid #e8e8e8;
    border-radius: 50%;
    opacity: 0;
}
.lt-contact-item:hover i {
    background: #2a2d2e!important;
}
.lt-contact-item:hover i:after {
    opacity: 1;
}
.lt-contact-item i strong {
	display: none;
}
.lt-contact-item h5 {
    text-transform: uppercase;
    margin: 25px 0 20px;
}
.lt-contact label {
	width: 100%;
}
.lt-contact textarea {
	height: 120px;
}
.lt-contact form p:nth-child(6) {
	text-align: center!important;
}
.lt-contact .wpcf7-form-control.wpcf7-submit {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 10px 30px;
}
/********************* Footer **********************/
#genesis-footer-widgets {
	background: #f5f5f5;
}
#genesis-footer-widgets .widget-title {
    text-transform: none;
    font-weight: 300;
}
.ws-bottom-1 .textwidget {
	font-size: 16px;
    font-weight: 300;
}
.ws-bottom-2 a {
	background: transparent none repeat scroll 0 0;
    border: 1px solid #999;
    color: #333;
    display: block;
    float: left;
    font-size: 14px !important;
    margin: 2px;
    padding: 4px 10px;
    text-decoration: none;
}
.ws-footer {
	line-height: 26px;
	position: relative;
}
.site-footer {
	color: #fff;
	border-top: none;
}
.site-footer p {
	font-size: 16px;
	line-height: 24px;
}
.site-footer a {
	color: #fff;
	text-decoration: none;
}
.ws-footer-right {
    float: right;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 50%;
}
.ws-footer-left {
    width: 50%;
    text-align: left;
}
.footer-widgets .widget-area {
	padding: 20px 0;
}
/*** Page child ****/
#genesis-content .breadcrumb {
	padding: 50px 0 1px;
	border-bottom: 1px solid #f1f1f1;
}
#genesis-content .breadcrumb a {
	text-decoration: none;
}
.content-sidebar-wrap .archive-description.blog-template-description {
	display: none;
}
/*** Sidebar Title ****/
.widget-area .widget .widget-title {
    text-align: left;
    margin-bottom: 12px;
    text-transform: uppercase;
    display: block;
    color: #28262b;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    line-height: 1.2;
    padding-bottom: 13px;
}
.widget-area .widget .widget-title:before{
	content: '';
    position: absolute;
    height: 4px;
    width: 40px;
    left: 0;
    top: auto;
    bottom: 5px;
    transform: translate(0, -50%);
    background-color: #92c330;
}
/*** Sidebar Content ****/
.sidebar {
	padding-top: 50px;
}
.sidebar section ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #696969;
}
.sidebar section ul li a:before {
	font-family: FontAwesome;
    content: "\f054";
    color: #dbdbdb;
    margin-right: 10px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    font-size: 10px;
    color: #000;
}
footer.site-footer a {
	color: #fff!important;
}
/*********** Woocommerce ************/
.woocommerce div.product {
	margin-top: 50px;
}
.woocommerce .site-header.is-sticky {
	max-width: 97%;
}
.woocommerce .woocommerce-breadcrumb {
	font-size: 16px!important;
	border-bottom: 1px solid #cec9c9;
	padding-bottom: 10px!important;
    margin-bottom: 25px!important;
}
.woocommerce .woocommerce-breadcrumb a {
	text-decoration: none;
}
.woocommerce .woocommerce-ordering .orderby {
	font-size: 14px;
}
.woocommerce-products-header__title {
	font-size: 20px!important;
	font-weight: 600;
}
.woocommerce-ordering .orderby {
	padding: 10px;
}
.woocommerce-result-count {
	margin-top: 10px;
}
.woocommerce .site-main h1.page-title,
.woocommerce div.product .product_title {
	margin-bottom: 35px;
	position: relative;
}
.woocommerce div.product .product_title {
	margin-bottom: 10px;
	font-size: 25px;
}
.woocommerce div.product .product_title:before {
	display: none;
}
.woocommerce .site-main h1.page-title:before,
.woocommerce div.product .product_title:before {
	content: '';
    position: absolute;
    height: 2px;
    width: 30px;
    left: 0;
    top: auto;
    bottom: 2px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    background-color: #92c330;
}
.woocommerce .site-main ul.products {
	padding-top: 20px;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	text-align: center;
}
.woocommerce ul.products li.product h3 {
	padding: 0 0 10px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 400;
}
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins {
	display: inline-block;
	margin: 0 5px;
	font-size: 15px;
	color: #999;
}
.woocommerce ul.products li.product .price {
	font-size: 15px;
	color: #999;
}
.woocommerce ul.products li.product .button {
	border: 1px solid;
	border-radius: 0;
	font-weight: 400;
	text-transform: uppercase;
	padding: 12px 15px;
	color: #fff;
}
.woocommerce ul.products li.product .button:hover {
	background: transparent;
	color: #92c330;
}
.woocommerce div.product.product_cat-shop .onsale {
	max-width: 60px;
}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
	background: #92c330;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	padding: 10px 14px;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
	background: #92c330;
	color: #fff;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
	color: #999;
}
.woocommerce div.product p.price del {
	margin-right: 5px;
}
.woocommerce .quantity .qty {
	height: 35px;
}
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit, 
.woocommerce button.button, 
.woocommerce input.button {
	border: 1px solid #92c330;
	border-radius: 0;
	font-weight: 400;
	text-transform: uppercase;
	padding: 8px 15px;
	color: #fff;
	height: 35px;
	font-size: 14px;
}
.woocommerce ul.products li.product .button {
	font-size: 14px;
}
.woocommerce div.product form.cart .button:hover,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
	background: transparent;
	color: #92c330;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding-left: 5px!important;
	margin-bottom: 0!important;	
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border-color: #92c330;
	border-width: 3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel {
	border: 1px solid #f1f1f1;
	padding: 10px 15px 5px!important;
	border-top: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 1px solid #f1f1f1!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 10px;
	font-weight: 500;
	text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: #92c330;
	border-color: #92c330;
}
.woocommerce #comments {
	margin-top: 0;
	padding: 0;
}
.woocommerce #reviews #comments h2 {
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
	font-weight: 400;
	margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-notes {
	font-style: italic;
	color: red;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-form-author,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-form-email {
	width: 48.5%;
	display: inline-block;
	vertical-align: top;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-form-author label,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-form-email label {
	display: block;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-form-comment {
	width: 100%;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-form-author input[type="text"],
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-form-email input[type="email"] {
	width: 100%;
	padding: 8px 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	border: 0!important;
	font-size: 14px;
	outline: initial;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
	font-size: 14px;
}
.woocommerce #review_form #respond .form-submit input {
	color: #fff!important;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-form-email {
	float: right;
}
.woocommerce div.product .related.products h2 {
	font-size: 20px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.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: 100px;
	height: 35px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce input.button.alt {
	height: 100%;
	background: #92c330;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce input.button.alt:hover {
	background: transparent;
	color: #92c330;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	width: 30.1%!important;
    margin: 0 3.8% 2.992em 0!important;
	float: left;
    vertical-align: top;
	clear: none!important;
}
.woocommerce-page ul.products li.product:nth-child(3n) {
	margin: 0!important;
}
.woocommerce-page ul.products li.product:nth-child(3n+1) {
	clear: left!important;
}
.woocommerce span.onsale {
	border-radius: 0;
	max-width: 60px;
}
.woocommerce span.onsale:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #6b6f64 transparent transparent;
	top: 100%;
	left: 0;
}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
	right: -3px!important;
	padding: 0 10px;
	border-radius: 0!important;
	font-size: 12px!important;
}
.woocommerce span.onsale {
	right: auto;
	left: -9px;
}
.woocommerce ul.products li.product .onsale:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 0;
	border-color: #6b6f64 transparent transparent transparent;
	top: 100%;
	right: 0 !important;
	left: auto;
}
.woocommerce a.added_to_cart {
	display: none;
}
body.woocommerce-page .site-inner > #container {
	width: 72%;
	margin-right: 2%;
	float: left;
}
body.woocommerce-page .site-inner > .sidebar-primary {
	width: 26%;
}
body.woocommerce.woocommerce-page .site-inner #content {
	padding-top: 50px;
}
.product_meta .posted_in {
	text-decoration: none;
	font-size: 18px;
}
body.woocommerce .related.products .products .product:nth-child(n+4) {
	display: none;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
	color: #fff;
}
.woocommerce-checkout #payment ul.payment_methods li {
	list-style: none;
}
/**** Cart *****/
.wpmenucartli.wpmenucart-display-standard a i,
.wpmenucartli.wpmenucart-display-standard a span {
	color: #fff!important;
}
.woocommerce-error {
	margin-left: 0!important;
}
.woocommerce-cart-form__cart-item .product-name a {
	text-decoration: none;
}
.wpmenucartli .empty-wpmenucart-visible {
	display: none;
}
tbody tr td input.button {
	font-size: 14px!important;
    color: #fff!important;
}
.coupon input.button {
	font-size: 14px!important;
    color: #fff!important;
}
/********************************RESPONSIVE********************************/
@media (min-width: 1200px) and (max-width: 1500px) {
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4  {
    	width: 24%;
    	float: left;
    	margin-right: 1.33%!important;
	}
	.footer-widgets-4 {
		margin-right: 0!important;
	}
	.lt-about-item img,
	.lt-about-item-2 img {
		min-height: 80vh;
	}
}
@media (max-width: 1200px) {
	body {
		padding: 0 10px;
	}
	body .site-container {
		overflow-x: initial;
	}
	div.n2-ss-widget, 
	div.n2-ss-widget {
	    width: auto!important;
	    height: auto!important;
	}
	.lt-about-item {
		padding-left: 10px;
	}
	#lt-contact {
		margin-left: -10px;
    	margin-right: -10px;
	}
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.genesis-nav-menu a {
    	padding: 15px 10px!important;
	}
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4  {
    	width: 24%;
    	float: left;
    	margin-right: 1.33%!important;
	}
	.footer-widgets-4 {
		margin-right: 0!important;
	}
	.lt-about-item img,
	.lt-about-item-2 img {
		min-height: 100vh;
	}
}
@media (min-width: 1024px) {
	/****content-sidebar-sidebar ****/
	body.content-sidebar-sidebar .content-sidebar-wrap {
   		width: 80%;
    	margin-right: 2%;
    	float: left;
	}
	body.content-sidebar-sidebar #genesis-content {
    	width: 75%;
    	float: left;
	}
	body.content-sidebar-sidebar .sidebar.sidebar-primary {
    	width: 22%;
    	float: left;
    	margin-left: 3%;
	}
	body.content-sidebar-sidebar .sidebar.sidebar-secondary {
    	width: 18%;
    	float: left;
	}
	/****sidebar-content-sidebar ****/
	  body.sidebar-content-sidebar .content-sidebar-wrap {
      	width: 80%;
      	margin-left: 2%;
  	}
  	body.sidebar-content-sidebar #genesis-content {
      	width: 75%;
  	}
  	body.sidebar-content-sidebar .sidebar.sidebar-primary {
      	width: 22%;
      	margin-left: 3%;
  	}
  	body.sidebar-content-sidebar .sidebar.sidebar-secondary {
      	width: 18%;
  	}
	/****sidebar-sidebar-content ****/
	body.sidebar-sidebar-content .content-sidebar-wrap {
      	width: 80%;
      	margin-left: 2%;
  	}
  	body.sidebar-sidebar-content #genesis-content {
      	width: 75%;
		margin: 0;
  	}
  	body.sidebar-sidebar-content .sidebar.sidebar-primary {
      	width: 22%;
      	margin-right: 3%;
  	}
  	body.sidebar-sidebar-content .sidebar.sidebar-secondary {
      	width: 18%;
  	}
	.site-header.is-sticky {
		top: 0;
	}
	.site-header .title-area {
		margin: 0 auto;
	}
	/*******content-sidebar******/
	body.content-sidebar #genesis-content {
		width: 73%!important;
		margin-right: 2%!important;
	}
	body.content-sidebar .sidebar {
		width: 25%!important;
	}
	/*******sidebar-content******/
	body.sidebar-content #genesis-content {
		width: 73%!important;
		margin-left: 2%!important;
	}
	body.sidebar-content .sidebar {
		width: 25%!important;
	}
	.nav-header > ul > li > a {
		padding: 23px 20px!important;
	}
	.header-widget-area {
		margin: 0!important;
	}
}
@media (max-width: 1023px) {
	body.content-sidebar-sidebar .sidebar.sidebar-primary,
	body.content-sidebar-sidebar .sidebar.sidebar-secondary,
	body.sidebar-content-sidebar .sidebar.sidebar-primary,
	body.sidebar-content-sidebar .sidebar.sidebar-secondary,
	body.sidebar-sidebar-content .sidebar.sidebar-primary,
	body.sidebar-sidebar-content .sidebar.sidebar-secondary {
		display: none;
	}
	body.content-sidebar-sidebar #genesis-content,
	body.content-sidebar-sidebar .content-sidebar-wrap,
	body.sidebar-content-sidebar #genesis-content,
	body.sidebar-content-sidebar .content-sidebar-wrap,
	body.sidebar-sidebar-content #genesis-content,
	body.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
		margin: 0;
	}
	.site-inner .sidebar,
	.content-sidebar-wrap .sidebar {
		display: none;
	}
	body.woocommerce-page .site-inner > #container {
		width: 100%;
	}
	.site-header .title-area {
		width: 70%!important;
		float: left;
		max-width: 100%!important;
	}
	.site-header .header-widget-area {
		width: 30%;
		float: left;
	}
	.site-header .header-widget-area button.menu-toggle {
		text-align: right;
		margin-top: 0!important;
		font-size: 0;
		color: #fff;
	}
	.site-header .header-widget-area button.menu-toggle:before {
		font-size: 30px;
	}
	.site-header.is-sticky {
		top: 0!important;
	}
	.nav-header {
		width: 333.33%;
    	left: -233.33%;
    	top: 15px;
	}
	.site-header .site-logo {
		text-align: left;
	}
	.nav-header ul li a {
		padding-left: 10px!important;
	}
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
		width: 100%!important;
	}
	.woocommerce-page ul.products li.product {
		float: left!important;
	}
	.lt-about-item img,
	.lt-about-item-2 img,
	.lt-about-item .widget_sp_image-description,
	.lt-about-item-2 .widget_sp_image-description {
		width: 100%;
		max-width: 100%!important;
		padding-left: 0;
    	padding-right: 0;
	}
	.lt-about-item-2 {
		padding-bottom: 30px;
	}
	.lt-about-item-2 img {
		margin: 40px 0 20px!important;
	}
	div#n2-ss-2-arrow-previous, div#n2-ss-2-arrow-next, 
	div#n2-ss-2.n2-ss-tablet .n2-ss-widget {
	    width: auto!important;
	    height: auto!important;
	}
	.lt-pricing-item {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.lt-promo h2 {
	    font-size: 30px;
	    line-height: 30px;
	}
	.nav-header > ul > li > a {
		color: #000!important;
	}
	.lt-slider a {
		font-size: 10px!important;
		padding: 10px!important;
	}
	body.woocommerce-page ul.products li.product:nth-child(3n+1) {
    	clear: left!important;
	}
	.lt-client-item {
		width: 95%;
		margin-left: 5%;
	}
}
@media (max-width: 860px) {
	.lt-team-item {
	    width: 49%;
	    margin: 20px 2% 0 0;
	}
	.lt-team-item:nth-child(2n) {
		margin-right: 0;
	}
	.lt-service-item,
	.lt-event-item {
		margin: 20px 0;
	}
}
@media (max-width: 767px) {
	.top-right-menu ul li {
    	display: block!important;
		padding: 0!important;
   		margin: 0;
	}
	.lt-about-item img,
	.lt-about-item-2 img,
	.lt-about-item .widget_sp_image-description,
	.lt-about-item-2 .widget_sp_image-description {
		width: 100%;
		max-width: 100%!important;
		padding-left: 0;
    	padding-right: 0;
	}
	.lt-about-item-2 img {
		margin: 40px 0 20px!important;
	}
	.lt-about-item .widget_sp_image-description {
		padding: 20px 0 0;
	}
	.lt-about-item-2 .widget_sp_image-description {
		padding: 0 0 50px;
	}
	.lt-about-item-2 ul {
		width: 100%;
	}
	.lt-about-item-2 ul li {
		font-size: 12px;
	}
	.lt-pricing-item {
		margin: 20px 0;
	}
	.lt-promo h2 {
	    font-size: 25px;
	    line-height: 30px;
	}
	.lt-client-item i {
	    left: 0;
	    right: 0;
	    top: -30px;
	    margin: 0 auto;
	}
	.lt-client-item {
	    padding: 70px 10px;
	    text-align: center;
	    margin: 0;
	    width: 100%;
	}
	.lt-client-img {
		width: 50%;
	}
}
@media (max-width: 480px) {
	.lt-blog article {
		width: 100%;
		margin: 30px 0;
	}
	.lt-client-item {
		width: 100%;
	}
	.lt-portfolio article {
		width: 100%;
		margin: 20px 0;
	}
	.woocommerce-page ul.products li.product {
		width: 100%!important;
		margin: 30px 0!important;
	}
	.top-right-menu ul li {
		display: block!important;
		padding: 0!important;
	}
	.lt-client-img {
		width: 100%;
	}
	.lt-team-item {
	    width: 100%;
	    margin-right: 0;
	}
	#lt-countdown {
		padding-bottom: 280px;
	}
	.lt-countdown .hoth-dash {
		margin: 20px 10px!important;
		font-size: 25px!important;
	}

}
/******************************** PRESET COLOR *************************************/
/************* Preset Defaut **************/
  a,
 .lt-countdown,
 .lt-service-item i,
 .lt-intro-item ul li:hover:before,
 .lt-team-item:hover h4,
 .lt-team-item:hover h6,
 #lt-why h5,
 .lt-intro-item:hover h5,
 .lt-about-item-2  li:before,
 .lt-team-item h5 a,
 .lt-team-item ul li i,
 .lt-blog article h4 a,
 .lt-service-item:hover h5,
 .lt-about-content ul li:nth-child(2) .button {
	color: #7f5421;
}
 .lt-intro-item a,
 .lt-countdown .hoth-dash_title,
 .lt-contact-item i,
 .lt-contact-item:before,
 .lt-blog article .more-link:hover,
 .lt-about-video,
 .lt-pricing-item:hover,
 .progress-bar,
 #lt-parallax,
 .site-footer,
 .lt-about-title,
 .lt-about-item h5:after,
 .lt-about-item a:hover,
 .lt-about-item-2 .button:hover,
 .progress-bar,
 .lt-why-item h1,
 .lt-pricing-item .pricing-title,
 .lt-pricing-item li a,
 .lt-promo .button:hover,
 .nav-header > ul > li > a:after,
 .lt-intro-item:hover i,
 .lt-title h3:before,
 .lt-intro-item .button,
 .lt-about-content ul li .button,
 .lt-why-item .lt-why-item-alert,
 .genesis-nav-menu .sub-menu .current-menu-item > a:hover, 
 .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
 .genesis-nav-menu .sub-menu a:hover,
 .genesis-nav-menu .sub-menu li.current-menu-item a,
 .lt-contact .wpcf7-form-control.wpcf7-submit,
 .lt-about-content ul li:nth-child(2) .button:hover {
	background: #7f5421;
}
 .lt-intro-item a,
 .lt-blog article .more-link:hover,
 header.site-header,
 .site-header.is-sticky,
 .lt-promo .button:hover,
 .lt-intro-item i {
	border-color: #7f5421;
}
 .lt-pricing-item .pricing-title:after {
	border-top-color: #7f5421;
}
 .after-entry, .archive-description, .author-box {
	background: #7f5421;
	color: #fff;
}
 #lt-slider a:hover,
 .lt-testimonial a:hover,
 .lt-footer,
 .lt-about-content ul li:nth-child(2) .button:hover,
 .wpmenucartli.wpmenucart-display-standard a,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce div.product form.cart .button, 
.woocommerce #respond input#submit, .woocommerce button.button, 
 .woocommerce input.button,
 .woocommerce a.button.alt,
.woocommerce ul.products li.product .onsale, 
.woocommerce span.onsale,
.woocommerce ul.products li.product .button,
 .widget-area .widget .widget-title:before,
 .woocommerce div.product form.cart .button,
 .woocommerce #respond input#submit, 
 .woocommerce button.button, 
 .woocommerce input.button {
	background: #7f5421!important;
}
 .nav-header > ul > li > a:hover,
 .nav-header > ul > li.current-menu-item > a,
 .lt-slider-color h2,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h2,
.woocommerce div.product p.price, 
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price del, 
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button:hover {
	color: #7f5421!important; 
}
 #lt-slider a:hover,
 .lt-testimonial a:hover,
.woocommerce div.product form.cart .button, 
.woocommerce #respond input#submit, .woocommerce button.button, 
 .woocommerce input.button,
.woocommerce ul.products li.product .button {
	border-color: #7f5421!important; 
}
.lt-team-item:before,
.lt-portfolio article > a:after {
	background: rgba(127, 84, 33, .8);
}
/********************* Preset 1 **********************/
body.theme-blue a,
body.theme-blue .lt-countdown,
body.theme-blue .lt-service-item i,
body.theme-blue .lt-intro-item ul li:hover:before,
body.theme-blue .lt-team-item:hover h4,
body.theme-blue .lt-team-item:hover h6,
body.theme-blue #lt-why h5,
body.theme-blue .lt-intro-item:hover h5,
body.theme-blue .lt-about-item-2  li:before,
body.theme-blue .lt-team-item h5 a,
body.theme-blue .lt-team-item ul li i,
body.theme-blue .lt-blog article h4 a,
body.theme-blue .lt-service-item:hover h5,
body.theme-blue .lt-about-content ul li:nth-child(2) .button {
	color: #5aaddd;
}
body.theme-blue .lt-intro-item a,
body.theme-blue .lt-countdown .hoth-dash_title,
body.theme-blue .lt-contact-item i,
body.theme-blue .lt-contact-item:before,
body.theme-blue .lt-blog article .more-link:hover,
body.theme-blue .lt-about-video,
body.theme-blue .lt-pricing-item:hover,
body.theme-blue .progress-bar,
body.theme-blue #lt-parallax,
body.theme-blue .site-footer,
body.theme-blue .lt-about-title,
body.theme-blue .lt-about-item h5:after,
body.theme-blue .lt-about-item a:hover,
body.theme-blue .lt-about-item-2 .button:hover,
body.theme-blue .progress-bar,
body.theme-blue .lt-why-item h1,
body.theme-blue .lt-pricing-item .pricing-title,
body.theme-blue .lt-pricing-item li a,
body.theme-blue .lt-promo .button:hover,
body.theme-blue .nav-header > ul > li > a:after,
body.theme-blue .lt-intro-item:hover i,
body.theme-blue .lt-title h3:before,
body.theme-blue .lt-intro-item .button,
body.theme-blue .lt-about-content ul li .button,
body.theme-blue .lt-why-item .lt-why-item-alert,
body.theme-blue .genesis-nav-menu .sub-menu .current-menu-item > a:hover, 
body.theme-blue .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
body.theme-blue .genesis-nav-menu .sub-menu a:hover,
body.theme-blue .genesis-nav-menu .sub-menu li.current-menu-item a,
body.theme-blue .lt-contact .wpcf7-form-control.wpcf7-submit,
body.theme-blue .lt-about-content ul li:nth-child(2) .button:hover {
	background: #5aaddd;
}
body.theme-blue .lt-intro-item a,
body.theme-blue .lt-blog article .more-link:hover,
body.theme-blue header.site-header,
body.theme-blue .site-header.is-sticky,
body.theme-blue .lt-promo .button:hover,
body.theme-blue .lt-intro-item i {
	border-color: #5aaddd;
}
body.theme-blue .lt-pricing-item .pricing-title:after {
	border-top-color: #5aaddd;
}
body.theme-blue .after-entry, .archive-description, .author-box {
	background: #5aaddd;
	color: #fff;
}
body.theme-blue #lt-slider a:hover,
body.theme-blue .lt-testimonial a:hover,
body.theme-blue .lt-footer,
body.theme-blue .lt-about-content ul li:nth-child(2) .button:hover,
body.theme-blue .wpmenucartli.wpmenucart-display-standard a,
body.theme-blue.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
body.theme-blue.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
body.theme-blue.woocommerce div.product form.cart .button, 
body.theme-blue.woocommerce #respond input#submit, .woocommerce button.button, 
body.theme-blue .woocommerce input.button,
body.theme-blue .woocommerce a.button.alt,
body.theme-blue.woocommerce ul.products li.product .onsale, 
body.theme-blue.woocommerce span.onsale,
body.theme-blue.woocommerce ul.products li.product .button,
body.theme-blue .widget-area .widget .widget-title:before,
body.theme-blue .woocommerce div.product form.cart .button,
body.theme-blue .woocommerce #respond input#submit, 
body.theme-blue .woocommerce button.button, 
body.theme-blue .woocommerce input.button {
	background: #5aaddd!important;
}
body.theme-blue .nav-header > ul > li > a:hover,
body.theme-blue .nav-header > ul > li.current-menu-item > a,
body.theme-blue .lt-slider-color h2,
body.theme-blue.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h2,
body.theme-blue.woocommerce div.product p.price, 
body.theme-blue.woocommerce div.product span.price,
body.theme-blue.woocommerce ul.products li.product .price del, 
body.theme-blue.woocommerce ul.products li.product .price ins,
body.theme-blue.woocommerce ul.products li.product .price,
body.theme-blue.woocommerce ul.products li.product .button:hover {
	color: #5aaddd!important; 
}
body.theme-blue #lt-slider a:hover,
body.theme-blue .lt-testimonial a:hover,
body.theme-blue.woocommerce div.product form.cart .button, 
body.theme-blue.woocommerce #respond input#submit, .woocommerce button.button, 
body.theme-blue .woocommerce input.button,
body.theme-blue.woocommerce ul.products li.product .button {
	border-color: #5aaddd!important; 
}
body.theme-blue .lt-team-item:before,
body.theme-blue .lt-portfolio article > a:after {
	background: rgba(90, 173, 221, .8)!important;
}
/************ Preset 2 *************/
body.theme-green a,
body.theme-green .lt-countdown,
body.theme-green .lt-service-item i,
body.theme-green .lt-intro-item ul li:hover:before,
body.theme-green .lt-team-item:hover h4,
body.theme-green .lt-team-item:hover h6,
body.theme-green #lt-why h5,
body.theme-green .lt-intro-item:hover h5,
body.theme-green .lt-about-item-2  li:before,
body.theme-green .lt-team-item h5 a,
body.theme-green .lt-team-item ul li i,
body.theme-green .lt-blog article h4 a,
body.theme-green .lt-service-item:hover h5,
body.theme-green .lt-about-content ul li:nth-child(2) .button {
	color: #10de10;
}
body.theme-green .lt-intro-item a,
body.theme-green .lt-countdown .hoth-dash_title,
body.theme-green .lt-contact-item i,
body.theme-green .lt-contact-item:before,
body.theme-green .lt-blog article .more-link:hover,
body.theme-green .lt-about-video,
body.theme-green .lt-pricing-item:hover,
body.theme-green .progress-bar,
body.theme-green #lt-parallax,
body.theme-green .site-footer,
body.theme-green .lt-about-title,
body.theme-green .lt-about-item h5:after,
body.theme-green .lt-about-item a:hover,
body.theme-green .lt-about-item-2 .button:hover,
body.theme-green .progress-bar,
body.theme-green .lt-why-item h1,
body.theme-green .lt-pricing-item .pricing-title,
body.theme-green .lt-pricing-item li a,
body.theme-green .lt-promo .button:hover,
body.theme-green .nav-header > ul > li > a:after,
body.theme-green .lt-intro-item:hover i,
body.theme-green .lt-title h3:before,
body.theme-green .lt-intro-item .button,
body.theme-green .lt-about-content ul li .button,
body.theme-green .lt-why-item .lt-why-item-alert,
body.theme-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover, 
body.theme-green .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
body.theme-green .genesis-nav-menu .sub-menu a:hover,
body.theme-green .genesis-nav-menu .sub-menu li.current-menu-item a,
body.theme-green .lt-contact .wpcf7-form-control.wpcf7-submit,
body.theme-green .lt-about-content ul li:nth-child(2) .button:hover {
	background: #10de10;
}
body.theme-green .lt-intro-item a,
body.theme-green .lt-blog article .more-link:hover,
body.theme-green header.site-header,
body.theme-green .site-header.is-sticky,
body.theme-green .lt-promo .button:hover,
body.theme-green .lt-intro-item i {
	border-color: #10de10;
}
body.theme-green .lt-pricing-item .pricing-title:after {
	border-top-color: #10de10;
}
body.theme-green .after-entry, .archive-description, .author-box {
	background: #10de10;
	color: #fff;
}
body.theme-green #lt-slider a:hover,
body.theme-green .lt-testimonial a:hover,
body.theme-green .lt-footer,
body.theme-green .lt-about-content ul li:nth-child(2) .button:hover,
body.theme-green .wpmenucartli.wpmenucart-display-standard a,
body.theme-green.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
body.theme-green.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
body.theme-green.woocommerce div.product form.cart .button, 
body.theme-green.woocommerce #respond input#submit, .woocommerce button.button, 
body.theme-green .woocommerce input.button,
body.theme-green .woocommerce a.button.alt,
body.theme-green.woocommerce ul.products li.product .onsale, 
body.theme-green.woocommerce span.onsale,
body.theme-green.woocommerce ul.products li.product .button,
body.theme-green .widget-area .widget .widget-title:before,
body.theme-green .woocommerce div.product form.cart .button,
body.theme-green .woocommerce #respond input#submit, 
body.theme-green .woocommerce button.button, 
body.theme-green .woocommerce input.button {
	background: #10de10!important;
}
body.theme-green .nav-header > ul > li > a:hover,
body.theme-green .nav-header > ul > li.current-menu-item > a,
body.theme-green .lt-slider-color h2,
body.theme-green.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h2,
body.theme-green.woocommerce div.product p.price, 
body.theme-green.woocommerce div.product span.price,
body.theme-green.woocommerce ul.products li.product .price del, 
body.theme-green.woocommerce ul.products li.product .price ins,
body.theme-green.woocommerce ul.products li.product .price,
body.theme-green.woocommerce ul.products li.product .button:hover {
	color: #10de10!important; 
}
body.theme-green #lt-slider a:hover,
body.theme-green .lt-testimonial a:hover,
body.theme-green.woocommerce div.product form.cart .button, 
body.theme-green.woocommerce #respond input#submit, .woocommerce button.button, 
body.theme-green .woocommerce input.button,
body.theme-green.woocommerce ul.products li.product .button {
	border-color: #10de10!important; 
}
body.theme-green .lt-team-item:before,
body.theme-green .lt-portfolio article > a:after {
	background: rgba(16, 222, 16, .8)!important;
}
/************* Preset 3 *************/
body.theme-orange a,
body.theme-orange .lt-countdown,
body.theme-orange .lt-service-item i,
body.theme-orange .lt-intro-item ul li:hover:before,
body.theme-orange .lt-team-item:hover h4,
body.theme-orange .lt-team-item:hover h6,
body.theme-orange #lt-why h5,
body.theme-orange .lt-intro-item:hover h5,
body.theme-orange .lt-about-item-2  li:before,
body.theme-orange .lt-team-item h5 a,
body.theme-orange .lt-team-item ul li i,
body.theme-orange .lt-blog article h4 a,
body.theme-orange .lt-service-item:hover h5,
body.theme-orange .lt-about-content ul li:nth-child(2) .button {
	color: #ffa500;
}
body.theme-orange .lt-intro-item a,
body.theme-orange .lt-countdown .hoth-dash_title,
body.theme-orange .lt-contact-item i,
body.theme-orange .lt-contact-item:before,
body.theme-orange .lt-blog article .more-link:hover,
body.theme-orange .lt-about-video,
body.theme-orange .lt-pricing-item:hover,
body.theme-orange .progress-bar,
body.theme-orange #lt-parallax,
body.theme-orange .site-footer,
body.theme-orange .lt-about-title,
body.theme-orange .lt-about-item h5:after,
body.theme-orange .lt-about-item a:hover,
body.theme-orange .lt-about-item-2 .button:hover,
body.theme-orange .progress-bar,
body.theme-orange .lt-why-item h1,
body.theme-orange .lt-pricing-item .pricing-title,
body.theme-orange .lt-pricing-item li a,
body.theme-orange .lt-promo .button:hover,
body.theme-orange .nav-header > ul > li > a:after,
body.theme-orange .lt-intro-item:hover i,
body.theme-orange .lt-title h3:before,
body.theme-orange .lt-intro-item .button,
body.theme-orange .lt-about-content ul li .button,
body.theme-orange .lt-why-item .lt-why-item-alert,
body.theme-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover, 
body.theme-orange .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
body.theme-orange .genesis-nav-menu .sub-menu a:hover,
body.theme-orange .genesis-nav-menu .sub-menu li.current-menu-item a,
body.theme-orange .lt-contact .wpcf7-form-control.wpcf7-submit,
body.theme-orange .lt-about-content ul li:nth-child(2) .button:hover {
	background: #ffa500;
}
body.theme-orange .lt-intro-item a,
body.theme-orange .lt-blog article .more-link:hover,
body.theme-orange header.site-header,
body.theme-orange .site-header.is-sticky,
body.theme-orange .lt-promo .button:hover,
body.theme-orange .lt-intro-item i {
	border-color: #ffa500;
}
body.theme-orange .lt-pricing-item .pricing-title:after {
	border-top-color: #ffa500;
}
body.theme-orange .after-entry, .archive-description, .author-box {
	background: #ffa500;
	color: #fff;
}
body.theme-orange #lt-slider a:hover,
body.theme-orange .lt-testimonial a:hover,
body.theme-orange .lt-footer,
body.theme-orange .lt-about-content ul li:nth-child(2) .button:hover,
body.theme-orange .wpmenucartli.wpmenucart-display-standard a,
body.theme-orange.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
body.theme-orange.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
body.theme-orange.woocommerce div.product form.cart .button, 
body.theme-orange.woocommerce #respond input#submit, .woocommerce button.button, 
body.theme-orange .woocommerce input.button,
body.theme-orange .woocommerce a.button.alt,
body.theme-orange.woocommerce ul.products li.product .onsale, 
body.theme-orange.woocommerce span.onsale,
body.theme-orange.woocommerce ul.products li.product .button,
body.theme-orange .widget-area .widget .widget-title:before,
body.theme-orange .woocommerce div.product form.cart .button,
body.theme-orange .woocommerce #respond input#submit, 
body.theme-orange .woocommerce button.button, 
body.theme-orange .woocommerce input.button {
	background: #ffa500!important;
}
body.theme-orange .nav-header > ul > li > a:hover,
body.theme-orange .nav-header > ul > li.current-menu-item > a,
body.theme-orange .lt-slider-color h2,
body.theme-orange.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h2,
body.theme-orange.woocommerce div.product p.price, 
body.theme-orange.woocommerce div.product span.price,
body.theme-orange.woocommerce ul.products li.product .price del, 
body.theme-orange.woocommerce ul.products li.product .price ins,
body.theme-orange.woocommerce ul.products li.product .price,
body.theme-orange.woocommerce ul.products li.product .button:hover {
	color: #ffa500!important; 
}
body.theme-orange #lt-slider a:hover,
body.theme-orange .lt-testimonial a:hover,
body.theme-orange.woocommerce div.product form.cart .button, 
body.theme-orange.woocommerce #respond input#submit, .woocommerce button.button, 
body.theme-orange .woocommerce input.button,
body.theme-orange.woocommerce ul.products li.product .button {
	border-color: #ffa500!important; 
}
body.theme-orange .lt-team-item:before,
body.theme-orange .lt-portfolio article > a:after {
	background: rgba(255, 165, 0, .8)!important;
}
/********************* Preset 4 **********************/
body.theme-red a,
body.theme-red .lt-countdown,
body.theme-red .lt-service-item i,
body.theme-red .lt-intro-item ul li:hover:before,
body.theme-red .lt-team-item:hover h4,
body.theme-red .lt-team-item:hover h6,
body.theme-red #lt-why h5,
body.theme-red .lt-intro-item:hover h5,
body.theme-red .lt-about-item-2  li:before,
body.theme-red .lt-team-item h5 a,
body.theme-red .lt-team-item ul li i,
body.theme-red .lt-blog article h4 a,
body.theme-red .lt-service-item:hover h5,
body.theme-red .lt-about-content ul li:nth-child(2) .button {
	color: #ff0000;
}
body.theme-red .lt-intro-item a,
body.theme-red .lt-countdown .hoth-dash_title,
body.theme-red .lt-contact-item i,
body.theme-red .lt-contact-item:before,
body.theme-red .lt-blog article .more-link:hover,
body.theme-red .lt-about-video,
body.theme-red .lt-pricing-item:hover,
body.theme-red .progress-bar,
body.theme-red #lt-parallax,
body.theme-red .site-footer,
body.theme-red .lt-about-title,
body.theme-red .lt-about-item h5:after,
body.theme-red .lt-about-item a:hover,
body.theme-red .lt-about-item-2 .button:hover,
body.theme-red .progress-bar,
body.theme-red .lt-why-item h1,
body.theme-red .lt-pricing-item .pricing-title,
body.theme-red .lt-pricing-item li a,
body.theme-red .lt-promo .button:hover,
body.theme-red .nav-header > ul > li > a:after,
body.theme-red .lt-intro-item:hover i,
body.theme-red .lt-title h3:before,
body.theme-red .lt-intro-item .button,
body.theme-red .lt-about-content ul li .button,
body.theme-red .lt-why-item .lt-why-item-alert,
body.theme-red .genesis-nav-menu .sub-menu .current-menu-item > a:hover, 
body.theme-red .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
body.theme-red .genesis-nav-menu .sub-menu a:hover,
body.theme-red .genesis-nav-menu .sub-menu li.current-menu-item a,
body.theme-red .lt-contact .wpcf7-form-control.wpcf7-submit,
body.theme-red .lt-about-content ul li:nth-child(2) .button:hover {
	background: #ff0000;
}
body.theme-red .lt-intro-item a,
body.theme-red .lt-blog article .more-link:hover,
body.theme-red header.site-header,
body.theme-red .site-header.is-sticky,
body.theme-red .lt-promo .button:hover,
body.theme-red .lt-intro-item i {
	border-color: #ff0000;
}
body.theme-red .lt-pricing-item .pricing-title:after {
	border-top-color: #ff0000;
}
body.theme-red .after-entry, .archive-description, .author-box {
	background: #ff0000;
	color: #fff;
}
body.theme-red #lt-slider a:hover,
body.theme-red .lt-testimonial a:hover,
body.theme-red .lt-footer,
body.theme-red .lt-about-content ul li:nth-child(2) .button:hover,
body.theme-red .wpmenucartli.wpmenucart-display-standard a,
body.theme-red.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
body.theme-red.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
body.theme-red.woocommerce div.product form.cart .button, 
body.theme-red.woocommerce #respond input#submit, .woocommerce button.button, 
body.theme-red .woocommerce input.button,
body.theme-red .woocommerce a.button.alt,
body.theme-red.woocommerce ul.products li.product .onsale, 
body.theme-red.woocommerce span.onsale,
body.theme-red.woocommerce ul.products li.product .button,
body.theme-red .widget-area .widget .widget-title:before,
body.theme-red .woocommerce div.product form.cart .button,
body.theme-red .woocommerce #respond input#submit, 
body.theme-red .woocommerce button.button, 
body.theme-red .woocommerce input.button {
	background: #ff0000!important;
}
body.theme-red .nav-header > ul > li > a:hover,
body.theme-red .nav-header > ul > li.current-menu-item > a,
body.theme-red .lt-slider-color h2,
body.theme-red.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h2,
body.theme-red.woocommerce div.product p.price, 
body.theme-red.woocommerce div.product span.price,
body.theme-red.woocommerce ul.products li.product .price del, 
body.theme-red.woocommerce ul.products li.product .price ins,
body.theme-red.woocommerce ul.products li.product .price,
body.theme-red.woocommerce ul.products li.product .button:hover {
	color: #ff0000!important; 
}
body.theme-red #lt-slider a:hover,
body.theme-red .lt-testimonial a:hover,
body.theme-red.woocommerce div.product form.cart .button, 
body.theme-red.woocommerce #respond input#submit, .woocommerce button.button, 
body.theme-red .woocommerce input.button,
body.theme-red.woocommerce ul.products li.product .button {
	border-color: #ff0000!important; 
}
body.theme-red .lt-team-item:before,
body.theme-red .lt-portfolio article > a:after {
	background: rgba(255, 0, 0, .8)!important;
}
/*** Refine layout before release ***/
.footer-widgets p {
    margin: 0 0 10px;
}
.wpmenucart-display-standard {
    background: #f7682c;
}
#wpmenucartli a:hover {
    color: #111!important;
}
#genesis-footer-widgets .widget-title {
    font-weight: bold;
}
#genesis-footer-widgets p {
    font-size: 1.8rem; 
}
#genesis-footer-widgets p i:before {
	line-height: 30px;
}
.footer-logo img {
	border: 1px solid #f1f1f1;
	width: 98%;
	margin-top: -10px;
}
#wpmenucartli:hover a {
    color: #fff!important;
}

/* Hide container in Home page */
body.home #genesis-content {
	display: none;
}

/* General layout width */
div.site-inner {
	width: 1170px;
	max-width: 100%;
}
body.page-template-page_landing .lt-footer {
	display: none;
}
.site-header .header-widget-area button.menu-toggle {
	margin-top: 10px;
}
.lt-about-content ul li:nth-child(2) .button {
	background: none;
}
/*** Refine woocommerce ****/
.woocommerce ul.products li.product .button:hover {
	background: none!important;
}
.woocommerce ul.products li.product a img {
	border: 1px solid #f1f1f1;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
	color: #fff;
}
div.pp_woocommerce div.ppt {     
    display: none!important; 
}
#payment.woocommerce-checkout-payment ul li {
    list-style: none!important;
}
a.about_paypal {
    margin-left: 10px;
}
.woocommerce-checkout input, 
.woocommerce-checkout input,
.woocommerce-checkout textarea,
.woocommerce-checkout select {
    padding: 5px;
    font-size: 12px;
}
body.woocommerce ul.products li.product .button:hover {
	background: none!important; 
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	border: 1px solid #fafafa;
	padding-bottom: 30px!important;
}
h1.page-title {
	margin-top: 30px;
}