/*hide posts meta data | SN-11296011-hc*/
.post-meta {
    display: none;
}

/*Hide posts navigation | SN-11296011-hc*/
.post-navigation {
    display: none;
}

/* Edit text in footer | 11299555-hc */
.footer-content:before {
  content: "Copyright © 2019-2025 teflonlinepro.com. All rights reserved. ";
}
.footer .align-left {
  display: none;
}

/*Change site title  | SN-11320041-hc*/
#header.header-large .site-title a {
    
}

.more-link { 
	color: darkorange !important; 
	border-color: darkorange !important; }

.text-holder .excerpt p { color: White !important; }
.slideshow .headline a { color: white !important; }

/* Adjust top bar colours | NL-11353986-hc */
#header.header-small,
#header.header-large {
    background: #fff;
}

#header.header-large .site-title a,
#header.header-large .menu a,
#header.header-large .menu a:link,
#header.header-large .menu a:visited,
#header.header-large .menu-toggle,
#header.header-large .menu-toggle:before,
#header.header-large a.cart-contents,
#header.header-large a.cart-contents:hover {
    color: #000;
}

.feature-img.page-banner {
    min-height: 400px;
}
/* Change body text color - NP - 11399847 */
p {
	color: #333333;
}

.footer-information {
    background: #2774AE;
    color: white;
}

/* Site links color change/ HC-11427717 */
.content a, a:link{
	color:#2774AE;
}

#menu-item-544 a span,
#menu-item-545 a span{
    display: inline-block;
    color: #fff;
}
#menu-item-544 a::before,
#menu-item-545 a::before {
    content: "";
}
#menu-item-544 a,
#menu-item-545 a {
    background: transparent;
}
/*--- move social menu up in footer / 11428525-hc JS ---*/
.social-menu {
	position: relative;
	top: -13px;
}
/* move slideshow captions slightly up GP-11487099-hc */
.slideshow .information {
  top: 75%;
}
/* Hide the Front Page title 11489714-hc (rf) */
.featured-pages .headline {
	display: none;
}
/* Adding a background to slider titles */
.slideshow .headline a {
    background: #2774AE;
    padding: 0px 5px;
}

@media only screen and (max-width: 1024px) {
.main-small-navigation .site-header-cart {
    background: #FFF !important;
}
}
/*Change the color of the arrows on the slider|KG-11850472-hc*/
.flex-direction-nav li a{
	border: 2px solid #FF8C00;
}
.flex-direction-nav .flex-next i, .flex-direction-nav .flex-prev i {
    color: #FF8C00;
}
/* round corner of slideshow headers */
.slideshow .headline a {
  border-radius: 40px;
  padding: 0px 5px;
}
/* Change colors of more button on hover 11855030-hc */
a.more-link:hover {
    background-color: darkorange;
    color: white!important;
}
/* Hide WC default sorting | 11976407-hc | js */
form.woocommerce-ordering {
    display:none;
}
/* Hide PayPal mini cart button */
#woo_pp_ec_button_mini_cart { display: none; }
/* Add padding to the top of single product pages | #4710034-zen JL */
.single-product .woocommerce-product-gallery__wrapper {
margin-top: 150px;
}

.single-product div.product .summary.entry-summary .entry-title {
margin-top: 150px;
}