/*
Theme Name: Igni Live
Theme URI: http://goigni.com/
Author: Igni team
Author URI: https://wordpress.org/
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ig

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
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

/* html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}*/

*:focus {
	outline: none;
}
.entry-content {
margin-top: 0 !important;
}

@font-face{font-family:'AvenirLT-Book';src:url("../../../css/fonts/25AADA_0_0.eot");src:url("../../../css/fonts/25AADA_0_0.eot?#iefix") format("embedded-opentype"),url("../../../css/fonts/25AADA_0_0.woff") format("woff"),url("../../../css/fonts/25AADA_0_0.ttf") format("truetype")}


@font-face{font-family:'AvenirLT-Black';src:url("../../../css/fonts/25AADA_1_0.eot");src:url("../../../css/fonts/25AADA_1_0.eot?#iefix") format("embedded-opentype"),url("../../../css/fonts/25AADA_1_0.woff") format("woff"),url("../../../css/fonts/25AADA_1_0.ttf") format("truetype")}

body{
font-family:Helvetica,Arial,sans-serif;
line-height: 1.4;
-webkit-font-smoothing: antialiased;
color:#222;
background: #ffffff;
}


label{
line-height: 1.4 !important;
}
*{
letter-spacing: normal !important;
}

.rojo{
color: #fff;
margin-right: 10px;
}

.gris{
color: #cc0000;
margin:0 5px;
}
.icontext{
font-size: 18px;
text-align:center;
}


h1, h2, h3, .h4 {

font-family:"jubilat", Helvetica,Arial,sans-serif !important;
font-weight:700!important;
font-size:60px!important;
margin-top:0px!important;
}

.h4{
font-size:34px;
}

h4 {
	
	font-family: 'AvenirLT-Black', 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
	font-size:19px!important;
	line-height: 26px!important;
	padding-bottom: 14px!important;
	border-bottom: 1px solid rgba(255,255,255,0.2);	
	margin-bottom: 22px!important;
}

h5 {	
	font-family:"jubilat", Helvetica,Arial,sans-serif!important;
	font-weight:700!important;
	font-size:40px!important;
	margin-top:1em!important;
	margin-bottom: 1em!important;
}



h3 span p { margin: 0 0 0.5em!important; }

.x-navbar{
background-color: rgba(0,0,0,0.80) !important;
height: 70px;
}

.x-navbar-wrap{
height: 0 !important;
}
.x-colophon.bottom {
background-color: #000 !important;
color: #fff;
}
.x-btn-navbar,  .x-btn-navbar.collapsed {
background-color: #000;
}
.x-map {
margin-bottom: 0 !important; 
}

.x-brand img {
	height: 30px !important;
	margin-top: 5px;
	width: auto !important;
}
.mas-info h3, .mas-info h4 {
color: #eee;
}

.desktop .x-nav> li:last-child >a {padding-right:0;}

h4.modal-title { margin:0px !important; padding:0px !important; }

.modal-body p { color:#222; }

.modal-footer { text-align:center !important; }

.modal-footer a { display: inline-block; padding-top: 10px; }

.modal-header h4 { font-family:"jubilat", Helvetica,Arial,sans-serif!important;
font-weight:700!important;
font-size:40px!important;
margin-top:10px!important;
margin-bottom: 10px!important;
color: #222 !important;
}

.img-autor {
display: block;
margin: 1.5em auto;
width: 200px;
height: 200px;

}

.logo-ibm {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.logo-ibm img {
	max-height: 24px;
	width: auto;
}

/*BOTONES*/
.btn-cod, .btn-info {
	border-radius: 2em;
	padding: 1.125em 0;
	color: #fff;
	margin: 10px 0;
	width: 70% !important;
	display: inline-block;
	}

.btn-par {
	border-radius: 2em;
	padding: 1.125em 0;
	color: #fff;
	margin: 10px 0;
	width: 80% !important;
	display: inline-block;
	}
.btn-cod, .btn-par {
	background-color: #cc0000;
	border: solid 1px #cc0000;
}
.btn-info {
	
	border: solid 1px #fff;
}

.btn-cod:hover, .btn-par:hover {
	background-color: #ea0000;
	border: solid 1px #ea0000;
	color: #fff;
}
.btn-info:hover {
	background-color: rgba(255, 255, 255, 0.25);
	border: solid 1px rgba(255, 255, 255, 0.25);
	color: #fff;
}

.btn-container {
	width: 50%;
	margin: 0 auto !important;
}
.btn-end {
margin-top:40px;
}
/*FORMS */
.form-soli input[type=password],
.form-soli input[type=url],
.form-soli input[type=date],
.form-soli input[type=number],
.form-soli input[type=tel],
.form-soli input[type=text],
.form-soli input[type=email],
.form-soli input[type=submit], .form_code input[type=text],
.form_code input[type=submit] {
width: 70%;

}


input[type=text], input[type=email], input[type=tel] {
-webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: #fff;
  /* font-family: inherit;*/
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  color: rgba(0,0,0,0.75);
  display: block;
  margin: 0 0 1rem 0;
  /*padding: 20px 10px;*/
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s,border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
}

.input-half{
width: 34.5% !important;
display:inline-block!important;
}

.input-half input { width: 100%!important;}
.form-soli input[type=submit],
.form_code input[type=submit], button,a.btn-default {
border-radius: 2em;
	padding: 1.125em 1em;
	color: #fff;
	background-color: #cc0000;
	border: solid 1px #cc0000;
box-shadow:none;
}

.form-soli input[type=submit]:hover,
.form_code input[type=submit]:hover, button:hover, a.btn-default:hover {
	background-color: #ea0000;
	border: solid 1px #ea0000;
	color: #fff;
}

/*FONTS */

@font-face {
	font-family: 'MuseoSlab-1000';
	src: url('http://goigni.com/ConversionAcademy/css/fonts/28B7F3_0_0.eot');
	src: url('http://goigni.com/ConversionAcademy/css/fonts/28B7F3_0_0.eot?#iefix') format('embedded-opentype'),
	     url('http://goigni.com/ConversionAcademy/css/fonts/28B7F3_0_0.woff') format('woff'),
	     url('http://goigni.com/ConversionAcademy/css/fonts/28B7F3_0_0.ttf') format('truetype'),
	     url('http://goigni.com/ConversionAcademy/css/fonts/28B7F3_0_0.svg#wf') format('svg');
}

/* Gradiente */
.gradient {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1db5b8+0,376086+69,6f3996+100 */
background: #1db5b8; /* Old browsers */
background: -moz-linear-gradient(-45deg, #1db5b8 0%, #376086 69%, #6f3996 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #1db5b8 0%,#376086 69%,#6f3996 100%); /* Chrome10-25,Safari5.1-6 */
background: url('http://goigni.com/live/wp-content/uploads/2018/01/igni-g-1.png'), linear-gradient(135deg, #1db5b8 0%,#376086 69%,#6f3996 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1db5b8', endColorstr='#6f3996',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

background-position: 50% 25% !important;
background-size: contain !important;
}

.m-h {
    margin-top: 350px !important;
}

.entry-content{
font-size: 17px !important;
font-family: "AvenirLT-Book"!important;
font-weight: normal;
line-height: 26px
}

.msj-error2, .msj-error1{
color: #cc0000;
font-size: 18px;
background-color: #fff;
}

.x-navbar .x-nav-wrap .x-nav > li > a:hover{
color:#fff !important;
}

/*agenda*/
.schedule ul li, .schedule-body {
  margin-top: 0px;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.5);
  font-family: "AvenirLT-Book","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif!important;
}
.event-header {
  background: #fbfbfb;
  padding: 20px 10px;
}
.schedule ul li, .day {
  font-weight: 700;
  text-transform: uppercase;
  color: #1a1a1a;
  text-align: center;
}
.schedule ul li, .title {
  color: #1a1a1a;
  text-align: center;
  font-family: 'AvenirLT-Black', 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
	font-size:19px!important;
	line-height: 26px!important;	
  
}
.accordion, .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
  margin-left:0 !important;
}
.schedule ul li, .accordion, .accordion-navigation > a {
  background: #fff;
  border-top: 1px solid #e6e6e6;
}
.accordion, .accordion-navigation>a, .accordion dd > a {
  color: #222;
  padding: 1rem;
  display: block;
  text-decoration:none;
  background-color: #fcfcfc;
}
.accordion-navigation>a:hover, .accordion dd > a:hover {
	  background: #efefef;
	color: #666;
	}
.schedule ul li, .content, .event-time {
  font-size: 14px;
}

.event-time, .event-title, .schedule-body .content { padding:0px 5px; }
.event-time i { padding-right: 10px; }

.schedule ul li, .event-title {
  /*color: #f74819;*/
  color: #cc0000;
  font-weight:normal;
}

.accordion, .accordion-navigation>.content, .accordion dd>.content {
  padding: 15px;
  color: #666666;
}


.copy, .x-colophon.bottom a,.x-colophon.bottom a:hover { color:#ccc; font-size:13px; font-weight:300; }
.x-colophon.bottom a,.x-colophon.bottom a:hover { color:#aaa; }



p.p1 a, p.p1 a:hover{ color:#ddd; }


a i.fa-red { color:#cc0000!important }

p.white a { color:#fff; }



.fancybox-skin { background: #ffffff!important; }

iframe body { background: #ffffff; }

button.close:hover { 
background-color: #ffffff!important;
border:0px!important;
}

input[type="text"].error, input[type="email"].error, input[type="tel"].error {
  border: 1px solid #c00000;
}

#form-invitacion input { margin-bottom:10px!important }

.x-btn-navbar.collapsed:hover {
  background-color: #000000;
}

.x-nav-wrap.mobile {
  background-color: rgba(0,0,0,0.8);
}
.x-nav-wrap.mobile:hover {
  background-color: rgba(0,0,0,0.8);
}

p {
   margin: 0 !important;
}

.x-column.x-1-3-2 {
    width: 33.3333336%;
}

.x-column-full {
    margin: 0 !important;
}

.img-full {
    width: 100%;
    margin-bottom: 0!important;
}

#gallery {
    padding-bottom: 0 !important;
}


@media (max-width: 1024px){
.btn-cod, .btn-info {
width: 90% !important;}
#x-content-band-7 {
padding-bottom: 0px !important;
}
}
@media (max-width: 979px) {
/*.p1{
font-size: 24px;
}*/
.x-nav-wrap.mobile.collapse.in{
background-color:rgba(0,0,0,0.8);
}
.btn-cod, .btn-info {
width: 100% !important;
}
.btn-container{
width: 100%;
}

}
@media (max-width: 767px) {
.x-nav-wrap.mobile.collapse.in{
background-color:rgba(0,0,0,0.8);
}
h1, h2, h3, .h4 {
font-size: 40px !important;
}
h5 {
font-size: 30px !important;
}
.gris {
margin:0 3px;
}
.img-autor{
margin: 10% auto;
}
.btn-cod, .btn-info {
width: 100% !important;
}
.btn-container{
width: 100%;
}
#x-content-band-7 {
padding-bottom: 0px !important;
}

.modal-header h4 {
	font-size:22px!important;
}
#modalCode #send-codigo { width: 80%!important; }
#modalCode #add-calendar { width: 100%!important; padding: .6em 5px!important; font-size:15px!important }
#btn-participa { width:100%!important }
#modalInvitacion #send-invitacion { width: 100%!important; font-size:15px!important }
#modalInvitacion input { width: 100%!important; padding: 20px 10px!important  }

#modalInvitacion .input-half { width: 49%!important; }


}
@media (max-width: 460px) {

.modal-header h4 {
	font-size:22px!important;
}
#modalCode #send-codigo { width: 80%!important; }
#modalCode #add-calendar { width: 100%!important; padding: .6em 5px!important; font-size:15px!important }
#btn-participa { width:100%!important }
#modalInvitacion #send-invitacion { width: 100%!important; font-size:15px!important }
#modalInvitacion input { width: 100%!important; padding: 20px 10px!important  }

#modalInvitacion .input-half { width: 49%!important; }
    .hide-m {display: none;}
    .padding-m {padding-top: 40px !important;}
    .x-column.x-1-3-2 {
        width: 100%;
    }
    
    .gradient { background-position: 50% 50% !important;}

    .m-h { margin-top: 150px !important; }

}