/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/



/*
 	Obs, topbar-inner ligger i posten
*/


.pab-bar{width:100%;text-align:center;}
.pab-bar h2.posttitle{display:none;font-size:0;border:1px solid red;}
.pab-bar p{margin:0 5px;font-size:15px;color:white;}
.pab-bar a{font-size:15px;line-height:1;color:white;}
.pab-bar span{display: inline-block;font-size:14px;color:white;}

.pab-bar-inner{display: inline-block;width:auto;max-width:100%;text-align:center;}
.pab-bar-inner p a,
.pab-bar-inner p{display: inline-block;width:auto;color: white;}


.single .pab-bar{display:none;}

@media (max-width: 767px){
    .pab-bar-inner,
    .pab-bar{text-align:left;}
    .pab-bar-inner p{margin:0;line-height: 1;}
    .pab-bar p:nth-child(even){display:none;}
}