/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Restyles */

.fusion-footer-widget-column {
    border-right: 1px solid white;
	min-height: 255px;
}

.fusion-secondary-main-menu {
    background-color: #1a365d;
    border-top: 7px solid #ecaa00;
    border-bottom: 0 !important;
}

.fusion-main-menu > ul > li > a {
    padding: 0 20px;
}

.fusion-main-menu > ul > li > a:hover {
    background-color: #ecaa00;
	color: white !important;
}

.rev_slider_wrapper {
    border: 0 !important;
}

.fusion-page-title-bar {
    border-top: 7px solid white !important;
	border-bottom:0;
	margin:0;
}

.fusion-page-title-bar h1 {
	text-transform: uppercase;
	font-weight: 700 !important;
	margin-left: 20px !important;	
}

.sidebar .widget h4 {
	font-size:22px !important;
	margin-bottom: 0 !important;
}

h2 a, h2 a:link, h2 a:visited {
	color: #1a365d !important;	
}

h2 a:hover {
	text-decoration: underline;	
}

.fusion-accordian .panel-title .fusion-toggle-heading {
    background-color: #ecaa00;
    color: white;
    font-size: 25px;
    margin-left: 40px;
    padding: 5px 20px;
}

.fusion-accordian .panel-title a .fa-fusion-box::before {
    font-size: 20px;
}

.fusion-accordian .panel-title a .fa-fusion-box {
    padding: 11px 14px 12px;
	display:table-cell;
}

/* New Styles */

.hire-menu {
	background-color: red;
}

.homepage-title h2 {
	font-size:2.5em !important;
	color: #ecaa00 !important;
	font-weight:bold !important;
}

.grid-header h2 {
	font-size:1.5em !important;
	color: white !important;
	font-weight:bold !important;
	background-color: #1a365d;
	display:block;
	padding:7px !important;
}

.image-spacer img {
	margin: 10px 0;	
}

.solution-list {
	font-size: 1.4em;
	font-weight: bold;	
}

.call-to-action-panel {
	background-color: #ecaa00;
	border:solid white 20px;
	border-radius:50px;
	padding:15px;
	background-image: url(https://www.wmd-suctionexcavation.co.uk/wp-content/uploads/2017/02/white-triangle.png);
	background-position: center top;
	background-repeat:no-repeat;
	border-top:none;
	border-top-left-radius: 0px;
	border-top-right-radius:0px;
}

.call-to-action-panel p {
	margin: 0;
	padding:0;
}

.cta-title {
	font-size: 3.5em;
	color: white;
	text-align:center;
	font-weight: bold;
	padding-top:45px !important;
}

.cta-telephone {
	font-size: 4em;
	color: #1a365d;
	text-align:center;
	font-weight: bold;
	padding:0 !important;
	line-height:0.8em;
}

.cta-background {
	background-position: calc(100% - 0px) calc(100% - 55px) !important;
}

.large-button {
	margin: 40px 0 20px 0;
	font-size:2em;
	padding:20px;
}

.box-heading h1 {
	background-color: #ecaa00;
	display:block;
	padding: 25px !important;
	margin: 0 !important;
	max-height:158px;
}

.caption {
	color: #ecaa00;
	font-style:italic;
}

.toggle-plus {
	color: white;
	font-weight:bold;
	font-size:30px;
	background-color: #1a365d;
	padding: 0px 10px;
}

.telephone-icon {
	background-image: url("https://www.wmd-suctionexcavation.co.uk/wp-content/uploads/2017/02/telephone-icon.png");
	background-repeat:no-repeat;
	background-position: left center;
	padding-left: 50px;
	color: #ecaa00;
	font-size:2em;
}

.need-talk {
	color:#ecaa00;
	font-weight:700;
	font-size:1em;
	text-align:center;
	padding:0 10px;
}

.need-talk hr {
	border: 0;
	height: 3px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(236, 170, 0, 0.75), rgba(0, 0, 0, 0));
	margin: 6px 0;
}

.need-talk a {
	color: #ecaa00;
}

.telephone {
	font-size: 2em;
	color:#1a365d;
}

.image-bottom-spacer {
	margin-bottom: 15px;	
}

.footer-icons {
	display: inline-block;
	margin: auto !important;
}

.footer-icons img:first-child {
	margin-left:90px;
}

.footer-icons img {
	margin: 0px 20px;
}

/* -----  Contact 7 Forms  ----- */

.wpcf7 form
{
    font-weight:bold;
    margin:0;
}

.wpcf7 label {
		margin-top: 15px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"]
{
    background-color: #e5e4ed;
    color: #000;
    border: none;
    height:50px;
    font-weight: normal;
    width: 95%;
    margin-top: 10px;
	font-size:1em !important;
	line-height: 1em !important;
}

.wpcf7 input[type="date"] {
    width: 100%;
}

.wpcf7 select {
    background-color: #e5e4ed;
    border: none;
    width: 95%;
    font-size:120%;
    height:50px;
    color: #6f7d68;
}

.wpcf7 textarea {
	min-height:200px;
	margin-bottom:5px;
    background-color: #e5e4ed !important;
	color: #000 !important;
	font-size:1em !important;
	margin-top: 10px;
	border: none !important;
}

span.wpcf7-list-item {
	display: block;
	margin: 10px 0 0 0;
	font-weight:400;
}

div.wpcf7-response-output {
    margin: 25px 0 !important;
    padding: 10px;
    background-color:#be393a;
    color:#fff;
    border:none !important;
	clear:both;
	width: 90%;
}

@media only screen and ( max-width: 800px ){
.footer-spacer-mobile img {
	margin: 20px 0;	
	width: 100%;
}

.homepage-title h1, .homepage-title h2 {
	font-size:1.5em !important;
}
.call-to-action-panel {
        padding:0;
}
.cta-title {
	font-size: 2em;
        line-height:1em;
        padding-top:70px !important;
}
.cta-telephone {
	font-size: 2.4em;
        line-height:1em;
        padding-top: 10px !important;
}
.cta-telephone a:link {
       color: #1a365d !important;
}
.large-button {
	margin: 20px 0 20px 0;
	font-size:2em;
        line-height:1.1em;
	padding:10px;
}
.fusion-footer-widget-column {
	border-right: none;
	min-height: inherit;
}
.box-heading h1 {
	font-size: 1.7em !important;
	min-height:inherit !important;
	padding:15px !important;
}
.no-border .fusion-column-wrapper {
	border-style:none !important;
	padding: 0 5px !important;
	margin: 0 !important;
}
.footer-icons img {
	margin: 0px;
}
.footer-icons img:first-child {
	margin-left:0px;
}
.intro-panel img {
	margin-bottom:10px !important;
}
}