/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {

    margin: 5px 20px 20px 0;

}



.aligncenter,

div.aligncenter {

    display: block;

    margin: 5px auto 5px auto;

}



.alignright {

    float:right;

    margin: 5px 0 20px 20px;

}



.alignleft {

    float: left;

    margin: 5px 20px 20px 0;

}



a img.alignright {

    float: right;

    margin: 5px 0 20px 20px;

}



a img.alignnone {

    margin: 5px 20px 20px 0;

}



a img.alignleft {

    float: left;

    margin: 5px 20px 20px 0;

}



a img.aligncenter {

    display: block;

    margin-left: auto;

    margin-right: auto;

}



.wp-caption {

    background: #fff;

    border: 1px solid #f0f0f0;

    max-width: 96%; /* Image does not overflow the content area */

    padding: 5px 3px 10px;

    text-align: center;

}



.wp-caption.alignnone {

    margin: 5px 20px 20px 0;

}



.wp-caption.alignleft {

    margin: 5px 20px 20px 0;

}



.wp-caption.alignright {

    margin: 5px 0 20px 20px;

}



.wp-caption img {

    border: 0 none;

    height: auto;

    margin: 0;

    max-width: 98.5%;

    padding: 0;

    width: auto;

}



.wp-caption p.wp-caption-text {

    font-size: 11px;

    line-height: 17px;

    margin: 0;

    padding: 0 4px 5px;

}



/* Text meant only for screen readers. */

.screen-reader-text {

	border: 0;

	clip: rect(1px, 1px, 1px, 1px);

	clip-path: inset(50%);

	height: 1px;

	margin: -1px;

	overflow: hidden;

	padding: 0;

	position: absolute !important;

	width: 1px;

	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */

}



.screen-reader-text:focus {

	background-color: #eee;

	clip: auto !important;

	clip-path: none;

	color: #444;

	display: block;

	font-size: 1em;

	height: auto;

	left: 5px;

	line-height: normal;

	padding: 15px 23px 14px;

	text-decoration: none;

	top: 5px;

	width: auto;

	z-index: 100000;

	/* Above WP toolbar. */

}

@media (min-width: 769px) {
    .wst-image-text-block.in-container.right.bg-guide-inbound-marketing .image-holder{
        width: 30%;
    }

    .wst-image-text-block.in-container.right.bg-guide-inbound-marketing .text-holder{
        width: 70%;
    }

    .wst-image-text-block.in-container.left.bg-guide-inbound-marketing .image-holder{
        width: 30%;
    }

    .wst-image-text-block.in-container.left.bg-guide-inbound-marketing .text-holder{
        width: 70%;
    }
}
@media (max-width: 768px) {
    .wst-image-text-block.in-container.right.bg-guide-inbound-marketing .image-holder{
        max-width: 30rem;
        margin: 0 auto;
    }

    .wst-image-text-block.in-container.left.bg-guide-inbound-marketing .image-holder{
        max-width: 30rem;
        margin: 0 auto;
    }
}
.content-marketing-icons .blurb-2 svg {
    position: relative;
    top: -0.5rem;
    left: 0.7rem;
}

/* Request a Proposal*/
.proposal-graphics{
	display: flex;
    flex-direction: row;
	padding-top: 4rem;
	justify-content: center;
}
.proposal-graphics img {
    width: 50%;
    height: 100%;
}
@media (max-width: 992px) {

}
@media (max-width: 374px) {
    .proposal-graphics{
        display: flex;
        flex-direction: column;
    }
    .proposal-graphics img {
        width: 100%;
    }
    .proposal-graphics img:first-of-type {
        margin-bottom: 4rem;
    }
}

.seo-graphics{
	display:flex;
    padding-top: 4rem;
    align-items: center;
    margin: auto;
    gap: 2.5rem;
}

.seo-graphics img{
	width: 100%;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .13), 0 1px 4px 0 rgba(0, 0, 0, .11);
}
@media (max-width: 992px) {

}
@media (max-width: 425px) {
    .seo-graphics{
		flex-direction:column;

	}
	.seo-graphics img{
	width: 100%;
	}
}

/* Paid Online Advertising */

@media (min-width: 993px) {
    .page-id-985 .wst-hero-block h1 {
        font-size: 9.2rem;
    }
}

/* B2B Web Design */
.page-id-1151 .wst-hero-block h1 {
    line-height: 1.1;
}

/* Logo Lookbook */
@media (min-width: 769px) {
    .wst-image-text-block.lookbook-construction-logo .section-inner .image-holder {
        width: 45%;
    }
    .wst-image-text-block.lookbook-construction-logo .section-inner .text-holder {
        width: 35%;
        padding-left: 0;
    }
}
@media (max-width: 992px) {
	.portfolio-grid .portfolio-card-holder a.portfolio, .portfolio-grid .portfolio-card-holder a.case-study {
		height: 50rem;
	}
}

.portfolio-grid .portfolio-card-holder .card-holder .card-inner .text-holder {
	background: transparent;
}

.portfolio-grid .portfolio-card-holder .card-holder .card-inner .text-holder span {
	z-index: 1;
}

.portfolio-grid .portfolio-card-holder .card-holder .card-inner .text-holder::before {
	content: '';
	position: absolute;
	inset: 0 0;
	isolation: isolate;
	background-color: #4715c7;
	background-image: linear-gradient(90deg, #b44eff, #4715c7);
	z-index: 0;
	opacity: .7;
}
.portfolio-grid .inner .left h2 {
	line-height: 1.3;
}

/* Required gform text */
.dark .gform_wrapper.gravity-theme .gfield_required {
	color: white;
}

.page-id-298 option, .page-id-298 option[selected="selected"]{
	background:black;
}

/* Styling for Newsletter Popup */
.nl-popup-bg {
    background-image: url(/wp-content/uploads/2024/01/HORTON_SIGNUP_IMG.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 48rem;
}

.nl-popup-content {
    width: 50%;
    background-color: #000000;
    min-height: 48rem;
    padding: 6rem;
    text-align: center;
    margin-left: 50%;
}

.nl-popup-content h3 span {
    -webkit-text-stroke: 2px #fff;
    -webkit-text-fill-color: transparent;
	font-weight: 800;
}

.nl-popup-content h3{
	font-weight: 800;
	color: white;
}

.nl-popup-content span{
	color: #b44eff;
	font-weight: 800;
}

.nl-popup-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
    background-color: transparent;
    border-bottom: 2px solid #fff;
    padding: 1rem 1rem 0.5rem 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.35rem;
    color: #fff;
}

 .nl-popup-content body .gform_wrapper ::placeholder,
  body .gform_wrapper ::-webkit-input-placeholder,
 .nl-popup-content body .gform_wrapper input[placeholder] {
  color: white!important;
}


.nl-popup-content p {
    color: white;
}

@media screen and (max-width: 1350px){
	
	.nl-popup-content p {
    color: white;
}
	
	.nl-popup-content {
	width: 100%;
	background-color: rgb(33 36 42 / 98%);
    margin: 0;
}
	
.nl-popup-bg {   
    background-size: cover;
    background-position: bottom;
}	
	
}

.pum-theme-10411 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close {
    color: white;
}

/* END Styling for Newsletter Popup */

/* Footer newsletter form */ 
/*
footer div#gform_wrapper_18 {
    display: flex;
    max-width: 75rem;
    justify-content: center;
    align-items: center;
    margin: auto;
	padding:2rem;
}

footer h2.gform_title {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 2rem;
    padding: 1rem;
}

footer form#gform_18 {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .gform_wrapper form .gform_body .gform_fields .gfield {
    margin: 0!important;
}

footer input#input_18_1 {
    padding: 1.35rem 0!important;
    margin: 0!important;
}

body footer .gform_wrapper input#input_18_1::placeholder{
 color: black!important;
 opacity: 0.8!important;
}
*/

.news-signup-form {
	padding-top: 4rem;
}

.news-signup-form .gform_wrapper.gravity-theme .gform_title {
    color: white!important;
    -webkit-text-fill-color: unset;
    background-color: unset;
    background-image: unset;
}

footer div#gform_wrapper_18 {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: auto;
}

.news-signup-form .gform_wrapper.gravity-theme form .gform_footer {
    justify-content: center;
}