/*
 Theme Name:   Accesspress Parallax Child
 Description:  Accesspress Parallax Child Theme
 Template:     accesspress-parallax
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  accesspress-parallax-child
*/

@media screen and (max-width: 1000px)
.menu-toggle {
background: url(../images/menu.png) no-repeat center #7BBCDF; !important
}
@media screen and (max-width: 1000px)
.main-navigation > ul {
background: #7BBCDF; !important
}
@media screen and (max-width: 768px)
.main-navigation > ul > li {
border-bottom: 1px solid #7BBCDF; !important
}

.service-list .service-image {
    margin-top: 5px;
    height: 90px;
    width: 90px;
    border: 5px solid;
    border-color: #7BBCDF; !important
}

.service-list {
    text-align: justify;
    text-justify: inter-word; !important
}

.service-list.odd p {
    text-align: justify;
    text-justify: inter-word; !important
}

#masthead {
    border-bottom: 3px solid #7BBCDF;
    background: #dddddd;
}

@media screen and (max-width: 1000px)
.main-navigation > ul {
    background: #7BBCDF; !important
}

.main-navigation > ul > li.current a, 
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
a {
	color: #333; !important
}
.main-navigation li:hover > a {
	color: #7BBCDF; !important
}

.team-image:hover, .team-image.active{
	border: 2px solid #7BBCDF;
}

#go-top {
    background: #7BBCDF;

button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: #7BBCDF;  !important
}

.ufbl-form-wrapper.ufbl-template-1 {
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

.rc-anchor-light {
    background: transparent;
    color: #fff;
}

.googlemap-toggle {
    background: #7BBCDF; !important
    border-radius: 5px 5px 0 0;
}

.googlemap-section {
	top-border: 2px solid #7BBCDF;
}


