/*!
Theme Name: noxt
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: noxt

*/

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0em 1em;
}
.fz19resp{
	font-size: 19px;
}





.fancybox__container .fancybox__nav, .btn_prod_nav, .header_btn_pos a:last-child{
	display: none !important;
}
.wpcf7-not-valid-tip {

    margin-top: 10px;
}

.link.color2.fz16.fw500{
    margin-top: -2px;
    display: inline-block;
}
.nav_lv2 img{
	object-fit: cover;
}

.info_list span:not(:last-child){min-width: 90px;}

span.page-numbers.current {
    background-color: #A1A1A1;
    color: #fff;
}

.txt_lg2{
	font-size: 4rem;
}

.btn.play{
    position: absolute;
    height: auto;
    width: auto;
    margin: 0px;
    z-index: 10;
    left: 50%;
    top: 50%;
    padding: 30px;
    border-radius: 100%;
    margin-left: -30px;
    margin-top: -30px;
}

.play:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 1px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #4D4D4D;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn.play:hover:before{
	border-left: 10px solid #fff;
}

.play::after {
    content: ' ';
    display: block;
    background-color: rgb(255 255 255 / 80%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    margin-top: -15px;
    margin-left: -15px;
    -webkit-animation: scaleMarker 1s infinite;
    animation: scaleMarker 1s infinite;
    z-index: -1;
}

.admin-bar .logo a{
	top: 77px;
}

.admin-bar .header_btn_pos{
	top: 71px;
}

@-webkit-keyframes scaleMarker{
      from{
      opacity:1;-webkit-transform:scale(0);transform:scale(0)
      }
      to{
      opacity:0;-webkit-transform:scale(5);transform:scale(5)
      }
    }
    @keyframes scaleMarker{
      from{
      opacity:1;-webkit-transform:scale(0);transform:scale(0)
      }
      to{
      opacity:0;-webkit-transform:scale(5);transform:scale(5)
      }
    }