/*
Theme Name: DVAC child theme
Version: 1.0
Description: A child theme of Customizr
Template: customizr
Author: Administrator
*/
/* Your awesome customization starts here */

.tc-header {
    min-height: 45px;
    background: url(https://www.dvac.org.au/wp-content/uploads/2015/03/DIAL000.png) no-repeat scroll 97.6% 0% #FFF;
    border-top: 10px solid #F58220;
    border-bottom: 10px solid #FCC826;
    z-index: 200;
}

.tc-header .brand .site-logo img, .tc-header .brand .site-title {
    opacity: 1;
    transition: all 0.15s ease 0s;
    margin-top: 10px;
}

.navbar-wrapper .navbar .site-description {
    float: right;
    padding-right: 5px;
    text-align: right;
    margin-top: 40px;
    margin-bottom: 20px;
}

#main-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

body {
color: #404040;
padding-bottom: 0;
font-size: 100%;
line-height: 22px;
background-color: #fffbef;
}

li {
    line-height: 22px;
}

.round-div {
    width: 100px;
    height: 100px;
    border: 104px solid #fffbef;
    top: -55px;
    left: -52px;
}

.widget-front .round-div {
border: 104px solid #fffbef;
}


.thumb-wrapper {
    width: 200px;
    max-width: 100%;
    height: 200px;
    position: relative;
    left: -1px;
    top: 0px;
    display: block;
    overflow: hidden;
    text-align: center;
    margin: auto;
}

h1, h2, h3, h5, h6 {
    margin: 10px 0px;
    font-family: inherit;
    font-weight: 700;
    color: #4C3791;
    text-shadow: 0px 1px 0px #FFF;
}
h2 {
    color: #9EB73C;
    font-size: 190%;
    margin-top: 0px;
}

h3 {
    margin-top: 20px;
}

h4 {
    color: #F58229;
    font-size: 20px;
    margin-top: 20px;
    line-height: 23px;
}

body, .navbar .nav > li > a {
    font-size: 90%;
}

.navbar .nav > li > a {
    padding: 10px 12px;
}

.navbar div > ul.nav > .menu-item:last-child > a {
    color: #FFF;
    font-weight: bold;
    background-color: red;
    padding: 2px 7px 3px;
    margin-top: 6px;
    margin-left: 10px;
}

.carousel-caption {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.2);
    max-width: 60%;
    padding: 2%;
    line-height: 14px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    margin-left: 11%;
}

.featurette-divider {
    margin: 30px 0;
    border-top: 1px solid #ddd;
    clear: both;
}

hr {
    margin: 30px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}

footer#footer {
    border-top: 10px solid #FCC826;
    background-color: #4C3791;
}

footer#footer .colophon {
    display: none;
}

.timely .ai1ec-btn-xs {
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
    margin-right: 10px;
}

.ai1ec-agenda-widget-view .ai1ec-date, .ai1ec-agenda-view .ai1ec-date {
    border-top: 1px solid #E5E5E5;
    background: #FFF no-repeat scroll 0% 0% transparent;
    padding-right: 4px;
}

input[type="submit"] {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 4px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
    color: #FFF;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    background-color: #4c3791;
    background-image: linear-gradient(to bottom, #4c3791, #4c3791);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.uneditable-input, input, textarea {
    width: 90%;
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-size: 24px;
}
