/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.social-icons {
	overflow: hidden;
	display: block;
	margin: 0 auto 15px;
	width: 240px;
}

div#attention-grabber {
	width: 100%;
}

#menu-top-dropdown-menu li {
	font-family: "Oswald", arial, sans-serif;
}

.nav ul li, #header-widget ul.menu li, .nav .sub-menu, #header-widget .sub-menu {
	font-size: 18px;
}

.nav ul li:hover, #header-widget ul.menu li:hover, .nav .sub-menu, #header-widget .sub-menu {
	background: #eae4d6;
}

.menu > li > .sf-with-ul:focus:after, .menu > li:hover > .sf-with-ul:after, .menu > .sfHover > .sf-with-ul:after {
	border-top-color: #525252;
}

.menu ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF;
	border-left-color: #525252;
}

.menu ul li > .sf-with-ul:focus:after, .menu ul li:hover > .sf-with-ul:after, .menu ul .sfHover > .sf-with-ul:after {
	border-left-color: #525252;
}

#menu-top-dropdown-menu .sub-menu li:hover {
	background: #f3eddf;
}

.nav ul li, #header-widget ul.menu li {
	font-family: "Oswald", arial, sans-serif;
}

div#wrap {
	background: #fff;
}

article.hentry {
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
	background: url("wp-content/themes/icy-pro/assets/img/scissor-clip-divider.png") no-repeat bottom left;
	padding-bottom: 60px;
}

div#credit {
	display: none;
}

.widget {
	border: 8px solid #e8e8e8;
}

.widget_search {
	border: 0;
}

.widget_wwl_social_widget {
	border: 0;
}

html {
	margin-top: 0 !important;
}

p {
	font-size: 18px;
}

footer ul#menu-footer-menu {
	text-align: center;
	line-height: 63px;
	background: #fff;
	font-weight: bold;
}