﻿/* 649 - 767 - 1024 */


@media only screen and (max-width:1024px){   
	#footer-L ul li {
		margin: 5px 0 15px 0 !important;
		text-align: left !important;        		
	}
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
}

@media only screen and (max-width: 1024px) and (min-width: 997px) {
}

@media only screen and (max-width: 804px) and (min-width: 768px) {
}

@media only screen and (max-width: 649px) {
    div#logodiv {
        width: 150px !important;
    }
    div#share-print
    {
        display: none;
    }
}

.hero-home-feature-container .signup-btn-1 {
    margin-top: 0px !important;
}

.signup-btn-1, .orange-btn {
    padding: 5px 5px 5px 5px !important;
    font-family: 'SourceSansProRegular';
    text-transform:capitalize;
    font-size: 20px !important;
    word-spacing: 5px;
    font-weight: normal;
    color: #fff;
    line-height: 20px !important;
}

@media only screen and (min-width: 1025px) {
	.hero-home-left{
		float: left;
		width: 30% !important;
	}

	.hero-home-right {
		float: left;
		width: 70% !important;
	}}

.feature_jump.leftalign {
    margin-right: 5px;
    width: 175px;
}

#copyright {
	text-align: center;
    margin-top: 10px !important;
}

div.mw_release table 
{
    border-collapse: separate;
    border-spacing: 0;
}

.unsubscribe-container {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    width: 100%;
}

.disable-subscriptions {
    border-radius: 5px;
    float: left;
    padding: 4px;
    background: #7e41bb;
    color: #ffffff !important;
    width: 190px;
    margin-top: -6px;
    font-size: 14px;
    text-align: center;
    width: auto;
}

.global-save-success {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    width: max-content;
}

.all-subscription .unsubscribe-delete {
    float: left;
    margin-top: 7px;
    margin-left: 8px;
}