/*
Theme Name: Next Organic
Theme URI: http://nextadtemplate1.com
Author: NEXT Ad Agency
Author URI: http://nextadagency.com/
Description: Based on the starter theme underscores
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: next-organic
Tags:

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.

Next Organic 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.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/




/* =============================================================
	General Styles  
   ============================================================= */

body{
	color: #808080;
	font-family: 'Source Sans Pro', sans-serif;
}

#page{
	border-top: 4px solid #609aa5;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
caption{
	font-weight: 300;
	color: #619aa5;
}

p{
	font-size: 15px;
}

a {
  color: #609aa5;
  text-decoration: none;

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

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


img {
	height: auto;
	max-width: 100%;
}

button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

/* 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;
	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 */
	
	-webkit-border-radius:3px;  
	-moz-border-radius:3px;
	border-radius: 3px;
}

#calendar_wrap table{
	min-width: 200px;
}

h2 + .videoHolder,
h3 + .videoHolder,
h4 + .videoHolder,
h5 + .videoHolder,
h6 + .videoHolder,
p + .videoHolder,
div + .videoHolder{
	margin-top: 20px;
}

.videoHolder{
	background: #a9c2c8;
	height: 111px;
	margin-bottom:1.25em;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 200px;
}

.videoHolder:before{
	color: #fff;
	content: "Video Coming Soon";
	left:0;
	line-height: 111px;
	text-align: center;
	top:0;
	width: 100%;
}




/* =============================================================
	Btn Styles 
   ============================================================= */

.btn{
	text-decoration: none;	
	
	-webkit-border-radius:0;  
	-moz-border-radius:0;
	border-radius: 0;
}

.btn:hover{
	text-decoration: none;
}

.btn-primary,
a.btn-primary{
	background: #a9c2c8;
	border: 0;
}

.btn-primary:hover{
	background: #5E98A2;
}




/* =============================================================
	Panel Styles 
   ============================================================= */

.panel-default{
	background: #f2f2f2;
	border: 0;
	
	-webkit-border-radius:0;  
	-moz-border-radius:0;
	border-radius: 0;
}




/* =============================================================
	Header Styles 
   ============================================================= */

.header-area{
	padding: 20px 0;
}

.site-description{
	color: #808080;
}

.socialIcons{
	font-size: 24px;
	margin-bottom: 5px;
}

.socialIcons li{
	display: inline-block;
	list-style: none;
}

.socialIcons li + li{
	margin-left: 10px;
}

.socialIcons a:link,
.socialIcons a:visited{
	border:0;
	color: #dededd;
}

.socialIcons a:hover{
	border:0;
	color: #609aa5;
}

.click-to-call {
	text-align: right;
}

@media only screen and (max-width: 767px) {
	.click-to-call {
		text-align: center;
	}
} 

.click-to-call h2{
	display: none;
}

.click-to-call h3{
	margin: 0;
}




/* =============================================================
	Navbar Styles 
   ============================================================= */

.navbar-default{
	background: #6aa4ae;
	border: 0;
	
	-webkit-border-radius:0;  
	-moz-border-radius:0;
	border-radius: 0;
}

.navbar-default .navbar-nav > li{
	border-right: 1px solid #81b0b8;
}

.navbar-default .navbar-nav > li > a{
	border-right: 1px solid #4e858e;
	color: #fff;
}

.navbar-default .navbar-nav > li:first-child{
	border-left: 1px solid #4e858e;
}

.navbar-default .navbar-nav > li:first-child > a{
	border-left: 1px solid #81b0b8;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
	background: #5e98a2;
	color: #fff;
}

.navbar-right{
	margin-right: 0;
}

.search{display: none;}
.search .form-control{
	border: 0;
	border-radius: 0;
	box-shadow:none;
}

.search button{
	margin-left: -4px;
	padding-bottom: 7px;
	padding-top: 7px;
}




/* =============================================================
	Homepage Widget Styles 
   ============================================================= */

.homeWidgetHolder{
	text-align: center;
	clear: both;
}

.home-widget {
	margin-top: 70px;
}

.home-widget h2,
caption{
	font-size: 1.25em;
}

.home-widget .iconHolder{
	background: #609aa5;
	border:5px solid #fff;
	display: inline-block;
	font-size: 65px;
	line-height: 65px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -70px;
	padding: 20px;
	text-align: center;
	
	-webkit-border-radius:200px;  
	-moz-border-radius:200px;
	border-radius: 200px;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.home-widget i.icon{
	color: #fff;
	height: 65px;
	width: 65px;
}




/* =============================================================
	Sidebar Styles 
   ============================================================= */

.sidebarHolder h2,
.sidebarHolder caption{
	font-size: 2em;
	margin-top: 0;
}

.sidebarHolder ul, .sidebarHolder ol,
.footerWidgets ul, .footerWidgets ol{
	margin-left: 20px;
	padding: 0;
}




/* =============================================================
	Site-footer Styles 
   ============================================================= */

.site-footer a:link,
.site-footer a:visited{
	color:#888888;
}

.site-footer a:hover{
	color:#609aa5;
}

.footer-menu .menu{
	padding-left: 0;
}

.footer-menu li{
	display: inline-block;
	list-style: none;
}

.footer-menu li + li:before{
	content: "|";
	margin-left: 10px;
	margin-right: 10px;
}




/* =============================================================
	Footer Widget Styles 
   ============================================================= */

.footerWidgets{
	background: #609aa5;
	color: #fff;
	padding: 0;
	text-align: center;
}

.footerWidgets .panel{
	background: none;
	box-shadow:none;
	margin-bottom: 0;
}

.footerWidgets h1, .footerWidgets h2, .footerWidgets h3, .footerWidgets h4, .footerWidgets h5, .footerWidgets h6,
.footerWidgets .h1, .footerWidgets .h2, .footerWidgets .h3, .footerWidgets .h4, .footerWidgets .h5, .footerWidgets .h6,
.footerWidgets caption{
	color: #fff;
	font-size: 22px;
	margin-top: 0;
}

.site-footer .footerWidgets a:link,
.site-footer .footerWidgets a:visited,
.site-footer .footerWidgets a{
	color:#fff;
}

.site-footer .footerWidgets a:hover{
	color:#a9c2c8;
}

.footerWidgets table{
	margin-left: auto;
	margin-right: auto;
	min-width: 220px;
}

.footerWidgets th,
.footerWidgets td{
	font-weight: normal;
	text-align: left;
}

.footerWidgets p{
	margin-bottom: 20px;
}




/* =============================================================
	Copyright Styles 
   ============================================================= */

.copyright{
	color: #808080;
	font-size: .9em;
	padding-bottom: 5px;
	padding-top: 15px;
}

.site-info{
	margin-bottom: 10px;
	text-align: right;
}




/* =============================================================
	Comments Styles 
   ============================================================= */

ol.comment-list{
	 margin: 10px 5px;
	 padding: 10px;
}

.comment-list .comment-body{
	 background: #F2F2F2;
	 border: 0;
	 margin: 10px 0;
	 padding: 15px 15px 15px 115px;
	 position: relative;
}

.comment-body a.comment-reply-link{
	 color: #AEAEAE;
	 position: absolute;
	 right: 10px;
	 top: 10px;
}

ol.comment-list li{
 	list-style: none;
}

ol.comment-list img.avatar{
	 display: block;
	 left: 15px;
	 position: absolute;
	 top:15px;
}

ol.comment-list .comment-author{
 	line-height: 25px;
}

.comment-body cite.fn{
	 font-size: 14px;
	 font-style: normal;
}

.commentmetadata a{
	 color: #999;
	 font-size: 11px;
	 margin: 0;
}

.comment-body p{
 	margin: 5px;
}

.comment-body .comment-author.vcard{
 	margin: 0;
}




/* =============================================================
	Form Styles 
   ============================================================= */

.required{
	color: #aaa;
	font-size: .8em;
}

.form-control{
	-webkit-border-radius:0;  
	-moz-border-radius:0;
	border-radius: 0;
}




/* =============================================================
	Plugin "CPT Bootstrap Carousel" Styles 
   ============================================================= */

.carousel{
	margin-bottom: 1.25em;
}

.carousel-caption {
  left: 80px;
	padding-bottom: 20px;
	text-align: left;
	text-shadow:none;
	top: 70px;
}

.carousel-caption h4 {
	background: #54397e;
	background: rgba(97, 154, 165,0.7);
	color: #fff;
	font-size: 24px;
	margin-bottom: 8px;
	max-width: 55%;
	padding: 15px;
}

.carousel-caption p {
	background: #7d7d7d;
  background: rgba(0, 0, 0,0.3);
  max-width: 50%;
  padding: 15px;
}

a.carousel-control{
  text-shadow:none;
  color: #d0cfce;
  width: 5%;
}

.carousel-control:focus, 
.carousel-control:hover{
	color: #ccc;
}

/*removes plugin gradient*/
.carousel-control.left,
.carousel-control.right{
	background-image:none;
}




/* =============================================================
	Plugin "Recent Posts Widget Extended" Styles 
   ============================================================= */

.rpwe-block ul{
	list-style: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.rpwe-block li{
	list-style-type: none;
}

.rpwe-block li + li{
	margin-top: 25px;
}

.rpwe-block h3{
	background: none !important;
	clear: none;
	font-size: 16px !important;
	font-weight: 400;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.rpwe-block a{}

.rpwe-thumb{}

.rpwe-summary{}

.rpwe-time{
	font-size: 16px !important;
	margin-bottom: 5px;
}

.rpwe-comment{}

.rpwe-block .more-link{
	display: block;
}

.rpwe-alignleft{
	display: inline;
	float: left;
}
.rpwe-alignright{
	display: inline;
	float: right;
}
.rpwe-aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.rpwe-clearfix:before,
.rpwe-clearfix:after{
	content: "";
	display: table !important;
}
.rpwe-clearfix:after{
	clear: both;
}
.rpwe-clearfix{
	zoom: 1;
}




/* =============================================================
	Media Query Medium (>768px) Styles 
   ============================================================= */
@media screen and (min-width: 768px) {

	.carousel-indicators {
		bottom: 5px;
	}

	.site-branding{
		text-align: left;
	}

	.search{
		display: inline-block;
	}
	
}




/* =============================================================
	Media Query Large (>992px) Styles 
   ============================================================= */

@media (min-width: 992px) {

	.carousel-caption{
		display:block;
	}

}
