/* Enter Your Custom CSS Here */
p{
text-align:justify !important;}

.site-header > .wrap{
width:100%;
}

.unclickable > a:hover {
  cursor: default !important;
}

#content > .wrap{	/*tartalom szélessége*/
max-width: 75%;
  margin:auto ;
  margin-top: 3%;
}
/*
#sidebar-subsidiary > .wrap{
height: 20%;
}*/
#sidebar-subsidiary{
padding: 3% 17%;
/*padding-bottom:3%;*/}

#sidebar-primary > .wrap {
	background-color: #e6e6ff;
  padding: 5%;
  border-radius: 10px;
  margin: 5px;
}

.main-navigation{		/*menu betutipusa*/
  font-family: "Helvetica"/*"Verdana";*/
}
.main-navigation li a {
  font-weight: bold;
}
.pt-cv-readmore {		/*bővebben gomb kinézete*/
  color: #303030 !important;
	border: 2px solid #303030 !important;
  background-color: #fff !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  display: inline-block;
}

.pt-cv-wrapper .btn-success:hover		/*bővebben gomb ha az egér rámegy*/
{
   background: #303030 !important;
    color: #fff !important;
      transition: all 0.25s ease-in-out !important;
    transition-property: all !important;
    transition-duration: 0.25s !important;
    transition-timing-function: ease-in-out !important;
    transition-delay: 0s !important;
}
.pt-cv-wrapper .btn {		/*bővebben gomb*/
font-family: 'Raleway', sans-serif !important;;
  font-size: 0.75em !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    padding: 1.25em 1.5em !important; 
}

.pt-cv-wrapper [class*=pt-cv-] a{ /*hírek címei*/
	font-family: 'Raleway', sans-serif;
}
.fl-builder-content *, .fl-builder-content *:before, .fl-builder-content *:after{
text-align:justify;
}

@media screen and (max-width: 1920px) {
	.site-header {
		background-size: 100%;
		background-color: #fff;
    min-height: 275px;
	}
}
@media screen and (max-width: 1366px) {
	.site-header {
		background-size: 100%;
		background-color: #fff;
    min-height: 200px;
	}
}
@media screen and (max-width: 999px) {
	.site-header {
		background-size: 149%;
		background-color: #fff;
    min-height: 150px;
	}
}
@media screen and (max-width: 600px) {
	.site-header {
		min-height: 100px;
	}
}
@media screen and (max-width: 500px) {
	.site-header {
		min-height: 100px;
	}
}
.anchor{		/*az ugrás a szöveg azon pontjára*/
  display: block;
  height: 400px;/*160px*//*auto !important*/ /*same height as header*/
  margin-top: -400px;/*auto !important;/*-160px; /*same height as header*/
  visibility: hidden;
}
@media /*only*/ screen and (max-width: 1920px) {
    div#n2-ss-3, div#n2-ss-3-placeholder {
        margin-top:-50px !important;
    }
}
@media /*only*/ screen and (max-width: 1726px) {
    div#n2-ss-3, div#n2-ss-3-placeholder {
        margin-top:-30px !important;
    }
}
@media /*only*/ screen and (max-width: 1500px) {
    div#n2-ss-3, div#n2-ss-3-placeholder {
        margin-top:-10px !important;
    }
}
@media /*only*/ screen and (max-width: 1366px) {
    div#n2-ss-3, div#n2-ss-3-placeholder {
        margin-top:0px !important;
    }
}/*
@media only screen and (min-width: 1024px) {
    div#n2-ss-3, div#n2-ss-3-placeholder {
        margin-top:0px !important;
      display:block;
    }
}*/
@media only screen and (max-width: 1920px) {
  body.custom-background{
        background-image: url(https://www.hdse.hu/wp-content/uploads/2018/08/bgg2.png) !important;
    background-position: left center;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
   
  }
    
}
@media only screen and (max-width: 1366px) {
  body.custom-background{
        background-image: url(https://www.hdse.hu/wp-content/uploads/2018/08/bgg-9.png) !important;
    background-position: left center;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
   
  }
    
}
@media only screen and (max-width: 1024px) {
  body.custom-background{
        background-image: url(https://www.hdse.hu/wp-content/uploads/2018/08/bgg3.png) !important;
    background-position: left center;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
   
  }
    
}
@media only screen and (max-width: 768px) {
  body.custom-background{
        background-image: url(https://www.hdse.hu/wp-content/uploads/2018/08/bgg4.png) !important;
    background-position: left center;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
   
  }
    
}
@media only screen and (max-width: 400px) {
  #content > .wrap {
            padding: 0px !important;
    margin: 0px;
    max-width:100%;
      }
}

.site-footer,
.format-audio .entry-media,
.featured-area,
.child-pages-area {
	background: #9999ff;
}
.site-info
{color: #fff !important;
    }
.single-post .mh-content { width: 100% !important; }