.cwk-wgt-background-card{
	min-width: 200px;
	background-color: #ffffff !important;
	padding: 0 0 35px;
  	border-radius: 20px;
  	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);  
}
.cwk-wgt-background-card .title{
    display: block;
    font-family: "Red Hat Display", sans-serif;
    font-stretch: normal;
    font-style: normal;
    line-height: 30px;
    letter-spacing: normal;
    color: rgb(68,66,68);
    font-weight: 900;
    font-size: 24px;
    hyphens: manual;
}
.cwk-wgt-background-card .content{
  font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #444250;
}

.cwk-wgt-background-card .first-image{	
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.cwk-wgt-background-card .first-image img{
    width: 100%;
    height: 240px; 
    display: block;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: white;
}
.cwk-wgt-background-card .circle-image{	    
    position: relative;
    margin-top: -145px;

}
.cwk-wgt-background-card .square-image{	
    position: relative;
    margin-top: -95px;
    float: right;
    margin-right: 20px;

}
.cwk-wgt-background-card .circle-image img{	
    width: 290px;     
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}
.cwk-wgt-background-card .square-image img{
    width: 100px;
    height: 100px;
    padding: 10px;
    display: block;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    background-color: white;  
}
.cwk-wgt-background-card .link a{
  font-weight: 600;
  padding-bottom: 7px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}
 .cwk-wgt-background-card .card-text{
 	padding-left: 30px;
 	padding-right: 30px;
 	padding-top: 30px;
 }
 .cwk-bgc-mob-container{ 	
    overflow: hidden;
    border-radius: 20px;
 }
 .cwk-bgc-mob-component .arrows{
 	 margin-top: 5px;
     margin-right: 10px;
     float: right;
 }

@media only screen and (max-width: 360px) {
  .cwk-wgt-background-card{
  		width: 340px;
   }
  .cwk-wgt-background-card .circle-image img{    
    width: 220px;    
  }
  .cwk-wgt-background-card .square-image img{
    width: 100px;
    height: 100px;    
	}
	.cwk-wgt-background-card .first-image img{    
    height: 187px;    
	}
}

@media only screen and (min-width: 361px) and (max-width: 700px) {
  .cwk-wgt-background-card .circle-image img{    
    width: 280px;    
  }
  .cwk-wgt-background-card .square-image img{
    width: 90px;
    height: 90px;    
	}
	.cwk-wgt-background-card .first-image img{    
    height: 187px;    
	}
}
/*ipad*/
@media only screen and (min-width: 701px) and (max-width: 768px) {
  .cwk-wgt-background-card{
  		width: 190px;
   }
  .cwk-wgt-background-card .circle-image img{    
    width: 175px;    
  }
  .cwk-wgt-background-card .square-image img{
    width: 90px;
    height: 90px;    
	}
	.cwk-wgt-background-card .first-image img{    
    height: 187px;    
	}
}

 @media (min-width: 769px) and (max-width:1280px) {
  .cwk-wgt-background-card .circle-image img{    
    width: 220px;    
  }
  .cwk-wgt-background-card .square-image img{
    width: 100px;
    height: 100px;    
	}	
}
.cwk-member-listing-container{
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 -10px;
}
.cwk-member-listing-container .member{
    max-width: 385px;
    min-width: 200px;
    background-color: #ffffff !important;
    border-radius: 20px;
    box-shadow: 0 10px 25px 0 rgb(0 0 0 / 10%);
    margin: 10px 10px;
}
.cwk-member-listing-container .card-detail{
    padding:30px;
}
.cwk-member-listing-container .type-of-business{
    font-size: 14px;
    line-height: 1.29;
    color: #696873;
}
.cwk-member-listing-container .company-name{
    font-family: "Red hat Display", Sans-serif;
    font-size: 24px;
    font-weight: 900;
}
.cwk-member-listing-container .company-name a{
  color: inherit;
  font: inherit;
}
.cwk-member-listing-container .company-description{
  font-size: 17px;
}

.cwk-member-listing-container .ownership{
  margin-top: 10px;
  color: #696873;
}
.cwk-member-listing-container .ownership .label{
  font-size: 14px;
}
.cwk-member-listing-container .ownership-entries{
  display: flex;
}
.cwk-member-listing-container .ownership-entry{
    padding: 2px 13px;
    background-color: rgb(245,245,245);
    border-radius: 25px;
    height: 37px;
    margin-right: 5px;
}    
.cwk-member-listing-container .ownership-entry span{
  display:block;
  font-size: 14px;
}
.cwk-member-listing-container .cuisine{
    position: absolute;
    margin-top: -225px;
    margin-left: 15px;
    padding: 2px 15px;
    background-color: rgb(205,22,39);
    border-radius: 17px;
    color: white;
    font-size: 14px;
    height: 37px;
}
.cwk-member-listing-container .cuisine span{
    display: block;
}
.cwk-member-listing-container .background{  
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.cwk-member-listing-container .background img{
    width: 100%;
    height: 240px; 
    display: block;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: white;
}
.cwk-member-listing-container .headshot{ 
    position: relative;
    margin-top: -95px;
    float: right;
    margin-right: 20px;

}
.cwk-member-listing-container .headshot img{ 
    width: 125px;     
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}
.cwk-member-headshot-banner{
  width: 100%;   
  display: block;
}
.cwk-member-headshot-banner img{
    width: 100%;  
    display: block;
    object-fit: cover;
    height: 350px;
}
.cwk-member-headshot-banner-logo{
    position: relative;
    margin-top: -145px;

}
.cwk-member-headshot-banner-logo img{ 
    width: 290px;     
    display: block;
    margin-left: 90px;    
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}
.cwk-member-connect-social{
  display:flex;
}
.cwk-member-connect-social a{
  text-decoration: none;
  margin-right: 10px;
}
.cwk-member-connect-social img{
   width: 25px !important;
   height: 25px !important;
}
@media (min-width: 768px) {
  .cwk-member-listing-container {
    grid-template-columns: 1fr 1fr;
  }  
}
@media (min-width: 1024px) {
  .cwk-member-listing-container {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 10px;
  }  
}
.cwk-member-logo-wrapper {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -160px;
  margin-bottom: 0px;
  border-radius: 20px 20px 20px 20px;
}
.cwk-member-logo-photo {
  padding: 50px;
}
.cwk-member-title {
  margin-bottom: 30px !important;
  color: #444250;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.08;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .cwk-member-title *{
    font-size: 36px;
    line-height: 1.22;
  }
}
.cwk-member-blockquote-wrapper {
  background-color: #CD1627;
  background-image: url(/wp-content/uploads/2021/02/CWK-line-pattern.png);
  background-position: center center;
  background-size: 600px auto;
  margin-top: 10px;
  margin-bottom: 80px;
  padding: 70px 90px 70px 90px;
  border-radius: 20px 20px 20px 20px;
  width: 100%;
}
.cwk-member-blockquote-text {
  color: #ffffff !important;
  font-size: 30px !important;
  font-weight: 900 !important;
  line-height: 1.27 !important;
  margin: 0 !important;
}
.cwk-form-field span input {
	padding-left: 10px !important;
}
.cwk-form-field span label,
.cwk-form-field div label {
	transform: translate(10px, -40px);
}
.cwk-form-field span input:not(:placeholder-shown) + label {
  transform: translate(10px, -55px);
  font-size: 10px !important;
}
.cwk-form-field div #input_3_74_1_label {
	display: none;
}
.cwk-form-field .address_state select {
  height: 60px;
  border: solid 1px #b4b3b9 !important;
  border-radius: 4px !important;
  margin-top: 0px !important;
  appearance: none;
  background: url(/wp-content/uploads/2021/05/chevron-down@2x.png) 0 50% no-repeat !important;
  background-position-x: calc(100% - 12px) !important;
  background-color: #fff !important;
  background-size: 30px !important;
  cursor: pointer;
}
.cwk-form-field .address_state label {
	display: none !important;
}
.cwk-form-field span label,
.cwk-form-field .address_state select {
  font-family: inherit;
  font-size: 1rem !important;
  color: #666;
}
.cwk-form-field input[type=text],
.cwk-forms input[type=text],
.cwk-forms .ginput_product_price {
  height: 60px;
  border: solid 1px #b4b3b9 !important;
  border-radius: 4px !important;
}
.cwk-forms input[type=text],
.cwk-forms .ginput_product_price,
.cwk-forms textarea,
.cwk-forms select {
  font-family: inherit;
  font-size: 1rem !important;
  color: #666;
  padding-left: 10px !important;
}
.cwk-forms select {
  height: 60px;
  border: solid 1px #b4b3b9 !important;
  border-radius: 4px !important;
  appearance: none;
  background: url(/wp-content/uploads/2021/05/chevron-down@2x.png) 0 50% no-repeat !important;
  background-position-x: calc(100% - 12px) !important;
  background-color: #fff !important;
  background-size: 30px !important;
  cursor: pointer;
}
.cwk-forms textarea {
  border: solid 1px #b4b3b9 !important;
  border-radius: 4px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.cwk-forms select[multiple] {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.cwk-forms .gfield_required {
  color: rgb(205,22,39) !important;
}
.cwk-form-field .ginput_container_creditcard {
  font-family: inherit !important;
  color: #666;
  font-size: 19px !important;
}
.cwk-form-field input[type=checkbox] {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #b4b3b9;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.cwk-form-field input[type=checkbox]:checked:after {
  border: 2px solid rgb(205,22,39);
  border-radius: 3px;
  color: rgb(205,22,39);
  content: '\2714';
  padding-top: 2px;
  padding-right: 6px;
  padding-left: 7px;
  padding-bottom: 6px;
  margin-left: -1px !important;
}
.cwk-form-field label, .cwk-forms label {
  font-size: 18px !important;
}
.cwk-forms .ginput_product_price:focus {
  outline: none;
  cursor:not-allowed
}
.cwk-forms .datepicker {
	width: fit-content !important;
}
.cwk-newsletter .gform_footer {
  margin: 0px !important;
  padding: 0px !important;
}
.cwk-newsletter .cwk-newsletter-sign-up input {
  height: 50px !important;
  border-radius: 4px !important;
  border-style: none !important;
  padding-left: 10px !important;
}
.cwk-newsletter .gform_footer input {
  float: right;
  font-family: Lato !important;
  font-size: 14px !important;
  font-weight: bold !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: normal !important;
  letter-spacing: normal !important;
  text-align: center !important;
  margin-top: -44px;
  margin-bottom: 0px !important;
  margin-right: 5px;
  padding: 10px 20px !important;
}
.gform_confirmation_message {
  color: var( --e-global-color-f041822 );
  font-family: var( --e-global-typography-7485082-font-family ), Sans-serif;
  font-size: var( --e-global-typography-7485082-font-size );
  font-weight: var( --e-global-typography-7485082-font-weight );
  line-height: var( --e-global-typography-7485082-line-height );
  letter-spacing: var( --e-global-typography-7485082-letter-spacing );
}