/*
 Theme Name:   LG Store Theme
 Description:  LG Store Theme
 Author:       Trafford Burrell
 Template:     storefront
*/

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  font-family: 'Nunito Sans', sans-serif;
}
html,
body,
#app {
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
.mobile {
  display: none;
}
.temp{
    height: 20px;
    position: relative;
    margin: 0 !important;
    overflow: hidden;
    background: #9891e3;
    color: #fff;
}
.screen-reader-only {
  position: absolute;
  width: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}
a:focus{
    border: 2px solid #000000;
}
.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before, .woocommerce-noreviews::before, p.no-comments::before {
  display: none !important;
}



@media (max-width: 991px) {
  .mobile {
    display: block;
  }
}
/*----------------------------------------------------------------
FONTS
font-family: 'Open Sans', sans-serif;
-------------------------------------------------------------------*/
#page button{
  font-family: 'Open Sans', sans-serif;
}
#page input{
  font-family: 'Open Sans', sans-serif!important;
}

body{
  font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
    font-size: inherit;
    font-weight: 700;
    color: #1A1A1A;
}
h1 {
  font-size: 43px;
}
h2{
  font-size: 40px;
  font-weight: 800;
  line-height: 46px;
}
h3 {
  font-size: 35px;
}
h4 {
  font-size: 32px;
}
h5 {
  font-size: 25px;
}
p,
a,
ul,
li {
  font-size: inherit;
  color: #000000;
}



/*-----------------------------------------------------------------------------------
APP
-----------------------------------------------------------------------------------*/
#nav{
  position: fixed;
  width: 100%;
  margin-bottom: 0;
}
#primary, #main{
  margin-bottom: 0;
}
#app{
  margin-top: 205px;
}

@media(max-width:1200px){
  #app{
    margin-top: 170px;
  }
  
}

@media(max-width:576px){
  #app{
    margin-top: 95px;
  }
  
}

@media(max-width:400px){
  #app{
    margin-top: 95px;
  }
  
}


/*----------------------------------------------------------------
NAV
-------------------------------------------------------------------*/
#nav .socials .account{
    display: none;
}

nav {
  padding: 0 !important;
  max-height: auto;
  transition: background-color 0.3s ease;
}
.navbar-light .navbar-nav .nav-link {
  color: #071d49;
  font-weight: 500;
  margin: 0 10px;
  transition: all 0.2s ease;
}
.navbar-light .navbar-nav .nav-link:hover {
  transform: scale(1.05);
  transition: all 0.2s ease;
}
.scrolled {
  -webkit-box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 5%);
  box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 5%);
  transition: background-color 0.3s ease;
}
.navbar-light .navbar-toggler {
  border: none;
}
.navbar-light .navbar-toggler i {
  font-size: 30px !important;
}
button:focus {
  outline: 0;
}
.current_page_item {
  color: rgba(0, 0, 0, 0.9);
  border-bottom: 4px solid #b0f1cf !important;
}
.current_page_item a span {
  font-weight: bold;
}
a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
  outline: none;
}
#default_hero{
  position: relative;
}
#default_hero .container{
  position: relative;
}
#default_hero .bg{
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  position: absolute;
}
@media (max-width: 1200px) {
  .navbar-light .navbar-nav .nav-link {
    margin: 0;
  }
}
@media (max-width: 991px) {
  nav .navbar-collapse {
    padding: 20px 0;
  }
}

/*----------------------------------------------------------------
HEADER
-------------------------------------------------------------------*/
.banner{
  display: flex;
  color: #fff;
  background:#F98805;
  padding: 5px 50px;
  justify-content: space-between;
}

.banner .contact{
  display: flex;
}

.banner i{
  margin-right: 10px;
}

.banner .contact .cardiff{
  margin: 0 50px 0 0;
}

.banner .contact a{
  color: #fff;
  transition: .3s all ease;
}

.banner .contact a:hover{
  color: #000;
  transition: .3s all ease;
}

@media(max-width:1300px){
  .banner .contact{
      margin: 0;
  }
  .banner{
      justify-content: space-between;
  }
}

#nav{
  background: #000000;
  border: none !important;
  padding-top: 0;
}
#nav .container{
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
#nav .right{
width: 100%;   
}
#site-navigation{
  background: none;
  width: 100%;
}
#topbar{
  display: flex;
  justify-content: flex-end;
  align-items: center;
/*     display: none !important; */
}
header .right{
    display: flex;
    justify-content: flex-end;
}
.logo{
    margin-bottom: 0;
}
#topbar .site-header-cart {
  width: 300px;
  float: none;
  margin: 0 20px 0 0;
  padding: 5px 10px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  color: #1A1A1A;
  background: #fff;
}

#topbar .site-header-cart li{
  margin: 0;
}
#topbar .site-header-cart .cart-contents {
  padding: 0;
  display: block;
  position: relative;
  background-color: transparent;
  height: auto;
  width: auto;
  color: #1A1A1A;
  text-indent: 0;
  margin: 0;
   text-decoration: none;
}

#topbar .site-search{
  margin: 0 20px;
  width: auto;
}
#topbar .site-search .search-field{
  color: #1A1A1A;
  background: #fff;
  border: 1px solid #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  height: 37px;
  width: 300px;
  padding-left: 10px;
  padding-right: 35px;
  font-size: 16px !important;
}
#topbar .site-search .search-field::placeholder{
  color: #1A1A1A!important;
}
#topbar .site-search .widget_product_search form::before {
  top: 10px;
  right: 10px;
  font-size: 16px;
  left: auto;
  color: blue;
}
#topbar .search-field::-webkit-input-placeholder {
  color: #fff !important;
  font-family: 'Nunito Sans', sans-serif!important;
}
#topbar .search-field:-moz-placeholder {
  color: #fff;
  font-family: 'Nunito Sans', sans-serif!important;
  opacity: 1;
}
#topbar .search-field::-moz-placeholder {
  color: #fff;
  font-family: 'Nunito Sans', sans-serif!important;
  opacity: 1;
}
#topbar .search-field:-ms-input-placeholder {
  color: #fff;
  font-family: 'Nunito Sans', sans-serif!important;
}

.carts{
  display: flex;
  margin: 0 20px;
}
#topbar .account a{
  color: #fff;
  text-decoration: none;
  transition: all ease .3s;
}
#topbar .account a:hover{
  
  transition: all ease .3s;
}

#topbar .account {
  background: #F98805;
  border: #F98805 2px solid;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  transition: .3s all ease;
}

#topbar .account i{
  color: #fff!important;
  margin-right: 10px;
  font-size: 20px;
}

#topbar .socials{
  display: flex;
  align-items: center;
}

#topbar .socials i{
  color: #FFCB5D;
  font-size: 20px;
}

#topbar .social-link{
  margin: 0 5px;
}
#topbar .account{
  margin-right: 20px;
}

#topbar .social-link img{
  transition: all .3s;
}
#topbar .social-link:hover img{
  filter: brightness(0) invert(1);
  transition: all .3s;
}

#nav .branding img{
  padding: 5px 0;
  height: 86px;
  width: 457px;
  max-width: 457px;
}


#topbar .site-search .widget_product_search form::before {
  display: none;
}

#topbar .woocommerce-product-search button{
  position: relative;
  left: -53px;
  top: 0px;
  height: 37px;
  width: 50px;
  clip-path: none;
  background: #F98805;
  color: #fff;
  font-size: 17px;
  padding: 0 1px;
  border-radius: 0 5px 5px 0;
}

#topbar #close{
  display: none;
}

.divider{
  color: #fff;
  margin: 0;
  border-bottom: solid 1px #eee;
  padding-bottom: 5px;
  margin: 10px;
}

.right .site-search, .right .site-header-cart, .right .carts{
  display: none;
}

#topbar .site-search, #topbar .site-header-cart {
  display: block;
}
#topbar .carts{
  display: flex;
}

.site-header-cart .cart-contents::after{
  height: 38px!important;
  position: absolute;
  right: -11px;
  top: -6px;
  background: #F98805;
  border-radius: 0 5px 5px 0;
  display: flex!important;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 50px;
}

nav ul{
  margin: 0 auto;
}

.navbar-collapse{
  background: #1A1A1A;
  border-top: 1px solid #fff
}

.nav-link{
  color: #fff;
  transition: .3s all ease;
}

.nav-link:hover{
  color: #FFCB5D;
  transition: .3s all ease;
}


nav .multi ul{
  list-style: none;
}
nav .multi li{
  padding: 5px 0;
}
#nav .multi a{
  color: #fff;
}
#nav .multi a:hover{
  color: #FFCB5D;
}
#nav .multi {
  width: 900px;
  left: 50%;
  right: auto;
  top: 95%;
  background: #1A1A1A;
  padding: 15px 10px;
  transform: translatex(-50%);
  border-radius: 0;
  border: 1px solid #fff;
  border-top: none;
}
#nav .dropdown {
  position: static;
}
#nav .multi ul{
  width: 100%;
  padding: 20px;
  column-count: 3;
  column-gap: 40px;
  column-width: 33%;
}
#nav .multi hr{
  height: 1x;
  background-color: #fff;
  opacity: 1;
}

@media(min-width: 1300px){
  .navbar-nav .nav-item, .navbar-nav .dropdown{
    margin: 0 10px;
  }
}

@media(min-width: 1200px){
  #nav .container{
    max-width: 1500px;
  }

  
}

@media(max-width: 1450px){
  #nav .branding img{
    padding: 18px 0;
    height: auto;
    width: 280px;
    max-width: 457px;
  }  
}

@media(max-width: 1300px){
  #topbar .site-search .search-field{
    width: 250px;
  }
  
  #topbar .site-header-cart {
    width: 250px;
  }
}

@media(max-width: 1200px){

  #nav .multi {
    width: 100%;
    left: 0;
    right: auto;
    top: 105%;
    background: #1A1A1A;
    padding: 15px 10px;
    transform: translatex(0);
  }

  nav ul .wrap{
    text-align: center;
    color: #fff;
  }

  nav ul .wrap a{
      color: #fff;
      transition: .3s all ease;
  }

  nav ul .wrap a:hover{
      color: #F98805;
      transition: .3s all ease;
  }

  nav ul .wrap i{
      margin-right: 10px;
  }


  #nav .container{
    width: 100%;
    max-width: 100%;
  }
  #nav .navbar-toggler{
      border: none;
  }
  #nav .navbar-toggler:hover{
      background: none;
  }
  #nav .navbar-toggler i{
      font-size: 35px !important;
      color: #fff;
  }
  #nav .navbar-nav li{
      text-align: center;
  }
  #nav .navbar-nav{
      padding: 20px 0;
      margin-left: 0;
  }
  #nav .active .nav-link{
      background: #F98805;
    border-bottom: 0px solid #F98805 !important;
    transition: all ease .3s;
  }
  #nav .active .nav-link:hover{
      color: #fff;
  }
  #topbar .account{
    background:none;
    border: none;
    padding: 0;
  }

  #topbar .socials i{
      color: #fff;
      transition: .3s all ease;
  }

  #topbar .socials i:hover{
      color: #FFCB5D;
      transition: .3s all ease;
  }
  .navbar-toggler{
      margin-left: auto;
  }
  #topbar #close{
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    background: none;
    font-size: 40px;
    color: #fff;
    padding: 0px;
    height: 100%;
  }
  #topbar form{
      margin-bottom: 0;
  }
  #topbar .site-search {
    display: flex;
    position: fixed;
    background: #1a1a1a;
    width: 100%;
    height: 10%;
    top: -100%;
    left: 0;
    z-index: 9999;
    margin: 0;
    justify-content: center;
    align-items: center;
    transition: all ease 0.3s;
  }

  #topbar .site-search.open {
      top: 0;
      transition: all ease 0.3s;
  }

  .socials-mobile ul {
      display: flex;
      list-style: none;
      justify-content: center;
      margin-left: 0;
  }
  .socials-mobile ul li {
      margin: 0 10px;
      filter:none;
      transition: all 0.3s;
  }
  .socials-mobile li:hover img {
      filter:brightness(0) invert(1);
      transition: all 0.3s;
  }
  #topbar .site-header-cart {
      display: none;
  }

  #topbar .socials i {
      margin-right: 10px;
      font-size: 30px;
      margin: 0 20px;
  }
  #topbar .account {
      margin-right: 0;
  }
  #nav .right{
      display: flex;
      justify-content: flex-end;
  }
  #topbar{
      padding: 8px 0;
  }

  #nav .mobile{
    margin: 0;
    padding: 5px 0;
    background: red
  }
  #nav .mobile p{
      margin: 0;
      text-align: center;
      color: #fff;
  }
  
  #nav .mobile p a{
      color: #fff;
  }
  #nav .details{
      justify-content: center;
      flex-direction: column;
      align-items: center;
      margin-bottom: 20px;
  }
  #nav .details p{
      margin: 2px 0;
      text-align: center;
      color: #fff;
  }
 
  #nav .details p a{
      color: #fff;
  }
  #topbar .socials a{
    height: 100%;
    display: block;
  }
  #topbar .socials span{
      height: 100%;
      position: relative;
  }
  nav{
    background: #1A1A1A;
    border-top: 1px solid #fff;
  }
}


@media(max-width: 991px){
  #nav .multi ul{
    width: 100%;
    padding: 10px;
    column-count: 2;
    column-gap: 40px;
    column-width: 50%;
  }
}

@media (max-width: 767px) {
  #nav{
    padding-bottom: 0;
  }
}

@media(max-width:576px){
  #nav .branding img{
    padding: 5px 0;
    height: auto;
    width: 150px;
  }  
  #topbar .socials i{
      font-size: 20px;
      margin: 0 10px;
  }
}

@media(max-width: 400px){
  #nav .branding img{
    padding: 19px 0;
  }  
  #nav .container{
    padding: 0 5px;
  }

}
@media(max-width: 350px){
  #topbar .socials i {
    margin: 0 15px;
  }
  #nav .mobile p {
    font-size: 14px;
  }
}
/*----------------------------------------------------------------
BOTTOM BAR
-------------------------------------------------------------------*/
.bottom-bar .desktop{
  padding: 5px 0;
  background: red;
}
.bottom-bar .desktop p{
  margin: 0;
  color: #fff;
  text-align: center;
}
.bottom-bar .desktop a{
  margin: 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all ease .3s;
}



/*----------------------------------------------------------------
FOOTER
-------------------------------------------------------------------*/
footer{
  background: #1A1A1A;
    padding: 50px 0;
}

footer .row{
    align-items: center
}

footer h5{
    color: #FFCB5D;
    font-weight: 800;
}

footer .icon{
    width: 20px;
    margin-right: 10px;
}

footer .icon i{
    color: #FFCB5D
}

footer .text{
    width: 100%;
}

footer .wrap{
    display: flex;
    margin-bottom: 10px;
}

footer .label{
    font-weight: 700;
    color: #fff;
}

footer p{
    color: #fff;
    margin: 0
}

footer a{
    color: #fff;
    transition: .3s all ease;
}

footer a:hover{
    color: #FFCB5D;
    transition: .3s all ease;
}

@media(max-width:991px){
  footer .logo img{
    display: block;
    margin: 0 auto;
}

footer .logo{
    margin-bottom: 50px
}

footer .cardiff{
    margin: 0 auto 50px;
    display: block;
    width: fit-content;
}

footer .brecon{
    margin: 0 auto;
    width: fit-content;
}
}
/*----------------------------------------------------------------
BUTTONS
-------------------------------------------------------------------*/
.btn-main{
  border-radius: 0px;
  border: 2px solid #F98805;
  color: #F98805;
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
  width: 250px;
  transition: .3s all ease;
}

.btn-main:hover{
  background:#F98805; 
  color: #fff;
  transition: .3s all ease;
}

.btn-alt{
  border-radius: 0px;
  border: 2px solid #FFCB5D;
  color: #FFCB5D;
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
  width: 250px;
  transition: .3s all ease;
}

.btn-alt:hover{
  background:#FFCB5D; 
  color: #fff;
  transition: .3s all ease;
}

@media(max-width:576px){
  .btn{
      width: 100%!important;
  }
}

/*----------------------------------------------------------------
BREADCRUMBS
-------------------------------------------------------------------*/

#breadcrumbs{
  padding: 10px 20px;
  color: #000;
}
#breadcrumbs a{
  color: #000;
}

#breadcrumbs2 a{
  text-decoration: none;
  color: #000;
}

#breadcrumbs2{
  margin-bottom: 10px;
  color: #000;
}



/*----------------------------------------------------------------
DEFAULT HERO
-------------------------------------------------------------------*/


#default_hero{
  min-height: 600px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
#default_hero h1{
  color: #fff;
}
#default_hero p{
  color: #fff;
}
#default_hero .row{
  justify-content: center;
}


@media(max-width: 767px){
  #default_hero{
    min-height: 100%;
    padding: 50px 0;
  }
}










footer .links{
    margin: 50px 0 20px;
}
footer .links ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .links ul li{
    font-size: 14px;
    color: #fff;
}
footer {
    padding-bottom:  0;
}
footer img{
  width: 280px;
}