/*
	Theme Name: MyLiving - Bloggar
	Theme URI: http://html5blank.com
	Description: Custom template from Columbird
	Version: 1.4.3
	Author: Robert Arbestål (robert@columbird.se)
	Author URI: http://columbird.se
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
@import url(//fonts.googleapis.com/css?family=Lato:300,400,400italic,700,700italic,100,100italic,300,300italic,900,900italic|Playfair+Display:400,400italic,700,700italic);


img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html, body, .main-container, .scroller {
    height: auto !important;
}
html {
	font-size: 62.5%;
}
body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	font: 400 11px/1.4 Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}
.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto !important;
}
input:focus {
	outline: 0;
	border: 1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width: 980px;
	position: relative;
	margin: 0 auto;
	width: 95%;
}
.bloggar .blog-header{
	display: none;
}

/* logo */
.header_logo{
	background: rgba(0, 0, 0, 0) url("http://myliving.se/annelielagerkvist/wp-content/themes/myliving_blog/img/myliving_se_logo.png") no-repeat scroll 0 0 / cover ;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 400px auto;

	position:relative;
	margin:40px auto;
	width: 400px;
	height: 54px;
}
.logo {
	position:relative;
	margin:10px auto;
	width:400px;
}
.logo-img {
	max-width:100%;
	height:auto;
	position:relative;
}
.sticky-header-logo{
	background: rgba(0, 0, 0, 0) url("http://myliving.se/annelielagerkvist/wp-content/themes/myliving_blog/img/myliving_se_logo.png") no-repeat scroll 0 0 / cover ;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 13px;
    width: auto;
    height: 13px;
}
ul#slider {
	margin: 0;
	list-style: none;
	height: 570px;
	padding: 0;
}
article#article-slider {
	position: relative;
	overflow: hidden;
	height: 570px;
	width: 100%;
	margin: 15px 0;
}
.slider-post-content {
	bottom: 0;
	right: 0;
	width: 650px;
	margin: 25px auto;
	background-color: rgba(255,255,255,0.8);
	text-align: center;
	left: 0;
	position: absolute;
	min-height: 100px;
	height: auto;
	padding: 0 20px;
}
.slider-content {
	position: relative;
}
.slider-post-content > h2 {
	font-weight: 900;
	font-size: 13px;
	margin: 20px 0 10px;
}
.slider-post-content > .content > h3,
.slider-post-content > .content > h2,
.slider-post-content > .content > h1 {
	font-family: 'Playair Display';
	font-size: 25px;
	line-height: 1em;
	font-weight: 400;
}
.slider-post-content > .content > p {
	font-family: Lato;
	font-size: 16px;
	line-height: 1em;
}
.sitenews div.article {
	max-width: 560px;
	margin: 0 auto;
}
article.sitenews {
	margin: 10px auto;
	width: 100%;
}
.sitenews .post_thumbnail {
	position: relative;
	left: 0;
	right: 0;
	margin: 10px auto;
	width: 100%;
	text-align: center;
}
ul#blogsSlides a > span{
	font-family: Lato;
	font-weight: 600;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 18px;
	margin: 10px 0 5px;
    position: relative;
    display: block;
}
ul#blogsSlides {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
}
ul#blogsSlides:after {
	clear: both;
	content: " ";
	position: absolute;
}

ul#blogsSlides > li{
	float: left;
	text-align: center;
	margin-right: 16px;
	max-width: 150px;
	margin-bottom: 10px;
}
ul#blogsSlides > li:nth-child(6){
	margin-right: 0;
}
ul#sitenews{
	padding: 0;
	margin: 20px 0;
	list-style: none;
	position: relative;
}
#sitenews > li{
	display: inline-block;;
	width: 315px;
	margin: 0 12px 12px 0;
}
#sitenews > li:nth-child(3) {
	margin-right: 0;
}
div#ninja_forms_form_1_cont {
	background-color: #ebebeb;
	padding: 10px;
	margin: 10px;
}
div.njf-block {
	float: left;
	width: 50%;
	padding: 20px;
}
.ninja-forms-form input, 
.ninja-forms-form textarea {
	border: 0;
	padding: 10px;
	font-family: lato;
	font-weight: 600;
	font-size: 12px;
}
input#ninja_forms_field_5 {
	float: right;
	background: #48484a;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 25px;
}

/* nav */
.nav {
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	text-align: center;
	height: 56px;
}

.nav > .logo {
	margin-top: 19px;
	max-width: 100px;
	position: absolute;
	display: none;
	float: left;
	left: 0;
}
.nav.sticky {
	position: fixed;
	max-width: 980px;
	width: 100%;
	top: -1px;
	z-index: 20;
	background: #fff;
	left: 0;
	right: 0;
	margin: 0 auto;;
}
.nav.sticky > .logo {
	display: inline-block;
}
.nav.sticky + .search-wrapper {
	position: fixed;
	top: 55px;
	z-index: 20;
	width: 100%;
	max-width: 980px;
}

.nav > ul {
	list-style: none;
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0;
	height: 50px;
	width: auto;
}

.nav > ul > li {
	float:left;
	margin:17px;
	position:relative;
	height:100%;
}

.nav > ul > li:first-child {
	margin-left:0;
}

.nav > ul > li:last-child {
	margin-right:0;
}

.nav > ul > li > a {
	text-decoration:none;
	text-transform:uppercase;
	font-size:13px;
	font-family:lato;
	font-weight:400;
	letter-spacing: 0.06em;
}

.nav > ul > li:hover > a:after,
.nav > ul > li.current-menu-item > a:after  {
	border-bottom: 5px solid #000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	position: absolute;
	content: " ";
	margin:0 auto;
	height: 0;
	width: 0;
	right: 0;
	left: 0;
	top: 33px;
}
.nav > ul > li > ul{
	display: none;
	background-color: #000;
	padding: 18px 28px;
	margin-top: 18px;
	position: absolute;
	z-index: 100;
}
.nav > ul > li:hover > ul{
	display: block;
}
.nav > ul > li > ul > li{
	text-align: left;
}
.nav > ul > li > ul > li > a{
	color: #fff;
	text-align: left;
	text-decoration:none;
	text-transform:uppercase;
	font-size:13px;
	font-family:lato;
	font-weight:700;
	line-height: 20px;
}
.archive > ul > li{
	min-width: 108px;
}
.icon.search {
	height:54px;
	width:40px;
	position:absolute;
	display:inline-block;
	right:0;
	cursor:pointer;
	margin-top:0;
	background-position:10px 17px;
}
.icon.search.active {
	background-color: #000;
	background-position: 10px -23px;
}
.home-page section {
	max-width: 980px;
}
#sitenews h2 {
	font-family: Lato;
	font-size: 14px;
	text-align: left;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 18px;
}
#sitenews h3 {
	font-family: PlayFair Display;
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	line-height: 19px;
	text-transform: capitalize;
	margin: 0 0 20px;
}


/* RESPONSIVE MENU */
html, 
body, 
.main-container,
.scroller {
	height: auto !important;
}
.scroller {
	overflow: hidden;
}
#responsive-menu-button{
	height: 18px;
    width: 24.33px;
    display: none;
}
.responsive-menu-button{
	background: rgba(0, 0, 0, 0) url("http://myliving.se/annelielagerkvist/wp-content/themes/myliving_blog/img/menu-icon.png") no-repeat scroll 0 0 / cover ;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 19px;
    cursor: pointer;
    height: 19px;
    width: auto;
}
.scroller,
.scroller-inner {
	position: relative;
}
.main-container {
	position: relative;
	overflow: hidden;
}
#responsive-menu-header {
	height: 72px;
    position: relative;
    background-color: #000;
    padding: 25.33px 16.66px;
}
#responsive-menu-header h2{
	color: #fff;
	font-size: 1.5em;
	margin: 0;
	text-transform: none;
}
.main-nav{
	min-height: 100%;
	background: -webkit-linear-gradient( #f8f8f8, #e1e1e1); /* For Safari 5.1 to 6.0 */
 	background: -o-linear-gradient(#f8f8f8, #e1e1e1); /* For Opera 11.1 to 12.0 */
 	background: -moz-linear-gradient(#f8f8f8, #e1e1e1); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#f8f8f8, #e1e1e1); /* Standard syntax */
  	padding-top: 14px;
}
.main-nav-shadow{
	width: 300px;
	height: 100%;
	background-image: url("http://myliving.se/annelielagerkvist/wp-content/themes/myliving_blog/img/background_shadow.png");
	background-size: 300px 14px; 
	background-repeat: repeat-y;
}
#close-menu-button{
	background: rgba(0, 0, 0, 0) url("http://myliving.se/annelielagerkvist/wp-content/themes/myliving_blog/img/close.png") no-repeat scroll 0 0 / cover ;
    cursor: pointer;
    height: 18px;
    position: absolute;
    right: 24px;
    top: 28px;
    width: 18px;
}
.mp-menu ul li > a {
	color: #000;
	font-family: 'Sohoma-ExtraBoldCondensed';
	font-weight: 800;
}
.main-nav{
	overflow: hidden;
}
.main-nav ul{
	list-style: inside none none;
}
#menu-responsive-menu .sub-menu {
    list-style: outside none none;
    padding: 0 0 0 21.33px !important;
}
.level-opened > ul{
    height: auto;
    opacity: 1;
    visibility: visible;
}
#mp-menu .main-nav {
    border: medium none;
    padding-top: 13.66px;
}
.level-button-container {
    cursor: pointer;
    height: 18px;
    position: absolute;
    right: 6px;
    top: 28px;
    width: 45px;
    z-index: 10;
}
.mp-menu ul {
    margin: 0;
}
#menu-responsive-menu li {
    margin: 0;
    position: relative;
}
#menu-responsive-menu > .menu-item-has-children > .level-button-container > .level-button {
    margin-top: 15px;
}
#menu-responsive-menu a:hover, #menu-responsive-menu a:focus, #menu-responsive-menu .current_page_item > a, .current-cat > a {
    background: transparent none repeat scroll 0 0;
    color: #030000;
    text-decoration: none;
    font-weight: 400;
}
#menu-responsive-menu li{ 
	padding-top: 28px; 
}
#menu-responsive-menu li a {
    box-shadow: none !important;
    color: #48484a;
    display: block;
    font-family: Lato;
	font-weight: 300;
    font-size: 18.33px;
    padding: 0 21.33px 0 21.33px;
}
.level-button {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("http://myliving.se/annelielagerkvist/wp-content/themes/myliving_blog/img/chevron-maximera.png");
    background-origin: padding-box;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 16px 9px !important;
    height: 9px;
    margin-top: 7px;
}
.level-button-container{
	display: none;
}
.level-opened > .level-button-container > .level-button {
    background: rgba(0, 0, 0, 0) url("http://myliving.se/annelielagerkvist/wp-content/themes/myliving_blog/img/chevron-minimera.png") no-repeat scroll center center / 16px 9px !important;
    transition: all 0.5s ease 0s;
}
#menu-responsive-menu .sub-menu li {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 10px;
    position: relative;
}
#menu-responsive-menu .sub-menu > li a {
    border-top: 1px solid #868585;
    padding: 12px 0;
    font-size: 16px !important;
}
#menu-responsive-menu .sub-menu > li:first-child a {
    margin-top: 12px;
    border-top: 1px solid #868585;
}
li.level-closed > a {
    /*color: #000 !important;*/
}
#menu-responsive-menu .sub-menu a {
    color: #868585;
}

/*------------------------------------*\
    pagination
\*------------------------------------*/
.pagination {
    position: relative;
    display: block;
    margin: 10px 0 20px;
}
.pagination .nav-links {
    text-align: center;
}
.page-numbers {
    font-family: Lato;
    font-weight: 300;
    font-size: 19px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 10px 10px;
}
.page-numbers.current {
    background: #48484A;
    color: #C7C7C8;
}

/*------------------------------------*\
    SEARCH
\*------------------------------------*/
.search-results .search-wrapper {
	display: block;
}
h1.search-result-title {
	font-family: Playfair Display;
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 31px;
	margin-top: 43px;
}
h1.search-result-title > span{
	color:#8c8c8c;
}
.search-result{
	height: 164px;
	padding: 20px 0 23px;
	position: relative;
}
.search-result p{
	line-height: 16px;
}
.search-result-wrap:nth-child(even){
	background-color: #ebebeb;
}
.search-result-tumbnail{
	width: 120px;
	height: 120px;
	float: left;
	margin-right: 18px;
}
.search-result > a > h1{
	font-family: Playfair Display;
	font-weight: 400;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
}
strong.search-highlight{
	font-weight: 700;
}
.las-mer-btn{
	background-image: url('http://myliving.se/annelielagerkvist/wp-content/themes/myliving_blog/img/las-mer.png');
	background-repeat: none;
	background-size: 70px 34px;
	width: 70px;
	height: 34px;
	position: absolute;
	right: 0px;
	bottom: 23px;
}
.las-mer-btn:hover, .las-mer-btn:active{
	background-image: url('http://myliving.se/annelielagerkvist/wp-content/themes/myliving_blog/img/las-mer-active.png');
}
.search-wrapper {
	background-color: #000;
	padding: 7px 0 8px;
	display: none;
	height: 33px;
    border-bottom: solid 3px #fff;
}
.search-wrapper  input.search-input {
	background-color: #000;
	color: #fff;
	margin-left: 120px;
	border: 0;
	font-family: Lato;
	font-size: 13px;
	height: 16px;
	width: 250px;
	    position: relative;
    margin-top: -2px;
}
.responsive-search-wrapper  input.search-input {
	height: 19px;
	background-color: #000;
	color: #fff;
	border: 0;
	font-family: Lato;
	font-size: 15px;
	font-weight: 700;
}
.responsive-search-wrapper ::-webkit-input-placeholder,
.search-wrapper ::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: #fff;
}
.responsive-search-wrapper :-moz-placeholder,
.search-wrapper :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.responsive-search-wrapper ::-moz-placeholder,
.search-wrapper ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.responsive-search-wrapper :-ms-input-placeholder,
.search-wrapper :-ms-input-placeholder { /* IE 10+ */
  color: #fff
}
.responsive-search-wrapper ::-ms-input-placeholder,
.search-wrapper ::-ms-input-placeholder { /* Edge */
  color: #fff
}
.responsive-search-wrapper :placeholder-shown,
.search-wrapper :placeholder-shown { /* Standard one last! */
  color: #fff;
}
.responsive-search-wrapper .search-submit{
	background: url("http://myliving.se/annelielagerkvist/wp-content/themes/myliving_blog/img/responsive-search-btn.png");
	background-size: 20px 21px; 
	background-repeat: none;
	width: 20px;
	height: 21px;
	float: right;
}
.search-wrapper .search-submit{
	background: url("http://myliving.se/annelielagerkvist/wp-content/themes/myliving_blog/img/responsive-search-btn.png");
	background-size: auto 16px; 
	background-repeat: none;
	width: 15px;
	height: 16px;
}


/* footer */
footer.footer {
	min-height: 100px;
	background-color: #48484a;
	color: #fff;
	padding: 30px 0;
	margin: 50px 0 0 0;
}
.footer .logo{
	max-width: 100px;
	margin: 0;
}
p.copyright{
	font-family: Lato;
	font-size: 11px;
	text-transform: uppercase;
	margin: 13px 0px;
	line-height: 14px;
	color: #fff;
}
.SocialMediaIcons {
	position: absolute;
	top: 0;
	right: 0;
}
.SocialMediaIcons .icon {
	width: 30px;
	height: 30px;
	float: left;
	margin: 6px;
}
.SocialMediaIcons .icon#facebook {
	background-position: -39px -76px;
}
.SocialMediaIcons .icon#facebook:hover {
	background-position: -38px -125px;
}
.SocialMediaIcons .icon#instagram {
	background-position: -89px -76px;
}
.SocialMediaIcons .icon#instagram:hover {
	background-position: -89px -125px;
}
.SocialMediaIcons .icon#youtube {
	background-position: -139px -76px;
}
.SocialMediaIcons .icon#youtube:hover {
	background-position: -139px -125px;
}
.SocialMediaIcons .icon#mail {
	background-position: -188px -76px;
}
.SocialMediaIcons .icon#mail:hover {
	background-position: -188px -125px;
}
.ts-logo {
	position: absolute;
	right: 5px;
	width: 60px;
	top: 50px;
}
.icon {
	background-repeat: no-repeat;
	background-image: url('http://myliving.se/annelielagerkvist/wp-content/themes/myliving_blog/img/myliving_assets.png');
	background-size:270px 270px;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone, .inline {
	margin:0 0 16px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}


/*------------------------------------*\
    POSTS STYLES
\*------------------------------------*/


.category-title, .archive-title{
	text-align: center;
}
#blog-posts-wrap{
	margin-top: 16px;
}
#single-blog-post-wrap{
	margin-top: 16px;
	margin-bottom: 23px;
}
.blog-head, .blog-content, .blog-footer, #comments, #respond, .search-result, .search-result-title{
	margin: 0 auto;
	/*width: 67.3%;*/
	width: 750px;
}
.blog-head{
	padding-top: 15px;
	padding-bottom: 25px;
}
.blog-head span{
	margin: 0 8px 0 11px;
}
.wp-post-image{
	margin-bottom: 33px;
}
.blog-post{
	text-align: center;
	margin-top: 100px;
}
.blog-post:first-of-type{
	margin-top: 0;
}
.blog-post h3 {
	font-family: Lato;
	font-weight: 300;
	font-size: 11px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}
.blog-post h1{
	font-family: Lato;
	font-weight: 300;
	font-size: 30px;
	text-transform: uppercase;
	margin: 11px 0 0 0; 
}
.blog-content{
	margin-bottom: 46px;
}
.blog-content p{
	font-family: Lato;
	font-weight: 400;
	font-size: 13px;
}
.blog-content p img{
	/*margin-top: 42px;*/
}
.blog-content i{
	display: block;
	margin-bottom: 46px;
}
.blog-footer{
	margin-bottom: 20px;
}
.blog-footer hr{
	z-index: -1;
	position: absolute;
	width: 750px;
	margin-top: 11px;
	background-color: #000;
	border: 0;
	height: 1px;
}
.blog-share-wrap{
	background-color: #fff;
	margin: 0 auto;
    width: 156px;
}
.facebook-icon{
	background-image: url("img/facebook.png");
    background-position: 0 0;
    background-size: 22px 22px;
    height: 22px;
    width: 22px;
    cursor:pointer;
    display: inline-block;
    margin-right: 11px;
}
.facebook-icon:active, .facebook-icon:hover {
	background-image: url("http://myliving.se/annelielagerkvist/wp-content/themes/myliving_blog/img/facebook_active.png");
}
.mail-icon{
	background-image: url("http://myliving.se/annelielagerkvist/wp-content/themes/myliving_blog/img/mail.png");
    background-position: 0 0;
    background-size: 22px 22px;
    height: 22px;
    width: 22px;
    cursor:pointer;
    display: inline-block;
}
.mail-icon:active, .mail-icon:hover{
	background-image: url("http://myliving.se/annelielagerkvist/wp-content/themes/myliving_blog/img/mail_active.png");
}
.blog-header-comments{
	display: inline-block;
	margin-left: 4px;
}
.comments-icon{
	background-image: url("http://myliving.se/annelielagerkvist/wp-content/themes/myliving_blog/img/comment.png");
    background-position: 0 0;
    background-size: 22px 22px;
    height: 22px;
    width: 22px;
    cursor:pointer;
    display: inline-block;
    margin-left: 6px;
}
.comments-icon:active, .comments-icon:hover{
	background-image: url("img/comment_active.png");
}
#comments, #respond{
	background-color: #ebebeb;
	padding: 17px 17px 60px;
	text-align: left;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#comments h2{
	margin-bottom: 22px;
}
#comments h2, #respond h3{
	font-family: Playfair Display;
	font-weight: 400;
	font-size: 13px;
	color: #48484a;
	text-transform: none;
}
#respond h3{
	margin-bottom: 8px;
}
#comments{
	margin-bottom: 20px;
}
#comments li{
	list-style-type: none;
}
.comments-number{
	font-family: Playfair Display;
	font-weight: 700;
	font-size: 16px;
}
.comment-body{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom: 16px;
}
.comment-content{
	background-color: #fff;
	padding: 9px 33px 13px 27px;
}
.comment-author{
	float: left;
	width: 80%;
}
.reply{
	float: right;
	width: 20%;
}
.comment-author p{
	color: #a1a1a1;
	margin-bottom: 0px;
}
.author{
	font-weight: 700;
	color: #231f20;
}
.comment-reply-link{
	float: right;
}
.reply-btn{
	background-image: url("http://myliving.se/annelielagerkvist/wp-content/themes/myliving_blog/img/reply-btn.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 17px 17px;
    height: 17px;
    width: 17px;
}
.comment-bottom{
	background-image: url("http://myliving.se/annelielagerkvist/wp-content/themes/myliving_blog/img/comments-bg.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 729px 18px;
    height: 18px;
}
.comment-notes{
	font-size: 10px;
	color: #231f20;
}
#commentform{
	position: relative;
}
input, textarea{
	border: none;
	margin-bottom: 15px;
}
input{
	height: 34px;
}
textarea{
	height: 138px;
}
.form-submit{
	display: block;
    left: 50%;
    margin-left: 2%;
    position: relative;
    width: 48%;
    top: 10px;
}
p.logged-in-as {
	position: relative;
}
p.logged-in-as + #comment{
	position: relative !important;
	margin-left: 0 !important;
}
.submit{
	background-image: url("http://myliving.se/annelielagerkvist/wp-content/themes/myliving_blog/img/submit.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 90px 34px;
    height: 34px;
    width: 90px;
    float: right;
}
.submit:active, .submit:hover{
	background-image: url("http://myliving.se/annelielagerkvist/wp-content/themes/myliving_blog/img/submit-active.png");
}
input[type=submit] {
	border: none;
}
.leftcol-wrap, .gglcptch {
    display: block;
    margin-right: 2%;
    position: relative;
    width: 48%;
}
.rightcol-wrap {
    display: block;
    left: 50%;
    margin-left: 2%;
    position: absolute;
    width: 48%;
    top: 23px;
}
#pagination{
	text-align: center;
	margin-bottom: 20px;
}


/*------------------------------------*\
    PAGE STYLES
\*------------------------------------*/

.page-template-default section {
	margin: 0px auto;
	width: 67.3%;
}
.page-template-default main{
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}
.type-page{
	margin-bottom: 129px;
}
.page-title{
	margin-bottom: 37px;
}
#page-content-img{
	width: 49%;
	float: left;
	margin-right: 2%;
}
#page-content-text{
	width: 49%;
	float: left;
}

.search-result-title h1{
	font-family: Playfair Display;
	font-weight: 400;
	font-size: 30px;
}
.search-result-title h1 > span{
	color:#8c8c8c;
}
#search-result h1{
	font-family: Playfair Display;
	font-weight: 400;
	font-size: 20px;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h1 {
	font-family: Playfair Display;
	font-weight: 400;
	font-size: 36px;
}
h2 {
	font-family: Lato;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 12px 0 2px;
}
p {
	font-family: Lato;
	font-weight: 400;
	font-size: 12px;
	margin: 0 0 10px 0;
	color: #231f20;
}
p strong{
	font-family: Lato;
	font-weight: 700;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #444;
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}


#bloggar {
    position: relative;
}
#bloggar ul.flex-direction-nav {
    z-index: 0;
    position: relative;
    top: -118px;

}

#bloggar .flex-prev {
  width: 40px;
  height: 20px;
  position: absolute;
  margin: 0px 0 6px;
  padding: 0px;
  border: none;
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  opacity: 1;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  text-indent: 999px;
}

#bloggar .flex-prev::before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 50%;
  height: 10%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border: none;
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #48484A;
  text-shadow: none;
  -webkit-transform:    skewY(35deg);
  transform:    skewY(35deg);
}

#bloggar .flex-prev::after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 50%;
  height: 10%;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  border: none;
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #48484A;
  text-shadow: none;
  -webkit-transform:    skewY(-35deg);
  transform:    skewY(-35deg);
}
#bloggar .flex-next {
  width: 40px;
  height: 20px;
  position: absolute;
  margin: 0px;
  padding: 0px;
  border: none;
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  opacity: 1;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  text-indent: 999px;
}

#bloggar .flex-next::before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 50%;
  height: 10%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border: none;
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #48484A;
  text-shadow: none;
  -webkit-transform:    skewY(35deg);
  transform:    skewY(35deg);
}

#bloggar .flex-next::after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 50%;
  height: 10%;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  border: none;
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #48484A;
  text-shadow: none;
  -webkit-transform:    skewY(-35deg);
  transform:    skewY(-35deg);
}

.bloggar h1,
.bloggare h1 {
    margin-bottom: 10px;
    margin-top: 70px;
}
.bloggar h2,
.bloggare h2 {
	font-size: 20px;
	font-weight: 300;
	margin-top: 0;
}
ul.bloggkatalog {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.bloggkatalog > li {
	border-bottom: solid 1px #8e8e8d;
	padding: 10px 0;
}
ul.bloggkatalog > li:first-child {
	border-top: solid 1px #8e8e8d;
}
.bloggkatalog .image {
	width: 100px;
	display: inline-block;
}
.bloggkatalog .text {
	display: inline-block;
    padding: 38px;
    box-sizing: border-box;
    position: absolute;
    font-size: 18px;
    text-transform: uppercase;
    font-family: lato;
    font-weight: 300;
    letter-spacing: 0.06em;

}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:980px) {
	
	.blog-head, .blog-content, .blog-footer, #comments, #respond, .search-result, .search-result-title{
		width: 67.3%;
	}
	.header > .logo {
		display: none;
	}
	.header > .wrap-header-logo {
		display: none;
	}
	#responsive-menu-button {
		display: block;
	}
	#responsive-menu-button {
    	display: block;
    	float: left;
    	margin-top: 25.33px !important;
		margin-left: 21.33px !important;
	}
	.nav > ul {
		display: none;
	}
	#searchBtn{
		display: none;
	}
	.nav > .logo {
    	max-width: 142px;
    	margin-top: 25.33px;
    	float: none;
    	position: relative;
    	display: block;
	}
	.nav {
		height: 72px;
	}
	.sticky-header-logo{
    	background-size: auto 19px;
    	height: 19px;
	}
	.level-button-container{
		display: block;
	}
	.level-closed > ul {
    	height: 0;
    	opacity: 0;
    	visibility: hidden;
	}
	.level-opened > ul {
    	/*height: auto;
    	opacity: 1;
    	transition: all 0.5s ease 0s;
    	visibility: visible;*/
	}
	p.copyright{
		width: 60%;
	}
	#bloggar ul.flex-direction-nav {
		display: none;
	}
	.search-results .search-wrapper {
    	display: none;
	}
}

@media only screen and (max-width:768px) {
	.rightcol-wrap {
	    left: 0;
	    margin-left: 0;
	    position: relative;
	    width: 100%;
	    top: 0;
	}
	.leftcol-wrap, .gglcptch {
    	margin-right: 0;
    	position: relative;
    	width: 100%;
	}
	.form-submit {
    	display: block;
    	left: 0;
    	margin-left: 0;
    	position: relative;
    	width: 100%;
    	top: 0;
	}
	.submit{
		float: none;
	}
	.search-result{
		height: 175px;
	}
	.search-result-tumbnail{
		display: none;
	}

}
@media only screen and (max-width:650px) {
	#page-content-img {
    	margin-right: 0;
    	width: 100%;
	}
	#page-content-text {
    	width: 100%;
    	margin-top: 20px;
	}
	.search-result{
		height: 178px;
	}
	
}
@media only screen and (max-width:500px) {
	.blog-head, .blog-content, .blog-footer, #comments, #respond, .search-result, .search-result-title {
    	width: 90%;
	}
	.blog-footer hr {
		width: 90%;
	}
	p.copyright{
		width: 100%;
	}
	.SocialMediaIcons {
		position: relative;
	}
	.ts-logo {
		position: relative;
		top: 13px;
	}
	.bloggkatalog .text {
    	padding: 41px 14px;
    	font-size: 13px;
	}
}
@media only screen and (max-width:400px) {
	.gglcptch{
		transform:scale(0.8);
		-webkit-transform:scale(0.8);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
	.search-result{
		height: 200px;
	}
}
@media only screen and (max-width:320px) {
	.gglcptch{
		transform:scale(0.74);
		-webkit-transform:scale(0.74);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}