/*
Theme Name: Virtue – Premium Child
Theme URI: http://themes.kadencethemes.com/virtue-premium/
Description: Child theme for Virtue Premium
Author: Geri Macomber
Author URI: http://thewebdom.com
Template: virtue_premium
Version: 1.0.0
*/
body	{
	font-family: 'Merriweather', Helvetica, arial, sans-serif;
}

h1, h2, h3, h4, h5, #nav-second ul.sf-menu a	{
			font-family: 'Oswald', Helvetica, arial, sans-serif;
}
h2	{
	margin-top: 20px;
}
.inside-content h4 	{
	
}
.page-header h1	{
	text-align: center;
}
a	{
	color: #009fc5;
}
a:hover 	{
	color: #009fc5;
	text-decoration: underline;
}

p	{
	margin-bottom: 20px;
}
p + ul	{
	margin-top: -10px;
}
.center-block img	{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Hide Captcha */
.grecaptcha-badge { visibility: hidden; }
/** For Donate box on top **/
.topbarmenu	{
	position: fixed;
	top: 5px;
	z-index: 100;
}
.topbarmenu ul li a	{
	transition: none;
   -moz-transition: none;
   -webkit-transition: none;
   -o-transition: none;
}	
.topbarmenu ul li.menu-donate	{
	background-color: #ea6938;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 8px 0px rgba(45, 13, 13, 0.4);
	-moz-box-shadow:    3px 3px 8px 0px rgba(45, 13, 13, 0.4);
	box-shadow:         3px 3px 8px 0px rgba(45, 13, 13, 0.4);
	width: 165px;
	height: 47px;
}
.topbarmenu ul li.menu-donate a	{
	color: #fff;
	margin-top: 4px;
	font-family: 'Oswald', Helvetica, arial, sans-serif;
	font-size: 24px;
}
.topbarmenu ul li.menu-donate:hover	{
	background-color: #ee754d;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 165px;
	height: 47px;
}
.topbarmenu ul li a:hover	{
	background: transparent;
}
#crisis	{
	position: fixed;
	/*top: 10px;*/
	top: 5px;
	right: 15px;
	z-index: 100;
	height: auto;
	border: 3px solid #ea6938;
	background-color: #fff;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-webkit-box-shadow: 3px 3px 8px 0px rgba(45, 13, 13, 0.4);
	-moz-box-shadow:    3px 3px 8px 0px rgba(45, 13, 13, 0.4);
	box-shadow:         3px 3px 8px 0px rgba(45, 13, 13, 0.4);
	font-family: 'Merriweather', Helvetica, arial, sans-serif;
	font-size: 14px; 
	line-height: 20px;
	color: #605f5a;
	text-align: center;
	padding: 5px 10px;
}
#crisis .highlight, #crisis span.highlight2, #crisis a	{
	color: #c7493c;
	font-weight: bold;
	font-size: 24px;
}
#crisis p	{
	margin: 0 0 5px 0;
}
#crisis .highlight	{
	margin: 5px 0;
}
#crisis span.highlight2	{
	font-size: 20px;
}

#crisis .open-close	{
	position: absolute;
	top: 10px;
	right: 5px;
}
#crisis #hotline	{
	padding-top: 10px;
}
a i.down-arrow	{
	display: none;
}
a i.up-arrow	{
	display: inline;
}
a.collapsed i.down-arrow	{
	display: inline;
}
a.collapsed i.up-arrow	{
	display: none;
}
.kad-header-right  {
    margin-top: 110px;
}

#nav-second ul.sf-menu li a:hover {
	color: #fa906d;
	text-decoration: none;
}
#nav-second ul.sf-menu li {
	padding: 0px 20px;
}

#nav-second ul.sf-menu ul li  {
	border-bottom: 1px solid #d9d9d9;
}
#nav-second ul.sf-menu ul li:last-child {
	border-bottom: none;
}
#nav-second ul.sf-menu ul li a	{
	font-size: 1.6em;
	border-bottom: 1px solid transparent;
}
#nav-second ul.sf-menu ul > li.current-menu-item, #nav-second ul.sf-menu ul li a:hover	{
	border-bottom: 1px solid #d9d9d9;
	text-decoration: none;
	background: #f0f0ef !important;
}	
#nav-second ul.sf-menu ul li:last-child a:hover	{
	border-bottom: none;
}
#nav-second ul.sf-dropdown-menu 	{
	padding-bottom: 5px;
	border: none;
	box-shadow: none;
	width: 220px;
}

#content   {
  width: 100%;
  padding: 0;
}

#quick-escape	{
	position: fixed;
	display: block;
	bottom: 5px;
	right: 0px;
	z-index: 100;
	width: 200px;
	height: auto;
	background-color: #fff;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-webkit-box-shadow: 3px 3px 8px 0px rgba(45, 13, 13, 0.4);
	-moz-box-shadow:    3px 3px 8px 0px rgba(45, 13, 13, 0.4);
	box-shadow:         3px 3px 8px 0px rgba(45, 13, 13, 0.4);
	font-family: 'Merriweather', Helvetica, arial, sans-serif;
	padding: 10px;
	border: 3px solid #ea6938;
	font-size: 14px;
	line-height: 20px;
}
#quick-escape p	{
	margin-bottom: 0;
	padding-top: 5px;
}
#quick-escape .fa	{
	color: #c7493c;
}
button#escape{
	background-color: #c7493c;
	color: #fff;
	box-shadow: none;
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
}
.esc-close	{
	position: absolute;
	top: 5px;
	right: 5px;
}
.home-boxes  {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: -15px;
  padding-right: -15px;
}
.home-box h3  {
   font-size: 1.6em;
   text-align: center;
}
.home-box h3 a:hover  {
	color: #fa906d;
	text-decoration: none;
}
.home-box{
	text-align: center;
}
.home-box-content	{
	text-align: left;
	min-height: 220px;
}
.home-box-icon img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.kt-simple-box p  {
	font-size: 1.2em;
	color: #999;
}
.page-header	{
	border: none;
	margin-bottom: 0px;
}
.mission	{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	color: #fc9069;
	padding: 15px 40px;
	font-size: 26px;
	line-height: 40px;
}

.pullquote-center::before	{
	top: 0;
	color: rgba(96,95,90,.6);
}
.pullquote-center	{
	margin: 20px 0px;
	padding: 15px 25px;
	color: #fff;
	color: #009fc5;
	font-size: 34px;
	line-height: 50px;
}
.full-quote .pullquote-center	{
	color: #fff;
	margin: 20px 100px;
	padding: 65px 40px;
	font-size: 34px;
	line-height: 50px;
	
}
.full-quote .pullquote-center::before	{
	top: 50px;
}	
.special2 .pullquote-center	{
   font-size: 22px;
	line-height: 34px;
	margin: 0px 0px 20px 0px;
	padding: 0px 40px 25px 40px;
	
}
p.punchline	{
	margin-top: 30px;
}

button.signup, button.careers	{
	background-color: #009fc5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	padding: 5px 8px;
	border: none;
}
button.signup a, button.careers a	{
	color: #fff;
}
button.signup a:hover, button.careers a:hover	{
	color: #fff;
}

.page-template-page-fullwidth	img {
	padding: 0;
}
.well  	{
	background-color: #39a2b5;
}
.inside-content, .single-article	{
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.inside-content.special2	{
	margin-top: 30px;
}
.inside-content ul	{
	padding: 0;
	margin-bottom: 10px;
}
.inside-content li	{
	list-style-type: none;
	padding-left: 2em; 
   text-indent: -.7em;
}
.inside-content li:before {
    content: "\25c6  ";
    color: #fa906d;
    padding-right: 10px;
}
.inside-quote	{
	margin-bottom: 40px;
	font-size: 22px;
	color: #605f5a;
	font-family: 'Merriweather', Helvetica, arial, sans-serif;
}
.inside-content ul.post-meta li::before	{
	content: " ";
}
.inside-content ul.post-meta span.post-meta-key	{
	display: none;
}
.staff_item_info  {
	//min-height: 400px;
	font-size: 16px;
	line-height: 24px;
}
.staff_item_info h3	{
	text-align: left;
	display:  inline;
	padding-right: 20px;
}
.staff_item_info p {
	display: inline;
}
.feature-image	{
	margin-bottom: 20px;
}
/** FAQ Plugin **/

.hrf-entry h3.hrf-title	{
	padding-top: 0px;
	padding-bottom: 0px;
}
/** Footer  **/
#containerfooter	{
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 26px;
}
#containerfooter h4	{
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 5px;
}
#containerfooter .menu li 	{
	list-style-type: none;
	margin-bottom: 12px;
}
#containerfooter.footerclass .menu li a	{
	background-color: transparent;
	font-family: 'Oswald', Helvetica, arial, sans-serif;
	font-size: 22px;
	color: #605f5a;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
#containerfooter .menu li a:hover	{
	background-color: transparent;
	color: #605f5a;
	text-decoration: none;
}
#containerfooter .menu ul.sf-dropdown-menu	{
	padding-left: 0;
}
#containerfooter .menu ul.sf-dropdown-menu li {
	margin-bottom: 0px;
}
#containerfooter .menu ul.sf-dropdown-menu li a	{
	font-weight: normal;
	font-family: 'Merriweather', Helvetica, arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #605f5a;
	padding-bottom: 2px;
}
#containerfooter .menu li a	{
	max-width: none;
}
#containerfooter .menu ul.sf-dropdown-menu li a:hover	{
	color: #999;
	text-decoration: none;
	background-color: transparent;
}
#text-13.widget_text, #text-12.widget_text	{
	margin-top: 10px;
}
.kad_img_upload_widget	{
	text-align: left;
}
div.credit	{
	 font-size: 12px;
	 line-height: 18px;
	 margin-left: 5px;
}


.widget_nav_menu	{
	margin-top: 35px;
}
ul.contact li a	{
	color: #009fc5;
}
ul.contact li a:hover	{
	text-decoration: underline;
	color: #009fc5;
}

.smedia	{
	margin-top: 20px;
}
.link	{
	font-size: 1.2em;
	margin-top: 20px;
}
div.wpcf7	{
	font-family: 'Oswald', Helvetica, arial, sans-serif;
	font-size: 20px;
	margin-top: 12px;
	color: #605f5a;
}
div.wpcf7 input.wpcf7-submit	{
	background-color: #009fc5;
	font-family: 'Merriweather', Helvetica, arial, sans-serif;
	font-size: 18px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 30px;
}
/** Media Queries **/


@media (max-width: 767px) {
	#nav-second ul.sf-menu	{
		display: none;
	}
	
	#crisis	{
		margin-left: auto;
		margin-right: auto;
		right: 0;
	}
	.logo-container	{
		margin-top: 100px;
	}
	#logo {
		margin-top: 200px;
	}
	#quick-escape	{
		display: none;
	}
	.kad-mobile-nav .kad-nav-inner li ul.sf-dropdown-menu a  {
		list-style-type: none;
	}
	.home-box-content	{
		min-height: 80px;
	}
	.kad-header-right	{
		margin-top: 15px;
	}
	#menu-mobile-navigation li.menu-donate a	{
		color: #ea6938;
	}
	#crisis	{
		font-size: 12px;
		width: 100%;
	}
	#crisis span.highlight {
    font-size: 18px;
    font-family: 'Merriweather', Helvetica, arial, sans-serif;
	}
	#crisis span.highlight2	{
		font-size: 14px;
  	  font-family: 'Merriweather', Helvetica, arial, sans-serif;
	}
	.inside-content	{
		max-width: 750px;
		margin-left: auto;
	   margin-right: auto;
	   padding-left: 15px;
	   padding-right: 15px;
	}
	.pullquote-center	{
		font-size: 20px;
		line-height: 30px;
	}
	.mission .pullquote-center {	
		margin-left: 15px;
		margin-right: 15px;
		padding: 15px 36px;
	}
	.mission	{
		padding-bottom: 0;
		margin-bottom: 0;
		margin-top: 0;
	}
	.full-quote .pullquote-center {
		 margin: 15px;
		 padding: 26px 26px;
		 font-size: 20px;
		 line-height: 30px;
	}
	.full-quote .pullquote-center::before	{
		top: 0px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#nav-second ul.sf-menu	{
		display: block;
	}
	#mobile-nav-trigger	{
		display: none;
	}
	#nav-second ul.sf-menu:first-child	{
		margin-left: 0;
	}
	#nav-second ul.sf-menu li a	{
		font-size: 20px;
	}
	
	
	.kad-header-right  {
       margin-top: 0px;
	}
	.home-box-content	{
		min-height: 80px;
   }
	.inside-content	{
		max-width: 750px;
		margin-left: auto;
	   margin-right: auto;
	   padding-left: 15px;
	   padding-right: 15px;
	}
	.pullquote-center	{
		font-size: 26px;
		line-height: 38px;
	}
	.mission .pullquote-center {	
		margin-left: 15px;
		margin-right: 15px;
		padding: 15px 36px;
	}
}

