/*
Theme Name: Divi Child Theme
Description: Divi Child Theme
Template: Divi
Version:  1.0.0
*/

 

 

/*** Header ***/

@media only screen and (max-width: 1350px) {
	#et-top-navigation{
		padding-left: 200px !important;
	}
}

@media only screen and (min-width: 981px) {
#top-menu li li a {
    padding: 6px 10px;
    width: 300px;
}

.nav li ul {
    width: 340px;
}
}

/*** END Header ***/



/*** Bekötési rajzok ***/

@media (min-width: 1051px){
#bekotesrajzheight .et_pb_post{
	min-height:320px;
}
}

@media (min-width: 981px) and (max-width: 1050px){
#bekotesrajzheight .et_pb_post{
	    min-height: 370px;
}
}

@media (min-width: 768px) and (max-width: 980px){
#bekotesrajzheight .et_pb_post{
	    min-height: 300px;
}
}

/*** END Bekötési rajzok ***/



/*** Műszaki leírások ***/

@media (min-width: 981px){
#muszakileirheight .et_pb_post{
	min-height:270px;
}
}

@media (min-width: 768px) and (max-width: 980px){
#muszakileirheight .et_pb_post{
	min-height:265px;
}
}

/*** END Műszaki leírások ***/


/*****   WPCF7   *****/

#wpcf7form form{
	max-width: 800px;
	margin:auto;
	font-family: 'Glegoo',Georgia,"Times New Roman",serif;
}

#wpcf7form input.text, #wpcf7form input.title, #wpcf7form input[type=email], #wpcf7form input[type=password], #wpcf7form input[type=tel], #wpcf7form input[type=text], #wpcf7form select, #wpcf7form textarea {
    border: 1px solid #bbb;
    color: black;
    font-size: 14px;
    border-width: 0px;
    padding: 16px;
    width: 100%;
    font-family: 'Glegoo',Georgia,"Times New Roman",serif;
    font-weight: 500;
    opacity: 1;
	margin-top: 4%;
	border-color: rgba(23,29,41,0.12);
    border-bottom-width: 2px;
}
#wpcf7form .cf7marginleft{
	margin-left: 4% !important;
}

#wpcf7form textarea {
    max-height: 150px;
    margin-top: 4%;
}
.wpcf7-submit {
    border: none;
    padding: 16px 24px 16px 24px;
    float: right;
    cursor: pointer;
    margin-right: 0px !important;
    margin-top: 0px !important;
    overflow: hidden;	
	color: #ffffff!important;
    border-width: 8px!important;
    border-color: #052079;
    border-radius: 0px;
    letter-spacing: 2px;
    font-size: 15px;
    font-family: 'PT Sans',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #052079;
	transition: all .2s;
}

.wpcf7form button:hover:after{
	opacity:1;
	margin-left:4px;
}

.wpcf7form button:after {
	font-size: 16px;
    line-height: 1.3em;
    content: "\24";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
	font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
	font-family: ETmodules!important;
    speak: none;
	-webkit-font-smoothing: antialiased;
    transition: all .2s;
    text-transform: none;
}

#wpcf7form .wpcf7-submit:hover{
	padding: 16px 38px 16px 19px;
}

#delaircf7 .checkbox{
	font-family: 'Glegoo',Georgia,"Times New Roman",serif;
	color: white;
}

/*****   END WPCF7   *****/




@media (max-width: 640px){
	table{
		overflow: hidden;
    	overflow-x: scroll;
    	display: block;
    	white-space: nowrap;
	}
}

body.et_pb_recaptcha_enabled .grecaptcha-badge {
    display: none !important;
}
#moove_gdpr_save_popup_settings_button {
    position: relative !important;
	top: -45px;
    height: 0px!important;
}

#footer-bottom {
    display: none;
}

#top-header #et-info .phone-2 { margin-right:0px !important; padding-left:13px; }