/**************/
/*** LAYOUT ***/
/**************/

/* Feed container */
#sb_instagram {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sb_instagram:after{
    content: "";
    display: table;
    clear: both;
  }
  
  /*********************/
  /*** STYLE OPTIONS ***/
  /*********************/
  #sb_instagram.sbi_fixed_height{
    overflow: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sb_instagram #sbi_images{
    width: 100%;
    float: left;
    line-height: 0;
  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* Remove header shadow/border */
  #sb_instagram .sbi_header_link {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #sb_instagram .sbi_header_link:hover {
    border: none;
  }
  
  /* Items */
  #sb_instagram #sbi_images .sbi_item{
    display: inline-block;
    float: left;
    vertical-align: top;
    zoom: 1;
  
    padding: inherit !important;
    margin: 0 !important;
    text-decoration: none;
    opacity: 1;
    overflow: hidden;
  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  /* Transition items in */
  #sb_instagram #sbi_images .sbi_item.sbi_transition{
    opacity: 0;
  }
  
  /* Cols */
  #sb_instagram.sbi_col_1 #sbi_images .sbi_item{ width: 100%; }
  #sb_instagram.sbi_col_2 #sbi_images .sbi_item{ width: 50%; }
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item{ width: 33.33%; }
  #sb_instagram.sbi_col_4 #sbi_images .sbi_item{ width: 25%; }
  #sb_instagram.sbi_col_5 #sbi_images .sbi_item{ width: 20%; }
  #sb_instagram.sbi_col_6 #sbi_images .sbi_item{ width: 16.66%; }
  #sb_instagram.sbi_col_7 #sbi_images .sbi_item{ width: 14.28%; }
  #sb_instagram.sbi_col_8 #sbi_images .sbi_item{ width: 12.5%; }
  #sb_instagram.sbi_col_9 #sbi_images .sbi_item{ width: 11.11%; }
  #sb_instagram.sbi_col_10 #sbi_images .sbi_item{ width: 10%; }
  
  /* Disable mobile layout */
  #sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images .sbi_item{ width: 100%; }
  #sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images .sbi_item{ width: 50%; }
  #sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images .sbi_item{ width: 33.33%; }
  #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item{ width: 25%; }
  #sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item{ width: 20%; }
  #sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item{ width: 16.66%; }
  #sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images .sbi_item{ width: 14.28%; }
  #sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images .sbi_item{ width: 12.5%; }
  #sb_instagram.sbi_col_9.sbi_disable_mobile #sbi_images .sbi_item{ width: 11.11%; }
  #sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images .sbi_item{ width: 10%; }
  
  /* Photos */
  #sb_instagram .sbi_photo_wrap{
    position: relative;
  }
  #sb_instagram .sbi_photo{
    display: block;
    text-decoration: none;
  }
  #sb_instagram .sbi_photo img{
    width: 100%;
    height: auto;
  }
  #sb_instagram .sbi_no_js img{
    display: none;
  }
  #sb_instagram a,
  #sb_instagram a:hover,
  #sb_instagram a:focus,
  #sb_instagram a:active{
    outline: none;
  }
  #sb_instagram img{
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    opacity: 1 !important;
  }
  #sb_instagram .sbi_link{
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
  
    width: 100%;
    padding: 10px 0;
    background: rgba(0,0,0,0.5);
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.1;
  }
  #sb_instagram .sbi_link a{
    padding: 0 6px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    line-height: 1.1;
  
    display: inline-block;
    vertical-align: top;
    zoom: 1;
  }
  #sb_instagram .sbi_link .sbi_lightbox_link{
    padding-bottom: 5px;
  }
  #sb_instagram .sbi_link a:hover,
  #sb_instagram .sbi_link a:focus{
    text-decoration: underline;
  }
  #sb_instagram .sbi_photo_wrap:hover .sbi_link,
  #sb_instagram .sbi_photo_wrap:focus .sbi_link{
    display: block;
  }
  
  /* Videos */
  #sb_instagram svg:not(:root).svg-inline--fa {
    height: 1em;
    display: inline-block;
  }
  
  #sb_instagram .sbi_type_video .sbi_playbtn,
  #sb_instagram .sbi_type_carousel .sbi_playbtn,
  .sbi_type_carousel .fa-clone,
  #sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,
  #sb_instagram .sbi_type_video .svg-inline--fa.fa-play{
    display: block !important;
    position: absolute;
    z-index: 1;
  
    color: #fff;
    color: rgba(255,255,255,0.9);
    font-style: normal !important;
    text-shadow: 0 0 8px rgba(0,0,0,0.8);
  }
  #sb_instagram .sbi_type_video .sbi_playbtn,
  #sb_instagram .sbi_type_carousel .sbi_playbtn {
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -19px;
    padding: 0;
    font-size: 48px;
  }
  #sb_instagram .sbi_type_carousel .fa-clone{
    right: 12px;
    top: 12px;
    font-size: 24px;
    text-shadow: 0 0 8px rgba(0,0,0,0.3);
  }
  .sbi_type_carousel svg.fa-clone,
  #sb_instagram .sbi_type_video .svg-inline--fa.fa-play,
  #sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play{
    -webkit-filter: drop-shadow( 0px 0px 2px rgba(0,0,0,.4) );
    filter: drop-shadow( 0px 0px 2px rgba(0,0,0,.4) );
  }
  
  /* Loader */
  #sb_instagram .sbi_loader{
    width: 20px;
    height: 20px;
  
    position: relative;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    background-color: #000;
    background-color: rgba(0,0,0,0.5);
  
    border-radius: 100%;
    -webkit-animation: sbi-sk-scaleout 1.0s infinite ease-in-out;
    animation: sbi-sk-scaleout 1.0s infinite ease-in-out;
  }
  #sb_instagram br {
    display: none;
  }
  #sbi_load p {
    display: inline;
    padding: 0;
    margin: 0;
  }
  /* Loader in button */
  #sb_instagram #sbi_load .sbi_loader{
    position: absolute;
    margin-top: -11px;
    background-color: #fff;
    opacity: 1;
  }
  @-webkit-keyframes sbi-sk-scaleout {
    0% { -webkit-transform: scale(0) }
    100% {
      -webkit-transform: scale(1.0);
      opacity: 0;
    }
  }
  @keyframes sbi-sk-scaleout {
    0% {
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
    } 100% {
        -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
      }
  }
  
  #sb_instagram .fa-spin,
  #sbi_lightbox .fa-spin{
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
  }
  
  #sb_instagram .fa-pulse,
  #sbi_lightbox .fa-pulse{
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
  }
  
  @-webkit-keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
    }
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg)
    }
  }
  
  @keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
    }
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg)
    }
  }
  /* Screen reader */
  .sbi-screenreader{text-indent: -9999px !important;display: block !important;width: 0 !important;height: 0 !important;line-height: 0 !important;text-align: left !important;overflow: hidden !important; }
  
  /* HEADER */
  #sb_instagram .sb_instagram_header,
  .sb_instagram_header{
    float: left;
    clear: both;
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1.2;
    width: 100%;
  }
  #sb_instagram .sb_instagram_header a,
  .sb_instagram_header a {
    float: left;
    display: block;
    /*width: 100%;*/
    min-width: 100%;
    text-decoration: none;
    transition: color 0.5s ease;
  }
  .sb_instagram_header.sbi_header_outside{
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex;
  }
  .sbi_no_avatar .sbi_header_img{
    background: #333;
    color: #fff;
    width: 50px;
    height: 50px;
    position: relative;
  }
  .sbi_no_avatar .sbi_header_hashtag_icon {
    display: block;
    color: #fff;
    opacity: .9;
    -webkit-transition: background .6s linear,color .6s linear;
    -moz-transition: background .6s linear,color .6s linear;
    -o-transition: background .6s linear,color .6s linear;
    transition: background .6s linear,color .6s linear
  }
  
  .sbi_no_avatar:hover .sbi_header_hashtag_icon {
    display: block;
    opacity: 1;
    -webkit-transition: background .2s linear,color .2s linear;
    -moz-transition: background .2s linear,color .2s linear;
    -o-transition: background .2s linear,color .2s linear;
    transition: background .2s linear,color .2s linear
  }
  /** Medium Header */
  /* Only use medium & large headers on devices above 480px */
  @media all and (min-width: 480px){
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img,
    .sb_instagram_header.sbi_medium .sbi_header_img{
      width: 80px;
      height: 80px;
      border-radius: 40px;
    }
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img img,
    .sb_instagram_header.sbi_medium .sbi_header_img img{
      width: 80px;
      height: 80px;
      border-radius: 40px;
    }
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,
    .sb_instagram_header.sbi_medium .sbi_header_text h3{
      font-size: 20px;
    }
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio{
      font-size: 14px;
    }
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,
    .sb_instagram_header.sbi_medium .sbi_header_text h3,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio{
      margin-left: 95px !important;
      line-height: 1.4
    }
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,
    .sb_instagram_header.sbi_medium .sbi_header_text h3{
      margin-right: -85px !important;
    }
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info{
      margin-top: 4px !important;
    }
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_bio h3,
    .sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_bio h3{
      padding-top: 20px !important;
    }
    /** Large Header */
    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_img,
    .sb_instagram_header.sbi_large .sbi_header_img{
      width: 120px;
      height: 120px;
      border-radius: 60px;
    }
    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_img img,
    .sb_instagram_header.sbi_large .sbi_header_img img {
      width: 120px;
      height: 120px;
      border-radius: 60px;
    }
    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3,
    .sb_instagram_header.sbi_large .sbi_header_text h3{
      font-size: 28px;
    }
    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,
    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio{
      font-size: 16px;
    }
    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3,
    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,
    .sb_instagram_header.sbi_large .sbi_header_text h3,
    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio{
      margin-left: 140px !important;
      line-height: 1.5;
    }
    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3,
    .sb_instagram_header.sbi_large .sbi_header_text h3{
      margin-right: -120px !important;
    }
    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info{
      margin-top: 12px !important;
    }
    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text.sbi_no_bio h3,
    .sb_instagram_header.sbi_large .sbi_header_text.sbi_no_bio h3{
      padding-top: 32px !important;
    }
  }
  
  /* Header profile pic */
  #sb_instagram .sb_instagram_header .sbi_header_img,
  .sb_instagram_header .sbi_header_img{
    float: left;
    position: relative;
    width: 50px;
    margin: 0 0 0 -100% !important;
    overflow: hidden;
  
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
  }
  #sb_instagram .sb_instagram_header .sbi_header_img img,
  .sb_instagram_header .sbi_header_img img{
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
  
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
  }
  /* Profile pic hover */
  #sb_instagram .sb_instagram_header .sbi_header_img_hover,
  .sb_instagram_header .sbi_header_img_hover{
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.75);
  }
  
  #sb_instagram .sb_instagram_header .sbi_header_img_hover .sbi_new_logo,
  #sb_instagram .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo,
  .sb_instagram_header .sbi_header_img_hover .sbi_new_logo,
  .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
  #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo,
  .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo{
    margin-top: -18px;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    font-size: 36px
  }
  
  #sb_instagram .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo,
  .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo {
    margin-top: -24px;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    font-size: 48px
  }
  #sb_instagram .sb_instagram_header .sbi_header_img_hover i {
    overflow: hidden;
  }
  #sb_instagram .sb_instagram_header .sbi_header_img_hover,
  .sb_instagram_header .sbi_header_img_hover{
    z-index: 2;
    transition: opacity 0.4s ease-in-out;
  }
  #sb_instagram .sb_instagram_header .sbi_fade_in,
  .sb_instagram_header .sbi_fade_in{
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
  }
  #sb_instagram .sb_instagram_header .sbi_header_img_hover,
  .sb_instagram_header .sbi_header_img_hover{
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.75);
  
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    border-radius: 40px;
    transition: opacity 0.2s;
  }
  /* Fade the Instagram icon in when hovering on the header */
  #sb_instagram .sb_instagram_header a:hover .sbi_header_img_hover,
  #sb_instagram .sb_instagram_header a:focus .sbi_header_img_hover,
  .sb_instagram_header a:hover .sbi_header_img_hover,
  .sb_instagram_header a:focus .sbi_header_img_hover{
    opacity: 1;
  }
  /* Header text */
  #sb_instagram .sb_instagram_header .sbi_header_text,
  .sb_instagram_header .sbi_header_text{
    float: left;
    width: 100%;
    padding-top: 5px;
  }
  #sb_instagram .sb_instagram_header a,
  .sb_instagram_header a{
    text-decoration: none;
  }
  #sb_instagram .sb_instagram_header .sbi_header_text .sbi_bio,
  #sb_instagram .sb_instagram_header .sbi_header_text h3,
  .sb_instagram_header .sbi_header_text .sbi_bio,
  .sb_instagram_header .sbi_header_text h3{
    float: left;
    clear: both;
    width: auto;
    margin: 0 0 0 60px !important;
    padding: 0 !important;
  }
  #sb_instagram .sb_instagram_header h3,
  .sb_instagram_header h3{
    font-size: 16px;
    line-height: 1.3;
  }
  #sb_instagram .sb_instagram_header p,
  .sb_instagram_header p{
    font-size: 13px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
  }
  #sb_instagram p:empty { display: none; }
  #sb_instagram .sb_instagram_header .sbi_header_text img.emoji,
  .sb_instagram_header .sbi_header_text img.emoji{
    margin-right: 3px !important;
  }
  
  /* No bio */
  #sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3,
  .sb_instagram_header .sbi_header_text.sbi_no_bio h3{
    padding-top: 9px !important;
  }
  #sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info,
  .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info{
    clear: both;
  }
  
  
  /* Buttons */
  #sb_instagram #sbi_load{
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
  }
  #sb_instagram #sbi_load .fa-spinner{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -7px;
    font-size: 15px;
  }
  #sb_instagram #sbi_load{
    opacity: 1;
    transition: all 0.5s ease-in;
  }
  #sb_instagram .sbi_load_btn .sbi_btn_text, #sb_instagram .sbi_load_btn .sbi_loader{
    opacity: 1;
    transition: all 0.1s ease-in;
  }
  #sb_instagram .sbi_hidden{
    opacity: 0 !important;
  }
  #sb_instagram #sbi_load .sbi_load_btn,
  #sb_instagram .sbi_follow_btn a{
    display: inline-block;
    vertical-align: top;
    zoom: 1;
  
    padding: 7px 14px;
    margin: 5px auto 0 auto;
    background: #333;
    border: none;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.5;
  
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sb_instagram #sbi_load .sbi_load_btn {
    position: relative;
  }
  /* Follow button */
  #sb_instagram .sbi_follow_btn{
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    text-align: center;
  }
  #sb_instagram .sbi_follow_btn.sbi_top{
    display: block;
    margin-bottom: 5px;
  }
  #sb_instagram .sbi_follow_btn a{
    background: #408bd1;
    color: #fff;
  }
  #sb_instagram .sbi_follow_btn a,
  #sb_instagram .sbi_follow_btn a,
  #sb_instagram #sbi_load .sbi_load_btn{
    transition: all 0.1s ease-in;
  }
  /* Hover state for default colors */
  #sb_instagram #sbi_load .sbi_load_btn:hover{
    outline: none;
    box-shadow: inset 0 0 20px 20px rgba(255,255,255,0.25);
  }
  #sb_instagram .sbi_follow_btn a:hover,
  #sb_instagram .sbi_follow_btn a:focus{
    outline: none;
    box-shadow: inset 0 0 10px 20px #359dff;
  }
  /* Active state */
  #sb_instagram .sbi_follow_btn a:active,
  #sb_instagram #sbi_load .sbi_load_btn:active{
    box-shadow: inset 0 0 10px 20px rgba(0,0,0,0.3);
  }
  
  #sb_instagram .sbi_follow_btn .fa,
  #sb_instagram .sbi_follow_btn svg{
    margin-bottom: -1px;
    margin-right: 7px;
    font-size: 15px;
  }
  #sb_instagram .sbi_follow_btn svg{
    vertical-align: -.125em;
  }
  #sb_instagram #sbi_load .sbi_follow_btn{
    margin-left: 5px;
  }
  
  /* Error messages */
  #sb_instagram .sb_instagram_error{
    width: 100%;
    text-align: center;
    line-height: 1.4;
  }
  
  /* Mod only error msgs */
  #sbi_mod_error{
    display: none;
    border: 1px solid #ddd;
    background: #eee;
    color: #333;
    margin: 10px 0 0;
    padding: 10px 15px;
    font-size: 13px;
    text-align: center;
    clear: both;
  
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  #sbi_mod_error br {
    display: initial !important;
  }
  #sbi_mod_error p{
    padding: 5px 0 !important;
    margin: 0 !important;
    line-height: 1.3 !important;
  }
  #sbi_mod_error ol,
  #sbi_mod_error ul{
    padding: 5px 0 5px 20px !important;
    margin: 0 !important;
  }
  #sbi_mod_error li{
    padding: 1px 0 !important;
    margin: 0 !important;
  }
  #sbi_mod_error span{
    font-size: 12px;
  }
  
  /* Medium */
  #sb_instagram.sbi_medium .sbi_playbtn,
  #sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play{
    margin-top: -12px;
    margin-left: -9px;
    font-size: 23px;
  }
  #sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone{
    right: 8px;
    top: 8px;
    font-size: 18px;
  }
  /* Small */
  #sb_instagram.sbi_small .sbi_playbtn,
  #sb_instagram.sbi_small .sbi_photo_wrap .svg-inline--fa.fa-play{
    margin-top: -9px;
    margin-left: -7px;
    font-size: 18px;
  }
  #sb_instagram.sbi_small .sbi_type_carousel .sbi_photo_wrap .fa-clone{
    right: 5px;
    top: 5px;
    font-size: 12px;
  }
  
  /* Media queries */
  @media all and (max-width: 640px){
    /* Make 3-6 cols into 2 col */
    #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_6 #sbi_images .sbi_item{
      width: 50%;
    }
    /* Make 7-10 cols into 4 col */
    #sb_instagram.sbi_col_7 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_8 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_9 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_10 #sbi_images .sbi_item{
      width: 25%;
    }
    /* On mobile make the min-width 100% */
    #sb_instagram.sbi_width_resp{
      width: 100% !important;
    }
  }
  @media all and (max-width: 480px){
    /* Make all cols into 1 col */
    #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_6 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_7 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_8 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_9 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_10 #sbi_images .sbi_item{
      width: 100%;
    }
    #sb_instagram.sbi_mob_col_10 #sbi_images .sbi_item{
      width: 10%;
    }
    #sb_instagram.sbi_mob_col_9 #sbi_images .sbi_item{
      width: 11.11%;
    }
    #sb_instagram.sbi_mob_col_8 #sbi_images .sbi_item{
      width: 12.5%;
    }
    #sb_instagram.sbi_mob_col_7 #sbi_images .sbi_item{
      width: 14.28%;
    }
    #sb_instagram.sbi_mob_col_6 #sbi_images .sbi_item{
      width: 16.66%;
    }
    #sb_instagram.sbi_mob_col_5 #sbi_images .sbi_item {
      width: 20%;
    }
    #sb_instagram.sbi_mob_col_4 #sbi_images .sbi_item {
      width: 25%;
    }
    #sb_instagram.sbi_mob_col_3 #sbi_images .sbi_item {
      width: 33.33%;
    }
    #sb_instagram.sbi_mob_col_2 #sbi_images .sbi_item {
      width: 50%;
    }
    #sb_instagram.sbi_mob_col_1 #sbi_images .sbi_item {
      width: 100%;
    }
  }
  
  /* NO JS */
  #sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap{
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }
  #sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap:before {
    content: "";
    display: block;
    padding-top: 100%;
    z-index: -300;
  }
  #sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  #sb_instagram.sbi_no_js #sbi_images .sbi_item.sbi_transition {
    opacity: 1;
  }
  #sb_instagram.sbi_no_js .sbi_photo img,
  #sb_instagram.sbi_no_js .sbi_load_btn{
    display: none;
  }
  #sb_instagram #sbi_images .sbi_js_load_disabled .sbi_imgLiquid_ready.sbi_photo,
  #sb_instagram #sbi_images .sbi_no_js_customizer .sbi_imgLiquid_ready.sbi_photo{
    padding-bottom: 0 !important;
  }
  #sb_instagram #sbi_mod_error .sb_frontend_btn {
    display: inline-block;
    padding: 6px 10px;
    background: #ddd;
    background: rgba(0,0,0,.1);
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
    color: #444
  }
  
  #sb_instagram #sbi_mod_error .sb_frontend_btn:hover {
    background: #ccc;
    background: rgba(0,0,0,.15)
  }
  
  #sb_instagram #sbi_mod_error .sb_frontend_btn .fa {
    margin-right: 2px
  }
  
  /* Palettes */
  .sbi_header_outside.sbi_header_palette_dark,
  #sb_instagram.sbi_palette_dark,
  #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer,
  #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lightbox_tooltip,
  #sbi_lightbox.sbi_palette_dark_lightbox .sbi_share_close{
    background-color: rgba(0,0,0,.85);
    color: rgba(255,255,255,.75);
  }
  #sb_instagram.sbi_palette_dark .sbi_caption,
  .sbi_header_palette_dark,
  #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption,
  #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number,
  #sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox p{
    color: rgba(255,255,255,.75);
  }
  .sbi_header_palette_dark .sbi_bio,
  #sb_instagram.sbi_palette_dark .sbi_meta {
    color: rgba(255,255,255,.75);
  }
  .sbi_header_palette_dark a,
  #sb_instagram.sbi_palette_dark .sbi_expand a,
  #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a,
  #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p,
  #sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox .sbi_lb-commenter {
    color: #fff;
  }
  
  .sbi_header_outside.sbi_header_palette_light,
  #sb_instagram.sbi_palette_light,
  #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer,
  #sbi_lightbox.sbi_palette_light_lightbox .sbi_lightbox_tooltip,
  #sbi_lightbox.sbi_palette_light_lightbox .sbi_share_close{
    color: rgba(0,0,0,.85);
    background-color: rgba(255,255,255,.75);
  }
  #sb_instagram.sbi_palette_light .sbi_caption,
  .sbi_header_palette_light,
  #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption,
  #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number,
  #sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox p{
    color: rgba(0,0,0,.85);
  }
  .sbi_header_palette_light .sbi_bio,
  #sb_instagram.sbi_palette_light .sbi_meta {
    color: rgba(0,0,0,.85);
  }
  .sbi_header_palette_light a,
  #sb_instagram.sbi_palette_light .sbi_expand a,
  #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a,
  #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p,
  #sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox .sbi_lb-commenter {
    color: #000;
  }
  
  /** Mobile and Tablet Columns **/
  @media all and (max-width: 480px){
    /* Make all cols into 1 col */
    #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_mob_col_1 #sbi_images .sbi_item{
      width: 100%;
    }
    #sb_instagram.sbi_mob_col_2 #sbi_images .sbi_item{ width: 50%; }
    #sb_instagram.sbi_mob_col_3 #sbi_images .sbi_item{ width: 33.33%; }
    #sb_instagram.sbi_mob_col_4 #sbi_images .sbi_item{ width: 25%; }
    #sb_instagram.sbi_mob_col_5 #sbi_images .sbi_item{ width: 20%; }
    #sb_instagram.sbi_mob_col_6 #sbi_images .sbi_item{ width: 16.66%; }
    #sb_instagram.sbi_mob_col_7 #sbi_images .sbi_item{ width: 14.28%; }
  }
  /** Mobile and Tablet Columns **/
  @media all and (max-width: 800px){
    #sb_instagram.sbi_tab_col_10 #sbi_images .sbi_item{
      width: 10%;
    }
    #sb_instagram.sbi_tab_col_9 #sbi_images .sbi_item{
      width: 11.11%;
    }
    #sb_instagram.sbi_tab_col_8 #sbi_images .sbi_item{
      width: 12.5%;
    }
    #sb_instagram.sbi_tab_col_7 #sbi_images .sbi_item{
      width: 14.28%;
    }
    #sb_instagram.sbi_tab_col_6 #sbi_images .sbi_item{
      width: 16.66%;
    }
    #sb_instagram.sbi_tab_col_5 #sbi_images .sbi_item {
      width: 20%;
    }
    #sb_instagram.sbi_tab_col_4 #sbi_images .sbi_item {
      width: 25%;
    }
    #sb_instagram.sbi_tab_col_3 #sbi_images .sbi_item {
      width: 33.33%;
    }
    #sb_instagram.sbi_tab_col_2 #sbi_images .sbi_item {
      width: 50%;
    }
    #sb_instagram.sbi_tab_col_1 #sbi_images .sbi_item {
      width: 100%;
    }
  }
  @media all and (max-width: 480px){
    /* Make all cols into 1 col */
    #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_mob_col_1 #sbi_images .sbi_item{
      width: 100%;
    }
    #sb_instagram.sbi_mob_col_2 #sbi_images .sbi_item{ width: 50%; }
    #sb_instagram.sbi_mob_col_3 #sbi_images .sbi_item{ width: 33.33%; }
    #sb_instagram.sbi_mob_col_4 #sbi_images .sbi_item{ width: 25%; }
    #sb_instagram.sbi_mob_col_5 #sbi_images .sbi_item{ width: 20%; }
    #sb_instagram.sbi_mob_col_6 #sbi_images .sbi_item{ width: 16.66%; }
    #sb_instagram.sbi_mob_col_7 #sbi_images .sbi_item{ width: 14.28%; }
    #sb_instagram.sbi_mob_col_8 #sbi_images .sbi_item{ width: 12.5%; }
    #sb_instagram.sbi_mob_col_9 #sbi_images .sbi_item{ width: 11.11%; }
    #sb_instagram.sbi_mob_col_10 #sbi_images .sbi_item{ width: 10%; }
  }
  #sb_instagram #sbi_images .sbi_item.sbi_num_diff_hide{
    display: none !important;
  }
  
  
  
  
  
  /* Lightbox */
  /* Preload images */
  body:after {
    content: url(https://colourmeinstyleblog.com/wp-content/plugins/instagram-feed/css/../img/sbi-sprite.png);
    display: none;
  }
  .sbi_lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.9;
    display: none;
  }
  .sbi_lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
  }
  .sbi_lightbox .sbi_lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    object-fit: contain;
  }
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-image{
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
  }
  
  .sbi_lightbox a:hover,
  .sbi_lightbox a:focus,
  .sbi_lightbox a:active{
    outline: none;
  }
  .sbi_lightbox a img {
    border: none;
  }
  .sbi_lb-outerContainer {
    position: relative;
    background-color: #000;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto 5px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .sbi_lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
  }
  .sbi_lb-container-wrapper{
    height: 100%;
  }
  .sbi_lb-container {
    position: relative;
    padding: 4px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
  }
  .sbi_lb-loader {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    height: 20px;
    margin-top: -10px;
    text-align: center;
    line-height: 0;
  }
  .sbi_lb-loader span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 auto;
    background: url(https://colourmeinstyleblog.com/wp-content/plugins/instagram-feed/css/../img/sbi-sprite.png) no-repeat;
  }
  .sbi_lb-nav {
    /*position: absolute;*/
    top: 0;
    left: 0;
    /*height: 100%;*/
    width: 100%;
    z-index: 10;
    /*pointer-events: none;*/
  }
  .sbi_lb-container > .nav {
    left: 0;
  }
  .sbi_lb-nav a {
    position: absolute;
    z-index: 100;
    top: 0;
    height: 90%;
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
  }
  
  
  /* Arrows */
  .sbi_lb-prev, .sbi_lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
  }
  .sbi_lb-nav a.sbi_lb-prev {
    /*width: 30%;*/
    width: 50px;
    left: -70px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);
    opacity: 0.5;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
  
  }
  
  .sbi_lb-nav a.sbi_lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  
  .sbi_lb-nav a.sbi_lb-next {
    /*width: 30%;*/
    width: 50px;
    right: -70px;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
  
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);
    opacity: 0.5;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
  
  }
  
  .sbi_lb-nav a.sbi_lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  
  .sbi_lb-nav span{
    display: block;
    top: 55%;
    position: absolute;
    left: 20px;
    width: 34px;
    height: 45px;
    margin: -25px 0 0 0;
    background: url(https://colourmeinstyleblog.com/wp-content/plugins/instagram-feed/css/../img/sbi-sprite.png) no-repeat;
  }
  .sbi_lb-nav a.sbi_lb-prev span{
    background-position: -53px 0;
  }
  .sbi_lb-nav a.sbi_lb-next span{
    left: auto;
    right: 20px;
    background-position: -18px 0;
  }
  
  .sbi_lb-dataContainer {
    margin: 0 auto;
    padding-top: 10px;
    *zoom: 1;
    width: 100%;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
  
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-outerContainer{
    position: relative;
    padding-right: 300px;
    background: #fff;
  
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-container-wrapper {
    position: relative;
    background: #000;
  }
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {
    width: 300px !important;
    position: absolute;
    top: 0;
    right: -300px;
    height: 100%;
    bottom: 0;
    background: #fff;
    line-height: 1.4;
    overflow: hidden;
    overflow-y: auto;
    text-align: left;
  }
  .sbi_lb-dataContainer:after,
  .sbi_lb-data:after,
  .sbi_lb-commentBox:after {
    content: "";
    display: table;
    clear: both;
  }
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox{
    display: block !important;
    width: 100%;
    margin-top: 20px;
    padding: 0px;
  }
  #sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number {
    padding-bottom: 0;
  }
  #sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  #sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption .sbi_caption_text {
    display: inline-block;
    padding-top: 10px;
  }
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-comment{
    display: block !important;
    width: 100%;
    min-width: 100%;
    float: left;
    clear: both;
    font-size: 12px;
    padding: 3px 20px 3px 0;
    margin: 0 0 1px 0;
  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {
    font-weight: 700;
    margin-right: 5px;
  }
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox p{
    text-align: left;
  }
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer{
    box-sizing: border-box;
    padding: 0px 20px;
  }
  .sbi_lb-data {
    padding: 0 4px;
    color: #ccc;
  }
  .sbi_lb-data .sbi_lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1;
    margin-bottom: 20px;
  }

  #sbi_lightbox .sbi_lightbox_action {
    float: left;
    font-size: 12px;
    margin: 5px 0 0 5px;
    padding: 0 0 0 10px;
    position: relative;
}
#sbi_lightbox .sbi_lightbox_action a {
    color: #999;
    display: flex;
    gap: 5px;
    float: left;
    text-decoration: none;
}
#sb_instagram svg:not(:root).svg-inline--fa, #sbi_lightbox svg:not(:root).svg-inline--fa {
    box-sizing: unset;
    overflow: visible;
    width: 1em;
}
.sbi_lb-comments-enabled .sbi_lb-closeContainer {
    position: absolute;
    right: 0;
    top: 2px;
}
.sbi_lb-comments-enabled .sbi_lb-closeContainer .sbi_lb-close {
    background: none;
    color: #333;
    font-size: 11px;
    height: auto;
    padding: 8px 10px;
    width: auto;
}
  .sbi_lb-data .sbi_lb-caption {
    float: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.3;
    padding-bottom: 3px;
    color: #ccc;
  
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
  
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  .sbi_lb-data .sbi_lb-caption a{
    color: #ccc;
    font-weight: bold;
    text-decoration: none;
  }
  .sbi_lb-data .sbi_lb-caption a:hover,
  .sbi_lb-commenter:hover{
    color: #fff;
    text-decoration: underline;
  }
  .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username{
    float: left;
    width: 100%;
    color: #ccc;
    padding-bottom: 0;
    display: block;
    margin: 0 0 5px 0;
  }
  .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p{
    color: #fff;
    text-decoration: underline;
  }
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {
    color: #333;
  }
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data,
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption,
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a,
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a:hover,
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter:hover,
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_username,
  #sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number,
  #sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a,
  #sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a:hover,
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p,
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username p{
    color: #333;
  }
  
  .sbi_lightbox .sbi_lightbox_username img {
    float: left;
    border: none;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background: #666;
  
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
  }
  .sbi_lightbox_username p{
    float: left;
    margin: 0;
    padding: 0;
    color: #ccc;
    line-height: 32px;
    font-weight: bold;
    font-size: 13px;
  }
  
  .sbi_lb-data .sbi_lb-number {
    display: block;
    float: left;
    clear: both;
    padding: 5px 0 15px 0;
    font-size: 12px;
    color: #999999;
  }
  .sbi_lb-data .sbi_lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    font-size: 18px; /* Hides icon font X */
    color: #aaa;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .sbi_lb-data .sbi_lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    color: #fff;
  }
  
  /* Lightbox video - must go after lighbox CSS */
  /* Leave a gap at the bottom of the nav for video controls */
  .sbi_lb-nav {
    height: auto;
  }
  .sbi_lightbox .sbi_owl-item:nth-child(n+2) .sbi_video {
    position: relative !important;
  }
  /* Remove 4px padding from lightbox container so video lines up */
  .sbi_lb-container{
    padding: 0;
  }
  
.sharrre{display:inline-block;font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:normal;margin-right:5px;overflow:hidden;position:relative;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.share-before{margin-bottom:25px}.share-after{margin:25px 0}.share-before:after,.share-after:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.sharrre .hidden{display:none}.sharrre .share,.sharrre .count{-webkit-box-sizing:border-box;box-sizing:border-box;border:none;display:inline-block;padding:0;text-decoration:none !important;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.sharrre .share{background-color:#fff;color:#fff;float:left;font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:normal;text-decoration:none}.sharrre:hover .share{border:none;color:#fff;text-decoration:none}.sharrre .count{background-color:#fff;font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:bold;position:relative;text-align:center}.sharrre .no-count .count span{display:none}.share-small .share,.share-small .count{font-size:12px;height:20px;line-height:20px}.share-small .share{border-top-left-radius:3px;border-bottom-left-radius:3px;padding:0 0 0 24px;width:20px}.share-small .sharrre:hover .share,.share-small .facebook:hover .share{width:60px}.share-small .pinterest:hover .share{width:45px}.share-small .sharrre:hover .no-count .share{width:65px}.share-small .count{border-top-right-radius:3px;border-bottom-right-radius:3px;float:right;min-width:42px;padding:0 5px}.share-small .no-count .share{border-top-right-radius:3px;border-bottom-right-radius:3px;width:65px}.share-small .no-count .count{display:none}.share-medium .share,.share-medium .count{font-size:13px;height:25px;line-height:25px}.share-medium .share{border-top-left-radius:3px;border-bottom-left-radius:3px;padding:0 0 0 28px;width:28px}.share-medium .count{border-top-right-radius:3px;border-bottom-right-radius:3px;float:right;width:42px}.share-medium .sharrre:hover .share,.share-medium .facebook:hover .share{width:65px}.share-medium .pinterest:hover .share{width:50px}.share-medium .sharrre:hover .no-count .share{width:75px}.share-medium .no-count .share{border-top-right-radius:3px;border-bottom-right-radius:3px;width:75px}.share-medium .no-count .count{display:none}.share-tall .share{border-bottom-left-radius:3px;border-bottom-right-radius:3px;font-size:13px;height:25px;line-height:25px;padding-left:20px;text-align:center;width:100%}.share-tall .googlePlus .share{padding-left:16px}.share-tall .facebook .share{padding-left:18px}.share-tall .no-count .share{padding-left:0}.share-tall .count{border-top-left-radius:3px;border-top-right-radius:3px;display:block;float:none;font-size:16px;height:55px;line-height:55px;width:75px}.share-tall .no-count .share{width:75px}.share-small .share:before,.share-medium .share:before,.share-tall .share:before{line-height:1;display:block;font-family:'Genericons';font-size:13px;height:20px;top:4px;left:6px;text-indent:0;-webkit-font-smoothing:antialiased;position:absolute;width:20px}.share-medium .share:before{font-size:14px;top:5px;left:7px}.share-tall .share:before{bottom:0px;top:auto}.twitter .share:before{content:""}.facebook .share:before{content:""}.googlePlus .share:before{content:""}.youtube .share:before{content:'\f213'}.digg .share:before{content:'\f221'}.delicious .share:before{content:""}.pinterest .share:before{content:""}.linkedin .share:before{content:""}.stumbleupon .share:before{content:""}.share-small .pinterest .share:before{font-size:12px}.share-small .linkedin .share:before{font-size:16px;top:1px}.share-small .stumbleupon .share:before{font-size:16px;top:3px}.share-medium .pinterest .share:before{font-size:13px;top:6px}.share-medium .linkedin .share:before{font-size:17px;top:3px}.share-medium .stumbleupon .share:before{font-size:16px;top:5px}.share-tall .pinterest .share:before{font-size:13px;bottom:-1px}.share-tall .linkedin .share:before{font-size:17px;bottom:2px}.share-tall .stumbleupon .share:before{font-size:16px}.share-tall .no-count .share:before{display:none}.share-tall .no-count .count:before{display:block;line-height:44px;font-family:'Genericons';font-size:20px;position:relative;top:5px;-webkit-font-smoothing:antialiased;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.share-tall .no-count:hover .count:before{color:#fff}.share-tall .twitter .count:before{content:""}.share-tall .googlePlus .count:before{content:""}.share-tall .facebook .no-count .count:before{content:""}.share-tall .linkedin .no-count .count:before{content:""}.share-tall .pinterest .no-count .count:before{content:""}.share-tall .stumbleupon .no-count .count:before{content:""}.share-filled .twitter .share{background:#09b0ed}.share-filled .twitter .count{color:#09b0ed;border:1px solid #09b0ed}.share-filled .twitter .count:hover{color:#09b0ed;border:1px solid #09b0ed}.share-filled .facebook .share{background:#3d5a98}.share-filled .facebook .count{color:#3d5a98;border:1px solid #3d5a98}.share-filled .facebook .count:hover{color:#3d5a98;border:1px solid #3d5a98}.share-filled .googlePlus .share{background:#dd4c39}.share-filled .googlePlus .count{color:#dd4c39;border:1px solid #dd4c39}.share-filled .googlePlus .count:hover{color:#dd4c39;border:1px solid #dd4c39}.share-filled .linkedin .share{background:#035a87}.share-filled .linkedin .count{color:#035a87;border:1px solid #035a87}.share-filled .linkedin .count:hover{color:#035a87;border:1px solid #035a87}.share-filled .youtube .share{background:#cc181e}.share-filled .youtube .count{color:#cc181e;border:1px solid #cc181e}.share-filled .youtube .count:hover{color:#cc181e;border:1px solid #cc181e}.share-filled .pinterest .share{background:#cb2127}.share-filled .pinterest .count{color:#cb2127;border:1px solid #cb2127}.share-filled .pinterest .count:hover{color:#cb2127;border:1px solid #cb2127}.share-filled .stumbleupon .share{background:#eb4923}.share-filled .stumbleupon .count{color:#eb4923;border:1px solid #eb4923}.share-filled .stumbleupon .count:hover{color:#eb4923;border:1px solid #eb4923}.share-filled .twitter:hover .count{background:#09b0ed !important}.share-filled .facebook:hover .count{background:#3d5a98 !important}.share-filled .googlePlus:hover .count{background:#dd4c39 !important}.share-filled .linkedin:hover .count{background:#035a87 !important}.share-filled .youtube:hover .count{background:#cc181e !important}.share-filled .pinterest:hover .count{background:#cb2127 !important}.share-filled .stumbleupon:hover .count{background:#eb4923 !important}.share-filled .sharrre:hover .count{color:#fff}.share-outlined .twitter .share{border:1px solid #09b0ed;color:#09b0ed}.share-outlined .twitter .count{border:1px solid #09b0ed;color:#09b0ed}.share-outlined .twitter .count:hover{border:1px solid #09b0ed;color:#09b0ed}.share-outlined .facebook .share{border:1px solid #3d5a98;color:#3d5a98}.share-outlined .facebook .count{border:1px solid #3d5a98;color:#3d5a98}.share-outlined .facebook .count:hover{border:1px solid #3d5a98;color:#3d5a98}.share-outlined .googlePlus .share{border:1px solid #dd4c39;color:#dd4c39}.share-outlined .googlePlus .count{border:1px solid #dd4c39;color:#dd4c39}.share-outlined .googlePlus .count:hover{border:1px solid #dd4c39;color:#dd4c39}.share-outlined .linkedin .share{border:1px solid #035a87;color:#035a87}.share-outlined .linkedin .count{border:1px solid #035a87;color:#035a87}.share-outlined .linkedin .count:hover{border:1px solid #035a87;color:#035a87}.share-outlined .youtube .share{border:1px solid #cc181e;color:#cc181e}.share-outlined .youtube .count{border:1px solid #cc181e;color:#cc181e}.share-outlined .youtube .count:hover{border:1px solid #cc181e;color:#cc181e}.share-outlined .pinterest .share{border:1px solid #cb2127;color:#cb2127}.share-outlined .pinterest .count{border:1px solid #cb2127;color:#cb2127}.share-outlined .pinterest .count:hover{border:1px solid #cb2127;color:#cb2127}.share-outlined .stumbleupon .share{border:1px solid #eb4923;color:#eb4923}.share-outlined .stumbleupon .count{border:1px solid #eb4923;color:#eb4923}.share-outlined .stumbleupon .count:hover{border:1px solid #eb4923;color:#eb4923}.share-outlined.share-small .share,.share-outlined.share-medium .share{border-right:none}.share-outlined.share-small .twitter .no-count .share,.share-outlined.share-medium .twitter .no-count .share{border-right:1px solid #09b0ed}.share-outlined.share-small .facebook .no-count .share,.share-outlined.share-medium .facebook .no-count .share{border-right:1px solid #3d5a98}.share-outlined.share-small .googlePlus .no-count .share,.share-outlined.share-medium .googlePlus .no-count .share{border-right:1px solid #dd4c39}.share-outlined.share-small .pinterest .no-count .share,.share-outlined.share-medium .pinterest .no-count .share{border-right:1px solid #cb2127}.share-outlined.share-small .linkedin .no-count .share,.share-outlined.share-medium .linkedin .no-count .share{border-right:1px solid #035a87}.share-outlined.share-small .stumbleupon .no-count .share,.share-outlined.share-medium .stumbleupon .no-count .share{border-right:1px solid #eb4923}.share-outlined.share-small .youtube .no-count .share,.share-outlined.share-medium .youtube .no-count .share{border-right:1px solid #cc181e}.share-outlined.share-tall .share{border-top:none}.share-outlined .twitter:hover .share,.share-outlined .twitter:hover .count{background:#09b0ed}.share-outlined .facebook:hover .share,.share-outlined .facebook:hover .count{background:#3d5a98}.share-outlined .googlePlus:hover .share,.share-outlined .googlePlus:hover .count{background:#dd4c39}.share-outlined .linkedin:hover .share,.share-outlined .linkedin:hover .count{background:#035a87}.share-outlined .youtube:hover .share,.share-outlined .youtube:hover .count{background:#cc181e}.share-outlined .pinterest:hover .share,.share-outlined .pinterest:hover .count{background:#cb2127}.share-outlined .stumbleupon:hover .share,.share-outlined .stumbleupon:hover .count{background:#eb4923}.share-outlined .sharrre:hover .count,.share-outlined .sharrre:hover .share{color:#fff}



@font-face{font-family:'Genericons';src:url("https://colourmeinstyleblog.com/wp-content/plugins/genesis-simple-share/assets/css/../font/genericons-regular-webfont.eot");font-display: swap;
}@font-face{font-family:'Genericons';src:url(data:application/font-woff;charset=utf-8;base64,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) format("woff"),url("https://colourmeinstyleblog.com/wp-content/plugins/genesis-simple-share/assets/css/../font/genericons-regular-webfont.ttf") format("truetype"),url("https://colourmeinstyleblog.com/wp-content/plugins/genesis-simple-share/assets/css/../font/genericons-regular-webfont.svg#genericonsregular") format("svg");font-weight:normal;font-style:normal;font-display: swap;
}



@font-face{font-family:margo;src:url(https://colourmeinstyleblog.com/wp-content/themes/mia-theme.1.2/type/margo-webfont.eot);src:url(https://colourmeinstyleblog.com/wp-content/themes/mia-theme.1.2/type/margo-webfont.eot?#iefix)format('embedded-opentype'),url(https://colourmeinstyleblog.com/wp-content/themes/mia-theme.1.2/type/margo-webfont.woff2)format('woff2'),url(https://colourmeinstyleblog.com/wp-content/themes/mia-theme.1.2/type/margo-webfont.woff)format('woff');font-weight:400;font-style:normal;font-display: swap;
}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:0 0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#777676}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}input:focus,textarea:focus{border:1px solid #d3d0d0!important}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}*,input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.author-box:before,.clearfix:before,.entry:before,.entry-content:before,.footer-widgets:before,.pagination:before,.site-container:before,.site-footer:before,.site-header:before,.site-inner:before,.widget:before,.wrap:before{content:" ";display:table}.author-box:after,.clearfix:after,.entry:after,.entry-content:after,.footer-widgets:after,.pagination:after,.site-container:after,.site-footer:after,.site-header:after,.site-inner:after,.widget:after,.wrap:after{clear:both;content:" ";display:table}html{font-size:62.5%}body{background-color:#fff;color:#333;font:15px Mulish,sans-serif;letter-spacing:.75px;line-height:2.8rem;-webkit-font-smoothing:subpixel-antialiased}a,input:focus,input[type=button],input[type=reset],input[type=submit],textarea:focus,.button,.offscreen-content button,.offscreen-content-icon button{-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}a{color:#404963;text-decoration:none}a:hover{color:#94a2b4}.entry-content a:not(.button):not(.wp-block-button__link):not(.more-link),.mia-home .about .more{color:#94a2b4;font-weight:700}.entry-content a:not(.button):not(.wp-block-button__link):not(.more-link):hover,.mia-home .about .more:hover{color:#404963}::selection{background-color:#e6e6e6}::-moz-selection{background-color:#e6e6e6}p{margin:0 0 22px;padding:0}ol,ul{margin:0;padding:0;color:#404963}li{list-style-type:none}b,strong{font-weight:800}cite,em,i{font-style:italic}blockquote{margin:25px 0;font:italic 22px Cormorant Garamond,serif;line-height:3.25rem;background:#eef0f3;padding:30px;color:#404963}blockquote p{margin-bottom:0}hr{border:0;border-collapse:collapse;border-top:1px solid #eeeae8;clear:both;margin:40px 0}h1,h2,h3,h4,h5,h6{font-family:cormorant garamond,Didot,serif;font-weight:400;line-height:1.25;margin:0 0 20px;color:#404963}h1{font-size:36px}h2{font-size:34px}h3{font-size:32px}h4{font-size:28px}h5{font-size:24px}h6{font-size:20px}.entry-content h5{font-family:Mulish;text-transform:uppercase;font-size:16px;letter-spacing:2px}.script{text-align:center;font-family:Margo;font-size:60px;display:block;line-height:1}embed,iframe,img,object,video,.wp-caption{max-width:100%}img{height:auto}.full-width-content img.pull-left{float:left;margin:0 40px 40px -200px}.full-width-content img.pull-right{float:right;margin:0 -200px 40px 40px}.featured-content img,.gallery img{width:auto}p img{margin-bottom:0!important}input,select,textarea{background-color:#fff;border:1px solid #eeeae8;border-radius:0;box-shadow:none;color:#404963;font-size:13px;font-weight:400;letter-spacing:.05em;padding:15px;width:100%}input:focus,textarea:focus{border:1px solid #d3d0d0;outline:none}.mia-home input:focus,.mia-home textarea:focus{outline:none}input[type=checkbox],input[type=image],input[type=radio]{width:auto}::-moz-placeholder{color:#999;opacity:1}::-webkit-input-placeholder{color:#999}button,input[type=button],input[type=reset],input[type=submit],.button,.widget .button,.category-page .more-from-category a,.comment-reply a,.entry-content .wp-block-button .wp-block-button__link,.wprm-recipe-link{background-color:#404963;color:#fff;border:0;cursor:pointer;font:12px Mulish,sans-serif;letter-spacing:2px;padding:16px 24px;margin:10px 0;text-transform:uppercase;white-space:normal;width:auto}button:hover,input:hover[type=button],input:hover[type=reset],input:hover[type=submit],.button.clear:hover,.button:hover,.widget .button:hover,.widget .button.clear:hover,.footer-widgets button:hover,.footer-widgets input:hover[type=button],.footer-widgets input:hover[type=reset],.footer-widgets input:hover[type=submit],.footer-widgets .widget .button:hover,.category-page .more-from-category a:hover,.comment-reply a:hover,.entry-content .wp-block-button .wp-block-button__link:hover,.wprm-recipe-link:hover{background-color:#94a2b4;color:#fff}.entry-content .wp-block-button .wp-block-button__link{background-color:#404963!important}.entry-content .wp-block-button .wp-block-button__link:hover{background-color:#94a2b4!important}.button{display:inline-block}a.more-link{color:#fff;background:#404963;padding:15px 22px;font:11px Mulish,sans-serif;text-transform:uppercase;letter-spacing:2px;text-align:center}a.more-link:hover{background:#94a2b4;color:#fff}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button{display:none}.screen-reader-text{display:none}.screen-reader-shortcut,.screen-reader-text,.screen-reader-text span{background-color:#fff;border:0;clip:rect(0,0,0,0);color:#9f9f9f;height:1px;overflow:hidden;position:absolute!important;width:1px}table{border-collapse:collapse;border-spacing:0;line-height:2;margin-bottom:40px;width:100%}tbody{border-bottom:1px solid #eeeae8}th,td{text-align:left}th{font-weight:700;text-transform:uppercase}td{border-top:1px solid #eeeae8;padding:6px 0}.site-container{-webkit-animation:fadein 1s;-moz-animation:fadein 1s;-ms-animation:fadein 1s;-o-animation:fadein 1s;animation:fadein 1s;margin:0 auto;margin-top:60px;min-height:100vh}.site-inner,.wrap{float:none;margin:0 auto}.site-inner{background-color:#fff;clear:both;position:relative;z-index:9;word-wrap:break-word;margin-top:30px!important;margin-bottom:30px;max-width:1e3px}.secondary-nav .site-inner{margin-top:250px}.five-sixths,.four-sixths,.one-fourth,.one-half,.one-sixth,.one-third,.three-fourths,.three-sixths,.two-fourths,.two-sixths,.two-thirds{float:left;margin-left:2.564102564102564%}.one-half,.three-sixths,.two-fourths{width:48.717948717948715%}.one-third,.two-sixths{width:31.623931623931625%}.four-sixths,.two-thirds{width:65.81196581196582%}.one-fourth{width:23.076923076923077%}.three-fourths{width:74.35897435897436%}.one-sixth{width:14.52991452991453%}.five-sixths{width:82.90598290598291%}.first{clear:both;margin-left:0}.last{float:right}.avatar{border-radius:50%;float:left}.author-box .avatar{height:120px;width:120px}.entry-comments .avatar{height:60px;width:60px}.alignleft .avatar,.author-box .avatar{margin-right:24px}.alignright .avatar{margin-left:24px}.comment .avatar{margin:0 20px 24px 0}.entry-comments .comment-author{text-transform:uppercase;letter-spacing:2px;font-size:11px;font-family:Mulish}.breadcrumb{border-bottom:2px solid #eeeae8;margin-bottom:30px;padding-bottom:10px}.archive-description,.author-box{font-size:14px;margin-bottom:1%}.author-box-title{font-size:22px;margin-bottom:8px}.archive-description p:last-child,.author-box p:last-child{margin-bottom:0}.search-form{position:relative}.search-form input[type=search]{border:1px solid #eeeae8;background:#fff;padding:18px 14px}.search-form input[type=submit]{font-family:FontAwesome;font-size:80%!important;width:20px;height:30px;background:0 0;color:#404963;bottom:7px;right:2px;position:absolute}.search-form input[type=submit]:hover{color:#94a2b4;background:0 0!important}input[type=submit]:focus{border:0!important}.archive-title{font:32px Cormorant Garamond,Didot,serif;letter-spacing:1px;margin:0 0 15px;padding-bottom:10px}.entry-title{font-size:40px;margin-bottom:12px}.sidebar .entry-title{font-size:24px;text-align:center}.page.page-template-default:not(.home) .entry-title{font:32px Cormorant Garamond,Didot,serif;letter-spacing:1px;margin:0 0 25px}.page.page-template-default.full-width-content:not(.home) .entry-title{text-align:center}.widget-full .widget-title{margin-bottom:20px}.full-width-content .content-sidebar-wrap{max-width:100%}header.entry-header{text-align:left}.post.has-post-thumbnail p,.home .post p,.blog post p{text-align:left}.post.has-post-thumbnail img.alignleft{margin-right:4%;width:50%;float:left}.blog .site-inner .post.has-post-thumbnail .entry-meta{padding-top:50px}.alignleft{float:left;text-align:left}.alignright{float:right;text-align:right}a.alignleft,a.alignnone,a.alignright{max-width:100%}a.alignnone{display:inline-block}a.aligncenter img{display:block;margin:0 auto}img.centered,.aligncenter{display:block;margin:0 auto 24px}img.alignnone,.alignnone{margin:0 0 12px}a.alignleft,img.alignleft,.wp-caption.alignleft{margin:0 24px 24px 0}a.alignright,img.alignright,.wp-caption.alignright{margin:0 0 24px 24px}.wp-caption-text{font-size:18px;line-height:1.2;text-align:center}.entry-content p.wp-caption-text{margin-bottom:0}.gallery-caption,.entry-content .gallery-caption{margin:0 0 10px}.post-password-form input{width:auto}.post-password-form input[type=submit]{padding:25px}.wp-audio-shortcode,.wp-playlist,.wp-video{margin:0 0 28px}.widget{word-wrap:break-word}.widget ol>li{list-style-position:inside;list-style-type:decimal;padding-left:20px;text-indent:-20px}.widget li li{border:none;margin:0 0 0 30px;padding:0}.widget_calendar table{width:100%}.widget_calendar td,.widget_calendar th{text-align:center}.sidebar .widget{padding:24px;border:1px solid #eeeae8}.sidebar .widget-title{text-align:center;font:12px Mulish,sans-serif;text-transform:uppercase;letter-spacing:2px;-webkit-font-smoothing:subpixel-antialiased;margin-bottom:20px}.wprm-recipe-template-compact{max-width:100%!important}.wprm-recipe-container .wprm-recipe p,.wprm-recipe-container .wprm-recipe li{margin-bottom:5px!important;font-family:Mulish!important;font-size:15px!important;line-height:2.8rem!important}.wprm-block-text-normal{font-family:Mulish!important;font-size:15px!important;line-height:2.8rem!important}.wprm-recipe-summary{margin-bottom:12px}.wprm-container-float-right{margin-left:25px!important}.wprm-recipe-container .wprm-recipe li.wprm-recipe-instruction{margin-bottom:18px!important}span.wprm-recipe-ingredient-notes.wprm-recipe-ingredient-notes-faded{font-style:italic}html body .wprm-recipe{font-family:Mulish!important}html body .wprm-recipe-container .wprm-recipe{background:#eef0f3!important;padding:30px!important;border:0!important}html body .wprm-recipe-container h2{font-size:34px!important;letter-spacing:1px!important;color:#404963!important;margin-bottom:15px!important;font-family:Cormorant Garamond!important;font-weight:400!important}html body .wprm-recipe-container h3{font:700 13px Mulish,sans-serif!important;-webkit-font-smoothing:antialiased;text-transform:uppercase!important;letter-spacing:2px!important;padding-top:5px!important;padding-bottom:18px!important;color:#404963!important}html body .wprm-recipe-container ul{margin-bottom:30px!important}span.wprm-recipe-ingredient-notes.wprm-recipe-ingredient-notes-faded{font-style:italic}a.wprm-recipe-print{background:#fff!important;border:0!important;text-transform:uppercase;font-size:11px!important;font-weight:400!important;padding:6px!important;letter-spacing:1.5px}span.wprm-recipe-icon.wprm-recipe-print-icon{margin-right:3px}.wprm-recipe-jump{padding:7px 14px;display:block;font-family:Mulish;text-transform:uppercase;color:#fff!important;font-size:10px!important;-webkit-font-smoothing:antialiased;letter-spacing:2px;text-align:center;margin:8px auto 15px;max-width:155px}.wprm-recipe-template-compact h1,.wprm-recipe-template-compact h2,.wprm-recipe-template-compact h3,.wprm-recipe-template-compact h4,.wprm-recipe-template-compact h5,.wprm-recipe-template-compact h6{font-family:Cormorant Garamond,serif!important;font-weight:400!important}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-group-name,.wprm-recipe-instructions-container .wprm-recipe-instruction-group-name{font-size:22px!important;margin-bottom:.6em!important;margin-top:0!important;letter-spacing:.5px!important}.gb-block-accordion{margin-bottom:1.4em!important;margin-top:1.4em!important}.gb-block-accordion .gb-accordion-title{padding:22px 25px!important;outline:0;font-size:14px;line-height:1.6;background:#fff!important;color:#404963!important;border:1px solid #eeeae8;font:13px Mulish,sans-serif!important;text-transform:uppercase;letter-spacing:2px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;cursor:pointer}.gb-block-accordion .gb-accordion-title:hover{background:#dadfe5!important;color:#404963!important}.gb-block-accordion .gb-accordion-text{padding-top:30px!important}.gb-block-accordion .gb-accordion-title::-webkit-details-marker{display:none}.gb-block-accordion .gb-accordion-title::after{content:"\f347";font-size:16px;font-family:dashicons;float:right;color:#404963}.gb-block-accordion .gb-accordion-title:hover::after{color:#404963!important}.gb-block-accordion details[open] .gb-accordion-title:after{content:"\f343"}.slide-image{opacity:1;transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out;filter:alpha(opacity=25)}.slide-image:hover{opacity:.7}.slide-excerpt{filter:alpha(opacity=100)!important;opacity:1!important;width:50%;margin-left:auto!important;margin-right:auto!important;bottom:50%}html>body .slide-excerpt-border{width:500px}.slide-excerpt-border{background:rgba( 249,249,249,.7)!important;border:1px solid #eee!important;margin:10px;padding:25px 25px 22px!important;position:relative;z-index:8;margin-top:-17%!important;margin-left:-36%!important;min-width:500px!important;max-width:500px!important}.slide-excerpt-border h2{line-height:1.3em;padding:10px 10px 0}.slide-excerpt-border h2 a{font:40px Cormorant Garamond,Didot,serif;letter-spacing:.5px}.slide-excerpt-border p:first-of-type{display:none}.flex-control-nav li a:focus{outline:0}html>body .slide-excerpt-border{border:0!important}.slides,.flex-control-nav,.flex-direction-nav{list-style:none}.widget-area{word-wrap:break-word}.home-slider{text-align:center;margin-bottom:40px}.flexslider .slides img{display:block;margin:0 auto}.flexslider{margin:0 auto!important;text-align:center}.slide-excerpt{background-color:initial!important;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);margin:0!important}html>body .slide-excerpt-border{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);margin:0!important;display:block;position:absolute!important;z-index:8}.flex-control-nav li a{background:0 0!important;border:2px solid #e2e2dd!important;border-radius:50px!important;height:11px!important;width:11px!important;display:inline-block!important;margin:0 6px}.flex-control-nav li a:hover{background:#e2e2dd!important}.flex-direction-nav li a{width:52px!important;height:52px!important;margin:-20px 0 0;display:block;position:absolute;top:50%;cursor:pointer;text-indent:-9999px;z-index:100}.flex-direction-nav li .next{background-position:-52px 0!important;right:-60px!important}.flex-direction-nav li .next:hover{background-position:-52px -50px!important}.flex-direction-nav li .prev{left:-60px!important}.flex-direction-nav li .prev:hover{background-position:0 -50px!important}#genesis-responsive-slider{border:0!important;margin:12px auto 0!important;padding:0!important}.flex-direction-nav li .prev{left:20px!important}.flex-direction-nav li .next{right:20px!important}.flex-direction-nav li a{-webkit-transition:none!important;-moz-transition:none!important;-ms-transition:none!important;-o-transition:none!important;transition:none!important}.slider-area{text-align:center}.enews-widget input{margin-bottom:16px}.enews-widget input[type=submit]{width:100%;margin-top:0;cursor:pointer}.enews-widget p{text-align:center;margin-bottom:20px}.subscribe-text{color:#94a2b4;font:11px Mulish,sans-serif;text-transform:uppercase;letter-spacing:2px;max-width:350px;text-align:left;line-height:1.8;margin-bottom:0;display:block;margin-top:-12px}.mia-home .home-area .enews .widget-title{font-family:Cormorant Garamond;text-transform:none;letter-spacing:0;font-size:46px;margin-bottom:0;padding-bottom:15px;text-align:center}.mia-home .home-area .enews input{float:left;margin-bottom:0;margin-left:1.5%;width:26%;padding:18px 15px;border:1px solid #eee;color:#404963}.mia-home .home-area .enews-widget input[type=submit]{margin:0;margin-left:1.5%;padding:18px 5px;width:16%;background:#404963;border:0;color:#fff;cursor:pointer;letter-spacing:2px}.mia-home .home-area .enews-widget input[type=submit]:hover{background:#fff;color:#404963}.mia-home .enews-widget form{max-width:900px;margin:0 auto}#wpstats{display:none}.share-after{clear:both;text-align:right;margin-bottom:-40px;margin-top:45px}.sharrre .share,.sharrre:hover .share{color:#404963;font-size:12px;font-weight:400!important}.content .share-filled .facebook .count,.content .share-filled .facebook .count:hover,.content .share-filled .linkedin .count,.content .share-filled .linkedin .count:hover,.content .share-filled .pinterest .count,.content .share-filled .pinterest .count:hover,.content .share-filled .twitter .count,.content .share-filled .twitter .count:hover{display:none}.content .share-filled .facebook .share,.content .share-filled .facebook:hover .count,.content .share-filled .linkedin .share,.content .share-filled .linkedin:hover .count,.content .share-filled .pinterest .share,.content .share-filled .pinterest:hover .count,.content .share-filled .twitter .share,.content .share-filled .twitter:hover .count{background:0 0!important;color:#404963!important;font-size:10px!important;font-weight:400!important}.share-small .no-count .share{width:0}.share-small .share:before,.share-medium .share:before,.share-tall .share:before{font-size:15px!important;font-weight:400!important}.nf-form-layout{background:#eef0f3;color:#404963!important;padding:30px 30px 12px}.nf-form-content .list-select-wrap .nf-field-element>div,.nf-form-content input:not([type=button]),.nf-form-content textarea{color:#333!important}.nf-form-fields-required,.nf-form-title,span.ninja-forms-req-symbol{display:none}.nf-form-content .ninja-forms-field{font-size:15px!important}.label-above .nf-field-label,.nf-field-label label,.nf-form-content label{font:12px Mulish,sans-serif!important;text-transform:uppercase;letter-spacing:1.5px;color:#404963}.nf-field-element input,.nf-field-element select,.nf-field-element textarea{padding:15px}.nf-form-content .list-select-wrap .nf-field-element>div,.nf-form-content input:not([type=button]),.nf-form-content textarea{background:#fff!important}.nf-form-content input[type=button]{font-size:13px!important;text-transform:uppercase!important;background:#404963!important;padding:16px 24px;color:#fff;letter-spacing:2px!important;border:0!important}.nf-form-content input[type=button]:hover{background:#fff!important;color:#404963!important}.nf-form-content input,.nf-form-content textarea{border:1px solid #fff!important}.nf-form-content input:focus,.nf-form-content textarea:focus{border:1px solid #ccc!important}.nf-pass.field-wrap .nf-field-element:after,.nf-error.field-wrap .nf-field-element:after{display:none!important}.site-header .wrap{width:100%}.site-header{margin:0 auto;width:100%;max-width:1274px}.title-area{float:left;overflow:hidden;text-align:center;padding-top:60px}.header-right-active .title-area{padding-left:50px}.header-right-active .site-header{padding:20px 0 18px}.site-title{font:90px Margo,script;line-height:1.2;margin-bottom:0;letter-spacing:0}.site-title a,.site-title a:hover,.site-title a:focus{color:#404963;text-decoration:none}.header-image .site-title,.site-description{display:block;font:12px Mulish,sans-serif;text-transform:uppercase;letter-spacing:2px;color:#404963}.site-description{margin-bottom:18px;margin-top:-5px}.header-full-width .title-area,.header-full-width .site-title{width:100%}.header-image .site-description,.header-image .site-title a{display:block;text-indent:-9999px}.header-full-width .title-area,.header-full-width .site-title{float:none;margin:0 auto;text-align:center}.header-image .site-description,.header-image .site-title a,.header-image .site-title{display:block;text-indent:-9999px}.header-image .site-header .widget-area{margin-top:100px}.header-image .site-title,.header-image .title-area{padding:15px 0}.header-image .title-area{width:100%;max-width:400px}.header-image .site-title>a{background-position:50%!important;background-size:contain!important;display:block;margin:0 auto;min-height:150px}.header-image .title-area{width:100%;max-width:500px}.header-image.header-full-width .site-title>a{background-position:50%!important;background-size:contain!important;display:block;margin:0 auto;min-height:150px;margin-top:32px}.header-image .title-area{margin-top:20px;margin-bottom:-10px}.header-image.header-full-width .title-area{width:100%;max-width:500px;margin:0 auto}.genesis-nav-menu{line-height:1}.genesis-nav-menu .menu-item{display:inline-block}.genesis-nav-menu li li{margin-left:0}.genesis-nav-menu a{color:#404963;display:block;font:11px Mulish,sans-serif;letter-spacing:2px;padding:26px 26px 18px;text-transform:uppercase;margin-bottom:1px}.genesis-nav-menu a:hover{color:#94a2b4}.genesis-nav-menu>li>a{border-bottom:5px solid transparent}.genesis-nav-menu>.menu-item>a{text-transform:uppercase}.genesis-nav-menu .sub-menu{left:-9999px;opacity:0;position:absolute;-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-ms-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .8s ease-in-out;width:190px;z-index:9999;pointer:cursor;text-align:left;background-color:#fff;border-top:0}.genesis-nav-menu .sub-menu a,.site-header .widget_nav_menu li .sub-menu a{background-color:#fff;border:1px solid #f5f5f5;border-top:0;padding:12px 16px;line-height:1.9em;position:relative;width:190px;word-wrap:break-word;pointer:cursor;z-index:9999;letter-spacing:1.5px}.genesis-nav-menu .sub-menu a:hover{color:#94a2b4}.genesis-nav-menu .sub-menu .sub-menu{margin:-35px 0 0 189px;border-top:1px solid #f5f5f5}.genesis-nav-menu .menu-item:hover{position:static}.genesis-nav-menu .menu-item:hover>.sub-menu{left:auto;opacity:1}.genesis-nav-menu>.first>a{padding-left:0}.genesis-nav-menu>.last>a{padding-right:0}.nav-primary{text-transform:uppercase;z-index:999;text-align:center;position:fixed;margin-top:-60px;background:#fff;border-bottom:1px solid #eeeae8;width:100%;border-top:14px solid #c6ced7}.nav-primary .widget-wrap a{padding:0;display:inline;z-index:1}.nav-primary .widget-wrap{position:absolute;margin-top:-65px;right:54px;padding:0;height:64px;background:0 0}.nav-primary .social{position:relative;top:25px}.nav-secondary{text-align:center;margin:5px auto 45px;max-width:1280px}.header-image .nav-secondary{margin-top:15px}.home .nav-secondary,.full-width-content .nav-secondary{margin-bottom:0}.nav-secondary .wrap{border-top:1px solid #eeeae8;border-bottom:1px solid #eeeae8;margin-bottom:18px}.nav-secondary a{padding:20px 26px 12px}.site-header .widget-area{float:right;margin-top:75px;padding-right:40px}.site-header .widget_nav_menu{text-align:right;border-top:1px solid #eeeae8;border-bottom:1px solid #eeeae8}.site-header .widget_nav_menu li a{padding:19px 26px 12px}.nav-primary .genesis-nav-menu>.search{float:right}li a.icon-search:before{font-family:FontAwesome;font-weight:400;font-style:normal;text-decoration:inherit;content:"\f002";font-size:12px;z-index:9999}li a.icon-search{cursor:pointer;z-index:9999;color:#404963;padding-top:27px;padding-left:0;height:64px;width:64px;margin-left:-64px}.nav-social li a.icon-search{margin-top:-65px;margin-left:0;width:auto}.search-div{display:none;position:absolute;right:0;width:300px;padding:18px;background:#c6ced7;margin-top:1px}.search-div .search-form{position:relative}.search-div .search-form input[type=search]{width:100%;padding:14px;font-size:12px}.search-div .search-form input[type=submit]{position:absolute;right:0;bottom:0;padding:14px;height:44px;margin-bottom:0}.nav-primary .search-form{background:#fff}.nav-primary .search-form input[type=search]{padding:18px 13px 16px;border:0!important}.nav-primary .search-form input[type=submit]{right:12px;bottom:1px;font-size:80%!important}input:focus::-webkit-input-placeholder{color:transparent}input:focus:-moz-placeholder{color:transparent}input:focus::-moz-placeholder{color:transparent}input:focus:-ms-input-placeholder{color:transparent}.mobile-search{display:none}@media only screen and (max-width:1021px){li a.icon-search,.search-div{display:none}.nav-primary .search-form{border:1px solid #eeeae8}.mobile-search{margin-top:55px;display:block;padding:0 25px 25px}.nav-primary .mobile-search .search-form input[type=submit]{bottom:5px;right:5px}}@media only screen and (max-width:340px){.search-div{width:auto}}.footer-menu a{padding:0 30px 0 0;letter-spacing:1.5px;font:10.5px Mulish,sans-serif;text-transform:uppercase}.footer-menu li{display:inline-block}.mia-before-content{background:#eef0f3;border-top:1px solid #fff;border-bottom:1px solid #fff;outline:8px solid #eef0f3;margin-top:15px;margin-bottom:50px;padding:45px 30px 43px}.mia-before-content .wrap{max-width:1050px}.mia-before-content .enews-widget .widget-title{margin-bottom:0;margin-top:7px;font-size:30px;float:left;padding-right:10px}.mia-before-content .enews-widget input{margin-bottom:0;margin-left:1.25%;width:18%;padding:18px 15px;float:left}.mia-before-content .enews-widget input[type=submit]{margin-left:1.25%;padding:18px 5px;width:13%;letter-spacing:2px}.mia-before-content .enews-widget p{clear:both;font-size:14px;padding-top:20px;display:block;margin-bottom:-10px}.mia-home .home-area .widget-title{font-family:Mulish;font-size:20px;letter-spacing:3px;text-transform:uppercase;text-align:center;margin-bottom:32px;-webkit-font-smoothing:antialiased}.mia-home .home-area .wrap{max-width:1400px}.mia-home .featuredpost .shop-post,.mia-home .featuredpost .shop-post-title{display:none}.mia-home .front-page-1{margin-bottom:40px}.mia-home .front-page-1 .featuredpage.widget{width:31.33333333%;float:left;margin:1%}.mia-home .front-page-1 .wrap,.mia-home .front-page-6 .wrap{max-width:1300px}.mia-home .flexible-widgets .featuredpage{padding:10px 10px 0}.mia-home .featuredpage .widget-title{text-align:center;position:absolute;background-color:#fff;opacity:1;font-size:20px;left:0;right:0;top:44%;z-index:9999;margin:0 40px;padding:22px 16px 20px;font-family:Mulish;text-transform:uppercase;letter-spacing:3px}.mia-home .featuredpage .entry{margin-bottom:0}.mia-home .featuredpage.widget{position:relative}.mia-home .featuredpage .alignnone{margin-bottom:0}.mia-home .front-page-2{background:#dadfe5;border-top:1px solid #fff;border-bottom:1px solid #fff;outline:8px solid #dadfe5}.mia-home .content-sidebar-wrap{margin-top:65px}.mia-home .enews{overflow:hidden}.mia-home .content-sidebar-wrap{margin-top:50px}.mia-home .front-page-4 .custom-html-widget{background:#fff;padding:32px}.mia-home .button.shop{display:table;text-align:center;margin:0 auto}.front-page-5 .flexible-widgets.widget-halves .widget.widget-first{width:40%;padding-right:0}.front-page-5 .flexible-widgets.widget-halves .widget.widget-last{width:60%;padding-left:0}.mia-home .about p{text-align:justify}.mia-home .about h3{font-family:Margo;letter-spacing:-1px;font-size:86px;font-variant-ligatures:common-ligatures;margin-bottom:0;-webkit-font-smoothing:subpixel-antialiased!important}.mia-home .about h4{font-family:Mulish;font-size:18px;text-transform:uppercase;letter-spacing:2px;-webkit-font-smoothing:antialiased}.mia-home .about{border-top:1px solid #eeeae8;border-bottom:1px solid #eeeae8;border-right:1px solid #eeeae8;padding:40px 50px 25px}.mia-home .about .more{font:italic 19px Cormorant Garamond,serif}.front-page-5 .wrap{max-width:1200px!important}.mia-home .front-page-4,.mia-home .front-page-6{background:#dadfe5;border-top:1px solid #fff;border-bottom:1px solid #fff;outline:8px solid #dadfe5}.front-page-6 .flexible-widgets{padding-left:0;padding-right:0}.mia-home .front-page-6 .flexible-widgets.widget-halves .widget{width:100%}.mia-home .front-page-6 .widget-area .featuredpage.widget{width:33%;float:left;clear:none!important}.mia-home .front-page-6 .featuredpage .widget-title{position:unset;background-color:initial;left:0;right:0;top:unset;margin:0 auto;padding:22px 16px;font:italic 38px Cormorant Garamond,serif;text-transform:none;letter-spacing:1px;padding:10px}.mia-home .front-page-6 a.button{margin:20px auto 0;text-align:center;display:table;background:#fff;color:#404963}.mia-home .front-page-6 a.button:hover{background:#404963;color:#fff}.mia-home .woocommerce .product-title{clear:both;text-align:center;display:block;padding-top:20px;font:13px Mulish,sans-serif;text-transform:uppercase;letter-spacing:2px}.mia-home span.woocommerce-Price-amount.amount{text-align:center}.front-page-5 .widget{text-align:center}.front-page-5 h3{letter-spacing:2px;font-size:28px}.home.full-width-content .site-inner,.blog.full-width-content .site-inner{max-width:1280px}.home.full-width-content .post.has-post-thumbnail img.alignleft,.blog.full-width-content .post.has-post-thumbnail img.alignleft{width:100%;margin-bottom:35px}.home.full-width-content .site-inner .entry,.blog.full-width-content .site-inner .entry{width:48.5%;float:left}.home.full-width-content .site-inner article:nth-of-type(2n),.blog.full-width-content .site-inner article:nth-of-type(2n),.home.full-width-content .post.has-post-thumbnail:nth-of-type(2n) img.alignleft,.blog.full-width-content .post.has-post-thumbnail:nth-of-type(2n) img.alignleft{float:right;margin-right:0!important}.home.full-width-content .site-inner .entry{margin-bottom:4%}.home.full-width-content .shop-post,.home.full-width-content .shop-post-title,.blog.full-width-content .shop-post,.blog.full-width-content .shop-post-title{width:100%}.home.full-width-content .shop-post,.blog.full-width-content .shop-post{margin-bottom:-20px}.home.full-width-content .site-inner .entry:nth-of-type(3),.blog.full-width-content .site-inner .entry:nth-of-type(3),.home.full-width-content .site-inner .entry:nth-of-type(5),.blog.full-width-content .site-inner .entry:nth-of-type(5),.home.full-width-content .site-inner .entry:nth-of-type(7),.blog.full-width-content .site-inner .entry:nth-of-type(7),.home.full-width-content .site-inner .entry:nth-of-type(9),.blog.full-width-content .site-inner .entry:nth-of-type(9){clear:both}.mia-home .featuredpost img{-webkit-transition:all .35s ease-in-out!important;-moz-transition:all .35s ease-in-out!important;-o-transition:all .35s ease-in-out!important;transition:all .35s ease-in-out!important;-webkit-backface-visibility:hidden!important}.mia-home .featuredpost .entry-header{width:100%;border-left:1px solid #eeeae8;border-right:1px solid #eeeae8;border-bottom:1px solid #eeeae8;padding-top:25px;max-width:300px}.mia-home .featuredpost .entry-title{font-size:30px;line-height:1.3;margin-bottom:15px;padding:15px 5px;text-align:center!important;width:90%;margin:0 auto}.mia-home .featuredpost .entry-meta{text-align:center;margin-bottom:-8px;color:#404963;font-size:11px}.mia-home .featuredpost{text-align:center}.mia-home .featuredpost .post{width:23.5%;float:left;margin-bottom:32px;margin-right:2%;border:0;padding:0}.mia-home .featuredpost .post:nth-of-type(4n){margin-right:0!important}.mia-home .featuredpost .post:nth-of-type(5n){clear:left}.mia-home .featuredpost .post img{width:100%;margin-bottom:-23px}.flexible-widgets{padding:50px 60px}.mia-home .odd .flexible-widgets{padding-top:60px;padding-bottom:60px}.flexible-widgets .wrap{max-width:1280px;padding:80px 0 40px}.flexible-widgets.widget-area .widget{float:left}.flexible-widgets.widget-area .featuredpost.widget{padding:0}.flexible-widgets.widget-full .widget,.flexible-widgets.widget-halves.uneven .widget:last-of-type{float:none;width:100%}.flexible-widgets.widget-fourths .widget{width:33%}.flexible-widgets.widget-fourths .widget:first-child{width:100%}.flexible-widgets.widget-halves .widget{width:50%}.flexible-widgets.widget-thirds .widget{width:33.33%}.flexible-widgets.widget-halves .widget:nth-child(odd),.flexible-widgets.widget-thirds .widget:nth-child(3n+1),.flexible-widgets.widget-fourths .widget:nth-child(4n+1){clear:left}@media only screen and (max-width:1340px){.flexible-widgets .wrap{max-width:1220px}}@media only screen and (max-width:1200px){.flexible-widgets .wrap{max-width:1040px}}@media only screen and (max-width:800px){.flexible-widgets.widget-fourths .widget,.flexible-widgets.widget-halves .widget,.flexible-widgets.widget-thirds .widget{float:none;width:100%}.flexible-widgets .widget{padding-left:0;padding-right:0}}.pricing-table .one-third{background-color:#fff;border:1px solid #f6f2f1;margin-left:2%;margin-right:2%;margin-top:10px!important;padding:40px;width:32%;opacity:1;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.pricing-table .button{width:100%;text-align:center;font-size:11px;margin-top:0}.pricing-table p{margin-bottom:0}.pricing-table .one-third:nth-child(3n+1),.pricing-table .one-third:nth-child(3n){margin:0}.pricing-table .one-third:nth-child(3n+2){margin-bottom:0;margin-top:0}.pricing-table ul{margin-left:0!important}.pricing-table ul>li{border-bottom:1px solid #eeeae8;padding-bottom:10px;margin-bottom:15px;list-style-type:none!important;text-align:center;font-size:15px}.pricing-table h4{border-bottom:1px solid #eeeae8;margin:-40px -40px 40px;font-size:30px;letter-spacing:1px;padding:40px;text-align:center;background:#eef0f3}.pricing-table .one-third:nth-child(3n+2) h4{background:#c6ced7}.pricing-table .price{font:italic 20px Cormorant Garamond,serif!important;letter-spacing:2px!important;background:0}.content-sidebar .content{max-width:68%;float:left}.sidebar-content .content{max-width:68%;float:right}.content-sidebar .site-inner,.sidebar-content .site-inner{max-width:1280px}.page.content-sidebar .content,.page.sidebar-content .content{width:100%}.full-width-content .site-inner{max-width:1100px;margin:0 auto}.woocommerce.full-width-content .site-inner,.woocommerce-page.full-width-content .site-inner{max-width:1280px}.single-post.full-width-content .post{max-width:950px!important;margin:0 auto}.single-featured-image{margin:0 auto;text-align:center}.single-featured-image img{position:relative;max-width:950px}.single-post.full-width-content .entry-title,.single-post.full-width-content .entry-header .entry-meta{text-align:center}.single-post.full-width-content .entry-header{background:#fff;margin:0 auto;width:72%;z-index:9999;position:relative;padding:35px 30px 15px}.single-post.full-width-content .entry-header:after{background:#c6ced7;width:100px;height:2px;display:block;content:"";margin:20px auto 10px}.shop-post,.shop-post-title{width:46%}.shop-post{float:right}.shop-post-title{text-align:left;font:11px Mulish,sans-serif;letter-spacing:1px;text-transform:uppercase;border-bottom:1px solid #eeeae8;padding-bottom:10px;float:right;margin-top:20px}.shop-post-title:after{content:"\0025BE";padding-left:5px}.single-post .shop-post-title,.single-post .shop-post,.archive .shop-post,.archive .shop-post-title{display:none}.blog.content-sidebar .shop-post h4{text-align:right;font:11px Mulish,sans-serif;letter-spacing:1px;text-transform:uppercase;border-bottom:1px solid #eeeae8;padding-bottom:10px}.single-post .shop-post{max-width:100%;width:100%}.entry{margin-bottom:5%}.widget .entry{margin-bottom:40px}.sidebar .featured-content .entry{width:100%!important;padding:0!important;margin-bottom:20px}.sidebar .featured-content .entry-title{font-size:15px;max-width:85%;margin:-5px auto 5px!important}.sidebar .wpp-post-title{font:20px Cormorant Garamond,serif;margin-top:15px;display:inline-block;margin-bottom:15px;padding:0 15px}.sidebar .wpp-thumbnail{margin-top:10px}.entry-content ol,.entry-content ul{margin-bottom:30px;margin-left:40px}.entry-content ol>li{list-style-type:decimal}.entry-content ul>li{list-style-type:disc}.entry-content ol ol,.entry-content ul ul{margin-bottom:0}.entry-content code{background-color:#777676;color:#eee}img.entry-image.attachment-post,.woocommerce ul.product_list_widget li img,.widget_media_image img,.wpp-list-with-thumbnails li img,.mia-portfolio img,.cat-archive-featured-image img{opacity:1;-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-ms-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;-webkit-backface-visibility:hidden}img.entry-image.attachment-post:hover,.woocommerce ul.product_list_widget li img:hover,.widget_media_image img:hover,.wpp-list-with-thumbnails li:hover img,.mia-portfolio img:hover,.cat-archive-featured-image img:hover{opacity:.7}ul.wp-block-gallery,ul.blocks-gallery-grid{margin-left:0!important}.single-post ul.wp-block-gallery{margin-bottom:.6em!important}p.entry-meta{letter-spacing:2px;margin-bottom:0;text-transform:uppercase;font:10px Mulish,sans-serif;color:#404963}.entry-header,.entry-footer{text-align:center}.entry-header p.entry-meta{letter-spacing:1.5px;margin-bottom:10px;line-height:2}.share-before_entry_header{text-align:right;border-top:1px solid #eeeae8;padding-top:13px}.entry-categories::before,.entry-tags::before{display:inline-block;font:20px/1 dashicons;margin-right:5px;margin-top:2px;vertical-align:top}.entry-categories,.entry-tags{font-weight:700}.entry-categories a,.entry-tags a{font-weight:400}.single-post .entry-footer{padding:15px 2px;border-top:1px solid #eeeae8;border-bottom:1px solid #eeeae8}.entry-footer p{margin-bottom:0}.after-entry{padding:0;margin-top:40px!important}.after-entry li{list-style-type:none}.single-post.full-width-content .after-entry{max-width:950px;margin:0 auto}.after-entry .enews-widget .widget-title{font-size:32px;letter-spacing:0;text-align:center}.after-entry .enews-widget{background:#eef0f3;padding:32px 32px 34px 22px}.after-entry .enews input{float:left;margin-bottom:0;margin-left:1.5%;width:25%;border:1px solid #eeeae8}.after-entry .enews-widget input[type=submit]{margin:0;margin-left:1.5%;padding:16px 15px;width:17%;cursor:pointer;border:0;letter-spacing:1.5px}.related{border:1px solid #eeeae8;padding:35px 20px 50px;max-width:950px;margin:40px auto 0}.sidebar-content .related,.content-sidebar .related{padding:30px}.related h3{margin-bottom:0;font-size:62px;text-align:center;letter-spacing:0;font-family:Margo;text-transform:lowercase}.related .wrap{max-width:1100px}.related img{-webkit-transition:all .25s ease-in-out!important;-moz-transition:all .25s ease-in-out!important;-o-transition:all .25s ease-in-out!important;transition:all .25s ease-in-out!important;-webkit-backface-visibility:hidden!important;opacity:1}.related img:hover{opacity:.7}.related-post a.related-post-title{text-align:center;display:block;line-height:1.4;padding:5px 12px 0;font-family:Cormorant Garamond;font-size:19px}.related-post:hover .related-post-title{opacity:1}.related-post{width:33%;float:left;padding:1.7% 8px 0;-webkit-backface-visibility:hidden}.pagination{clear:both;margin:40px 0;text-align:center;font:16px Cormorant Garamond,serif}.single-post .pagination{margin:0}.pagination-previous a,.pagination-next a{padding:16px 20px;color:#404963;background:#eef0f3}.pagination-previous a:hover,.pagination-next a:hover{color:#94a2b4}.pagination-next.alignright .arrow,.pagination-previous.alignleft .arrow{font-size:14px}.pagination .adjacent-entry-pagination{margin-bottom:0}.archive-pagination li{display:inline;margin:1px}.archive-pagination li a{background-color:#eef0f3;color:#404963;border:0;cursor:pointer;display:inline-block;font:11px Mulish,sans-serif;letter-spacing:2px;padding:12px 13px;text-transform:uppercase}.archive-pagination li a:hover{color:#94a2b4}.next-post{font-family:Mulish;color:#404963!important;font-size:11px;text-transform:uppercase;margin-bottom:10px;text-align:left;display:block;margin-top:20px}@media only screen and (min-width:1022px){.adjacent-entry-pagination{display:none}.previous-entry a{position:fixed;bottom:45px;right:32px;max-width:400px;height:auto;background-color:#eef0f3;text-decoration:none;font-size:15px;text-align:left;z-index:9999;border:10px solid #fff}.post-navigation-image{width:40%;float:left;margin-bottom:-5px}.post-navigation-title h3{font-size:21px;padding-right:15px;margin-bottom:0}.post-navigation-title h3:hover{color:#aaa;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.post-navigation-title{width:55%;float:right}span.post-navigation-title{font-size:18px;text-align:left!important;display:block;padding-top:6px}}@media only screen and (max-width:1021px){.adjacent-entry-pagination{max-width:900px;margin:0 auto;margin:-20px 0 40px!important}.previous-entry img{float:left;width:150px;height:150px;margin-right:15px}.previous-entry.alignright{float:left;width:100%}.post-navigation-title{text-align:left;padding-top:15px}.next-post{margin-bottom:6px}.post-navigation-title h3{font-size:28px}}.comment-respond{background:#fff;padding:40px 0 0;max-width:950px;margin:0 auto}.entry-comments{max-width:950px;margin:0 auto;margin-top:50px}.comment-respond,.entry-comments,.entry-pings{margin-bottom:60px}.entry-comments .comment,.entry-comments .comment-reply{margin-bottom:40px}.entry-comments .comment:last-child{margin-bottom:15px}p.comment-meta{font-size:12px}.comment-header{font-size:16px}.entry-comments .comment{border-bottom:1px solid #eeeae8}.comment-respond label{display:block;font-size:12px;text-transform:uppercase;letter-spacing:2px;padding:8px 0 10px;color:#404963}.comment-reply a{padding:10px 12px;font-size:10px}.comment-content,.entry-comments .comment{clear:both}p.form-submit,.entry-comments .children .comment,.entry-comments .comment-author{margin:0}.comment-repsond input,.comment-respond select,.comment-respond textarea{font-size:13px;border:1px solid #eeeae8}.entry-comments .children .comment{border:none}.comment-respond input[type=email],.comment-respond input[type=text],.comment-respond input[type=url]{width:100%;border:1px solid #eeeae8;padding:18px}.comment-list li,.ping-list li{list-style-type:none}.entry-comments ul.children{margin-left:40px;border-left:1px solid #eeeae8;padding-left:30px}.ping-list .reply{display:none}#reply-title,.entry-comments h3{text-align:center;font-size:32px;letter-spacing:1px}.logged-in-as{text-align:center}.comment-form-cookies-consent{margin-bottom:10px}.comment-form-cookies-consent label{display:inline;text-transform:none;font:inherit;font-size:13px;letter-spacing:inherit;margin-left:10px}p.comment-notes{text-align:center}.sidebar{float:right;width:27%;margin-bottom:25px}.sidebar-content .sidebar{float:left}.sidebar p:last-child{margin-bottom:0}.sidebar li{list-style-type:none;margin-bottom:6px;word-wrap:break-word;font-size:15px;text-align:center}.sidebar ul>li:last-child{margin-bottom:0}.sidebar .widget{margin-bottom:30px}.sidebar .enews-widget{background:#dadfe5;padding:30px 36px 25px;border:0;outline:1px solid #fff;outline-offset:-8px;border:8px solid #dadfe5}.sidebar .enews-widget .widget-title{font-family:Margo;font-size:50px;text-transform:none;letter-spacing:1px;margin-bottom:10px;line-height:1.3}.sidebar li.cat-item a,.sidebar .widget_nav_menu a{background:#dadfe5;font-family:Cormorant Garamond;font-size:22px;color:#404963;text-align:center;padding:10px 14px;margin:0 auto 10px;width:100%;display:block;letter-spacing:1px}.sidebar li.cat-item a:hover,.sidebar .widget_nav_menu a:hover{background:#eef0f3;color:#404963}.sidebar .custom-html-widget h4{text-align:center;font-style:italic;margin-bottom:0}.sidebar .button{width:100%;text-align:center}.social i,.nav-primary .social i{color:#404963;font-family:fontello;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;margin-right:8px}.social i:hover,.nav-primary .social i:hover{color:#94a2b4}.icon-pinterest,.icon-gplus,.icon-tumblr,.icon-youtube,.icon-instagram{font-size:12px}.icon-facebook{margin-top:-2px;font-size:13px}.icon-heart,.icon-twitter{font-size:13px}.icon-rss{font-size:10px}.icon-email{font-size:14px}#about-photo{border-radius:350px;width:100%;max-width:350px}#about{margin:8px auto 0;width:90%}#hover,.entry-image,.previous-entry img{opacity:1;transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out;filter:alpha(opacity=25);-webkit-backface-visibility:hidden;backface-visibility:hidden}#hover:hover,.entry-image:hover,.previous-entry img:hover{opacity:.7}.mia-trending{border-top:1px solid #eeeae8;padding-bottom:10px}.mia-trending:before{content:" ";width:100%;display:block;border-top:1px solid #eeeae8;margin-top:5px}.mia-trending .wpp-list-with-thumbnails img{width:140px;margin-right:18px}.mia-trending .wrap{width:1270px;margin-bottom:50px}.mia-trending .wpp-post-title{padding-right:18px;padding-top:12px;line-height:1.4;display:block;font-family:Cormorant Garamond;font-size:19px}.mia-trending .wpp-list-with-thumbnails li{width:25%;float:left;clear:none}.mia-trending .widget-title{padding-top:32px;font-family:Margo;letter-spacing:0;font-size:64px;margin-bottom:15px;margin-left:8px;text-align:center}.mia-newsletter{background:#eef0f3;border-top:1px solid #fff;border-bottom:1px solid #fff;outline:8px solid #eef0f3;margin-bottom:50px;padding:55px 0 44px;margin-top:8px}.mia-newsletter .wrap{width:1270px}.mia-newsletter img:hover{opacity:1}.mia-newsletter .widget{margin-bottom:0;padding-bottom:0}.mia-newsletter .widget_media_image{width:48%;float:left}.mia-newsletter .enews-widget,.mia-newsletter .widget_custom_html{width:52%;float:right;padding:44px 0 0 54px}.mia-newsletter .widget-title{text-align:center;font-size:42px}.mia-newsletter input#subbox1,.mia-newsletter input#subbox2{width:49%}.mia-newsletter input#subbox2{float:right}#mc_embed_signup{background:#eef0f3!important;padding:36px}#mc_embed_signup label{font-family:Cormorant Garamond;font-weight:400!important;color:#404963;font-size:32px!important;margin-bottom:15px}#mc_embed_signup input.email{border:1px solid #eeeae8!important;font-family:Mulish!important;font-size:14px!important;padding:21.5px 12px!important;text-transform:capitalize}#mc_embed_signup .button{padding:5px 20px!important;height:44px!important;letter-spacing:2px!important;font-size:11px!important;background:#404963!important;color:#fff!important;margin-left:4px!important}#mc_embed_signup .button:hover{background:#94a2b4!important}.footer-wrap{background:#eef0f3;overflow:auto;margin-bottom:-23px}.copyright{text-transform:uppercase;font:10.5px Mulish,sans-serif;letter-spacing:1.5px;text-align:right;padding:28px 0 25px;padding-right:70px}.footer-menu.one-half{width:50%}.copyright.one-half{margin:0;width:50%}.copyright p{margin-bottom:0}.footer-menu li:first-of-type:before{display:none}.footer-menu{text-transform:uppercase;font:10.5px Mulish,sans-serif;letter-spacing:2px;text-align:left;padding:28px 0 25px;padding-left:40px}.copyright a:hover,.footer-menu li a:hover{color:#94a2b4}.footer-widgets{clear:both;padding:0 32px 45px}h2.footer-title{font-family:Margo;letter-spacing:0;font-size:66px;margin-bottom:0;margin-left:6px}.footer-widgets li{margin-bottom:10px;font:13px Mulish,sans-serif;text-align:left;letter-spacing:1px}.footer-widgets .widget{margin-bottom:30px}.footer-widgets .widget:last-of-type{margin-bottom:0}.footer-widgets .widget-title{font:700 12px Mulish,sans-serif;-webkit-font-smoothing:antialiased;text-transform:uppercase;border-bottom:1px solid #eeeae8;padding-bottom:8px;letter-spacing:1.5px;margin-bottom:15px}.footer-widgets-1,.footer-widgets-2,.footer-widgets-3{padding:20px 40px 15px;width:33.3333333%}.footer-widgets-1{float:left;display:inline-block}.footer-widgets-1 .widget{margin-bottom:0}.footer-widgets-2{float:left}.footer-widgets-3{float:right}.footer-widgets .search-form input[type=search]{border:1px solid #eeeae8!important;padding:15px 14px;text-transform:none;letter-spacing:1px;font-size:13px}.footer-widgets .search-form input[type=submit]{font-size:100%!important;top:-5px}.footer-widgets .enews-widget input{width:48%;float:left}.footer-widgets .enews-widget input#subbox{float:right}.footer-widgets .enews-widget input[type=submit]{width:100%;font-size:12px}.footer-widgets .widget_nav_menu:first-of-type,.footer-widgets .widget_nav_menu:nth-of-type(3){width:42%;float:left;margin-top:54px}.footer-widgets .widget_nav_menu:nth-of-type(2n),.footer-widgets .widget_nav_menu:nth-of-type(2n){width:42%;float:right;margin-top:54px}.footer-widgets .social i,.offscreen-content .social i,.mia-insta .social i{margin:0}.footer-widgets .social,.offscreen-content .social,.mia-insta .social{background:#c6ced7;color:#404963;width:40px;height:40px;border-radius:40px;display:inline-block;text-align:center;width:35px;height:35px;border-radius:35px;padding-bottom:30px;line-height:34px;margin-right:3px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.footer-widgets .social:hover,.offscreen-content .social:hover{background:#eef0f3}.footer-widgets .social i:hover,.offscreen-content .social i:hover,.mia-insta .social i:hover{color:#404963}.mia-instagram .textwidget p{float:right;margin-top:-32px;margin-bottom:10px;font:10px Mulish,sans-serif;text-transform:uppercase;letter-spacing:2px}#sb_instagram .sbi_follow_btn a{background:#fff!important;color:#404963!important;margin-top:15px!important}#sb_instagram{padding:0!important}.mia-instagram .widget{margin:0 auto}.mia-instagram .widget{position:relative}.mia-instagram .widget-title{text-align:center;font-size:28px;width:380px;padding:15px;margin:0 auto 30px;background:#fff;border:1px solid #eeeae8;position:absolute;z-index:99;position:absolute;top:36.25%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:.92}#sb_instagram .sbi_photo_wrap{opacity:1;transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out;filter:alpha(opacity=25);-webkit-backface-visibility:hidden;backface-visibility:hidden}#sb_instagram .sbi_photo_wrap:hover{opacity:.7}a.sbi_load_btn{display:none!important}.site-footer{max-width:1100px}.site-footer,.site-footer a,.site-footer p{color:#777}.site-footer a:hover{color:#a0a0a0}.site-footer p{font-size:11px;letter-spacing:.2em;margin-bottom:0;text-transform:uppercase}.error404 .entry-content .search-form input[type=search]{width:100%;background:#fff;padding:18px}.error404 .entry-content .search-form{background:#eef0f3;padding:24px;margin-bottom:30px;margin-top:30px}.error404 .entry-title{margin-bottom:20px;text-align:center;font-size:34px}.error404 .entry-content .search-form input[type=submit]{right:30px;top:21px;font-size:80%!important}.error404 .entry-content h4{font:26px Cormorant Garamond,serif;letter-spacing:1px}.error404 .entry-content li{font-size:15px;margin-bottom:5px}.error404 .entry-content li a{font-size:15px;margin-bottom:5px;color:#404963!important}.error404 .entry-content li a:hover{color:#d3d0d0!important}.mia-category-archive .one-third{float:left;margin-left:1.5%}.mia-category-archive .one-third{width:32.33333333333%}.mia-category-archive .first{clear:both;margin-left:0}.mia-category-archive .entry{margin-bottom:1%}.mia-category-archive .entry-title{text-align:center;padding:10px 15px;font-size:22px}.mia-category-archive .entry-footer,.mia-category-archive .entry-content,.mia-category-archive .entry-meta,.mia-category-archive .entry-time{display:none;margin:0}.mia-category-archive .archive-description{margin-bottom:10px}.mia-category-archive .archive-title{letter-spacing:1px;font-size:34px;margin-bottom:15px;border-bottom:0;text-align:center;padding:0}.mia-category-archive .filter-menu{text-align:center;margin-bottom:20px}.mia-category-archive .cat-item:first-child:before{content:'Sort by:';text-transform:uppercase;font:700 10px Mulish,sans-serif;-webkit-font-smoothing:antialiased;letter-spacing:2px;padding-right:20px;color:#404963}.mia-category-archive .cat-item{text-transform:uppercase;font:10px Mulish,sans-serif;letter-spacing:2px;display:inline-block;padding:0 12px;line-height:2}.mia-category-archive .cat-item a{color:#94a2b4}.mia-category-archive .cat-item a:hover{color:#c6ced7}.mia-category-archive .cat-item:last-child{padding-right:0}.mia-category-archive .cat-item-none{display:none}.mia-category-archive .pagination{padding-top:30px;margin-bottom:15px}.mia-category-archive span.entry-comments-link,.mia-category-archive span.entry-comments-link:before{display:none}.archive-description p{text-align:center;width:70%;margin:20px auto 0;padding-bottom:8px}.mia-category-archive .site-inner{margin-bottom:40px}.category-page .featured-content .entry{width:32.33333333333%;float:left;margin-bottom:5px}.category-page .featured-content .entry:nth-of-type(2n){margin:0 1.5%}.category-page .featured-content .entry:nth-of-type(3n){float:right}.category-page .featuredpost .entry-title a{font-size:22px;margin:0 auto;text-align:center;padding:0 20px 20px;line-height:1.4;display:block}.content .category-page .widget-title{text-align:center;font-size:32px}.content .category-page .featuredpost .widget-title{font:20px Mulish;text-transform:uppercase;text-align:center;letter-spacing:3px;-webkit-font-smoothing:antialiased;margin:5px auto 25px}.cat-intro{width:80%;margin:0 auto;text-align:center;line-height:1.8}.category-page .widget{margin-bottom:20px}.more-from-category{clear:both;margin-bottom:40px;text-align:center}.category-page .more-from-category a{text-align:center;margin:0 auto}.page .post-edit-link{display:none}.mia-landing{background:#eef0f3;margin-top:60px}.mia-landing .site-container,.mia-landing .site-inner{margin-top:0!important}.mia-landing .content{margin-top:15px;margin-bottom:0}.mia-landing .entry{margin-bottom:0}.mia-landing .entry-title{display:none}.mia-landing .content{padding:40px}.mia-landing .mia-backtotop{display:none}.mia-insta .title-area{padding:0;border:0;margin:0 auto}.mia-insta .title-area{float:none}.mia-insta .entry-title,.mia-insta .shop-post,.mia-insta .shop-post-title,.mia-insta .mia-backtotop{display:none}.mia-insta .featured-content .entry-title{display:block}.mia-insta .content{max-width:800px;margin:0 auto;float:none}.mia-insta .site-inner{margin-top:10px!important}.mia-insta .site-container,.mia-insta .site-inner,.mia-insta .site-header{background:#eef0f3}.mia-insta .menu li{list-style-type:none!important}.mia-insta .menu li a{background:#fff;width:100%;color:#404963!important;display:block;text-align:center;line-height:2.1rem!important;margin-bottom:14px;padding:20px 20px 19px;text-transform:uppercase;letter-spacing:2px;font:12px Mulish,sans-serif;font-weight:400!important}.mia-insta .entry-content ul{margin-left:0!important}.mia-insta .site-container{padding:0 30px}.mia-insta .site-container{margin-top:0;padding-top:45px}.mia-insta .widget-title{text-align:center}.mia-insta .social i{font-size:100%;padding:3px}.mia-insta .enews-widget{background:#fff;padding:25px 25px 15px}.mia-insta .enews-widget .widget-title{font:50px Margo,script;margin-bottom:0}.mia-insta .social{background:#fff}.mia-insta .widget{margin-bottom:30px}.mia-insta .widget.widget_nav_menu{margin-bottom:15px}.mia-insta .featured-content .entry{width:48%;float:left;background:#fff;padding:25px 25px 10px}.mia-insta .featured-content .entry:nth-of-type(2n){margin-left:2.5%}.mia-insta .featured-content .entry:nth-of-type(3n){clear:both}.mia-insta .featured-content .entry-title a,.mia-insta .featured-content .entry-meta a,.mia-insta .featured-content .entry-meta{color:#404963;font-weight:400}.mia-insta .share-after{display:none}.mia-insta .featured-content .entry-title{font-size:26px;letter-spacing:.5px;margin:0 auto 10px;text-transform:none;width:90%;text-align:center}.mia-insta .featured-content .entry-meta{text-align:center}.mia-insta a.more-link{font-size:11px;width:100%;display:block}.mia-portfolio .site-inner{margin-bottom:45px}.mia-portfolio .one-third{float:left;margin-left:1.5%}.mia-portfolio .one-third{width:32.33333333333%}.mia-portfolio .first{clear:both;margin-left:0}.mia-portfolio .entry{margin-bottom:1%}.mia-portfolio .entry-title{margin-top:10px;font:24px Cormorant Garamond,Didot,serif;text-align:center;display:block;-webkit-font-smoothing:subpixel-antialiased}.mia-portfolio .entry-meta,.single-portfolio .entry-meta{display:none}.mia-portfolio .archive-title{font:32px Cormorant Garamond,Didot,serif;text-align:center;letter-spacing:1px;margin-bottom:0;padding-bottom:10px}.mia-portfolio .archive-description p{text-align:center;width:80%;margin:0 auto 10px}.single-portfolio .entry-title{text-align:center;font-size:32px;margin-bottom:20px}.mia-shop .site-inner{margin-bottom:25px}.mia-shop .site-inner .widget-title{text-align:center;font-size:30px}.mia-shop .site-inner .widget .custom-html-widget div{background:#fff}.mia-shop .site-inner .widget .custom-html-widget{background:#eef0f3;padding:30px;margin-bottom:40px}.mia-shop .site-inner .widget .custom-html-widget p{margin-bottom:0}@media only screen and (min-width:1021px){.js .fadeup-effect{opacity:0;overflow:hidden;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translateY(18px)}to{opacity:1;-webkit-transform:translateY(0)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.fadeInUp{animation-name:fadeInUp;-webkit-animation-name:fadeInUp}}.prev-next-post-links{overflow:hidden}.previous-post-link{float:left}.next-post-link{float:right}.taxonomy-title{margin-top:30px;margin-bottom:30px}.mia-backtotop{display:inline-block;height:40px;width:40px;position:fixed;bottom:12.5px;right:20px;border-radius:40px;padding-top:10px;overflow:hidden;white-space:nowrap;color:#404963;text-align:center;vertical-align:middle;line-height:40px!important;visibility:hidden;opacity:0;outline:0!important;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.mia-backtotop:hover{background:0 0;color:#94a2b4}.mia-backtotop.top-is-visible{visibility:visible;opacity:1}.single-post .mia-backtotop{display:none}.no-scroll{overflow:hidden;opacity:1}.offscreen-content{display:none;height:100%;left:0;overflow-y:scroll;position:fixed;text-align:center;top:0;background:rgba(165,165,168,.35);z-index:9998}.offscreen-content .wrap{margin-left:auto;margin-right:auto;max-width:720px}.offscreen-container{display:table;height:100vh;overflow:hidden;table-layout:fixed;text-align:center;width:100%;width:22%;background-color:#fafafa;margin-bottom:40px;padding-bottom:40px}.offscreen-container .widget-area{display:table-cell;padding-bottom:20px;width:100%}.offscreen-content img{opacity:1;transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden}.offscreen-content img:hover{opacity:.85}.offscreen-content .search-form{width:74%;margin:0 auto}.offscreen-content .social i{margin:0;padding:0 7px}.offscreen-content h5{margin-top:-50px;font:28px Cormorant Garamond,serif;letter-spacing:0;background:#eef0f3;padding:20px;margin-bottom:0}.offscreen-content .enews-widget input#subbox1{float:left}.offscreen-content .enews-widget form{margin:0 auto;padding:0 40px}.offscreen-content{margin-top:78px}i.icon.ion-ios-close-empty{display:none}.offscreen-content-icon,.offscreen-content-toggle{position:fixed;top:2px;z-index:9998;outline:0}button.offscreen-content-toggle{left:0}.admin-bar .offscreen-content-icon,.admin-bar .offscreen-content-toggle{top:36px}.admin-bar .offscreen-content{margin-top:110px}.offscreen-content button,.offscreen-content-icon button{color:#404963;background:0 0!important;padding:20px 18px}.offscreen-content-icon .icon{font-size:21px!important}.offscreen-content button:hover,.offscreen-content-icon button:hover{color:#94a2b4}.offscreen-content .widget_nav_menu ul{max-width:74%;margin:0 auto}.offscreen-content .widget_nav_menu li{font:12px Mulish,sans-serif;text-transform:uppercase;letter-spacing:2px;line-height:3rem;text-align:center}.widget-area .offscreen-content-toggle{left:0;background:0 0}.widget-area .offscreen-content-toggle:hover{color:#94a2b4;background:0 0}.widget-area .offscreen-content-toggle .icon{font-size:36px}.offscreen-content .widget{margin-bottom:40px}.icon.ion-ios-close-empty{z-index:9999;color:#fff;margin-top:-10px!important;display:block}.offscreen-content .widget-title,.offscreen-content .enews-widget .widget-title{float:none;text-align:center;width:100%;font:24px Cormorant Garamond,Didot,serif;margin-bottom:20px;text-transform:none;letter-spacing:.5px}.offscreen-content .enews-widget input{width:47%;margin:1.5%}.offscreen-content .enews-widget input[type=submit]{width:97%}.sub-menu-toggle,.menu-toggle{display:none;visibility:hidden}@media only screen and (min-width:1022px){nav{display:block!important}}@media only screen and (max-width:1021px){button.offscreen-content-toggle{display:none}.title-area{float:none;text-align:center;margin:0 auto;margin-top:40px}.header-image .site-header .widget-area{margin-top:0}.header-widget-area{margin-bottom:30px}.header-image.header-full-width .site-title>a{margin:17px auto 15px}.site-header .widget-area{float:none;margin-top:0}.nav-primary{border-color:#fff!important}.nav-primary .wrap{background:#fff!important}.site-header .widget_nav_menu{text-align:center;margin-right:0;border:0;padding:0;margin-bottom:-20px}.site-container{margin-top:0!important}li a.icon-search{display:none}.nav-primary{float:left;padding:0!important}.nav-primary .widget-wrap{margin-top:0;right:0;width:100%!important;margin-top:-10px;float:none;background:#fff}.menu-toggle,.sub-menu-toggle{display:block!important;background-color:#eef0f3;color:#404963;font-size:2.5em;overflow:hidden;width:100%;text-align:center;visibility:visible}.nav-primary .widget-wrap{right:0!important}.nav-primary,.nav-secondary{background:#fff!important}.site-container button.menu-toggle{margin-bottom:20px}.nav-primary li a,.nav-secondary li a,.genesis-nav-menu li a,.site-header .widget_nav_menu li a{padding:12px 20px;text-align:center;letter-spacing:2px;background:#fff;border-bottom:1px solid #eee}.nav-primary .social i{font-size:140%}button.menu-toggle{background-color:#eef0f3;color:#404963;display:inline-block!important;margin:0 auto;border:0;padding:0;text-align:center;width:100%}button.sub-menu-toggle,button .sub-menu-toggle{background:0 0!important;color:#404963;width:100%;border:0;padding:0;padding-right:20px;text-align:right;margin-top:-4px}.sub-menu-toggle{padding:18px;padding:1.8rem;font-size:2em;position:absolute;right:0;top:0;z-index:9999}.sub-menu-toggle:before{content:"\f347";font-family:dashicons;font-size:13px}.sub-menu-toggle.activated:before{content:"\f343";font-family:dashicons;font-size:13px}.admin-bar .nav-primary{top:0}.nav-primary,.nav-secondary{position:relative;width:100%;margin-top:0}.nav-primary{border-top:0}nav{display:none;position:relative}.genesis-nav-menu .menu-item{position:relative;display:block;text-align:left}.footer-menu .menu-item{display:inline-block}.genesis-nav-menu .menu-item:hover{position:relative}.genesis-nav-menu .sub-menu{display:none;opacity:1;position:static;box-shadow:none;width:100%}.genesis-nav-menu .sub-menu a{border-left:0;position:relative}.genesis-nav-menu .sub-menu .sub-menu{margin:0}.genesis-nav-menu .sub-menu .sub-menu a{padding-left:30px}.genesis-nav-menu .sub-menu .sub-menu .sub-menu a{background-color:#fff;padding-left:40px;width:100%}.nav-primary a:hover,.nav-primary .current-menu-item>a{color:#333}.genesis-nav-menu>li:hover .sub-menu a,.genesis-nav-menu .sub-menu a{width:100%;background:#fff}.nav-secondary .wrap{border:0}.site-header .widget-area{margin-bottom:5px}.site-header .widget-area,.header-right-active .title-area{padding:0}.site-header{max-width:100%!important}}.menu-toggle{cursor:pointer;display:none;margin-bottom:-1px;text-align:center}.menu-toggle::before{content:"\f32a";display:block;font:21px ionicons;margin:0 auto;padding:12px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min-device-pixel-ratio:1.5){input,button,input[type=search]{border-radius:0!important}}@media only screen and (max-width:1300px){.site-header .widget-area{margin-right:0}.mia-newsletter .wrap,.mia-trending .wrap{width:90%;margin:0 auto}.site-header{max-width:90%;margin:0 auto}.header-right-active .site-header{max-width:100%}.mia-trending .wrap{margin-bottom:50px}.mia-home .featuredpost .post:nth-of-type(5n){clear:both}.site-inner,.front-page-1 .wrap,.front-page-5 .wrap,.front-page-6 .wrap{padding:0 30px}}@media only screen and (max-width:1139px){.site-header .widget-area{float:none;width:100%;padding-right:0;margin-top:0}.site-header .widget_nav_menu{text-align:center}.header-right-active .title-area{float:none}.footer-widgets{padding:0 0 45px}.mia-trending .wpp-list-with-thumbnails li{width:50%;margin-bottom:25px}.mia-trending .wrap{margin-bottom:25px}.flexslider .slides img{object-fit:cover}.site-inner{padding:0 20px 10px}.mia-home .front-page-1{margin:1%}.flexible-widgets,.mia-home .odd .flexible-widgets,.front-page-6 .flexible-widgets{padding:40px 3%}.mia-home .front-page-1{margin-bottom:2.5%}.mia-home .front-page-3{margin-top:1%}.nav-primary{float:left;text-align:left;padding-left:30px}.mia-home .about{border:0;padding:0;padding-left:30px}.blog .site-inner .post.has-post-thumbnail .entry-meta{padding-top:0}.post.has-post-thumbnail img.alignleft{width:100%}.shop-post,.shop-post-title{width:100%}.mia-newsletter .enews-widget,.mia-newsletter .widget_custom_html{padding-top:0}}@media only screen and (max-width:1000px){html>body .slide-excerpt-border h2 a{font-size:32px}}@media only screen and (max-width:940px){.front-page-1 .wrap,.front-page-5 .wrap,.front-page-6 .wrap{padding:0}.mia-before-content .enews-widget .widget-title{float:none;text-align:center;margin-top:0;margin-bottom:15px}.mia-before-content{padding:30px 30px 35px}.mia-before-content .enews-widget input{width:25%}.mia-before-content .enews-widget input[type=submit]{width:18%}.mia-home .home-area .enews .widget-title,.after-entry .enews .widget-title{float:none;text-align:center}.mia-instagram .widget-title{top:28%;font-size:24px;padding:10px}.mia-home .featuredpost .entry-header{max-width:100%}.mia-home .featuredpost .post{width:47.5%;margin:1.25% 1.25% 1.7%}.footer-menu.one-half,.copyright.one-half{width:100%;float:none;text-align:center;padding:0}.footer-menu.one-half{padding-top:20px}.footer-menu a{padding:0 15px}.copyright.one-half{margin-bottom:-6px!important;padding:10px 15px 20px}}@media only screen and (max-width:767px){.content-sidebar-sidebar .content-sidebar-wrap,.content-sidebar-sidebar .content,.content,.sidebar-content-sidebar .content-sidebar-wrap,.sidebar-content-sidebar .content,.sidebar-primary,.sidebar-secondary,.sidebar-sidebar-content .content-sidebar-wrap,.sidebar-sidebar-content .content,.sidebar-content .content,.content-sidebar .content,.site-header .widget-area,.mia-newsletter .widget_media_image,.mia-newsletter .enews-widget,.mia-newsletter .widget_custom_html,.front-page-5 .flexible-widgets.widget-halves .widget.widget-first,.front-page-5 .flexible-widgets.widget-halves .widget.widget-last,.mia-home .front-page-6 .widget-area .featuredpage.widget,.home.full-width-content .site-inner .entry,.blog.full-width-content .site-inner .entry{width:100%;max-width:100%;float:none}.five-sixths,.four-sixths,.one-fourth,.one-half,.one-sixth,.one-third,.three-fourths,.three-sixths,.two-fourths,.two-sixths,.two-thirds,.mia-portfolio .portfolio,.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li,.woocommerce-page ul.cart_list li,.woocommerce-page ul.product_list_widget li,.footer-widgets-1,.footer-widgets-2,.footer-widgets-3,.single-post.full-width-content .site-inner,.shop-post,.shop-post-title{margin:0;width:100%!important;max-width:100%!important}.mia-home .featuredpost .post{width:47%}.mia-home .about{padding-left:0;margin-top:-50px}.mia-home .front-page-1{margin:0}.mia-category-archive .one-third{margin:0 auto 15px}.mia-category-archive .site-inner img{margin:0 auto 10px;text-align:center;float:none;display:block}.mia-newsletter .enews-widget,.mia-newsletter .widget_custom_html{padding:0;padding-top:25px}.related-post{width:50%}.adjacent-entry-pagination .next-entry{margin-top:15px}.single-post .site-inner{padding:0 0 30px;margin-top:10px!important}.single-post .content{padding:0 30px}.flexslider .slides img{height:300px}html>body .slide-excerpt-border{width:unset!important;min-width:400px!important}.single-post.full-width-content .entry-header{width:90%}.mia-portfolio .entry{margin-bottom:5%}.post.has-post-thumbnail img.alignleft{width:100%;margin-right:0;float:none}.home a.more-link,a.more-link,.blog a.more-link,.shop-post{width:100%;display:block}.mia-instagram .widget-title{top:28%;font-size:20px;padding:8px 35px;width:auto}.genesis-nav-menu a{padding:20px 30px}.genesis-nav-menu .sub-menu .sub-menu{margin:-31px 0 0 199px}.nav-primary{padding:12px 10px 12px 0;background:#eef0f3;margin-top:0}.nav-primary .sub-menu .sub-menu{margin:0!important}.genesis-nav-menu .sub-menu{border:0;width:100%}.mia-home .home-area .enews-widget input[type=submit]{margin:10px 0 0;width:100%}.mia-home .home-area .enews-widget input#subbox,.mia-home .home-area .enews-widget input#subbox1,.mia-home .home-area .enews-widget input#subbox2,.mia-home .enews-widget input[type=submit],.sidebar .enews-widget input#subbox,.sidebar .enews-widget input#subbox1,.sidebar .enews-widget input#subbox2,.sidebar .enews-widget input[type=submit],.after-entry .enews-widget input#subbox,.after-entry .enews-widget input#subbox1,.after-entry .enews-widget input#subbox2,.after-entry .enews-widget input[type=submit]{display:inline-block;width:100%;margin-left:0;margin-bottom:10px}.mia-home .home-area .enews .widget-title{float:none;margin:0 auto;border-right:0;padding:10px 0 30px!important}.mia-home .home-area .enews .widget-title{padding:0 0 10px!important;margin:0 auto}.mia-contact-left .one-half,.mia-contact-right .one-half{margin-bottom:15px;width:100%!important}.footer-widgets-1,.footer-widgets-2,.footer-widgts-3{width:100%}.footer-widgets-2{border:0}.nf-form-layout{padding:22px 22px 2px}.footer-widgets .wrap,.footer-widgets{max-width:100%;width:100%!important}.footer-widgets-1 .widget,.footer-widgets-2 .widget,.footer-widgets-3 .widget{padding:0;margin:0}.footer-widgets .widget_nav_menu{margin-top:0!important}}@media only screen and (max-width:650px){.flexible-widgets{padding:50px 30px 30px}.mia-instagram{display:none}.mia-instagram .widget-title{top:42%;font-size:22px;padding:8px 35px;width:auto}.mia-category-archive .filter-menu{float:none;margin:15px auto;text-align:center}.share-after{margin-bottom:8px;margin-top:0;text-align:center}.mia-home .home-area .widget-title,.mia-instagram .widget-title{text-align:center}.entry-footer .entry-meta{line-height:1.8;text-align:center!important}.mia-instagram .textwidget p{float:none;margin-top:-5px;text-align:center;margin-bottom:30px}.mia-insta .site-container{padding-left:0;padding-right:0}.mia-insta .widget .entry{margin-bottom:6%}.mia-landing,.mia-landing .site-container{margin-top:0;padding-top:0}.mia-landing .site-inner{padding:0}.mia-backtotop{display:none}.archive-pagination{margin-bottom:30px}.header-image .site-header{padding:0 30px}.header-image .site-title a{background-size:contain!important;width:100%;margin-top:0}.mia-home .home-area .enews-widget{padding:0}.sidebar .featuredpost .entry{max-width:100%;padding-left:0;padding-right:0}}@media only screen and (max-width:600px){html>body .slide-excerpt-border{width:unset!important;min-width:300px!important}.related-post{width:100%;padding-bottom:20px}.related-post:last-child{padding-bottom:0}.mia-home .featuredpost .post{width:100%;margin:0;margin-bottom:30px}.mia-home .front-page-1 .featuredpage.widget{width:100%;margin:0 auto 15px}.mia-home .front-page-1 .featuredpage.widget:last-of-type{margin-bottom:-25px}.mia-home .home-area{padding:20px 20px 25px}.mia-home .front-page-1{padding-top:0;padding-bottom:30px}}@media only screen and (max-width:480px){.pagination-next,.pagination-previous{margin-bottom:20px;margin-top:-15px}.mia-trending .wpp-list-with-thumbnails img{width:110px}.mia-trending .wrap{margin-bottom:0}.mia-home .content-sidebar-wrap{margin-top:5px}.mia-home .home-area .widget-title{margin-bottom:22px;margin-top:12px;letter-spacing:1.5px;font-size:16px}.mia-home .about h3{font-size:64px}.mia-home .about h4{font-size:15px}.mia-home .featuredpost .entry-title{width:100%;padding:15px 12px}.mia-home .home-area .enews .widget-title{font-size:36px}.mia-home .featuredpage .widget-title{top:38%}.mia-insta .site-inner{padding-top:10px}.mia-trending .wpp-list-with-thumbnails li{width:100%}.mia-newsletter .wrap,.mia-trending .wrap{width:100%;padding:20px}.mia-newsletter{padding:0}.mia-home .flexible-widgets .featuredpage{padding:0}.header-image .site-title,.header-image .title-area{padding:0}.header-image.mia-insta .site-inner{padding-top:0}.post-navigation-title h3{font-size:24px}.flexible-widgets,.flexible-widgets,.mia-home .odd .flexible-widgets,.front-page-6 .flexible-widgets{padding:0}.mia-home .front-page-6 .featuredpage .widget-title{padding:5px 0 0}.mia-home .front-page-5{padding-top:32px}.mia-home .featuredpage .entry{margin-bottom:20px}.mia-home .front-page-1 .featuredpage .entry{margin-bottom:0}.mia-home .widget-4.featuredpage .entry{margin-bottom:8px}.single-post.full-width-content .entry-header{padding:20px 15px}.widget .entry{margin-bottom:10px}.entry-title{font-size:36px}.mia-insta .featured-content .entry{width:100%}.mia-insta .featured-content .entry:nth-of-type(2n){margin-left:0}.title-area{padding:30px 0 10px}.archive-pagination li a{margin-bottom:10px}.mia-home .site-inner{margin-bottom:0}.site-title{font-size:64px}.archive-description,.author-box{margin-bottom:25px}.mia-category-archive .entry-title{margin-bottom:0}.mia-featured .entry .widget{width:100%;float:none}.category-page .featured-content .entry,.category-page .featured-content .entry:nth-of-type(2n),.category-page .featured-content .entry:nth-of-type(3n),.sidebar .featured-content,.mia-category-archive .entry{text-align:center;width:100%}.portfolio-featured-image{margin:0}.mia-portfolio .archive-title{margin-bottom:0;padding-bottom:0}.mia-portfolio .entry-title{margin-bottom:20px}.mia-home .home-area .enews-widget input#subbox,.mia-home .home-area .enews-widget input#subbox1,.mia-home .home-area .enews-widget input#subbox2,.mia-home .home-area .enews-widget input#subbox,.mia-home .home-area .enews-widget input[type=submit]{margin:6px 0;width:100%!important}.footer-menu,.copyright{line-height:2}#genesis-responsive-slider{margin-top:0!important}html>body .slide-excerpt-border{min-width:280px!important}.slide-excerpt-border h2,.slide-excerpt-border h2 a{font-size:26px!important;line-height:1.3!important;margin-bottom:10px}.slide-excerpt-border{padding:5px 18px 0!important}.page.page-template-default:not(.home) .entry-title,.content .category-page .widget-title,.mia-portfolio .archive-title{text-align:center;font-size:28px}.post-navigation-title{padding-top:0}.mia-instagram .widget-title{transform:none;-webkit-transform:none;border:0;position:unset;padding:0;margin-bottom:14px}.mia-before-content .enews-widget .widget-title{margin-bottom:12px;padding-right:0;font-size:26px}.mia-before-content{padding:20px;margin-top:0}.mia-before-content .enews-widget input{width:100%;margin:6px 0}.mia-before-content .enews-widget input[type=submit]{width:100%;margin-left:0}.footer-widgets-1,.footer-widgets-2,.footer-widgets-3{padding-left:30px;padding-right:30px}.footer-widgets{margin-top:-30px}}@media only screen and (max-width:390px){.header-image .site-header{padding:0 20px}.header-image.header-full-width .site-title>a{margin-bottom:0;margin-top:0}html>body .slide-excerpt-border{min-width:220px!important}}
.shared-counts-wrap.style-fancy .facebook.shared-counts-button,.shared-counts-wrap.style-slim .facebook.shared-counts-button,.shared-counts-wrap.style-classic .facebook.shared-counts-button,.shared-counts-wrap.style-block .facebook.shared-counts-button,.shared-counts-wrap.style-rounded .facebook.shared-counts-button,.shared-counts-wrap.style-buttons .facebook.shared-counts-button,.shared-counts-wrap.style-bar .facebook.shared-counts-button:not(.included_total),.shared-counts-wrap.style-fancy .facebook_likes.shared-counts-button,.shared-counts-wrap.style-slim .facebook_likes.shared-counts-button,.shared-counts-wrap.style-classic .facebook_likes.shared-counts-button,.shared-counts-wrap.style-block .facebook_likes.shared-counts-button,.shared-counts-wrap.style-rounded .facebook_likes.shared-counts-button,.shared-counts-wrap.style-buttons .facebook_likes.shared-counts-button,.shared-counts-wrap.style-bar .facebook_likes.shared-counts-button:not(.included_total),.shared-counts-wrap.style-fancy .facebook_shares.shared-counts-button,.shared-counts-wrap.style-slim .facebook_shares.shared-counts-button,.shared-counts-wrap.style-classic .facebook_shares.shared-counts-button,.shared-counts-wrap.style-block .facebook_shares.shared-counts-button,.shared-counts-wrap.style-rounded .facebook_shares.shared-counts-button,.shared-counts-wrap.style-buttons .facebook_shares.shared-counts-button,.shared-counts-wrap.style-bar .facebook_shares.shared-counts-button:not(.included_total),.shared-counts-wrap.style-fancy .facebook_comments.shared-counts-button,.shared-counts-wrap.style-slim .facebook_comments.shared-counts-button,.shared-counts-wrap.style-classic .facebook_comments.shared-counts-button,.shared-counts-wrap.style-block .facebook_comments.shared-counts-button,.shared-counts-wrap.style-rounded .facebook_comments.shared-counts-button,.shared-counts-wrap.style-buttons .facebook_comments.shared-counts-button,.shared-counts-wrap.style-bar .facebook_comments.shared-counts-button:not(.included_total){background-color:#3B5998}.shared-counts-wrap.style-fancy .facebook.shared-counts-button:hover,.shared-counts-wrap.style-slim .facebook.shared-counts-button:hover,.shared-counts-wrap.style-classic .facebook.shared-counts-button:hover,.shared-counts-wrap.style-block .facebook.shared-counts-button:hover,.shared-counts-wrap.style-rounded .facebook.shared-counts-button:hover,.shared-counts-wrap.style-buttons .facebook.shared-counts-button:hover,.shared-counts-wrap.style-bar .facebook.shared-counts-button:hover:not(.included_total),.shared-counts-wrap.style-fancy .facebook_likes.shared-counts-button:hover,.shared-counts-wrap.style-slim .facebook_likes.shared-counts-button:hover,.shared-counts-wrap.style-classic .facebook_likes.shared-counts-button:hover,.shared-counts-wrap.style-block .facebook_likes.shared-counts-button:hover,.shared-counts-wrap.style-rounded .facebook_likes.shared-counts-button:hover,.shared-counts-wrap.style-buttons .facebook_likes.shared-counts-button:hover,.shared-counts-wrap.style-bar .facebook_likes.shared-counts-button:hover:not(.included_total),.shared-counts-wrap.style-fancy .facebook_shares.shared-counts-button:hover,.shared-counts-wrap.style-slim .facebook_shares.shared-counts-button:hover,.shared-counts-wrap.style-classic .facebook_shares.shared-counts-button:hover,.shared-counts-wrap.style-block .facebook_shares.shared-counts-button:hover,.shared-counts-wrap.style-rounded .facebook_shares.shared-counts-button:hover,.shared-counts-wrap.style-buttons .facebook_shares.shared-counts-button:hover,.shared-counts-wrap.style-bar .facebook_shares.shared-counts-button:hover:not(.included_total),.shared-counts-wrap.style-fancy .facebook_comments.shared-counts-button:hover,.shared-counts-wrap.style-slim .facebook_comments.shared-counts-button:hover,.shared-counts-wrap.style-classic .facebook_comments.shared-counts-button:hover,.shared-counts-wrap.style-block .facebook_comments.shared-counts-button:hover,.shared-counts-wrap.style-rounded .facebook_comments.shared-counts-button:hover,.shared-counts-wrap.style-buttons .facebook_comments.shared-counts-button:hover,.shared-counts-wrap.style-bar .facebook_comments.shared-counts-button:hover:not(.included_total){background-color:#2d4373}.shared-counts-wrap.style-fancy .twitter.shared-counts-button,.shared-counts-wrap.style-slim .twitter.shared-counts-button,.shared-counts-wrap.style-classic .twitter.shared-counts-button,.shared-counts-wrap.style-block .twitter.shared-counts-button,.shared-counts-wrap.style-rounded .twitter.shared-counts-button,.shared-counts-wrap.style-buttons .twitter.shared-counts-button,.shared-counts-wrap.style-bar .twitter.shared-counts-button:not(.included_total){background-color:#00B6F1}.shared-counts-wrap.style-fancy .twitter.shared-counts-button:hover,.shared-counts-wrap.style-slim .twitter.shared-counts-button:hover,.shared-counts-wrap.style-classic .twitter.shared-counts-button:hover,.shared-counts-wrap.style-block .twitter.shared-counts-button:hover,.shared-counts-wrap.style-rounded .twitter.shared-counts-button:hover,.shared-counts-wrap.style-buttons .twitter.shared-counts-button:hover,.shared-counts-wrap.style-bar .twitter.shared-counts-button:hover:not(.included_total){background-color:#008fbe}.shared-counts-wrap.style-fancy .pinterest.shared-counts-button,.shared-counts-wrap.style-slim .pinterest.shared-counts-button,.shared-counts-wrap.style-classic .pinterest.shared-counts-button,.shared-counts-wrap.style-block .pinterest.shared-counts-button,.shared-counts-wrap.style-rounded .pinterest.shared-counts-button,.shared-counts-wrap.style-buttons .pinterest.shared-counts-button,.shared-counts-wrap.style-bar .pinterest.shared-counts-button:not(.included_total){background-color:#CB2027}.shared-counts-wrap.style-fancy .pinterest.shared-counts-button:hover,.shared-counts-wrap.style-slim .pinterest.shared-counts-button:hover,.shared-counts-wrap.style-classic .pinterest.shared-counts-button:hover,.shared-counts-wrap.style-block .pinterest.shared-counts-button:hover,.shared-counts-wrap.style-rounded .pinterest.shared-counts-button:hover,.shared-counts-wrap.style-buttons .pinterest.shared-counts-button:hover,.shared-counts-wrap.style-bar .pinterest.shared-counts-button:hover:not(.included_total){background-color:#9f191f}.shared-counts-wrap.style-fancy .stumbleupon.shared-counts-button,.shared-counts-wrap.style-slim .stumbleupon.shared-counts-button,.shared-counts-wrap.style-classic .stumbleupon.shared-counts-button,.shared-counts-wrap.style-block .stumbleupon.shared-counts-button,.shared-counts-wrap.style-rounded .stumbleupon.shared-counts-button,.shared-counts-wrap.style-buttons .stumbleupon.shared-counts-button,.shared-counts-wrap.style-bar .stumbleupon.shared-counts-button:not(.included_total){background-color:#eb4924}.shared-counts-wrap.style-fancy .stumbleupon.shared-counts-button:hover,.shared-counts-wrap.style-slim .stumbleupon.shared-counts-button:hover,.shared-counts-wrap.style-classic .stumbleupon.shared-counts-button:hover,.shared-counts-wrap.style-block .stumbleupon.shared-counts-button:hover,.shared-counts-wrap.style-rounded .stumbleupon.shared-counts-button:hover,.shared-counts-wrap.style-buttons .stumbleupon.shared-counts-button:hover,.shared-counts-wrap.style-bar .stumbleupon.shared-counts-button:hover:not(.included_total){background-color:#ca3412}.shared-counts-wrap.style-fancy .linkedin.shared-counts-button,.shared-counts-wrap.style-slim .linkedin.shared-counts-button,.shared-counts-wrap.style-classic .linkedin.shared-counts-button,.shared-counts-wrap.style-block .linkedin.shared-counts-button,.shared-counts-wrap.style-rounded .linkedin.shared-counts-button,.shared-counts-wrap.style-buttons .linkedin.shared-counts-button,.shared-counts-wrap.style-bar .linkedin.shared-counts-button:not(.included_total){background-color:#007BB6}.shared-counts-wrap.style-fancy .linkedin.shared-counts-button:hover,.shared-counts-wrap.style-slim .linkedin.shared-counts-button:hover,.shared-counts-wrap.style-classic .linkedin.shared-counts-button:hover,.shared-counts-wrap.style-block .linkedin.shared-counts-button:hover,.shared-counts-wrap.style-rounded .linkedin.shared-counts-button:hover,.shared-counts-wrap.style-buttons .linkedin.shared-counts-button:hover,.shared-counts-wrap.style-bar .linkedin.shared-counts-button:hover:not(.included_total){background-color:#005983}.shared-counts-wrap.style-fancy .google.shared-counts-button,.shared-counts-wrap.style-slim .google.shared-counts-button,.shared-counts-wrap.style-classic .google.shared-counts-button,.shared-counts-wrap.style-block .google.shared-counts-button,.shared-counts-wrap.style-rounded .google.shared-counts-button,.shared-counts-wrap.style-buttons .google.shared-counts-button,.shared-counts-wrap.style-bar .google.shared-counts-button:not(.included_total){background-color:#dd4b39}.shared-counts-wrap.style-fancy .google.shared-counts-button:hover,.shared-counts-wrap.style-slim .google.shared-counts-button:hover,.shared-counts-wrap.style-classic .google.shared-counts-button:hover,.shared-counts-wrap.style-block .google.shared-counts-button:hover,.shared-counts-wrap.style-rounded .google.shared-counts-button:hover,.shared-counts-wrap.style-buttons .google.shared-counts-button:hover,.shared-counts-wrap.style-bar .google.shared-counts-button:hover:not(.included_total){background-color:#c23321}.shared-counts-wrap.style-fancy .yummly.shared-counts-button,.shared-counts-wrap.style-slim .yummly.shared-counts-button,.shared-counts-wrap.style-classic .yummly.shared-counts-button,.shared-counts-wrap.style-block .yummly.shared-counts-button,.shared-counts-wrap.style-rounded .yummly.shared-counts-button,.shared-counts-wrap.style-buttons .yummly.shared-counts-button,.shared-counts-wrap.style-bar .yummly.shared-counts-button:not(.included_total){background-color:#E16120}.shared-counts-wrap.style-fancy .yummly.shared-counts-button:hover,.shared-counts-wrap.style-slim .yummly.shared-counts-button:hover,.shared-counts-wrap.style-classic .yummly.shared-counts-button:hover,.shared-counts-wrap.style-block .yummly.shared-counts-button:hover,.shared-counts-wrap.style-rounded .yummly.shared-counts-button:hover,.shared-counts-wrap.style-buttons .yummly.shared-counts-button:hover,.shared-counts-wrap.style-bar .yummly.shared-counts-button:hover:not(.included_total){background-color:#b64d18}.shared-counts-wrap.style-fancy .included_total.shared-counts-button,.shared-counts-wrap.style-slim .included_total.shared-counts-button,.shared-counts-wrap.style-classic .included_total.shared-counts-button,.shared-counts-wrap.style-block .included_total.shared-counts-button,.shared-counts-wrap.style-rounded .included_total.shared-counts-button,.shared-counts-wrap.style-buttons .included_total.shared-counts-button,.shared-counts-wrap.style-bar .included_total.shared-counts-button:not(.included_total){background-color:#999999}.shared-counts-wrap.style-fancy .email.shared-counts-button,.shared-counts-wrap.style-slim .email.shared-counts-button,.shared-counts-wrap.style-classic .email.shared-counts-button,.shared-counts-wrap.style-block .email.shared-counts-button,.shared-counts-wrap.style-rounded .email.shared-counts-button,.shared-counts-wrap.style-buttons .email.shared-counts-button,.shared-counts-wrap.style-bar .email.shared-counts-button:not(.included_total){background-color:#424345}.shared-counts-wrap.style-fancy .email.shared-counts-button:hover,.shared-counts-wrap.style-slim .email.shared-counts-button:hover,.shared-counts-wrap.style-classic .email.shared-counts-button:hover,.shared-counts-wrap.style-block .email.shared-counts-button:hover,.shared-counts-wrap.style-rounded .email.shared-counts-button:hover,.shared-counts-wrap.style-buttons .email.shared-counts-button:hover,.shared-counts-wrap.style-bar .email.shared-counts-button:hover:not(.included_total){background-color:#292a2b}.shared-counts-wrap.style-fancy .print.shared-counts-button,.shared-counts-wrap.style-slim .print.shared-counts-button,.shared-counts-wrap.style-classic .print.shared-counts-button,.shared-counts-wrap.style-block .print.shared-counts-button,.shared-counts-wrap.style-rounded .print.shared-counts-button,.shared-counts-wrap.style-buttons .print.shared-counts-button,.shared-counts-wrap.style-bar .print.shared-counts-button:not(.included_total){background-color:#4D4D4D}.shared-counts-wrap.style-fancy .print.shared-counts-button:hover,.shared-counts-wrap.style-slim .print.shared-counts-button:hover,.shared-counts-wrap.style-classic .print.shared-counts-button:hover,.shared-counts-wrap.style-block .print.shared-counts-button:hover,.shared-counts-wrap.style-rounded .print.shared-counts-button:hover,.shared-counts-wrap.style-buttons .print.shared-counts-button:hover,.shared-counts-wrap.style-bar .print.shared-counts-button:hover:not(.included_total){background-color:#343434}.shared-counts-wrap{margin:0 0 20px 0;overflow:hidden;width:100%}.shared-counts-wrap .shared-counts-label{letter-spacing:normal}.shared-counts-wrap.style-fancy{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:92px;position:relative}.shared-counts-wrap.style-fancy .shared-counts-button{border-radius:4px;color:#fff;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:10px;line-height:0;text-align:center}.shared-counts-wrap.style-fancy .shared-counts-button:hover{text-decoration:none;-ms-flex-preferred-size:10%;flex-basis:10%}@media only screen and (min-width: 768px){.shared-counts-wrap.style-fancy .shared-counts-button:hover .shared-counts-label{width:80px;opacity:1}}.shared-counts-wrap.style-fancy .shared-counts-button .shared-counts-count{display:inline-block;line-height:32px;font-size:14px}.shared-counts-wrap.style-fancy .shared-counts-button .shared-counts-icon{display:block;float:left;width:30px;height:32px;text-align:center}.shared-counts-wrap.style-fancy .shared-counts-button svg{fill:#fff;width:18px;height:18px;margin-top:7px}.shared-counts-wrap.style-fancy .shared-counts-button .shared-counts-label{display:block;float:left;font-size:14px;font-weight:400;height:32px;margin:0 0 0 6px;vertical-align:middle;line-height:32px;color:#fff;-webkit-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;width:1px;max-width:calc( 100% - 40px);overflow:hidden;opacity:0;text-align:left}.shared-counts-wrap.style-fancy .shared-counts-button.included_total{position:absolute;top:0;right:0;width:76px;background:transparent;color:#999999}.shared-counts-wrap.style-fancy .shared-counts-button.included_total:hover{background:transparent}.shared-counts-wrap.style-fancy .shared-counts-button.included_total svg{fill:#999999}.shared-counts-wrap.style-fancy .shared-counts-button.included_total .shared-counts-count,.shared-counts-wrap.style-fancy .shared-counts-button.included_total .shared-counts-label{line-height:16px;position:absolute;top:0;right:0;width:calc( 100% - 32px);text-align:center}.shared-counts-wrap.style-fancy .shared-counts-button.included_total .shared-counts-label{color:#999999;top:16px;opacity:1;font-size:10px;text-transform:uppercase;height:16px}.shared-counts-wrap.style-slim .shared-counts-button{border-radius:2px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-weight:700;display:inline-block;line-height:0;margin-right:8px}.shared-counts-wrap.style-slim .shared-counts-button:last-child{margin-right:0}.shared-counts-wrap.style-slim .shared-counts-button:hover .shared-counts-label{width:auto;max-width:100px;margin-right:14px;opacity:1}.shared-counts-wrap.style-slim .shared-counts-button .shared-counts-icon{float:left;display:block;margin:5px 10px}.shared-counts-wrap.style-slim .shared-counts-button .shared-counts-icon svg{fill:#fff;width:12px;height:12px}.shared-counts-wrap.style-slim .shared-counts-button .shared-counts-label{color:#fff;display:block;float:left;font-size:12px;margin:4px 0 0 0;line-height:14px;transition:all 0.4s ease-in-out;max-width:1px;overflow:hidden;opacity:0}.shared-counts-wrap.style-slim .shared-counts-button .shared-counts-count{background-color:#fff;border:1px solid #AAAAAA;border-radius:0 2px 2px 0;color:#4D4D4D;display:block;float:right;font-size:12px;height:22px;line-height:20px;margin-right:-2px;min-width:25px;padding:0 8px;position:relative}.shared-counts-wrap.style-classic .shared-counts-button{border-radius:2px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-weight:700;display:inline-block;line-height:0;margin-right:8px}.shared-counts-wrap.style-classic .shared-counts-button:last-child{margin-right:0}.shared-counts-wrap.style-classic .shared-counts-button .shared-counts-icon{float:left;display:block;margin:6px 8px 6px 6px}.shared-counts-wrap.style-classic .shared-counts-button .shared-counts-icon svg{fill:#fff;width:10px;height:10px}.shared-counts-wrap.style-classic .shared-counts-button .shared-counts-label{color:#fff;display:block;float:left;font-size:12px;margin:4px 11px 0 0;line-height:14px}.shared-counts-wrap.style-classic .shared-counts-button .shared-counts-count{background-color:#fff;border:1px solid #AAAAAA;border-radius:0 2px 2px 0;color:#4D4D4D;display:block;float:right;font-size:12px;height:22px;line-height:20px;margin-right:-2px;min-width:25px;padding:0 8px;position:relative}.shared-counts-wrap.style-classic .shared-counts-button .shared-counts-count:after,.shared-counts-wrap.style-classic .shared-counts-button .shared-counts-count:before{content:'';display:block;position:absolute;top:50%;margin-top:-6px;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid}.shared-counts-wrap.style-classic .shared-counts-button .shared-counts-count:after{left:-5px;border-right-color:#fff}.shared-counts-wrap.style-classic .shared-counts-button .shared-counts-count:before{left:-6px;border-right-color:#fff}.shared-counts-wrap.style-icon .shared-counts-button{float:left;display:block;margin:0}.shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon{display:block;width:32px;height:32px;line-height:32px;text-align:center}.shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg{fill:#999999;width:16px;height:16px}.shared-counts-wrap.style-icon .shared-counts-button:hover{text-decoration:none}.shared-counts-wrap.style-icon .shared-counts-button:hover.facebook svg{fill:#3B5998}.shared-counts-wrap.style-icon .shared-counts-button:hover.twitter svg{fill:#00B6F1}.shared-counts-wrap.style-icon .shared-counts-button:hover.google svg{fill:#dd4b39}.shared-counts-wrap.style-icon .shared-counts-button:hover.linkedin svg{fill:#007BB6}.shared-counts-wrap.style-icon .shared-counts-button:hover.pinterest svg{fill:#CB2027}.shared-counts-wrap.style-icon .shared-counts-button:hover.stumbleupon svg{fill:#eb4924}.shared-counts-wrap.style-icon .shared-counts-button:hover.yummly svg{fill:#E16120}.shared-counts-wrap.style-icon .shared-counts-button:hover.email svg{fill:#424345}.shared-counts-wrap.style-icon .shared-counts-button:hover.print svg{fill:#4D4D4D}.shared-counts-wrap.style-icon .shared-counts-button.included_total{color:#424345;font-size:20px;line-height:32px}.shared-counts-wrap.style-icon .shared-counts-button.included_total .shared-counts-icon{display:none}.shared-counts-wrap.style-icon .shared-counts-button.included_total .shared-counts-icon-label{float:right;padding-left:5px}.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-label,.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-count{display:none}.shared-counts-wrap.style-block .shared-counts-button,.shared-counts-wrap.style-rounded .shared-counts-button,.shared-counts-wrap.style-buttons .shared-counts-button{display:block;float:left;margin:0;width:32px;height:32px;line-height:0;text-align:center}.shared-counts-wrap.style-block .shared-counts-button svg,.shared-counts-wrap.style-rounded .shared-counts-button svg,.shared-counts-wrap.style-buttons .shared-counts-button svg{fill:#fff;width:16px;height:16px;margin-top:8px}.shared-counts-wrap.style-block .shared-counts-button .shared-counts-label,.shared-counts-wrap.style-rounded .shared-counts-button .shared-counts-label,.shared-counts-wrap.style-buttons .shared-counts-button .shared-counts-label,.shared-counts-wrap.style-block .shared-counts-button .shared-counts-count,.shared-counts-wrap.style-rounded .shared-counts-button .shared-counts-count,.shared-counts-wrap.style-buttons .shared-counts-button .shared-counts-count{display:none}.shared-counts-wrap.style-block .shared-counts-button.included_total,.shared-counts-wrap.style-rounded .shared-counts-button.included_total,.shared-counts-wrap.style-buttons .shared-counts-button.included_total{background:transparent;width:auto;padding:0 10px;font-size:22px;line-height:32px}.shared-counts-wrap.style-block .shared-counts-button.included_total:hover,.shared-counts-wrap.style-rounded .shared-counts-button.included_total:hover,.shared-counts-wrap.style-buttons .shared-counts-button.included_total:hover{background:transparent}.shared-counts-wrap.style-block .shared-counts-button.included_total .shared-counts-label,.shared-counts-wrap.style-rounded .shared-counts-button.included_total .shared-counts-label,.shared-counts-wrap.style-buttons .shared-counts-button.included_total .shared-counts-label,.shared-counts-wrap.style-block .shared-counts-button.included_total .shared-counts-count,.shared-counts-wrap.style-rounded .shared-counts-button.included_total .shared-counts-count,.shared-counts-wrap.style-buttons .shared-counts-button.included_total .shared-counts-count{display:block}.shared-counts-wrap.style-block .shared-counts-button.included_total .shared-counts-count,.shared-counts-wrap.style-rounded .shared-counts-button.included_total .shared-counts-count,.shared-counts-wrap.style-buttons .shared-counts-button.included_total .shared-counts-count{float:left;padding-right:3px}.shared-counts-wrap.style-block .shared-counts-button.included_total .shared-counts-icon-label,.shared-counts-wrap.style-rounded .shared-counts-button.included_total .shared-counts-icon-label,.shared-counts-wrap.style-buttons .shared-counts-button.included_total .shared-counts-icon-label{float:right}.shared-counts-wrap.style-block .shared-counts-button.included_total .shared-counts-icon,.shared-counts-wrap.style-rounded .shared-counts-button.included_total .shared-counts-icon,.shared-counts-wrap.style-buttons .shared-counts-button.included_total .shared-counts-icon{display:none}.shared-counts-wrap.style-bar a:first-of-type{border-radius:5px 0 0 5px}.shared-counts-wrap.style-bar a:last-of-type{border-radius:0 5px 5px 0}.shared-counts-wrap.style-bar .shared-counts-button:not(.included_total){color:#fff;display:block;float:left;font-size:13px;font-weight:700;line-height:0;padding:4px 10px;margin:0;text-align:center}.shared-counts-wrap.style-bar .shared-counts-button:not(.included_total) .shared-counts-icon{line-height:0;display:block;float:left;padding-right:10px}.shared-counts-wrap.style-bar .shared-counts-button:not(.included_total) svg{fill:#fff;width:16px;height:16px}.shared-counts-wrap.style-bar .shared-counts-button:not(.included_total) .shared-counts-label{display:block;float:left;line-height:16px}.shared-counts-wrap.style-bar .shared-counts-button:not(.included_total) .shared-counts-count{display:none}.shared-counts-wrap.style-bar .shared-counts-button.included_total{background:transparent;display:block;float:left;padding:0 10px;font-size:18px;line-height:24px}.shared-counts-wrap.style-bar .shared-counts-button.included_total:hover{background:transparent}.shared-counts-wrap.style-bar .shared-counts-button.included_total .shared-counts-label,.shared-counts-wrap.style-bar .shared-counts-button.included_total .shared-counts-count{display:block}.shared-counts-wrap.style-bar .shared-counts-button.included_total .shared-counts-count{float:left;padding-right:3px}.shared-counts-wrap.style-bar .shared-counts-button.included_total .shared-counts-icon-label{float:right}.shared-counts-wrap.style-bar .shared-counts-button.included_total .shared-counts-icon{display:none}.shared-counts-wrap.style-rounded a.shared-counts-button{width:64px}.shared-counts-wrap.style-rounded a.shared-counts-button:first-of-type{border-radius:100px 0 0 100px}.shared-counts-wrap.style-rounded a.shared-counts-button:last-of-type{border-radius:0 100px 100px 0}.shared-counts-wrap.style-buttons .shared-counts-button{margin-right:12px}.shared-counts-wrap.style-buttons .shared-counts-button:last-child{margin-right:0}.shared-counts-wrap.style-buttons a.shared-counts-button{border-radius:16px;width:64px}#shared-counts-modal-wrap{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;background:rgba(0,0,0,0.4);z-index:999;overflow:hidden}.shared-counts-modal{background:#fff;border-radius:4px;box-shadow:0 2px 8px 0 rgba(0,0,0,0.4);font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;width:350px;position:absolute;top:50%;left:50%;margin-left:-175px;transform:translateY(-50%);overflow:hidden}#shared-counts-modal-close{position:absolute;top:8px;right:8px;height:8px;width:8px;display:block;line-height:0;z-index:2}.shared-counts-modal-header{background:#3B5897;color:#fff;line-height:1.2;position:relative;padding:24px;padding-left:88px;z-index:1}.shared-counts-modal-icon{position:absolute;left:24px;top:50%;margin-top:-24px;width:48px;height:48px;fill:#fff}.shared-counts-modal-title{display:block;font-size:20px;margin-bottom:4px}.shared-counts-modal-subtitle{font-size:14px}.shared-counts-modal-content{padding:24px;position:relative}.shared-counts-modal-content label{display:none}.shared-counts-modal-content input[type="text"],.shared-counts-modal-content input[type="email"]{background:#fff;border:1px solid #D9D9D9;border-radius:4px;box-shadow:none;font-size:14px;line-height:16px;padding:8px;width:100%}.shared-counts-modal-content p{margin-bottom:12px}.shared-counts-modal-content .shared-counts-modal-submit{margin-bottom:0;text-align:center}.shared-counts-modal-content .shared-counts-modal-submit button{background:#3B5897;border:none;border-radius:16px;box-shadow:none;color:#fff;font-size:13px;font-weight:700;line-height:16px;padding:8px 32px}.shared-counts-modal-content .shared-counts-modal-submit button:hover{background:#2d4372;color:#fff}.shared-counts-modal-validation{display:none}#shared-counts-modal-recaptcha{margin:16px 0 18px}#shared-counts-modal-sent{position:absolute;width:calc( 100% - 48px);text-align:center;top:50%;transform:translateY(-50%);display:none}


.wp-block-jetpack-layout-grid-editor,.wp-block-jetpack-layout-grid{padding-left:24px;padding-right:24px;box-sizing:border-box}.wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__none,.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__none{padding-left:0;padding-right:0}.wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__small,.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__small{padding-left:8px;padding-right:8px}.wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__medium,.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__medium{padding-left:16px;padding-right:16px}.wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__huge,.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__huge{padding-left:48px;padding-right:48px}.wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__nowrap,.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__nowrap{padding-left:0;padding-right:0}.wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-none,.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-none{padding:0}.wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-none.has-background,.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-none.has-background{padding:0 13px}.wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column,.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column{padding:8px}.wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column.has-background,.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column.has-background{padding:8px 21px}.wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column,.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column{padding:16px}.wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column.has-background,.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column.has-background{padding:16px 29px}.wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column,.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column{padding:24px}.wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column.has-background,.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column.has-background{padding:24px 37px}.wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column,.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column{padding:48px}.wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column.has-background,.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column.has-background{padding:48px 61px}.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.has-background,.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.has-background{margin-left:-13px;margin-right:-13px;padding-left:13px;padding-right:13px;padding-top:.05px;padding-bottom:.05px}.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none,.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none{padding:0}.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none.has-background,.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none.has-background{padding:0 13px;max-width:calc( 100% + 26px)}.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small,.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small{padding:8px}.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small.has-background,.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small.has-background{padding:8px 21px;max-width:calc( 100% + 42px)}.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium,.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium{padding:16px}.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium.has-background,.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium.has-background{padding:16px 29px;max-width:calc( 100% + 58px)}.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large,.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large{padding:24px}.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large.has-background,.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large.has-background{padding:24px 37px;max-width:calc( 100% + 74px)}.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge,.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge{padding:48px}.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge.has-background,.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge.has-background{padding:48px 61px;max-width:calc( 100% + 122px)}.wp-block-jetpack-layout-grid.are-vertically-aligned-top{align-items:flex-start}.wp-block-jetpack-layout-grid.are-vertically-aligned-center{align-items:center}.wp-block-jetpack-layout-grid.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-jetpack-layout-grid-column.is-vertically-aligned-top{align-self:flex-start;height:100%}.wp-block-jetpack-layout-grid-column.is-vertically-aligned-center{align-self:center}.wp-block-jetpack-layout-grid-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-jetpack-layout-grid{display:grid;grid-gap:24px;grid-template-columns:repeat(4,1fr)}.wp-block-jetpack-layout-grid.column1-mobile-grid__start-1>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:1}.wp-block-jetpack-layout-grid.column2-mobile-grid__start-1>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:1}.wp-block-jetpack-layout-grid.column3-mobile-grid__start-1>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:1}.wp-block-jetpack-layout-grid.column4-mobile-grid__start-1>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:1}.wp-block-jetpack-layout-grid.column1-mobile-grid__start-2>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:2}.wp-block-jetpack-layout-grid.column2-mobile-grid__start-2>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:2}.wp-block-jetpack-layout-grid.column3-mobile-grid__start-2>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:2}.wp-block-jetpack-layout-grid.column4-mobile-grid__start-2>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:2}.wp-block-jetpack-layout-grid.column1-mobile-grid__start-3>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:3}.wp-block-jetpack-layout-grid.column2-mobile-grid__start-3>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:3}.wp-block-jetpack-layout-grid.column3-mobile-grid__start-3>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:3}.wp-block-jetpack-layout-grid.column4-mobile-grid__start-3>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:3}.wp-block-jetpack-layout-grid.column1-mobile-grid__start-4>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:4}.wp-block-jetpack-layout-grid.column2-mobile-grid__start-4>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:4}.wp-block-jetpack-layout-grid.column3-mobile-grid__start-4>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:4}.wp-block-jetpack-layout-grid.column4-mobile-grid__start-4>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:4}.wp-block-jetpack-layout-grid.column1-mobile-grid__start-5>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:5}.wp-block-jetpack-layout-grid.column2-mobile-grid__start-5>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:5}.wp-block-jetpack-layout-grid.column3-mobile-grid__start-5>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:5}.wp-block-jetpack-layout-grid.column4-mobile-grid__start-5>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:5}.wp-block-jetpack-layout-grid.column1-mobile-grid__start-6>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:6}.wp-block-jetpack-layout-grid.column2-mobile-grid__start-6>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:6}.wp-block-jetpack-layout-grid.column3-mobile-grid__start-6>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:6}.wp-block-jetpack-layout-grid.column4-mobile-grid__start-6>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:6}.wp-block-jetpack-layout-grid.column1-mobile-grid__start-7>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:7}.wp-block-jetpack-layout-grid.column2-mobile-grid__start-7>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:7}.wp-block-jetpack-layout-grid.column3-mobile-grid__start-7>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:7}.wp-block-jetpack-layout-grid.column4-mobile-grid__start-7>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:7}.wp-block-jetpack-layout-grid.column1-mobile-grid__start-8>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:8}.wp-block-jetpack-layout-grid.column2-mobile-grid__start-8>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:8}.wp-block-jetpack-layout-grid.column3-mobile-grid__start-8>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:8}.wp-block-jetpack-layout-grid.column4-mobile-grid__start-8>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:8}.wp-block-jetpack-layout-grid.column1-mobile-grid__start-9>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:9}.wp-block-jetpack-layout-grid.column2-mobile-grid__start-9>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:9}.wp-block-jetpack-layout-grid.column3-mobile-grid__start-9>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:9}.wp-block-jetpack-layout-grid.column4-mobile-grid__start-9>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:9}.wp-block-jetpack-layout-grid.column1-mobile-grid__start-10>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:10}.wp-block-jetpack-layout-grid.column2-mobile-grid__start-10>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:10}.wp-block-jetpack-layout-grid.column3-mobile-grid__start-10>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:10}.wp-block-jetpack-layout-grid.column4-mobile-grid__start-10>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:10}.wp-block-jetpack-layout-grid.column1-mobile-grid__start-11>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:11}.wp-block-jetpack-layout-grid.column2-mobile-grid__start-11>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:11}.wp-block-jetpack-layout-grid.column3-mobile-grid__start-11>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:11}.wp-block-jetpack-layout-grid.column4-mobile-grid__start-11>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:11}.wp-block-jetpack-layout-grid.column1-mobile-grid__start-12>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:12}.wp-block-jetpack-layout-grid.column2-mobile-grid__start-12>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:12}.wp-block-jetpack-layout-grid.column3-mobile-grid__start-12>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:12}.wp-block-jetpack-layout-grid.column4-mobile-grid__start-12>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:12}.wp-block-jetpack-layout-grid.column1-mobile-grid__span-1>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 1}.wp-block-jetpack-layout-grid.column2-mobile-grid__span-1>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 1}.wp-block-jetpack-layout-grid.column3-mobile-grid__span-1>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 1}.wp-block-jetpack-layout-grid.column4-mobile-grid__span-1>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 1}.wp-block-jetpack-layout-grid.column1-mobile-grid__span-2>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 2}.wp-block-jetpack-layout-grid.column2-mobile-grid__span-2>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 2}.wp-block-jetpack-layout-grid.column3-mobile-grid__span-2>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 2}.wp-block-jetpack-layout-grid.column4-mobile-grid__span-2>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 2}.wp-block-jetpack-layout-grid.column1-mobile-grid__span-3>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 3}.wp-block-jetpack-layout-grid.column2-mobile-grid__span-3>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 3}.wp-block-jetpack-layout-grid.column3-mobile-grid__span-3>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 3}.wp-block-jetpack-layout-grid.column4-mobile-grid__span-3>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 3}.wp-block-jetpack-layout-grid.column1-mobile-grid__span-4>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 4}.wp-block-jetpack-layout-grid.column2-mobile-grid__span-4>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 4}.wp-block-jetpack-layout-grid.column3-mobile-grid__span-4>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 4}.wp-block-jetpack-layout-grid.column4-mobile-grid__span-4>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 4}.wp-block-jetpack-layout-grid.column1-mobile-grid__span-5>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 5}.wp-block-jetpack-layout-grid.column2-mobile-grid__span-5>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 5}.wp-block-jetpack-layout-grid.column3-mobile-grid__span-5>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 5}.wp-block-jetpack-layout-grid.column4-mobile-grid__span-5>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 5}.wp-block-jetpack-layout-grid.column1-mobile-grid__span-6>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 6}.wp-block-jetpack-layout-grid.column2-mobile-grid__span-6>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 6}.wp-block-jetpack-layout-grid.column3-mobile-grid__span-6>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 6}.wp-block-jetpack-layout-grid.column4-mobile-grid__span-6>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 6}.wp-block-jetpack-layout-grid.column1-mobile-grid__span-7>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 7}.wp-block-jetpack-layout-grid.column2-mobile-grid__span-7>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 7}.wp-block-jetpack-layout-grid.column3-mobile-grid__span-7>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 7}.wp-block-jetpack-layout-grid.column4-mobile-grid__span-7>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 7}.wp-block-jetpack-layout-grid.column1-mobile-grid__span-8>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 8}.wp-block-jetpack-layout-grid.column2-mobile-grid__span-8>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 8}.wp-block-jetpack-layout-grid.column3-mobile-grid__span-8>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 8}.wp-block-jetpack-layout-grid.column4-mobile-grid__span-8>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 8}.wp-block-jetpack-layout-grid.column1-mobile-grid__span-9>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 9}.wp-block-jetpack-layout-grid.column2-mobile-grid__span-9>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 9}.wp-block-jetpack-layout-grid.column3-mobile-grid__span-9>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 9}.wp-block-jetpack-layout-grid.column4-mobile-grid__span-9>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 9}.wp-block-jetpack-layout-grid.column1-mobile-grid__span-10>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 10}.wp-block-jetpack-layout-grid.column2-mobile-grid__span-10>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 10}.wp-block-jetpack-layout-grid.column3-mobile-grid__span-10>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 10}.wp-block-jetpack-layout-grid.column4-mobile-grid__span-10>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 10}.wp-block-jetpack-layout-grid.column1-mobile-grid__span-11>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 11}.wp-block-jetpack-layout-grid.column2-mobile-grid__span-11>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 11}.wp-block-jetpack-layout-grid.column3-mobile-grid__span-11>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 11}.wp-block-jetpack-layout-grid.column4-mobile-grid__span-11>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 11}.wp-block-jetpack-layout-grid.column1-mobile-grid__span-12>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 12}.wp-block-jetpack-layout-grid.column2-mobile-grid__span-12>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 12}.wp-block-jetpack-layout-grid.column3-mobile-grid__span-12>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 12}.wp-block-jetpack-layout-grid.column4-mobile-grid__span-12>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 12}.wp-block-jetpack-layout-grid.column1-mobile-grid__row-1>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-row-start:1}.wp-block-jetpack-layout-grid.column2-mobile-grid__row-1>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-row-start:1}.wp-block-jetpack-layout-grid.column3-mobile-grid__row-1>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-row-start:1}.wp-block-jetpack-layout-grid.column4-mobile-grid__row-1>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-row-start:1}.wp-block-jetpack-layout-grid.column1-mobile-grid__row-2>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-row-start:2}.wp-block-jetpack-layout-grid.column2-mobile-grid__row-2>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-row-start:2}.wp-block-jetpack-layout-grid.column3-mobile-grid__row-2>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-row-start:2}.wp-block-jetpack-layout-grid.column4-mobile-grid__row-2>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-row-start:2}.wp-block-jetpack-layout-grid.column1-mobile-grid__row-3>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-row-start:3}.wp-block-jetpack-layout-grid.column2-mobile-grid__row-3>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-row-start:3}.wp-block-jetpack-layout-grid.column3-mobile-grid__row-3>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-row-start:3}.wp-block-jetpack-layout-grid.column4-mobile-grid__row-3>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-row-start:3}.wp-block-jetpack-layout-grid.column1-mobile-grid__row-4>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-row-start:4}.wp-block-jetpack-layout-grid.column2-mobile-grid__row-4>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-row-start:4}.wp-block-jetpack-layout-grid.column3-mobile-grid__row-4>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-row-start:4}.wp-block-jetpack-layout-grid.column4-mobile-grid__row-4>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-row-start:4}@media(min-width:600px){.wp-block-jetpack-layout-grid{grid-template-columns:repeat(8,1fr)}.wp-block-jetpack-layout-grid.column1-tablet-grid__start-1>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:1}.wp-block-jetpack-layout-grid.column2-tablet-grid__start-1>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:1}.wp-block-jetpack-layout-grid.column3-tablet-grid__start-1>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:1}.wp-block-jetpack-layout-grid.column4-tablet-grid__start-1>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:1}.wp-block-jetpack-layout-grid.column1-tablet-grid__start-2>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:2}.wp-block-jetpack-layout-grid.column2-tablet-grid__start-2>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:2}.wp-block-jetpack-layout-grid.column3-tablet-grid__start-2>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:2}.wp-block-jetpack-layout-grid.column4-tablet-grid__start-2>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:2}.wp-block-jetpack-layout-grid.column1-tablet-grid__start-3>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:3}.wp-block-jetpack-layout-grid.column2-tablet-grid__start-3>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:3}.wp-block-jetpack-layout-grid.column3-tablet-grid__start-3>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:3}.wp-block-jetpack-layout-grid.column4-tablet-grid__start-3>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:3}.wp-block-jetpack-layout-grid.column1-tablet-grid__start-4>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:4}.wp-block-jetpack-layout-grid.column2-tablet-grid__start-4>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:4}.wp-block-jetpack-layout-grid.column3-tablet-grid__start-4>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:4}.wp-block-jetpack-layout-grid.column4-tablet-grid__start-4>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:4}.wp-block-jetpack-layout-grid.column1-tablet-grid__start-5>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:5}.wp-block-jetpack-layout-grid.column2-tablet-grid__start-5>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:5}.wp-block-jetpack-layout-grid.column3-tablet-grid__start-5>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:5}.wp-block-jetpack-layout-grid.column4-tablet-grid__start-5>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:5}.wp-block-jetpack-layout-grid.column1-tablet-grid__start-6>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:6}.wp-block-jetpack-layout-grid.column2-tablet-grid__start-6>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:6}.wp-block-jetpack-layout-grid.column3-tablet-grid__start-6>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:6}.wp-block-jetpack-layout-grid.column4-tablet-grid__start-6>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:6}.wp-block-jetpack-layout-grid.column1-tablet-grid__start-7>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:7}.wp-block-jetpack-layout-grid.column2-tablet-grid__start-7>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:7}.wp-block-jetpack-layout-grid.column3-tablet-grid__start-7>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:7}.wp-block-jetpack-layout-grid.column4-tablet-grid__start-7>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:7}.wp-block-jetpack-layout-grid.column1-tablet-grid__start-8>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:8}.wp-block-jetpack-layout-grid.column2-tablet-grid__start-8>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:8}.wp-block-jetpack-layout-grid.column3-tablet-grid__start-8>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:8}.wp-block-jetpack-layout-grid.column4-tablet-grid__start-8>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:8}.wp-block-jetpack-layout-grid.column1-tablet-grid__start-9>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:9}.wp-block-jetpack-layout-grid.column2-tablet-grid__start-9>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:9}.wp-block-jetpack-layout-grid.column3-tablet-grid__start-9>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:9}.wp-block-jetpack-layout-grid.column4-tablet-grid__start-9>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:9}.wp-block-jetpack-layout-grid.column1-tablet-grid__start-10>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:10}.wp-block-jetpack-layout-grid.column2-tablet-grid__start-10>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:10}.wp-block-jetpack-layout-grid.column3-tablet-grid__start-10>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:10}.wp-block-jetpack-layout-grid.column4-tablet-grid__start-10>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:10}.wp-block-jetpack-layout-grid.column1-tablet-grid__start-11>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:11}.wp-block-jetpack-layout-grid.column2-tablet-grid__start-11>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:11}.wp-block-jetpack-layout-grid.column3-tablet-grid__start-11>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:11}.wp-block-jetpack-layout-grid.column4-tablet-grid__start-11>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:11}.wp-block-jetpack-layout-grid.column1-tablet-grid__start-12>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:12}.wp-block-jetpack-layout-grid.column2-tablet-grid__start-12>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:12}.wp-block-jetpack-layout-grid.column3-tablet-grid__start-12>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:12}.wp-block-jetpack-layout-grid.column4-tablet-grid__start-12>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:12}.wp-block-jetpack-layout-grid.column1-tablet-grid__span-1>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 1}.wp-block-jetpack-layout-grid.column2-tablet-grid__span-1>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 1}.wp-block-jetpack-layout-grid.column3-tablet-grid__span-1>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 1}.wp-block-jetpack-layout-grid.column4-tablet-grid__span-1>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 1}.wp-block-jetpack-layout-grid.column1-tablet-grid__span-2>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 2}.wp-block-jetpack-layout-grid.column2-tablet-grid__span-2>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 2}.wp-block-jetpack-layout-grid.column3-tablet-grid__span-2>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 2}.wp-block-jetpack-layout-grid.column4-tablet-grid__span-2>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 2}.wp-block-jetpack-layout-grid.column1-tablet-grid__span-3>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 3}.wp-block-jetpack-layout-grid.column2-tablet-grid__span-3>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 3}.wp-block-jetpack-layout-grid.column3-tablet-grid__span-3>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 3}.wp-block-jetpack-layout-grid.column4-tablet-grid__span-3>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 3}.wp-block-jetpack-layout-grid.column1-tablet-grid__span-4>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 4}.wp-block-jetpack-layout-grid.column2-tablet-grid__span-4>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 4}.wp-block-jetpack-layout-grid.column3-tablet-grid__span-4>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 4}.wp-block-jetpack-layout-grid.column4-tablet-grid__span-4>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 4}.wp-block-jetpack-layout-grid.column1-tablet-grid__span-5>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 5}.wp-block-jetpack-layout-grid.column2-tablet-grid__span-5>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 5}.wp-block-jetpack-layout-grid.column3-tablet-grid__span-5>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 5}.wp-block-jetpack-layout-grid.column4-tablet-grid__span-5>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 5}.wp-block-jetpack-layout-grid.column1-tablet-grid__span-6>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 6}.wp-block-jetpack-layout-grid.column2-tablet-grid__span-6>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 6}.wp-block-jetpack-layout-grid.column3-tablet-grid__span-6>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 6}.wp-block-jetpack-layout-grid.column4-tablet-grid__span-6>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 6}.wp-block-jetpack-layout-grid.column1-tablet-grid__span-7>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 7}.wp-block-jetpack-layout-grid.column2-tablet-grid__span-7>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 7}.wp-block-jetpack-layout-grid.column3-tablet-grid__span-7>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 7}.wp-block-jetpack-layout-grid.column4-tablet-grid__span-7>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 7}.wp-block-jetpack-layout-grid.column1-tablet-grid__span-8>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 8}.wp-block-jetpack-layout-grid.column2-tablet-grid__span-8>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 8}.wp-block-jetpack-layout-grid.column3-tablet-grid__span-8>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 8}.wp-block-jetpack-layout-grid.column4-tablet-grid__span-8>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 8}.wp-block-jetpack-layout-grid.column1-tablet-grid__span-9>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 9}.wp-block-jetpack-layout-grid.column2-tablet-grid__span-9>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 9}.wp-block-jetpack-layout-grid.column3-tablet-grid__span-9>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 9}.wp-block-jetpack-layout-grid.column4-tablet-grid__span-9>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 9}.wp-block-jetpack-layout-grid.column1-tablet-grid__span-10>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 10}.wp-block-jetpack-layout-grid.column2-tablet-grid__span-10>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 10}.wp-block-jetpack-layout-grid.column3-tablet-grid__span-10>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 10}.wp-block-jetpack-layout-grid.column4-tablet-grid__span-10>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 10}.wp-block-jetpack-layout-grid.column1-tablet-grid__span-11>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 11}.wp-block-jetpack-layout-grid.column2-tablet-grid__span-11>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 11}.wp-block-jetpack-layout-grid.column3-tablet-grid__span-11>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 11}.wp-block-jetpack-layout-grid.column4-tablet-grid__span-11>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 11}.wp-block-jetpack-layout-grid.column1-tablet-grid__span-12>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 12}.wp-block-jetpack-layout-grid.column2-tablet-grid__span-12>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 12}.wp-block-jetpack-layout-grid.column3-tablet-grid__span-12>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 12}.wp-block-jetpack-layout-grid.column4-tablet-grid__span-12>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 12}.wp-block-jetpack-layout-grid.column1-tablet-grid__row-1>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-row-start:1}.wp-block-jetpack-layout-grid.column2-tablet-grid__row-1>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-row-start:1}.wp-block-jetpack-layout-grid.column3-tablet-grid__row-1>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-row-start:1}.wp-block-jetpack-layout-grid.column4-tablet-grid__row-1>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-row-start:1}.wp-block-jetpack-layout-grid.column1-tablet-grid__row-2>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-row-start:2}.wp-block-jetpack-layout-grid.column2-tablet-grid__row-2>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-row-start:2}.wp-block-jetpack-layout-grid.column3-tablet-grid__row-2>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-row-start:2}.wp-block-jetpack-layout-grid.column4-tablet-grid__row-2>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-row-start:2}.wp-block-jetpack-layout-grid.column1-tablet-grid__row-3>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-row-start:3}.wp-block-jetpack-layout-grid.column2-tablet-grid__row-3>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-row-start:3}.wp-block-jetpack-layout-grid.column3-tablet-grid__row-3>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-row-start:3}.wp-block-jetpack-layout-grid.column4-tablet-grid__row-3>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-row-start:3}.wp-block-jetpack-layout-grid.column1-tablet-grid__row-4>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-row-start:4}.wp-block-jetpack-layout-grid.column2-tablet-grid__row-4>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-row-start:4}.wp-block-jetpack-layout-grid.column3-tablet-grid__row-4>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-row-start:4}.wp-block-jetpack-layout-grid.column4-tablet-grid__row-4>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-row-start:4}}@media(min-width:1080px){.wp-block-jetpack-layout-grid{grid-template-columns:repeat(12,1fr)}.wp-block-jetpack-layout-grid.column1-desktop-grid__start-1>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:1}.wp-block-jetpack-layout-grid.column2-desktop-grid__start-1>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:1}.wp-block-jetpack-layout-grid.column3-desktop-grid__start-1>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:1}.wp-block-jetpack-layout-grid.column4-desktop-grid__start-1>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:1}.wp-block-jetpack-layout-grid.column1-desktop-grid__start-2>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:2}.wp-block-jetpack-layout-grid.column2-desktop-grid__start-2>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:2}.wp-block-jetpack-layout-grid.column3-desktop-grid__start-2>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:2}.wp-block-jetpack-layout-grid.column4-desktop-grid__start-2>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:2}.wp-block-jetpack-layout-grid.column1-desktop-grid__start-3>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:3}.wp-block-jetpack-layout-grid.column2-desktop-grid__start-3>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:3}.wp-block-jetpack-layout-grid.column3-desktop-grid__start-3>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:3}.wp-block-jetpack-layout-grid.column4-desktop-grid__start-3>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:3}.wp-block-jetpack-layout-grid.column1-desktop-grid__start-4>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:4}.wp-block-jetpack-layout-grid.column2-desktop-grid__start-4>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:4}.wp-block-jetpack-layout-grid.column3-desktop-grid__start-4>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:4}.wp-block-jetpack-layout-grid.column4-desktop-grid__start-4>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:4}.wp-block-jetpack-layout-grid.column1-desktop-grid__start-5>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:5}.wp-block-jetpack-layout-grid.column2-desktop-grid__start-5>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:5}.wp-block-jetpack-layout-grid.column3-desktop-grid__start-5>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:5}.wp-block-jetpack-layout-grid.column4-desktop-grid__start-5>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:5}.wp-block-jetpack-layout-grid.column1-desktop-grid__start-6>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:6}.wp-block-jetpack-layout-grid.column2-desktop-grid__start-6>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:6}.wp-block-jetpack-layout-grid.column3-desktop-grid__start-6>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:6}.wp-block-jetpack-layout-grid.column4-desktop-grid__start-6>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:6}.wp-block-jetpack-layout-grid.column1-desktop-grid__start-7>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:7}.wp-block-jetpack-layout-grid.column2-desktop-grid__start-7>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:7}.wp-block-jetpack-layout-grid.column3-desktop-grid__start-7>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:7}.wp-block-jetpack-layout-grid.column4-desktop-grid__start-7>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:7}.wp-block-jetpack-layout-grid.column1-desktop-grid__start-8>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:8}.wp-block-jetpack-layout-grid.column2-desktop-grid__start-8>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:8}.wp-block-jetpack-layout-grid.column3-desktop-grid__start-8>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:8}.wp-block-jetpack-layout-grid.column4-desktop-grid__start-8>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:8}.wp-block-jetpack-layout-grid.column1-desktop-grid__start-9>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:9}.wp-block-jetpack-layout-grid.column2-desktop-grid__start-9>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:9}.wp-block-jetpack-layout-grid.column3-desktop-grid__start-9>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:9}.wp-block-jetpack-layout-grid.column4-desktop-grid__start-9>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:9}.wp-block-jetpack-layout-grid.column1-desktop-grid__start-10>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:10}.wp-block-jetpack-layout-grid.column2-desktop-grid__start-10>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:10}.wp-block-jetpack-layout-grid.column3-desktop-grid__start-10>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:10}.wp-block-jetpack-layout-grid.column4-desktop-grid__start-10>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:10}.wp-block-jetpack-layout-grid.column1-desktop-grid__start-11>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:11}.wp-block-jetpack-layout-grid.column2-desktop-grid__start-11>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:11}.wp-block-jetpack-layout-grid.column3-desktop-grid__start-11>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:11}.wp-block-jetpack-layout-grid.column4-desktop-grid__start-11>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:11}.wp-block-jetpack-layout-grid.column1-desktop-grid__start-12>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-start:12}.wp-block-jetpack-layout-grid.column2-desktop-grid__start-12>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:12}.wp-block-jetpack-layout-grid.column3-desktop-grid__start-12>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-start:12}.wp-block-jetpack-layout-grid.column4-desktop-grid__start-12>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-start:12}.wp-block-jetpack-layout-grid.column1-desktop-grid__span-1>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 1}.wp-block-jetpack-layout-grid.column2-desktop-grid__span-1>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 1}.wp-block-jetpack-layout-grid.column3-desktop-grid__span-1>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 1}.wp-block-jetpack-layout-grid.column4-desktop-grid__span-1>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 1}.wp-block-jetpack-layout-grid.column1-desktop-grid__span-2>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 2}.wp-block-jetpack-layout-grid.column2-desktop-grid__span-2>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 2}.wp-block-jetpack-layout-grid.column3-desktop-grid__span-2>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 2}.wp-block-jetpack-layout-grid.column4-desktop-grid__span-2>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 2}.wp-block-jetpack-layout-grid.column1-desktop-grid__span-3>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 3}.wp-block-jetpack-layout-grid.column2-desktop-grid__span-3>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 3}.wp-block-jetpack-layout-grid.column3-desktop-grid__span-3>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 3}.wp-block-jetpack-layout-grid.column4-desktop-grid__span-3>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 3}.wp-block-jetpack-layout-grid.column1-desktop-grid__span-4>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 4}.wp-block-jetpack-layout-grid.column2-desktop-grid__span-4>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 4}.wp-block-jetpack-layout-grid.column3-desktop-grid__span-4>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 4}.wp-block-jetpack-layout-grid.column4-desktop-grid__span-4>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 4}.wp-block-jetpack-layout-grid.column1-desktop-grid__span-5>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 5}.wp-block-jetpack-layout-grid.column2-desktop-grid__span-5>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 5}.wp-block-jetpack-layout-grid.column3-desktop-grid__span-5>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 5}.wp-block-jetpack-layout-grid.column4-desktop-grid__span-5>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 5}.wp-block-jetpack-layout-grid.column1-desktop-grid__span-6>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 6}.wp-block-jetpack-layout-grid.column2-desktop-grid__span-6>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 6}.wp-block-jetpack-layout-grid.column3-desktop-grid__span-6>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 6}.wp-block-jetpack-layout-grid.column4-desktop-grid__span-6>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 6}.wp-block-jetpack-layout-grid.column1-desktop-grid__span-7>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 7}.wp-block-jetpack-layout-grid.column2-desktop-grid__span-7>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 7}.wp-block-jetpack-layout-grid.column3-desktop-grid__span-7>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 7}.wp-block-jetpack-layout-grid.column4-desktop-grid__span-7>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 7}.wp-block-jetpack-layout-grid.column1-desktop-grid__span-8>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 8}.wp-block-jetpack-layout-grid.column2-desktop-grid__span-8>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 8}.wp-block-jetpack-layout-grid.column3-desktop-grid__span-8>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 8}.wp-block-jetpack-layout-grid.column4-desktop-grid__span-8>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 8}.wp-block-jetpack-layout-grid.column1-desktop-grid__span-9>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 9}.wp-block-jetpack-layout-grid.column2-desktop-grid__span-9>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 9}.wp-block-jetpack-layout-grid.column3-desktop-grid__span-9>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 9}.wp-block-jetpack-layout-grid.column4-desktop-grid__span-9>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 9}.wp-block-jetpack-layout-grid.column1-desktop-grid__span-10>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 10}.wp-block-jetpack-layout-grid.column2-desktop-grid__span-10>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 10}.wp-block-jetpack-layout-grid.column3-desktop-grid__span-10>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 10}.wp-block-jetpack-layout-grid.column4-desktop-grid__span-10>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 10}.wp-block-jetpack-layout-grid.column1-desktop-grid__span-11>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 11}.wp-block-jetpack-layout-grid.column2-desktop-grid__span-11>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 11}.wp-block-jetpack-layout-grid.column3-desktop-grid__span-11>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 11}.wp-block-jetpack-layout-grid.column4-desktop-grid__span-11>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 11}.wp-block-jetpack-layout-grid.column1-desktop-grid__span-12>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-column-end:span 12}.wp-block-jetpack-layout-grid.column2-desktop-grid__span-12>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-end:span 12}.wp-block-jetpack-layout-grid.column3-desktop-grid__span-12>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-column-end:span 12}.wp-block-jetpack-layout-grid.column4-desktop-grid__span-12>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-column-end:span 12}.wp-block-jetpack-layout-grid.column1-desktop-grid__row-1>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-row-start:1}.wp-block-jetpack-layout-grid.column2-desktop-grid__row-1>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-row-start:1}.wp-block-jetpack-layout-grid.column3-desktop-grid__row-1>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-row-start:1}.wp-block-jetpack-layout-grid.column4-desktop-grid__row-1>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-row-start:1}.wp-block-jetpack-layout-grid.column1-desktop-grid__row-2>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-row-start:2}.wp-block-jetpack-layout-grid.column2-desktop-grid__row-2>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-row-start:2}.wp-block-jetpack-layout-grid.column3-desktop-grid__row-2>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-row-start:2}.wp-block-jetpack-layout-grid.column4-desktop-grid__row-2>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-row-start:2}.wp-block-jetpack-layout-grid.column1-desktop-grid__row-3>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-row-start:3}.wp-block-jetpack-layout-grid.column2-desktop-grid__row-3>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-row-start:3}.wp-block-jetpack-layout-grid.column3-desktop-grid__row-3>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-row-start:3}.wp-block-jetpack-layout-grid.column4-desktop-grid__row-3>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-row-start:3}.wp-block-jetpack-layout-grid.column1-desktop-grid__row-4>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-row-start:4}.wp-block-jetpack-layout-grid.column2-desktop-grid__row-4>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-row-start:4}.wp-block-jetpack-layout-grid.column3-desktop-grid__row-4>.wp-block-jetpack-layout-grid-column:nth-child(3){grid-row-start:4}.wp-block-jetpack-layout-grid.column4-desktop-grid__row-4>.wp-block-jetpack-layout-grid-column:nth-child(4){grid-row-start:4}}.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column *{word-break:break-word;word-wrap:break-word}.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__none{grid-gap:0}.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__small{grid-gap:8px}.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__medium{grid-gap:16px}.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__huge{grid-gap:48px}.wp-block-jetpack-layout-grid-column{max-width:100%}


.wp-block-ht-block-toc .ht_toc_placeholder{font-size:18px}.wp-block-ht-block-toc[data-htoc-state=expanded] .htoc__itemswrap{margin-top:1em;opacity:1;max-height:9999px}.wp-block-ht-block-toc[data-htoc-state=closed] .htoc__itemswrap{opacity:0;max-height:0;display:none}.wp-block-ht-block-toc.is-style-outline,.wp-block-ht-block-toc.is-style-gray,.wp-block-ht-block-toc.is-style-rounded,.wp-block-ht-block-toc.is-style-contrasted{-webkit-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;transition:all 1s ease-in-out}.wp-block-ht-block-toc.is-style-outline{border:1px solid #ccc;padding:2em}.wp-block-ht-block-toc.is-style-outline .htoc__toggle{border:1px solid #ccc}.wp-block-ht-block-toc.is-style-gray{background:#dde2eb;padding:2em}.wp-block-ht-block-toc.is-style-rounded{background-color:#fafafa;border:1px solid #dfdfdf;border-radius:10px;padding:1.5em;margin-top:20px;margin-bottom:20px}.wp-block-ht-block-toc.is-style-contrasted{background-color:#fafafa;border:1px solid #eee;border-radius:4px;padding:1.5em;margin-top:20px;margin-bottom:20px}.wp-block-ht-block-toc.is-style-contrasted li{padding:.5em;margin-bottom:0}.wp-block-ht-block-toc.is-style-contrasted li:nth-child(odd){background-color:rgba(0,0,0,3%);border-radius:4px}.wp-block-ht-block-toc.is-style-contrasted li ul{margin-bottom:0}.wp-block-ht-block-toc.htoc--position-left,.wp-block-ht-block-toc.htoc--position-right{max-width:260px}.wp-block-ht-block-toc.htoc--position-center{text-align:center}.wp-block-ht-block-toc.htoc--position-left{float:left;margin-right:2em}.wp-block-ht-block-toc.htoc--position-right{float:right;margin-left:2em}.wp-block-ht-block-toc .htoc__title{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:1em;font-weight:600}.wp-block-ht-block-toc .htoc__toggle{margin-left:15px;background:#fff;padding:8px;border-radius:2px;line-height:1em;cursor:pointer;position:relative}.wp-block-ht-block-toc .htoc__toggle svg{display:-ms-inline-flexbox;display:inline-flex}.wp-block-ht-block-toc ul,.wp-block-ht-block-toc ol{margin:0;padding:0;list-style-position:inside}.wp-block-ht-block-toc ul ul,.wp-block-ht-block-toc ul ol,.wp-block-ht-block-toc ol ul,.wp-block-ht-block-toc ol ol{padding:0;margin:.5em 0 .5em 1em}.wp-block-ht-block-toc ul li,.wp-block-ht-block-toc ol li{margin-bottom:.5em}.wp-block-ht-block-toc ul li:last-child,.wp-block-ht-block-toc ol li:last-child{margin-bottom:0}.wp-block-ht-block-toc ul{list-style-type:disc}.wp-block-ht-block-toc ol{list-style-type:decimal}.wp-block-ht-block-toc.toc-list-style-plain ul,.wp-block-ht-block-toc.toc-list-style-plain ol{list-style-type:none}.ht-toc-clear{clear:both;width:0;height:0}
.wpp-no-data{}.wpp-list{}.wpp-list li{overflow:hidden;float:none;clear:both;margin-bottom:1rem}.wpp-list li:last-of-type{margin-bottom:0}.wpp-list li.current{}.wpp-thumbnail{display:inline;float:left;margin:0 1rem 0 0;border:none}.wpp-post-title{}.wpp-excerpt{}.wpp-meta,.post-stats{display:block;font-size:.8em}.wpp-meta:empty,.post-stats:empty{display:none}.wpp-comments{}.wpp-views{}.wpp-author{}.wpp-date{}.wpp-category{}.wpp-rating{}

@font-face{font-family:fontello;src:url(https://colourmeinstyleblog.com/wp-content/themes/mia-theme.1.2/type/fontello.eot);src:url(https://colourmeinstyleblog.com/wp-content/themes/mia-theme.1.2/type/fontello.eot?78680032#iefix)format('embedded-opentype'),url(https://colourmeinstyleblog.com/wp-content/themes/mia-theme.1.2/type/fontello.svg)format('svg');font-weight:400;font-style:normal;font-display: swap;
}@font-face{font-family:fontello;src:url(data:application/octet-stream;base64,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)format('woff'),url(data:application/octet-stream;base64,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)format('truetype');font-display: swap;
}[class^=icon-]:before,[class*=" icon-"]:before{font-family:fontello;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.icon-flickr:before{content:'\e800'}.icon-vimeo:before{content:'\e801'}.icon-twitter:before{content:'\e802'}.icon-facebook:before{content:'\e803'}.icon-gplus:before{content:'\e804'}.icon-pinterest:before{content:'\e805'}.icon-tumblr:before{content:'\e806'}.icon-linkedin:before{content:'\e807'}.icon-stumbleupon:before{content:'\e808'}.icon-heart:before{content:'\e80a'}.icon-rss:before{content:'\e80b'}.icon-instagram:before{content:'\e80d'}.icon-basket:before{content:'\e80e'}.icon-youtube:before{content:'\e80f'}.icon-email:before{content:'\e810'}
h3+h2,.has-top-margin{margin-top:60px}p.wp-block-subhead,.entry-content .wp-block-cover-image,.wp-block-image,.wp-block-text-columns,.entry-content .wp-block-button,blockquote.wp-block-quote,.entry-content .wp-block-quote.is-large,.wp-block-code,.wp-block-audio,.entry-content .wp-block-video,.wp-block-preformatted,.wp-block-verse,.wp-block-table,.wp-block-categories,.entry-content .wp-block-latest-posts,.wp-block-embed{margin-bottom:50px}.entry-content ul.wp-block-gallery{margin-bottom:30px}.entry-content .wp-block-quote.is-large{padding:30px}.wp-block-cover .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,.wp-block-cover h2,.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover-image .wp-block-cover-text,.wp-block-cover-image h2,.wp-block-cover p{line-height:1.4!important;font-size:40px;margin:0 auto}.wp-block-cover__inner-container{max-width:800px}@media(min-width:600px){.wp-block-column:not(:last-child){margin-right:18px}hr.wp-block-separator{width:20%;margin:32px auto}hr.wp-block-separator.is-style-wide{width:100%}}.wp-block-columns p:last-child,.wp-block-text-columns p:last-child{margin-bottom:0}.entry-content .alignwide{width:auto;max-width:1e3%;margin-right:calc(25% - 25vw);margin-left:calc(25% - 25vw)!important}.entry-content .alignfull{width:auto;max-width:1e3%;margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw)}.wp-block-cover{margin-bottom:45px!important}.entry-content ul.wp-block-gallery:not(.alignfull):not(.alignwide){margin-left:0}.entry-content .alignwide>*,.entry-content .alignfull>*{width:100%}.entry-content .wp-block-button__link:not(.has-background){background-color:#222}p.has-background{padding:32px}blockquote{margin-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large{padding:30px!important;margin-bottom:30px!important}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-style:none!important}blockquote p{margin-bottom:16px}cite,.wp-block-quote.is-style-large cite{text-transform:uppercase;font-style:normal;font-size:12px!important;font-family:Mulish;letter-spacing:2px}.entry-content .wp-block-quote.is-large cite,.entry-content .wp-block-quote.is-large footer{display:block}.wp-block-image figcaption{color:#222;font-size:14px}code,kbd,pre,samp{font-size:16px}.entry-content code{display:block;padding:11px 22px;border:1px solid #e2e4e7;border-radius:4px;background-color:initial}.entry-content .wp-block-table{display:table;font-size:16px;color:#222}tbody{border-bottom:none}td{border:1px solid #ccc}.woocommerce-page td{border:0}td,th{padding-left:12px}.wp-block-categories.aligncenter,.wp-block-latest-posts.aligncenter{text-align:left}.wp-block-categories{font-size:15px}.entry-content .wp-block-button .wp-block-button__link,.wp-block-button .wp-block-button__link,.uagb-buttons__outer-wrap .uagb-button__wrapper a.uagb-button__link,.uagb-buttons__outer-wrap .uagb-button__wrapper .uagb-button__link{font:12px Mulish,sans-serif;font-weight:400!important;letter-spacing:2px;padding:16px 24px!important;text-transform:uppercase;border-radius:0!important;color:#fff;-webkit-font-smoothing:subpixel-antialiased}.wp-block-uagb-advanced-heading .uagb-desc-text{margin-bottom:22px;margin-top:-10px}.wp-block-cover p{font-family:Cormorant Garamond}.wp-block-cover p.has-background{opacity:.9;padding:50px}.wp-block-cover-image .wp-block-subhead,.wp-block-cover-image h1,.wp-block-cover-image h2,.wp-block-cover-image h3,.wp-block-cover-image h4,.wp-block-cover-image h5,.wp-block-cover-image h6,.wp-block-cover-image p,.wp-block-cover .wp-block-subhead,.wp-block-cover h1,.wp-block-cover h2,.wp-block-cover h3,.wp-block-cover h4,.wp-block-cover h5,.wp-block-cover h6,.wp-block-cover p{color:unset}.has-light-blue-background-color{background-color:#eef0f3}.has-light-blue-color,.has-light-blue-color.has-text-color{color:#eef0f3}.has-medium-blue-background-color{background-color:#c6ced7}.has-medium-blue-color,.has-medium-blue-color.has-text-color{color:#c6ced7}.has-dark-blue-background-color{background-color:#94a2b4}.has-dark-blue-color,.has-dark-blue-color.has-text-color{color:#94a2b4}.has-navy-blue-background-color{background-color:#404963}.has-navy-blue-color,.has-navy-blue-color.has-text-color{color:#404963}.has-gray-background-color{background-color:#eeeae8}.has-gray-color,.has-gray-color.has-text-color{color:#eeeae8}.has-white-background-color{background-color:#fff}.has-white-color,.has-white-color.has-text-color{color:#fff}@media only screen and (max-width:500px){.wp-block-cover p.has-background{padding:30px}.entry-content .wp-block-columns{display:block}.wp-block-columns>*:not(:last-child){margin-bottom:20px}.wp-block-text-columns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.entry-content .wp-block-text-columns.columns-2 .wp-block-column{width:100%}.entry-content .wp-block-text-columns .wp-block-column{margin:0}.wp-block-text-columns .wp-block-column:not(:last-child){margin-bottom:40px}p.has-background,div#mc_embed_signup{padding:25px}#mc_embed_signup .button{margin-left:0!important;margin-top:8px!important}}
/*! Flickity v2.0.9
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:none;border-radius:50%;background:#fff;background:hsla(0,0%,100%,.75);cursor:pointer;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09F}.flickity-prev-next-button:active{opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}#KBD{opacity:0;visibility:hidden;}.flickity-prev-next-button:disabled{opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}

.shopr_product img {
	max-width: 100%;
	height: auto;
}

.shopr_shopthepost {
	text-align: center;
	margin: 10px auto 20px;
}
.shopr_widget_shopthepost {
	text-align: center;
	margin-bottom: 25px;
}
.shopr_widget_shopthepost .shopr_shopthepost {
	margin: 0 auto;
}

.shopr_shopthepost_title, .entry-content .shopr_shopthepost_title {
	text-align: center;
	margin-bottom: 3px;
}
.shopr_shopthepost .shopr_product {
	width: 110px;
	margin: 0 5px;
	counter-increment: carousel-cell;
}
.shopr_shopthepost.shopr_shopthepost_medium .shopr_product {
	width: 140px;
}
.shopr_shopthepost.shopr_shopthepost_medium .flickity-viewport {
	height: 180px !important;
}
.shopr_shopthepost.shopr_shopthepost_medium .shopr_product .shopr_product_img_wrap img {
	max-height: 180px;
}
.shopr_shopthepost.shopr_shopthepost_large .shopr_product {
	width: 160px;
}
.shopr_shopthepost.shopr_shopthepost_large .flickity-viewport {
	height: 200px !important;
}
.shopr_shopthepost.shopr_shopthepost_large .shopr_product .shopr_product_img_wrap img {
	max-height: 200px;
}
.shopr_shopthepost .shopr_product .shopr_shopthepost_product_meta {
	opacity: 0;
	-moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out;
}
.shopr_shopthepost .shopr_product:hover .shopr_shopthepost_product_meta {
	opacity: 1;
}
.shopr_shopthepost .flickity-prev-next-button {
	background: #fff;
	border-radius: 0;
	width: 32px;
	height: 100%;
	padding: 0;
	opacity: 1;
}
.shopr_shopthepost .flickity-prev-next-button:hover {
	background: #000;
}
.shopr_shopthepost .flickity-prev-next-button:hover .arrow {
	fill: #fff;
}
.shopr_shopthepost .flickity-prev-next-button.previous {
	left: 0;
}
.shopr_shopthepost .flickity-prev-next-button.next {
	right: 0;
}
.shopr_shopthepost .flickity-prev-next-button .arrow {
	fill: #000;
}
.shopr_shopthepost .flickity-page-dots {
	bottom: -22px;
}

.shopr_shopthepost_product_meta {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 101%;
	background: rgba(255,255,255,.83);
	line-height: 1.1;
	padding: 3px;
}
.shopr_shopthepost_product_subtitle {
	font-style: italic;
}

.shopr_shopthepost_static {
	text-align: center;
}
.shopr_shopthepost_static a {
	width: 120px;
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	-moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out;
}
.shopr_shopthepost_static a:hover {
	opacity: .7;
}
.shopr_shopthepost_static.shopr_shopthepost_medium a {
	width: 140px;
}
.shopr_shopthepost_static.shopr_shopthepost_large a {
	width: 160px;
}
.shopr_shopthepost_static_title {
	display: block;
	margin-top: 5px;
}


/*
.shopr_shopthepost .flickity-page-dots .dot {
	height: 6px;
	width: 40px;
	margin: 0;
	border-radius: 0;
}
*/

/* Force flickety cells to be a central height. Might cause problems. */
.shopr_shopthepost .shopr_product {
	height: 100%;
}
.shopr_shopthepost .flickity-viewport {
	height: 150px !important;
}
.shopr_shopthepost .shopr_product_img_wrap {
	height: 100%;
}
.shopr_shopthepost .shopr_product .shopr_product_img_wrap img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-height: 150px;
}


/* lazy load stuff */
.shopr_shopthepost .shopr_product .shopr_product_img_wrap img {
	transition: opacity 0.3s;
	opacity: 0;
}
.shopr_shopthepost .shopr_product .shopr_product_img_wrap img.flickity-lazyloaded {
	opacity: 1;
}
.shopr_shopthepost .shopr_product .shopr_product_img_wrap img.flickity-lazyerror {
	display: none;
}

.shopr_product_title {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	line-height: 1.2;
}

.shopr_mosaic {
	opacity: 0;
}
.shopr_mosaic_loaded {
	opacity: 1;
	-moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out;
}
.shopr_mosaic .shopr_product {
	width: 18%;
	margin: 0 1% 20px;
	padding: 15px;
	text-align: center;
	box-sizing: border-box;
}
.shopr_mosaic .shopr_product img {
	margin: 0 auto;
}
.shopr_mosaic .shopr_product_details {
	text-align: left;
	margin-top: 10px;
}
.shopr_mosaic .shopr_product_title {
	margin: 0 0 5px;
}
.shopr_mosaic .shopr_product .shopr_product_img_wrap {
	position: relative;
	text-decoration: none;
}
.shopr_mosaic .shopr_product a .shopr_product_img_wrap img {
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.shopr_mosaic .shopr_product a:hover .shopr_product_img_wrap img {
	opacity: .5;
}
.shopr_product a .shopr_shopnow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	padding: 4px 7px;
	border: 1px solid #111;
	background: #fff;
	color: #000;
	text-align: center;
	line-height: 1.5;
}
.shopr_product a:hover .shopr_shopnow {
	opacity: 1;
	visibility: visible;
}
.shopr_grid_filters {
	text-align: center;
}
.shopr_grid_filters ul {
	margin: 0 0 15px;
	padding: 0;
}
.shopr_grid_filters li {
	display: inline-block;
	margin: 5px;
	padding: 0;
}
.shopr_grid_filters li a {
	padding: 3px 7px;
	text-decoration: none;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.shopr_grid_filters li a:hover {
	opacity: .3;
}
.shopr_grid_filters li a:active {
	opacity: .3;
}

.shopr_grid_layout_left_mosaic {
	float: left;
	width: 76.5%;
}
.shopr_grid_layout_left_filters {
	text-align: left;
	float: left;
	width: 20%;
	margin-right: 3%;
	border: 2px solid #111;
	font: 12px Montserrat, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .5px;
}
.shopr_grid_layout_left_filters ul {
	padding: 5px 10px;
}
.shopr_grid_layout_left_filters li {
	display: block;
	margin: 5px 0;
	line-height: 1.2;
	border-bottom: 1px solid #eee;
	padding: 5px 0 8px;
}
.shopr_grid_layout_left_filters  li a {
	background: none !important;
	color: initial !important;
	padding: 0;
}
.shopr_grid_layout_left_filters  li a:hover {
	background: none;
	color: initial;
}
.shopr_filters_title {
	background: #111;
	color: #fff;
	padding: 8px 10px;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

.shopr_carousel_widget_button {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 15px;
	font: 12px Montserrat, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.shopr_intro_text {
	text-align: center;
}

/* isotope */
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/* Responsive */
@media screen and (max-width: 769px) {
	.shopr_mosaic .shopr_product {
		width: 24%;
	}
	.shopr_grid_filters li {
		display: block;
		width: 100%;
		margin: 5px 0;
	}
	.shopr_grid_filters li a {
		display: block;
		width: 100%;
	}
	.shopr_grid_layout_left_filters, .shopr_grid_layout_left_mosaic {
		width: 100%;
		float: none;
		margin: 0 0 10px 0;
	}
	.shopr_shopthepost .shopr_product .shopr_shopthepost_product_meta {
		opacity: 1;
	}
}
@media screen and (max-width: 500px) {
	.shopr_mosaic .shopr_product {
		width: 44%
	}
	.shopr_shopthepost .flickity-prev-next-button {
		height: 32px;
		background: none;
	}
}
