/*
Theme Name: SmartMag
Theme URI: http://theme-sphere.com
Version: 2.3
Description: Designed by <a href="http://theme-sphere.com">ThemeSphere</a>
Author: ThemeSphere
Author URI: http://theme-sphere.com
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Copyright: (c) 2014 ThemeSphere.
*/

/*

1. =Resets & Default Elements
 1.1. =Typography
 1.2. =Other Elements
 1.3. =Main Helpers

2. =Global Structure
 2.1. =Grid
 2.2. =Header
 2.3. =Navigation
 2.4. =Featured & Slider

3. =Components & Common Classes

4. =Content
 4.1. =Main Page Blocks
 4.2. =Single Post
 4.3. =Single & Other Pages
 4.4. =Category Listing & Loop

5. =Main Sidebar
6. =Shortcodes
7. =Footer

*/


/**
 * 1. =Resets & Helpers
 * ----------------------------------------------------------------------------
 */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video, 
button, input, textarea{margin:0;padding:0;border:0;vertical-align:baseline;font-size:100%;font-family:inherit;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section{display:block;}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* be compatible with "input" defaults */
button, input[type="submit"]{box-sizing:content-box;-moz-box-sizing:content-box;cursor:pointer;-webkit-appearance:none;}
/* iOS styling reset */
button, input{border-radius:0;}
button::-moz-focus-inner, input::-moz-focus-inner{border:0;padding:0;}
/* fix IE scrollbar */
textarea{overflow:auto;}
a img{border:0;}
.cf:before, .cf:after{content:" ";display:table;}
.cf:after{clear:both;}
.cf{*zoom:1;}
/* old-ie only */

/* reset placeholder color */
::-webkit-input-placeholder{color:inherit;}:-moz-placeholder{color:inherit;opacity:1;}::-moz-placeholder{color:inherit;opacity:1;}:-ms-input-placeholder{color:inherit;}

/**
 * 1.1. =Typography
 * ----------------------------------------------------------------------------
 */

/* baseline 14px -- 1.5x base line-height */
body{font:14px/1.5 "Open Sans", Arial, sans-serif;text-rendering:optimizeLegibility;}
p{margin-bottom:21px;/* 1.5em */}
/* base headings */

h1{font-size:24px;}
h2{font-size:21px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5{font-size:15px;}
h6{font-size:14px;}
h1, h2, h3, h4, h5, h6{font-weight:normal;font-family:"Roboto Slab", Georgia, serif;color:#19232d;}::selection{background:#e54e53;color:#fff;}::-moz-selection{background:#e54e53;color:#fff;}
img::selection{background:transparent;}
img::-moz-selection{background:transparent;}
body{-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
/* link and text helpers */ a{color:#19232d;text-decoration:none;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}
a:hover{text-decoration:underline;}
/**
 * 1.2. =Other Elements
 * ----------------------------------------------------------------------------
 */

code, pre{padding:1.857em;padding-bottom:0;border-left:3px solid #d9d9d9;border-bottom:1px solid transparent;background:#f2f2f2;}
p code{padding:1px 5px;border:0;}
pre{display:block;word-break:break-all;word-wrap:break-word;}
pre code{white-space:pre-wrap;}
/* default table styling */
table{max-width:100%;background-color:transparent;}
th, td{background:#fff;padding:4px 7px;border:1px solid #e1e1e1;}
th{background:#f2f2f2;}
tr:nth-child(odd) td{background:#fcfcfc;}
table caption{padding:0 0 7px 0;width:auto;font-weight:600;}
/* form styling */
input, textarea, select{background:#f9f9f9;border:1px solid #d9d9d9;padding:7px 14px;outline:0;font-size:13px;color:#a6a6a6;max-width:100%;}
textarea{padding:7px 14px;width:100%;box-sizing:border-box;-moz-box-sizing:border-box;}
input:focus, textarea:focus, select:focus{border-color:#bbb;color:#606569;}
/* fix firefox flicker */
.wp-post-image{-moz-transform:translate3d(0, 0, 0);}
/* image hover effect */
.wp-post-image:hover{opacity:0.8;}
.ie .wp-post-image:hover{opacity:1;}
/**
 * 1.3. =Main Helpers
 * ----------------------------------------------------------------------------
 */
.limit-line{overflow:hidden;white-space:nowrap;}
.ellipsis{text-overflow:ellipsis;}
/* image replacement - via H5BP */
.ir{background-color:transparent;border:0;overflow:hidden;*text-indent:-9999px;}
.ir:before{content:"";display:block;width:0;height:100%;}
/* hide only visually, but have it available for screenreaders: H5BP */

.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}
.main-color{color:#e54e53;}
/**
 * 2. =Global Structure
 * ----------------------------------------------------------------------------
 */

/* 1128px total - 44px columns - 25px gutters - 12 columns */

body{background:#fff;color:#606569;-webkit-text-size-adjust:100%;/* Stops Mobile Safari from auto-adjusting font-sizes */}
.wrap{width:1078px;margin:0 auto;padding:0 25px;/* 25px gutters */ text-align:left;}
.boxed .main-wrap{background:#fff;width:1128px;margin:0 auto;border-top:0;border-bottom:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0px 0px 3px 0 rgba(0, 0, 0, 0.12);-moz-box-shadow:0px 0px 3px 0 rgba(0, 0, 0, 0.12);box-shadow:0px 0px 3px 0 rgba(0, 0, 0, 0.12);}
body.boxed{background:#eee;}
.ie8 .bg-overlay{position:fixed;width:100%;height:100%;top:0;left:0;z-index:-999;}
/**
 * 2.1 =Grid
 * ----------------------------------------------------------------------------
 */

.row{min-height:1px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-right:-25px;margin-left:-25px;}
.columns{}
.column, .row [class*="col-"]{padding-left:25px;padding-right:25px;float:left;min-height:1px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.col-12, .column{width:100%;}
.col-11{width:91.66666666666667%;}
.col-10{width:83.33333333333334%;}
.col-9, .column.three-fourth{width:75%;}
.col-8, .column.two-third{width:66.66666666666667%;}
.col-7{width:58.333333333333336%;}
.col-6, .column.half{width:50%;}
.col-5{width:41.66666666666667%;}
.col-4, .column.one-third{width:33.333333333333336%;}
.col-3, .column.one-fourth{width:25%;}
.col-2{width:16.666666666666668%;}
.col-1{width:8.333333333333334%;}
.column.one-fifth{width:20%;}
.column.two-fifth{width:40%;}
.column.three-fifth{width:60%;}
.column.four-fifth{width:80%;}
.column.right{text-align:right;}
.column.left{text-align:left;}
.column.center{text-align:center;}
/**
 * 2.2. =Header
 * ----------------------------------------------------------------------------
 */

.top-bar{background:#f2f2f2;border-top:4px solid #e54e53;border-bottom:1px solid #e7e7e7;}
.top-bar.hidden{display:none;}
.top-bar-content{padding:10px 0;color:#999;overflow:hidden;}
.top-bar-content > div{display:inline;}
.top-bar-content a{color:inherit;}
.top-bar .menu{float:left;color:#656565;overflow:hidden;}
.top-bar .menu li{float:left;padding-left:14px;}
.top-bar .menu li:first-child{padding-left:0;}
.top-bar .menu .sub-menu{display:none;}
.top-bar .search{float:right;margin:-3px 0 -3px 50px;}
.top-bar .search .query{width:130px;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}
.top-bar .search .query:focus{width:180px;}
.search .query, .searchform input, .searchform #s{line-height:24px;height:24px;padding:1px 8px;outline:0;border:0;border-right:15px solid #e9e9e9;font-size:13px;background:#e9e9e9;float:left;color:#999;}
.top-bar .search-button{background:transparent;margin-left:-28px;line-height:26px;height:26px;width:20px;outline:0;float:left;}
.top-bar .search .fa-search{color:#bababa;}
.top-bar .social-icons{float:right;}
.ie8 .top-bar input{max-width:500px;}
/* news ticker */
.trending-ticker ul{float:left;}
.trending-ticker li{display:none;color:#656565;}
.trending-ticker a{max-width:450px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;vertical-align:middle;line-height:1.3;padding-right:10px;margin-top:-2px;}
.trending-ticker li:first-child{display:block;}
.trending-ticker .heading{float:left;color:#e54e53;text-transform:uppercase;margin-right:50px;}
/* header */
.main-head{}
.main-head .title{float:left;font-size:37px;font-weight:bold;letter-spacing:-1px;max-width:100%;}
	.main-head .title a{text-decoration:none;color:#19232d;}
	.logo-image{display:inline-block;vertical-align:middle;max-width:100%;height:auto;}
/* vertically center - and right aligned */
	.main-head .right{line-height:135px;text-align:right;}
	.main-head header{min-height:135px;line-height:135px;overflow:hidden;}
.main-head .ads-widget{width:728px;max-width:100%;margin:0 auto;vertical-align:middle;display:inline-block;line-height:1;text-align:right;}
/**
 * 2.3. =Navigation
 * ----------------------------------------------------------------------------
 */
.navigation{background-color:#19232d;border-bottom:2px solid #2f4154;color:#efefef;text-transform:uppercase;box-sizing:border-box;-moz-box-sizing:border-box;}
.navigation.sticky{position:fixed;top:0;z-index:101;width:1078px;background-color:rgba(25, 35, 45, 0.9);-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-name:fadeIn;animation-name:fadeIn;}
.admin-bar .navigation.sticky{top:32px;}
.navigation a{color:#efefef;}
.navigation .mobile, .navigation .mobile-menu{display:none;}
.navigation .menu{}
.navigation ul{list-style:none;line-height:2;position:relative;}
.navigation ul li{float:left;}
/* nth level link */ 
.navigation .menu li > a{float:left;padding:0px 25px;}
/* top level links - 45px total height */
.navigation .menu > li > a{text-decoration:none;line-height:43px;border-bottom:2px solid transparent;margin-bottom:-2px;/* parent border offset */ /*border-left:1px solid #141b23;box-shadow:-1px 0px 0px 0px #2e4052;-webkit-box-shadow:-1px 0px 0px 0px #2e4052;*/ /*border-left:1px solid #2e4052;*/}
/* blips for parent menus */
.navigation .menu li > a:after{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;font-size:15px;line-height:0.9;content:"\f107";text-shadow:0px 0px 1px #efefef;margin-left:10px;}
.navigation .menu li li > a:after{display:none;}
.navigation .menu li > a:only-child:after{display:none;}
.navigation .menu > li:first-child > a{border-left:0;box-shadow:none;}
.navigation .menu > li:hover > a, 
.navigation .menu > .current-menu-item > a,
.navigation .menu > .current-menu-parent > a,
.navigation .menu > .current-menu-ancestor > a{border-bottom:2px solid #e54e53;}
.navigation .menu > li:hover{background:#1e2935;}
/* login */
.menu .user-login{float:right;}
.navigation .menu .user-login a{float:right;background:#2A3746;padding:0 21px;min-width:12px;}
.navigation .user-login .text{display:none;}
/* nested menus */

	/* 1st level */
	.navigation .menu > li > ul{top:45px;border-radius:0;border:0;}
	/* 1st to nth level links */
	.navigation .menu > li li a{float:none;display:block;text-decoration:none;font-size:13px;padding:6px 25px;border-top:1px solid #1f2c38;text-transform:none;/* prevent visibility:hidden delays */ -webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none;/* box-shadow:0px -1px 0px 0px #141b23;-webkit-box-shadow:0px -1px 0px 0px #141b23;*/ /* width:100%;- variable width disabled */}
	.navigation .menu ul li{float:none;min-width:220px;border-top:0;padding:0 0;position:relative;}
	.navigation .menu > li li:first-child a{border-top:0px;box-shadow:none;-webkit-box-shadow:none;}
	.navigation .menu ul{position:absolute;overflow:visible;visibility:hidden;display:block;opacity:0;padding:5px 0px;background:#19232d;-webkit-transition:all .2s ease-in;-moz-transition:all .2s ease-in;-ms-transition:all .2s ease-in;transition:all .2s ease-in;z-index:100;}
/* 2nd+ level */
	.navigation .menu ul ul{left:100%;top:0;}
	.navigation li:hover > ul{visibility:visible;opacity:1;}
	/* nth level hover or current active item */
	.navigation .menu li li:hover, .navigation .menu li li.current-menu-item{background:#1e2935;}
	/* Mega Menu */
	
	.navigation li:hover .mega-menu{visibility:visible;opacity:1;/* z-index increase on hover - prevent transitions making menu re-appear on random hover */ z-index:1000;}
	.navigation .mega-menu{width:100%;left:0;top:45px;margin:0;position:absolute;overflow:hidden;visibility:hidden;display:block;opacity:0;padding:35px 0px;/* 2.5em */ background:#19232d;-webkit-transition:all .2s ease-in;-moz-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in;/* fix flicker and use hardware acceleration */ -webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);z-index:100;}
	.navigation .mega-menu .sub-menu li, .navigation .menu .mega-menu > li{min-width:0;}
	/* disable transitions in mega menu */
	.mega-menu .wp-post-image, .mega-menu a{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none;}
	/* sub-nav for category mega menu */
	
	.mega-menu .sub-cats{padding:0;margin-top:-35px;}
	.mega-menu .sub-nav{padding-right:50px;padding-left:25px;margin-right:25px;background:#1e2935;margin-bottom:-600px;padding-bottom:600px;padding-top:37px;}
	.mega-menu .sub-nav li{float:none;display:block;position:relative;}
	.navigation .mega-menu .sub-nav li a{text-transform:uppercase;padding:5px;border-top:0;border-bottom:1px solid #2f4154;}
	/* nested sub-nav */
	.mega-menu .sub-nav ul{top:0;left:100%;}
	.navigation .mega-menu .sub-nav ul li{min-width:220px;}
.navigation .mega-menu .sub-nav ul li:last-child a{border-bottom:0;}
	.navigation .mega-menu .sub-nav li:hover, .navigation .menu .sub-nav li.current-menu-item{background:#1e2c3a;}
	.mega-menu .extend{padding:0 25px 0 0;}
	.mega-menu .heading{display:block;border-bottom:1px solid #2f4154;padding:5px 0;margin-bottom:21px;font-weight:600;}
	.mega-menu .featured{-webkit-transform:translate3d(0, 0, 0);}
	.mega-menu .featured h2{/*padding-left:0;*/ text-transform:none;}
	.mega-menu .featured h2 a{color:#efefef;}
	.mega-menu .highlights article{margin-bottom:14px;}
	.mega-menu .recent-posts .posts-list{text-transform:none;}
	.mega-menu .posts-list div:first-child{padding-top:0;}
.mega-menu .posts-list .post{overflow:hidden;padding-top:21px;}
	.mega-menu .posts-list .post > a{float:left;position:relative;}
	.mega-menu .posts-list .content{border-bottom-color:#2f4154;margin-left:75px;min-height:0;}
	.mega-menu .posts-list img{width:60px;}
.mega-menu .posts-list .content > a{margin-bottom:10px;}
	/* mega menu for normal links style */
	.navigation .mega-menu.links{padding:35px 0 42px 0;}
	.navigation .mega-menu.links > li.current-menu-item{background:inherit;}
	.navigation .mega-menu.links > li{float:left;width:25%;border:0;padding:0 25px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
	/* mega menu headings */
	.navigation .mega-menu.links > li > a{border:0;text-transform:uppercase;font-size:14px;font-weight:600;border-bottom:1px solid #2f4154;padding:5px 0;}
.navigation .mega-menu.links > li > a:after{display:none;}
	.navigation .mega-menu.links > li ul{visibility:inherit;opacity:1;position:static;}
	.navigation .mega-menu.links > li li a{padding-left:10px;border-top:0;border-bottom:1px solid #1f2c38;}
	/* caret */
	.navigation .mega-menu.links > li li a:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;font-size:12px;line-height:0.9;content:"\f105";margin-right:10px;}
	.navigation .mega-menu.links > li:hover{background:transparent;}
	.mega-menu .wp-post-image:hover{opacity:1;}
	
	/* touch devices rules */
	.touch .menu li:hover ul, .touch .navigation li:hover > ul, .touch .navigation li:hover .mega-menu{opacity:0;visibility:hidden;}
	.touch .menu li.item-active > ul, .touch .navigation li.item-active > ul,
	.touch .navigation li.item-active .mega-menu, .touch .navigation li.item-active .mega-menu > ul,
	.touch .navigation li.item-active .mega-menu.links ul{visibility:visible;opacity:1;}
/* sticky navigation with logo */

.sticky-logo{display:none;}
.sticky.has-logo li > a{padding-left:15px;padding-right:15px;}
.sticky .sticky-logo{font-size:17px;font-weight:600;display:block;padding-left:15px;padding-right:30px;}
.sticky .sticky-logo img{max-height:43px;width:auto;display:inline-block;vertical-align:middle;}
.navigation.sticky .sticky-logo a:hover{border-color:transparent;background:inherit;}
/* temporarily disable transitions on activation to prevent flicker */
.sticky.no-transition li a{-webkit-transition:none;-moz-transition:none;transition:none;}
/* breadcrumbs */
.breadcrumbs{background:#f2f2f2;padding:14px 25px;font-size:12px;color:#8d97a1;line-height:1;}
.breadcrumbs a{color:#656565;}
.breadcrumbs .delim{padding:0 10px;font-size:16px;color:#8d97a1;line-height:0.7;}
.breadcrumbs .location{color:#e54e53;margin-right:21px;text-transform:uppercase;}
/**
 * 2.4. =Featured & Slider
 * ----------------------------------------------------------------------------
 */
 
/* slider */
.main-featured{margin:28px 0 49px 0;/* 2em 0 3.5em 0 */ padding:28px 0;background:#f2f2f2;border:1px solid #e7e7e7;border-right:0;border-left:0;}
.main-featured .row{opacity:0;}
.main-featured .row.appear{opacity:1;-webkit-transform:translate3d(0, 0, 0);}
.main-featured .slides{position:relative;min-height:170px;}
.main-featured .slider{opacity:0;}
	.main-featured .wp-post-image{display:block;}
	.main-featured .cat{line-height:30px;background:#e54e53;padding:0 14px;margin-left:20px;}
	.main-featured .slider  h3{position:relative;float:left;}
	.main-featured .slider h3 a{color:#fff;font-size:18px;line-height:2;}
	.main-featured .slider .caption, .featured .caption{position:absolute;bottom:0;background:#19232d;background:rgba(25, 35, 45, 0.7);width:100%;padding:14px 20px 17px 20px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
	.main-featured .pages{position:absolute;max-width:100%;width:100%;bottom:0;padding-top:10px;/* allow the mouse pointer a little room */ z-index:99;left:0;padding:10px 25px 0px 25px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:hidden;}
	.main-featured .pages a{float:left;height:4px;width:19.658119658%;background:#72879c;margin-left:0.284900285%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
	
	.main-featured .pages:hover a{height:8px;}
	.main-featured .pages a:hover{opacity:0.6;}
	.main-featured .pages .flex-active{background:#e54e53;}
	.main-featured .the-date{color:#d3dbdf;display:block;text-transform:uppercase;font-size:11px;}
.main-featured .blocks{padding-left:0;}
.main-featured .blocks article{position:relative;}
	.main-featured .blocks .large{margin-bottom:14px;}
	.main-featured .blocks h3{position:absolute;bottom:0;background:#19232d;background:rgba(25, 35, 45, 0.7);width:100%;padding:10px;font-size:13px;line-height:1.5;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
	.main-featured .blocks h3 a{color:#fff;}
	.main-featured .blocks .small h3{padding:20px 10px 5px 10px;}
	.main-featured .small{float:left;margin-right:14px;}
	.main-featured .blocks .small.last{margin-right:0;}
	.main-featured .small img{width:168px;height:137px;}
/* image zoom effect */
	.main-featured .slides .image-link, .main-featured .blocks .image-link{display:block;overflow:hidden;-webkit-transform:translate3d(0, 0, 0);}
	.main-featured .slides img, .main-featured .blocks .image-link img{-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;transition:all 0.6s;}
	.main-featured .blocks article:hover img, .main-featured .slides .flex-active-slide:hover img{/* fix flicker and use hardware acceleration */ -webkit-transform:translate3d(0, 0, 0);-webkit-perspective:0;-webkit-backface-visibility:hidden;-webkit-transform:scale(1.1);transform:scale(1.1);-moz-transform:scale(1.1) rotate(0.1deg);/* firefox flicker fix */ opacity:0.9;}
	.main-featured .large .cat{margin-left:7px;}
.main-featured .slider .caption, .main-featured .blocks h3, .featured .caption{/* IE 9 */ background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5MjMyZCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxOTIzMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");background:-moz-linear-gradient(top, rgba(25,35,45,0) 0%, rgba(25,35,45,1) 100%);/* FF3.6+ */ background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(25,35,45,0)), color-stop(100%,rgba(25,35,45,1)));/* Chrome,Safari4+ */ background:-webkit-linear-gradient(top, rgba(25,35,45,0) 0%,rgba(25,35,45,1) 100%);/* Chrome10+,Safari5.1+ */ background:-o-linear-gradient(top, rgba(25,35,45,0) 0%,rgba(25,35,45,1) 100%);/* Opera 11.10+ */ background:-ms-linear-gradient(top, rgba(25,35,45,0) 0%,rgba(25,35,45,1) 100%);/* IE10+ */ background:linear-gradient(to bottom, rgba(25,35,45,0) 0%,rgba(25,35,45,1) 100%);/* W3C */ text-shadow:0px 1px 1px #000;}
	.main-featured .flexslider .slides > li{position:relative;}
	.ie8 .main-featured .slider .caption, .ie8 .main-featured .blocks h3{background-image:url(//www.adultpress.com.au/wp-content/themes/smart-mag/images/ie8-slider-overlay.png);}
.ie8 .main-featured .blocks .small h3{padding-top:10px;}

/* -- Flex-slider Styles */

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus{outline:none;}
.slides, .flex-control-nav, .flex-direction-nav{margin:0;padding:0;list-style:none;z-index:10;}
.flexslider{margin:0;padding:0;}
.flexslider .slides > li{display:none;-webkit-backface-visibility:hidden;}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img{max-width:100%;height:auto;}
.flex-pauseplay span{text-transform:capitalize;}
.slides:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.no-js .slides > li:first-child{display:block;}
/* FlexSlider Modified */
.flexslider{margin:0;position:relative;zoom:1;}
.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease;}
.loading .flex-viewport{max-height:300px;}
.flexslider .slides{zoom:1;}
/* Direction Nav */
.flex-direction-nav{*height:0;}
.flex-direction-nav a{z-index:10;width:35px;height:35px;margin:-30px 0 0;display:block;background:#fff;position:absolute;top:50%;cursor:pointer;font-size:0;opacity:0;}
.flex-direction-nav a:after{content:"\f105";display:block;font-family:FontAwesome;font-style:normal;font-weight:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:35px;font-size:30px;text-align:center;color:#19232d;}
.flex-direction-nav .flex-prev:after{content:"\f104";}
.flex-direction-nav a:hover{text-decoration:none;}
.flex-direction-nav .flex-next{right:44px;}
.flex-direction-nav .flex-prev{left:44px;}
.flexslider:hover .flex-next{opacity:0.5;}
.flexslider:hover .flex-prev{opacity:0.5;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{opacity:1;}
/* Control Nav */
.flex-control-nav{width:100%;position:absolute;bottom:-40px;text-align:center;}
.flex-control-nav li{margin:0 6px;display:inline-block;zoom:1;*display:inline;}
.flex-control-paging li a{width:11px;height:11px;display:block;background:#666;background:rgba(0,0,0,0.5);cursor:pointer;text-indent:-9999px;border-radius:20px;box-shadow:inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover{background:#333;background:rgba(0,0,0,0.7);}
.flex-control-paging li a.flex-active{background:#000;background:rgba(0,0,0,0.9);cursor:default;}
.flex-control-thumbs{margin:5px 0 0;position:static;overflow:hidden;}
.flex-control-thumbs li{width:25%;float:left;margin:0;}
.flex-control-thumbs img{width:100%;display:block;opacity:.7;cursor:pointer;}
.flex-control-thumbs img:hover{opacity:1;}
.flex-control-thumbs .flex-active{opacity:1;cursor:default;}
/* -- End flexslider */

/**
 * 3. =Components & Common Classes
 * ----------------------------------------------------------------------------
 */
 
 /* pagination */
.main-pagination{overflow:hidden;}
.main-pagination .page-numbers, .main-pagination a{display:block;float:left;color:#676767;padding:0 10px;margin-right:5px;background:#ebebeb;line-height:25px;font-size:13px;}
	.main-pagination .current, .main-pagination a:hover{color:#fff;background:#e54e53;text-decoration:none;}

.gallery-title, .section-head{background:#f9f9f9;border:1px solid #d9d9d9;border-left:0;border-right:0;line-height:32px;color:#19232d;font-size:13px;font-family:"Open Sans", Arial, sans-serif;font-weight:600;text-transform:uppercase;padding:0 14px;margin-bottom:28px;}
.gallery-title, .section-head.prominent{color:#e54e53;}
/* post format icons */
.post-format-icon{float:right;margin-top:-37px;background:rgba(255, 255, 255, 0.4);width:25px;height:25px;line-height:25px;position:relative;text-align:center;}
.post-format-icon i{color:#fff;text-shadow:1px 1px 1px rgba(0, 0, 0, 0.1);}
/* feedburner form */ 
.feedburner .heading{margin-bottom:14px;}
.feedburner label{display:none;}
.feedburner input{padding:8px 12px;outline:0;}
	.feedburner-email{min-width:200px;}
.feedburner-subscribe{margin-left:4px;}
/* social icons */
.social-icons{}
.social-icons li{float:left;margin-right:5px;height:20px;}
	.social-icons li:last-child{margin-right:0;}
	.social-icons .icon{display:inline-block;width:20px;height:20px;line-height:20px;text-align:center;font-size:12px;color:#fff;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;}
	.social-icons .icon:hover{text-decoration:none;border-radius:50%;}
	.social-icons .fa-twitter{background:#00abe3;}
.social-icons .fa-pinterest{background:#ca2128;}
.social-icons .fa-facebook{background:#004088;}
.social-icons .fa-linkedin{background:#01669c;}
.social-icons .fa-rss{background:#ff5b22;}
.social-icons .fa-google-plus{background:#d3492c;}
.social-icons .fa-instagram{background:#517fa4;}
.social-icons .fa-youtube{background:#fe3432;}
.social-icons .fa-tumblr{background:#44546b;}
.social-icons .fa-vimeo-square{background:#1ab7ea;}
.social-icons .fa-stumbleupon{background:#eb4824;}
.cat-title{position:absolute;top:0;line-height:25px;background:#e54e53;display:block;font-size:12px;text-transform:uppercase;padding:0 10px;margin-left:7px;color:#fff;/* compensate for font weight */ display:block;z-index:1;}
.cat-title a{color:inherit;}
hr, hr.separator{margin:41px 0;/* 41+1 = 42 = 3em */ height:1px;background:#d9d9d9;}
hr.no-line{background:transparent;}
hr.half{margin-top:0;}
/* tooltip for header */
.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;padding:5px;font-size:90%;opacity:0;line-height:1.5;filter:alpha(opacity=0);}
.tooltip.in{opacity:0.8;filter:alpha(opacity=80);}
.tooltip.bottom{margin-top:-2px;}
.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-transform:none;text-decoration:none;background-color:#000;border-radius:4px;}
/* read more button */
.post .read-more{margin-top:21px;}
.post .read-more a{font:inherit;display:inline-block;padding:2px 7px;background:#e54e53;color:#fff;font-size:12px;text-transform:uppercase;}
.post .read-more a:hover{color:#fff;}
/* default search widget */
.widget_search{overflow:hidden;}
.widget_search label > span{display:none;}
.widget_search #searchsubmit{margin-left:5px;}
/* default widgets styling */
.widget{font-size:13px;}
.widget li{border-bottom:1px solid #d9d9d9;padding:7px 0px;}
.widget li:first-child{padding-top:0;}
/* star rating in widgets */
.widget .main-stars{margin-bottom:10px;}
.widget .main-stars:before{content:"\f006\f006\f006\f006\f006";}
.widget .main-stars:before, .widget .main-stars span:before{letter-spacing:1px;margin-right:-1px;}
/* default recent comments */
.recentcomments  .url{color:#e54e53;font-style:italic;}
/* default categories widget */
.widget_categories li{overflow:hidden;text-align:right;font-weight:bold;}
.widget_categories li a{float:left;font-weight:normal;}
.widget_categories .children{clear:both;padding-top:7px;}
.widget_categories .children li{border-top:1px solid #d9d9d9;margin-left:14px;}
.widget_categories .children li:first-child{padding-top:7px;margin-left:0;padding-left:14px;}
.widget_categories .children li{border-bottom:0;}
.widget_categories li ul li:last-child{border-bottom:0;padding-bottom:0;}
/* ads widget */
.ads-widget{text-align:center;}
.ads-widget img{max-width:100%;height:auto;}
.ads-widget > img, .ads-widget > div, .ads-widget > iframe, .ads-widget > ins{display:inline-block;vertical-align:middle;}
/* tags cloud */
.tagcloud a{padding:2px 7px;border:1px solid;margin:2px 0.1em;display:inline-block;}
/* rss widget */
.widget_rss .widgettitle a{color:inherit;display:inline-block;vertical-align:middle;margin-right:4px;}
/* generic posts list (for sidebars, menus, categories etc.) */
.posts-list{}
.posts-list img{float:left;width:85px;height:auto;}
.posts-list .content{margin-left:103px;line-height:1;min-height:73px;border-bottom:1px solid #d9d9d9;}
.posts-list li:first-child{padding-top:0;}
.posts-list li{overflow:hidden;padding:24px 0 0 0;border-bottom:0;}
.posts-list li > a{float:left;position:relative;/* firefox flicker bug */ -moz-transform:translate3d(0, 0, 0);}
.rate-number{font-size:11px;background:#19232d;position:absolute;height:25px;line-height:25px;text-align:center;min-width:25px;font-weight:bold;color:#efefef;right:0;bottom:0;}
.rate-number span{margin-top:-25px;display:block;}
.rate-number .progress{background:#e54e53;height:100%;width:0;margin-top:0;}
.posts-list .content > a{display:block;font-size:13px;line-height:1.615;margin:8px 0;font-family:"Roboto Slab", Georgia, serif;}
.posts-list .content time{color:#a6a6a6;font-size:11px;text-transform:uppercase;}
.posts-list .content .comments{float:right;color:#a6a6a6;font-size:11px;white-space:nowrap;}
.posts-list .comments a{color:inherit;}
.posts-list .comments a:hover{text-decoration:none;}
.posts-list .content .fa{font-size:13px;}
.posts-list .review{margin-top:0.25em;display:block;}
/* default WordPress classes */
.alignnone{margin:5px 20px 20px 0;}
.aligncenter, div.aligncenter{display:block;margin:5px auto 5px auto;}
.alignright, a img.alignright{float:right;margin:0 0 21px 21px;}
.alignleft, a img.alignleft{float:left;margin:0 21px 0 0;}
.aligncenter{display:block;margin:5px auto 5px auto;}
a img.alignnone{margin:0 21px 21px 0;}
a img.aligncenter{display:block;margin-left:auto;margin-right:auto;}
.wp-caption-text{font-style:italic;font-size:0.923em;text-align:center;}
/* calendar widget */
.widget_calendar #wp-calendar{width:100%;text-align:center;}
.widget_calendar caption, .widget_calendar td, .widget_calendar th{text-align:center;}
/* image load animations */
.no-display{opacity:0;}
.appear{opacity:1;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}
/* Login Modal & bbPress Login Widget */

.bbp-login-form .fa{line-height:35px;border:1px solid #d9d9d9;border-right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#a6a6a6;font-size:14px;background:#eee;text-align:center;display:table-cell;vertical-align:middle;width:1%;padding:0 12px;min-width:40px;}
.bbp-login-form .input-group{display:table;width:100%;margin-top:14px;}
.bbp-login-form.widget-login .input-group input{border-left:0;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;line-height:normal;padding:9px 14px;display:table-cell;}
.bbp-login-form.widget-login .input-group input:focus{border-color:#d9d9d9;}
.bbp-login-form .bbp-submit-wrapper{float:none;text-align:left;overflow:hidden;margin-top:21px;}
.bbp-login-form .bbp-lostpass-link, .register-now .password-msg{line-height:28px;color:#a6a6a6;}
.bbp-register-info{margin-top:21px;border-top:1px solid #d9d9d9;padding-top:14px;background:#f9f9f9;text-align:center;padding:10px;}
.bbp-register-info > a{margin-left:5px;}
.bbp-submit-wrapper .button{float:right;text-transform:uppercase;}
.bbp-logged-in .button{text-transform:uppercase;margin-top:21px;}
.bbp-logged-in .content{margin-left:75px;}
.bbp-logged-in .links{margin-top:21px;}
.bbp-logged-in .links a{display:block;}
.bbp-logged-in .links .fa{color:#a6a6a6;font-size:12px;margin-right:5px;}
/* register/login modal */

.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000000;}
.modal-backdrop.fade{opacity:0;}
.modal-backdrop, .modal-backdrop.fade.in{opacity:0.6;filter:alpha(opacity=60);}
.modal{position:fixed;margin:0;top:50%;left:50%;z-index:1050;width:560px;margin-left:-280px;background-color:#fff;-webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0.1);box-shadow:0 3px 7px rgba(0, 0, 0, 0.1);outline:none;opacity:0;}
.modal.hide{display:none;}
.modal.fade, .modal-backdrop.fade{opacity:0;}
.modal.fade.in{opacity:1;}
.modal-header{padding:9px 15px;background:#f2f2f2;}
.modal-header .modal-title{font:14px "Open Sans", Arial, sans-serif;text-transform:uppercase;border-left:3px solid #e54e53;padding-left:18px;line-height:24px;}
.modal-header .close{float:right;background:transparent;padding:0 5px;font-size:18px;font-weight:bold;}
.modal-body{position:relative;overflow-y:auto;max-height:400px;padding:15px;font-size:13px;}
.login-modal .bbp-register-info{padding:21px;margin:21px -15px -15px -15px;}
.modal-form{margin-bottom:0;}
.login-modal{width:400px;margin-left:-200px;}
.login-modal .lost-pass, .login-modal .register-now{display:none;}
/* css3 animations */

@-webkit-keyframes fadeIn {
	0%{opacity:0;}
100%{opacity:1;}
}

@keyframes fadeIn {
	0%{opacity:0;}
100%{opacity:1;}
}


/**
 * 4. =Main Content
 * ----------------------------------------------------------------------------
 */

.main{margin:42px auto;/* 3em */}
.main > .row{overflow:hidden;position:relative;}
.no-sidebar .main-content{width:100%;}
.main-content{position:relative;}
/**
 * 4.1. =Main Page Blocks
 * ----------------------------------------------------------------------------
 */

/* Highlights Blocks */

.highlights-box{margin-bottom:42px;/* 30 + 12 = 42 (3em) */}
/* container for smaller 3 columns */
.highlights-box.three-col{margin:0 -15px 42px -15px;}
.highlights-box.three-col .column.one-third{padding:0 15px;}
.highlights-box.three-col .highlights .meta{margin-top:-20px;}
.highlights-box .column.half:first-child{border-right:1px solid #d9d9d9;}
/* main highlights box */
.highlights{position:relative;}
.highlights .image-link{min-height:42px;display:block;position:relative;}
.highlights .image-link img{display:block;width:100%;height:auto;}
.highlights article{position:relative;}
.highlights-box.three-col .post-format-icon{margin-top:-45px;}
.highlights .section-head a{color:inherit;}
.highlights .cat-title.larger{line-height:30px;padding:0 14px;}
.highlights .image-link .star-rating{position:absolute;bottom:12px;right:0;background:rgba(255, 255, 255, 0.5);padding:1px 10px;}
.highlights .image-link .post-format-icon + .star-rating{right:25px;padding:2px 10px;}
.highlights .meta{position:relative;margin-top:-12px;background:#f2f2f2;line-height:25px;font-size:11px;color:#a6a6a6;text-transform:uppercase;padding-left:14px;overflow:hidden;}
.highlights .meta time{float:left;}
.highlights .meta .comments{float:right;display:inline-block;margin-right:14px;white-space:nowrap;}
	.highlights .comments .fa{font-size:13px;}
	.highlights .comments a{color:inherit;}
.highlights .comments a:hover{text-decoration:none;}
	.highlights .meta .rate-number{float:right;background:#19232d;position:relative;height:25px;text-align:center;min-width:25px;font-weight:bold;color:#efefef;}
	.highlights .rate-number span{margin-top:-25px;display:block;}
		
	.highlights .rate-number .progress{background:#e54e53;height:100%;width:0;margin-top:0;}
	.highlights h2{color:#19232d;font-size:14px;line-height:1.3;padding-left:14px;margin:7px 0;}
		
	.highlights h2:before{content:" ";display:block;float:left;position:absolute;left:0;height:18px;border-left:3px solid #e54e53;}
	.highlights h2 a{color:#19232d;}
.highlights .excerpt{font-size:13px;line-height:1.615;margin-top:14px;border-bottom:1px solid #d9d9d9;color:#949697;padding-bottom:14px;}
.highlights .excerpt p{margin-bottom:0;}
.block.posts li{border-top:1px solid #d9d9d9;padding:9px 0;/* 9 + 3 (line-height*size - size / 2) */ line-height:1.5;overflow:hidden;}
.block.posts li:first-child{border-top:0;}
.block.posts li:last-child{padding-bottom:0;}
.block.posts a{color:#19232d;font-size:13px;font-family:"Roboto Slab", Georgia, serif;margin-left:14px;display:block;}
.block.posts .fa-angle-right{color:#e54e53;font-size:12px;float:left;line-height:1.625;}
.highlights .thumb img{width:60px;}
.highlights .thumb .content{margin-left:75px;min-height:0;}
.highlights .content .star-rating{margin-top:-5px;margin-bottom:10px;display:block;}
.highlights .thumb li{padding-top:21px;}
.highlights article{margin-bottom:0px;}
.highlights .block.posts{border-top:1px solid #d9d9d9;margin-top:12px;}
.highlights .posts-list .cat-title{position:static;display:inline-block;margin-left:0;font-size:10px;padding:4px;line-height:1;}
.highlights .thumb .content > a{margin-bottom:10px;}
/* News Focus Block */

.news-focus{margin-bottom:42px;}
.news-focus .heading{background:#f9f9f9;color:#e54e53;}
.news-focus .heading > a{color:inherit;}
.news-focus .heading .subcats{float:right;font-weight:normal;}
.news-focus .heading li{float:left;font-size:12px;margin-left:14px;position:relative;}
.news-focus .heading .subcats a{color:#949697;}
.news-focus .heading .subcats a.active{color:#e54e53;}
/* blips */
.news-focus .heading .active:after, .news-focus .heading .active:before{bottom:-1px;border:solid transparent;content:" ";height:0;width:0;position:absolute;}
.news-focus .heading .active:after{border-color:rgba(255, 255, 255, 0);border-bottom-color:#fff;border-width:4px;left:50%;margin-left:-4px;}
.news-focus .heading .active:before{border-color:rgba(229, 78, 83, 0);border-bottom-color:#d9d9d9;border-width:5px;left:50%;margin-left:-5px;}
.news-focus .row{overflow:hidden;margin-top:28px;display:none;}
.news-focus .blocks article{margin-top:28px;}
.news-focus .blocks article:first-child{margin-top:0;}
.news-focus .news-0{display:block;}
.news-focus .focus{overflow:hidden;}
.news-focus .focus .image-link{float:left;margin-right:14px;}
.news-focus .meta{font-size:11px;text-transform:uppercase;color:#a6a6a6;}
.news-focus .meta .comments{float:right;}
.news-focus .meta .comments a{color:#a6a6a6;}
.news-focus .comments .fa{font-size:13px;}
.news-focus .focus h2{font-size:14px;padding:10px 0;/* 10 + 4px (lineheight-font-size/2) = 1em */}
.news-focus .focus h2 a{color:#19232d;}
.news-focus .excerpt{color:#949697;padding-bottom:0;border-bottom:0;display:block;}
.news-focus .excerpt p{margin-bottom:0;}
.news-focus .posts-list{border-left:1px solid #d9d9d9;}
.news-focus .posts-list li:first-child{padding-top:0;}
.news-focus .posts li:first-child{padding-top:0;}
.news-focus .posts li:last-child{padding-bottom:0;}
h3.gallery-title{font-family:"Open Sans", Arial, sans-serif;}
.gallery-block{margin-bottom:42px;}
.gallery-block .carousel li{margin-right:30px;}
.gallery-block .carousel .title a{font-family:"Roboto Slab", serif;color:#19232d;padding-top:4px;display:block;}
.gallery-block .carousel .title{margin-bottom:0;}
.gallery-block .carousel .flex-direction-nav a{top:70px;}
.gallery-block .rate-number{display:none;}
.gallery-block .carousel .rate-number{display:block;}
.gallery-block .image-link{display:block;position:relative;}
.gallery-block img{display:block;}
/**
 * 4.2. =Single Post
 * ----------------------------------------------------------------------------
 */

.post-header{margin-bottom:21px;}
.post-header .featured{margin-bottom:14px;position:relative;}
.post-header .featured .caption a{color:inherit;font-weight:600;}
.featured .flex-direction-nav a{right:21px;}
.featured .flex-direction-nav .flex-prev{left:21px;}
.no-sidebar .post-header .featured img{width:100%;height:auto;}
/* caption support */
.post-header .featured > a{display:block;position:relative;}
.post-header .featured .caption{margin-bottom:0;bottom:5px;padding:14px 20px 14px 20px;color:#fff;font-size:14px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transform:translate3d(0, 0, 0);}
.post-header .post-title{font-size:20px;position:relative;padding-left:18px;margin-right:35px;float:left;}
.post-header .post-title:before{content:" ";display:block;float:left;position:absolute;left:0;top:6px;/* line-height padding */ height:20px;border-left:3px solid #e54e53;}
.post-header .comments{float:right;margin-left:-35px;color:#a6a6a6;font-size:11px;line-height:28px;}
.post-header .comments:hover{text-decoration:none;}
.post-header .comments .fa{font-size:13px;}
.main-content .post-meta{padding:0;font-size:11px;text-transform:uppercase;padding:10px 0;border:1px solid #d9d9d9;border-left:0;border-right:0;margin-bottom:21px;overflow:hidden;}
/* make html5 videos responsive */
.main-content video{width:100%;height:100%;max-width:100%;}
.post-meta{color:#a6a6a6;}
.post-meta time{text-transform:uppercase;}
.post-meta .cats{float:right;}
/* post content */
.post-content, .post-share{line-height:1.857;font-size:13px;position:relative;}
.post-container .post-content{margin-bottom:-1.857em;}
.post-content a{color:#e54e53;}
.post-content a:hover{color:#19232d;}
.post-content p, .post-content > ul, .post-content > div, .post-content > dl, .post-content blockquote, .post-content ol{margin-bottom:1.857em;/* adjust to parent font-size */}
	.post .post-content > p:first-child{font-size:1.0769em;color:#3a4149;}
	/* lists */
	
	.post-content ul{list-style-type:square;margin-left:42px;}
	.post-content ol{list-style-type:decimal;margin-left:42px;}
	.post-content .fa-ul{margin-left:0;}
	.post-content .fa-ul, .post-content .fa-ul ul{list-style-type:none;}
	.post-content .fa-ul .fa{margin-left:-21px;width:2em;font-size:0.9em;color:#979797;}
	.post-content small{font-size:0.92308em;}
	/* quotes */
	.post-content blockquote{padding:1.857em;padding-bottom:0;border-left:3px solid #d9d9d9;border-bottom:1px solid transparent;background:#f2f2f2;}
	.post-content .pullquote{float:right;font-style:italic;font-size:1.1em;padding-left:14px;border-left:3px solid #d9d9d9;max-width:35%;}
	/* fix audio element */
	.mejs-container .mejs-controls > div:last-of-type{position:relative;clear:both;float:right;top:-31px;}
	/* in-post galleries and images */
	.post-content .tiled-gallery{clear:none;}
	.post-content img, .post-content .wp-caption{max-width:100%;height:auto;}
	.post-content .gallery-caption{font-style:italic;font-size:0.923em;}
	.post-content .wp-caption.alignright{margin-left:31px;}

	.post-content .wp-caption{margin-bottom:21px;}
	.post-content .wp-caption-text{margin-bottom:0;margin-right:10px;}
	
/* review box */
.review-box{background:#f2f2f2;border-left:3px solid #d9d9d9;padding:10px 15px 0 15px;font-size:13px;}
.post-content > .review-box{margin-bottom:28px;}
.review-box .heading{font-size:16px;font-weight:normal;border-left:3px solid #e54e53;margin-left:-18px;padding-left:15px;line-height:2;margin-bottom:20px;/* line-height adds 8px */}
.review-box .verdict-box{overflow:hidden;padding:28px 0;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;}
.review-box .overall{float:left;background:#e54e53;color:#fff;padding:10px 8px;min-width:115px;text-align:center;}
	.review-box .overall .number{display:block;font-size:65px;font-weight:600;line-height:1;}
	.review-box .overall .best{display:none;}
	.review-box .overall .percent{font-size:25px;}
	.review-box .overall .verdict{display:block;font-size:14px;text-transform:uppercase;margin-top:10px;}
	.review-box .verdict-box .text{margin-left:150px;}
.review-box ul{list-style:none;margin-left:0;padding:28px 0;}
.review-box li{margin-bottom:15px;}
	.review-box .label{text-transform:uppercase;}
	.review-box .criterion{overflow:hidden;line-height:2;}
	.review-box ul .rating{float:right;font-weight:600;white-space:nowrap;}
	.review-box .rating-bar, .review-box .bar{background:#fff;height:21px;}
	.review-box .bar{background:#e54e53;display:block;}
/* star rating */

.review-box.stars li:first-child{margin-top:-28px;}
.review-box.stars li{border-bottom:1px solid #d9d9d9;padding:10px 0;margin:0;}
.review-box .overall-stars{display:block;height:15px;text-align:center;}
.review-box .overall-stars .main-stars{float:none;max-width:6em;margin:0 auto;margin-top:14px;font-size:15px;color:#ec9494;color:rgba(255, 255, 255, 0.2);text-align:left;}
.review-box .overall-stars .main-stars span:before{color:#fff;}
.review-box .main-stars{float:right;font-size:17px;margin-top:5px;display:block;color:#d9d9d9;}
.review-box .main-stars:before, .review-box .main-stars span:before{margin-right:-4px;letter-spacing:5px;}
.review-box .main-stars:before{content:"\f005\f005\f005\f005\f005";}
.ie .review-box .main-stars span:before{width:6.25em;}
/* main stars for ratings */
.main-stars{position:relative;font-size:13px;line-height:1;height:1em;color:#e54e53;overflow:hidden;display:inline-block;vertical-align:middle;margin-top:-2px;}
.main-stars span{color:inherit;position:absolute;top:0;left:0;padding-top:2em;overflow:hidden;}
.main-stars:before, .main-stars span:before{content:"\f005\f005\f005\f005\f005";color:inherit;letter-spacing:2px;margin-right:-2px;display:block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.main-stars:before{content:"\f006\f006\f006\f006\f006";}
.main-stars span:before{top:0;left:0;position:absolute;color:#e54e53;}
.ie .main-stars span:before{width:6em;}
/* user ratings */

.user-ratings .votes{font-size:11px;letter-spacing:1px;margin-left:5px;}
.user-ratings .hover-number{letter-spacing:1px;float:right;font-weight:600;}
.stars .user-ratings .hover-number{margin-right:21px;}
.user-ratings .main-stars, .user-ratings .rating-bar{cursor:pointer;}
.user-ratings.voted .main-stars, .user-ratings.voted .rating-bar{cursor:default;}
/* post pagination */
.post-pagination{float:right;}
.post-pagination > span{display:block;float:left;padding:0 10px;margin-right:5px;line-height:25px;font-size:13px;color:#fff;background:#e54e53;text-decoration:none;}
/* post pagination for post slideshow */
.post-pagination-next{overflow:hidden;background:#f2f2f2;}
.post-pagination-next .info{font-size:12px;text-transform:uppercase;}
.post-pagination-next .info strong{padding:0 2px;}
.post-pagination-next .button{padding:3px 12px;font-size:12px;text-transform:uppercase;font-weight:600;}
.post-pagination-next .fa{padding:0 3px;font-size:11px;display:inline-block;}
.post-pagination-next .links{float:right;}
/* post sharing */
.post-share{border-top:1px solid #d9d9d9;padding:28px 0;margin-top:28px;overflow:hidden;}
.post-share .text{font-size:13px;display:inline-block;margin-right:30px;text-transform:uppercase;color:#19232d;}
.share-links{float:right;}
.share-links a{width:60px;height:30px;line-height:30px;text-align:center;color:#fff;font-size:20px;margin-right:2px;background:#19232d;}
.share-links a:hover{text-decoration:none;}
.share-links .fa-facebook{background:#204385;}
.share-links .fa-twitter{background:#2aa9e0;}
.share-links .fa-google-plus{background:#d3492c;}
.share-links .fa-pinterest{background:#ca2128;}
.share-links .fa-linkedin{background:#02669a;}
.share-links .fa-tumblr{background:#44546b;}
/* author info box */
.author-info{font-size:13px;overflow:hidden;margin-bottom:28px;}
.author-info .avatar{float:left;}
.author-info [rel="author"]{text-transform:uppercase;color:#19232d;}
.author-info .social-icons{float:right;}
.author-info .social-icons li{margin-right:10px;}
.author-info .social-icons li a{background:#fff;color:#606569;font-size:14px;}
	.author-info .social-icons li a:hover{color:#19232d;}
.author-info .description{margin-left:135px;line-height:1.714;}
.author-info .bio{margin-top:14px;margin-bottom:0;}
/* posts navigation in single post */
.navigate-posts{border-top:1px solid #d9d9d9;padding:35px 0;overflow:hidden;display:table;width:100%;}
.navigate-posts .previous, .navigate-posts .next{display:table-cell;width:50%;text-align:right;box-sizing:border-box;padding:0 35px;}
.navigate-posts .title{display:block;font-size:11px;text-transform:uppercase;margin-bottom:10px;}
.navigate-posts .link{font-family:"Roboto Slab", Georgia, serif;}
.navigate-posts .previous{padding-left:21px;}
.navigate-posts .next{text-align:left;border-left:1px solid #d9d9d9;padding-right:21px;}
.navigate-posts .previous .fa{margin-right:7px;}
.navigate-posts .next .fa{margin-left:7px;}

/* related posts section */
.related-posts, .highlights-box.related-posts{margin-bottom:28px;/* 3em */}
.related-posts .section-head{color:#e54e53;}
.related-posts ul{overflow:hidden;}
.related-posts li{float:left;}
.related-posts article{position:relative;}
.related-posts .highlights h2 a{font-size:13px;}
.related-posts .highlights article{margin-bottom:0;}
/* comments */

.comments .section-head{word-spacing:4px;}
.comments-list{margin-bottom:42px;}
.comments-list .comment{margin-top:28px;}
.comments-list .comment-meta, .comments-list .comment-content, .comments-list .children{margin-left:75px;}
	.comments-list .avatar{float:left;}
	.comments-list .comment-meta{color:#a6a6a6;font-size:12px;}
	.comment-meta a, .comment-meta .comment-author{text-transform:uppercase;color:#606569;margin:0 2px 0 0;display:inline-block;}
	.comment-meta .comment-edit-link{color:#a6a6a6;}
	.comments-list .bypostauthor .comment-author a{color:#e54e53;}
	.comments-list .comment-content{font-size:13px;line-height:1.714;border-bottom:1px solid #d9d9d9;position:relative;padding-bottom:42px;margin-top:14px;}
	.comments-list .comment-content p{margin-bottom:0;}
	.comment-content .reply{position:absolute;bottom:-1px;right:0;color:#a6a6a6;font-size:12px;border-bottom:1px solid #e54e53;}
	.comment-content .reply a{color:inherit;padding:5px 0;text-transform:uppercase;display:block;}
	.comment-content .reply a:hover{text-decoration:none;}
	.comment-content .reply .fa{font-size:13px;color:#b4b4b4;margin-left:5px;}
	.comments-list .pingback{font-size:13px;margin-left:75px;border-bottom:1px solid #d9d9d9;padding-top:21px;}
/* comment nav */
.comment-nav{overflow:hidden;font-size:13px;margin:-14px 0 28px 75px;/* 42-14=28px for top */}
.comment-nav .nav-previous{float:left;}
.comment-nav .nav-next{float:right;}
.comment-nav a{color:#606569;}
/* comment form */
.comment .comment-respond{margin-left:75px;margin-top:-1px;}
.comment-respond form{margin-top:42px;}
.comment-respond .section-head{display:block;}
.comment-respond p{margin-bottom:28px;font-size:13px;}
	.comment-respond small{float:right;margin-top:-55px;font-size:12px;font-family:"Open Sans", Arial, sans-serif;margin-right:12px;}
	.comment-respond small a{color:#a6a6a6;}

	.comment-respond .form-submit{overflow:hidden;}
	#comment-submit, .submit-button{float:right;background:#19232d;text-transform:uppercase;font-size:14px;color:#fff;padding:7px 21px;}
/**
 * 4.3. =Single & Other Pages
 * ----------------------------------------------------------------------------
 */

.page .post-content{margin-left:0;}
.page .post-header{margin-bottom:0;}
.page > .row.builder, .page-content > .main-pagination, .post > .row.builder{margin-bottom:42px;}
.page-content .widget-title{font-weight:bold;color:#19232d;margin-bottom:24px;font-family:inherit;line-height:1.5;}
.page-content .main-heading{font-weight:600;}
.page .page-content > div:last-child, .page .page-content > section:last-child{margin-bottom:0;}
/* post/page headings  */
.post-content h1, .post-content h2, .post-content h3, 
.post-content h4, .post-content h5, .post-content h6{font-weight:bold;color:#19232d;margin-bottom:24px;font-family:inherit;line-height:1.5;}
/* post slideshow */
.post-slideshow{margin-top:14px;/* +21px */ background:#f7f7f7;padding:1.857em 25px;}
.post-slideshow h1, .post-slideshow h2, .post-slideshow h3, .post-slideshow h4, .post-slideshow h5, .post-slideshow h6{font-weight:600;}
.post-slideshow > p:last-child, .post-slideshow .content-page > p:last-child{margin-bottom:7px;}
.post-container .post-slideshow{margin-bottom:14px;/* +21px */}
.post-slideshow .post-pagination-next{margin:0 -25px;padding:14px 25px;margin-top:-1.857em;margin-bottom:28px;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0, 0.05);box-shadow:0 1px 0 0 rgba(0,0,0, 0.05);}
.post-slideshow .content-page{margin-bottom:0;opacity:1;-webkit-transition:all 0.5s ease-in;transition:all 0.5s ease-in;}
.post-slideshow .content-page.hidden{opacity:0;}
.post-slideshow img.alignnone{margin-bottom:5px;}
/* author page */
.author .section-head{display:none;}
.author .author-info{border-bottom:1px solid #d9d9d9;padding-bottom:42px;}
/* authors list page */
.authors-list .posts{display:block;margin-top:18px;}
.authors-list .posts a{text-transform:uppercase;}
/* contact us page */
.post-content .wpcf7{margin-top:42px;}
.post-content .wpcf7-not-valid-tip{position:static;margin-left:10px;padding-left:10px;border:0;font-size:13px;border-left:2px solid #e54e53;}
/* 404 error */
.error-page{margin-top:112px;}
.error-page .text-404{font-size:60px;color:#e54e53;line-height:1;text-align:left;padding-left:0;}
.error-page .links, .error-page .fa-ul .fa{margin-left:0;}
/**
 * 4.4. =Category Listing & Loop
 * ----------------------------------------------------------------------------
 */

.main-heading, .page-title, .entry-title{font:18px "Open Sans", Arial, sans-serif;text-transform:uppercase;border-left:3px solid #e54e53;padding-left:14px;line-height:2;margin-bottom:28px;}
.main-heading strong{font-weight:600;margin-left:14px;}
.main-heading.prominent{font-weight:600;}
/* default loop/category style */
.listing-alt article{padding:28px 0;overflow:hidden;border-top:1px solid #d9d9d9;position:relative;}
.listing-alt .cat-title{top:28px;z-index:1;}
.listing-alt article:first-child .cat-title{top:0;}
.listing-alt article:first-child{padding-top:0;border-top:0;}
.listing-alt article > a{position:relative;float:left;max-width:295px;overflow:hidden;}
/* sticky listings */
.listing-alt .sticky{background:#f2f2f2;padding-right:25px;}
.listing-alt .sticky:first-child{padding-top:28px;}
.listing-alt img{width:auto;height:auto;margin-left:-10%;/* faux crop - save resources */ -webkit-transform:translate3d(0, 0, 0);}
.listing-alt article .content{margin-left:325px;border-bottom:0;line-height:1.5;margin-top:-5px;/* cut out the line-height extra */}
.listing-alt .content > a{font-size:14px;}
.listing-alt .content .excerpt{margin-top:14px;font-size:13px;line-height:1.714;color:#949697;}
.listing-alt .content .excerpt p{margin-bottom:0;}
.listing-alt .content .read-more{margin-top:18px;}
.listing-alt + .main-pagination{margin-top:28px;}
/* main listing - grid */
.listing{overflow:hidden;}
.listing article{margin-bottom:28px;}
.listing .sticky{background:#f2f2f2;padding:15px;}
.listing > .column:nth-child(odd){clear:both;}
.listing .excerpt{font-size:13px;line-height:1.714;margin-top:14px;border-bottom:0;padding-bottom:0;}
.listing + .main-pagination{margin-top:14px;}
/* listing timeline style */

.list-timeline{margin-top:42px;border-left:1px solid #d9d9d9;}
.list-timeline .month{margin-left:25px;position:relative;margin-bottom:42px;color:#19232d;}
.list-timeline .heading{text-transform:uppercase;font-weight:600;font-size:14px;float:left;padding:0 15px;line-height:28px;border:1px solid #d9d9d9;margin-top:-14px;margin-bottom:28px;}
.list-timeline .heading:before{display:block;position:absolute;top:0px;left:-25px;width:25px;height:1px;background:#d9d9d9;content:" ";}
.list-timeline .posts{clear:both;}
.list-timeline .posts article{font-size:13px;line-height:1.714;margin-bottom:7px;font-family:"Roboto Slab", Georgia, serif;}
	.list-timeline .posts time{text-transform:uppercase;padding-right:42px;color:#606569;min-width:40px;display:inline-block;}
/* classic large blog listing */
.listing-classic > .post{padding-bottom:35px;margin-bottom:42px;border-bottom:1px solid #d9d9d9;}
.listing-classic .read-more{margin-top:28px;}
.listing-classic .post-content > p:first-child{font-size:inherit;color:inherit;}
.listing-classic .post-share{padding-bottom:0;}
.listing-classic .post-header{margin-bottom:21px;}
/**
 * 4. =Main Sidebar
 * ----------------------------------------------------------------------------
 */
.main .sidebar{border-left:1px solid transparent;}
.main .sidebar:before{content:" ";position:absolute;border-left:1px solid #d9d9d9;height:100%;margin-left:-25px;}
.main .sidebar .widget{margin-bottom:35px;/* 2.5em */}
.main .sidebar .widgettitle, .tabbed .tabs-list{font-family:"Open Sans", Arial, sans-serif;font-size:13px;text-transform:uppercase;background:#19232d;color:#efefef;padding:0 14px;line-height:34px;margin-bottom:35px;}
/* tabbed widgets - recent, category1... */	
	 .tabbed .tabs-list{overflow:hidden;padding:0;}
	.tabbed .tabs-list li{line-height:1.5;border-bottom:0;padding:0;}

	.tabbed .tabs-list .active a{border-bottom:2px solid #e54e53;}
	.tabbed .tabs-list a{color:#efefef;float:left;display:block;padding:0 14px;border-bottom:2px solid transparent;line-height:32px;}

	.tabbed .tabs-list a:hover{text-decoration:none;}
.tabbed .tabs-data{border-bottom:0;}
	.tabbed .tabs-data > ul:first-child{display:block;}
.tabbed .tabs-data > .inactive{display:none;}

	.tabbed .posts-list{display:none;}
.tabbed .posts-list li{}
.tabbed .posts-list.active, .tabbed .posts-list .posts-list{display:block;}

	/* latest posts and popular posts widget */
	.sidebar .posts-list li{line-height:1.5;}
/* sidebar galleries */
	.gallery-block .slider .title{display:none;}
	.gallery-block .slider li{padding:0;border:0;}
	.gallery-block .flex-direction-nav a{width:25px;height:25px;margin:-10px 0 0;}
	.gallery-block .flex-direction-nav a:after{line-height:25px;font-size:25px;}
	.gallery-block .flex-direction-nav .flex-next{right:10px;}
.gallery-block .flex-direction-nav .flex-prev{left:10px;}
/**
 * 6. =Shortcodes
 * ----------------------------------------------------------------------------
 */

 
 /* tabs */
.sc-tabs{overflow:hidden;margin-bottom:-1px;}
.post-content .sc-tabs{list-style-type:none;margin:0 0 -1px 0;clear:both;}
	.sc-tabs a{float:left;display:block;padding:5px 28px;background:#fcfcfc;border:1px solid #d9d9d9;border-left:0;color:#19232d;font-size:13px;}

	.sc-tabs .active a{background:#f2f2f2;border-bottom:1px solid #e54e53;}
	.sc-tabs li:first-child a{border-left:1px solid #d9d9d9;}

	.sc-tabs a:hover{text-decoration:none;}

	.sc-tabs .active{margin-bottom:-3px;}

.sc-tabs-panes{border:1px solid #d9d9d9;padding:21px;}
.widget .sc-tabs li{border:0;padding:0;}
.post-content .sc-tabs-panes{margin-left:0;}
.sc-tabs-panes > li{display:none;}
.sc-tabs-panes > li.active{display:block;}
/* accordions / toggle */
.sc-accordion-pane.active, .sc-toggle-content.active{display:block;}
.sc-accordion-title:first-child, .sc-toggle-title:first-child{border-top:1px solid #d9d9d9;}
.sc-accordion-title, .sc-toggle-title{border:1px solid #d9d9d9;border-top:0;}
.sc-accordion-title a, .sc-toggle-title a{display:block;padding:10px 21px;text-decoration:none;position:relative;}
.sc-accordion-title a:before, .sc-toggle-title a:before{content:" ";width:20px;height:20px;background:#19232d;display:inline-block;vertical-align:middle;margin-right:21px;}
.sc-accordion-title a:after, .sc-toggle-title a:after{content:"\f067";font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:1.4em;left:21px;padding-left:5px;font-size:13px;color:#fff;z-index:1;}
.sc-accordion-title.active a:after{content:"\f068";}
.sc-accordion-pane, .sc-toggle-content{display:none;border:1px solid #d9d9d9;border-top:0;padding:21px;}
/* buttons */

.sc-button, .button{background:#19232d;padding:5px 21px;color:#fff;display:inline-block;font:inherit;}
.button{background:#e54e53;}
a.button:hover{text-decoration:none;}
.button.smaller{font-size:12px;padding:2px 7px;text-transform:uppercase;}
.post-content .sc-button, .post-content .sc-button:hover{color:#fff;}
.sc-button:hover{text-decoration:none;opacity:0.9;}
.sc-button-small{font-size:14px;}
.sc-button-medium{font-size:16px;}
.sc-button-large{font-size:18px;}
.sc-button-red{background:#e54e53;}
.sc-button-orange{background:#ff5b22;}
.sc-button-blue{background:#2a3c4c;}
.sc-button-default:hover{background:#e54e53;}
.drop-caps{float:left;font-size:1.9em;line-height:1;background:#e54e53;border-radius:50%;color:#fff;padding:6px 10px;margin-top:5px;margin-right:14px;}
.drop-caps.square{border-radius:0;}
/**
 * 7. =Footer
 * ----------------------------------------------------------------------------
 */
.main-footer{background:#19232d;}
.main-footer .wrap{padding:49px 25px;}
/* default widget styling */
.main-footer .widget{color:#d7dade;font-size:13px;line-height:1.9;}
.main-footer .widgettitle{font:bold 14px/35px "Open Sans", Arial, sans-serif;color:#c5c7cb;border-bottom:1px solid #253443;text-transform:uppercase;margin-bottom:28px;/* 2em */}
.main-footer .feedburner input{background:#1f2c38;color:#c5c7cb;border:0;font-size:inherit;line-height:1.4;}
.main-footer input.feedburner-subscribe{background:#2a3c4c;padding:8px 14px;font-weight:600;}
.lower-foot{background:#121a21;color:#8d8e92;font-size:13px;}
.lower-foot a{color:#b6b7b9;}
.lower-foot .wrap{padding:14px 25px;overflow:hidden;}
	.lower-foot .social-icons{float:right;}
	.lower-foot .menu{float:right;overflow:hidden;}
	.lower-foot .textwidget{float:left;}
.lower-foot .menu li{float:left;padding-left:0.5em;}
	/* add middot */
	.lower-foot .menu li:before{content:"\b7";padding-right:0.5em;display:inline-block;}
	.lower-foot .menu li:first-child:before{content:'';}
.lower-foot .menu .sub-menu{display:none;}
/* footer widgets */
.main-footer .widget a{color:#e0e3E9;}
/* About Widget */
	.about-widget .logo-text{font-size:22px;font-weight:600;line-height:1;margin-bottom:28px;}
/* Latest posts / other post listing widgets */
	.main-footer .posts-list .content{border-bottom-color:#253443;min-height:65px;margin-left:95px;}
	.main-footer .posts-list img{width:75px;}
	.main-footer .posts-list time, .main-footer .posts-list .comments a, .main-footer .posts-list .fa{color:#a3a8b1;}
	/* Flickr widget */
	.flickr-widget{overflow:hidden;}
.flickr-widget .flickr_badge_image{float:left;margin:0 12px 14px 0px;}
	.ie8 .flickr-widget .flickr_badge_image{margin-right:8px;}
	.flickr-widget .flickr_badge_image:nth-of-type(4n){margin-right:0;}
	.flickr-widget a{overflow:hidden;display:block;border-radius:0px;max-height:64px;max-width:72px;}
	.flickr-widget a img{float:left;max-width:100%;height:auto;-webkit-transition:all 0.3s ease-in;-moz-transition:all 0.3s ease-in;transition:all 0.3s ease-in;}
	.flickr-widget img:hover{opacity:0.8;}
.ie .flickr-widget img:hover{opacity:1;}
	/* calendar widget */
	.main-footer .widget_calendar{color:#606569;}
.main-footer .widget_calendar a{color:#19232d;}
.navigation .menu li > a{float:left;padding:0px 23px!important;}
.sticky.has-logo li > a{padding-left:10px!important;padding-right:10px!important;}
.navigation .menu > li li a{float:none;display:block;text-decoration:none;font-size:13px;padding:6px 25px!important;text-transform:none;transition:none;}
.top-bar .search .query{width:300px !important;}
.search .query, .searchform input, .searchform #s{line-height:24px;height:24px;padding:1px 8px;outline:0;border:0;border-right:15px solid #666666 !important;font-size:13px;background:#666666 !important;float:left;color:#999;}
.image-static {
padding-left: 40px !important; 
width: 270px !important;
}@media only screen and (min-width: 1129px) {
.main-featured .flexslider .slides > li{min-height:336px;}
} @media only screen and (max-width: 1128px) {
.wrap, .boxed .main-wrap{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body.boxed{padding:0 25px 0 25px;}
.background-cover{position:fixed;background-position:50% 0;width:100%;height:100%;top:0;left:0;background-position:center center;background-size:cover;z-index:-1;}
.trending-ticker a{max-width:400px;}
.main-head .right{margin-left:250px;}
.navigation.sticky{width:100%;left:0;}
.navigation .menu li > a{padding:0 20px;}
.tabbed .tabs-list a{padding:0 3%;}
.post-header img, .post-content img{max-width:100%;height:auto;}
.post-share .text{display:none;}
.share-links a{margin-bottom:4px;}
.main-featured .blocks .image-link img{max-width:100%;height:auto;}
.main-featured .blocks .small{width:48%;margin-right:4%;}
.main-footer input.feedburner-subscribe{margin-top:5px;margin-left:0;display:block;}
.flickr-widget .flickr_badge_image:nth-of-type(4n){margin-right:12px;}
.flickr-widget .flickr_badge_image:nth-of-type(3n){margin-right:0;}
.no-display{opacity:1;}
.navigation .menu li > a:after, .navigation .mega-menu.links > li li a:before, .flex-direction-nav a:after, 
.sc-accordion-title a:after, .sc-toggle-title a:after, .fa, .main-stars{text-rendering:auto;}
} @media only screen and (min-width: 800px) and (max-width: 940px) {
.column, .row [class*="col-"]{padding-left:15px;padding-right:15px;}
.wrap > .row, .row{margin-left:-15px;margin-right:-15px;}
.trending-ticker{font-size:13px;}
.trending-ticker .heading{margin-right:25px;}
.trending-ticker a{max-width:235px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;vertical-align:middle;line-height:1.3;padding-right:5px;margin-top:-2px;}
.navigation .menu > li > a{font-size:13px;padding:0 13px;}
.navigation .menu li > a:after{margin-left:5px;font-size:13px;line-height:1;}
.mega-menu .sub-cats{padding:0;}
.mega-menu .sub-nav{padding-left:15px;padding-right:15px;}
.mega-menu .extend{padding:0;}
.mega-menu .recent-posts .post:nth-child(3){display:none;}
.navigation .mega-menu.links > li{padding:0 15px;}
.navigation .mega-menu, .navigation .mega-menu.links > li > a, .navigation .mega-menu .sub-nav li a{font-size:13px;}
.navigation .mega-menu.links > li li a:before{display:none;}
.navigation .mega-menu.links > li li a{padding-left:5px;}
.main-featured .blocks .small h3{padding:20px 5px 5px 5px;}
.main-featured .blocks.col-4{padding-left:4px;}
.tabbed .tabs-list a{font-size:12px;padding:0 2.5%;}
.main .sidebar:before{margin-left:-15px;}
.sidebar .posts-list img{width:65px;}
.sidebar .posts-list .content{margin-left:80px;}
.listing-alt img{width:110%;}
.listing-alt article > a{max-width:200px;}
.listing-alt article .content{margin-left:220px;}
.main-footer .posts-list img{width:60px;}
.main-footer .posts-list .content{margin-left:75px;}
.flickr-widget a{width:60px;height:52px;}
} @media only screen and (min-width: 768px) and (max-width: 799px) {
.main-featured .blocks{display:none;}
.main-featured .slider, .main-featured .flexslider .slides img{width:100%;}
.main-content, .sidebar{width:100%;}
.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev{opacity:0.8;}
.main-footer .col-4{width:100%;margin-top:28px;}
.main-footer .col-4:first-child{margin-top:0;}
.flickr-widget .flickr_badge_image:nth-of-type(4n){margin-right:12px;}
.main-footer input.feedburner-subscribe{display:inline;margin-left:4px;}
} @media only screen and (max-width: 799px) {  .top-bar .social-icons{clear:both;text-align:center;float:none;}
.top-bar .search{display:none;}
.top-bar .social-icons li{float:none;display:inline-block;}
.top-bar-content > div{display:block;}
.top-bar .trending-ticker .heading{float:none;margin-right:0;}
.top-bar .trending-ticker ul{float:none;}
.top-bar .trending-ticker{text-align:center;margin-bottom:14px;}
.top-bar .trending-ticket li{max-width:100%;text-overflow:ellipsis;}
.top-bar .menu{float:none;text-align:center;margin-bottom:7px;}
.top-bar .menu li{float:none;display:inline-block;padding-left:14px;}
.main-head .title{float:none;text-align:center;margin-bottom:28px;margin-top:42px;line-height:1;}
.main-head .right{float:none;margin-bottom:28px;line-height:1.5;text-align:center;}
.main-head .right > div{display:inline-block;max-width:100%;}
.main-head .right{margin-left:0;}
.main .sidebar{margin-top:35px;}
.main .sidebar:before{display:none;}
.navigation{border-bottom:0;}
.navigation.sticky{position:static;}
.navigation .menu{display:none;}
.navigation .mobile-menu.active{display:block;}
.navigation ul li{float:none;clear:both;display:block;}
.navigation .menu ul{position:static;display:none;visibility:visible;opacity:1;}
.navigation .menu > li > a{font-size:13px;margin-bottom:0;border-bottom:0;}
.navigation .mobile:hover a{text-decoration:none;}
.navigation .mobile{display:block;}
.navigation .mobile .selected{display:block;padding:0 15px;line-height:44px;margin-bottom:-1px;overflow:hidden;}
.navigation .menu .sticky-logo{display:none;}
.navigation .mobile .text{float:left;}
.navigation .mobile .current{float:left;margin-left:14px;font-size:13px;max-width:40%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;vertical-align:bottom;}
.navigation .mobile .fa{font-size:21px;float:right;width:50px;background:#e54e53;margin-right:-15px;text-align:center;line-height:43px;position:relative;}
.navigation .menu > li:hover > a, .navigation .menu > .current-menu-item > a, 
.navigation .menu > .current-menu-parent > a, .navigation .mega-menu.links > li:hover,
.navigation .menu > .current-menu-ancestor > a{border-bottom:0;background:#1e2935;}
.navigation .menu li a{float:none;display:block;border-top:1px solid #1f2c38;}
.navigation .menu li > a:after{display:none;}
.navigation .menu li > a .chevron{float:right;width:50px;background:#303A44;background:rgba(0, 0, 0, 0.075);margin-right:-20px;text-align:center;font-size:16px;}
.navigation .menu li ul li > a .chevron{margin:0;margin-right:-25px;padding:2px 0;margin-top:-5px;}
.navigation .menu > li li a{padding-left:35px;}
.navigation .menu > li li li a{padding-left:45px;}
.navigation .menu li.active{background:#1e2935;}
.navigation .mega-menu{display:none;}
.navigation .mega-menu.links{padding:0;}
.navigation .mega-menu.links > li{float:none;width:auto;padding:0;}
.navigation .mega-menu.links > li > a{text-transform:none;font-weight:normal;font-size:13px;padding:6px 25px;border-bottom:0;border-top:1px solid #1f2c38;}
.navigation .mega-menu.links .chevron{margin-top:-5px;padding:2px 0px;border-top:0;}
.navigation .mega-menu.links > li li a:before{display:none;}
.navigation .mega-menu.links > li li a{padding-left:45px;}
.navigation .mega-menu.links > li li a:last-child{border-bottom:0;}
.navigation .menu .user-login a, .navigation .menu.mobile-menu .shopping-cart > a{background:inherit;padding:0 20px;float:none;}
.navigation .menu .user-login, .navigation .menu .shopping-cart{float:none;}
.navigation .user-login .text, .navigation .menu .shopping-cart .text{display:inline;}
.navigation .menu .user-login .fa, .navigation .shopping-cart .fa{width:14px;float:right;text-align:right;line-height:43px;}
.nav-off-canvas{overflow-x:hidden;}
.nav-off-canvas .main-wrap{position:relative;-webkit-transition:-webkit-transform 0.4s ease-in-out;transition:transform 0.4s ease-in-out;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;}
.navigation .off-canvas{height:100%;position:absolute;top:0;left:0;overflow:hidden;-webkit-transform:translate3d(-100%, 0, 0);-ms-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);background:inherit;-webkit-transition:all 0.4s ease-in-out;transition:transform 0.4s ease-in-out;width:65%;min-width:200px;}
.off-canvas-active .navigation .off-canvas{box-shadow:1px 1px 20px 0 rgba(0, 0, 0, 0.5);}
.navigation .off-canvas .menu{-webkit-transition:opacity 0.5s ease-in;transition:opacity 0.5s ease-in;opacity:0.2;}
.off-canvas-active .navigation .menu{opacity:1;}
.off-canvas-active .main-wrap{-webkit-transform:translate3d(65%, 0, 0);-ms-transform:translate3d(65%, 0, 0);transform:translate3d(65%, 0, 0);}
.navigation .off-canvas .close:hover a{background:inherit;}
.off-canvas .menu .close a{text-align:left;background:rgba(0,0,0, 0.08);padding:15px;padding-left:30px;border-top:0;font-weight:600;letter-spacing:1px;}
.off-canvas .close .fa{float:right;line-height:40px;line-height:21px;border-radius:50%;border:1px solid #fff;width:21px;text-align:center;margin-top:10px;font-size:11px;-webkit-box-shadow:inset 0 0 1px #fff, 0 0 1px #fff;box-shadow:inset 0 0 1px #fff, 0 0 1px #fff;}
.off-canvas .menu > li:hover > a, .off-canvas .menu > .current-menu-item > a, .off-canvas .menu > .current-menu-parent > a, 
.off-canvas .mega-menu.links > li:hover, .off-canvas .menu > .current-menu-ancestor > a{background:transparent;}
.off-canvas .menu > .current-menu-item > a, .off-canvas .menu > .current-menu-parent > a, .off-canvas .menu > .current-menu-ancestor > a{font-weight:600;}
.off-canvas .menu li > a, .off-canvas .menu .user-login a, .off-canvas .menu.mobile-menu .shopping-cart > a{padding:5px 30px;}
.off-canvas .menu li > a .chevron{border-top:0;display:inline-block;background:transparent;margin-right:-25px;}
.off-canvas .menu > li li a, .off-canvas .mega-menu.links > li > a{padding:10px 25px;padding-left:40px;}
.off-canvas .menu > li li li a, .navigation .mega-menu.links > li li a{padding-left:50px;}
.off-canvas .menu li ul li > a .chevron{margin-right:-20px;}
.off-canvas .menu .user-login .fa, .off-canvas .shopping-cart .fa{margin-right:-8px;}
.mobile .selected{height:44px;}
.mobile .search{float:right;margin-right:10px;}
.mobile .search.active{float:left;width:100%;margin-right:-75px;}
.mobile .search .query{display:none;width:100%;margin-right:-61px;}
.mobile .search.active .query{display:block;}
.mobile .search .query, .mobile .searchform input, .mobile .searchform #s{padding:9px 8px;outline:0;border:0;font-size:13px;background:transparent;float:left;color:#fff;}
.mobile .search-button{background:transparent;margin-left:-28px;line-height:26px;width:20px;outline:0;float:left;}
.mobile .search-button .fa{background:transparent;color:#efefef;font-size:15px}
.post-share .text{display:inline-block;}
.sidebar .gallery-block .slides img{width:100%;}
.flickr-widget .flickr_badge_image:nth-of-type(4n), .flickr-widget .flickr_badge_image:nth-of-type(3n){margin-right:12px;}
} @media only screen and (max-width: 767px) { .row .column, .column, .row [class*="col-"]{width:100%;margin-bottom:28px;}
.post-content .row .column{margin-bottom:1.857em;}
.page > .row.builder > .column:only-child{margin-bottom:0;}
.breadcrumbs{padding:14px;line-height:1.5;}
.breadcrumbs .location{display:none;}
.main-featured .slider h3 a{font-size:16px;}
.main-featured .blocks{display:none;}
.main-featured .slider, .main-featured .flexslider .slides img{width:100%;}
.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev{opacity:0.8;}
.highlights-box.three-col .column.one-third{margin-bottom:42px;}
.highlights-box.three-col .column.one-third:last-child{margin-bottom:0;}
.highlights-box.three-col article{float:left;width:50%;}
.highlights-box.three-col .posts{width:50%;float:left;padding-left:25px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.no-sidebar .highlights-box.three-col article{float:none;width:100%;}
.highlights-box .column.half{margin-top:42px;margin-bottom:0;}
.highlights-box .column.half:first-child{margin-top:0;border-right:0;}
.highlights .block.posts{border-top:0;margin-top:0;}
.news-focus .posts, .highlights-box.three-col article{margin-bottom:0;}
.news-focus .focus .image-link{float:left;margin-right:14px;width:25%;}
.news-focus .focus .image-link img{width:100%;height:auto;}
.news-focus .excerpt{border-bottom:1px solid #d9d9d9;padding-bottom:14px;}
.news-focus > .row{margin-bottom:-28px;}
.news-focus .heading .subcats{display:none;}
.post-content{margin-left:0;}
.post-content-right{clear:both;}
.post-share{margin-left:0;}
.share-links{line-height:33px;}
.share-links a{margin-right:0;}
.author-info .avatar{max-width:75px;height:auto;}
.author-info .description{margin-left:100px;}
.author-info .social-icons{float:none;overflow:hidden;padding-top:14px;}
.related-posts .highlights-box.three-col .column{margin-bottom:28px;}
.comments-list .children, .comment .comment-respond{margin-left:15px;}
.comment-respond input{max-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.listing-alt article > a{max-width:100%;float:none;}
.listing-alt img{width:100%;margin-left:0;float:none;}
.listing-alt article .content{margin-left:0;margin-top:0;}
.main-footer .widget:last-child{margin-bottom:0;}
.main-footer input.feedburner-subscribe{margin-top:5px;}
.flickr-widget{margin-right:-14px;}
.lower-foot .widgets > div{margin-top:28px;text-align:center;}
.lower-foot .widgets > div:first-child{margin-top:0;}
.lower-foot .textwidget{float:none;}
.lower-foot .menu-footer-container{overflow:hidden;text-align:center;clear:both;display:none;}
.lower-foot .menu{float:none;display:inline-block;}
.main-footer input.feedburner-subscribe{display:inline;margin-left:4px;}
.flickr-widget .flickr_badge_image:nth-of-type(4n){margin-right:12px;}
.modal{width:250px;margin-left:-125px;}
} @media only screen and (max-width: 400px) {
body.boxed{padding:0;}
.main-head .title{font-size:32px;}
.off-canvas-active .navigation .off-canvas{width:85%;}
.off-canvas-active .main-wrap{-webkit-transform:translate3d(85%, 0, 0);transform:translate3d(85%, 0, 0);}
.breadcrumbs{display:none;}
.main-featured .slider .caption{overflow:hidden;position:static;background:#19232d;}
.main-featured .flex-direction-nav .flex-next, .main-featured .flex-direction-nav .flex-prev{top:100px;}
.main-featured .pages{display:none;}
.highlights-box.three-col article, .highlights-box.three-col .posts{width:100%;float:none;padding:0;}
.highlights-box.three-col .column.one-third{margin-top:28px;}
.highlights-box.three-col article{margin-bottom:28px;}
.gallery-block .carousel .title a{font-size:12px;}
.navigate-posts .previous{padding-left:0;}
.navigate-posts .next{padding-right:0;}
.review-box .verdict-box .text{margin-left:0;}
.review-box .overall{margin-right:14px;}
.review-box .main-stars{float:none;}
.author-info .social-icons{float:none;padding:21px 0;}
.author-info .avatar{max-width:65px;height:auto;margin-right:14px;}
.author-info .description{margin-left:0;}
.post-pagination-next .info, .post-pagination-next .links{display:block;float:none;text-align:center;}
.post-pagination-next .info{margin-bottom:7px;}
.comments-list .comment-meta{margin-left:20%;}
.comments-list .comment-content{margin-left:0;margin-top:28px;}
.comments-list .pingback{margin-left:0;}
.comment .comment-respond{margin-left:0;}
.main-footer input.feedburner-subscribe{margin-left:0;display:block;}
}
@media (min-width: 768px) { .listing-alt img{max-width:351px;}
}
@media (min-device-width: 1824px) { .post-content { font-size: 14px; }
}@font-face{font-family:'FontAwesome';src:url(//www.adultpress.com.au/wp-content/themes/smart-mag/css/fontawesome/fonts/fontawesome-webfont.eot?v=4.1.0);src:url(//www.adultpress.com.au/wp-content/themes/smart-mag/css/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'),url(//www.adultpress.com.au/wp-content/themes/smart-mag/css/fontawesome/fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'),url(//www.adultpress.com.au/wp-content/themes/smart-mag/css/fontawesome/fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'),url(//www.adultpress.com.au/wp-content/themes/smart-mag/css/fontawesome/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}#evcal_list .eventon_list_event .desc_trig, 
.evcal_evdata_img, 
.event_description .evcal_close, 
.evcal_btn, .evo_sort_btn, 
.calendar_header  .evcal_arrows, 
.desc_trig,
.ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg::after,
.evcal_desc .evcal_desc3 em.evocmd_button,
.evo_metarow_socialmedia a.evo_ss,
.evo_metarow_socialmedia a.evo_ss i,
.ajde_evcal_calendar.boxy.boxstyle1 .evo_boxtop{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;}
.mart5{margin-top:5px}
.mart10{margin-top:10px}
.mart15{margin-top:15px}
.mart20{margin-top:20px}
.mart25{margin-top:25px}
.mart30{margin-top:30px}
.mart40{margin-top:40px}
.mart50{margin-top:50px}
.marb5{margin-bottom:5px}
.marb10{margin-bottom:10px}
.marb15{margin-bottom:15px}
.marb20{margin-bottom:20px}
.marb25{margin-bottom:25px}
.marb30{margin-bottom:30px}
.marb35{margin-bottom:35px}
.marb40{margin-bottom:40px}
.marb45{margin-bottom:45px}
.marb50{margin-bottom:50px}
.padb5{padding-bottom:5px}
.padb10{padding-bottom:10px}
.padb15{padding-bottom:15px}
.padb20{padding-bottom:20px}
.padb25{padding-bottom:25px}
.padb30{padding-bottom:30px}
.padb40{padding-bottom:40px}
.padb50{padding-bottom:50px}
.padt5{padding-top:5px}
.padt10{padding-top:10px}
.padt15{padding-top:15px}
.padt20{padding-top:20px}
.padt25{padding-top:25px}
.padt30{padding-top:30px}
.padt40{padding-top:40px}
.padt50{padding-top:50px}
.padt60{padding-top:60px}
.pad5{padding:5px}
.pad10{padding:10px}
.pad15{padding:15px}
.pad20{padding:20px}
.pad25{padding:25px}
.ttu{text-transform:uppercase}
.tar{text-align:right}
.tac{text-align:center}
.wid33{width:33.3%}
.wid66{width:66.6%}
.fleft{float:left}
.ajde_evcal_calendar{width:100%;text-align:left;white-space:normal;position:relative;color:#808080;}
.ajde_evcal_calendar img, .evo_location_map img{max-width:none;box-shadow:none!important;display:block;}
.ajde_evcal_calendar .gmnoprint img{max-width:none !important;}
.ajde_evcal_calendar > *{margin:0;padding:0}
.evcal_evdata_row .padt5{padding-top:5px;}
.evcal_evdata_row .padb10{padding-bottom:10px;}
.bordr{border-right:1px solid #cdcdcd}
#evcal_list .bordb{border-bottom:1px solid #e5e5e5}
.ajde_evcal_calendar a, .ajde_evcal_calendar a:hover{text-decoration:none;box-shadow:none;-webkit-box-shadow:none;}
.ajde_evcal_calendar ul, #evcal_list{list-style:none;padding:0;margin:0}
.ajde_evcal_calendar .eventon_list_event{margin-left:0px;list-style:none;}
.ajde_evcal_calendar strong{font-weight:normal}
.ajde_evcal_calendar .eventon_desc_in strong{font-weight:bold}
.eventon_desc_in img{max-width:100%}
.ajde_evcal_calendar .eventon_events_list p{padding:0;margin-bottom:5px;margin-top:0px;}
.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{font-style:normal;font-size:13px;padding-left:15px;color:#808080;}
.ajde_evcal_calendar .eventon_list_event  .desc_trig_outter, .eventon_events_list .desc_trig_outter, .desc_trig_outter a.evcal_list_a{margin:0;}
body .ajde_evcal_calendar h4.evo_h4, .evo_content_in h4.evo_h4{color:#808080;padding:0px;font-size:14px;font-style:normal;margin:0;text-transform:uppercase;font-weight:normal;}
.eventon_list_event .evcal_desc span.evcal_event_title,
.evo_metarow_ICS .evcal_evdata_cell p a, 
.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,
.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,
.evo_clik_row .evo_h3,
body .ajde_evcal_calendar h4.evo_h4, 
.evo_content_in h4.evo_h4,
.eventon_main_section  #evcal_cur,	
.ajde_evcal_calendar .calendar_header p.evo_month_title,
.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, 
.evo_pop_body .evo_event_headers.canceled,
.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,
.evo_pop_body .evcal_list_a .evo_above_title span,
.ajde_evcal_calendar .evcal_month_line p{font-weight:700;}
.ajde_evcal_calendar .calendar_header p,
.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,
.evo_lightbox_content h3.evo_h3,
body .ajde_evcal_calendar h4.evo_h4, 
.evo_content_in h4.evo_h4,
.evo_metarow_ICS .evcal_evdata_cell p a,
.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, 
.eventon_list_event .evcal_desc span.evcal_event_title,
.evcal_desc span.evcal_desc2,	
.evo_metarow_ICS .evcal_evdata_cell p a, 
.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,
.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		
.evo_clik_row .evo_h3,
.evotax_term_card .evotax_term_details h2, 
.evotax_term_card h3.evotax_term_subtitle,
.ajde_evcal_calendar .evo_sort_btn,
.eventon_main_section  #evcal_cur,	
.ajde_evcal_calendar .calendar_header p.evo_month_title,		
.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,
.eventon_events_list .eventon_list_event .evcal_cblock,			
.ajde_evcal_calendar .evcal_month_line,
.eventon_event .event_excerpt_in h3{font-family:roboto,'arial narrow'}
.ajde_evcal_calendar .eventon_events_list p,
.eventon_events_list .eventon_list_event .evcal_desc span, 
.evo_pop_body .evcal_desc span,
.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, 
.evo_pop_body .evcal_desc span.evcal_event_subtitle,
.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, 
.evo_pop_body .evcal_btn, .evcal_btn,
.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, 
.evo_pop_body .evo_event_headers.canceled,
.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,
.evo_pop_body .evcal_list_a .evo_above_title span,
.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,
#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,
.evcal_evdata_row .evcal_evdata_cell p, 
#evcal_list .eventon_list_event p.no_events,
.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,
.evoGuideCall em,
.evo_cal_above span,
.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,
.eventon_sort_line p, .eventon_filter_line p{font-family:'open sans',arial}
.evopopclose, .evolbclose{font-family:'open sans',arial}
.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, 
.evo_lightbox .evcal_btn, .evcal_btn,
.evo_lightbox.eventon_events_list .eventon_list_event a.evcal_btn{font-weight:bold;font-size:14px;display:inline-block;padding:5px 12px!important;text-transform:uppercase;text-decoration:none;border-radius:4px;border:none;color:#fff;background:#f8c389;font-style:normal;cursor:pointer;}
.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn:hover, 
.evo_pop_body .evcal_btn:hover, .evcal_btn:hover{opacity:0.8;text-decoration:none;}
.eventon_list_event .evo_btn_secondary, .evo_btn_secondary{color:#fff;font:bold 14px arial;display:inline-block;padding:3px 8px!important;margin-top:4px;text-transform:uppercase;background-color:#d2d2d2;cursor:pointer;}
.eventon_list_event .evo_btn_secondary:hover, .evo_btn_secondary:hover{background-color:#bebebe;text-decoration:none}
.ajde_evcal_calendar .calendar_header{min-height:37px;padding:0px;margin:5px 0 4px;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.ajde_evcal_calendar .evo_layout_changer{position:absolute;right:0;z-index:3;}
.ajde_evcal_calendar .evo_layout_changer i{margin-left:5px;opacity:0.3;cursor:pointer;}
.ajde_evcal_calendar .evo_layout_changer i:hover{opacity:0.5;}
.ajde_evcal_calendar .evo_layout_changer i.on{opacity:0.7;}
.ajde_evcal_calendar.ul .calendar_header{min-height:0;margin:0;}
.ajde_evcal_calendar #evcal_prev{margin-left:15px;}
.ajde_evcal_calendar #evcal_next{margin-left:7px;}
.ajde_evcal_calendar a#evcal_prev:hover{background-position:-5px -17px}
.ajde_evcal_calendar a#evcal_next:hover{background-position:-20px -17px}
.ajde_evcal_calendar .calendar_header p{height:36px;line-height:36px;margin:0 !important;font-size:36px;font-weight:normal;float:left;color:#ababab;text-transform:uppercase;padding-top:1px;padding-bottom:0px;width:auto;}
.ajde_evcal_calendar .calendar_header p.evo_cal_other_header{font-weight:700;padding-bottom:10px;margin:0px;display:block;line-height:100%;height:auto;}
.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{font-size:24px;margin-top:4px;position:absolute;left:12px;width:auto;height:100%;line-height:100%!important;vertical-align:middle;}
.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#fff}
.ajde_evcal_calendar .calendar_header .evcal_arrows{text-align:center;float:left;height:35px;width:35px;display:block;cursor:pointer;border:1px solid #e2e2e2;border-radius:50%;color:#e2e2e2;position:relative;}
.ajde_evcal_calendar .calendar_header p.evo_arrows{float:left;}
.ajde_evcal_calendar .calendar_header p.evo_arrows.right{float:right;}
.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{background-color:#e2e2e2;}
.evomb_section .evoGuideCall{padding:0;font-style:normal}
#ajde_customization .evoGuideCall{cursor:pointer;padding:0;display:inline-block;background-color:#9d9d9d;border-color:#9d9d9d;color:#fff;}
.evoGuideCall{padding:0;margin-left:4px;text-align:center;background-color:#9d9d9d;font-style:normal;position:absolute;cursor:pointer;width:13px;height:14px;line-height:110%;border:1px solid #9d9d9d;opacity:0.4;font:11px 'times new roman';border-radius:3px;color:#fff;}
.evoGuideCall:hover{opacity:1;background-color:#828282;}
.evoGuideCall:hover em{display:block}
.evoGuideCall em{font-size:11px;display:none;position:absolute;left:-1px;width:200px;background-color:#487e8a;border-radius:5px;color:#fff;padding:8px;bottom:22px;z-index:900;text-align:center}
.evoGuideCall em a{color:#fff}
.evoGuideCall.L em{right:-1px;left:auto;}
.evoGuideCall em:before{content:"";width:0px;height:0px;border-style:solid;border-width:9px 9px 0 0;border-color:#487e8a transparent transparent transparent;position:absolute;bottom:-9px;left:5px;}
.evoGuideCall.L em:before{left:auto;right:5px;border-width:0 9px 9px 0;border-color:transparent #487e8a transparent transparent;}
.evomb_header p span.evoGuideCall{color:#fff;}
.evo-jumper{margin-bottom:5px;position:relative;}
.evo_cal_above{padding-bottom:5px;}
.evo_cal_above span{opacity:0.4;background-color:#ADADAD;color:#fff;font-size:12px;text-transform:uppercase;display:inline-block;padding:3px 10px;border-radius:4px;cursor:pointer;margin-right:4px;}
.evo_cal_above span.evo-search{min-height:20px;}
.evo_cal_above span:hover{opacity:1;}
.evo_j_container{padding-top:0px;padding-bottom:8px;margin:0;}
.ajde_evcal_calendar .calendar_header .evo_j_dates{margin-bottom:5px;}
.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{text-transform:uppercase;color:#6e6e6e;font-size:12px;padding:0px;background-color:#f5f5f5;border-radius:5px;display:table;overflow:hidden;font-size:12px;color:#5d5d5d;line-height:100%;height:auto;}
.ajde_evcal_calendar .calendar_header .evo_j_dates .evo_jumper_months{position:absolute;}
.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{background-color:#CFCFCF;color:#fff;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{background-color:#f79191;color:#fff;}
.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{padding:8px 10px;display:table-cell;cursor:pointer;color:#a0a09f;min-width:19px;font-size:14px;line-height:18px;font-family:oswald, 'arial narrow';text-align:center;}
.ajde_evcal_calendar .calendar_header .evo_j_dates.evo_j_years .legend a{width:auto;}
.ajde_evcal_calendar .calendar_header .evo_j_months{height:34px;overflow:hidden;position:relative;border-radius:5px;}
#evcal_widget .ajde_evcal_calendar .calendar_header .evo_j_dates .legend{font-size:10px;}
#evcal_widget #evcal_head .evo_j_dates .legend a{padding:4px;font-size:9px;min-width:15px}
#evcal_widget .event_description .evo_metarow_time_location .evcal_col50{display:block;width:100%;border-right:none;}
.eventon_sorting_section{margin:5px 0;padding:8px 0 7px;border-top:1px solid #F0F0F0;border-bottom:1px solid #F0F0F0;}
.eventon_sort_line .evs, .eventon_sort_line .evs_3 p, .eventon_sf_field, .eventon_filter_selection{float:left;margin-right:5px;position:relative;}
.eventon_sort_line .eventon_sf_cur_val, .eventon_sort_line .evs_3, .evs_sec_list p{cursor:pointer;}
.eventon_sort_line .eventon_sf_cur_val p, .eventon_filter_line .filtering_set_val{color:#606060}
.eventon_sort_line .evs_3 p:hover{color:#b8b8b8}
.eventon_sort_line .eventon_sortbar_selection .evs_hide{display:none}
.eventon_sort_line .eventon_sortval_for_dropdown, .eventon_filter_line .filtering_set_val, .eventon_sort_line .eventon_sf_cur_val p{cursor:pointer;background-color:#bbbbbb;padding:1px 6px;border-radius:4px;color:#fff;font-style:italic;}
.eventon_filter_line .filtering_set_val i.fa{margin-right:5px;}
.eventon_filter_line .filtering_set_val:hover{background-color:#a5a5a5;}
.eventon_filter_line .eventon_sf_field p{padding:1px 0;}
.eventon_sort_line p, .eventon_filter_line p, .eventon_sf_field p{color:#A8A8A8;padding:0;margin:0;text-transform:uppercase;font-size:11px;}
.eventon_filter_dropdown{position:absolute;margin-top:5px;background-color:#fff;border:1px solid #d9d9d9;z-index:500;-webkit-box-shadow:0px 0px 3px #d9d9d9;box-shadow:0px 0px 3px #d9d9d9;border-radius:4px;overflow:none;min-width:150px}
.eventon_filter_dropdown p{border-bottom:1px solid #d9d9d9;padding:5px;line-height:130%;margin:0;cursor:pointer;display:block;border-left:2px solid transparent;color:#929292;position:relative;}
.eventon_filter_dropdown p:hover{background-color:#f7f7f7;color:#606060;border-left-color:#C7C7C7;}
.eventon_filter_dropdown p.has_icon{padding-left:30px;}
.eventon_filter_dropdown p i.fa{display:block;position:absolute;left:5px;}
.ajde_evcal_calendar .evo_sort_btn{height:15px;width:auto;font-style:italic;font-size:12px;text-transform:uppercase;cursor:pointer;border-bottom:none;color:#808080;}
.eventon_filter_line.selecttype .eventon_filter .eventon_sf_field p{display:none;}
.eventon_filter_line.selecttype .eventon_filter .eventon_filter_selection{margin:0;}
.eventon_filter_line.selecttype .eventon_filter{margin-right:5px;}
.eventon_sorting_section p.evo_filter_submit{margin:0;color:#ffffff;background-color:#237dbd;padding:1px 8px;border-radius:5px;cursor:pointer;display:block;float:left;font-size:11px;text-transform:uppercase;}
.ajde_evcal_calendar .eventon_sort_line{padding-top:1px;padding-bottom:1px;padding-right:10px;float:left;}
.evo_sortby{display:block;float:left;margin-right:10px;}
.evo_srt_sel{position:relative;display:block;float:left;}
.evo_srt_sel p.fa:after{content:"\f0d7";position:absolute;top:2px;right:0;color:#B6B6B6;font-size:12px;font-family:evo_FontAwesome;}
.evo_srt_sel p.fa{cursor:pointer;position:relative;line-height:normal;padding-right:13px;display:inherit;}
.evo_srt_sel p.fa.onlyone{cursor:default;}
.evo_srt_sel p.fa.onlyone:after{content:"";}
.evo_srt_options{display:none;position:absolute;border:1px solid #d9d9d9;background-color:#fff;z-index:800;-webkit-box-shadow:0px 0px 3px #d9d9d9;box-shadow:0px 0px 3px #d9d9d9;border-radius:4px;margin-top:5px;}
.evo_srt_options p{border-bottom:1px solid #d9d9d9;border-left:2px solid transparent;padding:5px;line-height:100%;margin:0;cursor:pointer;display:block;}
.evo_srt_options p.evs_hide, .eventon_filter_dropdown p.evf_hide{display:none;}
.evo_srt_options p:hover{background-color:#f7f7f7;color:#606060;border-left-color:#C7C7C7;}
.ajde_evcal_calendar .eventon_sort_line, .eventon_filter_line{padding-left:0px;position:relative;margin:0;float:left;}
.eventon_sorting_section .eventon_sort_line+.eventon_filter_line{border-left:1px solid #c4c4c4;padding-left:10px;}
.eventon_filter_line .eventon_filter{display:block;float:left;margin-right:10px;}
.evo_fc_widget .eventon_filter_line{padding-left:0;border-left:none;}
.eventon_event .eventon_events_list{border-top:1px solid #e5e5e5;}
.eventon_event .evcal_list_a .evo_month{display:block;font-style:normal;font-size:13px;font-weight:300;text-transform:uppercase;line-height:130%;}
.eventon_event .event_excerpt_in{padding:20px;border-left:1px solid #e5e5e5;background-color:#f9f9f9;}
.eventon_event .event_excerpt_in h3{font-weight:700;font-size:16px;color:#6B6B6B;text-transform:uppercase;margin:0;}
.eventon_event .event_excerpt_in p{font-size:12px;color:#a0a0a0}
.noaction.eventon_events_list .desc_trig{cursor:default;}
#eventon_loadbar{height:5px;width:100%;border-radius:10px;margin:10px 0;background-color:#efefef;display:none;position:relative;overflow:hidden;}
@keyframes fontbulger {
0%{left:0%;margin-left:-50px}
100%{left:100%;margin-left:-50px}
}
#eventon_loadbar:before{content:"";width:100px;height:100%;display:block;background-color:#f5b87a;position:absolute;left:0;animation-name:fontbulger;animation-duration:0.7s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out;animation-fill-mode:none;animation-delay:0s;}
#eventon_loadbar_section{height:auto;width:100%;margin-top:6px;}
.evoloadbar:before{content:"";display:block;height:5px;width:100%;background-color:rgba(255, 255, 255, 0.7);position:absolute;top:0;left:0;height:100%;z-index:3;border-bottom:5px solid #efefef;}
.evoloadbar:after{content:"";width:100px;height:5px;display:block;background-color:#f5b87a;position:absolute;left:0;top:0;z-index:4;animation-name:fontbulger;animation-duration:0.7s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out;animation-fill-mode:none;animation-delay:0s;}
.evoloadbar.bottom:before{bottom:0;top:auto;}
.evoloadbar.bottom:after{bottom:0;top:auto;}
#evcal_list .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc{padding-left:150px;}
#evcal_list .eventon_list_event p.no_events{padding:8px 12px;border-left:1px solid #cdcdcd;font-style:italic;font-size:13px;margin-bottom:0;}
#evcal_list .eventon_list_event a.desc_trig, 
#evcal_list p{display:none;}
#evcal_list .eventon_list_event .event_description p,
#evcal_list .eventon_list_event p a.desc_trig,
#evcal_list .eventon_list_event p.desc_trig_outter,
#evcal_list p.no_events,
#evcal_list .evose_repeat_header p,
#evcal_list .evcal_month_line p{display:block;}
#evcal_list{border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5;border-radius:5px;overflow:hidden;}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event{margin-left:0;margin-bottom:0;padding:0px;overflow:hidden;position:relative;list-style-type:none;}
.eventon_events_list .eventon_list_event .desc_trig{cursor:pointer}
.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#fdfdfd;border-left-width:7px}
.eventon_events_list .eventon_list_event a{text-decoration:none;border-bottom:none;color:#808080;}
.eventon_events_list .eventon_list_event .evcal_list_a:after{content:"";width:100%;height:1px;background-color:#e5e5e5;position:absolute;bottom:0;display:block;}
.eventon_events_list .eventon_list_event .evcal_list_a{display:block;width:100%;position:relative;padding:15px 0 20px;overflow:hidden;border-left-width:3px;border-left-style:solid;min-height:63px;border-bottom:none;float:none;}
.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4;}
.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7;}
.eventon_events_list .eventon_list_event .evcal_list_a.completed-event .evcal_event_title{text-decoration:line-through;}
.eventon_events_list a, .eventon_events_list a:hover{text-decoration:none;box-shadow:none;-webkit-box-shadow:none;}
.ajde_evcal_calendar .clear, .evo_lightbox .clear{clear:both;height:0px;margin:0;padding:0;display:block;}
.eventon_events_list .eventon_list_event .evcal_cblock, .evo_pop_body .evcal_cblock{background-color:transparent !important;color:#808080;font-size:30px;padding:0px 8px 2px 13px;font-weight:bold;position:absolute;line-height:110%;min-height:30px;margin:0 6px 0 0;left:0;}
.eventon_events_list .eventon_list_event .evcal_cblock.mnl, .evo_pop_body .evcal_cblock.mnl{display:none;}
.eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock, .evo_pop_body .hasFtIMG .evcal_cblock{left:90px;}
#evcal_list.sepmonths .evcal_month_line p{border-bottom:none;}
#evcal_list.sepmonths{border-top:none;}
#evcal_list .sep_month_events{border-top:1px solid #e5e5e5;border-radius:5px;overflow:hidden;}
.evcal_cblock .evo_start{float:left;font-size:30px;clear:both;}
.evcal_cblock .evo_end{float:left;padding-left:8px;font-size:14px;position:relative;}
.evcal_cblock .evo_end:before{background-color:#ABABAB;height:2px;width:4px;content:"";position:absolute;display:block;left:0px;top:50%;}
.evcal_cblock .evo_start em.month, 
.evcal_cblock .evo_end em.month,
.evcal_cblock .evo_start em.day{font-size:11px;font-weight:normal;display:block;}
.evcal_cblock .evo_end em.month{font-size:8px;}
.evcal_cblock .evo_end em.year{font-size:8px;}
.evcal_cblock em.time{font-size:10px;}
.evcal_cblock .year{font-size:10px;display:block;line-height:10px;opacity:0.7;}
.evcal_cblock .time, .evcal_cblock .evo_end.only_time{display:none;}
.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, 
.evo_pop_body .evo_event_headers.canceled,
.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,
.evo_pop_body .evcal_list_a .evo_above_title span{background-color:#F79191;font-size:12px;color:#fff;display:inline-block;border-radius:5px;padding:3px 9px;margin-bottom:4px;text-transform:uppercase;margin-right:5px;}
.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{background:repeating-linear-gradient( 45deg,#FDF2F2, #FDF2F2 10px, rgba(250,250,250,0.5) 10px, rgba(250,250,250,0.5) 20px );}
.eventon_events_list .eventon_list_event .evcal_cblock em, 
.evo_pop_body .evcal_cblock em{font-style:normal;text-transform:uppercase;line-height:110%;}
.eventon_events_list .eventon_list_event .evcal_cblock em.evo_date, 
.evo_pop_body .evcal_cblock em.evo_date{display:block;}
.eventon_events_list .eventon_list_event .evcal_cblock em.evo_year, 
.evo_pop_body .evcal_cblock em.evo_year{font-size:10px;display:block;line-height:10px;opacity:0.7;}
.eventon_events_list .eventon_list_event .evcal_cblock em.evo_day,  .evo_pop_body .evcal_cblock em.evo_day{font-size:8px;font-weight:normal;display:block;float:left;padding-right:6px;}
.eventon_events_list .eventon_list_event .evcal_cblock em.evo_day{color:#B7B7B7;margin-bottom:3px;}
.EvcalWidget .eventon_events_list .evcal_cblock .evo_date em.evo_day, .widget .eventon_events_list .evcal_cblock .evo_date em.evo_day{padding-bottom:3px;}
.eventon_events_list .eventon_list_event .ev_ftImg{background-repeat:no-repeat;width:75px;height:65%;max-height:75px;position:absolute;margin:auto 0 auto 10px;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-position:top center;display:block;border-radius:5px;}
.eventon_events_list .eventon_list_event .evcal_cblock span, .evo_pop_body .evcal_cblock span{line-height:100%;vertical-align:super}
.evcal_cblock .evo_date .start{float:left;font-size:30px;clear:both;}
.evcal_cblock .evo_date .start em, .evcal_cblock .evo_date .end em{font-size:11px;font-weight:normal;display:block;margin-left:6px;}
.evcal_cblock .evo_date .start em{margin-left:0;margin-top:3px;}
.evcal_cblock .evo_date .end em{font-size:8px;margin-top:3px;}
.evcal_cblock .evo_date .end{float:left;margin-left:4px;font-size:14px;}
.evcal_cblock .evo_time span.start, .evcal_cblock .evo_time span.end{float:left;font-size:14px;clear:both;font-weight:normal;padding-top:4px;}
.evcal_cblock .evo_time .evo_day.end{clear:both;padding-top:5px;}
.ajde_evcal_calendar #evcal_list .evcal_cblock .evo_time{display:none;}
#evcal_widget .eventon_events_list .eventon_list_event .evcal_cblock .evo_time span.start{font-size:12px;}
#evcal_widget .eventon_events_list .eventon_list_event .evcal_cblock .evo_time span.end{font-size:11px;}
.eventon_events_list .eventon_list_event .evcal_desc, .evo_pop_body .evcal_desc, #page-content p.evcal_desc{margin-left:5px;padding:3px 15px 0 80px;margin-bottom:0px;top:0;display:block;}
.evo_pop_body .evcal_desc.mnl,.evo_pop_body .evcal_desc.yrl{padding-left:10px;}
.eventon_events_list .eventon_list_event .hasFtIMG .evcal_desc, .evo_pop_body .hasFtIMG .evcal_desc{padding-left:170px;}
.eventon_events_list .eventon_list_event .no_val.hasFtIMG .evcal_desc{padding-left:80px}
.eventon_events_list .eventon_list_event .no_val .evcal_cblock{display:none;}
.eventon_events_list .eventon_list_event .no_val .evcal_desc, #evcal_widget .eventon_events_list .eventon_list_event .no_val .evcal_desc{padding-left:10px;}
.eventon_events_list .eventon_list_event .evcal_desc span, 
.evo_pop_body .evcal_desc span{display:block;color:#262626;}
.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc3 > *,
.evo_pop_body .evcal_desc .evcal_desc3 > *{display:inline-block;}
.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, 
.evo_pop_body .evcal_desc span.evo_above_title span{display:inline-block;color:#fff;background-color:#F79191;border-radius:5px;padding:3px 9px;margin-bottom:4px;text-transform:uppercase;font-size:12px;}
.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, 
.evo_pop_body .evcal_desc span.evo_above_title span.featured{background-color:#ffcb55}
.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info, 
.evo_pop_body .evcal_desc .evcal_desc_info{font-size:11px;line-height:120%;padding-bottom:2px;opacity:0.7}
.eventon_list_event:hover .evcal_desc .evcal_desc_info{opacity:1}
.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, .evo_pop_body .evcal_desc span.evcal_desc2{color:#808080;text-transform:uppercase;font-size:22px}
.evo_pop_body .evcal_desc span.evcal_desc2{line-height:130%;}
.evcal_desc .evcal_desc3{min-height:14px;}
.evcal_desc .evcal_desc3 em{font-size:11px;line-height:110%;color:#797979;float:left;display:block;padding-right:6px;}
.evcal_desc .evcal_desc3 em i{color:#c8c8c8}
.evcal_desc .evcal_desc3 span.evcal_event_types em i.fa{margin-right:6px;}
.evcal_desc .evcal_cmd i.fa{margin-right:5px;}
.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#808080;text-transform:uppercase;font-size:16px;}
.editEventBtnET{cursor:pointer;margin-left:5px;}
.editEventBtnET:hover{opacity:0.5;}
.eventon_events_list .evoShow_more_events:hover{opacity:0.7}
.eventon_events_list .evoShow_more_events{text-align:center;background-color:#e5e5e5;color:#929292;text-transform:uppercase;cursor:pointer;font-size:14px;padding:5px 0;margin:0;}
.eventon_events_list .ft_event.evcal_list_a .evcal_desc .evcal_event_title{font-size:20px;font-weight:400;}
.eventon_events_list .ft_event.evcal_list_a{background-color:#f9f9f9;}
.eventon_events_list .eventon_list_event a.ft_event .evcal_cblock em.evo_date{color:#6b6b6b}
.eventon_events_list .eventon_list_event .evcal_desc em, .evo_pop_body .evcal_desc em{font-weight:normal;margin-bottom:3px;}
.eventon_events_list .eventon_list_event .evcal_desc em.evcal_alldayevent_text{text-transform:capitalize;}
.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{padding:4px 6px;border-radius:5px;background-color:#237dbd;color:#fff;cursor:pointer;display:inline-block;}
.evcal_desc .evcal_desc3 em.evocmd_button:hover{opacity:0.5;}
.eventon_events_list .eventon_list_event .evcal_desc .evcal_location, 
.evo_pop_body .evcal_desc .evcal_location,
.eventon_events_list .eventon_list_event .evcal_desc .evcal_time, 
.evo_pop_body .evcal_desc .evcal_time{font-style:normal;padding-left:15px;margin-right:5px;position:relative;display:inline-block;}
.evcal_location .event_location_name{font-style:normal;}
.eventon_events_list .eventon_list_event .evcal_desc .evcal_time::before, 
.evo_pop_body .evcal_desc em.evcal_time::before{content:"\f017";}
.eventon_events_list .eventon_list_event .evcal_desc .evcal_location, .evo_pop_body .evcal_desc .evcal_location{display:inline-block;}
.eventon_events_list .eventon_list_event .evcal_desc .evcal_location::before, 
.evo_pop_body .evcal_desc em.evcal_location::before{content:"\f041";}
.eventon_events_list .eventon_list_event .evcal_desc .evcal_time::before, 
.evo_pop_body .evcal_desc em.evcal_time::before,
.eventon_events_list .eventon_list_event .evcal_desc .evcal_location::before, 
.evo_pop_body .evcal_desc em.evcal_location::before{position:absolute;left:0;top:3px;display:inline-block;font-family:'evo_FontAwesome';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.eventon_events_list .eventon_list_event .event_description{background-color:#eaeaea;border-left:1px solid #e5e5e5;position:relative}
.eventon_events_list .eventon_list_event .event_description, .eventon_events_list .eventon_list_event .event_description .evcal_desc_top{border-bottom:1px solid #e5e5e5}
.eventon_events_list .eventon_list_event .event_description p{float:none;}
.eventon_events_list .eventon_list_event .event_description .evcal_eventbrite, .eventon_events_list .eventon_list_event .event_description .evcal_desc_top{padding:5px 8px;margin-top:4px;}
.event_description p{font-family:arial}
#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput{padding:2px 5px;border:1px solid #ddd;color:#888;font-style:italic;font-size:13px;background-color:transparent;}
body .evorow.loading:before, body .evorow.evoloading:before, body .evoloading:before{content:"";background:url(//www.adultpress.com.au/wp-content/plugins/eventON/assets/images/evo-loader.gif) rgba(245, 245, 245, 0.71) center center no-repeat;position:absolute;top:0;left:0;width:100%;height:100%;z-index:50;display:block;}
body .evorow.loading, body .evorow.evoloading, body .evoloading{position:relative;}
.evo_metarow_gmap img{}
#evcal_list .eventon_list_event .event_description .evcal_gmaps{margin-top:0px;width:100%;height:200px;max-width:none;}
.evo_pop_body .evcal_gmaps *{max-width:none;}
#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{padding:0px;background-color:#fff;}
#evcal_list .evorow.getdirections form, .evo_pop_body .evorow.getdirections form{margin:0;}
#evcal_list .evorow.getdirections p, .evo_pop_body .evorow.getdirections p{position:relative;margin:0;overflow:hidden;}
#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{width:100%;font-size:16px;border:none;padding:8px 20px;margin:0;}
#evcal_list .evorow.getdirections .evcalicon_9, .evo_pop_body .evorow.getdirections .evcalicon_9{display:inline-block;cursor:pointer;position:absolute;right:0;top:0;border:none;color:#858585;font-size:18px;background:transparent;height:100%;}
#evcal_list .evorow.getdirections .evcalicon_9:hover, .evo_pop_body .evorow.getdirections .evcalicon_9:hover{opacity:0.7}
.evcal_evdata_row .evcal_evdata_custometa_icons{display:block;position:absolute;padding:0;width:31px;height:30px;}
.evcal_evdata_row .evcal_evdata_icons, 
.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_icons{display:block;position:absolute;padding:0;width:31px;height:30px;}
.evcal_evdata_row h3 .evcal_evdata_icons{display:none;}
.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{font-weight:normal;text-transform:uppercase;letter-spacing:normal;line-height:100%;float:none;}
.evcal_evdata_row{padding:25px;position:relative}
.evo_metarow_directimg,.evcal_evdata_row{background-color:#f5f5f5;}
.evcal_evdata_row.evo_metarow_ICS{padding:20px 25px;}
.evcal_evdata_row.evo_metarow_socialmedia{padding:15px;}
.evo_metarow_socialmedia .evo_sm{display:inline-block;height:50px;text-align:center;}
.evo_metarow_socialmedia a.evo_ss{display:block;height:50px;width:50px;background-color:#f5f5f5;border-radius:50%;margin:0 5px;}
#evcal_widget .evo_metarow_socialmedia a.evo_ss i{font-size:15px;}
#evcal_widget .evo_metarow_socialmedia .evo_sm{width:40px;height:40px;}
.evo_metarow_socialmedia a.evo_ss:hover{background-color:#909090;}
.evo_metarow_socialmedia a.evo_ss:hover i{color:#fff;}
.evo_metarow_socialmedia a.evo_ss i{margin-top:15px;font-size:20px;color:#909090;display:inline-block;}
.evo_fc_widget .evo_metarow_socialmedia .evo_sm{height:35px;width:40px;}
.evo_fc_widget .evo_metarow_socialmedia .evo_sm a{}
.evo_fc_widget .evo_metarow_socialmedia .evo_sm i{margin-top:8px;font-size:18px;}
@media (max-width: 480px){
.evo_metarow_socialmedia .evo_sm{height:35px;width:40px;}
.evo_metarow_socialmedia a.evo_ss i{font-size:18px;margin-top:8px;}
} #evcal_list .eventon_list_event .evcal_eventcard .evo_ics, .evo_pop_body p.evo_ics{padding:10px 0;margin:0;position:relative;}
.evo_pop_body p.evo_ics{padding:5px 0 10px;}
.evcal_eventcard .evo_ics.evcal_col50, #evcal_list .eventon_list_event .evcal_eventcard .evo_ics.evcal_col50{padding:0;margin:0;vertical-align:top;}
.evcal_eventcard .evo_ics.evcal_col50 a{padding-top:12px;display:inline-block;}
.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p, .evo_metarow_ICS .evcal_evdata_cell p{margin:0;padding:0;}
.evo_metarow_ICS .evcal_evdata_cell p a, .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a{text-transform:uppercase;font-style:normal;font-size:14px;color:#6B6B6B;padding-right:15px;padding-top:0;margin-top:3px;display:inline-block;}
.evo_metarow_ICS .evcal_evdata_cell p a:hover, .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a:hover{opacity:0.6}
.evo_metarow_learnMICS .evcal_col50 i.fa{margin-top:5px;}
.evo_clik_row.evcal_evdata_row{display:block;border-bottom:none;}
.evo_clik_row .evcal_evdata_row, .evo_clik_row.evcal_evdata_row{display:block;padding:20px 25px;margin:0;}
.evo_clik_row .evcal_evdata_row{background:transparent}
.evo_clik_row .evo_h3{padding:5px 0 5px 30px;color:#6B6B6B;font-size:16px;line-height:110%;letter-spacing:normal;text-transform:uppercase;margin:0}
.evorow.tb, .evorow .tb{display:table;width:100%;background-color:#f5f5f5}
.evorow.tb .evcal_col50, .evorow .tb .evcal_col50{display:table-cell;float:none}
.evorow.tb .tbrow, .evorow .tb .tbrow{display:table-row;}
.evorow.lastrow{padding-right:55px}
.dark1{background-color:#efefef;}
.dark1:hover{background-color:#e8e8e8;text-decoration:none}
.evorow{position:relative}
.event_description .evcal_close:hover{background-color:#c7c7c7;}
.event_description .evcal_close{padding:0;background:#eaeaea url(//www.adultpress.com.au/wp-content/plugins/eventON/assets/images/close_arrow.png) center center no-repeat;position:absolute;bottom:0;right:0;width:60px;height:100%;cursor:pointer;}
.evo_pop_body .evorow.lastrow{padding-right:0}
.evo_pop_body .evcal_close.evcal_evdata_row{display:none}
.evortl #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, 
.evortl .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info, 
.evortl.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info, 
.evortl .eventon_events_list .eventon_list_event .evcal_desc span,
.evortl.eventon_events_list .eventon_list_event .evcal_desc span,
.evortl .evcal_evdata_row .evcal_evdata_cell h3,
.evortl .eventon_events_list .eventon_list_event .evcal_desc,
.evortl.eventon_events_list .eventon_list_event .evcal_desc,
.evortl #evcal_list .eventon_list_event .evcal_eventcard p,
.evortl .evcal_evdata_row .evcal_evdata_cell,
.evortl #evcal_list .eventon_list_event p.no_events{text-align:right;}
.evortl .eventon_events_list .eventon_list_event .evcal_desc, .evortl.eventon_events_list .eventon_list_event .evcal_desc{padding-right:80px;padding-left:15px;}
.evortl.eventon_events_list .eventon_list_event .evcal_cblock,
.evortl .eventon_events_list .eventon_list_event .evcal_cblock{right:0;left:auto;}
.evortl.eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock{right:90px;}
.evortl.eventon_events_list .eventon_list_event .hasFtIMG .evcal_desc{padding-right:170px;}
.evortl.eventon_events_list .eventon_list_event .hasFtIMG .ev_ftImg{right:0;margin-right:10px;}
.evortl .evcal_desc .evcal_desc3 em{float:none;display:inline-block;}
.evortl .evcal_evdata_row .evcal_evdata_cell{padding-right:45px;padding-left:0;}
.ajde_evcal_calendar.evortl .calendar_header p.evo_arrows{float:right;padding-right:10px;}
.evortl #evcal_cur{float:right;}
.evortl .evo_sort_btn{display:block;text-align:right;height:25px;padding-top:5px;}
.evortl.ajde_evcal_calendar .eventon_sort_line, .evortl.ajde_evcal_calendar .eventon_filter_line{float:right;}
.evortl.ajde_evcal_calendar .eventon_filter_line{border-left:none;border-right:1px solid #c4c4c4;margin-right:10px;}
.evortl .eventon_filter_line .eventon_filter{float:right;}
.evortl .eventon_events_list .eventon_list_event .evcal_desc .evcal_location, 
.evortl .evo_pop_body .evcal_desc .evcal_location, 
.evortl .eventon_events_list .eventon_list_event .evcal_desc .evcal_time, 
.evortl .evo_pop_body .evcal_desc .evcal_time{padding-left:0;padding-right:15px;margin-right:0;margin-left:5px;}
.evortl .eventon_events_list .eventon_list_event .evcal_desc .evcal_time::before, 
.evortl .evo_pop_body .evcal_desc em.evcal_time::before, 
.evortl .eventon_events_list .eventon_list_event .evcal_desc .evcal_location::before, 
.evortl .evo_pop_body .evcal_desc em.evcal_location::before{left:auto;right:0;}
.evortl #evcal_list{border-left:1px solid #e5e5e5;}
.evortl #evcal_list .eventon_list_event ul, .evortl .evo_pop_body ul{direction:rtl;}
.evortl #evcal_list .eventon_list_event li, .evortl .evo_pop_body li{direction:rtl;margin-right:20px;}
.evortl .evcal_evdata_row .evcal_evdata_icons, .evortl .evcal_evdata_row .evcal_evdata_custometa_icons{right:0;}
.evortl .event_description .evcal_close{left:0;}
.evortl .evo_metarow_ICS .evcal_evdata_cell p a, 
.evortl .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a{padding-right:0;padding-left:15px;}
.evortl #evcal_list .evorow.getdirections .evoInput, 
.evortl .evo_pop_body .evorow.getdirections .evoInput{padding-right:50px;text-align:right;}
.evortl .eventon_events_list .evo_metarow_organizer .evo_card_organizer_image, 
.evortl .evo_pop_body .evo_metarow_organizer .evo_card_organizer_image{float:right;margin-left:10px;}
.evortl .evo_metarow_socialmedia a.evo_ss{text-align:center;}
.evortl.evo_lightbox .evolbclose{left:0;right:auto;margin:-14px 0 0 -14px;}
.evortl.evo_lightbox .evcal_desc{padding:3px 80px 0 15px;text-align:right;}
.evortl.evo_lightbox .evcal_cblock{right:0;left:auto;}
.evortl.evo_lightbox .evo_clik_row .evo_h3{text-align:right;padding:5px 45px 5px 0;}
.evortl .eventon_events_list .eventon_list_event .desc_trig:hover{border-right-style:solid;border-right-width:7px;border-left-width:0px;}
.evortl .eventon_events_list .eventon_list_event .evcal_list_a{border-right-style:solid;border-right-width:3px;border-left-width:0px;}
.evortl.evo_lightbox .evoTX_wc .quantity{float:right;margin:0 0 0 10px;}
.evortl.evo_lightbox .evo_metarow_socialmedia .evo_sm{float:right;}
.evortl .evo_search_bar input{text-align:right;}
.eventon_main_section .evortl .evorow.lastrow{padding-left:0;padding-right:15px;}
.evortl.evoEL .calendar_header p{text-align:right;display:block;width:100%;}
.evortl.evoEL .evcal_month_line p{text-align:right;}
.evortl.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_desc span.evocd_timer span, 
.evortl.evo_lightbox .evcal_desc span.evocd_timer span{float:right;margin-right:0;margin-left:5px;}
.evortl .evo_metarow_socialmedia .evo_sm{float:right;}
.evcal_evdata_row .evcal_evdata_cell >*{margin:0;}

.evcal_evdata_cell h2 b, .evcal_evdata_cell h3 b{font-weight:300}
.evcal_evdata_row .evcal_evdata_cell h2{color:#808080;font-size:18px;}
.evcal_evdata_row .evcal_evdata_cell h2.bash{font-weight:bold}
.evcal_evdata_row .evcal_evdata_cell h3{color:#808080;font-size:16px;margin:0;padding-bottom:8px;font-weight:700;}
.evcal_evdata_row .evcal_evdata_cell a.evo_cusmeta_btn.evcal_btn{margin-top:8px;}
.evcal_evdata_row .evcal_evdata_cell a{border:none;padding:0;}
.evcal_evdata_row .evcal_evdata_cell, .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell{padding-left:30px;min-height:25px}
.evcal_evdata_row .evcal_evdata_cell .evo_custom_content p{margin:0;}
.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p{font-style:normal;font-size:13px;margin-bottom:5px;}
.evcal_evdata_row .evcal_evdata_cell p{font-style:italic;font-size:11px;line-height:140%;}
.evcal_col50{width:50%;float:left}
.evcal_evdata_row i.fa{display:block;}
.ajde_evcal_calendar .eventon_events_list .evo_metarow_organizer .evo_card_organizer_image, .evo_pop_body .evo_metarow_organizer .evo_card_organizer_image{display:inline-block;margin-right:10px;float:left;}
.evo_metarow_organizer .evo_card_organizer{display:inline-block;}
.evo_metarow_organizer .evo_card_organizer_image img{border-radius:5px;height:80px;}
#evcal_list .eventon_list_event .evo_metarow_organizer .evo_card_organizer_name, .evo_pop_body .evcal_evdata_row.evo_metarow_organizer .evo_card_organizer_name{display:inline-block;font-size:16px;margin-bottom:0;margin-top:5px;}
#evcal_list .eventon_list_event .evo_metarow_organizer .evo_card_organizer_name span.evo_card_organizer_name_t, .evo_pop_body .evo_metarow_organizer .evo_card_organizer_name span.evo_card_organizer_name_t{font-size:16px;font-style:normal;}
#evcal_list .eventon_list_event .evo_metarow_organizer .evo_card_organizer_name span, 
.evo_pop_body .evo_metarow_organizer .evo_card_organizer_name span{display:block;font-size:13px;}
#evcal_list .eventon_list_event .evo_metarow_organizer .evo_card_organizer_name span.oe_displaynone, 
.evo_pop_body .evo_metarow_organizer .evo_card_organizer_name span.oe_displaynone{display:none;}
.evo_pop_body .evcal_evdata_row.evo_metarow_organizer .evcal_evdata_cell p.evo_card_organizer_image{margin-right:15px;}
.evcal_evdata_img{height:70px;}
.evcal_evdata_img{width:100%;overflow:hidden;background-repeat:no-repeat;background-position:50% 50%;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;position:relative;}
.evcal_evdata_img:hover{background-position:50% 50%;}
.evcal_evdata_img.evo_imghover:hover{background-position:50% 45%;}
.evcal_evdata_img.evo_imgCursor:hover{cursor:url(//www.adultpress.com.au/wp-content/plugins/eventON/assets/images/zoom.png), auto;}
.evo_metarow_directimg img{width:100%;height:auto;display:block;}
@media (max-width:680px){
.evo_metarow_fimg.evcal_evdata_img{height:125px;}
} .evo_metarow_locImg{background-repeat:no-repeat;background-position:50% 50%;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;position:relative;width:100%;overflow:hidden;text-align:center;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;}
.evo_metarow_locImg.tvi::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:-moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 98%, rgba(0,0,0,1) 100%);background:-webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,1) 98%,rgba(0,0,0,1) 100%);background:linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,1) 98%,rgba(0,0,0,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );0;height:100%;width:100%;z-index:2;opacity:0.6;transition:all 0.3s;}
#evcal_list .eventon_list_event .evo_metarow_locImg p.evoLOCtxt, 
.evo_lightbox .evo_metarow_locImg p.evoLOCtxt{color:#fff;font-size:18px;text-transform:uppercase;padding:15px 30px 30px;margin:0;width:100%;z-index:5;position:absolute;bottom:0px;transition:all 0.3s;}
.eventon_list_event .evo_metarow_locImg p.evoLOCtxt span, 
.evo_lightbox .evo_metarow_locImg p.evoLOCtxt span{display:block;text-align:center;text-transform:none;font-style:italic;opacity:0.8;font-size:14px;}
.eventon_list_event .evo_metarow_locImg p.evoLOCtxt span.evo_loc_text_title{text-transform:uppercase;font-style:normal;font-size:16px;opacity:1;}
.eventon_list_event .evo_metarow_details .eventon_full_description p{padding-bottom:8px}
.eventon_full_description .eventon_desc_in{overflow-wrap:break-word;word-wrap:break-word;text-overflow:ellipsis;}
#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .eventon_events_list .evcal_event_subtitle{line-height:120%;padding-bottom:3px;}
#evcal_list .eventon_list_event .event_description .evcal_desc_buy_tix a{color:#fff;background:#949494;padding:3px 10px;border:none;display:inline-block}
#evcal_list .eventon_list_event .event_description .evcal_desc_buy_tix a:hover{background:#4F4F4F}
.eventon_list_event .event_description p, 
.evcal_list_a .event_description li, 
.evo_pop_body .evcal_evdata_row .evcal_evdata_cell p{font-size:13px;color:#656565;margin:0;}
.evo_repeat_series_dates span{display:inline-block;margin-right:5px;border-radius:5px;background-color:#dedede;padding:3px 10px;font-style:normal;margin-top:5px;text-transform:uppercase;}
.evo_repeat_series_dates.clickable span{cursor:pointer;}
.evo_repeat_series_dates.clickable span:hover{background-color:#d2d2d2}
#evcal_list .eventon_list_event .event_description .evcal_desc_top{background-color:#e4e4e4;}
#evcal_list .eventon_list_event .event_description .evo_metarow_details ul{padding-bottom:5px;list-style-type:disc;}
#evcal_list .eventon_list_event .event_description li{padding-bottom:10px}
.evcal_event_details .evcal_evdata_cell.shorter_desc{height:150px;overflow:hidden;}
.evcal_event_details .evcal_evdata_cell{position:relative}
.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot p.eventon_shad_p{margin-top:35px;}
.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{
background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); background: -webkit-linear-gradient(top,  rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); background: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); background: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); background: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00{$_grad_hex}', endColorstr='#{$_grad_hex}',GradientType=0 ); position:absolute;
bottom:0; left:0; height:60px;
width:100%;
z-index: 1;
}
.eventon_details_shading_bot p:hover, .eventon_list_event .eventon_details_shading_bot p:hover{opacity:1}
.eventon_details_shading_bot p, .eventon_list_event .eventon_details_shading_bot p{
opacity:0.5;
margin-top:40px;
text-align:center;
cursor:pointer;
}
.eventon_details_shading_bot p span.ev_more_arrow.less{background-position:-8px 0}
.eventon_details_shading_bot p span.ev_more_arrow{
background:url(//www.adultpress.com.au/wp-content/plugins/eventON/assets/images/evo_more_details_arrow.png) top left no-repeat;
height:6px; width:8px;	
margin-left:9px;
}
.eventon_details_shading_bot p span{display:inline-block;} .evorow.evo_metarow_mdt .evomdt_subtitle{padding-bottom: 10px;}
.evorow .evomdt_item img{
max-width: 100%; height: auto;
padding-bottom: 10px; margin: 0;
}
.evorow .evomdt_item{
padding-bottom: 10px;
}
.evorow .evomdt_data.grid{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items:center;
flex-wrap:wrap;
}
.evorow .evomdt_data.grid .evomdt_item{
flex-basis: 50%;
text-align: center;
border: 15px solid transparent;
}
.evomdt_item p span{
display: inline-block;
padding-right: 5px;
opacity: 0.6;
} .ajde_evcal_calendar .evcal_month_line p{
padding:8px 0 5px;
color: #c6c6c6;
font-size: 24px;
text-transform: uppercase;
min-height: 24px;
line-height: 100%;
margin: 0;
border-bottom: 1px solid #e5e5e5;
}
.ajde_evcal_calendar.ul .evcal_month_line p{border-bottom: none;} .evo_tab_view ul.evo_tabs{
list-style: none;
margin: 0; padding: 0;
}
.evo_tab_view ul.evo_tabs:after{content:""; clear:both; display:block;}
.evo_tab_view ul.evo_tabs li{
float: left;
display: block;
text-transform: uppercase;
padding: 3px 8px;
border:1px solid #DEDEDE;
margin-bottom: -1px;
color: #C3C3C3;
cursor: pointer;		
}
.evo_tab_view ul.evo_tabs li:first-child{margin-left: 5px;}
.evo_tab_view ul.evo_tabs li.selected{
background-color: #F3F3F3;color: #A0A0A0;
}
.evo_tab_view ul.evo_tabs li:hover{background-color:#F3F3F3 }
.evo_tab_container{
padding: 5px 15px 15px;
border:1px solid #DEDEDE;
border-radius: 5px;
position: relative;
}
.evo_tab_container .evo_tab_section{
position: relative;
width: 100%;		
}
.evo_tab_container .evo_tab_section.hidden{opacity:0; height: 0}
.evo_tab_container .evo_tab_section.visible{opacity: 1;}
.evo_tab_section .evo_month_title{clear: both;}  .evo_widget .eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_widget .evo_pop_body .evcal_desc span.evo_above_title span{padding: 1px 5px; font-size: 10px;}
#evcal_widget .evortl .eventon_events_list .eventon_list_event .evcal_desc{padding-left: 0px;
padding-right: 65px;
}
#evcal_widget .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info em{
color:#9b9999;
font-weight:normal;
}
#evcal_widget .eventon_events_list .eventon_list_event .evcal_desc.hide_eventtopdata .evcal_event_types, 
#evcal_widget .evcal_evdata_row .hide_eventtopdata .evcal_evdata_custometa_icons{
display:none;
}	
#evcal_widget .ajde_evcal_calendar .calendar_header{
padding-bottom:5px;
min-height:inherit;
}
#evcal_widget a{font-weight:normal}
#evcal_widget .event_description .evcal_evdata_row p{
line-height:130%;
font-size:11px;
}
#evcal_widget .event_description .evcal_evdata_row.evo_metarow_socialmedia  {padding: 0;}
#evcal_widget .event_description .evcal_evdata_row {
padding:15px 15px;
}
#evcal_widget .event_description .evcal_evdata_row.evcal_close{
padding:0px;
width:35px;
}
#evcal_widget .evorow.lastrow{
padding-right:35px;
}
#evcal_widget .event_description .evcal_evdata_row .evcal_evdata_icons, 
#evcal_widget .evcal_evdata_custometa_icons,
#evcal_widget .evcal_evdata_icons{
display:none;
}
#evcal_widget .evo_clik_row .evo_h3, #evcal_widget .tb .evo_clik_row{
padding:0px;	
}
#evcal_widget .tb .evo_clik_row.evcal_col50{
border-bottom:none
}
#evcal_widget .evo_clik_row {padding:5px 15px;}
#evcal_widget .event_description .evcal_evdata_row .evcal_evdata_cell{padding-left:0px}
#evcal_widget .event_description .evcal_evdata_row .evcal_evdata_cell h2{font-size:16px}
#evcal_widget .event_description .evcal_evdata_row .evcal_evdata_cell h3, #evcal_widget .evo_clik_row .evo_h3{
font-size:14px}
#evcal_widget .event_description .evcal_col50{
float:none;
border-bottom: 1px solid #CDCDCD;
}
#evcal_widget .event_description .eventbrite .evcal_col50{
width:100%;
}
#evcal_widget .event_description .evcal_col50 .bordr{border-right:none}
#evcal_widget .eventon_events_list .evcal_desc2{line-height:120%; font-size:14px}
#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle{line-height:120%; font-size:12px}
#evcal_widget .ajde_evcal_calendar .calendar_header p{font-size:18px}
#evcal_widget .ajde_evcal_calendar #evcal_prev{margin-right:8px}
#evcal_widget .ajde_evcal_calendar #evcal_next{margin-left:8px}
#evcal_widget #evcal_sort_bar ul .sort_title{padding:8px 5px 0 0 }
#evcal_widget #evcal_sort_bar ul p{font-size:13px; }
#evcal_widget .eventon_events_list .evcal_cblock{font-size:24px;padding:3px 5px 5px 8px}
#evcal_widget .eventon_events_list .eventon_list_event .evcal_desc, #evcal_widget .eventon_events_list .eventon_list_event .no_val.hasFtIMG .evcal_desc{padding-left:55px; padding-right:10px} #evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc{padding-left: 100px;}
#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc{padding-left: 120px;}
#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_desc{
padding-left: 80px;
}	
#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg{margin: auto 0 auto 10px; height: 50px;width: 50px;}
#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock{left: 60px;}
#evcal_widget .eventon_events_list .eventon_list_event .evcal_cblock span{font-size:10px}
#evcal_widget .evcal_cblock .evo_date .start em{font-size: 10px;}
#evcal_widget .evcal_cblock .evo_date .end em{font-size: 8px;}
#evcal_widget .eventon_events_list .eventon_list_event .evcal_cblock span.start{font-size:18px}
#evcal_widget #evcal_list .eventon_list_event .evcal_list_a{padding:5px 0}
#evcal_widget #evcal_head .evcal_arrows{
margin-top:0px;
height: 20px;
width: 20px;
position: relative;
line-height: 100%
}
#evcal_widget #evcal_head .evcal_arrows .fa{
font-size: 12px; 
position: absolute;
margin-top: 3px;
left:7px;
}
#evcal_widget #evcal_head #evcal_prev {margin-right:2px; }
#evcal_widget #evcal_head #evcal_next {margin-left:2px;}
#evcal_widget #evcal_head #evcal_next:hover{
background-position:-24px 20px;
}
#evcal_widget #evcal_head a{
margin-top:0px;
padding:0
}
#evcal_widget #evcal_head{min-height:auto; padding-bottom:0px}
#evcal_widget #evcal_cur{
line-height:100%;
height:auto
}
#evcal_widget #evcal_list .eventon_list_event .evo_metarow_organizer .evo_card_organizer_name span.evo_card_organizer_name_t{font-size: 12px;} .evopopclose, .evolbclose{
position:absolute;
top:0;right:0;
z-index:90001;
margin:-14px -14px 0 0 ;
color:#666666;
background-color:#000;
border-radius:50%;
padding:5px;
height:28px;width:28px;
text-align:center;
line-height:90%;
font-size:28px;
cursor:pointer;
font-weight:300;
box-sizing:content-box;	
-moz-box-sizing:content-box;	
}
.evopopclose:hover, .evolbclose:hover{text-decoration:none;color:#cfcfcf;}
.evolbclose{	text-indent: -9999px;	}
.evolbclose:hover{background-color:#cfcfcf }
.evolbclose:before, .evolbclose:after{
position: absolute;
left: 18px;
top: 9px;
content: ' ';
height: 50%;
width: 2px;
background-color: #666666;
}
.evolbclose:before {transform: rotate(45deg);}
.evolbclose:after {transform: rotate(-45deg);}
.evo_lightbox_body .bordb{border-bottom: 1px solid #cdcdcd;}
.evo_lightbox_body .evcal_gmaps{
margin-top: 0px;
width: 100%;
height: 200px;
}
.evopop_top{padding:10px 0; min-height:80px;border-bottom:1px solid #e4e4e4;}
.evopop_top .ev_ftImg{display:none;}
.evopop_top .evcal_cblock em.evo_time{display: none;}	
.evopop_top .evcal_desc.yrl{padding-left: 13px;} .evo_lightbox{
overflow-x: hidden;
overflow-y: auto;
background-color: rgba(61, 61, 61, 0.8);
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 950000;
padding-right: 17px;
padding-left: 17px;
}
.evo_content_in{
display: table;
height: 100%;
width: 100%;
}
.evo_content_inin{
display: table-cell;
vertical-align: middle;
position: relative;
width: 600px;
margin: 40px auto;
}
.evo_lightbox_content{
width: 100%;
margin: 60px auto;
max-width: 650px;
position: relative;
}
.evo_lightbox .evo_lightbox_body{
background-color: transparent;
border-radius: 5px;
overflow: hidden;
}
.evo_lightbox .evo_lightbox_body p.loading_content{text-align: center;padding: 80px;}
.evo_lightbox .evo_lightbox_body p.loading_content:before{content:". . .";display: block;}
.evo_lightbox .evcal_cblock .evo_time{display: none;}
.evo_lightbox .bordb{border-bottom: 1px solid #cdcdcd;	}
.evo_lightbox.eventcard .evo_lightbox_body{background-color: #fff; border-radius: 5px; overflow: hidden;}
.evo_lightbox .evopop_top .ev_ftImg{display: none;}
.evo_lightbox ul{list-style:none; padding: 0; margin: 0;		}
.evo_lightbox .eventon_desc_in ul{
margin-left: 20px;
list-style:disc;
padding: 10px 0;
}
body.evo_overflow{overflow: hidden;}
html.evo_overflow{overflow-y:initial;overflow-x:initial;} .evo_lightbox{
opacity: 0;
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
visibility: hidden;
}
.evo_lightbox.show{
opacity: 1;
visibility: visible;
}
.evo_lightbox_content{
-webkit-transform: translateY(20%);
-moz-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
opacity: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.evo_lightbox.show .evo_lightbox_content{
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
color:#808080;
} .ajde_evcal_calendar.boxy #eventon_loadbar_section, .ajde_evcal_calendar.boxy #evcal_list{
border-color:transparent;
overflow: hidden;
border-radius: 5px
}
.ajde_evcal_calendar.boxy .eventon_list_event, .ajde_evcal_calendar.boxy .evoShow_more_events{
width: 50%;
float: left;		
height: 200px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-ms-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
}
.ajde_evcal_calendar.boxy .evoShow_more_events{
line-height: 230px;
position: relative;
}
.ajde_evcal_calendar.boxy .evoShow_more_events:before{
content:"+";
position: absolute;
text-align: center;
font-size: 42px;
width: 100%;
left: 0;
top: 0;
margin-top: -30px;
}
.ajde_evcal_calendar.boxy.boxstyle0 .eventon_list_event .evcal_list_a {
text-align: left;
padding: 20px 0 15px;		
border:none;		
background:none;
position: relative;
z-index: 6;
}
.ajde_evcal_calendar.boxy .eventon_list_event .evcal_list_a .evcal_block span{
vertical-align: bottom;
float: none;
}
.ajde_evcal_calendar.boxy .eventon_events_list .eventon_list_event .desc_trig:hover{background-color: transparent;}
.ajde_evcal_calendar.boxy .eventon_events_list .eventon_list_event .evcal_list_a.featured_event{
background-color: transparent;
}
.ajde_evcal_calendar.boxy.boxstyle0 #evcal_list .eventon_list_event .evcal_cblock,
.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title,
.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle,
.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .evcal_desc em,
.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .eventon_list_event .evcal_desc .evcal_desc_info,
.ajde_evcal_calendar.boxy .eventon_events_list .eventon_list_event .evcal_cblock em.evo_day
{color: #fff;}
.ajde_evcal_calendar.boxy #evcal_list .evcal_list_a:after{background-color: transparent;}
.ajde_evcal_calendar.boxy.boxstyle0 #evcal_list .eventon_list_event .desc_trig, 
.ajde_evcal_calendar.boxy.boxstyle0 #evcal_list p.desc_trig_outter{
height: 100%;
position: relative;	
box-sizing:border-box;		
}
.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.cancel_event:before, 
.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.featured_event:before{
content:"";
background-color: #000;
width: 100%; height: 100%;
display: block;
top: 0;
position: absolute;
z-index: -5;
opacity: 0.3
}
.ajde_evcal_calendar.boxy .evcal_cblock{height: 50px;}
.ajde_evcal_calendar.boxy .eventon_list_event:hover{ opacity: 0.5;}
.ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg:hover{ opacity: 1;}
.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig .evcal_cblock{width: auto;height: auto;} .ajde_evcal_calendar.boxy.boxstyle1 .eventon_list_event .evo_above_title{
position: absolute;
top: 10px;
left: 10px;
z-index: 94;
}
.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title{
overflow-wrap: break-word;
word-wrap: break-word;
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;}
.ajde_evcal_calendar.boxy.boxstyle1 .evo_boxtop{
width: 100%;
height: 200px;
position: absolute;
z-index: 90;
pointer-events:none;
}
.ajde_evcal_calendar.boxy.boxstyle1 .eventon_list_event:hover .evo_boxtop{opacity: 0.6;}
.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_cblock{
height: 70px;
}
.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, 
.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, 
.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc em, 
.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .eventon_list_event .evcal_desc .evcal_desc_info{
color: #6F6F6F;
}
.ajde_evcal_calendar.boxy.boxstyle1 .eventon_list_event{
height: 310px;
overflow: hidden;
border-radius: 5px;
border: 2px solid transparent;
}
.ajde_evcal_calendar.boxy.boxstyle1 .eventon_list_event.hasbgimg::after,		
.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .desc_trig.cancel_event:before, 
.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .desc_trig.featured_event:before{
display:none;} .ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.hasFtIMG .evcal_cblock{left: 0;}
.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.hasFtIMG .evcal_desc{
padding-left: 15px;
}
.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.hasFtIMG span.ev_ftImg{
position: absolute;
margin: 0; top: 0;
width: 100%;
z-index: -10;
background-position: center center;
height: 100%; max-height: 100%;
border-radius:0px;
}
.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.hasFtIMG span.ev_ftImg:before{
content:"";
background-color: #000;
width: 100%;height: 100%;
position: absolute;
top: 0;left: 0;
opacity: 0.4;
}
.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.hasFtIMG:hover span.ev_ftImg:before{
opacity: 0.2
} .ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg, .ajde_evcal_calendar.boxy.boxstyle1 .evo_boxtop{
background-repeat: no-repeat;
background-position: 50% 50%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}		
.ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg::after{
content:"";
background-color: #5F5F5F;
height: 100%; width: 100%;
position: absolute;
z-index: 3;
top: 0;left: 0;bottom: 0;right: 0;
opacity: 0.2;
}
.ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg:hover::after{opacity: 0.7;}
.ajde_evcal_calendar.boxy.boxstyle0 .eventon_events_list .eventon_list_event .evcal_cblock{
position: relative;
display: block;
padding: 0 0 0 15px;
}
.ajde_evcal_calendar.boxy .eventon_events_list .eventon_list_event .sin_val .evcal_cblock{
width: 38px;
}	
.ajde_evcal_calendar.boxy .eventon_list_event .evcal_desc span.evcal_event_types em, .ajde_evcal_calendar.boxy .eventon_list_event .evcal_desc span.evcal_event_types{
line-height: 13px
}
.ajde_evcal_calendar.boxy .eventon_list_event .evcal_desc span.evcal_event_types  em{
display: inline-block;
float: none;
margin: 0;
}
.ajde_evcal_calendar.boxy .eventon_list_event .evcal_desc .evcal_desc3{
display: none;			
}
.ajde_evcal_calendar.boxy .evcal_list_a span.evcal_event_types.ett2, .ajde_evcal_calendar.boxy .evcal_list_a span.evcal_event_types.ett3, .ajde_evcal_calendar.boxy .evcal_list_a span.evcal_event_types.ett4, .ajde_evcal_calendar.boxy .evcal_list_a span.evcal_event_types.ett5{
display: none;			
}
.ajde_evcal_calendar.boxy.boxstyle0 .eventon_events_list .eventon_list_event .evcal_desc{
padding: 10px 15px; 
margin: 0;
} .ajde_evcal_calendar.boxy.box_1 .eventon_list_event, .ajde_evcal_calendar.boxy.box_1 .evoShow_more_events{width: 100%;}
.ajde_evcal_calendar.boxy.box_2 .eventon_list_event, .ajde_evcal_calendar.boxy.box_2 .evoShow_more_events{width: 50%;}
.ajde_evcal_calendar.boxy.box_3 .eventon_list_event, .ajde_evcal_calendar.boxy.box_3 .evoShow_more_events{width: 33.33%;}
.ajde_evcal_calendar.boxy.box_4 .eventon_list_event, .ajde_evcal_calendar.boxy.box_4 .evoShow_more_events{width: 25%;}
.ajde_evcal_calendar.boxy.box_5 .eventon_list_event, .ajde_evcal_calendar.boxy.box_5 .evoShow_more_events{width: 20%;}
.ajde_evcal_calendar.boxy.box_6 .eventon_list_event, .ajde_evcal_calendar.boxy.box_6 .evoShow_more_events{width: 16.67%;}
.ajde_evcal_calendar.boxy.box_7 .eventon_list_event, .ajde_evcal_calendar.boxy.box_7 .evoShow_more_events{width: 14.28%;} @media (max-width: 768px){
.ajde_evcal_calendar.boxy.box_3 .eventon_list_event, 
.ajde_evcal_calendar.boxy.box_4 .eventon_list_event, 
.ajde_evcal_calendar.boxy.box_5 .eventon_list_event,
.ajde_evcal_calendar.boxy.box_6 .eventon_list_event,
.ajde_evcal_calendar.boxy.box_7 .eventon_list_event
{width: 50%;}
}
@media (max-width: 650px){
.ajde_evcal_calendar.boxy .eventon_list_event{width: 100%;}
}
@media (max-width: 480px){
.ajde_evcal_calendar.boxy.box_2 .eventon_list_event, 
.ajde_evcal_calendar.boxy.box_3 .eventon_list_event, 
.ajde_evcal_calendar.boxy.box_4 .eventon_list_event, 
.ajde_evcal_calendar.boxy.box_5 .eventon_list_event,
.ajde_evcal_calendar.boxy.box_6 .eventon_list_event,
.ajde_evcal_calendar.boxy.box_7 .eventon_list_event
{width: 100%;}
} .evo_location_card .entry-content{
padding: 0px 60px;
}
.evo_location_card .evo_location_tax, .evotax_term_card .evotax_term_details{
background-color: #dcdcdc;
text-align: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
padding: 50px;
position: relative; z-index: 0;
border-radius: 5px 5px 0 0;
overflow: hidden;
}
.evo_location_card .evo_location_tax:after, .evotax_term_card .evotax_term_details:after{
content:"";
width: 100%; height: 100%;
top: 0;left: 0;
background-color: rgba(255, 191, 128, 0.89);
position: absolute;
z-index: 1;
}
.evo_location_card .evo_location_tax > *, .evotax_term_card .evotax_term_details >*
{z-index: 3; position: relative;}
.evo_location_card .evo_location_tax h2,
.evo_location_card .evo_location_tax p,
.evotax_term_card .evotax_term_details h2,
.evotax_term_card .evotax_term_details p{
padding: 0; margin: 0 0 5px;
}
.evo_location_card .evo_location_tax h2,
.evotax_term_card .evotax_term_details h2
{margin-bottom: 13px; text-transform: uppercase;}
.evo_location_card .evo_location_tax span, 
.evo_location_card .location_description p, 
.evo_organizer_card .organizer_description p,
.evotax_term_card .tax_term_description p,
.evotax_term_card .evotax_term_details span{
color: #fff;
padding: 3px 8px; display: inline;
border-radius: 5px;
}	
.evo_location_card .location_description p, 
.evo_organizer_card .organizer_description p{opacity: 0.8;display: block;}
.evotax_term_card h3.evotax_term_subtitle{
text-align: center;
padding:30px 10px; 
margin: 0 0 15px;
text-transform: uppercase;
font-size: 24px;
background-color: #F0F0F0;
color: #888888;
border-top: 1px solid #c1c1c1;
font-weight: bold;
border-radius: 0px 0px 5px 5px;
}
.evo_location_card .evo_location_map, .evotax_term_card .term_location_map{
width: 100%;	height: 250px;
}
.evo_location_card .location_circle, .evotax_term_card .term_image_circle{
border-radius: 50%;
overflow: hidden;
border:3px solid #fff;
height: 200px; width: 200px;
margin-bottom: 15px;
display: inline-block;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
}
.evotax_term_card .tax_term_name i{display: block; color: #fff;text-transform: uppercase;font-size: 18px;}
.evotax_term_card .tax_term_name span{font-weight: bold;}
.evotax_term_card .endborder_curves{border-radius: 5px;}
.evotax_term_card .ajde_evcal_calendar{padding-top: 30px;} .evo_widget .evo_cal_above span.evo-search{min-height:auto;}
.evo_cal_above .evo-search:before{
content:"\f002";
display: inline-block;
font-family: 'evo_FontAwesome';
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 12px;
}
.evo_cal_above .evo-search{position: relative;	}
.evo_search_results #evcal_head{display: none;}
.evo_search_results_count{
text-align: center;
margin: 0; padding: 8px 0;
}
.EVOSR_section .evosr_msg{
text-align: center;
font-style: italic;
padding: 8px 0;
}
.evo_search_bar{
height: 35px;
display: block;
overflow: hidden;
margin-top: 5px;
margin-bottom: 10px;
position: relative;
}
.evo_search_bar.hidden, .evo_search_bar.evo_hidden{display: none;}
.evo_search_bar_in{
position: absolute;	
bottom: 0;
width: 100%;
height: 35px;	
}
.evo_search_bar_in a.evosr_search_btn{
top: 4px; right: 10px;
height: 100%; font-size: 16px;
}
.evo_search_bar_in a.evosr_search_btn:hover{color: #cccccc;}
.evo_search_bar input:focus{border:none;}
.evo_search_bar input, .evo_search_bar input[type=text]{
background-color: #F2F2F2;
border:1px solid #EDEDED;
width: 100%;
padding:8px 15px;
font: 14px arial;
line-height: normal;
border-radius: 15px;
outline:none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.EvcalWidget .evo_search_bar input{padding: 5px 10px;}
.EvcalWidget .evo_search_bar a.evosr_search_btn{top: 1px;}
.evo_search_entry{}
.EVOSR_section .evosr_search_box{
position: relative;
overflow:hidden;
margin: 0; padding: 0;
}
.evosr_search_box  input{outline:none;}
.evosr_search_box  input::-webkit-input-placeholder {color: #b5b4b4; font-style: italic;}
.evosr_search_box  input::-moz-placeholder {color: #b5b4b4; font-style: italic;}
.evosr_search_box  input:-ms-input-placeholder {color: #b5b4b4; font-style: italic;}
.evosr_search_box  input:-moz-placeholder {color: #b5b4b4; font-style: italic;}
body .EVOSR_section input[type="text"]{
width: 100%;
border:1px solid #EDEDED;
border-radius: 20px;
padding: 8px 15px;
background-color: #F2F2F2;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 16px;
line-height: 1.5;
}
.EVOSR_section input:hover, .EVOSR_section input:focus,.EVOSR_section input:active, .evo_search_bar input:hover {border:1px solid #c5c5c5;outline:none;}
.EVOSR_section a.evo_do_search, a.evosr_search_btn{
position: absolute;
right: 15px;
top: 10px;
cursor: pointer;
z-index: 10;
box-shadow: none;
}
body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color: #3d3d3d;}
body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color: #bbbbbb;}
.evosr_blur_text{
position: absolute;
width: 100%;
top: 0; text-align: center;
padding-top: 10px;
opacity: 0;
z-index: 10;
pointer-events: none;
-webkit-transition: opacity 0.2s linear 0.2s;
-moz-transition: opacity 0.2s linear 0.2s;
transition: opacity 0.2s linear 0.2s;
}
.EVOSR_section.searching .evosr_blur_text{opacity: 1;}
.evosr_blur{
position: absolute;
width: 5px;
height: 5px;
right: 18px; top: 15px;
background-color: #f9d789;
display: block;
border-radius: 20px;
opacity: 0;
-webkit-transition: all 0.15s;
-moz-transition: all 0.15s;
transition: all 0.15s;
z-index: 5;
}
.evosr_blur_process{
position: absolute;
background-color: #fff; 
border-radius: 20px;
width: 0%; opacity: 0;
height: 100%; top: 0; left: 50%;
z-index: 8;
display: block;
}
@keyframes searchprogress {
0% { opacity: 0; width:0%;left:50%;}
50% { opacity: 0.3; width:100%;left:0;}
70% { opacity: 0; width:100%;}
}
@-moz-keyframes searchprogress {
0% { opacity: 0; width:0%;}
50% { opacity: 0.3; width:100%;left:0;}
70% { opacity: 0; width:100%;}
}@-webkit-keyframes searchprogress {
0% { opacity: 0; width:0%;}
50% { opacity: 0.3; width:100%;left:0;}
70% { opacity: 0; width:100%;}
}@-o-keyframes searchprogress {
0% { opacity: 0; width:0%;}
50% { opacity: 0.3; width:100%;left:0;}
70% { opacity: 0; width:100%;}
}
.EVOSR_section.searching .evosr_blur_process{
animation: searchprogress 1.2s 0.2s infinite
-moz-animation: searchprogress 1.2s 0.2s infinite;
-webkit-animation: searchprogress 1.2s 0.2s infinite;
-o-animation: searchprogress 1.2s 0.2s infinite;
}
.EVOSR_section.searching .evosr_blur{
width: 100%;height: 100%;
right: 0;top: 0;
opacity: 1;
}
.evo_search_results_count span{
background-color: #d2d2d2; color:#fff;
border-radius: 8px;
padding: 5px 10px 7px;
display: inline-block;
text-align: center;
margin-right: 5px;
line-height: 100%;
font-style: italic;
}  .ajde_yn_btn {
background-color: #f3c991;
height: 24px;
width: 68px;
overflow: hidden;
display: inline-block;
cursor: pointer;
border-radius: 13px;
margin-top: 2px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
}
.ajde_yn_btn:hover{background-color:#fddcb1 }
.ajde_yn_btn.NO:hover{background-color:#e6e6e6 }
.ajde_yn_btn:hover .catchHandle{background-color: #fff;}
.ajde_yn_btn.NO{background-color: #dedede;		}
.ajde_yn_btn.absolute{position: absolute;}
.ajde_yn_btn_label{padding-left: 80px; line-height: 1.8;}
.ajde_yn_btn .btn_inner:before,.ajde_yn_btn .btn_inner:after, .btn_inner em{
top: 0;
position: absolute;		
padding: 4px 8px;
line-height: 90%;
}
.ajde_yn_btn .btn_inner em{
font-size: 12px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
line-height: 22px;
padding: 0 8px;
max-width: 45px;
width: 45px;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
font-style: normal;
font-weight: bold;
font-family: 'open sans',arial;
}
.ajde_yn_btn .btn_inner em.no{
left: 0;color: #ffffff;
}
.ajde_yn_btn .btn_inner em.yes{
right: 0;
color: #fff;
padding-right: 8px;
}
.ajde_yn_btn .btn_inner{
position: relative;
padding-left: 45px;
padding-right: 42px;
padding-top: 0;
height: 24px;
width: 110px;
display: block;
margin-left: -42px;
margin-top: 2px;
}	
.ajde_yn_btn.NO .btn_inner{margin-left: 0px;}
.catchHandle, .yesno_row .catchHandle{
background-color: #F9F9F9;
height: 20px;width: 20px;	
display: block;
padding-left: 0;
border-radius: 12px;
box-sizing: border-box;
position: relative;
}
.ajde_yn_btn .btn_inner, .catchHandle {
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-ms-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
}
.ajde_yn_btn.NO .catchHandle, .yesno_row .ajde_yn_btn.NO .catchHandle{border-color:#D9D7D7; background-color: #F9F9F9}
.evomb_body .ajde_yn_btn{border-color:#666666;}
.evomb_body .catchHandle{border-color:#9B9B9B;}
.yesno_row span.field_name, .yesno_row label{	padding-left: 80px; line-height: 1.8;}
.yesno_row .ajde_yn_btn {
position: absolute;
padding: 0;
} span.ajdeToolTip, .yesno_row span.ajdeToolTip{
padding-left: 0;
margin-left: 4px;
text-align: center;
font-style: normal;
position: absolute;
width: 13px;
height: 14px;
line-height: 110%;
opacity: 0.4;
border-radius: 0px;
color: #fff;
padding: 0;
font-style: normal;
cursor: pointer;
display: inline-block;
}
.ajdeToolTip:before {
content: "\f06a";
font-style: normal;
display: inline-block;
color: #9d9d9d;
font-size: 18px;
margin-top: 2px;
}
.ajdeToolTip em, .ajdethistooltip em{
visibility: hidden; */
font: 12px 'open sans';
position: absolute;
left: -1px;
width: 200px;
background-color: #6B6B6B;
border-radius: 0px;
color: #fff;
padding: 6px 8px;
bottom: 22px;
z-index: 900;
text-align: center;
margin-left: 8px;
opacity: 0;
font-style: normal;
font-family: 'open sans',arial;
font-size: 12px;
border-radius: 5px 5px 5px 0;
-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
transition: opacity 0.2s, transform 0.2s;
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
pointer-event: none;
}
.ajdeToolTip:hover em, .yesno_row .ajdeToolTip:hover em, .ajdethistooltip:hover em {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.ajdeToolTip:hover, .yesno_row .ajdeToolTip:hover { opacity: 1;}
.ajdeToolTip em:before, .ajdethistooltip em:before {
content: "";
width: 0px;
height: 0px;
border-style: solid;
border-width: 9px 9px 0 0;
border-color: #6B6B6B transparent transparent transparent;
position: absolute;
bottom: -9px;
left: 0px;
} .ui-loading .ui-loader { display: none; }
.ui-loader { display: none; position: absolute; opacity: .85; z-index: 100; left: 50%; width: 200px; margin-left: -130px; margin-top: -35px; padding: 10px 30px; } @media (max-width: 480px){
.ajde_evcal_calendar #evcal_loader{height:1px; width:1px}
.ajde_evcal_calendar .calendar_header p{font-size:24px;}
#evcal_sort_bar ul{	padding-left:10px}
.event_description .evcal_col50{
width:100%; float:none;
border-bottom: 1px solid #CDCDCD;
border-right: none;
}
.event_description .evcal_col50 .bordr{border-right:none}	
.evorow .tb .evcal_col50{	float:none; display:block;}
.evo_metarow_time_location .evcal_col50{
width: 100%;
border-bottom: 1px solid #cdcdcd;
}
.eventon_events_list .eventon_list_event .ev_ftImg{height: 50px;width: 50px;}
.eventon_events_list .eventon_list_event .hasFtIMG .evcal_desc, .evo_pop_body .hasFtIMG .evcal_desc{padding-left: 140px;}
#evcal_list .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc{padding-left: 120px;}
.eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock, .evo_pop_body .hasFtIMG .evcal_cblock{left: 60px;} .evo_lightbox {padding-right: 0; padding-left: 0;}
.evo_lightbox_content {width: 90%;} .eventon_events_list .eventon_list_event .cancel_event .evo_event_headers{padding: 1px 5px; font-size: 10px;} .ajde_evcal_calendar .calendar_header .evo_j_dates p.legend{font-size: 11px;} .evo_lightbox .evcal_evdata_row .evcal_evdata_cell h3,
.evo_lightbox .evo_clik_row .evo_h3{
font-size: 16px;
}
..evcal_evdata_row{padding: 20px;}
.evcal_evdata_row .evcal_evdata_cell{padding-left: 0px;}
.evcal_evdata_row.evo_metarow_ICS  .evcal_evdata_cell{padding-left: 30px;}
.evcal_evdata_row .evcal_evdata_cell h3{padding-left: 35px;}
#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{
font-size: 13px;
}
#evcal_list .eventon_list_event .event_description p, #evcal_list .eventon_list_event .event_description li, .evo_pop_body .evcal_evdata_row .evcal_evdata_cell p{
font-size: 12px;
}
.evo_metarow_socialmedia a.evo_ss{width: 35px; height: 35px;}
}
@media only screen and (max-device-width : 480px){
.ajde_evcal_calendar .calendar_header p{
font-size:26px;
}
#evcal_sort_bar ul{padding-left:10px}
}
@media (max-width: 1024px){
.evcal_evdata_img {max-height: 341px !important; }
}
@media (max-width: 768px){
.evcal_evdata_img {max-height: 255px !important; }
}
@media (max-width: 568px){
.evcal_evdata_img {max-height: 189px !important; }
}
@media (max-width: 480px){
.evcal_evdata_img {max-height: 106px !important; }
}@font-face{font-family:'evo_FontAwesome';src:url(//www.adultpress.com.au/wp-content/plugins/eventON/assets/fonts/evo_fontawesome-webfont.eot?v=4.7.0);src:url(//www.adultpress.com.au/wp-content/plugins/eventON/assets/fonts/evo_fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//www.adultpress.com.au/wp-content/plugins/eventON/assets/fonts/evo_fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//www.adultpress.com.au/wp-content/plugins/eventON/assets/fonts/evo_fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//www.adultpress.com.au/wp-content/plugins/eventON/assets/fonts/evo_fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//www.adultpress.com.au/wp-content/plugins/eventON/assets/fonts/evo_fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal;}
.fa{display:inline-block;font:normal normal normal 14px/1 evo_FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.fa-lg{font-size:1.33333333em;line-height:0.75em;vertical-align:-15%;}
.fa-2x{font-size:2em;}
.fa-3x{font-size:3em;}
.fa-4x{font-size:4em;}
.fa-5x{font-size:5em;}
.fa-fw{width:1.28571429em;text-align:center;}
.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none;}
.fa-ul > li{position:relative;}
.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:0.14285714em;text-align:center;}
.fa-li.fa-lg{left:-1.85714286em;}
.fa-border{padding:.2em .25em .15em;border:solid 0.08em #eeeeee;border-radius:.1em;}
.fa-pull-left{float:left;}
.fa-pull-right{float:right;}
.fa.fa-pull-left{margin-right:.3em;}
.fa.fa-pull-right{margin-left:.3em;}
.pull-right{float:right;}
.pull-left{float:left;}
.fa.pull-left{margin-right:.3em;}
.fa.pull-right{margin-left:.3em;}
.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear;}
.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8);}
@-webkit-keyframes fa-spin {
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}
}
@keyframes fa-spin {
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}
}
.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}
.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}
.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg);}
.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1);}
.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1);}:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical{filter:none;}
.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle;}
.fa-stack-1x,
.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center;}
.fa-stack-1x{line-height:inherit;}
.fa-stack-2x{font-size:2em;}
.fa-inverse{color:#ffffff;}
.fa-glass:before{content:"\f000";}
.fa-music:before{content:"\f001";}
.fa-search:before{content:"\f002";}
.fa-envelope-o:before{content:"\f003";}
.fa-heart:before{content:"\f004";}
.fa-star:before{content:"\f005";}
.fa-star-o:before{content:"\f006";}
.fa-user:before{content:"\f007";}
.fa-film:before{content:"\f008";}
.fa-th-large:before{content:"\f009";}
.fa-th:before{content:"\f00a";}
.fa-th-list:before{content:"\f00b";}
.fa-check:before{content:"\f00c";}
.fa-remove:before,
.fa-close:before,
.fa-times:before{content:"\f00d";}
.fa-search-plus:before{content:"\f00e";}
.fa-search-minus:before{content:"\f010";}
.fa-power-off:before{content:"\f011";}
.fa-signal:before{content:"\f012";}
.fa-gear:before,
.fa-cog:before{content:"\f013";}
.fa-trash-o:before{content:"\f014";}
.fa-home:before{content:"\f015";}
.fa-file-o:before{content:"\f016";}
.fa-clock-o:before{content:"\f017";}
.fa-road:before{content:"\f018";}
.fa-download:before{content:"\f019";}
.fa-arrow-circle-o-down:before{content:"\f01a";}
.fa-arrow-circle-o-up:before{content:"\f01b";}
.fa-inbox:before{content:"\f01c";}
.fa-play-circle-o:before{content:"\f01d";}
.fa-rotate-right:before,
.fa-repeat:before{content:"\f01e";}
.fa-refresh:before{content:"\f021";}
.fa-list-alt:before{content:"\f022";}
.fa-lock:before{content:"\f023";}
.fa-flag:before{content:"\f024";}
.fa-headphones:before{content:"\f025";}
.fa-volume-off:before{content:"\f026";}
.fa-volume-down:before{content:"\f027";}
.fa-volume-up:before{content:"\f028";}
.fa-qrcode:before{content:"\f029";}
.fa-barcode:before{content:"\f02a";}
.fa-tag:before{content:"\f02b";}
.fa-tags:before{content:"\f02c";}
.fa-book:before{content:"\f02d";}
.fa-bookmark:before{content:"\f02e";}
.fa-print:before{content:"\f02f";}
.fa-camera:before{content:"\f030";}
.fa-font:before{content:"\f031";}
.fa-bold:before{content:"\f032";}
.fa-italic:before{content:"\f033";}
.fa-text-height:before{content:"\f034";}
.fa-text-width:before{content:"\f035";}
.fa-align-left:before{content:"\f036";}
.fa-align-center:before{content:"\f037";}
.fa-align-right:before{content:"\f038";}
.fa-align-justify:before{content:"\f039";}
.fa-list:before{content:"\f03a";}
.fa-dedent:before,
.fa-outdent:before{content:"\f03b";}
.fa-indent:before{content:"\f03c";}
.fa-video-camera:before{content:"\f03d";}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before{content:"\f03e";}
.fa-pencil:before{content:"\f040";}
.fa-map-marker:before{content:"\f041";}
.fa-adjust:before{content:"\f042";}
.fa-tint:before{content:"\f043";}
.fa-edit:before,
.fa-pencil-square-o:before{content:"\f044";}
.fa-share-square-o:before{content:"\f045";}
.fa-check-square-o:before{content:"\f046";}
.fa-arrows:before{content:"\f047";}
.fa-step-backward:before{content:"\f048";}
.fa-fast-backward:before{content:"\f049";}
.fa-backward:before{content:"\f04a";}
.fa-play:before{content:"\f04b";}
.fa-pause:before{content:"\f04c";}
.fa-stop:before{content:"\f04d";}
.fa-forward:before{content:"\f04e";}
.fa-fast-forward:before{content:"\f050";}
.fa-step-forward:before{content:"\f051";}
.fa-eject:before{content:"\f052";}
.fa-chevron-left:before{content:"\f053";}
.fa-chevron-right:before{content:"\f054";}
.fa-plus-circle:before{content:"\f055";}
.fa-minus-circle:before{content:"\f056";}
.fa-times-circle:before{content:"\f057";}
.fa-check-circle:before{content:"\f058";}
.fa-question-circle:before{content:"\f059";}
.fa-info-circle:before{content:"\f05a";}
.fa-crosshairs:before{content:"\f05b";}
.fa-times-circle-o:before{content:"\f05c";}
.fa-check-circle-o:before{content:"\f05d";}
.fa-ban:before{content:"\f05e";}
.fa-arrow-left:before{content:"\f060";}
.fa-arrow-right:before{content:"\f061";}
.fa-arrow-up:before{content:"\f062";}
.fa-arrow-down:before{content:"\f063";}
.fa-mail-forward:before,
.fa-share:before{content:"\f064";}
.fa-expand:before{content:"\f065";}
.fa-compress:before{content:"\f066";}
.fa-plus:before{content:"\f067";}
.fa-minus:before{content:"\f068";}
.fa-asterisk:before{content:"\f069";}
.fa-exclamation-circle:before{content:"\f06a";}
.fa-gift:before{content:"\f06b";}
.fa-leaf:before{content:"\f06c";}
.fa-fire:before{content:"\f06d";}
.fa-eye:before{content:"\f06e";}
.fa-eye-slash:before{content:"\f070";}
.fa-warning:before,
.fa-exclamation-triangle:before{content:"\f071";}
.fa-plane:before{content:"\f072";}
.fa-calendar:before{content:"\f073";}
.fa-random:before{content:"\f074";}
.fa-comment:before{content:"\f075";}
.fa-magnet:before{content:"\f076";}
.fa-chevron-up:before{content:"\f077";}
.fa-chevron-down:before{content:"\f078";}
.fa-retweet:before{content:"\f079";}
.fa-shopping-cart:before{content:"\f07a";}
.fa-folder:before{content:"\f07b";}
.fa-folder-open:before{content:"\f07c";}
.fa-arrows-v:before{content:"\f07d";}
.fa-arrows-h:before{content:"\f07e";}
.fa-bar-chart-o:before,
.fa-bar-chart:before{content:"\f080";}
.fa-twitter-square:before{content:"\f081";}
.fa-facebook-square:before{content:"\f082";}
.fa-camera-retro:before{content:"\f083";}
.fa-key:before{content:"\f084";}
.fa-gears:before,
.fa-cogs:before{content:"\f085";}
.fa-comments:before{content:"\f086";}
.fa-thumbs-o-up:before{content:"\f087";}
.fa-thumbs-o-down:before{content:"\f088";}
.fa-star-half:before{content:"\f089";}
.fa-heart-o:before{content:"\f08a";}
.fa-sign-out:before{content:"\f08b";}
.fa-linkedin-square:before{content:"\f08c";}
.fa-thumb-tack:before{content:"\f08d";}
.fa-external-link:before{content:"\f08e";}
.fa-sign-in:before{content:"\f090";}
.fa-trophy:before{content:"\f091";}
.fa-github-square:before{content:"\f092";}
.fa-upload:before{content:"\f093";}
.fa-lemon-o:before{content:"\f094";}
.fa-phone:before{content:"\f095";}
.fa-square-o:before{content:"\f096";}
.fa-bookmark-o:before{content:"\f097";}
.fa-phone-square:before{content:"\f098";}
.fa-twitter:before{content:"\f099";}
.fa-facebook-f:before,
.fa-facebook:before{content:"\f09a";}
.fa-github:before{content:"\f09b";}
.fa-unlock:before{content:"\f09c";}
.fa-credit-card:before{content:"\f09d";}
.fa-feed:before,
.fa-rss:before{content:"\f09e";}
.fa-hdd-o:before{content:"\f0a0";}
.fa-bullhorn:before{content:"\f0a1";}
.fa-bell:before{content:"\f0f3";}
.fa-certificate:before{content:"\f0a3";}
.fa-hand-o-right:before{content:"\f0a4";}
.fa-hand-o-left:before{content:"\f0a5";}
.fa-hand-o-up:before{content:"\f0a6";}
.fa-hand-o-down:before{content:"\f0a7";}
.fa-arrow-circle-left:before{content:"\f0a8";}
.fa-arrow-circle-right:before{content:"\f0a9";}
.fa-arrow-circle-up:before{content:"\f0aa";}
.fa-arrow-circle-down:before{content:"\f0ab";}
.fa-globe:before{content:"\f0ac";}
.fa-wrench:before{content:"\f0ad";}
.fa-tasks:before{content:"\f0ae";}
.fa-filter:before{content:"\f0b0";}
.fa-briefcase:before{content:"\f0b1";}
.fa-arrows-alt:before{content:"\f0b2";}
.fa-group:before,
.fa-users:before{content:"\f0c0";}
.fa-chain:before,
.fa-link:before{content:"\f0c1";}
.fa-cloud:before{content:"\f0c2";}
.fa-flask:before{content:"\f0c3";}
.fa-cut:before,
.fa-scissors:before{content:"\f0c4";}
.fa-copy:before,
.fa-files-o:before{content:"\f0c5";}
.fa-paperclip:before{content:"\f0c6";}
.fa-save:before,
.fa-floppy-o:before{content:"\f0c7";}
.fa-square:before{content:"\f0c8";}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before{content:"\f0c9";}
.fa-list-ul:before{content:"\f0ca";}
.fa-list-ol:before{content:"\f0cb";}
.fa-strikethrough:before{content:"\f0cc";}
.fa-underline:before{content:"\f0cd";}
.fa-table:before{content:"\f0ce";}
.fa-magic:before{content:"\f0d0";}
.fa-truck:before{content:"\f0d1";}
.fa-pinterest:before{content:"\f0d2";}
.fa-pinterest-square:before{content:"\f0d3";}
.fa-google-plus-square:before{content:"\f0d4";}
.fa-google-plus:before{content:"\f0d5";}
.fa-money:before{content:"\f0d6";}
.fa-caret-down:before{content:"\f0d7";}
.fa-caret-up:before{content:"\f0d8";}
.fa-caret-left:before{content:"\f0d9";}
.fa-caret-right:before{content:"\f0da";}
.fa-columns:before{content:"\f0db";}
.fa-unsorted:before,
.fa-sort:before{content:"\f0dc";}
.fa-sort-down:before,
.fa-sort-desc:before{content:"\f0dd";}
.fa-sort-up:before,
.fa-sort-asc:before{content:"\f0de";}
.fa-envelope:before{content:"\f0e0";}
.fa-linkedin:before{content:"\f0e1";}
.fa-rotate-left:before,
.fa-undo:before{content:"\f0e2";}
.fa-legal:before,
.fa-gavel:before{content:"\f0e3";}
.fa-dashboard:before,
.fa-tachometer:before{content:"\f0e4";}
.fa-comment-o:before{content:"\f0e5";}
.fa-comments-o:before{content:"\f0e6";}
.fa-flash:before,
.fa-bolt:before{content:"\f0e7";}
.fa-sitemap:before{content:"\f0e8";}
.fa-umbrella:before{content:"\f0e9";}
.fa-paste:before,
.fa-clipboard:before{content:"\f0ea";}
.fa-lightbulb-o:before{content:"\f0eb";}
.fa-exchange:before{content:"\f0ec";}
.fa-cloud-download:before{content:"\f0ed";}
.fa-cloud-upload:before{content:"\f0ee";}
.fa-user-md:before{content:"\f0f0";}
.fa-stethoscope:before{content:"\f0f1";}
.fa-suitcase:before{content:"\f0f2";}
.fa-bell-o:before{content:"\f0a2";}
.fa-coffee:before{content:"\f0f4";}
.fa-cutlery:before{content:"\f0f5";}
.fa-file-text-o:before{content:"\f0f6";}
.fa-building-o:before{content:"\f0f7";}
.fa-hospital-o:before{content:"\f0f8";}
.fa-ambulance:before{content:"\f0f9";}
.fa-medkit:before{content:"\f0fa";}
.fa-fighter-jet:before{content:"\f0fb";}
.fa-beer:before{content:"\f0fc";}
.fa-h-square:before{content:"\f0fd";}
.fa-plus-square:before{content:"\f0fe";}
.fa-angle-double-left:before{content:"\f100";}
.fa-angle-double-right:before{content:"\f101";}
.fa-angle-double-up:before{content:"\f102";}
.fa-angle-double-down:before{content:"\f103";}
.fa-angle-left:before{content:"\f104";}
.fa-angle-right:before{content:"\f105";}
.fa-angle-up:before{content:"\f106";}
.fa-angle-down:before{content:"\f107";}
.fa-desktop:before{content:"\f108";}
.fa-laptop:before{content:"\f109";}
.fa-tablet:before{content:"\f10a";}
.fa-mobile-phone:before,
.fa-mobile:before{content:"\f10b";}
.fa-circle-o:before{content:"\f10c";}
.fa-quote-left:before{content:"\f10d";}
.fa-quote-right:before{content:"\f10e";}
.fa-spinner:before{content:"\f110";}
.fa-circle:before{content:"\f111";}
.fa-mail-reply:before,
.fa-reply:before{content:"\f112";}
.fa-github-alt:before{content:"\f113";}
.fa-folder-o:before{content:"\f114";}
.fa-folder-open-o:before{content:"\f115";}
.fa-smile-o:before{content:"\f118";}
.fa-frown-o:before{content:"\f119";}
.fa-meh-o:before{content:"\f11a";}
.fa-gamepad:before{content:"\f11b";}
.fa-keyboard-o:before{content:"\f11c";}
.fa-flag-o:before{content:"\f11d";}
.fa-flag-checkered:before{content:"\f11e";}
.fa-terminal:before{content:"\f120";}
.fa-code:before{content:"\f121";}
.fa-mail-reply-all:before,
.fa-reply-all:before{content:"\f122";}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before{content:"\f123";}
.fa-location-arrow:before{content:"\f124";}
.fa-crop:before{content:"\f125";}
.fa-code-fork:before{content:"\f126";}
.fa-unlink:before,
.fa-chain-broken:before{content:"\f127";}
.fa-question:before{content:"\f128";}
.fa-info:before{content:"\f129";}
.fa-exclamation:before{content:"\f12a";}
.fa-superscript:before{content:"\f12b";}
.fa-subscript:before{content:"\f12c";}
.fa-eraser:before{content:"\f12d";}
.fa-puzzle-piece:before{content:"\f12e";}
.fa-microphone:before{content:"\f130";}
.fa-microphone-slash:before{content:"\f131";}
.fa-shield:before{content:"\f132";}
.fa-calendar-o:before{content:"\f133";}
.fa-fire-extinguisher:before{content:"\f134";}
.fa-rocket:before{content:"\f135";}
.fa-maxcdn:before{content:"\f136";}
.fa-chevron-circle-left:before{content:"\f137";}
.fa-chevron-circle-right:before{content:"\f138";}
.fa-chevron-circle-up:before{content:"\f139";}
.fa-chevron-circle-down:before{content:"\f13a";}
.fa-html5:before{content:"\f13b";}
.fa-css3:before{content:"\f13c";}
.fa-anchor:before{content:"\f13d";}
.fa-unlock-alt:before{content:"\f13e";}
.fa-bullseye:before{content:"\f140";}
.fa-ellipsis-h:before{content:"\f141";}
.fa-ellipsis-v:before{content:"\f142";}
.fa-rss-square:before{content:"\f143";}
.fa-play-circle:before{content:"\f144";}
.fa-ticket:before{content:"\f145";}
.fa-minus-square:before{content:"\f146";}
.fa-minus-square-o:before{content:"\f147";}
.fa-level-up:before{content:"\f148";}
.fa-level-down:before{content:"\f149";}
.fa-check-square:before{content:"\f14a";}
.fa-pencil-square:before{content:"\f14b";}
.fa-external-link-square:before{content:"\f14c";}
.fa-share-square:before{content:"\f14d";}
.fa-compass:before{content:"\f14e";}
.fa-toggle-down:before,
.fa-caret-square-o-down:before{content:"\f150";}
.fa-toggle-up:before,
.fa-caret-square-o-up:before{content:"\f151";}
.fa-toggle-right:before,
.fa-caret-square-o-right:before{content:"\f152";}
.fa-euro:before,
.fa-eur:before{content:"\f153";}
.fa-gbp:before{content:"\f154";}
.fa-dollar:before,
.fa-usd:before{content:"\f155";}
.fa-rupee:before,
.fa-inr:before{content:"\f156";}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before{content:"\f157";}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before{content:"\f158";}
.fa-won:before,
.fa-krw:before{content:"\f159";}
.fa-bitcoin:before,
.fa-btc:before{content:"\f15a";}
.fa-file:before{content:"\f15b";}
.fa-file-text:before{content:"\f15c";}
.fa-sort-alpha-asc:before{content:"\f15d";}
.fa-sort-alpha-desc:before{content:"\f15e";}
.fa-sort-amount-asc:before{content:"\f160";}
.fa-sort-amount-desc:before{content:"\f161";}
.fa-sort-numeric-asc:before{content:"\f162";}
.fa-sort-numeric-desc:before{content:"\f163";}
.fa-thumbs-up:before{content:"\f164";}
.fa-thumbs-down:before{content:"\f165";}
.fa-youtube-square:before{content:"\f166";}
.fa-youtube:before{content:"\f167";}
.fa-xing:before{content:"\f168";}
.fa-xing-square:before{content:"\f169";}
.fa-youtube-play:before{content:"\f16a";}
.fa-dropbox:before{content:"\f16b";}
.fa-stack-overflow:before{content:"\f16c";}
.fa-instagram:before{content:"\f16d";}
.fa-flickr:before{content:"\f16e";}
.fa-adn:before{content:"\f170";}
.fa-bitbucket:before{content:"\f171";}
.fa-bitbucket-square:before{content:"\f172";}
.fa-tumblr:before{content:"\f173";}
.fa-tumblr-square:before{content:"\f174";}
.fa-long-arrow-down:before{content:"\f175";}
.fa-long-arrow-up:before{content:"\f176";}
.fa-long-arrow-left:before{content:"\f177";}
.fa-long-arrow-right:before{content:"\f178";}
.fa-apple:before{content:"\f179";}
.fa-windows:before{content:"\f17a";}
.fa-android:before{content:"\f17b";}
.fa-linux:before{content:"\f17c";}
.fa-dribbble:before{content:"\f17d";}
.fa-skype:before{content:"\f17e";}
.fa-foursquare:before{content:"\f180";}
.fa-trello:before{content:"\f181";}
.fa-female:before{content:"\f182";}
.fa-male:before{content:"\f183";}
.fa-gittip:before,
.fa-gratipay:before{content:"\f184";}
.fa-sun-o:before{content:"\f185";}
.fa-moon-o:before{content:"\f186";}
.fa-archive:before{content:"\f187";}
.fa-bug:before{content:"\f188";}
.fa-vk:before{content:"\f189";}
.fa-weibo:before{content:"\f18a";}
.fa-renren:before{content:"\f18b";}
.fa-pagelines:before{content:"\f18c";}
.fa-stack-exchange:before{content:"\f18d";}
.fa-arrow-circle-o-right:before{content:"\f18e";}
.fa-arrow-circle-o-left:before{content:"\f190";}
.fa-toggle-left:before,
.fa-caret-square-o-left:before{content:"\f191";}
.fa-dot-circle-o:before{content:"\f192";}
.fa-wheelchair:before{content:"\f193";}
.fa-vimeo-square:before{content:"\f194";}
.fa-turkish-lira:before,
.fa-try:before{content:"\f195";}
.fa-plus-square-o:before{content:"\f196";}
.fa-space-shuttle:before{content:"\f197";}
.fa-slack:before{content:"\f198";}
.fa-envelope-square:before{content:"\f199";}
.fa-wordpress:before{content:"\f19a";}
.fa-openid:before{content:"\f19b";}
.fa-institution:before,
.fa-bank:before,
.fa-university:before{content:"\f19c";}
.fa-mortar-board:before,
.fa-graduation-cap:before{content:"\f19d";}
.fa-yahoo:before{content:"\f19e";}
.fa-google:before{content:"\f1a0";}
.fa-reddit:before{content:"\f1a1";}
.fa-reddit-square:before{content:"\f1a2";}
.fa-stumbleupon-circle:before{content:"\f1a3";}
.fa-stumbleupon:before{content:"\f1a4";}
.fa-delicious:before{content:"\f1a5";}
.fa-digg:before{content:"\f1a6";}
.fa-pied-piper-pp:before{content:"\f1a7";}
.fa-pied-piper-alt:before{content:"\f1a8";}
.fa-drupal:before{content:"\f1a9";}
.fa-joomla:before{content:"\f1aa";}
.fa-language:before{content:"\f1ab";}
.fa-fax:before{content:"\f1ac";}
.fa-building:before{content:"\f1ad";}
.fa-child:before{content:"\f1ae";}
.fa-paw:before{content:"\f1b0";}
.fa-spoon:before{content:"\f1b1";}
.fa-cube:before{content:"\f1b2";}
.fa-cubes:before{content:"\f1b3";}
.fa-behance:before{content:"\f1b4";}
.fa-behance-square:before{content:"\f1b5";}
.fa-steam:before{content:"\f1b6";}
.fa-steam-square:before{content:"\f1b7";}
.fa-recycle:before{content:"\f1b8";}
.fa-automobile:before,
.fa-car:before{content:"\f1b9";}
.fa-cab:before,
.fa-taxi:before{content:"\f1ba";}
.fa-tree:before{content:"\f1bb";}
.fa-spotify:before{content:"\f1bc";}
.fa-deviantart:before{content:"\f1bd";}
.fa-soundcloud:before{content:"\f1be";}
.fa-database:before{content:"\f1c0";}
.fa-file-pdf-o:before{content:"\f1c1";}
.fa-file-word-o:before{content:"\f1c2";}
.fa-file-excel-o:before{content:"\f1c3";}
.fa-file-powerpoint-o:before{content:"\f1c4";}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before{content:"\f1c5";}
.fa-file-zip-o:before,
.fa-file-archive-o:before{content:"\f1c6";}
.fa-file-sound-o:before,
.fa-file-audio-o:before{content:"\f1c7";}
.fa-file-movie-o:before,
.fa-file-video-o:before{content:"\f1c8";}
.fa-file-code-o:before{content:"\f1c9";}
.fa-vine:before{content:"\f1ca";}
.fa-codepen:before{content:"\f1cb";}
.fa-jsfiddle:before{content:"\f1cc";}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before{content:"\f1cd";}
.fa-circle-o-notch:before{content:"\f1ce";}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before{content:"\f1d0";}
.fa-ge:before,
.fa-empire:before{content:"\f1d1";}
.fa-git-square:before{content:"\f1d2";}
.fa-git:before{content:"\f1d3";}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before{content:"\f1d4";}
.fa-tencent-weibo:before{content:"\f1d5";}
.fa-qq:before{content:"\f1d6";}
.fa-wechat:before,
.fa-weixin:before{content:"\f1d7";}
.fa-send:before,
.fa-paper-plane:before{content:"\f1d8";}
.fa-send-o:before,
.fa-paper-plane-o:before{content:"\f1d9";}
.fa-history:before{content:"\f1da";}
.fa-circle-thin:before{content:"\f1db";}
.fa-header:before{content:"\f1dc";}
.fa-paragraph:before{content:"\f1dd";}
.fa-sliders:before{content:"\f1de";}
.fa-share-alt:before{content:"\f1e0";}
.fa-share-alt-square:before{content:"\f1e1";}
.fa-bomb:before{content:"\f1e2";}
.fa-soccer-ball-o:before,
.fa-futbol-o:before{content:"\f1e3";}
.fa-tty:before{content:"\f1e4";}
.fa-binoculars:before{content:"\f1e5";}
.fa-plug:before{content:"\f1e6";}
.fa-slideshare:before{content:"\f1e7";}
.fa-twitch:before{content:"\f1e8";}
.fa-yelp:before{content:"\f1e9";}
.fa-newspaper-o:before{content:"\f1ea";}
.fa-wifi:before{content:"\f1eb";}
.fa-calculator:before{content:"\f1ec";}
.fa-paypal:before{content:"\f1ed";}
.fa-google-wallet:before{content:"\f1ee";}
.fa-cc-visa:before{content:"\f1f0";}
.fa-cc-mastercard:before{content:"\f1f1";}
.fa-cc-discover:before{content:"\f1f2";}
.fa-cc-amex:before{content:"\f1f3";}
.fa-cc-paypal:before{content:"\f1f4";}
.fa-cc-stripe:before{content:"\f1f5";}
.fa-bell-slash:before{content:"\f1f6";}
.fa-bell-slash-o:before{content:"\f1f7";}
.fa-trash:before{content:"\f1f8";}
.fa-copyright:before{content:"\f1f9";}
.fa-at:before{content:"\f1fa";}
.fa-eyedropper:before{content:"\f1fb";}
.fa-paint-brush:before{content:"\f1fc";}
.fa-birthday-cake:before{content:"\f1fd";}
.fa-area-chart:before{content:"\f1fe";}
.fa-pie-chart:before{content:"\f200";}
.fa-line-chart:before{content:"\f201";}
.fa-lastfm:before{content:"\f202";}
.fa-lastfm-square:before{content:"\f203";}
.fa-toggle-off:before{content:"\f204";}
.fa-toggle-on:before{content:"\f205";}
.fa-bicycle:before{content:"\f206";}
.fa-bus:before{content:"\f207";}
.fa-ioxhost:before{content:"\f208";}
.fa-angellist:before{content:"\f209";}
.fa-cc:before{content:"\f20a";}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before{content:"\f20b";}
.fa-meanpath:before{content:"\f20c";}
.fa-buysellads:before{content:"\f20d";}
.fa-connectdevelop:before{content:"\f20e";}
.fa-dashcube:before{content:"\f210";}
.fa-forumbee:before{content:"\f211";}
.fa-leanpub:before{content:"\f212";}
.fa-sellsy:before{content:"\f213";}
.fa-shirtsinbulk:before{content:"\f214";}
.fa-simplybuilt:before{content:"\f215";}
.fa-skyatlas:before{content:"\f216";}
.fa-cart-plus:before{content:"\f217";}
.fa-cart-arrow-down:before{content:"\f218";}
.fa-diamond:before{content:"\f219";}
.fa-ship:before{content:"\f21a";}
.fa-user-secret:before{content:"\f21b";}
.fa-motorcycle:before{content:"\f21c";}
.fa-street-view:before{content:"\f21d";}
.fa-heartbeat:before{content:"\f21e";}
.fa-venus:before{content:"\f221";}
.fa-mars:before{content:"\f222";}
.fa-mercury:before{content:"\f223";}
.fa-intersex:before,
.fa-transgender:before{content:"\f224";}
.fa-transgender-alt:before{content:"\f225";}
.fa-venus-double:before{content:"\f226";}
.fa-mars-double:before{content:"\f227";}
.fa-venus-mars:before{content:"\f228";}
.fa-mars-stroke:before{content:"\f229";}
.fa-mars-stroke-v:before{content:"\f22a";}
.fa-mars-stroke-h:before{content:"\f22b";}
.fa-neuter:before{content:"\f22c";}
.fa-genderless:before{content:"\f22d";}
.fa-facebook-official:before{content:"\f230";}
.fa-pinterest-p:before{content:"\f231";}
.fa-whatsapp:before{content:"\f232";}
.fa-server:before{content:"\f233";}
.fa-user-plus:before{content:"\f234";}
.fa-user-times:before{content:"\f235";}
.fa-hotel:before,
.fa-bed:before{content:"\f236";}
.fa-viacoin:before{content:"\f237";}
.fa-train:before{content:"\f238";}
.fa-subway:before{content:"\f239";}
.fa-medium:before{content:"\f23a";}
.fa-yc:before,
.fa-y-combinator:before{content:"\f23b";}
.fa-optin-monster:before{content:"\f23c";}
.fa-opencart:before{content:"\f23d";}
.fa-expeditedssl:before{content:"\f23e";}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before{content:"\f240";}
.fa-battery-3:before,
.fa-battery-three-quarters:before{content:"\f241";}
.fa-battery-2:before,
.fa-battery-half:before{content:"\f242";}
.fa-battery-1:before,
.fa-battery-quarter:before{content:"\f243";}
.fa-battery-0:before,
.fa-battery-empty:before{content:"\f244";}
.fa-mouse-pointer:before{content:"\f245";}
.fa-i-cursor:before{content:"\f246";}
.fa-object-group:before{content:"\f247";}
.fa-object-ungroup:before{content:"\f248";}
.fa-sticky-note:before{content:"\f249";}
.fa-sticky-note-o:before{content:"\f24a";}
.fa-cc-jcb:before{content:"\f24b";}
.fa-cc-diners-club:before{content:"\f24c";}
.fa-clone:before{content:"\f24d";}
.fa-balance-scale:before{content:"\f24e";}
.fa-hourglass-o:before{content:"\f250";}
.fa-hourglass-1:before,
.fa-hourglass-start:before{content:"\f251";}
.fa-hourglass-2:before,
.fa-hourglass-half:before{content:"\f252";}
.fa-hourglass-3:before,
.fa-hourglass-end:before{content:"\f253";}
.fa-hourglass:before{content:"\f254";}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before{content:"\f255";}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before{content:"\f256";}
.fa-hand-scissors-o:before{content:"\f257";}
.fa-hand-lizard-o:before{content:"\f258";}
.fa-hand-spock-o:before{content:"\f259";}
.fa-hand-pointer-o:before{content:"\f25a";}
.fa-hand-peace-o:before{content:"\f25b";}
.fa-trademark:before{content:"\f25c";}
.fa-registered:before{content:"\f25d";}
.fa-creative-commons:before{content:"\f25e";}
.fa-gg:before{content:"\f260";}
.fa-gg-circle:before{content:"\f261";}
.fa-tripadvisor:before{content:"\f262";}
.fa-odnoklassniki:before{content:"\f263";}
.fa-odnoklassniki-square:before{content:"\f264";}
.fa-get-pocket:before{content:"\f265";}
.fa-wikipedia-w:before{content:"\f266";}
.fa-safari:before{content:"\f267";}
.fa-chrome:before{content:"\f268";}
.fa-firefox:before{content:"\f269";}
.fa-opera:before{content:"\f26a";}
.fa-internet-explorer:before{content:"\f26b";}
.fa-tv:before,
.fa-television:before{content:"\f26c";}
.fa-contao:before{content:"\f26d";}
.fa-500px:before{content:"\f26e";}
.fa-amazon:before{content:"\f270";}
.fa-calendar-plus-o:before{content:"\f271";}
.fa-calendar-minus-o:before{content:"\f272";}
.fa-calendar-times-o:before{content:"\f273";}
.fa-calendar-check-o:before{content:"\f274";}
.fa-industry:before{content:"\f275";}
.fa-map-pin:before{content:"\f276";}
.fa-map-signs:before{content:"\f277";}
.fa-map-o:before{content:"\f278";}
.fa-map:before{content:"\f279";}
.fa-commenting:before{content:"\f27a";}
.fa-commenting-o:before{content:"\f27b";}
.fa-houzz:before{content:"\f27c";}
.fa-vimeo:before{content:"\f27d";}
.fa-black-tie:before{content:"\f27e";}
.fa-fonticons:before{content:"\f280";}
.fa-reddit-alien:before{content:"\f281";}
.fa-edge:before{content:"\f282";}
.fa-credit-card-alt:before{content:"\f283";}
.fa-codiepie:before{content:"\f284";}
.fa-modx:before{content:"\f285";}
.fa-fort-awesome:before{content:"\f286";}
.fa-usb:before{content:"\f287";}
.fa-product-hunt:before{content:"\f288";}
.fa-mixcloud:before{content:"\f289";}
.fa-scribd:before{content:"\f28a";}
.fa-pause-circle:before{content:"\f28b";}
.fa-pause-circle-o:before{content:"\f28c";}
.fa-stop-circle:before{content:"\f28d";}
.fa-stop-circle-o:before{content:"\f28e";}
.fa-shopping-bag:before{content:"\f290";}
.fa-shopping-basket:before{content:"\f291";}
.fa-hashtag:before{content:"\f292";}
.fa-bluetooth:before{content:"\f293";}
.fa-bluetooth-b:before{content:"\f294";}
.fa-percent:before{content:"\f295";}
.fa-gitlab:before{content:"\f296";}
.fa-wpbeginner:before{content:"\f297";}
.fa-wpforms:before{content:"\f298";}
.fa-envira:before{content:"\f299";}
.fa-universal-access:before{content:"\f29a";}
.fa-wheelchair-alt:before{content:"\f29b";}
.fa-question-circle-o:before{content:"\f29c";}
.fa-blind:before{content:"\f29d";}
.fa-audio-description:before{content:"\f29e";}
.fa-volume-control-phone:before{content:"\f2a0";}
.fa-braille:before{content:"\f2a1";}
.fa-assistive-listening-systems:before{content:"\f2a2";}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before{content:"\f2a3";}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before{content:"\f2a4";}
.fa-glide:before{content:"\f2a5";}
.fa-glide-g:before{content:"\f2a6";}
.fa-signing:before,
.fa-sign-language:before{content:"\f2a7";}
.fa-low-vision:before{content:"\f2a8";}
.fa-viadeo:before{content:"\f2a9";}
.fa-viadeo-square:before{content:"\f2aa";}
.fa-snapchat:before{content:"\f2ab";}
.fa-snapchat-ghost:before{content:"\f2ac";}
.fa-snapchat-square:before{content:"\f2ad";}
.fa-pied-piper:before{content:"\f2ae";}
.fa-first-order:before{content:"\f2b0";}
.fa-yoast:before{content:"\f2b1";}
.fa-themeisle:before{content:"\f2b2";}
.fa-google-plus-circle:before,
.fa-google-plus-official:before{content:"\f2b3";}
.fa-fa:before,
.fa-font-awesome:before{content:"\f2b4";}
.fa-handshake-o:before{content:"\f2b5";}
.fa-envelope-open:before{content:"\f2b6";}
.fa-envelope-open-o:before{content:"\f2b7";}
.fa-linode:before{content:"\f2b8";}
.fa-address-book:before{content:"\f2b9";}
.fa-address-book-o:before{content:"\f2ba";}
.fa-vcard:before,
.fa-address-card:before{content:"\f2bb";}
.fa-vcard-o:before,
.fa-address-card-o:before{content:"\f2bc";}
.fa-user-circle:before{content:"\f2bd";}
.fa-user-circle-o:before{content:"\f2be";}
.fa-user-o:before{content:"\f2c0";}
.fa-id-badge:before{content:"\f2c1";}
.fa-drivers-license:before,
.fa-id-card:before{content:"\f2c2";}
.fa-drivers-license-o:before,
.fa-id-card-o:before{content:"\f2c3";}
.fa-quora:before{content:"\f2c4";}
.fa-free-code-camp:before{content:"\f2c5";}
.fa-telegram:before{content:"\f2c6";}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before{content:"\f2c7";}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before{content:"\f2c8";}
.fa-thermometer-2:before,
.fa-thermometer-half:before{content:"\f2c9";}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before{content:"\f2ca";}
.fa-thermometer-0:before,
.fa-thermometer-empty:before{content:"\f2cb";}
.fa-shower:before{content:"\f2cc";}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before{content:"\f2cd";}
.fa-podcast:before{content:"\f2ce";}
.fa-window-maximize:before{content:"\f2d0";}
.fa-window-minimize:before{content:"\f2d1";}
.fa-window-restore:before{content:"\f2d2";}
.fa-times-rectangle:before,
.fa-window-close:before{content:"\f2d3";}
.fa-times-rectangle-o:before,
.fa-window-close-o:before{content:"\f2d4";}
.fa-bandcamp:before{content:"\f2d5";}
.fa-grav:before{content:"\f2d6";}
.fa-etsy:before{content:"\f2d7";}
.fa-imdb:before{content:"\f2d8";}
.fa-ravelry:before{content:"\f2d9";}
.fa-eercast:before{content:"\f2da";}
.fa-microchip:before{content:"\f2db";}
.fa-snowflake-o:before{content:"\f2dc";}
.fa-superpowers:before{content:"\f2dd";}
.fa-wpexplorer:before{content:"\f2de";}
.fa-meetup:before{content:"\f2e0";}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}.eventon_events_list .eventon_list_event .desc_trig{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,
.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,
.evo_lightbox_content h3.evo_h3,
body .ajde_evcal_calendar h4.evo_h4, 
.evo_content_in h4.evo_h4,
.evo_metarow_ICS .evcal_evdata_cell p a,
.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, 
.eventon_list_event .evcal_desc span.evcal_event_title,
.evcal_desc span.evcal_desc2,	
.evo_metarow_ICS .evcal_evdata_cell p a, 
.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,
.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		
.evo_clik_row .evo_h3,
.evotax_term_card .evotax_term_details h2, 
.evotax_term_card h3.evotax_term_subtitle,
.ajde_evcal_calendar .evo_sort_btn,
.eventon_main_section  #evcal_cur,	
.ajde_evcal_calendar .calendar_header p.evo_month_title,		
.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,
.eventon_events_list .eventon_list_event .evcal_cblock,			
.ajde_evcal_calendar .evcal_month_line,
.eventon_event .event_excerpt_in h3,.evoWV_days .evo_wv_day span.day_num,
.evoWV_days .evo_wv_day span.day_name,
.evowv_tooltip,
ul.EVOWV_date_ranges li,.eventon_events_list .eventon_list_event .evcal_desc span.evocd_timer span.evocd_time, 
.evo_pop_body .evcal_desc span.evocd_timer span.evocd_time,
.eventon_events_list .eventon_list_event .evcal_desc span.evocd_timer span.evocd_time .countdown-section .countdown-period, 
.evo_pop_body .evcal_desc span.evocd_timer span.evocd_time .countdown-section .countdown-period,
.eventon_events_list .eventon_list_event .evcal_desc span.evocd_timer span.evocd_time .countdown-section .countdown-amount, 
.evo_pop_body .evcal_desc span.evocd_timer span.evocd_time .countdown-section .countdown-amount,.evcal_evdata_row .evors_stat_data p em,
.evors_submission_form, .evors_lightbox_body #evorsvp_form h3,
.evcal_desc .evcal_desc3 .evors_eventtop_data em,
.eventon_rsvp_rsvplist p em.event_data span a,
.eventon_rsvp_rsvplist p span.rsvpstatus,
.eventon_rsvp_rsvplist p a.update_rsvp,#eventon_form h2, 
#eventon_form h3,
#eventon_form p #evoau_submit, 
a.evoAU_form_trigger_btn, 
.evoau_submission_form .msub_row a, 
.row .enterNew,
.evoau_submission_form .formBtnS,.evo_day span,
.evodv_tooltip,
.evodv_current_day p.evodv_daynum,.evosch_blocks_list .evosch_nav li, 
.evosch_oneday_schedule p em.time, 
.evosch_oneday_schedule p span b, 
.evosch_oneday_schedule p span i,
.eventon_list_event .event_description .evosch_oneday_schedule li.date, 
.evo_lightbox .evosch_oneday_schedule li.date{font-family:roboto, 'arial narrow'}.ajde_evcal_calendar .eventon_events_list p,
.eventon_events_list .eventon_list_event .evcal_desc span, 
.evo_pop_body .evcal_desc span,
.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, 
.evo_pop_body .evcal_desc span.evcal_event_subtitle,
.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, 
.evo_pop_body .evcal_btn, .evcal_btn,
.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, 
.evo_pop_body .evo_event_headers.canceled,
.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,
.evo_pop_body .evcal_list_a .evo_above_title span,
.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,
#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,
.evcal_evdata_row .evcal_evdata_cell p, 
#evcal_list .eventon_list_event p.no_events,
.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,
.evoGuideCall em,
.evo_cal_above span,
.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,
.eventon_sort_line p, .eventon_filter_line p,.eventon_weeklyview,.eventon_events_list .eventon_list_event .evcal_desc span.evocd_timer span.evocd_text, 
.evo_pop_body .evcal_desc span.evocd_timer span.evocd_text,.evors_change_rsvp span.change,
.evo_popin .evcal_eventcard p.evors_whos_coming_title,
.eventon_list_event .evcal_evdata_row p.evors_whos_coming_title,#eventon_form p input, 
#eventon_form p textarea, 
#eventon_form p select, 
#eventon_form p.dropdown_row select,
.evoau_cat_select_field,
#eventon_form p select.evoau_location_select,
#eventon_form p label,
.evoau_selectmul,
.row .evoau_img_preview span,
.evoau_file_field span.evoau_img_btn,
.eventon_au_form_section.overLay .closeForm,.evodv_current_day,.evoss_lightbox .evospk_info,
.evosch_oneday_schedule p span span.evoss_show{font-family:'open sans', 'arial narrow'}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}
#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn,.evoTX_wc .variations_button .evcal_btn, .evo_lightbox.eventon_events_list .eventon_list_event .evoTX_wc a.evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover,.evoTX_wc .variations_button .evcal_btn:hover, .evo_lightbox.eventon_events_list .eventon_list_event .evoTX_wc a.evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#f5f5f5}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a:after,  .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_metarow_socialmedia a.evo_ss{background-color:#f5f5f5;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#ffffff;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.ajde_evcal_calendar.evoWV .eventon_wv_days .evo_wv_day.focus{background-color:#f79191;color:#ffffff;}.EVOWV_change{background-color:#f79191}.EVOWV_ranger{background-color:#f79191;color:#ffffff;}ul.EVOWV_date_ranges li:hover, .EVOWV_ranger a:hover{background-color:#ef7777;color:#ffffff;}ul.EVOWV_date_ranges li.thisweek{background-color:#ef7777}ul.EVOWV_date_ranges li, ul.EVOWV_date_ranges{border-color:#f7a6a6}.EVOWV_ranger{background-color:#f79191}.eventon_weeklyview{background-color:#e4e4e4;color:#ffffff;}.ajde_evcal_calendar .evoWV_days .evo_wv_day{background-color:#f9f9f9;color:#949494;border-color:#e0e0e0;}.evoWV.ajde_evcal_calendar .evoWV_days .evo_wv_day.today:before{background-color:#f79191;}.eventon_fc_days .evo_fc_day{background-color:#ffffff;color:#d4d4d4;}.eventon_fc_days .evo_fc_day:hover{background-color:#fbfbfb;color:#9e9e9e;}.eventon_fc_days .evo_fc_day.has_events{background-color:#ffffff;color:#dfa872;}.eventon_fc_days .evo_fc_day.has_events:hover{background-color:#F5F5F5;color:#9e9e9e;}.eventon_fullcal .eventon_fc_days .evo_fc_day.on_focus{background-color:#FFF3E7;color:#d4d4d4;}.eventon_fullcal .eventon_fc_days .evo_fc_day.on_focus:hover{background-color:#fbfbfb;color:#9e9e9e;}.eventon_fc_daynames .evo_fc_day{color:#9e9e9e}.eventon_fc_daynames .evo_fc_day:hover{color:#d4d4d4}.eventon_fc_days .evo_fc_day.today:before{background-color:#ef9a93}.evofc_title_tip, .evoFC_tip{background-color:#808080;color:#f7f7f7;}#eventon_form .submit_row input{color:#ffffff;background:#237ebd;}#eventon_form .submit_row input:hover{color:#fff;background-color:#237ebd;}body #eventon_form p #evoau_submit, body a.evoAU_form_trigger_btn, body .evoau_submission_form .msub_row a, body .evcal_btn.evoau, body .evoau_submission_form.loginneeded .evcal_btn{color:#ffffff;background-color:#289de0;}body .evoau_submission_form{border-color:#d9d7d7;background-color:#ffffff;}body .evoau_submission_form h2, body .evoau_submission_form h3{color:#808080}body .evoau_submission_form p label{color:#808080}body #eventon_form .evoau_table .row:hover{background-color:#F9F9F9}.eventon_daily_list .evcal_arrows{color:#919191}.eventon_daily_list .evcal_arrows:hover{color:#919191}.eventon_daily_in .evo_day{background-color:#ffffff;color:#e8e8e8;}.eventon_daily_in .evo_day:hover{background-color:#fbfbfb;color:#d4d4d4;}.eventon_daily_in .evo_day.has_events{background-color:#ffffff;color:#d5c3ac;}.eventon_daily_in .evo_day.has_events:hover{background-color:#fbfbfb;color:#d5c3ac;}.eventon_daily_in .evo_day.on_focus{background-color:#f7f7f7;color:#a4a4a4;border-color:#747474;}.evo_day.on_focus:hover{background-color:#f7f7f7;color:#a4a4a4;}.evodv_current_day{background-color:#d5c3ac;color:#ffffff;}.evodv_current_day p{color:#ffffff}.eventon_daily_in .evodv_action{background-color:#f7f7f7;color:#c3bebe;}.eventon_daily_in .evodv_action:hover{background-color:#e0e0e0;color:#ffffff;}.eventon_daily_in .evo_day.today{color:#ffb677}.evo_metarow_tix .tx_wc_notic{background-color:#abbba1}#evcal_list .eventon_list_event .evo_metarow_tix .tx_wc_notic p{color:#ffffff}#evcal_list .eventon_list_event .event_description .tx_wc_notic .evcal_btn.view_cart{background-color:#237ebd;color:#ffffff;}#evcal_list .eventon_list_event .event_description .tx_wc_notic .evcal_btn.checkout{background-color:#237ebd;color:#ffffff;}.evcal_evdata_cell h3.orating .orating_stars{color:#6B6B6B}.evcal_evdata_cell h3.orating .orating_data{background-color:#6B6B6B;color:#ffffff;}.evcal_evdata_cell h3.orating .extra_data{background-color:#b9f551;color:#ffffff;}.evcal_evdata_cell .rating_data .rating{color:#656565}.evcal_evdata_cell .rating_data .bar em{background-color:#4DA5E2}.evcal_evdata_cell .rating_data .count{color:#656565}.evcal_evdata_cell .review_list .review.show .rating{color:#656565}.evcal_evdata_cell .review_list .review.show .description{background-color:#DEDEDE;color:#656565;}.evcal_evdata_cell .review_list .reviewer{color:#656565}.evcal_evdata_cell .review_list_control span{color:#141412}.evore_form_section{background-color:#9AB37F}.evore_form_section, #evore_form h3{color:#ffffff}#submit_review_form{background-color:#ffffff;color:#9ab37f;}.eventon_events_list .eventon_list_event .evcal_desc span.evocd_timer span.evocd_time .countdown-section .countdown-amount, .evo_pop_body .evcal_desc span.evocd_timer span.evocd_time .countdown-section .countdown-amount{background-color:#7baee8;color:#ffffff;}.eventon_events_list .eventon_list_event .evcal_desc span.evocd_timer span.evocd_time .countdown-show3 span:nth-child(3) .countdown-amount, .eventon_events_list .eventon_list_event .evcal_desc span.evocd_timer span.evocd_time .countdown-show4 span:nth-child(4) .countdown-amount{background-color:#a0a0a0;}.eventon_events_list .eventon_list_event .evcal_desc span.evocd_timer span.evocd_time .countdown-section .countdown-period, .evo_pop_body .evcal_desc span.evocd_timer span.evocd_time .countdown-section .countdown-period{color:#ABABAB;}.eventon_events_list .eventon_list_event .evcal_desc span.evocd_timer span.evocd_text, .evo_pop_body .evcal_desc span.evocd_timer span.evocd_text{color:#ABABAB;}.eventon_events_list .eventon_list_event .evcal_desc span.evocd_timer span.evocd_text.timeexpired, .evo_pop_body .evcal_desc span.evocd_timer span.evocd_text.timeexpired{color:#ffffff;background-color:#F49483;}#evcal_list .eventon_list_event.blackout .desc_trig{background-color:#EAEAEA;border-color:#3F3F3F!important;}.ajde_evcal_calendar .evorss_rss_btn.evcal_btn{background-color:#ff7e42;color:#ffffff;}.evcal_desc .evcal_desc3 .evors_eventtop_data em{color:#808080;background-color:#fafafa;border-color:#808080;}.evors_whos_coming span{background-color:#A7A7A7;color:#ffffff;}.evcal_evdata_row .evors_section.evors_guests_list{background-color:#ececec}#evorsvp_form a.submit_rsvp_form{background-color:#ffffff;color:#9AB37F;}.evo_lightbox_body #evorsvp_form .rsvp_status span.set{color:#9AB37F}.evors_lightbox_body #evorsvp_form .form_row select, .evors_lightbox_body #evorsvp_form .form_row input{color:#ffffff}.evors_lightbox_body #evorsvp_form .form_row input::-webkit-input-placeholder{color:#141412}.evors_lightbox_body #evorsvp_form .form_row input:-moz-input-placeholder{color:#141412}.evors_lightbox_body #evorsvp_form .form_row input::-moz-input-placeholder{color:#141412}.evors_lightbox_body #evorsvp_form .form_row input:-ms-input-placeholder{color:#141412}.evors_submission_form, .evors_lightbox_body #evorsvp_form h3{color:#ffffff}.evors_lightbox .evo_lightbox_body.evo_lightbox_body{background-color:#9AB37F}.evoRS_status_option_selection span:hover, body .eventon_list_event .evcal_list_a .evors_eventtop_rsvp span:hover{background-color:#ffffff}.evoRS_status_option_selection span, 
.evors_rsvped_status_user, 
.evors_change_rsvp span.change{color:#808080;border-color:#cdcdcd;background-color:#ffffff;}.evoRS_status_option_selection span:hover, 
.evoRS_status_option_selection span.set, 
.evors_change_rsvp span.change:hover{color:#ffffff;background-color:#fddfa6;}.ajde_evcal_calendar .evosub_subscriber_btn.evcal_btn, #evoSUB_form .form .formIn button#evosub_submit_button, .evosub_subscriber_btn.evcal_btn{background-color:#78aabc;color:#ffffff;}.EVOLI_back_btn{color:#ffffff;background-color:#6b6b6b;}.EVOLI ul li .inner h2{color:#6b6b6b}.EVOLI ul li .inner p{color:#8c8c8c}.EVOLI_section{color:#6b6b6b}.EVOLI ul li .inner{background-color:#ffffff}.EVOLI ul li .inner:hover{background-color:#fffbf1}.EVOLI ul li .inner:after{color:#141412}.EVOSS_back_btn{color:#ffffff;background-color:#6b6b6b;}.EVOSS ul li .inner h2{color:#6b6b6b}.EVOSS ul li .inner p{color:#8c8c8c}.EVOSS_section{color:#6b6b6b}.EVOSS ul li .inner{background-color:#ffffff}.EVOSS ul li .inner:hover{background-color:#fffbf1}.EVOSS ul li .inner:after{color:#141412}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{
background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); background: -webkit-linear-gradient(top,  rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); background: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); background: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); background: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f5f5', endColorstr='#f5f5f5',GradientType=0 ); }.simple-social-icons svg[class^="social-"],
.simple-social-icons svg[class*=" social-"]{display:inline-block;width:1em;height:1em;stroke-width:0;stroke:currentColor;fill:currentColor;}
.simple-social-icons{overflow:hidden;}
.simple-social-icons ul{margin:0;padding:0;}
.simple-social-icons ul li{background:none !important;border:none !important;float:left;list-style-type:none !important;margin:0 6px 12px !important;padding:0 !important;}
.simple-social-icons ul li a{border:none !important;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;display:inline-block;font-style:normal !important;font-variant:normal !important;font-weight:normal !important;height:1em;line-height:1em;text-align:center;text-decoration:none !important;text-transform:none !important;width:1em;}
.simple-social-icons ul.aligncenter{text-align:center;}
.simple-social-icons ul.aligncenter li{display:inline-block;float:none;}
.simple-social-icons .screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}.woocommerce img{-webkit-transform:translate3d(0,0,0);}
.woocommerce mark{background:transparent;}
.woocommerce .main-content, .woocommerce-page .main-content, .post-content .woocommerce{font-size:13px;}
.post-content .woocommerce dl{margin-bottom:1.857em;}
.woocommerce dt{font-weight:600;}
.woocommerce dd{margin-left:14px;margin-bottom:7px;}
body.woocommerce .main-wrap .button, body.woocommerce-page .main-wrap .button, .woocommerce.widget .button,
.woocommerce #respond input#submit{background:#e54e53;-webkit-border-radius:0;border-radius:0;text-shadow:none;border:0;font-weight:normal;line-height:inherit;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;padding:5px 14px;color:#fff;text-transform:uppercase;-webkit-transition:all 0.2s ease-in;-moz-transition:all 0.2s ease-in;transition:all 0.2s ease-in;}
body.woocommerce .main-wrap .button:hover, body.woocommerce .main-wrap .button:active,
body.woocommerce-page .main-wrap .button:hover, body.woocommerce-page .main-wrap .button:active,
.woocommerce.widget .button:active, .woocommerce.widget .button:hover, .woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:active{background:#e54e53;text-shadow:none;opacity:0.9;}
.woocommerce .star-rating, .woocommerce-page .star-rating{letter-spacing:1px;width:5.7em;}
.woocommerce div.product div.images img, .woocommerce-page div.product div.images img{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.woocommerce div.product div.images img, .woocommerce-page div.product div.images img{-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}
.woocommerce .product .thumbnails img:hover{opacity:0.8;}
.woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img{-webkit-box-shadow:none;box-shadow:none;}
.woocommerce div.product .product_title, .woocommerce #content div.product .product_title, 
.woocommerce-page div.product .product_title, .woocommerce-page #content div.product .product_title{padding-left:14px;margin-bottom:14px;}
.woocommerce .main-wrap table, .woocommerce-page .main-wrap table{border:0;border-collapse:collapse !important;-webkit-border-radius:0 !important;border-radius:0 !important;}
.woocommerce div.product form.cart table td, .woocommerce-page div.product form.cart table td{padding:4px 7px;}
.woocommerce div.product form.cart .variations, .woocommerce-page div.product form.cart .variations{width:100%;}
.woocommerce form .form-row, .woocommerce-page form .form-row{padding:3px 0;}
.woocommerce form p:last-child .button, .woocommerce-page form p:last-child .button{margin-top:14px;}
.woocommerce .form-row .chosen-container-single .chosen-single div b{background-position:0 7px !important;}
.woocommerce .form-row .chosen-container-single .chosen-single{height:34px;line-height:34px;background:#f9f9f9;border:1px solid #d9d9d9;-webkit-border-radius:0;border-radius:0;color:#a6a6a6;-webkit-box-shadow:none;box-shadow:none;padding:0 14px;}
.woocommerce .form-row .chosen-container-active .chosen-single{border-color:#bbb;color:#606569;}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, 
.woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info{text-shadow:none;background:#f2f2f2;color:inherit;border-color:transparent;padding:14px 18px !important;border:0;-webkit-border-radius:0;border-radius:0;border-left:3px solid #e54e53;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;font-size:13px;}
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, 
.woocommerce-page .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before,
.woocommerce .woocommerce-message:after, .woocommerce .woocommerce-error:after, .woocommerce .woocommerce-info:after, 
.woocommerce-page .woocommerce-message:after, .woocommerce-page .woocommerce-error:after, .woocommerce-page .woocommerce-info:after{display:none;clear:none;}
.woocommerce .woocommerce-message .button, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, 
.woocommerce-page .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button{margin-top:-5px;}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{float:left;text-align:left;}
.woocommerce .cart_totals h2, .woocommerce-page .cart_totals h2, .woocommerce .shipping_calculator h2, .woocommerce-page .shipping_calculator h2,
.woocommerce .addresses .title h3, .woocommerce-page .addresses .title h3{background:#f9f9f9;border:1px solid #d9d9d9;border-left:0;border-right:0;line-height:32px;color:#19232d;font-size:13px;font-family:"Open Sans", Arial, sans-serif;font-weight:600;text-transform:uppercase;padding:0 14px;margin-bottom:28px;}
.woocommerce .related h2, .woocommerce-page .related h2, .woocommerce .checkout h3, .woocommerce-account .post-content h2, 
.woocommerce-checkout .post-content h2, .woocommerce-account form > h3, .cross-sells h2, .upsells h2{font:18px "Open Sans", Arial, sans-serif;text-transform:uppercase;border-left:3px solid #e54e53;padding-left:14px;line-height:2;margin-bottom:35px;}
.woocommerce form .form-row label, .woocommerce-page form .form-row label{padding-bottom:4px;}
.woocommerce form .form-row .required, .woocommerce-page form .form-row .required{color:#e54e53;margin-left:2px;}
.woocommerce .product .price ins, .woocommerce-page .product .price ins{color:#e54e53;text-decoration:none;}
.woocommerce .main-content{font-size:13px;}
.woocommerce-result-count{display:none;}
.order-select{float:right;cursor:pointer;position:relative;margin-top:-64px;text-transform:capitalize;}
.order-select > span{background:#f9f9f9;padding:0 15px;border:1px solid #d9d9d9;text-align:left;text-transform:capitalize;min-width:200px;display:block;line-height:37px;}
.order-select .fa{float:right;line-height:37px;font-size:15px;background:#fff;padding:0 14px;margin-right:-15px;background:#f2f2f2;}
.order-select .drop{visibility:hidden;opacity:0;position:absolute;top:39px;z-index:100;background:#f2f2f2;width:100%;border:1px solid #d9d9d9;border-top:0;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;transition:all 0.2s ease-in;}
.order-select .drop li a{border-top:1px solid #d9d9d9;padding:10px 15px;display:block;color:inherit;}
.order-select .drop li a:hover{text-decoration:none;}
.order-select .drop li:first-child a{border-top:0;}
.order-select .drop li:hover, .order-select .drop li.active{background:#f9f9f9;}
.order-select:hover .drop{visibility:visible;opacity:1;}
.no-sidebar.woocommerce ul.products, .no-sidebar.woocommerce-page ul.products{margin-right:-25px;}
.no-sidebar.woocommerce ul.products li.product, .no-sidebar.woocommerce-page ul.products li.product,
.no-sidebar.woocommerce .upsells.products ul li.product, .no-sidebar.woocommerce-page .upsells.products ul li.product{width:25%;padding-right:25px;}
.right-sidebar.woocommerce ul.products, .right-sidebar .woocommerce ul.products, .right-sidebar .woocommerce-page ul.products{margin:0;margin-right:-15px;}
.right-sidebar.woocommerce ul.products li.product, .right-sidebar.woocommerce-page ul.products li.product,
.right-sidebar.woocommerce .upsells.products ul li.product, .right-sidebar.woocommerce-page .upsells.products ul li.product{width:33.3333%;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{width:33.3333%;margin:0;margin-bottom:35px;padding-right:15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.woocommerce .product-thumb, .woocommerce-page .product-thumb{position:relative;overflow:hidden;}
.woocommerce ul.products .add_to_cart_button, .woocommerce-page ul.products .add_to_cart_button, .woocommerce ul.products .product_type_grouped{border:0;background:#19232d;color:#fff;font-size:13px;display:block;text-align:center;font-weight:600;text-shadow:none;text-transform:capitalize;padding:8px 0;visibility:hidden;position:absolute;top:auto;width:100%;bottom:-35px;min-height:30px;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transform:translate3d(0,0,0);-moz-transition:bottom 0.4s, visibility 0.4s, border 0.4s;-webkit-transition:bottom 0.4s, visibility 0.4s, border 0.4s;transition:bottom 0.4s, visibility 0.4s, border 0.4s;text-transform:uppercase;font-weight:normal;}
.woocommerce ul.products .add_to_cart_button:hover, .woocommerce ul.products .product_type_grouped:hover{background:#19232d;opacity:1;}
.woocommerce ul.products .product-thumb:hover .add_to_cart_button, .woocommerce-page ul.products .product-thumb:hover .add_to_cart_button, 
.woocommerce ul.products .product-thumb:hover .product_type_grouped, .woocommerce-page ul.products .product-thumb:hover .product_type_grouped{visibility:visible;bottom:0;}
.woocommerce ul.products .add_to_cart_button.added{padding-right:35px;}
.woocommerce ul.products .add_to_cart_button:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;font-size:15px;line-height:0.9;content:"\f07a";margin-right:10px;}
.woocommerce ul.products .add_to_cart_button.added:before{position:static;}
.woocommerce ul.products .add_to_cart_button.added:after{display:block;position:absolute;right:0;top:0;text-indent:0;font-family:WooCommerce;padding:1px 11px;line-height:33px;content:"\e017";background:#e54e53;}
.woocommerce ul.products .add_to_cart_button.loading{color:#19232d;}
.woocommerce ul.products .add_to_cart_button.loading:before{content:" ";margin-right:0;}
.woocommerce ul.products .added_to_cart{display:none;}
.woocommerce span.onsale, .woocommerce-page span.onsale{line-height:25px;background:#e54e53;display:block;font-size:12px;text-transform:uppercase;padding:0 10px;margin-left:7px;color:#fff;display:block;z-index:1;border-radius:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;min-height:0;min-width:0;font-weight:600;text-shadow:none;}
.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale{left:0;right:auto;margin:0;margin-left:7px;}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;margin-bottom:0;}
.woocommerce ul.products li.product a:hover h3, .woocommerce-page ul.products li.product a:hover h3{text-decoration:underline;}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3{margin-top:12px;margin-bottom:7px;padding:0;padding-left:14px;font-size:14px;}
.woocommerce ul.products li.product h3:before, .woocommerce-page ul.products li.product h3:before{content:" ";display:block;float:left;position:absolute;left:0;margin-top:2px;height:18px;border-left:3px solid #e54e53;}
.woocommerce ul.products li.product .amount, .woocommerce div.product p.price, .cart_totals .order-total .amount{color:#e54e53;font-size:19px;display:inline-block;}
.woocommerce ul.products li.product .price .amount:first-letter, .woocommerce div.product p.price .amount:first-letter{font-size:13px;margin-right:1px;}
.woocommerce ul.products li.product del .amount, .woocommerce div.product p.price del .amount{display:inline;font-size:14px;color:#a6a6a6;margin-right:5px;}
.woocommerce .star-rating:before, .woocommerce-page .star-rating:before{color:#e54e53;}
.woocommerce .products .star-rating{float:right;margin:0;margin-top:7px;margin-right:4px;color:#e54e53;}
.woocommerce div.product div.images, .woocommerce-page div.product div.images{width:40%;}
.woocommerce div.product div.summary, .woocommerce-page div.product div.summary{width:60%;padding-left:35px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.woocommerce .woocommerce-product-rating, .woocommerce-page .woocommerce-product-rating{float:right;}
.woocommerce div.product p.price .amount{display:inline-block;}
.woocommerce div.product form.cart, .woocommerce #content div.product form.cart, 
.woocommerce-page div.product form.cart, .woocommerce-page #content div.product form.cart{border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;padding:28px 0px;}
.woocommerce .quantity, .woocommerce-page .quantity{width:auto;}
.woocommerce div.product form.cart .button, .woocommerce-page div.product form.cart .button{padding:0 21px;text-transform:uppercase;font-size:14px;line-height:36px;margin-left:21px;}
.woocommerce .cart .quantity input.qty{border:0;display:inline-block;height:36px;line-height:36px;margin:0;padding:0 5px;text-align:center;vertical-align:middle;position:relative;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;text-align:center;}
.cart input[type=number]::-webkit-inner-spin-button, .cart input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;}
.cart .quantity input.plus, .cart .quantity input.minus{position:static;border-radius:0;cursor:pointer;display:inline-block;height:36px;width:36px;line-height:36px;margin:0;padding:0;vertical-align:middle;background:#f2f2f2;border:1px solid #d9d9d9;font-size:13px;text-shadow:none;color:#a6a6a6;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.cart .quantity input.minus{float:left;}
.woocommerce .quantity .plus:hover, .woocommerce .quantity .minus:hover, 
.woocommerce-page .quantity .plus:hover, .woocommerce-page .quantity .minus:hover{background:#f2f2f2;}
.woocommerce .product_meta > span{display:block;padding:2px 0;font-weight:600;}
.product_meta span > a, .product_meta .sku{font-weight:normal;color:inherit;}
.product_meta .posted_in > a:first-child, .product_meta .tagged_as > a:first-child, .product_meta .sku{margin-left:7px;}
.woocommerce div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs{margin-bottom:42px;}
.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs{margin:0;padding:0;border:0;list-style-type:none;margin:0 0 -1px 0;clear:both;overflow:hidden;}
.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before{display:none;}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after{-webkit-box-shadow:none;box-shadow:none;display:none;}
.woocommerce div.product .woocommerce-tabs ul.tabs li{background:transparent;padding:0;margin:0;border:0;-webkit-box-shadow:none;box-shadow:none;float:left;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a{float:left;display:block;padding:5px 28px;background:#fcfcfc;border:1px solid #d9d9d9;border-left:0;color:#19232d;font-size:13px;font-weight:normal;text-shadow:none;line-height:1.8462;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover{color:#19232d;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{background:#f2f2f2;border-bottom:1px solid #e54e53;color:#19232d;}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child a{border-left:1px solid #d9d9d9;}
.woocommerce div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel{border:1px solid #d9d9d9;padding:21px;}
.woocommerce-tabs .panel h2{display:none;}
#tab-description .post-content{margin-bottom:-1.857em;}
.woocommerce table.shop_attributes td p, .woocommerce-page table.shop_attributes td p{padding:7px 14px;}
.woocommerce table.shop_attributes th, .woocommerce-page table.shop_attributes th,
.woocommerce table.shop_attributes td p, .woocommerce-page table.shop_attributes td{border:0;}
.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text{border:0;margin:0;margin-left:75px;padding:0;padding-bottom:10px;border-bottom:1px solid #d9d9d9;}
.woocommerce #reviews #comments ol.commentlist li .comment-text p, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p{margin:0;margin-bottom:21px;}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta{color:#a6a6a6;font-size:12px;}
.woocommerce #reviews .meta > strong{color:#e54e53;font-weight:normal;text-transform:uppercase;}
.woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar{border:0;box-shadow:none;width:40px;padding:0;background:transparent;}
.woocommerce #reviews{padding-top:14px;}
.woocommerce #review_form #respond, .woocommerce-page #review_form #respond{margin-top:14px;}
.woocommerce #review_form #respond p, .woocommerce-page #review_form #respond p{margin:0 0 21px;}
.woocommerce .comment-form label{display:block;margin-bottom:7px;}
.woocommerce .comment-form-rating .stars a{color:#e54e53;}
.woocommerce .comment-form-comment textarea{min-height:165px;line-height:1.5;}
.no-sidebar.woocommerce .related .products, .no-sidebar.woocommerce-page .related .products{margin-right:-25px;}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td, .woocommerce table.shop_table th, 
.woocommerce-page table.shop_table th{border:0;padding:10px 14px;font-size:13px;}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th{font-weight:600;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;color:#19232d;background:#f9f9f9;}
.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, 
.woocommerce-page table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot th{border-top:1px solid #d9d9d9;vertical-align:middle;}
.woocommerce table.shop_table tr td, .woocommerce-page table.shop_table tr td{border-bottom:1px solid #d9d9d9;}
.woocommerce table.shop_table tr:last-child td, .woocommerce-page table.shop_table tr:last-child td{border-bottom:0;}
.woocommerce table.cart td.actions, .woocommerce-page table.cart td.actions{padding-top:28px;}
.woocommerce table.cart a.remove, .woocommerce-page table.cart a.remove{color:#a6a6a6;border:1px solid #a6a6a6;font-size:15px;padding:3px;}
.woocommerce table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover{color:inherit;background:transparent;}
.woocommerce table.cart img, .woocommerce-page table.cart img{width:60px;display:block;}
.woocommerce table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon{margin-left:-14px;}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text{line-height:21px;min-width:150px;-webkit-box-shadow:none;box-shadow:none;}
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells{width:100%;float:none;}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{margin-top:42px;}
.woocommerce .cart_totals{width:100%;}
.woocommerce .cart-collaterals .cart_totals th, .woocommerce-page .cart-collaterals .cart_totals th{font-weight:normal;width:50%;font-weight:600;}
.woocommerce .cart_totals tr td, .woocommerce-page .cart_totals tr td{width:50%;}
.cart_totals .order-total{border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;}
.woocommerce .cart-collaterals .cart_totals .order-total th{vertical-align:middle;}
.woocommerce .cart-collaterals .cart_totals .shipping th, .woocommerce .cart-collaterals .cart_totals .shipping td{padding-bottom:21px;}
.woocommerce .cart-collaterals .cart_totals .order-total th, .woocommerce .cart-collaterals .cart_totals .order-total td{padding:14px 7px;}
.woocommerce .cart-collaterals .cart_totals tr td, .woocommerce .cart-collaterals .cart_totals tr th, 
.woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr th{border:1px solid #d9d9d9;padding:4px 7px;font-size:13px;background:transparent;border:0;}
.woocommerce .shipping_calculator .form-row, .woocommerce-page .shipping_calculator .form-row,
.woocommerce .form-row, .woocommerce-page .form-row{margin:0;padding:0;margin-bottom:14px;}
.woocommerce .cart-collaterals .shipping_calculator .button, .woocommerce-page .cart-collaterals .shipping_calculator .button{float:right;width:auto;}
.woocommerce .col-1{padding:0;}
.woocommerce #customer_details{margin-bottom:42px;}
.woocommerce .checkout .shop_table tr td, .woocommerce-page .checkout .shop_table tr td,
.woocommerce .shop_table.order_details tr td, .woocommerce-page .shop_table.order_details tr td{background:transparent;}
.woocommerce .checkout .shop_table tfoot tr:last-child td, .woocommerce-page .checkout .shop_table tfoot tr:last-child td,
.woocommerce .shop_table.order_details tr:last-child tfoot td, .woocommerce-page .shop_table.order_details tfoot tr:last-child td{border-bottom:1px solid #d9d9d9;}
#ship-to-different-address-checkbox{margin-left:14px;}
.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods{background:#f9f9f9;border-top:1px solid #d9d9d9;margin-top:42px;}
.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box{background:#f2f2f2;font-size:inherit;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after{display:none;}
.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row{background:#f2f2f2;}
.woocommerce .order_details li, .woocommerce-page .order_details li{font-size:10px;}
.woocommerce .order_details, .woocommerce-page .order_details{margin-bottom:24px;}
.woocommerce .bacs_details h3, .woocommerce-page .bacs_details h3{font-size:14px;font-weight:600;}
.woocommerce .addresses .title h3, .woocommerce-page .addresses .title h3{float:none;}
.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register, .woocommerce-page form.login, 
.woocommerce-page form.checkout_coupon, .woocommerce-page form.register{border:1px solid #d9d9d9;-webkit-border-radius:0;border-radius:0;}
.woocommerce #rememberme{margin-left:15px;}
.woocommerce .addresses .title .edit, .woocommerce-page .addresses .title .edit{margin-top:-58px;margin-right:14px;}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{height:11px;border:0;background:#e54e53;box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1) inset;}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{-webkit-transition:none;-moz-transition:none;transition:none;}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{height:11px;border:0;background:#f2f2f2;}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{background:#fff;border:1px solid #e54e53;height:16px;width:16px;}
.woocommerce .widget_price_filter .price_slider_amount{margin-top:28px;font-size:13px;background:#f2f2f2;}
.woocommerce .widget_price_filter .price_label{padding:2px 14px;}
.woocommerce .widget_price_filter .price_slider_amount .button{font-size:13px;padding:2px 18px;text-transform:uppercase;}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{width:85px;height:auto;float:left;margin-left:0;margin-right:15px;-webkit-box-shadow:none;box-shadow:none;}
.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after{display:block;box-sizing:border-box;float:left;margin-left:105px;background:#d9d9d9;height:1px;content:" ";width:100%;margin-top:-1px;}
.woocommerce ul.cart_list empty:after, .woocommerce ul.product_list_widget .empty:after{display:none;}
.woocommerce ul.cart_list li:first-child, .woocommerce ul.product_list_widget li:first-child{padding-top:0;}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li{overflow:hidden;border:0;padding:24px 0 0 0;}
ul.product_list_widget li a, .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3{font-family:"Roboto Slab", Georgia, serif;font-weight:normal;}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a{font-size:13px;line-height:1.5;margin-bottom:7px;font-weight:normal;}
.woocommerce .star-rating span{color:#e54e53;}
.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating{margin-bottom:7px;font-size:12px;}
.widget_product_search .screen-reader-text{display:none;}
.woocommerce.widget_shopping_cart .total, .woocommerce .widget_shopping_cart .total, 
.woocommerce-page.widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total{margin-top:21px;border:0;}
.woocommerce .widget_layered_nav ul, .woocommerce-page .widget_layered_nav ul{margin-top:-7px;}
.woocommerce .widget_layered_nav ul li, .woocommerce-page .widget_layered_nav ul li{padding:4px 0px;}
.woocommerce .widget_layered_nav ul li.chosen a, .woocommerce-page .widget_layered_nav ul li.chosen a{background-color:#e54e53;border:0;padding:2px 7px;vertical-align:middle;}
.widget_product_categories li{overflow:hidden;text-align:right;font-weight:bold;}
.widget_product_categories li a{float:left;font-weight:normal;}
.widget_product_categories .children{clear:both;padding-top:7px;}
.widget_product_categories .children li{border-top:1px solid #d9d9d9;margin-left:14px;}
.widget_product_categories .children li:first-child{padding-top:7px;margin-left:0;padding-left:14px;}
.widget_product_categories .children li{border-bottom:0;}
.widget_product_categories li ul li:last-child{border-bottom:0;padding-bottom:0;}
.menu .shopping-cart{position:relative;float:right;}
.navigation .menu .shopping-cart > a{background:#2a3746;padding:0 21px;}
.navigation .shopping-cart .text{display:none;}
.menu li.shopping-cart > a:after{display:none;}
.shopping-cart .counter{font-size:12px;background:#e54e53;line-height:1;padding:2px 3px;text-align:center;position:absolute;top:6px;margin-left:12px;font-weight:600;border-radius:2px;-webkit-border-radius:2px;display:none;}
.shopping-cart .counter.active{display:block;}
.shopping-cart .cart-widget{width:260px;right:0;left:auto;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.menu .shopping-cart .product_list_widget{display:block;position:static;padding:0;}
.menu .shopping-cart:hover .product_list_widget{visibility:visible;opacity:1;}
.menu .shopping-cart .product_list_widget img{max-width:60px;width:auto;height:auto;float:left;margin:0;margin-right:15px;-webkit-box-shadow:none;box-shadow:none;}
.menu .shopping-cart .product_list_widget li{min-width:0;overflow:hidden;border-bottom:1px solid #1f2c38;;padding:25px;}
.menu .shopping-cart .product_list_widget li:first-child{padding:25px;}
.menu .shopping-cart .product_list_widget li a{color:#fff;padding:0;border:0;font-weight:normal;}
.menu .shopping-cart .product_list_widget .quantity{color:#d9d9d9;font-size:12px;}
.menu .shopping-cart .product_list_widget li:after{display:none;}
.menu .cart-widget .total{font-size:14px;margin-top:21px;padding-left:25px;}
.menu .cart-widget .buttons{padding:0 25px;}
.navigation .menu .cart-widget .button{background:#e54e53;font-size:12px;padding:3px 9px;margin-right:3px;color:#fff;-webkit-transition:all 0.4s ease-in;-moz-transition:all 0.4s ease-in;transition:all 0.4s ease-in;}
.menu .cart-widget .button:hover{opacity:0.9;}
.woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product{width:50%}
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product{width:33.3333%;}
.woocommerce-page.columns-4 ul.products li.product, .woocommerce.columns-4 ul.products li.product{width:25%;}
.woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product{width:20%}
.woocommerce-page.columns-6 ul.products li.product, .woocommerce.columns-6 ul.products li.product{width:16.666666667%;}
@media only screen and (min-width: 800px) and (max-width: 940px){}
@media only screen and (max-width: 799px) {
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{padding-left:0;padding-right:0;}
.right-sidebar.woocommerce ul.products li.product, .no-sidebar.woocommerce ul.products li.product,
.right-sidebar .woocommerce ul.products li.product, .no-sidebar .woocommerce ul.products li.product,
.right-sidebar.woocommerce-page ul.products li.product, .no-sidebar.woocommerce-page ul.products li.product{width:48%;padding:0;}
.woocommerce ul.products, .woocommerce-page ul.products{margin-right:0 !important;}
.woocommerce div.product div.images, .woocommerce-page div.product div.images{width:100%;}
.woocommerce div.product div.summary, .woocommerce-page div.product div.summary{width:100%;padding-left:0;}
.woocommerce .stars, .woocommerce-page .stars, .star-rating{text-rendering:auto;}
.woocommerce-cart .cart .quantity input.qty, .woocommerce-cart .cart .quantity input.qty{max-width:36px;}
.woocommerce-cart .cart .quantity input.qty, .woocommerce-cart .cart .quantity input.qty, 
.woocommerce-cart .cart .quantity input.plus, .woocommerce-cart .cart .quantity input.minus{float:none;display:block;}
.woocommerce table.cart td.actions, .woocommerce-page table.cart td.actions{text-align:right;}
.woocommerce table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon{float:none;text-align:right;margin-bottom:28px;border-bottom:1px solid #d9d9d9;padding-bottom:28px;}
.woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, 
.woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input{width:auto;float:none;}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text{float:none;}
.woocommerce table.cart td.actions .button.alt, .woocommerce-page table.cart td.actions .button.alt{margin-left:3px;}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{margin-bottom:28px;}
} @media only screen and (max-width: 400px) {
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering { float: none; }
.order-select { 
clear: both;
float: none;
margin: 0;
margin-bottom: 28px;
}
.woocommerce ul.products li.product, .no-sidebar.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product, .no-sidebar.woocommerce-page ul.products li.product {
width: 100%;
}
.woocommerce .products .star-rating { float: none; } .woocommerce div.product form.cart .button, .woocommerce-page div.product form.cart .button {
margin-left: 0;
} .woocommerce table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
margin: 0;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td, 
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
padding: 10px 4px;
}
.woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, 
.woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input {
width: 100%;
margin-bottom: 3px;
}
}.navigation{background-color:#f2f2f2;}
.navigation.sticky{background:rgb(239,239,239);background:rgba(239,239,239, 0.9);}
.navigation .menu > li:hover, .navigation .menu li li:hover, .navigation .menu li li.current-menu-item,
.navigation .mega-menu .sub-nav li:hover, .navigation .menu .sub-nav li.current-menu-item{background-color:#ffffff;}
.navigation{border-color:#eee;}
.navigation .menu > li li a, .navigation .mega-menu.links > li > a, .navigation .mega-menu.links > li li a,
.mega-menu .posts-list .content, .navigation .mega-menu .sub-nav li a{border-color:#e0e0e0;}
.mega-menu .heading, .navigation .mega-menu.links > li > a{border-color:#e0e0e0;}
.navigation a, .mega-menu .heading, .mega-menu .featured h2 a, .tabbed .tabs-list a{color:#19232d;}
.navigation .mega-menu, .navigation .menu ul{background-color:#fff;}
.mega-menu .sub-nav{background:#f2f2f2;}
.navigation .menu .user-login a, .navigation .menu .shopping-cart > a{background:#e6e6e6;}
.navigation .menu > li > ul, .navigation .mega-menu{-webkit-box-shadow:0px 0px 4px 0 rgba(0, 0, 0, 0.2);-moz-box-shadow:0px 0px 4px 0 rgba(0, 0, 0, 0.2);box-shadow:0px 0px 4px 0 rgba(0, 0, 0, 0.2);}
@media only screen and (max-width: 799px) { 
.navigation .menu > li:hover > a, .navigation .menu > .current-menu-item > a, 
.navigation .menu > .current-menu-parent > a{background-color:#f2f2f2;}
.navigation .menu > li:hover > a, .navigation .menu > .current-menu-item > a, 
.navigation .menu > .current-menu-parent > a, .navigation .mega-menu.links > li:hover,
.navigation .menu > .current-menu-ancestor > a, .navigation .menu li.active{background-color:#ffffff;}
.navigation .menu li a{border-color:#e0e0e0;}
.navigation .mega-menu.links > li:hover{background-color:#fff;}
.navigation .mobile .fa{color:#efefef;}
.navigation .mobile .fa-search, .mobile .search .query, .mobile .searchform input, .mobile .searchform #s{color:inherit;}
.off-canvas .close .fa{border-color:#19232d;}
}
.breadcrumbs{background:#fbfbfb;}
.main .sidebar .widgettitle, .tabbed .tabs-list{background:#f2f2f2;color:#19232d;}
.main-footer .widgettitle, .main-footer .posts-list .content{border-color:#d9d9d9;}
.main-footer .posts-list time, .main-footer .posts-list .comments{color:#606569;}
.main-footer .feedburner input{background:#ddd;color:inherit;}
.main-footer{background-color:#f2f2f2;background-image:none;}
.main-footer .widgettitle{color:#19232d;}
.main-footer, .main-footer .widget{color:#2c3a49;}
.main-footer .widget a{color:#19232d;}
.lower-foot{background-color:#e3e3e3;}
.lower-foot{color:#2c3a49;}
.lower-foot a { color: #19232d; }@import url("https://fonts.googleapis.com/css?family=Lora%3Aregular|Oswald%3Aregular|Playfair+Display%3Aregular|Lora%3A400|Lora%3A600|Lora%3A700|Oswald%3A400|Oswald%3A600|Oswald%3A700");
body, body.boxed{background-color:#ffffff;}
.navigation{background-color:#ffffff;}
@media only screen and (max-width: 799px) { .navigation .menu > li:hover > a, .navigation .menu > .current-menu-item > a, 
.navigation .menu > .current-menu-parent > a{background-color:#ffffff;}
}
.navigation.sticky{background:rgb(255,255,255);background:rgba(255,255,255, 0.9);}
.post-content{font-family:"Lora", Arial, sans-serif;font-weight:normal;font-size:15px;}
.navigation .menu{font-family:"Oswald", Arial, sans-serif;font-weight:normal;}
.highlights .excerpt, .listing-alt .content .excerpt{font-family:"Lora", Arial, sans-serif;font-weight:normal;font-size:15px;}
.page .post-header h1, .page  .post-content h1, .page .post-content h2, 
.page .post-content h3, .page  .post-content h4, .page  .post-content h5, .page  .post-content h6{font-family:"Playfair Display", Arial, sans-serif;font-weight:normal;}
body, .main .sidebar .widgettitle, .tabbed .tabs-list, h3.gallery-title, .comment-respond small, .main-heading, .gallery-title, .section-head, .main-footer .widgettitle, .entry-title, .page-title, .woocommerce .cart_totals h2, .woocommerce-page .cart_totals h2, .woocommerce .shipping_calculator h2,
.woocommerce-page .shipping_calculator h2, .woocommerce .addresses .title h3, .woocommerce-page .addresses .title h3, 
.woocommerce .related h2, .woocommerce-page .related h2, .woocommerce .checkout h3, .woocommerce-account .post-content h2, 
.woocommerce-checkout .post-content h2, .woocommerce-account form > h3, .cross-sells h2{font-family:"Lora", Arial, sans-serif;}
h1, h2, h3, h4, h5, h6, .gallery-block .carousel .title a, .list-timeline .posts article, .posts-list .content > a, .block.posts a, 
#bbpress-forums .bbp-topic-title, #bbpress-forums .bbp-forum-title, .bbpress.single-topic .main-heading, .navigate-posts .link, ul.product_list_widget li a, .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3{font-family:"Oswald", Georgia, serif;}
.post-content h1{font-size:28px;}
.post-content h2{font-size:24px;}
.post-content h3{font-size:21px;}
.post-content h4{font-size:18px;}
.post-content h5{font-size:16px;}
.post-content h6{font-size:15px;}
h1, h2, h3, h4, h5, h6{color:#2c3a49}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6{color:#2c3a49}
.post-content a:hover{color:#2c3a49}
.cat-2, .cat-title.cat-2{background:#dd3333;}
.navigation .menu .menu-cat-2 .mega-menu{border-bottom-color:#dd3333;}
.news-focus .heading.cat-2 .subcats .active, .news-focus .heading.cat-2, .cat-text-2{color:#dd3333;}
.navigation .menu > .menu-cat-2:hover > a, .navigation .menu > .menu-cat-2.current-menu-item > a, .navigation .menu > .menu-cat-2.current-menu-parent > a{border-bottom-color:#dd3333;}
.cat-4, .cat-title.cat-4{background:#8224e3;}
.navigation .menu .menu-cat-4 .mega-menu{border-bottom-color:#8224e3;}
.news-focus .heading.cat-4 .subcats .active, .news-focus .heading.cat-4, .cat-text-4{color:#8224e3;}
.navigation .menu > .menu-cat-4:hover > a, .navigation .menu > .menu-cat-4.current-menu-item > a, .navigation .menu > .menu-cat-4.current-menu-parent > a{border-bottom-color:#8224e3;}
@media only screen and (min-width:456px){.top-homebtn{float:right;margin-top:35px}}@media only screen and (max-width:455px){.top-homebtn{display:ruby-text}#top_banner .wrap{text-align:center}}@media only screen and (max-width:1128px){body.boxed{padding:0}}.main-head header{background-color:#111}@media only screen and (min-width :415px){.desktop-image{display:block!important}.mobile-image{display:none!important}}@media only screen and (max-width :414px){.desktop-image{display:none!important}.mobile-image{display:block!important}}#twitter-widget-0{height:332px!important}.main .sidebar .widgettitle{color:#e54e53}.widgettitle{font-weight:600}body.boxed{background-repeat:no-repeat;background-attachment:fixed;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-image:url(https://theme-sphere.com/smart-mag/wp-content/uploads/2014/01/5-4yas-4415263267_3c62eecb99_o.jpg)}#menu-item-2394,#nav li:last-child{background:#e54e53;color:#fff;height:4px!important;background:#e54e53!important}#post-2528>hr{margin:5px 0!important;height:5px!important;background:#e54e53!important}@media only screen and (min-device-width :320px) and (max-device-width :480px){#zoe-banner{width:100%!important}.meta{display:none}.pages{display:none}}