/*
Theme Name: Event Hub
Theme URI: https://www.codexcoder.com/
Author: labArtisan
Author URI: https://themeforest.net/user/labartisan
Description: Event Management wordpress theme
Version: 1.1.3
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: event-hub
Tags: one-column, two-columns, right-sidebar, custom-colors, featured-images, sticky-post, theme-options, threaded-comments
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

ol li ul li ol li:before,
ul li ol li:before {
	display: none;
}

ul li ol li ul li:before {
	display: block;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: transparent;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.logged-in.admin-bar .primary-menu.fixed-top-menu {
	margin-top: 32px;
}

/*.logged-in.admin-bar .transparent-bg-menu {
	margin-top: 32px;
}*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* Single Speakers Style */

.speakers-single .speaker-content h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 26px;
}
.excerpt .entry-content p{
    line-height:24px;
}
.recent-blog .p {
    line-height:24px;
}
.entry-content p {
    font-size: 15px;
    color: #606060;
    line-height: 24px;
    margin-bottom: 10px;
    margin-bottom: 30px;
}
.speakers-single .speaker-content .social-media li a {
    border: 1px solid #ebebeb;
}

.speakers-single .speaker-thumb img {
	width: 100%;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(13,21,58,.2);
}

.widget_wysija_cont .wysija-submit {
	margin-top: 0;
}

.newsletter .widget_wysija_cont {
	position: relative;
	width: 70%;
	margin: auto;
}

.newsletter .wysija-paragraph input[type="text"] {
    padding: 20px;
    border: 3px solid #ffffff;
    border-radius: 36px;
}

.newsletter .widget_wysija input[type="submit"] {
    padding: 15px 32px;
    background-color: #fbba3a;
    color: #fff;
    outline: none;
    border: none;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 36px;
    position: absolute;
    right: 12px;
    top: 12px;
}

.about-event-image img {
	border-radius: 4px;
}

.event-schedule-speaker img {
	border-radius: 50%;
	width: 52px;
	height: 52px;
}

.speaker-list {
	margin: 6px;
}

.woocommerce a.button {
	background-color: transparent;
	padding: 0;
}

.woocommerce a.button:hover {
	background-color: transparent;
}

.woocommerce a.button.added:after {
	color: #fbba3a;
}

.woocommerce a.added_to_cart {
    position: absolute;
    right: 2px;
    top: 2px;
	background: #fff;
    width: 100px;
    padding: 7px 15px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    color: #25262b;
	transform: translateX(105px);
    -webkit-transition: all 0.3s ease-in-out;
}

.woocommerce a.added_to_cart:hover {
	background-color: #fbba3a;
    color: #fff;
}

.shop-post-item:hover a.added_to_cart {
	transform: translateX(0);
}

.woocommerce .products .star-rating {
	float: none;
	margin: 7px auto;
}

.woocommerce .star-rating span {
	color: #fbba3a;
}

.woocommerce-Price-amount.amount {
	margin-right: 10px;
}

.post-pagination-area .page-numbers {
    float: none;
    display: inline-block;
	padding-left: 0;
    margin-bottom: 0;
}

.post-pagination-area .page-numbers li {
    display: inline-block;
    margin-right: 5px;
}

.post-pagination-area .page-numbers li a {
    display: block;
    border: 2px solid #ebebeb;
    border-radius: 0px;
    text-align: center;
    color: #363636;
    font-size: 15px;
    line-height: 31px;
    border-radius: 1px;
    padding: 1px 11px;
    -webkit-transition: all 0.15s ease-in-out;
}

.post-pagination-area .page-numbers li .current {
    background-color: #fbba3a;
    color: #fff;
    border: 2px solid #fbba3a;
    border-radius: 0px;
    padding: 5px 11px;
}

.woocommerce.widget_top_rated_products .product_list_widget li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
}

.woocommerce.widget_top_rated_products .product_list_widget li:last-child {
	border-bottom: 1px solid transparent;

}

.widget_top_rated_products .product_list_widget li a img {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 10px;
}

.widget_top_rated_products .product_list_widget li .star-rating {
	float: left;
    width: 70%;
    margin-left: 0;
}

.widget-area .woocommerce.widget_price_filter .price_slider {
	border-radius: 1px;
    height: 12px;
    background: #f4f5f9;
    border: 1px solid #e5e4e4;
}

.widget-area .woocommerce.widget_price_filter .price_slider .ui-slider-handle {
	background: #fbba3a;
	width: 18px;
	height: 18px;
}

.widget-area .woocommerce.widget_price_filter .price_slider .ui-slider-range {
	background-color: transparent;
}

.widget-area .woocommerce.widget_price_filter .price_slider_wrapper .custom-btn,
.woocommerce input.button.alt {
	float: right;
	background: #fbba3a;
	border: none;
	font-weight: 700;
	color: #fff;
}

.woocommerce input.button.alt:hover {
	background: #eda009;
}

.widget-area .woocommerce.widget_price_filter .price_slider_wrapper .price_label {
	float: left;
	font-weight: 700;
    font-size: 15px;
}

.single-product-page {
	padding-top: 60px;
}

.woocommerce .woocommerce-product-rating {
    margin: 10px 0;
}

.single-product-page .product-detail .price ins .woocommerce-Price-amount.amount {
	font-size: 38px;
	font-weight: 700;
}

.woocommerce .quantity .qty {
    width: 12em;
    text-align: center;
    padding: 10px;
    border-radius: 0px;
    color: #c2c2c2;
    border-color: #c2c2c2;
}

.product-meta.tag-area {
	margin-bottom: 25px;
}

.product-meta.tag-area .entry-tag {
	padding: 12px 15px;
}

.woocommerce #respond input#submit {
	padding: 15px 30px;
    background-color: #fbba3a;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    outline: none;
    margin-top: 25px;
    -webkit-transition: all 0.15s ease-in-out;
}

.woocommerce #respond input#submit:hover {
	color: #fff;
    background-color: #363636;
}

.woocommerce #reviews #commentform #comment {
	height: 180px;
}

.product-description .add-reivew-area .stars {
	margin-top: 10px;
	margin-bottom: -5px;
}

.zoomWrapper {
	width: 77%;
}

div#gal1 a.active .img_01 {
    border: 3px solid #fbba3a;
    border-radius: 5px;
}

.shop-post-item .product-price .woocommerce-Price-amount.amount {
	display: inline;
}

.woocommerce-cart .table-responsive {
	overflow-x: hidden;
	overflow: hidden;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table td {
	border: none;
	padding: 5px 0;
	color: #636363;
}

.woocommerce table.shop_table {
	margin: 0 -1px 0 0;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-checkout #order_review_heading {
    font-size: 18px;
    font-weight: 700;
    color: #2f2f2f;
    line-height: 24px;
}

.woocommerce-checkout #order_review_heading {
	margin-top: 40px;
}

.woocommerce-billing-fields input.input-text,
.woocommerce-shipping-fields textarea.input-text,
.checkout_coupon input.input-text {
	padding: 15px;
    color: #959595;
    font-family: 'Montserrat', sans-serif;
}

.select2-container .select2-choice {
	padding: 10px 0 10px 10px;
}

.woocommerce-info,
.woocommerce-message {
    border-top-color: #fbba3a;
}

.woocommerce-info:before,
.woocommerce form .form-row.woocommerce-invalid label,
.woocommerce-message:before {
    color: #fbba3a;
}
.woocommerce form .form-row.woocommerce-invalid input.input-text {
	border-color: #fbba3a;
}

.empty a {
    font-family: 'Montserrat', sans-serif;
    background-color: #fbba3a;
    border-color: #fbba3a;
    color: #fff;
}

.menu-cart-item .menu-cart-img {
    width: 30%;
    margin-top: 12px;
    margin-right: 5px;
}

.variations .label {
	font-size: inherit;
	color: #606060;
}

.variations .value select {
	padding: 10px;
	border-color: #c2c2c2;
	color: #c2c2c2;
}

.variations .value .reset_variations {
	margin-left: 5px;
}

.woocommerce .product-type-variable .star-rating {
	margin: 5px auto;
}

#primary-menu .primary-menu-inner .menu-area .generic-logo {
	padding-bottom: 65px;
}

.blog-page .post-item.sticky .content .title a {
	color: #fbba3a;
}

.comment-list li ul.children {
	padding-left: 45px;
}

.comment-list li.pingback {
	border-top: 1px solid #ebebeb;
	padding: 25px 0;
}

.comment-author-link a {
	color: #eda009;
}

.widget_categories ul li.cat-item {
	position: relative;
    padding-left: 5px;
    margin-left: 15px;
}

.widget_categories ul li.cat-item:before {
    position: absolute;
    content: "\f1db";
    font: normal normal normal 14px/1 FontAwesome;
    left: -15px;
    top: 4px;
    color: #ececec;
}

#contact.contact-us {
	padding-top: 50px;
}

.wpcf7-form-control-wrap.comment textarea {
	height: 180px;
}

span.wpcf7-not-valid-tip {
	display: inherit;
}

.widget select {
	padding: 10px;
}

.widget_recent_entries ul li,
.widget_pages ul li,
.widget_archive ul li,
.page.type-page .entry-content ul li {
	margin-left: 3px;
}

.widget_rss ul li,
.widget_text .textwidget p {
	margin-bottom: 20px;
}

.widget_rss ul li a.rsswidget {
	color: #fbba3a;
}

.page-content .search-form #event-hub-search-btn {
	top: -6px;
}

#main-content .header-title {
	text-transform: uppercase;
	margin-bottom: 20px;
}

.search #main-content .header-title {
	text-transform: uppercase;
	margin-bottom: 60px;
}

.social-media li:before,
.event-schedule-inner-fixed ul li:before,
.price-item-v2 ul li:before,
.pricing-table-item3 ul li:before {
	display: none;
}

.footer-top {
	margin-top: -23px;
}

table.variations,
.variations tbody,
.variations td {
	border: transparent;
}

.variations tbody .label {
	border: transparent;
}

.variations tbody .label label {
    text-transform: capitalize;
    margin-top: 15px;
}

.search.search-results .entry-single .entry-content-outer {
	background-color: transparent;
}

.page-content .search-form {
	margin-top: 10px;
}

.primary-menu-inner .menu-area .navbar-nav li:last-child ul {
	
}

.admin-bar .transparent-bg-menu {
	margin-top: 32px;
}

.entry-footer .edit-link {
	margin-top: 20px;
}

.admin-bar .entry-footer {
	transform: translateY(-15px);
}

.checkout_coupon .form-row .button {
	background-color: #fbba3a;
    color: #fff;
    padding: 18px 20px;
    margin-left: -65px;
}

.checkout_coupon .form-row .button:hover {
	background-color: #fbba3b;
	color: #fff;
}

.speaker-content-header-h2 h3 {
	margin: 0;
}

.about-event-item .text h4,
.client-info h4 {
	margin: 0;
}

.about-event-item .text p {
	margin-bottom: 0;
}

.testimonial-inner .panel-default .panel-body p {
	margin-bottom: 0;
}

.transparent-bg-menu .primary-menu-inner .container .menu-area .navbar-nav li.current-menu-parent>a:before {
	color: #fbba3a;
}

.shop-post-item .content-inner .p-name {
	margin: 0;
}

.product-detail .product_meta {
	margin-bottom: 20px;
}

.single-product.woocommerce .thumbnails:hover #slider-prev,
.single-product.woocommerce .thumbnails:hover #slider-next {
	display: none !important;
}

.yith_magnifier_gallery li {
    width: 100px !important;
    margin-right: 8px;
}

.yith_magnifier_gallery li img {
    height: 100px;
}

.woocommerce .shop-cart>tbody>tr>td {
	border-left: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.woocommerce .shop-cart>tbody>tr>td.product-remove {
	border-right: 1px solid #ebebeb;
}

.cart-collaterals .cart_totals {
	margin-top: 20px;
}

.woocommerce .star-rating {
	float: none;
	margin: 10px auto;
	display: block;
}

.woocommerce-cart .woocommerce {
	margin-top: 90px;
}

#myTab > li {
	width: 220px;
}

.widget.widget_event_hub_recent_posts .small-post-list .small-post-item .content .title {
	color: #363636;
}

.recent-blog-wrapper .post-item .content .title {
	margin: 0;
    line-height: 25px;
}

.event-schedule .tab-content {
	padding-bottom: 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.title {
	margin: 0;
}

.post-item .content .custom-btn {
	margin-top: 0;
}

.justificado {
	text-align: justify;
}

#myTab > li {
    width: 180px !important;
}

.bannar-conent-area {
	display: none;
}

.bannar-img {
	/*height: 600px;*/
}

.sin_padding_top {
	padding-top: 0 !important;
}

.sin_padding_bottom {
	padding-bottom: 0 !important;
}

.conference-main>p {
	text-align:justify;
}

.sponsor-area img {
    width: 100%;
    max-width: 154px;
}

.speaker-item .speaker-thumb {
	border-radius:0 !important;
}

.programa_linea {
	display: flex;
}

.programa_linea>div {
	display: flex;
	flex-grow: 1
}

.programa_linea>div>div {
	display: flex;
	flex-grow: 1
}

.programa_linea>div>div>div {
	display: flex;
	flex-grow: 1
}

.programa_linea>div>div>div {	
	flex-grow: 1
}

.programa_linea .vc_column-inner {
	padding-top: 0px !important;
}


.programa_hora p {
	font-size: 14px;
}

.programa_hora .wpb_content_element, .programa_titulo .wpb_content_element, .programa_ponentes .wpb_content_element {
	margin-bottom: 4px;
}

.programa_titulo .wpb_text_column, .programa_ponentes .wpb_text_column {
	padding: 6px;
}

.programa_ponentes .vc_column-inner {
	padding-left: 4px;
	padding-right: 0px;
}

.programa_hora .vc_column-inner, .programa_titulo .vc_column-inner, .programa_ponents .vc_column-inner {
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

.programa_hora.vc_column_container, .programa_titulo.vc_column_container, .programa_ponentes.vc_column_container {
	padding: 0 !important;
}

.programa_hora .wpb_text_column {
	display: flex;
	align-items: center;
	width: 100%;
}

.programa_titulo .wpb_text_column {
	border-left: 4px solid #f9b73a;
	background-color: #fef7eb;
	display: flex;
	align-items: center;
	width: 100%;
}

.programa_linea.blanco .wpb_text_column {	
	border-left: 4px solid white !important;
	background-color: white;
	display: flex;
	align-items: center;
	width: 100%;
}

.programa_ponentes .wpb_text_column {
	display: flex;
	align-items: center;
	background-color: #e7e7e9;
	width: 100%;
}

.jueves {
	display: none;
}

#myPrograma {
	margin-bottom: 10px;
}

#myPrograma > li {
    width: 180px !important;
}

@media (max-width: 768px) {
    .programa_linea {
        flex-direction: column;
    }
}

.speak-wrapper {
	#display: none;
}

.speaker-name {
	font-weight: 500 !important;
	font-size: 16px !important;
}

.theiaStickySidebar .designation {
	display: none;
}

.theiaStickySidebar .speaker-thumb {
	width: 300px;
	height: auto;
}

.speaker-item:hover .speaker-content {
    bottom: 0px !important;
    opacity: 1 !important;
}

.banner-style3 .bannar-img .overlay {
    background-color: rgba(13, 21, 58, 0) !important;
}


.sponsor-title,
.primary-menu-inner .menu-area .navbar-nav li.active>a,
.menu-area .navbar-brand,
.conference-info ul li .c-info-icon,
.pricing-table-wrapper .price-item .booking-cat span {
	color: #1c2f4f !important;
}

.programa_titulo .wpb_text_column {
    border-left: 4px solid #1c2f4f !important;
}

.become-sponsor .custom-btn {
    background: #1c2f4f !important;
}

.pricing-table-wrapper .price-item ul.price-detail li .price-list-icon {
	background-color: #1c2f4f !important;
}

.pricing-table-wrapper .price-item:hover .booking-cat>span {
	background: #1c2f4f !important;
	color: white !important;
}

.pricing-table-wrapper .price-item:hover>.price p>span,
.pricing-table-wrapper .price-item:hover>.price p {
	color: #1c2f4f !important;
}

.mieuro, .mieuro:hover {
	color: #1c2f4f !important;
	font-size: 18px;
}

.pricing-table-wrapper .price-item:hover>.price>p::first-letter {
    color: #1c2f4f !important;
}

.pricing-table-wrapper .price-item .booking-cat {
	bottom: -40px !important;
}




.generic-logo {
	display: none !important;
}