/*    

    Theme Name: Minimum Pro Theme    

    Theme URI: http://my.studiopress.com/themes/minimum/    

    Description: A mobile responsive and HTML5 theme built for the Genesis Framework.    

    Author: StudioPress    

    Author URI: http://www.studiopress.com/    



    Version: 3.0.0    

    Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready    

    Template: genesis    

    Template Version: 2.0    

    License: GPL-2.0+    

    License URI: http://www.opensource.org/licenses/gpl-license.php

*/



/*

Table of Contents

    - Imports

    - HTML5 Reset

    - Baseline Normalize

    - Box Sizing

    - Float Clearing

    - Defaults

    - Typographical Elements

    - Headings

    - Objects

    - Forms

    - Tables

    - Structure and Layout

    - Site Containers

    - Page Title

    - Column Widths and Positions

    - Column Classes

    - Common Classes

    - WordPress

    - Genesis

    - Featured Post Grid

    - Titles

    - Widgets

    - Featured Content

    - Plugins

    - Genesis eNews Extended

    - Genesis Latest Tweets

    - Gravity Forms

    - Jetpack

    - Site Header

    - Title Area

    - Widget Area

    - Site Navigation

    - Header Navigation

    - Primary Navigation

    - Secondary Navigation

    - Content Area

    - Entries

    - Pagination

    - Comments

    - Sidebar

    - Footer Widgets

    - Site Footer

    - Media Queries

    - max-width: 1139px

    - max-width: 1023px

    - max-width: 767px

*/



/*Imports---------------------------------------------------------------------------------------------------- */



@font-face {

    font-family: 'Icon';

    src: url('fonts/Icon.eot');

    src: url('fonts/Icon.eot?#iefix') format('embedded-opentype'), url('fonts/Icon.woff') format('woff'), url('fonts/Icon.ttf') format('truetype'), url('fonts/Icon.svg#Icon') format('svg');

    font-weight: normal;

    font-style: normal;

}





/*HTML5 Reset---------------------------------------------------------------------------------------------------- */





/* Baseline Normalize    normalize.css v2.1.2 | MIT License | git.io/normalize--------------------------------------------- */



article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

main,

nav,

section,

summary {

    display: block

}



audio,

canvas,

video {

    display: inline-block

}



audio:not([controls]) {

    display: none;

    height: 0

}



[hidden] {

    display: none

}



html {

    font-family: sans-serif;

    -ms-text-size-adjust: 100%;

    -webkit-text-size-adjust: 100%

}



body {

    margin: 0

}



a:focus {

    outline: thin dotted

}



a:active,

a:hover {

    outline: 0

}



h1 {

    font-size: 2em;

    margin: .67em 0

}



abbr[title] {

    border-bottom: 1px dotted

}



b,

strong {

    font-weight: bold

}



dfn {

    font-style: italic

}



hr {

    -moz-box-sizing: content-box;

    box-sizing: content-box;

    height: 0

}



mark {

    background: #ff0;

    color: #000

}



code,

kbd,

pre,

samp {

    font-family: monospace, serif;

    font-size: 1em

}



pre {

    white-space: pre-wrap

}



q {

    quotes: "\201C" "\201D" "\2018" "\2019"

}



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: 0

}



fieldset {

    border: 1px solid silver;

    margin: 0 2px;

    padding: .35em .625em .75em

}



legend {

    border: 0;

    padding: 0

}



button,

input,

select,

textarea {

    font-family: inherit;

    font-size: 100%;

    margin: 0

}



button,

input {

    line-height: normal

}



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

}



input[type="checkbox"],

input[type="radio"] {

    box-sizing: border-box;

    padding: 0

}



input[type="search"] {

    -webkit-appearance: textfield;

    -moz-box-sizing: content-box;

    -webkit-box-sizing: content-box;

    box-sizing: content-box

}



.widget_product_search {

    position: relative;

}



.widget_product_search input { width:calc(100% - 80px); /*text-indent: 32px;*/ }

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover { background-color:#7b7ffe !important; }

.widget_product_search .fa-search { 

  position: absolute;

  top: 10px;

  left: 14px;

    font-size: 20px;

}



#mega-menu-wrap-secondary #mega-menu-secondary li#mega-menu-item-170858 .mega-search .search-icon {

    font-size: 24px;

}



input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-decoration {

    -webkit-appearance: none

}



button::-moz-focus-inner,

input::-moz-focus-inner {

    border: 0;

    padding: 0

}



textarea {

    overflow: auto;

    vertical-align: top

}



table {

    border-collapse: collapse;

    border-spacing: 0

}





/* Box Sizing--------------------------------------------- */



*,

input[type="search"] {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}





/* Float Clearing--------------------------------------------- */



.clearfix:before,

.entry:before,

.entry-content:before,

.footer-widgets:before,

.nav-primary:before,

.nav-secondary:before,

.pagination:before,

.site-container:before,

.site-footer:before,

.site-header:before,

.site-inner:before,

.wrap:before {

    content: " ";

    display: table;

}



.clearfix:after,

.entry:after,

.entry-content:after,

.footer-widgets:after,

.nav-primary:after,

.nav-secondary:after,

.pagination:after,

.site-container:after,

.site-footer:after,

.site-header:after,

.site-inner:after,

.wrap:after {

    clear: both;

    content: " ";

    display: table;

}



.site-container {

    overflow: hidden;

}



.archive .entry-content:after {

    clear: none;

}



.archive .content .entry-title,

.archive .content .entry-header .entry-meta,

.archive .content .entry-content p {

    margin-bottom: 6px;

    margin-bottom: 0.6rem;

}



.archive .content .entry {

    border: 1px solid #f4f4f4;

    padding: 12px;

}



.archive .content img.alignleft {

    margin-right: 12px;

    margin-right: 1.2rem;

    margin-bottom: 30px;

    margin-bottom: 3rem;

}





/*Defaults---------------------------------------------------------------------------------------------------- */





/* Typographical Elements--------------------------------------------- */



html {

    font-size: 62.5%;

    /* 10px browser default */

}



body {

    color: #444;

    font-family: 'Roboto', sans-serif;

    font-size: 16px;

    font-size: 1.6rem;

    font-weight: 300;

    line-height: 1.625;

}



a,

button,

input:focus,

input[type="button"],

input[type="reset"],

input[type="submit"],

textarea:focus,

.button {

    -webkit-transition: all 0.1s ease-in-out;

    -moz-transition: all 0.1s ease-in-out;

    -ms-transition: all 0.1s ease-in-out;

    -o-transition: all 0.1s ease-in-out;

    transition: all 0.1s ease-in-out;

}



::-moz-selection {

    background-color: #333;

    color: #fff;

}



::selection {

    background-color: #333;

    color: #fff;

}



a {

    border-bottom: 1px dotted #CA060A;

    color: #CA060A;

    font-weight: 400;

    text-decoration: none;

}



a img {

    margin-bottom: -6px;

    margin-bottom: -0.6rem;

}



a:hover {

    /*color: #0ebfe9;*/

    border-bottom: 1px dotted #CA0809;

    color: #CA0809;

}



p {

    margin: 0 0 24px;

    margin: 0 0 2.4rem;

    padding: 0;

}



strong {

    font-weight: 400;

}



ol,

ul {

    margin: 0;

    padding: 0;

}



blockquote {

    background: #f9f9f9;

    border-left: 10px solid #7B7FFE; /*#7F81B5;*/

    margin: 1.5em 10px;

    padding: 1em 20px;

    quotes: "\201C""\201D""\2018""\2019";

}



blockquote:before {

    color: #ccc;

    content: open-quote;

    font-size: 4em;

    line-height: 0.1em;

    margin-right: 0.25em;

    vertical-align: -0.4em;

}



blockquote p {

    display: inline;

}



.entry-content code {

    background-color: #333;

    color: #ddd;

}



cite {

    font-style: normal;

}





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



h1,

h2,

h3,

h4,

h5,

h6 {

    color: #444;

    font-family: 'Roboto', sans-serif;

    font-weight: 400;

    line-height: 1.2;

    margin: 0 0 15px;

    margin: 0 0 1.5rem;

}



h1 {

    font-size: 30px;

    font-size: 3rem;

}



h2 {

    font-size: 28px;

    font-size: 2.8rem;

}



h3 {

    font-size: 24px;

    font-size: 2.4rem;

}



h4 {

    font-size: 20px;

    font-size: 2rem;

}



h5 {

    font-size: 18px;

    font-size: 1.8rem;

}



h6 {

    font-size: 16px;

    font-size: 1.6rem;

}



li {

    list-style-position: inside;

}



.summary h5 {

    clear: both;

    line-height: 1.5;

    font-size: 16px;

    font-size: 1.6rem;

    color: black;

}





/* Objects--------------------------------------------- */



embed,

iframe,

img,

object,

video,

.wp-caption {

    max-width: 100%;

}



img {

    height: auto;

}



.featured-content img,

.gallery img {

    width: auto;

    /* IE8 */

}





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



input,

select,

textarea {

    background-color: #fff;

    border: 1px solid #ddd;

    border-radius: 5px;

    color: #777;

    font-family: 'Roboto', sans-serif;

    font-size: 16px;

    font-size: 1.6rem;

    font-weight: 300;

    padding: 10px;

    padding: 1rem;

    width: 100%;

}



input:focus,

textarea:focus {

    border: 1px solid #777;

    outline: none;

}



::-moz-placeholder {

    color: #999;

    opacity: 1;

}



::-webkit-input-placeholder {

    color: #999;

}



button,

input[type="button"],

input[type="reset"],

input[type="submit"],

.button,

.entry-content .button {

    background-color: #777;

    border: none;

    box-shadow: none;

    color: #fff;

    cursor: pointer;

    font-family: 'Roboto', sans-serif;

    font-weight: 300;

    padding: 16px 24px;

    padding: 1.6rem 2.4rem;

    text-transform: uppercase;

    width: auto;

}



button:hover,

input:hover[type="button"],

input:hover[type="reset"],

input:hover[type="submit"],

.button:hover,

.entry-content .button:hover {

    background-color: #0ebfe9;

}



.entry-content .button:hover {

    color: #fff;

}



.button {

    border-radius: 3px;

    display: inline-block;

}



input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-results-button {

    display: none;

}





/* Tables--------------------------------------------- */



table {

    border-collapse: collapse;

    border-spacing: 0;

    line-height: 2;

    margin-bottom: 40px;

    margin-bottom: 4rem;

    width: 100%;

}



tbody {

    border-bottom: 1px solid #ddd;

}



th,

td {

    text-align: left;

}



th {

    font-weight: bold;

    text-transform: uppercase;

}



td {

    border-top: 1px solid #ddd;

    padding: 6px 0;

    padding: 0.6rem 0;

}





/*Structure and Layout---------------------------------------------------------------------------------------------------- */





/* Site Containers--------------------------------------------- */



.wrap {

    margin: 0 auto;

    max-width: 1140px;

}



.site-inner {

    background-color: #fff;

    clear: both;

    padding-top: 40px;

    padding-top: 4rem;

}



.minimum-landing .site-inner {

    margin: 40px auto;

    margin: 4rem auto;

    padding: 60px 60px 20px;

    padding: 6rem 6rem 2rem;

    width: 800px;

}





/* Site Containers--------------------------------------------- */



.home-featured {

    margin-bottom: 0;

    padding: 10px 0 20px 0;

    padding: 1rem 0 2rem 0;

}



.home-featured li {

    list-style-type: none;

}



.home-featured .home-slider .spot li {

    margin-left: 20px;

    list-style-position: inside;

    list-style-type: disc;

}



.master-slider-main-widget {

    margin-bottom: 40px;

}



.home-featured .widget {

    padding: 0;

    padding: 0;

}



.home-featured .home-slider a,

.home-featured .home-slider a:hover {

    border: none;

    color: #777;

}



.home-featured .home-slider .spot a {

    color: #CA060A;

    font-weight: 400;

}



.home-featured .home-slider .spot a {

    border-bottom: 1px dotted #CA060A;

}



.home-featured .home-slider {

    width: 65%;

    padding: 0;

    float: left;

    margin-bottom: 0px;

}



.home-featured .spot h1 {

    margin: 5px 0;

    margin: 0.5rem 0;

}



.home-featured .home-blog {

    float: right;

    width: 32%;

    padding: 0;

}



.home-featured .home-blog .featuredpost {

    padding-right: 0;

}



.home #genesis-responsive-slider {

    border: none;

    padding: 0;

    margin: 0;

}



.home #genesis-responsive-slider a {

    font-family: 'Roboto', sans-serif;

}



.home #genesis-responsive-slider .slide-excerpt-border {

    border: 0;

}



.home-featured .widget.spot {

    padding: 0;

    position: relative;

}



.home .featured-content img {

    width: 105px;

}



.home .featured-content .entry {

    border: none;

    margin: 0;

    padding: 0;

}



.home .featured-content a.alignleft {

    margin: 0;

}



.home .featured-content a.alignleft {

    width: 124px;

}



.home .featured-content a img {

    height: 124px;

    width: auto;

}



.home-featured .widget.spot .spot-home {

    background-size: cover;

    min-height: 200px;

    position: relative;

    margin-bottom: 20px;

    margin-bottom: 2rem;

    border: 1px solid #c0c0c0;

}



.home-featured .home-caption {

    position: absolute;

    bottom: 0;

    padding: 10px 20px;

    padding: 1rem 2rem;

    width: 100%;

    background: rgba(255, 255, 255, 0.7);

}



.home-featured .home-caption p {

    margin: 0;

    font-family: 'Roboto', sans-serif;

}



.home-featured .spot-page {

    background-repeat: no-repeat;

    background-size: cover;

    min-height: 250px;

    margin-bottom: 20px;

}



.home-featured .spot-page a {

    display: block;

    width: 100%;

    height: 100%;

    position: absolute;

    bottom: -1px;

    border: none !important;

}



.home-featured .spot-page h4 {

    background: rgba(255, 255, 255, 0.7);

    padding: 10px 0;

    padding: 1rem 0;

    position: absolute;

    bottom: 0px;

    width: 100%;

    margin-bottom: 0;

}



.home-featured-1 {

    clear: both;

}



.home-featured-1,

.home-featured-2,

.home-featured-3,

.home-featured-4,

.home-featured-5,

.home-featured-6,

.home-featured-7,

.home-featured-8,

.home-featured-9 {

    float: left;

    text-align: center;

    width: 32%;

    margin-right: 2%;

}



.home-featured-4,

.home-featured-7 {

    clear: both;

}



.home-featured-7 {

    width: 100%;

    text-align: left;

    margin-right: 0;

}



.home-featured-7 h4.widget-title {

    margin-top: 40px;

    font-size: 24px;

    font-size: 2.4rem;

}



.home-featured-7 p {

    margin-bottom: 0;

    -moz-column-break-inside: avoid;

    -webkit-column-break-inside: avoid;

    column-break-inside: avoid;

}



.home-featured-3,

.home-featured-6,

.home-featured-9 {

    margin-right: 0;

}



.home-featured .simple-social-icons ul li a {

    padding: 40px !important;

    padding: 4rem !important;

}



.home-featured .simple-social-icons ul li {

    margin: 0 0 30px !important;

    margin: 0 0 3rem !important;

}



.site-tagline {

    background-color: #f5f5f5;

    border-bottom: 1px solid #eee;

    margin-top: 60px;

    margin-top: 6rem;

    padding: 40px 0;

    padding: 4rem 0;

    display: none;

}



.site-tagline p {

    margin: 0;

}



.site-tagline-left {

    float: left;

    width: 50%;

}



.site-tagline-right {

    float: right;

    text-align: right;

    width: 50%;

}



.minimum .site-tagline {

    margin-top: 600px;

    margin-top: 60rem;

}



a.cta-button {

    background-color: #777;

    border-radius: 5px;

    color: #fff;

    display: inline-block;

    font-size: 18px;

    font-size: 1.8rem;

    font-weight: 300;

    line-height: 1;

    padding: 15px 20px;

    padding: 1.5rem 2rem;

}



a.cta-button:hover {

    background-color: #0ebfe9;

}





/* Column Widths and Positions--------------------------------------------- */





/* Content */



.content {

    float: left;

    width: 64%;

}



.sidebar-content .content {

    float: right;

}



.full-width-content .content {

    width: 100%;

}





/* Column Classes    Link: https://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css--------------------------------------------- */



.five-sixths,

.four-sixths,

.one-fourth,

.one-half,

.one-sixth,

.one-third,

.three-fourths,

.three-sixths,

.two-fourths,

.two-sixths,

.two-thirds {

    float: left;

    margin-left: 2.564102564102564%;

}



.one-half,

.three-sixths,

.two-fourths {

    width: 48.717948717948715%;

}



.one-third,

.two-sixths {

    width: 31.623931623931625%;

}



.four-sixths,

.two-thirds {

    width: 65.81196581196582%;

}



.one-fourth {

    width: 23.076923076923077%;

}



.three-fourths {

    width: 74.35897435897436%;

}



.one-sixth {

    width: 14.52991452991453%;

}



.five-sixths {

    width: 82.90598290598291%;

}



.first {

    clear: both;

    margin-left: 0;

}





/*Common Classes---------------------------------------------------------------------------------------------------- */





/* WordPress--------------------------------------------- */



.avatar {

    float: left;

}



.alignleft .avatar {

    margin-right: 24px;

    margin-right: 2.4rem;

}



.alignright .avatar {

    margin-left: 24px;

    margin-left: 2.4rem;

}



.author-box .avatar {

    height: 72px;

    margin-right: 24px;

    margin-right: 2.4rem;

    width: 72px;

}



.entry-comments .avatar {

    height: 48px;

    width: 48px;

}



.widget_product_search {



}



.search-form input[type="submit"] {

    border: 0;

    clip: rect(0, 0, 0, 0);

    height: 1px;

    margin: -1px;

    padding: 0;

    position: absolute;

    width: 1px;

}



.search-form {

    overflow: hidden;

    padding: 3px;

    padding: 0.3rem;

    width: 100%;

}



.sticky {}



img.centered,

.aligncenter {

    display: block;

    margin: 0 auto 24px;

    margin: 0 auto 2.4rem;

}



img.alignnone {

    margin-bottom: 12px;

    margin-bottom: 1.2rem;

}



.alignleft {

    float: left;

    text-align: left;

}



.alignright {

    float: right;

    text-align: right;

}



a.alignleft,

img.alignleft,

.wp-caption.alignleft {

    margin: 0 24px 24px 0;

    margin: 0 2.4rem 2.4rem 0;

}



a.alignright,

img.alignright,

.wp-caption.alignright {

    margin: 0 0 24px 24px;

    margin: 0 0 2.4rem 2.4rem;

}



a.alignleft,

a.alignright {

    border: none;

}



.wp-caption-text {

    font-size: 14px;

    font-size: 1.4rem;

    font-weight: 400;

    text-align: center;

}



.gallery-caption {}



.widget-area {

    word-wrap: break-word;

}



.widget_calendar table {

    width: 100%;

}



.widget_calendar td,

.widget_calendar th {

    text-align: center;

}





/* Genesis--------------------------------------------- */



.breadcrumb {

    margin-bottom: 40px;

    margin-bottom: 4rem;

}



.archive-description,

.author-box {

    background-color: #f5f5f5;

}



.archive-description {

    margin-bottom: 40px;

    margin-bottom: 4rem;

    padding: 40px 40px 16px;

    padding: 4rem 4rem 1.6rem;

}



.author-box {

    margin-bottom: 40px;

    margin-bottom: 4rem;

    padding: 40px;

    padding: 4rem;

}



.single .author-box {

    margin-bottom: 60px;

    margin-bottom: 6rem;

}



.author-box-title {

    color: #777;

    font-family: 'Roboto', sans-serif;

    font-size: 16px;

    font-size: 1.6rem;

    font-weight: 400;

    margin-bottom: 4px;

    margin-bottom: 0.4rem;

}



.author-box p {

    margin-bottom: 0;

}



.author-box .avatar {

    margin-right: 24px;

    margin-right: 2.4rem;

}





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



.genesis-grid-even,

.genesis-grid-odd {

    border-bottom: 1px solid #f5f5f5;

    margin-bottom: 30px;

    margin-bottom: 3rem;

    padding: 0;

    width: 47%;

}



.genesis-grid-even {

    float: right;

}



.genesis-grid-odd {

    clear: both;

    float: left;

}





/* Titles--------------------------------------------- */



.entry-title {

    font-size: 30px;

    font-size: 3rem;

    line-height: 1;

}



.genesis-grid .entry-title {

    font-size: 24px;

    font-size: 2.4rem;

    margin: 0 0 10px;

    margin: 0 0 1rem;

}



.single-portfolio .entry-title {

    margin-bottom: 20px;

    margin-bottom: 2rem;

}



.entry-title a,

.sidebar .widget-title a {

    border: none;

    color: #777;

    font-family: 'Roboto', sans-serif;

    letter-spacing: 0px;

    letter-spacing: 0rem;

}



.entry-title a:hover {

    color: #0ebfe9;

}



.widget-title {

    font-size: 16px;

    font-size: 1.6rem;

    margin-bottom: 24px;

    margin-bottom: 2.4rem;

    text-transform: uppercase;

}



#home-featured .widget-title {

    margin-bottom: 10px;

    margin-bottom: 1rem;

}



.sidebar .widget-title a {

    border: none;

}



.archive-title {

    font-size: 20px;

    font-size: 2rem;

    margin-bottom: 24px;

    margin-bottom: 2.4rem;

}





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





/* Featured Content--------------------------------------------- */



.featured-content .entry {

    margin-bottom: 20px;

    margin-bottom: 2rem;

}



.featured-content .entry-title {

    border: none;

    font-size: 18px;

    font-size: 1.8rem;

    line-height: 1.2;

    margin-bottom: 10px;

}



.featured-content .entry-title a {

    border: none;

}





/*Plugins---------------------------------------------------------------------------------------------------- */





/* Genesis eNews Extended--------------------------------------------- */



.enews-widget {

    color: #999;

}



.enews-widget .widget-title {

    color: #fff;

}



.enews-widget input {

    margin-bottom: 16px;

    margin-bottom: 1.6rem;

}



.enews-widget input:focus {

    border: 1px solid #ddd;

}



.enews-widget input[type="submit"] {

    background-color: #0ebfe9;

    color: #fff;

    margin: 0;

    width: 100%;

}



.enews-widget input:hover[type="submit"] {

    background-color: #fff;

    color: #777;

}





/* Genesis Latest Tweets--------------------------------------------- */



.latest-tweets ul li {

    margin-bottom: 16px;

    margin-bottom: 1.6rem;

}





/* Gravity Forms--------------------------------------------- */



div.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span {

    width: 48.4%;

}



div.gform_wrapper .ginput_complex label {

    display: none;

}



div.gform_wrapper .left_label input.large {

    width: 65%;

}



div.gform_wrapper .left_label div.ginput_complex {

    width: auto;

}



div.gform_wrapper .left_label div.ginput_complex input {

    padding: 0.6rem;

}



div.gform_wrapper input[type="email"],

div.gform_wrapper input[type="text"],

div.gform_wrapper textarea,

div.gform_wrapper .ginput_complex label {

    font-size: 16px;

    font-size: 1.6rem;

    padding: 16px;

    padding: 1.6rem;

}



.col-1 div.gform_wrapper input[type="text"] {

    font-size: 16px;

    font-size: 1.6rem;

    padding: 16px;

    padding: 0.6rem 1.6rem 0.6rem 1.6rem;

}



.gform_2>.gform_heading {

    margin-bottom: 0px !important;

}



#input_2_2 {

    padding: 0.6rem;

}



#input_2_1 {

    padding: 0.6rem;

}



div.gform_wrapper .ginput_complex label {

    padding: 0;

}



div.gform_wrapper li,

div.gform_wrapper form li {

    margin: 16px 0 0;

    margin: 1.6rem 0 0;

}



div.gform_wrapper .gform_footer input[type="submit"] {

    font-size: 16px;

    font-size: 1.6rem;

}





/* Jetpack--------------------------------------------- */



img#wpstats {

    display: none;

}





/*Site Header---------------------------------------------------------------------------------------------------- */



.site-header {

    background-color: #fff;

    letter-spacing: 1px;

    letter-spacing: 0.1rem;

    position: relative;

    z-index: 9999;

    width: 100%;

}



.faico {

    position: relative;

}



.faico::before {

    font-family: FontAwesome;

    font-style: normal;

    font-weight: normal;

    text-decoration: inherit;

    color: #777;

    font-size: 24px;

    padding-right: 0;

    position: absolute;

    top: 12px;

    left: -20px;

}



.faico.user::before {

    content: "\f007";

}



.widget_nav_menu {

    text-align: right;

}



#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > ul.mega-sub-menu {

    box-shadow: 0px 12px 12px 6px rgba(0,0,0,0.25);

    transition: box-shadow 0.2 ease-in-out;

}



#mega-menu-wrap-primary.mega-stuck,

#mega-menu-wrap-secondary.mega-stuck {

    border-bottom: 1px solid #7B7FFE/*#7F81B5;*/ !important;

}



#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,

#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link {

    font-size: 15px;

}



#mega-menu-item-7073,

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {}



#mega-menu-item-7073 > a,

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-7073 > a {

    background-color: #CA060A !important;

    color: white !important;

    transition: all 0.2s ease-in-out;

}



#mega-menu-item-7073 > a:hover,

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-7073 > a:hover {

    background-color: #A90508 !important;

}



#mega-menu-secondary li.mega-menu-row li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item-object-product_cat > a.mega-menu-link {

    border-bottom: 1px solid gainsboro !important;

    margin: 0 auto 6px auto !important;

    padding: 0 0 6px 0 !important;

}



.site-header {

    padding: 10px 0 4px;

}



.site-header .spot a {

    font-family: 'Roboto', sans-serif;

    text-transform: uppercase;

    color: #010468; // #01046D;

    font-size: 1.6rem;

    text-decoration: none;

    border: none;

}



.site-header .spot p {

    margin-bottom: 0px;

}



.site-header .widget_shopping_mini_cart {

    display: none;

}



.site-header .widget_text {

    

    font-size: 24px;

    color: #010468; // #01046D;

}



.site-header .widget_text a {

    border: none;

    font-weight: 300;

    line-height: 1;

    display: block;

    text-align: center;

}



.site-header .widget_text .email {

    font-size: 16px;

}





/* Title Area--------------------------------------------- */



.title-area {

    

}



.header-image .title-area {

    padding: 0;

}



.site-title {

    font-family: 'Roboto', sans-serif;

    font-size: 24px;

    font-size: 2.4rem;

    line-height: 1;

    margin: 0;

    text-transform: uppercase;

}



.site-title a,

.site-title a:hover {

    border: none;

    color: #777;

}



.site-description {

    font-size: 36px;

    font-size: 3.6rem;

    font-weight: 300;

    line-height: 1.2;

    margin: 0;

}





/* Full width header, no widgets */



.header-full-width .title-area,

.header-full-width .site-title {

    width: 100%;

}



.header-image .site-title a {

    display: block;

    text-indent: -9999px;

}





/* Custom header */



.header-image .title-area {

    padding: 0;

}



.header-image .site-title a {

    height: 120px;

    display: block;

    text-indent: -9999px;

    max-width: 363px;

}





/* Widget Area--------------------------------------------- */

.site-header .spot img {

    margin: 0;

}



.site-header .widget-area {

    display: grid;

    justify-content: space-around;

    grid-template-columns: repeat( 5, minmax(200px, 1fr) );

    grid-gap: 10px;

    align-items: center;

}



.site-header .simple-social-icons ul.aligncenter li.ssi-facebook a,

.site-header .simple-social-icons ul.aligncenter li.ssi-facebook a:hover {

    background-color: #3d599b !important;

}



.site-header .simple-social-icons ul.aligncenter li.ssi-twitter a,

.site-header .simple-social-icons ul.aligncenter li.ssi-twitter a:hover {

    background-color: #0087b2 !important;

}



.site-header .simple-social-icons ul.aligncenter li.ssi-pinterest a,

.site-header .simple-social-icons ul.aligncenter li.ssi-pinterest a:hover {

    background-color: #bd081c !important;

}



.site-header .simple-social-icons ul.aligncenter li.ssi-instagram a,

.site-header .simple-social-icons ul.aligncenter li.ssi-instagram a:hover {

    background-color: #bc2a8d !important;

}



.site-header .simple-social-icons ul.aligncenter li {

    margin-bottom: 0 !important;

}



.site-header .search-form {

    float: right;

    margin-top: 0px;

    margin-top: 0rem;

}



.shop-usp-container {

    display: grid;

    grid-template-columns: 1fr 1fr 1fr;

    grid-gap: 20px;

    margin: -32px auto 24px auto;

    background-color: gold;

    border-radius: 5px;

    border-bottom: 2px solid #ff0;

}

.shop-usp-container .shop-usp {

    width: 100%;

    justify-self: center;

    align-self: center;

    padding: 8px 0 6px 0;

    text-align: center;

}

.shop-usp-container .shop-usp:nth-child(2) {

    border-left: 1px solid #ff0;

    border-right: 1px solid #ff0;

}

.shop-usp-container .shop-usp i,

.shop-usp-container .shop-usp h4 {

    display: inline-block;

    margin: 0 auto;

}

.shop-usp-container .shop-usp i {

    padding: 0 6px 0 0;

}

.shop-usp-container .shop-usp h4 {

    font-size: 16px;

    text-shadow: 1px 0 0 white;

}





/*Site Navigation---------------------------------------------------------------------------------------------------- */



.genesis-nav-menu {

    clear: both;

    color: #fff;

    font-size: 14px;

    font-size: 1.4rem;

    font-family: 'Roboto', sans-serif;

    font-weight: 400;

    line-height: 1.5;

    width: 100%;

}



#menu-header-right li a:hover,

#menu-shop-top-menu li a:hover,

#menu-header-right li a,

#menu-shop-top-menu li a {

    color: #777;

    opacity: 1;

    background: none;

}



#menu-shop-top-menu li > a:hover {

    color: #010468; // #01046D;

}



.site-header .genesis-nav-menu .menu-item {

    background-color: #fff;

}



#menu-shop-top-menu li:hover .faico.user::before {

    color: #010468; // #01046D;

}



.genesis-nav-menu .menu-item {

    display: inline-block;

    text-align: left;

}



#menu-primary .menu-item {

    margin-right: 10px;

}



.genesis-nav-menu a {

    border: none;

    color: #333;

    display: block;

    font-size: 14px;

    font-size: 1.4rem;

    padding: 20px 12px;

    padding: 2rem 1.2rem;

    position: relative;

    letter-spacing: 1px;

    letter-spacing: 0.1rem;

}



.genesis-nav-menu a:hover {

    background-color: #7B7FFE; /*#7F81B5;*/

    /*filter: alpha(opacity=50);*/

    color: #fff;

}



.genesis-nav-menu .current-menu-item>a,

.genesis-nav-menu .sub-menu .current-menu-item>a:hover {

    color: #fff;

}



.genesis-nav-menu .current-menu-item>a,

.genesis-nav-menu .current-page-ancestor>a {

    background-color: #7B7FFE !important;

    color: white !important;

    letter-spacing: 1px;

    letter-spacing: 0.1rem;

}



.genesis-nav-menu > .menu-item > a {

    text-transform: uppercase;

}



.genesis-nav-menu .sub-menu {

    left: -9999px;

    letter-spacing: 0;

    opacity: 0;

    position: absolute;

    -webkit-transition:    opacity .4s ease-in-out;

    -moz-transition: opacity .4s ease-in-out;

    -ms-transition:    opacity .4s ease-in-out;

    -o-transition: opacity .4s ease-in-out;

    transition: opacity .4s ease-in-out;

    width: 160px;

    z-index: 99;

}



.genesis-nav-menu .sub-menu a {

    background-color: #fff;

    border: 1px solid #eee;

    border-top: none;

    padding: 16px 20px;

    padding: 1.6rem 2rem;

    position: relative;

    width: 160px;

}



.genesis-nav-menu .sub-menu .sub-menu {

    margin: -54px 0 0 299px;

}



.genesis-nav-menu .menu-item:hover {}

.genesis-nav-menu .menu-item:hover > .sub-menu {

    left: auto;

    opacity: 1;

}



.genesis-nav-menu > .first > a {

    padding-left: 0;

}



.genesis-nav-menu > .last > a {

    padding-right: 0;

}



.genesis-nav-menu > .right {

    display: inline-block;

    float: right;

    list-style-type: none;

    padding: 20px 0;

    padding: 2rem 0;

    text-transform: uppercase;

}



.genesis-nav-menu > .right > a {

    display: inline;

    padding: 0;

}



.genesis-nav-menu > .rss > a {

    margin-left: 48px;

    margin-left: 4.8rem;

}



.genesis-nav-menu > .search {

    padding: 6px 0 0;

    padding: 0.6rem 0 0;

}



.slicknav_menu,

.menu-icons {}



/* Site Header Navigation--------------------------------------------- */

.site-header .sub-menu {

    border-top: 1px solid #eee;

}

.site-header .sub-menu .sub-menu {

    margin-top: -55px;

}



/* Primary Navigation--------------------------------------------- */

.nav-primary {

    background-color: #fff;

    border-bottom: 1px solid #7B7FFE;

}

.nav-primary.fixed {

    position: fixed;

    top: 0px;

    width: 100%;

    z-index: 9997;

}

.admin-bar .nav-primary.fixed {

    top: 0px;

}

.woocommerce .nav-primary.fixed {

    top: 0px;

}

.woocommerce.admin-bar .nav-primary.fixed {

    top: 0px;

}

.nav-primary a,

.nav-primary .genesis-nav-menu .sub-menu a {

    color: #fff;

}

.nav-primary .genesis-nav-menu .sub-menu a {

    background-color:#000267;

    border: 1px solid #444;

    border-top: none;

}

.nav-primary .sub-menu a:hover {

    color: #fff!important;

    background-color: #7B7FFE !important;

    opacity: 1 !important;

    filter: alpha(opacity=100)!important;

}

.nav-primary .menu-item a:hover {

    background-color: #7B7FFE;

    filter: alpha(opacity=50);

    color: #fff;

}

.nav-primary .menu-item.current-page-ancestor a:hover,

.nav-primary .menu-item.current-menu-item a:hover {

    opacity: 1 !important;

}



/* Secondary Navigation--------------------------------------------- */

.nav-secondary {

    margin-bottom: 0px;

    margin-bottom: 0rem;

    border-bottom: 1px solid #7B7FFE;

}

.site-footer .nav-secondary a {

    color: #fff;

    margin: 0 30px;

    margin: 0 3rem;

    padding: 0;

}

.site-footer .nav-secondary a:hover {

    color: #999;

}

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {

    background-color: #333;

    border: 1px solid #444;

    border-top: none;

    padding: 16px;

    padding: 1.6rem;

}

.site-footer .nav-secondary .sub-menu a:hover {

    color: #0ebfe9;

}



/* Responsive Menu--------------------------------------------- */

#responsive-menu-icon {

    cursor: pointer;

    display: none;

}

#responsive-menu-icon::before {

    -webkit-font-smoothing: antialiased;

    color: #333;

    content: "\e00e";

    font-family: 'Icon';

    font-size: 16px;

    font-size: 1.6rem;

    font-style: normal;

    font-variant: normal;

    font-weight: normal;

    line-height: 1;

    margin: 0 auto;

    speak: none;

    text-transform: none;

}



/*Content Area---------------------------------------------------------------------------------------------------- */

    /* Entries--------------------------------------------- */

    .entry {

        margin-bottom: 40px;

        margin-bottom: 4rem;

    }



    .post-type-archive-portfolio .entry {

        float: left;

        margin-bottom: 60px;

        margin-bottom: 6rem;

        width: 50%;

    }



    .post-type-archive-portfolio .entry:nth-of-type(2n) {

        float: right;

        padding-left: 30px;

        padding-left: 3rem;

    }



    .post-type-archive-portfolio .entry:nth-of-type(2n+1) {

        clear: left;

        padding-right: 30px;

        padding-right: 3rem;

    }



    .single-portfolio .entry {

        text-align: center;

    }



    .entry-content ol,

    .entry-content p,

    .entry-content ul,

    .quote-caption {

        margin-bottom: 26px;

        margin-bottom: 2.6rem;

    }



    .entry-content ol,

    .entry-content ul {

        margin-left: 40px;

        margin-left: 4rem;

    }



    .entry-content ol li {

        list-style-type: decimal;

    }



    .entry-content ul li {

        list-style-type: disc;

    }



    .entry-content ol ol,

    .entry-content ul ul {

        margin-bottom: 0;

    }



    .entry-content .search-form {

        width: 50%;

    }



    .entry-meta {

        font-family: 'Roboto', sans-serif;

        font-size: 14px;

        font-size: 1.4rem;

    }



    .entry-meta a {

        border: none;

        font-weight: 300;

    }



    .entry-header .entry-meta {

        margin-bottom: 24px;

        margin-bottom: 2.4rem;

    }



    .entry-comments-link::before {

        content: "\2014";

        margin: 0 6px 0 2px;

        margin: 0 0.6rem 0 0.2rem;

    }



    .entry-categories,

    .entry-tags {

        display: block;

    }



    /* Pagination--------------------------------------------- */

    .content .gps-nav-prev,

    .content .gps-nav-next {

        width: 48%;

        font-size: 14px;

        font-size: 1.4rem;

    }



    .gps-nav-next {

        text-align: right;

    }



    .pagination {

        clear: both;

        margin: 40px 0;

        margin: 4rem 0;

    }



    .pagination li {

        display: inline;

    }



    .pagination li a {

        background-color: #333;

        border: none;

        border-radius: 3px;

        color: #fff;

        cursor: pointer;

        display: inline-block;

        font-family: 'Roboto', sans-serif;

        font-size: 14px;

        font-size: 1.4rem;

        font-weight: 300;

        padding: 8px 12px;

        padding: 0.8rem 1.2rem;

    }



    .pagination li a:hover,

    .pagination li.active a {

        background-color: #0ebfe9;

    }



    .woocommerce nav.woocommerce-pagination ul li a {

        border: none;

    }



    /* Comments--------------------------------------------- */

    .comment-respond,

    .entry-comments,

    .entry-pings {

        margin-bottom: 60px;

        margin-bottom: 6rem;

    }



    .comment-content {

        clear: both;

    }



    .entry-comments .comment-author {

        margin-bottom: 0;

    }



    .comment-respond input[type="email"],

    .comment-respond input[type="text"],

    .comment-respond input[type="url"] {

        width: 50%

    }



    .comment-respond label {

        display: block;

        margin-right: 12px;

        margin-right: 1.2rem;

    }



    .comment-list li,

    .ping-list li {

        list-style-type: none;

    }



    .comment-list li {

        margin-top: 24px;

        margin-top: 2.4rem;

        padding: 32px;

        padding: 3.2rem;

    }



    .comment-list li li {

        margin-right: -32px;

        margin-right: -3.2rem;

    }



    li.comment {

        background-color: #f5f5f5;

        border: 2px solid #fff;

        border-right: none;

    }



    .comment .avatar {

        margin: 0 16px 24px 0;

        margin: 0 1.6rem 2.4rem 0;

    }



    .entry-pings .reply {

        display: none;

    }



    .bypostauthor {}



    .form-allowed-tags {

        background-color: #f5f5f5;

        font-size: 14px;

        font-size: 1.4rem;

        padding: 24px;

        padding: 2.4rem;

    }



    /*Sidebar---------------------------------------------------------------------------------------------------- */

    .sidebar {

        float: right;

        margin-top: 10px;

        margin-top: 1rem;

        width: 33%;

    }



    .sidebar-content .sidebar {

        float: left;

    }



    .sidebar img {

        margin-bottom: 15px;

        margin-bottom: 1.5rem;

    }



    .sidebar p:last-child,

    .sidebar .featured-content img {

        margin-bottom: 0;

    }



    .sidebar li {

        list-style-type: none;

        margin-bottom: 6px;

        margin-bottom: 0.6rem;

        word-wrap: break-word;

    }



    .sidebar ul > li:last-child {

        margin-bottom: 0;

    }



    .sidebar .widget {

        margin-bottom: 40px;

        margin-bottom: 4rem;

    }



    .sidebar .tagcloud a {

        background-color: #333;

        border-radius: 3px;

        border: none;

        color: #fff;

        cursor: pointer;

        display: inline-block;

        font-family: 'Roboto', sans-serif;

        margin: 0 5px 5px 0;

        margin: 0 0.5rem 0.5rem 0;

        padding: 5px 10px;

        padding: 0.5rem 1rem;

    }



    .sidebar .tagcloud a:hover {

        background-color: #0ebfe9;

        color: #fff;

    }



    .sidebar .enews-widget {

        background-color: #333;

    }



    /*Footer Widgets---------------------------------------------------------------------------------------------------- */

    .footer-widgets {

        background-color: #fff;

        color: #010468; /* #01046D; */

        clear: both;

        border-top: 1px solid #010468; /* #01046D; */

        border-bottom: 1px solid #010468; /* #01046D; */

        padding-top: 20px;

    }



    .footer-widgets a.footer-cta,

    .footer-widgets a.footer-cta:hover {

        display: block;

        color: #010468; /* #01046D; */

    }



    .footer-widgets-2 a:hover {

        border-bottom: 1px dotted #7B7FFE;

    }



    .footer-widgets .shop-newsletter .gform_fields li.gfield {

         width: 46%;

         float: left;

         display: block;

    }



    div.gform_wrapper .shop-newsletter .gform_footer input[type="submit"] {

        width: 100%;

    }



    .gform_wrapper .shop-newsletter .gform_footer.left_label {

        width: 95%;

    }



    .footer-widgets .gform_wrapper .shop-newsletter ul li.gfield {

        clear: none;

    }



    div.gform_wrapper .shop-newsletter .left_label input.large {

        width: 100%;

        padding: 8px;

    }



    div.gform_wrapper .gform_heading {

        margin-bottom: 0;

    }



    .footer-widgets .shop-newsletter .gform_fields li.gfield label {

        display: inline-block;

    }



    .footer-widgets .shop-newsletter .gform_fields li.gfield:last-child {

        width:100%;

    }



    .footer-widgets .wrap {

        border-bottom: 0px solid #444;

        padding: 40px 0 0 16px;

        padding: 1rem 0 0 1.6rem;

    }



    .footer-widgets-2 p {

        font-weight: 400;

    }



    .footer-widgets-1,

    .footer-widgets-2,

    .footer-widgets-3 {

        width: 340px;

    }



    .footer-widgets-1,

    .footer-widgets-2,

    .footer-widgets-3 a {

        font-family: 'Roboto', sans-serif;

    }



    .footer-widgets-1 {

        margin-right: 60px;

        margin-right: 6rem;

    }



    .footer-widgets-1,

    .footer-widgets-2 {

        float: left;

    }



    .footer-widgets-3 {

        float: right;

    }



    .footer-widgets-3 img {

        background: #fff;

        padding: 10px;

        margin-left: 0;

    }



    .footer-widgets-3 img:nth-of-type(2) {

        float: left;

        width: 46%;

    }



    .footer-widgets-3 img:nth-of-type(3) {

        float: right;

        width: 45%;

    }



    .footer-widgets a {

        border-bottom: none;

        color: #7B7FFE;

    }



    .footer-widgets a:hover {

        color: #7B7FFE;

    }



    .footer-widgets .widget {

        margin-bottom: 0px;

        margin-bottom: 0rem;

    }



    .footer-widgets .widget-title {

        color: #010468; /* #01046D; */

        font-family: 'Roboto', sans-serif;

    }



    .footer-widgets li {

        list-style-type: none;

        margin-bottom: 6px;

        margin-bottom: 0.6rem;

        word-wrap: break-word;

    }



    .footer-widgets .search-form input:focus {

        border: 1px solid #ddd;

    }



    /*Site Footer---------------------------------------------------------------------------------------------------- */

    .site-footer {

        background-color: #fff;

        color: #010468; /* #01046D; */

        letter-spacing: 1px;

        letter-spacing: 0.1rem;

        padding: 60px 0;

        padding: 2rem 0 2rem 0;

        text-align: center;

        font-family: 'Roboto', sans-serif;

    }



    .site-footer a,.site-footer p {

        color: #010468; /* #01046D; */

    }



    .site-footer a:hover {

        color: #010468; /* #01046D; */

    }



    .site-footer a {

        border: none;

        font-weight: 300;

    }



    .site-footer p {

        font-family: 'Roboto', sans-serif;

        font-weight: 300;

        font-size: 14px;

        font-size: 1.4rem;

        margin-bottom: 0;

    }



    #after-post-nav a {

        border: none;

    }



    .footer-widgets-2 .left-col,.footer-widgets-2 .right-col {

        float: left;

    }



    .footer-widgets-2 .left-col {

        margin-bottom: 12px;

        margin-right: 20px;

    }



    #at4-share{

        padding-top:150px;

    }



    .atss{

        position:fixed !important;

        top:50% !important;

    }



    .site-footer a {

        color: #010468; /* #01046D; */

        text-decoration: none;

    }



    .site-footer a:hover {

        color: #f96e5b;

    }



    .site-footer p {

        margin: 0;

    }



    .site-footer li {

        display: inline;

    }



    .required_links {

        float:left;

        margin-left: 180px;

        margin-left: 18rem;

    }



    .required_links li {

        float:left;

        margin-right:10px;

        list-style-type:none;

    }



    .copyright {

        float:left;

        margin-right: 30px;

        text-align: left;

        color: #010468; /* #01046D; */

    }



    .copybyline {

        font-size: 1.4rem;

        float:left;

        text-align: left;

    }



    .site-footer .legal {

        clear: both;

        text-align: center;

        color: #010468; /* #01046D; */

        font-size: 1.2rem;

        font-size: 12px;

        padding-top: 20px;

    }



    .freshspring {

        float:right;

        color:#010468; /* #01046D; */

    }



    .freshspring a {

        text-decoration:none;

    }



    .fresh {

        color:#FF9900;

    }



    .spring {

        color:#3366FF;

    }



    .hope {

        color:#009900;

    }



    .serving {

        color:#808080;

    }



    .simple-social-icons {

        min-width: 150px;

    }



    .simple-social-icons ul li{

        margin: 5px 4px 12px !important;

        margin-bottom: 0px !important;

    }



    .slide-excerpt {

        background-color: #fff;

        filter: alpha(opacity=80);

        display: block;

        margin: 10px 0px 20px 10px !important;

        opacity: 0.8;

        padding: 0;

        position: absolute;

        z-index: 8;

        height:20%;

    }



    #featured-post-5 p,

    #featured-post-6 p {

        font-family: 'Roboto', sans-serif;

        margin-bottom: 0;

    }



    #featured-post-5 h2 a:hover,

    #featured-post-6 h2 a:hover{

        color:#CA060A;

    }



    #featured-post-5 .entry-content,

    #featured-post-5 .entry-header,

    #featured-post-6 .entry-content,

    #featured-post-6 .entry-header {

        width: 252px;

        float: right;

        background-color: #f4f4f4;

        padding: 5px;

    }



    .home #featured-post-5 .entry-content,

    .home #featured-post-5 .entry-header,

    .home #featured-post-6 .entry-content,

    .home #featured-post-6 .entry-header {

        width: 240px;

    }



    .footer-widgets-2 h2 {

        color: #7B7FFE !important;

    }



    .sidebar .featured-content img {

        height: 124px;

        width: auto;

    }



    .sidebar .featured-content a {

        margin: 0;

    }



    #featured-post-5 .entry,

    #featured-post-6 .entry {

        margin-bottom: 10px;

    }



    /* Woocommerce ---------------------------------------------------------------------------------------------------- */

    #add_payment_method #payment ul.payment_methods li,

    .woocommerce-checkout #payment ul.payment_methods li {

        list-style-type: none;

    }



    .woocommerce ul#shipping_method li input {

        width: auto;

    }



    .woocommerce.single-product div.product div.images div.thumbnails {

        padding-top: 0;

    }



    .delivery-returns {

        margin-bottom: 12px;

        clear: left;

        margin-top: 12px;

        float: left;

    }



    .footer-widgets .payment-cards img {

        padding: 0;

        background: transparent;

    }



    .footer-widgets .payment-cards tbody {

        border: none;

    }



    .footer-widgets .payment-cards td {

        margin: 0;

    }



    .payment-cards {

        max-width: 300px;

    }



    .footer-widgets-3 a:hover {

        color: #7B7FFE;

        border-bottom: 1px dotted #7B7FFE;

    }



    .payment-cards table {

        margin-bottom: 0;

    }



    .payment-cards td {

        border: none;

    }



    .woocommerce.single-product div.product div.images {

        margin-bottom: 0;

    }



    .featured-img-full {

        min-height: 180px;

        position: relative;

        background-position: 50% 50%;

        margin-bottom: 20px;

        margin-top: 10px;

    }



    .category-head {

        background: rgba(255,255,255,0.8);

        padding: 6px 12px;

        width: 70%;

        position: absolute;

        bottom: 20px;

    }



    .category-head p:last-child {

        margin-bottom: 0;

    }



    .widget_shopping_mini_cart {

        float: right;

        margin-top: 12px;

    }



    .nav-primary .dropdown-cart-button {

        background-color: transparent;

        border: none;

    }



    .nav-primary a.my-account-btn {

        display: none;

    }



    .nav-primary .dropdown-cart-button .dropdown-total {

        background-color: transparent;

    }



    .nav-primary .dropdown-cart-button .dropdown.dropdown-right,

    .nav-primary .dropdown-cart-button .dropdown.dropdown-right li a {

        color: #000;

    }



    .nav-primary .dropdown-cart-button {

        padding-left: 40px;

    }



    .nav-primary .dropdown-cart-button .dropdown.dropdown-right li a {

        padding: 0;

    }



    .nav-primary .dropdown-cart-button .dropdown.dropdown-right li a:hover {

        background: transparent;

        color: #000;

    }



    .woocommerce.archive ul.products {

        margin-bottom: 0;

    }



    #products {

        margin-bottom: 40px;

    }



    .woocommerce ul.products li.product a img.attachment-shop_catalog {

        width: auto;

        height: auto;

    }



    .woocommerce ul.products li.product a {

        display: block;

        border: none;

        text-align: center;

    }



    .woocommerce ul.products li.product a.button {

        /*

        float: right;

        padding-top: 8px;

        padding-left: 12px;

        padding-bottom: 8px;

        padding-right: 12px;

        margin-top: 0;

        font-size: 14px;

        font-size: 1.4rem;

        position: absolute;

        bottom: 8px;

        right: 10px;

        */

        float: none;

        position: absolute;

        bottom: 10px;

        width: calc(100% - 20px);

        margin: 6px auto 0 auto;

        font-size: 14px;

        font-size: 1.4rem;

    }



    .woocommerce ul.products li.product span.price {

        position: relative;

        bottom: 32px;

        margin-bottom: 0;

        line-height: 27px;

        font-size: 17px;

        font-size: 1.7rem;

        text-align: left;

    }



    .woocommerce ul.products li.product span.price del {

        margin: 0 6px 0 auto;

    }



    .woocommerce ul.products li.product span.price ins {

        text-decoration: none;

    }



    .woocommerce.archive #content h4.widget-title {

        font-size: 24px;

        font-size: 2.4rem;

    }



    .woocommerce .ywcps-wrapper ul.products li.product a img {

        width: auto;

        height: 300px;

    }



    .woocommerce div.product .product_title {

        line-height: 1.25;

    }



    .woocommerce div.product div.summary {}



    .woocommerce div.product div.summary p {}



    .woocommerce div.product div.summary p a {

        border: none;

    }



    .woocommerce div.product div.summary p.stock.in-stock {}



    .woocommerce div.product div.summary p.stock.out-stock {}



    .woocommerce div.product div.images a.woocommerce-main-image img {

        max-height: 400px;

        width: auto;

        margin: 0 auto;

    }



    .woocommerce div.product div.images .flex-control-thumbs {

        margin: 0 auto 12px auto !important;

    }



    .woocommerce div.product div.images .flex-control-thumbs li {

        padding: 5px;

        border-top: 1px solid #ebebeb;

        border-right: none;

        border-bottom: 1px solid #ebebeb;

        border-left: 1px solid #ebebeb;

    }



    .woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n),

    .woocommerce div.product div.images .flex-control-thumbs li:last-child {

        border-right: 1px solid #ebebeb;

    }



    .woocommerce div.product div.images .flex-control-thumbs li img {

        transition: all 0.3s ease-in-out;

    }



    .woocommerce div.product div.images .flex-control-thumbs li:hover img {

        transform: translateY(-3px);

    }



    .woocommerce div.product div.images .flex-control-thumbs li img.flex-active {}



    .images a {

        border: none;

    }



    .posted_in {

        display: block;

    }



    .woocommerce .ms-slide-info.ms-dir-h {

        text-align: right;

        min-height: 0 !important;

    }



    .woocommerce .ms-info {

        padding: 20px 40px;

    }



    a.slider-cta {

        color: #fff;

        background: #010468; /* #01046D; */

        font-size: 18px;

        padding: 8px 20px;

    }



    .ajax-layered li input {

        display: inline-block;

        width: auto;

        margin-right: 6px;

    }



    .woocommerce .widget_layered_nav_filters ul li a {

        padding-left: 8px;

        padding-right: 8px;

    }



    .woocommerce .content ul.products li.product a img {

        width: auto;

        height: auto;

        max-height: 150px;

        display: block;

        margin: 0 auto 1em;

        box-shadow: none;

    }



    .woocommerce.archive .content .entry,

    .woocommerce ul.products li.product,

    .woocommerce-page ul.products li.product {

        border: #eee 1px solid;

        padding: 10px !important;

        box-shadow: 0px 0px 5px 0px #eee;

    }



    .woocommerce ul.products li.product {

        transition: all 0.3s ease-in-out;

    }



    .woocommerce ul.products li.product:hover {

        transform: translateY(-2px);

        box-shadow: 0px 6px 12px 8px rgba(0,0,0,0.1);

    }



    .woocommerce .content,

    .shop-home.post-type-archive-product #content {

        width: 100%;

    }



    .tax-product_cat.woocommerce .content,

    .woocommerce.tax-product_brand .content,

    .post-type-archive-product #content {

        width: 78%;

        float: right;

    }



    .product-brand {

        float: right;

        max-height: 160px;

        max-width: 160px;

    }



    .product-brand img {

        height: 160px;

        width: auto;

        margin: 0;

    }



    .packages.product-brand {

        max-width: 100%;

        float: none;

        clear: both;

        margin-top: 0;

    }



    .packages.product-brand img {

        margin-right: 24px;

    }



    .woocommerce .sidebar {

        width: 20%;

    }



    .tax-product_cat.woocommerce .sidebar,

    .woocommerce.tax-product_brand .sidebar {

        float: left;

    }



    .woocommerce .sidebar h4.widget-title {

        background: #010468; /* #01046D; */

        padding: 6px 8px;

        color: #fff;

        margin-bottom: 6px;

    }



    .woocommerce .sidebar .widget {

        background: #fbfbfb;

        margin-bottom: 0;

    }



    .woocommerce .sidebar .widget:last-child {

        margin-bottom: 40px;

    }



    .woocommerce .sidebar li,

    .woocommerce .sidebar .widget_layered_nav ul li {

        padding-left: 8px !important;

        padding-right: 8px !important;

        padding-bottom: 0;

    }



    .woocommerce .sidebar li a,

    .woocommerce .sidebar .widget_layered_nav ul li a {

        border: none;

    }



    .woocommerce .sidebar ul > li:last-child {

        margin-bottom: 6px;

        margin-bottom: 0.6rem;

    }



    .woocommerce.woocommerce ul.products li.product h3 {

        line-height: 1.5;

        font-size: 14px;

        font-size: 1.4rem;

        font-weight: bold;

        color: black;

        text-align: left;

        margin-bottom: 32px;

        word-wrap: break-word;

    }



    .term-packages.woocommerce.woocommerce ul.products li.product h3 {

        margin-bottom: 48px;

    }



    .woocommerce #respond input#submit.alt:hover,

    .woocommerce a.button.alt:hover,

    .woocommerce button.button.alt:hover,

    .woocommerce input.button.alt:hover,

    .woocommerce #respond input#submit.alt,

    .woocommerce a.button.alt,

    .woocommerce button.button.alt,

    .woocommerce input.button.alt,

    .woocommerce #respond input#submit:hover,

    .woocommerce a.button:hover,

    .woocommerce button.button:hover,

    .woocommerce input.button:hover,

    .woocommerce #respond input#submit,

    .woocommerce a.button,

    .woocommerce button.button,

    .woocommerce input.button {

        background-color: #7B7FFE !important;

        color: #fff !important;

    }



    .woocommerce div.product .woocommerce-tabs ul.tabs li a {

        border: none;

    }



    .woocommerce div.product .woocommerce-tabs ul.tabs li:before,

    .woocommerce div.product .woocommerce-tabs ul.tabs li:after {

        display: none !important;

    }



    .woocommerce div.product .woocommerce-tabs ul.wc-tabs.tabs li {

        border: none;

        background: #fff;

        border-radius: 0px;

        color: #fff;

        margin: 0 -2px;

    }



    .woocommerce div.product .woocommerce-tabs ul.wc-tabs.tabs li a {

        color: #010468;

    }



    .woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li.active {

        color: #fff;

        background: #010468;

    }



    .woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs:before {

        border-bottom: solid 1px #010468;

    }



    .woo-social-buttons span.nocount a,

    .woo-social-buttons span.hcount a {

        border: none;

    }



    .woocommerce-cart table.cart td.actions .coupon .input-text {

        width: 180px;

    }



    .woocommerce-cart .woocommerce table.cart img {

        width: 96px;

    }



    /* Brands ---------------------------------------------------------------------------------------------------- */

    .entry-content ul.brand-thumbnails li,

    .entry-content ul.brands_index li {

        list-style-type: none;

    }



    .brand-thumbnails li a {

        border: none;

    }



    .brand-column {

        column-count: 3;

        -moz-column-count: 3;

    }



    .atoz {

        display: none;

    }



    .thumbs-tab,

    .atoz-tab {

        display: inline-block;

        padding: 6px 24px;

        background: #010468;

        color: #fff;

        font-size: 18px;

        cursor: hand;

        cursor: pointer;

    }



    .atoz-tab {

        background: #eee;

        color: #333;

    }



    /* Product Page ---------------------------------------------------------------------------------------------------- */

    .summary .price {

        float: left;

        line-height: 1.2;

        margin-bottom: 16px;

        margin-right: 24px;

    }



    .summary .stock {

        line-height: 48px;

        margin-bottom: 0;

        font-size: 0.8em;

        font-weight: bold;

    }



    .summary tbody {

        border: none;

    }



    .woocommerce.single-product div.product p.price,

    .woocommerce.single-product div.product span.price {

        font-size: 32px;

        font-weight: 400;

        color: black;

    }



    .woocommerce.single-product div.product span.price {}



    #wl-wrapper .wl-add-but {

        background: #7B7FFE !important;

    }



    .summary .stock {

        float: left;

        clear: right;

        margin-left: 20px;

    }



    .shipping-methods {

        border-top: 1px solid #777;

        padding-top: 6px;

        clear: both;

        margin-bottom: 0px;

    }



    div[itemprop="description"],

    .woocommerce-product-details__short-description {

        clear: both;

        padding-top: 20px;

        border-top: solid 1px #ddd;

    }



    .woocommerce div.product form.cart .reset_variations {

        display: none !important;

    }



    .product_meta {

        margin-bottom: 40px;

        margin-top: 40px;

    }



    .woocommerce .cart .quantity .qty {

        padding: 7px 3px;

    }



    .cart #wl-wrapper.wl-button-wrap {

        padding: 0;

        clear: none;

        width: auto;

    }



    .cart #wl-wrapper .wl-add-to {

        margin-left: 6px;

    }



    .woocommerce.archive span.onsale,

    .woocommerce.single-product span.onsale {

        padding-top: 0;

        padding-bottom: 0;

    }



    .apply-for-price,.book-a-demo {}



    .book-a-demo,.apply-for-price {

        background: #010468 !important;

        margin-right: 12px;

        color: #fff;

        float: left;

        padding: .618em 1em;

        font-weight: 700;

        border-radius: 3px;

        text-transform: uppercase;

        line-height: 1;

        cursor: hand;

        cursor: pointer;

    }



    .demo-overlay,

    .poa-overlay {

        position: fixed;

        display: none;

        top: 0;

        left: 0;

        background: rgba(0,0,0,0.6);

        z-index: 999999;

        width: 100%;

        height: 100%;

    }



    .demo-form {

        width: 60%;

        background: #fff;

        padding: 40px;

        margin: 40px auto;

        position: relative;

        overflow-y: scroll;

        max-height: 90%;

    }



    .demo-form .gform_wrapper .left_label input.medium,

    .demo-form .gform_wrapper .left_label input.large,

    .demo-form div.gform_wrapper textarea {

        padding: 6px;

        padding: 0.6rem;

    }



    .woocommerce-variation-add-to-cart {

        clear: both;

    }



    .demo-form .close {

        position: absolute;

        cursor: hand;

        cursor: pointer;

        top: 10px;

        right: 15px;

        line-height: 1;

        font-size: 18px;

        color: #777;

    }

    

    .woocommerce-checkout #payment ul.payment_methods li input,

    #ship-to-different-address-checkbox {

        width: auto;

    }



    .footer-widgets .footer-widgets-1 div.gform_wrapper .gform_footer input[type="submit"] {

        background-color: #7B7FFE !important;

        color: #fff !important;

        font-weight: bold;

    }



    .woocommerce span.onsale {

        background-color: #CA060A !important;

    }



    .woocommerce ul.products li.product .star-rating {

        position: absolute;

        top: 12px;

        right: 10px;

    }



    .woocommerce div.product form.cart {

        margin-bottom: 0 !important;    

    }



    .woocommerce a.button.add_to_cart_button,

    .woocommerce button.button.single_add_to_cart_button {

        display: block; /*none !important;*/

        background-color: #b00205 !important;

        padding-left: 24px;

        padding-right: 24px;

        font-weight: normal;

        transition: all 0.3s ease-in-out;

    }



    .woocommerce a.button.add_to_cart_button:hover,

    .woocommerce button.button.single_add_to_cart_button:hover {

        background-color: red !important;

    }



    h1.product_title {

        color: #313131;

        font-weight: bold;

    }



    #menu-shop-top-menu > li:hover > a,

        #menu-shop-top-menu > li:hover > a:before,

        #menu-shop-top-menu > li.faico:hover:before {

        color: #010468;

    }



    #menu-shop-top-menu li ul li > a:hover {

        background-color: #7B7FFE;

        color: #fff;

    }

    

    #menu-header-right li:nth-of-type(2) {

        display: none;

    }

    

    .woocommerce div.product form.variations_form.cart {

        float: none;

        margin-right: 12px;

    }

    

    .woocommerce div.product form.cart {

        float: left;

        margin-right: 12px;

    }

    

    .woocommerce div.product form.cart table.variations {

        width: 50%;

        float: left;

        margin-bottom: 0;

    }

    

    .woocommerce div.product form.cart .variations td.label {

        vertical-align: middle;

    }

    

    .woocommerce div.product form.cart .variations label {

        font-weight: 400 !important;

    }

    

    .woocommerce-variation-availability p {

        line-height: 46px;

    }



    .woocommerce ul.products li.product .woocommerce-loop-category__title,

    .woocommerce ul.products li.product .woocommerce-loop-product__title,

    .woocommerce ul.products li.product h3 {

        color: grey;

    }



    .woocommerce ul.products li.product .price {

        color: black !important;

    }

    

    .variable-price-range {

        display: none;

        font-size: 16px;

        font-weight: 400;

        color: #777;

    }

    

    .variable-price-range .amount {

        font-size: 24px;

        color: #7B7FFE;

    }

    

    .variable-price-range .amount:nth-of-type(1) {

        margin-left: 20px;

    }

    

    .woocommerce div.product form.variations_form.cart {

        clear: left;

    }

    

    .woocommerce-variation-add-to-cart .quantity {

        display: inline-block;

    }

    

    .woocommerce-variation-add-to-cart .quantity .qty {

        padding: 8px;

    }

    

    .woocommerce-variation-price {

        display: none;

    }

    

    .woocommerce-variation-add-to-cart {

        float: left;

        margin-right: 12px;

    }



    .woocommerce div.product form.cart .variations select {

        padding: 6px;

    }



    .woocommerce div.product form.variations_form.cart::after {

        display: table;

        content: '';

        clear: both;

    }



    .product-payment-cards table,

    .product-payment-cards tr,

    .product-payment-cards td {

        border: none;

    }



    .product-payment-cards a {

        border: none;

    }



    .product-payment-cards {

        clear: both;

        margin-bottom: 12px;

        text-align: center;

        border-bottom: 1px solid grey;

    }



    .product-payment-cards table {

        display: inline-block;

        width: auto;

        margin: 0;

        line-height: 42px;

    }



    .woocommerce .product-payment-cards > img {

        height: 56px;

    }



    .product-payment-cards td {

        padding: 0 0 0 12px;

    }



    .woocommerce div.product p.price, .woocommerce div.product span.price {}



    .woocommerce ul.products li.product .price {}



    div.covid-notice {

        margin: -24px auto 48px auto;

        padding: 10px;

        background-color: ghostwhite;

        border: 1px dashed red;

        border-radius: 10px;

        text-align: center;

    }



    div.covid-notice h3 {

        color: red;

    }



    div.covid-notice p {

        margin: 0 auto;

        color: maroon;

    }



    div.covid-notice-end {

        margin: -24px auto 48px auto;

        padding: 10px;

        background-color: ghostwhite;

        border: 1px dashed green;

        border-radius: 10px;

        text-align: center;

    }



    div.covid-notice-end h3 {

        color: mediumseagreen;

    }



    div.covid-notice-end p {

        margin: 0 auto;

        color: mediumseagreen;

    }

    

    /*Media Queries---------------------------------------------------------------------------------------------------- */

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

        .wrap {

            max-width: 960px;

        }

        

        .site-header .widget-area {

            grid-template-columns: repeat( 5, minmax(150px, 1fr) );

        }



        #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {}



        #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link {

            padding-left: 8px !important;

            padding-right: 8px !important;

        }

        

        .home .featured-content a.alignleft,

        .sidebar .featured-content a {

            width: 30%;

        }

        .home .featured-content a img,

        .sidebar .featured-content a img {

            height: auto;

        }

        

        .summary .price {

            margin-bottom: 6px;

        }

        

        .apply-for-price {

            clear: left;

            margin-bottom: 16px;

        }

        

        .book-a-demo {

            margin-bottom: 16px;

        }

        

        #featured-post-5 p,

        #featured-post-6 p {

            font-size: 14px;

            font-size: 1.4rem;

        }

        .home #featured-post-5 .entry-content,

        .home #featured-post-5 .entry-header,

        .home #featured-post-6 .entry-content,

        .home #featured-post-6 .entry-header,

        .sidebar #featured-post-5 .entry-content,

        .sidebar #featured-post-5 .entry-header,

        .sidebar #featured-post-6 .entry-content,

        .sidebar #featured-post-6 .entry-header {

            width: 70%;

        }

        .featured-content .entry-title {

            font-size: 16px;

            font-size: 1.6rem;

            margin-bottom: 0;

        }

        .content {

            width: 580px;

        }

        .footer-widgets-1,

        .footer-widgets-2,

        .footer-widgets-3,

        .sidebar {

            width: 280px;

        }

        div.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {

            margin-right: 1%;

        }

        div.footer-widgets .gform_body .ginput_container input {

            margin-right: 0;

        }

        div.gform_wrapper .gform_footer.left_label {

            width: 66.5%;

        }

        .footer-widgets {

            font-size: 14px;

            font-size: 1.4rem;

        }

        .footer-widgets-2 h2 {

            color: #7B7FFE /*#7F81B5;*/ !important;

            font-size: 24px;

            font-size: 2.4rem;

        }

        .footer-widgets-2 .spot div {

            float: left !important;

        }

        .footer-widgets-2 .left-col {

            margin-right: 20px;

            margin-bottom: 12px;

        }

        .required_links {

            margin-left: 100px;

            margin-left: 10rem;

        }

        .footer-widgets-1,

        .footer-widgets-2,

        .footer-widgets-3 {

            width: 300px;

        }

        .footer-widgets {

            font-size: 14px;

            font-size: 1.4rem;

        }

        .footer-widgets-1 {

            margin-right: 20px;

            margin-right: 2rem;

        }

        

    }

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

        #menu-header-right li:nth-of-type(1) {

            display: none;

        }

        

        #menu-header-right li:nth-of-type(2) {

            display: inline-block;

        }

        .slide-excerpt {

            width: 100% !important;

        }

        

        .widget_product_search,

        .widget_search {

            display: none;

        }



        #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > ul.mega-sub-menu {

            box-shadow: none;

        }

        

        #mega-menu-wrap-secondary .mega-menu-toggle .mega-toggle-block-2 .mega-search.mega-search-open input[type=text], #mega-menu-wrap-secondary .mega-menu-toggle #mega-toggle-block-2 .mega-search.mega-search-open input[type=text],

        #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-2 .mega-search.mega-search-open input[type=text], #mega-menu-wrap-primary .mega-menu-toggle #mega-toggle-block-2 .mega-search.mega-search-open input[type=text]{

            border: 1px solid #ccc;

        }

        

        a.mega-icon,

        a.mega-icon:hover {

            border: none;

        }

        

        .site-header .widget-area {

            grid-template-columns: repeat( 4, minmax(140px, 1fr) );

            padding-left: 1%;

            padding-right: 1%;

        }

        

        html>body .slide-excerpt-border {

            padding: 0 !important;

        }

        

        

        .wrap {

            max-width: 768px;

        }

        

        .content,

        .footer-widgets-1,

        .footer-widgets-2,

        .footer-widgets-3,

        .minimum-landing .site-inner,

        .sidebar {

            width: 100%;

        }

        .site-header {

            position: relative;

        }

        

        .hot-products {

            padding-left: 5%;

            padding-right: 5%;

        }

        .site-inner {

            padding: 40px 5%;

            padding: 4rem 5%;

        }

        .post-type-archive-portfolio .entry,

        .site-header .title-area,

        .site-header .search-form,

        .site-header .widget-area,

        .site-tagline-left,

        .site-tagline-right {

            text-align: center;

        }

        .header-image .site-title a {

            margin: 0 auto 10px;

            margin: 0 auto 1rem;

        }

        .site-header .search-form {

            float: none;

            margin: 0 auto;

        }

        .site-description {

            font-size: 30px;

            font-size: 3rem;

        }

        .site-tagline {

            margin-top: 0;

            padding: 20px 0;

            padding: 2rem 0;

            display: none;

        }

        .minimum .site-tagline {

            margin-top: 400px;

            margin-top: 40rem;

        }

        .genesis-nav-menu li,

        .site-header ul.genesis-nav-menu,

        .site-tagline-left,

        .site-tagline-right {

            float: none;

        }

        .site-tagline-left p {

            margin-bottom: 20px;

            margin-bottom: 2rem;

        }

        .minimum-landing .site-inner {

            margin: 0;

            padding: 40px 40px 0;

            padding: 4rem 4rem 0;

        }

        .minimum-landing .site-container {

            padding: 5%;

        }

        .footer-widgets .widget,

        .site-footer .wrap,

        .site-tagline {

            padding-left: 5%;

            padding-right: 5%;

        }

        .site-footer {

            padding: 60px 0;

            padding: 6rem 0;

        }

        .footer-widgets .wrap {

            padding-left: 0;

        }

        div.footer-widgets .gform_body .ginput_container input {

            float: left;

        }

        div.gform_wrapper .left_label input.large {

            width: 66.5%;

        }

        .footer-widgets-3 p {

            display: inline;

            text-align: center;

            width: 48%;

            float: left;

        }

        .footer-widgets-3 img {

            float: none;

            height: 90px;

            width: auto;

        }

        .right-col,

        .left-col {

            float: none;

            display: block;

            margin-bottom: 0;

        }

        .copyright,

        .required_links,

        .freshspring {

            float: none;

            text-align: center;

            display: block;

            margin: 5px 0;

        }

        .required_links li {

            float: none;

        }



    }

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

        .header-image .site-header .title-area .site-title a {

            background-position: 50% 50% !important;

            background-repeat: no-repeat !important;

        }



        

        .minimum .site-tagline {

            margin-top: 200px;

            margin-top: 20rem;

        }

        

        .site-footer .nav-secondary a {

            margin: 0 10px;

            margin: 0 1rem;

        }

        .home-featured .home-slider,

        .home-featured .home-blog {

            width: 100%;

        }



        #featured-post-5 .entry,

        #featured-post-6 .entry {

            width: 50%;

            float: left;

        }

        .home-featured .simple-social-icons ul li a {

            font-size: 36px !important;

            font-size: 3.6rem !important;

            padding: 20px !important;

            padding: 2rem !important;

        }

        .genesis-grid-even,

        .genesis-grid-odd,

        .post-type-archive-portfolio .entry {

            width: 100%;

        }

        .post-type-archive-portfolio .entry:nth-of-type(2n),

        .post-type-archive-portfolio .entry:nth-of-type(2n+1) {

            float: none;

            padding: 0;

        }

        .five-sixths,

        .four-sixths,

        .one-fourth,

        .one-half,

        .one-sixth,

        .one-third,

        .three-fourths,

        .three-sixths,

        .two-fourths,

        .two-sixths,

        .two-thirds {

            margin: 0;

            width: 100%;

        }

        .woocommerce .sidebar {

            display: none;

        }

        .tax-product_cat.woocommerce .content,

        .woocommerce.tax-product_brand .content,

        .post-type-archive-product #content {

            width: 100%;

            display: block;

            float: none;

        }

    }

    

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

        .site-header .widget-area {

            grid-template-columns: repeat( 3, minmax(150px, 1fr) );

        }

        

        .site-header .widget_text {

            display: none;

        }



        .shop-usp-container {

            display: block;

        }



        .shop-usp-container .shop-usp {

            border-bottom: 1px solid #ff0;

        }



        .shop-usp-container .shop-usp:nth-child(2) {

            border-left: none;

            border-right: none;

        }

    }

    

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

        .demo-form {

            width: 90%;

            background: #fff;

            padding: 20px;

            margin: 40px auto;

            position: relative;

        }

        .demo-overlay,

        .poa-overlay {}

        .site-header .widget_shopping_mini_cart {

            display: block;

            position: fixed;

            top: 0;

            left: 0;

            width: 100%;

            margin: 0;

            background: #010468; // #01046D;

            z-index: 9999;

        }

        

        .site-inner {

            margin-bottom: 0;

            padding-bottom: 0;

        }

        .home-featured .home-slider {

            width: 100%;

        }

        .home-featured-1,

        .home-featured-2,

        .home-featured-3,

        .home-featured-4 {

            width: 100%;

        }

        .home-featured-5,

        .home-featured-6,

        .home-featured-7,

        .home-featured-8,

        .home-featured-9 {

            width: 100%;

        }

        .home-featured .home-blog {

            clear: both;

            width: 100%;

            padding: 0;

        }

        .home-featured {

            padding-bottom: 0;

            margin-bottom: 0;

        }

        .home-featured-9 {

            padding-bottom: 0;

            margin-bottom: 0;

        }

        .footer-widgets-3 p {

            display: block;

            float: none;

            width: 100%;

        }

        .footer-widgets-3 img {

            background: #fff;

            padding: 10px;

            margin-left: 0;

            width: auto;

            height: auto;

        }

        .footer-widgets-3 img:nth-of-type(2) {

            float: left;

            width: 46% !important;

        }

        .footer-widgets-3 img:nth-of-type(3) {

            float: right;

            width: 45% !important;

        }

        #featured-post-5,

        #featured-post-6 {

            display: table;

            background: #f4f4f4;

            margin-bottom: 20px;

            width: 100%;

        }

        #featured-post-5 .entry,

        #featured-post-6 .entry {

            width: 100%;

            float: none;

            display: table-row;

        }

        .home .featured-content a.alignleft,

        .sidebar .featured-content a.alignleft {

            width: 102px;

            float: left;

            display: table-row;

        }

        .home .featured-content a img,

        .sidebar .featured-content a img {

            height: 90px;

        }

        #featured-post-5 p,

        #featured-post-6 p {

            font-size: 14px;

            font-size: 1.4rem;

        }

        .home #featured-post-5 .entry-content,

        .home #featured-post-5 .entry-header,

        .home #featured-post-6 .entry-content,

        .home #featured-post-6 .entry-header,

        .sidebar #featured-post-5 .entry-content,

        .sidebar #featured-post-5 .entry-header,

        .sidebar #featured-post-6 .entry-content,

        .sidebar #featured-post-6 .entry-header {

            width: auto;

            float: none;

            display: table-row;

        }

        #featured-post-5 .entry,

        #featured-post-6 .entry {

            height: 75px;

            background: #f4f4f4;

            margin-bottom: 6px;

        }

        .home-featured-7 p {

            margin-bottom: 24px;

            margin-bottom: 2.4rem;

        }

        .home-featured-7 {

            -webkit-column-count: 1;

            -moz-column-count: 1;

            column-count: 1;

            -webkit-column-gap: 0px;

            -moz-column-gap: 0px;

            column-gap: 0px;

        }

        div.gform_wrapper .left_label input.medium,

        div.gform_wrapper .left_label select.medium,

        div.gform_wrapper .right_label input.medium,

        div.gform_wrapper .right_label select.medium {

            width: 62.5%;

        }

        .content .gform_wrapper .left_label li.field_sublabel_below .gfield_label {

            width: auto;

            display: block;

            float: none;

        }

        #recaptcha_image {

            width: auto !important;

            max-width: 100%;

        }

        #recaptcha_image img {

            width: 100%;

        }

        #recaptcha_response_field {

            width: 100% !important;

            max-width: 302px;

        }

        .footer-widgets-3 p {

            display: inline;

        }

        .header-image .site-header .title-area .site-title a {

            background-size: contain !important;

        }

        

        

        

    }

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

        .header-image .site-header .title-area .site-title a {

            background-size: contain !important;

        }

        

        .site-header .widget-area {

            grid-template-columns: repeat( 2, minmax(150px, 1fr) );

        }

        

        .site-header .simple-social-icons {

            display: none;

        }

        

        .woocommerce a.button.add_to_cart_button,

        .woocommerce button.button.single_add_to_cart_button {

            padding-left: 12px;

            padding-right: 12px;

        }

        

        .book-a-demo {

            

        }

        #featured-post-5 .entry,

        #featured-post-6 .entry {

            width: 100%;

            float: none;

        }

        

        .content div.gform_wrapper .left_label input.medium,

        .content div.gform_wrapper .left_label select.medium,

        .content div.gform_wrapper .right_label input.medium,

        .content div.gform_wrapper .right_label select.medium,

        .content div.gform_wrapper .left_label input.large,

        .content div.gform_wrapper .left_label select.large,

        .content div.gform_wrapper .left_label textarea.large,

        .content div.gform_wrapper .left_label textarea.medium,

        div.gform_wrapper .left_label textarea.small,

        .content div.gform_wrapper .right_label input.large,

        .content div.gform_wrapper .right_label select.large,

        .content div.gform_wrapper .right_label textarea.large,

        .content div.gform_wrapper .right_label textarea.medium,

        .content div.gform_wrapper .right_label textarea.small {

            width: 100%;

        }

    }



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

        #featured-post-5 .entry,

        #featured-post-6 .entry {

            height: 105px;

        }

        

    }