



#parley_subscribe_popup{



	position: fixed;



	width: 100%;



	height: 100%;



	background: rgba(0,0,0,0.7);



	z-index: 9999;



	display: none;



}



#parley_container{



	position: absolute;



	top: 24%;



	left: 27%;



	width: 46%;



	min-height: 30%;



	border: 1px solid #999;



	background: #fff;



	padding: 10px;



	border-radius: 6px;



}







#parley-alert{



	font-size: 13px;



	padding-left: 10px;



}



#parley-alert h2,#parley_plugin_widget h2{

	margin-top: 10px;

}



#parley-alert input,#parley_plugin_widget input{
	width: 100%;
}







#parley-footer{
text-align:center;
color:#666;
}

#parley-footer a{
    color:#fff;
}
#parley-footer a:hover{
color:#ddd;
}



#parley-add_me,#parley-add_me_widget{

	padding: 6px 12px;

    margin-bottom: 0;

    font-size: 14px;

    font-weight: 400;

    line-height: 1.42857143;

    text-align: center;

    white-space: nowrap;

    vertical-align: middle;

    -ms-touch-action: manipulation;

    touch-action: manipulation;

    cursor: pointer;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    background-image: none;

    border: 1px solid transparent;

    border-radius: 4px;

    color: #fff;

    background-color: #5cb85c;

    border-color: #4cae4c;

    width: 100%;

}



#parley-add_me:hover,#parley-add_me_widget:hover{

    color: #fff;

    background-color: #449d44;

    border-color: #398439;

}





#parley-not_now{

	padding: 3px 12px;

    margin-bottom: 0;

    font-size: 14px;

    font-weight: 400;

    line-height: 1.42857143;

    text-align: center;

    white-space: nowrap;

    vertical-align: middle;

    -ms-touch-action: manipulation;

    touch-action: manipulation;

    cursor: pointer;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    background-image: none;

    border: 1px solid transparent;

    border-radius: 4px;

    color: #fff;

    background-color: #ddd;

    border-color: #999;

    width: 100%;



}



#parley-not_now:hover, #parley-no_thanks:hover{

    color: #fff;

    background-color: #999;

    border-color: #DDD;

}



#parley-no_thanks{

	padding: 1px 12px;

    margin-bottom: 0;

    font-size: 14px;

    font-weight: 400;

    line-height: 1.42857143;

    text-align: center;

    white-space: nowrap;

    vertical-align: middle;

    -ms-touch-action: manipulation;

    touch-action: manipulation;

    cursor: pointer;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    background-image: none;

    border: 1px solid transparent;

    border-radius: 4px;

    color: #fff;

    background-color: #ddd;

    border-color: #999;

    width: 100%;

    font-size: 11px;

}

@media  (max-width: 778px) {
	#parley_container {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 90vw;
    min-height: 30%;
    border: 1px solid #999;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
}
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 778px) {
 #parley_container {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 90vw;
    min-height: 30%;
    border: 1px solid #999;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
}}