/*
Theme Name: Responsive-child
Description: E-Success
Version: 1.9.5.3
Template: responsive
*/
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {scroll-behavior: auto;}
}

body {
    font-size: 16px;
	color: #444;
}
:root { accent-color: hsl(321 62% 43%); }

#logo img {
	box-shadow: rgba(0, 0, 0, 0.25) 2.5px -1px 3px;
}
#header #logo {
    margin: 25px 25px 0px 40px;
}


.myTopBar {
position: absolute;
top:0px;
left: 0px;
z-index:100;
width:100%;
height:18px;
background-color: #222;
color: #EEE;
text-align:left;
padding:10px 6px 6px 60px;
}
#footer .myTopBar A {
font-size: 1.2em;
color: #EEE;
text-decoration: none;
}
#footer .myTopBar A i{
color: #999;
padding: 0px 6px 0px 18px;
}

#footer .myTopBar A:hover {
background-color: transparent;
text-decoration: none;
}

.navWrapperRight .asl_w_container {
    width: 250px;
    float: right;
    margin: 0px 15px 0px 15px;
    min-width: 250px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
.navWrapperRight .asl_w_container {
    width: 90% !important;
	float: inherit !important;
	margin: 5px 5% 5px 5% !important;
}
}
@media only screen and (max-width: 640px) {
.navWrapperRight .asl_w_container {
    width: 90% !important;
	float: inherit !important;
	margin: 5px 5% 5px 5% !important;
}
}

.navWrapperRight #ajaxsearchlite1 .probox, div.asl_w .probox {
    margin: 0;
    padding: 4px;
    height: 28px;
    border: 3px solid #1e1e1e;
    border-radius: 8px;
	color: #9DBFAF;
	background-color: #f0f0f0;
}

#ajaxsearchliteres1 {
	margin-top: 10px !important;
}

.navWrapperRight div.asl_m .probox .proinput {
    margin: 0 0 0 5px;
    padding: 0 0px;
}
.navWrapperRight  #ajaxsearchlite1 .probox .proinput input,  div.asl_w .probox .proinput input {
    font-size: 14px;
}
div.asl_r.vertical {
    margin-top: 2px !important;
    border-radius: 8px !important;
}

#headerSearch {
	padding:0px;
	margin:0px;
}

h6.title-search-results {
	font-size: 2.000em;
    margin-bottom: 0em;
    margin-top: 0.5em;
}

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

#featured-image A:hover {
	background-color: transparent;
	color: #7030A0;
}

p {
word-wrap: normal;
}
@media print {
.mmtwrappos {
display: none!important;
}
}

#container {
    padding: 0px 0px 0px 48px;
	max-width: 100%;
}

@media screen and (max-device-width: 850px){
#content .mmtwrappos {
    bottom:0 !important;
    left: 0!important;
    position:fixed !important;
    z-index:150 !important;
    width:100%;
background-color:#DDDDDD;
margin:0px! important;
}
}

.solution {
padding:20px; background-color:rgb(250, 240, 247);border-radius:20px; margin:10px auto; clear: both;
}
.solution H4 {
margin-top:0px;
}

#menu-header, .menu, body.full-width-layout #content-outer, body.default-layout #content-outer, body.full-width-no-box #content-outer {
max-width:100%;
}

.menu {
background: #4c4c4c;
background: -moz-linear-gradient(top, #4c4c4c 0%, #382a2a 51%, #161616 52%, #161616 100%);
background: -webkit-linear-gradient(top, #4c4c4c 0%,#382a2a 51%,#161616 52%,#161616 100%);
background: linear-gradient(to bottom, #4c4c4c 0%,#382a2a 51%,#161616 52%,#161616 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#161616',GradientType=0 );
}
.menu a {
font-weight: normal;
}

.menu li li a {
background-color: #161616 !important;
color: white;
padding: 10px 10px;
}
.menu li li a:hover {
background-color: #464646 !important;
color: white;
}
.tagLine {
    font-size: 0.9em;
}
.menu a {
    font-size: 1em;
}

#featured .featured-title, #featured .featured-subtitle {
display: none !important;
}

h2 {
clear: both;
}

#header, .post {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.su-tabs.myTabs { background-color: #B475C2 }

.previous A, .next A {
 text-decoration: none;
 background-color: #B475C2;
 color: #FFFFFF;
}
.previous A:hover, .next A:hover { 
 text-decoration: underline;
 background-color: #B475C2;
 color: #FFFFFF;
 } 

.tagLine{ padding-left: 10px; }

.myQuote {
width: 80%;
border: 2px solid #7030A0;
padding: 30px;
margin: 10px;
text-align: center;
font-size: 14pt;
font-style: italic;
color: #7030A0;
background: rgba(235,233,249,1);
background: -moz-linear-gradient(top, rgba(235,233,249,1) 0%, rgba(193,191,234,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,233,249,1)), color-stop(100%, rgba(193,191,234,1)));
background: -webkit-linear-gradient(top, rgba(235,233,249,1) 0%, rgba(193,191,234,1) 100%);
background: -o-linear-gradient(top, rgba(235,233,249,1) 0%, rgba(193,191,234,1) 100%);
background: -ms-linear-gradient(top, rgba(235,233,249,1) 0%, rgba(193,191,234,1) 100%);
background: linear-gradient(to bottom, rgba(235,233,249,1) 0%, rgba(193,191,234,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe9f9', endColorstr='#c1bfea', GradientType=0 );
    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}

H4 {
margin-bottom: 0px;
padding-bottom: 0px;
}

A {
color: #7030A0;
}

A:hover
 { 
 text-decoration: underline;
 background-color: #B475C2;
 color: #FFFFFF;
 } 

.post-entry A {
 text-decoration: underline;
}

.post-entry A:hover {
 text-decoration: none;
}

.hupso-share-buttons A:hover {
  background-color: #FFFFFF;
 }
 
.tagLine {
color: #FFFFFF;
margin: 0px 25px 10px 0px;
font-style: italic;
}

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

.featured-title {
    font-size: 40px;
    letter-spacing: -1px;
    margin: 0;
    padding-top: 20px;
    text-align: center;
}

.featured-subtitle {
    font-size: 20px;
    padding: 0 10px;
    text-align: center;
}

#featured-image {
    margin: 0px 0px 0px 0px;
}

#featured-image a img.alignnone {
    margin: 0px 20px 0px 0px;
}

#featured {
    padding-bottom: 20px;
}

#header {
	background-color: #B475C2;
background: linear-gradient(114deg, rgba(12, 12, 12, 0.09) 0%, rgba(12, 12, 12, 0.09) 50%,rgba(165, 165, 165, 0.09) 50%, rgba(165, 165, 165, 0.09) 100%),linear-gradient(175deg, rgba(109, 109, 109, 0.06) 0%, rgba(109, 109, 109, 0.06) 50%,rgba(223, 223, 223, 0.06) 50%, rgba(223, 223, 223, 0.06) 100%),linear-gradient(95deg, rgba(10, 10, 10, 0.02) 0%, rgba(10, 10, 10, 0.02) 50%,rgba(28, 28, 28, 0.02) 50%, rgba(28, 28, 28, 0.02) 100%),linear-gradient(48deg, rgba(78, 78, 78, 0.06) 0%, rgba(78, 78, 78, 0.06) 50%,rgba(191, 191, 191, 0.06) 50%, rgba(191, 191, 191, 0.06) 100%),linear-gradient(48deg, rgba(227, 227, 227, 0.08) 0%, rgba(227, 227, 227, 0.08) 50%,rgba(156, 156, 156, 0.08) 50%, rgba(156, 156, 156, 0.08) 100%),linear-gradient(253deg, rgba(34, 34, 34, 0.09) 0%, rgba(34, 34, 34, 0.09) 50%,rgba(155, 155, 155, 0.09) 50%, rgba(155, 155, 155, 0.09) 100%),linear-gradient(88deg, rgba(136, 136, 136, 0.09) 0%, rgba(136, 136, 136, 0.09) 50%,rgba(118, 118, 118, 0.09) 50%, rgba(118, 118, 118, 0.09) 100%),linear-gradient(160deg, rgba(187, 187, 187, 0.04) 0%, rgba(187, 187, 187, 0.04) 50%,rgba(152, 152, 152, 0.04) 50%, rgba(152, 152, 152, 0.04) 100%),linear-gradient(90deg, rgb(252, 45, 228),rgb(120, 16, 230));
}

.su-tabs-nav span{
color: white !important;
}
.su-tabs-nav span:hover{
color: #333 !important;
}
.su-tabs-nav span.su-tabs-current{
color: #333 !important;
}

#header #logo {
	margin: 25px 25px 0px 25px; 
}

#header .social-icons {
	list-style: none;
	line-height: normal;
	padding:25px 25px 10px 25px;
	margin: 0;
	text-align: right;
}
#header .yelp-icon,
#header .vimeo-icon,
#header .youtube-icon,
#header .twitter-icon,
#header .facebook-icon,
#header .linkedin-icon,
#header .rss-feed-icon,
#header .instagram-icon,
#header .pinterest-icon,
#header .foursquare-icon,
#header .googleplus-icon,
#header .stumble-upon-icon {
	display: inline;
	margin: 1px;
	padding-left: 12px;
}

.main-nav {
	border-top: 1px #ffffff solid;
}

.title-archive {
display: none;
}
.copyright {
 text-align: right;
}

.searchbox {
	width:90%;
	background-color:#FFFFFF;
	margin:16px auto;
	padding: 6px 10px;
        border-radius: 5px;
	border: 1px solid #8560B1;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	   -moz-box-shadow: 0 10px 6px -6px #777;
	        box-shadow: 0 10px 6px -6px #777;
}

.draganddropKeywords {padding:10px;border:2px solid #8C0099; text-align: center;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 4px 4px 3px 0px rgba(176,176,176,1);
-moz-box-shadow: 4px 4px 3px 0px rgba(176,176,176,1);
box-shadow: 4px 4px 3px 0px rgba(176,176,176,1);
background-color: #E6D1E8;
min-height: 40px;
}
.draganddropText {padding:10px;border:2px solid #8C0099; font-family: arial;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 4px 4px 3px 0px rgba(176,176,176,1);
-moz-box-shadow: 4px 4px 3px 0px rgba(176,176,176,1);
box-shadow: 4px 4px 3px 0px rgba(176,176,176,1);
background-color: #E6D1E8;
}

.dropElement {min-width:126px; height:36px; margin: 2px; padding:2px; border:1px solid #aaaaaa; text-align: center; display: inline-block; vertical-align: middle;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #FFFFFF;
float: none !important;
}

.dragElement { display: inline-block; padding:6px 0 6px 0px; margin: 0px; background: #bd79b3; min-width: 120px; cursor: pointer; cursor: hand; font-family: arial; font-weight: bold; font-style: italic;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

#draganddropButton {padding:10px;border:2px solid #8C0099; text-align: center;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 4px 4px 3px 0px rgba(176,176,176,1);
-moz-box-shadow: 4px 4px 3px 0px rgba(176,176,176,1);
box-shadow: 4px 4px 3px 0px rgba(176,176,176,1);
background-color: #8C0099;
background-image: none;
text-shadow: none;
color: #ffffff;
min-height: 40px;
margin: 10px;
}

#draganddropButton:hover{
background-color: #E6D1E8;
color: #8C0099;
cursor: pointer;
cursor: hand;
}

#binary {
    border-spacing: 6px;
    border-collapse: separate;
}

#binary THEAD TR TD{
background-color: #E6D1E8;
color: #8C0099;
border-radius: 10px;
text-align: center;
padding: 10px;
}

#binary TBODY TR TD{
background-color: #8C0099;
color: #FFFFFF;
cursor: pointer;
cursor: hand;
border-radius: 10px;
text-align: center;
padding-top: 16px !important;
padding-bottom: 16px; !important;
padding-left: 16px !important;
padding-right: 16px !important;
font-size: 36pt;
vertical-align: middle;
min-height:54px;
}


#binary TBODY TD:hover{
background-color: #E6D1E8
color: #8C0099;
}

#calculationArea {padding:10px;border:2px solid #8C0099; text-align: center;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 4px 4px 3px 0px rgba(176,176,176,1);
-moz-box-shadow: 4px 4px 3px 0px rgba(176,176,176,1);
box-shadow: 4px 4px 3px 0px rgba(176,176,176,1);
background-color: #E6D1E8;
font-size: 18pt;
padding: 20px 2px;
}

.flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.flip-container, .flipcardfront, .flipcardback {
    width: 150px;
    height: 200px;
    box-sizing: border-box;
}

.flipper {
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    position: relative;
}

.flipcardfront, .flipcardback {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
}

.flipcardback {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.flip-container:hover .flipcardback, .flip-container.hover .flipcardback {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container:hover .flipcardfront, .flip-container.hover .flipcardfront {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-container{
  display: inline-block;
  margin-right: 20px;
}

.flipcardback, .flipcardfront{
cursor: pointer;
cursor: hand;
border-radius: 10px;
text-align: center;
font-family: arial;
}

.flipcardback{
background-color: #E6D1E8;
color: #8C0099;
padding-top: 20px !important;
padding-right: 10px !important;
padding-bottom: 6px !important;
padding-left: 10px !important;
font-size: 13pt;
  line-height: 150%;
}

.flipcardfront{
z-index: 2;
background-color: #8C0099;
color: #FFFFFF;
padding-top: 40px !important;
padding-right: 12px !important;
padding-bottom: 6px !important;
padding-left: 12px !important;
font-size: 64pt;
}

.mySpeechBubble {
  position:relative;
  padding:10px 20px;
font-size: 16pt;
line-height: 16pt;
  margin:0;
  color:#fff;
background: #cb60b3;
background: -moz-linear-gradient(top, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%);
background: -webkit-linear-gradient(top, #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%);
background: linear-gradient(to bottom, #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4',GradientType=0 );
  border-radius:10px;
}

.mySpeechBubble + p { margin:15px 0 2em 85px; font-style:italic;}

.mySpeechBubble:after {
  content:"";
  position:absolute;
  bottom:-40px;
  left:50px;
  border-width:0 20px 40px 0px;
  border-style:solid;
  border-color:transparent #db36a4;
  display:block;
  width:0;
}

.alternateTable tr:nth-child(even) {background-color: #efdeff;}
.alternateTable td{
   text-align:center; 
    vertical-align:middle;
}

.alternateTable TH, .alternateTable thead td {
color: white;
}

.byline, .author, .vcard, .post-meta .vcard {
display: none;
}

.mc_signup_submit {
text-align: left;
}

#mc_signup_submit {
width: auto!important;
margin-top: 0!important;
}

.su-tabs-pane {
    font-size: inherit !important;
}

#ajax-load-more .post-meta{
display:none;
}

.alternateTable thead tr, .su-tabs.myTabs, .mySpeechBubble, .su-button-style-glass span, .next A, .previous A{
background: linear-gradient(114deg, rgba(12, 12, 12, 0.09) 0%, rgba(12, 12, 12, 0.09) 50%,rgba(165, 165, 165, 0.09) 50%, rgba(165, 165, 165, 0.09) 100%),linear-gradient(175deg, rgba(109, 109, 109, 0.06) 0%, rgba(109, 109, 109, 0.06) 50%,rgba(223, 223, 223, 0.06) 50%, rgba(223, 223, 223, 0.06) 100%),linear-gradient(95deg, rgba(10, 10, 10, 0.02) 0%, rgba(10, 10, 10, 0.02) 50%,rgba(28, 28, 28, 0.02) 50%, rgba(28, 28, 28, 0.02) 100%),linear-gradient(48deg, rgba(78, 78, 78, 0.06) 0%, rgba(78, 78, 78, 0.06) 50%,rgba(191, 191, 191, 0.06) 50%, rgba(191, 191, 191, 0.06) 100%),linear-gradient(48deg, rgba(227, 227, 227, 0.08) 0%, rgba(227, 227, 227, 0.08) 50%,rgba(156, 156, 156, 0.08) 50%, rgba(156, 156, 156, 0.08) 100%),linear-gradient(253deg, rgba(34, 34, 34, 0.09) 0%, rgba(34, 34, 34, 0.09) 50%,rgba(155, 155, 155, 0.09) 50%, rgba(155, 155, 155, 0.09) 100%),linear-gradient(88deg, rgba(136, 136, 136, 0.09) 0%, rgba(136, 136, 136, 0.09) 50%,rgba(118, 118, 118, 0.09) 50%, rgba(118, 118, 118, 0.09) 100%),linear-gradient(160deg, rgba(187, 187, 187, 0.04) 0%, rgba(187, 187, 187, 0.04) 50%,rgba(152, 152, 152, 0.04) 50%, rgba(152, 152, 152, 0.04) 100%),linear-gradient(90deg, rgb(252, 45, 228),rgb(120, 16, 230)) !important;
}

.su-button-style-glass {
	width:100%;
	margin: 10px 0px 10px 0px;
}

.su-button-style-glass span:hover{
opacity: 0.4;
}

@media screen and (max-width: 600px){
.post-entry IMG.alignright:first-of-type {
min-width:270px;
}
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 100%;
}
	
.cc-floating.cc-theme-classic {
    padding: 0.5em;
    border-radius: 5px;
}

.cc-revoke, .cc-window {
    position: fixed;
	right: 0px;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 14px;
    line-height: 0.8em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
}
.cc-window {
    opacity: 1;
    transition: opacity 1s ease;
}
.cc-revoke {
    padding: .5em;
    display: none;
}

.su-tabs-pane.treeBG {
background-image: radial-gradient(circle at center center, transparent,rgb(255,255,255)),linear-gradient(309deg, rgba(90, 90, 90,0.05) 0%, rgba(90, 90, 90,0.05) 50%,rgba(206, 206, 206,0.05) 50%, rgba(206, 206, 206,0.05) 100%),linear-gradient(39deg, rgba(13, 13, 13,0.05) 0%, rgba(13, 13, 13,0.05) 50%,rgba(189, 189, 189,0.05) 50%, rgba(189, 189, 189,0.05) 100%),linear-gradient(144deg, rgba(249, 249, 249,0.05) 0%, rgba(249, 249, 249,0.05) 50%,rgba(111, 111, 111,0.05) 50%, rgba(111, 111, 111,0.05) 100%),linear-gradient(166deg, rgba(231, 231, 231,0.05) 0%, rgba(231, 231, 231,0.05) 50%,rgba(220, 220, 220,0.05) 50%, rgba(220, 220, 220,0.05) 100%),linear-gradient(212deg, rgba(80, 80, 80,0.05) 0%, rgba(80, 80, 80,0.05) 50%,rgba(243, 243, 243,0.05) 50%, rgba(243, 243, 243,0.05) 100%),radial-gradient(circle at center center, hsl(107,19%,100%),hsl(107,19%,100%)) !important;
}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  padding: 10px;
  margin: 10px!important;
}

@media screen and (max-width: 980px){
	#header #logo {
    margin-top: 0px;
}
	#header .social-icons {
		text-align: center;
	}
	.top-widget {
		width:100%;
		text-align:center;
		padding: 10px 0px 0px 0px;
	}
}

::-moz-selection { /* Code for Firefox */
  color: white;
  background: #7030A0;;
}

::selection {
  color: white;
  background: #7030A0;;
}

#pms_login .login-extra .register, #pms_login .login-extra .separator {
	display: none;
}

#pms_login input[type=submit], .pms-form input[type=submit] {

    color: #FFFFFF;
    padding: 7px 22px;
    font-size: 17px;
    line-height: 26px;
    border-color: #c86cf4;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
	font-weight: normal;
	background: linear-gradient(114deg, rgba(12, 12, 12, 0.09) 0%, rgba(12, 12, 12, 0.09) 50%,rgba(165, 165, 165, 0.09) 50%, rgba(165, 165, 165, 0.09) 100%),linear-gradient(175deg, rgba(109, 109, 109, 0.06) 0%, rgba(109, 109, 109, 0.06) 50%,rgba(223, 223, 223, 0.06) 50%, rgba(223, 223, 223, 0.06) 100%),linear-gradient(95deg, rgba(10, 10, 10, 0.02) 0%, rgba(10, 10, 10, 0.02) 50%,rgba(28, 28, 28, 0.02) 50%, rgba(28, 28, 28, 0.02) 100%),linear-gradient(48deg, rgba(78, 78, 78, 0.06) 0%, rgba(78, 78, 78, 0.06) 50%,rgba(191, 191, 191, 0.06) 50%, rgba(191, 191, 191, 0.06) 100%),linear-gradient(48deg, rgba(227, 227, 227, 0.08) 0%, rgba(227, 227, 227, 0.08) 50%,rgba(156, 156, 156, 0.08) 50%, rgba(156, 156, 156, 0.08) 100%),linear-gradient(253deg, rgba(34, 34, 34, 0.09) 0%, rgba(34, 34, 34, 0.09) 50%,rgba(155, 155, 155, 0.09) 50%, rgba(155, 155, 155, 0.09) 100%),linear-gradient(88deg, rgba(136, 136, 136, 0.09) 0%, rgba(136, 136, 136, 0.09) 50%,rgba(118, 118, 118, 0.09) 50%, rgba(118, 118, 118, 0.09) 100%),linear-gradient(160deg, rgba(187, 187, 187, 0.04) 0%, rgba(187, 187, 187, 0.04) 50%,rgba(152, 152, 152, 0.04) 50%, rgba(152, 152, 152, 0.04) 100%),linear-gradient(90deg, rgb(252, 45, 228),rgb(120, 16, 230)) !important;
}

#pms_login input[type=submit]:hover, .pms-form input[type=submit]:hover {
opacity: 0.8;
}	

#footer-tab {
position: sticky; bottom: 0px; right: 20px; padding:4px 8px; background-color: black; display: inline-block; float: right;
margin-right:20px; border-top-left-radius:4px;border-top-right-radius:4px;
	    background: -moz-linear-gradient(top, #4c4c4c 0%, #382a2a 51%, #161616 52%, #161616 100%);
    background: -webkit-linear-gradient(top, #4c4c4c 0%,#382a2a 51%,#161616 52%,#161616 100%);
    background: linear-gradient(to bottom, #4c4c4c 0%,#382a2a 51%,#161616 52%,#161616 100%);
}
}

#footer-tab A {margin:0px 4px;}
#footer-tab A:hover {
    background-color: transparent;
	text-decoration: underline !important;
}

.crayon-syntax {
    border-radius: 10px;
    padding: 10px;
}

@media screen and (max-width: 640px) {
.js .main-nav .menu li a {
    color: white;
}	

.js .main-nav .menu li {
    background-color: #222;
}	
	
.js .main-nav .menu li.current_page_item, .js .menu .current_page_item a, .js .menu .current-menu-item a {
    background-color: rgb(238,44,130);
}
	
	.js .main-nav .menu li a:hover, .js .main-nav .menu li li a:hover {
    background-color: rgb(238,44,130) !important;
}
	
#footer-tab {
display: block; position: absolute; top: 0px; right: 0px; width:100%; height:36px; margin-right:0px;
	box-sizing: border-box; padding: 4px 12px;
	border-top-left-radius:0px;border-top-right-radius:0px;
	text-align:right;
}
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
    margin: 2rem 0;
    border-top: 2px dashed grey;
    padding-top: 10px;
}

.rmp-social-widget .rmp-icon--social {
    width: 30px;
}

#lefte4smenu .fa-2x {
font-size: 2em;
}

#lefte4smenu .dashicons, .dashicons-before:before {
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 50px;
    height: 32px;
    font-size: 28px;
}	
#lefte4smenu .fa, #lefte4smenu .fas, #lefte4smenu .fab, #lefte4smenu .far {
position: relative;
display: table-cell;
width: 48px;
height: 32px;
text-align: center;
vertical-align: middle;
font-size:20px;
}

.main-menu:hover, nav.main-menu.expanded {
width:300px;
overflow:visible;
}

.main-menu {
background:#212121;
border-right:1px solid #e5e5e5;
position: fixed;
top: 0;
left: 0;
height:100%;
left:0;
width:48px;
overflow:hidden;
-webkit-transition:width .05s linear;
transition:width .05s linear;
-webkit-transform:translateZ(0) scale(1,1);
z-index:1000;
}

.main-menu>ul {
margin:4px 0;
}

.main-menu li {
position:relative;
display:block;
width:300px;
}
.main-menu li.sub {width:250px;}

.main-menu li>a {
position:relative;
display:table;
border-collapse:collapse;
border-spacing:0;
color:#999;
 font-family: arial;
font-size: 14px;
text-decoration:none;
-webkit-transform:translateZ(0) scale(1,1);
-webkit-transition:all .1s linear;
transition:all .1s linear;
}

.main-menu .nav-icon {
position:relative;
display:table-cell;
width:48px;
height:32px;
text-align:center;
vertical-align:middle;
font-size:18px;
}

.main-menu .nav-text {
position:relative;
display:table-cell;
vertical-align:middle;
width:250px;
  font-family: sans-serif;
}
.main-menu .sub .nav-text {
width:210px;
}
.main-menu>ul.logout {
position:absolute;
left:0;
bottom:0;
}

#lefte4smenu .no-touch .scrollable.hover {
overflow-y:hidden;
}

#lefte4smenu .no-touch .scrollable.hover:hover {
overflow-y:auto;
overflow:visible;
}

.main-menu a:hover,.main-menu a:focus {
text-decoration:none;
}

#lefte4smenu {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
}

#lefte4smenu ul, #lefte4smenu li {
outline:0;
margin:0;
padding:4px 0px 4px 0px;
}
.main-menu li:hover {
	color:#fff;
	background-color:#B475C2;
}
.main-menu li#quickTools:hover {
	color:#999;
	background-color: transparent!important;
}
.main-menu li:hover>a,nav.main-menu li.active>a,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus,.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,.dashboard-page nav.dashboard-menu ul li.active a {
	color:#fff;
}

#lefte4smenu .area {
float: left;
padding-left: 46px;
width: 100%;
height: 100%;
box-sizing: border-box;
}

#lefte4smenu .sub {
	display: none; 
	padding-left: 35px;
}


.enlighter-code-NOT-USED {
    border: 8px #272b33 solid;
    border-radius: 5px;
}

.code101 {
width:100%; padding: 10px; background-color:#272b33; color:#cfd5e0; font-family: Inconsolata,Consolas,Courier New;list-style-position: inside;
}
.code101 li::marker {
   color: #666;
 }

.enlighter-default {
    width: 100%;
    padding: 10px 8px !important;
	margin-top:10px !important;
    border-radius: 5px;
}

.enlighter-t-atomic.enlighter-linenumbers div.enlighter>div::before {
    padding: 0px 0px 0px 0px !important;
}



.su-box {
    margin: 0 0 1.5em;
    border-width: 0px !important;
}

.su-box {
	background: #333333;
	border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
	padding:3px;
}


.myBox {
	background: linear-gradient(114deg, rgba(12, 12, 12, 0.09) 0%, rgba(12, 12, 12, 0.09) 50%,rgba(165, 165, 165, 0.09) 50%, rgba(165, 165, 165, 0.09) 100%),linear-gradient(175deg, rgba(109, 109, 109, 0.06) 0%, rgba(109, 109, 109, 0.06) 50%,rgba(223, 223, 223, 0.06) 50%, rgba(223, 223, 223, 0.06) 100%),linear-gradient(95deg, rgba(10, 10, 10, 0.02) 0%, rgba(10, 10, 10, 0.02) 50%,rgba(28, 28, 28, 0.02) 50%, rgba(28, 28, 28, 0.02) 100%),linear-gradient(48deg, rgba(78, 78, 78, 0.06) 0%, rgba(78, 78, 78, 0.06) 50%,rgba(191, 191, 191, 0.06) 50%, rgba(191, 191, 191, 0.06) 100%),linear-gradient(48deg, rgba(227, 227, 227, 0.08) 0%, rgba(227, 227, 227, 0.08) 50%,rgba(156, 156, 156, 0.08) 50%, rgba(156, 156, 156, 0.08) 100%),linear-gradient(253deg, rgba(34, 34, 34, 0.09) 0%, rgba(34, 34, 34, 0.09) 50%,rgba(155, 155, 155, 0.09) 50%, rgba(155, 155, 155, 0.09) 100%),linear-gradient(88deg, rgba(136, 136, 136, 0.09) 0%, rgba(136, 136, 136, 0.09) 50%,rgba(118, 118, 118, 0.09) 50%, rgba(118, 118, 118, 0.09) 100%),linear-gradient(160deg, rgba(187, 187, 187, 0.04) 0%, rgba(187, 187, 187, 0.04) 50%,rgba(152, 152, 152, 0.04) 50%, rgba(152, 152, 152, 0.04) 100%),linear-gradient(90deg, rgb(252, 45, 228),rgb(120, 16, 230)) ;
	background:#682677 !important;
	border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
	padding:3px;
}

.su-box-title {
	background: transparent !important;
}


#breadcrumb {
  list-style: none;
  display: block;
  width:100%;
  overflow: auto;
}

#breadcrumb li {
  float: left;
  margin: 3px 0px;

}
#breadcrumb li a {
  color: #FFF !important;
  display: block;
  background: #333333;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
  font-size: 1em !important;	
}

#breadcrumb li:nth-child(even) a {
  background-color: #682677;
}
#breadcrumb li:nth-child(even) a:before {
  border-color: #682677;
  border-left-color: transparent;

}
#breadcrumb li:nth-child(even) a:after {
  border-left-color: #682677;
}

#breadcrumb li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
#breadcrumb li:first-child a:before {
  border: none;
}

#breadcrumb li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
#breadcrumb li:last-child a:after {
  border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #333333;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}
#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}
#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #333333;
}
#breadcrumb li a:hover {
  background-color: #9E43B3;
  color: #FFF !important;
}
#breadcrumb li a:hover:before {
  border-color: #9E43B3;
  border-left-color: transparent;
}
#breadcrumb li a:hover:after {
  border-left-color: #9E43B3;
}
#breadcrumb li a:active {
  background-color: #9E43B3;
  color: #FFF !important;
}
#breadcrumb li a:active:before {
  border-color: #9E43B3;
  border-left-color: transparent;
}
#breadcrumb li a:active:after {
  border-left-color: #9E43B3;
}

.wp-embedded-content {
	width:100% !important;
	margin-top: 6px;
}

.su-box p {margin:0px 0px 0px 0px;}
.su-box .su-button {margin: 4px 2px;}

#specification {
	text-align: left;
}
#specification h4 {
	background-color: #333; 
	color: white;
	padding: 4px;
	margin-bottom:2px;
	margin-right:0px;
	width:100%;
}
#specification UL {
	margin-left: 20px;
	padding-left: 0px;
	margin-bottom:2px;
}
#specification UL LI  {
	background-color: #933AAD; 
	color: white;
	padding: 4px;
	margin-bottom:2px;
	width:100%;
	margin: 1px 0px;
	padding-left:24px;
	list-style: none;
}
#specification UL UL LI  {
	background-color: #EFDEFF; 
	color: #333333;
	padding: 4px;
	margin: 1px 0px;
	padding-left:48px;
	width:100%;
	list-style: none;
}

.skip-container {
	padding: 0em 0em 0em 0;
}

@media screen and (max-width: 650px){
#container {
    padding: 0px 2px;
}
	
#lefte4smenu { display: none; }
.myTopBar {display: none;}
	
.su-lightbox-content {
		width: 90% !important;
		padding: 40px 20px !important;
	}	
	#specification UL {
		margin-left: 0px;
	}
	
}