/*
	Theme Name: Unitheme Child
	Theme URI: http://www.unitheme.ninzio.com
	Description: Unitheme Multipurpose Responsive Retina-Ready  Wordpress Premium Child Theme
	Author: Ninzio Team
	Author URI: http://www.ninzio.com
	Template:unitheme
	Version: 1.0
*/
@import url("../unitheme/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */


div.popup-form {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.85);
    z-index: 10000;
}

div.popup-form div.center-container {
	top: 75%;
	position: relative;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

div.popup-form div.center-container div.form-container {
	background: #FFF;
	max-width: 500px;
	width: 90%;
	margin: 0 auto;
	border-radius: 10px;
	padding: 40px 20px 10px 20px;
	position: relative;
}

div.popup-form div.center-container div.form-container span.close-button {
	border-radius: 60px;
    padding: 0px 7px;
    background-color: #e90d8c;
    border: 2px solid #e90d8c;
    position: absolute;
    right: 4px;
    top: 4px;
    color: #FFF;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
}

div.popup-form div.center-container div.form-container h4 {
	color: #e90d8c !important;
}

div.popup-form div.center-container div.form-container span.close-button:hover {
	color: #e90d8c;
	background-color: #FFF;
}

div.popup-form div.center-container div.form-container form {
}

div.popup-form div.center-container div.form-container form input {
	margin: 0 0 15px 0;
}

div.popup-form div.center-container div.form-container form button {
	width: 100%;
	background: #e90d8c;
	color: #FFF;
	border: 2px solid #e90d8c;
	box-shadow: none;
}

div.popup-form div.center-container div.form-container form button:hover {
	background: #FFF;
	color: #e90d8c;
	opacity: 1;
}

div.global-popup-form div.form-container form h3 {
	text-align: center;
}

div.global-popup-form div.form-container form h4 {
	text-align: center;
    font-family: Open Sans !important;
    font-size: 18px;
    color: #e90d8c !important;
}

div.global-popup-form div.form-container form p {
	text-align: center;
    font-family: Open Sans !important;
    font-size: 16px;
    color: #e90d8c;
}


body.page-id-2896 .blue.button-ghost {
    display: block;
    max-width: 400px;
   	text-align: center;
   	margin: 10px auto 0;
}

.nz-testimonials .flex-control-nav img {
	display: none !important;
}

@media(max-width: 768px) {

	body.page-id-2896 img.alignleft, body.page-id-2896 .alignleft {
		float: none;
	    display: block;
	    margin: 0 auto;
	}

    div.global-popup-form div.form-container form h4 {
    	font-size: 18px !important;
    }
}
	