/*
Theme Name: Primo
Author: Kelvin Lai <kelvin@satellitemedia.co.nz>
Author URI: http://www.satellitemedia.co.nz
Version: 1.0
Text Domain: Primo
*/
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@font-face {
  font-family: 'vag_rounded_blackregular';
  src: url("font/vagrounded-black-webfont.eot");
  src: url("font/vagrounded-black-webfont.eot?#iefix") format("embedded-opentype"), url("font/vagrounded-black-webfont.woff") format("woff"), url("font/vagrounded-black-webfont.ttf") format("truetype"), url("font/vagrounded-black-webfont.svg#vag_rounded_blackregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'vag_roundedbold';
  src: url("font/vagrounded-bold-webfont.eot");
  src: url("font/vagrounded-bold-webfont.eot?#iefix") format("embedded-opentype"), url("font/vagrounded-bold-webfont.woff") format("woff"), url("font/vagrounded-bold-webfont.ttf") format("truetype"), url("font/vagrounded-bold-webfont.svg#vag_roundedbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'vag_rounded_lightregular';
  src: url("font/vagrounded-light-webfont.eot");
  src: url("font/vagrounded-light-webfont.eot?#iefix") format("embedded-opentype"), url("font/vagrounded-light-webfont.woff") format("woff"), url("font/vagrounded-light-webfont.ttf") format("truetype"), url("font/vagrounded-light-webfont.svg#vag_rounded_lightregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'vag_rounded_thinregular';
  src: url("font/vagrounded-thin-webfont.eot");
  src: url("font/vagrounded-thin-webfont.eot?#iefix") format("embedded-opentype"), url("font/vagrounded-thin-webfont.woff") format("woff"), url("font/vagrounded-thin-webfont.ttf") format("truetype"), url("font/vagrounded-thin-webfont.svg#vag_rounded_thinregular") format("svg");
  font-weight: normal;
  font-style: normal; }
html {
  background: url("images/2018-12/background.jpg") no-repeat top right fixed;
  background-size: cover;
  padding: 0;
  margin: 0;
  color: #fff;
  font-family: 'vag_rounded_thinregular',arial; }

@media (max-width: 768px) {
  html {
    background: url("images/2018-12/mobile/background.jpg") no-repeat center top fixed;
    background-size: cover; } }
body {
  padding: 0;
  margin: 0;
  color: #fff;
  font-family: 'vag_rounded_thinregular',arial;
  background: none !important;
  position: relative;
  padding-bottom: 50px; }

@media all {
  .left {
    float: left; }

  .right {
    float: right; }

  .clear {
    clear: both; }

  .center {
    /*max-width: 1000px;*/
    /*width:1000px;*/
    margin: 0 auto; }

  a img {
    border: none; }

  .narrow {
    width: 900px !important; }

  #content {
    width: 1000px;
    margin: auto; }

  .home #content h2 {
    max-width: 650px;
    color: #333; }
  .home #content img {
    display: block;
    margin: 0;
    max-width: 80%;
    border: 3px solid #b71f5c;
    border-radius: 3px; }

  .social-box {
    display: block;
    margin: 10px 0;
    background-color: white;
    border: 3px solid #b71f5c;
    border-radius: 3px;
    width: 467px;
    height: 350px;
    max-width: 80%; }

  .floating_link {
    background-color: transparent;
    width: 100px;
    height: 60px;
    position: absolute;
    bottom: 30px;
    right: 0px; }

  .floating-note {
    width: 400px;
    position: fixed;
    top: 170px;
    left: -20px;
    z-index: -1; }

  .whitebg {
    background-color: #FFF; }

  .container {
    width: 1000px;
    margin: 0 auto; }

  .head {
    position: relative;
    margin-bottom: 20px; }

  .heading-text {
    margin-top: 70px; }

  .heading-arrow {
    background-image: url("../images/arrow.png");
    position: absolute;
    left: 215px;
    width: 65px;
    height: 108px; }

  .body {
    position: relative;
    font-family: "vag_rounded_blackregular",arial; }

  header {
    padding-bottom: 20px; }
    header button {
      display: none;
      float: right;
      margin: 50px 0 0;
      height: 44px;
      width: 50px;
      background: transparent url(images/2018-12/menu-burger.png) no-repeat center center/70%;
      font-size: 0;
      border: 3px solid #b71f5c;
      border-radius: 5px; }

  /* nav */
  hgroup #logo .logo_image {
    background: url("images/2018-12/primo-logo.png") no-repeat left;
    background-size: contain;
    float: left;
    margin: 38px 60px 0 0; }
    hgroup #logo .logo_image a.home {
      width: 170px;
      height: 52px;
      display: block; }
  hgroup #logo .heading_arrow {
    background: url("images/arrow.png") no-repeat;
    width: 65px;
    height: 108px;
    float: left;
    position: relative;
    z-index: 1000;
    margin-left: -33px; }

  header nav#access {
    width: 720px;
    /*height:63px;*/
    float: left;
    margin-top: 50px;
    z-index: 100; }
    header nav#access #menu_panel_left {
      background: url("images/menu-bg-left.png") no-repeat;
      height: 63px;
      width: 58px;
      float: left; }
    header nav#access #menu_panel_middle {
      background: #b71f5c;
      width: auto;
      float: left;
      border-radius: 5px; }
      header nav#access #menu_panel_middle ul {
        list-style: none;
        padding-left: 0px;
        margin: 10px 15px; }
        header nav#access #menu_panel_middle ul li {
          font-family: "vag_rounded_thinregular", arial;
          color: #fff;
          display: inline-block;
          text-transform: uppercase;
          font-weight: bold;
          border-right: #fff solid 1px;
          padding: 0;
          vertical-align: middle; }
          header nav#access #menu_panel_middle ul li.first {
            padding-left: 0px; }
          header nav#access #menu_panel_middle ul li.last {
            padding-right: 0px !important;
            border-right: none !important; }
          header nav#access #menu_panel_middle ul li a {
            font-family: "vag_rounded_lightregular", arial;
            color: #fff;
            text-decoration: none;
            float: left;
            margin-right: 10px;
            line-height: 1;
            padding: 0 35px; }
          header nav#access #menu_panel_middle ul li.last a {
            margin: 0; }
          header nav#access #menu_panel_middle ul li a:hover {
            text-decoration: underline; }
    header nav#access #menu_panel_right {
      background: url("images/menu-bg-right.png") no-repeat;
      height: 63px;
      width: 58px;
      float: left; }

  .flavour_box {
    margin-left: 60px; }

  .left_banner {
    background: url("images/left-banner.png") no-repeat;
    display: block;
    height: 340px;
    width: 470px;
    position: relative;
    top: 18px;
    left: 5px; }
    .left_banner IMG {
      margin-left: 50px;
      margin-top: 50px; }
    .left_banner .go_button {
      position: relative;
      background: url("images/go-btn.png") no-repeat;
      z-index: 10;
      width: 64px;
      height: 64px;
      top: -45px;
      right: -340px; }
      .left_banner .go_button a.golink {
        width: 64px;
        height: 64px;
        display: block; }

  .get_social {
    z-index: 20;
    position: absolute;
    background: url("images/get-social.png") no-repeat;
    width: 223px;
    height: 82px;
    left: 50px;
    top: -30px; }

  .white_sketch_right {
    background-image: url("images/white-pencil.png");
    width: 480px;
    height: 395px;
    position: absolute;
    right: 0px;
    z-index: -2;
    top: -27px; }

  .getsocial_label {
    background-image: url("../images/label-getsocial.png");
    width: 288px;
    height: 128px;
    position: absolute;
    right: 190px;
    z-index: -1;
    top: -90px; }

  .video_arrow {
    background: url("images/arrow.png") no-repeat;
    width: 65px;
    height: 108px;
    float: left;
    position: relative;
    left: -80px;
    top: -40px; }

  .video_arrow_right {
    background: url("images/arrow-right.png") no-repeat;
    width: 65px;
    height: 108px;
    float: right;
    position: relative;
    right: -40px;
    top: -70px; }

  #video_panel {
    width: 980px;
    background: url("images/youtube-bg.png") no-repeat bottom;
    height: 320px;
    display: block; }

  #video_banner {
    background: url("images/real-moments.png") no-repeat;
    width: 222px;
    height: 82px; }

  #video_panel #title h1 {
    font-size: 14px;
    text-align: center; }

  ul#video_list {
    float: left;
    padding-left: 0; }
    ul#video_list li.video-item {
      background: #fff;
      display: block;
      width: 160px;
      height: 160px;
      float: left;
      margin-right: 40px;
      padding: 2px; }
      ul#video_list li.video-item .video_desc {
        color: #4f4a9f;
        font-size: 12px;
        font-weight: bold;
        font-family: 'vag_rounded_lightregular',Arial; }
    ul#video_list .video-item IMG {
      width: 160px; }

  #prev_tv_space {
    width: 30px;
    height: 42px;
    float: left;
    display: block;
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 30px; }
    #prev_tv_space .prev {
      background: url("images/point-left.png") no-repeat;
      width: 30px;
      height: 42px;
      display: block; }

  #next_tv_space {
    width: 30px;
    height: 42px;
    float: left;
    display: block;
    margin-top: 50px; }
    #next_tv_space .next {
      width: 30px;
      height: 42px;
      background: url("images/point-right.png") no-repeat;
      display: block; }

  #video_panel .youtube_link {
    display: block;
    width: 50px;
    height: 50px;
    left: 920px;
    position: relative;
    top: 150px; }

  /* flavours */
  #products {
    background: url("images/flavours_bg.png") no-repeat;
    width: 960px;
    height: 660px;
    display: block;
    position: relative;
    margin-bottom: -100px;
    margin-top: -30px; }
    #products #white_panel {
      background: #fff;
      height: 480px;
      display: block;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      position: relative;
      top: 40px; }

  .limited_banner {
    background: url("images/limited-edition.png") no-repeat;
    width: 98px;
    height: 168px;
    float: left;
    display: block;
    position: relative;
    /*left:30px;*/ }

  #products ul {
    list-style: none;
    padding-top: 10px;
    display: block;
    padding-left: 0;
    margin-left: 30px;
    text-align: center; }
    #products ul li {
      /*float:left;*/
      margin-right: 40px;
      display: inline-block;
      height: 410px; }

  a.productnip {
    margin-top: 40px;
    display: block;
    float: left; }

  .productnip_wrap > .fancybox-skin {
    background: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; }
  .productnip_wrap .fancybox-close {
    background: url("images/close.png") no-repeat !important;
    width: 48px;
    height: 48px;
    left: 0px !important;
    top: 20px !important; }
  .productnip_wrap .child {
    display: none !important; }

  /* flavours end */
  footer {
    position: absolute;
    bottom: 10px;
    width: 100%;
    margin-top: 30px;
    z-index: 1000; }

  #footer_copy {
    text-align: right;
    color: #fff; }

  footer {
    font-size: 10px;
    font-family: arial;
    font-weight: bold; }
    footer #footer_menu {
      color: #333;
      text-align: center; }
      footer #footer_menu ul {
        list-style: none;
        padding-left: 0;
        float: none; }
        footer #footer_menu ul li {
          display: inline-block;
          border-right: none;
          padding-right: 10px;
          color: black; }
          footer #footer_menu ul li a {
            display: inline-block;
            border-right: none;
            padding-right: 10px;
            text-decoration: underline;
            color: rgba(183, 31, 92, 0.75); }

  /* footer **/
  /* footer end **/
  /* ROTATOR */
  .ca-wrapper {
    width: 730px;
    height: 100%;
    position: relative;
    margin-top: 25px;
    margin-left: 50px; }

  .ca-item {
    position: relative;
    float: left;
    width: 180px;
    height: 100%;
    text-align: center; }

  .ca-item-main {
    padding: 20px;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: #fff;
    overflow: hidden;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }

  .ca-content-wrapper {
    background: #b0ccc6;
    position: absolute;
    width: 0px;
    /* expands to width of the wrapper minus 1 element */
    height: 440px;
    top: 5px;
    text-align: left;
    z-index: 10000;
    overflow: hidden; }

  .ca-content {
    width: 660px;
    overflow: hidden; }

  .ca-nav span {
    width: 33px;
    height: 43px;
    background: transparent url(../images/button-back.png) no-repeat top left;
    position: absolute;
    top: 180px;
    margin-top: -19px;
    left: 70px;
    text-indent: -9000px;
    opacity: 0.7;
    cursor: pointer;
    z-index: 100; }
    .ca-nav span.ca-nav-next {
      background-position: top right;
      background: transparent url(../images/button-forward.png) no-repeat top left;
      left: auto;
      right: 130px;
      top: 180px; }
    .ca-nav span:hover {
      opacity: 1.0; }

  #left_column {
    float: left;
    width: 62%;
    /*background-color: rgba(255, 255, 255, 0.6);*/
    color: #000;
    padding: 20px;
    background: url(images/form-bg.png); }
    #left_column p strong {
      font-weight: bold; }
    #left_column span.sub {
      font-size: 12px; }
    #left_column .label {
      color: #000; }
    #left_column select {
      color: #000;
      height: 30px;
      border: 1px solid #000;
      -webkit-border-radius: 5px;
      border-radius: 5px; }

  .wpcf7-form select {
    width: 45%; }

  .your-details select {
    width: auto !important; }

  span.product-name select {
    margin-bottom: 10px; }

  #left_column select option {
    color: #000; }

  #right_column {
    float: right;
    width: 30%; }

  fieldset.your-details {
    border: none; }

  input.wpcf7-submit:hover {
    cursor: pointer; }

  fieldset.your-promotion, fieldset.your-product {
    border: none;
    margin: 0;
    padding: 0; }
  fieldset.your-promotion input, fieldset.your-product input {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000; }

  input.wpcf7-submit {
    color: #fff;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    width: 23%;
    height: 30px;
    cursor: pointer;
    background: #4c4c4c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 21%, #111111 56%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4c4c), color-stop(12%, #595959), color-stop(21%, #666666), color-stop(56%, #111111), color-stop(76%, #2b2b2b), color-stop(91%, #1c1c1c), color-stop(100%, #131313));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 21%, #111111 56%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 21%, #111111 56%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 21%, #111111 56%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #4c4c4c 0%, #595959 12%, #666666 21%, #111111 56%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );
    /* IE6-9 */
    font-size: 16px; }

  span.required_field {
    width: 100%;
    text-align: left;
    font-size: 12px;
    display: block; }

  fieldset.your-details input {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000; }

  span.wpcf7-form-control-wrap > textarea {
    width: 95%;
    -webkit-border-radius: 5px;
    border-radius: 5px; }

  .rightside {
    background: url(images/side-content-bg.png) no-repeat;
    width: 208px;
    height: 184px;
    display: block;
    /*padding:30px 35px 20px 30px;*/
    padding: 14px 31px 20px 42px;
    margin-bottom: 50px;
    background-size: 208px 184px;
    color: #fff; }
    .rightside > h2 {
      font-size: 18px;
      text-align: center; }
    .rightside > p {
      font-size: 12px;
      text-align: center; }

  span.wpcf7-not-valid-tip {
    position: relative !important; }

  div.wpcf7-mail-sent-ok, .wpcf7-response-output {
    border: none !important; }

  select.contact-us-type {
    margin-top: 10px;
    margin-bottom: 10px; }

  form.wpcf7-form label.input {
    width: 47%;
    text-align: right;
    margin-right: 20px;
    float: left;
    line-height: 26px; }
  form.wpcf7-form input[type="text"] {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000;
    clear: right;
    font-size: 16px;
    text-indent: 10px;
    line-height: 26px;
    font-family: 'vag_rounded_thinregular',arial; }

  textarea {
    font-family: 'vag_rounded_thinregular',arial;
    font-size: 16px; }

  form.wpcf7-form fieldset, .wpcf7-form fieldset {
    padding: 0;
    margin: 0; }

  form.wpcf7-form textarea {
    font-size: 16px; }
  form.wpcf7-form select {
    font-size: 16px;
    line-height: 26px;
    font-family: 'vag_rounded_thinregular',arial;
    padding-top: 5px; }

  select.contact-us-type {
    font-size: 16px;
    line-height: 26px;
    font-family: 'vag_rounded_thinregular',arial;
    padding-top: 5px; }

  form.wpcf7-form fieldset.your-details input {
    margin-bottom: 10px; }

  .wpcf7-email {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000;
    clear: right;
    font-size: 16px;
    text-indent: 10px;
    line-height: 26px;
    font-family: 'vag_rounded_thinregular',arial; }

  #general_enquiry, #about_a_promotion, #question_about_a_product, #complaint, #website_support {
    display: none; }

  div.wpcf7-validation-errors {
    display: none !important; }

  span.wpcf7-not-valid-tip {
    left: 0px !important; }

  a#tile {
    position: relative;
    float: right;
    margin-right: 150px;
    height: 40px; }

  .clearfix {
    clear: both; } }
/* media all finished */
@media (max-width: 1400px) {
  .floating-note {
    width: 310px;
    top: 140px; } }
@media (max-width: 1205px) {
  header nav#access {
    margin-top: 0; }
    header nav#access #menu_panel_middle {
      margin-top: 30px; }

  #content {
    width: 850px; }

  .floating-note {
    width: 240px;
    top: 120px;
    left: -10px; } }
@media (max-width: 997px) {
  #content {
    width: 650px; } }
@media (max-width: 768px) {
  .home #content {
    margin: 0 auto;
    width: calc(100% - 5%); }

  .floating-note {
    display: none; }

  .center {
    width: auto;
    max-width: none; }

  .home #content h2 {
    max-width: 100%;
    text-align: center; }
  .home #content img, .home #content .social-box {
    margin: 10px auto; }

  hgroup #logo .heading_arrow {
    display: none; }

  header {
    padding-bottom: 0px; }
    header button {
      display: block; }
    header nav#access {
      display: block;
      float: right;
      width: 100%; }
      header nav#access #menu_panel_middle {
        display: none;
        clear: both;
        width: 100%; }
      header nav#access.active #menu_panel_middle {
        display: block; }
      header nav#access #menu_panel_middle ul {
        width: calc(100% - 30px); }
        header nav#access #menu_panel_middle ul li {
          width: 100%;
          border: none;
          padding: 15px 0; }
          header nav#access #menu_panel_middle ul li a {
            font-size: 14px;
            width: 100%;
            margin: 0;
            padding: 0;
            text-align: center; }

  #footer_copy {
    margin-bottom: 20px;
    text-align: center; }

  footer #footer_menu ul {
    padding: 0;
    margin: 0 auto; }

  #video_panel, .video_arrow, .video_arrow_right {
    background: none; }

  #prev_tv_space, #next_tv_space {
    display: none; }

  .video_wrap {
    width: 620px; }

  li.video-item {
    margin-bottom: 10px; }

  footer {
    clear: both; }

  .narrow {
    width: 620px !important; }

  #video_panel {
    padding-top: 100px;
    width: 500px; }
    #video_panel #title h1 {
      text-align: left; }

  .fb-like-box iframe {
    width: 240px !important; }

  #products {
    background: none !important;
    height: auto;
    padding-bottom: 20px; } }
@media (max-width: 480px) {
  #video_panel {
    background: none; }

  .video_wrap {
    width: 460px; }

  .narrow {
    width: 400px !important; }

  #menu_panel_left, #menu_panel_right {
    display: none; }

  .center {
    width: 430px; }

  .left_banner {
    background-size: 60% 60%; }
    .left_banner img {
      width: 40%;
      height: 40%; }
    .left_banner .go_button {
      right: -260px; }

  #video_panel {
    width: 400px; }

  #left_column {
    float: none; } }
.dropdown-menu {
  z-index: 1000;
  position: absolute;
  padding: 5px;
  background: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.2);
  list-style: none;
  min-width: 160px;
  background-clip: padding-box;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.required label:after {
  content: ' *';
  color: #f00; }

#page {
  position: relative; }
