.trip-search-result { .grid { .holder { border-radius: 5px; overflow: hidden; border: 1px solid rgba(0,0,0,0.15); .img-holder { position: relative; .price-holder { position: absolute; bottom: 0; left: 0; background: $primary_color; color: #fff; font-weight: 600; padding: 5px 15px; }//.price-holder }//.img-holder .text-holder { padding: 20px; .title { margin-top: 0; font-size: 1.125em; margin-bottom: 20px; a { color: #000; &:hover { color: $primary_color; } } }//.title .btn-holder { border-top: 1px solid rgba(0,0,0,0.15); margin-top: 20px; padding-top: 20px; text-align: center; font-weight: 500; font-size: 1em; }//.btn-holder }//.text-holder }//.holder }//.grid .foundPosts { margin-top: 0; font-size: 1em; letter-spacing: 1px; color: #666; } .content-area { form { position: relative; #loader { position: absolute; top: 0; left: 0; background: rgba(255,255,255,0.7); width: 100%; height: 100%; text-align: center; display: flex; flex: 1; flex-direction: column; justify-content: center; z-index: 999; svg { width: 50px; height: 50px; } } }//form }//.content-area }//trip-search-result