/*
Theme Name: RHI
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: Stefan Binder
Author URI: http://www.schally.at/
Description: RHI Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rhi
*/
/* active */


.blog-headline{
	    font-size: 18px;
    font-weight: bold;
	margin-top:5px;
	margin-bottom:5px;
}

.page-numbers{
	color:#ed2c2a!important;
}
.screen-reader-text{
	display:none;
}

.brochure-tag{
margin: 10px;
border: 2px solid #fff !important;
color: #fff !important;
font-size: 12px;
font-weight: bold;
letter-spacing: 0.5px;
text-align: center;
padding: 10px 15px 10px 15px;
display: inline-block;
max-width: 150px;
text-transform: uppercase;
}

.blog-tag{
margin: 10px;
border: 2px solid #fff !important;
color: #fff !important;
font-size: 12px;
font-weight: bold;
letter-spacing: 0.5px;
text-align: center;
padding: 10px 15px 10px 15px;
cursor: pointer;
display: inline-block;
max-width: 150px;
text-transform: uppercase;
}

html, body, h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}

.swiper-pagi {
	position: absolute;
	top: 10px;
	right: 10px;
	width: auto !important;
	left: auto !important;
	margin: 0;
	color:red;
}
use_label_element{

    display: block;
    margin: 0;
    font-size: .875rem!important;
    font-weight: 400;
    line-height: 1.8;
    color: #0a0a0a;
}

.sustainability p{
	margin-bottom:0.5rem!important;
}

.clear:after{
    content: '';
    display: block;
    clear: both;
}

.grid-container{
    max-width: 1250px;
    padding-left: 20px;
    padding-right: 20px;
}

.top-bar-box{
    background-color: #003262;
}

.swiper-pagination-bullet:only-child {
    visibility: hidden;
}

.top-bar{
    max-width: 1250px;
    margin: auto;
    color: #ebebeb;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px;
}

.top-bar a{
    color: #ebebeb;
}

.top-menu-box{
    text-transform: uppercase;
}

.top-menu-box ul{
    margin: 0;
}

.top-menu-box li{
    position: relative;
    display: inline-block;
    margin-left: 15px;
    padding-left: 10px;
}

.top-menu-box li:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    width: 5px;
    height: 8px;
    background-image: url(https://www.rhimagnesita.com/wp-content/themes/rhi/img/top-bar-arrow.png);
    background-repeat: no-repeat;
}

.header{
    max-width: 1250px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    color: #000;
    font-weight: 700;
    padding: 10px 20px;
}

.main-menu-box ul{
    margin: 0;
}

.main-menu-box li{
    position: relative;
    display: inline-block;
    margin-left: 30px;
}
.main-menu-box li.hide{
    display: none!important;
}

.main-menu-box li a{
    display: inline-block;
    color: #4a5d6d;
    padding: 2px;
    position: relative;
}

.main-menu-box li:hover a{
    color: #ed2c2a;
}

.main-menu-box li a:hover:before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 1px;
    width: 40px;
    height: 3px;
    background-color: #ed2c2a;
}

.main-menu-box ul li ul{
    display: none;
    position: absolute;
    top: 100%;
    padding: 30px;
    right: -30px;
    background-color: #fff;
    z-index: 50;
    text-align: right;
}

.main-menu-box ul li ul li{
    display: block;
    margin: 5px 0 0;
    white-space: nowrap;
}

.main-menu-box ul li:hover ul{
    display: block;
}

.main-menu-box ul li:hover ul a{
    color: #4a5d6d;
}

.main-menu-box ul li ul li:hover a{
    color: #ed2c2a;
}


.main-menu-box .sub-menu li:hover .sub-menu a{
    color: #9eaab3;
}

.main-menu-box .sub-menu li .sub-menu li:hover a{
    color: #ed2c2a;
}

.main-menu-box .sub-menu .sub-menu{
    height: 0;
    width:160%;
	overflow-x:hidden;
    left:100%;
	top:0;
    transform: none;
	padding-bottom:5px;
    padding: 0px 30px 0px;
    overflow-y: hidden;
    transition: all linear 0.4s;
	text-align:left;
	white-space:nowrap;
	font-size:13px;
}

@media only screen and (max-width:600px){
	.main-menu-box .sub-menu .sub-menu{
    height: 0;
    position: relative;
    right: 0;
	left:0;
	width:100%;
    transform: none;
    padding: 0 20px 0;
    overflow-y: hidden;
    transition: all ease-out 0.4s;
}
}

.main-menu-box .sub-menu .sub-menu li:before{
    content: '-';
    display: inline-block;
    margin-left: 3px;
    color: #9eaab3;
}

.main-menu-box .sub-menu .sub-menu li:hover:after{
    color: #ed2c2a;
}

.main-menu-box .sub-menu li:hover .sub-menu{
    /*height: auto;*/
}

.hero-slider{
    width: 100%;
    height: 350px!important;
}

.hero-slider .swiper-slide {
    height: 100%;
    background-size: cover;
    background-position: calc(5% + 400px) 50%;
}

.hero-slider .swiper-slide .grid-container, .hero-slider .swiper-slide .slider-content-box{
    height: 100%;
    box-sizing: border-box;
}

.hero-slider .swiper-slide .slider-content{
    background-color: rgba(0,50,98,1);
    padding: 50px;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-slider .slider-filler{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(50% - 605px);
    background-color: rgba(0,50,98,1);
}

.hero-slider .swiper-slide .slider-content:after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 368.2px;
    width: 368.2px;
    background-color: #f00;
    transform-origin: 100% 0;
    transform: rotate(-45deg) skew(-15deg, -15deg);
    z-index: -1;
    background-color: rgba(0,50,98,1);
    border-bottom-right-radius: 60px;
}

.hero-slider .swiper-slide .slider-content h1, .hero h1{
    font-size: 32px;
    line-height: 1.2;
    font-weight: bold;
    padding-bottom: 18px;
    margin-bottom: 18px;
    position: relative;
}

.hero-slider .swiper-slide .slider-content h1:after, .hero h1:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #fff;
}

.hero h1{
    color: #fff;
}

.hero h1:after{
    left: 50%;
    transform: translateX(-50%);
}

.hero-slider .swiper-slide .slider-content p{
    margin-bottom: 22px;
}

a.more-button{
    border: 2px solid #ed2c2a !important;
    color: #ed2c2a !important;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 12px 0 10px;
    cursor: pointer;
    background-color: transparent;
    width: 150px;
    display: block;
    text-transform: uppercase;
	width:100%!important;
}
a.more-button-white{
    border: 2px solid #fff !important;
    color: #fff !important;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 12px 0 10px;
    cursor: pointer;
    background-color: transparent;
    display: block;
    text-transform: uppercase;
	width:120%!important;
}


a.more-button.light{
    background-color: transparent;
    border: 2px solid #d6d7d9;
    color: #a2a3ab;
}

a.more-button.light:before, a.more-button.light:after{
    display: none;
}

input[type="submit"]{
    min-width: 50%;
    display: inline-block;
    background-color: #ed2c2a;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px;
    border: none;
}

.load-more{
    text-align: center;
}

.load-more a.more-button{
    min-width: 200px;
}

.button-box{
    text-align: left;
}

.button-box a.more-button{
    width: calc(100% - 20px);
}

.swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    background-color: transparent;
    opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 15px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #fff;
}

.section{
    padding: 50px 0;
}

.section .section-head{
    text-align: center;
}

.section .section-head h2{
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 3px solid #d6d7d9;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 35px;
}

.post-preview{
    position: relative;
}

.post-preview, .info-block-box{
    padding: 0 30px 30px;
}

.post-preview .pp-pic{
    text-align: center;
    position: relative;
    background-color: #f4f5f5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.post-preview .pp-pic .pp-pic-overlay{
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    padding-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
}

.post-preview .pp-date{
    margin: 20px 0 12px;
    color: #9e9fa8;
    font-size: 14px;
    font-weight: 700;
}
.pp-date{
    margin: 20px 0 0px;
    color: #9e9fa8;
    font-size: 14px;
    font-weight: 700;
}

.more-link-blog{
    color: #ed2c2a;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    padding-left: 12px;
    position: relative;
    text-transform: uppercase;
}

.post-preview h3{
    font-size: 22px;
    font-weight: bold;
}

.post-preview.download h3{
    margin-top: 20px;
}

.post-preview p{
    font-size: 15px;
    color: #57595d;
    margin-bottom: 10px;
}

a.more-link{
    color: #ed2c2a;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    padding-left: 12px;
    position: relative;
    text-transform: uppercase
}

a.more-link:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 10px;
    background-image: url(https://www.rhimagnesita.com/wp-content/themes/rhi/img/red-arrow.png);
    background-repeat: no-repeat;
}

.post-preview a.download-link{
    color: #e9473d;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    padding-left: 18px;
    position: relative;
    margin-right: 15px;
    text-transform: uppercase;
}

.post-preview a.download-link:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 16px;
    background-image: url(https://www.rhimagnesita.com/wp-content/themes/rhi/img/download.png);
    background-repeat: no-repeat;
}

.post-preview .pp-text h3 a{
    color: #0a0a0a;
}

.post-preview.big-picture-preview .pp-pic{
    height: 100%;
}

.post-preview.big-picture-preview .pp-text{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 55px 55px;
    color: #fff;
}

.post-preview.big-picture-preview .pp-date{
    color: #fff;
}

.post-preview.big-picture-preview h3{
    font-size: 32px;
}

.post-preview .pp-inner{
    position: relative;
}

.post-preview .pp-overlay{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #ed2c2a;
    border: 3px solid #3d5567;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
}

.post-preview .pp-overlay .arrow{
    width: 20px;
    height: 20px;
    border-top: 4px solid #ed2c2a;
    border-right: 4px solid #ed2c2a;
    transform: translateX(-25%) rotate(45deg);
    margin: auto;
    margin-bottom: 15px;
}

.post-preview:hover .pp-overlay{
    display: flex;
}

.info-block{
    background-color: #f4f5f5;
    height: 100%;
    padding: 22px;
    text-align: center;
}

.info-block a.more-button{
    min-width: 35%;
}

.info-block p a{
    color: #ed2c2a;
    font-weight: bold;
    text-decoration: underline;
}

.info-block h3{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.info-block .line{
    border-top: 1px solid #d7d7d7;
    padding: 15px 0;
    text-align: left;
}

.info-block .line:first-child{
    border-top: none;
}

.info-block .line + h3, .info-block .line + .button-box{
    border-top: 1px solid #d7d7d7;
    padding-top: 25px;
}

.info-block .line .date{
    color: #98979c;
    font-size: 14px;
    font-weight: 700;
}

.info-block .line h4{
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    padding-right: 25px;
}

.info-block .line a{
    color: #0a0a0a;
}

.info-block .line h4 > a{
    display: block;
}

.info-block .line a > h4:after, .info-block .line h4 > a:after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #d7d7d7;
    background-image: url(https://www.rhimagnesita.com/wp-content/themes/rhi/img/red-arrow.png);
    background-repeat: no-repeat;
    background-position:  center center;
}

.info-block .line:last-child{
    border-bottom: 1px solid #d7d7d7;
}

.info-block .line.head-line{
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.info-block .line.head-line a.prev-link, .info-block .line.head-line a.next-link{
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: #ed2c2a;
    background-image: url(https://www.rhimagnesita.com/wp-content/themes/rhi/img/white-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.info-block .line.head-line a.prev-link{
    transform: translateY(-50%) scaleX(-1);
    left: 0;
}

.info-block .line.head-line  a.next-link{
    right: 0;
}

.info-block a.more-link{
    font-size: inherit;
}

.info-block .contact-pic{
    display: block;
    width: 50%;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 25px;
}

.quote-block-box, .hero-box{
    background-color: #003262;
    background-size: cover;
    background-position: center center;
    text-align: center;
}

.quote-block, .hero{
    padding: 125px 30px;
    color: #9d9ea7;
}

.quote-block h3{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.quote-block h3:before{

    content: '';
    display: inline-block;
    width: 29px;
    height: 23px;
    background-image: url(https://www.rhimagnesita.com/wp-content/uploads/2017/10/quote_red.png);
    margin-right: 10px;
    position: relative;
    top: -3px;
}


 .quote-block h3:after{
    content: '';
    display: inline-block;
    width: 29px;
    height: 23px;
    background-image: url(https://www.rhimagnesita.com/wp-content/uploads/2017/10/quote_red.png);
    margin-left: 10px;
    position: relative;
    top: -3px;
}

.quote-block p{
    margin-bottom: 0;
    font-size: 15px;
}

.content .quote-block{
    text-align: left;
    padding: 0;
    padding-left: 65px;
    margin: 30px 0;
}

.content .quote-block h3{
    color: #000;
}



.grey-box{
    background-color: #f4f5f5;
}

.fact-box{
    text-align: center;
    margin-bottom: 20px;
}

.fact-box h2, .content .fact-box h2{
    font-size: 38px;
    font-weight: 700;
    margin: 20px 0 0;
    line-height: 1.2;
}

.fact-box span, .content .fact-box span{
    color: #9d9ea7;
    font-size: 20px;
}

.map-box #map{
    width: 100%;
    height: 580px;
    max-width: 1010px;
    margin: auto;
    display: block;
}

.map-box #map .mapHeading{
    font-size: 24px;
    font-weight: 700;
}

footer{
    background-color: #003262;
    padding: 45px 0;
    text-align: center;
}

footer .footer-menu{
    font-size: 14px;
    font-weight: 700;
    color: #e9ebec;
}

footer .footer-menu ul{
    margin: 0;
}

footer .footer-menu li{
    display: inline-block;
    list-style: none;
}

footer .footer-menu li:after{
    content: '/';
    display: inline-block;
    margin: 0 8px 0 12px;
}

footer .footer-menu li:last-child:after{
    display: none;
}

footer .footer-menu a{
    color: #e9ebec;
}

footer .social-icon-new{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 20px 5px;
    padding-top: 4px;
}

footer .social-icon{
    display: inline-block;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    margin: 20px 5px;
    padding-top: 4px;
}

footer .copyright{
    font-size: 14px;
    font-weight: 700;
    color: #9d9ea7;
}

.breadcrumbs-box{
    max-width: 1250px;
    margin: auto;
    color: #9d9ea7;
    font-size: 12px;
    padding: 10px 20px;
    text-align: right;   
    position: relative;
}

.breadcrumbs-box .spacer:after{
    content: '';
    display: inline-block;
    position: relative;
    width: 5px;
    height: 8px;
    background-image: url(https://www.rhimagnesita.com/wp-content/themes/rhi/img/grey-arrow.png);
    background-repeat: no-repeat;
    margin: 0 7px 0 9px;
}

.breadcrumbs-box .spacer:last-child:after{
    display: none;
}

.breadcrumbs-box a{
    color: #9d9ea7;
    text-decoration: underline;
}

.filter-bar{
    padding: 30px;
}

.filter-bar select{
    margin: 0;
    padding: 10px;
    height: auto;
    background-color: #fff;
    background-image: url(https://www.rhimagnesita.com/wp-content/themes/rhi/img/red-arrow-down.png);
    background-repeat: no-repeat;
    background-position: 98% center;
}

.ticker-bar-box{
    background-color: #f4f5f5;
}

.ticker-bar{
    max-width: 1250px;
    margin: auto;
    color: #4a4a4a;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase;
}

.ticker{
    margin-left: 10px;
}

.ticker:before, .ticker:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    z-index: 2;
}

.ticker:before{
    left: 0;
    background: linear-gradient(to right, #f4f5f5 , transparent);
}

.ticker:after{
    right: 0;
    background: linear-gradient(to right, transparent , #f4f5f5);
}

.ticker .swiper-slide{
    width: auto;
}

.ticker .swiper-slide:before{
    content: '*';
    display: inline-block;
    color: #ed2c2a;
    margin: 0 18px;
    position: relative;
    top: 2px;
}

.horizontal-pp .pp-pic:after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 20%;
    border: 20px solid transparent;
    border-right-color: #fff;
}

.tag-cloud{
    text-align: left;
    font-size: 0;
}

.tag-cloud .tc-tag{
    display: inline-block;
    background-color: #e9ebec;
    color: #9d9ea7;
    font-size: 14px;
    padding: 8px 22px;
    margin: 5px 5px 0 0;
}

input.search-input{
    background-image: url(https://www.rhimagnesita.com/wp-content/themes/rhi/img/search.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    margin-bottom: 0;
    height: auto;
    padding: 10px 18px;
}

.content .full-image{
    margin-top: 15px;
    margin-bottom: 25px;
}

.content .caption{
    color: #66686b;
    font-size: 13px;
    position: relative;
}

.content .full-image + .caption{
    top: -20px;
}

.content h1{
    font-size: 28px;
    font-weight: 700;
    margin: 25px 0 20px;
    color: #3d5567;
}

.content h2{
    font-size: 24px;
    font-weight: 700;
    margin: 25px 0 20px;
    color: #3d5567;
}

.content h3{
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #3d5567;
}

.content .post-preview a{
    color: #0a0a0a;
    text-decoration: none;
}

.content .post-preview h3{
    margin: 9px 0 15px;
    color: #0a0a0a;
}

.content a{
    color: #ed2c2a;
    text-decoration: underline;
}

.content ul{
    margin: 23px 0 23px 30px;
}

.content li{
    padding: 2px 0 2px 10px;
}

.content table{
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    border-spacing: 1px;
}

.content table tr{
    background-color: #f4f5f5;
}

.content table tr:nth-child(2n){
    background-color: #f0f0f0;
}

.content table td{
    padding: 3px 15px 3px;
    vertical-align: top;
}

.content .content-footer{
    margin-top: 40px;
    padding-top: 40px;
    border-top: 3px solid #e9ebec;
}

.icon-box{
    margin: 25px 0;
}

.icon-box p:last-child{
    margin: 0;
}

.icon-box .ib-icon{
width: 80px;
margin-right: 30px;
background-size: cover;
}


.faq-box{
    border-bottom: 1px solid #e9ebec;
    margin: 25px 0;   
}

.faq-box .faq .qu{
    cursor: pointer;
}

.faq-box .faq .qu{
    padding: 10px;
    padding-left: 45px;
    position: relative;
    border: 1px solid #e9ebec;
    border-bottom: none;
}

.faq-box .an{
    background-color: #f4f5f5;
    border-left: 1px solid #e9ebec;
    border-right: 1px solid #e9ebec;
}

.faq-box .faq .qu .plus{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border: 1px solid #e9ebec;
}

.faq-box .faq .qu .plus:before{
    content: '';
    display: block;
    position: absolute;
    width: 11px;
    height: 3px;
    left: 1px;
    top: 5px;
    background-color: #ed2c2a;
}

.faq-box .faq .qu .plus:after{
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 11px;
    left: 5px;
    top: 1px;
    background-color: #ed2c2a;
}

.faq-box .faq.open .qu .plus:after{
    display: none;
}

.faq-box .faq .an-box{
    height: 0px;
    overflow: hidden;
    transition: height 0.35s ease-out;
}

.faq-box .faq .an{
    padding: 20px;
}

form.wpcf7-form.wpcf7-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
}
form.wpcf7-form.wpcf7-grid .grid-2-col {
  grid-column-start: 1;
  grid-column-end: 3;
}

span.wpcf7-list-item{
    margin: 0;
}

span.wpcf7-list-item label{
    font-size: 1rem;
}

span.wpcf7-list-item input[type="checkbox"]{
    margin: 0 0 0 30px;
}

span.wpcf7-form-control-wrap{
    display: inline-block;
    margin-bottom: 16px;
}
form.wpcf7-form.wpcf7-grid span.wpcf7-form-control-wrap{
    display: block;
}
.has-description small {display: block;margin-top: -16px; opacity: .5;}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select{
    margin-bottom: 0;
}

span.wpcf7-not-valid-tip{
    background-color: #ed2c2a;
    color: #fff;
    padding: 3px 10px;
    font-size: 13px;    
}

div.wpcf7-validation-errors {
    border: 2px solid #ed2c2a;
}

input.count-field{
    display: inline-block;
    width: 50px;
    margin-left: 30px;
}

.stock-iframe iframe{
    width: 100%;
    border: none;
}

.event-block{
    display: none;
}

.event-block:first-child{
    display: block;
}

.timeline-box{
    margin-top: 30px;
}

.timeline-box .timeline-years .swiper-slide{
    width: 80px;
    height: 88px;
	background: url("https://www.rhimagnesita.com/wp-content/uploads/2018/12/hex-grey.png");
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 100px;
    position: relative;
    font-weight: bold;
	background-size:cover;
}

.timeline-box .timeline-years .swiper-slide.swiper-slide-active{
	background: url("https://www.rhimagnesita.com/wp-content/uploads/2018/12/hex-red-out.png");
	background-size:cover;
	color: #e84136;
}

.timeline-box .timeline-years .swiper-slide:last-child{
    margin-right: 0;
}

.timeline-box .timeline-years .swiper-slide:after{
    content: '';
    display: block;
    position: absolute;
    right: -95px;
    top: 50%;
    width: 90px;
    height: 2px;
    background-color: #959596;
}

.timeline-box .timeline-years .swiper-slide:last-child:after{
    display: none;
}

.timeline-box .timeline-years .swiper-button-prev, .timeline-box .timeline-years .swiper-button-next{
    width: 20px;
    height: 20px;
    border: 1px solid #d7d7d7;
    background-image: url(https://www.rhimagnesita.com/wp-content/themes/rhi/img/red-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    background-color: #fff;
}

@media all and (min-width: 641px){
.timeline-box .timeline-texts .timeline-text{
    padding: 40px 60px;
}
}

.timeline-text p {

    padding: 20px;
    background-color: rgba(255,255,255,0.9);
    display: inline-block;
	/*color:#fff!important;
	text-align: center;
	justify-content: center;
	align-items: center;
	position: relative;
	display: flex!important;
	background-size:cover;
	width:300px;
	background: url("https://www.rhimagnesita.com/wp-content/uploads/2018/12/slide-red.png");
	height:350px;*/

}

.history-element-blue {

    padding: 20px;
    display: inline-block;
	color:#fff!important;
	text-align: center;
	justify-content: center;
	align-items: center;
	position: relative;
	display: flex!important;
	background-size:cover;
	width:300px;
	background: url("https://www.rhimagnesita.com/wp-content/uploads/2018/12/hex-blue.png");
	height:350px;
	margin-bottom:35px;
	background-size: cover;

}

.page-links{
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}

.page-links a{
    color: #ed2c2a;
}

.video-modul .post-preview .pp-inner{
    background-color: #f4f5f5;
}

.video-modul .post-preview .pp-text{
    padding: 0 15px 15px;
}

.video-modul .video-box{
    display: none;
    padding: 0 30px 30px;
    position: relative;
}

.video-modul .video-box:before{
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #ed2c2a;
    top: -10px;
    left: calc(25% - 10px);
    transform: rotate(45deg);
}

.video-modul .video-box:nth-child(4n):before{
    left: calc(75% - 10px);
}

.video-modul .video-box .video{
    padding-top: 95%;
    position: relative;
}

.video-modul .video-box iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-modul .video-box.open{
    display: block;
}

.legend{
    margin-top: -150px;
    position: relative;
    margin-left: 10px;
    background-color: rgba(255,255,255,0.8);
    width: 165px;
    padding: 5px 10px;
}

.legend .type{
    font-size: 14px;
}

.legend .type:before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 4px;
}

.legend .type-1:before{
    background-color: #fd7567;
}

.legend .type-2:before{
    background-color: #6991fd;
}

.legend .type-3:before{
    background-color: #00e64d;
}

.legend .type-4:before{
    background-color: #fdf569;
}

.legend .type-5:before{
    background-color: #ff9516;
}

.award .pp-pic{
    height: 180px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.suppliers-form .field-28, .suppliers-form .sf-field-28, .suppliers-form .checkbox-29, .suppliers-form .checkbox-29 > span, .suppliers-form .checkbox-31, .suppliers-form .checkbox-31 > span, .suppliers-form .menu-32, .suppliers-form .textarea-33{
    display: block;
}

.suppliers-form .field-28 .wpcf7-list-item{
    width: 50%;
}

.suppliers-form .checkbox-29 .wpcf7-list-item, .suppliers-form .checkbox-31 .wpcf7-list-item{
    width: 25%;
}

.suppliers-form .checkbox-29 .wpcf7-list-item input, .suppliers-form .checkbox-31 .wpcf7-list-item input{
    margin: 0;
}

.search-box input{
	padding: 3px 7px;
	height: auto;
	font-size: 13px;
  	margin: 0;
  	margin-left: 15px;
	width: 200px;
  	line-height: 1.2
}

@media only screen and (max-width:600px) {
	.search-box input{
	padding: 3px 7px;
	margin-top:5px;
	height: auto;
	font-size: 13px;
  	margin-left: 0px;
	width: 200px;
  	line-height: 1.2
}

.laguage-switcher-box{
	font-size:10px!important;
}

.top-menu-box a{
	font-size:10px!important;
	padding-top:2px;
}

.top-menu-box li {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    padding-left: 10px;
}

}

.search-box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
  color: #aaa;
}
.search-box input::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  color: #aaa;
}
.search-box input:-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
  color: #aaa;
}
.search-box input:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  color: #aaa;
}

@media all and (min-width: 64em){
    
    .grid-x .large-custom.fact-box{
        width: 20%;
    }
    
}

@media all and (max-width: 1250px){
    
    .hero-slider .slider-filler{
        display: none;
    }
    
}

@media all and (max-width: 64em){

	.hero-slider .swiper-slide .slider-content::after{
		display: none;
	}

	.hero-slider .swiper-slide .slider-content{
		background-color: transparent !important;
	}

	.hero-slider .swiper-slide {
    	background-position: calc(30%) 50% !important;
	}

	.hero-slider .swiper-slide h1, .hero-slider .swiper-slide p{
		text-shadow: 0px 0px 4px #000;
	}

}

@media all and (min-width: 641px){

    .horizontal-pp .pp-text{
        padding-left: 30px;
    }

    .horizontal-pp .pp-date{
        margin-top: 0;
    }
    
    .horizontal-pp .pp-pic img{
        display: none;
    }
    
}

@media all and (max-width: 640px){
    
    .filter-bar .cell:not(:last-child) select{
        margin-bottom: 20px;
    }
    
    .horizontal-pp .pp-pic{
        background-image: none !important;
    }
    
    .main-menu-box .burger{
        
    }
    
    .main-menu-box.open{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #f4f5f5;
        z-index: 99;
        padding: 10%;
        overflow-y: scroll;
    }
    
    .main-menu-box .menu{
        display: none;
    }
    
    .main-menu-box.open .menu{
        display: block;
    }
    
    .main-menu-box .menu li{
        display: block;
        margin: 0;
    }
    
    .main-menu-box .menu li ul{
        text-align: left;
        display: block;
        position: relative;
        transform: none;
        padding: 0;
        left: 0;
        padding-left: 20px;
        background-color: #f4f5f5;
    }
    
    .main-menu-box li a:hover:after{
        left: 0;
        right: auto;
    }
    
    .main-menu-box .menu > li > a{
        font-size: 20px;
        position: relative;
    }
    
    .main-menu-box .menu > li{
        border-top: 1px solid #d7d7d7;
        padding: 10px 0;
    }
    
    .main-menu-box .menu > li:first-child{
        border-top: none;
    }
    
    .main-menu-box ul li ul li {
        white-space: normal;
    }
    
    .hamburger{
        padding: 15px 15px;
        display: inline-block;
        cursor: pointer;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible; 
    }

    .hamburger-box{
        width: 40px;
        height: 24px;
        display: inline-block;
        position: relative; 
    }

    .hamburger-inner{
        display: block;
        top: 50%;
        margin-top: -2px; 
    }
    
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
        width: 40px;
        height: 4px;
        background-color: #000;
        border-radius: 4px;
        position: absolute;
    }
    
    .hamburger-inner::before, .hamburger-inner::after{
        content: "";
        display: block; 
    }
    
    .hamburger-inner::before{
        top: -10px; 
    }
    
    .hamburger-inner::after{
        bottom: -10px; 
    }
    
    .main-menu-box.open .hamburger{
        position: absolute;
        top: 30px;
        right: 30px;    
        z-index: 60;
    }

    .main-menu-box.open .hamburger .hamburger-inner{
        transform: rotate(45deg); 
    }
      
    .main-menu-box.open .hamburger .hamburger-inner::before{
        top: 0;
        opacity: 0; 
    }
    
    .main-menu-box.open .hamburger .hamburger-inner::after{
        bottom: 0;
        transform: rotate(-90deg); 
    }
    
    .hero-slider .swiper-slide .slider-content{
        padding: 30px;
    }
    
    .hero-slider .swiper-slide .slider-content h1, .hero h1{
        font-size: 32px;
    }
    
    .video-modul .post-preview, .video-modul .video-box{
        order: 0 !important;
    }
    
}


@media all and (max-width: 450px){
    
    .hero-slider .swiper-slide .slider-content h1, .hero h1{
        font-size: 23px;
    }

    .post-preview, .info-block-box {
        padding: 0 10px 30px;
    }
    
    .hero-slider .swiper-slide .slider-content p{
        font-size: 15px;
    }
    
}

@media all and (max-width: 360px){
    
    .hero-slider .swiper-slide .slider-content{
        padding: 20px;
    }
    
    .grid-container{
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .info-block{
        padding: 20px;
    }
    
    .info-block-box {
        padding: 0 0 30px;
    }
    
}

@media print{
	
	.top-bar-box, .main-menu-box, .breadcrumbs-box, footer, a:after{
		display: none;
	}
	
	.hero {
    	padding: 50px 30px;
	}
	
	.grid-x{
		display: block
	}
	
	.grid-x > .cell{
		width: 100% !important;
	}
	
}

#ipp_mobile_close_tab{
	background-color:transparent !important;
	
}

#ipp_mobile_close_txt{
	color:#fff !important;
	
}

.svg-inline--fa
{
    margin-right:5px !important;
}


.register-link-box {
    border: 2px solid #ed2c2a !important;
    color: #ed2c2a !important;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 12px 12px 12px 12px;
    cursor: pointer;
    background-color: transparent;
    width: 150px;
    display: block;
    text-transform: uppercase;
}

.more-link-box {
    border: 2px solid #ed2c2a !important;
    color: #ed2c2a !important;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 12px 0 10px;
    cursor: pointer;
    background-color: transparent;
    width: 150px;
    display: block;
    text-transform: uppercase;
}

.more-link-box-white {
    border: 2px solid #fff !important;
    color: #fff !important;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 12px 0 10px;
    cursor: pointer;
    background-color: transparent;
    width: 150px;
    display: block;
    text-transform: uppercase;
}

.pic-category{
        position: absolute;
    bottom: 8px;
    left: 16px;
    max-width: 120px;
    z-index:100;
    border: 2px solid #ed2c2a !important;
    color: #fff !important;
    font-size: 10px;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 7px 10px 7px;
    cursor: default;
    background-color: #ed2c2a;
    display: block;
    text-transform: uppercase;
}

.pic-brochure-cat{
        position: absolute;
    bottom: 8px;
    left: 16px;
    max-width: 120px;
    z-index:100;
    border: 2px solid #fff !important;
    color: #fff !important;
    font-size: 10px;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 7px 10px 7px;
    cursor: default;
    background-color: #ed2c2a;
    display: block;
    text-transform: uppercase;
}

.pic-business-unit-corporate{
        position: absolute;
   bottom: 8px;
    right: 16px;
    max-width: 100px;
    z-index:100;
    border: 2px solid #4a4d4a !important;
    color: #fff !important;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px 0 10px;
    cursor: pointer;
    background-color: #4a4d4a;
    width: 150px;
    display: block;
    text-transform: uppercase;
}

.pic-business-unit-general{
        position: absolute;
   bottom: 8px;
    right: 16px;
    max-width: 100px;
    z-index:100;
    border: 2px solid #ed2c2a !important;
    color: #fff !important;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px 0 10px;
    cursor: pointer;
    background-color: #ed2c2a;
    width: 150px;
    display: block;
    text-transform: uppercase;
}

.pic-business-unit-financial{
        position: absolute;
   bottom: 8px;
    right: 16px;
    max-width: 100px;
    z-index:100;
    border: 2px solid #630c73 !important;
    color: #fff !important;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px 0 10px;
    cursor: pointer;
    background-color: #630c73;
    width: 150px;
    display: block;
    text-transform: uppercase;
}

.pic-business-unit-eec{
        position: absolute;
   bottom: 8px;
    right: 16px;
    max-width: 100px;
    z-index:100;
    border: 2px solid #6bbe4a !important;
    color: #fff !important;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px 0 10px;
    cursor: pointer;
    background-color: #6bbe4a;
    width: 150px;
    display: block;
    text-transform: uppercase;
}

.pic-business-unit-glass{
        position: absolute;
   bottom: 8px;
    right: 16px;
    max-width: 100px;
    z-index:100;
    border: 2px solid #31baa6 !important;
    color: #fff !important;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px 0 10px;
    cursor: default;
    background-color: #31baa6;
    width: 150px;
    display: block;
    text-transform: uppercase;
}
.pic-business-unit-steel{
        position: absolute;
   bottom: 8px;
    right: 16px;
    max-width: 100px;
    z-index:100;
    border: 2px solid #108bad !important;
    color: #fff !important;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px 0 10px;
    cursor: default;
    background-color: #108bad;
    width: 150px;
    display: block;
    text-transform: uppercase;
}
.pic-business-unit-product{
        position: absolute;
   bottom: 8px;
    right: 16px;
    max-width: 100px;
    z-index:100;
    border: 2px solid #95969b !important;
    color: #fff !important;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px 0 10px;
    cursor: default;
    background-color: #95969b;
    width: 150px;
    display: block;
    text-transform: uppercase;
}
.pic-business-unit-nfm{
        position: absolute;
   bottom: 8px;
    right: 16px;
    max-width: 100px;
    z-index:100;
    border: 2px solid #32c7ef !important;
    color: #fff !important;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px 0 10px;
    cursor: default;
    background-color: #32c7ef;
    width: 150px;
    display: block;
    text-transform: uppercase;
}
.pic-business-unit-animal{
        position: absolute;
   bottom: 8px;
    right: 16px;
    max-width: 100px;
    z-index:100;
    border: 2px solid #ffd342 !important;
    color: #fff !important;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px 0 10px;
    cursor: default;
    background-color: #ffd342;
    width: 150px;
    display: block;
    text-transform: uppercase;
}
.pic-business-unit-lime{
        position: absolute;
   bottom: 8px;
    right: 16px;
    max-width: 100px;
    z-index:100;
    border: 2px solid #f89a42 !important;
    color: #fff !important;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px 0 10px;
    cursor: default;
    background-color: #f89a42;
    width: 150px;
    display: block;
    text-transform: uppercase;
}
.pic-business-unit-cement{
        position: absolute;
   bottom: 8px;
    right: 16px;
    max-width: 100px;
    z-index:100;
    border: 2px solid #b5594a !important;
    color: #fff !important;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px 0 10px;
    cursor: default;
    background-color: #b5594a;
    width: 150px;
    display: block;
    text-transform: uppercase;
}
.pic-business-unit-raw{
        position: absolute;
   bottom: 8px;
    right: 16px;
    max-width: 100px;
    z-index:100;
    border: 2px solid #7366ae !important;
    color: #fff !important;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px 0 10px;
    cursor: default;
    background-color: #7366ae;
    width: 150px;
    display: block;
    text-transform: uppercase;
}



.details{
    color: #003262;
    margin-right:15px !important;
}

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.info-block-category{
    margin:auto;
    z-index: 100;
    border: 2px solid #ed2c2a !important;
    color: #fff !important;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px 0 10px;
    cursor: default;
    background-color: #ed2c2a;
    width: 150px;
    display: block;
    text-transform: uppercase;

}

.info-block-general{
    margin:auto;
    z-index: 100;
    border: 2px solid #ed2c2a !important;
    color: #fff !important;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px 0 10px;
    cursor: default;
    background-color: #ed2c2a;
    width: 150px;
    display: block;
    text-transform: uppercase;

}

.info-block-corporate{
    margin:auto;
    z-index: 100;
    border: 2px solid #4a4d4a !important;
    color: #fff !important;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px 0 10px;
    cursor: default;
    background-color: #4a4d4a;
    width: 150px;
    display: block;
    text-transform: uppercase;

}


.info-block-financial{
    margin:auto;
    z-index: 100;
    border: 2px solid #630c73 !important;
    color: #fff !important;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px 0 10px;
    cursor: default;
    background-color: #630c73;
    width: 150px;
    display: block;
    text-transform: uppercase;

}

.info-block-general{
    margin:auto;
    z-index: 100;
    border: 2px solid #3d5567 !important;
    color: #fff !important;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px 0 10px;
    cursor: default;
    background-color: #3d5567;
    width: 150px;
    display: block;
    text-transform: uppercase;

}

.info-block-eec{
    margin:auto;
    z-index: 100;
    border: 2px solid #6bbe4a !important;
    color: #fff !important;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px 0 10px;
    cursor: default;
    background-color: #6bbe4a;
    width: 150px;
    display: block;
    text-transform: uppercase;

}

.info-block-product{
    margin:auto;
    z-index: 100;
    border: 2px solid #95969b !important;
    color: #fff !important;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px 0 10px;
    cursor: default;
    background-color: #95969b;
    width: 150px;
    display: block;
    text-transform: uppercase;

}

.info-block-steel{
    margin:auto;
    z-index: 100;
    border: 2px solid #108bad !important;
    color: #fff !important;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px 0 10px;
    cursor: default;
    background-color: #108bad;
    width: 150px;
    display: block;
    text-transform: uppercase;

}

.info-block-nfm{
    margin:auto;
    z-index: 100;
    border: 2px solid #32c7ef !important;
    color: #fff !important;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px 0 10px;
    cursor: default;
    background-color: #32c7ef;
    width: 150px;
    display: block;
    text-transform: uppercase;

}

.info-block-animal{
    margin:auto;
    z-index: 100;
    border: 2px solid #ffd342 !important;
    color: #fff !important;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px 0 10px;
    cursor: default;
    background-color: #ffd342;
    width: 150px;
    display: block;
    text-transform: uppercase;

}

.info-block-lime{
    margin:auto;
    z-index: 100;
    border: 2px solid #f89a42 !important;
    color: #fff !important;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px 0 10px;
    cursor: default;
    background-color: #f89a42;
    width: 150px;
    display: block;
    text-transform: uppercase;

}

.info-block-cement{
    margin:auto;
    z-index: 100;
    border: 2px solid #b5594a !important;
    color: #fff !important;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px 0 10px;
    cursor: default;
    background-color: #b5594a;
    width: 150px;
    display: block;
    text-transform: uppercase;

}

.info-block-raw{
    margin:auto;
    z-index: 100;
    border: 2px solid #7366ae !important;
    color: #fff !important;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px 0 10px;
    cursor: default;
    background-color: #7366ae;
    width: 150px;
    display: block;
    text-transform: uppercase;

}

.info-block-glass{
    margin:auto;
    z-index: 100;
    border: 2px solid #31baa6 !important;
    color: #fff !important;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px 0 10px;
    cursor: default;
    background-color: #31baa6;
    width: 150px;
    display: block;
    text-transform: uppercase;

}

.info-block-holidays{
    margin:auto;
    z-index: 100;
    border: 2px solid #c6c76a !important;
    color: #fff !important;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px 0 10px;
    cursor: default;
    background-color: #c6c76a;
    width: 150px;
    display: block;
    text-transform: uppercase;

}

.single-request{
    z-index: 100;
	color:#fff!important;
    border: 2px solid #ed2c2a !important;
    font-size: 15px;
    transition: all 0.2s ease-in-out;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px 0 10px;
    cursor: default;
    background-color: #ed2c2a;
    width: 220px;
    display: block;
    text-transform: uppercase;
}

.wpcf7-list-item{
	display:block!important;
}
.radio-inline .wpcf7-list-item{
	display: inline-block !important;
	margin-right: 1.5em !important;
}

.wpcf7-list-item input[type="checkbox"]{
	margin-right:5px!important;
	margin-left:0px!important;
	margin-top:10px!important;
}

.wpcf7-list-item-label{
	padding-bottom:25px!important;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    font-size: 33px!important;
}

.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    font-size: 33px!important;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000!important;
}



/* quote */
.modules-quote-container .section-head{display: flex; margin-bottom: 2em;}
.modules-quote-container .headline-icon{margin: 0 1.5em;}
.modules-quote-container .pp-box-wrap{display: block;padding-top: 140%;overflow: hidden;position: relative; border-radius: 1em;}
.modules-quote-container .pp-box-wrap .pp-box, .modules-quote-container .pp-box-wrap .pp-box .pp-box-title {position: absolute;top: 0;width: 100%;height: 100%; background-repeat: no-repeat; background-size: cover;display:flex;justify-content: center;align-items: end;}
.modules-quote-container .pp-box-wrap .pp-box.pp-box-overlay {background: rgba(0,0,0,.7);opacity: 0;transition: all .3s; margin: .5em;width: calc(100% - 1em);height: calc(100% - 1em); border-radius: .7em; backdrop-filter: blur(4px);-webkit-backdrop-filter: blur(4px); font-size:15px;line-height: 1.3em; overflow:hidden;}
.modules-quote-container .pp-box-wrap .pp-box.pp-box-overlay,
.modules-quote-container .pp-box-wrap .pp-box.pp-box-overlay .content {color: #fff;}
.modules-quote-container .pp-box-wrap:hover .pp-box.pp-box-overlay {opacity: 1; overflow-y: scroll;}
.modules-quote-container .pp-box-wrap:hover .pp-box .pp-box-title {opacity: 0}
.modules-quote-container .pp-box-wrap .pp-pic-overlay {padding: 1.5em;width: 100%;height: 100%;}
.modules-quote-container .pp-box-wrap .quote-icon {width: 1.5em;}
.modules-quote-container .pp-box-wrap .pp-pic-overlay .name {margin-top: 1em;}
.modules-quote-container .pp-box-wrap .pp-pic-overlay .name {margin-top: 1em;font-weight:bold;}
.modules-quote-container .pp-box-wrap .pp-pic-overlay .position {font-weight:normal; opacity:.7;}

.modules-quote-container .pp-box-title {text-shadow: 0 2px 7px #000;color:#fff;}
.modules-quote-container .pp-box-overlay::-webkit-scrollbar {width: 0px;}
@media screen and (max-width: 540px) {
  .modules-quote-container .grid-margin-x > .small-6 {width: 240px;}
  .modules-quote-container .quote-wrapper {flex-wrap: nowrap;justify-content: flex-start;}
  .modules-quote-container  {overflow-x: scroll;overflow-y: hidden;}
}