/* AUTH School Theme CSS */

/* === Basic CSS === */
body {
	background: #f9f9f9;
}
.container {
    margin: 0 auto;
    max-width: 1180px;
}
.boxed {
	border-right: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	box-shadow: 0 2px 3px #eee;
    margin: 0 auto;
    max-width: 1180px;
}
.boxed .right-sidebar-page .container,
.boxed .left-sidebar-page .container {
	background: #fff;
}
.page .boxed .right-sidebar-page, .page .boxed .left-sidebar-page,
.category .boxed .right-sidebar-page, .category .boxed .left-sidebar-page,
.single-post .boxed .right-sidebar-page, .single-post .boxed .left-sidebar-page {
    background: #fff;
    border-top: 1px solid #f5f5f5;
    margin: 0;
    padding: 0;
}
.boxed .right-sidebar-page .page-style-1,
.boxed .right-sidebar-page .page-style-2,
.boxed .right-sidebar-page .page-style-3 {
    border: 0;
    padding: 30px 0 30px 30px;
}
.boxed .page-style-2 .entry-content {
	border: 0;
	padding: 0;
}
.boxed .left-sidebar-page .page-style-1,
.boxed .left-sidebar-page .page-style-2,
.boxed .left-sidebar-page .page-style-3 {
    border: 0;
    padding: 30px 30px 30px 0;
}
.boxed .right-sidebar-page .archive-style-1,
.boxed .right-sidebar-page .archive-style-2,
.boxed .right-sidebar-page .archive-style-3,
.boxed .right-sidebar-page .archive-style-4,
.boxed .right-sidebar-page .archive-style-5,
.boxed .right-sidebar-page .archive-style-6,
.boxed .right-sidebar-page .archive-style-7,
.boxed .right-sidebar-page .archive-style-8,
.boxed .right-sidebar-page .archive-style-9,
.boxed .right-sidebar-page .archive-style-10,
.boxed .right-sidebar-page .archive-style-11,
.boxed .right-sidebar-page .archive-style-12,
.boxed .right-sidebar-page .archive-style-13,
.boxed .right-sidebar-page .archive-style-14,
.boxed .right-sidebar-page .archive-style-15 {
	border: 0;
    padding: 0 0 0 30px;
}
.boxed .left-sidebar-page .archive-style-1,
.boxed .left-sidebar-page .archive-style-2,
.boxed .left-sidebar-page .archive-style-3,
.boxed .left-sidebar-page .archive-style-4,
.boxed .left-sidebar-page .archive-style-5,
.boxed .left-sidebar-page .archive-style-6,
.boxed .left-sidebar-page .archive-style-7,
.boxed .left-sidebar-page .archive-style-8,
.boxed .left-sidebar-page .archive-style-9,
.boxed .left-sidebar-page .archive-style-10,
.boxed .left-sidebar-page .archive-style-11,
.boxed .left-sidebar-page .archive-style-12,
.boxed .left-sidebar-page .archive-style-13,
.boxed .left-sidebar-page .archive-style-14,
.boxed .left-sidebar-page .archive-style-15 {
	border: 0;
    padding: 0 30px 0 0;
}
.boxed .right-sidebar-page .post-style-1,
.boxed .right-sidebar-page .post-style-2,
.boxed .right-sidebar-page .post-style-3,
.boxed .right-sidebar-page .post-style-4 {
	border: 0;
	padding: 30px 0 30px 30px;
}
.boxed .left-sidebar-page .post-style-1,
.boxed .left-sidebar-page .post-style-2,
.boxed .left-sidebar-page .post-style-3,
.boxed .left-sidebar-page .post-style-4 {
	border: 0;
	padding: 30px 30px 30px 0;
}
.boxed .post-style-2 .post-content-box {
	border: 0;
	padding: 0;
}
.boxed .post-style-1 #breadcrumbs {
    background: transparent;
    margin: 0 0 20px;
    padding: 12px 0;
}
.boxed #bottom {
	padding: 30px !important;
}
.boxed #bottom .container {
	background: transparent;
}
.boxed-2 {
    margin: 0 auto;
    max-width: 1180px;
}
h1, h2, h3, h4, h5, h6 {
	color: inherit;
}
.site-main {
	margin-top: 30px;
}
#page a {
	text-decoration: none !important;
	transition: all .4s ease;
}
#page a:hover {
	transition: all .4s ease;
}
.content-area a {
	border-bottom: 1px solid transparent;
	color: #318fe8;
	text-decoration: none;
	transition: all .4s ease;
}
.content-area a:hover {
	color: #555;
	transition: all .4s ease;
}
.widget_calendar tbody td {
    text-align: center;
}
.widget_calendar tbody #today a {
    color: #318fe8 !important;
    font-weight: bold !important;
}
.widget {
	margin: 0;
}
.uk-grid + .uk-grid, .uk-grid > .uk-grid-margin, * + .uk-grid-margin {
	margin-top: 0 !important;
}
.title-breadcrumbs {
	padding: 0 0 30px 0;
}
.title-breadcrumbs .page-title {
    font-size: 28px;
    font-weight: 300;
	margin: 0;
}
#breadcrumbs {
    color: #626262;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 0 0;
    text-align: right;
}
#breadcrumbs a {
    color: #318fe8;
    text-decoration: none;
    transition: all .4s ease;
}
#breadcrumbs a:hover {
    color: #222;
    transition: all .4s ease;
}
.page .title-breadcrumbs {
    padding: 0 0 10px;
}
.page #breadcrumbs {
    text-align: left;
}
.the_champ_sharing_container {
    margin: 40px 0 20px;
}
.uk-subnav .uk-active a {
    color: #fff !important;
}


/* === Header === */
.admin-bar .uk-sticky-fixed {
    margin: 32px 0 0 !important;
}
#header-top-mobile {
    display: none;
}


/* HEADER STYLE 1 */
.header-style-1 #header-top {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14.5px;
    padding: 10px 0;
}
.header-style-1 #header-top p {
    margin: 0;
}
.header-style-1 #top-header-left p {
    font-size: 13px;
    margin: 6px 0 0;
}
.header-style-1 #top-header-left a {
    color: #727272;
    text-decoration: none;
    transition: all .4s ease;
}
.header-style-1 #top-header-left a:hover {
    color: #318fe8;
    transition: all .4s ease;
}
.header-style-1 #top-header-left img {
    margin: 0 5px 0 0;
    object-fit: cover;
    vertical-align: top;
    width: 20px;
}
.header-style-1 #top-header-right {
    text-align: right;
}
.header-style-1 #top-header-right .widget {
	display: inline-block;
	margin: 0 0 0 20px;
}
.header-style-1 #top-header-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-style-1 #top-header-right ul li {
    display: inline-block;
}
.header-style-1 #top-header-right ul a {
    border-right: 1px solid #ddd;
    color: #888;
    font-weight: 300;
    padding: 0 12px 0 0;
    margin: 0 10px 0 0;
    transition: all .4s ease;
}
.header-style-1 #top-header-right ul li:last-child a {
    border-right: 0;
    margin: 0;
    padding: 0;
}
.header-style-1 #top-header-right ul .current-lang a,
.header-style-1 #top-header-right ul a:hover {
    color: #318fe8;
    text-decoration: none;
    transition: all .4s ease;
}
.header-style-1 .site-header {
    background: #fff;
}
.header-style-1 .site-header .uk-width-4-5 {
    text-align: right;
}
.header-style-1 .site-header .main-navigation {
    margin: 40px 0 0;
}
.header-style-1 .site-header .main-navigation li {
    display: inline-block;
    margin: 0 0 0 35px;
    padding: 0 0 10px;
    float: none;
}
.header-style-1 .site-header .main-navigation li a {
    color: #525252;
    font-size: 15px;
    font-weight: 300;
}
.header-style-1 .site-header .main-navigation li a:hover {
    color: #318fe8;
    text-decoration: none;
    transition: all .4s ease;
}
.header-style-1 .site-header .main-navigation li.current-menu-item a {
    color: #318fe8;
}
.header-style-1 .site-header .main-navigation .sub-menu {
    background: #fcfcfc;
    padding: 10px 0 0;
    text-align: left;
    width: 280px;
}
.header-style-1 .site-header .main-navigation .sub-menu li {
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 20px;
    width: 280px;
}
.header-style-1 .site-header .main-navigation .sub-menu li a {
    font-size: 13.5px;
    width: 280px;
}
.header-style-1 .site-branding img {
    height: 72px;
    object-fit: contain;
    margin: 16px 0;
}

/* HEADER STYLE 2 */
.header-style-2 .site-header {
    background: #fff;
}
.header-style-2 .site-header .uk-width-4-5 {
    text-align: right;
}
.header-style-2 .site-header .main-navigation {
    margin: 40px 0 0;
}
.header-style-2 .site-header .main-navigation li {
    display: inline-block;
    margin: 0 0 0 35px;
    padding: 0 0 10px;
    float: none;
}
.header-style-2 .site-header .main-navigation li a {
    color: #525252;
    font-size: 15px;
    font-weight: 300;
}
.header-style-2 .site-header .main-navigation li a:hover {
    color: #318fe8;
    text-decoration: none;
    transition: all .4s ease;
}
.header-style-2 .site-header .main-navigation li.current-menu-item a {
    color: #318fe8;
}
.header-style-2 .site-header .main-navigation .sub-menu {
    background: #fcfcfc;
    padding: 10px 0 0;
    text-align: left;
    width: 280px;
}
.header-style-2 .site-header .main-navigation .sub-menu li {
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 20px;
    width: 280px;
}
.header-style-2 .site-header .main-navigation .sub-menu li a {
    font-size: 13.5px;
    width: 280px;
}
.header-style-2 .site-branding img {
    height: 72px;
    object-fit: contain;
    margin: 16px 0;
}

/* HEADER STYLE 3 */
.header-style-3 p,
.header-style-3 .widget {
    margin: 0;
}
.header-style-3 .site-header {
    background: #fff;
}
.header-style-3 .site-header .uk-width-4-5 {
    text-align: right;
}
.header-style-3 .main-navigation li {
    display: inline-block;
    margin: 0 0 0 35px;
    padding: 0 0 10px;
    float: none;
}
.header-style-3 .main-navigation li a {
    color: #525252;
    font-size: 15px;
    font-weight: 300;
}
.header-style-3 .main-navigation li a:hover {
    color: #318fe8;
    text-decoration: none;
    transition: all .4s ease;
}
.header-style-3 .main-navigation li.current-menu-item a {
    color: #318fe8;
}
.header-style-3 .main-navigation .sub-menu {
    background: #fcfcfc;
    padding: 10px 0 0;
    text-align: left;
    width: 280px;
}
.header-style-3 .main-navigation .sub-menu li {
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 20px;
    width: 280px;
}
.header-style-3 .main-navigation .sub-menu li a {
    font-size: 13.5px;
    width: 280px;
}
.header-style-3 .site-branding img {
    height: 72px;
    object-fit: contain;
    margin: 16px 0;
}
.header-style-3 #header-right {
    text-align: right;
}
.header-style-3 #header-right a {
    color: #888;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}
.header-style-3 .header-right-1 {
    padding: 15px 0;
}
.header-style-3 .header-right-1 a {
    text-decoration: none;
}
.header-style-3 .header-right-1 img {
    height: 20px;
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
.header-style-3 .header-right-2 .widget {
    display: inline-block;
    margin: 0 0 0 20px;
}
.header-style-3 .header-right-2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-style-3 .header-right-2 ul li {
    border-left: 1px solid #f0f0f0;
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}
.header-style-3 .header-right-2 ul li:first-child {
    border-left: 0;
    margin: 0;
    padding: 0;
}
.header-style-3 #header-right .current-lang a {
    color: #318fe8;
}
.header-style-3 .main-navigation {
	float: none;
}
.header-style-3 .nav-bar {
	background: #fff;
    border-top: 1px solid #f0f0f0;
    margin: 0;
    padding: 12px 0 6px;
}

/* HEADER STYLE 4 */
.header-style-4 p,
.header-style-4 .widget {
    margin: 0;
}
.header-style-4 .site-header {
    background: #fff;
}
.header-style-4 .uk-grid {
	margin: 0;
}
.header-style-4 .uk-grid > * {
	padding: 0;
}
.header-style-4 .site-header .uk-width-2-5,
.header-style-4 .site-header .uk-width-4-5 {
    text-align: right;
}
.header-style-4 .site-header .main-navigation li {
    display: inline-block;
    margin: 0 0 0 35px;
    padding: 0 0 10px;
    float: none;
}
.header-style-4 .site-header .main-navigation li:first-child {
	margin: 0;
}
.header-style-4 .site-header .main-navigation li a {
    color: #525252;
    font-size: 15px;
    font-weight: 300;
}
.header-style-4 .site-header .main-navigation li a:hover {
    color: #318fe8;
    text-decoration: none;
    transition: all .4s ease;
}
.header-style-4 .site-header .main-navigation li.current-menu-item a {
    color: #318fe8;
}
.header-style-4 .site-header .main-navigation .sub-menu {
    background: #fcfcfc;
    padding: 10px 0 0;
    text-align: left;
    width: 280px;
}
.header-style-4 .site-header .main-navigation .sub-menu li {
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 20px;
    width: 280px;
}
.header-style-4 .site-header .main-navigation .sub-menu li a {
    font-size: 13.5px;
    width: 280px;
}
.header-style-4 .site-branding img {
    height: 72px;
    object-fit: contain;
    margin: 16px 0;
}
.header-style-4 #header-right {
    text-align: right;
}
.header-style-4 .site-header a {
    color: #888;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}
.header-style-4 .header-right-1 {
    padding: 40px 0 0;
}
.header-style-4 .site-header a {
    text-decoration: none;
}
.header-style-4 .header-right-1 img {
    height: 20px;
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
.header-style-4 .nav-widgets {
	padding: 10px 0 0;
}
.header-style-4 .nav-widgets .widget {
    display: inline-block;
    margin: 0 0 0 20px;
}
.header-style-4 .nav-widgets ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-style-4 .nav-widgets ul li {
    border-left: 1px solid #f0f0f0;
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}
.header-style-4 .nav-widgets ul li:first-child {
    border-left: 0;
    margin: 0;
    padding: 0;
}
.header-style-4 .site-header .nav-widgets .current-lang a {
    color: #318fe8;
}
.header-style-4 .main-navigation {
    margin: 0;
    padding: 12px 0 6px;
}
.header-style-4 .nav-with-widgets {
	background: #fff;
    border-top: 1px solid rgba(214, 214, 214, 0.1);
}

/* HEADER STYLE 5 */
.header-style-5 {
	position: absolute;
	width: 100%;
	z-index: 1000;
}
.header-style-5 #header-top {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14.5px;
    padding: 10px 0;
}
.header-style-5 #header-top p {
    margin: 0;
}
.header-style-5 #top-header-left p {
    font-size: 13px;
    margin: 6px 0 0;
}
.header-style-5 #top-header-left a {
    color: #727272;
    text-decoration: none;
    transition: all .4s ease;
}
.header-style-5 #top-header-left a:hover {
    color: #318fe8;
    transition: all .4s ease;
}
.header-style-5 #top-header-left img {
    margin: 0 5px 0 0;
    object-fit: cover;
    vertical-align: top;
    width: 20px;
}
.header-style-5 #top-header-right {
    text-align: right;
}
.header-style-5 #top-header-right .widget {
	display: inline-block;
	margin: 0 0 0 20px;
}
.header-style-5 #top-header-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-style-5 #top-header-right ul li {
    display: inline-block;
}
.header-style-5 #top-header-right ul a {
    border-right: 1px solid #ddd;
    color: #888;
    font-weight: 300;
    padding: 0 12px 0 0;
    margin: 0 10px 0 0;
    transition: all .4s ease;
}
.header-style-5 #top-header-right ul li:last-child a {
    border-right: 0;
    margin: 0;
    padding: 0;
}
.header-style-5 #top-header-right ul .current-lang a,
.header-style-5 #top-header-right ul a:hover {
    color: #318fe8;
    text-decoration: none;
    transition: all .4s ease;
}
.header-style-5 .site-header {
    background: transparent;
}
.header-style-5 .uk-sticky-fixed .site-header {
	background: #fff;
}
.header-style-5 .site-header .uk-width-4-5 {
    text-align: right;
}
.header-style-5 .site-header .main-navigation {
    margin: 40px 0 0;
}
.header-style-5 .site-header .main-navigation li {
    display: inline-block;
    margin: 0 0 0 35px;
    padding: 0 0 10px;
    float: none;
}
.header-style-5 .site-header .main-navigation li a {
    color: #525252;
    font-size: 15px;
    font-weight: 300;
}
.header-style-5 .site-header .main-navigation li a:hover {
    color: #318fe8;
    text-decoration: none;
    transition: all .4s ease;
}
.header-style-5 .site-header .main-navigation li.current-menu-item a {
    color: #318fe8;
}
.header-style-5 .site-header .main-navigation .sub-menu {
    background: #fcfcfc;
    padding: 10px 0 0;
    text-align: left;
    width: 280px;
}
.header-style-5 .site-header .main-navigation .sub-menu li {
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 20px;
    width: 280px;
}
.header-style-5 .site-header .main-navigation .sub-menu li a {
    font-size: 13.5px;
    width: 280px;
}
.header-style-5 .site-branding img {
    height: 72px;
    object-fit: contain;
    margin: 16px 0;
}


/* HEADER STYLE 6 */
.header-style-6 {
	text-align: center;
}
.header-style-6 p,
.header-style-6 .widget {
    margin: 0;
}
.header-style-6 .site-header {
    background: #fff;
}
.header-style-6 .uk-grid {
	margin: 0;
}
.header-style-6 .uk-grid > * {
	padding: 0;
	margin: 0;
}
.header-style-6 .site-header .main-navigation li {
    display: inline-block;
    margin: 0 0 0 35px;
    padding: 0 0 10px;
    float: none;
}
.header-style-6 .site-header .main-navigation li a {
    color: #525252;
    font-size: 15px;
    font-weight: 300;
}
.header-style-6 .site-header .main-navigation li a:hover {
    color: #318fe8;
    text-decoration: none;
    transition: all .4s ease;
}
.header-style-6 .site-header .main-navigation li.current-menu-item a {
    color: #318fe8;
}
.header-style-6 .site-header .main-navigation .sub-menu {
    background: #fcfcfc;
    padding: 10px 0 0;
    text-align: left;
    width: 280px;
}
.header-style-6 .site-header .main-navigation .sub-menu li {
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 20px;
    width: 280px;
}
.header-style-6 .site-header .main-navigation .sub-menu li a {
    font-size: 13.5px;
    width: 280px;
}
.header-style-6 .site-branding img {
    height: 72px;
    object-fit: contain;
    margin: 16px 0;
}
.header-style-6 .site-header a {
    color: #888;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}
.header-style-6 .header-left {
    padding: 10px 0 0;
}
.header-style-6 .site-header a {
    text-decoration: none;
}
.header-style-6 .header-left img {
    height: 20px;
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
.header-style-6 .header-right {
	padding: 10px 0 20px;
}
.header-style-6 .header-right .widget {
    display: inline-block;
    margin: 0 0 0 20px;
}
.header-style-6 .header-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-style-6 .header-right ul li {
    border-left: 1px solid #f0f0f0;
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}
.header-style-6 .header-right ul li:first-child {
    border-left: 0;
    margin: 0;
    padding: 0;
}
.header-style-6 .site-header .header-right .current-lang a {
    color: #318fe8;
}
.header-style-6 .main-navigation {
    margin: 0;
    padding: 12px 0 6px;
}
.header-style-6 .header-nav {
    border-top: 1px solid #f0f0f0;
}

/* HEADER STYLE 7 */
.header-style-7 {
	text-align: center;
}
.header-style-7 p,
.header-style-7 .widget {
    margin: 0;
}
.header-style-7 .site-header {
    background: #fff;
}
.header-style-7 .uk-grid {
	margin: 0;
}
.header-style-7 .uk-grid > * {
	padding: 0;
	margin: 0;
}
.header-style-7 .site-header .main-navigation li {
    display: inline-block;
    margin: 0 0 0 35px;
    padding: 0 0 10px;
    float: none;
}
.header-style-7 .site-header .main-navigation li a {
    color: #525252;
    font-size: 15px;
    font-weight: 300;
}
.header-style-7 .site-header .main-navigation li a:hover {
    color: #318fe8;
    text-decoration: none;
    transition: all .4s ease;
}
.header-style-7 .site-header .main-navigation li.current-menu-item a {
    color: #318fe8;
}
.header-style-7 .site-header .main-navigation .sub-menu {
    background: #fcfcfc;
    padding: 10px 0 0;
    text-align: left;
    width: 280px;
}
.header-style-7 .site-header .main-navigation .sub-menu li {
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 20px;
    width: 280px;
}
.header-style-7 .site-header .main-navigation .sub-menu li a {
    font-size: 13.5px;
    width: 280px;
}
.header-style-7 .site-branding img {
    height: 72px;
    object-fit: contain;
    margin: 16px 0;
}
.header-style-7 .site-header a {
    color: #888;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}
.header-style-7 .header-left {
    padding: 10px 0 20px;
}
.header-style-7 .site-header a {
    text-decoration: none;
}
.header-style-7 .header-left img {
    height: 20px;
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
.header-style-7 .nav-right {
	padding: 10px 0 0;
	text-align: right;
}
.header-style-7 .nav-right .widget {
    display: inline-block;
    margin: 0 0 0 20px;
}
.header-style-7 .nav-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-style-7 .nav-right ul li {
    border-left: 1px solid #f0f0f0;
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}
.header-style-7 .nav-right ul li:first-child {
    border-left: 0;
    margin: 0;
    padding: 0;
}
.header-style-7 .site-header .nav-right .current-lang a {
    color: #318fe8;
}
.header-style-7 .main-navigation {
    margin: 0;
    padding: 12px 0 6px;
	text-align: left;
}
.header-style-7 .header-nav {
    border-top: 1px solid #f0f0f0;
}

/* HEADER STYLE 8 */
.header-style-8 {
	text-align: center;
}
.header-style-8 p,
.header-style-8 .widget {
    margin: 0;
}
.header-style-8 .site-header {
    background: #fff;
}
.header-style-8 .uk-grid {
	margin: 0;
}
.header-style-8 .uk-grid > * {
	padding: 0;
	margin: 0;
}
.header-style-8 .site-header .header-left {
	padding: 22px 0 0;
	text-align: left;
}
.header-style-8 .site-header .header-left i {
	font-size: 20px;
	margin: 2px 0 0;
}
.header-style-8 .site-header .header-left .uk-inline {
	border-right: 1px solid #f0f0f0;
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0 25px 0 0;
}
.header-style-8 .site-header .header-left .uk-dropdown {
	margin: 0;
	padding: 0;
}
.header-style-8 .site-header .main-navigation li {
	border-bottom: 1px solid #f9f9f9;
    display: block;
    margin: 0;
    padding: 10px 15px;
    float: none;
}
.header-style-8 .site-header .main-navigation li a {
    color: #525252;
    font-size: 14px;
    font-weight: 300;
}
.header-style-8 .site-header .main-navigation li a:hover {
    color: #318fe8;
    text-decoration: none;
    transition: all .4s ease;
}
.header-style-8 .site-header .main-navigation li.current-menu-item a {
    color: #318fe8;
}
.header-style-8 .site-header .main-navigation li:hover .sub-menu {
    background: #fcfcfc;
    padding: 10px 0 0;
    text-align: left;
    width: 280px;
    left: 100%;
    top: 0;
}
.header-style-8 .site-header .main-navigation .sub-menu li {
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 20px;
    width: 280px;
}
.header-style-8 .site-header .main-navigation .sub-menu li a {
    font-size: 13.5px;
    width: 280px;
}
.header-style-8 .site-branding img {
    height: 72px;
    object-fit: contain;
    margin: 16px 0;
}
.header-style-8 .site-header a {
    color: #888;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}
.header-style-8 .header-right-1 {
	display: inline-block;
    padding: 20px 0 0;
	text-align: right;
}
.header-style-8 .site-header a {
    text-decoration: none;
}
.header-style-8 .header-right-1 img {
    height: 20px;
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
.header-style-8 .header-right-2 {
	padding: 38px 0 0;
	text-align: right;
}
.header-style-8 .header-right-2 .widget {
    display: inline-block;
    margin: 0 0 0 20px;
}
.header-style-8 .header-right-2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-style-8 .header-right-2 ul li {
    border-left: 1px solid #f0f0f0;
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}
.header-style-8 .header-right-2 ul li:first-child {
    border-left: 0;
    margin: 0;
    padding: 0;
}
.header-style-8 .site-header .header-right-2 .current-lang a {
    color: #318fe8;
}
.header-style-8 .main-navigation {
    margin: 0;
    padding: 0;
    text-align: left;
}


/* === WIDGET STYLES === */
/* STYLE 2 */
.widget-style-2 {
    position: relative;
}
.widget-style-2:before {
    border-right: 150px solid #f9f9f9;
    border-top: 80px solid transparent;
    border-bottom: 0 solid #f9f9f9;
    content: '';
    position: absolute;
    top: -60px;
    right: 0;
}
.widget-style-2:after {
    border-left: 150px solid #f9f9f9;
    border-bottom: 80px solid transparent;
    border-top: 0px solid #f9f9f9;
    content: '';
    position: absolute;
    bottom: -60px;
    left: 0;
}

/* STYLE 3 */
.widget-style-3 {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

/* STYLE 4 */
.widget-style-4 {
    border-top: 4px double #f0f0f0;
    border-bottom: 4px double #f0f0f0;
}

/* === WIDGET TITLE STYLES === */
/* STYLE 1 */
.widget-title {
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 50px;
    position: relative;
}
.widget-title:after {
    background: #318fe8;
    bottom: -10px;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 90px;
}

/* STYLE 2 */
.widget-title-2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 40px;
    position: relative;
	text-align: center
}
.widget-title-2:after {
    background: #e8e8e8;
    bottom: -14px;
    content: '';
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 140px;
}
.widget-title-2:before {
    background: #e8e8e8;
    border: 4px solid #fff;
    border-radius: 50%;
    bottom: -20px;
    content: '';
    height: 14px;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 14px;
    position: absolute;
    z-index: 10;
}

/* STYLE 3 */
.widget-title-3 {
	text-align: center;
	position: relative;
}
.widget-title-3 span {
	background: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 2px;
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 40px;
	padding: 8px 12px;
	position: relative;
}
.widget-title-3:before {
	background: #f0f0f0;
	bottom: 16px;
	content: '';
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	max-width: 260px;
}

/* STYLE 4 */
.widget-title-4 {
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 50px;
    position: relative;
}
.widget-title-4:before {
    background: #318fe8;
    bottom: -10px;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 80px;
}
.widget-title-4:after {
    background: #318fe8;
    bottom: -16px;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 60px;
}

/* STYLE 5 */
.widget-title-5 {
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 50px;
    position: relative;
}
.widget-title-5 span {
	border-bottom: 1px solid #318fe8;
	padding: 0 0 5px;
}

/* STYLE 6 */
.widget-title-6 {
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 50px;
    position: relative;
}
.widget-title-6 span {
	border-top: 1px solid #318fe8;
	border-bottom: 1px solid #318fe8;
	padding: 5px 0;
}

/* STYLE 7 */
.widget-title-7 {
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 50px;
}
.widget-title-7 span {
	border-left: 1px solid #318fe8;
	border-right: 1px solid #318fe8;
	padding: 0 15px;
    position: relative;
}
.widget-title-7 span:before {
    background: #318fe8;
    bottom: 12px;
    content: '';
    height: 1px;
    left: -20px;
    position: absolute;
    width: 20px;
}
.widget-title-7 span:after {
    background: #318fe8;
    bottom: 12px;
    content: '';
    height: 1px;
    right: -20px;
    position: absolute;
    width: 20px;
}

/* STYLE 8 */
.widget-title-8 {
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 50px;
    position: relative;
}
.widget-title-8 span {
	box-shadow: 0 6px 4px -4px #eee;
	padding: 0 0 6px;
}


/* === Top === */
#top {
    padding: 80px 0;
}
#top p {
    font-size: 15px;
    font-weight: 300;
}
#top .btn {
    background: #318fe8;
    border: 1px solid #318fe8;
    border-radius: 20px;
	box-shadow: 0 2px 3px #eee;
    color: #fff !important;
    display: inline-block;
    font-size: 13.5px;
    margin: 20px 5px 0;
    padding: 10px 20px;
    transition: all .4s ease;
}
#top .btn:hover {
    background: #555;
    border: 1px solid #555;
    color: #fff !important;
    text-decoration: none;
    transition: all .4s ease;
}
#top .btn:last-child {
    background: #555;
    border: 1px solid #555;
}


/* === Main Top === */
#main-top {
    background: #f9f9f9;
    padding: 80px 0;
}

/* === Main Bottom === */
#main-bottom {
    background: #fff;
    padding: 80px 0;
}



/* === Widgets === */
.widget_search input[type="search"] {
    background: #f9f9f9;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    box-shadow: none;
    font-size: 13px;
    outline: none;
    padding: 5px 15px;
    transition: all .4s ease;
    width: 200px;
}
.widget_search input[type="search"]:focus {
    border: 1px solid #318fe8;
    transition: all .4s ease;
    width: 240px;
}
.widget_search input[type="submit"] {
    display: none;
}



/* === Footer === */
.site-footer {
    background: #f9f9f9;
    padding: 60px 0 20px;
}
.site-footer .widget-title {
	color: inherit;
}
.site-footer .widget ul {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-footer .widget ul li {
    margin: 0 0 5px;
}
.site-footer .widget p {
   font-size: 14px;
   margin: 0;
}
.site-info {
    border-top: 1px solid #e8e8e8;
    color: #777;
    font-size: 14px;
    margin: 50px 0 10px;
    padding: 10px 0 0;
}
.site-info a {
    color: #318fe8;
    text-decoration: none;
    transition: all .4s ease;
}
.site-info a:hover {
    color: #323232;
    transition: all .4s ease;
}
.disclaimer {
    text-align: right;
}
.site-footer i {
	margin: 0 10px 0 0;
}



/* === PAGE STYLES === */
.page .full-width-page,
.page .right-sidebar-page,
.page .left-sidebar-page {
    margin: 80px 0;
}

/* STYLE 1 */
.page-style-1 {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    padding: 25px;
}
.page-style-1 .entry-title {
    border-bottom: 1px solid #f0f0f0;
    font-size: 26px;
    font-weight: 300;
    margin: 0 0 10px;
    padding: 0 0 5px;
}
.page-style-1 .entry-content {
    font-size: 14px;
    margin: 0;
}

/* STYLE 2 */
.page-style-2 .entry-title {
    font-size: 26px;
    font-weight: 300;
    margin: 0;
}
.page-style-2 .entry-content {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    font-size: 14px;
    padding: 15px 25px;
}

/* STYLE 3 */
.page-style-3 {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    padding: 25px;
}
.page-style-3 .entry-title {
    font-size: 26px;
    font-weight: 300;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.page-style-3 .entry-title:before {
    background: #f0f0f0;
    bottom: 17px;
    content: '';
    height: 2px;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 0;
}
.page-style-3 .entry-title span {
    background: #fff;
    padding: 0 15px 0 0;
    position: relative;
}
.page-style-3 .entry-content {
    font-size: 14px;
    margin: 10px 0 0;
}



/* === POST STYLES === */
.single-post .full-width-page,
.single-post .right-sidebar-page,
.single-post .left-sidebar-page {
    margin: 80px 0;
}
.site-main .post-navigation {
    border-top: 4px double #f0f0f0;
    font-size: 13px;
    margin: 30px -25px -32px;
    padding: 12px 20px;
}

/* STYLE 1 */
.post-style-1 {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    padding: 25px;
}
.post-style-1 #breadcrumbs {
    background: #f9f9f9;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
    margin: -25px -25px 20px;
    padding: 12px 20px;
    text-align: left;
}
.post-style-1 article {
    margin: 0;
}
.post-style-1 .post-thumbnail {
    margin: -20px -25px 15px;
}
.post-style-1 .wp-post-image {
    border-radius: 2px 2px 0 0;
    height: 400px;
    object-fit: cover;
    width: 100%;
}
.post-style-1 .entry-header {
    border-bottom: 1px solid #f0f0f0;
    margin: 0 0 20px;
}
.post-style-1 .entry-title {
    font-size: 26px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
.post-style-1 .entry-meta {
    color: #888;
    font-size: 12px;
    font-weight: 300;
    padding: 0 0 5px;
}
.post-style-1 .entry-content {
    font-size: 14px;
    margin: 0;
}
.post-style-1 .entry-footer {
    border-top: 1px solid #f0f0f0;
    color: #888;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    padding: 8px 0 0;
}
.post-style-1 .edit-link {
    float: right;
}

/* STYLE 2 */
.post-style-2 #breadcrumbs {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    font-size: 13px;
    margin: 0 0 20px;
    padding: 12px 20px;
    text-align: left;
}
.post-style-2 .post-content-box {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    padding: 25px;
}
.post-style-2 article {
    margin: 0;
}
.post-style-2 .post-thumbnail {
    margin: -25px -25px 20px;
}
.post-style-2 .wp-post-image {
    border-radius: 2px 2px 0 0;
    height: 400px;
    object-fit: cover;
    width: 100%;
}
.post-style-2 .entry-header {
    margin: 0 0 20px;
}
.post-style-2 .entry-title {
    font-size: 26px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
.post-style-2 .entry-meta {
    color: #888;
    font-size: 12px;
    font-weight: 300;
    padding: 0 0 5px;
}
.post-style-2 .entry-content {
    font-size: 14px;
    margin: 0;
}
.post-style-2 .entry-footer {
    border-top: 1px solid #f0f0f0;
    color: #888;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    padding: 8px 0 0;
}
.post-style-2 .edit-link {
    float: right;
}

/* STYLE 3 */
.post-style-3 .entry-header {
    margin: 0 0 50px;
    text-align: center;
}
.post-style-3 .entry-title {
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 10px;
}
.post-style-3 .entry-meta {
    font-size: 13px;
    font-weight: 300;
}
.post-style-3 #breadcrumbs {
    font-size: 13px;
    margin-top: -10px;
    padding: 0 0 10px;
    text-align: left;
}
.post-style-3 .post-content-box {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    padding: 25px;
}
.post-style-3 article {
    margin: 0;
}
.post-style-3 .post-thumbnail {
    margin: -25px -25px 20px;
}
.post-style-3 .wp-post-image {
    border-radius: 2px 2px 0 0;
    height: 400px;
    object-fit: cover;
    width: 100%;
}
.post-style-3 .entry-content {
    font-size: 14px;
    margin: 0;
}
.post-style-3 .entry-footer {
    border-top: 1px solid #f0f0f0;
    color: #888;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    padding: 8px 0 0;
}
.post-style-3 .edit-link {
    float: right;
}

/* STYLE 4 */
.post-style-4 .entry-header {
    margin: 0 0 50px;
    text-align: center;
}
.post-style-4 .entry-title {
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 10px;
}
.post-style-4 .entry-meta {
    font-size: 13px;
    font-weight: 300;
}
.post-style-4 #breadcrumbs {
    font-size: 13px;
    margin-top: -10px;
    padding: 0 0 10px;
    text-align: left;
}
.post-style-4 .post-content-box {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    padding: 25px;
}
.post-style-4 article {
    margin: 0;
}
.post-style-4 .post-thumbnail {
    margin: 0 0 20px;
}
.post-style-4 .wp-post-image {
    border-radius: 2px;
    height: 400px;
    object-fit: cover;
    width: 100%;
}
.post-style-4 .entry-content {
    font-size: 14px;
    margin: 0;
}
.post-style-4 .entry-footer {
    border-top: 1px solid #f0f0f0;
    color: #888;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    padding: 8px 0 0;
}
.post-style-4 .edit-link {
    float: right;
}


/* === COMMENTS */
#comments {
    border-top: 4px double #f0f0f0;
    margin: 30px -25px 0;
    padding: 25px 25px 0;
}
#comments .comments-title {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 20px;
}
#comments .comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
#comments .comment-list li {
    border: 1px solid #eee;
    border-radius: 2px;
    font-size: 13px;
    margin: 0 0 10px;
    padding: 20px;
}
#comments .avatar {
    display: none;
}
#comments .edit-link a {
    background: #555;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    padding: 5px 10px;
    text-decoration: none;
    transition: all .4s ease;
}
#comments .edit-link a:hover {
    background: #318fe8;
    transition: all .4s ease;
}
#respond .comment-reply-title {
    font-size: 18px;
    font-weight: 300;
    margin: 40px 0 0;

}
#respond .logged-in-as {
    font-size: 14px;
    margin: 0;
}
#respond label {
    font-size: 14px;
}
#respond textarea {
    border: 1px solid #eee;
    border-radius: 2px;
    margin: 5px 0 0;
}
#respond .form-submit {
    margin-bottom: 0;
}
#respond .submit {
    background: #555;
    border: 0;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    line-height: normal;
    padding: 10px 18px;
    text-transform: capitalize;
    transition: all .4s ease;
}
#respond .submit:hover {
    background: #318fe8;
    cursor: pointer;
    transition: all .4s ease;
}


/* === CATEGORY STYLES === */
.category .full-width-page,
.category .right-sidebar-page,
.category .left-sidebar-page {
    margin: 80px 0;
}

/* STYLE 1 */
.archive-style-1 article {
    margin: 0 0 15px;
}
.archive-style-1 article .uk-grid {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    margin: 0;
}
.archive-style-1 article .uk-width-1-4 {
    padding: 0;
}
.archive-style-1 article .post-thumbnail {
    display: block;
    height: 180px;
}
.archive-style-1 article img {
    border-radius: 2px 0 0 2px;
    height: 180px;
    object-fit: cover;
    width: 100%;
}
.archive-style-1 article .uk-width-3-4 {
    padding: 0 20px;
}
.archive-style-1 article .entry-title {
    font-size: 18px;
    font-weight: 300;
    margin: 20px 0 2px;
}
.archive-style-1 article .entry-meta {
    color: #888;
    font-size: 12px;
    font-weight: 300;
}
.archive-style-1 article .entry-content {
    color: #555;
    font-size: 14px;
    font-weight: 300;
}

/* STYLE 2 */
.archive-style-2 {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    padding: 20px;
}
.archive-style-2 article {
	margin: 0;
}
.archive-style-2 article .uk-grid {
    border-bottom: 1px solid #f0f0f0;
    margin: 0 0 20px;
	padding: 0 0 20px;
}
.archive-style-2 article:last-child .uk-grid {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}
.archive-style-2 article .uk-width-1-4 {
    padding: 0;
}
.archive-style-2 article .post-thumbnail {
    display: block;
    height: 180px;
}
.archive-style-2 article img {
    border-radius: 2px;
    height: 180px;
    object-fit: cover;
    width: 100%;
}
.archive-style-2 article .uk-width-3-4 {
    padding: 0 20px;
}
.archive-style-2 article .entry-title {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 2px;
}
.archive-style-2 article .entry-meta {
    color: #888;
    font-size: 12px;
    font-weight: 300;
}
.archive-style-2 article .entry-content {
    color: #555;
    font-size: 14px;
    font-weight: 300;
}

/* STYLE 3 */
.archive-style-3 article {
    margin: 0 0 15px;
}
.archive-style-3 article .uk-grid {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    margin: 0;
	padding: 20px;
}
.archive-style-3 article .uk-width-1-4 {
    padding: 0;
}
.archive-style-3 article .post-thumbnail {
    display: block;
    height: 180px;
}
.archive-style-3 article img {
    border-radius: 50%;
    height: 180px;
    object-fit: cover;
	width: 180px;
}
.archive-style-3 article .uk-width-3-4 {
    padding: 0 0 0 20px;
}
.archive-style-3 article .entry-title {
    font-size: 18px;
    font-weight: 300;
    margin: 20px 0 2px;
}
.archive-style-3 article .entry-meta {
    color: #888;
    font-size: 12px;
    font-weight: 300;
}
.archive-style-3 article .entry-content {
    color: #555;
    font-size: 14px;
    font-weight: 300;
}

/* STYLE 4 */
.archive-style-4 article {
    margin: 0 0 15px;
}
.archive-style-4 .uk-grid {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    margin: 0;
}
.archive-style-4 .uk-grid-margin {
    margin: 0;
}
.archive-style-4 .uk-grid > * {
    padding: 0;
}
.archive-style-4 .post-thumbnail {
    display: block;
    height: 250px;
}
.archive-style-4 img {
    border-radius: 2px 2px 0 0;
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.archive-style-4 .entry-title {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 2px;
    padding: 20px 20px 0;
}
.archive-style-4 .entry-meta {
    color: #888;
    font-size: 12px;
    font-weight: 300;
    padding: 0 20px;
}
.archive-style-4 .entry-content {
    color: #555;
    font-size: 14px;
    font-weight: 300;
    padding: 0 20px 20px;
}

/* STYLE 5 */
.archive-style-5 article {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    margin: 0 0 15px;
}
.archive-style-5 .uk-inline {
    height: 280px;
}
.archive-style-5 .uk-inline img {
    border-radius: 2px 2px 0 0;
    height: 280px;
    object-fit: cover;
    width: 100%;
}
.archive-style-5 .uk-overlay {
    background: rgba(24, 24, 24, 0.65);
}
.archive-style-5 .entry-title {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}
.archive-style-5 .entry-title a {
    color: #fff;
}
.archive-style-5 .entry-meta {
    font-size: 13px;
    font-weight: 300;
}
.archive-style-5 .entry-meta a {
    color: #fff;
}
.archive-style-5 .entry-header a:hover {
    border-bottom: 1px solid #fff;
}
.archive-style-5 .entry-content {
    font-size: 14px;
    font-weight: 300;
    padding: 0 20px 20px;
}

/* STYLE 6 */
.archive-style-6 article {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    margin: 0 0 15px;
}
.archive-style-6 .uk-inline {
    height: 350px;
}
.archive-style-6 .uk-inline img {
    border-radius: 2px 2px 0 0;
    height: 350px;
    object-fit: cover;
    width: 100%;
}
.archive-style-6 .uk-overlay {
    background: rgba(24, 24, 24, 0.65);
}
.archive-style-6 .entry-title {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}
.archive-style-6 .entry-title a {
    color: #fff;
}
.archive-style-6 .entry-meta {
    font-size: 13px;
    font-weight: 300;
}
.archive-style-6 .entry-meta a {
    color: #fff;
}
.archive-style-6 .entry-header a:hover {
    border-bottom: 1px solid #fff;
}
.archive-style-6 .entry-content {
    font-size: 14px;
    font-weight: 300;
}

/* STYLE 7 */
.archive-style-7 article {
    margin: 0 0 15px;
}
.archive-style-7 .uk-width-1-2 .uk-grid {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    margin: 0;
}
.archive-style-7 .uk-grid-margin {
    margin: 0;
}
.archive-style-7 .uk-width-1-2 .uk-grid > * {
    padding: 0;
}
.archive-style-7 .post-thumbnail {
    display: block;
    height: 220px;
}
.archive-style-7 img {
    border-radius: 2px 2px 0 0;
    height: 220px;
    object-fit: cover;
    width: 100%;
}
.archive-style-7 .entry-title {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 2px;
    padding: 20px 20px 0;
}
.archive-style-7 .entry-meta {
    color: #888;
    font-size: 12px;
    font-weight: 300;
    padding: 0 20px;
}
.archive-style-7 .entry-content {
    color: #555;
    font-size: 14px;
    font-weight: 300;
    padding: 0 20px 20px;
}

/* STYLE 8 */
.archive-style-8 article {
    margin: 0 0 15px;
}
.archive-style-8 .uk-width-1-3 .uk-grid {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    margin: 0;
}
.archive-style-8 .uk-grid-margin {
    margin: 0;
}
.archive-style-8 .uk-width-1-3 .uk-grid > * {
    padding: 0;
}
.archive-style-8 .post-thumbnail {
    display: block;
    height: 220px;
}
.archive-style-8 img {
    border-radius: 2px 2px 0 0;
    height: 220px;
    object-fit: cover;
    width: 100%;
}
.archive-style-8 .entry-title {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 2px;
    padding: 20px 20px 0;
}
.archive-style-8 .entry-meta {
    color: #888;
    font-size: 12px;
    font-weight: 300;
    padding: 0 20px;
}
.archive-style-8 .entry-content {
    color: #555;
    font-size: 14px;
    font-weight: 300;
    padding: 0 20px 20px;
}

/* STYLE 9 */
.archive-style-9 article {
    margin: 0 0 15px;
}
.archive-style-9 .uk-width-1-4 .uk-grid {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    margin: 0;
}
.archive-style-9 .uk-grid-margin {
    margin: 0;
}
.archive-style-9 .uk-width-1-4 .uk-grid > * {
    padding: 0;
}
.archive-style-9 .post-thumbnail {
    display: block;
    height: 220px;
}
.archive-style-9 img {
    border-radius: 2px 2px 0 0;
    height: 220px;
    object-fit: cover;
    width: 100%;
}
.archive-style-9 .entry-title {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 2px;
    padding: 20px 20px 0;
}
.archive-style-9 .entry-meta {
    color: #888;
    font-size: 12px;
    font-weight: 300;
    padding: 0 20px;
}
.archive-style-9 .entry-content {
    color: #555;
    font-size: 14px;
    font-weight: 300;
    padding: 0 20px 20px;
}

/* STYLE 12 */
.archive-style-12 {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    padding: 25px;
}
.archive-style-12 article {
    border-bottom: 1px solid #f0f0f0;
    margin: 0 0 15px;
    padding: 0 0 15px;
}
.archive-style-12 article:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}
.archive-style-12 .uk-width-1-4 {
    border-right: 1px solid #f0f0f0;
    font-size: 13px;
    font-weight: 300;
    padding-top: 1px;
}
.archive-style-12 .uk-width-3-4 {
    padding-left: 30px;
}
.archive-style-12 .entry-title {
    font-size: 15px;
    font-weight: 300;
    margin: 0;
}

/* STYLE 13 */
.archive-style-13 {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    padding: 25px;
}
.archive-style-13 article {
    border-bottom: 1px solid #f0f0f0;
    margin: 0 0 15px;
    padding: 0 0 15px;
}
.archive-style-13 article:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}
.archive-style-13 .uk-width-1-4 {
    border-right: 1px solid #f0f0f0;
    font-size: 13px;
    font-weight: 300;
    padding-top: 1px;
}
.archive-style-13 .uk-width-3-4 {
    padding-left: 30px;
}
.archive-style-13 .entry-title {
    font-size: 15px;
    font-weight: 300;
    margin: 0;
}
.archive-style-13 .entry-content {
	font-size: 13.5px;
	font-weight: 300;
}

/* STYLE 14 */
.archive-style-14 {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    padding: 25px;
}
.archive-style-14 article {
    margin: 0;
    padding: 0;
}
.archive-style-14 article:last-child {
    margin: 0;
    padding: 0;
}
.archive-style-14 .uk-width-1-4 {
    border-right: 1px solid #f0f0f0;
    font-size: 13px;
    font-weight: 300;
    padding-top: 1px;
}
.archive-style-14 .uk-width-3-4 {
    padding-left: 30px;
    position: relative;
}
.archive-style-14 .entry-title {
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 15px;
}
.archive-style-14 article:last-child .entry-title {
    margin: 0;
}
.archive-style-14 .uk-width-3-4:before {
	background: #f0f0f0;
	border: 4px solid #fff;
	border-radius: 20px;
	top: 5px;
	content: '';
	height: 14px;
	left: -7px;
	width: 14px;
	position: absolute;
}

/* STYLE 14 */
.archive-style-15 {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    padding: 25px;
}
.archive-style-15 article {
    margin: 0;
    padding: 0;
}
.archive-style-15 article:last-child {
    margin: 0;
    padding: 0;
}
.archive-style-15 .uk-width-1-4 {
    border-right: 1px solid #f0f0f0;
    font-size: 13px;
    font-weight: 300;
    padding-top: 1px;
}
.archive-style-15 .uk-width-3-4 {
    padding-left: 30px;
    position: relative;
}
.archive-style-15 .entry-title {
    font-size: 15px;
    font-weight: 300;
	margin-top: 2px;
}
.archive-style-15 .uk-width-3-4:before {
	background: #f0f0f0;
	border: 4px solid #fff;
	border-radius: 20px;
	top: 5px;
	content: '';
	height: 14px;
	left: -7px;
	width: 14px;
	position: absolute;
}
.archive-style-15 .entry-content {
	font-size: 13.5px;
	font-weight: 300;
    margin: 0;
    padding: 0 0 25px;
}
.archive-style-15 article:last-child .entry-content {
    margin: 0;
    padding: 0;
}



/* === SIDEBAR STYLES === */
/* STYLE 1 */
.sidebar-style-1 {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    padding: 20px;
}
.sidebar-style-1 .widget {
    border-bottom: 1px solid #f0f0f0;
    margin: 0 0 30px;
    padding: 0 0 30px;
}
.sidebar-style-1 .widget:last-child {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}
.sidebar-style-1 .widget-title {
    font-size: 18px;
    margin: 0 0 30px;
}
.sidebar-style-1 .widget-title span {
    border-bottom: 1px solid #318fe8;
    padding: 0 0 5px;
}
.sidebar-style-1 .widget-title:after {
    display: none;
}
.sidebar-style-1 p {
    font-size: 13.5px;
    font-weight: 300;
}
.sidebar-style-1 ul {
    font-size: 13.5px;
    font-weight: 300;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-style-1 ul li {
    margin: 0 0 8px;
}
.sidebar-style-1 ul li:last-child {
    margin: 0;
}
.sidebar-style-1 .widget_search input,
.sidebar-style-1 .widget_search input:focus {
    width: 100%;
}

/* STYLE 2 */
.sidebar-style-2 .widget {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    margin: 0 0 20px;
    padding: 20px;
}
.sidebar-style-2 .widget-title {
    background: #fbfbfb;
    border-bottom: 1px solid #f0f0f0;
    font-size: 18px;
    margin: -20px -20px 20px;
    padding: 10px 20px;
}
.sidebar-style-2 .widget-title:after {
    display: none;
}
.sidebar-style-2 p {
    font-size: 13.5px;
    font-weight: 300;
}
.sidebar-style-2 ul {
    font-size: 13.5px;
    font-weight: 300;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-style-2 ul li {
    margin: 0 0 8px;
}
.sidebar-style-2 ul li:last-child {
    margin: 0;
}
.sidebar-style-2 .widget_search input,
.sidebar-style-2 .widget_search input:focus {
    width: 100%;
}

/* STYLE 3 */
.sidebar-style-3 .widget {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    margin: 0 0 20px;
    padding: 20px;
}
.sidebar-style-3 .widget-title {
	border: 0;
	margin: 0 0 20px;
}
.sidebar-style-3 .widget-title span {
	border: 0;
    background: #585858;
    border-radius: 0 2px 2px 0;
    color: #fff;
    font-size: 13px;
    margin: -20px 0 20px -30px;
    padding: 10px 20px;
    position: relative;
}
.sidebar-style-3 .widget-title:before {
	border-bottom: 5px solid transparent;
	border-right: 5px solid #9a9a9a;
	border-top: 5px solid #9a9a9a;
	border-left: 5px solid transparent;
	content: '';
	left: -30px;
	bottom: -13px;
	position: absolute;
}
.sidebar-style-3 .widget-title:after {
	display: none;
}
.sidebar-style-3 p {
    font-size: 13.5px;
    font-weight: 300;
}
.sidebar-style-3 ul {
    font-size: 13.5px;
    font-weight: 300;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-style-3 ul li {
    margin: 0 0 8px;
}
.sidebar-style-3 ul li:last-child {
    margin: 0;
}
.sidebar-style-3 .widget_search input,
.sidebar-style-3 .widget_search input:focus {
    width: 100%;
}

/* STYLE 4 */
.sidebar-style-4 .widget {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    margin: 0 0 20px;
    padding: 20px;
}
.sidebar-style-4 .widget-title {
    font-size: 18px;
    margin: -10px 0 20px;
    padding: 10px 0 0;
}
.sidebar-style-4 .widget-title span {
	background: #fff;
	border-right: 1px solid #eee;
	padding: 0 20px 0 0;
	position: relative;
	z-index: 10;
}
.sidebar-style-4 .widget-title:after {
	background: #eee;
	bottom: 10px;
	content: '';
	height: 1px;
	position: absolute;
	width: 100%;
}
.sidebar-style-4 p {
    font-size: 13.5px;
    font-weight: 300;
}
.sidebar-style-4 ul {
    font-size: 13.5px;
    font-weight: 300;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-style-4 ul li {
    margin: 0 0 8px;
}
.sidebar-style-4 ul li:last-child {
    margin: 0;
}
.sidebar-style-4 .widget_search input,
.sidebar-style-4 .widget_search input:focus {
    width: 100%;
}

/* STYLE 4 */
.sidebar-style-5 .widget {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    margin: 0 0 20px;
    padding: 20px;
}
.sidebar-style-5 .widget-title {
    font-size: 18px;
    margin: -20px 0 20px;
    padding: 16px 0 0;
	text-align: center;
}
.sidebar-style-5 .widget-title span {
	background: #fff;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	padding: 0 20px;
	position: relative;
	z-index: 10;
}
.sidebar-style-5 .widget-title:after {
	background: #eee;
	bottom: 13px;
	content: '';
	height: 1px;
	position: absolute;
	width: 100%;
}
.sidebar-style-5 p {
    font-size: 13.5px;
    font-weight: 300;
}
.sidebar-style-5 ul {
    font-size: 13.5px;
    font-weight: 300;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-style-5 ul li {
    margin: 0 0 8px;
}
.sidebar-style-5 ul li:last-child {
    margin: 0;
}
.sidebar-style-5 .widget_search input,
.sidebar-style-5 .widget_search input:focus {
    width: 100%;
}

/* STYLE 6 */
.sidebar-style-6 .widget {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    margin: 0 0 20px;
    padding: 20px;
}
.sidebar-style-6 .widget-title {
	border: 0;
	margin: 0 0 20px;
}
.sidebar-style-6 .widget-title span {
	border: 0;
	background: #585858;
	border-radius: 0 2px 2px 0;
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 10px 20px;
	position: relative;
}
.sidebar-style-6 .widget-title:after {
	display: none;
}
.sidebar-style-6 p {
    font-size: 13.5px;
    font-weight: 300;
}
.sidebar-style-6 ul {
    font-size: 13.5px;
    font-weight: 300;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-style-6 ul li {
    margin: 0 0 8px;
}
.sidebar-style-6 ul li:last-child {
    margin: 0;
}
.sidebar-style-6 .widget_search input,
.sidebar-style-6 .widget_search input:focus {
    width: 100%;
}


/* === 404 Error Page === */
/* STYLE 1 */
.error-page-style-1 {
    padding: 80px;
    text-align: center;
}
.error-page-style-1 img {
    max-width: 550px;
}
.error-page-style-1 p {
    margin: 0;
}
.error-page-style-1 .search-home {
    margin: 40px auto 0;
    max-width: 48%;
}
.error-page-style-1 .home-btn {
	background: #318fe8;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	height: 42px;
	padding: 10px 24px;
	transition: all .4s ease;
}
.error-page-style-1 .home-btn:hover {
	background: #555;
	color: #fff;
	transition: all .4s ease;
}
.error-page-style-1 .search-form input[type="search"] {
	background: #fff;
	border: 1px solid #f0f0f0;
	box-shadow: none;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 300;
	height: 42px;
	outline: none;
	padding: 8px 20px;
}
.error-page-style-1 .search-form input[type="submit"] {
	display: none;
}

/* STYLE 2 */
.error-page-style-2 .page-header {
    margin: 160px 0 0;
}
.error-page-style-2 p {
    font-size: 15px;
    font-weight: 300;
    margin: 0;
}
.error-page-style-2 .home-btn {
    background: #fe6826;
    border-radius: 2px;
    box-shadow: 0 2px 3px #eee;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    margin: 50px 0 0;
    padding: 10px 18px;
    transition: all .4s ease;
}
.error-page-style-2 .home-btn:hover {
    background: #555;
    color: #fff;
    transition: all .4s ease;
}
.error-page-style-2 form {
    display: inline-block;
    margin: 0 0 0 20px;
}
.error-page-style-2 form input[type="submit"] {
    display: none;
}
.error-page-style-2 form input[type="search"] {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    box-shadow: none;
    font-size: 15px;
    font-weight: 300;
    outline: none;
    padding: 11px 18px;
}

/* STYLE 3 */
.error-page-style-3 {
    padding: 80px;
    text-align: center;
}
.error-page-style-3 img {
    max-width: 480px;
}
.error-page-style-3 p {
    margin: 0;
}
.error-page-style-3 .search-home {
    margin: 40px auto 0;
}
.error-page-style-3 .home-btn {
	background: #318fe8;
	border-radius: 2px;
	box-shadow: 0 2px 3px #eee;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	height: 42px;
	padding: 10px 24px;
	transition: all .4s ease;
}
.error-page-style-3 .home-btn:hover {
	background: #555;
	color: #fff;
	transition: all .4s ease;
}
.error-page-style-3 .search-form {
	display: inline-block;
	margin: 0 0 0 20px;
}
.error-page-style-3 .search-form input[type="search"] {
	background: #fff;
	border: 1px solid #f0f0f0;
	box-shadow: 0 2px 3px #eee;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 300;
	height: 42px;
	outline: none;
	padding: 11px 20px;
}
.error-page-style-3 .search-form input[type="submit"] {
	display: none;
}


/* STYLE 4 */
.error-page-style-4 {
    padding: 80px;
    text-align: center;
}
.error-page-style-4 img {
    max-width: 600px;
}
.error-page-style-4 .page-header {
	margin: -75px 10px 0 0;
}
.error-page-style-4 p {
    margin: 0;
}
.error-page-style-4 .search-home {
    margin: 40px auto 0;
}
.error-page-style-4 .home-btn {
	background: #009d63;
	border-radius: 50px;
	box-shadow: 0 2px 3px #eee;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	height: 42px;
	padding: 10px 24px;
	transition: all .4s ease;
}
.error-page-style-4 .home-btn:hover {
	background: #555;
	color: #fff;
	transition: all .4s ease;
}
.error-page-style-4 .search-form {
	display: inline-block;
	margin: 0 0 0 20px;
}
.error-page-style-4 .search-form input[type="search"] {
	background: #fff;
	border: 1px solid #f0f0f0;
	box-shadow: 0 2px 3px #eee;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 300;
	height: 42px;
	outline: none;
	padding: 11px 20px;
}
.error-page-style-4 .search-form input[type="submit"] {
	display: none;
}

/* STYLE 5 */
.error-page-style-5 {
	padding: 80px 0;
}
.error-page-style-5 .page-header {
    margin: 160px 0 0;
}
.error-page-style-5 p {
    font-size: 15px;
    font-weight: 300;
    margin: 0;
}
.error-page-style-5 .uk-width-1-2:last-child {
	text-align: right;
}
.error-page-style-5 img {
	margin: 60px 0;
	max-width: 400px;
}
.error-page-style-5 .home-btn {
    background: #00a1d4;
    border-radius: 50px;
    box-shadow: 0 2px 3px #eee;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    margin: 50px 0 0;
    padding: 10px 18px;
    transition: all .4s ease;
}
.error-page-style-5 .home-btn:hover {
    background: #555;
    color: #fff;
    transition: all .4s ease;
}
.error-page-style-5 form {
    display: inline-block;
    margin: 0 0 0 20px;
}
.error-page-style-5 form input[type="submit"] {
    display: none;
}
.error-page-style-5 form input[type="search"] {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 50px;
    box-shadow: none;
    font-size: 15px;
    font-weight: 300;
    outline: none;
    padding: 11px 18px;
}

/* STYLE 6 */
.error-page-style-6 {
    padding: 180px 0;
    position: relative;
}
.error-page-style-6 img {
    position: absolute;
    height: 500px;
    right: 0;
    bottom: 0;
}
.error-page-style-6 p {
    font-size: 15px;
    font-weight: 300;
    margin: 0;
}
.error-page-style-6 .home-btn {
    background: #eb864f;
    border-radius: 50px;
    box-shadow: 0 2px 3px #eee;
    color: #fff !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    margin: 50px 0 0;
    padding: 10px 18px;
    transition: all .4s ease;
}
.error-page-style-6 .home-btn:hover {
    background: #555;
    color: #fff;
    transition: all .4s ease;
}
.error-page-style-6 form {
    display: inline-block;
    margin: 0 0 0 20px;
}
.error-page-style-6 form input[type="submit"] {
    display: none;
}
.error-page-style-6 form input[type="search"] {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 50px;
    box-shadow: none;
    font-size: 15px;
    font-weight: 300;
    outline: none;
    padding: 11px 18px;
}

/* STYLE 7 */
.error-page-style-7 {
    padding: 80px;
    text-align: center;
}
.error-page-style-7 img {
    max-width: 600px;
}
.error-page-style-7 .page-header {
	margin: 0;
}
.error-page-style-7 p {
    margin: 0;
}
.error-page-style-7 .search-home {
    margin: 40px auto 0;
}
.error-page-style-7 .home-btn {
	background: #c01b29;
	border-radius: 50px;
	box-shadow: 0 2px 3px #eee;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	height: 42px;
	padding: 10px 24px;
	transition: all .4s ease;
}
.error-page-style-7 .home-btn:hover {
	background: #555;
	color: #fff;
	transition: all .4s ease;
}
.error-page-style-7 .search-form {
	display: inline-block;
	margin: 0 0 0 20px;
}
.error-page-style-7 .search-form input[type="search"] {
	background: #fff;
	border: 1px solid #f0f0f0;
	box-shadow: 0 2px 3px #eee;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 300;
	height: 42px;
	outline: none;
	padding: 11px 20px;
}
.error-page-style-7 .search-form input[type="submit"] {
	display: none;
}

/* STYLE 8 */
.error-page-style-8 {
	padding: 80px 0;
}
.error-page-style-8 .page-header {
    margin: 160px 0 0;
}
.error-page-style-8 p {
    font-size: 15px;
    font-weight: 300;
    margin: 0;
}
.error-page-style-8 .uk-width-1-2:last-child {
	text-align: right;
}
.error-page-style-8 img {
	margin: 40px 0;
	max-width: 500px;
}
.error-page-style-8 .home-btn {
    background: #e66a3d;
    border-radius: 50px;
    box-shadow: 0 2px 3px #eee;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    margin: 50px 0 0;
    padding: 10px 18px;
    transition: all .4s ease;
}
.error-page-style-8 .home-btn:hover {
    background: #555;
    color: #fff;
    transition: all .4s ease;
}
.error-page-style-8 form {
    display: inline-block;
    margin: 0 0 0 20px;
}
.error-page-style-8 form input[type="submit"] {
    display: none;
}
.error-page-style-8 form input[type="search"] {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 50px;
    box-shadow: none;
    font-size: 15px;
    font-weight: 300;
    outline: none;
    padding: 11px 18px;
}



/* === SEARCH RESULTS STYLES === */
.search-results .full-width-page,
.search-results .right-sidebar-page,
.search-results .left-sidebar-page {
    margin: 80px 0;
}

/* STYLE 1 */
.results-page-1 {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    padding: 25px;
}
.results-page-1 .page-title {
    border-bottom: 1px solid #f0f0f0;
    font-size: 26px;
    font-weight: 300;
    margin: 0 0 30px;
    padding: 0 0 8px;
}
.results-page-1 article {
    border-bottom: 1px solid #f0f0f0;
    margin: 0 0 20px;
    padding: 0 0 20px;
}
.results-page-1 article img {
	border-radius: 2px;
	height: 180px;
	object-fit: cover;
	width: 100%;
}
.results-page-1 article:last-child {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}
.results-page-1 article .uk-grid {
    margin: 0;
}
.results-page-1 article .uk-width-1-4 {
    padding: 0;
}
.results-page-1 article .uk-width-3-4 {
    padding: 0 25px;
}
.results-page-1 article .entry-title {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 2px;
}
.results-page-1 article .entry-title a {
    color: #555;
    text-decoration: none;
    transition: all .4s ease;
}
.results-page-1 article .entry-title a:hover {
    color: #000;
    transition: all .4s ease;
}
.results-page-1 article .entry-meta {
    color: #888;
    font-size: 12px;
    font-weight: 300;
}
.results-page-1 article .entry-summary {
    color: #626262;
    font-size: 14px;
    font-weight: 300;
    margin: 26px 0;
}
.results-page-1 article .entry-footer {
    color: #888;
    font-size: 12px;
    font-weight: 300;
}
.results-page-1 article .comments-link,
.results-page-1 article .edit-link {
    display: none;
}
.results-page-1 #breadcrumbs {
    background: #fbfbfb;
    border-bottom: 1px solid #f0f0f0;
    margin: -25px -25px 30px;
    padding: 12px 25px;
    text-align: left;
}

/* STYLE 2 */
.results-page-2 {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    padding: 25px;
}
.results-page-2 .page-title {
    border-bottom: 1px solid #f0f0f0;
    font-size: 26px;
    font-weight: 300;
    margin: 0 0 30px;
    padding: 0 0 8px;
}
.results-page-2 article {
    border-bottom: 1px solid #f0f0f0;
    margin: 0 0 20px;
    padding: 0 0 20px;
}
.results-page-2 article img {
	border-radius: 50%;
	height: 180px;
	object-fit: cover;
	width: 180px;
}
.results-page-2 article:last-child {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}
.results-page-2 article .uk-grid {
    margin: 0;
}
.results-page-2 article .uk-width-1-4 {
    padding: 0;
}
.results-page-2 article .uk-width-3-4 {
    padding: 0 25px;
}
.results-page-2 article .entry-title {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 2px;
}
.results-page-2 article .entry-title a {
    color: #555;
    text-decoration: none;
    transition: all .4s ease;
}
.results-page-2 article .entry-title a:hover {
    color: #000;
    transition: all .4s ease;
}
.results-page-2 article .entry-meta {
    color: #888;
    font-size: 12px;
    font-weight: 300;
}
.results-page-2 article .entry-summary {
    color: #626262;
    font-size: 14px;
    font-weight: 300;
    margin: 26px 0;
}
.results-page-2 article .entry-footer {
    color: #888;
    font-size: 12px;
    font-weight: 300;
}
.results-page-2 article .comments-link,
.results-page-2 article .edit-link {
    display: none;
}
.results-page-2 #breadcrumbs {
    background: #fbfbfb;
    border-bottom: 1px solid #f0f0f0;
    margin: -25px -25px 30px;
    padding: 12px 25px;
    text-align: left;
}

/* STYLE 3 */
.results-page-3 {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
	margin: 30px 0;
    padding: 25px;
}
.results-page-3 .page-title {
    border-bottom: 1px solid #f0f0f0;
    font-size: 26px;
    font-weight: 300;
    margin: 0 0 30px;
    padding: 0 0 8px;
}
.results-page-3 article {
    margin: 0;
    padding: 0;
}
.results-page-3 article:last-child {
    padding: 0;
}
.results-page-3 article .uk-grid {
    margin: 0;
}
.results-page-3 article .uk-width-1-4 {
	border-right: 1px solid #f0f0f0;
	font-size: 14px;
	font-weight: 300;
    padding: 0;
}
.results-page-3 article .uk-width-3-4 {
    padding: 0 25px;
    position: relative;
}
.results-page-3 article .uk-width-3-4:before {
	background: #f0f0f0;
	border: 4px solid #fff;
	border-radius: 50px;
	content: '';
	height: 16px;
	width: 16px;
	position: absolute;
	left: -8.2px;
}
.results-page-3 article .entry-title {
    font-size: 18px;
    font-weight: 300;
    margin: -3px 0 0;
}
.results-page-3 article .entry-title a {
    color: #555;
    text-decoration: none;
    transition: all .4s ease;
}
.results-page-3 article .entry-title a:hover {
    color: #000;
    transition: all .4s ease;
}
.results-page-3 article .entry-meta {
    color: #888;
    font-size: 12px;
    font-weight: 300;
}
.results-page-3 article .entry-summary {
    color: #626262;
    font-size: 13.5px;
    font-weight: 300;
    margin: 15px 0 0;
    padding: 0 0 36px;
}
.results-page-3 article:last-child .entry-summary {
	padding: 0;
}
.results-page-3 article .entry-footer {
    color: #888;
    font-size: 13px;
    font-weight: 300;
    margin: 5px 0 0;
}
.results-page-3 article .comments-link,
.results-page-3 article .edit-link {
    display: none;
}
.results-page-3 #breadcrumbs {
    background: #fbfbfb;
    border-bottom: 1px solid #f0f0f0;
    margin: -25px -25px 30px;
    padding: 12px 25px;
    text-align: left;
}

.site-footer .widget {
    margin-top: 40px !important;
}
.site-footer .widget:first-child {
    margin-top: 0 !important;
}


/* RESPONSIVE DESIGN */
@media (max-width: 767px) {
    .uk-grid > * {
        width: 100%;
    }
    .uk-sticky-fixed {
        position: relative !important;
    }
    .uk-sticky-placeholder {
        height: auto !important;
    }
    .site-footer .widget {
        margin: 0 0 40px;
		padding: 0 20px;
    }
	.site-info {
		padding: 10px 20px 0;
		text-align: center;
	}
    .disclaimer {
        text-align: center;
    }
    .header-style-8 .header-left {
        padding: 0 10px 10px !important;
    }
    .header-style-8 #header-right {
        padding: 0 20px 20px !important;
    }
    .header-style-8 .header-right-2 {
        padding: 20px 0 0 !important;
        text-align: center !important;
    }
    .header-style-8 .header-right-2 .widget:first-child {
        margin: 0;
    }
    .widget_search input[type="search"] {
        width: auto !important;
    }
	.site-content .container,
	.page .site-content .container,
	.single-post .site-content .container,
	.archive .site-content .container {
		padding: 0 20px;
	}
	.page .site-content #secondary,
	.single-post .site-content #secondary,
	.archive .site-content #secondary {
		margin: 40px 0 0;
	}
	#breadcrumbs {
		text-align: left;
	} 
	.header-style-5 {
		position: relative;
	}
	.header-style-1 #header-top,
	.header-style-3 .nav-bar,
	.header-style-3 #header-right,
	.header-style-4 #header-right,
	.header-style-4 .nav-with-widgets,
	.header-style-5 #header-top,
	.header-style-5 .main-navigation,
	.header-style-6 #header-right,
	.header-style-6 .header-nav,
	.header-style-7 #header-right,
	.header-style-7 .header-nav,
	.header-style-8 .header-left,
	.header-style-8 #header-right {
        display: none;
    }
    #header-top-mobile {
        background: #383838;
        display: block;
        padding: 10px 20px;
    }
    #header-top-mobile .uk-width-1-4 {
        width: 25%;
        text-align: left;
    }
    #header-top-mobile .uk-width-3-4 {
        width: 75%;
        text-align: right;
    }
    #header-top-mobile .uk-width-3-4 .widget {
    	display: inline-block !important;
    }
    #header-top-mobile .widget ul {
    	list-style: none;
    	margin: 0;
    	padding: 0 0 0 20px;
    }
    #header-top-mobile .widget a {
    	color: rgba(255, 255, 255, 0.7);
    	font-weight: 300;
    }
	#header-top-mobile .widget a:hover {
		color: #fff;
	}
    #header-top-mobile a span {
        color: #fff !important;
        display: block;
        margin: 5px 0 0;
        font-size: 20px;
    }
    #header-top-mobile .search-field {
        background: rgba(255, 255, 255, 0.1);
        border: 0;
        color: rgba(255, 255, 255, 0.8);
    }
	#mobile-menu .uk-offcanvas-bar {
		background: #fff;
		padding: 25px 0 0;
	}
	#mobile-menu .uk-offcanvas-close {
		color: #555;
		top: 10px;
	}
	#mobile-menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#mobile-menu ul li {
		border-bottom: 1px dashed #f2f2f2;
	}
	#mobile-menu ul li:last-child {
		border-bottom: 0;
	}
	#mobile-menu ul li a {
		display: block;
		color: #555;
		font-size: 14px;
		font-weight: 500;
		padding: 10px 15px;
		text-decoration: none;
	}
	#mobile-menu .sub-menu li a {
		font-weight: 300;
		padding: 10px 15px 10px 30px;
	}
	#mobile-menu .sub-menu li:first-child {
		border-top: 1px dashed #f2f2f2;
	}
	.left-sidebar-page .uk-width-1-3 {
		order: 2;
	}
}