/*
Theme Name: Zerif Lite Child
Theme URI: https://www.themeisle.com/ 
Description: This is a custom child theme I have created.
Author: Chuck Norris Author
URI: https://www.themeisle.com/ 
Template: zerif-lite
Version: 0.1 
*/

/* Theme-wide font size enlargement.  Also line height for readability */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 18px;
	line-height: 125%;
}

/* hyperlink colors */

a {
	color: #0000cc;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}

a:visited {
	color: #6000cc;
}

/* make all default fonts black */

body,
button,
input,
select,
textarea {
	color: #000000;
}

/* Remove auto-uppercase */

h1.intro-text {
    text-transform: none;
}
.section-header h2 {
    text-transform: none;
}
.newsletter h3{
    text-transform: none;
}
.custom-button {
    text-transform: none;
}
.sib_signup_form input[type="submit"] {
    text-transform: none!important;
}
.focus-box h5 {
    text-transform: none;
}
.focus-box h3 {
	color: #000000;
}
.focus-box p {
	font-size: 16px;
	color: #000000;
}
.skills .skill h6 {
    text-transform: none;
}
.team-member h5{
    text-transform: none;
}
.package-header h5 {
    text-transform: none;
}
#carousel-homepage-latestnews .carousel-inner .item .latestnews-title a {
    text-transform: none;
}

/* change the pre-loader image */

.status {
	background-image: url('images/loading.gif') !important;
}

.dark-text {
	color: #000000;
}

.section-header .section-legend {
	color: #000000;
	padding-top: 0;
}

.nav-links a {
	color:#e96656;
	font-size: 20px;
	font-weight: bold;
}

.focus,.works,.about-us,.features,.packages,.products,.testimonial,.contact-us {
	padding-top: 50px;
}

.focus {
	padding-bottom: 50px;
}

.section-header {
	padding-bottom: 50px;
}

.copyright {
	padding-top: 15px;
	padding-bottom: 15px;
	background: #171717;
}

/* for the home page slider */

@media screen and (max-width:1023px) {
    .home-header-slider {
     padding-top: 111px;
    }
    }
    @media screen and (max-width:767px) {
    .home-header-slider {
     padding-top: 0px;
    }
    }
     @media screen and (min-width:1024px) {
    .home-header-slider {
     padding-top: 76px;
    }
}