/* receitas */

.receitas_holder_sidebar {
    padding: 0px;
    box-shadow: 0 1px 15px rgba(0,0,0,.1);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px 4% 5% 4%;
    width: 92%;
    float: left;
    min-width: 165px;
    max-width: 375px;
    background-color: #ffffff;
}
.receitas_container_single { margin: 0px; position: relative; }
.receitas_container{padding-top: 50px; position: relative; }
.receitas_tamanho a{color:#666;}
.receitas_tamanho a:hover{
  text-decoration: none; 
  color:#000000;
}

.receitas_thumbnail{
  height:275px;
  background-size: cover; 
  background-position: center center;
}
.receitas_thumbnail_sidebar{
  height:225px;
  background-size: cover; 
  background-position: center center;
}

.receitas_tamanho {
    margin: 5px 20px;
    font-size: 12px;
}


.receitas_titulo {
    color: #222222;
    padding: 10px 8px;
    font-size: 13px;
    text-align: left;
    min-height: 50px;
}
.receitas_icone {
    width: 35px;
    position: relative;
    float: right;
    top: -15px;
    right: 5px;
}


.receitas_holder {
    padding: 0px;
    box-shadow: 0px 1px 15px rgba(0,0,0,.1);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px 1% 3% 1%;
    width: 22%;
    max-width: 250px;
    float: left;
    background-color:#ffffff;
}

.receitas_border p:first-child {
    margin-left: 10px;
}






@media (max-width: 1199px) and (min-width: 992px){
  .receitas_container{margin:0px !important;}
  .receitas_holder {margin: 0px 0% 2% 2% !important;max-width: 290px;width: 290px;}

}

@media (max-width: 991px) and (min-width: 768px){
    .receitas_container{margin:0px !important;}
    .receitas_holder {
        display: inline-block;
        margin: 0px 0% 2% 1% !important;
        max-width: 350px;
        width: 350px;
        float: none;
    }
}

@media (max-width: 767px) and (min-width: 520px){
  .receitas_container{margin:0px !important;}
    .receitas_holder {
        margin: 0px 0% 30px 3%;
        display: inline-block;
        width: 220px;
        float: left;
    }
}

@media (max-width: 519px) and (min-width: 320px){
  .receitas_container{margin:0px !important;}
    .receitas_holder {
        margin: 0px auto 10px auto;
        width: 100%;
        max-width: 350px;
        text-align: center;
        float: none;
    }
}

.extracted_url {
    width: 780px;
    min-height: 100px;
    padding: 30px;
    box-shadow: 0px 1px 15px rgba(0,0,0,0.1);
    background: #fff;
}
.overf{
    overflow:hidden;
}


.parent-div{
    width: 100%; 
    padding:0; 
    margin: 0; 
}
.accordion-heading{
    background: #e9e9e9; 
    padding: 8px 10px; 
    margin: 0; 
    cursor: pointer; 
    color: #000;
}
.accordion-heading span{
    padding: 3px 5px 3px 0px;
    float: right;
}
.accordion-body{
    display: none;
    padding: 0 10px;
}




 input[type=checkbox].css-checkbox {
        position:absolute; 
        z-index:-1000; 
        left:-1000px; 
        overflow: hidden; 
        clip: rect(0 0 0 0); 
        height:1px; 
        width:1px; 
        margin:-1px; 
        padding:0; 
        border:0;
    }

input[type=checkbox].css-checkbox + label.css-label {
    padding-left:26px;
    height:20px; 
    display:inline-block;
    line-height:20px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:20px;
    vertical-align:middle;
    cursor:pointer;

}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -20px;
}

label.css-label {
        background-image: url(/cmc_t/default/files/core/csscheckbox.png);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }



.container_receitas {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container_receitas:before,
.container_receitas:after {
  content: " ";
  display: table;
}

.container_receitas:after {
  clear: both;
}

@media (min-width: 768px) {
  .container_receitas {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container_receitas {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container_receitas {
    width: 1170px;
  }
}

/* Large desktop */
@media (min-width: 1440px) { 
  .container_receitas {
    width: 1200px;
  }
}

/* XL Large desktop */
@media (min-width: 1635px) { 
  .container_receitas {
    width: 1200px;
  }
}

/* HI Large desktop */
@media (min-width: 1831px) { 
  .container_receitas {
    width: 1200px;
  }
}


/* fim receitas */    