/******************************************************************

     ██████╗ ██████╗ ██╗      ██████╗ ██╗   ██╗██████╗ ███████╗
    ██╔════╝██╔═══██╗██║     ██╔═══██╗██║   ██║██╔══██╗██╔════╝
    ██║     ██║   ██║██║     ██║   ██║██║   ██║██████╔╝███████╗
    ██║     ██║   ██║██║     ██║   ██║██║   ██║██╔══██╗╚════██║
    ╚██████╗╚██████╔╝███████╗╚██████╔╝╚██████╔╝██║  ██║███████║
     ╚═════╝ ╚═════╝ ╚══════╝ ╚═════╝  ╚═════╝ ╚═╝  ╚═╝╚══════╝

 ******************************************************************/



    :root, 
    .small {
        --blue                    :   2, 136, 209;
        --pink                    : 216,  27,  96;
        --green                   :  56, 142,  60;
        --yellow-light            : 255, 238,  88;
        --yellow                  : 255, 193,   7;
        --gray-light              : 142, 141, 137;
        --orange                  : 245, 124,   0;
        --red                     : 232,  90,  80;
        --white                   : 255, 255, 255;
        --gray                    :  33,  33,  33;
        --gray-light-x            : 230, 230, 230;
        --black                   :   0,   0,   0;

        --color-blue              : rgb(var(--blue));
        --color-pink              : rgb(var(--pink));
        --color-green             : rgb(var(--green));
        --color-yellow-light      : rgb(var(--yellow-light));
        --color-yellow            : rgb(var(--yellow));
        --color-gray-light        : rgb(var(--gray-light));
        --color-orange            : rgb(var(--orange));
        --color-red               : rgb(var(--red));
        --color-white             : rgb(var(--white));
        --color-gray              : rgb(var(--gray));
        --color-gray-light-x      : rgb(var(--gray-light-x));
        --color-black             : rgb(var(--black));

        --color-text              : var(--color-gray); 
        --color-text-link         : var(--color-orange); 
        --color-text-selection    : var(--color-black); 
        --color-text-selection-bg : var(--color-yellow); 
    }



/***************************************************************************

    ██╗   ██╗ █████╗ ██████╗ ██╗ █████╗ ██████╗ ██╗     ███████╗███████╗
    ██║   ██║██╔══██╗██╔══██╗██║██╔══██╗██╔══██╗██║     ██╔════╝██╔════╝
    ██║   ██║███████║██████╔╝██║███████║██████╔╝██║     █████╗  ███████╗
    ╚██╗ ██╔╝██╔══██║██╔══██╗██║██╔══██║██╔══██╗██║     ██╔══╝  ╚════██║
     ╚████╔╝ ██║  ██║██║  ██║██║██║  ██║██████╔╝███████╗███████╗███████║
      ╚═══╝  ╚═╝  ╚═╝╚═╝  ╚═╝╚═╝╚═╝  ╚═╝╚═════╝ ╚══════╝╚══════╝╚══════╝
                                                                        
 ****************************************************************************/


   
    :root,
    .small {
        --font-scale          : 1.1;    /* How the headings font size scales up */
        
        --root-font-size      : 10px;   /* The root element, ie HTML, font size */
        --base-font-size      : 1.5rem; /* The body element base font size */
        --base-line-height    : 1.5;    /* The default line height of all elements */
        --text-line-height    : 1.5;    /* The line height of block text elements */
        --heading-line-height : 1.3;    /* The line height of heading elements */

        --text-rhythm         : 2.5rem;   /* Vertical margins between text elements */
        --grid-gutter         : 1rem;   /* Paddings between columns, the grid gutters */
        --vertical-rhythm     : 2.5rem;   /* Vertical margins between major grid sections */

        --panel-width         : 1124px; /* The width of the panel element */
        --panel-narrow-width  : 800px;  /* The width of the narrow panel element */
    }

    .tablet {
        --font-scale          : 1.125;  /* How the headings font size scales up */
        --base-font-size      : 1.6rem; /* The body element base font size */
        --base-line-height    : 1.5;    /* The default line height of all elements */
        --text-line-height    : 1.6;    /* The line height of block text elements */
        --heading-line-height : 1.25;   /* The line height of heading elements */

        --text-rhythm         : 2.8rem;   /* Vertical margins between text elements */
        --grid-gutter         : 1.5rem; /* Paddings between columns, the grid gutters */
        --vertical-rhythm     : 2.8rem;   /* Vertical margins between major grid sections */
    }

    .laptop {
        --font-scale          : 1.15;   /* How the headings font size scales up */
        --base-font-size      : 1.8rem; /* The body element base font size */
        --base-line-height    : 1.5;    /* The default line height of all elements */
        --text-line-height    : 1.7;    /* The line height of block text elements */
        --heading-line-height : 1.2;    /* The line height of heading elements */

        --text-rhythm         : 4rem;   /* Vertical margins between text elements */
        --grid-gutter         : 2rem;   /* Paddings between columns, the grid gutters */
        --vertical-rhythm     : 4rem;   /* Vertical margins between major grid sections */
    }



/*******************************************************************************************************

     ██████╗ ██████╗ ██╗██████╗     ███████╗███████╗████████╗████████╗██╗███╗   ██╗ ██████╗ ███████╗
    ██╔════╝ ██╔══██╗██║██╔══██╗    ██╔════╝██╔════╝╚══██╔══╝╚══██╔══╝██║████╗  ██║██╔════╝ ██╔════╝
    ██║  ███╗██████╔╝██║██║  ██║    ███████╗█████╗     ██║      ██║   ██║██╔██╗ ██║██║  ███╗███████╗
    ██║   ██║██╔══██╗██║██║  ██║    ╚════██║██╔══╝     ██║      ██║   ██║██║╚██╗██║██║   ██║╚════██║
    ╚██████╔╝██║  ██║██║██████╔╝    ███████║███████╗   ██║      ██║   ██║██║ ╚████║╚██████╔╝███████║
     ╚═════╝ ╚═╝  ╚═╝╚═╝╚═════╝     ╚══════╝╚══════╝   ╚═╝      ╚═╝   ╚═╝╚═╝  ╚═══╝ ╚═════╝ ╚══════╝

 ********************************************************************************************************/



    /* Columns and rows */

    [class*="column"] {
        padding-left: var(--grid-gutter);
        padding-right: var(--grid-gutter);
    }

    [class*="column"] .row {
        padding-left: var(--grid-gutter);
        padding-right: var(--grid-gutter);
    }



    /* The panel that restrains contents to a maximum width */

    .panel {
        max-width: var(--panel-width);
    }

    .panel-narrow {
        max-width: var(--panel-narrow-width);
    }

    .panel-full {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .laptop .panel {
        padding-left: calc(0.5 * var(--grid-gutter));
        padding-right: calc(0.5 * var(--grid-gutter));
    }



/********************************************************************************************

    ████████╗██╗   ██╗██████╗  ██████╗  ██████╗ ██████╗  █████╗ ██████╗ ██╗  ██╗██╗   ██╗
    ╚══██╔══╝╚██╗ ██╔╝██╔══██╗██╔═══██╗██╔════╝ ██╔══██╗██╔══██╗██╔══██╗██║  ██║╚██╗ ██╔╝
       ██║    ╚████╔╝ ██████╔╝██║   ██║██║  ███╗██████╔╝███████║██████╔╝███████║ ╚████╔╝
       ██║     ╚██╔╝  ██╔═══╝ ██║   ██║██║   ██║██╔══██╗██╔══██║██╔═══╝ ██╔══██║  ╚██╔╝
       ██║      ██║   ██║     ╚██████╔╝╚██████╔╝██║  ██║██║  ██║██║     ██║  ██║   ██║
       ╚═╝      ╚═╝   ╚═╝      ╚═════╝  ╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═╝╚═╝     ╚═╝  ╚═╝   ╚═╝

 ********************************************************************************************/

    @font-face {
      font-family: 'kfphotography';
      src:  url('../fonts/kfphotography.eot?63q36e');
      src:  url('../fonts/kfphotography.eot?63q36e#iefix') format('embedded-opentype'),
        url('../fonts/kfphotography.ttf?63q36e') format('truetype'),
        url('../fonts/kfphotography.woff?63q36e') format('woff'),
        url('../fonts/kfphotography.svg?63q36e#kfphotography') format('svg');
      font-weight: normal;
      font-style: normal;
      font-display: block;
    }

    [class^="icon-"], [class*=" icon-"] {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'kfphotography' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;

      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    .icon-image:before {
      content: "\e90d";
    }
    .icon-camera:before {
      content: "\e90f";
    }
    .icon-email:before {
      content: "\e945";
    }
    .icon-location:before {
      content: "\e947";
    }
    .icon-mobile:before {
      content: "\e958";
    }
    .icon-share:before {
      content: "\ea82";
    }
    .icon-facebook:before {
      content: "\ea90";
    }
    .icon-instagram:before {
      content: "\ea92";
    }
    .icon-whatsapp:before {
      content: "\ea93";
    }
    .icon-twitter:before {
      content: "\ea96";
    }
    .icon-rss:before {
      content: "\ea9b";
    }
    .icon-youtube:before {
      content: "\ea9d";
    }
    .icon-vimeo:before {
      content: "\eaa0";
    }
    .icon-flickr:before {
      content: "\eaa4";
    }
    .icon-tumblr:before {
      content: "\eab9";
    }
    .icon-skype:before {
      content: "\eac5";
    }
    .icon-linkedin:before {
      content: "\eaca";
    }
    .icon-pinterest:before {
      content: "\ead2";
    }


    /* Main fonts */

    :root,
    .small {
        --font-serif: 'Play', serif;
        --font-sans-serif: 'Arimo', Arial, sans-serif;
        --font-monospace: Consolas, 'Courier New', monospace;
        --font-icons: 'Responsiville icons';
    }



    /* Global base stylings */

    html {
        font-size: var(--root-font-size);
    }

    body {
        font-family: var(--font-sans-serif);
        font-size: var(--base-font-size);
        font-display: block;
        color: var(--color-text);
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: var(--font-serif);
    }

    h1 {
        font-size: calc(var(--base-font-size) * var(--font-scale) * var(--font-scale) * var(--font-scale) * var(--font-scale) * var(--font-scale) * var(--font-scale));
    }

    h2 {
        font-size: calc(var(--base-font-size) * var(--font-scale) * var(--font-scale) * var(--font-scale) * var(--font-scale) * var(--font-scale));
    }

    h3 {
        font-size: calc(var(--base-font-size) * var(--font-scale) * var(--font-scale) * var(--font-scale) * var(--font-scale));
    }

    h4, h5, h6 {
        font-size: calc(var(--base-font-size) * var(--font-scale) * var(--font-scale) * var(--font-scale));
    }



    /* Uppercase (not only) Greek */

    .uppercase {
        text-transform: uppercase;
    }



    /* Input fields */

    input,
    select,
    textarea {
        color: var(--color-text);
    }


    /* Links, global */

    a {
        color: var(--color-text-link);
    }

    /* Links, inside text */

    .text a {
        border-bottom-width: 0;
        border-bottom-style: solid;
    }

    .text a:hover {
        border-bottom-width: 0;
        border-bottom-style: solid;
    }

    .text .button,
    .text .button:hover,
    .text .gallery a,
    .text .gallery a:hover,
    .text .wp-caption a,
    .text .wp-caption a:hover {
        border-bottom-width: 0;
    }



/***************************************************************

    ██╗███╗   ███╗ ██████╗ ██╗      ██████╗  █████╗ ██████╗
    ██║████╗ ████║██╔════╝ ██║     ██╔═══██╗██╔══██╗██╔══██╗
    ██║██╔████╔██║██║  ███╗██║     ██║   ██║███████║██║  ██║
    ██║██║╚██╔╝██║██║   ██║██║     ██║   ██║██╔══██║██║  ██║
    ██║██║ ╚═╝ ██║╚██████╔╝███████╗╚██████╔╝██║  ██║██████╔╝
    ╚═╝╚═╝     ╚═╝ ╚═════╝ ╚══════╝ ╚═════╝ ╚═╝  ╚═╝╚═════╝

 ***************************************************************/


    .imgloaded-not-yet {
        opacity: 0;
    }

    .imgloaded-complete {
        transition: opacity 0.5s ease-in-out;
    }