/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : Sep 30, 2021, 2:11:46 PM
    Author     : Userx
*/


body {
	width: 100%;
}

.extra-class {
	background-color: black;
}

.nav-item a {
	color: white!important;
}

.dropdown-menu a {
	text-transform: uppercase;
	padding: 15px 15px 15px 15px;
	font-weight: 500;
}

@media (min-width: 991px) {
  .custom-nav ul.navbar-nav li:hover > .dropdown-menu {
    display: block;
    border: none;
  }
    .custom-nav ul.navbar-nav li > .dropdown-menu li {
    position: relative;
  }
  ul.submenu.dropdown-menu {
    left: 100%;
    top: 0px;
}
}

.social-share-new {
	padding: 0 30px;
}

.social-share-new a {
	border: none;
	margin: 2px !important;
}

@media only screen and (max-width: 600px) {
	.social-share-new {
		margin-left: 0px;
	}
}

.social-share-footer {
	border-radius: 50%;
	background-color: #F10E00;
}

.button-footer {
	text-decoration: underline;
	color: red;
}

p.copyrights-bilia {
	font-size: 14px;
}

p.credit-designer {
	font-size: 14px;
}



nav.navbar.navbar-expand-lg.navbar-light {
	padding: 0;
}


@media only screen and (min-width: 992px) {

.logo {
	padding: 10px 88px;
}
}
.custom-nav .nav-item {
	margin: 0;
}

.custom-nav .nav-link {
	padding: 25px 15px !important;
	font-family: "Lato", Sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: normal;
}
.custom-nav .dropdown-menu {
    margin: 0;
    background-color: #252525;
    border-radius: 0px 0px 0px 0px;
    min-width: 250px;
    box-shadow: 0 10px 30px 0 rgb(45 45 45 / 20%);
    border: 1px solid #dadada !important;
    white-space: inherit;
}
.dropdown-menu a {
    white-space: initial;
    font-size: 14px;
}
.navbar-light .navbar-nav .nav-link i {
    margin-left: 6px;
}
.dropdown-item:focus, .dropdown-item:hover {
        background-color: rgba(255,255,255,.5) !important;
}
.dropdown-item i {
    display: inline-block;
    float: right;
}
.item-footer-columns {
    padding: 80px 0px 80px 0px;
}
.text-uppercase {
    text-transform: uppercase!important;
    font-size: 22px;
    font-family: Sans-serif;
    font-weight: 600;
}

.about-bilia-footer-content{
  font-size: 15px;
    font-weight: 400;
    font-family: sans-serif;
}
.button-footer {
    text-decoration: underline;
    color: red;
    font-size: 14px;
    font-weight: 500;
    font-family: sans-serif;
    text-transform: uppercase;
}
.social-share-footer {
    border-radius: 50% !important;
    background-color: #F10E00 !important;
    border: none !important;
    height: 40px;
    width: 40px;
    padding-top: 12px !important;
}
.social-share-footer:hover {
    background-color: rgb(14, 14, 68)!important;
    color: white !important;
}
.gallery-img-footer{
  margin: 0 auto;
}
.gallery-img-footer img {
    border: 2px solid #cfcfcf;

}
.gallery-img-footer .col-lg-3 {
    padding: 0px;
    margin:0 auto;
}
@media only screen and (max-width: 992px) {

 .gallery-img-footer .col-lg-3 {
    display: contents;
}

}
.bilia-lb-title {
    text-align:center;
    background-color:#017dff;
    font-style: italic;
    text-transform:uppercase;
    color:#fff;
    padding: 15px 0;
}
@media only screen and (max-width: 1608px) {
	.custom-nav .nav-link {
		padding: 7px 15px !important;
	}
	.logo {
	padding: 0px 30px;
}
}
.navbar-light .navbar-brand {
    background: #fff;
}
.navbar-light .navbar-brand {
    padding-top: 11px;
    padding-bottom: 10px;
}
.navbar-light .navbar-toggler {
    border-color: #fff !important;
    background: #fff;
}