/*
Theme Name: Landscape
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: landscape
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Landscape is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@400;700&display=swap');
html {
	font-family: 'Raleway', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Oxygen', sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Oxygen', sans-serif !important;
	font-weight: initial;
}

p {
	margin-bottom: 1.5em;
	line-height: 25px !important;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 13px;
	color: #333;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}


.quick-book-text {
    font-family: 'Merienda', cursive;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {

}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 !important;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    padding: 4em 0 0 0;
		background: #f1f1f1;
		clear: both;
		min-height: 750px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}

/*landscape css*/
.entry-content {
    margin: 0;
}
nav#site-navigation {
    display: flex;
	align-items: center;
}
.header-logo {
    flex: 1 25%;
}
div#mega-menu-wrap-menu-1 {
    flex: 1 90%;
}
header#masthead {
    padding: 0 20px;
	box-shadow: 0px 0px 20px #efefef;
	background: #fff;
}
.site-branding {
    display: none;
}
header.entry-header h1 {
    display: none;
}
ul#primary-menu li a {
    text-transform: uppercase;
}
.home-banner-title h2 {
    text-align: center;
		font-size: 48px;
	  position: absolute;
	  top: 3em;
      right:23%;
		color: #fff;
		width: 50%;
}
.home-banner-title h2 span.large-text {
    font-size: 62px;
	font-weight: bold;
}
.home-pane {
    background: url("http://dd.mindsetechnologies.com/landscape/wp-content/uploads/2017/06/garden.png") !important;
    padding: 12rem 0 !important;
		background-size: cover !important;
		background-position: center;
		margin: 0 !important;
}
p.ui.centered.lead {
    font-weight: 300;
    font-size: 16pt;
    padding: 0px 30px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0.7em;
    color: #fff;
}
.ui.centered.btn {
    text-align: center;
}
ul#primary-menu {
    float: right;
}
.ui.centered.segment.home-pane h1 span {
    font-size: 14px;
}
h2 {
    text-transform: uppercase;
}
.ui.centered.segment.home-pane h1 {
    font-size: 42px;
    text-transform: uppercase;
		line-height: 42px;
}
.home-about {
    padding: 2em 6em;
		/*background: url("http://dd.mindsetechnologies.com/landscape/wp-content/uploads/2017/06/the-leaves-2275038_1920.jpg");*/
    background-size: cover;
    background-position: 0 -250px;
		position: relative;
}
hr.center-line {
    width: 5%;
    border-top: 3px solid #5b96cf;
}
.left-about {
    text-align: center;
}
.home-about h2.ui.centered.header {
    padding-top: 4em;
    text-align: right;
}
.home-about p {
        text-align: left;
    float: right;
    line-height: 30px !important;
    font-size: 16px;
}
.site-info p {
    font-size: 12px;
    color: #fff;
		line-height: 25px;
}
.service {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service i {
    font-size: 25px;
		color: #fff;
}
.service h4 {
    color: #5b96cf;
		font-size: 18px;
}
span.gmPhantom_ThumbLabel_title, .gmPhantom_title {
    display: none !important;
}
.about-page-banner {
    background: url("http://landscape.mindsetechnologies.com/wp-content/uploads/2021/03/about-us-banner-imagee-1.png");
    background-position: top;
    background-size: cover;
    min-height: 500px;
}
.about-pane-2 {
    padding: 4em 15em;
    text-align: center;
    font-size: 14px;
}
.gallery .col-md-4.col-sm-6.wl-gallery {
    padding: 0 !important;
		margin: 0 !important;
}
.site-info {
    padding: 4em 6em;
}
.site-info ul {
    margin: 0;
    padding: 0 15px;
    list-style: none;
}
.site-info ul li {
    padding-bottom: 10px;
		color: #fff;
}
.ui.form .field>label {
    color: #fff;
}
.mfp-prevent-close.mfp-button.mfp-comments {
    display: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
.newsletter input[type="text"] {
	    background: transparent !important;
	    border: 1px solid #999 !important;
	    border-radius: initial!important;
		color: #fff !important;
}
input#nf-field-12 {
    background: #28a3da !important;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #28a3da !important;
    border-radius: initial !important;
    font-size: 14px;
    text-transform: uppercase;
}
input {
		background: transparent !important;
		/*border-bottom: 1px solid #666 !important;*/
		border-radius: initial!important;
		padding: 10px !Important;
		border-top: initial !important;
		border-left: initial !important;
		border-right: initial !important;
}
select#nf-field-13 {
    padding: 10px;
    background: transparent;
		border: initial;
		border-bottom: 1px solid #ccc;
}
.nf-field-element textarea {
    height: 120px !important;
}
.contact-form {
    /*padding: 4em 0;*/
}
.six.wide.column.contact-right {
    background: #103f6e;
}
.contact-form-main {
    padding: 3em;
}
.contact-address {
	width: 80%;
	background: #fff;
	color: #333;
	/*padding: 3em;*/
	position: relative;
	top: -10em;
	left: 0;
	margin: 0 auto;
	box-shadow: 0px 0px 20px #d4cfcf;
}
.contact-page-banner {
    /*background: url("http://dd.mindsetechnologies.com/landscape/wp-content/uploads/2017/07/corporate.jpg");
    background-position: bottom;
    background-size: cover;*/
    min-height: 400px;
}
li#menu-item-140 a{
	  background: #D1495B;
    color: #fff;
    font-weight: bold;
}
li#menu-item-140 a:hover {
    background: #bf2136;
}
.work-page-banner {
    background: url("http://dd.mindsetechnologies.com/landscape/wp-content/uploads/2017/07/building.jpg");
    background-size: cover;
    background-position: center;
    min-height: 500px;
}
.work-vission h2, .work-mission h2, .work-vission-2 h2 {
    padding-top: 2em;
}
.ui.submit.button.send-newsletter {
    font-size: 20px;
    width: 40px;
    height: 39px;
    padding: 10px;
    border-radius: initial;
    background: transparent;
    border: 1px solid #999;
    color: #fff;
}
.ui.submit.button.send-newsletter:hover {
    background: #ddd;
    color: #000;
}
.newsletter .field {
    width: 80%;
    float: left;
}
.social-icons {
    width: 100%;
    float: right;
    text-align: center;
}
.social-icons ul li {
    display: inline-block;
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    padding: 0px 4px;
    border-radius: 50%;
    margin-top: 20px;
    margin-left: 3px;
}
.social-icons ul li:hover {
    background: none;
    color: #333;
}
ul.site-map li a {
    color: #fff;
}
a:hover, a:active, a:focus {
    outline: 0;
}
ul.site-map li a:hover {
    color: #ddd;
}
.overlay {
    background: rgba(255, 255, 255, 0.43);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
h2.ui.centered.header {
    color: #5d97cf;
		text-transform: uppercase;
		font-size: 22px;
}
.mission-vission h3 {
    text-align: right;
    font-size: 22px !important;
		color: #5d9cdb !important;
}
hr.right-line {
    width: 10%;
    float: right;
    border-top: 3px solid #5b96cf;
}
a.all-services-btn {
	border: 1px solid #494c55;
	padding: 5em 2em;
	color: #fff;
	background: #494c55;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: 0px 0px 20px #aba2a2;
}
.view-services {
	 text-align: center;
	 padding: 2em 0;
}
a.all-services-btn:hover {
	background: #73757b;
	border: 1px solid #73757b;
	color: #fff;
	box-shadow: 0px 0px 20px #aba2a2;
}
h2.b-from-left.b-animate.b-delay03.wrgf-header-label {
    font-size: 22px !important;
		text-transform: uppercase;
}
.our-mission-content {
    padding: 20px;
}
.our-vission-content {
    padding: 20px;
}
.service-page .ui.grid {
    padding: 2em 0;
}
.service-page a {
    font-size: 16px;
    text-transform: capitalize;
		color: #5d97cf;
}
.service1-banner {
    background: url("http://dd.mindsetechnologies.com/landscape/wp-content/uploads/2017/07/textures.jpg");
    background-position: center;
    background-size: cover;
    min-height: 400px;
}
.service1-content {
    padding: 4em 12em;
}
.service1-content h3 {
    color: #5d9cdb;
}
.service-form {
    width: 80%;
    margin: 0 auto;
		padding: 20px;
    color: #fff;
}
.overlay-1 {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.service1-banner {
    position: relative;
}
.service1-banner h2 {
    position: relative;
    z-index: 99;
    color: #fff;
		padding: 5em 5em 0 4em;
		font-size: 32px;
}
.service1-banner p {
    position: relative;
    z-index: 99;
    color: #fff;
		padding: 0 10em;
}
/*.single-service-pane-3 {
    padding: 4em;
}*/
.single-service-pane-2 {
    padding: 0em 12em 5em;
    background: url("http://dd.mindsetechnologies.com/landscape/wp-content/uploads/2017/07/tree-897438_1920.jpg");
text-align: center;
}
.service-form textarea#nf-field-11 {
    border-bottom: 1px solid #ccc;
    border-left: initial !important;
    border-right: initial;
    border-top: indianred;
		background: transparent;
}
.service-form input#nf-field-12 {
    width: 100%;
    background: #225990 !important;
    padding: 25px !important;
    color: #fff;
    font-size: 18px;
		border: 1px solid #225990 !important;
}
.single-service-left {
    text-align: center;
}
.single-service-left p {
    padding: 0 8em;
}
li#mega-menu-item-140 a {
    background: #6596cf !important;
    color: #fff !important;
    font-weight: bold !important;
}
hr.left-line {
    width: 10%;
    border-top: 3px solid #5b96cf;
    background: #5b96cf;
}
.home-about h2.ui.header {
    font-size: 52px;
    font-weight: 700 !important;
    color: #424c5c;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}
.our-people {
    padding: 4em 0;
		text-align: center;
		background: #f5f5f5;
}

hr.hr-left-line {
    border-top: 3px solid #5b96cf;
    width: 10%;
    float: left;
}
.page-id-21 hr.hr-left-line {
    border-top: 3px solid #5b96cf;
    width: 5%;
    float: left;
}
.our-mission-content p, .our-vission-content p {
    float: left;
padding-bottom: 2em;
}
.about-mission {
    padding: 4em 0;
}
.overlay-2 {
    background: rgba(88, 173, 231, 0.83);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.contact-map {
    position: relative;
}
.contact-information {
    padding: 20px 5em;
		color: #fff;
}
.contact-information .item {
    padding-bottom: 20px !important;
}
.get-in-touch {
    position: absolute;
    top: 15em;
    left: 15em;
    color: #fff;
    width: 30%;
}
.get-in-touch h2 {
    font-size: 41px;
    font-weight: bold !important;
}
.contact-information a {
    color: #fff;
}
.service-page {
    text-align: center;
}
.service-page h3 {
    text-align: left;
    color: #7197cf;
    font-size: 22px;
    text-transform: uppercase;;
}
.page-id-43 .blog-thumb {
    float: right !important;
		width: 55% !important;
		margin-bottom: 0;
}
.page-id-43 .blog-content {
    margin-left: 2%;
    width: 40% !important;
    clear: none;
}
.page-id-43 .blog-col-0 {
    width: 100% !important;
    float: left;
		padding: 10px;
		box-shadow: 0 0 20px #eae5e5;
		background: #fff;
}
.page-id-43 {
    background: #f3f3f3;
}
.blog-col-0 {
    padding-bottom: 40px;
    border-bottom: initial;
}
.single-blog_post main#main {
    padding: 20px 6em;
		width: 70% !important;
		margin: 0 auto;
		box-shadow: 0px 0px 20px #dad6d6;
		position: relative;
    top: -80px;
    background: #fff;
		line-height: 30px;
}
.single-blog_post header.entry-header h1 {
    display: block;
		padding-bottom: 20px;
}
aside#secondary {
    display: none;
}
.single-blog-contact {
    background: #eaeef1;
}
a.blog-more-link {
    background: initial;
    color: #5b96cf;
}
.page-id-43 a.blog-more-link {
    color: #fff;
    background: #5b96cf;
    padding: 10px;
}
.page-id-43 a.blog-more-link:hover {
    background: #3576b5;
}
.gallery .blog {
    background: #fff;
    margin: 2em;
    padding: 10px;
    width: 45% !important;
		box-shadow: 0px 0px 20px #e0dada;
}
.testimonials {
    padding: 4em;
}
.all-news {
    text-align: center;
}
a.view-all-blog {
		padding: 10px 30px;
		color: #333;
		text-transform: uppercase;
		border: 3px solid #d4cccc;
}
h3.blog-title, .blog-author, .blog-content-excerpt {
    padding: 10px;
}
.testimonial-theme1 .testimonial-thumb-theme1 {
	  border: 4px solid #6596cf !important;
}
.single-service-pane-3 .ui.grid {
    margin: initial !important;
}
.single-service-right {
    background: #5d9cdb;
}
.gray-service {
    background: #f9f9f9;
    padding: 4em 0;
}
.white-service-1 {
    padding: 4em 0;
}
.white-service {
    padding: 4em 0;
}
.page-id-8 .blog-author {
    display: none;
}
ul.mega-sub-menu li a {
    text-transform: capitalize !important;
}
/*
ul#mega-menu-menu-1 li a {
    text-transform: uppercase !important;
}*/
.site-info h4 {
    font-size: 18px;
}
.nf-field-label label {
    font-weight: initial !important;
    margin: 0;
    padding: 0;
}
.single-service-pane-2 h3 {
    font-size: 20px;
}
.single-service-pane-2 h3 span {
    font-size: 36px;
}
.grid-blog-thumb {
	  height: 300px !important;
}
.page-id-43 .main-blog {
    padding-top: 2em;
}
.site-info .item {
    padding-bottom: 10px !important;
}
.site-info a {
    color: #fff;font-size: 15px;
}
li#mega-menu-item-140 {
    padding-left: 30px !Important;
}
.blog-author span {
    display: none;
}
.featured-image-wrap {
    min-height: 500px;
    background-position: center;
    background-size: cover;
}
.owl-prev {
    background: rgba(51, 51, 51, 0.56) !important;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    padding: 3px 10px;
    font-size: 16px;
}
.owl-next {
    background: rgba(51, 51, 51, 0.56) !important;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    padding: 3px 10px;
    font-size: 16px;
}
.single-service-left img {
    width: 70%;
}

button.menu-toggle {
    display: none;
}
.about-project {
    padding: 3em 0;
}
.about-project h2 {
    text-align: center;
}
.our-project-content h4 {
    margin-bottom: 15px;
font-weight:900;
}
.eight.wide.column.our-projects-product {
    padding: 0;
    align-items: center;
    display: flex;
}
.eight.wide.column.about-us-align {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.our-project-content p {
    padding-top: 0em;
}
.our-project-content {
    padding: 1em;
}
.ui.grid.our-projects-group {
    padding-top: 3em;
}
.our-people h2 { margin-bottom: 0; }
.our-people-text { text-align:left; }

.image.our-people-auth img {
    border-radius: 50%;
    width: 300px;
    height: 300px;
}
.service-ban-1 {
    background: url("http://landscape.mindsetechnologies.com/wp-content/uploads/2021/02/flagstone-installationn.png");
    background-position: bottom;
    background-size: cover;
    min-height: 450px;
}
.service-ban-2 {
    background: url("http://landscape.mindsetechnologies.com/wp-content/uploads/2021/02/MadisonFinal2-7-1.jpg");
    background-position: center;
    background-size: cover;
min-height: 450px;
}
.service-ban-3 {
    background: url("http://dd.mindsetechnologies.com/landscape/wp-content/uploads/2017/07/Irrigation-Design.png");
    background-position: center;
    background-size: cover;
}
.service-ban-4 {
    background: url("http://landscape.mindsetechnologies.com/wp-content/uploads/2021/02/MadisonFinal-21.jpg");
    background-position: center;
    background-size: cover;
 min-height: 450px;
}
.service-ban-5 {
    background: url("http://dd.mindsetechnologies.com/landscape/wp-content/uploads/2017/07/Fences.jpg");
    background-position: top;
    background-size: cover;
}
.service-ban-6 {
    background: url("http://dd.mindsetechnologies.com/landscape/wp-content/uploads/2017/07/Erosion-Control.jpg");
    background-position: top;
    background-size: cover;
    min-height: 450px;
}
.service-ban-7 {
    background: url("http://landscape.mindsetechnologies.com/wp-content/uploads/2021/02/20200311-DSC_7308.jpg");
    background-position: center;
    background-size: cover;
    min-height: 450px;
}
.service-ban-8 {
    background: url("http://dd.mindsetechnologies.com/landscape/wp-content/uploads/2017/07/Retaining-Walls.png");
    background-position: bottom;
    background-size: cover;
}
.service-ban-9 {
    background: url("http://dd.mindsetechnologies.com/landscape/wp-content/uploads/2017/07/Pavers-For-Driveways-And-Patios.png");
    background-position: center;
    background-size: cover;
}
.service-ban-10 {
    background: url("http://dd.mindsetechnologies.com/landscape/wp-content/uploads/2017/07/Power-Wash.png");
    background-position: center;
    background-size: cover;
    min-height: 450px;
}
.service-ban-11 {
    background: url("http://dd.mindsetechnologies.com/landscape/wp-content/uploads/2017/07/Interior-And-Exterior-Lighting.jpg");
    background-position: top;
    background-size: cover;
}
.service-ban-12 {
    background: url("http://dd.mindsetechnologies.com/landscape/wp-content/uploads/2017/07/Acoustic-Ceiling-Repairs.jpg");
    background-position: center;
    background-size: cover;
}
.service-ban-13 {
    background: url("http://dd.mindsetechnologies.com/landscape/wp-content/uploads/2017/07/Roof-Minor-Repairs.jpg");
    background-position: top;
    background-size: cover;
}
.service-ban-14 {
    background: url("http://dd.mindsetechnologies.com/landscape/wp-content/uploads/2017/07/gun.jpg");
    background-position: center;
    background-size: cover;
}
.service-ban-15 {
    background: url("http://dd.mindsetechnologies.com/landscape/wp-content/uploads/2017/07/intirior-landscape.jpeg");
    background-position: center;
    background-size: cover;
}
.service-ban-16 {
    background: url("http://dd.mindsetechnologies.com/landscape/wp-content/uploads/2017/07/Small-In-House-Moves.png");
    background-position: center;
    background-size: cover;
}
.service-ban-17 {
    background: url("http://dd.mindsetechnologies.com/landscape/wp-content/uploads/2017/07/db-netz.jpg");
    background-position: bottom;
    background-size: cover;
    min-height: 450px;
}
.service-ban-18 {
    background: url("http://dd.mindsetechnologies.com/landscape/wp-content/uploads/2017/07/Grading.jpg");
    background-position: center;
    background-size: cover;
}
.service-ban-19 {
    background: url("http://dd.mindsetechnologies.com/landscape/wp-content/uploads/2017/07/Sustainable-Green-Solutions.jpg");
    background-position: center;
    background-size: cover;
}
.service-ban-20 {
    background: url("http://dd.mindsetechnologies.com/landscape/wp-content/uploads/2017/07/Weed-Control.jpg");
    background-position: center;
    background-size: cover;
}
.service-ban-21 {
    background: url("http://dd.mindsetechnologies.com/landscape/wp-content/uploads/2017/07/Drought-And-Green-Concept-Design.jpg");
    background-position: center;
    background-size: cover;
}
.service-ban-22 {
    background: url("http://dd.mindsetechnologies.com/landscape/wp-content/uploads/2017/07/Fire-Abatement.jpg");
    background-position: center;
    background-size: cover;
}
.service-ban-23 {
    background: url("http://dd.mindsetechnologies.com/landscape/wp-content/uploads/2017/07/Fertilization.jpg");
    background-position: center;
    background-size: cover;
}
.service-ban-24 {
    background: url("http://dd.mindsetechnologies.com/landscape/wp-content/uploads/2017/07/Drainage.jpg");
    background-position: center;
    background-size: cover;
}
.service-ban-25 {
    background: url("http://dd.mindsetechnologies.com/landscape/wp-content/uploads/2017/07/Erosion-Control.jpg");
    background-position: center;
    background-size: cover;
}
.service-ban-26 {
    background: url("http://dd.mindsetechnologies.com/landscape/wp-content/uploads/2017/07/Tree-Service.jpg");
    background-position: center;
    background-size: cover;
}

li#mega-menu-item-140 a.mega-menu-link:hover {
    border-bottom: initial !important;
}
li#mega-menu-item-140 a.mega-menu-link:focus {
    border-bottom: initial !important;
}
a.mega-menu-link:hover {
    border-bottom: 3px solid #000 !important;
}
.mega-current_page_item a {
    border-bottom: 3px solid #333 !important;
}
.mega-current_page_item ul.mega-sub-menu  a {
    border-bottom: initial !important;
}
.text-center {
    text-align: center;
}
.social-icons i.icon {
    font-size: 26px;
}
ul.mega-sub-menu li a:active {
    border-bottom: initial !important;
}
.our-people .ui.card {
    margin: 0 auto;
    text-align: center;
}

/**************************Central Kitchen Css**********************************/
.central-kitchen-group {
    display: block;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}
.central-kitchen-title h1 {
    text-align: center;
    font-size: 40px;
    padding-top: 1em;
}
.central-kitchen-content p {
    font-size: 15px;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    padding: 1em;
}
table.gmPhantom_other_terms_table {
    display: none;
}

/***************** Certified By Css ************************/
.row.certified-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 35px;
}
.certified-image {
    padding: 0 50px;
}
.certified-image img {
    width: 180px;
}
.certified-by-section h2, .award-section h2, .video-section h2 {
    text-align: center;
    font-weight: 900;
    font-size: 35px;
padding-bottom: 10px;
}
.award-section {
    text-align: center;
    display: flex;
    flex-direction: column;
}
.award-section {
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 2em 0;
}
.video-section {
    padding: 0em 0 2em;
    border-bottom: 1px solid #eae7e7;
}
.ui.grid.video-section-video {
    padding-top: 2em;
}
.eight.wide.column.video-section-content {
display: flex;
    align-items: center;
    justify-content: center;
flex-direction: column;
}
.award-section-text {
    padding: 25px 0 0;
    font-size: 16px;
}
.award-section-image img { width: 150px; }
.quick-book-logo {
    width: 300px;
    display: flex;
    align-items: center;
    font-family: 'Merienda', cursive;
    font-weight: bold;
	font-size: 50px;
}
.award-section-image {
    box-shadow: 0 2px 4px 0 rgb(34 36 38 / 12%), 0 2px 10px 0 rgb(34 36 38 / 15%);
    width: 100%;
    max-width: 180px;
    border-radius: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.eight.wide.column.about-paragraph {
    display: flex;
    align-items: center;
}
p { font-size: 15px; }
.ui.card {
    margin: 0;
    margin-right: 2em;
margin-bottom: 2em;
}
.ui.grid.card-segment { display: flex; }
.ui.card.eight.wide.column.card-segment-group {
    flex: 1;
    padding: 16px;
    margin: 0 0 2em 0em;
}
.landscape-image img {
    height: 350px;
}
.service1-content p {
    padding-bottom: 25px;
}
.row.image-gallery-services .column { box-shadow: 0 2px 4px 0 rgb(34 36 38 / 12%), 0 2px 10px 0 rgb(34 36 38 / 15%); padding: 5px;}

.ui.grid>.row>[class*="four wide"].column {
    width: 24% !important;
    margin-right: 10px;
display: flex;padding: 10px;
}
.footer-logo {
    text-align: center;
    display: flex;
}
.content {
    font-size: 15px;
}
.five.wide.column.sitemap {
    padding-left: 2em;
}
.our-services {
    padding: 4em 0;
    background-color: #f7f7f7;
}
.certified-by-section {
    background-color: #f7f7f7;
    padding: 4em 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link { margin: 0 30px !important;font-size: 15px; }
footer#colophon { background: #000000;color: #fff; }
li#mega-menu-item-140 a {
    background: #0a6fca !important;border-radius: 6px !important; }
.central-kitchen-media {
    padding-bottom: 4em;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu { padding: 10px 0 0 0; }
.our-vission-content h2, .our-mission-content h2 { margin-bottom: 0; }
.ui.grid.founder-padding {
    padding: 2em 0;
}
.ui.grid.founder-padding a.header {
    font-weight: 900;
    text-transform: uppercase;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu { width: 450px;background: #fff;padding-bottom: 5px;left: 1.8em; }
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #fff;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu a.mega-menu-link { margin: 0 !important; }
.founder-padding .description {
    font-weight: 900;
}
b.oakland-style, b.oakland-ward {
    color: #0a6fca;text-transform: capitalize;
}
.about-us-img { text-align: center; }
.founder-padding-align { align-items: center;
    display: flex !important;
    text-align: center;
    justify-content: center; }
.field-wrap > div input, .field-wrap > div textarea, .field-wrap > div select, .service-form textarea#nf-field-11 { border: 1px solid #fff !important;color: #fff; }
.field-wrap > div select option {
    color: #000;
}
.contact-form-main .field-wrap > div input, .contact-form-main .field-wrap > div textarea, .contact-form-main .field-wrap > div select, .contact-form-main .service-form textarea#nf-field-11 {
    border: 1px solid #ccc !important;
    color: #000;
}

.flexslider::after {
    content: "";
    display: block;
    color: #fff;
    width: 100%;
    background-color: #000000;
    opacity: 0.4;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    background-color: #ffffff; font-weight: bold;
}
.home .entry-content { position: relative; }
.service-page span {
    font-size: 16px;
    text-transform: capitalize;
    color: #5d97cf;
}
.eight.wide.column.single-service-right {
    align-items: center;
    display: flex;
}
input:focus {
    outline: 0;
color: #ffffff !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-item {
    position: relative;
    width: auto;
    padding: 0 !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 450px;
    background: #fff;
    padding-bottom: 5px;
    left: 0em;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-4 {
    width: 100%;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    margin: 0 0px !important;
}
/********************* Mobile Responsiveness *******************/
@media(max-width: 1200px){
#mega-menu-wrap-menu-1 #mega-menu-menu-1 { text-align: center; }
#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link { margin: 0 20px !important; }
.ui.grid>.row>[class*="four wide"].column { width: 23% !important; }
.service { padding: 0; }
.landscape-image img {
    height: 300px;
}
.ui.container { width: 1000px; }
.single-service-pane-2 { padding: 0em 0em 5em; }
}
@media(max-width: 1140px){ 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link {
    margin: 0 15px !important;
}
.home-banner-title h2 {
top: 2em;
    right: auto;
    color: #fff;
    width: 100%;
}
}
}
@media(max-width: 1024px){ 
p.padding-left-5 {
    padding: 20px;
}
}
/********** IPAD **********/
@media only screen and (max-width : 991px){
.ui.grid { align-items: center; }
.flexslider .slides img { height: 350px !important; }
.ui.container {
    width: 720px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link {
    margin: 0 7px !important;
    padding: 0px !important;
}
.home-about h2.ui.header {
    padding-left: 0;
}
hr.left-line { width: 50%; }
.service { padding: 20px 0; }
a.all-services-btn { padding: 3em 0px; }
.home-banner-title h2 {
       top: 6em;
    transform: translate(0%, -50%);
    font-size: 30px;
    right: auto;
    width: 100%;
}
.eight.wide.column.video-section-content video {
    width: 300px;
}
.about-pane-2 { padding: 4em 1em; }
.service1-banner p { padding: 0;
    max-width: 80%;
    margin: 0 auto; }
.service1-banner h2 { max-width: 80%;
    margin: 0 auto;
    padding: 4em 0px 25px;}
.service1-content {
    padding: 4em 2em;
}
.ui.grid>.row.image-gallery-services>[class*="four wide"].column { width: 23% !important; }
.single-service-left p {
    padding: 0 1em;
}
.get-in-touch { width: 80%; left: 6em; }
.contact-form-main {
    padding: 0 1em;
}
.contact-information {
    padding: 9em 0em;
    color: #fff;
}
.six.wide.column.contact-right { position: relative;
    right: -2em; }
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-140 a {
    padding: 0 10px!important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
    padding: 0 10px !important;
}
.landscape-image img {
    height: auto;
}
.about-page-banner {
    background-size: cover;
    min-height: 350px;
    background-repeat: no-repeat;
}
.eight.wide.column.our-projects-product {
    width: 100% !important;
    padding-bottom: 1em;
}
.eight.wide.column.our-projects-product:nth-child(1) {
    order: 2;
}
.eight.wide.column.our-projects-product:nth-child(2) {
    order: 1;
}
.eight.wide.column.our-projects-product:nth-child(3) {
    order: 3;
}
.eight.wide.column.our-projects-product:nth-child(4) {
    order: 4;
}
.eight.wide.column.our-projects-product:nth-child(5) {
    order: 6;
}
.eight.wide.column.our-projects-product:nth-child(6) {
    order: 5;
}
.about-us-image img { height: 400px;object-fit: cover;object-position: 20%; }
.eight.wide.column.about-us-img img {
    height: 480px;
    object-fit: cover;
    object-position: 60%;
}
.service {
    padding: 20px 0;
    display: flex;
    align-items: center;
    text-align: center;
}
}

/********** Mobile **********/

@media(max-width: 767px){
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
    padding: 0 0px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-item { width: 100%; }
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item { width: 100%; color: #000000; }
.service-ban-2, .service-ban-1, .service-ban-3, .service-ban-4, .service-ban-5, .service-ban-6, .service-ban-7, .service-ban-8, .service-ban-9, .service-ban-10, .service-ban-11, .service-ban-12, .service-ban-13, .service-ban-14, .service-ban-15, .service-ban-16, .service-ban-17, .service-ban-18, .service-ban-19, .service-ban-20, .service-ban-21, .service-ban-22, .service-ban-23, .service-ban-24, .service-ban-25, .service-ban-26 { display: flex;
    align-items: center; }
.about-us-image img {
    height: auto;
    object-fit: contain;
    object-position: 20%;
}
.row.image-gallery-services {
    padding: 0 !important;
}
.eight.wide.column.about-us-img img {
    height: auto;
    object-fit: contain;
    object-position: 60%;
}
.ui.grid>.row.image-gallery-services>[class*="four wide"].column {
    width: 100% !important;
    margin: 5px;
display: block !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu { width: 100%; }
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link { border-bottom: 0 !important; }
.metaslider .slides img { height: 350px !important; }
.row.certified-section, .quick-book-logo, .our-services .ui.grid>.row, .ui.grid { flex-direction: column;}
.about-page-banner {
    background-position: top;
    background-size: cover;
    min-height: 300px;
    background-repeat: no-repeat;
}
.ui.card.eight.wide.column.carg-segment-group {
    margin: 0 0 2em 0;
}
.certified-image { padding: 0 0px; }
.certified-image img { padding-bottom: 6em; }
.award-section-text { padding: 25px 1em 0; }
.eight.wide.column.video-section-content video {
    width: 300px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a {
    color: #0a6fca !important;
}
.ui.grid>.row>[class*="four wide"].column, .ui.grid>[class*="ten wide"].column, .ui.grid>[class*="six wide"].column, .ui.grid>[class*="eight wide"].column, .ui[class*="three column"].grid>.row>.column, .ui[class*="four column"].grid>.row>.column { width: 100% !important; }
.service { align-items: center; margin: 0 auto; }
hr.center-line { width: 25%; }
hr.left-line { float: none; }
div#mega-menu-wrap-menu-1 { flex: auto; position: relative; width: 100%; }
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1:after { content: ""; }
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1:before { font-size: 35px; }
header#masthead { padding: 0px; }
.header-logo img { height: 100px; }
.home-banner-title h2 span.large-text { font-size: 45px; }
.get-in-touch { left: 6em; width: 80%; }
.central-kitchen-group { max-width: 100%; }
.central-kitchen-content p { text-align: left; }
.central-kitchen-title h1, .service1-banner h2 { font-size: 25px; }
.landscape-image img {
    height: auto;
}
.service1-banner p {max-width: 80%; margin: 0 auto; padding: 0;}
.service1-banner h2 { max-width: 80%;
    margin: 0 auto;padding: 5em 1em 1em 0em;}
.about-pane-2 { padding: 1em; }

#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:after {
content: "";
}
#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
position: absolute;
top: 0em;
width: 100%;
z-index: 99999;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle {
    display: block;
    position: absolute;
    right: 10px;
    top: -5em;
}
nav#site-navigation { display: flex;
    align-items: flex-start;
    flex-direction: column; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu a.mega-menu-link { padding: 0px 15px!important; }
li#mega-menu-item-140 a {
    background: #0a6fca !important;
    border-radius: 5px !important;
    width: 80% !important;
    text-align: center !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link {
    margin: 7px auto !important;
    padding: 0px 10px !important;
}
.six.wide.column.contact-right {
    position: relative;
    right: 0;
}
.certified-by-section { padding: 4em 0 0; }
}
@media(min-width: 601px) and (max-width: 767px) {
.ui.grid>.row.image-gallery-services>[class*="four wide"].column {
width: 100% !important;
    max-width: 50%;
    margin: 5px auto;
}
.row.image-gallery-services {
    padding: 0 !important;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 { display: none; }
#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
    display: block;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    width: 100%;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
position: relative;
}
.row.certified-section, .quick-book-logo, .our-services .ui.grid>.row, .ui.grid { flex-direction: row;}
.certified-image img {
    padding-bottom: 3em;
    padding-right: 25px;
}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
    .home-about {
    padding: 4em 2em;
   }
a.all-services-btn { padding: 3em 2em; }
.gallery .blog {
    background: #fff;
    margin: 2em;
    padding: 10px;
    width: 88% !important;
    box-shadow: 0px 0px 20px #e0dada;
}
.ui.column.grid>[class*="eight wide"].column, .ui.grid>.column.row>[class*="eight wide"].column, .ui.grid>.row>[class*="eight wide"].column, .ui.grid>[class*="eight wide"].column {
    width: 100%!important;
}
.home-about h2.ui.header {
    padding-left: initial;
    font-size: 28px;
}
.home-about p {
    text-align: left;
    padding-left: initial;
}
hr.left-line {
    width: 25%;
    float: none;
}
ul#mega-menu-menu-1 {
    background: #fff !important;
    position: relative;
    z-index: 9;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    text-align: left;
    color: #333;
    font-size: 14px;
	padding: 0 25px;
border-bottom: 0 !important;
}
.home-banner-title h2 span.large-text {
    font-size: 28px;
    font-weight: bold;
}
.home-banner-title h2 {
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: -6em;
    color: #fff;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -100%);
}
.home-banner-title {
    position: relative;
}
.service1-banner h2 {
    padding: 1em 0;
}
.service1-banner p {
    padding-bottom: 2em;
}
.service1-content {
    padding: 4em 2em;
}
.single-service-pane-2 {
    padding: 4em;
    background-position: 550px;
}
.ui[class*="four column"].grid>.column:not(.row), .ui[class*="four column"].grid>.row>.column {
    width: 90%;
}
.ui[class*="three column"].grid>.column:not(.row), .ui[class*="three column"].grid>.row>.column {
    width: 100%;
}
.single-service-left p {
    padding: initial;
}
.about-pane-2 {
    padding: 2em;
}
p.padding-left-5 {
    padding: 10px;
}
.ui.grid>[class*="three column"].row>.column {
    width: 100% !important;
}
.ui.card {
    width: 100%;
}
.service-page .four.wide.column {
    width: 48% !important;
}
.page-id-43 .blog-thumb {
    float: right !important;
    width: initial !important;
    margin-bottom: 0;
}
.page-id-43 .blog-content {
    margin-left: 2%;
    width: initial !important;
    clear: none;
}
.single-blog_post main#main {
    width: 90% !important;
    padding: 20px 3em;
}
.get-in-touch {
    position: absolute;
    top: 14em;
    left: 5em;
    color: #fff;
    width: 60%;
}
.ui.grid>[class*="ten wide"].column {
    width: 100%!important;
}
.contact-form-main {
    padding: 1em;
}
.ui.grid>[class*="six wide"].column {
    width: 100%!important;
}
.contact-information {
    padding: 20px 1em;
    color: #fff;
}
.site-info {
    padding: 3em 3em;
}
}

@media(max-width: 480px){
.home-banner-title h2 {
    top: -4em;
}
.metaslider .slides img {
    height: 230px !important;
}
.about-page-banner {
    background-position: 75%;}
}



