@media screen and (min-width: 1200px) and (max-width: 1359px) {
main .container{
max-width: unset;
}
}
@media screen and (min-width: 1360px) {
main .container{
max-width: 1320px;
}
}
.main-socias input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
.main-socias input[type="search"]::-webkit-search-cancel-button,
.main-socias input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
.main-socias input[type="checkbox"],
.main-socias input[type="radio"] {
box-sizing: border-box;
padding: 0;
}  .search {
position: relative;
outline: 2px solid #AB1254;
}
@media screen and (max-width: 1199.5px) {
.search-wrapper.socias {
margin-bottom: 30px;
}
}
.search-wrapper.socia-detail {
width: 100%;
max-width: 600px;
margin: auto;
}
.search-title {
display: inline-block;
color: #AB1254;
font-family: "Lato";
font-size: 18px;
font-weight: 700;
font-style: normal;
letter-spacing: normal;
line-height: normal;
text-transform: uppercase;
margin-bottom: 24px;
}
.search-input {
width: 100%;
padding: 30px 37px;
background-color: #FFF;
font-family: 'Lato';
font-size: 18px;
font-weight: 600;
border: none;
outline: none;
color: #AB1254;
}
@media screen and (max-width: 767.5px) {
.search-input {
padding: 24px 20px;
}
}
.search-input-message {
display: inline-block;
margin-top: 8px;
}
.search-input::-moz-placeholder {
color: #AB1254;
}
.search-input:-ms-input-placeholder {
color: #AB1254;
}
.search-input::placeholder {
color: #AB1254;
}
.search-input-icon {
position: absolute;
right: 16px;
top: calc(50% - 19px);
width: 38px;
height: 38px;
border-radius: 50%;
border: 2px solid #AB1254;
text-align: center;
line-height: 34px;
}
.search-input-icon > i {
width: 16px;
height: 16px;
color: #AB1254;
}
.search-section {
padding: 110px 0;
}
.filters {
padding-top: 0px;
}
.filters-buttons {
width: 100%;
height: 100%;
display: flex;
align-items: flex-start;
justify-content: center;
padding-top: 44px;
}
.filters-buttons > .button {
margin: 0 10px !important;
}
.filters-buttons span {
color: #fff !important;
}
.filters-buttons a.button:hover i.button-icon,
.socia-button:hover {
visibility: visible !important;
opacity: 1 !important;
}
.socia-button:hover {
color: #fff !important;
text-decoration: none !important;
}
.filters-buttons button:hover {
text-decoration: none !important;
}
.filters-applied {
margin: 25px 0 53px 0;
display: flex;
align-items: center;
justify-content: flex-end;
flex-wrap: wrap;
}
.filters-applied-title {
color: #AB1254;
font-family: 'Lato';
font-size: 18px;
font-weight: 700;
font-style: normal;
letter-spacing: normal;
line-height: normal;
margin-right: 14px;
margin-bottom: 10px;
}
.filters-applied-button {
outline: none;
border: none;
text-decoration: none;
background-color: #ededed;
padding: 12px 18px;
}
.filters-applied-button > i {
margin-right: 12px;
}
.filters-applied-button > span {
color: #3f3f3f;
font-family: 'Lato';
font-size: 13px;
font-weight: 400;
font-style: normal;
letter-spacing: normal;
line-height: normal;
}
.filters-letters {
display: flex;
justify-content: space-between;
font-family: "Lato";
font-size: 21px;
font-weight: 700;
font-style: normal;
letter-spacing: normal;
line-height: normal;
text-transform: uppercase;
letter-spacing: 7.38px;
}
.filters-letters button{
width: 27px;
height: 27px;
padding: 0px;
border: none;
outline: 0px;
cursor: pointer;
color: #2e3192;
appearance: none;
box-shadow: none;
text-align: center;
border-radius: 50%;
text-decoration: none;
background-color: transparent;
}
.filters-letters button.active{
color: #ffffff;
background-color: #2e3192;
}
@media screen and (max-width: 575.5px) {
.filters-letters {
flex-wrap: wrap;
justify-content: center;
}
.filters-letters button{
margin-bottom: 5px;
}
.filters-letters button + button{
margin-left: 10px;
}
}
.button {
border: 0px;
display: block;
appearance: none;
padding: 30px 33px;
font-family: 'Lato';
font-size: 18px;
font-weight: 400;
font-style: normal;
letter-spacing: normal;
line-height: 1.4;
text-align: center;
color: #FFF;
background-color: #AB1254;
text-decoration: none;
margin: 10px;
cursor: pointer;
outline: 0px !important;
box-shadow: 0px !important;
}
.button span{
color: #fff;
}
@media screen and (max-width: 991.5px) {
.button {
font-size: 16px;
}
}
@media screen and (max-width: 767.5px) {
.button {
padding: 20px;
font-size: 14px;
}
}
.button-md {
padding: 14px 20px;
}
.button.light {
background-color: #FFF;
color: #222222;
border: 2px solid #AB1254;
}
.button.light-without-border {
background-color: #FFF;
color: #222222;
}
.button.to-uppercase {
text-transform: uppercase;
}
.button.color-primary {
color: #AB1254;
}
.button.inclined {
padding: 20px 60px;
}
.button.inclined::before, .button.inclined::after {
content: "";
position: absolute;
top: 0;
border-style: solid;
}
.button.inclined::before {
left: -15px;
border-width: 57px 15px 0 0;
border-color: transparent #aa1054 transparent transparent;
}
.button.inclined::after {
right: -15px;
border-width: 57px 15px 0px 0px;
border-color: #aa1054 #aa105400 transparent transparent;
}
.button-icon:first-child {
margin-right: 15px;
}
.button-icon:last-child {
margin-left: 15px;
}
.socia {
display: flex;
margin: 30px 0;
overflow: hidden;
padding-bottom: 20px;
}
@media screen and (max-width: 767.5px) {
.socia {
flex-direction: column;
}
}
.socia-media {
width: 228px;
flex-shrink: 0;
z-index: 1;
}
@media screen and (max-width: 767.5px) {
.socia-media {
width: 100%;
margin-bottom: 10px;
}
}
.socia-media figure {
width: 100%;
}
@media screen and (max-width: 767.5px) {
.socia-media figure {
display: flex;
justify-content: center;
}
}
.socia-media img {
width: 100%;
height: 228px;
max-width: 228px;
border-radius: 50%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.socia-info {
flex-grow: 1;
position: relative;
align-self: baseline;
margin-top: 20px;
background-color: #ebebeb;
padding: 24px 36px 36px 0;
margin-left: -15%;
}
@media screen and (max-width: 767.5px) {
.socia-info {
width: 100%;
margin-top: 0px;
margin-left: 10px;
}
}
.socia-info::after {
content: '';
background: #ffffff;
width: 50px;
position: absolute;
top: -15px;
bottom: -15px;
left: 100%;
transform: rotate(-9deg) translateX(-20px);
}
.socia-info > * {
margin-left: 16%;
}
@media screen and (max-width: 767.5px) {
.socia-info > * {
margin-left: 0;
}
}
.socia-name {
color: #AB1254;
font-family: 'Lato';
font-size: 17px;
font-weight: 700;
font-style: normal;
letter-spacing: normal;
line-height: normal;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 8px;
padding-left: 25px;
}
.socia-occupation {
padding-left: 35px;
margin-bottom: 10px;
text-decoration: none;
}
@media screen and (max-width: 767.5px) {
.socia-occupation {
padding-left: 25px;
}
}
.socia-occupation > i {
color: #AB1254;
margin-right: 5px;
}
.socia-occupation > span {
color: #525252;
font-family: 'Lato';
font-size: 17px;
font-weight: 700;
font-style: normal;
letter-spacing: normal;
line-height: normal;
}
.socia-description {
color: #525252;
font-family: 'Lato';
font-size: 13px;
font-weight: 400;
font-style: normal;
letter-spacing: normal;
line-height: 1.2;
padding-left: 35px;
margin-bottom: 10px;
}
@media screen and (max-width: 767.5px) {
.socia-description {
padding-left: 25px;
}
}
.socia-checkbox {
position: absolute;
top: -5px;
right: 35px;
z-index: 3;
}
.socia-button {
position: absolute;
bottom: -20px;
right: 30px;
height: 40px;
margin: 0;
display: block;
padding: 12px 20px;
font-family: 'Lato';
font-size: 11px;
font-weight: 600;
font-style: normal;
letter-spacing: 0.2px;
line-height: 1.4;
text-transform: uppercase;
text-align: center;
color: #FFF;
background-color: #AB1254;
text-decoration: none;
}
.socia-button::before, .socia-button::after {
content: "";
position: absolute;
top: 0;
border-style: solid;
}
.socia-button::before {
left: -11px;
border-width: 0 11px 40px 0;
border-color: transparent #aa1054 transparent transparent;
}
.socia-button::after {
right: -11px;
border-width: 0 11px 40px 0;
border-color: transparent transparent #aa1054 transparent;
}
.checkbox {
display: flex;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 1.4;
letter-spacing: 0.4px;
color: #AB1254;
cursor: pointer;
}
.checkbox-input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
visibility: hidden;
position: absolute;
right: 0;
}
.checkbox-icon {
transform: skew(15deg);
position: relative;
width: 26px;
height: 24px;
border: 3px solid #AB1254;
padding: 1px;
margin-right: 5px;
}
.checkbox-icon i {
position: absolute;
top: 2px;
left: 2px;
}
.checkbox-input:checked + .checkbox-icon {
background: #FFF;
color: #AB1254;
border-color: #AB1254;
}
.checkbox-input:not(:checked) + .checkbox-icon {
background: #FFF;
color: #FFF;
}
.socias-grid {
padding-top: 0px;
padding-bottom: 120px;
}
#filters{
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
z-index: 999;
position: fixed;
}
#filters h3,
#filters h4{
margin: 0px;
font-weight: 600;
color: #AB1254;
}
#filters h3{
font-size: 17px !important;
text-transform: uppercase;
}
#filters h4{
margin-bottom: 10px;
font-size: 16px !important;
}
.filters-clear{
border: 0px;
padding: 0px;
outline: 0px;
font-size: 14px;
color: #909090;
appearance: none;
text-decoration: underline;
background-color: transparent;
}
#filters button{
cursor: pointer;
outline: 0px !important;
box-shadow: none !important;
}
#filters .card-body{
padding-top: 0px;
}
#filters .form-group{
margin-bottom: 15px;
}
#filters .form-group label{
color: #909090;
font-size: 14px;
font-weight: 500;
margin-bottom: 4px;
}
#filters .form-control{
height: auto;
color: #7d7d7d;
font-weight: 500;
padding: 7px 15px;
border: solid 2px #AB1254;
}
#filters .form-control::placeholder{
}
.filters-wrapper{
width: 500px;
height: 100%;
float: right;
display: flex;
z-index: 10;
position: relative;
flex-direction: column;
background-color: #ffffff;
}
.filters-backdrop{
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
z-index: 1;
position: absolute;
background-color: rgba(0,0,0,0.4);
}
@media screen and (max-width: 767.5px){
.filters-wrapper{
width: 100%;
}
}
.filters-header{
padding: 30px;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: solid 1px #909090;
}
.filters-body{
flex: 1;
padding: 0px;
overflow-y: scroll;
}
.filters-footer{
width: 100%;
padding: 20px 30px;
align-self: flex-end;
border-top: solid 1px #909090;
}
.filters-footer .button{
width: 100%;
margin: 0px;
display: flex;
padding: 15px 30px;
align-items: center;
justify-content: space-between;
text-align: left;
}
.filters-footer .button span{
text-transform: uppercase;
}
.filters-section{
width: 100%;
padding: 30px;
}
.filters-section:not(:last-child){
border-bottom: solid 1px #909090;
}
.filters-section button[selected]{
color: #AB1254;
}
.filters-section ul{
list-style: none;
padding-left: 15px;
margin-bottom: 0px;
}
.filters-section ul li{
padding: 0px;
background: none;
margin-bottom: 5px;
}
.filters-section ul button{
border: 0px;
color: #7d7d7d;
padding: 5px 0px;
appearance: none;
background: none;
text-transform: uppercase;
}
.filters-applied-modal{
gap: 10px;
display: flex;
flex-wrap: wrap;
}
.filters-body .card:not(:last-child){
border-bottom: solid 1px #909090 !important;
}
.filters-body .card-header{
padding: 0px;
background: none;
border-bottom: none;
}
.filters-body .card-header .btn-link{
color: #AB1254;
font-weight: 600;
padding: 1rem 1.25rem;
letter-spacing: 0.25px;
text-transform: uppercase;
text-decoration: none !important;
}
#load-more{
left: 0px;
right: 0px;
bottom: 0px;
border: none;
cursor: pointer;
font-size: 14px;
padding: 0px 30px;
position: relative;
display: inline-block;
outline: 0px !important;
}
#wpadminbar{
display: none !important;
} .select2,
.select2 *{
outline: 0px !important;
}
#filters .select2-container{
display: block;
width: 100% !important;
}
#filters .select2-selection{
display: flex;
align-items: center;
min-height: 43px;
padding: 7px 6px;
border-radius: 0px;
border: solid 2px #AB1254;
}
.select2-selection__rendered{
margin-bottom: 0px !important;
}
.select2-results__options li{
font-size: 15px;
padding: 6px 10px;
background: none !important;
}
.select2-results__option--highlighted{
color: #AB1254 !important;
}
.select2-selection__choice{
background: none !important;
}
.select2-search__field{
display: block;
margin-top: 0px !important;
}