/*
Theme Name: Onebip
Description: Child Theme for the Enfold Wordpress Theme customized for Onebip by Neomobile.
Version: 1.0
Author: Sgaddo
Author URI: 
Template: enfold
*/

@import url('../enfold/style.css');

/*Add your own styles here:*/

/*** Common settings ***/

/* Onebip logo settings */
header .logo {
	top: 10px;
}

header.header-scrolled .logo {
	top: 0;
}

/* Make GET STARTED top menu item different from login and register */
li#menu-item-8382 a, li#menu-item-8382:hover {
	color: #e21e25 !important;
}

/* Hide language selector from top menu */
.avia_wpml_language_switch.avia_wpml_language_switch_extra {
	display: none;
}

/* Change menu responsiveness to 990px instead of 768 */
@media only screen and (max-width: 989px) {
	.main_menu, #header_main_alternate {display:none; }
	.container #advanced_menu_toggle, #advanced_menu_hide{ display:block; }
	#mobile-advanced { display:block; }
}

/*** Home page settings ***/

/* Onebip's style for slider dots color  */
.avia-fullscreen-slider:hover .avia-slideshow-dots a, 
.av-control-minimal:hover .avia-slideshow-dots a {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.avia-slideshow-dots a { background: #e21e25; }
.avia-slideshow-dots a.active, .avia-slideshow-dots a:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
	background: #e21e25;
}

/* Set different homepage slider for mobile */
@media only screen and (max-width: 990px) {
	.desktop-hp-slider { display: none !important; }
}
@media only screen and (min-width: 991px) {
	.mobile-hp-slider { display: none !important; }
}

/* Padding top for first color section below fullscreen slider */
#first-block-top-padding {
	padding-top: 50px;
}

/* Portfolio grid (Products & Services) */
h3.grid-entry-title.entry-title {
	font-size: 20px;
	font-weight: bold;
}

.grid-entry.flex_column {
	padding-bottom: 20px;
}

.grid-content {
	min-height: 84px;
}


/*** Blog page settings ***/
/* h2 bigger ONLY in blog page and not in posts */
h2.post-title.entry-title {
	font-size: 26px !important;
}


/*** 404 page ***/
/* Setting background */
main.bg-404 {
	background: url('images/404-image.jpg') no-repeat top right;
}


/*** Market map ***/
/* Location description settings */
#rockstar-market-map .ncl-location-contents p.content span.sx {
	margin-left: 20px;
}
#rockstar-market-map .ncl-location-contents p.content span.dx {
	float: right;
}