/* ===================================================================================

* Theme Name: PFS Cleaning Child
* Theme URI: https://egsolutions.com.au/
* Author: EG Solutions - Web Design Sydney
* Author URI: https://egsolutions.com.au/
* Description: Child theme for PFS Cleaning customised by EG Solutions - Web Design Sydney
* Version: 1.0.0
* Template: pfs-cleaning
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready


====================================================================================== */

h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto Condensed", Roboto !important;	
}

.tp-header-top-info-single-content {
	font-size: 14px !important;
}

.tp-main-menu ul li a {
	font-family: "Roboto Condensed", Roboto !important;
	font-size:18px !important;
	font-weight: bold !important;
}


.tp-main-menu ul li .sub-menu {
	width: 272px !important;
}
.standard-logo img {
	width: 232px;
}

.tp-header-logo-two-inner {
	padding-left: 16px; 
}

.tp-main-menu ul li .sub-menu li a {
	font-size: 16px !important;
}

.tp-header-menu-area.header-sticky.sticky-menu{
	background-color: #075f33 !important;
}

.tp-header-menu-area.header-sticky.sticky-menu div.tp-main-menu-bg {
	background-color: transparent !important;
}


.tp-header-menu-area.header-sticky.sticky-menu div.tp-main-menu ul li a {
	color: #fff !important;
}

.tp-header-menu-area.header-sticky.sticky-menu div.tp-main-menu ul li li a{
	color: #212237 !important;
}

.breadcrumb-trail .trail-item, .breadcrumb-trail .trail-item:before {
	color: #fff !important;
}

.tp-services {
	border-radius: 7px !important;
	-moz-border-radius: 7px !important;
	-webkit-border-radius: 7px !important;
}

/*** Footer ***/

.tp-footer-area-two {
	margin-top: 0px !important;
	padding-top: 60px !important;
}
.tp-copyright p {
	font-size: 14px !important;
}

/*** Service Areas ***/

.service_areas a {
	border: 1px solid #ddd;
    padding: 10px 32px;
    border-radius: 28px;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	margin:0px 12px 18px !important;
	display: inline-block !important;
}
.service_areas a:hover {
	background-color: #075f33;
	color:#fff !important;
}


.contact1:hover{
	color:#000 !important
		
}

.contact2{
	color:#fff !important
		
}


@media only screen and (max-width: 1199px) {
	
	.tp-main-menu {
		display:none !important;
	}
	.tp-transparent-header-menu {
		transform: inherit !important;
	}	
	.tp-transparent-header-menu, .side-menu-icon {
		background-color: #075f33 !important;
	}
	.side-menu-icon i {
		color: #fff !important;
	}
	.tp-page-title-area {
		padding-top: 90px !important;
	}
	.side-info {
		background: #000 !important;
	}
	
	
}