/*
 Theme Name:   Platinum
 Description:  Platinum template - child theme of Ruralco Master Template
 Author:       Mitchell Lawrence
 Author URI:
 Template:     master
 Text Domain:  platinum 
*/
/* =Theme customization starts here
-------------------------------------------------------------- */
/**
 * colour palette
 *
 * red: #a80532
 * blue:  #334a5e 
 *
 */
/**
 * general
 * -----------------------------------------
 */
body {
  	/*
    --> color: white; <--
  
    set the base text color for the body
    if the background is white, then the text
    color needs to be dark, eg: black or #555 (drak grey)
    */
  color: #555; }

img {
  width: 100%; }
.post-body img {
	width:auto;
	
}
.menu-item img{
	width:auto;
}
.container {
  max-width: 1090px;
  /* 1024+15+15 */
  	/*
    --> color: rgba(0,0,0,0.78); <--
  
    never use RGBA for text color without a fallback. Better still, always use a HEX code or a color keyword, such as black or white
    */ }

.heading h1 {
  color: rgba(0, 0, 0, 0.78); }

.featured-heading h1, .featured-heading h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  margin-top: 60px;
  margin-bottom: 40px;
  color: rgba(0, 0, 0, 0.78); }

/**
 * logos
 * -----------------------------------------
 */
.logo a {
  background-image: url(images/logo.svg);
  width: 222px;
  height: 93px;
  margin-top: 15px;
  margin-bottom: 18px;
  background-size: 102%;
  margin-left: -24px; }

.no-svg .logo a, .ie-old .logo a {
  background-image: url(images/logo.svg); }

/* override some master theme styles */
@media (max-width: 60em) {
  .header-top > .container {
    display: block; }

  h1.logo, .header-rhs {
    width: 100%;
    float: left; }

  .logo a {
    margin-left: 0; } }
/* smaller logos for mobile */
@media (max-width: 35em) {
  .logo a, .ruralco-property-logo {
    width: 120px; } }
@media (max-width: 19em) {
  .ruralco-property-logo {
    display: none; } }
/**
 * header top + responsive
 * -----------------------------------------
 */
.header-top {
  position: fixed;
  width: 100%;
  height: 101px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: #f9bd8f 2px 3px; }

@media only screen and (max-width: 990px) {
  .header-top {
    position: relative;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: white 2px 3px; } }
.header-rhs {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -44px; }

/**
* header + old 
* -----------------------------------------
*/
.site-header {
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.8);
  padding-bottom: 0px;
  position: relative; }

.site-header:after {
  content: '';
  display: block;
  width: 100px;
  height: 28px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: -28px;
  background-image: url;
  opacity: .8; }

.no-svg .site-header:after {
  background-image: url;
  opacity: .8; }

/**
.header-top {
  background-image: url(images/header-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
**/
.no-svg .header-top {
  background-image: url(images/header-bg.png); }

@media only screen and (max-width: 60em) {
  .site-header {
    padding-bottom: 0; } }
.site-header:after {
  width: 50px;
  height: 14px;
  bottom: -14px;
  margin-left: -25px;
  background-size: 100%; }

/**
* navigation
* -----------------------------------------
*/
.nav-wrapper {
  background-color: rgba(0, 0, 0, 0.5); }

.nav-main > ul {
  /*background-color: rgba(0,0,0,0.5);*/
  background: none; }

.nav-main > ul > li > a {
  text-transform: capitalize;
  display: block;
  color: white;
  padding: 10px 13px;
  font-size: 14px;
  font-size: 0.875rem; }

.sub-menu > li {
  background-color: #f9bd8f;
  min-width: 163px; }
#menu-item-1711{
	margin-right:-28px;
}
.nav-top a {
  font-size: 15px;
  text-decoration: none;
  padding: 4px 8px;
  font-weight: 200;
  color: black; }

.nav-top .current-menu-item a {
  border-bottom: 2px solid #F9BD8F; }

.sub-menu > li {
  background-color: rgba(249, 189, 143, 0.8);
  min-width: 163px; }

/**
 * two column layout with fixed width sidebar
 * -----------------------------------------
 */
.sidebar-fixed-width .main-column, .sidebar-fixed-width .side-column {
  display: inline-block;
  vertical-align: top;
  width: 100%; }

@media only screen and (min-width: 50em) {
  .sidebar-fixed-width .main-column {
    width: calc(100% - 235px);
    /**  padding-right: 4em;
    **/ } }
@media only screen and (min-width: 64em) {
  .sidebar-fixed-width .main-column {
    width: calc(100% - 261px); } }
@media only screen and (min-width: 50em) {
  .sidebar-fixed-width .side-column {
    width: 230px; } }
@media only screen and (min-width: 64em) {
  .sidebar-fixed-width .side-column {
    width: 256px; } }
.ie-old .sidebar-fixed-width .main-column, .ie9 .sidebar-fixed-width .main-column {
  float: left;
  width: 768px;
  padding-right: 4em; }

.ie-old .sidebar-fixed-width .side-column, .ie9 .sidebar-fixed-width .side-column {
  float: right;
  width: 256px; }

.main-column-background {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 55px;
  border-radius: 10px; }

/**
 * type
 * -----------------------------------------
 */
h1, h2, h3, h4, h5, h6 {
  	/*
    --> font-family: sans-serif; <--
  
    sans-serif should be used as a generic fallback
    to a specific font, eg: "open sans", sans-serif
    not on its own as the only font definition
    */
  color: rgba(0, 0, 0, 0.78);
  font-family: "open sans", "sans-serif";
  font-weight: 400;
  text-transform: uppercase;
  /*
  --> text-align: center; <--

  this makes ALL headings centred, so it would be
  better to use this style with a more specific
  selector like ".page-heading h1"
  */ }

h3 {
  text-transform: none; }

p {
  margin-bottom: 9px; }

.page-heading h1 {
  /*text-align: center;*/ }

.main-column a {
  color: #419639; }

.page-heading h1 {
  text-align: center;
  display: none; }

/**
 * ypag banner h2 style
 * -----------------------------------------
 */
.slide-info h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 200;
  font-size: 59px; }

/**
* ypag Livestock Listings
* -----------------------------------------
*/
.livestock-listing-item {
  /*margin: 1%;*/
  /*width: 23%;*/
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  border: none;
  min-height: 350px;
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px;
  border-radius: 10px; }

.listing-search {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 5px; }

.listing-search h3 {
  margin-top: 0; }

.listing-gallery-wrapper {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding: 1.5em;
  margin-top: 20px !important; }

.listing-item a {
  display: block;
  padding: 10px 10px 20px;
  min-height: 240px;
  color: black;
  text-decoration: none;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px; }

.listing-item {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  border: none !important;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: background 0.2s ease; }

@media only screen and (max-width: 47.9375em) {
  .listing-gallery-wrapper {
    padding: 10px; }

  .listing-gallery .grid-item {
    max-width: 120px; } }
@media only screen and (max-width: 37.4375em) {
  .listing-gallery-wrapper ul {
    text-align: center; } }
@media only screen and (max-width: 47.9375em) {
  .single-livestock .main-column-left {
    padding-left: 10px; } }
/**
 * profiles
 * --------------------------------------
 */
.profiles-wrapper .content-background {
  margin-bottom: 10px;
  margin-top: 100px;
  padding-top: 50px;
  border-radius: 10px; }

.profiles-wrapper .profiles {
  padding-left: 50px;
  padding-right: 50px; }

.grid-item {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  font-size: 1rem;
  margin: 1%;
  height: 103px;
  min-width: 193px;
  padding: 10px;
  min-height: 147px;
  text-align: center; }

.profile h4 {
  font-size: 14px;
  min-height: 36px;
  margin-top: 0;
  margin-bottom: 8px; }

.profile-link a {
  color: #5181B9 !important;
  text-decoration: none;
  font-weight: 500; }

.profile-info {
  position: absolute;
  width: 100%;
  height: 52px;
  bottom: 0;
  left: 0;
  padding: 10px 15px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  transition: height 0.2s ease-out;
  overflow: hidden;
  color: white; }

.profile-email a {
  display: block;
  font-size: 10px;
  color: white !important;
  margin-bottom: 0px;
  text-decoration: none; }

.profile-info a, .profile-info h4 {
  color: #FFFFFF; }

.profile:hover .profile-info {
  height: 100%; }

.profile:hover .profile-info h4 {
  min-height: 0; }

@media only screen and (max-width: 47.999em) {
  .profiles ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .profile {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px;
    margin-bottom: 15px;
    max-width: 43%;
    margin-left: auto;
    position: relative; }

  .profile img {
    width: 200px;
    max-width: 100%;
    margin-bottom: 10px; }

  .profile h4 {
    min-height: 0;
    color: #FFFFFF; }

  .profile-info {
    position: relative;
    padding: 0;
    background-color: transparent;
    height: auto;
    width: auto;
    transition: none; } }
@media only screen and (max-width: 29.999em) {
  .profile img {
    width: 150px; } }
/**
 * slider
 * -----------------------------------------
 */
.flexslider .slides img {
  width: 100%;
  display: block;
  margin-top: 40px; }

.banner-full-width {
  position: relative;
  overflow: hidden;
  background-color: white !important;
  background-size: inherit;
  opacity: 1;
  height: 392px;
  margin-top: -41px;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in; }

.page-template-services-two-column-php .banner-full-width {
  position: relative;
  overflow: hidden;
  background-color: white !important;
  background-size: inherit;
  opacity: 1;
  width: 100%;
  /* float: left; */
  margin-top: -40px;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in; }

.page-template-services-two-column-php .banner-full-width .slide {
  margin-top: 40px; }

.slide-info .read-more {
  color: #fff;
  margin-bottom: 0;
  display: block;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid white;
  background-color: none;
  margin-right: auto;
  text-decoration: none;
  margin-top: 18px;
  width: 110px;
  margin-left: auto; }

.slide-info {
  height: 100%;
  /* padding: 0; */
  padding: .5em;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  /* background-color: rgba(92, 134, 166, 0.23); */
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.page-id-5 .slide-info {
  height: 91%;
  /* padding: 0; */
  padding: .5em;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  /* background-color: rgba(92, 134, 166, 0.23); */
  -webkit-box-direction: normal;
  background: linear-gradient(#024275, rgba(2, 66, 117, 0));
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.no-flexbox .slide-info {
  padding-top: 10%; }

@media (max-width: 60em) {
	
.nav-main .sub-menu>li a {
   
    padding: 4px 13px 6px 26px;
}
.nav-main>ul>li a img{
   
       width: 20% !important;
}
  .slide-info h2 {
    font-size: 40px; } }
@media (max-width: 48em) {
  .slide-info h2 {
    font-size: 30px; } }
@media (max-width: 35em) {
  .slide-info {
    position: relative;
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.25); }

  .slide-info h2 {
    font-size: 20px;
    text-shadow: none; }

  .flex-control-nav {
    position: relative;
    bottom: -10px; } }
/**
 * grid of images + links
 * --------------------------------------
 */
.grid-of-images-links img, .grid-of-images-links .text-overlay {
  border-radius: 5px; }

.grid-of-images-links .text-overlay {
  background-color: rgba(0, 0, 0, 0.4); }

.no-rgba .grid-of-images-links .text-overlay {
  background-image: url(images/transparent-black-40.png); }

.grid-of-images-links ul {
  text-align: center; }

/**
 * homepage about
 * --------------------------------------
 */
.homepage-about {
  text-align: center;
  margin-bottom: 3em; }

.homepage-about h2 {
  margin-top: 0; }

.page-id-26 .page-content h1 {
  margin-left: auto;
  margin-right: auto;
  font-size: 26px;
  text-align: center !important;
  color: #7D7D7D;
  font-weight: 100;
  max-width: 100%;
  margin-bottom: 34px;
  margin-top: 50px; }

.page-id-26 .default-editor p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #A1A1A1;
  font-style: oblique;
  max-width: 80%;
  margin-left: auto;
  margin-bottom: 50px;
  margin-right: auto;
  font-style: normal !important; }

/**
 * homepage-services
 * --------------------------------------
 */
.homepage-services {
  margin: -5px;
  padding: 0;
  list-style: none; }

.homepage-services li {
  display: block;
  float: left;
  margin: 5px; }

.homepage-services a {
  display: block;
  width: 150px;
  height: 80px;
  background: lightblue;
  text-decoration: none;
  position: relative; }

.homepage-services span {
  display: block;
  width: 150px;
  height: 20px;
  padding: 30px 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  font-family: sans-serif; }

/**
 * insurance + finance page
 * --------------------------------------
 */
.page-insurance-finance p {
  text-align: center;
  padding-top: 10px; }

/**
 * Form
 * --------------------------------------
 */
.gform_wrapper form {
  text-align: center; }

/**
 * social icons
 * --------------------------------------
 */
.social-icons {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: block;
  vertical-align: middle; }

.social-icons a:before {
  font-size: 30px;
  color: white;
  /*#a80532;*/ }

/**
 * side column
 * --------------------------------------
 */
.side-column h4, .side-column .textwidget {
  text-align: center;
  font-weight: 600;
  margin-top: 0px; }

.side-column .textwidget {
  font-size: 12px;
  font-weight: 400; }

/**
 * contact us page
 * --------------------------------------
 */
.custom-background .main-column-left {
  text-align: left; }

/**
 * footer
 * --------------------------------------
 */
.site-footer {
  background-color: rgba(0, 0, 0, 0.51); }

.footer-sub {
  background: none;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: -48px; }

.footer-main {
  font-size: 14px;
  background: none;
  text-align: center; }

.footer-column, .footer-column a, .footer-column h5 {
  color: white;
  text-align: center;
  font-weight: 600; }

@media only screen and (max-width: 48em) {
  .footer-column {
    margin-bottom: 32px; }

  .footer-column h5 {
    text-align: center; } }
.footer-column-1 {
  color: white;
  font-size: 14px;
  text-align: center; }

.footer-column-4 img {
  max-width: 50%;
  height: auto; }

/**
 * contact page
 * -----------------------------------------
 */
.office-details .fa {
  color: #034999; }

/**
 * livestock listings
 * -----------------------------------------
 */
.single-livestock .main .container {
  margin-top: 2em; }

.single-livestock h1, .single-livestock h2, .single-livestock h3, .single-livestock h4, .single-livestock h5, .single-livestock h6 {
  text-align: left;
  text-transform: none;
  font-weight: 600; }

/**
 * IE8 / cross-browser fixes
 * -----------------------------------------
 */
.ie8 .logo a {
  text-indent: -9999em; }

.no-flexbox .nav-main > ul > li > a, .ie-old .nav-main > ul > li > a {
  padding: 10px 50px; }

/**
 * home page button
 * -----------------------------------------



.page-id-5 .page-content a {
    color: white !important;
    background-color: rgb(50,143,191);
    padding: 8px;
    margin-right: auto;
    display: inline-block;
    margin-left: auto;
    border-radius: 5px;
    margin-top: 7px !important;
    text-decoration: none;
}

.page-id-5 .page-content a:hover {
	background-color:rgb(14,105,152);
}

 */
/**
 * contact us side menu
 * -----------------------------------------
 */
.menu-locations-container a {
  display: block;
  background-color: #6581A3;
  padding: 7px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  margin: 10px;
  border-radius: 5px; }

.menu-locations-container a:hover {
  background-color: #496991; }

/**
 * news and reports
 * -----------------------------------------

 
.post-content {
    width: 100%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    background-color: #A1BBDA;
    padding: 20px;
    color: #F3F7FC;
    border-radius: 10px;
    margin-top: -17px;
    font-size: 13px;
    text-decoration: none;
}

.post-content a {
    text-decoration: none;
    font-size: 15px;
    text-transform: capitalize;
}

.post-content a:hover {
  color:#063469 !important;
}

 */
/**
* indivisual listing links color block
* --------------------------------------
*/
.page-id-74 .auctions-listing .listing-item {
  font-size: 15px;
  padding: 12px 10px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border: none;
  height: auto;
  min-height: 180px;
  width: 100%;
  max-width: 330px;
  margin-bottom: 1em;
  text-decoration: none;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.7); }

.page-id-74 .listing-item a {
  display: inline;
  padding: 10px 10px 20px;
  min-height: 240px;
  color: black;
  text-decoration: none;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 5px; }

/**
 * indivisual listing links color block
 * --------------------------------------

 
 .listing-item.grid-itemX {
    display: block;
    background-color: rgba(244, 247, 252, 0.8);
    border-radius: 5px;
    padding: 5px;
    text-decoration: none;
    width: 30%;
}

.listing-item a {
    padding: 0px 15px 1px;
    color: black;
    text-decoration: none;
    position: relative;
    background-color: rgba(245, 222, 179, 0);
    border-radius: 5px;
    margin-bottom: -212px;
}

.listing-item.grid-itemX {
    display: block;
    background-color: rgba(244, 247, 252, 0.8);
    border-radius: 5px;
    padding: 5px;
    text-decoration: none;
    width: 30%;
}

.listing-item {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    border: none !important;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: background 0.2s ease;
}

 */
/* into block design */
.intro-blocks.clearfix {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  margin-top: 10px;
  text-align: center; }

.intro-blocks {
  background-color: white; }

.intro-block {
  margin-bottom: 30px !important;
  border-radius: 4px !important;
  border: 1px solid #1293D4;
  min-height: 286px !important;
  padding-bottom: 9px !important;
  max-width: 249px !important;
  display: inline-block !important;
  margin-right: 0;
  float: none;
  margin-top: 20px; }

.btn-blue {
  background: #FAF6F5;
  background: #1d9bd9;
  background: -webkit-linear-gradient(#3baee7, #08c);
  background: linear-gradient(#3baee7, #08c);
  border-radius: 4px;
  color: #fff; }

.btn-blue:hover {
  background: linear-gradient(#0A8ED0, #2360A7);
  transition: 2s; }

.button {
  border-bottom: none; }

.page-id-26 .content-block-container h2 {
  margin-left: auto;
  margin-right: auto;
  font-size: 26px;
  text-align: center !important;
  color: #000;
  font-weight: 100;
  max-width: 100%;
  margin-bottom: 34px; }

/* featured items - home page */
.featured-items {
  background-color: #F2F2F2;
  padding-top: 10px;
  padding-bottom: 10px; }

.feature-items-item {
  text-align: center;
  display: inline-flex;
  max-width: 217px;
  max-height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 170px; }

.feature-items-item h3 {
  font-size: 23px;
  display: block;
  margin-top: -78px;
  text-transform: capitalize;
  color: white;
  text-shadow: 1px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: auto;
  width: 100%;
  font-weight: 300; }

/*
.row-of-featured-items {
    display: inline-table;
    max-width: 100%;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
}

*/
.featured-items-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: inline-block;
  margin-left: auto;
  text-align: center; }

/* footer */
.footer-sub {
  background-color: #7D7D7D;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 0; }

/**
 * about us - page
 * -----------------------------------------
 */
.page-id-13 .slide-info {
  position: relative;
  width: 50%;
  bottom: 0;
  max-width: 600px;
  margin-left: 648px;
  margin-right: auto;
  padding: 10px 15px;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  margin-bottom: 100px;
  -ms-flex-pack: center;
  justify-content: center; }

.page-id-13 .banner-full-width {
  position: relative;
  overflow: hidden;
  background-color: white !important;
  background-size: inherit;
  opacity: 1;
  margin-top: -1px;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in; }

.page-id-13 .timeline-slides {
  padding: 20px 50px 10px;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto; }

.page-id-13 .timeline-nav .slick-list.draggable {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1000px !important;
  text-align: center !important; }

ul#timelineNav {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

.timeline-nav {
  margin-bottom: 2em;
  background-color: #444444 !important;
  padding: 10px 25px;
  color: rgba(213, 213, 213, 0.88) !important; }

/**
 * services page and home page content blocks
 * -----------------------------------------
*/
.content-block-container {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px; }

.block-heading .content-block-container {
  padding-bottom: 20px; }

.content-block h2 {
  text-transform: uppercase; }

.block-heading h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  margin: 0; }

.block-content {
  max-width: 420px;
  font-size: 18px; }

.block-with-image .block-image img {
  max-width: 240px; }

.block-image-left .block-content {
  margin-left: auto; }

.block-image-right .block-content {
  margin-right: auto; }

.block-image {
  width: 40%;
  text-align: center; }

.block-with-image {
  margin-bottom: 0; }

.content-block-container {
  width: 74%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  color: white;
  padding-bottom: 40px; }

.page-id-46 .block-with-image .block-content h2 {
  margin-top: 0;
  color: white;
  font-weight: 300; }

.page-id-46 .content-block-container p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  font-style: oblique;
  text-shadow: rgba(140, 140, 140, 0.25) 1px 0px; }

.page-id-26 .content-block-container p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: white;
  font-style: oblique; }

#agronomy {
  background-image: url(images/agronomy.jpg);
  height: 400px;
  width: 100%;
  margin-bottom: 1px;
  background-size: cover; }

#agfarm {
  background-image: url(images/Services/seed.jpg);
  height: 400px;
  width: 49.9%;
  float: left; }

#finance {
  background-image: url(images/Services/research.jpg);
  height: 400px;
  width: 49.9%;
  float: right; }

#insurance {
  background-image: url(images/Services/fert.jpg);
  height: 400px;
  width: 100%;
  float: left;
  margin-top: 1px;
  background-size: cover; }

#livestock {
  background-image: url(images/Services/animal-sheep.jpg);
  height: 400px;
  width: 33.3%;
  float: left;
  margin-top: 1px;
  margin-right: 1px; }

#merchandise {
  background-image: url(images/Services/firearms.jpg);
  height: 400px;
  width: 33.2%;
  margin-right: auto;
  margin-left: auto;
  float: left;
  margin-top: 1px; }

#real-estate {
  background-image: url(images/Services/fencing.jpg);
  height: 400px;
  width: 33.3%;
  float: right;
  margin-top: 1px; }

#firearms {
  background-image: url(images/Services/firearms.jpg);
  height: 400px;
  width: 100%;
  float: left;
  margin-top: 1px; }

.page-id-46 .footer-main {
  background-color: white; }

.page-id-46 .footer-sub {
  margin-bottom: -200px !important; }

/**
 * services sidebar
 * --------------------------------------
 
 
 aside.sidebar.affix-top {
    margin-top: -54px;
}

aside.sidebar.affix-top a {
    display: block;
    background-color: rgba(134, 130, 130, 0);
    margin: 5px;
    padding: 10px;
    border-left: 1px solid #C3C3C3;
    color: #BEBEBE;
    text-transform: none;
}

aside.sidebar.affix-top a:hover {
    background-color: rgb(65, 113, 151);
    text-transform: none;
    text-decoration: none;
    transition: 1s;
    color: white;
}

aside.sidebar.affix-top a:active {
    background-color: rgb(65, 113, 151);
    text-transform: none;
    text-decoration: none;
}

aside.sidebar.affix-top a:active {
    background-color: #30B558;
    text-transform: none;
    text-decoration: none;
}

.page-content ul{
    margin-bottom: 1.5em;
    text-align: left;
    display: block;
}


/**
 * services sidebar
 * --------------------------------------
 */
 /*
.i001-detail-image {
    text-align: left;
}

.i001-detail-wrap {
    text-align: left;
}



 
 .page-id-16 .sidebar.affix-top {
    margin-top: -10px;
}

.page-id-29 .flexslider .slides img {
    width: 100%;
    display: block;
    margin-top: 0px;
}
*/
/**
 * about us page
 * --------------------------------------
 */
.page-id-28 .slide-info p {
  font-size: 14px;
  font-size: .875rem;
  margin-bottom: 5px;
  width: 50%;
  margin-right: auto;
  margin-left: auto; }

.page-id-28 .banner-full-width {
  position: relative;
  overflow: hidden;
  background-color: white !important;
  background-size: inherit;
  opacity: 1;
  height: 392px;
  margin-top: 0px;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in; }

/**
 * homepage content blocks
 * -----------------------------------------
*/
.content-block-container {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px; }

.block-heading .content-block-container {
  padding-bottom: 20px; }

.content-block h2 {
  text-transform: uppercase; }

.block-heading h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  color: white;
  margin: 0; }

.block-content {
  max-width: 420px;
  font-size: 18px; }

.block-with-image .block-image img {
  max-width: 240px; }

.block-image-left .block-content {
  margin-left: auto; }

.block-image-right .block-content {
  margin-right: auto; }

.block-image {
  width: 40%;
  text-align: center; }

.block-with-image {
  margin-bottom: 0; }

.content-block-container {
  width: 74%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  color: #000;
  padding-bottom: 40px; }

.content-block-container h2 {
  color: #000;
  font-weight: 900;
  font-size: 25px; }

.content-block-container p {
  font-size: 16px;
  font-weight: 500;
  font-style: oblique;
  color: white;
  text-shadow: rgba(140, 140, 140, 0.25) 1px 0px; }

#gun-supplies {
  background-image: url(images/Services/firearms.jpg);
  height: 400px;
  width: 100%;
  margin-bottom: 1px;
  background-size: cover; }

/**
 * individual service page
 * -----------------------------------------
 */
.post-index .post-content h2 {
  margin-top: -3px;
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 600; }

.main {
  margin-top: 104px; }

.main-column a {
  color: #034999 !important; }

.main-column, .side-column {
  /*padding-top: 1em;*/
  margin-top: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px;
  border-radius: 10px; }

.main-column .page {
  padding-left: 2em;
  padding-right: 2em; }

.main-column.main-column-left.homepage-about {
  width: 60%;
  display: block;
  background-color: white;
  padding: 6px;
  padding-left: 28px;
  padding-right: 15px;
  margin-top: -109px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 1;
  float: right;
  shape-outside: 10px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #736E6E; }

.main-column.main-column-left.homepage-about h1 {
  font-weight: 400;
  text-align: center;
  color: #736E6E; }

.main-column.main-column-left.homepage-about span {
  color: #f37b20 !important;
  color: #F37B20;
  text-decoration: none; }

.main-column.main-column-left.homepage-about u {
  text-decoration: none; }

/* widget services menu */
.menu {
  width: 91%;
  display: block;
  background-color: #f37b20;
  padding: 7px;
  text-align: center;
  margin-top: -102px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 1;
  border-radius: 10px;
  text-transform: none;
  float: left; }

.menu a {
  color: white;
  text-transform: none;
  text-decoration: none;
  display: block;
  font-weight: 200;
  background-color: rgba(246, 246, 246, 0.16);
  padding: 7px;
  margin: 5px;
  border-radius: 5px; }

.menu a:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #f37b20; }

/* widget contact menu 

.menu-contact-container {
    width: 91%;
    display: block;
    background-color: rgb(243, 123, 32);
    padding: 7px;
    text-align: center;
    margin-top: -102px;
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.09);
    position: relative;
    z-index: 1;
    border-radius: 10px;
    text-transform: none;
    float: left;
}

.menu-contact-container a {
    color: white;
    text-transform: none;
    text-decoration: none;
    display: block;
    font-weight: 200;
    background-color: rgba(246, 246, 246, 0.16);
    padding: 7px;
    margin: 5px;
    border-radius: 5px;
}

.menu-contact-container a:hover {
	
	 background-color: rgba(255,255,255,0.9);
	 color: rgb(243, 123, 32);
}
*/
.main-column a {
  color: #F37B20 !important; }

/* services page */
.page-id-46 .default-editor p {
  margin-left: auto;
  margin-right: auto;
  margin-top: 33px;
  font-size: 17px;
  text-align: center !important;
  color: #7D7D7D;
  font-weight: 100;
  max-width: 100%;
  padding-right: 100px;
  margin-bottom: 34px;
  padding-left: 100px; }

.page-content h1 {
  font-weight: 300;
  text-align: center;
  margin-top: 37px;
  color: #F37B20; }

.footer-sub p {
  margin-bottom: 0;
  font-size: 9pt;
  font-size: .75rem;
  color: #bbb; }

.feature-items-item p {
  font-size: 14px;
  font-size: .875rem;
  margin-bottom: 0;
  color: white;
  font-style: italic; }

/*form*/
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: 98.5%; }

.office-details p {
  font-size: 12px; }

#mobile-fitler {
  display: none; }

@media (max-width: 60em) {
  .mini-cart-top, .platinum-shop-sidebar {
    display: none; }

  #mobile-fitler {
    display: block;
    width: 100%;
    clear: both; }

  #mobile-fitler .inner-sidebar {
    display: none;
    position: absolute;
    width: 100%;
    overflow: scroll; }

  #mobile-fitler .search-form {
    margin: 0 20px; }

  #mobile-fitler .search-product {
    padding: 10px 0; }

  #mobile-fitler .phone-repairer {
    margin-top: 0;
    padding: 20px; }

  #mobile-fitler #product-filter {
    margin-top: 0; }

  #mobile-fitler #product-filter > ul {
    padding: 0 20px 0 20px; }

  #mobile-fitler .trigger-filter a {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    background: #F88008;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
    display: block;
    width: 100%;
    position: relative; }

  #mobile-fitler .trigger-filter a:after {
    content: '';
    position: absolute;
    top: 25px;
    right: 25px;
    width: 15px;
    height: 13px;
    background: url(images/op-close.png) no-repeat top left; }

  #mobile-fitler .trigger-filter a.active:after {
    background: url(images/op-close.png) no-repeat top right; }

  .logo a, .ruralco-property-logo {
    width: 240px;
    margin-left: auto;
    margin-right: auto; }

  .header-top > .container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }

  .header-top {
    /* position: relative; */
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: white 2px 3px;
    margin-left: auto;
    margin-right: auto; }

  .mobile-header-bar {
    height: 3pc;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #f9f9f9;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    float: right;
    box-sizing: content-box;
    margin-right: auto;
    margin-left: auto;
    width: 100%; }

  .mobile-search {
    display: table-row-group;
    float: left;
    margin-top: -9px;
    vertical-align: top;
    padding: 15px 17pt;
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px); }

  .banner-full-width {
    position: relative;
    overflow: hidden;
    background-color: white !important;
    background-size: inherit;
    opacity: 1;
    height: 100px;
    margin-top: -41px;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in; }

  .flexslider .slides img {
    width: 100%;
    display: block;
    margin-top: -2px; }

  .main {
    margin-top: 39px; }

  .default-editor p {
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    color: #A1A1A1;
    max-width: 100%;
    margin-left: auto;
    padding: 20px;
    margin-bottom: 50px;
    margin-right: auto;
    font-style: normal !important; }

  /* services */
  .page-template-services-two-column-php .banner-full-width {
    position: relative;
    overflow: hidden;
    background-color: white !important;
    background-size: inherit;
    opacity: 1;
    width: 100%;
    height: 200px;
    /* float: left; */
    margin-top: -80px;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in; }

  .menu {
    width: 100%;
    display: block;
    background-color: #f37b20;
    padding: 7px;
    text-align: center;
    margin-top: -102px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.09);
    position: relative;
    z-index: 1;
    border-radius: 10px;
    text-transform: none;
    margin-top: -71px;
    /* float: left; */ }

  .main-column.main-column-left.homepage-about {
    width: 100%;
    display: block;
    background-color: white;
    /* padding: 6px;*/
    padding-left: 10px;
    padding-right: 8px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.09);
    position: relative;
    z-index: 1;
    margin-top: -100px;
    shape-outside: 10px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #736E6E; }

  .page-content p {
    padding-left: 4px; }

  .gform_wrapper {
    overflow: inherit;
    margin: 1em 0;
    width: 101% !important; }

  .gform_wrapper form {
    text-align: center;
    width: 103%; }

  /*about us */
  .page-id-28 .slide-info p {
    font-size: 14px;
    font-size: 12px;
    margin-bottom: 19px;
    width: 100%;
    margin-top: 3px;
    margin-right: auto;
    margin-left: auto; }

  .page-id-28 .slide-info {
    position: relative;
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.25);
    margin-top: -45px; }

  .page-id-28 .banner-full-width {
    position: relative;
    overflow: hidden;
    background-color: white !important;
    background-size: inherit;
    opacity: 1;
    height: 343px;
    margin-top: -42px;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in; }

  /* footer */
  .footer-main > .container {
    padding-bottom: 30px;
    display: none; }

  .row {
    margin-left: -15px;
    margin-right: -15px;
    /*display: none;*/ }

  .block-contact {
    margin-bottom: 5em;
    display: block; }

  .ofice-details {
    display: inline-block;
    width: 100%; } }
/* DIGITAL NOIR START */
/* START DEVELOPING */
.slider-shop {
  position: relative; }

.slider-shop ul.slides li {
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.slider-shop ul.slides li:first-child {
  display: block; }

.slider-shop ul.slides li .container-slide {
  min-height: 415px;
  position: relative; }

.slider-shop ul.slides li div {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 35px;
  color: #fff;
  line-height: 1em;
  text-shadow: 1px 1px 3px #000; }

.slider-shop ul.slides li .banner-text {
  position: absolute;
  bottom: 80px;
  right: 0; }

.slider-shop ul.slides li div.banner-head {
  color: #f78007;
  font-size: 50px; }

.slider-shop .flex-control-nav a {
  border: none; }

.content-woo {
  padding-top: 50px;
  color: #000;
  margin-bottom: 30px; }

.content-woo .firearms-title h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  text-transform: none;
  margin: 0;
  line-height: 1em;
  font-size: 35px;
  color: #f78007; }

.content-woo .browse-all-link {
  text-align: right; }

.content-woo .browse-all-link a, .content-woo .back-to-shop a, .cart-content .back-to-shop a {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-style: italic;
  color: #f78007;
  text-decoration: none !important; }

.content-woo .browse-all-link a span {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #f78007;
  display: inline-block;
  position: relative;
  right: -2px;
  top: 1px; }

.content-woo .back-to-shop a span, .cart-content .back-to-shop a span {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #f78007;
  display: inline-block;
  position: relative;
  right: -2px;
  top: 1px; }

.content-woo .boxed-title {
  margin-top: 35px;
  margin-bottom: 35px; }

.content-woo .boxed-title span {
  display: inline-block;
  float: right;
  font-size: 20px;
  color: #828282; }

.content-woo .boxed-title div {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 20px;
  background: #f1f1f1;
  padding: 20px 30px;
  text-transform: uppercase;
  line-height: 1em; }

.content-woo .product-landing-loop li {
  margin-bottom: 60px;
  text-align: center; }

.content-woo .product-landing-loop li a, .content-woo li.products .product-loop-image {
  position: relative;
  overflow: hidden;
  display: block; }

.content-woo .product-landing-loop li a .landing-title {
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  font-weight: 600; }

.content-woo .product-landing-loop li a img {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.content-woo li.products .product-loop-image img {
  max-width: 100%; }

/*
.content-woo .product-landing-loop li a:before {
	content: '';
	position: absolute;
	width: 300px;
	height: 85px;
	-moz-transform: skew(-45deg);
	-webkit-transform: skew(-45deg);
	-o-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	transform: skew(-45deg);
	background: #4dc10e;
	top: 0;
	left: -270px;
	z-index: 3;
}
.content-woo .product-landing-loop li a:after {
	content: '';
	position: absolute;
	width: 25px;
	height: 20px;
	background: url(images/instock-icon.png) no-repeat top center;
	background-size: 100% 100%;
	top: 10px;
	left: 10px;
	z-index: 4;
}
*/
.content-woo .landing-image {
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 1px solid #e2e2e2;
  margin-bottom: 20px;
  overflow: hidden; }

.content-woo .product-landing-loop li a {
  text-decoration: none !important; }

.content-woo .brand-loop .brand-image a {
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 1px solid #e2e2e2;
  margin-bottom: 20px;
  height: 240px;
  position: relative;
  overflow: hidden;
  display: none;
  text-align: center; }

.content-woo .brand-loop .brand-image a.show {
  display: block; }

.content-woo .brand-loop .brand-image a img {
  height: 100%;
  width: auto;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.content-woo .load-more-brand a, .content-woo .load-more-brand a:active {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #e2e2e2;
  padding: 20px;
  text-transform: uppercase;
  text-decoration: none; }

.content-woo .load-more-brand a:hover {
  background: #F3F3F3;
  text-decoration: none; }

.content-woo .browse-all-product-button a, .content-woo .browse-all-instock a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 20px;
  text-transform: uppercase;
  text-decoration: none;
  background: #f68c2b;
  margin-top: 30px; }

.content-woo .browse-all-product-button a:hover, .content-woo .browse-all-product-button a:active, .content-woo .browse-all-instock a:hover {
  background: #E28127; }

.content-woo .browse-all-instock {
  margin-bottom: 30px; }

.content-woo .inner-product-loop {
  border: 1px solid #e2e2e2;
  text-align: center;
  position: relative;
  overflow: hidden; }

.content-woo .title-price {
  padding: 15px;
  background: #f4f4f4;
  position: relative; }

.content-woo li.products:hover .title-price {
  background: #E4E4E4; }

/*
.content-woo .not-single-results .title-price .inner-title-price {
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
*/
.content-woo li.products {
  margin-bottom: 30px; }

.content-woo li.products a, .content-woo li.products a ins {
  position: relative;
  text-decoration: none !important; }

.content-woo li.products a {
  display: block; }

.content-woo li.products.new-badges a:before {
  content: '';
  position: absolute;
  width: 300px;
  height: 115px;
  -moz-transform: skew(45deg);
  -webkit-transform: skew(45deg);
  -o-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
  background: #ffe742;
  top: 0;
  right: -270px;
  z-index: 3; }

.content-woo li.products.new-badges a:after {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 800;
  content: 'NEW';
  position: absolute;
  top: 15px;
  right: 5px;
  z-index: 4;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.content-woo li.products .product-loop-image {
  position: relative;
  height: 180px; }

.content-woo li.products span.onsale {
  display: none; }

.content-woo li.products h3, .content-woo li.products .price .amount {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 15px 0;
  display: inline-block; }

.content-woo li.products .price .amount {
  font-weight: 800;
  color: #f88008;
  margin-bottom: 5px; }

.content-woo li.products .price del .amount {
  text-decoration: line-through;
  color: #AFADAD;
  font-size: 17px;
  font-weight: 300; }

.content-woo li.products.sale .inner-product-loop:before, .single .content-woo div.product.sale .product-images .inner-images:before {
  content: '';
  position: absolute;
  width: 300px;
  height: 115px;
  -moz-transform: skew(45deg);
  -webkit-transform: skew(45deg);
  -o-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
  background: #ea4126;
  top: 0;
  right: -270px;
  z-index: 3; }

.content-woo li.products.sale .inner-product-loop:after, .single .content-woo div.product.sale .product-images .inner-images:after {
  content: '';
  position: absolute;
  width: 51px;
  height: 49px;
  background: url(images/sale-badge.png) no-repeat top center;
  top: 0;
  right: 0;
  z-index: 4; }

.shop-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 50px;
  padding: 100px 0;
  margin-bottom: 50px;
  color: #f78008;
  line-height: 1em;
  text-transform: uppercase;
  border-bottom: 1px solid #e2e2e2; }

.shop-title .bold-heading {
  font-weight: 800; }

.shop-archive-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  text-transform: none;
  margin: 0;
  font-size: 35px;
  color: #f78007; }

.content-woo .woocommerce-breadcrumb, .content-woo .woocommerce-breadcrumb a {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-style: italic;
  color: #000;
  font-size: 18px;
  text-decoration: none !important; }

.content-woo .woocommerce-ordering {
  float: none;
  font-size: 15px;
  padding: 10px 0; }

.content-woo .woocommerce-ordering label {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 15px;
  padding: 0 30px; }

.content-woo .woocommerce-ordering .order-title {
  font-style: italic;
  display: inline-block;
  margin-right: 40px; }

.content-woo .woocommerce-ordering input {
  display: none; }

.content-woo .woocommerce-ordering input:checked + label, .content-woo .woocommerce-ordering label:hover {
  text-shadow: 0 0 1px #000;
  position: relative; }

.content-woo .woocommerce-ordering input:checked + label:before {
  content: '\2022';
  position: absolute;
  top: 0;
  left: 10px;
  margin-right: 2px;
  font-size: 45px;
  line-height: 0.5em;
  vertical-align: middle; }

.inner-sidebar .search-product {
  background: #f88008;
  padding: 7px; }

.inner-sidebar .search-product .search-product-icon {
  position: absolute;
  background: #012b64 url(images/search-icon.png) no-repeat center;
  height: 100%;
  width: 37px;
  top: 0;
  right: 0;
  border: none;
  -webkit-appearance: none !important;
  text-indent: -999em;
  padding: 5px;
  border-left: 7px solid #f88008;
  outline: none !important; }

.inner-sidebar .search-product input {
  border-radius: 0;
  outline: none;
  border: 1px solid #d66e07;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 5px 5px 40px;
  background: #fff url(images/search-glass.png) no-repeat 7px 50%; }

.inner-sidebar .search-product input:focus {
  border-color: #bd6106; }

#product-filter {
  text-align: center;
  background: #eaeaea;
  border: 1px solid #dcdcdc;
  padding: 7px 7px 0 7px;
  line-height: 1em;
  margin-top: 14px; }

#product-filter ul li {
  padding: 15px 0;
  border-bottom: 1px solid #dcdcdc; }

#product-filter ul ul {
  border: 1px solid #dcdcdc;
  background: #fff; }

#product-filter ul ul li {
  border: none; }

#product-filter ul li a {
  display: block; }

#product-filter ul li.accordion {
  padding-bottom: 0; }

#product-filter ul li.accordion a {
  padding-bottom: 15px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 16px; }

#product-filter ul li.accordion ul li a {
  padding-bottom: 0px; }

#product-filter ul li.active a {
  font-weight: 700;
  color: #f88008;
  text-decoration: underline; }

.has-brand-image .bold-subheading .inner {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

#infscr-loading {
  width: 100% !important;
  text-align: center;
  position: absolute;
  bottom: -20px; }

#infscr-loading img {
  display: none; }

.woocommerce-pagination {
  display: none; }

@-moz-keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes spinner-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* :not(:required) hides this rule from IE9 and below */
.spinner-loader:not(:required) {
  -moz-animation: spinner-loader 1500ms infinite linear;
  -webkit-animation: spinner-loader 1500ms infinite linear;
  animation: spinner-loader 1500ms infinite linear;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-box-shadow: rgba(203, 203, 203, 0.9) 1.5em 0 0 0, rgba(203, 203, 203, 0.9) 1.1em 1.1em 0 0, rgba(203, 203, 203, 0.9) 0 1.5em 0 0, rgba(203, 203, 203, 0.9) -1.1em 1.1em 0 0, rgba(203, 203, 203, 0.9) -1.5em 0 0 0, rgba(203, 203, 203, 0.9) -1.1em -1.1em 0 0, rgba(203, 203, 203, 0.9) 0 -1.5em 0 0, rgba(203, 203, 203, 0.9) 1.1em -1.1em 0 0;
  -webkit-box-shadow: rgba(203, 203, 203, 0.9) 1.5em 0 0 0, rgba(203, 203, 203, 0.9) 1.1em 1.1em 0 0, rgba(203, 203, 203, 0.9) 0 1.5em 0 0, rgba(203, 203, 203, 0.9) -1.1em 1.1em 0 0, rgba(203, 203, 203, 0.9) -1.5em 0 0 0, rgba(203, 203, 203, 0.9) -1.1em -1.1em 0 0, rgba(203, 203, 203, 0.9) 0 -1.5em 0 0, rgba(203, 203, 203, 0.9) 1.1em -1.1em 0 0;
  box-shadow: rgba(203, 203, 203, 0.9) 1.5em 0 0 0, rgba(203, 203, 203, 0.9) 1.1em 1.1em 0 0, rgba(203, 203, 203, 0.9) 0 1.5em 0 0, rgba(203, 203, 203, 0.9) -1.1em 1.1em 0 0, rgba(203, 203, 203, 0.9) -1.5em 0 0 0, rgba(203, 203, 203, 0.9) -1.1em -1.1em 0 0, rgba(203, 203, 203, 0.9) 0 -1.5em 0 0, rgba(203, 203, 203, 0.9) 1.1em -1.1em 0 0;
  display: inline-block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin: 1.5em;
  overflow: hidden;
  text-indent: 100%; }

.content-woo .product-images .inner-images {
  border: 1px solid #e2e2e2;
  position: relative;
  overflow: hidden; }

.content-woo div.product .product_title {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 35px;
  text-transform: none;
  margin-bottom: 6px; }

.content-woo .product-term a {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-style: italic;
  color: #969696;
  text-decoration: none; }

.content-woo div.product .summary-entry-summary p.price {
  margin-top: 30px;
  margin-bottom: 35px;
  line-height: 1em; }

.content-woo div.product .summary-entry-summary p.price span {
  font-family: 'Raleway', sans-serif;
  font-weight: 800 !important;
  font-size: 49px;
  color: #002a63; }

.content-woo div.product .summary-entry-summary p.price ins {
  text-decoration: none; }

.content-woo div.product .summary-entry-summary p.price del, .content-woo div.product .summary-entry-summary p.price del span {
  color: #B7B7B7;
  font-size: 25px; }

.content-woo div.product .summary-entry-summary p.price del span sup {
  top: -5px; }

.content-woo div.product .summary-entry-summary p.price span sup {
  font-weight: 500 !important;
  font-size: 50%;
  top: -17px; }

.content-woo .orange_button, .cart-navigation .orange-button {
  font-family: 'Raleway', sans-serif;
  font-weight: 700 !important;
  font-size: 21px;
  width: 100%;
  -webkit-appearance: none !important;
  border: none;
  color: #fff;
  text-align: center;
  background: #f88008;
  padding: 10px;
  outline: none !important; }

.content-woo .orange_button:hover, .content-woo .orange_button:active, .cart-navigation .orange-button:hover, .cart-navigation .orange-button:active {
  background: #E87807; }

.quantity-woo {
  padding: 3px 3px 3px 10px;
  border: 1px solid #e2e2e2;
  min-height: 50px; }

.quantity-woo .qty-title, .quantity-woo .qty-select {
  display: inline-block;
  vertical-align: middle; }

.quantity-woo .qty-title {
  font-family: "Raleway", sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px;
  font-style: italic;
  color: #969696;
  padding: 10px 0; }

.quantity-woo .qty-select {
  text-align: right;
  float: right; }

.single-product .select2-drop-active, .quantity-woo .select2-container .select2-choice {
  font-family: "Raleway", sans-serif !important;
  font-weight: 700 !important;
  padding: 10px 40px;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  text-align: center; }

.single-product .select2-drop-active {
  font-family: 'Raleway', sans-serif;
  font-weight: 700 !important;
  padding: 0; }

.content-woo .product-description {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7em; }

.content-woo .related-products {
  margin-top: 70px;
  padding-top: 70px;
  border-top: 1px solid #e2e2e2; }

.content-woo .related-products h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 29px;
  margin-top: 0;
  text-transform: none;
  color: #f88008; }

.woo-pages {
  margin-top: 50px; }

.step-by-step-cart ul {
  font-size: 0; }

.step-by-step-cart ul li {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  display: inline-block;
  font-size: 35px;
  color: #bababa;
  vertical-align: middle; }

.step-by-step-cart ul li.active {
  color: #f78007;
  font-weight: 600; }

.step-by-step-cart ul li.separ {
  font-size: 19px;
  margin: 0 10px; }

.product-price-td {
  text-align: right; }

.product-price-td .quantity-woo {
  text-align: left; }

.product-name a {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 28px;
  text-decoration: none; }

.product-name .product-term a {
  font-weight: 500;
  font-size: 19px;
  font-style: italic;
  color: #969696; }

.product-price-td .amount {
  font-family: 'Raleway', sans-serif;
  font-weight: 800 !important;
  font-size: 49px;
  color: #002a63;
  text-decoration: none; }

.product-price-td del, .product-price-td del .amount {
  color: #B7B7B7;
  font-size: 20px; }

.product-price-td ins {
  text-decoration: none; }

.woocommerce-cart .cart-collaterals .cart_totals table .order-total sup, .woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal sup, .woocommerce-cart .cart-collaterals .cart_totals table .tax-rate sup, .product-price-td .amount sup {
  font-size: 45%;
  top: -0.8em; }

.product-remove a {
  color: #f88008;
  text-decoration: underline;
  font-size: 15px;
  font-weight: 600; }

.shop_table.cart .quantity-woo {
  min-height: 0px;
  margin: 10px 0; }

.shop_table.cart .quantity-woo .qty-title {
  padding: 0; }

.shop_table.cart .quantity-woo .select2-container .select2-choice {
  padding: 0 40px; }

.woocommerce-cart table.cart .product-thumbnail a {
  display: block;
  border: 1px solid #e2e2e2;
  text-align: center; }

.woocommerce-cart table.cart .product-thumbnail img {
  width: auto; }

.woocommerce table.shop_table td {
  padding: 40px 12px; }

.woocommerce table.shop_table {
  border: none; }

.woocommerce table.shop_table .update_cart {
  display: none; }

.cart-navigation {
  text-align: right; }

.cart-navigation span {
  line-height: 1em;
  vertical-align: middle;
  display: inline-block; }

.cart-navigation a {
  font-size: 17px;
  color: #f88008;
  font-weight: 600; }

.cart-navigation a.orange-button {
  margin-left: 20px;
  padding: 15px 50px;
  text-decoration: none;
  color: #fff;
  display: block; }

.woocommerce-billing-fields p {
  width: 100%; }

.woocommerce form .form-row label {
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  color: #969696; }

.woo-pages .woocommerce form .form-row input.input-text {
  padding: 10px; }

.woo-pages .form-row.form-row-wide label, #billing_state_field label, #billing_postcode_field label {
  float: left;
  width: 125px; }

.woo-pages .form-row.form-row-wide input.input-text, #billing_postcode_field input.input-text {
  float: left;
  width: 65%;
  width: calc(100% - 125px); }

.woo-pages .payment_methods.methods {
  display: none; }

.woo-pages .order-confirm-info {
  font-family: 'Raleway', sans-serif;
  font-weight: 500 !important;
  font-size: 20px; }

.woo-pages .order-confirm-info p {
  margin-bottom: 1.5em; }

.checkout-nav {
  display: block;
  padding-top: 70px;
  margin-top: 70px;
  border-top: 1px solid #e2e2e2; }

#order_review, #billing_country_field, .place-order {
  display: none; }

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
  border: 2px solid #a00 !important;
  background: #fff; }

.woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
  border: 2px solid #f78007 !important; }

li a.accordion-trigger {
  position: relative;
  text-decoration: none;
  cursor: default; }

li a.accordion-trigger:after {
  content: '';
  position: absolute;
  top: 3px;
  right: 3px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #a1a1a1;
  cursor: pointer; }

li a.accordion-trigger.active:after {
  content: '';
  position: absolute;
  top: 3px;
  right: 3px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #a1a1a1;
  border-bottom: none;
  cursor: pointer; }

.footer-widgets-wrap {
  background: #f3f3f3;
  padding: 50px 0; }

.footer-widget .widget-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  text-transform: none;
  margin: 0;
  line-height: 1em;
  font-size: 25px;
  color: #f78007;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 15px;
  padding-bottom: 15px; }

.footer-widget .widget {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 14px; }

.footer-widget .widget ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px; }

.footer-widget .widget ul li:before {
  content: "\2022";
  font-size: 37px;
  position: absolute;
  top: 9px;
  left: 0;
  color: #f78007;
  line-height: 0; }

.footer-widget .widget ul li a {
  color: #555; }

.main-shop {
  position: relative; }

.cart-top {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10; }

.cart-top a {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 14px;
  background: #012b65;
  color: #fff;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px 20px;
  display: inline-block; }

.cart-top a span {
  margin-right: 10px; }

.cart-top a span strong {
  margin-right: 5px;
  font-size: 16px; }

.ruralco-property-logo.text-hide {
  display: none; }

.woocommerce .woocommerce-info {
  border-top-color: #F78008; }

.woocommerce .woocommerce-info:before {
  color: #F78008; }

.instock-single {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  color: #F88008;
  font-size: 20px;
  margin-bottom: 15px;
  margin-right: 30px; }

.instock-single span {
  display: inline-block;
  width: 15px;
  height: 12px;
  background: url(images/tick.png) no-repeat center;
  margin-right: 5px; }

.woo-pages .term-condition {
  position: relative;
  margin-top: 50px; }

.woo-pages .term-condition input {
  position: absolute;
  top: 0;
  left: 0; }

.woo-pages .term-condition label {
  padding-left: 30px;
  font-weight: normal; }

.woo-pages .term-condition label a {
  text-decoration: underline; }

#goto-confirm.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50); }

#goto-confirm.disabled:hover, #goto-confirm.disabled:active {
  background: #f88008; }

.woocommerce-price-suffix {
  color: #C1C1C1; }

.phone-repairer {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  padding: 20px 10px;
  text-align: left;
  background: #f88008;
  color: #fff;
  margin-top: 10px; }

.phone-repairer .inner {
  padding-left: 50px;
  background: url(images/phone-icon.png) no-repeat top left; }

.phone-repairer .inner .title {
  font-weight: 700; }

.phone-repairer a {
  font-size: 27px;
  color: #fff;
  font-weight: 700;
  line-height: 1em; }

.prod-meta {
  margin-top: 10px; }

.prod-meta span {
  font-weight: 800;
  padding-left: 20px;
  position: relative;
  line-height: 1em;
  color: #9E9E9E;
  font-size: 15px; }

.prod-meta span:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 17px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat; }

.prod-meta span.instock {
  margin-right: 5px;
  color: #2BB75E; }

.prod-meta span.instock:before {
  background-image: url(images/tick-green.png); }

.prod-meta span.second:before {
  background-image: url(images/tag.png); }

.stock-second-single div {
  float: left; }

.stock-second-single .second-single {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 15px;
  color: #9E9E9E; }

.stock-second-single .second-single span {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(images/tag.png) no-repeat center;
  margin-right: 5px; }

.woocommerce table.shop_table tbody tr td.product-thumbnail {
  max-width: 380px;
  width: 30%; }

.woocommerce table.shop_table tbody tr td.product-name {
  width: 50%; }

.woocommerce table.shop_table tbody tr td.product-price.product-price-td {
  min-width: 334px; }

.woocommerce-cart .cart-collaterals .cart_totals table {
  width: 100%; }

.woocommerce-cart .cart-collaterals .cart_totals table span.amount {
  font-family: 'Raleway', sans-serif;
  font-weight: 800 !important;
  color: #002a63;
  text-decoration: none;
  font-size: 49px; }

.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal span.amount, .woocommerce-cart .cart-collaterals .cart_totals table .tax-rate span.amount {
  font-size: 40px; }

.woocommerce-cart .cart-collaterals .cart_totals table .order-total td, .woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal td, .woocommerce-cart .cart-collaterals .cart_totals table .tax-rate td {
  text-align: right; }

.fixed-top {
  position: fixed !important;
  top: 0; }

.content-woo .landing-image {
  height: 250px; }

.term-name-fallback {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.home .feature-items-item a[href="http://www.platinumagservices.com.au/shop-landing/"] {
  position: relative; }

.home .feature-items-item a[href="http://www.platinumagservices.com.au/shop-landing/"]:before {
  content: '';
  position: absolute;
  width: 52px;
  height: 35px;
  background: url(images/shop-online.png) no-repeat center;
  background-size: cover;
  top: 0;
  right: 15px; }

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both; }

.no-gutters {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0; }
.no-gutters > [class^="col-"], .no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

*:focus {
  outline: 0; }

/*
*   CSS file with Bootstrap grid classes for screens bigger than 1600px. Just add this file after the Bootstrap CSS file and you will be able to juse col-xl, col-xl-push, hidden-xl, etc.
*
*   Author: Marc van Nieuwenhuijzen
*   Company: WebVakman
*   Site: WebVakman.nl
*
*/
@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none !important; } }
.visible-xl-block, .visible-xl-inline, .visible-xl-inline-block, .visible-xl {
  display: none !important; }

@media (min-width: 1600px) {
  .container {
    width: 1570px; }

  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }

  .col-xl-12 {
    width: 100%; }

  .col-xl-11 {
    width: 91.66666667%; }

  .col-xl-10 {
    width: 83.33333333%; }

  .col-xl-9 {
    width: 75%; }

  .col-xl-8 {
    width: 66.66666667%; }

  .col-xl-7 {
    width: 58.33333333%; }

  .col-xl-6 {
    width: 50%; }

  .col-xl-5 {
    width: 41.66666667%; }

  .col-xl-4 {
    width: 33.33333333%; }

  .col-xl-3 {
    width: 25%; }

  .col-xl-2 {
    width: 16.66666667%; }

  .col-xl-1 {
    width: 8.33333333%; }

  .col-xl-pull-12 {
    right: 100%; }

  .col-xl-pull-11 {
    right: 91.66666667%; }

  .col-xl-pull-10 {
    right: 83.33333333%; }

  .col-xl-pull-9 {
    right: 75%; }

  .col-xl-pull-8 {
    right: 66.66666667%; }

  .col-xl-pull-7 {
    right: 58.33333333%; }

  .col-xl-pull-6 {
    right: 50%; }

  .col-xl-pull-5 {
    right: 41.66666667%; }

  .col-xl-pull-4 {
    right: 33.33333333%; }

  .col-xl-pull-3 {
    right: 25%; }

  .col-xl-pull-2 {
    right: 16.66666667%; }

  .col-xl-pull-1 {
    right: 8.33333333%; }

  .col-xl-pull-0 {
    right: auto; }

  .col-xl-push-12 {
    left: 100%; }

  .col-xl-push-11 {
    left: 91.66666667%; }

  .col-xl-push-10 {
    left: 83.33333333%; }

  .col-xl-push-9 {
    left: 75%; }

  .col-xl-push-8 {
    left: 66.66666667%; }

  .col-xl-push-7 {
    left: 58.33333333%; }

  .col-xl-push-6 {
    left: 50%; }

  .col-xl-push-5 {
    left: 41.66666667%; }

  .col-xl-push-4 {
    left: 33.33333333%; }

  .col-xl-push-3 {
    left: 25%; }

  .col-xl-push-2 {
    left: 16.66666667%; }

  .col-xl-push-1 {
    left: 8.33333333%; }

  .col-xl-push-0 {
    left: auto; }

  .col-xl-offset-12 {
    margin-left: 100%; }

  .col-xl-offset-11 {
    margin-left: 91.66666667%; }

  .col-xl-offset-10 {
    margin-left: 83.33333333%; }

  .col-xl-offset-9 {
    margin-left: 75%; }

  .col-xl-offset-8 {
    margin-left: 66.66666667%; }

  .col-xl-offset-7 {
    margin-left: 58.33333333%; }

  .col-xl-offset-6 {
    margin-left: 50%; }

  .col-xl-offset-5 {
    margin-left: 41.66666667%; }

  .col-xl-offset-4 {
    margin-left: 33.33333333%; }

  .col-xl-offset-3 {
    margin-left: 25%; }

  .col-xl-offset-2 {
    margin-left: 16.66666667%; }

  .col-xl-offset-1 {
    margin-left: 8.33333333%; }

  .col-xl-offset-0 {
    margin-left: 0; }

  .visible-xl {
    display: block !important; }

  table.visible-xl {
    display: table; }

  tr.visible-xl {
    display: table-row !important; }

  th.visible-xl, td.visible-xl {
    display: table-cell !important; }

  .visible-xl-block {
    display: block !important; }

  .visible-xl-inline {
    display: inline !important; }

  .visible-xl-inline-block {
    display: inline-block !important; }

  .hidden-xl {
    display: none !important; } }
header.club-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f8f8f8;
  border-bottom: 1px solid #d4d4d4;
  display: flex;
  z-index: 1; }
header.club-header > div {
  float: left;
  display: block; }
header.club-header div.logo-area {
  background-image: url(images/pc-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 25%;
  max-width: 300px;
  border-bottom: 2px solid #542a00; }
header.club-header div.logo-area span.menu-toggle, header.club-header div.logo-area span.search-toggle {
  display: none; }
header.club-header div.logo-area h2, header.club-header div.logo-area h3 {
  font-family: "Open Sans";
  color: #fff;
  text-align: center; }
header.club-header div.logo-area h2 {
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: none;
  margin: 0;
  padding: 30px 0 0; }
header.club-header div.logo-area h3 {
  font-weight: 300;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 30px; }
header.club-header div.logo-area a:hover {
  text-decoration: none; }
@media (max-width: 992px) {
  header.club-header div.logo-area h2 {
    font-size: 1.25rem;
    padding-top: 16px; }
  header.club-header div.logo-area h3 {
    font-size: 1.15rem; } }
header.club-header div.search-area {
  width: calc(75% - 350px);
  max-width: calc(100% - 650px);
  position: relative; }
header.club-header div.search-area:before {
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  left: 36px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #999999;
  font-size: 2.2rem; }
header.club-header div.search-area div.proinput > form {
  position: relative;
  height: 110px;
  width: 100%; }
@media (max-width: 992px) {
  header.club-header div.search-area div.proinput > form {
    height: 80px; } }
header.club-header div.search-area #ajaxsearchlite1, header.club-header div.search-area #ajaxsearchlite1 div {
  height: 100% !important;
  background-color: transparent;
  background-image: none;
  background: transparent !important; }
header.club-header div.search-area #ajaxsearchlite1 div.proclose {
  height: auto !important;
  position: absolute;
  top: 50%;
  right: 0; }
header.club-header div.search-area #ajaxsearchliterest1 a.asl_res_url {
  color: #000; }
header.club-header div.search-area div.promagnifier {
  display: none !important; }
header.club-header div.search-area div.proinput {
  position: relative;
  padding-left: 5.5rem !important; }
header.club-header div.search-area div[id*="ajaxsearchlite"] .probox .proinput input::-webkit-input-placeholder {
  opacity: 1;
  color: #ccc !important; }
header.club-header div.search-area div[id*="ajaxsearchlite"] .probox .proinput input::-moz-placeholder {
  opacity: 1;
  color: #ccc !important; }
header.club-header div.search-area div[id*="ajaxsearchlite"] .probox .proinput input:-ms-input-placeholder {
  opacity: 1;
  color: #ccc !important; }
header.club-header div.search-area div[id*="ajaxsearchlite"] .probox .proinput input:-moz-placeholder {
  opacity: 1;
  color: #ccc !important; }
header.club-header div.search-area #ajaxsearchlite1 .probox .proinput input, header.club-header div.search-area div[id*="ajaxsearchlite"] .probox .proinput input {
  color: #000 !important;
  width: 100% !important;
  height: 100% !important;
  font-size: 2rem !important;
  position: absolute;
  font-weight: 700 !important;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  margin: 0 !important; }
@media (max-width: 992px) {
  header.club-header {
    height: 80px; }
  header.club-header div.search-area {
    max-width: calc(100% - 385px);
    width: calc(75% - 160px); }
  header.club-header div.search-area:before {
    left: 22px;
    font-size: 1.2rem; }
  header.club-header div.search-area div.proinput {
    padding-left: 2.8rem !important; }
  header.club-header div.search-area #ajaxsearchlite1 .probox .proinput input, header.club-header div.search-area div[id*="ajaxsearchlite"] .probox .proinput input {
    font-size: 1.1rem !important; } }
@media (max-width: 767px) {
  header.club-header div.logo-area {
    width: 100%;
    max-width: none; }
  header.club-header div.logo-area a {
    display: block;
    margin: 0 auto;
    width: calc(100% - 80px); }
  header.club-header div.logo-area span.menu-toggle, header.club-header div.logo-area span.search-toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    display: block; }
  header.club-header div.logo-area span.menu-toggle {
    left: 10px;
    width: 21px; }
  header.club-header div.logo-area span.menu-toggle span {
    display: block;
    height: 2px;
    background-color: #fff;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  header.club-header div.logo-area span.menu-toggle span:not(:last-child) {
    margin-bottom: 6px; }
  header.club-header div.logo-area span.menu-toggle.toggled span {
    transform-origin: 25% 25%;
    -moz-transform-origin: 25% 25%;
    -webkit-transform-origin: 25% 25%;
    -o-transform-origin: 25% 25%;
    -ms-transform-origin: 25% 25%; }
  header.club-header div.logo-area span.menu-toggle.toggled span:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg); }
  header.club-header div.logo-area span.menu-toggle.toggled span:nth-child(2) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg); }
  header.club-header div.logo-area span.menu-toggle.toggled span:last-child {
    display: none; }
  header.club-header div.logo-area span.search-toggle {
    right: 15px;
    color: #fff;
    font-size: 1.3rem; }
  header.club-header div.logo-area h2 {
    padding-top: 19px; }
  header.club-header div.member-area {
    display: none; }
  header.club-header div.search-area {
    display: none; }
  header.club-header div.search-area.toggled {
    display: block;
    position: fixed;
    top: 80px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    height: 60px;
    width: 100%;
    max-width: none; }
  header.club-header div.search-area.toggled #ajaxsearchlite1 .probox .proinput input, header.club-header div.search-area.toggled div[id*="ajaxsearchlite"] .probox .proinput input {
    color: #fff !important; } }

div.member-area {
  position: absolute;
  padding: 25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 350px;
  right: 0; }
div.member-area div.col-md-5 {
  font-size: .9rem;
  color: #C0C0C0;
  font-style: italic;
  padding: 10px 15px 10px 0;
  text-align: right; }
div.member-area div.col-md-7 {
  position: relative;
  padding: 0; }
div.member-area div.col-md-7 span {
  display: block;
  padding: 10px 20px;
  border: 1px solid #D7D7D7;
  background-color: #fff;
  font-size: .9rem;
  border-radius: 2px; }
div.member-area div.col-md-7 i {
  float: right;
  font-size: 1.4rem;
  margin-right: -4px; }
div.member-area div.col-md-7 ul.member-menu {
  position: absolute;
  right: 0;
  top: calc(100% - .5px);
  background-color: #222222;
  border: 1px solid #fff;
  border-radius: 3px;
  width: 100%;
  display: none; }
div.member-area div.col-md-7 ul.member-menu li {
  padding: 0 4px 3px;
  display: block; }
div.member-area div.col-md-7 ul.member-menu li a {
  padding: 9px 12px;
  font-weight: 600;
  color: #fff;
  display: block;
  font-size: .8rem; }
div.member-area div.col-md-7 ul.member-menu li:not(:last-child) a {
  border-bottom: 1px solid #3A3A3A; }
div.member-area div.col-md-7:hover ul.member-menu {
  display: block; }
@media (max-width: 992px) {
  div.member-area {
    width: 160px;
    padding: 0 15px 0 0; }
  div.member-area div.col-md-7 span {
    font-size: .85rem;
    padding: 6px 10px; } }

body.post-type-archive-platinum_article footer.site-footer, body.tax-platinum_club_area footer.site-footer, body.single-platinum_article footer.site-footer, body.page-template-club-portal footer.site-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #888888;
  z-index: 3; }
body.post-type-archive-platinum_article footer.site-footer section.footer-main, body.tax-platinum_club_area footer.site-footer section.footer-main, body.single-platinum_article footer.site-footer section.footer-main, body.page-template-club-portal footer.site-footer section.footer-main {
  padding-top: 0; }
body.post-type-archive-platinum_article footer.site-footer section.footer-main > .container, body.tax-platinum_club_area footer.site-footer section.footer-main > .container, body.single-platinum_article footer.site-footer section.footer-main > .container, body.page-template-club-portal footer.site-footer section.footer-main > .container {
  padding-bottom: 0; }
@media (max-width: 767px) {
  body.post-type-archive-platinum_article footer.site-footer, body.tax-platinum_club_area footer.site-footer, body.single-platinum_article footer.site-footer, body.page-template-club-portal footer.site-footer {
    position: static;
    z-index: 0; } }

div[id*="ajaxsearchliteres"].vertical {
  margin-top: -8px;
  padding: 0;
  box-shadow: 0px 3px 14px -4px #000; }

div[id*="ajaxsearchliteres"].wpdreams_asl_results .results div.asl_image {
  margin-right: 16px;
  margin-left: 5px; }

body.page-template-club-form div.main {
  overflow: hidden; }
body.page-template-club-form div.main .full-width-banner-wrapper {
  max-height: 230px;
  overflow: hidden; }
body.page-template-club-form div.main .full-width-banner-wrapper h2 {
  text-transform: none;
  font-weight: 600;
  font-size: 2.3rem;
  margin-bottom: -11px; }
body.page-template-club-form div.main .full-width-banner-wrapper p {
  text-transform: uppercase;
  font-size: 1.9rem; }
body.page-template-club-form div.main .banner-full-width, body.page-template-club-form div.main .banner-full-width .slide {
  height: 220px;
  margin-top: 0; }
body.page-template-club-form div.main div.swpm-registration-success-msg {
  text-align: center;
  text-transform: none;
  font-weight: 400;
  font-size: 1.6rem;
  margin-top: 45px; }
body.page-template-club-form div.main div.swpm-registration-success-msg a {
  font-weight: 600; }
body.page-template-club-form div.main div.swpm-registration-widget-form h4, body.page-template-club-form div.main div.swpm-login-widget-form h4 {
  text-align: center;
  text-transform: none;
  font-weight: 400;
  font-size: 1.6rem; }
body.page-template-club-form div.main div.swpm-registration-widget-form label, body.page-template-club-form div.main div.swpm-login-widget-form label {
  display: block;
  width: 100%;
  font-style: italic;
  color: #aaa;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 12px; }
body.page-template-club-form div.main div.swpm-registration-widget-form input, body.page-template-club-form div.main div.swpm-login-widget-form input {
  text-align: center;
  max-width: 640px;
  width: 90%;
  margin: 0 auto 30px;
  display: block;
  padding: 8px 15px;
  font-size: 1.3rem;
  border: 1px solid #bbb; }
body.page-template-club-form div.main div.swpm-registration-widget-form input[type=submit], body.page-template-club-form div.main div.swpm-registration-widget-form a.swpm-button, body.page-template-club-form div.main div.swpm-login-widget-form input[type=submit], body.page-template-club-form div.main div.swpm-login-widget-form a.swpm-button {
  display: block;
  width: 70%;
  max-width: 280px;
  color: #fff;
  margin: 20px auto;
  background-color: #F48723;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 9px;
  border: none;
  box-shadow: none;
  text-shadow: none;
  text-align: center; }
body.page-template-club-form div.main div.swpm-registration-widget-form input[type=submit].swpm-login-form-submit, body.page-template-club-form div.main div.swpm-registration-widget-form a.swpm-button.swpm-login-form-submit, body.page-template-club-form div.main div.swpm-login-widget-form input[type=submit].swpm-login-form-submit, body.page-template-club-form div.main div.swpm-login-widget-form a.swpm-button.swpm-login-form-submit {
  background-color: #01336D; }
body.page-template-club-form div.main div.swpm-registration-widget-form a#forgot_pass, body.page-template-club-form div.main div.swpm-login-widget-form a#forgot_pass {
  display: block;
  margin: 0 auto 25px;
  text-align: center;
  color: #aaa;
  font-size: 1.3rem;
  font-style: italic;
  text-decoration: underline; }
body.page-template-club-form div.main div.swpm-registration-widget-form div.swpm-login-action-msg, body.page-template-club-form div.main div.swpm-login-widget-form div.swpm-login-action-msg {
  text-align: center; }
body.page-template-club-form div.main div.swpm-registration-widget-form div.swpm-login-action-msg span, body.page-template-club-form div.main div.swpm-login-widget-form div.swpm-login-action-msg span {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Open Sans"; }

body.post-type-archive-platinum_article div.site-content, body.tax-platinum_club_area div.site-content, body.single-platinum_article div.site-content {
  padding-top: 110px; }
body.post-type-archive-platinum_article div.site-content aside.sidebar-nav, body.tax-platinum_club_area div.site-content aside.sidebar-nav, body.single-platinum_article div.site-content aside.sidebar-nav {
  width: 25%;
  max-width: 300px;
  background-color: #343434;
  position: fixed;
  left: 0;
  top: 110px;
  height: calc(100% - 110px);
  z-index: 2; }
body.post-type-archive-platinum_article div.site-content aside.sidebar-nav a.home-link, body.tax-platinum_club_area div.site-content aside.sidebar-nav a.home-link, body.single-platinum_article div.site-content aside.sidebar-nav a.home-link {
  display: block;
  padding: 16px 10px 16px 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  border-bottom: 1px solid #525252; }
body.post-type-archive-platinum_article div.site-content aside.sidebar-nav a.home-link i, body.tax-platinum_club_area div.site-content aside.sidebar-nav a.home-link i, body.single-platinum_article div.site-content aside.sidebar-nav a.home-link i {
  margin-right: 7px; }
body.post-type-archive-platinum_article div.site-content aside.sidebar-nav a.home-link:hover, body.tax-platinum_club_area div.site-content aside.sidebar-nav a.home-link:hover, body.single-platinum_article div.site-content aside.sidebar-nav a.home-link:hover {
  text-decoration: none;
  padding-left: 20px; }
body.post-type-archive-platinum_article div.site-content aside.sidebar-nav div.member-area, body.tax-platinum_club_area div.site-content aside.sidebar-nav div.member-area, body.single-platinum_article div.site-content aside.sidebar-nav div.member-area {
  display: none; }
body.post-type-archive-platinum_article div.site-content aside.sidebar-nav nav > ul > li, body.tax-platinum_club_area div.site-content aside.sidebar-nav nav > ul > li, body.single-platinum_article div.site-content aside.sidebar-nav nav > ul > li {
  margin-bottom: 7px; }
body.post-type-archive-platinum_article div.site-content aside.sidebar-nav nav > ul > li > a, body.tax-platinum_club_area div.site-content aside.sidebar-nav nav > ul > li > a, body.single-platinum_article div.site-content aside.sidebar-nav nav > ul > li > a {
  font-weight: 700; }
body.post-type-archive-platinum_article div.site-content aside.sidebar-nav nav > ul > li a, body.tax-platinum_club_area div.site-content aside.sidebar-nav nav > ul > li a, body.single-platinum_article div.site-content aside.sidebar-nav nav > ul > li a {
  display: block;
  color: #919191;
  padding: 8px 20px 8px 35px;
  border-right: 5px solid transparent;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
body.post-type-archive-platinum_article div.site-content aside.sidebar-nav nav > ul > li a:hover, body.tax-platinum_club_area div.site-content aside.sidebar-nav nav > ul > li a:hover, body.single-platinum_article div.site-content aside.sidebar-nav nav > ul > li a:hover {
  text-decoration: none; }
body.post-type-archive-platinum_article div.site-content aside.sidebar-nav nav > ul > li ul.children, body.tax-platinum_club_area div.site-content aside.sidebar-nav nav > ul > li ul.children, body.single-platinum_article div.site-content aside.sidebar-nav nav > ul > li ul.children {
  display: none; }
body.post-type-archive-platinum_article div.site-content aside.sidebar-nav nav > ul > li.current-cat ul.children, body.post-type-archive-platinum_article div.site-content aside.sidebar-nav nav > ul > li.current-cat-parent ul.children, body.tax-platinum_club_area div.site-content aside.sidebar-nav nav > ul > li.current-cat ul.children, body.tax-platinum_club_area div.site-content aside.sidebar-nav nav > ul > li.current-cat-parent ul.children, body.single-platinum_article div.site-content aside.sidebar-nav nav > ul > li.current-cat ul.children, body.single-platinum_article div.site-content aside.sidebar-nav nav > ul > li.current-cat-parent ul.children {
  display: block;
  background-color: rgba(0, 0, 0, 0.15);
  padding-left: 12px; }
body.post-type-archive-platinum_article div.site-content aside.sidebar-nav nav > ul > li.current-cat ul.children li.current-cat, body.post-type-archive-platinum_article div.site-content aside.sidebar-nav nav > ul > li.current-cat ul.children li.current-cat a, body.post-type-archive-platinum_article div.site-content aside.sidebar-nav nav > ul > li.current-cat-parent ul.children li.current-cat, body.post-type-archive-platinum_article div.site-content aside.sidebar-nav nav > ul > li.current-cat-parent ul.children li.current-cat a, body.tax-platinum_club_area div.site-content aside.sidebar-nav nav > ul > li.current-cat ul.children li.current-cat, body.tax-platinum_club_area div.site-content aside.sidebar-nav nav > ul > li.current-cat ul.children li.current-cat a, body.tax-platinum_club_area div.site-content aside.sidebar-nav nav > ul > li.current-cat-parent ul.children li.current-cat, body.tax-platinum_club_area div.site-content aside.sidebar-nav nav > ul > li.current-cat-parent ul.children li.current-cat a, body.single-platinum_article div.site-content aside.sidebar-nav nav > ul > li.current-cat ul.children li.current-cat, body.single-platinum_article div.site-content aside.sidebar-nav nav > ul > li.current-cat ul.children li.current-cat a, body.single-platinum_article div.site-content aside.sidebar-nav nav > ul > li.current-cat-parent ul.children li.current-cat, body.single-platinum_article div.site-content aside.sidebar-nav nav > ul > li.current-cat-parent ul.children li.current-cat a {
  border-color: #F78007;
  color: #fff; }
body.post-type-archive-platinum_article div.site-content aside.sidebar-nav nav > ul > li.current-cat > a, body.post-type-archive-platinum_article div.site-content aside.sidebar-nav nav > ul > li.current-cat-parent > a, body.post-type-archive-platinum_article div.site-content aside.sidebar-nav nav > ul > li:hover > a, body.tax-platinum_club_area div.site-content aside.sidebar-nav nav > ul > li.current-cat > a, body.tax-platinum_club_area div.site-content aside.sidebar-nav nav > ul > li.current-cat-parent > a, body.tax-platinum_club_area div.site-content aside.sidebar-nav nav > ul > li:hover > a, body.single-platinum_article div.site-content aside.sidebar-nav nav > ul > li.current-cat > a, body.single-platinum_article div.site-content aside.sidebar-nav nav > ul > li.current-cat-parent > a, body.single-platinum_article div.site-content aside.sidebar-nav nav > ul > li:hover > a {
  color: #fff;
  background-color: #282828;
  border-color: #F78007; }
@media (max-width: 992px) {
  body.post-type-archive-platinum_article div.site-content aside.sidebar-nav nav > ul > li a, body.tax-platinum_club_area div.site-content aside.sidebar-nav nav > ul > li a, body.single-platinum_article div.site-content aside.sidebar-nav nav > ul > li a {
    font-size: .8rem; } }
body.post-type-archive-platinum_article div.site-content aside.sidebar-nav div.sidebar-footer, body.tax-platinum_club_area div.site-content aside.sidebar-nav div.sidebar-footer, body.single-platinum_article div.site-content aside.sidebar-nav div.sidebar-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #282828;
  padding: 25px 0 40px; }
body.post-type-archive-platinum_article div.site-content aside.sidebar-nav div.sidebar-footer p, body.tax-platinum_club_area div.site-content aside.sidebar-nav div.sidebar-footer p, body.single-platinum_article div.site-content aside.sidebar-nav div.sidebar-footer p {
  text-align: center;
  display: block;
  color: #ccc;
  padding-bottom: 10px; }
body.post-type-archive-platinum_article div.site-content aside.sidebar-nav div.sidebar-footer a.footer-contact, body.post-type-archive-platinum_article div.site-content aside.sidebar-nav div.sidebar-footer a.footer-contact:visited, body.tax-platinum_club_area div.site-content aside.sidebar-nav div.sidebar-footer a.footer-contact, body.tax-platinum_club_area div.site-content aside.sidebar-nav div.sidebar-footer a.footer-contact:visited, body.single-platinum_article div.site-content aside.sidebar-nav div.sidebar-footer a.footer-contact, body.single-platinum_article div.site-content aside.sidebar-nav div.sidebar-footer a.footer-contact:visited {
  display: block;
  width: 85%;
  border: 1px solid #ccc;
  padding: 12px 0;
  text-align: center;
  margin: 0 auto;
  font-size: 1.4rem;
  color: #ccc;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
body.post-type-archive-platinum_article div.site-content aside.sidebar-nav div.sidebar-footer a.footer-contact:hover, body.post-type-archive-platinum_article div.site-content aside.sidebar-nav div.sidebar-footer a.footer-contact:visited:hover, body.tax-platinum_club_area div.site-content aside.sidebar-nav div.sidebar-footer a.footer-contact:hover, body.tax-platinum_club_area div.site-content aside.sidebar-nav div.sidebar-footer a.footer-contact:visited:hover, body.single-platinum_article div.site-content aside.sidebar-nav div.sidebar-footer a.footer-contact:hover, body.single-platinum_article div.site-content aside.sidebar-nav div.sidebar-footer a.footer-contact:visited:hover {
  text-decoration: none;
  color: #000;
  background-color: #fff; }
body.post-type-archive-platinum_article div.site-content aside.sidebar-nav div.sidebar-footer a.footer-link, body.post-type-archive-platinum_article div.site-content aside.sidebar-nav div.sidebar-footer a.footer-link:visited, body.tax-platinum_club_area div.site-content aside.sidebar-nav div.sidebar-footer a.footer-link, body.tax-platinum_club_area div.site-content aside.sidebar-nav div.sidebar-footer a.footer-link:visited, body.single-platinum_article div.site-content aside.sidebar-nav div.sidebar-footer a.footer-link, body.single-platinum_article div.site-content aside.sidebar-nav div.sidebar-footer a.footer-link:visited {
  margin-top: 10px;
  color: #888;
  font-style: italic;
  font-weight: 600;
  text-decoration: underline;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  padding-bottom: 15px;
  padding-top: 10px;
  color: #ccc;
  text-align: center;
  display: block;
  text-decoration: none; }
body.post-type-archive-platinum_article div.site-content aside.sidebar-nav div.sidebar-footer a.footer-link:hover, body.post-type-archive-platinum_article div.site-content aside.sidebar-nav div.sidebar-footer a.footer-link:visited:hover, body.tax-platinum_club_area div.site-content aside.sidebar-nav div.sidebar-footer a.footer-link:hover, body.tax-platinum_club_area div.site-content aside.sidebar-nav div.sidebar-footer a.footer-link:visited:hover, body.single-platinum_article div.site-content aside.sidebar-nav div.sidebar-footer a.footer-link:hover, body.single-platinum_article div.site-content aside.sidebar-nav div.sidebar-footer a.footer-link:visited:hover {
  color: #fff;
  text-decoration: none; }
body.post-type-archive-platinum_article div.site-content div.content-area, body.tax-platinum_club_area div.site-content div.content-area, body.single-platinum_article div.site-content div.content-area {
  width: 75%;
  min-width: calc(100% - 300px);
  display: block;
  margin: 0 0 0 auto;
  padding: 15px 25px; }
body.post-type-archive-platinum_article div.site-content div.content-area div.filters-area, body.tax-platinum_club_area div.site-content div.content-area div.filters-area, body.single-platinum_article div.site-content div.content-area div.filters-area {
  padding: 15px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd; }
body.post-type-archive-platinum_article div.site-content div.content-area div.filters-area label, body.tax-platinum_club_area div.site-content div.content-area div.filters-area label, body.single-platinum_article div.site-content div.content-area div.filters-area label {
  font-weight: 600;
  font-style: italic;
  color: #C0C0C0;
  display: inline-block;
  clear: both; }
body.post-type-archive-platinum_article div.site-content div.content-area div.filters-area label select, body.tax-platinum_club_area div.site-content div.content-area div.filters-area label select, body.single-platinum_article div.site-content div.content-area div.filters-area label select {
  margin-right: 25px;
  margin-left: 12px;
  padding: 6px 10px;
  font-weight: 600;
  font-size: .9rem;
  min-width: 200px; }
@media (max-width: 767px) {
  body.post-type-archive-platinum_article div.site-content div.content-area div.filters-area label, body.tax-platinum_club_area div.site-content div.content-area div.filters-area label, body.single-platinum_article div.site-content div.content-area div.filters-area label {
    display: block;
    padding-top: 12px;
    margin-bottom: 4px;
    font-size: 0.9rem; }
  body.post-type-archive-platinum_article div.site-content div.content-area div.filters-area label:after, body.tax-platinum_club_area div.site-content div.content-area div.filters-area label:after, body.single-platinum_article div.site-content div.content-area div.filters-area label:after {
    content: " ";
    clear: both; }
  body.post-type-archive-platinum_article div.site-content div.content-area div.filters-area label select, body.tax-platinum_club_area div.site-content div.content-area div.filters-area label select, body.single-platinum_article div.site-content div.content-area div.filters-area label select {
    float: right;
    padding: 4px 8px;
    min-width: 160px;
    margin-top: -3px; } }
body.post-type-archive-platinum_article div.site-content div.content-area div.pc-item-wrapper, body.tax-platinum_club_area div.site-content div.content-area div.pc-item-wrapper, body.single-platinum_article div.site-content div.content-area div.pc-item-wrapper {
  padding: 0 15px 20px 0; }
body.post-type-archive-platinum_article div.site-content div.content-area div.pc-item-wrapper div.pc-item, body.tax-platinum_club_area div.site-content div.content-area div.pc-item-wrapper div.pc-item, body.single-platinum_article div.site-content div.content-area div.pc-item-wrapper div.pc-item {
  border: 1px solid #D7D7D7;
  border-radius: 4px;
  padding: 10px; }
body.post-type-archive-platinum_article div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-hero-image, body.tax-platinum_club_area div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-hero-image, body.single-platinum_article div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-hero-image {
  display: block;
  height: 170px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
body.post-type-archive-platinum_article div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-hero-image div.pdf-overlay, body.tax-platinum_club_area div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-hero-image div.pdf-overlay, body.single-platinum_article div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-hero-image div.pdf-overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7); }
body.post-type-archive-platinum_article div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-hero-image div.pdf-overlay i, body.tax-platinum_club_area div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-hero-image div.pdf-overlay i, body.single-platinum_article div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-hero-image div.pdf-overlay i {
  font-size: 4rem;
  color: #000;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%); }
body.post-type-archive-platinum_article div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-text, body.tax-platinum_club_area div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-text, body.single-platinum_article div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-text {
  font-size: 0.9rem;
  height: 190px;
  overflow: hidden; }
body.post-type-archive-platinum_article div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-text time, body.tax-platinum_club_area div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-text time, body.single-platinum_article div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-text time {
  margin-top: 0; }
body.post-type-archive-platinum_article div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-text h3, body.tax-platinum_club_area div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-text h3, body.single-platinum_article div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-text h3 {
  margin-top: 15px;
  margin-bottom: 4px;
  font-weight: 600; }
body.post-type-archive-platinum_article div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-cta, body.tax-platinum_club_area div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-cta, body.single-platinum_article div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-cta {
  padding-top: 15px; }
body.post-type-archive-platinum_article div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-cta a, body.tax-platinum_club_area div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-cta a, body.single-platinum_article div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-cta a {
  display: block;
  padding: 7px 0;
  color: #aaa;
  font-size: 1.3rem;
  text-align: center;
  border: 1px solid #d7d7d7; }
body.post-type-archive-platinum_article div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-cta a:hover, body.tax-platinum_club_area div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-cta a:hover, body.single-platinum_article div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-cta a:hover {
  text-decoration: none;
  background-color: #f8f8f8; }
body.post-type-archive-platinum_article div.site-content div.content-area a.back-link, body.tax-platinum_club_area div.site-content div.content-area a.back-link, body.single-platinum_article div.site-content div.content-area a.back-link {
  text-transform: uppercase;
  color: #999;
  margin: 40px 0 20px -10px;
  padding: 10px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  font-weight: 700;
  font-size: .9rem;
  display: inline-block; }
body.post-type-archive-platinum_article div.site-content div.content-area a.back-link:hover, body.tax-platinum_club_area div.site-content div.content-area a.back-link:hover, body.single-platinum_article div.site-content div.content-area a.back-link:hover {
  padding-left: 5px;
  text-decoration: none; }
body.post-type-archive-platinum_article div.site-content div.content-area h2, body.tax-platinum_club_area div.site-content div.content-area h2, body.single-platinum_article div.site-content div.content-area h2 {
  font-size: 2.2rem;
  color: #000;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 15px;
  margin-top: 20px; }
body.post-type-archive-platinum_article div.site-content div.content-area time, body.tax-platinum_club_area div.site-content div.content-area time, body.single-platinum_article div.site-content div.content-area time {
  font-weight: 600;
  margin-bottom: 25px;
  font-size: .9rem;
  display: block; }
body.post-type-archive-platinum_article div.site-content div.content-area div.attachment-box, body.tax-platinum_club_area div.site-content div.content-area div.attachment-box, body.single-platinum_article div.site-content div.content-area div.attachment-box {
  float: right; }
body.post-type-archive-platinum_article div.site-content div.content-area div.attachment-box a, body.tax-platinum_club_area div.site-content div.content-area div.attachment-box a, body.single-platinum_article div.site-content div.content-area div.attachment-box a {
  background-color: #ea8221;
  color: #fff;
  padding: 10px 13px 12px 8px;
  font-weight: 600;
  font-size: .85rem;
  letter-spacing: -.5px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  position: relative;
  top: -10px; }
body.post-type-archive-platinum_article div.site-content div.content-area div.attachment-box a img, body.tax-platinum_club_area div.site-content div.content-area div.attachment-box a img, body.single-platinum_article div.site-content div.content-area div.attachment-box a img {
  height: 26px;
  width: auto;
  padding: 4px 6px;
  background-color: #fff;
  border-radius: 3px;
  margin-right: 7px; }
body.post-type-archive-platinum_article div.site-content div.content-area div.attachment-box a:hover, body.post-type-archive-platinum_article div.site-content div.content-area div.attachment-box a:active, body.tax-platinum_club_area div.site-content div.content-area div.attachment-box a:hover, body.tax-platinum_club_area div.site-content div.content-area div.attachment-box a:active, body.single-platinum_article div.site-content div.content-area div.attachment-box a:hover, body.single-platinum_article div.site-content div.content-area div.attachment-box a:active {
  text-decoration: none;
  background-color: #F1AD6E; }
body.post-type-archive-platinum_article div.site-content div.content-area hr, body.tax-platinum_club_area div.site-content div.content-area hr, body.single-platinum_article div.site-content div.content-area hr {
  clear: both;
  margin: 15px 0 40px;
  border: 1px solid #ddd; }
body.post-type-archive-platinum_article div.site-content div.content-area p, body.tax-platinum_club_area div.site-content div.content-area p, body.single-platinum_article div.site-content div.content-area p {
  line-height: 1.6; }
@media (max-width: 1600px) {
  body.post-type-archive-platinum_article div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-text, body.tax-platinum_club_area div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-text, body.single-platinum_article div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-text {
    height: 240px; } }
@media (max-width: 992px) {
  body.post-type-archive-platinum_article div.site-content div.content-area, body.tax-platinum_club_area div.site-content div.content-area, body.single-platinum_article div.site-content div.content-area {
    padding: 15px 10px; }
  body.post-type-archive-platinum_article div.site-content div.content-area div.pc-item-wrapper, body.tax-platinum_club_area div.site-content div.content-area div.pc-item-wrapper, body.single-platinum_article div.site-content div.content-area div.pc-item-wrapper {
    padding: 0 10px 20px 0; }
  body.post-type-archive-platinum_article div.site-content div.content-area div.pc-item-wrapper:nth-child(2n+3), body.tax-platinum_club_area div.site-content div.content-area div.pc-item-wrapper:nth-child(2n+3), body.single-platinum_article div.site-content div.content-area div.pc-item-wrapper:nth-child(2n+3) {
    clear: both; }
  body.post-type-archive-platinum_article div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-text, body.tax-platinum_club_area div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-text, body.single-platinum_article div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-text {
    font-size: 0.8rem;
    height: 188px; } }
@media (max-width: 767px) {
  body.post-type-archive-platinum_article div.site-content div.content-area, body.tax-platinum_club_area div.site-content div.content-area, body.single-platinum_article div.site-content div.content-area {
    width: 100%;
    min-width: 0;
    font-size: .88rem;
    overflow: hidden; }
  body.post-type-archive-platinum_article div.site-content div.content-area h2, body.tax-platinum_club_area div.site-content div.content-area h2, body.single-platinum_article div.site-content div.content-area h2 {
    font-size: 1.6rem; }
  body.post-type-archive-platinum_article div.site-content div.content-area a.back-link, body.tax-platinum_club_area div.site-content div.content-area a.back-link, body.single-platinum_article div.site-content div.content-area a.back-link {
    margin: 0 0 0 -10px; }
  body.post-type-archive-platinum_article div.site-content div.content-area div.pc-item-wrapper, body.tax-platinum_club_area div.site-content div.content-area div.pc-item-wrapper, body.single-platinum_article div.site-content div.content-area div.pc-item-wrapper {
    width: 100%;
    clear: both;
    padding-right: 0; }
  body.post-type-archive-platinum_article div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-text, body.tax-platinum_club_area div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-text, body.single-platinum_article div.site-content div.content-area div.pc-item-wrapper div.pc-item div.pc-text {
    height: auto; } }
@media (max-width: 992px) {
  body.post-type-archive-platinum_article div.site-content, body.tax-platinum_club_area div.site-content, body.single-platinum_article div.site-content {
    padding-top: 80px; }
  body.post-type-archive-platinum_article div.site-content aside.sidebar-nav, body.tax-platinum_club_area div.site-content aside.sidebar-nav, body.single-platinum_article div.site-content aside.sidebar-nav {
    top: 80px;
    height: calc(100% - 80px); }
  body.post-type-archive-platinum_article div.site-content a.footer-link, body.tax-platinum_club_area div.site-content a.footer-link, body.single-platinum_article div.site-content a.footer-link {
    font-size: .6rem; } }
@media (max-width: 767px) {
  body.post-type-archive-platinum_article div.site-content aside.sidebar-nav, body.tax-platinum_club_area div.site-content aside.sidebar-nav, body.single-platinum_article div.site-content aside.sidebar-nav {
    max-width: none;
    width: 100%;
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  body.post-type-archive-platinum_article div.site-content aside.sidebar-nav.toggled, body.tax-platinum_club_area div.site-content aside.sidebar-nav.toggled, body.single-platinum_article div.site-content aside.sidebar-nav.toggled {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0); }
  body.post-type-archive-platinum_article div.site-content aside.sidebar-nav a.home-link, body.tax-platinum_club_area div.site-content aside.sidebar-nav a.home-link, body.single-platinum_article div.site-content aside.sidebar-nav a.home-link {
    font-size: .7rem; }
  body.post-type-archive-platinum_article div.site-content aside.sidebar-nav nav ul li, body.tax-platinum_club_area div.site-content aside.sidebar-nav nav ul li, body.single-platinum_article div.site-content aside.sidebar-nav nav ul li {
    margin-bottom: 0; }
  body.post-type-archive-platinum_article div.site-content aside.sidebar-nav nav ul li a, body.tax-platinum_club_area div.site-content aside.sidebar-nav nav ul li a, body.single-platinum_article div.site-content aside.sidebar-nav nav ul li a {
    padding-top: 5px;
    padding-bottom: 6px; }
  body.post-type-archive-platinum_article div.site-content aside.sidebar-nav div.member-area, body.tax-platinum_club_area div.site-content aside.sidebar-nav div.member-area, body.single-platinum_article div.site-content aside.sidebar-nav div.member-area {
    display: block;
    width: 80%;
    left: 10%;
    top: auto;
    bottom: 125px;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    padding: 0;
    z-index: 2; }
  body.post-type-archive-platinum_article div.site-content aside.sidebar-nav div.member-area div.row, body.tax-platinum_club_area div.site-content aside.sidebar-nav div.member-area div.row, body.single-platinum_article div.site-content aside.sidebar-nav div.member-area div.row {
    margin: 0; }
  body.post-type-archive-platinum_article div.site-content aside.sidebar-nav div.member-area div.row div.col-md-5, body.tax-platinum_club_area div.site-content aside.sidebar-nav div.member-area div.row div.col-md-5, body.single-platinum_article div.site-content aside.sidebar-nav div.member-area div.row div.col-md-5 {
    text-align: center;
    padding: 0 0 5px;
    font-size: .7rem; }
  body.post-type-archive-platinum_article div.site-content aside.sidebar-nav div.sidebar-footer, body.tax-platinum_club_area div.site-content aside.sidebar-nav div.sidebar-footer, body.single-platinum_article div.site-content aside.sidebar-nav div.sidebar-footer {
    padding: 10px 0 5px; }
  body.post-type-archive-platinum_article div.site-content aside.sidebar-nav div.sidebar-footer p, body.tax-platinum_club_area div.site-content aside.sidebar-nav div.sidebar-footer p, body.single-platinum_article div.site-content aside.sidebar-nav div.sidebar-footer p {
    font-size: .8rem;
    padding-bottom: 0; }
  body.post-type-archive-platinum_article div.site-content aside.sidebar-nav div.sidebar-footer a.footer-contact, body.tax-platinum_club_area div.site-content aside.sidebar-nav div.sidebar-footer a.footer-contact, body.single-platinum_article div.site-content aside.sidebar-nav div.sidebar-footer a.footer-contact {
    padding: 5px 0;
    font-size: 1rem; }
  body.post-type-archive-platinum_article div.site-content aside.sidebar-nav div.sidebar-footer a.footer-link, body.tax-platinum_club_area div.site-content aside.sidebar-nav div.sidebar-footer a.footer-link, body.single-platinum_article div.site-content aside.sidebar-nav div.sidebar-footer a.footer-link {
    font-size: .6rem;
    margin-top: 0 !important; } }

body.page-template-club-portal main {
  display: flex;
  flex: 1;
  flex-direction: column; }
body.page-template-club-portal div.site-content {
  padding-top: 160px;
  background-image: url(images/default-portal.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex: 1;
  display: flex;
  align-items: center;
  padding-bottom: 150px; }
body.page-template-club-portal div.site-content div.portal-wrapper {
  overflow: hidden; }
body.page-template-club-portal div.site-content div.portal-wrapper h2 {
  text-align: center;
  display: block;
  margin: 0 auto 30px;
  width: 320px;
  color: #fff;
  position: relative;
  text-transform: none;
  font-size: 1.4rem; }
body.page-template-club-portal div.site-content div.portal-wrapper h2:before, body.page-template-club-portal div.site-content div.portal-wrapper h2:after {
  content: " ";
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1);
  width: calc(1170px - 320px);
  position: absolute;
  display: block;
  top: calc(50% - 1.5px); }
body.page-template-club-portal div.site-content div.portal-wrapper h2:before {
  right: 100%; }
body.page-template-club-portal div.site-content div.portal-wrapper h2:after {
  left: 100%; }
body.page-template-club-portal div.site-content div.pc-item-wrapper {
  padding: 0 15px 20px 0; }
body.page-template-club-portal div.site-content div.pc-item-wrapper div.pc-item {
  border: 1px solid #D7D7D7;
  border-radius: 4px;
  padding: 10px;
  background-color: #fff; }
body.page-template-club-portal div.site-content div.pc-item-wrapper div.pc-item div.pc-hero-image {
  display: block;
  height: 170px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
body.page-template-club-portal div.site-content div.pc-item-wrapper div.pc-item div.pc-text {
  font-size: 0.9rem; }
body.page-template-club-portal div.site-content div.pc-item-wrapper div.pc-item div.pc-text h3 {
  margin-top: 15px;
  font-weight: 600;
  text-align: center; }
body.page-template-club-portal div.site-content div.pc-cta {
  padding-top: 15px; }
body.page-template-club-portal div.site-content div.pc-cta a {
  display: block;
  padding: 7px 0;
  color: #aaa;
  font-size: 1.3rem;
  text-align: center;
  border: 1px solid #d7d7d7; }
body.page-template-club-portal div.site-content div.pc-cta a:hover {
  text-decoration: none;
  color: #000;
  background-color: #fff; }
body.page-template-club-portal span.menu-toggle {
  display: none !important; }

/*# sourceMappingURL=style.css.map */
