/*
Theme Name: DOP 
Theme URI: 
Author: Arnaud B.
Author URI: 
Description: Thème d'annonces dating & tel rose, avec Numtour & Email DB.
Version: 2.01
License: Toute reproduction interdite
License URI: 
Text Domain: DOP

Text Domain: 

*/



:root {
 

    --background_color:#eeeeee;
    --text_color:#111111;
    --header_color:#111111;
    --third_color: #dddddd;
    --frame_background_color: #ffffff;

    --couleur_footer: #000000;
    --button_color: #d40084;


 
}


::-moz-selection {   background-color:#000000; color:#ffffff;}
::selection      {  background-color:#000000; color:#ffffff;}


a {

    color:inherit;
    text-decoration: none;

}




body {
    
    position:relative;
    width:100vw;
    height:100vh;
    margin:0;
    padding:0;

    background-color:var(--background_color);
    color:var(--text_color);
    font-display: auto;
    font-family: Arial, Helvetica, sans-serif;

}






header {
	
    position:relative;
    display: block;
    z-index: 90;
    width:1100px;
    padding:5px calc(50% - 550px);
    height:60px;
    max-height:60px;
    overflow:hidden;
    margin:0 0 30px 0;

    background-color:var(--header_color);
    color:#ffffff; 

}



#DOP__icon,
#DOP__logo
{
 
    position:relative;
    display:block;
    float:left;
    max-width: 60px;
    max-height:60px !important;
    height:auto !important;
    margin:0 10px 0 0;
    padding:0;
    overflow:hidden;

}



#DOP__logo {

    max-width: 200px;

}


#DOP__site_infos {

    position:relative;
    display:block;
    float:left;
    width: 250px;
    max-width: calc(100% - 110px);
    max-height:100%;
    margin:5px 0;
    padding:0;
    overflow:hidden;

}

#DOP__site_infos a,
#DOP__site_infos p {

    position: relative;
    display: block;
    width: 100%;
    padding:0;
    margin:0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 25px;


}

#DOP__site_infos a {

    font-size:16px;
    font-weight: bold;

}

#DOP__site_infos p {

    font-size:12px;

}




header menu {

    position: relative;
    display: block;
    max-width:calc(100% - 350px);
    padding:0;
    margin:0;
    float:right;
    max-height: 100%;
    list-style: none;

}



header menu li {

    position: relative;
    display: block;
    float:left;
    margin:0 30px 0 0;
    padding:0 !important;
    max-height: 100%;

    line-height: 60px;
    font-weight: lighter;

}


header menu li:last-of-type {

    margin:0;

}


header menu li a {

    display: inline-flex;  
    margin:0;
    padding: 0;
    align-items: center;
    justify-content: center;
    max-height: 100%;
    vertical-align: middle;


}


header menu li img {

    position: relative;
    display: inline-block;
    max-width: 20px;
    height: 20px;
    margin:0 5px 0 0;
    padding:0;
    top:0;

}


header menu li ul {

    display: none;


}



header .DOP__mobile_menu_button {

    position: absolute;
    display: block;
    right: 5%;
    top:10px;
    width: 40px;
    height:40px;
    margin:10px 0;

    line-height:40px;
    font-size: 40px;
    cursor: pointer;

    background-color: #ffffff;
    
    -webkit-mask: url('img/menu.svg') no-repeat 50% 50%;
    mask: url('img/menu.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
     

}






#DOP__mobile_menu {

    position:fixed;
    display: block;
    width:90%;
    height:100%;
    top:0;
    left:-100%;
    z-index: 99;
    padding:50px;
    box-sizing: border-box;
    margin:0;
    overflow-y: auto;

    background:var(--footer_color);
    color:#ffffff;
    transition: all 500ms;

}


#DOP__mobile_menu.DOP__display {

    left:0;

}



#DOP__mobile_menu li {

    position: relative;
    display: block;
    width:100%;
    padding:0;
    margin:0 0 5px 0;

    line-height: 30px;

}


#DOP__mobile_menu li img {

    position: relative;
    display: inline-block;
    max-height:30px;
    top:5px;
    margin:0 5px 0 0;

}


#DOP__mobile_menu li ul {

    position: relative;
    display: block;
    margin:0;
    padding: 5px 20px;
    box-sizing: border-box;

    list-style:circle;

}


#DOP__mobile_menu .DOP__mobile_menu_button {

    line-height: 50px;
    font-size: 20px;
    cursor: pointer;

}



.DOP__mask {

    position: fixed;
    display: none;
    width: 100vw;
    height:100vh;
    margin:0;
    padding: 0;
    top:0;
    left: 0;
    z-index: 97;

    background-color: rgba(0,0,0,0.88);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transition: all 500ms; 

}

.DOP__mask.DOP__display {

    display: block;

}









.DOP__breadcrumbs {

    position: relative;
    display: block;
    width: 1100px;
    margin:0 auto 20px auto;
    padding:0;
    list-style: none;
    overflow: hidden;
    max-width: 90%;

    
}


.DOP__breadcrumbs li {

    position: relative;
    display: block;
    float: left;
    margin:0 10px 0 0;
    padding:0;

    line-height: 20px;
    font-size: 14px;
    font-weight: lighter ;
    opacity: 0.6;
}

.DOP__breadcrumbs li a {

    position: relative;
    display: inline-block;
    margin:0 10px 0 0;
    padding:0;

}




/* MAIN */


section.DOP__main {

    position: relative;
    display:block;
    width: 1100px;
    padding:0;
    box-sizing: border-box;
    margin: 0 auto 50px auto;
    max-width: 90%;

}


section.DOP__main h1 {

    position: relative;
    display:block;
    margin:0 0 10px 0;
    padding:0;

    line-height: 22px;
    font-size: 20px;
    overflow: visible;


}






section.DOP__main h1:after {

    position: relative;
    display: block;
    content: "";
    width: 60px;
    height:2px;
    margin: 10px 0 20px 0;

    background-color: var(--third_color);

}







section.DOP__main .DOP__text {

    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    padding:0;
    margin:auto;

    max-height: 48px;
    overflow: hidden;
    transition: all 1000ms;

    line-height: 24px;
}



section.DOP__main .DOP__text p {

    position: relative;
    display: block;
    margin:0 0 10px 0;
    padding: 0;

}





p.DOP__show_hide {

    position: relative;
    display: inline-block;
    padding: 5px 20px;
    margin:10px auto !important;

    background-color: var(--third_color);
     
    cursor: pointer;
    border-radius: 4px;
    line-height: 20px;
    font-size: 12px;

}


section.DOP__main .DOP__text.DOP__show {

    max-height: 5555px;

}



section.DOP__main .DOP__structure_title {

    position: relative;
    text-transform: uppercase;
    font-weight: normal;

}


section.DOP__main .DOP__structure_title:before {

    position: absolute;
    display: inline-block;
    content: '';
    top:3px;
    left:-22px;
    width: 14px;
    height: 14px;
    margin:0;

    background-color: var(--text_color);  
    
    -webkit-mask: url('img/location.svg') no-repeat 50% 50%;
    mask: url('img/location.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover; 
    

}


section.DOP__main .DOP__structure_title:after {

    position: relative;
    display: block;
    content: "";
    width: 60px;
    height:2px;
    margin: 10px 0 20px 0;

    background-color: var(--third_color);

}

 
section.DOP__main .DOP__structure {

    position: relative;
    display:grid;
    grid-template-columns: 18% 18% 18% 18% 18%;
    grid-column-gap: 2.5%;
    grid-row-gap: 10px;
    
    list-style: none;
    margin:20px auto 60px auto;
    padding:0;
    text-align: left;


}








/* SINGLE */

.DOP__ad_frame {

    position: relative;
    display:grid;
    grid-template-columns: 400px calc(100% - 450px);
    grid-column-gap: 50px;
    width: 1100px;
    max-width: 100%;
    padding: 20px 30px;
    box-sizing: border-box;
    margin: 0 auto 50px auto;
    overflow: hidden;
    background: var(--frame_background_color);
    border-radius: 7px;

}





.DOP__ad_frame h1,
.DOP__ad_frame h2 {

    position: relative;
    display: block;
    margin:0 0 10px 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;

    grid-row: 1 / 1 !important;                       
    grid-column: 1 / 3 !important;
    
    line-height: 22px;
    font-size: 20px;
    
}





.DOP__ad_frame .DOP__photo {

    position: relative;
    display: block;
    margin: 0 auto 10px auto;
    width: 100%;

    grid-row: 2 / 3;
    grid-column: 1 / 1;

}












.DOP__ad_frame span.DOP__photo {

    width: 100% !important;
    height: 350px !important;
    line-height: 350px !important;
    font-size: 50px;
    background-color: var(--third_color);


}




.DOP__ad_frame span.DOP__photo:after {

    position: absolute;
    display: block;
    content:'';

    width: 80px;
    height: 80px;
    top:calc(50% - 40px);
    left:calc(50% - 40px);
    background-color: var(--text_color);
    opacity: 0.75;
    
    -webkit-mask: url('img/user.svg') no-repeat 50% 50%;
    mask: url('img/user.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    

}






.DOP__ad_content {

    position: relative;
    display: block;
    margin:0;
    padding:0;

    grid-row: 2 / 3;                
    grid-column: 2 / 2; 

}



.DOP__ad_content p {

    position: relative;
    display: block;
    margin:0 0 5px 0;
    padding:0;

    line-height: 22px;
    font-size: 14px;

}




.DOP__ad_content .DOP__info {

    position: relative;
    display: block;
    margin: 0 auto 15px auto;
    padding: 0;
    text-align: center;

}

.DOP__ad_content .DOP__CTAs + .DOP__info {

    margin-top: 20px;

}



.DOP__ad_content .DOP__user_info,
.DOP__ad_content .DOP__location_info,
.DOP__ad_content .DOP__tag_info 

{

    position: relative;
    display: inline-block;
    width: auto;
    padding: 5px 15px;
    margin:0 10px 10px 10px;

    background-color: var(--third_color);
    line-height: 20px;
    font-size: 16px;
    border-radius: 5px;

    font-weight: lighter;


}





.DOP__ad_content .DOP__user_info:before {
    -webkit-mask: url('img/user.svg') no-repeat 50% 50%;
    mask: url('img/user.svg') no-repeat 50% 50%;
}


.DOP__ad_content .DOP__location_info:before {
    -webkit-mask: url('img/location.svg') no-repeat 50% 50%;
    mask: url('img/location.svg') no-repeat 50% 50%;
}


.DOP__telrose .DOP__ad_content .DOP__location_info:before {

    display: none;

}





.DOP__ad_content .DOP__user_info::before,
.DOP__ad_content .DOP__location_info::before {

    position: relative;
    display: inline-block;
    content:'';
    width: 15px;
    height:15px;
    top:2px;
    margin:0 5px 0 0;

    background-color: var(--text_color);
    
    -webkit-mask-size: cover;
    mask-size: cover;


}

.DOP__ad_content blockquote {

    position: relative; 
    display: block;
    margin:0 auto 20px auto;
    padding:0;
    width: 100%;
    overflow: visible;


    font-size: 22px;
    font-weight: bold;
    text-align: center;

}


 .DOP__hobbies {

    position: relative;
    display: block;
    margin:10px auto 20px auto;
    padding:0;
    list-style: none;
    text-align: center;

}

 .DOP__hobbies li {

    position: relative;
    display: inline-block;
    background-color: var(--third_color);
    margin:5px 10px;
    padding:5px 20px;
    line-height: 20px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: lighter;

}

.DOP__ad_content h4 {

    position: relative; 
    display: block;
    margin:auto ;
    padding:0;
    margin:20px auto 10px auto;


    font-weight: lighter;
    font-style: normal;
    font-size: 22px;
    font-weight: normal;
    text-align: center;



}







/* LOOP */


h2.DOP__Other_ads {

    position: relative;
    display: block;
    margin:0 auto 20px 0;
    padding:0;

    line-height: 20px;
    font-size: 18px;
    text-align: center;

}



h2.DOP__Other_ads:after {

    position: relative;
    display: block;
    content: "";
    width: 60px;
    height:2px;
    margin: 5px auto 20px auto;

    background-color: var(--third_color);

}






ul.DOP__ad_loop {

    position: relative;
    list-style: none;
    display: grid;
    grid-template-columns: 300px 300px 300px 300px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;

    width: 1260px;
    max-width:100%;
    padding:0;
    margin:20px auto;

}



ul.DOP__ad_loop li.DOP__ad_in_loop {

    position: relative;
    display: block;
    width:100%;
    overflow: hidden;
    padding:0 0 10px 0;
    margin:0 0 30px 0;
    
    background-color: var(--frame_background_color);
    border-radius: 5px;
    
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1); 
    box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1);

}
 



ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__photo {

    position:relative;
    display: inline-flex;
    width: 100%;  
    margin: 0 0 10px 0;
    padding: 0;
    overflow: hidden;

    background-color: var(--frame_background_color);

    align-items: center;
    justify-content: center;

}


ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__photo:after {
    
    position:relative;
    padding: 100% 0 0 0;  
    margin:0;
    display:block;
    content:'';
    overflow:hidden;

}









ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__photo img {

    position:absolute;
    display:block;
    max-width:100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 10;
    transition: all 0.5s;

}


ul.DOP__ad_loop li.DOP__ad_in_loop:hover .DOP__photo img {

    transform: scale(1.1);

}




ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__photo span.DOP__user {

    position: absolute;
    display: block;
    content:'';
    width: 40px;
    max-width: 40px;
    height: 40px;
    max-height: 40px;
    top:calc(50% - 20px);
    left:calc(50% - 20px);

    background-color: #555555;
    
    -webkit-mask: url('img/user.svg') no-repeat 50% 50%;
    mask: url('img/user.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;

}



ul.DOP__ad_loop li.DOP__ad_in_loop h3 {

    position: relative;
    display: flex;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 5px auto 20px auto;

    height: 40px;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    justify-content: center;
    align-items: center;


}


ul.DOP__ad_loop li.DOP__ad_in_loop h3 a {

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;

}


ul.DOP__ad_loop li.DOP__ad_in_loop h3.DOP__increase_title {

    height: 20px !important;
    font-size: 22px !important;
    font-weight: normal;

}

ul.DOP__ad_loop li.DOP__ad_in_loop h3 .DOP__loop_age {

    font-size: 0.75em;
    font-weight: normal;

}


ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__location {

    position: relative;
    display: inline-flex;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 10px;
    box-sizing: border-box;

    line-height: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: normal;

    text-align: center;
    justify-content: center;
    align-items: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0.75;

}


ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__location:before {

    position: relative;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    margin:0 5px 0 0;

    background-color: var(--text_color);
    
    -webkit-mask: url('img/location.svg') no-repeat 50% 50%;
    mask: url('img/location.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;


}

.DOP__telrose ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__location:before {

    display: none;

}




ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__location::after {

    position: absolute;
    display: block;
    content: '';
    width: 80px;
    height:1px;
    top:-10px;
    left:calc(50% - 40px);

    background-color: var(--third_color);

}





ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__CTAs {

    max-width: 90%;
    margin: 5px auto;
    padding: 0;

}

ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__CTA {

    padding: 5px 10px;
    margin: 5px auto;

}
















/* BUTTON */


.DOP__CTAs {

    position: relative;
    display: block;
    margin: 15px auto;
    padding: 10px 0;

}




.trk_profile_tel_container {

    margin:0 !important;

}


.style_group_gsm,
.DOP__CTA {

    position: relative;
    display: block;
    width:100%;
    max-width:100%;
    padding: 16px 24px;
    margin: 12px auto;
    box-sizing: border-box;

    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(180deg, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.1) 100%), var(--button_color);
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;

    font-weight: 600;
    letter-spacing: 0.3px;

    transition: all 0.2s ease;
    border: none;
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.15),
        0 1px 3px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

}

.style_group_gsm:hover,
.DOP__CTA:hover {

    transform: translateY(-2px);
    box-shadow:
        0 6px 12px rgba(0, 0, 0, 0.2),
        0 2px 4px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);

}

.style_group_gsm:active,
.DOP__CTA:active {

    transform: translateY(0);
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.15),
        inset 0 1px 2px rgba(0, 0, 0, 0.1);

}



/* CTA COLOR VARIATIONS */

.style_group_gsm {
    background: linear-gradient(180deg, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.1) 100%), #16a34a;
}

.DOP__sms {
    background: linear-gradient(180deg, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.1) 100%), #7c3aed;
}

.DOP__open_mail_form {
    background: linear-gradient(180deg, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.1) 100%), #2563eb;
}


.DOP__open_mail_form::before {

    -webkit-mask: url('img/sign.svg') no-repeat 100% 100%;
    mask: url('img/sign.svg') no-repeat 100% 100%;

}

.DOP__post_link::before {

    -webkit-mask: url('img/magnifier.svg') no-repeat 100% 100%;
    mask: url('img/magnifier.svg') no-repeat 100% 100%;

}


.DOP__sms::before {

    -webkit-mask: url('img/msg.svg') no-repeat 100% 100%;
    mask: url('img/msg.svg') no-repeat 100% 100%;

}


.style_group_gsm:before  {

    -webkit-mask: url('img/phone.svg') no-repeat 100% 100%;
    mask: url('img/phone.svg') no-repeat 100% 100%;

}


.DOP__CTA::before,
.style_group_gsm:before {

    position: relative;
    display: inline-block;
    content:'';
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    top: 3px;

    background-color: #ffffff;

    -webkit-mask-size: cover;
    mask-size: cover;

}







.DOP__display_more_ads {

    position: relative;
    display: inline-block;
    width: 300px;
    max-width: 100%;
    cursor: pointer;
    margin:20px auto 50px auto !important;
    padding:10px 20px;
    box-sizing: border-box;
    left:calc(50% - 150px);
        
    align-items: center;
    justify-content: center;

    background-color: var(--third_color);
        
    line-height: 20px;
    font-size: 16px;

    text-align: center;
    border-radius: 4px;
    font-weight: normal;

}






.DOP__set_location .DOP__ajax_action::after,
.DOP__display_more_ads::after
{

    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 50%);
    opacity: 0.2;

}

.style_group_gsm:after,
.DOP__CTA::after {

    display: none;

}


.DOP__set_location .DOP__ajax_action:hover::after,
.DOP__display_more_ads:hover::after
 {

    background: linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(0,0,0,0.8) 100%);

}











.DOP__price {

    position: relative;
    display: block;
    margin:0 auto;
    padding:0;

    line-height: 20px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: lighter;
    opacity: 0.6 ;
    text-align: center;

}












 



 












/* SET LOCATION */



.DOP__set_location {

    position: relative;
    display: block;
    z-index: 81;
    width: 500px;
    max-width: 90%;
    padding: 20px;
    margin: 40px auto;
    box-sizing: border-box;

    border-radius: 6px;
    background-color: var(--frame_background_color);

    -webkit-box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.15); 
    box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.15);

}




.DOP__set_location label {

    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin:0 0 20px 0;

    line-height: 20px;
    font-size: 18px;
    font-weight: bolder;
    letter-spacing: 1px;
    text-align: center;

}


.DOP__set_location input {

    position: relative;
    display: block;
    width: 200px;
    padding: 5px 20px;
    box-sizing: border-box;
    max-width: 90%;
    margin:0 auto 10px auto;

    line-height: 30px;
    font-size: 24px;
    text-align: center;
    outline: none;
    font-weight: bolder;
    letter-spacing: 1px;

    border-radius: 4px;
    border:1px solid #78758d;
    color: var(--couleur_footer);



}


.DOP__set_location .DOP__ajax_action {

    position: relative;
    display: block;
    margin:auto;
    width: 200px;
    padding: 10px 20px;
    box-sizing: border-box;

    background-color: var(--button_color);
    color: #fff;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
}













/* PAGE */

.DOP__page {

    position: relative;
    display:block;
    width: 1100px;
    max-width: 100%;
    padding: 20px 50px 40px 50px;
    box-sizing: border-box;
    margin: 50px auto 80px auto;

    background-color: var(--frame_background_color);
    border-radius: 6px;
   
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1); 
    box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1);

}


















.loader {

    position: absolute;
    top:calc(50% - 11px);
    left:calc(50% - 10px);
    width: 20px;
    height: 20px;
    border: 2px solid transparent;  
    border-top: 2px solid #ffffff; 
    border-radius: 50%;
    box-sizing: border-box;
    animation: spin 750ms linear infinite;
    overflow:hidden;
    margin:auto;
    padding:0;
    display:inline-block;
    
  
    -webkit-transition: opacity 333ms;
    -moz-transition: opacity 333ms;
    -o-transition: opacity 333ms;
    transition: opacity 333ms;

} 



@keyframes spin {
    
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  
}









.DOP__popup {

    position: fixed;
    display: none;
    width: 500px;
    max-width: 90%;
    max-height: 90vh;
    padding: 20px 20px 30px 20px;
    box-sizing: border-box;
    z-index: 98;
    left:calc(50% - 250px);
    top:100%;

    background-color: var(--background_color);
    border:2px solid var(--header_color);
    border-radius: 6px;
    text-align: center;
    overflow: visible;
    transition: top 250ms;
    
    -webkit-box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.5); 
    box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.5);
}






.DOP__popup .DOP__close {

    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    z-index: 98;
    right: -15px;
    top: -15px;
    border-radius: 50%;

    background-color: var(--header_color);
    cursor: pointer;

} 

.DOP__popup .DOP__close::before {

    position: absolute;
    display: block;
    content: '';
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
    margin:0;

    background-color: #ffffff;  
    
    -webkit-mask: url('img/close.svg') no-repeat 50% 50%;
    mask: url('img/close.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover; 

}



.DOP__popup .DOP__title {

    position: relative;
    display: block;
    margin:0 0 15px 0;
    padding:0;

    line-height: 22px;
    font-size: 14px;

}







.DOP__mail_form label {

    position: relative;
    display: block;
    margin:0 auto 10px auto;
    width: 100%;

}


.DOP__mail_form input {

    position: relative;
    display: inline-block;
    margin:0 auto;
    padding:5px 10px;
    line-height: 30px;
    width:300px;
    max-width: calc(100% - 50px);
    box-sizing: border-box;

    border:2px solid var(--header_color);
    font-size: 22px;
    outline: none;

}

.DOP__mail_form .DOP__ajax_action {

    position: relative;
    display: inline-block;
    margin:0 0 0 5px;
    padding:7px;
    width:30px;
    height:30px;
    vertical-align: top;

    background-color: var(--button_color);
    color: #ffffff;
    line-height: 30px;

}



footer {
    
    position:relative;
    width:90%;
    padding:30px 5%;
    margin:40px auto 0 auto;
    z-index: 90;
 
    background-color:var(--footer_color);
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    color: #bbbbbb;

}


footer aside{

    position:relative;
    display: block;
    width:100%;
    margin:0 0 20px 0;
    padding:0;
    text-align: center;
    
}

footer aside h4 {
    
    position:relative;
    display: block;
    margin:0 0 10px 0;
    padding:0;
    
    color: #fff;
    
}


footer ul.DOP__menu {

    position: relative;
    display: block;
    padding: 0;
    margin:20px auto 0 auto;
    list-style: none;
    width: 100%;
    max-width: 100%;

}

footer ul.DOP__menu li {

    position: relative;
    display: inline-block;
    margin:auto;
    padding:0 20px;

    border-width: 0 1px 0 0;
    box-sizing: border-box;
    border-style: solid;
    border-color: #2a273c;

}

footer ul.DOP__menu li:last-of-type {
    border:0;
    margin:0;
}









@media all and (min-width:00px) and (max-width:1300px) {



    header {

        width:90%;
        padding:5px 5%;

    }

    footer {

        width:90%;
        padding:10px 5% 20px 5%;

    }


    section.DOP__main h1:before {


        width: 10px;
        height:10px;
        top:6px;
        left:-20px;

    }


    .DOP__ad_frame {

        grid-template-columns: 100% !important;
        grid-column-gap: 0 !important;
        width: 400px;
        padding: 20px !important;

        border-radius: 0px;
    
    }



    .DOP__ad_frame h1,
    .DOP__ad_frame h2 {

        grid-row: 1 / 1 !important;
        grid-column: 1 / 1 !important;

    }


    .DOP__ad_frame .DOP__photo {

        grid-row: 2 / 2 !important;
        grid-column: 1 / 1 !important;
        margin-bottom: 10px;

    }


    .DOP__ad_frame .DOP__ad_content {

        grid-row: 3 / 3 !important;
        grid-column: 1 / 1 !important;

    }




    ul.DOP__ad_loop {
        
        width: 300px;
        display: block;
        grid-template-columns: none;
        grid-column-gap: 0;
        grid-row-gap: 0;

    }


    ul.DOP__ad_loop li.DOP__ad_in_loop {

        margin-bottom: 30px;

    }
    
    


    .DOP__set_location.DOP__popup {

        width: 90%;
        max-width: 90%;
        left:5%;

    } 



    .DOP__display_more_ads {

        width: 1px;
        height:1px;
        opacity: 0;
        
    }


    section.DOP__main .DOP__structure {
        
        grid-template-columns: 48% 48%;
        grid-column-gap: 4%;

    }


}





@media all and (min-width: 650px ) and (max-width:1300px) {


    ul.DOP__ad_loop {

        display: grid;
        width: 620px;
        grid-template-columns: 300px 300px;
        grid-column-gap: 20px;
        grid-row-gap: 20px;

    }


    section.DOP__main .DOP__structure {
        
        grid-template-columns: 30% 30% 30%;
        grid-column-gap: 5%;

    }


}
















 































.DOP__admin_edit_link {

    position: relative;
    display: inline-block;
    margin:20px auto;
    padding:5px 20px;
    height: 20px;
    line-height: 20px;


    background-color: red;
    color: #fff;

}





















.DOP__sky .style_group_gsm:after,
.DOP__sky .DOP__set_location .DOP__ajax_action::after,
.DOP__sky .DOP__display_more_ads::after,
.DOP__sky .DOP__CTA::after


{

    background: linear-gradient(0deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);

}


.DOP__sky .style_group_gsm:hover::after,
.DOP__sky .DOP__set_location .DOP__ajax_action:hover::after,
.DOP__sky .DOP__display_more_ads:hover::after,
.DOP__sky .DOP__CTA:hover::after


{

    background: linear-gradient(0deg, rgba(255,255,255,0.0) 100%, rgba(255,255,255,0.5) 0%);

}






.DOP__sky.DOP__pure  .style_group_gsm:after,
.DOP__sky.DOP__pure .DOP__set_location .DOP__ajax_action::after,
.DOP__sky.DOP__pure .DOP__display_more_ads::after

{

    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);

}


.DOP__sky.DOP__pure  .style_group_gsm:hover::after,
.DOP__sky.DOP__pure .DOP__set_location .DOP__ajax_action:hover::after,
.DOP__sky.DOP__pure .DOP__display_more_ads:hover::after

{

    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);

}



.style_group_gsm:hover::after,
.DOP__set_location .DOP__ajax_action:hover::after,
.DOP__display_more_ads:hover::after {

    background: linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(255,255,255,0.8) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(0,0,0,0.8) 100%);

}








/* PURE */


.DOP__pure {
    
  font-family: "Inclusive Sans", sans-serif;
  font-weight: lighter;

}



.DOP__pure header {

    background-color: transparent !important;
    text-align:center;
    color:var(--text_color);
    max-height:80px; 

}



.DOP__pure header .DOP__mobile_menu_button {

    background-color: var(--text_color);

}


 
.DOP__pure #DOP__icon, 
.DOP__pure #DOP__logo, 
.DOP__pure #DOP__site_infos {
    
    display:block;
    float:none !important;
    width: auto !important;
    max-height:100%;
    margin:auto 10px;
    padding:0;


}



.DOP__pure #DOP__icon {

    max-width: 60px;
    display:inline-block;

}

.DOP__pure #DOP__logo, 
.DOP__pure #DOP__site_infos {

    display:inline-block !important;
    margin:auto !important;

}

.DOP__pure #DOP__site_infos.wn {

    margin-top: 5px;

}


.DOP__pure #DOP__site_infos.wi {

    display:inline-block;
    text-align: left;

}

.DOP__pure #DOP__site_infos.wl {

    width: 100% !important;

}




.DOP__pure .DOP__breadcrumbs {
    
    width:100%;
    text-align:center;

}

.DOP__pure .DOP__breadcrumbs li {

    display: inline-block;
    float: none;

}



.DOP__pure section.DOP__main {
    
    text-align:center;

}


.DOP__pure h1,
.DOP__pure h2 {

    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;

}




.DOP__pure section.DOP__main h1:after, 
.DOP__pure .DOP__structure_title:after {
    
    left:calc(50% - 30px);

}




.DOP__pure section.DOP__main .DOP__text {

    width: 600px;
    text-align: justify

}



.DOP__pure section.DOP__main .DOP__structure_title  {

    font-family: "Roboto Condensed", sans-serif;

}

.DOP__pure section.DOP__main .DOP__structure_title:before {

    display: none;

}





.DOP__pure ul.DOP__ad_loop li.DOP__ad_in_loop {

    background-color: transparent !important;
    border-radius: 0;
    
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0); 
    box-shadow: 0px 1px 3px 1px rgba(0,0,0,0); 

}


.DOP__pure ul.DOP__ad_loop li.DOP__ad_in_loop h3,
.DOP__pure ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__location {

    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    padding: 0;
    
}





.DOP__pure .DOP__ad_frame {

    padding: 0;
    background-color: transparent;
    border-radius: 0;

}






.DOP__pure .DOP__ad_frame h1,
.DOP__pure .DOP__ad_frame h2 {

    grid-row: 1 / 1 !important;                         
    grid-column: 2 / 2 !important;
    
}



.DOP__pure .DOP__ad_frame .DOP__photo {

    grid-row: 1 / 3 !important;                           
    grid-column: 1 / 1 !important;
   
}





.DOP__pure .DOP__ad_frame .DOP__ad_content {

    grid-row: 2 / 3 !important;               
    grid-column: 2 / 2 !important;

    text-align: justify;

}


.DOP__pure .DOP__ad_frame .DOP__ad_content .DOP__CTAs {

    width: 550px;
    max-width: 90%;

}


.DOP__pure .DOP__ad_content blockquote {

    margin-top: 40px;
    font-style: italic;

}

.DOP__pure .DOP__ad_content .DOP__hobbies {

    margin-top: 60px;

}




.DOP__pure .DOP__ad_content blockquote::before {

    -webkit-mask: url('img/quote.svg') no-repeat 50% 50%;
    mask: url('img/quote.svg') no-repeat 50% 50%;
    
}

.DOP__pure .DOP__ad_content .DOP__hobbies::before {

    -webkit-mask: url('img/heart.svg') no-repeat 50% 50%;
    mask: url('img/heart.svg') no-repeat 50% 50%;
    
}


.DOP__pure .DOP__ad_content blockquote::before,
.DOP__pure .DOP__ad_content .DOP__hobbies::before {

    position: absolute;
    display: block;
    content: '';
    top:-30px;
    left:calc(50% - 25px);
    width: 30px;
    height: 30px;
    margin:0;

    background-color: var(--text_color);  
    -webkit-mask-size: cover;
    mask-size: 60%; 

}



.DOP__pure .DOP__ad_frame .DOP__ad_content p {

    line-height: 22px;
    font-size: 16px;

}



.DOP__pure .DOP__page {

    background-color: transparent;

    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0); 
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);

}




.DOP__pure footer {

    background-color: transparent !important;
    color:var(--text_color);

}



@media all and (min-width: 0px ) and (max-width:1300px) {


    .DOP__pure .DOP__ad_frame h1,
    .DOP__pure .DOP__ad_frame h2 {

        grid-row: 1 / 1 !important;                         
        grid-column: 1 / 1 !important;
        
    }


    .DOP__pure .DOP__ad_frame .DOP__photo {

        grid-row: 2 / 2 !important;                           
        grid-column: 1 / 1 !important;
    
    }


    .DOP__pure .DOP__ad_frame .DOP__ad_content {

        grid-row: 3 / 3 !important;               
        grid-column: 1 / 1 !important;

    }



}









/* FANCY */



.DOP__fancy {
    
  font-family: "verdana", sans-serif;
  font-weight: lighter;
  text-align: center;

}


.DOP__fancy header {

    text-align:center;
    height:120px;
    max-height:120px;
    padding:0;
    width: 100%;

}



.DOP__fancy #DOP__icon, 
.DOP__fancy #DOP__logo, 
.DOP__fancy #DOP__site_infos {
    
    display:block;
    float:none !important;
    width: auto !important;
    max-width: none !important;
    max-height:60px;
    margin:auto 10px;
    padding:0;

}


.DOP__fancy #DOP__icon {

    max-width: 60px;
    display:inline-block;

}

.DOP__fancy #DOP__logo, 
.DOP__fancy #DOP__site_infos {

    display:inline-block !important;
    margin:auto !important;
    max-height:80px !important;

}

.DOP__fancy #DOP__site_infos.wn {

    margin-top: 5px;

}


.DOP__fancy #DOP__site_infos.wi {

    display:inline-block;
    text-align: left;
    margin:10px !important;
    top:10px !important;

}

.DOP__fancy #DOP__site_infos.wl {

    width: 100% !important;

}




.DOP__fancy header menu {

    position: absolute;
    max-width: 100% ;
    width: 100% !important;
    padding:0 !important;
    margin:0;
    float:none;
    max-height: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    left: 0;
    bottom: 0px !important;


    background-color: rgba(0,0,0,0.25) !important;

}



.DOP__fancy header menu li {

    position: relative;
    display: inline-block;
    float:none;
    margin:0 10px !important;
    padding:0 !important;
    max-height: 100%;

    line-height: 30px;
    font-weight: lighter;

}



.DOP__fancy .DOP__breadcrumbs {
    
    width:100%;
    text-align:center;

}

.DOP__fancy .DOP__breadcrumbs li {

    display: inline-block;
    float: none;

}



.DOP__fancy h1,
.DOP__fancy h2 {    

  
    font-family: "Delius", cursive;
    font-weight: normal !important;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    font-weight: normal;

}





.DOP__fancy section.DOP__main h1:after, 
.DOP__fancy .DOP__structure_title:after {
    
    left:calc(50% - 30px);

}


.DOP__fancy section.DOP__main .DOP__text {

    line-height: 22px;
    font-size: 12px;

}



.DOP__fancy ul.DOP__ad_loop li.DOP__ad_in_loop h3,
.DOP__fancy ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__location {

    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;

}
 

.DOP__fancy .DOP__display_more_ads {

    left:0;

}


.DOP__fancy .DOP__ad_frame {
    
    grid-template-columns: 300px calc(100% - 350px);

}
 


.DOP__fancy .DOP__ad_frame h1,
.DOP__fancy .DOP__ad_frame h2 {

    grid-row: 1 / 1 !important;                        
    grid-column: 2 / 2 !important;  
   
}


.DOP__fancy .DOP__ad_frame .DOP__photo {

    grid-row: 1 / 3 !important;                           
    grid-column: 1 / 1 !important;  
   
}




@keyframes beat{
	to { transform: scale(1.02); }
}


.DOP__fancy_animation {

    animation: beat .5s infinite alternate;
	transform-origin: center;

}
 


.DOP__fancy .DOP__ad_content .DOP__user_info,
.DOP__fancy .DOP__ad_content .DOP__location_info,
.DOP__fancy .DOP__ad_content .DOP__tag_info {

    background-color: transparent; 
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;


}



.DOP__fancy .DOP__ad_content .DOP__user_info::before,
.DOP__fancy .DOP__ad_content .DOP__location_info::before {

    position: relative;
    display: inline-block;
    content:'';
    width: 15px;
    height:15px;
    top:2px;
    margin:0 5px 0 0;

    background-color: transparent;
    
    -webkit-mask-size: none;
    mask-size: none;
    -webkit-mask-image: none;
    mask: none;

}



.DOP__fancy .DOP__ad_content blockquote {
    
    line-height: 22px;
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    font-family: "Delius", cursive;
    margin-bottom: 30px;
}


.DOP__fancy.DOP__portrait .DOP__ad_content blockquote::after,
.DOP__fancy.DOP__bubble .DOP__ad_content blockquote::after {


    position: absolute;
    display: block;
    content: '';
    left:calc(50% - 10px);
    top:25px;
    width: 20px;
    height: 20px;
    margin:0;

    -webkit-mask: url('img/quote.svg') no-repeat 50% 50%;
    mask: url('img/quote.svg') no-repeat 50% 50%;

    background-color: var(--text_color);  
    -webkit-mask-size: cover;
    mask-size: 100%; 

}




.DOP__fancy div.DOP__special_container {

    position: relative;
    display: block;
    margin:60px auto 0 auto ;
    width:800px;
    max-width: 90%;
    overflow: visible;
    
    line-height: 30px;
    font-size: 18px;

}

.DOP__fancy div.DOP__special_container::before {


    position: absolute;
    display: block;
    content: '';
    top:calc(50% - 25px);
    left:-80px;
    width: 50px;
    height: 50px;
    margin:0;

    -webkit-mask: url('img/quote.svg') no-repeat 50% 50%;
    mask: url('img/quote.svg') no-repeat 50% 50%;

    background-color: var(--text_color);  
    -webkit-mask-size: cover;
    mask-size: 100%; 

}


.DOP__fancy div.DOP__special_container blockquote {

    position: absolute;
    display: block;
    width: 400px;
    max-width: 100%;
    padding:0;
    margin: 0;
    left:calc( 50% - 200px );
    top:-40px;

    text-align: center;
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;


}

.DOP__fancy section.DOP__special_container {

    width: 1100px;
    max-width: 100%;
    padding: 20px 30px;
    box-sizing: border-box;
    margin: 50px auto;
    overflow: hidden;
    background: var(--frame_background_color);
    border-radius: 7px;    

}



.DOP__fancy section.DOP__special_container .DOP__CTAs {

    width: 400px;
    max-width: 100%;

}






.DOP__fancy .DOP__hobbies li::before {

    position: absolute;
    display: block;
    content: "";
    top:-5px;
    left:-7px;
    margin: 0;


} 


.DOP__fancy .DOP__hobbies li:nth-child(1)::before {

    content:'❤️';

}  


.DOP__fancy .DOP__hobbies li:nth-child(2)::before {

    content:'😊';

}  


.DOP__fancy .DOP__hobbies li:nth-child(3)::before {

    content:'🔥';

}  


.DOP__fancy .DOP__hobbies li:nth-child(4)::before {

    content:'🫶🏽';

}  


.DOP__fancy .DOP__hobbies li:nth-child(5)::before {

    content:'🤩';

}  








@media all and (min-width: 0px ) and (max-width:1300px) {



    .DOP__fancy header {

        max-height: 80px;

    }

    .DOP__fancy .DOP__ad_frame,
    div.DOP__special_container,
    section.DOP__special_container {

        display: block;
        width: 400px !important;
        padding: 20px !important;
        max-width: 100% !important;
        border-radius: 0px;
        box-sizing: border-box;

    }



    .DOP__fancy div.DOP__special_container::before {

        width:30px;
        height:30px;

        top:0px;
        left:calc(50% - 15px);

    }



 

}






/* PORTRAIT */

.DOP__portrait.DOP__pure ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__photo {

    border-radius: 2px;

}




.DOP__portrait .DOP__ad_frame {

    border-radius: 15px;
    padding:0 50px 0 0 !important;
    
    background-color: var(--frame_background_color);

    -webkit-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1); 
    box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1);

}


.DOP__portrait.DOP__pure .DOP__ad_frame {

    background-color: var(--frame_background_color);
    border-radius:7px !important;

}


.DOP__portrait.DOP__fancy .DOP__ad_frame {

    grid-template-columns: 400px calc(100% - 450px);

}



.DOP__portrait .DOP__ad_frame h1,
.DOP__portrait .DOP__ad_frame h2 {


    grid-row: 1 / 1 !important;                        
    grid-column: 2 / 2 !important;  
    margin-top:30px;
   
}



.DOP__portrait .DOP__ad_frame .DOP__photo {

    height: 100%;
    position: relative;
    width: 100%;
    top:0px;
    left:0px;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    grid-row: 1 / 3 !important;                           
    grid-column: 1 / 1 !important;  
   
}


.DOP__portrait .DOP__ad_frame span.DOP__photo {

    height: 100% !important;

}



.DOP__portrait .DOP__ad_frame .DOP__ad_content {

    grid-row: 2 / 2 !important;                          
    grid-column: 2 / 2 !important; 

}



.DOP__portrait ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__photo:after {

    padding: 150% 0 0 0;

}






@media all and (min-width: 0px ) and (max-width:1300px) {


    .DOP__portrait .DOP__ad_frame {

        padding:0 !important;
        grid-template-columns: 100% !important;
        grid-column-gap: 0 !important;
        border-radius: 5px !important;

    }



    .DOP__portrait .DOP__ad_frame .DOP__photo {
        
        height: 100vh;
        margin:0 !important;
        
        grid-row: 1 / 1 !important;
        grid-column: 1 / 1 !important;

    }


    .DOP__portrait.DOP__fancy .DOP__ad_frame .DOP__photo {

        margin:30px auto !important;

    }



    .DOP__portrait .DOP__ad_frame h1,
    .DOP__portrait .DOP__ad_frame h2 {

        grid-row: 2 / 2 !important;                        
        grid-column: 1 / 1 !important;
                       
        padding: 0 20px;
        
    }
    
    
    .DOP__portrait .DOP__ad_frame .DOP__ad_content {

        grid-row: 3 / 3 !important;                          
        grid-column: 1 / 1 !important; 

        padding: 0 20px;

    }



}




@media all and (min-width: 0px ) and (max-width:750px) {


    .DOP__portrait .DOP__ad_frame {

        width: 100% !important;
        border-radius: 0 !important;

    }

    .DOP__portrait.DOP__pure .DOP__ad_frame {

        border-radius: 0 !important;

    }


}







/* BUBBLE */



.DOP__bubble ul.DOP__ad_loop li.DOP__ad_in_loop {
    
    background:transparent !important;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);

}

.DOP__bubble ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__photo {
    
    border-radius: 50%;

}

.DOP__bubble ul.DOP__ad_loop li.DOP__ad_in_loop:hover .DOP__photo img {
    
    transform: rotate(-1.5deg) scale(1.1);
}
 
.DOP__bubble ul.DOP__ad_loop li.DOP__ad_in_loop .DOP__photo:after {
    
    padding: 100% 0 0 0 !important;

}


.DOP__bubble .DOP__ad_frame, 
.DOP__fancy.DOP__bubble .DOP__ad_frame {

     
    grid-template-columns: 100% !important;
    grid-column-gap: 0px !important;

    width: 800px;
    margin-top: 130px;
    overflow: visible;
    padding: 30px !important;

    border-radius: 10px;
    background-color: var(--frame_background_color);

    -webkit-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1); 
    box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) !important;

}









.DOP__bubble .DOP__ad_frame h1,
.DOP__bubble .DOP__ad_frame h2,
.DOP__bubble.DOP__fancy .DOP__ad_frame h1,
.DOP__bubble.DOP__fancy .DOP__ad_frame h2
{

    grid-row: 2 / 2 !important;                           
    grid-column: 1 / 1 !important;  


}


.DOP__bubble .DOP__ad_frame span.DOP__photo {

    width: 200px !important;
    height: 200px !important;

}


.DOP__bubble .DOP__ad_frame .DOP__photo,
.DOP__bubble.DOP__fancy .DOP__ad_frame .DOP__photo  {

    border-radius: 50%;
    width: 200px;
    margin: -137px auto 30px auto;
    border:7px solid var(--frame_background_color) !important;

    -webkit-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1); 
    box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1);

    grid-row: 1 / 1 !important;                           
    grid-column: 1 / 1 !important;

}



.DOP__bubble .DOP__ad_frame .DOP__ad_content {

    grid-row: 3 / 3 !important;                           
    grid-column: 1 / 1 !important;

}


.DOP__bubble.DOP__fancy .DOP__ad_content .DOP__CTAs {

    margin: 20px auto;
    width: 400px;
    max-width: 90%;

}


.DOP__bubble.DOP__fancy .DOP__CTAs .style_group_gsm,
.DOP__bubble.DOP__fancy .DOP__CTAs .DOP__CTA {  

    border-radius: 15px;

}




@media all and (min-width: 0px ) and (max-width:1300px) {


    .DOP__bubble.DOP__fancy .DOP__ad_frame {

        display: grid !important;

    }



}




/* CTA VARIANT STYLES */


/* Pure variant - minimal elegant style */
.DOP__pure .style_group_gsm,
.DOP__pure .DOP__CTA {

    border-radius: 2px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;

}


/* Fancy variant - playful rounded style */
.DOP__fancy .style_group_gsm,
.DOP__fancy .DOP__CTA {

    border-radius: 50px;
    font-weight: 600;

}