/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

/* Header */
@media screen and (max-width: 969px) {
	.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
		text-align: center!important;
		background: #24205d!important;
		color: white!important;
		margin-top:14px!important;
		font-size: 18px!important;
	}
	#ubermenu-main-6 {
		background: #24205d!important;
		color: white!important;
		top: 67px!important;
	}
	#ubermenu-main-6 ul li a span {
		color: white!important;
	}
}
ubermenu-responsive-toggle ubermenu-responsive-toggle-main

@media screen and (min-width: 992px) {

nav#ubermenu-main-2-primary-2 > ul {
    display: grid;
    flex-direction: row;
    grid-template-columns: repeat(12,1fr);
    max-width: 100%;
    align-items: end;
    justify-content: center;
}
	

.request-callback {
	margin-bottom: -200px!important;
}	
}
@media screen and (min-width: 969px) {
	.rushtons-mobile-logo {
		display:none;
	}
}
@media screen and (max-width: 959px) {
    #ubermenu-main-6 ul li {
        text-align: center!important;
    }
	#ubermenu-main-6 ul li .ubermenu-image {
		display:initial;
	}
	#ubermenu-main-6 ul li span {
		font-size: 16px;
	}
}


ul#ubermenu-nav-main-2-primary > li {
    text-align: center!important;
}

button.ubermenu-responsive-toggle {
    width: auto;
    right: 0px;
    position: absolute;
    margin-top: -50px;
}

.entry-content.content > .cs-content > :first-child {
    margin-top: 10px!important;
    mix-blend-mode: multiply;
}

.request-callback {
	background-color: #c2b39b;
	padding: 1em 2em;
}

.rushtons-mobile-logo {
	width: 300px!important;
	max-width:80%!important;
}

@media screen and (max-width: 992px) {

.x-bar-container.e7-2.m7-3.m7-4.header-container-one {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
	
.entry-content.content > .cs-content > :first-child .x-text {
    color: #24205d!Important;
}

.underline-text > div > div > * {
	font-size: 2.5em!important;
}

.left-button {
    grid-column: 1/2;
	grid-row: 1/2;
}

.right-button {
    grid-column: 2/3;
	grid-row: 1/2;
}

.support-number {
    grid-column : 1/3;
	grid-row: 2/3;
	margin-top: 1em!important;
}	

.footer-content {
    grid-template-columns: repeat(4, 1fr)!important;
}
.footer-content-2 {
    grid-template-columns: repeat(1, 1fr)!important;
}

}

@media screen and (max-width: 600px) {
.footer-content {
    grid-template-columns: repeat(1, 1fr)!important;
}
.footer-content-2 {
    grid-template-columns: repeat(1, 1fr)!important;
}
	ul#ubermenu-nav-main-2-primary {
		margin-top: 68px;
	}
}
	
nav#ubermenu-main-2-primary-2 a{
	text-align: center;
}

li.ubermenu-item-home {
    grid-column: 6/8;
}

img.ubermenu-image.ubermenu-image-size-large {
    margin: auto;
}

a.menu-logo {
    padding: 0px 20px 0px!important;
}

li#menu-item-36 {
    margin: auto;
}

a.menu-logo img {
    margin-bottom: 0px!important;
}

.header-container-one {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

.right-button {
    margin-left: auto;
}

* {
    outline: none;
}

img.quote-mark {
    max-width: 25px;
    float: left;
    margin-top: -20px!important;
}

img.quote-mark.second-quote {
    float: right;
    margin-top: 25px;
}

p.quote-text {
    margin-top: 10px;
}


/* Buttons */

.rushtons-logo-button {
    background: url(/wp-content/uploads/2021/09/cropped-Rushtons_R.png);
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    transition: border 0.5s linear;
}

.rushtons-logo-button > div {
    background: #24205d;
    transition: all linear 0.2s;
}

.rushtons-logo-button > div:hover {
    transition: all linear 0.8s;
    background: transparent;
}

a.rus-button {
    padding: 8px 15px;
    background-color: #c2b39b;
    color: #24205d;
    display: inline-block;
    margin-top: 2em;
    border-radius: 5px;
}

a.slider-button {
    font-size: 18px!important;
    border: 1px solid white;
    padding: 1em;
    border-radius: 5px;
    color: white;
}

/* Text Decoration */



.rus-underline {
    display: inline-block;
    position: relative;
}

.rus-underline::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    height: 20px;
    width: 100%;
    background: #c2b39b;
    z-index: -1;
}

/* Other Customisation */

.home-test-owl-carousel .owl-item {
    background-color: #c2b39b;
}

.home-test-owl-carousel  .testimonial-single {
    background-image: url(/wp-content/uploads/2021/09/cropped-Rushtons_R.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35%;
}

.testimonial-single span {
    font-size: 40px;
    position: relative;
    line-height: 0px;
    float: left;
}

.testimonial-single span:last-child {
    float: right;
    margin-top: 40px;
}

img.phone-icon {
    background-color: #c2b39b;
    border-radius: 2px;
    padding: 3px;
    margin-right: 18px;
}

p.out-hours {
    margin-left: 50px;
}

img.mail-icon {
    margin-right: 18px;
}

/* Forms */ 

input::placeholder {
    color: #24205d;
}

select::placeholder {
    color: blue;
}

textarea::placeholder {
    color: #24205d;
}

.gform_body.gform-body input, .gform_body.gform-body select, .gform_body.gform-body textarea {
    border-radius: 0;
}

.contact-form-col {
    margin-top: -20em!important;
    z-index: 999999!important;
}

input#gform_submit_button_2 {
    background-color: #24205d;
    font-size: 14px;
    padding: 1em 2em;
    color: #ffffff;
    display: inline-block;
    border-radius: 5px;
}

h2.gform_title {
    margin: 0 0 10px;
    color: white;
    font-weight: 600;
    font-size: 28px;
}

.gform_footer.top_label {
    padding: 5px 0 0!Important;
}

/* Footer */

img.footer-logo {
    width: 210px;
    height: auto;
    display: block;
    text-align: center;
    align-self: center;
    margin: 0 auto;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
    grid-column-gap: 60px;
    grid-row-gap: 2em;
}

.footer-content-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
    grid-column-gap: 60px;
    grid-row-gap: 2em;
}

.footer-container {
    max-width: 100%;
	color: white;
}

h4.footer-header {
    margin-top: 0;
    color: white!important;
	line-height: 1;
}

.f-one {
    text-align: center;
}

.copyright-footer span {
	display: inline-block;
}

.marker-div {
    display: inline-block;
    vertical-align: top;
    margin-right: 18px;
}

.address-details {
    display: inline-block;
    max-width: 80%;
}

/* Text */

.white-links a {
    color: white!Important;
}

.rus-blue {
	color: #24205d!important;
}

.people-text {
    font-size: 16px;
    font-weight: 500;
    color: #24205d!important;
}

.contact-details p {
    margin: 0;
}

.ubermenu-target-title.ubermenu-target-text {
	font-size: 20px!important;
	text-decoration: underline;
	padding: 0 20px!important;
}

.underline-text h2 {
	text-wrap: pretty!important;
}