/*
Theme Name: Bluelight
Description: Theme by Bluelight Design
Version: 8.0
Author: Bluelight Design
Author URI: http://www.bluelightdesign.co.uk
*/


/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}



/* BODY */

body {
	margin: 0px;
	line-height: 1;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
}
img {
	height: auto;
	vertical-align: middle;
	max-width: 100%;
}
p, ul, ol, tbody {
	color: #777777;
	font-size: 1.0em;
	line-height: 1.7em;
	margin: 15px 20px 0px 0px;
}
ul, ol {
	margin-left: 40px;
}
h1,h2,h3,h4,h5,h6 {
	color: #2c3e50;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 25px 0px 0px 0px;
	line-height: 1.2em;
}
h1 {
	font-size: 1.8em;

}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.4em;
}
h4,h5,h6 {
	font-size: 1.0em;
}
a:link, a:visited, a:active {
	color: #18438a;
	text-decoration: none;
}
a:hover {
	color: #244064;
	text-decoration: none;
}
strong {
	font-weight: bold;
}
em {
 	font-style: italic;
}



/* GUTENBURG */

.wp-block-cover, .wp-block-button, .wp-block-quote, .wp-block-file, .wp-block-embed, .wp-block-audio, .wp-block-verse, .wp-block-preformatted, .wp-block-pullquote, .wp-block-separator, ul.wp-block-gallery, .wp-block-image, .wp-block-table, .woocommerce-customer-details address {
	margin: 25px 0px 0px 0px!important;
}
.wp-block-column {
	margin-bottom: 0em!important;
}
.wp-block-cover {
	width: auto!important;
}
.wp-block-table {
	width: 100%;
}
.wp-block-button__link {
    background-color: #8F98A4!important;
    border-radius: 5px!important;
    font-size: 1em!important;
    padding: 15px 25px 15px 25px!important;
    font-weight: bold!important;
}
.wp-block-button__link:link, .wp-block-button__link:active, .wp-block-button__link:visited {
	color: #FFFFFF!important;
}
.wp-block-button__link:hover {
	background-color: #2c3e50!important;
}





/* HEADER */

#header_container {
	width: 100%;
	background-color: #FFFFFF;
	border-bottom: 1px dotted #BBBBBB;
}
header {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 25px 0px 25px;
	min-height: 100px;
}
#logo {
	max-width: 315px;
	margin: 45px 0px 15px 0px;
	float: left; 
}
.top-menu {
	clear: both;
    max-width: 1200px;
	text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 300;
    letter-spacing: 7px;
	text-align: center;
	color: #FFFFFF;
}
.top-menu a:link, .top-menu a:active, .top-menu a:visited {
	color: #FFFFFF;
}
.top-menu a:hover  {
	color: #FFFFFF;
}
.saddles {
	background-color: #18438a;
	height: 45px;
    line-height: 43px;
}
.equine {
	background-color: #000000;
	height: 45px;
    line-height: 43px;
}
.sporting {
	background-color: #3b5c8a;
	height: 45px;
    line-height: 43px;
}
.travel {
	background-color: #8f98a3;
	height: 45px;
    line-height: 43px;
}



/* MAIN NAVIGATION */

nav { 
	float: right;
	margin: 57px 270px 0px 0px;
}
nav ul { 
	margin: 0px; 
}
nav li {  
	display: inline;
} 
nav a {  
	display: inline-block;  
	white-space: nowrap;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 1.1em;
	line-height: 1.5em;
	letter-spacing: 0.5px;
}
nav li a {  
	margin-left: 30px;
} 
nav li:last-child a { 

}
nav a:link, nav a:active, nav a:visited {
	color: #8F98A4;
}
nav a:hover  {
	color: #8F98A4;
}
nav li.current-menu-item a, nav li.current_page_item a{
	color: #212F9C;
	font-weight: 400;
    border-width: 0 0 2px;
    border-style: solid;
}
nav ul li:hover > ul {
    	display: block;
}



/* SUB NAVIGATION */

nav ul ul {
    background-color: #5e6c7a;
   	opacity: 0.9;
    display: none;
    position: absolute;
    top: 53px;
    z-index: 9999;
}
nav ul ul a:link, ul ul  a:active, ul ul a:visited {
	color: #FFFFFF;
}
nav ul ul :hover > a {
	color: #5fccff;
}
nav ul ul li.current-menu-item a, nav ul ul li.current_page_item a{
	color: #5fccff;
}
nav ul ul li {
	float: left;
}
nav ul ul a {
    padding: 10px;
    height: auto;
	text-transform: none;
	font-weight: normal;
	font-size: 0.9em;
	display:block;
}
nav .sub-menu {
	width: 200px !important;
	padding: 10px;
}
nav .sub-menu li {
	width:100% !important;
}
nav .sub-menu li a {
	border: none;
}
nav .sub-menu li:last-child a {
	border: none;
}
nav .sub-menu li:nth-child(even) {
	float:left;
}


/* SUBMENU DROP DOWN COLUMNS AND POSITION */

/*
#menu-item-000 .sub-menu li {width:33.3333% !important;}
#menu-item-000 .sub-menu {
	width: 600px !important;
	right: 0px;
}
*/

#menu-item-969 .sub-menu {
	right: 248px;
}



/* CONTENT */

.content_container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 25px 50px 25px;
	overflow: hidden;
}
#content {
	width: 75%;
	float: right;
	padding-left: 25px;
	border-left: 1px dotted #BBBBBB;
    box-sizing: border-box;
}
.clear {
	clear: left;
}
.layoutWrap{
	width: 100%;
	overflow: hidden;
}
.block1 {
	background-color: #FFFFFF;
}
.block2 {
	background-color: #fafbfc;
}
.block3 {
	background-repeat: no-repeat;
    background-size: cover;
	background-image: url("http://frankbaines.com/newsite/wp-content/uploads/Hand-made-background.jpg");
}
.block3 p, .block3 h1, .block3 h2, .block3 ul, .block3 ol {
	color: #000000;
}
.block4 {
	background-color: #edf3f6;
}
.block5 {
	background-color: #fff79d;
}



/* SIDE BAR */

#sidebar {
	width: 25%;
	float: left;
	padding-right: 25px;
	padding-bottom: 25px;
	box-sizing: border-box;
}
.latest-posts ul, .footer-link ul, .widget_recent_entries ul, .widget_archive ul {
	list-style-type: none;
	margin: 5px 0px 0px 0px;
}
.latest-posts li a, .footer-link li a, .widget_recent_entries li a, .widget_archive li a{
	font-size: 1.0em;
	display: block;
	padding: 10px 0 10px 0;
	text-decoration: none;
	border-bottom: 1px dotted #BBBBBB;
}
.latest-posts li a:link, .footer-link li a:link, .widget_recent_entries li a:link, .widget_archive li a:link,
.latest-posts li a:visited, .footer-link li a:visited, .widget_recent_entries li a:visited, .widget_archive li a:visited,
.latest-posts li a:active, .footer-link li a:active, .widget_recent_entries li a:active, .widget_archive li a:active {
	color: #49B1E2;
}
.latest-posts li a:hover, .footer-link li a:hover, .widget_recent_entries li a:hover, .widget_archive li a:hover {
	color: #5fccff;
}
.widget_search {
	list-style-type: none;
}
.widget_search form input[type=submit] {
	background: url("images/search-icon.png") no-repeat center center;
	width: 25px;
	height:25px;
	border: none;
	color: transparent;
}
.widget_search .field {
    margin-top: 0px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    border-radius: 3px;
    border: 1px solid #8f98a3;
    color: #8f98a3;
    font-size: 0.9em;
    padding: 5px 12px 5px 12px;
    margin-right: 5px;
    width: 70%;
}



/* FOOTER */

#footer_container {
	width: 100%;
	background-color: #363636;
	padding-bottom: 50px;
	padding-top: 25px;
	clear: both;
}
footer {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0px 25px 0px 25px;
}
footer h4 {
	font-size: 0.9em;
    font-weight: bold;
    color: #ffffff;
}
footer p {
	color: #FFFFFF;
}
.telephone {
	background-image:url('images/tel.png');
	background-repeat:no-repeat;
	padding-left: 35px;
}
.email {
	background-image:url('images/email.png');
	background-repeat:no-repeat;
	padding-left: 35px;
}
.social {
	margin-bottom: 5px;
	margin-right: 5px;
	display: inline-block;
}
footer a:link, footer a:active, footer a:visited {
	color: #FFFFFF;
}
footer a:hover  {
	color: #49B1E2;
}
#copyright_container {
	width: 100%;
	background-color: #282a2b;
	padding-bottom: 25px;
	padding-top: 25px;
	border-top: 1px solid #4b4c4d;
}
#copyright {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0px 25px 0px 25px;
}
#copyright p {
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 0px
}




/* MISC */

#featured_image {
	margin: 25px 0px 0px 0px;
    display: flex;
    justify-content: center;
   	align-items: center;
   	height: 600px;
   	overflow: hidden;
	max-width: 1200px;
	background-color: #EEEEEE;
}
#featured_image img {
	width: 100%;
}
.full_width {
	max-width: none!important;
	margin: 0!important;
}
.post_date {
	margin: 15px 0px 0px 0px;
	color: #999999;
	display: block;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.post_thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
	height: 300px;
    overflow: hidden;
    margin-top: 25px;
	background-color: #FFFFFF;
}
.post_thumb p {
   margin-top: 0px;
}
.post-box {
	border-bottom: 1px dotted #BBBBBB;
	padding-bottom: 25px;
}
hr {
	border: 0;
	color: #FFFFFF;
	border-top: 1px dotted #BBBBBB;
	height: 1px;
	margin: 15px 0px 0px 0px;
}
div.wpcf7 input[type="text"], div.wpcf7 input[type="email"], div.wpcf7 input[type="tel"], textarea {
    	border: 1px solid #cccccc;
    	border-radius: 5px;
    	margin: 10px 0;
    	padding: 7px;
}
.wpcf7-form input, .wpcf7-form textarea {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #777777;
	font-size: 1.0em;
}
.wpcf7-form-control {
	width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
   	box-sizing: border-box;
}
.wp-block-table table {
  border: 1px solid #BBBBBB;
  border-collapse: collapse;
  border-spacing: 0;
}
.wp-block-table table td, .wp-block-table table th {
  border: 1px solid #BBBBBB;
  padding: 5px 10px;
}
#cookie-law-info-bar {
	font-size: 0.9em!important;
}
figcaption {
	font-size: 0.9em!important;
	font-weight: bold;
}
.social-right {
	text-align: right;
}
.faq-border {
	border: 1px dotted #BBBBBB;
	height: 150px;
	position: relative;
}
.faq-border h2 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.continue-shopping {
	clear: both;
	margin-top: 10px!important;
}
nav ul ul a:link, ul ul a:active, ul ul a:visited, ul ul a:hover {
	color: #cabb9f;
}
.product-categories .children {
    margin-top: 5px!important;
    font-size: 0.9em;
    margin-bottom: 20px;
	font-weight: 400!important;
}
.search-box {
	position: absolute;
    right: 15px;
    top: 39px;
}
.wapf-field-label {
	color: #777777;
    font-weight: 700;
    font-size: 1.0em;
	line-height: 1.7em;
}
.wapf-field-input select, .wapf-field-input input {
	border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 7px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #777777;
    font-size: 0.9em;
}

/* DROP DOWN MENU */

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 100;
  font-size: 0.6em;
  letter-spacing: 1px!important;
}

.dropdown-content a {
  color: #000000!important;
  padding: 0px 0px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover {background-color: #282a2b;}







/* STOCKISTS LOGIN */


#menu-mainmenu .log_out_link, #responsive-menu .log_out_link{
  display: none;
}


#menu-item-3290 a{
  border-right: 0;
}

.logged-in #menu-item-3281{
  display: none;
}

.logged-in #menu-item-53 a{
  border-right: 0;
}


#loginform {
	margin: 0 auto;
	text-align: center;
	max-width: 445px;
}

#loginform label {
	min-width: 100%;
	display: inline-block;
	text-align: left;
}

#loginform input[type="text"], #loginform input[type="password"] {
	border-radius: 5px;
	border-style: ridge;
	border-color: rgb(238, 238, 238);
	height: 36.9531px;
	width: 97%;
	padding-left: 3%;
}

.spe_login a {
	text-align: center;
	display: block;
	margin-top: 1em;
}

.stockist_container {
	width: 100%;
	overflow: hidden;
	background-color: #18203c;
}

.stockist{
	max-width: 1250px;
	margin: 0 auto;
  	display: block;
}
.stockist_container nav {
	margin: 0px 13px 0px 0px!important;
}
.stockist_container nav a:link, .stockist_container nav a:active, .stockist_container nav a:visited {
	color: #FFFFFF;
}
.stockist_container nav a:hover  {
	color: #FFFFFF;
}
.stockist_container nav li.current-menu-item a, .stockist_container nav li.current_page_item a{
	color: #FFFFFF;
}






/* METEOR SLIDER */

#meteor-slideshowhome, #meteor-slideshowslider {
	margin: 25px 0px 0px 0px;
	width: auto!important;
}
.content_container .meteor-slides .meteor-buttons {
	width: 50%;
	left: 50%;
	bottom: 10px;
}




/* TABLET 768 */

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

nav {  
	display: none;
}
#responsive-menu-button {
	top: 15px!important;
	right: 10px!important;
}
#content {
	width: 100%;
	padding-left: 0px;
	border-left: none;
}
#sidebar {
	width: 100%;
	padding-right: 0px;
	padding-bottom: 0px;
}
#featured_image {
	margin: 0px;
	height: 450px;
}
.post_thumb {
    height: 250px;
}
.top-menu {
	display: none;
}
header {
	min-height: 90px;
}
#logo {
	margin: 20px 0px 0px 0px;
}
.search-box {
	display: none;
}




/* MOBILE 480 */

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

#responsive-menu-button {
	top: 5px !important;
	right: 0px!important;
}
#logo {
	max-width: 150px;
	margin: 23px 0px 0px 0px;
}
header {
	min-height: 70px;
}
.content_container {
	padding: 25px 15px 50px 15px;
}
header, footer, #copyright {
	padding: 0px 15px 0px 15px;
}
#featured_image {
	height: 250px;
}
ul, ol {
	margin-left: 20px;
}
.mini-cart {
		display: none;
}
}span.tagged_as {
    display: none;
}
.woocommerce-ordering {
  display: none;
}