/*
Theme Name: Kyoto
Theme URI: http://neuronthemes.com/kyoto
Description: Kyoto is an Innovative WordPress Theme with an amazing layout and has beautiful colors which are destined to make your website very professional, either you are a freelancer, designer or a photographer, Kyoto will be your choice. Very powerful features are included to Kyoto, the elements are fully constructed from the fully front-end page builder called Elementor, features like header builder, template library, copy-paste feature, shape dividers, one click demo importer are only of the few features that are already included in Kyoto.
Author: NeuronThemes
Author URI: http://neuronthemes.com
Version: 1.2.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Tags: blog, two-columns, three-columns, left-sidebar, featured-images, sticky-post, custom-menu, footer-widgets, theme-options, threaded-comments, translation-ready, e-commerce, portfolio
Text Domain: kyoto
Domain Path: /languages
*/

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

.wp-caption {
  width: auto !important;
  clear: both;
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.wp-caption a {
  box-shadow: none;
}

.alignright {
  margin: 0px 0px 25px 25px;
  box-sizing: border-box;
  float: right !important;
}

.alignleft {
  float: left;
  margin: 0px 25px 25px 0px;
  box-sizing: border-box;
}

.aligncenter {
  text-align: center;
  margin: 0 25px;
  box-sizing: border-box;
}

.wp-caption img {
  margin-top: 15px;
}

.wp-caption p.wp-caption-text {
  padding: 0;
  font-size: 14px;
  margin-top: 0px;
}

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

.bypostauthor {
  background-color: #f3f1f1;
}

.gallery-caption {
  opacity: 0.7;
  margin-top: 10px;
}

.gallery-item {
  margin: 0 0 15px 0;
  padding-right: 10px;
  padding-left: 10px;
}

.gallery-item a {
  box-shadow: none;
}

.gallery-item img {
  border: 0 !important;
}

#responsive-form {
	max-width:600px /*-- cambiar esto para conseguir el ancho de la forma deseada --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}