/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Premade Theme
--------------------------------------------------------------------------------
Theme Name: Advanced CPG 1
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 LIGHT-MODE.CSS and DARK-MODE.CSS FOR THE COLOR CODES
------------------------------------------------------------------------------*/

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

body {
    font-family: 'Poppins', sans-serif;
    font-weight:300;
    text-align:justify;
    font-size:13px;
    letter-spacing:0px;
}

.mobile {
    display:none;
}


.bar {
    position:relative;
    top:70px;
    left:0;
    width:100%;
    height:300px;
    z-index:-1;
    margin-bottom:-300px;
}

.tablewrapper {
    width:1200px;
    margin-top:8px;
    margin-bottom:8px;
    border-radius:10px;
}

.tablewrappertwo {
    width:1200px;
    margin-top:0px;
    margin-bottom:8px;
    border-radius:10px;
}

.redbar {
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    font-size:13px;
    line-height:15px;
}

.mintbar {
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    font-size:13px;
    line-height:15px;
}


#redone {
    width:15%;
}

#mintone {
    width:85%;
}

#redtwo {
    width:85%;
}

#minttwo {
    width:15%;
}

.content-top {
    width:1210px;
    padding:5px;
}

.content-bottom {
    width:1210px;
    padding:5px;
}

.c-top {
    width:100%;
    border:border-collapse;
}

.c-top tr {
    vertical-align:center;
}

.c-bottom {
    width:100%;
    border:border-collapse;
}

.c-bottom tr {
    vertical-align:center;
}

.site-slogan {
    padding:8px;
    line-height:25px;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.latest-images img {
    width:45px;
}

.box-one {
    width:33%;
    padding:5px;
    text-align:justify;
    font-size:12px;
    line-height:25px;
}

.box-two {
    width:33%;
    padding:5px;
    text-align:justify;
    font-size:12px;
    line-height:25px;
}

.box-three {
    width:33%;
    padding:5px;
    text-align:justify;
    font-size:12px;
    line-height:25px;
}

.project img {
    border-radius:5px;
    border:2px solid transparent;
}

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

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

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

/*--------------------------------
BASIC CLASSES
--------------------------------*/
a:link {
    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;
    font-weight:400;
}

a:visited {
    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;
    font-weight:400;
}

a:active {
    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;
    font-weight:400;
}

a:hover {
    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;
    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;
}

.navi ul li {
    display:inline;
}

.navi {
    width:100%;
    z-index:5;
}


.navi 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;
}

.navi 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;
}

.navi 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;
}

.navi 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;
}

.sub-menu {
    padding:8px;
    width:1200px;
    margin-bottom:5px;
}
.sub-menu a:link {
    padding:5px;
    line-height:25px;
    font-size:13px;
}
/*--------------------------------
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:1100px;
}

.stwrapper {
    width:360px;
    position:relative;
    top:150px;
    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;
    font-size:45px;
    text-align:center;
    text-transform:uppercase;
    margin-top:2px;
    margin-right:150px;
    margin-bottom:-30px;
}

.sitetitletwo {
    font-weight:100;
    font-size:45px;
    text-align:center;
    text-transform:uppercase;
    margin-left:170px;
}

.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:10px;
    clear:both;
}

#footer {
    text-transform:uppercase;
    text-align:center!important;
    width:100%;
    padding-top:15px;
    padding-bottom:15px;
    font-size:12px;
}

#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;
}

