@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,100italic,200,200italic,300,300italic,400italic,500,500italic,600,600italic,700,700italic,800,800italic);

body {
    color: white;
    background: white;
    font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Raleway', sans-serif;
}

.text-center {
    text-align: center !important;
}

.header-bar {
    position: absolute;
    width: 100%;
    padding: 30px 0;
    z-index: 2;
}

.header-bar a {
    color: #fff;
}

.logo span {
    display: inline-block;
}

.newsletter {
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
}

    .newsletter .newsletter-input, .newsletter .newsletter-input:focus {
        width: 100%;
        border-top: 0px none;
        border-left: 0px none;
        border-right: 0px none;
        padding-right: 40px !important;
        padding-bottom: 10px;
        background: rgba(255,255,255,0);
    }

    .newsletter .newsletter-btn {
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 18px;
        background: rgba(1, 134, 177, 0);
    }


input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="radio"], input[type="checkbox"], textarea, select {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: white;
    outline: none;
    font-weight: 200;
    font-style: italic;
    letter-spacing: 0.05em;
    font-size: 12px;
    padding: 10px 15px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    display: inline-block;
     font-family: 'Raleway', sans-serif;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.btn-white {
    color: #323232;
    background: rgba(255,255,255,1);
    border: none;
}

.btn-xs {
    padding: 11px 15px 10px;
    display: inline-block;
}

.btn, button {
    font-size: 12px;
    line-height: normal;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
}

.footer-subscribe input {
    width: 80%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
    padding: 0 0 3px 8px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.footer-subscribe input:focus {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid white;
    outline: none;
    padding: 0 0 3px 15px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


ul.countdown {
    list-style: none;
    padding: 0;
    display: block;
    text-align: center;
    font-family: 'arial', sans-serif !important;
}

    ul.countdown li {
        display: inline-block;
    }

        ul.countdown li span {
            font-size: 80px;
            font-weight: 300;
            line-height: 80px;
        }

        ul.countdown li.seperator {
            font-size: 80px;
            line-height: 70px;
            vertical-align: top;
        }

        ul.countdown li p {
            color: #a7abb1;
            font-size: 14px;
        }


.call-email-text {
    text-align: center;
}

    .call-email-text span {
        display: inline-block;
    }

        .call-email-text span.paddi-md-right25 {
            padding-right: 25px;
        }

@media (max-width: 767px) {
    .call-email-text {
        text-align: center;
    }

        .call-email-text span {
            display: block;
        }

            .call-email-text span.paddi-md-right25 {
                padding-right: 0px;
            }

    .text-center-xs {
        text-align: center;
    }
}



.full-screen-intro {
    overflow:hidden;
    position:relative;
}

.bg-sf {
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.bg-sf {
    background-image: url("../img/cakesf.jpg");
}


.bg-white {
    background: #f9f4e8;
}

.bg-green {
    background: rgba(31, 151, 160, 0.16);
    border: 1px solid #949895;
}

.full-cap-wraper {
    display: table;
    position: absolute;
    top:0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    z-index:1;
}

.content-caption {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}



.img-logo-cake img {
    text-align: center;
    width: 150px;
    margin-bottom: 20px;
    margin-top: 60px;
}



/* ------------ CAKE SF  ------------ */



.cakesf h1 {
    font-weight: 200;
    font-style: italic;
    font-size: 36px;
    letter-spacing: 0.05em;
    line-height: 50px;
    color: #363637;
}

.cakesf p {
    font-weight: 300;
    letter-spacing: 0.05em;
    font-size: 12px;
    line-height: 24px;
    color: #363637;
}

.cakesf p > a {
    font-weight: 700;
    color: #363637;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.cakesf p > a:hover{
    color: #BDBDB5;
}

#sf-form::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #363637;
}
#sf-form::-moz-placeholder { /* Firefox 19+ */
  color: #363637;
}
#sf-form:-ms-input-placeholder { /* IE 10+ */
  color: #363637;
}
#sf-form:-moz-placeholder { /* Firefox 18- */
  color: #363637;
}

#sf-form {
    color: #363637;
}

.footer-subscribe-2 input {
    width: 80%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #363637;
    padding: 0 0 3px 8px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.footer-subscribe-2 input:focus {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #363637;
    outline: none;
    padding: 0 0 3px 15px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.ptb {
    padding-top: 60px;
    padding-bottom: 20px;
}

.img-logo-cake-2 img {
    text-align: center;
    width: 150px;
    margin-bottom: 20px;
}

