/* line 6, ../sass/moodboard.scss */
.my-moodboards { max-height: 1500px; opacity: 1; overflow: hidden; -moz-transition: max-height 0.3s ease, opacity 0.2s ease-in; -o-transition: max-height 0.3s ease, opacity 0.2s ease-in; -webkit-transition: max-height 0.3s ease, opacity 0.2s ease-in; transition: max-height 0.3s ease, opacity 0.2s ease-in; }
/* line 11, ../sass/moodboard.scss */
.my-moodboards.hidden-mb { opacity: 0; max-height: 0; }

/* line 17, ../sass/moodboard.scss */
.miniboard { margin-bottom: 20px; }

/* line 21, ../sass/moodboard.scss */
.moodboard-thumb { border: 1px solid #c4c4c4; height: 140px; position: relative; text-align: center; background-position: 50% 50%; background-size: cover; }
/* line 28, ../sass/moodboard.scss */
.moodboard-thumb span { display: block; opacity: 0; height: 100%; color: white; background: rgba(12, 56, 120, 0.6); -moz-transition: opacity 0.2s ease; -o-transition: opacity 0.2s ease; -webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease; }
/* line 36, ../sass/moodboard.scss */
.moodboard-thumb h5, .moodboard-thumb h6 { margin: 0; font-weight: 300; }
/* line 40, ../sass/moodboard.scss */
.moodboard-thumb h5 { font-size: 16px; padding: 45px 0 5px; }
/* line 44, ../sass/moodboard.scss */
.moodboard-thumb a { display: block; height: 100%; }
/* line 48, ../sass/moodboard.scss */
.moodboard-thumb a:hover { text-decoration: none; }
/* line 50, ../sass/moodboard.scss */
.moodboard-thumb a:hover span { opacity: 1; }

/* line 56, ../sass/moodboard.scss */
.new-moodboard { border: 1px solid #c4c4c4; height: 140px; width: 100%; padding: 30px; text-align: center; font-size: 15px; font-weight: 400; margin: 0; background: white; color: #0c3878; -moz-transition: background-color 0.1s ease, color 0.1s ease; -o-transition: background-color 0.1s ease, color 0.1s ease; -webkit-transition: background-color 0.1s ease, color 0.1s ease; transition: background-color 0.1s ease, color 0.1s ease; }
@media (max-width: 768px) { /* line 56, ../sass/moodboard.scss */
  .new-moodboard { min-width: 100px; padding: 0; } }
/* line 72, ../sass/moodboard.scss */
.new-moodboard:hover { text-decoration: none; background: #0c3878; border: none; }
/* line 77, ../sass/moodboard.scss */
.new-moodboard svg { display: block; margin: 3px auto; width: 30px; height: 30px; }
/* line 82, ../sass/moodboard.scss */
.new-moodboard svg .line { fill: #0c3878; }

/* line 88, ../sass/moodboard.scss */
.hide-moodboards { float: right; position: relative; z-index: 1000; margin: 10px 0; }
/* line 93, ../sass/moodboard.scss */
.hide-moodboards.hidden-mb { margin-top: 0; }
/* line 96, ../sass/moodboard.scss */
.hide-moodboards svg { width: 30px; height: 30px; }

/* line 102, ../sass/moodboard.scss */
hr { clear: both; }

/* line 108, ../sass/moodboard.scss */
.current-moodboard { text-align: center; }
/* line 110, ../sass/moodboard.scss */
.current-moodboard form { display: inline; }
/* line 113, ../sass/moodboard.scss */
.current-moodboard ul.ready li { -moz-transform: none !important; -ms-transform: none !important; -webkit-transform: none !important; transform: none !important; }

/* line 118, ../sass/moodboard.scss */
.cookie-edit-board { padding-bottom: 100px; }

/* line 122, ../sass/moodboard.scss */
.current-moodboard-actions { display: inline-block; vertical-align: middle; *vertical-align: auto; *zoom: 1; *display: inline; }
@media (max-width: 768px) { /* line 125, ../sass/moodboard.scss */
  .current-moodboard-actions .add-new-trigger { display: none; } }

@media (max-width: 768px) { /* line 133, ../sass/moodboard.scss */
  .current-moodboard a.button, .current-moodboard button { margin-bottom: 5px; } }
/* line 140, ../sass/moodboard.scss */
.moodboard-headers { color: #9e9e9e; }
/* line 142, ../sass/moodboard.scss */
.moodboard-headers input[type="text"] { text-align: center; border: none; width: 100%; color: #424242; border: none; padding: 10px; }
/* line 149, ../sass/moodboard.scss */
.moodboard-headers input[type="text"]:focus { outline: none; }

/* line 155, ../sass/moodboard.scss */
#delete { background: #b31313; }

/* line 159, ../sass/moodboard.scss */
.moodboard-title, .moodboard-sub-title { margin: 0; }

/* line 164, ../sass/moodboard.scss */
.moodboard-title input { font-size: 34px; }
@media (max-width: 767px) { /* line 164, ../sass/moodboard.scss */
  .moodboard-title input { font-size: 22px; } }

@media print { /* line 171, ../sass/moodboard.scss */
  .moodboard-text-wrapper, .moodboard-actions { display: none; } }

@media (max-width: 767px) { /* line 178, ../sass/moodboard.scss */
  .moodboard-sub-title { font-size: 16px; } }

/* line 184, ../sass/moodboard.scss */
.gridster { margin: 50px auto; }
/* line 186, ../sass/moodboard.scss */
.gridster li { background-color: #e6e6e6; background-position: 50% 10%; background-repeat: none; background-size: cover; position: relative; }
@media print { /* line 186, ../sass/moodboard.scss */
  .gridster li { -webkit-print-color-adjust: exact; } }
/* line 195, ../sass/moodboard.scss */
.gridster li div { display: block; height: 100%; -moz-transition: opacity 0.1s ease; -o-transition: opacity 0.1s ease; -webkit-transition: opacity 0.1s ease; transition: opacity 0.1s ease; }
/* line 200, ../sass/moodboard.scss */
.gridster li .button { margin-top: 10px; }
@media screen and (max-width: 830px) { /* line 200, ../sass/moodboard.scss */
  .gridster li .button { margin-top: 5px; } }
/* line 206, ../sass/moodboard.scss */
.gridster li .remove-widget { float: right; cursor: pointer; padding: 5px; font-size: 30px; line-height: 15px; font-weight: 400; color: #222; }
/* line 215, ../sass/moodboard.scss */
.gridster li .gs-resize-handle.gs-resize-handle-both { background: none; width: 0; height: 0; bottom: 5px; right: 5px; border-bottom: 14px solid #222; border-left: 14px solid transparent; }
/* line 224, ../sass/moodboard.scss */
.gridster li.has-content { color: white; }
/* line 226, ../sass/moodboard.scss */
.gridster li.has-content .text { position: absolute; top: 10px; left: 10px; text-transform: uppercase; font-size: 12px; font-weight: 400; text-align: left; }
/* line 235, ../sass/moodboard.scss */
.gridster li.has-content div { opacity: 0; color: white; background: rgba(255, 255, 255, 0.6); }
/* line 241, ../sass/moodboard.scss */
.gridster li.no-content { color: #9e9e9e; }
/* line 243, ../sass/moodboard.scss */
.gridster li.no-content .drag-drop { border: 3px dashed #e6e6e6; background: white; position: relative; }
/* line 248, ../sass/moodboard.scss */
.gridster li.no-content .text { display: block; padding-top: 30px; font-size: 16px; font-weight: 500; }
@media screen and (max-width: 830px) { /* line 248, ../sass/moodboard.scss */
  .gridster li.no-content .text { padding-top: 10px; } }
/* line 257, ../sass/moodboard.scss */
.gridster li.no-content .remove-widget { position: absolute; top: 0; right: 0; display: none; }
/* line 263, ../sass/moodboard.scss */
.gridster li.no-content .gs-resize-handle.gs-resize-handle-both { border-bottom: 12px solid #ccc; }
/* line 267, ../sass/moodboard.scss */
.gridster li.no-content:hover .drag-drop { border-color: #ccc; }
/* line 270, ../sass/moodboard.scss */
.gridster li.no-content:hover .remove-widget { display: block; }

/* line 279, ../sass/moodboard.scss */
.is-mb-author .gridster li.dragging, .is-mb-author .gridster li:hover { cursor: all-scroll; }
/* line 283, ../sass/moodboard.scss */
.is-mb-author .gridster li.has-content:hover div { opacity: 1; }

/* line 289, ../sass/moodboard.scss */
.current-moodboard .button, .current-moodboard button { text-transform: none; padding-top: 4px; font-size: 14px; }

/* line 297, ../sass/moodboard.scss */
.add-new-trigger { min-width: 120px; }
/* line 299, ../sass/moodboard.scss */
.add-new-trigger svg { margin-right: 5px; margin-left: -5px; }
/* line 302, ../sass/moodboard.scss */
.add-new-trigger svg .transparent { fill: transparent; }
/* line 306, ../sass/moodboard.scss */
.add-new-trigger.uploader-active { cursor: default; opacity: 0.7; }

/* line 312, ../sass/moodboard.scss */
.moodboard-actions { clear: both; padding: 40px 0 100px; margin: 0 auto; text-align: center; }
@media (max-width: 768px) { /* line 312, ../sass/moodboard.scss */
  .moodboard-actions { padding: 20px 0 40px; text-align: center; }
  /* line 320, ../sass/moodboard.scss */
  .moodboard-actions .button.print { margin-bottom: 20px; } }
/* line 324, ../sass/moodboard.scss */
.moodboard-actions button, .moodboard-actions .button { margin-left: 6px; padding: 6px 20px; }
/* line 330, ../sass/moodboard.scss */
.moodboard-actions .print { margin-right: 55px; }
@media (max-width: 768px) { /* line 330, ../sass/moodboard.scss */
  .moodboard-actions .print { margin-right: 0; } }
/* line 336, ../sass/moodboard.scss */
.moodboard-actions input { height: 30px; border: 1px solid #c4c4c4; min-width: 350px; margin-top: 1px; margin-right: -5px; padding: 0 5px; position: relative; top: 1px; }
@media (max-width: 768px) { /* line 336, ../sass/moodboard.scss */
  .moodboard-actions input { min-width: 10px; width: 75%; max-width: 400px; display: inline-block; } }
/* line 353, ../sass/moodboard.scss */
.moodboard-actions .email-link svg { width: 23px; height: 12px; }
/* line 356, ../sass/moodboard.scss */
.moodboard-actions .email-link svg .line { fill: #FFFFFF; }
@media (max-width: 768px) { /* line 352, ../sass/moodboard.scss */
  .moodboard-actions .email-link { text-align: center; min-width: 60px; width: 25%; padding: 4px; display: inline-block; margin-top: 10px; }
  /* line 367, ../sass/moodboard.scss */
  .moodboard-actions .email-link svg { margin-top: 0 0 0 0%; } }
/* line 372, ../sass/moodboard.scss */
.moodboard-actions form { display: inline-block; }
@media (max-width: 768px) { /* line 372, ../sass/moodboard.scss */
  .moodboard-actions form { display: block; } }

/* line 380, ../sass/moodboard.scss */
#drop-el { height: 200px; width: 400px; border: 3px dashed #eee; }
/* line 384, ../sass/moodboard.scss */
#drop-el:hover { border-color: #aaa; }

/* line 389, ../sass/moodboard.scss */
.colorpicker-modal.modal-dialog { width: 643px; }
/* line 391, ../sass/moodboard.scss */
.colorpicker-modal.modal-dialog .modal-header { padding: 30px 10px 0; }
/* line 394, ../sass/moodboard.scss */
.colorpicker-modal.modal-dialog h3 { font-size: 18px; margin-bottom: 10px; }
/* line 398, ../sass/moodboard.scss */
.colorpicker-modal.modal-dialog hr { margin: 0 0 30px; }
/* line 401, ../sass/moodboard.scss */
.colorpicker-modal.modal-dialog .colour-table, .colorpicker-modal.modal-dialog .selected-colours { margin-right: -21px; font-weight: normal; }
/* line 406, ../sass/moodboard.scss */
.colorpicker-modal.modal-dialog .button { width: auto; float: none; padding-left: 50px; padding-right: 25px; background: #0C3878 url("../images/icon-color-swatches.svg") no-repeat 20px center; -moz-transition: opactity 0.2s ease; -o-transition: opactity 0.2s ease; -webkit-transition: opactity 0.2s ease; transition: opactity 0.2s ease; }

@media (max-width: 768px) { /* line 416, ../sass/moodboard.scss */
  .email-moodboard { padding-top: 25px; } }

/* line 424, ../sass/moodboard.scss */
.post-type-archive-moodboard .reminder { margin: 2rem 0; }
