/*
Benvenuto nella funzione di personalizzazione dei CSS!

Per scoprire come funziona, consulta http://wp.me/PEmnE-Bt
*/

.standard-menu .site-header {
	background: #fff;
	max-width: 1200px;
	margin: 0 auto;
}

.main-navigation a {
	font-family: Muli;
	text-transform: capitalize;
}

.main-navigation ul ul {
	background: #fff;
	box-shadow: 0 10px 20px 1px rgba(0,0,0,0.1);
}

.main-navigation a, .main-navigation a:visited, .main-navigation a:hover, .main-navigation a:focus, .social-navigation a, .social-navigation a:visited, .social-navigation a:hover, .social-navigation a:focus {
	color: #000;
}

.site-branding {
	width: 20%;
}

@media screen and (max-width: 768px) {
.site-branding {
	width: 50%;
}
	
	#site-navigation button{
		color: #0e0e0e;
		border: 2px solid #0e0e0e;
		font-family: Muli;
		font-weight: 700;
		border-radius: 4px;
		box-shadow: none;
		margin-top: -35px !important;
		margin-right: -20px;
	}
	
}




.pull-right {
	padding: 0;
    border-radius: 8px;
    overflow: hidden;
    width: 160px;
    height: 100px;
}

.tgx-blog-5 .card-author {
	display: none;
}

.wf-active h5 {
	display: none;
}

ul {
	font-family: Muli;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"] {
	  
		color: #000;
    background: #fff;
    border: 1px solid #979797;
    box-sizing: border-box;
    font-size: 14px;
    padding: 8px;
    transition: .2s;
	font-family: Muli;
}

#subscribe-email input {
	width: 65%;
}

.main-navigation a {
	text-transform: none;
}

li#menu-item-410 {
		padding: 0 10px;	
    border: 1px solid #0e0e0e;
    border-radius: 4px;
}

li#menu-item-410 a:hover {
	border: none;
}

.elementor-button:focus, .elementor-button:hover, .elementor-button:visited {
	box-shadow: 0px 4px 8px -2px #00000070;
}


@media screen and (min-width: 70em) {
.main-navigation li {
    display: inline-block;
    margin-right: 0;
    margin-left: 1.8em;
}
}

.site-header {
	    padding: 10px;
}

#site-navigation {
	margin-top: 25px;
}

.nf-form-content label {
    line-height: 20px;
    font-family: Muli;
    font-style: normal;
    font-size: 16px !important;
}

.nf-form-fields-required {
    font-family: Muli;
    font-style: italic;
		font-size: 14px;
		color: #8e8e8e;
}

.nf-form-content .list-select-wrap>div select {
    border: 1px solid #ccc;
    font-family: Muli;
}

.nf-form-content textarea.ninja-forms-field {
	 font-family: Muli;
}

.nf-form-content input[type=button] {
	  background: #2486d2 !important;
    padding: 0 40px 2px;
    color: #ffffff;
    height: 40px !important;
    border-radius: 4px;
		font-family: Muli;
		font-size: 700;
}

.nf-error-msg {
		font-size: 14px;
    font-family: Muli;
    line-height: 1;
}

.nf-error.field-wrap .nf-field-element:after {
		background: transparent !important;
    color: #e80000 !important;
}

.nf-error-msg {
color: #737373 !important;
}

.nf-form-content input[type=button]:hover {
	color: #fff !important;
	opacity: 0.9;
    transition: all .5s;
    cursor: pointer;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.4);
}

.elementor-element .elementor-widget-container {
	list-style: none;
}



