/*
Theme Name: Senior Care Solutions
Theme URI: http://lojomarketing.com/
Author: LOJO
Author URI: http://lojomarketing.com/
Description: Hi, I am the ultra minimal starter theme _tl, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress. You can find me on GitHub. Fork me! I'm waiting for you ;)
Version: 1.1.10
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, 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.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */


/** new-22-5-18 **/
 header .inner-btn { position: absolute; right: 0; top: 0;}
.inner-btn a { margin-left: 0; padding: 0 26px;}
.page.type-page header { position: relative;}
.blog .main-content article { display: table; width: 100%;}

/** page template **/
.page-template-template-our-team header, .page-template-testimonials-php header { position: relative;}

/** new-23-5-18 **/
.page-id-15 .inner-btn {display: none;}



body {
	word-wrap: break-word;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}
/*10-4-18 start*/
.dropdown-menu > li > ul.dropdown-menu > li > a{
padding: 12px 40px;
color: #686868;
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
}
.dropdown-menu > li > ul.dropdown-menu > li {border-bottom: 1px solid #ddd !important; }
.dropdown-menu > li > ul.dropdown-menu > li:last-child {border-bottom: none !important; }

ul.dropdown-menu li > ul.dropdown-menu {
    left: -105% !important;
}
/*10-4-18 end*/
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	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;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */


/* styles for _tl_pagination und _tl_link_pages */
nav form.tl-page-nav,
nav .input-group,
nav .input-group-btn,
nav .form-control {
    display: inline;
}


 /*== Senior Care Solutions CSS start 
 ===============================================*/
/*@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');*/
/*@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');*/
@font-face {font-family: "Georgia Bold";
  	src: url("includes/fonts/Georgia Bold.eot"); /* IE9*/
  	src: url("includes/fonts/Georgia Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  	url("includes/fonts/Georgia Bold.woff2") format("woff2"), /* chrome、firefox */
  	url("includes/fonts/Georgia Bold.woff") format("woff"), /* chrome、firefox */
  	url("includes/fonts/Georgia Bold.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  	url("includes/fonts/Georgia Bold.svg#Georgia Bold") format("svg"); /* iOS 4.1- */
}

@font-face {font-family: "Georgia Bold Italic";
  	src: url("includes/fonts/Georgia Bold Italic.eot"); /* IE9*/
  	src: url("includes/fonts/Georgia Bold Italic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  	url("includes/fonts/Georgia Bold Italic.woff2") format("woff2"), /* chrome、firefox */
  	url("includes/fonts/Georgia Bold Italic.woff") format("woff"), /* chrome、firefox */
  	url("includes/fonts/Georgia Bold Italic.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  	url("includes/fonts/Georgia Bold Italic.svg#Georgia Bold Italic") format("svg"); /* iOS 4.1- */
}

body{font-family: 'Source Sans Pro', sans-serif !important; font-weight: 400; color: #686868; font-size: 20px;}
 a, button{transition: all 0.4s ease-in-out;}
 a:focus, a:hover, button:hover{text-decoration: none; transition: all 0.4s ease-in-out;}
.site-header-top{background: #a4a9d5;}
.site-header-top .container{padding-bottom: 0px;}
.site-header-top-info{line-height: 67px;}
.site-header-top-info p{color: #fff; font-size: 20px; display: inline-block; vertical-align: middle; line-height: normal; margin: 0px 0 0; letter-spacing: -0.2px; font-weight: bold;}
.site-header-top-follow-us{text-align: right;}
.site-header-top-follow-us ul{display: inline-block; vertical-align: middle; list-style-type: none; text-align: left; /*line-height: 67px;*/ margin: 0;padding: 21px 0 0;}
.site-header-top-follow-us ul li{display: inline-block; vertical-align: middle; color: #fff; font-size: 18px; padding-left: 8px; line-height: normal; font-weight: 600;} 
.site-header-top-follow-us ul li a{color: #fff;}
.site-header-top-follow-us ul li a:hover{text-decoration: none; color: #686868;}
.site-header-top-follow-us ul li a img { max-width: 17px; max-height: 18px; transition: all 0.4s ease-in-out;}
.site-header-top-follow-us ul li a:hover img{
	-webkit-filter: brightness(1) invert(1); 
	filter: brightness(1) invert(1); 
	-moz-filter: brightness(1) invert(1); 
	-ms-filter: brightness(1) invert(1); 
	-o-filter: brightness(1) invert(1);
	transition: all 0.4s ease-in-out;
}

.site-title{ margin-top: 3px; margin-bottom: 6px; margin-left: -10px;}

.site-navigation{ /*margin-left: -15px;*/ margin-left: -60px;}
.navbar-default{border: 0px; background: none; margin-bottom: 0px;}
.navbar-collapse{padding: 0px; z-index: 999;}
.navbar-nav{float: right;}
.navbar-default .navbar-nav>li>a{color: #686868; font-weight: 700;font-size: 18px; text-transform: uppercase; padding: 11px 17px;}
/*.navbar-default .navbar-nav>li:first-child a{color: #6656bc; font-size: 20px; font-size: 18px; }*/
.navbar-default .navbar-nav>li:last-child a{padding-right: 0px;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{color: #6656bc; background: none; font-size: 18px;}



.header-bottom-right-top{text-align: right; padding: 11px 0 0;}
.site-header-bottom .container{padding-bottom: 0px;}
.header-bottom-right-top .contact-number{font-size: 38px; color: #6656bc; font-weight: 700;}
.site-header-bottom{border-bottom: 2px solid #fcd856;}


.home-banner-slider{position: relative;max-height: 555px; overflow: hidden;}
.home-banner-slider .item img{min-height: 555px; width: auto; max-width: none; min-width: 100%; display: inline-block;}
.home-banner-slider .item{text-align: center;}
.home-banner-slider .container-fluid{padding-left: 0px; padding-right: 0px;}
.home-banner-slider h1{font-size: 35px; letter-spacing: 0.3px; font-weight: bold; line-height: 44px; color: #fff; text-shadow: none;}
.item-image{
	height: 555px;
    background-attachment: fixed !important;
    -webkit-background-attachment: fixed !important;
    -moz-background-attachment: fixed !important;
   	-o-background-attachment: fixed !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
  	-moz-background-size: cover !important;
  	-o-background-size: cover !important;
}

.home-banner-slider-next-previous-outer{max-width: 1200px; width:100%; position: absolute; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%);  -o-transform: translate(-50%,-50%); left: 50%; top: 31%; z-index: 9;}
.home-banner-slider .carousel-control{width: 43px; height: 43px; background: none !important; border: 1px solid #fff; color: #fff; top: 42%;}
.home-banner-slider .carousel-control .glyphicon-chevron-left, .home-banner-slider .carousel-control .glyphicon-chevron-right, .home-banner-slider .carousel-control .icon-next, .home-banner-slider .carousel-control .icon-prev{
	width: 43px;
	height: 43px;
    margin: 0px !important;
    font-size: 20px;
    color: #fff;
    left: 0;
    top: 0%;
    line-height: 43px;
}


.home-banner-slider-footer{position: absolute; left: 0px; bottom: 0px; min-height: 116px; width:100%; background: rgba(102,86,188,0.8); z-index: 999;}
.home-banner-slider-footer > .container{padding-bottom: 0px;}
.home-banner-slider-footer-text{position: relative; text-align: center; vertical-align: middle; line-height: 116px;}
/*.in-business-icon{position: absolute; left: -12px; bottom: 30px; max-width: 168px;}*/
.home-banner-slider-footer-text-left{display: inline-block; text-align: left; vertical-align: middle;}
.home-banner-slider-footer-text-left h2{color: #fff; margin: 0px; line-height: normal; font-size: 30px; font-weight: 700; margin-top: -13px;}
.home-banner-slider-footer-text-left p{color: #fff;margin: 0px 0 0 0px; line-height: normal; font-size: 20px; font-weight: 400;} 
.start-senior-care-search-btn{width:100%; max-width: 337px; height: 62px; text-align: center; display: inline-block; vertical-align: middle; font-size: 24px; line-height: 62px; text-decoration: none; color: #6656bc; background: #fcd856; margin-left: 26px; font-weight:700;}
.start-senior-care-search-btn:hover{text-decoration: none; opacity: 0.8;}
.start-senior-care-search-btn:focus{color: #6656bc;}

.sec-title{color: #6656bc; font-size: 36px; font-family: 'Source Sans Pro', sans-serif !important; padding-bottom: 29px; margin-bottom:24px; position: relative; font-weight: bold;}
.sec-title::after{position: absolute; left: 0px; bottom: 0px; content: ""; background: #fcd856; height: 3px; width: 39px; display: block;}

.welcome-section{margin: 0 0 0; padding: 36px 0 63px;}
.welcome-section p{font-size: 20px; color: #686868; font-weight: 300;}
.welcome-video{max-width: 756px; margin: 49px auto;}
.welcome-footer{padding: 48px 0 0;}
.facility-list{margin: 11px 0 0; padding: 0 0 0; list-style-type: none; font-size: 0;}
.facility-list li{width: 50%; display: inline-block; vertical-align: top; font-size: 21px; line-height:45.2px; color: #686868; position: relative; padding-left: 40px;}
.facility-list li::after{content: ""; position: absolute; left: 0px; top: 18px; background: url('includes/images/heart-icon.png') no-repeat 0px 0px; width: 13px; height: 11px;}
.facility-list li a{color: #686868; font-weight: 700;}

.our-servic-section{padding: 31px 0 41px; color:#fff; background: #a4a9d5; text-align: center;}
.our-servic-section h2{ color:#fff; font-size:36px; font-weight: 700;    margin-bottom: 13px;} 
.our-servic-section p{ color:#fff; font-size: 20px; line-height: 26px; margin-bottom: 28px;} 
.learn-more-btn{width: 208px; height: 49px; border: 2px solid #fff; display: block; text-align: center; line-height: 40px; color: #fff; margin: 0 auto; font-size: 20px;font-weight: bold;}
.learn-more-btn:hover, .learn-more-btn:focus{background: #fff; color: #a4a9d5;}

.quick-contact-form-sec{ background: #6656bc; padding: 29px 0 0px;}
.quick-contact-form-sec > .container{padding-bottom: 10px;}
.quick-contact-form-sec h2{font-size: 36px; color: #fff; text-align: center; font-weight: 700; margin-bottom: 5px;} 
.quick-contact-form-sec p{color: #fff; text-align: center; font-size: 20px; margin-bottom: 31px;}
.quick-contact-form{padding: 0 15px;}
.quick-contact-form .form-control{height: 44px; border-radius: 0; font-size: 20px; color: #898989; font-style: italic;}
.quick-contact-form .form-group{margin-bottom: 40px;}
.quick-contact-form .form-group:last-child{margin-bottom: 0px;}

.home-submit-btn{width: 152px; height: 61px; border: 1px solid #fcd856; background: #fcd856; line-height: 58px; text-align: center; margin: -12px auto 0; color: #6656bc; font-size: 24px; display: block; font-weight: 700;} 
.home-submit-btn:hover, .home-submit-btn:focus{background: #6656bc; color: #fcd856;}

.wpcf7-form-control.home-submit-btn{width: 152px; height: 61px; border: 1px solid #fcd856; background: #fcd856; line-height: 58px; text-align: center; margin: -12px auto 0; color: #6656bc; font-size: 24px; display: block; font-weight: 700; transition: all 0.4s ease-in-out;} 
.wpcf7-form-control.home-submit-btn:hover, .wpcf7-form-control.home-submit-btn:focus{background: #6656bc; color: #fcd856; transition: all 0.4s ease-in-out;}

.professional-assistance-note{color: #fff; font-size: 14px; display: block; text-align: center; /*padding-top: 24px;*/ margin-top: -3px;}
 
 
.complimentary-section{padding: 50px 0;}
.complimentary-section p{color: #686868; margin-bottom: 20px;}
.talk-to-us-btn{font-size: 20px; color: #fff; width: 206px; height: 59px; line-height: 54px; text-align: center; background: #a4a9d5; display: block; font-weight: bold;} 
.talk-to-us-btn:hover, .talk-to-us-btn:focus{background: #6656bc; color: #fff; }
.complimentary-mage{max-width: 400px; margin: 22px -24px 0 -22px;} 
 
.recent-news-section.recent-news-section-top{padding: 132px 0 63px; background: #f6f9fc;} 
.recent-news-section{padding:47px 0 33px;} 
.recent-news-section p{margin-top: -1px; letter-spacing: -0.4px; margin-bottom: 33px;}
.recent-news-wrap{margin: 42px -6.5px 0; font-size: 0;}
.recent-news-box{width: 33.33%; display: inline-block; vertical-align: top; font-size: 19px; min-height: 382px;}
.recent-news-box-inner{padding: 0 6.5px;}
.recent-news-image{position: relative; margin: 0 0 14px;}
.recent-news-image-hover{position: absolute; left: 0px; bottom:0px; background: rgba(102,86,188,0.75); width: 100%; height: 0%; transition: all 0.4s ease-in-out; opacity: 0; overflow: hidden; padding:65px 24px 15px;}
.recent-news-image:hover .recent-news-image-hover{height: 100%; transition: all 0.4s ease-in-out; opacity: 1;}
.recent-news-image-hover h3{font-size: 22px; color: #fff; line-height: 26px; font-weight: 700;}
.recent-news-image-hover p{color: #fff !important; font-size: 20px !important;line-height: 26px !important; font-weight: 400 !important; margin-bottom: 13px;} 
.read-more-small-btn{color: #fff !important; font-size: 18px;}
.read-more-small-btn:hover, .read-more-small-btn:focus{color: #fcd856 !important;} 
.recent-news-box-inner p, .recent-news-box-inner p a, .recent-news-box-inner a{font-size: 20px; color: #686868; font-weight: 300; line-height: 26px;}

.home-testimonial-section { padding: 66px 0 0; background: #f6f9fc;}
.home-testimonial-section .carousel-control{width: 43px; height: 43px; background: none !important; border: 1px solid #a4a9d5; color: #a4a9d5; top: 29%;}
.home-testimonial-section .carousel-control .glyphicon-chevron-left, .home-testimonial-section .carousel-control .glyphicon-chevron-right, .home-testimonial-section .carousel-control .icon-next, .home-testimonial-section .carousel-control .icon-prev{
	width: 43px;
	height: 43px;
    margin: 0px !important;
    font-size: 20px;
    color: #a4a9d5;
    left: 0;
    top: 0%;
    line-height: 43px;
}
.home-testimonial-section .carousel-inner {
    max-width: 888px;
    text-align: center;
    margin: 0 auto;
}
.home-testimonial-section .carousel{padding-bottom: 61px;}
.home-testimonial-section .carousel-indicators li{background-color:#ccc;}
.home-testimonial-section .carousel-indicators .active{background-color:#6656bc;}
.home-testimonial-section .item h4{font-family: "Georgia Bold Italic"; color: #808080; line-height: 31px;}
.home-testimonial-section .item h3{font-family: 'Source Sans Pro', sans-serif; font-weight: 700; color: #686868; font-size: 22px; margin: 29px 0 0;}
.home-testimonial-section .item p{font-family: 'Source Sans Pro', sans-serif; font-weight: 400; color: #686868; font-size: 18px;}
.service-block{padding: 46px 0 39px; margin-top: 83px; margin-bottom: 54px; background:#f6f9fc; position: relative;}
.service-block:after{position: absolute; left: -140%; top: 0px; width: 140%; height: 100%; background: #f6f9fc; content: "";}
.service-block:before{position: absolute; right: -140%; top: 0px; width: 140%; height: 100%; background: #f6f9fc; content: "";}

body{overflow-x: hidden;}
/*===footer start
=====================================*/
.site-footer{background: #a4a9d5; padding: 84px 0 24px;}
.footer-menu-list{margin: 0 0 0; padding: 0 0 0; font-size: 0;}
.footer-menu-list li{width: 50%; display: inline-block; vertical-align: top; padding: 0 0 20px;} 
.footer-menu-list li a{font-size: 18px; color: #fff; font-weight:700; padding: 0 0 0; background: none; display: inline-block;}
.footer-menu-list li a:hover{color: #fcd856; background: none;}

.footer-address{width: 50%; float: left;}
.footer-call-us-now{width: 50%; float: left;}
.footer-address h3, .footer-call-us-now h3, footer-follow-us h3{font-size: 18px; color: #fff; margin-top: 0px; font-weight:700;}
.footer-address span{font-size: 18px; color: #fff; display: block;margin: 0 0 0px;}
.footer-address a{font-size: 18px; color: #fff; }
.footer-call-us-now a{font-size: 18px; color: #fff; }
.footer-follow-us{padding: 25px 0 0;}
.footer-social{list-style-type: none; margin: 0 0 0; padding: 0 0 0;}
.footer-social li{display: inline-block; vertical-align: top; padding: 0 8px 0 0;}
.footer-social li a img{transition: all 0.4s ease-in-out;}
.footer-social li a:hover img{
	-webkit-filter: brightness(1) invert(1); 
	filter: brightness(1) invert(1); 
	-moz-filter: brightness(1) invert(1); 
	-ms-filter: brightness(1) invert(1); 
	-o-filter: brightness(1) invert(1);
	transition: all 0.4s ease-in-out;
}
/*===footer end
=====================================*/ 

.inner-page{padding: 23px 0 14px;}
.page-title{color: #6656bc; font-size: 36px; padding-bottom: 27px; margin-bottom:24px; position: relative;}
.page-title a{color: #6656bc;}
.page-title::after{position: absolute; left: 0px; bottom: 0px; content: ""; background: #fcd856; height: 3px; width: 39px; display: block;}
.inner-page-banner{height: 180px; padding: 40px 30px; margin-bottom: 20px;}
.contact-heading{color: #6656bc; font-size: 26px; padding-bottom: 14px; margin-bottom:14px; position: relative;}
.contact-heading::after{position: absolute; left: 0px; bottom: 0px; content: ""; background: #fcd856; height: 3px; width: 39px; display: block;}
.contact-footer .wpcf7-form label {
    display: block;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
}
.contact-footer .wpcf7-form-control {
    background-color: #ffff;
    border: 1px solid #4e4e4e;
    color: #000;
    font-size: 14px;
    height: 36px;
    margin: 4px 0 6px;
    padding: 0 10px;
    width: 100%;
}
.contact-footer textarea.wpcf7-form-control {
    height: 80px;
}
.wpcf7-form-control.contact-form-submit {
	font-size: 20px;
    color: #fff;
    width: 206px;
    height: 59px;
    line-height: 57px;
	border:0px;
	background: #6656BC;
}
.wpcf7-form-control.contact-form-submit:hover {
    color: #fff; 
	background: #a4a9d5;
    text-decoration: none;
}
.add-phone, .add-fax, .add-email, .add-address {
    color: #4e4e4e;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 20px;
    position: relative;
}
.add-phone a, .add-fax a, .add-email a, .add-address a {
    color: #4e4e4e;
    font-size: 22px;
    font-weight: normal;
    /*font-family: "Helvetica Neue LT Std 45 Light";*/
}
.phone-label, .fax-label, .email-label, .address-label {
    color: #4e4e4e;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-left: 30px;
}
.phone-label::before {
    color: #fcd856;
    content: "";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 0;
}
.add-address .address-label {
    float: left;
    height: 60px;
}
.fax-label::before {
    color: #fcd856;
    content: "";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 0;
}
.add-email::before {
    color: #fcd856;
    content: "";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 0;
}
.address-label::before {
    color: #fcd856;
    content: "";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 0;
}
.sidebar .sidebar-padder {
    padding: 24px 0 0;
}
.sidebar .sidebar-padder{padding: 24px 0 0;}
.widget.widget_search .search-form label{width: 100%; padding:0px; display: block; margin: 0px;}
.widget.widget_search .search-form input{border-radius: 0px; border: 0px; box-shadow: none; padding:10px; height: auto;}
.widget.widget_search,
.widget.widget_recent_entries,
.widget.widget_recent_comments,
.widget.widget_archive,
.widget.widget_categories,
.widget.widget_meta{
	/*background-color: #fff9d4;*/
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #6656bc;
    font-style: normal;
    margin: 0 0 10px;
}
.sidebar h3 {
    border-bottom: 1px solid #6656bc;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    padding: 10px;
    position: relative;
    background: #6656bc;
}
.sidebar .nav > li:last-child a {
    border: 0px;
}
.sidebar .nav > li > a {
    border-bottom: 1px solid #6656bc;
    color: #686868;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: 300;
} 
.recentcomments a{
	border-bottom: 1px solid #6656bc;
    color: #686868;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: 300;
}
.page-content {
    text-align: center;
}
.search-image i {
    border: 1px solid #fcd856;
    border-radius: 50%;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    color: #6656bc;
    display: inline-block;
    font-size: 8em;
    margin: 4% 0;
    padding: 5%;
    text-align: center;
}
.search-form input {
    border: 1px solid #6656bc;
    color: #686868;
    font-size: 14px;
    height: 36px;
    padding: 0 10px;
    background-color: #ffff;
}
.search-form .search-submit {
    background-color: #fcd856;
    height: 36px;
    color: #6656bc;
}
 
.form-group::after, .form-group::before{
	content: "";
	display: block;
	clear: both;
}

.inner-banner{height: 319px; position: relative;}
.inner-banner{background: url('includes/images/inner-banner-repeat-bg.jpg') repeat-x 0px 0px;}
.inner-banner-image{height: 319px; background-size: cover;} 
.inner-page p{margin-bottom: 26px; }
.our-servic-section.for-niiner-page{background: #6656bc;}
.our-servic-section.for-niiner-page .learn-more-btn:hover, .our-servic-section.for-niiner-page .learn-more-btn:focus{color: #6656bc;}
.inner-service-section{padding: 44px 0 30px;}

/*.inner-service-row{margin: 0 -15px;}
.inner-service-row::after,
.inner-service-row::before{content: ""; display: table; clear: both;}*/
.inner-service-block{/*float: left; width: 33%; padding: 0 15px;*/ text-align: center;}
.service-icon{height: 115px; width: 115px; display: inline-block; text-align: center; line-height: 115px; margin-bottom: 15px; border-radius: 100%; transition: all 0.4s ease-in-out; cursor: pointer;}
.service-icon a{display: block; border-radius: 100%;}
.service-icon a img{transition: all 0.4s ease-in-out;}
.service-icon a:hover{background: #6656bc;}
.service-icon i{display: inline-block; font-size: 50px; vertical-align: middle; color:#6656bc; transition: all 0.4s ease-in-out;}
.service-icon a img{transition: all 0.4s ease-in-out;}
.service-icon a:hover{background: #6656bc;transition: all 0.4s ease-in-out;}
.service-icon a:hover img{
	-webkit-filter: brightness(0) invert(1); 
	filter: brightness(0) invert(1); 
	-moz-filter: brightness(0) invert(1); 
	-ms-filter: brightness(0) invert(1); 
	-o-filter: brightness(0) invert(1);
	transition: all 0.4s ease-in-out;
}

.service-icon:hover{background: #6656bc; transition: all 0.4s ease-in-out;}
.service-icon:hover i{color: #fff; transition: all 0.4s ease-in-out;}

.inner-service-block h4{color: #6656bc; font-size: 22px; font-weight: bold; margin-bottom: 21px;}
.inner-service-block h4 a{color: #6656bc; text-decoration: none;}

.overview-section{padding: 54px 0 9px;}
/*.overview-row{margin: 0 -15px;}
.overview-row::after,
.overview-row::before{content: ""; display: table; clear: both;}
.overview-title-block{float: left; width: 25%; padding: 0 15px;}
.overview-title-block .page-title{margin-top: 0px;}
.overview-text-block{float: left; width: 37.33%; padding: 0 15px;}*/
.overview-section .page-title { margin-bottom: 38px;}

.contact-map{margin-bottom: 20px;}
.add-address{max-width: 390px;}

div.wpcf7-mail-sent-ok {
    border: 2px solid #fcd856;
    color: #fcd856;
    text-align: center;
}
.inner-page-template .navbar-default .navbar-nav>li>a{padding: 11px 16px;}
.navbar-default .navbar-nav>li:last-child a {padding-right: 0px;}
.wpcf7-form-control-wrap input{max-width: 100%;}
.content-padder.error-404.not-found{ padding: 23px 0 14px;}

.comment-form label{width: 100px;}
.comment-form input{max-width: 100%;}

/*Responsiver CSS
====================================*/

@media (min-width: 1200px){
	.container {width: 1200px;}
	.inner-page-template .container{width: 1185px;}	
}
@media screen and (min-width: 768px){
	.carousel-caption {padding-bottom:0px; top: 24%; bottom: auto;}
	.carousel-indicators {bottom: 11px;}
	.inner-page-template .carousel-caption{top: 19%;}
	.inner-page-template .carousel-caption h1{font-weight: 700; line-height: 43px;}
}
@media screen and (max-width: 1199px){
	.navbar-default .navbar-nav > li > a{font-weight: normal;font-size: 16px;padding: 11px 10px;}
	.inner-page-template .navbar-default .navbar-nav > li > a {padding: 11px 8px;}
	.facility-list li{line-height: normal; padding-left: 24px;}
	.facility-list li::after{top: 9px;}
	.recent-news-image-hover{padding: 0px 15px 15px;}
	.recent-news-image-hover p{font-size: 16px !important; line-height: 24px !important;}
	.home-testimonial-section { padding: 40px 0 0;}
	.home-testimonial-section .carousel-inner{max-width: 800px;}
	.home-testimonial-section .item h4 br{display: none;}
	.recent-news-box{min-height: 322px;}
}
@media screen and (max-width: 991px){
	.navbar-default .navbar-nav > li > a{font-size: 13px; padding: 11px 6px;}
	.home-banner-slider-footer-text{padding-left: 66px; line-height: 90px;}
	.recent-news-box{width: 50%; min-height: 320px;}
	.inner-page-template .navbar-default .navbar-nav > li > a {padding: 11px 4px;}
	.inner-page-template .navbar-default .navbar-nav > .active > a, .inner-page-template .navbar-default .navbar-nav > .active > a:focus, .inner-page-template .navbar-default .navbar-nav > .active > a:hover{font-size: 13px;}
}
@media screen and (max-width: 767px){
	.site-header-top-info {line-height: normal; text-align: center;}
	.site-header-top-follow-us ul{display: block; text-align: center; padding: 0px 0 5px;}
	.site-title{margin-left: 24px; text-align: center;}
	.header-bottom-right-top{float: left; padding: 0px 0 0; position: relative; z-index: 3; bottom: 4px;}
	.navbar-toggle{margin-right: 0px;}
	.navbar-default .navbar-toggle {border-color: #6656bc;}
	.navbar-default .navbar-toggle .icon-bar {background-color: #6656bc;}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background-color: #6656bc;}
	.navbar-default .navbar-toggle:focus .icon-bar , .navbar-default .navbar-toggle:hover .icon-bar {background-color: #fff;}
	.site-navigation { margin: 0px;}
	.navbar-nav { margin: 0px 0px; text-align: right; float: none;}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{border-color: #6656bc;}
	.navbar-default .navbar-nav > li > a{color: #6656bc;background: #fcd856; border-bottom:1px solid #6656bc; padding: 8px 10px !important;}
	.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{background: #6656bc; color: #fff;}
	.navbar-collapse{position: absolute; left: 0px;top: 103%; width: 100%;}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{color: #fff;background: #6656bc; font-size: 14px;}
	.item-image{height: 380px;}
	.in-business-icon{bottom: 20px; max-width: 130px;}
	.home-banner-slider-footer-text{padding-left: 120px; line-height: normal; padding-bottom: 15px; padding-top: 20px;}
	.home-banner-slider-footer-text-left h2{font-size: 20px;}
	.home-banner-slider-footer-text-left p{margin-bottom: 10px; font-size: 18px;}
	.home-banner-slider-footer-text{text-align: left;}
	.start-senior-care-search-btn{margin-left: 0px;}
	.sec-title{font-size: 26px; margin-top: 0px; padding-bottom: 12px; margin-bottom: 14px;}
	.page-title{font-size: 26px; margin-top: 0px; padding-bottom: 12px; margin-bottom: 14px;}
	.welcome-video{margin: 29px auto;}
	.welcome-footer {padding: 0px 0 0;}
	.facility-list li {width: 100%; font-size: 20px;}
	.welcome-section{padding-bottom:23px;}
	.our-servic-section p br{display: none;}
	.our-servic-section h2{font-size: 26px;}
	.home .quick-contact-form .wpcf7-form-control-wrap{margin-bottom: 20px; display: block;}
	.quick-contact-form .form-group { margin-bottom: 0px;}
	.quick-contact-form-sec h2{font-size: 26px; margin-top: 0px;}
	.quick-contact-form-sec p{margin-bottom: 10px;}
	.wpcf7-form-control.home-submit-btn{margin: 0px auto 0;}
	.recent-news-section.recent-news-section-top { padding: 22px 0 0;}
	.recent-news-section p{margin-bottom: 13px;}
	.complimentary-mage{margin: 22px 0px 0;}
	.recent-news-section{padding: 20px 0 0;}
	.recent-news-wrap{margin: 22px -6.5px 0;}
	
	.site-footer{padding: 34px 0 24px;}
	.footer-menu-list #footer-menu{text-align: left;}
	.footer-menu-list{margin: 0 0 30px;}
	.footer-menu-list li{padding: 0 0 10px;}
	
	.carousel-caption{
		top: 50%;
		bottom: inherit;
		transform: translate(0%,-50%);
	 	-moz-transform: translate(0%,-50%);
	 	-0-transform: translate(0%,-50%);
	 	-webkit-transform: translate(0%,-50%);
	 }
	 .carousel-caption h1{font-size: 26px;}
	 .inner-banner { height: 280px;}
	 .inner-banner-image {height: 280px;}
	 .home-banner-slider .carousel-caption{top: 30%;}
	 .service-block{ margin-top: 33px;}
	 
}
@media screen and (max-width: 600px){
	.recent-news-box {width: 100%; min-height: auto; margin: 0 auto 30px; max-width: 383px; display: block;}
	.home-testimonial-section .carousel-inner{padding: 0 50px;}
	.home-testimonial-section { padding: 0px 0 0;}
	.home-testimonial-section .carousel{padding-bottom: 20px;}
	.carousel-indicators{bottom: -10px;}
	.home-banner-slider .carousel-caption h1 br{display:none;}
	.home-banner-slider .carousel-caption h1{line-height: normal;}
}
@media screen and (max-width: 540px){
	.site-header-top-info p{font-size: 16px;}
	.site-header-top-follow-us ul li{font-size: 16px;}
	.site-title img {max-width: 200px;}
	.header-bottom-right-top .contact-number {font-size: 30px; bottom: 0px;}
	.inner-banner { height: 200px;}
	.inner-banner-image {height: 200px;}
}
@media screen and (max-width: 480px){
	.home-banner-slider .carousel-caption h1{font-size:22px;}
	.home-banner-slider .carousel-caption {top: 17%;}
	.add-address .address-label{height: 90px;}
	.comment-form input{width: 100%;}
	input#commentsubmit { width: auto;}
}
@media screen and (max-width: 420px){
	.footer-menu-list li{width: 100%; padding: 0 0 10px; text-align: center;}
	.footer-address { width: 100%; float: none; text-align: center;}
	.footer-call-us-now { width: 100%; float: none; text-align: center;}
	.start-senior-care-search-btn{font-size: 20px;}
	.home-banner-slider-next-previous-outer{z-index: 9;}
}

/***Carousel Fadein Fadeout****/

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
} 
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
} 
.carousel-caption {
    text-shadow: 0 1px 4px rgba(0,0,0,.9);
  font-size:17px
}
.carousel-caption h3 {
  font-size: 30px;
  font-family: 'Lato', sans-serif;
}
    html,
    body,
    .carousel,
    .carousel-inner,
    .carousel-inner .item {
      height: 100%;
    } 
    .item:nth-child(1) {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }

    .item:nth-child(2) {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }

    .item:nth-child(3) {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }
     .item:nth-child(4) {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }

/*====19-3-18==========*/
/*.home-banner-slider h1 p {
    display: inline-block;
    background: rgba(0,0,0,0.5);
    padding: 0 10px 10px;
}*/
.inner-page-template .navbar-default .navbar-nav > li > a{padding: 11px 14px;}
.navbar-default .navbar-nav > li > a{padding: 11px 14px;}
.home-banner-slider h1, .home-banner-slider h1 p {
    text-shadow: 0 0px 5px #333;
}
.tab-content {display: none;}
#tab-1 {display: block;} 
.tabs-menu {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}
.tabs-menu {
    margin: 0px 0 0;
    padding: 0;
    list-style: none;
    position: relative;
	z-index: 2;
}
.tabs-menu li {
    border: 1px solid #fcd856;
}
.tabs-menu li:first-child{border-bottom: 0px;}
.tabs-menu li.current{border-right: 1px solid #fff;}
.tabs-menu li a{
	padding: 10px;
	display: block;
    color: #6656bc;
}
.tabs-menu li a:focus{outline: 0;}
.tab {
    border: 1px solid #fcd856;
    padding: 0 20px;
    margin-left: -31px;
}

.tabs-menu.tabs-menu2{border-bottom: 1px solid #fcd856;}
.welcome-footer-title{color: #686868; font-weight:700;}

.about-our-team{padding: 0 0 20px;}
.about-our-team-box {
    box-shadow: 0 0 10px #aaa;
    margin: 0 0 20px;
}
.about-our-team-image{position: relative; max-height: 400px; overflow: hidden;}
.about-our-team-name{background: rgba(102,86,188,0.75);position: absolute; left: 0; bottom: 0px; height: 40px; padding: 0 20px;}
.about-our-team-name a {
    font-size: 22px;
    color: #fff;
    line-height: 26px;
    font-weight: 700;
    display: block;
    line-height:40px;
}
.about-our-team-info{padding: 5px 15px; min-height: 380px;}
.about-our-team-image img {
    min-height: 400px;
    min-width: 100%;
}

.navbar-nav > li > .dropdown-menu{padding: 0px;}
.navbar-nav > li > .dropdown-menu > li {border:0px; border-bottom: 1px solid #ddd !important;}
.navbar-nav > li > .dropdown-menu > li > a{padding: 12px 40px; color:#686868; font-size: 18px; font-weight: bold; text-transform: uppercase;}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover{background: #ddd !important; color: #686868 !important;}
.dropdown-menu li a:hover, .dropdown-menu li a:focus{background: none !important; color: #6656bc !important;}


.read-profile-btn:hover, .read-profile-btn:focus {
    background: #6656bc;
    color: #fcd856;
    transition: all 0.4s ease-in-out;
}
.read-profile-btn {
    width: 152px;
    height: 61px;
    border: 1px solid #fcd856;
    background: #fcd856;
    line-height: 58px;
    text-align: center;
    margin: -12px auto 0;
    color: #6656bc;
    font-size: 24px;
    display: block;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
}
.scs-owner{margin-bottom: 6px !important; font-weight: bold; color:#6656bc; }
.scs-designation{margin-bottom: 6px !important; font-weight: bold; color: #444;}
.single-team .entry-content-thumbnail {
    width: 280px;
    float: left;
    margin: 10px 20px 0 0;
    max-height: 300px;
    overflow: hidden;
}

a {color: #6656bc;}

/*=========21===========*/
@media screen and (max-width: 1199px){
	.navbar-default .navbar-nav > li > a{font-weight: normal;font-size: 16px;padding: 11px 8px;}
	.inner-page-template .navbar-default .navbar-nav > li > a {padding: 11px 6px;}
}
@media screen and (max-width: 991px){
	.navbar-default .navbar-nav > li > a { font-size: 12px; padding: 11px 6px;}
	.inner-page-template .navbar-default .navbar-nav > li > a {padding: 11px 5px;}
}
@media screen and (max-width: 767px){
	.navbar-nav .open .dropdown-menu > li{border: 0 !important;}
	.navbar-nav .open .dropdown-menu > li > a {color: #6656bc !important; background: #fcd856 !important; border-bottom: 1px solid #6656bc !important; padding: 8px 10px !important; font-size: 12px; font-weight: normal; text-align: right;}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{background: #6656bc !important; color: #fff !important;}
}

/*.blog .inner-banner, .single-post .inner-banner{display: none;}*/
.blog .entry-content-thumbnail{float: left; margin: 0 20px 0 0;}
.blog .type-post .entry-meta {clear: none; margin-top: -8px;}
.blog .type-post .entry-content-info{width: 100% !important;}
.blog-now-btn{width:100%; max-width: 137px; height: 50px; text-align: center; display: inline-block; vertical-align: middle; font-size: 24px; line-height: 46px; text-decoration: none; color: #6656bc; background: #fcd856; margin: -18px 0 0; font-weight:700;}
.blog-now-btn:hover{text-decoration: none; opacity: 0.8;}
.blog-now-btn:focus{color: #6656bc;}
.single-post .entry-meta{margin: 15px 0;}
.single-post .entry-content .entry-content-thumbnail img{width: 100%;}


.team-goback{width:100%; max-width: 137px; height: 50px; text-align: center; display:block; vertical-align: middle; font-size: 24px; line-height: 46px; text-decoration: none; color: #6656bc; background: #fcd856; margin: 0px 0 10px; font-weight:700; position: absolute; top: 24px; right: 0px;}
.team-goback:hover{text-decoration: none; opacity: 0.8;}
.team-goback:focus{color: #6656bc;}

/* =========23-3-18=================*/
.simplify-your-search-gallery-wrap{
    margin: 42px -15px 0;
    font-size: 0;
}
.simplify-your-search-gallery-box {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    font-size: 19px;
    margin-bottom: 15px;
}
.simplify-your-search-gallery-box-inner {
    padding: 0 15px;
}
.simplify-your-search-gallery-image {
    margin: 0 0 0px;
	max-height: 130px;
	overflow: hidden;
	padding: 0px; 
	max-width: 220px;
}
.simplify-your-search-gallery-image img {
	/*min-height: 160px;
	max-width: none;*/
}
.simplify-your-search-gallery-info{
	padding: 5px 60px 0 0;
	font-size: 21px;
	line-height: normal;
	color: #686868;
	min-height: 68px;
}
.simplify-your-search-gallery-info a {
    color: #686868;
    font-weight: 700;
    /*padding: 0px 0px 0 20px;*/
    padding: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.simplify-your-search-gallery-info a p {
    color: #686868;
    font-weight: 700;
    /*padding: 0px 0px 0 20px;*/
    padding: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
/*.simplify-your-search-gallery-info a::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 9px;
    background: url('includes/images/heart-icon.png') no-repeat 0px 0px;
    width: 13px;
    height: 11px;
}*/

@media screen and (max-width: 767px){
	.simplify-your-search-gallery-box {width: 100%; display: block; text-align: center;}
	.simplify-your-search-gallery-image{margin: 0 auto;}
	.simplify-your-search-gallery-info{padding: 5px 0px 30px; min-height: auto;}
}



/*7-4-18 start*/
.inner-page-template .navbar-default .navbar-nav > li:last-child a {
    padding-right: 0px;
}
.home-testimonial-section .carousel-inner{min-height: 200px;}
.home-testimonial-section .carousel{margin-bottom: 40px;}


.scs-owner{color: #000;}

.all-testimonials-section {
    padding: 57px 0 74px;
}

.testimonial-inner {
    max-width: 794px;
    width: 100%;
    margin: 0 auto;
}

.testimonial-item-list {
    border-bottom: 1px dashed #5a5c60;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.testimonial-left {
    width: 222px;
    float: left;
}
.testimonial-info {
    padding: 0px 0 0 0px;
}
.testimonial-name-location {
    text-align: center;
    padding: 10px 10px;
}

.testimonial-name-location p {
    margin-bottom: 0px;
    color: #6656bc;
    font-style: italic;
    font-size: 20px;
    line-height: 20px;
}
.testimonial-info p {
    font-family: "Georgia Bold Italic";
	color: #808080;
	line-height: 31px;
	text-align: center;
}
.testimonial-info h3{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	color: #686868;
	font-size: 22px;
	margin: 29px 0 0;
	text-align: center;
} 
.testimonial-image {
    width: 168px;
    height: 168px;
    border-radius: 100%;
    border: 8px solid #6656bc;
    background: #1f2b38;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.testimonial-image-inner {
    position: absolute;
    left: -4px;
    top: -4px;
    width: 160px;
    height: 160px;
    border-radius: 100%;
    overflow: hidden;
    line-height: 160px;
    text-align: center;
    margin: 0 auto;
}
.testimonial-image-inner img {
    width: 100%;
}
/*7-4-18 end*/

/*9-4-18 start*/
.normal-link{color: #6656bc; font-weight: bold;}
.normal-list-two-columns::after,
.normal-list-two-columns::before{
	content: "";
	clear: both;
	display: table;
}
.normal-list-two-columns{
	list-style: none;
	padding: 0px;
	margin-bottom: 26px;
}
.normal-list-two-columns li {
    color: #686868;
    width: 50%;
    float: left;
    position: relative;
    padding-left: 20px;
}
.normal-list-two-columns li::before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 8px;
    position: absolute;
    left: 0px;
    top: 9px;
    color: #6656bc;
}
.normal-list{
	list-style: none;
	padding: 0px;
	margin-bottom: 26px;
}
.normal-list li {
    color: #686868;
    position: relative;
    padding-left: 20px;
}
.normal-list li::before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 8px;
    position: absolute;
    left: 0px;
    top: 9px;
    color: #6656bc;
}
.checkbox-inline{padding-left: 0px;}
.assess-your-needs-form span.wpcf7-list-item{margin-left: 0px;}
.assess-your-needs-form .checkbox{margin: 0px;}
.assess-your-needs-form {
    max-width: 900px;
    margin: 0 auto 26px;
    border: 1px solid #ddd;
    padding: 0 15px 0px;
    box-shadow: 0 0 10px #ccc;
    font-size: 20px;
}
.assess-your-needs-form input[type="checkbox"]{margin-top: 9px;}
.assess-your-needs-form .wpcf7-form-control.home-submit-btn{margin-top: 0px;}
.assess-your-needs-form .row{padding-top: 10px;}
.form-border-box{background: #f2f2f2; padding: 10px;}
.form-border-box textarea{margin-top: 10px; height: 200px;} 

.hello-text{ width: 100%;
    height: 62px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 62px;
    text-decoration: none;
    color: #6656bc;
    border:2px solid #fcd856;
    font-weight: 700;
}

/*9-4-18 end*/


/*10-4-18 start*/
.yellow-btn{
    max-width: 100%;
    display: inline-block;
    height: 62px;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    line-height: 62px;
    text-decoration: none;
    color: #6656bc;
    background: #fcd856;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
    padding: 0 20px;
}
.yellow-btn:hover, .yellow-btn:focus {
    background: #6656bc;
    color: #fcd856;
    transition: all 0.4s ease-in-out;
}
.about-our-team-name{background: none;}
.veterans-assistance-table{border: 1px solid #ccc; margin-bottom: 26px;}
.veterans-assistance-table th, .veterans-assistance-table td{border: 1px solid #ccc; padding: 5px 12px;}
.veterans-image{float: left; margin: 0 15px 26px 0; max-width: 270px;}
.navbar-collapse {z-index: 9999;}
.wpcf7-list-item-label {
    padding-right: 20px;
    padding-left: 0px;
    font-weight: normal;
}
.assess-your-needs-form span.wpcf7-list-item{margin: 0 0 0 1em;}
@media screen and (max-width: 991px){
	.carousel-inner > .item{padding: 0 0px;}
	.home-testimonial-section .carousel {margin-bottom: 60px;}
	.home-testimonial-section .start-senior-care-search-btn{position: absolute; left: 50%; bottom: -50px; transform: translate(-50%,0);}
}
@media screen and (max-width: 600px){
	.home-testimonial-section .carousel {margin-bottom: 100px;}
	.home-testimonial-section .start-senior-care-search-btn{ bottom: -70px;}
	.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline{margin-left: 0px;}
	.checkbox-inline span.wpcf7-list-item {padding-left: 20px;}
	.assess-your-needs-form span.wpcf7-list-item{margin: 0 0 0 0em;}
	
}

ul.dropdown-menu li > ul.dropdown-menu{
left: 100%;
top: 0;
}

ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu{
display: block
}
/*10-4-18 end*/

/*============8-5-18 start=============*/
.footer-address{color: #fff;}
.start-your-search-input{
	border: 1px solid #6656bc;
	padding: 1px 12px;
}
.start-your-search-submit {
    color: #6656bc;
    background: #fcd856;
    padding: 1px 10px;
    margin-left: -4px;
    border: 1px solid #6656bc;
}
.start-your-search {
    float: right;
    margin: 14px 0 0 15px;
}

.home .in-business-icon {
    position: absolute;
    left: -12px;
    bottom: 30px;
    max-width: 168px;
}

.in-business-icon {
    position: absolute;
    left: -12px;
    bottom: -16px;
    max-width: 115px;
}

.home .home-banner-slider-footer-text {
    position: relative;
    text-align: center;
    vertical-align: middle;
    line-height: 116px;
}

.home-banner-slider-footer-text {
    position: relative;
    text-align: center;
    vertical-align: middle;
    line-height: 95px;
}

.home .home-banner-slider-footer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    min-height: 116px;
    width: 100%;
    background: rgba(102,86,188,0.8);
    z-index: 999;
}

.home-banner-slider-footer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    min-height: 98px;
    width: 100%;
    background: rgba(102,86,188,0.8);
    z-index: 999;
}

.home .home-banner-slider-footer-text-left h2 {
    color: #fff;
    margin: 0px;
    line-height: normal;
    font-size: 30px;
    font-weight: 700;
    margin-top: -13px;
}

.home-banner-slider-footer-text-left h2 {
    color: #fff;
    margin: 0px;
    line-height: normal;
    font-size: 25px;
    font-weight: 700;
    margin-top: -13px;
}

/*============8-5-18 end=============*/
/*============9-5-18 start=============*/
.touring-guide-btn{
	width: 208px;
	height: 49px;
	border: 2px solid #6656bc;
	display: block;
	text-align: center;
	line-height: 40px;
	color: #6656bc;
	margin: 0 0 0;
	font-size: 20px;
	font-weight: bold;
}
.touring-guide-btn:hover, .touring-guide-btn:focus{color: #fff; background: #6656bc;}
@media screen and (max-width:1199px){
	.inner-banner .home-banner-slider-footer-text { padding-left: 110px; text-align: left; line-height: normal; padding-top: 20px; padding-bottom: 20px;}
	.inner-banner .in-business-icon{bottom: 0px;}
	.home .home-banner-slider-footer-text{padding-left: 150px;text-align: left; padding-top: 20px; padding-bottom:20px; line-height: normal;}
	.home-banner-slider-footer-text-left{display: block; text-align: left;}
}
@media screen and (max-width:991px){
	.inner-banner .home-banner-slider-footer-text{line-height: normal; padding-top: 20px; padding-bottom: 20px;}
	.inner-banner .home-banner-slider-footer-text-left p{margin-bottom: 10px;}
	.inner-banner .in-business-icon{bottom: 20px;}
	.inner-banner .carousel-caption{top: 20%;}
}
@media screen and (max-width:767px){
	.home .home-banner-slider-footer-text{line-height: normal;}
	.home .in-business-icon{bottom: 20px; max-width: 130px;}
	.home .home-banner-slider-footer-text-left h2{font-size: 20px;}
	.home .home-banner-slider-footer-text-left p {margin-bottom: 10px; font-size: 18px;}
	
	.inner-banner .in-business-icon{bottom: 20px; max-width: 130px;}
	.inner-banner .home-banner-slider-footer-text-left h2{font-size: 20px;}
	.inner-banner .home-banner-slider-footer-text-left p {margin-bottom: 10px; font-size: 18px;}
	.inner-banner-image { height: 319px;}
	.inner-banner{height: 319px;}
}

@media screen and (max-width:600px){
	.home .start-senior-care-search-btn {font-size: 14px; line-height: 34px; height: 36px;}
	
	.inner-banner .start-senior-care-search-btn {font-size: 14px; line-height: 34px; height: 36px;}
	.inner-banner-image { height: 319px;}
	.inner-banner{height: 319px;}
}

@media screen and (max-width:540px){
	.inner-banner-image { height: 319px;}
	.inner-banner{height: 319px;}
	.home .home-banner-slider-footer-text{padding-left: 120px; }
}
@media screen and (max-width:375px){
	.inner-banner .carousel-caption h1{margin-top: 0px;}
}
/*6-8-18*/

.recent-news-box-inner a{
 font-weight:900 !important;
}
/*12-10-18*/
.about-our-team-info{min-height: 360px; position: relative;}
.about-our-team-info .read-profile-btn{margin:0px; position: absolute; left: 50%; bottom: 30px; transform: translate(-50%,0);-moz-transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -o-transform: translate(-50%,0);}

@media screen and (max-width:1199px){
 .about-our-team-info{min-height: 480px;}
}
@media screen and (max-width:991px){
 .about-our-team-info{min-height: inherit;}
 .about-our-team-info .read-profile-btn{margin: 0 auto; position: static; transform: inherit; -moz-transform:  inherit; -webkit-transform:  inherit; -o-transform:  inherit;}
}
@media screen and (max-width:640px){
 .about-our-team-image img {min-height: auto;}
}

.page-template-template-our-team h2.welcome-footer-title {
    padding: 35px 0px;
}
.service1, .service2, .service3 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
	padding: 25px 15px;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 15px;
}

.service1 h3, .service2 h3, .service3 h3{
	font-weight: 700;
}

.service1-cnt, .service2-cnt, .service3-cnt {
    width: 60%;
}

.service1-image, .service2-image, .service3-image {
    width: 40%;
}
.service1-cnt, .service3-cnt {
    padding-right: 70px;
}
.service3 {
	margin-bottom: 75px;
}

.home-whyus li {
    padding-bottom: 15px;
}

.home-cta {
	padding: 31px 0 41px;
    color: #fff;
    background: #6656bc;
    text-align: center;
}

.home-cta h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 13px;
}

.home-cta p {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 28px;
}

section.home-cta a {
    color: #fff;
    text-decoration: underline;
}
.home-whyus {
    margin-bottom: 50px;
}

@media (max-width: 767.98px) {
	
	.service1, .service3{
		    flex-direction: column-reverse;
	}
	.service2{
	flex-direction: column;
	}
	.service1-cnt, .service2-cnt, .service3-cnt, .service1-image, .service2-image, .service3-image{
		 width: 100%;
	}
	.service1-cnt, .service3-cnt{
		padding-right: 0px;
	}
	
}

.custom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
}
.custom-modal-content {
  background: #fff;
  padding: 20px;
  max-width: 400px;
  margin: 15% auto;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

.custom-modal-content h4 {
    font-weight: 700;
    padding-bottom: 15px;
}

.navbar-nav > li > .dropdown-menu > li.menu-item-19, .navbar-nav > li > .dropdown-menu > li.menu-item-1095 {
    padding-right: 15px;
}

.redirect-btn {
    border: 1px solid #fcd856;
    border-radius: 15px;
    background: #fcd856;
    line-height: 58px;
    text-align: center;
    color: #6656bc;
    font-size: 24px;
    display: block;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
}

.redirect-btn:hover {
    background: #6656bc;
    color: #fcd856;
    transition: all 0.4s ease-in-out;
}

.service-calaim a {
    text-transform: capitalize !important;
}

a.start-senior-care-search-btn.calaim {
    max-width: 400px;
}
.page-id-143 .inner-banner-image {
    height: 360px;
}

.menu-sub-header a {
    text-transform: unset !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
	color: #6656bc !important;
}
