/*
 Theme Name:   Accounting-Child
 Theme URI:    http://eureka.wshost.ca/wp-content/themes/accounting-child/
 Description:  Accounting-child themes
 Author:       Will cote
 Author URI:   http://example.com
 Template:     accounting
 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:  accounting-child
*/


.services .vc_column_container .vc_column-inner {
  padding:0!important;
}

.quote {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  color:#6fc3c3;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}

.site-footer .widget-title h3 {
  text-transform: none;
}

.site-logo a img + img {
  width: 200px!important;
}

.site-footer a:not(.btn):hover {
  color: #fff!important;
}
.site-footer .menu .current_page_item > a {
  color: #fff!important;
}
.socialize a:hover {
  color: #fff!important;
}
.widget_anpstext a {
  color: #000;
}
.wpcf7-submit {
  color: #fff;
  background-color: #6fc3c3;
}
.wpcf7-submit:hover {
  color: #fff;
  background-color: #57a5a5;
}

@media screen and (max-width: 600px) {
    .widget_anpsspacings {
      display: none;
    }
}
