/*
Theme Name:     Electrician Child
Theme URI:      http://www.smartdatasoft.com/
Description:    Child theme for Electricity
Author:         Smartdatasoft Team
Author URI:     http://www.smartdatasoft.com
Template:       electrician
Version:        1.0
*/
@import url("../electrician/style.css");


.atext{
	color:#f7f7f7;
	font-size:12px;
}

.skew-wrapper .straight .title {
    display: block;
    margin-bottom: 1em;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

.navbar-nav .dropdown .dropdown-menu li > a {
    font-size: 13px;
    line-height: 16px;
    padding: 10px 35px 10px 25px;
    text-transform: capitalize;
    color: #000;
    border-bottom: 1px solid #f0f0f0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}

.navbar-nav > li > a {
    font-size: 16px;
    line-height: 20px;
    padding: 17px 10px;
    text-transform: uppercase;
    color: #bfc3d0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    font-weight: 500;
}

.did{
 -moz-box-shadow: 3px 5px 14px #dedbde;
-webkit-box-shadow: 3px 5px 14px #dedbde;
box-shadow: 3px 5px 14px #dedbde;
}

.news-preview-text {
    padding: 18px 25px 20px;
    float: left;
    width: calc(100% - 214px);
    min-width: 100%;
    border-top: 4px solid #f47629;
}

.inlineList {
  display: flex;
  flex-direction: row;
  /* Below sets up your display method, ex: flex-start|flex-end|space-between|space-around */
  justify-content: flex-start; 
  /* Below removes bullets and cleans white-space */
  list-style: none;
  /*padding: 0;
   Bonus: forces no word-wrap */
  white-space: nowrap;
}
/* Here, I got you started.
li {
  padding: 50px;
}
*/

.fontsize{
  font-size: 14px;
  margin-right:5px;
}

/*.col-sm-6 {
    width: 100%; 
}*/

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, header .phone .number, .news-preview-link:hover {
    color: #000;
}

.quick_button{
    color: #FFF;
    border-color: #FF675B;
    background-color: #FF675B;
}

.arrow-list {
    /*! margin: 0 0 30px; */
    padding: 0;
    list-style: none;
}
.arrow-list > li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 9px;
}
.arrow-list > li:after {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    font-family: 'Electrician';
    content: "\276F";
    font-size: 16px;
    color: #d82b27;
}

body.page:not(.home) .entry-content ul.arrow-list {
    list-style: none;
}

h2 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 18px;
    margin-bottom: 18px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    color: #252936;
}

.blog-post .post-content {
    padding: 4px 20px 5px 80px;
    position: relative;
}

section {
    display: block;
    background-color: #e8e8e8;
}

body:not(.home) #pageContent {
    padding-top: 100px;
    background-color: #e8e8e8;
}

input,textara{
	width:100%;
	height:auto;
}

.btn, .search-submit{
	height:auto;
	width:auto;
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern {
    color: #fff;
    border-color: #d82b27;
    background-color: #d82b27;
}

.vc_btn3.vc_btn3-size-md {
    padding: 14px 20px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}

input[type="checkbox"]{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 10%;
}

p{
	font-size: 14px;
line-height: 16px;
margin-bottom: 8px;
}

.old-link{
	margin-top:32%;
}

.old-link-mr{
	margin-top:13%;
}

.number-td{
padding : 0px;
}

header .phone {
    float: left;
}

#slide-nav .navbar-header {
    margin: 0 auto;
    padding: 0 30px;
	background-color: #fff;
}

textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    height: 40px;
    width: 100%;
}

.btn, .search-submit {
    /*padding: 6px 15px 17px;*/
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
    /*height: 28px;*/
    background-color: #d82b27;
    color: #ffffff;
    border-radius: 5px;
    vertical-align: top;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    text-decoration: none;
    margin-bottom: 10px;
}

.txt_search{
	width: 200px;
}

.txt_submit{
	width: 70px;
}

.vc_btnser.vc_btnser-size-md {
    padding: 3px 8px;
    /* font-size: 18px; */
    /* line-height: 20px; */
    font-weight: 500;
    margin-left: 5px;
}

.vc_btnser.vc_btnser-shape-rounded {
    border-radius: 5px;
}

.vc_btnser.vc_btnser-color-juicy-pink.vc_btnser-style-modern {
    color: #fff;
    border-color: #d82b27;
    background-color: #d82b27;
}

.ticker{
border: 3px solid #d82b27;
width: 100%;
padding: 0px;
border-radius: 0px;
font-size: 16px;
	color:#000;
	font-weight: 500;
}

.tname{
background-color: #d82b27;
border: 3px solid #d82b27;
width: 20%;
padding: 0px;
border-radius: 0px;
color:#fff;
font-size: 16px;
text-align: center;
}

.side-block {
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
    border-bottom: 0;
   -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); 
   -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
   box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); 
   border: 1px solid #d3d4d7; 
}


p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
	margin-top: 8px;
}

.page-footer .contact-list li span.text {
    display: block;
    overflow: hidden;
    font-size: 12px;
}

.social-links ul li {
    display: inline-block;
    margin: 10px 7px 5px 0;
    list-style: none;
    text-align: center;
}

.page-footer .copyright {
    font-size: 12px;
    line-height: 14px;
    margin: 5px 0 10px;
}

.page-footer .contact-list {
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
}

.page-footer .contact-list li span.list-label {
    display: block;
    min-width: 65px;
    float: left;
    padding-right: 5px;
    font-size: 14px;
}

.text-icon-icon span .icon {
    position: relative;
    z-index: 1;
    font-size: 50px;
    line-height: 100px !important;
    color: #d82b27;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    width: auto;
}

.text-icon-icon span {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
}

.text-icon-title {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
}

.title-aside {
    font-size: 12px;
    margin-top: 5%;
    margin-bottom: 0%;
    color: #fff;
}

.text-uppercase {
    text-transform: initial;
}

.div_icon{
	margin-top: 5%;
}

.col-sm-4 {
    width: 30%;
}

.col-sm-2 {
    width: 20%;
}

.navbar-nav .dropdown .dropdown-menu .ecaret:before {
        font-family: 'Electrician';
        content: "\002B";
    }

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 15px;
}

.vc_chart .vc_chart-legend li {
	color: #d82b27
}