/*
Theme Name:     Bingo Child
Theme URI:      http://bingo.themeruby.com/
Author:         Theme-Ruby
Author URI:     https://themeforest.net/user/theme-ruby/
Description:    Bingo: Multi-Purpose Newspaper, Magazine Theme child theme
Template:       bingo
Version:        2.0
Text Domain:    bingo
Tags:           custom-background, custom-menu, editor-style, featured-images, theme-options, custom-colors, translation-ready
License:        Themeforest Licence
License URI:    http://themeforest.net/licenses/standard
*/

.widget_media_image a img
{
  width: 100%;
}
.single_add_to_cart_button
{
  margin-bottom: 20px;
}
.coupon
{
  display: none!important;
}

.single.woocommerce .single-inner > div.product
{
  height: auto;
  overflow: hidden;
}
.product_meta, .product_meta p, .posted_in
{
  display: none!important;
}
.posted_in
{
  text-indent: -99999999px;
}


.wppb-recaptcha .wppb-required
{
  display: none;
}
.wppb-send-credentials-checkbox
{
  display: none;
}

.header-style-1 .header-inner .logo-wrap
{
  margin: 10px auto 5px auto;
}

.single-page-post
{
  padding: 30px 30px 60px 30px;
}

.mobiletop
{
  display: none;
}
@media (max-width: 768px)
{
  .mobiletop
  {
    display: block;
    background: #282828;color: #fff;font-size: 13px;
    padding: 0 10px;
  }
}

input#comment-submit, a.box-comment-btn, .header-search-more button, .entry input[type="submit"]
{
font-size: 16px;
padding: 10px 30px;
background: #69b3ec;
}


#wppb_register_pre_form_message img
{
    display: none!important;
}

#sgcboxTopRight, #sgcboxBottomRight
{
  background: none!important;
}
#sgcboxTopCenter, #sgcboxBottomCenter
{
  background: none!important;
}
#sgcboxTopLeft, #sgcboxBottomLeft
{
  background: none!important;
}
#sgcboxMiddleLeft
{
  background: none!important;
}
#sgcboxMiddleRight
{
  background: none!important;
}
.sgcboxOverlayBg.colorbox1
{
  background: #3a3a3a!important;
}
#sgcboxContent
{
  max-width: 705px;
  width: 90%;
  -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
  -webkit-box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.75);
}
#sgcboxLoadedContent
{
  width: 92%!important;
  padding: 13px 0px;
  margin: auto;
  display: block;
}
.colorbox1 #sgcboxClose
{
  top: 20px!important;
    right: 20px!important;
  bottom: initial!important;
  width: 21px!important;
  height: 21px!important;
  background: url('http://dev.mumii.co.uk/wp-content/uploads/2018/02/closebtn-1.png') no-repeat!important;
  cursor: pointer;
}
.popuplogo
{
  width:200px !important;
}
.popuplogo img
{
  width:200px !important;
}
.popupformarea
{
  width:100%;text-align: center;
}
.popupformarea h2
{
  font-size: 45px;
    padding: 0 0 17px 0;
}
.popupformarea h4
{
   font-size: 30px;
}
.popupformarea ul
{
  padding: 0;
    margin: 25px auto 30px auto;
    font-size: 17px;
    text-align: left;
    width: 90%;
    max-width: 285px;
}
.popupformarea ul li
{
  padding: 0 0 12px 30px;
  background-image: url('http://dev.mumii.co.uk/wp-content/uploads/2018/02/greentick-1.png');
    background-repeat: no-repeat;
    background-position: top 6px left;
}



.single-post-thumb-outer .single-entry {
    right: 0;
    width: 100px;
}
.single-post-thumb-outer .post-thumb .single-entry img {
    width: 100px !important;
    max-width: inherit;
}
.is-bg-thumb .bottom-entry {
    z-index: 99;
    right: 26px;
}
.is-bg-thumb .bottom-entry img {
    width: 105px !important;
    max-width: inherit !important;
    min-width: auto;
}
.sidebar-inner .post-thumb .bottom-entry {
    z-index: 99;
    right: 0px;
}
.sidebar-inner .post-thumb .bottom-entry img {
    width: 50px;
    min-width: auto;
    max-width: inherit;
    height: auto;
}
.post-overlay-1 .bottom-entry {
    display: none;
}


.single-post-thumb-outer .post-thumb {
    width: 100%;
}
.single-post-thumb-outer .post-thumb img {
    width: 100% !important;
    height: auto !important;
}



@media (max-width: 768px)
{
  .popupformarea h2
  {
    font-size: 32px;
    padding-top: 20px;
  }
  .popupformarea h4
  {
     font-size: 18px;
  }
  .popupformarea ul
  {
    font-size: 16px;
  }
}


.popupformarea input
{
  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    padding: 21px 25px;
    font-size: 16px;
    margin: 0 auto 18px auto!important;
  width:75% !important;
}
@media (max-width: 768px)
{
  .popupformarea input
  {
      width: 100%!important;
  }
}

.buttonsubmit
{
  background: #3a97d0;
    color: white;
    font-size: 21px;
    text-transform: initial;
    font-weight: bold;
  height: auto!important;
    padding: 20px 0;
  width:75% !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
  border: none;
}
.buttonsubmit:hover
{
  color: white;
}
@media (max-width: 768px)
{
  .buttonsubmit
  {
      width: 100%!important;
  }
}

.popupformarea p
{
  font-size: 14px;
    font-weight: bold;
    color: #949494;
    padding: 20px 0 0 0;
}
.popupformarea p a, .popupformarea p a:hover
{
  color: #3a97d0;
  text-decoration: none;
}


body.home .latest-blog-wrap
{
  display: none;
}
.comps
{
  overflow: initial;
  margin-top: 6px;
  margin-bottom: 24px;
}
.post-list-inner
{
  position: relative;
}
.enteredimagecomp
{
  position: absolute;
  top: -6px;
  right: -6px;
  width: 129px;
  height: auto;
}
@media (max-width: 768px)
{
.enteredimagecomp
{
  width: 79px;
}
}

.compshome
{
  overflow: initial!important;
  margin-top: 0px;
  margin-bottom: 24px;
}
.compshome .enteredimagecomp
{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 129px;
  height: auto;
}
.pingcompetitions
{
  padding: 16px 20px;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
    margin-bottom: 35px;
    background: #da0080;
    position: relative;
}
.pingcompetitions img
{
  width: 22px;
  height: auto;
  position: absolute;
  right: 20px;
  top: 0px;
  bottom: 0;
  margin: auto;
  -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari 3-8 */
    transform: rotate(-45deg);
}
.pingcompetitions p
{
  color: #fff;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 0px;
}




/************* new customer - sidebar *************/
.ruby-sidebar-sticky .sidebar-inner .widget form .mc4wp-form-fields .checkin input
{
    width: auto;
    margin: 15px auto;
    display: block;
    max-width: 25px;
    padding: 20px 2.5%;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 17px;
    float: left;
}
.ruby-sidebar-sticky .sidebar-inner .widget form .mc4wp-form-fields .checkin p
{
    color: #8e8e8e;
    float: right;
    width: 93%;
    text-align: left;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    line-height: 19px;
    margin: 15px auto;
}
.ruby-sidebar-sticky .sidebar-inner .widget form .mc4wp-form-fields .checkin p a
{
    color: #3c8dbd;
    text-decoration: none;
}

/************* new customer pop up *************/
.sg-popup-content-27 #sgcboxWrapper div #sgcboxContent
{
  overflow: initial!important;
}
.sg-popup-content-27 #sgcboxWrapper div #sgcboxContent #sgcboxLoadedContent
{
  margin: auto;
  /*height:auto!important;*/
  width: 100%!important;
  padding: 0px!important;
}


body.enable 
{
    overflow: hidden;
    position: fixed; 
    width: 100%;
}

.popupoutout
{
  background: rgba(58,58,58,0.8);
  width: 100%;
  position: fixed;
  top: 0%;
  left: 0;
  display: none;
    height: 100% !important;
    position: fixed;
    padding-bottom: 60px;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 999999999999999 !important;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
}
#popupout
{
  padding: 6px;
  width: 80%;
  max-width: 700px;
  margin: auto;
  display: table;
background: #00a0d6; 
background: -moz-linear-gradient(top, #00a0d6 0%, #cd0080 100%); 
background: -webkit-linear-gradient(top, #00a0d6 0%,#cd0080 100%); 
background: linear-gradient(to bottom, #00a0d6 0%,#cd0080 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0d6', endColorstr='#cd0080',GradientType=0 ); 
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
@media (max-width: 768px)
{
  #popupout
  {
    margin: 20px auto 20px auto;
    height: auto;
    overflow: hidden;
  }
}


  #popup
  {
    width: 100%; 
    margin: auto;
    background: #fff;
    padding: 25px 5% 35px 5%;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    position: relative;
    height: auto;
  }

@media (max-width: 768px)
{
  #popup
  {
    min-height: 400px;
  }
}


.newsletter-privacy
{
  display: none!important;
}
  #popup .ok input
  {
    clear: both;
    padding: 18px 53px 18px 53px;
    background-color: #191919;
    color: #fff;
    font-size: 20px;
    margin: 0px 0 0 0;
    text-transform: uppercase;
    width: auto;
    display: table;
    margin: 12px auto auto auto;
    cursor: pointer;
  }
  #popup .ok input:hover
  {
    background: #333;
  }
  

  #popup .close
  {
    clear: both;
    color: #00a4da;
    font-size: 16px;
    margin: 10px 0 0 0;
    display: block;
    position: absolute;
    top: 5px;
    right: 15px;
    cursor: pointer;
    display: block;
    width: 21px!important;
    height: 21px!important;
    background: url(/wp-content/uploads/2018/02/closebtn-1.png) no-repeat!important;
  }

  #popup .logonew
  {
    display: block;
    /*background: url('http://dev.mumii.co.uk/wp-content/uploads/2018/03/mumiipopuplogo.png') no-repeat;*/
    height: 46px;
    width: 100%;
    margin: auto;
    position: relative;
  }
  #popup .logonew img
  {
    width: 100%;
    max-width: 163px;
    height: auto!important;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
  }
  
.enteredimagecomphh {
    position: absolute;
    top: 0px;
    right: -6px;
    width: 50px;
    height: auto;
}
  #popup h1
  {
    color: #3c8dbd;
    text-transform: uppercase;
    font-size: 43px;
    font-weight: bold;
    padding: 35px 0 20px 0px;
    margin: 0px;
    line-height: 35px;
  }
  #popup h4
  {
    color: #d0007e;
    padding: 0px 0 10px 0;
    margin: 0px;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    text-transform: capitalize;
    width: 100%;
    max-width: 420px;
    margin: auto;
  }
  #popup input.field
  {
    width: 95%;
    margin: 20px auto;
    display: block;
    max-width: 440px;
    padding: 20px 2.5%;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 17px;
  }
  #popup input.field:focus 
  {
      outline:none;
  }
  #popup input.field::-webkit-input-placeholder { 
    color: #bfbfbf;
  }
  #popup input.field::-moz-placeholder { 
    color: #bfbfbf;
  }
  #popup input.field:-ms-input-placeholder { 
    color: #bfbfbf;
  }
  #popup input.field:-moz-placeholder { 
    color: #bfbfbf;
  }

  #popup .checkin
  {
    max-width: 440px;
    width: 100%;
    margin: auto;
    height: auto;
    overflow: hidden;
    padding: 0px 0 20px 0;
  }
  #popup .checkin input.fieldcheck
  {
    clear: both;
    border: 1px solid #bfbfbf;
    border-radius: none;
    -webkit-appearance: checkbox;
    width: 20px;
    height: 20px;
    float: left;
    padding: 0px;
    margin: 0px;
  }
  #popup .checkin p
  {
    color: #8e8e8e;
    float: right;
    width: 93%;
    text-align: left;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    line-height: 19px;
  }
  #popup .checkin p a
  {
    color: #3c8dbd;
    text-decoration: none;
  }

  @media (max-width: 768px)
  {
    #popup .checkin p
    {
      width: 90%;
    }
    #popup .logonew img
    {
      width: 120px;
      /*background: url('http://dev.mumii.co.uk/wp-content/uploads/2018/03/mumiipopuplogo-copy.png') no-repeat;*/
    }
    #popup input.field
    {
      padding: 20px 5%;
      width: 100%;
    }
    #popup h1
    {
      padding: 20px 0px 15px 0px;
      font-size: 31px;
    }
    #popup h4
    {
      font-size: 14px;
      line-height: 21px;
      padding: 0px;
    }
  }


  /***************** thank you page **************/
  .thankyousocial
  {
    margin: 30px 0 0 0;
  }
  .thankyousocial .social
  {
    display: inline-block;
    margin: 0 78px 0 0;
    /*border: 1px solid #ccc;*/
    text-align: center;
    cursor: pointer;
  }
  .thankyousocial .social a .fa
  {
    color: #5695ca;
    display: block;
    cursor: pointer;
  }
  .thankyousocial .social a:hover .fa
  {
    color: #c82c80;
  }

  @media (max-width: 998px)
  {
        .thankyousocial .social
        {
            display: block;
            margin: auto auto 15px auto!important;
            clear: both;
            width: 100%;
        }
        .thankyousocial .social a
        {
            clear: both;
        }
  }


/*************** thank you page for registration **************/
.thankyouboxescomps
{
  width: 48%;
  float: left;
  padding: 0px;
  margin: 0px 2% 0 0;
}
.thankyouboxescomps .post-header-outer .post-header h2.post-title a, .thankyouboxescomps .post-header-outer .post-header .post-meta-info .post-meta-info-left span a
{
  color: #fff;
}
.thankyouboxescomps .post-header-outer .post-header .post-meta-info .post-meta-info-left span img
{
  margin-bottom: 0px;
}

@media (max-width: 998px)
{
  .thankyouboxescomps
  {
    width: 100%;
    float: none;
    clear: both;
    margin: 0px 0 20px 0;
  }
}


/*************** user profile page and register page **************/
form.wppb-user-forms ul li#wppb-form-element-17
{
  display: none;
}
.wppb-form-field label, #wppb-login-wrap .login-username label, #wppb-login-wrap .login-password label
{
}
.wppb-form-field input, .wppb-form-field input[type="text"], .wppb-form-field input[type="email"], .wppb-form-field input[type="url"], .wppb-form-field input[type="password"], .wppb-form-field input[type="search"], .wppb-form-field select, .wppb-form-field textarea, .wppb-checkboxes, .wppb-radios, #wppb-login-wrap .login-username input, #wppb-login-wrap .login-password input
{
}
.ui-datepicker-title .ui-datepicker-month, .ui-datepicker-title .ui-datepicker-year
{
  background: #666;
  float: left;
}
.wppb-user-forms ul li.wppb-repeater
{
  border: none;
}
.extra_field_heading
{
      margin-top: 30px;
}
.wppb-rpf-group 
{
  padding: 16px 0px!important;
  position: relative!important;
  margin: 40px auto 30px auto!important;
  clear: both;
}
.wppb-rpf-group .wppb-rpf-action-wrap
{
    position: absolute!important;
    right: 15px!important;
    top: -21px!important;
    margin: auto!important;
    width: 50px;
}
.wppb-rpf-singular-set .wppb-rpf-action.wppb-rpf-remove, .wppb-rpf-action-wrap .wppb-rpf-action.wppb-rpf-remove
{
  display: block;
      width: 30px;
    height: 30px;
    margin-top: -1px;
    bottom: -15px;
    right: -15px;
    color: #222;
    background: #ddd;
    line-height: 27px;
    font-weight: bold;
    font-size: 16px;
    color: red;
    box-shadow: none;
    border: none;
}

.wppb-html
{
  display: none;
}


@media (max-width: 768px)
{
  .wppb-form-field label, #wppb-login-wrap .login-username label, #wppb-login-wrap .login-password label
  {
    width: 100%!important;
  }
  .wppb-form-field input, .wppb-form-field input[type="text"], .wppb-form-field input[type="email"], .wppb-form-field input[type="url"], .wppb-form-field input[type="password"], .wppb-form-field input[type="search"], .wppb-form-field select, .wppb-form-field textarea, .wppb-checkboxes, .wppb-radios, #wppb-login-wrap .login-username input, #wppb-login-wrap .login-password input
  {
    width: 100%!important;
  }
}


.is-entry-padding .is-author-bottom .single-content-wrap
{
  margin-left: 0px;
}

.compjoinbtn a
{
  height: auto;
  padding: 17px;
    border: 0;
    background-color: #55acee;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    display: block;
}


.video-playlist-iframe-nav
{
  display: none!important;
}

.confit-address
{
  margin-top: 10px;
}
.confit-address, .confit-email
{
  margin-bottom: 20px;
}



@media (max-width: 1024px)
{
  #ruby-footer-navigation
  {
    height: auto;
    overflow: hidden;
    padding: 20px 0;
  }
  .footer-menu-inner li
  {
    width: 100%;
    clear: both;
    text-align: center;
  }  
  .footer-menu-inner li a
  {
    width: 100%;
    text-align: center;
    line-height: normal;
  }
}

.large .cf_poweredby
{display: none!important;}


iframe.vimeovideo
{
width: 100%;
/* max-width: 500px; */
height: auto;
min-height: 400px;
margin-bottom: 20px;
}


.post-review-info
{
  height: 90px;
}
.post-review-wrap .review-info-score, .post-review-wrap.is-big-review .review-info-score
{
    width: 100%!important;
    height: auto!important;
    text-align: center;
}
.post-review-info .review-info-score
{
    width: 100%;
    text-align: center;
}
.post-review-info .review-info-score div
{
    font-size: 15px!important;
}
.post-review-info .review-info-score div.main
{
    margin: 0px;
    padding: 5px 0px;
    font-size: 40px!important;
    clear: both;
}


/******* woocommerce *******/
body.woocommerce-account span.ppa
{
    font-family: Montserrat;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 30px;
    border-top: 1px solid #ccc;
    padding: 35px 0 0 0;
    width: 100%;
    min-width: 100%;
        display: block;
}
body.woocommerce-account .entry .woocommerce .woocommerce-MyAccount-navigation ul
{
  padding: 0px;
  margin: 0px;
}
body.woocommerce-account .entry .woocommerce .woocommerce-MyAccount-navigation ul li
{
list-style: none;
}

/**
 * Voting system
 * Added by: Jay-r Simpron <ssj.simpron@gmail.com>;
 */
.xwb-btn{
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    padding: 2px 10px;
    font-size: 12px;
}

.xwb-btn-success {
    background: rgb(28, 184, 65); /* this is a green */
}

.xwb-btn-danger {
    background: rgb(202, 60, 60); /* this is a maroon */
}

.xwb-btn-warning {
    background: rgb(223, 117, 20); /* this is an orange */
}

.xwb-btn-info {
    background: rgb(66, 184, 221); /* this is a light blue */
}

.xwb-vote-award{
    width: 50%;
    float: left;
}

.xwb-btn-vote{
    float: right;
    margin-top: 20px;
}

.disabled{
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

.post-wrap.post-list-1.xwb-post-award{
    height: 370px;
}