/*
	Theme Name:   This is Statistics
	Description:  Iron Framework Child Theme
	Author:       Ironistic.com
	Author URI:   http://www.ironistic.com
	Template:     iron-framework
	Version:      1.1.0
	responsive-layout, accessibility-ready
	Text Domain:  iron-framework-child
*/

.tis-hero-slide[data-slick-index="0"] .site-btn{
	background: #e85629!important;
}

.fp-content-latest-news .su-post {
	width: 30%;
	display: inline-table;
	margin-right: 18px;
}

.fp-content-latest-news .su-post-thumbnail img, .fp-content-latest-news .su-post-thumbnail {
	display: none !important;
}

@media screen and (max-width: 768px) {
.fp-content-latest-news .su-post {
	width: 100%;
	display: block;
	margin-right: 0;
	color: #3eb4c2;
}
}

/* draft */

.fp-content-latest-news-draft .su-post {
	width: 47%;
	display: inline-table;
	margin-right: 18px;
}

.fp-content-latest-news-draft .su-post-thumbnail img, .fp-content-latest-news .su-post-thumbnail {
	display: none !important;
}

.uncle-sam p {
  clear: both;
  text-align: center;

}

.uncle-sam {
  text-align: center;
  width: 24%;
  
}

@media screen and (min-width: 991px) and (max-width: 1170px) {
.logo {
    width: 215px;
}

.logo img {
    height: auto !important;
}

/*
#menu-main-menu {
    position: relative;
    z-index: 100;
}
*/

#search-2 #searchsubmit {
    width: 160px;
    margin-top: 12px;
}
}

@media screen and (max-width: 990px) {
.fp-content-latest-news-draft .su-post {
	width: 100%;
	display: block;
	margin-right: 0;
	color: #3eb4c2;
}

.fp-content-latest-news-draft .su-posts, .latest-news-button {
	width: 100%;
}

.uncle-sam {
	text-align: center;
	margin-bottom: 60px;
	width: 100%;
}

.latest-news-button {
	text-align: center;
	clear: both;
	margin-bottom: 30px;
}


}

@media screen and (min-width: 991px) {
.iron-left {
	float: left;
	width: 76%;
}
.uncle-sam {
  float: right;
}
.uncle-sam p {
  max-width: 300px;
}

.latest-news-button {
	clear: left;
}

/*
.main-menu .sub-menu {
    display: none;
}

.main-menu > li {
    position: relative;
}

.main-menu > li:hover > a {
    background: #43b7c5 !important;
    color: #fff !important;
}

.main-menu > li:hover .sub-menu {
    display: block;
    position: absolute;
    z-index: 100;
    left: 50%;
    width: 200px;
    margin-left: -100px;
}

.main-menu .sub-menu li {
    display: block;
    float: none;
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
    background: #43b7c5;
    text-align: center;
}

.main-menu .sub-menu li a {
    color: #fff;
    font-weight: 100;
    font-size: 12px;
    padding: 12px 48px;
    border-bottom: 1px solid #3094a0;
}

.main-menu .sub-menu li a:hover {
    background: #eaeaea;
    color: #000 !important;
}

.main-menu .sub-menu li:last-of-type a {
    border-bottom: 0;
}

.main-menu > li:last-of-type:hover .sub-menu {
    margin-left: 0;
    left: auto;
    right: 0;
}

.main-menu > li:first-of-type:hover .sub-menu {
    margin-left: 0;
    left: 0;
}
}

.main-menu .sub-menu li ul {
    display: none !important;
}
*/

/*
.post-entry.three-fourth {
	width: 100%;
}
*/

.home .post-video {
	padding-bottom: 50px;
}

@media (max-width: 990px) {
.main-menu .sub-menu li {
    border-top: 0px !important;
}
}

.blog-sidebar {
    background: #109db1;
    color: #fff;
    padding: 0 0 2em;
}

.blog-sidebar .widget {
    margin: 1.5em;
    padding: 0 0 1.5em;
    border-bottom: 1px solid #4cb6c4;
}

.blog-sidebar .widget:last-of-type,
.blog-sidebar .widget_search {
    border-bottom: 0;
}

.blog-sidebar .widget_search {
    margin: 0;
    padding: 1.5em;
    background: #0d7e8e;
}

.blog-sidebar input[type="submit"] {
    background: #e8572a !important;
}

.blog-sidebar .widget-title {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 1.5em;
    margin-bottom: 6px;
}

.blog-sidebar a {
    color: #b2f7fe;
}

.blog-sidebar .gfield_required {
    color: #fff;
}

.main-entry p, .main-entry ul, .main-entry ol, .main-entry li, .main-entry pre,
.home-entry p, .home-entry ul, .home-entry ol, .home-entry li, .home-entry pre {
    font-size: 16px;
}

.blog-sidebar .widget select {
    width: 100% !important;
}