/*
Theme Name: Coastal Construction
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: The JLS AGency
Author URI: http://thejlsagency.com/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

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.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */


/*=============================================== MY CSS ==================================================*/

body {
	color:#fff;
	background-color: #000000;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 1.5px;
}

a {
	color:#ffffff;
	text-decoration: none;
}

a:hover {
	color: gray;
}

p {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1.7px;
}

h1 {
	font-size: 40px;
	padding: 0px 0px 5px 0px;
	font-weight: normal;
	display: block;
}

h3 {
	font-size: 24px;
	font-weight: bold;
	padding:0px;
	margin:0px;
	text-transform: uppercase;
}

h4 {
	font-size: 18px;
	font-weight: normal;
	color: gray;
	text-transform: uppercase;
}

ul {
	line-height: 30px;
	letter-spacing: 1.7px;
}

blockquote {
	font-style: italic;
	margin:0px;
	padding:10px 10px 10px 0px;
	width:450px;
	float:left;
	line-height: 30px;
	text-align: justify;
}

header {
	font-family: 'Josefin Sans', sans-serif;
	height:120px;
	border-bottom:gray solid thin;
	background-color: #000000;
	position: fixed;
	width:100%;
	left:0px;
	top:0px;
	z-index: 99999999;
}

#logo {
	float:left;
	z-index: 999;
	width:285px;
	margin-top:13px;
	background-image: url('http://03ccc14.netsolhost.com/cc/wp-content/uploads/2015/10/logo_pages.jpg');
	width:250px;
	height:60px;
	background-repeat: no-repeat;
	text-indent: -9999;
}

#logo a{
	display:block;
	float:left;
	width:285px;
	margin-top: 0px;
	width:250px;
	height:70px;
}


body.home #logo {
	float:left;
	z-index: 999;
	width:285px;
	margin-top:15px;
	background-image: url('http://03ccc14.netsolhost.com/cc/wp-content/uploads/2015/10/logo_home.jpg');
	width:250px;
	height:50px;
	background-repeat: no-repeat;
}


/*START NAVIGATION*/

nav {
	width:1020px;
	margin:0 auto;
	height:100px;
}

nav ul {
	height:100px;
	margin-top: 20px;
}

nav li:last-child {
	border: none;
}

nav li{
	float:left;
	position:relative;
	display: block;
	line-height: 60px;
	padding:0px 20px;
	border-right: 1px #ffffff solid;
	text-transform: capitalize;
	margin-top:15px;
}

nav ul li a {
	text-align: center;
	text-decoration: none;
	height:60px;
	font-size: 24px;
	position: relative;
	display: block;
}

nav ul li:hover {

}

nav ul ul {
	position:absolute;
	visibility: hidden;
	top:35px;
	background-color:#000000;
	left:0px;
	width:150px;
}

nav ul ul li {
	border:none;
	margin: 0px;
	min-width: 200px;
}

nav ul li:hover li {
	visibility: visible;
	width: 174px;
	padding:8px;
	line-height: 25px;
	height: 25px;
	background-color:#000000;
}

nav ul li:hover li a{
	font-size: 18px;
	text-align: left;
	padding: 0px;
}

nav ul li:hover ul li:hover {
	
}

/*END NAVIGATION*/



#wrapper {
	min-height: 750px;
	background-repeat: no-repeat;
	padding-top:20px;
	background-position:center;
}

#wrapper_home {
	min-height: 750px;
	background-repeat: no-repeat;
	padding-top:20px;
	background-position:center;
}

/*SUB STYLE STARTS*/

.home {
	width:960px;
	margin: 0 auto;
/*	background-image: url('../../../images/home_bg.jpg');*/
}

.home span {
	background-color: #000;
	font-size: 35px;
	position: absolute;
	bottom:150px;
	right:0px;
	padding:30px 175px 30px 60px;
	opacity: 0.75;
}

#subpage {
	width:1020px;
	margin: 0 auto;
	min-height: 1120px;
	/*background-image: url('http://03ccc14.netsolhost.com/cc/wp-content/uploads/2015/10/trans3.png');*/
	position: relative;
	top:121px;
	background: rgba(0,0,0,0.5);
}

#subpage_test {
	width:1020px;
	margin: 0 auto;
	min-height: 1030px;
	background-image: url('http://03ccc14.netsolhost.com/cc/wp-content/uploads/2015/10/trans3.png');
	position: relative;
	top:121px;
	/*overflow-y:scroll;*/
}

#content {
	width: 720px;
/*	height: 760px;*/
	height: 100%;
	float:right;
	padding:10px 18px 36px 0px;
}

.title_img {
	margin:15px;
	border: 2px #fff solid;
}

#content p {
	text-align: justify;
	padding: 13px 0px 0px 0px;
}

#content ul {
	list-style: square;
	list-style-position: inside;
	line-height: 40px;
	padding-left: 10px;
}

#staff_slider {
	margin-top:20px;
	width:700px;
	float:left;
}

#staff_slider ul {
	list-style: none;
	float: left;
	width:690px;
	margin-top:40px;
}

#staff_slider ul li {
	float:left;
	margin:0px 5px;
}

.staff_member_pic {
	float:left;
	width:210px;
	height:300px;
	margin-right:10px;
}

.staff_member_pic img {
	border:#ffffff 1px solid;
}

#bios {
	float:left;
	width:690px;
	line-height: 20px;
}

#bios p {
	float:left;
	width:670px;
	margin:0px;
	padding:10px 10px 10px 0px;
	line-height: 30px;
}

#bios h1 {
	font-size: 28px;
}

.slider-wrapper {
	border:#fff thin solid;
	height:442px;
}

.slider2-wrapper {
	margin:10px;
	height:227px;
	border:#fff thin solid;
}


#slider .nivo-controlNav {
	position:absolute;
	bottom:-70px; /* Put the nav below the slider */
}
#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
}

#sidebar {
	width:250px;
	height:100%;
	float:left;
	border-right:1px solid gray;
	position: absolute;
}

#sidebar ul a {
	font-size: 18px;
	display: block;
	padding: 0px 0px 0px 5px;
	line-height: 35px;
}

#sidebar ul li {
	list-style: none;
}

#sidebar ul {
	padding-left: 10px;
}

#sidebar span {
	font-size: 16px;
	font-style: italic;
	display: block;
	padding:0px 5px 0px 25px;
	line-height: 26px;
}

#sidebar ul a:hover {
		color:gray;
	}

.selected {
	color:#7d7d7d;
}

/*FOOTER START*/

footer {
	height:75px;
	border-top:gray solid thin;
	background-color: #000000;
	position: fixed;
	left: 0px;
	bottom:0px;
	width: 100%;
	z-index:1111111;
}

footer p {
	width:1020px;
	margin:0 auto;
	font-size: 11px;
	text-align: center;
	padding-top:10px;
}

#scroll {
	max-height: 650px;
	overflow-y: scroll;
	overflow-x:hidden;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: (#ffffff);
  border: 1px solid #2e2e2e;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
}

.testimonial {
	float:left;
	width:670px;
	height:auto;
	border-bottom: 1px solid #2e2e2e;
	margin:10px 0px;
}

.testimonial img {
	float:left;
	width:150px;
	margin: 10px;
}

#scroll .testimonial p.testimonial_text {
	width:500px;
	float:left;
	font-size: 16px;
	padding:10px;
	margin:0px 0px 10px 0px;
}

.testimonial_text span {
	font-weight: bold;
	font-style: italic;
	line-height: 45px;
	margin-top: 20px;
}

#scroll ul {
	margin:0px;
	padding:0px;
}

#scroll li {
	list-style: none;
	line-height: 35px;
	padding-left:20px;
}

.project_title {
	margin-top: 110px;
	border-bottom: gray solid 1px;
	font-weight: normal;
	text-transform: uppercase;
}

.page_title {
	margin: 20px 0px;
	border-bottom: gray solid 1px;
	font-weight: normal;
	text-transform: uppercase;
}

.sidebar_header {
	font-size: 25px;
	text-transform: uppercase;
	/*background-image: url('../../../../images/trans.png');*/
	padding: 10px;
	color:gray;
	background: rgba(0,0,0,0.5);
}

.widget-title {
	font-size: 25px;
	text-transform: uppercase;
	/*background-image: url('../../../../images/trans.png');*/
	padding: 10px;
	color:gray;
	text-decoration: none;
	background: rgba(0,0,0,0.5);
}

.page_header {
	height:75px;
	line-height: 70px;
	margin-bottom: 10px;
}

h2 {
	font-size: 25px;
	padding:0;
	margin:0px;
}

.tiles {
	width:225px;
	float:left;
	margin-bottom: 25px;
	margin-right:12.5px;
	background-image: url('../../../../images/trans.png');
}
.tiles img {
	width:100%;
	height: 125px;
	opacity:0.7;
}

.tiles img:hover {
	width:100%;
	opacity:1;
}

.tiles span {
	width:225px;
	padding:5px;
}

.bimimg {
	float:left;
	margin-right:40px;
	margin-bottom: 20px;
}

.tomandsonspic {
	float:right;
	border:1px #ffffff solid;
	margin-left: 20px;
}

.staff_pics {
	float:left;
	padding: 5px;
	margin:0px 15px 10px 0px;
	width:120px;
	background-image: url('../../../../images/trans.png');
}

.staff_pics span {
	display: block;
	padding-left:5px;
	font-size: 11px;
}

.staff_pics img {

}

.staff_pics img:hover {
	opacity:0.7;
}

.staff_img {
	width:120px;
	height:140px;
	overflow: hidden;
}

#simple-section-nav-2 ul li.current_page_item > a,
#simple-section-nav-2 ul li.current-menu-ancestor > a,
#simple-section-nav-2 ul li.current-menu-parent > a {
	color: gray;
}
/* MY CUSTOM CSS */
#coastal_cares_box{
	height:650px;
}
#leadership_move{
	margin-left:10px;
}
#careers_move{
	margin-left:10px;
}
.staff_list{
	margin-left:25px;
}
.tom_and_boys{
	float: right;
	margin-left: 10px;
	width:300px;
	height: 220px;
}
#custom_content_box{
	float: right;
	/*background-image: url('../../../../images/trans.png');*/
	width: 710px;
	padding:5px;
	background: rgba(0,0,0,0.5);
}
#custom_content_box p{
	text-align: justify;
	padding: 10px 7px 10px 7px;
}
#subpage_test {
 	width: 1020px;
	margin: 0 auto;
	display: block;
	min-height: 3668px;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	background-image: url('http://03ccc14.netsolhost.com/cc/wp-content/uploads/2015/10/trans3.png');
	top: 121px;
}
#content_post{
	padding: 10px 18px 96px 0px;
	width: 720px;
/*	height: 760px;*/
	height: 100%;
	float:right;
}
#subpage_post {
	width: 1020px;
	margin: 0 auto;
	min-height: 2720px;
	background-image: url('http://03ccc14.netsolhost.com/cc/wp-content/uploads/2015/10/trans3.png');
	position: relative;
	top: 121px;
}
/* CUSTOM CSS FOR TESTIMONIAL WIDGET */
.testimonial{
	border:none !important;
}
.testimonial .inner{
	background-image: url('../../../../images/trans.png') !important;
	border: none !important;
}
.testimonial .content, .testimonial .client {
	color:white !important;
}
.testimonial img {
    border: none !important;
    padding: 5px !important;
    height: 71px;
    width:135px;
}

#sidebar a {
	padding-left: 20px;
}

#sidebar ul.children li {
	padding-left: 15px;
}
#content_people {
	width: 720px;
	min-height: 1200px;
	height: 100%;
	float:right;
	padding:10px 18px 36px 0px;
}
#subpage_people {
	width: 1020px;
	margin: 0 auto;
	min-height: 1240px;
	background-image: url('http://03ccc14.netsolhost.com/cc/wp-content/uploads/2015/10/trans3.png');
	position: relative;
	top: 121px;
}
#sidebar_people {
	width: 250px;
	min-height: 1183px;
	float: left;
	border-right: 1px solid gray;
}
#sidebar_people ul{
	list-style-type: none;
}

.excerpt {
	font-size: 14pt;
}
.read-more {
	text-decoration: underline;
}

.read-more:hover {
	color: gray;
}
#content_404 {
	width: 940px;
	height: 100%;
	padding:50px 18px 36px 30px;
	text-align: center;
}
.wrap_bg{
	background-image: url('http://03ccc14.netsolhost.com/cc/wp-content/uploads/2015/10/trans3.png');
	padding: 10px;
	margin-bottom: 20px;
}

p { display: block; margin-top: 10px; margin-bottom: 10px; line-height: 22px; } 