/*!
Template: cp5-t003-PRECIOUS
Theme Name: CP5 T003-PRECIOUS-wht
Theme URI: https://castpro-cms.com/
Author:  CASTPRO
Author URI: https://castpro-cms.com/
Description: CP5 T003-PRECIOUS Parent Theme + White Child Theme
Version: 1.2.1
Text Domain: cp5c3000-child-001
Tags:CASTPRO,T003-PRECIOUS,2 Column,Left Sidebar,Image Slider
*/
/*============================
=            menu            =
============================*/
.main-navigation a {
  background: linear-gradient(180deg, #ff5cb2 0%, #ff5cb2 50%, #ff008e 50%, #ff008e 100%)!important;
  margin-bottom: 1px;
  border: none;
}

#menu-global-menu {
list-style: none;
background: linear-gradient(180deg, #ff5cb2 0%, #ff5cb2 50%, #ff008e 50%, #ff008e 100%)!important;
overflow: hidden;
display:flex;
justify-content:space-between;
}

#menu-global-menu li {
width: 140px;
text-align: center;
}
 
#menu-global-menu li a {
text-decoration: none;
font-weight: bold;
color:#FFF;
}

@media screen and (min-width:768px){
.mb-footer-button{display:none;}
  }

@media screen and (max-width:767px){
#menu-global-menu{display:none;}
}

#main-content .widget-title{
  background: linear-gradient(180deg, #ff5cb2 0%, #ff5cb2 50%, #ff008e 50%, #ff008e 100%)!important;
color:#FFF;}

#main-content .page-title,
#main-content .profile-title{
  background: linear-gradient(180deg, #ff5cb2 0%, #ff5cb2 50%, #ff008e 50%, #ff008e 100%)!important;
  color:#FFF;
}
.mb-footer-button{
  position:fixed;
  bottom:0;
  background-color:#FFF;
  width:100%;
  display:flex;
  justify-content:space-around;
  font-weight:300;
  list-style: none;
}

.mb-footer-button>div{
  width:100%;
  text-align:center;
  border-right:solid 1px #ff008e;
  padding:0.5rem 0;
}

.mb-footer-button a{
  text-decoration:none;
  border:none;
  color:#ff008e;
}

.cast-name span{
  color:#ff008e;
}

#footer #footer-widget-col .widget_nav_menu ul li{
  border-bottom-style: none;
}