.site-name a {
	color: #0070d6 !important;
	font-size: 28px;
	font-weight: 500;
}

.site-country {
	text-transform: uppercase;
	color: #7e7e7e;
	font-size: 15px;
	text-align: center;
}

.site-social {
	text-align: center;
	padding-top: 5px;
}

.country-change-mobile {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #0070d6;
}

.country-change-mobile a {
	color: #FFFFFF;
}

/* Enable hover over on active link on navigation - start */
.main-navigation .main-nav ul li.current-menu-item:hover > a
{
    color: #fff;
    background-color: #f5b660;
}

.main-navigation .main-nav ul ul li.current-menu-item:hover > a {
    color: #6b6b6b;
    background-color: #e5e5e5;
}

/* Enable hover over on active link on navigation - end */

/* Style pagination */
.page-numbers {
	padding: 4px 10px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid;
	text-align: center;
		margin-bottom: 5px;
		display: inline-block;
}

.homepage-heading {
color: #0070d6;
	font-size: 28px;
}

input[type="button"], input[type="submit"], .primary, .loading { 
    border-radius: 2px;
} 

/*Resizing logo on mobile */
.mobile-header-navigation .mobile-header-logo img {
    height: 100px;
	padding-bottom: 0px;
	padding-top: 0px;
}

/* Have footer only disable on mobile */
@media (min-width: 420px) {
    .footer-widgets {
        display: none;
    }
}

#breadcrumbs {
 color: #727375;
	font-size: 13px;
	text-transform: uppercase;
}

#breadcrumbs a {
	color: #8a8a8a;
}

.footertext, .footerlinks {
	font-size: 12px;
}

.footer-disclaimer {
	background-color: #f2f2f2;
	padding-top: 15px;
	padding-bottom: 15px;
}

.footer-disclaimer-h4 {
	font-weight: 600;
	font-size: 16px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

.footer-disclaimer-text {
	padding-top: 0px;
	font-size: 14px;
	color: #3b3b3b;
}

.main-navigation .main-nav ul li a {
text-transform: uppercase;
}

/* This is some CSS to put the text headings next to the logo */
@media (min-width:769px) {
    .site-branding {
        display: inline-block;
			margin-top: 15px;
			margin-left: 80px;
    }

    .site-logo {
        float: left;
        margin-right: 20px;
    }
}

/* Moving the search box */
@media (min-width: 768px) {
    .inside-header {
        position: relative;
    }
    .header-widget {
        position: absolute;
        right: 40px;
        bottom: 2em;
    }
}


.opt-in {
	text-align: center;
}

.opt-heading {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 5px;
}

.opt-desc {
	color: #FFFFFF;
	font-size: 25px;
	padding-bottom: 10px;
}

.opt-privacy, .confirmation_checkbox, .opt-privacy2 {
	color: #97b7e0;
	font-size: 12px;
		margin-bottom: 15px;
}

.opt-privacy {
	 margin: auto;
  width: 75%;
}

.opt-privacy a, .confirmation_checkbox a {
	color: #97b7e0;
text-decoration: underline;
}

.small-opt-heading {
	font-size: 25px;
	font-weight: 500;
}

#mc-embedded-subscribe, .primary, .loading {
	background-color: #f19d38;
}

.signupbutton {
	  border-bottom: 3px solid #8ba45d;

}

#mc-embedded-subscribe:hover, .primary:hover {
	background-color: #f5b660;
}

#mce-FNAME, #mce-EMAIL, .form-control, .primary {
	margin-bottom: 10px;
}

.button.home-button, .button.home-button:visited {     
    background: transparent;     
    border: 3px solid #a3a3a3; 
	color: #a3a3a3;
	width: 80%;
	text-align: center;
	font-size: 20px;
} 
.button.home-button:hover, 
.button.home-button:active {     
    background: #a3a3a3;     
    color: #FFFFFF;     
    border: 3px solid transparent;
	text-align: center;
		font-size: 20px;
}

#homebuttons {
	display: flex;
	justify-content: center;
	width: 100%;
}

.header-widget .widget .search-field {
    width: 320px;
}

/* Hide secondary menu on mobile */
@media (max-width: 768px) {
	
    .secondary-navigation {
        display: none;
	}}


/* MEGA MENU START */
@media (min-width: 769px) {
    nav .main-nav .mega-menu {
        position: static;
			
    }

    nav .main-nav .mega-menu > ul {
        position: absolute;
        width: 100%;
        left: 0 !important;
    }

    nav .main-nav .mega-menu > ul > li > a {
        font-weight: bold;
				text-transform: capitalize;
    }

    nav .main-nav .mega-menu>ul>li {
        display: inline-block;
        width: 25%;
        vertical-align: top;
			
    }

    nav .main-nav .mega-menu.mega-menu-col-2>ul>li {
        width: 50%;
    }

    nav .main-nav .mega-menu.mega-menu-col-3>ul>li {
        width: 33%;
			border-right: 0.8px solid grey;
    }

    nav .main-nav .mega-menu.mega-menu-col-5>ul>li {
        width: 20%;
    }

    nav .main-nav .mega-menu > ul > li:hover > a,
    nav .main-nav .mega-menu > ul > li:focus > a,
    nav .main-nav .mega-menu > ul > li[class*="current-"] > a,
    nav .main-nav .mega-menu ul ul {
  
      
    }
	
	


    nav .main-nav .mega-menu ul .sub-menu {
			
        position: static;
			padding-left: 7%;
text-transform: capitalize;
        display: block;
        opacity: 1;
        visibility: visible;
        width: 93%;
        box-shadow: 0 0 0;
        left: 0;
        height: auto;
			
    }
	
	nav .main-nav .mega-menu ul .sub-menu a {
		text-transform: capitalize;
	}

    nav .main-nav .mega-menu ul.toggled-on .sub-menu {
        pointer-events: auto;
    }

    nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
        display: none;
    }
}
/* MEGA MENU END */

@media (max-width: 768px) {
    .inside-header {
        display: flex;
        flex-direction: column-reverse;
    }
}

#mce-EMAIL, .form-control {
	width: 300px;
}

/* Category box on homepage code to fix white container */
@media (max-width: 1024px) {
    .homepage-category-content .lgc-clear {
        display: block;
    }
}

/* Individual offer layout for the site */
.offerdesign .inside-grid-column {
   display:inline-block;
 background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
  border-radius:7px;
  padding-top:16px;
  padding-left:20px;
	padding-bottom: 10px;
  margin-bottom:20px;
  margin-right: 10px;
  position: relative;
}

/* Fix offer listing on really small screens */
@media only screen and (max-width: 350px) {
.offerdesign .inside-grid-column {
  padding-left: 8px;
	padding-right: 0px;
	margin-right: 0px;
	width: 95%;
}
	.button.categorygetoffer, .button.categorygetoffer:visited {
		width: 77px !important;
		font-size: 11px !important;
	}
  }

/* Related posts customisation */
.jp-relatedposts-post-title {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
}

.jp-relatedposts a {
	font-weight: bold !important;
		  color: #000000 !important;
	font-size: 17px !important;
	text-decoration: none !important;
}

.jp-relatedposts-post-img {
	margin-bottom: 10px;
}

/* Hide the newsletter opt in header on mobile */
@media (max-width: 768px) {
     .header-smalloptin {
        display: none;
    }
}

.press {
	text-align: center;
}

/* This is unique to each site due to the URL below */
#footer-smalloptin {
	background-image: url("/wp-content/uploads/2019/04/newsletter-opt-in-small.jpg");
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	background-position: center; 
	background-size: cover;
	color: #FFFFFF;
}


/* Individual offer listing styling start */

.offer-container {
    overflow: auto;
	padding-right: 10px;
}
.offer-thumb {
    float: left;
        padding-top: 10px;
}
.offer-thumb img {
    display: block
}

.offer-content {
    margin-left: 140px;
}

.offer-container a {
  color: #595959;
}

.offer-container a:hover {
  color: #1e73be;
}

.offer-title {
  font-weight: bold;
  font-size: 20px;
  color: #595959;
}

.offer-excerpt {
  padding-top: 10px;
  font-size: 15px;
}

.button.categorygetoffer,
.button.categorygetoffer:visited {
  width: 125px;
  font-size: 15px;
    font-weight: bold;
  text-align: center;
  border-radius: 2px;
	background: #78b737;
	color:#FFF;
  border-bottom: 3px solid #8ba45d;
}

.button.categorygetoffer:hover,
.button.categorygetoffer:active {
    width: 125px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-radius: 2px;
	background: #79ac40;
	color:#FFF;
    border-bottom: 3px solid #79ac40;
}

/* Individual offer listing styling end */


/*Featured offer ribbon code start */
.ribbon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #bd362f;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 10px 0;
  background-color: #ee5f5b;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 15px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

.ribbon-top-left {
  top: -5px;
  right: -5px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  left: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-left span {
  left: -51px;
  top: 19px;
  transform: rotate(45deg);
}
/*Featured ribbon code end */


/* Individual Offer Page CSS start */
.button.getoffer,
.button.getoffer:visited {
  width: 200px;
  font-size: 22px;
  text-align: center;
  border-radius: 2px;
	background: #78b737;
	color:#FFF;
  border-bottom: 3px solid #8ba45d;
}

.button.getoffer:hover,
.button.getoffer:active {
    width: 200px;
    font-size: 22px;
    text-align: center;
    border-radius: 2px;
	background: #79ac40;
	color:#FFF;
    border-bottom: 3px solid #79ac40;
}

.offerh1 {
  margin-bottom: 20px;
}

.rating-title { 
  font-size: 18px;
  text-align: center; 
  background: #ff9900; 
  color: #fff; 
  font-weight: bold;
  line-height: 30px;
}

p.rating-title {
    margin-bottom: 0;
}

.end_offer{
	font-size: 14px;
	color: #717171;
}

.report-button {
	padding: 1px !important;
	background: none !important;
	color: #595959 !important;  
	font-size: 14px;
	border-bottom: 3px solid #595959 !important;
}
	
.rating-content {
  text-align: center;
  background: #f6f7f6;
  color: #898989;
}

.dashicons-chart-bar { 
	display: none;
}

.yasr-total-average-container { 
	display: block; 
	color: #898989; 
	font-size: 12px; 
	margin-bottom: 10px; 
	padding-top: 10px;  
}

.offer_page #rating .yasr-total-average-text { 
	display: block; 
	color: #898989; 
	font-size: 12px; 
	margin-bottom: 10px; 
	padding-top: 10px; 
}

.offer_page #rating .yasr-already-voted-text { 
	display: block; 
	color: #000; 
	font-size: 10px; 
	margin-bottom: 10px; 
	padding-top: 10px; 
	margin-top: -10px; 
}

/* Individual Offer Page CSS end */

/* Category View - start */
.homepage-category-heading {
  position: relative;
  text-align: center;
  color: #FFFFFF;
  padding-bottom: 20px;
}

.category-heading-image {
   border-radius: 10px 10px 0px 0px;
  min-height: 80px;
	  max-height: 90px;
}

.homepage-category {
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 25px #ADA5A5;
  -moz-box-shadow: 0px 0px 25px #ADA5A5;
  box-shadow: 0px 0px 25px #ADA5A5;
}

.homepage-category-content {
  padding-left: 10px;
  padding-right: 10px;
}

.category-heading-centered {
  position: absolute;
    top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-size: 2em;
  width: 90vw;
  font-weight: bold;
}

.category-heading-image{
	height: 90px;
	width: 100vw;
}
/* Category view - end */

/* Category view - individual offer - start */
.category-offer-container {
    overflow: auto
}
.category-offer-thumb {
    float: left
}
.category-offer-thumb img {
    display: block
}

.category-offer-content {
    margin-left: 140px;
}

.category-offer-content a {
  color: #838383;
}

.category-offer-title {
  font-weight: bold;
  font-size: 17px;
  color: #838383;
}

.button.category-button,
.button.category-button:visited {
	background: #348cdf;
	color:#e8e8e8;
  font-size: 13px;
  margin-top: 10px;
  border-radius: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
	 border-bottom: 2px solid #5c87bf;
}

.button.category-button:hover,
.button.category-button:active {
	background: #3072d1;
	color:#e8e8e8;
  font-size: 13px;
    margin-top: 10px;
  border-radius: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
	border-bottom: 2px solid #3072d1;
}
/* Category view - individual offer - end */

/* Categories page - start */

.categories-category-viewalllink-div {
	text-align: center;
		padding-bottom: 10px;
}

.categories-category-viewalllink {
	
		padding: 1px !important;
	background: none !important;
	color: #595959 !important;  
	font-size: 14px;
	border-bottom: 3px solid #595959 !important;
}
/* Categories page - end */


/* Newsletter LP start */
.page-id-4755 #mobile-header {
    display: none !important;
}

.newsletterlp-recent-offers {
	text-align: center;
	color: grey;
font-size: 15px;
}

.newsletterlp-recent-heading {
	text-align: center;
	color: #595959
}

.finalform {
	text-align: center;
}

.newsletterlp-opt-privacy {
	color: #97b7e0;
	font-size: 12px;
	margin-bottom: 15px;
	margin-top: 5px;
}

.newsletterlp-opt-privacy a {
	color: #97b7e0;
text-decoration: underline;
}

.newsletterlp-footer {
	font-size: 12px;
}

.newsletterlp-featured-image {
	border-radius: 50%;
}

.newsletterlp-press-image {
  filter: gray; 
  -webkit-filter: grayscale(1); 
  filter: grayscale(1); 
	height: 45px;
}

.newsletterlp-press-image:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}

.newsletterlp-heading-text, .newsletterlp-sub-heading, .newsletterlp-logo, .newsletterlp-heading-form {
	text-align: center;
}

/* Newsletter LP end */


/* MailerLite CSS to highlight red. The number below is unique to the sites MailerLite form. */
    #mlb2-1383196.ml-subscribe-form button[disabled] {
        cursor: not-allowed!important;
    }
    
    #mlb2-1383196.ml-subscribe-form .form-section.ml-error label {
        color: #fd9c29!important;
    }
    
    #mlb2-1383196.ml-subscribe-form .form-group.ml-error .form-control {
        border-color: #fd9c29!important;
    }

/* End of MailerLite CSS to highlight red */

/* Customising widgets */
.widget {
	border-radius: 2px;
			  box-shadow: 0 0 5px rgba(0,0,0,.1);
}

#custom_html-2, #custom_html-2 .widget-title {
	background-color: #0070d6;
	color: #FFFFFF;
}
/* End customising widgets */