/*
Theme Name: Llorix One Lite Child Theme
Theme URI: http://themeisle.com/themes/llorix-one/
Author: ThemeIsle
Author URI: http://themeisle.com/
Description: Llorix One Lite is a free and beautiful one page business WordPress theme, with a flat and clean bootstrap based design and an elegant parallax effect. It provides a simple,minimal and modern look that can be used for any kind of personal businesses or startup mobile app. The landing page has a fullscreen hero image and blue & orange appearance with buttons and icons promoting simplicity and elegance at their best. The theme provides a responsive blog section, is eCommerce ready (WooCommerce store compatible), WPML, bbPress, Photo Gallery Grid,Contact Form 7,Meta Slider,SiteOrigin Page Builder, JetPack compatible  and SEO friendly. You can use it for your business / startup shop, agency, corporate website, or photography portfolio.
Version: 0.1.17
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: llorix-one-lite
Text Domain: llorix one lite-child
Tags:black, blue, orange, gray, white, light, dark, responsive-layout, one-column, two-columns, right-sidebar, custom-header, custom-background, custom-colors, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, threaded-comments, translation-ready, accessibility-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Llorix One is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css */

@import url("../llorix-one-lite/style.css");

/* Theme customization starts here
-------------------------------------------------------------*/

/* All custom settings that has changed when theme updates are placed here.
-------------------------------------------------------------*/


/* WHAT WE DO 4 COLUMNS
.services-wrap > .service-box {
    width: 23.5%;
    margin: 0 1% 0 1%;
    margin-bottom: 30px;
    vertical-align: top;
}

/* Homepage Subtitle margin top 
.header-style-one .intro-section h5 {
    margin-top: 16px;
    margin-bottom: 70px;
}
*/

/* Homepage title */
h1.intro {
    font-size: 3.75rem;
   /* line-height: 1.5rem; */
    text-align: center;
}

.feedback p {
 font-style: normal;   
}


/* Homepage Button */
.standard-button, .navbar-register-button {
    color: #ffffff;
    background: rgba(74,174,77,0.4);
    border-color: #4aaf4f;
    text-decoration: none;
    border-radius: 30px;
    border: 2px solid #4aaf4f;
    padding: 10px 25px;
    font-size: 20px;
}

.standard-button:hover,
.navbar-register-button:hover {
	color: #ffffff;
	background: #4aaf4f;
	text-decoration: none;
	border-color: #4aaf4f;
}

.colored-text {
    color: #4aaf4f;
}

/* Hover on contact info */
.contact-info .contact-links a:hover {
    color: #4aaf4f;
    text-decoration: none;
}

/* What We do color - title and services */
.dark-text {
    color: #4aaf4f;
}

.single-service h3 {
    color: #000;
    margin-bottom: 15px;
    padding-top: 5px;
}


/* Line under pages - title */
.colored-line-left, .colored-line-right, .colored-line {
    background: #42e0df;
}


/* What We Do/Services Spacing */
.services-wrap {
    text-align: center;
    position: relative;
    /* padding-bottom: 50px; */
}

@media (min-width: 1200px)
.container {
    width: 1190px;
}

/*
.services-wrap > .service-box {
    width: 24.5%;
    margin: 0 0% 0 1%;
    margin-bottom: 30px;
    vertical-align: top;
}
*/

/* Hover on Menus-Color */
.sticky-navigation .main-navigation li a:hover,
.sticky-navigation .login-register li.login a:hover {
	color: #4aaf4f;
	text-decoration: none;
}

.sticky-navigation .main-navigation li:hover > a {
	color: #4aaf4f;
}
/* Powered by Text on the bottom */
.powered-by {
	display: none;
	font-size: 13px;
	margin-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 5px;
	text-align: center;
}
/* Padding on the bottom of map on the contact page */
.contact-page {
	padding-bottom: 0px;
}
/* 50% size of the registration images 
.hib-grid {
    width: 50%;
    margin: 0 -15px;
}*/