﻿/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.0
*/
@import url("../Total/style.css");
.row-custom .wpex-vc-column-wrapper {
margin-bottom: 0px!important;
}
/*
*---------------------------------
* top bar
*--------------------------------
*/
body.page-id-59 #top-bar-wrap  {	background-color: #EEEEEE!important;}
#top-bar-wrap {
border-bottom: 1px solid #eee;
font-size: 0.923em;
margin-bottom: 0;
/*background-color: #feb407!important;*/
background-color: #eeeeee;
color: #000000;
border-bottom-color: #C0C0C0;
}
#top-bar {
position: relative;
min-height: 30px!important;
padding: 5px 0 5px 0!important;
}
.row-color-c1{
background-color: #feb407!important;
color: #000000!important;
}
.heading-c1{
padding: 5px;
width: 400px;
margin-left: auto;
margin-right: auto;
color: #000000;
}
/*
*---------------------------------
* change links color
*--------------------------------
*/
body a {
color:#1e73be;
}
/*
*---------------------------------
* adjust buttons
*--------------------------------
*/
/*
*---------------------------------
* page header adjustments
*--------------------------------
*/
.page-header{
/*background-color: #feb407!important;*/
background-color: #efefef;
color: #000000;
font-weight: normal;
}
.page-header-title {
color: #000;
display: block;
font-size: 21px;
font-weight: 300;
line-height: 1.4em;
margin: 0;
}
.breadcrumb-trail{
color: #000;
}