/*-----------------------------------------------------------



	Theme Name: Cary Center

	Theme URI: http://www.wpexplorer.com/adapt-free-responsive-wordpress-theme

	Description: Customized website theme for Cary Center for CranioSacral Therapy, LCC.

	Author: Lunarpages Web Design

	Author URI: http://lunarpages.com

	Version: 1.0

    License: Adapt - GNU General Public License version 3.0

    License URI: Adapt - http://www.gnu.org/licenses/gpl-3.0.html	

	

	

*/



/*-----------------------------------------------------------------------------------*

/* Colors

/* BG Blue: #1e3d52 New #999 Tad #ffffe1 Set in Admin Appearance > Background

/* Dark Blue: #003366 New #444

/* Logo Blue: #0099CC

/* Dark Gray: #333 or #aaa

/* Light Gray (text): #ccc

/* Light Gray (border): #777

/*-----------------------------------------------------------------------------------*/









/*google font*/

@import url(//fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic);





/*-----------------------------------------------------------------------------------*

/* = Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html

/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	border: 0;

	font-family: inherit;

	font-size: 100%;

	font-style: inherit;

	font-weight: inherit;

	margin: 0;

	outline: 0;

	padding: 0;

	vertical-align: baseline;

	-webkit-text-size-adjust:none;

}



/* remember to define focus styles! */

:focus {

	outline: 0;

}

body {

	background: #fff;

	line-height: 1;

}

ol, ul {

	list-style: none;

	padding: 0;

	margin: 0;

}



table {

	border-collapse: separate;

	border-spacing: 0;

}

caption, th, td {

	font-weight: normal;

	text-align: left;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: "";

}

blockquote, q {

	quotes: "" "";

}

a img {

	border: 0;

}

figure img {

	max-width: 100%;

}





/* Block elements */

header, hgroup, footer, section, article, aside {

	display: block;

}



#header {

	margin-bottom:-7px !important;

}



#header a img{

	height: 100px;

}



#header .header-title {

	font-size: 28px;

	padding: 39px 30px 46px 30px;

}



/*jetback wpstats smiley hide*/

#wpstats{

	display: none;

}



/*-----------------------------------------------------------------------------------*

/* = Body, Common Classes & Wrap

/*-----------------------------------------------------------------------------------*/



body {

	background: #999; /* Set in Admin Appearance > Background */

    font-size: 13px;

    line-height: 1.7em;

    color: #555;

    font-family: 'Droid Serif', Helvetica Nue, Arial, Helvetica, sans-serif;

}

a {

    text-decoration: none;

    /* color: #47c0c0;*/

	color: #0099CC;

}

a:hover {

    text-decoration: none;

	/* color: #2e8484; */

	color: #333;

}

p { margin: 0 0 1em }

strong { font-weight: 700 }

em { font-style: italic }

pre{

	margin: 20px 0;

	background: #eee;

	border: 1px solid #ddd;

	padding: 10px;

	white-space: pre-wrap;       /* css-3 */

	white-space: -moz-pre-wrap;  /* Mozilla */

	white-space: -pre-wrap;      /* Opera 4-6 */

	white-space: -o-pre-wrap;    /* Opera 7 */

	word-wrap: break-word;       /* Internet Explorer 5.5+ */

}

blockquote{

	border-left: 4px solid #ccc;

	padding-left: 20px;

    margin: 0;

}

.clear { clear: both }

.clearfix:after {

	content: " ";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;

	font-size: 0;

}

* html .clearfix{ zoom: 1; } /* IE6 */

*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.remove-margin { margin-right: 0 !important }

.remove-top-margin { margin-top: 0 !important }

.remove-bottom-margin { margin-bottom: 0 !important }





/*-----------------------------------------------------------------------------------*

/* = Custom Elements for Posts & Pages

/*-----------------------------------------------------------------------------------*/



/*hr lines in posts*/

hr.line {

	border: 1px solid #ccc;

	border-bottom:0;

	border-left:0;

	border-right:0;

	height: 0;

	margin-top:6px;

	margin-bottom:10px;

	padding-top:0 !important;

	width:100%;	

}

.line-dash {

	border-top: 1px dashed #45B6DD;

	padding-top:12px;

	width:100%;	

}



/*awesome font features*/

.icon-indent { position:absolute; }

.icon-indent-content {

	position:relative;

	margin-left:20px !important

}

.icon-indent-more {

	margin-left:26px !important

}

.icon-indent-most {

	margin-left:30px !important

}



/*google map format*/

.google-map {

	border:5px solid #aaa; 

	margin-bottom:15px; 

	margin-top:6px;

	margin-left:0;

	width: 500px;

}



/*two-column div format*/

.table-column-wrapper { width: 100% }

.table-column-left {width:44%; }

.table-column-right {width:44%; padding-left:15px; }



/*post responsive column formatting*/

.responsive-top-border { }

.image-two-third { width:65.3%; margin-left:0 !important; margin-right:0 !important}



/*video and audio responsiveness*/

.two-third .mejs-container, .two-third .mejs-overlay, 

.two-third .mejs-poster, .two-third .mejs-mediaelement video { width: 600px !important; height: 400px !important; }



.post .mejs-container, .post .mejs-overlay, 

.post .mejs-poster, .post .mejs-mediaelement video { width: 645px !important; height: 429px !important; }



.mejs-container.mejs-audio, .mejs-audio .mejs-overlay, 

.mejs-audio .mejs-poster, .mejs-audio .mejs-mediaelement audio { width: 100% !important; height: 30px !important; }



.mejs-mediaelement video { position: absolute; top: 0; left: -1; right: 0; bottom: 0; }

.mejs-overlay-button { margin: -50px 0 0 -50px !important; 	}







/*-----------------------------------------------------------------------------------*

/* = Structure

/*-----------------------------------------------------------------------------------*/



#wrap{

	background: #fff;

	margin: 0 auto;

	width: 980px;

	padding: 0;

	-webkit-box-shadow: 0 0 20px #666;

	-moz-box-shadow: 0 0 20px #666;

	box-shadow: 0 0 20px #666;

}



#inner-wrap, .inner-wrap {

	width: 920px;

	height:auto;

	margin: 0 0 0 0;

	padding: 0 30px;

}



#main{

	/* margin: 25px 30px; */

	margin:0;

}





/*-----------------------------------------------------------------------------------*

/* = Headings

/*-----------------------------------------------------------------------------------*/



h1,

h2,

h3,

h4 {

    color: #000;

    line-height: 1.5em;

	font-weight: bold;

	word-spacing: 2px;

}

h1 {

    font-size: 24px;

    margin-bottom: 20px;

    line-height: 1.2em;

}

h2 { font-size: 18px }

h3 { font-size: 16px }

h4 { font-size: 14px; }

h2,

h3,

h4 {

    margin-top: 30px;

    margin-bottom: 20px;

}

h1 a,

h2 a,

h3 a,

h4 a { color: #000; }

h2 a:hover,

h3 a:hover,

h4 a:hover { color: #999; text-decoration: none; }



.single-title{ font-size: 20px; margin-bottom: 25px; }



/*-----------------------------------------------------------------------------------*

/* = WordPress Styles

/*-----------------------------------------------------------------------------------*/



/*sticky*/

.sticky{}



/*gallery captio*/

.gallery-caption



/*by post author*/

.bypostauthor{}



/*aligns*/

.aligncenter, .alignnone{ display:block;  margin: 0 0;}

.alignright{ float:right;  margin:0 10px 25px 30px}

.alignleft{ float:left;  margin:0 30px 25px 0px}

.alignfull {display:block; margin:0 0 25px 0; width:100%}



/*floats*/

.floatleft{ float:left}

.floatright{ float:right}



/*text style*/

.textcenter{ text-align:center}

.textright{ text-align:right}

.textleft{ text-align:left}



/*captions*/

.wp-caption{

	border:1px solid #ddd; 

	text-align:center; 

	background-color:#f3f3f3; 

	padding-top:4px; 

	margin:10px; 

	-moz-border-radius:3px; 

	-khtml-border-radius:3px; 

	-webkit-border-radius:3px; 

	border-radius:3px;

}

.wp-caption img{

	margin:0; 

	padding:0; 

	border:0 none;

}

.wp-caption p.wp-caption-text{

	font-size:11px; 

	line-height:17px; 

	padding:0 4px 5px; 

	margin:0;

}



/*smiley reset*/

.wp-smiley{

	margin:0 !important;

	max-height:1em;

}



/*blockquote*/

blockquote.full {

	margin-left:0;

	margin-bottom:0px;

	text-align:left;

	margin-right:0;

}



blockquote.left{

	margin-right:30px;

	margin-bottom:20px;

	text-align:right;

	margin-left:0;

	float:left;

}



blockquote.right{

	margin-left:30px;

	margin-bottom:20px;

	text-align:left;

	margin-right:0;

	float:right;

}

blockquote.left, blockquote.right{

	width:33%;

}



/*-----------------------------------------------------------------------------------*

/* = Headings

/*-----------------------------------------------------------------------------------*/

#page-heading{

	position: relative;

	margin-bottom: 30px;

	padding-bottom: 25px;

	border-bottom: 5px solid #333;

	border-top: 5px solid #333;

	padding-top: 25px;

}



#page-heading h1,

#page-heading h2{

	font-size: 21px;

	line-height: 1.2em;

	/* margin: 0px !important; */

	margin:0 30px 0 30px !important;;

}



h2.heading{

	font-weight: normal;

	font-size: 18px;

	text-align: center;

	background: url(images/dot.png) center center repeat-x;

	margin: 0 0 25px;

}

h2.heading span{

	background: #fff;

	padding: 0 20px;

}





/*-------------------------------------------------*

/* = Header

/*-------------------------------------------------*/

#masterhead {

	position: relative;

	display:block;

	padding:0 !important;;

	margin:0 !important;

	/* padding: 30px 0; */

	/* border-bottom: 5px solid #444; */

	border-bottom:5px solid #0099CC;

}



#home-link{

	height:80%;

}

#logo{

	float:left;

	max-width: 30%;

}

#logo a{

	font-size: 32px;

    font-weight: 700;

    color: #000;

	padding: 0px;

	margin: 0px;

    text-decoration: none;

}

#logo a:hover {

	color: #666;

}





/*-------------------------------------------------*

/* =  masternav

/*-------------------------------------------------*/



#menu-main-menu {

	background: #333;

}

#masternav {

	width:100%;

	height: 40px;

	font-size: 13px;

	border-bottom::5px solid #333 !important;

}

/*** ESSENTIAL masternav Style ***/

.sf-menu,

.sf-menu * {

    margin: 0;

    padding: 0;

    list-style: none;

}

.sf-menu { 

	width:100%;

	line-height: 1.0 

}

.sf-menu ul {

    position: absolute;

    top: -999em;

    width: 180px; /* left offset of submenus need to match (see below) */

}

.sf-menu ul li { width: 100% }

.sf-menu li:hover {

    visibility: inherit; /* fixes IE7 'sticky bug' */

}

.sf-menu li {

    float: left;

    position: relative;

}

.sf-menu a {

    display: block;

    position: relative;

}

.sf-menu li:hover ul,

.sf-menu li.sfHover ul {

    left: 10px;

    top: 40px; /* match top ul list item height */

    z-index: 99;

}

ul.sf-menu li:hover li ul,

ul.sf-menu li.sfHover li ul { top: -999em }

ul.sf-menu li li:hover ul,

ul.sf-menu li li.sfHover ul {

    left: 180px; /* match ul width */

    top: 0;

}

/*** masternav skin ***/

.sf-menu {

    float: left;

}

.sf-menu a {

	height: 40px;

	line-height: 40px;

	display: block;

	float: left;

	font-weight: bold;

    color: #ccc;

	padding: 0 10px;

    text-decoration: none;

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	text-transform: uppercase;

	background: #333;
	/* border-right: 1px solid #003366; */

	padding:0 18px 0 18px;

}

.sf-menu > li > a:focus,

.sf-menu > li > a:hover,

.sf-menu > li > a:active,

.sf-menu > li.sfHover > a,

#masternav .current-menu-item > a:first-child,

#masternav .current-menu-parent > a {

	color: #fff;

	background: #0099CC;

}







/*Subs*/

.sf-menu ul{

	margin-top:5px;

	padding: 0;

	font-size: 13px;

	/* border: 1px solid #ddd; */

}

.sf-menu ul a {

	margin: 0;

	line-height: normal;

	height: auto;

	padding: 10px;

	display: block;

	float: none;

	color: #aaa;

	font-weight: normal;

	text-transform: none;

	border-right: none;

	background: #333;



}

.sf-menu ul a:focus,

.sf-menu ul a:hover,

.sf-menu ul a:active {

	color: #fff;

	background: #0099CC;

}

.sf-menu ul .current-menu-item a{

	color: #aaa;

}

.sf-menu ul li{

	/* border-bottom: 1px solid #333; */ /* #1e3d52 ; */

}

.sf-menu ul li:last-child{

	border-bottom: none;

}



/*-----------------------------------------------------------------------------------*/

/* = Home

/*-----------------------------------------------------------------------------------*/



.home-wrap{ 

	margin-bottom:10px;

}



.home-wrap #page-heading{

	margin-bottom: 0px;

}



.home-slider{ 

	border-top: 5px solid #333;

}



#home-tagline{

	color: #000;

	text-align: center;

	font-size: 21px;

	line-height: 1.4em;

	margin-bottom: 25px;

	padding-bottom: 25px;

	border-bottom: 5px solid #444;

}



#home-highlights{

	/* margin-top: 45px;

	margin-bottom: 25px;

	margin-right: -20px; */

	margin: 30px 30px 0px 30px;

}

.hp-highlight{

	float: left;

	width: 207px;

	margin-right: 30px;

	margin-bottom: 30px;

}



.hp-highlight4 { margin-right: 0; }



.highlight-last{

	background: none;

	margin-right: 0px;

}

.hp-highlight p:last-child{

	margin-bottom: 0px;

}

.hp-highlight h2{

	font-size: 16px;

	text-transform: uppercase;

	margin-top: 0px;

	margin-bottom: 15px;

}

.hp-highlight h2 span{

	margin-right: 5px;

}



/*home portfolio and posts*/

.home-entry {

	width: 215px;

	/* width: 230px; */

	float: left;

	margin-right: 20px;

	margin-bottom: 20px;

	font-size: 12px;

}

#home-posts, #home-projects{ margin: 0 30px 0 30px; }

.home-entry4, .portfolio-item4 { margin-right: 0 !important; }

#home-posts .heading, #home-projects .heading{  }

/* #home-posts{ margin: 0 30px 0 30px; margin-right: -20px; } */

/* #home-posts .heading{ margin-right: 20px; } */

.home-posts-image, .home-portfolio-image { width:215px; height:150px; margin-bottom: 10px}



.home-entry h3{

	font-size: 13px;

	margin: 10px 0 0;

	font-weight: bold;

}

.home-posts h3 {

	margin: 0 0 5px 0;;

}

.home-footer {

	margin-top:0 !important;

}

/*

.home-posts h3 a {

	color: #0099CC;

}

.home-posts h3 a:hover {

	color: #003366;

}

*/





/*-----------------------------------------------------------------------------------*/

/* = Image Slider

/*-----------------------------------------------------------------------------------*/



/* FlexSlider necessary styles */

.flexslider {width: 100%; margin: 0; padding: 0;}

.flexslider .slides{ margin: 0; list-style: none; }

.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img { 	max-width: 100%; display: block; }

.flex-pauseplay span {text-transform: capitalize;}



.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 

html[xmlns] .slides {display: block;} 

* html .slides {height: 1%;}



.no-js .slides > li:first-child {display: block;}





/*slider wrap */

#slider-wrap{

	width: 100%;

	position: relative;

	margin-bottom: 30px;

}



/*homepage specific*/

.full-slides img{

	width: 100%;

	display: block;

	margin: 0;

	padding: 0;

}

.full-slides .slides_container {

	width: 100%;

	display: none;

}

.full-slides .slides_container .slide {

	width: 100%;

	display: block;

}

.full-slides .caption  {

	position:absolute;

	width: 100%;

	bottom: 0;

	background: #000;

	color: #fff;

	font-weight: 700;

	font-size: 13px;

	-moz-opacity: 0.8;

    -khtml-opacity: 0.8;

    opacity: 0.8;

	text-align: center;

}



.slides .caption p{

	padding: 15px;

	margin: 0; 

}



/*control nav & arrows*/

.flex-control-nav{

	display: none;

}

.flex-direction-nav li a.next,

.flex-direction-nav li a.prev {

    position: absolute;

    display: block;

    z-index: 101;

	font-size: 21px;

	height: 80px;

	width: 50px; 

	line-height: 80px;

	color: #fff;

	background: #000;

    display: block;

    position: absolute;

	top: 50%;

	margin-top: -40px;

    cursor: pointer;

	text-align: center;

	-moz-opacity: 0.4;

    -khtml-opacity: 0.4;

    opacity: 0.4;

}

.flex-direction-nav li a.next {

    right: 0;

}

.flex-direction-nav li a.prev {

    left: 0;

}

.flex-direction-nav li a.prev:hover,

.flex-direction-nav li a.next:hover {

	text-decoration: none;

	background: #000;

	-moz-opacity: .6;

    -khtml-opacity: .6;

    opacity: .6;

}





/*-----------------------------------------------------------------------------------*/

/* = Article Links

/*-----------------------------------------------------------------------------------*/



.article-links-section{ 

	padding-bottom:.8em;

	border-bottom:1px solid #ccc;

}



.article-link-text{ 

	margin-left:27px;

	padding-left:12px;

	border-left: 5px solid #ccc;

}



.article-link-icon{ 

	font-size:200%;

	margin-top:5px;

	float:left;

}



.article-link{ 

	margin-top:.8em;

	padding-top:.8em;

	border-top:1px solid #ccc;

}



.article-link-title{}



.article-link-source{

	font-style:italic;

	padding-bottom:3px;}



.article-link-description{}





/*-----------------------------------------------------------------------------------*

/* = Portfolio

/*-----------------------------------------------------------------------------------*/

#portfolio-wrap{

	overflow: hidden;

	margin-bottom: -20px;

}

.portfolio-content{

	margin-right: -20px;

}



.no-margin{

	margin-right: 0px !important;

}

.no-border{

	border-right: 0px !important;

}



ul.filter{

	font-size: 12px;

	position: absolute;

	right: 0;

	top: 50%;

	margin-top: -25px;

	list-style: none;

	color: #999;

	height: 30px;

	line-height: 30px;

}

ul.filter li{

	float: left;

	height: 25px;

	line-height: 25px;

}

li.sort{ margin-right: 10px !important; }

ul.filter a{

	display: block;

	background: #eee;

	color: #666;

	margin-right: 10px;

	height: 25px;

	line-height: 25px;

	padding: 0 10px;

}

ul.filter li:last-child a{

	 margin: 0px;

}



ul.filter a:hover,

ul.filter a.active{

	background: #0099CC !important;

	color: #fff;

}





/*portfolio items*/

.portfolio-item{

	/* width: 230px; */

	width: 215px;

	float: left;

	margin-right: 20px;

	margin-bottom: 20px;

	position: relative;

}

.portfolio-item a{

	display: block;

}

.portfolio-item a img{

	display: block;

}

.portfolio-overlay{

	position: absolute;

	bottom: 10px;

	left: 0;

}

.portfolio-overlay h3{

	font-size: 11px;

	font-weight: normal;

	margin: 0;

	text-transform: uppercase;

	max-width: 180px;

	padding: 5px 7px;

	background: #000;

	color: #fff;

}





/*single portfolio*/

#single-portfolio{

	margin-bottom: 20px;

}

#single-portfolio-left{

	float: left;

	width: 55%;

}

#single-portfolio-right{

	float: right;

	width: 41%;

}



#single-portfolio-left h1{

	font-size: 18px;

	line-height: 1em;

}

#single-portfolio-meta{

	margin-top: -10px;

	margin-bottom: 20px;

	font-weight: bold;

}

#single-portfolio-meta h4{

	margin-bottom: 10px;

}

#single-portfolio-meta a{

	display: block;

	float: left;

	margin-right: 5px;

	padding: 3px 7px;

	background: #eee;

	color: #666;

}

#single-portfolio-meta a:hover{

	background: #fee825 !important;

	color: #000;

}





/*-----------------------------------------------------------------------------------*

/* = Next/Prev Navigation

/*-----------------------------------------------------------------------------------*/



#single-nav{

	position: absolute;

	top: 66%;

	right: 30px;

	margin-top: -25px;

}

#single-nav-left,

#single-nav-right {

	float: left;

	margin-left: 10px;

}

#single-nav a{

	font-size: 11px;

	color: #666;

	background: #ddd;

	padding: 0 10px;

	height: 25px;

	line-height: 25px;

	display: block;

	-webkit-transition: all 0.2s ease-in-out;

    -moz-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

}

#single-nav-left a:hover,

#single-nav-right a:hover{

    color: #fff;

	background: #0099CC;

}

#single-nav-left a span{

	margin-right: 4px;

}

#single-nav-right a span{

	margin-left: 4px;

	font-size: 11px;

}



/*-----------------------------------------------------------------------------------*

/* = Entries

/*-----------------------------------------------------------------------------------*/

.loop-entry{

	margin-bottom: 25px;

	padding-bottom: 25px;

	border-bottom: 1px solid #ccc;

}

.loop-entry-indent {

	margin-left:255px;

}



.loop-entry-thumbnail{

	float: left;

	margin-right: 25px;



}

.loop-entry-thumbnail img{

	width: 230px;

}



.loop-entry h2{

	margin: -5px 0 0;

	font-size: 18px;

}

.loop-entry-meta{

	color: #999;

	font-size: 11px;

	margin: 0 0 10px;

}

.loop-entry-meta span{

	margin: 0 5px 0 12px;

	font-size: 13px;

	color: #666;

}

.loop-entry-meta span:first-child{

	margin-left: 0;

}



/*-----------------------------------------------------------------------------------*

/* = Posts & Pages

/*-----------------------------------------------------------------------------------*/

.post{

	float: left;

	width: 70%;

}



.media-title{

	margin-bottom: 3px;

}



.full-width{

	float: none !important;

	width: 100% !important;

}



.entry {

	/* margin-bottom: 20px; */

}



.entry p { margin: 0 0 .5em 0;}



.entry ul,

.entry ol {

    margin-left: 12px;

    margin-bottom:1.7em;

	list-style: inherit;

}

.entry ol{

	list-style: decimal;

}



.entry li {

	list-style:url(images/bullet.png);

	margin-left:12px;

	margin-bottom:12px;

}



.entry li.no-space,

.entry ul.no-space li,

.entry ul.no-space {

	margin-bottom:0px;

}



/* meta */

.post-meta{

	color: #999;

	font-size: 11px;

	margin: -25px 0 15px;

}

.post-meta span{

	margin: 0 10px;

	font-size: 13px;

	color: #666;

}

.post-meta span:first-child{

	margin-left: 0;

}





/*post thumb*/

.post-thumbnail{

	float: left;

	margin-right: 25px;

}





/*post tags*/

.post-tags {

    margin-right: 10px;

    margin-top: 30px;

    font-size: 12px;

}

.post-tags span{

	margin-right: 10px;

	color: #666;

}

.post-tags a {

}





/*-----------------------------------------------------------------------------------*

/* = Pagination

/*-----------------------------------------------------------------------------------*/

.pagination{

	margin-top: 20px;

}

.pagination a,

.pagination span {

	font-size: 11px;

    line-height: 25px;

    height: 25px;

    width: 25px;

    text-align: center;

    margin-right: 5px;

    display: block;

    float: left;

	background: #ddd;

	color: #666;

}

.pagination a:hover,

.pagination span.current {

    text-decoration: none;

	color: #FFF;

	background: #444;

}





/*-----------------------------------------------------------------------------------*

/* = Comments

/*-----------------------------------------------------------------------------------*/

#commentsbox {

	width: 100%;

	overflow: hidden;

	margin-top: 30px;

	margin-bottom: -20px;

	font-size: 13px;

}

#comments{

	margin: 0;

	font-size: 13px;

	font-weight: 700;

	color: #333;

	text-shadow: none;

	letter-spacing: 1px;

	text-transform: uppercase;

	margin-top: 0;

	margin-bottom: 20px;

	padding: 15px 0;

	border-top: 1px solid #ccc;

	border-bottom: 1px solid #ccc;

}

#comments span{

	color: #666;

	font-size: 14px;

	margin-right: 10px;

}

#commentsbox ol,

#commentsbox ul {

    list-style: none;

    margin: 0 !important;

}

#commentsbox li { }

.children {

    list-style: none;

    margin: 30px 0 0;

    text-indent: 0;

}

.children li.depth-2 { margin: 0 0 0px 65px }

.children li.depth-3 { margin: 0 0 0px 65px }

.children li.depth-4 { margin: 0 0 0px 65px }

.children li.depth-5 { margin: 0 0 0px 65px }

.children li.depth-6 { margin: 0 0 0px 65px }

.children li.depth-7 { margin: 0 0 0px 65px }

.children li.depth-8 { margin: 0 0 0px 65px }

.children li.depth-9 { margin: 0 0 0px 65px }

.children li.depth-10 { margin: 0 0 0px 65px }

.comment-body {

    position: relative;

	margin-left: 75px;

	padding-bottom: 25px;

	margin-bottom: 25px;

	border-bottom: 1px solid #eee;

}

.comment-body p:last-child{

	margin-bottom: 0;

}

#commentsbox .avatar {

	position: absolute;

	top: 0px;

	left: -75px;

	border: 4px solid #eee;

}

.comment-author {

	line-height: 1em;

	font-weight: bold;

    color: #555;

}

.comment-author a{

	color: #444;

}

.comment-author a:hover{

	color: #000;

}

.says { display: none }

.comment-meta{

	padding-bottom: 10px;

	margin-bottom: 10px;

	background: url("https://carycentercst.com/wp-content/themes/carycenter/images/light-.png") left bottom no-repeat;

}

.comment-meta a {

    font-size: 11px;

    font-style: italic;

    color: #666;

}

.comment-meta a:hover{

	color: #000;

	border-bottom: 1px dotted #000;

}

.reply{

}

.comment-meta  .comment-reply-link {

	font-size: 11px;

    color: #0099CC; 

}

.comment-meta  .comment-reply-link:hover{

	color: #333;

	border-bottom: 1px dotted #333;

}

.cancel-comment-reply {

	margin-top: -10px;

}

.cancel-comment-reply a {

    color: #F00;

    line-height: 20px;

    height: 20px;

}

.cancel-comment-reply a:hover{

	text-decoration: underline;

}

#comments-respond {

	clear: left;

	text-transform: none;

	font-weight: bold;

	color: #333;

	font-size: 14px;

	margin-top: 0px;

	margin-bottom: 15px;

}

#comments-respond-meta{

	color: #666;

	font-size: 11px;

}

#comments-respond-meta a{

	color: #000;

}

#commentform label {

    display: block;

}

#commentform input#author,

#commentform input#email,

#commentform input#url {

	font-size: 12px;

	width: 30%;

	color: #666;

	text-shadow: 1px 1px 0px #FFF;

    border: 1px solid #aaa;

    outline: none;

	padding: 8px;

	margin-top: 10px;

	-webkit-border-radius: 1px;

	-moz-border-radius: 1px;

	border-radius: 1px;

	background-color: #fff; 

}

#commentform textarea {

    display: block;

	padding: 10px;

	width: 100%;

	color: #666;

	margin-top: 10px;

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

}

#commentform input#author:focus,

#commentform input#email:focus,

#commentform input#url:focus,

#commentform textarea:focus {

	border-color: #ccc !important;

	-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);

	-moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 

	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 

}

#commentSubmit {

	margin-top: -5px;

	margin-bottom: 20px;

}



.comment-waiting-moderation{

	font-size: 12px;

	font-weight: bold;

	padding-top: 10px;

	margin: 10px 0 0;

	background: url("images/small-border.png") left top no-repeat;

}



/*WP JetPack*/

.comment-subscription-form{

	font-size: 12px;

}

.comment-subscription-form input{

	float: left;

	margin-right: 5px;

}







/*-----------------------------------------------------------------------------------*/

/* = Form Styling

/*-----------------------------------------------------------------------------------*/





/*inputs*/

input[type="text"],

input[type="password"] {

	margin-top: -12px;

}

input[type=text], input[type=password], input[type=email], input[type=tel], 

input[type=email], input[type=url], input[type=date], input[type=number],

textarea {

    color: #999;

    padding: 7px;

   	border: 1px solid #aaa;

    background: #fff;

	font-family: 'Droid Serif', Helvetica Nue, Arial, Helvetica, sans-serif;

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

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=tel]:focus, 

input[type=email]:focus, input[type=url]:focus, input[type=date]:focus, input[type=number]:focus,

textarea:focus {

	background: #fff;

	border: 1px solid #ccc !important;

	color: #aaa;

	-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);

	-moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 

	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 

}





/*buttons*/

input[type="clean-button"],

.wpcf7-submit,

#commentSubmit {

	font-family: 'Helvetica Nue', Arial, Helvetica, sans-serif;

	font-size: 12px !important;

	font-weight: bold;

	text-transform:uppercase;

	display: inline-block;

	background: #666;

	color: #fff;

	padding: 6px 20px;

	margin-top: 10px;

	height: 30px;

	line-height: 20px;

	letter-spacing: inherit;

	font-size: 10px;

	border: 0;

	outline: 0;

	cursor: pointer;

}

input[type="clean-button"]:hover,

.wpcf7-submit:hover,

#commentSubmit:hover {

	text-decoration: none;

	opacity: 0.8; color: #fff;

}

input[type="clean-button"]:active,

.wpcf7-submit:active,

#commentSubmit:active {

}



/*contact form 7 specific*/

.wpcf7-form{

	font-weight:normal !important;

}

.wpcf7 input[type=text], .wpcf7 input[type=password], .wpcf7 input[type=email], 
.wpcf7 input[type=tel], .wpcf7 input[type=email], .wpcf7 input[type=url], 
.wpcf7 input[type=date], .wpcf7 input[type=number]  {

	/* width: 250px; */

    	width: 95%;

	margin-top:0;

	-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; 

}

.wpcf7 textarea {

    	width: 95%;

	-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; 

}

.wpcf7-form p {

	margin: 0;

	margin-bottom: 20px;

	font-weight: bold;

	}

.wpcf7-submit{

	margin-top: -5px;

	font-family: 'Helvetica Nue', Arial, Helvetica, sans-serif;

	margin-right: 5px;

	margin-top: 10px;

	display: inline-block;

	background: #666;

	color: #fff;

	padding: 6px 20px;

	font-size: 12px;

	font-weight: bold;

	letter-spacing:inherit;

}

.wpcf7-title {

	margin-bottom:10px;

	font-weight:normal !important;

}



.wpcf7-intro {

	padding-bottom:10px;

	font-weight:normal !important;

}



div.wpcf7-validation-errors,

.wpcf7-not-valid-tip { 

	text-shadow: none;

	border: transparent !important;

	background: #f9cd00;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px; 

	padding: 10px !important;

	font-weight: bold;

	color: #9C6533;

	text-shadow: 1px 1px 1px rgba(255,255,255, 0.4);

	text-align: center;

	margin: 0 !important;

} 

div.wpcf7-validation-errors{

	width: 95%;

	padding: 10px 5px !important;

}



.wpcf7-not-valid-tip {

	display: block;

	position: relative !important;

	top: 0 !important;

	left: 0 !important;

	background: #FFF780 !important;

	font-size: 12px !important;

	margin-top: 8px !important;

	width: 40% !important;

}

span.wpcf7-not-valid-tip{

	text-align: center;

	text-shadow: none;

	padding: 5px;

	font-size: 11px;

	background: #ff5454 !important;

	border-color: #ff5454;

	color: #fff;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;

}

.wpcf7-mail-sent-ok{

	text-align: center;

	text-shadow: none;

	padding: 10px;

	font-size: 11px;

	background: #59a80f !important;

	border-color: #59a80f;

	color: #fff;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;

}







/*-----------------------------------------------------------------------------------*

/* = Sidebar

/*-----------------------------------------------------------------------------------*/

#sidebar {

	width: 25%;

	float: right;

}

.sidebar-box {

	margin-bottom: 25px;

	margin-right:30px;

}

.sidebar-box h4 {

    margin-top: 0px !important;

    margin-bottom: 10px;

	padding-bottom: 10px;

	text-transform: uppercase;

	font-size: 12px;

	border-bottom: 1px solid #ccc;

}

.sidebar-box h4 span{

}

.sidebar-box ul {

	list-style: none;

	list-style-position: inside;

	margin: 0px;

}

.sidebar-box li{

	margin-bottom: 5px;

}





/*-----------------------------------------------------------------------------------*/

/* = Widgets

/*-----------------------------------------------------------------------------------*/



#sidebar .widget_recent_entries ul,

#sidebar .widget_nav_menu ul,

#sidebar .widget_categories ul{

	margin: 0;

	list-style: none;

}

.widget_recent_entries a,

.widget_nav_menu a,

.widget_categories a,

.widget_pages a,

.widget_links a,

.widget_archive a,

.widget_meta a{



}

#sidebar .current-menu-item a,

#sidebar .current-cat a,

.widget_pages .current_page_item a{

	color: #000 !important;

}

#sidebar .widget_recent_entries a,

#sidebar .widget_nav_menu ul a,

#sidebar .widget_categories a{

}

.widget_recent_entries a:hover,

.widget_nav_menu ul a:hover,

.widget_categories a:hover{

	text-decoration: none;

	color: #000;

}



#footer .widget_recent_entries li,

#footer .widget_nav_menu ul li,

#footer .widget_categories li{

	padding-bottom: 7px;

	margin-bottom: 7px;

	border-bottom: 1px solid #333;

}



#footer .widget_nav_menu ul ul a{

	padding: 

}



/*tagcloud*/

.tagcloud a {

	line-height: 1em !important;

	display: block;

	float: left;

	padding: 7px 15px;

	background: #0099CC;

	margin-bottom: 8px;

	margin-right: 8px;

	color: #fff !important;

	-moz-opacity: 0.9;

    -khtml-opacity: 0.9;

    opacity: 0.9;

	-webkit-transition: opacity 0.2s ease-in-out;

    -moz-transition: opacity 0.2s ease-in-out;

    -o-transition: opacity 0.2s ease-in-out;

    -ms-transition: opacity 0.2s ease-in-out;

    transition: opacity 0.2s ease-in-out;

}

.tagcloud a:hover{

	-moz-opacity: 1;

    -khtml-opacity: 1;

    opacity: 1;

}



/*calendar*/

#sidebar #wp-calendar caption { text-align: right; border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 10px; }

#sidebar #wp-calendar, #footer #wp-calendar tr{width: 100%;}

#sidebar #wp-calendar th{text-align: center;}

#sidebar #wp-calendar tbody { color: #666; }

#sidebar #wp-calendar tbody td { padding: 4px 0; text-align: center; background: #fff; border: 1px solid #ddd;}

#sidebar #wp-calendar tbody td:hover{ background: #eee; color: #000; }

#sidebar #wp-calendar tbody a { display: block; }



/*subscribe*/

#subscribe-blog #subscribe-field{

	margin-top: 5px;

	webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	border-radius: 2px;

	-moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

}

#subscribe-blog input{

	width: 100px !important;

}

#subscribe-blog #subscribe-field:focus{ }

#subscribe-blog input[type="submit"] {

	cursor: pointer;

	padding: 5px;

	font-size: 11px;

    background: #ffd964 url("images/yellow-btn.png");

    border: 1px solid #F9B653;

    color: #9C6533 !important;

    text-shadow: 1px 1px 0px rgba(255,255,255,0.4);

    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);

	webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	border-radius: 2px;

}

#subscribe-blog input[type="submit"]:hover{

	opacity: 0.90;

}



#sidebar #subscribe-blog{

	font-size: 12px;

}

#sidebar #subscribe-blog #subscribe-field{

	font-size: 11px;

	width: 100% !important;

	padding: 10px 5px !important;

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

}



#footer #subscribe-blog #subscribe-field{

	background: #444;

	border: 1px solid #2b2b2b;

}

#footer #subscribe-blog #subscribe-field:focus{

	background-color: #555;

	color: #fff;

}





/*-----------------------------------------------------------------------------------*

/* = Footer/Copyright

/*-----------------------------------------------------------------------------------*/

#footer{

	background: #333;

	margin: 30px 0 0 0;

	/* margin: 0 -30px; */

	padding: 0 20px;

	/* padding: 0 30px; */

	color: #7f7f7f;

	font-size: 12px;

	width:940px;

	line-height:1.5em;

}

#footer a{

	color: #888;

	text-decoration: none;

}

#footer a:hover{

	color: #bbb;

}



#footer ul{

	margin-left: 0px !important;

}



/*footer widgets*/

#footer-widget-wrap{

}



/*

#footer-one,

#footer-two,

#footer-three,

#footer-four{

	float: left;

	width: 230px;

	margin-right: 20px;

}

*/

#footer-one, #footer-two, #footer-three, #footer-four {

	float: left;

	width: 100% !important;

	font-size: 11px;

	color:#666;

	text-align:center;

	margin-right: 20px;

	/* 

	border-top:1px solid #888;

	border-bottom:1px solid #888;

	border-left:1px solid #888;

	border-right:1px solid #888;

	*/

	border-top: 1px solid #444;

	padding:15px 0;



}



.footer-widget{

	color: #7f7f7f;

}

.footer-widget h4{

	color: #bbb;

	font-size: 10px;

	padding: 0;

	margin: 0;

	text-transform: uppercase;

	font-weight: bold;

	letter-spacing: 1px;

}



/*footer bottom*/

#footer-top{

	padding: 10px 0;

}



#footer-top a{

	color: #bbb;

}

#footer-top a:hover{

	color: #888;

}



#footer-links {

	display:inline;

	float: left;

	width: 70%;

	font-size: 11px;

}



#footer-links ul, #footer-links ul li {

	display:inline-block;

}



#footer-links ul:before,

#footer-links li:after {

	content: ' | ';

}



#footer-links ul:first-child:before,

#footer-links li:last-child:after {

	content: '';

}



#back-to-top{

	width: 20%;

	float: right;

	font-size: 11px;

	text-align: right;

}



/*-----------------------------------------------------------------------------------*

/* = Search Bar

/*-----------------------------------------------------------------------------------*/

#searchbar {

    display: block;

    position: relative;

	width: 100%;

	margin-bottom: 4px;

}

#search {

    position: relative;

	width: 100%;

    padding: 10px 30px 10px 10px;

    outline: none;

    border: 1px solid #ccc;

	color: #aaa;

	margin: 0;

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	font-size: 11px;

}

#search:focus { }



/*-----------------------------------------------------------------------------------*

/* Main Shortcodes

/*-----------------------------------------------------------------------------------*/



/*columns*/

.one-half{ width:48%; }

.one-third{ width:30.66%; }

.two-third{ width:65.33%; }

.one-fourth{ width:22%; }

.three-fourth{ width:74%; }

.one-fifth{ width:16.8%; }

.one-sixth{ width:13.33%; }

.one-half, .one-third, .two-third, .one-fourth, .three-fourth, .one-fifth, .one-sixth {

	position:relative; margin-right:4%; float:left;

}





.column-last{margin-right: 0px;}

.column-first{margin-left: 0px;}



/*box shortcodes*/

.box-shortcode {

    margin: 5px 0px;

    padding: 10px;

	color: #fff;

	font-size: 13px;

	font-weight: bold;

	font-family: 'Helvetica Nue', Arial, Helvetica, sans-serif;

}

.box-black {

    background-color: #000;

}

.box.gray {

	background-color: #666666;

}

.box.lightgray {

	background-color: #D5D2D2;

	color: #666;

}

.box.lightblue {

	background-color: #0099CC;

}

.box-red {

    background-color: #e62727;

}

.box-green {

    background-color: #91bd09;

}

.box-blue {

    background-color: #00ADEE;

}

/*highlights*/

.text-highlight { padding: 2px }

.highlight-lightgray,

.highlight-lightgray a {

	background-color: #D5D2D2;

	color: #666;

}

.highlight-lightblue,

.highlight-lightblue a {

	background-color: #0099CC;

}

.highlight-gray,

.highlight-gray a {

    background-color: #EBEBEB;

    color: #787777;

}

.highlight-yellow,

.highlight-yellow a {

    background-color: #FFF7A8;

    color: #695D43;

}

.highlight-pink,

.highlight-pink a {

    background-color: #F7DEEB;

    color: #724473;

}

.highlight-purple,

.highlight-purple a {

    background-color: #E0DBF6;

    color: #5C5577;

}

.highlight-blue,

.highlight-blue a {

    background-color: #D7F0FF;

    color: #2A67A4;

}

.highlight-green,

.highlight-green a {

    background-color: #E7FFCE;

    color: #47630A;

}

.highlight-red,
.highlight-red a {

    background: #FFCEBE;

    color: #A22121;

}



/*Other buttons*/

.button {

	font-family: 'Helvetica Nue', Arial, Helvetica, sans-serif;

	/*

	margin-right: 5px;

	margin-top: 10px;

	*/

	display: inline-block;

	background: #222;

	color: #fff;

	padding: 10px 20px;

	font-size: 12px;

	font-weight: bold;

	text-align:center;

	line-height:1.4em;

	cursor: pointer;

}

.button:hover,

.button.hover { opacity: 0.8; color: #fff; }

.button:active,

.button.active { top: 1px }

.button.black {

	background-color: #333333;

}

.button.gray {

	background-color: #666666;

}

.button.lightgray {

	background-color: #D5D2D2;

	color: #666;

}

.button.lightblue {

	background-color: #0099CC;

}

.button.teal{

	background-color: #3fb7b7;

}

.button.red {

	background-color: #e62727;

}

.button.orange {

	background-color: #f24919;

}

.button.magenta {

	background-color: #A9014B;

}

.button.yellow {

	background-color: #ffb515;

}

.button.blue {

	background-color: #00ADEE;

}

.button.pink {

	background-color: #e22092;

}

.button.green {

	background-color: #91bd09;

}

.button.rosy {

	background-color: #F16C7C;

}

.button.brown {

	background-color: #804000;

}

.button.purple {

	background-color: #800080;

}

.button.cyan {

	background-color: #46C7C7;

}

.button.gold {

	background-color: #D4A017;

}



/* Isotope CSS Animations

================================================== */

.isotope,

.isotope .isotope-item {

  -webkit-transition-duration: 0.8s;

     -moz-transition-duration: 0.8s;

      -ms-transition-duration: 0.8s;

       -o-transition-duration: 0.8s;

          transition-duration: 0.8s;

}



.isotope {

  -webkit-transition-property: height, width;

     -moz-transition-property: height, width;

      -ms-transition-property: height, width;

       -o-transition-property: height, width;

          transition-property: height, width;

}



.isotope .isotope-item {

  -webkit-transition-property: -webkit-transform, opacity;

     -moz-transition-property:    -moz-transform, opacity;

      -ms-transition-property:     -ms-transform, opacity;

       -o-transition-property:         top, left, opacity;

          transition-property:         transform, opacity;

}



/**** disabling Isotope CSS3 transitions ****/



.isotope.no-transition,

.isotope.no-transition .isotope-item,

.isotope .isotope-item.no-transition {

  -webkit-transition-duration: 0s;

     -moz-transition-duration: 0s;

      -ms-transition-duration: 0s;

       -o-transition-duration: 0s;

          transition-duration: 0s;

}

section#home-content {
	margin: 0 30px;}
	
	body.home a.button {
		float:none;
		margin:0 auto;}
		
		li.blue-btn a {
			 background: #0099cc none repeat scroll 0 0;
			 color:#fff}
			 	li.blue-btn {
					float:right;
					margin-right:45px}
					
				


section#home-content ul ul {
    list-style:disc;
    padding-left: 20px;
}