/*
Theme Name: Britannia Art
Author: Name: Britania Art
Author URI: www.britanniaart.co.uk
Description: Britannia Art main theme.
Version: 99.0
Tested up to: 6.2
Requires PHP: 7.2
Requires at least: 5.0

Text Domain: Britannia Art

*/

*{
  margin:0;
  padding:0;
  outline:none;
}
body{
  margin:0;
  padding:0;
  font-size:15px;
  color:#545050;
  font-family: 'Raleway', sans-serif;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  font-weight: 500;
	overflow:hidden;
}
img{
  border:none;
  margin:0;
  padding:0;
  height:auto;
  max-width:100%;
}
a{
  text-decoration:none;
  color: #000000;
}
a:hover{
  color:#333;
  text-decoration:none;
}
ol,ul{
  margin:0;
  padding:0;
}
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.aligncenter{
  margin:0;
  padding:0;
  max-width:100% !important;
}
.sticky{
  background: #ededed;
}
.entry-content ol li,
.entry-content ul li{
  margin-left:15px;
}
ul li ul,
ul li ul li ul,
ol li ol, ol li ol li ol{
  margin-left:10px;
}
h1,h2,h3,h4,h5,h6{
  color:#000000;
  line-height:1.1;
  font-weight:bold;
}
h1{
  font-size:32px;
}
h2{
  font-size:30px;
}
h3{
  font-size:24px;
}
h4{
  font-size:20px;
}
h5{
  font-size:18px;
}
h6{
  font-size:14px;
}
.clear{
  clear:both;
}
.alignnone{
  width:100% !important;
}
img.alignleft, .alignleft{
  float:left;
  margin:0 15px 0 0;
  padding:5px;
  border:1px solid #cccccc;
}
img.alignright, .alignright{
  float:right;
  margin:0 0 0 15px;
  padding:5px;
  border:1px solid #cccccc;
}
.left{
  float:left;
}
.right{
  float:right;
}
#comment-nav-above .nav-previous,
#comment-nav-below .nav-previous{
  float:none !important;
  margin:10px 0;
}
ol.comment-list li{
  list-style:none;
  margin-bottom:5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
a:focus,input[type='submit']:focus,input[type='search']:focus, input:focus, textarea:focus,input[type='name']:focus,input[type='email']:focus,.toggle-nav button:focus,a.close-button:focus,#commentform input#email:focus, #commentform input#url:focus,#commentform input#author:focus, #commentform textarea:focus, #commentform input#eazycfc_captcha:focus,.main-nav a:focus,.main-nav ul ul a:focus{
	outline: -webkit-focus-ring-color auto 1px;
}
input:focus{
  border:2px solid #000;
}
.textwidget p a,.entry-content p a,.entry-summary a,ol.comment-list p a {
  text-decoration: underline;
}
.woocommerce-MyAccount-content p a{
  text-decoration: none;
}
.splosh {
  background: #0a75ad;
  padding: 10px 15px;
	border-radius: 15px;
	  background-image: url("https://www.britanniaart.co.uk/wp-content/uploads/2023/07/pngaaa.com-46635.png"); /* The image used */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: auto;
	opacity: 0.8;
	text-shadow: 3px 3px #000;
}
.splosh a {
  color: #000;
  font-size: 100%;
  font-weight: 500;
  text-align: center;
  display: block;
  margin-bottom: 5px;
		text-shadow: 3px 3px #000;
}
/* = wide block css
-------------------------------------- */
.alignwide {
  margin-left  : -80px;
  margin-right : -80px;
}
.alignfull {
  margin-left  : calc( -100vw / 2 + 100% / 2 );
  margin-right : calc( -100vw / 2 + 100% / 2 );
  max-width    : 100vw;
}
.alignfull img {
  width: 100vw;
}

/* = pre loader css
-------------------------------------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(images/status.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

/* = top header css
-------------------------------------- */
h1.site-title, p.site-title{
  font-size: 35px;
  margin: 0;
  text-transform: uppercase;
}
h1.site-title a,span.site-description, p.site-title a{
	font-size: 18px;
  color: #fff;
  font-weight: bold;
	white-space: nowrap;
}
h1.site-title a:hover {
  text-decoration: unset;
}
.listarticle h2 a:hover,
#sidebar ul li a:hover{
  color: #000000;
}

.center-align{
  align-self: center;
}
.info {
  background: #0a75ad;
  padding: 10px 15px;
	border-radius: 15px;
		opacity: 1.0;
}
.info a {
  color: #000;
  font-size: 97%;
  font-weight: 500;
  text-align: center;
  display: block;
  margin-bottom: 5px;
	
}
.shape{
  padding: 9px;
  background: #fff url(images/shape.png) repeat-x;
}
/* = header css
-------------------------------------- */
.sticky-head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #000;
  box-shadow: 2px 2px 10px 0px #fff;
}
.admin-bar .sticky-head{
  top: 32px;
  background: #000;
}
.header {
  background: #000000;
}
.banner-btn a,.pagemore a,.serv-btn a,.woocommerce ul.products li.product .button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce a.button, .woocommerce button.button, .woocommerce #respond input#submit, #commentform input#submit {
  background: #0a75ad;
  color: #fff;
  padding: 10px 25px;
  border-radius: 0;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
	  border-radius: 15px;
}
.pagemore a:hover,.serv-btn a:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
#commentform input#submit:hover {
  background: #000000;
  color: #fff;
}

/* = menus css
-------------------------------------- */
#mySidenav {   /* mobiloe meenu background */
  background-size: auto;
  display: inline;
			  background-image: url("https://www.britanniaart.co.uk/wp-content/uploads/2023/07/pngaaa.com-46635.png"); /* The image used */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: auto;
}

.main-nav ul{
  margin: 0;
  padding: 0;
}
.main-nav li{
  display: inline-block;
  position: relative;
}
.main-nav a {
  color: #fff;
  padding: 12px;
  font-size: 18px;
  display: block;
  font-weight: 500;
}
.main-nav a:hover,.current_page_item a,.copywrap a:hover{
  color: #f5c115;
	}
.main-nav a:hover, a:hover{
  color: #f5c115;
		text-decoration: underline;
	text-decoration-color: white ;
	text-decoration-style: double;
	text-underline-position: under;
}
.main-nav ul ul{
  display: none;
  position: absolute;
  background: #0a75ad;
  min-width: 250px;
  z-index: 9999;
  top: 70%;
  line-height: 30px;
  opacity: 0.9;
  border-radius: 5px;
}
.main-nav ul ul ul{
  left: 100%;
  top: 0%;
}
.main-nav ul ul a{
  color: #fff ;
  border: none;
  padding: 5px 10px ;
  margin-top: 5px;
}
.main-nav ul ul a:hover{
  color: #f5c115;
}
.main-nav ul ul li{
  float: none;
  display: block;
  text-align: left;
  border-left: none;
  border-right: none !important;
  padding: 0;
  border-bottom: solid 1px #000000;
}
.main-nav ul li:hover > ul{
  display: block;
}
.main-nav .menu > ul > li.highlight{
  background-color: #006ccc;
}
.main-nav .menu > ul > li.highlight:hover{
  background: transparent;
}
.sf-arrows ul .sf-with-ul:after{
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #888;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after{
  border-left-color: #333;
}
.toggle-nav, a.close-button{
  display: none;
}


/* = Mobile Menu section css
-------------------------------------- */
@media (max-width: 1000px) {
    .mobile-menu li>a {
       font-size:22px !important;
		 font-weight:500;
    }
}

.mobile-menu{
    display: none;
		
}



@media only screen and (min-width: 800px){
    .desktop-menu{
        display: block !important;
    }
    .mobile-menu{
        display: none !important;
    }
}

@media only screen and (max-width: 999px){
    .desktop-menu{
        display: none !important;
    }
    .mobile-menu{
        display: block !important;
    }
}


/* = slider section css
-------------------------------------- */
#catsliderarea{
  padding-bottom: 30px;
}
.slider-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  right: 60%;
}
.catwrapslider{
  width:100%;
  position:relative;
  box-sizing:border-box;
}
.bg-opacity {
  width: 70%;
  height: 100%;
  position: absolute;
  background: #d7aa11;
  top: 0;
  left: 0;
  opacity: 0.9;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.catwrapslider .owl-controls{
  position: absolute;
  top: 50%;
  right:auto;
  left:auto;
  width:100%;
}
.catwrapslider .owl-prev,
.catwrapslider .owl-next {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  bottom:15px;
  width:50px;
  height:50px;
  font-size:40px;
  right:0;
  background: transparent;
  color: #fff;
}
.catwrapslider .owl-prev{
  left:10px;
  border: none;
}
.catwrapslider .owl-next{
  right:10px;
  border: none;
}
button.owl-prev span,
button.owl-next span{
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
}
.owl-prev i,
.owl-next i {
  font-size: 80px;
}
.catwrapslider{
  height:auto;
}
.slider-box h1 {
  font-size: 50px;
  color: #000000;
  font-weight: 500;
}
.slider-box p {
  color: #000000;
  font-size: 15px;
}
.slide-btn a {
  color: #000000;
  border: solid 3px #fff;
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 600;
}
.slide-btn a:hover {
  background: #000000;
  color: #fff;
}
.slider-box i {
  color: #fff;
  font-size: 80px;
}

/* = Services css
-------------------------------------- */

.services_inner_box:before,
.services_inner_box:after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  border: solid #000000;
  border-width: 2px 0 0 2px;
}
.services_inner_box:before {
  left: 15px;
  top: 0;
}
.services_inner_box:after {
  border-width: 0 2px 2px 0;
  bottom: 0;
  right: 15px;
}
.services_inner_box h2 {
  font-size: 16px;
}
.services_inner_box p {
  font-size: 14px;
}

/* = Page lay out css
-------------------------------------- */
.postsec-list input.search-field{
  padding: 15px 10px;
}
.postsec-list input.search-submit{
  background-color: #f5c115 !important;
  color: #000 !important;
  border: none !important;
  padding: 17px;
}
.contentsecwrap{
  padding:10px 0;
  clear: both;
  margin-top: 0.5em;
	overflow:hidden;
}
.contentsecwrap p{
  margin-bottom:10px;
}
.listarticle, #sidebar aside.widget{
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 15px;
  border: solid #0a75ad;
}
.listarticle h2 a{
  color: #000000;
}
.single_title{
  margin-bottom: 15px;
  font-size: 20px;
}
.post-thumb{
  margin:0 0 15px 0;
}
.nav-links .page-numbers{
  padding:5px 10px;
  color:#111;
}
/*scroll to top*/
#button{
  background: #f5c115;
  color: #000;
  cursor: pointer;
  width: 60px;
  text-align: center;
  height: 60px;
  padding-top: 22px;
  position: fixed;
  border-radius: 50%;
  bottom: 60px;
  right: 20px;
  z-index: 9999;
  -moz-border-radius: 0;
  font-size: 15px;
  display: none;
}
/* = sidebar
---------------------------------------------- */
label{
  margin-bottom: 0;
}
aside.widget ul{
  list-style:none;
}
h3.widget-title{
  padding:0 0 15px 0;
  color:#000000;
  border-bottom:1px solid #edecec;
  font-size: 22px;
}
#sidebar .search-form label{
  width: 100%
}
#sidebar ul li{
  border-bottom:1px dashed #d0cfcf;
  padding:8px 0;
}
#sidebar ul li a{
  color:#6c6c6c;
  display:inline-block;
}
#sidebar ul li:last-child{
  border:none;
}
#sidebar.left{
  float:left;
}
#sidebar table{
  width:100%;
  text-align:center;
}
#calendar_wrap caption{
  font-weight:700;
  padding-bottom:10px;
  text-transform:uppercase;
}
#sidebar select {
  width: 100%;
  padding: 10px;
  background: transparent;
  border: solid 2px #000000;
}
#sidebar input[type="text"],
#sidebar input[type="search"],
#footer input[type="search"]{
  border: solid 2px #000000;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
}
#sidebar input.search-submit,
form.woocommerce-product-search button {
  padding: 10px;
  width: 100%;
  border:none;
  background: #000000;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
}
#recentcomments li{
  background-image:none !important;
}
#recentcomments li a{
  padding-left:0px !important;
}
.textwidget select,table{
  width:100%;
}
#sidebar .tagcloud a {
  border: solid 2px #000000;
  font-size: 12px !important;
  margin: 2px 0;
  display: inline-block;
  color: #000000;
  padding: 5px;
}
#footer .tagcloud a {
  border: solid 2px #fff;
  font-size: 12px !important;
  margin: 2px 0;
  display: inline-block;
  color: #fff;
  padding: 5px;
}
.tagcloud a:hover{
  background-color: #f5c115 !important;
  color: #000 !important;
  border: solid 2px #f5c115 !important;
}
/* = Footer css
------------------------------------------- */
#footer input.search-submit {
  background: #f5c115;
  color: #000000;
  border: none;
  padding: 10px;
}
#footer{
	background-color: #000000;
	color: #ffffff;
}
#footmenu{
		white-space: nowrap;
	
}
.ftr-4-box h3,.ftr-4-box h2{
	font-size:25px;
	color:#fff;
	margin-bottom:25px;
	border-bottom:1px solid #303030;
	padding: 15px 0;
}
.ftr-4-box ul{
	margin:0;
	padding:0;
	list-style:inside disc;
}
.ftr-4-box ul li {
	display:block;
	padding:6px 0;
}
.ftr-4-box ul li a,.ftr-4-box a {
	color:#ffffff;
}
.ftr-4-box a:hover{
  color: #f5c115;
}
.ftr-4-box p{
	margin-bottom:15px;
}
#footer select{
  height: auto;
}
.copywrap {
	background-color: #000000;
	color: #fff;
  font-size: 18px;
	padding:15px 0;
}
.copywrap a{
  color: #fff;
}

/* Style all font awesome icons */
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white;
}
/* Insta */
.fa-instagram {
  background: #800080;
  color: white;
}
/* Insta */
.fa-ebay {
  background: #55ACFF;
  color: white;
}
/* Buy now button wrap LEVEL TIDY */
@media only screen and (min-width: 800px) {
.nv-product-image .img-wrap {
 min-height: 150px;
}

h2.woocommerce-loop-product__title {
    min-height: 110px;
}
}

@media only screen and (max-width: 999px) {
.nv-product-image .img-wrap {
 min-height: 150px;
}

h2.woocommerce-loop-product__title {
    min-height: 110px;
}
}