#content .socials li:nth-child(3){
 display:none;
}
header .nav ul >li > a {
    font-size: 14px;
}
header .site-logo h1 {
    font-size: 53px;
}
header .site-logo p {
    font-size: 16px
}
.entry-utils .socials li:last-child {
    display: none;
}
.site-tools .socials li a {
    font-size: 16px;
    padding: 0 5px;
}
.so-panel .widget-title {
    background: transparent;
    color: #11d6bf;
}

#footer .site-logo{
 display:none;   
}
.copy-text{
    margin-top:10px;
}

a:focus,
a:hover {
    color: #11d6bf;
}
.entry-title a:hover {
    color: #11d6bf;
}
.read-more:hover:hover {
    color: #11d6bf;
}
.read-more:hover {
    border-color: #11d6bf;
}
.read-more {
    color: #11d6bf;
}
.navigation > li > a:hover,
.navigation > li.sfHover > a,
.navigation > li.sfHover > a:active {
    color: #7d7dad;
}
.entry-utils .socials a:hover {
    color: #11d6bf;
}
.btn,
.comment-reply-link,
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    background: #11d6bf;
}

#site-content .col-md-8,
#site-content .col-md-4 {
height: auto !important;
}

.entry-utils .socials,
.single .entry-utils .socials,
.page .entry-utils .socials {
    display: none;
}

.entry-content a {
    border-bottom: none;
}

.entry-title a {
    font-size: 26px !important;
}

a {
font-size: 16px
}

.boxed {
  border: 1px solid black ;
}

@media(min-width:768px) {
    header .site-bar .nav {
        width: 100%;
    }
    header .site-tools {
        position: absolute;
        right: 25px;
    }
    header .nav li {
        float: left;
    }
}

ul {
font-size: 16px !important;
}

{code type=php}
.entry-date {
display: none;
}
{/code}

/* Menu Link Color */

#menu ul li a {
color: #505050 !important;
}

/* Menu Hover Color */

#menu ul li a:hover {
color: #505050 !important;
}

/* Menu Current Item */

#menu ul li.current_page_item a {
color: #505050 !important;
}

.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 {
color: #474747;
font-size: 15px;
}