/*
    Theme Name: Centric Theme - deprecated
    Theme URI: http://my.studiopress.com/themes/centric/
    Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
    Author: StudioPress
    Author URI: http://www.studiopress.com/

    Version: 1.1

    Tags: black, green, orange, purple, red, yellow, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

    Template: genesis
    Template Version: 2.1

    License: GPL-2.0+
    License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

    - HTML5 Reset
        - Baseline Normalize
        - Box Sizing
        - Float Clearing
    - Defaults
        - Typographical Elements
        - Headings
        - Icons
        - Objects
        - Gallery
        - Forms
        - Tables
    - Structure and Layout
        - Site Containers
        - Column Widths and Positions
        - Column Classes
    - Common Classes
        - Avatar
        - Genesis
        - Search Form
        - Titles
        - WordPress
    - Widgets
        - Featured Content
    - Plugins
        - Genesis eNews Extended
        - Genesis Latest Tweets
        - Genesis Responsive Slider
        - Gravity Forms
        - Jetpack
        - Simple Social Icons
    - Site Header
        - Title Area
        - Widget Area
        - Shrink
    - Site Navigation
        - Header Navigation
        - Primary Navigation
        - Responsive Menu
    - Content Area
        - Home Page
        - Entries
        - Entry Meta
        - After Entry
        - Pagination
        - Comments
    - Sidebars
    - Footer Widgets
    - Site Footer
    - Theme Colors
        - Centric Charcoal
        - Centric Green
        - Centric Orange
        - Centric Purple
        - Centric Red
        - Centric Yellow
    - Media Queries
        - Max-width: 1139px
        - Max-width: 1023px
        - Max-width: 782px
        - Max-width: 480px

*/

/* Misc
--------------------------------------------- */

/* This will be used in spam honeypots*/
.hidden, .uiouiouie {
    display: none;
}

.soliloquy-pager-item {
    margin: 0 0 0 0 !important;
}

.soliloquy-pager-link {
    width: 18px !important;
    height: 18px !important;
    display: inline-block !important;
    background: url(/wp-content/themes/centric-pro/images/slider-buttons.png) -20px/57.6px 18px no-repeat !important;
    margin: 0 6px !important;
    transition: none !important;
}

.soliloquy-pager-link.active {
    background: url(/wp-content/themes/centric-pro/images/slider-buttons.png) -39.5px/57.6px 18px no-repeat !important;
}

.soliloquy-pager-link:not(.active):hover {
    background: url(/wp-content/themes/centric-pro/images/slider-buttons.png) 0/57.6px 18px no-repeat !important;
}

.hero-sale-banner {
    width: 100%;
    height: 100%;
    text-align: center;
}

.hero-sale-banner img {
    height: 100%;
}

.hero-sale-mobile-link {
    height: 50%;
    width: 100%;
    display: inline-block;
}

/* Images, galleries, captions
--------------------------------------------- */

/* Gallery 
--------------------------------------------- */


.gallery {
    overflow: hidden;
    margin-bottom: 28px;
}

.gallery-columns-2 .gallery-item {
    width: 49%;
}

.gallery-columns-3 .gallery-item {
    width: 32.33%;
}

.gallery-columns-4 .gallery-item {
    width: 24%;
}

.gallery-columns-5 .gallery-item {
    width: 19%;
}

.gallery-columns-6 .gallery-item {
    width: 15.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 13.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 11.5%;
}

.gallery-columns-9 .gallery-item {
    width: 10.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery .gallery-item img {
    border: none;
    height: auto;
}

.wp-caption {
    position: relative;
}

.gallery-modal-caption,
.wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 8px;
    margin: 0 !important;
}

.gallery-modal-caption-wrap .gallery-modal-caption {
    bottom: 2px;
}

.option1 .wp-caption-text,
.wp-caption-text.option1 {
    color: #fff;
    background-color: rgb(0, 75, 122);
    background-color: rgba(0, 75, 122, 0.7);
    padding: 0 3px;
}

.option2 .wp-caption-text,
.wp-caption-text.option2,
.wp-caption-text,
.gallery-modal-caption {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.option3 .wp-caption,
.wp-caption.option3,
.option5 .wp-caption,
.wp-caption.option5 {
    border: 1px solid #000;
    padding: 5px;
}

.option3 .wp-caption-text,
.wp-caption-text.option3 {
    bottom: 13px;
    width: calc(100% - 10px);
    padding: 0 3px;
}

.option4 .wp-caption:hover .wp-caption-text,
.wp-caption:hover .wp-caption-text.option4 {
    opacity: 100;
    transition: opacity 0.5s ease-in-out;
}

.option4 .wp-caption-text,
.wp-caption-text.option4 {
    opacity: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.option5 .wp-caption-text,
.wp-caption-text.option5 {
    position: relative;
    color: #005c8c;
    background-color: initial;
    padding-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.option6 .wp-caption img,
img .wp-caption.option6 {
    border-radius: 5px;
}

.option6 .wp-caption-text,
.wp-caption-text.option6 {
    color: #fff;
    background-color: #004b7a;
    position: relative;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.option7 .wp-caption-text,
.wp-caption-text.option7 {
    position: relative;
    color: #000;
    background-color: initial;
    padding: .5em 0 1.5em 0;
    text-overflow: wrap;
    font-weight: normal;
    font-size: 1em;
    text-align: left;
    font-style:  italic;
}
.option8 .wp-caption-text,
.wp-caption-text.option8 {
    position: relative;
    color: #000;
    background-color: initial;
    padding: .5em 0 1.5em 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    font-size: 1em;
}
.option9 .wp-caption-text,
.wp-caption-text.option9 {
    position: relative;
    color: #555;
    background-color: initial;
    padding: .5em 0 1.5em 0;
    text-overflow: wrap;
    font-weight: 650;
    font-size: .9rem;
}

.gallery-item {
    float: left;
    margin-top: 10px;
    margin-right: 0.5%;
    margin-left: 0.5%;
    text-align: center;
    position: relative;
}

.gallery img,
.gallery-item img {
    width: 100% !important;
}

.gallery-item .gallery-caption {
    margin-left: 0;
    bottom: 7.5px;
    width: 100%;
    font-weight: 400 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 6px;
}

.gallery-modal-caption-wrap {
    position: relative;
    margin-top: -7px;
    display: none;
}

.loaded .gallery-modal-caption-wrap {
    display: block;
}

.gallery-modal-caption {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

.gallery-caption-wrap {
    display: block;
    margin: auto;
    width: 100%;
}

.gallery-modal-outer-wrap {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    display: -webkit-flex;
    display: flex;
    /*-webkit-flex-direction: column;
    flex-direction: column;*/
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    border: 1px solid black;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gallery-modal-inner-wrap {
    background: #fff url(/wp-content/themes/centric-pro/images/spin.svg) no-repeat center center;
    display: block;
    overflow: hidden;
    width: 1000px;
    height: 80%;
    max-height: 80%;
    /*margin: 0 auto;*/
    padding: 10px;
}

.gallery-modal-inner-wrap.loaded {
    background: #fff;
}

.gallery-image-wrap {
    height: 80%;
    display: inline-block;
}

body.ie .gallery-image-wrap {
    display: block !important;
}

.gallery-image {
    max-height: 100% !important;
}

.gallery-modal-thumb {
    display: inline-block;
    padding: 5px;
    width: 100px;
}

.gallery-modal-thumb-wrap {
    width: 1980px;
    margin-left: -1100px;
    max-height: 66px;
    overflow-y: hidden;
    margin-top: 2%;
}

body.ie8 .gallery-modal-thumb-img {
    width: auto;
    height: auto;
}

body.ie8 .gallery-image-wrap img {
    width: auto;
    height: auto;
    max-height: 70%;
}

body.ie8 .gallery-modal-inner-wrap {
    margin-top: 5%;
    margin-bottom: 5%;
}

.gallery-modal-thumb.selected {
    border-bottom: 3px solid #0ebfe9;
    border-top: 3px solid #0ebfe9;
    padding: 0;
    padding-top: 1px;
    margin-left: 5px;
    margin-right: 5px;
}

.gallery-modal-thumb-img {
    width: 100px;
    vertical-align: text-top;
}

.gallery-modal-nav-wrap {
    width: 1000px;
    position: absolute;
    top: 45%;
    margin: 0 auto;
}

.gallery-modal-nav-wrap .modal-nav-last {
    float: left;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.gallery-modal-nav-wrap .modal-nav-next {
    float: right;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.gallery-modal-nav,
.gallery-modal-nav:hover {
    color: rgba(0, 0, 0, 0.0);
    background-color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 36px;
    font-size: 30pt;
    font-size: 3em;
    font-family: monospace;
    background: #fff url(/wp-content/themes/centric-pro/images/nav-arrow.svg) center center no-repeat;
    background-size: 75%;
    border-radius: 5px;
}

a.gallery-modal-nav[href="#"] {
    display: none;
}

.video-outer-wrap {
    width: 100%;
    padding-top: 20px;
    background-color: #edebeb;
}

.video-inner-wrap {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}

.video-wrap-title {

}

.video-wrap-text {
    padding-bottom: 20px;
}

.responsive-vimeo {
    padding: 56.25% 0 0 0;
    position: relative;
    margin: 0 0 0 0;
}

.responsive-vimeo-43 {
    padding: 74.25% 0 0 0;
    position: relative;
    margin: 0 0 0 0;
}

.p-indent {
    margin: 0 25px 0 25px;
}

@media screen and (max-width: 1050px) {
    .gallery-modal-inner-wrap,
    .gallery-modal-nav-wrap {
        width: 800px;
    }
}
@media screen and (max-width: 850px) {
    .gallery-modal-inner-wrap,
    .gallery-modal-nav-wrap {
        width: 600px;
    }
}
@media screen and (max-width: 650px) {
    .gallery-modal-inner-wrap,
    .gallery-modal-nav-wrap {
        width: 90%;
        height: auto;
        /*margin-left: 5%;*/
    }
}


/*
Featured image and Hero Slider
--------------------------------------------- */

@media only screen and (max-width: 1023px) {
    body {
        background-position: center 196px !important;
    }
}
@media only screen and (max-width: 700px) {
    body {
        background-position: center 123px !important;
    }
}

.hero-image-container, .featured-image-container {
    position: absolute;
    top: 100px;
    z-index: -999;
    width: 100%;
    height: 52vh;
    background-position: top center;
    background-repeat: no-repeat;
    transition: opacity 0.5s ease-in-out;
}

.hero-credits {
    float: right;
    height: 18px;
    margin-top: -18px;
    transition: opacity 0.5s ease-in-out;
    z-index: 301;
    position: relative;
    clear: both;
}

.hero-credit-wrap {
    width: 100%;
    text-align: right;
    padding-right: 8px;
    font-size: 11px;
    z-index: 300;
    color: #4e94b9;
    transition: opacity 0.5s ease-in-out;
}

.hero-title, .featured-title {
    width: 100%;
}

@media (max-width: 700px) {
    .hero-title, .featured-title {
        transform: scale(0.9) !important;
    }
}

.hero-image-title, .featured-image-title {
    width: 100%;
    position: absolute;
    transition: opacity 0.5s ease-in-out;
}

.ie11 .hero-title, .ie11 .featured-title {
    margin-top: -38px;
}

.hero-title-wrap, .featured-title-wrap {
    background: rgba(0, 92, 140, 0.75);
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    transition: opacity 0.5s ease-in-out;
    position: absolute;
    width: 100%;
}

.hero-content, .featured-content {
    transition: opacity 0.5s ease-in-out;
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 1280px;
    left: -50%;
}

.hero-content[style="opacity: 0;"],
.hero-content[style="opacity:0;"]{
    display: inline-block;
    pointer-events: none;
}

.hero-content-wrap, .featured-content-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 1280px;
    left: 50%;
}

#hero-slider-a {
    display: block;
    height: 52vh;
    max-height: 500px;
    margin-top: -25px;
    position: relative;
    z-index: 99;
    overflow: hidden;
}

.hero-nav {
    height: 25px;
    text-align: center;
    position: relative;
    z-index: 100;
}

.hero-nav-button {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(/wp-content/themes/centric-pro/images/slider-buttons.png) -39.5px;
    background-repeat: no-repeat;
    background-size: 57.6px 18px;
    padding-top: 40px;
    margin: 0 6px;
}

.hero-nav-button:hover {
    background: url(/wp-content/themes/centric-pro/images/slider-buttons.png) 0 no-repeat;
    padding-top: 40px;
    background-size: 57.6px 18px;
    cursor: pointer;
}

.hero-nav-button.selected {
    background: url(/wp-content/themes/centric-pro/images/slider-buttons.png) -20px;
    background-repeat: no-repeat;
    background-size: 57.6px 18px;
    padding-top: 40px;
}


/*
Full width sections
---------------------------------------------------------------------------------------------------- */

.full-width-section {
    position: absolute;
    min-width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    padding: 0;
}

div[id$="-bumper"] {
    display: inline-block;
}


/*
Full width sections
---------------------------------------------------------------------------------------------------- */
.button {
    background-color: #196c97 !important;
    color: white !important;
    padding: 14px 28px !important;
    /*font-size:  !important;*/
    cursor: pointer !important;
}
.button:hover {
    background: #4c8cae !important;
}


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
    normalize.css v2.1.3 | 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],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}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:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#2e2f33}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:-.5em}sub{bottom:-.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}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
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}

.clear {
    clear: both;
}


/* Columns/grid layout
--------------------------------------------- */

.grid {
    margin-bottom: 2.564102564102564%;
}

.grid.show {
    border: 1px solid black;
}

.four-fifths,
.one-fifth,
.three-fifths,
.two-fifths {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-fifth {
    width: 17.9487179487179488%;
}

.two-fifths {
    width: 38.4615384615384616%;
}

.three-fifths {
    width: 58.9743589743589744%;
}

.four-fifths {
    width: 79.4871794871794872%;
}

@media (max-width: 1000px) {
    .full-width-1000 {
        width: 100%;
    }
}


/* Grid loop
--------------------------------------------- */

.grid-loop-entry-title {
    font-size: 17px;
}

.grid-loop-entry-image-wrap img,
.grid-loop-entry-image-wrap img {
}

article.grid-loop-wrap {
    margin-bottom: 50px;
}

.grid-loop-entry-read-more {
    width: 100%;
    text-align: center;
    display: inline-block;
    -webkit-box-shadow: -2px -17px 40px 9px rgba(255, 255, 255, 1);
    -moz-box-shadow: -2px -17px 40px 9px rgba(255, 255, 255, 1);
    box-shadow: -2px -17px 40px 11px rgba(255, 255, 255, 1);
}

.grid-loop-wrap.has-post-thumbnail .entry-content p {
}

.grid-loop-wrap .entry-content {
    height: 290px;
    overflow: hidden;
}

.grid-loop-wrap .entry-content p {
    font-size: 12pt;
    line-height: 1.3;
}


/* Blockquotes
--------------------------------------------- */

blockquote,
blockquote::before {
    color: inherit;
}

blockquote {
    margin: 40px;
    margin: 4rem;
    border-left: initial !important;
    font-style: initial;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    font-size: 3rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

blockquote.large {
    font-size: 20px;
}

blockquote.large::before {
    font-size: 35px;
    font-size: 3.5rem;
}

blockquote.huge {
    font-size: 40px;
}

blockquote.huge::before {
    font-size: 50px;
    font-size: 5rem;
    left: -25px;
}

blockquote.italic,
blockquote.italics {
    font-style: italic;
}

blockquote.bold {
    font-weight: bold;
}

blockquote.noquote::before {
    content: initial;
}

.blockquote-border-defaults {
    margin-bottom: 26px;
    margin-bottom: 2.6rem;
}

.blockquote-border {
    border-top: 2px solid #999;
    border-bottom: 2px solid #999;
}


/* Image Zoom and Popups
--------------------------------------------- */

.ags-popup-link {
    cursor: pointer;
}

.img-zoom-container {
    position: relative;
    box-sizing: border-box;
}

.img-zoom-container img {
    cursor: zoom-in;
}

.img-zoom-result, .popup-wrap {
    position: fixed;
    z-index: 1000;
    transition: opacity 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba( 0, 0, 0, 0.70 );
    display: none;
    background-image: url(/wp-content/themes/centric-pro/images/loading-2.gif);
    background-repeat: no-repeat;
    background-position: 50%;
}

.img-zoom-icon {
    background: #fff url(/wp-content/themes/centric-pro/images/image-zoom-icon.png) no-repeat 2.5px;
    background-size: 15px;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    position: absolute;
    bottom: 15px;
    right: 5px;
    transition: opacity 0.3s ease-in-out;
    cursor: pointer;
}

.img-zoom-close-icon, .popup-close-icon {
    display: none;
    background-image: url(/wp-content/themes/centric-pro/images/close.png);
    border-radius: 50px;
    background-size: 35px;
    background-repeat: no-repeat;
    position: fixed;
    cursor: pointer;
    width: 35px;
    height: 35px;
    box-sizing: initial !important;
}

.img-zoom-center, .popup-center {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.popup-content {
    overflow-x: hidden;
    overflow-y: auto;
}

.img-zoom-img, .popup-content {
    width: 90%;
    vertical-align: middle;
    max-height: 90%;
    max-width: 90%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    cursor: auto !important;
    border-radius: 5px;
    border: 1px none #000000;
    box-shadow: 0px 10px 25px 4px rgba( 2, 2, 2, 0.50 );
    background-color: rgba( 255, 255, 255, 1.00 );
}


/* Events widget
--------------------------------------------- */

.events-widget-wrap {

}

.events-widget-title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
}

.events-widget-a {
    width: 100%;
    text-overflow: initial;
    overflow: hidden;
    white-space: normal;
    display: block;
}

.events-widget-news-link i {
    margin-top: 15px;
    font-size: 16px;
}


/* Pop Up Maker CSS fixes
--------------------------------------------- */

.pum-theme-11704 .pum-content + .pum-close,
.pum-theme-enterprise-blue .pum-content + .pum-close,
.pum-container .pum-content+.pum-close,
.pum-content + .pum-close, .pum-close,
.pum-theme-11704 .pum-content + .pum-close:hover,
.pum-theme-enterprise-blue .pum-content + .pum-close:hover,
.pum-container .pum-content+.pum-close:hover,
.pum-content + .pum-close, .pum-close:hover {
    width: 35px !important;
    height: 35px !important;
    left: auto !important;
    right: 8px !important;
    bottom: auto !important;
    top: 8px !important;
    padding: initial !important;
    color: rgba(0, 0, 0, 0) !important;
    font-family: inherit !important;
    font-size: initial !important;
    line-height: 24px !important;
    transform: initial !important;
    border: none !important;
    border-radius: 100px !important;
    box-shadow: initial !important;
    text-shadow: initial !important;
    background-color: #005c8c !important;
    background-image: url(/wp-content/themes/centric-pro/images/close.png);
    background-size: 35px;
    background-repeat: no-repeat;
    position: absolute !important;
    cursor: pointer !important;
    box-sizing: initial !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable, .pum-open,
html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden],
.pum-open-overlay, .pum-open-scrollable {
    padding-right: 0 !important;
}

@media (max-width: 1023px) {
    .pum-container {
        max-width: 80% !important;
        margin: 0 10% !important;
        left: 0 !important;
    }
}

@media (max-width: 500px) {
    .pum-container {
        max-width: 950% !important;
        margin: 0 2.5% !important;
        left: 0 !important;
    }
}


/* Dev helpers
--------------------------------------------- */

.show-shortcode.outer {
    border: 1px solid #676767;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 30px;
}

.show-shortcode.code {
    font-family: 'courier new';
    padding: 10px;
    background-color: #eeeeee;
    border-radius: 5px;
    border-left: 10px solid #004b7a;
    color: black;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
    background-color: #005c8d;
    color: #2e2f33;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.625;
    overflow-x: hidden;
}

.rtl {
    direction: rtl;
}

a, a:hover {
    cursor: pointer;
}

article {
    padding-top: 10px;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.more-link {
    -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: #2e2f33;
    color: #fff;
}

::selection {
    background-color: #2e2f33;
    color: #fff;
}

a {
    color: #196cc7;
    text-decoration: none;
}

.content a:hover,
.sidebar a:hover,
a:hover {
    color: #2e2f33;
}

p {
    margin: 0 0 15px;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

b,
strong {
    font-weight: 700;
}

cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Lato', sans-serif; */
    font-family: 'Play', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 25px 0 10px 0;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

/* Icons
--------------------------------------------- */

.features {
    text-align: center;
}

.features .dashicons {
    font-size: 64px;
    height: 64px;
    margin: 0 0 20px;
    width: 64px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
    width: auto;
}

/* Category/Series support
--------------------------------------------- */

.category-widget-title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
}

.category-widget-view-more {
    margin-top: 15px;
    font-size: 16px;
}


.category-list {
    padding-left: 40px;
    width: 320px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 30px;
}

.category-widget-a,
.category-list-a {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    display: block;
    font-size: 10pt;
    line-height: 13pt;
}

.category-list-a.selected {
    font-weight: bold;
}

.category-list-title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    font-family: 'Play',sans-serif;
}

.cat-last-next .next, .cat-last-next .last {
    width: 40%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cat-last-next {
    display: inline-block;
    width: 100%;
}

.cat-last-next .next {
    float: right;
    text-align: right;
}

.cat-last-next .next .text {
    max-width: 315px;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    margin-top: 9px;
}

@media only screen and (max-width: 1360px) {
    .cat-last-next .next .text {
       max-width: 262px;
    }
}

@media only screen and (max-width: 1220px) {
    .cat-last-next .next .text {
        max-width: 211px;
    }
}

@media only screen and (max-width: 1000px) {
    .cat-last-next .next .text {
        max-width: 80%;
    }
}

@media only screen and (max-width: 420px) {
    .cat-last-next .next .text {
        max-width: 70%;
    }
}

.cat-last-next .last {
    float: left;
    text-align: left;
}

.cat-arrow {
    color: #fff;
    background-color: #005c8c;
    padding: 0 7px 2px 9px;
    border-radius: 5px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.5rem;
    font-family: Play,sans-serif;
}

.cat-next-arrow {
}

.cat-last-arrow {
    transform: rotate(180deg);
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: none;
    color: #2e2f33;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    padding: 16px;
    width: 100%;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #2e2f33;
    opacity: 1;
    font-weight: 300;
}

::-webkit-input-placeholder {
    color: #2e2f33;
    font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #2e2f33;
    border-radius: 3px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    padding: 16px 24px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
    background-color: #13afdf;
    color: #fff;
}

.centric-pro-home .color-section button,
.centric-pro-home .color-section input[type="button"],
.centric-pro-home .color-section input[type="reset"],
.centric-pro-home .color-section input[type="submit"],
.centric-pro-home .color-section .button,
.centric-pro-home .color-section .more-link,
.site-header .widget-area button,
.site-header .widget-area input[type="button"],
.site-header .widget-area input[type="reset"],
.site-header .widget-area input[type="submit"],
.site-header .widget-area .button {
    background-color: #fff;
    color: #2e2f33;
}

.centric-pro-home .color-section button:hover,
.centric-pro-home .color-section input:hover[type="button"],
.centric-pro-home .color-section input:hover[type="reset"],
.centric-pro-home .color-section input:hover[type="submit"],
.centric-pro-home .color-section .button:hover,
.centric-pro-home .home-widgets .color-section .more-link:hover,
.site-header .widget-area button:hover,
.site-header .widget-area input:hover[type="button"],
.site-header .widget-area input:hover[type="reset"],
.site-header .widget-area input:hover[type="submit"],
.site-header .widget-area .button:hover {
    background-color: #2e2f33;
    color: #fff;
}

.centric-pro-home .dark-section button,
.centric-pro-home .dark-section input[type="button"],
.centric-pro-home .dark-section input[type="reset"],
.centric-pro-home .dark-section input[type="submit"],
.centric-pro-home .dark-section .button,
.centric-pro-home .dark-section .more-link,
.footer-widgets .wrap button,
.footer-widgets .wrap input[type="button"],
.footer-widgets .wrap input[type="reset"],
.footer-widgets .wrap input[type="submit"],
.footer-widgets .wrap .button {
    background-color: #484a4e;
    color: #fff;
}

.centric-pro-home .dark-section button:hover,
.centric-pro-home .dark-section input:hover[type="button"],
.centric-pro-home .dark-section input:hover[type="reset"],
.centric-pro-home .dark-section input:hover[type="submit"],
.centric-pro-home .dark-section .button:hover,
.footer-widgets button:hover,
.footer-widgets .wrap input:hover[type="button"],
.footer-widgets .wrap input:hover[type="reset"],
.footer-widgets .wrap input:hover[type="submit"],
.footer-widgets .wrap .button:hover {
    background-color: #eee;
    color: #2e2f33;
}

.centric-pro-home .dark-section .more-link:hover,
.content .button:hover,
.sidebar .button:hover {
    color: #fff;
}

.button {
    display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

.home-featured .more-link,
.home-widgets .more-link {
    background-color: #2e2f33;
    border-radius: 50px;
    color: #fff;
    display: block;
    display: table;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    margin: 20px auto 0;
    max-width: 200px;
    padding: 10px 24px;
    text-align: center;
    text-transform: uppercase;
}

.home-featured .more-link:hover,
.home-widgets .more-link:hover {
    background-color: #13afdf;
    color: #fff;
}

/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}

th {
    font-weight: 300;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
    margin: 0 auto;
    max-width: 1280px;
}

.site-inner {
    background-color: #fff;
    clear: both;
}

.centric-pro-landing .site-inner {
    margin: 80px auto;
    max-width: 800px;
    padding: 0 80px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
    float: right;
    padding: 5px 0 65px 0;
    width: 880px;
}

.centric-pro-home .content {
    padding: 0;
}

.content-sidebar .content {
    float: left;
}

.full-width-content .content {
    width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

/* Column Classes
    Link: http://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
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
    border-radius: 50%;
    float: left;
}

.alignleft .avatar,
.author-box .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
    /* margin-bottom: 40px; */
    font-size: .7em;
    margin: 0 0 0 0;
}

.archive-description {
    font-size: 24px;
}

.author-box {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 80px;
    padding-bottom: 80px;
}

.author-box-title {
    font-size: 18px;
    margin-bottom: 16px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.site-header .search-form {
    float: right;
    margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
    width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Titles
--------------------------------------------- */

.page-title {
    color: #fff;
    /*padding: 40px 0 40px;*/
    text-align: center;
    display: flex;
    align-items: center;
    height: 60vh;
}

.page-title .archive-title,
.page-title .entry-title {
    font-size: 60px;
    font-weight: 700;
    text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
}

.entry-title {
    font-size: 36px;
}

.content .entry-title a,
.sidebar .widget-title a {
    color: #2e2f33;
}

.entry-title a:hover,
.footer-widgets .featured-content .entry-title a:hover {
    color: #13afdf;
}

.widget-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.home-widgets .widget-title {
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.home-widgets .featuredpage .entry-title {
    font-size: 48px;
    font-weight: 300;
    line-height: 1.1;
}

.footer-widgets .widget-title {
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.footer-widgets .entry-title a,
.footer-widgets .featured-content .entry-title a {
    color: #fff;
}

/* WordPress
--------------------------------------------- */

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

a.alignnone {
    display: inline-block;
}

img.alignnone,
.alignnone {
    margin-bottom: 24px;
}

.wp-caption .option2 img.alignnone, .alignnone {
    margin-bottom: 0 !important;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.wp-caption-text {
    font-weight: 700;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.gallery-caption {
    margin: 0 0 10px;
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    margin-bottom: 40px;
    word-wrap: break-word;
}

.widget-area .widget:last-child {
    margin-bottom: 0;
}

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: none;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
    border: none;
    margin-bottom: 0;
}

.featuredpost .entry {
    margin-bottom: 30px;
}

.featured-content .entry-title a {
    color: #2e2f33;
}

.widget-area .featured-content .entry-title a:hover {
    color: #000;
}

.featured-content .entry-title {
    font-size: 20px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */


.enews-widget form {
    position: relative;
}

.enews-widget input,
.enews-widget input:focus {
    border: 1px solid #ddd;
}

.enews-widget input {
    font-size: 16px;
    margin-bottom: 16px;
}

.enews-widget input[type="email"] {
    margin-bottom: 0;
}

.enews-widget input[type="submit"] {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border: 1px solid #484a4e;
    bottom: 0;
    color: #fff;
    height: 53px;
    margin: 0;
    padding: 16px 24px;
    position: absolute;
    right: 0;
}

.enews-widget input:hover[type="submit"] {
    border-color: #fff;
    border-left-color: #484a4e;
}

.enews form + p {
    margin-top: 24px;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.home-widgets .tweet-text {
    display: block;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
}

.home-widgets .latest-tweets span a {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    padding-bottom: 2px;
    text-transform: uppercase;
}

.home-widgets .latest-tweets .tweet-details {
    display: block;
    line-height: 1;
}

.home-widgets .latest-tweets .tweet-details:before {
    content: "\f301";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 20px/1 'dashicons';
    margin-right: 10px;
    vertical-align: top;
}

.home-widgets .latest-tweets .last a {
    border: 2px solid #fff;
    display: inline-block;
    margin-top: 20px;
    padding: 16px 24px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.widget #genesis-responsive-slider,
.widget #genesis-responsive-slider .flexslider {
    background-color: transparent;
    border: none;
    padding: 0;
}

.widget #genesis-responsive-slider .slide-excerpt {
    background-color: #2e2f33;
    margin: 0;
    opacity: 0.9;
}

html > body .widget .slide-excerpt-border {
    border: none;
}

.widget #genesis-responsive-slider h2 a:hover {
    color: #ccc;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
    font-size: 18px;
    padding: 16px;
}

div.gform_wrapper .ginput_complex label {
    padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
    margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type=submit] {
    font-size: 16px;
    padding: 16px 24px;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons li a {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.simple-social-icons li a:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #fff;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 0px 15px 0px #666; /* #BABABA */
    -webkit-box-shadow: 0px 0px 15px 0px #666;
    -moz-box-shadow: 0px 0px 15px 0px #666;
    -o-box-shadow: 0px 0px 15px 0px #666;
}

.admin-bar .site-header {
    top: 32px;
}

.site-header .wrap {
    /*min-height: 160px;*/
    min-height: 100px;
}

.bumper {
    min-height: 100px;
}

.bumper.shrink {
    max-height: 70px !important;
    height: 70px;
    min-height: 70px;
}

.site-header .wrap {
    padding: 5px 0;
    max-width: 100%;
}

.site-header,
.site-header .wrap,
.site-description {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition:    all 0.4s ease-in-out;
    transition:         all 0.4s ease-in-out;
}

/* Title Area
--------------------------------------------- */

.title-area {
    padding: 0;
}

.header-full-width .title-area {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    height: 60px;
    margin-top: 5px;
}

.site-title {
    font-family: 'Spinnaker', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
}

.site-header .site-title a,
.site-header .site-title a:hover {
    color: #fff;
    letter-spacing: 2px;
    text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
    text-transform: uppercase;
}

.header-image .site-title > a {
    float: left;
    min-height: 80px;
    width: 100%;
}

.site-description {
    height: 0;
    text-indent: -9999px;
}

.site-description,
.site-title {
    margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
    display: block;
    text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
    color: #fff;
    float: right;
    text-align: right;
    padding-top: 10px;
    width: 540px;
}

.site-header .widget-area a,
.site-header .widget-area a:hover {
    color: #fff;
}

/* Shrink
--------------------------------------------- */

.site-header.shrink .wrap {
    background-color: rgba(255, 255, 255, 0.1);
    min-height: 70px;
    padding: 0 40px;
}

.shrink .site-title {
    font-size: 36px;
    padding-top: 10px;
}

.header-image .shrink .site-title {
    padding: 0;
}

.header-image .shrink .site-title > a {
    min-height: 60px;
}

.shrink .site-title a {
    /*background-size: 270px 60px !important;*/
    background-size: 150px 60px !important;
}

.site-header.shrink .widget-area {
    padding-top: 0;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    -webkit-font-smoothing: subpixel-antialiased;
    clear: both;
    font-size: 16px;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu li a {
    color: #fff;
    display: block;
    padding: 10px 22px;
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu .current-menu-item > a {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.genesis-nav-menu .sub-menu {
    background-color: #13afdf;
    left: -9999px;
    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: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 14px;
    padding: 10px;
    position: relative;
    width: 200px;
}

ul.genesis-nav-menu .sub-menu a:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.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 {
    color: #fff;
    float: right;
    list-style-type: none;
}

.genesis-nav-menu > .right > a {
    display: inline-block;
}

.genesis-nav-menu > .date {
    padding: 22px;
}

.genesis-nav-menu > .search {
    padding: 10px 0 0;
}

.genesis-nav-menu > .search input[type="search"] {
    font-size: 14px;
    padding: 12px 24px;
}

/*
.sub-menu {
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.27);
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.27);
}
*/

.sub-menu li {
    background-color: #1a6d98;
}

.sub-menu li:hover, .sub-menu li a:hover {
    background-color: #005c8c !important;
}

.genesis-nav-menu .sub-menu a {
    background-color: initial;
}

/* Mobile menu
--------------------------------------------- */
.mobile-menu-primary {
    height: 60px;
}

.mobile-menu-primary select {
    height: 60px;
    background-color: #004b7a;
    color: #fff;
    border: none;
    text-transform: uppercase;
    background: url(/wp-content/themes/centric-pro/images/hamburger-menu.png) right/35px 35px no-repeat;
    -webkit-appearance: none;
    outline: none;
    outline-style: none;
    box-shadow: none;
    font-size: 16px;
}

.mobile-menu-primary select:focus {
    outline: none !important;
}

.mobile-menu-primary select option {
    background-color: #fff;
    color: #000;
}

.mobile-menu-primary {
    display: none;
}

@media only screen and (max-width: 730px) {
    .mobile-menu-primary {
        display: block;
    }
    #menu-main-menu {
        display: none !important;
    }
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    position: relative;
    z-index: 98;
}

.nav-primary .genesis-nav-menu li .sub-menu,
.nav-primary {
    background-color: #2e2f33;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-widgets .widget {
    clear: both;
    margin: 0 auto;
    max-width: 1280px;
    padding: 40px 0;
    overflow: hidden;
    text-align: center;
}

.home-widgets .widget:first-child {
    padding-top: 140px;
}

.home-widgets .widget:last-child {
    padding-bottom: 140px;
}

.home-widgets .more-from-category,
.home-widgets .featured-content article ~ ul,
.home-widgets .featured-content article ~ .widget-title {
    clear: both;
}

.home-widgets .entry-content > p:last-child,
.home-featured .entry-content > p:last-child {
    margin-bottom: 0;
}

.home-heading-wrap, .home-heading-wrap img, .home-heading-wrap a {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
}

.centric-pro-home .color-section .entry-title a,
.centric-pro-home .color-section .widget-title,
.centric-pro-home .color-section a,
.centric-pro-home .color-section,
.centric-pro-home .dark-section .entry-title a,
.centric-pro-home .dark-section .widget-title,
.centric-pro-home .dark-section a,
.centric-pro-home .dark-section {
    color: #fff;
}

.centric-pro-home .color-section a:hover {
    color: #2e2f33;
}

.centric-pro-home .dark-section a:hover {
    color: #959595;
}

.home-featured .wrap {
    margin-top: -160px;
    max-width: 782px;
    display: table;
    text-align: center;
}

.home-featured .home-widgets-1 {
    display: inline-block;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 200px 0;
    font-size: 20px;
}

.home-widgets-1 h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
}

.arrow {
    margin: 0;
    text-align: center;
    width: 100%;
}

.arrow a {
    background: #fff;
    border-radius: 30px;
    display: inline-block;
    padding: 13px 10px 6px;
    text-align: center;
    line-height: 1;
}

.arrow a:before {
    -webkit-font-smoothing: antialiased;
    color: #000;
    content: "\f347";
    font: normal 40px/1 'dashicons';
    height: 40px;
    width: 40px;
}

.home-widgets-2 {
    background-color: #fff;
    position: relative;
    border-top: 60px solid transparent;
    margin-top: -60px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.home-widgets-2:before {
    content: "";
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
}

.home-widgets-4 {
    background-color: #2e2f33;
    color: #fff;
}

.home-widgets-5 {
    background: #f5f5f5;
}

.home-widgets .widget.featuredpage {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}

.home-widgets .featuredpage:nth-child(3n+2) {
    background: rgba(0,0,0,0.075);
}

.home-widgets .featuredpage:nth-child(3n+3) {
    background: rgba(0,0,0,0.025);
}

.home-widgets .featuredpage .widget-wrap {
    margin: 0 auto;
    max-width: 1280px;
    padding: 140px 0;
}

.home-widgets .featuredpage .entry .alignleft,
.home-widgets .featuredpage .entry .alignnone,
.home-widgets .featuredpage .entry .alignright {
    margin-bottom: -148px;
    margin-top: -140px;
}

.home-widgets .featuredpage .entry-content {
    display: inline;
    margin-bottom: 140px;
}

.home-widgets .featuredpost .entry {
    float: left;
    margin-left: 2.564102564102564%;
    width: 31.623931623931625%;
}

.home-widgets .featuredpost .entry:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.home-widgets .featuredpost .entry:nth-of-type(3n+1) {
    clear: both;
    margin-left: 0;
}

.ags-product-table {
    text-align: center;
}

.product-column {
    display: inline-block;
    margin: 5px;
    max-width: 300px;
    width: 100%;
    padding-top: 20px;
    vertical-align: top;
}

.pricing-table {
    color: #2e2f33;
    line-height: 1;
    text-align: center;
}

.pricing-table .one-third,
.pricing-table .one-forth
 {
    background-color: #fff;
    border: 2px solid #000;
    margin: 0 -2px;
    padding: 40px;
}

.pricing-table .one-third:nth-child(3n+1),
.pricing-table .one-forth:nth-child(4n+1) {
    clear: both;
    margin: 20px 0 20px 2.564102564102564%;
}

.pricing-table .one-third:nth-child(3n+3),
.pricing-table .one-forth:nth-child(4n+4) {
    margin: 20px 2.564102564102564% 20px 0;
}

.pricing-table .one-forth {
    display: inline-block;
}

.pricing-table .price-heading {
    border-bottom: 2px solid #2e2f33;
    margin: -40px -40px 40px;
    padding: 40px;
}

.pricing-table .price-title {
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.pricing-table .price {
    text-transform: uppercase;
}

.pricing-table .amt {
    font-size: 80px;
    line-height: 0.8;
}

.pricing-table .sup {
    vertical-align: top;
    font-weight: 700;
}

.pricing-table .sub {
    vertical-align: bottom;
    letter-spacing: 2px;
    font-weight: 700;
}

.pricing-table ul {
    margin-bottom: 30px;
}

.pricing-table li {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

/* Entries
--------------------------------------------- */

.entry {
    margin-bottom: 80px;
}

.post {
    border-bottom: 1px solid #e5e5e5;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 28px;
    margin-left: 40px;
}

.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 code {
    background-color: #2e2f33;
    color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: .7em;
    line-height: 1.25;
    margin-bottom: 0;
}

.entry-header .entry-meta {
    margin-bottom: 24px;
    padding-bottom: 15px;
    margin-top: -5px;
}

.entry-footer .entry-meta {
    padding-bottom: 80px;
    padding-top: 20px;
    margin-left: 20px;
}

.entry-categories,
.entry-tags {
    display: block;
    line-height: 1.25;
}

.entry-categories::before,
.entry-comments-link::before,
.entry-tags::before,
.entry-time::before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    /* font: normal 20px/1 'dashicons'; */
    font-family: Roboto;
    margin-right: 10px;
    vertical-align: top;
    color:#ccc;
}

.entry-comments-link::before {
    content: "›";
    margin-left: 20px;
}

.entry-categories::before {
    content: "›";
}

.entry-tags::before {
    content: "›";
}

.entry-time::before {
    content: "›";
    margin-left: 20px;
}


/* After Entry
--------------------------------------------- */

.after-entry {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 80px;
    padding: 0 0 80px;
}

.after-entry li {
    list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
    margin: 40px 0;
    width: 100%;
    display: block;
    float: left;
    text-align: center;

}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #2e2f33;
    border-radius: 3px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
    background-color: #13afdf;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 80px;
}

.entry-comments,
.entry-pings {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 80px;
}

li.comment {
    border-left: 1px solid #e5e5e5;
}

.comment-content {
    clear: both;
}

.comment-list li {
    margin-top: 24px;
    padding: 40px;
}

.comment-list li li {
    margin-right: -40px;
}

.comment-header a {
    color: #2e2f33;
}

.comment-header a:hover {
    color: #13afdf;
}

.comment-author,
.comment-reply-link {
    font-weight: 700;
}

.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;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.entry-pings .reply {
    display: none;
}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    border-left: 1px solid #e5e5e5;
    font-size: 16px;
    margin-bottom: 0;
    padding: 72px 0;
}

.sidebar-content .sidebar {
    border: none;
    border-right: 1px solid #e5e5e5;
    text-align: right;
}

.sidebar li {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sidebar ul > li:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    padding: 0 40px;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #2e2f33;
    clear: both;
    padding-top: 140px;
}

.footer-widgets,
.footer-widgets a {
    color: #959595;
}

.footer-widgets a:hover {
    color: #fff;
}

.footer-widgets input {
    border-color: #fff;
}

.footer-widgets li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.footer-widgets p:last-child {
    margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: 140px;
}

.footer-widgets-4 {
    width: 540px;
}

.footer-widgets-1,
.footer-widgets-2 {
    margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    float: left;
}

.footer-widgets-4 {
    float: right;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #2e2f33;
    color: #959595;
    font-size: 12px;
    font-weight: 700;
    padding: 40px 0 8%;
}

.site-footer,
.site-footer a {
    color: #959595;
}

.site-footer a:hover {
    color: #fff;
}

.site-footer p {
    margin-bottom: 0;
}

.creds, .footer-links {
    text-align: center;
    padding-bottom: 30px;
}

.footer-creds-wrap {
    width: 100%;
    background-color: #4F5057;
    position: relative;
}

.footer-creds {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-creds img {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}

.footer-creds a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.footer-creds > .grid {
    height: 150px;
}

.footer-creds-wrap a {
    background-image: url(/wp-content/themes/centric-pro/images/footer-creds-052722.png);
    height: 150px;
    margin: 0 auto;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 875px) and (min-width: 783px) {
    .footer-creds-wrap .scale {
        transform: scale(0.8);
    }
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Centric Charcoal
--------------------------------------------- */

.centric-pro-charcoal .genesis-nav-menu .sub-menu,
.centric-pro-charcoal {
    background-color: #656d78;
}

.centric-pro-charcoal .entry-title a:hover,
.centric-pro-charcoal .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-charcoal a,
.charcoal {
    color: #656d78;
}

.centric-pro-charcoal .button,
.centric-pro-charcoal .footer-widgets a:hover,
.centric-pro-charcoal .site-footer a:hover {
    color: #fff;
}

.centric-pro-charcoal a:hover {
    color: #2e2f33;
}

.centric-pro-charcoal .footer-widgets a,
.centric-pro-charcoal .site-footer a {
    color: #959595;
}

.centric-pro-charcoal .archive-pagination .active a,
.centric-pro-charcoal .archive-pagination li a:hover,
.centric-pro-charcoal .button:hover,
.centric-pro-charcoal .home-widgets .more-link:hover,
.centric-pro-charcoal .site-header,
.centric-pro-charcoal button:hover,
.centric-pro-charcoal input:hover[type="button"],
.centric-pro-charcoal input:hover[type="reset"],
.centric-pro-charcoal input:hover[type="submit"] {
    background-color: #656d78;
    color: #fff;
}

/* Centric Green
--------------------------------------------- */

.centric-pro-green .genesis-nav-menu .sub-menu,
.centric-pro-green {
    background-color: #37bc9b;
}

.centric-pro-green .entry-title a:hover,
.centric-pro-green .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-green a,
.green {
    color: #37bc9b;
}

.centric-pro-green .button,
.centric-pro-green .footer-widgets a:hover,
.centric-pro-green .site-footer a:hover {
    color: #fff;
}

.centric-pro-green a:hover {
    color: #2e2f33;
}

.centric-pro-green .footer-widgets a,
.centric-pro-green .site-footer a {
    color: #959595;
}

.centric-pro-green .archive-pagination .active a,
.centric-pro-green .archive-pagination li a:hover,
.centric-pro-green .button:hover,
.centric-pro-green .home-widgets .more-link:hover,
.centric-pro-green .site-header,
.centric-pro-green button:hover,
.centric-pro-green input:hover[type="button"],
.centric-pro-green input:hover[type="reset"],
.centric-pro-green input:hover[type="submit"] {
    background-color: #37bc9b;
    color: #fff;
}

/* Centric Orange
--------------------------------------------- */

.centric-pro-orange .genesis-nav-menu .sub-menu,
.centric-pro-orange {
    background-color: #e9573f;
}

.centric-pro-orange .entry-title a:hover,
.centric-pro-orange .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-orange a,
.orange {
    color: #e9573f;
}

.centric-pro-orange .button,
.centric-pro-orange .footer-widgets a:hover,
.centric-pro-orange .site-footer a:hover {
    color: #fff;
}

.centric-pro-orange a:hover {
    color: #2e2f33;
}

.centric-pro-orange .footer-widgets a,
.centric-pro-orange .site-footer a {
    color: #959595;
}

.centric-pro-orange .archive-pagination .active a,
.centric-pro-orange .archive-pagination li a:hover,
.centric-pro-orange .button:hover,
.centric-pro-orange .home-widgets .more-link:hover,
.centric-pro-orange .site-header,
.centric-pro-orange button:hover,
.centric-pro-orange input:hover[type="button"],
.centric-pro-orange input:hover[type="reset"],
.centric-pro-orange input:hover[type="submit"] {
    background-color: #e9573f;
    color: #fff;
}

/* Centric Purple
--------------------------------------------- */

.centric-pro-purple .genesis-nav-menu .sub-menu,
.centric-pro-purple {
    background-color: #987197;
}

.centric-pro-purple .entry-title a:hover,
.centric-pro-purple .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-purple a,
.purple {
    color: #987197;
}

.centric-pro-purple .button,
.centric-pro-purple .footer-widgets a:hover,
.centric-pro-purple .site-footer a:hover {
    color: #fff;
}

.centric-pro-purple a:hover {
    color: #2e2f33;
}

.centric-pro-purple .footer-widgets a,
.centric-pro-purple .site-footer a {
    color: #959595;
}

.centric-pro-purple .archive-pagination .active a,
.centric-pro-purple .archive-pagination li a:hover,
.centric-pro-purple .button:hover,
.centric-pro-purple .home-widgets .more-link:hover,
.centric-pro-purple .site-header,
.centric-pro-purple button:hover,
.centric-pro-purple input:hover[type="button"],
.centric-pro-purple input:hover[type="reset"],
.centric-pro-purple input:hover[type="submit"] {
    background-color: #987197;
    color: #fff;
}

/* Centric Red
--------------------------------------------- */

.centric-pro-red .genesis-nav-menu .sub-menu,
.centric-pro-red {
    background-color: #e14d43;
}

.centric-pro-red .entry-title a:hover,
.centric-pro-red .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-red a,
.red {
    color: #e14d43;
}

.centric-pro-red .button,
.centric-pro-red .footer-widgets a:hover,
.centric-pro-red .site-footer a:hover {
    color: #fff;
}

.centric-pro-red a:hover {
    color: #2e2f33;
}

.centric-pro-red .footer-widgets a,
.centric-pro-red .site-footer a {
    color: #959595;
}

.centric-pro-red .archive-pagination .active a,
.centric-pro-red .archive-pagination li a:hover,
.centric-pro-red .button:hover,
.centric-pro-red .home-widgets .more-link:hover,
.centric-pro-red .site-header,
.centric-pro-red button:hover,
.centric-pro-red input:hover[type="button"],
.centric-pro-red input:hover[type="reset"],
.centric-pro-red input:hover[type="submit"] {
    background-color: #e14d43;
    color: #fff;
}

/* Centric Yellow
--------------------------------------------- */

.centric-pro-yellow .genesis-nav-menu .sub-menu,
.centric-pro-yellow {
    background-color: #f6bb42;
}

.centric-pro-yellow .entry-title a:hover,
.centric-pro-yellow .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-yellow a,
.yellow {
    color: #f6bb42;
}

.centric-pro-yellow .button,
.centric-pro-yellow .footer-widgets a:hover,
.centric-pro-yellow .site-footer a:hover {
    color: #fff;
}

.centric-pro-yellow a:hover {
    color: #2e2f33;
}

.centric-pro-yellow .footer-widgets a,
.centric-pro-yellow .site-footer a {
    color: #959595;
}

.centric-pro-yellow .archive-pagination .active a,
.centric-pro-yellow .archive-pagination li a:hover,
.centric-pro-yellow .button:hover,
.centric-pro-yellow .home-widgets .more-link:hover,
.centric-pro-yellow .site-header,
.centric-pro-yellow button:hover,
.centric-pro-yellow input:hover[type="button"],
.centric-pro-yellow input:hover[type="reset"],
.centric-pro-yellow input:hover[type="submit"] {
    background-color: #f6bb42;
    color: #fff;
}

/* Scott's Changes
--------------------------------------------- */
.sidebar {
    font-size: .7em;
    line-height: 1.1em;
}
.sidebar li {
    margin-bottom: .2em;
    padding-bottom: .2em;
}
h4.widget-title.widgettitle{
    margin-top: .7em;
    margin-bottom: .4em;
}

.popmake-content ol,
.popmake-content ul {
    margin-bottom: 28px;
    margin-left: 40px;
}

.popmake-content ol > li {
    list-style-type: decimal;
}

.popmake-content ul > li {
    list-style-type: disc;
    padding-bottom: .5em;
}

.popmake-content ol ol,
.popmake-content ul ul {
    margin-bottom: 0;
}

.no-bottom-margin {
    margin-bottom: 0px !important;
}

.no-top-margin {
    top-bottom: 0px !important;
}

.g-form-1 {
    font-size: 120%;
    font-weight: 700;
    line-height: 120%;
    font-style: italic;
}

.wbg {
    background-color: #fff;
    padding: 15px;
}

/* Vertical space for [spacerNN] shorcodes
--------------------------------------------- */
.spacer-1 {
    margin-bottom: 15px;
}
.spacer-2 {
    margin-bottom: 30px;
}
.spacer-3 {
    margin-bottom: 45px;
}
.spacer-15 {
    margin-bottom: 15px;
}
.spacer-30 {
    margin-bottom: 30px;
}
.spacer-45 {
    margin-bottom: 45px;
}
.spacer-60 {
    margin-bottom: 60px;
}
.spacer-75 {
    margin-bottom: 75px;
}

/* Search
--------------------------------------------- */

.footer-shade {
    width: 100%;
    min-height: 12px;
    border: 0;
    background: -moz-linear-gradient(top, rgba(185,185,185,1) 0%, rgba(220,220,220,0.75) 45%, rgba(245,245,245,.9), rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(185,185,185,1) 0%, rgba(220,220,220,0.75) 45%, rgba(245,245,245,.9), rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(185,185,185,1) 0%, rgba(220,220,220,0.75) 45%, rgba(245,245,245,.9), rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.blurb-1 {
    font-size: 1.5rem;
    font-weight: 400;
    /* font-family: Play, sans-serif; */
    font-style: italic;
    line-height: 1.95rem;
    text-align: center;
    /* color: #005c8c; */
    margin: 25px 0 33px 0;
}

.tmenu-body {
    font-size: 1rem;
    margin: 0 0px;
}

div.tmenu {
    min-width: 100%;
    margin: 22px 0 20px 0;
    padding-bottom: 4px;

    /* border-top: 1px solid #dfcdb1;*/
    /* background: rgb(234,222,203);*/ /* Old browsers */
    /* background: -moz-linear-gradient(top, rgba(234,222,203,1) 1%, rgba(255,255,255,1) 100%);*/ /* FF3.6-15 */
    /* background: -webkit-linear-gradient(top, rgba(234,222,203,1) 1%,rgba(255,255,255,1) 100%);*/ /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to bottom, rgba(234,222,203,1) 1%,rgba(255,255,255,1) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eadecb', endColorstr='#ffffff',GradientType=0 );*/ /* IE6-9 */

    /* background: #cbad7d; */
    background-color: #dac5a4;
    background-image: url('/wp-content/themes/centric-pro/images/diagonal-lines-eadecb.svg');

}

.tmenu-1 a, .tmenu-1::after {
    /* color: #005c8c; */
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.5rem;
    font-family: Play, sans-serif;
    margin-left: 15px;
}

.tmenu-1::after {
    margin-left: 0;
    content: " >";
    color: rgb(142, 142, 142);
}

.tmenu-1 a:hover {
    color: #669dba;
}


.tmenu-2 a {
    color: #005c8c;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.5rem;
    font-family: Play, sans-serif;
    margin-left: 15px;
    /* text-shadow: .5px .5px 0px #005181; */
}

.tmenu-2 a:hover {
    color: #669dba;
}

.entry {
    margin-bottom: 15px;
}

div#identity-block .info form {
    display: inline;
}


/* ------------------------------------------ */

.nav-primary {
    background-color: #005c8c; /* #cbad7d */
    text-align: center;
}

.one-half.teaser {
    width: auto !important;
    margin-left: auto !important;
    float: initial !important;
}

.one-half.teaser.first.post {
    border-bottom: auto !important;
}


#identity-block, #identity-block-tablet {
    position: relative;
    max-width: 1280px;
    min-height: 88px;
    /* border: 1px solid black; */
    margin: 0 auto;
}

div#identity-block .logo img,
div#identity-block-tablet .logo img {
    /* selector works */
    float: left;
    white-space: nowrap;
    width: 241px;
    /* width: 250px; */
}

#identity-block-tablet, #identity-block-mobile,
#identity-block-mobile .search-form {
    display: none;
}

div#identity-block .info-container {
    display: inline-block;
    float: right;
    height: 90px;
    width: 550px;
}

div#identity-block .info {
    /* selector works */
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 1.6rem;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: Play;
    text-align: right;
    max-height: 88px;
}

div#identity-block .info a {
    /* color: #cbad7d; */
}

div#identity-block .header-buttons {
    /* selector works */
    float: right;
    display: inline-block;
    padding: 0;
    /* margin-left: 350px; */
    font-size: 1.1rem;
    text-align: right;
}

.header-search {
    display: block;
    overflow: hidden;
}

.header-search .search-form {
    width: 100%;
    height: 60px;
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.header-search input[value="Search"] {
    background: url(/wp-content/themes/centric-pro/images/header-icon-search-03-25px.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 25px;
    padding: 0;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-indent: -9999px;
    float: right;
    margin-top: 17px;
    margin-left: -27px;
    position: absolute;
}

.header-search input[type="search"] {
    display: inline-block;
    float: left;
    width: 100%;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #005c8c;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.header-search:hover input[type="search"], .header-search input[type="search"]:focus,
.header-search input[type="search"]:not([placeholder="Search this website"]) {
    opacity: 1;
}

/* make 'professionals' menu item stand out */
.for-pros.menu-item > a,
.pro.menu-item > a {
    background-color: #F7B512;
    border-radius: 10px;
    color: #005c8c;
    padding: 7px 22px 7px 22px;
    font-weight: bold;
}

/* Possible fix for trying to adhere to Google Material  */
/* use this to style: <hr class="g-material-border">     */
/* add the <hr... at top of footer instead of shadow-box */
/* around the containing div                             */
.g-material-border {
    margin: 25px 0;
    height: 6px;
    border: 0;
    background: -moz-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(234,234,234,0.38) 52%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(228,228,228,1) 0%,rgba(234,234,234,0.38) 52%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(228,228,228,1) 0%,rgba(234,234,234,0.38) 52%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.bogus-class {
    text-align: left;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1360px) {

    .home-widgets .featuredpage .widget-wrap,
    .home-widgets .widget,
    .wrap {
        max-width: 1140px;
    }

    .content
 {
        width: 740px;
    }

    .home-widgets .featuredpage .entry .alignleft,
    .home-widgets .featuredpage .entry .alignnone,
    .home-widgets .featuredpage .entry .alignright {
        max-width: 70%;
    }

    .home-widgets .featuredpage .widget-wrap {
        padding: 100px 0;
    }

    .home-widgets .featuredpage .entry .alignleft,
    .home-widgets .featuredpage .entry .alignnone,
    .home-widgets .featuredpage .entry .alignright {
        margin-bottom: -108px;
        margin-top: -100px;
    }

    .home-widgets .featuredpage .entry-content {
        margin-bottom: 100px;
    }

}

@media only screen and (max-width: 1220px) {

    .home-widgets .featuredpage .widget-wrap,
    .home-widgets .widget,
    .wrap {
        max-width: 960px;
    }

    .content
 {
        width: 620px;
    }

    .sidebar-primary {
        width: 300px;
    }

    .footer-widgets-1,
    .footer-widgets-2 {
        margin-right: 30px;
    }

    .footer-widgets-4 {
        width: 450px;
    }

    .home-widgets .featuredpage .widget-wrap {
        padding: 80px 40px;
    }

    .home-widgets .widget:first-child {
        padding-top: 80px;
    }

    .home-widgets .widget:last-child {
        padding-bottom: 80px;
    }

    .home-widgets .featuredpage:first-child .widget-wrap {
        padding-top: 0;
    }

    .home-widgets .featuredpage:last-child .widget-wrap {
        padding-bottom: 0;
    }

    .home-widgets .featuredpage .entry .alignleft,
    .home-widgets .featuredpage .entry .alignnone,
    .home-widgets .featuredpage .entry .alignright {
        max-width: 100%;
        margin: 0 auto 40px;
    }

}

@media only screen and (max-width: 1023px) {

    #identity-block-tablet .info {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    #identity-block-tablet {
        display: block;
    }

    #identity-block {
        display: none;
    }

    .header-search .search-form {
        padding-left: 20px;
        padding-right: 0;
    }

    .header-search input[type="search"] {
        opacity: 1;
    }

    .header-search {
        float: right;
        width: 55%;
    }

    .info-container {
        display: inline-block;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        margin-top: 10px;
    }

    .wrap {
        max-width: 782px;
    }

    .content
,
    .sidebar-primary,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }

    .home-widgets .widget,
    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    .site-header .wrap {
        padding: 20px 5% 0;
    }

    .site-header.shrink .wrap {
        padding: 0px 5%;
    }

    .header-image .site-title > a {
        background-position: top !important;
    }

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-header .title-area,
    .site-header .search-form,
    .site-title {
        text-align: center;
    }

    .genesis-nav-menu a,
    .genesis-nav-menu > .first > a,
    .genesis-nav-menu > .last > a {
        padding: 20px 16px;
    }

    .site-header .search-form {
        margin: 16px auto;
    }

    .genesis-nav-menu li.right {
        display: none;
    }

    .page-title {
        padding: 0 40px 40px;
    }

    .home-widgets .featuredpage .entry-title,
    .home-widgets-1 h1,
    .page-title .archive-title,
    .page-title .entry-title {
        font-size: 36px;
    }

    .content
 {
        padding-bottom: 0;
    }

    .sidebar {
        border: none;
        margin: 0;
        padding: 0 0 80px;
    }

    .sidebar .widget {
        padding: 0;
    }

    .footer-widgets {
        padding-top: 80px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        margin-bottom: 20px;
        width: 200px;
    }

    .footer-widgets-4 {
        width: 100%;
    }

    .header-search {
        float: right;
        width: 60%;
    }

    .bumper {
        height: 196px;
    }

}

@media only screen and (max-width: 782px) {

    body {
        font-size: 16px;
    }

    .site-header .wrap {
        min-height: 100px;
    }

    .admin-bar .site-header {
        top: 46px;
        z-index: 499;
    }

    .responsive-menu {
        display: none;
    }

    #responsive-menu-icon {
        display: block;
    }

    .site-header .site-title {
        font-size: 40px;
    }

    .shrink .site-title {
        font-size: 24px;
    }

    .shrink .site-title a,
    .shrink .site-title a:hover {
        text-shadow: 2px 2px rgba( 0, 0, 0, 0.1 );
    }

    .pricing-table .one-third,
    .pricing-table .one-third:nth-child(3n+1),
    .pricing-table .one-third:nth-child(3n+3) {
        margin: 0;
    }

    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .site-header {
        padding: 0;
    }

    .archive-description,
    .author-box,
    .comment-respond,
    .content
 .entry,
    .entry-comments,
    .entry-pings,
    .sidebar .widget {
        box-shadow: none;
    }

    .archive-pagination li a {
        margin-bottom: 4px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width: 100%;
    }

    .five-sixths,
    .four-sixths,
    .home-widgets .featuredpost .entry,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .one-fifth,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }

    .home-widgets-1 h1,
    .page-title  .archive-title,
    .page-title .entry-title {
        font-size: 30px;
    }

    .home-featured .entry-content > p:last-child,
    .home-widgets .entry-content > p:last-child {
        margin-bottom: 28px;
    }

    .home-widgets .featuredpage .widget-wrap {
        padding: 60px 40px 32px;
    }

    .content,
    .footer-widgets,
    .home-widgets .widget:first-child {
        padding-top: 60px;
    }

    .home-widgets .widget:last-child,
    .sidebar {
        padding-bottom: 60px;
    }

    .home-featured .home-widgets-1 {
        padding: 120px 0 60px;
    }

    .arrow a:before {
        font-size: 20px;
        height: 20px;
        width: 20px;
    }
}

@media only screen and (max-width: 700px) {
    #identity-block-mobile {
        width: 100%;
    }

    #identity-block-tablet {
        display: none;
    }

    #identity-block-mobile {
        display: inline-block;
    }

    #identity-block-mobile .logo {
        height: 55px;
        width: 150px;
        display: inline-block;
        float: left;
    }

    #identity-block-mobile .logo img {
        height: 55px;
    }

    #identity-block-mobile .contact {
        display: inline-block;
        width: 225px;
        margin-left: 20px;
    }

    #identity-block-mobile .contact a[href^="mailto"] {
        font-size: 21px;
    }

    #search-button-mobile {
        background: url(/wp-content/themes/centric-pro/images/header-icon-search-03-25px.jpg);
        width: 30px;
        height: 25px;
        background-repeat: no-repeat;
        display: inline-block;
        float: right;
        cursor: pointer;
    }

    .hardware-clipper, .estimate-clipper, .brochure-clipper {
        display: inline-block;
        height: 25px;
        overflow: hidden;
        margin: 0 5px;
    }

    .hardware-clipper img, .brochure-clipper img, .estimate-clipper img {
        height: 25px;
        width: 174px;
        max-width: 174px;
    }
    .hardware-clipper {
        width: 135px;
    }

    .estimate-clipper {
        width: 86px;
    }

    .brochure-clipper {
        width: 91px;
    }

    .hardware-clipper img {
        margin-left: -20px;
    }

    .estimate-clipper img {
        margin-left: -82px;
    }

    .brochure-clipper img {
        margin-left: -59px;
    }

    .search-form {
        display: block !important;
        margin: 0 !important;
        padding: 0 20px !important;
    }

    .header-search {
        width: 100%;
        height: 80px;
        background-color: #fff;
    }

    .mobile-search {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        display: none;
    }

    .bumper {
        height: 122px;
    }

    #header-separator {
        display: none;
    }
}

@media only screen and (max-width: 520px) {
    .contact {
        font-size: 12px;
    }

    #identity-block-mobile .contact a[href^="mailto"] {
        font-size: 15px;
    }

    #identity-block-mobile .contact {
        width: 170px;
    }

    .site-header {
        position: relative;
    }

    .bumper {
        display: none;
    }
}

@media only screen and (max-width: 480px) {

    body,
    .home-featured .home-widgets-1 {
        font-size: 16px;
    }

    .header-image .site-title > a {
        background-size: contain !important;
    }

    .header-image .bumper {
        min-height: 180px;
    }
    .breadcrumb {
        margin: 0 0 15px 0;
    }
    .content {
        padding-top: 5px;
    }
    .entry-title h1 {
        margin-top: 0px;
        text-align: center;
    }
    h1.entry-title {
        margin-top: 0px;
        text-align: center;
    }
}

@media only screen and (max-width: 430px) {
    #search-button-mobile {
        top: 5px;
        position: absolute;
        right: 5px;
    }

    #identity-block-mobile .contact {
        width: 175px;
        margin-left: 10px;
    }

    #identity-block-mobile .logo img,
    #identity-block-mobile .logo {
        height: 36.6px;
        width: 98px;
    }

    #identity-block-mobile .info {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        width: 100%;
        outline: 1px solid transparent;
    }

    .site-header .wrap {
        padding: 5px 5px;
    }
}

@media only screen and (max-width: 330px) {

}