@import  "http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300italic,300,400italic,700,700italic&subset=latin,cyrillic-ext,latin-ext";

/*
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.
*/
/*------------------------STYLE MARTY----------------------------*/
#header-top-nav,
.search-box #searchform input,
.entry-details,
#colophon p.site-description,
#colophon #site-info,
.default-sidebar .widget,
.front-sidebar .widget,
.nav-wrap,
#infinite-handle,
#nav-below a span,
#nav-single a span,
.rp-small-two p span.entry-title,
.single-post .post .entry-header .entry-cats,
.single-post .post .entry-header .entry-author,
#comments .comment-author,
#comments .comment-reply,
.single-post .entry-meta .entry-cats,
.single-post .entry-meta .entry-tags,
.page .edit-link,
a.archive-menu-toggle,
.site-content .nopassword,
.site-content p.nocomments,
#searchform input#s,
.jetpack_subscription_widget input#subscribe-field,
h1, h2, h3, h4, h5, h6,
table, form label, input[type="button"],
input[type="submit"],
#comments p.comment-awaiting-moderation,
#nav-below a span,
#nav-single a span,
#infinite-handle span,
#primary .sharedaddy h3.sd-title,
.site-content div.wpcf7 p,
.ssba, .standard-btn,
.widget h3.widget-title {
	font-family: 'Roboto Condensed', sans-serif;
}

.widget iframe {
	max-width: 100%;
}

#front-fullwidth-top {
	border-top: none;
}

#site-header {
	margin-top: -15px;
}

.grofile-full-link,
.widget-grofile h4 {
	display: none;
}

#menu-social li a, #footer-social-nav ul li a {
	background: #D82382;
}

#menu-social li a:hover, #footer-social-nav ul li a:hover {
	background: #F246A9;
}

#site-nav {
	padding-bottom: 40px;
}

.site-content .post, 
.site-content .type-attachment, 
.search-results .site-content .page {
	margin-bottom: 20px;
}

::-moz-selection {
/* Code for Firefox */
	background: #D82382;
	color: #fff;
}

::selection {
	background: #D82382;
	color: #fff;
}

mark, ins {
	background: transparent;
}

.widget-area .widget .wpp-list {
	padding: 0;
}

.widget-area .widget .wpp-list li {
	padding-bottom: 15px;
}

.widget-area .widget .wpp-list .wpp-thumbnail {
	margin-right: 10px;
}