/*
Theme Name: Most Okayest Marketing
Description: Theme for Most Okayest Marketing
Author: DFS
Template: salient
Version: 1.0
*/

:root {
	--brand: #2271b1;
	/*brand accent color*/
	--brand2: #676767;
	/*brand secondary accent color*/
	--brand3: #000000;
	/*brand other accent color*/
	--logo: url('/wp-admin/images/wordpress-logo.svg');
	/*brand logo url*/
}
/*login styles*/
body.login {
	background: #fff;
}
body.login, body.login p, body.login a, body.login li, body.login h1, body.login h2, body.login h3, body.login h4, body.login h5, body.login h6, body.login label, body.login input, #wpadminbar a {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
}
body.login h1 a, .login .wp-login-logo a {
	background: var(--logo) no-repeat center bottom !important;
	background-size: contain !important;
	height: 100px;
	width: auto;
	max-width: 170px;
	margin-bottom: 20px;
	pointer-events: none;
}
.login form {
	border: none;
	box-shadow: 0 0 30px -5px rgba(0,0,0,.15);
	border-radius: 10px;
	position: relative !important;
	padding-top: 15px;
}
body.login input[type=password], body.login input[type=text] {
	height: 45px;
	border-radius: 5px;
}
body.login input[type=password]:focus, body.login input[type=text]:focus {
	border-color: var(--brand);
	box-shadow: 0 0 0 1px var(--brand);
	outline: 2px solid transparent;
}
body.login .button .dashicons {
	color: var(--brand);
}
body.login input#wp-submit {
	width: 100%;
	height: 45px;
	margin-bottom: 20px;
	margin-top: 10px;
	border-radius: 5px;
	text-transform: uppercase;
	border: none !important;
	background: var(--brand);
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	transition: opacity .2s;
}
body.login input#wp-submit:hover {
	opacity: .8;
}
body.login form input[type=checkbox], body.login form input[type=checkbox]:focus {
	height: 16px;
	width: 16px;
	border: 1px solid #676767;
	border-radius: 50px;
	-webkit-appearance: none;
	box-shadow: none;
}
body.login form input[type=checkbox]:checked {
	background: #676767;
	border: 2px solid #fff;
	box-shadow: 1px 0 0, -1px 0 0, 0 1px 0, 0 -1px 0;
}
body.login form input[type=checkbox]:before {
	display: none !important;
}
body.login form .input {
	margin-bottom: 10px;
}
body.login .forgetmenot {
	position: absolute;
	bottom: 10px;
}
body.login #backtoblog {
	display: none;
}
body.login #nav {
	margin: 15px 0;
	text-align: center;
}
body.login h1 a:focus {
	box-shadow: none;
	color: transparent;
}
body.login #login_error, .login .message, .login .success {
	position: absolute;
	top: 25px;
	width: 316px;
	background: #fff;
	border: 1px solid #000;
	box-shadow: none;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	margin-left: -4px;
	padding: 8px 5px;
}
/*END login styles*/
body, a, h1, h2, h3, h4, h5, h6, input {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
p, label {
	-moz-osx-font-smoothing: grayscale;
}
header#top nav > ul > li > a {
	-moz-osx-font-smoothing: grayscale;
}
a.nectar-button, input.button {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
a {
	cursor: pointer;
}
.mobileEle, .hideEle {
	display: none !important;
}
.hideNavLink, .hideNavLink a {
	visibility: hidden;
	opacity: 0;
	padding: 0 !important;
	margin: 0 !important;
	width: 0 !important;
	font-size: 0 !important;
	text-indent: -999999px;
}
.accessTxt, .accessLabel {
	position: absolute;
	font-size: 0;
	opacity: 0;
	pointer-events: none;
}
.centerEle {
	margin: 0 auto !important;
}
.justify {
	text-align: justify !important;
}
.grayscaleBg > .row-bg-wrap > .row-bg-layer > .row-bg, .grayscale {
	filter: grayscale(1);
}
.page-title {
	display: none;
}
ul li {
	padding-bottom: 10px;
}
.off-canvas-menu-container ul.menu li {
	padding-bottom: inherit;
}
.opacity10 {
	opacity: .1 !important;
}
.opacity20 {
	opacity: .2 !important;
}
.opacity30 {
	opacity: .3 !important;
}
.opacity40 {
	opacity: .4 !important;
}
.opacity50 {
	opacity: .5 !important;
}
.opacity60 {
	opacity: .6 !important;
}
.opacity70 {
	opacity: .7 !important;
}
.opacity80 {
	opacity: .8 !important;
}
.opacity90 {
	opacity: .9 !important;
}
.bottom0 {
	margin-bottom: 0 !important;
}
.row .col .img-with-aniamtion-wrap img:not([srcset]) {
    width: 100%;
}
.leaflet-control-attribution {
	display: none !important;
}
.cky-notice .cky-title, .cky-notice .cky-notice-des p:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.cky-notice .cky-title {
	margin-bottom: 5px !important;
}
.styleOver #slide-out-widget-area.fullscreen .inner-wrap>.inner {
    padding-top: 0 !important;
}
.wpforms-submit {
    width: 100% !important;
}

/***********************************RESPONSIVE CSS****************************************/

@media only screen and (max-width: 999px) {
	.deskEle {
		display: none !important;
	}
	.mobileEle {
		display: block !important;
	}
}
@media only screen and (max-width: 690px) {
}
@media only screen and (max-width: 480px) {
}

