#footer-main{
  font-family: "arimoregular" !important;
}
.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;

    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;

       -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
            align-content: stretch;

         -ms-flex-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
}

    .flex.flex-inline {
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
                display: inline-flex;
    }

.flex.flex-column {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.flex.flex-nowrap {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
}

.flex.flex-row-reverse {
	-webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
		    flex-direction: row-reverse;
}

.flex.flex-justify-start {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
}

.flex.flex-justify-center {
    -webkit-justify-content: center;
            justify-content: center;
              -ms-flex-pack: center;
}

.flex.flex-justify-between {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.flex.flex-justify-evenly {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
}

.flex.flex-justify-end {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
                   -ms-flex-pack: end;
}

.flex.flex-align-start {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
}

.flex.flex-align-center {
    -webkit-align-items: center;
         -ms-flex-align: center;
            align-items: center;
}

.flex.flex-align-stretch {
    -webkit-align-items: stretch;
         -ms-flex-align: stretch;
            align-items: stretch;
}

.flex.flex-align-end {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
}


@media ( max-width: 767px ) {

    .mobile-flex {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;

        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between;

           -ms-flex-line-pack: stretch;
        -webkit-align-content: stretch;
                align-content: stretch;

             -ms-flex-align: stretch;
        -webkit-align-items: stretch;
                align-items: stretch;
    }

        .flex.mobile-flex-inline,
        .flex.mobile-flex-inline {
            display: -ms-inline-flexbox;
            display: -webkit-inline-flex;
                    display: inline-flex;
        }

    .flex.mobile-flex-column,
    .mobile-flex.mobile-flex-column {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .flex.mobile-flex-wrap,
    .mobile-flex.mobile-flex-wrap {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .flex.mobile-flex-row-reverse,
    .mobile-flex.mobile-flex-row-reverse {
    	-webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
    		    flex-direction: row-reverse;
    }

    .flex.mobile-flex-justify-start,
    .mobile-flex.mobile-flex-justify-start {
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
                justify-content: flex-start;
    }

    .flex.mobile-flex-justify-center,
    .mobile-flex.mobile-flex-justify-center {
        -webkit-justify-content: center;
                justify-content: center;
                  -ms-flex-pack: center;
    }

    .flex.mobile-flex-justify-between,
    .mobile-flex.mobile-flex-justify-between {
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between;
    }

    .flex.mobile-flex-justify-evenly,
    .mobile-flex.mobile-flex-justify-evenly {
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between;

        -webkit-justify-content: space-evenly;
                justify-content: space-evenly;
    }

    .flex.mobile-flex-justify-around,
    .mobile-flex.mobile-flex-justify-around {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
                justify-content: space-around;
    }

    .flex.mobile-flex-justify-end,
    .mobile-flex.mobile-flex-justify-end {
        -webkit-justify-content: flex-end;
                justify-content: flex-end;
                       -ms-flex-pack: end;
    }

    .flex.mobile-flex-align-start,
    .mobile-flex.mobile-flex-align-start {
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
                align-items: flex-start;
    }

    .flex.mobile-flex-align-center,
    .mobile-flex.mobile-flex-align-center {
        -webkit-align-items: center;
             -ms-flex-align: center;
                align-items: center;
    }

    .flex.mobile-flex-align-stretch,
    .mobile-flex.mobile-flex-align-stretch {
        -webkit-align-items: stretch;
             -ms-flex-align: stretch;
                align-items: stretch;
    }

    .flex.mobile-flex-align-end,
    .mobile-flex.mobile-flex-align-end {
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
                align-items: flex-end;
    }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.inside-header {
  height: auto !important;
}

.inside-header.no-bg {
  background: transparent;
  border-bottom: 0;
}

#main-header {
  position: relative;
  top: 0;
  padding: 10px 0;
}

#main-header .logo {
  position: relative;
  top:0;
  float: none;
}

.header_left,
.header_right{
  width: 38%;
  float: none;
}
.header_right {
  position: relative;
  bottom: -10px;
}

#main-header a.menu-trigger {
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: -4px;
}

.inside-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header_right ul {
  text-align: right;
}



#footer-main {
  padding: 70px 0;
  background-color: #000000;
}

#footer-main .container {
  max-width: 100%;
  padding: 0 23px;
}

#footer-main .left-menus,
#footer-main .right-menus {
  width: 27%;
}

#footer-main .menus {
  width: 45%;
}
#footer-main .menus ul {
  padding: 0;
}
#footer-main .footer_link li,
#footer-main .menus a {
  
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2em;
}
#footer-main .footer_link li a::after {
  display: none;
}

#footer-main .site-footer__social-icons li a {

    font-size: 30px;
    color: #fff;

}

#footer-main .join-row .join_col {
  width: 196px;
  position: relative;
}

#footer-main .join-row .join_col .input_box {
  font-size: 10px;
  width: 100%;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 1px solid #fff;
  letter-spacing: 1px;
  height: 28px;
  line-height: 28px;
  background: 0 0;
  padding: 0 20px 0 0 !important;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}

#footer-main .join-row .join_col .input_box::-webkit-input-placeholder { font-style: normal; color: #fff; font-size: 10px;}
#footer-main .join-row .join_col .input_box::-moz-placeholder { font-style: normal; color: #fff; font-size: 10px;}
#footer-main .join-row .join_col .input_box:-ms-input-placeholder { font-style: normal; color: #fff; font-size: 10px;}
#footer-main .join-row .join_col .input_box:-moz-placeholder { font-style: normal; color: #fff; font-size: 10px;} 

#footer-main .join-row .join_col .btn {
    margin: 0;
    background: url(//cdn.shopify.com/s/files/1/0037/3807/5202/files/arrow-white.png) no-repeat !important;
    border: 0;
    background-size: 12px auto !important;
	background-position: center center !important;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
    height: 30px;
    width: 12px;
    text-indent: -9999px;
  	border: 0 !important;

}

#footer-main .site-footer__social-icons.social-icons {
  margin: 0 0 0 30px;
}

#footer-main  .site-footer__social-icons li {
  margin: 0 0 0 15px;
  min-width: 23px;
  text-align: center;
}

@media ( min-width: 768px ) {
  #footer-main .left-menus,
  #footer-main .right-menus {
    min-width: 400px;
  }
}

@media ( min-width: 768px ) and ( max-width: 1200px){
  #footer-main .left-menus {
    display: none;
  }
}

.isp_related_wrapper {
  max-width: 1200px;
  width: 90%;
}
@media ( max-width: 767px ) {
  #footer-main .container .flex.flex-nowrap {
    -webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  }
  
  #footer-main .left-menus, 
  #footer-main .right-menus,
  #footer-main .menus {
    width: 100%;
  }
  #footer-main{
    padding: 30px 0;
  }
  #footer-main .site-footer__social-icons.social-icons {
    margin-left: 0;
    margin-top: 15px;
  }
  .isp_related_wrapper {
    max-width: 1200px;
    width: 95%;
  }
}

