html,body,h1,h2,h3,h4,h5,h6,ul,li {margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
/* remember to define focus styles! */
:focus{outline:0;}
body{line-height:1;}
ol,ul{list-style:none;}
/* tables still need 'cellspacing="0"' in the markup */
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,
q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}

strong {
	font-weight: bold;
}

html,body {
    margin:0;
    padding:0;
	overflow-x: hidden;
	
}

body {
	background: white;
	font-size:12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	position: relative;
	border-top: 5px solid black;
}

.clear {
    clear: both;
    margin: 0;
    padding: 0;
}

a {
	text-decoration: underline;
	color: #000;
		cursor: pointer;
}

a:hover {
	text-decoration: none;
}

label {
	display: block;
	margin: 0 0 4px 0;
	padding: 0;
	line-height: 1.2em;
	font-size: 1.2em;
}

img {
	border: none;
}

h1 {
	font-size: 2.5em;
	line-height: 1.1em;
	margin: 15px 0 15px 0;
}

h2 {
	font-size: 2.1em;
	line-height: 1.1em;
	margin: 10px 5px 12px;
}

h3 {
	font-size: 1.8em;
	line-height: 1.1em;
	margin: 5px 0 10px 0;
}

h4 {
	font-size: 1.5em;
	line-height: 1.1em;
	margin: 5px 0 7px 0;
}

h5 {
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 3px 0 3px 0;
	font-weight: bold;
}

p,
a.email {
	font-size: 1rem;
	line-height: 1.4em;
}

body.pre-index {
	background: #010101;
	text-align: center;
}

body.pre-index #logo_pre_index {
	margin: 160px auto 350px auto;
}

#content {
	max-width: 945px;
	margin: 0 auto;
	/* padding: 25px 50px; */
	font-size: 1.2em;
	line-height: 1.4em;
}

.wrapper{
	display: flex;
	gap: 50px;
	justify-content: space-between;
	padding-top: 50px;
}


#sidebar {
	/* float: left;
	width: 220px;
	margin-right: 25px; */
}

#content-right {
	/* float: left;
	width: 700px; */
	width: 100%;
}

#content-right .content-top {
	margin: 0 0 20px 0;
}

#footer-line {
	width: 100%;
	margin: 0;
	height: 5px;
	background: black;
}

#sidebar #logo {
	margin-bottom: 30px;
}

#sidebar #contacts {
	margin-bottom: 135px;
}

#main-menu li.menu-item {
	margin-bottom: 35px;
}

.sub-menu {
	margin: 0;
}

.sub-menu li,
.sub-list li {
	padding: 5px;
	font-size: 1rem;
	transition: all 0.3s ease;
}

.sub-menu li a,
.sub-list li a,
a.email {
	text-decoration: none;
	/* padding: 3px 3px 1px 3px; */
	transition: all 0.3s ease;
}

.sub-menu li:hover,
.sub-list li:hover {
	color: white;
	background: #7c7c7c;
	transition: all 0.3s ease;

	a{
		color: white;
		transition: all 0.3s ease;
	}
}

.sub-menu li span {
	color: #bbb;
	font-size: 0.9em;
}

li.menu-item .title {
	background: #7c7c7c;
	color: white;
	font-weight: bold;
	padding: 6px;
	float: left;
	margin-bottom: 0;
	font-size: 1.4em;
	height: 21px;
	text-transform: capitalize;
}

.read_more_box { margin-bottom: 20px; }

.read_more_box .content, .read_more_box .content_extra {
	margin: 0px;
}

.read_more_box a.read_more_link {
	background: black;
	color: white;
	padding: 3px 4px 1px 4px;
	font-size: 1rem;
	margin-top: 8px;
	text-decoration: none;
	float: left;
}

.read_more_box a.read_more_link:hover {
	background: #ddd;
	color: black;
}


.recent_projects .title {
	font-weight: bold;
	line-height: 2.4em;
	text-transform: uppercase;
}

.recent_projects ul li {
	margin-bottom: 15px;
}

.note {
	color: #aaa;
	font-style: italic;
	font-size: 1em;
	margin: 5px 0 25px 0;
}


ul.press_links li {
	margin: 5px 0;
	list-style: circle;
	margin-left: 25px;
}


/* jcarousel slideshow */
/*                     */

.jcarousel-container {
	width: 700px;
	height: 350px;
	background: url(../../assets/images/slideshow-bg.jpg) no-repeat 0 0;
	position: relative;
	margin-bottom: 20px;
}

.jcarousel-clip-horizontal {
    width:  690px;
    height: 340px;
	top: 5px;
	left: 5px;
	position: absolute;
}

.jcarousel-item {
    width: 690px;
    height: 340px;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.jcarousel-next-horizontal {
    position: absolute;
    top: 100px;
    right: 5px;
    width: 138px;
    height: 109px;
	margin-top: -36px;
    cursor: pointer;
	background: url("../../assets/images/next-slide.PNG") no-repeat;
	opacity: 0; filter:Alpha(Opacity=0);
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 230px;
	left: 5px;
    width: 131px;
    height: 106px;
	margin-top: -36px;
    cursor: pointer;
	background: url("../../assets/images/prev-slide.PNG") no-repeat;
	opacity: 0; filter:Alpha(Opacity=0);
}


.jcarousel-prev-disabled-horizontal {
	z-index: -1;
}


/* Simple list element */
/*                     */

.simple-list .simple-list-item {
	margin: 0 0 30px 0;
}

.simple-list .simple-list-item .sub-list {
	/* margin: 0 80px 0 5px; */
}


/* Quick attempt */
.elfsight-app-b310d50f-d40c-462f-845e-ca9e4748f3fd > a[href*="elfsight.com"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}


.who-we-are-text,
.verghis-art-text p{
	padding-left: 5px;
}

.rachel-verghis-text, 
.artists-text, 
.projects-text, 
.verghis-art-text,
.ig-container,
.press-text{
	margin-bottom: 60px;
}

.art-newspaper-img,
.image-with-text img{
	width: 100%;
}

.goddess-lunch-img{
    width: 80%;
}

.goddess-lunch-img.img2{
	margin-top: 30px;
}

.image-with-text img{
	height: 400px;
	object-fit: cover;
}

.image-with-text p{
	margin: 0;
}

.organisations{
	margin-left: -5px;
}



@media (orientation: portrait) {
	#footer-line {
		height: 0;
		background: transparent;
	}
}

@media (max-width:768px){
	.image-with-text{
		display: flex;
		flex-direction: column;
		}
	
	.image-with-text img{
		width: 100% !important;
		height: 100%;
		margin-bottom: 15px !important;
	}
}

@media (max-width:1024px) {
	#footer-line {
		height: 0;
		background: transparent;
	}

	.wrapper{
		padding: 30px;
	}
}

@media (max-width: 768px){
        .goddess-lunch-img{
        width: 100%;
    }
}

@media only screen and (max-width: 480px){
	.wrapper{
		flex-direction: column;
		padding: 25px;
	}

	#sidebar{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
	}

	#sidebar #contacts,
	#sidebar #logo{
		margin-bottom: 0px;
	}
	

	#contacts p,
	#contacts{
		margin: 0;
		text-align: center;
	}

	#logo img{
		width: 100%;
		/* height: auto; */
	}
	
}

