body .extendedwopts-show {
display: none;
}
body .widgetopts-hide_title .widget-title {
display: none;
}
body .extendedwopts-md-right {
text-align: right;
}
body .extendedwopts-md-left {
text-align: left;
}
body .extendedwopts-md-center {
text-align: center;
}
body .extendedwopts-md-justify {
text-align: justify;
}
@media screen and (min-width: 1181px) {
body .extendedwopts-hide.extendedwopts-desktop {
display: none !important;
}
body .extendedwopts-show.extendedwopts-desktop {
display: block;
}
body .widget.clearfix-desktop {
clear: both;
}
}
@media screen and (max-width: 1024px) and (orientation: Portrait) {
body .extendedwopts-hide.extendedwopts-tablet {
display: none !important;
}
body .extendedwopts-show.extendedwopts-tablet {
display: block;
}
body .widget.clearfix-desktop {
clear: none;
}
body .widget.clearfix-tablet {
clear: both;
}
}
@media screen and (max-width: 1180px) and (orientation: landscape) {
body .extendedwopts-hide.extendedwopts-tablet {
display: none !important;
}
body .extendedwopts-show.extendedwopts-tablet {
display: block;
}
body .widget.clearfix-desktop {
clear: none;
}
body .widget.clearfix-tablet {
clear: both;
}
}
@media screen and (max-width: 767px) and (orientation: Portrait) {
body .extendedwopts-hide.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: block !important;
}
body .extendedwopts-show.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: none !important;
}
body .extendedwopts-hide.extendedwopts-mobile {
display: none !important;
}
body .extendedwopts-show.extendedwopts-mobile {
display: block;
}
body .widget.clearfix-desktop,
body .widget.clearfix-tablet {
clear: none;
}
body .widget.clearfix-mobile {
clear: both;
}
}
@media screen and (max-width: 991px) and (orientation: landscape) {
body .extendedwopts-hide.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: block !important;
}
body .extendedwopts-show.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: none !important;
}
body .extendedwopts-hide.extendedwopts-mobile {
display: none !important;
}
body .extendedwopts-show.extendedwopts-mobile {
display: block;
}
body .widget.clearfix-desktop,
body .widget.clearfix-tablet {
clear: none;
}
body .widget.clearfix-mobile {
clear: both;
}
}
.panel-cell-style:after {
content: "";
display: block;
clear: both;
position: relative;
}.drawer {
width: 100%;
border-top: 1px solid #E0E0E0;
border-radius: 3px;
}
.accordion-item {
border-bottom: 1px solid #E0E0E0;
}
.accordion-item-active .accordion-header {
background: #888;
transition: .25s;
}
.accordion-item-active .accordion-header-icon {
color: #fff;
}
.accordion-item-active .accordion-header h2 {
color: #fff;
}
.accordion-header {
background: #f2f2f2;
padding: 12px;
cursor: pointer;
border-right: 1px solid #E0E0E0;
border-left: 1px solid #E0E0E0;
min-height: 37px;
transition: .25s;
}
.accordion-content .accordion-header {
display: none;
}
div.accordion-content {
width: 100%;
padding: 12px;
}
.accordion-header h2 {
float: left;
font-size: 15px !important;
font-weight: normal;
margin: 0;
line-height: 1.1em;
color: #212121;
}
.accordion-content {
border-left: 1px solid #E0E0E0;
border-right: 1px solid #E0E0E0;
border-top: 1px solid #E0E0E0;
display: none;
padding: 0px;
color: #212121;
background: #FFF;
font-size: 15px;
line-height: 1.45em;
}
.accordion-content p {
margin: 0;
margin-bottom: 3px;
}
.accordion-header-icon {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
float: right;
color: #888;
font-size: 14px;
line-height: 16px;
vertical-align: middle;
}
.accordion-header-icon.accordion-header-icon-active {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
color: #fff;
}