@charset "UTF-8";

/*
	Theme Name: Noxe Child Theme
	Theme URI: https://themeforest.net/user/gloriathemes
	Description: Child theme of Noxe theme
	Author: Gloria Themes
	Author URI: https://gloriathemes.com/
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: noxe
	Template: noxe
	Version: 1.0.0
*/

@media (max-width: 1199px) {
	.gt-title-bar.gt-style-1 h1 {
		font-size: 40px;
	}
}

@media only screen and (min-width: 960px) {
	.kenzap .kenzap-hall-layout .kp_wrapper {
		overflow-x: hidden;
	}
}

.accordion,
.accordion:focus {
	background-color: #fe8400;
    color: #ffffff;
    cursor: default;
    padding: 16px;
    width: 100%;
    /* border: 2px solid #986cab; */
    text-align: center;
    outline: none;
    font-size: 19px;
    font-weight: 600;
    transition: 0.8s;
}

button.accordion i {
	transform: rotate(315deg);
}

.active, .accordion:hover {
background-color: #d59520;
}

.panel {
padding: 0 18px;
background-color: white;
/* max-height: 0; */
/* overflow: hidden; */
transition: max-height 0.4s ease-out;
}

.content-booking-ticket {
	margin-bottom: 85px;
}

.kenzap-hall-layout {
	margin-top: 25px;
}

.variation-Venue {
	display: none !important;
}

.section-download-ticket-multi {
	margin-top: 50px;
}

.section-download-ticket-multi a {
	display: inline-block;
	background: #e26f2e;
    padding: 10px;
    color: #ffffff;
    margin-right: 10px;
	margin-bottom: 10px;
    border-radius: 15px;
	border: 1px solid #e26f2e;
	transition: all 300ms ease-in-out;
}

.section-download-ticket-multi a:hover {
	background: #ffffff;
	color: #e26f2e;
}

.stage-name::before {
	content: "Ընտրեք Ամսաթիվը";
    display: block;
    font-size: 20px;
}

.stage-name h3 {
	position: relative;
	border: none;
}

.kenzap .kenzap-hall-layout .stage-name h3 {
	border: none;
}

.kenzap .kenzap-hall-layout .stage-name .date_select {
	background: transparent;
    border: 1px solid #000;
    padding: 12px 46px;
}

.stage-name h3::after {
	content: '\f078';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 46px;
    top: 22px;
}

.woocommerce table.shop_table tr td.product-quantity input {
	pointer-events: none;
}

/* tomsatkgh modal */
.tomsarkgh-modal
{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;

    overflow: auto;

    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 33px 15px 15px;

    background-color: rgba(0,0,0,.8);
}

.tomsarkgh-modal-opened
{
    overflow: hidden;
}

.tomsarkgh-modal-content
{
    position: relative;
    z-index: 1000;

    overflow: hidden;

    box-sizing: border-box;
    width: 800px;
    height: 725px;
    margin: auto;
    padding: 35px 15px 20px;

    color: #000;
    border-top: 1px solid #fff;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    border-radius: 0;
    background: url('https://www.tomsarkgh.am/images/rainbow5.png') repeat-x top #ececec;
    background-color: #ececec;
}

.tomsarkgh-modal-close
{
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;

    position: absolute;
    top: 8px;
    right: 14px;

    margin-top: 2px;

    text-decoration: none;

    opacity: .2;
    color: #000;
    text-shadow: 0 1px 0 #fff;

    filter: alpha(opacity=20);
}

.tomsarkgh-modal-close:hover,
.tomsarkgh-modal-close:focus
{
    cursor: pointer;
    text-decoration: none;

    opacity: .4;
    color: #000;

    filter: alpha(opacity=40);
}

.tomsarkgh-modal-body
{
    height: 100%;
}

.tomsarkgh-modal-body iframe
{
    width: 100%;
    height: 100%;

    border: 0;
}

@media (max-width: 820px)
{
    .tomsarkgh-modal{
        width: 100vw;
        width: -webkit-fill-available;
    }

    .tomsarkgh-modal-content
    {
        width: 100%;
    }

    .tomsarkgh-modal-content
    {
        height: 785px;
    }
}
