/*-----------------------------------------------------------------------------------

	Theme Name: Eventerra Child Theme
	Theme URI: http://themeforest.net/item/eventerra-event-conference-wordpress-theme/15717811
	Description: Eventerra Child Theme
	Author: OlevMedia
	Author URI: http://www.olevmedia.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0.0
	Template: eventerra
	Text Domain: eventerra-child
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------*/
/*******************************************
 * 3. Background Presets
 *******************************************/
body.bg-preset-1 {
    background: #1b4949 url(img/bg/bg-1.jpg) no-repeat left top;
}

body.bg-preset-1 .body-inner {
    background: -webkit-linear-gradient(left, rgba(0, 102, 102, 0) 0%, #003333 60%);
    background: linear-gradient(to right, rgba(0, 102, 102, 0) 0%, #003333 60%);
}

body.bg-preset-1 .header-menu-wrapper.stuck {
    background-color: #1b4949;
    background-image: -webkit-linear-gradient(left, rgba(0, 102, 102, 0) 0%, #003333 60%);
    background-image: linear-gradient(to right, rgba(0, 102, 102, 0) 0%, #003333 60%);
}

.header-logo-inner-svg {
    display: inline-block;
    width: 144px;
    height: 62px;
    background: url(img/logodark.svg) no-repeat;
    color: transparent;
    font-size: 0;
    padding-bottom: 15px;
    margin-left: 0px;
}

.uq-terms input{
    width: 30px !important;
}

.uq-wrap-table-front {
    overflow-x: auto;
}

.uq-table-front th, .uq-table-front td {
    text-align: left;
    padding-right: 30px;
}

@media only screen and (max-width: 959px) {
    .header-logo-inner-svg {
        margin: 0 auto;
    }
}

@media only screen and (min-width: 768px) {
    .om-wpb .qubit_homepage_image.vc_column_container > .vc_column-inner {
        padding-right: 0;
    }
}