
/*-------------------------------
 BOARDS YO
-------------------------------*/

.modal.os-modal {
    z-index: 11001;
    max-width: 800px;
}

.os-modal .description-textarea {
    width: 95%;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-right: 5px;
    line-height: 20px;
    resize: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 15px;
    padding: 4px 8px;
}

.jquery-modal.blocker.current {
    z-index: 11000;
}

.chosen-container {
    width: 100% !important ;
    min-width: 90% !important;
}

#content.user-boards {
    width: 1020px;
    float: left;
    margin-top: 30px;
}

.user-boards .all-boards {
    display: inline-block;
    width: 100%;
    margin: 50px 0;
}

.board-item-wrap {
    width: 33%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

.board-card-wrap {
    width: 300px;
    height: 250px;
    display: inline-block;
    background: #fff;
    border-radius: 8px;
    vertical-align: top;
    text-align: left;
    position: relative;
}

.board-card-wrap:hover h3 {
    color: #438bca;
}

.board-preview-thumb {
    width: 33.333333%;;
    display: inline-block;
    margin: 0;
    float: left;
}

.board-preview-thumb img {
    object-fit: cover;
    width: 100px;
    height: 100px;
}

.board-preview-thumb:nth-child(1),
.board-preview-thumb:nth-child(1) img {
    border-top-left-radius: 8px;
}
.board-preview-thumb:nth-child(3),
.board-preview-thumb:nth-child(3) img {
    border-top-right-radius: 8px;
}

.board-preview-thumb:nth-child(1) img {
    padding: 0 1px 1px 0;
}
.board-preview-thumb:nth-child(2) img {
    padding: 0 1px 1px 0;
}
.board-preview-thumb:nth-child(3) img {
    padding: 0 0 1px 0;
}
.board-preview-thumb:nth-child(4) img {
    padding: 0 1px 0 0;
}
.board-preview-thumb:nth-child(5) img {
    padding: 0 1px 0 0;
}
.board-preview-thumb:nth-child(6) img {
    padding: 0 0 0 0;
}

.board-card-wrap h3 {
    padding: 13px 16px 15px;;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    line-height: 22px;
    margin: 0;
}

.single-board {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}

.private-board .board-card-wrap h3:before {
    display: inline-block;
    content: '';
    background:url('https://officesnapshots.com/wp-content/plugins/os-bookmarks/img/lock-dark.svg');
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 3px;
}

.private-board h2.board-title:before {
    display: inline-block;
    content: '';
    background:url('https://officesnapshots.com/wp-content/plugins/os-bookmarks/img/lock-dark.svg');
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    margin-right: 10px;
}

.single-bookmark {
    width: 194px;
    display: inline-block;
    height: auto;
    margin: 5px;
    float: left;
    position: relative;
}

.user-boards .board-info {
    margin: 0 auto;
    padding: 0 5px;
}

.user-boards .board-info h2.board-title {
    font-size: 28px;
    line-height: 26px;
    margin: 0;
}

.user-boards .board-info .board-meta {
    font-weight: 600;
    padding: 0 5px;
}

.single-bookmark img {
    width: 100%;
    height: auto;
    min-height: 194px;
}

.user-boards #author-info h2,
.user-boards .author-info h2 {
    margin: 0;
    font-size: 28px;
    display: inline-block;
    line-height: 22px;
}

.user-boards #author-info,
.user-boards .author-info {
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding-bottom: 15px;
    margin: 0 5px;
    clear: both;
}



.board-info .board-title .edit-bookmark.edit-board {
    display: inline-block;
    /*position: absolute;*/
    padding: 5px;
    /*top: 0;
    left: 0;*/
    margin: 0 10px;
    background-color: #fff;
    border-radius: 50%;
    height: 28px;
    vertical-align: top;
}

.board-info .board-title .edit-bookmark.edit-board:before {
    display: inline-block;
    content: '';
    background:url('https://officesnapshots.com/wp-content/plugins/os-bookmarks/img/edit-icon.svg');
    width: 18px;
    height: 18px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    vertical-align: top;
    background-position: 1px 1px;
}

.board-info .share-board-btn {
    font-size: 12px;
    margin: 10px;
    display: inline-block;
    height: 28px;
    vertical-align: top;
    padding: 5px 10px;
    line-height: 19px;
    background-color: #fff;
    border-radius: 4px;
    float: right;
}

.single-products .product-info-left .contact-button.save-button {
    background: #333;
    display: inline-block;
    width: 100px;
    margin-left: 20px;
}

.single-products .product-info-left .contact-button {
    display: inline-block;
}

.single-products .product-info-left .contact-button.save-button:before {
    display: inline-block;
    content: '';
    background:url('https://officesnapshots.com/wp-content/plugins/os-bookmarks/img/os.png');
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    margin-right: 3px;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: 0px 0px;
}

.edit-board-heading {
    margin: 0 0 10px;
    display: inline-block;
    clear: both;
    width: 100%;
    height: auto
}

.edit-board-options {
    margin: 20px 0;
    display: inline-block;
    clear: both;
    width: 100%;
    height: auto
}

.edit-board-options input[type='text'] {
    width: 95%;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin-right: 5px;
    line-height: 20px;
    resize: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 15px;
    padding: 4px 8px;
}

.edit-board-buttons {
    display: inline-block;
    height: 37px;
    margin-top: 15px;
    padding-top: 15px;
    clear: both;
    width: 100%;
    height: auto;
    border-top: 1px solid #f2f2f2;
}

.edit-board-buttons .modal-btn {
    background-color: #e5e5e5;
    display: inline-block;
    color: #333;
    font-weight: 700;
    font-size: 16px;
    padding: 7px 10px;
    border-radius: 7px;
    margin: 0 10px 0 0;
}

.edit-board-buttons .modal-btn a {
    color: #333;
}

.edit-board-buttons .btn-right {
    float: right;
}

.edit-board-options .board-privacy-options {
    margin: 10px 0;
}

.edit-board-options .board-privacy-options .privacy-label {
    display: block;
    font-weight: 600;
    font-size: 12px;
}

.edit-board-heading .team-board-convert-btn {
    font-size: 13px;
    color: #438bca;
    font-weight: 400;
    display: inline-block;
    float: right;
}

.edit-board-buttons .modal-btn.invite-user-btn {
    margin-right: 0;
    width: 80px;
    text-align: center;
}

.single-board.product-roundup h3 {
    padding: 0px 10px 0;
}

.single-board .product-listing {
    display: block;
    width: 320px;
    margin: 10px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-radius: 5px;
}

.single-board .product-listing .product-name {
    color: #444;
    font-size: 15px;
    text-shadow: none;
    font-weight: 600;
}

.single-board .product-listing .brand-name {
    color: #428bca;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    text-shadow: none;
}

.single-board .product-listing .product-photo {
    display: inline-block;
    float: left;
}

.single-board .product-listing .product-info-group {
    /*float: left;*/
    padding-top: 12px;
    display: inherit;
    text-align: left;
    width: auto;
}

.single-board .product-listing img {
    width: 75px;
    height: 75px;
    margin-right: 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.single-bookmark .highslide img,
.single-bookmark .highslide:hover img {
    border: 1px solid rgba(0,0,0,.05) !important;
    background: none !important;
}


.team-boards-page #main {
    padding-top: 35px;
}

.author .highslide-wrapper {
     /*width: 100% !important;*/
    /*margin-left: -50px !important;*/
    border: none !important;
    background-color: #333 !important;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.author .highslide-container .highslide-image + div > div:first-child {
    /*width: 300px !important;*/
    background-color: #ffffff;
    height: 600px;
    overflow: scroll;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    top: -1px !important;
}

.author .highslide-caption.photo-sidebar {
    padding: 20px !important;
}

.author .highslide-caption.photo-sidebar.project-preview {
    padding: 0 !important;
}

.author .highslide-caption.photo-sidebar h3 {
    margin: 0 5px 20px;
    padding-bottom: 6px;
    border-bottom: 1px solid #f2f2f2;
}

.author .highslide-caption.photo-sidebar p {
    background-color: #f2f2f2;
    border-radius: 50px;
    padding: 5px 15px;
}

.author .photo-sidebar .project-link,
.author .photo-sidebar .product-link {
    display: block;
    padding: 0;
    line-height: 15px;
    margin-bottom: 25px;
}

.author .photo-sidebar.project-preview .project-link {
    display: block;
    padding: 15px 20px;
    line-height: 15px;
    margin-bottom: 0;
}

.author .photo-sidebar .product-link .project-link-text {
    color: #333;
    font-weight: 800;
    margin: 0;
    padding: 0;
    line-height: 24px;
    font-size: 24px;
    letter-spacing: -.5px;
}

.author .photo-sidebar .sidebar-section.product-link:before {
    content: "product";
}

.author .highslide-container .activate-tagging {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 100px;
    margin: 15px 18px 15px;
    padding: 4px;
    border-radius: 5px;
    font-size: 11px;
    display: block;
    position: relative;
    background: #333;
    font-weight: 600;
}

.page-brand-feed .highslide-wrapper {
    border: none !important;
    background-color: #f2f2f2 !important;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.page-brand-feed .highslide-wrapper .os-overlay-wrapper {
    background-color: #333;
}

.sidebar-section.photo-notes .note-wrap {
    margin-bottom: 5px;
}

.sidebar-section.photo-notes .note-wrap span {
    font-size: 8px;
    text-transform: uppercase;
    float: right;
    margin-right: 15px;
    font-weight: 600;
    line-height: 15px;
    color: #8e8e8e;
}

.sidebar-section.photo-notes input[type='text'] {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin-right: 5px;
    line-height: 20px;
    resize: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 15px;
    padding: 4px 8px;
}

.sidebar-section.photo-notes .add-note-wrap {
    margin-top: 10px;
    padding: 15px 0;
    position: absolute;
    border-top: 1px solid #e5e5e5;
    bottom: 0;
    width: 310px;
}

.sidebar-section.photo-notes .note-save-btn {
    background-color: #e5e5e5;
    display: inline-block;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 7px;
    margin: 5px 0 0 0;
}

.sidebar-section.photo-notes .delete-note {
    display: none;
}

.sidebar-section.photo-notes .note-wrap:hover .delete-note {
    display: inline-block;
    margin-right: 5px;
    line-height: inherit;
    font-size: 10px;
    cursor: pointer;
}

.sidebar-section.photo-notes .note-save-btn:hover {
    cursor: pointer;
    text-decoration: none;
    background: #ccc;
}

.os-modal .chosen-container .chosen-results li.highlighted {
    background-color: inherit;
  background-image: none;
  color: #555 !important;
}

.os-modal .chosen-container .chosen-results li.active-result.highlighted:hover {
    background-color: #f2f2f2;
  color: #555 !important;
}

.os-modal .wpb-bm {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0 !important;
}

.board-select-wrap {
    position: relative;
}
.board-select-wrap .wpb-bm-inner {
    height: 225px;
    overflow: scroll;
}

.board-select-wrap .edit-board-buttons {
    position: absolute;
    bottom: 0;
    background-color: #fff;
}

.board-selection-box {
    padding-bottom: 60px;
}

.os-modal .save-bookmark-btn {
    width: 65px;
    text-align: center;
    margin-right: 0;
}

.os-modal .update-board-btn {
    width: 60px;
    text-align: center;
}

.os-modal .modal-btn.create-board-context {
    width: 65px;
    text-align: center;
    margin-right: 0;
}

.os-modal .save-bookmark-btn.disabled-btn,
.os-modal .create-board-save-btn.disabled-btn,
.os-modal .modal-btn.create-board-context.disabled-btn {
    pointer-events:none;
    opacity: .5;
}

.os-modal .modal-btn .saved-btn,
.os-modal .modal-btn.saved-btn,
.tray-new-board .tray-new-board-options .tray-save-btn.saved-btn {
    background-color: #28a745;
    color: #fff;
    text-align: center;
}

.os-modal .modal-btn .saved-btn:hover,
.os-modal .modal-btn.saved-btn:hover,
.tray-new-board .tray-new-board-options .tray-save-btn.saved-btn:hover {
    text-decoration: none;
}

.board-selection-box .board-selection-option label {
    display: block;
    font-weight: 600;
    padding: 6px 8px;
}

.board-selection-box .board-selection-option.hide {
    display: none;
}

.board-selection-box .board-selection-option label:hover {
    display: block;
    background-color: #f2f2f2;
    cursor: pointer !important;
    border-radius: 5px;
}

/*.board-selection-box .board-selection-option:after {
    display: none;
}*/

.board-selection-box .board-selection-option:hover {
    
}

/*.board-selection-box .board-selection-option:hover:after {
    content: 'SAVE';
    display: inline-block;
    float: right;
    color: #fff;
    background-color: #333;
    font-size: 10px;
    padding: 0px 5px;
    border-radius: 7px;
    font-weight: 700;
}*/

.os-modal .edit-board-options .board-options-left {
    float: left;
    padding-bottom: 1px;
}

.os-modal .edit-board-options .board-options-right {
    height: auto;
    padding: 0 15px;
    display: inline-block;
    float: left;
    width: 55%;
}

.os-modal .edit-board-options .create-board-options {
    width: 100%;
    padding: 0;
}

.board-tray .display-none,
.os-modal .display-none {
    display: none;
}

.os-modal .display-inline {
    display: inline-block;
}

.os-modal .bookmark-image-thumbnail {
    max-width: 250px;
}

.os-modal .bookmark-image-thumbnail img {
    width: 100%;
}

.os-modal .edit-board-bookmark-box {
    margin-bottom: 10px;
}

.os-modal .error-msg {
    display: inline-block;
}

.os-modal .edit-board-bookmark-box > label,
.os-modal .board-select-wrap > label {
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
}

.os-modal .board-select-wrap input.filter-boards {
    padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    width: 95%;
    font-size: 14px;
    margin-bottom: 5px;
}

.single-projects  #content .gallery-item .bookmark-gallery-image,
.single-post #content .gallery-item .bookmark-gallery-image {
    display: none;
}

.single-projects  #content .gallery-item:hover .bookmark-gallery-image,
.single-post #content .gallery-item:hover .bookmark-gallery-image {
    display: block;
    position: absolute;
    text-align: center;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: rgba(0,0,0,.5);
    color: #fff;
    padding: 5px 14px;
    text-shadow: 0 1px 3px rgba(255,255,255,.2);
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    margin: 0 5px;
}

/*.single-projects  #content .gallery-item:hover .bookmark-gallery-image,*/
/*.single-post #content .gallery-item .activate-tagging {
    display: none;
}*/

.single-post .highslide-container .activate-tagging {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 100px;
    margin: 15px 18px 15px;
    padding: 4px;
    border-radius: 5px;
    font-size: 11px;
    display: block;
    position: relative;
    background: #333;
    font-weight: 600;
}

.single-post .highslide-container .activate-tagging:hover {
    cursor: pointer;
}

.single-post #content .gallery-item:hover .activate-tagging {
    display: block;
    position: absolute;
    text-align: center;
    bottom: 10px;
    left: 7px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    padding: 2px 5px;
    text-shadow: 0 1px 3px rgba(255,255,255,.2);
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    height: 30px;
    width: 30px;
    font-size: 30px;
    vertical-align: top;
    text-decoration: none;
}

.single-post #content .gallery-item .activate-tagging.tagging-active {
    color: #000;
    background-color: rgba(255,255,255.5);
    position: absolute;
    text-align: center;
    bottom: 10px;
    left: 7px;
    padding: 2px 5px;
    text-shadow: 0 1px 3px rgba(255,255,255,.2);
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    height: 30px;
    width: 30px;
    font-size: 30px;
    vertical-align: top;
}

.highslide-container.hotspots-enabled .os-controls,
.highslide-container.hotspots-enabled .share-overlay {
    display: none;
}

.single-projects #content .gallery-item:hover .bookmark-gallery-image:before,
.single-post #content .gallery-item:hover .bookmark-gallery-image:before {
    display: inline-block;
    content: '';
    background: url('https://officesnapshots.com/wp-content/plugins/os-bookmarks/img/os.png');
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    margin-right: 6px;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: 0px 0px;
}

.single-projects  #content .gallery-item.hotspot-mode:hover .bookmark-gallery-image,
.single-post #content .gallery-item.hotspot-mode:hover .bookmark-gallery-image {
    display: none;
}

.single-projects #content .gallery-item.hotspot-mode:hover .bookmark-gallery-image:before,
.single-post #content .gallery-item.hotspot-mode:hover .bookmark-gallery-image:before {
    display: none;
}

#content.page-account-settings {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    background: #fff;
    padding: 40px 30px 100px;
    border-bottom: 1px solid #ccc;
}

.page-account-settings .account-sidebar {
    float: left;
    width: 225px;
}

.page-account-settings .account-settings {
    float: left;
    width: 500px;
    padding-left: 40px;
}

.page-account-settings .account-settings .post-content {
    margin-top: 40px;
}

.page-account-settings .account-settings-link {
    color: #333;
    font-weight: bold;
    font-size: 18px;
    display: block;
    line-height: 25px;
    margin-bottom: 5px;
    padding: 6px 16px;
}

.page-account-settings .account-sidebar .link-current-page {
    color: #333;
    background-color: #f2f2f2;
    border-radius: 20px;
}

.page-account-settings .account-settings p {
    margin: 10px 0 20px;
}

#occess .top-level > .menu-item.login-item,
#occess .top-level > .menu-item.join-item {
    padding: 8px 10px 9px;
}

#occess .top-level.top-level-right {
    float: right;
}

#occess ul li:hover > .sub-menu.account-sub {
    max-width: 150px;
    right: 28px;
    left: auto;
    padding-bottom: 0;
    -webkit-transition-delay: 0; 
    transition-delay: 0;
}

#occess .account-sub .menu-item {
    padding: 20px;
    font-weight: bold;
}

#occess .account-sub .menu-item:hover {
    text-decoration: underline;
    background-color: #e5e5e5;
}

#occess .invite-alert {
    background-color: #438bca;
    font-size: 11px;
    color: white;
    text-align: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    font-weight: 600;
    line-height: 16px;
}


#occess .pending-invites-count {
    background-color: #438bca;
    font-size: 11px;
    color: white;
    text-align: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: relative;
    font-weight: 600;
    display: inline-block;
    line-height: 16px;
}



#welcome-modal {
    max-width: 450px;
    padding-bottom: 60px
}

#welcome-modal .welcome-heading {
    text-align: center;
    padding: 20px 0 30px;
}

#welcome-modal .welcome-logo  {
    width: 48px;
    height: auto;
    margin-bottom: 10px;
}

#welcome-modal .save-example-logo {
    vertical-align: middle;
}

#welcome-modal .welcome-body {
    padding: 0 5px; 
}

#welcome-modal p {
    font-size: 15px;
    padding: 0 0 0 18px;
    text-indent: -17px;
}




.tray-new-board-options .tray-save-btn,
.user-boards .new-board-btn,
.user-boards .heading-btn {
    background-color: #e5e5e5;
    display: block;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 7px;
    margin: 5px 0 0 0;
}

.user-boards .new-board-btn,
.user-boards .heading-btn {
    float: right;
    /*border: 1px solid #ccc;*/
    background-color: #fff;
    margin-top: 0;
    display: inline-block;
    height: 30px;
    line-height: 22px;
}

.user-boards .new-board-btn:hover,
.user-boards .heading-btn:hover {
    cursor: pointer;
    color: #438bca;
    text-decoration: none;
}

.post-social .os-bookmark {
    line-height: 19px;
}

.post-social .os-bookmark .share-link {
    background-color: #333;
}

.highslide-overlay {
    background-color: transparent !important;
}

.share-overlay {
    margin: 0 0 30px 20px;
}

.share-overlay a {
    color: #fff;
    padding: 5px 14px;
    text-shadow: 0 1px 3px rgba(255,255,255,.2);
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    margin: 0 5px;
}

.share-overlay a:hover {
    text-decoration: none;
}

.share-overlay .overlay-pinterest-button,
.share-overlay .product-overlay-pinterest-button {
    background-color: #cb2027;
    background-color: rgba(0,0,0,.5);
}

.share-overlay .overlay-pinterest-button:before,
.share-overlay .product-overlay-pinterest-button:before {
    display: inline-block;
    content: '';
    background:url('https://officesnapshots.com/wp-content/plugins/os-bookmarks/img/icons.png');
    width: 20px;
    height: 20px;
    background-size: 35px auto;
    margin-right: 3px;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: -16px -1px;
}

.share-overlay .overlay-pinterest-button:hover,
.share-overlay .product-overlay-pinterest-button:hover {
    background-color: #aa0719;
    background-color: #000;
}

.share-overlay .overlay-email-button {
    background-color: #555;
    background-color: rgba(0,0,0,.5);
}

.share-overlay .overlay-email-button:before {
    display: inline-block;
    content: '';
    background:url('https://officesnapshots.com/wp-content/plugins/os-bookmarks/img/os.png');
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    margin-right: 6px;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: 0px 0px;
}

.share-overlay .overlay-email-button:hover {
    background-color: #000;
}

#new-user-modal {
    background-color: #f2f2f2;
    width: 800px;
    max-width: 800px;
    padding: 30px 40px 20px;
}

#new-user-modal h2 {
    margin: 0 0 20px;
}

#new-user-modal h4 {
    margin-bottom: 10px;
}

#new-user-modal .helper-tutorial {
    padding: 20px 0;
}

#new-user-modal .helper-image {
    width: 250px;
    text-align: center;
    display: inline-block;
}

#new-user-modal .helper-image img {
    max-width: 80%;
}

#new-user-modal .helper-tutorial.new-board-tut {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

#new-user-modal .helper-tutorial.drag-tut {
    border-bottom: 1px solid #ccc;
}

#new-user-modal .helper-tutorial.save-tut {
    padding-bottom: 0;
}

#new-user-modal .helper-tutorial.new-board-tut .helper-image {
    padding-top: 22px;
}

#new-user-modal .helper-tutorial.drag-tut .helper-image {
    padding-top: 10px;
}

#new-user-modal .helper-tutorial.save-tut .helper-image {
    padding-top: 45px;
}

#new-user-modal .helper-tutorial .helper-text {
    display: inline-block;
    width: 450px;
    padding: 15px 40px 20px;
    vertical-align: top;
}

#new-user-modal .helper-tutorial .helper-text p {
    margin-bottom: 10px;
}

#new-user-modal .helper-image.save-tut {
    padding: 10px 0 20px;
}

.user-boards.brand-feed .all-boards {
    background: #fff;
    margin: 30px 5px;
}

.user-boards.brand-feed .project-row {
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.user-boards.brand-feed .project-row-header .column-heading {
    font-weight: 700;
    border-bottom: none;
}

.user-boards.brand-feed .project-row-header .column-heading-date {
    text-align: right;
}



.user-boards.brand-feed .project-row .project-link,
.user-boards.brand-feed .project-row .firm-name a {
    color: #438bca;
}

.user-boards.brand-feed .hotspot-status {
    text-transform: uppercase;
    font-weight: 600;
}

.user-boards.brand-feed .hotspot-status.status-live {
    color: green;
}

.user-boards.brand-feed .hotspot-status.status-pending {
    color: orange;
}

.user-boards.brand-feed .hotspot-timestamp {
    font-size: 11px;
    text-align: right;
}

.user-boards.brand-feed .hotspot-project-name a {
    color: #438bca;
}

#content.user-boards.team-boards {
    margin-top: 100px;
}

.author-options-container {
    float: right;
    display: inline-block;
}

.board-sort-container {
    display: inline-block;
    text-align: right;
    padding: 0;
    margin-right: 10px;
}

.board-sort-container select {
    padding: 7px 7px 6px 7px;
    border: none;
    border-radius: 7px;
    font-weight: 700;
}

.filter-boards {
    display: block;
}

.officesnapshots-gallery .gallery-item a.mobile-save-button {
    display: none;
}

.edit-board-buttons .modal-btn.mobile-btn {
    display: none;
}

.note-save-spinner {
    display: inline-block;
    width: 30px;
    height: 22px;
    position: relative;
    vertical-align: middle;
    margin-left: 10px;
    margin-bottom: 0px;
    top: -2px;
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}
 
.spinner:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #000;
  animation: spinner .6s linear infinite;
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}

.os-modal .os-spinner {
    display: none;
    position: relative;
    width: 15px;
    margin-left: 10px;
}
 
.os-modal .os-spinner:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  margin-left: -7px;
  border-radius: 50%;
  border: 1px solid #ccc;
  border-top-color: #000;
  animation: spinner .6s linear infinite;
}

.os-modal .modal-btn.save-btn,
.os-modal .btn-saving.save-bookmark-btn,
.os-modal .saved-btn.save-bookmark-btn,
.os-modal .btn-saving.create-board-save-btn,
.os-modal .saved-btn.create-board-save-btn {
    display: flex;
    align-items: center; /* center the items vertically */
    width: auto;
}

.os-modal .modal-btn.save-btn .os-spinner,
.os-modal .btn-saving.save-bookmark-btn .os-spinner,
.os-modal .btn-saving.create-board-save-btn .os-spinner {
    display: inline-block;
}

.os-modal .modal-btn.save-btn.no-margin {
    margin: 0;
}




@media only screen and (max-device-width: 480px){

    .edit-board-buttons .modal-btn.mobile-btn {
        display: inline-block;
    }

    .officesnapshots-gallery .gallery-item .user-photo-options {
        display: inline-block;
        width: 100%;
        background: #fff;
        padding: 10px 20px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .officesnapshots-gallery .gallery-item a.mobile-save-button {
        display: inline-block;
        color: #333;
        font-weight: 600;
        float: right;
    }

    .officesnapshots-gallery .gallery-item a.mobile-products-button {
        display: inline-block;
        color: #333;
        font-weight: 600;
        float: left;
    }

    .jquery-modal.blocker {
        padding: 0;
    }
    .modal.os-modal {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        padding: 15 25px;
        width: 100%;
    }
    .modal.os-modal a.close-modal {
        top: 20px;
        right: 20px;
    }
    .jquery-modal .modal.os-modal {
        vertical-align: bottom;
    }
    .os-modal .edit-board-options .board-options-left {
        display: none;
    }
    .os-modal .edit-board-options .board-options-right {
        width: 100%;
    }
    .os-modal .edit-board-heading h3 {
        text-align: center;
    }
    .os-modal .edit-board-heading {
        margin: 10px 0 15px;
    }
    .os-modal .edit-board-bookmark-box {
        display: none;
    }
    .os-modal .filter-boards,
    .os-modal .filter-boards-label {
        display: none;
    }
    .os-modal .board-select-wrap .wpb-bm-inner {
        height: 325px;
    }
    .board-selection-box .board-selection-option label {
        background: #f2f2f2;
        margin-bottom: 8px;
        border-radius: 5px;
        border: 1px solid #e5e5e5;
    }
    .board-selection-box .board-selection-option label.board-select-checked {
        border: 2px solid #438bca;
        color: #fff;
        background: #438bca;
        padding: 5px 7px;
    }
    .board-selection-box .board-selection-option input {
        display: none;
    }

    .modal.os-modal .modal-btn[disabled],
    .modal.os-modal .modal-btn a[disabled] {
        pointer-events: none;
        color: #ccc;
    }

    .edit-board-buttons.bottom-buttons {
        display: none;
    }

    .edit-board-buttons .modal-btn.btn-left,
    .edit-board-buttons .modal-btn.btn-right {
        width: 45%;
        margin: 0;
        text-align: center;
    }

    .edit-board-options {
        margin: 5px 0 25px;
    }

}