/*
Theme Name: Amjilt 4
Author: Bat-Orgil
Description: Tomamjilt.com
Version: 1.1
*/
section.sub-footer .sub-footer-content p {
    line-height: 40px;
    font-size: 12px;
    color: #fff;
    margin-bottom: 0px;
    background-color: #323637;
}
section.left-image .left-image-content .left-image img {
    max-width: 100%;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    height: 250px;
    width: 540px;
}
section.left-image .left-image-content .right-text h2 {
    margin-top: 10px;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
}
section.recommended-posts .recommended-posts-content .recommended-post-item img {
    width: 100%;
    background-position: center center;
    overflow: hidden;
    background-size: cover;
    height: 160px;
}
.latest-posts .latest-posts-content ul.latest li img {
    max-width: 105px;
    overflow: hidden;
    background-position: center center;
    float: left;
    margin-right: 10px;
    background-size: cover;
}

section.contact-form .message-content .button {
    margin-top: 15px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 20px;
    color: #ffffff !important;
    background-color: #224078;
    padding: 10px 17px;
    font-weight: 300;
    border: none;
    float: right;
    width: 150px;
}

section.single-post-page .blog-items .blog-item img {
    background-position: center center;
    background-size: cover;
}
.blog-items .blog-item .row .text-content .text-button a {
    color: #224078;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.foot-logo {
    height: 65px;
    text-align: center;
    margin-top: 30px;
}
.foot-logo img {
    opacity: 0.6;
    max-height: 50px;
}

.navigation {
    text-align: center;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}

.navigation li {
    display: inline;
   
}

.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
    background-color: #224078;
    cursor: pointer;
    padding: 12px 16px 12px 16px;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #15525b;
    color: #fff !important;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}
.logo img {
    max-width: 100%;
    overflow: hidden;
    max-height: 70px;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.latest-posts .latest-posts-content ul.latest li {
    display: block;
    margin-bottom: 25px;
    min-height: 100px;
}
section.single-post-page .blog-items .blog-item img {
    max-width: 100%;
    overflow: hidden;
    height: auto;
}
.text-content {
	
}
.text-content ul {
	margin-left: 30px;
}
.text-content li {
	list-style-type: disc;
}