/*
Theme Name: Kloe
Theme URI: http://kloe.select-themes.com/
Description: Fashion & Lifestyle Multi-Purpose Theme
Author: Select Themes
Author URI: http://kloe.select-themes.com
Version: 1.6
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

@media (max-width: 979px) and (min-width: 768px){
.row {
    margin-left: -20px;
}
.container{width: 724px;
    margin-right: auto;
    margin-left: auto;}
}
@media (max-width: 767px){
[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
}

@media (max-width: 767px){
.container {
    margin-right: auto !important;
    margin-left: auto !important;
    width: auto !important;
}

.span3 {
    width: auto !important; 
}

[class*="span"] {
    float: none !important;
    margin-left: auto !important;
}
}

@media only screen and (max-width: 479px){
.container {
    width: 300px !important;
}

}


@media (max-width: 767px){
.row, .thumbnails {
    margin-left: 0 !important;
}
}

@media only screen and (max-width: 767px){
.features .feature-box .box-content {
    margin-bottom: 30px !important;
}
}

[class*="span"]{
    float: left;
    min-height: 1px;
    margin-left: 20px;
}

.features .feature-box .box-content {
    background: #f9f9f9;
    padding: 30px;
    text-align: center;
}

.span3 {
    width: 220px;
}

.row {
    margin-left: -20px;
}

p {
    margin-bottom: 19px !important;
}

.first-col{
    padding-left: 9px;
    padding-right: 12px;
}

.second-col{
    padding-left: 9px;
    padding-right: 12px;
}

.third-col{
    padding-left: 9px;
    padding-right: 12px;
}

.fourth-col{
    padding-left: 9px;
    padding-right: 12px;
}