/*
Theme Name: Florence
Theme URI: http://solopine.com/
Description: A WordPress Blog Theme
Author: Solo Pine Designs
Author URI: http://solopine.com
Version: 1.2.4
License: Themeforest Licence
License URI: http://themeforest.net/licenses
*/

/* Global reset */

@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700&subset=cyrillic,latin');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900,900i&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,400i,700,700i&display=swap&subset=latin-ext');


*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */
strong, b, strong *, b * { font-weight: bold; } em, i, em *, i * { font-style: italic; }


body {
	background:#f5f5f5;
	font-family:"Open Sans", sans-serif;
	font-size:0.9em;
}

p {
	font-family: "Open Sans", sans-serif;
   	font-size: 1em;
	line-height: 1.65em;
    color: #4a4a4a;
}

a {
	text-decoration:none;
	color:#5ea059;
}

h1,h2,h3,h4,h5,h6 {
	font-family:"Oswald", sans-serif;
}


.container {
	width:1080px;
	margin:0 auto;
}

#content {
	overflow:hidden;
}

#main {
	width:740px;
	float:left;
	margin-right:40px;
}
#main.fullwidth {
	width:100%;
}

#sidebar {
	width:300px;
	float:right;
}

/* Top Bar */

.fit-vids-style {
	display: none;
}

#top-bar {
	background:#fff;
	height:50px;
	position:fixed;
	width:100%;
	z-index:9999;
	-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	   -moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	        box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	-webkit-backface-visibility: hidden;
}

#top-bar .container {
	position:relative;
}

.slicknav_menu {
	display:none;
}

	/* Menu */
	.menu {
		float:left;
	}

	.menu li {
		display:inline-block;
		margin-right:26px;
		position:relative;
	}
	.menu li a {
		font-size:15px;
		text-transform:uppercase;
		letter-spacing:1px;
		line-height:50px;
		color:#777;
		display:block;
		font-weight: bold;
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
		
	}
	.menu .piroshatter a {
		color: rgba(255, 76, 76, 0.95);
	}
	.menu li.current-menu-item a, .menu li.current_page_item a, .menu li a:hover {
		color:#6fc680;
	}
	
		/*** DROPDOWN ***/
		.menu .sub-menu,
		.menu .children {
			background-color: #fff;
			display: none;
			padding: 0;
			position: absolute;
			margin-top:0;
			left: 0;
			z-index: 99999;
			-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
			-moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	        box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
		}
		
		ul.menu ul a,
		.menu ul ul a {
			color: #999;
			margin: 0;
			padding:6px 10px;
			min-width: 160px;
			line-height:20px;
			-o-transition:.25s;
			-ms-transition:.25s;
			-moz-transition:.25s;
			-webkit-transition:.25s;
			transition:.25s;
			border-top:1px solid #f4f4f4;
		}
		
		ul.menu ul li,
		.menu ul ul li {
			padding-right:0;
			margin-right:0;
		}

		ul.menu ul a:hover,
		.menu ul ul a:hover {
			color: #fff;
			background:#7caf62;
		}

		ul.menu li:hover > ul,
		.menu ul li:hover > ul {
			display: block;
		}
		
		.menu .sub-menu ul,
		.menu .children ul {	
			left: 100%;
			top: 0;
			
		}
	
	/* Header Search */
	#top-search {
		position:absolute;
		right:0;
		top:0;
		width:50px;
		text-align:center;
		margin-left:16px;
	}
	#top-search a {
		height:50px;
		font-size:14px;
		line-height:50px;
		color:#fff;
		background:#6db565;
		display:block;
		-webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
	}
	#top-search a:hover {
		opacity:.75;
	}
	.show-search {
		position:absolute;
		top:0px; /*50px*/
		margin-right: 51px;
		right:-1px;
		display:none;
		z-index:10000;
	}
	.show-search #searchform input#s {
		width:250px;
		height: 50px;
		font-size: 1.1em;
		background:#FFF;
		-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
		-moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	    box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
		border:1px solid #eee;
	}
	.show-search #searchform input#s:focus {
		border:1px solid #ddd;
	}

	.nincstalalat {
		font-size: 24px;
		background-color: #fff;
		padding: 50px;
		text-align: center;
		color: #000;
		line-height: 1.5em;
		    font-family: "Open Sans", sans-serif;
	}
	

/* Header */
#header {
	padding-top:50px;
	
}
#logotop {
	text-align:center;
	padding:30px 0 30px;
	display: none;
}
#mobile-logo {
    position: absolute;
    width: 100%;
    top: 0;
	text-align: center;
	display: none;
}

#mobile-logo img {
	height: 36px;
    margin-top: 7px;
}

#logotop img {
	max-width:138px;
	height:auto;
}

#logoaside {
	text-align:center;
	padding:30px 0 30px;
	display: none;
}

#logoaside img {
	width:220px;
	height:auto;
	margin: 35px 0px 20px;
}

/*----------------főoldal----------------------------*/
/*
#fooldal #fooldalfejlec {
	display: table;
	width: 100%;
}

#fooldal #hetimotto {
width: 69%;
display: table-cell;
vertical-align: middle;
}

#fooldal #logoaside {
width: 30%;	
display: table-cell;
padding: 0;
text-align: right;
}
#fooldal #logoaside img {
	margin: 0px;
}
#fooldal #lastposts {
	text-align: center;
}
#fooldal #lastposts article {
	width: 48%;
	margin: 0.7%;
    display: inline-flex;
}

*/

/*------------------- Relám--------------------------- */
#elougro {
	position: fixed;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
    background-color: rgba(0,0,0,0.75);
    display: none;
	z-index: 101;
	text-align: center;
}
#elougro #xlreklam {
	display: table-cell;
	vertical-align: middle;
}
#xlreklamkeret {
	max-width: 90%;
	max-height: 90%;
	margin: 0 auto;
}
#elougro #felugrokep {
	cursor: pointer;
	width: 100%;
	display: block;
}
#elougro #elougrobezar {
	position: absolute;
	cursor: pointer;
	top: 1%;
	right: 1%;
	width: 4%;
}
#elougro #elougrobezar:hover {
	top: 0.5%;
	right: 0.5%;
	width: 5%;
}
#xlreklam #xlreklamkeret p {
    display: block;
	font-style: italic;
	color: #848282;
	background-color: #f5f5f5;
}
.reklamblokkolo {
	display: none;
}
#reklam {
	display: inline-block;
	/*padding-bottom: 20px;*/
	background-color: #f5f5f5;
}
#webshopreklam {
	display: inline-block;
}
#reklam img, #webshopreklam img {
	width: 100%;
}
.reklamkicsi {
	display: none;
}
#alsoreklam {
	display: inline-block;
	margin: 3px 8px;
}
#galsoreklam {
	background-color: #f1f1f1;
    width: 100%;
	text-align: center;
	margin: 0px 0px 10px 0px;
	display: inline-block;
	padding-top: 10px;
}
#galsoreklam div {
	margin-bottom: -5px;
}
#galsoreklam span {
    font-size: 0.7em;
    display: block;
    font-style: italic;
    color: #848282;
}
#cikkreklam {
	background-color: #f1f1f1;
	width: 100%;
	text-align: center;
	margin: 0px 0px 25px 0px;
	display: inline-block;
}
#cikkreklam img{
	display: inline-block;
	margin: 15px 0px 0px 0px;
	width: 93%;
}
#cikkreklam span {
	font-size: 0.7em;
    display: block;
	font-style: italic;
	color: #848282;
}
/*------------------- Posts--------------------------- */
.lenyit {
	display: none;
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	padding-top: 5px;
	margin-top: -5px;
	background-image: url('/wp-content/themes/florence/img/csik2.png');
	background-repeat: no-repeat;
	background-size: 100% 2px;
	cursor: pointer;
}
.lenyit img {
	width: 35px;
	margin: auto;
}
.post, #main > .page {
	background:#fff;
	margin-bottom:50px;
	-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	   -moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	        box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
}
.post-img {
	text-align:center;
}
.post-img img {
	width:100%;
	height:auto;
}

.post-img.audio iframe {
	height:166px;
	width:100%;
}

.post-header {
	padding:20px 30px 24px;
	text-align:center;
}

.post-header h2 a, .post-header h1 {
	font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    /*font-family: "oswald";
	font-weight: 400;*/
	font-family: "Open Sans",sans-serif;
    font-weight: 700;
	/*-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;*/
}
.post-header h2 a:hover {
	opacity:.6;
}

.page .post-header h1 {
	margin-top:5px;
}

.post-header .cat a {
	text-transform:uppercase;
	font-weight:700;
	font-size:13px;
	letter-spacing:1px;
	display:inline-block;
	/*margin-bottom:8px;*/
	color: #4a4a4a;
}

.post-header .cat a:hover {
	text-decoration:underline;
}

#content #main .post-entry div:not(.inv-recaptcha-holder) > iframe, #content #main .post-entry p iframe {
	display: block;
	margin: 0 auto;
}
#content #main .post-entry .instagram-media {
	display: block!important;
	margin: 0 auto!important;
	width: 100%!important;
	max-width: 700px!important;
}
.post-entry .fb_post, .fb-post {
	display: block!important;
	text-align: center;
}

/*** Post Entry ***/
.post-entry, .post-entry-fo {
	padding:0 30px;
	font-size:16px;
	line-height:24px;
	margin-bottom:10px;
}
.post-entry-fo  {
	padding-bottom: 20px;
}
.forditva {
	-ms-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
}

.more-link {
	text-align:center;
	display:block;
}
.more-button {
	border:1px solid #e9e9e9;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:11px;
	padding:7px 16px 8px;
	display:inline-block;
	margin-top:12px;
	font-family:"Open Sans", sans-serif;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	display: none;
}
.more-button:hover {
	background:#5ea059;
	color:#fff;
	border:1px solid;
	border-color:#5ea059;
}

.post-entry img, .post-entry-fo img {
	max-width:100%;
	height:auto;
}

.post-entry a:hover, .post-entry-fo a:hover {
	text-decoration:underline;
}

.post-entry p, .post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6, .post-entry hr, .post-entry-fo p, .post-entry-fo h1, .post-entry-fo h2, .post-entry-fo h3, .post-entry-fo h4, .post-entry-fo h5, .post-entry-fo h6 {
	margin-bottom:22px;
}
.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6, .post-entry-fo h1, .post-entry-fo h2, .post-entry-fo h3, .post-entry-fo h4, .post-entry-fo h5, .post-entry-fo h6 {
	color:#000;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
}
.post-entry h1, .post-entry-fo h1 {
	font-weight:900;
	font-size:1.7em;
}
.post-entry h2, .post-entry-fo h2 {
	font-weight:900;
	font-size:1.5em;
}
.post-entry h3, .post-entry-fo h3 {
	font-weight:700;
	font-size:1.3em;
}
.post-entry h4, .post-entry-fo h4 {
	font-weight:700;
	font-size:1.2em;
}
.post-entry h5, .post-entry-fo h5 {
	font-weight:500;
	font-size:1.1em;
	margin-bottom: 0.5em;
}
.post-entry h6, .post-entry-fo h6 {
	font-weight:500;
	font-size:1em;
}
.post-entry hr, .post-entry-fo hr {
	border:0;
	height:0;
	border-bottom:1px solid #e5e5e5;
	clear:both;
}
.post-entry blockquote:not(.tiktok-embed), .post-entry-fo blockquote:not(.tiktok-embed) {
	border-left:4px solid;
	border-color:#5ea059;
}
.post-entry blockquote p, .post-entry-fo blockquote p{
	color:#999;
	padding:0px 0px 0px 18px;
	font-size: 1.05em;
	line-height: 1.5em;
	font-style:italic;
}
.post-entry ul, .post-entry ol, .post-entry-fo ul, .post-entry-fo ol {
	padding-left:45px;
	margin-bottom:20px;
	color: #4a4a4a;
	font-size: 14px;
}
.post-entry ul ul, .post-entry-fo ul ul {
	margin-bottom:0px;
}
.post-entry ul li, .post-entry-fo ul li {
	margin-bottom:4px;
	list-style:disc;
}
.post-entry ul ul li, .post-entry-fo ul ul li {
    list-style: circle;
}
.post-entry ol li, .post-entry-fo ol li {
	margin-bottom:4px;
	list-style:decimal;
}
.post-entry table { width:100%; margin-bottom:22px; border-collapse:collapse }
.post-entry td, .post-entry th { padding: 12px; border-bottom: 1px #e5e5e5 solid; }
.post-entry th { font-weight:bold; font-size:14px; background:#f5f5f5;}
.post-entry tr:hover {
	background:#f9f9f9;
}
	
.post-meta {
	padding:0 30px 30px;
	overflow:hidden;
}
.post-meta .meta-info {
	color:#a5a5a5;
	margin-right:8px;
	font-family: "Oswald", sans-serif;
	letter-spacing: 1px;
	float:left;
	margin-top:6px;
	font-size: 14px;
}
.post-share {
	float:right;
	font-size:12px;
}
.post-share a i {
	border:1px solid #e8e8e8;
	width:22px;
	height:22px;
	text-align:center;
	line-height:23px;
	border-radius:50%;
	margin-left:3px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}
.post-share a i:hover {
	background:#5ea059;
	color:#fff;
	border:1px solid #EF9D87;
	border-color:#5ea059;
}

/*** Post Author ***/
.post-author {
	padding: 30px 30px 20px 30px;
	overflow:hidden;
	border-top:1px solid #eee;
}

.author-img {
	float:left;
	margin-right:30px;
}
.author-img img {
	border-radius:50%;
}
.post-author .author-img img {
	width: 120px;
	height: auto;
}
.author-content {
	overflow:hidden;
}
.author-content h5 a {
	font-size:14px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-bottom:8px;
	color:#000;
	display:block;
}

.author-content p {
	margin-bottom: 10px;
    text-align: justify;
    font-size: 1.1em;
}

.author-content .author-social {
	font-size: 1.35em;
    color: #bbb;
    display: inline-block;
    margin: 10px 12px 0px 0px;
}
.author-content a.author-social:hover {
	color:#5ea059;
}

.author-content-title {
	margin: 10px;
	text-align: center;
}
.author-box .author-content-title h1 {
	margin: 0px;
}

.post-header-meta-info {
    display: flex;
    align-items: center;
	/*justify-content: center;*/
	justify-content: space-between;
	margin-bottom: 12px;
}
.post-header-meta-info .szerzo-kep {
	display: inherit;
}
.post-header-meta-info .szerzo-kep img {
	border-radius: 50%;
}
.post-header-meta-info .vcard {
	display: inherit;
	align-items: center;
}

.post-header-meta-info .vcard a {
	margin-left: 10px;
	color: unset;
	font-weight: 700;
	color: #4a4a4a;
}
.post-header-meta-info .vcard  a:hover {
	text-decoration: underline;
}
.post-header-meta-info .updated {
	font-weight: 700;
	/*color: #4fc8d9;*/
	color: #4a4a4a;
}
/*.post-header-meta-info .vcard, .post-header-meta-info .updated {
	border-right: 2px solid black;
}*/

/*** Post Pagination ***/
.post-pagination {
	border-top:1px solid #eee;
	overflow:hidden;
}
.post-pagination a {
	font-size:11px;
	padding:15px 30px;
	display:block;
	color:#aaa;
	letter-spacing:1px;
	text-transform:uppercase;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}
.post-pagination a i {
	font-size:12px;
}
.post-pagination .pagi-prev {
	float:left;
	width:50%;
}
.post-pagination .pagi-next {
	float:right;
	width:50%;
	text-align:right;
}
.post-pagination a:hover {
	background:#5ea059;
	color:#fff;
}

/** Post tags ***/
.post-tags {
	margin-top:30px;
	margin-bottom:-15px;
	padding-bottom:13px;
}
.post-cats {
	margin-top:30px;
	margin-bottom:-15px;
	padding-bottom:13px;
	display: block;
}
.post-tags a, .post-cats a {
	font-family:"Open Sans", sans-serif;
	font-size:10px;
	letter-spacing:2px;
	text-transform:uppercase;
	background:#f2f2f2;
	color:#666;
	padding:1px 6px 2px 8px;
	margin-right:7px;
	border-radius:3px;
	margin-bottom:5px;
	display:inline-block;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}
.post-tags a:hover, .post-cats a:hover {
	background:#ddd;
	color:#666;
	text-decoration:none;
}

/*** Post Related ***/
.post-related {
	background:#fff;
	padding:22px 30px;
	margin-top:-15px;
	margin-bottom:50px;
	-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	   -moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	        box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	overflow:hidden;
	    list-style: none;
		text-align: center
}
.post-related .item-related:nth-child(5){
	display: none;
}
.block-heading {
	text-align:center;
	font-size:14px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-bottom:22px;
	color:#000;
	display:block;
}

.item-related {
	width:212px;
	margin-right:18px;
	height: auto;
    position: relative;
   vertical-align: bottom;
    display: inline-block;
}

	.fullwidth .item-related {
		width:320px;
		margin-right:30px;
	}
	
.post-related .item-related:nth-child(5), .fullwidth .item-related:nth-child(5)  {
	margin-right:0;
}
.item-related img {
	max-width:100%;
	height:auto;
	margin-bottom:3px;
    vertical-align: bottom;
}
.item-related-title {
	background: rgba(0,0,0,.5);
    bottom: 3px;
    left: 0;
    padding: 7px;
    position: absolute;
    right: 0;
    border-bottom: none;
    display: inline-block;
    text-transform: uppercase;
    /*padding-bottom: 20px; -ha van dátum akkor ez kell */
}
.item-related-title a {
	color: #FFF;
    font-size: 12px;
    letter-spacing: 0.7px;
    text-decoration: none;
    display: block;
	max-height: 4.2em;
    overflow: hidden;
	text-overflow: ellipsis;
    font-family: "Oswald", sans-serif;
}
.item-related span.date {
	font-size: 10px;
    text-transform: uppercase;
    margin-top: -20px;
    margin-left: 10px;
    color: rgba(255,255,255,.7);
    position: absolute;
}

.item-related:hover > .item-related-title {
  background: rgba(0,0,0,.8);
	moz-transition: .3s;
	ms-transition: .3s;
	o-transition: .3s;
	transition: .3s;
	webkit-transition: .3s;
}


/*** Comments ***/
.post-comments {
	background:#fff;
	padding:22px 30px 1px;
	margin-top:-15px;
	margin-bottom:50px;
	-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	   -moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	        box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
}

.thecomment {
	border-bottom:1px solid #cccccc;
	padding-bottom:34px;
	margin-bottom:34px;
}

.thecomment .author-img {
	float:left;
	margin-right:25px;
}
.thecomment .author-img img {
	border-radius:50%;
}
.thecomment .comment-text {
	overflow:hidden;
}
.thecomment .comment-text span.author, .thecomment .comment-text span.author a {
	display:block;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-bottom:6px;
	color:#000;
	font-family:"Oswald";
}
.thecomment .comment-text span.author a:hover {
	text-decoration:underline;
}

.thecomment .comment-text span.date {
	font-size:11px;
	color:#999;
	font-style:italic;
	display:block;
	margin-bottom:10px;
}

.thecomment .comment-text em {
	font-size:13px;
	margin-bottom:-14px;
	display:block;
	color:orange;
	letter-spacing:1px;
}
.thecomment .comment-text em i {
	font-size:14px;
	color:#f3bd00;
}

.post-comments span.reply a {
	float:right;
	font-size:10px;
	background-color:#ccc;
	color:#FFF;
	padding:3px 6px 5px 6px;
	border-radius:2px;
	margin-left:7px;
	font-family:"Lato";
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.post-comments span.reply a.comment-edit-link {
	background:#c5c5c5;
}
.post-comments span.reply a:hover {
	opacity:.8;
}

ul.children { margin: 0 0 0 55px; }
ul.children li.thecomment { margin:0 0 8px 0; }

/** Reply **/
#respond {
	overflow:hidden;
	margin-bottom:20px;
}

#respond  h3 {
	font-size:14px;
	color:#999;
	font-weight:400;
	margin-bottom:20px;
	letter-spacing:2px;
	text-transform:uppercase;
}

#respond h3 a {
	color:#000;
	display:inline-block;
}

#respond h3 small a {
	text-transform:uppercase;
	font-size:11px;
	background:#333;
	color:#FFF;
	padding:4px 6px 5px;
	border-radius:3px;
	margin-left:7px;
	letter-spacing:1px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
#respond h3 small a:hover {
	opacity:.8;
}

#respond label {
	color:#888;
	width:80px;
	font-size:14px;
	display:inline-block;
	font-weight:300;
}
#respond input {
	display: block;
	margin: 0 auto;
	margin-bottom:15px;
    height: 30px;
    padding: 4px 7px;
	font-size: 1em;
	width:96%;
	border: 1px solid #cccccc;
}
#respond input::placeholder {
	color:#9c9c9c;
}
#respond .comment-form-url {
	margin-bottom:10px;
}
#respond textarea {
	border: 1px solid #cccccc;
	display: block;
	margin: 0 auto;
	padding: 10px;
	width:96%;
	height:150px;
	margin-bottom:20px;
	line-height:20px;
	font-size: 1em;
	font-family:"Open Sans", sans-serif;
}
#respond textarea::placeholder {
	color:#9c9c9c;
}

#respond #submit {
	font-family:"Open Sans", sans-serif;
	padding: 15px 30px;
    cursor: pointer;
    background-color: #588D66;
    border: none;
    color: white;
    text-decoration: none;
    transition: 0.3s;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
	height: unset;
	font-size: 1.1em;
	width: unset;
}

#respond #submit:hover {
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}

/** PAGINATION */

.pagination {
	margin-bottom:20px;
	overflow:hidden;
}

.pagination a {
	padding: 14px 20px;
	display:inline-block;
	font-family:"Open Sans", sans-serif;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size:11px;
	background:#fff;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}
.pagination a:hover {
	text-decoration:none;
	color:#fff;
	background:#5ea059;
}
.pagination .newer {
	float:left;
	
}
.pagination .older {
	float:right;
	
}

/** SIDEBAR */

.widget {
	margin-bottom: 35px;
	text-align: center;
}

.widget img {
	max-width:100%;
	height:auto;
}

.widget-heading {
    overflow: hidden;
    text-align: center;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom:20px;
	color:#161616;
 }
.widget-heading > span{
    position: relative;
    display: inline-block;
}
.widget-heading > span:before, .widget-heading > span:after{
    content: "";
    position: absolute;
    top: 50%;
    border-bottom: 1px solid;
    border-color:#d8d8d8;
    width: 591px;
    margin: 0 14px;
}
.widget-heading > span:before{
    right: 100%;
}
.widget-heading > span:after{
    left: 100%;
}

.widget ul {
    text-align: left;
}

.widget a:hover {
	text-decoration:underline;
}

.widget ul li {
	margin-bottom:7px;
	padding-bottom:7px;
	border-bottom:1px dotted #d5d5d5;
}
.widget ul li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}

.widget input, .widget select {
	border:1px solid #e5e5e5;
	color:#999;
	padding:9px 7px;
	width:100%;
}

.widget_text {
	margin-bottom:30px;
}

#hetimotto {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.35em;
    line-height: 1.25em;
}
#hetimotto span {
	margin-top: 15px;
	text-align: right;
	display: block;
	font-size: 0.92em;
}

.iframe-container {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}
   
.iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

 /*------------------blogok és interjúk------------------*/

 .rpwe-block ul{
list-style: none;
margin-left: 0 !important;
padding-left: 0 !important;
}

.widget .rpwe-block ul li{
    height: auto;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    padding-bottom: 0px;
}

.rpwe-title a {
    color: #FFF;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    display: block;
    font-family: "Oswald", sans-serif;
}

.rpwe-title a:hover {
	text-decoration: none;
}

.widget .rpwe-block ul li img{
width: 100%;
    vertical-align: bottom;
}

.widget .rpwe-block ul li:hover > .rpwe-title {
  background: rgba(0,0,0,.8);
	moz-transition: .3s;
	ms-transition: .3s;
	o-transition: .3s;
	transition: .3s;
	webkit-transition: .3s;
}

.rpwe-title{
    background: rgba(0,0,0,.5);
    bottom: 0px;
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    border-bottom: none;
    display: inline-block;
text-transform: uppercase;
padding-bottom: 20px;
}

.rpwe-summary{
font-size: 13px;
color: #4a4a4a;
line-height: 1.5;
}

.rpwe-time{
    font-size: 10px;
    text-transform: uppercase;
    margin-top: -20px;
margin-left: 10px;
    color: rgba(255,255,255,.7);
    position: absolute;
}

.rpwe-comment{
color: #bbb;
font-size: 11px;
padding-left: 5px;
}

.rpwe-alignleft{
display: inline;
float: left;
}

.rpwe-alignright{
display: inline;
float: right;
}

.rpwe-aligncenter{
display: block;
margin-left: auto;
margin-right: auto;
}

.rpwe-clearfix:before,
.rpwe-clearfix:after{
content: "";
display: table !important;
}

.rpwe-clearfix:after{
clear: both;
}

.rpwe-clearfix{
zoom: 1;
}

	/*** About Widget ***/
	.about-widget img {
		margin-bottom:8px;
	}
	
	/** Social Widget **/
	.widget-social {
		text-align:center;
	}

	.widget-social a:first-child {
		margin-left:0;
	}
	.widget-social a:last-child {
		margin-right:0;
	}

	.widget-social a i {
		height:28px;
		width:28px;
		text-align:center;
		line-height:28px;
		background:#5ba36a;
		color:#fff;
		border-radius:50%;
		margin:0 2px 4px;
		font-size:14px;
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
	}

	.widget-social a:hover {
		opacity:.8;
	}
	.widget-social a:hover > i {
		opacity:.8;
	}
	
	/** WIDGET ITEMS **/
	.widget ul.side-newsfeed li {
		list-style-type:none;
		margin-bottom:17px;
		padding-bottom:13px;
		margin-left:0;
	}
	.widget ul.side-newsfeed li:last-child {
		margin-bottom:0;
		padding-bottom:0;
	}
	.widget ul.side-newsfeed li .side-item {
		overflow:hidden;
	}
	.widget ul.side-newsfeed li .side-item .side-image {
		float:left;
		margin-right:14px;
	}
	
	.widget ul.side-newsfeed li .side-item .side-image img {
		width:88px;
		height:auto;
	}
	
	.widget ul.side-newsfeed li .side-item .side-item-text {
		overflow:hidden;
	}
	.widget ul.side-newsfeed li .side-item .side-item-text h4 a {
		margin-bottom:1px;
		color:#000;
		display:block;
		font-size:13px;
		font-family:"Open Sans", sans-serif;
	}
	.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
		font-size:11px;
		color:#999;
		font-style:italic;
	}
	
	/** Instagram widget support **/
	.instag ul.thumbnails > li, .jr-insta-thumb ul > li {
		width:32% !important;
	}
	.instag ul.thumbnails > li img:hover, .jr-insta-thumb ul > li img:hover {
		opacity:.8;
	}
	.instag ul li, .jr-insta-thumb ul li {
		margin:0;
		padding-bottom:0;
		border-bottom:none;
	}
	.pllexislider ul li {
		margin:0;
		padding-bottom:0;
		border-bottom:none;
	}
	
	/*** Widget categories ***/
	.widget_categories {
		color:#a5a5a5;
	}
	.widget_categories a {
		margin-right:10px;
	}
	
	/*** Tagcloud widget ***/
	
	.widget .tagcloud a {
		font-size:10px !important;
		letter-spacing:1px;
		text-transform:uppercase;
		background:#5ea059;
		color:#fff;
		padding:6px 8px 7px;
		margin-right:5px;
		margin-bottom:8px;
		display:inline-block;
		border-radius:2px;
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
	}
	.widget .tagcloud a:hover {
		opacity:.6;
		text-decoration:none;
	}
	
	/*** Calender widget ***/
	#wp-calendar {width: 100%; }
	#wp-calendar caption { text-align: right; color: #777; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
	#wp-calendar thead { font-size: 12px;  }
	#wp-calendar thead th { padding-bottom: 10px; }
	#wp-calendar tbody { color: #aaa; }
	#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
	#wp-calendar tbody td a { font-weight:700; color:#222; }
	#wp-calendar tbody td:hover { background: #fff; }
	#wp-calendar tbody .pad { background: none; }
	#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
	#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
	#wp-calendar thead th { padding-bottom: 10px; text-align: center; }
	
	/*** Search Widget ***/
	#searchform input#s {
		border: 1px solid #e5e5e5;
		background:#fff url(img/searchsubmit.png) no-repeat 96% 13px;
		padding:14px 14px;
		font-size:11px;
		color:#4e4e4e;
		letter-spacing:1px;
		box-sizing: border-box;
	}
	
	#searchform #s:focus { outline:none; }

	/** searchbar for widget ***/
	.widget #searchform input#s { 
		width:300px;
	}

	#olvastadmar {
		display: none;
	}
	
/*-------------- FOOTER ------------------*/
#footer {
	margin-top:50px;
	background:#fff;
}

#footer-instagram {
	text-align:center;
	overflow:hidden;
	background:#fff;
}
#footer-instagram h4.block-heading {
	margin-bottom:30px;
	padding-top:30px;
	color:#000;
}

.widget-instagram .instag ul.thumbnails > li, .widget-instagram .jr-insta-thumb ul > li {
	width:12.5% !important;
	display:inline;
	float:left;
	margin-bottom:-6px;
	padding:0 !important;
}
.jr-insta-thumb .thumbnails {
	padding:0 !important;
}



/*** Footer Social ***/
#footer-social {
	padding:30px 0;
	background:#619654;
	text-align:center;
}

#footer-social a {
	margin:0 36px 0 0;
	color:#fff;
	font-family:"Open Sans", sans-serif;
	font-size:11px;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:1px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}
#footer-social a:first-child {
	margin-left:0;
}
#footer-social a:last-child {
	margin-right:0;
}

#footer-social a i {
	height:28px;
	width:28px;
	text-align:center;
	line-height:28px;
	background:#fff;
	color:#619654;
	border-radius:50%;
	margin-right:5px;
	font-size:14px;
}

#footer-social a:hover {
	text-decoration:none;
	opacity:.8;
}
#footer-social a:hover > i {
	opacity:.8;
}

/*** Footer Copyright ***/
#footer-copyright {
	padding:20px 0px;
	font-size: 13px;
	color:#999;
	background:#fff;
	overflow:hidden;
}
#footer #footer-copyright .container {
	text-align: center;
}
#footer-copyright span.left {
	float:left;
	padding-top: 5px;
}

#footer-copyright .to-top {
	float:right;
	font-size:10px;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:1px;
	color:#aaa;
	padding-top: 5px;
}
#footer-copyright .to-top i {
	font-size:14px;
	margin-left:3px;
}

#footer-copyright .to-top:hover {
	text-decoration:none;
}

.footer-menu {
	padding-left: 10px;
	display: inline-block;
}

.footer-menu li {
	display: inline-block;
	margin: 5px 10px 5px 0px;
}

/* Archive */
.archive-box {
	background:#fff;
	padding:18px;
	margin-bottom:30px;
	-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	   -moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	        box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	text-align:center;
}

.archive-box span {
	font-size:11px;
	font-style:italic;
	letter-spacing:1px;
	color:#999;
	margin-bottom:4px;
	display:inline-block;
}
.archive-box h1 {
	font-size:28px;
	letter-spacing:5px;
	text-transform:uppercase;
}

/* 404 Page */
.error-page {
	text-align:center;
	padding-top:50px;
}
.error-page h1 {
	font-size:190px;
}
.error-page p {
	color:#888;
}

/*---------------------author----------------*/

.author-box {
	background:#fff;
	padding:18px;
	margin-bottom:30px;
	-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	-moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	text-align:left;
}

.author-box .author-img {
	float: none;
	display: inline-block;
	width: 20%;
	height: auto;
	margin: 10px 30px 0px 10px;
}
.author-box .author-img img {
	width: 100%;
    height: auto;
}

.author-box h1 {
	font-size:28px;
	font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
	font-weight: bold;
}

.author-box .author-content {
    overflow: hidden;
    width: 70%;
	display: inline-block;
	vertical-align: top;
}
.author-box .author-content p {
	font-size: 1.2em;
	margin-bottom: 20px;
	text-align: justify;
}



.author-box #author-social {
	display:inline-block;
}
.author-box #author-social a {
	color: #525252;
	font-size: 1.5em;
}
.author-box #author-social a:hover {
	color: #5ea059;
}


/*** Contact Form 7 */
.wpcf7 p {
	/*width:94%;
	margin: 0 auto;*/
}
div.wpcf7 {
	overflow:hidden;
	margin-top:40px;
}
.wpcf7 input, .wpcf7 textarea {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    height: 30px;
    padding: 4px 7px;
    font-size: 1em;
    width: 96%;
    border: 1px solid #cccccc;

}
.wpcf7 textarea {
	border: 1px solid #cccccc;
    display: block;
    margin: 0 auto;
    padding: 10px;
    width: 96%;
    height: 150px;
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 1em;
    font-family: "Open Sans", sans-serif;
}
.wpcf7-radio .wpcf7-list-item {
	display: block;
	margin-bottom: 20px;
}
.wpcf7-radio .wpcf7-list-item  .wpcf7-list-item-label {
	vertical-align: top;
}
.wpcf7 input[type="radio"] {
    display: inline-block;
    margin: 0 auto;
    height: 30px;
    padding: 4px 7px;
    font-size: 1em;
    width: 18px;
    border: 1px solid #cccccc;
}

#contact-recaptcha {
	margin: 0 auto;
	width: 304px;
}
.wpcf7 .wpcf7-submit {
    font-family: "Open Sans", sans-serif;
    padding: 15px 30px;
    cursor: pointer;
    background-color: #588D66;
    border: none;
    color: white;
    text-decoration: none;
    transition: 0.3s;
	display: block;
	margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 0px;
    height: unset;
	font-size: 1.2em;
	width: unset;
}
.wpcf7 .wpcf7-submit:hover {
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}

/* WordPress Core  */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 17px 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;
    max-width: 100%;
    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;
	width: 100%;
    padding: 0;
}

.wp-caption p.wp-caption-text {
	font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
    font-style: italic;
    margin-top: -7px;
    padding-top: 7px;
	border-bottom: 1px solid #f0f0f0;
	border-top: none;
	margin-bottom: 17px;
}

.fotos {
	font-size: 11px;
	display: block;
}

#boritokepmeta {
	font-size: 0.95em;
    color: #616060;
}

.galeria .wp-caption p.wp-caption-text {
	padding-top: 1px;
}

/*** Custom WordPress gallery style ***/
#main .gallery {
	text-align: center;
	margin-bottom: 15px;
}
#main .gallery .gallery-item {
	float: none;
	display: inline-block;
	width: auto;
	margin: 10px;
}
.gallery .gallery-caption{  
    font-size:12px;
	color:#888;
	font-family:"Open Sans";
}  
  
#main .gallery .gallery-icon img{  
    border: none;
}  
#main .gallery .gallery-icon img:hover {
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
	transition: 0.3s;
}
#main .gallery br {
	display: none;
}

/* Custom CSS for WP Instagram Widget plugin */
#footer-instagram .instagram-pics li {
	width:12.5%;
	display:inline-block;
}
#footer-instagram .instagram-pics li img {
	max-width:100%;
	height:auto;
	vertical-align:middle;
}
#sidebar .instagram-pics li {
	width:32%;
	display:inline-block;
	border-bottom:none;
	padding:0;
	margin:0;
	margin-right:2%;
}
#sidebar .instagram-pics li:nth-of-type(3n+3) {
	margin-right:0;
}

/* Custom CSS for Mailchimp widget */
.mc4wp-form input {
	box-sizing:border-box;
	margin-bottom:8px;
	padding:12px;
}
.mc4wp-form input:focus {
	outline:none;
}

.mc4wp-form input[type=submit] {
	background:#111;
	color:#fff;
	font-family:"Oswald";
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:13px;
	padding:10px;
	cursor:pointer;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.mc4wp-form input[type=submit]:hover {
	opacity:.8;
}

.googlepublisherpluginad {
display: none;
}

.regular .post-meta {
	display: none;
}

/*------------------------komment doboz középre---------------*/

#respond  input {
	width: 96%;
}

#respond .gglcptch_recaptcha div {
	margin: 10px auto;
}

#respond .form-submit {
	text-align: center;
}


/*----------------------címkefelhő középre----------------------*/


.widget_cardoza_3d_tagcloud #myCanvasContainer {
	text-align: center;
}

/*-----------------------kincsesláda--------*/

.kincsespostimg {
	margin-bottom: -5px;
}
#kincseslada {
	margin: 0 !important;
    padding: 0 !important;
	list-style: none;
	text-align: center;
}

#kincseslada li {
	list-style: none;
	height: auto;

    position: relative;
    padding-bottom: 0px;
	width: 45%;
	margin: 2.5%;
	display: inline-block;
}

#kincseslada .keret {
	vertical-align:middle;
}

#kincseslada h2 {
	padding-top: 50px;
	margin-bottom: 40px;
	font-size: 30px;
}


#kincseslada li img {
	vertical-align: middle;
	width: 100%;
}

#kincseslada li .kincsescim {
	background: rgba(0,0,0,.5);
    bottom: 0px;
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    border-bottom: none;
    display: inline-block;
}

#kincseslada li .kincsescim a {
    color: #FFF;
    font-size: 1em;
    letter-spacing: 1px;
    text-decoration: none;
    display: block;
    font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	margin: 0;
    padding: 0;
	line-height: normal;
}

#kincseslada li:hover > .kincsescim {
  background: rgba(0,0,0,.8);
	moz-transition: .3s;
	ms-transition: .3s;
	o-transition: .3s;
	transition: .3s;
	webkit-transition: .3s;
}
 /*--------temak--------------*/

 #kincsesladatemak {
	margin: 0 !important;
    padding: 0 !important;
	list-style: none;
	text-align: center;
}

#kincsesladatemak li {
	list-style: none;
	height: auto;
    position: relative;
    padding-bottom: 0px;
	width: 45%;
	margin: 2.5%;
	display: inline-block;
}

#kincsesladatemak li .kincsestext {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
#kincsesladatemak li .kincsestext p {
    margin: 0;
    color: #fff;
	font-size: 2em;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
	line-height: 1.4em;
	margin: 10px;
}
#kincsesladatemak li .kincsestakaro {
	background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0; right: 0;
	    bottom: 0; left: 0;
    width: 100%;
	height: 97%;
	text-align: center;
	vertical-align:middle;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#kincsesladatemak li:hover .kincsestakaro {
	background-color: rgba(0,0,0,0);
}
#kincsesladatemak li:hover .kincsestext p {
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
	moz-transition: .3s;
	ms-transition: .3s;
	o-transition: .3s;
	transition: .3s;
	webkit-transition: .3s;
}


/*------------------------rólunk---------------------------*/
#rolunkcsapat {
	text-align: center;
	margin-bottom: 50px;
}
#rolunkcsapat a:hover {
	text-decoration: none;
}
#rolunkcsapat .egyember {
    width: 30%;
	display: inline-block;
	position: relative;
	margin: 1.5% 1%;
}
#rolunkcsapat .egyember img{
width: 90%;
}
#rolunkcsapat .egyember .egyembernev {
	width: 90%;
    background: rgba(0,0,0,.5);
	bottom: 6px;
    left: 5%;
	position: absolute;
}
#rolunkcsapat .egyember .egyembernev p {
	font-weight: bold;
	font-size: 1.1em;
	color: #fff;
	padding: 10px 5px 10px 5px;
	line-height: 1.2em;
	margin: 0px;
}

#rolunkcsapat .egyember:hover .egyembernev {
	background: rgba(0,0,0,.8);
	transition: .3s;
}

/*-------------------------------médiaajánlat---------------------*/

#mediaajanlat #statisztikakepek{
	text-align: center;
}

#mediaajanlat #statisztikakepek img {
	width: 44%;
	height: auto;
	margin: 2%;
	display: inline-block;
}
#mediaajanlat table {
	margin-top: 40px;
	margin-bottom: 40px;
	word-break: break-word;
}
#mediaajanlat table thead {
	background-color: #008080;
	color: #ffffff;
}
#mediaajanlat table thead tr:hover {
	background-color: #008080;
}
#mediaajanlat table thead td {
	vertical-align: middle;
	text-align: center;
	padding: 20px;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}
#mediaajanlat table tbody td {
	vertical-align: middle;
	text-align: center;
}

#mediaajanlat #banner_elhelyezes {
	border: 1px solid #d0cece;
}

#mediaajanlat .post {
	margin-bottom: 0px;
	display: inline-block;
}

#mediaajanlat #medialableckep {
	width: 100%;
	margin-bottom: 50px;
}

/*------------------------------------fb doboz-------------------*/

#evangelizalj {
	margin-bottom: -15px;
}
#evangelizalj img {
	max-width: 20px;
    margin: 0px 0px -5px 5px;
}
#evangelizalj p {
	margin: 20px 0px 0px 9px;
	font-weight: bold;
	display: inline-block;
}
#evangelizalj #tamogatom {
	float: right;
}
#tamogatas {
	margin-top: 20px;
	background-color: #f5f5f5;
	display: table;
	table-layout: fixed;	
}
#tamogatas p {
	color: #6db565;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 15px;
	font-size: 1.2em;
}
#tamogatas div {
	display: table-cell;
	width: 33%;
	padding: 15px;
	vertical-align: middle;
}
#tamogatas div input {
	width: 100%;
}
#cikkuzenet #uzenet {
	text-align: center;
	font-weight: bold;
	margin: 57px 0px;
	font-size: 1.1em;
}
#fordito p {
	text-align: center;
	margin-bottom: 25px;
	font-size: 0.95em;
}
#fordito p span {
	font-weight: bold;
	font-style: italic;
}
#fbdoboz {
	padding-top: 10px;
}
#fbdoboz .fb-like {
	margin: 10px 8px 15px 0px;
	display: block;
}
#fbdoboz .fb-like iframe {
	width: unset !important;
}

#content #main .post-entry #fbdoboz iframe {
	display: inline-block;
}

/*----------------------------------embed-----------------------*/

.wp-embedded-content {
	margin: 0 auto;
	display: block;
	width: 80% !important;
	min-height: 270px !important;
	position: relative !important;
}

/*--------------------------TWITTER-------------------------------*/

.twitter-tweet {
	margin: 0 auto;
}



/*-------------------------népszerű bejegyzések----------------*/


.tptn_posts_daily ul, .tptn_posts ul {
	margin:0 !important;
	padding:0 !important;
}

.widget .tptn_posts_daily ul li, .widget .tptn_posts ul li {
	height: auto;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
	padding-bottom: 0px;
}
.widget .tptn_posts_daily ul li img {
	width: 100%;
    /*height: 150px;*/
	vertical-align: bottom;
}


 
.tptn_after_thumb {
	background: rgba(0,0,0,.5);
    bottom: 0px;
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0;
	border-bottom: none;
	display: inline-block;
}
.tptn_after_thumb span {
      color: rgba(255,255,255,.7);
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tptn_after_thumb .tptn_title {
    color: #FFF;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
	display: block;
	font-family: "Oswald", sans-serif;
}

.tptn_after_thumb .tptn_link:hover {
	text-decoration: none;
}

.tptn_excerpt {
	display: block;
}

.tptn_posts_daily .popular-number, .tptn_posts .popular-number {
    background-color: #6db565; /*#3498db;*/
    border: 4px solid #FFF;
    border-radius: 50%;
    bottom: -24px;
    color: #FFF;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding: 9px 15px;;
    position: absolute;
    right: 12px;
}

.widget .tptn_posts_daily ul li:hover > .tptn_after_thumb {
  background: rgba(0,0,0,.8);
	moz-transition: .3s;
	ms-transition: .3s;
	o-transition: .3s;
	transition: .3s;
	webkit-transition: .3s;
}

/*---------------galéria------------------*/

.galeria .galeria-hidden {
	display: none;
}

.galeria a.title  {
	visibility:hidden;
}

.galeria span {
	display: block;
	text-align: center;
	margin: 5px 0px 10px 0px;
	font-style: italic;
	font-size: 1.1em;
}

#main .instagram-media {
	margin: 0 auto;
}

.post-entry .fb-video {
	text-align: center;
    display: inherit;
}

/*-------------------------mobil menü-------------------------*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: left;  line-height: 27px; cursor: pointer;  height:27px;}
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul, .slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
.slicknav_menu { *zoom: 1 }

.slicknav_menu {
    font-size:16px;
}
.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration:none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  
	margin-left:10px;
}
.slicknav_menu  .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #c2c2c2;
}
.slicknav_menu {
    background:#ffffff;
    padding:6px;
}
.slicknav_nav {
    color:#fff;
    margin:0;
    padding:0;
    font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
}
.slicknav_nav .slicknav_row {
    padding:5px 10px;
    margin:2px 5px;
}
.slicknav_nav a{
    padding:5px 10px;
    margin:2px 5px;
    text-decoration:none;
    color:#777;
	font-family:"Open Sans", sans-serif;
	font-size: 1em;
	font-weight:bold;
	letter-spacing:2px;
	text-transform:uppercase;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav a:hover{
    color:#6fc680;
    background:#f5f5f5;
    background:none;
}
.slicknav_nav .slicknav_txtnode {
    margin-left:15px;   
}

.slicknav_menu .slicknav_no-text {
	margin-top:7px;
}


/*------------------------widget reklám-----------------------*/

#related-widget .rltd_title_outer {
	width: 100%;
	box-sizing: border-box;
}

/*-------------------------------------időzítő-----------------*/
.tizezrenkeret {
	display: none;
	/*visibility: hidden;*/
}
#idozito {
	font-size: 3.5em;
	margin-top: -85px;
	margin-left: -50px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #d7ad7a;
	font-family: 'Titillium Web', sans-serif;
}
.tizezrenkeret #idozito {
	margin-left: 333px;
}


/*-------------------------responsive--------------------------*/

.slicknav_menu {
	display:none;
}

@media only screen and (min-width: 1370px) {
.container {
	width:1310px;
}
.post-header h2 a, .post-header h1 {
	font-size:23px;
}
#main {
	width:970px;
	margin-right:40px;
	margin-top: 35px;
}
.menu {
	/*text-align: center;*/
	width: 970px;
}
.menu li {
   margin-right: 40px;
}
.menu li a {
   letter-spacing: 2px;
}
#logotop {
	display: none;
}
#logoaside {
	display: inline;
}
#kincseslada li {
	width: 266px;
	margin: 12px;
}
.post-related {
	padding:22px 18px;
}
.post-related .item-related:nth-child(5) {
	display: inline-block;
}
.item-related {
	width:212px;
	margin-right:15px;
}
#fbdoboz {
	padding-top: 15px;
}

}
@media only screen and (max-width: 1370px){
	#idozito {
		font-size: 2.8em;
		margin-top: -68px;
		margin-left: -40px;
		letter-spacing: 0px;
	}
	.tizezrenkeret #idozito {
		margin-left: 253px;
	}
	#galsoreklam {
		margin-left: -30px;
		width: 740px;
	}
}

@media only screen and (min-width: 972px) and (max-width: 1170px) {
	
	.container { width:970px; }
	
	#main {
		width:650px;
		float:left;
		margin-right:30px;
	}
	.post-header h2 a, .post-header h1 {
		font-size:20px;
	}
	#sidebar {
		width:260px;
		float:right;
	}
	.item-related {
		width:184px;
		margin-right:15px;
	}
	.fullwidth .item-related {
		width:274px;
		margin-right:29px;
	}
	
	#respond textarea {
		width:94%;
	}
	
	#footer-social a {
		margin-right:16px;
	}


	.fullwidth .grid-layout li {
		width:294px;
		margin-right:25px;
	}

	.regular .grid-layout li {
		width:310px;
	}
	
	.list-item .post-img img {
		max-width:170px;
	}
	.list-item .post-header h2 a {
		font-size:14px;
		line-height:26px;
	}
	.list-item .post-header {
		margin-bottom:2px;
	}
	.list-item .post-entry p {
		font-size:14px;
		margin-bottom:3px;
		line-height:20px;
	}
	.list-item .post-header .cat a {
		margin-bottom:2px;
	}
	.list-item .list-content {
		margin-top:8px;
	}
	#evangelizalj #tamogatom {
		float: none;
		display: block;
		text-align: center;
	}
	
}

@media only screen and (max-width: 1170px){
	.show-search #searchform input#s {
			width:210px;
	}
	#idozito {
		font-size: 2.5em;
		margin-top: -61px;
		margin-left: -35px;
		letter-spacing: 0px;
	}
	.tizezrenkeret #idozito {
		margin-left: 222px;
	}
	#elougro #elougrobezar {
		top: 1.5%;
		right: 1.5%;
		width: 5%;
	}
	#elougro #elougrobezar:hover {
		top: 1%;
		right: 1%;
		width: 6%;
	}
	#galsoreklam {
		width: 650px;
	}
}

@media only screen and (min-width: 971px){
	#logotop {
		display: none;
	}
	#logoaside {
		display: inline;
	}
	#main {
		margin-top: 35px;
	}
	.author-box .author-content{
		width: 70%;
	}
}

@media only screen and (min-width: 766px) and (max-width: 1000px) {
	
	.container { width:740px; }
	
	#navigation-wrapper {
		display:none;
	}

	#mobile-logo {
		display: inline-block;
	}
	#tavtarto {
		margin-bottom: 20px;
	}
	
	.slicknav_menu {
		display:block;
	}
	.slicknav_nav {
		text-align: center;
		padding-top: 2%;
	}
	.slicknav_nav li {
		display: inline-block;
		width: 46%;
		border: 1px solid #6db565;
		text-align: center;
		margin: 1%;
	}
	.slicknav_nav a {
		width: 100%;
		margin: 0px;
		padding: 8% 0;
	}
	
	#main {
		width:100%;
		margin-right:0;
	}
	#sidebar {
		width:100%;
	}
	.widget {
		width:500px;
		margin-left:auto;
		margin-right:auto;
	}
	.post-header h2 a, .post-header h1 {
	font-size:19px;
}
	.item-related, .fullwidth .item-related {
		width:208px;
		margin-right:17px;
	}
	
	#footer-social a {
		margin-right:26px;
	}
	#footer-social a span {
		display:none;
	}
	
	#footer-social a i {
		height:28px;
		width:28px;
		line-height:28px;
		font-size:14px;
	}

	.fullwidth .grid-layout li, .regular .grid-layout li {
		width:348px;
		margin-right:26px;
	}
	.fullwidth .grid-layout li:nth-child(3n+3) {
		margin-right:26px;
	}
	.fullwidth .grid-layout li:nth-child(2n+2) {
		margin-right:0;
	}
		
	.fullwidth .list-item .post-entry p {
		font-size:14px;
		margin-bottom:3px;
		line-height:20px;
	}	
	#idozito {
		font-size: 2.8em;
		margin-top: -68px;
		margin-left: -40px;
		letter-spacing: 0px;
	}
	.tizezrenkeret #idozito {
		margin-left: 254px;
	}
	#galsoreklam {
		width: 740px;
	}
}

@media only screen and (max-width: 768px) {
	
	.container { width:100%; }
	
	#navigation-wrapper {
		display:none;
	}

	#mobile-logo {
		display: inline-block;
	}
	#tavtarto {
		margin-bottom: 20px;
	}
	
	.slicknav_menu {
		display:block;
	}
	.slicknav_nav {
		text-align: center;
		padding-top: 2%;
	}
	.slicknav_nav li {
		display: inline-block;
		width: 46%;
		border: 1px solid #6db565;
		text-align: center;
		margin: 1%;
	}
	.slicknav_nav a {
		width: 100%;
		margin: 0px;
		padding: 8% 0;
	}
	
	#logo { margin-left:15px; margin-right:15px;	}
	
	#main {
		width:100%;
		margin-right:0;
	}
	#sidebar {
		width:100%;
	}
	.post-header {
		    padding: 20px 10px 24px;
	}
	.post-header h2 a, .post-header h1 {
		font-size:18px;
	}
	.widget {
		padding:0 15px;
	}
	.post-entry {
		padding: 0 15px;
	}
	.post-related {
		padding: 22px 15px;
	}
	.post-author {
		padding:30px 15px;
	}
	.post-meta {
		padding:0 15px 30px;
	}
	.pagination {
		padding:0 15px;
		margin-bottom:40px;
	}
	
	.item-related, .fullwidth .item-related {
		width:100%;
		margin-right:0;
		margin-bottom:20px;
	}
	
	.author-img {
		margin-right:20px;
	}
	.author-img img {
		width:60px;
		height:60px;
	}
	
	.post-share {
		float:none;
		clear:both;
		padding-top:15px;
	}
	.more-link {
		display: none;
	}
	
	.thecomment .author-img { 
		display:none;
	}
	
	#respond textarea {
		width:90%;
	}
	
	#respond  input {
		width: 91%;
	}

	#footer-social a {
		margin-right:4px;
	}
	#footer-social a span {
		display:none;
	}
	
	#footer-social a i {
		height:24px;
		width:24px;
		line-height:24px;
		font-size:12px;
	}
	
	#footer-copyright {
		padding:20px 15px;
	}
	.widget-instagram .instag ul.thumbnails > li {
		width:25% !important;
	}
	.widget-instagram .instag ul.thumbnails > li:nth-child(8), .widget-instagram .instag ul.thumbnails > li:nth-child(7), .widget-instagram .instag ul.thumbnails > li:nth-child(6), .widget-instagram .instag ul.thumbnails > li:nth-child(5) {
		display:none;
	}
	
	.widget {
		width:300px;
		margin-left:auto;
		margin-right:auto;
	}

	.fullwidth .grid-layout li, .regular .grid-layout li {
		width:100%;
		margin-right:0;
	}
	.fullwidth .grid-layout li:nth-child(3n+3), .regular .grid-layout li:nth-child(3n+3) {
		margin-right:0;
	}
	.fullwidth .grid-layout li:nth-child(2n+2), .regular .grid-layout li:nth-child(2n+2) {
		margin-right:0;
	}
	.grid-item .post-meta {
		padding-left:15px;
	}
	
	.list-item.post {
		margin-bottom:20px;
	}
	.list-item .list-content {
		margin-top:6px;
	}
	.list-item .post-img img {
		max-width:100px;
	}
	.list-item .post-entry p {
		display:none;
	}
	.list-item .post-meta {
		display:none;
	}
	.list-item .post-header h2 a {
		font-size:14px;
		line-height:22px;
		letter-spacing:1px;
	}
	
	.pagination { text-align:center; }
	.pagination .older { float:none; margin-bottom:12px; }
	.pagination .newer { float:none; }

	#kincseslada li .kincsescim a {
		font-size: 0.8em;
	}
	#fbdoboz .fb-like {
    	margin: 20px 8px 20px 0px;
	}
	#mediaajanlat .post-entry {
		margin-top: 20px;
	}
	.wpcf7 input {
		width: 94%;
	}
	.wpcf7 textarea {
		width: 93%;
	}
	#idozito {
		font-size: 5.3vw;
		margin-top: -9vw;
		margin-left: -5.5vw;
		letter-spacing: 0px;
	}
	.tizezrenkeret #idozito {
		margin-left: 33.5vw;
	}
	#elougro #elougrobezar {
		top: 2%;
		right: 2%;
		width: 7%;
	}
	#elougro #elougrobezar:hover {
		top: 1%;
		right: 1%;
		width: 9%;
	}
	#galsoreklam {
		margin-left: 0px; 
		width: 100%;
	}
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
	
	.container { width:100%; }
	
	#main {
		width:100%;
		margin-right:0;
	}
	#sidebar {
		width:100%;
	}
	.post-header {
		    padding: 20px 20px 24px;
	}
	.item-related, .fullwidth .item-related {
		width:31.6%;
		margin-right:1.8%;
	}
	.item-related h3 a {
		font-size:10px;
	}
	
	.author-img {
		margin-right:30px;
	}
	.author-img img {
		width:80px;
		height:80px;
	}
	
	.post-share {
		float:right;
		clear:none;
		padding-top:0;
	}	
	#footer-social a {
		margin-right:20px;
	}
	
	#footer-social a i {
		height:28px;
		width:28px;
		line-height:28px;
		font-size:14px;
	}
	
	.widget {
			width:400px;
			margin-left:auto;
			margin-right:auto;
	}

	.fullwidth .grid-layout li, .regular .grid-layout li {
		width:48%;
		margin-right:3.2%;
	}
	.fullwidth .grid-layout li:nth-child(3n+3), .regular .grid-layout li:nth-child(3n+3) {
		margin-right:3.2%;
	}
	.fullwidth .grid-layout li:nth-child(2n+2), .regular .grid-layout li:nth-child(2n+2) {
		margin-right:0;
	}
	
	.list-item .post-img img {
		max-width:180px;
	}
	.list-item .post-entry p {
		display:none;
	}
	.list-item .post-meta {
		display:block;
	}
	.list-item .post-header h2 a {
		font-size:16px;
		line-height:24px;
		letter-spacing:1px;
	}
	.list-item .list-content {
		margin-top:12px;
	}
	.pagination .older { float:right;  }
	.pagination .newer { float:left; }
	
}

@media only screen and (max-width: 750px) {
	.author-box {
		text-align: center
	}
	.author-box .author-content{
		width: 100%;
	}
	.author-box .author-img {
		width: 120px;
		margin-right: 0px;
	}
	.author-box h1 {
		margin: 10px 0px 20px 0px;
	}
	#evangelizalj #tamogatom {
		float: none;
		display: block;
		text-align: center;
	}
}

@media only screen and (max-width: 650px) {
	#kincsesladatemak li .kincsestext p {
		font-size: 1.5em;
	}

	#rolunkcsapat .egyember {
		width: 47%;
	}
	#tamogatas {
		display: inline-block;
	}
	#tamogatas p {
		display: inline-block;
		padding: 15px 0 0px 0;
	}
	#tamogatas div {
		display: inline-block;
		width: 100%;
		text-align: center;
    	padding: 0 0 15px 0;
	}
	#tamogatas div form {
		display: inline-block;
    	width: 50%;
	}
}



@media only screen and (max-width: 520px) {
	#kincsesladatemak li .kincsestakaro {
		height: 96%;
	}
	#kincseslada li {
		width: 100%;
		margin: 10px 0px;
	}
	#elougro #elougrobezar {
		top: 4%;
		right: 4%;
		width: 10%;
	}
	#elougro #elougrobezar:hover {
		top: 3%;
		right: 3%;
		width: 12%;
	}
}


@media only screen and (min-width: 480px) {
	.post-related {
		white-space:nowrap;
	}
}

@media only screen and (max-width: 480px) {
	p {
		font-size: 0.95em;
	 }
	.post-entry blockquote p, .post-entry-fo blockquote p {
		font-size: 1.05em;
	}
	.post-header h2 a, .post-header h1 {
    	font-size: 17px;
	}
	#evangelizalj p {
		margin: 20px 0px 0px 0px;
		font-size: 0.85em;
	}
	.author-content {
		display: inline;
	}
	.wpcf7 textarea {
		width: 92%;
	}
	#elougro #xlreklamkeret {
		width: 85%;
	}
}

@media only screen and (max-width: 450px) {
	#kincsesladatemak li {
		width: 100%;
		margin: 10px 0px;
	}
	#kincsesladatemak li .kincsestext p {
		font-size: 2em;
	}
	#kincsesladatemak li .kincsestakaro {
		height: 97.5%;
	}
	#mediaajanlat h1 {
		line-height: 1.3em;
	}
	#mediaajanlat table thead td {
		padding: 20px 2px;
    	font-size: 1.05em;
	}
	#mediaajanlat table tbody td {
		padding: 4px 3px;
    	font-size: 0.9em;
	}
}

@media only screen and (max-width: 430px) {
	#rolunkcsapat .egyember {
		width: 87%;
	}
	#reklam {
		width: 100%;
	}
	#alsoreklam {
		margin: 0px 8px;
	}
	
	.reklamkicsi {
		display: inline-block;
	}
	
	.reklamnagy {
		display: none;
	}
	#idozito {
		font-size: 12vw;
		margin-top: -18vw;
		margin-left: -20vw;
		letter-spacing: 0px;
	}
	.tizezrenkeret #idozito {
		margin-left: 7vw;
	}
}

@media only screen and (max-width: 370px) {
	#kincseslada li {
		margin: 10px auto;
	}
	#logotop {
		padding: 15px 0 15px;
	}
}

@media only screen and (max-width: 450px) {
	.lenyit {
		display: block;
	}
	.post-header {
		padding: 10px 10px 15px;
	}
	.post-header h2 a, .post-header h1 {
		font-size: 16px;
	}
	.post-entry-fo {
		display: none;
		padding-bottom: 0px;
	}
	#logo {
		padding: 20px 0px;
	}
}

@media print {
	body {
		background: #fff;
	}
	#logotop, #header {
		padding-top: 0px;
	}
	.post-related, .post-comments, .post-tags, .post-pagination, .post-share, .to-top, .series-box, #top-bar .container div, #fbdoboz, #footer-social, #footer-copyright, #sidebar div {
		display: none;
	}
	#top-bar {
		box-shadow: unset;
		position: relative;
	}
	#top-bar .container #mobile-logo {
		display: inline-block;
	}
	#top-bar .container #mobile-logo img {
		width: 180px;
		height: auto;
		margin-top: -5px;
	}
	#content {
		margin-top: 130px;
	}
	.container, #main {
		width: 100%;
	}
}