<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Equine Auction
Theme URI: https://netbeam.co.uk/
Author: Asif Rasheed
Author URI: https://netbeam.co.uk/
Description: Wordpress theme designed for Equine Auction.
Version: 2.1.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: equineauction
Tags: one-column, two-columns, custom-menu, featured-images, left-sidebar, right-sidebar
*/


:root{
    --bg-info:#02AA6C;
    --text-info:#28205A;
    --primary-cl:#1e1e1e;
    --font-1:"Crimson Pro";
    --font-2:"Montserrat";
}

html, body {scroll-behavior: smooth;font-family: var(--font-2);}
body {overflow-x: hidden;font-family:var(--font-2);background: url("images/body-img.png");background-size: cover;background-repeat: repeat-y;}
section{padding: 80px 0;}
img {width:100%; height:auto;}
a {color:#fff; transition:all linear 0.2s; text-decoration: none;}
a:hover, a:focus {text-decoration:none; outline:0; color:var(--bg-info);}
.btn:focus, .form-control:focus, .form-select:focus,input {box-shadow: none;border: none ;outline: none;}
.btn, .form-control {border-radius: 0;}
ul,li{list-style: none;display: inline;}

h1,h2,h3,h4{font-size: 111px;font-weight: 400;font-family: var(--font-1);line-height: 107px;text-transform: uppercase;color: #fff;}
h2{font-size: 64px;line-height: 71px;}
h3{font-size: 48px;line-height: 53px;}
h4{font-size: 40px;line-height: 48px;}
h5{font-size: 32px;font-weight: 600;font-family: var(--font-2);line-height:30px;}

p{font-size: 20px;font-weight: 400;font-family: var(--font-2);line-height: 24px;margin: 25px 0;color: #fff;}

.btn-1{font-size: 16px;font-weight: 600;min-width: 183px;font-family: var(--font-2);background:transparent;color:#fff;border: 1px solid #fff; padding:10px 30px;width: fit-content; display: flex;align-items: center;justify-content: center;min-height: 47px; transition: .2s linear;}
.btn-1:hover{background: #fff;color: #000;}
.btn-2{font-size: 16px;font-weight: 600;min-width: 143px;font-family: var(--font-2);background:transparent;color:var(--bg-info) !important;border: 1px solid var(--bg-info); padding:8px 0px;width: fit-content; display: flex;align-items: center;justify-content: center;min-height: auto; transition: .2s linear;}
.btn-2:hover{background:var(--bg-info);color: #fff !important;}
.btn-g{background-color: var(--bg-info);border: 1px solid var(--bg-info);}


  .top-bar{background-color: #000;padding: 18px 0;}
  .top-bar .logo{display: flex;justify-content: center;}
  .top-bar .logo img{width: 260px;}

  .menubar{background-color: var(--bg-info);height: fit-content;}
  #menu{display: flex;justify-content: center;column-gap: 70px;}

  header {position: relative; z-index: 2; top:0; right:0; left:0; padding:0;}
  
  ul.top_right {padding:0; margin:0; list-style: none; text-align: right;}
  ul.top_right li {display: inline-block; margin-right:25px;}
  ul.top_right li:last-child {margin-right: 0;}
  ul.top_right li a {font-size: 18px;font-weight: 500;font-family: "Inter";color: #000000;}
  
  .top_featured_wrap {position: relative;}
  #menu{position:relative;}
  #menu ul{list-style:none;margin:10px 0;padding:0 90px;}
  #menu ul li{display:inline-block;position:relative;}
  #menu ul li a{color:#fff; padding:10px 25px; display:block;text-decoration:none;position:relative; -webkit-transition:all .3s linear;font-size: 15px;font-weight: 500; transition:all .3s linear;}
  #menu li &gt; a:after { content: '\f107'; font-family:'FontAwesome'; margin-left:5px; }
  #menu li &gt; a:only-child:after { margin-left: 0; content: ''; }
  #menu ul li a:hover,#menu ul li.active a,#menu ul li.current_page_item&gt;a,#menu ul li.current-menu-ancestor&gt;a,#menu ul li.current-menu-item&gt;a,#menu ul li.current-menu-parent&gt;a{color: #000;}
  #menu li.active ul li a{color:#fff;background:#000}
  #menu li.active ul li a:hover{color:#fff;background:#333}
  #menu li&gt;ul{position:absolute;left:0;top:100%;z-index:999;white-space:nowrap;padding-left: 0;}
  #menu ul li.active ul li a { background:#fff; color:#000;}
  #menu li&gt;ul li{background:#fff;border-bottom:1px solid rgba(0,0,0,0.09);display:block;position:relative; margin:0; text-align:left;}
  #menu li&gt;ul li:hover{background:var(--info-dark);border-bottom:1px solid rgba(0,0,0,0.09)}
  #menu li&gt;ul li a{color:#333;font-size:13px; padding:10px 15px;  border-right:0;}
  #menu li&gt;ul li a:hover{color:#fff;background: var(--bg-info); text-decoration:none}
  #menu li ul li.current_page_item&gt;a,#menu li ul li.current-menu-ancestor&gt;a,#menu li ul li.current-menu-item&gt;a,#menu li ul li.current-menu-parent&gt;a{background: #333;color:#fff}
  #menu&gt;li{border-left:1px solid #999}
  #menu&gt;li:first-child,#menu&gt;li.has-submenu+li{border-left:0}
  #menu li&gt;ul&gt;li&gt;ul{position:absolute;left:100%;top:0;transition:all linear .2s 0s;-webkit-transition:all linear .2s 0s;visibility:hidden;opacity:0}
  #menu li&gt;ul&gt;li:hover&gt;ul{visibility:visible;opacity:1;display:block}
  #menu li&gt;ul{transition:all linear .2s 0s;-webkit-transition:all linear .2s 0s;visibility:hidden;opacity:0}
  #menu li:hover&gt;ul{visibility:visible;opacity:1}
  #menu li&gt;ul li a{padding:0 23px;transition:all linear .2s 0s;-webkit-transition:all linear .2s 0s}
  #menu li:hover&gt;ul li a{padding:10px 23px}
  #menu li&gt;ul li:hover a {color:#fff;}
  #menu li&gt;ul li:hover ul li a {color:#000;}
  #menu li&gt;ul li ul li a:hover {color:#ff9e00;}
  @keyframes menu_sticky {
    0%   {margin-top:-240px;}
    50%  {margin-top: -90px;}
    100% {margin-top: 0;}
  }
  header.sticky {  margin:0;  position: fixed; top:0; left:0; width:100%; z-index:99999; animation-name:menu_sticky; animation-duration: 0.60s; animation-timing-function:ease-out;  box-shadow:0 0 5px 0px rgba(255, 255, 255, 0.49); -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.49); padding: 0; backdrop-filter: blur(5px);}
  
  header.sticky .top-header,header.sticky .sub-manu{display: none;}
  /* header.sticky .logo img{width: 150px;} */
  header.sticky #menu ul{margin: 10px 0;}

  .banner{min-height: 890px;}
  .banner .container{padding-top: 170px;}
  .welcom-sec{margin-top: -197px;z-index:5;display: flex;align-items: center;justify-content: center;position: relative;min-height: 855px;}

  .register-sec{position: relative;}
  .register-sec::after{content: "";position: absolute;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.904);top: 0;left: 0;background-repeat:no-repeat;background-size:cover;}
  .register-sec::before{content: "";position: absolute;width: 100%;height: 100%;background: url("images/register.png"); top: 0;left: 0;background-repeat:no-repeat;background-size:cover;}
  .register-sec .container{position: relative;z-index: 4;}

  .register-sec h3{margin-bottom: 55px;line-height: 38px;}

  .register-sec .register-box{cursor: pointer; text-align: center;border: 1px solid var(--bg-info);padding: 10px 0 0 0 ;}
  .register-sec .register-box img{width: 100px;margin: 15px 0;}
  .register-sec .register-box h5{margin-bottom: 0; color: #fff;padding: 18px 0;transition: .2s linear;font-weight: 400;}
  .register-sec .register-box:hover h5{background: var(--bg-info);}
  .register-sec .register-box:hover h5 a{color: #fff;}


  .featured-sec{background-color:rgba(116, 111, 111, 0.090);padding-bottom: 80px;}
  .featured-sec h3, .featured-sec p{color: #1E1E1E;}
  .featured-sec p{margin: 10px 0;font-size: 24px;}
  .featured-sec .text-end{display: flex;justify-content: end;}
  .featured-sec .feat-box{display: grid;grid-template-columns: repeat(auto-fill , minmax(332px , 1fr)); grid-gap: 30px;margin-top: 30px;}
  .featured-data .col-7{display: flex;}


  .featured-img{position: relative;overflow: hidden;}
   .featured-img::before{content: "";position: absolute;right: -500px; top: 0;width: 20%;height: 100%;transform: skewX(-25deg);background: linear-gradient(to right, transparent, #ccd5df, transparent, #ffffff, transparent, rgb(172, 185, 255));box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.5);z-index: 11; opacity: 0.4;transition-duration: .8s;}
   .featured-card:hover .featured-img::before{animation: shine .7s linear;}
   @keyframes shine {0%{right: 500px;}100%{right: -500px;}}
  .featured-card img{transition: .2s linear;}
   /* .featured-card:hover img{transform: translateX(-30px);} */

   .featured-card .featured-title h5{background: var(--bg-info);text-align: center;color: #fff;padding: 15px 0 ;margin-bottom: 0;font-size: 26px;}
   .featured-card .featured-data{color: #1E1E1E;font-weight: 500;font-size: 14px;background: #fff;padding: 20px;border: 1px solid var(--bg-info);}
   .featured-card .featured-data a{font-weight: 400;color: #000;}
   .featured-card .featured-data i{margin-right: 10px;}
   .featured-data .row{row-gap: 10px;}
   .featured-data .btn-2{width: 100%;}
   .featured-card .featured-btn{margin-top: 20px;}






  

#slider .owl-next, .owl-prev{font-size: 32px !important;position: absolute;top: 45%; color:#fff !important;background: var(--bg-info) !important;border-radius: 100%;width: 50px;height: 50px;display: flex;justify-content: center;align-items: center;}
#slider  .owl-next{right: -20px;}
#slider  .owl-prev{left: -20px;}


#slider .owl-dots{display: flex;justify-content: center;margin: 30px 0 0 0;display: none;}
#slider .owl-dots button.owl-dot {  width: 10px;height: 10px;border-radius: 50%;display: inline-block;background: #ccc;margin: 0 5px;}
#slider .owl-dots button.owl-dot.active{ background-color: var(--text-color);}


#slider .owl-dots button.owl-dot {  width: 10px;height: 10px;border-radius: 50%;display: inline-block;background: #ccc;margin: 0 8px;}
#slider .owl-dots button.owl-dot.active{ background-color: var(--bg-info);}

.slider-sec h4{text-align: center;color: #000000;margin-bottom: 40px;text-transform: capitalize;}


footer{position: relative;padding: 80px 0 0 0;}
footer::after{content: "";width: 100%;height: 100%;background-color: #00000033;position: absolute;left: 0;top: 0;}
footer .container{position: relative;z-index: 5;}
footer h6{font-size: 18px;font-weight: 700;color: #fff;}
footer img{width: 330px;}
footer .contact{margin-top: 30px;}
footer .contact h6{font-size: 14px;font-weight: 700;color: #fff;}
footer .contact p{font-size: 14px;font-weight: 400;}
footer .contact a{text-decoration: underline;margin-right: 38px;}
footer .social-links{margin-top: 30px;}
footer .social-links i{font-size: 22px;margin-right: 20px;}

footer .footer-links{margin-top: 80px;}
footer .footer-links ul li{display: block;margin-bottom: 10px;font-size: 16px;font-weight: 500;}
footer .input-box{display: flex;gap: 20px;height: 48px;}
footer .input-box input[type="text"]{background: #02AA6C;width: 100%; font-size: 16px;font-weight: 400;padding-left: 15px;color: #fff;}
footer .input-box .btn-1{min-width: 100px;min-height: auto;padding: 5px 25px;width: fit-content;font-size: 16px;font-weight: 400;}
footer .input-box input::placeholder{color: #fff;}
footer .subs-box{margin-top: 130px;}
footer .subs-box h6{margin-bottom: 20px;font-size: 16px;font-weight: 600;}
footer .subs-box p{font-size: 12px;font-weight: 400;}
footer .subs-box a{text-decoration: underline;}
footer hr{opacity: 1;background: #fff;border:1px solid #BBBBBB;margin-top: 40px;}

footer .footer-bar{padding: 30px 0;color: #fff;font-size: 14px;font-weight: 500;}
footer .footer-bar .bar-link{text-align: end;}
footer .footer-bar .bar-link a{text-decoration: underline;}
footer .footer-bar .bar-link a+a{margin-left: 30px;}


/* about_start */

.inner_banner{justify-content: center;position: relative;min-height: 400px;object-fit:cover;display: flex;align-items: center;text-align: center;}
.equine-sec{background-color:var(--primary-cl);}
.equine-sec .left{position: relative;padding: 30px;}
.equine-sec .left img{position: relative;z-index: 2;}
.equine-sec .left::after{
  content: "";
      width: 90%;
    height: 87%;
  border: 6px solid #02AA6C;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.equine-sec .right h2{
  color: var(--bg-info);
}
.register-sec-2{
  background-image: none;
  background-color: #1E1E1E !important;
  border-top: 1px solid #7B7B7B
}
.register-sec-2::after{
  display: none;
}
.register-sec-2::before{
  display: none;
}
.two-btn{
  display: flex;
  gap: 20px;
  margin: auto;
  width: fit-content;
}
.two-btn .btn-2{
  min-width: 183px;
}
.gold-sec .reg-box{
  align-items: center;
}
.gold-sec .reg-box p{
  font-weight: 400;
}
.gold-sec .reg-box p i{
  color: var(--bg-info);
  margin-right: 10px;
}
.gold-sec .reg-box span{
  color: #FF2828;
}
.gold-sec .heading{
  margin-bottom: 20px;
}
.gold-sec h3{
  font-size: 32px;
  font-weight: 400;
}
.side-contant h6{
  font-size: 16px;
  color: #fff;
  font-family: "Lato", sans-serif;
  margin-bottom: 30px;
  font-weight: 700;
}
.side-contant ul{
  margin: 0;
  padding: 0;
  display: block;
  display: flex;
  flex-direction: column;
}
.side-contant ul li{
  color: #fff;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  margin-top: 6px;
  font-weight: 300;
}
.side-contant hr{
  border: 1px dashed #fff;
  opacity: 1;
  margin: 30px 0;
}
.side-contant p{
  font-size: 16px;
  color: #fff;
  font-family: "Lato", sans-serif;
  margin-bottom: 0px;
  margin-top: 0;
  font-weight: 300;
}
/* .side-contant h6{
  margin-bottom: 0;
} */
.side-contant h5{text-align: center;margin: 0 auto;width: 80%;color: #fff;margin-bottom: 30px;text-transform: uppercase;font-family: var(--font-1);line-height: 35px;font-weight: 400;}


/* 28 3 24 style */
.form-sec{background: #1E1E1E;position: relative;}
.form-sec p{max-width: 90%;}
.form-sec .contact-links{margin: 0;padding: 0;}
.form-sec .contact-links li{display: flex;margin-bottom: 25px;font-size: 18px;color: #fff;}
.form-sec .contact-links li a{color: #fff;}
.form-sec .contact-links li a:hover{color:var(--bg-info);}
.form-sec .contact-links li i{margin-right: 20px;font-size: 20px;color: #fff;}
.form-sec .social-links{margin-top: 30px;}
.form-sec .social-links i{font-size: 30px;color: #fff;margin-right: 15px;transition: .2s linear;}
.form-sec .social-links i:hover{color: var(--bg-info);}
.form-sec form{padding: 30px;background:url(images/rig.jpeg);position: relative;}
.form-sec form::before{position: absolute;left: 0;top: 0;bottom: 0;right: 0;background: rgba(0, 0, 0, 0.699);content: "";}
.form-sec form div,.form-sec h3{position: relative;z-index:2 ;color: #fff;}
.form-sec form .form-control{border: none;outline: none;transition: none;}
.form-sec form input{height: 50px;max-width: 100%;}
.form-sec form textarea{width: 100%;}
.form-sec .row{row-gap: 40px;}
.form-sec form .row{row-gap: 20px;}
.form-sec form p{max-width: 100%;margin: 0;}


.map-sec iframe{width: 100%;height: 400px;}
.map-sec{padding: 0;}
.policy h2{color: #1E1E1E;font-size: 44px;}
.policy p{color: #000;}



.custom_pagination,.woocommerce-pagination{text-align:center}
.page-numbers{display:inline-block;padding:0;margin:0; font-size: 18px;}
.page-numbers&gt;li{display:inline}
.page-numbers&gt;li&gt;a,.page-numbers&gt;li&gt;span{position:relative;float:left;padding:5px 15px;font-size:26px !important;margin-left:2px;line-height:1.42857143;color:#1e1e1e !important;text-decoration:none;background-color:#fff;border:1px solid #ddd;font-size: 20px;}
.page-numbers&gt;li&gt;a:hover,.page-numbers&gt;li&gt;span:hover,.page-numbers&gt;li&gt;a:focus,.page-numbers&gt;li&gt;span:focus{color:var(--bg-info);background-color:#eee;border-color:#1e1e1e}
.page-numbers&gt;.active&gt;a,.page-numbers&gt;.active&gt;span,.page-numbers&gt;.active&gt;a:hover,.page-numbers&gt;.active&gt;span:hover,.page-numbers&gt;.active&gt;a:focus,.page-numbers&gt;.active&gt;span:focus{z-index:2;color: #02AA6C  !important;cursor:default;background-color:var(--bg-info);border-color:var(--bg-info)}
.page-numbers .current,.page-numbers .current:hover{z-index:2;color:#fff;cursor:default;background-color:var(--bg-info);border-color:var(--bg-info)}
.page-numbers&gt;.disabled&gt;span,.page-numbers&gt;.disabled&gt;span:hover,.page-numbers&gt;.disabled&gt;span:focus,.page-numbers&gt;.disabled&gt;a,.page-numbers&gt;.disabled&gt;a:hover,.page-numbers&gt;.disabled&gt;a:focus{color:#999;cursor:not-allowed;background-color:#fff;border-color:#ddd}
.custom_pagination a{color: #1E1E1E;border: 1px solid #1E1E1E;height: 30px;width: 25px;}
.custom_pagination a:hover{color: #fff;background: #02AA6C;border-color: #02AA6C;}
.custom_pagination span.current{color: #fff;background: #02AA6C; border: 1px solid #02AA6C;height: 30px;width: 25px;display: inline-block;}


.policy .sidebar .woocommerce-MyAccount-navigation ul li{display: block;margin-bottom: 15px;font-weight: 600;}
.policy .sidebar .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a{color: #1e1e1e;}
.policy .sidebar .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover{color: var(--bg-info);}
.woocommerce-MyAccount-content a{color: #1E1E1E;text-decoration: underline;text-decoration-color: #02AA6C;}
.woocommerce-MyAccount-content a:hover{color: #02AA6C;text-decoration: none;}
.yith-wcwl-share h4.yith-wcwl-share-title{color: #1e1e1e;margin-bottom: 15px;}

.product-name a{color: #1e1e1e;font-size: 16px;font-weight: 500;}
.woocommerce table.shop_table th {background: var(--bg-info); color: #fff;font-size: 18px;text-align: center;}



 .woocommerce table.shop_table .auction-history-table td {border: 1px solid #dddddd;text-align: left;padding: 8px;transition: .2s linear;}
.featured-sec .woocommerce table.shop_table th{background: var(--bg-info);color: #fff;}
.featured-sec .woocommerce table.shop_table th .nobr{color: #fff;}
.woocommerce table.shop_table .wishlist-items-wrapper tr:nth-child(even) {background-color: var(--bg-info);color: #fff;}
.woocommerce table.shop_table .wishlist-items-wrapper tr:nth-child(even) a{color: #fff;}
.woocommerce table.shop_table .wishlist-items-wrapper tr:nth-child(even) a.yith-wcqv-button{color: #1e1e1e;}
.woocommerce table.shop_table .wishlist-items-wrapper tr a.yith-wcqv-button{margin-left: 10px;}

.woocommerce table.shop_table .wishlist-items-wrapper tr:nth-child(even) td .wishlist-in-stock {color: #fff;}
.wishlist_table .product-stock-status span.wishlist-in-stock{color: #02AA6C;}
.woocommerce table.shop_table td {font-size: 16px;font-weight: 500;}
.woocommerce table.shop_table .wishlist-items-wrapper tr:hover{background: #08d68b;}
.woocommerce table.shop_table .wishlist-items-wrapper tr:hover td,.woocommerce table.shop_table .wishlist-items-wrapper tr:hover td a,.woocommerce table.shop_table .wishlist-items-wrapper tr:hover td .wishlist-in-stock{color: #fff;}

.woocommerce table.shop_table .wishlist-items-wrapper tr:hover td a.yith-wcqv-button{color: #1E1E1E;}

.yith-wcwl-wishlistexistsbrowse a{color: #1E1E1E;font-weight: 300;text-decoration: underline;}

div.tnp-subscription, div.tnp-profile, form.tnp-subscription, form.tnp-profile { max-width:400px; margin:0;}
.tnp-subscription label, .tnp-profile label { font-weight:normal; padding:0 0 5px 0;}
.tnp-subscription input[type=text], .tnp-subscription input[type=email], .tnp-subscription select, .tnp-profile input[type=text], .tnp-profile input[type=email], .tnp-profile select { background:none !important; border:#ced4da 1px solid !important; width:100%; height:auto; padding:6px 12px;}
.tnp-subscription input[type=text]:focus, .tnp-subscription input[type=email]:focus, .tnp-subscription select:focus, .tnp-profile input[type=text]:focus, .tnp-profile input[type=email]:focus, .tnp-profile select:focus { outline:none !important; border-color:#999 !important;}
.tnp-subscription input.tnp-submit, .tnp-profile input.tnp-submit { background:var(--bg-info) !important; cursor:pointer; padding:6px 12px; font-size:16px; line-height:1.5;}
.tnp-subscription input.tnp-submit:hover, .tnp-subscription input.tnp-submit:focus, .tnp-profile input.tnp-submit:hover, .tnp-profile input.tnp-submit:focus { background:var(--bg-info) !important; outline:none !important;}</pre></body></html>