/* This css file is to over write bootstarp css
---------------------------------------------------------------------- */
/*
Theme Name: Polmo
Theme URI: http://jeweltheme.com/
Author: Jewel Theme
Author URI: http://jeweltheme.com/
Description: Polmo OnePage HTML5 Template by Jewel Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: html, themplate, polmo, jwtheme, business
*---------------------------------------------------------------------- */
/*---------------------------------------------------------------------- /
Table of Contents 
------------------------------------------------------------------------ /
* 1 - Google Font
* 2 - General styles
* 3 - Header Styles
* 4 - Services Section Styles
* 5 - About Section Style
* 6 - Subscribe Section Styles
* 7 - Portfolio Section Styles
* 8 - Sponsors Section Styles
* 9 - Blog Section Styles
* 10 - Testimonial Section Styles
* 11 - Contact Section Styles 
* 12 - Blog Posts Page Styles
* 13 - Main Content Styles
* 14 - Blog Single Post Styles
* 15 - Sidebar Styles
* 16 - Footer Section Styles
*    16.1 - Footer Top
*    16.2 - Footer Bottom
* 17 - Scroll To Top

------------------------------------------------------------------------ /
Table of Contents End
------------------------------------------------------------------------*/
/* 1 - Google Font
------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Belgrano);

/* 4 ------- Services Section Styles --------*/

.servi .section-padding {
    padding-bottom: 0px;
}
.servi-details .item {
    padding: 15px 15px;
}
.servi-details .item:hover {
    color: #ffffff;
}
.servi-details .item,
.servi-details .item-icon,
.servi-details .item-description {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.servi-details .col-sm-6:first-child .item {
    border: 1px solid #e74c3c;
}
.servi-details .col-sm-6:nth-child(2) .item {
    border: 1px solid #7dbb18;
}
.servi-details .col-sm-6:nth-child(3) .item {
    border: 1px solid #00cccc;
}
.servi-details .col-sm-6:nth-child(4) .item {
    border: 1px solid #ffcc00;
}
.servi-details .col-sm-6:first-child .item-icon {
    color: #e74c3c;
}
.servi-details .col-sm-6:nth-child(2) .item-icon {
    color: #7dbb18;
}
.servi-details .col-sm-6:nth-child(3) .item-icon {
    color: #00cccc;
}
.servi-details .col-sm-6:nth-child(4) .item-icon {
    color: #ffcc00;
}
.servi-details .col-sm-6:first-child .item:hover {
    background: #e74c3c;
}
.servi-details .col-sm-6:nth-child(2) .item:hover {
    background: #7dbb18;
}
.servi-details .col-sm-6:nth-child(3) .item:hover {
    background: #00cccc;
}
.servi-details .col-sm-6:nth-child(4) .item:hover {
    background: #ffcc00;
}
.servi-details .item-icon {
    font-size: 5em;
}
.servi-details .item-description {
    font-size: .8125em;
    padding-top: 12px;
}
.servi-details .item:hover .item-icon,
.servi-details .item:hover .item-description {
    color: #ffffff;
}
