/*
	Theme Name: LT Baby Shop 
    Theme URI: http://ltheme.com/
    Description: This is LT Baby Shop WooCommerce WordPress themes.
    Author: WOOSKINS
    Author URI: http://ltheme.com/
	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=Lato');

html{font-family: 'Lato';-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:'Poppins';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,
.tabs: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,
.tabs:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px broeter default */
}

/* Chrome fix */

body {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
}

a {
	color: #c3251d;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 10px;
	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;
}
h4,
h5,
h6 {
	margin: 10px 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: 6px 26px 6px 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;
}

.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;
    margin-bottom: 0;
}

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;
}


/* # widget
---------------------------------------------------------------------------------------------------- */

.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;
}

.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;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	padding: 10px 0;
}

.header-image .title-area {
	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 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: #ffffff;
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
	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: 9999;
}

.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;
}

/* ## Footer Navigation
--------------------------------------------- */


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 0;
	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;
	list-style: none;
}

.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: 10px;
}

.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 widget
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	font-size: 18px;
	font-size: 1.8rem;
	clear: both;
	padding: 70px 0 50px;
}
.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
---------------------------------------------------------------------------------------------------- */
body.tp-contact #wpgmza_map {
 height: 500px!important;
}
.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;
	}
	div.n2-ss-widget img {
	    width: 25px!important;
	}
}

@media only screen and (max-width: 1023px) {
	.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%;
	}

	.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: #000;
		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 {
		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;
	}

	.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 .caption-wrap h3 {
		font-size: 20px!important;
		margin-bottom: 0!important;
	}

	aside.lt-slider .caption-wrap p {
	    font-size: 16px!important;
	}

	.lt-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) {
	.lt-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 {
	color: #666666;
    font-size: 16px;
}

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;
}
/* Transition */
#lt-product,
#lt-product-2,
#lt-why,
#lt-countdown,
#lt-portfolio,
#lt-service,
#lt-team,
#lt-blog,
#lt-pricing,
#lt-contact,
#lt-client,
#lt-intro {
	padding: 90px 0;
	background-size: cover;
	background-attachment: fixed;
	float: left;
	width: 100%;
}

/******** Top Head ************/
.before-header {
	background: #f5f5f5;
    padding: 8px 0;
}
.before-header h1 {
	margin-bottom: 0;
	line-height: 28px;
	font-size: 16px;
}
.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: 5px!important;
}
ul.social-icons > li a {
    font-size: 18px;
}
.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;
}	
.top-right-menu ul li {
    margin: 0 10px;	
}
.top-right-menu ul li {
	font-size: 16px;
}
.top-right-menu .menu {
	position: relative;
}
.top-right-menu .menu .sub-menu {
	display: none;
	position: absolute;
	width: 200px;
	bottom: 0;
	left: 0;
}
/******** Right menu ******/
.right-menu-search {
	float: right;
	text-align: center;
}
.right-menu-cart {
	text-align: right;
}
.right-menu-search form {
	position: relative;
	margin: 0 10px;
}
.right-menu-search form input:nth-child(3) {
	position: absolute;
	top: 0;
	right: 0;
}
.wpmenucartli.wpmenucart-display-standard.menu-item {
	color: #fff;
	float: right;
}
/******** Head *******/
.site-header {
	background: #fff;
}
.site-header.is-sticky {
	background: #342c2c;
}
.site-header .wrap .title-area {
	width: 30%;
	float: left;
}
.site-header .site-logo {
	position: absolute;
	padding-top: 20px;
	-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;
}
.site-header.is-sticky .site-logo {
	padding-top: 10px;
}
.site-header .wrap .header-widget-area {
	width: 70%;
	float: left;
}
.nav-primary {
	background: #fff;
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
}
.nav-primary.is-sticky {
	position: fixed;
    margin: 0 auto;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
}
.nav-primary .header-widget-area button.menu-toggle {
	font-size: 0;
	padding-top: 24px;
}
.nav-primary .header-widget-area button.menu-toggle:before {
	font-size: 30px;
}
.site-header.is-sticky {
	z-index: 9999;
    width: 100%;
    position: fixed;
	top: 0;
}
.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 *********/
.nav-primary .wrap {
	max-width: 1170px;
	margin: 0 auto;
}
.nav-primary .wrap .menu-primary {
	max-width: 70%;
	margin-left: 30%;
}
.genesis-nav-menu {
	font-size: 0;
}
.genesis-nav-menu li {
	font-size: 12px;
}
.genesis-nav-menu a {
	font-size: 16px;
	padding: 12px 15px;
	text-transform: none;
	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;
}
.nav-primary > .wrap > ul > li > a {
	padding-top: 0!important;
	padding-bottom: 0!important;
	line-height: 90px;
	height: 90px;
	-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;
}
.nav-primary.is-sticky > .wrap > ul > li > a {
	line-height: 70px;
	height: 70px;
}
.genesis-nav-menu a:focus {
	background: none!important;
	border: 0!important;
}
.genesis-nav-menu .sub-menu a {
	font-size: 13px;
	color: #333;
	padding: 16px 12px;
} 
.genesis-nav-menu .sub-menu li {
	border-bottom: 1px solid #eee;
}
.genesis-nav-menu .sub-menu a:hover {
	padding-left: 20px;
}
.genesis-nav-menu .sub-menu .current-menu-item a,
.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;
}
.genesis-nav-menu li a {
    position: relative;
    font-weight: 500;
    overflow: hidden;
	color: #000!important;
	letter-spacing: 1px;
}
.nav-primary > .wrap > ul > li > a {
	color: #333!important;
}
button.menu-toggle:focus {
    outline: none;
}
.genesis-nav-menu li .wpmenucart-contents {
    transition: inherit!important;
}
/******** Title ********/
.lt-title {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
	text-align: left;
}
.lt-title h3,
.lt-menu-list h3.widget-title {
	font-size: 30px;
    line-height: 30px;
    font-weight: 700;
	text-transform: none;
    margin-bottom: 20px;
}
.lt-title p {
	margin: 0;
    line-height: 25px;
}
h1.entry-title {
	display: none;
}
/******** 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;	
}
.lt-slider div#n2-ss-6 a:hover {
	background: #fff !important;
}
/******** Intro *******/
.lt-intro-item h3 {
	font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}
.lt-intro-item {
    color: #666666;
}
.lt-intro-item {
    padding: 10px 30px;
    cursor: pointer;
    border: 1px solid #f0f0f0;
    padding: 20px;
}
.lt-intro-item h3 {
     -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-intro-item:hover {
	animation: bounce 1s;
	-webkit-box-shadow: 0px 0px 10px 6px rgba(232,232,232,1);
	box-shadow: 0px 0px 10px 6px rgba(232,232,232,1);
}
@keyframes bounce {
	0%, 20%, 60%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

/* BUTTON-4*/
.lt-intro-button {
	margin-top: 20px;
}
.btn-layout, .bttn {		
	display: inline-block;	
	position: relative;
	opacity: 0.999;
	padding: 20px 37px;		
	text-align:center;
	border-radius:3px;		
	border: 1px solid #b3b3b3;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
    transition: 0.3s;
	overflow:hidden;
}
.eff-4 {
    background: #2c3e50;
    color: #fff !important;
    font-weight: 700;
    font-size: 18px;
}
.btn-layout.eff-4:after {
	content: "";
	display:block;
	border-top: 0 #fff solid;
	border-bottom: 15px #b3b3b3 solid;
	border-left: 15px #fff solid;
	position:absolute;
	top:0;
	left:0;
	width:0;
	z-index:-1;
	overflow:hidden;
}
.btn-layout.eff-4:hover:after {
	z-index:-1;
	border-left: 185px solid #fff;
	border-bottom:185px solid transparent;
	overflow:hidden;
	background-color:#1d8ef7;
}
.btn-layout.eff-4:hover {
	color:#1d8ef7;
	border-color:#1d8ef7;
	overflow:hidden;
}
.btn-layout.eff-4:hover,
.btn-layout.eff-4:after {
	-webkit-transition: 0.1s color ease;
	-moz-transition: 0.1s color ease;
	-o-transition: 0.1s color ease;
	-ms-transition: 0.1s color ease;
	transition: 0.1s color ease;
}
.btn-layout.eff-4:hover, 
.btn-layout.eff-4:after {
	-webkit-transition: 0.5s border ease;
	-moz-transition: 0.5s border ease;
	-o-transition: 0.5s border ease;
	-ms-transition: 0.5s border ease;
	transition: 0.5s border ease;
}
.btn-layout.eff-4:after {
     overflow:hidden; 
}
.btn-layout.eff-4:before, 
.btn-layout.eff-4:hover:before, 
.btn-layout.eff-4:hover:after {
	-webkit-transition: 0.75s all ease;
	-moz-transition: 0.75s all ease;
	-o-transition: 0.75s all ease;
	-ms-transition: 0.75s all ease;
	transition: 0.75s all ease;
}
/******** Team Member *********/
#lt-team .widget p:last-child {
	margin-bottom: 10px;
}
.lt-team-item {
	text-align:center;
}
.lt-team-item:hover {
  	cursor: pointer;
}
.lt-team-item {
    background: #ecf0f1 none repeat scroll 0 0;
    -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;
    cursor: pointer;
  	padding-bottom: 5px;
}
.lt-team-item h4,
.lt-team-item p {
    -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-team-item img {
    width: 100%;
}
.lt-team-item h4 {
    font-weight: 700;
    font-size: 18px;
}
.lt-team-item .sppb-img-container {
	position: relative;
    overflow: hidden;
  	opacity: .9;
  	display: inline-block;
  	-webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -ms-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
}
.lt-team-item:hover .sppb-img-container {
  	opacity: 2;
}
.lt-team-item .sppb-img-container: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-team-item:hover .sppb-img-container:before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/******** Portfolio *********/
#lt-portfolio {
	padding-top: 0;
}
.lt-title-portfolio.lt-title {
	margin-bottom: 50px;
}
.lt-title-portfolio.lt-title h3:after {
	border-top-color: #fff;
} 
.lt-title-portfolio.lt-title h3 {
	background: #fff;
}
.lt-portfolio article {
	width: 25%;
	float: left;
	line-height: 0;
	padding: 4px;
	position: relative;
	overflow: hidden;
	background: none;
	font-size: 0;
}
.lt-portfolio article:nth-child(4n+1) {
	clear: left;
}
.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;
}
.lt-portfolio-button a {
	padding: 14px 40px;
    display: inline-block;
    border-radius: 0;
    color: #000!important;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}
.lt-portfolio-button {
	text-align: center;
}
.lt-portfolio-button a:hover {
	color: #fff!important;
}
/******** Testimonial *******/
#lt-testimonial {
	padding-bottom: 80px;
}
.sppb-media, .sppb-media-body {
    overflow: hidden;
    zoom: 1
}
.sppb-media > .pull-left {
    margin-right: 15px;
}
.lt-testimonial-content {
    background: #f9fafb none repeat scroll 0 0;
    border: 1px solid #e4e7e9;
    border-radius: 5px;
    padding: 15px 20px 10px;
    margin: 20px 0;
    cursor: pointer;
}
.lt-testimonial-content img {
    border-radius: 50%;
    margin-top: 15%;
}
.lt-testimonial-content h4 {
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
    -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;
}
/******** Product *******/
#lt-product {
	clear: left;
	background: #f9fbfa;
	padding-bottom: 60px;
}
.lt-title-product,
.lt-title-product-second {
	padding-bottom: 0;
}
.lt-product-banner-center  {
	text-align: center;
}
.lt-product-banner {
	background: #E7ECF4;
	padding: 30px;
	margin-top: 10px;
}
.lt-product-banner .lt-product-banner-left {
	width: 80%;
	float: left;
}
.lt-product-banner h2 {
    font-size: 30px;
    margin-top: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.lt-product-banner p {
    font-style: italic;
}
.lt-product-banner .button {
    text-transform: uppercase;
    border: 1px solid #000;
    border-radius: 0;
    padding: 8px 35px;
    font-weight: 600;
    font-style: initial;
    background: none;
    color: #666;
}
.lt-product-banner .button:hover {
	color: #fff;
}
.lt-product .woocommerce-pagination {
	display: none;
}
div.woocommerce ul.products li br {
	display: none;
}
/******** Product 2 *******/
#lt-product-2 {
	background: #f9fbfa;
	padding-bottom: 60px;
}
.lt-title-product-2.lt-title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
}
.lt-product-2-content {
	position: relative;
	font-size: 0;
}
.lt-product-2  ul.product_list_widget li {
	width: 19%;
	margin: 0 .5%;
	position: relative;
	overflow: hidden;
	text-align: center;
	float: left;
}
.lt-product-2  ul.product_list_widget li img {
	width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
    transform: translate3D(0, 0, 0);
}
.lt-product-2  ul.product_list_widget li:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.lt-product-2  ul.product_list_widget li:before {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
}
.lt-product-2  ul.product_list_widget li:hover:before {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 1;
    filter: alpha(opacity=100);
}
.lt-product-2  ul.product_list_widget li .product-title {
    position: absolute;
    opacity: 0;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    -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-product-2  ul.product_list_widget li:hover .product-title {
	top: 50%;
	opacity: 1;
}
.lt-product-2  ul.product_list_widget li del,
.lt-product-2  ul.product_list_widget li ins,
.lt-product-2  ul.product_list_widget li span.amount {
    display: none;
}
/******** Banner ********/
.lt-banner-item {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
}
.lt-banner-item:before {
    background: rgba(255, 255, 255, 0.2);
    height: 600px;
    left: -195%;
    width: 170%;
    top: 0;
    position: absolute;
    -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    -o-transform: skewX(45deg);
    transform: skewX(45deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.lt-banner-item:hover:before {
    left: -35%;
    right: -8px;
}
.lt-banner-item img {
	width: 100%;
}
.lt-banner-item .widget_sp_image-description {
	position: absolute;
	bottom: 15%;
	right: 10%;
}
.lt-banner-item:nth-child(2) .widget_sp_image-description {
	right: inherit;
	left: 10%;
}
.lt-banner-item .widget_sp_image-description .button {
	border: 1px solid #c9d5d8;
    padding: 12px 38px;
    text-transform: uppercase;
    color: #c9d5d8;
    background: none;
}
.lt-banner-item .widget_sp_image-description .button:hover {
	background: #c9d5d8;
	color: #000;
}
/******** Service *******/
#lt-service {
	background: #f9fbfa;
}
#lt-service h3.widget-title {
	font-size: 30px;
    line-height: 30px;
    font-weight: 700;
}
/******** Featured *********/ 
#lt-featured {
	padding-bottom: 40px;
}
.sppb-media, .sppb-media-body {
	overflow: hidden;
    zoom: 1
}
.lt-featured-content {
    margin-bottom: 30px;
    cursor: pointer;
}
.lt-featured-content span {
    background-color: #bdc8d0;
    display: inline-block;
    padding: 8px;
    -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-featured-content i {
	color: #fff;
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;	
    text-align: center;
}
.lt-featured-content h4 {
	color: #666666;
	font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    -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-featured-content strong {
    display: none;
}
.lt-featured-content a {
    font-weight: 700;
}
.lt-featured-content em {
    font-size: 18px;
}
/******** Blog *********/ 
#lt-blog {
	padding-bottom: 20px;
	border-top: 1px solid #ddd;
}
.lt-blog article {
	width: 49%;
	float: left;
	margin-right: 1%;
	position: relative;
	margin-bottom: 0;
	background: #fff;
	padding-bottom: 70px;
}
.lt-blog article > a {
	width: 100%;
	font-size: 0;
}
.lt-blog article a img {
	width: 100%;
}
.lt-blog img.alignnone,
.lt-blog .alignnone {
	margin-bottom: 0;
}
.lt-blog article h4 {
    text-transform: capitalize;
    font-weight: 400;
    margin-top: -10px;
}
.lt-blog article h4 a {
	font-weight: 400;
	font-size: 18px;
}
.lt-blog p.entry-meta {
	color: #999;
	font-size: 14px;
}
.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 .entry-content:before,
.lt-blog article .entry-content:after {
	display: none;
}
.lt-blog article .more-link {
	font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 10px 25px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin-top: 45px;
    font-weight: 700;
    position: absolute;
    bottom: 10px;
    left: 0;
}
.lt-blog article .more-link:hover {
    background: #eeeeee;
}
.lt-blog article > a img {
	-webkit-transition: all 0.9s ease;
	transition: all 0.9s ease;
}
.lt-blog article img:hover {
	border-top-left-radius: 0px; 
	border-top-right-radius: 100px 100px ; 
	border-bottom-left-radius: 100px 100px;
	border-bottom-right-radius: 0px;
}
/******** Why *********/ 
#lt-why {
	background: #f9fafb;
}
#lt-why h3 {
	text-align: left;
	font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 20px;

}
/******* Accordion *********/
.lt-our-services .accordionItem {
    margin-bottom: 5px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.lt-our-services .accordionItemHeading {
    display: block;
    cursor: pointer;
    min-height: 3rem;
    line-height: 3rem;
    padding: 7px 1rem;
    background-color: #f5f5f5;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    font-weight: 700;
}
.lt-our-services .close .accordionItemContent {
    height:0px;
    transition:height 1s ease-out;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    float:left;
    display:block;  
}
.lt-our-services .open .accordionItemContent {
    padding: 15px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    width: 100%;
    display:block;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
    box-sizing: border-box;
}
/******** Tabs *********/
.lt-tab .tab {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	background: transparent;
	margin: 0 auto;
	line-height: 1.5;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}
.lt-tab .tabs {
	display: table;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #dddddd;
}
.lt-tab .tabs li {
	float: left;
	display: block;
	margin-bottom: -1px !important;
}
.lt-tab .tabs a {
	background-color: transparent;
	border-bottom: 1px solid #fff;
	font-weight: 500;
	display: block;
	letter-spacing: 0;
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.lt-tab .tabs li a {
	font-size: 14px;
	font-weight: 700;
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-right: 2px;
	border-radius: 4px 4px 0 0;	
}
.lt-tab .tabs li:hover a {
 	text-decoration: none;
    background-color: #eeeeee;
}
.lt-tab .current a,
.lt-tab .tabs > li.current > a, 
.lt-tab .tabs > li.current > a:hover, 
.lt-tab .tabs > li.current > a:focus {
	background: #fff;
	border: 1px solid #dddddd;
    border-bottom-color: transparent;
}
.lt-tab .tab .active > a {
	color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;	
}
.lt-tab .tabs_item {
	padding: 10px 0;
	display: none;
}
.lt-tab .tabs_item:nth-child(1) {
	display: block;
}
.lt-tab .tabs_item p {
	line-height: 24.5px;
}
/******* Client *********/
.lt-client-img {
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}
.lt-client-img img {
	-webkit-transform:scale(1);
	transform:scale(1);
    -webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.lt-client-img:hover img {
	-webkit-transform:scale(0.9);
	transform:scale(0.9);
}
/******** Countdown *********/ 
#lt-countdown {
	color: #fff;
}
.lt-countdown-content {
    border: 1px solid #fff;
    border-radius: 100%;
    height: 140px;
    margin: 0 auto;
    text-align: center;
    padding: 15px 20px;
    transition: all 400ms ease 0s;
    width: 140px;
    -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;
    cursor: pointer;
}
.lt-countdown-content h1 {
	color: #fff;
    font-family: 'lato';
    font-size: 36px;
    font-weight: 700;
    margin-top: 15px;
    -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-countdown-content p {
     color: #fff;
     font-weight: 700;
    -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-countdown-content:hover {
    background-color: #fff;
}
.lt-countdown-content:hover h1,
.lt-countdown-content:hover p {
    color: #000;
}
/******** Pricing *********/
#lt-pricing {
	background: #f9fafb;
}
#lt-pricing .special {
	margin-top: 0 !important;
}
.lt-pricing-item {
    border: 1px solid #dde6e9;
    text-align: center;
    margin-top: 20px;
}
.lt-pricing-item h4 {
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding: 20px 0;
}
#lt-pricing .special h4 {
    background: #2c3e50!important;
    padding: 30px 0;
}
.lt-pricing-item .price {
    background: #eceded none repeat scroll 0 0;
    padding: 10px 0;
}
.lt-pricing-item .price h1 {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    height: 120px;
    margin: 0 auto;
    padding: 25px 15px 5px;
    width: 120px;
    font-weight: 700;
}
#lt-pricing .widget ul > li {
	margin-bottom: 0;
}
#lt-pricing .widget p:last-child,
#lt-pricing .widget ul > li:last-of-type {
	padding-bottom: 10px;
}
.lt-pricing-item ul {
    padding: 0;
    margin-bottom: 10px;
}
.lt-pricing-item ul li {
	color: #666666;
    list-style: outside none none;
    padding: 10px 0;
    font-weight: 700;
}
.lt-pricing-item ul .odd {
    background: #f4f7f8 none repeat scroll 0 0;
}
.lt-pricing-item .special h2 {
    background: #2c3e50!important;
    font-weight: 700;
}
.lt-pricing-item .special {
    margin-top: -20px;
    padding-bottom: 20px;
}
.lt-pricing-item .special h2 {
    padding: 10px 0 30px;
    font-weight: 700;
}
.lt-pricing-item a {
    font-weight: 700;
    color: #fff !important;
}
.lt-pricing-item small {
	color: #777;
	font-size: 65%;
	font-weight: normal;
}
/********************* Footer **********************/
#genesis-footer-widgets {
	background: #f5f5f5;
	position: relative;
}
#genesis-footer-widgets .widget-title {
    text-transform: none;
    font-weight: 300;
}
.lt-bottom-1 .textwidget {
	font-size: 16px;
    font-weight: 700;
}
.lt-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;
}
.lt-footer {
	line-height: 26px;
	position: relative;
}
.site-footer {
	border-top: none;
}
.site-footer .nav-secondary {
	width: 50%;
	float: right;
	text-align: right;
}
.site-footer .nav-secondary .wrap {
	padding: 0!important;
}
.site-footer .lt-footer {
	width: 50%;
	float: left;
	text-align: left;
}
.site-footer .nav-secondary  ul {
	text-align: right;
	padding: 20px 0;
}
.site-footer p {
	font-size: 16px;
	line-height: 24px;
}
.site-footer a {
	text-decoration: none;
	color: #fff!important;
}
.lt-footer-right {
    float: right;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 50%;
}
.footer-widgets .widget-area {
	padding: 20px 0;
	color: #333;
}
footer li a span {
	color: #fff!important;
}
.footer-widgets p {
    margin: 0 0 10px;
}
/*** 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;
    font-size: 18px;
    font-weight: 700;
    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;
}
/*********** Woocommerce ************/
.woocommerce div.product {
	margin-top: 50px;
}
.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-resuet-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;
	position: relative;
}
body.woocommerce ul.products li.product:nth-child(3n) {
	margin-right: 0!important;
}
body.woocommerce ul.products li.product:nth-child(3n+1) {
	clear: left!important;
}
.woocommerce ul.products li.product h2 {
	color: #000!important;
	font-size: 18px!important;
	font-weight: 700;
}
.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;
}
.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.has-post-thumbnail {
	overflow: hidden;
}
.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 {
	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: 0px!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 #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;
    padding-bottom: 10px;
}
.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;
}
body.woocommerce 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-ordering {
	z-index: 2;
}
.woocommerce ul.products li.product .star-rating {
	margin: 0 auto;
}
.woocommerce .star-rating span {
	color: #f7df15;
}
.woocommerce span.onsale {
	min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    left: auto;
    background: #4666a3;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: 50px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    top: -10px!important;
    right: -15px!important;
    width: 100px;
    height: 40px;
    z-index: 1;
}
.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;
}
.woocommerce .caroufredsel_wrapper {
	width: 100%!important;
	height: 200px!important;
}
.woocommerce .caroufredsel_wrapper > div {
	width: 100%!important;
}
.woocommerce a.button.alt:hover,
.woocommerce-page div.product form.cart .button:hover {
	color: #fff!important;
}
/**** Cart *****/
.wpmenucartli.wpmenucart-display-standard a i {
	width: 36px;
    height: 36px;
    text-align: center;
    padding: 7px 8px;
    margin-right: 5px;
    border-radius: 50%;
    font-size: 20px;
    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;
}
.related.products ul.products li.product:nth-child(3n) {
	margin-right: 0!important
}
/******* Search Filter *******/
.woof_sid_auto_shortcode .woof_container {
	width: 100%;
}
.chosen-container {
	width: 100%;
}
.content .woof_sid_auto_shortcode.woof {
	display: none;
}
body.tax-product_cat ul.products li.product.sale a img:nth-child(3) {
 display: none;
}
body.tax-product_cat ul.products li.product a img:nth-child(2) {
 display: none;
}
 body.tax-product_cat ul.products li.product.sale a img:nth-child(2) {
 display: block;
}
/******* Icon add hover ********/
.button.tinvwl_add_to_wishlist_button {
	font-size: 0!important;
	position: relative;
	text-transform: inherit!important;
}
body ul.products li.product a.button.compare,
body ul.products li.product a.button.yith-wcqv-button,
body ul.products li.product a.button.tinvwl_add_to_wishlist_button {
	position: absolute;
	color: #fff!important;
	right: -100px;
    visibility: hidden;
    opacity: 0;
    border: 0;
}
body ul.products li.product a.button.tinvwl_add_to_wishlist_button {
	top: 25%;
}
body ul.products li.product a.button.yith-wcqv-button {
	top: 40%;
}
body ul.products li.product a.button.compare {
	top: 55%;
}
body ul.products li.product a.button.tinvwl_add_to_wishlist_button:hover::before {
	color: #fff!important;
}
.button.compare,
.button.yith-wcqv-button {
	font-size: 0!important;
	position: relative;
	text-transform: inherit!important;
	height: 36px;
	width: 36px;
	padding: 0!important;
	line-height: 30px!important;
}
.button.compare:before,
.button.yith-wcqv-button:before {
	font-family: FontAwesome;
	content: "\f002";
	font-size: 14px!important;
    width: 1em;
    height: 1em;
    margin: auto !important;
}
.button.compare:hover:after,
.button.yith-wcqv-button:hover:after,
.button.tinvwl_add_to_wishlist_button:hover:after {
	content: "Quick";
	text-transform: capitalize;
	background: #e4e4e4;
	padding: 4px 10px;
	line-height: 20px!important;
	font-size: 14px!important;
	color: #000;
	position: absolute;
	left: -12px;
	top: -30px;
	margin-top: -5px;
	z-index: 20;
	white-space: nowrap;
	-moz-box-shadow: 0px 0px 4px #222;
	-webkit-box-shadow: 0px 0px 4px #222;
	box-shadow: 0px 0px 4px #222;
}
.button.compare:before {
	content: "\f079";
}
.button.tinvwl_add_to_wishlist_button:hover:after {
	content: "Wishlist";
	left: -18px;
}
.button.compare:hover:after {
   content: "Compare";
   left: -25px;
}
/***** Effect Hover Image ******/
ul.products li.product {
	overflow: hidden;
}
/***** Effect Icon ******/
.button.yith-wcqv-button {
    bottom:0;
    visibility: hidden;
    opacity: 0;
    margin-left: -64px!important;
}
.button.tinvwl_add_to_wishlist_button {
    bottom:0;
    visibility: hidden;
    opacity: 0;
    margin-left: -17px!important;
}
.button.compare {
    bottom:0;
    visibility: hidden;
    opacity: 0;
    margin-left: 30px!important;
}
/***transition daly tile***/
 ul.products li.product:hover .button.tinvwl_add_to_wishlist_button {
    visibility: visible;
    opacity: 1;
    top: 25%;
    z-index: 15;
    right: 20px;
   -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
ul.products li.product:hover .button.yith-wcqv-button {
    bottom: 36%;
    visibility: visible;
    opacity: 1;
   	top: 40%;
    right: 20px;
    z-index: 15;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
ul.products li.product:hover .button.compare {
    bottom: 36%;
    visibility: visible;
    opacity: 1;
    z-index: 15;
    right: 20px;
    top: 55%;
   -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
body ul.products li.product .button.add_to_cart_button {
	width: 120px;
    height: 50px;
    border: 2px solid #fff!important;
    position: absolute;
    font-size: 0;
	bottom: -60px;
    z-index: 2;
    width: 100%;
    left: 0;
    right: 0;
}
body ul.products li.product:hover .button.add_to_cart_button {
	visibility: visible;
	opacity: 1;
	bottom: 0;
}
ul.products li.product .button.add_to_cart_button:before {
	content: "\f07a";
	font-family: FontAwesome;
	font-size: 20px;
	margin-left: -5px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 15px;
}
/********************************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;
	}
}
@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;
	}
	.before-header {
		margin-left: -10px;
    	margin-right: -10px;
	}
	.lt-promo-item .widget_sp_image-description {
		padding: 10px!important;
	}
	.lt-promo-item h1 {
		font-size: 24px!important;
	}
	.lt-promo-item h2 {
		font-size: 22px!important;
	}
	.lt-promo-item h3 {
		font-size: 20px!important;
	}
	.lt-promo-item h4 {
		font-size: 14px!important;
	}
	.lt-intro-content {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.genesis-nav-menu a {
    	padding: 15px 7px!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-feature-title {
		padding: 10px;
	}
	.nav-primary {
		margin-left: -10px;
		margin-right: -10px;
	}
}
@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;
	}
	.woocommerce ul.products li.product {
		margin-bottom: 0;
	}
}
@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%;
	}
	.top-right-menu ul li {
		float: right;
		margin: 0;
		padding: 0 3px!important;
	}
	.site-header .header-widget-area {
		width: 100%!important;
	}
	.header-widget-area .widget_nav_menu .widget-wrap {
		text-align: center;
		width: 100%;
	}
	.site-header .site-logo {
    	z-index: 99999;
    	text-align: left;
		padding-top: 0px;
	}
	.site-header.is-sticky .site-logo {
		top: 0;
		padding-top: 0;
		position: fixed;
	}
	nav.nav-primary {
		border-bottom: 1px solid #e8e6e6;
	    position: fixed!important;
	    top: 95px !important;
	    z-index: 9999;
	    background: #fff !important;
	    width: 100%;
	    max-width: 480px;
	    left: inherit!important;
	    right: 0;
	}
	.nav-primary.is-sticky {
		top: 50px !important;
	}
	.nav-primary .wrap .menu-primary {
		max-width: 100%;
    	margin-left: 0;
	}
	.nav-primary .genesis-nav-menu .sub-menu {
		padding: 0;
	}
	.nav-primary .genesis-nav-menu li a {
		padding: 17px 10px!important;
	}
	button.menu-toggle {
		margin: 0!important;
	    padding: 10px 10px 20px!important;
	    text-align: right;
	    font-size: 0;
	    background: #fff;
	    width: calc(100% + 20px);
	    margin-left: -10px!important;
	    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
	}
	button.menu-toggle.is-sticky {
		position: fixed;
		width: 100%;
		margin-left: 0px!important;
		top: 0;
	}
	button.menu-toggle:before {
		font-size: 30px;
	}
	.wpmenucartli.wpmenucart-display-standard.menu-item {
		float: left!important;
	}
	.site-header .nav-header {
		background: #524b4b;
		padding: 10px 20px;
	}
	.site-header .nav-header button:before {
		color: #fff;
	}
	.site-header.is-sticky {
		position: static;
	}
	.site-header .wrap .right-menu,
	.site-header .header-widget-area {
		padding: 0;
	}
	.site-header.is-sticky .wrap .site-logo a {
		padding: 0!important;
	}
	.site-header .right-menu {
		padding-bottom: 10px;
	}
	.nav-primary ul li  {
		border-bottom: 1px solid #e8e6e6;
	}
	.nav-primary > .wrap > ul > li > a {
		line-height: 45px!important;
		height: 45px!important;
	}
	.sub-menu li,
	.nav-header ul li a {
		padding-left: 10px!important;
	}
	.lt-slider-display {
		display: none!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;
	}
	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-slider a {
		font-size: 10px!important;
		padding: 10px!important;
	}
	body.woocommerce-page ul.products li.product:nth-child(3n+1) {
    	clear: left!important;
	}
	.lt-about-img,
	.lt-about-tab {
		width: 100%;
	}
	.lt-about-img img {
		margin: 0 auto;
	}
	.lt-feature-title {
		padding: 10px;
	}
	.lt-intro-video,
	.lt-intro-item .widget_sp_image,
	.lt-intro-item .widget_sp_image-description {
		width: 100%;
	}
	.lt-intro-item {
		height: auto;
	}
}
@media (max-width: 860px) {
	.lt-intro-item {
		margin-bottom: 25px;
	}
	.lt-our-services {
		margin-bottom: 30px;
	}
	.lt-team-item {
	    margin: 10px 1% 0 0;
	    width: 49%;
	}
	.lt-portfolio article:nth-child(n+1) {
		width: 50%;
		margin-bottom: 0;
	}
	.lt-blog article:nth-child(n+1) {
		width: 100%;
	}
	.lt-feature-img {
		text-align: center!important;
	}
	.lt-client-img {
		width: 50%;
		margin: 20px 0;
	}
	.lt-counter-item {
		border: 0!important;
		margin: 20px 0;
	}
	.lt-countdown-item {
		margin-bottom: 20px;
	}
	.lt-product-2-content {
		margin-bottom: 20px;
	}
	.lt-countdown-img {
		width: 25%;
	}
	.lt-product-2  ul.product_list_widget li {
		width: 49%;
	}
	.lt-service-content {
		margin: 20px 0;
	}
}
@media (max-width: 767px) {
	.right-menu-search {
		float: none!important;
	}
	.top-left-menu {
		width: 40%!important;
	}
	.top-right-menu {
		width: 60%!important;
	}
	.lt-pricing-item {
		margin: 20px 0;
	}
	.lt-client-item i {
	    left: 0;
	    right: 0;
	    top: -30px;
	    margin: 0 auto;
	}
	.lt-client-item {
	    margin: 0;
	}
	body.home .woocommerce ul.products li.product {
		margin-right: 2%!important;
		width: 49%!important;
	}
	body.home .woocommerce ul.products li.product:nth-child(2n) {
		margin-right: 0!important;
	}
	.lt-about-item {
		margin: 20px 0;
	}
	.lt-title-head {
		margin-right: 0;
		width: 100%!important;
	}
	.lt-portfolio article:nth-child(n+1),
	.lt-team-item {
		width: 100% !important;
		margin: 20px 0;
	}

	.lt-portfolio article h4 a {
		font-size: 16px;
		padding: 0 5px;
	}
	.lt-product-2-content h1 {
		font-size: 22px;
	}
	.lt-product-2-content h2 {
		font-size: 20px;
	}
	.lt-intro-item .widget_sp_image-description {
		padding-left: 10px;
		padding-right: 10px;
	}
	.lt-contact-item img {
		height: 250px;
	}
	.lt-parallax-item  {
		padding-left: 10px;
		padding-right: 10px;
	}
	.lt-parallax-item h3 {
		font-size: 25px;
	}	
}
@media (max-width: 860px) and (min-width: 481px) {
	#lt-service .lt-service-item {
    	width: 33.33%!important;
	}
}
@media (max-width: 503px)  {
	nav.nav-primary {
		border-top: 1px solid #e8e6e6;
		top: 126px !important;
	}
}

@media (max-width: 480px) {
	.right-menu-cart {
		width: 20%!important;
	}
	.right-menu .search-field {
		font-size: 14px!important;
	}
	.right-menu input:nth-child(3) {
		font-size: 13px!important;
	}
	ul.social-icons > li a,
	.top-right-menu ul li,
	.top-right-menu ul li a {
		font-size: 17px;
	}
	.site-header .site-logo {
		max-width: 70%;
		padding-top: 9px!important;
	}
	.site-header .site-logo img {
		max-width: 200px;
	}
	.lt-client-item {
		width: 100%;
	}
	body.woocommerce-page ul.products li.product {
		width: 100%!important;
		margin: 30px 0!important;
	}
	body.home .woocommerce ul.products li.product {
		margin-right: 0%!important;
		width: 100%!important;
	}
	#lt-service .lt-service-item {
		width: 100%;
	}
	.lt-client-img {
		width: 100%;
		margin: 20px 0;
	}
	.lt-team-item {
	    width: 100%;
	    margin-right: 0;
	}
	.lt-about-tab .tabs a {
		font-size: 12px;
		padding: 0 10px;
	}
	.lt-intro-left {
		padding: 0 10px;
	}
	.lt-product-2-content .widget_sp_image-description {
		padding-top: 10%;
	}
	.lt-product-2  ul.product_list_widget li {
		width: 100%!important;
		margin: 0!important;
	}
	.lt-book-table {
		padding: 50px 0;
	}
	.lt-menu-list {
		padding: 70px 0;
	}
	.site-footer .lt-footer, 
	.site-footer .nav-secondary {
		width: 100%;
		text-align: left;
	}
	.site-footer .nav-secondary .wrap ul {
		text-align: left;
	}
	.site-footer .genesis-nav-menu li a {
		padding-left: 0;
	}
}
/******************************** PRESET COLOR *************************************/
/************* Preset Defaut **************/
a,
.top-right-menu ul li a,
.top-right-menu ul li,
.top-left-menu ul li:hover i,
.lt-client-item:hover h2,
.lt-featured-content:hover h4,
.lt-team-item:hover h4,
.lt-team-item:hover p,
.lt-menu-list h3.widget-title,
#lt-why h5,
.lt-about-tab .tabs a,
.lt-intro-item:hover h3,
.lt-our-services .accordionItemHeading,
.lt-testimonial-content:hover h4 {
	color: #5AADDD;
}
.btn-primary,
input[type="submit"],
.lt-portfolio-button a,
.lt-product-2-content a:hover,
.lt-service-content:hover,
.lt-about-tab .current a,
.lt-about-tab .tabs_item a,
.lt-product-banner .button:hover,
.lt-featured-content:hover span, 
.progress-bar,
.site-footer,
.progress-bar,
.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 {
	background: #5AADDD;
}
.lt-product-2-content a:hover,
header.site-header,
.site-header.is-sticky,
.lt-intro-sub:hover,
.lt-intro-sub:hover span,
.lt-intro-sub a:hover,
.lt-testimonial-content:hover {
	border-color: #5AADDD;
}
.after-entry, .archive-description, .author-box {
	background: #5AADDD;
	color: #fff;
}
.lt-footer,
.woof .irs-from, 
.woof .irs-to, 
.woof .irs-single,
.woof .irs-bar,
#lt-slider a:hover,
ul.products li.product a.button.compare:hover,
ul.products li.product a.button.yith-wcqv-button:hover,
ul.products li.product a.button.tinvwl_add_to_wishlist_button:hover,
.woocommerce nav.woocommerce-pagination ul li span.current, 
.woocommerce nav.woocommerce-pagination ul li a:hover,
.wpmenucartli.wpmenucart-display-standard a i,
.widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce div.product form.cart .button, 
.woocommerce #respond input#submit, 
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce ul.products li.product .onsale, 
ul.products li.product .onsale, 
.woocommerce span.onsale,
span.onsale,
.widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
ul.products li.product .button,
.woocommerce ul.products li.product .button,
.widget-area .widget .widget-title:before,
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit, 
button.button, 
.woocommerce input.button {
	background: #5AADDD!important;
}
.lt-intro-button .eff-4:hover,
.lt-blog article h4 a,
.nav-primary > .wrap > ul > li.current-menu-parent > a,
.nav-primary > .wrap > ul > li > a:hover,
.nav-primary > .wrap > ul > li.current-menu-item > a,
.genesis-nav-menu .sub-menu a:focus,
.lt-slider div#n2-ss-6 a:hover,
#wpmenucartli:hover a,
ul.products li.product .price,
.woocommerce-page div.product div.summary .price,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h2,
.woocommerce ul.products li.product .button:hover {
	color: #5AADDD!important; 
}
.lt-slider a:hover,
.lt-feature-title a:hover,
.woocommerce div.product form.cart .button, 
.woocommerce #respond input#submit, 
button.button, 
.woocommerce input.button,
ul.products li.product .button,
.woocommerce ul.products li.product .button {
	border-color: #5AADDD!important; 
}
.lt-portfolio article > a:after {
	background: rgba(90, 173, 221, .7)!important;
}
/************ Preset 1 *************/
body.theme-blue a,
body.theme-blue .top-right-menu ul li a,
body.theme-blue .top-right-menu ul li,
body.theme-blue .top-left-menu ul li:hover i,
body.theme-blue .lt-client-item:hover h2,
body.theme-blue .lt-featured-content:hover h4,
body.theme-blue .lt-team-item:hover h4,
body.theme-blue .lt-team-item:hover p,
body.theme-blue .lt-menu-list h3.widget-title,
body.theme-blue #lt-why h5,
body.theme-blue .lt-about-tab .tabs a,
body.theme-blue .lt-intro-item:hover h3,
body.theme-blue .lt-our-services .accordionItemHeading,
body.theme-blue .lt-testimonial-content:hover h4 {
	color: #5AADDD;
}
body.theme-blue .btn-primary,
body.theme-blue input[type="submit"],
body.theme-blue .lt-portfolio-button a,
body.theme-blue .lt-product-2-content a:hover,
body.theme-blue .lt-service-content:hover,
body.theme-blue .lt-about-tab .current a,
body.theme-blue .lt-about-tab .tabs_item a,
body.theme-blue .lt-product-banner .button:hover,
body.theme-blue .lt-featured-content:hover span, 
body.theme-blue .progress-bar,
body.theme-blue .site-footer,
body.theme-blue .progress-bar,
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 {
	background: #5AADDD;
}
body.theme-blue .lt-product-2-content a:hover,
body.theme-blue header.site-header,
body.theme-blue .site-header.is-sticky,
body.theme-blue .lt-intro-sub:hover,
body.theme-blue .lt-intro-sub:hover span,
body.theme-blue .lt-intro-sub a:hover,
body.theme-blue .lt-testimonial-content:hover {
	border-color: #5AADDD;
}
body.theme-blue .after-entry, .archive-description, .author-box {
	background: #5AADDD;
	color: #fff;
}
body.theme-blue .lt-footer,
body.theme-blue .woof .irs-from, 
body.theme-blue .woof .irs-to, 
body.theme-blue .woof .irs-single,
body.theme-blue .woof .irs-bar,
body.theme-blue #lt-slider a:hover,
body.theme-blue ul.products li.product a.button.compare:hover,
body.theme-blue ul.products li.product a.button.yith-wcqv-button:hover,
body.theme-blue ul.products li.product a.button.tinvwl_add_to_wishlist_button:hover,
body.theme-blue .woocommerce nav.woocommerce-pagination ul li span.current, 
body.theme-blue .woocommerce nav.woocommerce-pagination ul li a:hover,
body.theme-blue .wpmenucartli.wpmenucart-display-standard a i,
body.theme-blue .widget_price_filter .ui-slider .ui-slider-range,
body.theme-blue .widget_price_filter .ui-slider .ui-slider-handle,
body.theme-blue.woocommerce div.product form.cart .button, 
body.theme-blue.woocommerce #respond input#submit, 
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 ul.products li.product .onsale, 
body.theme-blue.woocommerce span.onsale,
body.theme-blue span.onsale,
body.theme-blue .widget_price_filter .price_slider_wrapper .ui-widget-content,
body.theme-blue .woocommerce .widget_price_filter .ui-slider .ui-slider-range,
body.theme-blue ul.products li.product .button,
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 button.button, 
body.theme-blue .woocommerce input.button {
	background: #5AADDD!important;
}
body.theme-blue .lt-intro-button .eff-4:hover,
body.theme-blue .lt-blog article h4 a,
body.theme-blue .nav-primary > .wrap > ul > li.current-menu-parent > a,
body.theme-blue .nav-primary > .wrap > ul > li > a:hover,
body.theme-blue .nav-primary > .wrap > ul > li.current-menu-item > a,
body.theme-blue .genesis-nav-menu .sub-menu a:focus,
body.theme-blue .lt-slider div#n2-ss-6 a:hover,
body.theme-blue #wpmenucartli:hover a,
body.theme-blue ul.products li.product .price,
body.theme-blue.woocommerce-page div.product div.summary .price,
body.theme-blue.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h2,
body.theme-blue.woocommerce ul.products li.product .button:hover {
	color: #5AADDD!important; 
}
body.theme-blue .lt-slider a:hover,
body.theme-blue .lt-feature-title a:hover,
body.theme-blue.woocommerce div.product form.cart .button, 
body.theme-blue.woocommerce #respond input#submit, 
body.theme-blue button.button, 
body.theme-blue .woocommerce input.button,
body.theme-blue ul.products li.product .button,
body.theme-blue.woocommerce ul.products li.product .button {
	border-color: #5AADDD!important; 
}
body.theme-blue .lt-portfolio article > a:after {
	background: rgba(90, 173, 221, .7)!important;
}
/************ Preset 2 *************/
body.theme-green a,
body.theme-green .top-right-menu ul li a,
body.theme-green .top-right-menu ul li,
body.theme-green .top-left-menu ul li:hover i,
body.theme-green .lt-client-item:hover h2,
body.theme-green .lt-featured-content:hover h4,
body.theme-green .lt-team-item:hover h4,
body.theme-green .lt-team-item:hover p,
body.theme-green .lt-menu-list h3.widget-title,
body.theme-green #lt-why h5,
body.theme-green .lt-about-tab .tabs a,
body.theme-green .lt-intro-item:hover h3,
body.theme-green .lt-our-services .accordionItemHeading,
body.theme-green .lt-testimonial-content:hover h4 {
	color: #2bb673;
}
body.theme-green .btn-primary,
body.theme-green input[type="submit"],
body.theme-green .lt-portfolio-button a,
body.theme-green .lt-product-2-content a:hover,
body.theme-green .lt-service-content:hover,
body.theme-green .lt-about-tab .current a,
body.theme-green .lt-about-tab .tabs_item a,
body.theme-green .lt-product-banner .button:hover,
body.theme-green .lt-featured-content:hover span, 
body.theme-green .progress-bar,
body.theme-green .site-footer,
body.theme-green .progress-bar,
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 {
	background: #2bb673;
}
body.theme-green .lt-product-2-content a:hover,
body.theme-green header.site-header,
body.theme-green .site-header.is-sticky,
body.theme-green .lt-intro-sub:hover,
body.theme-green .lt-intro-sub:hover span,
body.theme-green .lt-intro-sub a:hover,
body.theme-green .lt-testimonial-content:hover {
	border-color: #2bb673;
}
body.theme-green .after-entry, .archive-description, .author-box {
	background: #2bb673;
	color: #fff;
}
body.theme-green .lt-footer,
body.theme-green .woof .irs-from, 
body.theme-green .woof .irs-to, 
body.theme-green .woof .irs-single,
body.theme-green .woof .irs-bar,
body.theme-green #lt-slider a:hover,
body.theme-green ul.products li.product a.button.compare:hover,
body.theme-green ul.products li.product a.button.yith-wcqv-button:hover,
body.theme-green ul.products li.product a.button.tinvwl_add_to_wishlist_button:hover,
body.theme-green .woocommerce nav.woocommerce-pagination ul li span.current, 
body.theme-green .woocommerce nav.woocommerce-pagination ul li a:hover,
body.theme-green .wpmenucartli.wpmenucart-display-standard a i,
body.theme-green .widget_price_filter .ui-slider .ui-slider-range,
body.theme-green .widget_price_filter .ui-slider .ui-slider-handle,
body.theme-green.woocommerce div.product form.cart .button, 
body.theme-green.woocommerce #respond input#submit, 
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 ul.products li.product .onsale, 
body.theme-green.woocommerce span.onsale,
body.theme-green span.onsale,
body.theme-green .widget_price_filter .price_slider_wrapper .ui-widget-content,
body.theme-green .woocommerce .widget_price_filter .ui-slider .ui-slider-range,
body.theme-green ul.products li.product .button,
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 button.button, 
body.theme-green .woocommerce input.button {
	background: #2bb673!important;
}
body.theme-green .lt-intro-button .eff-4:hover,
body.theme-green .lt-blog article h4 a,
body.theme-green .nav-primary > .wrap > ul > li.current-menu-parent > a,
body.theme-green .nav-primary > .wrap > ul > li > a:hover,
body.theme-green .nav-primary > .wrap > ul > li.current-menu-item > a,
body.theme-green .genesis-nav-menu .sub-menu a:focus,
body.theme-green .lt-slider div#n2-ss-6 a:hover,
body.theme-green #wpmenucartli:hover a,
body.theme-green ul.products li.product .price,
body.theme-green.woocommerce-page div.product div.summary .price,
body.theme-green.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h2,
body.theme-green.woocommerce ul.products li.product .button:hover {
	color: #2bb673!important; 
}
body.theme-green .lt-slider a:hover,
body.theme-green .lt-feature-title a:hover,
body.theme-green.woocommerce div.product form.cart .button, 
body.theme-green.woocommerce #respond input#submit, 
body.theme-green button.button, 
body.theme-green .woocommerce input.button,
body.theme-green ul.products li.product .button,
body.theme-green.woocommerce ul.products li.product .button {
	border-color: #2bb673!important; 
}
body.theme-green .lt-portfolio article > a:after {
	background: rgba(15, 239, 167, .8)!important;
}
/************* Preset 3 *************/
body.theme-dark-blue a,
body.theme-dark-blue .top-right-menu ul li a,
body.theme-dark-blue .top-right-menu ul li,
body.theme-dark-blue .top-left-menu ul li:hover i,
body.theme-dark-blue .lt-client-item:hover h2,
body.theme-dark-blue .lt-featured-content:hover h4,
body.theme-dark-blue .lt-team-item:hover h4,
body.theme-dark-blue .lt-team-item:hover p,
body.theme-dark-blue .lt-menu-list h3.widget-title,
body.theme-dark-blue #lt-why h5,
body.theme-dark-blue .lt-about-tab .tabs a,
body.theme-dark-blue .lt-intro-item:hover h3,
body.theme-dark-blue .lt-our-services .accordionItemHeading,
body.theme-dark-blue .lt-testimonial-content:hover h4 {
	color: #3d449a;
}
body.theme-dark-blue .btn-primary,
body.theme-dark-blue input[type="submit"],
body.theme-dark-blue .lt-portfolio-button a,
body.theme-dark-blue .lt-product-2-content a:hover,
body.theme-dark-blue .lt-service-content:hover,
body.theme-dark-blue .lt-about-tab .current a,
body.theme-dark-blue .lt-about-tab .tabs_item a,
body.theme-dark-blue .lt-product-banner .button:hover,
body.theme-dark-blue .lt-featured-content:hover span, 
body.theme-dark-blue .progress-bar,
body.theme-dark-blue .site-footer,
body.theme-dark-blue .progress-bar,
body.theme-dark-blue .genesis-nav-menu .sub-menu .current-menu-item > a:hover, 
body.theme-dark-blue .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
body.theme-dark-blue .genesis-nav-menu .sub-menu a:hover,
body.theme-dark-blue .genesis-nav-menu .sub-menu li.current-menu-item a,
body.theme-dark-blue .lt-contact .wpcf7-form-control.wpcf7-submit {
	background: #3d449a;
}
body.theme-dark-blue .lt-product-2-content a:hover,
body.theme-dark-blue header.site-header,
body.theme-dark-blue .site-header.is-sticky,
body.theme-dark-blue .lt-intro-sub:hover,
body.theme-dark-blue .lt-intro-sub:hover span,
body.theme-dark-blue .lt-intro-sub a:hover,
body.theme-dark-blue .lt-testimonial-content:hover {
	border-color: #3d449a;
}
body.theme-dark-blue .after-entry, .archive-description, .author-box {
	background: #3d449a;
	color: #fff;
}
body.theme-dark-blue .lt-footer,
body.theme-dark-blue .woof .irs-from, 
body.theme-dark-blue .woof .irs-to, 
body.theme-dark-blue .woof .irs-single,
body.theme-dark-blue .woof .irs-bar,
body.theme-dark-blue #lt-slider a:hover,
body.theme-dark-blue ul.products li.product a.button.compare:hover,
body.theme-dark-blue ul.products li.product a.button.yith-wcqv-button:hover,
body.theme-dark-blue ul.products li.product a.button.tinvwl_add_to_wishlist_button:hover,
body.theme-dark-blue .woocommerce nav.woocommerce-pagination ul li span.current, 
body.theme-dark-blue .woocommerce nav.woocommerce-pagination ul li a:hover,
body.theme-dark-blue .wpmenucartli.wpmenucart-display-standard a i,
body.theme-dark-blue .widget_price_filter .ui-slider .ui-slider-range,
body.theme-dark-blue .widget_price_filter .ui-slider .ui-slider-handle,
body.theme-dark-blue.woocommerce div.product form.cart .button, 
body.theme-dark-blue.woocommerce #respond input#submit, 
body.theme-dark-blue .woocommerce input.button,
body.theme-dark-blue .woocommerce a.button.alt,
body.theme-dark-blue.woocommerce ul.products li.product .onsale, 
body.theme-dark-blue ul.products li.product .onsale, 
body.theme-dark-blue.woocommerce span.onsale,
body.theme-dark-blue span.onsale,
body.theme-dark-blue .widget_price_filter .price_slider_wrapper .ui-widget-content,
body.theme-dark-blue .woocommerce .widget_price_filter .ui-slider .ui-slider-range,
body.theme-dark-blue ul.products li.product .button,
body.theme-dark-blue.woocommerce ul.products li.product .button,
body.theme-dark-blue .widget-area .widget .widget-title:before,
body.theme-dark-blue .woocommerce div.product form.cart .button,
body.theme-dark-blue .woocommerce #respond input#submit, 
body.theme-dark-blue button.button, 
body.theme-dark-blue .woocommerce input.button {
	background: #3d449a!important;
}
body.theme-dark-blue .lt-intro-button .eff-4:hover,
body.theme-dark-blue .lt-blog article h4 a,
body.theme-dark-blue .nav-primary > .wrap > ul > li.current-menu-parent > a,
body.theme-dark-blue .nav-primary > .wrap > ul > li > a:hover,
body.theme-dark-blue .nav-primary > .wrap > ul > li.current-menu-item > a,
body.theme-dark-blue .genesis-nav-menu .sub-menu a:focus,
body.theme-dark-blue .lt-slider div#n2-ss-6 a:hover,
body.theme-dark-blue #wpmenucartli:hover a,
body.theme-dark-blue ul.products li.product .price,
body.theme-dark-blue.woocommerce-page div.product div.summary .price,
body.theme-dark-blue.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h2,
body.theme-dark-blue.woocommerce ul.products li.product .button:hover {
	color: #3d449a!important; 
}
body.theme-dark-blue .lt-slider a:hover,
body.theme-dark-blue .lt-feature-title a:hover,
body.theme-dark-blue.woocommerce div.product form.cart .button, 
body.theme-dark-blue.woocommerce #respond input#submit, 
body.theme-dark-blue button.button, 
body.theme-dark-blue .woocommerce input.button,
body.theme-dark-blue ul.products li.product .button,
body.theme-dark-blue.woocommerce ul.products li.product .button {
	border-color: #3d449a!important; 
}
body.theme-dark-blue .lt-portfolio article > a:after {
	background:  rgba(61, 68, 154, 0.61) !important;
}
/********************* Preset 4 **********************/
body.theme-red a,
body.theme-red .top-right-menu ul li a,
body.theme-red .top-right-menu ul li,
body.theme-red .top-left-menu ul li:hover i,
body.theme-red .lt-client-item:hover h2,
body.theme-red .lt-featured-content:hover h4,
body.theme-red .lt-team-item:hover h4,
body.theme-red .lt-team-item:hover p,
body.theme-red .lt-menu-list h3.widget-title,
body.theme-red #lt-why h5,
body.theme-red .lt-about-tab .tabs a,
body.theme-red .lt-intro-item:hover h3,
body.theme-red .lt-our-services .accordionItemHeading,
body.theme-red .lt-testimonial-content:hover h4 {
	color: #eb4947;
}
body.theme-red .btn-primary,
body.theme-red input[type="submit"],
body.theme-red .lt-portfolio-button a,
body.theme-red .lt-product-2-content a:hover,
body.theme-red .lt-service-content:hover,
body.theme-red .lt-about-tab .current a,
body.theme-red .lt-about-tab .tabs_item a,
body.theme-red .lt-product-banner .button:hover,
body.theme-red .lt-featured-content:hover span, 
body.theme-red .progress-bar,
body.theme-red .site-footer,
body.theme-red .progress-bar,
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 {
	background: #eb4947;
}
body.theme-red .lt-product-2-content a:hover,
body.theme-red header.site-header,
body.theme-red .site-header.is-sticky,
body.theme-red .lt-intro-sub:hover,
body.theme-red .lt-intro-sub:hover span,
body.theme-red .lt-intro-sub a:hover,
body.theme-red .lt-testimonial-content:hover {
	border-color: #eb4947;
}
body.theme-red .after-entry, .archive-description, .author-box {
	background: #eb4947;
	color: #fff;
}
body.theme-red .lt-footer,
body.theme-red .woof .irs-from, 
body.theme-red .woof .irs-to, 
body.theme-red .woof .irs-single,
body.theme-red .woof .irs-bar,
body.theme-red #lt-slider a:hover,
body.theme-red ul.products li.product a.button.compare:hover,
body.theme-red ul.products li.product a.button.yith-wcqv-button:hover,
body.theme-red ul.products li.product a.button.tinvwl_add_to_wishlist_button:hover,
body.theme-red .woocommerce nav.woocommerce-pagination ul li span.current, 
body.theme-red .woocommerce nav.woocommerce-pagination ul li a:hover,
body.theme-red .wpmenucartli.wpmenucart-display-standard a i,
body.theme-red .widget_price_filter .ui-slider .ui-slider-range,
body.theme-red .widget_price_filter .ui-slider .ui-slider-handle,
body.theme-red.woocommerce div.product form.cart .button, 
body.theme-red.woocommerce #respond input#submit, 
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 ul.products li.product .onsale, 
body.theme-red.woocommerce span.onsale,
body.theme-red span.onsale,
body.theme-red .widget_price_filter .price_slider_wrapper .ui-widget-content,
body.theme-red .woocommerce .widget_price_filter .ui-slider .ui-slider-range,
body.theme-red ul.products li.product .button,
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 button.button, 
body.theme-red .woocommerce input.button {
	background: #eb4947!important;
}
body.theme-red .lt-intro-button .eff-4:hover,
body.theme-red .lt-blog article h4 a,
body.theme-red .nav-primary > .wrap > ul > li.current-menu-parent > a,
body.theme-red .nav-primary > .wrap > ul > li > a:hover,
body.theme-red .nav-primary > .wrap > ul > li.current-menu-item > a,
body.theme-red .genesis-nav-menu .sub-menu a:focus,
body.theme-red .lt-slider div#n2-ss-6 a:hover,
body.theme-red #wpmenucartli:hover a,
body.theme-red ul.products li.product .price,
body.theme-red.woocommerce-page div.product div.summary .price,
body.theme-red.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h2,
body.theme-red.woocommerce ul.products li.product .button:hover {
	color: #eb4947!important; 
}
body.theme-red .lt-slider a:hover,
body.theme-red .lt-feature-title a:hover,
body.theme-red.woocommerce div.product form.cart .button, 
body.theme-red.woocommerce #respond input#submit, 
body.theme-red button.button, 
body.theme-red .woocommerce input.button,
body.theme-red ul.products li.product .button,
body.theme-red.woocommerce ul.products li.product .button {
	border-color: #eb4947!important; 
}
body.theme-red .lt-portfolio article > a:after {
	background: rgba(249, 89, 89, .8)!important;
}
/*** Refine layout before release ***/
#genesis-footer-widgets .widget-title {
    font-weight: bold;
    color: #333;
}
#genesis-footer-widgets p {
    font-size: 1.8rem; 
    font-weight: 400;
}
#genesis-footer-widgets p i:before {
	line-height: 30px;
}
#genesis-footer-widgets ul > li {
	margin-bottom: 0;
}
.footer-logo img {
	border: 1px solid #f1f1f1;
	width: 98%;
	margin-top: -10px;
}
#wpmenucartli:hover a {
    color: #fff!important;
}
/* General layout width */
div.site-inner {
	max-width: 1170px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 50px;
}
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 ****/
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 ul.products li.product .button.add_to_cart_button:hover:before,
body ul.products li.product a.button.compare:hover,
body ul.products li.product a.button.yith-wcqv-button:hover, 
body ul.products li.product a.button.tinvwl_add_to_wishlist_button:hover,
body ul.products li.product a.button:hover {
	color: #fff!important;
}
.woocommerce ul.products li.product {
	border: 1px solid #ddd;
	padding-bottom: 60px!important;
	margin-bottom: 30px;
}
.woocommerce .quantity .qty {
	width: 5em;
}
h1.page-title {
	margin-top: 30px;
}
.content .social-sharing a {
	color: #fff!important;
}










