/* Change top header background color - 9378440-hc */
.site-bar {
    background-color: #003a57;
}.featured-content-wrapper .entry-content-featured-content {
    background-color: #eff1f5;
}/*changes background color of footer*/
.site-info {
    background-color: #003a57;
}/*Change Newsletter Widget's bg color | #hc-9573784 lm*/
.widget_blog_subscription {
    background-color: #d6d1c4
}/* make site logo larger #9648971-hc */
.site-logo {
    max-height: 150px;
	
}

/* change text colour */

.sf-menu a, .sf-menu a:visited, 
.entry-meta .first-category a, .entry-meta .first-category a:visited,
.featured-content-wrapper .entry-title-featured-content a {
	color: #003F5F;
	font-family: helvetica;
	font-weight: bold;
}, 

.featured-content-wrapper .entry-title-featured-content a:visited,
h1.entry-title,
body,
div#subscribe-text,
.widget.widget_blog_subscription .widget-title, 
.site-secondary-menu a {
    color: #003a57;
	
	.site-info a {
    color: white;
}
		
}

.brand-tabs br {
    display: none;	
}

.brand-tabs a {
    display: block;
    padding: 0.25em;
	  background-size: contain;
    background-repeat: no-repeat;
	  padding-left: 2.5em;
	  margin-bottom: 1em;
    color: #004165;
}

.brand-tabs a:hover {
	  font-weight:bold;
}

.brand-tabs a.sets {
	background-image: url("https://globalartsupplies.co.uk/wp-content/uploads/2020/03/sets-icon-2.png");
}

.brand-tabs a.product-shots {
	background-image: url("https://globalartsupplies.co.uk/wp-content/uploads/2020/03/product-shot-icon.png");
}

.brand-tabs a.colour-chart {
	background-image: url("https://globalartsupplies.co.uk/wp-content/uploads/2020/03/colour-chart-icon.png");
}

.brand-tabs a.mood-shots {
	background-image: url("https://globalartsupplies.co.uk/wp-content/uploads/2020/03/mood-shot-icon.png");
}

.brand-tabs a.pigments {
	background-image: url("https://globalartsupplies.co.uk/wp-content/uploads/2020/03/folder-icon.png");
}
.brand-tabs a.oils {
	background-image: url("https://globalartsupplies.co.uk/wp-content/uploads/2020/03/folder-icon.png");
}
.brand-tabs a.oil-sticks {
	background-image: url("https://globalartsupplies.co.uk/wp-content/uploads/2020/03/folder-icon.png");
}
.brand-tabs a.rive-gauche {
	background-image: url("https://globalartsupplies.co.uk/wp-content/uploads/2020/03/folder-icon.png");
}
.brand-tabs a.acrylic-paint {
	background-image: url("https://globalartsupplies.co.uk/wp-content/uploads/2020/03/folder-icon.png");
}
.brand-tabs a.watercolour {
	background-image: url("https://globalartsupplies.co.uk/wp-content/uploads/2020/03/folder-icon.png");
}
.brand-tabs a.billy-showell {
	background-image: url("https://globalartsupplies.co.uk/wp-content/uploads/2020/03/folder-icon.png");
}
.brand-tabs a.egg-tempera {
	background-image: url("https://globalartsupplies.co.uk/wp-content/uploads/2020/03/folder-icon.png");
}
.brand-tabs a.gouache {
	background-image: url("https://globalartsupplies.co.uk/wp-content/uploads/2020/03/folder-icon.png");
}
.brand-tabs a.oil-pastels {
	background-image: url("https://globalartsupplies.co.uk/wp-content/uploads/2020/03/folder-icon.png");
}
.brand-tabs a.inks {
	background-image: url("https://globalartsupplies.co.uk/wp-content/uploads/2020/03/folder-icon.png");
}

.alignleft {
    text-align: left;
    float: left;
    margin: 0 35px 15px 0;
    margin: -220px 38.1875rem 1.9375rem 0;
}

body {
    
}

area {
	background-color: yellow;
	opacity:0.5;
}


.glossary-index {
	display: flex;
	flex-direction:row;
}

.glossary-index a {
	color: #003F5E
}

.glossary-index a{
	font-size: 1.01em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 0.9em;
	margin-top: 0.9em;
}


.glossary-index a {
	padding: 0 0.5em;
}

.glossary-index a:hover {
	color: white;
	background-color: #00B5CB;
}

.glossay-index a {
	flex-wrap: wrap;
}


.glossary {
	text-align: center;
}

.glossary br {
	display:none;
}

.glossary  h1 {
    font-style: normal;
    font-weight: 200;
    color: #003F5E;
    font-size: 2em;
	  margin-bottom: 0;
    margin-top: 19px;
}

.glossary a {
    color: #003F5E;
	  display: block;
}


.glossary a:hover {
	color: #00B5CB;
}

p.large{
	font-size: 2.8em !important;
	font-weight: 600;
}

p.medium{
	font-size: 2.1em !important;
	font-weight: 600;
}

.hotspots-placeholder {
	display: none;
}


a.expandingbutton {
	display: inline-block;
	font-size: 0.9em;
  color: white;
	font-weight: 600;
	background-color: #003F5E;
	padding: 0.7em 1.2em;
	border-radius: 0.2em;
  transition: all 0.3s;
}

a.expandingbutton:hover {
	background-color: #00B5CB;
	transform: scale(1.06);
}

p.contact-emily{
	font-size: 0.9em;
	font-style: italic;
}

.contact-emily a{
	color: #003F5E;
	text-decoration: underline;
}

.contact-emily a:hover{
	color: #00B5CB;
}

.button-demo {
	border-radius: 4px;
   color: #FFFFFF !important;
   font-family: Roboto !important;
   font-size: 15px !important;
   padding: 10px 24px !important;
   background-color: #004165 !important;
   text-decoration: none;
   text-align: center;
}

.button-demo:hover, .button-demo:active {
	font-weight: bold !important;
	color: #ffffff !important;
}

/* === Force Elementor Full Width === */
.site-wrapper.site,
.site-wrapper .site-content,
.site-wrapper .content-area,
.site-wrapper .container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 auto !important;
}

/* === Fix Elementor Section Stretching === */
.elementor-section.elementor-section-stretched {
  width: 100vw !important;
  left: 50% !important;
  margin-left: -50vw !important;
  position: relative !important;
  max-width: 100vw !important;
}

