/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/


/*Navigation active open*/
.current-menu-ancestor .x-collapsed,
.current-menu-parent .x-collapsed {
    display: block !important;
}

.x-container.offset {
    margin: 2.75em auto;
    margin-right: 50px;
    margin-bottom: 2.75em;
    margin-left: 50px;
    float: left;
}

.x-container.max {
    max-width: 88% !important;
}

@media screen and (max-width: 979px) {
    .x-container.max {
    max-width: 96% !important;}
	    }

@media screen and (max-width: 979px) {
       
	.x-container.offset {
    margin: 2.75em auto;
    margin-top: 0;
    margin-right: 3%;
    margin-bottom: 2.75em;
    margin-left: 3%;
    float: left;
}
	    }


.x-colophon.top {
    background-color: #fff;
}

.x-container.width {
    width: 94% !important;
}

.e6-4.x-bar {
    height: 1.2em !important;
}


.x-main.full {
    margin-top: -0.75em;
    margin-bottom: 4em;
	margin-left: 0.4em;
	margin-right: 0.4em;

}
}

@media screen and (max-width: 979px) {
	.x-main.full {margin-top: 1em;}
}

/*fonts*/
h1 {font-size: 36px; line-height: 38px; font-weight: 300;}
h2 {font-size: 24px; line-height: 32px; font-weight: 800;}

h5 {font-size: 20px !important; line-height: 26px; font-weight: 400 !important;}



@media screen and (max-width: 979px) {
	p {font-size: 0.9em; line-height: 1.6em; font-weight: 400;}
	    }


@media screen and (max-width: 979px) {
	h1 {font-size: 28px; line-height: 30px; font-weight: 300;}
	    }

@media screen and (max-width: 1400px) {
	h5 {font-size: 18px !important; line-height: 24px !important; font-weight: 300;}
	    }

@media screen and (max-width: 1200px) {
	h5 {font-size: 16px !important; line-height: 21px !important; font-weight: 300;}
	    }

/*widget*/

.widget ul li, .widget ol li {
    border-bottom: 1px solid #1d589e;
    padding: 0.65em 0;
    line-height: 1.5;
    background-color: transparent;
}

.widget_nav_menu ul>li {
    border-top: 1px solid #1d589e !important;
    border-bottom: 0;
    padding: 0;
}

.widget_nav_menu ul {
    border-top: 0;
    border-bottom: 1px solid #1d589e !important;
}

.widget_nav_menu ul>li a {
    display: inline-block;
    margin: 0.65em 0;
	color: #1d589e !important;
}

.widget_nav_menu ul>li a:hover {
	color: #000 !important;
}

/*button*/

.x-btn, .button, [type="submit"] {
    display: inline-block;
    position: relative;
    border: none !important;
    border-radius: 0;
    padding: 0.563em 1.125em 0.813em;
    cursor: pointer;
    font-size: 16px;
    font-weight: inherit;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #cad7ef !important;
    transition: none;
}

.x-btn, .button, [type="submit"] {
    color: #1d589e !important;
    margin-bottom: 0.25em;
    text-shadow: none;
    box-shadow: none !important;
    border-radius: 0.25em;
}



/*foot*/

.x-colophon .widget ul li {
    background-color: #fff;
}

.widget_nav_menu .current-menu-item>a:after {
    content: none;
}

.x-colophon.bottom {
    padding: 0;
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
    color: #fff;
    background-color: #2c3e50;
}


.x-colophon.bottom, .x-colophon.bottom a:hover, .x-colophon.bottom .x-social-global a:hover {
    color: rgb(29,88,158);
}
.x-colophon.bottom .x-nav li a {
    text-transform: none !important;}

.x-colophon.bottom .x-nav li a:hover {
    text-transform: none !important;
    color: rgb(29,88,158);
	opacity:1;
}

.x-colophon.bottom .x-nav {
    margin: 20px 0;
    text-align: left;
}

.x-colophon.bottom {
    background-color: #eee !important;
}

.x-container.max {
    max-width: 94% !important;
}