/**!
 * gal CSS
 */

/* Sticky Footer */
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
main {
    flex: 1 0 auto;
}

.site-header-image {
	display: block;
	margin: auto;
}

.wp-caption {}
.wp-caption-text {}
.sticky {}
.screen-reader-text {}
.gallery-caption {}

.bypostauthor {}

.alignleft {
	float: left;
	margin-right: 18px;
}
.alignright {
	float: right;
	margin-left: 18px;
}
.aligncenter {
	clear: both;
	display: block;
}
.alignleft::after, .alignright::after {
    display: block;
    content: "";
    clear: both;
}

/* Max img widths */

img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.index-thumbnail {
	border: 1px solid #ccc;
	box-shadow: 0 4px 2px -2px #ccc;
}

/* Brand Nav */
a[href^="tel:"] {
	font-size: 1.2em;
	color: #555;
	text-decoration: none;
  }
.call-us svg {
	color: #ED8B00;
	font-size: 2.5em;
	vertical-align: middle;
	margin-right: 8px;
}

/* top nav */

.gflag > img {
	margin-right: 8px;
	margin-bottom: 8px;
	border-radius: 3px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.8);
    font-weight: 500;
}
@media (min-width: 768px){
	.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link,
	.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
		text-decoration: none;
		color: #f60;
		text-shadow: 1px 1px #fff;
		background-color: #e5e5e5;
		-moz-border-radius: .25em;
		-khtml-border-radius: .25em;
		-webkit-border-radius: .25em;
		border-radius: .25em;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		margin-right: .25rem;
	}
}
/* Main content */
	article header {
		border-bottom: 1px solid #f60;
		margin-bottom: 1rem;
	}
	article header p {
		margin-bottom: 0.2rem;
	}
	article h2 a {
		font-size: 1.4rem;
		color: #333;
	}
	article h2 a:hover {
		color: #f60;
		text-decoration: none;
	}

	/* share buttons */
	.share-box {
		border: 1px solid #CCD;
		padding: 12px;
		margin-top: 32px;
	}
	.share-box h4 {
		font-size: 1em;
	}
	.share-box ul, .author_social_links {
		padding-left: 0;
		list-style: none;
		margin-bottom: 0px;
	}
	.share-box li, .author_social_links li  {
		display:inline-block;
	}
	.share-box li {
		font-size: 2em;
		margin-right: 4px;
	}
	.share-box li a {
		color: #bbc7cc;
		transition: all .2s ease-in-out
	}
	.icon-facebook:hover {
		color: #3b5998
	}
	.icon-linkedin:hover {
		color: #007bb6
	}
	.icon-twitter:hover {
		color: #00aced
	}
	.icon-gplus:hover {
		color: #dd4b39;
	}

	/* Author bio */
	.author-bio {
		margin-top: 1rem;
		border: 1px dotted #ccc;
		padding: 8px;
	}
	.author-bio .media-body {
		border-left: 2px solid orange;
		padding-left: 1.6rem;
	}
	.author-bio h3 {
		font-size: 1rem;
	}
	.author_role {
		font-size: 0.8rem;
		font-weight: 700;
	}
	.author_social_links li {
		/*font-size: 2em;*/
		margin-right: 4px;
	}
	/*.author-bio .avatar {
		border: 1px solid #dee2e6;
		border-radius: 50%;
	}*/

	/* clear any image floats - bit of  hack... */
	.share-box, .author-bio{
		clear: both;
	}
/* Sidebar */
.sidebar ul {
	list-style-type: none;
	padding-left: 0;
}

li.popular-product {
	/* inherits list style from .sidebarr ul */
    border-bottom: 1px solid #ccc;
	margin-bottom: 12px;
	font-size: 90%;
}
li.popular-product:first-child {
	border-top: 1px solid #ccc;
	padding-top: 12px;
}

/* Quick Contact */
#quick-contact {
    background-color:#f0f0f0;
	border: 1px solid #ccc;
	margin: 0 0 2rem;
	border-radius: .5rem;
}
#quick-contact fieldset,
#quick-contact ::placeholder {
	font-size: 80%;
}
#quick-contact-form {
    padding: 12px
}
#quick-contact h3 {
	font-size: 1rem;
    padding: 12px;
    margin-bottom: 0;
	background-color: #f90;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.btn-gal {
	color: #212529;
	background-color: #f90;
	border-color: #f90;
}
.btn-gal:hover {
	color: #212529;
	background-color: #dd8500;
	border-color: #dd8500;
}
.btn-gal:focus, .btn-gal.focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
#quick-contact .screenReader,
#quick-contact label, 
#quick-contact legend {
    left: -9999px;
    position: absolute;
    top: -9999px
}
#navList {
    margin: 0 0 24px;
	list-style: none;
}
#navList ul {
    margin: 0;
    list-style: none;
}
#navList li {
    list-style: none;
}
#navList a,
#navListTitle a {
    text-decoration: none;
}
#navList a:hover,
#navListTitle a:hover {
    color: #f60
}
#navList li a {
	color: #0083c8;
    padding: .2em 0 .3em 3px;
	border-bottom: 1px solid #ddd;
    display: block;
}
#navList li:first-child {
	border-top: 1px solid #ddd;
}

/* Hide form placeholders on focus */

input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */

/* Comments */

#comments,
#reply-title {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

.commentlist,
.commentlist ul {
	padding-left: 0;
}

.commentlist li {
	padding: 1rem;
}

.comment-meta {
	margin-bottom: 1rem;
}
.commentlist .children {
	margin-top: 1rem;
}

/* Site footer */
.language-heading {
	font-size: 0.8rem;
	font-weight: normal;
}
#language-menu ul {
	list-style-type: none;
}
#language-menu li {
    float: left;
    margin-right: 5px;
    display: block;
}
#language-menu a {
    display: block;
    height: 26px;
    width: 38px;
    color: #000;
    text-indent: -999em;

}
#language-menu li a,
#language-menu li a:hover,
#language-menu li.this-country a {
	border-radius: 3px	
}

li#uk-flag a,
li#uk-flag a:hover,
li#uk-flag.this-country a {
    background: url('https://www.galsys.co.uk/images/flags/gb.svg') no-repeat center/contain;
}
li#usa-flag a,
li#usa-flag a:hover,
li#usa-flag.this-country a {
    background: url('https://www.galsys.co.uk/images/flags/us.svg') no-repeat center/contain;
}
li#polish-flag a,
li#polish-flag a:hover,
li#polish-flag.this-country a {
    background: url('https://www.galsys.co.uk/images/flags/pl.svg') no-repeat center/contain;
}
li#french-flag a,
li#french-flag a:hover,
li#french-flag.this-country a {
    background: url('https://www.galsys.co.uk/images/flags/fr.svg') no-repeat center/contain;
}
li#german-flag a,
li#german-flag a:hover,
li#german-flag.this-country a {
    background: url('https://www.galsys.co.uk/images/flags/de.svg') no-repeat center/contain;
}
li#italian-flag a,
li#italian-flag a:hover,
li#italian-flag.this-country a {
    background: url('https://www.galsys.co.uk/images/flags/it.svg') no-repeat center/contain;
}
li#spanish-flag a,
li#spanish-flag a:hover,
li#spanish-flag.this-country a {
    background: url('https://www.galsys.co.uk/images/flags/es.svg') no-repeat center/contain;
}
li#netherlands-flag a,
li#netherlands-flag a:hover,
li#netherlands-flag.this-country a {
    background: url('https://www.galsys.co.uk/images/flags/nl.svg') no-repeat center/contain;
}

.wp-element-caption {
	text-align: center;
	font-style: italic;
}