/*
Theme Name: Benedictus
Theme URI: 
Description: Thème Wordpress pour Padreblog
Author: Aldric de Villartay
Author URI: http://tonegraphics.com
Version: 1.3
*/

@import url("css/reset.css");
@import url("css/layout.css");
@import url("css/classes.css");
@import url("css/shortcodes.css");
@import url("css/prettyPhoto.css");
@import url("css/nivoslider.css");
@import url(https://fonts.googleapis.com/css?family=Oswald);
@font-face {
	font-family: 'Oswald';
	src: url('css/font/Oswald.eot?#iefix') format('embedded-opentype'),
		 url('css/font/Oswald.ttf') format('truetype'),
		 url('css/font/Oswald.woff') format('woff'),
		 url('css/font/Oswald.svg#Oswald') format('svg');
font-weight:normal;
font-style:normal;
}

body.admin-bar {
    padding: 28px 0 0 0;
}
.single .img-thumb {
    margin-bottom: 10px;
}
.single .img-thumb img {
    height: auto;
    width: 620px;  
}
span.author-name a {
    color: #666;
}

/* Facebook like */
.homepage .fb-like {
    float: right;
	padding: 5px 0 0 5px;
}
.homepage .home-block .fb-like {
    float: right;
    padding:0;
}
.fb-like {
    float: left;
}
.single .fb-like {
    float: right;
}
.category-audio .img-thumb {
    margin-bottom: 15px;
}
.category-audio .fb-like {
    float: none;
}
.SMVote .fb-like {
    float: none;
}

/* iOS and Android App */
#app {
	padding: 0;
}
#app .device {
	float: left;
	height: 226px;
	width: 130px;
}
#app .infos {
	margin-left: 130px;
}
#app .infos h1 {
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	margin: 15px 0;
	text-transform: none;
}
#app .infos a.btn {
	display: inline-block;
	margin: 0 5px 10px 0;
}
#app .infos a.link {
	font-size: 12px;
	font-weight: bold;
}

.clearboth {
    clear: both;
}

.info span.twitter {
    padding: 0;
    margin: 0 10px 0 0;
    display: block;
    float: right;
}   
.social-links {
    text-align: center;
    padding: 10px 0 20px 0;
}

.wp-caption-text {
    padding: 0 !important;
}

.wp-caption-text:before {
    display: none !important;
}

.wp-caption p:nth-child(2) {
    display: none !important;
}

.btn-spy {
    background-color: #3399ff;
    color: #ffffff;
    border-radius: 10px;
    padding: 7px 16px 9px;
    margin-left: 5px;
    font-size: 14px;
    text-transform: none;
}

.btn-spy:hover {
    text-decoration: none;
}