/*
Theme Name: GOLD COAST Child
Theme URI: http://goldcoastfreelancer.com
Author: Prashun Upadhya
Text Domain: isale247
Author URI: http://goldcoastfreelancer.com
Description: Isale247 is a simple but modern responsive Wordpress theme that oozes high-street sophistication. Its sharp lines and flat design style has been designed to be pixel perfect. Simply load your photography and you can have an online shop to matches the likes of Prada, Gucci and Yves St Laurent.
Version: 1.0.5
License: GNU General Public License v1 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, translation-ready

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.
*/

html,
body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}

.button {
	border-radius: 0;
}

.form-search-width-category {
	border-radius: 50px;
}
.digitalworld-categories .button, .block-nav-categori .block-title {
	color: #ffffff !important;
}

.logo a {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	padding: 5px 0;
}
.main-header {
	padding-top: 0;
	padding-bottom: 0;
}
.sticky-wrapper.is-sticky .main-header {
	padding: 5px 0;
}
.main-header.header-sticky > .container .row div[class*="col-"]:nth-child(3) {
	display: none !important;
}
.main-menu > li > a {
	position: relative;
}
.main-menu>li:first-child>a {
	padding-left: 20px;
}
.main-menu > li > a:before {
	content: '';
	position: absolute;
	left: 20px;
	right: 20px;
	top: 100%;
	height: 2px;
	background: #f48300;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
.main-menu > li > a:hover:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.main-menu > li.current_page_item > a:before,
.main-menu > li.current-menu-item > a:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
@media only screen and (min-width: 768px) {
	.main-header.header-sticky > .container > .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header.style1 .main-menu {
		float: right;
	}
	.main-header.header-sticky > .container .row div[class*="col-"]:nth-child(2) {
		width: 75%;
	}
}