/*
Theme Name: Atrium Roofing
Theme URI: https://www.atriumroofing.com/
Description: Atrium Roofing
Author: Suremak
Author URI: https://www.surefirelocal.com/

Version: 2.7.0

Tags: accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: https://www.atriumroofing.com/
*/


/* Table of Contents
- HTML5 Reset- Baseline Normalize- Box Sizing- Float Clearing
- Defaults- Typographical Elements- Headings- Objects- Gallery- Forms- Tables- Screen Reader Text
- Structure and Layout- Site Container- Site Inner
- Common Classes- Avatar- Genesis- Search Form- Titles- WordPress
- Widgets- Featured Content
- Plugins- Genesis eNews Extended- Genesis Simple FAQ
- Skip Links
- Site Header- Title Area
- Site Navigation- Responsive Menu- Header Menu- Footer Menu
- Content Area- Entry Content- Entry Meta- Pagination- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries- Min-width: 960px- Site Header- Genesis Menu- Responsive Menu- Header Menu- Site Inner- Content- Sidebar- Author Box- After Entry- Entry Misc.- Footer Widgets
- Print Styles
*/


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


/* Normalize v8.0.0 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */


/* stylelint-disable */


/* button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none} */


/* stylelint-enable */


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

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}


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

.author-box::before,
.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,
.widget::before,
.wrap::before {
    content: " ";
    display: table;
}

.author-box::after,
.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,
.widget::after,
.wrap::after {
    clear: both;
    content: " ";
    display: table;
}


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

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Lato', sans-serif;
    color: #000000;
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    display: block;
    background-color: #fff;
    margin: 0 auto;
    overflow-x: hidden;
    height: 100%;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    transition: all 0.2s ease-in-out;
}

a {
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    color: #204d77;
    text-decoration: none;
    outline: none !important;
}

a:focus,
a:hover {
    color: #204d77;
    text-decoration: none;
}

p {
    margin: 0 0 30px;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

hr {
    border: none;
    border-collapse: collapse;
    border-top: 1px solid #fff;
    clear: both;
    margin: 5px 0;
}

b,
strong {
    font-weight: 600;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

mark {
    background: #ddd;
    color: #333;
}

blockquote {
    margin: 30px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 15px;
}

h1 {
    font-size: 40px;
    color: #204d77;
}

h2 {
    font-size: 30px;
    color: #204d77;
}

h3 {
    font-size: 25px;
    color: #204d77;
}

h4 {
    font-size: 20px;
    color: #204d77;
}

h5 {
    font-size: 20px;
    color: #204d77;
}

.entry-content ul.list-two-col {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.entry-content ul.list-two-col li {
    margin-left: 20px;
}

.full-width-content .content {
    width: 100%;
}

.after-entry,
.archive-description,
.author-box,
.comment-respond,
.entry,
.entry-comments,
.entry-pings {
    margin-bottom: 20px;
}


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

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
    vertical-align: top;
}

figure {
    margin: 0;
}


/* Gallery
--------------------------------------------- */

/* Gallery Slider Grid Style */

.gallery-slider ul li {
    list-style: none;
}
ul.grid-gallery li.col-three a:hover:after,
ul.grid-gallery li.col-four a:hover:after,
ul.gallery-images-category li.col-three a:hover:after,
ul.gallery-images-category li.col-four a:hover:after,
ul.navigation-gallery li a:hover:after,
ul.before-after-image-list li a:hover:after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
    position: absolute;
    cursor: pointer;
}
ul.grid-gallery li.col-three a:hover:before,
ul.grid-gallery li.col-four a:hover:before,
ul.gallery-images-category li.col-three a:hover:before,
ul.gallery-images-category li.col-four a:hover:before,
ul.navigation-gallery li a:hover:before,
ul.before-after-image-list li a:hover:before {
    content: "\f00e";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    color: #fff;
    font-size: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
ul.grid-gallery .col-four,
ul.grid-gallery .col-three,
ul.grid-gallery .col-two,
ul.grid-gallery .col-one {
    margin-bottom: 20px;
}
ul.grid-gallery .col-four,
ul.grid-gallery .col-three,
ul.gallery-images-category .col-four,
ul.gallery-images-category .col-three {
    position: relative;
    overflow: hidden;
    background-color: #ccc;
}
.gallery-title.center-text {
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 400;
}
ul.grid-gallery .col-four img,
ul.grid-gallery .col-three img,
ul.gallery-images-category .col-four img,
ul.gallery-images-category .col-three img {
    width: 100%;
}

/* Gallery Slider With Navigation Style */

.gallery-slider ul.navigation-gallery {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
    display: block;
    position: relative;
    height: 300px;
    overflow: hidden;
    padding: 0;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.gallery-slider ul.navigation-gallery li {
    overflow: hidden !important;
    display: block;
    position: absolute !important;
    height: 300px;
    left: 0px !important;
    background-color: #ccc;
}
.gallery-slider ul.navigation-gallery li img {
    overflow: hidden !important;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.gallery-slider ul.image-nav {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
}
.gallery-slider ul.image-nav li {
    margin: 5px;
    background: #ccc;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.gallery-control {
    position: relative;
}
.gal-btn-control .left-control,
.gal-btn-control .right-control {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.50);
    color: #fff;
    z-index: 1;
    top: 0;
    cursor: pointer;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gal-btn-control .left-control:hover,
.gal-btn-control .right-control:hover {
    background-color: rgba(0, 0, 0, 1);
}
.gal-btn-control .left-control {
    left: 0;
}
.gal-btn-control .right-control {
    right: 0;
}
.gallery-control {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    display: block;
}
ul.image-nav li img {
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
ul.image-nav li.slick-slide.slick-current img,
ul.image-nav li img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
ul.image-display div li img {
    margin: 0 auto;
    max-height: 500px;
    width: auto;
}

ul.image-nav .left-slick.slick-arrow {
    position: absolute;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 30px;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
}

ul.image-nav .right-slick.slick-arrow {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 30px;
    background: rgba(0, 0, 0, 0.5);
}

ul.image-nav .left-slick.slick-arrow i {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    color: #fff;
    left: 10px;
}

ul.image-nav .right-slick.slick-arrow i {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    color: #fff;
    right: 10px;
}

ul.image-display-grid,
ul.gallery-images-category {
    text-align: center;
}

.gallery-slider ul {
    padding-left: 0 !important;
    text-align: center;
}

/* Category Gallery */

.gallery-loader {
    text-align: center;
}
ul.gallery-images-category .col-four,
ul.gallery-images-category .col-three,
ul.gallery-images-category .col-two,
ul.gallery-images-category .col-one {
    margin-bottom: 20px;
}
ul.category-name li {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #000;
    cursor: pointer;
    color: #7f7f7f;
    background-color: #ffffff;
}
ul.category-name li:hover {
    background-color: #204d77;
    color: #204d77;
}
ul.category-name li.active {
    background-color: #204d77;
    color: #204d77;
}

#fancybox-content {
    overflow: hidden !important;
}

/* Before And After Gallery */

.gallery-images-before-after .wrap .container {
    width: 100%;
    max-width: 850px;
    display: block;
    margin: 0 auto;
}
.gallery-slider ul.before-after-image-list li {
    padding: 2px;
    background-color: #ccc;
    margin: 5px;
    position: relative;
    height: 270px;
    overflow: hidden;
}
.gallery-slider ul.before-after-image-list li img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
}
.gallery-slider ul.before-after-image-list li img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
}
.baf-btn-control .left-control,
.baf-btn-control .right-control {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 6px 13px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.70);
    border-radius: 50%;
    color: #fff;
}
.baf-btn-control .left-control {
    left: 5px;
}
.baf-btn-control .right-control {
    right: 5px;
}
.gallery-slider ul.before-after-image-list li span {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 0;
}
.gallery-slider ul.before-after-image-list,
.gallery-slider ul.image-nav {
    display: none;
}
.gallery-slider ul.before-after-image-list.slick-initialized,
.gallery-slider ul.image-nav.slick-initialized {
    display: block;
    padding: 0;
}


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

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 10px;
    width: 100%;
    overflow: hidden;
}

input:focus,
textarea:focus,
select:focus {
    border: 1px solid transparent;
    outline: none;
    color: inherit;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-ms-input-placeholder {
    color: #333;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #333;
    opacity: 1;
}

::placeholder {
    color: #333;
    opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
    color: #fff
}

.entry-content .button:focus,
.entry-content .button:hover {
    color: #fff;
}

.button {
    display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #eee;
    border-width: 0;
    color: #777;
    cursor: not-allowed
}

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;
    width: 100%;
    word-break: break-all;
}

tbody {
    border-bottom: 1px solid #eee;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #eee;
    padding: 6px;
}

th {
    font-weight: 400;
    padding: 0 6px;
}

td:first-child,
th:first-child {
    padding-left: 0;
}


/* Screen Reader Text
--------------------------------------------- */

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

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
    background: #fff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #333;
    display: block;
    font-size: 1em;
    font-weight: 700;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
}

.more-link {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}


/* Site Container
--------------------------------------------- */

.site-container {
    word-wrap: break-word;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Site Inner
--------------------------------------------- */

.site-inner {
    clear: both;
    margin: 0 auto;
    padding: 60px 30px 0;
}


/* Avatar
--------------------------------------------- */

.avatar {
    border-radius: 50%;
    float: left;
}

.author-box .avatar,
.alignleft .avatar {
    margin-right: 20px;
}

.alignright .avatar {
    margin-left: 20px;
}

.comment .avatar {
    margin: 0 15px 20px 0;
}


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

.after-entry,
.archive-description,
.author-box {
    margin-bottom: 40px;
}

.after-entry {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 20px 30px;
}

.after-entry .widget:last-of-type {
    margin-bottom: 0;
}

.breadcrumb {
    font-size: 16px;
}

.breadcrumb a {
    color: inherit;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}


/* Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.entry-content .search-form {
    margin-bottom: 40px;
    width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
    margin-top: 10px;
}

.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}


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

.archive-description .entry-title,
.archive-title,
.author-box-title,
.entry-title,
body.search .search-content .result-title  {
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 15px;
    font-size: 40px;
    color: #204d77;
}

.widget-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}


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

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

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

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

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
    margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 30px;
}

.home .entry-content {
    text-align: center;
    margin-bottom: 50px;
}



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

.widget {
    margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
    margin-bottom: 0;
}

.widget ul > li {
    margin-bottom: 10px;
}

.widget ul > li:last-of-type {
    padding-bottom: 0;
}

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: 0;
    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-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.featured-content .entry-title {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
}


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

.after-entry .enews {
    text-align: center;
    padding: 10px;
}

.sidebar .enews {
    background-color: #f5f5f5;
    padding: 30px;
}

.enews-widget input {
    font-size: 16px;
    margin-bottom: 10px;
}

.after-entry .enews-widget input {
    text-align: center;
}

.enews-widget input[type="submit"] {
    margin: 0;
    width: 100%;
}

.enews form + p {
    margin-top: 20px;
}

/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden;
}

.genesis-skip-link li {
    height: 0;
    list-style: none;
    width: 0;
}


/* Display outline on focus */

:focus {
    color: inherit;
    outline: 1px solid transparent;
}


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

.genesis-nav-menu {
    clear: both;
    line-height: normal;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    float: none;
    position: relative;
}

.genesis-nav-menu a {
    display: block;
    font-size: 17px;
    font-weight: 500;
    outline-offset: -1px;
    text-decoration: none;
    padding: 10px 5px;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    text-decoration: none;
}

.genesis-nav-menu > .menu-item > a {
    color: #7f7f7f}

.genesis-nav-menu > .menu-item > a:hover,
.genesis-nav-menu > .menu-item.current-menu-item > a {
    color: #204d77;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
    width: 100%;
}

.genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    left: -9999px;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    z-index: 99;
    background-color: #ffffff;
}

.genesis-nav-menu .sub-menu a {
    position: relative;
    word-wrap: break-word;
    font-size: 17px;
    color: #7f7f7f;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .menu-item.current-menu-item a {
    background-color: #dbdbdb;
    color: #204d77;
    border-radius: 5px;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
    position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    display: block;
    left: auto;
    opacity: 1;
}


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

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
    display: none;
    padding-top: 7px;
}

.menu-toggle,
.sub-menu-toggle {
    background-color: transparent;
    border-width: 0;
    color: #333;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
    background-color: transparent;
    border-width: 0;
    color: #000;
    outline: none;
}

.menu-toggle {
    position: fixed;
    z-index: 1000;
    right: 0;
    padding: 9px 12px;
}

.menu-toggle.activated::before {
    content: "\f335";
}

.site-header .menu-toggle::before {
    float: left;
    position: relative;
    text-rendering: auto;
    top: 1px;
}
button.menu-toggle:before {
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 30px;
    width: auto;
    height: auto;
    color: #000;
}
button.menu-toggle.activated:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 30px;
    width: auto;
    height: auto;
    color: #000;
}

.sub-menu-toggle {
    float: right;
    padding: 9px 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.sub-menu .sub-menu-toggle {
    padding: 12px 10px;
}

.sub-menu-toggle::before {
    display: inline-block;
    text-rendering: auto;
    transform: rotate(0);
    transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
    transform: rotate(180deg);
}


/* Header Menu
--------------------------------------------- */

.nav-primary {
    clear: left;
    padding-bottom: 7px;
    padding-top: 7px;
    width: 100%;
    background-color: #ffffff;
}
nav#genesis-nav-primary .wrap {
    padding: 0 15px;
}



/* Footer Menu
--------------------------------------------- */

.nav-secondary {
    margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
    line-height: normal;
}

.nav-secondary .menu-item {
    display: inline-block;
}

.nav-secondary a {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
}


/* Entry Content
--------------------------------------------- */

.entry {
    margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 30px;
    padding-left: 40px;
}

.entry-content ol > li {
    list-style-type: decimal;
}

.entry-content ul > li {
    list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
    list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #f5f5f5;
}

.content .sticky {
    background-color: #f5f5f5;
    padding: 30px;
}


/* Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 16px;
    margin-bottom: 0;
}

.entry-header .entry-meta {
    margin-bottom: 20px;
}

.entry-footer .entry-meta {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.entry-categories,
.entry-tags {
    display: block;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}


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

.pagination {
    clear: both;
    margin: 60px 0;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #f5f5f5;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    padding: 8px 12px;
    text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
    background-color: #204d77;
    color: #fff;
}


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

.comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 40px;
}

.comment-list li {
    padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
    padding-left: 0;
}

.comment-header {
    margin-bottom: 30px;
}

.comment-content {
    clear: both;
}

.comment-content ul > li {
    list-style-type: disc;
}

.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;
}

.comment-header p {
    margin-bottom: 0;
}

.entry-pings .reply {
    display: none;
}

.comment-form-cookies-consent label {
    display: inline;
    padding-left: 10px;
}


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

.sidebar {
    font-size: 16px;
    line-height: normal;
    margin: 50px 0;
}

.sidebar .widget {
    margin-bottom: 20px;
}

.sidebar p {
    margin-bottom: 20px;
}
.sidebar .main-form .row .col-three {
    width: 100%;
    margin: 0 auto;
}
.sidebar .main-form .row .recaptcha-note-bottom {
    display: none;
}
.sidebar .main-form .field-container {
    display: flex;
}
.sidebar .main-form .row span.ajax-loader {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -12px;
}
p.recaptcha-note a {
    color: inherit;
}
.sidebar .sidebar-form {
	padding: 50px 20px;
    background-color: #204d77;
    position: relative;	
}
.sidebar-testimonial .tt-content,
.sidebar-testimonial .tt-author {
    text-align: center;
}


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

.footer-widgets {
    border-top: 1px solid #eee;
    background-color: #fff;
    clear: both;
    padding: 60px 0;
}

.footer-widgets .wrap {
    margin-left: auto;
    margin-right: auto;
}

.footer-widget-area {
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
    margin-bottom: 0;
}


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

footer.site-footer {
    padding: 50px 0;
    background-color: #3d3d3d;
}

footer.site-footer-image {
    background-image: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url();
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 50px 0;
}

.footer-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    padding: 40px 0;
    font-size: 0;
}

.footer-section.col-four,
.footer-section.col-three,
.footer-section.col-two,
.footer-section.col-one {
    font-size: 16px;
    color: #ffffff;
}

.footer-section {
    margin: 10px 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section-title {
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 12px;
}

footer ul li a,
footer .menu li a {
    color: #ffffff;
    border-bottom: 1px solid transparent;
}

footer ul li a:hover,
footer .menu li a:hover {
    color: #dcdcdc;
    border-bottom-color: inherit;
}

.social-media ul li.hide-social,
.hours-of-operation ul li.hide-hour {
    display: none;
}

.social-media ul li.show-social {
    display: inline-block;
}

footer .social-media ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 0px;
}

footer ul.social-media li a {
    display: inline-block;
    height: 44px;
    width: 44px;
    border-radius: 5px;
    text-align: center;
    line-height: 44px;
    font-size: 20px;
}

footer .social-media ul li .fa {
    color: #ffffff !important;
}

footer .social-media li.fa-fa-facebook-f a {
    background-color: #3b5998;
}

footer .social-media li.fa-fa-twitter a {
    background-color: #1da1f2;
}

footer .social-media li.fa-fa-instagram a {
    background-color: #8941a7;
}

footer .social-media li.fa-fa-linkedin a {
    background-color: #069;
}

footer .social-media li.fa-fa-youtube-play a {
    background-color: #dc4a3d;
}

footer .social-media li.fa-fa-houzz a {
    background-color: #4dbc15;
}

footer .social-media li.fa-fa-pinterest-p a {
    background-color: #cb2027;
}

footer .social-media li.fa-fa-yelp a {
    background-color: #c22;
}

footer .social-media li.fa-fa-rss a {
    background-color: #f76300;
}

footer .social-media li.fa-fa-google-plus a {
    background-color: #d64937;
}

.hours-of-operation ul li {
    border: 1px solid #fff;
    display: block;
    border-bottom: 1px solid #fff;
    padding: 2px 15px;
    padding-bottom: 0px !important;
}

.hours-of-operation ul li span {
    float: right;
}

footer li#site-title {
    font-size: 20px;
}

footer .hours-of-operation {
    max-width: 275px;
    width: 100%;
    margin: 0 auto;
}

.footer-logo img {
    max-width: 250px;
    width: 100%;
    margin: 0;
}
.footer-section.col-one {
    text-align: center;
}
.cta-footer {
    display: none;
}
.footer-cta-btn a {
    border: 1px solid #fff;
}

/* Copy Right
---------------------------------------------------------------------------- */

.copy-right {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #204d77;
}


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

.top-header-ads {
    background: #000000;
    position: relative;
}
.top-header-ads .ads-text {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.top-header-ads .ads-text a {
    color: #ffffff;
}
.top-header-ads .ads-close {
    display: inline-block;
    position: absolute;
    color: #ffffff;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.below-header-ads {
    text-align: center;
    background: #a1a1a1;
    position: relative;
}
.below-header-ads .ads-button a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 10px 20px 10px;
    padding: 10px 10px;
    width: 100%;
    max-width: 600px;
    background: #204d77;
    color: #ffffff;
}
.below-header-ads .ads-content {
    color: #000000;
}
.below-header-ads .ads-content p {
    margin: 0;
}
.below-header-ads .ads-close {
    color: #000000;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 20px;
}
body.body-scrolled .top-header-ads {
    display: none;
}
body.body-scrolled header.site-header {
    position: fixed;
}
body.body-scrolled .below-header-ads,
body.body-scrolled .below-header-ads.ads-first-close,
body.body-scrolled .home-slider.top-ads.below-ads.ads-closed,
body.body-scrolled .inner_page_banner.top-ads.below-ads.ads-closed,
body.body-scrolled .home-slider.no-top-adas.no-below-adas,
body.body-scrolled .inner_page_banner.no-top-adas.no-below-adas,
body.body-scrolled .inner_page_banner.no-top-adas.below-ads.ads-closed,
body.body-scrolled .inner_page_banner.top-ads.no-below-adas,
body.body-scrolled .home-slider.no-top-adas.below-ads.ads-closed,
body.body-scrolled .home-slider.top-ads.no-below-adas {
    margin-top: 160px;
}
.top-header-ads .wrap {
    padding: 15px 30px;
}
.below-header-ads .wrap {
    padding: 15px 30px;
}


/* Social Media */

.sprite {
    background-image: url(/wp-content/uploads/2019/04/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}
.footer-section ul.social-media .sprite {
    background-image: url(/wp-content/uploads/2019/04/spritesheet-footer.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-angies-icon {
    width: 44px;
    height: 44px;
    background-position: 0 0;
}

.footer-section .sprite-angies-icon {
    background-color: #279b35;
    border-radius: 5px;
}

.sprite-bbb-icon {
    width: 44px;
    height: 44px;
    background-position: -44px 0;
}

.footer-section .sprite-bbb-icon {
    background-color: #126492;
    border-radius: 5px;
}

.sprite-bing-icon {
    width: 44px;
    height: 44px;
    background-position: -88px 0;
}

.footer-section .sprite-bing-icon {
    background-color: #007f70;
    border-radius: 5px;
}

.sprite-blog-icon {
    width: 44px;
    height: 44px;
    background-position: -132px 0;
}

.footer-section .sprite-blog-icon {
    background-color: #ec6d21;
    border-radius: 5px;
}

.sprite-blogger-icon {
    width: 44px;
    height: 44px;
    background-position: -176px 0;
}

.footer-section .sprite-blogger-icon {
    background-color: #ec6d21;
    border-radius: 5px;
}

.sprite-citygridmedia-icon {
    width: 44px;
    height: 44px;
    background-position: -220px 0;
}

.footer-section .sprite-citygridmedia-icon {
    background-color: #2787de;
    border-radius: 5px;
}

.sprite-email-icon {
    width: 44px;
    height: 44px;
    background-position: -264px 0;
}

.footer-section .sprite-email-icon {
    background-color: #d6463a;
    border-radius: 5px;
}

.sprite-facebook-icon {
    width: 44px;
    height: 44px;
    background-position: -308px 0;
}

.footer-section .sprite-facebook-icon {
    background-color: #395599;
    border-radius: 5px;
}

.sprite-foursquare-icon {
    width: 44px;
    height: 44px;
    background-position: -352px 0;
}

.footer-section .sprite-foursquare-icon {
    background-color: #f34576;
    border-radius: 5px;
}

.sprite-gaf-icon {
    width: 44px;
    height: 44px;
    background-position: -396px 0;
}

.footer-section .sprite-gaf-icon {
    background-color: #de0513;
    border-radius: 5px;
}

.sprite-gmb-icon {
    width: 44px;
    height: 44px;
    background-position: -440px 0;
}

.footer-section .sprite-gmb-icon {
    background-color: #4959b5;
    border-radius: 5px;
}

.sprite-google-plus-icon {
    width: 44px;
    height: 44px;
    background-position: -484px 0;
}

.footer-section .sprite-google-plus-icon {
    background-color: #d74937;
    border-radius: 5px;
}

.sprite-guildquality-icon {
    width: 44px;
    height: 44px;
    background-position: -528px 0;
}

.footer-section .sprite-guildquality-icon {
    background-color: #0d4572;
    border-radius: 5px;
}

.sprite-homeadvisor-icon {
    width: 44px;
    height: 44px;
    background-position: -572px 0;
}

.footer-section .sprite-homeadvisor-icon {
    background-color: #f18c1e;
    border-radius: 5px;
}

.sprite-homestars-icon {
    width: 44px;
    height: 44px;
    background-position: -616px 0;
}

.footer-section .sprite-homestars-icon {
    background-color: #00a7eb;
    border-radius: 5px;
}

.sprite-houzz-icon {
    width: 44px;
    height: 44px;
    background-position: -660px 0;
}

.footer-section .sprite-houzz-icon {
    background-color: #46ba00;
    border-radius: 5px;
}

.sprite-instagram-icon {
    width: 44px;
    height: 44px;
    background-position: -704px 0;
}

.footer-section .sprite-instagram-icon {
    background-color: #5a4bc3;
    border-radius: 5px;
}

.sprite-linkedin-icon {
    width: 44px;
    height: 44px;
    background-position: -748px 0;
}

.footer-section .sprite-linkedin-icon {
    background-color: #0177af;
    border-radius: 5px;
}

.sprite-pinterest-icon {
    width: 44px;
    height: 44px;
    background-position: -792px 0;
}

.footer-section .sprite-pinterest-icon {
    background-color: #e71a21;
    border-radius: 5px;
}

.sprite-porch-icon {
    width: 44px;
    height: 44px;
    background-position: -836px 0;
}

.footer-section .sprite-porch-icon {
    background-color: #eaa800;
    border-radius: 5px;
}

.sprite-rss-icon {
    width: 44px;
    height: 44px;
    background-position: -880px 0;
}

.footer-section .sprite-rss-icon {
    background-color: #ec9812;
    border-radius: 5px;
}

.sprite-superpages-icon {
    width: 44px;
    height: 44px;
    background-position: -924px 0;
}

.footer-section .sprite-superpages-icon {
    background-color: #ef9222;
    border-radius: 5px;
}

.sprite-twitter-icon {
    width: 44px;
    height: 44px;
    background-position: -968px 0;
}

.footer-section .sprite-twitter-icon {
    background-color: #27a5db;
    border-radius: 5px;
}

.sprite-vimeo-icon {
    width: 44px;
    height: 44px;
    background-position: -1012px 0;
}

.footer-section .sprite-vimeo-icon {
    background-color: #19b2e4;
    border-radius: 5px;
}

.sprite-yellowpages-icon {
    width: 44px;
    height: 44px;
    background-position: -1056px 0;
}

.footer-section .sprite-yellowpages-icon {
    background-color: #f6e602;
    border-radius: 5px;
}

.sprite-yelp-icon {
    width: 44px;
    height: 44px;
    background-position: -1100px 0;
}

.footer-section .sprite-yelp-icon {
    background-color: #bf0001;
    border-radius: 5px;
}

.sprite-youtube-icon {
    width: 44px;
    height: 44px;
    background-position: -1144px 0;
}

.footer-section .sprite-youtube-icon {
    background-color: #f80000;
    border-radius: 5px;
}

/* End Social Media */

li#site-address:before,
li#site-operation:before,
li.site-sub-menu a:before {
    font-family: 'FontAwesome';
    margin-right: 10px;
}
li.site-sub-menu a:before {
    content: "\f101";
}
li#site-address:before {
    content: "\f041";
}
li#site-operation:before {
    content: "\f017";
}
header.site-header {
    background-color: #ffffff;
    width: -webkit-fill-available;
    width: 100%;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 10;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.75);
}
header.site-header .wrap {
    display: block;
}
.wrap {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    clear: both;
}
.widget-area.header-widget-area {
    float: right;
    text-align: right;
}
header.site-header .wrap .title-area {
    float: left;
    padding-top: 20px;
}
header.site-header .wrap .title-area img {
    height: 130px;
}
.container {
    position: relative;
    clear: both;
    width: 100%;
}
.tracking-number .container {
    text-align: right;
}
.tracking-number .container > div {
    display: inline-block;
}
.tracking-number .tn-top {
    font-size: 17px;
    color: #812528;
    font-weight: bold;
    line-height: 1.2em;
    margin-right: 2px;
}
.tracking-number .tn-buttom a,
.default-phone-mobile a {
    font-size: 24px;
    color: #812528;
    font-weight: bold;
    line-height: 1em;
}
.tracking-number .tn-buttom a:hover {
    color: #812528;
}
.tracking-number .tn-buttom {
    margin-bottom: 5px;
}
.header-cta-btn a,
.footer-cta-btn a {
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    padding: 10px 20px;
    background-color: #812528;
    color: #ffffff;
    letter-spacing: .5px;
}
.header-cta-btn a:hover,
.footer-cta-btn a:hover {
    background-color: #812528;
    color: #ffffff;
}

.animated {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
    filter: alpha(opacity=0 * 100);
}

.activate {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
    filter: alpha(opacity=1 * 100);
}
.default-phone-mobile {
    display: none;
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 9;
    text-align: center;
    background-color: #ffffff;
}
.default-phone-mobile a {
    display: inline-block;
    padding: 9px;
}
.mobile-extras {
    display: none;
}


/* SLIDER */

.home-slider {
    padding-bottom: 20px;
}

.the-slider {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 8vw;
  margin-bottom: 50px;
  opacity: 0;
  display none;
  transition: all 1.2s ease;
}
.the-slider.slick-initialized {
    opacity: 1;
    display: block;
    overflow: hidden;
}

.slick-slide {
  position: relative;
  height: 38vw;
}
.slick-slide::before {
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
.slick-slide video {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
.slick-slide iframe {
  position: relative;
  pointer-events: none;
}
.slick-slide figure {
  position: relative;
  height: 100%;
}
.slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.8s ease;
}
.slick-slide .slide-image.show {
  opacity: 1;
}
.slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active {
  z-index: 1;
}
.slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active .caption {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.slide-item .the-slide {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 620px;
}

.slide-item .the-slide:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    opacity: .6;
}

.caption-container {
    padding: 0 5%;
}

.caption-content.pos-center {
    margin: 0 auto;
    text-align: center;
}

.caption-content.pos-center,
.caption-content.pos-left,
.caption-content.pos-right {
    max-width: 600px;
    display: block;
    width: 100%;
}

.caption-content.pos-centert {
    margin: 0 auto;
}

.caption-content.pos-left {
    margin: 0;
    text-align: left;
}

.caption-content.pos-right {
    margin: 0 0 0 auto;
    text-align: right;
}

.slider-caption {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.home-slider-badge {
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: 1;
    padding: 0 10px;
}

.home-slider-badge ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 10px;
}

i.fa.fa-angle-left.slick-arrow,
i.fa.fa-angle-right.slick-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 50px;
    color: #fff;
}

i.fa.fa-angle-left.slick-arrow {
    left: 1%;
}

i.fa.fa-angle-right.slick-arrow {
    right: 1%;
}

.slider-btn > div {
    display: inline-block;
    margin-right: 10px;
}
.slider-text.animated.activate {
    animation-delay: 1s;
}

.slider-btn.animated.activate {
    animation-delay: 2s;
}

.slider-badge.animated.activate {
    animation-delay: 3s;
}

.caption-content .slider-badge img {
    padding: 5px 0;
}

.slide-btn a {
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #204d77;
    font-weight: 500;
    padding: 13px 22px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 0.04em;
}

.slide-btn a:hover {
    color: #ffffff;
    background-color: #204d77;
}

.slider-title {
    color: #ffffff;
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-weight: 200;
    letter-spacing: -0.04em;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

.slider-text p {
    margin-bottom: 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: -0.04em;
    color: #ffffff;
}
.home-slider .slider-container {
    position: relative;
    height: 620px;
}
.home-slider .slider-form {
    position: absolute;
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-width: 400px;
}
.slider-form .field-container .col-three {
    width: 100%;
    margin: 0 auto 10px;
    display: block;
    float: none;
}
.home-slider .slider-form .recaptcha-note-bottom {
    display: none;
}
.slider-form form {
    background-color: #7f7f7f;
}
.slider-form .field-container .col-three {
    width: 100%;
    margin: 0 auto 10px;
    display: block;
    float: none;
}
.slider-form form .field-container {
    padding: 10px 10px;
}
.slider-form form .form-title {
    padding: 10px;
    text-align: center;
    color: #204d77;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}
.form-sub-title {
    text-align: center;
    font-size: 16px;
    padding: 0px 10px;
}
.home-slider .slider-form form .submit-form input {
    width: 100%;
}
.slider-form .field-container .submit-form {
    margin: 0;
}
.slider-form form .submit-form input {
    background-color: #204d77;
    color: #ffffff;
    font-size: 22px;
}
.slider-form form textarea {
    height: 100px;
    font-family: inherit;
}



/* Homepage Service Section */
/* Column By 10% */
.col-one-tenth,
.col-two-tenth,
.col-three-tenth,
.col-forth-tenth,
.col-five-tenth,
.col-sixth-tenth,
.col-seven-tenth,
.col-eight-tenth,
.col-nine-tenth,
.col-ten-tenth {
    float: left;
    margin: 0 0;
}
.col-one-tenth {
    width: 10%;
}
.col-two-tenth {
    width: 20%;
}
.col-three-tenth {
    width: 30%;
}
.col-forth-tenth {
    width: 40%;
}
.col-five-tenth {
    width: 50%;
}
.col-sixth-tenth {
    width: 60%;
}
.col-seven-tenth {
    width: 70%;
}
.col-eight-tenth {
    width: 80%;
}
.col-nine-tenth {
    width: 90%;
}
.col-ten-tenth {
    width: 100%;
}

/* Column By 25% */
.col-one-forth,
.col-two-forth,
.col-third-forth,
.col-four-forth,
.col-three-three {
    float: left;
    margin: 0 0;  
}
.col-one-forth {
    width: 25%;
}
.col-two-forth {
    width: 50%;
}
.col-third-forth {
    width: 75%;
}
.col-four-forth {
    width: 100%;
}

/* Column By Three */
.col-three-three {
    width: 33.33%;
}

/* Column With Space */
.col-one {
    width: 100%;
    float: left;
    margin: 0 0;
}
.col-two {
    width: 49%;
    float: left;
    margin: 0 0;
}
.col-two:nth-child(odd) {
    margin: 0 2% 0 0;
}
.col-three {
    width: 32%;
    margin: 0 0;
    float: left;
}
.col-three:nth-child(3n+2) {
    margin: 0 2%;
}
.col-four {
    width: 23.5%;
    float: left;
    margin: 0 0;
}
.col-four:nth-child(4n+2) {
    margin: 0 0 0 2%;
}
.col-four:nth-child(4n+3) {
    margin: 0 2%;
}


/* Client Counter Section */

span.odometer-formatting-mark {
    display: none;
}

.home-section .home_number {
    background-color: #204d77;
    padding: 50px 0;
    display: none;
}

.home .home-section .home_number {
    display: block;
}

.counter-section .wrap {
    padding: 0 0;
}

.counter-section .counter-cont {
    padding-right: 15px;
}

.counter-section .counter-cont .container {
    border-right: 1px solid #fff;
}

.cn-subtitle {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 12px;
}

.cn-title {
    font-size: 34px;
    color: #ffffff;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 29px;
}

.cn-description {
    font-size: 16px;
    color: #ffffff;
}

.counter-section {
    margin-top: 60px;
}

.counter-count {
    position: relative;
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
}

.counter-title {
    font-size: 16px;
    color: #ffffff;
}

span#counter-symbol1,
span#counter-symbol2,
span#counter-symbol3 {
    font-weight: 600;
    color: #fff;
    padding: 0 5px;
}


/* Service Section */

.full-width.home-section {
    clear: both;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}
.full-width.home-section.section-service {
    padding-top: 45px;
    position: relative;
    top: -45px;
    margin-bottom: -45px;
}
a.more-btn {
    display: inline-block;
    letter-spacing: .8px;
    padding: 8px 30px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 5px;
}
.full-wrap {
    max-width: 1600px;
    margin: 0 auto;
    display: block;
    clear: both;
    padding: 15px;
}
.featured-blog-items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
}
.homepage-services {
    background-color: #e8e8e8;
}
.homepage-services.background-image {
    background-image: url();
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    clear: both;
}
.center-text {
    text-align: center;
}
.homepage-services .services-title.center-text {
    font-size: 40px;
    font-weight: bold;
    color: #204d77;
    line-height: normal;
    margin-bottom: 20px;
    font-weight: 400;
}
.homepage-services .services-description.center-text {
    font-size: 16px;
    color: #000000;
}
.services-section .services {
    border: 1px solid #204d77;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
.services-section .services:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}
.services-info .services-title {
    margin-bottom: 10px;
}
.services-info .services-title a {
    font-size: 20px;
    color: #204d77;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.2em;
    border-bottom: 1px solid transparent;
}
.service-container:hover .services-info .services-title a {
    border-bottom-color: inherit;
}
.services-info .services-description {
    font-size: 16px;
    color: #23281d;
}
.service-container {
    padding: 30px 20px;
    height: 100%;
    position: relative;
}
.service-container a.sv-links {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.services-info {
    text-align: center;
}
.services-info .service-icon {
    position: absolute;
    left: -60px;
    font-size: px;
    color: ;
    top: 0;
}
i.custom-icon {
    width: 40px;
    height: 40px;
    background-size: cover;
    position: absolute;
    left: -60px;
    background-repeat: no-repeat;
    background-position: center;
}
.services-section-form {
    padding: 50px 20px;
    background-color: #204d77;
    position: relative;
    top: -45px;
    right: -70px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    overflow-x: hidden;
    overflow-y: hidden;
}
.services-section-form .field-container .row input,
.services-section-form .field-container .row select,
.services-section-form .field-container .row textarea,
.sidebar .sidebar-form .field-container .row input,
.sidebar .sidebar-form .field-container .row select,
.sidebar .sidebar-form .field-container .row textarea {
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 15px 5px;
    font-size: 16px;
    font-style: italic;
    font-family: inherit;
}
.sidebar .sidebar-form .field-container .row textarea,
.services-section-form .field-container .row textarea {
	height: 130px;
}
.services-section-form .field-container .services {
    background-color: transparent;
}
.services-section-form .field-container .row .submit-form input,
.sidebar .sidebar-form .field-container .row .submit-form input {
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    padding: 15px 15px;
    font-weight: bold;
    font-size: 20px;
}

.services-section-form .form-title,
.sidebar .sidebar-form .form-title {
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: bold;
}


/* Call To Action */

.call-to-action {
    padding: 50px 0;
    background-color: #204d77;
    color: #ffffff;
}

.call-to-action .col-five-tenth {
    padding: 0 15px;
}

.home-cta-btn a {
    display: inline-block;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 20px;
    border: 1px solid #ffffff;
    margin-top: 20px;
}

.home-cta-btn a:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.home-cta-description,
.home-cta-title {
    font-size: 16px;
}

.cta-sub-title {
    font-size: 22px;
}

.home-cta-title span {
    font-weight: 400;
}


/* Featured Blog */

.homepage-blog {
    background-color: #e8e8e8;
    padding: 50px 0;
}
.homepage-blog.background-image {
    background-image: url();
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    clear: both;
}
.homepage-blog .featured-blog-list {
    background-color: #ffffff;
    border-radius: 5px;
}
.homepage-blog .featured-blog-title {
    font-size: 30px;
    color: #23281d;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 15px;
}
.featured-blog-description.center-text {
    margin-bottom: 20px;
    font-size: 18px;
    color: #23281d;
}
.homepage-blog .featured-post-date {
    font-size: 14px;
    color: #204d77;
    line-height: 1em;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.featured-post-title {
    margin-bottom: 10px;
    margin-top: 10px;
}

.homepage-blog .featured-post-title a {
    font-size: 25px;
    color: #204d77;
    border-bottom: 1px solid transparent;
    line-height: 1.2em;
    font-weight: 400;
}
.homepage-blog .featured-post-content {
    font-size: 16px;
    color: #23281d;
}
.homepage-blog .featured-post-more a {
    display: inline-block;
    font-size: 16px;
    color: #204d77;
    margin-top: 20px;
    font-weight: 400;
    line-height: 1.2em;
    border-bottom: 1px solid transparent;
}
.homepage-blog .featured-post-more a:hover,
.homepage-blog .featured-post-title a:hover,
.inner-services a.service-btn:hover,
.blog-content .blog-title a:hover,
.blog-content a.news-btn:hover {
    border-bottom-color: inherit;
}
.homepage-blog .featured-blog-list .container {
    padding: 15px;
}
.homepage-blog .featured-blog-list-image {
    background-color: #ccc;
    overflow: hidden;
    position: relative;
}
.homepage-blog .featured-blog-list-image img {
   width: 100%;
}
.homepage-blog .featured-more-btn {
    text-align: center;
    margin-top: 40px;
}
.homepage-blog .featured-more-btn a {
    background-color: #204d77;
    font-size: 16px;
    color: #ffffff;
}
.homepage-blog .featured-more-btn a:hover {
    background-color: #204d77;
    color: #ffffff;
}
.featured-blog-items .col-three:hover .featured-blog-list-image img {
    transform: scale(1.1);
}
.featured-blog-list-image img {
    transition: all 500ms ease;
    transform: scale(1.0);
}
.featured-blog-items .col-three {
    position: relative;
}
.featured-blog-items a.sfb-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.featured-blog-items .col-three:hover .featured-post-more a,
.featured-blog-items .col-three:hover .featured-post-title a {
    border-bottom-color: inherit;
}

/* Inner Services */

.inner-service > div {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.inner-service-image img {
    width: 100%;
    padding: 15px 20px;
}

.inner-service-title {
    font-size: 30px;
    margin-bottom: 10px;
}

.inner-service-title a {
    font-size: 30px;
    display: inline-block;
    border-bottom: 1px solid transparent;
    margin-bottom: 10px;
}

.inner-service-btn a {
    font-size: 18px;
    border-bottom: 1px solid transparent;
}

.inner-service-title a:hover,
.inner-service-btn a:hover {
    border-bottom-color: inherit;
}

.inner-services .inner-service {
    padding: 10px 0;
    border-bottom: 1px solid #000;
}

.inner-services {
    overflow-x: hidden;
    overflow-y: hidden;
}


/* Popup Form */

.popup-form {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    z-index: 999999;
    overflow: auto;
}

.site-form {
    width: auto;
    margin: 85px auto;
    text-align: left;
}

.form-fields {
    max-width: 450px;
    border-radius: 0;
    margin: 0 auto;
    position: relative;
    padding: 10px;
    right: -100%;
    transition: all 0.5s ease;
}

.form-fields.slide-form {
    right: 0;
    transition: all 0.5s ease;
}

.form-fields a.close {
    background: #000;
    color: #fff!important;
    line-height: 30px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 15px;
    width: 30px;
    height: 30px;
    text-decoration: none;
    z-index: 1;
    outline: none;
    font-weight: bold;
    box-shadow: -2px 2px #606061;
    cursor: pointer;
    border-radius: 0;
}

.popup-form .form-fields form {
    position: relative;
    padding-bottom: 20px;
}

.popup-form .recaptcha-note-bottom {
    display: none;
}
.popup-form .col-three {
    width: 100%;
    margin: 0 0;
    float: none;
}
.popup-form .col-three:nth-child(3n+2) {
    margin: 0;
}
.field-container .col-three.submit-form,
.contact-us-form .cta-submit {
    position: relative;
}
.popup-form form span.ajax-loader,
.slider-form form span.ajax-loader,
.contact-us-form .cta-submit span.ajax-loader {
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.popup-form textarea {
    height: 130px;
}


/** Featured Image **/

.home-featured_page {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
}

.featured-page-listing {
    max-width: 800px;
    width: 100%;
}

.featured_content {
    position: relative;
    -ms-border-radius: 0px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.featured_page.col-three {
    margin-bottom: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.featured_content.featured-box1 {
    background-color: #7f7f7f;
}

.featured_content.featured-box2 {
    background-color: #204d77;
}

.featured_content.featured-box3 {
    background-color: #7f7f7f;
}

.featured-info {
    text-align: center;
    padding: 35px 15px;
    height: 100%;
    position: relative;
}

.featured-page-title {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2em;
    padding-top: 20px;
    border-bottom: 1px solid transparent;
}

.featured_content .featured-icon {
    width: 164px;
    height: 164px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 50%;
    line-height: 164px;
    position: relative;
    display: inline-block;
}

.featured_content .featured-icon .featured-icon-container {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    line-height: 150px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 50%;
}

.featured-container {
    width: 100%;
}

.featured-icon-container img {
    vertical-align: middle;
}

.featured-url a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.featured_content:hover {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.50);
}


/** Site Inner **/

.site-inner {
    max-width: 100%;
    width: 100%;
    display: flex;
    padding: 0;
}

body.home .content-sidebar-wrap {
    max-width: 1200px;
}

.content-sidebar-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    padding: 15px;
}

/* Testimonials */

.homepage-testimonial {
    background-image: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://atriumroofing.com/wp-content/uploads/2020/09/testimonial-banner.jpg);
    background-position: left center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    clear: both;
}

.testimonial-container {
    text-align: center;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 15px;
    color: #fff;
    position: relative;
}

.tt-slider {
	display: none;
}

.tt-slider.slick-initialized.slick-slider {
	display: block;
}

.testimonial-container .quote-right {
    right: 0;
}

.testimonial-container .quote-left {
    left: 0;
}

.testimonial-container .quote-left,
.testimonial-container .quote-right {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.testimonial-container .quote-left:after {
    content: "\f10d";
}

.testimonial-container .quote-right:after {
    content: "\f10e";
}

.testimonial-container .quote-left:after,
.testimonial-container .quote-right:after {
    font-family: FontAWesome;
    color: #fff;
    font-size: 30px;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 50%;
}

.testimonial-container > div {
    padding: 0 10px;
}

.tt-slider {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.tt-listing {
    position: relative;
    padding: 20px 0;
    background-color: #fff;
    margin: 0 10px;
}

.testimonial-title {
    color: #ffffff;
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: left;
}
.testimonial-description {
    color: #ffffff;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: .8px;
    text-align: left;
}

.tt-author {
    font-weight: bold;
}

.tt-positon,
.tt-location,
.tt-author {
    color: #000000;
    font-size: 16px;
}

.tt-content {
    color: #000000;
    font-size: 16px;
    padding: 20px 10px;
    font-style: italic;
    max-width: 770px;
    margin: 0 auto;
    width: 100%;
}

.tt-slider ul.slick-dots li {
    display: inline-block;
    padding: 0 5px;
}

.tt-slider ul.slick-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 50%;
    outline: none;
}

li.slick-active button {
    background: #fff !important;
}

.homepage-testimonial a.more-btn {
    background-color: #204d77;
    color: #ffffff;
    font-size: 14px;
    margin-top: 10px;
}

.homepage-testimonial a.more-btn:hover {
    background-color: #204d77;
    color: #ffffff;
}


/* Badges */

.badges {
    padding: 50px 15px;
}
.badges-img img {
    margin: 0 auto;
}
.badge-title {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 30px;
    color: #000000;
}
.badge-description.center-text {
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
}


/* Sidebar */

img.recent-thumbnail {
    padding: 10px;
    border-radius: 50%;
    width: 100px;
}
.recent-post-list .container > div {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
a.recent-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.recent-post-title {
    font-weight: 400;
    line-height: 1.2em;
    border-bottom: 1px solid transparent;
    font-size: 20px;
    color: #204d77;
}
.recent-post-list .wrap {
    padding: 0 15px;
}
thumb-recent-title .recent-post-title {
    line-height: 1.2em;
    font-weight: 400;
    font-size: 18px;
}
.thumb-recent-title span {
    font-size: 14px;
}

aside.sidebar section {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.main-form .form-title,
.popup-form .form-title {
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #ffffff;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-left: 2px solid #000;
}

.main-form .field-container,
.popup-form .field-container {
    padding: 15px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    border-left: 2px solid #000;
    background-color: #eee;
}

.main-form .field-container input,
.main-form .field-container select,
.popup-form .field-container input,
.popup-form .field-container select {
    width: 100%;
    border: 0;
    padding: 10px 2%;
    margin: 5px 0;
    border-radius: 5px;
}

.main-form .field-container p,
.popup-form .field-container p {
    margin: 0;
}

p.recaptcha-note {
    font-size: 12px;
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 10px;
    margin-top: 10px;
}

input.wpcf7-form-control.wpcf7-submit {
    font-weight: 500;
}

.main-form .wpcf7-submit,
.popup-form .wpcf7-submit {
    color: #ffffff;
    background-color: #204d77;
    text-transform: uppercase;
    font-size: 18px;
}

.main-form .wpcf7-submit:hover,
.popup-form .wpcf7-submit:hover {
    color: #204d77;
    background-color: #204d77;
}

.sidebar-primary section {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.sidebar-widget-title {
    background-color: #204d77;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px 20px;
    line-height: 1.2em;
}

.sidebar-widget-title.list-toggle {
    border-bottom: 0px solid #000;
}

.sidebar.widget-area ul,
.recent-post-list {
    padding: 15px;
    background-color: #eee;
}

.sidebar.widget-area ul li {
    border: 0;
    line-height: normal;
    margin: 0;
}

.sidebar.widget-area ul li a {
    color: #204d77;
    text-transform: uppercase;
    font-weight: 500;
}

.sidebar.widget-area ul li span {
    display: block;
}

.sidebar.widget-area ul hr {
    margin: 0.5em 0;
    border-top: 1px solid #ccc;
}

.recent-post-list hr:last-child,
ul.category-post-list hr:last-child {
    display: none;
}

ul.archive-post-list li:first-child {
    display: none;
}

ul.archive-post-list li {
    padding: .5em 0 !important;
    border-bottom: 1px solid #ccc !important;
}

ul.archive-post-list li:last-child {
    border: 0 !important;
}

.sidebar-widget-title:after {
    content: "\f107";
    font-family: FontAwesome;
    float: right;
}

.main-form form.use-floating-validation-tip span.wpcf7-not-valid-tip,
.contact-us-form form.use-floating-validation-tip span.wpcf7-not-valid-tip,
.popup-form form.use-floating-validation-tip span.wpcf7-not-valid-tip,
.call-to-action form.use-floating-validation-tip span.wpcf7-not-valid-tip,
.slider-form .use-floating-validation-tip span.wpcf7-not-valid-tip,
.services-section .use-floating-validation-tip span.wpcf7-not-valid-tip,
.sidebar-form .use-floating-validation-tip span.wpcf7-not-valid-tip{
    padding: 0 5px;
    font-size: 1.2rem;
    font-size: 12px;
    right: 0;
    left: auto;
    top: 0;
    z-index: 1 !important;
}

.main-form form {
    position: relative;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
    background-color: #ff0000;
    color: #fff;
}

.wpcf7-validation-errors,
.wpcf7-spam-blocked,
.wpcf7-mail-sent-ok {
    font-size: 12px;
    text-align: center;
    padding: 0 !important;
    color: #000;
    position: relative;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto !important;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background-color: #398f14;
    color: #fff;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    background-color: #f7e700;
    border: 2px solid transparent !important;
}

.grecaptcha-badge {
    display: none;
}

a.popup-form-btn {
    cursor: pointer;
}

.sidebar.widget-area ul,
.sidebar .textwidget .recent-post-list {
    display: none;
}

.sidebar .textwidget.show-list ul,
.sidebar .textwidget.show-list .recent-post-list {
    display: block;
}

.sidebar-widget-title.list-toggle:after {
    content: "\f106";
    font-family: FontAwesome;
}

.no-click .sidebar-widget-title {
    color: #fff;
    text-align: center;
}

.no-click .sidebar-widget-title:after {
    display: none;
}

.sidebar-testimonial .testimonial-more,
.sidebar-gallery .sidebar-btn {
    text-align: center;
    margin-bottom: 15px;
}
.sidebar-testimonial .testimonial-more a,
.sidebar-gallery .sidebar-btn a {
    text-align: center;
    padding: 10px 20px;
    background-color: #204d77;
    display: inline-block;
    color: #fff;
}
.sidebar-testimonials,
.sidebar-site-gallery {
    display: none;
}
.sidebar-testimonials.slick-initialized.slick-slider,
.sidebar-site-gallery.slick-initialized.slick-slider {
    display: block;
}
.sidebar-site-gallery {
    padding: 10px;
}
.sidebar-site-gallery .sidebar-gallery-list img {
    margin: 0 auto;
    display: block;
}


/* Inner Page Banner */

.inner_page_banner.image-banner {
    height: 300px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.inner_page_banner.gradient-color,
.inner_page_banner.solid-color,
.inner_page_banner.image-banner {
    height: 300px;
    position: relative;
}

.inner_page_banner.solid-color {
    background-color: #424242;
}

.inner_page_banner.gradient-color {
    background: #1d2d13;
    background: linear-gradient(to right,#1d2d13 0%,#3e5e28 33%,#548917 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d2d13", endColorstr="#548917",GradientType=1 );
}

.inner-banner-info {
    position: absolute;
    bottom: 0;
}

.inner-banner-info .banner-title {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    line-height: normal;
}

span.home-icon.relative:after {
    font-family: FontAwesome;
    content: "\f015";
    color: #fff;
}


/* Page Services */

.page-services-list {
    display: -webkit-box;
    display: -ms-flexbox;
    height: 100%;
    margin-bottom: 20px;
    position: relative;
}

.page-services-list > div {
    width: 47%;
}

.service-odd .page-service-image,
.service-even .page-service-content {
    margin-right: 6%;
}

.page-service-image img {
    width: 100%;
}

.page-service-content {
    position: relative;
}

.psc-info {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pgs-butoon a:after {
    content: "\f178";
    font-family: FontAwesome;
    margin-left: 10px;
}


/* Blog Page */

.custom-blog-post article,
.archive article .new-archive {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.blog-post .blog-content {
    padding-left: 20px;
}
.custom-blog-post hr,
.archive article hr {
    border-top: 1px solid #ccc;
    margin: 20px 0;
}
.custom-blog-post hr:last-child,
.archive article:last-child hr {
    display: none;
}
.custom-blog-post article {
    margin: 0;
}
.blog-content a.news-btn {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.2em;
    border-bottom: 1px solid transparent;
}
.blog-content div#blog-author,
.blog-content div#blog-date {
    font-size: 14px;
    text-transform: uppercase;
    line-height: initial;
}
.blog-content div#blog-author a {
    font-weight: 500;
    border-bottom: 1px solid transparent;
}
.blog-content div#blog-author a:hover {
    border-bottom-color: inherit;
}
.blog-content .blog-title {
    padding: 10px 0;
}
.blog-content .blog-title a {
    font-size: 25px;
    border-bottom: 1px solid transparent;
    line-height: 1.2em;
    font-weight: 400;
}

.latest-img {
    width: 54.427%;
    height: auto;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.latest-info {
    width: 45.573%;
    height: auto;
    background-color: #eee;
    padding: 30px 15px;
    text-align: center;
}

.author-date {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 20px;
    color: #fff;
    background-color: #252525;
    line-height: normal;
}

.author-date span#blog-date {
    float: right;
}

.latest-info .blog-title a {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
}

article footer.entry-footer {
    background-color: transparent;
}

/** Testimonial **/

.review-content p {
    background: #F5F5F5;
    border-top: 0px solid #f5f5f5;
    border-bottom: 2px solid #DDDDDD;
    border-left: 0px solid #DDDDDD;
    border-right: 0px solid #DDDDDD;
    padding: 25px 30px 20px;
    margin: 0;
    border-radius: 5px;
    line-height: normal;
}

.review-raiting span {
    color: #ffc100;
}


/* Contact Us Page */

.cta-form-fields p {
    margin: 0;
}

.cta-form p.recaptcha-note {
    margin: 5px 0 10px;
}

.contact-us-form form {
    position: relative
}

.contact-us-form form .cta-submit input {
    text-align: center;
    margin: 0 auto 10px;
    display: block;
    background-color: ;
    color: #ffffff;
}

.contact-us-form form .cta-submit input:hover {
    background-color: ;
    color: #ffffff;
}

.contact-us-map.col-two iframe {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.cta-submit span.ajax-loader {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.contact-us-form form {
    padding: 20px;
    position: relative;
    background: #edf7ff;
}

.contact-us-form form .cta-form-title {
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
}

.contact-us-form form input,
.contact-us-form form select,
.contact-us-form form textarea {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    margin-bottom: 5px;
    background-color: transparent;
    font-style: italic;
    font-family: inherit;
}

.contact-us-form form textarea {
    height: 130px;
}

.contact-us-form form .cta-submit input {
    background-color: #000;
}

.contact-cta .cta-section-title {
    font-size: 20px;
    font-weight: bold;
}


/** Back To Top **/

.move-to-top {
    position: fixed;
    right: 10px;
    width: 45px;
    bottom: 80px;
    height: 45px;
    background-color: #ffffff;
    border-radius: 3px;
    z-index: 2;
    cursor: pointer;
    border: 1px solid #fff;
}

.to-top {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1em;
    font-weight: 700;
    color: #fff;
}

.to-top:before {
    content: "\f0d8";
    font-family: FontAwesome;
    display: block;
    text-align: center;
    font-size: 25px;
    line-height: normal;
}


/** Sitemap **/

.error404 li.page_item.page-item-497,
.error404 li.page_item.page-item-499 {
    display: none;
}

.sub-title404 {
    font-size: 30px;
    color: #204d77;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 15px;
}

/* Search Result */

body.search .search-content .entry-content p,
body.search .search-content .entry-content p a {
    margin: 0;
}
body.search .search-content .entry-content p a,
body.search .search-content .result-title a {
    border-bottom: 1px solid transparent;
}
body.search .search-content .entry-content p a:hover,
body.search .search-content .result-title a:hover {
    border-bottom-color: inherit;
}
form.search-form input.search-form-input {
    color: #000;
}

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

@media only screen and (min-width: 1024px) {
    /* Genesis Menu */
    .genesis-nav-menu .menu-item {
        display: inline-block;
    }
    .genesis-nav-menu .menu-item:focus,
    .genesis-nav-menu .menu-item:hover {
        position: relative;
    }
    .genesis-nav-menu > .menu-bold > a {
        font-weight: 700;
    }
    .genesis-nav-menu > .menu-highlight > a {
        background-color: #333;
        border-radius: 3px;
        color: #fff;
        font-weight: 600;
        margin-left: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .genesis-nav-menu > .menu-highlight > a:focus,
    .genesis-nav-menu > .menu-highlight > a:hover {
        background-color: #0073e5;
    }
    .genesis-nav-menu .sub-menu,
    .genesis-nav-menu .sub-menu a {
        width: 180px;
    }
    .genesis-nav-menu .sub-menu {
        opacity: 0;
        padding-left: 0;
        position: absolute;
        transition: opacity 0.4s ease-in-out;
    }
    .genesis-nav-menu .sub-menu .sub-menu {
        margin: -46px 0 0 179px;
    }
    /* Responsive Menu--------------------------------------------- */
    .genesis-responsive-menu {
        display: block;
    }
    .menu-toggle,
    .sub-menu-toggle {
        display: none;
        visibility: hidden;
    }
    /* Header Menu--------------------------------------------- */
    .nav-primary {
        clear: none;
        float: right;
        width: auto;
        margin-top: 35px;
    }
    /* Content--------------------------------------------- */
    .content {
        float: left;
        width: 65%;
    }
    .sidebar-content .content {
        float: right;
    }
    .full-width-content .content,
    .landing-page .content {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    /* Sidebar--------------------------------------------- */
    .sidebar {
        float: right;
        width: 30%;
    }
    .sidebar-content .sidebar {
        float: left;
    }
    /* Author Box--------------------------------------------- */
    .author-box {
        background-color: #f5f5f5;
        padding: 30px;
    }
    /* After Entry--------------------------------------------- */
    .after-entry {
        padding: 40px 60px;
    }
    .after-entry .enews {
        padding-left: 30px;
        padding-right: 30px;
    }
    /* Entry Misc.--------------------------------------------- */
    .after-entry,
    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings {
        margin-bottom: 30px;
    }
    /* Footer Widgets--------------------------------------------- */
    .footer-widgets .wrap {
        max-width: 1140px;
    }
    .footer-widget-area {
        float: left;
        margin-bottom: 0;
        width: calc(100% / 3);
    }
}


/* Print Styles
---------------------------------------------------------------------------- */

@media print {
    *,
    *::before,
    *::after {
        background: transparent !important;
        box-shadow: none !important;
        color: #333 !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]::after {
        content: " (" attr(href) ")";
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]::after,
    a[href^="#"]::after,
    .site-title > a::after {
        content: "";
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 2cm 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    .content,
    .content-sidebar {
        width: 100%;
    }
    button,
    input,
    select,
    textarea,
    .breadcrumb,
    .comment-edit-link,
    .comment-form,
    .comment-list .reply a,
    .comment-reply-title,
    .edit-link,
    .entry-comments-link,
    .entry-footer,
    .genesis-box,
    .header-widget-area,
    .hidden-print,
    .home-top,
    .nav-primary,
    .nav-secondary,
    .post-edit-link,
    .sidebar {
        display: none !important;
    }
    .title-area {
        text-align: center;
        width: 100%;
    }
    .site-title > a {
        margin: 0;
        text-decoration: none;
        text-indent: 0;
    }
    .site-inner {
        padding-top: 0;
        position: relative;
    }
    .author-box {
        margin-bottom: 0;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3;
    }
    img {
        page-break-after: avoid;
        page-break-inside: avoid;
    }
    blockquote,
    pre,
    table {
        page-break-inside: avoid;
    }
    dl,
    ol,
    ul {
        page-break-before: avoid;
    }
}

@media only screen and (max-width: 1366px) {
    .featured-page-listing {
        max-width: 700px;
    }
    .services-section .services.col-four:nth-child(4n+2) {
        margin: 0 0 0 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .services-section .services.col-four:nth-child(4n+3) {
        margin: 0 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .services-section .services.col-four {
        width: 32%;
    }
    .services-section .services.col-four:nth-child(3n+2) {
        margin: 0 2%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .services-section-form {
	    top: 0;
	    right: 0;
	}
}

@media only screen and (max-width: 1200px) {
    .featured-page-listing {
        max-width: 620px;
    }
    .caption-content.pos-center,
    .caption-content.pos-left,
    .caption-content.pos-right {
        max-width: 450px;
        display: block;
        width: 100%;
    }
}

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

.top-header-ads,
.below-header-ads.ads-first-close,
.home-slider.top-ads.below-ads.ads-closed-top.ads-closed,
.inner_page_banner.image-banner.lozad.top-ads.below-ads.ads-closed-top.ads-closed,
.home-slider.no-top-adas.no-below-adas,
.home-slider.top-ads.no-below-adas.ads-closed-top,
.below-header-ads.no-no-top-adas,
.home-slider.no-top-adas.below-ads.ads-closed,
.inner_page_banner.no-top-adas.below-ads.ads-closed,
.inner_page_banner.top-ads.no-below-adas.ads-closed-top,
.inner_page_banner.no-top-adas.no-below-adas,
.inner_page_banner.top-ads.below-ads.ads-closed-top.ads-closed,
body.body-scrolled .home-slider.no-top-adas.no-below-adas,
body.body-scrolled .below-header-ads.ads-first-close,
body.body-scrolled .home-slider.top-ads.below-ads.ads-closed-top.ads-closed,
body.body-scrolled .home-slider.top-ads.no-below-adas.ads-closed-top,
body.body-scrolled .below-header-ads.no-no-top-adas,
body.body-scrolled .home-slider.no-top-adas.below-ads.ads-closed,
body.body-scrolled .inner_page_banner.no-top-adas.below-ads.ads-closed,
body.body-scrolled .inner_page_banner.top-ads.no-below-adas.ads-closed-top,
body.body-scrolled .inner_page_banner.no-top-adas.no-below-adas,
body.body-scrolled .inner_page_banner.top-ads.below-ads.ads-closed-top.ads-closed {
    margin-top: 100px;
}
body.body-scrolled .top-header-ads {
    display: block;
}
body.body-scrolled .below-header-ads,
body.body-scrolled .home-slider.top-ads.below-ads.ads-closed,
body.body-scrolled .inner_page_banner.top-ads.below-ads.ads-closed,
body.body-scrolled .home-slider.top-ads.no-below-adas,
body.body-scrolled .inner_page_banner.top-ads.no-below-adas {
    margin-top: 0;
}
.top-header-ads .wrap {
    padding: 15px 30px;
}
.below-header-ads .wrap {
    padding: 30px 15px 15px 15px;
}
.top-header-ads .ads-close {
    top: 5px;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.below-header-ads .ads-close {
    top: 5px;
}


    .slider-badge.animated.activate {
        display: none;
    }
    .slider-badge {
	    display: none;
	}
    .caption-content.pos-center,
    .caption-content.pos-left,
    .caption-content.pos-right {
        max-width: 100%;
    }
    .featured-page-listing {
        max-width: 100%;
    }
    .homepage-services,
    .testimonial-container,
    .call-to-action,
    .homepage-blog,
    .badges,
    footer.site-footer-image,
    footer.site-footer {
        padding: 20px 0;
    }
    .services-section .services.col-three:nth-child(3n+2),
    .services-section .services.col-four:nth-child(3n+2) {
        margin: 0 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .services-section .services.col-three:nth-child(odd),
    .services-section .services.col-four:nth-child(odd) {
        margin-right: 2%;
    }
    .services-section .services.col-three,
    .services-section .services.col-four {
        width: 49%;
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .footer-section:last-child {
        margin-bottom: 0;
    }
    .footer-section.col-four:nth-child(odd) {
        margin-right: 2%;
    }
    .footer-section.col-four {
        width: 49%;
        margin: 0 0;
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-section.col-three {
        width: 100%;
        text-align: center;
        margin: 0 0;
        margin-bottom: 20px;
    }
    .cta-footer {
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 1;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .cta-footer .footer-cta-btn {
        text-align: center;
    }
    .cta-footer .footer-cta-btn a {
        padding: 5px 20px;
    }
    .homepage-testimonial,
    footer.site-footer-image {
        background-attachment: unset;
    }
    .widget-area.header-widget-area {
        display: none;
    }
    .top-header {
        display: none;
    }
    header.site-header,
    body.body-scrolled header.site-header {
        position: fixed;
    }
    .site-header {
        position: fixed;
        top: 0;
        height: 50px;
        z-index: 10;
    }
    .site-header .wrap .title-area {
        float: none;
        text-align: center;
        width: 100%;
    }
    header.site-header .wrap .title-area img {
        height: 50px;
        margin: 0 auto;
        display: block;
        text-align: center;
        padding: 5px 0;
    }
    .default-phone-mobile {
        display: block;
    }
    .mobile-extras {
        display: block;
    }
    .extras-toggle {
        padding: 10px 20px;
        cursor: pointer;
        position: fixed;
        top: 0;
        z-index: 11;
    }
    .extras-toggle:before {
        content: "\f142";
        font-family: FontAwesome;
        font-size: 27px;
    }
    .extras-content {
        position: fixed;
        z-index: 11;
        top: 50px;
        background-color: #000;
        color: #fff;
        padding: 10px;
        font-size: 14px;
        left: -160%;
        transition: all 0.5s ease;
    }
	.extras-list li span {
		display: inline-block;
		vertical-align: top;
	}
    .extras-content.show-extras {
        left: 0;
        transition: all 0.5s ease;
    }
    .extras-content ul li {
        padding: 5px 0;
    }
    .extras-content ul li.site-sub-menu a {
        color: #fff;
    }
    nav#genesis-nav-primary.fixed-nav {
        top: 0px;
    }
    header.site-header .wrap {
        padding: 0px;
    }
    sidebar {
        float: none;
        width: 100%;
    }
    .content {
        float: none;
        width: 100%;
    }
    .genesis-responsive-menu {
        position: fixed;
        display: none;
        width: 100% !important;
        height: 100%;
        overflow-y: scroll;
        z-index: 20;
        left: 0;
        margin-top: 51px;
    }
    nav#genesis-nav-primary ul {
        text-align: left;
        display: table;
        height: auto;
    }
    .genesis-nav-menu .sub-menu,
    .genesis-nav-menu .sub-menu a {
        width: 100%;
    }
    .container {
        padding: 0;
    }
    .caption-content.pos-left,
    .caption-content.pos-right {
        margin: 0 auto;
        display: block;
    }
    .slide-item .the-slide,
    .home-slider .slider-container {
        height: 300px;
    }
    .slider-title {
        font-size: 30px;
    }
    .slider-text p {
        font-size: 18px;
    }
    .home-slider-badge ul li img {
        height: 50px;
    }
    .qoute-container {
        padding: 20px 0;
    }
    .quote-info {
        font-size: 20px;
    }
    .genesis-nav-menu .sub-menu {
        padding-left: 0px;
    }
    .inner-banner-info .banner-title {
        font-size: 30px;
    }
    .sub-menu-toggle:before {
        font-family: FontAwesome;
        content: "\f107";
    }
    li#header-email,
    li#header-btn {
        margin-left: 0;
    }
    .header-bottom ul.secondary-nav {
        display: none;
    }
    .header-bottom .site-logo {
        position: relative;
        min-width: auto;
        margin: 0 auto;
    }
    .header-bottom .site-logo a img {
        height: 45px;
        width: auto;
    }
    .header-top .site-name,
    .header-top .site-info ul.header-media li:not(:last-child) {
        display: none;
    }
    nav#genesis-nav-primary {
        display: none;
    }
    ul#menu-main-navigation ul.sub-menu li a span:before {
        content: "\f0da";
        font-family: FontAwesome;
        margin: 0 10px;
    }
    ul#menu-main-navigation {
        padding-bottom: 100px;
    }
    .slider-form {
        display: none;
    }
    .services-section .services-section-container.col-seven-tenth {
	    width: 100%;
	    position: relative;
	    float: none;
	}
	.services-section .services-section-form.col-three-tenth {
	    width: 100%;
	    max-width: 400px;
	    margin: 0 auto;
	    display: block;
	    float: none;
	    position: relative;
	}
	.call-to-action .col-sixth-tenth {
	    width: 100%;
	    text-align: center;
	}
	.call-to-action .col-forth-tenth {
	    width: 100%;
	    text-align: center;
	}
	.testimonial-info.col-three-tenth {
	    width: 100%;
	}
	.testimonial-info.col-three-tenth > div {
	    text-align: center;
	    margin-bottom: 20px;
	}
	.testimonial-review.col-seven-tenth {
	    width: 100%;
	}
	.copy-right .container {
	    margin-bottom: 20px;
	}
}

@media only screen and (max-width: 990px) {
    .tt-content {
        max-width: 600px;
    }
    .call-to-action .col-one-forth {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .call-to-action .col-third-forth {
        width: 100%;
    }
    .call-to-action .form-container {
        padding-left: 0px;
    }
    .call-to-action form .col-three {
        width: 100%;
        margin: 0 0;
        float: left;
    }
}

@media only screen and (max-width: 940px) {
    .featured-blog-items {
        display: block;
    }
    .featured-blog-items .col-three {
        width: 100%;
        margin: 10px 0;
        float: none;
    }
    .homepage-blog .wrap {
        max-width: 500px;
    }
    .contact-us-page .contact-cta .col-two {
        width: 100%;
        margin: 0 auto 20px;
    }
    .contact-us-page .contact-cta .col-three {
        width: 100%;
        margin: 0 auto 20px;
        text-align: center;
    }
}

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

    .featured-page-listing {
        display: block;
    }
    .home-featured_page .featured_page.col-three {
	    width: 100%;
	    display: block;
	    padding: 5px;
	    margin: 0 auto;
	}
    .entry {
        margin-bottom: 0;
    }
    .services-section .services.col-two:nth-child(odd),
    .services-section .services.col-three:nth-child(odd),
    .services-section .services.col-four:nth-child(odd) {
        margin-right: 0;
    }
    .services-section .services.col-two,
    .services-section .services.col-three,
    .services-section .services.col-four {
        width: 100%;
        float: left;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .footer-section.col-four:nth-child(odd) {
        margin-right: 0;
    }
    .footer-section.col-four,
    .footer-section.col-two {
        width: 100%;
        margin: 0 0;
        text-align: center;
        margin-bottom: 20px;
    }
    .slide-item .the-slide,
    .inner_page_banner,
    .home-slider .slider-container {
        height: 200px;
    }
    .slider-text p {
        font-size: 14px;
    }
    .slider-title {
        font-size: 25px;
    }
    .home-slider .slick-arrow {
        display: none !important;
    }
    .featured-info {
        margin-top: 0;
        margin-bottom: 0;
    }
    .about-container > div {
        display: block;
    }
    .about-us-image {
        width: 100%;
    }
    .about-us-info {
        margin-left: 0;
        width: 100%;
    }
    .promo-container {
        display: block;
    }
    .promo-container > div {
        width: 100%;
        padding: 25px 0;
    }
    .promo-container > div:nth-child(3n+2) {
        margin: 10px auto;
    }
    .copy-right-container p {
        text-align: center;
    }
    .page-services-list {
        display: block;
    }
    .service-odd .page-service-image,
    .service-even .page-service-content {
        margin-right: 0;
    }
    .page-services-list > div {
        width: 100%;
    }
    .psc-info {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .page-service-image img {
        width: auto;
        display: block;
        margin: 0 auto;
    }
    .custom-blog-post article,
    .archive article .new-archive {
        width: 100%;
        margin: 0 auto 20px;
        display: block;
    }
    .latest-info {
        width: 100%;
    }
    .latest-img {
        width: 100%;
        height: 350px;
    }
    .archive article {
        margin: 0;
    }
    .quote-content > div {
        display: block;
    }
    .quote-info {
        width: 100%;
        font-size: 18px;
        margin-bottom: 20px;
        text-align: center;
    }
    .quote-btn {
        width: 100%;
        text-align: center;
    }
    .quote-btn a {
        top: 0;
        position: relative;
        transform: translate(0);
        transform-style: preserve-3d;
    }
    .inner-banner-info .banner-caption {
        font-size: 16px;
    }
    .slider-caption {
        top: auto;
        bottom: 5%;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .contact-us-page .site-title {
        text-align: center;
    }
    .cta-site-info > div {
        width: auto;
        margin-bottom: 20px;
    }
    .contact-us-page .wrap {
        padding: 0;
    }
    .site-cta-info {
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
    .cta-site-info {
        display: block;
    }
    .cta-phone.cta-info {
        text-align: left;
    }
    .cta-form-fields .form-col2 {
        display: block;
    }
    .cta-form-fields .form-col2 > div {
        width: 100%;
    }
    .cta-form-fields .form-col2 > div:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .testimonial-container .quote-left,
    .testimonial-container .quote-right {
        position: relative;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        top: 0;
    }
    .tt-content {
        font-size: 14px;
    }
    .entry-content ul.list-two-col {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    .main-form .form-title,
    .popup-form .form-title {
        font-size: 20px;
    }
    .home-slider {
        padding-bottom: 20px;
    }
    .new-article .col-forth-tenth,
    .custom-blog-post .col-forth-tenth {
        width: 100%;
    }
    .new-article .col-sixth-tenth,
    .custom-blog-post .col-sixth-tenth {
        width: 100%;
    }
    .new-article .col-forth-tenth img,
    .custom-blog-post .col-forth-tenth img {
        width: 400px;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
    }
    .new-article .blog-post .blog-content,
    .custom-blog-post .blog-post .blog-content {
        padding-left: 0;
    }
    .col-three-tenth.cta-site-info {
        width: 100%;
    }
    .col-seven-tenth.contact-us-form {
        padding-left: 0;
        width: 100%;
    }
    a.alignright, img.alignright, a.alignnone {
        margin: 0 auto 10px;
        display: block;
        float: none;
    }
    .inner-services .col-one-forth,
    .inner-services .col-third-forth {
        width: 100%;
        float: none;
    }
    .inner-services .col-third-forth .service-content-list {
        margin-left: 0;
    }
    .gallery-slider .wrap {
        padding: 15px 0;
    }
    .inner-service > div {
	    width: 100%;
	}
	.inner-service-image img {
	    width: auto;
	    margin: 0 auto;
	    display: block;
	}
    .call-to-action .col-five-tenth {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .slider-btn .first-btn a,
    .slider-btn div#cta-btn a {
        font-size: 10px;
    }
    .slider-text p {
        font-size: 12px;
    }
    .slider-title {
        font-size: 20px;
    }
    .content h1 {
        font-size: 30px;
    }
    .main-form .form-title,
    .popup-form .form-title {
        font-size: 16px;
    }
    .featured-title {
        font-size: 1.5em;
    }
    .about-us-title {
        font-size: 20px;
    }
    .inner_page_banner {
        height: 200px;
    }
    .inner-banner-info {
        bottom: 15px;
    }
    .inner-banner-info .banner-title {
        font-size: 20px;
    }
    .inner-banner-info .banner-caption {
        font-size: 14px;
    }
}

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

    .gallery-slider ul.before-after-image-list li {
        height: 190px;
    }
    ul.grid-gallery .col-four,
    ul.gallery-images-category .col-four {
        height: 90px;
    }
    ul.grid-gallery .col-three,
    ul.gallery-images-category .col-three {
        height: 100px;
    }
  .form-fields a.close {
        right: 10px;
        top: -20px;
    }
    .slider-btn .first-btn a {
        padding: 10px 10px;
    }
    .slider-btn div#cta-btn a {
        padding: 13px 10px;
    }
    .tt-content {
        font-size: 12px;
    }
    .inner-banner-info .banner-title {
        font-size: 25px;
    }
    .latest-img {
        height: 250px;
    }
    .latest-img {
        background-size: contain;
    }
    .author-date {
        font-size: 12px;
    }
    .slide-btn a {
        font-size: 15px;
        padding: 5px 5px;
    }
}