@charset "UTF-8";

/*
	Theme Name: Eventchamp Child Theme
	Theme URI: https://themeforest.net/user/gloriathemes
	Description: Eventchamp Child Theme
	Author: Gloria Themes
	Author URI: https://gloriathemes.com/
	Template: eventchamp
	License: GNU General Public License v2 or later
	License URI: https://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: eventchamp-child
	Version: 1.0
*/
@font-face {
    font-family: 'Sun Valley';
    src: url('SunValley.eot');
    src: url('SunValley.eot?#iefix') format('embedded-opentype'),
        url('SunValley.woff2') format('woff2'),
        url('SunValley.woff') format('woff'),
        url('SunValley.ttf') format('truetype'),
        url('SunValley.svg#SunValley') format('svg');
    font-weight: normal;
    font-style: normal;
}

.show_mob{
    display:none;
}
/* start import from custom css plugin of og site */
.gt-header.gt-style-1 {
    padding: 0px 0 0px !important;
}


.gt-item.gt-windowstore, .gt-item.gt-amazon {
	display:none !important;
}


/*H1 {
font-family: 'Sun Valley', Arial, sans-serif !important;
!important; font-weight: 300 !important;
}*/
.gt-event-style-1 .gt-title {
    font-size: 28px !important;
    font-weight: 300 !important;
}
.gt-event-style-1 .gt-title a {
    color: #002680 !important;
    font-weight: 300 !important;
}
body {
    font-family: 'FuturaBTLight', !important; font-size: 16px !important; color: #000000 !important;
}

li.nav-item.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.dropdown.menu-item-1969 ul ul{
    float: left !important;
    left: -225px !important;
}
.gt-header.gt-style-1 .gt-navbar .gt-menu > li > a, .gt-header.gt-style-1 .gt-navbar .gt-menu > li > a:visited {
    font-size: 18px !important;
font-weight: 300 !important;
}
footer .gt-title {
    font-size: 28px !important;
    font-weight: 300 !important;
}
.gt-text {
    font-size: 16px !important;
    font-weight: 500 !important;
 }
.gt-excerpt {
    font-size: 16px !important;
    font-weight: 500 !important;
 }
.gt-blog.gt-style4 .gt-title {
    font-size: 25px
	!important; font-weight: 300 !important;
}
body.speaker-template-default .gt-content-header img {
    display: none !important;
}
.gt-event-style-1 .gt-title {
    font-size: 26px !important;
}
.gt-post-style-1 .gt-title {
    font-size: 26px !important;
}
.gt-event-style-4 .gt-title {
    font-size: 26px !important;
}
.gt-page-title-bar h1 {
	margin: 0;
	color: #FFFFFF;
	font-size: 3.231rem;
	font-weight: 300;
}
.gt-eventchamp-service-box{
    cursor:pointer;
}
/* end import from custom css plugin of og site */
@media screen and (max-width:650px){
    .hide_mob{
        display:none;
    }
    .show_mob{
        display:initial;
    }
}

/*
 * WOOCOMMERCE
*/
/* Variation Dropdown */
.woocommerce div.product form.cart .variations select {
    padding: 19px 20px;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    text-align: left;
}
.woocommerce div.product form.cart table td,
.woocommerce div.product form.cart table th {
    padding-top: 10px;
    padding-bottom:0;
}

.woocommerce div.product form.cart .button {
    margin: 10px 4px 10px 0;
}
html .single_add_to_cart_button.button.alt.wp-element-button.disabled.wc-variation-selection-needed{
    background-color: #75c3b4;
}

    /* Quantity Layout */
html .single_variation_wrap {
    width: 100%;
}
html .woocommerce-variation-add-to-cart.variations_button {
    display: flex;
    justify-content: flex-end;
}
html .single-product .qty_wrap {
    padding: 0;
}
html .single-product .qty_wrap .qty_text {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    padding-right: 0;
}
html .qty_wrap h6 {
    line-height: 53px;
    margin-right: 10px;
}
html .woocommerce div.product form.cart div.quantity {
    margin: 10px 4px 10px 0;
}
html .woocommerce .quantity .qty {
    line-height: 2em;
}
html .qty_wrap .qty_buttons button, html .qty_wrap .qty_buttons input[type="button"] {
    border-radius: 0;
    margin-left: 0px;
}
input#billing_member::-webkit-input-placeholder { /* Edge */
  color: #444;
}

input#billing_member:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #444;
}

input#billing_member::placeholder {
  color: #444;
}
