/*
Theme Name: NWD Theme
Theme URI: https://nottinghamwebdesign.com
Author: NWD
Author URI: https://nottinghamwebdesign.com
Description: Theme developed by Nottingham Web Design
Version: 7.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nwd
Tags: bespoke, nwd
*/

:root {
    --primaryColour: #373d91;
    --secondaryColour: #101449;
    --accentColour: rgb(178, 227, 183);
}


#footer-widget h4 {
	color: white;
}

/*
.fl-module-gallery img {
    border-radius: 12px;
}
*/

.large-gallery-fill-area .fl-gallery {
   height: 100% !important;
  display: flex !important;
  flex-wrap: wrap !important;
 
}


.large-gallery-fill-area .fl-gallery .fl-gallery-item {
    left: 0 !important;
    right: 0 !important;
    position: relative !important;
    height: 100% !important;
    width: 25% !important;
}

.fl-row-full-width > .fl-row-content-wrap



.consignment-table thead {
    background: var(--primaryColour);
    color: white;
}


.consignment-table td {
    padding: 0.8rem 1.2rem;
}


.consignment-table tbody tr {
    border-bottom: 2px solid var(--primaryColour);
}











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

    .fl-row-full-width.border-left.blue .fl-row-content {
        border-left: solid 60px var(--primaryColour);
    }
    
    .fl-row-full-width.border-left.green .fl-row-content {
        border-left: solid 60px #009844;
    }
    
    .fl-row-full-width.border-left.light-blue .fl-row-content {
        border-left: solid 60px #009fe3;
    }
    
    .fl-row-full-width.border-right.green .fl-row-content {
        border-right: solid 60px #009844;
    }
    
    .fl-row-full-width.border-right.blue .fl-row-content {
        border-right: solid 60px var(--primaryColour);
    }
    
    
    .fl-row-full-width.border-right.light-blue .fl-row-content {
        border-right: solid 60px #009fe3;
    }

}




.main-content {
    /* border-radius: 50px;
    background-color: white; */
    min-height: 350px;
    overflow: hidden;
    /* margin-bottom: 4rem; */
}

.site-content {
    position: relative;
    z-index: 2;
}



.site-content:before {
    content: " ";
    position: absolute;
    top: 0;
    width: 100%;
    height: 350px;
    /* background-color: rgb(194,202,221);
    background: rgb(194,202,221);
    background: linear-gradient(180deg, rgba(194,202,221,1) 0%, rgba(255,255,255,1) 100%); */
    z-index: 0;
}

.site-content > .container {
    z-index: 1;
    max-width: none;
    padding: 0;
}


.rounded-xl {
    border-radius: 1.5rem;
}

.theme-color {
    color: var(--primaryColour);
}

.theme-color-dark {
    color: var(--secondaryColour);
}

.theme-bg {
    background-color: var(--primaryColour);
}

.theme-bg-dark {
    background-color: #101449;
}

.accent-bg {
    background-color: var(--accentColour);
}

.theme-bg-secondary {
    background-color: var(--secondaryColour);
}

.animate {
    transition: 400ms ease;
}

.fill-right:after {
    content: "";
    position: absolute;
    left: 100%;
    width: 2000px;
    background-color: inherit;
    height: 100%;
    top:0;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header	
    ## Top Bar
    ## Header Banner
    ## Hero
# Navigation
	## Menus
	## Dropdown
	## Post Navigation
	## Links / Buttons
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Lists
	## Posts and pages
	## Dark Area
# Products
    ## Products Global
    ## Product Category
    ## Product Single Page
# Media
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

body { margin: 0; -webkit-font-smoothing: auto; overflow-x: hidden; font-size: 18px;}
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; }
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.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 2.5rem; }
hr { box-sizing: content-box; height: 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; }
legend { border: 0; padding: 0; }
optgroup { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #101449;
    font-weight: bold;
    margin-bottom: 1em;
    line-height: 1.25;
}

h1 {
    font-size: 2.4rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.7rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1rem;
}



.green-block h1,
.green-block h2,
.green-block h3,
.green-block h4,
.green-block h5,
.green-block h6 {
    color: #0c5015;
}


.fl-col.overflow-right {
    position: relative;
}

.fl-col.overflow-right:after {
    content: "";
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    top: 0;
}


.large-contact-link {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.25;
    text-decoration: none;
}

.large-contact-link:hover {
    text-decoration: none;
}

.large-contact-link span {
    font-weight: 400;
    font-size: 0.6em;
    color: #c7ecf8 !important;
    text-decoration: none;
}


.small-contact-link {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1;
    text-decoration: none;
}

.small-contact-link:hover {
    text-decoration: none;
}

.small-contact-link span {
    font-weight: 400;
    font-size: 0.85em;
    color: #c7ecf8 !important;
    text-decoration: none;
}


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


    .large-contact-link {
        font-size: 1.8rem;
        text-decoration: none;
    }
    
    .large-contact-link span {
        font-size: 0.6em;
    }
    
    .small-contact-link {
        font-size: 1.5rem;
        line-height: 1.25;
    }
    
    .small-contact-link span {
        font-size: 0.7em;
    }

}


body {
    font-family: 'Ubuntu', sans-serif !important;
}

.br {
    border-radius: 1.5rem;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

body {
    background: rgb(255,255,255);
}

img {
    height: auto;
}

figure {
    margin: 1em 0;
}

table {
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

select,
textarea,
input:not([type="image"]) { 
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

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-search-cancel-button, input[type="search"]::-webkit-search-decoration { 
    -webkit-appearance: none; 
}

fieldset { 
    border: 1px solid #c0c0c0; 
    margin: 0 2px; 
    padding: 0.35em 0.625em 0.75em;
}

textarea { 
    overflow: auto; 
}


/*--------------------------------------------------------------
# Templates
--------------------------------------------------------------*/

body .container {
    max-width: 1400px;
}

/*
.page-template-default #content .container {
    max-width: 100%;
}

.page-template-default #content #primary {
    padding: 0px;
}
*/


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

header#masthead {
    /* box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1); */
    z-index: 10;
    background-color: white;
    left: 0;
    right: 0;
    width: 100%;
    /* border-radius: 30px; */
    top: 0;
    transition: 400ms ease;
    /* box-shadow: 2px 4px 15px #091840b5; */
}

header#masthead .flex-logo img {
    max-width: 55px;
    transition: 400ms ease;
}


header#masthead .flex-logo img.fastrax {
    max-width: 105px;
}

.site-title {
	font-size: 12px;
}

@media screen and (min-width: 769px) {
	
	
header#masthead .flex-logo img.fastrax {
    max-width: 180px;
}

header#masthead .flex-logo img {
    max-width: 85px;
}
	
	.site-title {
	font-size: 18px;
}
}

header#masthead.small-header .flex-logo img {
    max-width: 110px;
}

header#masthead.small-header {
    top: 0;
    /* border-radius: 0 0 30px 30px; */
}

/*
header#masthead .navbar-toggler i,
header#masthead div#main-nav:not(.show) li a {
    color: white !important;
} */

header#masthead .navbar-toggler {
	color: white;
}
header#masthead div#main-nav .cart-icon {
    background-color: var(--secondaryColour);
}

header#masthead.small-header div#main-nav .cart-icon {
    background-color: var(--primaryColour);
}


header#masthead .portal-icon {
    font-size: 20px;
}

@media screen and (min-width: 769px) {
    
    header#masthead .portal-icon {
        font-size: 38px;
    }
}

/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/

.top-bar {
    background-color: rgb(66, 66, 66);
    color: rgb(255, 255, 255);
}

.top-bar a {
    color: rgb(255, 255, 255);
}


/*--------------------------------------------------------------
## Hero
--------------------------------------------------------------*/

.hero {
    height: 200px;
    background-position: bottom;
    background-size: cover;
}

.hero .container.subheader-content {
    z-index: 2;
    text-align: center;
    max-width: 800px;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

body #masthead .navbar-nav > li > a {
    font-weight: 600;
    height: 100%;
    display: flex !important;
    align-items: center;
    color: white;
}



body #masthead .navbar-nav > li > a:hover {
    text-decoration: none;
}


body #masthead .navbar-nav > li {
    font-weight: 600;
}


.menu-animated-layer {
    position: fixed;
    top: 0;
    width: calc(100vw - 35vw);
    right: 0;
    bottom: 0;
}

@media screen and (min-width: 769px) {
    
    .dropdown-menu li > .dropdown-menu {
        right: -9.875rem;
        top: 1.375rem;
    }
}

@media screen and ( min-width: 1200px) {
    
    body #masthead .navbar-nav > li {
        height: 100%;
    }
    
    body #masthead .navbar-nav {
        height: 100%;
    }
    
  .flex-banner {
      height: 100%;
      /* border-radius: 0 30px 30px 0; */
      overflow: hidden;
  }  
}


@media screen and ( max-width: 1199px) {
    
    
    body #masthead {
        width: 90%;   
    }
    


    body div#main-nav.main-nav-container.show {
        position: fixed;
        right: 0;
        right: 0;
        z-index: 999;
        top: 0;
        bottom: 0;
        height: 100%;
        flex-direction: column-reverse;
        width: calc(100vw - 30vw);
    }
    
     body div#main-nav.main-nav-container.show .flex-banner .portal-link {
         /* border-radius: 30px; */
     }
     
     
     
     
    .main-nav-container.show .navbar-collapse {
        display: block;
    }

    body div#main-nav.main-nav-container.show .fa-bars,
    body div#main-nav.main-nav-container:not(.show) .fa-times {
        display: none;
    }

    body div#main-nav .navbar-collapse,
    body div#main-nav.main-nav-container .menu-animate div {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        transition: all 800ms;
    }
    
    body div#main-nav.show-finish .navbar-collapse,
    body div#main-nav.main-nav-container.show .menu-animate div {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    
    /* Opening aniamtion duration */
    
    body div#main-nav.main-nav-container .layer-one {
        /* border-radius: 50px 0 0 50px; */
    }
    
    body #page .dropdown-menu {
        display: block;
        background: transparent !important;
    }
    
    body div#main-nav {
        background-color: var(--primaryColour);
    }
	
	body div#main-nav li a {
        color: white !important;
        text-align: left;
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
	
	body div#main-nav li a:hover,
	body div#main-nav li a:focus {
        opacity: 0.6;
    }
   
    body #page .dropdown-menu {
        border: none !important;
    }
    
    body #page .dropdown-menu li {
        border: none !important;
    }
    
    body #page .dropdown-menu li a {
        color: white !important;
        text-align: left;
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    
    
    body div#main-nav.main-nav-container.isopening .layer-one {
        transition: all 1000ms;
    }
    
	body div#main-nav.main-nav-container.show {
        max-width: 100% !important;
    }
	
    body div#main-nav.main-nav-container.isopening .layer-two {
        transition: all 700ms;
    }
    
    /* Closing aniamtion duration */
    body div#main-nav.main-nav-container.isclosing .layer-one {
        transition: all 350ms;
    }
    
    body div#main-nav.main-nav-container.isclosing .layer-two {
        transition: all 420ms;
    }
    
    /* Animate flex banner */
    .main-nav-container .flex-banner {
        transition: 225ms ease;
    }
    
    .main-nav-container.show .flex-banner {
        opacity: 0;
        transform: translateY(-100%);
    }
    
    
    /*
    .flex-banner > button,
    .flex-banner > a {
        flex: 1;
    }
    */
    
    .main-nav-container.show-finish .flex-banner {
        opacity: 1;
        transform: translateY(0);
        padding: 1em;
        transition: 500ms ease;
    }
}


/*--------------------------------------------------------------
## Dropdown
--------------------------------------------------------------*/

body #page .dropdown-menu {
    background-color: var(--primaryColour);
    width: 260px;
    top: 100%;
    margin-top: -1px;
}


body #page .dropdown-menu li {
    border-top: 3px solid #1e3675;
}

body #page .dropdown-menu li a:hover {
    background-color: #1e3675;
    text-decoration: none;
}

.dropdown .open .dropdown-menu {
    display: block;
    left: 12.250em;
    top: 0;
}

/* Dropdown Css */

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

    .dropdown:hover > .dropdown-menu {
        display: block;
    }
}


/*--------------------------------------------------------------
## Post Navigation
--------------------------------------------------------------*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    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;
    text-align: right;
    width: 50%;
}
.comment-content.card-block {
    padding: 20px;
}

.navigation.post-navigation {
    padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    border: 1px solid #ddd;
    border-radius: 0.938rem;
    display: inline-block;
    padding: 0.313rem 0.875rem;
    text-decoration: none;
}

.post-navigation .nav-next a::after {
    content: " \2192";
}

.post-navigation .nav-previous a::before {
    content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    background: #eee none repeat scroll 0 0;
}


/*--------------------------------------------------------------
## Links / Buttons
--------------------------------------------------------------*/

#page .btn,
#page .button,
#page .btn-primary,
#upfp_container #upfp_upload_btn,
#page .quform-submit {
    color: rgb(255, 255, 255);
    background-color: var(--primaryColour);
    border: none;
    padding: 0.8em 1.5em;
    transition: 400ms ease;
    border-radius: 0;
    text-align: center;
    line-height: 1.5 !important;
    font-weight: 600;
  	width: auto;
}

#page .fl-button {
    color: rgb(255, 255, 255);
    border: none;
    padding: 0.8em 1.5em;
    transition: 400ms ease;
    border-radius: 0;
    text-align: center;
    font-weight: 500;
}

.fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited {
    background-color: var(--secondaryColour);
}


#page .quform-submit:hover,
#page .woocommerce-tabs li.active .button,
#page .btn:hover,
#page .button:hover,
#page .btn-primary:hover {
    color: rgb(255, 255, 255);
    background-color: var(--secondaryColour);
    text-decoration: none;
}

.fl-builder-content a.fl-button:hover {
    background-color: var(--secondaryColour);
}

#page .fl-button span {
    color: rgb(255, 255, 255);
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}

.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.875rem;
    font-weight: bold;
    height: auto;
    left: 0.313rem;
    line-height: normal;
    padding: 0.938rem 1.438rem 0.875rem;
    text-decoration: none;
    top: 0.313rem;
    width: auto;
    z-index: 100000;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# 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;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

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

.widget_search .search-form input[type="submit"] {
    display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: var(--primaryColour);
    color: rgb(255,255,255);
    text-decoration: none;
}

body .widget ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  flex-direction: unset !important;
}

body .widget ul li {
    margin-right: 2.2rem;
}

body .widget ul a {
    color: inherit;
}


/*--------------------------------------------------------------
# Side Bar
--------------------------------------------------------------*/

aside#secondary:after {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
}

@media screen and (min-width: 991px) {
    
    aside#secondary:after {
        left: 0;
        width: 1000%;
    }
}

@media screen and (max-width: 990px) {
    
    aside#secondary:after {
        left:-100%;
        width: 300%;
    }
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/

body ul {
    padding-left: 20px;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.post-loop-title {
    font-size: 1.5em;
}

/*
body:not(.home) .page-content,
body:not(.home) .entry-content,
body:not(.home) .entry-summary {
    margin: 1.5em 0 0;
} */

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

.posted-on, .byline, .comments-link {
    color: rgb(255, 255, 255);
}


/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Products Global
--------------------------------------------------------------*/

#content .woocommerce form p {
    display: block;
}


/*--------------------------------------------------------------
## Product Category
--------------------------------------------------------------*/

body.woocommerce .woocommerce-ordering {
    margin: 0 0 2.5em;
}

body .category-info-area hr {
    height: 5px;
    border-radius: 5px;
    background-color: #e3fdff;
    margin-bottom: 2rem;
    width: 78%;
    margin-left: 0;
    box-shadow: inset 0px 2px 2px #b9d6d8;
}

/* Products Loop */

.product-loop-text * {
    color: white;
}

body #page .products .product {
    border-radius: 18px 18px 30px 30px;
    overflow: hidden;
}

body #page ul.products li.product h2 {
    font-size: 1.4rem;
    padding: 0;
}

body .products .product > a {
    flex: 1;
}

body .product-image-container-loop {
    max-height: 450px;
}

body #page ul.products li.product .woocommerce-placeholder {
    border:none;
}

.products .product-loop-info-container .product-loop-title > a:first-child {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

body.woocommerce ul.products li.product a img {
    margin: 0;
}

/* Products Loop - Small */

body .product-image-container-loop.small {
    height: 120px;
    overflow: hidden;
    position: relative;
}

body .product-image-container-loop.small img {
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0; 
    bottom: 0; 
    right: 0;
}


/*--------------------------------------------------------------
## Product Single Page
--------------------------------------------------------------*/

/* Cart */

body #page .woocommerce-variation-add-to-cart {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

/* Tabs */

body.woocommerce #page  div.product .woocommerce-tabs ul.tabs li::after,
body.woocommerce #page  div.product .woocommerce-tabs ul.tabs li::before,
body.woocommerce #page div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}

.woocommerce-Tabs-panel--technical_tab table {
    min-width: 900px;
}

.woocommerce-Tabs-panel--technical_tab table tr td {
    border: solid 10px #f1f1f1;
    padding: 10px;
}

.woocommerce-Tabs-panel--technical_tab table tr td:first-child {
    background-color: #e4fffa;
}

.woocommerce-Tabs-panel--technical_tab table tr:first-child td:not(:first-child) {
    background-color: #dddddd;
}

/* Meta */

#page .product_meta a {
    color: var(--primaryColour);
}

/* Backgrounds */

body.woocommerce #page div.product .woocommerce-tabs:after,
body.woocommerce #page .product-banner:after,
body.woocommerce #page .enquiry-form:after {
    position: absolute;
    content: " ";
    left: calc(-50vw + 50%);
    width: 100vw;
    height: 100%;
    top: 0;
    z-index: -1;
}

body.woocommerce #page .enquiry-form:after {
    background-color: var(--secondaryColour);
}

body.woocommerce #page .product-banner:after {
    background-color: #e3fffa;
}

body.woocommerce #page div.product .woocommerce-tabs:after {
    background-color: #f1f1f1;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer-widget {
    background-color: var(--primaryColour);
    color: #fff;
}

#footer-widget .menu.nav a:hover {
    color: #9ad0f1 !important;
    text-decoration: underline;
	background-color: transparent;
}


#footer-widget .widget_block.widget_text a {
    color: #7ddae3 !important;
 display: inline-block;
  margin-bottom: 12px;
}

#footer-widget .widget_block.widget_text a:hover {
    color: #fff !important;
    text-decoration: underline;
}



footer#colophon {
    color: #99979c;
    background-color: #f7f7f7;
}

footer#colophon a {
    color: inherit;
}
