/*
Theme Name: Barbara
*/




/* css for basic items---------------------------------------------------------------------------------------------------*/
html,body {
	width: 100%;
   }
body {
	padding: 0;
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	color: #444444;
 	background: #f4f3f1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
img {
	padding: 0; 
	margin: 0;
	border: 0;
	}
a,
a:visited,
a:active {
	color: #3c2363;
	text-decoration: none;
	outline: none;
    -o-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -khtml-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    transition: color 0.2s linear;
    }
a:hover {
	color: #666666;
	text-decoration: none;
	outline: none;
    -o-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -khtml-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    transition: color 0.2s linear;
   	}
ul {
	padding: 0 0 20px 15px;
	margin: 0;
	list-style: url(images/bullet.png);
	}
ul li {
	padding: 0 0 10px 0;
	margin: 0;
	float: none;
	}
ul li ul {
	padding: 15px 0 0 15px;
	}		
ol {
	padding: 0 0 0 15px;
	margin: 0;
	}
ol li {
	padding: 0 0 10px 0;
	margin: 0;
	float: none;
	}
p {
	padding: 0 0 25px 0;
	margin: 0;
	}
b,
strong {
	}
hr {
	margin: 25px 0 35px 0;
	width: 100%;
	height: 1px;
	border: none;
	border-bottom: 1px solid #c9c9c9;
	}	
h1 {
 	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	font-size: 50px;
	line-height: 50px;
	color: #fff;	
	font-weight: 400;
	}
h2 {
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	font-size: 30px;
	line-height: 30px;
	color: #fff;	
	font-weight: 600;
	}	
h3 {
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	font-family: 'Vollkorn', serif;
	font-size: 30px;
	line-height: 42px;
	color: #fff;	
	font-weight: 400;
	}	

	
/* -------------------------------------------------------------------------------------------------------------- */
/* css for site structure ----------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------- */

#outer {
	width: 100%;
   }
.container {
	position: relative;
	margin: 0 auto 0 auto;
	width: 100%;
	max-width: 1060px;
	z-index: 99;
  	}
#bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
 	background-image: url(images/bg.jpg);
 	background-position: center center;
 	background-repeat: no-repeat;
 	background-size: cover;
 	opacity: .1;
	}

/* -------------------------------------------------------------------------------------------------------------- */
/* css for header ----------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

#top {
	height: 150px;
 	background-image: url(images/bg.jpg);
 	background-position: center center;
 	background-repeat: no-repeat;
 	background-size: cover;
 	opacity: .2;
	}
#header-container {
	position: relative;
	top: 0;
	width: 100%;
	height: 77px;
	z-index: 9999;
	}	
#header {
	position: relative;
	max-width: 1060px;
	left: 0;
	height: 77px;
	background: #fff;
	border-bottom: 5px solid #444;
	}
#navbar {
	display: none;
	}		
#logo {
	position: absolute;
	top: 23px;
	left: 5%;
	cursor: pointer;
	font-family: 'Vollkorn', serif;
	font-size: 40px;
	line-height: 40px;
	color: #3c2363;
	font-weight: 400;
	letter-spacing: -1px;
	}
#mainnav {
	display: inherit;
	position: absolute;
	top: 45px;
	right: 5%;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	text-transform: uppercase;
	}
	#mainnav ul {
		padding: 0;
		list-style: none;
		}
	#mainnav ul li {
		display: inline;
		padding: 0 0 0 15px;
		cursor: pointer;
		}
	#mainnav ul li a {
		color: #3c2363;
		}
	#mainnav ul li a:hover,
	#mainnav ul li.current-menu-item a,
	#mainnav ul li.current_page_item a {
		color: #3c2363;
		opacity: .9;		
		}


/* -------------------------------------------------------------------------------------------------------------- */
/* css for hero content ----------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.hero {
	position: relative;	
	height: 500px;
	overflow: hidden;
	display: block;
	}
.hero img {
	width: 100%;
	}
.hero-text {
	position: absolute;
	bottom: 20px;
	left: 3%;
	padding: 2% 5% 2% 5%;
	width: 84%;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-weight: 300;
	}
	.hero h1 {
		font-size: 48px;
		line-height: 52px;
		font-weight: 300;
		color: #fff;
		}
		.hero h1 span {
			font-weight: 100;
			}
		.hero a {
			color: #fff;
			}	


/* -------------------------------------------------------------------------------------------------------------- */
/* css for color blocks content --------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.orange-block {
	padding: 52px 70px 52px 70px;
	background: #3c2363;
	}
.dark-gray-block {
	padding: 80px 70px 75px 70px;
	background: #333333;
	}
	.dark-gray-block h1 {
		padding: 0 0 20px 0;
		font-family: 'Vollkorn', serif;
		font-size: 40px;
		line-height: 40px;
		color: #3c2363;
		}
.gray-block {
	padding: 50px 5% 25px 5%;
	margin: 0 0 10px 0;
	background: #f4f3f1;
	}
	.white {
		background: #fff;
		}
	.gray-block h2 {
		padding: 0 0 7px 0;
		font-size: 14px;
		line-height: 14px;
		font-weight: 600;
		color: #3c2363;		
		text-transform: uppercase;
		}
	.gray-block h3 {
		padding: 0 0 27px 0;
		margin: 0 0 0 0;
		font-family: 'Vollkorn', serif;
		font-size: 36px;
		line-height: 44px;
		color: #444444;	
		font-weight: 400;
		}
.col1 {
	width: 70%;
	float: left;
	margin: 0 5% 0px 0;
	}
.col2 {
	width: 25%; 
	float: right;
	margin: 0 0 0px 0;
	}
	.col2 img {
		max-width: 334px;
		width: 100%;
		height: auto;
		}
a.bio-link {
	margin: 10px 0 0 0;
	padding: 7px 12px 7px 12px;
	border-radius: 12px;
	background: #3c2363;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	opacity: 1;
	}		
	a.bio-link:hover {
		color: #fff;
		opacity: .9;		
		}
			
				
/* -------------------------------------------------------------------------------------------------------------- */
/* css for grid content ----------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.grid-container {
	position: relative;
	margin: 0 0 0 0;
	}
.grid {
	overflow: hidden;
	position: relative;
	display: block;
	margin: 0 1% 10px 0;
	width: 49.5%;
	height: auto;
	max-width: 540px;
	max-height: 330px;
	float: left;
	cursor: pointer;
	overflow: hidden;
	}
	.grid img {
		width: 100%;
		}
	.rightgrid {
		margin: 0 0 10px 0;
		float: right;
		}
	.gridroll {
		display: none;
		position: absolute;
		bottom: -330px;
		left: 0;
		width: 100%;
		height: auto;
		max-width: 540px;
		max-height: 330px;
		z-index: 990;
		font-size: 11px;
		line-height: 15px;
		color: #000;
		text-decoration: none;
		}
		.gridtext {
			padding: 200px 0 0 0;
			width: 100%;
			height: auto;
			min-height: 130px;
			background: rgba(0,0,0, .45);
			}
			.gridtext h2 {
				text-transform: none;
				padding: 0 8% 10px 8%;
				color: #fff;
				font-size: 14px;
				line-height: 18px;
				font-weight: 600;
				text-transform: uppercase;	
				}
			.gridtext p {
				padding: 0 8% 30px 8%;
				font-size: 22px;
				line-height: 24px;
				color: #fff;	
				}
			

/* -------------------------------------------------------------------------------------------------------------- */
/* css for single page ------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------------------------------------- */

.hero-single {
	padding: 47px 5% 0 5%;
	color: #333333;
	}
	.hero-single h1 {
		padding: 0 0 30px 0;
		font-family: 'Vollkorn', serif;
		font-size: 48px;
		line-height: 48px;
		color: #3c2363;		
		}
	.hero-single p {
		width: 85%;
		}	
.hero-caption {
	padding: 0 1% 0 1%;
	color: #333333;
	text-align: center;
	}		
	.hero-caption p {
		font-weight: 400;
		width: 100%;
		}
.hero-images {
	padding: 10px 0 0px 0;
	margin: 0 auto;
	text-align: center;
	}		
	.hero-images img {
		width: 70%;
		height: auto;
		}
.navigation {
	padding: 0 0 100px 0;
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
	font-weight: 600;
	}
	.navigation a {
		color: #666666;		
		}
	a[rel="next"],
	.next {
		float: left;
		}
	a[rel="prev"],
	.prev {
		float: right;
		}
									
									
/* -------------------------------------------------------------------------------------------------------------- */
/* css for footer ----------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

#footer {
	position: relative;
	margin: 0 0 0 0;
	padding: 50px 0 20px 5%;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	color: #fff;
	background: #333333;
	}
	#footer a {
		color: #fff;
		}
	#footer a:hover {
		color: #fff;
		text-decoration: underline;
		}
	#footer h1 {
		padding: 0 0 5px 0;
		font-family: 'Vollkorn', serif;
		font-size: 24px;
		line-height: 24px;
		color: #cccccc;
		}
	.footer-left {
		padding: 0 5% 0 0;
		float: left;
		width: 62%;
		}
		.copyright {
			font-size: 12px;
			padding-top: 20px;
			}
	.footer-right {
		padding: 20px 0 0 0;
		float: left;
		width: 23%;
		font-weight: 400;
		color: #3c2363;		
		}
	.social {
		padding: 20px 0 0 0;
		float: right;
		width: 10%;
		}
		.social a:hover {
			opacity: .75;
			-o-transition: opacity 0.2s linear;
			-moz-transition: opacity 0.2s linear;
			-khtml-transition: opacity 0.2s linear;
			-webkit-transition: opacity 0.2s linear;
			-ms-transition: opacity 0.2s linear;
			transition: opacity 0.2s linear;
			}


/* -------------------------------------------------------------------------------------------------------------- */
/* css for misc items --------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------- */

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	}
.alignright {
	margin: 10px 0 10px 15px;
	float: right;
	}
.alignleft {
	margin: 10px 15px 10px 0;
	float: left;
	}



/* Mobile portrait and landscape ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1059px) {

.hero-single {
	padding: 140px 4% 0 4%;
	}
.hero-images {
	padding: 20px 4% 0px 4%;
	}
.hero-caption {
	padding: 0 4% 0 4%;
	}
.navigation {
	padding: 0 4% 100px 4%;
	}

}


/* Mobile portrait and landscape ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 900px) {

.hero h1 {
	width: 500px;
	}
.gridtext h2 {
	font-size: 12px;
	line-height: 16px;
	}
.gridtext h3 {
	font-size: 20px;
	line-height: 24px;
	}
.footer-left {
	padding: 0 3% 0 0;
	width: 56%;
	}
.footer-right {
	width: 27%;
	}
.social {
	width: 14%;
	}

}


/* Mobile portrait and landscape ----------- */
@media only screen 
and (min-width : 320px) 
and (max-width : 767px) {


hr {
	display: none;
	}
	
/* -------------------------------------------------------------------------------------------------------------- */
/* css for header ----------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

#navbar {
	display: inherit;
	position: absolute;
	top: 23px;
	right: 11px;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 40px;
	cursor: pointer;
	z-index: 2;
	}
#top {
	height: 25px;
	}			
#logo {
	top: 29px;
	left: 22px;
	font-size: 25px;
	line-height: 25px;
	}
#tagline {
	display: none;
	}
#mainnav {
	display: none;
	top: 77px;
	right: 0px;
	width: 100%;
	font-size: 22px;
	line-height: 22px;
	background: #fff;
	}
	#mainnav ul {
		padding: 25px 0 10px 0;
		}
	#mainnav ul li {
		display: block;
		padding: 0 0 15px 25px;
		}


/* -------------------------------------------------------------------------------------------------------------- */
/* css for hero content ----------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.hero {
	width: 100%;
	height: 182px;
	}
.hero-text {
	display: none;
	}


/* -------------------------------------------------------------------------------------------------------------- */
/* css for color blocks content --------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.gray-block {
	padding: 35px 4% 5px 4%;
	}
	.gray-block h1 {
		font-size: 30px;
		line-height: 30px;
		}
	.gray-block h2 {
		font-size: 14px;
		line-height: 14px;
		}
	.gray-block h3 {
		font-size: 30px;
		line-height: 30px;
		}
.col { 
	width: 100%; 
	margin: 0 0 0px 0;
	float: none;
	}
.col1 {
	width: 100%; 
	float: none;
	margin: 0 4% 40px 0;
	}
	.mobile-pad {
		margin-top: 40px;
		}
.col2 {
	width: 100%; 
	float: none;
	margin: 0 1% 40px 0;
	}
	.col2 img {
		max-width: none;
		width: 100%;
		height: auto;
		}


/* -------------------------------------------------------------------------------------------------------------- */
/* css for grid content ----------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.grid-container {
	position: relative;
	margin: 0 4% 0 4%;
	}
.grid {
	margin: 0 0 20px 0;
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 1000px;
	float: none;
	}
	.rightgrid {
		margin: 0 0 20px 0;
		}
	.gridroll {
		display: inherit !important;
		position: relative;
		bottom: auto  !important;
		left: auto;
		width: 100%;
		height: auto;
		}
		.gridtext {
			padding: 30px 2% 10px 2%;
			width: 90%;
			height: auto;
			min-height: 1px;
			background: none;
			}
			.gridtext h2 {
				font-size: 14px;
				line-height: 18px;
				color: #444444;
				}
			.gridtext h3 {
				font-size: 24px;
				line-height: 28px;
				color: #444444;
				}
			.gridtext p {
				color: #444444;
				}


/* -------------------------------------------------------------------------------------------------------------- */
/* css for single page ------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------------------------------------- */

.hero-single {
	padding: 50px 4% 0 4%;
	color: #333333;
	}
.hero-images {
	padding: 20px 4% 0px 4%;
	}
.hero-caption {
	padding: 0 4% 0 4%;
	}
	.hero-single h1 {
		padding: 0 0 30px 0;
		font-size: 30px;
		line-height: 30px;
		}
	.hero-single p {
		width: 100%;
		}	
	.hero-images img {
		width: 100%;
		height: auto;
		}
	.navigation {
		padding: 0 4% 100px 4%;
		}


/* -------------------------------------------------------------------------------------------------------------- */
/* css for footer ----------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

#footer {
	padding: 50px 0 0 0; 
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 18px;
	}
	#footer h1 {
		font-size: 18px;
		line-height: 20px;
		}
	.footer-left {
		padding: 0 4% 0 4%;
		float: none;
		width: 92%;
		}

}

