/*
Theme Name: MSL
Description: MSL Theme by 1SkyMedia.com
Version: 1.0.0
Author: 1SkyMedia.com
*/

@import url('blog/blog.css');
@import url('woo/woocommerce-style.css');
@import url('inc/stylesheet.css');

*, ::after, ::before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-decoration: none;
}

html {
	height: 100%;
}

body {
	position: relative;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	font-style: normal;
	box-sizing: border-box;
	margin: 0;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: inherit;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 15px;
}

p,hr,dl,pre,form,table,address,blockquote {
	margin: 15px 0;
}

h1{
	font-size: 46px;
}

h2 {
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-size: 30px;
}

h3{
	font-size: 34px;
}

h4 {
	font-size: 23px;
	font-family: "Oswald", sans-serif;
}

h5{
	font-size: 26px;
}

blockquote, q {
	quotes: none;
}

strong{
	font-weight: 600;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,td,table {
	border: 1px solid #dddddd;
}

button, input, select, textarea {
	font-size: 100%;
	overflow: visible;
	margin: 0;
	vertical-align: baseline;
	width: auto;
}
p {
	word-wrap: break-word;
}

i,em,dfn,cite {
	font-style: italic;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

::selection {
	background: #999999;
	color: #ffffff;
	text-shadow: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #454545;
  opacity: 0.7; /* Firefox */
  font-weight: 400;
}

.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
	display: inline;
	margin-right: 2.127659574468%;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

.col-300 {
	width: 31.914893617021%;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-620 {
	width: 65.957446808511%;
}

.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}

.clearfix {
	clear: both;
}

.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#content-full {
	margin-top: 20px;
}

.container {
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 1220px;
	width: 100%;
	margin: 0 auto;
}

#wrapper {
	min-height: 600px;
	width: 100%;
	overflow: hidden;
}

body.home #wrapper {
	margin: 0;
}

.widget-wrapper {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-color: transparent;
	border: 0px;
	border-radius: 0;
	margin: 0 0 20px;
	padding: 20px;
}

.home #content-full {
	margin: 0 auto;
}

.home #page-header {
	display: none;
}

#scroll {
	display: block;
	position: fixed;
	right: 2%;
	bottom: 10px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	z-index: 99999999;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	background-color: #1F7CC2;
	border: 2px solid #1F7CC2;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

#scroll span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -12px;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-bottom-color: #1F1f1f;
}

#scroll:hover {
	background-color: #1F1f1f;
	border: 2px solid #1F7CC2;
}

#scroll:hover span {
	border-bottom-color: #1F7CC2;
}

.fancy-list, .fancy-list ul {
	list-style: none;
}

.fancy-list li {
	position: relative;
	padding-left: 15px;
	line-height: 28px;
}

.fancy-list li::before {
	content: "\f101";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	font-family: FontAwesome;
	color: #000;
}

#content-sitemap .fancy-list, #content-sitemap .fancy-list ul {
	padding: 0;
}

.post-edit {
	display: none !important;
}

div.wpcf7 .ajax-loader {
	display: none;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
/* ========== Buttons/Links ========== */

a{
	color: #708d1f;
	transition: all 0.3s ease-in;
	text-decoration: none;
}
a:hover{
	color: #000;
	text-decoration: none;
}
a.comn-btn, a.read-more {
	display: inline-block;
	background-color: #000;
	color: #fff;
	padding: 10px 20px;
	font-size: 18px;
	font-family: "Oswald", sans-serif;
	letter-spacing: 1px;
}

a.comn-btn:hover, a.read-more:hover, a.comn-btn:focus, a.read-more:focus {
	color: #fff;
	background-color: #708d1f;
}
.services-row .wpb_content_element {
	margin-bottom: 10px;
}


/* ========== Header ========== */

#header-main {
	background-color: #fff;
}

.header-inner-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header {
	margin: 0;
	position: relative;
	padding: 10px 0;
}
#logo {
	max-width: 215px;
}

#logo a {
	float: none;
	display: table;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

#header.sticky {
	position: relative;
	top: 0;
	width: 100%;
	z-index: 9999;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	animation: slide-down 1000ms normal;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

#page-header{
	width: 100%;
	background-color: #708d1f;
}

#page-header h1 {
	text-align: left;
	color: #fff;
	font-size: 26px;
	text-transform: uppercase;
	margin: 0;
	padding: 12px 0px;
	font-weight: 600;
	font-family: "Oswald", sans-serif;
}

.breadcurmb-row {
	margin-top: 12px;
	margin-bottom: 12px;
}

.breadcurmb-row a {
	color: #fff;
}

.breadcurmb-row a:hover {
	color: #9D9E9F;
}

/* ========== Footer ========== */

#footer {
	width: 100%;
	text-align: center;
	background-color: #708d1f;
	color: #fff;
	padding: 10px 0;
	font-size: 14px;
}
#footer a {
	color: #fff;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}
#main-footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#main-footer-bottom p {
	margin: 0 auto;
}
/* ========== Menu ========== */

ul.slimmenu{
    height:auto;
    list-style-type:none;
    width:100%;
    text-align:left;
    margin:0;
    padding:0
}

ul.slimmenu > li {
	border: 0 none;
	float: none;
	display: inline-block;
	margin: 0;
	position: relative;
}
ul.slimmenu li > ul li ul {
	left: 100%;
	top: 0;
}

ul.slimmenu > li:last-child {
	margin-right: 0;
}

ul.slimmenu li a {
	color: #fff;
	display: block;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	z-index: 9;
	margin: 0;
	padding: 0 35px;
	font-weight: 500;
	background: #708d1f;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0.6px;
	width: 142px;
}

ul.slimmenu li a:hover {
	background-color: #708d1f;
	color: #f9f47e;
}

ul.slimmenu li > ul {
	left: 0;
	min-width: 24em;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 9999;
	padding: 0;
	display: none;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

ul.slimmenu li ul{
    list-style-type:none;
    margin:0
}

ul.slimmenu li ul li {
	position: relative;
}

ul.slimmenu li:last-child ul li{
    right:0
}

ul.slimmenu li ul li{
    background-color:transparent;
    color:#fff;
    right:0;
    width:100%
}

ul.slimmenu li ul li a {
	color: #fff;
	background-color: #708d1f;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 15px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 1px solid #fff;
	width: auto;
}

ul.slimmenu li ul li a:hover {
	background-color: #708d1f;
	color: #fff;
}

ul.slimmenu li .sub-toggle {
	cursor: pointer;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index:999;
}

ul.slimmenu.collapsed li .sub-toggle {
	height: 40px;
	width: 50px;
	display: block;
}

ul.slimmenu li .sub-collapser > i, ul.slimmenu li .sub-toggle .icon {
    display:none;
}

/*
ul.slimmenu li.menu-item-has-children a {
	padding-right: 20px;
}
*/

.menu-item-has-children::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f107";
	top: 8px;
	right: 20px;
	color: #fff;
	font-size: 15px;
	z-index: 9;
}

.sub-menu .menu-item-has-children::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f105";
	top: 0;
	right: 10px;
	color: #708d1f;
	z-index: 999;
	display: block;
}



ul.slimmenu li .sub-collapser{
    cursor:pointer;
    height:100%;
    position:absolute;
    right:0;
    top:0;
}

ul.slimmenu.collapsed > li.menu-item-has-children > a {
	padding-right: 50px;
}

ul.slimmenu li .sub-collapser::before{
    color:#fff;
    content:"\f0da";
    display:none;
    font-family:fontawesome;
    font-size:22px;
    height:100%;
    margin-right:0;
    position:absolute;
    right:12px;
    top:22%;
    vertical-align:middle;
    z-index:99;
}

ul.slimmenu.collapsed li .sub-toggle::after, ul.slimmenu.collapsed li .sub-toggle.expanded::after {
	color: #fff;
	font-family: fontawesome;
	opacity: 1;
	font-size: 18px;
	z-index: 99999;
	width: 50px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	top: 0;
	margin: auto;
	display: block;
}

ul.slimmenu.collapsed li .sub-toggle::after{
    content:"\f107"
}

ul.slimmenu.collapsed li .sub-toggle.expanded::after{
    content:"\f106"
}






.menu-collapser {
	background: transparent;
	color: #FFF;
	font-size: 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: inherit;
	height: 45px;
	line-height: 45px;
	position: relative;
	width: 40px;
	padding: 0;
	float: right;
	margin-top: 3px;
}
.collapse-button {
	background-color: #708d1f;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 44px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 12px;
	height: 44px;
	margin-top: 0;
	border: 1px solid #708d1f;
}

.collapse-button:hover, .collapse-button:focus {
	background-image: none;
	background-color: #f9f47e;
	color: #fff;
}

.collapse-button:hover .icon-bar, .collapse-button:focus .icon-bar {
	background-color: #708d1f;
}

.collapse-button .icon-bar {
	background-color: #f9f47e;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	display: block;
	height: 3px;
	width: 100%;
	margin: 3px 0;
}

ul.slimmenu.collapsed{
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 9999;
	margin: 0 auto !important;
	left: 0;
	border-top: 1px solid #eee;
}

ul.slimmenu.collapsed li{
    display:block;
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box
}

ul.slimmenu.collapsed li a {
	background-color: #708d1f;
	color: #fff;
	height: 45px;
	line-height: 45px;
	text-align: left;
	font-size: 16px;
	padding: 0 12px;
	border-bottom: 1px solid #eee;
	font-family: inherit;
	font-weight: 500;
}
ul.slimmenu.collapsed li > ul {
	display: block;
	position: static;
}
ul.slimmenu.collapsed li.menu-item-has-children ul li a {
	padding-left: 20px;
}





ul.slimmenu li a ul li a:hover, ul.slimmenu li.menu-item-has-children ul li a:hover {
	background-color: #f9f47e;
	color: #000;
}
ul.slimmenu.collapsed li a:hover, ul.slimmenu.collapsed li ul li a:hover {
	color: #000;
	background-color: #f9f47e;
}
ul.slimmenu li.current-menu-item a {
	background-color: #708d1f;
	color: #f9f47e;
}
ul.slimmenu.collapsed li.current-menu-item > a {
	background-color: #f9f47e;
	color: #000;
}
ul.slimmenu li ul li.current-menu-item a, ul.slimmenu li.current-menu-item ul li a:hover, ul.slimmenu li ul li a:hover, ul.slimmenu li.current-menu-item.cmenu-catalogues a:hover, ul.slimmenu.collapsed li ul li.current-menu-item > ul li a {
	background-color: #708d1f;
	color: #fff;
}
ul.slimmenu.collapsed li.current-menu-item li > a:hover, 
ul.slimmenu.collapsed li ul li.current-menu-item > ul li a:hover, 
ul.slimmenu.collapsed li ul li ul li.current-menu-item a {
	background-color: #f9f47e;
	color: #000;
}
/* ========== Form ========== */

input, select {
	width: 100%;
	color: #000;
	font-size: 16px;
	font-family: inherit;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
}

input, select {
	height: 55px;
	line-height: 55px;
}

textarea {
	overflow: auto;
	vertical-align: text-top;
	font-size: 16px;
	height: 150px;
	border: 1px solid #ccc;
	width: 100%;
	font-family: inherit;
	padding: 10px;
}
	
input:focus, input[type="text"]:focus {
	background-color: none;
	border-color: #000;
}

area:focus, input:focus, textarea:focus {
	border: 1px solid #000;
}

#searchform #searchsubmit {
	font-family: fontawesome;
	background-color: #708d1f;
	padding: 5px 20px;
	border: none;
}

#searchform #searchsubmit:hover {
	background-color: #f9f47e;
	color: #fff;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

fieldset > p {
	margin: 0;
}

fieldset.full {
	margin-bottom: 25px;
	width: 100%;
}

fieldset.half {
	width: calc(50% - 13px);
	display: inline-block;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

.one-third {
	position: relative;
	float: left;
	width: calc(100% / 3 - 17px);
	margin-right: 25px;
	margin-bottom: 25px;
}

fieldset.half.last, .one-third.last {
	margin-right: 0;
	float: right;
}

.full.submit-div {
	text-align: center;
}

.icon-form .half, .icon-form .one-third, .icon-form .full {
	position: relative;
}

.icon-form .fa {
	position: absolute;
	z-index: 9;
	left: 10px;
	top: 12px;
	color: #000;
	text-align: center;
	font-size: 30px;
}

.icon-form input, .icon-form textarea, .icon-form select {
	padding-left: 45px;
}

span.wpcf7-not-valid-tip {
	color: #f00 !important;
	font-size: 13px;
	font-weight: normal;
	display: block;
	position: absolute;
	right: 2px;
	top: -18px;
}

div.wpcf7-response-output {
	margin: 0 0 1em !important;
	padding: 5px;
	border: 2px solid #1eac1e;
	text-align: center;
	color: #FF001F;
	float: left;
	width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #FF001F;
}

div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing {
	border: 2px solid #FF001F;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #46b450;
}

.wpcf7-spinner {
	display: none;
}

input[type="submit"] {
	border: 0;
	background-color: #f9f47e;
	color: #000;
	width: auto;
	font-size: 16px;
	padding: 15px 60px;
	text-transform: uppercase;
	line-height: 1;
	height: inherit;
	font-weight: 900;
	font-family: "Oswald", sans-serif;
	letter-spacing: 1px;
	margin: 0 auto;
	display: table;
	border: 1px solid #000;
	width: 380px;
	cursor: pointer;
}

input[type="submit"]:hover {
	background-color: #000;
	color: #f9f47e;
}
.contact-form-row .wpb_content_element {
	margin-bottom: 30px;
}

/* ========== Custom ========== */
.topwidget {
	background: #f9f47e;
	padding: 2px 0;
}
.topwidget ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 12px;
	justify-content: end;
	align-items: center;
	font-family: "Oswald", sans-serif;
	font-weight: bold;
	top: -7px;
	position: relative;
}
.topwidget ul .fa {
	font-size: 35px;
	position: relative;
	top: 5px;
	margin-right: 1px;
}
.slider-title {
	font-size: 50px;
	font-family: "Oswald", sans-serif;
	line-height: 55px;
	color: #708d1f;
	background: #f9f47e;
	padding: 20px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}
#SR7_1_1 .custom.sr7-arrows {
	background: rgb(112, 141, 31) !important;
	height: 80px !important;
}
#SR7_1_1 .custom.sr7-arrows:hover {
	background: #000 !important;
}
#SR7_1_1 .custom.sr7-arrows::before {
	font-size: 40px !important;
	line-height: 80px !important;
}
.services-row h2 {
	color: #F9F47E;
	text-shadow: 1px 1px 0 #1a657b, 3px -1px 0 #1a657b, -1px 1px 0 #1a657b, -1px -1px 0 #1a657b, 1px 0px 0 #1a657b, 0px 1px 0 #1a657b, -1px 0px 0 #1a657b, 0px -1px 0 #1a657b, 1px 1px 6px rgba(0,0,0,0.6);
	letter-spacing: 2px;
	font-size: 26px;
	line-height: 32px;
	font-family: 'WeidemannEF';
	text-transform: capitalize;
	min-height: 100px;
}
.services-row .vc_single_image-wrapper {
	height: 250px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.services-row img {
	width: auto;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100%;
	object-fit: cover;
	margin: 0;
}
.services-row h3 {
	font-size: 22px;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	min-height: 107px;
}
.services-row .comn-btn {
	width: 210px;
	text-transform: uppercase;
	font-weight: 500;
}
.services-row .woo-btn {
	background: #708d1f;
}
.services-row .woo-btn:hover {
	background: #000;
}
.services-row p {
	margin-top: 0 !important;
	margin-bottom: 10px;
}
.contact-form-row h2 {
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 20px !important;
	color: #fff;
}
.contact-form-row .vc_column-inner {
	padding-top: 0 !important;
}
.contact-form-row {
	padding-top: 20px;
}
.services-row {
	padding-bottom: 20px;
}
.adrs-row {
	display: flex;
	list-style: none;
	justify-content: flex-end;
	padding: 0;
	margin: 0 auto;
	gap: 20px;
	font-weight: bold;
	padding-right: 60px;
}
.adrs-row .fa {
	background: #000;
	color: #f9f47e;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 40px;
	position: absolute;
	left: 0;
	top: -4px;
}
.adrs-row .fa:hover {
	background: #6a861d;
}
.adrs-row li {
	padding-left: 75px;
	position: relative;
	letter-spacing: 0.5px;
}
#footer-top {
	background: #f9f47e;
	padding: 15px 0;
}
#footer-top .wpb_content_element {
	margin-bottom: 0 !important;
}
.adrs-row .fotr-phon {
	margin-top: 10px;
	font-size: 20px;
	padding-right: 20px;
}
.adrs-row .fotr-phon .fa {
	top: -15px;
}
.footer-inner-row {
	display: flex;
	align-items: center;
}
.wpcf7 form .wpcf7-response-output {
	margin-top: 10px !important;
}
.adrs-row .fotr-phon .fa.fa-envelope {
	left: 100%;
}
.menu-image {
	width: 75px !important;
	max-width: inherit !important;
	height: inherit;
	padding-right: 0 !important;
}
.menu-image-title {
	padding-left: 0 !important;
}
#content-sitemap h3 {
	font-family: "Oswald", sans-serif;
	font-size: 25px;
	font-weight: 500;
	margin-top: 15px;
}
.topwidget ul a, .adrs-row li a, #content-sitemap a {
	color: #000;
}
.topwidget ul a:hover, .adrs-row li a:hover, #content-sitemap a:hover {
	color: #708d1f;
}
.inner-page-row h2 {
	color: #708d1f;
}
.seed-plant .wpb_single_image {
	margin-bottom: 0 !important;
}
.seed-plant a {
	font-size: 20px;
	font-weight: bold;
}
.inner-page-row table {
	width: 100%;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.inner-page-row table tr td {
	width: 33%;
	padding: 10px;
}
#header_top_widget {
	width: auto;
}
#header_top_widget ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
.site-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
#header_top_widget a {
	font-size: 45px;
	color: #000;
	position: relative;
}
#header_top_widget a:hover {
	color: #708d1f;
}
#customer_login .woocommerce-form__label-for-checkbox input {
	height: auto;
	width: auto;
}
.error404-row {
	text-align: center;
	margin-top: 50px;
}
p:empty {
	display: none;
}
.logged-in .login-btn {
	display: none;
}
/* ========== Responsive ========== */

@media screen and (max-width: 1024px){
	.menu-item-has-children::after {
		display: none;
	}
	ul.slimmenu li a {
		width: auto;
	}
	.slider-title {
		font-size: 40px;
		padding: 15px;
	}
	.services-row h2 {
		min-height: 100px;
		font-size: 30px;
	}
	.site-nav {
		flex-direction: row-reverse;
	}
}

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

@media screen and (max-width: 900px){
	.services-row h3 {
		min-height: 135px;
	}
	.services-row .comn-btn {
		width: 100%;
	}
	#main-footer-bottom {
		flex-direction: column;
	}
}
@media screen and (max-width: 800px){
	.slider-title {
		font-size: 32px;
		line-height: 35px;
	}
	.services-row h3 {
		min-height: 165px;
	}
}
@media screen and (max-width: 768px){
	
	#content-sitemap .col-300 {
		width: 100%;
		margin-bottom: 20px;
	}
	.half, .one-third {
		width: 100%;
		margin-right: 0;
	}

}

@media screen and (max-width: 767px){
	.services-row h2, .services-row h3 {
		min-height: auto;
	}
	.services-row .comn-btn {
		width: 50%;
	}
	.footer-inner-row {
		flex-direction: column;
		gap: 25px;
	}
}

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

}

@media screen and (max-width: 533px){
	.slider-title {
		font-size: 22px;
		line-height: 30px;
	}
	.adrs-row {
		flex-direction: column;
		align-items: flex-start;
	}
	input[type="submit"] {
		width: auto;
	}
	.site-nav {
		gap: 5px;
	}
	.header-nav {
		margin-left: 15px;
	}
}

@media screen and (max-width: 480px){
	
	img.alignright, img.alignleft {
		float: none;
		display: block;
		margin: auto auto 15px auto;
	}
	.slider-title {
		font-size: 17px;
		line-height: 22px;
	}
	.topwidget ul {
		gap: 0px;
		flex-direction: column;
	}
	.services-row .comn-btn {
		width: 80%;
	}
}
@media screen and (max-width: 414px){
	
	span.break {
		display: block;
	}
}


@media screen and (max-width: 375px){
	#header_top_widget a {
		font-size: 35px;
	}
}

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