@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

@font-face {
    font-family: BERNIERShade-Regular;
    src: url("fonts/BERNIERShade-Regular.otf") format("opentype");
}

@font-face {
    font-family: BERNIERRegular-Regular;
    src: url("fonts/BERNIERRegular-Regular.otf") format("opentype");
}

@font-face {
    font-family: BERNIERDistressed-Regular;
    src: url("fonts/BERNIERDistressed-Regular.otf") format("opentype");
}

@font-face {
    font-family: BwGlennSlab-Regular;
    src: url("fonts/BwGlennSlab-Regular.otf") format("opentype");
}

@font-face {
    font-family: DrusticDialy-Script;
    src: url("fonts/DrusticDialy-Script.otf") format("opentype");
}


body{
    background:  url(images/wood.jpg) top no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'BwGlennSlab-Regular', sans-serif;   
}

a:hover{
    text-decoration: none;
}

#logo {
    padding-top: 40px;
    padding-bottom: 50px;
}

#logo img {
    width: 300px;
    vertical-align: middle;
    text-align: center;
    background: transparent;
}

h3 {
    color:#fff !important;
}

/*Store Location*/
#selectstore .container{
    width: 100%;
    padding: 0;
    margin: 0;
}   

/*Store Location*/
#select-content{
	background:  url(https://smokinjoespizza.com.au/images/paper.png) repeat;
	background-attachment: fixed;
	background-size: cover !important;	
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 50px;
    padding-bottom: 50px;
}

#select-content h1{
    color: #fff;
    font-family: 'BERNIERShade-Regular', sans-serif;
    font-weight: normal;
    font-size: 60px;
    text-transform: lowercase;
    text-align: center;
    padding: 10px 0px !important;
}

#select-content h1 > span{
    background: #050708;
    padding-left: 20px;
    padding-right: 20px;
}

.box-store > .container{
    background: transparent;
    border: solid 3px #050708;
    padding: 10px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;;    
}

.store-name h2{
    color: #050708;
    font-size: 40px;
    font-family: 'BERNIERDistressed-Regular', sans-serif;
    text-align: center;
    text-transform: lowercase;
    margin: 0;
}

.store-details {
    margin-top: 20px;
}

.store-details p{
    font-size: 12px;
    text-transform: capitalize;
    text-align: center;
    color: #050708;
}

.glyphicon{
    color: #BF2528;
}

/*Buttons*/
.btn{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
}

.btn{
    color: #fff;
    background: #c02528;
    border: none !important;
    border-radius: 0px;
    box-shadow: none;
    font-size: 19px;
    font-family: 'BERNIERDistressed-Regular', sans-serif;
    letter-spacing: 0.2px;
    text-transform: lowercase;
    transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    outline: none;
    padding: 10px 26px;
    margin-left: 10px;
    text-align: center;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #9C1014;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn:hover {
    color: #fff;
    border: none !important;
}

.btn:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

a.btn.btn-link {
    margin-top: 10px;
}

/*Footer*/
#footer{
    background: #F13342;
    color: #fff;
    padding-bottom: 30px;
    font-size: 15px;
    text-transform: uppercase;
}

.followus{
    padding-top: 50px;    
}

#footer a{
    color: #fff;
    padding-left: 5px; 
    padding-right: 5px;
}

#footer a:hover{
    color: #000;
    font-weight: 600;
}

/*Flex Container Working with Safari*/
@media (min-width:1025px) {
    #list-store .row-flex {
        display: flex;
        flex-wrap: wrap;
    }

    #list-store [class*="col-"] {
        margin-bottom: 30px;
    }

    .box-wrapper{
        height: 100%;
    }
}

/* Contact Us */
#contact-content{
	background:  url(https://smokinjoespizza.com.au/images/paper.png) repeat;
	background-attachment: fixed;
    background-size: cover !important;	
    padding-left: 30%;
    padding-right: 30%;
    padding-top: 50px;
    padding-bottom: 50px;    
}

form {
    background: transparent;
    padding: 20px 30px;
    margin-bottom: 40px;
    margin-top: 30px;
    text-align: left !important;
}

label {
    color: #050708;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}

.form-control {
    border: #dddddd solid 1px;
    box-shadow: none;
    border-radius: 3px !important;
    background: #fff;
}

.form-control:focus {
    border: #0f713e solid 1px;
    box-shadow: none;
    border-radius: 3px;
    background: #fff;
}

#contact-content h3{
    color: #050708;
    font-size: 40px;
    font-family: 'BERNIERDistressed-Regular', sans-serif;
    text-align: center;
    text-transform: lowercase;
    margin: 0;
}
#form .form-text{ 
    color: #c02528;  
}

#modal-success h4{
    font-family: 'BERNIERDistressed-Regular', sans-serif !important;
    text-transform: lowercase;
    font-size: 30px;
}

.btn-contact{
    font-family: 'BERNIERDistressed-Regular', sans-serif !important;
    color: #ffffff;
    background-color: #c02528;
    font-family: inherit;
    font-size: 18px;
    line-height: 1.15em;
    letter-spacing: .15em;
    font-weight: 600;
    text-transform: lowercase;
    box-sizing: border-box;
    margin: 0;
    -webkit-transition: color .3s ease,background-color .3s ease,border-color .3s ease;
    -moz-transition: color .3s ease,background-color .3s ease,border-color .3s ease;
    transition: color .3s ease,background-color .3s ease,border-color .3s ease;
    padding: 19px 35px;
    cursor: pointer;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    width: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.btn-contact:hover,
.btn-contact:active,
.btn-contact:focus {
    background: #9c1014;
    color: #fff;
    border: none;
    box-shadow: none;
}

textarea {
    resize: vertical; /* user can resize vertically, but width is fixed */
}

/*Mobile View*/
@media (max-width: 480px){
    #logo img {
        width: 200px !important;
    }   
    #select-content h1 {
        background: #050708 !important;
        font-size: 40px !important;
    }  
    #select-content h1 > span {
        background: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }    
    .store-name h2 {
        font-size: 30px !important;
    }      
    .btn{
        margin-top: 10px !important;

    } 
    #select-content {
        padding-left: 15%;
        padding-right: 15%;
    }     
    .box-store .container {
        margin-top: 20px !important;
    }   
    #contact-content h3{
        font-size: 25px !important;
    }   
    #contact-content{
        padding-left: 10% !important;
        padding-right: 10% !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;    
    }	
}