html {
margin:0;padding:0;width:100%;height:100%;
}

body {
margin:0;padding:0;width:100%;height:100%;
background-color:#EEE; /* #DDD */
}
.single-background-colour {background-color:rgb(240,240,240) !important;}

#wrap { height: 100%; }
#wrapper {padding-bottom:240px} /* to wrap pages with custom layouts */

body > #wrap {
    height: auto; 
    min-height: 100%;
}

* {font-family:'open_sans', Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {color:#555}
p {line-height:22px; font-size:14px}
.title-font {font-family:'marcellus_scregular';}

a {
text-decoration:none;
color:rgb(70,130,180);
}
a:visited {color:rgb(70,130,180)}
a:hover {color:rgb(100,180,230)}

#content ul {padding-left:15px; font-size:14px; line-height:22px;}
#content ul li {padding-left:8px}

#main {

}

#nav-space {width:100%;height:90px;}
header {
position:fixed;top:0;left:0; z-index:9999;
width:100%;
height:90px;
background-color:#FFF;
border-bottom:solid 3px rgb(100,180,230);
}
/* Move elements 32px down when the admin bar is visible */
body.customize-support header  { top: 32px}

	header img {
	position:absolute;
	top:15px;
	left:70px;
	}
	header h1, header h2 {
	margin:0;
	padding:17px 0 0 0;
	font-size:25pt;
	width:420px;
	text-align:right;
	}
	header h1 a, header h2 a {
	font:normal 100%/1.28 'open_sans',Arial,sans-serif;
	text-transform:uppercase;
	}
	header h1 a, header h1 a:visited, header h2 a, header h2 a:visited, header h1 a:hover, header h2 a:hover {
	color:#666;font-weight:bold;line-height:22px;
	}
	header h1 a span, header h2 a span {
	display:block;
	margin:-5px 0 0 166px;
	font-size:14px;
	font-weight:bold;
	letter-spacing:4px;
	color:rgb(100,180,230);
	}
	nav {
	position:absolute;
	top:20px;right:30px;
	}
	
	nav ul li {
	display: inline-block;
	float: none;
	cursor:pointer;
	}
	nav ul li a {
	padding: 21px;
	color: #000;
	letter-spacing:1px;
	font:normal 100%/1.28 'open_sans',Arial,sans-serif;
	transition:all 0.3s ease-out;
	text-transform:uppercase;
	}
	nav ul li a:visited {
	color: #000;
	}
	nav ul li a:hover {
	color:rgb(100,180,230); /* RGB - 30,144,255 // Or maybe 100,190,255 */
	}
	
/* Menu Dropdown Styles */
nav ul li ul {display:none}
nav ul li:hover ul {display: block;}
nav ul ul {
position:absolute;
top:50px;
padding:0;
background-color:#FFF;
-webkit-box-shadow: 0px 7px 10px 0px rgba(51,51,51,0.5);
-moz-box-shadow: 0px 7px 10px 0px rgba(51,51,51,0.5);
box-shadow: 0px 7px 10px 0px rgba(51,51,51,0.5);
}
nav ul ul li {
	display:table;
	margin:10px 0;
}

header nav li:hover a {color:rgb(100,180,230)}
header nav ul ul.sub-menu li a {
	font-size:15px;
	letter-spacing:1px;
	padding:6px 21px;
	color:#666;
	text-transform:capitalize;}
header nav ul ul.sub-menu li a:hover {color:rgb(100,180,230);}	


header nav #menu {display:none; cursor:pointer}

/* HOME IMAGE FADER */
#home-image-fader .text-container p {font-size:15px;line-height:24px;}






@media all and (max-width: 1320px) {
header #logo {padding:10px 0 0 0}
header nav {right:10px;}
header nav ul li a {padding:21px 14px;}
header nav ul ul.sub-menu li a {padding:6px 14px;}
}

@media all and (max-width: 1160px) {
header, #nav-space {height:122px;}
header nav {position:relative;top:0;right:0;}
header h1 {padding:17px 0 0 0;text-align:center;width:auto;}
header h1 a span {margin:-2px 0 0 0;}
header nav ul{text-align:center;}
header nav ul li a {font:normal 90%/1.28 'open_sans',Arial,sans-serif;}


header nav .sub-menu {margin-top:-22px;}
}

@media all and (max-width: 800px) {
header {height:116px;}
#nav-space {height:104px;}
header #logo {padding:10px 0 0 0}
header nav #menu {display:block;text-align:center;margin-top:12px;}

header nav ul.menu {display:none;padding:0 3%;margin-top:15px;}
header nav ul li {display:block;background-color:rgb(248,248,248); padding:2px 0; border-bottom:solid 1px rgb(100,180,230)}
header nav ul li a {padding:6px 20px;}
header nav ul ul.sub-menu {
margin-top:0;
position:relative;
top:0;
padding:0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}
header nav ul ul li {margin:0;border:none}
header nav li:hover a {color:rgb(100,180,230); /* RGB - 30,144,255 // Or maybe 100,190,255 */}
header nav ul ul.sub-menu li a {color:#666;padding:6px 20px;}
header nav ul ul.sub-menu li a:hover {color:rgb(100,180,230);}
}
@media all and (max-width: 600px) {
	header {height:110px;}
	header #logo {font-size:24px}
	#home-image-fader .text-container img {max-width:50%;height:auto;}
	#home-image-fader .text-container h3 {font-size:24px}
	#home-image-fader .text-container p {font-size:10px;line-height:16px}
	#home-image-fader .rotating-item .text-container .center p a {padding: 6px 12px}
}




	nav.primary {
		
	}
	nav.footer {
		
	}
	#widget-header {
		
	}
	#widget-alert {
		
	}

#content {
position:relative;
width:960px;
margin: 0 auto;
padding:0 0 240px 0;
}
.page-title {
text-align:center;
margin-bottom:0px;
}
.page-title h2, .page-title h1 {
font-family: 'marcellus_scregular';
font-size:40px;
display:inline-block;
color:#666;
}
.page-title div.st {
width:180px;height:10px;
background:url(images/brush-stroke.png) top left no-repeat;
display:inline-block;
vertical-align:super;
margin-right:20px;
}
.page-title div.end {
width:180px;height:10px;
background:url(images/brush-stroke.png) bottom left no-repeat;
display:inline-block;
vertical-align:super;
margin-left:20px;
}

.post-content p img { margin-top:10px}



.none { /* this class is used to hid the skip to content link at the beginning of the document for accessibility */
	display: none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}

/* Always remember to compress your live stylesheet and keep an uncompressed backup */

/* Fonts */
@font-face {
    font-family: 'marcellus_scregular';
    src: url('font/marcellussc-regular-webfont.eot');
    src: url('font/marcellussc-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/marcellussc-regular-webfont.woff2') format('woff2'),
         url('font/marcellussc-regular-webfont.woff') format('woff'),
         url('font/marcellussc-regular-webfont.ttf') format('truetype'),
         url('font/marcellussc-regular-webfont.svg#marcellus_scregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sans';
    src: url('font/opensans-regular-webfont.eot');
    src: url('font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/opensans-regular-webfont.woff2') format('woff2'),
         url('font/opensans-regular-webfont.woff') format('woff'),
         url('font/opensans-regular-webfont.ttf') format('truetype'),
         url('font/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratbold';
    src: url('font/montserrat-bold.woff2') format('woff2'),
         url('font/montserrat-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratsemibold';
    src: url('font/montserrat-semibold.woff2') format('woff2'),
         url('font/montserrat-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

article {margin:0 2%;padding-top:30px;}

.clear{clear:both}

/* Post Excerpt */
.post-excerpt {margin: 0 15px 40px 15px; width:280px; position:relative; float:left; overflow:hidden;}

.post-excerpt .image-container /*{width:100%; position:relative;} - from div format */ {
	width:100%;
	height:200px;
	position:absolute;
	top:0;
	left:0;
}
.post-excerpt .image-container td {text-align:center;}
.post-excerpt .image-container .no-media {padding:50px 0 25px 0;margin:0;text-align:center;background:rgb(249,249,249);}
.post-excerpt .image-container p {font-size:28px;line-height:26px;color:#999;letter-spacing:4px;font-weight:bold; text-transform:uppercase;}
.post-excerpt .image-container p span { display:block;font-weight:bold;letter-spacing:9px;font-size:11px;color:rgba(100,180,230,0.6);}
.post-excerpt .tip {
width:20px; height:10px;
background:url(images/brush-stroke.png) bottom right no-repeat; 
position:absolute;
z-index:2;
top:180px; left:30px;
}
.post-excerpt iframe {margin-bottom:-4px;}

.post-excerpt .tip span {
width:20px; height:10px;
background:url(images/brush-stroke.png) bottom 0px right -20px no-repeat;
position:absolute;
bottom:0; left:0;
opacity:0;

transition: all 0.8s ease;
}
.post-excerpt:hover .tip span {
opacity: 1.0;
}

.post-excerpt {
  transition: background-color 0.8s ease;
  background-color: #fff;
}
.post-excerpt:hover {
  background-color:rgb(100,180,230);
}
.post-excerpt a {color:#777;}
.post-excerpt h3 {font:normal 100%/1.28 'open_sans',Arial,sans-serif;color:#333;line-height:21px;padding:0;margin:198px 16px 0px 20px; font-size:14px}
.post-excerpt p {color:#444;font-size:12px;line-height:22px;margin:0 20px; padding-bottom:15px;}
.post-excerpt:hover h3 {color:#fff; }
.post-excerpt:hover p {color:rgb(50,110,160); }

.post-excerpt .post-meta p {
		font-size:10px;
		color:rgb(70,130,180);
		text-transform:uppercase;
		letter-spacing:1px;
		font-weight:bold;
		margin-top:0;
}
.post-excerpt .post-meta p a {color:rgb(50,110,160);}
.post-excerpt .post-meta p a:hover {color:rgb(100,180,230);}
.post-excerpt .post-content .read-more {color:#777}


/* ***************************************************** */
/*                     EXHIBITIONS                       */
/* ***************************************************** */

#content .page-title h2#exhibition-title {margin-bottom:5px;}
.exhibition-description {margin-bottom:40px;color:#444;text-align:center;padding:0 2%;}

.post-excerpt p.exhibition-date {width:100%;text-transform:none;}
.ex-to {color:#999;text-transform:none;}
.post-excerpt:hover .ex-to {color:#777}

@media all and (max-width: 1000px) {
#content .grid {width:620px;margin-left:auto;margin-right:auto}
}
@media all and (max-width: 680px) {
#content .grid {width:310px;margin-left:auto;margin-right:auto}
}

/* ***************************************************** */
/*                     NEWS POSTS                        */
/* ***************************************************** */

.news .news-post {
width:72%;
float:left;
margin: 0 2%;
}
.oldernewer {clear:both;margin:20px 0 30px 0;margin:0 2%;}
.newer-older {color:#999;border-bottom:dotted 2px #888;margin-top:20px;}
p.older {float:left; letter-spacing:3px}
p.newer {text-align:right; letter-spacing:3px}
.older, .newer {margin:20px 0 0 0;font-weight:bold;} /* Dont add (.newer-older) to the start of class. It messes up archives */
.newer-older a {transition:all 0.3s ease-out;}

/* Single News Post */
.single-news h2 {font-family:'marcellus_scregular';font-size:32px; line-height:32px;margin:0 0 5px 0;color:#555;}
.single-news h3 {text-transform:uppercase;font-size:14px;letter-spacing:4px;}
.single-news .post-meta p {font-size:12px;text-transform:uppercase;letter-spacing:4px;margin:0 0 15px 0;color:rgb(70,130,180);font-weight:bold}
.widget-area {display:block;margin-top:40px;}
.widget-area ul h3 {font-family:'marcellus_scregular';font-size:20px;letter-spacing:4px;}

@media all and (max-width: 1000px) {
.news {width:100%;}
.news .news-post {width:auto; margin-top:40px;}
.news .news-post .featured-thumbnail img {width:98%; height:auto;}
.news .widget-area { display:none}
}
@media all and (max-width: 680px) {
	form#commentform textarea.input-field {width:320px}

}

/* ***************************************************** */
/*                      SIDEBAR                          */
/* ***************************************************** */

#sidebar {
font-size:14px;
}
#sidebar ul {
list-style:none;
padding:0;
}
#sidebar ul li {
margin-top:8px;
}
#sidebar ul li a {color:#111;transition:all 0.3s ease-out;}
#sidebar ul li a:hover {color:rgb(70,130,180);}


/* ***************************************************** */
/*                      COMMENTS                         */
/* ***************************************************** */
#comments {clear:both;margin-top:30px;margin-bottom:50px}
#comments, #comments p {font-size:14px; line-height:18px;}
#comments ol {list-style:none;padding:0;}
#comments .comment-text {margin-left:48px;}
#comments .comment-text p {margin:0;}
#comments .gravatar {float:left;margin: 3px;}
#comments .comment-meta .date { font-size:12px; color:rgb(70,130,180);text-transform:uppercase; margin:0 0 4px 48px;}
#comments .waiting-for-approval {font-size:12px;color:rgb(70,130,180); margin:0 0 0 48px;}
#comments .comment-edit-link {font-size:12px;}

.comment {margin-bottom:14px}


/* Add comment */
#comments .input-field {
font-size:12px;
color:#444;
border:solid 2px #CCC;
border-radius:4px;
padding:6px;
background-color:rgb(245,245,245);
font:Arial, Helvetica, sans-serif;
}
#comments .input-field:focus {
border:solid 2px rgb(100,180,230);
background-color:rgb(255,255,255);
}
#comments label {font-size:14px;}
#comments label {margin:2px 0 0 2px;}
#comments label span {color:#D00;font-weight:bold;}

#comments .submit {
padding:8px 16px;
background-color:rgb(70,130,180);
border:1px solid #AAA;
border-radius:4px;
color:#FFF;
transition:all 0.3s ease-out;
}
#comments .submit:hover {background-color:rgb(100,180,230);}



/* ***************************************************** */
/*                WP Amelia Appointments                 */
/* ***************************************************** */

#post-3348 .post-content .amelia-booking {margin-top:-20px;}

#post-3348 .post-content .appointment-notes {margin-top:-20px;text-align:center;margin-bottom:70px;}

#post-3348 .post-content iframe {display:block;margin:20px auto 100px auto;}

.dark-blue {color:#034484;}

 .full-width {
    margin-left: calc(-100vw / 2 + 930px / 2);
    margin-right: calc(-100vw / 2 + 930px / 2);
	background:url("https://www.arthousescotland.com/wp-content/uploads/2019/07/arthouse-appointments-1.jpg") center center; 
	height:360px;
	margin-top:-30px;
  }
.full-width .overlay {background-color:rgba(0,0,0,0.15);width:100%;height:100%;}

#post-3348 .amelia-subheading {font-weight:bold;margin-top:40px;line-height:28px;} 

#post-3348 .amelia-app-booking #am-step-booking .am-select-date,
#post-3348 .amelia-app-booking .am-step-booking-catalog .am-select-date {
background: linear-gradient(135deg, #fcfcfc 0%, #f4f4f4 100%) !important; }

#post-3348 .amelia-app-booking #am-step-booking .am-select-date .am-calendar-picker div,
#post-3348 .amelia-app-booking .am-step-booking-catalog .am-select-date .am-calendar-picker div {
    color: #111 !important; }

#post-3348 .amelia-app-booking #am-step-booking .am-select-date *,
#post-3348 .amelia-app-booking .am-step-booking-catalog .am-select-date * {
    color: #111 !important; }


/* ***************************************************** */
/*                    Woo Commerce                      */
/* ***************************************************** */

.wc-proceed-to-checkout,
.woocommerce-checkout-payment,
.woocommerce .col2-set {
margin-bottom:40px;
}

.woocommerce-info {text-align:center}

#container #content .grid {margin-bottom:40px !important;}

#content #sorting-container .woocommerce-result-count {display:none;}
#content #sorting-container form.woocommerce-ordering {float:right}
#content #sorting-container .filter-button {
padding:5px 17px 6px 16px;
background-color:#444;
border:2px solid #444;
color:#DDD;
transition:all 0.3s ease-out;
text-transform:uppercase;
font-weight:bold;
letter-spacing:1px;
font-size:12px;
margin-left:6px;
}
#content #sorting-container .filter-button:hover {background-color:#DDD;color:#444;}

.woocommerce .quantity input {height:48px;font-size: 1.3em;}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {background-color:rgb(50,110,150)!important;transition: all 0.4s ease;}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {opacity:0.8}

.woocommerce form input, .woocommerce form textarea{
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px;
font-size: 14px;
line-height: 25px!important;
padding: 0 5px;
}

.post-367 {margin-top:90px;margin-bottom:80px;}
.post-content header {top:auto;}

.post .image-container td img {width:auto;height:274px;margin-left:140px;transform:translate(-50%, 0px);}


/* ***************************************************** */
/*                       FOOTER                          */
/* ***************************************************** */

#top {position:absolute;top:0;}

footer {
position: relative;
margin-top: -250px; /* negative value of footer height */
height: 250px;
clear:both;
width:100%;
background:#222 url(images/floor.jpg) top center no-repeat;
color:#EEE;
letter-spacing:0.5px;
}
footer .container {
width:960px;
margin:0 auto;
}
footer .container .top {
display:block;
width:100%; height:33px; /* height = margin-top 20px + img height 13px */
opacity:0.1;
transition:all 0.3s ease-out;
}
footer .container .top:hover {opacity:0.6;}
footer .container .top div {width:80px;margin:0 auto}
footer .container .top div img {margin-top:20px;}

footer h4 {color:#EEE}
footer .container ul {
width:29%;
display: inline-block;
vertical-align:top;
list-style:none;
padding:0;
margin:0 2%
}
footer .container ul li {
font-size:12px;
line-height:19px;
}
footer .container ul li a {
color:#EEE;
transition:all 0.3s ease-out;
}


footer .container ul li h4 {
font-size:12px;
border-bottom: dotted 2px #888;
padding-bottom:3px;
margin-bottom:16px;
text-transform:uppercase;
letter-spacing:4px;
}

footer .container ul li.padding {margin-bottom:16px;}
footer .container ul li.half-padding {margin-bottom:8px;}
footer .container ul li.social1 {width:51%; display:inline-block}
footer .container ul li.social2 {width:45%; display:inline-block}
footer .container ul li img {margin: 0 8px -6px 0;}
footer .container ul li a:hover { opacity:0.5;}

footer #subscribe {
margin:20px 0 0 0;
text-align:center;
font-size:15px;
font-weight:bold;
color:rgb(130,180,230);
letter-spacing:3px;
text-transform:uppercase;
letter-spacing:8px;
}
footer #subscribe a:link, footer #subscribe a:visited {
color:rgb(130,180,230);
transition:all 0.3s ease-out;
}
footer #subscribe a:hover {opacity:0.5}



@media all and (max-width: 1000px) {
#content, article {width:auto;}
#wrapper .page-title .st, #wrapper .page-title .end {display:none}
.page-title div.st, .page-title div.end {display:none}
}
@media all and (max-width: 960px) {
footer .container { width:100%}
footer .container ul {width:28%;}
.vc_column-inner {padding:0!important;}
.vc_row {margin-left:0;margin-right:0;}
}


@media all and (max-width: 760px) {
	/*footer, #trip2, #homepage-news-container {width:100px;overflow:hidden}*/
footer {height:400px;margin-top:-200px;}
footer #visit-us {display:none;}
footer .container {width:100%;}
footer .container ul {padding:0 0 20px 0;margin:0 3%;width:94%;}
footer #subscribe {margin:0;padding-bottom:20px}
}