/*
 * Theme Name: Clip Site
 * Author: Yes Software
 * Author URI: http://www.yessoftware.com.br
 * Version: 1.0
 */

::selection {
    background: rgba(2,0,44,0.8);
}

.no-padding{
    padding: 0 !important;
}

.transition, .transition * {
    transition: all .2s linear;
}

.clear{
    clear: both;
}

.margin-bottom {
    margin-bottom: 30px;
}
.margin-top {
    margin-top: 30px;
}

body, html{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #333;
    width: 100%;
}

#custom-bootstrap-menu {
    background: #fff;
}
.login-bar {
    font-size: 12px;
    margin-bottom: 5px;
    background: #FF4957;
    color: white;
    padding: 5px 0;
}
.login-bar a {
    color: white;
    text-decoration: underline;
}
.login-bar a:hover {
    color: #eee;
}

header {
        padding-top: 10px;

}

header .logo-dex {
    margin: 4px 20px 0 0;
    display: block;
}

.cart {
    display: block;
    height: 50px;
    background: #666;
    line-height: 50px;
    color: #f6f6f6;
    border-radius: 6px;
    text-transform: uppercase;
}
.cart:hover {
    color: white;

}
.cart .title {
    padding-left: 10px;
}
.cart .label {
    margin-top: 16px;
    margin-right: 10px;
    background: white !important;
    color: #666 !important;
    font-size: 12px;
}


footer {
    margin-top: 30px;
    background: #2E2E2E;
    height: 90px;
    padding: 25px 0;
    width: 100%;
    color: white;
    line-height: 40px;

}
footer address {
    line-height: 40px;
}
footer .telefone {
    font-size: 20px;
}

footer .logo-dex {

}
.rodape-titulo {
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
}


/*Ajustes media query, tamanhos especificos*/

/* Large desktop */
@media (min-width: 1200px) { 

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 992px) { 

}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) { 

}

/* Landscape phones and down */
@media (max-width: 480px) { 

}