/*
Theme Name: Cleveland Conservatories
Template: ultra
*/

@import url("mains.css");
@import url("owen.css");
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,600,600i,700,700i');

/* Main Styles */

body {
	font-family: 'Montserrat' !important;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.contact-form-wrapper:focus {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700 !important;
}

h3 span {
	color: #43a5f6;
}

h3 span strong {
	color: #3c3744;
}

.contact-form-wrapper input[type=tel].wpcf7-form-control {
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    border: 2px solid #ccc;
}


#fancybox-title {
    font-family: Helvetica;
    font-size: 56px;
    z-index: 1102;
    color: #fff;
    position: absolute;
    z-index: 9999999999999;
    bottom: 35px;
    left: 55px;
}


*.rl-gallery[class*=rl-hover-effect-] .rl-gallery-link .rl-gallery-caption {
    filter: "alpha(opacity=0)";
    opacity: 1 !important;
    text-align: center;
}



/*corona notification*/
.noti-container {
    background: #43a5f6;
    color: #fff;
    text-align: center;
    padding: 5px;
}
.noti-container .noti-link{
	color: #fff !important;
	text-decoration: underline !important;
}




/* colewood Tom style amends */
.manufacturer-images > div {
    display: flex;
    float: none !important;
    position: relative;
    justify-content: center;
}