/*
Theme Name: JewishCare WA
Theme URI: http://www.thelifecreative.net.au/jewishcarewa
Description: A custom theme for JewishCare WA by The Life Creative.
Author: The Life Creative
Author URI: http://www.thelifecreative.net.au
Version: 1.0
Tags: custom, blue, white, responsive
License: GNU General Public License | This theme is completely free and open source to use as you like for both personal and commercial projects without any limitations.
License URI: https://www.gnu.org/licenses/gpl.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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}

html {

}

body {
	background: #333;
	font-family: 'Open Sans', sans-serif;
}

#wrapper {

}

/* WRAPPERS */

#header-wrapper, #container-wrapper {
	width: 100%;
	background: #FFF;
	margin: 0;
}

#nav-wrapper {
	width: 100%;
	background: #34478B /* navy blue */;
	margin: 0;
}

/* TYPOGRAPHY */

h1, h2, h3, h4 {
	color: #34478B;
	font-weight: 600;
	line-height: 150%;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

p {
	color: #333;
	font-weight: 300;
	line-height: 150%;
	margin: 1% 0 2% 0;
}

#content ul {
	list-style-type: disc;
	margin-left: 20px;
}

#content ul li {
	font-weight: 300;
	line-height: 150%;
	margin: 1% 0;
}

a {
	color: #333;
	text-decoration: none;
	font-weight: 600;
}

a:hover {
	color: #34478B;
}

h1 a, h2 a, h3 a, h4 a {
	color: #34478B;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: #000;
}

em {
	font-style: italic;
}

strong, b {
	font-weight: 600;
}

#content ul {
	list-style-type: disc;
	margin: 1% 0 2% 0;
}

#content ol {
	list-style-type: decimal;
	margin: 1% 0 2% 0;
}

#content ul li, #content ol li {
	margin-left: 20px;
	line-height: 150%;
	font-weight: 300;
}

/* IMAGES */

img {
	max-width: 100%;
	height: auto;
	width: auto;
}

a img {
	border: 0 none;
}

.wp-caption {
	max-width: 100%;
	height: auto;
	max-height: auto;
}

.wp-caption-text {
	line-height: 200%;
	font-size: 0.9em;
	font-weight: 300;
	color: #333;
}

/* HEADER */

#header {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 2% 0;
}

#site-title {
	float: left;
	width: 60%;
}

#logo {
	max-width: 300px;
}

#site-description {
	float: right;
	width: 35%;
	margin-top: 2%;
	margin-left: 5%;
	font-size: 1.5em;
	font-weight: 700;
	color: #34478B;
	text-align: right;
}


/* NAV */

#nav {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
}

.menu {
	float: left;
	width: 75%;
	margin-right: 5%;
}

#nav ul li {
	float: left;
	margin-right: 5%;
}

#nav ul li a {
	color: #FFF;
}

#nav ul li a:hover {
	
}

/* ------- Search ------- */

#search {
	min-width: 230px;
	float: right;
	margin: 9px 0 8px 0;
}

/* CONTAINER - CONTENT */

#container {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 2% 0;
}

#content {
	float: left;
	width: 65%;
}

/* POSTS */

.avatar, .form-allowed-tags {
	display: none;
}

#comments, #respond {
	margin: 2% 0;
}

#comments label {
	display: block;
	font-weight: 600;
}

#comments ul {
	list-style-type: none;
	margin-left: 0;
}

.entry-meta, .entry-footer, .comment-meta, .comment-footer, .logged-in-as {
	font-size: 0.7em;
	line-height: 150%;
	/*color: #34478B;*/
}

.entry-meta a, .entry-footer a, .comment-meta a, .comment-footer a, .logged-in-as a {
	/*color: #34478B;*/
}

/* ----------- Navigation ----------- */

#nav-below {
	clear: both;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 2% 0;
	font-size: 0.8em;
	padding: 2% 0;
}

.nav-next {
	float: right;
}

.nav-next a {
	background: #CCC;
	padding: 5px;
	color: #FFF;
	font-weight: 400;
}

.nav-next a:hover {
	background: #34478B;
}

.nav-previous {
	float: left;
}

.nav-previous a {
	background: #CCC;
	padding: 5px;
	color: #FFF;
	font-weight: 400;
}

.nav-previous a:hover {
	background: #34478B;
}

/* FEATURE IMAGES */

.attachment-post-thumbnail {
	float: right;
	margin: 2% 0 2% 2%;
	/*max-width: 300px;*/
}

/* FORMS */

input {
	padding: 2%;
	border: 1px solid #CCC;
	color: #666;
	font-size: 0.9em;
}

input[type="submit"] {
	background: #EEE;
}

input[type="submit"]:hover {
	background: #999;
	border: 1px solid #888;
	color: #FFF;
	cursor: pointer;
}

textarea {
	padding: 2%;
	width: 96%;
	max-width: 700px;
	border: 1px solid #CCC;
	resize: none;
	font-size: 0.9em;
}


/* SIDEBAR */

#sidebar {
	float: right;
	width: 26%;
	margin-left: 5%;
	
	background: #ebedf4;
	padding: 2%;
	color: #34478B;
	line-height: 150%;
	font-size: 90%;
}

#sidebar p {
	color: #34478B;
	line-height: 150%;
}

#sidebar ul {
	list-style-type: none;
	list-style-image: none;
	list-style: none;
	margin-left: 0;
}

#sidebar ul li {
	margin: 0 0 5% 0;
}

/* ------- Donate Button -------- */

a#donate {
	display: block;
	text-align: center;
	width: 90%;
	padding: 5%;
	background: #34478B;
	color: #FFF;
	font-size: 1.2em;
	margin: 3% 0;
}

a#donate:hover {
	background: #333;
	cursor: pointer;
}

/* FOOTER */

#footer {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 2% 0;
	color: #FFF;
	line-height: 150%;
	font-size: 0.8em;
}

#footer a {
	color: #FFF;
}

#footer a:hover {
	color: #CCC;
}

#footer ul {
	list-style-type: none;
	margin-left: 0;
}

#footer ul ul {
	margin-left: 10px;
}

#footer ul ul a {
	font-weight: 300;
}

/* ----- Social Media Icons ----- */

.fb {
	float: right;
	margin-right: 0;
}

.twitter {
	float: right;
	margin-right: 5%;
}

/* ------ Columns ------ */

.col-3 {
	width: 30%;
	margin-right: 5%;
}

.col-4 {
	float: left;
	width: 22%;
	margin-right: 4%;
}

.omega {
	margin-right: 0;
}




/* HOME PAGE TEMPLATE */

.home #sidebar, .home .entry-title {
	display: none;
}

.home #content {
	float: none;
	width: 100%;
}

/* Front Page Features */

.front-page-feature-img {
	margin-bottom: 0;
}

.front-page-feature {
	margin-top: 0;
	background: #34478B;
	width: 90%;
	padding: 5%;
}

.big {
	display: none;
}

.front-page-feature h3, .front-page-feature p {
	color: #FFF;
}

.front-page-feature a {
	color: #FFF;
	font-weight: 600;
}

/* Responsive Slider */

.slide-title {
	/*display: none !important;*/
}

.responsive-slider.flexslider .slide-title a {
	background: #34478B !important;
	font-size: 1em !important;
	opacity: 0.8;
}

.responsive-slider.flexslider .slide-title a:hover {
	opacity: 1;
}

/* NEWS & EVENTS PAGE */

.wp-cpl-sc-post {
	margin: 0 0 2% 0;
}

.wp-cpl-sc-thumb {
	float: left;
	margin-right: 5%;
}

.wp-cpl-sc-meta {
	display: none;
}





/* CONTACT PAGE */

iframe {
	max-width: 100%;
	height: auto;
	min-height: 250px;
}


/* -------------------------------

- MEDIA QUERIES -

------------------------------- */

@media screen and (max-width : 1148px) {

	#search {
		display: none;
	}

}

@media screen and (max-width : 750px) {

	#content, #sidebar, .col-3, .col-4 {
		float: none;
		width: 100%;
		margin-left: 0;
		margin: 2% 0;
	}
	
	.col-4 .omega {
		clear: both;
		display: block;
	}

	.fb, .twitter {
		clear: both;
		float: none;
		margin-right: 0;
		margin: 2% 0;
	}

	.front-page-feature-img {
		display: none;
	}

	.big {
		display: block;
	}

	.slide-title {
		display: none !important;
	}

}

@media screen and (max-width : 614px) {

	#site-description {
		display: none;
	}

	#site-title {
		width: 100%;
		float: none;
		margin: 2% 0;
	}

	#logo {
		max-width: 100%;
	}

	.wp-cpl-sc-thumb, .attachment-post-thumbnail {
		float: none;
		margin-right: 0;
		margin: 2% 0;
		max-width: 100%;
	}

}