/*
Theme Name: Your Web Layout
Theme URI: http://yourweblayout.com/
Author: Design Services
Author URI: http://yourweblayout.com/
Description: This site was built by Design Services. If you have any questions, please contact <a href="mailto:updates@yourweblayout.com">updates@yourweblayout.com</a>
Version: 1.3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout

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.

Your Web Layout is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Bootstrap
	1.1 Adjustments

2.0	Underscores
	2.1 Elements
	2.2 Accessibility
	2.3 Alignments
	2.4 Clearings

3.0 Your Web Layout
	3.1 Typography
	3.2 Background
	3.3 Header
	3.4 Navigation
	3.5 Content
	3.6 Sidebar
	3.7 Footer
	3.8 Custom

4.0 Media Queries
	4.1 xs
	4.2 sm
	4.3 md
	4.4 lg
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Bootstrap
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.1 Adjustments
--------------------------------------------------------------*/
/* If they insist, disable responsiveness thusly
 * @link http://getbootstrap.com/getting-started/#disable-responsive
 *
 * 1. Replace all col classes (col-lg, col-md, col-sm) with col-xs
 * 2. Remove all navbar collapsing and expanding behavior
 * 3. Uncomment css below to override container width
 */

/*
.container {
	width: 970px !important;
}
@media (min-width: 768px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 970px;
	}
}
*/

/*--------------------------------------------------------------
2.0	Underscores
--------------------------------------------------------------*/

/*--------------------------------------------------------------
2.1 Elements
--------------------------------------------------------------*/
img {
	height: auto; /* Make sure images are scaled correctly */
	max-width: 100%; /* Adhere to container width */
}

/* Make sure elements fit their containers */
embed,
iframe,
object,
.wp-caption,
.widget select {
	max-width: 100%;
}

/* Required by WordPress theme check */
.sticky,
.bypostauthor,
.gallery-caption,
.wp-caption-text {
}

/*--------------------------------------------------------------
2.2 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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 */
}

/*--------------------------------------------------------------
2.3 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: 0 auto;
}

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

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

/*--------------------------------------------------------------
3.0 Your Web Layout
--------------------------------------------------------------*/

/*--------------------------------------------------------------
3.1 Typography
--------------------------------------------------------------*/
body {
	font-family: 'Source Sans Pro', Semibold;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	text-rendering: optimizeLegibility;
}
h1, 
.h1 {
	color: #0d2653;
	font-family: 'Source Sans Pro' sans-serif;
	font-size: 48px;
	font-weight: bold;
} 
h2, 
.h2 {
	color: #b01f1f;
	font-family: 'Exo', DemiBold;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 10px;
} 
h3, 
.h3 {
	font-size: 24px;
} 
h4, 
.h4 {
	
}
h5, 
.h5 {
	color: #c5a527;
	font-size: 20px;
	text-align: center;
	font-weight: 500;

}
.entry-content li,
p {
	color: #002970;
}
a {
	color: #b01f1f;
}
a:hover,
a:focus {
	color: #b01f1f;
}
hr {
	border-color: #b01f1f;
	border-width: 2px 0 0;
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
3.2 Background
--------------------------------------------------------------*/
body {
	background: #fff;
}
.site-header {
	background: #002970;
	padding-top: 10px;
}
#site-navigation {
	background: #b01f1f;
}
.site-content > .container {
	background: transparent;
}

.site-content {
	padding-bottom: 20px;
}

/*--------------------------------------------------------------
3.3 Header
--------------------------------------------------------------*/
.logo {

}

.header-title h1{
		color: #fff;
		padding-bottom: 20px;
		text-align: center;
	}

/* sm */
@media (min-width: 768px) {
	

}

/* md */
@media (min-width: 992px) {

	.header-title h1{
		padding-top: 20px;
		text-align: left;
	
	}

}

/* lg */
@media (min-width: 1200px) {

}

/*--------------------------------------------------------------
3.4 Navigation
--------------------------------------------------------------*/
/* Primary nav */
.navbar {
	border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.navbar-default {
	margin-bottom: 0;
}
.navbar-default .navbar-nav {
	margin-left: -15px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
	font-family: 'Exo', Medium;
	font-size: 18px;
	font-weight: 400;
    padding-left: 28px;
	padding-right: 28px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
	color: #c5a527;
	text-decoration: underline;
}
.site-header .caret {
	display: none;
}



/* Dropdown Menu */
.dropdown-menu {
	background-color: #1d3f59;
	border: 0 none;
	border-radius: 0;
	font-size: 18px;
}
.dropdown-menu > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
	font-size: 18px;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background: #a31d1c;
    color: #fff;
	text-decoration: none;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background: #a31d1c;
    color: #fff;
	text-decoration: none;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    background: #a31d1c;
    color: #fff;
}

/* sm */
@media (min-width: 768px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 14px;
		padding-left: 12px;
		padding-right: 12px;
	}

}

/* md */
@media (min-width: 992px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 16px;
		padding-left: 20px;
		padding-right: 20px;
	}


}

/* lg */
@media (min-width: 1200px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 16px;
		padding-left: 36px;
		padding-right: 20px;
	}

}

/*Hamburger Menu*/
.navbar-default .navbar-toggle {
	border-color: #000;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #000;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
  background-color: #002970;
}
.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
	border-color: #6f0b0c;
}

/*--------------------------------------------------------------
3.5 Content
--------------------------------------------------------------*/

.entry-content {
    padding-top: 15px;
}

.home .entry-content a{
	font-family: 'Exo', Semibold;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
}
.entry-footer {

}
.home .entry-title {
	display: none;
}
.entry-title {
	text-align: center;
}


/*--------------------------------------------------------------
3.6 Sidebar
--------------------------------------------------------------*/

/*--------------------------------------------------------------
3.7 Footer
--------------------------------------------------------------*/
.attribution {
	background: #b01f1f;
	margin-top: 9px;

}
.attribution a,
.attribution p {
	color: #fff;
	font-size: 14px;
}
.footer-text {
	margin: 10px 0;
}

.footer-navigation {
	display: none;
}



.site-footer {
	background: #002970;
	padding-top: 15px;
}


.site-footer p, h3, h4{
	color: #fff;
}

.site-footer p{
	font-size: 12px;
	font-weight: 400;
	padding-bottom: 8px;
	padding-top 8px;
	
}

.site-footer h3{
	font-size: 24px;
	font-weight: 600;
}

.site-footer h4{
	font-size: 18px;
}

.site-footer .fa {
	color: #fff;
}

.footer-contact {
	text-align: center;
}

/* sm */
@media (min-width: 768px) {

}

/* md */
@media (min-width: 992px) {
	.footer-social p{
		float:right;
	}
	.footer-address p{
		float: left;
	}
	.footer-contact {
		text-align: left;
	}


}

/* lg */
@media (min-width: 1200px) {

}


/*--------------------------------------------------------------
3.8 Custom
--------------------------------------------------------------*/
.search-submit {
	font-family: FontAwesome;
}



.fa {
	color: #c5a527;
	font-size: 35px;
	padding-left: 10px;
    padding-right: 10px;
}

.edit-link {
	display: none;
}


/* Content Views Styling on Home Page */
.pt-cv-title a{
	color: #002970;
	font-family: 'Source Sans Pro', Bold;
	font-size: 22px;
	font-weight: 700;
	
}

.pt-cv-title:hover,
.pt-cv-title:focus a{
	color: #000;
	
}

.pt-cv-ifield {
    text-align: center;
}


/* list items with bullets different color from list item  */

ul.color-bull li {
    color: #b01f1f;
	padding-bottom: 40px;
}

ul.color-bull li span {
    color: #002970;
}

.wp-image-54 {
	padding-bottom: 15px;
}





/*Form Button Style*/
#nf-field-4 {
	background: #a31d1c;
	border: 0 none;
	color: #fff;
	padding: 10px 25px;
}
#nf-field-4:hover,
#nf-field-4:active {
	background: #1d3f59;
}

.nf-form-fields-required {
    color: #c5a527;
}


/* Button Styles */
.btn-success {
	background-color: transparent;
	border-color: #373329;
	color: #373329;
}
.btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success {
	background-color: #889682;
	border-color: #889682;
	color: #fff;
}
.btn-lg, 
.btn-group-lg > .btn {
	border-radius: 6px;
	font-size: 18px;
	line-height: 1.33;
	padding: 10px 16px;
}

/* Collapse Styles */
h4.panel-title {
	color: #889682;
	font-size: 20px;
}
.panel-default > .panel-heading {
	background-color: transparent;
	border-color: #373329;
	color: #373329;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top-color: transparent;
}
.panel {
	background-color: transparent;
	border: 1px solid #373329;
	border-radius: 4px;
	box-shadow: 0;
	margin-bottom: 20px;
}

/* Blog  Styles */
.single .entry-title,
.blog .entry-title {
	font-size: 36px;
}

time.updated {
    display: none;
}
.widget-area {
	margin-top: 30px;
}
.widget-title {
	background: #b01f1f;
	color: #fff;
	font-size: 22px;
	margin-top: 0;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0.98px rgba(0, 0, 0, 0.39); 
}
#recent-posts-2 > ul,
#archives-2 ul {
	list-style: outside none none;
}
#recent-posts-2 a,
#archives-2 a {
	color: #c5a527;
}
.wp-post-image {
	float: left;
	margin-right: 20px;
}
.single .wp-post-image {
	display: none;
}
.wp-post-image img {
	border: 1px solid #69624f;
}

.leaderboard-image img {
    width: 100%;
}

/* Styles Latest News Links */
.pt-cv-view .pt-cv-title:hover {
	color: #c5a527;
}

.pt-cv-view .pt-cv-title a:hover {
	color: #c5a527;
	text-decoration: underline!important;
}

div#pt-cv-view-d3485d5krg a{
    font-size: 20px;
}


/* Styles Hover effect in Latest News */


.pt-cv-ifield a:hover img {
	background: #ff0000;
  opacity: 0.5;
}


.pt-cv-ifield a{
   display: block;

}

.pt-cv-ifield a img{
   position: relative;
}

img {
  display: inline-block;
  max-width: 100%;
}
* {
  box-sizing: border-box;

  }
  


.comment-form-comment label {
   display: block;
}

/* Removed comments Box from All Posts */
form#commentform {
    display: none;
}

span.comments-link {
    display: none;
}


/* sm */
@media (min-width: 768px) {

}

/* md */
@media (min-width: 992px) {
	.pt-cv-ifield a{
		text-align: left;
	}

}

/* lg */
@media (min-width: 1200px) {

}

/* Sticky footer * @link http://mystrd.at/modern-clean-css-sticky-footer/ */

/* md */
@media (min-width: 992px) {
	html {
    	position: relative;
    	min-height: 100%;
	}
	body {
    	margin: 0 0 265px; /* = .site-footer height */
	}
	.site-footer {
    	position: absolute;
    	left: 0;
    	bottom: 0;
    	width: 100%;
    	height: 265px; /* = body margin-bottom */
	}
}