/*
Theme Name: Retete
Theme URI: 
Author: Ringier Romania
Author URI: 
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: food
*/

/* need for wordpress
-----------------------------------------------------------*/
.wp-caption {}
.wp-caption-text {}
.sticky {}
.gallery-caption {}
.bypostauthor {}
.alignright { text-align: right; }
.alignleft { text-align: left; }
.aligncenter { text-align: center; }
img.alignright {
    float: right;
    margin-left: 15px;
}
img.alignleft {
    float: left;
    margin-right: 15px;
}
img.aligncenter {
    display: block;
    margin: 15px auto;
}

.gallery  {overflow:hidden;}

.img-center {
	display: block;
	margin: 0 auto;
}

.recipe-box .wp-caption.alignleft {
    float: left;
}
.recipe-box .wp-caption.alignleft + br {
    display: none;
}
@media all and (max-width: 767px) {
    .recipe-box .banner-300,
    .recipe-box .recipe-box--left {
        float: none !important;
        margin-left: 0;
    }
}

.section-article [class*="wp-image"] {height:auto;max-width:100%;}
.ssp-moxtv-section{
    margin-top: 15px;
    margin-bottom: 15px;
}
@media all and (max-width: 767px) {
    .strawberry-ads {
        min-height: 280px;
    }
}
@media all and (max-width: 767px) {
    .strawberry-ads.hidden-xs {
        min-height: 0;
    }
}
@media all and (min-width: 768px) and (max-width: 919px) {
    .strawberry-ads.hidden-sm {
        min-height: 0;
    }
}
@media all and (min-width: 920px) and (max-width: 1279px) {
    .strawberry-ads.hidden-md {
        min-height: 0;
    }
}
@media all and (min-width: 1280px) {
    .strawberry-ads.hidden-lg {
        min-height: 0;
    }
}