/*
Theme Name: Un Enmesh
Description: Un Enmesh is simple responsive SEO friendly theme. 
Version: 0.1
Tags:  blog, news, featured-images, one-column, theme-options
Text Domain: Un Enmesh
Domain Path: Un Enmesh
Author: A2Z Developing Team [tanand79gmail.com] 
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.home-popup {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0px 0px !important;
}
.home-popup h2{
	font-family: "Lobster", Sans-serif;	
	font-weight: 700;
	color: #fff;
}
.home-popup h3{
	color:#f4ad42;
	font-family: "Lobster", Sans-serif;
	font-weight: 700;
}
.home-popup h3,.home-popup h2{
	font-size: 31px;
}
.home-popup img {
	width: 15%;
	margin: 0 auto;
}
.sgpb-content{
	border-radius:0px;
	border:none !important;
	box-shadow:none !important;
}
.home-popup h4 {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fbd30d;
	line-height:1.5em;
}
.home-popup p {
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
}
.btn.btn-click {
	background: #f4ad42;
	border-radius: 0;
	padding: 10px 60px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight:800;
	text-transform:uppercase;
	margin-bottom: 15px;
}
.home-popup a{
	color:#fff !important;
}
.sgpb-popup-close-button-1 {
	top: 0 !important;
}
.sgpb-popup-close-button-1 {
	top: 15px !important;
	right: 15px !important;
}
.box-para {
	position: relative;
	padding-left: 45px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin: 10px 30px;
	border:2px dashed #fff;
	padding:10px 20px 10px 45px;
}
.box-para {
	position: relative;
	padding-left: 45px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.box-para p{
	margin-bottom:0 !important;
	text-align:left;
}
.box-para img {
	position: absolute;
	top: 16px;
	left: -11px;
	width: 11%;
}
.home-popup p span {
	background: #f4ad42;
	padding: 0px 5px;
	font-weight: bold;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 20px;
}
.newsletter-box .input-box input{
	color: #000 !important;
}
.wpforms-submit {
	text-align: center;
	background-color: #f4ad42;
	border: 2px solid transparent;
	padding: 10px 10px;
	color: #fff !important;
	font-weight: 700;
	font-size: 14px;
	border-radius: 4px;
	text-transform: uppercase;
	margin: 0px !important;
	padding: 10px 30px;
}
div.wpforms-container-full .wpforms-form h3 {
	font-size: 24px;
	font-family: "Montserrat", Sans-serif;
	font-weight: 700;
	color: #1C1C1C;
	
	padding: 10px 0px;
}
/*RESPONSIVE*/
@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1270px) {
	.home-popup h3, .home-popup h2 {
		font-size: 22px;
	}
	.home-popup p {
		font-size: 13px;
	}
	.home-popup {		
		width: 100%;
		margin: 0 auto;
		padding: 20px 10px !important;
	}
	.home-popup h4{
		font-size: 14px;
	}
	.box-para {
		margin: 10px 20px;
		padding: 10px 20px 10px 32px;
	}
	.btn.btn-click {
		font-size: 14px;
	}
	.home-popup p span{
		font-size: 16px;
	}
}
@media screen and (max-width: 1023px) {
	#sgpb-popup-dialog-main-div {
		width: 100% !important;
		max-width: 100% !important;
	}
}

@media screen and (max-width: 767px) {
	.home-popup h3, .home-popup h2 {
		font-size: 24px;
	}
	.home-popup p {	
		font-size: 13px;	
	}
	.home-popup h4{
		font-size: 14px;
	}
	.btn.btn-click {	
		padding: 10px 20px;	
		font-size: 15px;
	}
	.home-popup img {
		width: 10%;
		left: -10px;
	}
}

@media screen and (max-width: 480px) {

}
@media screen and (max-width: 414px) {

}