/*
 * CSS code for authwp theme
 */
 
 /* === General Code === */
 body {
	 font-family: 'Helvetica', sans-serif;
 }
.container {
    margin: 0 auto;
    max-width: 1180px;
}
.widget {
    margin: 0;
}

a, a:focus, a:visited {
	color: #0a7cb5;
	text-decoration: none;
}
a:hover {
	color: #2a2a2a;
	transition: all .4s ease;
}


/* === Header === */
.site-header .site-branding {
    padding: 15px 0;
}
.site-header .site-branding img {
    height: 65px;
    object-fit: contain;
    object-position: left;
    width: 100%;
}

#header-right {
    font-weight: 600;
    margin: 30px 0 0;
    text-align: right;
}
#header-right .widget {
    display: inline-block;
    margin: 0 0 0 40px;
}
#header-right .widget_search {
    position: relative;
}
#header-right .widget_search input[type="search"] {
    background: #f0f0f0;
    border: 0;
    border-radius: 50px;
    box-shadow: none;
    font-size: 15px;
    outline: none;
    padding: 8px 35px 8px 20px;
}
#header-right .widget_search input[type="submit"] {
    background: transparent;
    border: 0;
    border-radius: 50px;
    height: 38px;
    position: absolute;
    right: 0;
    text-indent: -1000px;
    width: 20px;
    z-index: 10;
}
#header-right .widget_search input[type="submit"]:hover {
    cursor: pointer;
}
#header-right .widget_search:after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    top: 7px;
    right: 10px;
}
#header-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#header-right ul li {
    display: inline-block;
}
#header-right a {
    color: #555;
    text-decoration: none;
}
#header-right .lang-item a {
    color: #545454 !important;
    padding: 0 10px;
}
#header-right .lang-item-en a {
    border-left: 2px solid #ddd;
    padding: 0 0 0 14px;
}
#header-right .current-lang a {
    color: #2b70a4 !important;
}
#header-right .myauth-link a {
    background: #4E5667;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 8px 15px;
    transition: all .4s ease;
}
#header-right .myauth-link a:hover {
    background: #323232;
    transition: all .4s ease;
}
#header-right p {
    margin: 0;
}


/* === Main Menu === */
.main-navigation {
    background: #3283AC;
    background-image: linear-gradient(270deg, #3283AC 0%, #296CA2 100%);
}
.main-navigation .container {
	position: relative;
}
.main-navigation li {
    margin: 0 40px 0 0;
}
.main-navigation li a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 18px 0;
    text-transform: uppercase;
}
.main-navigation li:last-child {
	position: absolute;
	right: 0;
	margin-right: 0;
}
.current-menu-ancestor > a:after {
    background: #2fc4f9;
    bottom: 0;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}
.main-navigation .sub-menu {
    background: rgba(21, 38, 49, 0.95);
    display: block;
    width: max-content;
}
.main-navigation .sub-menu li {
    display: block;
    position: relative;
    right: auto;
    margin: 0;
}
.main-navigation .sub-menu li a {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
    display: block;
    font-size: 13.5px;
    font-weight: 400;
    padding: 12px 15px;
    text-transform: inherit;
    width: 100%;
}
.main-navigation .sub-menu li:last-child a {
	border-bottom: 0;
}


/* === News === */
#news {
    background: #f6f6f6;
    padding: 80px 0 60px;
}


/* === Main Left-Right === */
#main-lr {
    background: #f6f6f6;
    padding: 0 0 80px;
}
#main-left .widget {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 14px rgba(221, 221, 221, 0.5);
    padding: 40px 40px 30px;
}
#main-left .widget-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 30px;
}
#main-left p {
    font-size: 14px;
	line-height: 28px;
	margin: 30px 0 40px;
    text-align: justify;
}
#main-left p:last-child {
	margin: 30px 0;
}
#main-right .widget {
    margin: 0 0 30px;
}
#main-right .widget:last-child {
	margin: 0;
}


.quick-access {
	background: #215873 url('../images/quick-access.jpg') no-repeat;
	background-size: cover;
	border-radius: 4px;
	box-shadow: 0 3px 14px rgba(221, 221, 221, 0.5);
	color: #fff;
	padding: 30px;
}
.quick-access .widget-title {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .6px;
	margin: 0 0 30px;
	position: relative;
}
.quick-access .widget-title:after {
	background: #fff;
	border-radius: 50px;
	bottom: -10px;
	content: '';
	height: 3px;
	left: 0;
	position: absolute;
	width: 70px;
}
.quick-access ul {
	list-style: none;
	margin: 0 0 0 40px;
	padding: 0;
}
.quick-access ul li {
	padding: 10px 0;
	position: relative;
}
.quick-access ul li:before {
	content: '\f058';
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	position: absolute;
	left: -40px;
}
.quick-access ul li a {
	color: #fff;
	font-weight: 500;
	position: relative;
	text-decoration: none;
	transition: all .4s ease;
}
.quick-access ul li a:after {
	background: #fff;
	bottom: -8px;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	transition: all .6s ease;
	width: 0;
}
.quick-access ul li a:hover:after {
	transition: all .6s ease;
	width: 100%;
}


.auth-video {
    background: #2D3033;
    border-radius: 4px;
    padding: 10px;
    position: relative;
    transition: all .4s ease;
}
.auth-video:hover {
    background: #405c72;
    transition: all .4s ease;
}
.auth-video .far {
    color: rgba(255, 255, 255, 0.3);
    font-size: 50px;
    padding: 7px;
}
.auth-video p {
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 8px 5px 8px 0;
}
.auth-video a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.sidebar-menu {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 10px #e8e8e8;
    margin: 0 0 40px;
    padding: 30px;
}
.sidebar-menu .widget-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 30px;
    position: relative;
}
.sidebar-menu .widget-title:after {
    background: #2fc4f9;
    bottom: -10px;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px;
}
.sidebar-menu ul {
    font-size: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-menu ul li {
    padding: 7px 0;
}
.sidebar-menu ul li:before {
	color: #555;
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    margin: 0 14px 0 0;
}


/* === Pages, Posts, Archives === */
.page .site-main, 
.single .site-main, 
.archive .site-main,
.search-results .site-main {
    background: #f6f6f6;
    padding: 80px 0;
}
.site-main .uk-width-3-4\@m {
    width: 72%;
}
.site-main .uk-width-1-4\@m {
    width: 28%;
}
.entry-title {
    font-size: 30px;
}
.single .post-parent {
    margin: -18px 0 25px
}
.single .post-parent a {
    color: #1e669e;
    font-size: 14px;
    font-weight: 600;
    transition: all .4s ease;
}
.single .post-parent a:hover {
    color: #000;
    transition: all .4s ease;
}
.single .entry-meta {
    font-size: 14px;
    margin: 0 0 30px;
}
.single .entry-meta a {
    color: #222;
    text-decoration: none;
}
.entry-content {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 14px rgba(221, 221, 221, 0.5);
    margin: 0 0 10px;
    padding: 30px;
}
.entry-content h4 {
    margin: 0;
}
.entry-content a {
    color: #000;
    text-decoration: none;
    transition: all .4s ease;
}
.entry-content a:hover {
    color: #2a6ea3;
    transition: all .4s ease;
}
.entry-content ul,
.entry-content ol {
    margin: 0;
}
.entry-content ul li,
.entry-content ol li {
    margin: 8px 0;
}

.single .entry-content .post-thumbnail {
    display: inline-block;
    dmargin: -30px -30px 20px;
    width: 100%;
}
.page .entry-content .wp-post-image,
.single .entry-content .wp-post-image {
    display: block;
    border-radius: 4px;
    height: 200px;
    object-fit: cover;
    width: 100%;
}
.page .entry-content,
.single .entry-content {
    font-size: 14px;
    line-height: 24px;
    position: relative;
}
.single .entry-content a,
.page .entry-content a {
	color: #0b6a99;
	transition: all .4s ease;
}
.single .entry-content a:hover,
.page .entry-content a:hover {
	color: #121212;
	transition: all .4s ease;
}
.single .entry-content .info-box {
    background: rgba(18, 19, 21, 0.85);
    border-radius: 0 4px 4px 0;
    display: inline-block;
    height: 200px;
    margin-left: -4px;
    padding: 20px;
    vertical-align: top;
    width: 50%;
    position: absolute;
    right: 30px;
}
.single .entry-content .info-box p {
	color: #fff;
    font-size: 13.5px;
    margin: 0 0 20px;
}
.single .entry-content .info-box p label {
    display: block;
    font-weight: bold;
}
.single .entry-content .info-box a {
	color: #fff;
}
.single .entry-content .contact-box {
    border: 1px solid #eaeaea;
    border-radius: 4px;
    margin: 10px 0 20px;
    padding: 10px;
}
.single .entry-content .contact-box .uk-width-1-3\@m:nth-child(2) {
	padding-left: 15px;
	text-align: center;
}
.single .entry-content .contact-box .uk-width-1-3\@m:last-child {
	text-align: right;
}
.single .entry-content .contact-box p {
    margin: 0;
}
.single .entry-content .contact-box .contact-item {
    display: inline-block;
    margin: 0 20px 0 0;
}
.single .entry-content .contact-box .contact-item:last-child {
	margin: 0;
}
.single .entry-content .contact-box .fas {
    color: #3180aa;
    font-size: 13px;
    margin: 0 10px 0 0;
}
.single .entry-content .contact-box a {
	color: #0a7cb5;
	transition: all .4s ease;
}
.single .entry-content .contact-box a:hover {
	color: #000;
	transition: all .4s ease;
}
.entry-content .info-tabs:before {
    border-bottom: 2px solid #f1f1f1;
    bottom: 8px;
    left: 0;
}
.entry-content .info-tabs li {
    font-weight: bold;
    padding: 0 30px 0 0;
}
.entry-content .info-tabs li a {
    outline: none;
    padding: 0 0 10px;
}
.entry-content .info-tabs li.uk-active a {
    border-bottom: 2px solid #296686;
    color: #296686;
}

.school-template-default .entry-content .uk-width-1-4 {
	border-right: 2px solid #f1f1f1;
}
.school-template-default .entry-content .info-tabs {
	display: block;
}
.school-template-default .entry-content .info-tabs:before {
	border-bottom: 0;
}
.school-template-default .entry-content .info-tabs li {
	display: block;
    font-weight: bold;
    padding: 0 30px 0 0;
}
.school-template-default .entry-content .info-tabs li a {
	border: 0;
	display: block;
    outline: none;
    padding: 5px 0;
    position: relative;
    text-align: left;
}
.school-template-default .entry-content .info-tabs li.uk-active a {
	border: 0;
}
.school-template-default .entry-content .info-tabs li.uk-active a:before {
	border-bottom: 0;
    border-left: 4px solid #296686;
    content: '';
    color: #296686;
    position: absolute;
    width: 2px;
    height: 100%;
    left: -30px;
    top: 0;
}

.archive .wp-post-image,
.search-results .wp-post-image {
    height: 100%;
    width: 100%;
	object-fit: cover;
}
.archive .entry-title,
.search-results .entry-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    margin: 0 0 10px;
}
.archive .entry-title a,
.search-results .entry-title a {
	display: block;
}
.archive .entry-meta,
.search-results .entry-meta {
    font-size: 13px;
    margin: 0;
}
.archive .entry-content,
.search-results .entry-content {
    font-size: 14px;
	padding: 20px;
}
.page-title img {
	display: none;
}

.wp-block-button a {
    color: #fff !important;
    font-size: 15px;
}
.wp-block-embed iframe {
    width: 100%;
}
.nav-links {
    margin: 50px 0 0;
    text-align: center;
}
.nav-links a,
.nav-links .current {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50px;
    font-size: 14px;
    padding: 8px 14px 9px;
    text-decoration: none;
    transition: all .4s ease;
}
.nav-links a:hover {
    background: #6b6b6b;
    border-color: #6b6b6b;
    color: #fff;
    transition: all .4s ease;
}
.nav-links .dots {
    margin: 0 8px;
}
.entry-content .wp-block-columns:last-child {
    margin: 0;
}
.entry-content .wp-block-columns figure {
    margin: 0;
}
.entry-content .wp-block-columns figure img {
    height: 150px;
    object-fit: cover;
    width: 100%;
}

.unit-info {
    font-size: 13px;
}
.unit-info a {
    color: #2c74a6;
    font-weight: 600;
}

.wp-block-file {
    border-left: 3px solid #ddd;
    font-size: 13px;
    margin: 0 !important;
    padding: 0 0 20px 25px;
    position: relative;
}
.wp-block-file:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 50px;
    height: 14px;
    left: -8px;
    position: absolute;
    top: 4.5px;
    width: 14px;
}
.wp-block-file .wp-block-file__button {
    display: none;
}

.post-info-box {
    background: #fafafa;
    margin: 0 -30px;
    padding: 0 30px 50px;
}
.post-info-box:last-child {
	padding: 0 30px 30px;
	margin-bottom: -50px;
}
.post-info-box h4 {
    border-left: 5px solid #943535;
    color: #000;
    font-size: 14px;
    margin: 0 0 0 -30px;
    padding: 0 0 0 25px;
}
.post-info-box p {
    margin: 10px 0;
}
.post-info-box label {
    color: #5a5a5a;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
}


.authwp-accordion .uk-accordion-title {
    background: #f7f6f6 !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 20px !important;
    transition: all .4s ease !important;
}
.kt-blocks-accordion-header {
    background: #f7f6f6 !important;
    border-radius: 4px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    padding: 20px !important;
    transition: all .4s ease !important;
}
.authwp-accordion .uk-open .uk-accordion-title,
.kt-blocks-accordion-header.kt-accordion-panel-active {
    color: #fff !important;
    background: #2a6fa4 !important;
    transition: all .4s ease !important;
}
.authwp-accordion .uk-open .uk-accordion-title:before,
.kt-blocks-accordion-header.kt-accordion-panel-active:before {
    background-color: #fff !important;
    border-radius: 50px !important;
    height: 25px !important;
    margin: -3px 0 0 0 !important;
    width: 25px !important;
}
.authwp-accordion .uk-accordion-content,
.kt-accordion-panel {
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 0 !important;
}
.authwp-accordion .uk-accordion-content p,
.kt-accordion-panel p {
    font-weight: 600;
    margin: 0 0 0 45px;
}
.authwp-accordion .uk-accordion-content p:first-child,
.kt-accordion-panel p:first-child {
    margin: 0 0 10px 20px;
}
.authwp-accordion .uk-accordion-content p:first-child a,
.kt-accordion-panel p:first-child a {
    display: block;
}
.authwp-accordion .uk-accordion-content ol,
.kt-accordion-panel ol {
    margin: 0 0 10px 25px;
}
.authwp-accordion .uk-accordion-content ol li ol,
.kt-accordion-panel ol li ol {
	padding: 0;
}
.kt-tabs-title-list {
    border-bottom: 2px solid #f0f0f0;
}
.kt-tabs-title-list li {
    margin: 0 !important;
}
.kt-tabs-title-list li a {
    background: transparent !important;
    border-bottom: 2px solid #f0f0f0 !important;
    color: #7b7b7b !important;
    font-size: 14px !important;
    font-weight: 600;
    margin: 0 30px -2px 0 !important;
    padding: 0 0 12px !important;
}
.kt-tabs-title-list .kt-tab-title-active a {
	border-color: transparent !important;
    border-bottom: 2px solid #296686 !important;
    color: #296686 !important;
}

.wp-block-kadence-tab {
    border: 0 !important;
    padding: 10px !important;
}
.wp-block-file {
    margin: 10px 0;
	font-size: 13px !important;
    font-weight: 600;
}
.wp-block-column img {
    height: 200px;
    width: 200px;
}
.tab-title span {
    background: #636363;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 13.5px;
    font-weight: 400;
    margin: 20px 0;
    padding: 10px 15px;
}
.tab-title .fas {
	font-weight: bold;
	margin: 0;
	padding: 0 11px 0 0;
}
.more-items {
    margin-top: -45px;
    position: absolute;
    right: 30px;
}
.more-items .fas {
    color: #555;
}


.live-video-list .video-item {
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 0;
}
.live-video-list .entry-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    margin: 0 0 10px;
}
.live-video-list img {
    height: 100% !important;
    width: 100% !important;
}


/* === Footer === */
.site-footer {
    font-size: 14px;
    padding: 60px 0;
}
.site-footer ul {
    list-style: none;
    margin: 0 50px 0 0;
    padding: 0;
}
.site-footer ul li {
    margin: 0 0 13px;
}
.site-footer ul li a {
    color: #444;
    display: block;
    text-decoration: none;
    transition: all .4s ease;
}
.site-footer ul li a:hover {
    color: #4169e1;
    transition: all .4s ease;
}
.site-footer .footer-cols {
    margin-bottom: 50px;
}
.site-footer .site-info a {
    text-decoration: none;
}
.site-footer .footer-logos {
    border-top: 1px solid #e8e8e8;
    font-size: 13.8px;
    margin: 30px 0 0;
    padding: 20px 0 0;
    text-align: center;
}
.site-footer .footer-logos p img {
    margin: 0 0 0 5px;
    vertical-align: middle;
}
.site-footer .footer-logos a {
    text-decoration: none;
}
.live-icon {
    text-align: center;
}
.live-icon img {
    width: 150px;
}

.social-icons a {
    background: #6b6b6b;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin: 0 5px 0 0;
    padding: 10px;
    width: 42px;
    text-align: center;
    transition: all .4s ease;
}
.social-icons a:hover {
    background: #2b6fa4;
    transition: all .4s ease;
}
.site-footer-logos {
    margin: 50px 0 0;
}
.site-footer-logos img {
    margin: 0 10px;
    max-height: 80px;
    vertical-align: middle;
}

.heateor_sss_horizontal_sharing {
    background: #f8f8f8;
    border-top: 1px solid #f0f0f0;
    margin: 50px -30px -30px;
    padding: 30px;
}

#cookie-law-info-bar {
    padding: 40px !important;
}
#cookie-law-info-bar a {
    border-radius: 50px;
    box-shadow: 0 3px 10px #ddd;
    font-size: 14px;
    margin: 0 10px !important;
    padding: 13px 18px;
    text-decoration: none;
}
#cookie-law-info-bar h5 {
    margin: 0 0 13px !important;
}
#cookie-law-info-bar .cli-bar-message {
    font-size: 14px !important;
    line-height: 22px;
}


/* Responsive Design */
@media(max-width: 767px) {
	.site-header .uk-grid {
		margin-top: 0;
	}
	.mobile-logo {
		padding: 0;
	}
	.site-header .site-branding img {
		object-position: center;
	}
	.mobile-toggle {
		color: #222;
		font-size: 24px;
		margin: 28px 20px 0;
		display: inline-block;
	}
	#mobile-menu .uk-offcanvas-bar,
	#search-mobile .uk-offcanvas-bar {
		background: #fff;
		box-shadow: 0 4px 8px #ddd;
		padding: 40px 20px;
	}
	#mobile-menu ul {
		margin: 0;
		padding: 0;
	}
	#mobile-menu ul li a {
		color: #121212;
		text-decoration: none;
	}
	#mobile-menu .menu-item-has-children {
		margin: 0 0 30px;
	}
	#mobile-menu .uk-accordion-title {
		font-size: 16px;
	}
	#mobile-menu .sub-menu {
		font-size: 14px;
		margin: 0 15px;
	}
	#mobile-menu .sub-menu li {
		margin: 15px 0;
	}
	#mobile-menu .sub-menu li a {
		color: #323232;
	}
	#mobile-menu #primary-menu > li {
		border-bottom: 1px dashed #e8e8e8;
		padding: 0 0 10px;
		margin: 0 0 15px;
	}
	#mobile-menu #primary-menu > li:last-child {
		border-bottom: 0;
	}
	#mobile-menu .uk-accordion-title span {
		color: #686868;
		font-size: 13px;
		display: inline-block;
		float: right;
		margin: -2px 0 0;
		padding: 8px;
	}
	#mobile-menu .uk-accordion-title:before {
		display: none;
	}
	#mobile-menu li:not(.menu-item-has-children) .uk-accordion-title span {
		display: none;
	}
	#mobile-menu li.uk-open .uk-accordion-title span:before {
		content: '\f068';
	}
	#search-mobile .widget_search {
		position: relative;
	}
	#search-mobile .widget_search input[type="search"] {
		background: #f0f0f0;
		border: 0;
		border-radius: 50px;
		box-shadow: none;
		font-size: 15px;
		outline: none;
		padding: 8px 35px 8px 20px;
	}
	#search-mobile .widget_search input[type="submit"] {
		background: transparent;
		border: 0;
		border-radius: 50px;
		height: 38px;
		position: absolute;
		right: 0;
		text-indent: -1000px;
		width: 20px;
		z-index: 10;
	}
	#search-mobile .widget_search input[type="submit"]:hover {
		cursor: pointer;
	}
	#search-mobile .widget_search:after {
		color: #222;
		content: '\f061';
		font-family: 'Font Awesome 5 Free';
		font-weight: bold;
		position: absolute;
		top: 7px;
		right: 15px;
	}
	.site-header .uk-width-1-4:first-child a {
		margin-left: 25px;
	}
	.site-header .uk-width-1-4:last-child a {
		display: block;
		margin-right: 25px;
		text-align: right;
	}
	#news {
		padding: 30px 25px 0;
	}
	#main-lr {
		padding: 0 25px 40px;
	}
	#main-lr .widget {
		margin: 0 0 40px;
	}
	#main-left .widget-title {
		font-size: 20px;
	}
	.site-footer {
		padding: 30px 25px;
	}
	.site-footer .widget {
		margin: 0 0 40px;
	}
	.site-footer .footer-logos .widget p a {
		display: inline;
	}
	.site-footer .footer-logos a {
		display: inline-block;
		width: 32%;
		margin: 0 0 50px;
	}
	.site-footer .footer-logos a:last-child {
		margin: 0;
	}
	.page .site-main,
	.single .site-main,
	.archive .site-main {
		padding: 25px;
	}
	.entry-title {
		font-size: 20px;
	}
	#secondary {
		margin: 30px 0;
	}
	#secondary .widget {
		margin: 0 0 30px;
	}
	.single .entry-content .wp-post-image {
		border-radius: 4px 4px 0 0;
		height: 180px;
		object-position: left;
	}
	.single .entry-content .info-box {
		position: relative;
		right: auto;
		width: 100%;
		height: auto;
		margin: -7px 0 0;
		border-radius: 0 0 4px 4px;
	}
	.single .entry-content .info-box p:last-child {
		margin: 0;
	}
	.single .entry-content .contact-box .contact-item {
		display: block;
		margin: 10px 0;
	}
	.site-main .uk-width-1-4\@m,
	.site-main .uk-width-3-4\@m {
		width: 100%;
	}
	.info-box .uk-grid > * {
		margin: 0 0 20px;
	}
	.archive .wp-post-image, .search-results .wp-post-image {
		height: 150px;
		margin: 0 0 12px;
	}
	#pojo-a11y-toolbar.pojo-a11y-toolbar-right {
		top: 85% !important;
	}
}
@media(min-width: 768px) and (max-width: 959px) {
	.site-header .uk-grid {
		margin-top: 0;
	}
	.mobile-logo {
		padding: 0;
	}
	.site-header .site-branding img {
		object-position: center;
	}
	.mobile-toggle {
		color: #222;
		font-size: 24px;
		margin: 28px 20px 0;
		display: inline-block;
	}
	#mobile-menu .uk-offcanvas-bar,
	#search-mobile .uk-offcanvas-bar {
		background: #fff;
		box-shadow: 0 4px 8px #ddd;
		padding: 40px 20px;
	}
	#mobile-menu ul {
		margin: 0;
		padding: 0;
	}
	#mobile-menu ul li a {
		color: #121212;
		text-decoration: none;
	}
	#mobile-menu .menu-item-has-children {
		margin: 0 0 30px;
	}
	#mobile-menu .uk-accordion-title {
		font-size: 16px;
	}
	#mobile-menu .sub-menu {
		font-size: 14px;
		margin: 0 15px;
	}
	#mobile-menu .sub-menu li {
		margin: 15px 0;
	}
	#mobile-menu .sub-menu li a {
		color: #323232;
	}
	#mobile-menu #primary-menu > li {
		border-bottom: 1px dashed #e8e8e8;
		padding: 0 0 10px;
		margin: 0 0 15px;
	}
	#mobile-menu #primary-menu > li:last-child {
		border-bottom: 0;
	}
	#mobile-menu .uk-accordion-title span {
		color: #686868;
		font-size: 13px;
		display: inline-block;
		float: right;
		margin: -2px 0 0;
		padding: 8px;
	}
	#mobile-menu .uk-accordion-title:before {
		display: none;
	}
	#mobile-menu li:not(.menu-item-has-children) .uk-accordion-title span {
		display: none;
	}
	#mobile-menu li.uk-open .uk-accordion-title span:before {
		content: '\f068';
	}
	#search-mobile .widget_search {
		position: relative;
	}
	#search-mobile .widget_search input[type="search"] {
		background: #f0f0f0;
		border: 0;
		border-radius: 50px;
		box-shadow: none;
		font-size: 15px;
		outline: none;
		padding: 8px 35px 8px 20px;
	}
	#search-mobile .widget_search input[type="submit"] {
		background: transparent;
		border: 0;
		border-radius: 50px;
		height: 38px;
		position: absolute;
		right: 0;
		text-indent: -1000px;
		width: 20px;
		z-index: 10;
	}
	#search-mobile .widget_search input[type="submit"]:hover {
		cursor: pointer;
	}
	#search-mobile .widget_search:after {
		color: #222;
		content: '\f061';
		font-family: 'Font Awesome 5 Free';
		font-weight: bold;
		position: absolute;
		top: 7px;
		right: 15px;
	}
	.site-header .uk-width-1-4:first-child a {
		margin-left: 25px;
	}
	.site-header .uk-width-1-4:last-child a {
		display: block;
		margin-right: 25px;
		text-align: right;
	}
	.auth-featured-news {
		bottom: 60px;
		left: 30px;
	}
	#news {
		padding: 60px 80px 30px;
	}
	#main-lr {
		padding: 0 25px 40px;
	}
	#main-lr .widget {
		margin: 0 0 40px;
	}
	#main-left .widget-title {
		font-size: 20px;
	}
	.site-footer {
		padding: 30px 25px;
	}
	.site-footer .widget {
		margin: 0 0 40px;
	}
	.site-footer .footer-logos .widget p a {
		display: inline;
	}
	.site-footer .footer-logos a {
		display: inline-block;
		width: 12%;
		margin: 20px 1% 20px;
	}
	.site-footer .footer-logos a:last-child {
		margin: 0;
	}
	.page .site-main,
	.single .site-main,
	.archive .site-main {
		padding: 25px;
	}
	.entry-title {
		font-size: 20px;
	}
	#secondary {
		margin: 30px 0;
	}
	#secondary .widget {
		margin: 0 0 30px;
	}
	.single .entry-content .wp-post-image {
		border-radius: 4px 4px 0 0;
		height: 180px;
		object-position: left;
	}
	.single .entry-content .info-box {
		position: relative;
		right: auto;
		width: 100%;
		height: auto;
		margin: -7px 0 0;
		border-radius: 0 0 4px 4px;
	}
	.single .entry-content .info-box p:last-child {
		margin: 0;
	}
	.single .entry-content .contact-box .contact-item {
		display: block;
		margin: 10px 0;
	}
	.site-main .uk-width-1-4\@m,
	.site-main .uk-width-3-4\@m {
		width: 100%;
	}
	.info-box .uk-grid > * {
		margin: 0 0 20px;
	}
	#pojo-a11y-toolbar.pojo-a11y-toolbar-right {
		top: 85% !important;
	}
}
@media (min-width: 960px) and (max-width: 1290px) {
    .container {
        padding: 0 30px;
        position: relative;
    }
    .main-navigation li:last-child {
        right: 30px;
    }
    .main-navigation .sub-menu li:last-child {
        right: 0;
    }
    .auth-featured-news {
        left: 30px;
    }
    #news {
        padding-left: 50px;
        padding-right: 50px;
    }
}