/* 
Theme Name:   Saviachild
Theme URI:    http://www.wpbeginner.com/
Description:  A Savia child theme for jangelleluxurytravel.com
Author:       Mark Woodruff
Author URI:   http://www.woodycreative.com
Template:     Savia
Version:      1.0.0
*/

@import url("../Savia/style.css");

}

#logo img {
	max-height: 150%;
	width: auto;
	margin: 10px;
}

a, a:visited {
	color: #222;
	outline: 0;
	text-decoration: none;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-ms-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
	font-weight: 600;
}

a:hover, a:focus {
	color: #222;
	text-decoration: none;
}

a.colored, a:visited.colored {
	color: #444;
}

a:hover.colored, a:focus.colored {
	color: #444;
}

p a, p a:visited {
	line-height: inherit;
}

.section_big_title h1 {
	margin: 22px 0 0;
	padding-bottom: 16px;
	font-size: 48px;
	line-height: 64px;
	color: #222;
	letter-spacing: 0;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 400;
	position: relative;
	font-family: 'Playfair Display SC', serif;
}

.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	margin-bottom: 21px;
}

.clients_section h2 {
	font-family: 'Droid Serif', arial, sans-serif;
	font-style: italic;
	font-size: 17px;
	line-height: 26px;
	color: #AAA;
	margin: 0 0 22px;
}

#logo img {
	max-height: 100px;
}

/* CHANGE BUTTON COLOR TO RED */
input.button_hilite, a.button_hilite, .button_hilite {
  background-color: #222;
}

/* CHANGE COLOR OF MENU HOVER LINE */
#menu > ul > li:hover > a{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	border-bottom: 2px solid #222;
} 

