/****************************************
TABLE OF CONTENTS
****************************************/

/*
Defaults
Margins, Padding & Borders
Layout
Colour
Typography
Header
Page Defaults / Custom Pages
Post / Page Archives
Sidebar
Footer
Homepage
About
Contact
Services
/*

/****************************************
DEFAULTS
****************************************/



/****************************************
MARGINS, PADDING & BORDERS
****************************************/



/****************************************
LAYOUT
****************************************/



/****************************************
COLOUR
****************************************/



/****************************************
TYPOGRAPHY
****************************************/



/****************************************
HEADER
****************************************/

/* back to top anchor */
.anchr .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 0px;
}

/****************************************
PAGE DEFUALTS / CUSTOM PAGES
****************************************/



/****************************************
POST / PAGE ARCHIVES
****************************************/



/****************************************
SIDE BAR
****************************************/



/****************************************
FOOTER
****************************************/

/* back to top button */
.cd-top {
    visibility: hidden;
}
.cd-top.cd-is-visible, 
.cd-top.cd-fade-out, 
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: 0.5;
}
.cd-top .elementor-button .elementor-align-icon-left {     
    margin-right: 0;      
}

/****************************************
HOMEPAGE
****************************************/



/****************************************
ABOUT
****************************************/



/****************************************
CONTACT
****************************************/



/****************************************
SERVICES
****************************************/


