/*
Theme Name: The Matt Walsh Blog
Theme URI: http://vanthemes.com
Description: The theme for http://themattwalshblog.com.
Template: carino
Author: VanThemes
Author URI: VanThemes
*/

@import url("../carino/style.css");
/********** FULL SITE **********/

p {
	font-size: 1.2em;
}
.button-blue {
	background: #26a9e1;
}
#pagination .nav-previous a, #pagination .nav-next a {
	background-color: #26a9e1;
	color: #fff;
}

::selection, ::-moz-selection {
color: #fff;
background: #26A9E1;
}
#ajax-load a:hover, #pagination .nav-previous a:hover, #pagination .nav-next a:hover {
	color: #fff;
	background-color: #616161;
}
/********** HEADER **********/

#logo {
	display: none !important;
}
#top-bar #site-description, #top-bar #header-social {
	height: 40px;
}
#top-bar #header-social {
	line-height: 40px;
}
#top-bar #header-social ul li {
	display: inline-block;
	float: none;
}
#top-bar {
	height: 100% !important;
}
#top-bar #site-description {
	margin-left: 0px;
}
#top-bar #header-social ul li {
	margin-left: -3px;
}
.social-icons span.icon-facebook, .social-icons span.icon-twitter, .social-icons span.icon-gplus, .social-icons span.icon-rss {
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	background-color: #fff !important;
	background-position: 0px -120px !important;
	-moz-transition: all 0.6s ease-in;
	-webkit-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}
.social-icons span.icon-facebook:hover, .social-icons span.icon-twitter:hover, .social-icons span.icon-gplus:hover, .social-icons span.icon-rss:hover {
	color: #fff !important;
	background-position: 0px -80px !important;
}
.social-icons span.icon-facebook {
	color: #4861a3 !important;
	background-image: url('/wp-content/uploads/2014/04/mattwalsh_facebookslide.png') !important;
	background-repeat: no-repeat;
}
.social-icons span.icon-twitter {
	color: #1bb2e9 !important;
	background-image: url('/wp-content/uploads/2014/04/mattwalsh_twitterslide.png') !important;
	background-repeat: no-repeat;
}
.social-icons span.icon-gplus {
	color: #cf3e2b !important;
	background-image: url('/wp-content/uploads/2014/04/mattwalsh_gplusslide.png') !important;
	background-repeat: no-repeat;
}
.social-icons span.icon-rss {
	color: #FE9900 !important;
	background-image: url('/wp-content/uploads/2014/05/mattwalsh_rssslide.png') !important;
	background-repeat: no-repeat;
}
#main-nav-wrap #main-navigation ul li a, #main-nav-wrap #main-navigation ul li ul li a {
	font-size: 1.0rem;
	font-weight: 500;
}
.icon-facebook:before, .icon-twitter:before, .icon-gplus:before, .icon-rss:before {
	margin-top: 10px;
}
/********** POST CONTENT **********/

.entry-header {
	border-bottom: 2px solid #26a9e1;
	margin-bottom: 20px;
}
.entry-title a {
	color: #26a9e1;
}
.entry-title a:hover {
	color: #616161;
}
article.post-inner .read-more {
	text-decoration: none;
	display: block;
	margin-top: 10px;
	color: #fff;
	background-color: #26a9e1;
	width: 160px;
	text-align: center;
	padding: 5px;
	border-radius: 4px;
}
.donate-now {
	text-decoration: none;
	display: block;
	margin-top: 10px;
	color: #fff;
	background-color: rgb(219, 0, 0);
	width: 160px;
	text-align: center;
	padding: 5px;
	border-radius: 4px;
}
article.post-inner .read-more:hover, .donate-now:hover {
	background-color: #616161;
	color: #fff;
}
.post-pagination {
	display: block;
	width: 100%;
}
.previouspagination {
	float: left;
	display: block;
	background-color: #373737;
	color: #fff;
	padding: 5px 10px 5px 10px;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.continuereadingpagination {
	float: right;
	display: block;
	text-align: right;
	background-color: #26A9E1;
	color: #fff;
	padding: 5px 10px 5px 10px;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
div.ppt {
	display: none !important;
}
.pp_social {
	display: none !important;
}
.previouspagination:hover {
	background-color: #575555;
}
.continuereadingpagination:hover {
	background-color: #4DBEEE;
}
.author-info .author-avatar-container .author-avatar {
	border-radius: 0px;
}
#single-outer article.post-inner #entry-footer .article-share a {
	width: 200px;
	margin-top: 10px !important;
}
#single-outer article.post-inner #entry-footer .article-share a:hover {
	background: none !important;
}
.post-banner {
	margin: 0px 10px 0px 0px;
	max-height: 250px;
	max-width: 300px;
	display: block;
	overflow: hidden;
	float: left;
}
/********** PODCAST **********/

.podcastbtns {
	display: inline-block;
	padding: 2px 6px 2px 6px;
	border-radius: 10px;
	border: 2px solid rgba(255,0,0,0);
	transition: all 0.5s ease;
}
.podcastbtns:hover {
	border: 2px solid #26a9e1;
	transition: all 0.5s ease;
}
.powerpress_links {
	padding-bottom: 10px;
}
/********** COMMENTS **********/
#comments {
	padding: 8px;
}
#comments .commentslist li .comment-header .comment-author {
	font-size: 1.2em;
}
#comments .commentslist li .comment-avatar {
	border-radius: 0px;
}
#comments #respond input[type="text"], #comments #respond textarea {
	color: #000;
	font-size: 14px;
}
/********** SIDEBAR **********/

#text-2 .widget-container, #text-4 .widget-container, #text-6 .widget-container, #text-7 .widget-container, #text-9 .widget-container {
	padding: 0px;
	width: 300px;
	min-height: 250px;
	margin: 0px auto;
	text-align: center;
	border-bottom: none;
	-moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
}
#pending_subscriber_email {
	border: 1px solid #c5c5c5;
	padding: 6px;
	border-radius: 4px;
	width: 100%;
}
.if-embedded-subscribe {
	color: #fff;
	background-color: #26a9e1;
	padding: 6px;
	border-radius: 4px;
	width: 100%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.if-embedded-subscribe:hover {
	background-color: #616161;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#execphp-2 > .widget-container {
	padding: 0px;
}
#execphp-2 > .content {
	background: none;
	border-bottom: 0px;
}
div.widget_super_rss_reader {
	margin: 0 0 12px 0;
}
div.widget_super_rss_reader div.widget-container {
	padding: 25px 0 0;
}
div.super-rss-reader-widget {
	margin: -24px 0px 0;
	height: 360px;
	overflow: hidden;
}
div.super-rss-reader-widget .srr-style-smodern .even {
	background: #E7E7E7;
	border-radius: 0;
	padding: 8px 10px 6px;
}
div.super-rss-reader-widget .srr-wrap .srr-title {
	line-height: 1.3;
	margin: 0!important;
}
.srr-wrap .srr-item > * {
	margin-bottom: 0 !important;
}
#text-5 {
	border: none;
}
#text-5 .widget-container {
	padding: 0px 0px;
	background: rgba(0, 0, 0, 0);
	border: none;
}
#text-5 .padder {
	padding: 0;
	margin-top: 10px;
}
#text-5 .gsc-control-cse {
	padding: 0;
	background: rgba(0, 0, 0, 0);
	border: none;
}
table.gsc-search-box {
	background: rgba(0, 0, 0, 0);
	border: none;
}
#text-5 .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding: 0!important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#text-5 table.gsc-search-box td {
	padding: 0;
}
#text-5 h4 {
	display: none;
}
#text-5 .gsc-control-cse div {
	border: none;
}
#text-5 input.gsc-search-button {
	margin: 6px 0 0 0;
	border-color: #BC0000;
	background-color: #BC0000;
}
#text-5 input.gsc-search-button:hover {
	background-color: #E20000;
}
#text-5 tr, #text-8 table {
	border: none;
}
#text-5 td td.gsib_a {
	border: solid thin #AAA;
}
/*#text-2 .widget-container, #text-7 .widget-container {
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}*/

/********** ADVERTISEMENTS **********/

.top-google-ad {
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 auto 20px;
	background: #fff;
}
.bottom-google-ad {
	width: 100%;
	display: block;
	text-align: center;
	margin: 10px auto 0;
	background: #fff;
}
/********** CONTACT FORM 7 **********/

span.wpcf7-form-control-wrap input[type=text], span.wpcf7-form-control-wrap input, span.wpcf7-form-control-wrap textarea {
	border: 1px solid #c5c5c5;
	padding: 4px;
}
span.wpcf7-list-item {
	display: block;
}
.wpcf7-submit {
	color: #fff;
	background-color: #26a9e1;
	padding: 6px 16px 6px 16px;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.wpcf7-submit:hover {
	background-color: #616161;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#contact input[type="text"]:focus, #contact textarea:focus {
	border-color: #26A9E1;
}
.wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 input[type="number"]:focus, .wpcf7 input[type="date"]:focus, .wpcf7 textarea:focus {
	border-color: #26A9E1;
}
.wpcf7 input[type="submit"] {
	background: #26A9E1;
}
/********** USER SUBMITTED POSTS **********/

div#user-submitted-posts fieldset input.usp-input, div#user-submitted-posts textarea.usp-textarea {
	border: 1px solid #c5c5c5;
	padding: 4px;
}
input[type=submit] {
	color: #fff;
	background-color: #26a9e1;
	padding: 6px 12px 6px 12px;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
input[type=submit]:hover {
	background-color: #606264;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.posts-widget .entry-media.skipover {
	display: none;
}
/********** cleaner formatting for FB comments block **********/

div#fbSEOComments {
	background: #FFF;
	-moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.01);
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.01);
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.01);
	border-bottom: 2px solid #E4E4E4;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
/*WordPress Popular Posts*/
.trending-on {
	margin: 30px 0 0;
}
.trending-on .wpp-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.trending-on h2 {
	font-size: 28px;
	line-height: 40px;
	margin: 0 auto 12px;
}
.trending-on h3 {
	line-height: 1.1;
	margin: 5px 0 0;
	clear: none;
}
.trending-on .wpp-list li {
	font-size: 20px;
	padding: 0!important;
	list-style-type: none;
	margin: 0 0 10px;
	border: none;
}
.trending-on .wpp-thumbnail {
	border: solid 1px #ccc;
	margin: 0 14px 4px 0;
	display: block;
}
.trending-on .wpp-post-title {
	margin: 3px 0;
	color: #000;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
}
.trending-on a.wpp-post-title:hover {
	color: #333;
	border-bottom: dotted 1px #aaa;
	padding: 0 0 1px;
}
/*WP Social Popup and Get Traffic*/
#spu-body {
	padding: 25px 20px 10px;
}
#spu-main {
	line-height: 1.1!important;
	-moz-box-shadow: inset 0 0 120px 0 rgba(253, 255, 182, 0.6), inset 0 0 300px rgba(255, 254, 195, 0.2), 0 0 800px rgba(0, 0, 0, 0.8)!important;
	-webkit-box-shadow: inset 0 0 120px 0 rgba(253, 255, 182, 0.6), inset 0 0 300px rgba(255, 254, 195, 0.2), 0 0 800px rgba(0, 0, 0, 0.8)!important;
	box-shadow: inset 0 0 120px 0 rgba(253, 255, 182, 0.6), inset 0 0 300px rgba(255, 254, 195, 0.2), 0 0 800px rgba(0, 0, 0, 0.8)!important;
	-webkit-border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	border-radius: 3px!important;
	border: dotted 1px rgba(255, 255, 255, 0.7);
}
.spu-facebook iframe {
	background: #4560AF!important;
}
#spu-bg {
	background: #000!important;
	opacity: 0.6!important;
}
#spu-main #button_youtube {
	display: none!important;
}
