/**
 * Theme Name: EXTEX Theme Anton
 * Theme URL: www.extexengineered.com
 * Author: Lumi Agency, LLC
 * Author URL: www.lumiagency.com
 * Description: Theme developed for the sole use of the EXTEX Engineered website.
 * Version: 1.0
**/
img.attachment-blog_thumb.size-blog_thumb.wp-post-image {
    padding: 150px;
}
.slick-list.draggable {
    height: 62vh !important;
}

.single-post .btn-wrapper{
    text-align: center;
}
/**
 * Events
 * /

/*Events Listing*/

.tribe-events-loop .tribe-events-event-meta {
	font-size: 1em;

}

#tribe-bar-form .tribe-bar-submit {margin-left: 8% !important;}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
	background-color: #F05329;
	font-size: 1em;

}

#tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
	background-color: #2b3990;

}

.tribe-events-list-separator-month {
	font-size: 1.75em;
	margin: 0px;

	background-color: #F05329;
	color: #ffffff;

}

.tribe-events-page-title {
	font-size: 3em;
	font-weight: bold;
	font-family: eurostile-extended, sans-serif;
}

#tribe-bar-form #tribe-bar-filters-wrap {width: 80% !important;}
#tribe-bar-views .tribe-bar-views-inner .select {display: none;}
#tribe-bar-form #tribe-bar-views {width: 20% !important;}

@font-face { 
font-family: PPSupply-Mono-Regular; 
src: url(../extex_v2/fonts/PPSupplyMono-Regular.ttf); 
font-weight: normal; 
}

@font-face { 
font-family: Square721 BdEx; 
src: url(../extex_v2/fonts/Square721-BdEx-BT-Bold.ttf); 
font-weight: normal; 
}

@font-face { 
font-family: Square721 Ex; 
src: url(../extex_v2/fonts/Square721-Ex-BT-Roman.ttf); 
font-weight: normal; 
}

@font-face { 
font-family: Univers LT Pro; 
src: url(../extex_v2/fonts/UniversLTPro-65Bold.otf); 
font-weight: normal; 
}

@font-face { 
font-family: Univers LT Light; 
src: url(../extex_v2/fonts/UniversLTPro-45Light.otf); 
font-weight: normal; 
}

@media only screen and (max-width: 991px) {
  #tribe-bar-form .tribe-bar-submit {margin-left: 0% !important;}
}
@media only screen and (max-width: 770px) {
  #tribe-bar-form #tribe-bar-views, #tribe-bar-form #tribe-bar-filters-wrap {width: 100% !important;}
    .sf-input-text {
    margin-left: auto !important;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 110px;;
}
    .each-resource {
        height: 165px !important;
        width: 100% !important;
    }
}

.team-member {
	display: flex;
	flex-direction: column;

}
.team-members-row {
	max-width: 1220px;
	margin: 0 auto;
}
.team-members {
	padding-top: 60px;
}
.team-members__title {
	margin-bottom: 60px;
	text-align: center;
}
.team-members__item {
	height: auto;
	box-shadow: 8px 2px 16px 1px rgba(0, 0, 0, 0.11);
	background-color: #ffffff;
}
.team-members__item--key {
	max-width: 751px;
	max-width: 1045px;
	width: 100%;
	height: auto;
		background-color: #ffffff;
	flex-direction: row;
	margin: 0 auto 50px;
	box-shadow: 8px 2px 14px 2px rgba(0, 0, 0, 0.11);
 
}

.team-member__image {
	cursor: pointer;
	position: relative;
	height: 336px;
}
.team-member__image:hover .team-member__sec-image{
	opacity: 1;
}
.team-member__main-image {
	z-index: 2;
	position: relative;
}
.team-member__sec-image {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	transition: .5s;
}
.team-member__image--key {
	width: 100%;
	max-width: 337px;
	max-width: 347px;
	height: 100%;
}
.team-member__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-member__description {
	padding: 25px;
}

.team-member__description--key {
	width: 100%;
	max-width: 414px;
	max-width: 698px;
	padding: 60px 40px;
}
.team-member__title {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.61px;
	font-family: eurostile-extended, sans-serif;
}

.team-member__title--key {
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
}
.team-member__meta {
	margin-bottom: 20px;
}
.team-member__meta--key {
	color: #3b3b3b;
	font-size: 16px;
	font-weight: 400;
}

.team-member__email {
	color: #F05329;
	font-weight: 100;
	letter-spacing: 0.44px;
	line-height: 1.625;
	display: block;
}
.team-member__email--key {
	margin-bottom: 20px;
}
.team-member__text {
	font-size: 16px;
}
.team-members__grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 25px;
	grid-row-gap: 30px;
}
@media screen and (max-width: 1260px){
   
	.team-members-row {
	max-width: 1220px;
	margin: 0 auto;
	margin: 5px;
}
}

@media only screen and (max-width: 991px) {
	.team-members__item--key {
	max-width: 751px;
	max-width: 1045px;
	width: 100%;
	height: auto;
	box-shadow: 8px 2px 14px 2px rgba(0, 0, 0, 0.11);
	background-color: #ffffff;
	flex-direction: row;
	margin: 0 auto 50px;
}
	.team-member__image--key {
		max-width: 100%;
	}
	.team-members__item--key {
		max-width: 500px;
		flex-direction: column;
	}
	.team-members__grid {
		grid-template-columns: 1fr 1fr;
	}
	.team-member__description--key {
		padding: 25px;
	}
	.team-member__title--key {
		font-size: 22px;
	}
	 
}
.img-fluid {
width: 100%;
}
.tall {
padding: .6em 1rem 0 1rem;
} 

.desktop{
	max-height: 376px;
}
@media only screen and (max-width: 480px) {
	.desktop{
	max-height: 100%
}
	.team-members__grid {
		grid-template-columns: 1fr;
	}
	img.attachment-blog_thumb.size-blog_thumb.wp-post-image {
    padding: 10px !important;
}
}
.header .right .top-line-featured-link:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("https://extexstaging.wpengine.com/wp-content/uploads/2020/11/openIconGray.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.header .right .top-line-login-link {
    font-weight: bold;
}
.header .right .top-line-login-link:before {
    content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("https://extexstaging.wpengine.com/wp-content/uploads/2020/11/memberIconNew.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.resource-container {
    background-color: #FBFBFB;
}
.resource-container .page-header {
    height: 277px;
    background-size: cover;
    background-position: center;
}
.search-filter-results {
    padding-top: 100px;
    padding-bottom: 120px;
}
.each-resource {
    display: inline-block;
    width:48%;
    background-color: #fff;
    border: 2px solid #E0E0E0;
    padding: 35px 30px 25px;
    margin-right: 40px;
    margin-bottom: 25px;
    height: 210px;
    vertical-align: top;
}
.each-resource:nth-child(odd) {
    margin-right: 0;
}
.each-resource .left {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    width:8%;
}
.each-resource .right {
    display: inline-block;
    width:87%;
}
.each-resource p {
     font-size: 15px;
    line-height: 18px;
}
.resource-title {
    color: #F05329;
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .07em;
}
.open-link {
    font-family: Inter, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color:  #F05329 !important;
    display: inline-block;
    vertical-align: middle;
}
.open-arrow {
    width:5%;
    display: inline-block;
    vertical-align: middle;
}
.alm-load-more-btn  {
    background-color: transparent !important;
    border: 2px solid #F05329 !important;
    font-weight: bold !important;
    border-radius: 0 !important;
    width:166px;
    font-size: 16px !important;
    min-width:166px !important;
    height: 50px !important;
    color: #F05329 !important;
    
}
.sf-field-taxonomy-platform, li.sf-field-search {
    display: block !important;
    text-align: center;
    background-color: #F05329; 
     width: 100vw;
    margin-left: -50vw;
    left: 50%;
    height: 100%;
}
li.sf-field-search {
    text-align: left;
    background-color: #F3F3F3;
    height: auto;
    padding: 20px 0 !important;
}
.sf-input-text {
    width:565px;
    text-transform: uppercase;
    margin-left: 332px;
}
.searchandfilter ul {
    height:95px;
    padding:  0;
    position: relative;
}
.searchandfilter ul li li {
    padding: 5px 10px !important;
}
.searchandfilter ul>li {
    display: inline-block;
}
.searchandfilter ul li {
    padding: 30px 0 10px !important;
}
.sf-label-radio {
  font-size: 16px;
    color: #fff;  
    letter-spacing: .03em;
    text-transform: uppercase;
    opacity: .7;
}
.sf-option-active .sf-label-radio {
    font-weight: bold;
    opacity: 1;
}
input.sf-input-radio {
    display: none;
}
.sf-level-0, .sf-label-radio {
    cursor: pointer;
}
.sf-level-0 ul.children {
    display: none;
    height: 60px;
}
.sf-option-active ul.children {
    position: absolute;
    top: 54px;
    width: 100vw;
    left: 0;
    margin-left: -50vw;
    left: 50%;
    background-color: #65696E;
}
.sf-option-active ul.children li {
    display: inline-block;
}
.pagination {
    text-align: center;
    display: block;
}
.nav-next, .nav-previous {
    display: inline-block;
}
.nav-previous {
    margin-right: 100px;
}
.number-of-results{
    padding: 40px 0 20px;
}

.swpm_full_page_protection_not_logged_msg {
    max-width: 1170px;
    margin: 50px auto;
    text-align: center;
    background-color: #F05329;
    padding: 50px;
    color: #fff;
    font-family: Inter, sans-serif;
    text-transform: uppercase;
}
.swpm_full_page_protection_not_logged_msg a {
    color:#162B3B;
    font-weight: bold;
}
.swpm-login-widget-form {
    max-width: 300px;
    margin: 50px auto;
}
.swpm-username-input input, .swpm-password-input input {
    width:100%;
}
.swpm-login-submit {
    margin-top: 15px;
}
.swpm-login-submit input {
    padding: 8px 30px;
    min-width:180px;
    width:180px;
}
.swpm-login-widget-logged {
    width:350px;
    margin: 40px auto;
    text-align: center;
}
.button.swpm-edit-profile-link, .swpm-logged-logout-link.button, .swpm-access-sales-portal.button {
    padding: 8px 30px;
    max-width: 250px;
    width: 250px;
    color: #fff;
    margin: 10px auto;
}
.button.swpm-edit-profile-link a, .swpm-logged-logout-link.button a, .swpm-access-sales-portal.button a {
    color: #fff;
}
.page-id-2090 .swpm-join-us-link {
    display: none;
}
.swpm-profile-phone-row, .swpm-profile-street-row, .swpm-profile-city-row, .swpm-profile-zipcode-row, .swpm-profile-state-row, .swpm-profile-country-row, .swpm-profile-company-row {
    display: none;
}

.img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 0%;
  cursor: none;
  width: 500px;
  height: 200px;
}
