/*
 Theme Name:     Splittone Child
 Theme URI:      http://flothemes.com
 Description:    Splittone Child Theme
 Author:         Flothemes
 Author URI:     http://flothemes.com
 Template:       splittone
*/

/*--VISUAL FORM BUILDER STYLING--*/
.visual-form-builder fieldset {
border: 1px solid #C7C6C6;
border-radius: 3px;
background-color: #F8F8F8;
}

.visual-form-builder .vfb-legend {
color: #353535;
}

.visual-form-builder label .vfb-required-asterisk {
color: #2BA0FC;
}

/*-- BLOG STYLING--*/

/* Grid view */

.cosmo-grid-view article{
    margin-bottom: 30px;
    /*background: #FFF;
    color: #ababab;*/
    padding: 5px 5px 0 5px;
    -webkit-transition: .2s background-color linear;
    -moz-transition: .2s background-color linear;
    -o-transition: .2s background-color linear;
    -ms-transition: .2s background-color linear;
    transition: .2s background-color linear;
}
body.black-skin .cosmo-grid-view article{
    background: #272727;
}
.cosmo-grid-view article header .featimg{
    line-height: 0;
    margin-bottom: 20px;
    position: relative;
}
.cosmo-grid-view article header .featimg img{
    width: 100%;
}
.cosmo-grid-view article header .featimg .entry-feat-overlay{
    background: rgba(255,255,255,0.85);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .3s opacity ease-in;
}
.cosmo-grid-view article header:hover .featimg .entry-feat-overlay{
    opacity: 1;
}
.cosmo-grid-view article header .featimg .entry-feat-overlay a{
    color: inherit;
}
.cosmo-grid-view article header .featimg .entry-feat-overlay .entry-date{
    top: 50%;
    left: 50%;
    margin-left: -35%;
    height: 90px;
    margin-top: -45px;
    width: 70%;
    position: absolute;
    font-size: 24px;
    line-height: 1;
    color: #454545;
    font-weight: 300;
}
.cosmo-grid-view article header .featimg .entry-feat-overlay .entry-date > a{
    border: 1px solid rgba(0,0,0,0.2);
    display: block;
    margin-bottom: 15px;
}
.cosmo-grid-view article header .featimg .entry-feat-overlay .entry-date em{
    display: block;
    font-style: normal;
    margin: 15px 0;
    position: relative;
}
.cosmo-grid-view article header .featimg .entry-feat-overlay .entry-date em:after{
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #454545;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -25px;
}
.cosmo-grid-view article header .featimg .entry-feat-overlay .entry-date i{
    display: block;
    font-style: normal;
    margin-bottom: 10px;
}
.cosmo-grid-view article header .featimg .entry-feat-overlay .entry-date .share-options{
    margin: 0;
    list-style-type: none;
}
.cosmo-grid-view article header .featimg .entry-feat-overlay .entry-date .share-options li{
    display: inline-block;
    color: #454545;
    font-size: 12px;
    margin-right: 5px;
}
.cosmo-grid-view article header .featimg .entry-feat-overlay .entry-date .share-options li a:hover{
    opacity: 0.7;
}
.cosmo-grid-view article section.entry-content h2.entry-title{
    font-size: 22px;
    font-weight: 300;
    color: inherit;
    font-family: 'Pathway Gothic One', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.8;
    margin: 0 0 20px 0;
    line-height: 1.4;
    text-align: left;
    -webkit-transition: .3s color linear;
    -moz-transition: .3s color linear;
    -o-transition: .3s color linear;
    -ms-transition: .3s color linear;
    transition: .3s color linear;
}

.cosmo-grid-view article section.entry-content h2.entry-title a{
    color: inherit;
}
.cosmo-grid-view article section.entry-content .entry-excerpt{
    font-size: 14px;
    color: inherit;
    line-height: 1.8;
    margin-bottom: 30px;
    font-family: inherit;
    -webkit-transition: .3s color linear;
    -moz-transition: .3s color linear;
    -o-transition: .3s color linear;
    -ms-transition: .3s color linear;
    transition: .3s color linear;
}
.cosmo-grid-view article footer.entry-footer{
    margin: 0 -30px 0 -30px;
    border-bottom: 5px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 20px 30px;
    font-family: 'Open Sans', Helvetica, sans-serif;
}
body.black-skin .cosmo-grid-view article footer.entry-footer{
    border-bottom: 5px solid rgba(255,255,255,0.1);
    border-top: 1px solid rgba(255,255,255,0.1);
}
footer#footer-container{
    padding: 30px 0;
}
.cosmo-grid-view article footer.entry-footer .columns:first-child{
}
.cosmo-grid-view article footer.entry-footer .columns:last-child{
    text-align: right;
    font-size: 12px;
}
.cosmo-grid-view article footer.entry-footer a.read-more{
    color: inherit;
    font-weight: 300;
    letter-spacing: 1px;
    position: relative;
    font-size: 12px;
    display: inline-block;
}

.cosmo-grid-view article footer.entry-footer a.meta-likes {
    color: inherit;
}

/*-- PRICE STYLING--*/
.cosmo-one-half pricebox{
padding: 10px 5px 10px 5px;
border-right-width: 1px;
border-style: solid;
border-color: rgb(185, 185, 185);
}