/*
Theme Name: Lucid-Child
Description: Child theme for the Lucid theme
Template: Lucid
Version: 1.0
Author: Slava
*/
@import url("../Lucid/style.css");



/*----------this deletes the top menu-------------*/
/* Top primary menu bar */
/*#main-header .container { display: none!important; }*/

/* left align second menu*/
#second-menu .nav {float: left!important;}

/* move social media icons from top menu to second menu and align right*/
#social-icons a {float: right!important;}

/* adjust logo margin */
#logo-area {margin-top: 25px!important; margin-bottom: 25px!important; width:960px; }
#logo-area .container {text-align:left!important;}

/*Removes 'Search For:' text from search widget*/
.widget_search .screen-reader-text {
	display:none;
}

#main-header {
margin-top: -60px;
}
#social-icons {
border-right: none;
position: relative;
top: 298px;
left: 200px;
z-index: 100;
}
#search {
position: relative;
top: 298px;
left: 190px;
z-index: 100;
}


#recent-articles h3.main-title {
display: none;

}
body.home #sidebar {
margin-top: -32px;
}


.entry .post-thumbnail {float: left; margin-right: 15px;}