/* Theme Name: Bizznis Description: Used to style the TinyMCE editor. WARNING! DO NOT EDIT THIS FILE! This file is part of the core Bizznis parent theme. Please do all modifications in the form of a child theme. */ /* FILE STRUCTURE: Imports Box Sizing Typographical Elements Headings Objects Forms Tables Column Classes Images RTL */ /* Imports --------------------------------------------- */ @import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700); /* Box Sizing --------------------------------------------- */ *, input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* Typographical Elements --------------------------------------------- */ html .mceContentBody { font-size: 100%; /* 10px browser default */ -webkit-font-smoothing: antialiased; } body { font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.625; -webkit-backface-visibility: hidden; } a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button { -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; } ::-moz-selection { background-color: #333; color: #fff; } ::selection { background-color: #333; color: #fff; } a { color: #dc3231; text-decoration: none; } a:hover { color: #dc3231; text-decoration: underline; } a img { margin-bottom: -7px; } p { margin: 0 0 24px; padding: 0; } strong { font-weight: 700; } ol, ul { margin: 0; padding: 0; } ol, p, ul { margin-bottom: 24px; } ol li, ul li { margin-left: 40px; } ol ol, ul ul, .wp-caption p { margin-bottom: 0; } blockquote, blockquote::before { color: #999; } blockquote { border-left: 5px solid #e5e5e5; margin: 40px; padding-left: 40px; } cite { font-style: normal; } /* Headings --------------------------------------------- */ h1, h2, h3, h4, h5, h6 { font-weight: 600; line-height: 1.2; margin: 0 0 16px; } h1 { font-size: 36px; } h2 { font-size: 30px; } h3 { font-size: 24px; } h4 { font-size: 20px; } h5 { font-size: 18px; } h6 { font-size: 16px; } /* Objects --------------------------------------------- */ embed, iframe, img, object, video { max-width: 100%; } img { height: auto; width: auto; /* IE8 */ } .embed-container { height: 0; margin-bottom: 40px; overflow: hidden; padding-bottom: 56.25%; /* 16/9 ratio */ padding-top: 0; /* IE6 workaround*/ position: relative; } .embed-container iframe, .embed-container object, .embed-container embed { height: 100%; left: 0; position: absolute; top: 0; width: 100%; } /* Forms --------------------------------------------- */ input, select, textarea { background-color: #fff; border: 1px solid #ddd; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); color: #333; max-width: 100%; padding: 10px; } input:focus, textarea:focus { background-color: #fff; border-color: #999; outline: none; } ::-moz-placeholder { color: #999; opacity: 1; } ::-webkit-input-placeholder { color: #999; } button, input[type="button"], input[type="reset"], input[type="submit"], .button { background-color: #1e1e1d; border: none; box-shadow: none; color: #fff; cursor: pointer; padding: 10px 15px; width: auto; } button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover { background-color: #dc3231; } .button { display: inline-block; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button { display: none; } /* Tables --------------------------------------------- */ .mceItemTable { border-collapse: collapse; border-spacing: 0; line-height: 2; margin-bottom: 40px; width: 100%; } tbody { border-bottom: 1px solid #ddd; } th, td { text-align: left; } th { font-weight: 700; text-transform: uppercase; } table .label { font-weight: 600; } td { border-top: 1px solid #ddd; padding: 5px 20px 5px 0; } /* Column Classes --------------------------------------------- */ .five-sixths, .four-fifths, .four-sixths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fifths, .three-fourths, .three-sixths, .two-fifths, .two-fourths, .two-sixths, .two-thirds { float: left; margin-left: 4.166666666%; /* 48px / 1152px */ } .one-half, .three-sixths, .two-fourths { width: 47.9166666666%; /* 552px / 1152px */ } .one-third, .two-sixths { width: 30.555555555%; /* 352px / 1152px */ } .four-sixths, .two-thirds { width: 65.277777777%; /* 752px / 1152px */ } .one-fourth { width: 21.875%; /* 252px / 1152px */ } .three-fourths { width: 73.958333333%; /* 852px / 1152px */ } .one-fifth { width: 16.666666666%; /* 192px / 1152px */ } .two-fifths { width: 37.5%; /* 432px / 1152px */ } .three-fifths { width: 58.333333333%; /* 672px / 1152px */ } .four-fifths { width: 79.166666666%; /* 912px / 1152px */ } .one-sixth { width: 13.194444444%; /* 152px / 1152px */ } .five-sixths { width: 82.638888888%; /* 952px / 1152px */ } .first { margin-left: 0; } /* Images --------------------------------------------- */ img.centered, .aligncenter { display: block; margin: 0 auto 24px; } .alignleft { float: left; text-align: left; } .alignright { float: right; text-align: right; } .wp-caption { border: none; background: none; max-width: 100%; } img.alignnone, .wp-caption.alignnone { margin-bottom: 24px; } img.alignleft, .wp-caption.alignleft { margin: 0 24px 24px 0; } img.alignright, .wp-caption.alignright { margin: 0 0 24px 24px; } .wp-caption-text, .wp-caption-dd { font-size: 14px; font-weight: 700; margin-top: 15px; text-align: center; } .gallery-caption { margin-top: 10px; } /* RTL --------------------------------------------- */ html .mceContentBody.rtl { direction: rtl; unicode-bidi: embed; } .rtl .wp-caption, .rtl tr th { text-align: right; } .rtl td { text-align: right; }