html,
body {
   height: 100%;
    background-color: #f1f1ff;
    color: rgb(33, 33, 33);
    font-family: 'Montserrat', sans-serif;
    word-wrap: break-word;
}
hr{
    border-top: 1px solid #d0cfcf;
}
img{
    max-width: 100%;
    height: auto;
    display: block;
}
div.aligncenter{
    margin:0 auto;
    text-align: center;
}
div.alignright{
    margin: 0 0 0 auto;
    text-align: right;
}
.wp-caption-text{
    background-color: #e6e6e6;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px;
}
.wp-caption{
	max-width:100%;
}
a{
    color:inherit;
}
a:hover{
    color:inherit;
    text-decoration: none;
}
a:focus{
    color:inherit;
    text-decoration: none;
}
.flex{
    display:flex;
}
.flex .equalheight{
    padding-left:0;
    padding-right:0;
    margin:0 10px; 
}
.fullheight{
    min-height:100%;
    margin-bottom:20px;
}
.overflow-auto{
    overflow-y: auto;
    overflow-x: hidden;
}
.error-page{
    min-height: 100%;
    min-height: calc(100% - 170px );
}
.admin-bar #main-nav{
    top: 32px;
}
.screen-reader-text{
    height:0;
    overflow: hidden;
    margin:0;
}
.wrap{
    background-color: #f1f1ff;
    min-height:100%;
}
.nf{
    font-family: segoeuisemibold;
    font-size: 18px;
    padding-left: 10px;
}
.page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: none;
}
.navbar-default{
    box-shadow:0px 3px 15px #cdd0efad;
}
.boxshadow{
    box-shadow: 0px 3px 15px #cdd0ef;
}
.margin-bott{
    margin-bottom:20px;
}
#main-top-section{
    margin-top:40px;
}
#emph-large-section{
    margin-bottom:60px;
}
#emph-post{
    background-size: cover;
    background-position: center center;
    min-height: 680px;
    position: relative;
}
.emph-title-container{
    position: absolute;
    left:15%;
    right: 15%;
    text-align: center;
    bottom: 60px;
}
.emph-title-container > h1{
    font-size: 50px;
    color: #6b5b95;
    background-color: #ffffff;
    background-color: #ffffffd4;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 10px;
    display: inline;
    line-height: 2em;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
.dark-emph-title-container > h1{
    color: #fff;
    background: #000000a6;
}
#newsletter{
    width: 340px;
    position: fixed;
    right: -290px;
    z-index: 2;
    top:50%;
    top: calc(50% - 50px);
    -webkit-transition: all 1.5s; /* For Safari 3.1 to 6.0 */
    transition: all 1.5s;
    overflow-y: hidden;
    max-width: 100%;
}
.newsletter-span{
    width:50px;
    height:50px;
    float: left;
    position: relative;
    display:inline-block;
}
#newsletter img#newletter-img{
    width: 100%;
    height: 100%;
}
#newsletter .newsletter-span a{
    width:50px;
    height:50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #6b5b95;
    margin-top:10px;
    padding: 10px;
}
#newsletter .newsletter-span a img{
    width:100%;
    height:auto;
}

#newsletter .newsletter-span a{
    display:block;
    width:50px;
    height:50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}


#newsletter #nl-form{
    float: left;
    width:290px;
    width: calc(100% - 50px);
    min-height: 160px;
    background: #fff;
    padding: 20px;
    border: 1px solid #ececec;
}
#newsletter .nl-gdpr{
    font-size:12px;
}
#newsletter .nl-gdpr input{
    margin-right:10px;
}
.emphasized{
    margin-bottom:20px;
}
.emphasized-normal-img{
    border-left:10px solid #6b5b95;
    width:100%;
	max-height: 400px;
    object-fit: cover;
}
.article-elements{
    padding:20px;
}
.tags{
    margin-bottom:20px;
    line-height: 1;
    overflow: auto;
}
.tags > span{
    text-transform: uppercase;
    font-family: segoeuibold, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-right: 20px;
    color: #6b5b95;
    float:left;
    line-height:1.5;
}
.sb .tags > span{
    color:inherit;
}
.emphasized h1{
    font-family: segoeuiblack, Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #000;
    margin-bottom:20px;
}
.post-content{
    margin-bottom:20px;
    font-size: 18px;
    font-family: segoeuisemibold, Arial, Helvetica, sans-serif;
}
.author{
    margin-bottom:20px;
    font-size:14px;
    font-family:segoeuiitalic, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #6b5b95;
    float:left;
}
.main-auth{
    float:none;
}
.cat-title{
    margin-bottom:35px;
    position:relative;
}
.cat-title a:hover{
    text-decoration: underline;
}
.cat-title h1{
    display: inline-block;
    background: #f1f1ff;
    padding: 0 20px 0 0;
    margin: 0;
    position: relative;
    z-index: 1;
    font-size: 24px;
    font-family: segoeuiblack, Arial, Helvetica, sans-serif;
    color: #6B5B95;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.cat-title h1 span{
    letter-spacing: 0;
}
.cat-title hr{
    height: 2px;
    background-color: #4A3B72;
    position: absolute;
    width: 100%;
    top:50%;
    top: calc(50% - 2px);
    margin: 0;
    border:none;
}
.cat-img{
    width:100%;
}
.cat-img-last img{
    object-fit: cover;
    height: 120px;
    width: 240px;
    float:left;
    border-left: 10px solid;
    border-color: inherit;
}
.cat-last-one{
    min-height: 120px;
    background: #fff;
    display: inline-block;
    margin-left: 20px;
}
.cat-last-one .article-elements{
    float: left;
    width:60%;
    width: calc(100% - 240px);
}
.cat-article .blog-title {
    font-size: 28px;
    line-height: 1.2
}
.cat-article .single-blog-title {
    font-size: 40px;
    margin-bottom: 40px;
    line-height: 1.4;
}
.arrow{
    width:28px;
    height:20px;
    max-height:auto;
    display:inline-block;
    float: right;
}
.blogarrow{
    width: 100%;
    height:100%;
}
.sing-bl p{
    margin-bottom:20px;
    line-height: 2;
}
.sing-bl a{
    text-decoration:underline;
}
.sing-bl a:hover{
    color:#6b5b95;
}
.sing-bl .wp-caption img{
    width:100%;
}
.sing-bl strong{
    font-family: segoeuibold, Arial, Helvetica, sans-serif;
}
.cat-article .gallery-title{
    font-family: segoeuibold, Arial, Helvetica, sans-serif;
}
.hungarytoday2{
    margin-right: 4px;
}
.cat-article .no-pad-bottom{
    padding: 20px 20px 0 20px;
}
.cat-article .no-marg-bottom{
    margin-bottom:0;
}
.cat-article .no-marg-top{
    margin-top:0;
}
.singart  .cat-img {
    border:none;
}
.cat-article .cat-blog-img{
    height:260px;
    object-fit: cover;
    margin: 0 auto;
    width:100%;
}
.cat-article h1{
    font-family: segoeuiblack, Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #000;
    margin-bottom:20px;
    line-height: 1.4;
}
.cat-article .main-cat-tags{
    margin-bottom:15px;
}
.cat-article .article-element-larger h1{
    font-size:28px;
}
.post-content{
    margin-bottom: 20px;
    font-size: 18px;
    font-family: segoeuisemibold, Arial, Helvetica, sans-serif;
}
.footer-np{
    padding:0;
}
#footer-np{
    padding:0;
}
.gallery{
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    margin-bottom: 20px;
    position: relative;
    min-height: 300px;
    border-left:10px solid #6B5B95;
    background-position: center center;
}
.gallery .article-elements{
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
}
.gallery .tags{
    margin-bottom: 15px;
}
.gallery .tags span{
    color: white;
}
.gallery h1{
    margin: 0;
    color: white;
}
.blog-category-row{
    margin-bottom:20px;
    display: flex;
    flex-flow: row wrap;
}
.box-blog {
    visibility: hidden;
}

.main-blogs{
    display: flex;
}
.main-blogs .fullheight{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.main-blogs .cat-article{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.main-blogs .cat-article .article-elements{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.main-blogs .cat-article .article-elements > a{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.main-blogs .cat-article .article-elements > a .post-content{
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.blog-category-row:before{
    display: block;
 }
 .blog-category-row article{
    background-color: #fff;
    margin-bottom: 20px;
    width: 100%;
    overflow: auto;
 }
.pag-nav{
    display: inline-block;
    height: 31px;
    vertical-align: middle;
}
.entry-title{
    margin:0 0 40px 0;
    text-align:center;
}
.single-author{
    text-align:center;
    margin-bottom: 40px;
    float: none;
}
.single-author .author{
    /*margin-left: 20px;*/
    float: none;
}
.single-author img{
    border-radius: 20px;
	display: inline-block;
}
.post-content-single {
    margin-bottom: 40px;
}
.post-content-single-last {
    margin-bottom: 60px;
}
.single-fb-prev{
    margin-bottom:20px;
}
.recommended{
    margin-bottom:100px;
}
.cat-article .cat-large{
    padding:0;
}
.cat-large .blog-title{
    font-size:40px;
    padding:0 20px;
    line-height: 1.2;
}
.cat-margin{
    padding-top:70px;
}
.post-sc{
    margin-bottom: 40px;
}
.category-title h1 {
    padding: 50px 0 10px 0;
    /*row gutter*/
    font-family: segoeuiblack, Arial, Helvetica, sans-serif;
    font-size: 40px;
    text-transform: uppercase;
}

.fb-ht{
    margin-top: 25px;
    margin-bottom: 50px;
}

.fb-ht hr{
    border-top: 1px solid #d0cfcf;
}
.post-sc a{
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    padding-right: 20px;
    vertical-align: top;
}
.post-sc hr{
    border-top: 1px solid #d0cfcf;
}
.post-sc-kep img{
    width: 70px;
    height:auto;
}
.post-sc-kep{
    float:left;
}
.post-sc-title{
    width:70%;
    width: calc(100% - 70px);
    float: left;
    font-family: segoeuiblack, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000;
    padding:0 20px;  
}
#over18{
    text-align: center;
    padding-top:40px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    min-height:100vh;
}
#over18 .buttonn, #adult{
    opacity:0.6;
    border: none;
    padding: 0;
    background: #6b5b95;
    display:inline-block;
}
#over18 .buttonn a{
    color: #fff;
    font-family: segoeuisemibold, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 0px 0 50px;
    display: block;
    min-width: 230px;
}
#adult{
    color: #fff;
    font-family: segoeuisemibold, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 50px 0 50px;
    background-image: url(../res/tovabb_nyil_button.svg);
    background-size: 42px 25px;
    background-repeat: no-repeat;
    background-position: right;
    min-width: 230px;
}
#over18 .buttonn:hover, #adult:hover{
    opacity:1;
}
#over18 .eighteen{
    width: 400px;
    max-width: 50%;
    margin:0 auto;
}
#over18 h1{
    font-family: segoeuiblack, Arial, Helvetica, sans-serif;
    color: red;
    font-size: 34px;
}
#over18 p{
    font-family: segoeuisemibold, Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-bottom:70px;
}
.arrow18{
    width:100%;
    height:100%;
}
.noarrowspan{
    display: inline-block;
    width: 43px;
    height: 25px;
    vertical-align: bottom;   
}
.prevsp{
    font-family: segoeuibold, Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-right: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.prevarr{
    margin: 0;
    height: 25px;
    width: 28px;
    float: right;
}
.rec-hr{
    margin-bottom: 60px;
}
.rec-title{
    font-family: segoeuiblack, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 0;
}
.nl-title{
    font-size: 18px;
    font-family: segoeuiblack, Arial, Helvetica, sans-serif;
    color: #6B5B95;
    text-transform: uppercase;
}
.nl-input .email{
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #6b5b95;
    width: 100%;
    outline:none;
    color: #6b5b95;
    font-family: segoeuisemibold, Arial, Helvetica, sans-serif;
    font-size: 14px;
    box-shadow: 0 4px 2px -2px #cdd0ef;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:#CDD0EF;
}
::-moz-placeholder { /* Firefox 19+ */
    color:#CDD0EF;
}
:-ms-input-placeholder { /* IE 10+ */
    color:#CDD0EF;
}
:-moz-placeholder { /* Firefox 18- */
    color:#CDD0EF;
}
.nl-input .sub{
    background: #6b5b95;
    border: none;
    color: #fff;
    font-family: segoeuisemibold, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 4px 12px;
    outline-color: #6b5b95;
}
#nl-form p{
    margin: 0 0 20px 0;
}
.category-title .page-title{
    padding: 0;
    margin: 60px 0;
}
.page-img{
    margin-bottom:60px;
}
.page-img img{
    box-shadow: 0px 3px 15px #cdd0ef;
    border-left: 10px solid #6b5b95;
}
.content-box{
    font-family:segoeuisemibold, Arial, Helvetica, sans-serif;
    font-size:18px;
    
}
.content-box h1{
    font-family:segoeuiblack, Arial, Helvetica, sans-serif;
    font-size:34px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.content-box h2{
    font-family:segoeuiblack, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 2;
    margin-bottom: 20px;
}
.content-box strong{
    font-family:segoeuiblack, Arial, Helvetica, sans-serif;
    font-size:18px;
}
.content-box .alignright{
    float:right;
}
.content-box p{
    line-height:1.5;
    margin-bottom: 40px;
}
.content-box h3{
    background-color: #6b5b95;;
    display: inline;
    line-height: 2;
    color: white;
    font-family: segoeuiblack, Arial, Helvetica, sans-serif;
    padding: 4px 10px;
    font-size:36px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
.content-box h3::after{
    display: inline-table;
    content: " ";
    margin-bottom: 60px;
}
.content-box li{
    padding-left: 16px; 
}
.content-box ul{
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;   
}
.content-box a{
    text-decoration:underline;
}
.content-box a:hover{
    color:#6b5b95;
}
.content-box li:before {
    content: "•";
    padding-right: 8px;
    color: #6b5b95;
    font-family: fantasy;
    font-size: 30px;
    position: relative;
    top: 6px;
}
.content-box .page-div{
    margin-bottom:70px;
}
.content-box .page-cols{
    margin-bottom:0;
}
.src-page ul{
    list-style-type: none;
    padding: 0;
}
.src-page img{
    margin-bottom:20px;
}
.search-form-container{
    display:inline;
}
.mejs-overlay-button {
    background: url(../res/video_play_button.svg) !important;
    background-repeat:no-repeat !important; 
    height: 100px !important;
    width: 100px !important;

}


.row {
    margin-right: 0;
    margin-left: 0;
}
[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}
#rec{
    padding:0;
}

.wrap iframe{
max-width:100% !important;
position:static!important;
}

.st-h1{
    padding-left: 10px;
    font-family: segoeuiblack, Arial, Helvetica, sans-serif;
    margin-bottom: 40px;
    margin-top: 40px;
}
/*@supports (-ms-ime-align:auto){
    IE Edge 12+ CSS styles go here
    .cat-article .cat-blog-img{
        width:auto;
        margin:0;
    }
}*/

/* DORI voltam */

.boxshadow {
    background-color: white;
}

.emph-title-container a:hover,
article a:hover h1 {
    text-decoration: underline;
}

.tags.next-to span {
    width: 100%;
    margin-bottom: 10px;
}

.cat-last-one {
    margin-top: 15px;
}

.cat-img-last img{
    margin-bottom: 10px;
}

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

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 0px;
}

.alignleft {
    float: left;
    margin: 5px 0px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 0;
}

a img.alignnone {
    margin: 5px 0px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 0px 20px 0;
}

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.friend-site{
    display: inline-block;
    height: 40px;
    width: auto;
    margin-right:15px;
}

.friend-site img{
    height: 40px;
    width:auto;
}

.friend-sites-container{
    display:none;
    margin-left: -15px;
    margin-right: -15px;
}
.friend-sites-container > a{
    display: inline-block;
    margin-right: 15px;
}
.friend-sites-container > a img{
    height: 50px;
    width: auto;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 375px;
}

b{
    font-family: segoeuiblack, Arial, Helvetica, sans-serif !important;
}

.advertisement-highlighter span{
	display: none !important;
}