/*
 Theme Name:     Client - Meris Child
 Description:    A child of Meris
 Author:         Softext Publishing Inc.
 Author URI:     http://softext.ca
 Template:       meris
 Version:        1.0.0
*/

/*Original Theme Styles*/
@import url("../meris/style.css");
/*New Editor Styles*/
@import url("custom-editor-style.css");

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

/*General*/
html, body{
    font-size: 1em;
}
h1{
	font-size: 2em;
}
h2{
	font-size: 1.8em;
}
h3{
	font-size: 1.6em;
}
h4{
	font-size: 1.4em;
}
h5{
	font-size: 1.2em;
}
h6{
	font-size: 1em;
}
.entry-author{
	display:none;
}
/*Colour*/

/*Header*/
header {
	background-color: rgba(0,0,0,.33);
}

/*Navigation*/
.site-nav li ul li a {
	line-height: 1.3em;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*Widgets*/
.widget-title {
	font-size: 16px;
	margin-bottom: 20px;
}
.widget-box {
	font-size: 16px;
}

/*Footer*/

/*Homepage*/
.homepage-slider .carousel-caption .button{
	border: none;
	background-color: #fed136;
	color: #fff;
	width: 220px;
	height: 50px;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 40px;
	font-weight: bold;
}
.service-box i {
	opacity : 0.60;
    -webkit-transition: opacity  0.75s; /* Safari */
    transition: opacity  0.75s;
}
.service-box a{
    -webkit-transition: color  0.75s; /* Safari */
    transition: color  0.75s;
}
.service-box:hover i{
	opacity : 1 !important;
}
.homepage-slider .carousel-caption {
	bottom: 20%;
}

.homepage-slider .carousel-caption button {
	margin-top: 10px;
}
.homepage-slider .carousel-caption h1 {
	margin: 10px 0 0px;
	line-height: 1em !important;
}
/* =Responsive
-------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
	/*General*/
	
	/*Colour*/
	
	/*Header*/
	
	/*Navigation*/
	
	/*Widgets*/
	
	/*Footer*/
	
	/*Homepage*/
	.homepage-slider .carousel-caption {
		bottom: 15%;
	}
}
@media screen and (max-width: 992px) {
	/*General*/
	
	/*Colour*/
	
	/*Header*/
	
	/*Navigation*/
	
	/*Widgets*/
	
	/*Footer*/
	
	/*Homepage*/
	.homepage-slider .carousel-caption h1 {
		font-size: 3em;
	}
	.homepage-slider .carousel-caption {
		bottom: 7%;
	}
}
@media screen and (max-width: 768px) { /*Mobile*/
	/*General*/
	
	/*Colour*/
	
	/*Header*/
	
	/*Navigation*/
	
	/*Widgets*/
	
	/*Footer*/
	
	/*Homepage*/
	.homepage-slider{
		padding-top: 4.6em;
	}
	.homepage-slider .carousel-caption h1 {
		font-size: 2em;
	}
	.homepage-slider .carousel-caption {
		bottom: 5%;
	}
}