/* CSS Code for MATH.AUTH Theme */


/* ===== 1. General CSS Code ===== */
body {
	background: #f0f3f5;
}
.container {
    margin: 0 auto;
    max-width: 1180px;
}
.widget {
	margin: 0;
}
table {
    border-collapse: collapse;
}
table, th, td {
    border: 1px solid #ddd;
}
table td, table th {
    padding: 10px !important;
}
strong {
    font-weight: bold;
}


/* Seminars */
#main-bottom-2 {
    margin: -20px 0 0;
    padding: 0 0 40px;
}
.seminars-box {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 13px #e6e6e6;
    padding: 20px;
    position: relative;
}
.seminars-box h4 {
    color: #3db4c2;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px;
    transition: all .4s ease;
}
.seminars-box:hover h4 {
    color: #1f1f1f;
    transition: all .4s ease;
}
.seminars-box p {
    font-size: 15px;
    font-weight: 300;
    margin: 0;
}
.seminars-box a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
}
.seminars-box:after {
    color: #e2f3f5;
    content: '\f073';
    font-family: 'Font Awesome 5 Free';
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 5px;
    transform: rotate(20deg);
}


/* ===== 2. Header ===== */
.mobile-menu-icon {
	display: none;
}
.site-header {
	background: #fff;
}
.site-header .uk-grid {
	margin: 0;
	padding: 0;
}
.site-header .uk-grid > * {
	padding: 0;
}
.site-header .site-title {
	font-size: 20px;
	font-weight: 300;
	margin: 10px 0;
}
.site-header .site-title a {
	color: #323232;
	text-decoration: none;
}
.site-header .site-branding img {
    margin: 14px 0 0;
}
.site-header .uk-width-7-10 {
    text-align: right;
}
.site-header .main-navigation,
.site-header #header-right {
	display: inline-block !important;
	width: auto !important;
	float:  right;
	clear:  none;
}
.site-header .widget ul {
	border-left: 1px solid #eee;
	font-size: 13px;
	list-style: none;
	margin: 23px 0 0 15px;
	padding: 0 0 0 25px;
	text-align: left;
}
.site-header .lang-item a {
	color: #888;
	text-decoration: none;
	transition: all .4s ease;
}
.site-header .lang-item a:hover {
	color: #323232;
	transition: all .4s ease;
}
.site-header .current-lang a {
	color: #3DB4C2;
}
.site-header .main-navigation li {
    display: inline-block;
    float: none;
}
.site-header .main-navigation a {
	color: #323232;
	font-size: 14px;
	font-weight: 300;
	margin:  0 35px 0 0;
	padding:  31px 0;
	position: relative;
	transition: all .4s ease;
}
.site-header .main-navigation a:after {
	background: #3DB4C2;
	bottom: 25px;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	transition: all .5s ease;
	width: 0;
}
.site-header .main-navigation a:hover:after {
	background: #3DB4C2;
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	transition: all .5s ease;
}
.site-header .main-navigation a:hover {
	color: #3DB4C2;
	transition: all .4s ease;
}
.site-header .main-navigation li:last-child a {
	margin: 0 15px 0 0;
}
.site-header .main-navigation .current-menu-item a {
	color: #3DB4C2;
}
.site-header .main-navigation .sub-menu {
	background: #fdfdfd;
}
.site-header .main-navigation li .sub-menu li {
	border-bottom: 1px solid #f5f5f5;
	text-align: left;
	width: 260px;
}
.site-header .main-navigation li .sub-menu .sub-menu {
	margin: 0 200% 0 -200%;
}
.site-header .main-navigation .sub-menu a {
	color: #323232;
    font-size: 13px;
    padding: 13px 15px;
	transition: all .4s ease;
    width:  100%;
}
.site-header .main-navigation .sub-menu a:after {
	width: 0 !important;
}
.site-header .main-navigation .sub-menu a:hover {
	color: #3DB4C2;
	transition: all .4s ease;
}
.site-header .main-navigation .sub-menu li:last-child a {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #323232;
    padding: 13px 15px;
    transition: all .4s ease;
}
.site-header .main-navigation .sub-menu li:last-child a:hover {
	background: transparent;
	color: #3DB4C2;
	transition: all .4s ease;
}
.site-header .main-navigation .sub-menu .current-menu-item a {
	color: #3DB4C2;
}
.site-header .header-search {
	color: #555;
    float: right;
    margin: 31px 8px 0 10px;
}


.admin-bar .uk-modal-full {
    background: rgba(53, 53, 53, 0.7);
    margin-top: 32px;
    padding: 40px 40px 0;
    overflow: hidden;
}
.uk-modal-full .uk-modal-dialog {
    background: transparent;
    border-radius: 2px;
    text-align: center;
    padding: 18% 0 0;
}
.uk-modal-full .search-form input[type="search"] {
    background: rgba(255, 255, 255, 0.9);
    border: 0;
    border-radius: 50px;
    box-shadow: none;
    outline: none;
    padding: 10px 20px;
    width: 40%;
}
.uk-modal-full .search-form input[type="submit"] {
    background: #3DB4C2;
    border: 0;
    border-radius: 50px;
    box-shadow: none;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin: -2px 0 0 20px;
    padding: 15px 30px;
    height: auto;
    transition: all .4s ease;
}
.uk-modal-full .search-form input[type="submit"]:hover {
    background: #32919c;
    cursor: pointer;
    transition: all .4s ease;
}
.uk-modal-full .uk-close {
    opacity: 1;
    color: #fff;
}
.uk-modal-full .uk-close:after {
    display: none;
}


/* ===== 3. Top ===== */
#top {
	margin: 50px 0;
}
#top .uk-width-2-3 {
    padding: 0;
}
#top .widget-title {
    font-size: 25px;
    font-weight: 300;
    margin: 0 0 50px;
    position: relative;
}
#top .widget-title:after {
    background: #3DB4C2;
    bottom: -10px;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 60px;
}
#top .container p {
    font-size: 14px;
    line-height: 23px;
}
#top .container .more-info-link a {
    background: #3DB4C2;
    border-radius: 50px;
    box-shadow: 0 3px 4px #c7c7c7;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin: 30px 0 0;
    padding: 8px 28px;
    text-decoration: none;
    transition: all .4s ease;
}
#top .container .more-info-link a:hover {
    background: #484848;
    transition: all .4s ease;
}
#top .uk-grid {
	margin: 0;
}
#top-right .widget {
	background: #fff;
	border: 1px solid #f5f5f5;
	border-radius: 2px;
	padding: 15px;
}
#top-right .widget-title {
	border-bottom: 1px solid #f5f5f5;
	font-size: 19px;
	font-weight: 300;
	margin: 0 0 20px;
	padding: 0 0 5px;
}
#top-right .widget-title:after {
	display: none;
}



/* ===== Main Top ===== */
#main-top {
    margin: 0 0 35px;
}
#main-top h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}
#main-top h4 span {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-size: 14px;
    font-weight: 300;
}
#main-top h4 a {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 16px;
    margin: -48px 0 0;
    padding: 10px 30px;
	text-decoration: none;
    transition: all .4s ease;
}
#main-top h4 a:hover {
	background: #fff;
	color: #318fe8;
	transition: all .4s ease;
}
#main-top .uk-grid {
    margin: 0;
}
#main-top .uk-width-2-3 {
    padding: 0;
}
#main-top .uk-width-2-3 img {
    height: 210px !important;
    object-fit: cover;
    object-position: left;
    width: 100%;
}



/* ===== Main Left/Right ===== */
#main-left-right {
    margin: 0 0 40px;
}
#main-left-right .uk-width-1-3:first-child {
    padding: 0;
}
#main-left-right .widget {
	background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 2px;
    padding: 15px;
}
#main-left-right .widget-title {
    border-bottom: 1px solid #f5f5f5;
	color: #3DB4C2;
	font-size: 19px;
	font-weight: 300;
	margin: 0 0 20px;
	padding: 0 0 5px;
}
#main-left-right .widget-title:after {
	display: none;
}
#main-left-right p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}
#main-left-right p:last-child {
    margin: 0 0 5px;
}
#main-left-right p a {
    color: #3DB4C2;
    font-weight: 300;
    text-decoration: none;
	transition: all .4s ease;
}
#main-left-right p a:hover {
	color: #323232;
	transition: all .4s ease;
}
#main-left-right .uk-grid {
    margin: 0;
}
#main-left-right ul {
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    font-weight: 300;
    list-style: none;
    margin: 0 0 15px;
    padding: 0 0 5px;
}
#main-left-right ul:last-child {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}
#main-left-right ul li {
    margin: 0 0 8px;
}
#main-left-right ul li a {
    color: #323223;
    text-decoration: none;
    transition: all .4s ease;
}
#main-left-right ul li i {
    margin: 0 10px 0 0;
}
#main-left-right ul li a:hover {
    color: #3DB4C2;
    transition: all .4s ease;
}


/* ===== Main Bottom ===== */
#main-bottom {
    margin: 0 0 40px;
}
#main-bottom .container {
    background: #385A7A;
    border-radius: 2px;
    box-shadow: 0 2px 3px #eee;
    padding: 20px;
}
#main-bottom .widget-title {
    background: #fff;
    border-radius: 0 2px 2px 0;
    box-shadow: 0 2px 3px rgba(85, 85, 85, 0.37);
    color: #323232;
    display: inline-block;
    font-size: 19px;
    font-weight: 300;
    margin: 0 0 30px -30px;
    padding: 5px 25px;
    position: relative;
}
#main-bottom .widget-title:after {
    bottom: -10px;
    border-right: 10px solid #b1b1b1;
    border-bottom: 10px solid transparent;
    content: '';
    left: 0;
    position: absolute;
}
#main-bottom .widget-title a {
	color: #318fe8;
	text-decoration: none;
	transition: all .4s ease;
}
#main-bottom .widget-title a:hover {
	color: #555;
	transition: all .4s ease;
}


/* ===== Articles and Pages ===== */
.page article.page,
.single article.post,
.archive .archive-box,
.search-results .search-box,
.single article.member {
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 2px;
    margin: 0 0 60px;
    padding: 0 20px 20px;
}
.page .entry-title, 
.archive .page-title,
.search-results .page-title {
	border-bottom: 1px solid #f9f9f9;
	color: #3DB4C2;
	font-size: 26px;
	font-weight: 300;
	margin: 0 0 20px;
	padding: 20px 0 10px 0;
} 
.single .entry-title {
	color: #3DB4C2;
	font-size: 22px;
	font-weight: 300;
	margin: 0;
	padding: 20px 0 10px 0;
}
.page .entry-title span,
.single .entry-title span {
	display: inline-block;
	font-size: 20px;
}
.single .entry-meta {
	background: #f9f9f9;
	border-radius: 2px;
	color: rgba(78, 78, 78, 0.6);
	font-size: 13px;
	font-weight: 300;
	margin: 0 0 10px;
	padding: 10px;
}
.entry-meta .byline {
	display: none;
}
.single .entry-meta a {
	color: #323232;
	text-decoration: none;
}
.page .entry-content,
.single .entry-content {
	margin: 0;
    padding: 0;
}
.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6 {
    font-weight:  300;
}
.entry-content p {
    font-size: 15px;
	font-weight: 300;
}
.entry-content iframe {
	height: 400px;
	width: 100%;
}
.entry-content iframe.large-frame {
	height: 1350px;
	width: 100%;
}
.entry-content a {
    color: #3DB4C2;
    text-decoration: none;
    transition: all .4s ease;
}
.entry-content a:hover {
    color: #484848;
    transition: all .4s ease;
}
.entry-content ol,
.entry-content ul {
    margin: 0;
}
.entry-content ol li,
.entry-content ul li {
    margin: 0 0 15px;
    font-size: 14px;
	font-weight: 300;
}
.entry-content table {
	font-size: 15px;
	font-weight: 300;
	width: 100%;
}
.entry-content table td {
	color: #727272;
	font-size: 14px;
	padding: 10px 70px 10px 0;
}
.entry-content table th {
	border-bottom: 1px solid #ddd;
	color: #000;
	font-size: 15px;
	font-weight: 300;
	padding: 0 70px 10px 0;
	text-align: left;
}
#secondary {
	margin: 0 0 30px;
}
.post-item {
    margin: 0;
    padding: 0;
}
.post-item article {
	margin: 0;
}
.post-item .uk-width-3-4 {
	border-left: 1px solid #f0f0f0;
}
.post-item:first-child {
	padding: 65px 80px 0;
}
.post-item .post-item-date {
	color: #686868;
	font-size: 13px;
	font-weight: 300;
	margin: 0;
}
.post-item .entry-content {
    margin: 0;
    padding: 0;
}
.post-item .entry-content p {
	color: #727272;
    margin: 0 0 40px;
}
.post-item:nth-last-child(2) .entry-content p {
	margin: 0;
}
.post-item .entry-title {
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 5px;
    position: relative;
}
.post-item .entry-title:before {
	background: #f0f0f0;
	border: 5px solid #fff;
	border-radius: 50px;
	content: '';
	height: 17px;
	left: -44px;
	position: absolute;
	width: 17px;
}
.post-item .entry-title a {
    color: #3DB4C2;
    text-decoration: none;
    transition: all .4s ease;
}
.post-item .entry-title a:hover {
    color: #555;
    transition: all .4s ease;
}
.post-item .entry-meta {
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
}
.post-item .entry-meta a {
    color: #3DB4C2;
    position: relative;
    text-decoration: none;
}
.post-item .entry-meta a:after {
    content: '';
    background: #3DB4C2;
    bottom: -3px;
    height: 1px;
    left: 0;
    position: absolute;
    transition: all .4s ease;
    width: 0;
}
.post-item .entry-meta a:hover:after {
    position: absolute;
    transition: all .4s ease;
    width: 100%;
}
.post-item .entry-content p {
    font-size: 13px;
    line-height: 22px;
}
.num-pagination {
    margin: 80px 0 0;
}
.num-pagination .page-numbers {
    background: #7d8890;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 8px 12px;
    text-decoration: none;
    transition: all .4s ease;
}
.num-pagination .page-numbers:hover {
    background: #495258;
    transition: all .4s ease;
}
.num-pagination .current {
    background: #f0f3f5 !important;
    color: #495258;
}

.msc-staff {
    text-align: center;
}
.msc-staff img {
    border: 2px solid rgba(150, 150, 150, 0.05);
    border-radius: 50px;
    width: 80px;
    height: 80px;
    margin: 0 0 8px;
    object-fit: cover;
}
.msc-staff a {
    color: #318fe8;
    display: block;
    font-size: 13px;
    font-weight: 300;
    text-decoration: none;
    transition: all .4s ease;
}
.msc-staff a:hover {
    color: #323232;
    transition: all .4s ease;
}


/* ===== Posts Navigation ===== */
.posts-navigation {
    font-size: 15px;
    padding:  0 80px;
}
.posts-navigation a {
    color: #323232;
    margin: 0 13px;
    text-decoration: none;
    transition: all .4s ease;
}
.posts-navigation a:hover {
    color: #318fe8;
    transition: all .4s ease;
}
.posts-navigation .nav-previous:before {
    content: "\f100";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight:  900;
    display:  inline-block;
}
.posts-navigation .nav-next:after {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight:  900;
    display:  inline-block;
}
.posts-navigation a:hover {
    color: #3DB4C2;
    transition: all .4s ease;
}



.msc-studies-box {
    border-bottom: 1px solid #f0f0f0;
    margin:  0 0 55px;
    padding: 0 0 40px;
}
.msc-studies-box h2 {
    color: #3DB4C2;
    font-size: 20px;
    font-weight: 300;
}
.msc-studies-box h2 i {
	background: #3DB4C2;
	border-radius: 50px;
	box-shadow: 0 3px 4px #ddd;
	color: #fff;
	font-size: 17px;
	height: 34px;
	margin: 0 10px 0 0;
	padding: 8px 0;
	text-align: center;
	width: 34px;
}


/* ===== Breadcrumb ===== */
.breadcrumb {
	color: #888;
	font-size: 13px;
	font-weight: 300;
	padding: 30px 0 20px;
	margin: 30px 0 0;
}
.breadcrumb a {
    color: #323232;
    text-decoration: none;
    transition: all .4s ease;
}
.breadcrumb a:hover {
	color: #3DB4C2;
	transition: all .4s ease;
}


/* ===== 404 Error Page ===== */
.error404 .site-content {
    background:  #f9f9f9;
    padding: 200px 80px;
    text-align:  center;
}
.error404 .site-content .page-title {
    color: #318fe8;
    font-size: 36px;
    font-weight: 300;
    margin: 0;
}
.error404 .page-content {
    margin: 0;
}
.error404 .page-content p {
    font-size: 15px;
    margin: 5px 0 50px;
}
.error404 .search-form label input {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50px;
    font-size: 15px;
    outline: none;
    padding: 7px 20px;
    transition: all .4s ease;
}
.error404 .search-form label input:focus {
    border: 1px solid #6dafef;
    transition: all .4s ease;
}
.error404 .site-content {
    background:  #f9f9f9;
    padding: 150px 80px;
    text-align:  center;
}
.error404 .site-content .page-title {
    color: #318fe8;
    font-size: 36px;
    font-weight: 300;
    margin: 0;
}
.error404 .page-content {
    margin: 0;
}
.error404 .page-content p {
    font-size: 15px;
    margin: 5px 0 50px;
}
.error404 .search-form label input {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50px;
    font-size: 15px;
    outline: none;
    padding: 7px 20px;
    transition: all .4s ease;
}
.error404 .search-form label input:focus {
    border: 1px solid #6dafef;
    transition: all .4s ease;
}
.error404 .search-form input[type="submit"] {
    background: #9e9e9e;
    border-radius: 50px;
    border: 0;
    box-shadow: 0 3px 4px #ddd;
    color: transparent;
    height: 38px;
    width: 38px;
}
.error404 .search-form input[type="submit"]:hover {
    background: #318fe8;
}
.error404 .search-form label:after {
    color: #fff;
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight:  900;
    display:  inline-block;
    margin: 8px 11px;
    position: absolute;
}



/* ===== Sidebar ===== */
#secondary .widget {
	background: #fff;
	border: 1px solid #f5f5f5;
	border-radius: 2px;
	padding: 15px;
}
#secondary .widget-title {
    border-bottom: 1px solid #f0f0f0;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 20px;
    padding: 0 0 10px;
}
#secondary a {
	color: #484848;
    text-decoration: none;
    transition: all .4s ease;
}
#secondary a:hover {
	color: #3DB4C2;
	transition: all .4s ease;
}
.widget_recent_entries a {
    font-size: 13px;
    line-height: 20px;
}
.widget_recent_entries span {
    color: #777;
    display: block;
    font-size: 11px;
    margin: 5px 0 0;
    text-transform: uppercase;
}
#secondary .widget {
	margin: 0 0 40px;
}
#secondary iframe {
	width: 100% !important;
}


/* ===== Footer ===== */
.site-footer {
	background: #fff;
	padding: 30px 0;
}
.site-footer .widget-title {
	font-size: 16px;
	font-weight: 300;
	margin: 20px 0 15px !important;
}
.site-footer .widget:first-child .widget-title {
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 15px !important;
}
.site-footer a {
	color: #3DB4C2;
	font-size: 13px;
	font-weight: 300;
	text-decoration: none;
	transition: all .4s ease;
}
.site-footer a:hover {
	color: #323232;
	transition: all .4s ease;
}
.site-info {
	border-top: 1px solid #f0f0f0;
	color: #323232;
	font-size: 14px;
	font-weight: 300;
	margin: 30px 0 0;
	padding: 20px 0 0;
}
.site-info a {
	color: #3DB4C2;
}
.disclaimer {
	float: right;
}
.site-footer p {
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    margin: 0 20px 0 0;
}
.site-footer iframe {
    display: inline-block;
    vertical-align: middle;
}
.site-footer .uk-width-1-2:first-child {
	border-right: 1px solid #f0f0f0;
}
.site-footer .widget {
	padding: 10px 0;
}
#footer-menu {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    text-align: right;
}
#footer-menu li {
    border-right: 1px solid #c7c7c7;
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
}
#footer-menu li:last-child {
    border-right: 0;
    margin: 0;
    padding: 0;
}
#footer-menu li a {
    color: #323232;
    display: block;
}
#footer-menu li a:hover {
    color: #3DB4C2;
}


/* JT Event Calendar */
.jt-event-calendar-default-4 {
	background: #fff !important;
	border: 0;
	padding: 10px 0 !important;
}
.jt-event-calendar-default-4 .event-date {
    border:  1px solid #e8e8e8;
    border-radius: 2px;
    padding: 8px 10px;
    width:  65%;
}
.jt-event-calendar-default-4 .event-date span {
    display: block;
    margin: 0 0 -5px;
    text-align: center;
}
.jt-event-calendar-default-4 .event-date .event-day {
    color: #f92f76;
}
.jt-event-calendar-default-4 .title {
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 5px;
}
.jt-event-calendar-default-4 .title a {
    color: #777;
    transition: all .4s ease;
}
.jt-event-calendar-default-4 .title a:hover {
    color: #323232;
    transition: all .4s ease;
}
.jt-event-calendar-default-4 .event-location-time,
.jt-event-calendar-default-4 .event-location {
	color: #555;
    font-size: 12px !important;
}
.jt-event-calendar-default-4 .event-location-time i {
    color: #f92f76;
    font-size: 12px;
    margin: 0 5px 0 0;
}
.jt-event-calendar-default-4 .event-time i {
    margin: 0 5px 0 15px;
}
.jt-event-calendar-archive-list {
    margin: 0;
}
.jt-event-calendar-archive-list .uk-width-7-10 {
    padding: 80px;
}
.jt-event-calendar-archive-list .uk-grid {
    margin: 0;
}
.jt-event-calendar-archive-list .event-item {
    padding: 0 0 30px;
}
.jt-event-calendar-archive-list .event-item .uk-grid {
    margin: 0;
}
.jt-event-calendar-archive-list .event-item .uk-grid > * {
    padding: 0;
}
.jt-event-calendar-archive-list .event-item .event-date {
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    margin: 0;
    text-align: center;
}
.jt-event-calendar-archive-list .event-item .event-date .event-month {
    color: #999;
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 -10px;
    padding: 14px 0 8px;
    text-transform: uppercase;
}
.jt-event-calendar-archive-list .event-item .event-date .event-day {
    color: #318fe8;
    display: block;
    font-size: 26px;
    font-weight: 300;
    margin: 0;
    padding: 0 0 10px;
}
.jt-event-calendar-archive-list .event-item .uk-width-9-10 {
    padding: 0 0 0 30px;
}
.jt-event-calendar-archive-list .event-item .title {
    font-size: 17px;
    font-weight: 300;
    margin: 0;
}
.jt-event-calendar-archive-list .event-item .title a {
    color: #323232;
    text-decoration: none;
    transition: all .4s ease;
}
.jt-event-calendar-archive-list .event-item .title a:hover {
    color: #318fe8;
    transition: all .4s ease;
}
.jt-event-calendar-archive-list .event-item .event-info {
    color: #888;
    font-size: 13px;
    font-weight: 300;
}
.jt-event-calendar-archive-list .event-item .event-info span {
    display: block;
}
.jt-event-calendar-archive-list .event-item .event-info i {
    color: #318fe8;
    font-size: 11px;
    margin: 0 5px 0 0;
    text-align: center;
    width: 15px;
}
.jt-event-calendar article .container {
    padding: 30px 80px;
}
.jt-event-calendar article .container .uk-grid {
    margin: 0;
}
.jt-event-calendar article .container .uk-grid > * {
    padding: 0;
}
.jt-event-calendar article .event-date {
    background: #fff;
    border-radius: 0;
    box-shadow: 8px 0 8px -6px #eee;
    color: #318fe8;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 25px 5px;
    text-align: center;
}
.jt-event-calendar article .event-date i {
	display: block;
	font-size: 34px;
	margin: 0 0 20px;
}
.jt-event-calendar article .event-location,
.jt-event-calendar article .event-time {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    margin: 0 20px 10px;
    padding: 0;
}
.jt-event-calendar article .time {
    float: none;
}
.jt-event-calendar article .event-location i,
.jt-event-calendar article .event-time i {
    color: #318fe8;
    font-size: 12px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 15px;
}
.jt-event-calendar article .event-info {
	border-top: 1px solid #f0f0f0;
	margin: 30px 0 0;
}
.jt-event-calendar article .event-info p {
	font-size: 15px;
	font-weight: 300;
}
.jt-event-calendar article .event-info a {
	color: #318fe8;
	transition: all .4s ease;
}
.jt-event-calendar article .event-info a:hover {
	color: #323232;
	transition: all .4s ease;
}



/* JT Posts Showcase */
.slideset-default .uk-grid-width-large-1-4 > * {
    width:  50% !important;
    margin: 0 0 20px !important;
    padding: 0 35px 0 0 !important;
}
.slideset-default .uk-grid-width-large-1-4 > *:nth-child(2n) {
	padding: 0 0 0 35px !important;
}
.slideset-default .post-info {
    background: transparent !important;
    border: 0 !important;
    padding: 15px 0 !important;
}
.slideset-default .post-info .title {
    font-size:  14px !important;
    line-height: 22px;
    margin: 0 !important;
}
.slideset-default .post-info .title a {
    color: #318fe8;
    text-decoration: none;
	transition: all .4s ease;
}
.slideset-default .post-info .title a:hover {
	color: #323232;
	transition: all .4s ease;
}
.slideset-default .post-info .date {
    color: #888;
    float: none !important;
    font-size: 12px !important;
    text-transform: uppercase;
}
.slideset-default .uk-slideset-nav {
	margin-bottom: -20px !important;
}
.slideset-default .uk-slideset-nav li {
	margin: 40px 0 0 !important;
}
.slideset-default .uk-slideset-nav li:first-child {
	padding: 0;
}
.slideset-default .uk-slideset-nav li a {
	background: #d6d6d6;
	border-radius: 50px;
	height: 9px;
	transition: all .4s ease;
	width: 22px;
}
.slideset-default .uk-slideset-nav li a:hover {
	background: #9c9c9c;
	cursor: pointer;
	transition: all .4s ease;
}
.slideset-default .uk-slideset-nav li.uk-active a {
	background: #76b2ea;
	border-radius: 50px;
	height: 9px;
	width: 35px;
}

.jt-event-calendar-sidebar + .uk-grid {
    margin-top: 20px !important;
}
.jt-event-calendar-sidebar .event-date {
    background: #808080;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size:  10px;
    margin:  0;
    padding: 4px 8px 3px;
    text-transform:  uppercase;
}
.jt-event-calendar-sidebar .title {
    font-size: 15px;
    margin: 5px 0 0;
}
.jt-event-calendar-sidebar .title a {
    color: #323232;
    transition: all .4s ease;
}
.jt-event-calendar-sidebar .title a:hover {
    color: #318fe8;
    transition: all .4s ease;
}
.jt-event-calendar-sidebar .event-location-time {
    color: #777;
    font-size: 13px;
    margin: 8px 0 0;
}
.jt-event-calendar-sidebar .event-location-time span {
    display: block;
    margin: 0 0 3px;
}
.jt-event-calendar-sidebar .event-location-time i {
    color: #318fe8;
    font-size: 12px;
    width: 20px;;
}


@media (max-width: 767px) {
	.site-header {
		position: relative;
	}
	.site-branding img {
		width: 100% !important;
	}
	.main-navigation {
		display: none;
	}
    .uk-grid > * {
        width: 100% !important;
    }
    .site-header .uk-width-1-4 {
    	background: #f0f3f5;
    	padding: 15px 20px 0;
    	order: 2;
    }
    .site-header .uk-width-3-4 {
    	padding: 0 20px 10px;
    	order: 1;
    }
    .site-header .widget ul {
    	margin: 10px 0 0;
    }
    .site-header .header-search {
    	margin: 18px 20px 00;
    }
    #top {
    	margin: 30px 0 0;
    }
    #top .uk-grid > * {
    	padding: 0;
    }
    #showcase {
    	padding: 0 20px;
    }
    #top-left,
    #top-right {
        padding: 20px;
    }
    #main-top {
    	margin: 0 0 30px;
    }
    #main-top .container {
        padding: 20px 20px 0;
    }
    #main-top h4 a {
        float: none;
        margin: 30px 0 0;
    }
    #main-left-right .container {
    	padding: 0 20px;
    }
    #main-left-right .uk-grid > * {
    	padding: 0;
    	margin: 0 0 20px;
    }
    #main-bottom {
    	padding: 0 20px;
    }
    #main-left,
    #main-right {
        padding: 30px;
    }
    .site-footer {
    	padding: 20px;
    	text-align: center;
    }
    .site-footer .footer-menu {
    	text-align: center;
    	margin: 20px 0 0;
    }
    .site-footer .footer-menu li {
    	margin: 0;
    }
    .site-footer .footer-menu li a {
    	font-size: 12px;
    }
    .site-footer .footer-menu li:last-child {
    	display: block;
    	margin: 20px 0 0;
    	padding: 0;
    }
	.page .entry-title, 
	.single .entry-title,
	.archive .page-title,
	.search-results .page-title {
		padding: 30px 20px;
	}
	.page .entry-content, 
	.single .entry-content,
	.archive .entry-content {
		padding: 30px 20px;
	}
	.page .entry-content table td, 
	.single .entry-content table td,
	.archive .entry-content table td,
	.page .entry-content table th, 
	.single .entry-content table th,
	.archive .entry-content table th {
		padding: 5px 0 !important;
		display: block !important;
		border-bottom: 1px solid #e8e8e8;
	}
    .breadcrumb {
    	padding: 20px;
    }
    .post-item {
    	padding-left: 20px !important;
    	padding-right: 20px !important;
    }
    .post-item .entry-content {
    	padding: 20px 0;
    }
    .jt-event-calendar-archive-list .uk-width-7-10 {
    	padding: 20px;
    }
    .jt-event-calendar-archive-list .event-item .event-info-box {
    	padding: 20px 0 0;
    }
    .jt-event-calendar-archive-list .event-item .event-date {
    	border: 0;
    	border-bottom: 1px solid #eee;
    }
	.jt-event-calendar article .container {
		padding:  30px 20px;
	}
	.jt-event-calendar article .event-date {
		box-shadow:  none;
	}
	.jt-event-calendar-default-4 {
		padding: 0 !important
	}
	.jt-event-calendar-default-4 > * {
		padding: 10px 0 !important;
	}
	.jt-event-calendar-default-4 .event-date {
		width: 30%;
	}
	.jt-event-calendar-default-4 .event-location-time span {
		display: block;
		margin: 0 0 5px;
	}
	.jt-event-calendar-default-4 .event-location-time .event-time i {
		margin-left: 0;
		padding: 0 3px 0 0;
	}
	.mobile-menu-icon {
		color: #323232;
		display: block;
		font-size: 24px;
		position: absolute;
		left: 20px;
		top: 11px;
		transition: all .4s ease;
	}
	.mobile-menu-icon:hover {
		color: #662e56;
		transition: all .4s ease;
	}
	#offcanvas-menu .uk-offcanvas-bar {
		background: #fff;
		padding: 20px;
	}
	#offcanvas-menu .uk-offcanvas-bar ul {
		list-style: none;
		margin: 0;
		padding: 0;
		font-size: 14px;
	}
	#offcanvas-menu .uk-offcanvas-bar ul li {
		padding: 2px 0;
	}
	#offcanvas-menu .uk-offcanvas-bar .sub-menu {
		font-size: 12px;
		padding: 5px 15px;
	}
	#offcanvas-menu .uk-offcanvas-bar a {
		color: #323232;
		text-decoration: none;
	}
	#offcanvas-menu .uk-offcanvas-bar .sub-menu a {
		color: #686868;
	}
	.slideset-default .uk-grid-width-small-1-2 > * {
		width:  100% !important;
	}
	.slideset-default .uk-grid-width-large-1-4 > *:nth-child(2n) {
		padding: 0 !important;
	}
	.slider-item .uk-grid .uk-width-1-5 {
		width: 20% !important;
	}
	.slider-item .uk-grid .uk-width-4-5 {
		box-sizing: border-box;
		width: 80% !important;
		padding-left: 20px !important;
	}
	.jtis-style-1 .uk-overlay {
		max-width: 78% !important;
	}
	.jtis-style-1 .uk-overlay h4 {
		font-size: 16px !important;
	}
	.jtis-style-1 .uk-slideshow-items {
		min-height: 320px !important;
	}
	.jtis-style-1 img {
		height: 320px !important;
	}
	.site-footer .uk-grid {
		margin: 0;
	}
	.site-footer .uk-width-1-2 {
		border: 0 !important;
	}
	.site-footer iframe {
		width: 150px;
	}
	#footer-menu {
		text-align: center;
	}
	.site-info .disclaimer {
		float: none;
		display: block;
		margin: 20px 0 0;
	}
}
@media (min-width: 440px) and (max-width: 767px) {
	.site-branding img {
		width: 70% !important;
	}
}
@media (min-width: 768px) and (max-width: 1136px) {
	.site-header .uk-grid {
		padding: 0 30px;
	}
	.site-header .uk-grid > * {
		width: 100%;
		text-align: center;
	}
	.site-header .site-branding img {
		width: 380px;
	}
}
@media (max-width: 1440px) {
	.page .site-content .uk-width-3-10, 
	.single .site-content .uk-width-3-10, 
	.archive .site-content .uk-width-3-10 {
		padding: 65px 44px;
	}
}