/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/


.page-holiday-banner .holiday-icon {
    width: 89px;
    height: 89px;
    background-size: 89px 89px;
    background-repeat: no-repeat;
    background-image: url("https://images.apple.com/fr/mac/home/images/home/holiday/calendar_icon_large.png");
    margin-left: 4px;
    margin-top: 6px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .page-holiday-banner .holiday-icon {
        background-image: url("https://images.apple.com/fr/mac/home/images/home/holiday/calendar_icon_large_2x.png")
    }
}

@media only screen and (max-width: 735px) {
    .page-holiday-banner .holiday-icon {
        width: 98px;
        height: 97px;
        background-size: 98px 97px;
        background-repeat: no-repeat;
        background-image: url("https://images.apple.com/fr/mac/home/images/home/holiday/calendar_icon_small.png")
    }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
    .page-holiday-banner .holiday-icon {
        background-image: url("https://images.apple.com/fr/mac/home/images/home/holiday/calendar_icon_small_2x.png")
    }
}



/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/ 




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

.fp-business a { color: #0070c9; display: inline-block; }

@media only screen and (min-width: 1068px) {
	.fp-workshops .fp-billboard-headline { width: 56%; }
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.fp-workshops .fp-billboard-headline { width: 65%; }
}

@media only screen and (max-width: 1068px) {
   .page-holiday-banner .holiday-copy { margin-top: 15px; }
}

@media only screen and (max-width: 735px) {
    .page-holiday-banner .holiday-copy {
        margin-top: 6px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 479px) and (orientation: portrait) {
  .page-holiday-banner .holiday-icon { margin-left: -12px !important; }
}


.page-holiday-banner-day-of .holiday-copy {
    margin-left: 31px;
    margin-top: 14px;
    vertical-align: text-bottom
}

@media only screen and (max-width: 1068px) {
    .page-holiday-banner-day-of .holiday-copy {
        margin-left: 0;
        padding-left: 6px;
    }
}

@media only screen and (max-width: 735px) {
    .page-holiday-banner-day-of .holiday-copy {
        padding-left: 0;
        margin-top: 12px
    }
}

.page-holiday-banner-day-of .holiday-cards {
    width: 217px;
    height: 157px;
    background-size: 217px 157px;
    background-repeat: no-repeat;
    background-image: url("https://images.apple.com/euro/mac/home/u/generic/images/holiday/giftcard_holiday_geo_alt_large.png");
    margin-left: 51px;
    margin-top: -22px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .page-holiday-banner-day-of .holiday-cards {
        background-image: url("https://images.apple.com/euro/mac/home/u/generic/images/holiday/giftcard_holiday_geo_alt_large_2x.png")
    }
}

@media only screen and (max-width: 735px) {
    .page-holiday-banner-day-of .holiday-cards {
        width: 167px;
        height: 121px;
        background-size: 167px 121px;
        background-repeat: no-repeat;
        background-image: url("https://images.apple.com/euro/mac/home/u/generic/images/holiday/giftcard_holiday_geo_alt_small.png")
    }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
    .page-holiday-banner-day-of .holiday-cards {
        background-image: url("https://images.apple.com/euro/mac/home/u/generic/images/holiday/giftcard_holiday_geo_alt_small_2x.png")
    }
}

@media only screen and (max-width: 1068px) {
    .page-holiday-banner-day-of .holiday-cards {
        margin-left: 10px
    }
}

@media only screen and (max-width: 735px) {
    .page-holiday-banner-day-of .holiday-cards {
        margin-left: 15px;
        margin-top: 6px
    }
}

@media only screen and (max-width: 320px) and (orientation: portrait) {
    .page-holiday-banner-day-of .holiday-copy {
        margin-left: -6px;
}
}

.large-hide {
    display: none;
}


@media only screen and (max-width: 1068px) {
    .large-hide {
        display: none !important;
    }
}

@media only screen and (max-width: 735px) {
    .large-hide {
        display: block !important;
    }
}


/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/ 