.opentip-container,
.opentip-container * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.opentip-container {
position: absolute;
max-width: 300px;
z-index: 100;
-webkit-transition: -webkit-transform 1s ease-in-out;
-moz-transition: -moz-transform 1s ease-in-out;
-o-transition: -o-transform 1s ease-in-out;
-ms-transition: -ms-transform 1s ease-in-out;
transition: transform 1s ease-in-out;
pointer-events: none;
-webkit-transform: translateX(0) translateY(0);
-moz-transform: translateX(0) translateY(0);
-o-transform: translateX(0) translateY(0);
-ms-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0);
}
.opentip-container.ot-fixed.ot-hidden.stem-top.stem-center,
.opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-center,
.opentip-container.ot-fixed.ot-hiding.stem-top.stem-center {
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-o-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-top.stem-right,
.opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-right,
.opentip-container.ot-fixed.ot-hiding.stem-top.stem-right {
-webkit-transform: translateY(-5px) translateX(5px);
-moz-transform: translateY(-5px) translateX(5px);
-o-transform: translateY(-5px) translateX(5px);
-ms-transform: translateY(-5px) translateX(5px);
transform: translateY(-5px) translateX(5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-middle.stem-right,
.opentip-container.ot-fixed.ot-going-to-show.stem-middle.stem-right,
.opentip-container.ot-fixed.ot-hiding.stem-middle.stem-right {
-webkit-transform: translateX(5px);
-moz-transform: translateX(5px);
-o-transform: translateX(5px);
-ms-transform: translateX(5px);
transform: translateX(5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-right,
.opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-right,
.opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-right {
-webkit-transform: translateY(5px) translateX(5px);
-moz-transform: translateY(5px) translateX(5px);
-o-transform: translateY(5px) translateX(5px);
-ms-transform: translateY(5px) translateX(5px);
transform: translateY(5px) translateX(5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-center,
.opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-center,
.opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-center {
-webkit-transform: translateY(5px);
-moz-transform: translateY(5px);
-o-transform: translateY(5px);
-ms-transform: translateY(5px);
transform: translateY(5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-left,
.opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-left,
.opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-left {
-webkit-transform: translateY(5px) translateX(-5px);
-moz-transform: translateY(5px) translateX(-5px);
-o-transform: translateY(5px) translateX(-5px);
-ms-transform: translateY(5px) translateX(-5px);
transform: translateY(5px) translateX(-5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-middle.stem-left,
.opentip-container.ot-fixed.ot-going-to-show.stem-middle.stem-left,
.opentip-container.ot-fixed.ot-hiding.stem-middle.stem-left {
-webkit-transform: translateX(-5px);
-moz-transform: translateX(-5px);
-o-transform: translateX(-5px);
-ms-transform: translateX(-5px);
transform: translateX(-5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-top.stem-left,
.opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-left,
.opentip-container.ot-fixed.ot-hiding.stem-top.stem-left {
-webkit-transform: translateY(-5px) translateX(-5px);
-moz-transform: translateY(-5px) translateX(-5px);
-o-transform: translateY(-5px) translateX(-5px);
-ms-transform: translateY(-5px) translateX(-5px);
transform: translateY(-5px) translateX(-5px);
}
.opentip-container.ot-fixed .opentip {
pointer-events: auto;
}
.opentip-container.ot-hidden {
display: none;
}
.opentip-container .opentip {
position: relative;
font-size: 13px;
line-height: 120%;
padding: 9px 14px;
color: #4f4b47;
text-shadow: -1px -1px 0px rgba(255,255,255,0.2);
}
.opentip-container .opentip .header {
margin: 0;
padding: 0;
}
.opentip-container .opentip .ot-close {
pointer-events: auto;
display: block;
position: absolute;
top: -12px;
left: 60px;
color: rgba(0,0,0,0.5);
background: rgba(0,0,0,0);
text-decoration: none;
}
.opentip-container .opentip .ot-close span {
display: none;
}
.opentip-container .opentip .ot-loading-indicator {
display: none;
}
.opentip-container.ot-loading .ot-loading-indicator {
width: 30px;
height: 30px;
font-size: 30px;
line-height: 30px;
font-weight: bold;
display: block;
}
.opentip-container.ot-loading .ot-loading-indicator span {
display: block;
-webkit-animation: otloading 2s linear infinite;
-moz-animation: otloading 2s linear infinite;
-o-animation: otloading 2s linear infinite;
-ms-animation: otloading 2s linear infinite;
animation: otloading 2s linear infinite;
text-align: center;
}
.opentip-container.style-dark .opentip,
.opentip-container.style-alert .opentip {
color: #f8f8f8;
text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}
.opentip-container.style-glass .opentip {
padding: 15px 25px;
color: #317cc5;
text-shadow: 1px 1px 8px rgba(0,94,153,0.3);
}
.opentip-container.ot-hide-effect-fade {
-webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 1s ease-in-out;
-moz-transition: -moz-transform 0.5s ease-in-out, opacity 1s ease-in-out;
-o-transition: -o-transform 0.5s ease-in-out, opacity 1s ease-in-out;
-ms-transition: -ms-transform 0.5s ease-in-out, opacity 1s ease-in-out;
transition: transform 0.5s ease-in-out, opacity 1s ease-in-out;
opacity: 1;
-ms-filter: none;
filter: none;
}
.opentip-container.ot-hide-effect-fade.ot-hiding {
opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.opentip-container.ot-show-effect-appear.ot-going-to-show,
.opentip-container.ot-show-effect-appear.ot-showing {
-webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 1s ease-in-out;
-moz-transition: -moz-transform 0.5s ease-in-out, opacity 1s ease-in-out;
-o-transition: -o-transform 0.5s ease-in-out, opacity 1s ease-in-out;
-ms-transition: -ms-transform 0.5s ease-in-out, opacity 1s ease-in-out;
transition: transform 0.5s ease-in-out, opacity 1s ease-in-out;
}
.opentip-container.ot-show-effect-appear.ot-going-to-show {
opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.opentip-container.ot-show-effect-appear.ot-showing {
opacity: 1;
-ms-filter: none;
filter: none;
}
.opentip-container.ot-show-effect-appear.ot-visible {
opacity: 1;
-ms-filter: none;
filter: none;
}
@-moz-keyframes otloading {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes otloading {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-o-keyframes otloading {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-ms-keyframes otloading {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes otloading {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}.cmlm { margin: 0; padding: 0; box-sizing: border-box !important; width: 100%; position: relative; }
.cmlm * { box-sizing: border-box !important; }
.cmlm .cmlm-filter { overflow: auto; }
.cmlm .cmlm-filter ul { margin: 0; padding: 0 !important; list-style: none; list-style-type: none; }
.cmlm .cmlm-filter ul.children { display: none }
.cmlm .cmlm-filter li { display: block; float: left; margin-right: 5px; margin-bottom: 5px; padding: 5px 10px; background: #eee; color: #000; cursor: pointer; -webkit-transition: 0.5s; transition: 0.5s; }
.cmlm .cmlm-filter li:hover { opacity:0.7; -webkit-transition: 0.5s; transition: 0.5s; }
.cmlm .cmlm-filter li.active { border: 1px solid #666; -webkit-transition: 0.5s; transition: 0.5s; }
.cmlm .cmlm-filter li.disabled-filter { cursor: not-allowed; }
.cmlm .cmlm-hidden-category { display: none !important; }
.cmlm .cmlm-search input { font-size: 18px; margin-top: 10px; margin-bottom: 15px; }
.cmlm .cmlm-clearable { background: #fff url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=) no-repeat right -10px center ; padding-right: 18px; }
.cmlm .cmlm-clearable:focus { background: #fff url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=) no-repeat right -10px center ; padding-right: 18px; transition: background 0.4s; }
.cmlm .cmlm-clearable.x  { background-position: right 10px center; }
.cmlm .cmlm-clearable.onX{ cursor: pointer; }
.cmlm-content-left-or-right { width:24%; }
.cmlm .cmlm-content { position: relative; margin-bottom: 60px; }
.cmlm .cmlm-category-box { padding: 0; margin: 0; }
.cmlm .cmlm-content-single .cmlm-category-box { padding: 0; }
.cmlm .cmlm-category { margin: 10px 0; }
.cmlm .children .cmlm-category { margin: 0; }
.cmlm .cmlm-category ul { margin: 0 0 10px 0; padding: 0 !important; list-style: none; list-style-type: none; }
.cmlm .cmlm-content-single .cmlm-category ul { margin: 0; }
.cmlm .cmlm-category li { margin: 0 0 0 5px; overflow: hidden; border-bottom: 1px solid rgba(0, 0, 0, .15); width: calc(100% - 10px); }
.cmlm .cmlm-header { font-size:125%; font-weight:bold; color:#333; margin:0px 5px 0px 5px; border-bottom:1px solid rgba(0, 0, 0, .15); }
.cmlm .children .cmlm-header { font-size:100%; color:#666; }
.cmlm .cmlm-header .cancellink { float:right; }
.cmlm .cmlm-header .addlink { float:right; margin-top:3px; margin-right:5px; }
.cmlm .cmlm-header .addform { clear:both; background:#eee; padding:10px; }
.cmlm .cmlm-header .addform .cmlm_row { clear:both; }
.cmlm .cmlm-header .addform .cmlm_row.heading { font-size:16px; font-weight:bold; }
.cmlm .cmlm-header .addform .cmlm_row.addformresponse { font-size:13px; font-weight:normal; }
.cmlm .cmlm-header .addform .cmlm_row.addformresponse .success { color:green; }
.cmlm .cmlm-header .addform .cmlm_row.addformresponse .failure { color:red; }
.cmlm .cmlm-header .addform .cmlm_row.field label { font-size:15px; font-weight:normal; }
.cmlm .cmlm-header .addform .cmlm_row.field input[type="text"] { width:100%; }
.cmlm .cmlm-header .addform .cmlm_row.field textarea { width:100%; height:60px; }
.cmlm .cmlm-header .addform .cmlm_row.captcha { margin-top:10px; margin-bottom:10px; }
.cmlm .cmlm-header .addform .cmlm_row.button { margin-top:10px; margin-bottom:10px; }
.cmlm .cmlm-header .addform .cmlm_row.button input[type="submit"] { width:100px; border:1px solid #333; background:#ffffff; color:#333333; cursor:pointer; margin-right:10px; }
.cmlm .cmlm-header .addform .cmlm_row.button input[type="submit"]:hover { opacity:0.8; }
.cmlm .cmlm-header .addform .cmlm_row.button input[type="button"] { width:100px; border:1px solid #333; background:#B71C1C; color:#ffffff; cursor:pointer; margin-right:10px; }
.cmlm .cmlm-header .addform .cmlm_row.button input[type="button"]:hover { opacity:0.8; }
.cmlm .editlink { float:right; margin-top:10px; margin-right:6px; }
.cmlm .editlink span { font-family:"dashicons" !important; }
.dashicons-edit:before { font-family:"dashicons"; content:"\f464"; font-size:16px; padding:8px; }
.caddlink { margin-top:7px; float:right; }
.cancelcatlink { float:right; }
.addcform { clear:both; background:#eee; padding:10px; }
.addcform .cmlm_row { clear:both; }
.addcform .cmlm_row.heading { font-size:16px; font-weight:bold; }
.addcform .cmlm_row.addcformresponse { font-size:13px; font-weight:normal; }
.addcform .cmlm_row.addcformresponse .success { color:green; }
.addcform .cmlm_row.addcformresponse .failure { color:red; }
.addcform .cmlm_row.field label { font-size:15px; font-weight:normal; }
.addcform .cmlm_row.field input[type="text"] { width:100%; }
.addcform .cmlm_row.field textarea { width:100%; height:60px; }
.addcform .cmlm_row.captcha { margin-top:10px; margin-bottom:10px; }
.addcform .cmlm_row.button { margin-top:10px; margin-bottom:10px; }
.addcform .cmlm_row.button input[type="submit"] { width:100px; border:1px solid #333; background:#ffffff; color:#333333; cursor:pointer; margin-right:10px; }
.addcform .cmlm_row.button input[type="submit"]:hover { opacity:0.8; }
.addcform .cmlm_row.button input[type="button"] { width:100px; border:1px solid #333; background:#B71C1C; color:#ffffff; cursor:pointer; margin-right:10px; }
.addcform .cmlm_row.button input[type="button"]:hover { opacity:0.8; }
.cmlm .cmlm-category-link-list-entry { overflow: auto; }
.cmlm img.cmlm-favicon { display: inline; vertical-align: middle; margin-right: 5px; width: 16px; }
.cmlm a.cmlm-link { display: inline-block; text-decoration: none; color: #333; border: 0; outline: none; box-shadow: none; overflow: hidden; overflow-wrap: break-word; -webkit-hyphens: inherit; -moz-hyphens: inherit; hyphens: inherit; }
.cmlm a.cmlm-link.wb-ba { -ms-word-break: break-all; word-break: break-all; }
.cmlm a.cmlm-link.wb-bw { -ms-word-break: break-word; word-break: break-word; }
.cmlm a.cmlm-link.wb-ka { -ms-word-break: keep-all; word-break: keep-all; }
.cmlm a.cmlm-link.wb-nr { -ms-word-break: normal; word-break: normal; }
.cmlm a.cmlm-link-disabled { cursor: not-allowed; }
.cmlm .cmlm-tag { font-weight: bold; color: #eee; font-size: 75%; padding-left: 5px; padding-right: 5px; vertical-align: top; }
.cmlm .cmlm-link-subtitle { display: block; font-size: 0.75em; line-height: 1.2em; padding-left: 0; padding-bottom:5px }
.cmlm .cmlm-no-favicon .cmlm-link-subtitle { padding-left: 0; }
.cmlm .cmlm-link-image { float: right; }
.cmlm .cmlm-tagfile-link-wrap { display: block; float: right; width: 50%; font-weight: bold; color: #fff; font-size: 75%; padding-left: 5px; padding-right: 5px; vertical-align: top; margin: 0px 1px 2px 3px; }
.cmlm .cmlm-tagfile-link-wrap a { color: #fff; }
.cmlm .cmlm-checkboxes .cmlm-link { margin-left: 4px; }
.cmlm .cmlm-checkboxes .cmlm-link-checkbox { margin: 0; padding: 0; width: 21px; display: block; float: left; vertical-align: middle; text-align: center; }
.cmlm .cmlm-checkboxes .cmlm-link-checkbox input { margin: auto; }
.cmlm .cmlm-bonus-info { font-size: 0.9em; text-align: left; padding-bottom: 10px; }
.cmlm .cmlm-highlight { background: #eeee22; }
.cmlm .cmlm-tag .cmlm-highlight { background: none; padding: 0; margin: 0; vertical-align: top; color: #eeee22; }
@media print {
.cmlm .cmlm-filter { display: none; }
.cmlm a.cmlm-link { color: #000; opacity: 1; }
.cmlm a:after { content: " (" attr(href) ")"; font-size: 90%; word-wrap: break-word; }
.cmlm .cmlm-content { height: auto !important; }
.cmlm .cmlm-content-single { height: auto !important; }
.cmlm .cmlm-category { background: none !important; }
.cmlm .cmlm-category-box { display: block !important; position: relative !important; width: 100% !important; height: auto !important; left: 0 !important; top: 0 !important; }
}
.cmlm-category-link-list-entry img.cmlm-tag-icon { width: 16px; float: right; margin: 2px 20px; }
div.tag-link-wrapper { width: 100%; position: relative; float: right; }
a.nostyling { text-decoration: none !important; color: darkgrey !important; box-shadow: none; vertical-align: middle; display:inline-block; }
a.nostyling span.dashicons { font-family: 'dashicons' !important; font-size: 12pt; }
.cmlm-thumbsup, .cmlm-thumbsdown { cursor: pointer; }
.cmlm-thumbsup.disabled, .cmlm-thumbsdown.disabled { cursor: no-drop; }
.cmlm-search-input-wrapper { width: 100%; float: left; }
.cmlm-search-input-wrapper input { width: 60%; }
.cmlm-link-event-date { font-size: .9em; font-style: italic; }
.cmlm .cmlm-filter li input[type="checkbox"] { vertical-align: -.1em; position: relative; width: 1em; height: 1em;border: 1px solid #333; background: #fff; }
.cmlm_hover_tel_mailto_span { display:none; background: #ccc; padding: 10px; position: absolute; z-index: 1; color: #000; }
.cmlm_hover_tel_mailto_span a { background:#000; color:#fff; padding: 5px 10px; margin: 10px; border-radius: 10px; text-decoration: none; }
.cmlm_hover_tel_mailto_span a:hover {text-decoration: none; opacity:0.8; }
.cmlm_tel_click i { margin-left: 5px; }
.cmlm_mailto_click i { margin-left: 5px; }
.cmlm-category-link-list a.category_links_read_more { font-size:16px; color:#000000; opacity:0.75; }
.cmlm-category-link-list a.category_links_read_more:hover { opacity:1; }