/* --------------------------------------------------------------------------

>>> TABLE OF CONTENTS:

-----------------------------------------------------------------------------
1.  Text
2.  Social Media
3.  Buttons
4.  Header
5.  Body
6.  Page Templates
7.  Post:Archive
8.  Post:Single
9.  Footer
----------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */

/*  1. Text
/* -------------------------------------------------------------------------- */

h1 { font-size:5.5em; }

h2 { font-size:3.25em; }

h3 { font-size:2.5em; }

h4 { font-size:1.65em; }

h5 { font-size:1.5em; }

h6 { font-size:1.35em; }

.entry-subtitle { font-size:1.5em; }

.pre-header { font-size:1.65em; }

/* -------------------------------------------------------------------------- */

/*  2.  Social Media
/* -------------------------------------------------------------------------- */

ul.social-media-list a img {
    transition:transform .7s ease-in-out;
}
ul.social-media-list a img:hover {
    transform: rotateY(360deg);
    border:none;
}

/* -------------------------------------------------------------------------- */

/*  3.  Buttons
/* -------------------------------------------------------------------------- */

a.white-btn, a.grey-btn, a.red-btn {
    transition-property:background-color color;
    transition-duration:1s;
}

a.white-btn:hover, a.grey-btn:hover, a.red-btn:hover {color:#FFF !important;}

a.white-btn:hover, a.grey-btn:hover {background:#d71921;}

a.red-btn:hover {background:#b3b5b7;}

.right-column-padding .is-layout-flex > :is(*, div) {margin: .75em 0 !important;}

/* -------------------------------------------------------------------------- */

/*  4.  Header
/* -------------------------------------------------------------------------- */



/* -------------------------------------------------------------------------- */

/*  5.  Body
/* -------------------------------------------------------------------------- */



/* -------------------------------------------------------------------------- */

/*  6.  Page Templates
/* -------------------------------------------------------------------------- */



/* -------------------------------------------------------------------------- */

/*  7.  Post:Archive
/* -------------------------------------------------------------------------- */



/* -------------------------------------------------------------------------- */

/*  8.  Post:Single
/* -------------------------------------------------------------------------- */



/* -------------------------------------------------------------------------- */

/*  9.  Footer
/* -------------------------------------------------------------------------- */

.site-bar-left, .site-bar-center, .site-bar-right {
    max-width: 556px;
    width: 29%;
    margin: 0 20px;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #fff;
}

footer a, footer a:hover {transition-duration:1s;}

footer a.footer-link:hover {color:#b3b5b7;}

.back-to-top {
    /*animation-duration:2s;
    animation-iteration-count:infinite;
    transition-property:background-color color;
    transition-duration:1s;*/
}

.back-to-top:hover {
    background-color:#b3b5b7 !important;
}
.bounce-1 {
    /*animation-name:bounce-1;
    animation-timing-function:linear;*/
}
@keyframes bounce-1 {
    /*0%   { transform:translateY(0); }
    50%  { transform:translateY(-10px); }
    100% { transform:translateY(0); }*/
}



/* -------------------------------------------------------------------------- */








/* -------------------------------------------- Media Query Section -------------------------------------------- */
/* ------------------------------------ min-width:1000px - max-width:1440px ------------------------------------ */


/* --------------------------------------------------------------------------

>>> TABLE OF CONTENTS:

-----------------------------------------------------------------------------
1.  Text
2.  Social Media
3.  Buttons
4.  Header
5.  Body
6.  Page Templates
7.  Post:Archive
8.  Post:Single
9.  Footer
----------------------------------------------------------------------------- */

@media only screen and (min-width:1000px) and (max-width:1440px) {

    /* -------------------------------------------------------------------------- */

    /*  1. Text
    /* -------------------------------------------------------------------------- */


    /* -------------------------------------------------------------------------- */

    /*  2.  Social Media
    /* -------------------------------------------------------------------------- */



    /* -------------------------------------------------------------------------- */

    /*  3.  Buttons
    /* -------------------------------------------------------------------------- */



    /* -------------------------------------------------------------------------- */

    /*  4.  Header
    /* -------------------------------------------------------------------------- */



    /* -------------------------------------------------------------------------- */

    /*  5.  Body
    /* -------------------------------------------------------------------------- */



    /* -------------------------------------------------------------------------- */

    /*  6.  Page Templates
    /* -------------------------------------------------------------------------- */



    /* -------------------------------------------------------------------------- */

    /*  7.  Post:Archive
    /* -------------------------------------------------------------------------- */



    /* -------------------------------------------------------------------------- */

    /*  8.  Post:Single
    /* -------------------------------------------------------------------------- */



    /* -------------------------------------------------------------------------- */

    /*  9.  Footer
    /* -------------------------------------------------------------------------- */

    /* -------------------------------------------------------------------------- */

}






/* -------------------------------------------- Media Query Section -------------------------------------------- */
/* ---------------------------------------------- max-width:999px ---------------------------------------------- */


/* --------------------------------------------------------------------------

>>> TABLE OF CONTENTS:

-----------------------------------------------------------------------------
1.  Text
2.  Social Media
3.  Buttons
4.  Header
5.  Body
6.  Page Templates
7.  Post:Archive
8.  Post:Single
9.  Footer
----------------------------------------------------------------------------- */

@media only screen and (max-width:999px) {

    /* -------------------------------------------------------------------------- */

    /*  1. Text
    /* -------------------------------------------------------------------------- */


    /* -------------------------------------------------------------------------- */

    /*  2.  Social Media
    /* -------------------------------------------------------------------------- */



    /* -------------------------------------------------------------------------- */

    /*  3.  Buttons
    /* -------------------------------------------------------------------------- */



    /* -------------------------------------------------------------------------- */

    /*  4.  Header
    /* -------------------------------------------------------------------------- */



    /* -------------------------------------------------------------------------- */

    /*  5.  Body
    /* -------------------------------------------------------------------------- */



    /* -------------------------------------------------------------------------- */

    /*  6.  Page Templates
    /* -------------------------------------------------------------------------- */



    /* -------------------------------------------------------------------------- */

    /*  7.  Post:Archive
    /* -------------------------------------------------------------------------- */



    /* -------------------------------------------------------------------------- */

    /*  8.  Post:Single
    /* -------------------------------------------------------------------------- */



    /* -------------------------------------------------------------------------- */

    /*  9.  Footer
    /* -------------------------------------------------------------------------- */

    /* -------------------------------------------------------------------------- */

}
