@charset "utf-8";
html, body {
    margin: 0;
    padding: 0;
}
body {
	-webkit-font-smoothing: antialiased;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 1.7;
    font-weight: 400;
	color: #555555;
	background-color: #ffffff;
}
p {	margin: 0 0 15px 0; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
    line-height: 26px;
	color: #333333;
	margin-top: 0;
}
h1, .h1 { font-size: 38px; }
h2, .h2 { font-size: 34px; }
h3, .h3 { font-size: 26px; }
h4, .h4 { font-size: 21px; }
h5, .h5 { font-size: 17px; }
h6, .h6 { font-size: 15px; }
img {
	max-width: 100%;
	height: auto;
}
a { color: #333333; }
a, a:hover, a:focus, a:visited {
	text-decoration: none;
	outline: none;
}
ol, ul {
    padding: 0;
	padding-left: 15px;
	margin-bottom: 0;
}
.clearfix {
	clear: left;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	width: 100%;
}
.nav>li>a {
	padding: 0;
}

/*	FIELD */
.field-label {
	font-weight: bold;
}
.field-label-inline .field-label {
    display: inline-block;
    float: left;
	width: 100%;
    margin-right: 7px;
}

/*---------------------------------------------------*/
/*	LAYOUT
/*---------------------------------------------------*/
.wrapper {
	padding: 0;
	margin: 0 auto;
	margin-bottom: -1px;
	display: block;
    position: relative;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.wrapper .layout-wrap {
	position: relative;
	background-color: #ffffff;
}
#page {
	margin: 0 auto;
}
.region {
	width: 100%;
}
.container-wrap {
	margin: 0 auto;
	width: 100%;
}
.page-wrapper {
	padding: 50px 0px;
}
.path-frontpage .page-wrapper {
	padding: 0;
}

/*---------------------------------------------------*/
/*	BLOCK
/*---------------------------------------------------*/
.block {
	position: relative;
}
.page-wrapper .block {
	margin-bottom: 45px;
}
.block,
.sidebar .block {
	margin-bottom: 35px;
}
.sidebar .block {
	padding: 25px 20px !important;
	border: 1px solid #f6f6f6;
	background-color: #ffffff;
}
.path-frontpage .page-wrapper .block {
	margin-top: 55px;
	margin-bottom: 0;
}
.block-core,
.page-wrapper .block-core,
.block-system,
.page-wrapper .block-system {
	margin: 0px !important;
	padding: 0;
}
#header .block,
#slider .block {
	margin: 0;
}
.content-wide .block {
	margin-bottom: 0;
	padding-top: 50px;
	padding-bottom: 50px;
}
.content-wide .block-local-tasks-block {
	padding: 0;
}
.footer-widget .block {
	margin: 0;
}
.content-wide .container-wrap,
#slider .norm-width .container-wrap {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.content-wide .fullwidth .container-wrap,
#slider .fullwidth .container-wrap {
	max-width: 100% !important;
	padding: 0;
}
.post-content {
	position: relative;
}

/*---------------------------------------------------*/
/*	BLOCK TITLE
/*---------------------------------------------------*/
.block .block-title-wrap {
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 45px;
}
.path-contact .block .block-title-wrap {
	margin-left:0px;
}
.block .block-title-content {
	position: relative;
	max-width: 680px;
}
.content-layout .block .row.block-title-wrap {
	margin-right: 0;
	margin-left: 0;
}
.block-title {
	position: relative;
	margin-top: 0;
	margin-bottom: 10px;
}
.block-title-wrap .block-subtitle {
	font-weight: 300;
    color: #777777;
    display: inline-block;
	display: block;
    margin-bottom: 0;
	margin-top: 0;
}
.sidebar .block-title {
	font-size: 23px;
}
.sidebar .block-title-wrap {
	margin-bottom: 25px;
}
.sidebar .block-title-wrap .block-subtitle {
	font-size: 13px;
}
#footer .block-title-wrap {
	margin: 0;
	margin-bottom: 20px;
}
.title-light .block-title {
	color: #ffffff;
}
.title-light .block-subtitle {
	color: #f0f0f0;
}

/* BLOCK TITLE STYLE */
.block-title-2 .block-title {
	margin-bottom: 0;
}
.block-title-2 .block-title-wrap .block-subtitle {
	margin-bottom: 10px;
}
/* BLOCK CENTER TITLE */
.title-center .block-title,
.block-title-center .block-title-wrap,
.block-title-center .views-title {
	text-align: center;
}
.block-title-center .block-title-content,
.text-center .block-title-content {
	margin-left: auto;
	margin-right: auto;
}

/* BLOCK RIGHT TITLE */
.block-title-right .block-title-wrap,
.block-title-right .views-title {
	text-align: right;
}
.block-title-right .block-subtitle {
	max-width: 100%;
}

.views-title {
	display: block;
	width: 100%;
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	font-weight: 500;
	font-size: 23px;
}

/*---------------------------------------------------*/
/*	PAGE TITLE
/*---------------------------------------------------*/
#page-title {
	padding: 40px 0;
	margin-top: 0;
	margin-bottom: 0;
	background-image: url(../images/bg/bg-main.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	position: relative;
	font-size: 15px;
	text-align: center;
}
#page-title h1 {
    font-size: 35px;
	line-height: 1.1;
    display: block;
	color: #f9f9f9;
}
#page-title .block {
	margin: 0;
}

/*---------------------------------------------------*/
/*	BREADCRUMB
/*---------------------------------------------------*/
.breadcrumb {
	background: none;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	display: block;
	color: #cccccc;
}
.breadcrumb ul{
	padding: 0;
	margin: 0;
}
.breadcrumb ul li {
	display: inline-block;
}
.breadcrumb ul li a {
	font-size: 15px;
	color: #f9f9f9;
}
.breadcrumb ul li:after {
	content: " ";
	display: inline-block;
	margin: 0 3px;
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background-color: #cccccc;
	position: relative;
	top: -2px;
}
.breadcrumb ul li:last-child:after {
	display: none;
}

/*---------------------------------------------------*/
/*	PRELOADER IMAGE
/*---------------------------------------------------*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	z-index: 13000;
	height: 100%;
}

.preloader-spinner {
	width: 40px;
	height: 40px;
	background-color: #8546c9;
	border-radius: 50%;
	position: relative;
	top: 50%;
	margin: -20px auto auto auto;
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

/*---------------------------------------------------*/
/*	FORM
/*---------------------------------------------------*/
input,
button,
select,
textarea,
.nice-select {
	background-color: transparent;
	outline: none !important;
	max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
}

input[type=search] {
    background-color: #ffffff;
	color: #333333;
}

/* FORM COMPONENTS */
.form-text {
    margin: 0;
}
form .field-multiple-table {
	margin: 0;
}
form .field-multiple-table .field-multiple-drag {
	width: 30px;
	padding-right: 0;
}
[dir="rtl"] form .field-multiple-table .field-multiple-drag {
	padding-left: 0;
}
form .field-multiple-table .field-multiple-drag .tabledrag-handle {
	padding-right: .5em;
}
[dir="rtl"] form .field-multiple-table .field-multiple-drag .tabledrag-handle {
	padding-right: 0;
	padding-left: .5em;
}
form .field-add-more-submit {
	margin: .5em 0 0;
}
.form-item {
	margin-top: 0;
	margin-bottom: 30px;
	/*min-width: 200px;*/
}
.form-actions {
	margin: 0;
}
tr.odd .form-item,
tr.even .form-item {
	margin-top: 0;
	margin-bottom: 0;
}
.form-composite > .fieldset-wrapper > .description,
.form-item .description {
	font-size: 0.85em;
}
label.option {
	display: inline;
	font-weight: normal;
}
.form-composite > legend,
.label {
	display:inline;
	font-size: inherit;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.form-checkboxes .form-item,
.form-radios .form-item {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
.form-type-radio .description,
.form-type-checkbox .description {
	margin-left: 2.4em;
}
[dir="rtl"] .form-type-radio .description,
[dir="rtl"] .form-type-checkbox .description {
	margin-left: 0;
	margin-right: 2.4em;
}
.marker {
	color: #e00;
}
.form-required:after {
	content: '*';
	vertical-align: middle;
	display: inline-block;
	width: 6px;
	margin: 0 0.3em;
  color: red;
}
abbr.tabledrag-changed,
abbr.ajax-changed {
	border-bottom: none;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
	border: 2px solid red;
}

/* INLINE ERROR MESSAGES */
.form-item--error-message:before {
	content: '';
	display: inline-block;
	height: 14px;
	width: 14px;
	vertical-align: sub;
	color: red;
	background-size: contain;
}

/* CONTACT FORM */
.contact-message-form select option,
.contact-message-form select * {
	color: #555555 !important;
	display: block;
	padding: 2px;
}

.contact-message-form label {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
}
.contact-message-form .form-item-copy label {
	display: inline-block;
}
.contact-message-feedback-form .form-item,
.contact-message-feedback-form .form-actions {
	margin-top: 0;
	margin-bottom: 25px;
}
.contact-message-feedback-form .form-actions {
	margin-bottom: 0;
}
.contact-message-feedback-form input,
.contact-message-feedback-form textarea {
	width: 100%;
}
.contact-message-feedback-form input[type="submit"] {
	width: auto;
}
.block-contact-block #edit-preview {
	display: none;
}

/* === Local Tasks Block Styling === */
#block-eventi-local-tasks--2 {
  margin: 20px auto;
}

#block-eventi-local-tasks--2 .task-bar {
  background-color: #f9f5ff;
  border: 1px solid #e4d8fa;
  border-radius: 10px;
  padding: 15px 25px;
  box-shadow: 0 2px 8px rgba(133, 70, 201, 0.1);
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

#block-eventi-local-tasks--2 .task-bar:hover {
  box-shadow: 0 4px 12px rgba(133, 70, 201, 0.2);
}

/* Close button */
#block-eventi-local-tasks--2 .close {
  color: #8546c9;
  font-size: 20px;
  opacity: 0.8;
  right: 0px;
  width: 30px;
  position: absolute;
}
#block-eventi-local-tasks--2 .close:hover {
  opacity: 1;
}

/* Tabs list */
#block-eventi-local-tasks--2 .tabs.primary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}

#block-eventi-local-tasks--2 .tabs.primary li {
  flex: 0 1 auto;
}

/* Tabs links */
#block-eventi-local-tasks--2 .tabs.primary a {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #8546c9;
  color: #8546c9;
  padding: 8px 18px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

#block-eventi-local-tasks--2 .tabs.primary a:hover {
  background-color: #8546c9;
  color: #fff;
}

/* Active tab */
#block-eventi-local-tasks--2 .tabs.primary a.is-active,
#block-eventi-local-tasks--2 .tabs.primary li.is-active a {
  background-color: #8546c9;
  color: #fff;
  box-shadow: 0 2px 8px rgba(133, 70, 201, 0.3);
}

@media (min-width: 768px) {
	.contact-message-feedback-form.block-contact-block .form-item-name,
	.contact-message-feedback-form.block-contact-block .form-item-mail {
		width: 48%;
		float: left;
	}
	.contact-message-feedback-form.block-contact-block .form-item-name {
		margin-right: 4%;
	}

}

/* USER LOGIN FORM */
.user-login-form,
.user-form,
.user-pass{
	margin: 40px auto;
	border: 1px solid #efefef;
	padding: 20px 30px;
	max-width: 600px;
}
.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text{
	width: 100%;
}
.form-composite > .fieldset-wrapper > .description,
.form-item .description {
	font-size: 11px;
	color: #999;
	font-style: italic;
}

/*---------------------------------------------------*/
/*	SEARCH FORM
/*---------------------------------------------------*/
.sidebar .search-block-form {
	border: none;
	padding: 0 !important;
}
.search-form,
.search-block-form form {
	position: relative;
}
.search-form {
	display: inline-block;
	margin-bottom: 25px;
}
.search-block-form .form-item {
	margin-bottom: 0;
}
.search-form input,
.search-block-form input{
	margin: 0;
	padding-right: 50px;
	border: 1px solid #eeeeee;
	border-radius: 30px;
}
.search-block-form form,
.search-block-form input{
	width: 100%;
}
.search-block-form input[type="submit"],
.search-form input[type="submit"] {
	padding: 15px 15px 14px 15px !important;
	border: 1px solid #8546c9;
	border-radius: 0px 2px 2px 0px;
}
.search-block-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
    border-color: #333333;
}
.search-result-title {
	display: block;
	margin-top: 30px;
	font-weight: 500;
}
.search-form .search-advanced {
	margin-top: 20px;
}
.search-form .form-item {
	margin-bottom: 10px;
}
.search-content .block {
	margin: 0 !important;
}
.search-content .block-search input {
	width: 100%;
	background-color: #f7f7f7;
	padding: 10px 65px 10px 20px;
}
.search-form input[type="submit"],
.block-search input[type="submit"] {
	background-color: #8546c9;
	background-image: url(../images/icon-search-light.png);
	background-repeat: no-repeat;
	background-position: center center;
    border: 0;
	border-radius: 50%;
    margin: 0;
	text-indent: -9999px;
    position: absolute;
    right: 0px;
    top: 0;
	height: 45px;
    width: 45px;
	padding: 0;
}

/*---------------------------------------------------*/
/*	TABLE
/*---------------------------------------------------*/
table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #ecedee;
}
table tbody {
	border-top: none;
	border-bottom: 1px solid #ecedee;
}
table tr.even,
table tr.odd,
th {
	background-color: transparent;
	border-bottom: 1px solid #ecedee;
}
thead tr th,
thead tr td,
tbody tr th,
tbody tr td {
	padding: 8px;
	line-height: 142%;
	vertical-align: middle;
	border-right: 1px solid #efefef;
}
td.active {
  background-color: transparent;
}
table thead {
	text-transform: uppercase;
	background: #f5f5f5;
}
table tr {
	border-bottom: 1px solid #eeeeee;
}

.flipped-table table {
	text-align: center;
	table-layout: fixed;
}
.flipped-table table th,
.flipped-table table td {
    border-right: 1px solid #efefef;
    padding: 15px;
}
.flipped-table table th {
	background-color: #f8f8f8;
	font-size: 16px;
	font-weight: 600;
	width: 280px;
	padding: 15px 25px;
}
table .flag i {
	display: none;
}

/*---------------------------------------------------*/
/*	TASK BAR
/*---------------------------------------------------*/
.task-bar .tabs {
	margin: 1em 0;
}
.task-bar ul.tabs {
	list-style: none;
	margin: 0 0 0.5em;
	padding: 0;
}
.task-bar .tabs > li {
	display: inline-block;
	margin-right: 0.3em;
}
[dir="rtl"] .tabs > li {
	margin-left: 0.3em;
	margin-right: 0;
}
.task-bar .tabs a {
	display: block;
	padding: 0.2em 1em;
	text-decoration: none;
}
.task-bar .tabs a.is-active {
	background-color: #eeeeee;
}
.task-bar .tabs a:focus,
.task-bar .tabs a:hover {
	background-color: #f5f5f5;
}
.task-bar {
	text-align: center;
}
.task-bar.alert {
	margin-bottom: 0;
}
.task-bar ul.tabs {
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
}
.task-bar.alert-dismissable .close,
.task-bar.alert-dismissible .close {
	right: 0;
}

/* PAGER */
.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 10px 18px;
	background-color: #333333;
	border: 1px solid #ddd;
	border-radius: 50px;
	font-size: 13px;
	color: #ffffff;
}
.pager li.is-active a,
.pager li.pager__item.is-active > a,
.pager li > a:hover {
	color: #ffffff;
	border-color: #8546c9;
	background-color: #8546c9;
}


.views-infinite-scroll-content-wrapper {
	margin-bottom: 30px;
}

.views-more-link {
	display: block;
  margin-top: 10px;
}
.views-more-link:after {
	content: "\f101";
	font-family: 'FontAwesome';
	margin-left: 5px;
}

/*---------------------------------------------------*/
/*	STATUS MESSAGES
/*---------------------------------------------------*/
.messages {
	margin: 0 0 10px;
	padding: 15px;
	position: relative;
}
.messages a {
	color: #333333;
	text-decoration:underline;
}
.messages.status {
	background: #A8DA58;
}
.messages.error {
	background: #E46539;
}
.messages.warning {
	background: #eb8314;
}

/* STATUS MESSAGES SYMBOLS */
.messages.status:before,
.messages.error:before,
.messages.warning:before {
	font-family: 'FontAwesome';
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 0;
	width: 55px;
	text-align: center;
	height: 100%;
	padding-top: 15px;
}
.messages.status:before {
	content: "\f00c";
	font-size: 20px;
	background-color: #81AB3E;
	padding-top: 13px;
}
.messages.error:before {
	content: "\f00d";
	background-color: #CB291D;
}
.messages.warning:before {
	content: "\f12a";
	background-color: #e2630b;
}

/*---------------------------------------------------*/
/*	MENU NAVIGATION
/*---------------------------------------------------*/

/* LINKS INLINE */
ul.links.inline {
	padding: 0;
}
ul.links.inline li {
	list-style: none;
	display: inline-block;
	padding-right: 10px;
}

/* MAIN MENU */
.main-menu {
	position: relative;
	z-index: 99;
}
ul.menu {
	padding-left: 0;
}

/* SIDEBAR MENU */
.sidebar ul.menu {
	list-style-type: none;
	padding-left: 0;
	display: block;
}
.sidebar ul.menu li {
	padding: 10px 0;
	display: block;
	border-bottom: 1px solid #f6f6f6;
}
.sidebar ul.menu li:first-child {
	border-top: 1px solid #f6f6f6;
}
.sidebar ul.menu li a {
	display: block;
}
.sidebar ul.menu li a.is-active {
    color: #8546c9;
}
.menu .list-count {
    position: absolute;
    right: 26px;
    top: 10px;
}
.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
}

/*---------------------------------------------------*/
/*	BRANDING
/*---------------------------------------------------*/
.site-branding {
	margin: 0;
}
.brand.logo {
	max-width: 140px;
    line-height: 96px;
}
.brand.logo a {
    display: inline-block;
    vertical-align: middle;
}
.site-name a {
	font-size: 25px;
	line-height: 1.2;
}
.navbar-brand {
	padding: 0;
}

/*---------------------------------------------------*/
/*	HEADER CONTENT
/*---------------------------------------------------*/
.header {
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	line-height: 0;
	position: relative;
}
.sticky-header .header-content,
.sticky-header .sticky .header-content {
	transition: 0.5s;
	position: relative;
}

/*	HEADER SHOPPING */
.header-element .shopping-cart-bar {
    width: 330px;
    overflow: hidden;
    display: none;
    position: absolute;
    right: -12px;
	top: 73px;
	z-index: 9;
    background-color: #ffffff;
	display: none;
}
.header-element .header-element-cart:hover .shopping-cart-bar {
	display: block;
}
.header-element #shopping-cart .cart-block-items.collapsed {
    display: block;
    margin-bottom: 20px;
	font-size: 13px;
}
.header-element #shopping-cart .block-title-wrap {
    display: none;
}
.shopping-cart-wrap {
    padding: 25px 15px;
}
.shopping-cart-wrap table tbody,
.shopping-cart-wrap table {
	border: none;
}
.shopping-cart-wrap table tr {
    border-color: #f6f6f6;
    margin-bottom: 13px;
}
.shopping-cart-wrap table tr:last-child {
	border: none;
}
.shopping-cart-wrap .cart-block-summary {
    background-color: #f6f6f6;
}
.cart-block-summary-links a {
    text-transform: uppercase;
    font-weight: 600;
}

.header-icon {
	line-height: 96px;
	text-align: center;
	min-width: 23px;
	color: #333333;
	padding: 0;
	font-size: 22px;
	cursor: pointer;
	display: inline-block;
	border: none;
}
.header-element-item {
	margin-left: 15px;
	display: inline-block;
	text-align: left;
}
.header-element-icon .header-element-item:first-child {
	margin-left: 0 !important;
}
.header-element .dropdown-toggle:after {
	display: none;
}
.header-element .dropdown-menu {
	top: 100%;
	left: 0;
	padding: 0;
	background-color: transparent;
	background-clip: none;
	border: none;
	border-radius: 0;
	margin: 0;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
}
.header-element .user-account-block-wrap {
	margin-left: -4.5em;
	transition: 0.5s;
}
.header-element-account {
	position: relative;
}
.header-element .header-element-cart {
	padding-right: 10px;
}
.header-link-button .button {
	margin: 0;
}
.header-section {
	margin-left: 20px;
}
.navbar-toggler.account-icon,
.navbar-toggler.cart-icon {
	display: block;
}
.user-account-block-wrap ul.menu {
	position: relative;
	background-color: #ffffff;
	padding: 0;
	border: 1px solid #eaeaea;
	border-radius: 2px !important;
	box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
	width: 11em;
	display: block;
}
.user-account-block-wrap .menu a {
	display: block;
	line-height: 20px;
	padding: 12px 20px;
}
.user-account-block-wrap .menu a:hover {
    background: #f5f5f5;
}

/*---------------------------------------------------*/
/*	FOOTER
/*---------------------------------------------------*/
.footer {
	color: #dddddd;
	position: relative;
}
.footer a {
	color: #d0d0d0;
    display: block;
}
.footer-widget {
	background-color: #252525;
	padding: 0;
}
.footer-widget .block {
	padding: 50px 15px 40px 15px;
}
.footer-widget .footer-widget-section .block:nth-child(2),
.footer-widget .footer-widget-section .block:nth-child(3) {
	padding-top: 0;
}
.footer-widget .footer-widget-section:first-child .block {
	padding-left: 0;
}
.footer-widget .footer-widget-section:last-child .block {
	padding-right: 0;
}
.footer .block-title {
	color: #ffffff;
    font-size: 23px;
}
.footer .block-subtitle {
	font-size: 15px;
}

/* FOOTERWIDGET MENU */
.footer-widget ul {
	list-style-type: none;
}
.footer-widget a:hover {
	color: #8546c9;
}
.footer-widget ul li a {
	display: inline-block;
    margin-bottom: 10px;
}
/* FOOTERWIDGET BOTTOM */
.footer-bottom {
	font-size: 13px;
	padding: 0;
	margin-top: 0;
}
.footer-bottom {
	border-top: 1px solid #2c2c2c;
	background-color: #1b1b1b;
}
.footer-bottom ul.menu li {
	display: inline-block;
	margin-left: 15px;
}
.footer-bottom .copyright {
	padding: 30px 0;
}
.fixed-footer #footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: -1;
}

/*	FOOTER COLOR  */
.dark-footer,
.dark-footer h1,
.dark-footer h2,
.dark-footer h3,
.dark-footer h4,
.dark-footer h5 {
	color: #f6f6f6;
}
.dark-footer .contact-message-feedback-form input,
.dark-footer .contact-message-feedback-form textarea {
	border-color: #aaaaaa;
}
.dark-footer .recent-post {
	border-color: #333333;
}
.footer.light-footer,
.footer.light-footer a,
.footer.plain-footer,
.footer.plain-footer a {
	color: #333333;
}
.footer.light-footer .copyright a{
	display: inline-block;
	font-weight: 600;
}
.footer.light-footer .footer-widget {
	background-color: #f8f8f8;
}
.footer.light-footer .footer-widget .border-list ul.menu li,
.footer.light-footer .footer-bottom {
	border-color: #eeeeee;
}
.footer.light-footer .footer-bottom {
	background-color: #f5f5f5;
}
.footer.light-footer h2,
.footer.plain-footer h2 {
	color: #222222;
}
.footer.plain-footer .footer-widget {
	border-top: 1px solid #f9f9f9;
}
.footer.plain-footer .footer-widget,
.footer.plain-footer .footer-bottom {
	background-color: transparent;
}
.footer.plain-footer .footer-widget .border-list ul.menu li,
.footer.plain-footer .footer-bottom {
	border-color: #f9f9f9;
}
.footer.colored-footer,
.footer.colored-footer a {
	color: #f9f9f9;
}
.footer.colored-footer a:hover {
	color: #dddddd;
}
.footer.colored-footer .footer-widget .border-list ul.menu li,
.footer.colored-footer .footer-bottom {
	border-color: rgba(238, 238, 238, 0.12);
}
.colored-footer .footer-bottom {
	background-color: #8546c9;
}
.colored-footer input::placeholder,
.colored-footer textarea::placeholder {
	color: #eeeeee;
}
.colored-footer .btn,
.colored-footer input[type="submit"] {
	background-color: #ffffff;
	color: #333333;
}
.footer-bottom .block {
	padding: 30px 0;
	margin: 0;
}
.footer-bottom p,
.copyright p {
	margin: 0;
}

/*---------------------------------------------------*/
/*	SOCIAL MEDIA
/*---------------------------------------------------*/
.social-icon {
	position: relative;
	padding: 0;
	margin: 0;
}
.social-icon li {
	display: inline-block;
	list-style: none;
}
.social-icon a {
	font-size: 17px;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
}
.social-media {
	display: inline-block;
}

/* FOOTER SOCIAL */
.footer .social-media {
	line-height: 45px;
}
.footer .social-media ul li a {
	margin-left: 5px;
}
.footer .social-media.plain-social.normal-social ul li a {
	margin-left: 0;
}

/* COLORED SOCIAL */
.colored-social a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background-color: #333333;
	border: none !important;
	color: #ffffff !important;
}
.colored-social a.facebook {
	background-color: #5d82d1;
}
.colored-social a.google-plus {
	background-color: #eb5e4c;
}
.colored-social a.twitter {
	background-color: #29C5F6;
}
.colored-social a.linkedin {
	background-color: #238cc8;
}
.colored-social a.instagram {
	background-color: #765c30;
}
.colored-social a.pinterest {
	background-color: #e13138;
}
.colored-social a.dribbble {
	background-color: #f7659c;
}
.colored-social a.youtube {
	background-color: #ef4e41;
}
.colored-social a.vimeo {
	background-color: #35c6ea;
}
.colored-social a.rss {
	background-color: #ff6d00;
}

/*---------------------------------------------------*/
/*	BUTTONS
/*---------------------------------------------------*/
.btn,
.button,
input[type="submit"] {
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
	font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.1;
    margin: 10px 0;
    outline: 0 none;
    padding: 13px 30px;
	color: #ffffff;
	border: none;
    border-radius: 50px;
    position: relative;
    white-space: nowrap;
	transition: 0.3s;
    background-color: #8546c9;
	overflow: hidden;
}
.button + .button,
.btn + .btn {
    margin-left: 10px;
}
.btn:hover,
.button:hover,
input[type="submit"]:hover{
	background-color: #333333;
	border-color: #333333;
	color: #ffffff;
}
.button:focus {
    outline: 0;
}
.button-light {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
	color: #111 !important;
}
.button-dark {
    background-color: #111111;
    color: #ffffff;
	border-color: #111111;
}
.btn:after,
.button:after {
	content: "\f101";
	font-family: 'FontAwesome';
	position: absolute;
	opacity: 0;
	top: 50%;
	right: 0px;
	margin-top: -7px;
	transition: 0.3s;
}
.btn:hover,
.button:hover {
	padding-left: 25px;
	padding-right: 35px;
}
.btn:hover:after,
.button:hover:after {
	opacity: 1;
	right: 20px;
}
input[type="submit"]:hover {
	padding-left: 30px;
	padding-right: 30px;
}
input[type="submit"]:after,
.input-group-btn button:after {
	display: none !important;
}

/*---------------------------------------------------*/
/*	SCROLL TO TOP
/*---------------------------------------------------*/
.back-to-top {
	position: fixed;
	border-radius: 50px 50px 5px 5px;
	border: 1px solid #999999;
	color: #999999;
	width: 45px;
	height: 50px;
	bottom: 85px;
	right: 30px;
	cursor: pointer;
	font-size: 22px;
    line-height: 50px;
	text-align: center;
	display: none;
	z-index: 99;
}
.back-to-top:hover {
	color: #ffffff;
	background-color: #393939;
	border-color: #393939;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

/*---------------------------------------------------*/
/*	MAINTAINANCE PAGE
/*---------------------------------------------------*/
.maintenance-page {
	text-align: center;
	padding: 180px 0;
	font-size: 28px;
	color: #000000;
}
.maintenance-msg {
	padding: 20px 30px;
	display: inline-block;
	color: #404040;
	border: 1px solid #ffffff;
	box-shadow: 5px 5px 0px #ffffff;
	font-size: 20px;
}
.maintenance-msg h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 50px;
}
.maintenance-icon {
	color: #8546c9;
}
.maintenance-page .brand,
.maintenance-page .name-and-slogan {
	display: inline-block;
	vertical-align: middle;
}
.maintenance-page .site-name a {
	color: #404040;
}
.maintenance-page .site-slogan,
.maintenance-page .name-and-slogan {
	display: none;
}

/*----------------------------------------------*/
/*	404 ERROR PAGE
/*----------------------------------------------*/
.error-404 {
	padding: 80px 0 120px 0;
}
.error-404-number {
    color: #eeeeee;
    display: block;
    font-size: 15em;
    font-weight: 900;
    line-height: 1;
}

/*---------------------------------------------------*/
/*	CONTACT ADDRESS
/*---------------------------------------------------*/
.contact-address .contact-address-line {
	position: relative;
	padding-left: 65px;
	min-height: 60px;
	margin-bottom: 20px;
}
.contact-address-line i {
	font-size: 25px;
	line-height: 41px;
	color: #999999;
	text-align: center;
}
.contact-address i {
	position: absolute;
	left: 0;
	top: 3px;
}
.contact-social.social-media ul li a {
    font-size: 20px;
	width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
	background-color: #8546c9;
}

/*---------------------------------------------------*/
/*	CONTACT BLOCK FORMS
/*---------------------------------------------------*/
.contact-form input,
.contact-form select {
    width: 100%;
	margin: 0;
	min-height: 50px;
	min-width: 170px;
}
.contact-form .button {
	width: auto;
}

/*---------------------------------------------------*/
/*	OWL CAROUSEL
/*---------------------------------------------------*/
.owl-carousel {
    padding: 0;
	list-style-type: none;
}
.owl-carousel .owl-item {
	cursor: move;
	cursor: url(../images/drag.png) 16 9, ew-resize !important;
}
.owl-carousel .owl-nav {
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
.owl-carousel:hover .owl-nav {
    opacity: 1
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    padding: 0;
    transform: translateY(-50%);
	background-color: #f2f2f2;
	border: 2px solid #f9f9f9;
	border-radius: 50%;
	color: #333333;
    font-size: 20px;
    height: 45px;
    width: 45px;
	line-height: 41px;
    position: absolute;
    text-align: center;
    top: 50%;
	z-index: 2;
	margin: 0;
    -webkit-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
}
.owl-carousel .owl-nav button span {
	display: none !important;
}
.owl-carousel .owl-nav button:before {
	text-align: center;
	font-family: 'Ionicons';
	color: #333333;
	text-indent: 0;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	transform: translateX(-50%);
}
.owl-carousel .owl-nav button.owl-prev:before {
	content: "\f3d2";
}
.owl-carousel .owl-nav button.owl-next:before {
	content: "\f3d3";
}
.owl-carousel .owl-nav .owl-prev {
    left: -22px;
}
.owl-carousel .owl-nav .owl-next {
    right: -22px;
}
.owl-carousel .owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: -45px;
    width: 100%;
	text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 50%;
	padding: 0;
	margin-right: 5px;
}
.owl-carousel .owl-dots .owl-dot.active {
	border-color: #b0b0b0;
}
.owl-carousel .owl-dots .owl-dot span {
    display: block;
	width: 6px;
    height: 6px;
    margin: 4px;
	border-radius: 50%;
    background-color: #b0b0b0;
}
.fullwidth .owl-carousel .owl-nav .owl-prev {
    left: 45px;
}
.fullwidth .owl-carousel .owl-nav .owl-next {
    right: 45px;
}

/*---------------------------------------------------*/
/*	SLIDE BLOCK
/*---------------------------------------------------*/
#slider {
	overflow: hidden;
	clear: left;
	position: relative;
	width: 100%;
	margin-top: 97px;
}
.slider-image {
	position: relative;
}
#slider .hero {
	max-height: 100vh;
	position: relative;
	overflow: hidden;
}
.slider-image img,
.slide-block img {
	width: 100%;
}
.slide-block li {
	list-style-type: none;
	position: relative;
}
.slide-content-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
    top: 0;
}
.slide-wrap {
	position: relative;
	display: table;
	height: 100%;
    max-height: 100vh;
}
.slide-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.slide-content-main {
	position: relative;
	overflow: hidden;
}
.slide-content p {
	margin-bottom: 0;
}
.slide-content-main.float-center {
	text-align: center;
}
.slide-content .button {
	margin: 0;
	color: #ffffff;
}

.hero .heading-text .field-item:first-child {
	animation-delay: .25s;
}
.hero .heading-text .field-item:nth-child(2) {
	animation-delay: .7s;
}
.hero .heading-text .field-item:nth-child(3) {
	animation-delay: 1s;
}
.hero .slide-content-body {
	animation-delay: 1.15s;
    margin-top: 20px;
}
.hero .slide-button {
	animation-delay: 1.5s;
}
.slide-image {
	width: 100%;
	position: relative;
}
.slide-image img {
    width: 100%;
}

.pre-heading-text {
	font-size: 22px;
	line-height: 1.1;
	margin-bottom: 15px;
}
.heading-text {
	font-size: 55px;
	line-height: 1.1;
	font-weight: 600;
	color: #333333;
	margin-bottom: 20px;
}
.heading-text .field-field-heading-text .heading-text-content {
	display: inline-block;
}
.slide-button {
	display: block;
	margin-top: 35px;
}

#slider .owl-carousel .owl-nav button,
.slide-carousel.owl-carousel .owl-nav button,
.owl-slider-field.owl-carousel .owl-nav button {
	opacity: 0;
}
#slider .owl-carousel .owl-nav button {
    width: 55px;
	height: 55px;
	background-color: #ffffff !important;
	border: none;
}
#slider .owl-carousel .owl-nav button:before {
	font-size: 30px;
	line-height: 55px;
}
#slider .owl-carousel:hover .owl-nav .owl-prev,
.slide-carousel.owl-carousel:hover .owl-nav .owl-prev,
.owl-slider-field.owl-carousel:hover .owl-nav .owl-prev {
    left: 15px;
}
#slider .owl-carousel:hover .owl-nav button,
.slide-carousel.owl-carousel:hover .owl-nav button,
.owl-slider-field.owl-carousel:hover .owl-nav button {
    opacity: 1;
}
#slider .owl-carousel:hover .owl-nav .owl-next,
.slide-carousel.owl-carousel:hover .owl-nav .owl-next,
.owl-slider-field.owl-carousel:hover .owl-nav .owl-next {
    right: 15px;
}
#slider .block:hover .owl-carousel .owl-nav .owl-prev,
#slider .block:hover .owl-carousel .owl-nav .owl-next {
    top: 50%;
}
#slider .owl-item,
.slide-carousel .owl-item {
	padding: 0;
    overflow: hidden;
}
#slider .owl-carousel {
	margin: auto;
}
#slider .owl-carousel .owl-dots,
.owl-slider-field.owl-carousel .owl-dots {
	bottom: 10px;
}
.slide-carousel.owl-carousel .owl-dots,
.owl-slider-field.owl-carousel .owl-dots {
	bottom: 5px;
}
#slider .owl-carousel .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	border: 2px solid #ffffff;
	background-color: transparent;
}


/* COUNTDOWN TIMER */
.countdown-wrap {
	margin-bottom: 30px;
}
.countdown-wrap .is-countdown {
	background-color: transparent;
	border: none;
}
.countdown-wrap .countdown-section {
	position: relative;
	width: 75px;
	height: 75px;
	line-height: 75px;
	margin-right: 20px;
	padding: 12px 0;
	border: 2px solid;
	border-radius: 50%;
}
.countdown-wrap .countdown-section:last-child {
	margin-right: 0;
}
.countdown-wrap .countdown-amount,
.countdown-wrap .countdown-period {
	display: block;
	z-index: 1;
	position: relative;
	line-height: 1.3;
}
.countdown-wrap .countdown-amount {
	font-size: 23px;
	font-weight: 600;
}

/*---------------------------------------------------*/
/*	COLORBOX
/*---------------------------------------------------*/
.colorbox {
	position: relative;
	display: block;
	cursor: url("../images/plus.png"), auto;
}

/*---------------------------------------------------*/
/*	TESTIMONIALS
/*---------------------------------------------------*/
.testimonial-content {
	margin-left: auto;
	margin-right: auto;
	display: flex;
}
.testimonial .testimonial-image img {
	border-radius: 50%;
	width: 150px;
}
.testimonial .testimonial-image {
	margin-right: 30px;
}
.testimonial .testimonial-image,
.testimonial .testimonial-meta {
	position: relative;
	display: inline-block;
}
.testimonial .testimonial-body {
	font-style: italic;
	position: relative;
}
.testimonial .testimonial-body:after {
	content: "\f10d";
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: -20px;
	color: #cfcfcf;
	opacity: 0.8;
}
.text-light .testimonial-body:after {
	color: #ffffff;
}
.testimonial .testimonial-title {
	margin-top: 5px;
	margin-bottom: 0;
}
.testimonial-position {
    color: #999999;
    font-size: 12px;
}
.owl-responsive .testimonial,
.grid-item .testimonial {
	background-color: #ffffff;
	border: 1px solid #f9f9f9;
	border-radius: 5px;
}
.owl-responsive .testimonial .testimonial-body,
.grid-item .testimonial .testimonial-body {
	font-size: 13px;
}
.owl-responsive .testimonial .testimonial-content,
.grid-item .testimonial .testimonial-content {
	max-width: 100%;
	padding: 35px 25px;
}

/*---------------------------------------------------*/
/*	CLIENTS
/*---------------------------------------------------*/
.clients-wrapper .clients-list {
	padding: 0 !important;
	margin-bottom: 0;
}
.clients-wrapper .clients-list .field-field-image {
	text-align: center;
}
.clients-wrapper {
	overflow: hidden;
}
.clients-list:before,
.clients-list:after {
	content: "";
    position: absolute;
}
.clients-list:before {
    margin-left: -1px;
    border-right: 1px solid #eeeeee;
	height: 100%;
}
.clients-list:after {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: -1px;
	width: 100%;
}
.clients-list img {
	padding: 20px;
	opacity: 0.6;
}
.clients-list:hover {
	background-color: #f5f5f2;
}
.clients-list:hover img {
	opacity: 1;
}
.client-image {
	padding: 15px 40px;
	background-color: #fafafa;
	border-radius: 100px;
}

/*---------------------------------------------------*/
/*	FEATURE BOX
/*---------------------------------------------------*/
.fa {
    line-height: 1;
}
.feat-icon {
	margin-bottom: 6px;
	font-size: 50px;
	line-height: 1;
	color: #8546c9;
}
.feat-node-content .node-feat-image {
	margin-bottom: 25px;
}
.feat-node-content .post-title {
	margin-bottom: 15px;
}
.feat-node-content .post-title i {
	display: inline-block;
	margin-right: 15px;
	font-size: 45px;
}
.feat-image .post-content {
    padding: 30px 20px;
    border: 1px solid #f8f8f8;
	background-color: #ffffff;
}
.feat-container .feat-image,
.feat-container .feat-img {
	position: relative;
}
.feat-container .feat-img:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000000;
	opacity: 0.5;
	transition: 0.3s;
}
.feat-container:hover .feat-img:after {
	opacity: 0.8;
}
.feat-teaser .feat-img:after {
	background-color: #fbfbfb;
	opacity: 0.9;
}
.feat-teaser:hover .feat-img:after {
	background-color: #8546c9;
	opacity: 0.9;
}
.feat-teaser .feat-img img {
	width: 100%;
}
.feat-teaser:hover .feat-content * {
	color: #ffffff;
}
.feat-container .feat-content {
    padding: 30px;
    border: none;
	background-color: transparent;
	position: absolute;
	bottom: 0;
	transition: 0.4s;
}
.feat-teaser .feat-content {
	top: 0;
	width: 100%;
	padding: 15px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.feat-teaser .feat-content-container {
	display: table;
	width: 100%;
	height: 100%;
}
.feat-teaser .feat-meta-wrap {
	display: table-cell;
	vertical-align: middle;
}

.feat-teaser .feat-meta,
.feat-teaser .post-link {
	transition: 0.4s;
	transform: translateY(15px);
}
.feat-teaser .post-link {
	opacity: 0;
	transform: translateY(-20px);
	transition: 0.4s;
}
.feat-teaser:hover .feat-meta,
.feat-teaser:hover .post-link {
	transform: translateY(0);
	opacity: 1;
}
.service-teaser .feat-content * {
	color: #ffffff;
}
.service-teaser .feat-meta {
	transform: translateY(0px);
	transition: 0.4s;
}
.service-teaser:hover .feat-meta {
	transition: 0.4s;
}

/*-------------------------------------------------*/
/* FEATURE BLOCK
/*-------------------------------------------------*/
.feature-block .feat-block-content {
	padding: 50px 35px;
	z-index: 1;
}
.feature-block-wrap .block-title-wrap .block-subtitle {
	max-width: 100%;
}
.feature-block-wrap,
.feat-block-image-wrap {
	overflow: hidden;
	position: relative;
}
.feature-block .block-content {
	position: relative;
}
.feature-block-wrap {
	min-height: 320px;
}
.feat-block-image-wrap {
	/*padding: 0;*/
}
.feature-block .feat-block-image {
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.feature-block .background-image .feat-block-image {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.feat-block-image-bg {
	visibility: hidden;
}
.content-wide .fullwidth.feature-block .container-wrap {
	max-width: 1170px;
}

.feat-block-video {
	position: relative;
}
.feat-block-video .colorbox {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.feat-block-video .colorbox .video-link {
	display: none;
	visibility: hidden;
}
.feat-block-video .colorbox:after {
    font-family: 'Ionicons';
    content: "\f488";
    font-size: 26px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    letter-spacing: -6px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background-color: #ffffff;
    transition: all 0.4s ease-in-out;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.feat-block-video .colorbox:hover:after {
	transform: scale(1.2,1.2);
    background-color: #ffffff;
    border-color: #f9f9f9;
	color: #333333;
}
.feat-block-video .colorbox:before,
.feat-block-video .colorbox:hover:before {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.3);
	transition: 0.6s;
}

/*---------------------------------------------------*/
/*	BLOG
/*---------------------------------------------------*/
.grid-item {
	margin-bottom: 30px;
}
.post-row {
	margin-bottom: 40px;
}
/*	BLOG LIST */
.blog-post .post-title {
    margin-bottom: 15px;
	margin-top: 0;
}
.post-title {
	margin-bottom: 0;
}
.grid-wrapper .post-title,
.grid-wrapper .post-title a {
	font-size: 14px;
	color: #ffffff !important;
}
.post-meta {
    display: block;
    margin-bottom: 5px;
}
.post-meta .post-meta-item {
    display: inline-block;
    font-size: 10px;
	margin-right: 10px;
}
.post-meta .post-meta-item:last-child {
	margin-right: 0;
}
.post-meta .post-meta-item i {
    padding-right: 3px;
}

.post-tags div {
	display: inline-block;
}
.post-tags div a {
	margin-right: 5px;
}

/* FEED ICON */
.feed-icon {
    display: block;
    clear: both;
    padding-left: 15px;
}
.feed-icon:before {
	content: "\f09e";
	font-family: 'FontAwesome';
	margin-right: 5px;
}
.path-frontpage .feed-icon {
	display: none !important;
	visibility: hidden !important;
}

/* POST CONTENT */
.post-meta-item,
.post-meta-item div {
	display: inline-block;
}
.post-content .post-image {
	margin-bottom: 20px;
}
.post-image img,
.post-thumb img {
	width: 100%;
	height: auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

/*	LATEST POST  */
.blog-post-teaser {
	position: relative;
	overflow: hidden;
}
.blog-post-teaser .post-thumb {
	transition: 0.5s;
	min-height: 120px;
	position: relative;
	overflow: hidden;
}
.blog-post-teaser .post-thumb:hover img {
	transform: scale(1.02,1.02);
}
.blog-post-teaser .post-content-wrap {
	position: absolute;
	z-index: 1;
	left: 30px;
	bottom: 0;
	padding: 10px 10px 10px 15px;
}
.blog-post-teaser .content-wrap  {
	padding: 10px 15px 10px 35px;
	position: relative;
	line-height: 1;
}
.blog-post-teaser .content-wrap * {
	color: #ffffff;
}
.blog-post-teaser .content-wrap:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	z-index: -1;
	background-color: #000000;
	opacity: 0.6;
	border-radius: 50px 10px 0 50px;
	-webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.blog-post-teaser:hover .content-wrap:before {
	background-color: #8546c9;
	opacity: 1;
}
.blog-post-teaser .post-date {
	position: absolute;
    top: 50%;
	margin-top: -30px;
	left: -30px;
    background-color: #8546c9;
    width: 55px;
    height: 55px;
	padding: 10px 5px;
	border-radius: 50%;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
	z-index: 1;
    color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.blog-post-teaser:hover .post-date {
	background-color: #ffffff;
}
.blog-post-teaser:hover .post-date * {
	color: #333333;
}
.blog-post-teaser .post-date span {
    display: block;
}
.blog-post-teaser .post-date .post-date-day {
	font-weight: 600;
    font-size: 20px;
}
.blog-post-teaser .post-date .post-date-month {
    font-size: 12px;
}
.blog-post-teaser .post-body {
	padding: 25px 20px 30px 20px;
	border-radius: 0 0 5px 5px;
	border: 1px solid #f6f6f6;
	border-top: none;
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
}
.blog-post-teaser .post-body p:last-child {
	margin-bottom: 0;
}
.blog-post-teaser .read-more {
	margin-top: 15px;
	display: inline-block;
	font-weight: 600;
	font-size: 13px;
}
.post-link a {
	display: block;
	font-weight: 600;
}

/* VIDEO POST */
.post-thumb .entry-video a:after {
    content: "\f04b";
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 46px;
    width: 50px;
    height: 50px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

/* BLOG POST FULL */
.blog-post-full .post-meta {
    border-radius: 3px;
	margin-bottom: 25px;
    padding: 0 0 10px 0;
	border-bottom: 1px solid #f8f8f8;
}
.blog-post-full .post-content {
	padding-top: 25px;
}
.blog-post blockquote {
    padding: 0;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: none;
    font-style: italic;
}

/* RECENT POST */
.recent-post {
    margin-bottom: 15px;
}
.recent-post .post-title {
	margin: 0 0 5px 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
}
.recent-post:last-child {
	border: none;
	margin-bottom: 0;
}
.recent-post .post-time {
	font-size: 11px;
}

.post-read-more {
	text-align: right !important;
	margin-top: 20px;
}

/* READ MORE BUTTON */
a.read-more {
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

/*---------------------------------------------------*/
/*	TAGS
/*---------------------------------------------------*/
.tag-cloud li {
	display: inline-block;
	margin: 0 3px 0px 0;
	position:relative;
	font-size: 11px;
}
.tag-cloud li a {
	border: 1px solid #f2f2f2;
	padding: 9px 10px;
	float: left;
	color: #999999;
	border-radius: 2px;
}
.tag-cloud li a:hover {
	border-color: #8546c9;
	background-color: #8546c9;
	color: #ffffff;
}
.tag-cloud .tag-name{
	color: #666666;
	display: inline-block;
	letter-spacing: 1px;
	float:left;
}
.tag-cloud .tag-count {
	background: rgba(0,0,0,0.01);
	border-color: #ecf0f1;
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	padding: 7px 9px !important;
	color: #aaa;
	position: relative;
	margin-left: -1px;
	float: left;
}
.tag-cloud .tag-count:before {
	border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #d6d6d6;
	border-style: solid;
	border-width: 4px;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 13px;
}
.tag-cloud .tag-count:after {
	border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #ffffff;
	border-style: solid;
	border-width: 4px;
	content: "";
	display: block;
	left: -1px;
	position: absolute;
	top: 13px;
}
.tag-cloud li .tag-name a:hover {
	border-color: #ecf0f1;
	background-color: transparent;
	color: #8546c9;
}

/*---------------------------------------------------*/
/*	COMMENT
/*---------------------------------------------------*/
.comment-wrap{
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #F5F5F5;
}
.comment-wrap .author-details{
	float: left;
	width: 20%;
}
.comment-wrap  .author-details img {
    border-radius: 50%;
}
.comment-wrap .author-comments {
	padding-left: 15px;
	float: left;
	width: 80%;
}
.comment-submitted {
	padding: 0;
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
}
.comment-wrap .author-comments h3{
	margin-top: 6px;
	font-size: 20px;
}
.comment-wrap .author-comments .permalink {
	color: #333333;
}
.comment-wrap .author-comments p{
	margin-bottom: 10px;
}
.comment-wrap ul.links.inline {
    float: right;
	margin-bottom: 0;
}
.comment-wrap ul.links.inline .comment-reply a:before {
    font-family: 'FontAwesome';
	content: "\f112";
	margin-right: 5px;
}
.comment-form {
	margin-bottom: 5px;
	display: block;
}
.comment-form label {
	display: block;
	font-weight: 400;
	text-transform: uppercase;
}
.comment-form .form-text,
.comment-form .form-textarea,
.comment-form .form-email,
.comment-form .form-url {
    width: 100%;
}
.comment-form .filter-wrapper {
	display: none;
	visibility: hidden;
}
.post-comment .post-stats {
    text-transform: uppercase;
	font-size: 17px;
	display: block;
	margin-bottom: 40px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 8px;
	margin-top: 55px;
}

/* USER BLOCK */
.user-block {
	text-align: center;
}
.user-picture {
	width: 120px;
	height: 120px;
	margin: 0 auto 15px auto;
}
.user-picture img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.user-bio {
	margin: 15px 0;
}

/*	CLICKER  */
.clicker-btn {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	bottom: 1px;
	right: 2px;
	line-height: 40px;
	text-align: center;
	background-color: #8546c9;
	color: #ffffff;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.5s;
	-webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.clicker-btn:hover {
	background-color: #333333;
}
.clicker-content {
	position: absolute;
	bottom: 0;
	right: 0;
}
.clicker-content-inner {
	opacity: 0;
}
.clicker-open .clicker-content-inner {
	opacity: 1;
}

/*	TOGGLE CONTENT  */
.toggle-nav {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	bottom: 4px;
	right: 4px;
	line-height: 40px;
	text-align: center;
	background-color: #8546c9;
	color: #ffffff;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.5s;
	-webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.toggle-nav:hover,
.toggle-nav:focus,
.toggle-nav:active {
	background-color: #333333;
}
.toggle-content-wrap {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.toggle-content-inner {
	display: block;
	position: relative;
	padding: 0 60px 0 0;
	-webkit-transition: visibility 0.3s;
	-moz-transition: visibility 0.3s;
	transition: visibility 0.3s;
}
.toggle-content.active .toggle-content-inner {
	display: block;
	transform: translateX(0%);
}

/*---------------------------------------------------*/
/*	TEAM
/*---------------------------------------------------*/
.team-teaser {
	position: relative;
	overflow: hidden;
}
.speaker-teaser {
	border-radius: 0 0 20px 20px;
	transition: 0.4s;
}
.speaker-teaser:hover {
	border-radius: 20px;
	transition: 0.4s;
}
.team-thumb {
	overflow: hidden;
	margin: 0;
	position: relative;
}
.team-thumb img {
    width: 100%;
	transition: all 0.5s ease-in-out;
}
.team-teaser:hover img {
	transform: scale(1.1);
}
.team-teaser .team-meta {
	padding: 15px 10px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.speaker-teaser:hover .team-meta * {
	color: #ffff;
}
.team-teaser .team-meta-wrap {
	position: relative;
}
.speaker-teaser .team-meta-wrap:before {
	content: "";
	position: absolute;
	background-color: #8546c9;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transform: translateY(102%);
	transition: 0.3s;
}
.team-teaser:hover .team-meta-wrap:before {
	transform: translateY(0);
}
.team-meta .team-name {
	margin: 0;
	font-weight: 600;
}
.team-teaser .toggle-nav {
	transform: translateX(105%);
	opacity: 0;
}
.team-teaser:hover .toggle-nav,
.team-teaser .toggle-content.active .toggle-nav {
	opacity: 1;
	transform: translateX(0);
}
.team-teaser .toggle-content {
	text-align: center;
	z-index: 2;
}
.team-teaser .toggle-content a {
	position: absolute;
	bottom: 1px;
	right: 2px;
	opacity: 0;
	transition: 0.4s;
}
.team-teaser .toggle-content.active a {
	bottom: 65px;
	right: 65px;
	opacity: 1;
}
.team-teaser .toggle-content.active a:hover {
	opacity: 0.8;
}
.team-teaser .toggle-content.active a:first-child {
	bottom: 4px;
}
.team-teaser .toggle-content.active a:nth-child(2) {
	right: 50px;
	bottom: 50px;
}
.team-teaser .toggle-content.active a:nth-child(3) {
	right: 4px;
}
.team-teaser .team-quick-view .team-link {
	text-indent: -9999px;
	display: block;
	height: 100%;
}
.team-teaser .team-quick-view,
.speaker-teaser .team-thumb .field-field-image:after,
.speaker-teaser .team-thumb .field-field-image a:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	text-align: center;
}
.speaker-teaser .team-thumb .field-field-image:after,
.speaker-teaser .team-thumb .field-field-image a:before {
	content: "";
	display: none;
	transition: 0.3s;
	cursor: pointer;
}
.speaker-teaser .team-thumb .field-field-image:after {
	background-color: #8546c9;
	opacity: 0.3;
}
.speaker-teaser .team-thumb .field-field-image a:before {
	background-image: url("../images/plus.png");
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}
.speaker-teaser:hover .team-thumb .field-field-image:after,
.speaker-teaser:hover .team-thumb .field-field-image a:before {
	display: block;
}

/* TEAM SINGLE */
.team-content .team-meta {
	margin-bottom: 30px;
	padding: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
}
.team-content .team-social a {
	text-align: center;
	margin-right: 5px;
}
.team-content .team-social {
	margin-top: 30px;
}

/*---------------------------------------------------*/
/*	EVENT
/*---------------------------------------------------*/
.view-grouping-container {
	border-radius: 5px;
	padding: 50px 25px 30px 25px;
	border: 1px solid #efefef;
}
.group-event-title-wrap {
	border-bottom: 1px solid #efefef;
	padding-bottom: 25px;
	margin-bottom: 0;
}
.group-event-title-wrap .group-event-title {
	color: #8546c9;
}
.group-event-title-wrap .group-event-date {
	font-size: 16px;
}
.quicktabs-tabs .group-event-title-wrap {
	border-bottom: none;
	padding-bottom: 0;
	font-size: 20px;
}
.quicktabs-tabs .group-event-title-wrap span {
	color: #ffffff;
}
.quicktabs-tabs .group-event-title-wrap br {
	display: none;
}
.schedule-tab-vertical .quicktabs-tabs .group-event-title-wrap span {
	display: block;
	line-height: 1.6;
}
.view-grouping-content .views-title {
	display: none;
	color: #ffffff;
}
.event-session-wrap {
	border-radius: 4px;
	transition: 0.3s;
}
.event-session-wrap .event-session-item {
	position: relative;
	padding: 25px 0;
	border-bottom: 1px solid #f0f0f0;
}
.event-session-wrap:last-child .event-session-item {
	border: none;
}
.session-content p:last-child {
	margin-bottom: 0;
}
.event-session-item .session-time {
	color: #8546c9;
}
.event-session-item .session-title {
	font-size: 16px;
	font-weight: 600;
}
.event-session-item .toggle-content-wrap,
.event-session-item .toggle-nav {
	bottom: auto;
	top: 0;
}
.event-session-item .toggle-content {
	display: none;
	overflow: hidden;
}
.event-session-item:hover .toggle-content,
.event-session-item .toggle-content.active {
	display: block;
}
.event-session-item .toggle-content.active {
	overflow: visible;
}
.event-session-item .toggle-content-inner {
	text-align: center;
	position: relative;
	z-index: 1;
	padding-right: 40px;
	transform: translateX(105%);
	transition: 0.2s;
}
.event-session-item .toggle-item {
	display: inline-block;
	padding: 0;
	margin-left: 0;
}
.event-session-item .toggle-item-inner {
	position: relative;
}
.event-session-item .toggle-item-title {
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: 600;
	display: block;
}
.event-session-item .toggle-item-icon {
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: block;
	cursor: pointer;
	background-color: #8546c9;
	border: 1px solid  #8546c9;
	color: #ffffff;
	border-radius: 50%;
	margin-left: 5px;
	transition: 0.4s ease-in-out;
}
.event-session-item .toggle-item:first-child .toggle-item-icon {
	margin-left: 0;
}
.toggle-item:hover .toggle-item-icon {
	background-color: #f0f0f0;
	color: #8546c9;
	border-color: #e5e5e5;
}
.event-session-item .toggle-detail-wrap {
	position: absolute;
	background-color: #f0f0f0;
	padding: 15px;
	right: 0;
	top: 48px;
	display: none;
	transform: translateX(40%);
	width: 210px;
}
.event-session-item .toggle-item:hover .toggle-detail-wrap {
	display: block;
}
.event-session-item .toggle-item-content {
	display: block;
	font-size: 13px;
}
.session-speaker .team-teaser,
.session-sponsor .sponsor-teaser {
	display: inline-block;
	margin-left: 15px;
	margin-bottom: 15px;
	max-width: 75px;
}
.session-speaker .team-teaser:nth-child(2n+1),
.session-sponsor .sponsor-teaser:nth-child(2n+1) {
	margin-left: 0;
}
.event-schedule .event-session-item .client-image {
	padding: 0;
	background-color: transparent;
	border-radius: 0;
}
.session-speaker .team-name {
    font-size: 10px;
}
.session-speaker .team-teaser .team-meta {
    margin-top: 5px;
}
.session-sponsor .client-image {
	max-width: 75px;
	padding: 0;
}
.event-session-item .toggle-detail-wrap:before {
    content: '';
    position: absolute;
    top: -17px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    box-sizing: inherit;
    overflow: hidden;
    border-width: 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #eaeaea transparent;
}
.event-session-item .toggle-nav {
	overflow: hidden;
	white-space: nowrap;
	background-color: transparent;
	width: 35px;
	height: 35px;
	background-color: #8546c9;
	border-radius: 50%;
	right: 0;
	z-index: 2;
	opacity: 0;
	transition: 0.3s;
}
.event-session-item .toggle-content.active .toggle-nav {
	background-color: transparent;
}
.event-session-item:hover .toggle-nav,
.event-session-item .toggle-content.active .toggle-nav {
	opacity: 1;
}
.event-session-item .toggle-nav .toggle-nav-item,
.event-session-item .toggle-nav .toggle-nav-item:after,
.event-session-item .toggle-nav .toggle-nav-item:before {
	position: absolute;
	width: 4px;
	height: 4px;
	background-color: #ffffff;
}
.event-session-item .toggle-nav .toggle-nav-item {
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.event-session-item .toggle-nav .toggle-nav-item:after,
.event-session-item .toggle-nav .toggle-nav-item:before {
	content: '';
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}
.event-session-item .toggle-nav .toggle-nav-item:before {
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
}
.event-session-item .toggle-nav .toggle-nav-item:after {
	-webkit-transform: translateY(6px);
	-moz-transform: translateY(6px);
	-ms-transform: translateY(6px);
	-o-transform: translateY(6px);
	transform: translateY(6px);
}
.event-session-item .toggle-content.active .toggle-nav .toggle-nav-item,
.event-session-item .toggle-content.active .toggle-nav .toggle-nav-item:after,
.event-session-item .toggle-content.active .toggle-nav .toggle-nav-item:before {
	width: 20px;
	height: 2px;
	background-color: #333333;
}
.event-session-item .toggle-content.active .toggle-nav .toggle-nav-item {
	background-color: transparent;
}
.event-session-item .toggle-content.active .toggle-nav .toggle-nav-item:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.event-session-item .toggle-content.active .toggle-nav .toggle-nav-item:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.event-session-wrap .team-teaser {
	display: inline-block;
	border-radius: 0 !important;
	margin-right: 5px;
}
.event-session-wrap .team-teaser:last-child {
	margin-right: 0;
}
.event-session-wrap .team-teaser .team-thumb .field-field-image {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.event-session-wrap .team-teaser .team-meta {
	padding: 0;
}
.event-session-wrap .team-teaser .team-meta-wrap:before {
	display: none;
}
.event-session-wrap .team-teaser .team-quick-view:after,
.event-session-wrap .team-teaser .team-quick-view .team-link:before {
	display: none !important;
}
.event-session-wrap .team-teaser:hover .team-meta * {
    color: initial;
}
.event-session-wrap .team-name,
.event-session-wrap .team-position {
	font-size: 80%;
	line-height: 1.3;
}

.toggle-title {
	cursor: pointer;
	position: relative;
	padding-right: 20px;
}
.toggle-title:after {
	content: "\f3d8";
	font-family: 'Ionicons';
	position: absolute;
	right: 0;
	transition: 0.3s;
	top: 50%;
	margin-top: -9px;
}
.toggle-title.collapsed:after {
	transform: rotate(180deg);
}
.event-session-wrap .session-content-meta {
	display: block;
}
.session-content-meta-item {
	margin-top: 15px;
}
.session-content-meta-item .field-item {
	display: inline-block;
}
.session-venue .field-item {
	font-weight: 600;
}
.event-session-teaser .event-session-item {
	padding-left: 70px;
}
.event-session-teaser .team-teaser {
	overflow: visible;
}
.event-session-teaser .session-content-speaker {
	position: absolute;
	left: 0;
}
.event-session-teaser .session-content-speaker .team-meta-wrap {
	opacity: 0;
	transition: 0.3s;
	position: absolute;
}
.event-session-teaser .session-content-speaker:hover .team-meta-wrap {
	opacity: 1;
}

/*  SCHEDULE QUICKTABS  */
ul.quicktabs-tabs {
	padding: 0;
}
ul.quicktabs-tabs li {
	display: inline-block;
	padding: 0;
	margin-right: 2px;
}
ul.quicktabs-tabs li:last-child {
	margin-right: 0;
}
ul.quicktabs-tabs li a {
	display: block;
	padding: 30px;
	border: 1px solid #555555;
	border-bottom: none;
	border-radius: 7px 7px 0 0;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	background-color: #333;
	color: #ffffff;
}
ul.quicktabs-tabs li.active a {
	background-color: #8546c9;
	border-color: #8546c9;
}
.quicktabs-main {
	border: 1px solid #eaeaea;
	padding: 3em;
	border-radius: 0 5px 5px;
	background-color: #ffffff;
}
.schedule-tab-horizontal .quicktabs-tabs {
	display: flex;
}
.schedule-tab-horizontal ul.quicktabs-tabs li {
	width: 100%;
}
.schedule-tab-horizontal .quicktabs-main {
	border-radius: 0  0 5px 5px;
}

/* SCHEDULE TABLE */
table caption {
	caption-side: top;
	padding-top: 0;
}
table .group-event-title-wrap {
	margin-bottom: 0;
	border: none;
}
.schedule-table {
	padding-left: 50px;
}
.schedule-table table {
	/*width: calc(100% - 60px); */
	position: relative;
	padding-left: 50px;
	margin-bottom: 0;
}
.schedule-table table,
.schedule-table thead tr {
	border-color: #8546c9;
}
.schedule-table thead tr th,
.schedule-table thead tr td,
.schedule-table tbody tr th,
.schedule-table tbody tr td {
	padding: 15px;
	text-align: center;
}
.schedule-table thead {
	background: none;
}
.schedule-table thead tr {
	
}
.schedule-table thead tr th {
	border: none;
	color: #ffffff;
	background-color: #8546c9;
}
.schedule-table tbody {
	border: 1px solid #ecedee;
	border-top: none;
}
.schedule-table table caption {
	position: absolute;
	left: -110px;
	transform: rotate(-90deg);
	height: 50px;
	top: 70px;
}

/* SESSION SINGLE */
.session-wrapper .event-session-wrap {
	border: 1px solid #eaeaea;
	background-color: #f9f9f9;
	padding: 50px 30px 20px 30px;
}
.session-wrapper .post-thumb {
	position: relative;
	min-height: 85px;
}
.session-wrapper .session-meta {
	position: absolute;
	padding: 15px 40px 15px 65px;
	color: #ffffff;
	font-weight: 500;
	background-color: #8546c9;
	left: 10px;
	bottom: 10px;
	border-radius: 50px;
}
.session-wrapper .session-meta-content,
.session-wrapper .session-meta-title,
.session-wrapper .event-session-wrap .field-item {
	display: inline-block;
}
.session-wrapper .session-meta-title,
.session-wrapper .event-session-wrap .field-item {
	margin-right: 3px;
}
.session-wrapper .event-session-wrap .field-item:last-child {
	margin-right: 0;
}
.session-wrapper .session-meta i {
	position: absolute;
	left: 25px;
	top: 50%;
	line-height: 1;
	margin-top: -15px;
	font-size: 30px;
}
.session-wrapper .session-item {
	margin-bottom: 30px;
}
.session-wrapper .session-speaker .field-item {
	text-align: center;
}
.session-wrapper .session-venue {
	font-size: 16px;
	color: #ffffff;
	padding: 15px 30px;
	margin-left: -15px;
	margin-right: -15px;
	background-color: #8546c9;
	border-radius: 50px;
	margin-bottom: 40px;
}
.session-wrapper .session-venue * {
	color: #ffffff;
}
.session-wrapper .session-item-title {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
.session-wrapper .session-item i {
	margin-right: 3px;
}

/* EVENT PRODUCT */
.event-teaser {
	position: relative;
	display: flex;
	margin-bottom: 30px;
	padding: 30px 25px;
	background-color: #f6f6f6;
	border-radius: 10px;
}
.event-teaser .event-image {
	max-width: 150px;
	margin-right: 30px;
}
.event-teaser .event-image .field-field-image {
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}
.event-teaser .event-content-wrap {
	position: relative;
	width: 100%;
	margin-right: 30px;
	padding-right: 15px;
    padding-left: 15px;
	padding-bottom: 15px;
	color: #2c2c2c;
	background-color: #f8f8f8;
	box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
}
.event-teaser .event-button {
	position: relative;
}
.event-teaser .event-button .button {
	margin-top: 22px;
}
.event-teaser .event-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	padding-bottom: 0px;
	margin-bottom: 0px;
	position: relative;
}
.event-teaser .event-price {
	position: absolute;
	right: 0;
	top: 0;
	color: #8546c9;
	font-size: 24px;
	font-weight: 500;
}
.event-teaser .event-date span {
	display: inline-block;
	line-height: 1.2;
}
.event-teaser .event-date-day {
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	display: inline-block;
}
.event-teaser .event-date-month {
	display: inline-block;
}
.event-teaser .event-date-year {
	display: inline-block;
}
.event-teaser .event-venue,
.event-teaser .event-location {
	display: inline-block;
}
.event-teaser .event-meta {
	display: flex;
}
.event-teaser .event-venue-wrap,
.event-teaser .event-date-wrap,
.event-teaser .event-time {
	width: 100%;
}
.event-teaser .event-date-wrap {
	max-width: 25%;
}
.event-teaser .event-time {
	max-width: 20%;
}
.event-post .event-category {
	margin-bottom: 5px;
}
.event-post .event-title,
.product-post .product-title-wrap {
	padding-right: 115px;
	position: relative;
	margin-bottom: 20px;
}
.event-post .product-price,
.product-post .product-price-wrap {
	position: absolute;
	top: 0;
	right: 0px;
}
.event-post .event-venue-wrap div {
	display: inline-block;
}
.event-post .event-meta-wrap {
	background-color: #8546c9;
	padding: 25px 15px;
	margin-bottom: 25px;
	border-radius: 5px;
}
.event-post .event-meta-wrap * {
	color: #ffffff;
}

/* EVENT GRID */
.grid-item .event-teaser {
	display: block;
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
}
.grid-item .event-teaser .event-image {
	max-width: 100%;
	margin-right: 0;
}
.grid-item .event-teaser .event-image .field-field-image {
	border-radius: 0;
}
.grid-item .event-teaser .event-image a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0.7;
	transition: 0.3s;
}
.grid-item .event-teaser:hover .event-image a:after {
	opacity: 0;
}
.grid-item .event-teaser .event-content-container {
	display: table;
	width: 100%;
	height: 100%;
}
.grid-item .event-teaser .event-content {
	display: table-cell;
	vertical-align: middle;
}
.grid-item .event-teaser .event-title {
	font-size: 18px;
	padding: 10px 0;
}
.grid-item .event-teaser .event-venue-wrap,
.grid-item .event-teaser .event-date-wrap,
.grid-item .event-teaser .event-time {
    max-width: 100%;
	float: left;
}
.grid-item .event-teaser .event-button {
	position: absolute;
	bottom: 5px;
	right: 15px;
}
.grid-item .event-teaser .event-button .button {
	margin: 0;
	padding-top: 17px;
	padding-bottom: 17px;
}
.grid-item .event-teaser .event-venue {
	display: inline-block;
}
.grid-item .event-teaser .event-meta {
    display: block;
}
.grid-item .event-teaser .event-price {
	top: -30px;
}
.grid-item .event-teaser .event-date-day {
	font-weight: 500;
}

/* EVENT CATEGORY LIST */
.event-category-wrap {
	display: table;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
.event-category-list {
	background-color: #000000;
	padding: 30px 15px;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.event-category-list .event-category-name {
	position: relative;
	z-index: 1;
}
.event-category-list .event-category-name a {
	font-weight: 600;
	padding: 10px 20px;
	background-color: #ffffff;
	border-radius: 50px;
	transition: 0.3s;
}
.event-category-list:hover .event-category-name a {
	color: #ffffff;
	background-color: #8546c9;
}
.event-category-list .event-category-link,
.event-category-list .event-category-image {
	position: absolute;
	top: 0;
	z-index: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: 0.3s;
}
.event-category-list .event-category-link {
	text-indent: -99999px;
	z-index: 1;
}
.event-category-list:hover .event-category-image {
	opacity: 0.4;
}

/* MAP */
.map-block-content {
	position: relative;
	min-height: 480px;
}
.map-block-content-wrap {
	position: absolute;
	top: 12%;
	left: 5%;
	width: 35%;
	padding: 40px 30px;
	margin-bottom: 0;
	background-color: #f7f7f7;
}
.map-block-content-wrap .block-title,
.map-block-content-wrap .block-title-wrap .block-subtitle {
	width: 100%;
}
.map-block-image {
	background-size: cover;
}
.map-block-body {
	padding-top: 15px;
}
.map-block-body p {
	margin-bottom: 0;
}
.map-block-content-wrap .close {
	position: absolute;
	right: 25px;
	top: 25px;
	display: none;
	transition: 0.3s;
}
.map-block-content-wrap:hover .close {
	display: block;
}

/*---------------------------------------------------*/
/*	PORTFOLIO
/*---------------------------------------------------*/
.portfolio-item {
    position: relative;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
}
.portfolio-img img {
    width: 100%;
}
.portfolio-img:hover img {
    opacity: 0.4;
}
.portfolio-item .portfolio-overlay {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
	right: 0;
    padding: 0;
    opacity: 0;
	height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.3s ease-in 0.4s;
    transition: all 0.3s ease-in 0.4s;
}
.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.portfolio-item * {
	color: #ffffff;
}
.portfolio-item .portfolio-title {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    opacity: 0;
    margin-bottom: 0;
    padding: 0 10px 5px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
}
.portfolio-item:hover .portfolio-title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.portfolio-item .portfolio-term {
    font-size: 11px;
	text-transform: uppercase;
    position: relative;
    padding: 0 10px;
    opacity: 0;
    margin-bottom: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.portfolio-item:hover .portfolio-term {
    opacity: 0.9;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.portfolio-item .portfolio-label {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.portfolio-item:hover .colorbox {
    background-color: rgba(0, 0, 0, 0.18);
}
.portfolio-item:hover .colorbox:before,
.portfolio-item:hover .colorbox:after {
    opacity: 1;
}

/* SINGLE PORTFOLIO */
.portfolio-meta {
	margin-top: 40px;
}
.portfolio-meta-item {
	margin-bottom: 7px;
}
.portfolio-meta-item div {
	display: inline-block;
}
.portfolio-meta .btn {
	margin-top: 10px;
	font-size: 12px;
}
.portfolio-meta-item-title {
	font-weight: 600;
	text-transform: uppercase;
}
.portfolio-title-detail {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
}
.related-project .portfolio {
	width: 100%;
}
.thumb-list {
	padding: 0 3px 3px 0 ;
}
.thumb-list:hover img {
	opacity: 0.7;
}
.portfolio-slide .portfolio .portfolio-item {
	padding: 0;
}
.portfolio-meta .button {
	margin-top: 30px;
}

/*---------------------------------------------------*/
/*	GALLERY
/*---------------------------------------------------*/
.gallery-item {
	padding: 0;
	position: relative;
	overflow: hidden;
}
.gallery-item .gallery-title {
	position: absolute;
	bottom: 0;
	color: #ffffff;
	padding: 20px;
	transform: translateY(50px);
	transition: 0.3s;
}
.gallery-item:hover .gallery-title {
	transform: translateY(0px);
}

/*---------------------------------------------------*/
/*	PRODUCTS
/*---------------------------------------------------*/
.product-item-wrap {
	border: 1px solid #fcfcfc;
	margin-bottom: 30px;
	background-color: #ffffff;
	padding: 10px;
}
.product-item,
.product-list-meta {
    overflow: hidden;
    position: relative;
}
.product-list-meta {
	padding: 10px 0px 0px 0px;
	display: block;
	height: 110px;
    text-align: center;
}
.product-title {
	line-height: 1.2;
	color: #333333;
}
.product-brand {
	text-transform: uppercase;
	font-size: 10px;
    font-weight: 600;
    margin-bottom: 1px;
}
.product-add-cart .form-actions {
    margin-top: 0;
    margin-bottom: 0;
}
.product-item .btn,
.product-item .button {
    padding: 15px;
    border-radius: 0;
	font-size: 12px;
	line-height: 1;
}
.product-item .product-detail-btn {
	margin-top: 50%;
	padding: 12px 15px;
	border-radius: 20px;
}
.product-item .button,
.product-item .product-add-cart {
	display: block;
	width: 100%;
}
.product-item-wrap .form-item-qty {
	display: none !important;
	visibility: hidden !important;
}
.product-item:hover .product-add-cart,
.product-item:hover .product-add-cart .button {
	margin: 0;
}
.product-meta  {
	padding: 10px 0px;
}
.product-post .product-meta {
	margin-bottom: 20px;
}
.product-post .product-meta .form-item-qty label {
	display: none;
}
.product-post .product-meta .uc-product-add-to-cart-form .form-item,
.product-post .product-meta .uc-product-add-to-cart-form .form-actions {
    display: inline-block;
	margin-right: 10px;
}
.product-post .product-meta .uc-product-add-to-cart-form input[type="submit"] {
    margin: 0;
}
td.subtotal-title {
	padding: 10px 0px 10px 5px;
}

.views-exposed-form {
	text-align: right;
	background-color: #ffffff;
    margin-bottom: 15px;
    padding: 5px 15px;
}
.views-exposed-form .form-item,
.views-exposed-form .form-actions {
    display: flex;
    gap: 10px;
    margin: 0px 0 0 5px;
}
.views-exposed-form select {
    padding-left: 15px;
    border: 1px solid #ecedee;
}
.views-exposed-form input[type="submit"] {
	margin: 0;
	padding: 18px 35px;
}
.views-exposed-form input,
.views-exposed-form button,
.views-exposed-form select,
.views-exposed-form textarea,
.views-exposed-form .nice-select {
	padding: 12px 25px;
	float: left;
}
.views-exposed-form .nice-select {
	min-width: 135px;
}
.views-exposed-form .form-item-sort-order .nice-select {
	min-width: 85px;
}
.views-exposed-form .form-item label {
	display: none;
}

#edit-contact-information label,
#edit-payment-information label {
	display: block;
}
div.address-container-inline > .form-item:last-child {
    margin-right: 0;
}
.layout-region-checkout-secondary {
	margin-bottom: 30px;
}
.layout-region-checkout-secondary table {
	margin: 0;
}
.layout-region-checkout-secondary .order-total-line {
	border: 1px solid #ecedee;
	border-bottom: none;
}
.layout-region-checkout-secondary .order-total-line:last-child {
	border: 1px solid #ecedee;
}
.layout-region-checkout-secondary .order-total-line:first-child {
	border-top: none;
}
.order-total-line,
.order-total-line__total {
    padding: 10px;
}
.order-total-line__total {
	background-color: #f5f5f5;
}
table .views-field-edit-quantity .form-item,
table .views-field-remove-button .button {
    margin: 0;
}
.cart-form tbody tr td,
.cart-form thead tr th {
	text-align: center;
	border: none;
}
.cart-form .delete-order-item {
	background-image: url("../images/close.png");
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	background-color: transparent !important;
	background-size: 15px;
	padding: 8px;
}
.product-teaser {
	position: relative;
	overflow: hidden;
}
.product-teaser .product-image img,
.product-teaser .product-btn-wrap {
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.product-teaser .product-btn-wrap {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	transform: translateY(105%);
}
.product-teaser:hover .product-btn-wrap {
	transform: translateY(0%);
}
.product-teaser .product-btn {
	display: block;
	width: 50%;
	float: left;	
}
.product-teaser .product-btn-wrap .product-btn-link,
.product-teaser .product-btn-wrap input[type="submit"] {
	padding: 0;
	width: 100%;
	display: block;
	color: #ffffff;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
}
.product-teaser .product-btn-wrap input[type="submit"] {
	border-radius: 0;
	margin: 0;
	line-height: normal;
	background-color: #8546c9;
}
.product-teaser .product-btn-link {
	background-color: #333333;
}
.product-teaser .product-btn-wrap:hover input[type="submit"] {
	opacity: 0.9;
}
.product-teaser .product-btn-wrap input[type="submit"]:hover {
	background-color: #434343;
	opacity: 1 !important;
}
.product-teaser .product-btn-link:hover {
	background-color: #8546c9;
}
.product-variation-wrap .form-item {
    margin-top: 0;
}
.product-teaser .product-meta {
	text-align: center;
	padding: 15px 10px 0 10px;
	height: 75px;
	line-height: 1;
}
.product-teaser .product-btn .ajax-progress {
	line-height: 40px;
}
.product-teaser .product-add-cart .cart-link-icon {
	position: relative;
	left: 12px;
}

.product-teaser .product-image {
	position: relative;
	overflow: hidden;
}
.product-teaser .product-image-overlay {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
.product-teaser:hover .product-image-overlay {
	opacity: 1;
}
.product-teaser .product-meta-wrap {
	margin-bottom: 0;
	position: relative;
}
.product-teaser .product-title {
	width: 100%;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 600;
}
.product-price {
	color: #8546c9;
}
.product-teaser .product-price {
	font-size: 18px;
	font-weight: 600;
}

.product-post .product-add-cart {
	display: block;
}
.product-post .product-variation-wrap {
	margin-top: 40px;
}
.product-post .product-price {
	font-size: 25px;
	line-height: 1.2;
}
.ui-dialog-content .product-post .product-price {
	font-size: 15px;
}

/* Full screen throbber */
.ajax-progress-fullscreen {
  background-color: transparent;
  background-image: url(../images/small-preloader.gif);
  border-radius: 0;
  height: 24px;
  opacity: 1;
}
.ajax-progress {
	z-index: 1;
	position: absolute;
	line-height: 20px;
}
.ajax-progress-throbber .throbber {
  background: transparent url(../images/small-preloader.gif) no-repeat 0px center;
  display: inline;
  padding: 1px 5px 2px;
  width: 25px;
}

.header-cart {
	cursor: default;
}
.header-cart .block {
	margin: 0;
	position: static;
}
.header-cart .cart-block--contents {
    width: 300px;
    background: #ffffff;
	font-size: 11px;
	right: 50px;
	border: 1px solid #eaeaea;
	border-radius: 2px;
	box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
    text-align: left;
    color: #555555;
}
.cart-block--contents__items {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 300px;
}
.cart--cart-block img,
.layout-checkout-form .layout-region-checkout-secondary img {
    width: 50px;
}
.cart--cart-block table,
.cart--cart-block table tbody,
.cart--cart-block tbody tr td,
.layout-checkout-form .layout-region-checkout-secondary table tbody,
.layout-checkout-form .layout-region-checkout-secondary tbody tr td {
	border: none;
}
.cart--cart-block table tr,
.layout-checkout-form .layout-region-checkout-secondary table tr {
    border-bottom: 1px solid #fbfbfb;
}
.cart--cart-block .cart-block--summary {
	position: relative;
}
.cart--cart-block .cart-block-count {
    position: absolute;
	top: 20px;
	left: 15px;
    display: table;
    width: 20px;
    height: 20px;
	line-height: 20px;
    font-size: 9px;
    background: #eaeaea;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
	color: #333333;
}
.cart--cart-block .cart-block-link {
	font-weight: 600;
	margin-bottom: 10px;
	text-align: right;
	padding: 5px;
	line-height: normal;
}
.cart--cart-block .cart-block-link a {
	padding: 10px 25px;
	background-color: #8546c9;
	color: #ffffff;
	border-radius: 2px;
}
.cart--cart-block .cart-block-link a:hover {
	color: #ffffff;
	background-color: #333333;
}
.layout-checkout-form .layout-region-checkout-secondary {

}
.page-title .field-order-number .field-label,
.page-title .field-order-number .field-item {
	float: none;
	display: inline-block;
}
.customer-information .field_label,
.customer-information .field__label {
	font-weight: 600;
}
.product-category-link {
	position: relative;
	display: inline-block;
	padding-right: 25px;
}
.product-category-link .list-count {
    position: absolute;
    right: 0;
    top: 3px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #333333;
	color: #ffffff;
	text-align: center;
	line-height: 17px;
	font-size: 9px;
}

/* FACETS */
.js-facets-checkbox-links,
.item-list__checkbox,
.facet-item {
	list-style-type: none;
	padding: 0;
}
.facet-item {
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.facets-checkbox {
	margin: 4px 0 0;
	margin-top: 1px;
	line-height: normal;
	display: inline-block;
	top: 3px;
    width: 15px;
    height: 15px;
    position: relative;;
}
.js-facets-checkbox-links input[type="checkbox"],
.facet-list li {
	margin: 0 10px 0 0;
}
.js-facets-checkbox-links label {
	margin: 0;
	font-weight: normal;
}
.facet-item__count {
	font-size: 10px;
}
.facet-list .is-active {
	color: #222222;
	font-weight: 600;
}
.facet-list .is-active .js-facet-deactivate {
	color: #8546c9;
}
.product-post .field--name-quantity label {
	display: none;
}
.product-post .form-item-quantity-0-value {
	display: inline-block;
	width: auto;
	min-width: auto;
	margin: 0;
}
.product-post .form-item-quantity-0-value .form-number {
	width: 80px;
}
.product-post .form-item-quantity-0-value .btn {
	padding: 14px 18px;
	color: #555555;
	box-shadow: none !important;
}
.product-post .form-item-quantity-0-value .form-number,
.product-post .form-item-quantity-0-value .btn {
	background-color: #f5f5f5;
	border: none;
	height: 46px;
	border-radius: 30px 0 0 30px;
	padding-left: 20px;
	text-align: center;
}
.product-post .field-title {
	font-size: 23px;
}
.product-post .field--widget-commerce-quantity {
	float: left;
}
.product-post .field--widget-commerce-quantity,
.product-post .product-content-wrap .form-actions {
	display: inline-block;
}
.product-post .product-content-wrap .form-actions input[type="submit"],
.product-post .product-content-wrap .form-actions .btn {
	border-radius: 0;
}
.product-post .product-content-wrap .form-actions input[type="submit"] {
	margin-top: 0;
	padding: 16px 20px;
	border-radius: 0 30px 30px 0;
	height: 46px;
}
.product-post .field-field-short-description {
	border-top: 1px solid #eaeaea;
	margin-top: 15px;
	padding-top: 30px;
}
.product-post legend {
	margin-bottom: 10px;
	text-transform: uppercase;
}

.product--rendered-attribute label.option {
	margin-right: 13px;
	cursor: pointer;
}
.product--rendered-attribute__selected ~ label.option {
    border: none;
    text-align: center;
}
.commerce-order-item-add-to-cart-form .input-group .input-group-btn {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	height: 24px;
}
.commerce-order-item-add-to-cart-form .input-group .input-group-btn-down {
	top: 22px;
}
.commerce-order-item-add-to-cart-form .input-group {
	padding-right: 30px;
	max-width: 140px;
	display: inline-block;
}
.commerce-order-item-add-to-cart-form .input-group input {
	border-radius: 50px 0 0 50px;
}
.commerce-order-item-add-to-cart-form .input-group .input-group-btn .btn {
	border-radius: 0;
	padding: 0;
	margin: 0;
	width: 30px;
	height: 100%;
	font-size: 12px;
	line-height: 28px;
	background-color: #e9e9e9;
}
.commerce-order-item-add-to-cart-form .input-group .input-group-btn .btn:hover {
	background-color: #cbcbcb;
}

/** DIALOG **/
.ui-dialog .product-content-wrap .form-actions input[type="submit"],
.ui-dialog .product-content-wrap .form-actions .btn {
    width: auto !important;
    height: 46px !important;
	padding: 16px 25px !important;
}
.ui-dialog  .product-post .field-title {
    font-size: 18px;
}
.ui-dialog {
	padding: 0 0 2em 0;
	font-family: 'Lato', Arial, sans-serif;
	color: #555555;
	font-size: 12px;
	min-width: 300px;
}
.ui-dialog .ui-dialog-content {
	padding: 2em 2em 0 2em;
	height: auto !important;
	max-height: none !important;
	overflow-x: hidden;
	min-width: 300px;
}
.ui-widget-header {
    border: none;
    background: none;
    color: #333333;
    font-weight: bold;
}
.ui-dialog .ui-dialog-titlebar {
	padding: 0;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	display: none;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	margin: 0;
	padding: 1px;
	height: 30px;
	font-size: 17px;
	background: #ffffff;
    border-radius: 50%;
	text-indent: -9999px;
}
.ui-dialog-titlebar-close {
	cursor: pointer;

}
.ui-button .ui-icon {
    background: none !important;
}
.ui-dialog .ui-dialog-titlebar-close span {
	display: none;
}
.ui-widget.ui-dialog-titlebar-close {
	line-height: 0;
}
.ui-dialog-titlebar-close:after {
	content: "×";
	text-indent: 0;
	display: block;
}
.ui-dialog .ui-dialog-buttonpane {
	display: none !important;
	visibility: hidden !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-widget-overlay {
    background: #000;
    opacity: .6;
}
.ui-widget-content a {
    color: #8546c9;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

/*---------------------------------------------------*/
/*	PRICE TABLE
/*---------------------------------------------------*/
.pricing-table {
    margin-bottom: 30px;
	background-color: #ffffff;
	border-radius: 6px;
	border: 1px solid #ededed;
	padding: 40px 25px;
	position: relative;
	overflow: hidden;
	transition: 0.5s ease-in-out;
}
.pricing-table:hover {
    background-color: #f0f0f0;
}
.pricing-table:before {
	font-family: 'FontAwesome';
	content:"\f145";
	position: absolute;
	right: -10px;
	top: 0;
	font-size: 9rem;
	line-height: 1;
	color: #b5b5b5;
	opacity: 0.1;
}
.pricing-table .pricing-body p:last-child {
	margin: 0;
}
.pricing-table .pricing-name,
.pricing-table .pricing-name .field-title {
	color: #333333;
	margin-bottom: 0;
	font-size: 21px;
	font-weight: 600;
}
.pricing-table .pricing-pice {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
	margin: 10px 0 5px 0;
	color: #8546c9;
}
.pricing-table .pricing-features {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #eeeeee;
}
.pricing-table:hover .pricing-features {
    border-top: 1px solid #f7f7f7;
}
.pricing-table .pricing-features .field-item {
	margin-bottom: 5px;
}

.pricing-table .pricing-btn {
	margin-top: 20px;
}

/*---------------------------------------------------*/
/*  SIMPLENEWS
/*---------------------------------------------------*/
.simplenews-subscriber-form form {
	position: relative;
	border: 1px solid #eaeaea;
	background-color: #ffffff;
	border-radius: 30px;
	overflow: hidden;
}
.simplenews-subscriber-form .block-content {
    max-width: 600px;
	min-width: 50%;
    margin: 0 auto;
}
.simplenews-subscriber-form .form-item,
.simplenews-subscriber-form .form-actions,
.simplenews-subscriber-form .button {
	margin: 0;
}
.simplenews-subscriber-form input {
	width: 100%;
	border-right: none;
	height: 53px;
	border-radius: 30px;
	padding-left: 25px;
	padding-right: 140px;
	border: none;
}
.footer .simplenews-subscriber-form input {
	height: 48px;
	font-size: 11px;
}
.footer .simplenews-subscriber-form .field--name-mail input {
	padding-right: 100px;
}
.simplenews-subscriber-form .form-actions {
    position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 30px;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
}
.simplenews-subscriber-form .button {
	width: 100%;
	padding: 0 30px;
	text-align: center;
	border-radius: 30px;
}
.footer .simplenews-subscriber-form .button {
	height: 46px;
	padding-left: 20px;
	padding-right: 18px;
}
.simplenews-subscriber-form .block-title-wrap .block-subtitle {
	max-width: 100%;
}
.simplenews-subscriber-form .description,
.simplenews-subscriber-form .form-item-message {
	display: none !important;
	visibility: hidden;
}
.user-logged-in .simplenews-subscriber-form form {
	height: 53px;
	border-radius: 30px;
}
.user-logged-in .footer .simplenews-subscriber-form form {
	height: 48px;
}

/*---------------------------------------------------*/
/*  fact COUNTER
/*---------------------------------------------------*/
.fact {
	padding: 15px;
	text-align: center;
}
.fact .count-number {
	color: #8546c9;
}
.fact .fact-title {
	color: #b0b0b0;
	margin: 0;
	font-weight: 400;
}
.fact span {
	font-size: 50px;
}

/*---------------------------------------------------*/
/*	PROGRESS BAR
/*---------------------------------------------------*/
.progress-content{
	overflow: hidden;
	width: 100%;
}
.progress-title {
	display: inline-block;
	margin-bottom: 0;
	font-size: 15px;
}
.progress-item {
	margin-bottom: 20px;
	display: block;
}
.progress-bar-wrap {
    position: relative;
    display: block;
    margin-bottom: 8px;
    margin-top: 4px;
    background: #8546c9;
    height: 7px;
    width: 100%;
}
.progress-bar {
	width: 100%;
	background: #f2f2f2;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.progress-complete {
	position: absolute;
	left: -13px;
	display: block;
	top: -23px;
	color: #555555;
	font-size: 13px;
}

/*---------------------------------------------------*/
/* EASY PIE CHART
---------------------------------------------------- */
.chart {
	position: relative;
	display: inline-block;
	width: 110px;
	height: 110px;
	margin-top: 5px;
	margin-bottom: 30px;
	text-align: center;
}
.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.percent {
	display: inline-block;
	font-size: 20px;
	line-height: 110px;
	z-index: 2;
}
.percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .8em;
}
.angular {
	margin-top: 100px;
}
.angular .chart {
	margin-top: 0;
}

/*---------------------------------------------------*/
/*	ACCORDION
/*---------------------------------------------------*/
.accordion .card {
	margin-bottom: 7px;
	border: none;
}
.accordion .card-header {
	border: none;
	font-weight: 600;
}
.accordion .card-header a {
	display: block;
	position: relative;
}
.accordion .card-header a:after {
	content: "\f489";
	font-family: 'Ionicons';
	position: absolute;
	right: 0;
}
.accordion .card-header a.collapsed:after {
	content: "\f462";
}

/*---------------------------------------------------*/
/*	TABS
/*---------------------------------------------------*/
/* VERTCAL TABS */
.vertical-tabs .nav > li > a {
	border: 1px solid #e4e4e4;
	margin-bottom: 3px;
}
.vertical-tabs .nav > li.active a {
	color: #3B3B3B;
}

/* TABS CONTENT */
.tab-content {
	padding: 0;
	border-radius: 0 0 0 0;
	padding: 25px 15px;
	border: 1px solid #f2f2f2;
	display: block;
	margin-top: -2px;
}
.nav-tabs {
	border-bottom-color: transparent;
	margin-bottom: -1px;
	list-style-type: none;
	z-index: 1;
	position: relative;
	overflow: hidden;
}
.nav-tabs > li > a {
	padding: 13px 20px;
	margin-right: 2px;
	margin-top: 0;
	border: 1px solid #f2f2f2;
	border-radius: 0;
	display: block;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border-bottom-color: transparent;
	border-width: 1px;
	background-color: #ffffff;
	color: #3b3b3b;
}

/*---------------------------------------------------*/
/*	CALL TO ACTION
/*---------------------------------------------------*/
.action-block {
	-moz-box-shadow: inset 0 0 2px #eeeeee;
	-webkit-box-shadow: inset 0 0 2px #eeeeee;
	box-shadow: inset 0 0 2px #eeeeee;
}
.text-light.action-block {
	box-shadow: none;
}
.action-block .cta-wrap {
	padding: 0;
}
.action-block .cta-wrap p{
	font-size: 18px;
}
.action-block .cta-text {
	margin-top: 10px;
	position: relative;
}
.cta-link {
	display: inline-block;
}
.cta-style1 .action-block .cta-text {
	max-width: 70%;
	margin: auto;
}
.action-block-1.text-center .block-title {
	text-align: center !important;
}
.action-block-2 .cta-link {
	text-align: right;
}
.cta-style3 .container-wrap {
	width: 100% !important;
}
.action-block-2 .cta-text {
    margin-top: 15px;
}
#page .cta-style2 .block,
#page .cta-style3 .block {
	padding-top: 45px;
    padding-bottom: 40px;
}
#page .cta-style3 .block {
	border-radius: 5px;
}

/*---------------------------------------------------*/
/*	DROPCAPS
/*---------------------------------------------------*/
.dropcap {
	font-size: 55px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	float: left;
	display: inline-block;
	width: 55px;
	height: 55px;
	margin-right: 14px;
	position: relative;
	top: 9px;
	margin-top: 10px;
}
.dropcap.square-dropcap,
.dropcap.round-dropcap {
	font-size: 35px;
	top: 3px;
	margin-top: 0;
	margin-right: 22px;
	padding-top: 17px;
}
.dropcap.square-dropcap.white-bg,
.dropcap.round-dropcap.white-bg {
	border: 1px solid #333333;
}
.dropcap.round-dropcap {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
}

/*---------------------------------------------------*/
/*	BLOCKQUOTES
/*---------------------------------------------------*/
blockquote {
	font-style: italic;
    font-size: 13px;
	border-left: 3px solid #8546c9;
	position: relative;
	padding: 0 20px;
}

/* VIDEO STYLES */
iframe {
	max-width: 100%;
}
video {
	width: 100% !important;
	height: auto !important;
	min-width: 100%;
    max-width: 100%;
	max-height: 100%;

}

/*---------------------------------------------------*/
/*    CSS UTILITY
/*---------------------------------------------------*/
.nomargin 			{ margin: 0 !important; }
.nomargin-left 		{ margin-left: 0 !important; }
.nomargin-right 	{ margin-right: 0 !important; }
.nomargin-top		{ margin-top: 0 !important; }
.nomargin-bottom	{ margin-bottom: 0 !important; }
.nopadding 			{ padding: 0 !important; }
.nopadding-left 	{ padding-left: 0 !important; }
.nopadding-right 	{ padding-right: 0 !important; }
.nopadding-top 		{ padding-top: 0 !important; }
.nopadding-bottom	{ padding-bottom: 0 !important; }
.noborder 			{ border: 0 !important; }
.noborder-left		{ border-left: 0 !important; }
.noborder-right		{ border-right: 0 !important; }
.noborder-top		{ border-top: 0 !important; }
.noborder-bottom	{ border-bottom: 0 !important; }
.noradius			{ -webkit-border-radius: 0 !important; -moz-border-radius:0 !important; border-radius:0 !important; }
.pointer 			{ cursor: pointer; }
.relative 			{ position: relative; }
.absolute			{ position: absolute !important; top:0; left:0; right:0; bottom:0; }
.fullwidth 			{ width: 100% !important; max-width:100% !important; overflow: hidden; }
.halfwidth 			{ width: 50% !important; }
ul>li>i				{ margin-right: 8px; }
.btn>i 				{ padding-right: 6px; }

.display-table		{ display: table; width:100%; height:100%; position:relative; z-index:99; }
.display-table-cell	{ display: table-cell; width:100%; height:100%; }
.vcenter			{ display: inline-block; vertical-align: middle; float: none; }
.vertical-align		{ position: relative;top: 50%; transform: translateY(-50%); }
.vertical-align-middle	{ vertical-align: middle; }
.float-center { margin-left: auto; margin-right: auto; }
/* CIRCLE */
.circle {
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}
.border-box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: box-shadow 0.25s ease;
    -moz-transition: box-shadow 0.25s ease;
    -ms-transition: box-shadow 0.25s ease;
    transition: box-shadow 0.25s ease;
    -webkit-box-shadow: 0 1px 5px rgba(216, 216, 216, 0.75);
    -moz-box-shadow: 0 1px 5px rgba(216, 216, 216, 0.75);
    -ms-box-shadow: 0 1px 5px rgba(216, 216, 216, 0.75);
    box-shadow: 0 1px 5px rgba(216, 216, 216, 0.75);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* PADDING */
.padding-0,
.no-padding		{ padding: 0 !important; 	}
.padding-3 		{ padding: 3px !important; 	}
.padding-6 		{ padding: 6px !important; 	}
.padding-8 		{ padding: 8px !important; 	}
.padding-10 	{ padding: 10px !important; }
.padding-15 	{ padding: 15px !important; }
.padding-20 	{ padding: 20px !important; }
.padding-30 	{ padding: 30px !important; }
.padding-40 	{ padding: 40px !important; }
.padding-50 	{ padding: 50px !important; }
.padding-60 	{ padding: 60px !important; }
.padding-70 	{ padding: 70px !important; }
.padding-80 	{ padding: 80px !important; }
.padding-90 	{ padding: 90px !important; }
.padding-100 	{ padding: 100px !important; }
/* PADDING TOP */
.padding-top-0		{ padding-top: 0 !important; }
.padding-top-10		{ padding-top: 10px !important; }
.padding-top-15		{ padding-top: 15px !important; }
.padding-top-20		{ padding-top: 20px !important; }
.padding-top-30		{ padding-top: 30px !important; }
.padding-top-40		{ padding-top: 40px !important; }
.padding-top-50		{ padding-top: 50px !important; }
.padding-top-60		{ padding-top: 60px !important; }
.padding-top-70		{ padding-top: 70px !important; }
.padding-top-80		{ padding-top: 80px !important; }
.padding-top-90		{ padding-top: 90px !important; }
.padding-top-100	{ padding-top: 100px !important; }
.padding-top-120	{ padding-top: 120px !important; }
.padding-top-130	{ padding-top: 130px !important; }
.padding-top-150	{ padding-top: 150px !important; }
.padding-top-180	{ padding-top: 180px !important; }
.padding-top-200	{ padding-top: 200px !important; }
/* PADDING BOTTOM */
.padding-bottom-0	{ padding-bottom: 0 !important; }
.padding-bottom-10	{ padding-bottom: 10px !important; }
.padding-bottom-15	{ padding-bottom: 15px !important; }
.padding-bottom-20	{ padding-bottom: 20px !important; }
.padding-bottom-30	{ padding-bottom: 30px !important; }
.padding-bottom-40	{ padding-bottom: 40px !important; }
.padding-bottom-50	{ padding-bottom: 50px !important; }
.padding-bottom-60	{ padding-bottom: 60px !important; }
.padding-bottom-70	{ padding-bottom: 70px !important; }
.padding-bottom-80	{ padding-bottom: 80px !important; }
.padding-bottom-90	{ padding-bottom: 90px !important; }
.padding-bottom-100	{ padding-bottom: 100px !important; }
.padding-bottom-120	{ padding-bottom: 120px !important; }
.padding-bottom-130	{ padding-bottom: 130px !important; }
.padding-bottom-150	{ padding-bottom: 150px !important; }
.padding-bottom-180	{ padding-bottom: 180px !important; }
.padding-bottom-200	{ padding-bottom: 200px !important; }

/* MARGIN*/
/* MARGIN TOP */
.margin-top-0		{ margin-top: 0 !important; }
.margin-top-1		{ margin-top: 1px !important; }
.margin-top-2		{ margin-top: 2px !important; }
.margin-top-3		{ margin-top: 3px !important; }
.margin-top-6		{ margin-top: 6px !important; }
.margin-top-8		{ margin-top: 8px !important; }
.margin-top-10		{ margin-top: 10px !important; }
.margin-top-20		{ margin-top: 20px !important; }
.margin-top-30		{ margin-top: 30px !important; }
.margin-top-40		{ margin-top: 40px !important; }
.margin-top-50		{ margin-top: 50px !important; }
.margin-top-60		{ margin-top: 60px !important; }
.margin-top-70		{ margin-top: 70px !important; }
.margin-top-80		{ margin-top: 80px !important; }
.margin-top-90		{ margin-top: 90px !important; }
.margin-top-100		{ margin-top: 100px !important; }
.margin-top-130		{ margin-top: 130px !important; }
.margin-top-150		{ margin-top: 150px !important; }
.margin-top-180		{ margin-top: 180px !important; }
.margin-top-200		{ margin-top: 200px !important; }
/* MARGIN BOTTOM */
.margin-bottom-0	{ margin-bottom: 0 !important; }
.margin-bottom-1	{ margin-bottom: 1px !important; }
.margin-bottom-2	{ margin-bottom: 2px !important; }
.margin-bottom-3	{ margin-bottom: 3px !important; }
.margin-bottom-6	{ margin-bottom: 6px !important; }
.margin-bottom-8	{ margin-bottom: 8px !important; }
.margin-bottom-10	{ margin-bottom: 10px !important; }
.margin-bottom-20	{ margin-bottom: 20px !important; }
.margin-bottom-30	{ margin-bottom: 30px !important; }
.margin-bottom-40	{ margin-bottom: 40px !important; }
.margin-bottom-50	{ margin-bottom: 50px !important; }
.margin-bottom-60	{ margin-bottom: 60px !important; }
.margin-bottom-70	{ margin-bottom: 70px !important; }
.margin-bottom-80	{ margin-bottom: 80px !important; }
.margin-bottom-90	{ margin-bottom: 90px !important; }
.margin-bottom-100	{ margin-bottom: 100px !important; }
.margin-bottom-130	{ margin-bottom: 130px !important; }
.margin-bottom-150	{ margin-bottom: 150px !important; }
.margin-bottom-180	{ margin-bottom: 180px !important; }
.margin-bottom-200	{ margin-bottom: 200px !important; }
/* MARGIN LEFT */
.margin-left-0		{ margin-left: 0 !important; }
.margin-left-3		{ margin-left: 3px !important; }
.margin-left-6		{ margin-left: 6px !important; }
.margin-left-8		{ margin-left: 8px !important; }
.margin-left-10		{ margin-left: 10px !important; }
.margin-left-15		{ margin-left: 15px !important; }
.margin-left-20		{ margin-left: 20px !important; }
.margin-left-30		{ margin-left: 30px !important; }
.margin-left-40		{ margin-left: 40px !important; }
.margin-left-50		{ margin-left: 50px !important; }
.margin-left-60		{ margin-left: 60px !important; }
.margin-left-80		{ margin-left: 80px !important; }
.margin-left-100	{ margin-left: 100px !important; }
.margin-left-130	{ margin-left: 130px !important; }
.margin-left-150	{ margin-left: 150px !important; }
.margin-left-180	{ margin-left: 180px !important; }
.margin-left-200	{ margin-left: 200px !important; }
.margin-left-250	{ margin-left: 250px !important; }
.margin-left-300	{ margin-left: 300px !important; }
/* MARGIN RIGHT */
.margin-right-0		{ margin-right: 0 !important; }
.margin-right-3		{ margin-right: 3px !important; }
.margin-right-6		{ margin-right: 6px !important; }
.margin-right-8		{ margin-right: 8px !important; }
.margin-right-10	{ margin-right: 10px !important; }
.margin-right-15	{ margin-right: 15px !important; }
.margin-right-20	{ margin-right: 20px !important; }
.margin-right-30	{ margin-right: 30px !important; }
.margin-right-40	{ margin-right: 40px !important; }
.margin-right-50	{ margin-right: 50px !important; }
.margin-right-60	{ margin-right: 60px !important; }
.margin-right-80	{ margin-right: 80px !important; }
.margin-right-100	{ margin-right: 100px !important; }
.margin-right-130	{ margin-right: 130px !important; }
.margin-right-150	{ margin-right: 150px !important; }
.margin-right-180	{ margin-right: 180px !important; }
.margin-right-200	{ margin-right: 200px !important; }
.margin-right-250	{ margin-right: 250px !important; }
.margin-right-300	{ margin-right: 300px !important; }

/*---------------------------------------------------*/
/*	BACKGROUND COLORS
/*---------------------------------------------------*/
.no-bg { background: none;}
.dark-bg {
	background-color: #222222 !important;
}
.colored-bg {
	background-color: #8546c9;
}
.colored-bg.action-block,
.dark-bg.action-block {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.white-bg,
.light-bg {
	background-color: #ffffff !important;
}
.red-bg {
	background-color: #ff4d4d !important;
	color: #ffffff;
}
.blue-bg {
	background-color: #00bfff !important;
	color: #ffffff;
}
.gray-bg {
	background-color: #999999 !important;
	color: #ffffff;
}
.transparent-bg {
	background-color: transparent !important;
}
.foggy-white-bg {
	background-color: #f7f7f7 !important;
}
.smocky-white-bg {
	background-color: #eeeeee !important;
}
.milky-white-bg {
	background-color: #f9f9f9 !important;
}
.pinky-bg {
	background-color: #f2Dfd0 !important;
}

/* OVERLAY */
.overlay:after {
	content: "";
    background-color: #000000;
    opacity: 0.4;
	position:absolute;
	left: 0;
	right:0;
	top:0;
	bottom:0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
a.overlay:hover {
	background:rgba(255,255,255, 0.2);
}

.overlay.block {
	position: relative;
	z-index: 0;
}
.overlay.block:after {
	z-index: -1;
}

/*---------------------------------------------------*/
/*	BACKGROUND IMAGES
/*---------------------------------------------------*/
.bg-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

/* PARALLAX BACKGROUND */
.parallax-bg {
	background-position: 0% 0%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

/*---------------------------------------------------*/
/*    TEXT PROPERTIES
/*---------------------------------------------------*/
.text-middle {  margin: auto; position: relative;}
.text-bottom {display: table-cell; vertical-align: bottom; margin: auto; position: relative;}
.text-sm { font-size: 75%; }
.text-small {
    font-size: 35px !important;
}

/* TEXT COLOR */
.text-light,
.text-light * {
    color: #ffffff !important;
}
.text-light input::placeholder {
	color: #eaeaea;
}
.text-light select option {
	color: #333333 !important;
}
.text-dark,
.text-dark * {
    color: #333333;
}
.text-grey,
.text-grey * {
    color: #cccccc;
}
.contextual-links a,
.text-light .contextual-links a:not(.button),
.dark-bg .contextual-links a:not(.button),
.colored-bg .contextual-links a:not(.button) {
	color: #555555 !important;
}

#block-footer-about span{
	display: inline-block;
}
#block-footer-about span a{
	font-weight: 600;
}
.user-register-form{
	max-width: 100%;
}
.user-register-form .form-actions input,
#profile-company-information-edit-form .form-actions input{
   max-width: 250px;
}
#profile-company-information-edit-form fieldset{
	width: 65%;
}
#profile-company-information-edit-form label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.95rem;
}
.user-register-form #edit-account{
	width: 45%;
	margin-right: 5%;
	float: left;
}

#edit-company-information-profiles-0 .fieldset-wrapper .js-form-item {
  width: 100%; 
  max-width: 500px; 
  margin-bottom: 20px;
}

#edit-company-information-profiles-0 .fieldset-wrapper label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.field--name-company-information-profiles details{
	width: 50%;
	float: left;
}
.field--name-company-information-profiles details summary{
	display: none;
}
.field--name-company-information-profiles details fieldset legend{
	font-size: 22px;
}
.social-share-links {
  display: flex;
  gap: 12px;
  align-items: center;
}

.social-share-link {
  text-decoration: none;
  transition: transform 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f5f5f5;
}

.social-share-link:hover {
  transform: scale(1.1);
}

.social-icon {
  font-size: 16px;
}

.profilepage {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.profilepage .cover-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.profilepage .cover-content {
    position: relative;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
.profilepage .logo-section {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.profilepage .logo {
  width: 5rem;
  height: 5rem;
  border-radius: 9999px;
  border: 4px solid white;
}
.profilepage .text-white {
  color: white;
}
.profilepage .logo-company{
  display: flex;
  align-items: center;
}
.profilepage .logo-company img{
  width: 120px;
  height: auto;
  display: block;  
}
.profilepage .btn-outline {
  background-color: white;
  color: #8546c9;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  border: none;
  cursor: pointer;
}

/* ================== CONTAINER & GRID ================== */
.container2 {
  max-width: 100%;
  margin: 2rem auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding: 0;
}

.eventi-x-logo{
	background-image: url(../images/eventi-x-logo.png);
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
}
.eventi-facebook-logo{
	background-image: url(../images/eventi-facebook-logo.png);
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
}
.eventi-instagram-logo{
	background-image: url(../images/eventi-instagram-logo.png);
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
}
.eventi-linkedin-logo{
	background-image: url(../images/eventi-linkedin-logo.png);
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
}

.eventi-youtube-logo{
	background-image: url(../images/eventi-youtube-logo.png);
	width: 29px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
}
.eventi-tiktok-logo{
	background-image: url(../images/eventi-tiktok-logo.png);
	width: 18px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
}
@media (min-width: 768px) {
  .container2 {
    grid-template-columns: 1fr 3fr;
  }
}

.container2 .card {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 0;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.container2 .card .field-label-inline,
.container2 .card .field-field-company-address,
.field-field-company-category,
.field-field-founded-year{
  margin-bottom: 10px;
}
.container2 .card h2 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
  position: relative;
}
.container2 .card h2::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: #8546c9;
  border-radius: 2px;
  margin-top: 0.3rem;
}

/* ================== SOCIAL ICONS ================== */
.container2 .social-icons {
  display: flex;
  gap: 20px;
  margin-top: 0.5rem;
}
.container2 .social-icons a:hover{
	opacity: 0.7;
}

/* ================== EVENTS GRID ================== */
.container2 .events-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.container2 .btn-tab {
  font-size: 0.875rem;
  background: none;
  border: none;
  cursor: pointer;
}
.container2 .btn-tab.active {
  color: #8546c9;
}
.container2 .btn-tab.inactive {
  color: #6b7280;
}
.container2 .events-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 640px) {
  .container2 .events-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .container2 .events-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* Modern event cards */
.container2 .event-card {
  background-color: #fff; /* changed from #f9fafb to pure white */
  border: none; /* remove old border for cleaner look */
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.container2 .event-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}
.container2 .event-card img {
  width: 100%;
  height: 10rem;
  object-fit: cover;
  border-radius: 0.75rem;
  margin-bottom: 0.5rem;
}
.container2 .event-card h3 {
  font-weight: 600;
  font-size: 1.125rem;
}
.container2 .event-card p {
  font-size: 0.875rem;
  color: #6b7280;
}
.container2 .event-card a {
  color: #8546c9;
  font-size: 0.875rem;
  display: inline-block;
  margin-top: 0.5rem;
  text-decoration: none;
  font-weight: 500;
}
.container2 .event-card a:hover {
  text-decoration: underline;
}

/* ================== ABOUT & CONTACT SECTIONS ================== */
.container2 .about,
.container2 .events {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* ================== PAGE WRAPPER ================== */
.path-profile .page-wrapper{
  padding-top: 0;
}

.e-date,
.event-date-separator{
	display: inline-block !important;
	vertical-align: middle;
}

.advert{
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 18px;
}


/* ================== RESPONSIVE FIXES ================== */
@media (max-width: 768px) {
  .user-register-form #edit-account{
    width: 100%;
    margin-right:0;
  }
  .field--name-company-information-profiles details{
    width: 100%;
  }
  #slider{
	margin-top: 0px;
  }
  #page-title h1 {
    font-size: 25px;
  }
}

/* General Styles for Commerce Product Form */
.commerce-product-form * {
    box-sizing: border-box;
}

.commerce-product-form,
#profile-company-information-edit-form, {
    line-height: 1.6;
    color: #333;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    margin-bottom: 2rem;
}

/* Form Layout */
.commerce-product-form .layout-product-form {
    display: flex;
    flex-wrap: wrap;
}

.commerce-product-form .layout-region-product-main {
    flex: 1 1 65%;
}

.commerce-product-form .layout-region-product-secondary {
    flex: 1 1 30%;
}

/* FIXED: Layout footer - remove border, padding and margin */
.commerce-product-form .layout-region-product-footer {
    flex: 1 1 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-top: none !important;
}

.commerce-product-form .layout-region-product-footer__content {
    border-top: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove padding from form actions */
.commerce-product-form .layout-region-product-footer .form-actions {
    margin: 0 !important;
    padding: 0 !important;
}

/* Form Elements */
.commerce-product-form .form-wrapper,
#profile-company-information-edit-form fieldset .form-wrapper{
    margin-bottom: 1.8rem;
    position: relative;
}

.commerce-product-form .js-form-item,
#profile-company-information-edit-form fieldset .js-form-item{
    margin-bottom: 1.5rem;
}

.commerce-product-form label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.95rem;
}

.commerce-product-form .form-required::after {
    content: '*';
    color: #e74c3c;
    margin-left: 3px;
}

/* Input Fields */
.commerce-product-form input[type="text"],
.commerce-product-form input[type="date"],
.commerce-product-form input[type="time"],
.commerce-product-form input[type="number"],
.commerce-product-form textarea,
.commerce-product-form select,
#profile-company-information-edit-form fieldset input,
#profile-company-information-edit-form fieldset textarea
 {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.commerce-product-form input[type="text"]:focus,
.commerce-product-form input[type="date"]:focus,
.commerce-product-form input[type="time"]:focus,
.commerce-product-form input[type="number"]:focus,
.commerce-product-form textarea:focus,
.commerce-product-form select:focus,
#profile-company-information-edit-form fieldset input:focus,
#profile-company-information-edit-form fieldset textarea:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
    background-color: #fff;
}

.commerce-product-form textarea, #profile-company-information-edit-form fieldset textarea {
    min-height: 150px;
    resize: vertical;
}

/* File Upload */
.commerce-product-form .form-managed-file, #profile-company-information-edit-form fieldset .form-managed-file{
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.commerce-product-form input[type="file"], #profile-company-information-edit-form fieldset input[type="file"]{
    padding: 10px;
    border: 2px dashed #ccc;
    border-radius: 6px;
    background: #f9f9f9;
}

.commerce-product-form input[type="file"]:hover, #profile-company-information-edit-form fieldset input[type="file"]:hover {
    border-color: #8546c9;
    background: #f0f8ff;
}

.commerce-product-form .js-form-submit, #profile-company-information-edit-form fieldset .js-form-submit{
    background: #8546c9;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: background 0.3s;
	max-width: 250px;
}

.commerce-product-form .js-form-submit:hover, #profile-company-information-edit-form fieldset .js-form-submit:hover{
    background: #8546c9;
}

/* Select Dropdown */
.commerce-product-form select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
}

/* Checkboxes and Radio Buttons */
.commerce-product-form .form-checkboxes,
.commerce-product-form .form-radios {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 0.5rem;
}

.commerce-product-form .form-type-checkbox,
.commerce-product-form .form-type-radio {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.commerce-product-form input[type="checkbox"],
.commerce-product-form input[type="radio"] {
    margin-right: 8px;
    width: 18px;
    height: 18px;
    accent-color: #8546c9;
}

/* FIXED: Date and Time Fields - Compact layout */
.commerce-product-form .date-recur-modular-alpha-widget {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #eaeaea;
}

.commerce-product-form .date-recur-modular-alpha-widget .container-inline {
    display: flex;
    gap: 1rem;
    margin-bottom:0;
    align-items: center;
    flex-wrap: wrap;
}

.commerce-product-form .dates {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.commerce-product-form .date {
    background: white;
    padding: 1rem !important;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    flex: 1;
}

/* Hide empty date elements and remove their padding */
.commerce-product-form .date:empty {
    display: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.commerce-product-form .date h4 {
    margin-bottom: 0.8rem;
    color: #2c3e50;
    font-size: 0.95rem;
    font-weight: 600;
}

/* Compact date/time inputs */
.commerce-product-form #edit-field-event-date-0-start,
.commerce-product-form #edit-field-event-date-0-end {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.commerce-product-form .form-date, 
.commerce-product-form .form-time {
    padding: 0.6rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 0.9rem;
    width: 100%;
    transition: all 0.3s ease;
}

.commerce-product-form .form-date:focus, 
.commerce-product-form .form-time:focus {
    outline: none;
    border-color: #8546c9;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}

/* Mode selector styling */
.commerce-product-form .form-select {
    padding: 0.6rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 0.9rem;
    background-color: white;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px;
    appearance: none;
}

.commerce-product-form .form-select:focus {
    outline: none;
    border-color: #8546c9;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}

/* Fieldset Styling */
.commerce-product-form fieldset {
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 1.5rem;
    margin-top: 1.5rem;
    background: #f8f9fa;
}

.commerce-product-form fieldset .fieldset-wrapper {
    margin-top: 1rem;
}

/* Button Styling */
.commerce-product-form .button--primary {
    background: #8546c9;
    color: white;
    border: none;
    border: none;
    padding: 13px 30px;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
}

.commerce-product-form .button--primary:hover {
    background: #8546c9;
	opacity: 0.9;
    box-shadow: 0 4px 8px rgba(39, 174, 96, 0.3);
}

/* Description Text */
.commerce-product-form .description {
    font-size: 0.85rem;
    color: #7f8c8d;
    margin-top: 0.5rem;
    line-height: 1.4;
}

/* Responsive Design */
@media (max-width: 992px) {
    .commerce-product-form .layout-region-product-main,
    .commerce-product-form .layout-region-product-secondary {
        flex: 1 1 100%;
    }
    
    .commerce-product-form {
        padding: 1.5rem;
    }
    
    .commerce-product-form .dates {
        flex-direction: column;
    }
    
    .commerce-product-form .date {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .commerce-product-form .date-recur-modular-alpha-widget .container-inline {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .commerce-product-form .form-checkboxes,
    .commerce-product-form .form-radios {
        flex-direction: column;
        gap: 0.5rem;
    }
}

/* Responsive adjustments for date fields */
@media (min-width: 768px) {
    .commerce-product-form #edit-field-event-date-0-start,
    .commerce-product-form #edit-field-event-date-0-end {
        flex-direction: row;
    }
    
    .commerce-product-form .form-date {
        flex: 2;
    }
    
    .commerce-product-form .form-time {
        flex: 1;
    }
}

/* Visual Improvements */
.commerce-product-form h4 {
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.commerce-product-form .visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

/* Focus States for Accessibility */
.commerce-product-form input:focus, 
.commerce-product-form select:focus, 
.commerce-product-form textarea:focus, 
.commerce-product-form button:focus {
    outline: 2px solid #8546c9;
    outline-offset: 2px;
}
.ends .fieldgroup .fieldset-wrapper > div{
	display: flex;
    gap: 50px;
}


/* Image + Body side by side */
.product-content-wrap .image-body-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin: 20px 0 30px;
}

.product-content-wrap .product-image,
.product-content-wrap .product-body {
  flex: 1;
}

/* Image */
.product-content-wrap .product-image img {
  border-radius: 12px;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.product-content-wrap .product-image img:hover {
  transform: scale(1.04);
}

/* Body text */
.product-content-wrap .product-body {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  display: flex;
  align-items: center;
}

/* Event Dates Recurrence */
.product-content-wrap .field-field-event-date {
  margin-top: 25px;
}
.product-content-wrap .field-field-event-date .field-label {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}
.product-content-wrap .date-recur-occurrences {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-content-wrap .date-recur-occurrences li {
  background: #f9f9f9;
  margin-bottom: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
}
.product-content-wrap .date-recur-occurrences li time {
  color: #8546c9;
  font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .product-content-wrap .image-body-wrap {
    flex-direction: column;
  }
  .product-content-wrap .event-title .product-title {
    font-size: 24px;
  }
}


.path-companies-in-lebanon .js-view-dom-id-02c3f1e2e7ee588a147a0ac009ba733be61aee3e8689846f2acca167da20927a {
  display: flex;
  flex-direction: column;
}

/* Company row */
.path-companies-in-lebanon .views-row {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}

/* Logo */
.path-companies-in-lebanon .views-field-field-company-logo img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 8px;
}

/* Info container */
.path-companies-in-lebanon .views-row > div:not(.views-field-field-company-logo) {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  line-height: 26px;
}

/* Company name + category inline */
.path-companies-in-lebanon .views-field-field-company-name .field-content {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-right: 8px;
  display: inline-block;
}

.path-companies-in-lebanon .views-field-field-company-category .field-content {
  font-size: 1rem;
  font-weight: 500;
  color: #8546c9;
  display: inline-block;
  text-transform: none;
}

/* Phone & Email */
.path-companies-in-lebanon .views-field-field-company-phone-number a,
.path-companies-in-lebanon .views-field-field-company-email .field-content {
  font-size: 0.95rem;
  color: #555;
  text-decoration: none;
}

.path-companies-in-lebanon .views-field-field-company-phone-number a:hover,
.path-companies-in-lebanon .views-field-field-company-email .field-content:hover {
  color: #8546c9;
  text-decoration: underline;
}

/* View Profile Link */
.path-companies-in-lebanon .views-field-view-profile a {
  font-size: 0.95rem;
  font-weight: 600;
  color: #8546c9;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease;
}

.path-companies-in-lebanon .views-field-view-profile a:hover {
  border-bottom: 1px solid #8546c9;
}

/* =========================
   FILTER BAR / SEARCH AREA
   ========================= */
.path-companies-in-lebanon .views-exposed-form,
.path-events .views-exposed-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 30px auto;
  padding: 20px;
  background: #f5f0ff;
  border-radius: 12px;
  position: relative;
  top: auto;
}

/* Inputs */
.path-companies-in-lebanon .views-exposed-form .form-text,
.path-companies-in-lebanon .views-exposed-form .form-select,
.path-companies-in-lebanon .views-exposed-form .nice-select,
.path-events .views-exposed-form .form-text,
.path-events .views-exposed-form .form-select,
.path-events .views-exposed-form .nice-select
 {
  padding: 8px 12px;
  font-size: 0.95rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
}

/* Buttons with filled colors */
.path-companies-in-lebanon .views-exposed-form .form-actions .button {
  font-size: 0.95rem;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}

/* Apply = Purple */
.path-companies-in-lebanon .views-exposed-form .form-actions .button[value="Apply"] {
background-color: #8546c9;
    color: #fff;
    border: none;
    padding: 13px 30px;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: normal;
}

.path-companies-in-lebanon .views-exposed-form .form-actions .button[value="Apply"]:hover {
  background-color: #6b36a0;
}

/* Reset = Pink/Red */
.path-companies-in-lebanon .views-exposed-form .form-actions .button[value="Reset"] {
  background-color: #ff6b81;
  color: #fff;
    padding: 13px 30px;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: normal;
}

.path-companies-in-lebanon .views-exposed-form .form-actions .button[value="Reset"]:hover {
  background-color: #e0556a;
}

.path-companies-in-lebanon .views-field-field-company-name .field-content a {
  color: #1a1a1a;          /* main text color */
  font-weight: 700;         /* bold like title */
  text-decoration: none;    /* remove underline */
  transition: all 0.2s ease;
  border-bottom: 1px solid transparent;
}

.path-companies-in-lebanon .views-field-field-company-name .field-content a:hover {
  color: #8546c9;           /* main purple on hover */
  border-bottom: 1px solid #8546c9; /* subtle underline on hover */
}

/* Optional: cursor pointer */
.path-companies-in-lebanon .views-field-field-company-name .field-content a {
  cursor: pointer;
}
.path-companies-in-lebanon .page-wrapper{
	padding-top: 20px;
}


/* Profile Page Cover */
.profilepage.cover {
  position: relative;
  background: linear-gradient(135deg, #8546c9, #6b36a0); 
  border-radius: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  color: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* Overlay for depth */
.profilepage.cover .cover-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35); 
  z-index: 1;
}

/* Content wrapper */
.profilepage.cover .cover-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* Logo + Company Name */
.profilepage.cover .logo-section {
  display: flex;
  align-items: center;
  gap: 18px;
}


.profilepage.cover .logo-company img {
    max-height: 90px;
    width: auto;
	max-width: 150px;
	background-color: #fff;
}
/* Company name */
.profilepage.cover h1 {
  font-size: 1.8rem !important;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

/* Share button */
.profilepage.cover .actions .btn-blue {
  background: #fff;
  color: #8546c9;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}


/* Make form full width and consistent */
.profile-company-information-edit-form {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  font-family: 'Open Sans', sans-serif;
  box-shadow: none;
  border-radius: 0;
}

/* Form items spacing */
.profile-company-information-edit-form .js-form-item {
  margin-bottom: 18px;
}

/* Fieldsets */
.profile-company-information-edit-form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.profile-company-information-edit-form legend {
  display: none;
}

.profile-company-information-edit-form input,
.profile-company-information-edit-form select,
.profile-company-information-edit-form textarea {
  width: 100%;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 15px;
  line-height: 1.4;
  box-sizing: border-box;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.profile-company-information-edit-form input:focus,
.profile-company-information-edit-form select:focus,
.profile-company-information-edit-form textarea:focus {
  border-color: #8546c9;
  box-shadow: 0 0 4px rgba(133, 70, 201, 0.25);
  outline: none;
}

/* Placeholder text */
.profile-company-information-edit-form ::placeholder {
  color: #888;
  font-size: 15px;
}

/* Textarea height */
.profile-company-information-edit-form textarea {
  min-height: 120px;
  resize: vertical;
}

/* Submit button */
.profile-company-information-edit-form input[type="submit"],
.profile-company-information-edit-form .form-submit {
  background-color: #8546c9;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 25px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.profile-company-information-edit-form input[type="submit"]:hover,
.profile-company-information-edit-form .form-submit:hover {
  background-color: #6b34a8;
}

/* Remove unwanted extra padding from wrappers */
.profile-company-information-edit-form .fieldset-wrapper,
.profile-company-information-edit-form .form-wrapper {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
}

/* Image upload field layout fix */
.profile-company-information-edit-form .image-widget {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 6px;
}

/* Match font size of description texts */
.profile-company-information-edit-form .description {
  font-size: 13px;
  color: #777;
}

.event-duration .event1{
	margin-bottom: 10px;
}
.event-duration .event-meta-tile{
	margin-bottom: 0px;
}

.path-events .views-exposed-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 15px;
}

.path-events .views-exposed-form .form-item {
    flex: 0 1 200px;
    margin-bottom: 0;
}

.path-events .views-exposed-form label {
    margin-bottom: 5px;
    display: none;
}

.path-events .views-exposed-form input,
.path-events .views-exposed-form select,
.path-events .views-exposed-form .nice-select {
    width: 100%;
}

.path-events .views-exposed-form .form-actions {
    display: flex;
    align-items: flex-end;
    margin: 0;
}

@media (max-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 98% !important;
    }
		.container-wrap {
		max-width: 98% !important;
		width: 98% !important;
	}
		.heading-text{
		font-size: 33px;
	}
}
@media (max-width: 991.99px) {
	.header-element, .header-link-button {
        margin-left: 10px !important;
    }
	.sm-menu>li>a {
        margin-right: 12px !important;
    }
}
@media (max-width: 767.99px) {
	.path-frontpage .block-views-blockfeatures-feature .col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.slide-image img {
		width: 100%;
		min-height: 200px;
		object-fit: cover;
	}
}
@media (max-width: 480.99px) {
	.navbar-toggler.nav-button{
		top: 10px;
	}
}
@media (max-width: 600px) {
	.path-frontpage .block-views-blockfeatures-feature .col-md-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.profilepage.cover{
		padding: 15px;
	}
	.profilepage.cover h1 {
        font-size: 1rem !important;
	}
}
