
/* THUMBS CONTENT
-------------------------------------- */
body .wpcp-content-wrapper {
   float: left;
   width: 180px;
   margin: 5px 4px 4px;
   border: 1px solid #ACACAC;
   position: relative;
   background: #F5F6F8;
   font-size: 13px;
   font: Arial;
   color: #5A5A5A;
   line-height: 1.35;
   min-height: 184px;
   font-family: Arial,Helvetica,sans-serif;
   overflow: hidden;
}
body .wpcp-content-wrapper a {
   text-decoration: none; 
   border: 0px solid rgb(51, 51, 51);
}
body .wpcp-content-wrapper img {
   height: 152px;
   max-width: unset;
   width: auto;
}
body .wpcp-content-wrapper a.wpcp-link-img {
   font-size: 13px; 
   color: #0A5A83; 
   font: Arial; 
   font-weight: bold;
   text-decoration: none; 
   padding: 0; 
   margin: 0; 
   display: inline; 
   line-height: 1.35; 
   background: none;
   border: 0px solid rgb(51, 51, 51);
}
body .wpcp-content-wrapper a.wpcp-link {
   font-size: 13px; 
   color: #0A5A83; 
   font: Arial; 
   font-weight: bold;
   text-decoration: none; 
   padding: 0; 
   margin: 0; 
   display: inline; 
   line-height: 1.35; 
   background: none;
   border: 0px solid rgb(51, 51, 51);
   margin-left: 5px;
}
body .wpcp-content-wrapper span.wpcp-info {
   display: inline-block; 
   margin-left: 5px;
   padding-bottom: 3px;
}
body .wpcp-content-wrapper span.wpcp-user-icon {
   text-align: right;
   float: right;
   margin-right: 3px;
}
body .wpcp-content-wrapper span.wpcp-user-icon.wpcp-user-male {
   font-size: 12px; 
    float: right; 
    width: 32px;
    height: 14px;
    margin-top: 4px;
    text-align: right;
    background-image: url('/wp-content/plugins/wp-cam-builder/shortcodes/img/user.png'); 
    background-position: 0px center; 
    background-repeat: no-repeat;
}
body .wpcp-content-wrapper span.wpcp-user-icon.wpcp-user-female {
   font-size: 12px; 
    float: right; 
    width: 32px;
    height: 14px;
    margin-top: 4px;
    text-align: right;
    background-image: url('/wp-content/plugins/wp-cam-builder/shortcodes/img/female.png'); 
    background-position: 0px center; 
    background-repeat: no-repeat;
}
body .wpcp-content-wrapper span.wpcp-model-name {
   display: inline-block;
   white-space: nowrap; 
   width: 9em; 
   color: #0A5A83; 
   overflow: hidden; 
   text-overflow: ellipsis;
   -o-text-overflow: ellipsis;
   text-overflow: ellipsis-word; 
   -o-text-overflow: ellipsis-word; 
   -icab-text-overflow: ellipsis-word; 
   -khtml-text-overflow: ellipsis-word; 
   -moz-text-overflow: ellipsis-word; 
   -webkit-text-overflow: ellipsis-word;
   padding-top: 2px;
}

/* CHAT ROOM CONTENT
-------------------------------------- */
body .wpcp-text-above {
   margin-bottom: 12px;
   color: #000; 
}
body .wpcp-text-below {
   margin-top: 1px;
   color: #000; 
}

/* CHAT ROOM MODAL
-------------------------------------- */
body .wpcp-modal-box {
   position: absolute;
   color: #000; 
   background-color: #FFFFFF;
   z-index: 9002;
   margin-top: 0px;
   left: 50%;
   top: 90%;
   transform: translate(-50%, -50%);
   width: 840px;
   min-height: 635px;
   padding: 10px 20px 20px 20px;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
}
body .wpcp-modal-close {
   color: none;
   position: absolute;
   top: -18px;
   right: 20px;
   width: 36px;
   height: 36px;
   background: url("./img/controls.png") no-repeat scroll 0px 0px transparent;
   cursor: pointer;
   z-index: 9999;
   border: 0px solid rgb(51, 51, 51);
}
body .wpcp-modal-close a.wpcp-modal-close-link {
   display: block;
   text-decoration: none; 
   color: transparent;
   border: 0px solid rgb(51, 51, 51);
}
body .wpcp-modal-shadow {
   background-color: #111;
   opacity: 0.65;
   filter:alpha(opacity=65);
   position: fixed;
   z-index: 9001;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   margin: 0px;
   padding: 0px;
}

/* RESPONSIVE CHAT ROOM MODAL
-------------------------------------- */
@media screen and (max-width: 1279px) {
    body .wpcp-modal-box {
        width: 840px;
    };
}
@media (min-width : 1280px){
    body .wpcp-modal-box {
        width: 1000px;
    };
}

/* PAGINATION
-------------------------------------- */
body .wpcp-pagin {
    padding: 20px 0 20px 0;
    margin: 0;
    font-family: "Open Sans",sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #666666;
}
body .wpcp-pagin * {
    padding: 5px 8px;
    margin: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 10px;
}
body .wpcp-pagin a, .wpcp-pagin a:visited, .wpcp-pagin a:active {
    color: #ffffff;
    font-size: 10px;
    background: #3876AC;
    color: #fff !important; 
    text-shadow:0 -1px 0 rgba(0,0,0,0.25);
    -webkit-font-smoothing: antialiased; 
    text-decoration: none;
}
body .wpcp-pagin a:hover {
    font-size: 10px;
    background: #3876AC;
    color: #FFF;
    text-decoration: none;
}
body .wpcp-pagin span {
    cursor: default;
    background: #404040;
    color: #fff !important; 
    text-shadow:0 -1px 0 rgba(0,0,0,0.25);
    -webkit-font-smoothing: antialiased; 
    text-decoration: none;
    font-size: 10px;
}
body .wpcp-pagin span.current {
    background: #404040;
    color: #fff !important; 
    text-shadow:0 -1px 0 rgba(0,0,0,0.25);
    -webkit-font-smoothing: antialiased; 
    text-decoration: none;
    font-size: 10px;
}
#cb-front-iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}