/**
211103
Fixes and improvements to the standard clock theme for CW.
stephen at millipedia
*/

:root{
    --theme: #0b259a;

    --grey-mid: #767676;
}

.post-info {
    color: var(--grey-mid);
}



footer p { color: var(--grey-mid); }




@media screen and (max-width:550px) { 
    .latestPost {
        float: none;
        width: 100% !important;
        margin-right:0;
    }
    .latestPost.last { margin-right: 0 }
}

.latestPost .wp-post-image{
    width:100%;
    height:auto;
}

#featured-thumbnail{
    max-width: 640px;
}
.latest-cat-post #featured-thumbnail img{
    max-height: 640px;
    max-width: 640px;
}

.home .latestPost header {
	min-height: auto;
	height: auto;
}

.latestPost .title {
	min-height: 46px;
}

@media(min-width:776px){
    .home .latestPost header {
        min-height: 120;
        height: 100px;
        overflow: hidden;
    }
}


.logo-stack{
    padding-top:1rem;
    padding-bottom:1rem;
}

.logotype{
    padding-right:40px;
}

.logostrap{
    text-align: left;
    font-size:0.9rem;
    color: #111;
}

@media(min-width:776px){
    
    .logo-stack{
        display: flex;
    }

    .logostrap{
        padding-top:38px;
        text-align: left;
        font-size:1rem;
    }

}

#searchform .icon-search {
	height: 36px;
}

.cw-search-grid{
    display: flex;
}

.cw-search-grid-input{
    flex:1;
}

#s {
    width:100%;
    color: var(--grey-mid);
}

.cw-submit{
    border:0;
    background: transparent;
    display: block;
    width:44px;
    height:44px;
    cursor: pointer;
}



.relatepostli .post-info a:hover, a:hover, #commentform a, .copyrights a:hover, a, .post-info a:hover, .sidebar.c-4-12 a, footer .widget li a:hover {
	color: var(--theme);
}

#move-to-top {
    height: 44px;
    right: 0;
    bottom: 124px;
    top: auto;
    width: 44px;
}
/*
The following code was the custom code that had been added before me.
*/

.logo-wrap {
    margin: 0;
}

.mts-cart { display: none; }

.slidertitle {
    font-size: 26px;
}
.slidertext { display: none;
    font-size: 16px;
}

.flex-caption {
    top: 35%;
	}
#copyright-note > span {
    display: none;
}
#copyright-note > .top {
    float: none;
}

#header {
    min-height: 150px;
}

#home_post_cont {

display: none;
}

.gallery-slider img {
    max-height: 10px;
}
.featured-thumbnail {
    margin-bottom: 20px;
}
.latestPost {
    min-height: 300px;
}
.home .latestPost header {
    min-height: 85px;
}
#comments, #commentsAdd {
    display: none;
}
#navigation ul li a {
  text-transform: none;
}

.home .latestPost header {
    min-height: 120;
    height: 100px;
    overflow: hidden;
}
#menu-item-3312 a {
    background: #FE6608;
    color: #fff;
}


.home .front-view-content {
    display: none;
}
.latestPost.front-view-content {
    display: none;
}

.archive .front-view-content {
    display: none;
}
.latest-cat-post .post-info {
    display: none;
}
ol.flex-control-thumbs {
    display: none;
}
.flexslider .slides img {
    max-height: 322px;
}
.flex-caption {
    top: 17%;
}
section.slider {
    overflow: hidden;
}
.woocommerce ul.product_list_widget li img {
    margin-right: 8px;
}
.fluid-width-video-wrapper {
padding-top: 60% !important;
}
embed, iframe, object {
    max-height: 400px;
}
.graded-disclaimer {
     display: none;
}
.latestPost {
    min-height: 290px;
}