﻿/*#region THEME OVERRIDES */
body {    
    /*font-family: GillSans, 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;    */
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #333;
}

#ww p {
    /*font-size: 20px;
    line-height: 1.78em;    
    letter-spacing: 1.75px;*/
}

/*#endregion */

/*#region home page*/

#project-thumbs-control {
    width: 630px;
    margin: auto;
    outline: none;        
}

div.project-thumb {
    outline: none;
    /*width: 200px;*/
    margin: 0 auto;    
}

div.project-thumb:focus {
    outline: none;
}

div.project-thumb img {
    border-radius: 50%;
    margin: 0 auto;
    width:200px;
    height:200px;
}

div.project-thumb-title {
    margin: 10px 0 0 0;
    text-align: center;
    line-height: 22px;
}

.carousel-next {
    font-size: 34px;
    line-height: 0;
    position: absolute;
    top: 34%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    /*-webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);*/
    cursor: pointer;
    /*color: transparent;*/
    border: none;
    outline: 0;
    background: 0 0;
    line-height: 1;
    opacity: 1;
    right: -15px;
}

.carousel-prev {
    font-size: 34px;
    line-height: 0;
    position: absolute;
    top: 34%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    /*-webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);*/
    cursor: pointer;
    /*color: transparent;*/
    border: none;
    outline: 0;
    background: 0 0;
    line-height: 1;
    opacity: 1;
    left: -27px;
}

/*#endregion*/

/*#region generic list */
ul.cms-generic-list {
    list-style-type: none;
    padding:0;
    margin:0;
   /* background-color: lightgreen;*/
}

    ul.cms-generic-list > li.cms-generic-list-item {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: block;
        /*background-color: orange;*/
    }

        ul.cms-generic-list > li.cms-generic-list-item ul.cms-generic-list-item-list {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

            ul.cms-generic-list > li.cms-generic-list-item ul.cms-generic-list-item-list > li:not(.cms-generic-list-edit-controls) {
                list-style-type: none;
                display: block;
                /*background-color: yellow;*/
            }

li.cms-generic-list-edit-controls {
   /* background-color: powderblue;*/
    text-align:right;
    font-size: 18px;
}

/*#endregion */

/*#region project list*/
.project-list-container-border {
    border: solid 1px #dcdcdc;
    background-color: #fff;
    padding: 2px;
    height: 100px;
}

.project-list-container {    
    height: 94px;   
    overflow: hidden;
}

.project-list-item {
    margin: 0 0 20px 0;
}

.project-list-container img {
    width: 100%;   
}

.project-list-image, .project-list-content {
    vertical-align: top;
}

.project-list-item h4 {
    color: #1abc9c;
}

span.skillname {
    color: #1abc9c;
}

/*#endregion*/

/*#region project detail*/
.project-detail-thumb {
    margin-bottom: 10px;
    margin-left: -15px;
}

    .project-detail-thumb img {
        width: 100%;
        background-color: #fff;
        border: solid 1px #dcdcdc;
        padding: 2px;
    }

#other-work-list li {
    margin-bottom: 10px;
}


/*#endregion*/

/*#region soc */


        #social-icons ul li a {
            font-size: 16px;
        }


    #social-icons i {
        display: inline-block;
        font-size: 16px;
        height: 20px;
        width: 20px;
        margin-right: 10px;
    }

/*#endregion */

/*#region HEADER */

header {
    background-color: #1abc9c;
    border-color: #16a085;
    padding: 70px 0;
}

.cms-nav {
    flex-direction: row;
    color: #fff;
}

.cms-nav li > a {
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;
    transition: all 0.5s ease;
}

.cms-nav li > a:hover {
    color: #222222;
}

.res-navbar-toggle {
    border-color: transparent;
    color: #fff;
    font-size: 24px;
    display: none;
}

/*#endregion */

/*#region footer */
#footer a {
    text-transform: lowercase;
    font-size: 16px;
}

#footer ul li {
    line-height: 28px;
}

#copyright-message {
    font-size: 16px;
    margin-top: 15px;
}

    #copyright-message p {
        display: inline;
    }
/*#endregion */

/*#region search */
#search-box{
    width: 100%;
    position:relative;    
}

button.cms-search-button {
    background-color: #ffffff !important;
    border: none !important;
    position: absolute;
    height:30px!important;
    right:2px;
    top:4px;
    outline: none;   
}

.search-snippet {
    padding: 5px 0 15px 0;
}

.search-term {
    /*color: #16a085;*/
    color: #00c0ef;
    border-bottom: solid 2px #00c0ef;
}

#search-results span.hilite {
    color: #00c0ef;
    border-bottom: solid 2px #00c0ef;
    padding: 0;
}

/*#endregion */

/*#region sitemap */
#site-map span {
    text-transform: capitalize;
}
#site-map a {
    text-transform: capitalize;
}

#site-map li{
    margin-bottom:7px;
}

#site-map li span{
    font-weight: 700;
}

#site-map ul.subItem {
    margin-top:7px;
}
/*#endregion */

/*#region about */
ul.skills-list {
    font-family: Courier New, Courier, monospace;
    margin: 0;
    padding: 0;
}
    ul.skills-list > li {
        display: inline-block;
        text-align: left;
        margin: 0 0 10px 0;
        padding: 0 5px;
        background-color: #fff;
        border: solid 1px #dcdcdc;
        border-radius: 3px;
    }
/*#endregion */

/*#region cookie notice */
.cookie-alert-box-wrapper {
    position: fixed;
    width: 100%;
    border: none;   
    border-radius: 0;
    bottom: -145px;
    z-index: 2147483644;
    min-height: 50px;
    margin-bottom: 0;
    border-top: solid 2px #000;
}

/*#endregion */

/*#region sitewide messages */
.cms-site-message {
    display: none;
    position: relative;
    background-color: #AD0B3E;
    border-bottom: solid 2px #fff;
    padding: 10px 20px;
    color: #fff;
}

.cms-site-message h3{
    color:#fff;
}

.cms-site-message-close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #00c0ef;
    font-size: 22px;
}

.cms-site-message-body {
}

/*#endregion */

/*#region missing bootstrap classes */
.col-lg-offset-2 {
    margin-left: 16.66666667%;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.nav {
    /*display: block;*/
    list-style: none;
}
/*
.navbar-nav {
    display: block;
}*/

.navbar-nav > li > a {
    line-height: 20px;
}

.nav > li {
    position: relative;    
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    line-height:20px;   
}

.navbar-header {
    /*margin-top: 15px;*/
    width:100%;
    height:50px;
    /*margin-right: 5px;
    margin-left: 5px;*/
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle i.bi-list {
    color:#fff;
    font-size:1.3em;
}


.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

.pull-right {
    float: right !important
}



/* See also @media (min-width: 768px) */

/*#endregion */

/*#region sidebar */
.sidebar {
    padding: 20px;
}
/*#endregion */

/*#region media queries */
@media (max-width: 843px) {
    #project-thumbs-control {
        width: 86%;
    }

    .hidden-sm-down {
        display: block;
        color: transparent;
    }

    .other-work {
        font-size: 18px !important;
    }
    
    .project-list-container-border {
        height: 120px;
    }

    .project-list-container {
        height: 114px;
    }

    .project-list-content {
        margin-top: 15px;
    }    

    .cms-nav {
       display: none;
       font-size:14px;
    }

    .cms-nav li > a{
        padding: 3px 15px;
    }

    .res-navbar-toggle {
        display: block;
        position: absolute;
        /*float: right;*/
        /*padding: 9px 10px;*/
        top:0;
        right:0;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
}

@media (max-width: 670px) {
    .footer-info {
        float:left;
        width:48%;
    }
    .footer-links {
        float: right;
        width: 48%;
    }
    .footer-about {
        clear:both;
        display:block;
        padding-top:20px;
    }
}

@media (min-width: 768px) {

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-right {
        float: right !important;
       /* margin-right: -15px;*/
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-toggle {
        display: none;
    }
    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-header {
        float: left;
    }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

}

@media (min-width: 1200px) {
    .container {
        width: 1170px!important;
    }
}

    /*#endregion */

/*#region FAQs */

.ui-accordion .ui-accordion-header {
    
}

h3.cms-faq-header {
    background-color: #1abc9c !important;
    border: solid 1px #16a085 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px !important;
    text-transform: capitalize;
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
    font-weight: normal;
    color: #454545;
}

div.faq-content {
    background: #ffffff;
    padding: 20px 30px;
    margin: 0 0 5px 0;
}

.cms-faq-content, .ui-accordion-content p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #333;
}

ul.faq-list {
    padding: 0;
    list-style-type: none;
}

ul.faq-list > li {
    list-style-position: outside;
    list-style-type: none;
    display: block;
}

h3.faq-question {
    font-weight: 500;
    padding-top: 5px;
    padding-left: 5px;
    height: 45px;
    background-color: #dcdcdc;
    border: solid 1px #1abc9c;
    position: relative;
}

a.faq-toggle {
    color: #4a32a8;
    position: absolute;
    top: 10px;
    right: 7px;
}

.faq-selected h3, .faq-selected a.faq-toggle {
    color: #fff;
}

.cms-faq-header .bi-chevron-down {
    display: none;
}

.xfaq-selected .bi-chevron-down {
    display: block;
}

.faq-answer {
    min-height: 100px;
}
/*#endregion */

/*#region Lobobix overrides */

.lobibox-footer {
    padding: 10px 0!important;
}

.cms-message-button {
    border: none !important;
    width: 130px;
    padding: 5px 3px;
    margin-top: 10px;
    height: 36px;
}

.cms-message-button, .cms-message-button:active, .cms-message-button:focus {
    outline: none;
}

.lobibox-error .cms-message-button {
    background-color: #ca2121;
    color:#fff;
}

.lobibox-success .cms-message-button {
    background-color: #1abc9c;
    color: #fff;
}

.lobibox-warning .cms-message-button {
    background-color: #ce812e;
    color: #fff;
}

.lobibox-info .cms-message-button {
    background-color: #2e79b4;
    color: #fff;
}

.cms-message-button-yes {
    background-color: #198754;
    color: #fff;
}

.cms-message-button-no {
    background-color: #6c757d;
    color: #fff;
}

/*#endregion */

/*#region GALLERIES */
ul.cms-gallery-list {

}

ul.cms-gallery-list > li {
    margin-bottom: 20px;
    vertical-align: top;        
}

img.gallery-list-thumb {
    max-width:100%;
   /* max-height: 140px;*/
}

div.photograph, img.photograph {
    border: solid 1px #dcdcdc;
    background-color: #fff;
    padding: 2px;
    max-width: 100%;
    height: 100%;
    text-align: center;
}

/*.slick-slide { NO - this affects the height of the thymbs slider on the homepage
    height: 218px !important;
}*/

div.photograph {
    max-width: 100%;
}

div.photograph i {
    color: #dcdcdc;
    font-size: 60px;
    position: relative;
    top: 22%;
}

#macks-digital-art-2024 {
    padding-left: 45px;
}

ul.cms-gallery-list li h3 {
    border-bottom: solid 1px #dcdcdc;
}

#gallery, .cms-gallery {    
    position:relative;
}

div.gallery-image {
    /*height: 235px;  */  
}

a.gallery-image-portrait img{
    height:100%;
}

.gallery-next {
    font-size: 40px;
    line-height: 0;
    position: absolute;
    top: 95px;
    right: -50px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: 0;
    background: 0 0;
    line-height: 1;
    opacity: 1;
}

.gallery-prev {
    font-size: 40px;
    line-height: 0;
    position: absolute;
    top: 43%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    /*-webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);*/
    cursor: pointer;
    /*color: transparent;*/
    border: none;
    outline: 0;
    background: 0 0;
    line-height: 1;
    opacity: 1;
    left: -50px;
}

#image-dialog {
    width: 90%;
    /*height: 100%;*/
    overflow: hidden;
    overflow-y: scroll;
}

.dialog-body-content {
    /*width: 100%;   
    height: 100%;*/
    /*overflow-y: scroll;*/
    /*padding-right: 17px;*/ /* Increase/decrease this value for cross-browser compatibility */
    box-sizing: content-box;
}

.dialog-image-container img {
    width: 100%;
    max-width: 100%;   
}

.image-caption {
    text-transform:capitalize;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 48px;
    font-weight: 700;
    text-shadow: 2px 2px #000;
    letter-spacing: 0.2em;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.gallery-wait-bg {
    background: transparent url(/images/big-spinner.gif) no-repeat center center;
    background-size: 65px;
    height: 100%;
    width: 100%;
    display: block;
    min-height: 300px;
}

@media (max-width: 843px) {
    #image-dialog {
        width: 100%;
    }

    .gallery-next, .gallery-prev {
        display:none!important;
        height:0;
        width:0;
    }

    .galleries-return {
        padding-top:30px;
    }

    .image-caption {        
        font-size: 24px;        
    }

    #macks-digital-art-2024 {
        padding-left: 0;
    }
}


    /*#endregion */

/*#region NEWS */
h2.news-title {
    letter-spacing: 0.2em;
    text-transform: capitalize;
}

div.news-date {
    font-size:18px;
    text-align:right;
    font-weight:600;
    letter-spacing: 0.2em;
}
div.news-content {
    margin-top:20px;
}


/*#endregion */

/*#region IMAGES IN CONTENT */
img.image-float-left {
    float:left;
    padding: 0 10px 10px 0;
}
img.image-float-right {
    float: right;
    padding: 0 0 10px 10px;
}

.text-float-left {
    background-color: yellow;
    float: left;
    margin: 5px;
}

/*#endregion */




