/*
Theme Name: Recipes Child
Template: recipes
Text Domain: framework
*/

media="all"
@media screen and (min-width: 660px)
.rcps-label {
    width: 20%;
} 

media="all"
@media screen and (min-width: 660px)
.rcps-form .rcps-wide, .rcps-comments .rcps-wide {
    width: 70%;
}

.reklama-left {
  width: 14%;
  float: left;
  margin-top: 10px;
  height: 600px;
  /* background-color: #DCDCDC; */
  min-width: 120px;
}                      

.reklama-right {
  width: 14%;
  float: right;
  margin-top: 10px;
  height: 600px;
  /* background-color: #DCDCDC; */
  min-width: 120px;
}

.stickem-container {
  position: relative;
}

.stickit {
    position: fixed;
    top: 0;
}

.stickit-end {
    bottom: 0px;
    position: absolute;
    right: 0;
}

.rcps-title-header div.h1 {
 color: #fff;
 font-size: 2em;
 line-height: 1;
 margin: 0 0 0.5em 0;
 text-decoration: none;
}

.rcps-title-header div.h1 a {
 color: #fff;
 text-decoration: none;
}

@media screen and (max-width:850px) {
  .reklama-left {display: none;} 
  .rcps-single-content {margin-left: 5%;} 
}

@media screen and (max-width:850px) {
  .rcps-single-content, .rcps-comments {width:65%;}
}

@media screen and (max-width:540px) {
  .rcps-single-content, .rcps-comments {width:80%;}
  .reklama-right {display: none;} 
}


