/*
Theme Name: CAR GUYS AUTOMOTIVE SERVICE
Author: webo - AGENCIA DIGITAL
Version: 1

*/

/* Table of content
-----------------------------------------------
1. Global
2. Content
3. Post styling
4. Singe Post/Page Pagination
5. Media
6. Widgets
8. Infinite Scroll
8. Custom Styles
9. Navigation
10. Comments
11. Attachment styling
12. Gallery
*/

/* =Global
----------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');


html {
  font-family: 'Open Sans';
  scroll-padding-top: 80px;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  color: #000;
  background-color: #fff;
  word-wrap: break-word;
  font-family: 'Open Sans';
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.25px;
  overflow-x: hidden;
}


/* -- Important - Scroll to Section -- */
body, html, .main {
	height: 100%;
  }
  section {
	min-height: 100%;
  }
/* -- Important - Scroll to Section -- */


a {
  color: #333;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
}

a:hover,
a:focus {
  color: #9777b5;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


/* --- WORDPRESS CSS --- */
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Layout */

#primary { 
	/* padding-top: 30px;
	padding-bottom: 30px; */
}

#secondary {
	padding-top: 30px;
	padding-bottom: 30px;
}

#comments { display: none; }

/* =Singe Post/Page Pagination
----------------------------------------------- */
.page-links span {
  display: inline-block;
  color: #fff;
  background-color: #9777b5;
  border-radius: 0px;
  padding: 2px 10px;
  margin-left: 2px;
}
.page-links a span {
  background-color: inherit;
  border: 1px solid #9777b5;
  color: #9777b5;
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
       -o-transition: all 0.5s;
          transition: all 0.5s;
}
.page-links a:hover span {
  background-color: #9777b5;
  border: 1px solid #9777b5;
  color: #fff;
}
.pagination .fa-chevron-left,
.pagination .fa-chevron-right {
  font-size: 12px;
}
.pagination li a {
  color: #9777b5;
}
.pagination li:hover a {
  color: #9777b5;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  color: #FFF;
  background-color: #9777b5;
  border-color: #9777b5;
}
.pagination>li>a,
.pagination>li>span {
  padding: 9px 14px;
  border-color: #dadada;
}
.bottom-pagination {
  text-align: center;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.single-featured {
  -webkit-transition: opacity 0.3s linear;
     -moz-transition: opacity 0.3s linear;
       -o-transition: opacity 0.3s linear;
          transition: opacity 0.3s linear;
  display: block;
  margin: auto;
}
.single-featured:hover {
  opacity: 0.8;
}
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* =Widgets
----------------------------------------------- */

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
	display: none;
}
.widget ul {
	padding: 0;
	/*line-height: 18px;
	font-size: 14px;*/
}
	.widget ul li {
		list-style: none;
		/*border-bottom: 1px solid #F2F2F2;
		margin-bottom: 10px;
		padding-bottom: 10px;
		line-height: 1.8;*/
	}
.widget ul.nav.nav-tabs {
	padding: 0;
}

#secondary .widget {
	margin-bottom: 10px;
	overflow: hidden;
}
#secondary .widget:last-child {
	margin-bottom: 0px;
}
.tab-content ul li {
	list-style: none;
}
#secondary .widget_archive ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_recent_comments ul li:before {
	font-family: fontawesome;
	margin-right: 10px;
}
#secondary .widget_archive ul li:before {
  content: '\f073';
}
#secondary .widget_categories ul li:before {
  content: '\f115';
}
#secondary .widget_recent_comments ul li:before {
  content: '\f0e5';
}

.widget_archive select { width: 100%; }

#secondary .widget a {
/*  color: #C1C0C0;*/
}
.widget ul ul {
  padding: 10px;
}
.widget #social ul li {
    border-bottom: 0;
}
.not-found-widget {
  margin-top: 30px;
}

@media (max-width: 767px) {
    #secondary {
        clear: both;
    }
}

/* Custom Category Widget */
.cats-widget ul li span {
  float: right;
}

.widget .post-content > span {
  display: block;
}
#secondary .widget .post-content a {
  color: #9777b5;
}
#secondary .widget .post-content a:hover {
  color: #DADADA;
}
.widget .post-content span {
    font-size: 12px;
}
.tagcloud {
	margin-top: 25px;
}
.tagcloud a {
	padding: 6px 7px;
	margin-right: 0;
	margin-bottom: 4px;
	line-height: 100%;
	display: inline-block;
	color: #FFF !important;
	background-color: #DADADA;
	border-radius: 0px;
	font-size: 12px !important;
}
.tagcloud a:hover {
	background-color: #9777b5;
	border-color: #9777b5;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}
#infinite-handle span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-radius: 0px;
  padding: 20px;
  border: 1px solid #DADADA;
  background: #fff;
  color: #9777b5;
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
       -o-transition: all 0.5s;
          transition: all 0.5s;
}
#infinite-handle span:hover {
  background-color: #9777b5;
  color: #fff;
}

/* =Navigation
----------------------------------------------- */

.post-navigation a,
.paging-navigation a {
  border: 1px solid #DADADA;
  background-color: #FFF;
  padding: 8px 14px;
  font-size: 12px;
  border-radius: 3px;
  display: block;
  margin: 0 0 1.5em;
  overflow: hidden;
}
.post-navigation a:hover,
.paging-navigation a:hover {
  color: #FFF;
  background: #9777b5;
  text-decoration: none;
}
.paging-navigation {
  text-transform: uppercase;
}
.post-navigation .nav-previous,
.paging-navigation .nav-previous {
  float: left;
}
.post-navigation .nav-next,
.paging-navigation .nav-next  {
  float: right;
  text-align: right;
}
.more-link {
  float: right;
  margin: 10px 0;
}
.single .nav-links {
    margin-top: 30px;
}
.nav>li>a {
  text-transform: uppercase;
}


.navigation .wp-pagenavi-pagination a{
  border-radius: 0;
  margin-bottom: 0;
}
.navigation .wp-pagenavi-pagination span{
  font-size: 12px;
}
.navigation .wp-pagenavi-pagination span.current,
.navigation .wp-pagenavi-pagination a:hover {
  background-color: #9777b5;
  border-color: #9777b5;
  color: #FFF;
  text-decoration: none;
}
.pagination>li>a,
.pagination>li>span,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: #9777b5;
}
.nav-links {
  text-align: center;
}

/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a{
  padding: 5px 20px;
  border: 1px solid #9777b5;
  border-radius: 0px;
  display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover{
  background-color: #9777b5;
  color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}
#image-navigation .nav-previous a {
  float: left;
}
#image-navigation .nav-next a {
  float: right;
}

/* =Gallery
-------------------------------------------------------------- */
.gallery {
  margin-bottom: 20px;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width:         calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width:         calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width:         calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width:         calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width:         calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width:         calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width:         calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width:         calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}
.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}


/* Ajustes de categoría slider */

.flexslider img { width: 100% !important; }

@media (min-width:1200px) {
	.flexslider { 
		/*width: 1140px;
		margin: auto;*/
	}
}

/*.flexslider { background: none; }*/

.flex-caption h2 {
    font-weight: 400;
    font-size: 24px;
    max-width: 640px;
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 0;
    color: #fff;
}


@media screen and (max-width: 600px) {
	#wpadminbar {
		 position: fixed; 
	}
}
/* --- / WORDPRESS CSS --- */


/* --- CSS VARIABLES --- */
:root {
	--container-width-1200: 1170px;
	--container-width-992: 970px;
	--container-width-768: 750px;
	
	--color-carguys: #9777b5;
}
/* --- / CSS VARIABLES --- */


/* --- CONTENT ---*/
.post-inner-content {
	text-rendering: optimizeLegibility;
}
/* --- / CONTENT ---*/


/* --- CARGUYS --- */
.bg-carguys {
	background-color: #9777b5;
	color: #fff;
	position: relative;
}

	.bg-carguys.triangle-left:before {
		content: "";
		height: 63px;
		position: absolute;
		top: -63px;
		left: 0;
		right: 0;
		background: url(images/bg-triangle-left.png) no-repeat center center;
		background-size: cover;
	}
	
	.bg-carguys.triangle-left:after {
		content: "";
		height: 63px;
		position: absolute;
		bottom: -63px;
		left: 0;
		right: 0;
		background: url(images/bg-triangle-left-flipped.png) no-repeat center center;
		background-size: cover;
	}
	
	.bg-carguys.triangle-right:before {
		content: "";
		height: 63px;
		position: absolute;
		top: -63px;
		left: 0;
		right: 0;
		background: url(images/bg-triangle-right.png) no-repeat center center;
		background-size: cover;
	}
	
	.bg-carguys.triangle-right:after {
		content: "";
		height: 63px;
		position: absolute;
		bottom: -63px;
		left: 0;
		right: 0;
		background: url(images/bg-triangle-right-flipped.png) no-repeat center center;
		background-size: cover;
	}
@media (max-width:991px) {
	.bg-carguys.bg-nut {
		background: url('images/CARGUYS_Isotype_Nut_watermark.png') no-repeat;
		background-color: var(--color-carguys);
		background-position-x: -100px;
		background-position-y: center;
	}
}


/* --- / CARGUYS --- */


/* --- SECTIONS --- */
h1.section-title {
    text-transform: uppercase;
}
h1.section-title:after {
    content: "";
    display: block;
    width: 120px;
    height: auto;
    margin: 10px 0;
    border-bottom: 4px solid #9777b5;
}

h3.section-title,
.title-lines {
    text-transform: uppercase;
    text-align: center;
}

h3.section-title:before,
.title-lines:before {
	content: "";
    display: inline-block;
    width: 100px;
    height: 4px;
    background-color: #9777b5;
    position: relative;
    top: -6px;
    right: 10px;
}

h3.section-title:after,
.title-lines:after {
	content: "";
    display: inline-block;
    width: 100px;
    height: 4px;
    background-color: #9777b5;
    position: relative;
    top: -6px;
    left: 10px;
}

@media (max-width:600px) {
	.section-title h3:before,
	.section-title h3:after,
	.title-lines:before,
	.title-lines:after  {
		width: 30px;
	}
}
/* --- / SECTIONS --- */	


/* --- SITE HEADER --- */
#logo {
	background: #fff;
    position: absolute;
    z-index: 11;
    top: -84px;
    border-radius: 8px;
}

	#logo img {
		/*max-width: 100%;*/
        max-width: 150px;
	}
	
	.logo-resize {

	}

#isotype {
	display: none;
	padding: 0 10px;
	text-align: center;
}

	#isotype img {
		/*max-width: 100%;*/
		max-width: 45px;
		top: 8px;
		margin-top: 6px;
	}

.header-image {
	position: relative;
	background-size: cover !important;
	background-attachment: fixed !important;
	height: 160px;
	margin-bottom: 40px;
}

	.header-image-content {
		/*height: 100%;*/
		text-align: center;
	}

	.header-image-overlay {
		background-color: rgba(0, 0, 0, 0.65);
		width: 100%;
		height: 100%;
		margin: 0;
	}
	
	.header-image h1 {
		color: #fff;
		/* font-weight: 300; */
		/*text-transform: uppercase;*/
		font-size: 34px;/*32px*/
		/*letter-spacing: 2px;*/
		margin-top: 10px;
	}
	.header-image h1::after {
		content: "";
		display: block;
		width: 90px;
		height: auto;
		/*margin: 15px 0;*/
		margin: 15px auto;
		border-bottom: 3px solid #9777b5;
	}
	
.header-image.tall {
	height: 350px;
}
	.header-image.tall .display-flex {
		justify-content: center;
	}

	.header-image.tall h1::after {
		content: "";
		display: block;
		width: 120px;
		height: auto;
		margin: 15px auto;
		border-bottom: 3px solid #9777b5;
	}


.page-subheader {
	background-color: #f5f5f5;
	min-height: 160px;
	padding: 20px 0;
}

	.page-subheader .container {
		/*padding-bottom: 15px;
		border-bottom: 1px solid #ddd;*/
	}

	.page-subheader .subheading-title {
		font-weight: 300;
		text-transform: uppercase;
	}
.page-subheader .subheading-text {
	padding-bottom: 10px;
}

.page-subheader .section-image img {
	width: 150px;
	height: auto;
	padding: 10px;
}

.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right:0;
	z-index: 10;
}

.sticky.z-11 { z-index: 11; }
.sticky.z-12 { z-index: 12; }
.sticky.z-13 { z-index: 13; }

	.sticky #logo {
		display: none;
	}

	.sticky #isotype {
		display: block;
	}

.pre-nav{
	justify-content: space-between;
}

.pre-nav .cols-3 > div {
	flex-basis: content !important;
	padding: 6px 40px;
}
.pre-nav .cols-3 > div:first-child {
	padding-left: 240px;
}

.pre-nav .option {
	font-size: 17px;
	line-height: 1.15;
}

.pre-nav .option div {
	display: inline-block;
}

.pre-nav .option .lnr {
	font-size: 28px;
	padding-right: 10px;
}

.menu-wrapper {}
	
@media (max-width:350px) {
	.header-image {
		height: 200px;
	}
}

@media (max-width:991px) {
	#logo {
		top: -84px;
	}
		#logo img {

		}
	
	#isotype {
		position: absolute;
	}
		
	.page-subheader {
		text-align: center;
	}
		.page-subheader .section-image img {
			margin: auto;
		}
	.menu-wrapper.bordered-top { border: none; }

	.sticky {
		/* position: relative; */
	}

}

@media (max-width:1199px) {
	.pre-nav .cols-3 > div:first-child {
		padding-left: 200px;
	}
}
/* --- / SITE HEADER --- */


/* --- YOAST BREADCRUMBS --- */
.yoast-seo-breadcrumbs {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}

	.yoast-seo-breadcrumbs a {
		color: #fff;
	}
	.yoast-seo-breadcrumbs a:hover {
		color: #9777b5;
	}

.breadcrumb_last {
	font-weight: 600;
	color: #999;
}

.breadcrumb_last,
.woocommerce .breadcrumb_last {
	display: none;
}
/* --- / YOAST BREADCRUMBS --- */


/* --- WORDPRESS MAIN NAV --- */
#main-nav {
    position: relative;
	top: 0;
}

	#main-nav a div.firstline-menu {
		font-size: inherit;
		color: #111;
		display: block;
	}
	
#main-nav ul.nav > li {
	/* border-left: 1px solid #ddd; */
}	

.navbar-default .navbar-collapse,
.navbar-default .navbar-form { border-color: transparent; }

.navbar.navbar-default {
	background-color: #363636;
	margin: 10px auto;
	font-weight: 500;
}
.navbar-default .navbar-nav > li > a {
	color: #F5F7FA;
	text-transform: uppercase;
	font-size: inherit;
	font-weight: 700;
	letter-spacing: 2px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

header#masthead {

}

#masthead .navbar.navbar-default { 
	background-color: transparent;
	color: #666;
	font-family: 'Montserrat', sans-serif;
}

#masthead .navbar > .container .navbar-brand {}

#masthead .navbar-default .navbar-nav > li > a { color: #fff; }

#masthead .navbar-default .navbar-nav > .active > a, 
#masthead .navbar-default .navbar-nav > .active > a:hover, 
#masthead .navbar-default .navbar-nav > .active > a:focus, 
#masthead .navbar-default .navbar-nav > li > a:hover, 
#masthead .navbar-default .navbar-nav > li > a:focus, 
#masthead .navbar-default .navbar-nav > .open > a, 
#masthead .navbar-default .navbar-nav > .open > a:hover, 
#masthead .navbar-default .navbar-nav > .open > a:focus {
	color: #111;
}

@media (max-width:767px) {
	#masthead .navbar-default .navbar-nav > .active > a, 
	#masthead .navbar-default .navbar-nav > .active > a:hover, 
	#masthead .navbar-default .navbar-nav > .active > a:focus, 
	#masthead .navbar-default .navbar-nav > li > a:hover, 
	#masthead .navbar-default .navbar-nav > li > a:focus, 
	#masthead .navbar-default .navbar-nav > .open > a, 
	#masthead .navbar-default .navbar-nav > .open > a:hover, 
	#masthead .navbar-default .navbar-nav > .open > a:focus {
		/* color: #fff;
		background: #9777b5; */
	}
}

@media (min-width:768px) and (max-width:992px) {
	.navbar-default .navbar-nav > li > a {

	}
	
	.nav.navbar-nav {
		flex-wrap: nowrap;
	}
}

.navbar > .container .navbar-brand {
	color: #DADADA;
	font-size: 20px;
	margin: 13px 0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	border-right: none;
	border-left: none;
}
.navbar {
	border-radius: 0;
	/*  border-top: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important;*/
	min-height: inherit;
}
.navbar-default {
	border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #9777b5;
	background-color: transparent;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #fff;
	background-color: #9777b5;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
	  color: #fff;
	  background-color: #9777b5;
  }
  
	.nav.navbar-nav {
		float: none;
		display: inherit;
		padding-top: 50px;
	}
	.sticky .nav.navbar-nav {
		padding-top: 20px;
	}
	.navbar > .container .navbar-brand {
		margin: 0;
	}
	.navbar-default .navbar-nav > li > a {
		line-height: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.cont-woocommerce-bar {
		position: absolute !important;
		bottom: -18px;
		right: 0;
	}
	
	.navbar-toggle {

	}
}
.dropdown-menu {
	font-size: inherit;
}
.navbar-default .navbar-nav .current-menu-ancestor a.dropdown-toggle {
	color: #9777b5;
	background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > li.active > a {
	color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: inherit;
}
@media (min-width: 768px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
  	display: block;
  }
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
	padding: 10px 15px;
	color: #636467;
}
.dropdown-menu,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
/*  border-bottom: 1px solid #ccc;*/
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	background-color: #9777b5;
	color: #fff;
}
.dropdown-menu .divider {
	background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
	padding: 0;
}
.navbar-nav > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.nav.navbar-nav {
	float: none;
    /* display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between; */
	align-items: center;
	/* min-height: 80px; */
}
/* --- WORDPRESS MAIN NAV --- */


/* --- TOP BAR --- */
#top-bar {
	padding: 10px 0;
	overflow: hidden;
	font-size: 17px;
	border-bottom: 4px solid #fff;
	min-height: 75px;
}
	#top-bar .top-bar-logo {
		display: none;
		max-height: 48px;
		margin: 0 auto;
		position: absolute;
		top: -8px;
		left: 0;
		right: 0;
	}

	#top-bar a {
		color: #999;
		font-weight: 300;
	}
	#top-bar a:hover {
		color: #ddd;
	}
	
	#top-bar.scrollTop {
		/* background-color: #fbfbfb; */
	}
	
@media (max-width:768px) {
	#top-bar {

	}
	
	#top-bar.scrollTop {

	}
}
/* --- / TOP BAR --- */


/* --- WOOCOMMERCE TOOLBAR --- */
.woocommerce-toolbar {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 15px;
    font-size: 20px;
}
	.woocommerce-toolbar > div {
		padding: 0 10px;
	}
	
.woocommerce-toolbar .cart,
.woocommerce-toolbar .account {
	position: relative;
	display: inline-block;
	padding: 0 5px;
}
	.cart .cart-bubble {
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 10px;
		width: 10px;
		height: 10px;
		background-color: #111;
		color: #fff;
		font-size: 8px;
		text-align: center;
		padding: 2px;
		box-sizing: content-box;
        line-height: 1.3;
	}

.woocommerce-toolbar a { color: #fff; }
.woocommerce-toolbar a:hover { color: #111; }
.woocommerce-toolbar .lnr { font-weight: 600; }

@media (max-width:991px) {
	.woocommerce-toolbar {
		padding: 8px;
		position: absolute;
        top: -48px;
        right: 80px;
	}	
}
/* --- / WOOCOMMERCE TOOLBAR --- */


/* --- SLIDER --- */
.slider-bottom {
	position:  absolute;
	background: url(images/slider-bottom.png) no-repeat center center;
    background-size: cover;
    height: 300px;
    width: 100%;
    bottom: -30px;
    z-index: 2;
}
@media (max-width:500px) {
	.slider-bottom { 
		height: 220px;
	}
}
/* --- / SLIDER --- */


/* --- HEADINGS --- */
h1, h2, h3, h4, h5 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}

h1 {
  font-size: 30px;
  line-height: 34px;
}

h2 {
  font-size: 24px;
  line-height: 1.2;
}

h3 {
  font-size: 15px;
  line-height: 1.1;
}

h4 {
  font-size: 19px;
  line-height: 22px;
}
/* --- / HEADINGS --- */


/* --- CUSTOM GLOBAL STYLES --- */
b, strong {
    font-weight: 600;
}

.spaced {
	letter-spacing: 0.5px;
}

.stretch {
	letter-spacing: -0.5px;
}

.box {
    border-radius: 8px;
}

.box-bordered { border: 1px solid #ddd; }

.bordered-top { border-top: 1px solid #ddd; }
.bordered-bottom { border-bottom: 1px solid #ddd; }
.bordered-left { border-left: 1px solid #ddd; }
.bordered-right { border-right: 1px solid #ddd; }

.servicio-item.box {
	border: 1px solid #ddd;
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}
.servicio-item.box:hover {
	border: 1px solid #9777b5;
}

.horizontal-border {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding-top: 25px;
    padding-bottom: 25px;
}

.text-light { font-weight: 300; }
.text-regular { font-weight: 400; }
.text-semibold { font-weight: 600; }

.text-white { color: #fff !important; }
.text-gray { color: #999 !important; }
.text-black { color: #111 !important; }

.text-med {
	font-size: 17px;
}

.text-big {
	font-size: 50px;
}
@media (max-width:767px) {
	.text-big {
		font-size: 35px;
	}
}

.text-giant {
	font-size: 200px;
	color: #9777b5;
}

.no-list,
.no-list ul {
	list-style-type: none;
	padding-left: 0;
}

.content-relative { position: relative; }
.content-absolute { position: absolute; }
.content-static { position: static; }
.content-inherit { position: inherit; }

.display-flex {
	display: flex;
}
	.display-flex.center-vertical {
		align-items: center;
	}
	.display-flex.wrapped {
		flex-wrap: wrap ;
	}
	.display-flex.justify-center {
		justify-content: center;
	}
	.display-flex.cols-2 > div {
		flex-basis: calc(100% / 2);
	}
	.display-flex.cols-3 div {
		flex-basis: calc(100% / 3);
	}
	.display-flex.cols-4 > div {
		flex-basis: calc(100% / 4);
	}
	.display-flex.cols-5 > div {
		flex-basis: calc(100% / 5);
	}

.bg-white { background-color: #fff; }
.bg-light-gray { background-color: #efefef; }
.bg-gray {
	background-color: #7a7a7a;
	color: #ddd;
}
.bg-dark-gray {
	background-color: #464646;
	color: #fff;
}
.bg-black {
	background-color: #111;
	color: #fff;
}

.bg-dark-gray,
.bg-dark-gray h1,
.bg-dark-gray h2,
.bg-dark-gray a,
.bg-gray a {
	color: #fff;
}

.bg-white a,
.bg-light-gray a {
	color: #111;
}

.padding-0 { padding: 0; }
.padding-15-30 { padding: 15px 30px; }
.padding-30 { padding: 30px; }
.padding-top-0 { padding-top: 0; }
.padding-bottom-0 { padding-bottom: 0; }

.margin-auto { margin: auto; }

.margin-top-0 { margin-top: 0px !important; }
.margin-bottom-0 { margin-bottom: 0px !important; }

.margin-top-40 { margin-top: 40px !important; }
.margin-bottom-40 { margin-bottom: 40px !important; }

.margin-top-70 { margin-top: 70px !important; }
.margin-bottom-70 { margin-bottom: 70px !important; }

.width-80 {
	width: 80%;
	margin: auto;
}

.divider {
	border-bottom: 1px solid #ddd;
	height: 2px;
	margin: 15px auto;
	overflow: hidden;
}

.rotate30 { transform: rotate(30deg); }
.rotate-30 { transform: rotate(-30deg); }
.rotate45 { transform: rotate(45deg); }
.rotate-45 { transform: rotate(-45deg); }

::selection {
    background: #9777b5;
}

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.grecaptcha-badge {
	display: none;
}

#webo {
  display: block;
  width: 126px;
  height: 180px;
  background-color: #111;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}

@media (max-width:768px){
	.content-relative {
		position: relative;
	}
	
	.content-absolute {
		position: relative;
		top: 0;
	}
	
        .content-absolute img {
            margin: auto;
        }
	
	.display-flex.cols-3 div,
	.display-flex.cols-4 div,
	.display-flex.cols-5 div {
		flex-basis: calc(100% / 2);
	}
}

@media (max-width:767px) {
    .bordered-left {
        border-left: none;
    }
}

@media (max-width:480px){
	.display-flex.cols-2 div,
	.display-flex.cols-3 div,
	.display-flex.cols-4 div,
	.display-flex.cols-5 div {
		flex-basis: 100%;
	}
}
/* --- / CUSTOM GLOBAL STYLES --- */


/* --- BLOG --- */

.blog-item-wrap {
	background-color: #fbfbfb;
    border: 0px solid #ddd;
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-item-wrap .entry-content {
	padding: 15px 30px;
}

.blog-item-wrap .entry-title {
	padding: 0 30px;
}

.cont-thumbnail {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	box-sizing: border-box;
	clear: both;
}
	.cont-thumbnail img { width: 100%; }
	
	
.cont-featured {
	width: 100%;
	max-height: 350px;
	overflow: hidden;
	margin-bottom: 10px;
	box-sizing: border-box;
	clear: both;
}
	.cont-featured img { width: 100%; }	

@media (max-width:767px) {
	.cont-thumbnail img { height: 100%; margin-top: -10%; }
}

@media (max-width:500px) {
	article.col-xs-6 { width: 100%; }
	.cont-thumbnail { height: auto; }
}

@media (max-width:767px) {
	.blog article img { width: 100%; margin-bottom: 15px; }
}
/* --- / BLOG --- */


/* --- SLIDE ANYTHING --- */
.page .white .sa_owl_theme .owl-nav .owl-prev {
    background: url('images/icon_prev.png') no-repeat center center !important;
    background-color: transparent !important;
}
.page .white .sa_owl_theme .owl-nav .owl-next {
    background: url('images/icon_next.png') no-repeat center center !important;
    background-color: transparent !important;
}

.page .white .sa_owl_theme .owl-nav .owl-prev:hover,
.page .white .sa_owl_theme .owl-nav .owl-next:hover {
    background-color: transparent !important;
}

.page .owl-pagination-true {
    margin-bottom: 0px !important;
}
.page .sa_owl_theme .owl-dots {
    display: none !important;
}

.page .owl-carousel .owl-stage-outer {
    overflow: unset;
    overflow-x: clip;
}

.img-owl-carguys {
    top: 0px;
    right: 20px;
	max-width: 469px !important;
}

@media (max-width:991px){
    .img-owl-webo {
        top: -10px;
        right: 20px;
    }
}

@media (max-width:500px){
    .page .sa_owl_theme .owl-nav {
        display: none !important;
    }
    .page .sa_owl_theme .owl-dots {
        display: block !important;
    }
    .page .owl-pagination-true {
        margin-bottom: 22px !important;
    }
}
/* --- / SLIDE ANYTHING --- */


/* --- TESTIMONIAL OVERRIDE --- */
.strong-view-id-1 .testimonial:nth-child(even) .testimonial-inner {
	background-color: #fff !important;
	color: #111 !important;
}
	.strong-view-id-1 .testimonial:nth-child(even) .testimonial-inner .testimonial-content p {
		color: #111 !important;
	}


.strong-view-id-1 .testimonial:nth-child(odd) .testimonial-inner {
	background-color: #9777b5 !important;
	color: #fff !important;
}
	.strong-view-id-1 .testimonial:nth-child(odd) .testimonial-inner .testimonial-content p {
		color: #fff !important;
	}


.strong-view.bold .testimonial-content {
	font-size: inherit !important;

}
.strong-view.bold .testimonial-image img {
	box-shadow: none !important;
}
/* --- / TESTIMONIAL OVERRIDE --- */


/* --- FORMS --- */
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=search],
input[type=file],
input[type=url],
input[type=date],
input[type=datetime-local],
input[type=time],
textarea,
select {
	border: none;
	border-radius: 3px;
	/*padding: 6px 12px;*/
	font-size: 14px;
	line-height: normal;
	width: 100%;
	background-color: transparent;
}

input[type=number] {
	border: 1px solid #ddd;
}

textarea,
.form-group-default textarea.form-control {
	height: 154px;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	position: relative;
	margin-left: auto;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
	font-size: 13px;
	text-transform: uppercase !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    margin-bottom: 6px;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
	top: 0;
}

.form-group {
    margin-bottom: 10px;
}

.form-group-default {
    background-color: #fff;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding-top: 7px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 4px;
    overflow: hidden;
    width: 100%;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.form-group-default.focused,
.form-group-default:focus {
	border-color: #ccc !important;
    background-color: #efefef;
}

.form-group-default label {
	font-family: Montserrat;
	font-size: 10px;
    margin: 0;
    display: block;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
	line-height: 1.5;
}

.form-group-default label.label-sm {
    left: 11px;
    top: 6px;
}

.form-group-default label.label-lg {
    font-size: 13px;
    left: 13px;
    top: 9px;
}

.form-group label:not(.error) {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.form-group-default .form-control {
    border: none;
    height: 25px;
    min-height: 25px;
    padding: 0;
    background: none;
	box-shadow: none;
}

.form-control:focus {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: #e7e7e7;
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-group-default .form-control:focus {
	background: none;
}

.form-group-default > .input-sm {
    min-height: 18px;
    height: 18px;
}

.form-group-default > .input-lg {
    height: 29px;
    min-height: 29px;
    padding-left: 1px;
}
.form-group-default.disabled input {
    opacity: .6;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 10.5px;
    font-weight: normal;
    display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
    position: absolute;
    top: 0;
    /* width: 170px; */
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 6px;
	border: 1px solid #ff0000;
	text-transform: uppercase;
	text-align: center;
    font-size: 11px;
	letter-spacing: 2px;
	border-radius: 3px;
}

div.wpcf7-mail-sent-ok {
	border: 1px solid #9777b5;
	background-color: rgba(204, 205, 49, 0.1);
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 1px solid #ff0000;
	background-color: rgba(255, 0, 0, 0.1);
}

div.wpcf7-spam-blocked {
	border: 1px solid #ffa500;
	background-color: rgba(255, 165, 0, 0.1);
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 1px solid #f7e700;
	background-color: hsla(56, 100%, 48%, 0.1);
}

div.wpcf7 .ajax-loader {
	position: absolute;
}

input:-webkit-autofill {
    background-color: #fff !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 10px;
    padding: 15px;
    border: 0;
}

input[aria-invalid=true] {}

@media (min-width:1200px) {
	textarea,
	.form-group-default textarea.form-control {
		height: 150px;
	}	
}
/* --- / FORMS --- */


/* --- BUTTONS --- */
input[type=submit],
button,
.button,
.btn-default,
.label-default,
.woocommerce #respond input#submit, 
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.wc-block-cart__submit-button {
	background-color: var(--color-carguys);
	/*border-color: transparent;*/
    border: 2px solid #9777b5;
	border-radius: 8px;
	margin: 5px 10px 5px 0;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
    letter-spacing: 1px;
	-webkit-transition: background-color 0.3s linear;
	   -moz-transition: background-color 0.3s linear;
		 -o-transition: background-color 0.3s linear;
			transition: background-color 0.3s linear;
}

input[type=submit]:hover,
button:hover,
.button:hover,
.btn-default:hover,
.label-default[href]:hover,
.label-default[href]:focus,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover,
.woocommerce #respond input#submit:hover, 
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.wc-block-cart__submit-button:hover {
	background-color: #111;
	border-color: transparent;
	border-radius: 8px;
    color: #fff;
}

.btn-clear {
	display: inline-block;
	background: none;
	border: 2px solid #9777b5;
	border-radius: 8px;
	color: #9777b5;
	padding: 4px 15px;
	margin: 10px 0;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
}

.wpcf7-submit {
	display: block;
	width: 180px;
	margin: 10px auto !important;
}

#subscription-toggle {
    float: right;
}

.button {
	display: inline-block;
	padding: 6px 12px;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
}
.button-purple {
	background-color: #9777b5;
}
.button-black {
	background-color: #111;
	border: 2px solid #111;
	color: #fff !important;
}
.button-black:hover {
	color: #ddd !important;
}
/* --- / BUTTONS --- */


/* --- PARALLAX --- */
.parallax {
  /* The image used */
  background-image: url("images/img-parallax.jpg");

  /* Set a specific height */
  min-height: 160px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* --- / PARALLAX --- */


/* --- EQUAL HEIGHT --- */
.col-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}

.col {
    display: table-cell; /* Make elements inside the container behave like table cells */
}
/* --- / EQUAL HEIGHT --- */


/* --- WOOCOMMERCE SHOP LAYOUT--- */
#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	float: none; 
	line-height: inherit;
	font-size: .83em;
	padding: 0 10px;
}

p.return-to-shop {
    text-align: center;
}

.woocommerce span.onsale {
	padding: 0;
}

.woocommerce-products-header {
	display:  none;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
	text-align: center;
}

.woocommerce-loop-product__title {
	display: inline-block;
    min-height: 60px;
	margin-bottom: 0px !important;
	clear: both;
	font-weight: 500;
    font-size: 13px !important;
}

.woocommerce ul.products li.product .price {
    color: #111;
    font-size: 20px;
	font-family: Montserrat;
	font-weight: 700;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #9777b5;
	font-weight: 600;
}

.woocommerce ul.products li.product .button {
	font-size: 10px;
}

.widget li.cat-parent > a {
	color: #9777b5;
	font-weight: 700;
	font-size: 23px;

}
.single-product .woocommerce div.product p.price,
.single-product .woocommerce div.product span.price {
    color: #666;
    font-size: 1.25em;
    padding-bottom: 5px;
}

.woocommerce ul.products li.product a img {
    padding: 15px;
}

.cart_totals h2 {
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
}

.woocommerce table.shop_table th {
    text-transform: uppercase;
    font-weight: 400;
    background-color: #fbfbfb;
    letter-spacing: 1px;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	font-weight: 400;
}

.wc-block-cart {
	font-family: Montserrat !important;
	font-size: 14px;
	font-weight: 400;
}

.wc-block-cart .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__header,
.wc-block-cart .wc-block-cart__totals-title {
	font-family: Montserrat !important;
	font-size: 14px !important;
}

.wc-block-components-product-metadata {
	font-family: 'Open Sans';
	font-size: 13px !important;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>*,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>*,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
	margin-bottom: 5px !important;
}


.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url],
.wc-blocks-components-select .wc-blocks-components-select__select {
	font-family: 'Open Sans' !important;
	font-weight: 300 !important;
	font-size: 14px !important;
}

.wc-blocks-components-select .wc-blocks-components-select__label {
	transform: translateY(15%) scale(1) !important;
	font-size: 10px !important;
	letter-spacing: 1px !important;
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
	font-size: 10px !important;
	letter-spacing: 1px !important;
	top: 10px !important
}
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-text-input.is-active label {
	transform: translateY(-2px) scale(1) !important;
}

.wc-block-components-validation-error {
	text-transform: uppercase !important;
	font-weight: 500 !important;
}


.wc-block-components-product-name {
	text-transform: uppercase;
	font-size: 13px !important;
    font-weight: 500;
}

.wc-block-components-sidebar {
    box-sizing: border-box;
    padding: 30px !important;
    width: 35%;
	background-color: rgb(221 221 221 / 40%);
    /* border: 1px solid #ddd; */
    border-radius: 8px;
    
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
    padding: 10px 0;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
	display: none;
}

.woocommerce-result-count {
	margin: 30px 0 15px 0 !important;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 500;
}

.woocommerce .woocommerce-ordering {
    margin: 15px 0;
}

.woocommerce .products ul,
.woocommerce ul.products {
	border-top: 1px solid #ddd;
}

.woocommerce div.product .product_title {
	font-size: 2em;
}

.woocommerce-tabs.wc-tabs-wrapper {
	margin-top: 30px;
}
.woocommerce-Tabs-panel > h2 {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #222;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border-radius: 0 0 5px 5px;
}

.woocommerce-message {
    border-top-color: #9777b5;
}
	.woocommerce-message::before {
		content: "\e015";
		color: #9777b5;
	}

.woocommerce-error {
	border-top-color: #e02a2a;
}
	.woocommerce-error::before {
		content: "\e016";
    	color: #e02a2a;
	}
	
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #ccc;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #9777b5;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #111;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 25%;
	padding: 0 15px;
}
.woocommerce-account .woocommerce-MyAccount-content {
	width: 75%;
	padding: 0 15px;
}

.woocommerce form .form-row {
	padding-top: 7px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

.woocommerce form p.form-row:last-child,
.woocommerce form.login .form-row:nth-child(3),
.woocommerce form.register .form-row:last-child {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	border: none;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    border: 1px solid #ddd;
    padding: 6px 10px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 12px;
}

@media (min-width: 400px) and (max-width: 550px) {
	.woocommerce-loop-product__title {
		min-height: 80px;
	}
}

@media only screen and (max-width: 400px) {
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
		float: left;
		clear: both;
		margin: 0 0 2.992em;
	}
}

@media only screen and (max-width: 600px) {
	.woocommerce .woocommerce-ordering,
	.woocommerce .woocommerce-ordering select {
		width: 100%;
		clear: both;
	}
}

@media (min-width:991px) {
	.woocommerce.archive #primary {
		float: right;
	}
	
	.woocommerce.archive #secondary {
		float: left;
	}
}

@media (max-width:768px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%;
	} 
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
		padding: 30px 15px;
	}
	
	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		content: attr(data-title) ": ";
		font-size: 14px;
		font-weight: 600;
		float: left;
		text-transform: uppercase;
	}
}
/* ---  / WOOCOMMERCE SHOP LAYOUT --- */


/* ---  INTRO --- */
#intro h1 {
	margin-top: 5px;
}

#intro h3 {
	color: #9777b5;
	margin-bottom: 0;
}
/* ---  / INTRO --- */


/* --- SERVICIOS AUTOMOTRICES --- */
#servicios-automotrices {
	position: relative;
}
	.servicio-item {
		min-height: 110px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	
	.servicio-item .servicio-icon {
		float: left;
		width: 70px;
		padding-right: 5px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
		.servicio-item .servicio-icon img {
			max-width: 100%;
		}
	
	.servicio-item .servicio-text {
		float: left;
		width: calc(100% - 80px);
	}
	
@media (min-width:575px) and (max-width:991px) {
	.servicio-item {
		min-height: 206px;
	}	
	
	.servicio-item .servicio-icon,
	.servicio-item .servicio-text {
		width: 100%;
	}
		.servicio-item .servicio-icon img {
			max-width: 40%;
		}
}
/* --- / SERVICIOS AUTOMOTRICES --- */


/* --- CAR WASH --- */
#car-wash {}

#car-wash .white {
	padding: 0 !important;
}
/* --- / CAR WASH --- */


/* --- FLEET CARE --- */
#fleet-care {
	background: url('images/bg-fleet-care-transparent.jpg') no-repeat;
	background-position: center bottom;
	background-size: cover;
	min-height: 400px;
}

	#fleet-care .overlay {
		background: url('images/bg-fleet-care-overlay.png') no-repeat;
		background-position: center top;
		background-size: cover;
		/* min-height: 500px; */
	}

.fc-option {
	background-color: rgb(240 235 244 / 50%);
	border-radius: 8px;
	margin: 10px;
}
	.fc-option h3 {
		color: #9777b5;
	}

@media (min-width:481px) {
	#fleet-care .display-flex.cols-2 > div {
		flex-basis: calc((100% / 2) - 20px);
	}
}
/* --- / FLEET CARE --- */


/* --- CONTACTO --- */
#contacto {
	background: rgb(151 119 181 / 15%);
	/* background: rgb(221 221 221 / 40%); */
}
/* --- / CONTACTO --- */


/* ---  HOME SHOP SECTION --- */
.home .woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	float: left;
	position: relative;
	text-align: center;
}
	
.related products {
	/*display: none;*/
}
.related.products,
.up-sells.products {
	clear: both;
}
/* --- / HOME SHOP SECTION --- */


/* --- SOCIAL MENU --- */
.social-icons, #menu-social {
  position: relative;
  text-align: center;
}

#prefooter {
	
}

#prefooter .social-icons ul {
	list-style-type: none;
	padding: 0;
    text-align: left;
}

	#prefooter .social-icons ul li {
		display: inline-block;
	}

#menu-social ul,
#menu-social li {
  border: 0!important;
  list-style: none;
  padding-left: 0;
}

#menu-social li {
    border: none;
    display: inline-block;
    margin: 0;
}

.social-icons li a,
.social-icons a {
  font-size: 26px;
  line-height: 40px;
  list-style: none;
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 0px;
  /*background-color: #DADADA;*/
  -webkit-transition: background-color  0.5s;
     -moz-transition: background-color  0.5s;
       -o-transition: background-color  0.5s;
          transition: background-color  0.5s;
}

#menu-social li a span{ display: none; }

#menu-social li a[href*="twitter.com"] .fa:before{content:"\f099"}
#menu-social li a[href*="facebook.com"] .fa:before{content:"\f09a"}
#menu-social li a[href*="github.com"] .fa:before{content:"\f09b"}
#menu-social li a[href*="/feed"] .fa:before{content:"\f09e"}
#menu-social li a[href*="dribbble.com"] .fa:before{content: "\f17d"}
#menu-social li a[href*="skype.com"] .fa:before{content: "\f17e"}
#menu-social li a[href*="foursquare.com"] .fa:before{content: "\f180"}
#menu-social li a[href*="spotify.com"] .fa:before{content: "\f1bc"}
#menu-social li a[href*="soundcloud.com"] .fa:before{content: "\f1be"}
#menu-social li a[href*="vimeo.com"] .fa:before{content: "\f194"}
#menu-social li a[href*="youtube.com"] .fa:before{content: "\f167"}
#menu-social li a[href*="instagram.com"] .fa:before{content: "\f16d"}
#menu-social li a[href*="flickr.com"] .fa:before{content: "\f16e"}
#menu-social li a[href*="tumblr.com"] .fa:before{content: "\f173"}
#menu-social li a[href*="pinterest.com"] .fa:before{content: "\f0d2"}
#menu-social li a[href*="plus.google.com"] .fa:before{content: "\f0d5"}
#menu-social li a[href*="linkedin.com"] .fa:before{content: "\f0e1"}
#menu-social li a[href*="mailto"] .fa:before{content: "\f003"}
/* --- / SOCIAL MENU --- */


/* --- SEARCH --- */

/* --- / SEARCH --- */


/* --- ERROR 404 --- */
.error404 .input-group,
.search .input-group {
	width: 60%;
	margin: auto;
}
@media (max-width:400px) {
	.error404 .text-giant {
		font-size: 150px;
	}
}
/* --- / ERROR 404 --- */


/* --- SIDEBAR --- */
.carguys-sidebar {
	padding: 20px;
    background-color: #efefef;
    border-radius: 8px;
}

input.form-control.search-query {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px !important;
    box-shadow: none;
}
/* --- / SIDEBAR --- */


/* --- PAGE BOTTOM --- */
.page-bottom {
	display: flex;
	overflow: hidden;
}
	.page-bottom .page-bottom-left, 
	.page-bottom .page-bottom-right {
		width: 50%;
		float: left;
		margin: 0;
		padding: 30px;
		min-height: 320px;
	}
	.page-bottom .page-bottom-left {
		background-size: cover !important;
	}
	.page-bottom .page-bottom-right {
		background-color: #f5f5f5;
	}
	
	.page-bottom .page-bottom-right > div {
		padding: 15px;
	}
	
	.page-bottom.row-reverse {
		flex-flow: row-reverse;
	}
	
	.page-bottom h3 {
		text-transform: uppercase;
		font-weight: 300;
		margin-top: 0;
		margin-bottom: 15px;
	}
	
@media (max-width:767px) {
	.page-bottom {
		display: block;
		overflow: hidden;
	}
		.page-bottom .page-bottom-left, 
		.page-bottom .page-bottom-right {
			width: 100%;
			float: left;
			margin: 0;
			padding: 30px;
			min-height: 200px;
		}
}

@media (min-width:768px) {
	.page-bottom .page-bottom-right > div {
		width: calc((var(--container-width-768) / 2) - 30px);
	}
	.page-bottom.row-reverse .page-bottom-right > div {
		float: right;
	}
}

@media (min-width:992px) {
	.page-bottom .page-bottom-right > div {
		width: calc((var(--container-width-992) / 2) - 30px);
	}	
}

@media (min-width:1200px) {
	.page-bottom .page-bottom-right > div {
		width: calc((var(--container-width-1200) / 2) - 30px);
	}	
}
/* --- / PAGE BOTTOM --- */


/* --- FOOTER AREA --- */
#footer-area {
  background-color: #111111;
  color: #fff;
  border-top: 6px solid #9777b5;
}
#footer-area a {
  color: #fff;
  font-weight: 300;
}
#footer-area .footer-widget-area {
  padding: 40px 0 20px 0;
  overflow: hidden;
}

#footer-area ul li,
#footer-area .widget ul li {
	list-style-type: none;
}
#footer-area .site-info nav ul li {
  border-bottom: none;
}
.footer-area {
	background: url('images/CARGUYS_Isotype_Nut_watermark.png') no-repeat;
	background-color: #111;
	background-position: center right;
	background-size: 600px;
}

.widget-title {
  font-size: 17px;
  line-height: 18px;
  text-transform: uppercase;
  margin-top: 22px;
  margin-bottom: 22px;
  color: inherit;
}

.footer-nav.nav > li {
  position: relative;
  display: inline-block;
}
.footer-nav.nav {
  float: left;
  margin-bottom: 2px;
}
.footer-widget {
  overflow: hidden;
  margin: 10px auto;
}
.copyright {
	color: #999;
}
#colophon {
    padding: 10px 0;
	color: #999;
}

.site-info a {
  color: #777;
}
.site-info a:hover {
  color: #999;
}
#footer-area a:hover {
  color: #fff;
}
.site-info {
  color: #999;
  font-size: 12px;
}
.footer-nav.nav > li > a:hover {
  background-color: transparent;
}
.footer-icon {
	font-size: 26px;
	padding: 15px 15px 15px 0;
}

.scroll-to-top {
  background: #363636;
  background: rgba(100, 100, 100, 0.4);
  color: #FFF;
  bottom: 4%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  border-radius: 8px;
  -webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
}
.scroll-to-top:hover {
  background: #9777b5;
  opacity: .8;
}

@media (max-width: 768px) {
  .site-info, .copyright {
    text-align: center;
  }
  .footer-nav.nav, .copyright {
    float: none;
  }
}
/* --- / FOOTER AREA --- */


/* --- MEDIA QUERIES --- */

@media (min-width: 576px) { }


@media (min-width: 768px) { }


@media (min-width: 992px) { }


@media (min-width: 1200px) { }



@media (max-width: 575.98px) { }


@media (max-width: 767.98px) { }


@media (max-width: 991.98px) { }


@media (max-width: 1199.98px) { }

/* --- / MEDIA QUERIES --- */


/* --- ANIMATIONS --- */
.up-and-down {
	position: absolute;
	top: 100px;
	right: 946px;
	animation-duration: 1s;
	animation-name: UpAndDown;
	animation-iteration-count: infinite;
	animation-direction: alternate;    	
}
@keyframes UpAndDown {
	from {
		top: 100px;
	}
	
	to {
		top: 120px;
	}
}

@keyframes animatedBackground-x {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 100% 0;
	}
}

@keyframes animatedBackground-y {
	from {
		background-position: 0 100%;
	}
	to {
		background-position: 100% 0;
	}
}

.animate-background-x {
	animation: animatedBackground-x 10s linear infinite alternate;
}
.animate-background-y {
	animation: animatedBackground-y 40s linear;
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}

.rotate {
	animation: rotation 2s infinite linear;
}

.rotate-once {
	animation: rotation 2s linear;
	animation-iteration-count: 1;
}

a.transition-image:hover img {
	padding: 30px !important;
	transition-property: padding;
	transition-duration: 0.15s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}

#logo img.logo-shrink {
	max-width: 150px;
	transition-property: max-width;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}
#logo img.logo-grow {
	/* max-width: 90%; */
	transition-property: max-width;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}

@media (max-width:350px) {
	#logo img.logo-shrink {
		max-width: 100%;
	}
}

@media (min-width:450px) {
	#logo img.logo-grow {
		max-width: 160px;
	}
}
/* --- / ANIMATIONS --- */


/* --- BOOTSTRAP NAVBAR COLLAPSE OVERRIDE --- */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
		margin-top: 0;
		margin-bottom: 0;
    }
    .navbar-collapse {
        border-top: 0px solid transparent;
        box-shadow: inset 0 0 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

   .navbar-collapse.collapse.in {  /* NEW */
        display: block!important; 
    }
}
/* --- / BOOTSTRAP NAVBAR COLLAPSE OVERRIDE --- */
