/*
Theme Name: Body Connection Yoga
Author: Alexandru Niculae
Version: 1.0
*/

* {
	font-family: 'Open Sans';
}
h2.page {
	color: #be0000;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 300;
}
img.fit-img {
	width: 100%;
	height: auto;
}
body {
	background-image: url('img/background.jpg');
	background-size: cover;
}

div.sidebar {}
div.container {
	max-width: 990px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

div.logo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	height: auto;
	margin-top: 50px;
}

nav {
	margin-top: 70px;
}
.nav li a {
	border-bottom: 1px solid #b9b2e4;
	display: block;
	padding: 5px;
	color: #be0000;
}

.nav li:last-of-type a {
	border-bottom: 0px;
}

.nav li a:hover {
	background-color: transparent;
	font-size: 15px;
	transition: .3s;
}

div.menu-trigger {
	width: 100%;
	text-align: center;
	font-size: 26px;
	font-weight: 300;
	cursor: pointer;
}

div.wrapper {
	border-left: 2px solid #cfcdcc; 
}

article a.more-link {
	background-color: #F9F4E1;
	color: #8B806E;
	padding: 5px 10px 5px 10px;
	border: 2px solid #8B806E;
	border-radius: 5px;
	width: auto;
}
article a:hover {
	background-color: transparent;
	transition: 0.3s;
	color: #8B806E;
	text-decoration: none;
}

footer ul {
	
	padding-left: 0px;
	margin-top: 30px;
}

footer ul li {
	float: left;
	margin: 0px 10px 0px 10px;
}

footer ul li a {
	color: black;
	font-size: 12px;
}

footer ul li a:hover{
	color: black;

}

dt img {
	width: 100%;
	height: auto;
}

div.sidebar-right {
	border-left: 2px solid #cfcdcc; 	
}

div.sidebar-right aside {
	margin-bottom: 40px;
}

div.sidebar-footer {
	margin-top: 20px;
}

div.sidebar-footer aside {
	float: left;
	width: 29%;
	margin: 1%;
	padding: 1%;

}

div.widget-area aside h3{
	color: #be0000;
	text-transform: uppercase;
	font-weight: 300;
}
div.widget-area aside ul {
	list-style-type: none;
	padding-left: 0px;
}
@font-face {
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    src: url(http://bodyconnectionsyoga.com.au/www/wp-content/themes/yoga/comic.ttf);
}
div#leContact {
	font-weight: bolder;
	text-align: center;
	font-size: 20px;
	font-family: "Comic Sans MS", "Comic Sans", cursive;
}
div#leContact i.foo, span.foo {font-family: "Comic Sans MS", "Comic Sans", cursive; text-align: center; font-weight: bold; width: 100%; display: block; margin-top: 20px;}
span.foo {margin-top: 70px; font-style: italic; font-size: 20px !important;}
div#leContact a i, div#leContact a:hover i {color:#3B5998;}
div#leContact a, div#leContact a:hover {color:#333; text-decoration:none; font-size: 20px;font-weight: bold;font-family: "Comic Sans MS", "Comic Sans", cursive;}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/*	5-4-2016	*/
.nav li .sub-menu li a{ text-decoration:none;}
.tp-bullets.simplebullets.round-old .bullet{width: 10px; height: 10px; background:none; border:1px solid #fff; margin-right:5px;border-radius:5px;}
.tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected{ background:#fff;}


@media (max-width: 991px) {

	div.wrapper {
		border-left: 0px;
	}

	div.container {
		background-color: rgba(255, 255, 255, 0.7);
	}

	ul.nav {
		background-color: #efefef;
		margin-left: -30px;
		margin-right: -30px;
		text-align: center;
		margin-top: 15px;
		display: none;
	}

	div.sidebar-footer aside {
		float: none;
	}
	
}