/*
Theme Name: SmartCo Child
Theme URI: http://themetor.com
Author: ThemeTor
Author URI: http://themetor.com
Description: Child theme for SmartCo WordPress theme 
Template: smartco
Version: 1.0
*/

@import url("../smartco/style.css");

/*service page effect*/



/*service page effect ends*/

.inner {
    padding: 4px;
}
.action {
    border: 0px solid #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.action .matn p {
    color: #88a70c;
    font-size: 18px;
}
.sf-menu li.current-menu-item > a {
    border-bottom: 0px;
}
.wpcf7 textarea {
    width: 97.5%;
    height: 60px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
}
.sf-menu img {
    display: inline !important;
}
.action .matn p {
    color: #88a70c;
    font-size: 18px;
    text-align: center;
}
.page-content {
    position: relative;
    overflow: hidden;
    z-index: 9;
    margin: 0px;
    min-height: 160px;
}
.myco:link {
    background-color: #a0aa30;
    color: #fff;
    padding: 8px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width:70%;
    margin-bottom: 1px;
}

figure.effect-bubba p {
    padding: 20px 35px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
    display: none;
}
.grid figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
figure.effect-bubba {
    background: rgba(117, 117, 117, 0.05);
}


.wpb_wrapper p{text-align: justify;}

.myco:hover {
    background-color: #535a0a;
}

.action:hover {
    border: 1px solid #a0aa30;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
			


.sf-menu li li a {
    padding: 2px 15px 0px 18px !important;
    border-bottom: 1px solid rgba(125,125,125,.15);
    line-height: 20px;
    color: #000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: .6;
}

