/*
Theme Name: Service Champions
Theme URI: https://servicechampions.com/
Author: Service Champions
Author URI: https://servicechampions.com/
Description: Service Champions - Responsive WordPress Theme.
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, editor-style, featured-image-header, featured-images, post-formats, theme-options, translation-ready
Version: 1.0.4
*/

@import url("css/base.css");
@import url("css/buttons.css");
@import url("css/skeleton.css");
@import url("css/layout.css");
@import url("css/variables.css");
@import url("css/shortcodes.css");
@import url("css/animations.css");

@import url("css/fonts.css");

/* If you want to add your own css code, please do it in css/custom.css */
body{
	margin-top:-22px;	
}

a:hover {
	text-decoration:none;
}
.center {
	text-align:center;
}
.red {
	color:#ee252b;
}
.content a {
	color:#303C7C !important;
	font-weight:bold;
}
.content a.client-test {
	color:#fff !important;
}
.header-top {
	background: #fff;
}

.shadow {
	background: url(images/slider-shadow.png) no-repeat center;
	height:20px;
	background-size:100%;
	padding-bottom:30px;
/*	box-shadow: 0px 0px 6px #000;
	width: 97%;
	padding: 1px 0px;
	margin: 0 auto 20px auto;
	background: #bbbec1;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;*/
}
.divider {
	background: url(images/divider-bottom.png) no-repeat center;
	height:15px;
	background-size:100%;
}
.phone-number {
	padding-top:14px;
	text-align:center;
}
.tune-up {
	text-align:center;
}
.tune-up {
	padding-top:5px;
}
.phone-number h4, .tune-up h4 a{
	color:#0060a9;
	font-weight:bold;
	line-height:26px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#menu-top-menu li {
	display:inline-block;
	margin-top:10px;

}
#menu-top-menu li a {
	color:#fff;
	font-size:12px;
	padding:0 8px 0 0;
	font-weight:bold;
}
#menu-top-menu li:last-child a {
	border-left:2px solid #fff;
	padding-left:8px;
}
.header-wrapper {
	background: #ecf2f8 url(images/sub-header-bg.png) repeat-x top;
	border-bottom:1px solid	#c8d3de;
	padding-top:20px;
}
.content-wrapper {
	background:#f0f4f7;
	padding-top:10px;
	margin-bottom:20px;
}
h2.heading-home {
	text-align:center;
}
.heading-bg {
	/*background: #dae2e9 url(images/heading-bg.png) repeat-y right center;
	width:100%;
	height:25px;
	margin: 20px 0;*/
}
.two-third .inner-padding {
	background: url(images/content-divider.png) no-repeat right 22px;
}
	 
.owner-top {
	margin-top:10px;
	font-weight:bold;
}
.upper-case {
	text-transform:uppercase;
	font-weight:bold;	
}
.upper-case .sm {
	font-size:12px;
	vertical-align:super;
}
#Header #menu > ul > li.current-menu-item > a, #Header #menu > ul > li.current-page-ancestor > a, .active-sub-menu > ul > li.current_page_item > a {
	background:#f03b41 !important;
}

.home-form {

}
.home-form h4 {
	text-align:center;
	color:#fff;
	text-transform:uppercase;
}
.home-box {
	text-align:center;
}
.home-box img{
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.home-box:hover img{
  opacity: 0.8;
}
.home-box img {
	margin: 20px 0px 30px 0;
}
.home-box h3 {
	color:#fff;
	text-align:center;
	font-family:oswald;
	font-weight:500;
}
.home-client-first {
	text-align:center;
}
.client-column {
	padding: 0px 40px;
	text-align: center;
	display: inline-block;
}
#menu ul ul {
	background:#303c7c !important;
}
.column img {
	max-width:100%;
}
ul.style-1 li{
	list-style:disc;
	padding:0px 0 10px 20px;
}
#Footer {
	background:#f5f5f5;
	border-top:10px solid #dae2e9;
}
#Footer a {
	font-size:12px;
	line-height:20px;
}
#Footer #text-2 {
	padding-left:0;
}
#Footer #text-5 {
	padding-right:0;
}
#Footer #text-2, #Footer #text-3, #Footer #text-4 {
	background:url(images/footer-divider.png) no-repeat right 45px;
}
#Footer #text-5 h4 {
	text-align:center;
}
#Footer2 {
    background: #102b47;
	padding:10px 0;
}
#Footer2 .copyrights p {
    color: #d7dee3;
	float: left;
	font-size: 11px;
	margin: 0px;
	padding-top: 4px;	
}
#Footer2 .copyrights .social {
    float: right;
}
.home .inner-padding2 {
	height:352px;
}
.inner-padding2 {
	border:8px solid #d10a10;
	padding:12px 12px 0 12px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	/*background: none repeat scroll 0% 0% #102b47;*/
	color: #8C8C8C;
	border: 1px solid #4373a5;
	margin-bottom: 6px;
	width: 92%;	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: inset -1px -1px 2px -1px #000000;
	-moz-box-shadow: inset -1px -1px 2px -1px #000000;
	box-shadow: inset -1px -1px 2px -1px #000000;	

}
textarea {
	height:75px;
}
select {
	width: 100%;
}
	
input[type="submit"], a.client-test, .read-more {
	background:url(images/button-bg.png) repeat-x center;
	border:1px solid #d75a5a;	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 4px 0px 0px #7f0505;
	-moz-box-shadow: 0px 4px 0px 0px #7f0505;
	box-shadow: 0px 4px 0px 0px #7f0505;
	font-weight:bold !important; 
	font-size:16px;
}
a.client-test {
    color: #fff;
    display: block;
    text-align: center;
    padding: 9px;
    font-size: 18px;
}
a.read-more {
    color: #fff !important;
    display: block;
    text-align: center;
    padding: 5px 10px;
    font-size: 16px;
}
#wpcf7-f163-o1 input[type="submit"] {
	width:100%;
	font-size:20px;
	margin: 13px 0 0 0;
}
#wpcf7-f163-o1 p {
	margin:0;
}
#wpcf7-f163-o1 input[type="text"], #wpcf7-f163-o1 input[type="password"], #wpcf7-f163-o1 input[type="email"], #wpcf7-f163-o1 textarea, #wpcf7-f163-o1 select {
	background: #fff;
}	
div.wpcf7-response-output {
    padding: 8px;
    position: absolute;
    margin: -162px 21px 0 0;
    z-index: 99999;
    background: #fff;
    border-radius: 3px;
	color:#333;
}
span.wpcf7-not-valid-tip {
	color: #F00;
	font-size: 1em;
	display: block;
	position: absolute;
	z-index: 999;
	background: #FFF;
	margin: -33px 0 0 8px !important;
	padding: 1px;
	width: 200px;
}

#Top_bar .social li a.Dribbble {
	font-family:Arial, Helvetica, sans-serif;	
}
.gpr-widget-inner, .ypr-bare-bones {
	scroll-behavior: smooth;
	overflow: scroll;
	height: 300px;
}
.widget-area h3 {
	text-align:center;
}
.widget-area .widget {

}
.ypr-review-avatar img {
	max-width:100%;
	height:auto;
}
.list-style-1 {
	margin-bottom:20px;
}
.list-style-1 li {
	background:url(images/bullet-icon.png) no-repeat left center;
	padding:5px 0 5px 25px;
	margin-left:10px;
}
.list-style-2 li {
	background:url(images/bullet-icon.png) no-repeat left 10px;
	padding:5px 0 5px 25px;
	margin-left:10px;
}
ul.breadcrumbs li a, .ui-tabs .ui-tabs-nav li.ui-state-active a {
	color:#EE252B !important;
}
.post_content h3 a {
	color:#EE252B !important;
	font-size:24px;
}
.post_content h3 {
	text-align:center;
}
.menu-left {
	position:absolute;
	left:-21px;
	background:url(images/menu-left.png) no-repeat right center;
	height:93px;
	width:21px;
	bottom: -20px;
}
.menu-right {
	position:absolute;
	right:-21px;
	background:url(images/menu-right.png) no-repeat left center;
	height:93px;
	width:21px;
	bottom: -20px;	
}

#text-6, #text-8 {
	padding:0px;	
}
a.display-none {
	display:inline-block;
}
.image-caption {
	text-align:center;
	font-style:italic;
	font-weight:bold;
	margin-bottom:15px;
}
.light-blue {
	text-align:center;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:30px;
	background: #D9F4FE;
	border: 1px solid #A4CFE0;
	margin-bottom:20px;	
}
.highlight-text, .highlight-text2 {
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    color: #666;
}
.blog .heading-home, .archive .heading-home{
	display:none;
}
.active-sub-menu #menu-category-menu .current-menu-item a, .active-sub-menu #menu-category-menu .current-post-parent a {
	background: #F03B41 !important;	
}
.coupon {
    padding: 20px;
    border: 5px dashed #f00;
    text-align: center;
    margin-bottom: 20px;
}
.coupon h2 {
	font-size:30px;
	margin-bottom:20px;
}
.coupon h4{
	color:#F00;
}
.headertitle {
	font-size: 18px;
	color: #0060A9;
	font-weight: bold;
}
.page-id-1616 .jq-tabs div {
	margin-bottom:10px;
}
.content {
	background:#fff;
}
.box_wrapper {
    background: #96B0D3 none repeat scroll 0% 0%;
	padding:20px;
	margin-bottom:30px;
}
.bottom_box table td {
    border: none;
    text-align: justify;
}
.main_box {
    margin: 0px auto;
    background: #FFF;
    padding: 15px 15px 0px;
    border-radius: 10px;
}	
.blue {
    background: #33449B none repeat scroll 0% 0%;
    color: #FFF;
}
.blue h4 {
	color:#fff;
}
.lightgrey {
    background: #C0C1C4 none repeat scroll 0% 0%;
    color: #333 !important;
}
.darkgrey {
    background: #C7BAA9 none repeat scroll 0% 0%;
    color: #000;
}
.champ-rewards {
	background:#0070c0;
}
.club-benefits-header {
	background:#da0000;
	padding:5px 10px;
	text-align:center;	
}
.club-benefits-header h2 {
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
}
.champ-rewards ul{
	padding:15px 15px 30px 15px;
}
.champ-rewards ul.list-style-2 li{
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	background:url(images/tick.png) no-repeat left center;
}
.page-id-2680 .inner-padding {
	padding-top:0 !important;
}
#gform_11 #field_11_5, #gform_12 #field_12_5, #gform_13 #field_13_5 {
    float: left;
    width: 49%;
}
#gform_11 #field_11_5 .gfield_select, #gform_12 #field_12_5 .gfield_select, #gform_13 #field_13_5 .gfield_select  {
	width:100%;
}
.page-id-2636 #text-6{
	display:none !important;
}

.pages-items{
	 padding:20px;
}
.mobile-view {
	display:none;
}

#thermo-btn{	
	background: #23408a;
    display: inline-block;
    padding: 10px 40px;
    color: #fff;
    border-radius: 5px;
    font-size: 17px;
    letter-spacing: 1px;
	margin-top:10px;
}

#thermo-btn:hover{
	background:	#ee252b;
}

.bullet-list{
	list-style-type:disc;
	margin-left:30px;
}
	