
/* Slideout */
#slideout {
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    color: #333;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 520px;
    -webkit-transition-duration: 1.7s;
    -moz-transition-duration: 1.7s;
    -o-transition-duration: 1.7s;
    transition-duration: 1.7s;
    z-index: 10000;
    /* background: url('https://www.angelsense.com/wp-content/themes/angelsense/images/promotions/slideout-autism-awareness-q30.jpg') top center no-repeat; */
    background-size: cover;
    display: none;

}
/*
#slideout.on {
    display: none !important
}
*/


#slideout-handle {
    background: url('/wp-content/themes/angelsense/images/promotions/summer-triger.png') left center no-repeat;
    display: block;
    width: 334px;
    height: 104px;
    position: fixed;
    top: 15%;
    cursor: pointer;
    z-index: 10000;
    -webkit-transition-duration: 0.9s;
    -moz-transition-duration: 0.9s;
    -o-transition-duration: 0.9s;
    transition-duration: 0.9s;
    left: 0;
}


#slideout-handle.hide {
    left: -195px;
}
#slideout-container {max-width: 1200px; width: 100%; margin: 0 auto; height: 100%; position: relative}

#slideout-logo{
    position: absolute;
    top: 10px;
    left: 30px;
    width: 252px;
    height: 37px;
    background: url('https://www.angelsense.com/wp-content/themes/angelsense/images/promotions/slideout-logo.png') center center no-repeat;
	z-index: 99;
}

#slideout-main {
    width: 900px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    display: block;
    position: absolute;
    top: 34%;
    left: 150px;
}

#slideout-heading {
    font-size: 67px;
    line-height: 60px;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px rgba(0,0,0,0.5);
    margin: 0;
}
#slideout-heading span {
    color: #6fffef;
    font-weight: bold;
}

#slideout-subheading {
    color: #aefff6;
    font-size: 22px;
    line-height: 22px;
    padding-top: 30px; padding-bottom: 30px;
    font-weight: bold;
    text-shadow: 1px 1px rgba(0,0,0,0.5);
    margin: 0;
}

#slideout-seperator {border-bottom: 1px solid #fff; max-width: 900px; width: 100%; margin: 0 auto; }
#slideout-cta-top {
    color: #ffffff;
    font-size: 22px;
    line-height: 22px;
    padding-top: 30px; padding-bottom: 30px;
    font-weight: normal;
    text-shadow: 1px 1px rgba(0,0,0,0.5);
    margin: 0 0 30px 0;
}

/* .slideout-panel-button {padding-top: 30px;} */
.slideout-panel-button a {
    background-color: #f26522 !important;
    color: #ffffff !important;
    border: 2px solid white !important;
    border-radius: 5px !important;
    font-size: 27px !important;
    font-weight: 600 !important;
    padding: 20px 50px !important;
    text-decoration: none;
    display: inline-block !important;
}

#slideout-awareness-badge {
    position: relative;
    top: -90px;
    left: -120px;
    width: 110px;
    margin: 0 auto;
}

#slideout-bottom-close {
    height: 22px;
    width: 39px;
    position: absolute;
    bottom: 45px;
    left: 48%;
}

.slideout-countdown {
    position: relative;
    top: -160px;
    background-color: #c02d2d;
    width: auto;
    padding: 4px 10px;
    display: inline;
    border-radius: 0;
    color: white;
    font-size: 21px;
    font-weight: 600;
}

.slideout-countdown-handle{
    width: auto;

    margin-left: 95px;
    background-color: #c02d2d;
    color: white;
    font-size: 13px;
    font-weight: 600;
    padding: 1px 4px;
    position: relative;
    top: 3px;
    display: none;
}

.slideout-countdown-handle.no-top-margin{
    top: 0;
}

#slideout-awareness-badge img {
    max-width: 100%;
}


@media all and (min-width: 1750px ){
    #slideout-handle {top: 4px;}
}



@media all and (min-width: 768px) and (max-width: 1199px) {
    #slideout-main {
        max-width: 90%;
        position: relative;
        left: auto;
    }
}

/*@media (max-width: 1024px) {
	#slideout-handle { display: none !important; }
}*/
@media all and (max-width: 767px){

    #slideout-container {
        width: 98% !important;
        padding: 0 1%;
    }

    #slideout-logo{
        /* position: relative !important; */
        left: auto !important;
        margin: 0 auto !important;
    }

    #slideout-main {
        width: 100%;
        left: 0;
        bottom: 110px;
        top: auto;
    }

    #slideout-heading {
        font-size: 35px !important;
        line-height: 35px !important;
    }
    #slideout-subheading {font-size: 16px !important; padding-top: 15px !important; padding-bottom: 15px !important;}
    #slideout-handle {top: 69px;}

    #slideout-handle.hide {
        left: -286px !important;
    }

    .slideout-panel-button {width: 240px !important; padding-top:  0 !important}

    .slideout-panel-button a {
        padding: 20px 0px !important;
        width: 240px !important;
        margin: 0 auto !important;
    }


    #slideout-awareness-badge {
        bottom: 100px;
        width: 90px;
        left: -130px;
        position: relative;
        top: auto;
        margin-bottom: -150px;
    }

    #slideout-awareness-badge img {
        width: 90px;
        position: relative;
    }

    #slideout-bottom-close {
        bottom: 10px !important;
        left: 46% !important;
    }


    #slideout-cta-top {padding-top: 15px; padding-bottom: 15px; font-size: 19px; }

    .slideout-countdown {top: auto; bottom: -20px;}
	
	/* #slideout { display: none !important; } */

}


@media all and (max-width: 767px) and (orientation: landscape){
    #slideout-main {bottom: 30px;}

    #slideout-logo {
        position: relative !important;
        left: 0;
        height: 30px;
        background-size: contain;
    }

    .slideout-panel-button a {
        padding: 8px 4px !important;
        width: 180px !important;
    }


    #slideout-awareness-badge {

        position: relative;
        top: -70px;
        bottom: 90px;
        width: 60px;
        margin: 0 auto -90px auto;
        left: -90px;
        right: 0;
    }

    #slideout-awareness-badge img {
        left: 0;
    }

    .slideout-countdown {top: auto; bottom: 0px; font-size: 17px;}


}

/* Summer LPs */
#slideout .newclose {
    content: '';
    display: block;
	float: right;
    position: relative;
    z-index: 99;
    right: 20px;
    top: 20px;
	background: url('/wp-content/themes/angelsense/images/slideout-close.png') no-repeat;
	width: 47px;
	height: 47px;
	cursor: pointer;
}
.slide-content .title {
	margin-top: 50px;
}
.slide-content .title h3 {
	font-size: 43px;
	font-weight: bold;
	margin: 0 !important;
	line-height: initial;
	display: block;
    float: none !important;
	padding: 0;
}
.slide-content .title h3:first-child {
	text-shadow: -2px -1px 0px rgba(0, 0, 0, 0.27), 4px -2px 57px rgba(0, 0, 0, 0.35);
	color: #ffffff;
}
.slide-content .title h3:last-child {
	text-shadow: -2px -1px 0px rgba(0, 0, 0, 0.27);
	color: #a7fff6;
}
.slide-content .title:after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    max-width: 500px;
    background: rgba(255,255,255,0.1);
    margin: 20px 0 30px;
}
.slidebg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/themes/angelsense/images/promotions/popupbg.jpg");
    z-index: -1;
	background-size: cover;
	background-position: right center;
    top: 0;
}
.adv-list div {
	margin-bottom: 15px;
	display: table;
}
.adv-list div .img {
	display: table-cell;
    vertical-align: middle;
	min-width: 64px;
}
.adv-list div span {
	display: table-cell;
    vertical-align: middle;
	color: #FFF;
    font-size: 22px;
    font-weight: 600;
    text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.8);
}
.adv-list div span strong {
    font-weight: 800;
}
a.slideOrder {
	margin-top: 20px;
    background-color: #f26522;
    color: #ffffff;
	text-transform: uppercase;
    font-size: 28px !important;
    padding: 9px 30px 13px !important;
	min-width: 300px;
	border: 2px solid white;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
}
a.slideOrder span:last-child {
    display: block;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    color: #fcd7c6;
}
.bottomText {
	display: table;
}
.bottomText .img {
	display: table-cell;
	vertical-align: middle;
}
.bottomText .BText {
	display: table-cell;
	vertical-align: middle;
	max-width: 700px;
}
.bottomText p {
    background: rgba(0,0,0,0.5);
    padding: 15px 15px 15px 20px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.5);
	color: #fff;
    font-size: 24px;
    font-weight: 600;
	line-height: 32px;
}
.bottomText p strong {
    font-weight: 700;
    color: #a7fff6;
}
#slideout a:hover {
	text-decoration: none;
}
#slideout-logo {
    position: static;
	margin-top: 10px;
}
.relative { position: relative; }
div#slideout-bottom-close a:after {
    content: 'Close';
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: -3px 0 0 -2px !important;
}
#slideout .container {
	width: auto;
    max-width: 1070px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    padding: 0 15px;
}
@media (min-width: 1200px) {
	.slide-content .title {
		margin-top: 13%;
	}
	.bottomText {
		position: relative;
		top: -50px;
		left: 250px;
	}
	.bottomText .BText {
		z-index: -1;
		position: relative;
		left: -20px;
	}
}
@media (max-width: 1200px) {
	.bottomText {
		margin: 25px auto;
	}
	.bottomText .img {
		display: none;
	}
	.slidebg {
		background-position: -230px 0;
	}
}
@media (max-width: 1024px) {
	#slideout-handle {
		background: url('/wp-content/themes/angelsense/images/promotions/543.png') left center no-repeat;
		background-size: 300px auto;
		width: 300px;
		height: 111px;
		left: auto;
		right: 0;
	}
	#slideout-handle.hide {
		left: auto !important;
		right: -320px;
	}
}
@media (min-width: 767px) and (max-width: 769px) {
	.slidebg {
		background-image: url('/wp-content/themes/angelsense/images/ipad-p.jpg');
		background-position: 0 0;
	}
	.slide-content .title {
		margin-top: 2%;
	}
	.bottomText {
		margin: 20% auto 0;
	}
	.adv-list div span {
		max-width: 430px;
	}
	.down  section.content-section.parallax-first {
		padding-top: 60px !important;
	}
	.down  section.content-section.parallax-first span.button-helper.hidden-xs {
		-webkit-transform: translate(-50%, 50%);
	}
	a.slideOrder {
		margin-top: 40px;
	}
}
@media (min-width: 480px) {
	.m-Order {
		display: none;
	}
}
@media (max-width: 480px) {
	/* Summer LPs */
	#slideout .newclose {
		right: 0;
		top: 5px;
	}
	#slideout-logo {
		display: none;
	}
	.slidebg {
		background-position: right -70px;
		background-image: url('/wp-content/themes/angelsense/images/popup-mobile.jpg');
	}
	.slide-content .title {
		display: none;
	}
	.adv-list div span {
		font-size: 18px;
	}
	a.slideOrder {
		display: none;
	}
	.slide-content {
		position: absolute;
		bottom: 0;
	}
	.bottomText {
		margin: 0;
	}
	.bottomText p {
		font-size: 20px;
		text-align: center;
		color: #f0fffd;
		background: #124943;
		margin: 0 -25px;
		padding: 17px 10px 45px;
		border: 0;
		border-radius: initial;
		line-height: 24px;
	}
	#slideout-bottom-close {
		bottom: 20px !important;
	}
	.m-Order {
		display: block;
		margin-top: 20px;
		text-align: center;
	}
	.m-Order span {
		background-color: #f26522;
		color: #ffffff;
		font-size: 24px;
		padding: 15px 46px;
		border-radius: 5px;
		display: inline-block;
		text-align: center;
	}
	#slideout-handle {
		background-size: 179px auto;
		width: 179px;
		height: 67px;
	}
	#slideout-handle.hide {
		right: -185px;
	}
}
@media (max-width: 380px) {
	.slidebg {
		background-position: right -190px;
	}
}
@media (max-width: 325px) {
	.bottomText p {
		font-size: 17px;
		line-height: 20px;
	}
	.adv-list div span {
		font-size: 15px;
	}
	.slidebg {
		background-position: right -175px;
	}
	#slideout .newclose {
		right: 10px;
		top: 15px;
		width: 30px;
		height: 30px;
		background-size: contain;
	}
}
/*@media screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
	#slideout-handle {
		background-size: 230px auto !important;
		width: 230px !important;
	}
	#slideout-handle.hide {
		right: -165px !important;
	}
}*/