/*
Theme Name: Sivaneast
Description: WordPress theme for sivaneast
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

html {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
	-webkit-box-sizing: inherit;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

body, html {
	height: 100%;
}

body {
	width:100%;
	font:16px "Open Sans", Arial, Helvetica, sans-serif;
	color: #484848;
	background: #fff;
	min-width:320px;
	-webkit-text-size-adjust: none;
	margin:0;
	display:table;
	table-layout:fixed;
}

body.fixed-body {
	overflow: hidden;
}

input, textarea, select, button {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	outline: none;
}

select {
	display: none;
}

.frontend-item-container textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #A7A19B !important;
}

.frontend-item-container textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #A7A19B !important;
	opacity: 1;
}

.frontend-item-container textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #A7A19B !important;
	opacity: 1;
}

.frontend-item-container textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #A7A19B !important;
}

.frontend-item-container textarea::-ms-input-placeholder { /* Microsoft Edge */
	color: #A7A19B !important;
}

*:focus {
	outline: none;
}

a {
	color: #484848;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

@font-face {
	font-family: 'icomoon';
	src:  url(../../../../../../themes/sivaneast/fonts/icomoon.eot?lntahh);
	src:  url('../../../../../../themes/sivaneast/fonts/icomoon.eot?lntahh#iefix') format('embedded-opentype'),
	url(../../../../../../themes/sivaneast/fonts/icomoon.ttf?lntahh) format('truetype'),
	url(../../../../../../themes/sivaneast/fonts/icomoon.woff?lntahh) format('woff'),
	url('../../../../../../themes/sivaneast/fonts/icomoon.svg?lntahh#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-ico-social01:before {
	content: "\e900";
}

.icon-ico-social02:before {
	content: "\e901";
}

.icon-ico-social03:before {
	content: "\e902";
}

/* wrapper */

#wrapper {
	/* display: table-cell; */
	display: block;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.page-holder {
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 15px;
}

.page-holder:after {
	clear: both;
	content: "";
	display: block;
}

.frontend-form-container .page-holder {
	margin: 0 auto;
	max-width: 990px;
	padding: 0;
}

.page-template-contributor-form header .page-holder, .page-template-page-event-submission header .page-holder, .page-template-video-submission-form header .page-holder {
	margin: 0 auto 30px;
}

/* header */

header {
	border-bottom: 5px solid #7d4670;
	opacity: 1;
	padding: 30px 0 0;
	position: relative;
	-webkit-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	visibility: visible;
	z-index: 10;
}

.logo {
	float: left;
	margin: 0 0 0 12px;
	width: 200px;
}

.slogan {
	color: #484848;
	font: italic 22px/1.2 "Crimson Text", Arial, Helvetica, sans-serif;
	float: left;
	padding: 90px 0 0 23px;
}

.h-box {
	float: right;
    padding: 35px 15px 0 0;
    width: 45%;
}

.page-template-contributor-form .h-box {
	padding: 70px 15px 0 0;
}

.nav-area:after, .h-top-row:after {
	clear: both;
	content: "";
	display: block;
}

.h-top-row {
	padding: 0 0 15px;
}

.page-template-contributor-form .h-top-row {
	padding: 0;
}

.nav-area .hold, .h-top-row .hold {
	float: right;
}

.link-email {
	float: left;
	margin: 13px 10px 0 0;
	color: #A0AC50;
	font-size: 14px;
	line-height: 1.2;
	background: url(../../../../../../themes/sivaneast/images/bg-link-email.svg) no-repeat 100% 50%;
	background-size: 18px auto;
	padding: 0 27px 0 0;
}

.join-area {
	float: left;
	margin: 0 0 0 13px;
	position: relative;
}

.join-lst {
	background-color: #fff;
	border: 1px solid #ece6e0;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    display: none;
    min-width: 160px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 55px;
}

.join-lst:before {
    background-color: #ffffff;
    border-left: 1px solid #ece6e0;
    border-top: 1px solid #ece6e0;
    border-radius: 4px 0 0 0;
    content: '';
    display: block;
    height: 20px;
    left: 50%;
    position: absolute;
    top: -11px;
    transform: translate(-50%, 0) rotate(45deg);
    width: 20px;
    z-index: 1;
}

.join-lst li {
	border-bottom: 1px solid #ece6e0;
	display: block;
	padding: 1px;
	position: relative;
	z-index: 1;
}

.join-lst li:last-child {
	border: none;
}

.join-lst a {
	color: #4a4a4a;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 125%;
	padding: 15px 10px;
}

.join-lst a:hover {
	background-color: #f7f5f3;
	color: #733f65;
	text-decoration: none;
}

.mobile-nav-box .join-lst a {
	color: #4a4a4a;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 125%;
	padding: 15px 10px;
}

.mobile-nav-box .join-lst a:hover {
	background-color: #f7f5f3;
	color: #733f65;
	text-decoration: none;
}

.join-area .btn-join {
    border: 2px solid #733F65;
    border-radius: 3px;
    color: #733F65;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px 15px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.join-area .btn-join.active, .join-area .btn-join:hover {
	background: #733F65;
	color: #fff;
	text-decoration: none;
}

.join-area .btn-join.join-popup-link span {
	background: url(../../../../../../themes/sivaneast/images/icon-submit.svg) no-repeat 0 0;
    display: inline-block;
    height: 20px;
    margin: -2px 15px 0 0;
    vertical-align: middle;
    width: 20px;
}

header .txt-link {
	color: #666;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 0 20px;
	vertical-align: middle;
}

.m-nav-link{
	margin:37px 0 0;
	display:none;
	background:url(../../../../../../themes/sivaneast/images/bg-m-nav-link.svg) no-repeat;
	background-size:24px auto;
	width:26px;
	height:16px;
	overflow:hidden;
	text-indent:-9999px;
	float:right;
}

.logged-box {
    float: left;
    margin: 0 0 0 20px;
    position: relative;
}

.logged-box .ico a {
	display: block;
}

.logged-box .ico a img {
    border: 2px solid #EBE6E1;
    border-radius: 50%;
    display: inline-block;
    height: 45px;
    padding: 1px;
    vertical-align: middle;
    width: 45px;
}

.logged-box .ico a.active img, .logged-box .ico a:hover img {
	border: 2px solid #733F65;
}

.logged-box .ico a span {
    background: url(../../../../../../themes/sivaneast/images/icon-arrow-down.svg) no-repeat 100% 50%;
    background-size: auto 14px;
    color: #733F65;
    display: inline-block;
    font-size: 14px;
    line-height: 125%;
    margin: 0 0 0 5px;
    padding: 0 20px 0 0;
    vertical-align: middle;
}

.logged-box .ico a span:after {
}

.drop-logged {
    background-color: #fff;
    border: 1px solid #ece6e0;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    display: none;
    min-width: 160px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 55px;
}

.drop-logged:before {
    background-color: #ffffff;
    border-left: 1px solid #ece6e0;
    border-top: 1px solid #ece6e0;
    border-radius: 4px 0 0 0;
    content: '';
    display: block;
    height: 20px;
    left: 80%;
    position: absolute;
    top: -11px;
    transform: translate(-50%, 0) rotate(45deg);
    width: 20px;
    z-index: 1;
}

.drop-logged .text {
    color: #484848;
    display: block;
    font-family: "Crimson Text", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: italic;
    line-height: 125%;
    padding: 15px 10px 0;
}

.drop-logged .nav {
	font-size: 15px;
	line-height: 1.2;
	list-style: none;
}

.drop-logged .nav li {
	border-bottom: 1px solid #ece6e0;
	display: block;
	padding: 1px;
	position: relative;
	z-index: 1;
}

.drop-logged .nav li:last-child {
	border: none;
}

.drop-logged .nav li a {
    color: #4a4a4a;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 125%;
    padding: 15px 10px;
}

.drop-logged .nav li a:hover {
	background-color: #f7f5f3;
	color: #733f65;
	text-decoration: none;
}

.drop-logged .nav li.sign-out {
}

.drop-logged .nav .num {
	margin:1px 0 0;
	display:inline-block;
	vertical-align:top;
	background:#b0bd5a;
	min-width:20px;
	text-align:center;
	padding:0 3px;
	border-radius:20px;
	font-size:13px;
	line-height:19px;
	color:#fff;
	height:20px;
}

#nav {
	float: left;
	list-style: none;
	padding: 0;
}

#nav > li {
    display: inline-block;
    padding: 0 11px 36px;
    position: relative;
    vertical-align: top;
}

#nav > li > a {
	color: #4A4A4A;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	padding: 0;
	position: relative;
	text-transform: uppercase;
}

#nav > li.menu-item-has-children > a:after {
    border-bottom: 1px solid #733f65;
    border-right: 1px solid #733f65;
    content: '';
    display: block;
    height: 5px;
    margin: 0;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 5px;
}

#nav > li:hover > a, #nav > li > a:hover {
	/*
	background: url(../../../../../../themes/sivaneast/images/bg-hover-nav.svg) no-repeat 50% 100%;
	background-size: 28px auto;
	*/
	text-decoration: none;
}

#nav > li > .sub-menu {
    background-color: #fff;
    border: 1px solid #ece6e0;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    display: none;
    left: 50%;
    list-style: none;
    min-width: 160px;
    position: absolute;
    top: 40px;
    transform: translate(-50%, 0);
	z-index: 1;
}

#nav > li:hover > .sub-menu {
	display: block;
}

#nav > li > .sub-menu:before {
    background-color: #ffffff;
    border-left: 1px solid #ece6e0;
    border-top: 1px solid #ece6e0;
    border-radius: 4px 0 0 0;
    content: '';
    display: block;
    height: 20px;
    left: 50%;
    position: absolute;
    top: -11px;
    transform: translate(-50%, 0) rotate(45deg);
    width: 20px;
	z-index: 1;
}

#nav > li > .sub-menu li {
	border-bottom: 1px solid #ece6e0;
	padding: 1px;
	position: relative;
	z-index: 1;
}

#nav > li > .sub-menu li:last-child {
	border: none;
}

#nav > li > .sub-menu li a {
	color: #4A4A4A;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 125%;
    padding: 15px 10px;
}

#nav > li > .sub-menu li a:hover {
	background-color: #f7f5f3;
	color: #733f65;
	text-decoration: none;
}

/**/

#nav .drop-slide-box {
	background: #fff;
	border-top: 5px solid #7d4670;
	box-shadow: 0 3px 5px rgba(170,170,170,0.5);
	left: 0;
	padding: 36px 0 10px;
	position: absolute;
	top: -9999px;
	width: 100%;
	z-index: 51;
}

#nav > li:hover .drop-slide-box {
	top: 100%;
}

.search-drop {
	box-shadow: 0 3px 5px rgba(170,170,170,0.5);
	background: #fff;
	padding: 40px 0 30px;
	z-index: 50;
	margin: 5px 0 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	display: none;
}

.search-drop .holder {
	position: relative;
	max-width: 1670px;
	padding: 0 15px;
	margin: 0 auto;
}

.search-drop input[type="text"] {
	color: #afbe53;
	display: block;
	width: 100%;
	box-shadow: none;
	padding: 12px 22px 10px 42px;
	height: 50px;
	font-size: 19px;
	font-weight: bold;
	border: 0;
	border-bottom: 1px solid #ece7e2;
	border-radius: 0;
}

.search-drop ::-webkit-input-placeholder{color: #afbe53;}
.search-drop :-moz-placeholder{color: #afbe53;}
.search-drop ::-moz-placeholder{
	color: #afbe53;
	opacity: 1;
}
.search-drop :-ms-input-placeholder{color: #afbe53;}
.search-drop input[type="submit"]{
	position:absolute;
	top:8px;
	left:0;
	width:40px;
	height:40px;
	text-indent:-9999px;
	box-shadow:none;
	padding:0;
	background:url(../../../../../../themes/sivaneast/images/ico-search.svg) no-repeat !important;
}

.shop-frame {
	padding: 0 20px 0 30px;
	overflow: hidden;
}

.top-shop-nav {
	list-style: none;
	float: left;
	width: 177px;
	padding: 0 17px 0 0;
	font-size: 17px;
	line-height: 1.2;
	font-weight: bold;
}

.top-shop-nav li {
	padding: 0 0 13px;
}

.top-shop-nav a{
	color:#484848;
}
.shop-items{
	list-style:none;
	overflow:hidden;
	padding:3px 0 0;
}
.shop-items li{
	display:inline-block;
	vertical-align:top;
	margin:0 -4px 0 0;
	padding:0 25px 0 0;
	width:20%;
}
.shop-items a:hover{opacity:0.7;}
.top-main-articles{
	max-width:1490px;
	margin:0 auto;
	padding:0 75px 0 95px;
	position:relative;
}
.top-main-art-hold{
	position:relative;
}
.top-main-articles .box{
	position:absolute;
	top:-9999px;
	left:0;
	width:100%;
	z-index:1;
}

.top-main-articles .box.active {
	position: relative;
	top: 0;
}

.top-main-nav {
	list-style: none;
	padding: 0 0 25px;
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
}

.top-main-nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 -2px;
	padding: 0 20px;
}

.top-main-nav a {
	color: #484848;
}

.top-main-nav a:hover{text-decoration:none;}
.top-main-nav .item01.active a,
.top-main-nav .item01 a:hover{color:#b0bd5a;}
.top-main-nav .item02.active a,
.top-main-nav .item02 a:hover{color:#71D9DE;}
.top-main-nav .item03.active a,
.top-main-nav .item03 a:hover{color:#FF8466;}
.top-main-nav .item04.active a,
.top-main-nav .item04 a:hover{color:#b0bd5a;}
.top-main-nav .item05.active a,
.top-main-nav .item05 a:hover{color:#b0bd5a;}
.top-main-nav .item06.active a,
.top-main-nav .item06 a:hover{color:#b0bd5a;}

.search-area {
	padding: 3px 4px 0 10px;
	overflow: hidden;
}

.search-link {
	display: block;
	background: url(../../../../../../themes/sivaneast/images/ico-search.svg) no-repeat;
	width: 24px;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
}

.search-link.m {
	display: none;
	margin: 37px 0 0;
}

.top-image-slider {
	display: none;
	margin-bottom: 61px;
	max-width: 100%;
	padding: 0 55px;
	position: relative;
	transition: all .2s ease-in-out;
}

.top-image-slider.slick-initialized {
    display: block;
}

.top-image-slider:after {
	clear: both;
	content: "";
	display: block;
}

.top-image-slider.five-items .slick-prev, .top-image-slider.five-items .slick-next {
	box-shadow: none;
	position: absolute;
	top: 87px;
	padding: 0;
	
	background: url(../../../../../../themes/sivaneast/images/ico-arrow-drop-nav.svg) no-repeat;
	background-size: 14px auto;
	width: 24px;
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
	border: 0;
}

.top-image-slider.five-items .image-slide-box {
	margin: 0 20px 0 0;
}

.top-image-slider.five-items .slick-prev {
	left: -5px;
	transform: scaleX(-1);
}

.top-image-slider.five-items .slick-next {
	right: -5px;
}

.top-image-slider.five-items .slick-next:hover, .top-image-slider.five-items .slick-prev:hover {
	opacity: 0.8;
}

.top-image-slider-area {
	border-bottom: 1px solid #ebe6e1;
	padding: 42px 0 280px;
	background: #f7f5f3;
}

.top-image-slider-area .page-holder {
	max-width: 100%;
}

.image-slide-box {
	/*
	border-radius: 6px;
	box-shadow: 2px 3px 3px #efefef;
	display: none; */
	border-radius: 4px;
	box-shadow: 0px 2px 4px #efefef;
	background: #fff;
	float: left;
	/* width: 246px; */
	padding: 0 0 10px;
	margin: 0 7px;
	
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.top-image-slider.five-items .image-slide-box {
	box-shadow: none;
	border-radius: 0;
}

.top-image-slider.five-items .image-slide-box img {
	border-radius: 0;
}

.slick-list .image-slide-box, .image-slide-box:first-child {
	display: flex;
}

.image-slide-box .img {
	margin: 0 auto 12px;
	max-width: 246px;
	position: relative;
	width: 100%;
}

.image-slide-box .img > a {
	border-radius: 4px 4px 0 0;
	display: block;
	overflow: hidden;
	padding: 65% 0 0;
	position: relative;
	width: 100%;
}

.image-slide-box .img > a img {
	border-radius: 4px 4px 0 0;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    transition-property: all;
    width: 100%;
}

.image-slide-box .img > a:hover img {
	transform: scale(1.05, 1.05);
}

.image-slide-box .img .label {
	text-transform: uppercase;
	position: absolute;
	top: -7px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 8;
}

.top-image-slider.five-items .add-txt-label span {
	background: #f7f5f3;
}

.top-image-slider.decor .slick-next, .top-image-slider.decor .slick-prev {
	position:absolute;
	box-shadow:none;
	top:40%;
	margin:0;
	padding:0;
	left:4px;
	background:#fff url(../../../../../../themes/sivaneast/images/ico-arrow-gr.svg) no-repeat 50% 50%;
	background-size:10px auto;
	box-shadow:0 0 5px #ccc;
	width:35px;
	height:35px;
	border-radius:36px;
	overflow:hidden;
	text-indent:-9999px;
	border:0;
}

.top-image-slider .slick-list {
	overflow: hidden;
	padding: 10px 0 4px;
}

.top-image-slider.decor .slick-prev {
	transform: scaleX(-1);
}

.top-image-slider.decor .slick-next {
	left:auto;
	right:4px;
}

.image-slide-box .img .label span {
	display:inline-block;
	vertical-align:top;
	background:#71d9de;
	font-size: 9px;
	line-height: 1.2;
	font-weight: bold;
	padding:5px 8px;
	border-radius:2px;
	color:#fff;
}

.image-slide-box .img .label span a {
	color: #fff;
	font-weight: bold;
}

.image-slide-box .img .label span a:hover {
	text-decoration: none;
}

.top-image-slider .image-slide-box .img .label span {
	margin: -2px 0 0;
}

.image-slide-box h3 {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font: 14px/1.22 "Lusitana", Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
	padding: 0 10px;
	text-align: center;
}

.add-txt-label {
	color: #A7A19B;
	display: block;
	font: italic 12px/1.2 "Crimson Text", Arial, Helvetica, sans-serif;
	padding: 5px 0 0;
	text-align: center;
}

.image-slide-box .add-txt-label {
	padding: 5px 10px 0;
}

.add-txt-label b {
	color: #A7A19B;
	display: inline-block;
	font-weight: normal;
	margin-right: 15px;
	padding-bottom: 5px;
	text-transform: capitalize;
}

.image-slide-box .add-txt-label b {
    line-height: 100%;
    padding: 3px 0 0;
    vertical-align: middle;
}

.add-txt-label b a {
	color: #A7A19B;
}

.image-slide-box .add-txt-label b a {
	display: inline-block;
}

.add-txt-label b a:hover {
	text-decoration: none;
}

.add-txt-label .ico {
	border-radius: 50%;
    display: inline-block;
    margin: -9px 5px 12px 0;
	overflow: hidden;
    vertical-align: top;
    width: 33px;
}

.add-txt-label .ico a {
	display: block;
	overflow: hidden;
	padding: 100% 0 0;
	position: relative;
	width: 100%;
}

.add-txt-label .ico a img {
	border-radius: 50%;
    height: auto;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
}

.add-txt-label .add-label {
	display: inline-block;
	vertical-align: top;
	background: #71d9de;
	font: bold 9px/1.2 "Open Sans", Arial, Helvetica, sans-serif;
	padding: 5px 8px;
	border-radius: 2px;
	color: #fff;
}

.add-txt-label .add-label a:hover {
	text-decoration: none;
}

.add-txt-label span {
    border: 1px solid #f0ebe6;
    border-radius: 3px;
    display: inline-block;
    font: bold 9px "Open Sans", Arial, Helvetica, sans-serif;
    line-height: 100%;
    margin: -5px 0 0;
    padding: 5px 7px;
    vertical-align: top;
}

.image-slide-box .add-txt-label span {
	margin: 0;
	vertical-align: middle;
}

.top-image-slider-area .add-txt-label span {
    background-color: #f7f5f3;
    color: #A7A19B;
    line-height: 100%;
}

.most-recent-lst .add-txt-label .add-label {
	border-radius: 2px;
	margin: -2px 10px 0 0;
	padding: 0;
}

.most-recent-lst .add-txt-label .add-label span {
	line-height: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.most-recent-lst .add-txt-label .add-label a {
    color: #fff;
    display: inline-block;
    line-height: 100%;
    margin: 0;
    padding: 6px 7px;
    text-transform: uppercase;
}

.info-img-area .page-holder {
	max-width: 1240px;
}

.info-img-area .img-block {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    float: left;
    position: relative;
    max-width: 969px;
    background: url(../../../../../../themes/sivaneast/images/bg-img-block.png) no-repeat 50% 50%;
    padding: 190px 0 80px;
    text-align: center;
    background-size: cover;
	width: 59%;
}

.info-img-area .img-block:before {
	background: #e9737a;
	background: -moz-linear-gradient(-45deg, #e9737a 0%, #733f65 100%);
	background: -webkit-linear-gradient(-45deg, #e9737a 0%,#733f65 100%);
	background: linear-gradient(135deg, #e9737a 0%,#733f65 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9737a', endColorstr='#733f65',GradientType=1 );
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.85;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	width: 100%;
}

.info-img-area .img-block .label {
	display: none;
	left: 0;
	position: absolute;
	text-align: center;
	top: -11px;
	width: 100%;
	z-index: 100;
}

.info-img-area .img-block .label span {
    background: #f29871;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
    line-height: 1.2;
    padding: 5px 8px;
    text-transform: uppercase;
    vertical-align: top;
}

.info-img-area .img-block .label span a {
	color: #fff;
	font-weight: bold;
}

.info-img-area .img-block .txt-box {
	margin: 0 auto;
    max-width: 670px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.info-img-area .img-block h2 {
	color: #fff;
	font: 52px/1.02 "Lusitana", Arial, Helvetica, sans-serif;
	margin: 0 0 14px;
	padding: 0 20px;
}

.info-img-area .img-block h2 a {
	color: #fff;
}

.info-img-area .img-block .add-txt-label {
	color: #fff;
	font-size: 19px;
	padding: 0;
}

.info-img-area .img-block .add-txt-label b {
	color: #fff;
}

.info-img-area .img-block .add-txt-label b a {
	color: #fff;
}

.info-img-area .img-block .add-txt-label span {
	margin-top:-2px;
	background: none;
	color: #fff;
}

.info-img-area .side-img-area {
	padding: 23px 20px 30px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #fff;
	overflow: hidden;
}

.info-img-area .side-img-area h2 {
	color: #A7A19B;
	font: italic 14px/1.15 "Crimson Text", Arial, Helvetica, sans-serif;
	margin: 0 0 17px;
}

.stories-lst {
	list-style: none;
}

.stories-lst li {
	border-top: 4px solid #f7f5f3;
	overflow: hidden;
	padding: 13px 0;
	vertical-align: top;
}

.stories-lst li:first-child {
	border: 0;
	padding-top: 0;
}

.stories-lst .img {
	float: left;
	margin: 3px 18px 0 0;
	max-width: 182px;
	width: 33%;
}

.stories-lst .img > a {
	display: block;
	overflow: hidden;
	padding: 65% 0 0;
	position: relative;
}

.stories-lst .img > a img {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    transition-property: all;
    width: 100%;
}

.stories-lst .img > a:hover img {
	transform: scale(1.05, 1.05) translate(-47.5%, -47.5%);
}

.stories-lst .txt-box {
	overflow: hidden;
}

.stories-lst .txt-box h3 {
	color: #484848;
	font: 18px/1.3 "Lusitana", Arial, Helvetica, sans-serif;
	margin: 0 0 5px;
}

.stories-lst .txt-box h3 a {
	color: #484848;
}

.stories-lst .add-txt-label {
	text-align: left;
}

.stories-lst .add-txt-label span {
	background: #f7f5f3;
	margin-top: -3px;
}

.stories-lst .add-txt-label b {
	margin-right: 5px;
}

.single .news-section, .page-template-default .news-section {
	padding: 40px 0 0;
}

.news-section .page-holder {
	max-width: 1240px;
}

.info-stories-area .page-holder {
	max-width: 1240px;
	position: relative;
}

.info-stories-area.inner .page-holder {
	max-width: 1240px;
	position: relative;
}

.top-news-section {
	margin: -185px auto 0;
	max-width: 979px;
	text-align: center;
}

.top-news-section h3 {
	color: #A7A19B;
	font: italic 26px/1.2 "Crimson Text", Arial, Helvetica, sans-serif;
	margin: 0 0 25px;
}

.top-news-section-lst {
	list-style: none;
	margin: 0 -17px 0 0;
	padding: 0 0 56px;
}

.top-news-section-lst li {
	display: inline-block;
	height: 230px;
	margin: 0 17px 0 0;
	vertical-align: top;
	width: 230px;
}

.top-news-section-lst a {
	border: 5px solid #75d1df;
	display: block;
	border-radius: 295px;
	background: url(../../../../../../themes/sivaneast/images/bg-stories-lst.png) no-repeat;
	background-size: cover;
	height: 100%;
	padding: 70px 0 0;
	color: #fff;
	cursor: pointer;
}

.top-news-section-lst a:hover {
	text-decoration: none;
	opacity: .8;
}

.top-news-section-lst .txt {
	display: block;
	font: italic 22px/1.2 "Crimson Text", Arial, Helvetica, sans-serif;
	margin: 0 0 -5px;
}

.top-news-section-lst .ttl {
	background: url(../../../../../../themes/sivaneast/images/bg-arrow.svg) no-repeat 50% 100%;
	background-size: 30px auto;
	display: block;
	font: 36px/1.3 "Lusitana", Arial, Helvetica, sans-serif;
	padding: 0 0 40px;
}

.pop-stories-area-hold {
	padding: 59px 0 0;
}

.pop-stories-area-hold .page-holder {
	max-width: 1240px;
}

.pop-stories-area {
	padding: 0 auto;
}

.pop-stories-area h3.decor, .pop-stories-area > h3 {
	color: #A7A19B;
	font: italic 26px/1.2 "Crimson Text", Arial, Helvetica, sans-serif;
	margin: 0 0 45px;
	text-align: center;
}
.pop-stories-area h3.color-orange span{color:#FF8466;}
.pop-stories-area h3.color-sp span{color:#733F65;}
.pop-stories-area h3.color-yellow span{color:#B0BD5A;}
.pop-stories-area .ttl-holder{
	text-align:center;
	padding:0 0 22px;
}
.pop-stories-area h3.decor {
	font-size:26px;
	color:#484848;
	position:relative;
	padding:0 0 18px;
	display:inline-block;
	vertical-align:top;
}
.pop-stories-area h3.decor:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -165px;
	width: 330px;
	height: 10px;
	background: #f7f5f3;
}

.pop-str-lst {
	list-style: none;
	margin: 0 -32px 0 0;
}

.pop-str-lst li {
	display: inline-block;
	margin: 0 -4px 0 0;
	padding: 0 32px 29px 0;
	vertical-align: top;
	width: 33.33%;
}

.pop-str-lst li.btn-more {
	list-style-type: none;
	width: 100%;
	text-align: center;
}

.pop-str-lst.inner li {
	padding-bottom: 54px;
}

.pop-str-lst .img {
	padding: 0 0 16px;
	position: relative;
}

.pop-str-lst .img a {
	display: block;
	overflow: hidden;
	position: relative;
}

.pop-str-lst .img > a {
	display: block;
	padding: 65% 0 0;
	position: relative;
	width: 100%;
}

.pop-str-lst .img > a img {
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	transition-duration: .2s;
	transition-timing-function: ease-in-out;
	transition-property: all;
	width: 100%;
}

.pop-str-lst .img > a:hover img {
	transform: scale(1.05, 1.05) translate(-47.5%, -47.5%);
}

.pop-str-lst .label {
	left: 0;
	position: absolute;
	text-align: center;
	top: -11px;
	width: 100%;
	z-index: 8;
}

.pop-str-lst .label span {
	background: #ff8466;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 9px;
	font-weight: bold;
	line-height: 1.2;
	padding: 5px 8px;
	vertical-align: top;
}

.pop-str-lst .label a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.pop-str-lst .label a:hover {
	text-decoration: none;
}

.pop-str-lst .add-txt-label span {
	background: #f7f5f3;
}

.pop-str-lst h3 {
	color: #484848;
	font: 22px/1.2 "Lusitana", Arial, Helvetica, sans-serif;
	margin: 0 0 5px;
	min-height: 60px;
	padding: 0 50px;
	text-align: center;
}

.pop-str-lst h3 a {
	color: #484848;
}

.news-area-notification {
	background-color: #70d5de;
	padding: 0;
}

#page-newsletter {
	background: rgb(113,217,222);
    background: -moz-linear-gradient(left, rgba(113,217,222,1) 0%, rgba(137,214,228,1) 51%, rgba(112,192,222,1) 100%);
    background: -webkit-linear-gradient(left, rgba(113,217,222,1) 0%,rgba(137,214,228,1) 51%,rgba(112,192,222,1) 100%);
    background: linear-gradient(to right, rgba(113,217,222,1) 0%,rgba(137,214,228,1) 51%,rgba(112,192,222,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71d9de', endColorstr='#70c0de',GradientType=1 );
	padding: 150px 0 200px;
	position: relative;
}

#page-newsletter:before {
	background: url(../../../../../../themes/sivaneast/images/bg-top-decor-white.svg) repeat-x;
	content: "";
	height: 46px;
	left: 0;
	opacity: 0.2;
	position: absolute;
	top: 0;
	width: 100%;
}

#page-newsletter .news-area-notification {
	background: none;
}

#single-event-content .news-area-notification {
	margin: 0 -15px !important;
}

#tribe-events .single-event-show-mobile {
	display: none;
}

#tribe-events .single-event-hide-mobile {
	display: block;
}

.news-area-notification .page-holder {
    height: 100%;
    max-width: 570px;
    padding: 40px 0;
    position: relative;
}

.news-area-notification h2, #single-event-content .news-area-notification h2 {
	color: #ffffff !important;
	font-family: "Crimson Text", Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 125%;
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
}

.news-area-notification img {
	bottom: 0;
	display: block;
	height: auto;
	position: absolute;
	right: 0;
	width: 190px;
}

.email-row {
	margin: 0;
	max-width: 360px;
	padding: 0;
	position: relative;
}

.email-row .klaviyo_field_group {
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    position: relative;
}

.email-row .klaviyo_messages {
}

.email-row .klaviyo_messages .success_message {
}

.email-row .klaviyo_messages .success_message .klaviyo_header {
    bottom: -50px;
    color: #fff;
    display: block;
    font-family: "Crimson Text", Arial, Helvetica, sans-serif;
    font-size: 35px;
    line-height: 125%;
    position: absolute;
    margin: 0 0 5px;
    text-align: center;
    width: 100%;
}

.email-row .klaviyo_messages .success_message .klaviyo_subheader {
	display: none;
}

.email-row .klaviyo_messages .error_message {
    color: #E9737A;
    display: block;
    font-size: 14px;
    font-weight: bold;
	left: 0;
    line-height: 125%;
	position: absolute;
    text-align: left;
	top: -25px;
    width: 100%;
}

.email-row input[type="text"], .email-row input[type="email"] {
    border: 0;
    box-shadow: none;
    color: #A7A19B;
    display: block;
    flex: 1;
    font-size: 14px;
    height: 35px;
    padding: 0 10px;
    width: auto;
}

.email-row input[type="submit"], .email-row button[type="submit"] {
	background-color: #884457;
	box-shadow: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 35px;
	padding: 0;
	text-transform: uppercase;
	width: 75px;
}

.email-row input[type="submit"]:hover, .email-row button[type="submit"]:hover {
	background-color: #884457;
}

.email-row ::-webkit-input-placeholder {
	color: #A7A19B;
}

.email-row :-moz-placeholder {
	color: #A7A19B;
}

.email-row ::-moz-placeholder {
	color: #A7A19B;
	opacity: 1;
}

.email-row :-ms-input-placeholder {
	color: #A7A19B;
}

.info-stories-area {
	padding: 70px 0 73px;
}

.info-stories-area.inner {
	padding-top: 75px;
}
.info-stories-area.inner-p {
	padding-top: 33px;
}

.info-stories-area .content-area {
	float: left;
	margin: 0;
	max-width: none;
	padding: 0 340px 0 0;
	width: 100%;
}

.info-stories-area.inner .content-area {
}

.info-stories-area.inner-p .content-area {
}

.info-stories-area.inner-p .page-holder {
}

.info-stories-area .content-area h2 {
	padding-bottom:10px;
	margin:0 0 45px 3px;
	color:#A7A19B;
	font:33px/1.15 "Lusitana", Arial, Helvetica, sans-serif;
}

.info-stories-area .content-area > h2, .info-stories-area.inner .content-area > h2 {
	font-family:"Crimson Text", Arial, Helvetica, sans-serif;
	font-style:italic;
}

.info-stories-area.inner .content-area > h2 {
	margin-bottom:32px;
	position:relative;
}

.info-stories-area.inner .content-area > h2:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: #F7F5F3;
    width: 100%;
    height: 15px;
    margin: -5px 0 0;
    transform: translate(0, -50%);
}

.info-stories-area .content-area h2 span {
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	/* padding:0 23px 0 0; */
	padding: 5px 23px 0 0;
	font: italic 26px "Crimson Text", Arial, Helvetica, sans-serif;
}

.most-recent-lst {
	list-style: none;
	padding: 0 0 35px;
}

.most-recent-lst > li {
	border-bottom: 10px solid #f7f5f3;
	overflow: hidden;
	padding: 30px 0 20px;
	vertical-align: top;
}

li.btn-more {
	list-style-type: none;
}

.most-recent-lst > li.btn-more {
	border: none;
}

.most-recent-lst > li:first-child {
	padding-top:0;
}

.most-recent-lst .img {
	float: left;
	margin: 0 25px 0 0;
	max-width: 467px;
	width: 48%;
}

.most-recent-lst .img a {
	display: block;
	overflow: hidden;
	padding: 63% 0 0;
	position: relative;
}

.most-recent-lst .img a img {
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	transition-duration: .2s;
	transition-timing-function: ease-in-out;
	transition-property: all;
}

.most-recent-lst .img a:hover img {
	transform: scale(1.05, 1.05) translate(-47.5%, -47.5%);
}

.most-recent-lst .text-box {
	overflow: hidden;
	padding: 0 20px 0 0;
}

.most-recent-lst .text-box h2 {
	font-size: 26px;
	margin: 0;
	min-height: 259px;
	padding-top: 7px;
}

.search .most-recent-lst .text-box h2 {
	min-height: auto;
}

.most-recent-lst .add-txt-label {
	text-align: left;
}

.most-recent-lst .add-txt-label span {
	background: #f7f5f3;
	margin: -2px 0 0;
}

.info-stories-area .btn-more {
	text-align: center;
	border: none;
}

.pop-stories-area-hold .btn-more {
	padding: 30px 0 40px;
}

.btn {
	border:2px solid #ebe6e1;
	display:block;
	margin:0 auto;
	color:#A7A19B;
	font-size:13px;
	line-height:1.2;
	font-weight:bold;
	max-width:314px;
	padding:15px 11px 18px;
	border-radius:5px;
	text-align:center;
}

.btn.sm {
	font-size: 13px;
	max-width: 130px;
	padding: 11px 10px 10px;
}

.btn:hover {
	text-decoration: none;
	border-color: #a7a19b;
}

.btn.green {
	background: #b0bd5a;
	border-color: #b0bd5a;
	color: #fff;
}

.btn.green:hover {
	background: #9aaa2d;
	border-color: #9aaa2d;
}

.btn.white {
	border-color: #fff;
	color: #fff;
}

.btn.white:hover {
	background: #fff;
	border-color: #fff;
	color: #505050;
}

.btn.orange {
	color: #fff;
	background: #e9737a;
	border-color: #e9737a;
}

.btn.orange:hover {
	background: #e9737a;
	border-color: #e9737a;
}

.info-stories-area .side-area {
	float: right;
	margin: 0 0 0 -320px;
	overflow: hidden;
	padding: 8px 0 0;
	width: 300px;
}

.info-stories-area .btn-more .btn {
	max-width: none;
	padding: 21px 21px 23px;
}

.info-stories-area.inner-p .side-area {
	padding: 10px 0 0;
}

.info-stories-area.inner-p .side-img-lst li {
	margin: 0 auto;
}

.info-stories-area.inner .side-area {
	padding: 8px 0 0;
}

.side-img-lst {
	display: block;
	list-style: none;
	margin: 0 auto;
	max-width: 300px;
}

.author .side-img-lst {
	display: block;
	margin: 0 auto;
	max-width: 300px;
}

.side-img-lst.fixed-position {
	margin-right: 15px;
}

.side-img-lst li {
	padding:0 0 50px;
}

.info-stories-area.inner .side-img-lst li {
	padding: 0 0 223px;
}

.video-area-holder {
	background: #ffa984 url(../../../../../../themes/sivaneast/images/bg-video-area-holder.png) no-repeat 50% 50%;
	background-size: cover;
	padding: 53px 0 39px;
	position: relative;
	z-index:1;
}

.video-area-holder.inner {
	padding: 40px 0 29px;
}

.video-area-holder.inner:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../../../../../../themes/sivaneast/images/bg-podcast-mask.png) no-repeat 20% 50%;
}

.video-area-holder .page-holder{
	max-width: 1240px;
	position: relative;
	z-index: 10;
}

.video-area-holder h2 {
	margin: 0 0 8px;
	text-align: center;
	color: #fff;
	text-shadow: 0 2px 2px #eeb089;
	font: 52px/1.2 "Lusitana", Arial, Helvetica, sans-serif;
}

.video-area-holder.inner h2{
	font-size:112px;
	margin:0 0 -12px;
}

.video-area-holder.inner .add-ttl {
	padding:0 0 12px;
	display:block;
	font:italic 49px/1.2 "Crimson Text", Arial, Helvetica, sans-serif;
	color:#fff;
	text-shadow:0 2px 2px #eeb089;
	text-align:center;
}

.video-area-holder.inner h3 {
	margin:0 0 42px;
	font-size:29px;
}

.video-area-holder h3 {
	color: #fff;
	font: italic 26px/1.2 "Crimson Text", Arial, Helvetica, sans-serif;
	margin: 0 0 30px;
	text-align: center;
	text-shadow: 0 2px 2px #eeb089;
}

.btn-add-lst {
	list-style: none;
	padding: 0 0 10px;
	text-align: center;
}

.btn-add-lst > li {
	display: inline-block;
	max-width: 190px;
	padding: 0 5px;
	vertical-align: top;
}

.btn-add-lst > li a {
	display: block;
}

.btn-add-lst > li img {
	display: block;
}

.video-area-holder .btn-review {
	font-size: 0;
	text-align: center;
}

.video-area-holder .btn-review .btn {
	display: inline-block;
    font-size: 19px;
    font-weight: bold;
    max-width: 100%;
    width: 300px;
}

.video-area-holder.inner {
	padding: 33px 0 44px;
}

.video-area-holder.inner h2 {
	font-size: 83px;
	margin: 0 0 -5px;
}

.video-area-holder.inner .add-ttl {
	font-size: 36px;
}

.video-area-holder.inner h3 {
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 25px;
}

.video-area-holder.inner .btn-add-lst > li {
	width: 162px;
}

.video-lst {
	overflow: hidden;
	opacity: 0;
	transition: all .2s ease-in-out;
}

.video-lst.slick-initialized {
	opacity: 1;
}

.video-lst-holder {
	padding: 0 0 45px;
	position: relative;
}

.video-lst-holder .slick-next, .video-lst-holder .slick-prev {
	position: absolute;
	box-shadow: none;
	top: 50%;
	margin: -20px 0 0;
	padding: 0;
	left: 0;
	background: url(../../../../../../themes/sivaneast/images/ico-arrow-w.svg) no-repeat;
	background-size: 16px auto;
	width: 24px;
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
	border: 0;
}

.video-lst-holder .slick-prev {
	transform: scaleX(-1);
}

.video-lst-holder .slick-next {
	left: auto;
	right: 0;
}

.video-lst-holder .slick-next:hover, .video-lst-holder .slick-prev:hover {
	opacity: 0.8;
}

.video-lst .slick-list {
	overflow: hidden;
	padding: 0 0 15px;
}

.video-lst-box {
	display: none;
	float: left;
	width: 33.333333%;
	padding: 0 11px;
}

.video-lst-box .inner-box {
	box-shadow: 1px 2px 4px #e49473;
	border-radius: 8px;
	overflow: hidden;
}

.slick-list .video-lst-box, .video-lst-box:first-child {
	display: block;
}

.video-lst-box .img > a {
	border-radius: 8px 8px 0 0;
	display: block;
	overflow: hidden;
	padding: 63% 0 0;
	position: relative;
}

.video-lst-box .img > a:after {
	background: url(../../../../../../themes/sivaneast/images/ico-play@2x.png) no-repeat 50% 50%;
	background-size: 65px auto;
	bottom: 13px;
	content: "";
	height: 65px;
	position: absolute;
	right: 20px;
	width: 65px;
	z-index: 10;
}

.video-lst-box .img > a img {
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition-duration: .2s;
    transition-timing-function: ease-in-out;
    transition-property: all;
}

.video-lst-box .img > a:hover img {
	display: block;
	transform: scale(1.05, 1.05) translate(-47.5%, -47.5%);
}

.video-lst-box .txt-box {
	background: #fff;
	padding: 20px 28px 28px 38px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.video-lst-box .txt-box p {
	color: #484848;
	font-family: "Lusitana", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 25px;
	margin: 0;
	width: 100%;
}

.slider-add-area {
	padding: 47px 0 80px;
}

.slider-add-area .page-holder {
	max-width: 1240px;
}

.slider-add-area h3 {
	color: #a7a19b;
	font: italic 26px/1.2 "Crimson Text", Arial, Helvetica, sans-serif;
    margin: 0 0 35px;
    text-align: center;
}

.slider-add-area h3 a {
	color: #733f65;
}

.slider-add-holder {
	overflow: hidden;
	opacity: 0;
	transition: all .2s ease-in-out;
}

.slider-add-holder.slick-initialized {
	opacity: 1;
}

.slider-add-holder .slide-box {
	display: none;
	float: left;
	width: 277px;
	margin: 0 12px;
}

.slider-add-holder .slick-list .slide-box, .slider-add-holder .slide-box:first-child {
	display: block;
}

.slider-add-section {
	padding: 0 38px;
	position: relative;
}

.slider-add-section .slick-next, .slider-add-section .slick-prev {
	box-shadow: none;
	position: absolute;
	top: 50%;
	margin: -30px 0 0;
	padding: 0;
	left: 0;
	background: url(../../../../../../themes/sivaneast/images/ico-arrow-gr.svg) no-repeat;
	background-size: 16px auto;
	width: 24px;
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
	border: 0;
}

.slider-add-section .slick-prev {
	transform: scaleX(-1);
}
.slider-add-section .slick-next {
	left: auto;
	right: 0;
}
.slider-add-section .slick-next:hover, .slider-add-section .slick-prev:hover {
	opacity: 0.8;
}
.slick-disabled {
	cursor: default;
	opacity: 0.3 !important;
}

.slider-add-button {
	padding: 50px 0 0;
	text-align: center;
}

.slider-add-button a {
	border: 2px solid #733f65;
	border-radius: 4px;
	color: #733f65;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 125%;
	max-width: 300px;
	padding: 20px 25px;
	text-align: center;
	width: 100%;
}

.slider-add-button a:hover {
	background-color: #733f65;
	color: #fff;
	text-decoration: none;
}

/**/

.event-section {
	background: #ab5c7a url(../../../../../../themes/sivaneast/images/bg-event-section.png) no-repeat 50% 50%;
	background-size: cover;
	padding: 42px 0 62px;
}

.event-section .btn {
	max-width: 310px;
}

.event-section .page-holder {
	max-width: 1240px;
	padding: 0;
}

.event-section h2 {
	color: #fff;
	font: 52px/1.3 "Lusitana", Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: center;
	text-shadow: 0 2px 3px #a25c79;
}

.event-section .page-holder > h3 {
	color: #fff;
	font: italic 26px/1.2 "Crimson Text", Arial, Helvetica, sans-serif;
	margin: 0 0 38px;
	text-align: center;
	text-shadow: 0 2px 3px #a25c79;
}

.event-section .page-holder > h4 {
	color: #fff;
	font: italic 32px/1.2 "Crimson Text", Arial, Helvetica, sans-serif;
	margin: 0 0 25px;
	text-align: center;
	text-shadow: 0 2px 3px #a25c79;
}

.events-slider {
    margin: 0 -15px;
    opacity: 0;
    overflow: hidden;
    padding: 0 0 60px;
    position: relative;
    transition: all .2s ease-in-out;
}

.events-slider.slick-initialized {
	opacity: 1;
}

.events-slider .box {
	display: none;
	float: left;
	padding: 0 15px;
	width: 33.333333%;
}

.events-slider .box .box-inner {
	background-color: #fff;
	border-radius: 6px;
	height: 100%;
	overflow: hidden;
}

.events-slider .slick-list .box, .events-slider .box:first-child {
	display: block;
}

.events-slider .img {
	position: relative;
}

.events-slider .img a {
	display: block;
	overflow: hidden;
	padding: 63% 0 0;
	position: relative;
}

.events-slider .img a img {
	height: auto;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	width: 100%;
}

.events-slider .img a:after {
	background: -moz-linear-gradient(top, rgba(67,25,72,0) 0%, rgba(67,25,72,1) 100%);
	background: -webkit-linear-gradient(top, rgba(67,25,72,0) 0%,rgba(67,25,72,1) 100%);
	background: linear-gradient(to bottom, rgba(67,25,72,0) 0%,rgba(67,25,72,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00431948', endColorstr='#431948',GradientType=0 );
	content: '';
	height: 100%;
	left: 0;
	opacity: 0.75;
	position: absolute;
	top: 0;
	width: 100%;
}

.events-slider .date-box {
	position: absolute;
	bottom: 30px;
	border-radius: 4px;
	width: 77px;
	padding: 8px 5px;
	text-transform: uppercase;
	left: 30px;
	border: 2px solid #fff;
	z-index: 5;
	color: #fff;
	text-align: center;
}

.events-slider .date-box .txt {
	display: block;
	padding: 0 0 3px;
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
}

.events-slider .date-box .num {
	display: block;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
}

.events-slider .text-box {
	background: #fff;
	padding: 20px 40px 36px;
	text-align: center;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.events-slider .text-box h3 {
	color: #484848;
	font: 18px/1.3 "Lusitana", Arial, Helvetica, sans-serif;
	margin: 0 0 15px;
}

.events-slider .text-box h3 a {
	color: #484848;
}

.events-slider .btn-hold {
	display: inline-block;
	vertical-align: top;
	background: #b0bd5a;
	color: #fff;
	padding: 11px 15px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	border-radius: 5px;
}

.events-slider .btn-hold:hover {
	background: #9aaa2d;
	text-decoration: none;
}

.people-area .page-holder {
	max-width: 1240px;
}

.people-area {
	padding: 60px 0 90px;
}

.people-area .page-holder > h3 {
	color: #A7A19B;
	font: italic 32px/1.2 "Crimson Text", Arial, Helvetica, sans-serif;
	margin: 0 0 33px;
	text-align: center;
}

.btn-lst-add {
	list-style: none;
	text-align: center;
}

.btn-lst-add li {
	width:270px;
	margin:0 12px;
	display:inline-block;
	vertical-align:top;
}
.people-lst{
	list-style:none;
	text-align:center;
	padding:0 0 106px;
}

.people-lst li {
	border: 5px solid #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 0 -15px -30px;
	overflow: hidden;
	position: relative;
	transition: all .2s ease-in-out;
	vertical-align: top;
	width: 17.8%;
}

.people-lst a {
	background-size: cover;
	background-position: 50% 50%;
	display: block;
	overflow: hidden;
	padding: 100% 0 0;
	position: relative;
	cursor: pointer;
	width: 100%;
}

.people-lst li:hover {
	box-shadow: 0 0 6px #aaa;
	transform: scale(1.05);
	z-index: 10;
}

.people-lst img {
	border-radius: 50%;
	left: 50%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
}

.people-lst .hover-box {
	text-align:center;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	border-radius:262px;
	width:100%;
	height:100%;
	background:url(../../../../../../themes/sivaneast/images/bg-hover-box.png) no-repeat 50% 50%;
	background-size:cover;
	transition:opacity 0.2s ease-in-out;
}

.people-lst a:hover .hover-box {
	opacity: 1;
}

.people-lst .hover-box h3 {
	margin: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	padding: 0 30px 50px;
	font-size: 21px;
	line-height: 1.34;
	font-weight: bold;
	background: url(../../../../../../themes/sivaneast/images/bg-arrow.svg) no-repeat 50% 100%;
	background-size: 35px auto;
}

.top-info-area {
	margin:0 0 68px;
	background: #7a435e; /* Old browsers */
	background: -moz-linear-gradient(left, #7a435e 0%, #744064 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #7a435e 0%,#744064 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #7a435e 0%,#744064 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a435e', endColorstr='#744064',GradientType=1 ); /* IE6-9 */
}

.top-info-area .page-holder {
	background-position: 140px 0;
	background-repeat: no-repeat;
	background-size: auto 100% !important;
	min-height: 521px;
}

.top-info-area .txt-box {
	color: #fff;
	float: right;
	max-width: 750px;
	padding: 76px 20px 30px 0;
	width: 52%;
}

.top-info-area .txt-box h1 {
	font: 70px/1.2 "Lusitana", Arial, Helvetica, sans-serif;
	margin: 0 0 6px;
}

.top-info-area .txt-box h2 {
	background: url(../../../../../../themes/sivaneast/images/ico-loc.png) no-repeat 0 5px;
	color: #E9737A;
	font: 28px/1.2 "Lusitana", Arial, Helvetica, sans-serif;
	margin: 0 0 13px;
	padding: 0 0 0 28px;
}

.top-info-area .txt-box p {
	margin:0 0 42px;
	font-size:20px;
	line-height:1.4;
}

.btn-soc-lst {
	overflow: hidden;
	padding: 0 0 25px;
}

.btn-soc-lst ul {
    font-size: 0;
    list-style: none;
    width: 100%;
}

.btn-soc-lst li {
	display: inline-block;
	padding: 0 5px;
	vertical-align: top;
}

.btn-soc-lst li a {
    background-color: #c0b3a8;
    border-radius: 4px;
    display: block;
    overflow: hidden;
    padding: 6px;
}

.btn-soc-lst li a:hover {
	opacity: 0.85;
}

.btn-soc-lst li a img {
    background: none;
    height: 10px;
    width: 10px;
}

.btn-soc-lst a.follow {
	border: 2px solid #fff;
	border-radius: 4px;
	color: #fff;
	float: left;
	font-size: 14px;
	line-height: 1.2;
	padding: 10px 42px;
}

.btn-soc-lst a.follow:hover {
	background: #fff;
	color: #764162;
	opacity: 1;
	text-decoration: none;
}

.ad-holder {
	margin: 0 0 80px;
	text-align: center;
}

.ad-holder img {
	border: 1px solid #95989a;
}

.button-more {
	display: none;
	padding: 0 0 70px;
}

.top-inform-holder {
	padding: 98px 0 0;
	position: relative;
	z-index:1;
}

.search .top-inform-holder {
	padding: 80px 0 0;
}

.top-inform-holder .page-holder {
	max-width: 1240px;
}

.search .top-inform-holder .page-holder {
	max-width: 1240px;
}

.top-inform-holder .pop-str-lst{
	margin: 0;
	overflow: hidden;
}
.top-inform-holder .pop-str-lst li {
	padding: 0;
	margin: 0 -6px 0 0;
}
.top-inform-holder .pop-str-lst img {
	width: 100%;
}

.top-inform-holder:before {
	background: url(../../../../../../themes/sivaneast/images/bg-top-decor-white.svg) repeat-x;
	background-size: auto 100%;
	content: "";
	height: 46px;
	left: 0;
	opacity: 0.2;
	position: absolute;
	top: 0;
	width: 100%;
}

.search .top-inform-holder:before {
	background: url(../../../../../../themes/sivaneast/images/bg-search.png) repeat-x 0 -4px;
	height: 42px;
	opacity: 1;
}

.top-inform-holder:after {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 380px;
	
	background: rgb(228,112,121); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(228,112,121,1) 0%, rgba(169,86,117,1) 51%, rgba(112,60,113,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(228,112,121,1) 0%,rgba(169,86,117,1) 51%,rgba(112,60,113,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(228,112,121,1) 0%,rgba(169,86,117,1) 51%,rgba(112,60,113,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e47079', endColorstr='#703c71',GradientType=1 ); /* IE6-9 */
}

.search .top-inform-holder:after {
	background: #70c0de; /* Old browsers */
	background: -moz-linear-gradient(left, #70c0de 0%, #71d9de 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #70c0de 0%,#71d9de 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #70c0de 0%,#71d9de 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70c0de', endColorstr='#71d9de',GradientType=1 ); /* IE6-9 */
	max-height: 180px;
}

.top-inform-holder.blue:after {
	background: #70c0de; /* Old browsers */
	background: -moz-linear-gradient(left, #70c0de 1%, #71d9de 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #70c0de 1%,#71d9de 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #70c0de 1%,#71d9de 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70c0de', endColorstr='#71d9de',GradientType=1 ); /* IE6-9 */
}

.top-inform-holder.green:after {
	background: #b0bd5a; /* Old browsers */
	background: -moz-linear-gradient(left, #b0bd5a 0%, #ebce6f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #b0bd5a 0%,#ebce6f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #b0bd5a 0%,#ebce6f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0bd5a', endColorstr='#ebce6f',GradientType=1 ); /* IE6-9 */
}

.top-inform-holder.light-peach:after {
	background: #ff8466; /* Old browsers */
	background: -moz-linear-gradient(left, #ff8466 0%, #fec49a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ff8466 0%,#fec49a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ff8466 0%,#fec49a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8466', endColorstr='#fec49a',GradientType=1 ); /* IE6-9 */
}

.top-inform-holder.peach:after {
	background: #e9737a; /* Old browsers */
	background: -moz-linear-gradient(left, #e9737a 0%, #f29871 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #e9737a 0%,#f29871 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #e9737a 0%,#f29871 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9737a', endColorstr='#f29871',GradientType=1 ); /* IE6-9 */
}

.top-inform-holder.peach-purple:after {
	background: #6b3a71; /* Old browsers */
	background: -moz-linear-gradient(left, #6b3a71 0%, #e9737a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #6b3a71 0%,#e9737a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #6b3a71 0%,#e9737a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b3a71', endColorstr='#e9737a',GradientType=1 ); /* IE6-9 */
}

.top-inform-holder.deep-purple:after {
	background: #733f65; /* Old browsers */
	background: -moz-linear-gradient(left, #733f65 0%, #884457 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #733f65 0%,#884457 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #733f65 0%,#884457 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#733f65', endColorstr='#884457',GradientType=1 ); /* IE6-9 */
}

.top-inform-holder.yellow-peach:after {
	background: #ff8466; /* Old browsers */
	background: -moz-linear-gradient(left, #ff8466 0%, #f4cb70 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ff8466 0%,#f4cb70 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ff8466 0%,#f4cb70 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8466', endColorstr='#f4cb70',GradientType=1 ); /* IE6-9 */
}


.top-inform-holder .wpp-no-data {
	display: none;
}

.top-inform-holder h1 {
	color: #fff;
	font: italic 68px/1.2 "Crimson Text", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 44px;
	text-align: center;
	text-shadow: 0 3px 3px rgba(0,0,0,0.1);
}

.search .top-inform-holder h1 {
	font-size: 44px;
    font-style: normal;
	margin: 0;
	padding: 0 0 45px;
    text-align: left;
    text-shadow: 0 3px 3px rgba(0,0,0,0.1);
}

.search .top-inform-holder h1 span {
	font-size: 48px;
	font-style: italic;
}

.top-inform-holder.blue h1 {
	text-shadow: 0 3px 3px rgba(0,0,0,0.1);
}

.top-inform-holder.peach h1 {
	text-shadow: 0 3px 2px rgba(0,0,0,0.1);
}

.top-inform-holder.yellow h1 {
	text-shadow: 0 3px 3px rgba(0,0,0,0.1);
}

.account-area {
	padding: 101px 0 80px;
}

#account-header {
    background-color: #f7f5f3;
    border-bottom: 1px solid #ebe6e1;
    margin: 0 0 30px;
    padding: 60px 0 40px;
}

#account-content {
}

.account-area.inner {
	padding: 0 0 80px;
}

.account-area .page-holder {
	max-width: 1330px;
}

.account-area.inner .page-holder {
	max-width: 1018px;
}

.side-menu {
	margin:8px 80px 0 0;
	padding:0;
	list-style:none;
	width:175px;
	float:left;
	text-align:center;
	font:bold 19px/1.2 "Open Sans", Arial, Helvetica, sans-serif;
}

.side-menu li {
	padding: 0 0 21px;
}

.side-menu li.wr-post {
	padding-top: 20px;
}

.side-menu a {
	display:block;
	position:relative;
	background:#ebe6e1;
	color:#A7A19B;
	padding:17px 5px 19px;
	border-radius:5px;
}

.side-menu .num {
	position:absolute;
	right:13px;
	top:50%;
	margin:-10px 0 0;
	min-width:20px;
	padding:0 2px;
	background:#b0bd5a;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	line-height:20px;
	border-radius:20px;
	height:20px;
}
.side-menu li.wr-post a{
	background:#b0bd5a;
	color:#fff;
}
.side-menu li.wr-post a:hover{opacity:0.8;}
.side-menu .active a,
.side-menu a:hover{
	background:#733f65;
	color:#fff;
	text-decoration:none;
}
.account-content {
	/*
	overflow:hidden;
	*/
}
.acc-add-nav {
	list-style:none;
	padding:0 0 15px 13px;
	margin:0 0 48px;
	font-size:30px;
	line-height:1.2;
	font-weight:bold;
	border-bottom:20px solid #f7f5f3;
}
.acc-add-nav li{
	padding:0 20px 15px 0;
	display:inline-block;
	vertical-align:top;
}

.acc-add-nav a {
	color: #A7A19B;
}

.acc-add-nav .active a, .acc-add-nav a:hover {
	color: #733F65;
	text-decoration: none;
}

/**/

.articles-lst {
	list-style: none;
}

.account-area.inner .articles-lst {
	padding: 0 0 11px;
}

.articles-lst > li {
	border-bottom: 10px solid #f7f5f3;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 0 0 15px;
	vertical-align: top;
}

.account-area.inner .articles-lst > li {
	border-bottom: 1px solid #c7c7c7;
}

.articles-lst .img {
	float: left;
	margin: 0 30px 0 0;
	max-width: 375px;
	width: 36%;
}

.account-area.inner .articles-lst .img {
	margin: 0 20px 0 0;
	max-width: 265px;
	position: relative;
	width: 27%;
}

.account-area.inner .articles-lst .img.img-gradient:after {
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(125,70,112,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(125,70,112,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(125,70,112,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#7d4670',GradientType=0 ); /* IE6-9 */
    content: '';
    display: block;
    height: 100%;
    left: 0;
	opacity: 0.8;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 100%;
}

.account-area.inner .articles-lst .img .date {
    border: 2px solid #fff;
    border-radius: 2px;
    bottom: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    left: 10px;
    line-height: 125%;
    padding: 10px 15px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
	z-index: 1;
}

.account-area.inner .articles-lst .img .date span {
    font-size: 18px;
}

.articles-lst .txt-box {
	overflow: hidden;
}

.articles-lst .txt-box-hold {
	padding: 14px 0 15px;
}

.account-area.inner .articles-lst .txt-box-hold {
	padding: 1px 0 15px;
}

.articles-lst .date {
	display: block;
	padding: 0 0 12px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	color: #A7A19B;
}

.account-area.inner .articles-lst .date {
	color: #6e6e6e;
	font-size: 14px;
	font-weight: normal;
	line-height: 100%;
	padding: 0 0 15px;
}

.account-area.inner .articles-lst .txt-box h3 {
	display: block;
	font-family: "Crimson Text", Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 115%;
}

.account-area.inner .articles-lst .txt-box .my-course-video-block-info {
	margin: 10px 0 0;
}

.account-area.inner .articles-lst .txt-box .my-course-video-block-info p {
	color: #5c5c5c;
	font-size: 16px;
	font-style: italic;
}

.account-area.inner .articles-lst .txt-box .my-course-video-block-info p img {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

.account-area.inner .articles-lst .txt-box .my-course-video-block-info p span {
	padding: 0 0 0 12px;
}

.account-area.inner .articles-lst .txt-box .add-row-holder {
	display: flex;
	justify-content: space-between;
}

.account-area.inner .articles-lst .txt-box .add-row {
	color: #aaa;
	float: left;
	font-size: 14px;
}

.account-area.inner .articles-lst .txt-box .add-menu {
	color: #aaa;
	display: flex;
	flex: 1;
	font-size: 14px;
	font-weight: bold;
	justify-content: space-between;
	overflow: hidden;
	padding: 0 0 0 40px;
}

.account-area.inner .articles-lst .txt-box .add-menu .menu-info {
	color: #2e2e2e;
	font-size: 14px;
	font-weight: normal;
	line-height: 100%;
}

.account-area.inner .articles-lst .txt-box .add-menu .menu-info span {
	border-left: 1px solid #ddd;
	padding: 0 12px;
}

.account-area.inner .articles-lst .txt-box .add-menu .menu-info span:first-child {
	background: url(../../../../../../themes/sivaneast/images/icon-stats-alt.svg) no-repeat 0 50%;
	background-size: 21px auto;
	border: none;
	padding: 0 12px 0 32px;
}

.account-area.inner .articles-lst .txt-box .add-menu .menu-options {
	flex: 1;
	line-height: 100%;
	text-align: right;
}

.account-area.inner .articles-lst .txt-box .add-menu a {
	color: #aaa;
}

.account-area.inner .articles-lst .txt-box .add-menu .sep {
	font-weight: normal;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0;
}

.articles-lst .date.mobile {
	display: none;
}

.articles-lst .txt-box h3 {
	margin: 0;
	font: 42px/1.2 "Lusitana", Arial, Helvetica, sans-serif;
}

.articles-lst .txt-box h3 a {
	color: #484848;
}

.articles-lst .txt-box .add-row {
	display: block;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.23;
	color: #A7A19B;
}

.articles-lst .txt-box .add-row a {
	color: #A7A19B;
}

.articles-lst .txt-box .add-row .done {
	color: #b0bd5a;
}

/**/

.pagination-add-area{
	padding:0 0 50px;
	text-align:right;
}

.pagination-add-area .txt{
	display:inline-block;
	vertical-align:top;
	padding:9px 10px 0;
	color:#484848;
	font:italic 16px/1.2 "Crimson Text", Arial, Helvetica, sans-serif;
}
.pagination-add-area .next,
.pagination-add-area .prev{
	display:inline-block;
	vertical-align:top;
	border:1px solid #ede9e4;
	width:34px;
	height:34px;
	border-radius:32px;
	position:relative;
	overflow:hidden;
	text-indent:-9999px;
	text-align:left;
}

.pagination-add-area .next:after, .pagination-add-area .prev:after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	background:url(../../../../../../themes/sivaneast/images/ico-prev.svg) no-repeat 57% 50%;
	background-size:15px auto;
	width:100%;
	height:100%;
}

.pagination-add-area .next:after {
	background-position: 60% 50%;
	transform: scaleX(-1);
}

.ttl-section {
	padding: 0 0 18px;
}

.ttl-section h2 {
	color: #484848;
	font-size: 30px;
	line-height: 1.2;
	font-weight: bold;
	margin: 0 0 15px;
}

.activity-lst {
	list-style: none;
}

.activity-lst li {
	overflow: hidden;
	padding: 21px 50px 31px 49px;
	margin: 0 0 31px;
	background: #f7f5f3;
	border-radius: 6px;
}

.activity-lst .date {
	display:block;
	font-size:17px;
	line-height:1.2;
	color:#95989A;
	padding:0 0 8px;
}
.activity-lst .ttl{
	display:block;
	font-size:22px;
	line-height:1.2;
	color:#484848;
	padding:0 0 20px;
}
.activity-lst .ttl a{
	color:#733F65;
	font-weight:bold;
}
.activity-lst .holder{
	overflow:hidden;
}
.activity-lst .img{
	float:left;
	max-width:218px;
	width:29%;
	margin:0 25px 0 0;
}
.activity-lst .txt-box{
	padding:2px 0 0;
	overflow:hidden;
}
.activity-lst .txt-box h3{
	margin:0;
	font:28px/1.5 "Lusitana", Arial, Helvetica, sans-serif;
	color:#484848;
}
.activity-lst .txt-box h3 a{color:#484848;}
.activity-frame{
	background:#f7f5f3;
	border-radius:6px;
	padding:197px 20px 217px;
	text-align:center;
}
.activity-frame h3{
	margin:0 0 48px;
	font:30px/1.2 "Lusitana", Arial, Helvetica, sans-serif;
	color:#BEB3A9;
}
.activity-frame .button{
	display:block;
	max-width:345px;
	margin:0 auto;
	padding:28px 10px 33px;
	border-radius:6px;
	color:#fff;
	background:#b0bd5a;
	font-weight:bold;
	font-size:19px;
	line-height:1.2;
}
.activity-frame .button:hover{
	text-decoration:none;
	background:#9aaa2d;
}
.podcast-lst{
	list-style:none;
	padding:12px 0 0;
}

.podcast-lst .title.mobile {
	display:none;
}

.podcast-lst .title {
	padding: 0 0 40px;
	display: block;
	clear: both;
	color: #FF8466;
	font: 38px/1.2 "Lusitana", Arial, Helvetica, sans-serif;
}

.podcast-lst .img {
	float: left;
	margin: 0 37px 0 0;
	max-width: 150px;
	width: 22%;
}

.podcast-lst .img .image-inner {
    border-radius: 50%;
    overflow: hidden;
	padding: 100% 0 0;
    position: relative;
	width: 100%;
}

.podcast-lst .img .image-inner img {
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.aside-podcast .author-block .image-box .img {
	display: block;
	padding: 100% 0 0;
	position: relative;
	width: 100%;
}

.aside-podcast .author-block .image-box .img img {
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.podcast-lst {
	padding: 34px 0 15px;
}

.podcast-lst li {
	border-bottom: 9px solid #f7f5f3;
	margin: 0 0 30px;
	overflow: hidden;
	padding: 0 0 33px;
	vertical-align: top;
}

.podcast-lst .player-holder.mobile {
	clear: both;
	display: none;
}

.podcast-lst .txt-box {
	overflow: hidden;
}

.podcast-lst .txt-box h3 {
	font: 22px/1.36 "Lusitana", Arial, Helvetica, sans-serif;
	margin: 0 0 22px;
	min-height: 58px;
}

.podcast-lst .title {
	font-size: 22px;
	padding: 0 0 20px;
}

.podcast-lst .txt-box .player-holder {
	padding: 0 0 30px;
}

.podcast-lst .txt-box .player-holder .smart-track-player {
	display: block;
	margin: 0;
}

.side-info-block {
	border-radius: 3px;
	margin: 0 0 41px;
	overflow: hidden;
}

.info-img-block {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: 134px 25px 14px;
}

.side-socials {
	list-style: none;
}

.txt-box-row .side-socials {
	display: none;
}

.side-socials li {
	display: inline-block;
	padding: 0 3px 0 0;
	vertical-align: top;
	width: 30px;
}

.side-socials a:hover {
	opacity: 0.8;
}

.side-info-block .txt-box {
	background: #ff8466;
	color: #fff;
	padding: 22px 26px 29px;
}

.side-info-block .txt-box h3 {
	font-family: "Lusitana", Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 1.2;
	margin: 0 0 9px;
}

.side-info-block .txt-box p {
	font-size: 13px;
	line-height: 1.6;
	margin: 0 0 25px;
}

.side-info-block .txt-box .button {
	border: 2px solid #fff;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2;
	padding: 9px 17px;
	vertical-align: top;
}

.account-row-nav {
	padding: 0;
}

.account-row-nav:after {
	clear: both;
	content: '';
	display: block;
	font-size: 0;
	text-indent: -9999px;
	width: 100%;
}

.account-row-nav .my-nav {
	margin: 0 0 30px;
}

.account-row-nav .my-nav li {
    border-right: 1px solid #d8d5d2;
    display: inline-block;
    margin: 0 25px 0 0;
    padding: 10px 25px 10px 0;
}

.account-row-nav .my-nav li:last-child {
	border: none;
	margin: 0;
	padding: 10px 0;
}

.account-row-nav .my-nav li a {
	color: #A7A19B;
    display: block;
    font-size: 25px;
    font-weight: bold;
    line-height: 100%;
}

.account-row-nav .my-nav li span {
	color: #733F65;
	display: block;
	font-size: 25px;
	font-weight: bold;
	line-height: 100%;
}

.account-row-nav .my-select {
    max-width: 170px;
    width: 100%;
}

.account-row-nav .select-row {
	display: flex;
	margin: 0 -10px;
	padding: 10px 0 0;
}

.account-row-nav .select-item {
	padding: 0 10px;
}

.account-row-nav .jcf-select {
    background-color: #fff;
    border: 2px solid #ebe6e1;
    border-radius: 4px;
    box-sizing: border-box;
    color: #4c4c4c;
    display: inline-block;
    height: 44px;
    max-width: 100%;
    position: relative;
    vertical-align: top;
    width: 100%;
}

.account-row-nav .jcf-select .jcf-select-text {
	background-color: #ffffff;
    cursor: default;
    display: block;
    font-size: 13px;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 10px 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-row-nav .select-item .jcf-select .jcf-select-text {
	min-width: 125px;
	padding: 10px 50px 10px 15px;
}

.account-row-nav .jcf-select .jcf-select-text span {
	display: block;
    line-height: normal;
}

.account-row-nav .jcf-select .jcf-select-opener {
    background: url(../../../../../../themes/sivaneast/images/user-arrow-select2.png) no-repeat 50% 50%;
    border-left: 1px solid #ebe6e1;
    bottom: 8px;
    position: absolute;
    right: 0;
    top: 8px;
    width: 35px;
}

@media (max-width: 1024px) {
	#account-header {
		padding: 30px 0;
	}
	.account-row-nav .my-nav {
		margin: 0 0 15px;
	}
	.account-row-nav .my-nav li {
		margin: 0 10px 0 0;
		padding: 0 10px 0 0;
	}
	.account-row-nav .my-nav li a, .account-row-nav .my-nav li span {
		font-size: 18px;
	}
}

/**/

.lst-nav {
	list-style:none;
	float:left;
	font-size:16px;
	line-height:1.1;
	font-weight:bold;
	border-radius:5px;
	overflow:hidden;
}

.lst-nav li {
	border-right: 1px solid #dcd6ce;
	float: left;
}

.lst-nav li:last-child {
	border: 0;
}

.lst-nav a {
	background:#ebe6e1;
	text-decoration:none;
	color:#A7A19B;
	display:block;
	padding:17px 30px;
}

.lst-nav .active a, .lst-nav a:hover {
	color:#fff;
	background:#733f65;
}

.add-nav-block {
    display: block;
    float: right;
    font-size: 0;
    list-style: none;
    padding: 0 0 0 15px;
    text-align: right;
}

.add-nav-block > li {
	display: inline-block;
    margin: 0 0 0 10px;
    position: relative;
}

.add-nav-block .plus-lst {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.10);
    display: none;
    min-width: 160px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 70px;
}

.add-nav-block .plus-lst:before {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 1px -1px 5px rgba(0, 0, 0, 0.05);
    content: '';
    height: 16px;
    position: absolute;
    right: 22px;
    transform: rotate(-45deg);
    top: -8px;
    width: 16px;
}

.add-nav-block .plus-lst li {
	border-bottom: 1px solid #EBE6E1;
    display: block;
    position: relative;
}

.add-nav-block .plus-lst li:last-child {
	border: none;
}

.add-nav-block .plus-lst li a {
	color: #484848;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 125%;
	padding: 13px 10px;
	text-align: center;
}

.add-nav-block .plus-lst li a:hover {
	text-decoration: none;
}

.add-nav-block .btn-wr {
    background-color: #733F65;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 23px;
    font-weight: bold;
    line-height: 100%;
    margin: 0;
    padding: 14px 25px;
    vertical-align: top;
}

.add-nav-block .btn-wr:hover {
	background-color: #733F65;
	text-decoration: none;
}

.add-nav-block .link-settings {
	border: 2px solid #ebe6e1;
	border-radius: 5px;
    display: inline-block;
    height: 51px;
	margin: 0;
    position: relative;
	text-align: center;
	vertical-align: top;
    width: 59px;
}

.add-nav-block .link-settings img{
	position:relative;
	top:50%;
	transform: translateY(-50%);
}

/* footer */

#footer {
	display: block;
	/*
	display: table-footer-group;
	height: 1%;
	*/
}

#footer-bottom {
	display: block;
	padding: 50px 0 0;
	text-align: center;
}

#footer-bottom p {
	font-size: 14px;
	line-height: 125%;
}

#footer-bottom p a {
	font-weight: bold;
}

body.page-template-account #footer, body.page-template-contributor-form  #footer {
    display: block;
}

body.logged-in.page-template-account #footer, body.logged-in.page-template-contributor-form  #footer {
    display:table-footer-group;
}

.custom-list, .single .content-box ul {
	list-style: none;
	margin: 0 0 1.65em;
	padding: 0 0 0 10px;
}

.custom-list li, .single .content-box ul li {
	padding: 0 0 0 32px;
	position: relative;
}

.custom-list li:after, .single .content-box ul li:after {
	background: url(../../../../../../themes/sivaneast/images/ico-bullet.svg) no-repeat;
	content: "";
	height: 11px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 11px;
}

.single .content-box ol {
	list-style: decimal outside;
	margin: 0 0 1.65em;
	padding: 0 0 0 32px;
}

.single .content-box ol li {
	padding: 0 0 0 10px;
	position: relative;
}

.single .social-lst li:after {
	display: none
}

.f-area {
	background: url(../../../../../../themes/sivaneast/images/bg-footer.png) repeat-x 0 0 #f7f5f3;
	padding: 153px 0 55px;
}

.f-area.f-area-event-submission {
	padding: 55px 0 0;
}

.f-area.f-area-event-submission .page-holder {
	display: none;
}

.f-area .page-holder {
	max-width: 1240px;
}

.f-area .top-f-box {
	padding: 0 0 75px;
	text-align: center;
}

.f-area .top-f-box h3 {
	margin:0 0 10px;
	color:#6B3A71;
	font-size:22px;
	font-weight:bold;
	line-height:1.2;
}
.f-area .top-f-box h2{
	margin:0 auto 48px;
	max-width:740px;
	color:#6B3A71;
	font-size:43px;
	font-weight:bold;
	line-height:1.15;
}
.f-btn-lst{
	list-style: none !important;
	padding: 0 !important;
}
.f-btn-lst li{
	display:inline-block;
	vertical-align:top;
	padding: 0 5px !important;
}

.single .content-box .f-btn-lst li:after{
	display: none;
}

.f-btn-lst a.btn {
	font-size: 13px;
	max-width: none;
	padding: 12px 28px;
	border-radius: 5px;
}

.f-holder{
	overflow:hidden;
}
.f-holder .box{
	float:left;
	padding:0 56px 0 0;
	max-width:456px;
	width:42%;
}
.f-holder .box:first-child{
	max-width:481px;
	width:44%;
}

.f-holder .box:last-child{
	padding:0;
	float:none;
	overflow:hidden;
	width:auto;
}

.f-holder .box h3{
	margin:0 0 20px;
	font:italic 28px/1.2 "Crimson Text", Arial, Helvetica, sans-serif;
	color:#484848;
}

.f-holder .box p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #484848;
}

.f-lst {
	list-style:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	line-height:1.2;
}
.f-lst li{padding:0 0 13px;}
.f-lst a{color:#484848;}

.subs-form {
	padding: 6px 114px 35px 0;
	position: relative;
}

.subs-form .klaviyo_messages {
}

.subs-form .klaviyo_messages .success_message {
}

.subs-form .klaviyo_messages .success_message .klaviyo_header {
	color: #b0bd5a;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 125%;
	margin: 0 0 5px;
}

.subs-form .klaviyo_messages .success_message .klaviyo_subheader {
	color: #484848;
	font-size: 14px;
	line-height: 125%;
}

.subs-form .klaviyo_messages .error_message {
    color: #E9737A;
    font-size: 14px;
    font-weight: bold;
    left: 0;
    line-height: 125%;
    padding: 0;
    position: absolute;
    top: -15px;
}

.subs-form input[type="text"], .subs-form input[type="email"] {
	box-shadow:none;
	display:block;
	border-radius:4px;
	width:100%;
	background:#fff;
	color:#A7A19B;
	font:italic 17px/1.2 "Crimson Text", Arial, Helvetica, sans-serif;
	border:0;
	padding:18px 19px 14px;
	height:52px;
}

.subs-form input[type="submit"], .subs-form button[type="submit"] {
	box-shadow:none;
	position:absolute;
	right:0;
	border-radius:5px;
	top:6px;
	background:#b0bd5a;
	width:103px;
	font-size:16px;
	height:51px;
	font-weight:bold;
	color:#fff;
}

.subs-form input[type="submit"]:hover, .subs-form button[type="submit"]:hover {
	background: #9aaa2d;
}

.subs-form ::-webkit-input-placeholder{color: #A7A19B;}
.subs-form :-moz-placeholder{color: #A7A19B;}
.subs-form ::-moz-placeholder{
	color: #A7A19B;
	opacity: 1;
}
.subs-form :-ms-input-placeholder{color: #A7A19B;}
.social-lst {
	font-size: 0;
	margin: -6px 0 0 !important;
	list-style: none !important;
	padding: 0 !important;
}
.social-lst li{
	display:inline-block;
	vertical-align:top;
	padding:0 5px 5px 0;
}
.social-lst a:hover {
	opacity:0.8;
}
.mobile-nav{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:100;
	overflow:auto;
	background:rgba(255,255,255,0.95);
}
.mobile-nav .holder{
	max-width:350px;
	margin:0 auto;
	padding:50px 15px;
}
.mobile-nav .holder .btn-hold{
	overflow:hidden;
	padding:0 0 15px;
}
.mobile-nav .holder .btn-close{
	float:right;
	background:url(../../../../../../themes/sivaneast/images/bg-btn-close.png) no-repeat;
	background-size:100%;
	overflow:hidden;
	text-indent:-9999px;
	width:52px;
	height:52px;
}
.m-nav{
	padding:0 0 30px;
	font:24px/1.6 "Lusitana", Arial, Helvetica, sans-serif;
	text-align:center;
	list-style:none;
}
.m-nav a{color:#484847;}
.m-add-lst{
	list-style:none;
	font-size:18px;
	line-height:1.2;
	font-weight:bold;
	text-align:center;
}
.m-add-lst li{
	padding:0 0 10px;
}
.m-add-lst a.join{
	display:inline-block;
	vertical-align:top;
	padding:17px 18px;
	border-radius:4px;
	background:#b0bd5a;
	color:#fff;
}
.m-add-lst a.join:hover{
	text-decoration:none;
	background:#9aaa2d;
}
.m-add-lst .text{
	padding:15px 0;
	font-weight:normal;
	font-size:16px;
}
.mobile-nav-area{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow-y:auto;
	overflow-x:hidden;
	background:#713e68 url(../../../../../../themes/sivaneast/images/bg-popup-m.png) repeat-x;
	z-index:9999;
    background: transparent;
}

.mobile-nav-box {
	background-color: #532d4b;
	color: #fff;
	height: 100%;
	left: 100%;
	position: absolute;
	top: 0;
	transition: left 0.2s ease-out;
	-webkit-transition: left 0.2s ease-out;
	width: 100%;
	z-index: 2;
}

.mobile-nav-box-inner {
	background: #713e68 url(../../../../../../themes/sivaneast/images/bg-popup-m.png) repeat-x;
	padding: 35px 30px 0;  
}

.mobile-nav-box a {
	color: #fff;
}

.mobile-nav-box.active {
	left: 0;
	z-index: 5;
}

.mobile-nav-box.activeOut {
	left: -100%;
	z-index: 5;
}

.bottom-user-block {
	margin: 0 -34px;
	background: #532d4b;
	padding: 33px 34px;
	text-align: center;
}

.mobile-user-profile {
	margin: 0 -30px;
	width: auto;
}

.mobile-user-profile .mobile-user-profile-inner {
	background-color: #532d4b;
	padding: 25px 35px;
	width: 100%;
}

.mobile-user-profile .dropdown-menu {
	position: relative;
}

.mobile-user-profile .dropdown-menu .menu-user {
	background-color: #b0bd5a;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(72,39,65,0.7);
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 20px 20px;
    max-width: none;
	padding: 16px 10px 17px;
	text-align: center;
	width: auto;
}

.mobile-user-profile .dropdown-menu .menu-user:hover, .mobile-user-profile .dropdown-menu.dropdown-menu-active .menu-user {
	background-color: #9aaa2d;
	text-decoration: none;
}

.mobile-user-profile .dropdown-menu .menu-user span {
	background: url(../../../../../../themes/sivaneast/images/icon-submit.svg) no-repeat 0 0;
	display: inline-block;
	height: 20px;
	margin: -2px 10px 0 0;
	vertical-align: middle;
	width: 20px;
}

.mobile-user-profile .dropdown-menu .dropdown {
	display: none;
}

.mobile-user-profile .dropdown-menu.dropdown-menu-active .dropdown {
	display: block;
}

.mobile-user-profile .dropdown-menu .join-lst {
    display: block;
    left: 50%;
    transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

.mobile-user-profile .dropdown-menu .join-lst li {
}

.mobile-user-profile img {
	border-radius: 50%;
    display: block;
    float: left;
	height: auto;
    margin: 0 15px 0 0;
	max-width: 80px;
}

.mobile-user-profile .mobile-user-content {
}

.mobile-user-profile .mobile-user-content h4 {
    color: #BF879A;
    font-family: "Crimson Text", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 125%;
    margin: 0;
    padding: 5px 0 0;
}

.mobile-user-profile .mobile-user-content h3 {
    color: #ffffff;
    font-family: "Crimson Text", Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-style: italic;
    line-height: 115%;
}

.mobile-user-profile .mobile-user-content ul {
	clear: both;
	display: block;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	list-style: none;
	margin: 0;
	padding: 20px 0 0;
}

.mobile-user-profile .mobile-user-content ul li {
	padding: 0 0 16px;
}

.mobile-user-profile .mobile-user-content ul li a {
	color: #fff;
}

.mobile-nav-row {
	overflow: hidden;
	padding: 0 0 15px;
}

.mobile-nav-row .btn-close {
	float:right;
	background:url(../../../../../../themes/sivaneast/images/bg-btn-close-w.svg) no-repeat;
	background-size:100% auto;
	width:18px;
	height:18px;
	overflow:hidden;
	text-indent:-9999px;
}
.mobile-nav-row .ttl{
	display:block;
	overflow:hidden;
	color:#BF879A;
	font:italic 18px/1.2 "Crimson Text", Arial, Helvetica, sans-serif;
}
.mobile-nav-add {
	list-style: none;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.2;
	padding: 0 0 3px;
	margin: 0 0 22px;
}
.mobile-nav-add.no-border {
	border:0;
}
.mobile-nav-add li {
	padding:0 0 16px;
}
.mobile-nav-add a{
	color:#fff;
}

.btn-popup {
	display:block;
	max-width:304px;
	text-align:center;
	background:#b0bd5a;
	border-radius:4px;
	color:#fff;
	padding:16px 10px 17px;
	font-weight:bold;
	font-size:15px;
	line-height:1.2;
	margin:0 auto 11px;
	box-shadow:0 0 5px rgba(72,39,65,0.7);
}

.btn-popup:hover {
	background: #9aaa2d;
	text-decoration: none;
}

.btn-popup.blue {
	background: #4062b8;
}

.btn-popup.blue:hover {
	background: #4062b8;
}

.btn-popup.menu-link {
}

.btn-popup.menu-link span {
	background: url(../../../../../../themes/sivaneast/images/icon-submit.svg) no-repeat 0 0;
	display: inline-block;
	height: 20px;
	margin: -2px 10px 0 0;
	vertical-align: middle;
	width: 20px;
}

.add-text-row{
	font:italic 18px/1.2 "Crimson Text", Arial, Helvetica, sans-serif;
	display:block;
	color:#BF879A;
}

.add-text-row a{
	margin:0 0 0 3px;
	font:bold 15px "Open Sans", Arial, Helvetica, sans-serif;
}

.mobile-top-ttl-row{
	position:relative;
	margin:-13px 0 0;
	min-height:60px;
	padding:0 15px 10px;
	text-align:center;
}
.mobile-top-ttl-row .btn-back{
	text-align:left;
	position:absolute;
	top:0;
	left:-12px;
	background:url(../../../../../../themes/sivaneast/images/bg-arrow-back.svg) no-repeat;
	background-size:26px auto;
	width:26px;
	height:18px;
	overflow:hidden;
	text-indent:-9999px;
}
.mobile-top-ttl-row h3{
	margin:0;
	font:34px/1.05 "Lusitana", Arial, Helvetica, sans-serif;
}
.mobile-top-ttl-row h3.small{
	font-size:28px;
	padding-top:16px;
}
.info-popup-box{
	text-align:center;
}
.info-popup-box .btn-popup{margin-bottom:15px;}
.info-popup-box p{
	margin:0 0 20px;
	font-size:14px;
	line-height:1.57;
}
.info-popup-box p a{font-weight:bold;}
.info-popup-box .txt-add{
	margin:-10px 0 17px;
	display:block;
	position:relative;
	text-align:center;
}
.info-popup-box .txt-add:after,
.info-popup-box .txt-add:before{
	content:"";
	width:40%;
	position:absolute;
	top:10px;
	left:0;
	height:1px;
	background:#854f6c;
}
.info-popup-box .txt-add:after{
	left:auto;
	right:0;
}
.info-popup-box .txt-add span{
	display:inline-block;
	vertical-align:top;
	color:#BF879A;
	font:italic 18px/1.2 "Crimson Text", Arial, Helvetica, sans-serif;
}
.popup-form .row{
	padding:0 0 11px;
}
.popup-form input{
	display:block;
	width:100%;
}
.popup-form .row input{
	height:53px;
	padding:8px 20px 6px;
}

.popup-form .row .g-recaptcha {
	display: block;
	margin: 0 auto;
	width: 304px;
}

.popup-form ::-webkit-input-placeholder{color: #BEB3A9;}
.popup-form :-moz-placeholder{color: #BEB3A9;}
.popup-form ::-moz-placeholder{
	color: #BEB3A9;
	opacity: 1;
}
.popup-form :-ms-input-placeholder{color: #BEB3A9;}
.popup-form input[type="submit"]{
	height:53px;
}
.popup-form .btn-block{padding:0 0 10px;}
.popup-form .add-form-txt{
	display:block;
	font-size:12px;
	padding:0 0 50px;
	line-height:1.2;
}
.add-form-pass-txt{
	display:block;
	padding:10px 0 0;
	font-size:16px;
	line-height:1.2;
}
.add-form-pass-txt a{font-weight:bold;}
.user-logged-area{
	overflow:hidden;
	margin:-10px 0 0;
}
.user-logged-area .ico{
	float:left;
	width:55px;
	margin:0 16px 0 0;
}
.user-logged-area .ico img{
	border-radius:55px;
	box-shadow:0 0 5px rgba(72,39,65,0.7);
}
.user-logged-area .txt-box{
	overflow:hidden;
	padding:4px 40px 0 0;
	position:relative;
	min-height:60px;
	text-align:left;
}
.user-logged-area .txt-box h3{
	color:#BF879A;
	margin:0;
	font:italic 20px/1 "Crimson Text", Arial, Helvetica, sans-serif;
}
.user-logged-area .txt-box h3 span{
	display:block;
	padding:5px 0 0;
	color:#fff;
	font-size:26px;
}
.user-logged-area .ico-set{
	position:absolute;
	right:0;
	bottom:5px;
}

body.active-popup {
	overflow: hidden;
}

.btn-popup-close {
	font-size: 30px;
	height: 33px;
	margin: 9px 11px;
	position: absolute;
	right: 0;
	top: 0;
	width: 33px;
}

.join-popup {
	position: fixed;
	left: 0;
	top: 0;
	overflow: auto;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255, 0.6);
	padding: 15px;
	display: none;
}

.join-popup.active {
	display: block;
}

.join-popup .join-popup-holder {
	display: table;
	height: 100%;
	width: 100%;
}

.join-popup .join-popup-frame {
	display: table-cell;
	vertical-align: middle;
}

.join-popup .mobile-nav-box {
	border-radius: 9px;
	display: block !important;
	height: auto;
	left: 0;
	margin: 0 auto;
	max-width: 700px;
	position: relative;
	top: 0;
}

.join-popup .mobile-top-ttl-row {
	margin: 0;
	min-height: 0;
	padding: 0 0 16px;
}

.join-popup .mobile-nav-box {
	padding: 95px 5%;
}

.join-popup .info-popup-box {
}

.join-popup .info-popup-box .popup-form p {
	font-weight: bold;
	line-height: 125%;
	margin: 0 0 40px;
}

.join-popup .info-popup-box .popup-form .row {
	padding: 0 0 40px;
}

.join-popup .info-popup-box .popup-form .row input[type="text"] {
	border: none;
}

.join-popup .info-popup-box .popup-form .btn-block {
	padding: 0;
}

.join-popup .info-popup-box .popup-form .btn-block a {
    background-color: #b0bd5a;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    max-width: 130px;
    padding: 20px 5px;
    width: 100%;
}

/*
Theme Name: PROJECT NAME
Author: AUTHOR
Description: Designed by AUTHOR.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

input[type=number],
input[type=tel],
input[type=url],
input[type=password],
input[type=text],
input[type=email],
input[type=reset],
input[type=button],
input[type=submit],
input[type=search],
button,
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-webkit-box-sizing:border-box;
}
textarea{height:140px;}
input[type=reset],
input[type=button],
input[type=submit],
button{
	background: #b0bd5a;
	border: 0;
	padding: 6px 20px;
	font-size: 15px;
	font-weight:600;
	border-radius:4px;
	height:38px;
	color: #fff;
	/* box-shadow:0 0 5px rgba(72,39,65,0.7); */
	display: inline-block;
	cursor:pointer;
}

input[type=reset]:hover,
input[type=button]:hover,
input[type=submit]:hover,
button:hover{
	background:#9aaa2d;
}

input[type=number],
input[type=tel],
input[type=url],
input[type=password],
input[type=text],
input[type=email],
input[type=search],
textarea {
	border:2px solid #ebe6e1;
	color:#4c4c4c;
	font-size:16px;
	padding: 6px 18px;
	height:38px;
	border-radius:4px;
	box-sizing: border-box;
	/* box-shadow:0 0 5px rgba(72,39,65,0.7); */
}

input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color:#aea9a4;
}
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
textarea::-moz-placeholder {
	color:#aea9a4;
}
input[type=number]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
textarea:-moz-placeholder {
	color:#aea9a4;
}
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color:#aea9a4;
}


input,
textarea,
select,
button {
	outline: none;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

textarea {
	height:80px;
	resize:none;
	width: 100%;
}

.posts-list .entry p {
	margin: 0;
}

.posts-list .post {
	margin: 0 0 40px;
}

.post .title {
	margin-bottom: 10px;
}

.post .postmetadata {
	margin-bottom: 10px;
}

.widget {
	margin: 0 0 30px;
}
.widget h3{
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	line-height:1.25;
	margin:0 0 10px;
}

.textwidget p {
	padding: 0 0 10px 0;
}


/* Respond */

.comments {
	clear: both;
}

#respond {
	margin: 20px 0 20px 0;
	overflow: hidden;
}

.commentlist #respond {
	margin: 0 0 20px 0;
}

#respond .comment-reply-title small {
	font-size: 12px;
	font-weight: normal;
}

#commentform p {
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px;
	margin: 0;
}

#commentform p label {
	display: block;
	padding: 0 0 5px;
}

#commentform p textarea {
	width: 96%;
}


/* Comments*/

#comments,
#reply-title {
	margin: 0 0 15px 0;
	line-height: 1.6em;
}

.commentlist {
	padding: 0;
	text-align: justify;
	line-height: 1.6em;
}

.comment-body {
	margin: 0 0 20px;
}

.parent.comment .comment {
	margin-left: 30px;
}

.comment-author.vcard {
	margin-bottom: 10px;
}

.comment-body .reply{
	padding-bottom: 15px;
}


/* Typography */

.entry {
	width: 100%;
	line-height: 1.25em;
	font-size:16px;
}
.txt-area .entry img{
	display:block;
	margin:0 0 23px;
}

.entry a {
	text-decoration: underline;
	color:#484848;
}

.entry a:hover {
	text-decoration: none;
}

.entry p {
	margin: 0 0 19px 0;
}
.entry p strong, #single-content strong, .entry p b, #single-content b {
	font-weight: bold;
}

#single-content em, #single-content i {
	font-style: italic;
}

.main-add .title h1, .entry h1 {
	font-size:24px;
	line-height:1.2;
}
.main-add .title {
	padding:0 0 15px;
}

.entry h2 {
	font-size: 22px;
}

.entry h3 {
	font-size: 20px;
}

.entry h4 {
	font-size:16px;
	margin:0 0 18px;
}

.entry h5 {font-size:15px;}

.entry h6 {font-size:14px;}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	line-height: 1.5em;
	margin: 0 0 15px 0;
	color:#013766;
}

.entry ul {
	margin: 0;
	padding: 0 0 20px;
	line-height: 1.35em;
}

.entry ul ul,
.entry ul ol {
	margin: 0;
}

.entry ul>li {
	position:relative;
	list-style:none;
	padding:0 0 0 36px;

}
.entry ul>li:after{
	content:"";
	position:absolute;
	top:8px;
	left:0;
	width:6px;
	background:#484848;
	height:6px;
	border-radius:7px;
}

.entry ul>ul>li {
	list-style-type: circle;
}

.entry ol {
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
	line-height: 1.5em;
}

.entry ol ol,
.entry ol ul {
	margin: 0;
}

.entry ol>li {
	list-style-type: decimal;
}

.entry ol>ol>li {
	list-style-type: lower-alpha;
}

.entry table {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0 0 20px 0;
}

.entry table td,
.entry table th {
	border: 1px solid #ccc;
	padding: 5px;
}

.entry table th {
	background: #eee;
}

#single-content ul {
	list-style: disc outside;
	margin: 0;
	padding: 0 0 25px 25px;
}

.single .content-box #single-content ul {
	list-style: none;
	margin: 0 0 1.65em;
	padding: 0 0 0 10px;
}

#single-content ul li {
	margin: 0 0 10px;
}

.single .content-box #single-content ul li {
	padding: 0 0 0 32px;
	position: relative;
}

#single-content ol {
	list-style: decimal outside;
	margin: 0;
	padding: 0 0 25px 25px;
}

#single-content ol li {
	margin: 0 0 10px;
}


/* Calendar */

#wp-calendar {
	width: 95%;
	margin-bottom: 15px;
	clear: both;
	padding: 0;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
	padding: 3px 0;
}

#wp-calendar td {
	background: transparent;
}


/* Begin Images */

img {
	max-width: 100%;
	height: auto;
}

img.border {
	padding: 5px;
	border: 1px solid #ccc;
}

img.wp-smiley {
	padding: 0;
	border: none;
}

.alignnone {
	margin: 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 20px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 20px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 0 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.entry .wp-caption .wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 5px 4px 0;
}

.al,
.navigation .next {
	padding-bottom:10px;
	float: left;
}

.ar,
.navigation .prev {
	float: right;
}


/* Various Tags & Classes */

.entry acronym,
.entry abbr,
.entry span.caps {
	cursor: help;
}

.entry acronym,
.entry abbr {
	border-bottom: 1px dashed #dfcfba;
}

.entry blockquote {
	border-left: 5px solid #ccc;
	margin: 15px 0 20px 0;
	padding: 0 15px 0 20px;
}

.entry blockquote cite {
	display: block;
	margin: 5px 0 0;
}

.center {
	text-align: center;
}

.frontend-item-container label.hidden, .hidden {
	display: none;
}

.entry pre, .entry code {
	font-family: mono-space, monospace;
	border: 1px solid #eee;
	padding: 20px;
	display: block;
	margin: 0 0 20px 0;
	overflow: auto;
	white-space: pre;
	font-size: 12px;
	line-height: 20px;
}

.entry code {
	padding: 1px 20px 0 20px;
	background: #f6f6f6;
	border-top: 0;
	border-bottom: 0;
}

sup {
	position: relative;
	top: -5px;
}

sub {
	position: relative;
	top: 5px;
}

code br {
	display: none;
}

.last {
	margin-right: 0 !important;
	clear: right;
}

.clear {
	clear: both;
	line-height: 0;
}

.sticky {}

.bypostauthor {}

.page-link {
	padding: 0 0 15px;
}

.breadcrumb {
	padding-bottom: 20px;
}


/* pagination */

.pagination,
.navigation {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 20px 0;
}

.single .pagination {}

.pagination a {

}


.pagination{
	font-size:16px;
	line-height:1.2;
}
.pagination .current{
	display:inline-block;
	vertical-align:top;
	padding:3px 8px;
}
.pagination a{
	display:inline-block;
	vertical-align:top;
	background:#037f41;
	color:#fff;
	padding:3px 8px;
}
.pagination a:hover{
	text-decoration:none;
	opacity:0.8;
}


.iframe-hold{
	margin:0 0 20px;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.iframe-hold iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* responsive layout wp */
.search-form{padding:0 0 10px;}



/* Article page */

.top-image-slider-area.style-gradient {
	background: none;
	padding: 35px 0;
	overflow: hidden;
	position: relative;
}

.main-podcast .top-image-slider-area.style-gradient {
	padding: 90px 0 35px;
}

.top-image-slider-area.style-gradient:before {
	background: linear-gradient(to bottom, #f7f5f3 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	content: "";
	height: 600px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.main-podcast .top-image-slider-area.style-gradient:before {
	height: 480px;
}

.top-image-slider-area.style-gradient .top-image-slider {
	margin-bottom: 50px;
}

.columns-layout {
	padding: 0;
	position: relative;
}

.columns-layout > .page-holder{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	max-width: 1240px;
}

.page-template-full-width .columns-layout > .page-holder {
	max-width: 1240px;
}

.columns-layout .content-wrap {
	flex: 1 auto;
	font-size: 16px;
	line-height: 1.9;
	padding: 0 2% 42px;
}

.main-podcast .columns-layout .content-wrap {
	padding-top: 0;
}

.columns-layout .wrap-holder {
	margin: 0 auto;
	max-width: 702px;
}

.columns-layout .content-box {
	padding: 0 23px;
	position: relative;
}

.page-template-full-width .columns-layout .content-box {
	padding:0;
}

.columns-layout .content-wrap-podcast .content-box {
	padding-left: 0;
	padding-right: 0;
}

.columns-layout .content-box a{
	color: #B45C87;
	font-weight: normal;
	text-decoration: underline;
}


.columns-layout .content-box .player-holder {
	padding: 0 0 40px;
}

.columns-layout .content-box .player-holder .smart-track-player {
	margin: 0;
}

#subscribe-podcast {
	margin: 0;
	padding: 0 0 60px;
}

#subscribe-podcast a {
    display: inline-block;
    margin: 0 10px 10px 0;
    vertical-align: top;
}

#subscribe-podcast a img {
	height: 52px;
}

#subscribe-podcast .btn-review {
	display: inline-block;
	font-size: 0;
	text-align: center;
	vertical-align: top;
}

#subscribe-podcast .btn-review .btn {
    color: #A7A19B;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    max-width: 100%;
    padding: 15px 10px;
    text-decoration: none;
    width: 210px;
}


.columns-layout .content-box .social-lst-area {
	display:none;
	float:none;
	position:absolute;
	top:0;
	right:100%;
	margin:0 63px;
}

.post .title h1, .columns-layout h1 {
	font: 60px/1.14 "Lusitana", Arial, Helvetica, sans-serif;
	letter-spacing: 0.7px;
	padding: 0 23px 28px 23px;
}

.columns-layout .content-wrap-podcast h1 {
	font-size: 56px;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
}

.columns-layout h2 {
	font: 700 26px/1.2 "Open Sans", Arial, Helvetica, sans-serif;
	margin: 0 0 1.25em;
}

.columns-layout h3 {
	font: 700 20px "Open Sans", Arial, Helvetica, sans-serif;
	line-height: 36px;
	margin: 0 0 0.95em;
}

.columns-layout h3.episode-subheading {
    color: #FF8466;
    font: 500 24px/1.2 "Lusitana", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0 20px 10px;
}

.columns-layout .content-wrap-podcast h3.episode-subheading {
	padding-left: 0;
	padding-right: 0;
}

.columns-layout p {
	margin: 0 0 1.9em;
}

.columns-layout .top-info-box {
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 3%;
}

.columns-layout .content-wrap-podcast .top-info-box {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}

.columns-layout .content-wrap .add-txt-label {
	text-align:left;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px 23px 0;
}

.columns-layout .content-wrap .social-holder {
	padding: 0 0 23px;
}

.columns-layout .content-wrap .add-txt-label > * {
	margin-right:18px;
}

.columns-layout .content-wrap .add-txt-label .btn {
    background-color: #fec49a;
    border: none;
    border-radius: 4px;
    font: 10px/1 "Open Sans", Arial, Helvetica, sans-serif;
    margin-right: 15px;
    padding: 7px 10px;
    text-transform: uppercase;
}

.main-podcast .columns-layout .content-wrap .add-txt-label .btn {
	background-color: #F29871;
}

.columns-layout .content-wrap .add-txt-label .btn:hover {
	background-color: #fec49a;
	border-color: #fec49a;
}

.columns-layout .content-wrap .add-txt-label .btn a {
	color: #fff;
	display: block;
	line-height: 100%;
	font-weight: bold;
}

.columns-layout .content-wrap .add-txt-label .btn a:hover {
	text-decoration: none;
}

.columns-layout .content-wrap .add-txt-label span {
	display: block;
	font-size: 10px;
	line-height: 100%;
	margin: 0;
	padding: 6px 10px;
}

.columns-layout .content-wrap .add-txt-label strong {
	font-size: 20px;
	font-weight: 500;
}

.columns-layout .content-wrap .add-txt-label strong a {
	color: inherit;
}

.columns-layout .img-box {
	margin: 0 0 43px;
}

.single .columns-layout .img-box img {
	width: 100%;
}

.columns-layout .content-box hr {
    background: url(../../../../../../themes/sivaneast/images/hr.svg) no-repeat 50% 50%;
    background-size: auto 100%;
    border: none;
    height: 15px;
    margin: 20px 0;
}

.columns-layout .content-box p a {
	color: #7d4670;
}

.aside {
	padding: 11px 0 0;
	width: 210px;
}

.sidebar {
	padding: 17px 0 0;
	width: 300px;
}

.main-podcast .sidebar {
	padding: 0;
}

.columns-layout .image-slide-box {
	float: none;
	width: 100%;
	max-width: 246px;
	display: block !important;
	box-shadow: none;
	margin: 0;
	padding: 0 0 28px;
}

#single-author-block {
    background-color: #f7f5f3;
    border: 1px solid #ebe6e1;
    border-radius: 5px;
    font-size: 17px;
    line-height: 1.65;
    margin: 50px 0 0;
    padding: 30px 30px 40px;
}

#single-author-block .block-wrapper {
}

#single-author-block .block-image {
	float: left;
	width: 25%;
}

/*#single-author-block .block-image a {
	border-radius: 50%;
	display: block;
	overflow: hidden;
	padding: 100% 0 0;
	position: relative;
	width: 100%;
}*/
/* css add for the single default autor pic issue*/

#single-author-block .block-image a {
	display: block;
}

#single-author-block .block-image .img {
	background-size: cover;
	border-radius: 50%;
	display: block;
	overflow: hidden;
	padding: 100% 0 0;
	position: relative;
	width: 100%;
}

#single-author-block .block-image img {
	display: block;
	left: 0;
	position: absolute;
	top: 0;
}

#single-author-block .block-content {
    float: right;
    padding: 0 0 0 30px;
    width: 75%;
}

#single-author-block .block-content h3 {
	font-size: 20px;
	line-height: 1.6;
	margin: 0 0 10px;
}

#single-author-block .block-content h3 a {
	color: #484848;
    font-weight: bold;
    text-decoration: none;
}

#single-author-block .block-content .txt-holder {
}

#single-author-block .block-content .txt-holder p {
	margin: 0 0 15px;
}

#single-author-block .block-content .block-buttons {
	font-size: 0;
}

#single-author-block .block-content .btn {
	border-width: 1px;
	border-radius: 2px;
	color: #a7a19b;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	margin: 0 10px 10px 0;
	max-width: none;
	padding: 13px 15px;
	text-decoration: none;
	vertical-align: top;
	width: calc(50% - 10px);
}

#single-author-block .block-content .follow-group {
	display: inline-block;
	margin: 0 10px 10px 0;
	width: calc(50% - 10px);
}

#single-author-block .block-content .follow-group .btn {
	margin: 0;
	width: 100%;
}

#single-author-block .block-content .follow-group .more-suggest {
	width: 30px;
}

#single-author-block .block-content .btn.btn-full {
	width: calc(100% - 2px);
}

#single-author-block .block-content .btn.orange {
	color: #fff;
}

#single-author-block .block-content .btn-soc-lst {
	padding: 0 0 10px;
}

#single-author-block .block-content .btn-soc-lst ul {
    margin: 0 -5px 15px;
    padding: 0;
    width: auto;
}

#single-author-block .block-content .btn-soc-lst ul li {
	padding: 0 5px !important;
}

#single-author-block .block-content .btn-soc-lst ul li:after {
	display: none;
}

#single-author-block .block-content .btn-soc-lst ul li a {
}

#single-author-block .block-content .btn-soc-lst ul li img {
}

#single-author-block .block-content .btn-soc-lst b {
	font-weight: bold;
}

#single-author-block .block-content .btn-soc-lst .followrs {
	margin: 0 10px 0 0;
}

/**/

#podcast-author {
	border-radius: 3px;
	margin: 65px 0;
	overflow: hidden;
	position: relative;
}

#podcast-author .podcast-image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 40%;
}

#podcast-author .podcast-image .social-icons {
	display: none;
	padding: 0;
}

#podcast-author .podcast-image .social-icons li {
	display: inline-block;
	padding: 0 8px 0 0;
	vertical-align: middle;
	width: 50px;
}

#podcast-author .podcast-image .social-icons li:after {
	display: none;
}

#podcast-author .podcast-image .social-icons a {
	display: block;
}

#podcast-author .podcast-image .social-icons img {
	display: block;
}

#podcast-author .podcast-text {
    background-color: #ff8466;
    color: #fff;
    padding: 30px 35px 35px 44%;
}

#podcast-author .podcast-text h3 {
	font: 32px/1.2 "Lusitana", Arial, Helvetica, sans-serif;
	margin: 0 0 11px;
}

#podcast-author .podcast-text p {
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 20px;
}

#podcast-author .podcast-text .text-row {
	padding: 20px 0 0;
}

#podcast-author .podcast-text .text-row .button {
	border: 2px solid #fff;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2;
	padding: 15px 28px;
	text-decoration: none;
	vertical-align: middle;
}

#podcast-author .podcast-text .social-icons {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0 0 0 18px;
	vertical-align: middle;
}

#podcast-author .podcast-text .social-icons li {
	display: inline-block;
	padding: 0 8px 0 0;
	vertical-align: middle;
	width: 50px;
}

#podcast-author .podcast-text .social-icons li:after {
	display: none;
}

#podcast-author .podcast-text .social-icons a {
	display: block;
}

#podcast-author .podcast-text .social-icons img {
	display: block;
}

/**/

.author-block {
	font-size: 13px;
	line-height: 1.7;
	margin: 0 0 15px;
	overflow:hidden;
	text-align:center;
}

.single .content-box .author-block {
    margin-bottom: 30px;
}

.author-block .image-box {
	border-radius: 50%;
	border: solid #f7f5f3;
	border-width: 2px;
	display: block;
	margin: 0 auto 15px;
	max-width: 145px;
	overflow: hidden;
}

.author-block .image-box .img {
	background-position: 50% 50%;
	background-size: cover;
    overflow: hidden;
    padding: 100% 0 0;
    position: relative;
    width: 100%;
}

.author-block .image-box .img img {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.author-block h4 {
	display: block;
	font-size: 22px;
	font-weight: bold;
	line-height: 125%;
	margin: 0 0 15px;
	text-align: center;
}

.author-block h3 {
    font-size: 17px;
    font-weight: 700;
    line-height: 125%;
    margin: 0 0 20px;
}

.author-block h3 a {
	display: block;
}

.author-block p {
	line-height: 140%;
	margin: 0 0 2.6em;
}

.author-block .btn {
	border-width: 1px;
	border-radius: 2px;
	font-size: 12px;
	margin-bottom: 1em;
	max-width: 100%;
	padding: 11px 5px 10px;
}

.author-block .followrs {
	margin: 0 10px 0 0;
}

.author-block b {
	font-weight: bold;
}

.author-articles-block {
	margin: 0 0 47px;
	overflow: hidden;
	text-align: center;
}

.author-articles-block .add-txt-label b {
	display: none;
}

.author-articles-block .add-txt-label {
	padding-top: 12px;
}

.author-articles-block .title {
	display: block;
	font: italic 16px/1.1 "Crimson Text", Arial, Helvetica, sans-serif;
	margin: 0 0 19px;
}

.author-articles-block .img .label span {
	background:#b0bd5a;
}

.author-articles-block .image-slide-box .img img {
	border-radius:0;
}

.author-articles-block .image-slide-box .img {
	margin-bottom: 6px;
}

.author-articles-block .image-slide-box .img .label span {
	padding: 3px 7px;
}

.author-articles-block .image-slide-box h3 {
	font: 14px/1.45 "Lusitana", Arial, Helvetica, sans-serif;
	margin: 0 0 7px;
	padding: 0;
}

.author-articles-block .btn {
	font-weight: 600;
	margin-top: 3px;
}

.comments-area {
	clear: both;
	padding-top: 25px;
	width: 100%;
}

.mobile-comments .comments-area {
	padding: 0;
}

.columns-layout .comments-area h3, #page-video .comments-area h3 {
	font: 700 20px "Open Sans", Arial, Helvetica, sans-serif;
	line-height: 36px;
	margin: 0;
	padding: 0 0 15px;
	text-align: left;
}

.columns-layout .sidebar .comments-area h3 {
	display: none;
}

.columns-layout .comments-area h3:after {
	display: none;
}

.quote-block, blockquote {
	font-weight: normal;
	margin: 0 auto;
	max-width: 656px;
	padding: 30px 0 50px;
	position: relative;
	text-align: center;
}

.quote-block {
	padding: 69px 0 81px;
}

.quote-block q, blockquote p {
	display: block;
	font-family: "Crimson Text", Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: italic;
	font-weight: normal;
	line-height: 125%;
	margin: 0 !important;
	padding: 35px 30px 30px;
	position: relative;
	z-index: 5;
}

.quote-block q:after, .quote-block q:before, blockquote p:after, blockquote p:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	background:url(../../../../../../themes/sivaneast/images/ico-quote-up.svg) no-repeat;
	width:111px;
	height:88px;
	z-index:-1;
}

.quote-block q:after, blockquote p:after {
	background:url(../../../../../../themes/sivaneast/images/ico-quote-down.svg) no-repeat;
	top:auto;
	left:auto;
	right:2.5%;
	bottom:0;
}

.quote-block .f-btn-lst .btn {
	font-size:14px;
	width:130px;
	padding:11px 18px;
}

.quote-block .f-btn-lst li{
	padding:0 8px;
}

.social-lst-area {
	float: right;
	margin: 0;
	text-align: center;
	width: 45px;
}

.social-lst-area .social-lst li {
	padding: 5px;
	padding: 0;
	margin: 0 0 15px;
}

.social-lst-area strong {
	font: italic 20px/1.1 "Crimson Text", Arial, Helvetica, sans-serif;
	display: block;
	color: #95989a;
	margin: 0 0 26px;
}

.social-lst-area .social-lst img {
	width: 100%;
	max-width: none;
	display: block;
}

.social-lst-area .social-lst a {
	display: block;
	color: #beb3a9;
	font-size: 44px;
	line-height: 1;
	text-decoration: none;
}

.social-lst-area .social-lst a:hover {
	text-decoration: none;
	opacity: 1;
	color: #7d4670;
}

.comments-area .btn-box {
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.comments-area .hide-text, .comments-area.comments-active a span {
	display: none;
}

.comments-area.comments-active .hide-text {
	color: inherit;
	display: inline-block;
	font: inherit;
}

.comments-area .btn-box > * {
	margin: 0 8px;
}

.comments-area .comments-slide {
	display: none;
}

.comments-area .comments-slide .holder {
	padding: 0 0 32px;
}

.comments-area .btn {
	color: #ffffff !important;
	font-size: 14px;
	font-weight: normal;
	padding: 15px;
	text-decoration: none !important;
	width: 213px;
}

.comments-count {
	color: #4A4A4A;
	font: 12px/1 "Crimson Text", Arial, Helvetica, sans-serif;
	text-align: center;
}

.comments-count span {
	display: block;
	font-size: 34px;
}

.sidebar .widget {
	margin: 0 0 35px;
}

.banner-widget {
	padding: 20px 0 0;
	z-index: 5;
}

.main-podcast .banner-widget {
	padding: 0;
}

.widget.mobile-comments {
	display: none;
	position: relative;
	z-index: 1;
}
.sidebar-fixed-holder{
	overflow:hidden;
}

.sidebar-fixed-holder .side-img-lst{
	z-index: 10;
}

.columns-layout .sidebar h3 {
	color: #484848;
	font: italic 24px/1.1 "Crimson Text", Arial, Helvetica, sans-serif;
    padding: 0;
    position: relative;
	text-align: center;
    text-transform: none;
}

.columns-layout .sidebar h3:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background: #F7F5F3;
	width: 100%;
	height: 9px;
	margin: -3px 0;
}

.columns-layout .sidebar h3 span {
	background: #fff;
	display: inline-block;
	padding: 0 10px;
	position: relative;
	vertical-align: top;
	z-index: 1;
}

.popular-posts-widget {
	font: italic 14px/1.24 "Crimson Text", Arial, Helvetica, sans-serif;
}

.columns-layout .sidebar .popular-posts-widget .mobile-only {
	display: none;
}

.sidebar .popular-posts-widget {
	margin: 0;
}

.popular-posts-widget .list-items {
	border: solid #f7f5f3;
	border-width: 0 0 8px;
	list-style: none;
	margin: 0;
	max-width: 100%;
	padding: 0;
	display: none;
}
.popular-posts-widget .nav-links {
	display:none
}

.popular-posts-widget .list-items.slick-initialized + .signal-loading {
	display: none;
}

.popular-posts-widget .list-items.slick-initialized {
	display: block;
}

.popular-posts-widget .list-items.slick-initialized ~ .nav-links{
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
}
.popular-posts-widget .list-items .item-group {
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
	width: 300px;
}

.popular-posts-widget .list-items .item {
	border: solid #f7f5f3;
	border-width: 0 0 1px;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	overflow: hidden;
	padding: 10px 0;
}

.popular-posts-widget .list-items .item-inner {
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	width: 100%;
}

.popular-posts-widget .image {
	float: left;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
	margin: 0 10px 0 0;
    max-width: 100px;
	width: 100%;
}

.popular-posts-widget .image > a {
    display: block;
    overflow: hidden;
    padding: 100% 0 0;
    position: relative;
    width: 100%;
}

.popular-posts-widget .image > a img {
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	width: 100%;
}

.popular-posts-widget .text-holder {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	height: 100%;
    padding: 5px 0 0;
}

.popular-posts-widget h4 {
    font-family: "Lusitana", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.popular-posts-widget h4 a, .popular-posts-widget .add-txt-label b a {
	color: inherit;
}

.popular-posts-widget .name {
	display:block;
	font-size:12px;
	color:#a7a19b;
}

.popular-posts-widget .add-txt-label {
	text-align: left;
	display: -moz-flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.popular-posts-widget .add-txt-label b {
	line-height: 100%;
	margin: 0;
	padding: 0;
}

.popular-posts-widget .add-txt-label span, .popular-posts-widget .add-txt-label .ico {
	display: none;
	margin: 0;
}

.popular-posts-widget .add-txt-label .label-txt {
	display: inline-block;
	vertical-align: top;
	background: #71d9de;
	border-color:#71d9de;
	font-size: 10px;
	line-height: 1.2;
	font-weight: bold;
	padding:3px 4px;
	border-radius:5px;
	color: #fff;
	display:none;
}

.nav-links{
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size:16px;
	line-height:1.2;
}
.nav-links a {
	padding: 10px;
}

.news-area-notification.extra-offset {
	margin:0 0 43px;
}

.columns-layout .social-area-box, .columns-layout .img-box .image-title {
	display:none;
}

.pop-stories-area .btn-more{
	padding:0 0 30px;
}


/* profile-page*/
.author .top-info-area {
	background: #e9737a; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #e9737a 0%, #733f65 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #e9737a 0%,#733f65 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #e9737a 0%,#733f65 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9737a', endColorstr='#733f65',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	font-size: 0;
	position: relative;
	text-align: center;
}

.author .top-info-area:before {
	background-image: url(../../../../../../themes/sivaneast/images/bg-author.png);
	background-repeat: repeat-x;
	content: '';
	display: block;
	height: 46px;
	left: 0;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	width: 100%;
}

.author .info-stories-area .content-area {
    margin: 0;
    max-width: none;
    padding: 0 340px 0 0;
    width: 100%;
}

.author .top-info-area .page-holder {
	background-position: -150px 0;
	min-height: 389px;
	position: relative;
}

#author-image-wrap {
    display: inline-block;
    padding: 70px 0 50px;
    position: relative;
    vertical-align: middle;
}

#author-image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 4px solid #fff;
    border-radius: 50%;
    float: right;
    height: 300px;
    margin: 0 60px 0 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    width: 300px;
}

.author .top-info-area .txt-box {
    display: inline-block;
    float: none;
    max-width: none;
    padding: 90px 0 70px;
	text-align: left;
    vertical-align: middle;
    width: 35%;
}

.author .top-info-area .txt-box h1 {
	font-size:52px;
}

.author .top-info-area .txt-box h2 {
	font-size:22px;
	margin:0 0 9px;
	background-position:2px 1px;
}

.author .top-info-area .txt-box p {
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 30px;
}

.author .top-info-area .txt-box b {
	font-weight: bold;
}

.author .top-info-area .txt-box p a {
	color: #fff;
}

.author .top-info-area .txt-box .followrs {
	margin: 0 10px 0 0;
}

.author .btn-author {
	font-size: 0;
}

.author .btn-soc-lst {
    display: inline-block;
    padding: 0 0 20px;
    vertical-align: top;
}

.author .btn-soc-lst ul {
	padding: 0;
	text-align: left;
}

.author .btn-soc-lst ul li {
	padding: 0 10px 0 0;
}

.author .btn-soc-lst ul li a {
	background: none;
	border-radius: 2px;
	padding: 0;
}

.author .btn-soc-lst ul li a img {
	height: 40px;
	width: 40px;
}

.author .btn-author-donate {
	display: inline-block;
	vertical-align: top;
}

/* Added new css for following/follow button*/

.follow-group {
	margin: 0 0 10px;
	padding: 0 35px 0 0;
	position: relative;
}

.follow-group .more-suggest, #page-video .video-author .video-buttons .follow-group .more-suggest {
	/*background: url(../../../../../../themes/sivaneast/images/icon-arrow-down2.svg) no-repeat 50% 50%;*/
	background-size: 10px auto;
	margin: 0 !important;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 0;
	width: 30px;
}
.more-suggest-following {
	background: url(../../../../../../themes/sivaneast/images/icon-arrow-down2.svg) no-repeat 50% 50%;
	background-color:#fff !important;
	border: 1px solid #ebe6e1 !important;
}
.more-suggest-single-following {
	background: url(../../../../../../themes/sivaneast/images/icon-arrow-down2.svg) no-repeat 50% 50%;
	background-color:#F7F5F3 !important;
	border: 1px solid #ebe6e1 !important;
}
.more-suggest-follow {
	background: url(../../../../../../themes/sivaneast/images/icon-arrow-32.png) no-repeat 50% 50%;
	background-color: #E9737A !important;
	border: 1px solid #E9737A !important;
}

.author-following {
	background-color: #E9737A !important;
	border: 1px solid #E9737A !important;
	border-radius: 2px;
	color: #fff !important;
}

.author-following:hover {
	background-color: #E9737A !important;
	border: 1px solid #E9737A !important;
	color:#fff !important;
}

.author-follow-btn {
	background-color:#fff !important;
	border: 1px solid #ebe6e1 !important;
	font-size: 12px !important;
	font-weight: bold !important;
}

.author .btn-author-donate a {
    border: none;
	border-radius: 2px;
    display: block;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    min-width: 130px;
    padding: 0 10px;
}

.author .info-stories-area {
	padding: 0 0 112px;
}

.author .info-stories-area .page-holder {
	position: relative;
}

.author .content-title {
	color: #484848;
	display: block;
	font: italic 32px/1.2 "Crimson Text", Arial, Helvetica, sans-serif;
	margin: 0 0 1.85em;
	text-align: center;
}

.title-with-line {
	color: #A7A19B;
	margin: 0 0 19px !important;
	position: relative;
}

.title-with-line:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: #F7F5F3;
    width: 100%;
    height: 15px;
    margin: -5px 0 0;
    transform: translate(0, -50%);
}

.author .most-recent-lst .img {
	max-width: 397px;
}

.author .info-stories-area .content-area h2 {
	font-size: 22px;
	line-height: 1.55;
}

.author .add-txt-label, .author .most-recent-lst .text-box h2 {
	padding-top: 0;
}

.author .add-txt-label {
	margin: -1px 0 0;
}

.add-label.orange {
	background: #FF8466;
}

.author .add-txt-label .add-label {
	margin: 0 8px 0 0;
    padding: 0;
}

.author .most-recent-lst .add-txt-label span {
	padding: 4px 8px 3px;
	margin: 0;
}

.author .most-recent-lst > li {
	padding-bottom: 32px;
}

.author .most-recent-lst {
	padding: 0 0 44px;
}

.author .info-stories-area .btn-more .btn {
	max-width: 314px;
}

/* alternative header */

.alternative-header {
	position: fixed;
	top: 0;
	left: 0;
	height: 0;
	width: 100%;
	z-index: 10;
}

.alternative-header .header-holder {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-moz-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	padding: 0px 30px 0px 60px;
	background:#fff;
	border:solid #7d4670;
	border-width:0 0 5px;
	-webkit-transition:all 0.25s ease-out;
	transition:all 0.25s ease-out;
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	transform:translateY(-100%);

}
.alternative-header .logo {
	margin: 0;
	width: 107px;
}

.alternative-header .logo img {
	max-height: 62px;
	width: auto;
}

.alternative-header .slogan {
	font-size: 24px;
	max-width: 450px;
	padding: 15px 0 0 40px;
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.logo-holder {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-align:center;
	-moz-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	padding: 10px 15px 20px 0;
}

.alt-nav-opener {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:40px;
	background:#884457;
}

.alt-nav-opener span,
.alt-nav-opener span:after,
.alt-nav-opener span:before{
	border-radius:50%;
	background:#fff;
	width:5px;
	height:5px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-3px;
}

.alt-nav-opener span:after {
	content:"";
	top:100%;
	margin:4px -3px;
}

.alt-nav-opener span:before {
	content:"";
	top:auto;
	bottom:100%;
	margin:4px -3px;
}

.alt-mobile-nav {
	background: #884457; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #884457 0%, #733f65 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #884457 0%,#733f65 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #884457 0%,#733f65 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#884457', endColorstr='#733f65',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
    position: fixed;
    width: 299px;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    z-index: 10;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.alt-nav-wrapper {
	display: table;
	table-layout: fixed;
	overflow: hidden;
}

.f-area, .wrapper-holder {
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.mobile-nav-holder {
	overflow: auto;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 35px 36px 0;
}
.alt-mobile-nav .mobile-nav-add {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}

.alt-mobile-nav .mobile-nav-row {
	padding: 0 0 20px;
}

.alt-mobile-nav .mobile-nav-add li {
	padding: 0 0 20px;
}

.alt-mobile-nav .mobile-nav-add li:nth-child(5), .mobile-nav-add li:nth-child(5) {
	border-bottom: 2px solid #bf879a;
	margin: 0 0 20px;
}

.alt-mobile-nav .bottom-user-block {
	margin: 0;
}

.alt-nav-wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.alt-nav-active .f-area,
.alt-nav-active .wrapper-holder,
.alt-nav-active .alternative-header .header-holder {
	margin:0 -299px 0 299px;
}

.alt-nav-active .sidebar-fixed-holder{
	-webkit-transform:translateY(0) !important;
	-ms-transform:translateY(0) !important;
	transform:translateY(0) !important;
}
.alt-nav-active{
	overflow:hidden;
}

/* contributor-form */
.status-bar{
	padding: 9px 0;
	background:#bfb3aa;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	position:relative;
	z-index:2;
}

.status-bar .page-holder {
	max-width: 1570px;
	position:relative;
	z-index:1;
}

.buttons_holder {
	background: #f9f8f6;
	-webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.3);
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.3);
	padding: 20px 0;
	z-index: 10;
}

.buttons_holder .buttons_container {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 15px;
}

.buttons_holder .align-right {
    background-color: #733F65;
	border: none;
    border-radius: 3px;
    color: #fff;
    float: right;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    margin-left: 10px;
    padding: 0 30px;
}

.buttons_holder .align-right:hover {
	background-color: #733F65;
	border: none;
	color: #fff;
}

.back-btn {
    background: transparent;
    border: 2px solid transparent;
    color: #A7A19B;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    height: 45px;
    line-height: 41px;
    padding: 0 20px;
	text-align: center;
    vertical-align: top;
}

.preview-button, .submit-button[value="save-draft"] {
    background: transparent;
    border: 2px solid #EBE6E1;
    border-radius: 3px;
    color: #A7A19B;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    height: 45px;
    line-height: 41px;
    padding: 0 35px;
    vertical-align: top;
}

.back-btn:hover {
	background: transparent;
	border: 2px solid transparent;
	color: #a7a19b;
	text-decoration: none;
}

.preview-button:hover, .submit-button[value="save-draft"]:hover {
	background: transparent;
	border: 2px solid #A7A19B;
	color: #a7a19b;
	text-decoration: none;
}

.preview_button {
    background-color: #B0BD5A;
    border: 2px solid #B0BD5A;
	border-radius: 2px;
    color: #fff;
	font-size: 13px;
	line-height: 22px;
    vertical-align: top;
}

.preview_button:hover {
	background-color: #9AAA2D;
	color: #fff;
	border: 2px solid #9AAA2D;
}

.contributorform  .frontend-form-container + .frontend-form-container {
	display: none;
}

.contributorform .form-holder {
	margin: 0 auto;
	max-width: 1570px;
	padding: 0 15px;
}

.contributorform .form-body {
	float: left;
	padding: 40px 20px 0;
	width: 66%;
}

.contributorform .form-sidebar {
	float: left;
	padding: 40px 20px 0;
	width: 33%;
}

.asterisk {
	color: red;
}

.fields_group {
	background-color: #F7F5F3;
	border: 1px solid #EBE6E1;
	border-radius: 2px;
	margin: 0 0 15px;
	padding: 20px;
}

.contributorform .uploader {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
}

.contributorform .uploader .row {
	margin: 0 -20px;
	position: relative;
}

.contributorform .uploader .col {
	float:left;
	width:50%;
	padding: 0 20px;
	font-size: 16px;
	font-weight: bold;
	color:#a7a9c1;
	position: relative;
	z-index:2;
}

.frontend-item-container:last-child, .frontend-item-container label:last-child {
	margin-bottom:0;
}

.contributorform .frontend-item-container > label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 125%;
    margin-bottom: 10px;
    width: 100%;
}

body.page-template-contributor-form .contributorform .form-body .frontend-item-container > label {
	text-align: center;
}

.contributorform .form-sidebar .frontend-item-container > label {
	font-size: 13px;
}

.contributorform label.align-center {
	text-align: center;
}

.contributorform .uploader .col span {
	display: block;
	padding: 10px 0;
	border: 2px dotted #a7a9c1;
	border-radius: 5px;
}

.contributorform .uploader div.seperator {
	position: absolute;
	top:50%; left:0;
	width: 100%;
	font-size: 16px;
	color:#a7a9c1;
	z-index:1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contributorform .uploader div.browser {
	padding: 15px 0;
}

.contributorform .uploader div.browser label {
	background: none;
	border: 2px dotted #EBE6E1;
	box-shadow: none;
	margin: 0 auto;
    padding: 15px 5px;
}

.contributorform .uploader div.browser span {
	color: #A7A19B;
	font-size: 14px;
    font-weight: bold;
}

.contributorform .uploader div.browser label:hover {
	background: none;
	border: 2px dotted #A7A19B;
}

.contributorform .fields_group_uploader {
    background-color: #F7F5F3;
    border: 1px solid #EBE6E1;
    border-radius: 2px;
	margin: 0 0 25px;
    padding: 20px 30px;
	width: 100% !important;
}

.contributorform .fields_group_uploader .frontend-item-container {
	font-size: 0;
}

.contributorform .fields_group_uploader .frontend-item-container:after {
	clear: both;
	content: '';
	display: block;
	font-size: 0;
	width: 100%;
}

.contributorform .fields_group_uploader .frontend-item-container > label {
	color: #484848;
	display: inline-block;
	font-size: 13px;
	margin: 0;
	vertical-align: middle;
	width: 33%;
}

.contributorform .fields_group_uploader .frontend-item-container > label span {
	display: none;
}

.contributorform .fields_group_uploader .frontend-item-container .frontend-form-field-container {
	display: inline-block;
	vertical-align: middle;
	width: 66%;
}

.contributorform .fields_group_uploader .uploader div.browser {
	padding: 0;
}

.contributorform .fields_group_uploader .uploader div.browser .upload-wrap {
    border: 2px solid #EBE6E1;
    border-radius: 2px;
    padding: 15px 0;
}

.contributorform .fields_group_uploader .uploader div.browser .upload-wrap.wistia-upload-wrap {
	display: inline-block;
	vertical-align: middle;
	width: 40%;
}

.contributorform .fields_group_uploader .uploader div.browser .extra-text {
    display: inline-block;
    font-size: 13px;
    line-height: 125%;
    text-align: left;
    vertical-align: middle;
    width: 60%;
}

.contributorform .fields_group_uploader .uploader div.browser .extra-text span {
    color: #A7A19B;
    font-size: 13px;
    line-height: 125%;
    margin: 0 20px;
}

.contributorform .fields_group_uploader .uploader div.browser .extra-text a {
	color: #733F65;
	font-size: 13px;
	font-weight: bold;
	line-height: 125%;
}

.contributorform .fields_group_uploader .uploader div.browser .upload-wrap > span {
	color: #733F65;
	display: block;
	font-size: 13px;
	line-height: 125%;
}

.contributorform .fields_group_uploader .uploader div.browser .upload-wrap > input {
	border: none;
}

.contributorform .fields_group_uploader .wistia_upload_text, .contributorform .fields_group_uploader .wistia_upload_graphic {
	display: none;
}

.contributorform .fields_group_uploader .wistia_upload_drop_zone {
	background: none;
	border: none;
}

.contributorform .fields_group_uploader .wistia_upload_button {
	background: none;
	border: none;
	color: #733F65;
	display: block;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: auto;
	line-height: 125%;
	width: auto;
}

.contributorform .fields_group_uploader .wistia_upload_button_text {
	display: block;
	line-height: 125%;
	position: static;
}

.contributorform .fields_group_uploader .frontend-item-container .field-placeholder input[type="text"] {
	border: 2px solid #EBE6E1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #484848;
	font-size: 13px;
	height: 48px;
	width: 100%;
}

.form-sidebar .frontend-item-container .published_before label input:checked+span:before, .form-sidebar .frontend-item-container .term_condition label input:checked+span:before, .form-sidebar .frontend-item-container .category label input:checked + span:before {
	background-color: #733F65;
}

.form-sidebar .pc-primary-term {
	color: #733F65;
	font-size: 13px;
}

.form-sidebar a.pc-make-primary-term {
	font-size: 13px;
}

.form-sidebar .category-section {
	color: #A7A19B;
	font-size: 13px;
	line-height: 125%;
}

.form-sidebar .frontend-item-container .term_condition label, .form-sidebar .frontend-item-container .published_before label, .form-sidebar .frontend-item-container .category label {
	font-size: 13px;
	padding-top: 4px;
}

/* .contributorform .frontend-item-container .post_content .editable{
	padding:6px 18px;
	background:#fff;
	border-radius: 4px;
	border:2px solid #ebe6e1;
}
.contributorform .medium-editor-insert-plugin.medium-editor-placeholder:after{
	padding: 6px 18px;
} */

.contributorform div[data-element-key="category"] label {
	width: 100%;
}

.contributorform .frontend-item-container .select2.select2-container .select2-selection.select-with-search-container,
.contributorform .frontend-item-container input[type="text"],
.contributorform .frontend-item-container input[type="email"],
.contributorform .frontend-item-container input[type="url"],
.contributorform .frontend-item-container textarea,
.contributorform .frontend-item-container select {
	background: #fff;
	border-radius: 4px;
	border: 2px solid #ebe6e1;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.contributorform .frontend-item-container input[type="text"],
.contributorform .frontend-item-container input[type="email"],
.contributorform .frontend-item-container input[type="url"],
.contributorform .frontend-item-container textarea {
	padding:6px 18px;
}

.contributorform .frontend-item-container input[type="text"],
.contributorform .frontend-item-container input[type="email"],
.contributorform .frontend-item-container input[type="url"] {
	height: 38px;
}

.contributorform .frontend-form-field-container.post_title input {
	background: transparent;
	border: 0;
	font: 39px/1.1 "Lusitana", Arial, Helvetica, sans-serif;
	height: auto;
	padding: 0;
}

.contributorform .field-placeholder {
	position: relative;
}

.contributorform .placeholder {
	border: 0;
	color: #aea9a4;
	font-family: "Lusitana", Arial, Helvetica, sans-serif;
	font-size: 39px;
	height: 1em;
	line-height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	/* top: 49px; */
}
.contributorform .placeholder .asterisk {
	color: #ff0000;
}

.frontend-form-field-container.category {
	max-height:300px;
	overflow-y: auto;
}

.contributorform .frontend-form-field-container.category > label:first-child {
	margin-right: 0;
}

.contributorform .frontend-form-container > .frontend-item-messages {
	/* color: #e9737a; */
	margin-bottom:0;
}
.contributorform .frontend-form-container > .frontend-item-messages > * {
	/* color: #e9737a; */
	margin: 0 auto;
	max-width: 1824px;
	padding: 0 15px;
}

/* USER PROFILE */

#update-user-settings {
	border: 1px solid #ebe6e1;
	margin: 0 0 10px;
}

#update-user-settings #sidebar-update-user .user-image-row {
	margin: 0 0 50px;
}

#sidebar-update-user {
	float: left;
	width: 30%;
}

#update-user-settings #sidebar-update-user .row label, #update-user-settings #content-update-user .row label {
    color: #a7a19b;
    display: block;
    float: none;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    width: auto;
}

#update-user-settings #sidebar-update-user .row label {
	margin: 0 0 5px;
}

#update-user-settings #sidebar-update-user .row input, #update-user-settings #content-update-user .row input {
    float: none;
    font-size: 14px;
    height: auto;
    max-width: 100%;
    padding: 15px;
    width: 100%;
}

#update-user-settings #sidebar-update-user .row input {
	width: 240px;
}

#update-user-settings #sidebar-update-user .multiple-radio label {
    display: inline-block;
    margin: 0 15px 0 0;
    position: relative;
    padding-left: 35px;
    padding-top: 2px;
}

#update-user-settings #sidebar-update-user .multiple-radio label input[type="radio"] {
    width: 25px;
    height: 25px;
    opacity: 0;
    position: absolute;
    left: 0;
    margin-top: 0;
    cursor: pointer;
}

#update-user-settings #sidebar-update-user .multiple-radio label .radio-circle {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 2px solid #ebe6e1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}

#update-user-settings #sidebar-update-user .multiple-radio label .radio-circle:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

#update-user-settings #sidebar-update-user .multiple-radio label input[type="radio"]:checked + .radio-circle:before {
	background-color: #b0bd5a;
}

#update-user-settings #sidebar-update-user .multiple-radio label .radio-text {
    font-size: 15px;
    font-weight: bold;
}

#update-user-settings #sidebar-update-user .uploader {
	background-color: #fff;
	border: none;
	border: 5px solid #ebe6e1;
	border-radius: 50%;
	margin: 0;
	padding: 0;
	position: relative;
}

#update-user-settings #sidebar-update-user .uploader .browser {
    background: url(../../../../../../themes/sivaneast/images/icon-default-user.png) no-repeat 50% 50%;
    background-size: contain;
    padding: 100% 0 0;
    width: 100%;
}

#update-user-settings #sidebar-update-user .uploader .browser label {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 5px;
    box-shadow: none;
    font-size: 13px;
    left: 50%;
    line-height: 125%;
    margin: 0 auto;
    padding: 7px 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 110px;
}

#update-user-settings #sidebar-update-user .uploader .browser label span {
	display: block;
}

#update-user-settings #sidebar-update-user .photo-required-message {
	display: block;
    font-size: 14px;
    line-height: 125%;
    padding: 10px 0 0;
}

#update-user-settings #sidebar-update-user .attachment-image-wrapper {
	background-color: #fff;
	border: none;
	border: 5px solid #ebe6e1;
	border-radius: 50%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

#update-user-settings #sidebar-update-user .attachment-image-wrapper .attachment-image {
	padding: 100% 0 0;
    width: 100%;
}

#update-user-settings #sidebar-update-user .attachment-image-wrapper .attachment-image img {
    display: block;
    height: 100%;
    left: 50%;
    max-width: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: auto;
}

#update-user-settings #sidebar-update-user .attachment-image-wrapper .attachment-image .remove-user-image {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 5px;
    box-shadow: none;
    color: #fff;
    display: block;
    font-size: 13px;
    left: 50%;
    line-height: 125%;
    margin: 0 auto;
    padding: 7px 0;
    position: absolute;
    top: 50%;
    text-decoration: none;
    transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 110px;
}

/**/

#content-update-user {
    float: right;
    width: 67%;
}

#update-user-settings #content-update-user .row {
    font-size: 0;
    margin: 0 0 15px;
}

#update-user-settings #content-update-user .row label {
    display: inline-block;
    margin: 15px 0 0;
    text-align: right;
    vertical-align: top;
    width: 26%;
}

#update-user-settings #content-update-user .row .field {
    display: inline-block;
	float: right;
    margin: 0;
    vertical-align: middle;
    width: 70%;
}

#update-user-settings #content-update-user .row.row-submit .field {
	width: 100%;
}

#update-user-settings #content-update-user .row .field .count, #event-submission-form #step5 .count {
	color: #a7a19b;
	display: block;
    font-style: italic;
    font-size: 11px;
    font-weight: bold;
    margin: 5px 0 0;
    text-align: right;
    
}

#update-user-settings #content-update-user .row select {
	/*
	border: 2px solid #ebe6e1;
	border-radius: 4px;
	box-sizing: border-box;
	color: #4c4c4c;
	float: none;
	font-size: 14px;
	height: auto;
	max-width: 100%;
	padding: 15px;
	width: 100%;
	*/
}

#update-user-settings #content-update-user .jcf-select {
    background-color: #fff;
    border: 2px solid #ebe6e1;
    border-radius: 4px;
    box-sizing: border-box;
    color: #4c4c4c;
    display: inline-block;
    height: 52px;
    max-width: 100%;
    position: relative;
    vertical-align: top;
    width: 300px;
}

#update-user-settings #content-update-user .jcf-select select {
    border: none;
    left: 0;
    padding: 0;
    top: 0;
    z-index: 1;
}

#update-user-settings #content-update-user .jcf-select .jcf-select-text {
    cursor: default;
    display: block;
    font-size: 14px;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#update-user-settings #content-update-user .jcf-select .jcf-select-text span {
    display: block;
    line-height: normal;
}

#update-user-settings #content-update-user .jcf-select .jcf-select-opener {
    background: url(../../../../../../themes/sivaneast/images/user-arrow-select.png) no-repeat 50% 50%;
    border-left: 1px solid #ebe6e1;
    bottom: 7px;
    position: absolute;
    right: 0;
    top: 7px;
    width: 50px;
}

#update-user-settings #content-update-user .ajax-message.error {
    clear: both;
    color: #d48990;
    display: block;
    float: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 125%;
    margin: 0;
    padding: 20px 0 0;
    text-align: center;
    width: 100%;
}

#update-user-settings #content-update-user .ajax-message.success {
	clear: both;
	color: #b0bd5a;
	display: block;
	float: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 125%;
	margin: 0;
	padding: 20px 0 0;
	text-align: center;
	width: 100%;
}

/**/

body > .jcf-select-drop {
    border: 2px solid #ebe6e1;
	margin: -2px 0 0;
    position: absolute;
    z-index: 9999;
}

.jcf-select-drop .jcf-select-drop-content {
}

.jcf-list, .jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    width: 100%;
}

.jcf-list {
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px;
}

.jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jcf-list .jcf-option, .jcf-list ul li {
	display: block;
	overflow: hidden;
}

.jcf-list .jcf-option {
    color: #656565;
	cursor: pointer;
	height: 1%;
    min-height: 14px;
	padding: 10px 15px;
	white-space: nowrap;
}

.jcf-list .jcf-optgroup {
	display: block;
}

.jcf-list .jcf-optgroup-caption {
	display: block;
	font-weight: bold;
	padding: 10px 15px;
}

.jcf-list .jcf-optgroup ul {
	padding: 0 0 0 15px;
}

.jcf-list .jcf-optgroup ul li {
}

/*.page-template-business-listings .jcf-list ul li:last-child .jcf-option {
	background: none;
	border-top: 1px solid #f5f2f0;
	font-weight: bold;
	padding: 15px;
}*/

.page-template-business-listings .jcf-list ul li .jcf-option-last-row {
	background: none;
	border-top: 1px solid #f5f2f0;
	font-weight: bold;
	padding: 15px;
}

.jcf-list-box .jcf-selected, .jcf-select-drop .jcf-hover {
    background: #e6e6e6;
    color: #000;
}

/**/

body.page-template-business-listings > .jcf-select-drop {
	border: none;
}

/**/

#update-user-settings #content-update-user .row textarea {
	height: 300px;
	padding: 15px;
}

#update-user-settings #content-update-user .row-submit {
	float: right;
	padding: 30px 0 0;
	width: 70%;
}

#update-user-settings #content-update-user input[type="submit"] {
	float: right;
	width: 45%;
}

#update-user-settings #content-update-user input[type="reset"] {
	background: none;
	border: 2px solid #ebe6e1;
	border-radius: 4px;
	color: #a7a19b;
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 45%;
}
.term_condition select, .published_before select {
    display: none;
}
/**/

.essb_links {
	margin: 0;
}

.essb_links li:after {
	display: none;
}

.essb_links.essb_template_jumbo-retina .essb_icon {
    height: 35px;
	width: 35px;
}

.essb_links.essb_template_jumbo-retina .essb_icon:before {
	font-size: 20px !important;
	left: 10px;
	top: 8px;
}

.essb_links.essb_template_jumbo-retina li a .essb_network_name {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.alternative-header .social-box {
	display: flex;
}

.alternative-header .social-box .essb_links {
}

.alternative-header .social-box.active .essb_links {
	display: none;
}

.alternative-header .social-box .essb_links .essb_links_list {
}

.alternative-header .social-box .essb_links .essb_links_list li {
	margin: 0 8px 0 0 !important;
}

.alternative-header .social-box .essb_links .essb_links_list li a {
	align-items: center;
	display: flex;
	margin: 0;
}

.alternative-header .social-box .essb_links .essb_links_list li a .essb_icon {
    align-items: center;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.alternative-header .social-box .essb_links .essb_links_list li a .essb_icon:before {
	font-size: 26px !important;
	position: static;
}

.alternative-header .social-box .essb_links .essb_links_list li a .essb_network_name {
	font-size: 16px;
	margin-right: 15px;
}

.alternative-header .social-box .top-header-subscribe-row {
	margin: 0 0 0 70px;
}

@media (max-width: 1200px) {
	.alternative-header .social-box .top-header-subscribe-row {
		margin: 0 0 0 30px;
	}
}

/**/

#page-404 {
	background-color: #F7F5F3;
	padding: 0 20px;
}

#content-404 {
	padding: 80px 0 35px;
}

#content-404 h1 {
    color: #EBE6E1;
    font-family: "Lusitana", Arial, Helvetica, sans-serif;
    font-size: 280px;
    line-height: 100%;
    margin: 0 0 10px;
    text-align: center;
}

#content-404 p {
	color: #484848;
    font-size: 20px;
    line-height: 135%;
    margin: 0 auto;
    max-width: 420px;
    text-align: center;
}

#button-404 {
	padding: 0 0 90px;
}

#button-404 a {
    background-color: #B0BD5A;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 100%;
	margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    max-width: 315px;
    width: 100%;
}

#button-404 a:hover {
	text-decoration: none;
}

#popular-404 {
	padding: 0 0 130px;
}

#popular-404 h3 {
    color: #A7A19B;
    font-family: "Crimson Text", Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-style: italic;
    font-weight: 500;
    line-height: 125%;
    margin: 0 auto 35px;
    max-width: 700px;
    position: relative;
    text-align: center;
}

#popular-404 h3:after {
    background-color: #EBE6E1;
    content: '';
    display: block;
    height: 2px;
    margin: -1px 0 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 100%;
    z-index: 1;
}

#popular-404 h3 span {
    background-color: #F7F5F3;
    display: inline-block;
    margin: 0;
    padding: 0 25px;
    position: relative;
    z-index: 2;
}

#popular-404 .categories {
    font-size: 0;
    margin: 0 auto;
    max-width: 380px;
    text-align: center;
}

#popular-404 .categories a {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 100%;
    margin: 0 8px 12px;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
}

#popular-404 .categories a:hover {
	text-decoration: none;
}

#popular-404 .cat-spirituality {
	background-color: #7D4670;
}

#popular-404 .cat-yoga {
	background-color: #E9737A;
}

#popular-404 .cat-mindfulness {
	background-color: #71D9DE;
}

#popular-404 .cat-holistic {
	background-color: #FF8466;
}

#popular-404 .cat-lifestyle {
	background-color: #70C0DE;
}
/*------------------------ Listings Form Submission --------------*/
#page-listing-submission {
	background-color: #F7F5F3;
}

#listing-container-submission {
	display: table;
	width: 100%;
}
#listing-sidebar-submission {
	background-color: #fff;
    display: table-cell;
    height: 100%;
    width: 40%;
}

#sidebar-submission-inner {
    float: right;
    max-width: 350px;
    padding: 90px 40px 50px;
    width: 100%;
}

#listing-sidebar-submission ul {
	list-style: none;
}

#listing-sidebar-submission ul li {
	border-bottom: 2px solid #EBE6E1;
}

#listing-sidebar-submission ul li:last-child {
	border: none;
}

#listing-sidebar-submission ul li a {
	color: #A7A19B;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 125%;
	padding: 14px 0;
}

#listing-sidebar-submission ul li a:before {
	background-color: #fff;
	border: 2px solid #EBE6E1;
	border-radius: 50%;
	content: '';
	display: inline-block;
	height: 25px;
	margin: 0 10px 0 0;
	text-indent: -9999px;
	vertical-align: middle;
	width: 25px;
}

#listing-sidebar-submission ul li a:hover, #listing-sidebar-submission ul li a.current {
	color: #484848;
	text-decoration: none;
}

#listing-sidebar-submission ul li a.active:before {
	background: url(../../../../../../themes/sivaneast/images/icon_small_check.png) no-repeat 50% 50% #733F65;
	border: 2px solid #733F65;
}

#start_close_hour_ele {
	display: none;
	padding: 30px 0 0;
}

.info-txt {
	float: right;
}

.hours-start {
	position: relative;
}

.day-name {
	float: left;
	margin-top: 13px;
}

#category-listing #event-header {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
}

#category-listing #event-header .bg-gradient {
	background-image: linear-gradient(-73deg, #70c0de 0%, #71d9de 100%);
	padding: 50px 0 30px;
}

#category-listing #event-header .page-holder {
	max-width: 1018px;
}

#category-listing #event-header h2 {
	font-size: 52px;
	margin: 0 0 5px;
}

#category-listing #event-header h3 {
    font-size: 26px;
    margin: 0 0 50px;
}

#category-listing #event-header #video-bar-form .tribe-bar-filters {
	background: none;
	padding: 0;
}

#category-listing #event-header .tribe-bar-filters-inner {
	font-size: 0;
}

#category-listing #event-header .tribe-bar-business-filter, #category-listing #event-header .tribe-bar-category-filter, #category-listing #event-header .tribe-bar-location-filter {
	width: 25%;
}

#category-listing #event-header .tribe-bar-location-filter {
	position: relative;
}

#category-listing #event-header .tribe-bar-filters {
	padding: 20px 10px;
}

#category-listing #event-header .tribe-bar-category-filter input[type=text] {
	border: none;
}

#category-listing #event-header .tribe-bar-submit {
	width: 25%;
}

#category-listing #event-header .tribe-bar-submit input {
	background: none;
	border: 2px solid #ffffff;
	border-radius: 3px;
	height: 50px;
	width: 100%;
}

#category-listing #event-header .tribe-bar-filters-inner .tribe-bar-filter01 .jcf-select .jcf-select-text {
	background: url(../../../../../../themes/sivaneast/images/icon-difficultyicon.svg) no-repeat 15px 50% #fff;
	background-size: 13px auto;
	padding-left: 40px;
}

#category-listing #event-header .tribe-bar-filters-inner .tribe-bar-filter02 .jcf-select .jcf-select-text {
	background: url(../../../../../../themes/sivaneast/images/icon-timeicon.svg) no-repeat 15px 50% #fff;
	background-size: 16px 16px;
	padding-left: 40px;
}

#category-listing #event-header .tribe-bar-filters-inner .tribe-bar-filter03 .jcf-select .jcf-select-text {
	background: url(../../../../../../themes/sivaneast/images/icon-type.png) no-repeat 10px 50% #fff;
	background-size: 23px 22px;
	padding-left: 40px;
}

#category-listing #event-header .tribe-bar-filters-inner .tribe-bar-filter04 .jcf-select .jcf-select-text {
	background: url(../../../../../../themes/sivaneast/images/icon-eye.svg) no-repeat 10px 50% #fff;
	background-size: 23px auto;
	padding-left: 40px;
}

#category-listing #event-header .tribe-bar-filters-inner .tribe-bar-filter05 .jcf-select .jcf-select-text {
	background: url(../../../../../../themes/sivaneast/images/icon-teacher.png) no-repeat 10px 50% #fff;
	background-size: 23px auto;
	padding-left: 40px;
}

#category-listing #event-header .tribe-bar-filters-inner .tribe-bar-filterb1 .jcf-select .jcf-select-text {
	background: url(../../../../../../themes/sivaneast/images/icon_listing_business.svg) no-repeat 15px 50% #fff;
	background-size: 13px auto;
	padding-left: 40px;
}

#category-listing #event-header .tribe-bar-filters-inner .tribe-bar-filterb2 .jcf-select .jcf-select-text {
	background: url(../../../../../../themes/sivaneast/images/icon_listing_category.svg) no-repeat 15px 50% #fff;
	background-size: 16px;
	font-size: 13px;
	padding-left: 40px;
}

#category-listing #event-header .tribe-bar-filters-inner .tribe-bar-filterb3 .listing-location-txt {
	background: url(../../../../../../themes/sivaneast/images/icon_listing_location.svg) no-repeat 15px 50% #fff;
	background-size: 16px 16px;
	border: none;
	color: #4c4c4c;
	font-size: 13px;
	padding-left: 40px;
	width: 100%;
}

#category-listing #event-header .tribe-bar-filters-inner .tribe-bar-filterb3 .listing-location-txt::-webkit-input-placeholder {
	color: #4c4c4c;
}

#category-listing #event-header .tribe-bar-filters-inner .tribe-bar-filterb3 .listing-location-txt::-moz-placeholder { /* Firefox 19+ */
	color: #4c4c4c;
}

#category-listing #event-header .tribe-bar-filters-inner .tribe-bar-filterb3 .listing-location-txt:-ms-input-placeholder { /* IE 10+ */
	color: #4c4c4c;
}

#category-listing #event-header .tribe-bar-filters-inner .tribe-bar-filterb3 .listing-location-txt:-moz-placeholder { /* Firefox 18- */
	color: #4c4c4c;
}

/**/


#category-listing #event-content {
	background: none;
	padding: 0;
}


#category-listing #events-box {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}

#category-listing .btn-more {
	padding: 0 15px;
}

#category-listing .btn-more a {
	font-size: 13px;
	max-width: 400px;
	padding: 20px 10px;
}

#event-header #listing-events-bar {
	margin: 0;
}

#event-header #listing-bar-form {
	background: none;
}

#event-header #listing-bar-form #tribe-bar-collapse-toggle {
	display: none !important;
}

#event-header #listing-bar-form .tribe-bar-filters {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
	display: block;
    float: none;
    margin: 0 auto;
    max-width: 100%;
    padding: 20px;
}

#event-header #listing-bar-form .tribe-bar-filters-inner {
	display: block;
	font-size: 0;
	margin: 0 -10px;
	text-align: center;
}

.page-template-business-listings #main-category-video .page-holder {
	flex-direction: row-reverse;
}

/**/

@media (max-width: 1024px) {
	.page-template-business-listings #category-listing #event-header .bg-gradient {
		padding: 45px 0 20px;
	}
	.page-template-business-listings #category-listing #event-header h2 {
		font-size: 41px;
		margin: 0 0 15px;
	}
	.page-template-business-listings #category-listing #event-header h3 {
		font-size: 21px;
		margin: 0 0 20px;
	}
	.page-template-business-listings #event-header #listing-bar-form .tribe-bar-filters {
		background: none;
		border-radius: 0;
		padding: 0;
	}
	.page-template-business-listings #category-listing #event-header .tribe-bar-submit input {
		font-size: 12px;
		height: 35px;
		padding: 0 15px;
	}
	.page-template-business-listings .listing-categories {
		display: none;
	}
	#category-listing #event-header .tribe-bar-business-filter, #category-listing #event-header .tribe-bar-category-filter, #category-listing #event-header .tribe-bar-location-filter {
		width: 30%;
	}
	#category-listing #event-header .tribe-bar-submit {
		width: 30%;
	}
}

/**/

.listing-short-bio {
	padding: 10px;
}

.listing-bottom-box {
	padding: 10px;
}

#listing-discover {
	background-color: #F7F5F3;
}

#listing-discover .page-holder {
	max-width: 1240px;
}

#listing-discover h2 {
    color: #484848;
    font-family: "Lusitana", Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-style: normal;
    line-height: 1.2;
    margin: 0 0 40px;
    text-align: center;
}

#listing-discover #events-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#listing-discover #events-box .pop-video-lst {
	display: flex;
	flex-wrap: wrap;
}

#listing-discover #events-box .item {
	min-width: 33.33%;
}

#listing-discover #events-box .box {
	border-radius: 0 0 5px 5px;
	height: 100%;
	padding: 0 0 50px;
}

#listing-discover #events-box .img a {
	padding: 50% 0 0;
	height:200px;
}

#listing-discover #events-box .time {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 1px;
    bottom: 15px;
    color: #fff;
    display: block;
    font-size: 13px;
    line-height: 100%;
    padding: 5px 6px;
    position: relative;
    right: 15px;
    z-index: 1;
	margin-top:5px;
	margin-left:15px;
}

.page-template-business-listings #listing-discover #events-box .card {
	padding: 25px 20px 10px;
}


#listing-discover #events-box h3 {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
}

#listing-discover #events-box h3 a {
	color: #484848;
	font-family: "Lusitana", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 110%;
}

#listing-discover #events-box h4 {
	color: #A7A19B;
	display: block;
	font-family: "Crimson Text", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 125%;
	padding: 0 15px 10px;
	text-align: left;
}

#listing-discover #events-box h4 a {
	color: #A7A19B;
}

#listing-discover #events-box .box-bottom {
	padding: 0 15px 10px;
}

#listing-discoverr .bottom-discover {
}

#listing-discover .bottom-discover .button {
    border: 1px solid #EBE6E1;
    border-radius: 2px;
    color: #A7A19B;
    float: left;
    font-size: 10px;
    line-height: 100%;
    padding: 4px 7px;
	text-decoration: none;
    text-transform: uppercase;
}

#listing-discover .bottom-button {
	margin: 30px 0 0;
}

#listing-discover .bottom-button a {
	border: 2px solid #E9737A;
	border-radius: 3px;
	color: #E9737A;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 auto;
	max-width: 190px;
	padding: 15px 10px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#listing-discover .bottom-button a:hover {
	background-color: #E9737A;
	color: #fff;
	text-decoration: none;
}

.listing-location-txt {
	height: 50px !important;
	position: relative;
}


/**/

.page-template-business-listings #listing-discover {
	background: none;
}

.page-template-business-listings #listing-discover #events-box .box {
	padding: 0 0 75px;
}

.page-template-business-listings #listing-discover #events-box .img a {
	padding: 0;
}

.page-template-business-listings #listing-discover #events-box .img a img {
}

.page-template-business-listings #listing-discover #events-box .img .cats {
	bottom: 5px;
	font-size: 0;
	left: 5px;
	position: absolute;
	z-index: 1;
}

.page-template-business-listings #listing-discover #events-box .img .cats span {
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-weight: 400;
	line-height: 100%;
	margin: 0 5px 5px;
	padding: 5px 7px;
	text-transform: uppercase;
}

.page-template-business-listings #listing-discover #events-box .listing-short-bio {
	color: #7e7b7b;
	font-size: 14px;
	margin: 0 0 15px;
	padding: 0;
}

.page-template-business-listings #listing-discover #events-box .listing-short-bio {
	color: #7e7b7b;
	font-size: 14px;
	height:58px;
	overflow:hidden;
}

.page-template-business-listings #listing-discover #events-box .listing-bottom-box {
	padding: 0;
}

.page-template-business-listings #listing-discover #events-box .listing-bottom-box .bottom-detail-box {
}

.page-template-business-listings #listing-discover #events-box .listing-bottom-box .business-address {
	background: url(../../../../../../themes/sivaneast/images/icon-business-location.svg) no-repeat 0 3px;
	color: #242424;
	font-size: 14px;
	line-height: 125%;
	margin: 0 0 10px;
	padding: 0 0 5px 25px;
	height:50px;
	overflow:hidden;
}

.page-template-business-listings #listing-discover #events-box .listing-bottom-box .phone-number, .page-template-business-listings #listing-discover #events-box .listing-bottom-box .phone-number-mobile {
	background: url(../../../../../../themes/sivaneast/images/icon-business-phone.svg) no-repeat 0 0;
	color: #242424;
	font-size: 14px;
	line-height: 125%;
	padding: 0 0 5px 25px;
}

.page-template-business-listings #listing-discover #events-box .listing-bottom-box .phone-number-mobile {
	text-decoration: underline;
}

.page-template-business-listings #listing-discover #events-box .listing-bottom-box .detail-link {
	bottom: 0;
	box-sizing: border-box;
	left: 0;
	padding: 0 20px 20px;
	position: absolute;
	width: 100%;
}

.page-template-business-listings #listing-discover #events-box .listing-bottom-box .detail-link a {
	border: 2px solid #ebe6e1;
	border-radius: 2px;
	color: #a7a19b;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 100%;
	padding: 13px 0;
	text-align: center;
}

.page-template-business-listings #listing-discover #events-box .listing-bottom-box .detail-link a:hover {
	border: 2px solid #a7a19b;
	text-decoration: none;
}

.page-template-business-listings #category-listing .btn-more a {
	padding: 15px 10px;
}


.page-template-business-listings #category-video-sidebar {
}

.page-template-business-listings #category-video-sidebar #listing_map_id {
	height: 280px;
}

.page-template-business-listings #category-video-sidebar #listing_map_id.map_resize {
	height: 550px;
	margin-left: -970px;
	width: 1270px;
	z-index: 5;
}

.page-template-business-listings #category-video-sidebar #expand-map.map_resize {
	margin-left: -970px;
	width: 1270px;
}

.page-template-business-listings #category-video-sidebar #expand-map {
	position: relative;
	z-index: 1;
}

.page-template-business-listings #category-video-sidebar #expand-map a {
	background: url(../../../../../../themes/sivaneast/images/icon-business-arrow.svg) no-repeat 15px 50% #b0bd5a;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 100%;
	padding: 12px 15px 12px 40px;
}

.page-template-business-listings #category-video-sidebar .swidget {
	margin: 0 0 20px;
}

.page-template-business-listings #category-video-sidebar .swidget .swidget-title {
    color: #a7a19b;
    font-family: "Crimson Text";
    font-size: 16px;
    font-style: italic;
    line-height: 125%;
    margin: 0 0 15px;
    position: relative;
    text-align: center;
}

.page-template-business-listings #category-video-sidebar .swidget .swidget-title:after {
	background-color: #ebe6e1;
	content: '';
	display: block;
	height: 2px;
	left: 0;
	margin: -1px 0 0;
	position: absolute;
	top: 50%;
	width: 100%;
}

.page-template-business-listings #category-video-sidebar .swidget .swidget-title span {
	background-color: #f2f2f2;
	display: inline-block;
	padding: 0 10px;
	position: relative;
	z-index: 1;
}

/**/

ul#default-auto-suggestion {
	background-color: #ffffff;
	list-style: none;
	display: none;
	position: absolute;
	margin: -2px 0 0;
	padding: 0;
	top: 100%;
	width: calc(100% - 20px);
	z-index: 200;
}

ul#default-auto-suggestion li {
}

ul#default-auto-suggestion li a {
	display: block;
	color: #262626;
	font-size: 12px;
	padding: 10px 15px 10px 40px;
	text-align: left;
	text-decoration: none;
}

ul#default-auto-suggestion li a.current-location {
	    background: url(../../../../../../themes/sivaneast/images/icon-business-pointer.svg) no-repeat 17px 50% #ededed;
}

ul#default-auto-suggestion li a:hover:not(.active) {
    background-color: #e6e6e6;
}

#category_list {
	list-style-type: none;
	margin: 0;
	padding: 25px 0 0;
	text-align: center;
}

#category_list li {
	display: inline-block;
	padding: 0 15px 15px;
	vertical-align: bottom;
}

#category_list li a {
	display: block;
}

#category_list li a:hover {
	text-decoration: none;
}

#category_list li a .cat-icon {
	display: block;
	margin: 0 auto 15px;;
}

#category_list li a .term-name {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
}

.add-listing-btn-wrapper {
	margin-top: 10px;
	margin-bottom: 10px;
}

.post-listing-btn {
	color: #fff;
    background: #e9737a;
    border-color: #e9737a;
	display: block;
	margin: 0 auto;
	font-size: 13px;
	line-height: 1.2;
	font-weight: bold;
	width: 100%;
	padding: 15px 11px 18px;
	border-radius: 5px;
	text-align: center;
}

#listing_map_id {
	width: 300px;
    height: 400px;
}

#listing_map_id.map_resize {
	width: 1200px;
	height: 550px;;
	margin-left: -940px;
	z-index: 5;
}

.full-listing-map-view {
	margin-top: 600px;
}

.tribe-events-loop-resize {
	width: 33%;
}

.listing-item-resize {
	width: 100% !important;
}

.map-business-name {
	font-size: 18px;
	font-weight: bold;
	font-family: "Crimson Text", Arial, Helvetica, sans-serif;
}
 
.location-icon {
	float: left;
	margin-right: 5px;
}

.phone-c {
	float: left;
	margin-right: 5px;
}

.listing-mobile-map-view {
	display: none;
	text-align: center;
}

.listing-mobile-map-view .listing-mobile-view.active {
	font-weight: bold;
}

.phone-number-mobile {
	display: none;
}

.phone-number {
	display: block;
}

#listing-map-info-window {
	display: flex;
	height: 100%;
	padding: 10px;
	overflow: hidden;
	width: 100%;
}

.listing-map-info {	
	width: 60%;
}

.listing-map-info p {
	padding: 5px;
}

.listing-map-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.listing-map-info ul li {
	border: 1px solid #000;
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px;
}

.listing-map-img {
	margin-left: -20px;
	width: 30%;
}

.listing-map-img img {	
	width: 140px;
}

.listing-map-info .phone-icon {
	float: left;
}

.listing-map-info h2 {
	font-family: "Crimson Text", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.single-operation-hours {
	margin-top: 13px;
	margin-left: 10px;
}

.single-categories-list {
	padding: 5px;
}

.single-categories-list span {
	display: inline-block;
	margin-top: -50px;
	border: 1px solid;
	position: absolute;
	padding: 5px
}
/*-------------------END Listing form submission-----------------------*/
/**/

#page-submission {
	background-color: #F7F5F3;
}

#container-submission {
	display: flex;
	width: 100%;
}

#sidebar-submission {
	background-color: #fff;
    display: table-cell;
    height: 100%;
    width: 40%;
}

#sidebar-submission-inner {
    float: right;
    max-width: 350px;
    padding: 90px 40px 50px;
    width: 100%;
}

#sidebar-submission ul {
	list-style: none;
}

#sidebar-submission ul li {
	border-bottom: 2px solid #EBE6E1;
}

#sidebar-submission ul li:last-child {
	border: none;
}

#sidebar-submission ul li a {
	color: #A7A19B;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 125%;
	padding: 14px 0;
}

#sidebar-submission ul li a:before {
	background-color: #fff;
	border: 2px solid #EBE6E1;
	border-radius: 50%;
	content: '';
	display: inline-block;
	height: 25px;
	margin: 0 10px 0 0;
	text-indent: -9999px;
	vertical-align: middle;
	width: 25px;
}

#sidebar-submission ul li a:hover, #sidebar-submission ul li a.current {
	color: #484848;
	text-decoration: none;
}

#sidebar-submission ul li a.active:before {
	background: url(../../../../../../themes/sivaneast/images/icon_small_check.png) no-repeat 50% 50% #733F65;
	border: 2px solid #733F65;
}

#content-submission {
    display: table-cell;
    width: 60%;
}

#content-submission a:hover {
	text-decoration: none;
}

#content-submission-inner {
	float: left;
	max-width: 100%;
	padding: 50px 20px 60px 70px;
	width: 733px;
}

#content-submission .step {
}

#content-submission .step h3 {
    color: #A7A19B;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    margin: 0 0 5px;
}

#content-submission .step h2 {
	color: #484848;
	display: block;
	font-family: "Lusitana", Arial, Helvetica, sans-serif;
	font-size: 39px;
	font-weight: 500;
	line-height: 125%;
	margin: 0 0 20px;
	padding: 0 0 20px;
	position: relative;
}

#content-submission .step h2:after {
    background-color: #EBE6E1;
    bottom: 0;
    content: '';
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    width: 90px;
}

#content-submission .field {
	margin: 0 0 25px;
}

#content-submission .field:after {
	clear: both;
	content: '';
	display: block;
	font-size: 0;
	text-indent: -9999px;
	width: 100%;
}

#content-submission .field .field-note {
	border-top: 4px solid #ebe6e1;
	margin: 40px 0 0;
	padding: 30px 0 0;
}

#content-submission .field .field-note p {
	color: #707070;
	font-size: 14px;
	line-height: 145%;
}

#content-submission .field .field-note p a {
	color: #707070;
	font-weight: bold;
}

#content-submission .field .field-row {
	margin: 0 -10px 10px;
}

#content-submission .field .field-row:after {
	clear: both;
	content: '';
	display: block;
	font-size: 0;
	text-indent: -9999px;
	width: 100%;
}

#content-submission .field .field-row:last-child {
	margin: 0 -10px;
}

#content-submission .field .field-col-1, #content-submission .field .field-col-2, #content-submission .field .field-col-3, #content-submission .field .field-col-4, #content-submission .field .field-col-5, #content-submission .field .field-col-6, #content-submission .field .field-col-8, #content-submission .field .field-col-12 {
	float: left;
	padding: 0 10px;
}

#content-submission .field .field-col-1 {
	width: 8.33%;
}

#content-submission .field .field-col-2 {
	width: 16.66%;
}

#content-submission .field .field-col-3 {
	width: 25%;
}

#content-submission .field .field-col-4 {
	width: 33.33%;
}

#content-submission .field .field-col-5 {
	width: 41.66%;
}

#content-submission .field .field-col-6 {
	width: 50%;
}

#content-submission .field .field-col-8 {
	width: 66.66%;
}

#content-submission .field .field-col-12 {
	width: 100%;
}

#content-submission .field-checkbox {
	margin: 0 0 50px;
	padding: 0 0 0 25px;
	position: relative;
}

#content-submission .field-checkbox input {
	left: 0;
	position: absolute;
	top: 0;
}

#content-submission .field-checkbox p {
	color: #707070;
	font-size: 14px;
	line-height: 145%;
}

#content-submission .field-checkbox p a {
	color: #707070;
	font-weight: bold;
}

#content-submission hr {
	background-color: #EBE6E1;
	border: none;
	height: 4px;
	margin: 0 0 25px;
	width: 90px;
}

#content-submission .field hr {
	margin: 0;
	width: 100%;
}

#content-submission .field h5 {
	color: #A7A19B;
	font-family: "Crimson Text", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	line-height: 125%;
	margin: 0 0 20px;
	position: relative;
}

#content-submission .field h5:after {
	background-color: #EBE6E1;
	content: '';
	display: block;
	height: 2px;
	left: 0;
	margin: -1px 0 0;
	position: absolute;
	top: 50%;
	width: 100%;
}

#content-submission .field h5 span {
	background-color: #F7F5F3;
	display: inline-block;
	padding: 0 15px 0 0;
	position: relative;
	z-index: 1;
}

#content-submission .field h4 {
    color: #484848;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 125%;
    margin: 0 0 14px;
}

#content-submission .field h4 i {
	font-style: italic;
	font-weight: normal;
}

#content-submission .field h4 span, .jcf-select-text span span.required {
	color: #E9737A;
}

#content-submission .field h4 span.info-txt {
	color: #484848;
	font-size: 12px;
}

.jcf-select-text span span.required {
    padding-left: 116px;
    position: absolute;
    top: 13px;
}

#content-submission .field input[type="text"] {
	border-radius: 5px;
	font-size: 14px;
	height: auto;
	padding: 15px 15px;
	width: 100%;
}

#content-submission .field .business-box {
	border: 1px solid transparent;
	border-radius: 5px;
	margin: 0 0 10px;
	padding: 20px 10px 20px 75px;
	position: relative;
}

#content-submission .field .business-box:hover {
	/*background-color: #fff;*/
	border: 1px solid #484848;
	cursor: pointer;
}

#content-submission .field .business-box.active {
	background-color: #fff;
	border: 1px solid #484848;
	cursor: pointer;
}

#content-submission .field .business-box .icon {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	border: 1px solid #484848;
	border-radius: 50%;
	display: block;
	height: 50px;
	left: 15px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
}

#content-submission .field .business-box .icon.icon-org {
	background-image: url(../../../../../../themes/sivaneast/images/icon_org.svg);
}

#content-submission .field .business-box .icon.icon-ind {
	background-image: url(../../../../../../themes/sivaneast/images/icon_ind.svg);
}

#content-submission .field .business-box .title {
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 125%;
}

#content-submission .field .business-box .title span {
	display: block;
	font-weight: normal;
}

#business_fb_url {
	background-image: url(../../../../../../themes/sivaneast/images/icon-listing-facebook.svg);
}

#business_instagram {
	background-image: url(../../../../../../themes/sivaneast/images/icon-listing-instagram.svg);
}

#business_twitter {
	background-image: url(../../../../../../themes/sivaneast/images/icon-listing-twitter.svg);
}

#business_pinterest {
	background-image: url(../../../../../../themes/sivaneast/images/icon-listing-pinterest.svg);
}

#business_fb_url, #business_instagram, #business_twitter, #business_pinterest {
	background-position: 10px 50%;
	background-repeat: no-repeat;
	background-size: auto 25px;
	padding: 15px 15px 15px 45px !important;
}

#content-submission .field-placeholder {
	position: relative;
}

#content-submission .field-placeholder .placeholder {
    left: 17px;
    position: absolute;
    bottom: 12px;
    transform: translateY(-50%);
}

#content-submission .field-placeholder .placeholder > span {
	color: #aea9a4;
	display: block;
	font-size: 14px;
	line-height: 100%;
}

#content-submission .field-placeholder .placeholder > span span {
	color: #E9737A;
}

#content-submission .field-placeholder input[type="text"] {
}

#content-submission .field .error {
    display: block;
    color: #E9737A !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 125%;
    margin: 0;
    padding: 0 0 4px;
}

#content-submission .field input[type="text"].input-date {
	background: url(../../../../../../themes/sivaneast/images/icon-date.png) no-repeat 15px 50% #fff;
	background-size: 12px 13px;
	padding-left: 35px;
}

#content-submission .field textarea {
	border-radius: 5px;
	display: block;
	min-height: 180px;
	padding: 10px 15px;
}

#content-submission .field img {
	display: block;
	width: 100%;
}

#content-submission .field .jcf-select {
    background-color: #fff;
    border: 2px solid #ebe6e1;
    border-radius: 4px;
    box-sizing: border-box;
    color: #4c4c4c;
    display: inline-block;
    height: 52px;
    max-width: 100%;
    position: relative;
    vertical-align: top;
    width: 100%;
}

#content-submission .field .jcf-select .jcf-select-text {
	cursor: default;
    display: block;
    font-size: 14px;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 15px 15px 15px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#content-submission .field .jcf-select .jcf-select-text span {
	display: block;
    line-height: normal;
}

#content-submission .field .jcf-select .jcf-select-opener {
	background: url(../../../../../../themes/sivaneast/images/icon_arrow_down.png) no-repeat 50% 50%;
    bottom: 0;
    position: absolute;
    right: 10px;
    top: 0;
    width: 20px;
}

#content-submission .multiple-radio {
}

#content-submission .multiple-radio label {
	display: inline-block;
	margin: 0 15px 0 0;
    position: relative;
    padding-left: 35px;
    padding-top: 2px;
}

#content-submission .multiple-radio label:last-child {
	margin: 0;
}

#content-submission .multiple-radio label input[type="radio"] {
	width: 25px;
	height: 25px;
	opacity: 0;
	position: absolute;
	left: 0;
	margin-top: 0;
	cursor: pointer;
}

#content-submission .multiple-radio label .radio-circle {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	border: 2px solid #ebe6e1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
}

#content-submission .multiple-radio label .radio-circle:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}

#content-submission .multiple-radio label input[type="radio"]:checked + .radio-circle:before {
	background-color: #b0bd5a;
}

#content-submission .multiple-radio label .radio-text {
	font-size: 15px;
	font-weight: bold;
}

#content-submission .multiple-checkbox {
}

#content-submission .multiple-checkbox label {
	display: inline-block;
	margin: 0 15px 0 0;
    position: relative;
    padding-left: 35px;
    padding-top: 2px;
}

#content-submission .multiple-checkbox label:last-child {
	margin: 0;
}

#content-submission .multiple-checkbox label input[type="checkbox"] {
	width: 25px;
	height: 25px;
	opacity: 0;
	position: absolute;
	left: 0;
	margin-top: 0;
	cursor: pointer;
}

#content-submission .multiple-checkbox label .checkbox-box {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	border: 2px solid #ebe6e1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	cursor: pointer;
}

#content-submission .multiple-checkbox label .checkbox-box:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 13px;
	height: 13px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
}

#content-submission .multiple-checkbox label input[type="checkbox"]:checked + .checkbox-box:before {
	background-color: #b0bd5a;
}

#content-submission .multiple-checkbox label .checkbox-text {
	font-size: 15px;
	font-weight: bold;
}

#content-submission .field-upload {
    margin: 0 -10px;
    min-height: 150px;
    padding: 0 0 0 160px;
    position: relative;
}

#content-submission .field-upload:after {
	clear: both;
	content: '';
	display: block;
	font-size: 0;
	text-indent: -9999px;
	width: 100%;
}

#content-submission .field-upload .upload-uploader {
    float: left;
    left: 0;
    max-width: 150px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#content-submission .field-upload .uploader {
	background-color: #fff;
	border: none;
	border: 5px solid #ebe6e1;
	border-radius: 50%;
	margin: 0;
	padding: 0;
	position: relative;
}

#content-submission .field-upload .uploader .browser {
	background: url(../../../../../../themes/sivaneast/images/icon-default-user.png) no-repeat 50% 50%;
	background-size: contain;
	padding: 100% 0 0;
	width: 100%;
}

#content-submission .field-upload .uploader .browser label {
	background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    box-shadow: none;
    font-size: 13px;
    left: 50%;
    line-height: 125%;
    margin: 0 auto;
    padding: 7px 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 90px;
}

#content-submission .field-upload .uploader .browser label span {
    display: block;
    font-size: 12px;
    line-height: 100%;
}

#content-submission .field-upload .upload-info {
    float: left;
    padding: 0 10px;
    width: 100%;
}

#content-submission .field-upload .upload-info h4 {
	margin: 20px 0 0;
}

#content-submission .field-upload .upload-info .field h4 {
	margin: 0 0 14px;
}

#content-submission .field-upload .upload-info p {
	font-size: 15px;
	margin: 0 0 10px;
}

#content-submission .field-upload .upload-info p:last-child {
	margin: 0;
}

#content-submission .field-upload .upload-info p a {
	color: #A7A19B;
	text-decoration: underline;
}

#event-submission-form .currency-input {
	position: relative;
}

#event-submission-form .currency-symbol {
    bottom: 0;
	font-size: 14px;
    left: 0;
    line-height: 53px;
    padding: 0 5px !important;
    position: absolute;
}

#content-submission .field-thanks {
}

#content-submission .field-thanks h2 {
	color: #484848;
	font-size: 30px;
	padding: 0;
	text-align: center;
}

#content-submission .field-thanks h2:after {
	display: none;
}

#content-submission .field-thanks p {
	color: #95989A;
    font-size: 18px;
    line-height: 125%;
    margin: 0 auto 35px;
    max-width: 380px;
    text-align: center;
}

#content-submission .field-thanks .button-see {
    background-color: #B0BD5A;
    border: 2px solid #B0BD5A;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 100%;
    margin: 0 auto;
    max-width: 180px;
    padding: 15px;
    text-align: center;
    width: 100%;
}

#content-submission .step .button-back {
	background: none;
	border: 2px solid #EBE6E1;
	border-radius: 5px;
	color: #A7A19B;
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 100%;
	padding: 14px 0;
	text-align: center;
	width: 140px;
}

#content-submission .step .button-back:before {
    background: url(../../../../../../themes/sivaneast/images/icon_small_arrow.png) no-repeat 0 0;
    content: '';
    display: inline-block;
    height: 11px;
    margin: 0 9px 0 0;
    text-indent: -9999px;
    vertical-align: middle;
    width: 7px;
}

#content-submission .step .button-back:hover {
	background: transparent;
	border: 2px solid #A7A19B;
	color: #a7a19b;
	text-decoration: none;
}

#content-submission .step .button-continue {
	background-color: #B0BD5A;
	border: 2px solid #B0BD5A;
	border-radius: 5px;
	color: #fff;
	display: block;
	float: right;
	font-size: 13px;
	font-weight: bold;
	line-height: 100%;
	padding: 14px 0;
	text-align: center;
	width: 140px;
}

#content-submission .step .button-continue:hover {
	background-color: #9aaa2d;
	border: 2px solid #9aaa2d;
	text-decoration: none;
}

/**/

.ui-datepicker.ui-widget {
	border: none;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	margin: 15px 0 0;
	padding: 10px 20px 15px;
	position: relative;
	width: 280px;
	background-color: #fff;
}

.ui-datepicker.ui-widget:before {
    background-color: #fff;
	border-radius: 2px;
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.05);
    display: block;
    height: 16px;
    left: 45px;
    position: absolute;
    top: -8px;
    transform: rotate(45deg);
    width: 16px;
}

.ui-datepicker.ui-widget .ui-datepicker-header {
    background: none;
    border: none;
    border-radius: 0;
    height: auto;
    margin: 0;
}

.ui-datepicker.ui-widget .ui-datepicker-title {
    font-family: "Crimson Text", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: italic;
	font-weight: normal;
    line-height: 100% !important;
}

.ui-datepicker.ui-widget .ui-datepicker-title .ui-datepicker-month {
	font-weight: normal;
}

.ui-datepicker.ui-widget .ui-datepicker-prev, .ui-datepicker.ui-widget .ui-datepicker-next {
	background: none;
	border: none;
	border-radius: 50%;
	height: auto;
	top: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	width: auto;
}

.ui-datepicker.ui-widget .ui-datepicker-prev {
	left: -10px;
}

.ui-datepicker.ui-widget .ui-datepicker-next {
	right: -10px;
}

.ui-datepicker.ui-widget .ui-datepicker-prev:before, .ui-datepicker.ui-widget .ui-datepicker-next:before {
	border: 1px solid #EBE6E1;
	border-radius: 50%;
	content: '';
	display: block;
	height: 21px;
	text-indent: -9999px;
	width: 21px;
}

.ui-datepicker.ui-widget .ui-datepicker-prev:before {
	background: url(../../../../../../themes/sivaneast/images/icon_arrow_left.png) no-repeat 50% 50%;
}

.ui-datepicker.ui-widget .ui-datepicker-next:before {
	background: url(../../../../../../themes/sivaneast/images/icon_arrow_right.png) no-repeat 50% 50%;
}

.ui-datepicker.ui-widget .ui-datepicker-prev .ui-icon, .ui-datepicker.ui-widget .ui-datepicker-next .ui-icon {
	display: none;
}

.ui-datepicker.ui-widget table {
}

.ui-datepicker.ui-widget table thead {
	border-bottom: 2px solid #F9F7F6;
    color: #A7A19B;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar td {
	border: none;
	color: #5C5C5C;
	font-weight: bold;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar td .ui-state-default {
    background: none;
    border: none;
    border-radius: 4px;
    color: #5C5C5C;
    font-weight: bold;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar td .ui-state-default:hover {
	background-color: #F7F5F3;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar td .ui-state-default.ui-state-active {
	background: #B0BD5A;
	color: #fff;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar td .ui-state-default.ui-state-active:hover {
	background: #B0BD5A;
}

/**/

#events-box {
	font-size: 0;
	margin: 0 -10px;
	text-align: center;
}

#events-box .item {
	border: none;
    display: inline-block;
	font-size: 14px;
    padding: 0 10px 20px;
	vertical-align: top;
    width: 33.33%;
}

#events-box .box {
	background-color: #ffffff;
	border-radius: 5px;
    -webkit-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.05);
	overflow: hidden;
	padding: 0 0 70px;
	position: relative;
	transition-duration: .17s;
	transition-timing-function: ease-out;
	transition-property: all;
}

#events-box .box:hover {
	-webkit-box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.10);
}

#events-box .box > .box-link {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

#events-box .clear3, #events-box .clear2 {
	clear: both;
	display: block;
	text-indent: -9999px;
	width: 100%;
}

#events-box .clear2 {
	display: none;
}

#events-box .img {
	position: relative;
}

#events-box .img a {
	display: block;
	overflow: hidden;
	padding: 65% 0 0;
	position: relative;
}

#events-box .img a:after {
    background: -moz-linear-gradient(top, rgba(67,25,72,0) 0%, rgba(67,25,72,1) 100%);
    background: -webkit-linear-gradient(top, rgba(67,25,72,0) 0%,rgba(67,25,72,1) 100%);
    background: linear-gradient(to bottom, rgba(67,25,72,0) 0%,rgba(67,25,72,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00431948', endColorstr='#431948',GradientType=0 );
    content: '';
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
}

#events-box .img a img {
    display: block;
    left: 50%;
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    transition-property: all;
    transform: scale(1.15, 1.15) translate(-42.5%, -42.5%);
    -webkit-transform: scale(1.15, 1.15) translate(-42.5%, -42.5%);
    width: 100%;
}

#events-box .img a:hover img {
	/*
	transform: scale(1.20, 1.20) translate(-40%, -40%);
	-webkit-transform: scale(1.20, 1.20) translate(-40%, -40%);
	*/
}

#events-box .img .date {
    border: 2px solid #fff;
	border-radius: 2px;
    bottom: 15px;
    color: #fff;
    display: block;
    font-size: 0;
    font-weight: bold;
    left: 15px;
    line-height: 125%;
    padding: 10px 15px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
	z-index: 1;
}

#events-box .img .date span {
	display: inline-block;
	font-size: 19px;
	line-height: 100%;
	text-align: center;
	vertical-align: middle;
}

#events-box .img .date span b {
    display: block;
    font-size: 14px;
    line-height: 100%;
}

#events-box .img .date.date-two span {
	margin: 0 1px;
}

#events-box .img .date.date-ongoing span {
}

#events-box .img .price {
    bottom: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    position: absolute;
    right: 15px;
	text-transform: uppercase;
	z-index: 1;
}

#events-box h3 {
	display: block;
	line-height: 125%;
	padding: 15px;
	text-align: center;
}

#events-box h3 a {
	color: #484848;
	display: block;
	font-family: "Lusitana", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 125%;
}

#events-box .box-bottom {
	bottom: 0;
	left: 0;
	padding: 0 15px 15px;
	position: absolute;
	width: 100%;
}

#events-box .box-bottom:after {
	clear: both;
	content: '';
	display: block;
	font-size: 0;
	width: 100%;
}

#events-box .box-bottom h4 {
    float: left;
    font-size: 12px;
    line-height: 100%;
    margin: 0;
    padding: 12px 0 0;
    text-transform: capitalize;
}

#events-box .box-bottom h4:before {
	background: url(../../../../../../themes/sivaneast/images/icon-pin.png) no-repeat 0 0;
	background-size: 10px 14px;
	content: '';
	display: inline-block;
	height: 14px;
	margin: 0 5px 0 0;
	text-indent: -9999px;
	vertical-align: middle;
	width: 10px;
}

#events-box .event-links {
	float: right;
}

#events-box .event-links a {
	background-color: #EBE6E1;
    border-radius: 5px;
    color: #A7A19B;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin: 0 5px;
    padding: 9px 15px;
}

#events-box .event-links a.button-details {
    background-color: #ffffff;
    border: 2px solid #EBE6E1;
    margin: 0;
    padding: 7px 25px;
}

#events-box .event-links a.button-details:hover {
	border: 2px solid #A7A19B;
}

/**/

#tribe-events-pg-template, .tribe-events-pg-template {
	margin: 0;
	max-width: none;
}

#tribe-events-pg-template .page-holder {
	margin: 0 auto;
	max-width: 1240px;
}

#event-header {
	background: rgb(228,112,121);
	background: -moz-linear-gradient(left, rgba(228,112,121,1) 0%, rgba(169,86,117,1) 51%, rgba(112,60,113,1) 100%);
	background: -webkit-linear-gradient(left, rgba(228,112,121,1) 0%,rgba(169,86,117,1) 51%,rgba(112,60,113,1) 100%);
	background: linear-gradient(to right, rgba(228,112,121,1) 0%,rgba(169,86,117,1) 51%,rgba(112,60,113,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e47079', endColorstr='#703c71',GradientType=1 );
	padding: 35px 0 30px;
}

.top-info-frame .bg-gradient h2,
#event-header h2 {
	color: #ffffff;
	font-family: "Lusitana", Arial, Helvetica, sans-serif;
	font-size: 52px;
	line-height: 125%;
	margin: 0 0 10px;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.top-info-frame .bg-gradient h3,
#event-header h3 {
	color: #ffffff;
	font-family: "Crimson Text", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: italic;
	line-height: 125%;
	margin: 0 0 55px;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

#event-header #tribe-events-bar {
	margin: 0;
}

#event-header #tribe-bar-form {
	background: none;
}

#event-header #tribe-bar-form #tribe-bar-collapse-toggle {
	display: none !important;
}

#event-header #tribe-bar-form .tribe-bar-filters {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
	display: block;
    float: none;
    margin: 0 auto;
    max-width: 100%;
    padding: 20px;
}

#event-header #tribe-bar-form .tribe-bar-filters-inner {
	display: block;
	font-size: 0;
	margin: 0 -10px;
	text-align: center;
}

#event-header .tribe-bar-business-filter, #event-header .tribe-bar-category-filter, #event-header .tribe-bar-location-filter {
    display: inline-block;
	font-size: 13px;
    padding: 0 10px;
    vertical-align: top;
    width: 20%;
}

#event-header .filter-clear {
	display: none;
}

#event-header .tribe-bar-date-filter {
    display: inline-block;
    float: none;
	font-size: 13px;
    padding: 0 10px;
    vertical-align: top;
    width: 20%;
}

#event-header .tribe-bar-submit {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0 10px;
    vertical-align: top;
    width: 20%;
}

#event-header .tribe-bar-submit input[type="submit"] {
    background: none;
    border: 2px solid #ffffff;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    padding: 17px 0;
    text-transform: capitalize;
    width: 100%;
}

#event-header .tribe-bar-submit input[type="submit"]:hover {
	background-color: #ffffff;
	color: #484848;
}

#event-header .jcf-select {
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    color: #4c4c4c;
    display: inline-block;
    height: 52px;
    max-width: 100%;
    position: relative;
    vertical-align: top;
    width: 300px;
}

#event-header .jcf-select select {
    border: none;
    left: 0;
    padding: 0;
    top: 0;
    z-index: 1;
}

#event-header .jcf-select .jcf-select-text {
	border-radius: 4px;
    cursor: default;
    display: block;
    font-size: 13px;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 15px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#event-header .tribe-bar-category-filter .jcf-select .jcf-select-text {
	background: url(../../../../../../themes/sivaneast/images/icon-type.png) no-repeat 10px 50% #fff;
	background-size: 23px 22px;
	padding-left: 40px;
}

#event-header .tribe-bar-location-filter .jcf-select .jcf-select-text {
    background: url(../../../../../../themes/sivaneast/images/icon-pin.png) no-repeat 15px 50% #fff;
    background-size: 10px 14px;
    padding-left: 35px;
}

#event-header .jcf-select .jcf-select-text span {
    display: block;
    line-height: 22px;
}

#event-header .jcf-select .jcf-select-opener {
    background: url(../../../../../../themes/sivaneast/images/user-arrow-select.png) no-repeat 50% 50%;
    border-left: 1px solid #ebe6e1;
    bottom: 7px;
    position: absolute;
    right: 0;
    top: 7px;
    width: 40px;
}

#event-header .tribe-bar-date-filter .tribe-bar-dates {
	background: url(../../../../../../themes/sivaneast/images/icon-date.png) no-repeat 15px 50% #fff;
	background-size: 12px 13px;
    border-radius: 4px;
    box-sizing: border-box;
    color: #4c4c4c;
    display: inline-block;
    height: 52px;
    max-width: 100%;
    position: relative;
    vertical-align: top;
    width: 300px;
}

#event-header .tribe-bar-date-filter input[type=text] {
	background: none;
    border: none;
    display: block;
    font-size: 13px;
	font-style: normal;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 15px 15px 15px 35px;
    text-align: left;
}

#event-header .tribe-bar-date-filter input[type=text]:focus {
	outline: none;
}

#event-header .tribe-bar-date-filter input[type=text]::-webkit-input-placeholder {
	color: #4c4c4c;
	font-size: 13px;
	font-style: normal;
}

#event-header .tribe-bar-date-filter input[type=text]::-moz-placeholder {
	color: #4c4c4c;
	font-size: 13px;
	font-style: normal;
}

#event-header .tribe-bar-date-filter input[type=text]:-ms-input-placeholder {
	color: #4c4c4c;
	font-size: 13px;
	font-style: normal;
}

#event-header .tribe-bar-date-filter input[type=text]:-moz-placeholder {
	color: #4c4c4c;
	font-size: 13px;
	font-style: normal;
}

.archive .datepicker.dropdown-menu {
	background-color: #fff;
	border: none;
	border-radius: 4px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
	margin: -35px 0 0;
	padding: 10px 20px 15px;
	width: 280px;
}

.archive .datepicker.dropdown-menu:before {
    background-color: #fff;
    border: none;
    border-radius: 2px;
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.05);
    display: block;
    height: 16px;
    left: 45px;
    position: absolute;
    top: -8px;
    transform: rotate(45deg);
    width: 16px;
}

.archive .datepicker.dropdown-menu:after {
	display: none;
}

.archive .datepicker.dropdown-menu .datepicker-days {
}

.archive .datepicker.dropdown-menu table.table-condensed {
	display: block;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	width: 100%;
}

.archive .datepicker.dropdown-menu table.table-condensed thead {
    border-bottom: 2px solid #F9F7F6;
	display: block;
	width: 100%;
}

.archive .datepicker.dropdown-menu table.table-condensed thead tr {
	display: block;
	font-size: 0;
	text-align: center;
}

.archive .datepicker.dropdown-menu table.table-condensed thead tr:after {
	clear: both;
	content: '';
	display: block;
	font-size: 0;
	width: 100%;
}

.archive .datepicker.dropdown-menu table.table-condensed thead .prev {
	background: url(../../../../../../themes/sivaneast/images/icon_arrow_left.png) no-repeat 50% 50%;
	border: 1px solid #EBE6E1;
	border-radius: 50%;
	content: '';
	display: block;
	float: left;
	height: 21px;
	margin: 0 0 0 -10px;
	padding: 0;
	text-indent: -9999px;
	width: 21px;
}

.archive .datepicker.dropdown-menu table.table-condensed thead .datepicker-switch {
	display: inline-block;
	font-family: "Crimson Text", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	line-height: 100% !important;
	padding: 0;
	text-align: center;
	width: auto;
}

.archive .datepicker.dropdown-menu table.table-condensed thead .datepicker-switch:hover {
	background: none;
}

.archive .datepicker.dropdown-menu table.table-condensed thead .next {
	background: url(../../../../../../themes/sivaneast/images/icon_arrow_right.png) no-repeat 50% 50%;
	border: 1px solid #EBE6E1;
	border-radius: 50%;
	content: '';
	display: block;
	float: right;
	height: 21px;
	margin: 0 -10px 0 0;
	padding: 0;
	text-indent: -9999px;
	width: 21px;
}

.archive .datepicker.dropdown-menu table.table-condensed thead .dow {
	color: #b1b1b1;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	padding: .7rem .3rem;
	text-align: center;
	width: 14.28%;
}

.archive .datepicker.dropdown-menu table.table-condensed tbody {
	display: block;
	width: 100%;
}

.archive .datepicker.dropdown-menu table.table-condensed tbody tr {
	display: block;
}

.archive .datepicker.dropdown-menu table.table-condensed tbody tr:after {
	clear: both;
	content: '';
	display: block;
	font-size: 0;
	width: 100%;
}

.archive .datepicker.dropdown-menu table.table-condensed tbody .day {
    border: none;
    border-radius: 4px;
    color: #5C5C5C;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    padding: .5rem .2rem;
    text-align: center;
    text-shadow: none;
    width: 14.28%;
}

.archive .datepicker.dropdown-menu table.table-condensed tbody .active.day, .archive .datepicker.dropdown-menu table.table-condensed tbody .active.day:hover {
	background-color: #B0BD5A;
	color: #ffffff;
}

.archive .datepicker.dropdown-menu table.table-condensed tbody .old.day {
	color: #ffffff;
}

.archive .datepicker.dropdown-menu table.table-condensed tbody .old.day:hover {
	background: none;
}

.archive .datepicker.dropdown-menu table.table-condensed tbody .new.day {
	display: none;
}

.archive .datepicker.dropdown-menu table.table-condensed tfoot {
	display: none;
}

/* EVENT LIST */

#event-content {
	background-color: #F7F5F3;
	padding: 55px 0 40px;
}

#event-content #tribe-events-content.tribe-events-list {
	margin-bottom: 30px;
	padding: 0;
}

#event-content .tribe-events-list h2.tribe-events-page-title {
    color: #A7A19B;
    display: block;
    font-family: "Crimson Text", Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-style: italic;
    line-height: 100%;
    margin: 0 0 35px;
    position: relative;
}

#event-content .tribe-events-list h2.tribe-events-page-title:after {
	background-color: #EBE6E1;
	content: '';
	display: block;
	font-size: 0;
	height: 2px;
	left: 0;
	margin: -1px 0 0;
	position: absolute;
	top: 50%;
	width: 100%;
}

#event-content .tribe-events-list h2.tribe-events-page-title span {
    background-color: #F7F5F3;
    display: inline-block;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}

#event-content #tribe-events-header {
	display: none !important;
}

#event-content .tribe-events-list-separator-month {
	display: none !important;
}

.events-btn-more .btn {
	font-size: 14px;
}

/**/

#account-empty {
	padding: 35px 0 150px;
}

#account-empty h2 {
	color: #484848;
	display: block;
	font-family: "Lusitana", Arial, Helvetica, sans-serif;
	font-size: 34px;
	line-height: 125%;
	margin: 0 0 25px;
	text-align: center;
}

#account-empty p {
	color: #484848;
	font-size: 14px;
	line-height: 160%;
	margin: 0 auto 30px;
	max-width: 425px;
	text-align: center;
	width: 100%;
}

#account-empty .button {
	text-align: center;
}

#account-empty .button a {
    background-color: #B0BD5A;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 13px 55px;
    text-align: center;
}

/**/

#access-content {
	background: #733f65; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #733f65 0%, #884457 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #733f65 0%,#884457 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #733f65 0%,#884457 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#733f65', endColorstr='#884457',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #fff;
	padding: 200px 20px;
	text-align: center;
}

#access-content h3 {
    color: #fff;
    display: block;
    font-family: "Lusitana", Arial, Helvetica, sans-serif;
    font-size: 34px;
    line-height: 125%;
    margin: 0 0 30px;
}

#access-content p {
    color: #fff;
    font-size: 14px;
    line-height: 150%;
    margin: 0 auto 25px;
    max-width: 450px;
}

#access-content p a {
	color: #fff;
	font-weight: bold;
}

#access-content .button {
	margin: 0 0 15px;
}

#access-content .button a {
    background-color: #B0BD5A;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    margin: 0 auto;
    max-width: 215px;
    padding: 18px 0;
    text-align: center;
    width: 100%;
}

/* SINGLE EVENT */

#single-event-header {
	background-color: #F7F5F3;
	padding: 0 0 50px;
}

#single-event-header .gradient {
	background: rgb(228,112,121);
	background: -moz-linear-gradient(left, rgba(228,112,121,1) 0%, rgba(169,86,117,1) 51%, rgba(112,60,113,1) 100%);
	background: -webkit-linear-gradient(left, rgba(228,112,121,1) 0%,rgba(169,86,117,1) 51%,rgba(112,60,113,1) 100%);
	background: linear-gradient(to right, rgba(228,112,121,1) 0%,rgba(169,86,117,1) 51%,rgba(112,60,113,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e47079', endColorstr='#703c71',GradientType=1 );
	height: 470px;
	position: relative;
	width: 100%;
}

#single-event-header .gradient .bg {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
}

#single-event-header-wrapper {
	margin: -400px 0 0;
	position: relative;
	z-index: 1;
}

#single-event-header #single-event-top {
	float: left;
	width: 770px;
}

#single-event-header #single-event-top h1 {
	color: #ffffff;
	font-family: "Lusitana", Arial, Helvetica, sans-serif;
	font-size: 52px;
	line-height: 115%;
	margin: 0 0 35px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

#single-event-header #single-event-top h4.single-location {
    background: url(../../../../../../themes/sivaneast/images/icon-pin3.png) no-repeat 0 50%;
    background-size: 10px 14px;
    display: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
	margin: 0 0 30px;
    padding: 2px 0 2px 15px;
}

#single-event-gallery {
}

#single-event-gallery #gallery-slider {
	margin: 0 0 20px;
}

#single-event-gallery #gallery-slider .slick-track > .slide-inner {
	height: auto !important;
}

#single-event-gallery #gallery-slider .slick-track > .slide-inner .slide-wrap {
	display: block;
	height: 0;
	overflow: hidden;
	padding: 65% 0 0;
	position: relative;
	width: 100%;
}

#single-event-gallery #gallery-slider .slick-track > .slide-inner .slide-wrap img {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
}

#single-event-gallery #gallery-nav {
	padding: 0 50px;
	position: relative;
}

#single-event-gallery #gallery-nav .slick-prev.slick-arrow {
    background: url(../../../../../../themes/sivaneast/images/arrow_gallery_left.png) no-repeat 65% 50% #ffffff;
    border: 2px solid #EBE6E1;
    border-radius: 50%;
    height: 35px;
	left: 0;
    padding: 0;
	position: absolute;
    text-indent: -9999px;
	top: 50%;
	transform: translateY(-50%);
    width: 35px;
}

#single-event-gallery #gallery-nav .slick-next.slick-arrow {
	background: url(../../../../../../themes/sivaneast/images/arrow_gallery_right.png) no-repeat 35% 50% #ffffff;
	border: 2px solid #EBE6E1;
	border-radius: 50%;
	height: 35px;
	padding: 0;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
}

#single-event-gallery #gallery-nav .slick-track > div {
	height: auto !important;
}

#single-event-gallery #gallery-nav .slick-track > div img {
	margin: 0 auto;
	padding: 0 5px;
	width: 100%;
}

#single-event-gallery .slick-slider {
    position: relative;
    display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

#single-event-gallery .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0 !important;
}

#single-event-gallery .slick-list:focus {
	outline: none;
}

#single-event-gallery .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

#single-event-gallery .slick-slider .slick-track, #single-event-gallery .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#single-event-gallery .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

#single-event-gallery .slick-track:before, #single-event-gallery .slick-track:after {
    display: table;
    content: '';
}

#single-event-gallery .slick-track:after {
    clear: both;
}

#single-event-gallery .slick-loading .slick-track {
    visibility: hidden;
}

#single-event-gallery .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

#single-event-gallery .slick-slide img {
    display: block;
}

#single-event-gallery .slick-slide.slick-loading img {
    display: none;
}

#single-event-gallery .slick-slide.dragging img {
    pointer-events: none;
}

#single-event-gallery .slick-initialized .slick-slide {
    display: block;
}

#single-event-gallery .slick-loading .slick-slide {
    visibility: hidden;
}

#single-event-gallery .slick-vertical .slick-slide {
    display: block;
    height: auto;
}

#single-event-gallery .slick-arrow.slick-hidden {
    display: none;
}

#sticky-contact-box {
    background-color: #fff;
    bottom: -86px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
    transition: bottom 0.5s ease-out;
}

#sticky-contact-box.on {
    bottom: 0;
    transition: bottom 0.5s ease;    
}

#sticky-contact-box .button {
	padding: 20px 30px;
}

#sticky-contact-box .button a {
	background-color: #B0BD5A;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 100%;
	max-width: 100%;
	padding: 15px 0;
	text-align: center;
	width: 100%;
}

#sticky-contact-box .button a:hover {
	background-color: #9AAA2D;
	text-decoration: none;
}

#single-event-header .sticky-wrap.single-event-info-fixed {
	height: 0 !important;
}

#single-event-header #single-event-info {
	float: right;
	width: 350px;
}

#single-event-header #single-event-info .box-info {
    background-color: #ffffff;
    border-radius: 5px;
	-webkit-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.15);
    color: #484848;
    padding: 25px 30px;
}

#single-event-header #single-event-info h3 {
    color: #484848;
    font-family: "Lusitana", Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 120%;
    margin: 0 0 15px;
}

#single-event-header #single-event-info .info-date {
	font-size: 14px;
	line-height: 125%;
	margin: 0 0 12px;
	padding: 0 0 0 17px;
	position: relative;
}

#single-event-header #single-event-info .info-date:before {
	background: url(../../../../../../themes/sivaneast/images/icon-date.png) no-repeat 0 0;
	background-size: 12px 13px;
	content: '';
	display: inline-block;
	height: 13px;
	left: 0;
	margin: 0;
	position: absolute;
	text-indent: -9999px;
	top: 3px;
	vertical-align: middle;
	width: 12px;
}

#single-event-header #single-event-info .info-location {
	font-size: 14px;
	line-height: 125%;
	margin: 0 0 12px;
	padding: 0 0 0 17px;
	position: relative;
}

#single-event-header #single-event-info .info-location:before {
	background: url(../../../../../../themes/sivaneast/images/icon-pin.png) no-repeat 0 0;
	background-size: 10px 14px;
	content: '';
	display: inline-block;
	height: 14px;
	left: 0;
	margin: 0;
	position: absolute;
	text-indent: -9999px;
	top: 3px;
	vertical-align: middle;
	width: 10px;
}

#single-event-header #single-event-info .info-price {
	font-size: 16px;
	font-weight: bold;
	line-height: 125%;
	margin: 0 0 12px;
}

#single-event-header #single-event-info .info-button {
	margin: 0 0 20px;
}

#single-event-header #single-event-info .info-button a {
    background-color: #B0BD5A;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    max-width: 100%;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}

#single-event-header #single-event-info .info-button a:hover {
	background-color: #9AAA2D;
	text-decoration: none;
}

#single-event-header #single-event-info .info-share {
	text-align: center;
}

/**/

#single-event-content {
	background-color: #F7F5F3;
}

#single-event-content .info-stories-area.inner {
	padding: 0;
}

#single-event-content .info-stories-area.inner .content-area {
	max-width: 770px;
	padding: 0;
}

#single-event-content .info-stories-area.inner .side-area {
	margin: 0 0 0 -400px;
    width: 400px;
}

#single-event-content .event-section {
    display: none;
    margin: 0 -15px;
    padding: 40px 0;
}

#single-event-content .box-event {
	padding: 0 0 40px;
}

#single-event-content .box-event h3.box-title {
	color: #484848;
	display: block;
	font-family: "Crimson Text", Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: italic;
	margin: 0 0 20px;
	position: relative;
}

#single-event-content .box-event h3.box-title:after {
	background-color: #EBE6E1;
	content: '';
	display: block;
	height: 2px;
	margin: -1px 0 0;
	position: absolute;
	top: 50%;
	width: 100%;
}

#single-event-content .box-event h3.box-title span {
	background-color: #F7F5F3;
	padding: 0 25px 0 0;
	position: relative;
	z-index: 1;
}

#single-event-content .box-event p {
	font-size: 16px;
	line-height: 175%;
	margin: 0 0 15px;
}

#columns-details {
	background-color: #ffffff;
	border: 1px solid #EBE6E1;
	border-radius: 5px;
	padding: 25px;
}

#columns-details .row-details {
	font-size: 0;
	margin: 0 -5px;
}

#columns-details .col {
display: inline-block;
    font-size: 14px;
    padding: 0 20px;
    vertical-align: top;
}

#columns-details .col01 {
	padding: 0 25px 0 5px;
	width: 38%;
}

#columns-details .col02 {
	padding-top: 15px;
	width: 24%
}

#columns-details .col03 {
	padding-top: 15px;
	width: 18%
}

#columns-details .col04 {
	padding-top: 15px;
	width: 20%
}

#columns-details .col05 {
    display: none;
    clear: both;
    padding: 35px 0 5px;
    text-align: center;
    width: 100%;
}

#columns-details .col05 .button {
	margin: 0 0 25px;
	padding: 0 15px;
}

#columns-details .col05 .button a {
	background-color: #B0BD5A;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 100%;
	max-width: 100%;
	padding: 15px 0;
	text-align: center;
	width: 100%;
}

#columns-details .col05 .button a:hover {
	background-color: #9AAA2D;
    text-decoration: none;
}

#columns-details .col-map {
	height: 225px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#columns-details .col-map > div {
	height: 100% !important;
}

#columns-details .col .col-field {
	margin: 0 0 20px;
}

#columns-details .col .col-field:last-child {
	margin: 0;
}

#columns-details .col .col-field h4 {
	color: #A7A19B;
	font-size: 12px;
	font-weight: bold;
	line-height: 125%;
	margin: 0 0 2px;
}

#columns-details .col .col-field span {
	color: #484848;
	display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 125%;
}

#columns-details .col .col-field span.field-date {
	text-align: center;
}

#columns-details .col .col-field span.green {
	color: #A0AC50;
	display: block;
}

#columns-details .col .col-field span a {
	color: #733F65;
}

#related-events {
}

#related-events #events-row {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    margin: 0 -10px;
}

#related-events #events-row .item {
	border: none;
	display: inline-block;
	font-size: 14px;
	min-width: 50%;
	padding: 0 10px 20px;
	vertical-align: top;
	width: 50%;
}

#related-events #events-row .item-clear {
	clear: both;
	display: block;
	font-size: 0;
	width: 100%;
}

#related-events #events-row .box {
    background-color: #ffffff;
    border-radius: 5px;
	-webkit-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
	transition-duration: .2s;
	transition-timing-function: ease-in-out;
	transition-property: all;
}

#related-events #events-row .box:hover {
	-webkit-box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.10);
}

#related-events #events-row .box > .box-link {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

#related-events #events-row .img {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: relative;
}

#related-events #events-row .img a {
	display: block;
	padding: 65% 0 0;
    position: relative;
}

#related-events #events-row .img a:after {
	background: -moz-linear-gradient(top, rgba(67,25,72,0) 0%, rgba(67,25,72,1) 100%);
	background: -webkit-linear-gradient(top, rgba(67,25,72,0) 0%,rgba(67,25,72,1) 100%);
	background: linear-gradient(to bottom, rgba(67,25,72,0) 0%,rgba(67,25,72,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00431948', endColorstr='#431948',GradientType=0 );
	content: '';
	height: 100%;
	left: 0;
	opacity: 0.75;
	position: absolute;
	top: 0;
	width: 100%;
}

#related-events #events-row .img a img {
    display: block;
    left: 50%;
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    transition-property: all;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
}

#related-events #events-row .img a:hover img {
	transform: scale(1.05, 1.05) translate(-47.5%, -47.5%);
	-webkit-transform: scale(1.05, 1.05) translate(-47.5%, -47.5%);
}

#related-events #events-row .img .date {
	border: 2px solid #fff;
    border-radius: 2px;
    bottom: 15px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    left: 15px;
    line-height: 125%;
    padding: 10px 15px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}

#related-events #events-row .img .date span {
	font-size: 18px;
}

#related-events #events-row .img .price {
	bottom: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    z-index: 1;
}

#related-events #events-row .box h3 {
	flex-grow: 1;
	line-height: 125%;
	padding: 15px;
	text-align: center;
}

#related-events #events-row .box h3 a {
	color: #484848;
	display: block;
	font-family: "Lusitana", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 125%;
}

#related-events #events-row .box-bottom {
	padding: 0 15px 15px;
	width: 100%;
}

#related-events #events-row .box-bottom:after {
	clear: both;
	content: '';
	display: block;
	font-size: 0;
	width: 100%;
}

#related-events #events-row .box h4 {
	float: left;
	font-size: 12px;
	line-height: 100%;
	margin: 0;
	padding: 12px 0 0;
	text-transform: capitalize;
}

#related-events #events-row .box h4:before {
	background: url(../../../../../../themes/sivaneast/images/icon-pin.png) no-repeat 0 0;
	background-size: 10px 14px;
	content: '';
	display: inline-block;
	height: 14px;
	margin: 0 5px 0 0;
	text-indent: -9999px;
	vertical-align: middle;
	width: 10px;
}

#related-events #events-row .box .event-links {
	float: right;
}

#related-events #events-row .box .event-links a {
	background-color: #ffffff;
    border: 2px solid #EBE6E1;
	border-radius: 5px;
    color: #A7A19B;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
	margin: 0;
	padding: 7px 25px;
}

#related-events #events-row .box .event-links a:hover {
	border: 2px solid #A7A19B;
	text-decoration: none;
}

#host-box {
}

#host-box #host-image {
	border: 5px solid #EBE6E1;
	border-radius: 50%;
	float: left;
	width: 28%;
}

#host-box #host-image .image {
	background-position: 50% 50%;
	background-size: cover;
	background-color: #ffffff;
	border-radius: 50%;
	height: 0;
	padding: 100% 0 0;
	width: 100%;
}

#host-box #host-content {
    float: right;
    padding: 20px 20px 0 0;
    width: 66%;
}

#host-box #host-content h3 {
    color: #484848;
    font-size: 22px;
    font-weight: bold;
    line-height: 125%;
    margin: 0 0 10px;
}

#host-box #host-content p {
	line-height: 175%;
	margin: 0 0 15px;
}

#host-box #host-content .button {
    display: inline-block;
    margin: 0 15px 5px 0;
    vertical-align: top;
}

#host-box #host-content .button a {
    border: 2px solid #EBE6E1;
    border-radius: 5px;
    color: #A7A19B;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    max-width: 162px;
    padding: 13px 15px;
    text-align: center;
    width: 100%;
}

#host-box #host-content .button a:hover {
	border: 2px solid #A7A19B;
	text-decoration: none;
}

#host-box #host-content .btn-soc-lst {
	padding: 0 0 10px;
}

#host-box #host-content .btn-soc-lst ul {
    margin: 0 -5px;
    padding: 0;
    width: auto;
}

#host-box #host-content .btn-soc-lst ul li {
	padding: 0 5px !important;
}

#host-box #host-content .btn-soc-lst ul li a {
}

#host-box #host-content .btn-soc-lst ul li a img {
}

#additional-images {
	font-size: 0;
	margin: 0;
}

#additional-images .col-image {
    border: 2px dotted #EBE6E1;
    border-radius: 5px;
    display: inline-block;
    height: 150px;
    margin: 15px;
    position: relative;
    width: 150px;
}

#additional-images .col-image a {
	display: block;
	height: 100%;
	width: 100%;
}

#additional-images .col-image .text {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
}

#additional-images .col-image .text .sign {
    color: #b1b1b1;
    font-size: 50px;
    line-height: 100%;
    text-align: center;
}

#additional-images .text .label {
	color: #b1b1b1;
	display: block;
	font-size: 17px;
	font-weight: 600;
	line-height: 100%;
}

/**/

#single-content {
}

#single-content h1 {
	padding-left: 0 !important;
}

#single-content > h2 {
}

#single-content {
	position: relative;
	overflow: hidden;
}

.single-video #single-content {
	/*max-height: 250px;*/
}

.main-podcast #single-content #gradient, .single-video #single-content #gradient {
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 100px 0;
}

#single-show {
	padding: 30px 0 0;
}

.single-video #single-show {
	padding: 10px 0 30px;
}

#single-show .btn {
	color: #A7A19B;
	font-size: 15px;
	font-weight: bold;
	max-width: 220px;
	padding: 15px 10px;
	text-decoration: none;
}

.single-video #single-show a {
	color: #733F65;
	font-size: 13px;
}

.list-items-noslick {
	display: none;
}
/**/

#podcast-author-block {
	background-color: #F7F5F3;
    border: 1px solid #EBE6E1;
	display: none;
    margin: 50px 0 40px;
    padding: 30px 90px 20px;
}

#podcast-author-block .block-wrapper {
}

#podcast-author-block .block-image {
    float: left;
    margin: -65px 0 0;
    width: 35%;
}

#podcast-author-block .block-image .img {
	background-position: 50% 50%;
	background-size: cover;
    border: 5px solid #F7F5F3;
    border-radius: 50%;
    display: block;
	padding: 100% 0 0;
    width: 100%;
}

#podcast-author-block .block-content {
	float: right;
	padding: 0 0 0 30px;
	width: 65%;
}

#podcast-author-block .block-content h4 {
    color: #484848;
    font-size: 18px;
    font-weight: bold;
    line-height: 125%;
    margin: 0 0 5px;
}

#podcast-author-block .block-content h3 {
	color: #484848;
	font-size: 26px;
	font-weight: bold;
	line-height: 125%;
	margin: 0 0 10px;
}

#podcast-author-block .block-content h3 a {
	color: #484848;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#podcast-author-block .block-content .txt-holder {
}

#podcast-author-block .block-content .txt-holder p {
	font-size: 18px;
	line-height: 150%;
	margin: 0 0 15px;
}

#podcast-author-block .block-content-mobile {
    clear: both;
    display: none;
    padding: 15px 0 0;
}

#podcast-author-block .block-content-mobile p {
	font-size: 16px;
	line-height: 150%;
	margin: 0 0 15px;
}
#not_host_img{
	display: none;
	margin-top: -40px;
	width: 130px;
	position: absolute;
}

/* Suggested author css */

.suggested-wrap {
	padding: 25px 0 10px;
}

.suggested-wrap h3 {
	display: block;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	line-height: 125%;
	margin: 0 0 20px;
	text-align: center;
}

.suggested-author {
	margin: 0 -5px;
	padding: 0;
}

.suggested-author:after {
	clear: both;
	content: '';
	display: block;
	font-size: 0;
	width: 100%;
}

#single-author-block .suggested-wrap {
	margin: 0 -5px;
	padding: 20px 10px 0 0;
}

#single-author-block .block-content .suggested-wrap h3 {
	font-size: 15px;
	line-height: 125%;
	margin: 0 0 20px;
}

#single-author-block .block-content .suggested-wrap .btn.btn-full {
	width: 100%;
}

.authorbox {
	background-color: #fff;
	border: 1px solid #ede9e4;
	border-radius: 3px;
	float: left;
	margin: 0 5px 10px;
	padding: 14px 8px 10px;
	position: relative;
	width: calc(50% - 10px);
}

.authorbox .author-img img {
    border: 1px solid #F7F5F3;
    border-radius: 50%;
    display: block;
    height: 50px;
    margin: 0 auto 5px;
    width: 50px;
}

.authorbox .remove-suggest-auth {
	color: #666;
	cursor: pointer;
	font-size: 12px;
	line-height: 100%;
	margin: 0;
	position: absolute;
	right: 5px;
	top: 3px;
}

.authorbox .author-suggest-name {
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 5px;
	min-height: 28px;
	text-align: center;
}

.more-suggest.btn.follow-author {
	color: #A7A19B !important;
}

.authorbox .author-folow a {
	background-color: #E9737A;
	border: 1px solid #E9737A;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff !important;
	display: block;
	font-size: 10px;
	line-height: 125%;
	margin: 0;
	padding: 3px 5px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.authorbox .author-folow a:hover {
	text-decoration: none;
}
.author-suggest-name {
	color: #000;
}

.hidden-label {
	display: none;
}

.youtube-comment-box {
	background: #EDEDED;
}

.youtube-comment-box img {
	float: left;
	width: 40px;
	padding: 2px;
}

.youtube-comment-body {
	margin-left: 55px;
}

.youtube-comment-box  .comment-posted-date {
	font-size: 14px;
}
#expand-map.map_resize a{
	background:url(../../../../../../themes/sivaneast/images/icon-business-arrow-right.svg) no-repeat 15px 50% #b0bd5a !important;
}

/* RESPONSIVE */

@media screen and (max-width: 1000px) {
	.post-password-form input[type="password"], .search-form input[type="search"] {
		width: 55%;
	}
}

@media screen and (max-width: 880px) {
	.post-password-form input[type="password"], .search-form input[type="search"] {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.wp-caption.alignleft {
		margin-right: 0;
		max-width: 100%;
	}
	.columns-layout .content-wrap .social-holder {
		display: none;
	}
}

@media screen and (max-width: 550px){
	.main-add textarea,
	.main-add select,
	.main-add input[type="email"],
	.main-add input[type="url"],
	.main-add input[type="password"],
	#commentform p textarea,
	.main-add input[type="text"]{width:100%;}
	.post-password-form input[type="password"],
	#search_block input[type="text"],
	.search-form input[type="search"]{width:55%;}
	.post-password-form label{font-size:15px;}
	#search_block{padding:0 0 20px;}
}

@media screen and (max-width: 480px) {
	.post-password-form label.decor-label {
		display: block;
	}
	.wp-caption.aligncenter, .wp-caption.alignright {
		width: auto !important;
		float: none;
		margin: 0 0 5px;
	}
}


/* retina */

@media (-webkit-min-device-pixel-ratio:2) ,(min--moz-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-device-pixel-ratio:2),(min-resolution:192dpi),(min-resolution:2dppx){
	.video-lst-box .img a:after {
		background-image: url(../../../../../../themes/sivaneast/images/ico-play@2x.png);
		background-size: 65px auto;
	}
	/*.join-lst a.w-art{
		background-image:url(../../../../../../themes/sivaneast/images/ico-write-article@2x.png);
		background-size:20px auto;
	}*/
	.join-lst a.submit-list {
		background-image: url(../../../../../../themes/sivaneast/images/ico-subm@2x.png);
		background-size: 22px auto;
	}
	/*.join-lst a.event-create{
		background-image:url(../../../../../../themes/sivaneast/images/ico-calendar@2x.png);
		background-size:20px auto;
	}*/
	.drop-logged:before {
		/*
		background-image: url(../../../../../../themes/sivaneast/images/bg-login-box-arrow@2x.png);
		background-size: 31px auto;
		*/
	}
	.top-info-area .txt-box h2 {
		background-image: url(../../../../../../themes/sivaneast/images/ico-loc@2x.png);
		background-size: 16px auto;
	}
}

/* responsive layout */
@media screen and (min-width: 1024px){
	.mobile-nav-area, .mobile-nav {
		display:none !important;
	}
	.top-image-slider.decor .slick-next, .top-image-slider.decor .slick-prev {
		margin-top: 0px;
	}
	.alt-nav-active .alt-mobile-nav, .alt-header-fixed .alternative-header .header-holder {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	.alt-header-fixed header {
		visibility: hidden;
		opacity: 0;
	}	
}

@media screen and (min-width: 768px) {
	#sticky-contact-box {
		display: none !important;
	}
}

@media screen and (max-width: 1320px) {
	.alternative-header .social-box .top-header-subscribe-row {
		margin: 0;
	}
	.alternative-header .header-holder {
		padding: 0 20px 0 60px
	}
	.alternative-header .slogan {
		max-width: 300px;
	}
}

@media screen and (max-width: 1279px) {
	.single .columns-layout .content-wrap {
		padding: 0 2%;
		width: 75%;
	}
	.single .sidebar {
		order: 0;
		padding: 0;
		width: 25%;
	}
	.single .content-box .author-block {
		display: block;
	}
	.aside {
		display: none;
	}
	.author-block {
		background:#f7f5f3;
		border:solid #ebe6e1;
		border-width:1px 0;
		margin:0 -9999px;
		padding:0 9999px;
		text-align:left;
		font-size: 17px;
		line-height: 1.65;
	}
	.author-block .author-holder {
		max-width: 780px;
		margin: 0 auto;
		padding: 30px 22px 38px 40px;
	}
	.author-block .image-box {
		float: left;
		width: 100%;
		max-width: 248px;
		margin: 0 54px 10px 0;
	}
	.author-block .image-box img {
		max-width: none;
		width: 100%;
	}
	.author-block h3{
		font-size:20px;
		line-height:1.6;
	}
	.author-block p {
		margin: 0 0 1.5em;
	}
	.author-block .btn{
		margin:0;
		font-size:16px;
		line-height:1.2;
		display:inline-block;
		vertical-align:top;
		padding:14px 5px 13px;
		max-width:162px;
		width:100%;
		margin:0 22px 10px 0;
	}
	.columns-layout h2 {
		font-size:25px;
	}
	.columns-layout .content-box .social-lst-area {
		display:block;
		right:auto;
		left:-5px;
		margin:0;
		width:45px;
	}
	.social-lst-area strong{
		margin:0 0 20px;
	}
	.social-lst-area .social-lst li {
		margin: 0 0 10px;
		padding: 0 !important;
	}
	.social-lst-area .social-lst a {
		font-size: 40px;
	}
	.columns-layout > .page-holder {
		padding: 0 50px;
	}
	.single .columns-layout > .page-holder {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.author-articles-block {
		display: none;
	}
	.comments-area {
		padding-top: 67px;
		margin: 0 0 103px;
	}
	.columns-layout .wrap-holder {
		max-width:780px;
	}
	.sidebar .popular-posts-widget {
		margin: 0;
	}
	.columns-layout .content-box .social-lst-area.is_stuck {
		left:auto;
		margin-left:-65px;
	}
	#podcast-author-block {
		display: block;
		padding: 20px 40px 15px;
	}
	.columns-layout .content-box {
		padding:0 60px;
	}
}

@media screen and (max-width: 1200px) {
	#single-event-header #single-event-top {
		width: 70%;
	}
	#single-event-header #single-event-info {
		width: 27%;
	}
	#single-event-content .info-stories-area.inner .content-area {
		width: 70%;
	}
}

@media screen and (max-width: 1100px) {
	#related-events #events-row .box {
	}
	#related-events #events-row .box h4 {
		float: none;
		margin: 0 0 10px;
		padding: 0;
		text-align: center;
	}
	#related-events #events-row .box .event-links {
		float: none;
		text-align: center;
	}
	#events-box .box {
		padding: 0 0 80px;
	}
	#events-box .box-bottom h4 {
		float: none;
		margin: 0 0 10px;
		padding: 0;
		text-align: center;
	}
	#events-box .event-links {
		float: none;
		text-align: center;
	}
	.main-podcast #single-content {
		max-height: 290px;
	}
	
	.single .columns-layout > .page-holder {
		padding: 0 5.6%;
	}	
	
	#header-new header .page-holder {
		padding: 0 5.6%;
	}

	.info-img-area .page-holder {
		padding: 0 5.6%;
	}
	.info-img-area .side-img-area {
		padding-bottom: 25px;
		padding-top: 25px;
	}
	.slogan {
		display: none;
	}
	.activity-frame {
		padding: 107px 20px 117px;
	}
	.activity-frame .button{
		max-width: 240px;
		padding: 20px 10px 23px;
	}
	.activity-frame h3 {
		font-size: 26px;
	}
	.page-holder {
		padding: 0 27px;
	}
	.contributorform .page-holder {
		padding: 0;
	}
	.top-image-slider-area.style-gradient .top-image-slider {
		margin-bottom: 20px;
	}
	.columns-layout > .page-holder {
		padding:0 45px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.columns-layout .content-wrap {
		padding:0;
	}
	.columns-layout .wrap-holder {
		max-width: none;
	}
	.columns-layout .img-box img {
		max-width: none;
		width: 100%;
	}
	.post .title h1, .columns-layout h1 {
		font-size: 60px;
		line-height: 1.14;
		padding: 0 0 16px 38px;
	}
	.columns-layout h3.episode-subheading {
		font-size: 24px;
		padding: 0 0 10px;
	}
	.columns-layout .top-info-box {
		line-height: 1;
		padding: 0 0 23px 4.8%;
		text-align: left;
	}
	.columns-layout .content-wrap .add-txt-label span {
		padding: 6px 8px;
	}
	.columns-layout .content-wrap .add-txt-label .btn {
		padding: 7px 8px;
	}
	.columns-layout .content-box {
		padding: 0 120px;
	}
	.columns-layout .img-box {
		margin: 0 0 67px;
	}
	.columns-layout h2 {
		font-size: 31px;
	}
	.columns-layout .content-wrap {
		font-size: 21px;
		line-height: 1.75;
	}
	.columns-layout .content-box .social-lst-area {
		right: auto;
		left: 20px;
		margin: 0;
		width: 54px;
	}
	.comments-area {
		padding-top: 67px;
	}
	.quote-block{
		max-width: none;
		padding: 67px 0;
	}
	.quote-block q {
		font-size: 60px;
		line-height: 1.09;
		padding: 32px 15px 42px;
	}
	.quote-block q:after, .quote-block q:before {
		height: 115px;
		margin: 10px 24px;
		width: 145px;
	}
	.quote-block q:after{
		margin: 0 2px;
	}
	.quote-block .f-btn-lst li{
		padding: 4px;
	}
	.quote-block .f-btn-lst .btn{
		border-style: dotted;
		border-width: 3px;
		font-size: 17px;
		font-weight: 700;
		padding: 17px;
		width: 145px;
	}
	.comments-area{
		margin:0 0 103px;
	}
	.comments-area .btn-box > *{
		margin:0 32px 0 0;
	}
	.comments-area .btn{
		font-size: 13px;
		padding: 16px;
		width: 223px;
	}
	/*
	.aside, .sidebar {
		display: block;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		width:100%;
	}
	*/
	.single .aside.aside-podcast {
		display: none;
	}
	.sidebar {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
		padding:59px 0 0;
	}
	.aside .social-lst-area, .author-articles-block {
		display: none;
	}
	.sidebar .widget {
		margin: 0 0 40px;
	}
	.banner-widget {
		text-align: center;
	}
	.banner-widget > div {
		display: inline-block;
		margin: 0 auto;
		max-width: 300px;
	}
	.columns-layout .sidebar h3 {
		font-size: 36px;
	}
	.columns-layout .sidebar h3 span {
		padding: 0 16px;
	}
	.columns-layout .sidebar h3:after {
		height: 19px;
		margin: -8px 0;
	}
	.news-area-notification.extra-offset{
		margin: 0 0 47px;
	}
	.pop-stories-area > h3 {
		color: #484848;
		font-size: 36px;
	}
	.pop-str-lst {
		margin: 0 -27px 0 0;
	}
	.pop-str-lst li {
		padding: 0 27px 40px 0;
		width: 50%;
	}
	.pop-stories-area h3.decor, .pop-stories-area > h3 {
		margin: 0 0 69px;
	}
	.pop-str-lst h3 {
		font-style: normal;
		line-height: 1.2;
		margin-bottom: 9px;
	}
	.pop-str-lst .img {
		padding: 0 0 13px;
	}
	.add-txt-label{
		font-size:15px;
	}
	.f-holder .tablet-h,
	.pop-stories-area .btn-more{
		display:none;
	}
	.pop-stories-area{
		padding:0;
		margin:0 0 -5px;
	}
	.f-area{
		padding:120px 0 111px;
	}
	.f-area .top-f-box h3{
		font-size:22px;
		margin:0 0 9px;
	}
	.f-area .top-f-box h2{
		font-size:44px;
		line-height:1.1;
	}
	.f-btn-lst a.btn, .btn {
		font-size: 17px;
		padding:10px 18px;
	}
	.f-holder{
		max-width:880px;
		margin:0 auto;
	}
	.f-area .top-f-box{
		padding:0 0 109px;
	}
	.f-holder .box h3{
		margin:0 0 23px;
	}
	.f-holder .box:first-child {
		max-width:260px;
		width:44%;
	}
	.f-holder .box {
		padding:0 56px 0 0;
		max-width:472px;
		width:55%;
	}
	.f-holder .box p{
		font-size:15px;
		line-height:1.6;
	}
	.f-lst li{
		padding:0 0 14px;
	}

	.video-area-holder.inner{
		padding: 50px 0 40px;
	}
	.video-area-holder.inner:before{
		background-position:-28% 80%;
	}
	.video-area-holder.inner h2 {
		font-size: 112px;
		line-height: 1;
		margin: 0 0 -3px;
	}
	.video-area-holder.inner .add-ttl {
		font-size: 49px;
		padding: 0 0 14px;
	}
	.video-area-holder.inner h3 {
		font-size: 29px;
		margin: 0 0 40px;
	}
	.video-area-holder.inner .btn-add-lst > li {
		max-width: 220px;
		width: 100%;
	}
	.info-stories-area.inner-p {
		padding-top: 20px;
	}
	.info-stories-area.inner-p .page-holder {
		max-width: 974px;
	}
	.podcast-lst .txt-box h3 {
		font-size: 28px;
		margin: 0 0 52px;
		min-height: 74px;
	}
	.podcast-lst li {
		margin: 0 0 36px;
		padding: 0 0 50px;
	}
	.podcast-lst .img {
		margin: 0 72px 0 0;
		max-width: 200px;
		width: 23%;
	}
	.podcast-lst .title {
		font-size: 25px;
		text-align: center;
		padding: 0 0 40px;
	}
	.info-stories-area.inner-p .content-area {
		float: none;
		margin: 0;
		max-width: none;
		width: auto;
	}
	.podcast-lst {
		padding-bottom:0;
	}
	.info-stories-area.inner-p .side-area {
		padding: 0;
		width: auto;
	}
	.side-info-block .txt-box {
		padding: 31px 65px 35px 401px;
	}
	.side-info-block .txt-box h3{
		font-size: 32px;
		margin: 0 0 11px;
	}
	.side-info-block .txt-box p{
		font-size:15px;
		margin:0 0 20px;
	}
	.info-stories-area.inner-p .btn-more{display:none;}
	.info-img-block{
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:365px;
	}
	.txt-box-row .side-socials{
		display:inline-block;
		vertical-align:middle;
		padding:0 0 0 18px;
	}
	.side-info-block .txt-box .button {
		vertical-align: middle;
	}
	.side-socials {
		display: none;
	}
	.news-section .btn-more{
		margin:0 0 30px;
	}
	.side-socials li {
		padding:0 8px 0 0;
		width:50px;
		vertical-align:middle;
	}
	.side-info-block .txt-box .button {
		padding: 15px 28px;
	}
	.side-info-block{
		position:relative;
		margin:0 0 69px;
	}
	.news-area-notification .top-ico {
		max-width: none;
	}
	.side-img-lst li{
		padding:0 0 58px;
	}
	.news-area-notification .page-holder {
		max-width: 550px;
	}
	.news-area-notification h2, #single-event-content .news-area-notification h2 {
	}
	.news-area-notification {
	}
	.email-row {
		max-width: 325px;
	}
	.email-row input[type="text"], .email-row input[type="email"] {
	}
	.email-row input[type="submit"], .email-row button[type="submit"] {
	}

	/* profile-page */
	
	#author-image {
		margin: 0 30px 0 0;
	}
	.author .top-info-area .txt-box {
		padding: 75px 0 50px;
	}
	.author .top-info-area .txt-box h1 {
		display: block;
		font-size:48px;
	}
	.author .top-info-area .page-holder {
		background-position: 0 0;
		min-height: 343px;
	}
	.author .top-info-area .txt-box h2 {
		font-size:17px;
		padding:0 0 0 18px;
		background-size:9px 12px;
		background-position:3px 3px;
		margin:0 0 6px;
	}
	.author .btn-soc-lst img{
		max-width:none;
		width:100%;
	}
	.author .btn-soc-lst ul {
		padding: 0;
	}
	.author .btn-soc-lst a.follow {
		padding:14px 54px;
		background:#B0BD5A;
		border-color:#B0BD5A;
		color:#fff;
		position:relative;
		border-radius:8px;
	}
	.author .btn-soc-lst a.follow:after {
		content:"";
		position:absolute;
		top:0;
		left:0;
		margin:10px 17px;
		background:rgba(0,0,0, 0.15) url(../../../../../../themes/sivaneast/images/ico-check.svg) no-repeat 3px 3px;
		background-size:17px 17px;
		width:23px;
		height:23px;
		border-radius:50%;
	}
	.author .btn-soc-lst a.follow:hover:after {
		background-color:#B0BD5A;
	}
	.author .top-info-area {
		margin:0 0 42px;
	}
	.author .content-title {
		margin: 0 0 0.95em;
	}
	.author .info-stories-area .content-area {
		float: none;
		padding: 0;
		width: 100%;
	}
	.info-stories-area .side-area {
		float: none;
		margin: 0 auto;
		padding: 20px 0 0;
		width: 300px;
	}
	.info-stories-area.inner .side-area {
		padding: 20px 0 0;
	}
	.info-stories-area .page-holder {
		padding: 0 5.6%;
	}
	.info-stories-area .content-area {
		float: none;
		padding: 0;
		width: 100%;
	}
	.author .info-stories-area .content-area h2 {
		font-size: 27px;
		line-height: 1.4;
	}
	.info-stories-area .content-area h2.title-with-line {
		line-height:1.55;
		font-size:23px;
	}
	.author .add-txt-label .add-label {
		font-size: 9px;
		padding: 0;
	}
	.author .most-recent-lst .add-txt-label span {
		font-size: 9px;
		padding: 3px 8px;
	}
	.author .info-stories-area .btn-more .btn {
		font-size:14px;
	}
	.author .info-stories-area {
		padding:0 0 8px;
	}
	.f-btn-lst a.btn, .btn{
	}
	.author .btn-soc-lst a.follow:hover {
		background:#fff;
		color:#484848;
	}
	.nav-links {
		font-size:22px;
	}
	.columns-layout .content-box .social-lst-fixed.is_stuck {
		margin-left:-100px;
	}

	.search .top-inform-holder .page-holder {
		padding: 0 5.6%
	}

	/* 1100 */
}

@media screen and (max-width: 1024px) {
	.account-area.inner .articles-lst .date {
		font-size: 13px;
	}
	.account-area.inner .articles-lst .txt-box h3 {
		font-size: 20px;
	}
	.account-area.inner .articles-lst .txt-box .my-course-video-block-info p {
		font-size: 13px;
	}
	.account-area.inner .articles-lst .txt-box .add-row-holder {
		flex-direction: column;
	}
	.account-area.inner .articles-lst .txt-box .add-menu {
		flex-direction: column;
		padding: 0;
	}
	.account-area.inner .articles-lst .txt-box .add-menu .menu-info {
		font-size: 13px;
		padding: 10px 0 0;
	}
	.account-area.inner .articles-lst .txt-box .add-menu .menu-options {
		font-size: 13px;
		padding: 15px 0 0;
		text-align: left;
	}
	
	.contributorform .form-body, .contributorform .form-sidebar {
		float: none;
		width: auto;
	}
	.frontend-form-container .page-holder {
		margin: 0;
	}
	.columns-layout .sidebar .popular-posts-widget .desktop-only {
		display: none;
	}
	.columns-layout .sidebar .popular-posts-widget .mobile-only {
		display: block;
	}
	.most-recent-lst {
		padding: 0 0 20px;
	}
	.image-slide-box .add-txt-label b {
		display: none;
	}
	.list-items-noslick {
		display: block;
	}

	.single .alternative-header {
		display: none;
	}
	.single .columns-layout .content-wrap {
		display: block;
		width: 100%;
	}
	.single .columns-layout > .page-holder {
		display: block;
		width: 100%;
	}
	.columns-layout .content-box {
		padding: 0 0 0 120px;
	}
	.main-podcast .columns-layout .content-wrap .social-holder {
		display: none;
	}
	#subscribe-podcast {
		padding: 0 0 40px;
		text-align: center;
	}
	.single .columns-layout .content-wrap.content-wrap-podcast {
		padding: 0;
	}
	.columns-layout .content-wrap-podcast h1 {
		padding-left: 0;
	}
	.columns-layout .content-wrap-podcast .top-info-box {
		padding-left: 0;
	}
	.columns-layout .content-wrap-podcast .content-box {
		padding: 0;
	}
	.columns-layout .content-box .social-lst-area {
	}
	.columns-layout .sidebar .popular-posts-widget {
		margin: 0 0 38px;
	}
	.columns-layout .sidebar .popular-posts-widget h3 {
		margin: 0 0 55px;
	}
	.popular-posts-widget .list-items {
		border-width: 0;
	}
	.popular-posts-widget .list-items .item {
		border-width: 0 0 10px;
		padding: 50px 0;
	}
	.popular-posts-widget h4 {
		font-size: 26px;
		line-height: 1.15;
	}
	.popular-posts-widget .image {
		margin: 0 50px 0 0;
		max-height: 244px;
		max-width: 372px;
		overflow: hidden;
		width: 100%;
	}
	.popular-posts-widget .image > a img {
		max-width: none;
		width: 100%;
	}
	.popular-posts-widget .text-holder {
	}
	.popular-posts-widget .add-txt-label b,
	.popular-posts-widget .add-txt-label span,
	.popular-posts-widget .add-txt-label .ico,
	.popular-posts-widget .add-txt-label .label-txt {
		display: inline-block;
		font-size: 9px;
		line-height: 100%;
		margin: 0 15px 0 0;
		text-align: center;
	}
	.popular-posts-widget .add-txt-label .ico {
		margin: 0 10px 0 0;
	}
	.popular-posts-widget .add-txt-label .label-txt {
		padding: 4px 6px;
		text-transform: uppercase;
	}
	.popular-posts-widget .add-txt-label b {
		font-size: 16px;
	}
	.popular-posts-widget .add-txt-label .ico {
		width: 33px;
	}
	.columns-layout .content-wrap {
		padding: 0 7% 42px 5%;
	}
	/*
	.single aside.aside {
		display: block;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
	}
	*/
	.single aside.sidebar {
		display: block;
		margin: 0 auto;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
		padding: 50px 0 0;
		width: 100%;
	}
	.top-image-slider {
	}
	.logo {
		margin: 0;
	}
	.h-box {
		padding-right: 0;
		width: auto;
	}
	#access-content {
		padding: 100px 20px;
	}
	#event-header #tribe-bar-form .tribe-bar-filters {
		background: none;
		padding: 0;
	}
	#event-header .filter-clear {
		clear: both;
		display: block;
		font-size: 0;
		margin: 0 0 15px;
		width: 100%;
	}
	#event-header .tribe-bar-category-filter, #event-header .tribe-bar-location-filter, #event-header .tribe-bar-date-filter, #event-header .tribe-bar-submit {
		max-width: 300px;
		padding: 0 10px 10px;
		width: 50%;
	}
	.lst-nav {
		font-size: 13px;
	}
	.lst-nav a {
		padding: 15px 20px;
	}
	.add-nav-block .btn-wr {
		font-size: 13px;
		padding: 15px 20px;
	}
	.add-nav-block .link-settings {
		height: 44px;
		width: 50px;
	}
	#events-box {
		display: block;
	}
	#events-box .clear3 {
		display: none;
	}
	#events-box .clear2 {
		display: block;
	}
	#events-box .item {
		width: 50%;
	}
	.page-template-contributor-form header .page-holder, .page-template-page-event-submission header .page-holder, .page-template-video-submission-form header .page-holder {
		margin: 0 auto;
	}
	.frontend-form-container .page-holder {
		margin: 0 10px;
	}
	#main .side-img-lst {
		margin: 0 auto;
		position: relative !important;
		top: auto !important;
		left: auto !important;
	}
	.top-inform-holder:after {
		max-height: 340px;
	}
	.top-inform-holder .pop-str-lst {
		background: #fff;
		margin: 0 -16px;
	}
	.top-inform-holder .pop-str-lst li{margin:0 -4px 0 0;}
	.pop-stories-area .ttl-holder{padding:0 0 12px;}
	.ad-holder{display:none;}
	.button-more{display:block;}
	.top-info-area .txt-box h1{
		font-size:42px;
		margin:0 0 9px;
		display:inline-block;
		vertical-align:middle;
	}
	.top-info-area .txt-box p{
		font-size:17px;
		margin:0 0 18px;
	}
	.top-info-area .page-holder{
		min-height:270px;
		background-position:-30px 0;
	}
	.top-info-area .txt-box{
		padding:22px 15px 40px 0;
	}
	.top-info-area .txt-box h2{
		font-size:22px;
		margin:4px 0 0 8px;
		padding-top:4px;
		display:inline-block;
		vertical-align:middle;
	}
	#nav {
		font-size: 18px;
	}
	.info-img-area .img-block .label {
		display: block;
	}
	.info-img-area .img-block {
		float: none;
		min-height: 1px !important;
		width: auto;
		max-width: none;
	}
	.info-img-area .side-img-area {
		border-radius: 0;
	}
	.stories-lst li {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.stories-lst .txt-box h3 {
		min-height: 85px;
	}
	.top-news-section-lst li {
		height: 240px;
		width: 240px;
	}
	.top-news-section-lst .txt{font-size:19px;}
	.top-news-section h3{display:none;}
	.top-news-section-lst a{padding:60px 0 0;}
	.top-news-section-lst .ttl{
		background-size:35px;
		font-size:39px;
		padding-bottom:50px;
	}
	.top-news-section{margin:-118px 0 0;}
	.top-image-slider-area{padding-bottom:180px;}
	.pop-str-lst li{width:50%;}
	.pop-str-lst li:nth-child(1n+5){display:none;}
	.top-inform-holder .pop-str-lst li{width:33.33%;}
	.pop-str-lst h3{padding:0 20px;}
	.pop-stories-area{padding:0;}
	.info-stories-area.inner .content-area,
	.info-stories-area .content-area{
		float:none;
		width:auto;
		max-width:none;
		margin:0;
	}
	.info-stories-area .side-area {
	}
	.info-stories-area {
		padding: 70px 0 0;
	}
	.info-stories-area.inner {
		padding: 25px 0 0;
	}
	.most-recent-lst .img {
		margin-right: 25px;
		width: 37%;
	}
	.info-stories-area .btn-more {
	}
	.side-img-lst {
		text-align: center;
	}
	.info-stories-area.inner .side-img-lst li {
		padding: 0 0 95px;
	}
	.people-lst li {
		width: 170px;
	}
	.people-lst .hover-box h3 {
		background-size: 30px auto;
		font-size: 18px;
		padding: 0 30px 40px;
	}
	.people-area {
		padding-bottom: 148px;
	}
	.tablet-h {
		display: none;
	}
	.f-holder {
		margin: 0 auto;
		max-width: 880px;
	}
	.f-holder .box:first-child {
		width: 32%;
	}
	.f-holder .box {
		width: 50%;
	}
	.side-img-lst li {
		max-width: none;
	}
	.stories-lst .add-txt-label {
		padding: 5px 0 0;
	}
	.stories-lst .img {
		margin-right: 45px;
		width: 37%;
	}
	.stories-lst .txt-box h3 {
	}
	.video-lst .slick-list {
		padding-bottom: 15px !important;
	}
	.video-lst-holder {
		margin: 0 -11px;
		padding: 0 0 15px;
	}
	.events-slider {
		margin: 0;
	}
	.events-slider .box {
		padding: 0 10px;
	}
	.events-slider .text-box {
		padding: 20px;
	}

}
@media screen and (max-width: 1023px) {
	.main-podcast #single-content {
		max-height: 250px;
	}
	#single-event-header #single-event-top {
		float: none;
		width: 100%;
	}
	#single-event-header .sticky-wrap.single-event-info-fixed {
		height: auto !important;
	}
	#single-event-header #single-event-info {
		display: none;
	}
	#single-event-header #single-event-info .box-info {
		border-radius: 0;
	}
	#single-event-content .info-stories-area.inner .content-area {
		float: none;
		max-width: none;
		width: 100%;
	}
	#single-event-header-wrapper {
		margin: -420px 0 0;
	}
	#single-event-header-wrapper .page-holder {
		padding: 0 25px;
	}
	#single-event-content .page-holder {
		padding: 0 25px;
	}
	#single-event-content .info-stories-area.inner {
		padding: 0;
	}
	#content-submission #step4 .form-fields {
		padding: 50px 0 0;
		position: relative;
	}
	#content-submission #step4 .field-mobile-header {
		left: 0;
		position: absolute;
		top: 0;
	}
	#content-submission .field .field-mobile-col-4 {
		float: left !important;
		width: 33.33% !important;
	}
	#content-submission .field .field-col-1, #content-submission .field .field-col-2, #content-submission .field .field-col-3, #content-submission .field .field-col-4, #content-submission .field .field-col-5, #content-submission .field .field-col-6, #content-submission .field .field-col-8, #content-submission .field .field-col-12 {
		float: none;
		margin-bottom: 10px;
		width: 100%;
	}
	#content-submission .field > div {
		margin-bottom: 0 !important;
	}
	#content-submission .field-upload .upload-uploader {
		max-width: 150px;
		width: 100%;
	}
	#content-submission .field-upload .upload-info {
		width: auto;
	}
	#content-404 {
		padding: 150px 0 35px;
	}
	#content-404 h1 {
		font-size: 180px;
	}
	#content-404 p {
		font-size: 15px;
	}
	#button-404 {
		padding: 0 0 50px;
	}
	#button-404 a {
		font-size: 13px;
		padding: 15px 0;
	}
	#popular-404 {
		padding: 0 0 50px;
	}
	#popular-404 .categories a {
		font-size: 11px;
	}
	.event-section .page-holder {
		padding: 0;
	}
	.side-menu {
		margin-right: 30px;
	}
	.articles-lst .txt-box h3 {
		font-size: 32px;
	}
	.acc-add-nav {
		font-size: 24px;
	}
	.articles-lst > li {
		margin: 0 0 50px;
		padding: 0 0 45px;
	}
	.top-image-slider.decor .slick-next {
		margin-top: 0;
	}
	.image-slide-box{
		position:relative;
		padding:0 0 43px;
	}
	.image-slide-box .add-txt-label {
		bottom: 10px;
		left: 0;
		position: absolute;
		width: 100%;
	}
	.video-lst-holder {
		margin: 0 -16px;
	}
	.events-slider .box, .video-lst-box {
		width: 33.33%;
	}
	.video-lst-box .txt-box {
		padding: 20px;
	}
	.info-img-area .img-block {
		border-bottom-left-radius: 0;
		border-top-right-radius: 5px;
	}
	body.fixed {
		overflow: hidden;
	}
	.info-img-area .img-block {
		padding-top: 180px;
	}
	.info-img-area .side-img-area {
	}
	.top-news-section-lst li {
		height: 220px;
		width: 220px;
	}
	.top-news-section-lst .ttl {
		font-size: 32px;
	}
	.post .title h1, .columns-layout h1 {
		padding: 0 0 20px;
	}
	.columns-layout > .page-holder {
		padding: 0 25px;
	}
	.columns-layout .content-wrap {
		font-size: 18px;
		padding: 0 0 20px;
	}
	.post .title h1,
	.columns-layout h1{
		font-size:45px;
	}
	.top-image-slider-area.style-gradient .top-image-slider {
		margin-bottom: 30px;
	}
	.columns-layout .top-info-box {
		padding: 0 0 10px;
	}
	.columns-layout .img-box {
		margin: 0 0 30px;
	}
	.columns-layout h2 {
		margin: 0 0 0.5em;
	}
	.comments-area {
		padding-top: 50px;
	}
	.quote-block{
		padding: 50px 0;
	}
	.quote-block q {
		font-size: 46px;
	}
	.quote-block q:after, .quote-block q:before {
		height: 80px;
		margin: 10px 0;
		width: 100px;
	}
	.quote-block .f-btn-lst .btn {
		font-size: 15px;
		padding: 12px;
	}
	.comments-area {
		margin:0 0 30px;
	}
	.sidebar .widget {
		margin: 0 0 40px;
	}
	.author-block .author-holder {
		padding: 45px 0;
	}
	.author-block .image-box {
		margin-right: 25px;
	}
	.sidebar {
		padding: 35px 0 0;
	}
	.popular-posts-widget .image {
		margin-right: 30px;
		max-width: 230px;
	}
	.popular-posts-widget .list-items .item {
		padding: 25px 0;
	}
	.popular-posts-widget h4 {
		font-size: 28px;
	}
	.popular-posts-widget .add-txt-label b {
	}
	.news-area-notification .top-ico {
		margin: 0 auto;
		max-width: 140px;
	}
	.news-area-notification {
	}
	.news-area-notification h2, #single-event-content .news-area-notification h2 {
	}
	.email-row input[type="text"], .email-row input[type="email"] {
	}
	.email-row {
	}
	.email-row input[type="submit"], .email-row button[type="submit"] {
	}
	.pop-stories-area h3.decor, .pop-stories-area > h3 {
		margin:0 0 50px;
	}
	.f-area {
		padding: 100px 0 60px;
	}
	.f-area .top-f-box {
		padding: 0 0 60px;
	}
	.f-holder .box {
		padding: 0 48px 0 0;
	}
	.f-holder .box:first-child {
		max-width: 210px;
	}

	.video-area-holder.inner h2 {
		font-size: 80px;
	}
	.video-area-holder.inner .add-ttl {
		font-size: 40px;
	}
	.video-area-holder.inner h3 {
		font-size: 24px;
	}
	.video-area-holder.inner .btn-add-lst > li {
		max-width: 200px;
	}
	.podcast-lst .txt-box h3 {
		font-size: 24px;
	}
	.podcast-lst .img {
		margin: 0 50px 0 0;
	}
	.podcast-lst .txt-box h3 {
		min-height: 62px;
	}
	.info-img-block{
		width: 265px;
	}
	.side-info-block .txt-box{
		padding:30px 35px 35px 300px;
	}
	.columns-layout .content-box .social-lst-fixed.is_stuck {
		margin: 40px 0 0 -101px;
	}
/*
	.alternative-header {
		opacity: 0;
		visibility: hidden;
	}
 	.alt-nav-active .f-area,
	.alt-nav-active .wrapper-holder,
	.alt-nav-active .alternative-header .header-holder{
		margin:0;
	}
	.alt-header-fixed header{
		visibility:visible;
		opacity:1;
	}
	.alt-nav-active{
		overflow:visible;
	}
	alt-header-fixed alt-nav-active */
	.alternative-header .logo-holder, .alt-nav-opener {
		display: none;
	}
	.alternative-header{
		/* right: 60px; */
		right: 0;
		width: auto;
		z-index:100;
	}
	.alternative-header .header-holder {
		border:0;
		padding: 30px 16px;
	}
	.alt-header-fixed .alternative-header .header-holder{
		-webkit-transform:translateX(0);
		-ms-transform:translateX(0);
		transform:translateX(0);
	}
	.fields_group {
		padding: 20px;
	}
	.columns-layout .sidebar .popular-posts-widget {
		margin: 0 0 20px;
	}
	.columns-layout .sidebar .popular-posts-widget h3 {
		margin: 0 0 20px;
	}
	
	/* 1023 */
}

@media screen and (max-width: 768px) {
	#tribe-events-pg-template, .tribe-events-pg-template {
		padding: 0;
	}
	.popular-posts-widget .list-items {
		display: block
	}
	.popular-posts-widget .list-items .item-group {
		width: 100%
	}
	.popular-posts-widget .signal-loading {
		display: none
	}
	.event-section .page-holder {
		padding: 0 20px;
	}

}

@media screen and (max-width: 767px) {
	#header-new header .page-holder {
		display: block !important;
	}
	#event-content #tribe-events-content.tribe-events-list {
		margin: 0 0 10px;
	}
	.contributorform .fields_group_uploader {
		padding: 20px;
	}
	.contributorform .fields_group_uploader .frontend-item-container > label {
		display: block;
		margin: 0 0 15px;
		width: 100%;
	}
	.contributorform .fields_group_uploader .frontend-item-container .frontend-form-field-container {
		display: block;
		width: 100%;
	}
	.contributorform .fields_group_uploader .uploader div.browser .upload-wrap.wistia-upload-wrap {
		display: block;
		width: 100%;
	}
	.contributorform .fields_group_uploader .uploader div.browser .extra-text {
		display: block;
		width: 100%;
	}
	.contributorform .fields_group_uploader .uploader div.browser .extra-text span {
		display: block;
		margin: 10px 0;
		text-align: center;
	}
	.contributorform .fields_group_uploader .uploader div.browser .extra-text a {
		display: block;
		text-align: center;
	}
	.pop-str-lst {
		margin: 0;
	}
	.pop-str-lst li {
		padding: 0 0 30px;
	}
	.popular-posts-widget .image {
		max-width: 100px;
		margin-right: 10px;
		width: 100%;
	}
	.columns-layout .content-box {
		padding: 0 0 0 120px;
	}
	#podcast-author {
		margin: 50px -20px 0 -20px; 
	}
	.columns-layout .content-wrap-podcast .top-info-box {
		padding: 0;
	}
	.main-podcast .top-image-slider-area.style-gradient {
		padding: 30px 0 0;
	}
	.columns-layout .content-wrap-podcast h1 {
		font-size: 32px;
	}
	#podcast-author-block .block-content h4 {
		font-size: 16px;
	}
	#podcast-author-block .block-content h3 {
		font-size: 20px;
	}
	#podcast-author-block .block-content .txt-holder p {
		font-size: 16px;
	}
	#podcast-author .podcast-image {
		padding: 195px 24px 21px;
		position: relative;
		width: auto;
	}
	#podcast-author .podcast-image .social-icons {
		display: block;
	}
	#podcast-author .podcast-text {
		padding: 15px 25px 26px 21px;;
	}
	#podcast-author .podcast-text p {
		font-size: 13px;
		line-height: 1.55;
		margin: 0 0 25px;
	}
	#podcast-author .podcast-text .text-row .button {
		display: block;
		text-align: center;
	}
	#podcast-author .podcast-text .social-icons {
		display: none;
	}
	#single-author-block {
		border-left: none;
		border-right: none;
		border-radius: 0;
		margin: 50px -20px 0;
		padding: 25px 15px;
	}
	#single-author-block .block-content {
		padding: 0 0 0 20px;
	}
	#single-author-block .block-content h3 {
		font-size: 18px;
		padding: 5px 0 0;
	}
	#single-author-block .block-content .txt-holder p {
		font-size: 15px;
		margin: 0 0 15px;
	}
	#single-author-block .block-content .block-buttons {
		margin: 0 -5px;
	}
	#single-author-block .block-content .btn {
		font-size: 12px;
		margin: 0 5px 5px;
		padding: 13px 5px 13px;
		width: calc(50% - 10px);
	}
	#single-author-block .block-content .follow-group {
		margin: 0 5px 5px;
		width: calc(50% - 10px);
	}
	#single-author-block .block-content .btn.btn-full {
		width: calc(100% - 10px);
	}
	/*
	.single aside.aside {
		display: block;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	*/
	.single aside.sidebar {
		display: block;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.top-image-slider {
	}
	#single-event-header #single-event-top h1 {
		margin: 0 0 15px;
	}
	#single-event-header #single-event-top h4.single-location {
		display: block;
	}
	#columns-details .col05 {
		display: block;
	}
	.contributorform .form-body, .contributorform .form-sidebar {
		float: none;
		width: auto;
	}
	.frontend-form-container .page-holder {
		margin: 0;
	}
	.popular-posts-widget .list-items .item-group{
		width: 100%
	}
	.popular-posts-widget .signal-loading{
		display:none
	}
	.event-section .page-holder {
		padding: 0;
	}
	
	/* 768 */
	.image-slide-box .img {
		max-width: none;
		width: 100%;
	}
	.image-slide-box .img a {
		display: block;
	}
	.image-slide-box .img img {
		display: block;
		width: 100%;
	}
	#page-newsletter {
		padding: 75px 0 50px;
	}
	header {
		padding: 10px 0;
		position: fixed;
		top: 0;
		background: #fff;
		left: 0;
		width: 100%;
		z-index: 99;
	}
	.h-box {
		display: none;
	}
	.logo {
		float: none;
		margin: 0 auto;
		width: 125px;
	}
	.search-link.m {
		float: left;
		display: block;
	}
	.m-nav-link {
		display: block;
	}
	#single-event-header #single-event-top h4.single-location {
		display: none;
	}
	#single-event-header #single-event-top h1 {
		display: none;
	}
	#single-event-header-wrapper {
		margin: 0;
	}
	#single-event-header .gradient {
		display: none;
	}
	#single-event-header #single-event-info {
		display: block;
		float: none;
		position: static !important;
		width: 100%;
	}
	#single-event-header-wrapper .page-holder {
		padding: 0;
	}
	#single-event-content .page-holder {
		padding: 0 15px;
	}
	#single-event-gallery #gallery-slider {
		margin: 0 0 10px;
	}
	#single-event-gallery #gallery-nav {
		padding: 0 5px;
	}
	#single-event-gallery #gallery-nav .slick-prev.slick-arrow, #single-event-gallery #gallery-nav .slick-next.slick-arrow {
		display: none !important;
	}
	#columns-details .col05 {
		display: none;
	}
	#single-event-header-wrapper .page-holder {
		padding: 0 !important;
	}
	#columns-details {
		border-left: 0;
		border-right: 0;
		border-radius: 0;
		margin: 0 -15px;
		padding: 20px;
	}
	#columns-details .row-details {
		margin: 0 -10px;
	}
	#columns-details .col-map {
		height: 100%;
		padding: 100% 0 0;
		position: relative;
		width: 100%;
	}
	#columns-details .col-map > div {
		height: 100% !important;
		left: 0;
		position: absolute !important;
		top: 0;
		width: 100%;
	}
	#columns-details .col01 {
		float: none;
		padding: 0 10px 20px;
		width: 100%;
	}
	#columns-details .col02 {
		padding: 10px 20px;
		width: 50%;
	}
	#columns-details .col03 {
		padding: 10px 20px;
		width: 50%;
	}
	#columns-details .col04 {
		clear: both;
		padding: 10px 20px;
		width: 100%;
	}
	#host-box #host-image {
		float: none;
		margin: 0 auto;
		max-width: 300px;
		width: 100%;
	}
	#host-box #host-content {
		float: none;
		padding: 20px 0 0;
		width: 100%;
	}
	#single-event-content .box-event h3.box-title:after {
		display: none;
	}
	#content-submission .field-upload {
		padding: 0;
	}
	#event-submission-form .event-user-image, #event-submission-form .event-behalf-image {
		margin: 0 auto !important;
	}
	#content-submission .field-upload .uploader {
		margin: 30px auto 0;
		max-width: 150px;
	}
	#access-content {
		padding: 50px 20px;
	}
	#access-content h3 {
		font-size: 28px;
		margin: 0 0 20px;
	}
	#access-content p {
		margin: 0 0 15px;
	}
	#access-content .button a {
		font-size: 14px;
	}
	.add-nav-block {
		float: none;
		margin: 0 0 10px;
		padding: 0;
		position: relative;
		text-align: left;
		z-index: 1;
	}
	.add-nav-block > li {
		margin: 0 10px 0 0;
	}
	.account-row-nav .my-nav {
		font-size: 0;
		margin: 0 0 5px;
	}
	.account-row-nav .my-nav li {
		margin-bottom: 5px;
	}
	.account-row-nav .my-nav li:last-child {
		margin: 0;
		padding: 5px 0;
	}
	.account-row-nav .my-nav li a, .account-row-nav .my-nav li span {
		font-size: 14px;
	}
	#account-header {
		margin: 0 0 20px;
		padding: 20px 0 15px;
	}
	#account-empty {
		padding: 0 0 50px;
	}
	#account-empty h2 {
		font-size: 25px;
		margin: 0 0 20px;
	}
	#event-content .tribe-events-list h2.tribe-events-page-title {
		font-size: 24px;
	}
	#event-header h2 {
		font-size: 35px;
		margin: 0;
	}
	#event-header h3 {
		font-size: 20px;
		margin: 0 0 25px;
	}
	#tribe-events-pg-template .page-holder {
		padding: 0 15px;
	}
	#tribe-events-pg-template, .tribe-events-pg-template {
		padding: 94px 0 0;
	}
	#event-header #tribe-bar-form .tribe-bar-filters {
		display: none !important;
		padding: 15px;
		position: static;
	}
	#event-header .tribe-bar-category-filter, #event-header .tribe-bar-location-filter, #event-header .tribe-bar-date-filter, #event-header .tribe-bar-submit {
		display: block;
		margin: 0 auto 10px;
		max-width: 300px;
		padding: 0;
		width: 100%;
	}
	#event-header .tribe-bar-submit {
		margin: 0 auto;
	}
	#events-box {
		text-align: left;
	}
	#events-box .clear2 {
		display: none;
	}
	#events-box .item {
		width: 100%;
	}
	.stories-lst .add-txt-label {
		padding: 0;
	}
	#container-submission {
		display: block;
		height: auto !important;
	}
	#sidebar-submission {
		display: none;
	}
	/*
	#sidebar-submission-inner {
		float: none;
		margin: 0 auto;
		padding: 20px;
	}
	#sidebar-submission-inner .sticky-wrap {
		height: auto !important;
	}
	#sidebar-submission ul {
		position: static !important;
		width: auto !important;
	}
	#sidebar-submission ul li a {
		font-size: 14px;
		padding: 10px 0;
	}
	*/
	#content-submission {
		display: block;
		float: none;
		width: 100%;
	}
	#content-submission-inner {
		float: none;
		margin: 0 auto;
		padding: 20px 0;
	}
	#content-submission .step h3 {
		font-size: 15px;
	}
	#content-submission .step h2 {
		font-size: 25px;
		margin: 0 0 20px;
		padding: 0 0 10px;
	}
	#content-submission .step .form-fields .field h4 {
		font-size: 14px;
	}
	#content-submission .field-upload .upload-uploader {
		float: none;
		margin: 0 auto 15px;
		max-width: 280px;
		position: static;
		width: 100%;
	}
	#content-submission .field-upload .upload-info {
		float: none;
		text-align: center;
		width: 100%;
	}
	#content-submission .field-upload .upload-info .field {
		text-align: left;
	}
	#content-404 h1 {
		font-size: 120px;
	}
	#content-404 p {
		font-size: 13px;
	}
	.email-row .klaviyo_messages .success_message .klaviyo_header {
		bottom: -20px;
		font-size: 25px;
	}
	#sidebar-update-user {
		float: none;
		margin: 0 0 20px;
		width: 100%;
	}
	
	#update-user-settings #sidebar-update-user .user-image-row {
		display: block;
		float: none;
		margin: 0 auto 50px;
		max-width: 100%;
		width: 300px;
	}
	
	#update-user-settings #sidebar-update-user .row input {
		width: 100%;
	}
	
	#content-update-user {
		float: none;
		width: 100%;
	}
	
	#update-user-settings #content-update-user .row {
		margin: 0 0 20px;
	}
	
	#update-user-settings #content-update-user .row label {
		margin: 0 0 5px;
		text-align: left;
		width: 100%;
	}
	
	#update-user-settings #content-update-user .row .field {
		float: none;
		margin: 0;
		width: 100%;
	}
	
	#update-user-settings #content-update-user .row-submit {
		width: 100%;
	}
	.account-area.inner .articles-lst {
		padding: 0 0 15px;
	}
	.account-area.inner .articles-lst .date {
		font-size: 11px;
	}
	.account-area.inner .articles-lst .txt-box h3 {
		font-size: 18px;
		max-width: none;
	}
	.account-area.inner .articles-lst .txt-box .add-menu {
		font-size: 14px;
	}
	.account-area.inner .articles-lst .txt-box .add-row {
		display: none;
	}
	/**/
	.account-area.inner .articles-lst.myvideos-lst .txt-box-hold {
		min-height: 0 !important;
	}
	.account-area.inner .articles-lst.myvideos-lst .txt-box .my-course-video-block-info {
		margin: 5px 0 0;
	}
	.account-area.inner .articles-lst.myvideos-lst .txt-box .add-row {
		display: block;
		font-size: 13px;
		padding: 0;
		text-align: left;
	}
	/**/
	.pagination-add-area {
		text-align: center;
	}
	.account-area.inner {
		padding: 19px 0 20px;
	}
	.account-row-nav {
		padding: 0;
	}
	.account-area.inner .articles-lst .img {
		margin: 0 14px 0 0;
	}
	.page-holder {
		padding: 0 5.6%;
		/* padding: 0 16px */
	}
	.video-area-holder .page-holder {
		padding: 0 16px;
	}
	.video-area-holder.inner h2 {
		font-size: 45px;
	}
	.video-area-holder.inner .add-ttl {
		font-size: 33px;
		padding: 0 0 16px;
	}
	.video-area-holder.inner {
		padding-top: 38px;
	}
	.video-area-holder.inner h2 {
		margin: 0;
	}
	.video-area-holder.inner h3 {
		font-size: 20px;
		margin: 0 0 44px;
	}
	.video-area-holder.inner .btn-add-lst > li{width:160px;}
	.video-area-holder.inner .btn-add-lst {
		padding: 0 0 15px;
	}
	.video-area-holder.inner:before{
		background-size:100% 100%;
		background-position:0 0;
		margin:14px -63px;
		width:188px;
		height:188px;
	}
	.podcast-lst .img .title{display:none;}
	.podcast-lst{padding:17px 0 0;}
	.podcast-lst .title.mobile{
		display:block;
		padding:0 0 7px;
		text-align:left;
		font-size:18px;
	}
	.podcast-lst .img{
		max-width:70px;
		width:30%;
		margin:3px 15px 20px 0;
	}
	.podcast-lst .txt-box h3{
		font-size:20px;
		line-height:1.2;
		margin:0 0 24px;
	}
	.info-img-block{
		position:relative;
		width:auto;
		padding:195px 24px 21px;
	}
	.info-stories-area.inner-p .btn-more,
	.side-socials{display:block;}
	.info-stories-area .btn-more .btn{
		padding:17px 21px 14px;
		border-width:2px;
	}
	.side-info-block .txt-box{padding:15px 25px 26px 21px;}
	.side-info-block .txt-box p{
		font-size:13px;
		line-height:1.55;
		margin:0 0 25px;
	}
	.txt-box-row .side-socials{display:none;}
	.side-info-block{margin:0 0 35px;}
	.side-info-block .txt-box .button{
		display:block;
		text-align:center;
	}
	.podcast-lst li{
		border-width:4px;
		padding:0 0 15px;
		margin:0 0 20px;
	}
	.side-img-lst li{
		padding:0 0 47px;
	}
	.podcast-lst .txt-box .player-holder{display:none;}
	.podcast-lst .player-holder.mobile{display:block;}
	.activity-lst{margin:-24px 0 0;}
	.activity-lst .date{
		font-size:10px;
		padding:0 0 2px;
	}
	.activity-lst .txt-box h3{
		font-size:16px;
	}
	.activity-lst .ttl{
		font-size:15px;
		padding:0 0 16px;
	}
	.activity-lst li{
		padding:12px 30px 23px 14px;
		margin:0 0 8px;
	}
	.activity-lst .img{
		margin:0 10px 0 0;
	}
	.ttl-section{display:none;}
	.articles-lst > li{
		border-width:3px;
		margin-bottom:10px;
		padding-bottom:10px;
	}
	.info-stories-area.inner-p .side-area{
		margin:0 -16px;
	}
	.account-area{padding:18px 0 30px;}
	.side-menu{
		font-size:12px;
		float:none;
		width:auto;
		margin:0 -9px 42px 0;
	}
	.side-menu li:nth-child(1n+3){display:none;}
	.side-menu li{
		display:inline-block;
		vertical-align:top;
		width:50%;
		padding:0 9px 0 0;
		margin:0 -4px 0 0;
	}
	.side-menu a{padding:12px 5px;}
	.side-menu .num{
		font-size:10px;
		min-width:16px;
		height:16px;
		margin-top:-8px;
		line-height:15px;
	}
	.acc-add-nav{font-size:14px;}
	.articles-lst .txt-box .add-row{
		padding:20px 0 0;
		text-align:right;
		font-size:14px;
	}
	.articles-lst .txt-box h3{font-size:18px;}
	.articles-lst .date{font-size:11px;}
	.articles-lst .txt-box .date{display:none;}
	.articles-lst .date.mobile{
		padding:0 0 6px;
		display:block;
		clear:both;
	}
	.articles-lst .img{
		margin:0 15px 0 0;
		width:25%;
	}
	.articles-lst .txt-box-hold{padding:0 0 10px;}
	.account-content{overflow:visible;}
	.acc-add-nav{
		margin-left:-15px;
		margin-right:-15px;
		padding:0 15px;
		margin-bottom:10px;
		border-width:7px;
	}
	.search-drop .holder{padding:0;}
	.search-drop input[type="text"]{font-size:17px;}
	.search-drop input[type="submit"]{
		width:30px;
		height:30px;
		top:13px;
	}
	/*
	.most-recent-lst .add-txt-label {
		padding: 0;
	}
	.search .most-recent-lst .add-txt-label, .category .most-recent-lst .add-txt-label {
		padding: 0;
	}
	*/
	.top-inform-holder:after {
		max-height: 240px;
	}
	.search .top-inform-holder:after {
		max-height: 110px;
	}
	.info-stories-area.inner .side-img-lst li{padding:0 0 25px;}
	.pop-stories-area-hold .btn-more{padding-top:0;}
	.pop-stories-area .ttl-holder{padding:0;}
	.button-more a{
		max-width:375px;
		display:block;
		padding-top:15px;
		padding-bottom:15px;
	}
	.top-info-area {
		margin: 0;
	}
	.top-info-area .txt-box h1 {
		margin: 0;
	}
	.top-info-area .txt-box h2 {
		margin: 0 0 7px;
		background-size: 10px;
		background-position: 0 6px;
		padding-left: 18px;
		font-size: 16px;
	}
	.top-info-area .txt-box p {
		font-size: 14px;
	}
	.top-info-area .page-holder {
		background-position: 40% 0;
		background-size: auto 100% !important;
	}
	.top-info-area .txt-box {
		padding:165px 15px 25px;
		float:none;
		width:auto;
		margin:0 -15px;
		background: -moz-linear-gradient(top, rgba(122,67,94,0) 0%, rgba(65,29,56,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(122,67,94,0) 0%,rgba(65,29,56,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(122,67,94,0) 0%,rgba(65,29,56,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007a435e', endColorstr='#411d38',GradientType=0 ); /* IE6-9 */
	}
	.top-info-area .txt-box h2 {
		display: block;
	}
	#main {
		padding-top: 78px;
	}
	.top-image-slider-area {
		border: 0;
		padding: 0;
	}
	.people-area,
	.info-img-area .side-img-area h2,
	.top-news-section,
	.events-slider .btn-hold,
	.pop-str-lst .label,
	.news-area-notification .top-ico,
	/* .video-lst-holder,
	.pop-stories-area > h3, */
	.most-recent-lst .add-txt-label .add-label,
	.most-recent-lst .add-txt-label span,
	.most-recent-lst .add-txt-label .ico,
	.stories-lst .add-txt-label span {
		display: none;
	}
	.info-img-area .img-block h2{
		font-size: 32px;
	}
	.top-news-section {
		margin: 0;
	}
	.info-img-area .img-block .add-txt-label span{display:none;}
	.info-img-area .img-block{padding:120px 0 32px;}
	.info-img-area .side-img-area {
		padding-left: 0;
		padding-right: 0;
	}
	.stories-lst .img{
		margin: 0 17px 0 0;
		max-width: 179px;
	}
	.stories-lst .txt-box h3 {
		font-size: 18px;
		line-height: 1.15;
		margin: 0;
		min-height: 1px;
		padding: 5px 0 10px;
	}
	.stories-lst li {
		border-width: 2px;
		padding: 12px 0;
	}
	.stories-lst {
	}
	.top-inform-holder h1 {
		font-size: 48px;
		margin: 0;
		padding: 0 0 27px;
	}
	.search .top-inform-holder h1 {
		font-size: 24px;
	}
	.search .top-inform-holder h1 span {
		font-size: 28px;
	}
	.top-inform-holder {
		padding: 31px 0 0;
	}
	
	.search .top-inform-holder {
		padding: 40px 0 0;
	}
	.top-inform-holder .pop-str-lst {
		margin: 0;
	}
	.top-inform-holder:before {
		display: none;
	}
	.top-inform-holder .pop-str-lst li, .pop-str-lst li {
		padding-bottom: 30px;
		width: 100%;
	}
	.add-txt-label .ico{
		width:30px;
		margin-top:-9px;
	}
	.pop-str-lst .img{
		text-align:center;
		padding:0 0 16px;
	}
	.pop-str-lst h3{padding:0 20px;}
	.article-page .pop-stories-area > h3{
		font-size:26px;
		margin:0 0 35px;
		position:relative;
	}
	.article-page .pop-stories-area > h3 span {
		display: inline-block;
		vertical-align: top;
		padding: 0 10px;
		background: #fff;
		position: relative;
		z-index: 1;
	}
	.article-page .pop-stories-area > h3:after{
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		background: #F7F5F3;
		width: 100%;
		height: 9px;
		margin: -5px 0;
	}

	.news-section {
		padding: 8px 0 0;
	}
	.news-area-notification h2, #single-event-content .news-area-notification h2 {
		font-size: 22px;
		margin: 0 0 30px;
	}
	.news-area-notification .page-holder {
		max-width: 305px;
		padding: 35px 0 65px;
	}
	.email-row {
		padding: 0;
	}
	.email-row .klaviyo_field_group {
		padding: 5px;
	}
	.email-row input[type="text"], .email-row input[type="email"] {
	}
	.email-row input[type="submit"], .email-row button[type="submit"] {
	}
	.news-area-notification {
	}
	.news-area-notification img {
		display: none;
	}
	#tribe-events .news-area-notification {
		margin: 0;
	}
	.info-stories-area .content-area > h2 {
		text-align:center;
		margin:0 0 20px;
		font-size:24px;
	}
	.info-stories-area.inner .content-area > h2 {
		text-align:left;
		margin:0 0 22px;
	}
	.info-stories-area.inner .content-area > h2:after{
	}
	.info-stories-area {
		padding: 25px 0 0;
	}
	.search .info-stories-area.inner {
		padding: 50px 0 0;
	}
	.btn{
		font-size:13px;
		padding:7px 11px;
		border-radius:4px;
		max-width:170px;
		border-width:1px;
	}
	.info-stories-area .btn-more{padding:0 0 42px;}
	.video-area-holder h2{
		line-height:0.8;
		font-size:58px;
	}
	.video-area-holder h3 {
		font-size: 24px;
		margin: 0 0 30px;
	}
	.btn-add-lst {
		padding: 0 0 10px;
	}
	.btn-add-lst > li {
		width: 145px;
	}
	.slider-add-area h3 {
		font-size: 24px;
		margin: 0 0 15px;
	}
	.slider-add-holder .slide-box{
		width:130px;
		margin:0 10px 0 0;
	}
	.slider-add-section{padding:0;}
	.slider-add-area{padding:40px 0 60px;}
	
	.video-area-holder{padding:33px 0 39px;}
	.event-section h2{
		font-size:58px;
		margin:0 0 25px;
		line-height:0.8;
	}
	.event-section .page-holder > h3{
		font-size:24px;
		margin:0 0 25px;
	}
	.events-slider .date-box .txt{font-size:11px;}
	.events-slider .date-box .num{font-size:17px;}
	.events-slider .date-box{
		width:77px;
		bottom:10px;
		left:10px;
	}
	.events-slider .text-box h3{
		font-size:18px;
		margin:0;
	}
	.events-slider .text-box {
		padding: 10px 15px 25px;
	}
	.event-section .btn {
		max-width: 155px;
	}
	.event-section .page-holder {
		overflow: hidden;
		padding: 0 !important;
	}
	.events-slider {
		padding: 0 0 25px;
	}
	#single-event-content .events-slider {
		margin: 0;
	}
	.events-slider .box {
		padding: 0 8px;
	}
	.event-section {
		padding-bottom: 30px;
	}
	header {
		border-width: 2px;
	}
	.f-area {
		background-size: auto 28px;
		padding: 55px 0 40px;
	}
	.f-area .top-f-box h3 {
		font-size: 15px;
	}
	.f-area .top-f-box h2 {
		font-size: 24px;
		line-height: 1.2;
		margin-bottom: 16px;
		padding: 0 20px;
	}
	.f-btn-lst{
		display:none;
	}
	.f-btn-lst a.btn{
		font-size:13px;
		padding-bottom:9px;
	}
	.f-holder .box h3 {
		border-bottom: 3px solid #ebe6e1;
		display: block;
		margin: 0 auto 15px;
		max-width: 210px;
		padding: 0 0 10px;
		vertical-align: top;
	}
	.f-holder .social-lst{
		margin:0;
		padding:7px 0 0;
	}
	.f-lst{
		padding:7px 0 0;
	}
	.f-area .top-f-box{padding:0 0 36px;}
	.f-holder .box:first-child,
	.f-holder .box{
		float:none !important;
		width:auto !important;
		padding:0 0 12px !important;
		margin:0 auto;
		text-align:center;
	}
	.f-holder .box p {
		margin: 0 0 22px;
		padding: 0 5px;
	}
	#top-image-slider-bg {
		background: -moz-linear-gradient(top, rgba(247,245,243,1) 0%, rgba(247,245,243,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(247,245,243,1) 0%,rgba(247,245,243,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(247,245,243,1) 0%,rgba(247,245,243,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f5f3', endColorstr='#00f7f5f3',GradientType=0 ); /* IE6-9 */
		padding-top: 15px;
	}
	.top-image-slider-area {
		background: none;
		margin-bottom: 35px;
		padding-top: 0;
	}
	.top-image-slider {
		margin-bottom: 35px;
		padding: 0 45px;
	}

	.top-image-slider-area.style-gradient{
		padding:18px 0;
	}
	.top-image-slider-area.style-gradient .top-image-slider{
		display: none;
	}
	.columns-layout > .page-holder {
		padding: 0 20px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.columns-layout .content-wrap {
		width:100%;
	}
	.single .columns-layout .content-wrap {
		padding: 0;
		width: 100%;
	}
	.post .title h1, .columns-layout h1 {
		font-size: 38px;
		line-height: 1.2;
		padding: 0 0 20px;
	}
	.columns-layout .top-info-box{
		padding:0 0 4px;
	}
	.columns-layout .content-wrap .add-txt-label{
		display:inline-block;
		vertical-align:middle;
	}
	.columns-layout .content-wrap .add-txt-label strong{
		display:block;
		margin:0 0 11px;
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}
	.columns-layout .content-wrap .add-txt-label span, .columns-layout .content-wrap .add-txt-label .btn {
		display: inline-block;
		font-size: 10px;
		line-height: 1;
		margin: 0 10px 0 0;
		padding: 4px 6px;
		vertical-align: middle;
	}
	.columns-layout .content-wrap .add-txt-label .btn {
		padding: 5px 6px;
	}
	.columns-layout .img-box {
		margin: 0 0 16px;
	}
	.columns-layout .img-box .image-title{
		padding:5px 24px;
		font-size:10px;
		line-height:1.2;
		color:#a7a19b;
		display:block;
	}
	.columns-layout .content-box{
		padding:0;
	}
	.quote-block, .single blockquote {
	}
	.columns-layout .content-box .social-lst-area {
		display: none;
	}
	.quote-block q:after, .quote-block q:before, blockquote p:after, blockquote p:before {
		height: 35px;
		width: 40px;
	}
	.columns-layout .social-area-box {
		margin:0 0 27px;
	}
	.columns-layout .content-wrap{
		font-size:16px;
	}
	.columns-layout h2{
		font-size:22px;
		margin:0 0 0.6em;
	}
	.columns-layout p{
		margin:0 0 1.75em;
	}
	.widget.mobile-comments,
	.widget.mobile-comments .comments-area{
		display:block;
	}
	.columns-layout .content-wrap{
		padding:0 0 35px;
	}
	.author-block{
		font-size:14px;
		line-height:1.6;
		text-align:center;
	}
	.author-block .author-holder{
		padding:16px 0;
	}
	.author-block .image-box{
		max-width:116px;
		margin-right:20px;
	}
	.author-block h3{
		font-size:16px;
		padding:12px 0 0;
		margin:0 0 2px;
		text-align:left;
	}
	.author-block p{
		margin:0;
	}
	.author-block .txt-holder {
		margin: 0 0 1.55em;
		max-height: 70px;
		text-align: left;
	}
	.single .content-box .author-block .txt-holder {
		margin: 0;
		max-height: none;
	}
	.author-block .btn{
		font-size:13px;
		max-width:none;
		width:auto;
		margin:3px;
		padding:7px 5px 8px;
	}
	.banner-widget .banner-holder{
		display:inline-block;
		vertical-align:top;
		max-width:241px;
		max-height:353px;
		overflow:hidden;
	}
	.sidebar{
		padding:22px 0 0;
	}
	.sidebar .widget {
		margin: 0 0 30px;
	}
	.columns-layout .sidebar h3 {
		font-size: 32px;
		margin: 0 0 15px;
		padding: 0;
	}
	.columns-layout .sidebar h3:after {
		height: 9px;
		margin: 0;
	}

	.comments-area .btn-box > *{
		margin:0 15px 0 0;
	}
	.comments-area .btn {
		max-width: none;
		width: auto;
		width: 100%;
		margin: 0;
	}
	.columns-layout .social-area-box{
		display:block;
	}
	
	.author .top-info-area {
		margin:0 0 30px;
	}
	.author .top-info-area .page-holder {
		background-size: 100% auto !important;
		min-height: 0;
	}
	#author-image-wrap {
		float: none;
		padding: 70px 0 10px;
		width: 100%;
	}
	#author-image {
		border: 2px solid #fff;
		float: none;
		height: 200px;
		margin: 0 auto;
		width: 200px;
	}
	.author .top-info-area .txt-box {
		background: none;
		max-width: none;
		padding: 0 20px 40px;
		text-align: center;
		width: auto;
	}
	.author .top-info-area .txt-box h1 {
		font-size:40px;
		display:block;
		margin:0 0 5px;
	}
	.author .top-info-area .txt-box h2 {
		display: inline-block;
		margin: 0 0 15px;
	}
	.author .top-info-area .txt-box p {
		font-size:13px;
		margin:0 0 17px;
	}
	.author .btn-soc-lst ul {
		display: block;
		float: left;
		text-align: center;
	}
	.author .btn-soc-lst a.follow {
		border-radius: 5px;
		padding: 10px 42px;
	}
	.author .btn-soc-lst a.follow:after {
		background-position:4px 4px;
		background-size: 15px 15px;
		margin: 7px 11px;
	}
	.author .content-title{
		border:solid #f7f5f3;
		border-width:0 0 10px;
		padding:0 0 12px;
		margin:0 0 0.9em;
	}
	.info-stories-area .content-area h2.title-with-line {
		display: none;
	}
	
	.author .most-recent-lst .text-box {
		padding: 4px;
	}
	.author .most-recent-lst .img {
		max-width: none;
		width: 100%;
		float: none;
		max-height: 228px;
		overflow: hidden;
		margin: 0 0 6px;
	}
	.author .most-recent-lst .img a {
		padding: 0;
	}
	.author .most-recent-lst .img a img {
		margin: 0 auto;
		position: static;
		transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
	}
	.author .most-recent-lst .img a:hover img {
		transform: none;
		-ms-transform: none;
		-webkit-transform: none;
	}
	.author .info-stories-area .page-holder {
		padding: 0 15px;
	}
	.author .most-recent-lst > li {
		border: none;
		position: relative;
		text-align: center;
		padding: 10px 0 28px;
	}
	
	.author .info-stories-area .content-area h2 {
		min-height: 0 !important;
		font-size: 20px;
	}
	.author .add-txt-label{
		text-align:center;
	}
	.author .add-txt-label .add-label{
		display:block;
		position:absolute;
		top:0;
		left:50%;
		margin:0;
		font-size:9px;
		padding:0;
		-webkit-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
		transform:translateX(-50%);
	}
	.author .most-recent-lst .add-txt-label span{
		display:inline-block;
		vertical-align:top;
	}
	.author .most-recent-lst .add-txt-label span{
		font-size:9px;
		padding:4px 9px;
	}
	.author .most-recent-lst{
		padding:0;
	}
	.author .info-stories-area .btn-more .btn {
		margin: 0;
		max-width: none;
	}
	.author .info-stories-area{
		padding:0 0 14px;
	}
	.sidebar-fixed-holder{
		top:0 !important;
	}
	.nav-links{
		font-size:18px;
	}
	.custom-list{
		padding:0 0 0 20px;
	}
	.contributorform .form-sidebar{
		padding-top:0;
	}
	.search-link.m,
	.m-nav-link{
		margin-top: 22px;
	}
	.alternative-header .social-box {
		justify-content: space-between;
		width: 100%;
	}
	.alternative-header .header-holder {
		border-bottom: 3px solid #7d4670;
		padding: 26px 16px;
	}
	.alternative-header .social-box .top-header-subscribe-row {
		margin: 0;
	}
	.alternative-header .social-box.active .top-header-subscribe-row {
		width: 100%;
	}
	.alternative-header .social-box .essb_links .essb_links_list li a .essb_icon {
		height: 35px;
		width: 38px;
	}
	.alternative-header .social-box .essb_links .essb_links_list li a .essb_icon.essb_icon_mail {
		background-color: #fff;
		border: 1px solid #beb3a9;
		border-radius: 5px;
		box-sizing: border-box;
		color: #beb3a9;
	}
	.alternative-header .social-box .essb_links .essb_links_list li a .essb_network_name {
		display: none;
	}

	/* 767 */
	
	.columns-layout .sidebar .popular-posts-widget {
		margin: 0;
	}
	.top-image-slider .add-txt-label {
		font-size: 14px;
		padding: 15px 10px 0;
	}
	.top-image-slider .add-txt-label b, .top-image-slider-area .add-txt-label b {
		line-height: 100%;
		margin: 0 5px 0 0;
		padding: 0;
	}
	.top-image-slider-area .add-txt-label span {
		margin: -3px 0 0;
	}
	.popular-posts-widget .list-items {
		display: block
	}
	.popular-posts-widget .list-items .item {
		border: none;
		/*border-width: 0 0 1px;*/
		padding: 9px 0;
	}
	.popular-posts-widget .list-items .item-group {
		width: 100%;
	}
	.popular-posts-widget .text-holder {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.popular-posts-widget .add-txt-label {
		font-size: 14px;
	}
	.popular-posts-widget .add-txt-label > * {
		display: none !important;
	}
	.popular-posts-widget .add-txt-label b {
		display: block !important;
		font-size: 14px;
	}
	
	.most-recent-lst {
		padding: 0;
	}
	.most-recent-lst > li:last-child {
		border-bottom: 0;
	}
	.most-recent-lst .add-txt-label .add-label,
	.most-recent-lst .add-txt-label span,
	.most-recent-lst .add-txt-label .ico,
	.stories-lst .add-txt-label span {
		display: none;
	}
	.most-recent-lst .text-box h2 {
		font-size: 18px;
		line-height: 1.15;
		min-height: 1px;
		padding: 5px 0 10px;
		text-decoration: none;
	}
	.most-recent-lst .img {
		margin: 0 15px 0 0;
		max-width: 85px;
	}
	.most-recent-lst .img {
		max-width: 100px;
	}
	.most-recent-lst .img a {
		padding: 100% 0 0;
	}
	.most-recent-lst > li {
		border-width: 2px;
		padding: 12px 0;
	}
	.most-recent-lst .add-txt-label {
		padding: 0 0 2px;
	}
	.most-recent-lst .add-txt-label b {
		display: block;
		line-height: 100%;
		margin: 0;
		padding: 0;
	}
	.popular-posts-widget h4 {
		font-size: 18px;
		font-style: normal;
	}
	.single .alternative-header {
		display: block;
	}
	#podcast-author-block .block-image {
		margin: -60px 0 0;
	}
	#podcast-author-block {
		border-left: none;
		border-right: none;
		margin: 40px -20px 45px;
		padding: 20px 35px 20px;
	}
	#podcast-author-block .block-content {
		padding: 0 0 0 20px;
	}
	#podcast-author-block .block-content .txt-holder {
		display: none;
	}
	#podcast-author-block .block-content-mobile {
		display: block;
	}
	#tribe-events .single-event-hide-mobile {
		display: none;
	}
	#tribe-events .single-event-show-mobile {
		display: block;
	}
	#single-event-content #box-event-more {
		display: none;
	}
	#single-event-content .event-section {
		display: block;
	}
}

@media screen and (max-width: 600px) {
	#single-author-block .block-image {
		float: none;
		margin: 0 auto 20px;
		max-width: 100px;
		width: auto;
	}
	#single-author-block .block-content {
		float: none;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	#single-author-block .suggested-wrap {
		padding: 20px 0 0;
	}
	.suggested-author .authorbox {
		width: calc(33.33% - 10px);
	}
	.listing-mobile-map-view{
		display:block;
	}
	.phone-number-mobile {
		display:block;
	}
	.phone-number{
		display:none;
	}
	#expand_map{
		display:none;
	}
}

@media screen and (max-width: 680px){
	.top-image-slider{
		max-width:595px;
		margin:0 auto 35px;
	}
}

@media screen and (max-width: 640px){
	.top-image-slider-area .add-txt-label b {
		margin: 0 0 5px;
	}
	.top-image-slider-area .add-txt-label span {
		margin: 0;
	}
	.account-area.inner .articles-lst .txt-box .add-menu .menu-info span, .account-area.inner .articles-lst .txt-box .add-menu .menu-info span:first-child {
		background: none;
		border: none;
		display: block;
		margin: 0 0 5px;
		padding: 0;
		width: 100%;
	}
}

@media screen and (max-width: 560px) {
	#events-box .item {
		clear: both;
		display: block;
		margin: 0 auto;
		max-width: 320px;
		width: 100%;
	}
	.lst-nav {
		float: none;
	}
	.lst-nav li {
		float: none;
	}
	.lst-nav a {
		padding: 15px;
	}
	.event-nav-block {
		margin: 10px 0 0 !important;
	}
	.events-slider .box, .video-lst-box {
		width: 260px;
	}
	.contributorform .uploader .col{
		float: none;
		width: auto;
	}
	.contributorform .uploader div.seperator{
		position: static;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.buttons_holder .align-right {
		/* float: none; 
		margin-left: auto;*/
	}
	
}

@media screen and (max-width: 480px) {
	#events-box .item {
		max-width: none;
	}
	#content-submission .step .button-back {
		width: 120px;
	}
	#content-submission .step .button-continue {
		width: 120px;
	}
	.buttons_holder button, .buttons_holder .submit-button, .buttons_holder .back-btn {
		display: block;
		margin: 0 auto 10px;
		width: 100%;
	}
	#update-user-settings #content-update-user input[type="reset"] {
		display: block;
		margin: 0 auto 10px;
		width: 100%;
	}
	#update-user-settings #content-update-user input[type="submit"] {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	.btn-add-lst > li {
		width: 135px;
	}
	.top-image-slider {
		max-width: 360px;
	}
	.buttons_holder button, .buttons_holder .back-btn, .buttons_holder .align-right {
	}
	.essb_links.essb_template_jumbo-retina li a .essb_network_name{
		display:none;
	}
	.essb_links.essb_template_jumbo-retina .essb_icon:before{
		left: 8px;
	}
}

@media screen and (max-width: 370px) {
	.top-inform-holder h1 {
		font-size: 40px;
	}
}

@media screen and (max-width: 320px) {
	#account-header {
		padding: 20px 0;
	}
	.account-row-nav {
		padding: 0;
	}
	.add-nav-block {
		float: none;
		margin: 0 0 15px;
		padding: 0;
		text-align: left;
	}
	.add-nav-block > li {
		margin: 0 10px 0 0;
	}
	.add-nav-block .plus-lst {
		display: block;
		left: 0;
		right: auto;
	}
	.add-nav-block .plus-lst:before {
		left: 15px;
		right: auto;
	}
	.account-row-nav .my-nav {
		margin: 0 0 15px;
	}
	.account-row-nav .my-select {
	}
}

/**/




/*

.jcf-radio{border-radius:9px}.jcf-radio span{display:none;position:absolute;top:3px;left:3px;right:3px;bottom:3px;background:#777;border-radius:100%}.jcf-radio input[type=radio]{position:absolute;height:100%;width:100%;border:0;margin:0;left:0;top:0}.jcf-radio.jcf-checked span{display:block}.jcf-checkbox,.jcf-radio{vertical-align:middle;display:inline-block;position:relative;overflow:hidden;cursor:default;background:#fff;border:1px solid #777;margin:0 3px 0 0;height:16px;width:16px}.jcf-checkbox span{position:absolute;display:none;height:4px;width:8px;top:50%;left:50%;margin:-7px 0 0 -6px;border:3px solid #777;border-width:0 0 3px 3px;-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"}:root .jcf-checkbox span{margin:-4px 0 0 -5px}.jcf-checkbox input[type=checkbox]{position:absolute;width:100%;height:100%;border:0;margin:0;left:0;top:0}.jcf-checkbox.jcf-checked span{display:block}.jcf-button,.jcf-file{display:inline-block;position:relative;overflow:hidden;background:#fff}.jcf-button{vertical-align:top;border:1px solid #777;margin:0 10px 10px 0;padding:5px 10px}.jcf-button .jcf-real-element{position:absolute;min-height:100%;min-width:100%;outline:none;opacity:0;padding:0;margin:0;border:0;bottom:0;right:0;left:0;top:0}.jcf-file{white-space:nowrap}.jcf-file .jcf-real-element{position:absolute;font-size:200px;height:200px;margin:0;right:0;top:0}.jcf-file .jcf-fake-input,.jcf-file .jcf-upload-button{display:inline-block;vertical-align:top;white-space:nowrap;overflow:hidden;border:1px solid #777;line-height:28px;height:28px}.jcf-file .jcf-fake-input{text-overflow:ellipsis;font-size:13px;width:125px;padding:0 8px}.jcf-file .jcf-upload-button{margin:0 0 0 -1px;padding:0 10px}.jcf-scrollable-wrapper{box-sizing:content-box;position:relative}.jcf-scrollbar-vertical{position:absolute;cursor:default;background:#e3e3e3;width:14px;bottom:0;right:0;top:0}.jcf-scrollbar-vertical .jcf-scrollbar-dec,.jcf-scrollbar-vertical .jcf-scrollbar-inc{background:#bbb;height:14px;width:14px;left:0;top:0}.jcf-scrollbar-vertical .jcf-scrollbar-inc{top:auto;bottom:0}.jcf-scrollbar-vertical .jcf-scrollbar-handle{background:#888;height:1px;width:14px}.jcf-scrollbar-horizontal{position:absolute;background:#e3e3e3;right:auto;top:auto;left:0;bottom:0;width:1px;height:14px}.jcf-scrollbar-horizontal .jcf-scrollbar-dec,.jcf-scrollbar-horizontal .jcf-scrollbar-inc{display:inline-block;vertical-align:top;overflow:hidden;background:#bbb;height:14px;width:14px}.jcf-scrollbar-horizontal .jcf-scrollbar-inc{left:auto;right:0}.jcf-scrollbar-horizontal .jcf-scrollbar-slider{display:inline-block;position:relative;height:14px}.jcf-scrollbar-horizontal .jcf-scrollbar-handle{position:absolute;background:#888;height:14px}.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle{visibility:hidden}.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc{background:#e3e3e3}.jcf-select{display:inline-block;vertical-align:top;position:relative;border:1px solid #777;background:#fff;margin:0 0 12px;min-width:150px;height:26px}.jcf-select select{z-index:1;left:0;top:0}.jcf-select .jcf-select-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;cursor:default;display:block;font-size:13px;line-height:26px;margin:0 35px 0 8px}.jcf-select .jcf-select-opener{position:absolute;text-align:center;background:#aaa;width:26px;bottom:0;right:0;top:0}body>.jcf-select-drop{position:absolute;margin:-1px 0 0;z-index:9999}body>.jcf-select-drop.jcf-drop-flipped{margin:1px 0 0}.jcf-select .jcf-select-drop{position:absolute;margin-top:0;z-index:9999;top:100%;left:-1px;right:-1px}.jcf-select .jcf-drop-flipped{bottom:100%;top:auto}.jcf-select.jcf-compact-multiple{max-width:220px}.jcf-select.jcf-compact-multiple .jcf-select-opener:before{display:inline-block;padding-top:2px;content:'...'}.jcf-select-drop .jcf-select-drop-content{border:1px solid red}.jcf-select-drop.jcf-compact-multiple .jcf-hover{background:0 0}.jcf-select-drop.jcf-compact-multiple .jcf-selected{background:#e6e6e6;color:#000}.jcf-select-drop.jcf-compact-multiple .jcf-selected:before{display:inline-block;content:'';height:4px;width:8px;margin:-7px 5px 0 -3px;border:3px solid #777;border-width:0 0 3px 3px;-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"}.jcf-list-box{overflow:hidden;display:inline-block;border:1px solid #b8c3c9;min-width:200px;margin:0 15px}.jcf-list,.jcf-list .jcf-list-content{vertical-align:top;display:inline-block;width:100%}.jcf-list{position:relative;background:#fff;line-height:14px;font-size:12px}.jcf-list .jcf-list-content{overflow:auto}.jcf-list ul{list-style:none;padding:0;margin:0}.jcf-list .jcf-option,.jcf-list ul li{overflow:hidden;display:block}.jcf-list .jcf-overflow{overflow:auto}.jcf-list .jcf-option{white-space:nowrap;cursor:default;padding:5px 9px;color:#656565;min-height:14px;height:1%}.jcf-list .jcf-disabled{background:#fff!important;color:#aaa!important}.jcf-list-box .jcf-selected,.jcf-select-drop .jcf-hover{background:#e6e6e6;color:#000}.jcf-list .jcf-optgroup-caption{white-space:nowrap;font-weight:700;display:block;padding:5px 9px;cursor:default;color:#000}.jcf-list .jcf-optgroup .jcf-option{padding-left:30px}.jcf-textarea{border:1px solid #b8c3c9;box-sizing:content-box;display:inline-block;position:relative}.jcf-textarea .jcf-scrollbar-horizontal{display:none;height:0}.jcf-textarea textarea{padding:8px 10px;border:none;margin:0}.jcf-textarea .jcf-resize{position:absolute;text-align:center;cursor:se-resize;background:#e3e3e3;font-weight:700;line-height:15px;text-indent:1px;font-size:12px;height:15px;width:14px;bottom:0;right:0}.jcf-textarea .jcf-resize:before{border:1px solid #000;border-width:0 1px 1px 0;display:block;margin:4px 0 0 3px;width:6px;height:6px;content:''}.jcf-number{display:inline-block;position:relative;height:32px}.jcf-number input{-moz-appearance:textfield;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #777;padding:3px 27px 3px 7px;margin:0;height:100%}.jcf-number input::-webkit-inner-spin-button,.jcf-number input::-webkit-outer-spin-button{-webkit-appearance:none}.jcf-number .jcf-btn-dec,.jcf-number .jcf-btn-inc{position:absolute;background:#aaa;width:20px;height:15px;right:1px}.jcf-number .jcf-btn-inc{top:1px}.jcf-number .jcf-btn-dec{top:auto;bottom:1px}.jcf-number .jcf-btn-dec:hover,.jcf-number .jcf-btn-inc:hover{background:#e6e6e6}.jcf-number.jcf-disabled .jcf-btn-dec:hover,.jcf-number.jcf-disabled .jcf-btn-inc:hover{background:#aaa}.jcf-number .jcf-btn-dec:before,.jcf-number .jcf-btn-inc:before{position:absolute;content:'';width:0;height:0;top:50%;left:50%;border:4px solid #aaa}.jcf-number .jcf-btn-inc:before{margin:-6px 0 0 -4px;border-color:transparent transparent #000 transparent}.jcf-number .jcf-btn-dec:before{margin:-1px 0 0 -4px;border-color:#000 transparent transparent transparent}.jcf-number .jcf-btn-dec.jcf-disabled:before,.jcf-number .jcf-btn-inc.jcf-disabled:before,.jcf-number.jcf-disabled .jcf-btn-dec:before,.jcf-number.jcf-disabled .jcf-btn-inc:before{opacity:.3}.jcf-number.jcf-disabled input{background:#ddd}.jcf-range{display:inline-block;min-width:200px;margin:0 10px;width:130px}.jcf-range .jcf-range-track{margin:0 20px 0 0;position:relative;display:block;height:10px}.jcf-range .jcf-range-wrapper{position:relative;background:#e5e5e5;border-radius:5px;display:block;margin:5px 0}.jcf-range.jcf-vertical{min-width:0;width:auto}.jcf-range.jcf-vertical .jcf-range-wrapper{margin:0;width:10px;height:auto;padding:20px 0 0}.jcf-range.jcf-vertical .jcf-range-track{height:180px;width:10px}.jcf-range.jcf-vertical .jcf-range-handle{left:-5px;top:auto}.jcf-range .jcf-range-display-wrapper{position:absolute;min-height:10px;min-width:10px;left:10px;right:10px}.jcf-range .jcf-range-display{border-radius:5px;position:absolute;background:#888;width:10px;height:10px}.jcf-range .jcf-range-display.jcf-range-min{margin:0 0 0 -10px;padding:0 0 0 10px}.jcf-range .jcf-range-display.jcf-range-max{margin:0 -10px 0 0;padding:0 10px 0 0}.jcf-range.jcf-vertical .jcf-range-display-wrapper{left:auto;right:auto;top:10px;bottom:10px}.jcf-range.jcf-vertical .jcf-range-display.jcf-range-min{margin:0 0 -10px;padding:0 0 10px}.jcf-range.jcf-vertical .jcf-range-display.jcf-range-max{margin:-10px 0 0;padding:10px 0 0}.jcf-range .jcf-range-handle{position:absolute;background:#aaa;border-radius:19px;width:19px;height:19px;margin:-4px 0 0;z-index:1;top:0;left:0}.jcf-range .jcf-range-mark{position:absolute;overflow:hidden;background:#000;width:1px;height:3px;top:-7px;margin:0 0 0 9px}.jcf-range.jcf-vertical .jcf-range-mark{margin:0 0 9px;left:14px;top:auto;width:3px;height:1px}.jcf-range .jcf-active-handle{z-index:2}.jcf-range.jcf-focus .jcf-active-handle{border:1px solid red;margin:-5px 0 0 -1px}.jcf-range.jcf-disabled{background:0 0!important;opacity:.3}.jcf-disabled{background:#ddd!important}.jcf-focus,.jcf-focus *{border-color:red!important}

*/

.signal-loading {
	background-image: url(../../../../../../themes/sivaneast/images/listing-loading.svg);
	margin: 0 auto;
	width:100px;
	height:100px;
	background-size: 100px 100px;
   /* animation: 1s ease-out 0s normal none infinite running pulsate;
    border: 5px solid #00a6de;
    border-radius: 30px;
    height: 40px;
    margin: 0 auto;
    opacity: 0;
    width: 40px;*/
}
.ajax-loading-indicator{width:100px !important; height:100px !important;}

@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.frontend-form-success-links {
    font-size: 0 !important;
}
.frontend-form-success-links a {
    font-size: 14.4px !important;
}
.frontend-form-continue-editing a{
    display:none !important;
}

body.status-pending .add-menu a:first-child , body.status-pending .add-menu .sep{
    display:none !important;
}

.medium-insert-embed div div {
    left: 0;
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.2493%;
}
.medium-insert-embed iframe {
    border: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.count.error {
	color: red !important;
}
.error {
	color: red !important;
}

body.single .medium-insert-images {
	text-align: left;
}

/**/

#dojo-iframe {
}

#dojo-iframe iframe {
	display: block;
	height: 1070px;
	width: 100%;
}
/* Add for background image of social white*/
.btn-soc-lst-color {background-color:#6B3A71;}
.single-post-social ul li {padding-left: 0px !important;}
.single-post-social ul li:after {content: ""; content: none !important;}

/**/

#fancybox-author-form {
    background-color: #f9f8f6;
    margin: 20px 0;
    max-width: 850px;
    padding: 40px 45px 35px;
    width: 100%;
}

#fancybox-author-form h2 {
    color: #6f6a66;
    font-family: "Lusitana", Arial, Helvetica, sans-serif;
    font-size: 35px;
    line-height: 125%;
    margin: 0 0 30px;
    text-align: center;
}

#fancybox-author-form .panel {
	margin: 0 0 35px;
}

#fancybox-author-form .panel h3 {
    border-bottom: 1px solid #dddcd8;
    color: #a7a19b;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 125%;
    margin: 0 0 20px;
    padding: 0 0 5px;
}

#fancybox-author-form .panel .row-amount {
    font-size: 0;
    margin: 0 10px 10px;
    text-align: center;
}

#fancybox-author-form .panel .row-amount:last-child {
	margin: 0;
}

#fancybox-author-form .panel .row-amount .amount-value {
	display: inline-block;
	margin: 0 5px 5px;
}

#fancybox-author-form .panel .row-amount .amount-value input {
	display: none;
}

#fancybox-author-form .panel .row-amount .amount-value input:checked + label {
	border: 3px solid #b1bc60;
}

#fancybox-author-form .panel .row-amount .amount-value label {
    background-color: #ffffff;
    border: 3px solid #f0ebe7;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 22px;
    line-height: 125%;
    padding: 10px 25px;
    text-align: center;
}

#fancybox-author-form .panel .row-amount .amount-value label:hover {
	border: 3px solid #b1bc60;
}

#fancybox-author-form .panel .row-amount .field-amount {
	display: block;
	margin: 0 auto;
	max-width: 270px;
	position: relative;
}

#fancybox-author-form .panel .row-amount .field-amount input[type="text"] {
    background-color: #ffffff;
    border: 3px solid #f0ebe7;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    font-size: 22px;
    height: auto;
    line-height: 100%;
    margin: 0;
    padding: 6px 20px;
    text-align: center;
    width: 100%;
}

#fancybox-author-form .panel .row-amount .field-amount input[type="text"]:focus {
	border: 3px solid #b1bc60;
}

#fancybox-author-form .panel .row-amount .field-amount a {
    background-color: #ffffff;
    border: 3px solid #f0ebe7;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    font-size: 22px;
    height: 100%;
    left: 0;
    line-height: 125%;
    margin: 0;
    padding: 8px 35px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

#fancybox-author-form .panel .row-amount .field-amount a:hover {
	border: 3px solid #b1bc60;
	text-decoration: none;
}

#fancybox-author-form .panel .row-form {
	margin: 0 15px;
}

#fancybox-author-form .panel .row-form:after {
	clear: both;
	content: '';
	display: block;
	font-size: 0;
	width: 100%;
}

#fancybox-author-form .panel .row-form .col-half {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    padding: 0 5px 10px;
    width: 50%;
}

#fancybox-author-form .panel .row-form .col-full {
	padding: 0 5px 10px;
	width: 100%;
}

#fancybox-author-form .panel .row-form label {
    color: #96918b;
    display: block;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
    margin: 0 0 5px;
}

#fancybox-author-form .panel .row-form input[type="text"] {
    background-color: #fff;
    border: 2px solid #f0ebe7;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    height: 45px;
    line-height: 100%;
    padding: 0 15px;
    width: 100%;
}

#fancybox-author-form .row-submit {
	text-align: center;
}

#fancybox-author-form .row-submit a {
    background-color: #b1bc60;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 125%;
    max-width: 300px;
    padding: 10px 25px;
    text-align: center;
    width: 100%;
}

#fancybox-author-form .row-submit a:hover {
	text-decoration: none;
}

#fancybox-author-form .fancybox-close-small {
	height: auto;
	width: auto;
}

#fancybox-author-form .fancybox-close-small:after {
    background: url(../../../../../../themes/sivaneast/images/icon-modal-close.jpg) no-repeat 50% 50%;
    background-size: cover;
    border-radius: 0;
    content: '';
    height: 19px;
    right: 30px;
    top: 30px;
    width: 19px;
}

@media (max-width: 1024px) {
	#fancybox-author-form {
		max-width: 650px;
		padding: 30px 35px 30px;
	}
	#fancybox-author-form h2 {
		font-size: 35px;
	}
	#fancybox-author-form .panel h3 {
		font-size: 14px;
	}
	#fancybox-author-form .panel .row-amount .field-amount input[type="text"] {
		font-size: 18px;
	}
	#fancybox-author-form .panel .row-amount .field-amount a {
		font-size: 18px;
		padding: 7px 25px 0;
	}
	#fancybox-author-form .panel .row-amount .amount-value label {
		font-size: 22px;
		padding: 10px 20px;
	}
	#fancybox-author-form .panel .row-form label {
		font-size: 14px;
	}
	#fancybox-author-form .row-submit a {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	#fancybox-author-form {
		margin: 0;
		padding: 25px 20px 20px;
	}
	#fancybox-author-form h2 {
		font-size: 25px;
		margin: 0 0 20px;
	}
	#fancybox-author-form .panel {
		margin: 0 0 15px;
	}
	#fancybox-author-form .panel h3 {
		margin: 0 0 10px;
	}
	#fancybox-author-form .panel .row-amount a {
		font-size: 18px;
		padding: 10px 20px;
	}
	#fancybox-author-form .panel .row-amount .amount-value label {
		font-size: 16px;
		padding: 5px 15px;
	}
	#fancybox-author-form .panel .row-form {
		margin: 0 -5px;
	}
	#fancybox-author-form .panel .row-form label {
		font-size: 13px;
	}
	#fancybox-author-form .panel .row-form .col-half {
		width: 100%;
	}
	#fancybox-author-form .panel .row-form input[type="text"] {
		height: 35px;
		padding: 0 10px;
	}
	#fancybox-author-form .row-submit a {
		font-size: 16px;
		max-width: none;
	}
	#fancybox-author-form .fancybox-close-small:after {
		right: 10px;
		top: 15px;
	}
}

/**/

blockquote .g.g-15 {
	margin: 20px 0 0;
}

blockquote .g.g-15 .g-single {
}

blockquote .g.g-15 .g-single hr {
	display: none;
}

blockquote .g.g-15 .g-single p {
	font-family: "Open Sans";
	font-size: 18px;
	font-style: normal;
	line-height: 150% !important;
	padding: 0;
}

blockquote .g.g-15 .g-single p:before, blockquote .g.g-15 .g-single p:after {
	display: none;
}

blockquote .g.g-15 .g-single p a {
}

blockquote .g.g-15 .g-single strong {
	display: block;
}

@media (max-width: 767px) {
	blockquote .g.g-15 .g-single p {
	}
}

/* VIDEOS */

#header-new header {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 35px 0 60px;
}

#header-new header .page-holder {
	display: flex;
	max-width: 1240px;
}

#header-new .nav-area {
	float: left;
	margin: 45px 0 0;
	width: 50%;
}

#header-new .nav-area .hold {
	float: left;
}

#header-new .logo {
	float: left;
	margin: 0 20px 0 0;
	width: auto;
}

#header-new .logo a {
	display: block;
	margin: 0 auto;
	max-width: 135px;
}

#header-new .logo a img {
	display: block;
}

#header-new .logo .slogan {
	display: none;
	float: none;
	font-size: 16px;
	line-height: 110%;
	padding: 0;
	text-align: center;
}

#header-new .h-top-row {
	float: right;
	margin: 30px 0 0;
	padding: 0;
	width: 35%;
}

#header-new .h-top-row .hold {
	font-size: 0;
}

#header-new .link-email {
    color: #666;
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: middle;
}

#header-new .search-area {
    display: inline-block;
	margin: 0;
    vertical-align: middle;
}

#header-new .search-link {
	height: 24px;
	width: 24px;
}

#header-new #nav > li {
	padding: 0 10px 20px;
}

#header-new #nav > li > a {
	font-size: 14px;
}

#header-new #nav > li > .sub-menu {
	left: 0;
	top: 35px;
	transform: none;
}

#header-new #nav > li > .sub-menu:before {
	left: 30px;
	transform: translate(0, 0) rotate(45deg);
}

#header-new .join-area {
    display: inline-block;
    float: none;
    margin: 0 0 0 5px;
    vertical-align: middle;
}

#header-new .logged-box {
	display: inline-block;
	float: none;
	margin: 0 0 0 10px;
	vertical-align: middle;
}



@media (max-width: 1024px) {
	#header-new header {
		padding: 10px 0 15px;
	}
	#header-new .nav-area {
		margin: 30px 0 0;
	}
	#header-new .h-top-row {
		margin: 20px 0 0;
	}
	#header-new .logo a {
		margin: 0 auto;
		max-width: 120px;
	}
	#header-new #nav > li {
		margin: 0 5px 0 0;
		padding: 0 15px 15px 0;
	}
	#header-new #nav > li > a {
		font-size: 14px;
	}
	#header-new .link-email, #header-new .search-area, #header-new .logo .slogan {
		display: none;
	}
}

@media (max-width: 768px) {
	#header-new .nav-area {
		margin: 20px 0 0;
	}
	#header-new .h-top-row {
		margin: 25px 0 0;
	}
}

@media (max-width: 767px) {
	#header-new .nav-area, #header-new .h-top-row {
		display: none;
	}
	#header-new .logo {
		float: left;
		margin: 0 auto;
		width: 90px;
	}
	#header-new .search-link {
		float: right;
		margin: 19px 25px 0 0;
	}
	#header-new .m-nav-link {
		float: right;
	}
}

/**/

#video-banner {
	background: url(../../../../../../themes/sivaneast/images/bg-banner-video.jpg) no-repeat 50% 50%;
	background-size: cover;
}

#video-banner .bg-gradient {
	background: rgb(228,112,121);
	background: -moz-linear-gradient(left, rgba(228,112,121,0.75) 0%, rgba(169,86,117,0.75) 51%, rgba(112,60,113,0.75) 100%);
	background: -webkit-linear-gradient(left, rgba(228,112,121,0.75) 0%,rgba(169,86,117,0.75) 51%,rgba(112,60,113,0.75) 100%);
	background: linear-gradient(to right, rgba(228,112,121,0.75) 0%,rgba(169,86,117,0.75) 51%,rgba(112,60,113,0.75) 100%);
	padding: 95px 0 85px;
}

#video-banner .page-holder {
	display: block;
	margin: 0 auto;
	max-width: 1240px;
}

#video-banner h2 {
	color: #ffffff;
	font-family: "Lusitana", Arial, Helvetica, sans-serif;
	font-size: 45px;
	line-height: 125%;
	margin: 0 0 10px;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

#video-banner h4 {
	color: #ffffff;
	font-family: "Crimson Text", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: italic;
	line-height: 125%;
	margin: 0 0 25px;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

#video-banner .button {
	margin: 0 0 20px;
}

#video-banner .button a {
    background-color: #fff;
    border-radius: 4px;
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 125%;
    margin: 0 auto;
    max-width: 180px;
    padding: 15px 0;
    text-align: center;
}

#video-banner .button a {
	text-decoration: none;
}

#video-banner p {
    color: #fff;
    font-size: 11px;
    line-height: 125%;
    text-align: center;
}

#video-banner p a {
	color: #fff;
	font-weight: bold;
}

/**/

#video-slider {
}

#video-slider .page-holder {
	max-width: 1240px;
}

#video-slider .slider-add-area {
	padding: 55px 0 75px;
}

#video-slider .slider-add-section {
	padding: 0 40px;
}

#video-slider .slider-add-area h3 {
    color: #484848;
	font-family: "Crimson Text", Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-style: normal;
    margin: 0 0 30px;
}

#video-slider .slider-add-holder .slide-box {
	margin: 0 10px;
}

#video-slider .slider-add-holder .slide-box a {
    display: block;
    overflow: hidden;
    position: relative;
}

#video-slider .slider-add-holder .slide-box a:after {
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#video-slider .slider-add-holder .slide-box img {
	display: block;
	width: 100%;
}

#video-slider .slider-add-holder .slide-box span {
	bottom: 10px;
	color: #fff;
	display: block;
	font-family: "Crimson Text", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	left: 10px;
	line-height: 125%;
	position: absolute;
	z-index: 1;
}

#video-slider .bottom-button {
	margin: 35px 0 0;
}

#video-slider .bottom-button a {
	border: 2px solid #E9737A;
	border-radius: 3px;
	color: #E9737A;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 auto;
	max-width: 190px;
	padding: 15px 10px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#video-slider .bottom-button a:hover {
	background-color: #E9737A;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 767px) {
	#video-slider .slider-add-section {
		padding: 0;
	}
}

/**/

#video-explore {
	background: url(../../../../../../themes/sivaneast/images/bg-video-explore.jpg) no-repeat 50% 50%;
	background-size: cover;
}

#video-explore .bg {
	background: rgb(136, 68, 87, 0.5);
	padding: 185px 0 230px;
}

#video-explore .page-holder {
	display: block;
	margin: 0 auto;
	max-width: 1240px;
}

#video-explore .box {
	max-width: 400px;
}

#video-explore h2 {
	color: #ffffff;
	font-family: "Lusitana", Arial, Helvetica, sans-serif;
	font-size: 45px;
	line-height: 125%;
	margin: 0 0 20px;
}

#video-explore p {
    color: #ffffff;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 150%;
    margin: 0 0 35px;
}

#video-explore .button a {
	background-color: #fff;
	border-radius: 3px;
	color: #333;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 125%;
	max-width: 180px;
	padding: 15px 10px;
	text-align: center;
}

#video-explore .button a:hover {
	text-decoration: none;
}

/**/

.top-info-frame .bg-gradient{
	padding: 86px 0 65px;
	background: rgb(228,113,121); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(228,113,121,1) 0%, rgba(171,87,117,1) 50%, rgba(113,61,113,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(228,113,121,1) 0%,rgba(171,87,117,1) 50%,rgba(113,61,113,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(228,113,121,1) 0%,rgba(171,87,117,1) 50%,rgba(113,61,113,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.page-template-course-new .top-info-frame .bg-gradient {
	padding: 40px 0 50px;
}

.top-info-frame .bg-gradient h2 {
	margin: 0 0 3px;
}

.page-template-course-new .top-info-frame .bg-gradient h2 {
	font-size: 45px;
	margin: 0 0 10px;
}

.top-info-frame .bg-gradient h3 {
	margin: 0 0 25px;
}

.page-template-course-new .top-info-frame .bg-gradient h3 {
	display: block;
	font-size: 14px;
	font-style: normal;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	line-height: 135%;
	margin: 0 auto;
	max-width: 420px;
	text-shadow: none;
}

#video-discover {
	background-color: #f7f5f3;
	padding: 60px 0 85px;
}

#video-discover .page-holder {
	max-width: 1240px;
}

#video-discover h2 {
    color: #484848;
    font-family: "Lusitana", Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-style: normal;
    line-height: 1.2;
    margin: 0 0 40px;
    text-align: center;
}

#video-discover #events-box {
    display: flex;
    flex-wrap: wrap;
}

#video-discover #events-box .pop-video-lst {
	display: flex;
	flex-wrap: wrap;
}

#video-discover #events-box .item {
	min-width: 25%;
	padding-bottom: 35px;
	width: 25%;
}

#video-discover #events-box .box {
	height: 100%;
	padding: 0 0 25px;
	position: relative;
}

#video-discover #events-box .img a:before {
    background: url(../../../../../../themes/sivaneast/images/icon-video-play.png) no-repeat 0 0;
    bottom: 15px;
    content: '';
    display: block;
    font-size: 0;
    height: 24px;
    left: 15px;
    position: absolute;
    width: 24px;
    z-index: 1;
}

#video-discover #events-box .img a:after {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
}

#video-discover #events-box .img a:hover img {
	transform: scale(1.15, 1.15) translate(-42.5%, -42.5%);
	-webkit-transform: scale(1.15, 1.15) translate(-42.5%, -42.5%);
}

#video-discover #events-box .time {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 2px;
	bottom: 15px;
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 100%;
	padding: 5px 6px;
	position: absolute;
	right: 15px;
	z-index: 1;
}

#video-discover #events-box h3 {
    display: block;
    padding: 15px 15px 10px;
    text-align: left;
}

#video-discover #events-box h3 a {
    color: #4a4a4a;
    font-family: "Lusitana", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 125%;
}

#video-discover #events-box h4 {
	color: #A7A19B;
	display: block;
	font-family: "Crimson Text", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	line-height: 125%;
	padding: 0 15px 10px;
	text-align: left;
}

#video-discover #events-box h4 a {
	color: #A7A19B;
}

#video-discover #events-box .text {
	color: #807a75;
	font-family: "Crimson Text", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	padding: 0 15px;
	text-align: left;
}

#video-discover #events-box .text a {
	color: #807a75;
}

#video-discover #events-box .text p {
	font-size: 12px;
	line-height: 135%;
	margin: 0;
}

#video-discover #events-box .box-bottom {
	padding: 0 15px 10px;
}

#video-discover .bottom-discover {
}

#video-discover .bottom-discover .button {
    border: 1px solid #EBE6E1;
    border-radius: 2px;
    color: #A7A19B;
    float: left;
    font-size: 10px;
    line-height: 100%;
    padding: 4px 7px;
	text-decoration: none;
    text-transform: uppercase;
}

#video-discover .bottom-discover .level {
    color: #A7A19B;
    float: right;
    font-size: 10px;
    line-height: 20px;
    padding: 0;
    text-transform: uppercase;
}

#video-discover .bottom-discover .level span {
	background-color: #000;
	border-radius: 50%;
	display: inline-block;
	font-size: 0;
	height: 7px;
	margin: 0 0 2px 2px;
	vertical-align: middle;
	width: 7px;
}

#video-discover .bottom-discover .level span:first-child {
	margin: 0 0 2px 4px;
}

#video-discover .bottom-discover .level.level-1 span {
	background-color: #B0BD5A;
}

#video-discover .bottom-discover .level.level-2 span {
	background-color: #E9737A;
}

#video-discover .bottom-discover .level.level-3 span {
	background-color: #733F65;
}

#video-discover .bottom-button {
	margin: 30px 0 0;
}

#video-discover .bottom-button a {
	border: 2px solid #E9737A;
	border-radius: 3px;
	color: #E9737A;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 auto;
	max-width: 190px;
	padding: 15px 10px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#video-discover .bottom-button a:hover {
	background-color: #E9737A;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 1024px) {
	.page-template-course-new .top-info-frame .bg-gradient {
		padding: 30px 0;
	}
	.page-template-course-new .top-info-frame .bg-gradient h2 {
		font-size: 32px;
	}
	#video-discover #events-box .item {
		min-width: 50% !important;
		width: 50% !important;
	}
}

@media (max-width: 767px) {
	.page-template-course-new .top-info-frame .bg-gradient {
		padding: 25px 0;
	}
	.page-template-course-new .top-info-frame .bg-gradient h2 {
		font-size: 28px;
	}
	#video-discover.inner {
		padding: 30px 0 !important;
	}
	#video-banner h2 {
		font-size: 35px;
		line-height: 110%;
	}
	#video-banner h4 {
		font-size: 22px;
		margin: 0 0 10px;
	}
	#video-banner .bg-gradient {
		padding: 75px 0 65px;
	}
	#video-explore .bg {
		padding: 80px 0 70px;
	}
	#video-explore h2 {
		font-size: 35px;
		line-height: 110%;
	}
	#video-discover {
		background-color: #fff;
		padding: 50px 0 45px;
	}
	#video-discover #events-box {
		display: block;
	}
	#video-discover #events-box .item {
		min-width: 100%;
		width: 100%;
	}
	/**/
	#video-discover #events-box .img a:before {
		bottom: 10px;
		left: 10px;
	}
	#video-discover #events-box h3 {
	}
	#video-discover #events-box h3 a {
		font-size: 14px;
	}
	#video-discover #events-box .time {
		bottom: 10px;
		right: 10px;
	}
	#video-discover .bottom-discover .button {
		display: inline-block;
		float: none;
		margin: 0 15px 0 0;
		vertical-align: middle;
	}
	#video-discover .bottom-discover .level {
		display: inline-block;
		font-size: 0;
		padding: 0;
		vertical-align: middle;
	}
}

@media (max-width: 600px) {
	#video-discover #events-box .box {
	}
	#video-discover #events-box h3 {
		padding: 0 15px 10px;
	}
	#video-discover #events-box .img {
		min-width: 50%;
		width: 50%;
	}
	#video-discover .bottom-discover .button {
		margin: 0;
	}
	#video-discover #events-box .box-bottom {
		position: static;
	}
}

/**/

#category-video #event-header {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
}

#category-video #event-header .bg-gradient {
	background: rgb(228,112,121);
	background: -moz-linear-gradient(left, rgba(228,112,121,0.75) 0%, rgba(169,86,117,0.75) 51%, rgba(112,60,113,0.75) 100%);
	background: -webkit-linear-gradient(left, rgba(228,112,121,0.75) 0%,rgba(169,86,117,0.75) 51%,rgba(112,60,113,0.75) 100%);
	background: linear-gradient(to right, rgba(228,112,121,0.75) 0%,rgba(169,86,117,0.75) 51%,rgba(112,60,113,0.75) 100%);
	padding: 55px 0 45px;
}

#category-video #event-header .page-holder {
	/*max-width: 950px;*/
	max-width:1240px;
}

#category-video #event-header h2 {
	font-size: 45px;
}

#category-video #event-header h3 {
    font-size: 26px;
    margin: 0 0 30px;
}

#category-video #event-header #video-bar-form .tribe-bar-filters {
	background: none;
	padding: 0;
}

#category-video #event-header .tribe-bar-filters-inner {
	font-size: 0;
}

#category-video #event-header .tribe-bar-category-filter, #category-video #event-header .tribe-bar-location-filter {
	width: 20%;
}

#category-video #event-header .tribe-bar-submit {
	width: 16%;
}

#category-video #event-header .tribe-bar-filters-inner .tribe-bar-filter01 .jcf-select .jcf-select-text {
	background: url(../../../../../../themes/sivaneast/images/icon-difficultyicon.svg) no-repeat 15px 50% #fff;
	background-size: 13px auto;
	padding-left: 40px;
}

#category-video #event-header .tribe-bar-filters-inner .tribe-bar-filter02 .jcf-select .jcf-select-text {
	background: url(../../../../../../themes/sivaneast/images/icon-timeicon.svg) no-repeat 15px 50% #fff;
	background-size: 16px 16px;
	padding-left: 40px;
}

#category-video #event-header .tribe-bar-filters-inner .tribe-bar-filter03 .jcf-select .jcf-select-text {
	background: url(../../../../../../themes/sivaneast/images/icon-type.png) no-repeat 10px 50% #fff;
	background-size: 23px 22px;
	padding-left: 40px;
}

#category-video #event-header .tribe-bar-filters-inner .tribe-bar-filter04 .jcf-select .jcf-select-text {
	background: url(../../../../../../themes/sivaneast/images/icon-eye.svg) no-repeat 10px 50% #fff;
	background-size: 23px auto;
	padding-left: 40px;
}

#category-video #event-header .tribe-bar-filters-inner .tribe-bar-filter05 .jcf-select .jcf-select-text {
	background: url(../../../../../../themes/sivaneast/images/icon-teacher.png) no-repeat 10px 50% #fff;
	background-size: 23px auto;
	padding-left: 40px;
}

/**/

.page-template-business-listings #main-title {
	background-color: #f2f2f2;
	padding: 45px 0 0;
}

.page-template-business-listings #main-title .page-holder {
	max-width: 1300px;
}

.page-template-business-listings #main-title .page-holder h1 {
	color: #a7a19b;
	font-family: "Crimson Text";
	font-size: 32px;
	font-style: italic;
	line-height: 125%;
	position: relative;
	text-align: center;
}

.page-template-business-listings #main-title .page-holder h1:after {
	background-color: #ebe6e1;
	content: '';
	display: block;
	height: 2px;
	left: 0;
	margin: -1px 0 0;
	position: absolute;
	top: 50%;
	width: 100%;
}

.page-template-business-listings #main-title .page-holder h1 span {
	background-color: #f2f2f2;
	display: inline-block;
	padding: 0 15px;
	position: relative;
	z-index: 1;
}

#main-category-video {
	background-color: #F7F5F3;
	padding: 40px 0 75px;
}

#main-category-video .page-holder {
	display: flex;
	flex-direction: row;
	max-width: 1280px;
}

#category-video-content {
	display: block;
	width: 100%;
}

#category-video-sidebar {
	display: block;
	margin: 0 0 0 40px;
	min-width: 300px;
	width: 300px;
}

#category-video #event-content {
	background: none;
	padding: 0;
}

#main-category-video #video-discover {
	padding: 0;
}

#category-video #events-box {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}

#category-video .btn-more {
	padding: 0 15px;
}

#category-video .btn-more a {
	font-size: 13px;
	max-width: 400px;
	padding: 20px 10px;
}

/**/

@media (max-width: 1024px) {
	#category-video #event-header .tribe-bar-category-filter, #category-video #event-header .tribe-bar-location-filter {
		width: 25%;
	}
	#category-video #event-header .filter-clear {
		display: none;
	}
	#category-video #event-header .tribe-bar-submit {
		width: 25%;
	}
	#main-category-video {
		background-color: #fff;
		padding: 35px 0 25px;
	}
	#category-video #events-box .item {
		max-width: none;
		width: 100%;
	}
	/**/
	.page-template-business-listings #main-title .page-holder h1 {
		font-size: 26px;
	}
	.page-template-business-listings #main-category-video {
		background-color: #f2f2f2;
	}
	.page-template-business-listings #main-category-video .page-holder {
		flex-direction: column;
	}
	.page-template-business-listings #category-video-sidebar {
		margin: 0;
		width: 100%;
	}
	.page-template-business-listings #category-video-sidebar .swidget {
		display: none;
	}
	.page-template-business-listings #category-video-sidebar .swidget.swidget-map {
		display: block;
		margin: 0 0 25px;
	}
	.page-template-business-listings #category-video-sidebar #expand-map {
		display: none;
	}
	.page-template-business-listings #category-video-sidebar #listing_map_id {
		height: 400px;
		width: 100%;
	}
	.page-template-business-listings #category-video-content {
	}
	.page-template-business-listings #listing-discover #events-box .box {
		padding: 0 0 10px;
	}
	.page-template-business-listings #listing-discover #events-box .listing-bottom-box .detail-link {
		display: none;
	}
}

@media (max-width: 840px) {
	#main-category-video .page-holder {
		display: block;
	}
	#category-video-content {
	}
	#category-video-sidebar {
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	.join-popup .mobile-nav-box {
		padding: 45px 5%;
	}
	#category-video #event-header .bg-gradient {
		padding: 25px 0;
	}
	#main-category-video {
		background-color: #fff;
		padding: 25px 0;
	}
	#category-video #event-header h2 {
		font-size: 32px;
		line-height: 110%;
		margin: 0 0 5px;
	}
	#category-video #event-header h3 {
		font-size: 16px;
		margin: 0 0 15px;
	}
	#category-video #event-header .tribe-bar-filter01.tribe-bar-category-filter, #category-video #event-header .tribe-bar-filter02.tribe-bar-location-filter, #category-video #event-header .tribe-bar-filter03.tribe-bar-category-filter, #category-video #event-header .tribe-bar-filter04.tribe-bar-category-filter, #category-video #event-header .tribe-bar-filter05.tribe-bar-category-filter {
		display: inline-block;
		max-width: 100%;
		padding: 0 7px;
		width: 50%;
	}
	#category-video #event-header .tribe-bar-filter01.tribe-bar-category-filter .jcf-select, #category-video #event-header .tribe-bar-filter02.tribe-bar-location-filter .jcf-select, #category-video #event-header .tribe-bar-filter03.tribe-bar-category-filter .jcf-select, #category-video #event-header .tribe-bar-filter04.tribe-bar-category-filter .jcf-select, #category-video #event-header .tribe-bar-filter05.tribe-bar-category-filter .jcf-select {
		width: 100%;
	}
	#category-video #event-header .filter-clear {
		display: none;
	}
	#category-video #event-header .tribe-bar-submit {
		max-width: 100%;
		padding: 0 7px;
		width: 100%;
	}
	#event-header .tribe-bar-category-filter .jcf-select .jcf-select-text, #event-header .tribe-bar-location-filter .jcf-select .jcf-select-text {
		font-size: 10px;
	}
	#event-header .jcf-select .jcf-select-text span {
		padding: 0;
	}
	#main-category-video #video-discover {
		background: none;
		border: none;
	}
	#main-category-video .page-holder {
		padding: 0;
	}
	#category-video #events-box {
		margin: 0;
	}
	#category-video #events-box .item {
		padding: 0 0 10px;
	}
	.page-template-business-listings #category-listing #event-header .bg-gradient {
		padding: 35px 0 20px;
	}
	.page-template-business-listings #category-listing #event-header h2 {
		font-size: 32px;
	}
	.page-template-business-listings #category-listing #event-header h3 {
		font-size: 16px;
	}
	.page-template-business-listings #category-listing #event-header .tribe-bar-business-filter, .page-template-business-listings #category-listing #event-header .tribe-bar-category-filter, .page-template-business-listings #category-listing #event-header .tribe-bar-location-filter {
		margin: 0 0 10px;
		max-width: 100%;
		padding: 0 10px;
		width: 100%;
	}
	.page-template-business-listings #category-listing #event-header .tribe-bar-submit {
		max-width: 100%;
		padding: 0 10px;
		width: 100%;
	}
	.page-template-business-listings #category-listing #event-header .tribe-bar-submit input {
		font-size: 13px;
		height: auto;
		padding: 15px;
	}
	.page-template-business-listings #event-header .jcf-select {
		width: 100%;
	}
	
	.page-template-business-listings #main-category-video {
		padding: 15px 0 25px;
	}
	.page-template-business-listings #category-video-sidebar {
		display: none;
		padding: 0;
	}
	.page-template-business-listings #category-video-sidebar #listing_map_id {
		height: 540px;
	}
	.page-template-business-listings #category-video-content {
		padding: 0 5.6%;
	}
	.page-template-business-listings #main-title {
		padding: 35px 0 0;
	}
	.page-template-business-listings #main-title .page-holder h1 {
		font-size: 24px;
	}
	.page-template-business-listings #main-title .page-holder h1 span {
		background: none;
		padding: 0;
	}
	.page-template-business-listings #main-title .page-holder h1:after {
		display: none;
	}
	.page-template-business-listings .listing-mobile-map-view {
		color: #a7a19b;
		display: block;
		font-size: 24px;
		font-weight: normal;
		line-height: 125%;
		margin: 0 0 35px;
	}
	.page-template-business-listings .listing-mobile-map-view a {
		color: #a7a19b;
		font-weight: bold;
	}
	.page-template-business-listings .listing-mobile-map-view a:hover {
		text-decoration: none;
	}
	.page-template-business-listings .listing-mobile-map-view a.active {
		color: #733f65;
	}
	.page-template-business-listings #listing-discover #events-box .item {
		max-width: 100%;
		min-width: 0;
	}
	.page-template-business-listings #category-listing .btn-more a {
		font-size: 11px;
		max-width: 180px;
		padding: 10px;
	}
}

@media (max-width: 600px) {
	/*
	#video-discover #events-box .box {
		display: block;
	}
	#video-discover #events-box .img {
		min-width: 0;
		width: 100%;
	}
	#video-discover #events-box .card {
		padding: 0 0 50px;
	}
	*/
	#category-video-sidebar {
		display: none;
	}
}

/* SINGLE VIDEO */

#page-video {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(247, 245, 243, 1) 100%);
    border-bottom: 1px solid #EBE6E1;
    padding: 50px 0 70px;
}

#page-video .page-holder {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    max-width: 1200px;
}

#page-video #page-video-content {
	width: 100%;
}

#page-video .video-embed {
	margin: 0 0 25px;
	padding: 0 0 57%;
	position: relative;
	width: 100%;
}

#page-video .video-embed .wistia_responsive_padding {
    display: block;
    height: 100% !important;
    left: 0;
    padding: 0 !important;
    position: absolute !important;
    top: 0;
    width: 100% !important;
}

#page-video .video-embed .fluidvids {
	display: block;
	height: 100% !important;
	left: 0;
	position: absolute;
	top: 0;
	width: 100% !important;
}

#page-video .video-embed .fluidvids iframe {
	display: block;
}

#page-video .video-embed .wistia_embed {
	display: block;
	height: 100% !important;
	left: 0;
	position: absolute;
	top: 0;
	width: 100% !important;
}

#page-video .video-embed .wistia_embed > div {
	height: 100% !important;
}

#page-video .video-embed .wistia_embed > div > div {
	height: 100% !important;
}

#page-video .video-content {
	position: relative;
}

#page-video .video-content .video-info-wrap {
	padding: 0 220px 0 0;
}

#page-video .video-content h1 {
	font-family: "Lusitana", Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 125%;
	font-weight: normal;
	margin: 0 0 30px;
}

#page-video .video-content .video-info {
	font-size: 0;
	margin: 0 0 20px;
}

#page-video .video-content .video-info .cat {
	display: inline-block;
	margin: 0 25px 0 0;
	vertical-align: middle;
}

#page-video .video-content .video-info .cat a {
	border: 1px solid #EBE6E1;
	border-radius: 2px;
	color: #A7A19B;
	display: block;
	font-size: 10px;
	line-height: 100%;
	padding: 4px 7px;
	text-decoration: none;
	text-transform: uppercase;
}

#page-video .video-content .video-info .level {
	color: #A7A19B;
	display: inline-block;
	font-size: 10px;
	line-height: 100%;
	margin: 0 25px 0 0;
	text-transform: uppercase;
	vertical-align: middle;
}

#page-video .video-content .video-info .level span {
	background-color: #000;
	border-radius: 50%;
	display: inline-block;
	font-size: 0;
	height: 7px;
	margin: 0 0 2px 2px;
	vertical-align: middle;
	width: 7px;
}

#page-video .video-content .video-info .level span:first-child {
	margin: 0 0 2px 4px;
}

#page-video .video-content .video-info .level.level-1 span {
	background-color: #B0BD5A;
}

#page-video .video-content .video-info .level.level-2 span {
	background-color: #E9737A;
}

#page-video .video-content .video-info .level.level-3 span {
	background-color: #733F65;
}

#page-video .video-content .video-info .view {
	display: inline-block;
	font-size: 12px;
	line-height: 125%;
	margin: 0 0 2px;
	vertical-align: middle;
}

#page-video .video-content .video-social {
	position: absolute;
	right: 26px;
	top: 0;
}

#page-video .video-content .video-social ul {
	list-style: none;
	margin: 0 -5px;
}

#page-video .video-content .video-social ul li {
	display: inline-block;
	padding: 0 5px;
	vertical-align: middle;
}

#page-video .video-content .video-social ul li a {
	border-radius: 50%;
	color: #A7A19B;
	display: block;
	font-size: 30px;
}

#page-video .video-content .video-social ul li a:hover {
	text-decoration: none;
}

#page-video .video-content .video-social ul li a i {
	display: block;
}

/**/

#page-video .video-content .video-content-cols {
	display: flex;
	flex-direction: row;
}

#page-video .video-content .video-content-cols .video-content-sidebar {
	flex: 0 0 300px;
	margin: 0 40px 0 0;
	width: 300px;
}

#page-video .video-content .video-content-cols .video-content-content {
}

#page-video .video-content .video-text {
	padding: 0 0 20px;
}

#page-video .video-content .video-text-wrap .video-text{
	padding: 0;
}

#page-video .video-content .video-text p {
	font-size: 13px;
	line-height: 175%;
	margin: 0 0 20px;
}

#page-video .video-content .video-text a {
	color: #7d4670;
	text-decoration: underline;
}

#page-video .video-content .video-text a:hover {
}

#page-video .video-content .box-video-info {
	border: 1px solid #ebe6e1;
	border-radius: 3px;
	color: #484848;
	font-size: 12px;
	margin: 0 0 25px;
	max-width: 335px;
	padding: 0 0 10px;
}

#page-video .video-content .box-video-info h4 {
	font-weight: bold;
	line-height: 100%;
	padding: 10px;
}

#page-video .video-content .box-video-info .info-row {
	display: flex;
	margin: 0 0 3px;
	padding: 3px 0;
}

#page-video .video-content .box-video-info .info-row.alt {
	background-color: #ebe6e1;
}

#page-video .video-content .box-video-info .info-row label {
	display: block;
	font-weight: bold;
	line-height: 100%;
	padding: 0 10px;
	width: 80px;
}

#page-video .video-content .box-video-info .info-row span {
	display: block;
	line-height: 100%;
	padding: 0 10px;
}

#page-video #page-video-content .video-comment {
	display: block;
}

#page-video #page-video-content .video-comment .comments-area {
	padding: 10px 0 0;
}

#page-video #page-video-sidebar .video-comment {
	display: none;
}

#page-video .video-comment .button-wrap a {
    border: 2px solid #7D4670;
    border-radius: 2px;
    color: #733F65;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 125%;
    max-width: 330px;
    padding: 12px 15px;
    text-align: center;
    width: 100%;
}

#page-video .video-comment .button-wrap a:hover {
	background-color: #7D4670;
	color: #fff;
	text-decoration: none;
}

#page-video .video-comment .button-wrap a div {
	display: inline-block;
}

#page-video .video-comment .button-wrap a div span {
	display: inline-block !important;
}

#page-video #page-video-sidebar {
	margin: 0 0 0 40px;
	min-width: 300px;
	width: 300px;
}

#page-video .video-author {
	background-color: #fff;
	border: 1px solid #ebe6e1;
	border-radius: 5px;
	margin: 0;
	padding: 25px 30px 30px;
}

#page-video .video-author b {
	font-weight: bold;
}

#page-video .video-author .followrs {
	font-size: 13px;
	line-height: 125%;
	margin: 0 10px 0 0;
}

#page-video .video-author .following {
	font-size: 13px;
	line-height: 125%;
}

#page-video .video-author .video-row {
	align-items: center;
	display: flex;
	flex-direction: row;
	margin: 0 0 20px;
}

#page-video .video-author .video-row .img {
	background-position: 50% 50%;
	background-size: cover;
    border: 3px solid #F7F5F3;
    border-radius: 50%;
    height: 80px;
    margin: 0 15px 0 0;
	min-width: 80px;
    width: 80px;
}

#page-video .video-author .video-info {
}

#page-video .video-author .video-info h4 {
	display: block;
	font-size: 13px;
	line-height: 125%;
	margin: 0 0 2px;
}

#page-video .video-author .video-info h3 {
	display: block;
	font-family: "Lusitana", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 125%;
	margin: 0;
}

#page-video .video-author .video-info h3 a {
	display: block;
	text-decoration: none;
}

#page-video .video-author .video-social {
	font-size: 0;
	list-style: none;
	margin: 0 -3px;
}

#page-video .video-author .video-social li {
	display: inline-block;
	padding: 0 3px;
	vertical-align: middle;
}

#page-video .video-author .video-social li a {
	background-color: #A7A19B;
	border-radius: 50%;
	color: #A7A19B;
	display: block;
	font-size: 20px;
	height: 22px;
	overflow: hidden;
	width: 22px;
}

#page-video .video-author .video-social li a:hover {
	text-decoration: none;
}

#page-video .video-content .video-social li a i {
	display: block;
}

#page-video .video-author .video-social li a img {
	display: block;
	height: 14px;
	margin: 4px auto 0;
	width: auto;
}

#page-video .video-author .video-text {
	padding: 0 0 20px;
}

#page-video .video-author .video-text p {
	font-size: 12px;
	line-height: 150%;
	margin: 0 0 10px;
}

#page-video .video-author .video-text p:last-child {
	margin: 0;
}

#page-video .video-author .video-buttons {
	margin: 0 0 15px;
}

#page-video .video-author .video-buttons:after {
	clear: both;
	content: '';
	display: block;
	font-size: 0;
	width: 100%;
}

#page-video .video-author .video-buttons a {
	background-color: #fff;
	border: 1px solid #EBE6E1;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #A7A19B;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 125%;
	margin: 0 0 10px !important;
	padding: 12px 10px !important;
	text-align: center;
	width: 100%;
}

#page-video .video-author .video-buttons a:hover {
	text-decoration: none;
}

#page-video .video-author .video-buttons a.button-red {
	background-color: #E9737A;
	border: 1px solid #E9737A;
	color: #fff;
}

@media (max-width: 1024px) {
	#page-video {
		border: none;
		padding: 30px 0 0;
	}
	#page-video > .page-holder {
		display: block;
		padding: 0 50px;
	}
	.breadcrumbs-area .page-holder {
		padding: 0 50px;
	}
	#page-video #page-video-content {
		margin: 0 0 50px;
		width: 100%;
	}
	#page-video .video-content .video-text-wrap .video-text{
		padding: 0 35px 0 0;
	}
	#page-video .video-content .video-social ul li a {
		font-size: 24px;
	}
	#page-video .video-comment .button-wrap {
		text-align: center;
	}
	#page-video #page-video-sidebar {
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		margin: 0;
		min-width: 0;
		padding: 45px 27px;
		width: auto;
	}
	#page-video #page-video-sidebar:after {
		clear: both;
		content: '';
		display: block;
		font-size: 0;
		width: 100%;
	}
	#page-video .video-author {
		background: none;
		border: none;
		border-radius: 0;
		box-shadow: none;
		box-sizing: border-box;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	#page-video .video-author .video-buttons {
		font-size: 0;
		margin: 0 -8px;
		text-align: center;
	}
	#page-video .video-author .video-buttons > a {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		margin: 0 8px 10px !important;
		vertical-align: top;
		width: calc(50% - 16px);
	}
	#page-video .video-author .video-buttons .follow-group {
		margin: 0 8px;
		width: calc(100% - 16px);
	}
	#page-video .video-author .video-buttons .follow-group .join-popup-link {
		margin: 0 0 10px !important;
		width: 100%;
	}
	#page-video .video-author .video-buttons .follow-group .join-popup-link.more-suggest-follow {
		width: 30%;
	}
	#page-video .video-ad {
		box-sizing: border-box;
		padding: 0;
		width: 100%;
	}
	#page-video .video-ad img {
		display: block;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	#page-video {
		padding: 0;
	}
	#page-video .page-holder {
		padding: 0;
	}
	#page-video #page-video-content {
		margin: 0 0 30px;
	}
	#page-video .video-content {
		padding: 0 20px;
	}
	#page-video .video-embed {
		margin: 0 0 15px;
	}
	#page-video .video-content .video-text {
		padding: 0;
	}
	#page-video .video-content .video-info-wrap {
		padding: 0;
	}
	#page-video .video-content .video-info {
		margin: 0 0 10px;
	}
	#page-video .video-content .video-social {
		margin: 0 0 15px;
		position: static;
	}
	#page-video #page-video-sidebar {
		box-shadow: none;
		margin: 0;
		padding: 0;
	}
	#page-video .video-author {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		float: none;
		padding: 25px 20px 30px;
		width: 100%;
	}
	#page-video .video-ad {
		border-bottom: 1px solid #EBE6E1;
		float: none;
		padding: 30px 30px 55px;
		width: 100%;
	}
	#page-video #page-video-content .video-comment {
		display: none;
	}
	#page-video #page-video-sidebar .video-comment {
		display: block;
		padding: 0 30px;
	}
	#page-video #page-video-sidebar .video-comment .comments-area {
		margin: 0;
		padding: 30px 0 0;
	}
	#single-content + .comments-area {
		display: none;
	}
}

/**/

#video-discover.categories {
	background-color: #f7f5f3;
	padding: 50px 0 40px;
}

#page-video.inner {
	border: 0;
	background: rgb(247,245,243); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(247,245,243,1) 0%, rgba(252,251,250,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(247,245,243,1) 0%,rgba(252,251,250,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(247,245,243,1) 0%,rgba(252,251,250,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding: 30px 0 130px;
}

#video-discover.inner .page-holder {
	max-width: 1280px;
}

#video-discover.categories .page-holder {
	max-width: 1230px;
}

#video-discover.inner h2 {
	color: #A7A19B;
	font-family: "Crimson Text", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: italic;
	line-height: 1.2;
	margin: 0 0 40px;
	text-align: center;
}

#video-discover.inner h2 a {
	color: #884457;
	text-decoration: underline;
}

#video-discover.inner .button a {
	font-size: 18px;
	max-width: 506px;
}

#video-discover.inner #events-box .time {
	background: rgba(2, 2, 2, 0.63);
}

#video-discover.inner #events-box .add-ico {
	position: absolute;
	bottom: 18px;
	left: 46px;
	font-size: 16px;
	font-weight: 600;
	font-style: italic;
	line-height: 1.2;
	color: #fff;
	z-index: 4;
}

#video-discover.inner #events-box .price-txt {
	position: absolute;
	top: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #e9737a;
	line-height: 100%;
	padding: 15px 20px 0 0;
	right: 0;
	top: 0;
	z-index: 5;
}

#video-discover.inner #events-box .price-txt em {
	font: italic 18px "Crimson Text", Arial, Helvetica, sans-serif;
}

#video-discover.inner #events-box .price-txt:after {
	border-style: solid;
	border-width: 0 120px 75px 0;
	border-color: transparent #ffffff transparent transparent;
	content: '';
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	z-index: -1;
}

/**/

#video-discover.inner #events-box {
	padding: 0 0 20px;
}

#video-discover.video-discover-single.inner.bg {
	background-color: #f7f5f3;
	border-top: 1px solid #ebe6e1;
	padding: 35px 0;
}

#video-discover.video-discover-single .page-holder {
	max-width: 960px;
}

#video-discover.video-discover-single .page-holder h2 {
	color: #a7a19b;
	font-size: 26px;
	margin: 0 0 30px;
}

#video-discover.video-discover-single .page-holder h2 a {
	color: #884457;
}

#video-discover.video-discover-single #events-box .item {
	min-width: 33.33%;
	padding: 0 10px 40px;
	width: 33.33%;
}

#video-discover.video-discover-single #events-box .item .box {
	position: relative;
}

#video-discover.video-discover-single #events-box .item .box > .box-link {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#video-discover.video-discover-single .button a {
	border: 2px solid #EBE6E1;
	color: #A7A19B;
	max-width: 320px;
}

#video-discover.video-discover-single .button a:hover {
	background: none;
	border: 2px solid #a7a19b;
}

#video-slider.video-discover-single .slider-add-area h3 {
	color: #A7A19B;
	font-style: italic;
}

@media (max-width: 1024px) {
	#video-discover.inner {
		padding: 45px 0 40px;
	}
	#video-discover.inner .page-holder {
		padding: 0 40px;
	}
	#video-discover.inner .button a {
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	#video-discover.inner {
		padding: 35px 0 40px
	}
	#video-discover.inner .page-holder {
		padding: 0;
	}
	#video-discover.inner h2 {
		font-size: 20px;
		margin: 0 0 25px;
	}
	#video-discover.inner #events-box {
		margin: 0;
		padding: 0;
	}
	#video-discover.inner #events-box .item, #video-discover.video-discover-single #events-box .item {
		max-width: 100%;
		min-width: 0 !important;
		padding: 0 30px 25px;
		width: 100% !important;
	}
	#video-discover.inner .button a {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
}

@media (max-width: 600px) {
	#video-discover.inner #events-box .box {
		padding: 0 0 20px;
	}
	#video-discover.inner #events-box .img {
		min-width: 100%;
		width: 100%;
	}
	#video-discover.inner #events-box h3 {
		padding: 20px 20px 15px;
	}
	#video-discover.inner #events-box h3 a {
		font-size: 18px;
	}
	#video-discover.inner #events-box .text {
		padding: 0 20px;
	}
}

.page-template-page-templates .uploader div.browser input {
	width: auto !important;
}

/**/

.sort-by-vidoes {
    display: block;
    font-size: 0;
    padding: 0 0 20px;
    width: 100%;
}

.sort-by-vidoes .text-sort {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 125%;
    margin: 0 20px 0 0;
    vertical-align: middle;
}

.sort-by-vidoes .jcf-select {
    background-color: #fff;
    border: 1px solid #EBE6E1;
    border-radius: 4px;
    box-sizing: border-box;
    color: #4c4c4c;
    display: inline-block;
    height: 40px;
    max-width: 100%;
    position: relative;
    vertical-align: middle;
    width: 180px;
}

.sort-by-vidoes .jcf-select .jcf-select-text {
    border-radius: 4px;
    cursor: default;
    display: block;
    font-size: 13px;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 5px 15px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sort-by-vidoes .jcf-select .jcf-select-text span {
    display: block;
    font-size: 13px;
    line-height: 28px;
}

.sort-by-vidoes .jcf-select .jcf-select-opener {
    background: url(../../../../../../themes/sivaneast/images/user-arrow-select.png) no-repeat 50% 50%;
    background-size: 14px auto;
    border-left: 1px solid #ebe6e1;
    bottom: 5px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 36px;
}

@media (max-width: 767px) {
	.sort-by-vidoes {
		padding: 0 15px 20px;
	}
	
}

/* Fixing the scroll bar issue in chrome*/

#main {
   overflow-anchor: none;
}

/**/

#listing_map_id .listing-map-wrap {
	left: -50% !important;
	padding: 0 10px;
	width: 100% !important;
}

#listing_map_id .gm-style .gm-style-iw {
	position: relative !important;
	left: 0 !important;
	overflow: visible;
	top: 0 !important;
	width: 100% !important;
	/*
	left: 0 !important;
	overflow: visible;
	position: relative !important;
	top: 0 !important;
	width: 400px !important;
	*/
}

#listing_map_id .gm-style .gm-style-iw > div {
    display: block !important;
    max-height: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
}

#listing_map_id .gm-style .gm-style-iw > div > div {
    overflow: visible !important;
    position: relative;
}

#listing_map_id .gm-style .gm-style-iw:before {
    background-color: #fff;
    border: 1px solid #bbb;
    border-width: 0 0 1px 1px;
    bottom: -15px;
    content: '';
    display: block;
    height: 30px;
    left: 50%;
    margin: 0 0 0 -15px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 30px;
	z-index: 1;
}

#iw-container {
    align-items: center;
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    height: 100%;
    margin: 0;
    padding: 10px;
    width: 100%;
}

#iw-container .iw-content {
	padding: 0 5px;
	width: 100%;
}

#iw-container .iw-content .iw-title {
	color: #484848;
	display: block;
	font-family: "Crimson Text";
	font-size: 16px;
	font-weight: bold;
	line-height: 125%;
	margin: 0 0 10px;
}

#iw-container .iw-content .iw-categories {
	font-size: 0;
	padding: 0 0 5px;
}

#iw-container .iw-content .iw-categories li {
	border: 1px solid #A7A19B;
	border-radius: 4px;
	color: #A7A19B;
	display: inline-block;
	font-size: 7px;
	line-height: 100%;
	margin: 0 5px 5px 0;
	padding: 6px 5px 5px;
	text-transform: uppercase;
}

#iw-container .iw-content .iw-location {
	background: url(../../../../../../themes/sivaneast/images/icon-business-location.svg) no-repeat 0 1px;
	color: #242424;
	font-size: 14px;
	line-height: 125%;
	margin: 0 0 10px;
	padding: 0 0 5px 20px;
}

#iw-container .iw-content .iw-phone {
	background: url(../../../../../../themes/sivaneast/images/icon-business-phone.svg) no-repeat 0 0;
	color: #242424;
	font-size: 14px;
	line-height: 125%;
	padding: 0 0 5px 20px;
}

#iw-container .iw-content .iw-phone .phone-number-mobile {
	text-decoration: underline;
}

#iw-container .iw-image {
	padding: 0 5px;
	width: 50%;
}

#iw-container .iw-image img {
    border-radius: 5px;
    display: block;
    max-width: 100%;
}

.iwbutton-close {
	right: 10px !important;
}

.iw-controls {
	background-color: #fff;
	bottom: 20px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	height: 41px;
	left: auto !important;
	right: 10px;
	top: auto !important;
	width: 20px;
}

.iw-controls .iw-controls-in {
	background: url(../../../../../../themes/sivaneast/images/map_zoom_control.png) no-repeat 0 0;
	display: block;
	height: 21px;
	width: 20px;
}

.iw-controls .iw-controls-in div {
	display: none;
}

.iw-controls .iw-controls-out {
	background: url(../../../../../../themes/sivaneast/images/map_zoom_control.png) no-repeat 0 100%;
	height: 20px;
	width: 20px;
}

.iw-controls .iw-controls-out div {
	display: none;
}

/* LISTINGS SINGLE */

.single-listings #single-event-header {
	padding: 0 0 70px;
}

.single-listings #single-event-header-wrapper {
	margin: -435px 0 0;
}

.single-listings #single-event-header .gradient {
	background-image: linear-gradient(-71deg, #70c0de 0%, #71d9de 100%);
	height: 470px;
	position: relative;
	width: 100%;
}

.single-listings #single-event-header #single-event-top .single-breadcrumb {
	color: #fff;
	font-size: 14px;
	line-height: 125%;
	margin: 0 0 20px;
	opacity: 0.9;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.single-listings #single-event-header #single-event-top .single-breadcrumb span {
	margin: 0 5px;
}

.single-listings #single-event-header #single-event-top h1 {
	color: #fff;
	font-family: "Lusitana", Arial, Helvetica, sans-serif;
	font-size: 52px;
	line-height: 125%;
	margin: 0 0 10px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.single-listings #single-event-header #single-event-top h4.single-location {
	background: none;
	color: #ffffff;
	display: block;
	font-family: "Crimson Text";
	font-size: 26px;
	font-style: italic;
	font-weight: normal;
	line-height: 100%;
	margin: 0 0 40px;
	padding: 0;
}

.single-listings #single-event-header #single-event-info .box-info {
	padding: 25px 30px 35px;
}

.single-listings #single-event-header #single-event-info h3 {
	font-weight: bold;
}

.single-listings #single-event-header #single-event-info .single-listing-categories {
	font-size: 0;
	margin: 0 0 10px;
}

.single-listings #single-event-header #single-event-info .single-listing-categories li {
	border: 1px solid #a7a19b;
	border-radius: 2px;
	color: #a7a19b;
	display: inline-block;
	font-size: 8px;
	margin: 0 5px 5px 0;
	padding: 4px 8px;
	text-transform: uppercase;
}

.single-listings #single-event-header #single-event-info .single-bio {
	color: #7e7b7b;
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 140%;
	margin: 0 0 25px;
}

.single-listings #single-event-header #single-event-info .business-address {
	background: url(../../../../../../themes/sivaneast/images/icon-business-location.svg) no-repeat 0 1px;
	color: #242424;
	font-size: 14px;
	line-height: 125%;
	margin: 0 0 10px;
	padding: 0 0 5px 25px;
}

.single-listings #single-event-header #single-event-info .listing-phone {
	background: url(../../../../../../themes/sivaneast/images/icon-business-phone.svg) no-repeat 0 0;
	color: #242424;
	font-size: 14px;
	line-height: 125%;
	margin: 0 0 10px;
	padding: 0 0 5px 25px;
}

.single-listings #single-event-header #single-event-info .listing-business-website {
	background: url(../../../../../../themes/sivaneast/images/icon-business-website-2.svg) no-repeat 0 1px;
	color: #242424;
	font-size: 14px;
	line-height: 100%;
	padding: 0 0 5px 25px;
	margin: 0 0 10px;
}

.single-listings #single-event-header #single-event-info .listing-business-email {
	background: url(../../../../../../themes/sivaneast/images/icon-business-email.svg) no-repeat 0 2px;
	color: #242424;
	font-size: 14px;
	line-height: 100%;
	padding: 0 0 5px 25px;
}

.single-listings #single-event-header #single-event-info .listing-business-website a {
	color: #733f65;
	font-weight: bold;
	word-break: break-all;
}

.single-listings #single-event-header #single-event-info .listing-business-email a {
	color: #733f65;
	font-weight: bold;
	word-break: break-all;
}

.single-listings #single-event-header #single-event-info .info-share {
	margin: 35px 0 0;
}

/**/

.single-listings #columns-details .col-mobile {
	display: inline-block;
	width: 72%;
}

.single-listings #columns-details .col06 {
	padding: 10px 15px 10px 10px;
	width: 50%;
}

.single-listings #columns-details .col07 {
	padding: 10px 15px 10px;
	width: 50%;
}

.single-listings #columns-details .col08 {
	padding: 10px 0 10px 15px;
	width: 28%;
}

.single-listings #columns-details .col-map {
	height: 175px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.single-listings #columns-details .col-title {
	color: #7E7B7B;
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 125%;
	margin: 0 0 24px;
}

.single-listings #columns-details .col-mobile-title {
    border-bottom: 1px solid #eee;
    color: #484848;
    display: none;
    font-family: "Crimson Text";
    font-size: 24px;
    font-style: italic;
    line-height: 125%;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.single-listings #single-event-content .box-event {
	padding: 0 0 60px;
}

.single-listings #single-event-content .box-event h3.box-title {
	margin: 0 0 30px;
}

.single-listings #single-event-content .box-event p {
	line-height: 160%;
}

.single-listings #single-event-content .box-event #columns-details .business-address {
	background: url(../../../../../../themes/sivaneast/images/icon-business-location.svg) no-repeat 0 1px;
	color: #242424;
	font-size: 14px;
	line-height: 135%;
	margin: 0 0 10px;
	padding: 0 0 5px 25px;
}

.single-listings #single-event-content .box-event #columns-details .phone-number, .single-listings #single-event-content .box-event #columns-details .phone-number-mobile {
	background: url(../../../../../../themes/sivaneast/images/icon-business-phone.svg) no-repeat 0 0;
	color: #242424;
	font-size: 14px;
	line-height: 100%;
	margin: 0 0 10px;
	padding: 0 0 5px 25px;
}

.single-listings #single-event-content .box-event #columns-details .listing-business-website {
	background: url(../../../../../../themes/sivaneast/images/icon-business-website-2.svg) no-repeat 0 1px;
	color: #242424;
	font-size: 14px;
	line-height: 100%;
	padding: 0 0 5px 25px;
	margin: 0 0 5px;
}

.single-listings #single-event-content .box-event #columns-details .listing-business-website a {
	color: #733f65;
	font-weight: bold;
	word-break: break-all;
}
.single-listings #single-event-content .box-event #columns-details .listing-business-email {
	background: url(../../../../../../themes/sivaneast/images/icon-business-email.svg) no-repeat 0 4px;
	color: #242424;
	font-size: 14px;
	line-height: 135%;
	padding: 0 0 5px 25px;
}

.single-listings #single-event-content .box-event #columns-details .listing-business-email a {
	color: #733f65;
	font-weight: bold;
	word-break: break-all;
}

.single-listings #single-event-content .box-event #columns-details .btn-soc-lst {
	font-size: 0;
	padding: 15px 0 0;
}

.single-listings #single-event-content .box-event #columns-details .btn-soc-lst ul {
	display: inline-block;
	padding: 5px 0;
	width: auto;
}

.single-listings #single-event-content .box-event #columns-details .btn-soc-lst ul li {
	padding: 0 10px 0 0;
}

.single-listings #single-event-content .box-event .list-hours p {
	font-size: 0;
	line-height: 125%;
	margin: 0 0 5px;
}

.single-listings #single-event-content .box-event .list-hours .item-name {
	font-size: 14px;
	font-weight: bold;
	width: 50px;
}

.single-listings #single-event-content .box-event .list-hours .item-hours {
	font-size: 14px;
	font-weight: normal;
}

/**/

.single-listings #related-events #events-row .box {
	padding: 0;
}

.single-listings #related-events #events-row .img a {
	display: block;
	height: 200px;
	overflow: hidden;
	padding: 0;
    position: relative;
}

.single-listings #related-events #events-row .img a:after {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 );
	content: '';
	height: 100%;
	left: 0;
	opacity: 0.75;
	position: absolute;
	top: 0;
	width: 100%;
}

.single-listings #related-events #events-row .img a img {
    display: block;
    left: 50%;
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    transition-property: all;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
}

.single-listings #related-events #events-row .img a:hover img {
	transform: scale(1.05, 1.05) translate(-47.5%, -47.5%);
	-webkit-transform: scale(1.05, 1.05) translate(-47.5%, -47.5%);
}

.single-listings #related-events #events-row .img .cats {
	bottom: 5px;
	font-size: 0;
	left: 5px;
	position: absolute;
	z-index: 1;
}

.single-listings #related-events #events-row .img .cats span {
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-weight: 400;
	line-height: 100%;
	margin: 0 5px 5px;
	padding: 5px 7px;
	text-transform: uppercase;
}

.single-listings #related-events #events-row .card {
	padding: 25px 145px 10px 20px;
}

.single-listings #related-events #events-row .card h3 {
	line-height: 125%;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
}

.single-listings #related-events #events-row .card h3 a {
    color: #484848;
    font-family: "Crimson Text", Arial, Helvetica, sans-serif;
    font-size: 16px;
	font-weight: bold;
    line-height: 110%;
}

.single-listings #related-events #events-row .card .listing-short-bio {
	color: #7e7b7b;
	font-size: 14px;
	line-height: 135%;
	margin: 0 0 15px;
	padding: 0;
}

.single-listings #related-events #events-row .card .listing-bottom-box {
	padding: 0;
}

.single-listings #related-events #events-row .card .listing-bottom-box .business-address {
	background: url(../../../../../../themes/sivaneast/images/icon-similar-location.svg) no-repeat 0 3px;
	color: #242424;
	font-size: 14px;
	line-height: 135%;
	margin: 0 0 10px;
	padding: 0 0 5px 25px;
}

.single-listings #related-events #events-row .card .listing-bottom-box .phone-number {
	background: url(../../../../../../themes/sivaneast/images/icon-business-phone.svg) no-repeat 0 0;
	color: #242424;
	font-size: 14px;
	line-height: 135%;
	padding: 0 0 5px 25px;
}

.single-listings #related-events #events-row .card .listing-bottom-box .detail-link {
	bottom: 20px;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 20px;
	width: 110px;
}

.single-listings #related-events #events-row .card .listing-bottom-box .detail-link a {
	border: 2px solid #ebe6e1;
	border-radius: 2px;
	color: #a7a19b;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	padding: 11px 0;
	text-align: center;
}

.single-listings #related-events #events-row .card .listing-bottom-box .detail-link a:hover {
	border: 2px solid #a7a19b;
	text-decoration: none;
}

.single-listings #single-event-content .box-mobile {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.06);
	display: none;
    float: right;
    margin: 5px 0 15px 20px;
    padding: 15px 15px 20px;
    width: 330px;
}

.single-listings #single-event-content .box-mobile .cats {
	font-size: 0;
	list-style: none;
	margin: 0 0 10px;
}

.single-listings #single-event-content .box-mobile .cats li {
	border: 1px solid #a7a19b;
	border-radius: 3px;
	color: #a7a19b;
	display: inline-block;
	font-size: 8px;
	margin: 0 5px 5px 0;
	padding: 4px 8px;
	line-height: 125%;
	text-transform: uppercase;
}

.single-listings #single-event-content .box-mobile p {
	color: #7e7b7b;
	font-size: 14px;
	line-height: 145%;
	margin: 0;
}

.single-listings .hide-mobile {
	display: block !important;
}

.single-listings .show-mobile {
	display: none !important;
}


#content-submission .field.authorization-field{
	margin-bottom: 0px;
}

#content-submission .field.authorization-field .field-checkbox{
	margin-bottom:40px;
}

#listing-submission-form .step .button-continue,
#listing-submission-form .step input[type=submit]{
    border: 2px solid #7d4670;
	background: #7d4670;
    height: 45px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    line-height: 15px;
    float: right;
    display: inline-block;
    padding: 14px 0;
	
}

#listing-submission-form .step .button-continue:hover{
	background-color: #5f2c53;
    border: 2px solid #5f2c53;
}

#listing-submission-form .step#step1 .button-continue{
	float:none;
}

#listing-submission-form  .field-checkbox{
	margin-bottom:30px;
}

#listing-container-submission{
	display: flex;
	display: -webkit-flex;
}


#listing-container-submission #listing-sidebar-submission{
	display: inline-block;
    float: left;
	height:auto;
}


#listing-container-submission #content-submission{
	display: inline-block;
    float: left;
}

@media (min-width:1026px) and (max-width:1200px){
	#header-new .h-top-row{
		width:36%;
	}
	
	#header-new .link-email,
	#header-new .search-area{
		display:none;
	}
	
}


@media (min-width:1088px) and (max-width:1205px){
	#header-new #nav > li{
		padding: 0 9px 20px;
	}
}


@media (min-width:992px) and (max-width:1025px){
	#header-new .h-top-row{
		width:36%;
	}
	
	#header-new .link-email{
		display:none;
	}
}



/**/

@media (max-width: 1024px) {
	.single-listings #columns-details .col-title {
		margin: 0 0 18px;
	}
	.single-listings #single-event-header .gradient {
		height: 370px;
	}
	.single-listings #single-event-header-wrapper {
		margin: -340px 0 0;
	}
	.single-listings #single-event-header .sticky-wrap {
		display: none;
	}
	.single-listings #single-event-header #single-event-top {
		float: none;
		width: 100%;
	}
	.single-listings #single-event-header #single-event-top h1 {
		margin: 0 0 5px;
	}
	#single-event-gallery #gallery-nav .slick-prev.slick-arrow, #single-event-gallery #gallery-nav .slick-next.slick-arrow {
		border: 1px solid #ebe6e1
	}
	.single-listings #single-event-content .info-stories-area.inner .content-area {
		max-width: 100%;
		width: 100%;
	}
	.single-listings #columns-details {
		background: none;
		border: none;
		border-radius: 0;
		padding: 0;
	}
	.single-listings #columns-details .row-details {
		margin: 0;
	}
	.single-listings #columns-details .col06 {
		padding: 0 20px 0 0;
	}
	.single-listings #columns-details .col07 {
		padding: 5px 15px 0;
	}
	.single-listings #columns-details .col08 {
		padding: 0 0 0 10px;
	}
	.single-listings #columns-details .col-map {
		border: 1px solid #707070;
	}
	.single-listings #single-event-content .box-mobile {
		display: block;
	}
	.single-listings #single-event-content .box-event #columns-details .btn-soc-lst ul {
	}
	.single-listings #single-event-content .box-event #columns-details .btn-soc-lst li {
	}
	.single-listings #related-events #events-row .card {
		padding: 25px 20px 15px;
	}
	.single-listings #related-events #events-row .img .cats span {
		font-size: 8px;
	}
	.single-listings #related-events #events-row .card .listing-bottom-box .business-address {
		background: url(../../../../../../themes/sivaneast/images/icon-business-location.svg) no-repeat 0 1px;
	}
	.single-listings #related-events #events-row .card .listing-bottom-box .detail-link {
		display: none;
	}
	
	#listing-submission-form .step .button-continue{
		margin-top:0px;
	}
}


@media (min-width:768px) and (max-width:991px){
	#header-new .h-top-row{
		width: 42%;
	}
	
	#header-new .h-top-row .join-area .btn-join{
		padding:10px 10px;
	}
}


@media (max-width: 767px) {
	.single-listings #columns-details .col-title {
		display: none;
	}
	.single-listings .hide-mobile {
		display: none !important;
	}
	.single-listings .show-mobile {
		display: block !important;
	}
	.single-listings #single-event-content .page-holder {
		padding: 0 10px;
	}
	.single-listings #single-event-content .box-mobile {
		float: none;
		margin: 0 0 10px;
		width: 100%;
	}
	.single-listings #single-event-header {
		padding: 0 0 10px;
	}
	.single-listings #single-event-header .sticky-wrap {
		display: none;
	}
	.single-listings #single-event-header .gradient {
		display: block;
	}
	.single-listings #single-event-header-wrapper {
		margin: -240px 0 0;
	}
	.single-listings #single-event-header .single-top-heading {
		padding: 0 25px;
	}
	.single-listings #single-event-header #single-event-top .single-breadcrumb {
		display: none;
	}
	.single-listings #single-event-header #single-event-top h1 {
		display: block;
		font-size: 35px;
		margin: 0 0 10px;
		text-shadow: 0 2px 0 rgba(0, 0, 0, 0.06);
	}
	.single-listings #single-event-header #single-event-top h4.single-location {
		font-size: 21px;
		margin: 0 0 25px;
		text-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
	}
	.single-listings #columns-details {
		margin: 0;
	}
	.single-listings #columns-details .col-mobile-title {
		display: block;
	}
	.single-listings #columns-details .col-mobile {
		background-color: #fff;
		border-radius: 4px;
		box-shadow: 0 3px 4px rgba(0, 0, 0, 0.06);
		display: block;
		margin: 0 0 10px;
		width: 100%;
	}
	.single-listings #single-event-content #box-event-summary {
		padding: 0 20px 30px;
	}
	.single-listings #columns-details .col06 {
		display: block;
		padding: 0;
		width: 100%;
	}
	.single-listings #columns-details .col07 {
		display: block;
		padding: 20px;
		width: 100%;
	}
	.single-listings #columns-details .col08 {
		background-color: #fff;
		border-radius: 4px;
		box-shadow: 0 3px 4px rgba(0, 0, 0, 0.06);
		display: block;
		padding: 0;
		width: 100%;
	}
	.single-listings #columns-details .col-map {
		border: none;
		height: 290px;
		padding: 0;
	}
	.single-listings #single-event-content .box-event {
		padding: 0 0 30px;
	}
	.single-listings #single-event-content .box-event .list-hours {
		padding: 20px;
	}
	.single-listings #single-event-content .box-event #columns-details .btn-soc-lst {
		padding: 0;
	}
	.single-listings #single-event-content .box-event #columns-details .btn-soc-lst ul {
	}
	.single-listings #single-event-content .box-event #columns-details .btn-soc-lst li {
	}
	.single-listings #single-event-content .box-event h3.box-title {
		font-size: 24px;
		margin: 0 0 20px;
	}
	.single-listings #single-event-content .box-event h3.box-title:after {
		display: block;
	}
	
	.single-listings #single-event-content #box-event-more {
		display: block;
		padding: 0 20px 30px;
	}
	.single-listings #related-events #events-row .item {
		display: block;
		width: 100%;
	}
	.single-listings #related-events #events-row .card h3 {
		font-size: 18px;
	}
	.single-listings #related-events #events-row .card h3 a {
		font-size: 18px;
	}
	.single-listings .news-area-notification {
		margin: 0;
	}
	.single-listings #single-event-content .box-event #columns-details .phone-number-mobile a {
		text-decoration: underline;
	}
	
	#listing-container-submission{
		display: block;
	}


	#listing-container-submission #listing-sidebar-submission{
		display: block;
		float: none;
		width:100%;
	}


	#listing-container-submission #content-submission{
		display: block;
		float: none;
		width:100%;
	}	
	
	#listing-container-submission #listing-sidebar-submission #sidebar-submission-inner{
		float: none;
		padding: 25px 30px 50px;
	}
	
	
}

#listing-submission-form .field.error-field input[type=text], #listing-submission-form .field.error-field span.jcf-select, #listing-submission-form .field.field-sc .error-field input[type=text] {
    border: solid 1px #E9737A;
}

#listing-submission-form .field.error-field input[type=checkbox] {
	-webkit-box-shadow: 0px 0px 0px 1px #E9737A;
	-moz-box-shadow: 0px 0px 0px 1px #E9737A;
	box-shadow: 0px 0px 0px 1px #E9737A;
}

/**/

.video-flickity-lst .flickity-slider {
	display: flex;
	flex-wrap: wrap;
}

.video-flickity-lst .video-lst-box {
	display: block;
}

.flickity-resize.video-flickity-lst .video-lst-box {
	display: flex;
	min-height: 100%;
}

.video-flickity-lst .video-lst-box .inner-box {
	display: flex;
	flex-direction: column;
}

.video-flickity-lst .video-lst-box .txt-box {
	flex-grow: 1;
}

/* CSS for the Event slider home page */

.events-lickity-slider {
	display: block;
	margin: 0;
	padding: 0 0 60px;
	position: relative;
}

.events-lickity-slider .flickity-slider {
	display: flex;
	flex-wrap: wrap;
}

.events-lickity-slider .box {
	display: block;
	flex-direction: column;
	float: left;
	padding: 0 18px;
	width: 33.333333%;
}

.flickity-resize.events-lickity-slider .box {
	display: flex;
	min-height: 100%;
}

.events-lickity-slider .box .box-inner {
	background-color: #fff;
	border-radius: 6px;
	flex: 1 0 auto;
	height: 100%;
	overflow: hidden;
}

.events-lickity-slider .img {
	position: relative;
}

.events-lickity-slider .img a {
	display: block;
	overflow: hidden;
	padding: 63% 0 0;
	position: relative;
}

.events-lickity-slider .img a img {
    height: auto;
    left: 50%;
    max-width: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 102%;
}

.events-lickity-slider .img a:after {
	background: -moz-linear-gradient(top, rgba(67,25,72,0) 0%, rgba(67,25,72,1) 100%);
	background: -webkit-linear-gradient(top, rgba(67,25,72,0) 0%,rgba(67,25,72,1) 100%);
	background: linear-gradient(to bottom, rgba(67,25,72,0) 0%,rgba(67,25,72,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00431948', endColorstr='#431948',GradientType=0 );
	content: '';
	height: 100%;
	left: 0;
	opacity: 0.75;
	position: absolute;
	top: 0;
	width: 100%;
}

.events-lickity-slider .date-box {
	border: 2px solid #fff;
	border-radius: 4px;
	bottom: 30px;
	color: #fff;
	left: 30px;
	padding: 8px 5px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 77px;
	z-index: 5;
}

.events-lickity-slider .date-box .txt {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	padding: 0 0 3px;
}

.events-lickity-slider .date-box .num {
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}

.events-lickity-slider .text-box {
	background: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 20px 40px 36px;
	text-align: center;
}

.events-lickity-slider .text-box h3 {
	color: #484848;
	font: 18px/1.3 "Lusitana", Arial, Helvetica, sans-serif;
	margin: 0 0 15px;
}

.events-lickity-slider .text-box h3 a {
	color: #484848;
}

.events-lickity-slider .btn-hold {
	background: #b0bd5a;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	padding: 11px 15px;
	vertical-align: top;
}

.events-lickity-slider .btn-hold:hover {
	background: #9aaa2d;
	text-decoration: none;
}

/*
.events-lickity-slider .carousel-cell {
	width: 404px;
	height: 388px;
	margin-right: 10px;
}
*/

@media screen and (max-width: 1024px) {
	.events-lickity-slider .box {
		padding: 0 10px;
	}
	.events-lickity-slider .text-box {
		padding: 20px;
	}
}

@media screen and (max-width: 767px) {
	.events-lickity-slider {
		padding: 0 0 25px;
	}
	.events-lickity-slider .box {
		padding: 0 8px;
		width: 280px;
	}
	.events-lickity-slider .text-box {
		padding: 10px 15px 25px;
	}
	.events-lickity-slider .text-box h3 {
		margin: 0;
	}
	.events-lickity-slider .date-box {
		bottom: 10px;
		left: 10px;
		width: 77px;
	}
	.events-lickity-slider .date-box .txt {
		font-size: 11px;
	}
	.events-lickity-slider .date-box .num {
		font-size: 17px;
	}
	.events-lickity-slider .btn-hold {
		display: none;
	}
	/**/
	.video-flickity-lst .video-lst-box {
		width: 280px;
	}
}

@media screen and (max-width: 560px) {
	.events-lickity-slider .box {
		width: 260px;
	}
	/**/
	.video-flickity-lst .video-lst-box {
		width: 260px;
	}
}
#single-map-info{
	padding:0px;
}
.single-map-city{
	color: #484848;	
	font-size: 12px;
	line-height: 120%;
	margin: 0 0 15px;
}



.breadcrumbs-area {
	padding: 0 0 20px;
}

.breadcrumbs-area .txt-extra {
	display:inline-block;
	vertical-align:top;
	background:url(../../../../../../themes/sivaneast/images/ico-purch.png) no-repeat 100% 0;
	padding:0 20px 0 0;
	margin-left:auto;
	order:2;
	font-size:14px;
	line-height:1.2;
}

.breadcrumbs-area ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:14px;
	line-height:1.25;
	color:#733F65;
	font-weight:bold;
}

.breadcrumbs-area ul li {
	display:inline-block;
	vertical-align:top;
	position:relative;
	padding:0 24px 10px 0;
}

.breadcrumbs-area ul li:after {
	content:"/";
	position:absolute;
	right:12px;
	top:0;
	color:#4A4A4A;
	font-weight:normal;
}

.breadcrumbs-area ul a {
	color:#4A4A4A;
	font-weight:normal;
}

.breadcrumbs-area ul li:last-child:after {
	display: none;
}

#page-video.inner .breadcrumbs-area ul {
	font-size: 12px;
}

#page-video.inner .breadcrumbs-area ul a {
	color: #a7a19b;
}

#page-video.inner .breadcrumbs-area ul li:after {
	color: #a7a19b;
}

/**/

.extra-nav {
    background: #fff;
	margin: 5px 0 23px -25px;
    padding: 21px 25px 0;
}

.extra-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 14px;
    line-height: 1.25;
    font-weight: bold;
}

.extra-nav ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 33px;
}

.extra-nav ul a {
    height: 100%;
    display: block;
    padding: 0 13px 16px;
    border-bottom: 6px solid transparent;
    color: #4A4A4A;
}

.extra-nav ul .active a, .extra-nav ul a:hover {
	border-bottom-color: #703c71;
	text-decoration: none;
}

/**/

#page-video .video-content .extra-nav {
	background: none;
	margin: 0;
	padding: 0 0 25px;
}

#page-video .video-content .extra-nav ul {
	text-align: left;
	text-transform: uppercase;
}

#page-video .video-content .extra-nav ul li {
	padding: 0 35px 0 0;
}

#page-video .video-content .extra-nav ul a {
	border-bottom: 4px solid transparent;
	padding: 0 0 10px;
}

#page-video .video-content .extra-nav ul .active a, #page-video .video-content .extra-nav ul a:hover {
    border-bottom: 4px solid #e9737a;
	padding: 0 0 10px;
}

/**/

.video-course {
	border: 1px solid #ebe6e1;
	border-radius: 3px;
	margin: 0 0 30px;
}

.video-course .top-ttl-row {
	color: #484848;
	display: flex;
	font-size: 14px;
	font-weight: bold;
	justify-content: space-between;
	line-height: 125%;
	padding: 20px 15px 10px;
}

.video-course .top-ttl-row .ttl {
	width: 50%;
}

.video-course .top-ttl-row .txt {
	font-size: 13px;
}

.courses-lst {
    font-size: 13px;
    line-height: 125%;
    list-style: none;
    margin: 0;
    padding: 0 0 10px;
}

.courses-lst li {
	border-bottom: 1px solid #ebe6e1;
}

.courses-lst li.active {
	background-color: #f7f5f3;
}

.courses-lst li:last-child {
	border: none;
}

.courses-lst .ico {
	box-sizing: border-box;
	display: flex;
	height: 19px;
	left: 0;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 19px;
}

.courses-lst .ico img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.courses-lst .txt {
	padding: 0 20px 0 25px;
	position: relative;
}

.courses-lst .time {
	align-items: center;
	display: flex;
}

.courses-lst a {
    color: #aaa;
    display: flex;
    font-weight: bold;
    justify-content: space-between;
    padding: 15px 15px;
    text-decoration: none;
    width: 100%;
}

/*.courses-lst .active a, .courses-lst a:hover {
	color: #484848;
}*/
.courses-lst .active a {
	color: #484848;
}
.courses-lst a:hover {
	color: #484848;
}
.courses-lst.not-hover a:hover {
	color: #aaa;
	cursor:default;
}

/**/

.inner .comments-area .btn {
	font-size: 18px;
	font-weight: bold;
}

.tab-area .tab {
	display: none;
}

.tab-area .tab:first-child {
	display: block;
}

.videos-lst {
	margin: 0 0 -55px -26px;
	padding: 5px 0 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#page-video .video-content .videos-lst {
	margin: 0 -10px;
}

#page-single-courses .videos-lst {
	border: 1px solid #ebe6e1;
	border-radius: 5px;
	margin: 0;
	padding: 15px;
}

.videos-lst.no-margin {
	margin-bottom: 0;
}

.videos-lst li {
	width: 33.33%;
	max-width: 276px;
	padding: 0 13px 27px;
}

#page-video .video-content .videos-lst li {
	max-width: 100%;
	padding: 0 10px 20px;
	width: 50%;
}

#page-single-courses .videos-lst li {
	max-width: 100%;
	padding: 0 0 10px;
	width: 100%;
}

#page-single-courses .videos-lst li:last-child {
	padding: 0;
}

.videos-lst .holder {
	background: #fff;
	border-radius: 3px;
	height: 100%;
	min-height: 230px;
	overflow: hidden;
}

#page-single-courses .videos-lst li .holder {
	align-items: center;
	display: flex;
	min-height: 0;
}

#page-video .video-content .videos-lst .holder {
	min-height: 0;
}

.videos-lst .txt-box {
	padding: 14px 13px 12px 16px;
	overflow: hidden;
}

#page-video .video-content .videos-lst .txt-box {
	padding: 15px;
}

.videos-lst .txt-box .ttl {
	float: left;
	font: 18px/1.11 "Crimson Text", Arial, Helvetica, sans-serif;
	padding: 0 10px 0 0;
	width: 84%;
}

.videos-lst .txt-box .txt {
	display:block;
	padding:3px 0 0;
	min-width:18px;
	overflow:hidden;
	text-align:right;
	font-size:10px;
	line-height:1.2;
}

.videos-lst .img a {
	display: block;
	position: relative;
}

.videos-lst .img a:before {
	background: url(../../../../../../themes/sivaneast/images/ico-play-video.png) no-repeat 50% 50%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.videos-lst .img a img {
	display: block;
	height: auto;
	width: 100%;
}

.videos-lst.inner .img a:before {
	display: none;
}

.videos-lst .img.locked a, .videos-lst .img.lock a {
	cursor: default;
}

.videos-lst .img.lock a:before {
	background: rgba(115,63,101,0.68) url(../../../../../../themes/sivaneast/images/ico-lock-video.png) no-repeat 50% 50%;
}

.videos-lst .ico-holder {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	line-height:1.2;
	text-transform:uppercase;
	color:#fff;
	margin:-18px 0 0;
}

.videos-lst .ico-holder .add-txt {
	display: block;
	padding: 3px 0 0;
}

.scroll-area {
	max-height: 290px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 11px 0 6px;
	margin: 0 -9px;
}

#page-single-courses .videos-lst li .holder .img {
	height: 14px;
	min-width: 14px;
	width: 14px;
}

#page-single-courses .videos-lst .txt-box {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 0 0 0 10px;
	width: 100%;
}

#page-single-courses .videos-lst .txt-box .ttl {
	font-family: "Open Sans";
	font-size: 13px;
	font-weight: bold;
	line-height: 125%;
	width: auto;
}

#page-single-courses .videos-lst .txt-box .txt a {
	display: inline-block;
}

/* scrollbars */

.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative;
}

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  width: 12px;
  bottom: 0;
  right: 6px;
  background:#fff;
  border:1px solid #ddd;
  border-radius:8px;
  top: 0;
  padding:3px 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  left: 0;
  top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #ddd;
  height: 1px;
  width: 8px;
  border-radius:8px;
  left:2px;
}

.jcf-scrollbar-horizontal {
  position: absolute;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width:9px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #e2c117;
  height: 6px;
  border-radius:7px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden;
}

.btn-holder{
	padding:20px 0 0;
	margin-bottom:-10px;
}
.btn-holder .btn{
	font-size:18px;
	max-width:514px;
}

.add-top-nav{
	margin:0;
	padding:0 0 29px;
	list-style:none;
	text-align:center;
	font-size:15px;
	line-height:1.2;
	font-weight:bold;
	display:flex;
	justify-content:center;
}
.add-top-nav li{
	border:solid #fff;
	border-width:1px 1px 1px 0;
}
.add-top-nav li:first-child{
	border-left-width:1px;
	border-radius:3px 0 0 3px;
}
.add-top-nav li:last-child{
	border-radius:0 3px 3px 0;
}
.add-top-nav a{
	color:#fff;
	display:block;
	padding:15px 57px 16px;
	height:100%;
	display:flex;
	align-items:center;
}
.add-top-nav .active a,
.add-top-nav a:hover{
	text-decoration:none;
	background:#fff;
	color:#733F65;
}
.top-info-frame .extra-text{
	display:block;
	text-align:center;
	font-size:14px;
	line-height:1.2;
	color:#fff;
}
.top-info-frame .extra-text strong{font-weight:bold;}

.category-holder .extra-nav {
	padding: 35px 0 0;
	margin: 0;
}
.category-holder .extra-nav ul {
	/*display:flex;*/
	margin:0 -20px;
	justify-content:space-between;
}
.category-holder .extra-nav ul li {
	padding:0 20px;
}
.category-holder .extra-nav ul a {
	padding:0 3px 28px;
}
.sort-nav-area{
	display:flex;
	padding:32px 0 16px;
}
.sort-nav-area .result-txt{
	margin-left:auto;
	order:2;
	font-size:12px;
	line-height:1.25;
	padding:11px 0 0;
}
.sort-nav-area .select-field{
	float:left;
	position:relative;
	padding:0 31px 0 0;
}
.sort-nav-area .select-field h3{
	margin:0;
	color:#4A4A4A;
	font: italic 34px/1.2 "Crimson Text", Arial, Helvetica, sans-serif;
}
.sort-nav-area .jcf-select{
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.sort-nav-area .select-field:after{
	content:"";
	position:absolute;
	right:15px;
	top:10px;
	width:1px;
	background:#707070;
	height:20px;
}
.sort-nav-area .jcf-select-text{
	color:#4A4A4A;
	font: italic 34px/1.2 "Crimson Text", Arial, Helvetica, sans-serif;
	background:url(../../../../../../themes/sivaneast/images/btn-down-select.png) no-repeat 100% 6px;
	padding:0 38px 0 0;
}
.sort-nav-area .link-all{
	float:left;
	text-transform:uppercase;
	color:#703C71;
	font-size:14px;
	line-height:1.25;
	font-weight:bold;
	margin:10px 0 0;
}

.page-holder.flex{
	display:flex;
	padding-top:32px !important;
}
.side-main{
	width:240px;
	margin:0 30px 0 0;
	padding:59px 0 0;
}
#video-discover.inner .side-main h2 {
	font-size:26px;
	margin:0 0 34px;
	text-align:left;
}
.side-box {
	padding:0 0 36px;
	margin:0 0 44px;
	position:relative;
}
.side-box:after {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	max-width:189px;
	height:2px;
	background:#e4e3e2;
}

.side-box:last-child:after {
	display: none;
}

.side-box .select-field {
	position: relative;
	padding: 0 0 10px;
	max-width: 189px;
}
.check-lst{
	margin:0;
	padding:0;
	list-style:none;
}
.check-lst li{
	position:relative;
	padding:0 0 16px;
}
.check-lst label{
	display:block;
	position:relative;
	padding:0 0 0 26px;
}
.check-lst label:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:19px;
	height:19px;
	border:1px solid #707070;
	background:#fff;
}
.check-lst label:after{
	display:none;
	content:"";
	position:absolute;
	top:5px;
	left:5px;
	width:9px;
	height:9px;
	border:1px solid #707070;
	background:#707070;
}
.check-lst input:checked + label:after{
	display:block;
}
.check-lst input{
	display:none;
}
.side-list{
	margin:0;
	padding:0;
	list-style:none;
	font-size:16px;
	line-height:1.2;
}
.side-list li{padding:0 0 20px;}
.side-list li:last-child{padding:0 0 9px;}
.side-box .select-field .jcf-select {
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    color: #4c4c4c;
    display: inline-block;
    height: 52px;
    max-width: 100%;
    position: relative;
    vertical-align: top;
    width: 300px;
}

.side-box .select-field .jcf-select select {
    border: none;
    left: 0;
    padding: 0;
    top: 0;
    z-index: 1;
}

.side-box .select-field .jcf-select .jcf-select-text {
	border-radius: 4px;
    cursor: default;
    display: block;
    font-size: 13px;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 15px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.side-box .select-field .jcf-select .jcf-select-opener {
    background: url(../../../../../../themes/sivaneast/images/user-arrow-select.png) no-repeat 50% 50%;
    border-left: 1px solid #ebe6e1;
    bottom: 7px;
    position: absolute;
    right: 0;
    top: 7px;
    width: 40px;
}
.content-main{
	max-width:898px;
	margin-left:auto;
	width:100%;
	
}
.content-main .sort-nav-area{
	padding-top:0;
}

.inform-area{
	border-top:6px solid #f7f5f3;
	background:#fff;
	padding:42px 0 65px;
	margin:0 0 3px;
}
.top-image-area a{
	display:block;
	background:url(../../../../../../themes/sivaneast/images/bg-top-image-area.jpg) no-repeat 50% 50%;
	background-size:cover;
	padding:236px 41px 33px;
	color:#fff;
	position:relative;
}
.top-image-area a:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:80%;
	background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(30,87,153,0.01) 1%, rgba(74,74,74,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(30,87,153,0.01) 1%,rgba(74,74,74,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(30,87,153,0.01) 1%,rgba(74,74,74,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#4a4a4a',GradientType=0 ); /* IE6-9 */
}
.top-image-area .hold{
	padding:0 25px 0 0;
	position:relative;
	z-index:5;
}
.top-image-area .hold:after{
	content:"";
	position:absolute;
	right:0;
	bottom:0;
	background:url(../../../../../../themes/sivaneast/images/bg-arrow-next.png) no-repeat;
	width:25px;
	height:25px;
	z-index:5;
}
.top-image-area .title{
	display:block;
	padding:0 0 13px;
	font: italic 24px/1.2 "Crimson Text", Arial, Helvetica, sans-serif;
}
.top-image-area h3{
	margin:0 0 7px;
	font: 38px/1.22 "Lusitana", Arial, Helvetica, sans-serif;
}
.top-image-area .ttl{
	display:block;
	font: italic 18px/1.2 "Crimson Text", Arial, Helvetica, sans-serif;
}

.fav-lst{
	margin:0 -28px;
	padding:0;
	list-style:none;
	display:flex;
}
.fav-lst li{
	padding:0 28px;
	max-width:50%;
}
.fav-lst .img{margin:0 0 20px;}
.fav-lst .img a{
	position:relative;
}
.fav-lst .img .extra-label{
	position:absolute;
	right:4px;
	top:14px;
	font: 600 italic 24px/1.2 "Crimson Text", Arial, Helvetica, sans-serif;
	color:#fff;
	background:#703c71;
	padding:9px 14px;
}
.fav-lst h3{
	margin:0 0 2px;
	text-align:center;
	font: 22px/1.22 "Lusitana", Arial, Helvetica, sans-serif;
}
.fav-lst h4{
	font:italic 16px/1.2 "Crimson Text", Arial, Helvetica, sans-serif;
	margin:0;
	text-align:center;
	color:#8B857E;
}
.tr-categories-area{padding:26px 0 10px;}
.tr-categories-area h3{
	margin:0 0 30px;
	text-align:center;
	font: italic 34px/1.2 "Crimson Text", Arial, Helvetica, sans-serif;
	color:#4A4A4A;
}
.tr-categories-lst{
	margin:0 -9px;
	padding:0;
	list-style:none;
	display:flex;
}
.tr-categories-lst li{
	width:20%;
	padding:0 9px;
}
.tr-categories-lst a{
	display:block;
	height:100%;
	position:relative;
	color:#fff;
}
.tr-categories-lst .text{
	position:absolute;
	bottom:8px;
	left:0;
	font:600 italic 18px/1.2 "Crimson Text", Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0 14px;
}

/* retina */

@media (-webkit-min-device-pixel-ratio:2) ,(min--moz-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-device-pixel-ratio:2),(min-resolution:192dpi),(min-resolution:2dppx){
	.videos-lst .img a:before{
		background-image: url(../../../../../../themes/sivaneast/images/ico-play-video@2x.png);
		background-size: 26px auto;
	}
	.videos-lst .img.lock a:before{
		background-image: url(../../../../../../themes/sivaneast/images/ico-lock-video@2x.png);
		background-size: 18px auto;
	}
	.top-image-area .hold:after{
		background-image: url(../../../../../../themes/sivaneast/images/bg-arrow-next@2x.png);
		background-size: 25px auto;
	}
}



@media (max-width: 1025px) {
	.page-holder.flex{display:block;}
	#video-discover.inner{padding:40px 0;}
	.content-main{margin:0;}
	.side-main{
		width:auto;
		margin:0;
		padding:0;
	}
	.side-main{
		display:flex;
		flex-wrap:wrap;
	}
	.side-box{width:33.33%;}
	.side-box:last-child::after{display:block;}
	.top-image-area .title{padding:0 0 4px;}
}
@media (max-width: 1075px) {
	.category-holder .extra-nav ul {
		flex-wrap:wrap;
		justify-content:center;
	}
	.category-holder .extra-nav ul li {
		padding: 0 30px 20px;
	}
}
@media (max-width: 1024px) {
	#video-discover.inner #events-box .price-txt {
		font-size: 14px;
	}
	#video-discover.inner.categories .page-holder {
		padding: 0 20px;
	}
	.content-main {
		max-width: none;
	}
	.side-box {
		padding-right: 20px;
	}
	.videos-lst {
		margin-right: -13px;
		margin-left: -38px;
	}
}
@media (max-width: 767px) {
	#page-video .video-content .video-text-wrap .video-text{padding-right:0;}
	.inner .comments-area .btn{
		font-size:13px;
		padding:9px 16px;
		max-width:180px;
	}
	#video-discover.inner{padding-bottom:25px;}
	.tr-categories-area{padding:6px 0 10px;}
	.inform-area .sort-nav-area{display:flex;padding-bottom:14px;}
	.sort-nav-area .select-field h3{font-size:28px;}
	.side-box{width:50%;}
	.page-holder.flex{padding-top:0 !important;}
	.category-holder .extra-nav ul a{padding-bottom:10px;}
	.top-info-frame .bg-gradient{padding:60px 0;}
	.add-top-nav{font-size:13px;}
	.add-top-nav a{padding:15px 30px 16px;}
	.category-holder .extra-nav ul li{padding:0 15px 20px;}

	.sort-nav-area .jcf-select-text{
		font-size:26px;
		background-position:100% 0;
	}
	.sort-nav-area .link-all{margin:6px 0 0;}
	.sort-nav-area .select-field::after{top:5px;}
	.top-info-frame .bg-gradient h2{font-size:32px;}
	.top-info-frame .bg-gradient h3{font-size:16px;}
	.btn-holder .btn{font-size:13px;}
	.videos-lst {
		justify-content: center;
		margin: 0 -13px -15px;
	}
	.videos-lst li {
		width: 50%;
	}
	#video-discover.inner h2 {
		font-size: 28px;
	}
	#video-discover.inner .button a {
		font-size: 15px;
	}
	#video-discover.inner #events-box .add-ico {
		bottom: 13px;
		left: 40px;
	}
	#video-discover.inner #events-box {
		margin-bottom: 10px;
	}
	.breadcrumbs-area {
		padding: 0 20px 15px;
	}
	.extra-nav {
		margin-left: -20px;
		margin-right: -20px;
	}
	.video-course {
	}
	.video-course .top-ttl-row, .courses-lst {
		font-size: 15px;
	}
	.courses-lst .ico {
		padding: 0;
	}
	.extra-nav ul li {
		padding: 0 9px;
	}
	.extra-nav ul a {
		padding-left: 5px;
		padding-right: 5px;
	}
	.extra-nav ul {
		font-size: 13px;
	}
	.tr-categories-lst {
		flex-wrap: wrap;
		justify-content: center;
	}
	.tr-categories-lst li {
		padding-bottom: 18px;
		width: 33.33%;
	}
	.fav-lst li{padding:0 15px;}
	.fav-lst{margin:0 -15px;}
	.fav-lst .img .extra-label{font-size:18px;}
	.top-image-area h3{font-size:26px;}
	.top-image-area .title{font-size:22px;padding:0;}
	.top-image-area a{padding:166px 14px 26px;}
}
@media (max-width: 600px) {
	.sort-nav-area{
		display:block;
		padding:18px 0 26px;
	}
	.sort-nav-area .box{overflow:hidden;}
	.sort-nav-area .result-txt{padding:8px 0 10px;display:block;}
}
@media (max-width: 479px) {
	.side-box{
		width:100%;
		padding:0 0 26px;
		margin:0 0 34px;
	}
	#video-discover.inner .side-main h2{margin:0 0 24px;}
	.side-box::after{max-width:100%;}
	.videos-lst li{padding:0 8px 22px;}
	.videos-lst{margin:0 -8px -5px;}
	.videos-lst .txt-box{padding:10px;}
	.videos-lst .txt-box .ttl{
		font-size:15px;
		width:83%;
	}
	.videos-lst .holder{min-height:1px;}
	.breadcrumbs-area .page-holder{display:block !important;}
	.add-top-nav a{padding:15px 20px 16px;}
	.sort-nav-area:not(.inner) .select-field{
		float:none;
		padding:0 0 4px;
	}
	.sort-nav-area:not(.inner) .select-field::after{display:none;}
	.sort-nav-area:not(.inner) .link-all{margin:0;}
	.tr-categories-lst li{width:50%;}
	.fav-lst li{max-width:100%;}
	.fav-lst{display:block;}
	.fav-lst li{padding-bottom:15px;}
	.fav-lst li:last-child{padding-bottom:0;}
}

.buy-side-block {
    background-color: #fff;
    border: 1px solid #ebe6e1;
    border-top: 5px solid #e9737a;
    border-radius: 3px;
    margin: 0 0 25px;
    padding: 20px 15px 25px;
	position: relative;
}

.buy-side-block .title-top {
	display: block;
	padding: 0 15px 20px;
	text-align: center;
}

.buy-side-block .title-top .txt-extra {
    background: url(../../../../../../themes/sivaneast/images/icon-video-check.svg) no-repeat 0 50%;
    color: #484848;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    margin: 0 0 10px;
    padding: 5px 0 5px 25px;
}

.buy-side-block .title-top h3 {
    color: #484848;
    font-family: "Lusitana", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 115%;
    margin: 0 0 15px;
	padding: 10px 0 0;
    text-align: center;
}

.buy-side-block .title-top p {
    font-size: 13px;
    line-height: 150%;
    margin: 0 0 15px;
    text-align: center;
}

.buy-side-block .title-top span.price {
    color: #e9737a;
    display: block;
    font-size: 25px;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
}

.buy-course-form .row-field {
	margin: 0 0 20px;
}

.buy-course-form .row-field input {
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	color:#555;
	font-size:14px;
	border-radius:3px;
	border:1px solid #c7cfd8;
	padding:5px 13px;
	width:100%;
}

.buy-course-form .row-field.coupon {
	position:relative;
	padding:0 62px 0 0;
}

.buy-course-form .row-field.coupon .btn-apply {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #c7cfd8;
	border-radius: 0 3px 3px 0;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 1.2;
	background: #fff;
	text-decoration: none;
	width: 64px;
	text-align: center;
	padding: 9px 0 10px;
}

.buy-course-form .row-field.coupon .btn-apply:hover {
	background: #e6e6e6;
}

.buy-course-form .row-field ::-webkit-input-placeholder {
	color: #999;
}

.buy-course-form .row-field :-moz-placeholder {
	color: #999;
}

.buy-course-form .row-field ::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.buy-course-form .row-field :-ms-input-placeholder {
	color: #999;
}

.buy-course-form .row-field input:focus {
	border-color: #e47179;
}

.buy-course-form .error-text {
	display: none;
	color: #e2422d;
	padding: 5px 0 0;
	font-size: 12px;
	line-height: 1.2;
}

.buy-course-form .error .error-text {
	display: block;
}

.buy-course-form .row-custom .card-number-field, .buy-course-form .row-custom .expiration-fields {
	border-radius: 3px;
	border: 1px solid #c7cfd8;
	overflow: hidden;
	padding: 0 13px;
	position: relative;
}

.buy-course-form .row-custom input {
	border: none;
	padding: 5px 0;
}

.buy-course-form .card-number-field {
	margin: 0 0 10px;
	position: relative;
	width: 100%;
	z-index: 15;
}

.buy-course-form .card-number-field .hold {
	overflow: hidden;
}

/*
.buy-course-form .row-custom:before {
	content:"";
	background:#fff url(../../../../../../themes/sivaneast/images/bg-card-number.gif) no-repeat 13px 50%;
	width:34px;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:16;
}
*/

.buy-course-form .active .card-number-field .hold {
}

.buy-course-form .active .card-number-field input {
	position: relative;
	z-index: 15;
}

.buy-course-form .expiration-fields {
    display: flex;
    position: relative;
    transition: transform 0.2s linear;
    z-index: 4;
}

.buy-course-form .active .expiration-fields {
}

.buy-course-form .expiration-fields .date-exp {
	width: 60%;
}

.buy-course-form .expiration-fields .cvc {
	width: 40%;
}

.check-list {
    list-style: none;
    margin: 0;
    padding: 0 0 10px;
}

.check-list li {
    margin: 0 0 15px;
    overflow: hidden;
    vertical-align: top;
}

.check-list li.error {
	background: #fcecea;
	border: 1px solid #eed3d7;
}

.check-list li.error label {
	color: #e2422d;
}

.check-list label {
	display: block;
	overflow: hidden;
	font-size: 13px;
	color: #555;
	cursor: pointer;
}

.check-list input {
	cursor: pointer;
	position: relative;
	float: left;
	outline: none;
	width: 14px;
	height: 14px;
	margin: 2px 8px 0 0;
	cursor: pointer;
	color: #556370;
	border: solid 1px #c7cfd8;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.check-list input:checked:before {
	content: "";
	background: url(../../../../../../themes/sivaneast/images/bg-check.gif) no-repeat 50% 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.buy-course-form input[type="submit"] {
    background-color: #e47179;
    display: block;
    font-size: 14px;
    height: 51px;
    padding: 14px 12px;
    text-transform: uppercase;
    width: 100%;
}

.buy-course-form .form-images {
}

.buy-course-form .form-images img {
	display: block;
	margin: 15px auto 0;
}

.buy-course-form .bottom-text {
	margin: 15px 0 0;
}

.buy-course-form .bottom-text p {
	font-size: 12px;
	font-weight: bold;
	line-height: 125%;
	margin: 0;
	text-align: center;
}

.error-popup {
	opacity:0;
	position:fixed;
	right:-9999px;
	bottom:20px;
	padding:19px 100px 19px 25px;
	font-size: 14px;
	z-index: 10000;
	width: 500px;
	margin-bottom: 0;
	letter-spacing: 1px;
	box-shadow: 0 5px 45px 5px rgba(0,0,0,0.13);
	background:#e55d4b;
	color:#fff;
	border-radius:6px;
	transition:opacity 0.3s linear;
}

.error-popup.no-valid {
	opacity:1;
	right:20px;
}

.error-popup .txt {
	display:block;
	background:url(../../../../../../themes/sivaneast/images/ico-warning.gif) no-repeat;
	padding:0 0 0 60px;
	font-size:12px;
	line-height:31px;
}

.error-popup .btn-close {
	position:absolute;
	right:30px;
	top:50%;
	margin:-8px 0 0;
	background:url(../../../../../../themes/sivaneast/images/bg-btn-popup-close.gif) no-repeat;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-9999px;
}

@media (max-width: 560px) {
	.error-popup{
		width:calc(100% - 40px);
		padding:18px 70px 18px 20px;
	}
	.error-popup .txt{
		padding:0 0 0 35px;
		background-size:26px auto;
	}
	.error-popup .btn-close{right:20px;}
}
@media (max-width: 360px) {
	.error-popup {
		padding-right: 30px;
		padding-left: 10px;
	}
	.error-popup .txt {
		background-position: 0 3px;
	}
}

#individual_disclaimer {
	color:#A7A19B !important;
	margin-top:7px;
	font-size: 14px;
    font-weight: bold;
	}
.box-mobile .cats li.mobile-tag {
	padding: 10px 8px 8px !important;
}

.box-mobile .cats li.mobile-tag a {	
	font-size:12px;
	text-decoration:none !important;
	color: #a7a19b;
}

.extra-nav.course-page ul {
	float:left;
}

.extra-nav.my-courses-page ul {
	float:left;
}

.not-purchased { 
	padding:0 !important;
	text-align:center;
}

/**/

#content-course #lightbox-method .sales-section {
	border-collapse: collapse;
	display: table;
	margin: auto;
	padding: 20px 23px;
	text-align: center;
	width: 100%;
}

#content-course #lightbox-method .sales-section .sales-data-heading {
	border-bottom: 1px solid #eee;
	display: table-row;
	font-weight: bold;
	text-align: center;
}

#content-course #lightbox-method .sales-section .sales-data-heading .sales-data-cell p, #content-course #lightbox-method .sales-section .sales-row .sales-data-cell p {
	margin: 0;
	padding: 20px 0;
}

#content-course #lightbox-method .sales-section .sales-data-heading .sales-data-cell p.v-center, #content-course #lightbox-method .sales-section .sales-row .sales-data-cell p.v-center {
	text-align: center;
}

#content-course #lightbox-method .sales-section .sales-data-heading .sales-data-cell p.v-right, #content-course #lightbox-method .sales-section .sales-row .sales-data-cell p.v-right {
	text-align: right;
}

#content-course #lightbox-method .sales-section .sales-row {
	border-bottom: 1px solid #eee;
	display: table-row;
}

#content-course #lightbox-method .sales-section .sales-row:last-child {
	border: none;
}

#content-course #lightbox-method .sales-section .sales-data-heading .sales-data-cell, #content-course #lightbox-method .sales-section .sales-row .sales-data-cell {
	display: table-cell;
	border-width: thin;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

/**/

.stripe-account-info {
	text-align: center;
	margin: auto;
	padding: 5px;
}

.content-box.stripe-response {
	text-align: center;
	margin: auto;
}

.stripe-connect-status {
	text-align: center;
	margin: auto;
	padding: 20px;
}

/**/

#course_right_section {
}

#content-course .course-section {
	margin: 0 0 50px;
}

#content-course .course-section #course_thumbnail_required {
	color: #e9737a !important;
	font-size: 14px;
	font-weight: bold;
	line-height: 125%;
	margin: 0 0 20px;
}

#content-course .course-section #course_video_required {
	color: #e9737a !important;
	font-size: 14px;
	font-weight: bold;
	line-height: 125%;
	margin: 0 0 20px;
}

#content-course .course-section .course-info {
	margin: 0;
}

#content-course .course-section .course-info h3 {
    color: #484848;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 125%;
    margin: 0 0 15px;
}

#content-course .course-section .course-info h3 span {
	font-weight: normal;
}

#content-course .course-section .course-info h3 span.important {
	color: #E9737A;
	font-weight: bold;
}

@media (max-width: 767px) {
	#content-course .course-section .course-info h3 span {
		display: block;
		font-size: 14px;
	}

	#content-course .course-section .course-info h3 span.important {
		display: inline-block;
	}
}

#content-course .course-section .course-info p {
    color: #b7b7b7;
    font-size: 15px;
    font-style: italic;
    margin: 0 0 25px;
}

#content-course .course-section .box-card {
	border: 2px solid #ebe6e1;
	border-radius: 4px;
	box-shadow: none;
	margin: 0;
	max-width: 100%;
	width: 100%;
}

#content-course .course-section .course-list .course-info-box.course-error .box-card {
	border: 2px solid #e9737a;
}

#content-course .course-section .course-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -15px;
}

#content-course .course-section .course-list .course-info-box {
	border: none;
	float: none;
	margin: 0 15px 15px;
	min-height: 0;
	padding: 0;
	width: calc(33.33% - 30px);
}

#content-course .course-section .course-list .course-info-box .image-thumb-wrap {
	overflow: hidden;
}

#content-course .course-section .course-list .course-info-box .image-thumb {
	display: block;
	width: 100%;
}

#content-course .course-section .uploader {
    background: none;
    left: 0;
    margin: 0 !important;
    top: 25px;
    width: 100% !important;
}

#content-course .course-section .uploader .browser {
}

#content-course .course-section .uploader .browser label {
    background: url(../../../../../../themes/sivaneast/images/icon-add-circular-white.svg) no-repeat 50% 0;
    background-size: 30px auto;
    border: none;
    max-width: 100%;
    padding: 35px 0 0;
    width: 100%;
}

#content-course .course-section .uploader .browser span {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 150%;
    text-align: center;
}

#content-course .course-section .uploader .browser span b {
	font-weight: bold;
}

#content-course .course-section .uploader .browser input {
	border: none;
}

#content-course .course-section .box-card .navbar {
	overflow: visible;
}

#content-course .course-section .box-card .dropdown {
	float: none;
	overflow: visible;
}

#content-course .course-section .box-card .navbar .dropbtn {
    float: none;
    padding: 10px;
    position: static;
    width: auto;
}

#content-course .course-section .box-card .navbar .dropbtn:after {
}

#content-course .course-section .box-card .navbar .dropdown-content {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: none;
    margin: 0;
    position: absolute;
    right: -15px;
    top: 45px;
    width: 200px;
    z-index: 1;
}

#content-course .course-section .box-card .navbar .dropdown-content:before {
    background-color: #fff;
    border-radius: 4px 0 0 0;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    right: 27px;
    top: -10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    z-index: -1;
}

#content-course .course-section .box-card .navbar .dropdown-content a {
    border-bottom: 1px solid #ddd;
    color: #484848;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    padding: 15px 20px;
}

#content-course .course-section .box-card .navbar .dropdown-content a:last-child {
	border: none;
}

#content-course .course-section .box-card .navbar .dropdown-content a:hover {
	background-color: #ededed;
}

/**/

#content-course .course-section.course-thumbnail-box .box-card .container-info, #content-course .course-section.course-segment-videos .box-card .container-info, #content-course .course-section.course-segment-resources .box-card .container-info {
	min-height: 80px;
	padding: 10px 15px 12px;
}

#content-course .course-section.course-thumbnail-box .box-card .container-info h3 {
	color: #4a4a4a;
	font-family: "Crimson Text", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 125%;
	margin: 0 0 5px !important;
	padding: 0 !important;
}

#content-course .course-section.course-thumbnail-box .box-card .container-info h4 {
	color: #a7a19b;
	font-family: "Crimson Text", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 125%;
	padding: 0;
}

#content-course .course-section.course-thumbnail-box .box-card .container-info .preview-box-bottom {
	padding: 40px 0 0;
	position: static;
}

#content-course .course-section.course-thumbnail-box .box-card .uploader div.browser input {
	border: none;
}

/**/

#content-course .course-section.course-segment-resources .box-card .container-info {
	position: relative;
}

#content-course .course-section.course-segment-resources .box-card .container-info .error {
	border: 2px solid #e9737a;
	display: block;
	font-size: 0;
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	text-indent: -999px;
	top: 0;
	width: 100%;
}

#content-course .course-section.course-segment-resources .error + .up-resource-name {
	color: #e9737a;
}

#content-course .course-section.course-segment-resources .error + .up-resource-name::-webkit-input-placeholder {
	color: #e9737a;
}

#content-course .course-section.course-segment-resources .error + .up-resource-name::-moz-placeholder {
	color: #e9737a;
}

#content-course .course-section.course-segment-resources .error + .up-resource-name:-ms-input-placeholder {
	color: #e9737a;
}

#content-course .course-section.course-segment-resources .error + .up-resource-name:-moz-placeholder {
	color: #e9737a;
}

#content-course .course-section.course-segment-videos .uploader {
	left: 0;
	position: absolute;
	top: 25px;
	width: 100%;
}

#content-course .course-section.course-segment-videos .course-info-box .box-card .upload-btn-wrapper {
    display: block;
    margin: 0;
    position: static;
    width: 100%;
}

#content-course .course-section.course-segment-videos .course-info-box .box-card .upload-btn-wrapper .wistia_upload_button.wistia_upload_video {
    background: url(../../../../../../themes/sivaneast/images/icon-add-circular-white.svg) no-repeat 50% 0;
    background-size: 30px auto;
    border: none;
    height: auto;
    max-width: 100%;
    padding: 35px 0 0;
    width: 100%;
}

#content-course .course-section.course-segment-videos .course-info-box .box-card .upload-btn-wrapper .wistia_upload_button_text {
    color: #fff;
    display: block;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: bold;
    line-height: 150%;
    margin: 0;
    position: static;
    text-align: center;
    text-transform: uppercase;
}

#content-course .course-section.course-segment-videos .uploader .video-upload-links {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 150%;
    margin: 0;
    position: static;
    text-align: center;
}

#content-course .course-section.course-segment-videos .uploader .video-upload-links b {
	font-weight: bold;
}

#content-course .course-section.course-segment-videos .course-info-box .add-more-btn, #content-course .course-section.course-segment-resources .course-info-box .add-more-btn {
    border: 2px solid #ebe6e1;
    bottom: 0;
    display: flex;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#content-course .course-section.course-segment-videos .course-info-box .add-more-btn a#add_more_video_box, #content-course .course-section.course-segment-resources .course-info-box .add-more-btn a#add_more_resource_box {
	background: url(../../../../../../themes/sivaneast/images/icon-play-video.svg) no-repeat 50% 0;
    background-size: 30px auto;
    border: none;
    color: #99738f;
    font-size: 12px;
    font-weight: bold;
    line-height: 100%;
    padding: 40px 0 0;
    position: static;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
}

#content-course .course-section.course-segment-resources .course-info-box .add-more-btn a#add_more_resource_box {
	background: url(../../../../../../themes/sivaneast/images/icon-add-circular.svg) no-repeat 50% 0;
	background-size: 30px auto;
}

/**/

#content-course .course-section.course-segment-videos .segment-title, #content-course .course-section.course-segment-resources .up-resource-name {
	background: none;
	border: none;
	font-family: "Crimson Text", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	height: auto;
	line-height: 100%;
	padding: 0;
}

#content-course .course-section.course-segment-videos .box-card .container-info {
	position: relative;
}

#content-course .course-section.course-segment-videos .box-card .container-info .error {
	border: 2px solid #e9737a;
	display: block;
	font-size: 0;
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	text-indent: -999px;
	top: 0;
	width: 100%;
}

#content-course .course-section.course-segment-videos .error + .segment-title {
	color: #e9737a;
}

#content-course .course-section.course-segment-videos .error + .segment-title::-webkit-input-placeholder {
	color: #e9737a;
}

#content-course .course-section.course-segment-videos .error + .segment-title::-moz-placeholder {
	color: #e9737a;
}

#content-course .course-section.course-segment-videos .error + .segment-title:-ms-input-placeholder {
	color: #e9737a;
}

#content-course .course-section.course-segment-videos .error + .segment-title:-moz-placeholder {
	color: #e9737a;
}

/**/

#listing-container-course #content-course.step-2 {
	position: relative;
}

#listing-container-course #content-course.step-2 #content-submission-inner {
    float: none;
    max-width: 100%;
    padding: 50px 0 60px 70px;
}

#listing-container-course #content-course.step-2 #course_right_section {
	position: absolute;
	right: 0;
	top: 0;
}

@media (max-width: 767px) {
	#listing-container-course #content-course.step-2 #content-submission-inner {
		padding: 20px 0;
	}
}

@media (max-width: 640px) {
	#content-course .course-section .course-list .course-info-box {
		width: calc(50% - 30px);
	}
}

@media (max-width: 480px) {
	#content-course .course-section .course-list {
		margin: 0;
	}
	#content-course .course-section .course-list .course-info-box {
		margin: 0 0 15px;
		width: 100%;
	}
}

/**/

#method_payment_course_section {
	display: none;
}

#lightbox-method {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#lightbox-method .lightbox-overlay {
	background-color: rgba(255, 255, 255, 0.5);
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#lightbox-method .lightbox-box {
	background-color: #fff;
	border: 1px solid #A7A19B;
	display: block;
	max-width: 100%;
	padding: 50px 100px;
	position: relative;
	width: 790px;
}

#content-course #lightbox-method .lightbox-box {
    background-color: #fafafa;
	border: 1px solid rgba(167, 161, 155, 0.4);
	border-radius: 5px;
    padding: 0;
    width: 1120px;
}

#lightbox-method .lightbox-box .lightbox-close {
	background: url(../../../../../../themes/sivaneast/images/icon-modal-close.svg) no-repeat 50% 50%;
	background-size: 100% 100%;
	cursor: pointer;
	font-size: 0;
	height: 24px;
	position: absolute;
	right: 20px;
	text-decoration: none;
	top: 20px;
	width: 24px;
}

#content-course #lightbox-method .lightbox-box .lightbox-close {
	right: 30px;
	top: 30px;
}

#lightbox-method .lightbox-box h5 {
	color: #A7A19B;
	font-size: 16px;
	font-weight: bold;
	line-height: 125%;
	margin: 0 0 10px;
}

#content-course #lightbox-method .lightbox-box h3 {
    color: #262626;
    font-family: "Lusitana", Arial, Helvetica, sans-serif;
    font-size: 39px;
    font-weight: bold;
    line-height: 125%;
    margin: 0 0 25px;
}

#lightbox-method .lightbox-box .box-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

#content-course #lightbox-method .lightbox-box .box-content {
	display: block;
	margin: 0 -23px;
	padding: 80px 90px 90px;
}

#lightbox-method .lightbox-box .box-content-text {
	order: 1;
	width: 65%;
}

#content-course #lightbox-method .lightbox-box .box-content-text {
	background-color: #fff;
	padding: 0 23px;
	width: 100%;
}

#lightbox-method .lightbox-box .box-content-text h4 {
	color: #707070;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 20px;
}

#lightbox-method .lightbox-box .box-content-text p {
	color: #2e2e2e;
	font-size: 14px;
	line-height: 125%;
	margin: 0 0 30px;
}

#lightbox-method .lightbox-box .box-content-text .btn {
	background-color: #B0BD5A;
	border: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	margin: 0;
	max-width: 100%;
	padding: 20px 10px;
	text-align: center;
	width: 230px;
}

#lightbox-method .lightbox-box  .box-content-image {
	order: 2;
	width: 23%;
}

#lightbox-method .lightbox-box  .box-content-image img {
	display: block;
	max-width: 135px;
}

@media (max-width: 1024px) {
	#content-course #lightbox-method .lightbox-box {
		width: 90%;
	}
	#content-course #lightbox-method .lightbox-box .box-content {
		padding: 50px;
	}
}

@media (max-width: 767px) {
	#lightbox-method .lightbox-box {
		margin: 0 20px;
		padding: 30px 40px;
	}
	#lightbox-method .lightbox-box .box-content {
		display: block;
	}
	#lightbox-method .lightbox-box .box-content-text {
		width: 100%
	}
	#lightbox-method .lightbox-box  .box-content-image {
		margin: 0 0 10px;
		width: 100%
	}
	#content-course #lightbox-method .lightbox-box {
		max-height: 90vh;
		padding: 0;
		width: 90%;
	}
	#content-course #lightbox-method .lightbox-box h3 {
		font-size: 30px;
		margin: 0 0 20px;
	}
	#content-course #lightbox-method .lightbox-box h5 {
		margin: 0 0 5px;
	}
	#content-course #lightbox-method .lightbox-box .lightbox-close {
		height: 12px;
		right: 20px;
		top: 20px;
		width: 12px;
	}
	#content-course #lightbox-method .lightbox-box .box-content {
		margin: 0;
		max-height: 90vh;
		overflow: auto;
		padding: 20px;
	}
	#content-course #lightbox-method .lightbox-box .box-content-text {
		background: none;
		overflow: auto;
		padding: 0;
	}
	/*
	#content-course #lightbox-method .sales-section {
		display: block;
	}
	#content-course #lightbox-method .sales-section .sales-data-heading {
		display: block;
	}
	#content-course #lightbox-method .sales-section .sales-data-heading .sales-data-cell {
		display: block;
	}
	#content-course #lightbox-method .sales-section .sales-row {
		display: block;
	}
	#content-course #lightbox-method .sales-section .sales-row .sales-data-cell {
		display: block;
	}
	*/
	#content-course #lightbox-method .sales-section .sales-data-heading .sales-data-cell p, #content-course #lightbox-method .sales-section .sales-data-heading .sales-data-cell p.v-center, #content-course #lightbox-method .sales-section .sales-data-heading .sales-data-cell p.v-right {
		display: block;
		padding: 10px 20px 10px 0;
	}
	#content-course #lightbox-method .sales-section .sales-row .sales-data-cell p, #content-course #lightbox-method .sales-section .sales-row .sales-data-cell p.v-center, #content-course #lightbox-method .sales-section .sales-row .sales-data-cell p.v-right {
		display: block;
		padding: 10px 20px 10px 0;
	}
}

@media (max-width: 480px) {
	#lightbox-method .lightbox-box {
		padding: 20px;
	}
	#content-course #lightbox-method .lightbox-box h3 {
		font-size: 25px;
		margin: 0 0 15px;
	}
}

.active-link {
	font-weight: bold;

}
.lock-main-video {
	margin-top: -200px;
	margin-left: 400px;
	z-index: 999;
	position: absolute;
}

/**/

.courses-template-default .google-auto-placed {
	display: none !important;
}

/* COURSES SINGLE */

.course-mobile-only {
	display: none;
}

#page-single-courses {
	position: relative;
}

#page-single-courses:before {
	background: linear-gradient(to bottom, #f7f5f3 0%,#ffffff 100%);
	content: "";
	height: 600px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#page-single-courses > .page-holder {
	display: flex;
	flex-direction: row-reverse;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	z-index: 1;
}

#page-single-courses .breadcrumbs-area {
	padding: 30px 0;
	width: 100%;
}

#page-single-courses .breadcrumbs-area ul {
	font-size: 12px;
	line-height: 125%;
}

#page-single-courses .breadcrumbs-area ul li {
	padding: 0 25px 0 0;
}

#page-single-courses .breadcrumbs-area ul li:after {
	color: #a7a19b;
}

#page-single-courses .breadcrumbs-area ul li a {
	color: #a7a19b;
	display: block;
}

#page-course-sidebar {
	margin: 0 0 0 40px;
	min-width: 300px;
	width: 300px;
}

#page-course-content {
	width: 100%;
}

#page-single-courses .video-embed {
	position: relative;
	width: 100%;
}

#page-single-courses .video-embed.not-purchased {
	padding: 0;
	text-align: center;
}

#page-single-courses .video-embed .show-locked-video img {
	height: auto;
	width: 100%;
}

#page-course-content .course-content {
	margin: 0 0 120px;
}

#page-course-content .course-info-wrap {
}

#page-course-content .course-info-wrap h1 {
background-color: #f7f5f3;
    border: 1px solid #ebe6e1;
    font-size: 20px;
    font-weight: 600;
    line-height: 125%;
    margin: 0 0 30px;
    padding: 22px 170px;
    position: relative;
}

#page-course-content .course-info-wrap h1 .previous-v-btn {
	display: block;
	left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#page-course-content .course-info-wrap h1 .previous-v-btn .btn {
	border: 2px solid #e9737a;
	border-radius: 3px;
	color: #e9737a;
	display: block;
	line-height: 125%;
	max-width: 100%;
	padding: 12px 10px 13px;
	width: 140px;
}

#page-course-content .course-info-wrap h1 .previous-v-btn .btn:hover {
	background-color: #e9737a;
	color: #fff;
}

#page-course-content .course-info-wrap h1 .video-title-name {
	display: block;
	text-align: center;
}

#page-course-content .course-info-wrap h1 .next-v-btn {
	display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

#page-course-content .course-info-wrap h1 .next-v-btn .btn.orange {
	border-radius: 3px;
	display: block;
	line-height: 125%;
	max-width: 100%;
	padding: 12px 10px 13px;
	width: 140px;
}

#page-course-content .course-info-wrap h1 .next-v-btn .btn.orange:hover {
	background-color: #b95157;
	border: 2px solid #b95157;
}

#page-course-content .course-content-cols {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

#page-course-content .course-content-cols .course-content-sidebar {
	flex: 0 0 300px;
	margin: 0 40px 0 0;
	width: 300px;
}

#page-course-content .course-content-cols .course-content-content {
}

/**/

.course-content-sidebar .course-author {
	background-color: #fff;
	border: 1px solid #ebe6e1;
	border-radius: 5px;
	margin: 0;
	padding: 25px 30px 30px;
}

.course-content-sidebar .course-author .course-row {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin: 0 0 20px;
}

.course-content-sidebar .course-author .course-row .img {
    background-position: 50% 50%;
    background-size: cover;
    border: 3px solid #F7F5F3;
    border-radius: 50%;
    height: 80px;
    margin: 0 15px 0 0;
    min-width: 80px;
    width: 80px;
}

.course-content-sidebar .course-author .course-info {
}

.course-content-sidebar .course-author .course-info h4 {
	display: block;
	font-size: 13px;
	line-height: 125%;
	margin: 0 0 2px;
}

.course-content-sidebar .course-author .course-info h3 {
	display: block;
	font-family: "Lusitana", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 125%;
	margin: 0;
}

.course-content-sidebar .course-author .course-info h3 a {
	display: block;
	text-decoration: none;
}

.course-content-sidebar .course-author .course-social {
	font-size: 0;
	list-style: none;
	margin: 0 -3px;
}

.course-content-sidebar .course-author .course-social li {
	display: inline-block;
	padding: 0 3px;
	vertical-align: middle;
}

.course-content-sidebar .course-author .course-social li a {
	background-color: #A7A19B;
	border-radius: 50%;
	color: #A7A19B;
	display: block;
	font-size: 20px;
	height: 22px;
	overflow: hidden;
	width: 22px;
}

.course-content-sidebar .course-author .course-social li a:hover {
	text-decoration: none;
}

.course-content-sidebar .course-author .course-social li a img {
	display: block;
	height: 14px;
	margin: 4px auto 0;
	width: auto;
}

.course-content-sidebar .course-author .course-text {
	padding: 0 0 20px;
}

.course-content-sidebar .course-author .course-text p {
	font-size: 12px;
	line-height: 150%;
	margin: 0 0 10px;
}

.course-content-sidebar .course-author .course-text p:last-child {
	margin: 0;
}

.course-content-sidebar .course-author .course-buttons a {
	background-color: #fff;
	border: 1px solid #EBE6E1;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #A7A19B;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 125%;
	padding: 12px 10px !important;
	text-align: center;
	width: 100%;
}

.course-content-sidebar .course-author .course-buttons a:hover {
	text-decoration: none;
}

/**/

.course-content-content .extra-nav {
	background: none;
	margin: 0;
	padding: 0 0 25px;
}

.course-content-content .extra-nav ul {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.25;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}

.course-content-content .extra-nav ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 35px 0 0;
}

.course-content-content .extra-nav ul li:last-child {
	padding: 0;
}

.course-content-content .extra-nav ul a {
	border-bottom: 4px solid transparent;
	color: #4A4A4A;
    display: block;
	height: 100%;
    padding: 0 0 10px;
}

.course-content-content .extra-nav ul .active a, .course-content-content .extra-nav ul a:hover {
	border-bottom: 4px solid #e9737a;
	padding: 0 0 10px;
	text-decoration: none;
}

/**/

.course-content-content .box-course-info {
	border: 1px solid #ebe6e1;
	border-radius: 3px;
	color: #484848;
	font-size: 12px;
	margin: 0 0 25px;
	max-width: 335px;
	padding: 5px 0 5px;
}

.course-content-content .box-course-info h4 {
	font-weight: bold;
	line-height: 100%;
	padding: 10px;
}

.course-content-content .box-course-info .info-row {
	display: flex;
	margin: 0;
	padding: 5px 0;
}

.course-content-content .box-course-info .info-row.alt {
	background-color: #ebe6e1;
}

.course-content-content .box-course-info .info-row label {
	display: block;
	font-weight: bold;
	line-height: 100%;
	padding: 0 10px;
	width: 80px;
}

.course-content-content .box-course-info .info-row span {
	display: block;
	line-height: 100%;
	padding: 0 10px;
}

.course-content-content  .course-text p {
	font-size: 13px;
	line-height: 175%;
	margin: 0 0 20px;
}

@media (max-width: 1024px) {
	#page-single-courses .breadcrumbs-area {
		padding: 20px 0;
	}
	.course-mobile-only {
		display: block;
	}
	#page-single-courses > .page-holder {
		display: block;
	}
	#page-course-sidebar {
		margin: 0 0 25px;
		min-width: 0;
		width: 100%;
	}
	.buy-side-block {
		border: 1px solid #ebe6e1;
		padding: 25px 15px;
	}
	.buy-side-block .buy-course-form .form-row-mobile {
		display: flex;
		flex-direction: row;
		margin: 0 auto;
		max-width: 480px;
	}
	.buy-side-block .buy-course-form .form-row-mobile.bottom {
		align-items: center;
		flex-direction: row-reverse;
		justify-content: space-between;
		margin: 10px auto 0;
	}
	.buy-side-block .buy-course-form .row-custom {
		margin: 0 15px 0 0;
	}
	.buy-side-block .buy-course-form .form-images {
		display: flex;
	}
	.buy-side-block .buy-course-form .form-images img {
		height: 20px;
		margin: 0 0 0 10px;
	}
	.buy-side-block .buy-course-form .bottom-text {
		margin: 0;
	}
	.buy-side-block .buy-course-form input[type="submit"] {
		font-size: 12px;
		height: auto;
		padding: 0 5px;
		max-width: 190px;
	}
	#page-single-courses #page-course-mobile .video-embed {
		display: block;
	}
	#page-single-courses #page-course-content .video-embed {
		display: none;
	}
	#page-course-content {
	}
	#page-course-content .course-content {
		margin: 0 0 35px;
	}
	#page-course-content .course-info-wrap {
		display: none;
	}
}

@media (max-width: 767px) {
	#page-single-courses > .page-holder {
		padding: 0 15px;
	}
	#page-single-courses .breadcrumbs-area {
		display: none;
	}
	#page-course-mobile {
		margin: 0 -30px;
		padding: 20px 0 0;
	}
	#page-single-courses #page-course-mobile .video-embed {
		margin-bottom: 30px;
	}
	.buy-side-block {
		border-top: 5px solid #e9737a;
		padding: 30px;
	}
	.buy-side-block.hide-mobile {
		display: none;
	}
	.buy-side-block .buy-course-form .form-row-mobile {
		display: block;
	}
	.buy-side-block .buy-course-form .form-row-mobile .btn {
		max-width: 200px;
	}
	.buy-side-block .buy-course-form .row-custom {
		margin: 0 0 10px;
		width: 100%;
	}
	.buy-side-block .buy-course-form .form-row-mobile.bottom {
		margin: 15px auto 0;
	}
	.buy-side-block .buy-course-form .form-images {
		display: block;
	}
	.buy-side-block .buy-course-form .form-images img {
		display: block;
		height: 25px;
		margin: 0 auto 15px;
	}
	.buy-side-block .buy-course-form .form-images img:last-child {
		margin-bottom: 0;
	}
	.buy-side-block .buy-course-form input[type="submit"] {
		height: 45px;
		max-width: 100%;
	}
	#page-course-sidebar {
		margin: 0 0 35px;
	}
	#page-course-content .course-content {
		margin: 0 0 45px;
	}
	#page-course-content .course-content-cols {
		display: block;
	}
	#page-course-content .course-content-cols .course-content-sidebar {
		display: block;
		margin: 0;
		padding: 20px 0 0;
		width: 100%;
	}
	.course-content-content .extra-nav ul li {
		padding: 0 15px 0 0;
	}
	.course-content-content .extra-nav ul li:last-child {
		padding: 0;
	}
}

/**/

#footer-new {
	background-color: #f7f5f3;
}

#footer-new .footer-social {
	background-color: #fff;
	border: 1px solid #ebe6e1;
	padding: 20px 0;
}

#footer-new .footer-social .page-holder {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

#footer-new .footer-social .page-holder:after {
	display: none;
}

#footer-new .footer-social .footer-logo {
}

#footer-new .footer-social .footer-logo a {
	display: block;
}

#footer-new .footer-social .footer-logo img {
	display: block;
	height: 65px;
	margin: 0 auto;
}

#footer-new .footer-social .footer-icons {
}

#footer-new .footer-social .footer-icons ul {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0 -5px;
}

#footer-new .footer-social .footer-icons ul li {
	padding: 0 5px;
}

#footer-new .footer-social .footer-icons ul li a {
	display: block;
}

#footer-new .footer-social .footer-icons ul li img {
	display: block;
	height: 35px;
	width: 35px;
}

#footer-new .footer-menu {
}

#footer-new #footer-menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 35px 0 15px;
}

#footer-new #footer-menu > li {
	padding: 0 70px 0 0;
}

#footer-new #footer-menu > li:last-child {
	padding: 0;
}

#footer-new #footer-menu > li > a {
	color: #484848;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 135%;
	margin: 0 0 15px;
	text-transform: uppercase;
}

#footer-new #footer-menu > li > ul {
	list-style: none;
}

#footer-new #footer-menu > li > ul > li {
	margin: 0 0 5px;
}

#footer-new #footer-menu > li > ul > li > a {
	color: #a7a19b;
	display: block;
	font-size: 14px;
	line-height: 135%;
}

#footer-new .footer-copyright {
	padding: 30px 0 55px;
}

#footer-new .footer-copyright p {
	color: #a7a19b;
	font-size: 10px;
	line-height: 100%;
}

#footer-new .footer-copyright p a {
	color: #a7a19b;
}

@media (max-width: 1024px) {
	#footer-new #footer-menu > li {
		max-width: 25%;
		padding: 0 50px 0 0;
	}
}

@media (max-width: 767px) {
	#footer-new .footer-social {
		padding: 30px 0 50px;
	}
	#footer-new .footer-social .page-holder {
		display: block;
	}
	#footer-new .footer-social .footer-logo {
		display: block;
		margin: 0 auto 30px;
	}
	#footer-new .footer-social .footer-icons {
		display: block;
	}
	#footer-new #footer-menu {
		flex-wrap: wrap;
		margin: 0 -15px;
	}
	#footer-new #footer-menu > li, #footer-new #footer-menu > li:last-child {
		max-width: 100%;
		min-width: 50%;
		padding: 0 15px 15px;
		width: 50%;
	}
}

/**/

.join-popup.alt {
	background-color: rgba(0, 0, 0, 0.28);
}

.popup-box-new {
	background-color: #fff;
	display: flex;
	flex-direction: row;
	height: 560px;
	margin: 0 auto;
	max-width: 820px;
	width: 100%;
}

.popup-box-new .popup-box-image {
	align-items: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	height: 100%;
	position: relative;
	width: 50%;
}

.popup-box-new .popup-box-image:after {
	background-image: linear-gradient(142deg, #e9737a 0%, #7d4670 100%);
	content: '';
	height: 100%;
	left: 0;
	opacity: 0.9;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.popup-box-new .popup-box-image .txt {
    display: block;
    padding: 0 0 100px;
    position: relative;
    text-align: center;
    width: 250px;
    z-index: 2;
}

.popup-box-new .popup-box-image .txt img {
	display: block;
	height: 29px;
	margin: 0 auto 20px;
	width: 56px;
}

.popup-box-new .popup-box-image .txt h3 {
	color: #fff;
	font-family: Lusitana;
	font-size: 36px;
	line-height: 115%;
	margin: 0 0 20px;
}

.popup-box-new .popup-box-image .txt h4 {
    color: #fff;
    font-family: "Crimson Text";
    font-size: 18px;
    font-style: italic;
    line-height: 125%;
}

.popup-box-new .popup-box-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	width: 50%;
}

.popup-box-new .popup-box-content .popup-box-head {
	border-bottom: 1px solid #ebe6e1;
	padding: 15px 35px;
	position: relative;
}

.popup-box-new .popup-box-content .popup-box-head .popup-btn-close {
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.popup-box-new .popup-box-content .popup-box-head .popup-btn-close img {
	display: block;
	height: 13px;
	width: 13px;
}

.popup-box-new .popup-box-content .popup-box-head h3 {
	color: #484848;
	font-size: 16px;
	line-height: 125%;
}

.popup-box-new .popup-box-content .popup-box-body {
	flex: 1;
	overflow: auto;
	padding: 80px 35px 10px;
}

.popup-box-new .popup-box-content .popup-box-body.alt {
	padding: 10px 35px;
}

.popup-box-new .popup-btn-facebook {
	align-items: center;
	background-color: #3b5998;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	margin: 0 0 30px;
	padding: 15px 10px;
}

.popup-box-new .popup-box-body.alt .popup-btn-facebook {
	margin: 0 0 10px;
}

.popup-box-new .popup-box-body.alt .popup-btn-facebook:hover {
	text-decoration: none;
}

.popup-box-new .popup-btn-facebook img {
	display: block;
	height: 16px;
	width: 16px;
}

.popup-box-new .popup-btn-facebook span {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 125%;
    margin: 0 0 0 10px;
}

.popup-box-new .popup-box-separator {
	border-top: 1px solid #ebe6e1;
	font-size: 0;
	margin: 0 -35px;
	padding: 0 0 20px;
	text-align: center;
}

.popup-box-new .popup-box-body.alt .popup-box-separator {
	padding: 0;
}

.popup-box-new .popup-box-separator span {
    background-color: #fff;
    color: #484848;
    display: inline-block;
    font-family: "Crimson Text";
    font-size: 16px;
    font-style: italic;
    line-height: 100%;
    padding: 0 10px;
    transform: translateY(-50%);
}

.popup-box-new .popup-box-form {
}

.popup-box-new .popup-box-form .row {
	margin: 0 0 15px;
}

.popup-box-new .popup-box-form .row-group {
	display: flex;
	margin: 0 -5px;
}

.popup-box-new .popup-box-form .row-group .row {
	padding: 0 5px;
	width: 50%;
}

.popup-box-new .popup-box-form input[type="text"], .popup-box-new .popup-box-form input[type="email"], .popup-box-new .popup-box-form input[type="password"] {
    background-color: #fff;
    border: 1px solid #a7a19b;
    border-radius: 3px;
    font-size: 12px;
    height: auto;
    padding: 12px 10px;
    width: 100%;
}

.popup-box-new .popup-box-form input[type="submit"] {
	background-color: #e9737a;
	border-radius: 2px;
	font-size: 12px;
	font-weight: bold;
	line-height: 125%;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.popup-box-new .popup-box-form .add-form-txt {
	color: #484848;
	display: block;
	font-size: 12px;
	line-height: 125%;
	padding: 10px 0 0;
}

.popup-box-new .popup-box-content .popup-box-foot {
	background-color: #f7f5f3;
	border-top: 1px solid #ebe6e1;
	padding: 25px 0;
	text-align: center;
}

.popup-box-new .popup-box-content .popup-box-foot p {
	color: #484848;
	font-size: 14px;
	line-height: 125%;
}

.popup-box-new .popup-box-content .popup-box-foot a {
	font-weight: bold;
}

@media (max-width: 767px) {
	.popup-box-new {
		max-width: 600px;
	}
	.popup-box-new .popup-box-image {
		display: none;
	}
	.popup-box-new .popup-box-content {
		width: 100%;
	}
	.popup-box-new .popup-box-content .popup-box-body.alt {
		padding: 10px 20px;
	}
}

/**/

#single-ad {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 0 35px;
	width: 100%;
}

/**/

.news-area-notification.alt {
	height: 200px;
}

.news-area-notification.alt .page-holder {
}

.news-area-notification.alt .email-row .klaviyo_messages .error_message {
}

.news-area-notification.alt .email-row .klaviyo_messages .success_message .klaviyo_header {
	font-size: 35px;
	position: static;
}

#tab03 .videos-lst.inner .holder .txt-box .ttl.no-purchased a:hover{
	text-decoration:none;
	cursor:default;
}

 .videos-lst.resource-list-preview .img a:before {
	background:none;	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.videos-lst.resource-list-preview .img a .ico-holder img{
	text-align:center;
	margin:auto;
	width:18px;
}

/**/

#single-content .frm_style_formidable-style.with_frm_style .frm_primary_label {
	color: #484848;
	display: block;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 125%;
	margin: 0 0 14px;
	padding: 0;
	visibility: visible;
}

#single-content .frm_style_formidable-style.with_frm_style div.frm_description {
	color: #484848;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 100%;
	margin: 4px 0 0;
}

#single-content .frm_style_formidable-style.with_frm_style .form-field {
	margin-bottom: 30px;
}

#single-content .frm_style_formidable-style.with_frm_style input[type="text"], #single-content .frm_style_formidable-style.with_frm_style input[type="email"] {
	border: 2px solid #ebe6e1;
	border-radius: 5px;
	box-shadow: none;
	color: #4c4c4c;
	display: block;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: auto;
	padding: 14px 15px;
	width: 100%;
}

#single-content .frm_style_formidable-style.with_frm_style textarea {
	border: 2px solid #ebe6e1;
	border-radius: 5px;
	box-shadow: none;
	color: #4c4c4c;
	display: block;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	min-height: 180px;
	padding: 10px 15px;
	width: 100%;
}

#single-content .frm_style_formidable-style.with_frm_style .frm_submit {
}

#single-content .frm_style_formidable-style.with_frm_style .frm_submit button {
	background: #7d4670;
	border: 2px solid #7d4670;
	border-radius: 5px;
	color: #fff;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: 100%;
	margin: 0 0 5px;
	padding: 17px 10px;
	text-align: center;
	width: 140px;
}

#single-content .frm_style_formidable-style.with_frm_style .frm_error {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	line-height: 100%;
	margin: 10px 0 0;
}
.frontend-form-field-container.yst_prominent_words{
	display:none;
}





