/*
Theme Name: Well Rated
Author URI: https://www.wellrated.co.uk
Version: 1.0.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
---------------------------------------------------------------
# Standard
# Layout
# Typography
# Headings
# Links

Breakpoints:
576 width 540
468 width 720
992 width 960
1200 width 1140

320, 768, 1280 is enough

/*default header styles*/
/*alternate header styles for smaller screens*/

--------------------------------------------------------------*/

/* @import first line*/
@import url('https://fonts.googleapis.com/css?family=Lato|Open+Sans|Roboto');

/*--------------------------------------------------------------
>>> Standard:
----------------------------------------------------------------
# Normalize
# Accessibility
# Alignments
# Clearings
# Forms
# Buttons
# Layout
  ## Front Page 880
  ## Posts 988
  ## Pages
# Widgets
# Media
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5rem;
}
sub {
  bottom: -0.25rem;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1rem 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1rem;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35rem 0.625rem 0.75rem;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
 ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/*--------------------------------------------------------------
# Wr Theme
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}


*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}


body {
  background: #ecf0f5;
  margin: 0;
}

/*default layout styles*/
// Mobile first for content and sidebar areas
#primary {
  margin: 0 auto;
  width: 95%;
}


// Sidebar 1
#secondary {
  margin: 0 auto;
  width: 95%;
}


// Sidebar 2
#tertiary {
  margin: 0 auto;
  width: 95%;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  /*
  font-family: 'Raleway', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Muli', sans-serif;
  font-family: 'Lato', sans-serif;
  */
  color: #444;
  font-family: 'Open Sans', Arial, Verderna, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}



/* set font size for small devices */
@media all and (max-width: 767px){
    body{
        
    }

}

/* set font size for medium devices */
@media all and (min-width: 768px) {
    body{
        
    }
}

/* set font size for large devices */
@media all and (min-width: 1280px) {
    body{
        
    }
}


/*add space to bottom of all paragraphs*/
p {
  margin-bottom: 1.5rem; /* equiv 24px*/
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 0px;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  position: absolute !important;
  overflow: hidden;
  width: 1px;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875em;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5rem;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}


/*--------------------------------------------------------------
# Formattings
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5rem;
}

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul, ol {
  display: block;
    list-style-type: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
  margin: 0 20px 20px 40px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5rem;
  margin: 0 20px 20px 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5rem 1.5rem;
}


/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5rem;
  width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}


.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  left: -999rem;
  position: absolute;
  top: 1.5rem;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999rem;
  top: 0;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle:before {
  content: "\2630";
  display: inline-block;
  margin-right: 5px;
}

  .main-navigation ul {
    display: block;
}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5rem;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  width: 50%;
}


.page-links {
  clear: both;
  margin: 0 0 1.5rem;
}


img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}


.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}


/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75em;
  line-height: 1;
  padding: .6rem 1rem .4rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}




/*--------------------------------------------------------------
# Headings
--------------------------------------------------------------*/

/*default header styles*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #4c4c4c;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  margin-bottom: 20px;
  margin-left: 25px;
  margin-right: 25px;
  line-height: 1em;
  font-weight: 500;
}


h1 {
font-size: 2em;
margin-top: 10px;
}



.footer1 h2.widget-title {
margin-left: 0px;
margin-right: 0px;
}



h3 {
font-size: 1.4em;
}

h4 {
font-size: 1.2em;
color: #09499a;
    line-height: 1.3;

}

.type-post .entry-title {
margin-bottom: 5px;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #0762a2;
}


a:visited {
  color: #0762a2;
}


a:hover, a:focus, a:active {
  color: #0762a2;
}


a:focus {
  outline: thin dotted;
}


a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
Content Views Plugin
--------------------------------------------------------------*/
.pt-cv-title a {
  
  font-size: 100%;
  font-weight: 400;
}

.pt-cv-title  a:visited {
      
}

/*--------------------------------------------------------------
Social Links Plugin
--------------------------------------------------------------*/

.sfsi_plus_widget {
  margin-left: 14px;

}

/*--------------------------------------------------------------
Tablepress Plugin - Most css is in plugin admin
--------------------------------------------------------------*/
.tablepress-wrap {
  margin: 0 25px;
}


/*--------------------------------------------------------------
# Single Column / No Active Sidebar
--------------------------------------------------------------*/
.no-sidebar .site-main {
  margin: 0;
}


.no-sidebar .content-area {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.page .entry-header h1 {
	text-align: center;
}



@media only screen and (max-width: 401px) {

.page .entry-header h1 {
    font-size: 1.5em;
    padding-top: 15px;
}
    
}


/*--------------------------------------------------------------
# Section Pages Archive Page aka Categories
--------------------------------------------------------------*/
#wrarticle {
  text-align: center;
}

.section-header-img img{
    width: 100%;
    height: auto;    /*-- important, just width 100 wont work as it tries to maintain resolution --*/
	  margin-bottom: 25px;
}

.section-sub {
  font: 400 1.2em "Open Sans", "Arial", sans-serif;
  color: #232323;
	width: 70%;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
}



/*--------------------------------------------------------------
Specific Pages
--------------------------------------------------------------*/
/*-- Front Page--*/
.margin20 {
  margin: 20px;

}

.frontpage-headline {
    font: 600 2.5em "Montserrat","Open Sans","Arial",sans-serif;
    color: #232323;
    color: #2f4f6f;
  
    line-height: 1.2em;
    letter-spacing: -1px;
    text-transform: none;
    margin-bottom: 0;
}

.frontpage-sub {
    font: 400 1.2em "Open Sans","Arial",sans-serif;
    color: #232323;
    margin: 0 auto;
    padding-bottom: 00px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    padding-top: 30px;
}

.frontpage-img {
    width: 80%;
   margin: 0 auto;
    text-align: center;
}


.frontpage-grid {
	margin: 0px 0 40px 0;
  text-align: center;
}

.wr-center {
	margin-top: 30px;
  text-align: center;
}

.wr-center img {
    margin-top: 5px;
    margin-bottom: 5px;
}

.section-front {
    font: 400 1.1em "Open Sans", "Arial", sans-serif;
    background: rgba(0, 157, 191, 0.87);
    border-color: #eee;
    border: 1px solid #d9d9d9;
    border-left: 0;
    border-right: 0;
    letter-spacing: .02em;
    line-height: 36px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 14px;
    text-align: center;
    color: #fff;
    margin: 35px 25px 25px 28px;
}

.section-homepage {
    font: 600 1.2em "Open Sans","Arial",sans-serif;
    background: #fe9600;
    border-color: #e64242;
    /* border: 1px solid #d9d9d9; */
    border-left: 0;
    border-right: 0;
    letter-spacing: .02em;
    line-height: 36px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 14px;
    text-align: center;
    margin: 35px 25px 25px 28px;
    color: #ffffff;
}


/*-- Data Page --*/
.datapage {
    padding-bottom: 25px;

}


h2.data-title {
    font-size: 2em;
    margin-top: 20px;
}

/*-- contact page--*/
.margins-wr {
  margin: 50px;
  max-width: 400px;
}


/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
.fixpgraph  p{
  margin-bottom: 0px;
}

.post {
  padding-bottom: 16px;
}

/* remove br spacings*/
.nomargin_ br {
    display: none;
}

.nomargin_ {
    
}

.nomargin_ h2, h4, li {
  
}


.report-wrap {
  padding: 40px 60px;
}

.tablearea {
  margin-top: 55px;
  margin-bottom: 24px;
}


.prices {
  margin: 0 auto;
  text-align: center;
}


.sticky {
  display: block;
}


.hentry {
  margin: 0 0 1.5rem; /* equiv 24px*/
}


.byline,
.updated:not(.published) {
  display: none;
}


.single .byline,
.group-blog .byline {
  display: inline;
}


.page-content,
.entry-content,
.entry-summary {
  margin: 1.5rem 0 0; /* equiv 24px*/
}


.entry-content {
  margin: 0;
}


.entry-meta {
  color: #8d8d8d;
  font-size: 0.75em;
  margin-bottom: 1.5em;
  margin-left: 26px;
}

#clicktable-container {
    text-align: center;
    padding-bottom: 1rem; /* equiv 16px*/
}

#clicktablelink {
  border-bottom: solid 1px #0083c4;
  font-size: 0.85em;
  text-decoration: none;
  width: 100%;
}

.swipe {
    color: #FF9800;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    
}

.product_img img {
  display: block;
  margin: 36px auto;
  max-width: 280px;
  width: 100%;
}


/* Container holding the image and the text */
.text_over_img_container {
  position: relative;
}


/* Bottom right text */
.img_text_block {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: black;
  color: red;
  padding-left: 20px;
  padding-right: 20px;
}



.productcount {
    text-align: center;
    border-radius: 25px;
    background: #03a9f4;
    /* padding: 20px; */
    width: 280px;
    /* height: 20px; */
    font-size: 80%;
    margin: auto;
    color: white;
}


.prices p{
    margin-bottom: 0;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 0;
    line-height: 1.8;

}

.hr {
  background-color: #fff;
  border-top: 2px solid rgba(33, 150, 243, 0.44);
  margin-top: 20px;
  margin-bottom: 15px;
    
}

.hr_base {
  background-color: #fff;
  border-top: 2px solid rgba(33, 150, 243, 0.44);
  margin-top: 15px;
  margin-bottom: 35px;
}



.onpage_featurelist ul {
	padding-left: 20px;
}


.onpage_viewmore {
  margin-bottom: 6px;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 0px;
}

.nav-next {
 padding-bottom: 20px;
 padding-top: 20px;
}

.nav-previous  {
 padding-bottom: 20px;
 padding-top: 20px;
}

.notes {
	color: #03a9f4;
  
}

.section-notes {
    font: 400 1em "Open Sans", "Arial", sans-serif;
    background: #F4F7D3;
    background: rgb(62, 80, 98);
    color: #fff;
    border-color: #eee;
    border: 1px solid #d9d9d9;
    border-left: 0;
    border-right: 0;
    letter-spacing: .02em;
    line-height: 36px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px 15px;
    text-align: left;
    margin: 45px 20px 25px 20px;
}


.reportpage-houseimg {
    display: block;
	  margin-bottom: 35px;
    margin: 0 auto;
    text-align: center;
   
}

.reportpage-houseimg img{
    display: block;
	  padding-top: 10px;
    padding-bottom: 15px;
    margin: 0 auto;
    
}

.undertable {
	font-size: 0.8rem;
  padding-bottom: 15px;
}


/* the good and watch lists */
.listcontainer {
   padding-bottom: 25px;
}

.list1 ul {
    margin: 0 10px 10px 20px;
} 

.list2 ul {
    margin: 0 10px 10px 20px;
} 

/* List 1 */
.list1 {
	width: 50%;
  min-width: 200px;
  float: left;  
    /* list1 container */
}



/* */
@media screen and (max-width: 768px) {
.list1 {
	width: 70%;
  min-width: 200px;
  float: initial;
  margin: 0 auto;
   }
   
  .list1 ul {
    margin: 0 10px 10px 10px;
} 
    
}




.list1-good {
    font: 400 1em "Open Sans", "Arial", sans-serif;
    color: #fff;
    background: rgba(53, 160, 58, 0.81);
    letter-spacing: .02em;
    line-height: 36px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 14px;
    text-align: center;
    margin: 5px 25px 25px 28px;
}

.list1 ul {
  display: inline-block;
  list-style-image: url(https://www.wellrated.co.uk/wp-content/uploads/2017/10/lookfor.svg);
  padding-left: 50px;
}


/* List 2 */
.list2 {
    width: 50%;
    min-width: 200px;
    float: left;
     /* list2 container */
}


/* */
@media screen and (max-width: 768px) {
.list2 {
	width: 70%;
  min-width: 200px;
  float: initial;
  margin: 0 auto;
   }
    
   .list2 ul {
    margin: 0 10px 10px 10px;
}    
    
}


.list2-watch {
    font: 400 1em "Open Sans", "Arial", sans-serif;
    color: #fff;
    background: rgba(185, 18, 18, 0.8);
    letter-spacing: .02em;
    line-height: 36px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 14px;
    text-align: center;
    margin: 5px 25px 25px 28px;
}



.list2 ul {
  list-style-image: url(https://www.wellrated.co.uk/wp-content/uploads/2017/10/watchfor-1.svg);  
  display: inline-block;
    padding-left: 50px;
}

.buying-header {
    font: 400 1.2em "Open Sans","Arial",sans-serif;
    background: rgba(255, 236, 61, 0.13);
    border-color: #eee;
    border: 1px solid #d9d9d9;
    border-left: 0;
    border-right: 0;
    letter-spacing: .02em;
    line-height: 36px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 14px;
    text-align: center;
    margin: 35px 25px 25px 28px;

}

.guide {
	padding: 15px 20px 0px 20px;
}


/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
#wrlist1 {
  font-weight: 400;
	margin-left: 23px;
  text-align: left;
	
}

#wrlist1 ul {
  display: inline-block;
  list-style-type: disc;
  color: #3f3f3f;
  padding: 0px;
  list-style-image: url(https://www.wellrated.co.uk/wp-content/uploads/2017/07/tick-july-v6.svg);
  text-align: left;
  padding: 0 20px;
  margin: 0px;
}


/*--------------------------------------------------------------
Structural Elements
--------------------------------------------------------------*/
/* My structural elements*/
.mh_fullwrap {
  /* empty. edit for each item*/
  padding-left: 20px;
  padding-right: 20px;
	}

.site-content{
  padding-top: 25px;
}

/* Divs wrapped in this will fit to a width*/
.mh_container {
  max-width: 1140px;
  margin: 0 auto;
}


/* No borders for mobile */
@media screen and (max-width: 600px) {

  .mh_fullwrap {
     padding-left: 0px; 
     padding-right: 0px; 
}


.site-content {
    padding-top: 0px;
}    
    
}


.mh_innerwrap {
/* edit for each div*/
}


/* Full wrap specified */
.mh_fullwrap.ticker {
  background-color: #2B3843;
}


.mh_fullwrap.logo {
  background-color: #3E5062;
}


.mh_fullwrap.wr_nav {
    background-color: #3E5062;
}


.mh_fullwrap.footer1 {
  background-color: #19232d;
  clear: both;
  color: #b6b7b9;
}


.mh_fullwrap.footer2 {
  background-color: #121A21;
  color: #a7a7a7;
  font-size: .9em;
}


.mh_innerwrap.footer1 {
  color: #d7dade;
  font-size: .95em;
  padding-top: 24px;
  overflow: hidden;
}


.site-main {
  background: #FFFFFF;
  border-radius: 3px;
  border-top-style: solid;
  border-top-width: 8px;
  border-color: #03a9f4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  min-width: 200px;
}


/* No top blue bar for  mobile */
@media screen and (max-width: 600px) {

.site-main {
  background: #FFFFFF;
  border-radius: 0px;
  border-top-style: solid;
  border-top-width: 0px;
  border-color: #03a9f4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  min-width: 200px;
}

    
h1 {
    margin-top: 0px;
}
   
}


p.sp1 {
  margin-top: 36px;
}


/*--------------------------------------------------------------
The Ticker Widget and Date area - Is hidden under 576px
--------------------------------------------------------------*/
.mh_innerwrap.ticker {
  color: #fefefe;
  font: 0.850em/1.5 "Open Sans", Arial, sans-serif;
  overflow: hidden;
}


.head1 {
  box-sizing: border-box;
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 80%;
}


.head2 {
  box-sizing: border-box;
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 80%;
}


.wr_widget_side {
  background-color: red;
}


/*--------------------------------------------------------------
Logo
--------------------------------------------------------------*/
.imagelogo {
    clear: both;
    overflow: hidden;
}


.imagelogo img{
    display: block;
    margin: 14px auto;
    width: 180px;
}


/*MQ - Logo 576px+ = Medium*/
@media only screen and (min-width: 576px) {
  .mh_fullwrap.logo {
  line-height: 96px;
  min-height: 1px;
}

.imagelogo img{
  margin: 8px auto;
  width: 220px;
}
    
}


/*MQ - 768px+ Ipad / Tablet */
@media only screen and (min-width: 768px) {
.mh_fullwrap.logo {
  line-height: 96px;
  min-height: 1px;

}


.imagelogo img{
  margin: 10px 0px;
  padding-top: 5px;
width: 220px;

}
}


/*MQ - logo over 992px Desktop */
@media only screen and (min-width: 992px) {
.imagelogo img{
  margin: 8px 0px;
  padding-top: 0px;
width: 260px;

}
}


/*MQ - logo over 1200px Desktop */
@media only screen and (min-width: 1200px) {
.imagelogo img{
  margin: 10px 0px;
  width: 280px;
}
}



/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
#wr_nav {
  background-color: #3E5062;
}


.mh_fullwrap.wrcontent {
  overflow: hidden;
}


.post-navigation {
  display: none;
}


/*--------------------------------------------------------------
Widget Areas
--------------------------------------------------------------*/
/* Make sure the unfloated widgets have some headroom */
.widget {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin: 0;
  margin-bottom: 24px;
  padding-bottom: 0px;
  overflow: hidden; /* this is needed */
  width: 100%;
  /* Make sure select elements fit in widgets. */
}


/* no shadow on footer widgets */
.footer1 .widget {
  box-shadow: none;
   
}


.widget select {
  max-width: 100%;
}


.widget-title {
  color: #FFF;
  background: #3E5062;
  padding-bottom: 24px;
  text-transform: uppercase;
}


/* Target Specific Widget Areas */
/* Sidebar Widgets */
.widget .widget-title {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1.2px;
  margin-bottom: 24px;
  margin-top: 0px;
  padding: 10px 20px 10px 0px;
  text-transform: uppercase;
}


.newsletter {
 padding: 0px 20px 20px 20px;
}


.widget ul {
  margin-right: 20px;
  margin-bottom: 20px;
  text-decoration: none;
}

.widget ul a{
  text-decoration: none;
}

.widget ul a:hover {
  color: #2196F3;
}

#recent-posts-3 ul {
  font-size: 1em;
  margin-bottom: 20px;
}

.widget ul {
  font-size: 1em;
}


/* Footer Widgets */
.footer1 .widget .widget-title {
  color: #e3e3e3;
}

.footer1 .widget h2.widget-title {
padding-left: 0px;
padding-right: 0px;
margin-left: 0px;
margin-right: 0px;
}


@media screen and (max-width: 767px) {
.footer1 .widget h2.widget-title {
padding-left: 20px;
padding-right: 20px;
margin-left: 0px;
margin-right: 0px;
}

}


.footer1 .widget {
  background-color: #19232d;
}


/*--------------------------------------------------------------
Main Footer
--------------------------------------------------------------*/
.top_full_wrap {
  background-color: #19232d;
  clear: both;
  color: #b6b7b9;
}


.top_inner_wrap {
  color: #d7dade;
  font: 0.850em/1.5 "Open Sans", Arial, sans-serif;
  padding: 10px 24px;
  overflow: hidden;
}


.wr_footwidget1 {
  box-sizing: border-box;
  line-height: 1.4em;
  margin: 0 auto;
  padding-right: 25px;
  width: 80%;
}


.wr_footwidget2 {
  box-sizing: border-box;
  margin: 0 auto;
  padding-right: 25px;
  width: 80%;
}


.wr_footwidget3 {
  box-sizing: border-box;
  margin: 0 auto;
  padding-bottom: 10px;
  padding-right: 25px;
  width: 80%;
}


.wr_footwidget1 p {
		margin-bottom: 5px;
}


.wr_footwidget2 p {
		margin-bottom: 5px;
}


.wr_footwidget3 p {
		margin-bottom: 5px;
}


.wr_footwidget1 p.widget-title {
  color: #d7dade;
  border-bottom: 1px solid #253443;
  font: bold 1em "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
  padding-top: 20px;
}


.wr_footwidget2  p.widget-title {
  color: #c5c7cb;
  border-bottom: 1px solid #253443;
  font: bold 1em "Open Sans", Arial, sans-serif;
  padding-top: 20px;
  text-transform: uppercase;
}


.wr_footwidget3  p.widget-title {
  color: #c5c7cb;
  border-bottom: 1px solid #253443;
  font: bold 1em "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
  padding-top: 20px;
}


#text-7 img{
 display: block;
 margin-top: 15px;
 width: 70%;
}


.mh_fullwrap.footer1 a{
	color: #e8e8e8;
}

/* Set new margins for widget lists in footer */
.footer1 .widget ul {
  margin-right: 0px;
  margin-bottom: 0px;
  line-height: 1.6;
}



/*--------------------------------------------------------------
Base Footer
--------------------------------------------------------------*/
/* wrapper clears floats above it */
.mh_innerwrap.footer2 {
	margin: 0 auto;
  padding: 10px 0;
}


.leftbasefoot {
	text-align: center;
}


.leftbasefoot a {
	color: #b6b7b9;
}


.rightbasefoot {
	text-align: center;
}


.rightbasefoot a {
	color: #b6b7b9;
}



/*--------------------------------------------------------------
# Alternatives
--------------------------------------------------------------*/
/* -- STRUCTURE 5up-- */
/*structure over 769*/
@media screen and (min-width: 769px) {

#primary {
  float: left;
  width: 70%;
}

#secondary {
  float: left;
  width: 30%;
}

#tertiary {
  float: left;
  width: 30%;
}

}



@media screen and (max-width: 768px) {

  #secondary {
  margin: 0 auto;
  max-width: 400px;
  }

}



/* -- MARGINS 5up-- */
/* margins */
@media screen and (min-width: 769px) {

.site-main {
  margin-bottom: 24px;
  margin-right: 24px;
}

}

@media screen and (max-width: 575px) {

  .widget {
  margin: 0;
  margin-bottom: 24px;
  margin-top: 24px;
  }

}



/* -- HEADERS 5up-- */
/*alternate header styles for medium screens*/
@media screen and (min-width: 401px) {

  h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin-bottom: 20px;
  }

  h1 {
  font-size: 2em;
  margin-top: 20px;
  }

  h2 {
  font-size: 1.6em;
  }

  h3 {
  font-size: 1.3em;
  }

  h4 {
  font-size: 1.2em;
  color:  #425f7d;
  }

}


.widget h2.widget-title {
padding-left: 20px;
padding-right: 20px;
margin-left: 0px;
margin-right: 0px;
}



/* -- TICKER 5up -- */
/* Ticker header alternatives */
@media screen and (min-width: 576px) {

  .head1 {
  box-sizing: border-box;
  display: block;
  float: left;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 50%;
  }

  .head1 a{
  color: #fefefe;
  }

  .head2 {
  box-sizing: border-box;
  display: block;
  float: left;
  text-align: right;
  width: 50%;
  }

}

/* Ticker header alternatives 768 */
@media screen and (min-width: 768px) {
  .mh_innerwrap.ticker {
    padding: 10px 0;
  }

  .head1 {
  width: 40%;
  }

  .head2 {
  width: 60%;
  }

}

/* Ticker header alternatives 992*/
@media screen and (min-width: 1280px) {

  .head1 {
  width: 30%;
  }

  .head2 {
  width: 70%;
  }

}

/* alternate sizes below */
.footer1 img {
  margin-left: 0px;
  margin-bottom: 10px;
  width: 180px;
}


.footer1 p {
  margin-left: 0px;
}

/* -- FOOTERS 5Up-- */

/* Footer */
@media screen and (min-width: 768px) {

  .mh_fullwrap.footer1 {
  clear: both;
  background-color: #19232d;
  }

  .mh_innerwrap.footer1 {
  padding-top: 24px;
  padding-bottom: 36px;
  }

  .mh_innerwrap.footer1 .widget-title {
  background: #19232D;
  }

  .footer1 .widget ul {
  margin-right: 0px;
  margin-bottom: 0px;
  }

  .wr_footwidget1 {
  box-sizing: border-box;
  float: left;
  line-height: 1.4em;
  padding-right: 25px;
  width: 33.333333333333336%;
  }

  .wr_footwidget2 {
  box-sizing: border-box;
  float: left;
  padding-left: 25px;
  padding-right: 25px;
  width: 33.333333333333336%;
  }

  .wr_footwidget3 {
  box-sizing: border-box;
  float: left;
  padding-left: 25px;
  padding-right: 25px;
  width: 33.333333333333336%;
  }

  .wr_footwidget1 p.widget-title {
  border-bottom: 1px solid #253443;
  text-transform: uppercase;
  }

  .wr_footwidget2  p.widget-title {
  border-bottom: 1px solid #253443;
  color: #c5c7cb;
  text-transform: uppercase;
  }

  .wr_footwidget3  p.widget-title {
  border-bottom: 1px solid #253443;
  color: #c5c7cb;
  text-transform: uppercase;
  }

  .top_inner_wrap a{
  color: #e8e8e8;
  }

  #text-7 img{
  display: block;
  width: 60%;
  }

  .footer1 img {
    margin-left: 0px;
    margin-bottom: 10px;
    width: 150px;
  }

}

@media screen and (min-width: 1280px) {

  .footer1 img {
    margin-left: 0px;
    margin-bottom: 10px;
    width: 220px;
  }

}



/* show small footer at 768px and over */
@media screen and (min-width: 768px) {

  .mh_fullwrap {
  box-sizing: border-box;
  clear: both;
  }

  .mh_fullwrap.wrcontent {
  overflow: hidden;
  }

  .mh_innerwrap.footer2 {
  box-sizing: border-box;
  overflow: hidden;
  padding: 10px 0px;
  }

  .leftbasefoot {
  box-sizing: border-box;
  float: left;
  text-align: left;
  width: 66%;
  }

  .rightbasefoot {
  box-sizing: border-box;
  color: #c5c7cb;
  float: left;
  text-align: right;
  width: 34%;
  }

}


/* -- MISC 5Up-- */
/* Swipe Text over 420px - this is how big table is */
@media screen and (min-width: 420px) {

  .swipe {
  display: none;
  }

}

@media screen and (min-width: 576px) {

  .menu-toggle {
  display: none;
  }

}

/* tick list font size*/
@media screen and (min-width: 768px) {

  #recent-posts-3 ul {
  font-size: 1em;
  }

}


@media screen and (max-width: 600px) {
    
 h1 {
    margin-top: 0px;
     padding-top: 20px;
}
      
}