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

/* Your CSS code goes here
-------------------------------------- */

p {
 text-align: justify;
  }

  .wpcf7 input[type=checkbox] {display:inline;}

  .btn {
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;
   
    background: #ec1f1f;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}
.entry a:not(button)  { color: #0000ff;}

.entry a:not(button):hover  { color: #0062FF; text-decoration: underline }

.bottoneiscr {margin:30px 0px;}

.bottoneiscr a:link {
  color:#ffffff !important;
    font-size: 26px;
}


.archive-page-header .archive-desc p {
  color: rgb(49, 49, 49)!important;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
}

.btn.shortcode-btn {
  font-size:16px;
}

/*disattivo elementi su mobile perchè piccoli*/

@media screen and (max-width: 500px) {
 /*disattivo breadcrumb*/ .single-post-top,
  /*disattivo etchetta categoria*/ .post-cat-info
    
  {
    display:none!important;
  }
  }

  /*ingrandisco elementi su mobile perchè piccoli*/

  @media screen and (max-width: 500px) {
    .wp-caption-text,
    .footer-copyright-wrap p {
       font-size:8px!important;
     }
     }


     .single-post-body {
	position: relative;
	display: block;
	padding: 40px 0px;
}

.single-post-thumb-outer {
	position: relative;
	display: block;
	text-align: left;
	margin-left: 0px; 
}


.breaking-news-content .ruby-slider-nav {

    position: absolute;

    display: block;

    margin-top: -11px;

    width: 22px;

    height: 22px;

    -webkit-border-radius: 2px;

    -moz-border-radius: 2px;

    border-radius: 2px;

    background-color: #0693e3;

    -webkit-box-shadow: none;

    box-shadow: none;

    font-size: 14px;

    line-height: 22px;

    opacity: 0.5;

    -webkit-transition: opacity .2s ease-in-out;

    -moz-transition: opacity .2s ease-in-out;

    -ms-transition: opacity .2s ease-in-out;

    -o-transition: opacity .2s ease-in-out;

    transition: opacity .2s ease-in-out;


}

entry ul li {

  position: relative;

  margin: 0 0 5px 0;

  font-size: 20px; (eliminare questa riga)

  line-height: 22px;

}


