/* LICENSE & DETAILS
   ==================================================

	Theme Name: Uplift Child Theme
	Theme URI: http://uplift.swiftideas.com
	Description: An Incredible Responsive Multi-Purpose WordPress Theme - Designed & Developed by Swift Ideas ( www.swiftideas.com )
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: uplift
	Version: 1.0
	Author: Swift Ideas
	Author URI: www.swiftideas.com

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */

.countdown-text h1{
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
}
.countdown-box{

    /*margin: 5px;*/

 }
 .countdown-box h1{
     border: 1px solid #eeeeee;
     border-radius: 5px;
     text-align: center;
     font-size: 28px;
     padding: 15px 5px;
     font-weight: bold;
 }
.day h1:after,.hr h1:after,.min h1:after{
    font-weight: 400;
}
.day h1:after{
    content: ' DAYS';
}
.hr h1:after{
    content: ' HRS';
}
.min h1:after{
    content: ' MIN';
}

 .bullet:after{
     content: ":";
     position: absolute;
     top:35px;
     font-size: 30px;
     left: -5px;
     font-weight: bold;
 }
 .btn-lpga{
     outline: none;
     border: 0;
     padding: 10px 10px;
     border-radius: 5px;
     margin-top: 20px;
     -webkit-box-shadow: 6px 5px 15px -7px rgba(0,0,0,0.65);
     box-shadow: 6px 5px 15px -7px rgba(0,0,0,0.65);
 }
 .btn-buy-ticket{

     background: #df0000;
     color: #fff;
     font-weight: 600;
     font-size: 22px;



 }
 .btn-see-more{
     background: #fff;
     color: #000;
     padding: 10px 35px;
     font-size: 18px;
     font-weight: 400;
 }
 #input-subscribe{
     border-radius: 4px;
     -webkit-box-shadow: 6px 5px 15px -7px rgba(0,0,0,0.65);
     box-shadow: 6px 5px 15px -7px rgba(0,0,0,0.65);
 }
 .btn-subscribe{
     border: 1px solid #fff;
     color: #fff;
     background: transparent;
     border-radius: 4px;
     width: 100%;
     margin-top: 5px;
     height: 52px;
     font-weight: 500;
     outline: none;
 }
 .btn-subscribe:hover{
     color: #df0000;
     background: #fff;
 }