/*
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
*/

/* roboto-slab-100 - latin */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 100;
    src: local(''),
    url('./fonts/roboto-slab-v24-latin-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('./fonts/roboto-slab-v24-latin-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-slab-200 - latin */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 200;
    src: local(''),
    url('./fonts/roboto-slab-v24-latin-200.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('./fonts/roboto-slab-v24-latin-200.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-slab-300 - latin */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: local(''),
    url('./fonts/roboto-slab-v24-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('./fonts/roboto-slab-v24-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-slab-regular - latin */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('./fonts/roboto-slab-v24-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('./fonts/roboto-slab-v24-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-slab-500 - latin */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 500;
    src: local(''),
    url('./fonts/roboto-slab-v24-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('./fonts/roboto-slab-v24-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-slab-600 - latin */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 600;
    src: local(''),
    url('./fonts/roboto-slab-v24-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('./fonts/roboto-slab-v24-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-slab-700 - latin */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: local(''),
    url('./fonts/roboto-slab-v24-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('./fonts/roboto-slab-v24-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-slab-800 - latin */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 800;
    src: local(''),
    url('./fonts/roboto-slab-v24-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('./fonts/roboto-slab-v24-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-slab-900 - latin */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 900;
    src: local(''),
    url('./fonts/roboto-slab-v24-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('./fonts/roboto-slab-v24-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


@import url("../bridge/style.css");

/* logo */
.movemus-logo-wrapper {
  position: fixed;
  z-index: 1000;
}

.movemus-logo {
  width: 100%;
  display: block;
}

.mo-logo {
  top: 0;
  left: 182px;
  width:190px;
}

.ve-logo {
  top: 50%;
  transform: translateY(-50%);
  left: -6px;
  width: 125px;
}

.mus-logo {
  bottom: 0;
  left: 182px;
  width: 250px;
}

.movemus-logo-link {
  display: block;
}

header .logo_wrapper {
    display: none;
}

body a.pp_previous:after,
body a.pp_next:after {
	border:0;
}

body a.pp_previous:after {
	content:url('http://movemus.sunlime.info/wp-content/themes/bridge/css/img/slider-left-light.png');
}

body a.pp_next:after {
	content:url('http://movemus.sunlime.info/wp-content/themes/bridge/css/img/slider-right-light.png');
}

.popup_menu .line,
.popup_menu .line:after,
.popup_menu .line:before {
	background-color: #000;
}
/* http://movemus.sunlime.info/wp-content/themes/bridge/css/img/slider-right-dark.png */

@media screen and (max-width: 1000px) {
    .movemus-logo {
        display: none;
    }

    header .logo_wrapper {
        display: block;
        margin-top: 10px;
    }

    header.fixed {
        position: fixed !important;
    }
    .logo_wrapper {
		left: 50px;
	}
}



/* theme overrides */
.carousel-control .next_nav, .carousel-control .prev_nav,
.carousel-control .next_nav, .carousel-control .prev_nav {
    top: 65%;
}

.entry_title .entry_date,
.post_info {
  display: none !important;
}
