/**
  Theme Name: Customizr Child
  Theme URI: http://presscustomizr.com/customizr-child
  Description: Customizr Child Theme
  Version: 3.3.26
  Author: nikeo
  Author URI: http://presscustomizr.com/
  Template: customizr
  Tags: gray, white, light, blue, red, yellow, green, purple, orange, black, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fluid-layout, responsive-layout, custom-menu, custom-colors, featured-images, full-width-template, theme-options, threaded-comments, translation-ready, sticky-post, post-formats, rtl-language-support, editor-style
  Text Domain: customizr-child
  Copyright: (c) 2015 Nicolas GUILLAUME (nikeo), Nice, France
  License: GNU General Public License v2.0 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/**
* The styleheets of Customizr are located in inc/assets/css. Each skin has its own stylesheet : blue.css, green.css, ...
* The current stylesheet is loaded after the main skin stylesheet.
*
* IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
* If you want to make quick style test / changes, consider using the Custom CSS section in appearance > customize > advanced options > Custom CSS, it will persist on update since it is saved in your database.
* To make important CSS customizations, you'll want to use a child theme and add your css code in the style.css file of it.
*/

/* AHmod: added following selector ... */
.tc-header {
    border-bottom: 5px solid #e9eaee;
}
footer#footer .footer-widgets .widget-area .widget_nav_menu a {
    font-size: 12px;
}
footer#footer {
    background-color: #1f1f1f !important;
}
div#footer_two {
    padding-top: 30px;
    display: none;
}
div#footer_three {
    display: none;
}
input#searchsubmit {
    font-size: 15px;
    font-family: 'Open Sans';
}
table#home-page-logo-table {
    border-bottom: 0px;
    margin: 0px;
}
table#home-page-logo-table tbody tr td {
    border-top-width: 0px;
}
div#left.widget-area {
    border-right: 0px;
}
hr.featurette-divider.__before_main_container {
    border-top-color: #ddd;
    margin: 30px 0px 15px 0px;
}
p#faq_question {
    color: #004a90;
    margin-left: 15px;
    margin-bottom: 0;
}
p#faq_answer {
    padding-bottom: 10px;
    margin-left: 15px;
}
h3, h4 {
    color: #004a90;
}
body, li {
    line-height: 22px;
    padding-bottom: 10px;
}
h3.assistive-text {
    color: #004a90;
}
/* Formatting of posts with quoted background ... */
section.entry-content.format-icon {
    background-color: #f2f2f2;
    border-left-width: 8px;
}
section.entry-content.format-icon p {
    color: #004a90;
}
.entry-content.format-icon:before {
    color: #004a90;
    opacity: 0.7;
}
/* Placement of text on slider panels ... */
div.carousel-caption {
    margin-left: 5%;
    margin-top: auto;
    padding: 2% 2% 2% 0;
    background-color: initial;
}
blockquote {
    margin-top: 1.4rem;
    border-left: 1px solid #004a90;
    margin-bottom: 1px;
}
.widget .testimonials-widget-testimonial div.credit {
    margin-top: 0.1em;
    color: #004a90;
}
/* Blue skin customisation ... */
table {
    border-bottom:1px solid #004a90;
    border-collapse:collapse;
    border-spacing:0;
    font-size:14px;
    line-height:2;
    margin:0 0 20px;
}
th {
    font-weight:700;
}
table#contact-details {
    border: none;
    text-align: left;
}
table#contact-details tr, table#contact-details th, table#contact-details td {
    text-align: left;
    border: none;
    background: #fafafa;
    line-height: 1.2;
}
table#contact-details th {
    color: #004a90;
    font-weight: bold;
    width: 25px;
}
div#contact-form-div {
    clear: right;
    align-content: center;
}
#minimised-text {
    font-size:13px;
    font-style: oblique;
}
blockquote#bbca-testimonial p {
    font-size: 16.5px;
}
h2.entry-title {
    font-size: 26px;
}
aside#search-4.widget.widget_search {
    display: inline-block;
    width: 50%;
}
input#searchsubmit {
    line-height: 10px;
}
form#searchform.searchform {
    margin-bottom: 0px;
}
form#searchform.searchform input#s {
    margin-bottom: 0px;
}
aside#nav_menu-2.widget.widget_nav_menu {
    display: inline-block;
    margin-left: 10%;
    float: right;
}
div#footer-credits {
    margin-top: 25px;
}
ul#menu-copyright-waiver-privacy-menu.menu {
    margin-bottom: 0px;
}
ul#menu-copyright-waiver-privacy-menu.menu li#menu-item-116.menu-item {
    padding-bottom: 0px;
}
div.span4.social-block.pull-left {
    display: none;
}
div.span4.backtop {
    display: none;
}