/*!
Theme Name: gentlejogger
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gentlejogger
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Open Sans';
	font-size:18px;
	line-height: 1.8em;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height:1.5em;
}

p {
	margin-bottom: 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
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
	margin:0px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

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 {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

button.menu-toggle{display:none;}




/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	
}

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.site-header{max-width:1180px; margin-left:auto; margin-right:auto; border-bottom:1px solid #fff; display:table; width:100%; margin-bottom:15px;}
.site-branding{display:table-cell; vertical-align: middle; padding-bottom:25px; padding-left:25px;}
#site-navigation{display:table-cell; vertical-align:middle; padding-bottom:25px; text-align:right;}
#site-navigation a{color:#fff; border-bottom:none; text-decoration: none;}
#site-navigation ul li{list-style:none;}
.heroBtnRow{text-align: center;}
.heroBtnRow .vc_btn3.vc_btn3-size-md{width:175px;}

.wrapper{max-width:1180px; margin-left:auto; margin-right:auto;}
.inline{display:inline;}
body.home .slick-dots li{display:block;}
body.home .ult-carousel-wrapper.ult_vertical ul.slick-dots{bottom:auto;}
body.home .ult-carousel-wrapper .slick-dots li i{font-size:10px;}
.gform_body ul{padding-left:0px; margin-left:0px; margin-bottom:0px;}
.gform_body ul li{list-style:none;}
.gform_body label{display:none;}
.gform_body input[type="text"], .gform_body input, .gform_body textarea[type="email"]{width:100%; padding:5px 20px; border-radius:25px;}
.gform_footer input[type="submit"]{border-radius:25px; background-color:#00357a; color:#fff !important; padding:14px 35px; font-size:inherit; cursor: pointer;}
body.home .gform_body{max-width:386px;}
#gform_4 .gform_footer{max-width:386px; margin-left:auto; margin-right:auto; text-align:center;}

#gform_4 .gform_footer input[type="submit"]{width:100%;}
body.home .gform_body ul li{margin-bottom:0px; line-height:normal;}
body.home #gform_1 .gform_body ul li{margin-bottom:20px;}

body .vc_btn3:hover{color:#fff !important; background-color:rgb(35, 31, 32) !important; border-color:rgb(35, 31, 32) !important;}

body #footerTopper{background-color:#231f20; padding:50px 0px;}
body #footerTopper{color:#fff;}
body #footerTopper a{color:#fff; text-decoration:none; border-bottom:none;}
body #footerTopper a:hover{border-bottom:1px solid #fff;}
body #footerBottom{background-color:#231f20;}
body #footerBottom .wrapper{border-top:1px solid #fff; display:table; width:100%; padding:30px 0px; color:#fff;}
body #footerBottom .wrapper #footerBottomLeft{display: table-cell; width:50%; text-align: center;}
body #footerBottom .wrapper #footerBottomRight{text-align: right; text-align: center;}
body #footerBottom .wrapper a{color:#fff; text-decoration: none;}
body #footerBottom .wrapper a:hover{border-bottom:1px solid #fff;}
body #gform_wrapper_2 form {position:relative;; width:100%; max-width:225px; margin-left:auto; margin-right:auto;}
body #gform_wrapper_2 form .gform_body{}
body #gform_wrapper_2 form .gform_footer{position:absolute; right:10px; top:8px;}
body #gform_wrapper_2 .gform_body input[type="text"]{padding:14px 19px; line-height:normal; font-size:18px; border-color:rgb(35, 31, 32); border-width:2px; color:rgb(35, 31, 32);}
body #gform_wrapper_2 .validation_error{display:none;}
body #gform_wrapper_2 .validation_message{font-size:11px; color:red; margin-top:10px; text-align:center;}

.validation_error, .validation_message{color:red !important; font-size:11px !important; padding:5px 0px !important;}
.ult_modal-body div.validation_error, .ult_modal-body div.validation_message{color:#fff !important; font-size:11px !important; padding:5px 0px !important;}
@media screen and (min-width:961px){
li.preOrder a{background-color:#fff !important; border-radius:25px !important; color:#31bded !important; padding:14px 20px !important; height:auto !important; line-height:normal !important;}
li.preOrder a:hover{background:rgb(35, 31, 32) !important; color:#fff !important;}
	}
body #gform_wrapper_2 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:rgb(35, 31, 32);
}
body #gform_wrapper_2 ::-moz-placeholder { /* Firefox 19+ */
  color:rgb(35, 31, 32);
}
:-ms-input-placeholder { /* IE 10+ */
  color:rgb(35, 31, 32);
}
body #gform_wrapper_2 :-moz-placeholder { /* Firefox 18- */
  color:rgb(35, 31, 32);
}
.wpb_text_column a{color:#34c4f3; text-decoration: none; border-bottom:1px solid #34c4f3;}
#contactRow{background:url(/wp-content/uploads/2018/02/bg-contact.gif) repeat-y; background-size:93%;}
#contactRow p{margin:0px;}
#contactRow a{color:#231f20; border-bottom:none;}
#contactRow a:hover{border-bottom:1px solid #231f20;}
body.page-id-164 .hentry{margin-bottom:0px;}
#gform_wrapper_3{max-width:465px;}
#gform_wrapper_3 input, #gform_wrapper_3 textarea{margin:5px 0px; border-color:#918F8F; border-width:2px; border-radius:25px; padding:8px 20px;}
#gform_wrapper_3 textarea{max-height:150px;}
#gform_wrapper_3 .gform_footer input[type="submit"]{border:none; background-color:#006bb8; padding:14px 25px; cursor:pointer;}
#gform_wrapper_3 .gform_footer input[type="submit"]:hover{background-color:rgb(35, 31, 32);}
#gform_wrapper_3 .gform_body ul{margin-bottom:0px;}
body #gform_wrapper_3 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:rgb(35, 31, 32);
}
body #gform_wrapper_3 ::-moz-placeholder { /* Firefox 19+ */
  color:rgb(35, 31, 32);
}
:-ms-input-placeholder { /* IE 10+ */
  color:rgb(35, 31, 32);
}
body #gform_wrapper_3 :-moz-placeholder { /* Firefox 18- */
  color:rgb(35, 31, 32);
}
body .vc_grid-filter-dropdown{margin-bottom:60px;}

.ult_modal-content {
	border:none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
	color:#fff !important;
	font-weight:300 !important;
	font-size:40px;
}
.ult_modal-content h2{text-align: center; font-weight:300 !important; font-size:41px; line-height: normal;}
.ult_modal-content .gform_body{margin-left:auto; margin-right:auto; max-width:386px;}
body.home .ult-overlay:first-of-type .ult_modal-content{max-width:450px; margin-left:auto; margin-right:auto;}

.gform_body .ginput_container_checkbox label{display:block; font-size:18px; display:inline-block;}
.gform_body .ginput_container_checkbox input{width:auto; }
.gform_body .ginput_container_checkbox ul li{line-height: normal;}
.ult_modal-content .gform_body select{border-radius:25px; padding:5px 20px; width:100%;}
body .vc_grid-item{position:relative !important; float:left !important; top:0px !important; left:0px !important; width:33%;}
body .vc_grid-item:nth-child(3n+1){clear:left;}
.vc_btn3.vc_btn3-size-md{font-size:18px !important;}
body .vc_grid-item:nth-child(5n){width:66%;}
body .vc_grid-item .vc_gitem-zone:first-child{max-height:242px; -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;}
body .vc_grid-item .postBottom{-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px; padding:15px;}
body .vc_grid-item:hover .postBottom{background-color:#006bb8 !important; color:#fff !important;}
.PostTitleField h4{font-size:22px; font-weight:normal; margin-top:0px;}
.PostDateField div:before{background:url(images/ClockGray.png) no-repeat center center; width:14px; height:14px; content:''; display:inline-block; margin-right:5px;}
body .vc_grid-item:hover .postBottom .PostDateField div:before{background:url(images/ClockWhite.png) no-repeat center center;}

.max700{max-width:700px; padding:20px; margin-left:auto !important; margin-right:auto !important;}
.nav-links{margin-bottom:50px;}
.nav-next::after{clear:both;}

#PostNavLinks a{color:#231f20; text-decoration: none; padding:10px 20px; display:inline-block; border:2px solid #f4f4f4; border-radius:25px;}
#PostNavLinks a:hover{border-color:#34c4f3;}
#PostNavLinks{margin-bottom:50px;}
#PostNavLinks a[rel="prev"]{float:left;}
#PostNavLinks a[rel="next"]{float:right;}
.clear{clear:both;}
.content-area{padding-left:20px; padding-right:20px;}
#gform_4 .gform_footer input[type="submit"]{font-size:18px; background:transparent; padding:14px 45px; margin-top:30px; border-width:2px; border-color: #fff;}
#gform_4 .gform_footer input[type="submit"]:hover{border-color:#fff; background-color:#fff; color: rgb(0, 107, 184) !important;}
.BlueCircle{margin-right:10px; font-weight:bold !important;}
.BlueCircle button{font-weight:bold !important; font-size: 16px !important; padding: 8px 15px !important;}
h1{line-height: normal;}
footer p{padding-left:20px; padding-right:20px;}
h3{font-size:20px;}
#SocialIconsRow{text-align:center;}
#SocialIconsRow .vc_col-sm-4{width:auto; float:none; display:inline-block; margin-left:20px; margin-right:20px;}
#SocialIconsRow a{border-bottom:none !important;}
#mega-menu-menu-1 li:nth-of-type(6), #mega-menu-menu-1 li:nth-of-type(7), #mega-menu-menu-1 li:nth-of-type(8){margin-right:0px !important;}
sub{    vertical-align: top;
    font-size: 20px;
    position: relative;
    top: 10px;
    left: -5px;
}
@media screen and (min-width:1300px){
	.BlueCircle{margin-left:-42px;}
}
@media screen and (max-width:960px){
		.site-branding, #site-navigation{display: block; width:auto; text-align: center; padding-left:0px;}
	#site-navigation{padding-bottom:0px;}
}
@media screen and (min-width:768px){
.caregiverInfo{position:absolute !important; top:20%; left:0px; max-width:500px;}
	#FtResources{border:2px solid #f4f4f4; border-radius:10px;}
	.FtCell{padding:40px 0px 60px 0px;}
}

@media screen and (max-width:768px){
body #footerBottom .wrapper{display: block;}
body #footerBottom .wrapper #footerBottomLeft{display:block; width:auto;}
body #footerBottom .wrapper #footerBottomRight{display:block; width:auto;}

}

@media screen and (max-width:767px){
	#contactRow{background:none;}
	body #contactRow .vc_column-inner{margin-right:0px !important;}
	body #contactRow .vc_empty_space{height:32px !important;}
	body #contactRow .wpb_single_image.vc_align_left{text-align: center;}
	body #contactRow .vc_custom_heading{text-align:center !important;}
	body #contactRow .wpb_content_element{text-align: center;}
	body #contactRow #gform_wrapper_3{margin-left:auto; margin-right:auto;}
}
@media screen and (max-width:480px){
	h1{font-size:45px !important;}
}

.entry-content{max-width:1170px; margin-left:auto; margin-right:auto;}
.gform_footer input[type="image"]{margin-top:3px;}