.single-industry-grid-two .post-readmore-btn {
  overflow: hidden;
}

.footer-widget .form-group input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin-right: 6px;
}
.footer-widget .form-group label {
	line-height: 20px;
}

.footer-widget__newsletter--style2 input.submit-btn,
.footer-widget__newsletter--style2 button {
    display: inline-block;
		position: relative;
    height: 50px;
		width: 150px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
		background: none;
    background-color: #ffc246;
    letter-spacing: 1px;
}

.mobile-menu-overlay {
	transform: translateX(-165%);
}

span {
  display:inline-block !important;
}

.static-page-content img {
	margin:0 15px;
	max-width: 100%;
	height: auto;
}

@media(max-width:375px){
	.static-page-content img {
	margin:15px 0;
	}
}
@media(max-width:576px){
	.static-page-content .row {
	margin-left:0;
	margin-right:0;
	}
}
@media(max-width:1024px){
  .tp-caption {
    font-size: 28px !important;
  }
}
@media(max-width:991px){
  .tp-caption {
    font-size: 20px !important;
  }
}
@media(max-width:768px){
  .tp-caption {
    font-size: 14px !important;
  }
}

#msg-success, #msg-error {
	display:none;
}

.msg {
    display: flex;
		text-align: center;
    line-height: 20px;
    padding: 15px 30px;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
		color: #fff;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    border: none;
}

.msg-success {
    background-color: #0f5e05;
}
.msg-error {
    background-color: #640707;
}

.faq-wrapper .card:last-of-type {
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.breadcrumb-area-bg:after {
    opacity: 0;
}

.sidebar-download-items li a {
		min-height: 50px;
    line-height: 12px; 
}
.footer-widget__newsletter--style2 button:hover {
  color: #fff;
}

.footer-widget__navigation li:last-child {
  margin-bottom: 35px;
}

.lang-menu {
  position: relative;
  margin-right: 15px;
}

.selected-language {
  cursor: pointer;
  display: flex;
  justify-content: start;
  font-family: "Roboto", sans-serif;
  color: #222;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.26;
  align-items: center;
  background-repeat: no-repeat;
  background-position-y: center;    
}
.selected-language:before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
}

.lang-menu ul {
  position: absolute;
  z-index: 2;
  margin: 0;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(0,0,0,.2);
  display: none;
}

.lang-menu ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.lang-menu ul li a {
  width: 100px;
  display: flex;
  padding: 10px 5px;
  align-items: center;
  font-family: "Roboto", sans-serif;
  color: #222;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.26;
}

.lang-menu ul li a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position-y: center;
}

a.hu:before {
  background-image: url("https://www.countryflags.io/hu/shiny/24.png");
}
a.en:before {
  background-image: url("https://www.countryflags.io/gb/shiny/24.png");
}

.lang-menu ul li a:hover {
 background-color: #f1f1f1;
}

.lang-menu:hover ul {
  display: block;
}

.lang-menu.mobile ul li a {
  width: auto;
}

.mobile-menu-content .social-links {
  margin-top:5px;
}
.mobile-menu-content .mobile-navigation-icon {
  margin-top:4px;
}

/*cookie*/
.cookie-consent{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-around;
  background-color: #222;
  z-index: 1111;
}
.cookie-consent__message{
  margin: auto 0;
}
.cookie-consent__agree{
  display: inline-block;
  position: relative;
  height: 50px;
  width: auto;
  line-height: 50px;
  padding: 0 30px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
  background: none;
  background-color: #ffc246;
  letter-spacing: 1px;
  border: none;
}
.cookie-consent__message a{
  color: #ffc246;
}