/*
Theme Name: ITGO STORE
Theme URI: http://soniavaldes.store/
Author:       
Author URI:   
Description:  TEMA PARA TIENDA EN LINEA ITGO STORE, SONIA VALDEZ
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: theme, black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post
Text Domain:  shiftandcontrol

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.
*/

/*------------------------------------------------------------------
[Table of contents]

This theme compiles .less files into .css files. Please open "less" folder to see all LESS file.

1. Theme variables
	1.1 Fonts
	1.2 Colors
	1.3 Defined colors
2. Global CSS
	2.1 HTML Elements
	2.2 Front page
	2.3 Carousel buttons
	2.4 WooCommerce onsale label
	2.5 Added to cart popup
	2.6 Quick view
	2.7 Header default
		2.7.1 Top bar
		2.7.2 Menu
		2.7.3 Mega menu
	2.8 Footer default
	2.9 Google map
	2.10 Content
		2.10.1 Page headers
		2.10.2 Shop toolbar
		2.10.3 List products
		2.10.4 Product page
		2.10.5 Contact page
		2.10.6 Full width template
		2.10.7 Default page template
		2.10.8 Page content
		2.10.9 cart page & checkout page
		2.10.10 Blog page
		2.10.11 Error 404 page
		2.10.12 Sidebars
		2.10.13 Portfolio page
		2.10.14 Single project
3. Responsive CSS
-------------------------------------------------------------------*/

.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;
}

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: none;
	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: 12px;
	line-height: 17px;
	margin: 3px 0 0;
	padding: 0 4px 5px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #757575;
}

.in {
	max-width: 100%;
	width: 600px;
	top: 0;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 10px 0 10px 10px;
	-webkit-border-radius: 10px 0 10px 10px;
	-o-border-radius: 10px 0 10px 10px;
	border-radius: 10px 0 10px 10px;
	padding: 1em;
	text-align: left;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	height: auto;
}

.in .clear {
	height: 10px;
}

.in h4 {
	font-size: 2em;
	font-weight: bold;
	color: #009ee3;
	margin-top: 0;
}

.in label {
	display: inline-block;
	width: 30%;
}
#tipo_factura{
	margin-bottom: 20px;
}

.in input {
	width: 60%;
	padding: 5px;
	clear: both;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 0.5em;
	border: 1px solid #ddd;
	color: #206fb4;
}

.in input[type="submit"] {
	background: #009ee3;
	width: auto;
	display: inline-block;
	border: none;
	padding: 0.5em;
	border-bottom: 3px solid #1a5990;
	color: #fff;
	margin: 1em 0;
}
@media all and (min-width: 600px){
	.Single-servicios{
		display: flex;
		align-items:center;
	}
}
