/*-----------------------
 * Newsletter Style 
-----------------------*/

.htmegavc-newsletter-wrapper .mc4wp-response{
    margin-top: 10px;
}
.htmegavc-newsletter-wrapper .mc4wp-response .mc4wp-alert.mc4wp-error{
    color: red;
}
.htmegavc-newsletter-wrapper .mc4wp-response .mc4wp-alert.mc4wp-success{
    color: green;
}


/*---------------------------------
 * Newsletter Style  One
-------------------------------*/
.htmegavc-newsletter-style-1 {
    text-align: center;
}

.htmegavc-newsletter-style-1-title{
    color: #000000;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
}

.htmegavc-newsletter-style-1-description{
    color: #798294;
    font-size: 14px;
    line-height: 28px;
    max-width: 605px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 58px;
    margin-top: 16px;
}

.htmegavc-newsletter-style-1 .htmegavc-input-box {
    position: relative;
    max-width: 530px;
    margin: 0 auto;
}

.htmegavc-newsletter-style-1 .htmegavc-input-box input {
    border: 1px solid #f7ca18;
    height: 50px;
    line-height: 50px;
    width: 100%;
    border-radius: 25px;
    font-weight: 300;
    font-style: italic;
    color: #b7b7b7;
    padding-left: 14px;
    padding-right: 138px;
}

.htmegavc-newsletter-style-1 .htmegavc-input-box button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    line-height: 42px;
    padding: 0 20px;
    outline: none;
    background: #f7ca18;
    border: 0 none;
    color: #011a48;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 20px;
    transition: 0.5s;
    font-family: "Montserrat", sans-serif;
    transition: 0.4s;
}
.htmegavc-newsletter-style-1 .htmegavc-input-box button i{
    display: none;
}

.htmegavc-newsletter-style-1 .htmegavc-input-box button:hover {
    background: #18012c;
    color: #ffffff;
}

/*---------------------------------
 * Newsletter Style Two
-------------------------------*/

.htmegavc-newsletter-style-2-title {
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    font-size: 30px;
    line-height: 40px;
}

.htmegavc-newsletter-style-2 .htmegavc-input-box{
    position: relative;  
}
.htmegavc-newsletter-style-2 .htmegavc-input-box input {
    background-color: transparent;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    line-height: 24px;
    padding: 12px 30px;
    font-size: 14px;
    color: #d8d8d8;
    width: calc(100% - 185px);
}

.htmegavc-newsletter-style-2 .htmegavc-input-box button {
    position: absolute;
    right: 0;
    top: 0;
    width: 170px;
    height: 50px;
    line-height: 50px;
    background-color: #0056ff;
    border: none;
    border-radius: 5px;
    padding: 1px 20px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    transition: 0.4s;
}
.htmegavc-newsletter-style-2 .htmegavc-input-box button i{
    display: none;
}

.htmegavc-newsletter-style-2 .htmegavc-input-box button:hover {
    background-color: #18012c;
    color: #ffffff;
}

.htmegavc-newsletter-style-2 .htmegavc-input-box input::-webkit-input-placeholder {
    color: #d8d8d8;
}

.htmegavc-newsletter-style-2 .htmegavc-input-box input::-moz-placeholder {
    color: #d8d8d8;
}

.htmegavc-newsletter-style-2 .htmegavc-input-box input:-ms-input-placeholder {
    color: #d8d8d8;
}

.htmegavc-newsletter-style-2 .htmegavc-input-box input:-moz-placeholder {
    color: #d8d8d8;
}

/*---------------------------------
 * Newsletter Style Three
-------------------------------*/

.htmegavc-newsletter-style-3 {
    text-align: center;
}

.htmegavc-newsletter-style-3-title {
    color: #000000;
    font-weight: 500;
    margin: 0;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 14px;
    margin-top: 0;
}

.htmegavc-newsletter-style-3-description {
    color: #000101;
    font-size: 18px;
    margin-bottom: 56px;
}

.htmegavc-newsletter-style-3 .htmegavc-input-box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
}

.htmegavc-newsletter-style-3 .htmegavc-input-box input {
    background-color: transparent;
    border: 0 none;
    border-bottom: 1px solid #828282;
    text-align: center;
    float: left;
    overflow: hidden;
    max-width: 370px;
    color: #838383;
    font-style: italic;
    width: 100%;
    border-radius: 0;
}

.htmegavc-newsletter-style-3 .htmegavc-input-box button {
    background: transparent;
    border: 0 none;
    border-bottom: 1px solid #0056ff;
    float: right;
    overflow: hidden;
    margin-left: 30px;
    padding: 0 45px;
    color: #0056ff;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.4s;
    border-radius: 0;
}
.htmegavc-newsletter-style-3 .htmegavc-input-box button i{
    display: none;
}

.htmegavc-newsletter-style-3 .htmegavc-input-box button:hover {
    border-bottom: 1px solid #18012c;
    color: #18012c;
}

.social-net-5 {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 50px;
}

.social-net-5 li {
    margin: 0 15px;
    display: inline-block;
}

.social-net-5 li a {
    color: #0056ff;
    font-size: 18px;
    display: block;
    background: transparent;
}

.social-net-5 li a.facebook:hover {
    color: #3B5998;
    background: transparent;
}

.social-net-5 li a.twitter:hover {
    color: #00ACEE;
    background: transparent;
}

.social-net-5 li a.google-plus:hover {
    color: #DD4B39;
    background: transparent;
}

.social-net-5 li a.vimeo:hover {
    color: #86C9EF;
    background: transparent;
}

.social-net-5 li a.dribbble:hover {
    color: #EA4C89;
    background: transparent;
}

/*---------------------------------
 * Newsletter Style 4
-------------------------------*/

.htmegavc-newsletter-style-4 {
    /*padding: 0 121px;*/
}

.htmegavc-newsletter-style-4 .title {
    padding-right: 36px;
    position: relative;
    margin-right: 31px;
}

.htmegavc-newsletter-style-4 .title::after {
    position: absolute;
    content: "";
    height: 50px;
    background: #b1b2b1;
    right: 0;
    width: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.htmegavc-newsletter-style-4-title {
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
}

.htmegavc-newsletter-style-4-description {
    color: #ffffff;
    margin: 0;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.htmegavc-newsletter-style-4 .htmegavc-input-box {
    position: relative;
}

.htmegavc-newsletter-style-4 .htmegavc-input-box input {
    background-color: transparent;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    line-height: 24px;
    font-size: 14px;
    color: #f3f3f3;
    width: 100%;
    border-radius: 30px;
    padding-left: 20px;
    font-style: italic;
    padding-right: 51px;
}

.htmegavc-newsletter-style-4 .htmegavc-input-box button {
    position: absolute;
    right: 5px;
    top: 50%;
    width: 40px;
    height: 40px;
    background-color: #b2b2b2;
    border: 1px solid transparent;
    border-radius: 100%;
    color: #f3f3f3;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    transform: translateY(-50%);
    transition: 0.4s;
    padding: 0;
    text-align: center;
}
.htmegavc-newsletter-style-4 .htmegavc-input-box button span{
    display: none;
}

.htmegavc-newsletter-style-4 .htmegavc-input-box button:hover {
    background-color: #18012c;
    color: #fff;
}

.htmegavc-newsletter-style-4 .htmegavc-input-box input::-webkit-input-placeholder {
    color: #f3f3f3;
}

.htmegavc-newsletter-style-4 .htmegavc-input-box input::-moz-placeholder {
    color: #f3f3f3;
}

.htmegavc-newsletter-style-4 .htmegavc-input-box input:-ms-input-placeholder {
    color: #f3f3f3;
}

.htmegavc-newsletter-style-4 .htmegavc-input-box input:-moz-placeholder {
    color: #f3f3f3;
}

/*---------------------------------
 * Newsletter Style 5
-------------------------------*/

.htmegavc-newsletter-style-5-title  {
    font-size: 24px;
    font-weight: 600;
    line-height: 48px;
    margin: 0;
    margin-bottom: 8px;
}

.htmegavc-newsletter-style-5-description {
    color: #798294;
    font-size: 14px;
    line-height: 28px;
    margin: 0;
    padding-right: 17%;
}

.htmegavc-newsletter-style-5 .newsletter-content .social-net-5 {
    margin-top: 22px;
}

.htmegavc-newsletter-style-5 .newsletter-content .social-net-5 li:first-child {
    margin-left: 0;
}

.htmegavc-newsletter-style-5 .htmegavc-input-box input {
    height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    line-height: 40px;
    padding: 0 20px;
    color: #b4b4b4;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 15px;
    width: 100%;
}

.htmegavc-newsletter-style-5 .htmegavc-input-box button {
    background: #0056ff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid transparent;
    font-size: 13px;
    color: #fff;
    margin-top: 16px;
    text-transform: uppercase;
    border-radius: 5px;
    transition: 0.5s;
}

.htmegavc-newsletter-style-5 .htmegavc-input-box button i{
    display: none;
}

.htmegavc-newsletter-style-5 .htmegavc-input-box button:hover {
    background: #18012c;
}

.htmegavc-newsletter-style-5 .htmegavc-input-box input::-webkit-input-placeholder {
    color: #b4b4b4;
}

.htmegavc-newsletter-style-5 .htmegavc-input-box input::-moz-placeholder {
    color: #b4b4b4;
}

.htmegavc-newsletter-style-5 .htmegavc-input-box input:-ms-input-placeholder {
    color: #b4b4b4;
}

.htmegavc-newsletter-style-5 .htmegavc-input-box input:-moz-placeholder {
    color: #b4b4b4;
}

/*# sourceMappingURL=newsletter.css.map */

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
	.htmegavc-newsletter-style-3 .htmegavc-input-box {
		display: block;
	}
	.htmegavc-newsletter-style-3 .htmegavc-input-box input {
		max-width: 500px;
	}
	.row4-subscribe .vc_col-sm-12 > .vc_column-inner{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

/* Small mobile :320px. */
@media (max-width: 767px) {
	.htmegavc-newsletter-style-1-title {
		font-size: 40px;
	}
	.htmegavc-newsletter-style-2-title {
		margin-bottom: 15px;
	}
	.htmegavc-newsletter-style-2 .htmegavc-input-box input {
		width: 100%;
	}
	.htmegavc-newsletter-style-2 .htmegavc-input-box button {
		position: inherit;
		margin-top: 15px;
	}
	.htmegavc-newsletter-style-2-title {
		font-size: 18px;
		line-height: 30px;
	}
	.row4-subscribe .vc_col-sm-12 > .vc_column-inner{
		padding: 0 !important;
	}
	.htmegavc-newsletter-style-4 .htmegavc-input-box{
		margin-top: 30px;
	}
	.htmegavc-newsletter-style-5 .htmegavc-input-box input {
		margin-top: 20px;
		margin-bottom: 0;
	}
	.htmegavc-newsletter-style-5-title {
		line-height: 1.3;
	}
}