/*
 Theme Name:   aws
 Template:     ambition-pro
 Version: 2020.12
*/
.site-info .copyright {
    width: 100%;
    text-align: center;
}

#colophon .one-fourth {
    width: 47.49%;
}

.no-sidebar-layout #main {
	width: 100%;
    margin: 0 auto 60px;
    padding: 2em .5em;
    box-shadow: 0 0 4px grey;
    height: 12em;
}
.fa-file-pdf{
	color: red;
	margin-right: .5em;
}

#content ul li {
	padding-bottom: .5em;
}

.page-title {
    padding: 20px;
	background-color: rgba( 0, 0, 0, 0.3 );
	display: inline;
}

.page-title-wrap {
    background-color: #fff;
    padding: 80px 0;
}

@media only screen and (max-width: 767px){
	.page-title-wrap {
		padding: 40px 0 !important;
	}
}

#colophon h3.widget-title::before{
	font-family: "Font Awesome 5 Free";
	content: "\f069";
	margin-right: .25em;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.menu a::before{
	font-family: "Font Awesome 5 Free";
	content: "\f15b";
	margin-right: .5em;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.widget_revslider {
	margin-bottom:0 !important;
}