/*
Theme Name: Restore
Theme URI: https://themeforest.net/user/codeecstasy
Author: Code Ecstasy
Author URI: http://codeecstasy.com
Description: Restore - Computer, Mobile & Digital Repair Service Wordpress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://themeforest.net/user/codeecstasy
Text Domain: restore
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
restore is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Layout
	1.1 Common
	1.2 Left / Right Sidebar
	1.3 Fullwidth and Boxed
	1.4 Sticky Header, Header & Site Top
	1.5 Template Homepage
	1.6 Toolbar
	1.7 Custom Button
	1.8 Custom Heading
	1.9 Bootstrap 5 column
	1.10 Social Icons
    1.11 Bottom
	1.12 Footer
2.0 Plugins
	2.1 WooCommerce
	2.2 Events Calender
	2.3 Contact Form 7
	2.4 Donate (seamless donation)
	2.5 MailChimp
	2.6 Events Calender Home
	2.7 Bottom News (special recent post)
	2.8 Twitter (latest tweet widget)
	2.9 VC Hack
	2.10 Projects Page Single Donation (paypal donation)
3.0 Content
	3.1 Posts and pages
	3.2 Search
	3.3 Post Meta
	3.4 Widgets
	3.5 Asides
	3.6 Comments
	3.7 Infinite scroll
	3.8 Media
	3.9 Captions
	3.10 Galleries
	3.11 404 Page
4.0 Navigation
	4.1 Links
	4.2 Main Menu
	4.3 Mobile Menu
5.0 Media Queries
	5.1 Custom, iPhone Retina
	5.2 Extra Small Devices, Phones 
	5.3 Small Devices, Tablets 
	5.4 Medium Devices, Desktops
	5.5 Large Devices, Wide Screens
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Layout
--------------------------------------------------------------*/
/*1.1 Common*/
body {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  color: #333333;
  font-weight: 300;
  position: relative;
}
.site-content{
    overflow: hidden;
}
.section-content-block {
  padding: 80px 0 80px 0;
}
.section-pure-white-bg {
  background: #FFFFFF;
}
.section-secondary-bg {
  background: #F9FAFB;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #24262a;
  line-height: 36px;
  margin: 0 0 16px 0;
}
a,
a:hover,
a:visited,
a:active
{
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white 
{color: #ffffff; }
.borderB { border-bottom: 1px solid #cccccc; padding-bottom: 10px;}
.marginRB30 {margin: 0 30px 30px 0;}
.no-margin{margin: 0;}
.marginB20{margin-bottom: 20px;}
.marginTB20{ margin-top: 20px; margin-bottom: 20px;}
.marginT20{margin-top: 20px;}
.color-text {color: #f69323;}
#primary, #secondary, #toolbar, #bottom, .site-header, .site-footer{
    /*
    -ms-word-break: break-all;
    word-break: break-word;
	*/
	 
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-header,
.entry-content,
.entry-footer,
.edit-link{
clear: both;
}
.entry-footer{
margin-bottom: 30px;
}
.edit-link{
margin-left: 20px;
float: right;
}
.post .edit-link{
margin-left: 20px;
float: right;
}
embed,
object,
img {
	max-width: 100%;
    height: auto;
	border: 0;
}
iframe{
  	max-width: 100%;
	border: 0;  
}
/*Default Table style*/
table {
border-collapse: collapse !important;
}
table td,
table th {
}
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #ddd;
}
table table {
  background-color: #fff;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.content-spacing{
padding-top: 70px;
padding-bottom: 70px;
}
/* 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-size: 0.875rem;
	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. */
}
.admin-bar .header-sticky.sticky-header {
    margin-top: 30px;
}
.admin-bar .header-static {
}
#wpadminbar {
    position: fixed;
}
/*1.2 Left / Right Sidebar*/
#secondary,
#secondary_2{
margin: 25px 0px;
}
.well {
    background: #f9fafb;
	border: 1px solid #ebebeb;
	box-shadow: none;
}
/*1.3 Fullwidth and Boxed*/
.container{
border: 0px solid red;
}
.container-fluid{
border: 0px solid red;
}
#wide #page,
#boxed #page
{
    height: auto;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
#boxed #page{
    max-width: 1170px;
}
.site-header{
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
/*1.4 Sticky Header, Header & Site Top */
.header-style1 .site-header
{
    box-shadow: none;
    z-index: 1000;
    position: relative;
}
.header-sticky{
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.header-sticky.sticky-header{
position: fixed;
top:0;
left:0;
z-index: 1000;
width: 100%;
}
/* Middle Header*/
.site-header .repair-icon-box {
  line-height: 19px;
  padding-left: 35px;
  position: relative;
}
.site-header .repair-icon-box .icon-container {
  color: #999999;
  font-size: 30px;
  left: 0;
  position: absolute;
  top: 15%;
}
.site-header .repair-icon-box .icon-container i.icon{
  margin-left: 0px;
}
.site-header .repair-icon-box .text {
  font-size: 16px;
  letter-spacing: .03px;
}
.site-header .repair-icon-box .text .head-heading {
  font-size: 15px;
  line-height: 20px;
  display: block;
  color: #f69323;
}
.site-header .repair-icon-box .text .head-content {
  display: block;
  font-weight: 600;
  color: #333333;
}
.site-header .header-right {
  float: right;
}
.site-header .header-right .btn-request_quote {
  font-weight: 600;
  text-align: center;
  border: 2px solid #f69323;
  color: #f69323;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 12px 14px;
}
.site-header .header-right .btn-request_quote:hover {
  background: #dd7a09;
  color: #FFFFFF;
}
/*1.5 Template Homepage*/
.page-template-template-homepage header.entry-header,
.page-template-template-homepage-header1 header.entry-header,
.page-template-template-homepage-header2 header.entry-header,
.page-template-template-onepage header.entry-header,
.page-template-template-onepage-header1 header.entry-header,
.page-template-template-onepage-header2 header.entry-header,
.page-template-template-custom-bottom header.entry-header
{
display: none;
}
.page-template-template-homepage .page-content,
.page-template-template-homepage .entry-content,
.page-template-template-homepage .entry-summary,
.page-template-template-homepage-header1 .page-content,
.page-template-template-homepage-header1 .entry-content,
.page-template-template-homepage-header1 .entry-summary,
.page-template-template-homepage-header2 .page-content,
.page-template-template-homepage-header2 .entry-content,
.page-template-template-homepage-header2 .entry-summary,
.page-template-template-onepage .page-content,
.page-template-template-onepage .entry-content,
.page-template-template-onepage .entry-summary,
.page-template-template-onepage-header1 .page-content,
.page-template-template-onepage-header1 .entry-content,
.page-template-template-onepage-header1 .entry-summary,
.page-template-template-onepage-header2 .page-content,
.page-template-template-onepage-header2 .entry-content,
.page-template-template-onepage-header2 .entry-summary,
.page-template-template-custom-bottom .page-content,
.page-template-template-custom-bottom .entry-content,
.page-template-template-custom-bottom .entry-summary
 {
	margin: 0;
}
/*1.6 Toolbar*/
#toolbar{
    z-index: 2;
    position: relative;
}
.margin-right20{
margin-right: 20px;
}
.top-link {
    display: inline-block;
    letter-spacing: 1px;
    padding: 6px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all 0.2s ease-in-out 0s;
    vertical-align: middle;
	font-size: 14px;
	line-height: 30px;
}
.top-link-1 {
    background: none;
	color: #ffffff;
	float: right;
}
.top-link-2 {
    background: #f69323;
}
.top-link.top-link-3 {
    border: 2px solid #f69323;
    border-radius: 3px;
    color: #f69323;
    font-weight: bold;
    padding: 10px 25px;
	float: right;
    font-size: 16px;
	line-height: 24px;
} 
.top-link:hover {
    background: #ffffff;
    color: #626262;
}
a.top-link-1 {
	color: #ffffff; 
}
.header-bar a.top-link-1 {
	color: #ffffff;
	font-weight: 600;
	background: #f69323;
}
.top-link.top-link-1:hover {
	color: #f69323;
	background: #ffffff;
}
.top-link.top-link-3:hover{
    background: #f69323;
    color: #ffffff;
}
/*1.7 Custom Button*/
.button-style1,
.button-style2,
.button-style3
 {
    display: inline-block;
    font-weight: bol