/*
 Theme Name:   Medicure Child
 Description:  TSE Medicure Child Theme
 Author:       Jochen Fuchs | Lorenz & Fuchs
 Author URI:   https://lorenzundfuchs.de
 Template:     medicure
 Version:      1.0
*/
/* 2022-09-02: */
/* replace google fonts with local hosted fonts */
/* see also wp-content/themes/medicure/framework/function/theme-functions.php ! */
/* and wp-content/themes/functions.php */
/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local(''),
       url('fonts/roboto-v30-latin-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/roboto-v30-latin-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

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

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

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

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

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

#page{
    margin:0 auto;
}
.lf-logo {
    background-image: url(img/TSE-Logo-black-and-white.png);
    background-size: contain;
    width: 117px;
    height: 117px;
    position: absolute;
    top: -35px;
    left: -10px;
    border: 12px solid #fff;
    border-radius: 50%;
    z-index: 9999;
}
#navigation{
     padding-left: 150px;
}
#header .wrap_nav, html #header nav.navi_scrolled{
    background:#4A9481;
}
#header .wrap_nav {
    border: none;
}
#header{
    padding:0;
}
.lf-meta {
    width: calc(100% - 60px);
    height: 35px;
    position: absolute;
    background: #257E6F;
    top: -35px;
    right: 0;
    font-size: 14px;
}
.lf-meta a {
    font-size: 13px;
}
.lf-meta a:hover,
.lf-meta a:focus,
.lf-meta a:active {
	color: #000;
	text-shadow: 0 0 1px #000;
}
.social .icon > span {
	border: 0;
	clip: rect(0 0 0 0);
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
}
#navigation > li:hover > a, #navigation > li:hover > a:hover, #navigation > li.current_page_item > a, #navigation > li.current_page_ancestor > a, #navigation > li.current-menu-ancestor > a, .related_posts ul > li > a.current, .tabs > li.current a, .reviews_tab.active > a, .tour > li a:hover, .tour > li.current a {
    background-color: #257E6F;
}
.navi_scrolled .lf-logo{
    width: 70px;
    height: 70px;
    border-width: 6px;
    top: -5px;
}
#navigation > li{
    border-right:none;
}
html .current_page_item a{
  font-weight: 600;
}
#navigation > li > a {
    margin: 0px;

}

.wrap_search_cart {
    margin: 0;
}
.wrap_header_search{
    height:35px;
}
.wrap_header_search .search_but {
    display: block;
    float: right;
    width: 35px;
    height: 35px;
    background: #267e6e;
    position: relative;
}
.wrap_header_search .search_line input[type="text"] {
    height: 35px;
    padding: 0 0 0 15px;
}
.wrap_header_search .search_but:before, .wrap_header_search .search_but:after {
    color: #fff;
}
.wrap_header_search.open .search_but:before, .wrap_header_search.open .search_but:after {
    background: #fff;
}
#navigation ul {
    background: #4a9481;
}

.headline{
    display:none;
}
.home #middle{
    margin-top: -100px;
}
.top_sidebar{
    padding:0;
}
.home aside#text-3 {
    position: absolute;
    z-index: 9;
    background-color: #ffffffbf;
    padding: 30px;
    margin: 0;
    padding-bottom: 30px;
    line-height: normal;
    margin-top: 18%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}
.home .widget_text h2.widgettitle{
    padding-bottom: 0;
}
.social, .phone, .mail{
    float:right;
    color:#fff;
    padding-top: 5px;
    margin-right: 40px;
}
.social p, .social div{
    float:left;
}
.twitter{
    width: 20px;
    height: 20px;
    margin: 2px 10px;
    background-image: url(img/twitter.svg);
        background-size: contain;
    background-repeat: no-repeat;
}
.youtube{
    width: 22px;
    height: 22px;
    margin: 2px 8px 0 0;
    background-image: url(img/youtube.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.linkedin{
    width: 18px;
    height: 18px;
    margin: 2px 8px 0 0;
    background-image: url(img/linkedin.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.phone_icn{
    width: 18px;
    height: 18px;
    margin: 3px 8px 0 0;
    background-image: url(img/phone.svg);
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
}
.mail_icn{
    width: 20px;
    height: 20px;
    margin: 2px 10px 0 0;
    background-image: url(img/mail.svg);
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
}

.phone a,.mail a{
    color:#fff;
    font-weight: 300;
}

span.cmsms_features_item_desc {
    display: none;
}
.cmsms_breadcrumbs{
    display:none;
}

html #header .wrap_nav .navi_scrolled {
    width: 1220px;
}

/*
.button_widget {
    display: inline-block;
    font-size: 15px;
    margin: 20px 0;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    float: right;
}
*/
.button_widget{
    position: absolute;
        height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.button_widget span{
    color: #4a9481;
    display: inline-block;
    font-size: 15px;
    margin: 20px 0;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    float: right;
    bottom: 10px;
    position: absolute;
    right: 10px;
}
.widget_colored_cell {
        position: relative;
}
.widget_colored_cell p{
    margin: 0;
    padding: 0 0 40px;
}
.widget h2.widgettitle {

    padding-bottom: 0px;
}
#navigation > li.quoteNav{
    float:right;
}
#navigation > li.quoteNav a{
    background:white;
    color:#4a9481;
    font-weight:500;
        border-radius: 30px;
    border: 9px solid #4a9481;
    padding-top: 10px;
}

a.upcoming-events-list-button {
    max-width: 227px;
}
.cmsms_comments_wrap {
    display: none;
}

.related_posts ul {
    border-bottom: 0;
}

.related_posts .current {
    display:none;
}
.related_posts_content_tab{
    padding-top:0px;
}
.opened-article aside h3 {
    margin-bottom: 0;
}

.content_wrap:after {
    height: 0px;

}

/*
#wpadminbar {
    display: none;
}
*/

#footer {
    background-color: #257E6F;
}

#footer, #footer a {
    color: #fff !important;
}

.copyright {
        margin-right: 4px;
    line-height: inherit;
}

.social.footer {
   padding-top: 0;
    margin-right: 0;
}
.resize{
    display:none;
}
.opened-article .service .service_content{
    margin:0;
}
.quoteSide {
    color: white;
    background: #4a9481;
    font-weight: 500;
    border-radius: 30px;
    padding: 10px;
    text-align: center;
    margin-top: 30px;
}
.quoteSide a{
    color: white;
}
.quoteSide:hover {
    background: #257e6f;
}
.responsive_nav span:before, .responsive_nav span:after, .responsive_nav span{
    background-color:#fff !important;
}
.tilehead {
    background: #ffffff96;
    padding: 20px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);
}

.productTile {
    width: calc(25% - 10px);
    /* height: 300px; */
    float: left;
    padding-bottom: 20%;
    margin: 5px;
    position: relative;
    box-shadow: 0 0 5px #0000002e;
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.productTile:hover {
    background-size: 100%;
    box-shadow:0 5px 10px #0000005c;
}
.upcoming-events-list-button{
    display:none;
}
.page-template-services .s_sort_block, .cmsms_post_format_img, .cmsms_like{
    display:none;
}
.tilehead {
    background: #ffffff96;
    padding: 20px;
    text-align: center;
}
.service_rollover {
    pointer-events: none;
}
/*Metabolism Products*/
.productTile.phenomaster{
    background-image: url('https://tse-systems.com/wordpress/wp-content/uploads/2019/10/PhenoMaster.png');
        background-size: 60%;
}
.productTile.phenomaster:hover{
        background-size: 70%;
}
.productTile.phenoworld{
    background-image: url('https://tse-systems.com/wordpress/wp-content/uploads/2019/10/PhenoWorld-1-600x257.png');
}
.productTile.climatechamber{
    background-image: url('https://tse-systems.com/wordpress/wp-content/uploads/2020/07/climate-chamber-700x300.jpg');
}
.productTile.calotreadmill{
    background-image: url('https://tse-systems.com/wordpress/wp-content/uploads/2020/07/calo_treadmill-700x300.jpg');
}
/*Behaviour Products*/
.productTile.intellicage{
    background-image: url('https://tse-systems.com/wordpress/wp-content/uploads/2020/09/IntelliCage-2020-002-600x420.jpg');
}
.productTile.motorater{
    background-image: url('https://tse-systems.com/wordpress/wp-content/uploads/2020/07/MotoRater-001-700x450.jpg');
}
.productTile.multi-conditioning-system{
    background-image: url('https://tse-systems.com/wordpress/wp-content/uploads/2020/07/Multi-conditioning-700x400.jpg');
}
.productTile.operant-wall{
    background-image: url('https://tse-systems.com/wordpress/wp-content/uploads/2020/12/OPW-004-700x420.jpg');
}
/*Physiology Products*/
.productTile.stellar-telemetry{
    background-image: url('https://tse-systems.com/wordpress/wp-content/uploads/2021/01/Stellar-telemetry-implants-for-rodents-and-primates-700x400.jpg');
}
.productTile.neurologger{
    background-image: url('https://tse-systems.com/wordpress/wp-content/uploads/2021/01/Neurologger-with-open-battery-pocket-700x300.jpg');
}
.productTile.somnosuite{
    background-image: url('https://tse-systems.com/wordpress/wp-content/uploads/2021/01/SomnoSuite-anesthesia-delivery-system-700x430.jpg');
}
/*Inhalation Products*/
.productTile.inhalation{
    background-image: url('https://tse-systems.com/wordpress/wp-content/uploads/2021/01/INH-System-700x400.png');
}
.productTile.whole-body-units{
    background-image: url('https://tse-systems.com/wordpress/wp-content/uploads/2021/01/Inhalation-005-700x440.png');
}
.productTile.cell-culture-units{
    background-image: url('https://tse-systems.com/wordpress/wp-content/uploads/2020/07/cell-culture-unit-700x420.jpg');
}
.productTile.cigarette-smoke-generator{
    background-image: url('https://tse-systems.com/wordpress/wp-content/uploads/2020/07/cigarette-smoke-generator.2-700x400.jpg');
}


.page-template-services .productsH1{
    padding-top:50px;
    clear:both;
}

.page-template-services .quoteSide {

    clear: both;
    max-width: 300px;
    width: 100%;
    float: right;
}
td {
    padding: 0 20px 0 0 ;
}

iframe .submitted-message p {
	margin: 0; padding: 0;
}

@media only screen and (max-width: 1024px) {

    .productTile{
        min-width: 200px;
        min-height: 180px;
        padding-bottom:0;
    }

    .lf-meta {
    top: 0;
}

  .lf-logo {
    width: 110px;
    height: 110px;
    top: -2px;
    left: -13px;
    border: 14px solid #fff;
}

    #header .wrap_nav {
    top: 35px !important;
    min-height: 100px;
    z-index: 1 !important;
    border-top-left-radius: 50px;
    }


    #header {
    padding: 0 0 50px 0 !important;
}

    #navigation ul li {
     background: #4a9481 !important;
}
        #navigation ul li a:hover {
     background: #257e6f !important;
}

    #navigation ul li a {
    font: 13px/20px 'Roboto', Arial, Helvetica, 'Nimbus Sans L', sans-serif !important;
    font-weight: 300 !important;
    }

#navigation > li.quoteNav:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background-color: #eeeeee;
    content: "";
}

    .responsive_nav {
    margin: 45px 30px -28px 0 !important;

}

    #navigation > li.quoteNav a {
    background: white;
    color: #4a9481;
    font-weight: 500;
    border-radius: 30px;
    border: 8px solid #4a9481;
    padding-top: 0;
    height: auto;
    padding: 0 20px;
    margin-right: 40px;
}



    #header .wrap_search_cart,
    .social.header {
        display:none;
    }


    #navigation {
    padding-left: 0;
    margin: 120px 0 0 !important;
}

    .top_sidebar {
    border-top: 0px;
    top: 0px;
}

    .phone {
    float: right;
    color: #fff;
    padding-top: 5px;
    margin-right: 30px;
}

    .mail {
    float: right;
    color: #fff;
    padding-top: 5px;
    margin-right: 10px;
}

}

@media only screen and (max-width: 768px) {
    .home .widget_text h2.widgettitle {
    font-size: 20px;
}
.opened-article .service .service_content.with_s_side_bar {
    width: 100%;
}
    .top_sidebar {
    padding: 25px 10px 10px;
}
}
@media only screen and (max-width: 600px) {
.mail {
    display: none;
}
    .lf-logo {
    width: 70px;
    height: 70px;
    top: 37px;
    left: -13px;
    border: 14px solid #fff;
}
}

@media only screen and (max-width: 540px) {
.responsive_nav {
    float: right !important;
}

        .phone {
    margin-right: 20px;
}
    .responsive_nav {
    margin-right: 20px !important;
}
}

.hbspt-form .submitted-message p {
	margin: 0 !important;
	padding: 0 !important;
}

/* interim overwrites 2022 see theme-options in backend */
