/*
Theme Name: Saga
Theme URI: http://saga-service.com/
Author: Ali Huseynli
Version: 1.0
*/
.body { 
	display: flex;
    flex-direction: column;
    height: 100vh;
} 

.bgk {
    background: url("/wp-content/themes/Saga/img/bgk.gif");
    background-repeat: no-repeat;
    background-color: #8092B3;
    width: 281px;
    height: 176px;
}
.bgk img {
    margin-left: 70px;
}
.bgk b, .bgk p {
    font-family: Arial;
    font-size: 14px;
    color: White;
    font-style: italic;
}
.ag a {
    color: white;
}
label {
    border-bottom: 1px solid white;
    display: block;
    color: white;
}
input {
    width: 100%;
    background: #8092b3;
    border: none;
    border: 1px solid white;
    margin-bottom: 5px;
}
button {
    background: none;
    border: none;
    color: white;
	flex-shrink: 0;
}
.menu a {
    color: white;
}
footer {
    background: #375481;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-back {
    background: #375481;
}
.footer-title strong {
    color: white;
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 10px;
}
.footer-title p {
    font-size: 12px;
    margin-bottom: 5px;
    color: #d1d1d1;
}
.footer-img div {
    margin-top: 30px;
    text-align: right;
}
.footer-img img {
    width: 99px;
    height: 99px;
}
.activity div:last-child {
    margin-bottom: 20px;
}
.activity img {
    width: 200px;
    height: 129px;
}
.alignnone {
    width: 200px !important;
    height: 129px !important;
    margin-bottom: 10px !important;
    display: inline-block !important;
    margin-right: 10px !important;
}
.clr a {
    color: wheat !important;
}
main {
  flex: 1 0 auto;
}
.basliq a {
    color: white;
}
.basliq p {
    margin-bottom: 0;
}
.basliq img:first-child {
    margin-top: 20px !important;
}
.basliq img:nth-child(2) {
    margin-top: 20px !important;
}
main {
    padding-bottom: 30px;
}