/*
Theme Name: Dannon Yogurt
Theme URI: http://dannon.phtools.net/
Author: Havas
Author URI: http://havas.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dannon_yogurt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

dannon_yogurt is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

.site-content {
    margin: 0 auto;
    max-width: 1680px;
}

.product-box {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.home-products .product-box {
    background-position: top center!important;
}
.owl-carousel .item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hero-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

section.item {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

/* ============================================================
  CUSTOM PAGINATION
============================================================ */
.custom-pagination-holder {
    text-align: center;
}

.custom-pagination {
    padding: 30px 0;
    display: inline-block;
}

.custom-pagination span,
.custom-pagination a {
    display: inline-block;
    padding: 10px 20px;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 700;
}

.custom-pagination a {
    background-color: #ebebeb;
    color: #00B0ED;
}

.custom-pagination a:hover {
    background-color: #00B0ED;
    color: #fff;
}

.custom-pagination span.page-num {
    margin-right: 10px;
    padding: 0;
}

.custom-pagination span.dots {
    padding: 0;
    color: gainsboro;
}

.custom-pagination span.current {
    background-color: #00B0ED;
    color: #fff;
}

.current_page_item{
      color:#00b0ed !important;
}

.current-menu-item{
      color:#00b0ed !important;
}
.mobile-only{
  padding-left: 0 !important;
  display:block;
}

.partnership{
  padding-left: 30px !important;
}

@media only screen and (min-width : 1024px) {
  .mobile-only{
    display:none !important;
  }
}

#whole-milk-yogurt{
  background-image: url(assets/images/1_whole-milk-yogurt.jpg) !important;
}

#whole-milk-yogurt p{
  max-width:650px !important;
}


#lowfat-yogurt{
  background-image: url(assets/images/1_classics.jpg) !important;
}

#plain-yogurt{
  background-image: url(assets/images/plain-yogurt-1.png) !important;
}

#creamy{
  background-image: url(assets/images/bg-4566-dannon.png) !important;
}

#fruit-on-the-bottom{
  background-image: url(assets/images/1_Fruit-on-the-bottom.jpg) !important;
}

article.product-nutrition-facts.lazyloaded {
    background-image: url(assets/images/bg-4566-dannon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

a.learnlink{
    margin-top:10px;
    margin-bottom:30px;
    font-family: 'Roboto' !important;;
    font-size: 12px !important;
    color: #039 !important;
    font-weight:400 !important;
    text-transform: none !important;
}
article.product-detail-banner>div.carousel-wrap>.owl-carousel .item2 a>span {
    display: block;
    font-size: 16px;
    font-family: Bariol-Bold;
    color: #039;
    margin: 5px 0 0 0;
}

article.product-detail-banner>div.carousel-wrap>.owl-carousel .item2 a>span {
    width: 80%;
}