/*
Theme Name: Accra Chaos Ghana
Theme URI: #
Version: 1.3.5
Description: Created by <a href="https://www.linkedin.com/in/nii-adjiri-30480a44/">Nii Adjiri</a>.
Author: Nii Adjiri
Author URI: https://www.linkedin.com/in/nii-adjiri-30480a44/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) Themify.
Tags: themify, featured-images, translation-ready, custom-menu, sidebar
Text Domain: themify

---------

DO NOT EDIT THIS FILE.

If you need to override theme styling, please add custom CSS in Appearance > Customize > Custom CSS or a child theme (https://themify.me/docs/child-theme).
*/

/*//custom-font*/



/*@font-face {*/
/*    font-family: "LordCrp";*/
/*    src: url("../fonts/lordcorps.woff2") format("woff2"),*/
/*         url("../fonts/lordcorps.woff") format("woff");*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/


/*@font-face {*/
/*    font-family: 'LordCrp';*/
/*    src: url('fonts/Lordcorps.woff2') format('woff2'),*/
/*         url('fonts/Lordcorps.woff') format('woff');*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

@import url('https://googleapis.com');


@font-face {
    font-family: 'LordCrp';
    src: url('./fonts/Lordcorps.woff2') format('woff2'),
         url('./fonts/Lordcorps.woff') format('woff'),
         url('./fonts/Lordcorps.eot') format('eot'),
         url('./fonts/Lordcorps.otf') format('otf'),
         url('./fonts/Lordcorps.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/*----------------------------------------------------------------------------------
TABLE OF CONTENT

1.  Reset
2.  General Styling (default font, color, lists, headings, form elements, etc.)
3.  Structure (page width & layout containers)
4.  Grid (column width)
5.  Header (logo, tagline, social widget, search form, main menu)
6.  Page (page title, author page, pagination)
7.  Post (post layouts & styling, comments, post navigation)
    7.1 Masonry layout
8.  Sidebar
    8.1 Widget Styles
9.  Footer
10. Builder Styling
11. WordPress Formatting
12. WP Gallery
13. Clear & Alignment
14. Woocommerce

----*/

/************************************************************************************
1. RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}


::selection {
  background-color: yellow;
  color: black; /* Ensures text remains readable on yellow */
}

::-moz-selection {
  background-color: yellow;
  color: black;
}









/* set img max-width */
img {
	max-width: 100%;
	height: auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* ie 8 img max-width */
.ie8 img { width: auto;}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block;
}

/* audio */
audio {
	max-width: 100%;
}

/* iframes and objects max-width (for embed media) */
iframe, object, embed {
	max-width: 100%;
}

/*  addon - overlay*/

.studioContainer {
  position: relative;
  width: 50%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlai {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #008CBA;
    overflow: hidden;
    width: 100%;
/*     height: 0; */
    transition: 1.5s ease;
    z-index: 5;
	display:none;
}

.studioContainer:hover .overlai {
  bottom: 0;
  height: 100%!important;
	display:block!important;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


.studiowrap {
/*     width: 400px;
    height: 400px; */
    overflow: hidden;
}


/* addon-overlay end */


/************************************************************************************
2. GENERAL STYLING
*************************************************************************************/
body {
	font: 1em/1.7em 'Open Sans', sans-serif;
	word-wrap: break-word;
	background-color: #000;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
a {
	text-decoration: underline;
	outline: none;
	color: #000;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0;
	padding: 0 0 2.5em;
}
small {
	font-size: 87%;
}
blockquote {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: .8em 2em 1em;
	margin: 0 0 1.2em;
	position: relative;
}
blockquote:before {
	content: '\201C';
	font-size: 3.3em;
	position: absolute;
	margin-left: -.5em;
	margin-top: .2em;
}
ins {
	text-decoration: none;
}

em, i {
	font-family: 'Crimson Text', serif;
	font-size: 1.3em;
	letter-spacing: -.015em;
}

/* LIST
================================================ */
ul, ol {
	margin: 0 0 1.4em 1.6em;
	padding: 0;
}
li {
	margin: 0 0 1em 0;
	padding: 0;
}

/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 0 0 .55em;
	word-wrap: normal;
}
h1 {
	font-size: 5em;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}
h2 {
	font-size: 4.5em;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 .3em;
}
h3 {
	font-size: 2em;
	letter-spacing: -.025em;
	margin: 0 0 1.05em;
}
h3 em,
h3 i {
	font-weight: normal;
}
h4 {
	font-size: 2em;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin: 0 0 .35em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.1em;
}
h2:after {
	content: '______________________';
	display: block;
	font-size: .2em;
	color: inherit;
	font-family: inherit;
	letter-spacing: -.01em;
}

/* FORM
================================================ */
/* form input */
input, textarea, select, input[type=search], button {
	font-size: 100%;
	font-family: inherit;
	max-width: 100%;
}
textarea, input[type=text], input[type=password], input[type=search], input[type=email], input[type=url], input[type=number], input[type=tel], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=time], input[type=week] {
	border: 1px solid #000;
	padding: .6em .8em;
	margin: .09em 0;
	max-width: 100%;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=url],
input[type=tel] {
	width: 22.5em;
	margin-right: 1.1em;
}
input[type=number] {
	width: 7em;
}
select {
	border: 1px solid #000;
	padding: .8em;
}
select:focus {
	outline: none;
}
	
/* text area */
textarea {
	width: 100%;
	min-height: 16.8em;
}

/* form input:focus */
textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, input[type=email]:focus, input[type=url]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus {
	outline: none;
	background-color: #eee;
}

/* form button */
input[type=reset], input[type=submit], button {
	background-color: #fecd06;
	border: none;
	cursor: pointer;
	padding: .9em 2em;
	text-transform: uppercase;
	margin-top: 0.8em;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	letter-spacing: .06em;
	-webkit-appearance: none;
}

/* form input:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background-color: #000;
	color: #fff;
}

/************************************************************************************
3. STRUCTURE
*************************************************************************************/
/* set general layout containers box-sizing */
#pagewrap, .pagewidth, #headerwrap, #header, #main-nav, #body, #layout, #content, .post, .author-box, .post-nav, .pagenav, #sidebar, .widget, #footerwrap, #footer, .col4-1, .col4-2, .col4-3, .col3-1, .col3-2, .col2-1 {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* main page width */
.pagewidth,
.full_width .themify_builder_row .row_inner {
	width: 1160px;
	max-width: 100%;
	margin: 0 auto;
}
.full_width .themify_builder_row.fullwidth .row_inner {
	width: 100%;
}

/* body (middle container) */
#body {
	max-width: 100%;
	clear: both;
}
#pagewrap {
	padding-top: 0px;
}
.fixed-header-on #pagewrap {
	padding-top: 78px;
}
.admin-bar #headerwrap,
.admin-bar #headerwrap.fixed-header {
	top: 32px;
}

/* content */
#content {
	width: 69%;
	float: left;
	border-right:solid 1px #1d1d1d;
	padding: 5% 29px 11% 0;
}
.sidebar-none #content {
	width: 100%;
	float: none;
}

/* sidebar */
#sidebar {
	width: 25.85%;
	float: right;
	padding: 5% 0 11%;
}
#sidebar .secondary {
	width: 47%;
}

/* full_width content */
.full_width #layout {
	width: 100%;
	max-width: 100%;
}
.full_width #content {
	padding: 0;
	width: auto;
	float: none;
}
.full_width #sidebar {
	width: auto;
	float: none;
}

/* sidebar left */
.sidebar-left #content {
	float: right;
}
.sidebar-left #sidebar {
	float: left;
}

/************************************************************************************
4. GRID
*************************************************************************************/
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
	margin-left: 3.2%;
	float: left;
}
.col4-1 {
	width: 22.6%;
}
.col4-2, .col2-1 {
	width: 48.4%;
}
.col4-3 {
	width: 74.2%;
}
.col3-1 {
	width: 31.2%;
}
.col3-2 {
	width: 65.6%;
}
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first
{
	margin-left: 0;
	clear: left;
}

/************************************************************************************
5. HEADER
*************************************************************************************/
#headerwrap {
	background-color: #fecd06;
	color: #000;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	min-height: 50px;
}
#header {
	position: relative;
}

/* SideMenu Styles */
#headerwrap .sidemenu {
	transition: all .2s ease-out;
}

/* Transparent Header */
.transparent-header #pagewrap {
	padding-top: 0 !important;
}
/* prevent transparent header overlap builder */
.transparent-header.themify_builder_active #pagewrap {
	padding-top: 0 !important;	
}
.transparent-header.themify_builder_active #headerwrap {
	position: static !important;	
}
.transparent-header #headerwrap {
	background: none;
	color: #fff;
}
.transparent-header #headerwrap a {
	color: #fff;
}

/* Transparent Fixed Header */
.transparent-header #headerwrap.fixed-header {
	background-color: rgba(0, 0, 0, .7);
	color: #fff;
}
.transparent-header #main-nav a {
	color: #fff;
}
.transparent-header #main-nav ul a {
	color: #000;
}

/* Fixed Header */
#headerwrap.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	transition: height .3s;
}
#headerwrap.fixed-header #site-logo {
	padding: 0.3em 0;
}
.fixed-header-on #site-logo img {
	height: 43px;
	width: auto;
	transition: all .3s;
}
#headerwrap.fixed-header #site-description {
	padding-top: 1.4em;
}
#headerwrap.fixed-header #header .social-widget {
	padding-top: 1.3em;
}
#headerwrap.fixed-header #searchform-wrap {
	margin-top: 1em;
}
#headerwrap.fixed-header #main-nav a {
	padding: 1.3em .6em 1.3em;
}
#headerwrap.fixed-header #main-nav ul a {
	padding: .7em .6em .7em 1.1em;
}
#headerwrap.fixed-header #main-nav a:after {
	display: none !important; /* remove the bottom border */
}

/* prevent headerwrap blocking Builder interface */
.themify_builder_active #headerwrap {
	position: static !important; 
}

/* social widget */
#header .social-widget {
	float: right;
	padding-top: 2.05em;
	margin-right: 2.4em;
	margin-left: .8em;
}

/* Header Block */
.header-block #headerwrap {
	padding: 1em 0;
	text-align: center;
}
.header-block #header #site-logo,
.header-block #header #site-description,
.header-block #header .social-widget,
.header-block #header #searchform-wrap,
.header-block #header #main-nav {
	float: none;
	display: block;
}
.header-block #header #site-logo {
	font-size: 3.5em;
	letter-spacing: .07em;
	margin: 0;
	padding: .85em 0 .6em;
}
.header-block #header #site-description {
	padding: .45em 0 3em;
}
.header-block #header .social-widget {
	padding: 0 0 2.1em;
	margin: 0;
	display: inline-block;
}
.header-block #header #searchform-wrap {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
.header-block #header #searchform {
	position: static;
}
.header-block #headerwrap #searchform .icon-search:before {
	font-size: 100%;
}
.header-block #header #main-nav li {
	margin: 0 0 -1.45em;
}
.header-block #header #main-nav li li {
	margin: 0;
}
.header-block #header #main-nav a {
	padding: .8em .6em 2.3em;
}
.header-block #header #main-nav ul a {
	padding: .7em .6em .7em 1.1em;
}
.header-block #headerwrap.fixed-header {
	position: fixed;
	padding: 0;
}
.header-block #headerwrap.fixed-header #main-nav ul {
	top: 53px;
}
.header-block #headerwrap.fixed-header #header #site-logo,
.header-block #headerwrap.fixed-header #header #site-description,
.header-block #headerwrap.fixed-header #header .social-widget,
.header-block #headerwrap.fixed-header #header #searchform-wrap {
	display: none; /* hide these elements on fixed header */
}

/* Header Leftpane */
.header-leftpane #pagewrap {
	padding-top: 0 !important;
	padding-left: 21.2em;
}
.header-leftpane #headerwrap {
	padding: 2em 1.45em;
	position: fixed;
	left: 0;
	height: 100%;
	width: 17.5em;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	float: left;
}
.header-leftpane #header {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.header-leftpane .pagewidth,
.header-leftpane .full_width .themify_builder_row .row_inner {
	width: 100%;
	max-width: 96%;
}
.header-leftpane #header #site-logo,
.header-leftpane #header #site-description,
.header-leftpane #header .social-widget,
.header-leftpane #header #searchform-wrap,
.header-leftpane #header #main-nav {
	float: none;
	margin: 0;
}
.header-leftpane #header #site-logo {
	font-size: 1.8em;
	letter-spacing: .07em;
	padding: 0 0 .55em;
}
.header-leftpane #header #site-description {
	padding: .35em 0 1.8em;
	font-size: .75em;
}
.header-leftpane #header #searchform-wrap {
	display: inline-block;
	vertical-align: middle;
}
.header-leftpane #header #searchform {
	position: static;
}
.header-leftpane #header .social-widget {
	padding: 0 0 .45em;
	margin-bottom: .8em;
	display: inline-block;
}
.header-leftpane #header #main-nav li {
	display: block;
}
.header-leftpane #header #main-nav a {
	padding: 0 0 .5em;
}
.header-leftpane #main-nav .current_page_item a:after,
.header-leftpane #main-nav .current-menu-item a:after {
	display: none;
}
.header-leftpane #header #main-nav ul {
	position: static;
	visibility: visible;
	background: none;
	border: none;
	text-align: inherit;
	margin: 0;
	padding: 0;
	padding-left: 1em;
}
.header-leftpane #header #main-nav ul:after,
.header-leftpane #header #main-nav ul ul:after {
	display: none;
}
.header-leftpane #header #main-nav ul a {
	width: auto;
}
.header-leftpane #header #main-nav ul li:hover > a {
	background: none;
}
.header-leftpane #headerwrap.fixed-header {
	background-color: #fecd06;
	color: inherit;
}
.header-leftpane #headerwrap.fixed-header #main-nav a {
	color: inherit;
}

/* 
SITE LOGO
================================================ */
#site-logo {
	margin: 0;
	padding: 0;
	line-height: 1em;
	float: left;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 2.2em;
	text-transform: uppercase;
	padding-top: 0.85em;
	letter-spacing: .07em;
	margin-right: .55em;
	left: -19%;
		position: relative;
}
#site-logo a {
	text-decoration: none;
	color: inherit;
}
#site-logo a:hover {
	text-decoration: none;
}

/* 
SITE DESCRIPTION
================================================ */
#site-description {
	margin: 0;
	padding: 0;
	line-height: 110%;
	font-family: 'Crimson Text', serif;
	font-style: italic;
	float: left;
	padding-top: 2.6em;
}

/* 
SOCIAL WIDGET
================================================ */
.social-widget a {
	text-decoration: none;
	color: inherit;
}
.social-widget a:hover {
	text-decoration: none;
}
.social-widget .widget {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px 0 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.social-widget .widget strong {
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	vertical-align: middle;
	text-transform: uppercase;
}
.social-widget .widget div {
	display: inline;
}
.social-widget .widgettitle {
	width: auto;
	font-weight: bold;
	font-size: 100%;
	font-family: inherit;
	text-transform: none;
	letter-spacing: 0;
	position: static;
	display: inline-block;
	vertical-align: middle;
	margin: 0 .5em 0 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.social-widget ul {
	margin: 6px 0 0 !important;
	padding: 0;
	display: inline;
}
.social-widget ul li {
	padding: 0 2px 5px 0;
	margin: 0;
	display: inline-block;
	border: none !important;
	clear: none;
	line-height: 100%;
}
.social-widget li img {
	vertical-align: middle;
	margin-top: -3px;
}

/* rss */
.social-widget div.rss {
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
}
.social-widget div.rss a {
	display: inline-block;
}
.social-widget div.rss a:before {
	content: "\f09e"; 
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 1.35em;
}

/* 
SEARCH FORM
================================================ */
#searchform-wrap {
	display: block;
	position: relative;
	margin-top: 1.8em;
	float: right;
}
#headerwrap #searchform {
	z-index: 1;
	position: absolute;
	right: 0;
}
#headerwrap #searchform #s {
	width: 30px;
	background: transparent;
	color: #ccc;
	margin: 0;
	padding: 7px;
	float: right;
	border: none;
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
#headerwrap #searchform #s:focus,
#headerwrap #searchform #s:hover,
#headerwrap #searchform .icon-search:hover + #s {
	width: 180px;
	color: #fff;
	background-color: #000;
}
#headerwrap #searchform .icon-search:before {
	content: "\f002";
	font-family: FontAwesome;
	font-style: normal;
	position: absolute;
	right: .25em;
	top: .1em;
}
#headerwrap #searchform:focus .icon-search:before ,
#headerwrap #searchform:hover .icon-search:before {
	color: #fff;
}

/* 
MAIN NAVIGATION
================================================ */
#main-nav {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	float: right;
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: inline-block;
}

/* main level link */
#main-nav a {
	color: #000;
	display: block;
	padding: 2.1em .6em 2.3em;
	text-decoration: none;
	position: relative;

}

/* current link */
#main-nav .current_page_item > a:after,
#main-nav .current-menu-item > a:after {
	content: '__________';
	display: block;
	font-size: .1em;
	color: inherit;
	font-family: inherit;
	letter-spacing: -.01em;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: .3em;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;

}

/* sub-levels link */
#main-nav ul a, 
#main-nav .current_page_item ul a, 
#main-nav ul .current_page_item a, 
#main-nav .current-menu-item ul a, 
#main-nav ul .current-menu-item a {
	color: #000;
	font-size: .9em;
	line-height: 1.5em;
	font-weight: normal;
	text-transform: none;
	padding: .7em .6em .7em 1.1em;
	margin: 0;
	display: block;
	width: 160px;
	background: none;
	border: none;
	text-shadow: none;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main-nav .current_page_item ul a:after, 
#main-nav ul .current_page_item a:after, 
#main-nav .current-menu-item ul a:after {
	display: none;
}
/* sub-levels link :hover */
#main-nav ul a:hover, 
#main-nav .current_page_item ul a:hover, 
#main-nav ul .current_page_item a:hover, 
#main-nav .current-menu-item ul a:hover, 
#main-nav ul .current-menu-item a:hover {
	background-color: #e5e5e5;
	color: #000;
}
#main-nav ul li:hover > a {
	background-color: #e5e5e5;
	color: #000;
}
/* dropdown ul */
#main-nav ul {
	margin: 0 0 0 -80px;
	padding: 0;
	list-style: none;
	background-color: #fff;
	border: 2px solid #000;
	position: absolute;
	left: 50%;
	top: 100%;
	margin-top: 1em;
	z-index: 100;
	visibility: hidden;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
}
#main-nav li ul,
#main-nav > li:last-child:hover a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
/* sub-levels dropdown */
#main-nav ul ul {
	left: 105%;
	top: 0;
	text-align: left;
	margin: -2px 0 0 1em;
}
/* show dropdown ul */
.no-touch #main-nav li:hover > ul {
	display: block;
}
/* show dropdown ul */
#main-nav li:hover > ul {
	visibility: visible;
	margin: 0 0 0 -80px;
}

#main-nav ul li:hover > ul {
	visibility: visible;
	left: 100%;
	margin-left: 0;
	margin-top: -2px;
}

#main-nav ul li:last-child a {
	border: none;
}

/* Arrow on left side for sub level menu */
#main-nav ul:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	bottom: 100%;
	position: absolute;
	pointer-events: none;

}
#main-nav ul:after {
	border-bottom-color: #000;
	border-width: 10px;
	left: 50%;
	margin-left: -.7em;
}
/* Arrow on left side for sub sub level menu */
#main-nav ul ul:after {
	left: -.65em;
	top: 1.2em;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#main-nav ul ul:after {
	border-right-color: #000;
	border-width: 10px;
	margin-top: -10px;
}

/* Edge Menu */
#main-nav li.edge > ul {
	left: auto;
    right: 0;
}
#main-nav ul li.edge > ul {
	left: auto;
    right: 100%;
}

#main-nav li.edge > ul:before {
	left: auto;
	right: 20px;
}
#main-nav ul li.edge > ul:after {
	left: auto;
	right: -20px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* mobile menu icon */
#menu-icon,
#menu-icon-close {
	display: none;
}
#menu-icon {
	font-size: .9em;
}
#menu-icon:before {
	content: "\f0c9";
	font-family: FontAwesome;
	font-size: 1.65em;
}
body.mobile-menu-visible {
    position: relative;
    overflow-y: hidden;
}
.body-overlay {
    display: none;
    background-color: rgba(255,255,255,.7);
    width: 100%;
    height: 100%;
    position: fixed;
    right: 300px;
    top: 0;
    z-index: 1000;
    box-shadow: inset -1px 0 13px rgba(0,0,0,.13)
}
.body-overlay.body-overlay-on {
    display: block; /* fix for Windows phone */
}


/************************************************************************************
6. PAGE
*************************************************************************************/
/* page title */
.page-title {
	font-size: 5em;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}

/*
AUTHOR PAGE
================================================ */
.author-bio {
	margin: 0 0 2em;
}
.author-bio .author-avatar {
	float: left;
	margin: 0 15px 0 0;
}
.author-bio .author-avatar img {
	background-color: #fff;
	padding: 5px;
	border: solid 1px #ccc;
}
.author-bio .author-name {
	margin: 0 0 .5em;
	padding: 0;
	font-size: 1.6em;
}
.author-posts-by {
	margin: 0 0 1.5em;
	padding: 1em 0 0;
	font-size: 1.4em;
	text-transform: uppercase;
	border-top: solid 4px #ccc;
	border-color: rgba(118,118,118,.3);
}

/*
PAGINATION
================================================ */
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
}
.pagenav a {
	text-decoration: none;
}
.pagenav a, .pagenav span {
	font-size: 1em;
	font-weight: bold;
	display: inline-block;
	line-height: 100%;
	margin: 0 1px 0 0;
	min-width: 1em;
	min-height: 1em;
/* 	padding: .4em; */
	padding: 6px 9px 5px 9px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border-radius: 50%;
	color: #FFEB3B;
}
.pagenav a:hover,
.pagenav .current {
/* 	background-color: #000;
	color: #fff; */
	
	background-color: #fef400;
    color: #000000;
}

/************************************************************************************
7. POST
*************************************************************************************/
/*
GENERIC POST
================================================ */
.post {
	margin-bottom: 3.65em;
}

/* post content */
.post-content {
	min-width: 120px;
}

/* post title */
.post-title {
	font-size: 2.3em;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	line-height: 1.1em;
	letter-spacing: -.015em;
	margin: 0 0 .8em;
	padding: 0;
	text-transform: capitalize;
}
.post-title a {
	text-decoration: none;
	color: #000;
}
.post-title a:hover {
	color: #000;
}
.post-title:after {
	display: none;
}

/* post image */
.post-image {
	margin: 0 0 2.3em;
}
.post-image img {
	width: 100%;
	vertical-align: bottom;
}
.post-image.left {
	float: left;
	margin-right: 1em;
}
.post-image.right {
	float: right;
	margin-left: 1em;
}

/* post meta */
.post-meta {
	font-size: .9em;
	line-height: 1.6em;
	margin: 0 0 2.1em;
	padding: 0;
}
.post-meta a {
	text-decoration: none;
	color: inherit;
}
.post-meta span {
	margin: 0 2.2em .8em 0;
	display: inline-block;
}
.post-meta span span {
	margin: 0;
}

/* post date */
.post-date {
	margin: 0 2.2em .8em 0;
	display: inline-block;
}
.post-date span {
	margin: 0;
}
.post-author:before,
.post-date:before,
.post-comment:before,
.post-category:before,
.post-tag:before {
	font: normal 12px/1 FontAwesome;
	width: 28px;
	display: inline-block;
	margin-right: .65em;
	text-align: center;
	background-color: #000;
	border-radius: 100%;
	color: #fff;
	height: 28px;
	line-height: 2.4em;
}
.post-author:before {
	content: '\f007';
}
.post-date:before {
	content: '\f073';
}
.post-comment:before {
	content: '\f075';
}
.post-category:before {
	content: '\f07b';
}
.post-tag:before {
	content: '\f02b';
}

/*
LIST POST
================================================ */
.loops-wrapper.list-post .post-title {
	margin-bottom: .8em;
	/*border-bottom: 1px solid  #e2dc8e24;;*/
	padding-bottom: .8em;
}

.list-post .post{
    margin-bottom:10px!important;
}
/*
GRID4 POST
================================================ */
.loops-wrapper.grid4 .post {
	width: 22.6%;
	margin-left: 3.2%;
	float: left;
	margin-bottom: 2.5em;
}
.loops-wrapper.grid4 .post-title {
	font-size: 1.1em;
}

.loops-wrapper.grid4 .post-date,
.loops-wrapper.grid4 .post-meta span {
	display: block;
}
.loops-wrapper.grid4 .post-date span {
	display: inline-block;
}
.loops-wrapper.grid4 .post-meta .post-author:before,
.loops-wrapper.grid4 .post-meta .post-date:before,
.loops-wrapper.grid4 .post-meta .post-comment:before,
.loops-wrapper.grid4 .post-meta .post-category:before,
.loops-wrapper.grid4 .post-meta .post-tag:before {
	width: 26px;
	height: 26px;
	font-size: 11px;
}

/*
GRID3 POST
================================================ */
.loops-wrapper.grid3 .post {
	width: 31.2%;
	margin-left: 3.2%;
	float: left;
	margin-bottom: 3.1em;
}
.loops-wrapper.grid3 .post-title {
	font-size: 1.5em;
}

.loops-wrapper.grid3 .post-date,
.loops-wrapper.grid3 .post-meta span {
	display: block;
}
.loops-wrapper.grid3 .post-date span {
	display: inline-block;
}

.loops-wrapper.grid3 .post-meta .post-author:before,
.loops-wrapper.grid3 .post-meta .post-date:before,
.loops-wrapper.grid3 .post-meta .post-comment:before,
.loops-wrapper.grid3 .post-meta .post-category:before,
.loops-wrapper.grid3 .post-meta .post-tag:before {
	width: 26px;
	height: 26px;
	font-size: 11px;
}

/*
GRID2 POST
================================================ */
.loops-wrapper.grid2 .post {
	width: 48.4%;
	margin-left: 3.2%;
	float: left;
	margin-bottom: 3.7em;
}
.loops-wrapper.grid2 .post-title {
	font-size: 2.2em;
}

.loops-wrapper.grid2 .post-date,
.loops-wrapper.grid2 .post-meta span {
	display: block;
}
.loops-wrapper.grid2 .post-date span {
	display: inline-block;
}

.loops-wrapper.grid2 .post-meta .post-author:before,
.loops-wrapper.grid2 .post-meta .post-date:before,
.loops-wrapper.grid2 .post-meta .post-comment:before,
.loops-wrapper.grid2 .post-meta .post-category:before,
.loops-wrapper.grid2 .post-meta .post-tag:before {
	width: 26px;
	height: 26px;
	font-size: 11px;
}

/*
GRID2-THUMB POST
================================================ */
.loops-wrapper.grid2-thumb .post {
	width: 48.4%;
	margin-left: 3.2%;
	float: left;
}
.loops-wrapper.grid2-thumb .post-title {
	font-size: 1.8em;
}
.loops-wrapper.grid2-thumb .post-image {
	width: 20%;
	float: left;
	margin: 0 1.6em 1.3em 0;
}
.loops-wrapper.grid2-thumb .post-content {
	overflow: hidden;
	min-width: 120px;
}

/*
CLEAR GRID FLOAT
================================================ */
.loops-wrapper.grid4 .post:nth-of-type(4n+1),
.loops-wrapper.grid3 .post:nth-of-type(3n+1),
.loops-wrapper.grid2 .post:nth-of-type(2n+1),
.loops-wrapper.grid2-thumb .post:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
}

/*
Masonry grid
================================================ */
.masonry-done.loops-wrapper.grid4 .post,
.masonry-done.loops-wrapper.grid3 .post,
.masonry-done.loops-wrapper.grid2 .post {
	margin-left: 0;
	margin-right: 0;
}

/*
LIST-THUMB-IMAGE POST
================================================ */
.loops-wrapper.list-thumb-image .post {
	clear: both; /* require for FF */
}
.loops-wrapper.list-thumb-image .post-image {
	width: 20%;
	float: left;
	margin: 0 1.4em 1em 0;
}
.loops-wrapper.list-thumb-image .post-image img {
	width: 100%;
}
.loops-wrapper.list-thumb-image .post-content {
	overflow: hidden;
}

/*
LIST-LARGE-IMAGE POST
================================================ */
.loops-wrapper.list-large-image .post-image {
	max-width: 70%;
	float: left;
	margin: 0 2em 1.3em 0;
}

/*
SLIDER POST
================================================ */
.loops-wrapper.slider {
	position: relative;
	margin: 0 0 50px;
}
.loops-wrapper .slideshow-wrap {
	height: 0; /* will be toggled with js */
	visibility: hidden; /* will be toggled with js */
}
.loops-wrapper.slider .post {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-bottom: 0;
	text-align: left;
	position: relative;
	margin: 0;
	min-height: 40px;
} 
.loops-wrapper.slider .post-image {
	width: auto;
	float: none;
	margin: 0 0 15px;
}
.loops-wrapper.slider .post-image img {
	width: 100%;
	vertical-align: bottom;
}
.loops-wrapper.slider .post-image .themify_lightbox .zoom {
	display: none;
}
.loops-wrapper.slider .post-title {
	font-size: 1.8em;
	line-height: 1.2em;
	margin: 0 0 0.313em;
}
.loops-wrapper.slider .post-date {
	margin: 0;
}
.loops-wrapper.slider .location {
	margin-right: 10px;
}
.loops-wrapper.slider .post-content {
	width: 90%;
	min-height: 40px;
	padding: 15px 5%;
	overflow: visible;
	margin: 0 auto;
	background-color: rgba(0,0,0,.6);
	font-size: .9em;
	line-height: 1.5em;
	color: #eee;
}
.loops-wrapper.slider .post-content a {
	color: #fff !important;
}

/* reset slider shortcode in framework css */
.shortcode.post-slider .carousel-prev,
.shortcode.slider .carousel-prev,
.shortcode.post-slider .carousel-next,
.shortcode.slider .carousel-next {
	border-radius: 0;
	border: 0;
	text-shadow: none;
	margin: 0;
	box-shadow: none;
	background-image: none;
}

/* slider carousel controls */
.loops-wrapper.slider .carousel-wrap {
	position: relative;
}
.loops-wrapper.slider .carousel-nav-wrap {
	width: 100% !important;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev, 
.loops-wrapper.slider .carousel-nav-wrap .carousel-next {
	position: absolute; 
	top: 30%;
	display: block;
	width: auto !important;
	height: auto !important;
	float: left;
	font-size: 0;
	text-indent: -900em;
	text-decoration: none;
	color: #fff;	
	background-color: rgba(0,0,0,.3);
	padding: 5% 2.5%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	left: 0;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-next {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;	
	right: 0;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev:hover, 
.loops-wrapper.slider .carousel-nav-wrap .carousel-next:hover {
	color: #fff;
	background-color: rgba(0,0,0,.5);
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev:hover {
	padding-left: 4%;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-next:hover {
	padding-right: 4%;
}

/* carousel prev/next arrow */
.loops-wrapper.slider .carousel-nav-wrap .carousel-next:before,
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev:before {
	width: 100%;
	text-align: center;
	content: '\f054';
	font-family: FontAwesome;
	display: block;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	line-height: 100%;
	position: absolute;
	left: 0;
	top: 45%;
}

/* carousel pager */
.loops-wrapper.slider .carousel-pager {
	clear: both;
	text-align: center;
	line-height: 100%;
	width: auto;
}
.loops-wrapper.slider .carousel-pager a {
	text-indent: -900em;
	width: 8px;
	height: 8px;
	display: inline-block;
	vertical-align: middle;
	margin: 2px 3px 0;
	background-color: #ccc;
	background-color: rgba(0,0,0,.2);
	border: solid 2px #666;
	border-radius: 100%;
	cursor: pointer;
}
.loops-wrapper.slider .carousel-pager a.selected {
	background-color: #fff;
	border-color: #ccc;
}

/************************************************************************************
AUTHOR BOX
*************************************************************************************/
.author-box {
	margin: 15px 0;
	border: none;
}
.author-box .author-avatar {
	float: left;
	margin: 0 15px 5px 0;
}
.author-box .author-name {
	margin: 0 0 5px;
}

/************************************************************************************
RELATED POSTS
*************************************************************************************/
.related-posts {
	overflow: hidden;
	border-bottom: 5px solid #fecd06;
	margin: 0 0 1.6em;
}
.related-posts .post {
	width: 32%;
	float: left;
	margin: 0 0 3% 2%;
	clear: none;
}
.related-posts .post:nth-of-type(3n+1) {
	margin-left: 0;
}
.related-posts .related-title {
	margin: 0 0 2em;
	padding: 1em 0 0;
	font-size: 1.6em;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	color: #000;
	letter-spacing: normal;
}
.related-posts .post-image .post-image img {
	margin: 0 0 1em 0;
	width: 100%;
    vertical-align: bottom;
}

.related-posts .post-image img {
	
    height: 170px;
    object-fit: cover;
    object-position: center;

}

.related-posts .post-meta {
	margin: 0 0 1em;
	display:none;
}
.related-posts .post-meta .post-category:before {
	display: none;
}
.related-posts .post-content {
	overflow: hidden;
}

.related-posts .post-content p{
	display: none;
}

.post-content h1{text-align:left!important;}
.related-posts .post-title {
	font-size: 1.2em;
	line-height: normal;
}

/************************************************************************************
POST PAGINATION (the <nextpage> tag)
*************************************************************************************/
.post-pagination {
	text-align: right;
	margin: .5em 0 2em;
}
.post-pagination strong {
	margin-right: 3px;
}
.post-pagination a {
	margin-left: 3px;
	margin-right: 3px;
}

/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 1.8em 0 1.5em;
	padding: 2.05em 0;
	clear: both;
	border-top: 1px solid #fecd06;
	/*border-bottom: 1px solid #fecd06;*/
}
.post-nav .prev,
.post-nav .next {
	width: 47%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.post-nav .prev {
	float: left;
	padding-left: 2.15em;
}
.post-nav .next {
	float: right;
	text-align: right;
	padding-right: 2.15em;
}

.post-nav .next .clearfix:before, .post-nav .prev .clearfix:before {
    border: 0;
    border-top: 5px solid;
    content: "";
    display: block;
    transform: none;
    width: 70px;
}

/* post nav link */
.post-nav a {
    color: inherit;
    display: block;
    text-decoration: none;
    /* font-family: "Playfair Display"; */
    font-size: 14px;
    line-height: 17px;
}
.post-nav a:hover {
	text-decoration: none;
	color: #000;
}

/* post nav arrow */
.post-nav .arrow {
    display: table-cell;
    width: auto;
    height: 28px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    background: #FFEB3B;
    color: #000000;
    margin: 0 15px;
    padding: 0 10px;
    font-family: "FontAwesome";
    font-size: 14px;
    float: left;
}

.post-nav .next .arrow {
    float: right;
}

/* Remove the box-like :before styling */
.post-nav .next .arrow:before,
.post-nav .prev .arrow:before {
    display: inline;
    border: 0;
    content: "";
    width: auto;
    height: auto;
    transform: none;
}

/* Set the actual icons */
.post-nav .next .arrow:before {
    content: '\f054'; /* fa-chevron-right */
}

.post-nav .prev .arrow:before {
    content: '\f053'; /* fa-chevron-left */
}

/* Optional spacing tweaks */
.post-nav .prev .arrow:before {
    margin-right: .55em;
}

.post-nav .next .arrow:before {
    margin-left: .55em;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	margin: .625em 0 1.25em;
	position: relative;
	clear: both;
}

/* comment title */
.comment-title,
.comment-reply-title {
	font-size: 1.9em;
	font-family: 'Oswald', sans-serif;
	margin: 0 0 1.15em;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: .03em;
}

/* comment pagenav */
.commentwrap .pagenav {
	margin: 10px 0;
	border: none;

	box-shadow: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: 1.8em;
	right: 0;
}

/* commentlist */
.commentlist {
	margin: 0 0 1em;
	padding: 5px 0 0;
	border-bottom: 5px solid #fecd06;
}
.commentlist li {
	margin: 0;
	padding: 1.9em 0 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 0 0 .3em;
	padding: 0;
}
.commentlist .avatar {
	float: left;
	margin: .3em 1.25em 0 0;
	border-radius: 100%;
}
.commentlist cite {
	font-style: normal;
	font-size: 140%;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .comment-time {
	display: block;
	font-size: 100%;
	font-family: 'Crimson Text', serif;
	font-style: italic;
}
.commentlist .commententry {
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 0;
	word-wrap: break-word;
}
.commentlist ul, .commentlist ol {
	margin: 0 0 0 7.5%;
	padding: 0;
}

/* reply link */
.commentlist .reply {
	position: absolute;
	right: 0;
	top: 8px;
}
.commentlist .comment-reply-link {
	border: 2px solid #000;
	color: inherit;
	font-size: .9em;
	letter-spacing: .025em;
	padding: .25em .6em;
	text-transform: uppercase;
	text-decoration: none;
}
.commentlist .comment-reply-link:hover {
	background-color: #000;
	color: #fff;
}

/* 
COMMENT FORM
================================================ */
#respond {
	margin: 0;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: .5em;
	font-weight: normal;
	line-height: 100%;
	text-decoration: none;
	padding: .65em .95em;
	display: inline-block;
	color: inherit;
	background-color: #fecd06;
}
#respond #cancel-comment-reply-link:hover {
	background-color: #000;
	color: #fff;
}
#commentform {
	margin: 15px 0 0;
}
#commentform label small {
	font-weight: normal;
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video,
.embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.post-video iframe,
.post-video object,
.post-video embed,
.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************************************************************
7.1 MASONRY LAYOUT
*************************************************************************************/
/* masonry grid-sizer, gutter-sizer */
.masonry-enabled .grid4 .grid-sizer,
.masonry-done.portfolio .grid4 {
	width: 25%;
}
.masonry-enabled .grid3 .grid-sizer,
.masonry-done.portfolio .grid3 {
	width: 33.33%;
}
.masonry-enabled .grid2 .grid-sizer,
.masonry-done.portfolio .grid2 {
	width: 50%;
}
.masonry-enabled .gutter-sizer,
.masonry-done.portfolio .gutter-sizer{
	width: 3.19%;
}

/*
NO-GUTTER POST
================================================ */
.loops-wrapper.no-gutter.grid4 {
	margin: 0 0 3em;
}
.loops-wrapper.no-gutter.grid4 .post {
	margin: 0;
	width: 25%;
}
.loops-wrapper.no-gutter.grid3 .post {
	margin: 0;
	width: 33.33%;
}
.loops-wrapper.no-gutter.grid2 .post {
	width: 50%;
	margin: 0;
}
.loops-wrapper.no-gutter.list-post .post {
	padding: 0;
	width: 100%;
}
.masonry.portfolio.no-gutter .gutter-sizer{
        width:0;
        margin: 0;
}
/* GALLERY COLUMN
================================================ */
/* gallery column 1 (display all in one line) */
#body .gallery-columns-1 .item,
#body .gallery-columns-1 .gallery-item {
	width: auto;
}
#body .gallery-columns-1 br {
	display: none !important;
}

/* gallery column 2 */
#body .gallery-columns-2 .item,
#body .gallery-columns-2 .gallery-item {
	width: 50%;
}

/* gallery column 3 */
#body .gallery-columns-3 .item,
#body .gallery-columns-3 .gallery-item {
	width: 33.333%;
}
/* gallery column 4 */
#body .gallery-columns-4 .item,
#body .gallery-columns-4 .gallery-item {
	width: 25%;
}

/* gallery column 5 */
#body .gallery-columns-5 .item,
#body .gallery-columns-5 .gallery-item {
	width: 20%;
}

/* gallery column 6 */
#body .gallery-columns-6 .item,
#body .gallery-columns-6 .gallery-item {
	width: 16.666%;
}

/* gallery column 7 */
#body .gallery-columns-7 .item,
#body .gallery-columns-7 .gallery-item {
	width: 14.285%;
}

/* gallery column 8 */
#body .gallery-columns-8 .item,
#body .gallery-columns-8 .gallery-item {
	width: 12.5%;
}

/* gallery column 9 */
#body .gallery-columns-9 .item,
#body .gallery-columns-9 .gallery-item {
	width: 11.111%;
}

/* set gallery item margin-right */
#body .gallery-columns-1 .gallery-item,
#body .gallery-columns-2 .gallery-item,
#body .gallery-columns-3 .gallery-item,
#body .gallery-columns-4 .gallery-item,
#body .gallery-columns-5 .gallery-item,
#body .gallery-columns-6 .gallery-item,
#body .gallery-columns-7 .gallery-item,
#body .gallery-columns-8 .gallery-item,
#body .gallery-columns-9 .gallery-item {
	margin: 0;
}

/* clear gallery item margin-right */
#body .gallery-columns-9 .gallery-item:nth-of-type(9n),
#body .gallery-columns-8 .gallery-item:nth-of-type(8n),
#body .gallery-columns-7 .gallery-item:nth-of-type(7n),
#body .gallery-columns-6 .gallery-item:nth-of-type(6n),
#body .gallery-columns-5 .gallery-item:nth-of-type(5n),
#body .gallery-columns-4 .gallery-item:nth-of-type(4n),
#body .gallery-columns-3 .gallery-item:nth-of-type(3n),
#body .gallery-columns-2 .gallery-item:nth-of-type(2n) {
	margin-right: 0;
}

/* Masonry Gallery */
.gallery-wrapper.masonry .item .gallery-caption .post-title {
	font-size: 1em;
}
.gallery-wrapper.masonry .item .gallery-item-wrapper {
	overflow: hidden;
}
.gallery-wrapper.masonry .item .gallery-item-wrapper .gallery-caption {
	background-color: #000;
	background-color: rgba(38,31,61,.8);
	margin: 0;
	height: 100%;
	text-align: center;
}
.gallery-wrapper.masonry .item .gallery-caption .post-category a, 
.gallery-wrapper.masonry .item .gallery-caption .post-title a {
	color: #FFF;
}

/* gallery item */
.gallery-wrapper .item {
	background-color: inherit;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.gallery-wrapper .item .gallery-item-wrapper {
	display: block;
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
}
.gallery-wrapper .item img {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.gallery-wrapper .item .gallery-item-wrapper .gallery-caption {
	display: block;
	visibility: hidden;
	position: absolute;
	top: 20%;
	padding: 5%;
	width: 90%;
	text-align: left;
	color: inherit;
	font-weight: 300;
	line-height: 120%;
	margin: .25em 0 0;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.gallery-wrapper .item:hover .gallery-caption {
	color: #fff;
	display: block;
	visibility: visible;
	top: 0;
	opacity: 1;
}

/* gallery caption content */
.gallery-wrapper .item .gallery-caption .post-title {
	font-size: 1.65em;
	margin-top: .5em;
	color: inherit;
}
.gallery-wrapper .item .gallery-caption .post-category {
	font-size: .85em;
	font-weight: 500;
	margin-top: .25em;
	text-decoration: none;
	color: inherit;
}
.gallery-wrapper .item .gallery-caption .post-category:after {
	display: none;
	visibility: hidden;
}
.gallery-wrapper .item.gallery-caption .entry-content {
	font-size: 1em;
	color: inherit;
}
.gallery-wrapper .item .gallery-caption .post-category a,
.gallery-wrapper .item .gallery-caption .post-title a {
	text-decoration: none;
	color: inherit;
}

.single-gallery .gallery-wrapper .item .gallery-caption .post-category,
.single-gallery .gallery-wrapper .item .gallery-caption .entry-content {
	display: none;
	visibility: hidden;
}

.gallery-wrapper .item:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.gallery-wrapper.masonry .item .gallery-item-wrapper:before {
	color: #fff;
	content: "\e611";
	font-family: 'themify';
	font-size: 2em;
	display: inline-block;
	position: absolute;
	z-index: 2;
	top: 100%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	width: 32px;
	height: 32px;
	line-height: normal;
	overflow: hidden;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.gallery-wrapper.masonry .item:hover .gallery-item-wrapper:before {
	top: 50%;
	visibility: visible;
}
.portfolio-post-wrap .post-category:before {
	display: none;
}
.portfolio-post-wrap .post-date:before {
	display: none;
}
.portfolio-post-wrap {
	text-align: center;
	color: #fff;
}
.portfolio-post-wrap .post-meta .post-category {
	margin: 0;
	text-transform: uppercase;
	position: relative;
}
.portfolio-post-wrap .post-meta .post-category:after {
	content: '';
	display: block;
	border-bottom: 1px solid;
	position: absolute;
	width: 2.35em;
	left: 50%;
	margin-left: -1.2em;
	bottom: -1.2em;
}
.portfolio-post-wrap .post-date {
	padding: 0 0 2.7em;
	font-size: 1.1em;
	display: block;
	margin-right: auto;
}
.portfolio-post-wrap .post-meta {
	padding: 3.75em 0 1.2em;
	font-size: 1.1em;
}
.portfolio-post-wrap .post-title {
	margin: 0 0 .57em;
	font-size: 3.8em;
	letter-spacing: .017em;
}
.portfolio-post-wrap .post-title a {
	color: #fff;
}
.portfolio-post-wrap .post-image {
	margin: 0;
}

/* Featured Area */
.featured-area.fullcover {
	background-size: cover;
}
.featured-area {
	width: 100%;
	position: relative;
}
.featured-background {
	background-color:#000;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	margin-top: -8%;
}

/************************************************************************************
7.2 SINGLE EVENT LAYOUT
*************************************************************************************/
/* single event */
.button.buy {
	border: 2px solid #fff;
	color: #fff;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: .75em 2.3em .65em;
	text-transform: uppercase;
	text-decoration: none;
	margin: 2.1em 0 4.8em;
	letter-spacing: .09em;
}
.button.buy:hover {
	background-color: #fff;
	color: #000;
}
.portfolio-post-wrap .event-single-details .post-date {
	display: inline-block;
	text-align: left;
	float: left;
	width: 225px;
	border-right: 1px solid #808080;
	padding: 0em .6em;
	margin-right: 1.35em;
}

.portfolio-post-wrap .event-single-details .post-date .day,
.portfolio-post-wrap .event-single-details .post-date .time {
	display: block;
	vertical-align: top;
	line-height: 1.1em;
	letter-spacing: .015em;
}
.portfolio-post-wrap .event-single-details .post-date .day {
	margin-bottom: .7em;
}
.portfolio-post-wrap .event-single-details .post-date .day:before,
.portfolio-post-wrap .event-single-details .post-date .time:before {
	font: normal 22px/1 FontAwesome;
	width: 30px;
	display: inline-block;
	margin-right: .7em;
	text-align: center;
	background-color: #000;
	border-radius: 100%;
	color: #fff;
	height: 30px;
	line-height: 30px;
}
.portfolio-post-wrap .event-single-details .post-date .day:before {
	content: '\f073';
}
.portfolio-post-wrap .event-single-details .post-date .time:before {
	content: '\f017';
}
.portfolio-post-wrap .event-single-details .location {
	display: block;
	text-align: left;
	line-height: 1em;
	font-size: 1.1em;
	letter-spacing: .01em;
}
.portfolio-post-wrap .event-single-details .address {
	display: block;
	text-align: left;
	overflow: hidden;
	width: 232px;
	line-height: 1.4em;
	font-size: 1.1em;
	letter-spacing: .01em;
}
.event-info-wrap {
	max-width: 540px;
	margin: 0 auto;
	margin-top: 3em;
}
.event-info .day:before, .event-info .time:before {
	font: normal 16px/1 FontAwesome;
	width: 30px;
	display: inline-block;
	margin-right: .7em;
	text-align: center;
	content: '\f073';
	background-color: #000;
	border-radius: 100%;
	color: #fff;
	height: 30px;
	line-height: 30px;
}
.event-info .time:before {
	content: '\f017';
}
.single-event .portfolio-post-wrap .post-image {
	width: 70%;
}
.single-event .portfolio-post-wrap .event-map {
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: bottom;
	width: 30%;
	height: 100%;
}


/* To make map in event single view fit vertically */
.single-event .shortcode.map .map-container {
	border: 0 !important;
	margin: 0 !important;
	height: 100% !important;
}
.event-single-image-map-wrap {
	width: 100%;
	position: relative;
}
.single-event .portfolio-post-wrap .map {
	width: 100%;
	height: 100%;
}
.single-portfolio.transparent-header .portfolio-post-wrap,
.single-event.transparent-header .portfolio-post-wrap {
	padding-top: 3em;
}

/* price box */
.price-box.default {
	background-color: #fff;
	padding: 0;
	margin-top: 4.2em;
}
.price-box.default h3 {
	background-color: #fecd06;
	color: #000;
	font-size: 2.1em;
	font-weight: bold;
	margin: 0;
	padding: 1.15em 0em 1em;
	text-align: center;
	text-transform: uppercase;
}
.price-box.default h4 {
	color: #000;
	font-size: 3em;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: .6em 0 .55em;
	text-align: center;
}
.price-box.default ul {
	list-style: none;
	margin: 0 0 2.5em;
	padding: 0;
	text-align: center;
	border-top: 1px solid #f4f7fb;
}
.price-box.default ul li {
	border-bottom: 1px solid #f4f7fb;
	margin: 0;
	padding: .95em 1.5em;
}

/* custom tabs */
.custom-tabs.default.ui.module-tab.rounded .tab-nav {
	padding: 4.3em 0 0;
}
.custom-tabs.default.ui.module-tab.rounded .tab-nav li {
	background-color: #000;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border: none;
	margin-right: .02em;
}
.custom-tabs.default.ui.module-tab.rounded .tab-nav li.current,
.custom-tabs.default.ui.module-tab.rounded .tab-nav li:hover {
	background-color: #fecd06 !important;
}
.custom-tabs.default.ui.module-tab.rounded .tab-nav li.current a,
.custom-tabs.default.ui.module-tab.rounded .tab-nav li:hover > a {
	color: #000;
}
.custom-tabs.default.ui.module-tab.rounded .tab-nav li a {
	color: #fff;
	font-size: 1.6em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	padding: .435em 1.62em;
	text-transform: uppercase;
	position: relative;
}
.custom-tabs.default.ui.module-tab.rounded .tab-nav li.current a:after,
.custom-tabs.default.ui.module-tab.rounded .tab-nav li:hover a:after {
	content: '';
	height: 0;
	width: 0;
	bottom: 100%;
	pointer-events: none;
	position: absolute;
	top: 100%;
	border: solid transparent;
	border-top-color: #fecd06;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
	margin-top: -1px;
}

.custom-tabs.default.ui.module-tab .tab-content {
	border: none;
	padding: 0;
	color: #000;
}
.custom-tabs.default.ui.module-tab .tab-content h4,
.custom-tabs.default.ui.module-tab .tab-content h5 {
	font-family: 'Oswald', sans-serif;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: .07em;
	margin: 2.15em 0 0;
	text-transform: uppercase;
}
.custom-tabs.default.ui.module-tab .tab-content h3 {
	font-size: 2em;
	margin: .3em 0 .45em;
}
.custom-tabs.default.ui.module-tab .tab-content p em {
	display: block;
	font-family: 'Crimson Text', serif;
	font-size: 1.5em;
	letter-spacing: -.025em;
	padding-bottom: .2em;
}


/************************************************************************************
8. SIDEBAR
*************************************************************************************/
.widget {
	margin: 0 0 3em;
}
.widgettitle {
    margin: 0 0 1.2em;
    /*padding: .7em 0;*/
    font-family: "Playfair Display";
    font-size: 1.3em;
    font-weight: normal;
    letter-spacing: .055em;
    text-transform: uppercase;
    text-align: center;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: .4em 0;
	list-style: none;
	clear: both;
}
.widget ul ul {
	margin: 6px 0 -6px 0;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}

#sidebar .widgettitle {
    border-bottom: 1px solid #e5e5e5;
}

#sidebar .widgettitle:after {
    border-bottom: 5px solid;
    content: "";
    display: block;
    margin: auto;
    padding-top: 1.85em;
    width: 70px;
}

.magazine-date:before {
    border-top: 5px solid #000;
    content: "";
    display: block;
    left: 1.325em;
    margin-top: -1px;
    position: absolute;
    right: 1.325em;
    top: 0;
}

/************************************************************************************
8.1 WIDGET STYLES
*************************************************************************************/
/* calendar widget */
.widget #wp-calendar caption {
	font-weight: bold;
	padding-bottom: 10px;
}
.widget #wp-calendar td {
	width: 31px;
	padding: 4px 2px;
	text-align: center;
}

/* feature posts widget */
.widget .feature-posts-list li {
	padding: 0;
	margin: 0 0 1em;
}
.widget .feature-posts-list br {
	display: none;
}
/*.widget .feature-posts-list .post-img {*/
/*	margin: 0 1.2em 1em 0;*/
/*	float: left;*/
/*}*/

.widget .feature-posts-list .post-img {
    margin: 0.1em 1em 2.8em 0;
    float: left;
    transform-style: flat;
    width: 89px;
    height: 61px;
    object-fit: cover;
    object-position: center;
}


.widget .feature-posts-list small {
	font-style: italic;
	font-size: 90%;
	display: block;
	margin: 0 0 .3em;
}
.widget .feature-posts-list .feature-posts-title {
    margin: 0 0 .3em;
    font-family: helvetica;
    font-size: 1.15em;
    text-decoration: none;
    line-height: 23px;
    letter-spacing: .2px;
}
.widget .feature-posts-list .post-excerpt {
	display: block;
	overflow: hidden;
}

/* twitter widget */
.widget .twitter-list li {
	padding: 0;	
	margin: 0 0 1.5em;
}
.widget .twitter-list .twitter-timestamp {
	font-style: italic;
	font-size: .9em;
	font-weight: bold;
	font-family: 'Crimson Text', serif;
	display: block;
}
.widget .twitter-list li .twitter-user {
	font-weight: bold;
	color: inherit;
}
.widget .follow-user {
	margin: 0;
	padding: 5px 0;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .07em;
}
.widget .follow-user a {
	color: inherit;
}
.widget .follow-user a:before {
	content: '\f099';
	color: #000;
	font-family: FontAwesome;
	display: inline-block;
	margin-right: .9em;
}

/* links widget */
.widget .links-list img, .widget_links img {
	vertical-align: middle;
}

/* recent comments widget */
.recent-comments-list .avatar {
	margin-right: 12px;
	float: left;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 65px;
	height: 65px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/* search widget */
#sidebar #searchform {
	position: static;
}
#sidebar #searchform #s {
	width: 93%;
}

/* add white bg to facebook badge iframe */
iframe[src*="facebook"] {
	background-color: #fff;
}

/* reset twitter embed max-width to 100% */
#content .twitter-tweet-rendered {
	max-width: 100% !important;
}
#content .twt-border {
	max-width: 100% !important;
	min-width: 180px !important;
}

/************************************************************************************
9. FOOTER
*************************************************************************************/
.footer-widgets-wrap {
	background-color: #000;
	color: #fff;
}
.footer-widgets {
	clear: both;
}
.footer-widgets .widget {
	padding-bottom: 2.3em;
	padding-top: 3.8em;
}
.footer-widgets a {
	color: #fff;
}
.footer-widgets .widgettitle {
	font-size: 1.2em;
	margin-bottom: .35em;
}
.widget li {
	padding: .4em 0;
	line-height: normal;
}


/* footer text */
#footerwrap {
	clear: both;
	background-color: #fecd06;
	color: #000;
}
.footer-text {
	clear: both;
	font-size: 85%;
	padding: 1.65em 0;
}
.footer-text a {
	color: inherit;
}
#footer .one {
	float: left;
}
#footer .two {
	float: right;
}

a.shortcode.button {
	background: linear-gradient(45deg, #ff6ec4, #7873f5, #4ade80, #fee440)!important;
    background-size: 300% 300%!important;
    animation: rainbowShift 4s ease infinite!important;
    border: none!important;
    border-radius: 30px!important;
    color: white!important;
    font-family: 'Comic Sans MS', cursive, sans-serif;
    font-size: 1.5rem!important;
    font-weight: bold;
    padding: 15px 40px!important;
    cursor: pointer;
    box-shadow: 0 6px 15px rgba(0,0,0,0.2)!important;
    transition: transform 0.3s ease, box-shadow 0.3s ease!important;
	top: 26px;
    position: relative;
}

a.shortcode.button:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.more-read a{
	background: linear-gradient(45deg, #ff6ec4, #7873f5, #4ade80, #fee440);
    background-size: 300% 300%;
    animation: rainbowShift 4s ease infinite;
    border: none;
    border-radius: 30px;
    color: white;
    font-family: 'Comic Sans MS', cursive, sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 15px 40px;
    cursor: pointer;
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
	top: 26px;
    position: relative;
}

.more-read a:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  }



@keyframes rainbowShift {
    0% {background-position: 0% 50%;}
    50% {background-position: 100% 50%;}
    100% {background-position: 0% 50%;}
  }

.more-read p{
	padding-bottom:0!important;
	font-family:'lora';
	font-size:20px;
	line-height:33px;
	letter-spacing:0;
	color:#605ba8;
	font-family:Lora;
}
/************************************************************************************
10. BUILDER STYLING
*************************************************************************************/
/* builder row */
.full_width .themify_builder_row.fullwidth .row_inner {
	width: auto;
	padding: 0;
}

/* module title */
.themify_builder_content .module-title {
	margin: 1.4em 0 1.6em;
	padding: 1em 0 0;
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* image module */
.module-image.image-top .image-wrap {
	width: 100%;
}
.module-image.image-top img {
	width: 100%;
}

/* map module */
.module-map {
	margin-bottom: 0;
}

.shortcode.themify-icon .themify-icon-icon {
	font-size: 1.3em;
}

/* shorcode button */
a.shortcode.button {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.1em;
}
a.shortcode.button.large {
	font-size: 1.5em;
}
a.shortcode.button.xlarge {
	font-size: 2em;
}

/* pricebox */
.module-box .price-box.default {
	background-color: #fff;
	padding: 0;
	margin-top: 4.2em;
}
.module-box .price-box.default h3 {
	background-color: #fecd06;
	color: #000;
	font-size: 2em;
	font-weight: bold;
	margin: 0;
	padding: 1em 0em 1em;
	text-align: center;
	text-transform: uppercase;
}
.module-box .price-box.default h4 {
	color: #000;
	font-size: 3em;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: .6em 0 .55em;
	text-align: center;
}
.module-box .price-box.default ul {
	list-style: none;
	margin: 0 0 2.5em;
	padding: 0;
	text-align: center;
	border-top: 1px solid #f4f7fb;
}
.module-box .price-box.default ul li {
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: .95em 1.5em;
}

/* custom tabs */
.module-tab.custom-tabs.default .tab-nav li {
	background-color: #000;
	border-radius: 0;
	border-radius: 0;
	border: none;
	margin-right: .02em;
}
.module-tab.custom-tabs.default .tab-nav li.current,
.module-tab.custom-tabs.default .tab-nav li:hover {
	background-color: #fecd06 !important;
}
.module-tab.custom-tabs.default .tab-nav li.current a,
.module-tab.custom-tabs.default .tab-nav li:hover > a {
	color: #000;
}
.module-tab.custom-tabs.default .tab-nav li a {
	color: #fff;
	font-size: 1.5em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	padding: .435em 1.8em;
	text-transform: uppercase;
	position: relative;
}
.module-tab.custom-tabs.default .tab-nav li.current a:after,
.module-tab.custom-tabs.default .tab-nav li:hover a:after {
	content: '';
	height: 0;
	width: 0;
	bottom: 100%;
	pointer-events: none;
	position: absolute;
	top: 100%;
	border: solid transparent;
	border-top-color: #fecd06;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
	margin-top: -1px;
}

.custom-tabs.default.ui.module-tab .tab-content {
	border: none;
	padding: 2em 0 .5em;
	color: #000;
}
.custom-tabs.default.ui.module-tab .tab-content h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: .05em;
	margin: 1em 0 0;
	text-transform: uppercase;
}


/************************************************************************************
11. WORDPRESS POST FORMATTING
*************************************************************************************/
.sticky {}
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 1em;
}
.alignleft {
	float: left;
	margin-right: 2em;
}
.alignright {
	float: right;
	margin-left: 2em;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1em;
	max-width: 100%;
}
.wp-caption-text {
	margin: .5em 0;
}

/* attachment page */
body.attachment {
	width: auto;
	float: none;
	position: static;
}
.single .attachment.post {
	width: auto;
	float: none;
}

/************************************************************************************
12. WP GALLERY
*************************************************************************************/
#body .gallery {
	margin: 0 0 20px 0;
}

/* gallery item */
#body .gallery .gallery-item {
	margin: 0 8px 8px 0;
	vertical-align: top;
	width: auto;
	float: left;
	text-align: center;
}
#body .gallery img {
	border: none;
	vertical-align: middle;
}

/* gallery caption */
#body .gallery .gallery-caption {
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}

/* GALLERY COLUMN
================================================ */
/* gallery column 1 (display all in one line) */
#body .gallery-columns-1 .gallery-item {
	width: auto;
}
#body .gallery-columns-1 br {
	display: none !important;
}

/* gallery column 2 */
#body .gallery-columns-2 .gallery-item {
	width: 49.2%;
}

/* gallery column 3 */
#body .gallery-columns-3 .gallery-item {
	width: 32.3%;
}
/* gallery column 4 */
#body .gallery-columns-4 .gallery-item {
	width: 23.8%;
}

/* gallery column 5 */
#body .gallery-columns-5 .gallery-item {
	width: 18.8%;
}

/* gallery column 6 */
#body .gallery-columns-6 .gallery-item {
	width: 15.4%;
}

/* gallery column 7 */
#body .gallery-columns-7 .gallery-item {
	width: 13%;
}

/* gallery column 8 */
#body .gallery-columns-8 .gallery-item {
	width: 11.18%;
}

/* gallery column 9 */
#body .gallery-columns-9 .gallery-item {
	width: 9.77%;
}

/* set gallery item margin-right */
#body .gallery-columns-1 .gallery-item,
#body .gallery-columns-2 .gallery-item,
#body .gallery-columns-3 .gallery-item,
#body .gallery-columns-4 .gallery-item,
#body .gallery-columns-5 .gallery-item,
#body .gallery-columns-6 .gallery-item,
#body .gallery-columns-7 .gallery-item,
#body .gallery-columns-8 .gallery-item,
#body .gallery-columns-9 .gallery-item {
	margin: 0 1.5% 1.5% 0;
}

/* clear gallery item margin-right */
#body .gallery-columns-9 .gallery-item:nth-of-type(9n),
#body .gallery-columns-8 .gallery-item:nth-of-type(8n),
#body .gallery-columns-7 .gallery-item:nth-of-type(7n),
#body .gallery-columns-6 .gallery-item:nth-of-type(6n),
#body .gallery-columns-5 .gallery-item:nth-of-type(5n),
#body .gallery-columns-4 .gallery-item:nth-of-type(4n),
#body .gallery-columns-3 .gallery-item:nth-of-type(3n),
#body .gallery-columns-2 .gallery-item:nth-of-type(2n) {
	margin-right: 0;
}

/************************************************************************************
13. CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: block; zoom: 1; }

/************************************************************************************
14. WOOCOMMERCE
*************************************************************************************/

/* heading */
.woocommerce h2:after {
	display: none;
}

/* button */
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
	background-color: #fecd06;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: none;
	padding: .7em 1em;
	letter-spacing: .06em;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
	background-color: #000;
	color: #fff;
}

/* add to cart button in product archive */
.woocommerce ul.products li.product .add_to_cart_button {
	font-size: .85em;
}

/* pagination */
.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul {
	border: none;
	border-right: 0;
}
.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
	border-right: 0;
}
.woocommerce #content nav.woocommerce-pagination ul li a:focus,
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li span.current {
	background-color: #FECD06;
	color: inherit;
}

/* CART
================================================ */
.woocommerce table.shop_table {
	border-radius: 0;
	border: 1px solid #000;
	border-collapse: collapse;
}
.woocommerce table.shop_table td {
	border-top: 1px solid #000;
	padding: 1em 1.5em;
}
.woocommerce #content table.cart a.remove,
.woocommerce table.cart a.remove,
.woocommerce-page #content table.cart a.remove,
.woocommerce-page table.cart a.remove {
	color: inherit !important;
}
.woocommerce #content table.cart a.remove:hover,
.woocommerce table.cart a.remove:hover,
.woocommerce-page #content table.cart a.remove:hover,
.woocommerce-page table.cart a.remove:hover {
	background-color: #fecd06;
	color: inherit !important;
}

/* coupon */
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	border: 1px solid #000;
	padding: .55em;
	width: 6.5em;
}

.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
	border: 1px solid #000;
	padding: .55em;
	width: 6.5em;
}

/* quantity */
.woocommerce .quantity .qty {
	padding: .6em;
}

/* price */
.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
	color: inherit;
}

/* proceed */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display: inline-block;
}

/* cart totals */
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	text-align: right;
}

/* cart collaterals */
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
	border-top: 1px solid #000;
	width: 17%;
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
	text-align: right;
}

/* cart table h2 */
.cart-collaterals h2 {
	font-size: 1.2em;
}

/* cart update button */ 
.woocommerce .cart-collaterals .shipping_calculator .button, 
.woocommerce-page .cart-collaterals .shipping_calculator .button {
	display: inline-block;
	width: auto;
}

/* cart live css */
.woocommerce .cart .button,
.woocommerce .cart input.button {
	margin: 0 .1em;
}
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button span,
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
	display: none;
}

/* CHECKOUT
================================================ */
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	border-top: 1px solid #000;
}

/* payment */
.woocommerce-checkout #payment {
	background-color: #F5F5F5;
	border-radius: 0;
}
/* payment box */
.woocommerce-checkout #payment div.payment_box {
	background-color: #fecd06;
	color: inherit;
	text-shadow: none;
}
.woocommerce-checkout #payment div.payment_box:after {
	border-bottom-color: #fecd06;
	top: -1px;
}
.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 1px solid #000;
}

/* message, info, error */
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
	border-top: 5px solid #fecd06;
	background-color: #F5F4F4;
	box-shadow: none;
	border-radius: 0;
	text-shadow: none;
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
	color: inherit;
	background-color: #fecd06;
	text-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

/* ARCHIVE PRODUCTS
================================================ */
/* Sale */
.woocommerce span.onsale,
.woocommerce-page span.onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
	box-shadow: none;
	font-family: 'Oswald', sans-serif;
	min-width: 3.4em;
	text-transform: Uppercase;
	text-shadow: none;
	border-radius: 0;
	background: transparent;
	font-size: .6em;
	font-weight: 500;
	right: auto;
	left: 0;
	letter-spacing: .1em;
	line-height: 3.1em;
	min-height: 0;
	padding: .06em;
	text-align: left;
	text-indent: -.1em;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	color: inherit;
}
.woocommerce span.onsale:before, .woocommerce-page span.onsale:before {
	border-left: 3.2em solid transparent;
	border-right: 3.2em solid transparent;
	border-bottom: 3.2em solid #fecd06;
	content: '';
	display: inline-block;
	height: 0;
	width: 0;
	position: absolute;
	left: -2em;
	top: -.45em;
	z-index: -1;
}

/* product */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	text-align: center;
}
.woocommerce ul.products li.product .star-rating {
	margin: auto;
}

/* product image */
.woocommerce #content div.product div.images img, 
.woocommerce div.product div.images img, 
.woocommerce-page #content div.product div.images img, 
.woocommerce-page div.product div.images img,
.woocommerce ul.products li.product a img:hover,
.woocommerce ul.products li.product a img, 
.woocommerce-page ul.products li.product a img {
	box-shadow: none;
}
.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img {
	box-shadow: none;
}

/* SINGLE PRODUCTS
================================================ */
/* single title */
.woocommerce #content div.product .product_title,
.woocommerce div.product .product_title,
.woocommerce-page #content div.product .product_title,
.woocommerce-page div.product .product_title {
	font-size: 3em;
}

/* single price */
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: inherit;
}

/* tabs */
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
	border-bottom: 1px solid #000000;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	background: none;
	border-radius: 0;
	border: 1px solid;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	display: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
	background-color: #000;
	color: #fff;
	padding: .8em 1.9em;
	text-shadow: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a {
	background-color: #fff;
	color: #000;
}

/* single product tabs h2 */
.woocommerce #content div.product .woocommerce-tabs h2,
.woocommerce div.product .woocommerce-tabs h2,
.woocommerce-page #content div.product .woocommerce-tabs h2,
.woocommerce-page div.product .woocommerce-tabs h2,
.woocommerce .related h2,
.woocommerce-page .related h2 {
	font-size: 1.8em;
}

/* single product review */
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	padding: 0;
	width: 75px;
	border: none;
}
.woocommerce #reviews #comments ol.commentlist li img + .comment-text {
	margin: 0 0 0 95px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0;
	border: none;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
	color: inherit;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
	margin: auto;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
	font-weight: normal;
	font-size: 140%;
	display: block;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
	font-size: 100%;
	font-family: 'Crimson Text', serif;
	font-style: italic;
}

/* Back to Top */
.landing-back-top {
	background-color: rgba(255,255,255,.8);
	border-radius: 100%;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 44px;
	height: 44px;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	opacity: 1;
	visibility: visible;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 200ms ease-in-out 200ms, visibility 0s ease-in-out 1s;
	-moz-transition: opacity 200ms ease-in-out 200ms, visibility 0s ease-in-out 1s;
	-ms-transition: opacity 200ms ease-in-out 200ms, visibility 0s ease-in-out 1s;
	-o-transition: opacity 200ms ease-in-out 200ms, visibility 0s ease-in-out 1s;
	transition: opacity 200ms ease-in-out 200ms, visibility 0s ease-in-out 1s;
}
.landing-back-top span {
	position: absolute;
	visibility: hidden;
	display: block;
	width: 34px;
	height: 34px;
	top: 5px;
	left: 5px;
}
.landing-back-top span:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	border: solid transparent;
	border-width: 1px;
	border-top-color: #000;
	border-left-color: #000;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	transition: all 500ms;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
	visibility: visible;
	position: absolute;
	top: 14px;
	left: 50%;
	margin-left: -7px;
}
.landing-back-top-hide {
	opacity: 0;
	visibility: hidden;
}
.landing-back-top:hover span:before {
	-webkit-animation: arrow-up 500ms linear 200ms infinite alternate;/* Chrome, Safari, Opera */
	animation: arrow-up 500ms linear 200ms infinite alternate;
}
@-webkit-keyframes arrow-up {
  0%   { top: 0px; }
  50%   { top: 7px; }
  100% { top: 14px; }
}
@-moz-keyframes arrow-up {
  0%   { top: 0px; }
  50%   { top: 7px; }
  100% { top: 14px; }
}
@-o-keyframes arrow-up {
  0%   { top: 0px; }
  50%   { top: 7px; }
  100% { top: 14px; }
}
@keyframes arrow-up {
  0%   { top: 0px; }
  50%   { top: 7px; }
  100% { top: 14px; }
}


/*///ultr-clone//*/
/* Container widths */
.single-magazine {
    display: block;
}

/* Hero image */
.magazine-hero img {
    width: 100% !important;
    height: 460px;
    object-fit: cover;
    object-position: top;
	border-bottom: solid 8px #f9d3001a;
}

/* Header row: date left, title right */
.magazine-header {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: solid 1px #1d1d1d;
    padding: 0 0 54px 0;
}

/* Date block column */
.magazine-date {
    width: 90px;            /* narrow column like the screenshot */
    border: 1px solid #fff; /* black border box */
    text-align: center;
    padding: 12px 5px;
    margin-right: 25px;
    font-family: "Playfair Display", Georgia, serif;
    text-transform: uppercase;
}

/* Date typography */
.mag-date-day {
    display: block;
    font-size: 26px;
    line-height: 1.1;
}
.mag-date-month {
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
}
.mag-date-year {
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
}

/* Title + meta column */
.magazine-main {
    flex: 1;
}

.magazine-title {
    font-family: helvetica;
    font-size: 41px;
    line-height: 1.1em;
    margin: -6px 0 10px;
    text-transform: capitalize;
    letter-spacing: 0px !important;
    font-weight: 100;
}

.magazine-meta {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #777;
}
.mag-meta-item {
    display: inline-block;
}
.mag-meta-sep {
    margin: 0 5px;
}

/* Content text */
.magazine-entry {
    font-size: 22px;
    line-height: 29px;
    color: #333;
    font-weight: 300;
}

.magazine-entry p {
    margin: 0;
    padding: 0 0 1.1em!important;
}


.topstory-tag {
    font-size: 26px;
    padding: 8px 39px;
    font-family: 'lord-corps';
    color: #000 !important;
    /*text-align: center;*/
    background: #fff202;
    top: -26px;
    position: relative;
    display: none;
}

.top-main .primary-cat{
    color:#000!important;
	padding-left: 0px;
}
.top-main .topstory-tag{
    display:inline!important; 
}


.top-main .post-image {
    margin: 0 0 0.7em;
}


.top-main .topstory-tag {
    font-size: 21px !important;
    padding: 11px 39px !important;
    font-family: 'lord-corps' !important;
    color: #000 !important;
    text-align: center;
    background: #fff202 !important;
    top: -26px !important;
    position: relative;
    border-radius: 50px;
}

.top-main h1{
    text-align:center!important;
}


.top-main .post-image img {
    width: 100% !important;
    height: 550px !important;
    object-fit: cover; /* Crops to fill uniformly */
    object-position: center;
}

@media screen and (max-width: 782px) {
    .top-main .post-image img {
    height: 380px !important;
}
}


.music-highlights .post-image  {
    width: 61%!important;
    max-width: 61%!important;
    float: left;
    margin: 0 1.4em 1em 0;
}

.cat-highlights .post-image img {
    width: 100% !important;
    height: 101px !important;
    object-fit: cover;
    object-position: center;
}

.top-main .post, .grad-line {
    /*border-bottom: 0 !important;*/
    /*border-width: 3px;*/
    /*border-style: solid;*/
    /*border-image:linear-gradient(to bottom, #ffeb3b2b, rgba(0, 0, 0, 0)) 4 100%;*/
}

.top-main .loops-wrapper.list-post .post-title {
    margin-bottom: 0em!important;
    padding-bottom: 0em!important;
}

/*top-main-sub*/
.top-main-sub .post-image img {
    width: 100% !important;
    max-height: 170px ;
    object-fit: cover; /* Crops to fill uniformly */
    object-position: center;
}


.top-main-sub .topstory-tag {
    font-size: 13px;
	font-weight:600;
    padding: 4px 7px 4px 0;
    font-family: "Helvetica";
	text-transform:uppercase;
    /* color: #e5ff00 !important; */
    text-align: left!important;
    background: #fff;
    top: -44px;
	left:4px;
    position: relative;
    display: none;
}

.top-main-sub .primary-cat{
    color:#000!important;
	padding-left: 10px!important;
}
.top-main-sub .topstory-tag{
    display:inline!important; 
}


.top-main-sub .post-image {
    margin: 0 0 0.7em;
}

 .top-main-sub .post {
    /*border-bottom: 0 #8e915080;*/
/*     padding-right: 20px; */
} 



.top-main-sub  .entry-title a{
	color:#fff!important;
	font-family:"helvetica"!important;
	font-size:16px!important;
	line-height:15px!important;
	text-align: left!important;
}

.top-main-sub .post-title  {
    text-align:left!important;
}
/*top-main-sub-end*/



/*sub-article*/
.sub-articles .post-image img {
    width: 100% !important;
    max-height: 281px ;
    object-fit: cover; /* Crops to fill uniformly */
    object-position: center;
}


.sub-articles .topstory-tag {
    font-size: 13px;
    font-weight: 600;
    padding: 4px 7px 4px 0;
    font-family: "Helvetica";
    text-transform: uppercase;
    /* color: #e5ff00 !important; */
    text-align: left !important;
    background: #fff;
    top: -2px;
    left: -1px;
    position: relative;
    display: none;
}

.sub-articles .primary-cat{
    color:#000!important;
	padding-left: 10px!important;
}
.sub-articles .topstory-tag{
    display:inline!important; 
}


.sub-articles .post-image {
    margin: 0 0 0.7em;
}

 .sub-articles .post {
    border-bottom: 0 #8e915080;
/*     padding-right: 20px; */
} 

.sub-articles .post {
    border-bottom: solid 2px #4b4b4b80;
/*     padding-right: 20px; */
}

.sub-articles  .entry-title a{
	color:#fff!important;
	font-family:"helvetica"!important;
	font-size:16px!important;
	line-height:15px!important;
	text-align: left!important;
}

.sub-articles .post-title  {
    text-align:left!important;
}
/*sub-articles-end*/



/*sub-article-feature*/
.sub-articles .post-image img {
    width: 100% !important;
    max-height: 281px ;
    object-fit: cover; /* Crops to fill uniformly */
    object-position: center;
}


.page-id-4770 .sub-articles-feature .post-image img {
    width: 100% !important;
    height: 64px !important;
    object-fit: cover;
    object-position: top;
}

.page-id-4770 .sub-articles-feature .post-title {
    font-size: 12px !important;
    color: #fff !important;
    font-family: "helvetica" !important;
    font-size: 15px !important;
    line-height: 15px !important;
    text-align: left !important;
    height: 94px;
}

.page-id-4770 .sub-articles-feature .entry-title a {
     font-size: 12px !important; 
}

.sub-articles-feature .topstory-tag {
    font-size: 13px;
	font-weight:600;
    padding: 4px 7px 4px 0;
    font-family: "Helvetica";
	text-transform:uppercase;
    /* color: #e5ff00 !important; */
    text-align: left!important;
    background: #fff;
    top: -44px;
	left:4px;
    position: relative;
    display: none;
}

.sub-articles-feature .primary-cat{
    color:#000!important;
	padding-left: 10px!important;
}
.sub-articles-feature .topstory-tag{
    display:none!important; 
}


.sub-articles-feature .post-image {
    margin: 0 0 0.7em;
}

 .sub-articles-feature .post {
    border-bottom: 0 #8e915080;
/*     padding-right: 20px; */
} 

.sub-articles-feature .post {
    /*border-bottom: solid 2px #4b4b4b80;*/
/*     padding-right: 20px; */
}

.sub-articles-feature  .entry-title a{
	color:#fff!important;
	font-family:"helvetica"!important;
	font-size:26px!important;
	line-height:15px!important;
	text-align: left!important;
}

.sub-articles-feature .post-title  {
    text-align:left!important;
}
/*sub-articles-feature-end*/



/*sub-article-community*/
.sub-article-community .post-image img {
    width: 100% !important;
    min-height: 300px ;
	height:450px;
    object-fit: cover; /* Crops to fill uniformly */
    object-position: center;
}


.sub-article-community .topstory-tag {
    font-size: 13px;
	font-weight:600;
    padding: 4px 7px 4px 0;
    font-family: "Helvetica";
	text-transform:uppercase;
    /* color: #e5ff00 !important; */
    text-align: left!important;
    background: #fff;
    top: -44px;
	left:4px;
    position: relative;
    display: none;
}

.sub-article-community .primary-cat{
    color:#000!important;
	padding-left: 10px!important;
}
.sub-article-community .topstory-tag{
    display:none!important; 
}


.sub-article-community .post-image {
    margin: 0 0 0.7em;
}

 .sub-article-community .post {
    border-bottom: 0 #8e915080;
/*     padding-right: 20px; */
} 

.sub-article-community .post {
    /*border-bottom: solid 2px #4b4b4b80;*/
/*     padding-right: 20px; */
}

.sub-article-community  .post-title a{
	color:#fff!important;
	font-family:"helvetica"!important;
	font-size:26px!important;
	
	text-align: left!important;
}
.sub-article-community .post-title  {
    text-align:left!important;
	line-height:29px!important;
	
}

/*sub-article-community-end__________________________*/





/*sub-article-dates*/
.sub-articles-dates .post-image img {
    width: 100% !important;
    min-height: 81px ;
	height: 321px ;
	border-radius:23px;
    object-fit: cover; /* Crops to fill uniformly */
    object-position: center;
}


.sub-articles-dates .topstory-tag {
    font-size: 13px;
	font-weight:600;
    padding: 4px 7px 4px 0;
    font-family: "Helvetica";
	text-transform:uppercase;
    /* color: #e5ff00 !important; */
    text-align: left!important;
    background: #fff;
    top: -44px;
	left:4px;
    position: relative;
    display: none;
}

.sub-articles-dates .primary-cat{
    color:#000!important;
	padding-left: 10px!important;
}
.sub-articles-dates .topstory-tag{
    display:none!important; 
}


.sub-articles-dates .post-image {
    margin: 0 0 0.7em;
}

 .sub-articles-dates .post {
    border-bottom: 0 #8e915080;
/*     padding-right: 20px; */
} 

.sub-articles-dates .post {
    border-bottom: solid 2px #4b4b4b80;
/*     padding-right: 20px; */
}

.sub-articles-dates  .entry-title a{
	color:#fff!important;
	font-family:"helvetica"!important;
	font-size:20px!important;
	line-height:24px!important;
	text-align: left!important;
	font-weight:lighter;
}

.sub-articles-dates .post-title  {
    text-align:left!important;
}
/*sub-articles-dates-end*/

.mainu .sub-menu{
	border-top: solid 13px red;
    width: 11px;
    background: red;
    position: absolute;
    height: 34px;
    margin: 0 auto;
    top: 42px;
}

/* thumbnails */

.news-featured-highlights .post-image img{
	 width: 100% !important;
    height: 24vh ;
    object-fit: cover; /* Crops to fill uniformly */
    object-position: center;
}

.news-feature .post-image img{
	 width: 100% !important;
/*     height: 150px ; */
    height: 320px ;
    object-fit: cover; /* Crops to fill uniformly */
    object-position: center;
}

.news-feature .post {
    border-right: 2px solid #ffde00 !important;
    border: 0;
    padding-right: 55px;
    border-image: linear-gradient(to bottom, #ffeb3ba3, rgba(0, 0, 0, 0)) 4 100%;
}

.news-feature .post:last-child{
	border:none!important;
}


.cat-main .post-image img {
    width: 100% !important;
    height: 90px !important;
    object-fit: cover; /* Crops to fill uniformly */
    object-position: center;
}


/* /texture */
.texture-red {
  background-color: #dc2626; /* Solid red base */
  background-image: 
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.1) 0px,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 1px,
      transparent 3px
    );
}

.grainy-red {
  background-color: #b91c1c;
  background-image: 
    radial-gradient(0.5px 0.5px at 20px 20px, rgba(255,255,255,.3) 50%, transparent 51%),
    radial-gradient(0.5px 0.5px at 5px 5px, rgba(255,255,255,.5) 50%, transparent 51%),
    linear-gradient(45deg, rgba(0,0,0,.05) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(0,0,0,.05) 25%, transparent 25%),
    linear-gradient(45deg, transparent 49%, rgba(255,255,255,.1) 50%, rgba(255,255,255,.1) 74%, transparent 75%),
    linear-gradient(-45deg, transparent 49%, rgba(255,255,255,.1) 50%, rgba(255,255,255,.1) 74%, transparent 75%);
  background-size: 240px 140px, 10px 110px, 10px 10px, 10px 210px, 210px 610px, 410px 410px;
}


/* singlepost overide */

.single-post {
    background-color: #000000 !important; /* Black background */
    color: #ffffff !important; /* White text */
}

.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
    color: #ffffff !important; /* White headings */
}

.single-post p,
.single-post li,
.single-post blockquote {
    color: #ffffff !important; /* White body text, lists, quotes */
}

.single-post a {
    color: #ffffff ; /* White links */
}

.single-post a:hover {
    color: #cccccc !important; /* Light gray hover for visibility */
}


.block-headers h1 {
    text-align: left !important;
    font-size: 40px;
    text-transform: capitalize;
    /*font-family: 'LordCrp';*/
    font-family: 'Black Ops One';
    line-height: 39px;
    font-weight: 400;
    margin: 0;
    color:#fff204;
    letter-spacing:1px;
}

.block-headers h2 {
    text-align: center !important;
    font-size: 39px;
    text-transform: capitalize;
    font-family: 'LordCrp';
    line-height: 38px;
    font-weight: 400;
    margin: 0;
    color:#fff;
    letter-spacing:1px;
}


.block-headers h3 {
    text-align: left !important;
    font-size: 25px;
    text-transform: capitalize;
    font-family: 'LordCrp';
    line-height: 30px;
    font-weight: 400;
    margin: 0;
    color:#fff204;
    letter-spacing:1px;
}

.block-headers h4 {
    text-align: left !important;
    font-size: 72px;
    text-transform: capitalize;
    font-family: 'LordCrp';
    line-height: 63px;
    font-weight: 400;
    margin: 0;
    color:#fff;
    letter-spacing:7px;
}
/* //// */


/* custome-single-page */

.complex-single-post {
  max-width: 1200px;
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.hero-section {
  position: relative;
  height: 60vh;
  min-height: 500px;
  overflow: hidden;
  margin-bottom: 4rem;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 30% 28%;
    background-attachment: fixed;
}

.hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgb(0 0 0));
    padding: 3rem 2rem 4rem;
    color: white;
}

.post-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0 0 1rem;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.post-meta {
  display: flex;
  gap: 1.5rem;
  font-size: 1.1rem;
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.content-wrapper {
  max-width: 800px;
  margin: 0 auto 3rem;
  font-size: 1.2rem;
  line-height: 1.7;
  padding: 0 2rem;
}

.post-navigation {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
  border-top: 1px solid #eee;
  margin-top: 4rem;
}

.post-navigation a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

@media (max-width: 768px) {
  .hero-section { height: 50vh; min-height: 400px; }
  .post-title { font-size: 2.5rem; }
  .post-meta { flex-direction: column; gap: 0.5rem; }
  .content-wrapper { padding: 0 1rem; font-size: 1.1rem; }
}


/* ../////... */

.edit-button a {
	color:#fff!important;
}

/* burger icon overide */

.menu-module-burger-inner {
    display: inline-block;
    width: 1.9em;
    height: 1em;
    border-bottom: 2px solid;
    position: relative;
}

.themify_builder_content-1237 .tb_xsro130.module-menu {
    padding-top: 9px!important;
}

/* overide end */


/*truncate headers*/
.post-title {  
    display: -webkit-box;  
    -webkit-line-clamp: 3; /* 2 lines */  
    -webkit-box-orient: vertical;  
    overflow: hidden;  
}  



/*full window pane horizontal slider*/

    :root { --gap: 20px; --animation-duration: 40s; }
    
    .slider-container { width: 100%; overflow-x: hidden; display: flex; }
    
    .slider-track {
      display: flex; 
      gap: var(--gap);
      animation: scroll var(--animation-duration) linear infinite;
    }

    .slider-track:hover { animation-play-state: paused; }

    /* Responsive width: 3 cards on Desktop, 2 on Tablet, 1 on Mobile */
    .slider-item {
      flex-shrink: 0; 
      width: 32%; /* ~3 per screen */
      height: 380px;
      border-radius: 20px; 
      overflow: hidden; 
      position: relative;
      background: #333;
    }

    @media (max-width: 1024px) { .slider-item { width: 48%; } } /* 2 per screen */
    @media (max-width: 600px) { .slider-item { width: 95%; height: 280px; } } /* 1 per screen */

    .slider-item img, .slider-item video { width: 100%; height: 100%; object-fit: cover; }

    .card-text-overlay {
      position: absolute; bottom: 0; left: 0; width: 100%;
      padding: 20px; background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
      color: #fff; box-sizing: border-box;
    }

    .card-text-overlay h3 { margin: 0; font-size: 1.2rem; }
    .card-text-overlay p { margin: 5px 0 0; font-size: 0.9rem; opacity: 0.9; }

    @keyframes scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(calc(-50% - (var(--gap) / 2))); }
    }
  /*full pane slider horizontal end*/


/* fullpane-fashion-continous-slider */
.slider-shell {
  width: 100%;
  overflow: hidden;
  position: relative;
  /*padding: 40px 0 20px;*/
}
.slider-track {
  display: flex;
  gap: 20px;
  width: max-content;
  will-change: transform;
  animation: marquee 24s linear infinite;
}
.slider-shell:hover .slider-track {
  animation-play-state: paused;
}


 .slide {
    min-width: 647px;
    height: 400px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    background: #444;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform 0.3s ease, filter 0.3s ease;
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    box-sizing: border-box;
    line-height: 1.45;
    font-size: 0.95rem;
    font-weight: 400;
    text-transform: none;
}


.slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 0;
}
.slide span {
  position: relative;
  z-index: 1;
  font-size: 1.15rem;
  font-weight: 500;
  transition: font-weight 0.2s ease;
  max-width: 260px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.slide:hover {
  transform: scale(1.05);
}
.slide:hover span {
  font-weight: 700;
}
.controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 34px;
  box-sizing: border-box;
  /*margin-top: 10px;*/
}
.fashion-nav-btn {
    /* width: 34px !important; */
    /* height: 124px; */
    border-radius: 48% !important;
    border: none;
    background: #fff202;
    color: #0b1b5a;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    display: grid;
    place-items: center;
    box-shadow: 0 6px 18px rgba(11, 27, 90, 0.08);
    user-select: none;
    padding: 10px !important;
}


.tabs {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 0 18px;
}
.tab {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: none;
  background: #cfd8ee;
  cursor: pointer;
  padding: 0;
  transition: width 0.25s ease, background 0.25s ease, transform 0.25s ease;
}
.tab.active {
  width: 42px;
  background: #fff201;
  transform: scale(1.02);
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50%)); }
}
@media (max-width: 900px) {
  .slide {
    min-width: 260px;
    height: 360px;
  }
  .nav-btn {
    width: 56px;
    height: 56px;
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .slider-shell {
    padding-top: 24px;
  }
  .slide {
    min-width: 220px;
    height: 300px;
  }
  .controls {
    padding: 0 14px 26px;
  }
  .tabs {
    gap: 8px;
  }
  .tab {
    width: 10px;
    height: 10px;
  }
  .tab.active {
    width: 30px;
  }
}


/* fullpane-fashion-continouslider-end */

.border-right{
    border-image:linear-gradient(to top, #ffd10000, #ffd700, #ffd10000) 1;
    border-right: solid 1px red;
}

.border-left{
    border-image:linear-gradient(to top, #ffd10000, #ffd700, #ffd10000) 1;
    border-left: solid 1px red;
}

.border-left-right{
    border-image:linear-gradient(to top, #ffd10000, #ffd700, #ffd10000) 1;
    border-left: solid 1px red;
    border-right: solid 1px red;
}


.module .module-buttons {
	box-shadow: 3px 4px 0px 0px #ab9e15;
	background:linear-gradient(to bottom, #fff200 5%, #d4c200 100%);
	background-color:#fff200;
	border-radius:50px;
	border:1px solid #f5d1b6;
	display:inline-block;
	cursor:pointer;
	color:#080808;
	font-family:Arial;
	font-size:17px;
	/*padding:7px 25px;*/
	text-decoration:none;
	text-shadow:0px 1px 0px #dec859;
}
.module .module-buttons:hover {
	background:linear-gradient(to bottom, #ab9e15 5%, #fff200 100%);
	background-color:#ffff04;
}
.module .module-buttons:active {
	position:relative;
	top:1px;
}

   .module .module-buttons  a {
    padding-left: 30px!important;
    padding-right: 30px!Important;
 
}


/*page-menu-sub*/
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  margin: 0;           /* Explicitly remove default margins */
  text-align: right;    /* Explicitly align content to the left */
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: #6b6b6b;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #eee;
  font-size:17px;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #ffff04;
  
}
    
/*page-menu-sub-end*/

.mobi-mnnu .nav li > ul a {
    line-height: 22px;
    font-size: 22px;
    font-weight: 400;
    font-family: "Bebas Neue";
    color: rgba(255, 242, 4, 1);
}
   
   
   
   
   
.accra-headers h1 {
    text-align: left !important;
    font-size: clamp(38px, 7vw, 3px) !important;
    text-transform: capitalize;
    font-family: helvetica;
    line-height: 38px !important;
    font-weight: 100 !important;
    margin: 0;
}

.accra-headers h3 {
    text-align: left !important;
    font-size: clamp(14px, 5vw, 25px) !important;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    line-height: 25px !important;
    font-weight: 100 !important;
    margin: 0;
    color: #fff201;
}



/*mobile grid*/

/*
 * Themify Post Module:
 * Two posts per row on mobile
 */

@media only screen and (max-width: 767px) {

    /* Create a two-column mobile grid */
    .mobile-post-grid .loops-wrapper {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        column-gap: 15px !important;
        row-gap: 25px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Reset Themify's floating post widths */
    .mobile-post-grid .loops-wrapper .post,
    .mobile-post-grid .loops-wrapper.grid2 .post {
        width: auto !important;
        max-width: none !important;
        float: none !important;
        clear: none !important;
        margin: 0 !important;
        padding: 10px !important;
        border-bottom: solid 2px #fef40014;
    }

    /* Make post images fit within each column */
    .mobile-post-grid .post-image,
    .mobile-post-grid .post-image img,
    .mobile-post-grid .post-image a {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 83px !important;
                object-fit: cover;
        object-position: inherit;
    }

    /* Prevent long titles from breaking the layout */
    .mobile-post-grid .post-title,
    .mobile-post-grid .post-title a {
        overflow-wrap: break-word;
        word-wrap: break-word;
        
        color: #fff !important;
        font-family: "helvetica" !important;
        font-size: 16px !important;
        line-height: 21px !important;
        text-align: left !important;
    }

    /* Optional: reduce mobile title size */
    .mobile-post-grid .post-title {
        font-size: 16px;
        line-height: 1.3;
    }

    /* Optional: reduce post text size */
    .mobile-post-grid .entry-content {
        font-size: 14px;
        line-height: 1.5;
    }
}
/*mobile grid end*/




/*acc_footer*/
/* Accra Chaos Footer */
        .ac-footer {
            --ac-dark: #111111;
            --ac-darker: #0a0a0a;
            --ac-gold: #e7a928;
            --ac-light-gold: #f5c760;
            --ac-text: #dddddd;
            --ac-muted: #999999;

            /* Uncomment if you want the footer background applied */
            /* background: var(--ac-dark); */

            color: var(--ac-text);
            font-family: Arial, Helvetica, sans-serif;
            margin-top: 0;
        }

        .ac-footer-container {
            width: min(1180px, 92%);
            margin: 0 auto;
            padding: 70px 0 55px;

            display: grid;
            grid-template-columns: 1.5fr repeat(3, 1fr);
            gap: 45px;
        }

        /* Brand */

        .ac-footer-logo {
            display: inline-block;
            margin-bottom: 18px;
            width: 150px;
            line-height: 0;
        }

        .ac-footer-logo img {
            display: block;
            width: 55%;
            height: auto;
            max-width: 150px;
        }

        .ac-footer-logo:hover {
            opacity: 0.85;
        }

        .ac-footer-brand p {
            max-width: 320px;
            color: var(--ac-muted);
            font-size: 15px;
            line-height: 1.8;
            margin: 0 0 25px;
        }

        /* Social links */

        .ac-footer-socials {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .ac-footer-socials a {
            display: inline-flex;
            align-items: center;
            justify-content: center;

            width: 42px;
            height: 42px;
            padding: 0;

            border: 1px solid #3b3b3b;
            border-radius: 4px;

            color: var(--ac-text);
            font-size: 17px;
            text-decoration: none;

            transition: all 0.25s ease;
        }

        .ac-footer-socials a:hover,
        .ac-footer-socials a:focus {
            background: var(--ac-gold);
            border-color: var(--ac-gold);
            color: var(--ac-darker);
            transform: translateY(-2px);
        }

        .ac-footer-socials a:focus-visible {
            outline: 2px solid var(--ac-light-gold);
            outline-offset: 3px;
        }

        /* Columns */

        .ac-footer-column h3 {
            position: relative;
            color: #ffffff;
            font-size: 17px;
            margin: 0 0 22px;
            padding-bottom: 12px;
        }

        .ac-footer-column h3::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;

            width: 34px;
            height: 3px;

            background: var(--ac-gold);
        }

        .ac-footer-column ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .ac-footer-column li {
            margin-bottom: 13px;
        }

        .ac-footer-column a {
            color: var(--ac-muted);
            font-size: 14px;
            text-decoration: none;
            transition: color 0.25s ease;
        }

        .ac-footer-column a:hover,
        .ac-footer-column a:focus {
            color: var(--ac-gold);
        }

        /* Call-to-action button */

        .ac-footer-column a.ac-footer-button {
            display: inline-block;
            margin-top: 12px;
            padding: 12px 18px;

            background: var(--ac-gold);
            border: 1px solid var(--ac-gold);
            border-radius: 4px;

            color: var(--ac-darker) !important;
            font-size: 14px !important;
            font-weight: 700;
            text-decoration: none;

            transition: all 0.25s ease;
        }

        .ac-footer-column a.ac-footer-button:hover,
        .ac-footer-column a.ac-footer-button:focus {
            background: transparent;
            color: var(--ac-gold) !important;
        }

        /* Bottom copyright area */

        .ac-footer-bottom {
            /* Uncomment if you want a darker bottom background */
            /* background: var(--ac-darker); */

            border-top: 1px solid #2b2b2b;
        }

        .ac-footer-bottom-container {
            width: min(1180px, 92%);
            margin: 0 auto;
            padding: 20px 0;

            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
        }

        .ac-footer-bottom p {
            color: #777777;
            font-size: 13px;
            line-height: 1.6;
            margin: 0;
        }

        /* Tablet */

        @media screen and (max-width: 900px) {
            .ac-footer-container {
                grid-template-columns: repeat(2, 1fr);
                gap: 40px 30px;
            }

            .ac-footer-brand {
                grid-column: span 2;
            }

            .ac-footer-brand p {
                max-width: 600px;
            }
        }

        /* Mobile */

        @media screen and (max-width: 600px) {
            .ac-footer-container {
                width: 88%;
                grid-template-columns: 1fr;
                gap: 35px;
                padding: 50px 0 40px;
            }

            .ac-footer-brand {
                grid-column: auto;
            }

            .ac-footer-logo {
                width: 130px;
            }

            .ac-footer-bottom-container {
                width: 88%;
                flex-direction: column;
                align-items: flex-start;
                gap: 8px;
            }
        }

/*acc_footer_end*/

.page-id-4770 .regular-header, .page-id-4770 .sticky-header, .page-id-4770 .grainy-red {
    display: none !important;
    border:solid 4px red;
}

.page-id-5040 .regular-header, .page-id-5040 .sticky-header, .page-id-5040 .grainy-red {
    display: none !important;
    border:solid 4px red;
}


.page-id-5036 .regular-header, .page-id-5036 .sticky-header, .page-id-5036 .grainy-red {
    display: none !important;
    border:solid 4px red;
}
.mobile-menu-module.transparent {
    background-color: #000000db !important;
    width: 80%;
	background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  /*border-radius: 20px;*/
  /*border: 1px solid rgba(255, 255, 255, 0.3);*/
  /*box-shadow: */
  /*  0 8px 32px rgba(0, 0, 0, 0.1),*/
  /*  inset 0 1px 0 rgba(255, 255, 255, 0.5),*/
  /*  inset 0 -1px 0 rgba(255, 255, 255, 0.1),*/
  /*  inset 0 0 6px 3px rgba(255, 255, 255, 0.3);*/
}

.menu-module-left .body-overlay {

    background: #080b0d!important;
}

.mobile-menu-module ul {
    position: relative;
    list-style: none;
    padding: 0 0 0 12px !important;
    margin: 7% 0 0!important;
}

.mobile-menu-module ul a {
    padding: 21px 23px;
    border-bottom: solid 1px #262222;
    font-family: 'lord-corps' !important;
    font-size: 17px !important;
    line-height: 16px !important;
    letter-spacing: 0.8px !important;
    color: #ffe700 !important;
}

.mobile-menu-module .sub-menu li a {
    color: #d1d1d1 !important;
    font-family: 'helvetica' !important;
    padding: 14px 0 14px 26px;
}

.mobile-menu-module ul a>i.toggle-menu {

    background: #ffe7051f!important;
}

@media screen and (max-width: 680px) {
.sub-articles-dates .entry-title a {
    
    font-size: 14px !important;
    line-height: 19px !important;
   
}

.sub-articles-feature .post-title a {
    
    line-height: 20px !important;
        font-size: 17px !important;
}

.sub-articles-feature .post-title {
    
    line-height: 16px !important;
}

}


.border-line-home{
    background: rgba(255, 255, 255, 0.27);
backdrop-filter: blur(13px) saturate(244%);
-webkit-backdrop-filter: blur(13px) saturate(244%);
border: 1px solid rgba(255, 255, 255, 0.61);
border-radius: 24px;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    border-image: 
    linear-gradient(
      to bottom, 
      red, 
      rgba(0, 0, 0, 0)
    ) 1 100%;
}


body.archive .page-title {
    font-size: clamp(1rem, 4vw, 3.5rem); /* responsive */
    color: #fff;
    font-family: 'lord-corps';
}
   
   
   body.archive .post-title a {
    font-weight: 400;
    font-family: "Bebas Neue";
    color:#fff ;
} 

body .single-magazine .magazine-entry  h2 {
    font-size: 1.5em!important;
    font-family: 'lord-corps'!important;

}

.archive .post-image img {
	vertical-align: bottom;
	width: 100% !important;
	height: 115px!important;
	object-fit: cover;
	object-position: center;
}


.sticky-header{
    width:100%!important;
}

/* Mobile only */
@media (max-width: 767px) {

  /* Case A: Themify .loops-wrapper grid */
  body .archive .loops-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important; /* 2 columns */
    gap: 15px; /* adjust spacing as needed */
  }

   body .archive .loops-wrapper .post {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
  }

  /* Case B: .builder-posts-wrap (if your theme uses this) */
  body .archive  .builder-posts-wrap {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px;
  }

   body .archive .builder-posts-wrap .post {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
  }


  .accra-chaos_logo .module-image.image-top img {
    width: 70%;
}
}




@media (max-width: 1687px) {
    .accra-chaos_logo .image-wrap img {
        width: 100% !important;
        /*border: solid 2px red;*/
        margin: 47px 0 0 0;
    }
}

/*.logo-text h1{*/
/*    font-size: clamp(1rem, 4vw, 1.9rem);*/
/*    color: #fff;*/
/*    font-family: 'lord-corps';*/
/*    line-height: 30px;*/
/*}*/



.main-culture .sub-article-community .post-image img {
    /* width: 100% !important; */
    min-height: 188px!important;
    height: 156px !important;
    /* object-fit: cover; */
    /* object-position: center; */
}

.main-culture .news-feature .post-image img {
    width: 100% !important;
    /* height: 150px; */
    height: 120px!important;
    object-fit: cover;
    object-position: center;
}


.hide-element{
    display:none!important;
}


/*menu-overides*/
.home-menyou .nav > li > a {
    color: rgba(255, 255, 0, 1);
    font-family: 'LordCrp';
    font-size: 24px;
}


/*home-slider-hero-banner*/

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: Arial, Helvetica, sans-serif;
      color: #fff;
    }

    input[type=reset],
    input[type=submit],
    button {
      padding: 0;
    }

    /* SLIDER */
    .slider {
      position: relative;
      width: 100%;
      height: 80vh;
      overflow: hidden;
      background: #000;
    }

    .slides {
      position: relative;
      width: 100%;
      height: 100%;
    }

    .accra-slide {
      position: absolute;
      inset: 0;
      opacity: 0;
      transform: scale(1.08);
      filter: blur(8px);
      transition:
        opacity 1.2s ease,
        transform 1.5s cubic-bezier(.22, 1, .36, 1),
        filter 1.2s ease;
    }

    .accra-slide.active {
      opacity: 1;
      z-index: 1;
      transform: scale(1);
      filter: blur(0);
    }

    /* IMAGE ANIMATION */
    .accra-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transform: scale(1.15);
      transition: transform 6s cubic-bezier(.25, .8, .25, 1);
    }

    .accra-slide.active img {
      transform: scale(1);
    }

    /* VIDEO BACKGROUND */
    .video-bg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      pointer-events: none;
      z-index: 0;
    }

    /* Hide image when video is present on the same slide */
    .accra-slide.has-video img {
      display: none;
    }

    /* FABRIC WIPE */
    .fabric {
      position: absolute;
      inset: 0;
      background: linear-gradient(120deg, rgba(255, 255, 255, .25), transparent 35%, rgba(255, 255, 255, .08));
      transform: translateX(-120%) skewX(-18deg);
      transition: transform 1.5s cubic-bezier(.77, 0, .18, 1);
      z-index: 3;
    }

    .accra-slide.active .fabric {
      transform: translateX(120%) skewX(-18deg);
    }

    /* TOP & BOTTOM BLACK FADE OVERLAY */
    .fade-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to bottom,
        black 0%,
        rgba(0, 0, 0, 0.6) 15%,
        transparent 35%,
        transparent 65%,
        rgba(0, 0, 0, 0.6) 85%,
        black 100%
      );
      z-index: 2;
    }

    /* DARK SIDE OVERLAY (original) */
    .overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to right, rgba(0, 0, 0, .65), rgba(0, 0, 0, .25), rgba(0, 0, 0, .1));
      z-index: 2;
    }

    /* TEXT */
    .content {
      position: absolute;
      left: 20%;
      bottom: 10%;
      z-index: 4;
      max-width: 680px;
    }

    .eyebrow {
      font-size: 14px;
      letter-spacing: .15em;
      text-transform: uppercase;
      margin-bottom: 15px;
      opacity: .8;
    }

    .content h2 {
      font-size: clamp(2rem, 5vw, 3.4rem);
      line-height: .95;
      font-weight: 900;
      text-transform: uppercase;
      margin-bottom: 20px;
      font-family: 'LordCrp', Helvetica;
      letter-spacing: 3px;
    }

    .content p {
      font-size: 22px;
      line-height: 26px;
      max-width: 560px;
      margin-bottom: 25px;
      padding: 0 0 12px;
    }

    @media screen and (max-width: 760px) {
      .content p {
        font-size: .95em !important;
        line-height: 1.2em;
        margin-bottom: 17px;
        padding: 0 0 0px;
      }

      .content a {
        background: #ffff00 !important;
        color: #111;
        padding: 7px 17px !important;
        font-size: 14px !important;
      }

      .slider {
        height: 75vh;
        background: rgba(255, 255, 255, 0.27);
        backdrop-filter: blur(13px) saturate(244%);
        -webkit-backdrop-filter: blur(13px) saturate(244%);
        border: 2px solid rgb(255 255 255 / 41%);
        border-radius: 24px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
      }
    }

    .content a {
      display: inline-block;
      background: #fff;
      color: #111;
      padding: 14px 24px;
      border-radius: 30px;
      font-weight: bold;
      text-decoration: none;
    }

    /* BUTTONS */
    button {
      background: #fecd06;
      border: none;
      cursor: pointer;
    }

    .nav-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 5;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      background: rgba(255, 255, 255, .25);
      color: #fff;
      font-size: 30px;
      backdrop-filter: blur(6px);
    }

    .nav-btn.prev {
      left: 25px;
    }

    .nav-btn.next {
      right: 25px;
    }

    /* DOTS */
    .dots {
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 10px;
      z-index: 5;
    }

    .dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: 1px solid white;
      background: transparent;
    }

    .dot.active {
      background: white;
      transform: scale(1.2);
    }

    @media(max-width: 768px) {
      .slider {
        height: 75vh;
      }
      .content {
        left: 5%;
        right: 5%;
        bottom: 10%;
      }
      .nav-btn {
        width: 42px;
        height: 42px;
      }
    }
  
  /*home-hero-slider-end*/