/*
Theme Name: OMD Theme
Theme URI: https://onlinemarketingfordoctors.com/
Author: FLPZ
Author URI: http://lopezflorian.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.wrapper{overflow-x:hidden;}
.mobile-only{display:none !important;}
a{transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;}
a:hover{text-decoration:none !important;border:none;}
img{max-width:100%;height:auto;}
video{max-width:100%;height:auto;}
strong{font-weight:700;}
.fade:not(.show){opacity: 1;}
.elementor-nav-menu a[href="#"] {cursor:default;}

@media screen and (max-width:991px){
	.mobile-only{display:block !important;}
	.desktop-only{display:none !important;}
}

#totop{display:none;}

#header{transition:all .3s;-moz-transition:all .3s;-webkit-transition:all .3s;}
/* Change background color of sticky menu */
#header.f-nav{box-shadow:0 0 10px #666;position:fixed;top:0;left:0;width:100%;z-index:999;background:#fff;}
#header .header-button{display:none;}

@media screen and (max-width:1024px){
	#header.f-nav .header-button{display:block;}
	#header.f-nav .header-logo{display:none;}
	#header .sub-arrow{position:absolute;right:0;}
	
	.mobile-menu{margin-top:10px;text-align:right;}
	/* Change color of Menu/Call texts */
	.mobile-menu a{text-transform:uppercase;color:#000;margin-left:10px;display: inline-block;text-align: center;}
	.mobile-menu svg{width:24px;}
	/* Change color of Menu/Call icons */
	.mobile-menu svg path{fill:#fff;}
	.mobile-menu a span{display:block;font-size:13px;line-height:1;}
	
	.menu-backdrop{display:none;}
	.menu-backdrop.open{display: block;position: fixed;left: 0;top: 0;margin: 0;width: 10%;z-index: 98;height: 100vh;}
	/* Change background color of mobile menu */
	.menu-container{transition:all .8s !important;-moz-transition:all .8s !important;-webkit-transition:all .8s !important;display: block;position: fixed;right: -100%;top: 0;margin: 0;width: 90%;z-index: 99;height: 100vh;background:rgba(0,0,0,.9);padding:30px;color:#fff;}
	.menu-container.open{right:0;}
	.menu-container .menu-inner{max-height:100vh;overflow-y: scroll;}
	.menu-close{margin-bottom:20px;text-align:right;display:block;}
	.menu-close svg{width:24px;}
	/* Change color of mobile menu close button */
	.menu-close svg path{fill:#fff;}
}

.top-left>.elementor-container,.top-right>.elementor-container,.bottom-left>.elementor-container,.bottom-right>.elementor-container{z-index:5;}
.top-left:before{content:"";position:absolute;z-index:1;top:-1px;left:0;width:100%;height:120px;background:url(images/top-left.png) no-repeat center top;background-size:100.1% 100.1% !important;}
.bottom-left:after{content:"";position:absolute;z-index:1;bottom:-1px;left:0;width:100%;height:120px;background:url(images/bottom-left.png) no-repeat center bottom;background-size:100.1% 100.1% !important;}
.top-right:before{content:"";position:absolute;z-index:1;top:-1px;left:0;width:100%;height:120px;background:url(images/top-right.png) no-repeat center top;background-size:100.1% 100.1% !important;}
.bottom-right:after{content:"";position:absolute;z-index:1;bottom:-1px;left:0;width:100%;height:120px;background:url(images/bottom-right.png) no-repeat center bottom;background-size:100.1% 100.1% !important;}

.blurred{filter: blur(20px);}

@media screen and (max-width:1024px){
	.top-left:before,.top-right:before,.bottom-left:after,.bottom-right:after{background-size: 100.1% auto !important;}
}

div#ez-toc-container{border: none;padding: 30px;width: 100%;margin: 0 0 40px;}
.ez-toc-title-container {margin: 0 0 20px;}
div#ez-toc-container ul li { margin: 0 0 5px;}
div#ez-toc-container ul li:before{display:none;}

.elementor-widget-text-editor ul,.elementor-widget-text-editor ol{margin-bottom:30px;line-height:1.8;padding:0;position:relative;z-index:1;}
.elementor-widget-text-editor ul li{list-style:outside disc;margin:0 0 5px 20px;}
.elementor-widget-text-editor ol li{list-style:outside decimal;margin:0 0 5px 20px;}
.elementor-widget-text-editor li ul,.elementor-widget-text-editor li ol{margin:10px 0 10px 15px;}

@media only screen and (max-width:1024px) {
  .animated{transition-property:none !important;transform:none !important;animation:none !important;}
}