/*
Theme Name: Claremont
Theme URI: https://uxlthemes.com/theme/claremont
Author: UXL Themes
Author URI: https://uxlthemes.com/
Description: Claremont WordPress theme is designed especially for contractors. It is free of unwanted bloat, is un-cluttered and fast loading and comes with multiple widgets which can be used to display very effective call-to-action areas such as contact telephone number and customer submit details or request a quote form. Claremont comes pre-loaded with a variety of color schemes. It is fully responsive too, so when you style your WordPress site with the Claremont theme, you can be sure that it will look great on all devices.
Version: 1.7
Requires at least: 4.5
Tested up to: 6.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: claremont
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Claremont is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Thanks to Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

Note: Do not edit this file. If you wish to add your own CSS we strongly
recommend creating your own child theme, or installing a custom CSS plugin.
*/

/* ==========================================================================
   RESET BROWSER
   ========================================================================== */
html {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	margin: 0;
	background: #e1ecf5;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
select {
	width: 100%;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
optgroup {
	font-weight: bold;
}
table, th, td {
	border: 1px solid rgba(51, 51, 51, .1);
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}
th, td {
	padding: 6px;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}
td {
	border-width: 0 1px 1px 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
body,
button,
input,
select,
textarea {
	color: #3b3b3b;
	font: 400 16px/1.625 "Open Sans", Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 100%;
	font-weight: 600;
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
h2 {
	font-size: 1.5em;
	margin: .83em 0;
}
h3 {
	font-size: 1.17em;
	margin: 1em 0;
}
h4 {
	font-size: 1em;
}
p {
	margin: 0 0 1.5em;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}

/* ==========================================================================
   ELEMENTS
   ========================================================================== */
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
	border-left: 3px solid;
	padding: 0 10px;
}
blockquote cite,
q cite {
	font-size: 12px;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,
ol {
	margin: 0 0 1.5em 3em;
	padding: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
a {
	color: #0065BD;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #000000;
	outline: none;
}

/* ==========================================================================
   FORMS & BUTTONS
   ========================================================================== */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #69BE28;
	border: 0;
    border-radius: 3px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
    color: #ffffff;
    text-shadow: 0 1px 0 #000000;
    padding: 4px 14px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border: 0;
    border-radius: 3px;
    box-shadow: inset 0 -100px 0 transparent;
    color: #ffffff;
    text-shadow: 0 1px 0 #000000;
    padding: 4px 14px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all linear 1s;
	-moz-transition: all linear 1s;
	transition: all linear 1s;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	outline: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
	color: #939393;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	padding: 0px 10px;
	height: 38px;
	width: 100%;
	line-height: 38px;
	font-size: 14px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
	outline: 0;
	border: 1px solid #e9e9e9;
}
textarea {
	width: 100%;
	height: auto;
	overflow: auto;
	line-height: inherit;
	padding: 10px;
}
.post-password-form label {
	text-indent: -999em;
}
.post-password-form label,
.post-password-form input {
}
.bypostauthor {}
.more-link {
	position: relative;
}
.more-link:hover:after {
	width: 100%;
	left: 0;
}

/* ==========================================================================
   ACCESSIBILITY
   ========================================================================== */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* ==========================================================================
   ALIGNMENT
   ========================================================================== */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
img.alignleft {
	margin-bottom: 1em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* ==========================================================================
   CLEARING
   ========================================================================== */
.clear:before,
.clear:after,
.container:before,
.container:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}
.clear:after,
.container:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
.container {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding: 0 20px 0 20px;
}

/* ==========================================================================
   CAPTIONS
   ========================================================================== */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-style: italic;
}
.wp-caption-text {
	text-align: center;
}

/* ==========================================================================
   GALLERIES
   ========================================================================== */
.gallery {
	margin: 0 -1px 20px -1px;
	position: relative;
}
.gallery:after {
	clear: both;
	content: "";
	display: block;
}
.gallery .gallery-item {
	float: left;
	padding: 2px;
	border: 2px solid #f5f5f5;
	border-radius: 3px;
	background: transparent;
	overflow: hidden;
	position: relative;
	margin: 0 4px 4px 0;
}
.gallery .gallery-item:hover .gallery-caption {
	margin-bottom: 0;
}
.gallery .gallery-item a {
	display: block;
	position: relative;
}
.gallery .gallery-item a::after {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.2);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
.gallery .gallery-item a:hover:after {
	visibility: visible;
	opacity: 1;
}
.gallery .gallery-item img {
	width: 100%;
	border-radius: 3px;
}
.gallery.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
	width: 49.5%;
	width: calc(50% - 6px);
}
.gallery.gallery-columns-3 .gallery-item {
	width: 32.8333333%;
	width: calc(33.3333333% - 6px);
}
.gallery.gallery-columns-4 .gallery-item {
	width: 24.5%;
	width: calc(25% - 6px);
}
.gallery.gallery-columns-5 .gallery-item {
	width: 19.5%;
	width: calc(20% - 6px);
}
.gallery.gallery-columns-6 .gallery-item {
	width: 16.1666667%;
	width: calc(16.6666667% - 6px);
}
.gallery.gallery-columns-7 .gallery-item {
	width: 13.7857143%;
	width: calc(14.2857143% - 6px);
}
.gallery.gallery-columns-8 .gallery-item {
	max-width: 12%;
	width: calc(12.5% - 6px);
}
.gallery.gallery-columns-9 .gallery-item {
	max-width: 10.6111111%;
	width: calc(11.1111111% - 6px);
}
.gallery.gallery-columns-7 .gallery-caption,
.gallery.gallery-columns-8 .gallery-caption,
.gallery.gallery-columns-9 .gallery-caption {
	display: none;
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	max-height: 50%;
	margin: 0;
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 2px;
	right: 2px;
	font-size: 12px;
	margin-bottom: -100%;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.site-header {
	background: #0065bd;
}
.site-branding {
	margin: 12px 0 12px 0;
	min-height: 105px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.top-logo {
	width: 24%;
	text-align: left;
}
.top-logo h1, .top-logo p {
	font-size: 2em;
	clear: both;
	line-height: 100%;
	font-weight: 600;
	margin: 0;
}
.top-logo a {
	color: #ffffff;
}
.top-logo a:hover {
}
.top-logo a:active {
	color: #ffffff;
}
.top-cta {
	width: 33%;
	text-align: center;
}
.top-cta .btn {
    background-color: #69be28;
    border: 0;
    border-radius: 3px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
    color: #ffffff;
    text-shadow: 0 1px 0 #000000;
    padding: 6px 16px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.top-cta .btn:hover {
    box-shadow: inset 0 -100px 0 transparent;
    -webkit-transition: all linear 1s;
	-moz-transition: all linear 1s;
	transition: all linear 1s;
}
.top-right {
	width: 43%;
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: 800;
	text-align: right;
	text-transform: uppercase;
}
.top-right p {
	margin: 0;
	padding: 0 0 5px 0;
}
.top-right-76 {
	width: 76%;
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: 800;
	text-align: right;
	text-transform: uppercase;
}
.top-right-76 p {
	margin: 0;
	padding: 0 0 5px 0;
}

.nav-container {
	background: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
}

.site-navigation {
	background-color: #ffffff;
	background-image: url('images/nav-bg.png');
	background-position: center center;
	background-repeat: repeat-x;
}

.top-subtitle {
	color: #ffffff;
	word-wrap: break-word;
}

.site-description {
	color: #f0ffe5;
	line-height: 1.2;
}

.top-leadin {
	color: #ffffff;
	line-height: 1;
	word-wrap: break-word;
}
p.top-leadin {
	padding: 0;
}

.top-tel {
	margin-top: -20px;
	color: #f0ffe5;
	font-size: 32px;
	line-height: 1;
	min-height: 32px;
	word-wrap: break-word;
}
.top-tel:before {
	font-family: 'FontAwesome';
	font-size: 30px;
	font-weight: normal;
	margin-right: 10px;
	content: "\f095";
	color: #69be28;
}

.mobile-trigger {
	display: none;
}
#primary-menu {	
	margin: 0;
	float: left;
}
#primary-menu li:first-child {
    background: none;
}
#primary-menu li {
	float: left;
	position: relative;
	list-style: none;
	background: url('images/nav-sep.png') no-repeat center left;
}

#primary-menu > li.current-menu-item,
#primary-menu > li:hover,
#primary-menu > li.current-menu-item:hover {
	background-color: #0065bd;
	background-image: url('images/nav-bg.png');
	background-position: center center;
	background-repeat: repeat-x;
}

#primary-menu li a {
	display: block;
	color: #000000;
	padding: 9px 30px;
	text-shadow: 0 1px 0 #ffffff;
}

#primary-menu li.menu-item-has-children a {
	padding: 9px 40px 9px 30px;
}

.menu-item-has-children:after {
	font-family: 'FontAwesome';
	font-size: 16px;
	font-weight: normal;
	text-shadow: none;
	content: '\f107';
	color: #bebebe;
	position: absolute;
	top: 12px;
	right: 20px;
}
.menu-item-has-children .menu-item-has-children:after {
	content: '\f105';
	top: 8px;
}

#primary-menu li:hover a {
	color: #ffffff;
	text-shadow: 0 1px 0 #000000;
}
#primary-menu li a:hover {
	display: block;
	color: #ffffff;
	text-shadow: 0 1px 0 #000000;
}
#primary-menu li.current-menu-item a {
	display: block;
	color: #ffffff;
	text-shadow: 0 1px 0 #000000;
}

#primary-menu > li > a {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 1px;
}
#primary-menu ul {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	width: 240px;
	background-color: #0065bd;
	background-image: url('images/sub-menu-bg.png');
	background-repeat: repeat;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
	top: 140%;
	margin: 0;
	z-index: 10;
}
#primary-menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	top: 100%;
}
#primary-menu ul li {
	width: 100%;
	background: none;
}
#primary-menu ul li a {
	position: relative;
	overflow: hidden;
	color: #ffffff;
	text-shadow: 0 1px 0 #000000;
}
#primary-menu ul li a:hover {
	background: #69be28;
	color: #ffffff;
	text-shadow: 0 1px 0 #000000;
}
#primary-menu ul ul {
	left: 220px;
	top: 0;
}
#primary-menu ul li:hover ul {
	top: 0;
	left: 200px;
}

.site-search {
	float: right;
}
.site-search i {
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #000;
	font-weight: normal;
	font-style: normal;
	width: 46px;
	line-height: 47px;
	text-align: center;
	display: block;
}
.site-search i:hover {
	cursor: pointer;
}

.claremont-overlay {
	background-color: rgba(0,0,0,0.9);
	bottom: 0;
	cursor: default;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 10000;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}

.claremont-overlay:target {
	visibility: visible;
	opacity: 1;
}

.claremont-modal {
	background-color: #F9F9F9;
	display: inline-block;
	left: 50%;
	opacity: 0;
	padding: 40px;
	position: fixed;
	text-align: justify;
	top: 40%;
	visibility: hidden;
	z-index: 10010;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
}

.claremont-overlay:target+.claremont-modal {
	top: 50%;
	opacity: 1;
	visibility: visible;
}

.claremont-modal p, .claremont-modal div {
	margin-bottom: 10px;
}

.claremont-modal .fa-close {
	position: absolute;
	top: 0.1em;
	right: 0.25em;
	font-size: 2em;
}
/* ==========================================================================
   MAIN CONTENT
   ========================================================================== */
.site-main {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.site-content {
	padding: 25px 0;
	position: relative;
	z-index: 1;
}
.widget-area {
	float: right;
	width: 28%;
	font-size: 14px;
}
.hentry,
.widget,
.post-author,
.comments-area,
.error404 .content-area {
	background: #ffffff;
	border-radius: 3px;
	border-bottom: 2px solid #cfe1ef;
}
.hentry,
.comments-area {
	padding: 20px;
}
.hentry {
	margin-bottom: 30px;
}
.content-area {
	width: 100%;
	margin: 0;
}
.left-sidebar .content-area {
	width: 69%;
	width: -webkit-calc(72% - 25px);
	width: -moz-calc(72% - 25px);
	width: calc(72% - 25px);
	margin: 0 0 0 25px;
	float: right;
}
.left-sidebar .widget-area {
	float: left;
}
.right-sidebar .content-area {
	width: 69%;
	width: -webkit-calc(72% - 25px);
	width: -moz-calc(72% - 25px);
	width: calc(72% - 25px);
	margin: 0 25px 0 0;
	float: left;
}
.right-sidebar .widget-area {
	float: right;
}

.home-widget-left {
	float: left;
	width: 69%;
	width: -webkit-calc(72% - 25px);
	width: -moz-calc(72% - 25px);
	width: calc(72% - 25px);
	margin-right: 25px;
	margin-top: 25px;
	margin-bottom: -25px;
}
.home-widget-left .widget {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}
.home-widget-left .widget img {
	border-radius: 3px;
}

.slide-caption {
	right: 4.8%;
    position: absolute;
    top: 11.1%;
    width: 53%;
    float: right;
    background: rgba(0,0,0,0.6);
    border-radius: 3px;
	}
	
.slide-caption .heading1 {
	font-size:24px;
	color: #69be28;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 28px;
	margin: 7px 7px 10px 7px;
}
.slide-caption .heading2 {
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	line-height: 22px;
	margin:7px 7px 10px 7px;
}
.slide-caption .button1 {
	float: right;
	margin: 30px 15px 30px 0;
	text-align: right;
}
.slide-caption .button1 .btn { 
    background-color: #0065bd;
    border-radius: 3px;
    color: #ffffff;
    text-shadow: 0 1px 0 #000000;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
    padding: 6px 16px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all linear .5s;
	-moz-transition: all linear .5s;
	transition: all linear .5s;
}
.slide-caption .button1 .btn:hover { 
    box-shadow: inset 0 -100px 0 transparent;
    -webkit-transition: all linear 1s;
	-moz-transition: all linear 1s;
	transition: all linear 1s;
}

div.meteor-slides {
	margin: 0 auto;
    width: 100% !important;
}
div.meteor-slides.navpaged, div.meteor-slides.navboth {
    margin-bottom: 0;
}

.meteor-slides .meteor-buttons {
    bottom: 15px;
    height: 16px;
    padding: 0;
    text-align: center;
}
.meteor-slides .meteor-buttons a {
	background: url("images/slide-button.png") no-repeat scroll left top;
	display: inline-block;
	float: none;
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0 !important;
}
.meteor-slides .meteor-buttons a.activeSlide {
	background: url("images/slide-button.png") no-repeat scroll right top;
}

.home-widget-right {
	float: right;
	width: 28%;
	margin-top: 25px;
	margin-bottom: -25px;
	font-size: 20px;
	color: #000000;
	text-align: center;
}
.home-widget-right .widget {
	background: #f0ffe5;
	border: none;
}
.home-widget-right p {
	margin: 0 0 10px;
	line-height: 22px;
}

/* ==========================================================================
   WIDGETS
   ========================================================================== */
.widget {
	padding: 15px;
	margin-bottom: 25px;
}
#secondary .widget-title {
	background-color: #0065bd;
	background-image: url('images/nav-bg.png');
	background-position: center center;
	background-repeat: repeat-x;
    border-radius: 3px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px;
	margin: -15px -15px 15px -15px;
	font-size: 1.2em;
}
.widget ul {
	margin: 0;
}
.widget ul li {
	list-style: none;
	margin-top: 10px;
}
.widget > ul > li:first-child {
	margin: 0;
	padding-top: 0;
	border: 0;
}
.widget ul li a {
	color: #868686;
	position: relative;
}
.widget ul li a:hover {
	color: #000;
	position: relative;
}
.widget ul li a:before {
	font-family: 'FontAwesome';
	font-size: 16px;
	font-weight: normal;
	background-color: #69BE28;
	color: #ffffff;
	content: "\f105";
	padding: 0 5px 2px 7px;
	border-radius: 3px;
	margin-right: 7px;
}
.widget ul li .post-date {
	display: block;
	font-size: 10px;
	font-style: italic;
	margin-left: 35px;
}
.widget ul ul li {
	padding-left: 20px;
}
.recentcomments > a:before,
.recentcomments > a:after {
	display: none;
}
.recentcomments .comment-author-link a {
	padding-left: 15px !important;
}
.widget .widget-portfolio {
	margin: 0 -4px;
}
.widget .item {
	float: left;
	padding: 4px;
}
.widget .cols-2 .item {
	width: 50%;
}
.widget .cols-3 .item {
	width: 33.33%;
}
.widget .cols-4 .item {
	width: 25%;
}
.widget .cols-5 .item {
	width: 20%;
}
.widget .item img {
	border-radius: 2px;
}
.widget .item:hover img {
	opacity: .85;
}
.widget .post-item .post-title a {
	color: #3d3d3d;
}
.widget .post-item {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
}
.widget .post-item img {
	float: left;
	border-radius: 50%;
	margin-right: 17px;
}
.widget .post-item,
.widget .post-item .post-title {
	overflow: hidden;
}
.widget .post-item .post-title h5 {
	margin: 0 0 5px;
	font-weight: 600;
}
.widget .post-item .post-title a:hover {
	color: #0065bd;
}
.widget .post-item .post-title span {
	font-size: 11px;
}

/* ==========================================================================
   BLOG
   ========================================================================== */
.sticky {
	position: relative;
}
.sticky:after {
	content: "\f537";
	font-family: "dashicons";
	color: #69BE28;
	position: absolute;
	right: 7px;
	font-size: 36px;
	top: 0;
}
.entry-title {
	margin: 0 0 15px;
}
h1.entry-title {
	margin-bottom: 35px;
}
.entry-title a {
	color: #212121;
}
.entry-title a:hover {
	color: #626262;
}
.entry-meta {
	font-size: 13px;
	margin-bottom: 20px;
}
.entry-meta span:not(.comments-link) {
	margin-right: 20px;
}
.entry-meta .comments-link {
	float: right;
}
.entry-meta i,
.entry-footer i {
	font-family: 'FontAwesome';
	font-size: 14px;
	font-style: normal;
	color: #69BE28;
	margin-right: 5px;
}
.entry-thumbnail {
	margin-bottom: 25px;
}
.entry-thumbnail a {
	position: relative;
	display: block;
}
.entry-thumbnail a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(255, 255, 255, 0.2);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
.entry-thumbnail a:hover:before {
	opacity: 1;
}
.entry-footer {
	font-size: 13px;
	overflow: hidden;
	margin-top: 20px;
}
.entry-footer span {
	float: left;
}
.entry-footer .more-link {
	float: right;
}
.format-video .entry-thumbnail iframe,
.format-audio .entry-thumbnail iframe {
	max-width: 100%;
}
.wp-video,
.mejs-video {
	width: 100% !important;
}
.format-quote .entry-content,
.format-quote .quote-author {
	position: relative;
}
.mejs-audio {
	height: 78px !important;
	background: #333;
}
.mejs-audio .mejs-controls {
	margin-bottom: 22px !important;
}
.mejs-audio .mejs-controls .mejs-time-current {
	background: #e25050 !important;
}
.mejs-audio .mejs-controls .mejs-time-total,
.mejs-audio .mejs-controls .mejs-time-loaded {
	background: #000 !important;
}
.classic .format-quote .post-title,
.simple .format-quote .post-title {
	display: none;
}
.format-quote .entry-content {
	font-size: 16px;
	margin-top: 10px;
	padding-left: 65px !important;
}
.format-quote .entry-content:before {
	position: absolute;
	content: "";
}
.format-quote .entry-content:before {
	width: 30px;
	height: 24px;
	background: url(images/quotes.png) no-repeat;
	left: 18px;
	top: 6px;
}
.format-quote .quote-author {
	margin: -10px 0 27px;
	color: #878787;
	padding-bottom: 20px;
}
.pagination {
	text-align: center;
	margin: 70px 0 20px;
}
.pagination .page-numbers {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	height: 32px;
	line-height: 32px;
	background: #fff;
	border-bottom: 2px solid #cfe1ef;
	border-radius: 3px;
}

/* BLOG - SINGLE POST
   ========================================================================== */
.single .entry-footer {
	padding: 0;
	margin: 0;
	border: 0;
}
.post-navigation {
	clear: both;
	margin-top: 40px;
	border-top: 1px solid #e9e9e9;
	padding-top: 15px;
	overflow: hidden;
}
.nav-links > div {
	position: relative;
}
.nav-previous:before,
.nav-next:after {
	font-family: "dashicons";
	font-size: 10px;
	color: #868686;
}
.nav-previous:before {
	content: "\f341";
}
.nav-next:after {
	content: "\f345";
}
.nav-previous,
.post-author .avatar {
	float: left;
}
.nav-next {
	float: right;
}
.post-author {
	padding: 20px;
	margin-bottom: 25px;
	overflow: hidden;
}
.author-info {
	overflow: hidden;
	padding-left: 25px;
}
.author-info .name {
	font-weight: 600;
	color: #000;
	font-size: 18px;
}
.author-info p {
	font-size: 14px;
	color: #868686;
	margin: 0;
}

/* BLOG - COMMENTS WRAPPER
   ========================================================================== */
.comments-area {
	padding: 8px 20px;
	margin: 0 0 80px;
}
.comment-form input {
	width: 100%;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	float: left;
	width: calc( 33.33% - 10px );
	margin-bottom: 12px;
}
.comment-form .comment-form-email,
.comment-form .comment-form-author {
	margin-right: 15px;
}
.comment-form .form-submit {
	text-align: left;
}
.comment-form .submit {
	width: auto;
}
.comments-area ol {
	margin: 0;
	list-style: none;
}
.comments-area ul {
	list-style: none;
}
.comment-list li {
	list-style: none;
}
.comment-list ol.children li {
	margin-left: 15px;
}
.comment-meta time {
	color: #8a8a8a;
	font-size: 11px;
}
.reply {
	font-size: 12px;
	text-align: right;
}
.reply a {
	margin-left: 10px;
}
.comment-body {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.comment-list > li:last-child .comment-body {
	border: 0;
	margin: 0;
}

/* ==========================================================================
   404 PAGE
   ========================================================================== */
.error404 .content-area {
	width: 100%;
	margin: 0;
}
.not-found {
	padding: 150px 100px;
	text-align: center;
}
.search-form {
	max-width: 300px;
	margin: auto;
	overflow: hidden;
}
.search-form > * {
	float: left;
}
.search-form label {
	width: 65%;
}
.search-form > input {
	width: 35%;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
	font-size: 14px;
	padding: 25px 0;
	width: 100%;
	bottom: 0;
	background: #004d93;
	color: #ffffff;
}
.site-footer a {
	color: #f0ffe5;
}
.site-footer a:hover {
	color: #ffffff;
}
.footer-widget {
	overflow: hidden;
}
.footer-widget [class*="col-"] {
	float: left;
	margin-right: 2.4%;
}
.footer-widget [class*="col-"]:last-child {
	margin-right: 0;
}
.footer-widget .col-1 {
	width: 100%;
}
.footer-widget .col-1 .widget-title {
	border-bottom: none;
}
.footer-widget .col-2 {
	width: 48.8%;
}
.footer-widget .col-3 {
	width: 31.73333%;
}
.footer-widget .col-4 {
	width: 23.2%;
}
.footer-widget .widget {
	background: none;
	padding: 0;
	border-radius: 0;
	border: none;
}
.footer-widget .widget-title {
	font-size: 16px;
	padding: 0 0 10px;
	font-weight: 600;
	background: none;
	color: #fff;
	border-bottom: 2px solid rgba(255, 255, 255, .15);
	border-radius: 0;
}
.footer-widget .widget ul li {
	background: none;
	margin-top: 0;
}
.footer-widget .widget ul li a {
	padding-left: 0;
	color: #f0ffe5;
}
.footer-widget .widget ul li a:hover {
	color: #ffffff;
	padding-left: 0;
}
.footer-widget .widget ul li a:before,
.footer-widget .widget ul li a:after {
	background: rgba(255, 255, 255, .15);
}
.site-info {
	border-top: 1px solid rgba(255, 255, 255, .15);
	padding-top: 30px;
	width: 50%;
	float: left;
}
.theme-info {
	border-top: 1px solid rgba(255, 255, 255, .15);
	padding-top: 30px;
	width: 50%;
	float: left;
	text-align: right;
}
.site-info a,
.theme-info a {
	color: #69BE28;
}

/* ==========================================================================
   STICKY FOOTER
   ========================================================================== */
html, body{
	height: 100%;
}

#page.claremont-sticky-footer{
	position: relative;
	min-height: 100%;
}

#colophon.claremont-sticky-footer{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

/* ==========================================================================
   BLOCKS CSS
   ========================================================================== */
.site-content{
	overflow-x: hidden;
}

p.has-background{
	padding: 15px 20px;
	border-radius: 5px;
}

.entry-content .alignfull{
	margin-left: -webkit-calc(-50vw + 50%);
	margin-left: calc(-50vw + 50%);
	margin-right: -webkit-calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	max-width: 100vw;
	width: 100vw;
}
.entry-content .alignfull img{
	max-width: 100%;
	width: 100%;
}

.left-sidebar .content-area .entry-content .alignfull,
.right-sidebar .content-area .entry-content .alignfull,
.entry-content .alignwide{
	margin-left: -20px;
	margin-right: -20px;
	max-width: 100%;
	width: 100%;
}
.left-sidebar .content-area .entry-content .alignfull img,
.left-sidebar .content-area .wp-block-image.alignfull img,
.right-sidebar .content-area .entry-content .alignfull img,
.right-sidebar .content-area .wp-block-image.alignfull img,
.entry-content .alignwide img,
.wp-block-image.alignwide img{
	max-width: -webkit-calc(100% + 40px);
	max-width: calc(100% + 40px);
	width: -webkit-calc(100% + 40px);
	width: calc(100% + 40px);
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media screen and (max-width: 1024px) {
	.container {
		max-width: 1000px;
		padding: 0 5px 0 5px;
	}
	.site-branding {
		flex-direction: column;
	}
	.top-logo {
		width: calc(100% - 100px);
		margin: 0 auto;
		text-align: center;
		padding-bottom: 10px;
	}
	.top-logo img {
		max-height: 105px;
		width: auto;
	}
	.top-logo h1, .top-logo p {
		margin: 0;
		padding: 0;
		background: none;
	}
	.top-cta {
		width: calc(100% - 100px);
		margin: 10px auto 10px auto;
		text-align: center;
	}
	.top-right {
		width: calc(100% - 100px);
		margin: 0 auto;
		text-align: center;
	}
	.top-right-76 {
		width: calc(100% - 100px);
		margin: 0 auto;
		text-align: center;
	}
	.nav-container {
		background-color: transparent !important;
		padding: 0;
		position: absolute;
		top: 10px;
		width: 47px;
	}
	.site-navigation {
		background-color: rgba(0,0,0,.1) !important;
		background-image: none;
	}
	.site-search {
		width: 41px;
	}
	.site-search i, .site-search i:hover {
		color: #fff !important;
		background: rgba(255,255,255,.05) !important;
	}
	.mobile-trigger {
		display: block;
		float: left;
		position: relative;
		z-index: 100;
		width: 47px;
		height: 47px;
	}
	.mobile-trigger span,
	.mobile-trigger span:before,
	.mobile-trigger span:after,
	#primary-menu,
	.wrapper {
		-webkit-transition: all .2s;
		-moz-transition:    all .2s;
		transition:         all .2s;
	}
	.mobile-trigger span {
		background: #fff;
		height: 3px;
		position: absolute;
		left: 7px;
		top: calc(50% - 1px);
		width: 20px;
		border-radius: 3px;
	}
	.mobile-trigger span:before {
		content: "";
		position: absolute;
		background: #fff;
		border-radius: 3px;
	}
	.mobile-trigger span:after {
		content: "";
		position: absolute;
		background: #fff;
		border-radius: 3px;
	}
	.menu-item-has-children .sub-trigger:before,
	.menu-item-has-children .sub-trigger:after {
		content: "";
		position: absolute;
		background: #fff;
	}
	.mobile-trigger span:before,
	.mobile-trigger span:after {
		backface-visibility: hidden;
		height: 100%;
		width: 100%;
		-webkit-transform: translateZ(0);
		-moz-transform:    translateZ(0);
		-ms-transform:     translateZ(0);
		-o-transform:      translateZ(0);
		transform:         translateZ(0);
	}
	.mobile-trigger span:before {
		-webkit-transform: translateY(-6px);
		-moz-transform:    translateY(-6px);
		-ms-transform:     translateY(-6px);
		-o-transform:      translateY(-6px);
		transform:         translateY(-7px);
	}
	.mobile-trigger span:after {
		-webkit-transform: translateY(6px);
		-moz-transform:    translateY(6px);
		-ms-transform:     translateY(6px);
		-o-transform:      translateY(6px);
		transform:         translateY(7px);
	}
	.mobile-trigger.is-visible span {
		background: none;
		left: 3px;
		width: 28px;
	}
	.mobile-trigger.is-visible span:before {
		-webkit-transform: translateY(0) rotate(-45deg);
		-moz-transform:    translateY(0) rotate(-45deg);
		-ms-transform:     translateY(0) rotate(-45deg);
		-o-transform:      translateY(0) rotate(-45deg);
		transform:         translateY(0) rotate(-45deg);
	}
	.mobile-trigger.is-visible span:after {
		-webkit-transform: translateY(0) rotate(45deg);
		-moz-transform:    translateY(0) rotate(45deg);
		-ms-transform:     translateY(0) rotate(45deg);
		-o-transform:      translateY(0) rotate(45deg);
		transform:         translateY(0) rotate(45deg);
	}
	.wrapper {
		position: relative;
		left: 0;
	}
	#primary-menu {
		background: #cdcdcd;
		height: 100vh;
		overflow: auto;
		position: fixed;
		left: -250px;
		top: 0;
		width: 250px;
		z-index: 100;
	}
	.wrapper.is-visible {
		left: 250px;
	}
	.wrapper.is-visible #primary-menu {
		left: 0;
	}
	#primary-menu li {
		position: relative;
		width: 100%;
	}
	#primary-menu > li::after {
		display: none;
	}
	#primary-menu li a {
		padding: 8px 20px;
		margin: 0;
	}
	#primary-menu li.menu-item-has-children a {
		padding: 8px 20px;
	}
	.menu-item-has-children:after {
		display: none;
	}
	.menu-item-has-children .menu-item-has-children:after {
		display: none;
	}
	#primary-menu li a:hover {
		padding: 8px 20px;
		margin: 0;
	}
	#primary-menu > li.current-menu-item,
	#primary-menu > li:hover,
	#primary-menu > li.current-menu-item:hover {
		background-image: none;
	}
	.menu-item-has-children .sub-trigger {
		position: absolute;
		width: 36px;
		height: 36px;
		right: 0;
		top: 0;
		z-index: 100;
		cursor: pointer;
		display: block;
	}
	.menu-item-has-children .sub-trigger:before {
		height: 1px;
		left: calc(50% - 6px);
		top: calc(50% - 0.5px);
		width: 12px;
	}
	.menu-item-has-children .sub-trigger:after {
		height: 12px;
		left: calc(50% - 0.5px);
		top: calc(50% - 6px);
		width: 1px;
	}
	.menu-item-has-children .sub-trigger.is-open:after {
		background: none;
	}
	#primary-menu .sub-menu,
	#primary-menu li:hover > .sub-menu {
		left: 0;
		width: 250px;
		display: none;
		opacity: 1;
		visibility: visible;
		position: relative;
		top: 0;
		-webkit-transition: none;
		-moz-transition:    none;
		transition:         none;
	}
	#primary-menu .sub-menu {
		background: rgba(0, 0, 0, .1);
	}
	#primary-menu .sub-menu li {
		padding: 0;
		text-transform: none;
	}
	.slide-caption {
    	position: absolute;
    	width: 63%;
    	float: right;
    	background: rgba(0,0,0,0.6);
	}	
	.slide-caption .heading1{ font-size:20px; line-height:24px; margin:7px 7px 10px 7px; }
	.slide-caption .heading2{ font-size:14px; line-height:18px; margin:7px 7px 10px 7px; }
	.slide-caption .button1 {
		float: right;
		margin: 20px 15px 20px 0;
		text-align: right;
	}
	.home-widget-right {
		font-size: 16px;
	}
	.home-widget-right p {
		margin: 0 0 7px;
		line-height: 16px;
	}
}
@media screen and (max-width: 768px) {
	.site-content .container {
		max-width: 720px;
	}
	.top-logo h1, .top-logo p {
		font-size: 1.8em;
	}
	.top-logo img {
		max-height: 70px;
		width: auto;
	}
	.top-cta .btn {
		padding: 4px 14px;
		font-size: 18px;
	}
	.top-right {
		font-size: 18px;
	}
	.top-right-76 {
		font-size: 18px;
	}
	.top-tel {
		padding-right: 32px;
		font-size: 28px;
		min-height: 28px;
	}
	.top-tel:before {
		font-size: 26px;
	}
	.home-widget-left {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
		min-height: 0px;
	}
	.home-widget-right {
		float: none;
		width: 100%;
	}
	.meteor-slides .meteor-buttons {
    	bottom: 1px;
    	height: 16px;
    	padding: 0;
    	text-align: center;
	}
	.content-area,.left-sidebar .content-area,.right-sidebar .content-area,
	.widget-area,
	.site-search form input {
		width: 100%;
	}
	.site-footer {
		padding: 50px 20px;
	}
	.footer-widget [class*="col-"] {
		width: 48.8%;
	}
	.footer-widget [class*="col-"]:nth-child(2n) {
		margin-right: 0;
	}
	.site-info,
	.theme-info {
		width: 100%;
		float: none;
		text-align: center;
		border: none;
	}
	.claremont-modal {
		width: 90%;
	}
}
@media screen and (max-width: 736px) {
	body {
		padding-bottom: 0 !important;
	}
}
@media screen and (max-width: 540px) {
	.footer-widget [class*="col-"] {
		width: 100%;
		margin: 0;
	}
	.site-search form input {
		left: 0;
		text-align: center;
	}
	.slide-caption .heading1{
		font-size: 14px;
	}
	.slide-caption .heading2{
		display: none;
	}
	.top-right,
	.top-right-76 {
		font-size: 16px;
	}
}
@media screen and (max-width: 480px) {
	.site-search form input::-webkit-input-placeholder {
		font-size: 15px;
	}
	.site-search form input:-moz-placeholder {
		font-size: 15px;
	}
	.site-search form input::-moz-placeholder {
		font-size: 15px;
	}
	.site-search form input:-ms-input-placeholder {
		font-size: 15px;
	}
	.slide-caption .button1{
		display: none;
	}
	.claremont-modal{
		width: 100%;
	}
}