/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Blog */

section.blog-banner .blog-header {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
}
input.gform_button.button {
    background-color: #003DA5 !important;
}
input#gform_submit_button_10 {
     background-color: #003DA5 !important;
}
form#gform_10 input.gform_next_button.gform-theme-button.button.gform_image_button,
form#gform_10 input.gform_previous_button.gform-theme-button.gform-theme-button--secondary.button.gform_image_button {
    padding: 0;
    background-color: transparent;
    border:none;
    outline:none;
}

input.gform_button.button:hover {
    background-color: #0b4fc3 !important;
}
span.gf_step_page_name {
    display: none;
}
section.blog-banner {
    min-height: 230px;
    display: flex;
    align-items: center;
    background-image: radial-gradient(circle at center center, #e1f3fa 0%, var(--awb-color3) 100%);
}
.gform_wrapper .top_label .gfield_label {
    margin-bottom: 0 !important;
    font-size: 16px;
}
.gform-theme--framework .field_sublabel_below .gform-field-label--type-sub {
    font-size: 16px;
}
section.blog-banner h1 {
    color: #f0f9fd;
    font-family: signo;
    font-style: normal;
    font-weight: 700;
    margin: 0px;
    font-size: 98px;
    text-transform: uppercase;
}
form#commentform {}

form#commentform input {
    background-color: #fff;
    background-color: #fff !important;
    border: 2px solid #003da5 !important;
    outline: none;
}

form#commentform input#url {
    display: none;
}

form#commentform input#author {
    width: 49%;
}

form#commentform input#email {
    width: 49%;
}

.comment-form .form-submit input#comment-submit {
    background-color: #003da5 !important;
    color: #fff !important;
}

p.comment-form-cookies-consent {
    display: none;
}

section.blog-list {
    max-width: 1628px;
    margin: 0 auto;
    padding: 60px 0;
}

section.blog-list .post-item {
    height: 100%;
    background-color: #fff;
    box-shadow: 1px 1px 22px -10px rgba(43, 43, 43, 0.64);
    border-radius: 10px;
    position: relative;
}


section.blog-list .post-item .post-image {
    height: 240px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

section.blog-list .post-item .post-image img {
    width: 100%;
	height: 100%;
    object-fit: cover;
}

section.blog-list .row {
    display: flex;
    flex-wrap: wrap;
}

section.blog-list .post-item-col {
	margin-bottom: 40px;
    padding: 0 20px;
}

section.blog-list .post-item .post-content {
    padding: 20px 20px 36px 20px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

section.blog-list .post-item .post-content h2 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #003da5;
	line-height:28px !important;
}

section.blog-list .post-item .post-content p {
    color: #2b2b2b;
}

section.blog-list .post-item .post-anchor-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #003da5;
    border-radius: 0 0 10px 0;
}

section.blog-list .post-item .post-anchor-arrow i {
    border: none;
    margin: 0;
    background-color: transparent;
}

section.blog-list .post-item .post-anchor-arrow i::before {
    color: #fff;
}

section.blog-list .post-item .post-anchor-arrow i:hover {
    background-color: transparent;
}

section.blog-list .post-item {
    transition:  transform 300ms ease, filter 300ms ease, background-color 300ms ease, border-color 300ms ease;
}

section.blog-list .post-item a:hover .post-anchor-arrow {
    background-color: #DC4405;
}

section.blog-list .post-item:hover {
    transform: scale(1.05);
}

section.blog-list .related-link {
    padding: 20px;

}

section.blog-list .related-link ul.category-list {
    padding: 0;
    margin: 0;
}

section.blog-list .related-link ul.category-list li {
    list-style-type: none;
    padding-bottom: 10px;
	font-size: 20px;
    font-weight: 500;
	font-family: signo;
}


section.blog-list .related-link ul.category-list li a {
    color: #000;
}

section.blog-list .related-link ul.category-list li a:hover {
    color: #003da5;
}
input.search-wall-of-champions {
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
    padding: 15px 30px;
    border: none;
    border-radius: 6px !important;
    outline: none;
    font-size: 16px;
}
form {
	margin-bottom: 30px !important;
}
form.searchform {
 margin-bottom: 0 !important;
}
.top-nav-language ul li  a {
    background-image: url(https://rebuildcrc.wpenginepowered.com/wp-content/uploads/2024/11/language-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    min-width: 40px;
}

.top-nav-language ul li a span.menu-text {
    font-size: 0;
}

.top-nav-language ul li a span.awb-menu__open-nav-submenu-hover {
    display: none !important;
}

.top-nav-language ul li ul.awb-menu__sub-ul.awb-menu__sub-ul_main a.awb-menu__sub-a {
    background-image: none;
}
ul#menu-language-menu {
    min-height: auto;
}
form input.facetwp-search {
    background-color: transparent;
    outline: none;
}
section.blog-list .pagination {
    justify-content: center;
}

section.blog-list .pagination span.current,section.blog-list .pagination a {
    border-radius: 6px !important;!i;!;
    font-size: 18px;
    font-weight: 700;
    font-family: Arial;
    margin-right: 6px !important;!i;!;
    padding: .5rem 1rem;
    border-radius: 10px;
    background-color: #1e4899;
    color: #fff;
    margin-left: 0 !important;!i;!;
    height: 42px;
    min-width: 42px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.blog-list .pagination span:hover.current, section.blog-list .pagination a:hover {
    background-color: #dc4504;
    border-color: #dc4504;
}

section.blog-list .pagination span.current {
    background-color: #dc4405;
    border-color: #dc4405;
}

/* Tribute Wall */
.tribute-faces {
    width: 100%;
    margin: 0 auto;
    padding: 80px 80px 60px;
}
.tribute-faces .tribute-face {
    padding: 4px;
    display: block !important;
    float: left !important;
    width: 20%;
}

.tribute-faces .tribute-face .tribute-face-item {
    position: relative;
    border-radius: 4px;
    height: 177px;
    /* width: 157px; */
    max-width: 100%;
}

.tribute-faces .tribute-face .tribute-face-item .tribute-face-img {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.tribute-faces .tribute-face .tribute-face-item .tribute-hover-item {
    display: none;
    position: absolute;
    width: 550px;
    z-index: 10;
    background-color: #191716;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    padding: 9px;
    top: 85px;
    left: 95px;
}

.tribute-faces .tribute-face .tribute-face-item .tribute-face-img .tribute-face-img-bg {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.tribute-faces .tribute-face:hover .tribute-hover-item {
    display: block;
}

.tribute-faces .tribute-face .tribute-hover-item .tribute-left-item {
    width: 240px;
    height: 240px;
    float: left;
    overflow: hidden;
	background-color: #fff;
}

.tribute-faces .tribute-face .tribute-hover-item .tribute-right-item {
    float: right;
    width: 292px;
    padding-left: 9px;
    color: #fff;
}

.tribute-faces .tribute-face .tribute-hover-item .tribute-right-item .tribute-name {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2.64px;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-align: center;
    margin-top: 15px;
}

.tribute-faces .tribute-face .tribute-hover-item .tribute-right-item p {
    font-size: 16px;
    font-weight: 400;
}

.tribute-faces .tribute-face .tribute-hover-item .tribute-right-item .tribute-name p {
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: unset;
    text-transform: none;
}

.tribute-faces .tribute-face .tribute-hover-item .tribute-right-item .tribute-desc-row {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
	    letter-spacing: 2px;
}
.tribute-face-img-bg img {
	transform: translateY(-37px);
    width: 100%;
}
.tribute-faces .tribute-face .tribute-hover-item .tribute-right-item .tribute-desc-row p {
    margin-top: 10px;
    text-transform: none;
    margin-bottom: 10px;
}

.tribute-btn-wrap {
    text-align: center;
    margin-top: 12px;
}

.tribute-btn-wrap a {
    border-radius: 2px;
    background-color: #6BC4E8;
    display: inline-block;
    border: none;
    font-weight: 700;
    color: #191716;
    font-size: 18px;
    letter-spacing: .54px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 11px 18px 10px;
    position: relative;
    overflow: hidden;
}

.tribute-btn-wrap a:after {
    content: '';
    position: absolute;
    display: block;
    -webkit-transition: .25s ease;
    transition: .25s ease;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background-color: #191716;
    top: 3px;
    left: 3px;
    z-index: 2;
    border-radius: 10px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.tribute-btn-wrap a:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border-radius: 3px;
}

.tribute-btn-wrap a div {
    color: #000;
    position: relative;
    z-index: 999;
}
.tribute-btn-wrap a:hover div {
    color: #fff;
}
.tribute-faces .tribute-faces-group .tribute-face:nth-child(11) .tribute-hover-item,.tribute-faces .tribute-faces-group .tribute-face:nth-child(12) .tribute-hover-item,.tribute-faces .tribute-faces-group .tribute-face:nth-child(13) .tribute-hover-item,.tribute-faces .tribute-faces-group .tribute-face:nth-child(14) .tribute-hover-item {
    top: auto;
    bottom: 90px;
}


.tribute-faces .tribute-faces-group .tribute-face:nth-child(5) .tribute-hover-item,.tribute-faces .tribute-faces-group .tribute-face:nth-child(10) .tribute-hover-item {
    left: auto;
    right: 95px;
}

.tribute-faces .tribute-faces-group .tribute-face:nth-child(15) .tribute-hover-item {
	top: unset;
    left: unset;
    right: 95px;
    bottom: 50px;
}

.tribute-faces .tribute-faces-inner button.slick-prev.slick-arrow {
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 999;
    font-size: 0;
    width: 58px;
    height: 57px;
    border-radius: 2px;
    background-color: #fff;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
}

.tribute-faces .tribute-faces-inner button.slick-prev.slick-arrow:before {
    position: absolute;
    content: '';
    background-image: url(https://rebuildcrc.wpenginepowered.com/wp-content/themes/Avada-Child-Theme/src/icons/theme/angle-left.svg);
    width: 18px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.tribute-faces .tribute-faces-inner button.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 999;
    font-size: 0;
    width: 58px;
    height: 57px;
    border-radius: 2px;
    background-color: #fff;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
}

.tribute-faces .tribute-faces-inner button.slick-next.slick-arrow:before {
    position: absolute;
    content: '';
    background-image: url(https://rebuildcrc.wpenginepowered.com/wp-content/themes/Avada-Child-Theme/src/icons/theme/angle-right.svg);
    width: 18px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.tribute-faces .tribute-faces-inner button.slick-arrow:hover {
    background-color: #6BC4E8;
}
.slick-next, .slick-prev {
    transition: .25s;
}
.slick-track {
    display: flex;
    flex-wrap: wrap;
}

.tribute-faces .tribute-faces-inner {
    position: relative;
}

/* Gravity Form style */
.gform_wrapper form .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper form .gfield_select[multiple=multiple], .gform_wrapper form textarea, 
.gform_wrapper form select{
    background-color: #fff !important;
    border-color: #003da5 !important;
    height: auto;
    box-shadow: none;
    width: 100%;
    font-family: 'Open Sans';
    padding: 5px 20px;
    margin-top: 5px !important;
}

.gform_wrapper form .select-arrow {
    background-color: #fff;
    border-color: #003da5;
    width: 100%;
    height: auto !important;
    line-height: unset !important;
    font-size: 0;
}

.gform_wrapper form span.gfield_required {
    display: inline-block;
    padding-left: 2px;
}

.gform_wrapper form label.gfield_label.gform-field-label {
    display: block;
}

.gform_wrapper form .select-arrow {
    display: none;
}

textarea#comment {
    background-color: #fff !important;
    border: 2px solid #003da5 !important;
    outline: none;
}
.gform_footer.top_label .gform_button.button {
    text-transform: uppercase !important;
    min-width:157px !important;
	background-color: #003DA5 !important;
}

span.filepond--label-action.button.gform-theme-button.gform-theme-button--control {
    background-color: #003DA5 !important;
}
button.button.gform_button_select_files.gform-theme-button.gform-theme-button--control {
    background-color: #003DA5 !important;
}

input.gform-theme-button.button {
     background-color: #003DA5 !important;
}

.social-media-fields textarea {
    height: 50px !important;
    min-height: unset !important;
}

.social-media-fields {
    grid-column: span 6 !IMPORTANT;
}

fieldset#field_7_87 .ginput_container.ginput_container_checkbox {
    padding-top: 6px;
}

/* Resources Archive */
.resources-archives-card li.fusion-layout-column.fusion_builder_column {
    width: 33%;
    position: relative;
}

.resources-archives-card li.fusion-layout-column.fusion_builder_column .fusion-column-wrapper.fusion-flex-justify-content-flex-start.fusion-content-layout-column {
    box-shadow: 1px 1px 22px -10px rgba(43, 43, 43, 0.64);
    border-radius: 10px;
    cursor: pointer;
    overflow: var(--awb-inner-bg-overflow);
    transform: scaleX(1.00) scaleY(1.00);
    transform-origin: 50% 50%;
    transition: transform 300ms ease,filter 300ms ease,background-color 300ms ease,border-color 300ms ease;
    padding-bottom: 35px;
}

.resources-archives-card ul.fusion-grid.fusion-grid-4.fusion-flex-align-items-flex-start.fusion-grid-posts-cards {
    align-items: unset;
}
.resources-archives-card .fusion-image-wrapper {
    height: 240px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.resources-archives-card .fusion-image-wrapper img {
    height: 100%;
    object-fit: cover;
}

.resources-archives-card a.fb-icon-element.fontawesome-icon {
    display: block;
    margin-left: auto !important;
    margin-right: 0 !important;
    border-radius: 0 0 10px 0 !important;!i;!;
    position: absolute;
    bottom: 0;
    right: 0;
}

.resources-archives-card li.fusion-layout-column.fusion_builder_column .fusion-column-wrapper.fusion-flex-justify-content-flex-start.fusion-content-layout-column:hover {
    transform: scaleX(1.05) scaleY(1.05);
}

.resources-archives-card li.fusion-layout-column.fusion_builder_column .fusion-column-wrapper.fusion-flex-justify-content-flex-start.fusion-content-layout-column:hover a.fb-icon-element {
    background-color: #DC4405;
}

@media(max-width:767px) {
	    .tribute-faces .tribute-face .tribute-face-item {
			height: 119px;
	}
	.blog-post-lists {
		order: 2;
	}
	section.blog-list {
		padding: 20px 0;
		max-width: 100%;
	}

	section.blog-list .col-md-3 {
		padding: 0;
		width: 100%;
	}

	section.blog-banner h1 {
		font-size: 40px !important;!i;!;
	}

	section.blog-banner {
		width: 100%;
		min-height: 160px;
	}
}