/*--------------------------------------------------------- Text and Gallery section (html-builder.css) -------------------------------------------------------- */ .bgbn-text-column, .bgbn-gallery-item { margin-bottom: 40px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } @media screen and ( min-width: 1160px ) { .bgbn-text-column, .bgbn-gallery-item { margin-bottom: 0; /*reset*/ } } .bgbn-section .bgbn-gallery-items-stage .sortable-placeholder { margin-bottom: 38px; } .bgbn-plus-info { float: left; } /*--------------------------------------------------------- Text and Gallery: One column (html-builder.css) -------------------------------------------------------- */ .bgbn-text-columns-1 .bgbn-text-column-position-2, .bgbn-text-columns-1 .bgbn-text-column-position-3, .bgbn-text-columns-1 .bgbn-text-column-position-4 { display: none; } .bgbn-text-columns-1 .bgbn-sortable-handle { visibility: hidden; } /*--------------------------------------------------------- Text and Gallery: Two column (html-builder.css) -------------------------------------------------------- */ .bgbn-text-columns-2 .bgbn-text-column-position-3, .bgbn-text-columns-2 .bgbn-text-column-position-4 { display: none; } @media screen and ( min-width: 1160px ) { .bgbn-text-columns-2 .bgbn-text-column, .bgbn-gallery-columns-2 .bgbn-gallery-item { width: 50%; float: left; padding: 0 10px; } } .bgbn-text-columns-stage.bgbn-text-columns-2 .sortable-placeholder, .bgbn-gallery-items-stage.bgbn-gallery-columns-2 .sortable-placeholder { width: 50%; } /*--------------------------------------------------------- Text and Gallery: Three column (html-builder.css) -------------------------------------------------------- */ .bgbn-text-columns-3 .bgbn-text-column-position-4 { display: none; } @media screen and ( min-width: 1160px ) { .bgbn-text-columns-3 .bgbn-text-column, .bgbn-gallery-columns-3 .bgbn-gallery-item { width: 33.3333%; float: left; padding: 0 10px; } } .bgbn-text-columns-stage.bgbn-text-columns-3 .sortable-placeholder, .bgbn-gallery-items-stage.bgbn-gallery-columns-3 .sortable-placeholder { width: 33.3333%; } .bgbn-text-columns-3 .bgbn-media-button-text { display: none; /*reset*/ } /*--------------------------------------------------------- Text and Gallery: Four column (html-builder.css) -------------------------------------------------------- */ @media screen and ( min-width: 1260px ) { .bgbn-text-columns-4 .bgbn-text-column, .bgbn-gallery-columns-4 .bgbn-gallery-item { width: 25%; float: left; padding: 0 10px; } } .bgbn-text-columns-stage.bgbn-text-columns-4 .sortable-placeholder, .bgbn-gallery-items-stage.bgbn-gallery-columns-4 .sortable-placeholder { width: 25%; } .bgbn-text-columns-4 .bgbn-media-button-text { display: none; /*reset*/ } /*--------------------------------------------------------- Banner (html-builder.css) -------------------------------------------------------- */ .bgbn-banner-slide-body { padding: 12px; } .bgbn-banner-slides .bgbn-banner-slide-header h3 { background-color: #ffffff; } .bgbn-banner-options { float: left; width: 100%; margin-top: 40px; } .bgbn-banner-options-container { float: left; margin-right: 40px; } .bgbn-banner-options-title { margin-top: 8px; } /*--------------------------------------------------------- Banner: Slide (html-builder.css) -------------------------------------------------------- */ @media screen and ( min-width: 1160px ) { .bgbn-banner-slide-option-wrapper, .bgbn-banner-slide-background-image-wrapper, .bgbn-gallery-background-image-wrapper, .bgbn-gallery-background-options-wrapper { width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .bgbn-banner-slide-option-wrapper, .bgbn-gallery-background-options-wrapper { float: right; padding-left: 20px; } .bgbn-banner-slide-background-image-wrapper, .bgbn-gallery-background-image-wrapper { float: left; } } .bgbn-banner-slide-header h3 em { font-weight: normal; /*reset*/ color: #999999; } .bgbn-add-slide-wrapper, .bgbn-add-gallery-item-wrapper { margin-bottom: 20px; } .bgbn-add-slide-wrapper a:before, .bgbn-add-gallery-item-wrapper a:before { content: "\f132"; font-family: Dashicons; position: relative; top: 1px; padding-right: 4px; } @media screen and ( max-width: 782px ) { .bgbn-add-slide-wrapper a:before, .bgbn-add-gallery-item-wrapper a:before { top: 3px; } } .bgbn-banner-slide .bgbn-banner-slide-body { display: none; } .bgbn-banner-slide-open .bgbn-banner-slide-body { display: block; } .bgbn-stage .bgbn-banner-slides .sortable-placeholder { width: 100%; margin-bottom: 8px; } /*--------------------------------------------------------- Gallery (html-builder.css) -------------------------------------------------------- */ .bgbn-gallery-items-stage { float: left; width: 100%; } .bgbn-gallery-item { margin-bottom: 40px; } .bgbn-columns-select-wrapper, .bgbn-captions-select-wrapper, .bgbn-aspect-select-wrapper{ display: inline-block; float: right; margin-left: 20px; padding: 0 0 12px; } @media screen and ( max-width: 782px ) { .bgbn-columns-select-wrapper, .bgbn-captions-select-wrapper, .bgbn-aspect-select-wrapper{ display: block; float: none; margin: 0; /*reset*/ } } #poststuff .bgbn-large-title { padding-top: 12px; border-top: 1px solid #dfdfdf; } #poststuff .bgbn-large-title:before { content: "\f108"; font-family: Dashicons; position: relative; top: 7px; font-size: 30px; } .bgbn-gallery-background-options-wrapper label { vertical-align: top; } .bgbn-gallery-item-description-wrapper textarea { width: 100%; height: 75px; } .bgbn-gallery-background-options-container { float: left; width: 100%; } /*--------------------------------------------------------- Quick Start info (sections.css) -------------------------------------------------------- */ .ttfmp-import-message-hide { display: none; } .bgbn-default-active .ttfmp-import-message { display: none; }