body, .ow, body, html, .base_sign_in{background-color:#FFF}
/* SkaDate Support Lora: delete the two choices “online only and with photo” (delete them only for the index page not for other pages */
.index_qs_widget .ow_qs_field.qs_checkboxes {
    display:none;
}

/*SkaDate Support Lora: Delete the Advanced search text from index page but keep for other pages */
.index_qs_widget a {
    display: none;
}

/* SkaDate Support Lora: change the color of the search button to something like Cranberry red */
.custom_platinum_pro_index .index_qs_widget span.ow_button {
    background-color: #ed266b;
   border-color: #ed266b !important;
}

/* SkaDate Support Lora: remove join section from index page*/
.custom_platinum_pro_index .user_counter_join {
display: none;
}


/* SkaDate Support Lora: Change the color of “join now button bottom of index page to blue */
.footer_bottom_banner .ow_join_button a {
    background-color: blue;
}

/* Above done by Skadate  */


/* Top 3 sliding image  */

.Qu{
  font-family: 'Amiri', serif;
  font-size: 38px;
 
  color: #FFFFFF;
  text-shadow:
    0 0 2px rgba(0,0,0,0.85),
    0 0 6px rgba(0,0,0,0.55),
    0 0 1px rgba(255,255,255,0.55);
}

.Qr{
  
  margin-top: 0px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #F1F3F8;
  text-shadow:
    0 0 2px rgba(0,0,0,0.80),
    0 0 5px rgba(0,0,0,0.50),
    0 0 1px rgba(255,255,255,0.45);
}






/* Main body font */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

/* Apply Roboto site-wide */
html, body,
.ow, .ow_page, .ow_page_wrap, .ow_page_wrap_in,
.ow_content, .ow_main, .ow_center, .ow_footer,
input, button, select, textarea {
  font-family: "Roboto", Arial, sans-serif !important;
 color:  #6F7683;
}

/* Headings: slightly stronger */
h1, h2, h3, h4, h5, h6,
.ow_header, .ow_section, .ow_box_cap,
.ow_box_cap h3, .ow_box_cap h4 {
  font-family: "Roboto", Arial, sans-serif !important;
  font-weight: 600;
}

/* Buttons and key UI labels */
button, .ow_button, .ow_button input, .ow_btn, .ow_btn_submit,
.ow_menu, .ow_nav, .ow_console, .ow_console_item {
  font-family: "Roboto", Arial, sans-serif !important;
  font-weight: 500;
}

/* Form inputs: keep readable */
input, select, textarea {
  font-weight: 400;
}
/* Main body font */
















/* Sweet Stories */

/* Sweet Stories: image side background */
.custom_platinum_pro_index .stories_carousel_item_img{
  background-color:#fff !important;
  background-repeat:no-repeat !important;
  background-position:center center !important;
  background-size:contain !important;
}

/* Sweet Stories: text side background */
.custom_platinum_pro_index .stories_carousel_item_text{
  background-color:#fff !important;
}

/* Sweet Stories */


/*App outer section*/

/*Launch app section*/







/* Vertically center the app banner text */ 
.index-SKMOBILEAPP_CMP_MobileExperience .app-banner-text{ 
display: flex; 
flex-direction: column; 
text-align: center; 
height: 100%; 
font-family: "Roboto", Arial, sans-serif !important;
} 
.app-banner-text{ 
color: #6F7683; 
font-size: 21px; 
line-height: 1.3; 
text-align: center; 
} 
.app-banner-text strong{ 
font-weight: 500; 
text-align: center; 
}


.app-banner-visual{
  width: 100%;
}

.app-banner-visual img{
  display: block;
  margin-left: auto;
}











/*App outer section*/