/*
Theme Name: SK Opika
Theme URI: 
Author: NoName
Author URI: #
Description: Meoba wordpress template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: meoba

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* *:focus {
  outline: none;
  box-shadow: none;
} */

* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}
html {
	overflow: inherit !important;
}
body.fancybox-active {
	overflow: hidden;
}

.breadcrumbs span a.home:after{content:url("data:image/svg+xml,%3Csvg data-name='home' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.765 5.912L7.484.188a.715.715 0 00-.968 0L.236 5.912a.713.713 0 00-.187.79c.108.279.37.459.67.459h1.003v5.734c0 .227.184.412.412.412h3.443a.412.412 0 00.411-.412V9.413h2.024v3.482c0 .228.184.412.412.412h3.442a.412.412 0 00.412-.412V7.161h1.003c.3 0 .562-.18.67-.46a.714.714 0 00-.186-.789z' fill='%23404041'/%3E%3C/svg%3E");width:14px;height:14px;display:block}.breadcrumbs span a.home:hover:after{content:url("data:image/svg+xml,%3Csvg data-name='home' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.765 5.912L7.484.188a.715.715 0 00-.968 0L.236 5.912a.713.713 0 00-.187.79c.108.279.37.459.67.459h1.003v5.734c0 .227.184.412.412.412h3.443a.412.412 0 00.411-.412V9.413h2.024v3.482c0 .228.184.412.412.412h3.442a.412.412 0 00.412-.412V7.161h1.003c.3 0 .562-.18.67-.46a.714.714 0 00-.186-.789z' fill='%233DAE2B'/%3E%3C/svg%3E")}


@media (max-width: 960px) {
  .page-template-page-title-tabs .reporting__tabs .reporting__tabs-item,
  .page-template-page-tabs-accordion .specification__tabs .specification__tabs-item {
    overflow: hidden;
  }
  .page-template-page-title-tabs .reporting__tabs .reporting__tabs-item span,
  .page-template-page-tabs-accordion .specification__tabs .specification__tabs-item span {
    white-space: nowrap;
    position: relative;
    overflow: hidden;    /* Required to make ellipsis work */
    text-overflow: ellipsis;
    display: inline-block;
  
    /* Starting transition */    
    /* left: 0%; */
    transform: translateX(0);
    width: 100%;
    /* -webkit-transition: left 3s 0.5s, width 3s 0.5s;
    -moz-transition: left 3s 0.5s, width 3s 0.5s;
    transition: left 3s 0.5s, width 3s 0.5s; */
    transition: 3s;
  }
  .page-template-page-title-tabs .reporting__tabs .reporting__tabs-item:hover span,
  .page-template-page-tabs-accordion .specification__tabs .specification__tabs-item:hover span{
    /* left: -80%; */
    transform: translateX(-75%);
    width: 500%;
  }
}
.footer{padding-bottom:0!important;}@media (max-width:960px){.footer{padding:50px 0 0 !important}}
.footer__logo{margin-bottom:15px !important}@media (max-width:960px){.footer__logo svg{height:30px}}.footer__time{margin-top:15px}@media (max-width:960px){.footer__time table{margin:0 auto}}.footer__time table td{font-weight:500;font-size:14px;line-height:23px;color:#fff}.footer__time table td.label{padding-right:21px}.footer__time table tr.gray td{color:#8c8c8f}
.footer__copyright{margin-top:27px;margin-bottom:0!important;font-weight:500;font-size:12px;line-height:15px;color:#fff;text-align:center;padding:12px 0;border-top:1px solid #8c8c8f}

/* ???? */

/* SEO Text */
.seo-box {
  padding: 50px 0 30px;
}
.seo-box .content h1,
.seo-box .content h2,
.seo-box .content h3,
.seo-box .content h4,
.seo-box .content h5,
.seo-box .content h6,
.seo-box .content .h1,
.seo-box .content .h2,
.seo-box .content .h3,
.seo-box .content .h4,
.seo-box .content .h5,
.seo-box .content .h6 {
  margin-bottom: 16px;
}
.seo-box .content blockquote, 
.seo-box .content ol:not(:last-child), 
.seo-box .content p:not(:last-child), 
.seo-box .content q, 
.seo-box .content ul:not(:last-child) {
  margin-bottom: 16px;
}
.content strong {
  font-weight: 600;
}