#isle_body .glyph {
	float: left;
	width: 6em;
	margin: 0.4em 1.5em 0.75em 0;
	padding: 0.75em;
	text-shadow: none;
	text-align: center;
}
#isle_body .glyph_big {
	float: left;
	margin-right: 20px;
	color: #59c5dc;
	font-size: 128px;
}
#isle_body .glyph div {
	padding-bottom: 10px;
}

#isle_body .glyph input {
	width: 100%;
	padding: 0.2em;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 0 1px #ccc;
	font-family: consolas, monospace;
	font-size: 12px;
	text-align: center;
}
#isle_body .centered {
	margin-right: auto;
	margin-left: auto;
}
#isle_body .glyph .fs1 {
	font-size: 2em;
}


/* ------------------------------------------------------------------
General Styles
------------------------------------------------------------------- */

#isle_body html {
	overflow-x: hidden;
	overflow-y: scroll;

	-ms-overflow-style: scrollbar;
}

#isle_body #shop-isle-blog-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	color: #666;
	background: #fff;
	font: 400 13px/1.8 "Open Sans", sans-serif;
	-webkit-font-smoothing: antialiased;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}
#isle_body #shop-isle-blog-container a.ajax_add_to_cart {
	color: #fff;
}
#isle_body img {
	max-width: 100%;
	height: auto;
}

#isle_body iframe {
	border: 0;
}

#isle_body code {
	padding: 2px 4px;
	border-radius: 4px;
	color: #111;
	background-color: #f7f7f7;
	font-size: 90%;
}

#isle_body .align-center {
	text-align: center;
}

#isle_body .align-left {
	text-align: left !important;
}

#isle_body .position-relative {
	position: relative;
}

#isle_body .leftauto {
	right: 0 !important;
	left: auto !important;
}

#isle_body address {
	line-height: 20px;
}

/* Selection */

#isle_body ::-moz-selection {
	color: #fff;
	background: #000;
}

#isle_body ::-webkit-selection {
	color: #fff;
	background: #000;
}

#isle_body ::selection {
	color: #fff;
	background: #000;
}

#isle_body select {
	height: 33px;
	border: 1px solid #eaeaea;
	border-radius: 2px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
}

#isle_body pre {
	font-size: 1.076em;
}

/* Transition elsements */

#isle_body .form-control {
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

a,
#isle_body .btn {
	-webkit-transition: all 0.125s ease-in-out 0s;
	transition: all 0.125s ease-in-out 0s;
}

#isle_body .client-logo,
#isle_body .gallery-caption,
#isle_body .gallery-image:after,
#isle_body .gallery-image img,
#isle_body .price-table,
#isle_body .team-detail,
#isle_body .team-image:after,
#isle_body .work-caption,
#isle_body .work-image > img,
#isle_body .work-image:after,
#isle_body .post-thumbnail,
#isle_body .post-video,
#isle_body .post-images-slider {
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

/* Reset box-shadow */

#isle_body .btn,
#isle_body .well,
#isle_body .panel,
#isle_body .progress,
#isle_body .form-control,
#isle_body .form-control:hover,
#isle_body .form-control:focus,
#isle_body .navbar-custom .sub-menu,
#isle_body .navbar-custom .children {
	box-shadow: none;
}

/* Reset border-radius */

#isle_body .well,
#isle_body .label,
#isle_body .alert,
#isle_body .progress,
#isle_body .form-control,
#isle_body .modal-content,
#isle_body .panel-heading,
#isle_body .panel-group .panel,
#isle_body .nav-tabs > li > a,
#isle_body .nav-pills > li > a {
	border-radius: 2px;
}

#isle_body label {
	display: block;
}

/* Forms */

#isle_body input[type="checkbox"],
#isle_body input[type="radio"] {
	margin-right: 10px;
}

#isle_body .widget input:not([type=submit]),
#isle_body .widget textarea {
	width: 100%;
	height: 33px;
	padding: 6px 12px;
	border: 1px solid #eaeaea;
	border-radius: 2px;
	color: #666;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
}

#isle_body .form-control,
#isle_body #comments input,
#isle_body #comments textarea {
	height: 33px;
	border: 1px solid #eaeaea;
	border-radius: 2px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
}
#isle_body #comments input,
#isle_body #comments textarea {
	width: 100%;
	height: 33px;
	height: auto;
	padding: 5px;
	border: 1px solid #eaeaea;
	border-radius: 2px;
	text-shadow: none;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
}
#isle_body #comments input[type="checkbox"],
#isle_body #comments input[type="radio"] {
	width: auto;
}
#isle_body #comments input[type="submit"],
#isle_body button[type="submit"] {
	width: auto;
	padding: 8px 37px;
	border: none;
	border-radius: 2px;
	color: #fff;
	background: rgba(17, 17, 17, 1);
	font-family: "Roboto Condensed", sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#isle_body #comments input[type="submit"]:hover,
#isle_body button[type="submit"]:hover {
	background: rgba(17, 17, 17, 0.8);
}
#isle_body .form-control:focus {
	border-color: #cacaca;
}

/* Forms size */

#isle_body .input-lg,
#isle_body .form-horizontal .form-group-lg .form-control {
	height: 43px;
	font-size: 13px;
}

#isle_body .input-sm,
#isle_body .form-horizontal .form-group-sm .form-control {
	height: 29px;
	font-size: 10px;
}

/* Button style */

#isle_body .btn {
	padding: 8px 37px;
	border-radius: 0;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#isle_body *:focus {
	outline: 0;
}

#isle_body .btn.btn-round {
	border-radius: 2px;
}

#isle_body .btn.btn-circle {
	border-radius: 30px;
}

#isle_body .btn.btn-w {
	color: #111;
	background: rgba(255, 255, 255, 0.8);
}

.btn.btn-w:hover,
#isle_body .btn.btn-w:focus {
	color: #111;
	background: rgba(255, 255, 255, 1);
}

#isle_body .btn.btn-g {
	color: #111;
	background: #e5e5e5;
}

.btn.btn-g:hover,
#isle_body .btn.btn-g:focus {
	color: #111;
	background: #d8d8d8;
}

#isle_body .btn.btn-border-w {
	border: 1px solid rgba(255, 255, 255, 0.75);
	color: #fff;
	background: transparent;
}

.btn.btn-border-w:hover,
#isle_body .btn.btn-border-w:focus {
	border-color: transparent;
	color: #111;
	background: #fff;
}

#isle_body .btn.btn-d {
	color: #fff;
	background: rgba(17, 17, 17, 0.8);
}

.btn.btn-d:hover,
#isle_body .btn.btn-d:focus {
	background: rgba(17, 17, 17, 1);
}

#isle_body .btn.btn-b {
	color: #fff;
	background: rgba(17, 17, 17, 1);
}

.btn.btn-b:hover,
#isle_body .btn.btn-b:focus {
	background: rgba(17, 17, 17, 0.8);
}

#isle_body .btn-border-d {
	border: 1px solid rgba(17, 17, 17, 1);
	color: #111;
	background: transparent;
}

.btn.btn-border-d:hover,
#isle_body .btn.btn-border-d:focus {
	color: #fff;
	background: rgba(17, 17, 17, 1);
}

#isle_body .btn.btn-font-w {
	color: #fff;
	background: rgba(255, 255, 255, 0.8);
}
#isle_body .btn.btn-font-w:hover {
	color: #111;
	background: #fff;
}

/* Buttons size */

#isle_body .btn.btn-lg {
	padding: 12px 45px;
	font-size: 13px;
}

#isle_body .btn.btn-sm {
	padding: 6px 25px;
	font-size: 10px;
	letter-spacing: 1px;
}

#isle_body .btn.btn-xs {
	padding: 4px 19px;
	font-size: 10px;
	letter-spacing: 0;
}

/* Progress bars */

#isle_body .progress {
	overflow: visible;
	height: 4px;
}

#isle_body .progress-bar {
	position: relative;
}

#isle_body .progress-bar.pb-dark {
	background: #111;
}

#isle_body .progress-bar span {
	display: block;
	position: absolute;
	top: -24px;
	right: -0;
	padding: 4px 0;
	opacity: 0;
	color: #111;
	font-size: 12px;
	line-height: 12px;
}

#isle_body .progress-bar span:after {
	display: inline-block;
	content: "%";
}

/* Tabs */

#isle_body .tab-content .tab-pane {
	padding: 20px 0;
}

/* Accordion */

#isle_body .panel-title {
	font-size: 14px;
}

#isle_body .panel-heading a {
	display: block;
	position: relative;
}

#isle_body .panel-heading a:after {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -7px;
	font-family: "FontAwesome";
	font-size: 14px;
	line-height: 1;
	content: "\f106";
}

#isle_body .panel-heading a.collapsed:after {
	content: "\f107";
}

/* Tables */

.table-border > tbody > tr > td,
.table-border > tbody > tr > th,
.table-border > tfoot > tr > td,
.table-border > tfoot > tr > th,
.table-border > thead > tr > td,
#isle_body .table-border > thead > tr > th {
	border-color: #e5e5e5;
}

.ds-table > tbody > tr > td,
.ds-table > tbody > tr > th,
.ds-table > tfoot > tr > td,
.ds-table > tfoot > tr > th,
.ds-table > thead > tr > td,
#isle_body .ds-table > thead > tr > th {
	border-top: 0;
}

#isle_body .checkout-table {
	border: 1px solid #e5e5e5;
}

.checkout-table > tbody > tr > td,
.checkout-table > tbody > tr > th,
.checkout-table > tfoot > tr > td,
.checkout-table > tfoot > tr > th,
.checkout-table > thead > tr > td,
#isle_body .checkout-table > thead > tr > th {
	padding: 12px;
}

.checkout-table tr td,
#isle_body .checkout-table tr th {
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

.checkout-table tbody tr td:first-child,
#isle_body .checkout-table tbody tr th:first-child {
	max-width: 36px;
}

#isle_body .pr-remove {
	/*vertical-align: middle !important;*/
	text-align: center;
}

#isle_body .btn-list .btn {
	margin: 5px 0;
}

#isle_body .examples {
	margin: 0 0 40px;
	padding: 7px 5px;
	border-radius: 2px;
}

#isle_body .examples.bg-dark {
	border: 0;
	background: #333;
}

#isle_body .et-icons .box1 {
	display: block;
	float: left;
	width: 25%;
	margin: -1px 0 0 -1px;
	padding: 0;
	border: 1px solid #e5e5e5;
	font-size: 13px;
}

#isle_body .et-icons .box1 > span {
	display: inline-block;
	min-width: 60px;
	min-height: 60px;
	margin-right: 5px;
	border-right: 1px solid #e5e5e5;
	font-size: 28px;
	line-height: 60px;
	text-align: center;
}

#isle_body .fa-icons > div {
	margin: -1px 0 0 -1px;
	padding: 0;
	border: 1px solid #e5e5e5;
	font-size: 13px;
}

#isle_body .fa-icons > div > i {
	display: inline-block;
	min-width: 40px;
	min-height: 40px;
	margin-right: 5px;
	border-right: 1px solid #f1f1f1;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}

#isle_body .help-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Dark background */

.bg-dark,
.bg-dark-30,
.bg-dark-60,
.bg-dark-90,
.bg-dark .module-title,
.bg-dark-30 .module-title,
.bg-dark-60 .module-title,
.bg-dark-90 .module-title,
.bg-dark .module-subtitle,
.bg-dark-30 .module-subtitle,
.bg-dark-60 .module-subtitle,
.bg-dark-90 .module-subtitle,
.bg-dark .alt-module-subtitle h5,
.bg-dark-30 .alt-module-subtitle h5,
.bg-dark-60 .alt-module-subtitle h5,
#isle_body .bg-dark-90 .alt-module-subtitle h5 {
	color: #fff;
}

#isle_body .bg-dark {
	background-color: #111 !important;
}

#isle_body .bg-dark-30:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(34,34,34, 0.3);
	content: " ";
}

#isle_body .bg-dark-60:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(34,34,34, 0.6);
	content: " ";
}

#isle_body .bg-dark-90:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(34,34,34, 0.9);
	content: " ";
}

#isle_body .bg-gradient:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(255,255,255,0)),color-stop(95%, rgba(0,0,0,0.95)),to(rgba(0,0,0,1)));
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.95) 95%,rgba(0,0,0,1) 100%); /* W3C */
	content: " ";

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
}

#isle_body .bg-light {
	background: #f6f6f6;
}


/* ------------------------------------------------------------------
Preloader
------------------------------------------------------------------- */

#isle_body .page-loader {
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
}

#isle_body .loader {
	position: absolute;
	z-index: 9999;
	top: 50%;
	left: 50%;
	width: 46px;
	height: 46px;
	margin: -23px 0 0 -23px;
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	border-right: 2px solid rgba(255, 255, 255, 0.2);
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	border-left: 2px solid #fff;
	font-size: 10px;
	text-indent: -9999em;
	-webkit-animation: load 0.8s infinite linear;
	animation: load 0.8s infinite linear;

	ms-animation: load 0.8s infinite linear;
	o-animation: load 0.8s infinite linear;
}

.loader,
#isle_body .loader:after {
	width: 46px;
	height: 46px;
	border-radius: 50%;
}

#isle_body @-webkit-keyframes load {
	#isle_body 0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	#isle_body 100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#isle_body @keyframes load {
	#isle_body 0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	#isle_body 100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/* ------------------------------------------------------------------
Typography
------------------------------------------------------------------- */

#isle_body a {
	color: #111;
}

a:hover,
#isle_body a:focus {
	outline: 0;
	color: #aaa;
	text-decoration: none;
}

#isle_body .bg-dark a {
	color: #aaa;
}

.bg-dark a:hover,
#isle_body .bg-dark a:focus {
	color: #fff;
}

h1,
h2,
h3,
h4,
h5,
#isle_body h6 {
	font-weight: 400;
	line-height: 1.4;
}

p,
ol,
ul,
#isle_body blockquote {
	margin: 0 0 20px;
}

#isle_body blockquote {
	padding: 0;
	border: 0;
	font-size: 1.25em;
	font-style: italic;
}

#isle_body .font-alt {
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#isle_body .font-serif {
	font-family: Volkhov, "Times New Roman", sans-serif;
	font-style: italic;
}

#isle_body .large-text {
	font-size: 24px !important;
}

#isle_body .rotate {
	text-shadow: none !important;
}


/* ------------------------------------------------------------------
Navbar
------------------------------------------------------------------- */

#isle_body body.admin-bar .navbar {
	margin-top: 32px;
}

#isle_body .page .navbar-custom {
	background-color: rgba(10, 10, 10, 0.9) !important;
}
#isle_body .navbar-custom {
	z-index: 1000;
	padding: 10px 0;
	border: 0;
	border-radius: 0;
	background-color: rgba(10, 10, 10, 0.9);
	font-family: "Roboto Condensed", sans-serif;
	font-size: 11px;
	letter-spacing: 3px;
	text-transform: uppercase;
	-webkit-transition: background, padding 0.4s ease-in-out 0s;
	transition: background, padding 0.4s ease-in-out 0s;
}

#isle_body .navbar a {
	-webkit-transition: color 0.125s ease-in-out 0s;
	transition: color 0.125s ease-in-out 0s;
}

.navbar-custom .sub-menu,
#isle_body .navbar-custom .children {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: rgba(26, 26, 26, 0.9);
	box-shadow: none;
}

#isle_body .navbar-custom .navbar-brand {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 4px;
}

.navbar-custom .sub-menu li,
#isle_body .navbar-custom .children li {
	list-style: none;
}

.navbar-custom .sub-menu li a,
#isle_body .navbar-custom .children li a {
	display: block;
	width: 100%;
}

#isle_body .navbar-custom .nav li > a {
	position: relative;
	color: rgba(255, 255, 255, 0.7);
}

.navbar-custom .sub-menu > li > a,
#isle_body .navbar-custom .children > li > a {
	padding: 11px 15px;
	border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
	color: #999;
	letter-spacing: 2px;
}

.navbar-custom .sub-menu .sub-menu,
#isle_body .navbar-custom .children .children {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	border-left: 1px solid rgba(73, 71, 71, 0.15);
}

.navbar-custom .sub-menu.left-side .sub-menu,
#isle_body .navbar-custom .children.left-side .children {
	right: 100%;
	left: auto;
	border: 0;
	border-right: 1px solid rgba(73, 71, 71, 0.15);
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .sub-menu > li > a:focus,
#isle_body .navbar-custom .sub-menu > li > a:hover {
	color: #fff;
	background: none;
}

.navbar-custom .sub-menu > li > a:hover,
#isle_body .navbar-custom .children > li > a:hover {
	background: rgba(255, 255, 255, 0.1) !important;
}

#isle_body .navbar-custom .menu-item-has-children-toggle:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6px;
	font: normal normal normal 14px/1 "ElegantIcons";
	font-size: 9px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\43";
	text-rendering: auto;
}

#isle_body .navbar-custom .navbar-toggle .icon-bar {
	background: #fff;
}

.navbar-nav .menu-item-has-children > a:after,
#isle_body .navbar-nav .page_item_has_children > a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6px;
	font: normal normal normal 14px/1 ElegantIcons;
	font-size: 9px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\43";
	text-rendering: auto;
}

.navbar-nav .sub-menu,
#isle_body .navbar-nav .children {
	min-width: 180px;
	font-size: 11px;
}

#isle_body .navbar-right ul {
	text-align: left;
}

/* Navbar search */

#isle_body .menu-item-has-children-search {
	position: relative;
	padding: 5px;
}

#isle_body .menu-item-has-children-search .form-control {
	border-radius: 0;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#isle_body .search-btn {
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 1px;
	width: 42px;
	height: 40px;
	margin-top: -20px;
	border: none;
	outline: none;
	color: #999;
	background: transparent;
	font-size: 14px;
	line-height: 38px;
}


/* -------------------------------------------------------------------
Home Section
------------------------------------------------------------------- */

#isle_body .home-section {
	position: relative;
	z-index: 0;
	width: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#isle_body .hs-title-size-1 {
	font-size: 15px;
	letter-spacing: 4px;
}

#isle_body .hs-title-size-2 {
	opacity: 0.8;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 3px;
}

#isle_body .hs-title-size-3 {
	font-size: 46px;
	letter-spacing: 16px;
}

#isle_body .hs-title-size-4 {
	font-size: 48px;
	font-weight: 400;
	letter-spacing: 10px;
}

/* Video */
#isle_body .module-video {
	overflow: hidden;
}

#isle_body .module-video-thumbnail {
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}

#isle_body .module-video-thumbnail img {
	width: 100%;
	height: auto;
}

#isle_body .video-controls-box {
	position: absolute !important;
	z-index: 1;
	bottom: 40px;
	left: 0;
	width: 100%;
}

#isle_body .video-controls-box a {
	display: inline-block;
	margin: 0 5px 0 0;
	color: #fff;
}

#isle_body .content-box-image {
	margin-bottom: 40px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#isle_body .content-box-image:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#isle_body .module-small.home-banners {
	padding: 70px 0 30px;
}

#isle_body .home-product-slider {
	padding: 70px 0 70px;
}

#isle_body .owl-carousel.owl-drag .owl-item {
	width: 100%;
}

#isle_body .owl-carousel .owl-nav {
	float: right;
	font-family: "flexslider-icon";
	font-size: 16px;
	line-height: 1;
}

#isle_body .owl-carousel .owl-nav .owl-prev:before {
	content: "\f001";
}

#isle_body .owl-carousel .owl-nav .owl-next:before {
	content: "\f002";
}
#isle_body .owl-carousel .owl-stage-outer {
	margin-bottom: 30px;
}

#isle_body .owl-carousel[data-rtl="true"] .owl-nav .owl-next:before {
	content: "\f001";
}

#isle_body .owl-carousel[data-rtl="true"] .owl-nav .owl-next {
	float: left;
}

#isle_body .owl-carousel[data-rtl="true"] .owl-nav .owl-prev:before {
	content: "\f002";
}
#isle_body .owl-carousel[data-rtl="true"] .owl-nav .owl-prev {
	float: right;
}

#isle_body .owl-dots {
	margin: 0 auto; /*for centering the dots*/
}
#isle_body .owl-dot {
	display: inline-block;  /*for making them horizontal, if you want vertical then you can use- display: block*/
	width: 6px;
	height: 6px;
	margin-right: 6px;
	border: 1px solid #ccc;
	border-radius: 6px;
	background: #333;
}

#isle_body .owl-dot {
	background: #fff;
}
#isle_body .owl-dot.active {
	background: #111;
}


/* -------------------------------------------------------------------
Sections
------------------------------------------------------------------- */

/* Selective refresh */
/* Hide empty sections markup,
 * this is for the crayon to appear again after the section was hidden */
.home .hero-slider .slides li .btn.btn-border-w.si-hidden-in-customizer,
.home-banners.si-hidden-in-customizer,
.home #latest.si-hidden-in-customizer,
.home #services.si-hidden-in-customizer,
#map.si-hidden-in-customizer,
.module-video.si-hidden-in-customizer,
.home #categories.si-hidden-in-customizer,
#isle_body .home .shortcodes.si-hidden-in-customizer {
	display: none;
	padding: 0;
}
#isle_body #ribbon.si-hidden-in-customizer {
	display: none;
	margin: 0;
}

/* Position the show-hide crayon on the left side for all sections */
.home-banners .customize-partial-edit-shortcut .customize-partial-edit-shortcut-button,
#latest .customize-partial-edit-shortcut .customize-partial-edit-shortcut-button,
#services .customize-partial-edit-shortcut .customize-partial-edit-shortcut-button,
#ribbon .customize-partial-edit-shortcut .customize-partial-edit-shortcut-button,
.single-product .module-small-bottom .customize-partial-edit-shortcut .customize-partial-edit-shortcut-button,
#map .customize-partial-edit-shortcut .customize-partial-edit-shortcut-button,
.module-video .customize-partial-edit-shortcut .customize-partial-edit-shortcut-button,
.page-template-template-about .module-advantages .multi-columns-row .customize-partial-edit-shortcut .customize-partial-edit-shortcut-button,
.home #categories .customize-partial-edit-shortcut .customize-partial-edit-shortcut-button,
.home #products-slider .customize-partial-edit-shortcut .customize-partial-edit-shortcut-button,
#isle_body .home .shortcodes .customize-partial-edit-shortcut .customize-partial-edit-shortcut-button {
	left: 10px;
}
#isle_body #ribbon > .customize-partial-edit-shortcut {
	margin-left: -50%;
}
#isle_body .site-title .customize-partial-edit-shortcut {
	left: 10%;
}

/* Change z-index to be above the dashed border in customizer */
.home-banners .customize-partial-edit-shortcut,
#latest .customize-partial-edit-shortcut,
#services .customize-partial-edit-shortcut,
#ribbon .customize-partial-edit-shortcut,
.home-product-slider .customize-partial-edit-shortcut,
.single-product .module-small-bottom .customize-partial-edit-shortcut,
#map .customize-partial-edit-shortcut,
.module-video .customize-partial-edit-shortcut,
.page-template-template-about .module-advantages .multi-columns-row .customize-partial-edit-shortcut,
.home #categories .customize-partial-edit-shortcut,
#isle_body .home .shortcodes .customize-partial-edit-shortcut {
	z-index: 150;
}

/* Position crayon for titles */
.home-banners .product-banners-title .customize-partial-edit-shortcut .customize-partial-edit-shortcut-button,
#latest .product-hide-title .customize-partial-edit-shortcut .customize-partial-edit-shortcut-button,
#services .home-prod-title .customize-partial-edit-shortcut .customize-partial-edit-shortcut-button,
#ribbon .module-title .customize-partial-edit-shortcut .customize-partial-edit-shortcut-button,
.home-product-slider .home-prod-title .customize-partial-edit-shortcut .customize-partial-edit-shortcut-button,
.module-video .video-title .customize-partial-edit-shortcut .customize-partial-edit-shortcut-button,
#isle_body .home #categories .home-prod-title .customize-partial-edit-shortcut .customize-partial-edit-shortcut-button {
	top: 0;
	left: -35px;
}

/* Hide crayons to avoid overloading */
.home .hero-slider .slides li .hs-title-size-4 .customize-partial-edit-shortcut .customize-partial-edit-shortcut-button,
.home .hero-slider .slides li .hs-title-size-1 .customize-partial-edit-shortcut .customize-partial-edit-shortcut-button,
.home .hero-slider .slides li .btn.btn-border-w .customize-partial-edit-shortcut .customize-partial-edit-shortcut-button,
.site-description .customize-partial-edit-shortcut,
.home #categories .home-prod-subtitle .customize-partial-edit-shortcut .customize-partial-edit-shortcut-button,
.home-product-slider .home-prod-subtitle .customize-partial-edit-shortcut .customize-partial-edit-shortcut-button,
#services .home-prod-subtitle .customize-partial-edit-shortcut .customize-partial-edit-shortcut-button,
#isle_body #ribbon .btn-ribbon-wrapper .customize-partial-edit-shortcut .customize-partial-edit-shortcut-button {
	display: none;
}

/* End of Selective refresh */

/* Add uniform space between Front Page sections */
.home #latest,
.home .home-product-slider,
#isle_body .home .shortcodes {
	padding: 70px 0;
	border-bottom: 1px solid #eaeaea;
}
#isle_body .home .home-banners {
	padding: 70px 0 30px;
	border-bottom: 1px solid #eaeaea;
}
#isle_body .home #services {
	padding: 70px 0 40px;
	border-bottom: 1px solid #eaeaea;
}
#isle_body .home #categories {
	padding: 70px 0 65px;
	border-bottom: 1px solid #eaeaea;
}
#isle_body .home #categories .popular-categories-wrap {
	padding-bottom: 0;
}
.home .module-video,
.home #ribbon,
#isle_body .home #map {
	margin: 0;
}

#isle_body .main {
	position: relative;
	z-index: 1;
	color: #666;

	-webkit-box-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.module,
#isle_body .module-small {
	position: relative;
	padding: 130px 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

/* Module header */

#isle_body .module-small {
	padding: 70px 0;
}

#isle_body .module-super-small {
	padding: 130px 0 0 0;
}

#isle_body .module-small-bottom {
	padding: 140px 0 140px 0;
}

#isle_body .module-title {
	position: relative;
	margin: 0 0 70px;
	color: #111;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 4px;
}

#isle_body .page-header-module {
	text-align: center;
}

#isle_body .page-header-module .module-title {
	margin: 0;
}

#isle_body .module-subtitle {
	margin-bottom: 70px;
	color: #111;
	font-size: 16px;
	text-align: center;
}

#isle_body .module-icon {
	margin-bottom: 20px;
	font-size: 32px;
	text-align: center;
}

#isle_body .module-title + .module-subtitle {
	margin-top: -35px;
}

#isle_body .page-header-module .module-subtitle {
	margin-top: 35px;
}

#isle_body .no-results .page-header {
	margin-top: 0;
}

#isle_body .page-module-header {
	text-align: center;
}

#isle_body .page-header-module:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(34,34,34, 0.3);
	content: " ";
}

#isle_body .page-header-module.module {
	padding: 190px 0 140px;
}

#isle_body .divider-d {
	display: none;
}
#isle_body .navbar-custom ::-webkit-scrollbar {
	width: 12px;  /* for vertical scrollbars */
	height: 12px; /* for horizontal scrollbars */
}
#isle_body .navbar-custom ::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.1);
}
#isle_body .navbar-custom ::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.5);
}
#isle_body .dropdownmenu {
	position: absolute;
	z-index: 9999999;
	z-index: 9;
	top: 0;
	right: -10px;
	width: 25px;
	height: 25px;
	margin: 7px;
	color: rgba(255, 255, 255, 0.7);
}
#isle_body .navbar-nav li {
	position: relative;
}
#isle_body .navbar-custom ul {
	margin-left: 0;
}
.navbar-custom .sub-menu > li:hover > a,
#isle_body .navbar-custom .children > li:hover > a {
	background: rgba(255, 255, 255, 0.1) !important;
}
#isle_body .navbar-custom ul ul {
	display: none;
}
#isle_body .navbar-custom li.has_children.this-open > ul {
	display: block;
}
#isle_body .navbar-custom li.has_children > .dropdownmenu:before {
	display: block;
	font: normal normal normal 14px/1 ElegantIcons;
	font-size: 9px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 32px;
	text-align: center;
	content: "\43";
	text-rendering: auto;
}
#isle_body .navbar-custom div.nav > ul > li.has_children > .dropdownmenu:before {
	line-height: 16px;
	content: "\43";
}
#isle_body .navbar-custom li.has_children.this-open > .dropdownmenu:before {
	display: block;
	font: normal normal normal 14px/1 ElegantIcons;
	font-size: 9px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 25px;
	text-align: center;
	content: "\42";
	text-rendering: auto;
}
.navbar-nav .menu-item-has-children > a:after,
#isle_body .navbar-nav .page_item_has_children > a:after {
	display: none;
}

#isle_body .logo-image img {
	max-width: initial;
}

/* Restaurant module header */
#isle_body .alt-module-subtitle {
	display: table;
}

#isle_body .alt-module-subtitle h5 {
	display: table-cell;
	padding: 0 8px;
	color: #111;
	white-space: pre;
}

#isle_body .holder-w {
	display: table-cell;
	position: relative;
	width: 50%;
	height: 1px;
	vertical-align: middle;
}

#isle_body .holder-w:before {
	display: block;
	position: relative;
	top: 1px;
	width: 100%;
	height: 1px;
	border-top: 1px solid #eaeaea;
	content: "";
}

/* Sections dividers */

#isle_body .divider-w {
	margin: 0;
	border-top: 1px solid #eaeaea;
}

#isle_body .divider-d {
	margin: 0;
	border-top: 1px solid #202020;
}

/* Half-image */

#isle_body .side-image {
	position: absolute;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

#isle_body .side-image-text {
	padding: 140px 60px 140px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
}


/* -------------------------------------------------------------------
Ribbon
------------------------------------------------------------------- */

#isle_body #ribbon {
	margin-top: 70px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	text-align: center;
}

#isle_body #ribbon.ribbon-ios {
	background-attachment: initial;
}

#isle_body #ribbon .section-overlay-layer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: inherit;
	height: inherit;
	padding: 118px 0;
	background-color: rgba(0,0,0,0.5);

	-webkit-align-content: center;
	align-content: center;
	-ms-flex-line-pack: center;
}

#isle_body #ribbon h2 {
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 30px;
	font-weight: 100;
	letter-spacing: 3.5px;
}

#isle_body .btn-ribbon {
	padding: 15px 25px;
	border-radius: 5px;
	color: #fff;
	background-color: #000;
	font-size: 16px;
	font-weight: 100;
	line-height: 28px;
	letter-spacing: 2px;
}

#isle_body .btn-ribbon:hover {
	opacity: 0.9;
	color: #fff;
}

#isle_body #ribbon .module-title {
	margin-bottom: 15px;
}


/* -------------------------------------------------------------------
Contact page
------------------------------------------------------------------- */

#isle_body .wpcf7-form input:not([type="submit"]) {
	width: 100%;
	height: 33px;
	padding: 0 10px;
	border: 1px solid #eaeaea;
	border-radius: 2px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
}
.wpcf7-form input[type="checkbox"],
#isle_body .wpcf7-form input[type="radio"] {
	width: auto;
	height: auto;
}
#isle_body .wpcf7-form textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #eaeaea;
	border-radius: 2px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
}
#isle_body .wpcf7-form input[type="submit"] {
	width: 100%;
	padding: 8px 37px;
	border: none;
	border-radius: 2px;
	color: #fff;
	background: rgba(17, 17, 17, 0.8);
	font-family: "Roboto Condensed", sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#isle_body .wpcf7-form p {
	line-height: 25px;
}
#isle_body div.wpcf7-mail-sent-ng {
	margin: 0;
	border: 2px solid #f00;
}
#isle_body div.wpcf7-response-output {
	margin: 0;
	padding: 0.2em 1em;
}
.comments,
#isle_body #comments {
	width: 100%;
}
#isle_body #map-section {
	height: auto;
}

.contact-page-content h1:nth-child(1),
.contact-page-content h2:nth-child(1),
.contact-page-content h3:nth-child(1),
.contact-page-content h4:nth-child(1),
.contact-page-content h5:nth-child(1),
#isle_body .contact-page-content h6:nth-child(1) {
	margin-top: 0;
	line-height: 1;
}


/* -------------------------------------------------------------------
Footer
------------------------------------------------------------------- */

#isle_body footer.footer {
	background: #111;
}

#isle_body .footer {
	position: relative;
	z-index: 1;
	padding: 0 0 10px 0;
}

#isle_body .copyright {
	margin: 0;
}

#isle_body .footer-social-links {
	text-align: right;
}

#isle_body .footer-social-links a {
	display: inline-block;
	padding: 0 6px;
}

#isle_body .ajax-response {
	text-align: center;
}

.shop_isle_footer_sidebar .widget input[type=search],
#isle_body .shop_isle_footer_sidebar .widget_search {
	color: #666;
}

#isle_body .shop_isle_footer_sidebar {
	text-align: center;
}

#isle_body .shop_isle_footer_sidebar .widget {
	width: 100%;
	padding-bottom: 60px;
	text-align: left;
}

#isle_body .shop_isle_footer_sidebar .footer-sidebar-wrap .widget:last-child {
	padding-bottom: 0;
}

#isle_body .widget select {
	color: #111;
}

#isle_body footer.footer .divider-d {
	display: block !important;
	height: 0;
	margin-bottom: 10px;
}


/* -------------------------------------------------------------------
Google map
------------------------------------------------------------------- */

#isle_body #map-section {
	position: relative;
	width: 100%;
	height: auto;
}

#isle_body #map {
	position: relative;
	width: 100%;
	height: 100%;
}

#isle_body #map img {
	max-width: none;
}

#isle_body .shop_isle_pro_map_overlay {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	cursor: pointer;
}


/* -------------------------------------------------------------------
Services, Content box
------------------------------------------------------------------- */

#isle_body .features-item {
	margin: 20px 0;
	text-align: center;
}

.features-icon,
#isle_body .alt-features-icon {
	color: #111;
	font-size: 42px;
	line-height: 1.2;
}

.features-title,
#isle_body .alt-features-title {
	margin: 16px 0 15px;
	color: #111;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#isle_body .alt-features-item {
	position: relative;
	margin: 65px 0 0 0;
	padding-left: 55px;
}

#isle_body .alt-features-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	font-size: 28px;
	line-height: 40px;
	text-align: center;
}

#isle_body .alt-features-title {
	margin: 0 0 10px;
	font-size: 13px;
}

#isle_body .add_to_cart_button {
	width: 100%;
	text-align: center;
}

/* Content box */

#isle_body .content-box {
	margin: 20px 0;
	text-align: center;
}

#isle_body .content-box-title {
	margin: 16px 0 15px;
	color: #111;
	font-size: 18px;
	font-weight: 400;
}


/* -------------------------------------------------------------------
Restaurant menu
------------------------------------------------------------------- */

#isle_body .menu {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #e5e5e5;
}

.menu-title,
#isle_body .menu-price {
	margin: 0 0 10px;
	color: #111;
	font-size: 14px;
}

#isle_body .menu-price-detail {
	position: relative;
	text-align: right;
}


/* -------------------------------------------------------------------
Team
------------------------------------------------------------------- */

#isle_body .team-item {
	position: relative;
	text-align: center;
}

#isle_body .team-image {
	overflow: hidden;
	position: relative;
}

#isle_body .team-image img {
	width: 100%;
}

#isle_body .team-image:after {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	content: " ";
}

#isle_body .team-detail {
	position: absolute;
	z-index: 2;
	bottom: 100%;
	left: 0;
	width: 100%;
	padding: 20px;
	opacity: 0;
	color: #aaa;
	font-size: 12px;
	text-align: center;
}

#isle_body .team-detail h5 {
	font-size: 16px;
}

#isle_body .team-detail p {
	font-size: 14px;
}

#isle_body .team-social a {
	display: inline-block;
	padding: 5px 6px;
	color: #aaa;
}

#isle_body .team-social a:hover {
	color: #fff;
}

#isle_body .team-descr {
	margin: 20px 0 0;
}

#isle_body .team-name {
	color: #111;
	font-size: 14px;
}

#isle_body .team-role {
	color: #aaa;
	font-size: 11px;
}

#isle_body .team-item:hover .team-image:after {
	background: rgba(0, 0, 0, 0.6);
}

#isle_body .team-item:hover .team-detail {
	bottom: 50%;
	opacity: 1;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}

#isle_body .about-team-member .fadeInUp {
	display: inline-block;
	float: none;
	padding-bottom: 60px;
}

#isle_body .about-team-member > ul {
	float: left;
	width: 100%;
	margin-bottom: -60px;
	text-align: center;
}


/* -------------------------------------------------------------------
Price-tables
------------------------------------------------------------------- */

#isle_body .price-table {
	margin: 15px 0 30px;
	padding: 25px 20px;
	border: 1px solid #eaeaea;
	border-radius: 2px;
	background: #fff;
	text-align: center;
}

#isle_body .price-table:hover {
	border-color: #cacaca;
}

#isle_body .price-table.best {
	margin: 0 0 30px;
}

#isle_body .price-table .small {
	margin: 0;
}

#isle_body .borderline {
	display: block;
	position: relative;
	width: 100%;
	height: 1px;
	margin: 20px 0 15px;
	background: #eaeaea;
}

#isle_body .borderline:before {
	position: absolute;
	bottom: -7px;
	left: 50%;
	width: 14px;
	height: 14px;
	margin-left: -7px;
	background: #eaeaea;
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

#isle_body .borderline:after {
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	background: #fff;
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

#isle_body .price-table h4 {
	margin: 0;
	color: #111;
}

#isle_body .price-table p.price {
	margin: 0 0 0 -10px;
	padding: 0;
	color: #111;
	font-size: 60px;
}

#isle_body .price-table p.price span {
	display: inline-block;
	padding-top: 25px;
	font-size: 16px;
	vertical-align: top;
}

#isle_body .price-details {
	margin: 0 0 23px;
	padding: 0;
	list-style: none;
}

#isle_body .price-details li {
	padding: 7px 0;
}

#isle_body .price-details li > span {
	color: #aaa;
	text-decoration: line-through;
}


/* -------------------------------------------------------------------
Count to
------------------------------------------------------------------- */

#isle_body .count-item {
	text-align: center;
}

#isle_body .count-icon {
	font-size: 42px;
	line-height: 1.2;
}


/* -------------------------------------------------------------------
Video box
------------------------------------------------------------------- */

#isle_body .video-box {
	padding: 40px 0;
	text-align: center;
}

.video-box-icon > a > i,
#isle_body .video-box-icon > a > span {
	color: #fff;
	font-size: 40px;
	line-height: 1.8;
}

#isle_body .video-title {
	margin: 10px 0 0;
	font-size: 30px;
	letter-spacing: 4px;
}

#isle_body .video-subtitle {
	color: rgba(255, 255, 255, 0.5);
}


/* -------------------------------------------------------------------
Callout
------------------------------------------------------------------- */

#isle_body .callout-text {
	color: rgba(255, 255, 255, 0.6);
}

#isle_body .callout-title {
	margin: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

#isle_body .callout-btn-box {
	padding-top: 4px;
	text-align: right;
}


/* -------------------------------------------------------------------
Testimonials
------------------------------------------------------------------- */

#isle_body .testimonials-slider {
	position: relative;
}

#isle_body .testimonial-text {
	font-size: 18px;
	font-style: normal;
	text-align: center;
}

#isle_body .testimonial-caption {
	padding: 10px 0 0;
	text-align: center;
}

#isle_body .testimonial-title {
	font-size: 14px;
}

#isle_body .testimonial-descr {
	color: rgba(255, 255, 255, 0.5);
	font-size: 11px;
}


/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/

#isle_body .wp-caption {
	max-width: 100%;
	margin-bottom: 1.5em;
}

#isle_body .wp-caption img[class*="wp-image-"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#isle_body .wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

#isle_body .wp-caption-text {
	text-align: center;
}


/* -------------------------------------------------------------------
Gallery
------------------------------------------------------------------- */

#isle_body .gallery {
	margin: 0 -1.1666667% 1.75em;
}

#isle_body .gallery-item {
	display: inline-block;
	width: 100%;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
}

#isle_body .gallery-columns-1 .gallery-item {
	max-width: 100%;
}

#isle_body .gallery-columns-2 .gallery-item {
	max-width: 50%;
}

#isle_body .gallery-columns-4 .gallery-item {
	max-width: 25%;
}

#isle_body .gallery-columns-5 .gallery-item {
	max-width: 20%;
}

#isle_body .gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

#isle_body .gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

#isle_body .gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

#isle_body .gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

#isle_body .gallery-icon img {
	margin: 0 auto;
}

#isle_body .gallery-caption {
	display: block;
	padding-top: 0.5384615385em;
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
#isle_body .gallery-columns-9 .gallery-caption {
	display: none;
}


/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

#isle_body hr {
	height: 1px;
	margin-bottom: 1.5em;
	border: 0;
}

ul,
#isle_body ol {
	margin: 0 0 1.5em 3em;
}

#isle_body ul {
	list-style: disc;
}

#isle_body ol {
	list-style: decimal;
}

li > ul,
#isle_body li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

#isle_body dt {
	font-weight: bold;
}

#isle_body dd {
	margin: 0 1.5em 1.5em;
}

#isle_body img {
	max-width: 100%; /* Adhere to container width. */
	height: auto; /* Make sure images are scaled correctly. */
}

#isle_body figure {
	max-width: 100%;
	margin: 0;
}

#isle_body table {
	width: 100%;
	margin: 0 0 1.5em;
}

#isle_body th {
	font-weight: bold;
}


/* -------------------------------------------------------------------
Post
------------------------------------------------------------------- */

#isle_body .sticky {
	display: block;
}

#isle_body .post {
	margin: 0 0 80px;
}

#isle_body .post-title {
	margin: 0;
	color: #111;
	font-size: 22px;
	line-height: 1.4;
}

#isle_body .post-header {
	margin: 0 0 15px;
}

#isle_body .post-meta {
	color: #aaa;
	font-size: 12px;
}

#isle_body .post-entry {
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px dotted #c2c2c2;
}

.post-entry ul,
#isle_body .post-entry ol {
	margin-left: 0;
}

#isle_body .post-images-slider {
	position: relative;
}

#isle_body .post-images-slider .flex-control-nav {
	bottom: 0;
}

.post-thumbnail,
.post-images-slider,
#isle_body .post-video {
	margin: 0 0 20px;
}

#isle_body .post-quote {
	padding: 20px;
	background: #f5f5f5;
	text-align: center;
}

#isle_body .tags-links {
	float: left;
	width: 100%;
}

/* Post columns */

#isle_body .post-columns .post {
	margin: 0 0 60px;
}

#isle_body .post-columns .post-header {
	margin: 0 0 10px;
}

#isle_body .post-columns .post-title {
	font-size: 14px;
	line-height: 1.8;
}

#isle_body .post-columns .post-entry {
	margin: 0 0 10px;
	padding: 10px 0 0;
}

#isle_body .post-columns.wo-border .post-entry {
	padding: 0;
	border: 0;
}

#isle_body .post-columns .post-entry p:last-child {
	margin: 0;
}

#isle_body .more-link:after {
	padding-left: 5px;
	color: #666;
	content: "\00BB";
}

#isle_body .woocommerce-pagination ul.page-numbers li {
	display: inline-block;
}
.pagination a,
.woocommerce-pagination ul.page-numbers li a,
#isle_body .woocommerce-pagination ul.page-numbers li span {
	padding: 4px 12px;
	border: 1px solid #eaeaea;
	color: #999;
	text-align: center;
	text-transform: uppercase;
}

#isle_body .woocommerce-pagination ul.page-numbers li a {
	display: inline-block;
	color: #111;
}

#isle_body .woocommerce-store-notice__dismiss-link {
	float: right;
	color: #fff;
}

#isle_body .pagination a.active {
	border-color: #cacaca;
}

#isle_body .post-navigation {
	float: left;
	width: 100%;
	padding-top: 60px;
}

#isle_body .nav-links {
	width: 100%;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#isle_body .nav-links .nav-previous {
	float: left;
	max-width: 50%;
}

#isle_body .nav-links .nav-next {
	float: right;
	max-width: 50%;
}

#isle_body .nav-links .nav-next a {
	display: block;
	text-align: right;
}

#isle_body .comments-title {
	margin: 0 0 20px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #c2c2c2;
	color: #111;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#isle_body .no-results .screen-reader-text {
	padding-bottom: 0;
	border: none;
}

#isle_body .no-results .search-form input[type=search] {
	width: 250px;
	max-width: 100%;
	height: 33px;
	padding: 5px 30px 5px 12px;
	border: 1px solid #eaeaea;
	border-radius: 2px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 2px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#isle_body .no-results .search-form input[type=submit] {
	overflow: hidden;
	position: relative;
	z-index: 999;
	width: 33px;
	height: 33px;
	margin-left: -33px;
	border: none;
	outline: none;
	color: #999;
	background: transparent;
	font-size: 14px;
	line-height: 38px;
	text-indent: -99999999px;
}

#isle_body .no-results .search-form label {
	float: left;
	position: relative;
}
#isle_body .no-results .search-form label:after {
	display: inline-block;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 1px;
	width: 33px;
	height: 33px;
	border: none;
	outline: none;
	color: #999;
	background: transparent;
	font: normal normal normal 15px/33px ElegantIcons;
	line-height: 33px;
	text-align: center;
	content: "\55";
	text-rendering: auto;
}

#isle_body .bypostauthor {
	display: block;
}

#isle_body .comments-area {
	float: left;
}

#isle_body .comments-area ol {
	margin-left: 0;
	padding-left: 0;
}

#isle_body .comments-area ol li {
	list-style: none;
}

#isle_body .comment-meta {
	margin-left: 75px;
}

#isle_body .comment-author img {
	position: absolute;
	top: 0;
	left: 0;
}

#isle_body .comment-author img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
}

#isle_body .comment-author .fn {
	margin: 0 0 10px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	font-style: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#isle_body .comments-area ol li {
	position: relative;
	text-align: justify;
}

#isle_body .comments-area .reply a {
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#isle_body .comment-reply-title {
	margin: 0 0 20px;
	padding-top: 30px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #c2c2c2;
	color: #111;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#isle_body #comments input:not([type="submit"]):not([type="checkbox"]) {
	height: 33px;
	border: 1px solid #eaeaea;
	border-radius: 2px;
	box-shadow: none;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
}

#isle_body .comments-bottom-wrap {
	float: left;
	width: 100%;
}

#isle_body .comment-date {
	float: left;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#isle_body .comment-body {
	position: relative;
}

#isle_body .comment-content .reply {
	font-size: 12px;
}

#isle_body .comment-area {
	margin-top: 50px;
}

#isle_body .comments-area label {
	font-weight: 400;
}

#isle_body .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

#isle_body .comment-form-cookies-consent label {
	display: inline;
}

/*
Pirate Forms
*/
#isle_body .widget .pirate_forms_wrap .form_field_wrap {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}
#isle_body .pirate_forms_wrap .form_field_wrap textarea {
	min-height: 100px;
}

#isle_body .pirate_forms_wrap .pirate-forms-submit-button {
	float: left;
}

#isle_body .pirate_forms_wrap .form_field_wrap label {
	float: left;
}


/* -------------------------------------------------------------------
Widgets
------------------------------------------------------------------- */

#isle_body .sidebar .widget:not:first-child {
	margin-bottom: 60px;
}

#isle_body .sidebar .widget:last-child {
	margin-bottom: 0;
}

#isle_body .sidebar .widget-title {
	color: #111;
}

#isle_body .widget .widget-title {
	margin: 0 0 15px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #c2c2c2;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#isle_body .widget ul li {
	padding-top: 10px;
	line-height: 21px;
}

#isle_body .widget ul li:before {
	padding-right: 5px;
	color: #666;
	content: "\00BB";
}

#isle_body .widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#isle_body .widget ul ul {
	margin-left: 1.5em;
}

#isle_body .widget .screen-reader-text {
	display: none;
}

#isle_body .widget select {
	width: 100%;
	height: 33px;
	border: 1px solid #eaeaea;
	border-radius: 2px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 11px;
	font-size: 12px;
	letter-spacing: 2px;
}

#isle_body .widget label {
	position: relative;
	width: 100%;
}

#isle_body .widget form {
	position: relative;
}

#isle_body .widget input[type=search] {
	width: 100%;
	height: 33px;
	padding: 5px 30px 5px 12px;
	border: 1px solid #eaeaea;
	border-radius: 2px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#isle_body .widget input[type=search]:focus {
	border-color: #cacaca;
}

.widget_search form label:after,
#isle_body .header-with-topbar .widget_search form label:before {
	display: inline-block;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 1px;
	width: 33px;
	height: 33px;
	border: none;
	outline: none;
	color: #999;
	background: transparent;
	font: normal normal normal 15px/33px ElegantIcons;
	line-height: 33px;
	text-align: center;
	content: "\55";
	text-rendering: auto;
}

#isle_body .header-with-topbar .widget_search form label:after {
	display: none;
}

.header-with-topbar .widget_search form label:before,
#isle_body .header-with-topbar .widget.widget_search form input[type=submit] {
	right: auto;
	left: 0;
}

#isle_body .header-with-topbar .widget.widget_search form input {
	padding-left: 30px;
	border: none;
}

.widget input[type=submit],
#isle_body .widget button[type=submit] {
	width: auto;
	padding: 8px 37px;
	border: none;
	border-radius: 2px;
	color: #fff;
	background: rgba(17, 17, 17, 1);
	font-family: "Roboto Condensed", sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.widget input[type=submit]:hover,
#isle_body .widget button[type=submit]:hover {
	opacity: 0.8;
}

#isle_body .widget.widget_search form input[type=submit] {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 1px;
	width: 33px;
	height: 33px;
	border: none;
	outline: none;
	color: #999;
	background: transparent;
	font-size: 14px;
	line-height: 38px;
	text-indent: -99999999px;
}

.pirate-forms-contact-widget input,
#isle_body .pirate-forms-contact-widget textarea {
	height: auto !important;
}
#isle_body .shop_isle_footer_sidebar .pirate-forms-contact-widget button[type="submit"] {
	color: #111;
	background: #fff;
}

#isle_body .widget .icon-list li {
	padding: 5px 0;
}

#isle_body .widget .menu {
	border-bottom: none;
}

#isle_body .widget .icon-list li a:before {
	padding-right: 5px;
	color: #666;
	content: "\00BB";
}

#isle_body .widget-posts li {
	margin: 0 0 15px;
}

#isle_body .widget-posts li:last-child {
	margin: 0;
}

#isle_body .widget-posts-image {
	float: left;
	width: 64px;
}

#isle_body .widget-posts-body {
	margin-left: 74px;
}

#isle_body .search-box {
	position: relative;
}

#isle_body .widget .tagcloud a {
	display: inline-block;
	margin: 0 0 4px;
	padding: 4px 10px 4px 12px;
	border-radius: 2px;
	color: #111;
	color: #fff;
	background: #111;
	font-size: 10px !important;
	font-style: italic;
}


/* -------------------------------------------------------------------
Calendar Widget
------------------------------------------------------------------- */

.widget_calendar table,
#isle_body .widget_calendar td {
	border: 0;
	border-spacing: 1px;
	border-collapse: separate;
}

#isle_body .widget_calendar caption {
	margin: 0;
	font-size: 14px;
}

.widget_calendar th,
#isle_body .widget_calendar td {
	padding: 0;
	text-align: center;
}

#isle_body .widget_calendar a {
	display: block;
	background-color: rgba(0, 0, 0, 0.03);
}

#isle_body .widget_calendar a:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.15);
}

#isle_body .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

#isle_body .site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad,
#isle_body .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}

#isle_body .widget_calendar thead th {
	color: #fff;
	background-color: rgb(17, 17, 17);
	font-weight: normal;
}


/* -------------------------------------------------------------------
Tags
------------------------------------------------------------------- */

#isle_body .tags a {
	display: inline-block;
	margin: 0 0 4px;
	padding: 4px 10px 4px 12px;
	border-radius: 2px;
	color: #fff;
	background: #111;
	font-size: 10px;
}

#isle_body .tags a:hover {
	background: rgba(17, 17, 17, 0.8);
}


/* -------------------------------------------------------------------
Comments and comment form
------------------------------------------------------------------- */

.comments,
#isle_body #comments {
	margin: 50px 0 0;
}

.comments .comment-title,
.comment-form .comment-form-title,
#isle_body #comments .comment-reply-title {
	margin: 0 0 20px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #c2c2c2;
	color: #111;
	font-size: 16px;
}

#isle_body .comment-author {
	margin: 0 0 5px;
	font-size: 14px;
}

#isle_body .comment-avatar {
	float: left;
	width: 55px;
	margin-top: 10px;
}

#isle_body .comment-avatar img {
	border-radius: 50%;
}

#isle_body .comment-content {
	margin-bottom: 30px;
	margin-left: 75px;
	padding-top: 5px;
	padding-bottom: 20px;
}


/* -------------------------------------------------------------------
Client logos
------------------------------------------------------------------- */

#isle_body .client-logo {
	opacity: 0.5;
}

#isle_body .client-logo:hover {
	opacity: 1;
}


/* -------------------------------------------------------------------
Shop
------------------------------------------------------------------- */

#isle_body .shop-with-sidebar {
	float: right !important;
}

#isle_body .navbar-custom .navbar-cart > a {
	position: relative;
	font-size: 12px;
}

#isle_body .navbar-custom .navbar-cart a:after {
	content: "";
}

#isle_body .navbar-cart .cart-item-number {
	display: block;
	position: absolute;
	top: 21px;
	right: 7px;
	width: 14px;
	height: 14px;
	border-radius: 2px;
	color: #111;
	background: #e5e5e5;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 0;
}

/* If cart is last item - add padding-left */

#isle_body .navbar-custom .navbar-nav > li:last-child.navbar-cart > a {
	padding-left: 22px;
}

/* Navbar cart item */

.sub-menu.cart-list,
#isle_body .children.cart-list {
	padding: 11px 15px;
	background: rgba(26, 26, 26, 0.92);
	text-align: right;
}

#isle_body .navbar-cart-item {
	margin: 0 0 10px;
	border: 1px solid rgba(73, 71, 71, 0.15);
}

#isle_body .navbar-cart-img {
	float: left;
	border: 3px solid rgba(255, 255, 255, 0.1);
}

#isle_body .navbar-cart-img img {
	max-width: 64px;
}

#isle_body .navbar-cart-title {
	margin-left: 70px;
	padding: 10px;
	white-space: nowrap;
}

.navbar-cart-title a,
#isle_body .navbar-cart-title .cart-amount {
	font-size: 11px;
	letter-spacing: 2px;
}

#isle_body .navbar-cart-title a {
	display: block;
	margin: 0 0 5px;
}

#isle_body .navbar-cart-title .cart-amount {
	font-size: 10px;
}

#isle_body .cart-sub-totle {
	margin: 10px 0 20px;
}

/* Links hover */

#isle_body .navbar-cart-item a {
	color: #999;
}

#isle_body .navbar-cart-item a:hover {
	color: #fff;
}


/* -------------------------------------------------------------------
Shope item
------------------------------------------------------------------- */

#isle_body .shop-item {
	margin: 0 0 40px;
	text-align: center;
}

#isle_body .shop-item-image {
	overflow: hidden;
	position: relative;
}

#isle_body .shop-item-image img {
	width: 100%;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.shop-item-image img:nth-child(2),
#isle_body ul.products li.product img:nth-child(2) {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.shop-item-image:hover img:nth-child(2),
#isle_body ul.products li.product:hover img:nth-child(2) {
	opacity: 1;
}

#isle_body .prod-img-wrap img {
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#isle_body .prod-img-wrap img:nth-child(2) {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#isle_body .prod-img-wrap:hover img:nth-child(2) {
	opacity: 1;
}

#isle_body .prod-img-wrap:before {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0);
	content: "";
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.product:hover .prod-img-wrap:before,
.shop-item:hover .prod-img-wrap:before,
#isle_body .prod-img-wrap:hover:before {
	background: rgba(255,255,255,0.6);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.shop-item-detail,
#isle_body .shop-item-image:after {
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

#isle_body .shop-item-image:after {
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

#isle_body .shop-item-detail {
	position: absolute;
	z-index: 2;
	bottom: 100%;
	left: 0;
	width: 100%;
	padding: 20px;
	opacity: 0;
	color: #aaa;
	font-size: 12px;
	text-align: center;
}

#isle_body .shop-item-title {
	margin: 15px 0 5px;
	color: #111;
	font-size: 14px;
	font-weight: 400;
}

/* Shop item hover */

#isle_body .shop-item:hover .shop-item-image:after {
	background: rgba(255, 255, 255, 0.7);
}

#isle_body .add_to_cart_button {
	position: absolute;
	z-index: 2;
	bottom: 100%;
	left: 0;
	width: 100%;
	padding: 20px;
	opacity: 0;
	color: #aaa;
	font-size: 12px;
	text-align: center;
}

#isle_body .shop-item:hover .shop-item-detail,
#isle_body .product:hover .add_to_cart_button {
	bottom: 50%;
	opacity: 1;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}


/* -------------------------------------------------------------------
Shope item
------------------------------------------------------------------- */

#isle_body .ex-product {
	opacity: 0.7;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

#isle_body .ex-product:hover {
	opacity: 1;
}


/* -------------------------------------------------------------------
Shop product detail
------------------------------------------------------------------- */

#isle_body .product-gallery {
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}

#isle_body .product-gallery li {
	display: inline-block;
	width: 15%;
	margin: 0 5px;
}

#isle_body .product-gallery li:first-child {
	margin-left: 0;
}

#isle_body .product-title {
	margin: 0 0 20px;
	color: #111;
}

.star,
#isle_body .star-off {
	margin-bottom: 5px;
	color: #f1c40f;
}

#isle_body .star-off {
	color: #e5e5e5;
}

#isle_body .amount {
	color: #299435;
	font-size: 33px;
}

#isle_body .reviews {
	margin: 0;
}

#isle_body .single-product .amount {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 32px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#isle_body .woocommerce-grouped-product-list-item__price .amount {
	position: relative;
	top: -3px;
	font-size: 18px;
}


/* -------------------------------------------------------------------
Scroll to top
------------------------------------------------------------------- */

#isle_body .scroll-up {
	display: none;
	position: fixed;
	z-index: 999;
	right: 7px;
	bottom: 7px;
}

#isle_body .scroll-up a {
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 2px;
	opacity: 0.6;
	color: #000;
	background: #fff;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
}

.scroll-up a:hover,
#isle_body .scroll-up a:active {
	opacity: 1;
	color: #000;
}
#isle_body .shop_isle_header_title {
	float: left;
	margin-left: 15px;
	padding: 5px;
}
.shop_isle_header_title h1,
.shop_isle_header_title h2,
.shop_isle_header_title .site-title,
#isle_body .shop_isle_header_title .site-description {
	margin-top: 0;
	margin-bottom: 0;
}
.shop_isle_header_title h1,
#isle_body .shop_isle_header_title .site-title {
	line-height: 16px;
}
.shop_isle_header_title h1 a,
#isle_body .shop_isle_header_title .site-title a {
	display: block;
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 4px;
}
.shop_isle_header_title h2,
#isle_body .shop_isle_header_title .site-description {
	line-height: 12px;
}
.shop_isle_header_title h2 a,
#isle_body .shop_isle_header_title .site-description a {
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
}
#isle_body .shop_isle_header_title {
	text-align: center;
}
#isle_body .shop_isle_banners_section {
	text-align: center;
}
#isle_body .shop_isle_banners_section .widget {
	display: inline-block;
	width: 33.33333333%;
}
#isle_body .header-menu-wrap {
	display: table-cell !important;
	vertical-align: middle;
}
#isle_body .navbar-header {
	display: table-cell !important;
	float: none;
	width: 230px;
	vertical-align: middle;
}
#isle_body .header-container {
	display: table;
	width: 100%;
	min-height: 50px;
}
#isle_body .shop-isle-header-title-inner {
	float: left;
	text-align: center;
}


/*--------------------------------------------------------------
404 Error page
--------------------------------------------------------------*/

#isle_body .error-page-background {
	display: table;
}
#isle_body .error-page-background .hs-caption {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}


/*--------------------------------------------------------------
	ALIGNMENTS
--------------------------------------------------------------*/

#isle_body .alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

#isle_body .alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

#isle_body .aligncenter {
	display: block;
	clear: both;
	margin: 0 auto;
}
#isle_body .shop-isle-poweredby-box {
	width: 100%;
	margin-bottom: 0;
	font-size: 9px;
	text-align: left;
	letter-spacing: 1px;
}


/* ------------------------------
 Sevices section
 -------------------------------- */

#isle_body .sip-services-wrap {
	float: left;
	width: 100%;
	text-align: center;
}

#isle_body .sip-services-wrap .sip-service-box {
	display: inline-block;
	float: none;
	margin-right: -4px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#isle_body .sip-single-service {
	text-align: center;
}

#isle_body .sip-single-service-a {
	display: block;
}

#isle_body .sip-single-service-a:hover {
	color: #aaa;
}

#isle_body .sip-single-service-text h3 {
	margin: 16px 0 15px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#isle_body .sip-single-icon {
	font-size: 42px;
	line-height: 1.2;
}


/* ------------------------------
 Category section
 -------------------------------- */

#isle_body .popular-categories-wrap {
	float: left;
	width: 100%;
	padding: 0 5px;
	padding-bottom: 70px;
}

#isle_body .popular-category {
	padding: 5px;
}

.category-image-wrap img,
.category-image-wrap:after,
#isle_body .popular-category-caption {
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

#isle_body .category-image-wrap {
	overflow: hidden;
	position: relative;
}

#isle_body .category-image-wrap img {
	display: block;
	overflow: hidden;
	width: 100%;
	background: #fff;
}

#isle_body .popular-category-caption {
	overflow: hidden;
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	padding: 0 20px;
	opacity: 0;
	text-align: center;
}

#isle_body .popular-category-title {
	margin: 0;
	padding: 0;
	color: #111;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#isle_body .popular-category:hover .category-image-wrap img {
	opacity: 0.2;
	-webkit-transform: scale(1.1) rotate(2deg);
	-ms-transform: scale(1.1) rotate(2deg);
	transform: scale(1.1) rotate(2deg);
}

#isle_body .popular-category:hover .popular-category-caption {
	z-index: 3;
	bottom: 50%;
	opacity: 1;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}

#isle_body .shortcodes {
	padding: 70px 0;
}


/* -------------------------------------------------------------------
WR Mega Menu
------------------------------------------------------------------- */

#isle_body .wr-megamenu-container ul.wr-mega-menu {
	text-align: right !important;
}

.wr-megamenu-container .jsn-bootstrap3 .row,
#isle_body .wr-megamenu-container .row ul.wr-mega-menu li > ul.sub-menu {
	right: initial !important;
	text-align: left !important;
}

#isle_body .wr-megamenu-container ul.wr-mega-menu > li {
	float: none !important;
}

#isle_body .wr-megamenu-container ul.wr-mega-menu ul ul.sub-menu {
	right: initial !important;
}

#isle_body .wr-megamenu-container ul.wr-mega-menu li.wr-megamenu-item > a.menu-item-link {
	text-align: left !important;
}

.wr-mega-menu > li > a,
#isle_body .wr-megamenu-container a {
	color: rgba(255, 255, 255, 0.7) !important;
}

#isle_body .wr-megamenu-container a:hover {
	color: rgba(255, 255, 255, 1) !important;
}

#isle_body .wr-megamenu-container .wr-megamenu-inner a {
	padding: 5px 0 !important;
}

#isle_body .wr-megamenu-container .wr-megamenu-inner .submenu-items {
	display: block !important;
}

.wr-megamenu-container .current_page_item > a,
.wr-megamenu-container .current_page_ancestor > a,
.wr-megamenu-container .current-menu-item > a,
#isle_body .wr-megamenu-container .current-menu-ancestor > a {
	color: rgba(255, 255, 255, 1) !important;
}

.wr-megamenu-container ul.wr-mega-menu li.wr-megamenu-item > a.menu-item-link,
#isle_body .wr-megamenu-container ul.wr-mega-menu li.wr-megamenu-item:hover > a.menu-item-link {
	background: none !important;
	font-weight: normal !important;
}

#isle_body .wr-megamenu-container ul.wr-mega-menu.nav-menu > li.menu-item.wr-megamenu-item:hover > a.menu-item-link {
	color: #fff !important;
}

.wr-megamenu-container ul.wr-mega-menu ul.sub-menu,
#isle_body .wr-megamenu-inner {
	border: none !important;
}

#isle_body .preview-text {
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: none;
}

#isle_body .image_caption {
	padding: 5px 0;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: none;
}

#isle_body .jsn-bootstrap3 .glyphicon {
	display: none !important;
}

#isle_body .wr-element-submenu .submenu-items {
	padding: 0 15px !important;
}

#isle_body .it-responsive-mega {
	display: none !important;
}

#isle_body .wr-mega-menu .wr-menu-down {
	display: block !important;
	position: absolute;
	z-index: 9999999;
	z-index: 9;
	top: 0;
	right: -10px;
	width: 15px;
	height: 25px;
	margin: 7px;
	color: rgba(255, 255, 255, 0.7);
	background: none !important;
}

#isle_body .wr-mega-menu .wr-menu-down:before {
	display: block !important;
	font: normal normal normal 14px/1 ElegantIcons;
	font-size: 9px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 16px;
	line-height: 38px;
	text-align: center;
	content: "\43";
	content: "\43";
	text-rendering: auto;
}

#isle_body @media screen and (max-width: 783px) {
	#isle_body .wr-megamenu-container ul.wr-mega-menu > li.wr-megamenu-item > a.menu-item-link {
		text-align: left !important;
	}

	#isle_body .wr-mega-menu .wr-menu-down {
		margin: -42px 7px 0 0 !important;
	}

	.wr-megamenu-container .wr-megamenu-inner a,
	#isle_body .wr-megamenu-container .wr-megamenu-inner ul a {
		padding: 13px !important;
	}
}

#isle_body @media screen and (min-width: 783px) {
	#isle_body .wr-megamenu-container li li {
		max-width: 200px !important;
	}

	#isle_body .wr-megamenu-container ul.wr-mega-menu ul.sub-menu li a {
		padding: 12px !important;
	}

	#isle_body .wr-megamenu-container ul.wr-mega-menu ul.sub-menu li a {
		border-bottom: none !important;
	}
}

#isle_body @media screen and (min-width: 768px) and (max-width: 783px) {
	#isle_body .wr-megamenu-container ul.wr-mega-menu > li {
		display: inline-block !important;
		width: auto !important;
		border: 0 !important;
	}
	#isle_body .wr-megamenu-container ul.wr-mega-menu > li.wr-megamenu-item > a.menu-item-link {
		margin-right: 0 !important;
	}
	#isle_body .wr-mega-menu .wr-menu-down {
		width: 15px !important;
	}
	.wr-mega-menu > li > a,
	#isle_body .wr-megamenu-container a {
		padding: 15px !important;
	}
}


/* -------------------------------------------------------------------
Mega menu Plugin
------------------------------------------------------------------- */

#isle_body .wr-megamenu-inner {
	border: none !important;
	color: #fff !important;
	background: rgba(0, 0, 0, 0.9) !important;
}

#isle_body .it-responsive-mega {
	display: none !important;
}

#isle_body .wr-megamenu-container ul.wr-mega-menu ul li a.menu-item-link {
	color: #fff;
	background: rgba(0,0,0,0.9);
}

#isle_body .wr-megamenu-container ul {
	border: none !important;
}

#isle_body .wr-megamenu-container ul.wr-mega-menu li.wr-megamenu-item:hover > a.menu-item-link {
	color: #000 !important;
}

#isle_body .wr-megamenu-container .wr_text {
	text-transform: initial;
}


/* -------------------------------------------------------------------
 +SiteOrigin Page Builder styles
 +------------------------------------------------------------------- */

#isle_body .siteorigin-panels.page-template-template-fullwidth-no-title .main > .module {
	padding: 50px 0 0;
}
#isle_body .siteorigin-panels.page-template-template-fullwidth-no-title .widget li:before {
	display: none;
}


/* -------------------------------------------------------------------
Responsive Media Querries
------------------------------------------------------------------- */

#isle_body @media (min-width: 769px) {
	#isle_body body.home .navbar-transparent {
		padding-top: 15px;
		padding-bottom: 15px;
		background: transparent !important;
	}

	.navbar-custom .sub-menu,
	#isle_body .navbar-custom .children {
		display: block;
		visibility: hidden;
		position: absolute;
		z-index: 10;
		opacity: 0;
	}

	.navbar-custom .open > .sub-menu,
	#isle_body .navbar-custom .open > .children {
		visibility: visible;
		opacity: 1;
	}

	.navbar-custom .sub-menu .menu-item-has-children-toggle:after,
	#isle_body .navbar-custom .children .menu-item-has-children-toggle:after {
		display: block;
		position: absolute;
		top: 50%;
		right: 9px;
		margin-top: -6px;
		font: normal normal normal 14px/1 "ElegantIcons";
		font-size: 9px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\45";
		text-rendering: auto;
	}

	.navbar-right .sub-menu,
	#isle_body .navbar-right .children {
		right: auto;
		left: 0;
	}

	#isle_body .navbar-nav > ul > li {
		float: left;
		list-style: none;
	}

	#isle_body .navbar-nav > ul li {
		position: relative;
	}

	#isle_body .navbar-nav > ul li:hover > ul.children {
		visibility: visible;
		opacity: 1;
	}

	#isle_body .navbar-nav > li > a {
		padding-top: 3px;
		padding-bottom: 3px;
	}

/* Comments */

	#isle_body .comment .comment {
		margin-left: 75px;
	}

	#isle_body .navbar-nav > ul > li > a {
		display: block;
		padding: 3px 15px;
	}

	#isle_body .navbar-custom ul.nav > li.has_children > .dropdownmenu:before {
		line-height: 16px;
		content: "\43";
	}

	#isle_body .navbar-right {
		text-align: right;
	}

	#isle_body .navbar-nav > li {
		display: inline-block;
		float: none;
		position: relative;
	}

	#isle_body #ribbon .module-title {
		margin-bottom: 0;
	}

	#isle_body #ribbon .row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;

		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}

	#isle_body .module-advantages .multi-columns-row {
		text-align: center;
	}

	#isle_body .module-advantages .multi-columns-row div.col-sm-6 {
		display: inline-block;
		float: none;
	}
}

#isle_body @media (max-width: 1200px) {
	/* Features */

	#isle_body .alt-features-item {
		margin: 20px 0 0;
	}
}

#isle_body @media (max-width: 1050px) {
	/* Navbar */

	#isle_body .navbar-custom {
		letter-spacing: 1px;
	}
}

#isle_body @media (max-width: 991px) {
	/* Navbar */

	#isle_body .navbar-custom {
		letter-spacing: 0;
	}

/* Headers */

	#isle_body .hs-title-size-3 {
		font-size: 36px;
		letter-spacing: 8px;
	}

	#isle_body .hs-title-size-4 {
		font-size: 38px;
		letter-spacing: 12px;
	}

	.work-item,
	.works-grid-3 .work-item,
	.container .works-grid-3 .work-item,
	.works-grid-4 .work-item,
	#isle_body .works-grid-5 .work-item {
		width: 50%;
	}

/* Half-image */

	#isle_body .side-image {
		position: relative;
		height: 300px;
	}

	#isle_body .shop-isle-top-bar .container {
		width: 100%;
	}

	#isle_body .shop-isle-top-bar .col-md-6 {
		width: 50%;
	}
}

#isle_body @media (max-width: 768px) {
	#isle_body .shop_isle_banners_section .widget {
		width: 100%;
	}
	#isle_body .navbar-toggle {
		display: table-cell;
		float: none;
		width: 44px;
		vertical-align: middle;
		cursor: pointer;
	}

	#isle_body .navbar-header {
		display: table !important;
		width: 100%;
		min-height: 50px;
	}
	#isle_body .shop_isle_header_title {
		display: table-cell !important;
		float: none;
		margin-left: 0;
		text-align: left;
		vertical-align: middle;
	}

	#isle_body .navbar-fixed-top .navbar-collapse {
		float: left;
		position: absolute;
		z-index: 9999999;
		top: 100%;
		left: 0;
		width: 100%;
		background: #1b1b1b;
	}

	#isle_body .header-container {
		width: 100%;
	}
	#isle_body .navbar-header {
		margin-right: 0;
		padding-right: 0;
	}

/* Navbar */

	#isle_body .navbar-custom .navbar-nav {
		width: 100%;
		margin-top: 1px;
		margin-bottom: 0;
		letter-spacing: 3px;
	}

	#isle_body .navbar-custom li > a:hover {
		background: rgba(255, 255, 255, 0.1) !important;
	}

	.navbar-custom .navbar-nav .open .sub-menu .menu-item-has-children-header,
	.navbar-custom .navbar-nav .open .sub-menu > li > a,
	.navbar-custom .navbar-nav .open .children .menu-item-has-children-header,
	#isle_body .navbar-custom .navbar-nav .open .children > li > a {
		padding: 10px 25px;
	}

	.navbar-custom .navbar-nav .open .sub-menu .sub-menu .menu-item-has-children-header,
	.navbar-custom .navbar-nav .open .sub-menu .sub-menu > li > a,
	.navbar-custom .navbar-nav .open .children .sub-menu .menu-item-has-children-header,
	#isle_body .navbar-custom .navbar-nav .open .children .sub-menu > li > a {
		padding: 10px 35px;
	}

	.navbar-custom li a,
	#isle_body .navbar-custom .menu-item-has-children-search {
		border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
	}

	.navbar-custom .menu-item-has-children-toggle:after,
	.navbar-custom .sub-menu .menu-item-has-children-toggle:after,
	#isle_body .navbar-custom .children .menu-item-has-children-toggle:after {
		right: 7px;
		content: "\f107";
	}

	.navbar-custom .nav > .open > .dropdown-toggle:after,
	.navbar-custom .sub-menu .menu-item-has-children.open .menu-item-has-children-toggle:after,
	#isle_body .navbar-custom .children .menu-item-has-children.open .menu-item-has-children-toggle:after {
		right: 7px;
		content: "\f106";
	}
	#isle_body .navbar-custom {
		padding: 10px 0;
	}

/* Shop navbar */

	#isle_body .navbar-custom .navbar-nav > li:last-child.navbar-cart > a {
		padding-left: 15px;
	}

	#isle_body .navbar-custom .navbar-cart-item a {
		border: 0 !important;
	}

	.sub-menu.cart-list,
	#isle_body .children.cart-list {
		border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
		text-align: left;
	}
	#isle_body .navbar-cart-item {
		padding-bottom: 10px;
		border: none;
		border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
	}

	#isle_body .navbar-cart-img {
		display: none;
	}

	#isle_body .navbar-cart-title {
		margin-left: 0;
		padding: 0;
		white-space: normal;
	}

/* Headers */

	#isle_body .hs-title-size-1 {
		font-size: 14px;
		letter-spacing: 2px;
	}

	#isle_body .hs-title-size-2 {
		opacity: 0.8;
		font-size: 16px;
		line-height: 1.3;
		letter-spacing: 2px;
	}

	#isle_body .hs-title-size-3 {
		font-size: 26px;
		letter-spacing: 4px;
	}

	#isle_body .hs-title-size-4 {
		font-size: 28px;
		letter-spacing: 6px;
	}

/* Features */

	#isle_body .features-item {
		margin: 0 0 30px;
	}

	#isle_body .alt-features-item {
		margin: 0 0 30px;
		padding-left: 0;
		text-align: center;
	}

	#isle_body .alt-features-icon {
		position: static;
		width: auto;
		margin: 0 auto 8px;
	}

/* Callout */

	#isle_body .callout-text {
		margin: 0 0 30px;
	}

	.callout-text,
	#isle_body .callout-btn-box {
		text-align: center;
	}

/* Sidebar */

	#isle_body .sidebar {
		float: none;
		clear: both;
		width: 100%;
		margin-top: 50px;
	}

	#isle_body .widget {
		margin-bottom: 60px;
	}

	#isle_body .post.mb-0 {
		margin-bottom: 40px !important;
	}

	#isle_body .footer {
		text-align: center;
	}

	.copyright,
	.footer-social-links,
	#isle_body .shop-isle-poweredby-box {
		margin: 10px 0;
		text-align: center;
	}

/* Half-image */

	#isle_body .side-image-text {
		padding-right: 15px;
		padding-left: 15px;
	}

/* Restaurant menu */

	.menu-title,
	.menu-detail,
	#isle_body .menu-price-detail {
		text-align: center;
	}

	#isle_body .align-center-sm {
		text-align: center;
	}

	#isle_body .align-left-sm {
		text-align: left;
	}

/* Scroll up btn*/

	#isle_body .scroll-up {
		display: none !important;
	}

	#isle_body .about-team-member .fadeInUp {
		max-width: 300px;
	}

	#isle_body .shop-isle-page-content {
		float: none;
		width: 100%;
	}

	#isle_body #shop-isle-blog-container {
		float: none;
		width: 100%;
	}
	#isle_body .post-navigation {
		padding-bottom: 60px;
	}
}

#isle_body @media only screen and (max-width: 480px) {
	.work-item,
	.works-grid-3 .work-item,
	.works-grid-4 .work-item,
	#isle_body .works-grid-5 .work-item {
		width: 100%;
	}
}


/* -------------------------------------------------------------------
Multi-columns-row
------------------------------------------------------------------- */

#isle_body .multi-columns-row .first-in-row {
	clear: left;
}

#isle_body .multi-columns-row .col-xs-6:nth-child(2n + 3) {
	clear: left;
}
#isle_body .multi-columns-row .col-xs-4:nth-child(3n + 4) {
	clear: left;
}
#isle_body .multi-columns-row .col-xs-3:nth-child(4n + 5) {
	clear: left;
}
#isle_body .multi-columns-row .col-xs-2:nth-child(6n + 7) {
	clear: left;
}
#isle_body .multi-columns-row .col-xs-1:nth-child(12n + 13) {
	clear: left;
}

#isle_body @media (min-width: 768px) {
	#isle_body .multi-columns-row .col-xs-6:nth-child(2n + 3) {
		clear: none;
	}
	#isle_body .multi-columns-row .col-xs-4:nth-child(3n + 4) {
		clear: none;
	}
	#isle_body .multi-columns-row .col-xs-3:nth-child(4n + 5) {
		clear: none;
	}
	#isle_body .multi-columns-row .col-xs-2:nth-child(6n + 7) {
		clear: none;
	}
	#isle_body .multi-columns-row .col-xs-1:nth-child(12n + 13) {
		clear: none;
	}

	#isle_body .multi-columns-row .col-sm-6:nth-child(2n + 3) {
		clear: left;
	}
	#isle_body .multi-columns-row .col-sm-4:nth-child(3n + 4) {
		clear: left;
	}
	#isle_body .multi-columns-row .col-sm-3:nth-child(4n + 5) {
		clear: left;
	}
	#isle_body .multi-columns-row .col-sm-2:nth-child(6n + 7) {
		clear: left;
	}
	#isle_body .multi-columns-row .col-sm-1:nth-child(12n + 13) {
		clear: left;
	}
}

#isle_body @media (min-width: 992px) {
	#isle_body .multi-columns-row .col-sm-6:nth-child(2n + 3) {
		clear: none;
	}
	#isle_body .multi-columns-row .col-sm-4:nth-child(3n + 4) {
		clear: none;
	}
	#isle_body .multi-columns-row .col-sm-3:nth-child(4n + 5) {
		clear: none;
	}
	#isle_body .multi-columns-row .col-sm-2:nth-child(6n + 7) {
		clear: none;
	}
	#isle_body .multi-columns-row .col-sm-1:nth-child(12n + 13) {
		clear: none;
	}

	#isle_body .multi-columns-row .col-md-6:nth-child(2n + 3) {
		clear: left;
	}
	#isle_body .multi-columns-row .col-md-4:nth-child(3n + 4) {
		clear: left;
	}
	#isle_body .multi-columns-row .col-md-3:nth-child(4n + 5) {
		clear: left;
	}
	#isle_body .multi-columns-row .col-md-2:nth-child(6n + 7) {
		clear: left;
	}
	#isle_body .multi-columns-row .col-md-1:nth-child(12n + 13) {
		clear: left;
	}
}

#isle_body @media (min-width: 1200px) {
	#isle_body .multi-columns-row .col-md-6:nth-child(2n + 3) {
		clear: none;
	}
	#isle_body .multi-columns-row .col-md-4:nth-child(3n + 4) {
		clear: none;
	}
	#isle_body .multi-columns-row .col-md-3:nth-child(4n + 5) {
		clear: none;
	}
	#isle_body .multi-columns-row .col-md-2:nth-child(6n + 7) {
		clear: none;
	}
	#isle_body .multi-columns-row .col-md-1:nth-child(12n + 13) {
		clear: none;
	}

	#isle_body .multi-columns-row .col-lg-6:nth-child(2n + 3) {
		clear: left;
	}
	#isle_body .multi-columns-row .col-lg-4:nth-child(3n + 4) {
		clear: left;
	}
	#isle_body .multi-columns-row .col-lg-3:nth-child(4n + 5) {
		clear: left;
	}
	#isle_body .multi-columns-row .col-lg-2:nth-child(6n + 7) {
		clear: left;
	}
	#isle_body .multi-columns-row .col-lg-1:nth-child(12n + 13) {
		clear: left;
	}
}


/* -------------------------------------------------------------------
Vertival margin, padding
------------------------------------------------------------------- */

#isle_body .p-0 {
	padding: 0!important;
}
#isle_body .pt-0 {
	padding-top: 0!important;
}
#isle_body .pt-10 {
	padding-top: 10px!important;
}
#isle_body .pt-20 {
	padding-top: 20px!important;
}
#isle_body .pt-30 {
	padding-top: 30px!important;
}
#isle_body .pt-40 {
	padding-top: 40px!important;
}
#isle_body .pt-50 {
	padding-top: 50px!important;
}
#isle_body .pt-140 {
	padding-top: 140px!important;
}

#isle_body .pb-0 {
	padding-bottom: 0!important;
}
#isle_body .pb-10 {
	padding-bottom: 10px!important;
}
#isle_body .pb-20 {
	padding-bottom: 20px!important;
}
#isle_body .pb-30 {
	padding-bottom: 30px!important;
}
#isle_body .pb-40 {
	padding-bottom: 40px!important;
}
#isle_body .pb-50 {
	padding-bottom: 50px!important;
}
#isle_body .pb-140 {
	padding-bottom: 140px!important;
}

#isle_body .m-0 {
	margin: 0 !important;
}
#isle_body .mt-0 {
	margin-top: 0 !important;
}
#isle_body .mt-10 {
	margin-top: 10px !important;
}
#isle_body .mt-20 {
	margin-top: 20px !important;
}
#isle_body .mt-30 {
	margin-top: 30px !important;
}
#isle_body .mt-40 {
	margin-top: 40px !important;
}
#isle_body .mt-50 {
	margin-top: 50px !important;
}
#isle_body .mt-60 {
	margin-top: 60px !important;
}
#isle_body .mt-70 {
	margin-top: 70px !important;
}
#isle_body .mt-80 {
	margin-top: 80px !important;
}

#isle_body .mb-0 {
	margin-bottom: 0!important;
}
#isle_body .mb-10 {
	margin-bottom: 10px !important;
}
#isle_body .mb-20 {
	margin-bottom: 20px !important;
}
#isle_body .mb-30 {
	margin-bottom: 30px !important;
}
#isle_body .mb-40 {
	margin-bottom: 40px !important;
}
#isle_body .mb-50 {
	margin-bottom: 50px !important;
}
#isle_body .mb-60 {
	margin-bottom: 60px !important;
}
#isle_body .mb-70 {
	margin-bottom: 70px !important;
}
#isle_body .mb-80 {
	margin-bottom: 80px !important;
}

#isle_body @media only screen and (max-width:991px) {
	#isle_body .mt-sm-0 {
		margin-top: 0!important;
	}
	#isle_body .mt-sm-10 {
		margin-top: 10px !important;
	}
	#isle_body .mt-sm-20 {
		margin-top: 20px !important;
	}
	#isle_body .mt-sm-30 {
		margin-top: 30px !important;
	}
	#isle_body .mt-sm-40 {
		margin-top: 40px !important;
	}
	#isle_body .mt-sm-50 {
		margin-top: 50px !important;
	}
	#isle_body .mt-sm-60 {
		margin-top: 60px !important;
	}
	#isle_body .mt-sm-70 {
		margin-top: 70px !important;
	}
	#isle_body .mt-sm-80 {
		margin-top: 80px !important;
	}

	#isle_body .mb-sm-0 {
		margin-bottom: 0!important;
	}
	#isle_body .mb-sm-10 {
		margin-bottom: 10px !important;
	}
	#isle_body .mb-sm-20 {
		margin-bottom: 20px !important;
	}
	#isle_body .mb-sm-30 {
		margin-bottom: 30px !important;
	}
	#isle_body .mb-sm-40 {
		margin-bottom: 40px !important;
	}
	#isle_body .mb-sm-50 {
		margin-bottom: 50px !important;
	}
	#isle_body .mb-sm-60 {
		margin-bottom: 60px !important;
	}
	#isle_body .mb-sm-70 {
		margin-bottom: 70px !important;
	}
	#isle_body .mb-sm-80 {
		margin-bottom: 80px !important;
	}
}

#isle_body @media only screen and (max-width:768px) {
	#isle_body .mt-xs-0 {
		margin-top: 0!important;
	}
	#isle_body .mt-xs-10 {
		margin-top: 10px !important;
	}
	#isle_body .mt-xs-20 {
		margin-top: 20px !important;
	}
	#isle_body .mt-xs-30 {
		margin-top: 30px !important;
	}
	#isle_body .mt-xs-40 {
		margin-top: 40px !important;
	}
	#isle_body .mt-xs-50 {
		margin-top: 50px !important;
	}
	#isle_body .mt-xs-60 {
		margin-top: 60px !important;
	}
	#isle_body .mt-xs-70 {
		margin-top: 70px !important;
	}
	#isle_body .mt-xs-80 {
		margin-top: 80px !important;
	}

	#isle_body .mb-xs-0 {
		margin-bottom: 0!important;
	}
	#isle_body .mb-xs-10 {
		margin-bottom: 10px !important;
	}
	#isle_body .mb-xs-20 {
		margin-bottom: 20px !important;
	}
	#isle_body .mb-xs-30 {
		margin-bottom: 30px !important;
	}
	#isle_body .mb-xs-40 {
		margin-bottom: 40px !important;
	}
	#isle_body .mb-xs-50 {
		margin-bottom: 50px !important;
	}
	#isle_body .mb-xs-60 {
		margin-bottom: 60px !important;
	}
	#isle_body .mb-xs-70 {
		margin-bottom: 70px !important;
	}
	#isle_body .mb-xs-80 {
		margin-bottom: 80px !important;
	}

	#isle_body .shop_isle_bannerss_section .col-sm-4 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#isle_body .dropdownmenu {
		right: 0;
	}
	#isle_body .admin-bar .navbar-custom {
		top: 46px;
	}
	#isle_body .shop_isle_bannerss_section .col-sm-4 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#isle_body .dropdownmenu {
		right: 0;
		width: 40px;
		height: 40px;
		margin: 0;
		cursor: pointer;
	}
	.navbar-custom li.has_children > .dropdownmenu:before,
	#isle_body .navbar-custom li.has_children.this-open > .dropdownmenu:before {
		line-height: 40px;
	}
	#isle_body .admin-bar .navbar-custom {
		top: 46px;
	}
	#isle_body .navbar-nav > ul > li {
		list-style: none;
	}
	#isle_body .navbar-nav > ul > li > a {
		display: block;
		padding: 10px 15px;
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px;
	}
	#isle_body .navbar-nav > ul {
		margin-left: 0;
		padding-left: 0;
	}
	#isle_body .wpcf7-form {
		margin-bottom: 25px;
	}
}

#isle_body @media screen and (max-width: 600px) {
	.admin-bar .navbar-fixed-bottom,
	#isle_body .admin-bar .navbar-fixed-top {
		position: absolute;
	}
}


/* -------------------------------------------------------------------
Woocommerce Products Per Page
------------------------------------------------------------------- */

#isle_body .products-per-page select {
	height: 33px;
	padding-left: 10px;
	border-radius: 2px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
}

#isle_body @media screen and (max-width: 992px) {
	#isle_body .products-per-page {
		float: right;
		width: 100%;
		margin-top: 20px;
		margin-right: 0;
		margin-left: 5px;
		padding-right: 15px;
		padding-left: 15px;
	}
	#isle_body .products-per-page select {
		width: 100%;
		margin-right: 0;
	}
}


/* -------------------------------------------------------------------
WP Show Posts
------------------------------------------------------------------- */

#customer_details .col-1,
#isle_body #customer_details .col-2 {
	clear: left;
	width: 100%;
}

/* Nivo slider basic styling */
#isle_body .nivo-controlNav {
	position: relative;
	text-align: center;
}
.nivo-controlNav a,
#isle_body .nivo-directionNav a {
	margin: 0 10px;
	padding: 5px 10px;
	opacity: 0.85;
	color: #fff;
	background-color: rgba(10, 10, 10, 0.9);
	cursor: pointer;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

#isle_body .nivo-controlNav a.active {
	color: #333;
	background: #fff;
}

.nivo-controlNav a:hover,
#isle_body .nivo-directionNav a:hover {
	opacity: 1;
}

#isle_body .nivo-directionNav {
	position: relative;
	z-index: 1000;
	bottom: 40px;
	width: 100%;
}

#isle_body .nivo-directionNav .nivo-prevNav {
	float: left;
}

#isle_body .nivo-directionNav .nivo-prevNav:before {
	content: "\00AB ";
}

#isle_body .nivo-directionNav .nivo-nextNav {
	float: right;
}

#isle_body .nivo-directionNav .nivo-nextNav:after {
	content: " \00BB";
}

/* END Nivo slider basic styling */


/*--------------------------------------------------------------
## Top bar
--------------------------------------------------------------*/

#isle_body .shop-isle-top-bar {
	position: relative;
	z-index: 1;
	height: 40px;
	max-height: 40px;
	background: #fff;
	font-size: 12px;
	line-height: 40px;
}
.shop-isle-top-bar .col-md-6,
#isle_body .shop-isle-top-bar .col-md-12 {
	max-height: 40px;
}
.shop-isle-top-bar .col-md-6.pull-right,
#isle_body .shop-isle-top-bar .col-md-12.pull-right {
	text-align: right;
}
.shop-isle-top-bar .col-md-6.pull-right .widget.widget_shopping_cart .cart_list,
#isle_body .shop-isle-top-bar .col-md-12.pull-right .widget.widget_shopping_cart .cart_list {
	right: 0;
	left: auto;
}
#isle_body .shop-isle-top-bar .widget {
	margin: 0 10px 0 0;
}
#isle_body .shop-isle-top-bar .widget:last-of-type {
	margin-right: 0;
}
.shop-isle-top-bar .widget,
.shop-isle-top-bar .widget h5,
#isle_body .shop-isle-top-bar .widget .textwidget {
	display: inline-block;
	line-height: inherit;
}
#isle_body .shop-isle-top-bar .widget h5 {
	margin: 0 5px 0 0;
}
#isle_body .shop-isle-top-bar .widget .btn {
	padding: 3px 10px;
}
.shop-isle-top-bar .widget.widget_nav_menu h5,
.shop-isle-top-bar .widget.widget_categories h5,
#isle_body .shop-isle-top-bar .widget.widget_product_categories h5 {
	display: none;
}
.shop-isle-top-bar .widget.widget_search h5,
#isle_body .shop-isle-top-bar .widget.widget_product_search h5 {
	display: none;
}
.shop-isle-top-bar .widget.widget_search .label-floating,
#isle_body .shop-isle-top-bar .widget.widget_product_search .label-floating {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0;
	font-size: inherit;
}
.shop-isle-top-bar .widget.widget_search .label-floating .control-label,
#isle_body .shop-isle-top-bar .widget.widget_product_search .label-floating .control-label {
	padding: 0;
}
.shop-isle-top-bar .widget.widget_search .label-floating.is-empty .control-label,
#isle_body .shop-isle-top-bar .widget.widget_product_search .label-floating.is-empty .control-label {
	position: absolute;
	top: 12px;
	left: 25px;
	margin-top: 0;
	opacity: 1;
	font-size: inherit;
	font-weight: 300;
	text-align: left;
}
.shop-isle-top-bar .widget.widget_search .label-floating.is-focused .control-label,
#isle_body .shop-isle-top-bar .widget.widget_product_search .label-floating.is-focused .control-label {
	opacity: 0;
	font-size: inherit;
	line-height: 20px;
}
.shop-isle-top-bar .widget.widget_search .label-floating:not(.is-empty) .control-label,
#isle_body .shop-isle-top-bar .widget.widget_product_search .label-floating:not(.is-empty) .control-label {
	top: 12px;
	left: 25px;
	opacity: 0;
}

.shop-isle-top-bar .widget.widget_search form.form-group,
#isle_body .shop-isle-top-bar .widget.widget_product_search form.form-group {
	opacity: 1;
}
.shop-isle-top-bar .widget.widget_search form.form-group input[type=search],
#isle_body .shop-isle-top-bar .widget.widget_product_search form.form-group input[type=search] {
	float: none;
	width: auto;
	margin: 2px 0 0 25px;
	border: none;
	background: none;
	font-size: inherit;
	font-weight: 300;
}
.shop-isle-top-bar .widget.widget_search form.form-group input[type=submit],
#isle_body .shop-isle-top-bar .widget.widget_product_search form.form-group input[type=submit] {
	display: none;
}
.shop-isle-top-bar .widget.widget_search form.form-group:after,
#isle_body .shop-isle-top-bar .widget.widget_product_search form.form-group:after {
	display: none;
}
.shop-isle-top-bar .widget.widget_search form.form-group:before,
#isle_body .shop-isle-top-bar .widget.widget_product_search form.form-group:before {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-family: "Fontawesome";
	font-size: 18px;
	content: "\f002";
}
#isle_body .shop-isle-top-bar .widget.widget_search .search-form {
	display: inline-block;
}
#isle_body .shop-isle-top-bar .widget.widget_shopping_cart {
	position: relative;
	padding-left: 25px;
	vertical-align: top;
	cursor: pointer;
}
#isle_body .shop-isle-top-bar .widget.widget_shopping_cart:before {
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	color: #fff;
	font-family: "Fontawesome";
	font-size: 18px;
	content: "\f07a";
}
#isle_body .shop-isle-top-bar .widget.widget_shopping_cart:hover .cart_list {
	display: inline-block;
	visibility: visible;
	margin-top: 0;
	opacity: 1;
}
#isle_body .shop-isle-top-bar .widget.widget_shopping_cart .button.checkout {
	display: none;
}
#isle_body .shop-isle-top-bar .widget.widget_shopping_cart .wc-forward:not(.checkout) {
	position: absolute;
	top: -5px;
	left: -4px;
	opacity: 0;
}
#isle_body .shop-isle-top-bar .widget.widget_shopping_cart h5 {
	display: none;
}
#isle_body .shop-isle-top-bar .widget.widget_shopping_cart .widget_shopping_cart_content {
	display: inline-block;
}
#isle_body .shop-isle-top-bar .widget.widget_shopping_cart .cart_list {
	visibility: hidden;
	position: absolute;
	z-index: 1050;
	top: 40px;
	left: 0;
	margin-top: -10px;
	padding: 0 15px 15px;
	border-radius: 0 0 6px 6px;
	opacity: 0;
}
#isle_body .shop-isle-top-bar .widget.widget_shopping_cart .cart_list li {
	display: block;
	margin-top: 15px;
	padding-bottom: 0;
	white-space: nowrap;
}
#isle_body .shop-isle-top-bar .widget.widget_shopping_cart .cart_list li a:not(.remove) {
	margin: 0;
	padding-right: 65px;
	text-align: left;
}
#isle_body .shop-isle-top-bar .widget.widget_shopping_cart .cart_list li img {
	float: left;
	width: 50px;
	margin-right: 15px;
	margin-left: 0;
}
#isle_body .shop-isle-top-bar .widget.widget_shopping_cart .cart_list li .quantity {
	padding-right: 65px;
}
#isle_body .shop-isle-top-bar .widget.widget_shopping_cart .cart_list li .variation {
	display: none;
}
#isle_body .shop-isle-top-bar .widget.widget_shopping_cart .cart_list li.empty {
	padding: 0;
	font-size: inherit;
	line-height: 1.2;
}
#isle_body .shop-isle-top-bar .widget.widget_shopping_cart .total {
	margin: 0;
	padding: 0;
	border: none;
}
#isle_body .shop-isle-top-bar .widget.widget_shopping_cart .total strong {
	display: none;
}
#isle_body .shop-isle-top-bar .widget.widget_shopping_cart .total .amount {
	float: none;
}
#isle_body .shop-isle-top-bar ul {
	line-height: inherit;
}
#isle_body .shop-isle-top-bar ul li {
	display: inline-block;
	margin: 0 5px;
	cursor: auto;
}
#isle_body .shop-isle-top-bar ul li:first-child {
	margin-left: 0;
}
#isle_body .shop-isle-top-bar ul li:last-child {
	margin-right: 0;
}
#isle_body .shop-isle-top-bar ul li a {
	padding: 0;
	font-size: inherit;
	line-height: inherit;
	text-transform: inherit;
}
#isle_body .shop-isle-top-bar ul li a:before {
	position: static;
	background-color: transparent;
	font-family: "ElegantIcons";
	font-size: 16px;
}
.shop-isle-top-bar ul li a:hover,
#isle_body .shop-isle-top-bar ul li a:focus {
	outline: none;
	background-color: transparent;
}
.shop-isle-top-bar ul li a[href*="tel:"]:before,
#isle_body .shop-isle-top-bar ul li a[href*="mailto:"]:before {
	margin-right: 7px;
}
#isle_body .shop-isle-top-bar ul li a[href*="tel:"]:before {
	content: "\e090";
}
#isle_body .shop-isle-top-bar ul li a[href*="mailto:"]:before {
	content: "\e010";
}
#isle_body .shop-isle-top-bar ul li.dropdown .caret {
	display: none;
}

#isle_body .shop-isle-top-bar li a[href*="facebook.com"] {
	font-size: 0;
}
#isle_body .shop-isle-top-bar li a[href*="facebook.com"]:before {
	content: "\e093";
}
#isle_body .shop-isle-top-bar li a[href*="facebook.com"]:hover:before {
	color: #3b5998;
}

#isle_body .shop-isle-top-bar li a[href*="twitter.com"] {
	font-size: 0;
}
#isle_body .shop-isle-top-bar li a[href*="twitter.com"]:before {
	content: "\e094";
}
#isle_body .shop-isle-top-bar li a[href*="twitter.com"]:hover:before {
	color: #55acee;
}

#isle_body .shop-isle-top-bar li a[href*="pinterest.com"] {
	font-size: 0;
}
#isle_body .shop-isle-top-bar li a[href*="pinterest.com"]:before {
	content: "\e095";
}
#isle_body .shop-isle-top-bar li a[href*="pinterest.com"]:hover:before {
	color: #cc2127;
}

#isle_body .shop-isle-top-bar li a[href*="google.com"] {
	font-size: 0;
}
#isle_body .shop-isle-top-bar li a[href*="google.com"]:before {
	content: "\e096";
}
#isle_body .shop-isle-top-bar li a[href*="google.com"]:hover:before {
	color: #dd4b39;
}

#isle_body .shop-isle-top-bar li a[href*="linkedin.com"] {
	font-size: 0;
}
#isle_body .shop-isle-top-bar li a[href*="linkedin.com"]:before {
	content: "\e09d";
}
#isle_body .shop-isle-top-bar li a[href*="linkedin.com"]:hover:before {
	color: #0976b4;
}

#isle_body .shop-isle-top-bar li a[href*="dribbble.com"] {
	font-size: 0;
}
#isle_body .shop-isle-top-bar li a[href*="dribbble.com"]:before {
	content: "\e09b";
}
#isle_body .shop-isle-top-bar li a[href*="dribbble.com"]:hover:before {
	color: #ea4c89;
}

#isle_body .shop-isle-top-bar li a[href*="youtube.com"] {
	font-size: 0;
}
#isle_body .shop-isle-top-bar li a[href*="youtube.com"]:before {
	content: "\e0a3";
}
#isle_body .shop-isle-top-bar li a[href*="youtube.com"]:hover:before {
	color: #e52d27;
}

#isle_body .shop-isle-top-bar li a[href*="instagram.com"] {
	font-size: 0;
}
#isle_body .shop-isle-top-bar li a[href*="instagram.com"]:before {
	content: "\e09a";
}
#isle_body .shop-isle-top-bar li a[href*="instagram.com"]:hover:before {
	color: #125688;
}

#isle_body .shop-isle-top-bar li a[href*="tumblr.com"] {
	font-size: 0;
}
#isle_body .shop-isle-top-bar li a[href*="tumblr.com"]:before {
	content: "\e097";
}
#isle_body .shop-isle-top-bar li a[href*="tumblr.com"]:hover:before {
	color: #35465c;
}

#isle_body .shop-isle-top-bar li a[href*="deviantart.com"] {
	font-size: 0;
}
#isle_body .shop-isle-top-bar li a[href*="deviantart.com"]:before {
	content: "\e09f";
}
#isle_body .shop-isle-top-bar li a[href*="deviantart.com"]:hover:before {
	color: #05cc47;
}

#isle_body .shop-isle-top-bar li a[href*="vimeo.com"] {
	font-size: 0;
}
#isle_body .shop-isle-top-bar li a[href*="vimeo.com"]:before {
	content: "\e09c";
}
#isle_body .shop-isle-top-bar li a[href*="vimeo.com"]:hover:before {
	color: #1ab7ea;
}

section.section.section-topic-list .container {
max-width: 1140px!important;
}
section.section.section-topic-list {
padding: 50px 0;
}
.align-item-center {
align-self: center;
}

#isle_body @media (max-width: 768px) {
	#isle_body body.admin-bar .navbar {
		margin-top: 45px;
	}

	#isle_body body.admin-bar .navbar.navbar-default .navbar-collapse {
		max-height: -webkit-calc(100% - 115px);
		max-height: calc(100% - 115px);
		margin-top: 115px;
	}

	#isle_body body.admin-bar .navbar.header-with-topbar {
		top: 85px;
		margin-top: 0;
	}

	#isle_body body.admin-bar .navbar.header-with-topbar.navbar-fixed-top .navbar-collapse {
		max-height: -webkit-calc(100% - 155px);
		max-height: calc(100% - 155px);
		margin-top: 155px;
	}

	#isle_body body.admin-bar .navbar.navbar-scroll-point.header-with-topbar {
		top: 45px;
	}

	#isle_body body.admin-bar .navbar.navbar-scroll-point.navbar-fixed-top .navbar-collapse {
		max-height: -webkit-calc(100% - 115px);
		max-height: calc(100% - 115px);
		margin-top: 115px;
	}

	#isle_body .shop-isle-top-bar {
		overflow: hidden;
	}
	#isle_body .shop-isle-top-bar .col-md-6 {
		width: 100%;
		text-align: center;
	}
	#isle_body .shop-isle-top-bar .col-md-6.pull-right {
		display: none;
	}
	.shop-isle-top-bar .col-md-12,
	#isle_body .shop-isle-top-bar .col-md-12.pull-right {
		float: none !important;
		text-align: center;
	}
	#isle_body .shop-isle-top-bar .widget.widget_shopping_cart {
		display: none;
	}
}

#isle_body @media (max-width: 600px) {
	#isle_body body.admin-bar .navbar.navbar-scroll-point {
		top: 0;
	}
	#isle_body body.admin-bar .navbar.navbar-scroll-point.header-with-topbar {
		top: 0;
	}
	#isle_body body.admin-bar .navbar.navbar-not-transparent {
		margin-top: 0;
	}
	#isle_body body.admin-bar .navbar.navbar-scroll-point.navbar-fixed-top .navbar-collapse {
		max-height: -webkit-calc(100% - 70px);
		max-height: calc(100% - 70px);
		margin-top: 70px;
	}
}

/* END top bar */

.navbar.header-with-topbar,
.navbar.header-with-topbar.shop_isle_center,
#isle_body .navbar.header-with-topbar.shop_isle_right {
	position: absolute;
	top: 40px;
}
.navbar.navbar-scroll-point,
.navbar.navbar-scroll-point.header-with-topbar,
.navbar.navbar-scroll-point.shop_isle_center,
#isle_body .navbar.navbar-scroll-point.shop_isle_right {
	position: fixed;
	top: 0;
}
#isle_body .navbar.full-screen-menu.header-with-topbar {
	position: absolute;
	top: 40px;
}
.navbar.full-screen-menu.navbar-scroll-point,
#isle_body .navbar.full-screen-menu.navbar-scroll-point.header-with-topbar {
	position: fixed;
	top: 0;
}
#isle_body .navbar.full-screen-menu.navbar-scroll-point .header-sidebar-wrapper {
	display: none;
}

#isle_body @media (min-width: 783px) and (min-width: 601px) {
	#isle_body body.admin-bar .navbar-default:not(.navbar-transparent) {
		margin-top: 32px;
	}
}

#isle_body nav.woocommerce-breadcrumb, em.wcpv-sold-by-loop a, a.added_to_cart.wc-forward  {
	z-index: 10;
}

#isle_body .widget.woocommerce.widget_price_filter {
	height:109px;
}

#isle_body .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color:#f8f9fa;
}

#isle_body .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color:#666;
}

#isle_body .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color:black;
}
#isle_body section.related.products div.shop-item-detail a.product_type_simple {
	display:none;
}
#isle_body div#order_review {
	width:100%;
}
#isle_body div.stripe-card-group {
    width: 575px;
}
#isle_body div#stripe-exp-element {
	width: 70px;
}
#isle_body div#stripe-cvc-element {
	width:40px;
}
#isle_body .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
	display:none;
}
#isle_body #comments input[type="submit"], button[type="submit"] {
	margin-bottom:20px;
}
#isle_body .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
letter-spacing: 0; 
}
/* Do not display arrow for flexslider */
.flex-direction-nav a.flex-next, 
#isle_body .flex-direction-nav a.flex-prev{
    display:none;
}

#isle_body #carousel li {margin-right: 5px;}
#isle_body #carousel img {display: block; opacity: .5; cursor: pointer;}
#isle_body #carousel img:hover {opacity: 1;}
#isle_body #carousel .flex-active-slide img {opacity: 1; cursor: default;}

#isle_body .shop-item-image .price {
	color: ##299435;
	font-size: 22px;
}

#isle_body .shop-item-image .star-rating {
	margin:auto;
}

#isle_body .wcpv-vendor-logo {
	text-align:center;
}

#isle_body .variation-Presenter p {
	font-size: 13px;
}

#isle_body input#coupon_code.input-text {
	width:200px;
}

#isle_body p.woocommerce-thankyou-order-received {
	text-align:center;
}

#isle_body .woocommerce-order .amount, .woocommerce-order p, .cart_totals .amount {
	font-size:13px;

}
