/** Custom Styles for Ridgefield Running Co. **/

nav {
 	height: 100px; 
}

.logo {
  	max-height: 200px !important;
  	height: 70px !important;
}
/* THIS IS WHERE YOU IMPORT THE WEB FONTS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* THIS IS WHERE YOU DECLARE YOUR CSS CLASS FOR THE FONT YOU ARE IMPORTING */


 .poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}


.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}


.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}


.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}


.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}


.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}


.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}


.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}


.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}


.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}


.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}


.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}


.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}


.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}


.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}


.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}


.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


/* THIS IS WHERE YOU PICK THE FONT-FAMILY NAME PER COMPONENT */


body { font-family: "Poppins", sans-serif;
}
.product .price { font-family: "Poppins", sans-serif;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Poppins", sans-serif;
}


.product .name { font-family: "Poppins", sans-serif; 
}


.widget .title { font-family: "Poppins", sans-serif;
}


input, button, select, textarea { font-family: "Poppins", sans-serif;
}


.breadcrumb-2 li a, .breadcrumb-2 li { font-family: "Poppins", sans-serif;
}


.text-tabs .tab-title span { font-family: "Poppins", sans-serif;
}


.btn { font-family: font-family: "Poppins", sans-serif;
}


.menu { font-family: font-family: "Poppins", sans-serif;
}


input { font-family: font-family: "Poppins", sans-serif;
}


a.slidermore { font-family: font-family: "Poppins", sans-serif;
}


@media only screen and (min-width: 992px) {
div.nav-bar {
   	height: 100px !important;
  	max-height: 100px !important;
  	padding-top: 17px;
  	overflow: visible !important;
  }
}

@media only screen and (max-width: 991px) {
  .nav-open {
  	overflow: visible !important;
  }
  
  #StoreLogo {
	height: 45px !important;
  }
}
  
.maintenence {
 	display: none; 
}

.maintenence .logo {
padding-top: 10vh;
}

a.slidermore {
color: #ffffff!important;
background-color: #FE5002!important;
font-weight: 900!important;
}


p.lead {
 color: #FFFFFF;
 font-size: 22px;
}

a.btn.btn--primary {
 background-color: #FFFFFF;
 color: #FE5002;
 font-size: 18px;
}

span.btn__text {
 font-weight: bold;
 text-transform: none;
}

.btn-white:visited, .btn:visited:hover {
    color: #fe621b;
    transition: all 0.3s ease;
}



@media only screen and (min-width: 992px) {
  .giftcard .siteLogo {
    height: 280px !important;
  }
  .giftcard {
    height: 370px !important;
  }
}