/*
Theme Name: Ana Eastern
Theme URI: https://autowebtech.com/themes/anaeastern/
Author: the WordPress team
Author URI: https://autowebtech.com/
Description: The Ana Eastern theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 3.7
Tested up to: 6.0
Requires at least: 3.5
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, block-patterns
Text Domain: anaeastern

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

/* ------------------ inline Style ---------------------*/
/* body, .site-navigation .menu > li.mega-menu .mega-menu-icon .menu-item > a{
	font-family:"Source Sans Pro", Helvetica, Arial, sans-serif;
	font-weight:400;font-size:17px;
	letter-spacing:.02em;}body{color:#AAAAAA;
} */
/* h1,h2,h3,h4,h5,h6{font-family:barlow;font-weight:300;letter-spacing:0;}
h1, h2, h3, h4, h5, h6{color:#111;}h1{font-size:30px;}
h2{font-size:26px;}
h3{font-size:22px;}
h4{font-size:18px;}
h5{font-size:16px;}
h6{font-size:14px;} */
a,
a:visited {
	color: #191919;
}

a:hover {
	color: #00238C;
}

body,
#page {
	background-color: #ffffff;
}

.site-header .site-header-inner {
	background-color: rgba(255, 255, 255, 0);
	margin: 0px 0px 0px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

.site-header .header-buttons-container i,
#mobile-menu-toggle {
	color: #ffffff;
}

.site-header .header-buttons-container i:hover,
#mobile-menu-toggle:hover {
	color: #ffffff;
}

.site-header .header-buttons-container .search-box .pe-7s-search,
.site-header .header-buttons-container .mini-cart-button .pe-7s-shopbag,
#mobile-menu-toggle {
	font-size: 22px;
}

.site-navigation .menu>li,
.site-navigation .menu>ul>li {
	padding: 38px 20px;
}

.site-navigation {
	font-family: barlow;
	font-weight: 600;
	font-size: 13px;
}

.site-navigation .menu>ul>li>a,
.site-navigation .menu>li>a {
	color: #ffffff;
}

.site-navigation .menu>li>a:hover,
.site-navigation>.menu>li:hover>a,
.site-navigation .menu>ul>li>a:hover,
.site-navigation .menu>ul>li:hover>a {
	color: #ffffff;
}

.site-navigation .menu>.menu-item>a:before,
.site-navigation .menu>ul>li>a:before {
	border-bottom-color: #ffffff;
}

.site-navigation .sub-menu,
.site-navigation .children {
	font-family: barlow;
	font-weight: 400;
	font-size: 13px;
}

.site-navigation .menu>.menu-item .sub-menu,
.site-navigation .menu>ul>li .children {
	background-color: #111;
}

.site-navigation .sub-menu li a,
.site-navigation .children li a {
	color: #999;
}

.site-navigation .sub-menu li a:hover,
.site-navigation .children li a:hover {
	color: #fff;
}

.site-navigation .sub-menu .menu-item.menu-item-has-children:after {
	color: rgba(255, 255, 255, 0.5);
}

.site-navigation .sub-menu .menu-item.menu-item-has-children:hover:after {
	color: #fffC;
}

.btn-style-1 .btn-text-holder {
	background-color: #000000;
	border-color: #000000;
}

.btn-style-1:hover .btn-text-holder {
	background-color: rgba(0, 0, 0, 0);
	color: #000000;
	border-color: #000000;
}

.btn-style-1 {
	color: #ffffff;
}

.btn-style-1 .btn-icon-holder {
	border-color: #000000;
	background-color: #222222;
	color: #ffffff;
}

.btn-style-1:hover .btn-icon-holder {
	border-color: #000000;
	background-color: rgba(0, 0, 0, 0);
	color: #000000;
}

.btn-style-2 .btn-text-holder {
	background-color: rgba(0, 0, 0, 0);
	border-color: #00238C;
}

.btn-style-2:hover .btn-text-holder {
	background-color: #00238C;
	color: #ffffff;
	border-color: #00238C;
}

.btn-style-2 {
	color: #000000;
}

.btn-style-2 .btn-icon-holder {
	border-color: #00238C;
	background-color: rgba(0, 0, 0, 0);
	color: #000000;
}

.btn-style-2:hover .btn-icon-holder {
	border-color: #00238C;
	background-color: #072376;
	color: #ffffff;
}

.btn-style-3 .btn-text-holder {
	background-color: #00238C;
	border-color: #00238C;
}

.btn-style-3:hover .btn-text-holder {
	background-color: rgba(0, 0, 0, 0);
	color: #00238C;
	border-color: #00238C;
}

a.btn-style-3 {
	color: #ffffff;
}

.btn-style-3 .btn-icon-holder {
	border-color: #00238C;
	background-color: #072376;
	color: #ffffff;
}

.btn-style-3:hover .btn-icon-holder {
	border-color: #00238C;
	background-color: rgba(0, 0, 0, 0);
	color: #072376;
}

.btn-style-4 .btn-text-holder {
	background-color: rgba(0, 0, 0, 0);
	border-color: #EEEEEE;
}

.btn-style-4:hover .btn-text-holder {
	background-color: #00238C;
	color: #ffffff;
	border-color: #00238C;
}

.btn-style-4 {
	color: #00238C;
}

.btn-style-4 .btn-icon-holder {
	border-color: #EEEEEE;
	background-color: rgba(0, 0, 0, 0);
	color: #00238C;
}

.btn-style-4:hover .btn-icon-holder {
	border-color: #00238C;
	background-color: #072376;
	color: #ffffff;
}

.site-footer {
	padding: 95px 0px 95px 0px;
	background-color: #191919;
	color: #aaa;
	font-size: 16px;
}

.site-footer a,
.site-footer a:visited {
	color: #999;
}

.site-footer a:hover {
	color: #ffffff;
}

.site-footer a {
	font-size: 17px;
}

.footer-widget-container+.container .footer-bottom-container {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #333;
	margin: 80px 0px 0px 0px;
	padding: 80px 0px 0px 0px;
}

.site-footer .widget-title {
	font-weight: 300;
	font-size: 28px;
	letter-spacing: 0;
	color: #ffffff;
	padding: 0px 0px 25px 0px;
}

.site-footer .footer-social-links-container {
	padding: 60px 0px 0px 0px;
}

.site-footer .footer-social-links-container a {
	color: #ffffff;
}

.site-footer .footer-social-links-container a:hover {
	color: #ffffff;
}

.site-footer .footer-social-links-container a:before {
	font-size: 17px !important;
}

.big-title .entry-title {
	font-family: barlow;
	font-weight: 200;
	font-size: 70px;
	letter-spacing: 0;
	color: #ffffff;
}

.big-title {
	background-color: #fff;
	background-image: url("https://anaeasternstg.wpengine.com/wp-content/themes/anaeastern/assets/images/page_bg.jpg");
}

.big-title:after {
	background-color: rgba(0, 36, 140, 0.8);
}

.big-title-single .entry-title {
	font-family: barlow;
	font-weight: 200;
	font-size: 70px;
	letter-spacing: 0;
	color: #ffffff;
	padding: 260px 0px 260px 0px;
}

.big-title-single {
	background-color: #fff;
	background-image: url("http://spaceship.thememove.com/wp-content/uploads/2015/10/bg-17-1920-650.jpg");
}

.big-title-single:after {
	background-color: rgba(0, 0, 0, 0.5);
}

.big-title-portfolio .entry-title {
	font-family: barlow;
	font-weight: 200;
	font-size: 70px;
	letter-spacing: 0;
	color: #ffffff;
	padding: 260px 0px 260px 0px;
}

.big-title-portfolio {
	background-color: #fff;
	background-image: url("http://spaceship.thememove.com/wp-content/uploads/2015/10/bg-18-1920-650.jpg");
}

.big-title-portfolio:after {
	background-color: rgba(0, 36, 140, 0.8);
}

@media (min-width: 1024px) {
	.site-header .site-header-inner {
		border-color: rgba(255, 255, 255, 0.2);
	}
}

@media (min-width: 1200px) {
	.site-branding {
		padding: 0px 40px;
	}
}

.checked {
	color: orange;
}

/*--19-01-2022--*/
.event-body:last-child {
	margin-bottom: 35px;
}

.event-body {
    background: #f9f9f9;
    padding: 25px 25px 80px 25px;
    box-shadow: 1px 3px 3px rgb(1 1 1 / 14%);
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 100%;
    position: relative;
}
.event-body p {
    font-size: 17px;
    line-height: 25px;
}
.col-sm-6:nth-child(even) .event-body {
    margin-right: -15px;
}
.col-sm-6:nth-child(odd) .event-body {
    margin-left: -15px;
}
h3.event-title {
    padding-bottom: 15px;
    margin-bottom: 10px;
}
h3.event-title a {
	font-size: 24px;
	font-weight: 500;
	color: #a6000b;
}

.event-date-full {
    color: #333;
    padding-bottom: 10px;
}

.event-time {
	color: #000;
	padding-bottom: 8px;
}

.event-body [class^="pe-7s-"],
.event-body [class*=" pe-7s-"] {
	display: inline-block;
	color: #000;
	font-weight: bold;
	padding-top: 4px;
	vertical-align: top;
	padding-right: 5px;
}
a.register-now {
    background: #a6000b;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    font-weight: 500;
    border: 2px solid #ffc20d;
    position: absolute;
    left: 25px;
    bottom: 25px;
}


a.register-now:visited {
	color: #fff;
}

a.register-now [class^="pe-7s-"],
a.register-now [class*=" pe-7s-"] {
	color: #fff;
	font-weight: bold;
	padding-right: 0px;
}

a.register-now:hover {
	background: #333;
	text-decoration: none;
	color: #fff;
}

.event-excerpt {
	padding: 15px 0px;
	color: #000;
}

/*--for event--*/
ul.event_loop li:nth-child(odd) {
	background: #efefef;
	padding: 5px 25px 25px 25px;
}

ul.event_loop li:nth-child(even) {
	padding: 5px 25px 25px 25px;
	background: #fbfbfb;
}

ul.event_loop li {
	margin-bottom: 0px;
}

ul.event_loop h2 {
	color: #5da8b6;
	font-weight: bold;
}

ul.event_loop .location {
	color: #000;
	display: block;
}

ul.event_loop .time {
	color: #663619;
	display: block;
	font-weight: bold;
}

ul.event_loop .register_link {
	color: #fff;
	border-color: #000000;
	background-color: #5da8b6;
	font-size: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	margin: 5px 0px;
	border: 2px solid #333333;
}

ul.event_loop .register_link:hover {
	background: #663619;
}
.pagelist li:before {
    font: 16px/1 FontAwesome;
    content: '\f105';
    color: #6EA7B7;
    display: block;
    position: absolute;
    left: 0px;
    top: 3px;
}
.pagelist li {
    position: relative;
    padding-bottom: 5px;
    padding-left: 20px;
    display: block;
    margin-right: 15px;
    font-size: 20px;
    color: #292929;
    font-weight: normal;
    /* font-size: 16px; */
}
ul.pagelist {
    margin-bottom: 15px;
}
.session-table thead th{padding: 10px; background-color: #990e03; color:#FFF;}
.session-table .register-btn{padding: 7px 25px;background-color: #990e03;color: #FFF;border-radius: 50px;text-align: center;font-size: 17px;display: inline-block;text-decoration: none;}
.session-table tbody tr td:last-child{text-align:center}
.em.pixelbones section.em-event-content p {line-height: 27px!important;}

.em-location-content .location_detail_section p{ line-height:24px!important; font-size:16px!important;}


.em-booking-form-summary-title{display:none;}
.em .em-booking-form-summary.em-booking-section.no-booking{display:none !important;}
.event-template-default .arrow-list a{text-decoration: underline!important;color: #ad1e22!important;}
.event-template-default .arrow-list li{font-family: 'barlowmedium';}
.event-template-default .alert-red a{color:#FFF!important;}
.em-booking-form-section-tickets p.em-tickets-spaces{padding:0}
.em-booking-section .em-ticket-booking {padding:0!important}

#em-booking-form-section-tickets-39{
	display:none;
}

#em-booking-form-section-details-39 .em-booking-form-details-title{
	display:none;
}