/*
Theme Name: MT Theme
Theme URI: http://meditacao-transcendental.pt
Author: David Beja
Author URI: http://dbeja.com
Description: Meditação Transcendental Portugal Theme
Version: 1.0
*/

.admin-bar #topbar {
	margin-top: 32px !important;
}

.admin-bar #buttons {
	top: 32px !important;
}

@media screen and (max-width: 782px) {
	.admin-bar #topbar {
		margin-top: 46px !important;
	}

	.admin-bar #buttons {
		top: 46px !important;
	}
}

#buttons p {
	font-size: 15px;
}
@media screen and (max-width: 599px) {
	#buttons p {
		font-size: 10px;
	}
}
@media screen and (max-width: 1023px) {
	#buttons p {
		font-size: 12px;
	}
}
@media screen and (max-width: 599px) {
	#buttons p {
		font-size: 10px;
	}
}

#social-bar {
	position: absolute;
	top: 50%;
	right: 200px;
	width: 100px;
	text-align: right;
	margin-top: -16px;
}

@media screen and (max-width: 1023px) and (min-width: 600px) {
	#social-bar {
		right: 180px;
	}
}

@media screen and (max-width: 599px) {
	#social-bar {
		right: 110px;
		top: 0;
		margin-top: 0;
	}
}

#tm-stories a img {
	opacity: 0.5;
}

#tm-stories a:hover img {
	opacity: 1;
}
