/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.home-top .featuredpage, .home-top .featuredpost {
	width: 30.5789%;
}

.entry-content a {
	color: #000;
	text-decoration: none;
	font-size: 1.2em;
	border-bottom: 0;
}

.footer-widgets {
	background-color: #000;
}

.site-inner {
	padding-top: 30px;
}

h1, h2, h3, h4, h5, h6, .flex-caption > span {
	font-family: "Roboto", sans-serif;
}

#featured-page-4 {
	margin-right: 0 !important;
}

.jp-carousel-info {
	display: none;
}

h1 {
	color: #000;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #d6b67d;
	color: #000;
}

.genesis-nav-menu .sub-menu a {
	background-color: #000;
}

.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a {
	color: #fff;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {
	background-color: #d6b67d;
	color: #000;
}

.three-columns {
	background-color: #f5f6f7;
	color: #000;
	padding: 10px;
	text-align: center;
}

.featured-content .entry {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
}

#text-2 img.centered, .aligncenter {
	margin-bottom: 0;
}

#text-2 .entry-title h2 {
	margin-top: -5px;
	padding-top: 10px;
}

.featured-content .entry {
	background-color: #d6b67d;
}

.entry-header {
	padding-top: 10px;
}

.entry-title a {
	color: #000;
}

.flex-caption h1 {
	text-shadow: -2px -2px 0 rgba(0,0,0,0.5);
	font-size: 60px;
}

.featured-content .entry-title {
	text-align: center;
	margin-bottom: 0;
}

.home-top h4 {
	text-align: center;
	color: #000;
}

.textwidget p {
	text-align: center;
}

#slider .slides > li {
	min-height: 700px;
}

.flex-caption a.more-link {
	max-width: 220px;
	background-color: transparent;
	border: 3px solid #fff;
	font-size: 24px;
	border-radius: 0;
}

#carousel_slider {
	display: none;
}

.site-header {
	background-color: #d6b67d;
}

.site-footer {
	background-color: #d6b67d;
}

.site-footer a, .site-footer a:visited {
	color: #000;
}

.site-header .wrap {
	padding-top: 0;
	padding-bottom: 0;
}

.genesis-nav-menu a {
	color: #000;
}

.genesis-nav-menu a:hover {
	color: #999;
}

@media screen and (max-width: 580px) {
	.home-top .featured-content article > a, .home-middle-1 .featured-content article > a {
		margin-bottom: 0;
	}
	
	.flex-caption h1 {
		font-size: 36px;
	}
	
	.flex-caption {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (max-width: 480px) {
	.header-image .title-area, .header-image .site-title, .header-image .site-title a {
		background-size: 100% auto !important;
		width: 100% !important;
	}
	
	.mobile_menu {
		float: none;
		margin: 0 auto;
		margin-bottom: 10px;
		clear: both;
		width: 44px;
	}
	
	.slider-container {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	.home-top .featuredpage, .home-top .featuredpost {
		width: 100%;
		margin-right: 0;
		margin: 0 auto;
		display: block;
		float: none;
		max-width: 360px;
	}
	
	.home-top .entry-image {
		margin: 0 auto;
		float: none;
		display: block;
	}
}


.header-image .site-header .title-area {
    background: url(https://www.kreativeelementz.com.au/wp-content/uploads/2015/04/polished-concrete-benchtops-gold-coast.png) no-repeat scroll left top transparent !important;
}

/*============desktop=======================*/
.google-review-desk {position: fixed;right: 0;top: 240px; z-index: 9999;}
.google-review-desk a {display: inline-block;background: rgb(214, 182, 125);color: black;padding: 12px 11px;font-weight: 700;font-size: 18px;text-decoration: none;text-align: center;}
.google-review-desk a span {display: block;}
.google-review-desk a:hover, .google-review-desk a:focus{background: #63615E;color: #fff;text-decoration: none;}

/*============mobile========================*/
.footer-review {text-align: center;padding: 15px 0px;}
.footer-review a {background: #d6b67d;padding: 10px 15px;color: black; font-size:20px;     border: 1px solid #d6b67d; display: inline-block;}
.footer-review a:hover, .footer-review a:focus {color: #fff;background:#63615E;text-decoration: none;}



/**Mobile Device**/
@media (max-width:1023px) {  
.desktop-show{display:none;}

}

/**Desktop Device**/
@media (min-width:1024px) {
.mobile-show{display:none;}

}

ul.foot-soc li {
    display: inline-block;
}

