
      
      section#header {
        background: ;
      }
      section#footer {
        background: ;
      }
      
      .title-holder h1 {
        font: 25px 'bougan', Arial, san-serif;
        color: #165551;
      }
      
      .widget-content {
        background-color: transparent;
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #535353;
        padding: calc(20px/2);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
      }
      .ch-profile-custom-info > div div:first-child,
      h2 {
        font: 30px 'bougan', 'Quicksand', Arial, san-serif;
        color: #535353;
        text-transform: uppercase;
        margin: calc(20px/2) 0px;
      }
      
      .widget-content h4 {
        font: 19px 'bougan', 'Quicksand', Arial, san-serif;
        color: #535353;
      }
      
      .widget-content h5 {
        font: 18px 'bougan', 'Quicksand', Arial, san-serif;
        color: #535353;
      }
      
      a:hover {
        color: #27bed9;
      }
      
      .ch-3col2 {
        width: 66.66%;
        float: left;
      }
      .ch-3col1 {
        width: 33.33%;
        float: left;
      }
      
      .widget-actions {
        position: absolute;
        top: 21px;
        right: 14px;
      }
      
      .widget-actions i {
        font-size: 18px;
        line-height: 26px;
      }
      
      .widget-actions a {
        display: block;
        border: 2px solid #009AC7;
        color: #009AC7;
        border-radius: 50%;
        width: 26px;
        padding: 2px;
        text-align: center;
        text-decoration: none;
      }
      
      .widget-actions a:hover {
        background-color: #009AC7;
        color: #FFF;
      }
      
      /*______   ITEM PROJECT   ______*/
      
      
      .item-project:hover .project-title-holder {
        display: block;
      }
      
      .project-title-holder {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: rgba(0,0,0,0.6);
        display: none;
      }
      
      .project-title-holder h3 {
        color: #FFF;
        font-size: 18px;
        width: 100%;
        text-align: center;
      }
      
      .project-title-holder h3 a {
        color: inherit;
        display: block;
        text-decoration: none;
        padding: 20px;
      }
      
      .project-title-holder h3 a:hover {
        color: #A6F1FF;
      }
      /*______   SHARE SOCIAL   ______*/
      
      .share-social ul {
        list-style: none;
        overflow: hidden;
        margin-top: 10px;
      }
      
      .share-social li {
        float: left;
        margin-right: 4px;
      }
      
      .share-social li i {
        display: block;
        font-size: 16px;
        cursor: pointer;
        color: #0064a6;
        width: 24px;
        line-height: 24px;
        border-radius: 50%;
        text-align: center;
      }
      
      .share-social li i:hover {
        background-color: #0064a6;
        color: #FFF;
      }
      
      .share-social .share {
        display: none;
      }
      /*______ SWITCH BUTTON ______*/
      
      .switch-button {
        float: left;
        width: 120px;
        margin-top: 10px;
        position: absolute;
        bottom: 0px;
        right: 20px;
      }
      
      .switch-button input[type="checkbox"]:not(:checked),
      input[type="checkbox"]:checked {
        /* :checked here acting as a filter for older browsers */
        position: absolute;
        opacity: 0;
      }
      
      .switch-button label {
        position: relative;
        display: inline-block;
        color: #606060;
        width: 100%;
        font: 20px "Roboto", Arial, san-serif;
      }
      
      .switch-button input[type="checkbox"].switch + span + div {
        width: 40px;
        height: 18px;
        border-radius: 9px;
        background: #EFEFEF;
        box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2) inset;
        background-origin: border-box;
        background-clip: border-box;
        overflow: hidden;
        transition-duration: .4s;
        transition-property: padding,width;
        margin-top: 1px;
        position: absolute;
        top: 0px;
      }
      
      span.follow-button-text{
        margin-left: 50px;
      }
      
      .switch-button input[type="checkbox"].switch:checked + span + div {
        padding-left: 22px;
        width: 18px;
      }
      
      .switch-button input[type="checkbox"].switch + span + div:before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        margin: 1px;
        border-radius: inherit;
        background: #0064a6;
      }
      
      .switch-button input[type="checkbox"].switch:checked + span + div:before {
        background: #52D921;
      }
      
      .switch-button input[type="checkbox"].switch:active + span + div:before {
        background-color: #aaa;
      }
      
      footer {
        border-top: 10px solid #27bed9;
      }
      
      .zone-feeds {
        max-width: 600px;
        margin: 0px auto;
      }
      
      .feed-options {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 10;
      }
      
    
      html, body {
        background-color: #F2F2F2;
        line-height: 20px;
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
      }
      
      #id-88126 {
        display: none;
      }
      
      
      [data-section] {
        padding: calc(20px/2);
      }
      
      [data-section="featured"] {
        overflow: hidden;
      }
      section > div {
        margin: calc(-20px/2);
          }
      #recipes,
      [data-section="header"],
      [data-section="featured"],
      [data-section="footer"],
      #content {
        max-width: 1140px;
        margin: 0px auto;
      }
      
      [data-section="recipes"] {
        width: 100%;
        padding: 0px;
      }
      
      #content > div > div > #main {
        max-width: -width;
      }
      
      #column-one {
        width: 0px;
        min-width: 0px;
        display: none;
      }
      
      #column-two {
        width: 400px;
        min-width: 400px;
      }
      
      .widget {
        width: 100%;
      }
      
      [data-section="footer"] h5 {
        font-weight: 600;
        margin-top: 20px;
        text-align: center;
      }
      
      [data-section="footer"] h5 a {
        color: inherit;
        font-weight: inherit;
        text-decoration: none;
      }
      
      [data-section="footer"] h5 a:hover {
        color: #009AC7;
      }
      
      /*______   ADD INFO   ______*/
      
      #main .self-boxes .widget-content {
        border-top: none;
        margin-bottom: 0px;
      }
      
      .ch-profile-custom-info .bold {
        font-weight: bold;
      }
      
      .ch-profile-custom-info .italic {
        font-style: italic;
      }
      
      .ch-profile-custom-info a {
        color: #52768e;
      }
      
      .ch-profile-custom-info a:hover {
        color: #6e9fbe;
      }
      
      .ch-profile-custom-info > div {
        position: relative;
        margin-bottom: 20px;
      }
      
      .ch-profile-custom-info > div div:first-child {
        
      }
      
      [data-editable="1"] > div div:first-child {
        cursor: move;
      }
      
      .ch-add-profile-custom-info {
        text-align: center;
        border: 1px dashed #52768e;
        padding: 5px 10px;
        background: #FFF;
        border-radius: 5px;
        margin-bottom: 20px;
        cursor: pointer;
      }
      
      .ch-add-profile-custom-info:hover {
        color: #52768e;
      }
      
      .self-boxes .widget-content {
        background: transparent;
        padding: 0px;
      }
      
      .widget.presentation .widget-content p {
        font-size: 16px;
        line-height: 26px;
        color: #3B749A;
        font-weight: 600;
      }
      
      .edit-icon,
      .remove-section,
      .add-element {
        background: white url("/Images/templates_icons/project_icons.png") !important;
        border-radius: 50%;
      }
      
      .edit-icon {
        background-position: 0px 0px !important;
      }
      
      .edit-icon:hover {
        background-position: 0px -26px !important;
      }
      
      .remove-section {
        background-position: -26px 0px !important;
      }
      
      .remove-section:hover {
        background-position: -26px -26px !important;
      }
      
      .add-element {
        background-position: -104px 0px !important;
      }
      
      .add-element:hover {
        background-position: -104px -26px !important;
      }
      
      .profile-keywords-body:after {
        content: "";
        clear: both;
        height: 0px;
        display: block;
      }
      
      /*______   FLEXBOX   ______*/
      
      /*______ FLEXBOX PANEL ______*/
      
      .flexbox-panel {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 20px;
        column-break-inside: avoid;
        -webkit-column-break-inside: avoid;
      }
      .flexbox-hero {
        ms-flex: 1;
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        box-flex: 1;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        min-width: 122px;
        margin-right: 10px;
      }    
      .flexbox-info {
        position: relative;
        -ms-flex: 1;
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        box-flex: 1;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        min-width: 200px;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
      }
      
      .flexbox-info .summary p {
        line-height: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        max-height: 54px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        padding: 0px;
      }
      
      .flexbox-info h4 a span {
        line-height: 21px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        max-height: 42px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
      }
      
      /* DOCS */
      
      .doc-panel .flexbox-hero {
        min-width: 70px;
        border: 1px solid #D7D7D7;
        height: 100px;
      }
      
      .doc-panel .flexbox-hero img {
        display: block;
      }
      
      
      .doc-panel .flexbox-info h4 a {
        color: inherit;
        text-decoration: none;
      }
      
      .doc-panel .flexbox-info h4 a:hover {
        color: #009AC7;
      }
      
      /*______ COLUMNS ______*/
      
      .two-columns,
      .three-columns,
      .four-columns {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
      }
      
      .two-columns > div,
      .three-columns > div,
      .four-columns > div {
        display: inline-block;
        width: 100%;
      }
      
      .two-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
      }
      
      .three-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
      }
      
      .four-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
      }
      
      .two-columns > div,
      .three-columns > div,
      .four-columns > div {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
      }
      
      /*______   HEADER   ______*/
      
      header {
        background-color: #FFF;
      }
      
      /*______   FOOTER   ______*/
      
      footer {
        background-color: #FFF;
      }
      
    