/*
Theme Name:     Reads of Watton
Description:    Child of Genesis Framework.
Author:         Oto100
Template:       genesis
Version:        1.1

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


/* Fonts
font-family: 'Montserrat', sans-serif;
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');



/* Site wide / Basics ============================================================================== */

body {
    background-color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.site-container {
    background-color: rgb(242, 242, 242);
}

p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.625;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
}

a {
    color: #a0000d;
}

a:hover {
    color: #444;
}

a, a:hover {
    text-decoration: none!important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    padding-right: 0px!important;
}

/* Custom classes - site wide [spans, <h> classes etc ============================================== */

/* layout [columns] and wraps */

.equal .one-fourth {
    width: 25%;
    margin: 0px;
}

.equal .two-fourths {
    width: 50%;
    margin: 0px;
}

.equal .one-half,
.equal .one-third {
    margin: 0;
}

.equal .one-half {
    width: 50%;
}

.equal .one-third {
    width: 33.3333%;
}

.grey-wrap {
    background-color: #6D6E71;
}

.red-wrap {
    background-color: #a0000d;
}

.white-wrap {
    background-color: #fff;
}

.fullwidth {
    display: block;
    width: 100%;
}


/* text-aligns */

.centered {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}


/* Headers and titles */

.seporator-heading {
    overflow: hidden;
    text-align: center;
    letter-spacing: 6px;
    font-size: 18px;
}

.seporator-heading:before,
.seporator-heading:after {
    background-color: #333;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.seporator-heading:before {
    right: 0.5em;
    margin-left: -50%;
}

.seporator-heading:after {
    left: 0.5em;
    margin-right: -50%;
}

.content-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
}

.button-wrap {
    text-align: center;
    border: 1px solid #000;
    display: inline-block;
    font-size: 14px;
    width: 100%;
}

#button-one .button-wrap {
    background-color: #a0000d;
}


/* borders + margins */

.margin-b-0 {
    margin-bottom: 0px;
}

.margin-b-10 {
    margin-bottom: 10px!important;
}

.margin-b-20 {
    margin-bottom: 20px!important;
}

.margin-t-20 {
    margin-top: 20px;
}



/* miscellaneous */

#featuredimage {
    margin: 0 auto;
    background-color: #000;
}

#featuredimage img {
    width: 100%;
}

.red {
    color: #a0000d;
}

.bold {
    font-weight: 700;
}

.light {
    font-weight: 300;
}

.caps {
    text-transform: uppercase;
}

.text-shadow {
    text-shadow: 0px 0px 0.1em rgb(0,0,0),0px 0px 0.1em rgb(0,0,0),0px 0px 0.1em rgb(0,0,0);
}


/* Custom Header =================================================================================== */

.site-header {
    background-color: #000;
}

.site-header .centered {
    width: 200px;
    margin: 0 auto;
}

.site-header .wrap {
    padding: 20px 0px 0px 0px;
}


/* Navigation menu ================================================================================= */

.nav-primary {
    background-color: #000;
    border-top: 1px solid #fff;
}

.filter-drop-spacer {
    height: 0px!important;
}

@media only screen and (max-width: 680px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 0px!important;
  }
}


/* Custom Footer =================================================================================== */

.site-footer {
    background-color: #000;
    color: rgba(255,255,255,0.7);
}

.site-footer li a:hover,
.site-footer #footer-bottom .more-info a:hover {
    color: #8C001A!important;
}

.site-footer .footer-wrap {
    width: 100%;
    display: inline-block;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.site-footer .footer-inner {
    padding-right: 20px;
    margin-bottom: 50px;
}

.site-footer #footer-left li {
    display: block;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    line-height: 1.2;
    font-weight: 300!important;
}

.site-footer #footer-left li.footer-header {
    font-size: 14px;
    border-bottom: none;
}

.site-footer #footer-left li a {
    color: rgba(255,255,255,0.5);
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
}

.site-footer #footer-left li:last-child {
    border-bottom: none;
}

.site-footer #footer-middle {
    width: 100%;
    clear: both;
}

.site-footer #footer-middle p {
    color: rgba(255,255,255,0.7) !important;
    transition: color .5s ease-in-out;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
}

.site-footer #footer-middle p small {
    color: rgba(255,255,255,0.5);
    padding-bottom: 10px;
    display: block;
}

.site-footer #footer-bottom {
    font-size: 12px;
    color: #f0f0f0;
    text-align: left;
    margin-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.site-footer #footer-bottom .more-info {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #333333;
}

.site-footer #footer-bottom .more-info a,
.site-footer #footer-bottom .more-info p {
    color: rgba(255,255,255,0.3);
    font-size: 13px;
}

.site-footer #footer-bottom .more-info .payments {
    float: right;
}

.site-footer #footer-bottom .more-info .logo {
    float: left;
    padding-right: 10px;
}

.site-footer #footer-bottom .more-info .payments span {
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
    color: rgba(255,255,255,0.3);
}

.site-footer #footer-bottom .more-info .payments img {
    display: inline-block;
    max-width: 40px;
}

.site-footer #footer-bottom .more-info p {
    padding-top: 20px;
    padding-left: 20px;
}

/* Body and content [general] ====================================================================== */

.site-inner {
    background-color: transparent;
}

.contentarea-padding .site-inner,
.error404 .site-inner {
    padding-top: 80px;
    padding-bottom: 60px;
}

.entry-title {
    color: #000;
    padding: 5px;
    font-size: 30px;
    text-transform: uppercase;
}

.center-title .entry-title {
    text-align: center;
}

.entry, .content, .content .entry, .entry-content {
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}

.sidebar .widget {
    padding: 0px;
    margin-bottom: 15px;
    background-color: transparent;
}

.entry-content ul > li {
    list-style-type: none;
    font-size: 14px;
}

.entry-content ul {
    margin-left: 0px;
}

.ul-tick li {
    margin-bottom: 6px;
    margin-bottom: 0.6rem;
    font-size: 14px;
}

.ul-tick li:before {
    content: "\f147";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 18px/1 'dashicons';
    color: #aaac22;
    margin-right: 10px;
    word-wrap: break-word;
    vertical-align: middle;
}


/* =================================== Page specific body/content ================================== */


/* Home Page */
/**
.home .site-inner {
    display: none;
}
**/

.home .feature-widgets .wrap {
    padding-top: 80px;
    padding-bottom: 60px;
}

.feature-widgets .inner {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    margin: 10px;
}

.feature-widgets .something-else svg {
    width: 100%;
    height: 100%;
}

.feature-widgets .inner img,
.feature-widgets .something-else {
    width: 100%;
    height: 225px;
    border-bottom: 1px solid #e8e8e8;
}

.feature-widgets h5 {
    font-size: 14px;
}

.feature-widgets .preview {
    padding: 20px;
}

.feature-widgets .preview p {
    font-size: 12px;
    color: #000;
    margin-bottom: 0px;
}

.feature-widgets .one-third a,
.feature-widgets .inner img {
    display: inherit;
}

.feature-widgets.hover .inner {
    position: relative;
    z-index: 2;
}

.feature-widgets.hover .inner:hover {
    cursor: pointer;
}

.feature-widgets.hover .inner::after {
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
	left:0;
}

.feature-widgets.hover .inner:hover::after {
    opacity: 1;
}

.feature-widgets .button-wrap {
    background-color: #000;
    color: #fff;
    padding: 15px 10px 15px 10px;
    display: inline-block;
}

.feature-widgets .button-wrap:hover {
    background-color: #fff!important;
    border: 1px solid #000;
    color: #000;
}


/* Product Page */

li.servicenav:hover {
    background-color: #000;
    cursor: pointer;
}

li.servicenav {
    background-color: #a0000d;
    color: #fff;
    padding: 5px 20px;
    display: inline-block;
}

.nest-map p {
    display: inline-block;
}

.product-sub .button-wrap {
    background-color: #a0000d;
    color: #fff;
    padding: 5px;
    display: inline-block;
}

.product-sub .button-wrap:hover {
    background-color: #fff;
    border: 1px solid #a0000d;
    color: #000;
}

.product-sub .sizes {
    display: inline-block;
    width: 100%;
    padding: 20px 0px;
}

.product-sub .details div.centered img {
    width: 150px;
    padding: 20px;
}

.product-spec {
    position: relative;
}

.product-spec a {
    list-style-type: none;
    background-size: 15px;
    background-image: url(https://www.readsofwatton.co.uk/wp-content/uploads/2019/04/text-file.svg);
    margin: 0px;
    padding: 12px 20px 12px 40px;
    background-repeat: no-repeat;
    background-position: center left 15px;
    line-height: 1;
    position: absolute;
    z-index: 9;
    background-color: #fff;
    font-size: 12px;
    top: 0px;
    left: 0px;
}

.product-spec a:hover {
    cursor: pointer;
}


/* Contact Page */

.googlemap-widgets {
    background-color: #fff;
}

.googlemap-widgets p,
.googlemap-widgets li {
    font-size: 14px;
}

.googlemap-widgets .one-third {
    border-right: 2px solid #ebebeb;
}

.googlemap-widgets .one-third:last-child {
    border-right: 0;
}

.googlemap-widgets .one-third .inner {
    padding: 26px;
}

.googlemap-widgets .icons {
    font: normal 40px/1 'dashicons';
    color: #a0000d;
}

.googlemap-widgets .button-wrap {
    width: 150px;
    background-color: #000;
    color: #fff;
    padding: 5px 10px 5px 10px;
}

.googlemap-widgets .button-wrap:hover {
    background-color: #fff;
    color: #000;
}


/* sidebars and General widgets/banners =========================================================================================*/

.sidebar li {
    border: none;
}

.googlemap-location {
    height: 500px;
}

.slider-widgets,
.googlemap-widgets {
    overflow: hidden;
}

.slider-widgets .one-third,
.slider-widgets .one-half {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 2px solid #fff;
    margin: 0px;
}

.slider-widgets .one-third:first-child,
.slider-widgets .one-half:first-child {
    border-left: none;
}

.slider-widgets .one-third:last-child,
.slider-widgets .one-half:last-child {
    border-right: none;
}

.slider-widgets .one-third .inner {
    height: 200px;
}

.slider-widgets .one-half .inner {
    height: 350px;
}

.slider-widgets .one-third .inner,
.slider-widgets .one-half .inner {
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    cursor: pointer;
}

.slider-widgets .one-third .inner:hover img {
    opacity: 0.4;
}

.slider-widgets .one-third .inner img {
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover!important;
    opacity: 0.7;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
}

.slider-widgets .one-third h5,
.slider-widgets .one-half h5 {
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0px 20px;
}

/* rotating banner */

#rotating-banner {
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-bottom: 5px;
    border-color: #8C001A;
}


/* Blog page */


/* Featured Post Grid
------------------------------------------------------------ */

.archive-description {
    padding: 0px;
    margin-bottom: 10px;
}

.genesis-grid-even {
    float: right;
    padding: 0 0 15px;
    width: 48%;
}

.genesis-grid-odd {
    clear: both;
    float: left;
    padding: 0 0 15px;
    width: 48%;
}

.genesis-grid-even, .genesis-grid-odd {
    margin: 0 0 20px!important;
    background-color: #fff!important;
    border: 1px solid;
    padding: 10px!important;
}

.genesis-grid-even .entry-title, .genesis-grid-odd .entry-title {
    background-color: transparent;
    padding: 5px 0px;
    border-bottom: 1px solid #8C001A;
}

.genesis-grid-even .entry-title a, .genesis-grid-odd .entry-title a {
    color: #6D6E71;
}

.genesis-grid-even .entry-title a:hover, .genesis-grid-odd .entry-title a:hover {
    color: #8C001A;
}

.genesis-grid-even .entry-meta, .genesis-grid-odd .entry-meta {
    border-bottom: 1px solid #8C001A;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.genesis-grid-even .entry-footer, .genesis-grid-odd .entry-footer {
    display: none;
}


/* Forms =========================================================================================== */

/* General/site wide */

input, select, textarea {
    font-size: 16px;
    padding: 5px;
    max-height: 150px;
    border-style: none;
    outline: none;
    outline-offset: 0px;
}

select {
    width: 100%!important;
}

.ninja-forms-form-wrap .nf-form-fields-required {
    margin-bottom: 10px;
}

.ninja-forms-form-wrap .label-above .nf-field-label {
    margin-bottom: 0px;
}

.ninja-forms-form-wrap .nf-field-label label,
.ninja-forms-form-wrap .nf-form-fields-required,
.ninja-forms-form-wrap .nf-error-msg,
.ninja-forms-form-wrap .nf-response-msg {
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px;
}

.ninja-forms-form-wrap .submit-button {
    background-color: #000;
    color: #fff;
    padding: 5px 25px 5px 25px;
}

.ninja-forms-form-wrap .submit-button:hover {
    background-color: #fff;
    color: #000;
    cursor: pointer;
}

.site-header .wrap {
	position: relative;
}

.ta_h_right_logo svg, .ta_h_right_logo img {
	width: 183px;
	height: 106px;
}

.ta_h_right_logo {
	position: absolute;
	right: 0;
	top: 0;
}


.ta_h_right_logo {
	position: absolute;
	right: 0;
	top: 25px;
}

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

    .feature-widgets .inner img,
    .feature-widgets .something-else {
        height: 265px;
    }

    .feature-widgets.equal .one-third {
        width: 50%;
    }


}

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

    .googlemap-widgets .one-third {
        border: none;
    }

    .feature-widgets .inner img,
    .feature-widgets .something-else {
        height: 225px;
    }


}

@media only screen and (max-width: 680px) {
.site-header .centered {
	float: left;
	padding-left: 19px;
}

.ta_h_right_logo {
	position: unset;
	float: right;
}

.ta_h_right_logo svg, .ta_h_right_logo img {
	width: 132px;
	height: 106px;
	padding-right: 17px;
}
}

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

    .site-footer .footer-wrap #footer-left {
        margin-bottom: 40px;
    }

    .product-sub .one-half#padding {
        padding: 20px;
    }

    .feature-widgets .inner img,
    .feature-widgets .something-else {
        height: 170px;
    }

    .feature-widgets.equal .one-half {
        width: 100%;
    }


}

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

    .nav-primary .mega-menu-item-20 {
        padding-bottom: 10px!important;
    }

    .googlemap-widgets .one-third {
        width: 100%;
    }

    .slider-widgets .one-third {
        width: 100%;
        border-left: 0px;
        border-right: 0px;
    }

    .feature-widgets .inner img {
        height: 100%;
    }

    .feature-widgets.equal .one-third {
        width: 100%;
    }


}