/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Premade Theme
--------------------------------------------------------------------------------
Theme Name: Match-Advanced01
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;
}


.alignleft {
    float:left;
    margin-right:5px;
    margin-top:10px;
}

.alignright {
    float:right;
    margin-left:5px;
    margin-top:10px;
}


.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%;
    text-transform:uppercase;
}

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

#sidebar {
    float:left;
    width:31.60%;
    margin-right:5px;
    margin-top:0px;
    overflow:hidden;
}

#content {
    float:right;
    width: 67.30%;
    margin-left:5px;
    overflow:hidden;
}

#full-content {
    width: 90%;
    overflow:hidden;
}


/*--------------------------------
POST STYLES
--------------------------------*/
.grid-wrapper {
    display:inline-grid;
    grid-template-columns: 47% 47%;
    grid-auto-rows: minmax(100px, auto);
    grid-gap: 3px;
    grid-column-gap: 3px;
    row-gap: 3px;
    vertical-align:top;
}
.gridwrapper .contentline {
    height:2px;
    width:100%;
}

.grid-box iframe {
    width:80%;
}

.grid-box {
    padding:5px;
}

.grid-box .contenttitle {
    font-size:14px;
}

.bpadding {
    padding:5px;
}

.epadding {
    padding:5px;
    text-align:justify;
}

#container2 {
    width: 100%;
}
.masonry-entry{width:25%}

.tgrid {
    width:47%; /* width of each tgrid less the padding inbetween */
    margin-right:10px;
    margin-bottom:10px;
}

.tgrid .content-title a:link {
    font-size:20px!important;
}

.tgrid img {
    border-radius:10px;
}

.bin {
}


.liststyle .featured-image img {
    margin-bottom:0px;
    padding:5px;
    border:1px solid #EDF8F9;
}

.liststyle .entry {
    padding:10px;
    text-align:justify;
}


/*--------------------------------
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;
}

/*--------------------------------
SIDEBAR
--------------------------------*/

.sidebar-container {
    padding:10px;
    text-align:justify;
    font-size:12px;
    margin-bottom:8px;
}

.sidebar-text {
    text-align:justify;
    font-size:12px;
    padding:3px;
}

.sidebar-title {
    display:block;
    padding:5px;
    font-size:14px;
    margin-bottom:5px;
}

/*--------------------------------
CONTENT
--------------------------------*/

.content-title a:link {
    font-family: 'Courgette', cursive;
    font-weight: 400;
    font-size:25px;
}

.content-title a:active {
    font-family: 'Courgette', cursive;
    font-weight: 400;
    font-size:25px;
}

.content-title a:visited {
    font-family: 'Courgette', cursive;
    font-weight: 400;
    font-size:25px;
}

.content-title a:hover {
    font-family: 'Courgette', cursive;
    font-weight: 400;
    font-size:25px;
    text-decoration:none;
}

.post-info {
    width:100%;
    font-size:11px;
    text-transform:uppercase;
}

.post-info a:hover {
    text-decoration:none;
}

.post-info span {
    padding:5px;
    font-size:11px;
}

.featured-image img {
    margin-top:15px;
}

.contentcontainer {
    text-align:justify;
    line-height:26px;
    font-size:13px;
}

.featured-image img{
    border-radius:10px;
}

.entry {
    margin-top:10px;
}

/*--------------------------------
LIST ITEMS
--------------------------------*/
ul {
    list-style:none;
    margin:0;
    padding:0;
}

.contentcontainer ul li {
    list-style:none;
    margin:0;
    padding:5px;
    text-align:inherit;
}

.sidebar-container ul li {
    list-style:none;
    margin:0;
    padding:5px;
    text-align:inherit;
}



/*--------------------------------
IMAGE CLASSES
--------------------------------*/
.contentcontainer img {
    -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;
}

.contentcontainer img:hover {
    -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;
}


/* ----------------------------------
READ MORE CLASSES
---------------------------------- */

a.more-link {
    margin:0 auto;
    display:block;
    width:25%;
    text-align:center;
    clear:both;
}

a.more-link:link {
    padding: 5px 15px 5px 15px;
}

a.more-link:visited {
    padding: 5px 15px 5px 15px;
}

a.more-link:active {
    padding: 5px 15px 5px 15px;
}

a.more-link:hover {
    padding: 5px 15px 5px 15px;
    cursor: pointer;
    text-decoration:none;
}


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

.pagenavi li a,
.pagenavi li a:hover,
.pagenavi li.disabled {
    text-decoration:none;
    padding:10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}

.pagenavi li {
    display:inline;
    border-bottom:0px!important;
}

.pagenavi li a:hover,
.pagenavi li.active a,
.pagenavi li.disabled {
    text-decoration:none;
    padding:10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}

/* ----------------------------------
TAGS
---------------------------------- */

.tags {
    text-align:left;
    padding:5px;
    margin-bottom:15px;
    font-weight:400;
    font-size:12;
    line-height:35px;
}

.tags a:link {
    text-align:left;
    padding:5px;
    margin-bottom:15px;
    font-weight:400;
    font-size:12;
}

.tags a:active {
    text-align:left;
    padding:5px;
    margin-bottom:15px;
    font-weight:400;
    font-size:12;
}

.tags a:visited {
    text-align:left;
    padding:5px;
    margin-bottom:15px;
    font-weight:400;
    font-size:12;
    text-decoration:none;
}

.tags a:hover {
    text-align:left;
    padding:5px;
    margin-bottom:15px;
    font-weight:400;
    font-size:12;
    text-decoration:none;
}

/* ----------------------------------
NEXT AND PREVIOUS
---------------------------------- */

.next {
    text-align:right;
    line-height:30px;
    margin-left:1px;
    padding:5px;
}

.next a:link {
    text-decoration:none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}


.next a:hover {
    text-decoration:none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}

.previous {
    text-align:left;
    line-height:30px;
    margin-right:1px;
    padding:5px;
}

.previous a:link {
    text-decoration:none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}


.previous a:hover {
    text-decoration:none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}

/* ----------------------------------
H CLASSES
---------------------------------- */

h1 {
    text-transform:uppercase;
    font-size:13px!important;
    padding:10px;
}

h3 {
    text-transform:uppercase;
    font-size:13px!important;
    padding:10px;
}

/* ----------------------------------
RELATED POSTS
---------------------------------- */

.relatedposts {
    width:100%;
    font-size:13px;
    text-align:center;
}

.relatedposts ul {
    list-style:none;
    margin:0;
    margin-left:-40px;
}

.relatedposts li {
    display:inline-block;
    margin:0;
    list-style:none;
    padding-right:3px;
}

.relatedposts li:last-child {
    border-right:0px solid;
}


.relatedposts img {
    width:150px;
    height:auto;
}


/* ----------------------------------
COMMENTS
---------------------------------- */

ul.commentlist {
    list-style:none;
    text-indent:0;
    text-align:justify;
    margin:0;
    
}
ul.commentlist li {
    list-style:none;
    padding:5px;
    text-align:justify;
}

ul.commentlist li.comment div.vcard img.avatar {
    border:2px solid;
    padding:2px;
    float:left;
    margin-right:5px;
    text-align:justify;
}


/*--------------------------------
FORMS
--------------------------------*/
input {
    padding:5px;
    width:100%;
}

textarea {
    padding:5px;
    width:100%;
}

input[type=submit] {
    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;
}
