📄 Viewing: wpr_optionsframework.css

/* Options Framework Admin Styles */

#wpbody #wpr_optionsframework-metabox {
	padding-top: 0;
	min-height: 900px;
}
#wpr_optionsframework {
    background: #CCC;
    color: #333;
    border: 1px solid #e5e5e5;	
}
#wpr_optionsframework-wrap.wrap {
	margin-right: 0px;
	overflow: hidden;
}
#wpr_optionsframework-wrap .nav-tab {
	margin: 0;
}
#wpr_optionsframework h3 {
	cursor: default;
	background-color: #14A085;
	border-bottom: 1px solid #ddd;
	color:#fff;
	display: none;
}
#wpr_optionsframework p {
	margin-bottom:0;
	padding-bottom:10px;
}
#wpr_optionsframework .section {
    background: #ffffff;
    margin: 1px;
}
#wpr_optionsframework .section .controls {
	float: left;
	min-width:350px;
	width: 54%;
	padding-right:2%;
}
#wpr_optionsframework ul#wpr-sortable li.list-group-item.disabled{
	background: rgba(79, 193, 233, 0.6);
}

.dashicons.dashicons-editor-help.pull-right{
    line-height: 24px;
}
#wpr_optionsframework .section-checkbox .controls {
	width: 98%;
}
#wpr_optionsframework .controls input[type=text] {
	width:100%;
}
#wpr_optionsframework .controls input[type=text].wp-color-picker {
    width: 65px;
}
#wpr_optionsframework .controls select, #wpr_optionsframework .controls textarea {
	width:100%;
}
#wpr_optionsframework .section-radio label, #wpr_optionsframework .section-multicheck label {
	float:left;
	max-width:90%;
	line-height: 16px;
}
#wpr_optionsframework #section-wpr_custom_css div.controls { width: 100% !important; }
div#section-wpr_custom_css #wpr_custom_css {border: 1px solid #ccc;}
#wpr_optionsframework label.explain {
	line-height: 22px;
}
#wpr_optionsframework ul#wpr-sortable span.pro-ftr {
	padding: 0 10px;
	font-weight: normal;
}
#wpr_optionsframework input.checkbox, #wpr_optionsframework input.of-radio {
	margin: 0 10px 5px 0;
	float:left;
	clear:both;
}
#wpr_optionsframework .section-typography .controls {
	float:none;
	width:auto;
}
#wpr_optionsframework .controls .of-typography-size {
	width:80px;
	float:left
}
#wpr_optionsframework .controls .of-typography-unit {
	width:50px;
	margin-left:5px;
	float:left
}
#wpr_optionsframework .controls .of-typography-face {
	width:100px;
	margin-left:5px;
	float:left
}
#wpr_optionsframework .controls .of-typography-style {
	width:80px;
	margin-left:5px;
	margin-right:5px;
	float:left
}
#wpr_optionsframework .section-typography .wp-picker-container {
	margin-top:2px;
}
#wpr_optionsframework .of-background-properties {
	clear:both;
	margin-top: 18px;
}
#wpr_optionsframework .controls .of-background-repeat {
	width:125px;
	margin-right:5px;
	float:left
}
#wpr_optionsframework .controls .of-background-position {
	width:125px;
	margin-right:5px;
	float:left
}
#wpr_optionsframework .controls .of-background-attachment {
	width:125px;
	margin-right:5px;
	float:left
}
#wpr_optionsframework .section-background .wp-picker-container {
	margin-bottom:10px;
}
#wpr_optionsframework .controls .of-radio-img-img {
	border:3px solid #f9f9f9;
	margin:0 5px 10px 0;
	display:none;
	cursor:pointer;
	float:left;
}
#wpr_optionsframework .controls .of-radio-img-selected {
	border:3px solid #ccc
}
#wpr_optionsframework .controls .of-radio-img-img:hover {
	opacity:.8;
}
#wpr_optionsframework .controls .of-border-width {
	width:80px;
	float:left
}
#wpr_optionsframework .controls .of-border-style {
	width:120px;
	float:left
}
a.wpr-preview-changes {cursor: pointer;}
div.queries-holder.live-preview {position: relative;}
div.live-preview-block {
	width: 100%;
	height: 300px;
	background-color: #ccc;
	display: block;
}
div.live-preview-block.show {
	display: block;
}
#wpr_optionsframework .hide {
	display:none;
}
#wpr_optionsframework .of-option-image {
	max-width:340px;
	margin:3px 0 18px 0;
}
.wp-color-result{
	height: auto;
}
.col-md-4.heading {
    padding: 14px 14px 8px 14px;;
}
.col-md-8.option {
    padding: 10px;
}
/* Editor */
label.btn.btn-default.active {
    background: #a0d468;
    border-color: #a0d468;
}
/* Image Uploader */

#wpr_optionsframework .controls input.upload {
	width:75%;
	margin-right: 1%;
}
#wpr_optionsframework .screenshot {
	float:left;
	margin-left:1px;
	position:relative;
	width:100px;
	margin-top:3px;
}
#wpr_optionsframework .screenshot img {
	background:#fafafa;
	border-color:#ccc #eee #eee #ccc;
	border-style:solid;
	border-width:1px;
	float:left;
	max-width:100px;
	padding:4px;
	margin-bottom:10px;
}
#wpr_optionsframework #wpr-sortable li, #wpr_optionsframework #wpr-item-sortable li {
	width: 100%;
	padding: 18px;
	color: #FFF;
	font-weight: bold;
}
#wpr_optionsframework #wpr-sortable li i, #wpr_optionsframework #wpr-item-sortable li i {
	margin-right: 5px;
}
#wpr_optionsframework .screenshot .remove-image {
	background:url("../images/ico-delete.png") no-repeat;
	border:medium none;
	bottom:4px;
	display:block;
	float:left;
	height:16px;
	padding:0;
	position:absolute;
	left:-4px;
	text-indent:-9999px;
	width:16px;
}
.wpr_optionsframework  .button-primary {
	background: #344A5F;
}
#wpr_optionsframework .screenshot .no_image .file_link {
	margin-left: 20px;
}
#wpr_optionsframework .screenshot .no_image .remove-button {
	bottom: 0px;
}
#wpr_optionsframework .reset-button {
	float:left;
	cursor:pointer;
}

/* Bottom Section */

#wpr_optionsframework-submit {
	padding: 7px 10px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}
#wpr_optionsframework .button-primary {
	float:right;
}
#wpr_optionsframework .section:after {
	content: "";
	display: table;
}
#wpr_optionsframework .section:after {
	clear: both;
}
.icons-search-input{
    min-width: 100% !important;
}
#wpr_optionsframework  .section#section-social .controls {
    width: 100%;
}
.fip-bootstrap.icons-selector{float: left;}
#section-social .controls input.social_link {
    width: 50%;
    margin-left: 20px;
    margin-right: 20px;
    float: left;
}
#wpr_optionsframework-wrap .nav-tab {
	background: #FFF;
	color: #333;

}
#wpr_optionsframework-wrap .nav-tab-active {
	background: #344A5F;
	color: #fff;
}
.wpr-new-field,.wpr-new-fields {
    margin: 0px 0px 20px 0px;
}
.metabox-holder {
	width: 82%;
	float: left;
}
.queries-holder {
	width: 17%;
	margin-left: 1%;
	float: left;
}
.queries-holder img{
	max-width: 100%;
	margin-bottom: 5px;
}
#wpr_optionsframework-wrap .live-preview-badge {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	position: fixed;
	right: -66px;
	top: 307px;
	background: #348cab;
	padding: 10px 11px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	box-shadow: 2px 3px 10px #3e3c3c;
	-moz-box-shadow: 2px 3px 10px #3e3c3c;
	-webkit-box-shadow: 2px 3px 10px #3e3c3c;
	letter-spacing: 1px;
	cursor: pointer;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	z-index: 9999;
	min-width: 172px;
}

.wpr-load-preview-wrap {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.wpr-load-preview-wrap span {
	background: #348cab;
	padding: 10px 12px;
	color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}

.wpr-smartphone {
  position: relative;
  width: 360px;
  height: 640px;
  margin: auto;
  border: 16px black solid;
  border-top-width: 60px;
  border-bottom-width: 60px;
  border-radius: 36px;
}

/* The horizontal line on the top of the device */
.wpr-smartphone:before {
  content: '';
  display: block;
  width: 60px;
  height: 5px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #333;
  border-radius: 10px;
}

/* The circle on the bottom of the device */
.wpr-smartphone:after {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translate(-50%, -50%);
  background: #333;
  border-radius: 50%;
}

/* The screen (or content) of the device */
.wpr-smartphone .smartphone-content {
  width: 328px;
  height: 520px;
  background: white;
}

.live-preview-container{
	position: absolute;
	right: -400px;
	top: -5px;
}

.pro-feature {
	position: relative;
	background: rgba(255, 252, 252, 0.7) !important;
}

.pro-feature .wpr-pro-block {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(18, 103, 153, 0.7);
	display: none;
	z-index: 99999;
}

.wpr-mobile-view {
	width: 100%;
	max-width: 345px;
	margin: 0 auto;
	background-image: url('../images/wpr-mobile.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	padding: 104px 23px 97px 28px;
	height: 720px;
}
.wpr-mobile-view iframe {
    width: 100%;
    height: 515px;
    border-radius: 3px;
}
.pro-feature .wpr-pro-block.show {
	display: block;
}

.pro-feature .wpr-pro-block a:hover {
	text-decoration: underline;
}

.pro-feature .wpr-pro-block a {
	text-align: center;
	display: block;
	color: #FFF;
	padding-top: 17px;
}



/* RTL CSS=====
=======================*/
body.rtl .queries-holder {
	margin-right: 2%;
	margin-left: 0;
}
body.rtl #wpr_optionsframework .section .controls {
	float: right;
	padding-right: 0;
}
body.rtl #wpr_optionsframework .screenshot,
body.rtl #wpbody #wpr_optionsframework-metabox,
body.rtl #wpr_optionsframework input.checkbox, 
body.rtl #wpr_optionsframework input.of-radio {
	float: right;
}

body.rtl #wpr_optionsframework .section-radio label, 
body.rtl #wpr_optionsframework .section-multicheck label {
	float: right;
	padding-right: 10px;
}
div#wpr_optionsframework-wrap > h2 {
	border-bottom: none;
}

div#wpr_optionsframework-wrap div.queries-holder.live-preview {
	margin-bottom: 30px;
	z-index: 9999;
}

div#wpr_optionsframework-wrap div.queries-holder {
	padding-top: 0%;
	margin-bottom: 1%;
}
div#wpr_optionsframework-wrap .nav-tab {
	border: 1px solid #e5e5e5;
    position: relative;
    top: 1px;
    z-index: 9;
    margin-right: 4px;
	
}

#section-wprmenu_showcase .col-md-4.heading {display: none;}
#section-wprmenu_showcase .col-md-8.option, #section-wprmenu_showcase .col-md-8 .controls  {width: 100%;}
.wprmenu-showcase-wrapper ul li {
	width: 33%;
	display: inline-block;
	text-align: center;
	position: relative;
	width: 33%;
	height: 540px;
	margin: auto;
	border: 16px black solid;
	border-top-width: 60px;
	border-bottom-width: 60px;
	border-radius: 36px;
	margin-bottom: 4px;
	margin-right: 4px;
}
.wprmenu-showcase-wrapper ul li:before {
  content: '';
  display: block;
  width: 60px;
  height: 5px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #333;
  border-radius: 10px;
}
.wprmenu-showcase-wrapper .wprmenu-content, .wprmenu-content-image {
	position: relative;
	height: 100%;
}
.wprmenu-content.image-overlay .wprmenu-content-image {
	-webkit-animation: wprm 1s linear ;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center: 
}
@-webkit-keyframes wprm {
 0%   {  opacity: 0.1; }
 50%   {  opacity: 0.6; }
 100%   {  opacity: 1; }
}
.wprmenu-showcase-wrapper .wprmenu-content.overlay {
	background: rgba(123, 135, 146, 0.82);
}
div.smartphone-content .overlay.show {
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	background-image: url('../images/8.gif');
	background-repeat: no-repeat;
	background-size: 25%;
	background-position: center; 
}
div.smartphone-content .overlay {
	display: none;
}
.wprmenu-showcase-wrapper .wprmenu-content.overlay .wprmenu-content-image {
	visibility: hidden;
}
.wprmenu-showcase-wrapper .wprmenu-content span {
	position: absolute;
	display: block;
	text-align: center;
	left: 6%;
	padding: 10px;
	width: 85%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
	border: 1px solid #FFF;
	color: #FFF;
}
.wprmenu-showcase-wrapper span.view-demo {
	top: 35%;
}
.wprmenu-showcase-wrapper span.import-demo {
	top: 47%;
}
.wprmenu-content.image-overlay span.view-demo, .wprmenu-content.image-overlay .wprmenu-data.import-demo {
	visibility: hidden;
}

.wprmenu-content.overlay span.view-demo, .wprmenu-content.overlay .wprmenu-data.import-demo {
	visibility: visible;
}
.wprmenu-showcase-wrapper ul li:after {
	content: '';
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translate(-50%, -50%);
  background: #333;
  border-radius: 50%;
}
html body #section-wprmenu_showcase div.controls {
	padding: 0 !important;
	margin: 0 !important;
}
.wprmenu-showcase-wrapper ul li:nth-child(3n) {
	float: right !important;
	margin-right: 0px !important;
}
html body ul.wprmenu-demo-list {
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
	overflow: hidden;
}
.wprmenu-showcase-wrapper h6 {
	text-align: center;
	display: block;
	font-size: 19px;
	margin-bottom: 0px;
	padding-bottom: 17px;
	border-bottom: 1px solid #ccc;
}
.wprmenu-showcase-wrapper .wprmenu-demo-list {
	padding-top: 20px;
}
.wprmenu-showcase-wrapper h6.wpr-demo-type {
	font-size: 19px;
	font-weight: bold;
}
.wprmenu-content a {color: #FFF !important;}
.wpr-demo-type span.pro-demo {
	font-size: 12px;
    background: #37bc9b;
    border-radius: 10px 10px;
    padding: 6px 9px;
    color: #FFF;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

🌑 DarkStealth — WP Plugin Edition

Directory: /home/httpd/html/matrixmodels.com/public_html/wp-content/plugins/wp-responsive-menu/inc/css