/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Premade Theme
--------------------------------------------------------------------------------
Theme Name: Premade 127
Description: Premade template designed/coded by KaciElizabeth.
Author: Kaci (Kaci H - sellfy.com/cherrywine)
WEbsite: http://kacielizabeth.com/design/ and http://sellfy.com/cherrywine
Tags: theme, kaci, elizabeth, customizer, fansite, widgetized, responsive
Contact: kacielizabethhawkins@gmail.com
--------------------------------------------------------------------------------
COLORS USED - SEE COLORS.CSS FOR THE COLOR CODES
#ffffff - White
#E4DABA - Beige
#B4CEF7 - Bluish Periwinkle
#9eb8e2 - Darker Bluish Periwinkle
#F9F9F9 - Grey
#EDF8F9 - Aqua Blue
#ABABAB - Darker Grey


This includes codes found in custom.css
Please see colors.css to change colors.

------------------------------------------------------------------------------*/

/*--------------------------------
BODY
--------------------------------*/
html, body {
    height:100%;
    margin:0;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight:300;
    text-align:justify;
    font-size:12px;
    background-color:#EDF8F9;
    color:#ABABAB;
    letter-spacing:0px;
}

.mobile {
    display:none;
}

/*--------------------------------
CONTAINER/WRAPPER
--------------------------------*/

#container {
    width:1200px;
    margin:0 auto;
}

#wrapper {
    margin:0 auto;
    width:1200px;
}

/*--------------------------------
BASIC CLASSES
--------------------------------*/
a:link {
    text-decoration:none;
    color:#222222;
    -webkit-transition: opacity 0.4s linear;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    font-weight:400;
}

a:visited {
    text-decoration:none;
    color:#222222;
    -webkit-transition: opacity 0.4s linear;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    font-weight:400;
}

a:active {
    text-decoration:none;
    color:#222222;
    -webkit-transition: opacity 0.4s linear;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    font-weight:400;
}

a:hover {
    text-decoration:none;
    color:#222222;
    -webkit-transition: opacity 0.4s linear;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    font-weight:400;
}

/*--------------------------------
NAVIGATION
--------------------------------*/

.menu main {
    border:0;
}

#menu ul {
    list-style:none;
}

#menu ul ul {
    display:none;
}

#menu ul li:hover > ul {
    display:none;
}

#menu ul li li { 
    display:none;
}

#menu ul ul li:hover {
    display:none;
}

.navigation ul li {
    display:inline;
}

.navigation {
    width:100%;
    text-align:center;
    padding:20px 0px 20px 0px;
    text-align:center;
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    font-size:13px;
}


.navigation a:link {
    text-transform:uppercase;
    text-decoration:none;
    -webkit-transition: opacity 0.4s linear;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.navigation a:active {
    -webkit-transition: opacity 0.4s linear;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.navigation a:visited {
    -webkit-transition: opacity 0.4s linear;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.navigation a:hover {
    text-transform:uppercase;
    text-decoration:none;
    -webkit-transition: opacity 0.4s linear;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

/*--------------------------------
DO NOT EDIT / Menu Function CSS 
--------------------------------*/
a.menu-link {
    float:right; 
    display:block;
    padding:1em;
}

nav[role=navigation] {
    clear:both;
}

.js nav[role=navigation] {
    overflow:hidden;
    max-height:0;
}

nav[role=navigation].active {
    max-height:45em;
}

nav[role=navigation] ul {
    margin:0;
    padding:0;
}

nav[role=navigation] li a {
    padding:0.8em;
}

@media screen and (min-width: 48.25em) {
    a.menu-link {
        display:none;
    }
    
    .js nav[role=navigation] {
        max-height:none;
    }
    
    nav[role=navigation] ul {
        margin: 0 0 0 -0.25em;
        border: 0;
    }
    
    nav[role=navigation] li {
        display:inline-block;
        margin: 0 0.25em;
    }
    
    nav[role=navigation] li a {
        display:inline-block;
        border:0;
    }
}
/*--------------------------------
HEADER
--------------------------------*/

.headercontent {
    width:1970px;
}

.stwrapper {
    width:560px;
    position:relative;
    top:230px;
    left:-158px;
    overflow:hidden;
}

.welcomemessage {
    margin-top:5px;
    font-size:11px;
    text-align:justify;
    width:280px;
    height:270px;
    line-height:25px;
    letter-spacing:1px;
}

.sitetitleone {
    font-weight:100;
    color:#e38305;
    font-size:30px;
    text-align:center;
    text-transform:uppercase;
    margin-top:2px;
    margin-right:30px;
    margin-bottom:-30px;
}

.sitetitletwo {
    font-weight:100;
    color:#000000;
    font-size:30px;
    text-align:center;
    text-transform:uppercase;
    margin-left:70px;
	margin-top:10px;
}

.slogan {
    text-transform:uppercase;
    padding: 5px 10px 5px 10px;
    letter-spacing:1px;
    font-size:11px;
    font-weight:200;
}

.social {
    position:relative;
    top:-140px;
    left:130px;
    width:90px;
    height:120px;
    text-align:center;
}

.social i {
    display:block;
    width:36px;
    height:36px;
    text-align:center;
    line-height:36px;
    margin-bottom:5px;
}

.social a:link {
    text-decoration:none;
}

.social a:active {
    text-decoration:none;
}

.social a:visited {
    text-decoration:none;
}

.social a:hover {
    text-decoration:none;
}


/*--------------------------------
FORMS
--------------------------------*/
input {
    border:1px solid #f4f4f4;
    padding:5px;
    color:#888888;
    width:100%;
}

textarea {
    border:1px solid #f4f4f4;
    padding:5px;
    color:#888888;
    width:100%;
}

input[type=submit] {
    background-color:#ffffff;
    border:1px solid #f4f4f4;
    color:#888888;
    width:20%;
}

/*--------------------------------
FOOTER CLASSES
--------------------------------*/

.clearfooter {
    height:130px;
    clear:both;
}

#footer {
    text-transform:uppercase;
    text-align:justify;
    width:100%;
    padding-top:15px;
    padding-bottom:15px;
}

#footer ul {
    list-style:none;
}

#footer ul li {
    display:inline;
    padding:5px;
}

#footer ul li+li:before {
    padding:5px;
}

#footer a:link {
    text-decoration:none;
    text-transform:uppercase;
}

#footer a:active {
    text-decoration:none;
    text-transform:uppercase;
}

#footer a:visited {
    text-decoration:none;
    text-transform:uppercase;
}

#footer a:hover {
    text-decoration:none;
    text-transform:uppercase;
}

/*--------------------------------
HEADER
--------------------------------*/
h5 {
    padding:5px;
    font-weight:400;
    text-transform:uppercase;
    font-size:11px;
}

h5 a:link, h5 a:active, h5 a:visited {
    font-size:11px;
    padding:5px;
    font-weight:400;
}

h5 a:hover {
    font-size:11px;
    padding:5px;
    font-weight:400;
}

