/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");



/* CSS commands start- GTsalidis, email:'tsalgiwrgos@gmail.com'*/

/*
.wpb_text_column.wpb_content_element  {
   -webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;

}

*/

.codeweek-view-calendar .sat.filled {
        background-color: #AA151B;
        color:white;
}

.page-id-2750 .codeweek-view-calendar table tr td:nth-child(1) {
    min-width: auto;
}

.page-id-2750 #form.vc_custom_1568809643650 {
    background-position: right !important;
    background-size: contain !important;
}

.menu-championship-container #menu-item-2373 {
    display:none;
}

.header-widget.widget_text.header-left-widget .textwidget{
    display:flex;
}

#cn-notice-buttons.cn-buttons-container #cn-accept-cookie{
     display:none!important;
}

.page-id-3668 .title_outer.title_without_animation{
    display:none;
}

/* temporary-for menu */

.ubermenu .ubermenu-colgroup .ubermenu-column, .ubermenu .ubermenu-custom-content-padded, .ubermenu .ubermenu-nonlink, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-submenu-padded, .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target, .ubermenu .ubermenu-target, .ubermenu .ubermenu-widget, .ubermenu-responsive-toggle {
    padding: 15px 5px!important;;
} 
 
 
 
.container_inner.clearfix{
    width:1200px;
}
.container_inner.clearfix .right{
    margin-right: 0px;
}

/* ====================== Custom CSS for navbar of erasmus page from there ============================ */
 
/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
  position:fixed;
  width: 100%;    
  z-index:2147483646; /* max value to avoid overlaping */
  height:54px;
  top: 0;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* ====================== Custom CSS for navbar of erasmus page until here ============================ */

.page-id-4377 #erasmus, .page-id-4377 #erasmuscols, .page-id-4377 #faq , 
.page-id-4377 #aboutuscont, .page-id-4377 #aboutus, .page-id-4377 #apply {
    z-index:-1;
}

/* CSS commands end- GTsalidis */

