/* 
Theme Name: Westport Welding
Description: Theme for Westport Welding
Author: Communify
Author URI: https://communify.me
Template: hello-elementor
Version: 1.0.1
Text Domain: westport-welding
*/

/*
    Add your custom styles here
*/


/* Hero image section */

body:not([class*=elementor-page-]) .site-main {
    padding: 0;
}

main#content.project {
    max-width: 100%;
}

.wpw-project-hero img {
    border-style: none;
    height: auto;
	width: 100%;
    max-width: 100%;
}

.wpw-project-about {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wpw-project-about a {
    color: #1E4381;
    text-decoration: underline;
}

.wpw-project-about a:hover,
.wpw-project-about a:focus,
.wpw-project-about a:active {
	color: #5E469C;
}

.wpw-project-about-inner {
    max-width: 1586px;
    padding: 106px 110px 110px 110px;
    display: flex;
    flex-direction: row;
	align-items: center;
    margin: 0 auto;
    position: relative;
}

.wpw-project-about_col-left, .wpw-project-about_col-right {
    display: flex;
}


.wpw-project-about_col-right {
    flex-shrink: 1;
    flex-direction: column;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.25px;
}

.wpw-project-about_col-right p:not(:last-child) {
    margin-bottom: 20px;
}

.wpw-project-about_col-left {
    flex-basis: 685px;
    flex-shrink: 0;
    width: auto;
}

.wpw-project-about_wrap-btns {
    background-color: #0F1B45;
}

.wpw-project-about_wrap-btns .elementor-button-wrapper {
    width: 100%;
    display: flex;
    margin: 0 auto;
    position: relative;
    justify-content: center;
    padding: 50px 0;
}

.wpw-project-about_wrap-btns .elementor-button {
    line-height: 1;
    background-color: transparent;
    padding: 18px 35px;
    border-radius: 41px;
    color: #fff;
    fill: #fff;
    border: 2px solid #FFFFFF;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: .075px;
}

.wpw-project-about_wrap-btns a.elementor-button-link.elementor-button.elementor-size-sm:hover, 
.wpw-project-about_wrap-btns a.elementor-button-link.elementor-button.elementor-size-sm:focus, 
.wpw-project-about_wrap-btns a.elementor-button-link.elementor-button.elementor-size-sm:active {
    background-color: #FFFFFF;
    color: #0F1B45;
}

.wpw-project-header {
    width: 100%;
    background: linear-gradient(-45deg, #C365A9, #1E4381);
	background-size: 200% 200%;
	animation: projects-gradient 5s ease infinite;
    background-clip: text;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 147px;
	margin: 0;
}

@keyframes projects-gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.wpw-project-gradient-color-purple {
    background: linear-gradient(-45deg, #1E4381, #C365A9 );
    background-size: 200% 200%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wpw-project-gradient-color-turquoise {
    background: linear-gradient(-45deg, #1E4381, #00AFB0);
    background-size: 200% 200%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1180px) {
    .wpw-project-about-inner {
        flex-direction: column;
		align-items: flex-start;
        gap: 0;
    }

    .wpw-project-header {
        padding-right: 20%;
    }

    .wpw-project-about_col-left {
        flex-basis: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .wpw-project-about {
        gap: 0;
    }

    .wpw-project-header {
        padding-right: 20%;
    }

}

@media screen and (max-width: 1023px) {
    .wpw-project-about_col-right {
        flex-basis: 0;
    }

    .wpw-project-header {
        margin: 0 0 20px 0;
    }

    .wpw-project-about-inner {
        gap: 0;
        padding: 75px 60px;
    }

    .wpw-project-about_col-left {
        flex-basis: 0;
    }
}

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

	.wpw-project-hero {
		height: 220px;
	}

    .wpw-project-hero img {
		height: 100%;
		object-fit: cover;
		object-position: bottom;
    }

    .wpw-project-about_col-right {
        font-size: 15px;
        line-height: 22px;
        width: 100%;
    }

    .wpw-project-header {
        width: auto;
        padding-right: 0;
    }

    .wpw-project-header-mobile-font {
        font-size: 36px!important;
    }

    .wpw-project-about-inner {
        padding: 75px 35px;
    }

    /* Button */
    .wpw-project-about_wrap-btns .elementor-button-wrapper {
        padding: 25px 0;
    }

    .wpw-project-about_wrap-btns .elementor-button {
        padding: 14px 28px;
        font-size: 15px;
    }
}
