/**
 * Table of Contents:
 *
 * 1.0 - Titles
 * 2.0 - Dividers
 * 3.0 - Quotes
 * 4.0 - Drop Caps
 * 5.0 - Call Out
 * 6.0 - List
 * 7.0 - Preformatted Text
 * 8.0 - Info Message
 * 9.0 - Slogan
 * 10.0 - Single Image
 * 11.0 - Image Text
 * 12.0 - Tables
 *    12.1 - Pricing Table
 * 13.0 - Box
 * 14.0 - Accordion & Toggles
 * 15.0 - Tabs
 * 16.0 - Progress Bars
 * 17.0 - Carousel
 * 18.0 - Testimonial
 * 19.0 - Slider
 * 20.0 - Map
 * 21.0 - Media
 * 22.0 - Gallery
 *    22.1 - Gallery Stamp
 * 23.0 - Isotope
 * 24.0 - Blog
 * 25.0 - Portfolio
 * 26.0 - Form
 * 27.0 - Comments
 * 28.0 - Team
 * 29.0 - Partners
 * 30.0 - Widgets
 * 31.0 - Media Queries
 * ----------------------------------------------------------------------------
 */


 /**
 * 1.0 - Titles
 * ----------------------------------------------------------------------------
 */
 
/* Title With Line */
.lmws-title-line {
	position: relative;
	overflow: hidden;
	line-height: 1.5;
	padding: 0;
}

.lmws-title-line:after,
.lmws-align-center.lmws-title-line:before,
.lmws-align-right.lmws-title-line:before {
	content: "";
	width: 200%;
	display: inline-block;
	margin: 0 -200% 0 0;
	position: relative;
	left: 2%;
	border-top: 1px solid;
	vertical-align: middle;
}

.lmws-align-center.lmws-title-line:before,
.lmws-align-right.lmws-title-line:before {
	left: 0;
	margin: 0 2% 0 -202%;
}

.lmws-align-center.lmws-title-line:after {
	width: 80px;
	margin: 0 -80px 0 2%;
	left: 0;
}

.lmws-align-center.lmws-title-line:before {
	width: 80px;
	margin: 0 2% 0 -80px;
}


/* Title With Double Line */
.lmws-title-double-line {
	position: relative;
	overflow: hidden;
	line-height: 1.5;
	padding: 0;
}

.lmws-title-double-line:after,
.lmws-align-center.lmws-title-double-line:before,
.lmws-align-right.lmws-title-double-line:before {
	content: "";
	width: 200%;
	height: .15em;
	display: inline-block;
	margin: 0 -200% 0 0;
	position: relative;
	left: 2%;
	border-top: 1px solid;
	border-bottom: 1px solid;
	vertical-align: middle;
}

.lmws-align-center.lmws-title-double-line:before,
.lmws-align-right.lmws-title-double-line:before {
	left: 0;
	margin: 0 2% 0 -202%;
	width: 200%;
}

.lmws-align-center.lmws-title-double-line:after {
	width: 80px;
	margin: 0 -80px 0 2%;
	left: 0;
}

.lmws-align-center.lmws-title-double-line:before {
	width: 80px;
	margin: 0 2% 0 -80px;
}


/* Title With striped Line */
.lmws-title-striped {
	position: relative;
	overflow: hidden;
	line-height: 1.5;
	padding: 0;
}

.lmws-title-striped:after,
.lmws-align-center.lmws-title-striped:before,
.lmws-align-right.lmws-title-striped:before {
	content: "";
	width: 200%;
	height: 0.5em;
	background: url(../images/graphics/striped.png) repeat;
	display: inline-block;
	margin: 0 -200% 0 0;
	position: relative;
	left: 2%;
	vertical-align: middle;
}

.lmws-align-center.lmws-title-striped:before,
.lmws-align-right.lmws-title-striped:before {
	left: 0;
	margin: 0 2% 0 -202%;
}

.lmws-align-center.lmws-title-striped:after {
	width: 80px;
	margin: 0 -80px 0 2%;
	left: 0;
}

.lmws-align-center.lmws-title-striped:before {
	width: 80px;
	margin: 0 2% 0 -80px;
}

 /**
 * 2.0 - Dividers
 * ----------------------------------------------------------------------------
 */

.lmws-gap {
	height: 30px;
	width: 100%;
	display: inline-block;
}

hr {
	margin: 0px 0px 30px 0px;
	height: 1px;
	display: block;
	border: none;
	border-top: 1px solid;
}

/* Double Line Divider */
hr.lmws-double-line-divider {
	height: 5px;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

/* Dashed Line Divider */
hr.lmws-dashed-line-divider {
	border-top: 1px dashed;
}

/* Line Divider */
hr.lmws-line-divider {
	border-top: 1px solid;
}

/* Striped Divider */
hr.lmws-striped-divider {
	height: 10px;
	border: none;
	background: url(../images/graphics/striped.png) repeat;
}

hr.lmws-small-divider {
	max-width: 10%;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Dividers Margins */
hr.lmws-margin-0{
	margin: 0px 0px 0px 0px;
}

hr.lmws-margin-10{
	margin: 0px 0px 10px 0px;
}

hr.lmws-margin-20{
	margin: 0px 0px 20px 0px;
}

hr.lmws-margin-30{
	margin: 0px 0px 30px 0px;
}

hr.lmws-margin-40{
	margin: 10px 0px 40px 0px;
}

hr.lmws-margin-50{
	margin: 20px 0px 50px 0px;
}


 /**
 * 3.0 - Quotes
 * ----------------------------------------------------------------------------
 */

blockquote {
	position: relative;
	padding-left:20px;
	padding-right: 20px;
	
}

blockquote:before {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

/*-- Style 2 --*/
blockquote.lmws-style-2 {
	border:none;
	position:relative;
	color: #fff;
}

blockquote.lmws-style-2:before {
	content:"\201C";
	color: #fff;
	position:absolute;
	left:-20px;
	top:-20px;
	font-size:90px;
	letter-spacing:-0.1em;
	line-height:1;
	width: 0px;
	opacity: 0.7;
	font-family:"Times New Roman", Times, serif;
	
}
blockquote.lmws-style-2:after {
	content:"\201D";
	color: #fff;
	position:absolute;
	right:50px;
	bottom:-50px;
	font-size:90px;
	letter-spacing:-0.1em;
	line-height:1;
	width: 0px;
	opacity: 0.7;
	font-family:"Times New Roman", Times, serif;
}

 /**
 * 4.0 - Drop Caps 
 * ----------------------------------------------------------------------------
 */

.lmws-dropcap span.lmws-style-1 {
	 float: left;
	 font-size: 3em;
	 line-height: 1em;
	 margin:4px 8px 0px 3px;
}

.lmws-dropcap span.lmws-style-2 {
	width:40px;
	height:40px;
	display: inline-block;
	float: left;
	line-height: 40px;
	text-align:center;
	font-size: 2.5em;
	margin:4px 6px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}


/**
 * 5.0 - Call Out
 * ----------------------------------------------------------------------------
 */
.lmws-callout-content {
	font-weight: 400;
}

/* Style 01 */
.lmws-callout.lmws-style-1 {
	padding: 20px;
	position: relative;
	background-color: #FFF;
}

.lmws-callout.lmws-style-1:before {
	content: "";
	position: absolute;
	left: -1px;
	top: 0px;
	height: 100%;
	width: 3px;
}

.lmws-callout.lmws-style-1  p {
	margin-bottom: 0px;
}

.lmws-callout.lmws-style-1 .lmws-callout-content {
	margin-bottom: 5px;
}

.lmws-callout.lmws-style-1  .lmws-btn {
	position: absolute;
	margin: 0;
	top: 50%;
	right: 20px;
	z-index: 1;
	-webkit-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
}

/* Style 02 */
.lmws-callout.lmws-style-2 {
	font-size: 2em;
	text-align: center;
}

.lmws-callout.lmws-style-2 .lmws-callout-content {
	margin-top: 15px;
	display: block;
}

.lmws-callout.lmws-style-2 .lmws-callout-title {
	margin: 0px 15px 15px 15px;
	display: inline-block;
}

.lmws-callout.lmws-style-2  .lmws-btn {
	margin: 0px;
	position: relative;
}


 /**
 * 6.0 - List 
 * ----------------------------------------------------------------------------
 */

 .lmws-list li {
	font-size: .95em;
	line-height: 14px;
	padding: 0 0 0 20px;
	margin-bottom: 1em;
	position: relative;
}

.lmws-list li:before {
	width: 12px;
	height: 12px;
	line-height: 12px;
	display: inline-block;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
}

/* List Arrow */
.lmws-list.lmws-list-arrow li:before {
	content: "\f105";
	font-family: FontAwesome;
}

/* List Pencil */
.lmws-list.lmws-list-pencil li:before {
	content: "\f040";
	font-family: FontAwesome;
}

/* List Info */
.lmws-list.lmws-list-info li:before {
	content: "\f05a";
	font-family: FontAwesome;
}

/* List Plus */
.lmws-list.lmws-list-plus li:before {
	content: "\f067";
	font-family: FontAwesome;
}


 /**
 * 7.0 - Preformatted Text 
 * ----------------------------------------------------------------------------
 */

code {
	display: block;
	clear: both;
	overflow: auto;
	padding: 0px 20px;
	white-space: pre;
	overflow-x: auto;
	height: auto;
	border: 1px solid;
	font: 12px "Courier New", Courier, monospace;
	color: rgba(0,0,0,0.5);
}


 /**
 * 8.0 - Info Message
 * ----------------------------------------------------------------------------
 */

.lmws-message {
	padding: 20px 40px 20px 60px;
	border: 1px solid;
}

.lmws-message p {
	margin-bottom: 0px;
}

.lmws-message .lmws-icon ,
.lmws-message .lmws-close {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.lmws-icon {
	left: 20px;
	font-size: 2em;
}

.lmws-close {
	right: 20px;
	cursor: pointer;
}


 /**
 * 9.0 - Slogan
 * ----------------------------------------------------------------------------
 */

.lmws-slogan-subtitle {
	font-size: 1.8em;
	margin-bottom: 5px;
}

.lmws-slogan-title {
	margin-bottom:10px;
}

.lmws-slogan p {
	margin-bottom: 15px;
	font-size: 1.8em;
	font-weight: 300;
	line-height: 1.5;
}


 /**
 * 10.0 - Single Image
 * ----------------------------------------------------------------------------
 */

.lmws-single-image.lmws-align-left,
img.lmws-align-left {
	float:left;
	margin: 0px 10px 0px 0px;
	z-index: 1;
}

.lmws-single-image.lmws-align-right,
img.lmws-align-right {
	float:right;
	margin: 0px 0px 0px 10px;
	z-index: 1;
}

.lmws-single-image.lmws-align-center,
img.lmws-align-center {
	display: block;
	margin: 0px auto;
	z-index: 1;
}

.lmws-single-image {
	position: relative;
}

.lmws-image-wrapper {
	position: relative;
	display: inline-block;
	position: relative;
}

.lmws-single-image .lmws-caption {
	font-size: 0.7em;
	letter-spacing: 0.15em;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
	padding: 0px 8px;
	width: 27px;
	height: 27px;
	line-height: 27px;
	overflow: hidden;
	-webkit-transition: width 0.2s ease;                  
	-moz-transition: width 0.2s ease;                 
	-o-transition: width 0.2s ease;   
	-ms-transition: width 0.2s ease;          
	transition: width 0.2s ease;
	text-align: left;
}

.lmws-single-image .lmws-caption:before {
	content: "\f05a";
	font-family: FontAwesome;
	font-size: 14px;
	margin-right: 10px;
}

.lmws-image-wrapper:hover .lmws-caption {
	width: 100%;
}


 /**
 * 11.0 - Image Text
 * ----------------------------------------------------------------------------
 */

.lmws-image-text .lmws-image,
.lmws-image-text .lmws-content {
	width: 50%;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-right: -2px;
}

.lmws-image-text .lmws-image {
	padding-right: 15px;
}

.lmws-image-text .lmws-content {
	padding-left: 15px;
}

.lmws-image-text .lmws-image img {
	width: 100%;
}

.lmws-image-text .lmws-btn {
	margin: 0px;
}


 /**
 * 12.0 - Tables
 * ----------------------------------------------------------------------------
 */

table {
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid;
	border-collapse: collapse;
	cursor: default;
}

tr {
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	border-bottom: 1px solid;
}

.lmws-style-2 tr:first-child{
	border-bottom: none;
}

th {
	padding: 20px;
	line-height: 1.5;
	border-right: 1px solid;
	text-align: left;
}

th:last-child {
	border: none;
}

td {
	padding: 10px 20px 10px 20px;
	line-height: 1.5;
	border-right: 1px solid;
}

.lmws-style-2  td:last-child {
	border: none;
}


/**
 * 12.1 - Pricing Table
 * ----------------------------------------------------------------------------
 */

.lmws-pricing-table {
	text-align: center;
	border: 1px solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
} 

.lmws-pricing-table ul li {
	line-height: 30px;
	padding: 10px;
	border-bottom: 1px dotted;
}

.lmws-pricing-title {
	line-height: 1;
	margin: 0px;
	padding: 10px;
	background-color: #434343;
	color: #fff !important;
}

.lmws-pricing-feature .lmws-pricing-title {
	background-color: rgba(0,0,0,0.1);
}

.lmws-price {
	font-weight: bold;
	line-height: 1;
	vertical-align: bottom;
	margin: 0px;
	padding: 20px 10px;
}

.lmws-price span {
	font-size: 0.6em;
	vertical-align: bottom;
	line-height: 1.3;
	font-weight: normal;
}

 /**
 * 13.0 - Box
 * ----------------------------------------------------------------------------
 */

.lmws-box-title {
	margin: -15px 0px 5px 0px;
	display: inline-block;
	-webkit-transition: all 0.4s ease; 
	-moz-transition: all 0.4s ease; 
	-o-transition: all 0.4s ease; 
	transition: all 0.4s ease; 
}

.lmws-icon-box .lmws-box-title {
	margin: 15px 0px 10px 0px;
	display: inline-block;
}

/* Icon Box */
.lmws-icon-box .lmws-icon{
	display: inline-block;
	width: 80px;
	height: 80px;
	left: 0px;
	line-height: 75px;
	text-align: center;
	font-size: 30px;
	border: 1px solid;
	position: relative;
	overflow: visible;
	-webkit-transition: all 0.2s ease; 
	-moz-transition: all 0.2s ease; 
	-o-transition: all 0.2s ease; 
	transition: all 0.2s ease; 
}

.lmws-icon-box .lmws-icon:after {
	content: '';
	position: absolute;
	width: 80px;
	height: 80px;
	top: -9px;
	left:-9px;
	opacity: 0.8;
	border: 8px solid rgba(0,0,0,0);
	-webkit-transition: all 0.4s ease; 
	-moz-transition: all 0.4s ease; 
	-o-transition: all 0.4s ease; 
	transition: all 0.4s ease; 
	-webkit-transform: scale(1.2);
	-moz-transition: scale(1.2);
	-o-transition: scale(1.2);
	transition: scale(1.2);
}


.lmws-icon-box:hover .lmws-icon:after {
	border: 8px solid;
	-webkit-transform: scale(1);
	-moz-transition: scale(1);
	-o-transition: scale(1);
	transition: scale(1);
}

.lmws-icon-box.lmws-white-box:hover .lmws-icon {
	-webkit-transform: scale(0.8);
	-moz-transition: scale(0.8);
	-o-transition: scale(0.8);
	transition: scale(0.8);
}

.lmws-icon-box .lmws-icon img {
	width: 30px;
	height: 30px;
	margin: 23px;
}

.lmws-icon-box:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	height: 1px;
	width: 0px;
	-webkit-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
	-webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.lmws-icon-box:hover:after {
	width: 150px;
}

.lmws-icon-box.lmws-white-box:after,
.lmws-icon-box.lmws-align-left:after,
.lmws-icon-box.lmws-align-right:after {
	height: 0;
}

.lmws-icon-box.lmws-align-left .lmws-icon{
	position: absolute;
	top: 0;
	left: 0;
}

.lmws-icon-box.lmws-align-right .lmws-icon{
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: -80px;
}

.lmws-icon-box.lmws-align-left .lmws-box-content {
	padding-left: 100px;
}

.lmws-icon-box.lmws-align-right .lmws-box-content {
	padding-right: 100px;
}

.lmws-icon-box.lmws-align-left .lmws-box-title,
.lmws-icon-box.lmws-align-right .lmws-box-title {
	margin-top: 0px;
}

/* Icon Box Small */
.lmws-icon-box-small .lmws-icon {
	font-size: 25px;
	position: absolute;
	line-height: 1;
	top: 4px;
	left: 0;
}

.lmws-icon-box-small .lmws-icon img{
	width: 20px;
	height: 20px;
	margin-top: 5px;
}

.lmws-icon-box-small .lmws-box-title {
	margin: 0px 0px 5px 0px;
	display: inline-block;
	padding-left: 35px;
}

/* White Boxes */
.lmws-white-box {
	padding: 20px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.9);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

/* Dark Boxes */
.lmws-dark-box {
	padding: 20px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjg0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzliODEzZSIgc3RvcC1vcGFjaXR5PSIwLjU5Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjg0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.84) 20%, rgba(155,129,62,0.59) 50%, rgba(0,0,0,0.84) 80%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(20%,rgba(0,0,0,0.84)), color-stop(50%,rgba(155,129,62,0.59)), color-stop(80%,rgba(0,0,0,0.84)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.84) 20%,rgba(155,129,62,0.59) 50%,rgba(0,0,0,0.84) 80%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.84) 20%,rgba(155,129,62,0.59) 50%,rgba(0,0,0,0.84) 80%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.84) 20%,rgba(155,129,62,0.59) 50%,rgba(0,0,0,0.84) 80%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.84) 20%,rgba(155,129,62,0.59) 50%,rgba(0,0,0,0.84) 80%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-8 */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(255, 229, 121, 0.3);
	box-shadow:  0px 0px 10px 0px rgba(255, 229, 121, 0.3);
}


 /**
 * 14.0 - Accordion & Toggles 
 * ----------------------------------------------------------------------------
 */

.lmws-accordion .lmws-content,
.lmws-toggle .lmws-content {
	display: none;
	padding-left: 30px;
	margin-bottom: 30px;
}

.lmws-element.lmws-accordion .lmws-content p,
.lmws-element.lmws-toggle .lmws-content p {
	margin-top: 0px;
	margin-bottom: 30px;
}

.lmws-accordion .active > .lmws-content,
.lmws-toggle .active > .lmws-content {
	display: block;
}

.lmws-accordion .lmws-title,
.lmws-toggle .lmws-title {
	font-size: 1.077em;
	cursor: pointer;
	font-weight: 600;
	margin-bottom: 1.429em;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	display: inline-block;
	width: 100%;
}

.lmws-accordion .lmws-title:before,
.lmws-toggle .lmws-title:before {
	content: "\f105";
	font-size: 10px;
	opacity: 0.5;
	font-family: FontAwesome;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	transition: all 0.2s linear 0.1s;
	-webkit-transition: all 0.2s linear 0.1s;
	-o-transition: all 0.2s linear 0.1s;
	-moz-transition: all 0.2s linear 0.1s;
}

.lmws-accordion .lmws-title.active:before,
.lmws-toggle .lmws-title.active:before {
	opacity: 1;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}

.lmws-accordion.lmws-style-2 .lmws-title,
.lmws-toggle.lmws-style-2 .lmws-title {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid;
}

.lmws-accordion.lmws-style-2 .lmws-title:before,
.lmws-toggle.lmws-style-2 .lmws-title:before {
	opacity: 1;
	top: 10px;
	left: 5px;
}


 /**
 * 15.0 - Tabs 
 * ----------------------------------------------------------------------------
 */
.lmws-tabs-title {
	display: inline-block;
	width: 100%;
}

.lmws-tabs-title li {
	cursor: pointer;
	padding: 10px;
	opacity: 0.7;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

.lmws-tabs-title li.active {
	opacity: 1;
	cursor: default;
}

.lmws-tabs-wrapper {
	overflow: hidden;
}

.lmws-tab-content {
	display: none;
}

.lmws-element .lmws-tab-content  p{
	margin-top: 0px;
	margin-bottom: 30px !important;
}

.lmws-tab-content.active {
	display: block;
}

/* Horizontal Tab */
.lmws-horizontal-tab .lmws-tabs-title {
	border: 1px solid;
	opacity: 0;
}

.lmws-horizontal-tab .lmws-tabs-title li {
	display: table-cell;
	text-align: center;
}

.lmws-horizontal-tab .lmws-tabs-title:after {
	display: block;
	content: " ";
	clear: both;
}

.lmws-horizontal-tab .lmws-tabs-title li {
	border-left: 1px solid;
}

.lmws-horizontal-tab .lmws-tabs-title li:first-child {
	border: none;
}

.lmws-horizontal-tab .lmws-tab-content {
	padding: 18px 0 0 0;
}

/* Vertical Tab */
.lmws-vertical-tab .lmws-tabs-title {
	float: left;
	width: 30%;
	min-width: 120px;
	max-width: 250px;
	display: block;
}

.lmws-vertical-tab .lmws-tabs-title li {
	border-top: 1px solid;
}

.lmws-vertical-tab .lmws-tabs-title li:first-child {
	border-top: none;
}

.lmws-vertical-tab .lmws-tabs-title li:last-child {
	margin-bottom: 30px;
}

.lmws-vertical-tab .lmws-tab-content {
	padding: 0px 0px 0px 20px;
}


 /**
 * 16.0 - Progress Bars
 * ----------------------------------------------------------------------------
 */
.lmws-progress-bar {
	overflow: hidden;
}

.lmws-bar-title {
	margin-bottom: 5px;
}

.lmws-bar-line {
	width: 0px;
	height: 13px;
}

.lmws-bar {
	display:block;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	overflow: hidden;
	z-index: 1;
	border: 2px solid;
	background: url(../images/graphics/striped.png) repeat;
}

.lmws-percentage {
	position: absolute;
	top: 50%;
	left: 0px;
	line-height: 1;
	color: #fff;
	margin: 6px 0px 0px -30px;
	font-size: 10px;
}

 /**
 * 17.0 - Carousel
 * ----------------------------------------------------------------------------
 */

.lmws-carousel {
	opacity:0;
}

.lmws-carousel .lmws-media {
	margin: 0px;
}

.lmws-carousel-item {
	float:left;
	margin:0px 15px;
	position: relative;
}

.lmws-carousel-item img {
	width: 100%;
}

.lmws-carousel-wrapper {
	margin-right: -15px;
	margin-left: -15px;
}

.lmws-carousel-inner {
	cursor: -moz-grab!important;
	cursor: -webkit-grab!important;
}

.lmws-carousel-inner.active {
	cursor: -moz-grabbing!important;
	cursor: -webkit-grabbing!important;
}

.lmws-fullwidth-element .lmws-carousel-item {
	margin: 0px;
}


.lmws-carousel-item img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transition: all 0.4s ease;                  
	-moz-transition: all 0.4s ease;                 
	-o-transition: all 0.4s ease;   
	-ms-transition: all 0.4s ease;          
	transition: all 0.4s ease;
}

.lmws-carousel-item:hover img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	filter: grayscale(0);
}

.lmws-carousel-btn {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 60px;
	height: 60px;
	z-index: 4;
	background: url(../images/graphics/carousel-btn.svg);
}

.lmws-carousel-item .lmws-hover-subtitle{
	margin-top: 0px;
}

.lmws-carousel figure {
	margin: 0;
	position: relative;
}

.lmws-carousel figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
}

.lmws-carousel figure {
	overflow: hidden;
}

.lmws-carousel figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .lmws-carousel figure:hover img,
.lmws-carousel figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.lmws-carousel figcaption {
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .lmws-carousel figure:hover figcaption,
.lmws-carousel figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.lmws-carousel figcaption .lmws-btn {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: 0px;
}

.lmws-carousel .lmws-hover-title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 50%;
	font-size: 18px;
	font-weight: 300;
	display: block;
	color: #fff;
}

.lmws-carousel .lmws-hover-subtitle {
	text-align:center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	font-size: 24px;
	margin-top: 5px;
	opacity: 0.7;
	display: block;
	color: #fff;
	font-weight: 100;
}
	
	
/**
 * 18.0 - Testimonial
 * ----------------------------------------------------------------------------
 */
.lmws-testimonial-carousel {
	text-align: center;
	position: relative;
}

.lmws-testimonial-carousel .lmws-testimonial-name {
	margin: 20px 0px;
	opacity: 1;
	font-size: 17px;
}

.lmws-testimonial-content p {
	font-size: 24px;
	line-height: 40px;
	font-weight: 100;
}

/*  Testimonial Style 2 */
.lmws-testimonial-carousel.lmws-style-2 {
	text-align: left;
	width: 98%;
}

.lmws-style-2 .lmws-testimonial-person {
	float: left;
	width: 82px;
}

.lmws-testimonial-carousel.lmws-style-2  .lmws-testimonial-name {
	margin: 0.3em 0px;
}

.lmws-testimonial-carousel .flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
}

.lmws-style-2 .lmws-testimonial-content {
	overflow: hidden;
	padding: 0px 30px;
}

.lmws-testimonial-carousel.lmws-style-2 .flex-control-nav {
	top: 0px;
	right: -40px;
	bottom: auto;
	width: 30px;
}

.lmws-testimonial-carousel.lmws-style-2 .flex-control-nav li {
	display: block;
	margin: 6px 0px;
}

.lmws-testimonial-carousel .flex-control-paging li a {
	background-color: rgba(255,255,255,0.1);
	width: 8px;
	height: 8px;
	display: inline-block;
	cursor: pointer; 
	text-indent: -9999px;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.3);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.3);
}

.lmws-testimonial-carousel .flex-control-paging li a:hover,
.lmws-testimonial-carousel .flex-control-paging li a.flex-active {
	background-color: #fff;
	-webkit-box-shadow: 0 0 0 2px rgba(0,0,0,0.3);
	box-shadow: 0 0 0 2px rgba(0,0,0,0.3);
}

.lmws-testimonial-carousel  .flex-control-nav {
	bottom: -30px;
	width: 100%;
	position: absolute;
	text-align: center;
}


/**
 * 19.0 - Slider
 * ----------------------------------------------------------------------------
 */
.lmws-slider {
	overflow: hidden;
	position: relative;
}

.lmws-slider li img {
	width: 100%;
}

.lmws-slider li {
	position: relative;
	z-index: 0;
}

/* For Clone Slide */
.slides .clone .lmws-bg-image {
	opacity: 1;
}

/* Direction Nav */
.lmws-slider .flex-direction-nav {
	position: absolute;
	top: 0px;
	right: 30px;
	z-index: 990;
}

.lmws-slider .flex-direction-nav li {
	display: inline-block;
	-webkit-transform: translate(0, 30px);
	transform: translate(0, 30px);
}

.lmws-slider .flex-direction-nav li a {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(../images/graphics/arrows.svg);
	background-position: 0px -30px;
}

.lmws-slider .flex-direction-nav li a.flex-next {
	right: 0px;
	margin-left: 1px;
	background-position: 0px 0px;
}


/* Control Nav */
.lmws-slider .flex-control-nav {
	display: block;
	text-align: center;
	position: absolute;
	right: 20px;
	top: 50%;
	font-size: 0;
	z-index: 2;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.lmws-slider .flex-control-nav li {
	margin: 15px 0px;
}

.lmws-slider  .flex-control-nav li a {
	background-color: rgba(255,255,255,0.1);
	width: 8px;
	height: 8px;
	display: inline-block;
	cursor: pointer; 
	text-indent: -9999px;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.3);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.3);
}

.lmws-slider  .flex-control-nav li a:hover,
.lmws-slider  .flex-control-nav li a.flex-active {
	background-color: #fff;
	-webkit-box-shadow: 0 0 0 2px rgba(0,0,0,0.3);
	box-shadow: 0 0 0 2px rgba(0,0,0,0.3);
}

/* Slider Caption */
.lmws-slider-caption {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0px;
	z-index: 2;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.lmws-slider-caption-content {
	display: inline-block;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.lmws-slider-caption.lmws-slider-caption-content{
	max-width: 50%;
	float: left;
}

.lmws-slider-caption-content .lmws-title,
.lmws-slider-caption-content .lmws-subtitle {
	margin: 0px;
	line-height: 1;
}

.lmws-slider-caption-content .lmws-btn {
	margin-top: 30px;
}

.lmws-feature-element.lmws-slider img {
	width: 100%;
}


 /**
 * 20.0 - Map
 * ----------------------------------------------------------------------------
 */

.lmws-map  img {
	max-width: inherit;
}


 /**
 * 21.0 - Media
 * ----------------------------------------------------------------------------
 */

.lmws-media {
	margin-bottom: 30px;
	position: relative;
}

.lmws-blog-masonry .lmws-media {
	margin-bottom: 0px;
}


 /**
 * 22.0 - Gallery
 * ----------------------------------------------------------------------------
 */
.lmws-gallery .lmws-isotope-container {
	margin-left: -1px;
	margin-right: -1px;
}

.lmws-gallery .lmws-isotope-item {
	padding: 1px;
	margin-bottom: 0px;
}

.lmws-gallery .lmws-media {
	margin-bottom: 0px;
}

.lmws-gallery.lmws-fullwidth-element .lmws-isotope-container,
.lmws-gallery.lmws-fullwidth-element .lmws-isotope-item {
	margin: 0px;
	padding: 0px;
}

.lmws-gallery img {
	/*-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);*/
	-webkit-transition: all 0.4s ease;                  
	-moz-transition: all 0.4s ease;                 
	-o-transition: all 0.4s ease;   
	-ms-transition: all 0.4s ease;          
	transition: all 0.4s ease;
}

.lmws-gallery:hover img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	filter: grayscale(0);
}


 /**
 * 22.1 - Gallery Stamp
 * ----------------------------------------------------------------------------
 */

.lmws-stamp-masonry {
	opacity: 0;
	margin-bottom: 30px;
}

.lmws-stamp-masonry .lmws-stamp-element {
	padding: 1px;
}

.lmws-stamp-masonry  img {
	width: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.4s ease;                  
	-moz-transition: all 0.4s ease;                 
	-o-transition: all 0.4s ease;   
	-ms-transition: all 0.4s ease;          
	transition: all 0.4s ease;
}

.lmws-stamp-masonry:hover img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	filter: grayscale(0);
}


 /**
 * 23.0 - Isotope
 * ----------------------------------------------------------------------------
 */
.lmws-isotope-container {
	opacity: 0;
}

.lmws-filter {
	margin-bottom: 35px;
}

.lmws-filter ul {
	display: inline-block;
}

.lmws-filter li{
	display: inline-block;
	cursor: pointer;
	padding: 3px 10px;
	border: 1px solid;
	font-size: 0.9em;
	transition: background-color 0.2s linear;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
}

.lmws-isotope-container {
	margin: 0px -15px;
}
.lmws-fullwidth-element .lmws-isotope-container {
	margin: 0px;
}

.lmws-isotope-item {
	padding: 0px 15px;
	margin-bottom: 30px;
}

 /**
 * 24.0 - Blog
 * ----------------------------------------------------------------------------
 */

/* Blog General Settings */
.lmws-blog .lmws-media img ,
.lmws-blog-masonry .lmws-media img {
	-webkit-transition: all 0.4s ease; 
	-moz-transition: all 0.4s ease; 
	-o-transition: all 0.4s ease; 
	transition: all 0.4s ease; 
}

.lmws-blog .lmws-media:hover img ,
.lmws-blog-masonry .lmws-media:hover img {
	opacity: 0.2;
}

.lmws-media:hover .lmws-slider img {
	opacity: 1;
}

.lmws-blog .lmws-isotope-item,
.lmws-search-page .lmws-isotope-item {
	margin-bottom: 50px;
}

.lmws-post-content {
	position: relative;
}

.lmws-post-title {
	margin-bottom: 0.278em;
	line-height: 1.2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


.lmws-post-meta,
.lmws-comment-date {
	font-size: 0.9em;
	margin-bottom: 10px;
}

.lmws-post-meta span {
	white-space: nowrap;
}

.lmws-post-meta span:before,
.lmws-comment-date:before {
	margin-right: 3px;
	font-size: 0.9em;
}

.lmws-post-meta span:after  {
	margin-left: 5px;
	margin-right: 5px;
	content:"/";
}

.lmws-post-meta span:last-child:after {
	content:"";
}

.lmws-post-date:before,
.lmws-comment-date:before {
	content: "\f017";
	font-family: FontAwesome;
}

.lmws-post-comments:before {
	content: "\f086";
	font-family: FontAwesome;
}

.lmws-post-author:before {
	content: "\f007";
	font-family: FontAwesome;
}

.lmws-read-more {
	display: block;
	margin-top: 5px;
}

/* Blog columns */
.lmws-blog .lmws-isotope-container[data-columns="2"] .lmws-media {
	float: left;
	width: 40%;
	margin-right: 30px;
	margin-bottom: 0px;
}

.lmws-blog .lmws-isotope-container[data-columns="2"] .lmws-post-content {
	overflow: hidden;
}

.lmws-blog .lmws-isotope-container[data-columns="2"] .lmws-post-categories {
	display: none;
}

.lmws-blog .lmws-isotope-container[data-columns="2"] .lmws-post-comments:after {
	content: "";
}

.lmws-search-page .lmws-isotope-container[data-columns="3"] p,
.lmws-blog .lmws-isotope-container[data-columns="3"] p,
.lmws-blog .lmws-isotope-container[data-columns="1"] p {
	margin-bottom: 0px;
}

/* Blog Masonry */
.lmws-blog-masonry .lmws-post-content{
	border: 1px solid;
	background-color: #ffffff;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.05);
	box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.lmws-blog-masonry .lmws-post-content {
	padding: 20px;
}
.lmws-blog-masonry .lmws-post-media {
	margin-bottom: 0px;
}

/* Blog Large Media */
.lmws-blog-large-media  .lmws-post-author {
	position: absolute;
	width: 80px;
	text-align: center;
	left: 0px;
	top: 0px;
}

.lmws-blog-large-media  .lmws-post-author:before {
	content: "";
}

.lmws-blog-large-media .lmws-post-author .lmws-author-image {
	display: block;
	margin-bottom: 10px;
}

.lmws-blog-large-media .lmws-post-content {
	/* [disabled]padding-left: 110px; */
}

/* Blog Small Media */
.lmws-blog-small-media .lmws-media {
	width: 30%;
	float:left;
	margin-right: 30px;
}


.lmws-blog-small-media .lmws-post-content {
	overflow: hidden;
}


/* Blog Quote */
.lmws-post-quote:before {
	content: "\2018 \2018";
	position: absolute;
	font-size: 150px;
	left: 40px;
	top: 0px;
	letter-spacing: -0.5em;
	line-height: 1;
	font-family: "Times New Roman", Times, serif;
	color: rgba(0,0,0,0.2);
	z-index: 1;
}

.lmws-post-quote .lmws-post-content {
	padding: 20px 20px 10px 80px;
	border: 1px solid;
}

.lmws-post-quote .lmws-post-title {
	line-height: 1.6;
	white-space:normal;
}

/* Blog Link */
.lmws-post-link:before {
	content: "\f0c1";
	position: absolute;
	font-size: 50px;
	left: 30px;
	top: 30px;
	letter-spacing: -0.5em;
	line-height: 1;
	font-family: 'FontAwesome';
	color: rgba(0,0,0,0.2);
	z-index: 1;
}

.lmws-post-link .lmws-post-content {
	padding: 20px 20px 10px 80px;
	border: 1px solid;
}

.lmws-post-link .lmws-post-title {
	line-height: 1.6;
	white-space:normal;
}

/* Blog Labeled */

.lmws-blog-label .lmws-filter li {
	cursor: pointer;
	height: 30px;
	line-height: 28px;
	padding: 0px 0px 0px 30px;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	-webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lmws-blog-label .lmws-filter li:before {
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 28px;
	padding: 0px;
	margin: 0px;
	display: inline-block;
	text-align: center;
	left: 0px;
	position: absolute;
}

.lmws-blog-label .lmws-filter li.selected {
	cursor: default;
}

.lmws-blog-label .lmws-filter li i {
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 28px;
	padding: 0px;
	margin: 0px;
	display: inline-block;
	text-align: center;
	left: 0px;
	position: absolute;
}

.lmws-blog-label .lmws-isotope-item {
	margin-bottom: 30px;
}

.lmws-blog-label .lmws-post-wraper {
	border: 1px solid;
	display: block;
}

.lmws-blog-label .lmws-post-format {
	width: 50px;
	height: 50px;
	float: left;
	overflow: hidden;
}

.lmws-blog-label .lmws-post-format:before,
.lmws-blog-label .lmws-post-format:after {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	text-align: center;
	position: relative;
	top: 0;
	float: left;
	-webkit-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lmws-blog-label .lmws-post-wraper:hover .lmws-post-format:before,
.lmws-blog-label .lmws-post-wraper:hover .lmws-post-format:after  {
	top: -50px;
}

.lmws-blog-label .lmws-post-date {
	opacity: 0.5;
	font-size: 12px;
	margin-left: -3px;
}

.lmws-blog-label .lmws-post-date:before {
	content: '';
	margin: 0px;
}

.lmws-blog-label .lmws-post-content {
	overflow: hidden;
	padding: 8px;
	border-left: 1px solid;
	height: 50px;
}

.lmws-blog-label .lmws-post-title {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin: 0px;
}


/* Post Formats */
.lmws-standard-post:before {
	content: "\f040";
	font-family: FontAwesome;
}

.lmws-blog-label .lmws-post-wraper .lmws-standard-post:after {
	content: "\f040";
	font-family: FontAwesome;
}

.lmws-image-post:before {
	content: "\f03e";
	font-family: FontAwesome;
}

.lmws-blog-label .lmws-post-wraper .lmws-image-post:after {
	content: "\f03e";
	font-family: FontAwesome;
}

.lmws-video-post:before {
	content: "\f008";
	font-family: FontAwesome;
}

.lmws-blog-label .lmws-post-wraper .lmws-video-post:after {
	content: "\f008";
	font-family: FontAwesome;
}

.lmws-audio-post:before {
	content: "\f028";
	font-family: FontAwesome;
}

.lmws-blog-label .lmws-post-wraper .lmws-audio-post:after {
	content: "\f028";
	font-family: FontAwesome;
}

.lmws-gallery-post:before {
	content: "\f009";
	font-family: FontAwesome;
}

.lmws-blog-label .lmws-post-wraper .lmws-gallery-post:after {
	content: "\f009";
	font-family: FontAwesome;
}

.lmws-quote-post:before {
	content: "\f10d";
	font-family: FontAwesome;
}

.lmws-blog-label .lmws-post-wraper .lmws-quote-post:after {
	content: "\f10d";
	font-family: FontAwesome;
}

 /**
 * Single Post
 * ----------------------------------------------------------------------------
 */
/* Post Meta */
.lmws-page-title .lmws-post-meta {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 0.8em;
	color: #FFF;
}

.lmws-post-meta a:hover {
	color: #fff !important;
}

/* About Author */
.lmws-about-author {
	padding: 60px 0px 30px 0px;
	margin: 60px 0px 0px 0px;
	border-top: 1px solid;
}

.lmws-author-info .lmws-title {
	line-height: 1;
	margin-bottom: 10px;
	margin-top: 3px;
}

.lmws-author-info p {
	margin-bottom: 0px;
}

.lmws-about-author  .lmws-author-image {
	float: left;
	width: 80px;
	height: 80px;
	display: block;
}

.lmws-author-info {
	overflow: hidden;
	padding-left: 25px;
}

/* Related Post */
.lmws-related-post  {
	margin-top: 30px;
}

.lmws-related-post .lmws-filter {
	text-align: right;
	position: relative;
	padding: 10px;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.lmws-related-post .lmws-filter li{
	padding-right: 10px;
}

.lmws-related-post .lmws-filter li,
.lmws-related-post .lmws-filter li:hover,
.lmws-related-post .lmws-filter li.selected,
.lmws-related-post .lmws-filter li:hover.selected {
	background: none !important;
	border: none;
}

.lmws-filter-title {	
	position: absolute;
	line-height: 30px;
	top: 10px;
	left: 10px;
}

/* Articles Navigation */
.lmws-article-nav {
	position: fixed;
	display: table;
	width: 190px;
	height: 70px;
	top: 50%;
	margin-top: -35px;
	background-color: rgba(0, 0, 0, 0.1);
	color: #fff !important;
	-webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
	z-index: 3;
}

.lmws-article-nav img {
	width: 40px;
	height: 40px;
	margin: 15px 10px;
}

.lmws-article-nav i {
	position: absolute;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	top: 50%;
	margin-top: -15px;
}

.lmws-article-nav.lmws-prev-article i {
	right: 0px;
}

.lmws-article-nav.lmws-next-article i {
	left: 0px;
}

.lmws-article-nav .lmws-title {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 10px;
	max-width: 100px;
}

.lmws-article-nav:hover {
	background-color: rgba(0, 0, 0, 0.8);	
}

.lmws-article-nav.lmws-prev-article {
	left:0px;
	margin-left: -160px;
	padding-right: 30px;
}

.lmws-article-nav.lmws-next-article {
	right: 0px;
	margin-right: -160px;
	padding-left: 30px;
}

.lmws-article-nav.lmws-prev-article:hover {
	margin-left: 0px;
}

.lmws-article-nav.lmws-next-article:hover {
	margin-right: 0px;
}

/**
 * 25.0 - Portfolio
 * ----------------------------------------------------------------------------
 */
/* Portfolio General */
.lmws-portfolio-title {
	margin: 0px;
	display: inline-block;
}
.lmws-portfolio .lmws-isotope-container[data-layout="masonry"] {
	margin: 0px -1px;
}

.lmws-portfolio .lmws-isotope-container[data-layout="masonry"] .lmws-isotope-item{
	padding: 0px 1px;
	margin-bottom: 2px;
}

.lmws-portfolio.lmws-fullwidth-element .lmws-isotope-container[data-layout="masonry"] .lmws-isotope-item{
	padding: 0px;
	margin-bottom: 0px;
}
.lmws-portfolio .lmws-media{
	margin-bottom: 0px;
}

.lmws-portfolio .lmws-isotope-container[data-layout="masonry"] .lmws-media{
	margin-bottom: 0px;
}


.lmws-portfolio img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.4s ease;                  
	-moz-transition: all 0.4s ease;                 
	-o-transition: all 0.4s ease;   
	-ms-transition: all 0.4s ease;          
	transition: all 0.4s ease;
}

.lmws-portfolio:hover img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	filter: grayscale(0);
}


 /**
 * Portfolio Title
 * ----------------------------------------------------------------------------
 */
#lmws-portfolio-title {
	position: relative;
	padding: 60px 0px 10px 0px;
}


 /**
 * Portfolio Fields
 * ----------------------------------------------------------------------------
 */
.lmws-fields {
	margin-bottom: 30px;
}

.lmws-fields .lmws-fields-content {
	display: none;
	padding: 15px 25px;
	margin-top: -15px;
	margin-bottom: 15px;
	font-size: 0.9em;
}

.lmws-fields li:last-child .lmws-fields-content {
	margin-top: 0px;
}

.lmws-fields .lmws-fields-title {
	cursor: pointer;
	display: block;
	position: relative;
	padding-bottom: 15px;
	padding-left: 25px;
	margin-bottom: 15px;
	border-bottom: 1px solid;
}

.lmws-fields li:last-child .lmws-fields-title {
	margin-bottom: 0px;
}

.lmws-fields .lmws-fields-title:before {
	content: "\f105";
	font-size: 10px;
	font-family: FontAwesome;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	transition: all 0.2s linear 0.1s;
	-webkit-transition: all 0.2s linear 0.1s;
	-o-transition: all 0.2s linear 0.1s;
	-moz-transition: all 0.2s linear 0.1s;
}

.lmws-fields .lmws-fields-title.active:before {
	transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}

 /**
 * 26.0 - Form
 * ----------------------------------------------------------------------------
 */
.lmws-form {
	margin-left: -6px;
	margin-right: -6px;
}

.lmws-form-input {
	width:33.33333333333333%;
	float: left;
	padding: 0px 6px;
	position: relative;
}

.lmws-form-textarea {
	width:100%;
	float: left;
	padding: 6px;
	position: relative;
}

.lmws-form-input i {
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0, -50%);
	font-size: 12px;
	opacity: 0.8;
}

.lmws-form-input input[type='text'] {
	width: 100%;
	padding-left: 35px;
}

.lmws-form-textarea textarea {
	width: 100%;
}

.lmws-form-textarea textarea {
	min-height: 300px;
	overflow-y: hidden;
}

.lmws-form .lmws-btn {
	margin: 0px 0px 0px 6px;
}

.lmws-form-result.active {
	display: inline-block;
	line-height: 29px;
	margin-left: 5px;
	margin-top: 6px;
	border: 1px solid;
	padding: 0px 15px;
	color:#f00;
}


 /**
 * 27.0 - Comments
 * ----------------------------------------------------------------------------
 */
.lmws-comment-content {
	overflow: hidden;
	position: relative;
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid;
}


.lmws-comment-item .lmws-avatar {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 20px;
}


.lmws-comment-item  .lmws-author {
	margin-bottom: 0px;
}

.lmws-comment-item .lmws-comment-reply {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 5px !important;
	margin: 0px;
}
.lmws-comment-item p:last-child {
	margin-bottom: 0px;
}

#lmws-comments {
	margin-bottom: 60px;
}
#lmws-comments li ul li {
	padding-left: 30px;
}


/**
 * 28.0 - Team
 * ----------------------------------------------------------------------------
 */
.lmws-team-media {
	position: relative;
	overflow: hidden;
}

.lmws-team-person {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.lmws-team-content {
	display: block;
	text-align: center;
	border-bottom: 1px solid;
	position: relative;
}

.lmws-team-content:after {
	content: '';
	position: absolute;
	width: 0px;
	height: 1px;
	bottom: 0px;
	left:  50%;
	-webkit-transform: translate(-50%, 1px);
	transform: translate(-50%, 1px);
	-webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.lmws-team-item:hover .lmws-team-content:after {
	width: 100%;
}

.lmws-team-item:hover .lmws-team-content {
	border-bottom: 1px solid rgba(0,0,0,0.0) !important;
}

.lmws-team-content span {
	display: block;
}

.lmws-team-content .lmws-team-name {
	font-size: 16px;
	font-weight: 600;
	margin-top: 15px;
}

.lmws-team-content .lmws-team-description {
	margin-bottom: 15px;
}

.lmws-team-social {
	display: block;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 1;
	border-bottom: 1px solid;
}

.lmws-team-social li {
	display: inline-block;
}

.lmws-team-social li a {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 24px;
	margin: 10px 5px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


/* Small Team */
.lmws-smallteam-item {
	border: 1px solid;
	display: inline-block;
	width: 100%;
}

.lmws-smallteam-item .lmws-person-image {
	width: 50px;
	height: 50px;
	float: left;
	overflow: hidden;
}

.lmws-smallteam-item .lmws-first-image,
.lmws-smallteam-item .lmws-second-image {
	width: 50px;
	height: 50px;
	position: relative;
	top: 0;
	float: left;
	-webkit-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lmws-smallteam-item:hover .lmws-first-image,
.lmws-smallteam-item:hover .lmws-second-image  {
	top: -50px;
}

.lmws-smallteam-item .lmws-smallteam-content {
	float: left;
	padding: 6px 8px;
	border-left: 1px solid;
	height: 50px;
}

.lmws-smallteam-item .lmws-team-name {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin: 0px;
}

.lmws-smallteam-item .lmws-team-description {
	opacity: 0.5;
	font-size: 12px;
}

.lmws-smallteam-item .lmws-smallteam-social {
	float: right;
	text-align: right;
	border-left: 1px solid;
	padding:17px 10px 15px 10px;
}

.lmws-smallteam-item .lmws-smallteam-social li {
	display: inline-block;
	margin: 0px 3px;
}

.lmws-smallteam-item .lmws-smallteam-social li a {
	opacity: 0.3;
	font-size: 16px;
	line-height: 16px;
	-webkit-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lmws-smallteam-item:hover .lmws-smallteam-social li a  {
	opacity: 1;
}

/**
 * 29.0 - Partners
 * ----------------------------------------------------------------------------
 */
.lmws-partner-advanced li {
	position: relative;
	text-align: center;
	padding-top: 30px;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all 0.2s ease;                  
	-moz-transition: all 0.2s ease;                 
	-o-transition: all 0.2s ease;   
	-ms-transition: all 0.2s ease;          
	transition: all 0.2s ease;
}

.lmws-partner-advanced li:hover {
	padding-top: 60px;
	padding-bottom: 30px;
}

.lmws-partner-advanced li .lmws-partner-color {
	background-color: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.lmws-partner-advanced li .lmws-partner-logo,
.lmws-partner-advanced li .lmws-partner-content {
	z-index: 2;
	position: relative;
	padding-bottom: 30px;
}

.lmws-partner-advanced li .lmws-partner-content {
	display: none;
}

.lmws-partner-advanced li .lmws-partner-content p {
	font-size: 19px;
	font-weight: 300;
	line-height: 1.5;
	color: #fff;
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);*/
}


/**
 * 30.0 - Widgets
 * ----------------------------------------------------------------------------
 */
 /* Widget Title */
.lmws-widget {
	position:relative;
	margin:0px 0px 30px 0px;
}

.lmws-sidebar .lmws-widget-title,
footer .lmws-widget-title {
	margin-bottom: 1em;
}

footer .lmws-widget-title {
	font-weight: 400;
}

/* Socials */
.lmws-social li {
	display: inline-block;
}

.lmws-social li a{
	-webkit-transition: background-color 0.2s ease; 
	-moz-transition: background-color 0.2s ease; 
	-o-transition: background-color 0.2s ease; 
	transition: background-color 0.2s ease;  
}

.lmws-social.lmws-social-large li {
	margin: 0px 5px;
}

.lmws-social.lmws-social-large li a{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: none;
	text-align: center;
	opacity: 0.5;
	background-color: transparent !important;
}

.lmws-social.lmws-social-large li a:hover{
	opacity: 1;
	background-color: transparent !important;
}

.lmws-social.lmws-social-large li i {
	font-size: 40px;
}

.lmws-social li a{
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border: 1px solid;
	text-align: center;
}

.lmws-social li i {
	font-size: 15px;
}

 /* Latest News */
.lmws-latest-news li {
	padding-left: 40px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid;
}

.lmws-latest-news .lmws-title {
	margin-bottom: 0px;
	font-size: 14px;
	-webkit-transition: all 0.2s ease; 
	-moz-transition: all 0.2s ease; 
	-o-transition: all 0.2s ease; 
	transition: all 0.2s ease; 
}

.lmws-latest-news-date{
	font-size: 0.8em;
	opacity: 0.5;
}

.lmws-latest-news li:before{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	border: 1px solid;
}

 /* Popular Post */
.lmws-popular-post li {
	padding-left: 15px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid;
}

.lmws-popular-post .lmws-title {
	margin-bottom: 0px;
	font-size: 14px;
	-webkit-transition: all 0.2s ease; 
	-moz-transition: all 0.2s ease; 
	-o-transition: all 0.2s ease; 
	transition: all 0.2s ease; 
}

.lmws-popular-post-date{
	font-size: 0.8em;
	opacity: 0.5;
}

.lmws-popular-post li:before{
	position: absolute;
	top: 4px;
	left: 0px;
	width: 10px;
	height: 10px;
	line-height: inherit;
	display: inline-block;
	text-align: center;
	content: "\f105";
	font-family: FontAwesome;
}

/* Latest Portfolio */
.lmws-latest-portfolio {
	margin-bottom: 25px;
}

.lmws-latest-portfolio ul {
	display: inline-block;
	width: 100%;
}

.lmws-latest-portfolio li {
	display: inline-block;
}

.lmws-latest-portfolio li a:hover{
	opacity: 0.8;
}

.lmws-latest-portfolio li {
	width: 23.3%;
	margin-bottom: 3px;
}
.lmws-latest-portfolio li:nth-child(4n) {
	margin-right: 0px;
}

 /* Archives */
.lmws-archives li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid;
}
 /* Categories */
.lmws-categories li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid;
}

/* Contact Info */
.lmws-contact-info li {
	padding-bottom: 15px;
	padding-left: 25px;
	position: relative;
	margin-bottom: 15px;
	border-bottom: 1px solid;
}
.lmws-contact-info li:before {
	position: absolute;
	font-family: FontAwesome;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	text-align: center;
	opacity: 0.2;
}

.lmws-contact-info li.lmws-address:before {
	content: "\f015";	
}

.lmws-contact-info li.lmws-phone:before {
	content: "\f095";	
}

.lmws-contact-info li.lmws-mobile-number:before {
	content: "\f10b";	
}

.lmws-contact-info li.lmws-fax:before {
	content: "\f02f";	
}

.lmws-contact-info li.lmws-web:before {
	content: "\f0c1";	
}

.lmws-contact-info li.lmws-email:before {
	content: "\f0e0";	
}

/* Tags */
.lmws-tags ul {
	display: inline-block;
}

.lmws-tags li {
	float:left;
	margin: 0px 2px 2px 0px;
}

.lmws-tags li  a{
	border: 1px solid;
	display: inline-block;
	font-size: 0.8em;
	padding: 3px 8px;
	-webkit-transition: all 0.2s ease; 
	-moz-transition: all 0.2s ease; 
	-o-transition: all 0.2s ease; 
	transition: all 0.2s ease; 
}

/* Custom Navigation */
.lmws-custom-nav  ul  li {
	display: block;
	position: relative;
	padding-bottom: 15px;
	padding-left: 25px;
	position: relative;
	margin-bottom: 15px;
	border-bottom: 1px solid;
}
 
.lmws-custom-nav  ul  li a{
	display: block;
}

.lmws-custom-nav .submenu {
	display: none;
	border-top: 1px solid;
	opacity: 0;
	padding-top: 15px;
	margin-top: 15px;
	margin-left: -25px;
	padding-left: 25px;
}

.lmws-custom-nav > ul > li ul li:last-child {
	border: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.lmws-custom-menu-btn {
	font-size: 13px;
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
}

.lmws-custom-menu-btn:before {
	content: "+";
	font-family: FontAwesome;

}

.lmws-custom-nav li.active > .lmws-custom-menu-btn:before  {
	content: "-";
}

/* Comments Widget */
.lmws-widget.lmws-comments .lmws-avatar {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.lmws-widget.lmws-comments li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid;
}

.lmws-widget.lmws-comments .lmws-comment-content {
	padding: 0px;
	margin-bottom: 0px;
	border: none;
	background: none;
	display: inline-block;
	vertical-align: middle;
}
.lmws-widget.lmws-comments .lmws-comment-date {
	margin-bottom: 0px;
}

/* Search Widget */
.lmws-search  {
	position: relative;
	max-width: 270px;
	width: 100%;
	display: inline-block;
}

.lmws-search-btn {
	font-family: FontAwesome;
	border: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 34px;
	height: 34px;
	border-left: 1px solid;
	background-color: transparent;
	cursor: pointer;
	-webkit-transition: all 0.2s ease; 
	-moz-transition: all 0.2s ease; 
	-o-transition: all 0.2s ease; 
	transition: all 0.2s ease; 
}

.lmws-search input[type='text'] {
	padding-right: 40px;
	width: 100%;
	margin: 0;
}

/**
 * 31.0 - Media Queries
 * ----------------------------------------------------------------------------
 */

/* Desktops and laptops ----------- */
@media screen and (max-width: 1224px) {

	/* Blog 2 columns */
	.lmws-responsive  .lmws-blog .lmws-isotope-container[data-columns="2"] .lmws-media {
		float: none;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.lmws-responsive  .lmws-blog .lmws-isotope-container[data-columns="2"] .lmws-post-content {
		overflow: hidden;
	}
	
}

/* Tablet (landscape) ----------- */
@media screen and (max-width: 1024px) {

	/* Call Out */
	.lmws-responsive .lmws-callout  .lmws-btn,
	.lmws-responsive .lmws-callout.lmws-style-2 .lmws-btn {
		left: 0px;
		right: auto;
		bottom: 0px;
		top: 0px;
		margin: 15px 0px 0px 0px;
		z-index: 1;
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	.lmws-responsive .lmws-callout.lmws-style-2 .lmws-btn {
		margin: 0px;
	}
	
	/* Blog Labeled */
	.lmws-responsive .lmws-blog-label .lmws-post-format {
		position: static;
	}
	.lmws-responsive .lmws-blog-label .lmws-post-title,
	.lmws-responsive .lmws-blog-label .lmws-post-date	{
		padding-left: 0px;
	}

	
}

/* Tablet (portrait) ----------- */
@media screen and (max-width: 900px) {
	
	/* Image Text */
	.lmws-responsive .lmws-image-text .lmws-image,
	.lmws-responsive .lmws-image-text .lmws-content {
		width: 100%;
		margin-right: 0px;
		padding: 0px;
	}
	
	/* Form */
	.lmws-responsive .lmws-form-input {
		width:100%;
		float: left;
		padding: 6px 6px;
		position: relative;
	}
	
	/* Comments */
	.lmws-responsive .lmws-comment-item .lmws-avatar {
		float: none;
		width: 80px;
		height: 80px;
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.lmws-responsive #lmws-comments li ul li {
		padding-left: 0px;
	}
	
	/*Features*/
	.lmws-responsive #lmws-feature-section,
	.lmws-responsive .lmws-feature-element.lmws-slider li ,
	.lmws-responsive .lmws-feature-element.lmws-map{
		height: 400px !important;
	}

}
	
		
/* Smartphones (landscape) ----------- */
@media screen and (max-width: 720px) {

	/* Call Out */
	.lmws-responsive .lmws-callout-content {
		text-align: center;
	}

	.lmws-responsive .lmws-callout  p {
		margin-bottom: 15px !important;
		text-align: center;
	}
	
	.lmws-responsive .lmws-callout .lmws-btn {
		position: relative;
		text-align: center;
		width: 80%;
		left: 10%;
		right: 10%;
		bottom: 0px;
		top: 0px;
		margin: 0px 0px 0px 0px;
	}

	.lmws-responsive .lmws-callout.lmws-style-2   .lmws-callout-title  {
		display: block;
	}
	
	/* Table */
	.lmws-responsive th {
		display: none;
	}

	.lmws-responsive td {
		display: block;
		text-align: center;
		border-top: 1px solid;
		border-right: none;
	}

	.lmws-responsive td:first-child  {
		font-weight: bold;
	}

	.lmws-responsive .lmws-style-2 tr {
		border: none;
	}

	.lmws-responsive .lmws-style-2 td {
		border: none;	
	}
	
	/* Tab */
	.lmws-responsive .lmws-horizontal-tab .lmws-tabs-title {
		border: none;
		opacity: 1;
	}
	
	.lmws-responsive .lmws-tabs-title {
		display:inline-block;
		width: 100%;
		float: none;
		min-width: 100%;
	}

	.lmws-responsive .lmws-tabs-title li {
		float: left;
		width: 100%;
		text-align: center;
		display: block;
		border: none;
		border-top: 1px solid;
		-webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0);   
		box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0);
	}

	.lmws-responsive .lmws-tabs-wrapper {
		overflow: visible;
	}

	.lmws-responsive .lmws-vertical-tab .lmws-tab-content {
		padding: 0px;
	}
	.lmws-responsive .lmws-vertical-tab .lmws-tabs-title li:last-child {
		margin-bottom: 18px;
	}
	
	/* Blog Large Media */
	.lmws-responsive .lmws-blog-large-media .lmws-post-author .lmws-author-image {
		display: none;
	}

	.lmws-responsive .lmws-blog-large-media .lmws-post-content {
		padding-left: 0px;
	}
	
	/* Blog Small Media */
	.lmws-responsive .lmws-blog-small-media .lmws-media {
		width: 100%;
		float: none;
		margin-right: 0px;
		margin-bottom: 30px;
	}
	
	/* Blog Quote */
	.lmws-responsive .lmws-post-quote .lmws-post-content ,
	.lmws-responsive .lmws-post-link .lmws-post-content {
		padding: 20px 20px 10px 80px;
	}
	
	.lmws-responsive .lmws-post-quote .lmws-post-meta ,
	.lmws-responsive .lmws-post-link .lmws-post-meta {
		margin: 5px -20px 10px -80px;
		padding: 20px 20px 0px 20px;
		text-align: center;
		border-top: 1px solid rgba(0,0,0,0.1);
	}
	
	/* Slider */
	.lmws-responsive .lmws-slider-caption.lmws-align-left .lmws-slider-caption-content{
		max-width: 100%;
		float: left;
	}
	.lmws-responsive .lmws-slider-caption.lmws-align-right .lmws-slider-caption-content {
		max-width: 100%;
		float: right;
	}
	
	.lmws-responsive .lmws-slider p {
		font-size: 9px;
		line-height: 1.2;
	}
	
	.lmws-responsive .lmws-slider .lmws-btn{
		font-size: 9px !important;
	}
	
	/*Features*/
	.lmws-responsive #lmws-feature-section,
	.lmws-responsive .lmws-feature-element.lmws-slider li ,
	.lmws-responsive .lmws-feature-element.lmws-map{
		height: 300px !important;
	}

	
	/* About Author */
	.lmws-responsive .lmws-about-author {
		padding: 30px 0px;
	}
	
	.lmws-responsive .lmws-about-author .lmws-author-image {
		float: none;
	}
	
	.lmws-responsive .lmws-author-info {
		overflow: visible;
		padding-left: 0px;
		margin-top: 20px;
	}
	
	/* Related Post Filters */
	.lmws-responsive .lmws-related-post .lmws-filter {
		background: none !important;
		border: none;
		padding: 0px;
	}
	
	.lmws-responsive .lmws-related-post .lmws-filter-title {
		position: relative;
		text-align: left;
		top: 0px;
		left: 0px;
	}
	
	.lmws-responsive .lmws-related-post .lmws-filter ul {
		display: block;
	}

	.lmws-responsive .lmws-related-post .lmws-filter li {
		display: block;
		text-align: left;
		margin-bottom: 5px;
	}
}


/* Smartphones (portrait) ----------- */
@media screen and (max-width: 420px) {

	/* Icon Box */
	.lmws-responsive .lmws-icon-box.lmws-align-left .lmws-icon {
		position: relative;
		margin-bottom: 20px;
	}

	.lmws-responsive .lmws-icon-box.lmws-align-left .lmws-box-content  {
		padding-left: 0px;
	}
	
	/* Blog */
	.lmws-responsive .lmws-post-meta span {
		display: block;
	}
	
	.lmws-responsive .lmws-post-meta span:after {
		content: "";
	}
	
	/* Blog Quote */
	.lmws-responsive .lmws-post-quote:before,
	.lmws-responsive .lmws-post-link:before 	{
		content: "";
	}

	.lmws-responsive .lmws-post-quote .lmws-post-content ,
	.lmws-responsive .lmws-post-link .lmws-post-content {
		padding: 20px 20px 10px 20px;
		text-align: center;
	}
	
	.lmws-responsive .lmws-post-quote .lmws-post-meta ,
	.lmws-responsive .lmws-post-link .lmws-post-meta {
		margin: 5px -20px 10px -20px;
		padding: 10px 10px 0px 10px;
		text-align: center;
		border-top: 1px solid rgba(0,0,0,0.1);
	}

}
