/*
Theme Name: Summer
Theme URI: http://cr1000team.com/summer
Description: Clean creative blog theme.
Author: cr1000team
Author URI: http://cr1000team.com/
Version: 1.0
Tags: white, two-columns, threaded-comments
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.clearfix {
    *display: inline-block;
    height: 1%;
}

ol, ul { list-style: none }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles!  */

:focus { outline: 0 }

/* remember to highlight inserts somehow!  */

ins { text-decoration: none }

del { text-decoration: line-through }

/* tables still need 'cellspacing="0"' in the markup  */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html { overflow-x: hidden; }

body {
    margin: 0px auto;
    color: #666;
    font: 14px/22px 'Open Sans', Arial, sans-serif;
	background: #fafafa;
	overflow-x: hidden;
}

::selection{background:#60baff; color:#fff}
::-moz-selection{background:#60baff; color:#fff}

.post code, .comment-text code {
	background: #494e54;
	color: #c3cbce;
	padding: 20px;
	display: block;
	border-left: solid 5px #a4fe68;
	-webkit-box-shadow: -15px 0px 0px 0px #494e54;
	box-shadow: -15px 0px 0px 0px #494e54; 
	margin-left: 15px;
}

img { border-style: none; }

a { text-decoration: none; 
	color: #60baff;
}

a:hover { text-decoration: underline; }

input, textarea, select {
    font: 100% arial,sans-sans-serif;
    vertical-align: middle;
    color: #000;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

/* ===[ Text Formatting ]=== */

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 25px 0;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    color: #5f5e5c;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Droid Serif', Arial, sans-serif;
}

h1 { 
	font-size: 34px;
	line-height: 40px;
}

h2 { 
	font-size: 28px;
	line-height: 32px;
 }

h3 { 
	font-size: 20px;
	line-height: 24px;
}

h4 { 
	font-size: 18px;
	line-height: 22px;
}

h5 { 
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
}

h6 { 
	font-size: 12px;
	font-weight: 700;
}

/* ===[ Main Body Styles ]=== */
#backgrimage{
	margin: 0 auto;
	background-position: center top;
	display: block;
	background-position: fixed;
}



#wrapper {
    padding: 0 25px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    max-width: 1250px;
    position: relative;
    height: 100%;
    margin: 0 auto !important;
}

#main {
    width: 100%;
    height: 100%;
    margin: 0 auto 0;
    padding: 0;
}
.header-wrapper-inner, .secondary-menu-inner{
	max-width: 1200px;
	padding: 0 25px;
	margin: 0 auto;
}
.footer-inner{
	max-width: 1200px;
	margin: 0 auto;
}

#content {
    width: 66.2%; 
    float: left;
    height: auto !important;
    margin-top: 60px;
}

.page-template-full-width-php #content, .page-template-page-masonry-php #content {
	width:100%;
}
.page-template-page-masonry-static #content, .page-template-page-masonry-static-php #content {
	width:100%;
}

.page-template-full-width-php #sidebar{
	display: none;
}

.page #content {
	margin-bottom: 70px;
}

#content .entry-title a { 
	color: #5f5e5c;
	-webkit-transition: .05s ease-in;  
	-moz-transition: .05s ease-in;  
	-o-transition: .05s ease-in;  
	transition: .05s ease-in;  
}

#content .entry-title a:hover {
	//color: #60baff;
	color: #543019;
	text-decoration: none;
	-webkit-transition: .05s ease-in;  
	-moz-transition: .05s ease-in;  
	-o-transition: .05s ease-in;  
	transition: .05s ease-in; 
}

#content .entry-title a:hover { text-decoration: none }

#content p { 
	margin: 0 0 18px;
	//line-height: 26px;
	line-height: 1.5em;
	font-size: 15px;
}

#content .more {
    padding: 0 11px 0 0;
    color: #d02c2c;
}

/* ===[ Header Area Styles ]=== */

.header-wrapper {
	width: 100%;
	padding: 8px 0 13px 0;
	z-index:100;
	background: rgba(255,255,255, 0.7);
	position: relative;
	box-shadow: rgba(0,0,0, 0.15) 0px 0px 5px;
	-moz-box-shadow: rgba(0,0,0, 0.15) 0px 0px 5px;
	-webkit-box-shadow: rgba(0,0,0, 0.15) 0px 0px 5px;
}

.header-wrapper-border {
	border-top: solid 6px #f7f7f7;
}

.header-right {
    width: 400px;
    display: block;
    float:right;
}

.top-bar {
	float: right;
	margin: 13px 0 0 0;
    	vertical-align: bottom;
}
.top-bar .sub-menu{
	border-radius: 0;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.top-bar .sub-menu .sub-menu { 
	z-index: 999;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	background: #ffffff;
}

.logo {
    margin: 0 0 5px 0;
    float: left;
    max-width: 100%;
	top: 7px;
}

.logo-default {
	float: left;
}

.logo-img {
    display: inline-block;
    margin-left: 15px;
}

.logo-text {
    display: inline-block;
    padding: 6px 0 0 15px;
}

.logo-text span, .logo-img span {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Anastasia Script',  Arial, serif;
    font-weight: normal;
    letter-spacing: 1px;
    color:#333333;
	font-style: italic;
}


.logo-text a { 
	color: #60baff; 
    font-size: 70px;
    line-height: 50px;
    font-family: 'Yesteryear';
}

.logo-text a:hover {
	text-decoration: none;
}

/* ===[ Navigation Styling ]=== */

.menu-wrap {
	float: right;
	position: relative;
}

.menu-wrap .main-select-menu {
	display: none;
}

.menu-wrap span.select {
	display: none;
}

.main-nav {
    float: left;
    position: relative;
    z-index: 999;   
}

.main-nav a {
    color: #333333;
    float: left;
    padding: 7px 20px;
	margin: 0 1px 0 0;
    display: block;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
}
.main-nav a {
    font-family: 'Droid Serif', Arial, sans-serif;
}
.main-nav a:first-child {}
.main-nav a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
    display: block;
	background-color: rgba(96, 186, 255, 0.7);
}

.main-nav > .current-menu-item > a {
	font-weight: 900;
	color: #fff;
	background-color: rgba(96, 186, 255, 0.7);
}

.main-nav > li {
    float: left;
    padding: 0;
    margin: 0;
    display: inline;   
}
.main-nav > li  > a:hover{
	background-color: rgba(96, 186, 255, 0.7);
}

.main-nav > li:last-child a {
	border-right: none;
}

.main-nav, .main-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
}

.main-nav li {
    float: left;
    position: relative;
}

.main-nav ul {
    position: absolute;
    display: none;
    width: 180px;
    top: 37px;
    left: 0;
}

.main-nav > li > .sub-menu {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
}

.main-nav li ul {
	background: #fff;
}

.main-nav li ul li { 
	padding: 0 12px; 
}

.main-nav li ul a {
    width: 155px;
    height: auto;
    float: left;
    //border-bottom: solid 1px #ccc;
    padding:10px 0 8px 0;
    font-weight: 700;
    font-size: 12px;
	color: #333333;
	line-height: 16px;
}
.main-nav li ul a:hover {
	background: none;
	border-radius: 0;
	//color: #60baff;
	color: #543019;
}
.main-nav .sub-menu .current-menu-item a {
	border-radius: 0;
	color: #60baff;
}

.main-nav li ul li:last-child > a {
	border: none;
}

.main-nav li ul li:last-child {
    background: none;
    border-bottom: none;
}

.main-nav li ul li ul {
    padding: 0;
}

.main-nav ul ul { top: auto }

.main-nav li ul ul {
    left: 162px;
    margin: 0 0 0 10px;
}

.main-nav li:hover ul ul, .main-nav li:hover ul ul ul, .main-nav li:hover ul ul ul ul { display: none }

.main-nav li:hover ul, .main-nav li li:hover ul, .main-nav li li li:hover ul, .main-nav li li li li:hover ul { display: block }

/* ===[ Category Menu ]=== */

.secondary-menu-wrap {
	background: rgba(255,255,255, 0.7);
	box-shadow: inset 0px 0px 5px rgba(0,0,0, 0.15);
	-moz-box-shadow: rgba(0,0,0, 0.15) 0px 0px 5px;
	-webkit-box-shadow: rgba(0,0,0, 0.15) 0px 0px 5px;
    text-align: left;
}

.secondary-menu{
    display: inline-block;
    margin: 0 auto;
}

.secondary-menu li {
	position: relative;
	list-style-type: none;
	display: inline-block;
	margin: 0 0px 0 0 !important;
	padding: 15px 10px;
}

.secondary-menu li ul li:last-child {
	border-bottom: none;
}

.secondary-menu  li.current-menu-item > a {
	color: #60baff;
}

.secondary-menu li a {
	color: #5f5e5c;
	font-size: 13px;
	font-weight: 700;
}

.secondary-menu li a:hover {
	text-decoration: none;
	display: inline-block;
	//color: #60baff;
	color: #543019;
}

.secondary-menu ul {
    margin: 0;
    padding: 0;
    list-style-position: outside;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.secondary-menu ul {
    position: absolute;
    display: none;
    width: 179px;
    top: 52px;
    left: 0;
	z-index: 999;
}

.secondary-menu > li > .sub-menu {
	margin: 0;
}

.secondary-menu li ul {
	background: #E2E5E8;
}

.secondary-menu li ul li { 
	padding: 0 12px; 
	border-top: none;
}

.secondary-menu li ul li:hover {
	background: #fff;
}

.secondary-menu .children a:hover {
	//color: #8695A2;
	color: #543019;
}

.secondary-menu li ul a {
    width: 155px;
    height: auto;
    float: left;
    padding:10px 0 8px 0;
    font-weight: 700;
    font-size: 12px;
}

.secondary-menu li ul li ul {
    padding: 0;
}

.secondary-menu ul ul { top: auto }

.secondary-menu li ul ul {
    left: 162px;
    margin: 0 0 0 10px;
}

.secondary-menu li:hover ul ul, .secondary-menu li:hover ul ul ul, .secondary-menu li:hover ul ul ul ul { display: none }

.secondary-menu li:hover ul, .secondary-menu li li:hover ul, .secondary-menu li li li:hover ul, .secondary-menu li li li li:hover ul { display: block }

.secondary-menu-wrap .select-menu, .secondary-menu-wrap .select {
	display: none;
}

/* ===[ Post Styles ]=== */

.post {
    margin: 0 0 45px 0;
	float:left;
	width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.featured-image {
	width: 100%;
}

.featured-image img {
	max-width: 100%;
	min-width: 100%;
	height: auto;
}

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

.post hr {
	height: 1px;
	margin: 30px 0 30px 0;
	border: 0;
	border-bottom: solid 1px #ddd;
}

.post li {
	list-style-type: square;
	margin-bottom: 5px;
}

.post .box { 
	position: relative;
}

.post .frame {
	width: 100%;
}

.post .frame-full {
	width: 100% !important;
}

.post .frame .post-content {
	padding: 25px 25px 0 25px;
}
.post-content a{
	color:#60baff;
}

.home .post .frame .post-content {
	padding: 0 25px;
}

.post .frame ul { 
	margin: 0 0 25px 15px;
}

.post .frame ul li {
    list-style-type: circle;
    margin: 0 0 8px 0;
}

.post .frame ol {
    margin: 0 0 25px 15px;
}

.post .frame ol li {
	list-style-type: decimal;
}

.post-thumb {
    margin: 5px 0 15px 0;
    float: left;
}

.title-wrap {
	background: #fff;
	padding: 20px 25px 20px 25px;
}

.entry-title {
   	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
	font-size: 30px;
	letter-spacing: -1px;
	line-height: 40px;
	color: #6b6b6b;
	margin-bottom: 10px;
}

.entry-title {
   	font-family: 'Droid Serif', sans-serif;
}

.sub-title {
	background: #efefef;
	padding: 12px 25px 8px 15px;
	font-family: 'Open Sans', sans-serif;
   	font-weight: 700;
	font-size: 18px;
	letter-spacing: -1px;
	line-height: 28px;
	color: #5f5e5c;
	margin-bottom: 30px;
}

.sub-title {
	font-family: 'Droid Serif', sans-serif;
}

.title-meta {
	color: #bbb;
	font-size: 13px;
}

.title-meta span {
	margin-right: 15px;
}
.title-meta a {
	color: #60baff;
}
.title-meta  i {
	font-size: 14px;
	padding-right: 8px;
	color: #bbb;
}

.post .bar {
	background: #efefef;
    width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    float: left;
    margin: 25px 0 0 0;
    padding: 15px 20px 7px 20px;
    font-size: 16px;
    position: relative;
    color: #fff;
}

.post .bar-frame { 
	padding: 0 0px 5px 0px;
	margin-left:15px 0px 15px 0px;
	line-height: 18px;
}

.bar .title {
	font-size: 40px;
	display: inline;
	float: left;
	line-height: 6px;
	margin-right: 5px;
	color: #fff;
}

.bar a, .post-info {
	color: #5e5f5c;
}


.bar .share {
	float:right;
	margin:-5px 0 0 0;
	position: relative;
}

.bar .share i {
	font-size: 22px;
	left: -20px;
	padding: 5px;
}

.bar .share a {
	float: right;
	margin-left: 3px;
	padding: 3px 3px 0px 3px;
}
.meta-info span i{ 
	padding-right: 5px;
}


.bar .share a:hover {
	
	//color: #60baff;
	color: #543019;
	text-decoration: none;
}

.large-image {
	margin: 0 0 30px 0;
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in;
	background: url(images/loading.gif) no-repeat center center; 
}
.large-image:hover {
	opacity: .9;
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in; 
}
.large-image img {
	width: 100%;
}
.gallery-wrap, .crvideo {
}
.gallery-wrap .slides li {
	margin-bottom: 0 !important;
}

.crvideo {
    position: relative;
    z-index: 1;
    margin: 0 0 0 0;
    float: left;
    clear: both;
    width: 100%;
	height: auto;
}

.video object { width: auto !important }

.next-prev {
	width: 100%;
	border-bottom: solid 1px #eee;
	margin: -35px 0 0 0;
	padding: 0 0 40px 0;
	float: left;
	color: #5f5e5c;
}
.prev-post .title {	
	float: left;
}
.prev-post span {
	float: left;
	clear: both;
}
.next-post .title {	
	float: right;
}
.next-post span {
	float: right;
	clear: both;
}
.next-post {
	float: right;
	margin: 0 0 0 0;
}
.prev-post {
	float: left;
}

.post .img {
    padding: 0 15px 15px;
    width: 535px;
    overflow: hidden;
}

.post .img img { display: block }

.post blockquote {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 15px 15px 15px 50px;
    margin: 22px 0 25px 0px;
    position: relative;
}
.masonr .post blockquote {
    padding: 10px 15px 15px 30px;
    margin: 0px 0px 5px 0px;
}

.post blockquote:before {
    font-family: 'icons';
    content: '\201C';
    position: relative;
    font-size: 50px;
    top: 10px;
	left: -30px;
    color: #60baff;
}
.post blockquote:after {
    font-family: 'icons';
    content: '\201D';
    position: relative;
    font-size: 50px;
    margin-top: 10px;
	float: right;
    color: #60baff;
}

.post blockquote p { 
	font-size: 20px !important;
	line-height: 32px !important; 
	margin-bottom: 0px !important;
	margin-right: 20px;
	color: #99a1a7;
}

.quote-source {
	padding-right: 60px;
	float: right;
}
.quote-source:before {
	content: '\002D';
	margin-right: 5px;
}

.masonr .quote-source {
	padding-right: 40px;
}

.quote { font-style: italic }

.post blockquote .frame { padding: 12px 41px 46px 27px }

.post q:before, .post q:after { content: "" }

.post blockquote q {
    display: block;
    margin: 0 0 23px;
}

cite {
    margin-top: 10px;
    float: right;
}

/* ===[ Sidebar Styles ]=== */

#sidebar {
    float: left;
    color: #8c99a4;
    font-size: 13px;
    margin-top: 60px;
    margin-left: 3%;
    width: 30.8%;  
	
}
#sidebar .widget{
	background-color: #fff;
	padding: 30px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.social-count {
}

.count-box {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: solid 1px #e6e6e6;
	min-height: 40px;
}

.count-box:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.twitter-count {
	//background: url(images/twitter-count.png) no-repeat 0 3px;
	padding-left: 50px;
}

.youtube-count {
	//background: url(images/youtube-count.png) no-repeat 0 3px;
	padding-left: 50px;
}

.rss-count {
	//background: url(images/rss-count.png) no-repeat 0 3px;
	padding-left: 50px;
}

.rss-count .count-text {
	font-size: 20px;
}

.dribbble-count {
	//background: url(images/dribbble-count.png) no-repeat 0 3px;
	padding-left: 50px;
}

.facebook-count {
	//background: url(images/facebook-count.png) no-repeat 0 3px;
	padding-left: 50px;
}

.count-text {
	font-size: 24px;
	letter-spacing: -1px;
}

.follow-text, .follow-text a {
	font-size: 12px;
	line-height: 16px;
	color: #99a1a7;
	margin-top:5px;
}

.follow-text a:hover {
	text-decoration: none;
	color: #8C99A4;
}

.follow-text a:hover:after {
	content: " \2192";
}

.link-count-show {
	display: block;
}

.link-count-show-ipad {
	display: none;
}

.widget ul { margin:0 0 0 15px; }

.widget ul li { 
	list-style-type: circle;
	margin-bottom:5px;
}

.widget ul li:last-child {
	border-bottom:none;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

.widget {
	width: 100%;
    float: left;
    margin: 0 0 4px 0;
    padding: 0 0 0 0;
    display: block;
}

.widget:last-child {
	border-bottom: none;
}

.widget p { margin: 0 0 25px }

.widget .date { font-size: 11px }

.widget h2 {
    font-weight: 700;
    font-size: 16px;
    margin:0;
    color: #5f5e5c;
    padding: 0 0 8px 0;
}

.widget h4 { font-weight: normal }

.tagcloud {}

.tagcloud a {
	background: #909dab;
	padding: 6px 10px 5px 10px;
	float: left;
	font-size: 12px !important; 
	line-height: 18px;
	margin: 0 5px 5px 0;
	color: #fff;
}

.tagcloud a:hover {
	text-decoration: none;
	//background: #60baff;
	background: #543019;
	color: #fff;
}

.items {
    font-size: 11px;
    line-height: 16px;
    padding: 5px 0 14px;
}

.widget h4 {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.widget h4 a { color: #fff }

.widget .media img { display: block }

/* ===[ Dribbble Widget Styling ]=== */

.dribbbles {}

.dribbbles li a img {
	width:100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 5px #fff;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
}


/* ===[ Search Form Styling ]=== */
.search-form {
	position: relative;
}


.search-form .text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    font-size: 12px;
    font-style: italic;
    font-family: Arial, sans-serif;
    border: none;
    float: left;
    width: 100%;
	background: #efefef;
	padding: 12px 7px 12px 30px;
	color: #898e99;
} 

.search-form i {
	font-size: 17px;
	color: #666;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 9;
}

.search-form .submit {
	display: none;
}

.search .post .frame .post-content { padding: 0 25px 15px 25px; }

/* ===[ Scroll ]=== */

.scroll {
	margin-top: 60px;
	min-height: 2px;
	background: url(images/bar-loading.gif) no-repeat center bottom;
}

.scroll .slides {
	background: none;
}

.scroll-excerpt {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 38px;
	letter-spacing: -2px;
	line-height: 50px;
	color: #6b6b6b;
}

.scroll-excerpt a {
	color: #5f5e5c;
	-webkit-transition: .05s ease-in;  
	-moz-transition: .05s ease-in;  
	-o-transition: .05s ease-in;  
	transition: .05s ease-in;
}

.scroll-excerpt a:hover {
	//color: #60baff;
	color: #543019;
	text-decoration: none;
	-webkit-transition: .05s ease-in;  
	-moz-transition: .05s ease-in;  
	-o-transition: .05s ease-in;  
	transition: .05s ease-in; 
}

.scroll-post {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #778b9d;
}

.scroll-post a {
	color: #99a1a7;
}

.scroll-post a:hover {
	text-decoration: none;
	border-bottom: dashed 1px #99a1a7;
}

/* ===[ Comment Styling ]=== */

.comments {
	width:100%;
    float: left;
    margin: 0 0px 70px 0px;
    padding-bottom: 25px;
    background: #fff;
}

#comments {
	padding: 35px;
}

#comments-title {
    padding: 20px 35px 15px 65px;
   	margin: -35px -35px 25px -35px !important;
   	background: #efefef;
    font-weight: 700;
	font-size: 18px;
	letter-spacing: -1px;
	line-height: 30px;
	color: #5f5e5c;
	margin-bottom: 0;
	text-align: center;
}

#respond {
    margin: 0 0 15px 0;
    padding: 0 0 20px 0;
}

.comment #respond { margin-top: 0px }

#respond h3 {
    padding: 0 0 10px 0;
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 25px;
    letter-spacing: -1px;
    font-weight: 500;
}

#respond h3 .entypo {
	font-size: 30px;
	margin-left: 3px;
	-webkit-font-smoothing: antialiased;
}

#respond label {
	display: inline-block;
    font-weight: bold;
    font-size: 12px;
    margin: 5px 0 0 0;
}

#respond p .required {
	font-size: 11px;
}

#respond p { margin-bottom: 15px }

#respond input[type="text"], #respond textarea {
    color: #777;
    border: none;
    border: solid 1px #DDD;
	border-bottom: solid 1px #CCC;
    background: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    padding: 10px;
    font-size: 13px;
    font-family: 'Open Sans', Arial, sans-serif;
}

#respond input:focus, #respond textarea:focus {
    outline: none;
}

#respond textarea {
    line-height: 22px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', Arial, sans-serif;
}

.form-submit #submit {
	font-family: 'Open Sans', Arial, sans-serif;
	background: #60baff;
	padding: 8px 15px 7px 15px;
	float: left;
	font-size: 12px !important;
	font-weight: 700; 
	line-height: 18px;
	margin: 0 5px 8px 0;
	color: #fff;
	border: none;
}

.form-submit #submit:hover {
	//background: #6dc0ff;
	background: #543019;
	color: #fff;
	cursor: pointer;
}

.form-allowed-tags code {
	background: none;
	border: none;
	font-size: 11px;
	line-height: 18px;
	color: #aaa;
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 15px 0;
}

.commentlist {
	list-style-type: none !important;
}

.commentlist li {
    padding: 15px 0 35px 0;
    margin: 0 0 25px 0;
    position: relative;
    list-style-type: none !important;
    border-bottom: 1px solid #eee;
}

.comments .children {
	margin-bottom: 0px !important;
	margin-top: 25px !important;
}

.comments .children li { 
	margin: 0 0 0 0;
	padding-left: 25px;
	border-bottom: none;
	border-left: solid 4px #f7f7f7;
 }

.comments .children li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.comment-block {
    padding: 0;
}

.comment-text {
}

.comment-text:before {
	width: 0;
	height: 0;
}

.reply {
    margin: 0px !important;
    font-size: 12px !important;
}

.reply .entypo {
	font-size: 30px;
	line-height: 16px;
}

.comments .children .reply { text-align: left }

.reply a:hover {
    text-decoration: none;
}

#cancel-comment-reply-link {
    font-size: 12px;
    color: #aaa;
    margin-left: 10px;
    letter-spacing: 0;
}

.comment-notes {
	color: #aaa;
	font-size: 12px;
}

.comments .logged-in {
	float: left;
}

.comment-awaiting-moderation {
    color: #555;
    font-weight: bold;
    font-size: 11px;
}

.vcard {
    float: left;
}

.vcard img {
    float: left;
    background: #fff;
    border: solid 1px #eee;
    padding: 3px;
}

.fn {
    float: left;
    font-weight: bold;
    font-size: 14px;
    font-style:	normal;
    line-height: 20px;
    margin-top: 0;
}
.fn a { color: #5f5e5c }

.comment-info {
	margin-bottom: 10px;
	position: relative;
}

.comment-meta {
    float: left;
    margin: 2px 0 0 12px;
}

.comment-time {
    font-size: 12px;
    color: #999;
}

.comment-edit-link {
	font-size: 12px;
}


/* ===[ Post Navigation Styling ]=== */

.pagelink p {
	background: #f7f7f7;
	padding: 10px;
}

.post-nav {
    margin: -20px 0 75px 0;
    float: left;
    width: 100%;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 700;
}

.post-nav a {
	background:#60baff;
    color: #fff;
    text-decoration: none;
    padding: 6px 10px 5px 10px;
}

.postnav-left a {
    float: left;
}

.postnav-right a {
    float: right;
}

.post-nav a:hover{
    //background: #6dc0ff;
    background: #543019;
    text-decoration: none;
}
.sticky{}

/* ===[ Archive Styles ]=== */

#archive {
}

#archive h3 {
	margin-bottom: 10px;
}

#archive ul {
	margin:0 0 45px 15px;	
}

#archive ul li {
	line-height: 20px;
}

.columnize	{
	float: left;
	width: 190px;
	margin: 0 40px 0 0;
}

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

/* ===[ Footer Styles ]=== */

#footer {
    width: 100%;
	padding: 30px 0;
    display: block;
    overflow: hidden;
    background: rgba(0,0,0, 0.9);
	color: #999;
	box-shadow: rgba(0,0,0, 0.15) 0px 0px 5px;
	-moz-box-shadow: rgba(0,0,0, 0.15) 0px 0px 5px;
	-webkit-box-shadow: rgba(0,0,0, 0.15) 0px 0px 5px;
}

#footer .bar ul {
	margin-left: 15px;
}

#footer .bar li {
	list-style-type: square;
	margin-bottom: 5px;
}

#footer  .widget{
	width: 24%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
}

#footer .widgettitle {
	color: #ffffff;
}

#footer .copyright {
	text-align: center;
    float: none;
    margin-top: 20px;
    position: relative;
    font-size: 12px;
    color: #99a1a7;
}



/* ===[ Icons ]=== */

.social-icons {
	float: right;
	margin-top:5px;
}

.social-icons a img {
	width:28px;
	height: auto;
}

.social-icons a img:hover {
	opacity: .8;
}

/* ===[ Post Gallery Styling ]=== */

.gallery-wrap {
	margin: 0 0 -5px 0;
}

/* ===[ Various Default WordPress Styling ]=== */

.alignleft { float: left }

.alignright { float: right }

.aligncenter { text-align: center }

.bypostauthor { }

.wp-caption {
    background: rgba(255,255,255, 0.6);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    padding: 5px;
    max-width: 96%; 
    text-align: center;
}

.wp-caption.alignnone { margin: 5px 20px 20px 0 }

.wp-caption.alignleft { margin: 5px 20px 20px 0 }

.wp-caption.alignright { margin: 5px 0 20px 20px }

img.alignleft, img.alignright {
	padding: 5px;
}

img.alignleft {
	margin: 5px 25px 20px 0;
}

img.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    //max-width: 98.5%;
    max-width: 100%;
    padding: 0;
    //width: auto;
    width: 100%;
}

.wp-caption p.wp-caption-text {
    font-size: 12px !important;
    margin: 0 !important;
    padding: 3px 0 0 0!important;
    font-style: italic;
}

.gallery-caption { text-align: center }

.gallery-item {
    width: 115px !important;
    margin-right: 15px;
    margin-bottom: 20px;
    
}

.gallery-icon { width: 115px }

.gallery-item img {
    width: 95px;
    height: auto;
    padding: 5px;
    border: solid 1px #eee !important;
}

.highlight {
	background: #a6d2f4;
	width: auto;
	display: inline;
	padding: 2px 3px;
}

/* ===[ Tab Style ]=== */

.tabs { 
	list-style-type:none !important; 
	margin:0 !important; 
	padding:0;
	height:30px;
	width:100%;
	clear: both;
}

.tabs li { 
	float: left;	 
	text-indent: 0;
	padding: 0 !important;
	margin: 0px 0 0px 0!important;
	list-style-type: none !important; 
}

.tabs > li a { 
	display:block;	
	text-decoration:none;
	height: 36px;
	width: 36px;
	margin: 0 6px;
	text-align: center;
	position:relative;
	color: #fff;
	background: #323a45;
}
.tabs > li a  i{ 
	padding: 8px 0 0 0;
}

.tabs > li:first-child a {
	margin-left: 0px;
}

.tabs > li:last-child a {
	margin-right: 0px;
}

.tabs > li a:hover {
	//background: #60baff;
	background: #543019;
}

.tabs a:active {
	outline:none;		
}

.tabs li.active a {		 
	color:#fff !important;
	background: #60baff;
}

.tabs li span {
	font-family: 'EntypoRegular';
	-webkit-font-smoothing: antialiased;
	font-size: 32px;
}

.pane {
	float: left;
	margin-top:20px;
	width: 100%;
}

/* Profile Widget */

.profile-img {
	float: right;
	margin: 0 0 5px 10px;
	background: white;
	border: solid 1px #ddd;
	padding: 3px;
}

/************************************ Contact Form ************************************/

input[type="text"], input[type="email"] {
    color: #898e99;
    border: none;
	background: #efefef;
    width: 50%;
    padding: 10px;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

textarea {
	color: #898e99;
    border: none;
    background: #efefef;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
#contactForm input, #contactForm textarea{

	
}

#contactForm input:focus:invalid, #contactForm textarea:focus:invalid { 
	box-shadow: 0 0 0 2px #d45252;
}
#contactForm input:required:valid, #contactForm textarea:required:valid {
	box-shadow: 0 0 0 2px  #5cd053;
}

#submittedContact {
	width: 65px;
	height: 40px;
	color: #fff;
	background: #60baff;
	border-radius: 3px 3px 3px 3px;
	border: 0px;
	font-weight: bold;
}
#submittedContact:hover{
	//background: #6dc0ff;
	background: #543019;
}

/************************************ Back To Top ************************************/

#toTop {
	z-index: 999;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	overflow: hidden;
	background: rgba(0,0,0,0.2);
	padding: 8px 12px 8px 12px;
	font-size: 24px;
	color: #eee;
	border-radius: 2px;
}
#toTop:hover {
	background: rgba(0,0,0,0.4);
	text-decoration:none;
	color: #fff;
}
#toTopHover {
	display: block;
	overflow: hidden;
	float: left;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);
	opacity: 0;
}
#toTop:active, #toTop:focus {
	outline:none;
}

/************************************ Page masonry ************************************/

.masonr h2{
	font-size: 21px;
}

.masonr #content p{
	font-size: 13px;
	margin: 0px 0px 5px;
}
.masonr .title-wrap{
	padding: 10px 25px;
	margin: 0px 0px 10px;
}
.masonr .entry-title{
	margin-bottom: 0px;
}

.masonr .bar{
	margin: 10px 0px 0px;
	padding: 12px 20px 7px;
	font-size: 13px;
}
.masonr  .bar-frame{
	padding: 0px 0px 0px;
}
.masonr .bar .share i{ 
	font-size: 18px;
}
.masonr .bar .categories i, .masonr .bar .tags i{ 
	font-size: 15px;
}

.masonr .title-meta {
	font-size: 11px;
}

.masonr  .title-meta i, .masonr  .title-meta .categories, .masonr  .title-meta .tags{
	display: none;
}
.masonr  .title-meta a{
	text-decoration: none;
	color: #bbb;
}

.masonr .format-gallery .flex-direction-nav li a{
	height: 45px;
	width: 45px;
}
.masonr .format-gallery .flex-direction-nav li a i{
	font-size: 32px;
	padding: 7px 0 0 0;
}
.masonrycontainer {
	margin: 0 auto;
}

.masonr{
	width: 31.33%;
	padding-bottom: 30px;
	margin: 0 1% 0 1%;
}

.twocol .masonr{
	width: 48%;
	padding-bottom: 20px;
	margin: 0 1% 0 1%;
}
.page-template-page-masonry-2-php #sidebar{
	margin-left: 2.5%;
}

.masonr .post{
	margin: 0px 0px 0px 0px;
}
div #flickr img {
	margin: 0px 9px 9px 0px;
	display: inline-block;
	width: 64px;
	height: 62px;
	border: none;
}

#flickr .flickr_badge_image{
	float: left;
	width: 64px;
	margin: 0px 9px 0px 0px;
}
#footer .flickr_badge_image img{
	width: 64px;
	height: 64px;
}


#sidebar .simple-social-icons  ul li a{
	background-color: #60baff !important;
}
#sidebar .simple-social-icons  ul li a:hover{
	//background-color: #70caff !important;
	background: #543019;
}
a#load-more{
	background-color: rgba(96, 186, 255, 0.7);
	color: #fff;
	display: block;
	clear: both;
	text-align: center;
	padding: 11px 0px;
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
}
a#load-more:hover{
	//background-color: #6dc0ff;
	background-color: #543019;
}
.wp-post-image {
	z-index: 300;
}
.cr-likes{
	margin-right: 8px;
}

a.cr_likes.active {
	color: #60baff !important;
}
a.cr-likes:hover, a.icon-comment:hover{
	text-decoration: none;
}
.icon-heart {
	padding-right: 5px;
}
#content .icon-heart:hover, #content .icon-comment:hover {
	//color: #60baff;
	color: #543019;
	text-decoration: none;
}

/* calendar*/
#wp-calendar td {
	padding: 0 6px;
}
.quote-post, .link-post{
	padding: 25px;
	word-wrap: break-word;
}
.link-post h2 a{
	color: #99a1a7;
	
}
.quote-post a:hover, .link-post h2 a:hover {
	text-decoration: none;
}

/* ================================================================================================================== */
/* =============================================== JASON'S CUSTOM CSS =============================================== */
/* ================================================================================================================== */

.content-call-out {
	background-color: #FAF6EF;
	border: 1px solid #eee1c5;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 15px;
}

#tribe-events-content .content-call-out h2 {
	margin-top: 0;
}

#tribe-events-content .content-call-out img.alignright {
	margin-top: 0;
	margin-right: 0;
}

@media all and (max-width:500px) {
	#tribe-events-content .content-call-out img.alignright {
		float: none;
		margin: 0 0 15px 0;
		display: block;
	}
}

.content-call-out-green {
	background-color: #eff7d2;
	border: 1px solid #98a567;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 15px;
}

input[type="text"], input[type="email"] { color: rgba(0,0,0,0.5); }

#text-7 { padding: 0 !important; }

.logo { max-width: 100px; }
.top-bar { margin-top: 30px; position: relative; }

.header-wrapper {
	background-color: rgba(253,245,230, 0.8);
}

.secondary-menu-wrap {
	background-color: rgba(255,245,230, 0.8);
}

.max-width-form { max-width: 400px; }

/* ------------------------------------- TOP HEADER ----------------------------------- */

.menu-wrap span.select {
	background: #66442e !important;
}
.menu-wrap span.select::before {
	content: "\f0c9";
	position: absolute;
	right: 10px;
	top: 2px;
	font-size: 24px;
	color: white;
	color: rgba(255,255,235,0.5);
	font-family: FontAwesome-webfont;
	font-weight: normal;
	font-style: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

#msjc-tagline {
	font-family: Times New Roman, serif;
	color: #543019;
	padding-left: 30px;
	padding-bottom: 32px;
	font-weight: normal;
	display: inline-block;
	vertical-align: bottom;
	font-size: 20px;
	font-style: oblique;
}


@media only screen and (max-width: 650px) {

#msjc-tagline { padding: 0; display: block; clear: both; }

}

/* ========================= added for search bar in header ======================== */

.top-bar { margin-top: 35px; }
.search-form i { top: 8px; }
.search-form .text {
	padding: 8px 7px 8px 30px;
	background-color: white;
	float: right;
	width: 220px;
	margin-bottom: 10px;
}


#toggle-search {
	float: right;
	background: none;
	border: none;
	//height: 34px;
	margin-top: 2px;
}

#msjc-search-img { padding: 7px; max-width: 21px; max-height: 21px; }

#msjc-search-container {
	display:none;
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: -70px;
	padding: 15px 15px 7px 15px;
	background-color: #98a567;
	-moz-box-shadow:    0 1px 4px 0 rgba(0,0,0,0.3);
 	-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);
  	box-shadow:         0 1px 4px 0 rgba(0,0,0,0.3);
}

#msjc-search-container::before{
	content:"";
	position: absolute;
	top: -9px;
	right: 16px;
	background: url(images/search-arrow.png);
	height: 10px;
	width: 19px;
	display: block;
}

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

.home .bar { display: none; }
.home .title-meta { display: none; }
.home .title-wrap { display: none; margin: 0; padding: 3px 15px; text-align: center; background-color: rgba(84,48,25,0); }
.home .box .frame { position: absolute; bottom: 0; background-color: rgba(255,255,255,0.8); }
.home #content .entry-title a { color: #543019; font: 18px/28px 'Droid Serif', serif; letter-spacing: -0.01em; font-weight: bold; }
.home #content { margin-top: 30px; }
.home .post, .home .post img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}


#footer { background-color: rgba(253,245,230, 0.8); }

.main-nav a { font: 18px/28px 'Droid Serif', serif; letter-spacing: -0.01em; font-weight: bold; }

.main-nav li ul a:hover {
	text-decoration: underline;
}

#footer .widgettitle { color: #543019; font: 18px/28px 'Droid Serif', serif; letter-spacing: -0.01em; font-weight: bold; }
#footer { color: #333; }
#footer .copyright { color: #333; }
#footer input[type="text"], #footer input[type="email"] { background: white; }

.gform_wrapper .gform_ajax_spinner { vertical-align: top !important; }

a.msjc-button {
	display: inline-block;
	padding: 4px 10px;
	background-color: #543019;
	color: white;
	margin: 5px 0;
}

a.msjc-button:hover { background-color: #784b2e; text-decoration: none; }

/* ------------------------------------------------------------------------------------------------------- */
/* --------------------------------------- CUSTOM BACKGROUND IMAGES -------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */

body#backgrimage { 
	background-position: center;
	background-size: cover;
}

/* ------------- Religion & Spirituality ------------ */
body.page-id-458 #backgrimage {
	background-image: url(/~missions/wp-content/uploads/MSJCHomepageBackground-religion-spirituality.jpg);
}

/* ------------------ Preservation ------------------ */
body.page-id-464 #backgrimage {
	background-image: url(/~missions/wp-content/uploads/MSJCHomepageBackground-preservation.jpg);
}

/* ------------------ Museum & Art ------------------ */
body.page-id-466 #backgrimage {
	background-image: url(/~missions/wp-content/uploads/MSJCHomepageBackground_museum-art.jpg);
}

/* ------------------ Film / Photography ------------------ */
body.page-id-522 #backgrimage {
	background-image: url(/~missions/wp-content/uploads/MSJCHomepageBackground_filming-photography.jpg);
}

/* ------------------ Events & Venue ------------------ */
body.page-id-369 #backgrimage {
	background-image: url(/~missions/wp-content/uploads/MSJCHomepageBackground_events-venue.jpg);
}

/* ------------------ Teachers & 4th graders ------------------ */
body.page-id-526 #backgrimage {
	background-image: url(/~missions/wp-content/uploads/MSJCHomepageBackground_teachers-4th-graders.jpg);
}

/* ------------------ Volunteers & Partners ------------------ */
body.page-id-528 #backgrimage {
	background-image: url(/~missions/wp-content/uploads/MSJCHomepageBackground_volunteers-partners.jpg);
}

/* ------------------ Store & Tickets ------------------ */
body.page-id-530 #backgrimage {
	background-image: url(/~missions/wp-content/uploads/MSJCHomepageBackground_store-tickets.jpg);
}

/* ------------------ Giving & Membership ------------------ */
body.page-id-532 #backgrimage {
	background-image: url(/~missions/wp-content/uploads/MSJCHomepageBackground_giving-membership.jpg);
}

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

/* ---------------- Facebook plugin edits ----------- */

div.imgboxouter { margin: 0 6px 6px 0; }
div.imgboxwhite {
	background-size: cover;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: 0px 0px 3px #333;
	-webkit-box-shadow: 0px 0px 3px #333;
	box-shadow: 0px 0px 3px #333;
}

#tnt_pagination { display: none; }

div.Image_Wrapper img {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

/* ------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------- CALENDAR CUSTOMIZATION --------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */

#tribe-events { background-color: white; color: #543019; }

#tribe-events-content { padding: 20px 25px; box-sizing: border-box; }
#tribe-events-content.tribe-events-list { padding: 0px 25px !important; }

#tribe-events-pg-template { margin: 40px auto; }

.tribe-events-page-title { color: #543019; }
.tribe-events-sub-nav { padding: 0 !important; }

#tribe-events-content table.tribe-events-calendar, #tribe-events-content .tribe-events-calendar td { border: 1px solid #D5C8B1; }

.tribe-events-calendar th {
	background-color: #EEE1C5;
	color: #543019;
}

.tribe-events-calendar div[id*="tribe-events-daynum-"], .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
	background-color: #FAF6EF;
}

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]>a {
	 background: #98a567; 
}

.tribe-events-calendar div[id*="tribe-events-daynum-"], .tribe-events-calendar div[id*="tribe-events-daynum-"] a { color: #543019; }

.tribe-events-present { background: #eff7d2; }

#tribe-bar-form { background: #FAF6EF; }

#tribe-bar-form .tribe-bar-submit input[type=submit] { background: #98a567; }
#tribe-bar-form .tribe-bar-submit input[type=submit]:hover { background: #b0bf77; }

.tribe-bar-views-inner { background: #EEE1C5; }

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a { background: #EEE1C5; }
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover { background: #FAF6EF; }
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover { background: #FAF6EF; }

#tribe-events-content .tribe-events-tooltip h4 { padding: 8px; line-height: 15px; background-color: #98a567; letter-spacing: 0; }

.tribe-events-notices {
	background: #FAF6EF;
	border: 1px solid #D5C8B1;
	color: #543019;
	text-shadow: none;
}

.tribe-events-list-separator-month { background-color: #EEE1C5; }
.tribe-events-day .tribe-events-day-time-slot h5 { background-color: #EEE1C5; color: #543019; }

.tribe-events-list .tribe-events-event-cost span {
	background: #FAF6EF;
	border: 1px solid #eee1c5;
}

/* --------------------------------- MINI CALENDAR ------------------------------------ */

.tribe-mini-calendar { background-color: white; background-color: rgba(255,255,255,0.5); }
.tribe-mini-calendar thead { background: #98A567 !important; }
.tribe-mini-calendar td, .tribe-mini-calendar th { border: 1px solid #d2c5b5 !important; }
.tribe-mini-calendar-dayofweek { background-color: #EEE1C5 !important; color: #543019 !important; }
.tribe-mini-calendar .tribe-events-present { background-color: #afbf77 !important; }

thead tr th.tribe-mini-calendar-dayofweek { padding: 3px 0; }

.tribe-mini-calendar-no-event { color: rgba(0,0,0,0.5) !important; }

/* ------------------------------ UPCOMING EVENTS ------------------------------------- */

.tribe-events-adv-list-widget ol li {
	background-color: white;
	background-color: rgba(255,255,255,0.6);
	padding: 10px;
	border-radius: 8px;
	margin-bottom: 15px;
}

.hfeed .summary { font-weight: bold; margin-bottom: 5px; }

.hfeed .duration { font-weight: normal; }

.hfeed .recurringinfo { display: none; }

/* --------------------------------- ENEWS SIGN UP FOOTER ----------------------------- */

#footer #gform_wrapper_3 { margin: 0; }
#footer #gform_fields_3 { margin: 0; }
#footer .gfield_label { margin: 0; }
#footer .gform_heading { margin: 0; }
#footer .gform_footer { padding: 0; }

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

.widget h4 a { color: #543019; }


/* ---------------- Submenu Styling --------------- */

.msjc-submenu ul {
	display: inline-block;
	margin: 0 auto;
}

.msjc-submenu li {
	position: relative;
	list-style-type: none;
	display: inline-block;
	margin: 0 0px 0 0 !important;
	padding: 15px 10px;
	font-family: 'Droid Serif', serif;
}

.msjc-submenu li a {
	color: #333333;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.msjc-submenu li a:hover {
	text-decoration: underline;
	//color: #60baff;
	color: #543019;
}

.msjc-submenu li ul li a {
	color: #333333;
	line-height: 16px;
	padding: 3px 0;
	display: block;
}

.msjc-submenu li ul li a:hover {
	color: #543019;
}


/* --------------------------------- SIDEBAR NAVIGATION ------------------------------- */

.textwidget img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 15px;
}

#text-7 { background-color: transparent !important; }

/* ----------------------------------- ENEWS SIGN UP ---------------------------------- */

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	background-color: #98a567;
	border: none;
	padding: 10px;
	color: white;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required { color: transparent; }


.terms-and-conditions-checkbox .gfield_label { display: none !important; }

body .gform_wrapper .gform_body #gform_fields_8 .gfield .gfield_label .gfield_required { color: #790000; }

.gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: #afbf77;
}

.gform_wrapper{
display: block !important;
}

.gform_wrapper div.validation_error {
	width: 96%;
	padding: 1em 2%;
	background-color: #FFDFE0;
}

/* ----------------------------------------------------------------------------------------
CUSTOM DROP-DOWN CSS FOR SECONDARY MENU
---------------------------------------------------------------------------------------- */

.jpcustom-drop-down ul { }
.jpcustom-drop-down ul li { }
.jpcustom-drop-down ul li:hover { }
.jpcustom-drop-down ul li ul {
  background: rgba(255, 255, 255, 0.9); 
  text-align: left;
  padding: 8px 6px;
  position: absolute;
  top: 48px;
  left: 0;
  width: 220px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.jpcustom-drop-down ul li ul li { 
  display: block; 
  padding: 6px;
  font-size: 12px;
}
.jpcustom-drop-down ul li ul li:hover { //background: #666; text-decoration: underline; color: #543019; }
.jpcustom-drop-down ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

/* ----------------------------------------------------------------------------------------
BACKGROUND IMAGES FOR RELIGION & SPIRITUALITY
---------------------------------------------------------------------------------------- */
body.page-id-458 #backgrimage,
body.parent-pageid-458 #backgrimage,
body.parent-pageid-2026 #backgrimage,
body.parent-pageid-2032 #backgrimage { 
	background-image: url(/~missions/wp-content/uploads/MSJCHomepageBackground-religion-spirituality.jpg);
}

/* ----------------------------------------------------------------------------------------
BACKGROUND IMAGES FOR HISTORY & PRESERVATION
---------------------------------------------------------------------------------------- */
body.page-id-464 #backgrimage,
body.parent-pageid-526 #backgrimage,
body.parent-pageid-464 #backgrimage,
body.parent-pageid-1737 #backgrimage,
body.parent-pageid-1738 #backgrimage,
body.parent-pageid-1739 #backgrimage,
body.parent-pageid-1740 #backgrimage { 
	background-image: url(/~missions/wp-content/uploads/MSJCHomepageBackground_history-preservation.jpg);
}

/* ----------------------------------------------------------------------------------------
BACKGROUND IMAGES FOR MUSEUM & ART
---------------------------------------------------------------------------------------- */
body.page-id-466 #backgrimage,
body.parent-pageid-466 #backgrimage,
body.parent-pageid-1693 #backgrimage,
body.parent-pageid-1694 #backgrimage,
body.parent-pageid-1695 #backgrimage { 
	background-image: url(/~missions/wp-content/uploads/MSJCHomepageBackground_museum-art.jpg);
}

/* ----------------------------------------------------------------------------------------
BACKGROUND IMAGES FOR FILM & PHOTO
---------------------------------------------------------------------------------------- */
body.page-id-522 #backgrimage,
body.parent-pageid-522 #backgrimage,
body.parent-pageid-2089 #backgrimage,
body.parent-pageid-1780 #backgrimage,
body.parent-pageid-1783 #backgrimage { 
	background-image: url(/~missions/wp-content/uploads/MSJCHomepageBackground_filming-photography.jpg);
}

/* ----------------------------------------------------------------------------------------
BACKGROUND IMAGES FOR EVENTS & VENUE
---------------------------------------------------------------------------------------- */
body.page-id-524 #backgrimage,
body.parent-pageid-524 #backgrimage,
body.parent-pageid-1784 #backgrimage, 
body.parent-pageid-1785 #backgrimage,
body.parent-pageid-1786 #backgrimage { 
	background-image: url(/~missions/wp-content/uploads/MSJCHomepageBackground_events-venue.jpg);
}

/* ----------------------------------------------------------------------------------------
BACKGROUND IMAGES FOR TEACHERS & KIDS
---------------------------------------------------------------------------------------- */
body.page-id-526 #backgrimage,
body.parent-pageid-526 #backgrimage,
body.parent-pageid-1660 #backgrimage,
body.parent-pageid-1661 #backgrimage,
body.parent-pageid-1662 #backgrimage,
body.parent-pageid-1664 #backgrimage { 
	background-image: url(/~missions/wp-content/uploads/MSJCHomepageBackground_teachers-kids.jpg);
}

/* ----------------------------------------------------------------------------------------
BACKGROUND IMAGES FOR VOLUNTEERS & PARTNERS
---------------------------------------------------------------------------------------- */
body.page-id-528 #backgrimage,
body.parent-pageid-528 #backgrimage,
body.parent-pageid-1768 #backgrimage,
body.parent-pageid-2059 #backgrimage,
body.parent-pageid-2072 #backgrimage,
body.parent-pageid-1777 #backgrimage { 
	background-image: url(/~missions/wp-content/uploads/MSJCHomepageBackground_volunteers-partners.jpg);
}

/* ----------------------------------------------------------------------------------------
BACKGROUND IMAGES FOR STORE & TICKETS
---------------------------------------------------------------------------------------- */
body.page-id-530 #backgrimage,
body.parent-pageid-530 #backgrimage,
body.parent-pageid-1751 #backgrimage,
body.parent-pageid-1752 #backgrimage { 
	background-image: url(/~missions/wp-content/uploads/MSJCHomepageBackground_store-tickets.jpg);
}

/* ----------------------------------------------------------------------------------------
BACKGROUND IMAGES FOR GIVING & MEMBERSHIP
---------------------------------------------------------------------------------------- */
body.page-id-532 #backgrimage,
body.parent-pageid-532 #backgrimage,
body.parent-pageid-1746 #backgrimage,
body.parent-pageid-1747 #backgrimage,
body.parent-pageid-1748 #backgrimage,
body.parent-pageid-1749 #backgrimage,
body.parent-pageid-1750 #backgrimage { 
	background-image: url(/~missions/wp-content/uploads/MSJCHomepageBackground_giving-membership.jpg);
}

/*=============================================================================================*/
/*================== PAGE FEATURED IMAGE ADJUSTMENT (ADDING WHITE BORDER) =====================*/
/*=============================================================================================*/

.post-image { padding: 25px 25px 0 25px; }

.gf-employment-highest-education ul li { display: inline-block; margin-right: 10px !important; }

.restaurant-container {
	text-align: center;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

@media screen and (min-width:768px) and (max-width:900px) {
	.restaurant-container {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

@media screen and (max-width:600px) {
	.restaurant-container {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

.restaurant-box {
	//background-color: #FAF6EF;
	//border: 1px solid #eee1c5;
	padding: 5%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: inline-block;
	width: 89%;
	margin-bottom: 15px;
}


/* ------------------------------
VARIOUS CONTENT ADJUSTMENTS
------------------------------ */
.mariachi-bands-inline{
	display: inline-block;
	text-align: center;
	width: 100%;
}
.mariachi-bands-inline div.wp-caption {
	display: inline-block;
	max-width: 300px;
	vertical-align: top;
	margin-bottom: 15px;
	//width: 100% !important;
}

/**************************
Docent Login Styling
***************************/

#docent-only-widget {
	background-color: white;
	background-color: rgba(253,245,230,0.8);
	padding: 25px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 15px;
	color: #555;
}

.dl-name {
	color: #898e99;
	color: rgba(0,0,0,0.5);
	border: none;
	background: white !important;
	width: 100% !important;
	padding: 10px;
	font-size: 14px;
	font-family: 'Open Sans', Arial, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	color: black !important;
	margin-top: 5px;
}

.dl-password {
	color: #898e99;
	color: rgba(0,0,0,0.5);
	border: none;
	background: white;
	width: 100%;
	padding: 10px;
	font-size: 14px;
	font-family: 'Open Sans', Arial, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin-top: 5px;
}

.dl-button {
  background-color: #98a567;
  border: none;
  padding: 10px;
  color: white;
  font-weight: bold;
}

/* facebook album slider/lightbox styling */
.elastislide-horizontal { padding: 10px 0; }
.elastislide-carousel ul { margin: 0; }

/*===============================
Mobile nav select
================================*/

/* removes secondary menu from home page */
.home .secondary-menu-wrap,
.search .secondary-menu-wrap,
.page-id-408 .secondary-menu-wrap,
.parent-pageid-408 .secondary-menu-wrap,
.parent-pageid-418 .secondary-menu-wrap,
.page-id-390 .secondary-menu-wrap,
.parent-pageid-390 .secondary-menu-wrap,
.page-id-400 .secondary-menu-wrap,
.parent-pageid-400 .secondary-menu-wrap
	{ display: none; }

nav select 
{
  display: none;
}
@media all and (max-width: 650px)  
{
	nav ul { display: none !important; }
	nav select {
		display: inline-block; 
		position: relative;
		//max-width: 270px;
		width: 100% !important;
		height: 41px !important;
		line-height: 26px;
		margin-top: 6px;
		padding-left: 10px;
		font-weight: bold;
		font-family: 'Open Sans', Arial, sans-serif;
		color: white;
		background-color: #98a567 !important;
		border: 0;
	}
	nav select option {
		color: #555;
		background-color: white;
	}
}

/*===============================
Mission is now open/closed notice
================================*/

.mission-open, .mission-closed {
	box-shadow: rgba(0,0,0, 0.15) 0px 0px 5px;
	-moz-box-shadow: rgba(0,0,0, 0.15) 0px 0px 5px;
	-webkit-box-shadow: rgba(0,0,0, 0.15) 0px 0px 5px;
	text-align: center;
	font-weight: bold;
	padding: 4px 0;
}

.mission-open {
	background-color: #98a567;
	color: white;
	border-top: 1px solid #98a567;
	border-bottom: 1px solid #98a567;
}
.mission-open a { color: white;}

.mission-closed {
	background-color: white;
	color: #e14b4b;
	border-top: 1px solid #e14b4b;
	border-bottom: 1px solid #e14b4b;
}
.mission-closed a { color: #e14b4b; }

.mission-regular { }
.mission-holiday { }

/*=================================
PRINT CSS
==================================*/

@media print {
	.header-wrapper,
	.secondary-menu-wrap,
	#sidebar,
	#footer { display: none !important; }
	
	.no-print {
		display: none !important;
	}
	
} /* ===== END PRINT RULES ====== */


/*======= FONT AWESOME ========*/
.icon-volume-up:before {
  content: "\f028";
}
/*====== END FONT AWESOME =====*/

/*====== 082815 =====*/


