/*
Theme Name: venturecs
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: venturecs
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.

 venturecs is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/


/* 2.0 - Typography */

body {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px !important;
}

h1, h2, h3 {
	font-family: 'Roboto Slab', serif !important;
	margin-bottom: 1.5rem !important;
	color: #0E5861;
}

h4, h5, h6 {
	font-family: 'Raleway', serif !important;
	margin-bottom: 1rem !important;
	color: #000 !important;
}

p {
	line-height: 1.75rem;
	margin-bottom: 1rem;
}

.vcs-events-list {
	margin-top: 1.25rem;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 1.25rem;	
}

.vcs-events-list h4 {
	margin-bottom: 0 !important; 
	padding: 0 !important;	
}

.all-events-link a {
	color: #0E5861;
}

.all-events-link a:hover {
	color: #f2902b;
}

.vcs-events-list a {
	color: #0E5861; 	
}

.vcs-events-list a:hover {
	color: #f2902b;	
}

.vcs-events-list .cta {
	color: #fff;
	background-color: #0E5861;
	border-radius: .25rem;
	display: inline-block;
	padding: 0 .5rem; 
	text-transform: uppercase;
	margin: .5rem 0;
}

.vcs-page-content p {
	font-size: 17px;
	font-weight: normal;
	padding: 0 0 1rem 0 !important;
}

.vcs-page-content h1 {
	text-transform: uppercase;
	font-weight: normal;
	color: #0E5861;
	margin-bottom: 1rem;
}

.vcs-page-content h3 {
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 1rem;
}

.vcs-page-content h4 {
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 1rem;
	margin-top: 1rem;
	text-decoration: none;
	color: #0E5861;
}

.vcs-page-content a {
	color: #F2902B;
}

.venture-green-info-bar p {
	color: white;
}

.venture-green-info-bar h3 {
	color: white;
	font-size: 22px;
	font-weight: normal;
}

.venture-button a {
	background-color: #F2902B;
	text-transform: uppercase;
	border-radius: .5rem;
	color: #fff;
	display: inline-block;
	margin: 1rem 0;
}

.vcs-orange-video-block h4 {
	padding-top: 0;
	margin-top: 0;
	color: white;
}

.vcs-orange-video-block a {
	color: white;
	text-decoration: underline;
} 

/* 3.0 - Elements */

.wp-block-column ul li {
	list-style: disc !important;
}

.venture-green-info-bar {
	background-color: #0E5861;
	padding: 2rem;
	margin-bottom: 1rem;
}

.venture-green-info-bar .wp-block-column:first-child {
	border-right: 5px solid #f2902b;
	padding-right: 2rem; 
}

.vcs-orange-video-block {
	background-color: #F2902B;
	padding: 1rem;
	margin: 0;
}

.vcs-orange-video-block .wtborder {
	border: 1px solid white;
	padding: 1rem;
	height: 100%;
	color: white;
	font-weight: normal;
}

footer {
	margin-top: 4rem;
}

.footer-sign_up {
	
}
.footer-sign_up input[type="text"] {
    color: #0d5861 !important;
    font-size: 11.5px;
    font-weight: 400;
}

.footer-sign_up h4 {
    color: #0d5861;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 1px;
    margin-bottom: 14px;
}
.footer-sign_up .form-control::-moz-placeholder,
.footer-sign_up .form-control-name::-moz-placeholder {
    color: #0d5861;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 26px;
    font-weight: 400;
}
.footer-sign_up .form-control,
.footer-sign_up .form-control-name,
#s2email {
    width: 415px;
    margin-left: 5px;
    height: 39px;
    border-radius: 8px;
    float: left;
    border: 1px solid #0d5861;
    color: #0d5861 !important;
    font-size: 11.5px;
    line-height: 28px;
    padding-left: 18px;
}
.footer-sign_up .btn-default,
.footer-sign_up .btn-default:hover,
#s2_form_widget-2 input[type="submit"] {
    padding : 6px 25px;
    nowhitespace: afterproperty;
    background-color: #f2902a;
    color: #fff;
    margin-left: 5px;
    border: 0 none;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 26px;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0.0s;
    /* Safari */-webkit-transition-property: all;-webkit-transition-duration:0.4s;-webkit-transition-timing-function:ease;-webkit-transition-delay:0.0s;
    float:left;
	margin-top:22px;
}
.footer-sign_up .btn-default:hover {
    background-color: #f1820e;
    nowhitespace: afterproperty;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0.0s;
    /* Safari */-webkit-transition-property: all;-webkit-transition-duration:0.4s;-webkit-transition-timing-function:ease;-webkit-transition-delay:0.0s;;
}
.footer-sign_up  form {
    text-align: left
}
.footer-sign_up ul {
    float: right;
    width: auto;
    text-align: right;
    margin:25px 4px 0px 0px;
}
.footer-sign_up ul li {
    display: inline-block;
    width: 34px;
	margin-bottom:5px;
}

.footer-sign_up .form-control-name {
    width:205px;
	margin-bottom:10px;
}
.footer-sign_up .btn-default {
	margin-top: 0px;
}

.header {
	margin-bottom: 1rem;
}

.banner {
	background-color: #eee;
	min-height: 15rem;
	background-position: center center;
	background-size: cover !important;
	background-repeat: no-repeat;
}

.nlogo img {
	max-height: 4rem;
}

/* 5.0 - Navigation */

.desktop_nav ul li a {
	padding: 0 0.75rem 1rem 0.75rem !important; 
}


/* 10.0 - Content */

.vcs-page-content ul {
	margin-bottom: 1rem;
	list-style: circle inside;
}



.footer-copyright {
    padding: 24px 0;
    color: #fff;
    text-align: right;
    background-color: #0E5861;
    margin: 0px;
    font-size: .8rem;
}



	.orange-block {
		background-color: #E59543;
	}
	
	.home-block {
	}
	
	.home-page-item {
		color: #fff;
		text-align: center;
		font-size: 2rem;
		padding: 1rem;
		height: 100%;
	}
	
	.page-button {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 2rem;
		border-radius: .5rem;
		background-color: #fff;
		color: #316067;
		padding: .75rem;
		font-size: 1.15rem;
	}
	
	.wtborder {
		border: 1px solid white;
		padding: 1rem;
		height: 100%;
	}
	
	.promo-container {
		
	}
	
	.block {
		height: 100% !important;
	}
	
	.home-news-item, .home-event-item {
		border: 1px solid #547D84;
		background-color: #E8E8E8;
		text-align: center;
		height: 100%;
		position: relative;
		display: block;
		overflow: hidden;
	}
	
	.home-news-item a {
		color: #547D84;
	}
	
	.news-title, .event-title {
		font-size: 2rem;
		padding: 1rem;
		color: #0e5861;
		display: block;
	}
	
	.event-pic {
		/* position: absolute; */
		/* bottom: 0; */
	}
	
	.event-pic, .news-pic {
		height: 15rem !important;
		background-size: cover;
		background-position: center center;
		width: auto;
		display: block;
	}
	
	.promo-button {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 1rem;
		border-radius: .5rem;
		background-color: #E59543;
		color: #fff;
		padding: .75rem;
		font-size: 1.15rem;
	}
	
	.event-date {
		font-size: 1.25rem;
		color: #000;
		padding: 1rem;
		text-align: center;
		display: block;
		width: 100%;
	}
	
	.equal .home-block, .equal .orange-black {
		height: 100%;
	}
	
	.blog-container {
		height: 100% !important;
	}
	
	.blog-thumb {
		width: 100%;
		height: 12rem;
		background-size: cover;
		background-position: center center;
		margin-bottom: .25rem;
	}
	
	.blog-item {
		background-color: #fff;
		height: 100%;
	}
	
	.blog-item-content {
		padding: 1rem;
		text-align: center;
	}
	
	.blog-item-content a {
		color: #275760;
	}
	
	.blog-item-content h4 {
		margin-bottom: .5rem;
	}
	
	.blog-item-content .blog-read-more {
		margin-top: .5rem;
		font-style: italic;
		display: block;
		text-align: center;
	}
	
	.blog-item-content .blog-read-more a {
		color: #E59543;
	}
	
	/* default sizing... (small) */
	.teal_bg_bar p {
		line-height: 1.6rem;
		font-size: 18px;
		margin-bottom: 0;
	}
	
	@media (min-width: 768px) { /* Medium and up... */
		.teal_bg_bar p {
			font-size: 28px;
			line-height: 2.75rem;
		}
	}


