/*
Theme Name: ASSEMBLY THEME (responsive)
Theme URI: http://zalabit.hu
Description: Developer Theme 
Author: Assembly
Author URI: http://assembly.hu
Version: 2016.01
*/

body{
    color: #444;
font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    background-color:#eee;
    -webkit-text-size-adjust: 100%;
}

a, .fast {
  -webkit-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition:         all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.anim {
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition:         all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 600ms ease;
	-o-transition: all 600ms ease;
}

.slow {
  -webkit-transition: all 1200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition:         all 1200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
}

.hide {
opacity:0 !important;
}

.breadcrumb {
    font-size: 11px;
    margin-bottom: 70px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 1.4em;
    padding: 0;
}

.breadcrumb .padding {
padding:0px;
}

.breadcrumb li {
  display: inline-block;
  color: rgba(255,255,255,.7);
}

.breadcrumb a {
  text-decoration: none;
    color: rgba(255,255,255,.9);
}

.parent::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054";
  margin: 0 13px;
  color: #ef8300;
}

h1,h2,h3,h4,h5,h6 {
          font-family: 'Unica One', cursive;
}

h1 {
    font-size: 52px;
}

h2 {
    font-size: 44px;
}

h3 {
    font-size: 28px;
}

.wrapper{
	margin: 0 auto;
	max-width:1300px;
  position:relative;
padding:0;
}

.button {
    padding: 18px 38px;
    text-transform: uppercase;
    font-size: 16px;
    background-color: #ef8300;
    color: rgba(255,255,255,.7) !important;
    border: none;
    cursor: pointer;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    font-family: 'Unica One', cursive;
    -webkit-appearance: none;
    text-decoration: none;
    display: inline-block;
    /* background: linear-gradient(#ef8300, #5e1a1a); */
    box-shadow: 0 -32px 0px 0px rgba(0,0,0,.1) inset;
}

.button:hover {
background-color:#111;
}

.cancel {
background-color:#DE716E;
}


.bigfull {
    text-align: center;
    padding: 50px 0 70px;
    background-position: center center;
    background-size: cover;
}

#rolunk {
color:#444;
}

#rolunk .content {
    text-align: left;
    max-width: 990px;
    margin: 0 auto;
    box-shadow: 0 50px 30px -20px rgba(0,0,0,0.4);
    border-top: 5px solid #ef8300;
    line-height: 1.5em;
    margin-bottom: 50px;
    background: linear-gradient(#fff, #ccc);
    padding: 40px 40px 20px;
}

#feltoltes-form input[type="file"]{
  display: none;
}

.formline {
margin-bottom: 10px;
}

label {
    display: block;
    vertical-align: top;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2px;
}

#fieldboxes {
font-size:0;
}

.fieldbox {
width: 33%;
    display: inline-block;
    margin-bottom: 20px;
}

.field {
    padding: 7px 10px;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #BBB;
    width: calc(100% - 22px);
}

.fieldbox .field {
       width: calc(100% - 42px);
}

.dropdown {
width: calc(100% - 110px);
  padding: 5px;
  border-radius: 0px;
  border: 1px solid #BBB;
}

#contactform {
    padding: 20px;
    box-shadow: 0 50px 30px -20px rgba(0,0,0,0.4);
    border-top: 5px solid #b53a2b;
    margin-bottom: 50px;
    background: linear-gradient(#fff, #ccc);
}

#contactform textarea {
    width: calc(100% - 50px);
    padding: 7px 10px;
    font-size: 16px;
    min-height: 150px;
    display: inline-block;
    border: 1px solid #BBB;
    max-width: calc(100% - 22px);
}

.infotext {
  font-size: 12px;
  text-align: right;
  opacity: 0.7;
}

.center {
position:absolute;
left:50%;
top:50%;
transform:translateX(-50%) translateY(-50%);
-webkit-transform:translateX(-50%) translateY(-50%);
-moz-transform:translateX(-50%) translateY(-50%);
-ms-transform:translateX(-50%) translateY(-50%);
-o-transform:translateX(-50%) translateY(-50%);
}

.hcenter {
position:absolute;
left:50%;
transform:translateX(-50%);
-webkit-transform:translateX(-50%);
-moz-transform:translateX(-50%);
-ms-transform:translateX(-50%);
-o-transform:translateX(-50%);
}

.vcenter {
position:absolute;
top:50%;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-ms-transform:translateY(-50%);
-o-transform:translateY(-50%);
}

#statusbar {
    position: relative;
    padding: 7px 0px 0;
    font-family: 'Unica One', cursive;
    color: #bbb;
    font-size: 12px;
    overflow: hidden;
    height: 21px;
    border-bottom: 1px solid #444;
}

.headon #statusbar {
padding: 0;
    height: 0;
}

#statusbar .padding {
    padding-bottom: 7px;
}

#slogan {
    padding-right: 90px;
}

#icons {
    position: absolute;
    right: 0;
    top: 0;
}

div#language {
    display: inline-block;
}

#lang {
    display: inline-block;
    color: white;
    padding: 0 10px;
    font-size: 13px;
    vertical-align: middle;
}

#icons a {
    display: inline-block;
    color: #fff;
    border-left: 1px solid #666;
    padding: 0 10px;
    text-align: center;
    font-size: 13px;
    vertical-align: middle;
}

header{
box-shadow: 0 20px 50px rgba(0,0,0,.5);
    z-index: 300;
    position: fixed;
    width: 100%;
    opacity: 1;
    background-color: rgba(0,0,0,0.7);
    top: 0px;
    border-bottom: 3px solid #ef8300;
}

header a, h3 a {
text-decoration:none;
}

.headon {
background-color: rgba(0,0,0,0.8);
}

.headon #logo {
padding:10px 0;
}

.headon #logo img {
height:100px;
}

#logo {
    position: relative;
    padding: 20px 0px;
    display: inline-block;
    line-height: 0;
}

#logo img {
    height: 130px;
    width: auto;
    margin-bottom: -85px;
}

#topmenu {
	position:absolute;
right:0;
}

#hamburger {
  display: none;
}

#hambi div {
  background-color: #ccc;
  height: 2px;
  margin: 4px auto;
  border-radius: 1px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.hambitox #x1 {
  transform: rotateZ(45deg) translateY(4px) translateX(4px);
  -webkit-transform: rotateZ(45deg) translateY(4px) translateX(4px);
  -moz-transform: rotateZ(45deg) translateY(4px) translateX(4px);
  -ms-transform: rotateZ(45deg) translateY(4px) translateX(4px);
  -o-transform: rotateZ(45deg) translateY(4px) translateX(4px);
}

.hambitox #x2 {
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
}

.hambitox #x3 {
  transform:rotateZ(-45deg) translateY(-4.5px) translateX(4.5px);
  -webkit-transform:rotateZ(-45deg) translateY(-4.5px) translateX(4.5px);
  -moz-transform:rotateZ(-45deg) translateY(-4.5px) translateX(4.5px);
  -ms-transform:rotateZ(-45deg) translateY(-4.5px) translateX(4.5px);
  -o-transform:rotateZ(-45deg) translateY(-4.5px) translateX(4.5px);
}

.nav {
	list-style:none;
  padding:0;
  margin:0;
  font-size:0;
}

.nav li{
	display:inline-block;
	position:relative;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.nav li:last-child {
border-right: none;
}

.nav li a{
    display: block;
    text-decoration: none;
    color: #a7a7a7;
    padding: 15px 20px;
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'Unica One', cursive;
}

.nav ul {
background-color: #fff;
position: absolute;
top: 100%;
left: 0;
float: left;
z-index: 99999;
padding: 0;
box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.5);
visibility:hidden;
opacity:0;
transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}

.nav li:hover > ul{
  visibility:visible;
  opacity:1;
  transition-delay:0s;
}

.nav ul ul{
	top: 30%;
	left:100%;
	background: #343434;
}

.nav ul li {
border-top:1px solid;
width: 100%;
border-color:inherit;
}

.nav ul a{
height: auto;
line-height: 1em;
padding: 15px 20px;
border-left: none;
border-right: none;
width: initial;
white-space: nowrap;
}

.nav li:hover > a {
}

.nav li:active, .nav li:focus, .clicked{
box-shadow:0 0 0 50px rgba(0,0,0,0.1) inset;
}

.menu-item-has-children > a::after {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f107";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    margin-left: 10px;
}

#hover {
    /* background-color: rgb(151, 151, 151); */
    height: 5px;
    position: absolute;
    width: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 600ms cubic-bezier(0.505, 0, 0.000, 1);
    -webkit-transition: all 600ms cubic-bezier(0.505, -0.045, 0.000, 1.140);
    -moz-transition: all 600ms cubic-bezier(0.505, -0.045, 0.000, 1.140);
    -o-transition: all 600ms cubic-bezier(0.505, -0.045, 0.000, 1.140);
    transition: all 600ms cubic-bezier(0.505, -0.045, 0.000, 1.140);
    -webkit-transition-timing-function: cubic-bezier(0.505, 0, 0.000, 1);
    -webkit-transition-timing-function: cubic-bezier(0.505, -0.045, 0.000, 1.140);
    -moz-transition-timing-function: cubic-bezier(0.505, -0.045, 0.000, 1.140);
    -o-transition-timing-function: cubic-bezier(0.505, -0.045, 0.000, 1.140);
    transition-timing-function: cubic-bezier(0.505, -0.045, 0.000, 1.140);
    /* border-radius: 0 0 50px 50px; */
    box-shadow: 0 2px 0px 0px #ef8300 inset;
}

.current-menu-item a {
}

.owl-buttons {
position: absolute;
top: 0;
width: 100%;
height: 100%;
overflow:hidden;
font-weight:300;
}

.owl-prev, .owl-next {
position: absolute;
top: 0;
color: #FFF;
font-size: 140px;
line-height: 350px;
width: 45%;
height: 100%;
opacity: 0;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-o-transition: all 300ms ease;
vertical-align: middle;
}

.owl-prev {
left:0;
padding-left:5%;
}

.owl-next {
right:0;
text-align:right;
padding-right:5%;
}

.owl-prev:hover, .owl-next:hover {
opacity:0.5;
}

article {
 float: left;
    width: calc(97% - 320px);
    position: relative;

}

.padding {
margin:0 3%;
position:relative;
}

#tophead {
    position: relative;
    padding: 145px 0 0;
    background-color: #000;
    overflow: hidden;
    background-size: cover;
    perspective:1000px;
}

#tophead .wrapper {
z-index:100;
}

#tophead img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 140%;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .4;
    width: auto;
    height: auto;
    z-index:0;
}

#tophead h1 {
    font-size: 64px;
    font-weight: bold;
        color: #c1c1c1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    margin: 5% 0 0px;
    line-height: 1.2em;
}

.editpostlink {
position: absolute;
    right: 0px;
    top: 5px;
}

.message {
    padding: 30px;
    text-align: center;
    background-color: #8a2424;
    border: 2px solid #cecece;
    color: white;
    margin-bottom: 50px;
    box-shadow: 0 10px 150px -15px black;
}

.wp-block-gallery figure {
    margin: 0;
    padding: 0;
}

.wp-block-gallery, .wp-block-gallery li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wp-block-gallery li {
display:inline-block;
}

.wp-block-gallery img {
width:140px;
}

.post {
    padding: 0px 0;
    position: relative;
    margin: 30px 0 60px;
}

.entry {
font-size:17px;
}

.entry a {
	color: #444;
}

.entry a:hover{
	color: #000;
}

.entry img {
max-width: 100%;
height: auto;
}

.alignright {
  float: right;
  margin: 0 0 1% 3% !important;
}

.alignleft {
  float: left;
    margin: 0 3% 1% 0 !important;
}

.alignleft, .alignright {
width:40%;
  font-size: 0;
}

.ui-sortable-handle {
float:left;
  width: auto;
  height: 80px;
position:relative;
margin:0 10px 10px 0;
border:1px solid #ccc;
}

.ui-sortable-handle:first-child::after { 
content: "kiemelt kép";
  position: absolute;
  left: 50%;
  background-color: #FFF;
  font-size: 13px;
  bottom: -5px;
  transform: translateX(-50%);
  padding: 0 3px;
  border-radius: 4px;
  opacity: 0.9;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}


.ui-sortable-handle label {
  width: auto;
  padding: 0;
}

.ui-sortable-handle img {
  width: auto;
  height: 80px;
}

.ui-sortable-placeholder {
}

.torles {
  position: absolute;
  right: -5px;
  top: -5px;
  background-color: #FFF;
  border: 3px solid #D64642;
  color: #D64642;
  text-decoration: none;
  width: 15px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.plus {
cursor:pointer;
}

aside {
    float: right;
    width: 260px;
    list-style: none;
    background-color: #151515;
    padding: 20px 30px 50px 30px;
    font-size: 14px;
    margin-top: 30px;
    text-align: center;
    box-shadow: 0 50px 30px -20px rgba(0,0,0,0.4);
    border-top: 5px solid #ef8300;
    line-height: 1.5em;
    margin-bottom: 50px;
    background: linear-gradient(#fff, #ccc);
}

aside a {
color:#b53a2b;
}

#facebook {
overflow:hidden;
}

footer{
clear: both;
text-align: center;
padding: 30px;
background-color: #111;
color: #ccc;
font-size:14px;
}

footer a {
color:#fff;
text-decoration:none;
font-weight:bold;
}

footer a:hover {
color:#fff;
}

footer span {
display:inline-block;
}

.clear {
clear:both;
}

@media screen and (max-width: 800px) {

#slider .slide {
height: 300px;
}

.owl-prev, .owl-next {
line-height: 270px;
}

article {
width:100%;}

aside {
width: calc(100% - 60px);
}

}

@media screen and (max-width: 600px) {
#slogan {
    padding-right: 20px;
    font-size: 9px;

}
    
#hamburger {
    display: inline-block;
    position: absolute;
    right: 3%;
    width: 30px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#fullmenu {
position:absolute;
}

nav {
height: auto;
  width: 100%;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	z-index:30;
	top:100% !important;
	right:inherit;
	transform:translateY(10px) !important;
	-webkit-transform:translateY(10px) !important;
	-moz-transform:translateY(10%) !important;
	-ms-transform:translateY(10%) !important;
	-o-transform:translateY(10%) !important;
	right:0 !important;
	background-color:rgba(0,0,0,0.8);
	opacity:0;
	visibility:hidden;	
}

.nav ul li {
text-align:center;
background-color:#222;
} 

.menuon {
	transform:translateY(3px) !important;
	-webkit-transform:translateY(3px) !important;
	-moz-transform:translateY(3px) !important;
	-ms-transform:translateY(3px) !important;
	-o-transform:translateY(3px) !important;
	opacity:1 !important;
	visibility:visible !important;
}

.nav  {
padding:0;
}

.nav ul {
width:100%;
}

.nav ul li a {
border-top:none;
font-size: 12px;
}

.nav li {
text-align:center;
width:100%;
}

.nav li:last-child, .nav li:first-child {
border-left:none;
border-right:none;
}

.nav li a {
border-left: 0px solid;
border-bottom: 1px solid;
border-color:rgba(255, 255, 255, 0.3);
}

.nav li:last-child {
border-right: 0px;
}

}

@media screen and (max-width: 500px) {
.fieldbox {
    width: 100%;
    display: block;
}

.fieldbox .field {
    width: calc(100% - 22px);
}

#contactform textarea {
    width: calc(100% - 22px);
}    

}

@media screen and (max-width: 400px) {
#tophead h1 {
    font-size: 40px;
}

.breadcrumb {
    font-size: 10px;
    letter-spacing: 1px;
}

#logo img {
height:50px;
}

.headon #logo img {
    height: 40px;
}

label {
display:block;
width:auto;
padding-bottom: 0;
}

.field, textarea {
display:block;
width: calc(100% - 22px);
max-width: calc(100% - 22px);
}

.alignright, .alignleft {
  float: none;
  margin: 0;
    width:100%;
}

.alignright img, .alignleft img {
  width:100%;
}


}