37 lines
962 B
CSS
37 lines
962 B
CSS
/* Add here all your CSS customizations */
|
|
|
|
/*border*/
|
|
.border-right { border-right:1px solid #F5A623; }
|
|
.border-bottom { border-bottom:1px solid #979797; }
|
|
|
|
|
|
/*bg*/
|
|
.info-bg {
|
|
background-image: url(..//images/bg/info-bg.jpg);
|
|
background-position: center center;
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
|
|
/*footer-nav */
|
|
#footer-nav {list-style:none;}
|
|
#footer-nav li{display:inline-block; position:relative; line-height: 20px;}
|
|
|
|
#footer-nav li:first-child > a {border: 0;}
|
|
#footer-nav li > a {border-left: 1px solid #4a4a4a; padding-left:10px; padding-right:10px}
|
|
.nav-item a { color:#4a4a4a; text-decoration:none; font-size:12px;}
|
|
.nav-item a:hover { font-weight:600; }
|
|
.nav-item a:visited { text-decoration:none; }
|
|
.link-h a { color: #F5A623 !important; font-size: 20px;}
|
|
|
|
|
|
.footer-logo { width:100%; }
|
|
|
|
|
|
/* responsive */
|
|
@media (max-width: 991px) {
|
|
.border-right { border:0; }
|
|
.footer-logo { width:30%; }
|
|
.btn-dropdown { width:30%; }
|
|
} |