/*
Custom Css by KT
* Most of the CSS writen here are overrights.
*/

/* ! Global */
.hidden-lg {
    display: none;
}

nav#primary-navigation .enhanced-text-widget {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

nav#primary-navigation .enhanced-text-widget .header-phone {
    background-color: #9E2218;
    padding: 0px 15px;
    border-radius: 50px;
    font-weight: bold;
    cursor: pointer;
	transition: 0.3s ease;
	height: 32px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-decoration: none !important;
}

nav#primary-navigation .enhanced-text-widget .header-phone:hover {
    color: white;
	background: #7f150d;
}

nav#primary-navigation .enhanced-text-widget .header-phone i {
    margin-right: 6px;
}

nav#primary-navigation>ul>li a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 0;
}

.row-banner .vc_col-sm-8 li:before {
    margin: 0 7px 0 -23px;
}

.social-review {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    margin-bottom: -135px;
    text-align: center;
}

.star-inline {
    display: inline-block;
}

.social-review .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
    font-size: 1.5em !important;
}

.social-review .vc_icon_element.vc_icon_element-outer:nth-child(n+2) .vc_icon_element-inner {
    width: 2em;
    height: auto;
}

.social-review .vc_icon_element.vc_icon_element-outer:first-child {
    margin-bottom: 10px;
}

.social-review .vc_icon_element.vc_icon_element-outer:nth-child(n+2) {
    margin-bottom: 10px;
}

.webcom-footer {
    padding: 50px 30px 35px;
}

.row-banner .vc_col-sm-8 {
    padding: 0 180px 0 100px;
}
.row-banner{
	flex-wrap: wrap;
}
.row-banner .banner-bottom{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height: 65px;
	
}
.row-banner{
	padding-bottom: 120px !important;
}
.full-widt-block {
    width: 100vw;
    max-width: 100vw;
    float: none;
    display: flex;
    position: absolute !important;
    left: 50%;
    transform: translate(-50%, 0);
	bottom: 35px;
}
.full-widt-block .wpb_raw_html{
	margin-bottom: 0;
}
.row-banner .banner-bottom h3 {
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
	margin: 0 35px;
}
.row-banner .banner-bottom .button{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: linear-gradient(258.22deg, #B8A363 3.76%, #FBEDC3 95.51%);
	border-radius: 30px;
	width: 128px;
	height: 27px;
	font-weight: 900;
	font-size: 13px;
	text-transform: uppercase;
	color: #363636;
}
@media (max-width: 1199px) {
	nav#primary-navigation .enhanced-text-widget .header-phone{
		font-size: 0;
		width: 32px;
		padding: 0;
		
	}
	nav#primary-navigation .enhanced-text-widget .header-phone i{
		margin-right: 0 !important;
	}
	nav#primary-navigation .enhanced-text-widget .header-phone i:before{
		font-size: 16px;
	}
}
@media (min-width: 1025px) {
    nav#primary-navigation>ul {
        display: inline-block !important;
    }
}

@media (max-width: 1024px) {
    nav#primary-navigation .enhanced-text-widget .header-phone {
        font-size: 0;
        overflow: hidden;
        padding: 0px 10px;
        display: inline-block;
        width: 2rem;
        height: 2rem;
    }

    nav#primary-navigation .enhanced-text-widget .header-phone i {
        font-size: 14px;
        padding: 10px 0px;
        margin-right: 0;
    }

    .row-banner {
        padding: 0 50px;
    }

    .row-banner .vc_col-sm-8 {
        padding: 0 30px;
    }

    .row-banner .vc_col-sm-8 h2 {
        font-size: 24px;
        line-height: 29px;
    }

    .row-red-icons>div.wpb_column.vc_column_container.vc_col-sm-12>div>div>div.vc_row.wpb_row.vc_inner.vc_row-fluid.row-icons>div:nth-child(2):before,
    .row-red-icons>div.wpb_column.vc_column_container.vc_col-sm-12>div>div>div.vc_row.wpb_row.vc_inner.vc_row-fluid.row-icons>div:nth-child(2):after {
        display: none;
    }

    .row-red-icons .row-icons .vc_col-sm-4 {
        clear: both;
        margin: 0 auto 30px;
        float: none;
        width: 55%;
    }

    .row-red-icons .row-icons .vc_col-sm-4:last-child {
        margin-bottom: 0;
    }

    .row-red-icons p {
        font-weight: normal;
        font-size: 14px;
        line-height: 21px;
    }

    .row-icons {
        text-align: center;
    }

    .row-icons .vc_col-sm-4 {
        width: 45%;
        float: none;
        display: inline-block;
    }

    .row-red.vc_row-fluid {
        display: block;
        text-align: center;
    }

    .row-red .vc_col-sm-8 {
        width: 100%;
        margin-bottom: 30px;
    }

    .row-red .vc_col-sm-4 {
        float: none;
        margin: auto;
    }

    .row-red .vc_col-sm-4 .vc_column-inner {
        padding: 0;
    }

    #home_about {
        background: url(../../../wp-content/uploads/2019/06/about-bg.png) center/cover no-repeat;
        padding: 0 40px;
    }

    #home_about .vc_col-sm-6 {
        width: 100%;
    }

    .social-review {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    #home_services .wpb_wrapper>.vc_row {
        padding: 0 50px;
    }

    #home_services .wpb_wrapper>.vc_row:nth-of-type(2n) {
        display: flex;
        flex-direction: column-reverse;
    }

    #home_services .wpb_wrapper>.vc_row .vc_col-sm-6 {
        width: 100%;
    }

    #home_subs {
        overflow: hidden;
        padding: 0 50px 80px !important;
    }

    #home_subs .wpb_column:nth-of-type(2) {
        width: 100%;
    }

    #home_subs .vc_col-sm-4:nth-of-type(2) .vc_column-inner {
        padding-top: 100px !important;
    }

    #home_subs.row-form>div:nth-child(3) p {
        padding: 0;
    }

    #home_subs.row-form>div:nth-child(3) {
        width: 60%;
        float: left;
        text-align: left;
    }

    .row-red .vc_col-sm-4:nth-child(4) {
        width: 40%;
        float: left;
    }

    .row-red .vc_col-sm-4:nth-child(4) .vc_column-inner {
        background-color: transparent !important;
        text-align: right;
    }

    .row-form .ninja-forms-cont {
        padding: 0;
    }

    .row-form:after {
        display: none;
    }

    .row-form #ninja_forms_form_18_all_fields_wrap {
        text-align: right;
    }

    .row-form>div:nth-child(2) p {
        font-size: 24px;
        line-height: 21px;
        font-weight: bold;
    }

    .row-form>div:nth-child(2) p br {
        display: none;
    }

    .row-form>div:nth-child(2) p strong {
        font-size: inherit;
        margin-left: 0px;
    }

    .hidden-lg {
        display: block;
    }

    #home_portfolio .wpb_text_column {
        padding: 0 50px !important;
    }

    #home_clients {
        padding: 70px 50px;
    }

    .webcom-footer-navigation {
        display: block;
        float: left;
        width: 33%;
    }
	 nav#primary-navigation {
        right: 10px;
        bottom: 0;
        display: flex;
        align-items: center;
		 justify-content: flex-end;
    }
    nav#primary-navigation a#primary-navigation-toggle {
        display: flex;
        align-items: center;
        position: relative;
    }
    nav#primary-navigation .enhanced-text-widget {
        display: none;
    }
    nav#primary-navigation a#primary-navigation-toggle .fa-bars {
        height: 21px;
        overflow: hidden;
        background: #9E2218;
    }
    nav#primary-navigation ul {
        background: #FFFFFF;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
        border-radius: 6px;
        top: 100%;
        border: 0;
        overflow: hidden;
    }
    nav#primary-navigation ul li {
        border-bottom: 1px solid #ddd;
    }
    nav#primary-navigation ul li:last-child {
        border-bottom: 0;
    }
    nav#primary-navigation span {
        display: none;
    }
    nav#primary-navigation ul {
        position: absolute;
    }
	nav#primary-navigation > ul > li > a {
		padding: 10px 20px;
	}
	nav#primary-navigation ul {
		text-align: left;
		position: absolute;
		right: 0px;
		z-index: 999;
		max-width: 320px;
		width: 100%;
	}
	.webcom-banner{
		overflow: visible !important;
	}
	nav#primary-navigation ul li {
		border-right: none;
		border-bottom: 1px solid #bc4b42
	}

	nav#primary-navigation ul li a {
		padding: 6px 12px
	}
	nav#primary-navigation .enhanced-text-widget{
		display: block;
	}
	nav#primary-navigation .enhanced-text-widget > div{
		height: 32px;
	}
	nav#primary-navigation a#primary-navigation-toggle{
		order: 1;
		margin-left: 15px;
	}
	.webcom-header .top-bar .logo{
		text-align: left;
	}
	nav#primary-navigation .enhanced-text-widget .header-phone{
		height: 32px;
		width: auto;
		font-size: 14px;
	}
	nav#primary-navigation > ul {
		display: none
	}

	nav#primary-navigation > ul > li {
		display: block
	}

	nav#primary-navigation > ul > li > a {
		padding: 10px
	}

	nav#primary-navigation li ul {
		position: static
	}

	nav#primary-navigation li li {
		width: 100%;
		display: block;
		float: none
	}

	nav#primary-navigation li li a {
		padding-left: 20px
	}

	nav#primary-navigation li li.menu-item-has-children > a:after {
		content: ""
	}

	nav#primary-navigation li li li a {
		padding-left: 40px
	}

	nav#primary-navigation li li li li a {
		padding-left: 60px
	}

	nav#primary-navigation li li li li li a {
		padding-left: 80px
	}

	nav#primary-navigation li li li li li li a {
		padding-left: 100px
	} 
	nav#primary-navigation > a {
		display: block;
		padding: 5px 20px;
		font-size: 30px;
		cursor: pointer
	}
	nav#primary-navigation > ul > li.current-menu-item > a {
		border-bottom: none;
	}

	nav#primary-navigation a#primary-navigation-toggle .fa-bars {
		width: 23px;
	}

}

@media (max-width: 880px) {
    .webcom-header {
        padding: 0 15px;
    }

    .webcom-banner {
        overflow: visible;
    }

    .webcom-header .top-bar .logo {
        display: inline-block;
    }

   
}

@media (max-width: 767px) {
	.row-banner .banner-bottom{
		flex-direction: column;
		padding: 20px 15px;
	}
	.row-banner .banner-bottom h3{
		margin: 15px 0;
	}
	.row-banner {
		padding-bottom: 200px !important;
	}
}


@media (min-width: 561px) {
    .only-xs {
        display: none !important;
    }
}

@media (max-width: 560px) {
	nav#primary-navigation {
		margin-top: 27px;
		margin-bottom: 27px;
	}
	.webcom-header .top-bar .logo {
		width: 135px;
	}
	#btn-alert{
		width: 90px;
		font-size: 12px;
	}
	nav#primary-navigation .enhanced-text-widget .header-phone i::before,
	nav#primary-navigation .enhanced-text-widget .header-phone{
		font-size: 12px;
	}
	nav#primary-navigation a#primary-navigation-toggle{
		margin-left: 10px;
	}
	#btn-alert:before{
		margin-left: 5px;
		font-size: 14px;
	}
    nav#primary-navigation ul {
        min-width: 75vw;
    }

    .row-banner .vc_col-sm-8 h2 {
        margin-top: 0;
    }

    #home_about {
        padding: 0 15px 25px !important;
        background: none;
    }

    .row-banner.wpb_row {
        padding: 0 !important;
        display: block;
    }

    .row-banner.wpb_row .wpb_column {
        width: 100%;
    }

    .row-banner .ninja-forms-form-wrap {
        border-radius: 0;
    }

    .hidden-xs {
        display: none !important;
    }

    .row-red-icons .row-icons {
        padding: 0 30px;
    }

    .row-icons .vc_col-sm-4,
    .row-red-icons .row-icons .vc_col-sm-4 {
        width: 100%;
    }

    .vc_row.vc_row-flex>.vc_column_container {
        margin-bottom: 30px;
    }

    .vc_row.vc_row-flex>.vc_column_container:last-child {
        margin-bottom: 15px;
    }

    #home_services .wpb_wrapper>.wpb_text_column:first-child {
        padding: 0 15px !important;
    }

    #home_services .wpb_wrapper>.vc_row {
        padding: 0;
    }

    #home_services .vc_column_container>.vc_column-inner {
        padding: 0 15px !important;
    }

    #home_subs {
        padding: 0 30px !important;
    }

    .row-form>div:nth-child(2) p {
        text-align: left;
        line-height: 0;
        margin-bottom: 15px !important;
    }

    #home_subs.row-form>div:nth-child(3),
    .row-red .vc_col-sm-4:nth-child(4) {
        width: 100%;
    }

    .row-red .vc_col-sm-4 .vc_column-inner {
        padding-right: 0 !important;
    }

    .row-red .vc_col-sm-4:nth-child(4) {
        margin-bottom: 60px;
    }

    #home_subs #ninja_forms_form_18_wrap {
        padding: 0;
        margin-left: -8px;
    }

    #home_portfolio .wpb_text_column {
        padding: 0 15px !important;
        margin-bottom: 0;
    }

    #home_clients {
        padding: 50px 15px;
    }

    #home_clients .wpb_content_element h3 {
        text-align: left;
    }

    #home_clients .row-logos {
        display: block;
        padding: 0 15px;
    }

    #home_clients .row-logos .wpb_single_image.vc_align_center {
        text-align: left;
    }

    #home_clients .row-logos .wpb_column:nth-child(2) {
        margin-left: -20px;
    }

    .webcom-footer-navigation {
        margin-bottom: 30px;
        width: 100%;
    }

    .webcom-footer-navigation ul li {
        text-align: center !important;
    }
	.full-widt-block {
		position: relative !important;
		bottom: 0;
		margin: 20px 0;
	}
	.full-widt-block h3{
		text-align: center;
	}
}

/* ! Kitchen Renovation - Page */
@media (max-width: 1024px) and (min-width: 560px) {
    #why_choose {
        padding-top: 50px !important;
    }

    #why_choose .col-12 {
        min-height: 230px;
    }
}

@media (max-width: 1024px) {
    .form-n-p .ninja-forms-cont {
        padding: 0;
    }

    #why_choose .col-12 .vc_column-inner {
        max-width: 350px;
        margin: auto auto 30px;
    }

    #kr_portfolio .wpb_text_column>.wpb_wrapper {
        padding: 0 !important;
    }

    #kr_cta_2 {
        text-align: left;
    }

    #kr_cta_2.row-red .vc_col-sm-4 {
        margin: 0;
    }

    #kr_cta_2.row-red .vc_col-sm-4 p {
        margin-left: -50px;
    }
}

@media (max-width: 880px) {
    #kr_cta_2.row-red .vc_col-sm-4 p {
        margin-left: 15px;
    }

    .row-title h1 {
        font-size: 103px;
        line-height: 88px;
    }
}

@media (min-width: 561px) {}

@media (max-width: 560px) {
    .row-title {
        min-height: 160px;
    }

    .row-title h1 {
        font-size: 41px;
        line-height: 40px;
        top: -10px;
    }

    #your_dream {
        display: flex;
        flex-direction: column-reverse;
        padding: 0 !important;
        margin: 0 -16px;
    }

    #your_dream .vc_col-sm-4,
    #your_dream .vc_col-sm-4 .vc_column-inner {
        padding: 0;
    }

    #your_dream .ninja-forms-form-wrap {
        border-radius: 0;
        width: 100%;
    }

    #your_dream .vc_col-sm-8 .wpb_text_column {
        margin-bottom: 0;
    }

    #why_choose {
        padding-top: 50px !important;
    }
}

/* ! Contact Page */
.contact-form-page .ninja-forms-cont {
    padding: 0;
}

.contact-form-page .ninja-forms-form-wrap {
    background: transparent;
    padding: 0;
    text-align: left;
}

.contact-form-page .ninja-forms-form-wrap:before {
    display: none;
}

.contact-form-page .ninja-forms-cont .ninja-forms-all-fields-wrap {
    margin: 0;
    padding: 0;
}

.contact-form-page .ninja-forms-cont .ninja-forms-all-fields-wrap>div {
    margin: 0;
    margin-right: 2%;
}

.contact-form-page label {
    display: none !important;
}

.contact-form-page input,
.contact-form-page select,
.contact-form-page textarea {
    margin: 5px 0 !important;
    border: 1px solid #D0D0D0 !important;
    box-sizing: border-box !important;
    border-radius: 6px !important;
    padding: 10px 15px !important;
    font-size: 14px !important;
}

.contact-form-page input,
.contact-form-page select {
    height: 40px !important;
}

.contact-form-page .recaptcha-wrap {
    width: auto;
    float: left;
}

.contact-form-page .submit-wrap {
    width: auto;
    padding: 13px 8%;
}

.contact-form-page .submit-wrap input {
    background: #9E2218 !important;
    color: white !important;
    border-radius: 50px !important;
}

@media (max-width: 560px) {

    .contact-form-page .ninja-forms-cont .ninja-forms-all-fields-wrap>div.half-wrap,
    .contact-form-page .ninja-forms-cont .ninja-forms-all-fields-wrap>div {
        width: 100%;
        margin-right: 0 !important;
    }
}
@media (max-width: 479px) {
	nav#primary-navigation .enhanced-text-widget .header-phone i{
		margin: 0 auto;
	}
	nav#primary-navigation .enhanced-text-widget .header-phone{
		font-size: 0;
		width: 32px;
		padding: 0 !important;
		border-radius: 50%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	nav#primary-navigation .enhanced-text-widget .header-phone:before{
		font-size: 14px;
	}
}
@media (max-width: 359px) {
	.webcom-header .top-bar .logo {
		width: 110px;
	}
	nav#primary-navigation {
		margin-top: 18px;
	}
	#btn-alert{
		font-size: 10px;
		width: 80px;
	}
}
/* ! Blog Page */
.text-center {
    text-align: center;
}

.text-center button {
    border-radius: 0 !important;
}

#blog_subscription-2 {
    background: #9E2218;
    border-radius: 15px;
    padding: 30px;
}

#blog_subscription-2 .widget-title {
    font-size: 18px;
    text-align: center;
    color: white;
}

#blog_subscription-2 input {
    border-radius: 6px;
    padding: 10px;
    width: 100%;
}

#blog_subscription-2 #subscribe-submit {
    text-align: center;
}
.btn-orange,
.ninja-forms-cont .ninja-forms-all-fields-wrap .submit-wrap input[type="submit"],
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg{
	transition: 0.3s ease !important;
}
.ninja-forms-cont .ninja-forms-all-fields-wrap .submit-wrap input[type="submit"]{
	 background-color: #E9AA2F  !important;
}
.nf-form-content nf-fields-wrap .submit-wrap input[type="submit"]{
	 background-color: #E9AA2F  !important;
}
#blog_subscription-2 input[type="submit"] {
    width: auto;
    padding: 10px 50px;
    background-color: #E9AA2F;
    border: 0;
    border-radius: 50px;
    margin: auto;
	transition: 0.3s ease;
}
#blog_subscription-2 input[type="submit"]:hover,
.ninja-forms-cont .ninja-forms-all-fields-wrap .submit-wrap input:hover,
.btn-orange:hover{
	background: #bf8106 !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg:hover{
	opacity: 0.5;
}
#category-posts-2 {
    margin-top: 30px !important;
	background-color: transparent !important;
}

#category-posts-2-internal .cat-post-tax-tag:empty {
    display: none;
}

#category-posts-2 .widget-title {
    font-size: 18px;
    color: #161B35 !important;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}
.vc_grid-item h4{
	margin-top: 0 !important;
}
#category-posts-2-internal .cat-post-item {
    margin: 0 !important;
    padding: 10px 0 !important;
    border-left: 0;
}

#category-posts-2-internal .cat-post-item:before {
    display: none;
}

.blog .wpb_content_element li {
    border: 0;
}

#category-posts-2-internal {
    padding: 0;
}

#category-posts-2-internal .cat-post-thumbnail {
    flex-basis: inherit !important;
}

#category-posts-2-internal .cat-post-title {
    display: block;
    color: #161B35;
    border-radius: 6px;
    font-weight: bold;
}

#category-posts-2-internal .cat-post-tax-tag {
    background: #E9AA2F;
    border-radius: 50px;
    padding: 3px 10px;
    font-size: 11px;
    color: white;
}

#category-posts-2-internal .cat-post-do-not-wrap-thumbnail {
    align-items: center;
}
.webcom-copyright{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.webcom-copyright .company,
.webcom-copyright .company + p{
	width: auto;
}
.webcom-copyright .company + p{
	margin-top: 0;
	padding-top: 0px;
}
.ninja-forms-form-title {
    text-transform: capitalize !important;
}
.row-banner .vc_col-sm-8 h2{
	text-align: center;
}
.row-banner .vc_col-sm-8 {
    padding: 0 70px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	
}
.textarea-wrap.label-inside textarea {
    height: 100px;
	resize: none;
}
#toTop{
	z-index: 1;
}
.row-form .free-consultation   p {
    top: 0px !important;
}
.row-form .free-consultation   strong {
    font-size: 28px;
	line-height: 1.2;
}
#secondary.widget-area #blog_subscription-2 {
    margin-bottom: 0 !important;
}
.vc_btn3.vc_btn3-color-juicy-pink:hover,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover{
	background: #7f150d !important;
} 
#category-posts-2-internal .cat-post-everything-is-link:hover .cat-post-title{
	color: #7f150d !important;
}
.vc_btn3.vc_btn3-color-juicy-pink,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat{
	color: white;
    background: #7f150d !important;
}

.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt{
	margin: 0 0 20px !important;
	max-height: 155px;
	overflow: hidden;
}
.vc_gitem-post-data {
    margin-bottom: 5px;
}
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt p{
	margin: 0 !important;
}
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt p:empty{
	display: none;
}
.vc_btn3.vc_btn3-color-juicy-pink,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #fff;
    background-color: #9E2218 !important;
	width: 100%;
}
.entry-content .vc_pageable-load-more-btn .vc_btn3{
	background: #E9AA2F;
	border-color: #E9AA2F;
	max-width: 300px;
	width: 100%;
	color: #fff;
}
 #blog_subscription-2 button{
	background: #E9AA2F !important;
	border-color: #E9AA2F !important;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
}
.entry-content .vc_pageable-load-more-btn .vc_btn3:hover,
#blog_subscription-2 button:hover{
	background: #bf8106 !important;
	border-color: #bf8106 !important;
	color: #fff !important;
}
@media only screen and (max-width: 1199px) {
	.vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper{
		margin-right: 0px;
	}
	.vc_grid.vc_row .vc_grid-item{
		width: calc((100% - 30px) / 2);
		float: left;
		padding-right: 0 !important;
		margin-right: 30px;
	}
	.vc_grid.vc_row .vc_grid-item:nth-of-type(2n){
		margin-right: 0;
	}
}
@media only screen and (max-height: 860px) {
	.row-banner{
		padding: 25px 0;
	}
	.ninja-forms-form-title {
		margin-top: 15px;
	}
	.ninja-forms-cont .ninja-forms-all-fields-wrap{
		margin: 5px 0 0;
	}
}
@media only screen and (max-width: 767px) {
	.webcom-copyright{
		justify-content: center;
	}
	.webcom-footer {
		padding: 50px 30px 0px;
	}
	.alert .modal-content {
		padding: 45px 15px;
	}
}
@media only screen and (max-width: 650px) {
	.webcom-footer-navigation{
		float: none;
		width: 100%;
	}
	.webcom-footer .contact-info{
		top: -150px;
	}
	.webcom-footer-navigation ul.footer-nav li a {
		padding: 5px 6px 5px 0;
	}
}
@media only screen and (max-width: 560px) {
	.webcom-footer .contact-info {
		top: -220px;
		text-align: center;
	}
	.vc_grid.vc_row .vc_grid-item{
		width: 100%;
		margin-right: 0 !important;
	}
	.webcom-footer-navigation ul.footer-nav li a {
		padding: 5px 0px;
	}
	.webcom-header .logo a{
		width: 100%;
		text-align: left;
	}
	.webcom-header .top-bar{
		height: 14.286vw;
	}
}
@media only screen and (max-width: 410px) {
	.webcom-header .top-bar {
		height: 60px;
	}
	nav#primary-navigation .enhanced-text-widget .header-phone {
		line-height: 34px;
	}
	nav#primary-navigation .enhanced-text-widget .header-phone i{
		font-size: 0;
	}
}
@media only screen and (max-width: 375px) {
	#home_subs .vc_col-sm-4:nth-of-type(2) .vc_column-inner {
		padding-top: 30px !important;
	}
}
@media only screen and (max-width: 359px) {
	.webcom-copyright .company + p{
		text-align: center;
	}
}


/* 
 * Additional form styles 
 */
.nf-form-layout .nf-before-form-content .nf-form-fields-required{
	display:none;
}

.nf-form-layout .nf-form-content .nf-field input{
	font-size: 12px;
    border-radius: 7px;
    margin: 3px 0;
    padding: 14px;
}

.nf-form-layout .nf-form-content .nf-field textarea{
	font-size: 12px;
    border-radius: 7px;
    margin: 3px 0;
    padding: 14px;
	height:90px;
	resize: none;
}

.nf-form-layout .nf-form-content .nf-field .submit-wrap input{
	background: #E9AA2F;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 20px;
    width: 200px;
    border: none;
    padding: 10px;
    letter-spacing: 0;
	transition:0.7s all ease-in-out;
}

.nf-form-layout .nf-form-content .nf-field .submit-wrap input:hover{
	background: #bf8106;
}

.nf-form-layout .nf-form-content  .nf-field-container{
	margin-bottom:5px;
}

.hero-form-box .nf-form-layout{
	margin-top:15px;
}

.hero-form-box{
	align-self:stretch;
}

.hero-form-box .vc_column-inner{
	height:100%;
}

.hero-form-box .vc_column-inner .wpb_wrapper{
	height:100%;
}

.hero-form-box .vc_column-inner .wpb_wrapper .nf-form-cont{
	height:100%;
}

.nf-response-msg p {
	color: white;
	margin-top: 50%;
    transform: translateY(-50%);
}

.appointment-form .ninja-forms-form-wrap{
	background-color:transparent;
	padding-bottom:0px;
}

.appointment-form .ninja-forms-form-wrap:before{
	display:none;
}

.appointment-form .nf-response-msg p {
	margin-top:initial;
	transform:initial;
}

.post-86 .nf-response-msg p {
	color: #9E2218;
    font-weight: 600;
}

.inner-form .nf-form-layout{
	margin-top: 20px;
    margin-bottom: 10px;
}

.widget .success p{
	color:white;
	text-align:center;
}


@media screen and (max-width:1024px){
	.appointment-form{
		margin-bottom: 20px !important;
   		margin-top: 10px !important;
	}
}

@media screen and (min-width:720px) and (max-width:1024px){
	.entry-content #home_subs.consultation-section .vc_col-sm-4:nth-of-type(2) .vc_column-inner{
		padding-top: 60px !important;
    	margin-bottom: 30px;
	}
}