/*
 Theme Name:   Astra Child
 Theme URI:    http://example.com
 Description:  Astra Child Theme for Daily Deal site
 Author:       Techie Mastermind
 Author URI:   http://example.com
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  astrachildtheme
*/

a:hover {
    text-decoration: none;
}
.time_circles > div > h4, .time_circles > div > span {
	color: #fff;
    text-shadow: 1px 1px 3px black;
}
.cls-product-deal .title h1{
    text-align: center;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    margin: 30px 0;
}
.cls-product-deal .title h1 span{
    color: orange;
}
ul {
    margin-top: 15px;
    color: #333;
    font-size: 1rem;
}
.modal .modal-body {
    max-height: 500px;
    overflow: auto;
}
.deal-titles {
    max-height: 400px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}
.deal-titles:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #ffffff);
}
.btn-deals {
    border: 2px solid;
    padding: 6px 15px;
    border-radius: 36px;
    width: 70%;
    font-size: 22px;
    font-weight: 600;
}
.btn-deals:hover {
    background-color: #004571;
    color: white !important;
}
.ml-3 {
    margin-left: 3em;
}
div.wpforms-container-full .wpforms-form button[type=submit] {
    background-color: #0274be;
    color: #fff;
    font-size: 1em;
    padding: 12px 30px;
    border-radius: 5px;
    border: none;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background-color: #1e5a9e;
    border: none;
    cursor: pointer;
}
.modal-dialog {
    top: 10%;
}
a {
    color: #333;
}
.time_circles > div > h4 {
    font-size: 18px !important;
}
.cls-paypal {
    clear: both;
    padding-top: 50px;
}
.time_circles > div > span {
	margin-top: 0.6em;
}
@media only screen and (max-width: 768px) {
	.cls-product-deal .title h1 {
		font-size: 2em;
	}
}

@media only screen and (max-width: 415px) {
	.cls-product-deal .title h1 {
		font-size: 1.5em;
		line-height: 1.5;
	}
	ul {
    	margin-left: 1.5em;
	}
}