/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
.hide {
    display: none;
}
#logo-container-mobile {
    padding: 15px 15px 15px;
}
footer h2, footer h3 {
    font-weight: 600 !important;
    letter-spacing: .05em !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    margin-bottom: 27px !important;
}
.post-content ul {
    list-style-type: square !important;
}
.post-content ul {
    list-style: none;
}
.post-content ul li::before {
    content: "\25A0";
    color: #b63154;
    font-size: 19px;
    font-weight: bold;
    display: inline-block; 
    width: 1.2em;
    margin-left: -1em;
}
.sidebar-menu li a {
    color: #0a8d8c;
    font-weight: 700;
}
.sidebar-menu li a:hover, .sidebar-menu li a:hover {
    color: rgba(48,49,51,.5) !important;
}
.post-content .menu-item-type-custom::before {
    color: #0a8d8c;
    color: #b63154;
}
.post-content .menu-item-type-custom a {
    color: #b63154;
    font-weight: 700;
}
.team-list li {
    display: inline-block;
    margin-right: 10%;
}

.wpcf7-form-control .half-width{
width: 50%;
}

.wpcf7-form-control .three-quarters-width{
    width: 75%;
}

.read-link{
    margin-top: 18px;

}

.supporters p>strong.no-margintop, strong.no-margintop{
    margin-top: 3px !important;
}


 #special-menu ul > li > a{
     color: #0a8d8c;
 }

 #special-menu ul > li:nth-last-child(1) > a{
     color: #b63154;
 }

 @media (max-width: 959px){
	.menu-light .menu-smart > li.active > a,
	.menu-light .menu-smart > li a.active,
	.menu-light .menu-smart > li.current-menu-ancestor > a,
	.menu-light .menu-smart > li.current-menu-item:not(.menu-item-type-custom) > a {
  		color: rgba(255,255,255,.5);
	}
	.isotope-filters .menu-light .menu-smart > li.active > a,
	.isotope-filters .menu-light .menu-smart > li a.active,
	.isotope-filters .menu-light .menu-smart > li.current-menu-ancestor > a,
	.isotope-filters .menu-light .menu-smart > li.current-menu-item:not(.menu-item-type-custom) > a {
  		color: rgba(255,255,255,.5);
	}

    input.wpcf7-form-control.wpcf7-submit.btn-blue-navy.btn-square.btn-icon-left{
        width: auto;
    }

    input.wpcf7-form-control.three-quarters-width, input.wpcf7-form-control.half-width{
        width: 100% !important;
    }
}

a.blue-heading{
    color: #0a8d8c;
} 

/*Fix img home page height*/

@media (min-width: 960px){
    .hmenu .menu-primary .menu-smart > li > a:before, .hmenu-center .menu-primary .menu-smart > li > a:before {
        height: 68%;
    }

}

iframe {
    border-width: 0;
}

@media (max-width: 1071px) {    
    .custom-hidden{
        display: none !important;
    }
}