/*
	Theme Name: RepairWP
	Theme URI: http://templatation.com
	Author: Templatation
	Author URI: http://themeforest.net/user/templatation
	Description: A powerful theme for Electricians, repairman and other similar agencies.
	Version: 1.24
	Text Domain: repairwp
	License: Themeforest Split License.
	License URI: http://themeforest.net/licenses
	Tags: threaded-comments, translation-ready, custom-menu
*/


/*
 *
 * This is default style.css file that WordPress loads.
 * Its not recommended to put anything here, as this file will get overwritten when you update theme.
 * The styles for themes can be found in /assets/css/styles.css
 * If you want to just change few styles, then you can put your styles in wp-admin/theme-options/display-options.
 * If you want to do heavy modifications, please use a child theme. A blank child theme is supplied with your Themeforest download.
 *
 */

/*************************/
/* Index */
/*************************
1 - WordPress Core
2 - Form elements
3 - Sidebar Styles
4 - Footer styles
*************************/


.mainblock { padding-top: 70px; padding-bottom: 93px; }
.no-ttfmwrk .mainblock, .no-ttfmwrk .archive .mainblock { padding-top: 195px; }
/*
.header-sticky.no-tpadd .mainblock { padding-top: 0; }
*/
.no-tpadd .mainblock { padding-top: 0; }
.no-bpadd .mainblock { padding-bottom: 0; }
.home.blog .mainblock { padding-top: 0; }
.no-ttfmwrk.home.blog .mainblock { padding-top: 60px; }
.no-ttfmwrk .tt-header-1 { padding-top: 30px; }


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.margin2020 { margin: 0 20px 20px 0; }
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    margin: 0;
    padding: 0 4px 5px;
}
.gallery-caption { font-weight: bold; }
.bypostauthor {}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.fl { float: left; }
.fr { float: right; }
ol.commentlist,ul.children {list-style: none;}

/* End of WordPress default styles */

/* Margins */
.tt_line{color:#333333;border-bottom: 1px solid #eeeeee; margin-bottom: 15px;}
.mbottom120 { margin-bottom: 120px; }
.mbottom70 { margin-bottom: 70px; }
.mbottom60 { margin-bottom: 60px; }
.mbottom40 { margin-bottom: 40px; }
.mbottom20 { margin-bottom: 20px; }
.mbottom30 { margin-bottom: 30px; }
.mbottom10 { margin-bottom: 10px; }
.mbottom5 { margin-bottom: 5px; }
.tt-mr15 { margin-right: 15px;}
.tt-mr60 { margin-right: 60px;}
.ptop30 { padding-top: 30px; }
.no-tpadd .mbottom70.tpadd { margin-bottom: 0;}

.mainblock table {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.mainblock table th, .mainblock table td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}
.mainblock table thead:first-child tr:first-child th,
.mainblock table tbody:first-child tr:first-child th,
.mainblock table tbody:first-child tr:first-child td {
    border-top: 0;
}
body{
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
img {
    max-width: 100%;
    height: auto;
}

/* Form elements */
/* these common styles to be styled as per the theme look */
button, input, select, textarea {
    color: #888;
    font-size: 12px;
    padding: 13px 40px 14px 20px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    border: 1px solid #e8e8e8;
}
input:focus, select:focus, textarea:focus {
    outline: 0;
    border-color: #b5985a;
}
#footer-wrap button, #footer-wrap input, #footer-wrap select, #footer-wrap textarea {
  border-color: #363637;
}
#footer-wrap input[type="reset"], #footer-wrap input[type="submit"] {
  border-color: #363637;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid #fff;
    color: #ffffff !important;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
    outline: medium none;
    padding: 0 43px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    background: #1cbac8 none repeat scroll 0 0;
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #313131;
}
textarea { width: 100%; }
.page-numbers.dots { display: none; }

/* Sticky */

.sticky .post-title{
    position: relative;
}
.sticky .post-title a{
    padding-left: 25px;
}
.sticky .post-title a:before{
    color: #222;
    font-family: FontAwesome;
    font-size: 20px;
    content: '\f005';
    left: 0;
    position: absolute;
    top: 0;
}


.video-title {text-align: center;}
.wpcf7-form select {
    z-index: 5555555;
    background: transparent;
    -moz-appearance: none;
}
.title-block h1 {
    color: #fff;
}
.section.start-section {
    text-align: center;
}

/* EOF default styles */


.wpb_text_column.wpb_content_element  p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #898989;
}

.single-blog-title { padding-top: 40px; }

.wpb_text_column.wpb_content_element  h3 {
    font-family: 'Roboto';
    font-size: 22px;
    line-height: 26px;
    font-weight: 900;
    color: #3a3a3a;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-top: 0;
}

.nav-links a,.nav-links  span {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    min-width: 50px;
    font-size: 24px;
    line-height: 48px;
    font-weight: 400;
    color: #8e8d8d;
    text-align: center;
    background: #fff;
    border: 1px solid #e6e6e6;
}

.nav-links a:hover, .page-numbers.current {
    background: #12aef8;
    color: #fff;
}

.ml-title,
#sidebar .title {
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 26px;
    font-weight: 900;
    color: #3a3a3a;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-top: 0;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 18px;
}
 .ml-title:after,
#sidebar .title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
        right: 0;
    background: #3baeff;
    width: 35px;
    height: 2px;
}

.textwidget {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #898989;
    letter-spacing: 0.4px;
    word-wrap: break-word;
    font-family: 'Open Sans';
}


#sidebar .widget {
    margin-bottom: 40px;
}

.widget ul li  a {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #8c8c8c;
    letter-spacing: 0.4px;
    padding-left: 18px;
}
.widget ul li  a:hover{
	color: #0ea3ea;
}
.widget ul li {
    margin-bottom: 15px;
}

.widget ul li {
    list-style: none;
    position: relative;
}
.widget select{
	width:100%;
}

#sidebar ul {
    padding-left: 0;
    margin-left: 0;
}

#sidebar .menu .sub-menu{
	margin-top:15px;
	padding-left:15px;
}


.widget ul li:before {
    content: '\f105';
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
}


#sidebar .search-field {
    display: block;
    width: 100%;
    height: 48px;
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 500;
    color: #b9b9b9;
    border: 1px solid #e9e9e9;
    padding: 0 20px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background: #fff;
    padding-right: 55px;
}


#sidebar .searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    text-align: center;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-color: transparent;
    background-image: url("images/search.png");
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
}

#sidebar form {
    position: relative;
}

.wp-tag-cloud li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.wp-tag-cloud li a {
    display: block;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #787878;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    background: #fbfbfb;
    border: 1px solid #e2e2e2;
    padding: 10px 29px;
}

.wp-tag-cloud li a:hover {
    background: #3baeff;
    color: #fff;
}

#reply-title, .comments-box .title {
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 26px;
    font-weight: 900;
    color: #3a3a3a;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-top: 0;
}

.comment-respond input[type="submit"] {
    background: #ff8a00;
    border-radius: 3px;
    border: 2px solid #ffa92e;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0 20px;
}


#comment {
    height: 190px;
}


.tt-white-wrapper {
    padding-bottom: 40px;
}

.comment-text h3 {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #353535;
    margin-bottom: 5px;
}

.single-comment-box {
    margin-left: 0;
    padding-left: 0;
}

.avatar.comment-img {
    display: block;
    float: left;
    margin-right: 25px;
}

.comment-text h3 span {
    display: inline-block;
    position: relative;
    padding-right: 10px;
    margin-right: 7px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
}

.comment-text a {
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #ff851f;
}


.comment-text h3 span.perma {
    display: none;
}

.single-comment-box > li.comment {
    padding-bottom: 30px;
    padding-top: 20px;
    border-bottom: 1px solid #ebebeb;
}

.tt-spost-img {
    width: 92px;
}


.tt-spost-info {
    padding-left: 120px;
}

.tt-footer ul{
	padding-left: 0;
	list-style:none;
}

.tt-footer ul li{
    width: 100%;
    padding: 15px 10px;
    border-top: 1px solid #2c2c2e;
	margin-bottom:0;
}
.tt-footer ul li:before{
	display:none;
}
.tt-footer ul li a:before{
    content: "\f105";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: -6px;	
}
.widget_rss .rsswidget{
	font-weight:700;
}

.tt-footer .title{
    line-height: 26px;
    font-weight: 600;
    color: #1b95b9;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom:20px;	
}
.tt-footer table {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #2c2c2e;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.tt-footer table th, .tt-footer table td {
    padding: 8px;
    border-top: 1px solid #2c2c2e;
    border-left: 1px solid #2c2c2e;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}
.tt-footer table thead:first-child tr:first-child th,
.tt-footer table tbody:first-child tr:first-child th,
.tt-footer table tbody:first-child tr:first-child td {
    border-top: 0;
}
.tt-footer select, .tt-footer input{
	border-color: #2c2c2e;
}
.tt-footer select:focus, .tt-footer input:focus{
	border-color: #1b95b9;
}
.tt-footer .wp-tag-cloud{
	font-size:0;
    margin-right: -10px;
    margin-bottom: -10px;	
}
.tt-footer .wp-tag-cloud li{
	width:auto;
	padding:0;
	border:0;
	margin-bottom: 10px;
}
.tt-footer .wp-tag-cloud li a{
    font-size: 13px;
	line-height: 17px;
	color: #787878;
	padding: 10px 29px;
	background:transparent;
	border-color:#2c2c2e;
}
.tt-footer .wp-tag-cloud li a:before{
	display:none;
}
.tt-footer .wp-tag-cloud li a:hover{
	background:#1b95b9;
	color:#fff;
	border-color:#1b95b9;
}
.tt-footer .searchform{
	position:relative;
}
.tt-footer .searchform input[type="text"]{
    font-size: 14px;
    font-weight: 400;
    color: #fff;	
	width:100%;
	height: 38px;
	padding: 0 50px 0 20px;
	border: 1px solid #393939;
}
.tt-footer .searchform input[type="text"]::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: rgba(150, 149, 149, 0.35);
  letter-spacing: 0.5px;
  opacity: 1;
}

.tt-footer .searchform input[type="text"]:-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: rgba(150, 149, 149, 0.35);
  letter-spacing: 0.5px;
  opacity: 1;
}

.tt-footer .searchform input[type="text"]::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: rgba(150, 149, 149, 0.35);
  letter-spacing: 0.5px;
  opacity: 1;
}

.tt-footer .searchform input[type="text"]:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: rgba(150, 149, 149, 0.35);
  letter-spacing: 0.5px;
  opacity: 1;
}
.tt-footer .searchform input[type="text"]:focus{
	border-color: #0f637c;
}
.tt-footer .searchsubmit{
	position:absolute;
	top:2px;
	right:2px;
	bottom:0;
	width: 36px;
	height:34px;
    font-size: 13px;
    line-height: 32px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    background: #0f637c;	
	padding:0;
}
.tt-footer .searchsubmit:hover{
    background: #fff;
    color: #0f637c!important;
}
/* The end */