@charset "UTF-8";

/*
Theme Name: AIM
Description: Custom theme for AIM project
Author: Denis Vlasov
Version: 1.0.3
Requires at least: 5.0
Tested up to: 5.9
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	/*list-style: none;*/
    margin-left: 1em;
    padding-left: 25px;
}

ol li, ul li {
    text-indent: 5px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
    height: 100%;
    font-family: 'Calibri', sans-serif;
}
body {
    overflow-y: scroll;
}


.aim-dark-color {
    color: #002366;
}

header#main-header {
    width: 1200px;
    box-sizing: border-box;
    padding: 20px 30px;
    margin: 0 auto;
    background-image: url(images/top-bg-1920.jpg);
    background-repeat: no-repeat;
    background-size: 1200px;
    position: relative;
}

#logo img {
    height: 80px;
    border: none;
}

nav#site-navigation {
    display: block;
    position: absolute;
    left: 200px;
    top: 50px;
}

nav#site-navigation ul, 
nav#site-navigation li {
    display: inline-block;
}

nav#site-navigation li {
    margin-right: 10px;
    padding: 5px 10px;
}

nav#site-navigation ul,
nav#site-navigation ul li,
nav#site-navigation li a {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

nav#site-navigation li:hover,
nav#site-navigation li.current_page_item {
    background-color: orange;
    border-radius: 4px;
}

#tagline {
    position: relative;
    padding-top: 80px;
    padding-left: 80px;
    padding-bottom: 120px;
}

#tagline .line-1,
#tagline .line-2,
#tagline .line-3 {
    font-size: 56px;
    line-height: 62px;
    text-transform: uppercase;
    color: #fff;
    width: 520px;
    animation-name: appearText;
    animation-delay: 1s;
    animation-duration: 2s;
    opacity: 0;
    animation-fill-mode: forwards;
}

#tagline .line-1 {
    animation-delay: 0.5s;
}
#tagline .line-2 {
    animation-delay: 2.5s;
}
#tagline .line-3 {
    animation-delay: 4.5s;
}

#tagline .line-3 {
    font-weight: bold;
    text-align: right;
}

@keyframes appearText {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

footer {
    width: 1200px;
    box-sizing: border-box;
    padding: 20px 30px 40px;
    margin: 0 auto;
    background-image: url(images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: 1200px;
    position: relative;
    color: #fff;
}
/* sticky footer params */
.footer-wrapper {
    height: 250px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.common-wrapper {
    min-height: 100%;
    position: relative;
}
.main-content-wrapper {
    padding-bottom: 280px;
    box-sizing: border-box;
}
.footer-header {
    margin-top: 20px;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer-email,
.footer-phone {
    float: left;
    box-sizing: content-box;
    width: 400px;
    text-align: center;
    font-size: 24px;
    color: #fff;
}
.footer-email a {
    text-decoration: none;
}
.footer-email {
    margin-left: 150px;
}
.footer-phone {
    margin-left: 150px;
}
.footer-email .icon,
.footer-phone .icon {
    height: 50px;
    margin-bottom: 15px;
}
.footer-email .icon img,
.footer-phone .icon img {
    height: 50px;
}
.footer-email a {
    color: #fff;
}

.cl {
    clear: both;
}

.footer-copyright {
    margin-top: 30px;
    text-align: left;
    font-size: 14px;
}

.footer-copyright a {
    color: #fff;
    text-decoration: none;
}

.avia-mc {
    margin-top: 30px;
    margin-bottom: 40px;
}

.avia-mc .header-title {
    font-size: 28px;
    text-align: center;
    color: #002366;
}

.avia-mc .header-title-line-2 {
    margin-bottom: 20px;
}

.avia-mc .item-header {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    color: #002366;
    margin-bottom: 10px;
}

.avia-mc {
    text-align: center;
}

.avia-mc .list-item {
    font-size: 20px;
    font-style: italic;
    line-height: 1.2em;
}

.col-inner {
    width: auto;
    margin: 0 auto;
    text-align: left;
    text-indent: 30px;
    display: inline-block;
}

.avia-mc .item-image {
    margin-bottom: 15px;
}
.avia-mc .item-image img {
    height: 150px;
}

.member-image img {
    height: 150px;
}
.member-image {
    text-align: center;
}

.team-member {
    text-align: center;
}

.our-team {
    box-sizing: border-box;
    padding: 30px 30px 40px;
    margin: 30px auto 30px;
    background-image: url(images/team-bg.png);
    background-repeat: no-repeat;
    background-size: 1200px;
    position: relative;
    color: #fff;
    width: 1200px;
}

.our-team h3,
.blog-frontpage-summary h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}

.our-team .p-name {
    margin-top: 20px;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}

.our-team .p-info {
    font-size: 16px;
    line-height: 1.2em;
}

.our-team .l-more-link {
    font-weight:bold;
}

.blog-frontpage-summary h3 {
    color: #002366;
}

.our-team h3 {
    color: #fff;
}

.our-team a,
.our-team a:link {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.our-team .text-right {
    margin-top: 30px;
    text-align: right;
}

.app-width {
    width: 1200px;
}

.blog-frontpage-summary {
    margin: 0 auto;
    margin-bottom: 30px;
}

.blog-frontpage-summary .entry-thumbnail img {
    height: 180px;
    max-width: 300px;
}

.blog-frontpage-summary .entry-thumbnail {
    margin-bottom: 10px;
}

.blog-frontpage-summary article {
    border: 1px solid #ccc;
    padding: 15px;
    text-align: center;
}

/* effect for article on homepage */
.blog-frontpage-summary article:hover {
    border: 1px solid orange;
    box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.5);
}

.blog-frontpage-summary .row {
    margin-left: 25px;
    margin-right: 25px;
}

.blog-frontpage-summary h2.entry-title {
    font-size: 18px;
    color: #002366;
    font-weight: bold;
    margin-bottom: 8px;
}

.blog-frontpage-summary h2.entry-title a,
.blog-frontpage-summary h2.entry-title a:link {
    font-size: 20px;
    color: #002366;
    font-weight: bold;
    margin-bottom: 8px;
    text-decoration: none;
}

.blog-frontpage-summary .post-date {
    font-style: italic;
    font-size: 16px;
    color: #666;
}

.single-blog-post {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
}

.single-blog-post h1 {
    font-size: 32px;
}

.single-blog-post h2 {
    font-size: 26px;
}

.single-blog-post h3 {
    font-size: 22px;
}

p {
    margin-bottom: 1em;
    margin-top: 1em;
}

.single-blog-post {
    text-indent: 25px;
    line-height: 1.4em;
}

.team {
    margin-top: 30px;
}
.team .team-member .photo-wrapper {
    /*
    position: relative;
    background-image: url(images/team/gcircle.png);
    background-position: center;
    background-repeat: no-repeat;
    */
    width: 210px;
    height: 300px;
    position: relative;
}

.team .team-member .photo-wrapper img {
    max-height: 300px;
    position: absolute;
    bottom: 0;
    right: 30px;
}

.item-details {
    margin-top: 25px;
}

.item-details .photo-wrapper {
    width: 33%;
    float: right;
}

.item-details .item-tags {
    float: left;
    width: 66%;
}

.item-details .item-tag {
    border: 2px solid orange;
    border-radius: 16px;
    white-space: nowrap;
    margin: 0 10px 10px;
    float: left;
    padding: 5px 8px;
    font-size: 18px;
}

.item-details .item-tag:nth-child(odd) {
    border: 2px solid green;
}

.item-details {
    border-bottom: 4px solid #708c44;
    /*padding-bottom: 20px;*/
    margin-bottom: 20px;
}

.person-info {
    margin-top: 22px;
}

.person-card {
    float: right;
    text-align: right;
}

.person-name {
    font-weight: bold;
    font-size: 28px;
}
.person-taglines .tagline {
    font-size: 22px;
}

.get-in-touch {
    float: left;
    text-align: left;
    padding-top: 1em;
    margin-left: 10px;
}

.email-icon {
    height: 20px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.get-in-touch a,
.get-in-touch a:link {
    color: #333;
}
.get-in-touch a:hover {
    color: #000;
}

.team .team-member-left .item-details .item-tags {
   float: right;
   text-align: right;
}
.team .team-member-left .item-details .person-card {
    float: left;
    text-align: left;
    margin-left: 20px;
}
.team .team-member-left .get-in-touch {
    float: right;
    text-align: right;
    margin-right: 10px;
}