/*
 Theme Name:      twentythirteen tjuvlyssnat child
 Theme URI:      http://tjuvlyssnat.se
 Description:    twentythirteen tjuvlyssnat child theme
 Author:         tjuvlyssnat.se - Veselka Dobreva
 Author URI:     http://tjuvlyssnat.se
 Template:       twentythirteen
 Version:        1.0.0
*/
 
@import url("../twentythirteen/style.css");

@font-face {
    font-family: 'Winnie The Hoop';
    src: url('fonts/teo_tuominen_-_winniethehoop-roman-webfont.eot');
    src: url('fonts/teo_tuominen_-_winniethehoop-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/teo_tuominen_-_winniethehoop-roman-webfont.woff') format('woff'),
         url('fonts/teo_tuominen_-_winniethehoop-roman-webfont.ttf') format('truetype'),
         url('fonts/teo_tuominen_-_winniethehoop-roman-webfont.svg#winnie_the_hooproman') format('svg');
    font-weight: normal;
    font-style: normal;
}
 
/* =Theme customization starts here
------------------------------------------------------- */

body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Maven Pro', 'Lucida Grande', sans-serif;
}
body {
	overflow: hidden;
}
a,
a:hover,
a:visited,
a:focus {
	outline: none;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/* Header  and Navigation*/
.site {
	max-width: 100%;
}
.site-header {
	background-color: #72c3ad;
}
.site-header .home-link {
	max-width: 960px;
}
.site-header .home-link {
	padding: 20px 0;
	min-height: 100%;
}
.site-header .home-link img {
	max-width: 100%;
}
.navbar {
	max-width: 100%;
	background-color: #3f4249;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}
.main-navigation {
	max-width: 960px;
}
.nav-menu li a {
	color: #f8f7eb;
	font-weight: bold;
	font-size: 17px;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	color: #f8f7eb;
	background-color: #2d3139;
	font-style: normal;
}

/* Header banner */
#mainbanner {
	background-color: #c5c0a7;
	width: 100%;
}
#mainbanner img,
.custom_banners img {
	width: 100%;
}
.banner div {
	max-width: 960px;
	margin: 0 auto;
}
.site-header .search-form {
	right: 0;
}
.site-header .search-field {
	background-image: url('images/search-icon.png');
}

/* Main content */
.site-main {
	background: #c8564a url('images/bodybg.jpg') 0 0 repeat;
	padding: 30px 0;
}
@media screen and (max-width: 980px) {
	.site-main {
		padding: 30px 10px;
	}
}
.hentry {
	max-width: 960px;
	width: 100%;
	background-color: #f8f7eb;
	position: relative; 
	margin: 10px auto 70px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
}
.hentry:after {
	top: 100%;
	right: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #f8f7eb;
	border-width: 24px 24px 24px 0;
	margin-right: 50px;
}
.hentry p {
	margin: 15px 0;
	line-height: 1.2;
}


.entry-header {
	margin-bottom: 10px;
}
.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	max-width: 100%;
}
.entry-title {
	font-size: 24px;
	color: #a9483e;
	padding-right: 40px;
	font-family: 'Winnie The Hoop';
}
.entry-title a {
	margin-right: 55px;
	color: #a9483e;
	font-size: 24px;
}
.entry-title:hover,
.entry-title a:hover {
	text-decoration: none;
	color: #a9483e;
}
.entry-meta {
	font-size: 16px;
	color: #5b5a56;
}
.entry-meta > span {
	margin-right: 0;
}
.entry-meta a {
	padding: 2px 7px;
}
.entry-meta a:hover {
	background-color: #a9483e;
	color: #f8f7eb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}
.tags-links:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}
.tags-links a:first-child:before {
	content: "";
	position: auto;
	top: 0;
}
.tags-links:before {
	content: "\f302";
	position: relative;
	top: -1px;
}
.hentry .entry-content img {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #e7e6de;
	box-shadow: 2px 2px 4px #bbb;
	margin: 0 auto;
	padding: 5px;
}
.post-navigation .nav-links {
	max-width: 960px;
}
.post-navigation {
	background: none;
	color: #f8f7eb;
	font-size: 16px;
	font-style: normal;
}
.post-navigation a {
	color: #f8f7eb;
}

footer.entry-meta {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 60px;
}
.comments-link { 
	position: relative; 
	background: #ffffff; 
	border: 1px solid #ccc; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	width: 50px;
} 
.comments-link:after, .comments-link:before { 
	top: 100%; 
	left: 50%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
} 
.comments-link:after { 
	border-color: rgba(255, 255, 255, 0); 
	border-top-color: #ffffff; 
	border-width: 10px; 
	margin-left: -10px; 
} 
.comments-link:before { 
	border-color: rgba(204, 204, 204, 0); 
	border-top-color: #ccc; 
	border-width: 11px; 
	margin-left: -11px; 
}
.comments-link a {
	color: #333333;
}
.comments-link a:hover {
	color: #bc360a !important;
	background-color: transparent !important;
}
.comments-link a:before {
	content: none;
	margin: 0;
}

/* Comments */
.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	max-width: 960px;
}
.comments-title,
.comment-reply-title {
	font-family: 'Maven Pro', 'Lucida Grande', sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #f8f7eb;
}
.comment-list > li:after,
.comment-list .children > li:before {
	background: none;
	margin-bottom: 20px;
}
.comment-meta,
.comment-meta a {
	display: inline-block;
	float: right;
}
cite.fn {
	font-weight: bold;
	font-style: normal;
	font-size: 17px;
}
.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	width: 100%;
}
.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: none;
}
.comment-list .children {
	margin-left: 100px;
}
.comment-author .avatar {
	border-radius: 50%;
	border: 3px solid #cccccc;
}
.comment-body {
	background-color: #f8f7eb;
	position: relative; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	margin-left: 100px;
}
.comment-body:after {
	top: 20px;
	left: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #f8f7eb;
	border-width: 17px 0 17px 17px;
	margin-left: -17px;
}

.comment-body p {
	margin: 0 0 5px 0;
}

.comment-respond {
	background: none;
	color: #f8f7eb;
}
.comment-form .required {}

.logged-in-as a {
	color: #ffffff;
	text-decoration: none;
}
.logged-in-as a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.form-allowed-tags, .form-allowed-tags code {
	color: #cccccc;
}
button, input[type="submit"], input[type="button"], input[type="reset"] {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: linear-gradient(to bottom, #3f4249 0%, #343434 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-color: -moz-use-text-color -moz-use-text-color #3f4249;
  border-image: none;
  border-radius: 2px;
  border-style: none none solid;
  border-width: medium medium 3px;
  color: #ffffff;
  display: inline-block;
  padding: 11px 24px 10px;
  text-decoration: none;
}
button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
    background: linear-gradient(to bottom, #343434 0%, #111111 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    outline: medium none;
}
button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: linear-gradient(to bottom, #343434 0%, #111111 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #343434 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: medium none;
    border-style: solid none none;
    border-width: 3px medium medium;
    padding: 10px 24px 11px;
}

/* Pagination */
ul.page-numbers {
	list-style: none;
	/*padding: 0;*/
	max-width: 960px;
	width: 100%;
}

.page-numbers:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

ul.page-numbers li {
	display: block;
	float: left;
	margin: 0 4px 4px 0;
	text-align: center;
}

.page-numbers a,
.page-numbers span {
	display: inline-block;
	padding: 3px 8px;
	font-size: 16px;
	text-decoration: none;
	font-weight: 400;
	cursor: pointer;
	color: #942d32;
	background-color: #f7f6ea;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.page-numbers a span {
	padding: 0;
}

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
	color: #000;
	background: #f7f7f7;
	text-decoration: none;
}

.page-numbers:hover {
	text-decoration: none;
}

/* Share buttons */
#sharing_email .sharing_send,
.sd-content ul li .option a.share-ustom,
.sd-content ul li a.sd-button,
.sd-content ul li.advanced a.share-more,
.sd-content ul li.preview-item div.option.option-smart-off a,
.sd-social-icon .sd-content ul li a.sd-button,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content > ul > li .digg_button > a,
.sd-social-official .sd-content > ul > li > a.sd-button,
.sd-social-text .sd-content ul li a.sd-button {
	padding: 8px 10px 7px !important;
}
.sd-content ul li.share-custom a.sd-button {
	background: #72c3ad url('images/tipsaoss.png') 4px 3px no-repeat !important;
	padding-left: 40px !important;
	
}
.sd-content ul li.share-custom a.sd-button:hover {
	background-color: #57af97 !important;
}
.sd-content ul li.share-custom a.sd-button span,
.sd-content ul li.share-custom a.sd-button:hover span {
	background-image: none !important;
	color: #fff;
	font-size: 19px;
}

/* Footer */
.site-footer {
	background-color: #ffffff;
}
.add-footer {
	background-color: #3f4249;
	color: #f7f6ea;
	margin: 0;
	padding: 30px 0 15px;
}
.add-footer .footer-content {
  margin: 0 auto;
  max-width: 960px;
  text-align: center;
}
.add-footer .footer-content p {
	margin: 0;
}
.add-footer .footer-content a {
	color: #f7f6ea;
	text-decoration: none;
}
.add-footer .footer-content a:hover {
	color: #f7f6ea;
	text-decoration: underline;
}

img.linkbutton {
  opacity: 0.12;
  transition: all 0.5s ease 0s;
}
img.linkbutton:hover {
  opacity: 0.7;
}

/* Responsive menu */
.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
	color: #ffffff;
}

.custom_banners {
	max-width: 960px;
	margin: -30px auto 40px !important;
}
