/*

 Theme Name:   X - Child Theme

 Theme URI:    http://example.com/twenty-fifteen-child/

 Description:  Twenty Fifteen Child Theme

 Author:       John Doe

 Author URI:   http://example.com

 Template:     x

 Version:      1.0.0

 License:      GNU General Public License v2 or later

 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready

 Text Domain:  twenty-fifteen-child
*/

@import url(../x/framework/css/site/stacks/renew.css);

/*************************** HA [23/4/2015] ***************************/

.entry-header, .entry-content {
    font-size: 16px !important;
}

body.home.page #comments {
    display: none;
}

.x-navbar .x-brand {
    margin-top: 22px !important;
}

.home-first-banner {
    text-align: center;
    padding: 20px;
    color: #FFF;
}

.home-first-banner h3 {
    color: #FFF;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: normal;
    margin-bottom: 20px;
    -o-transition: color .2s ease-out, background 2s ease-in;
    -ms-transition: color .2s ease-out, background 2s ease-in;
    -moz-transition: color .2s ease-out, background 2s ease-in;
    -webkit-transition: color .2s ease-out, background 2s ease-in;
    transition: color .2s ease-out, background 2s ease-in;
}

.home-first-banner p {
    font-size: 18px;
    -o-transition: color .2s ease-out, background 2s ease-in;
    -ms-transition: color .2s ease-out, background 2s ease-in;
    -moz-transition: color .2s ease-out, background 2s ease-in;
    -webkit-transition: color .2s ease-out, background 2s ease-in;
    transition: color .2s ease-out, background 2s ease-in;
}

.home-first-banner .hideme {
    color: transparent !important;
}

.home-middle-first-block h3.widget-title {
    text-align: center;
    text-transform: uppercase;
}

footer.x-colophon.top {
    text-align: center;
    padding: 20px 0;
}

footer.x-colophon.bottom a {
    color: #FFF;
}

#comments {
    display: none;
}

#panel-4-1-1-1 .home-first-banner .textwidget p {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
}

.testi_name {
text-align: center;
font-size: 20px;
font-weight: bold;
text-transform: uppercase;
border: 1px solid;
background: #3E9300;
color: #FFF;
}

.TestimonailWidget .bx-pager {
margin-top: 15px;
}

.TestimonailWidget .bx-window {
margin-bottom: 15px;
}

.widget_testimonailwidget .bx-window {
margin-bottom: 15px;
}

ul#menu-footer-menu.menu {
    border: none;
    background: #3E9300;
    text-align: center;
}

ul#menu-footer-menu.menu li.menu-item {
    display: inline-block;
    margin-right: 20px;
    border: none;
    background: transparent;
}

ul#menu-footer-menu.menu li.menu-item a {
    color: #FFF;
}

@media (max-width: 979px) {
    .x-btn-navbar,
    .x-btn-navbar.collapsed {
        display: none;
    }
    .x-nav-wrap.desktop {
        display: block;
    }
}


/* Fixes menu spacing | Edited by Karen C. */
.x-navbar .desktop .x-nav>li>a {
    padding: 0.575em 12px 0.525em;
}
.testi_name{display:none;}
@media only screen and (max-width:600px){
.x-navbar .desktop .x-nav > li > a {
    height: 43px !important;
    padding-top: 21px !important;
}
.x-navbar .desktop .x-nav>li {
    float: none;
}
}
