/*
Theme Name: Divi Child - Links CSS
Version: 4.16.0
Description: Website Name: aquariusgraphics.com
Author: Wayne Woodbury ** Modified CSS File - March 27th 2022 **
*/


/*----------------------------------------------------------------------*/


/*------------------ LINKS SECTION -------------------------------------*/


/*----------------------------------------------------------------------*/


/* Links Main -  Set Color In Backend */

a {
    color: #ff7722;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}


/* Links Main */

a:hover {
    color: #ee6600;
    transform: translateX(2px);
}

a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #ee6600;
    transition: width 0.3s ease;
}

a:hover::after {
    width: 100%;
}


/* Header Links */

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #f90;
}


/*------------------ Banner ---------------------------*/


/* Header Links - Banner */

.moduleBanner h1 a,
.moduleBanner h2 a,
.moduleBanner h3 a,
.moduleBanner h4 a,
.moduleBanner h5 a,
.moduleBanner h6 a {
    color: #ffe98f;
}


/* Header Links - Banner */

.moduleBanner h1 a:hover,
.moduleBanner h2 a:hover,
.moduleBanner h3 a:hover,
.moduleBanner h4 a:hover,
.moduleBanner h5 a:hover,
.moduleBanner h6 a:hover {
    color: #ffb45c;
}


/* Banner Button */

.bannerButton a {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    line-height: 1.2em;
    text-align: center;
    display: inline-block;
    padding: 25px 35px 30px;
    border-radius: 3px;
    transition: all 0.4s;
    width: 100%;
}


/* Banner Button */

.bannerButton a:hover {
    background-color: rgba(99, 6, 82, 0.69);
    padding: 40px 45px 45px;
    border-radius: 3px;
    transition: all 0.4s;
}


/*------------------ Blog ---------------------------*/


/* Blog Title Link Color */

.entry-title a {
    color: #f90;
}


/* Blog Title Link Hover Color */

.entry-title a:hover {
    color: #b00;
}


/* Blog Side Bar Links Color */

.et_pb_widget a,
#left-area .post-meta a,
.et_pb_bg_layout_light .et_pb_post .post-meta a {
    color: #f90 !important;
}


/* Blog Side Bar Links Hover Color*/

.et_pb_widget a:hover,
#left-area .post-meta a:hover,
.et_pb_bg_layout_light .et_pb_post .post-meta a:hover {
    color: #b00 !important;
}


/*------------------ Floating Div ---------------------------*/


/* Floating Div Small Link */

.floatingDivSmall a {
    color: #f90;
}

.floatingDivSmall a:hover {
    color: #b00;
}


/*------------------ Gallery ---------------------------*/


/* Gallery Link Color */

.et_pb_gallery .et_pb_gallery_pagination ul li a {
    color: #f90;
}


/* Gallery Link Hover Color */

.et_pb_gallery .et_pb_gallery_pagination ul li a:hover {
    color: #000;
}


/* Gallery Active Link Color */

.et_pb_gallery .et_pb_gallery_pagination ul li a.active {
    color: #777;
}


/*------------------ List ---------------------------*/

.listImage1 li>a {
    color: #555;
    font-weight: normal;
    text-decoration: none !important;
}

.listImage1 li>a:hover {
    color: #000;
    text-decoration: underline !important;
}


/*------------------ Footer ---------------------------*/


/* Footer Home Button */

.footerHomeBtn {
    font-size: 13px;
    margin-top: 20px;
    text-align: center;
}


/* Footer Home Button */

a.footerHomeBtnLink {
    color: #ff7722;
    padding: 10px 28px;
    background: rgba(255, 119, 34, 0.1);
    border: 2px solid rgba(255, 119, 34, 0.3);
    border-radius: 25px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    font-size: 12px;
}


/* Footer Home Button */

a.footerHomeBtnLink:hover {
    color: #fff;
    background: linear-gradient(135deg, #ff7722 0%, #ee6600 100%);
    border-color: #ff7722;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 119, 34, 0.4);
}


/* Footer Menu Current Color  */

.bottom-nav li.current-menu-item>a {
    color: #fff;
    background: linear-gradient(135deg, #c99024 0%, #b8822a 100%);
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 2px 8px rgba(157, 117, 43, 0.25);
}


/* Footer Menu Current Hover Color */

.bottom-nav li.current-menu-item>a:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(157, 117, 43, 0.35);
}


/* Footer Text Link */

#footer-info a {
    color: #f91;
}


/* Footer Text Hover */

#footer-info a:hover {
    color: #fff;
    opacity: 1;
    text-decoration: underline;
}


/* Social Icons Footer */

.et-social-icon a {
    background-color: transparent;
    color: #999;
    font-size: 24px;
    display: inline-block;
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 300ms ease 0s;
    border-radius: 5px;
    border: solid 1px #999;
}


/* Social Icons Footer Hover */

.et-social-icon a:hover {
    color: #fff;
    border: solid 1px #fff;
    opacity: 1 !important;
}


/* Social Icons Footer Hover - Glow */

.et-social-icon a:hover {
    box-shadow: 0 0 8px 4px rgba(255, 255, 255, 0.75);
}


/* Social Icons Page */

.pageIcon a {
    color: #f90 !important;
    display: inline-block;
    font-size: 36px;
    margin: 0 15px;
    padding: 7px;
    border-radius: 5px;
    border: solid 1px #f90;
}


/* Social Icons Page Hover */

.pageIcon a:hover {
    color: #b00 !important;
    border: solid 1px #b00;
}