/*----------------------------------------------------*\

	style.CSS

	CREATED BY: Steele Digital Media
	SITE: www.steeledigitalmedia.com
	CREATED: THU 06/13/18
	AUTHOR: Graham Steele

	DESCRIPTION:	Styles of appearance. Images, colour, font, shadows, etc.
					Also include any changes to layout styles included in "style-2ilp-v4.css"

					https://www.templatemonster.com/demo/59995.html

\*----------------------------------------------------*/

/*-------------------------------------------*\

   Layout

   Content
   - Reboot
   - Typography

   Components
   - Breadcrumb
   - Buttons
   - Navbar
   - Slogan

   Utilities

   Extend
   - Icons
   - Product Lead

\*-------------------------------------------*/


/*-------------------------------------------*\
   LAYOUT
\*-------------------------------------------*/


/*---------------------*\
    Header
\*---------------------*/

/* Change background and border of header area. */
.header-inner {
    background-color: rgb(255, 255, 255) !important;
    border-bottom: 1px solid  #dee2e6;
}
#i .header-inner {
    background-color: transparent !important;
}
/* Change height of header area. */
.header-inner,
.header-spacer {
    height: 74px !important;
}

@media only screen and (min-width: 992px) {
    .header-inner {
        background-color: rgb(255, 255, 255) !important;
        border-bottom: 1px solid #dee2e6;
        box-shadow: none !important;
    }
    .header-inner,
    .header-spacer {
        height: 110px !important;
    }
    #i .header-inner,
    #i .header-spacer {
        height: 0 !important;
    }


}

/*---------------------*\
    Footer
\*---------------------*/

footer.section {
    background: #272532;
    color: rgba(255,255,255,.5);
    color: #635f76;
    font-family: 'Hind', sans-serif;
}
footer h3 {
    color: #fff;
    font-family: 'Hind', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 18px;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #aa71d0;
}

@media only screen and (min-width: 992px) {}

/*-------------------------------------------*\
    CONTENT
\*-------------------------------------------*/

/*---------------------*\
    Reboot
\*---------------------*/

body {
    color: #434f53 !important;
    font-family: 'Roboto', Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

/*  Headings
\*---------------------*/
h1, h2, h3, h4, h5 {
    color: #2a2a2a;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    margin: 0;
}

h4 + p {
    color: #8b8b8b;
    font-family: 'Hind', sans-serif;
}
h5 {
    color: #fff;
    font-family: 'Hind', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2;
}
@media only screen and (min-width: 768px) {
    h1 {
        font-size: 53px;
        line-height: 1.9;
        margin-bottom: 39px;
    }
    .product-lead h1 {
        line-height: 1.2;
    }
    h3 {
        font-size: 42px;
        line-height: 1.2;
        margin-bottom: 25px;
    }

    h4 {
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 24px;
    }
}
@media only screen and (min-width: 992px) {
    h1 {} /* Index page */
    h2 {} /* Page Headings */
    h3 {} /* Home Page card headings */
    h4 {} /* Footer Links */
    h5 {} /* Breadcrumb page */
}

/*  Links
\*---------------------*/
a {
    color: #aa71d0;
    text-decoration: none !important;
}
a:hover, a:focus {
    color: #2a2a2a;
    text-decoration: none !important;
}


/*-------------------------------------------*\
   COMPONENTS
\*-------------------------------------------*/

/*---------------------*\
    Breadcrumbs
\*---------------------*/
.breadcrumb-wrapper {
    background: url('img/bg-bc.jpg') no-repeat top center;
    background-size: cover;
    padding: 70px 0;
}
.breadcrumb-wrapper h2 {
    color: #fff;
}
.breadcrumb-item a,
.breadcrumb-item + .breadcrumb-item:before,
.breadcrumb-item.active {
    color: rgba(255,255,255,.7);
    font-size: 18px;
}
.breadcrumb-item a:hover {
    color: #fff;
}

@media only screen and (min-width: 768px) {
    .breadcrumb-wrapper {
        padding: 150px 0;
    }
    .breadcrumb-wrapper h2 {
        font-size: 53px;
        line-height: 1.9;
    }
}
@media only screen and (min-width: 992px) {
    .breadcrumb-wrapper h2 {}
}

/*---------------------*\
    Buttons
\*---------------------*/

.btn {
    border: 2px solid transparent;
    border-radius: .3rem !important;
    font-family: 'Hind', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    padding: 16px 52px !important;
    text-transform: uppercase;
}
.btn-primary {
    background-color: #aa71d0 !important;
    border-color: #aa71d0 !important;
    color: #fff !important;
}
.btn-primary:hover {
    background-color: #fff !important;
    border-color: #aa71d0 !important;
    color: #aa71d0 !important;
}
.btn-secondary {
    background-color: transparent !important;
    border-color: #fff !important;
    color: #fff !important;
}
.btn-secondary:hover {
    background-color: #aa71d0 !important;
    border-color: #aa71d0 !important;
    color: #fff !important;
}

@media only screen and (min-width: 992px) {}

/*---------------------*\
    Navbar
\*---------------------*/

/*  Navbar-Nav
\*---------------------*/
.navbar {
    padding: 15px 0;
}
@media only screen and (min-width: 992px) {
    .navbar {
        padding: 33px 0;
    }
    .navbar-nav li {}
    .navbar-nav li + li {
        margin-left: 2px;
    }
    .navbar-nav li a {
        background-color: transparent;
        border-color: #2a2a2a;
        color: #2a2a2a !important;
        font-family: 'Hind', sans-serif;
        font-size: 16px !important;
        font-weight: 400 !important;
        letter-spacing: normal !important;
        line-height: 20px !important;
        margin: 0 !important;
        padding: 10px 18px !important;
        text-decoration: none !important;
        transition: all 300ms;
    }
    .navbar-nav li a:after,
    .navbar-nav li a:before {
        content: "";
        height: 0;
        opacity: 0;
        position: absolute;
        transition: all 300ms;
        width: 0;
    }
    .navbar-nav li a:after {
        border-right: 2px solid;
        border-top: 2px solid;
        border-color: inherit;
        right: 0;
        top: 0;
    }
    .navbar-nav li a:before {
        border-left: 2px solid;
        border-bottom: 2px solid;
        border-color: inherit;
        bottom: 0;
        left: 0;
    }
    .navbar-nav li a#current:after,
    .navbar-nav li a#current:before,
    .navbar-nav li:hover a:after,
    .navbar-nav li:hover a:before {
        opacity: 1;
        width: 100%;
        height: 100%;
    }

    #i .navbar-nav li a {
        border-color: #aa71d0 !important;
        color: #fff !important;
    }
}

/*---------------------*\
    Slogan
\*---------------------*/
.slogan-outer {
    background: #272532;
    padding: 25px 0;
}
.slogan {}
.slogan-inner {}
.slogan h2 {
    color: #fff;
    line-height: 49px;
}

@media only screen and (min-width: 768px) {
    .slogan-outer {}
    .slogan {}
    .slogan-inner {}
    .slogan h2 {}
}
@media only screen and (min-width: 992px) {
    .slogan-outer {}
    .slogan {}
    .slogan-inner {}
    .slogan h2 {}
}

/*-------------------------------------------*\
   UTILITIES
\*-------------------------------------------*/

/*-------------------------------------------*\
   EXTEND
\*-------------------------------------------*/

.bg-gray {
    background: #f3f5f6;
}

/*---------------------*\
    Feature
\*---------------------*/
.feature {
    border-bottom: 4px solid transparent;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: all 300ms;
}
.feature-icon {
    font-size: 76px;
    line-height: 76px;
    margin: 0 0 24px 0;
    padding: 24px 0;
    transition: all 300ms;
}
.feature-icon i {
    background: #aa71d0; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #aa71d0 0%, #66418f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #aa71d0 0%,#66418f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #aa71d0 0%,#66418f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa71d0', endColorstr='#66418f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 300ms;
}
.feature h4,
.feature p {
    padding: 0 20px;
}
.feature:hover {
    background: #f9f9f9;
    border-bottom: 4px solid lightgrey;
    border-radius: 6px;
}
.feature:hover .feature-icon {
    background: #aa71d0; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #aa71d0 0%, #66418f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #aa71d0 0%,#66418f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #aa71d0 0%,#66418f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa71d0', endColorstr='#66418f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.feature:hover .feature-icon i {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*---------------------*\
    How It Works
\*---------------------*/
.hiw-icon {
    font-size: 76px;
    line-height: 76px;
    margin-bottom: 30px;
}
.hiw-icon i {
    background: #aa71d0; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #aa71d0 0%, #66418f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #aa71d0 0%,#66418f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #aa71d0 0%,#66418f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa71d0', endColorstr='#66418f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*---------------------*\
    Product Lead
\*---------------------*/
.product-lead {
    background-color: #000;
    background-image: url(img/bg-head.jpg);
    padding: 12% 0 8%;
}