/*
Theme Name: Me and Me Canvas Child Theme
Theme URI: http://la-bas.se/
Version: 1.0
Description: Custom Theme based on Canvas
Author: Daniel Sparr
Author URI: http://la-bas.se
Template: canvas
*/
/* Default styles */
/* @import "/../canvas/css/reset.css"; */
@import "/../canvas/style.css";
/*-------------------------------------------------------------------------------------------*/

/* Remove navigation next and previous */
div.nav-next,
div.nav-prev {
	display: none;
}

/* Set instagram widget title font */
#text-21 h3 {
	font-family: 'Open Sans Condensed', 'Arial';
	font-weight: normal;
	font-size: 18px;
}

/* Clear list styles */
li {
	list-style-type:none;
}

/* Hide thumbnail from single post category (julias) blogg and magdas blogg */

body.single div.category-blogg img.thumbnail,
body.single div.category-magdas-blogg img.thumbnail {
	display: none;
}

/* Hide tags from displaying */
p.tags{
	display: none;
}

/* Fixed navigation */
.fixedNavigation {
	position: fixed !important;
	top:0px;
	left:0px;
	width:100% !important;
	padding:0px !important;
	margin:0px !important;
	z-index: 100000;
}

/* Category names och number of comments in post meta data */
span.comments a,
span.categories a {
	font-family: 'Open Sans', 'Arial';
	color:black;
}

/* Menu items and titles in uppercase */

li.menu-item,
h2.title {
	text-transform:uppercase;
}

li.menu-item {
	margin-bottom: 0px !important;
}

/* Center date on single pages */
body.single div.post-meta {
	text-align: center;
}

/* Hide date on home-/category pages */
body.home div.post-meta,
body.category div.post-meta {
	display: none;
}

/* Show date on category julias blogg (id 6) and magas blogg */
body.search div.post-meta,
body.category div.category-blogg div.post-meta,
body.category div.category-magdas-blogg div.post-meta {
	display: block;
	text-align: center;
}

/* Center titles */

h1.title,
h2.title {
	margin-bottom: 10px !important;
	text-align: center;
}

div.post-more {
	margin-top: -15px !important;
}

#loopedSlider .content h2,
#loopedSlider .content p {
	background-color: rgba(12, 102, 176, 0.3) !important;
}

/*
|--------------------------------------------------------------------------
| Meandme Bottom Menu
|--------------------------------------------------------------------------
|
*/

div.meandme_bottom_menu {
	border-top: double black 3px;
	border-bottom: double black 3px;
	position: relative;
	text-align:center; 
}

div.meandme_bottom_menu li {
	position: relative;
	float:left;
}

div.meandme_bottom_menu ul {
	position: relative;
	display: inline-block;
}

div.meandme_bottom_menu li a {
	display: block;
	padding:0.5em;
	color: black;

}

/*
|--------------------------------------------------------------------------
| Meandme Under Hundra
|--------------------------------------------------------------------------
|
*/

div.meandme_under_hundra h2.title {
	margin-bottom: 10px !important;
}

div.meandme_under_hundra {
	width:96%;
	display: inline-block;
	/* background-color: #BBBBBB !important; */
	/* background-image: url(/img/under_hundra_gradient.png); */
	padding:2%;
	margin-bottom: 20px;
	border:solid rgb(230, 230, 230) 1px;
	/* order-radius: 6px; */
}

div.meandme_under_hundra div.meandme_block img {
	margin-bottom: 0px;
}

div.meandme_block {
	float:left;
	width:20%;
	margin:0;
	padding:0;
	text-align: center;
}

div.meandme_block h4.title {
	padding-left:20px;
	padding-right:20px;
}

div.meandme_block h4.title a {
	font-size: 20px !important;
}

/*
|--------------------------------------------------------------------------
| Meandme Byline
|--------------------------------------------------------------------------
|
*/

span.meandme_byline {
	font-family: 'Open Sans', 'Arial';
}

span.meandme_byline span.meandme_author_name {
	text-transform:uppercase;
	font-weight: bold;
}



/*
|--------------------------------------------------------------------------
| Related Posts Thumbnails
|--------------------------------------------------------------------------
|
*/

#related_posts_thumbnails li {
	margin-right:2% !important;
}

/*
|--------------------------------------------------------------------------
| Remove border from images inside posts, but keep borders in blocks (frontpage)
|--------------------------------------------------------------------------
|
*/


.post img, 
.post img.thumbnail {
     background: none;
     border: medium none;
     padding: 5px;
}

.block .post img, 
.block .post img.thumbnail {
     background: rgba(255, 255, 255, 0.7);
     border: 1px solid #e6e6e6;
     padding: 3px;
}

/*
|--------------------------------------------------------------------------
| Add margin below blog header
|--------------------------------------------------------------------------
|
*/

img.blogg-header {
	margin-bottom: 10px;
}

/*
|--------------------------------------------------------------------------
| Notes
|--------------------------------------------------------------------------
|
| Default sidebar: 34%
| Meta before: <span class="small">By</span> [post_author_posts_link] <span class="small">on</span> [post_date] <span class="small">in</span> [post_categories before=""]  [post_edit]
| Meta after: [view_full_article] · [post_comments]
|
| #0c66b0 darker blue
| #1894db lighter blue
|
| Original box border color: #dbdbdb
|
*/