/*
Theme Name:    	XY Child Theme
Description:    Child theme for XY.
Template:       xy
Author:			
Version:        1.0
*/


/* Import parent theme styles */
@import url("../xy/style.css");

/* -----------------------------------------------------------
	ADD YOUR CSS BELOW THIS LINE
/* ----------------------------------------------------------- */

.site-header > div {
    /*max-width: 1020px;*/
    margin: auto;
    padding: 0 80px;
}
#primary-nav a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    color:#8a959e;
}
#primary-nav a:hover {color:#3498db;}
#primary-nav > li:hover > a {background-color:transparent;}
#primary-nav > li > a {
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    text-transform: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
#primary-nav > li.menu-highlight > a {
    background-color: #3498db;
    color: #fff;
    padding: 5px 15px;
    margin: 20px 15px; /* 20 20 */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.3s ease-out;
}
#primary-nav > li.menu-highlight > a:hover {
    background-color:#9ACCED;
}

body{
    font-family:'Open Sans', arial, sans-serif;
    font-size: 16px;
}
/***** HEADERS *****/
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: inherit;
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
    text-transform: none;
}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}
h1,.h1,h2,.h2,h3,.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small {
    font-size: 65%;
}
h4,.h4,h5,.h5,h6,.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small {
    font-siz