/*
Theme Name: Sixteen Child 01
Theme URI: 
Description: Child 01 theme for the Sixteen theme
Author: <a href="https://fiverr.com/sajan91">Rohit Tripathi</a>
Author URI: 
Template: sixteen
Version: 1.5.6
*/
.article-wrapper {
  height: 517px !important;
}
.homepage-article
{
max-height: 480px !important;
}
.homepage-article .featured-image {
    height: 430px !important;
}
#footer-sidebar
{
	background:#000 !important;
}
#footer-sidebar .widget-title {
    background: #000 !important;
    color: #fff !important;
	font-weight: bold !important;
}
#footer-sidebar a , #footer-sidebar p {
    color: #fff !important;
}
#footer-sidebar ul > li {
    border-bottom: dotted 1px #fff !important;
}
#footer-sidebar ul li span
{
	    color: #fff !important;
}
#colophon a {
    color: #fff !important;
}
#colophon {
    background: #000 !important;
    color: #fff !important;
    padding: 10px;
}
#content {
    background: rgba(250, 250, 250, 0.9) !important;
}
#primary, #secondary , .single article blockquote, .page article blockquote {
    background: #FFFFFF !important;
}

@media only screen and (max-width: 1023px){
.mobileCallMe {
    display: block;
}
}

@media only screen and (min-width: 1024px){
.mobileCallMe {
    display: none;
}
}

.mob-menu-logo-holder .headertext {
    display: none;
}