/*!
Theme Name: MirdadbyUP
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: mirdadbyup
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

MirdadbyUP is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.bButtons{margin-top:5px;display:flex;align-items:center;justify-content:center;}
 .bButtons a:first-child{
	 margin-right: 5px;
	 background-color: #BDAA99;
	 color:#000;
 }
 .bButtons a:first-child:hover{
	 background-color: #2C2219;
	color:#BDAA99;
 }
 .bButtons a i{font-size:10px;margin-left:10px; }
 .bButtons a{
	text-transform: uppercase;
	background-color: #000;
	display: block;
	font-size: 11px;
	width: 50%;
	text-align: center;
	border-radius:2px;
	padding: 10px;
	color:#000;
	background-color: #2C2219;
	color:#BDAA99;
	transition: all 0.5s ease-in-out;
 }
 .bButtons a:hover{
	 background-color: #BDAA99;
	 color:#000;
 }
 @media only screen and (max-width: 800px) {
	 .bButtons a{font-size:12px;}
 }
 @media only screen and (max-width: 600px) {
	 .bButtons{
		flex-direction:column;
	} 
	.bButtons a{
		width:100%;
	}
	.bButtons a:first-child{
		margin-bottom:10px;
	}
 }
 .triggerDiv{display:none}
 .triggerDiv.open{
	 display:block;
	 position:fixed;
	 top:50%;
	 left:50%;
	 transform: translate(-50%, -50%);
	 width: 60%!important;
	 z-index: 99;
	 max-width: 60%!important;
 }
 .triggerDiv .elementor-element-populated {
	 padding: 0!important;
	 margin-right: 25px;
 }
 .triggerDiv > div {
	 max-width: 100%!important;
 }
 @media only screen and (max-width: 510px) {
	.triggerDiv.open{
		width: 80%!important;
	 z-index: 99;
	 max-width: 80%!important;
	} 
	.triggerDiv.open .elementor-widget-image{
		display:none!important;
	}
 }

 /* COUNTER */
 div#countdown-timer span {
    visibility: hidden;
    position: relative;
}

#countdown-timer span::after {
    content: "00";
    position: relative;
    margin-top: -24px;
    top: 0;
    left: 0px;
    visibility: visible;
    color: #8F6D4F;
    display: block;
    font-size: 34px;
    margin-bottom: 5px;
    font-family: "MordernoFB Regular", Sans-serif !important;
}
.contDowntimer{
    width: 100%;
    display: flex;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Roboto';
    align-items: center;
    justify-content: flex-end;
    gap:10px;
    text-align: center;
    color:#8F6D4F;
}
.contDowntimer > div{
    background-color: rgba(255,255,255,0.8);
    padding: 20px 20px 10px 20px;
    width: 33.33%;
    border-radius: 10px
}
.contDowntimer span{
    display:block;
    font-size: 40px;
    margin-bottom: 5px;
    font-family: "MordernoFB Regular", Sans-serif !important;
}
@media only screen and (max-width: 940px) {
    .contDowntimer > div{
    background-color: rgba(255,255,255,0.8);
    padding: 20px 20px 10px 20px;
    width: auto;}
    .contDowntimer span{
    font-size: 30px;}
}
@media only screen and (max-width: 600px) {
    .contDowntimer > div{
    background-color: rgba(255,255,255,0.8);
    padding: 10px 10px 10px 10px;
    width: auto;}
    .contDowntimer span{
    font-size: 30px;}
}


/* For Touch Zoom */
input,
textarea,
select {
    font-size:16px!important;
    touch-action: manipulation;
}