/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/
/*Add your own styles here:*/
@font-face {
  font-family: myFirstFont;
  src: url(MarselisSlab.ttf);
}
h1, h2, h3, h4, h5, h6, p, input, textarea, a, label, form, .w-tabs-item.with_icon a span, .tp-caption, button, span.w-btn-label, rtl strong, div, ul.w-nav-list.level_1.hover_simple li span.w-nav-title{
	font-family: myFirstFont !important;
}
input#tnp-1 {
    width: 300px;
    float: left;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
}
input#tnp-1:focus {
    border-bottom: solid 1px #000 !important;
    box-shadow: 0 0 0 0 !important;
}
.tnp-field.tnp-field-email label {
    display: none;
}
input.tnp-submit{
	    padding: 10px !important;
	    font-size: 14px !important;
}
ul.w-nav-list.level_1 li:before {
    float: left !important;
}
.l-subheader.at_top {
    background: #000 !important;
}
img.attachment-full.size-full:hover {
    opacity: 0.8;
    transition: 0.5s;
    transform: scale(1.1);
}
.w-image.align_center {
    overflow: hidden;
}
html:lang(ar) ul.w-nav-list.level_1 li:before {
    float: right !important;
}
.tnp.tnp-subscription.arabic form {
    margin-right: 100px;
}
.tnp.tnp-subscription.arabic .tnp-field.tnp-field-button {
    margin-top: 10px !important;
}