/*
Theme Name: Iconic One Pro
Custom CSS Template for Iconic One Pro
*/	

.themonic-logo {
    margin: 0;
    padding: 0;
}
.socialmedia {
    margin-top: -50px;
    width:auto;
}

/* remove white pixel between menu items */

.themonic-nav li {
    margin: 0 -4px 0 0;
}

/* remove white border in footer */

#iop-footer.widget-area {
    border: none;
}

/* menu background color and shadow off
*/

/* remove while line above menu (removed most of it) */

.themonic-nav ul.nav-menu, .themonic-nav div.nav-menu > ul {
border-top: none;
}

/* remove shadow under menu */

.themonic-nav {
    box-shadow: none;
}

/* remove more white space */

.site-header {
    margin-bottom: 0;
}

.site-content article {
    border-bottom: 0;
}

.entry-content td, .comment-content td {
    border-top:0;
}

/* remove white line above menu , resize menu */

.themonic-nav {
    margin-top: -2px;
}
.themonic-nav li a {
    line-height: 2.2;
}

/* remove footer box at bottom of page */

footer[role="contentinfo"] {
    display: none;
}

/* change color of links */

a {
        outline: 0;
        color: #3f72cb;
        text-decoration: none;
}

a:hover {
        color: #3f72cb;
        text-decoration: underline;
}

/* change color of Read More >> */

.read-more a {
 color:#3f72cc;
 text-decoration:none;
}

/* change caption, make closer to pic and indent 2px */


.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
        font-style: italic;
        font-size: 12px;
        line-height: 2;
        color: #666666;
        margin-top: -11px;
        margin-left: 2px;
}
