Last active
August 20, 2019 02:03
-
-
Save fazlurr/01b1512c093fbd4d98db0c493cbd7d5f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.header-main { | |
border-bottom: 1px solid #ebebeb; | |
} | |
.header-main.sticky-header { | |
border-bottom-color: transparent; | |
} | |
.header-v2 .navbar-nav > li > a:before { | |
bottom: -1px; | |
} | |
.header-logo .logo { | |
max-width: 80px; | |
} | |
.header-v2 .navbar-nav > li { | |
padding-right: 0; | |
} | |
#ninzio-header.header-v2 .navbar-nav > li > a { | |
color: #555 !important; | |
padding-left: 2em; | |
padding-right: 2em; | |
font-weight: bold; | |
} | |
.ninzio-breadscrumb.layout2 { | |
margin-bottom: 2em; | |
} | |
.page-contact .ninzio-breadscrumb.layout2 { | |
margin-bottom: 0; | |
} | |
.testimonial-meta .name-client { | |
display: block; | |
font-weight: bold; | |
font-size: 1.2em; | |
} | |
.testimonial-meta .space { | |
display: none; | |
} | |
.top-information a { | |
font-weight: bold; | |
color: #11b67a !important; | |
font-size: 1.1em; | |
letter-spacing: 1px; | |
} | |
.mr-1 { | |
margin-right: 1em; | |
} | |
.mr-2 { | |
margin-right: 2em; | |
} | |
.widget.widget-text-heading.text-center.style1:before { | |
right: 0; | |
margin: auto; | |
} | |
.wpcf7-form { | |
max-width: 600px; | |
} | |
.label-left .nf-field-label { | |
width: 25% !important; | |
text-align: left !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment