/*
Theme Name:         Join Dorado Custom Theme v1.0
Theme URI:          https://www.joindorado.com
Description:        Custom Wordpress them for dorado. Created June 2025
Version:            1
Author:             MASINI CREATIVE INC
Author URI:         https://www.masini.ca

/* -----------------------------------------------------
= Base
--------------------------------------------------------*/

/* --- Font Declaration --- */
@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
/* --- Global Styles --- */
/*html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/

body {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  color: #606060;
  letter-spacing: 0.25px;
  font-optical-sizing: auto;
  font-weight: 400;
}

/* --- Typography --- */

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  text-transform: uppercase;
}

h2, h3, h4, h5 {
  color: #8C288E;
}
h1, h6 {
  color: #EC1A8A;
}

h1 {font-size: 48px;}
h2 {font-size: 36px;}
h3 {font-size: 28px;}
h4 {font-size: 24px;}
h5 {font-size: 20px;}
h6 {font-size: 18px; font-weight: 700;}

h2.large {font-size: 60px;line-height: 1;font-weight: 500;}

.title-serif {
  font-family: "Abhaya Libre", serif;
  color: #EC1A8A;
  font-weight: 600;
  line-height: 1.1;
  font-style: normal;
  text-transform: none;
}

p {
  margin: 0 0 20px 0;
  color: #606060;
  font-size: 16px;
}

p.large {font-size: 18px;}

/* Links */
a, a:link, a:visited, a:active,
h1 a:link, h2 a:link, h3 a:link {
  color: #EC1A8A;
  text-decoration: none;
  cursor: pointer;
}

  a:hover, a:focus, a:active,
  h1 a:hover, h2 a:hover, h3 a:hover {color: #8C288E; text-decoration: none;}

a.collapsible,
a.collapsible:hover,
.navbar-nav.top>li>a,
.navbar-nav.top>li>a:hover {text-decoration: none;}

/* Tables */
.css-table {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    /*table-layout: fixed;  optional, for equal spacing */
}
  .css-table > li {
    display: table-cell;
    vertical-align: middle;
    list-style: none;
  }

/* Lists */
ul li,
ol li {margin-top: 5px;}

.list-grid {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
  .list-grid > li {
    float: left;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border;
  }
  .list-grid.one > li {width: 100%;}
  .list-grid.two > li {width: 50%;}
  .list-grid.three > li {width: 33.33333333%;}
  .list-grid.four > li {width: 25%;}
  .list-grid.five > li {width: 20%;}
  .list-grid.six > li {width: 16.666%;}

.list-grid.padded25 > li {padding: 25px;}

ul.no-padding {padding-left: 15px;}
ul.with-margin li {margin-bottom: 10px;}

ul.checkmark {
  	list-style: none;
	padding: 0;
}

ul.checkmark li{
  	background: url(img/icons/icon-check-gr.png) top left no-repeat;
    background-size: 16px auto;
    padding-left: 26px;
    margin-top: 10px;
    background-position: 0 3px;
}


sub, sup {
	color: #414547;
  font-size: 60%;
	font-weight: 300;
	top: -0.4em;
}

h2 sup {
    font-size: 45%;
    top: -1.2em;
}
h2 a sup {
    font-size: inherit;
}
header.lrg {margin-bottom: 60px;}
header.med {margin-bottom: 40px;}
header.sml {margin-bottom: 20px;}

hr.with-shadow {
  margin: 75px auto 0; 
  height: 32px;
  background-image: radial-gradient(ellipse at top,hsla(0,0%,58.8%,.1) 0,transparent 70%);
}

/* --- Form Elements --- */
.form-control, label {
  font-weight: 500;
}
  .form-control {
    padding: 10px;
    color: #606060;
    height: auto;
    line-height: inherit;
    border-color: #77787B;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }
    .form-control:focus {
      padding: 10px;
      height: auto;
      line-height: inherit;
      border-color: #77787B;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
    }

.form-control:focus {
  border-color: #EC1A8A;       /* Change to your highlight color */
  box-shadow: 0 0 5px rgba(236, 26, 138, 0.5);
  outline: none;
}

/* Buttons */
.btn, a.btn,
.nav-primary  ul > li:last-child a {
  padding: 14px 30px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

  .btn, a.btn,
  .btn:hover, a.btn:hover,
  .btn:focus, a.btn:focus,
  .nav-primary  ul > li:last-child a {
    transition: all .25s ease-in;
      -webkit-transition: all .25s ease-in;
    outline: none;
    box-shadow: none;
    text-decoration: none;
  }

.btn-lrg, a.btn-lrg {
  padding: 16px 50px;
  font-size: 20px;
}

.btn-sm, a.btn-sm {padding: 10px 20px;}
         
.btn-primary,
.btn-success,
.nav-primary  ul > li:last-child a {
  background-color: #EC1A8A;
  border-color: #EC1A8A;
}
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active,
  .btn-success:hover, .btn-success:focus, .btn-success:active,
  .nav-primary  ul > li:last-child a:hover {
    background-color: #8C288E;
    border-color: #8C288E;
  } 

  .btn-default {
    background-color: transparent;
    border: 1px solid #8C288E;
    color: #8C288E !important;
  }
      .btn-default:hover, .btn-default:focus, .btn-default:active {
        background-color: #8C288E;
        border-color: #8C288E;
        color: #fff !important;
      }

.btn-container {margin-top: 40px;}

/* Contact Form 7 overrides */
.wpcf7-not-valid, div.wpcf7-validation-errors {border-color: #d9483b;}
span.wpcf7-not-valid-tip,
.wpcf7 img.ajax-loader {display: none;}
.panel-default>.panel-heading {
    color: #414547;
    background-color: #f7f7f8;
    border-color: rgb(51,51,51, 0.1);
}
.panel-default>.panel-heading .panel-title {
  font-size: 16px; 
  font-weight: 300;
  color: #414547;
}

.wpcf7-list-item {
    display: block;
    margin: 15px 0 0;
}

/* Alerts */
.alert {padding: 15px;}

.alert-info {
	color: #54595F;
    background-color: #F4F9F2;
    border-color: #D8D8D8;
}
.alert-success {
	color: #4b286d;
    background-color: #fff;
    border-color: #2B8000;
}
.alert-danger {
    color: #4b286d;
    background-color: #fff;
    border-color: #4b286d;
}

.alert-telus-grn {
  background-color: #009100;
  color: #fff;
}

.alert-telus-gry {background-color: #f4f4f7;}

.alert > p {margin-top: 0;}

.alert > p > strong {
   font-weight: 300;
}

.wpcf7-validation-errors, 
.wpcf7-mail-sent-ok,
div.wpcf7-response-output {
    margin: 15px auto 0;
    padding: 15px;
    max-width: 744px;
    font-size: 14px;
    border: 1px;
    -webkit-border-radius:4px;
      -moz-border-radius:4px;
      border-radius:4px;
}
  .wpcf7-mail-sent-ok {
    background-color: #dff0d8;
    color: #398f14;
    border-collapse: #398f14;
  }
  .wpcf7-validation-errors {
    background-color: #f2dede;
    color: #d9483b;
    border-color: #d9483b;
  }

  .wpcf7-response-output {
  padding-left: 40px;
    background-position: 10px center;
    background-repeat: no-repeat;
}
.wpcf7-mail-sent-ok {background-image: url(img/icons/icon-success.svg);}
.wpcf7-response-output.wpcf7-validation-errors {background-image: url(img/icons/icon-fail.svg);}
._inline-form {width: 100%;}
#_form_5EA3E110C1792_ button[type="submit"],
._submit {font-size: 13px;}

/* Blog search form */
.searchbox {margin-bottom: 40px;}
.searchbox .input-group {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
  }

  .searchbox .input-group .form-control {
    background-color: transparent;
    color: #666;
    border: none;
    box-shadow: none;
  }

  .searchbox .input-group .btn {
    padding: 0;
    margin: 0 16px 0 0;
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-image: url('img/icons/search-close.png');
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -8000px;
  }

.legalContainer {
  display: none;
  padding: 50px 25px;
  background: #fff;
  width: 100%;
  height: 25%;
  z-index: 205;
  position: fixed;
  bottom: 0;
  left: 0;
  border: 1px solid #f7f7f8;
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 16px 0px;
  transition: transform 500ms ease-out 0s;
}

.modal-backdrop.in {opacity: 0.35;}

.modal-backdrop {background-color: transparent;}
.modal.fade.modal-legal .modal-dialog {
    position: fixed;
    bottom: 0;
    left: 0;
    margin:0;
    width: 100%;
    max-width: 100%;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, 0%, 0);
}

.modal.fade.modal-legal:not(.in) .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(0, 0%, 0);
}

.modal.fade.modal-legal .modal-content {
    padding: 25px;
    border-radius: 0;
    border: 0;
}
  .modal.fade.modal-legal .modal-content p {margin-bottom: 10px;font-size: 13px;}

/* -----------------------------------------------------
= Layout
--------------------------------------------------------*/

.site-header,
.site-header > .container {overflow-y: visible;}

.wrapper {background-color: #fff;}
.container-fluid {max-width: 1366px;}

/* Logo */
.logo {
  float: left;
  -webkit-box-align: center;
    align-items: center;
    display: flex;
    padding: 0;
} 

  .logo img {
    width: auto;
    height: 40px;
    overflow: hidden;
  }


/* Navigation Menus */
.navbar {
  margin: 0;
  border: 0;
}

.navbar-header {
  float: none;
  padding: 40px 0 0;
  border: 0;
}
/*
.navbar.nav-main {
  border: 0;
}*/

  /* Desktop menu */
  .nav-primary {
    padding: 0;
    margin: 0;
  }
    .nav-primary ul {margin-bottom: 0;}
      .nav-primary  ul > li {
        float: left;
        margin: 0;
        padding: 0 20px;
        list-style: none;
        position: relative;
      }
        .nav-primary ul > li > a {
          display: inline-block;
          padding-top: 12px ;
          line-height: 1;
          text-transform: uppercase;
        }

.navbar-nav.top.navbar-right {
  margin-right: 0;
  float: right;
}

  .navbar-nav.top .chevron::before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
    height: 6px;
    left: 0.15em;
    position: relative;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.45em;
    top: 6px;
    transform: rotate(135deg);
  }
  .navbar-nav.top>li {
	  margin-left: 14px;
	  float: left;
	  padding: 1rem 0;
}
  .navbar-nav.top>li>a {
    font-size: 15px;
	  padding-top: 0;
	  padding-bottom: 0;

  }
    .navbar-nav.top>li>a:hover, .navbar-nav.top>li>a:focus {background-color: transparent;}

.drop-menu {
  display: none;
  position: absolute;
  list-style-type: none;
  padding: 5px 0;
  margin: 0;
  background-color: #fff;
  min-width: 60px;
  font-size: 14px;
  box-shadow: rgb(0 0 0 / 10%) 0px 2px 2px 0px;
  border: 1px solid rgb(0 0 0 / 10%);
  z-index: 51;
}

.drop-menu-item {width: 100%;}
  .location .drop-menu-item {min-width: 200px;}
  .drop-menu-item:hover, 
  .sub-menu li:hover {background-color: #eee;}
    .drop-menu-item a {
        display: inline-block;
        padding: 0.5rem 1rem;
    }
      .menu-item:hover .drop-menu {display: block;}

.pll-switcher-select {
	float: right;
    border: none;
    font-size: 15px;
    padding: 0;
    margin-top: -1px;
}

/* Sections */
.section.default {padding: 140px 0;}
.section.med {padding: 70px 0 70px;}
.section.sml {padding: 40px 0 40px;}
.fill-bg.grad {
	background: #F69226;
  background: linear-gradient(75deg, rgba(246, 146, 38, 1) 0%, rgba(236, 26, 138, 1) 100%);
}
  .fill-bg.grad * {color: #fff;}
  .fill-bg.bg-special > .container-fluid {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
  }

.fill-bg.lgr {background-color: #F8F8F8;}

.list-padded-20 > li {padding: 20px;}

.img-pos-abs {
  position: absolute;
  bottom: 0;
  width: 40%;
  max-width: 440px;
}
  .img-pos-abs.pos-left {left: 0;}
  .img-pos-abs.pos-right {right: 0;}


i.fa, i {border-width: 0;}

.notify-wrapper-warn {
  padding: 10px 5px;
    background-color: #fff;
    border: 1px solid #45326a;
}

.btn-warning,
.btn-edit-person-cancel {
    color: #2a2c2e;
    background-color: #f7f7f8;
    border-color: #d8d8d8;
}

.col-md-6.existing-shipping-col {width: 100%;}

.notify i,
.glyphicon-remove {color: #45326a;}

/* -- Footer -- */
.footer {
  padding-bottom: 0;
  width: 100%;
  border-top: 1px solid #EC1A8A;
}
  .footer .bottom {
    padding-top: 20px;
    font-size: 14px;
  }

  .nav-footer a, .nav-footer a:link, .nav-footer a:visited, .nav-footer a:active {
    display: block;
    padding-right: 10px;
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
  }

  .nav-footer li a > .glyphicon > img,
  .navbar-nav.top.navbar-right .glyphicon img {
    margin: -5px 2px 0 0;
    width: 16px;
    height: 16px;
  }

  .nav-footer li:last-child {float: right;}


/* -----------------------------------------------------
= Media Queries
--------------------------------------------------------*/

@media print {
  #btngotoReplicatedSite,
  #btnLogin,
  .footer-cta {display: none;}
}

@media (min-width: 768px) {

  .nav-primary > ul {float: right;}

     .nav-primary  ul > li:last-child a {
        display: inline-block;
     }
  .nav-primary  ul > li {padding: }

  /* -- Lists -- */
  .list-box {margin-right: -15px;margin-left: -15px;}
    .list-box li > span {margin: 0 15px 15px;}
	
/*  .section-offers .list-offers > li .has-shadow {min-height: 520px;}*/

  /* -- Modal -- */
  .modal-dialog {width: 70%;max-width: 900px;}

/* -----------------------------------------------------
= Layout
--------------------------------------------------------*/
  
  /* -- Section Specific Styles -- */

  .game-on {
    background-image: url('img/BG_Gamer-Glowing-Hexagons.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
  }
	
  /* --- Misc/Utilities --- */
  .pull-right-desktop {float: right;}
  .pull-left-desktop {float: left;}
  .center-desktop {text-align: center;} 
  .center-block-desktop {
    margin-right: auto;
    margin-left: auto;
  }
	.center-mobile {text-align: left;}
 
}

/* --- Small devices (Tablets) --- */
@media (min-width: 768px) and (max-width: 1024px) {

/*	h1 {font-size: 36px;}
	h2 {font-size: 28px;}
	h3 {font-size: 24px;}
	h4 {font-size: 16px;}*/
	
} 

@media (min-width: 992px)  {

  /* --- Global Styles --- */

  /* Main Site Header + Menus */

  /* --- Misc/Utilities --- */
  .pull-right-desktop {float: right;}
  .pull-left-desktop {float: left;}
  .center-desktop {text-align: center;} 
  .center-block-desktop {
    margin-right: auto;
    margin-left: auto;
  }

}

/* --- Large devices (Desktop)  --- */
@media (min-width: 1025px)  {


}

/* --- Large devices (Desktop)  --- */
@media (min-width: 1200px)  {
	
	.home-welcome h1 {margin-top: 50px;}
	
}

@media (min-width: 768px) and (max-width: 1200px) {

	.home-welcome h1 {margin-top: 30px;}
	
} 
/* --- Small devices (Tablets) --- */
@media (max-width: 1024px) {

} 

/* --- Both extra small and small devices (Phones/Tablets) --- */
@media (max-width: 991px) {

  .container,
  .container-fluid {padding: 0 40px}

  .nav-primary > ul > li {padding: 0 10px;}
   
  .dist-info-phone, .dist-info-code {display: block;text-align: left;} 
	
  /* Lists */
  .list-tablet-stacked li {
    display: block;
    width: 100%;
  }

  .center-mobile {text-align: inherit;margin-right: inherit!important;margin-left: inherit!important;}
  .center-tablet {text-align: center;} 
  .center-tablet-block {
    margin-right: auto;
    margin-left: auto;
  } 
  .tablet-margin {margin-bottom: 50px;}

  .section-offers .list-grid.three > li {width: 50%;}

}

/* --- Small Devices (Phones)  --- */
@media (max-width: 767px) {
  
  body, .btn, a.btn {font-size: 15px;}
  
  h1 {font-size: 32px;}
  h2 {font-size: 28px;}
  h3 {font-size: 24px;}

  /* -- Lists -- */ 
  .list-mobile-stacked li {
    display: block;
    width: 100%;
  }

  .center-mobile-block {
    margin-right: auto;
    margin-left: auto;
  } 
   
  hr.with-shadow {margin: 50px auto 0;} 
	
  .mobile-margin {margin-bottom: 40px;}
  .mobile-margin.sml {margin-bottom: 20px ;}

  /* -- Media Elements -- */
  .media.stacked-mobile > div {
    display: block;
    padding: 0;
    width: 100%;
  }

  /* Form */
  .btn-block-mobile {
    display: block;
    margin: 0 auto;
    width: 100%;
  }

/* -----------------------------------------------------
= Layout
--------------------------------------------------------*/
  
/* --- Header --- */
.site-header .container {padding: 0 15px 0;}

  .logo {
    display: inline-block;
    float: none;
    padding: 15px 0 15px 15px;
    text-align: center;
  }
      .logo img {
        margin: 0 auto;
        width: 178px;
        height: auto;
      }

  .navbar-nav.top.navbar-right {margin: 0;}

  /* Navigation Menus */
    .nav-primary ul {
      margin: 0;
      padding: 0;
      float: none;
      overflow: hidden;
      width: 100%;
    }
      .nav-primary ul > li {
        float: none;
        margin: 0;
        padding: 0;
        border: 0;
        border-bottom: 1px solid rgb(0 0 0 / 10%);
      }
        .nav-primary ul > li:last-child {border-bottom: 0;}

        .nav-primary ul > li > a {
          display: inline-block;
          text-align: right;
        } 
          .nav-primary ul > li > a:hover, .nav-primary ul > li > a:focus {
            background-color: #f7f7f8;
            color: #4b286d;
          }

    .navbar-nav.top>li>a,
    .drop-menu-item a {}

    .footer .bottom,
    .nav-footer li a {}

    .nav-footer li {
      display: block;
      float: none;
      padding: 4px 0;
    }
      .nav-footer li a {padding: 4px 0;}

.navbar-collapse {padding: 0;}
.navbar-collapse, .navbar-inverse .navbar-form {border-color: rgb(0 0 0 / 10%);}

.navbar-toggle {
  border-color: transparent;
  margin-right: 0;
  padding: 14px 15px;

}
  .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {background-color: transparent;}
  .navbar-toggle .icon-bar {background-color: rgb(84, 89, 95);}

  /* Sections */
  .section.default {padding: 50px 0;}
  .section-offers .list-grid.three > li {width: 100%;}
    .list-offers > li {padding: 14px;}
 


  /* -- Footer -- */ 
  .list-social {margin:25px auto;}

  .center-mobile, .center-mobile * {text-align: center;}
	.mobile-centered, .mobile-centered * {text-align: center;}
  .hidden-mobile {display: none;}
  .is-not-visible[data-animation]  { visibility: visible; }
  .is-hidden[data-animation] {display: block;}
	
	.dist-info-phone, .dist-info-code {text-align: center;} 

	.login-consultant-col {min-width: auto;}
	
  .embed-container.instagram {
    padding-bottom: 130%;
    min-height: 500px;
  }

  /* -- System Status -- */
  .list-alerts {padding: 0;}
    .list-alerts > li .date {float: none;}

  .padding_mobile_none {padding: 14px;}
}

/* --- Misc/Utilities --- */
.intro-default-msg,
.non-replicated .intro-msg {display: none;}
.non-replicated .intro-default-msg {display: block;}

.small {font-size: 13px;}
.average {font-size: 14px;}

.wp-caption-text {
  margin: 10px 0;
  font-size: 12px;
  color: #666;
  font-style: italic;
}

.callout {
  margin-top:30px;
  padding: 30px;
}
  .callout.gr {background-color: #EFF1F3;}


.color-primary {color: #EC1A8A;}
.text-secondary {color: #8C288E;}
.text-ylw {color: #f2c443;}
.text-wt,
.text-wt * {color: #fff;}
 a.text-wt, a.text-wt:link, a.text-wt:visited, a.text-wt:hover {
  padding-bottom: 3px;
  color: #fff;
  text-decoration: underline;
}
.text-bold {font-weight: 700;}

.text-meta {
  font-size: 13px;
  color: #999;
}

/* Font weight classes */
.text-lite {font-weight: 300;}
.text-reg, .heavy {font-weight: 300;}
.text-b, .heavier {font-weight: 300;}
.text-xb {font-weight: 300;}

/* Font transform related classes */
.text-lc {text-transform: none;}
.text-ital {font-style: italic;}
.text-uc {text-transform: uppercase;}

.feat-icon {max-height: 70px; width: auto;}


.icon-pdf {
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  background-image: url('img/icons/icon-pdf.png');
  background-size: contain;
}

.icon.lrg {
  max-height: 80px;
  width: auto;
}

.icon.med {
  max-height: 40px;
  width: auto;
}

.icon.sml {
  max-height: 24px;
  width: auto;
}

.icon.xsml {
  max-height: 12px;
  width: auto;
}

.zoom-in {
    position: relative;
    margin: auto;
    overflow: hidden;
}
.zoom-in img {
    max-width: 100%;
    transition: all 0.5s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.zoom-in:hover img {transform: scale(1.2);}

.pipe {
  display: inline-block;
  padding: 0 5px;
  color: #ccc;
}

.close {
    position: absolute;
    padding: 4px;
    right: 15px;
    top: 10px;
    background-color: rgba(255,255,255,0.25);
    opacity: 0.8;
    z-index: 709;
  }

/* Hide Google Captcha box */
.grecaptcha-badge { visibility: hidden;}

/* -- Centering utilities -- */
.center, .center * {text-align: center;}
.center-block, .center-block * {
  margin-right: auto;
  margin-left: auto;
}

/* Site wide general announcement alert */
.gen-ancmt {
  background-color: #e9900e;
  width: 100%;
  color: #fff;
  border-radius: 0;
  bottom: 0;
  position: fixed;
  z-index: 711;
}
  .gen-ancmt p {
    margin: 0 15px;
    font-size: 14px;
    color: #fff;
  }
    .gen-ancmt a:link, .gen-ancmt a:visited {
      color: #fff;
      text-decoration: underline;
    }

/* Hide */
.is-hidden {display: none;}
.is-not-visible {visibility: hidden;}

/* No JS */
.no-js .is-hidden {display: block;}
.no-js .is-not-visible {visibility: visible;}


/* Responsive media player */
.embed-container {
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
  height: auto;
} 

  .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
  }

.embed-container.instagram {padding-bottom: 117%;}
  .embed-container.instagram .thirdparty,
  .embed-container.instagram .Embed, 
  .embed-container.instagram .root {background-color: #fafafa;}

/* Input flags */
.iti-flag {background-image: url("img/flags.png");}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {background-image: url("img/flags@2x.png");}
}

/* CSS arrows */
i {
  border: solid #12141a;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

i:hover, i:focus,
a > i:hover, a > i:focus {border-color: inherit;}

/* Margin Helpers */
.m-0 {margin: 0;}
.m-5 {margin: 5px;}
.m-10 {margin: 10px;}
.m-15 {margin: 15px;}
.m-20 {margin: 20px;}
.m-25 {margin: 25px;}
.m-30 {margin: 30px;}
.m-35 {margin: 35px;}
.m-40 {margin: 40px;}
.m-45 {margin: 45px;}
.m-50 {margin: 50px;}

.mt-0 {margin-top: 0;}
.mt-5 {margin-top: 5px;}
.mt-10 {margin-top: 10px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-25 {margin-top: 25px;}
.mt-30 {margin-top: 30px;}
.mt-35 {margin-top: 35px;}
.mt-40 {margin-top: 40px;}
.mt-45 {margin-top: 45px;}
.mt-50 {margin-top: 50px;}
.mt-60 {margin-top: 60px;}

.mr-0 {margin-right: 0;}
.mr-5 {margin-right: 5px;}
.mr-10 {margin-right: 10px;}
.mr-15 {margin-right: 15px;}
.mr-20 {margin-right: 20px;}
.mr-25 {margin-right: 25px;}
.mr-30 {margin-right: 30px;}
.mr-35 {margin-right: 35px;}
.mr-40 {margin-right: 40px;}
.mr-45 {margin-right: 45px;}
.mr-50 {margin-right: 50px;}

.mb-0 {margin-bottom: 0;}
.mb-5 {margin-bottom: 5px;}
.mb-10 {margin-bottom: 10px;}
.mb-15 {margin-bottom: 15px;}
.mb-20 {margin-bottom: 20px;}
.mb-25 {margin-bottom: 25px;}
.mb-30 {margin-bottom: 30px;}
.mb-35 {margin-bottom: 35px;}
.mb-40 {margin-bottom: 40px;}
.mb-45 {margin-bottom: 45px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}

.ml-0 {margin-left: 0;}
.ml-5 {margin-left: 5px;}
.ml-10 {margin-left: 10px;}
.ml-15 {margin-left: 15px;}
.ml-20 {margin-left: 20px;}
.ml-25 {margin-left: 25px;}
.ml-30 {margin-left: 30px;}
.ml-35 {margin-left: 35px;}
.ml-40 {margin-left: 40px;}
.ml-45 {margin-left: 45px;}
.ml-50 {margin-left: 50px;}

/* Padding Helpers */
.p-0 {padding: 0;}
.p-5 {padding: 5px;}
.p-10 {padding: 10px;}
.p-15 {padding: 15px;}
.p-20 {padding: 20px;}
.p-25 {padding: 25px;}
.p-30 {padding: 30px;}
.p-35 {padding: 35px;}
.p-40 {padding: 40px;}
.p-45 {padding: 45px;}
.p-50 {padding: 50px;}

.pt-0 {padding-top: 0;}
.pt-5 {padding-top: 5px;}
.pt-10 {padding-top: 10px;}
.pt-15 {padding-top: 15px;}
.pt-20 {padding-top: 20px;}
.pt-25 {padding-top: 25px;}
.pt-30 {padding-top: 30px;}
.pt-35 {padding-top: 35px;}
.pt-40 {padding-top: 40px;}
.pt-45 {padding-top: 45px;}
.pt-50 {padding-top: 50px;}
.pt-60 {padding-top: 60px;}
.pt-75 {padding-top: 75px;}
.pt-100 {padding-top: 100px;}

.pr-0 {padding-right: 0;}
.pr-5 {padding-right: 5px;}
.pr-10 {padding-right: 10px;}
.pr-15 {padding-right: 15px;}
.pr-20 {padding-right: 20px;}
.pr-25 {padding-right: 25px;}
.pr-30 {padding-right: 30px;}
.pr-35 {padding-right: 35px;}
.pr-40 {padding-right: 40px;}
.pr-45 {padding-right: 45px;}
.pr-50 {padding-right: 50px;}

.pb-0 {padding-bottom: 0 !important;}
.pb-5 {padding-bottom: 5px;}
.pb-10 {padding-bottom: 10px;}
.pb-15 {padding-bottom: 15px;}
.pb-20 {padding-bottom: 20px;}
.pb-25 {padding-bottom: 25px;}
.pb-30 {padding-bottom: 30px;}
.pb-35 {padding-bottom: 35px;}
.pb-40 {padding-bottom: 40px;}
.pb-45 {padding-bottom: 45px;}
.pb-50 {padding-bottom: 50px;}
.pb-60 {padding-bottom: 60px;}
.pb-100 {padding-bottom: 100px;}

.pl-0 {padding-left: 0;}
.pl-5 {padding-left: 5px;}
.pl-10 {padding-left: 10px;}
.pl-15 {padding-left: 15px;}
.pl-20 {padding-left: 20px;}
.pl-25 {padding-left: 25px;}
.pl-30 {padding-left: 30px;}
.pl-35 {padding-left: 35px;}
.pl-40 {padding-left: 40px;}
.pl-45 {padding-left: 45px;}
.pl-50 {padding-left: 50px;}

/* % Width Helpers */
.w-5 {width: 5%;}
.w-10 {width: 10%;}
.w-15 {width: 15%;}
.w-20 {width: 20%;}
.w-25 {width: 25%;}
.w-30 {width: 30%;}
.w-35 {width: 35%;}
.w-40 {width: 40%;}
.w-45 {width: 45%;}
.w-50 {width: 50%;}
.w-55 {width: 55%;}
.w-60 {width: 60%;}
.w-65 {width: 65%;}
.w-70 {width: 70%;}
.w-75 {width: 75%;}
.w-80 {width: 80%;}
.w-85 {width: 85%;}
.w-90 {width: 90%;}
.w-95 {width: 95%;}
.w-100 {width: 100%;}
