Skip to content

Instantly share code, notes, and snippets.

@Pavracer
Created November 17, 2022 03:33
Show Gist options
  • Save Pavracer/803d0c750fd4a484b9e797f29ebc72ce to your computer and use it in GitHub Desktop.
Save Pavracer/803d0c750fd4a484b9e797f29ebc72ce to your computer and use it in GitHub Desktop.
#top-menu li:not(:last-child) {
border-right: 1px solid #c2151f;
margin-bottom: 20px;
}
/*adjust spacing around menu items*/
#et-top-navigation nav ul li a {
padding-bottom: 4px!important;
padding-left: 20px;
}
@media only screen and ( min-width: 960px ) {
#et-secondary-menu ul li a {
padding-bottom: 0;
padding-top: 0;
padding-right: 15px;
border-right: 1px solid #fff;
}
#et-secondary-menu ul li:last-child a {
border:none;
}
#et-secondary-nav li {
padding: 0px 0 10px 0;
}
}
@media (max-width: 980px) {
.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
position: fixed;
}
}
/* @media (min-width:981px){
header#main-header {
top: 39px !important;
}
body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header{
top: 68px !important;
}
} */
.contact-form-custom .et_pb_contact_field[data-type=select]::after {
border-color: #fff transparent transparent !important;
}
.line-bottom-red{
background-image: linear-gradient(90deg,#c2151f 80%,rgba(240,242,246,0) 80%);
padding-bottom: 12.4%;
width: 100%;
max-width: 100%!important;
text-align: left;
margin-left: 0;
}
.line-bottom-red .et_pb_video_overlay{
height: 82%;
}
.line-bottom-red .et_pb_video_box{
box-shadow: 0px 35px 70px -10px rgb(0 0 0 / 30%);
}
.et_mobile_menu {
overflow-y:
scroll!important;
max-height: 60vh!important;
-overflow-scrolling:touch!important;
-webkit-overflow-scrolling:touch!important;
}
#et-info-phone{
font-size: 20px !important;
}
#et-secondary-menu ul li a{
font-size: 16px;
}
#footer-info{
width: 90% !important;
}
#footer-info div{
display: inline-block;
}
#footer-info div:first-child{
width:55% !important;
}
@media(max-width: 1180px){
#top-menu li {
float: right;
}
}
@media all and (max-width: 981px) {
li.et-social-icon.et-social-facebook {
display: block;
margin-left: -5px;
text-align: left;
}
#footer-info {
width: 100%!important;
text-align: left;
}
#footer-info div:first-child {
width: 100%!important;
}
#footer-info div {
display: block;
}
}
.menu-item-5876 .sub-menu {
right: 10px;
}
@media (max-width: 1180px) and (min-width: 980px){
#top-menu li {
float: none;
}
ul#top-menu {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-end;
}
}
.contact-form-custom .et-pb-contact-message {
color: #ffffff !important;
font-size: 25px !important
}
.custom_abc .et-pb-contact-message {
color: #191e84 !important;
font-size: 25px !important
}
@media all and (max-width: 1124px) {
#et_mobile_nav_menu {
display: block;
}
#top-menu-nav {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment