/*
 Theme Name:   S&S Electrics
 Theme URI:    http://cortana.osthemes.biz/
 Description:  Cortana Child Theme
 Author:       OSThemes
 Author URI:   http://themeforest.net/user/osthemes
 Template:     cortana
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: 		   two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain:   cortana
*/


/************************************************************************************
Put your custom CSS below this block :)
**


***********************************************************************************/

span.wpcf7-form-control-wrap.your-message {
    color: black;
}

a {
    color: #33699e;
}

header.main-header {
    background-color: #ffffff !important;
}

header.main-header .menu-wrapper .x-nav-menu > li > a {
    color: #222222 !important;
}

header.main-header .header-customize {
    display: none !important;
}

.copyright-link{
	color: #f4f4f4 !important;
}

.copyright-link:hover{
	color: #ffffff !important;
}

.home-form{
background: #33699e;
padding: 60px 30px 30px;
z-index:9999;
}

.home-form label{
width: 100%;
color: #fff;
}

.home-form input, .home-form textarea{
display: block;
margin: 5px 0px 5px;
width: 100%;
max-height: 150px;
}

.home-form input[type="submit"]{
    background: #254c71;
    border: none;
    color: #fff;
}

.home-form input[type="submit"]:hover{
    background: #333;
    border: none;
    color: #fff;
}

.sidebar-form{
    font-size: 13px;
    line-height: 17px;
    background: #33699e;
    padding: 20px;
    color: #fff;
}

.sidebar-form input, .sidebar-form textarea{
	display: block;
	width: 100%;
	max-height: 150px;
}

.sidebar-form input[type="submit"]{
    background: #254c71;
    border: none;
    color: #fff;
}

.sidebar-form input[type="submit"]:hover{
    background: #333;
    border: none;
    color: #fff;
}

.get-touch.style2 p {
    color: #ffffff;
}

header.main-header .menu-wrapper{margin-bottom:-11px;}

footer.main-footer-wrapper .footer_top_holder .sidebar .widget_text .textwidget {
    line-height: 27px;
}

.home-form input, .home-form textarea {color:#000;}