.footer-menus p {
    font-size: 17px;
}

footer .footer-menus h5{
	color: #741fa2;
}

footer .copyright{
	color: #741fa2;
}

#sticky-nav .logo img{
	max-height: 60px;
}

.gform_wrapper form textarea{
	height: 160px;
}

.gform_wrapper form{
	width: 100%;
	max-width: 100%;
}

.single-post .read-more-title{
	margin-top: 20px;
}

.bm-contact-form{
	border: 1px solid #cacaca;
	padding: 40px;
}

.mktoButtonRow{
	font-size: 15px;
	font-weight: 500;
}

.loginbtn{
	background: #741fa2;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
}
.loginbtn:hover{
	background: #8323b7;
}

nav .pagination {
    margin: 20px auto;
    text-align: center;
    list-style: none;
}

nav .pagination li{
	display: inline;
}

.post-preview .post-image{
	min-height: auto;
}

.post-preview .post-details .post-title h3{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}


#ToC{
	border: 2px solid #a751d4;
    padding: 30px;
    border-radius: 15px;
    margin-top: 30px;
    background: #eee;
}

#ToC h4{
	font-weight: 900;
	font-size: 30px;
}

#ToC ul{
	margin-bottom: 0px;
	font-weight: 500;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.coupondv{
	border: 2px solid #741fa2;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
}

.coupondv .tile-hot-ribbon{
	position: absolute;
    transform: rotate(-90deg);
    width: 70px;
    top: -5px;
    left: -5px;
}

.coupondv p{
	padding-top: 10px!important;
    padding-bottom: 10px!important;
    margin: 0px;
    color: #741fa2;
    font-size: 24px;
    font-weight: bold;
}

.coupondv .coupon-title{
	padding: 0px 25px;
}

.coupondv .coupon-code {
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    height: 40px;
    cursor: pointer;
    margin-top: 4px;
}

.coupondv .coupon-reveal {
    position: absolute;
    line-height: 40px;
    border-radius: 4px;
    -webkit-transition-duration: .8s;
    -webkit-transition-property: width;
    transition-property: width;
    transition-duration: .8s;
    width: 100%;
    overflow: hidden;
    text-transform: uppercase;
    text-align: center;
}

.coupondv .coupon-reveal {
    background: #fff;
    color: #741fa2;
    border: 2px solid #741fa2;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.5px;
    max-width: 150px;
}

.coupondv .coupon-reveal:hover{
	background: #741fa2;
	color: #fff;
}

.fade {
    transition: opacity .15s linear;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: rgba(0,0,0,0.4);
}

.show {
    display: block;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.cupon-modal .modal-dialog {
    max-width: 770px;
    position: relative;
    width: auto;
    margin: 6.75rem auto;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px);
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-header {
    display: block;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
}

.modal-header {
    text-align: center;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.cupon-modal .modal-dialog .modal-content .modal-header img {
    margin-right: 20px;
    border-radius: 7px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    border: 1px solid #57c6fa;
    padding: 0 15px;
    width: 140px;
}

.cupon-modal .modal-dialog .modal-content .modal-header h4 {
    margin-top: 15px;
}

.cupon-modal .modal-dialog .modal-content .modal-header h4 {
    font-size: 25px;
    font-weight: 600;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-header a.close {
    width: 35px;
    font-size: 25px;
}

.modal-header a.close {
    position: absolute;
    right: 20px;
    top: 0px;
}

.cupon-modal a.close-modal{
	display: none;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-flex: 1;
    padding: 1rem;
}

.promocodedv {
    text-align: center;
}

.cupon-modal .modal-dialog .modal-content .modal-body h6 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.cupon-modal .modal-dialog .modal-content .modal-body h6 {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}

.coupon-code {
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    height: 40px;
    cursor: pointer;
    margin-top: 4px;
}

.cupon-modal .modal-dialog .modal-content .modal-body p {
    width: auto;
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;
    background: rgb(247, 247, 247);
    border: thin solid #57c6fa;
    border-radius: 3px;
    margin-bottom: 10px;
    display: inline-block;
    padding: 0px 30px;
    font-size: 20px;
    border-radius: 40px;
    font-weight: 600;
    height: auto;
    color: #000;
}

.cupon-modal .modal-dialog .modal-content .modal-body p span.copycode {
    position: relative;
    border-radius: 1000px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: background-color 500ms ease 0s, border-color 500ms ease 0s, color 500ms ease 0s, fill 500ms ease 0s;
    -webkit-font-smoothing: antialiased;
    border: thin solid #57c6fa;
    background-color: #57c6fa;
    color: white;
    font-size: 15px;
    height: auto;
    min-width: auto;
    padding: 2px 30px;
    line-height: 37px;
    float: right;
    margin-top: 9px;
    margin-left: 15px;
    margin-right: -21px;
    text-transform: none;
}

.cupon-modal .modal-dialog .modal-content .modal-body small {
    font-size: 12px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-transparent.btnstore {
    background: #57c6fa;
    color: #fff;
    border-radius: 30px;
    padding: 15px 20px!important;
    text-transform: uppercase;
    font-weight: 600;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.cupon-modal .modal-dialog .modal-content .modal-body .form-group a {
    float: right;
    margin-top: -5px;
    padding: 15px;
}

@media(min-width: 1024px){
    .dt_hidden{
        display:none;
    }
}

@media(max-width: 1023px){
    .mb_hidden{
        display:none;
    }

    .coupondv .grid-x{
        display: block;
    }

    .coupondv{
        text-align: center;
        padding: 20px 35px;
    }

    .coupondv .coupon-reveal{
        margin: 0 auto;
        display: block;
        position: relative;
    }

}

@media screen and (max-width: 39.99875em){
	.post-preview .post-image {
	    width: 100%;
	    display: inline-block;
	}

	.category-details .cat-icon {
	    left: 10px;
	    top: -25px;
	}
}