@import url("fonts.css");
@import url("snipcart.css");

/*

   TOC:
   a. General Styles
   b. Intro Section
   c. About Section
   d. Location Section
   e. Footer

===================================================================== */

/* ------------------------------------------------------------------ */
/* a. General Styles
/* ------------------------------------------------------------------ */
 *{
         font-family: 'Montserrat';
 }

html{

}

body { 
      margin-right: -80px;
      background-color: black !important;

}


/* ------------------------------------------------------------------ */
/* b. Intro Styles
/* ------------------------------------------------------------------ */

#intro {
   position: relative;
   padding-bottom: 102px;
   background-color: #161415 ;
overflow: hidden;
   width: 100%;
   background-size: cover !important;
	-webkit-background-size: cover !important;   
}

/* Header 
/* ------------------------------------------------------------------ */
header {   
   height: 60px;
   width: 100%; 
   position: relative;       
}
header #logo {	
	width: 120px;	
	margin-left: -60px;
	text-align: center;
	
	position: absolute;
	top: 72px;
	left: 50%;
}

.mainlogocontainer{
   padding-left: 2vw;
   padding-right: 2vw;
}

.conqlogo{
	width: 100%;
}

.twelve.columns h1{
	font-family: 'Montserrat', sans-serif !important;
	font-style: italic !important; 
	font-weight: 800 !important;
   font-size: 48px !important;
}

.twelve.columns p{
	font-family: 'Montserrat', sans-serif !important;
	font-style: italic !important; 
	font-weight: 700 !important;
}



    .vdpdfmobile { display: none}


@media (max-width: 1200px) {
    .vdpdfmobile { display: inline-block !important; }
        .vdpdfdesk { display: none !important; }
}

.dmbtn{
  background-color: #8e959c;
  border-radius: 5em;
  padding: 0.8em 1.65em;
  display: inline-block;
  margin: 10px;
   font-family: 'Montserrat', sans-serif !important;
   font-style: italic !important; 
   font-weight: 800 !important;
   font-size: 22px;
   color: white !important; 
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.4s;
}

.dmbtn.dmbtn-outline-ocre{
	    font-family: 'Montserrat';
	    font-style: italic;
	    font-weight: 800;
    text-align: center;
    border-radius: 5em;
    padding: 0.6em 1.5em;
    display: inline-block;
    margin: 10px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    box-sizing: border-box;
    transition: 0.4s;
    outline-offset: -6px;
    background-color: transparent;
    outline: 6px solid #24d3ff;
    color: #24d3ff;
}

.dmbtn-ocre{
  background-color: #ff36da;
   font-family: 'Montserrat', sans-serif !important;
   font-style: italic !important; 
   font-weight: 800 !important;
   font-size: 22px;
   color: white !important; 
}

.dmbtn-ocre:hover{
  background-color: #a600ff;
  color: white;
  box-shadow: 0px 13px 28px 3px rgba(0,0,0,0.25);
-webkit-box-shadow: 0px 13px 28px 3px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 13px 28px 3px rgba(0,0,0,0.25);
}

.dmbtn-blue:hover{
  background-color: #a600ff !important;
  color: white;
  box-shadow: 0px 13px 28px 3px rgba(0,0,0,0.25);
-webkit-box-shadow: 0px 13px 28px 3px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 13px 28px 3px rgba(0,0,0,0.25);
}


.dmbtn-blue{
  background-color: #ff36da;
   font-family: 'Montserrat', sans-serif !important;
   font-style: italic !important; 
   font-weight: 800 !important;
   font-size: 22px;
   color: white !important; 
}



.dmbtn.dmbtn-outline-ocre:hover{
  outline: 6px solid #ff36da;
  outline-offset:  -6px;
  background-color: #ff36da;
  color: white;

  box-shadow: 0px 13px 28px 3px rgba(0,0,0,0.25);
-webkit-box-shadow: 0px 13px 28px 3px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 13px 28px 3px rgba(0,0,0,0.25);
}

#hero.row{
   position: relative;
   z-index: 1;
}

.imgbackdropleft{
  pointer-events: none;
  position: absolute;
  max-width: 50vw;
  max-height: 100vh;
  z-index: 0;
  bottom: -10%;
  left: -3%;
  opacity: 0.75;
  filter: blur(1px);
}

.imgbackdroprigh{
  pointer-events: none;
  position: absolute;
  max-width: 50vw;
  max-height: 100vh;
    z-index: 0;
  bottom: -10%;
  right: -3%;
  opacity: 0.75;
  filter: blur(1px);
}

#about .twelve.columns h1{
   font-family: 'Montserrat', sans-serif !important;
   font-style: italic !important; 
   font-weight: 800 !important;
   font-size: 40px !important;
}

/* primary navigation
--------------------------------------------------------------------- */
#nav-wrap, #nav-wrap ul, #nav-wrap li, #nav-wrap a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

/* nav-wrap */
#nav-wrap {
   font: 11px 'montserrat', sans-serif;
   font-weight: bold;
   text-transform: uppercase;
   letter-spacing: 2px;
   float: left;
   z-index: 9999;

   position: absolute;
   top: 12px;
   right: 30px;    
}

/* hide toggle button */
#nav-wrap > a { display: none; }
#nav-wrap > a {	   
   text-align: left;
   border: none;            
   height: 54px;
   line-height: 54px; 
   float: right;     
                        
   font: 0/0 a;
   text-shadow: none;
   color: transparent;

   position: absolute;
   top: 0px;
   right: 36px;
}
#nav-wrap > a:before {   
	font-family: 'FontAwesome';
   content: "\f0c9";
   color: #fff;
   margin: 0;
   font-size: 25px;
   line-height: 54px;
   text-align: left;      
   display: block; 
   float: right;     
}

/* hide menu panel */
#nav-wrap ul#nav {
   padding: 24px 36px 36px 36px;     
   height: auto; 
   width: auto;     
   clear: both;    
   display: none;
   background: #111;
   background: rgba(0, 0, 0, .8);
   border-radius: 3px;
            
   position: relative;
   top: 54px;
   right: 30px;           
}
   
/* display toggle buttons */
.no-js #nav-wrap:not( :target ) > a:first-of-type,
.no-js #nav-wrap:target > a:last-of-type  {
   display: block;
} 
.js #nav-wrap a { display: block; }  

/* display menu panels - no JS*/
.no-js #nav-wrap:target > ul#nav  {
   display: block;           
}

ul#nav li {
   display: block;
   height: auto;      
   text-align: left;
   border-bottom: 1px solid #202226;
   border-bottom-style: dotted; 
}

ul#nav li a {  
   display: block;   
   width: auto;  
   margin: 0;
   padding: 0;      
   margin: 12px 0; 
   line-height: 16px; /* reset line-height from 54px */
   border: none;
   color: #fff;

   -webkit-transition: color .2s ease-in-out;
   -moz-transition: color .2s ease-in-out;
   -o-transition: color .2s ease-in-out;
   -ms-transition: color .2s ease-in-out;
   transition: color .2s ease-in-out;
}  

ul#nav li a:hover { color: #1E732D; }
ul#nav li a:active { background-color: transparent !important; }
ul#nav li.current a { color: #1E732D; }

        .nav-item-with-notification {
            position: relative;
            display: inline-block;
        }
        
        .notification-badge {
            position: absolute;
            top: 0;
            left: 122px;
            background-color: #e83e8c; /* Bootstrap magenta */
            color: white;
            font-size: 10px;
            font-weight: bold;
            padding: 2px 6px;
            border-radius: 10px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.2);
            z-index: 1000;
            animation: pulse 2s infinite;
        }
        
        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.1); }
            100% { transform: scale(1); }
        }

.mainsection{
   padding: 0 calc(25vw - 200px);
}

.mainsection .bootrow{
   margin: 2.5em 0;
}

.mainsection .bootrow img{
   width: 100%;
   max-height: 500px;
   object-fit: contain;
}

.bootrow p{
   font-size: 22px;
   font-weight: 700;
   line-height: 1.2em;
}

.mainsection h1{
   font-size: 38px;
   font-weight: 900;
   font-style: italic;
   text-align: center;
   line-height: 0.9em;
   margin: 0.4em 0;
} 

.bootrow h2{
   font-size: 38px;
   font-weight: 900;
   font-style: italic;
   text-align: center;
   line-height: 0.9em;
   margin: 0.4em 0;
      color: #3e1c54;
} 

#call-to-action{
   margin:  auto;
}

.mainsection h3{
   text-transform: uppercase;
   font-size: 26px;
   font-weight: 900;
   font-style: italic;
   color: #3e1c54;
} 

.mainfooter{
   text-align: center;
   font-size: 14px;
   font-weight: 600;
}

#about > div.mainsection > div:nth-child(1) > div > p{
   font-size: 18px;
   font-weight: 800;
   line-height: 1.1em;
}


.navbar{
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  padding-left:   calc(-275px + 35vw);
  padding-right:  calc(-275px + 35vw);
  font-family: 'Montserrat';
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  position: -webkit-sticky; /* Safari */
  position: sticky !important;
  top: 0;
  z-index: 20;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.navbar-brand {
  padding-top: 0rem;
  margin-right: 0rem !important;
}

.navbar .nav-link{
  display: block;
  color: #f2f2f2;
  text-align: left;
  padding: 0.75em 10px !important;
  margin: 0 1.5em;
  text-decoration: none !important;

}

.navbar a{
   text-decoration: none;

}

.noSelect {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.noSelect:focus {
    outline: none !important;
}

.navbar .nav-link:hover{
  color: #999999;
}



.navbar-toggler{

}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
}

.navbar-toggler i{
  color: white;
  transition: 0.3s;
}

.navbar-toggler i:hover{
  filter: brightness(80%);
}

.navlogo{
  transition: 0.3s;
  width: 130px;
  color: white;
}

.navlogo:hover{
    transform: scale(1.1);
   }

.shopicon{
  transition: 0.4s;
}

.shopicon:hover{
  filter: brightness(80%);
}

.navlogo:hover{
  filter: brightness(80%);
}

.navbar .fa-bag-shopping{
  font-size: 20px;
  color: white;
  padding: .25rem .75rem;
}



.expimg{
    text-align: center;
}

.expimg img{
    object-fit: contain;
width: 100%;
height: 100%;
max-width: 300px;
max-height: 100px;
transition: 0.2s;
}

.dropdown-item:hover .expimg img{
    transform: scale(1.1);
}

.row.glassjoe{
 --bs-gutter-x: 0.1rem;
 text-align: left;
    color: white;
    font-weight: 600;
}

.row.glassjoe p{
 --bs-gutter-x: 0.1rem;
 text-align: left;
    color: white;
    font-weight: 800;
    padding: 0.25rem 0.75rem;
    margin: 0 0;
    margin-bottom: 0.25em;
    font-size: 18px;
}

#navbarNav li.nav-item.dropdown > .conqdropdwn{
      width: 100%;
}

.conqdropdwn .dropdown-item{
    text-align: left;
    text-transform: initial;
          color: white;
      font-weight: 600;
      transition: 0.4s;
}
.conqdropdwn .dropdown-item:hover{
    background-color: transparent;
    color: #51D8FF;
}

.dropdown-menu.conqdropdwn{
    margin-bottom :0;
    margin-top :-1px !important;
    margin-right :-1px;
    margin-bottom :0;
    box-sizing: border-box;
    padding: 1em 1em;
}


.expbanner{
    -webkit-font-smoothing: antialiased;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/conq1x1_banner-min.jpg');
    height: 100%;
}

.expbanner.expb-ldt{
    background-image: url('../img/conq1x2_banner-min.jpg');
}

.expbanner.expb-gde{
    background-image: url('../img/conq1x3_banner-min.jpg');
}

.expbanner.expb-pvs{
    background-image: url('../img/conq1x4_banner-min.jpg');
}

.expbanner .row{
    --bs-gutter-x: 1 rem !important;
}

main .row{
    --bs-gutter-x: 1 rem !important;
}

.expbanner .expbannerconq{
    padding-top: 3em;
    padding-bottom: 6em;
    text-align: center;
}

.expbanner .expbannerexplogo{
    padding-top: 3em;
    padding-bottom: 6em;
    text-align: center;
}

.expbanner .expbannerconq img{
max-width: 960px;
pointer-events: none;
}

.expbanner .expbannerexplogo img{
max-width: 960px;
pointer-events: none;
}

.expbanner .expbannerexplogo .whiteout{
    -webkit-filter: drop-shadow(0px 0px 15px white)
    drop-shadow(0px 0px 15px white);
    filter: drop-shadow(0px 0px 15px white) 
    drop-shadow(0px 0px 15px white);
}

.expbanner .expbannerexplogo{
    padding-top: 6em;
    padding-bottom: 3em;
}

main.darkbacksolid{
    background-color: #342532;
    color: white;
       padding: 4em calc(24vw - 95px);
       font-size: 20px;
       font-weight: 800;
}

main .bootrow .widthfix{
    width: 100%;
}

.rarityincludes{
    font-size: 22px;
}

.rarityincludes img{
    margin: 0 10px;
}

  
  .cardsgrid-item {
  color: white;
  display: block;
  text-align: center;
}

.cardsgrid-item div{
  display: inline-block;
    border-radius: 1rem;
  overflow: hidden;
}

.cardsgrid-item div:hover{
-webkit-box-shadow: 0px 0px 21px 8px rgba(0,0,0,0.5); 
box-shadow: 0px 0px 21px 8px rgba(0,0,0,0.5);
}

.cardsgrid-item div{
  display: inline-block;
    border-radius: 1rem;
  overflow: hidden;
}

.cardsgrid-item img{
    width: 100%;

max-height: 300px;
pointer-events: none;
}


.cardsgrid {
  margin: 0 auto;
  display: grid;
    grid-gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.cg5x5 .cardsgrid-item img{
    width: 100%;

max-height: 320px;
pointer-events: none;
}


.cardsgrid .cg5x5 {
  margin: 0 auto;
  display: grid;
    grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

main.darkbacksolid h2{
text-align: center;
font-style: italic;
font-weight: 900;
text-transform: UPPERCASE;
font-size: 45px;
margin-bottom: 1em;
}

main.darkbacksolid h3{
text-align: center;
font-style: italic;
font-weight: 900;
text-transform: UPPERCASE;
font-size: 36px;
}

.asc1x1 h1{
background: #614296;
background: -webkit-linear-gradient(to top, #614296 0%, #FF9C63 100%);
background: -moz-linear-gradient(to top, #614296 0%, #FF9C63 100%);
background: linear-gradient(to top, #614296 0%, #FF9C63 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;


    -webkit-filter: drop-shadow(0px 0px 15px white)
    drop-shadow(0px 0px 15px white);
    filter: drop-shadow(0px 0px 15px white) 
    drop-shadow(0px 0px 15px white);

  padding-top: 5px;
  padding-bottom: 1em;

}

.asc1x1 p{
  color: #342532;
  font-size: 20px !important;
  line-height: 1.3em !important;
text-shadow: 1px 1px 15px #FFFFFF;
}

.asc1x1.alt-color p{
  color: white;
  font-size: 20px !important;
  line-height: 1.3em !important;
  text-shadow: none;
}

.asc1x1.alt-color h1{
background: #8FA2FF;
background: -webkit-linear-gradient(to top, #8FA2FF 0%, #EC9EFF 100%);
background: -moz-linear-gradient(to top, #8FA2FF 0%, #EC9EFF 100%);
background: linear-gradient(to top, #8FA2FF 0%, #EC9EFF 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;


    -webkit-filter: drop-shadow(0px 0px 15px white)
    drop-shadow(0px 0px 15px white);
    filter: drop-shadow(0px 0px 15px white) 
    drop-shadow(0px 0px 15px white);

  padding-top: 5px;
  padding-bottom: 1em;

}

  .genericgrid-item {
  color: white;
  display: block;
  text-align: center;
}

.genericgrid-item div{
  display: inline-block;
    border-radius: 1rem;
  overflow: hidden;
}

.genericgrid-item div{
  display: inline-block;
    border-radius: 1rem;
  overflow: hidden;
}

.genericgrid-item img{
height: 300px;
pointer-events: none;
}


.genericgrid {
  margin: 0 auto;
  display: grid;
    grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.card{
transition: 0.25s;
border: 0px !important;
}

.card-title{
  color: #342532;
  font-size: 22px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 0.9em;
}

.card-text{
  color: #82697f !important;
  font-weight: 600;
  line-height: 0.1em !important;

}

.card img{
  object-fit: contain;
    image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -o-crisp-edges; /* Opera */
image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

div.dmbtn{
  font-size: 16px;
}

.card:hover{
  transform: scale(1.05);
  box-shadow: 0px 13px 28px 3px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 13px 28px 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 13px 28px 3px rgba(0,0,0,0.4);
}

.cardshoplink .card:hover .dmbtn{
  background-color: #a600ff;
  color: white;
  box-shadow: 0px 13px 28px 3px rgba(0,0,0,0.25);
-webkit-box-shadow: 0px 13px 28px 3px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 13px 28px 3px rgba(0,0,0,0.25);
}

.card .dmbtn-blue{
    background-color: #08a8ff;
}

.howtoplaydiv{
       padding: 4em calc(24vw - 95px);
}


.howtoplaytext{
    background-color: rgba(0, 0, 0, 0.7);
    padding: 2em;
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.howtoplaytext h3{
font-weight: 800;
font-size: 24px;
text-transform: uppercase;
font-style: italic;
}

.howtoplaytext h3:first-child{
margin: 0;
}

.howtoplaytext h1{
font-weight: 900;
font-size: 52px ;
text-transform: uppercase;
font-style: italic;
}

.howto-number{
    font-size: 60px;
    font-weight: 800;
    font-style: italic;
    text-shadow: 4px 4px 0px #5ECEFF;
    filter: drop-shadow(2px 2px 5px #000);
    text-align: center;
}

.howto-main .col-11{
    padding-left: 0.6em;
    line-height: 1.1em;
}

.howto-main .row{
    margin: 1.1em 0;
}


.darkbacksolid .accordion-item{
background: none;
background-color: transparent;
border: 0;
}

.darkbacksolid .accordion-button{
background: rgb(183,132,255);
background: linear-gradient(0deg, rgba(183,132,255,1) 2%, rgba(170,216,255,1) 100%);
border-radius: 2em !important;
overflow: hidden;
color: white;
font-size: 20px;
font-weight: 800;
font-style: italic;
margin: 0.5em 0;
}

.darkbacksolid .accordion-body h2{
    margin: 0 !important;
    margin-bottom: 0 !important;
}

.darkbacksolid .accordion-body{
    background-color: #4a3347;
    border-radius: 1em;
    margin-bottom: 1.25em;
    font-size: 18px;
    font-weight: 600;
}

.card div.carditem-price{
    margin-bottom: 18px;
color: #82697f !important;
    font-size: 24px;
    font-weight: 700;
}

.promo-tag{
width: max-content;
margin: auto;
margin: 8px;
padding: 4px;
padding-left: 8px;
padding-right: 8px;
background: rgb(255,84,159);
background: linear-gradient(0deg, rgba(255,84,159,1) 2%, rgba(255,0,0,1) 100%);
    color: white;
    font-size: 14px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
}

#navbarNav .nav-item.dropdown > ul > div > div > li> a{
        padding: .5rem 1rem;
}


/* Media Queries
------------------------------------------------------------------ /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


@media screen and (min-width: 768px){ /*ENCIMA DE 750 PX //////// */
  .navbar .shopicon:first-of-type{
    display: none;
  }

  .dlmain1{
    text-align: right;
  }
  
  .dlmain1 .bigdllogo{
    max-height: 163px;
  }

#navbarNav li.nav-item.dropdown > .conqdropdwn{
      background-color: rgba(0, 0, 0, 0.90);
}





}

@media screen and (max-width:  767px) { /*DEBAJO DE 749 PX //////// */
  .navbar-brand{
    padding-top:    4px;
    padding-bottom: 8px;

  }

  .navbar-toggler{
    border: 0;
  }

  .navbar{
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-collapse{
    font-size: 16px;
  }
  
  .navbar .container-fluid{
    flex-direction: row-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar .shopicon:last-of-type{
    display: none;
  }

  .navbar .nav-link{
    transition: 0.3s;
    border-radius: 0.5em;
    padding: 0.75em 12px;
    margin: 2px 0.5em;
  }


  .navbar .nav-link:first-child{
    margin-top:   0.5em;
  }

  .navbar .nav-link:last-child{
    margin-bottom: 0.7em;
  }

  .navbar .nav-link:hover{
    background-color: rgba(0,0,0,0.175);
  }

#navbarNav li.nav-item.dropdown > .conqdropdwn{
      background-color: rgba(0,0,0,0.25);
      width: 100%;
}

#navbarNav > ul > li.nav-item.dropdown > ul > div > div > li > a > div > div:nth-child(1){
    display: none;
}

.expbanner{
    padding: 0em 2em;
}

main.darkbacksolid h2{
font-size: 32px !important;
}

main.darkbacksolid h3{
font-size: 28px !important;
}


.howto-main .col-11{
    padding-left: 1.2em;
    line-height: 1.1em;
}

.howto-main .row{
    margin: 1.2em 0;
}






}



/* Hero
------------------------------------------------------------------ /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#hero {
	margin: 126px auto 0;
	text-align: center;	
}
#hero h1 {
	font: 48px 'Montserrat', sans-serif;
   font-style: italic;
   font-weight: 900;
	color: #fff;
	margin-bottom: 18px;	
	padding: 0 10%;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, .5);	
}
#hero p {	
	font: 16px/33px 'montserrat', sans-serif;
	color: #fff;
	margin-bottom: 18px;
	padding: 0 18%;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, .7);
}
#hero h5 {
	font: 13px/24px 'montserrat', sans-serif;
   font-weight: bold;
	color: #1F782F;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, .7);	
}

/* counter */
#hero #counter {
	width: 75%;
	color: #fff;
	text-align: center;
	margin: 18px auto 0;
}
#hero #counter span {
	font: 70px/1em 'merriweather-bold', serif;
	display: block;
	padding: 12px 0 30px;
	min-width: 25%;
	float: left;	
	text-shadow: 0px 1px 3px rgba(0, 0, 0, .5);	
	border-left: 1px dotted rgba(255, 255, 255, .2);	
}
#hero #counter span:first-child { border-left: none; }
#hero #counter span em {
	font: 11px/18px 'montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-top: 12px;	
	display: block;
	color: #BCBCBC;
	color: rgba(255, 255, 255,.6);
	text-shadow: 0px 1px 2px rgba(0, 0, 0, .7);	
}

/* mailchimp form */
#hero #mc_embed_signup {
	clear: both;
	margin: 48px auto 18px;
	width: 50%;	
}
#hero #mc_embed_signup:before,
#hero #mc_embed_signup:after {
    content: " ";
    display: table;
}
#hero #mc_embed_signup:after {
    clear: both;
}

#hero #mc_embed_signup input {
	display: inline-block;
	float: left;
}
#hero #mc_embed_signup input[type="email"] {	
	font-size: 15px;
	height: 54px;
	line-height: 30px;
	padding: 12px 15px;
	border-radius: 3px 0 0 3px;	
	background: #727272;
	background: rgba(255, 255, 255, .2);	
	width: 70%;
}
#hero #mc_embed_signup input[type="submit"] {
	font-size: 15px;
	line-height: 30px;
	height: 54px;
	padding: 12px 30px;
	margin: 0 0 18px 0;
	border-radius: 0 3px 3px 0;	
	background: #197C28;
	background: rgba(25, 124, 40, 1);	
	width: 30%;	
}
#hero #mc_embed_signup input[type="submit"]:hover {
	background: #146320;
}

/* social links */
#hero .social {
	clear: both;
	font-size: 32px;
   margin: 36px 0 24px;
   padding: 0;   
   text-shadow: 0px 1px 2px rgba(0, 0, 0, .8);
}
#hero .social li {
   display: inline-block;
   margin: 0 12px;
   padding: 0;
   width: 45px;
   height: 45px;
   border-radius: 1em;
   line-height: 50px;
   transition: 0.3s;
}

#hero .social li:active{
      background: gray;
}

#hero .social a li { color: #fff; }
#hero .social a li:hover { color: #ff36da; }

.six.columns{
      font-family: 'Montserrat', sans-serif !important;
}

.six.columns h3{
   font-family: 'Montserrat', sans-serif !important;
   font-style: italic !important; 
   font-weight: 900 !important;
   font-size: 24px !important;
   color: #3f1e54 !important;
}

.six.columns p{
   font-weight: 700 !important;
   font-size: 20px !important;
}

/* ------------------------------------------------------------------ */
/* c. About Section
/* ------------------------------------------------------------------ */

#about {
   background: rgb(80,218,255);
   background-image: linear-gradient(0deg, rgba(80,218,255,1) 0%, rgba(216,54,255,1) 100%);
   background-image: url(../img/patternback.png),  linear-gradient(0deg, rgba(80,218,255,1) 0%, rgba(216,54,255,1) 100%);
   color: #fff; 
   padding-top: 96px;
   padding-bottom: 72px;     
   overflow: hidden; 
}


#about.asc1x1{
   background-image:  linear-gradient(0deg, rgba(255,254,199,1) 0%, rgba(255,255,255,1) 100%);
   background-image: url(../img/patternback.png), linear-gradient(0deg, rgba(255,254,199,1) 0%, rgba(255,255,255,1) 100%);
}

#about.ldt1x2{
   background-image:  linear-gradient(0deg, rgba(6,13,25,1) 0%, rgba(9,86,103,1) 100%);
   background-image: url(../img/patternback.png), linear-gradient(0deg, rgba(6,13,25,1) 0%, rgba(9,86,103,1) 100%);
}

#about.gde1x3{
   background-image:  linear-gradient(90deg, rgb(255, 200, 87) 0%, rgb(165, 109, 186) 100%);
   background-image: url(../img/patternback.png), linear-gradient(90deg, rgb(255, 200, 87) 0%, rgb(165, 109, 186)  100%);
}

#about.pvs1x4{
   background-image:  linear-gradient(90deg, rgb(130, 211, 255) 0%,rgb(161, 105, 206) 100%);
   background-image: url(../img/patternback.png), linear-gradient(90deg,  rgb(130, 211, 255) 0%,rgb(161, 105, 206) 100%);
}

#about.asc1x1.alt-color{
   background-image:  linear-gradient(0deg, rgba(255,132,143,1) 2%, rgba(255,254,199,1) 100%);
   background-image: url(../img/patternback.png), linear-gradient(0deg, rgba(255,132,143,1) 2%, rgba(255,254,199,1) 100%);
   padding: 4em calc(24vw - 95px);
}

#about a, #about a:visited  { color: #0C3012; }
#about a:hover, #about a:focus { color: #fff; }

.section-header,
.section-content {
	max-width: 880px;
}
#about .section-header {
	text-align: center;	
	margin-bottom: 12px;
}
#about .mainsection .icon-wrap { 	
	font-size: 60px;
	margin-bottom: 18px;
	color: #0F3C17;
   text-align: center;
}

 .icon-wrapp{
   text-align: center;
 }


#about .section-header p { 
	color: #fff; 
	padding: 0 3%;
}



/* Call To Action 
------------------------------------------------------------------ */
#call-to-action {
	padding-top: 60px;  
   text-align: center; 
}
#call-to-action .sectionA{
	max-width: 880px;
	border-top: 1px dotted #4b8f57;
	border-top: 1px dotted rgba(255, 255, 255, .2);	
}

#call-to-action h2 a { color: #fff !important; }
#call-to-action p { 
	color: #fff; 
	padding: 0 8%;
}
#call-to-action span { 
	font-family: 'merriweather-regular', serif;
	color: #0C3012; 
}
#call-to-action .action a.button { 
	width: 350px;	
	margin: 0 auto;
}
#call-to-action .button {
	background: #165622;
	color: #fff !important;
}
#call-to-action .button:hover,
#call-to-action .button:active {
   background: #FFFFFF;
   color: #0D0D0D !important;
}


/* ------------------------------------------------------------------ */
/* d. Location Section
/* ------------------------------------------------------------------ */

#location .contacts {
	background: #1F1F1F;   
	padding-top: 48px;
   padding-bottom: 18px;   
}
#location .contact-details {
	max-width: 900px;	
	text-align: center;
}
#location .contacts .row .columns {	width: 33.33333%; }
#location .contacts .row .end { float: left; }
#location .contacts h3 {
   font: 14px/24px 'montserrat', sans-serif;
   font-weight: bold;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 1.5px;   
   margin-bottom: 6px;
}
#location .contacts p {	
   line-height: 30px;
   font-family: 'montserrat', sans-serif;
   font-size: 14px;
   color: #6C6C6C;
}
#location .contacts h3 i {	margin-right: 8px; }

/* map */
#map {
   display: block;
	height: 486px;
   width: 100%;
   background-color: #F6F4EF;
}
#map img { max-width:inherit !important; }
#map .map-error {
  text-align: center;
  padding-top: 48px;
  color: #C0B491;
  font-size: 14px;
}
#map .fa {
	font-size: 60px;
	color: #1F1F1F;
}


/* ------------------------------------------------------------------ */
/* e. Footer
/* ------------------------------------------------------------------ */

li::before{
   display: none;
}

footer {
	font: 14px/24px 'montserrat', sans-serif;
	background: #0f0f0f;
   padding-top: 24px;
   padding-bottom: 24px;
   color: #575757; 
   list-style: none !important;
}
footer a, footer a:visited { color: #707070; }
footer a:hover, footer a:focus { color: #fff; }

/* copyright */
footer .copyright {
    margin: 0;
    padding: 0;
    text-align: center;
 }
footer .copyright li {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 24px;
}
.ie footer .copyright li {
   display: inline;
}
footer .copyright li:before {
    content: "\2022";
    padding-left: 6px;
    padding-right: 10px;
    color: #1B6728;
}
footer .copyright  li:first-child:before {
    display: none;
}

/* Go To Top Button */
#go-top {
	position: fixed;
	bottom: 30px;
   right: 30px;  
   text-align: center; 
   display: none;
}
#go-top a {
	text-decoration: none;
	border: 0 none;
	display: block;
	width: 48px;
	height: 48px;
	background-color: #303030;

	-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;

   color: #fff;
   font-size: 16px;
   line-height: 48px;
 	border-radius: 3px;
}
#go-top a:hover { background: #165622; }

@media only screen and (max-width: 767px) {

.mainsection{
   padding: 0 1em;
}

.mainsection h1{
   font-size: 32px;
}

.bootrow h2{
   font-size: 26px;
}
.bootrow p{
   font-size: 18px;
}

.mainsection h3{
   font-size: 24px;
}

.mainsection p{
   font-size: 18px;
}

}


@media (min-width: 768px){
.snipcart-modal__container.snipcart-cart-summary--edit.snipcart-cart-summary-side{
    z-index: 99;
      box-shadow: 0px 13px 28px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 13px 28px 3px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 13px 28px 3px rgba(0,0,0,0.5);
}

#about h1{
    margin-bottom: 1em;
}
