/* Custom Styles for Kirk Cameron */

/* --- Menu --- */

#top-menu a {
	font-size: 1.3em;
}
div#et-top-navigation {
	display: none;
}
img#logo {
	padding: 0px !important;
	margin: 0px;
}
header#main-header {
	padding: 0px;
}
#main-header {
	line-height: 10px;
}
/* --- Slider --- */

#kirkslide .et_pb_slide_description {
	padding: 0px;
}
#kirkslide .et_pb_bg_layout_dark .et_pb_slide_content {
	padding-bottom: 0px;
}
.et_pb_container.clearfix {
	max-height: 493px;
}
/* --- Subsliders --- */

div.home-box {
	width: 100%;
	height: 300px;
	background: #6C6C6C;
	display: block;
	position: relative;
}
div.home-box-overlay {
	width: 100%;
	height: 300px;
	background: url('/wp-content/uploads/2014/10/KC_Gloss.png') no-repeat;
	background-position: 0px -300px;
	display: block;
	margin-top: -300px;
	position: relative;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
}
div.home-box-overlay:hover {
	background-position: 0px 0px;
}
div#projects {
	min-height: 300px;
}
#projects .et_pb_slide_description {
	padding: 0px;
}
#projects .et_pb_slide_content {
	padding-bottom: 0px;
	padding-top: 0px;
}
img.threesec-slide-imgs {
	padding-top: 6px;
}
.et_pb_column_1_3 .et_pb_slide_description h2 {
	display: none;
	visibility: hidden;
}
div#sub-headers {
	padding: 0px;
}
div#homepage-articles {
	padding: 20px 0 0;
}
div#homepage-articles article.et_pb_post {
	margin-bottom: 26px;
}
div#homepage-articles article.et_pb_post p {
	display: none;
}
div#homepage-articles article.et_pb_post h2 {
	margin-top: 16px;
}
div#homepage-social-networks.et_pb_section {
	padding: 0;
}
/* Contact Page */

input#ufo-field-id-940 {
	width: 100%;
}
div.ufo-form span.ufo-cell-center {
	width: 100% !important;
}
div.ufo-form {
	line-height: 1em;
}
textarea#ufo-field-id-944 {
	width: 100% !important;
}
#ufo-field-id-945-span button {
	background: #2EADF5;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
	padding: 7px 0px;
	text-shadow: 1px 1px 1px #343434;
	box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.3);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
#ufo-field-id-945-span button:hover {
	background: #000;
}
/* SVG Styling */

svg#gradient {
	width: 100%;
	max-height: 49px;
	font-size: 2.2em;
	font-weight: 600;
}
svg#gradient text {
	fill: url(#linearGradient);
}
.sub-page-title {
	margin-bottom: 0px;
}
h2.firefox-fix {
	display: none;
}

/* SVG Fix for Stupid Firefox */

@-moz-document url-prefix() {
 svg#gradient text {
 display: none;
}
 h2.firefox-fix {
 font-weight: bold;
 font-size: 2.1em;
 color: #38A1DD;
 display: block;
}
}
/* Social Media Box Counter */

div.socialmedia-box-container {
	width: 33%;
	height: auto;
	display: inline-block;
	text-align: center;
	color: #fff;
}
div.socialmedia-box-container-sidebar {
	text-align: center;
	color: #fff;
}
.socialinnerbox {
	width: 100%;
	padding: 30px 0px;
	box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.3);
}
.newsletter-box {
	background: #ECC83C; /* Old browsers */
	background: -moz-linear-gradient(top, #ECC83C 0%, #F7DE7A 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ECC83C), color-stop(100%, #F7DE7A)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ECC83C 0%, #F7DE7A 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ECC83C 0%, #F7DE7A 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ECC83C 0%, #F7DE7A 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ECC83C 0%, #F7DE7A 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ECC83C', endColorstr='#F7DE7A', GradientType=0 ); /* IE6-9 */
	padding: 15px 0 0;
}
.newsletter-box p {
	line-height: 16px;
	padding: 0 13px 10px;
}
.facebook-box {
	background: #3b569d; /* Old browsers */
	background: -moz-linear-gradient(top, #3b569d 0%, #4d71cc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b569d), color-stop(100%, #4d71cc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3b569d 0%, #4d71cc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3b569d 0%, #4d71cc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3b569d 0%, #4d71cc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3b569d 0%, #4d71cc 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b569d', endColorstr='#4d71cc', GradientType=0 ); /* IE6-9 */
}
.twitter-box {
	background: #5eaade; /* Old browsers */
	background: -moz-linear-gradient(top, #5eaade 0%, #6cc2fc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5eaade), color-stop(100%, #6cc2fc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5eaade 0%, #6cc2fc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5eaade 0%, #6cc2fc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5eaade 0%, #6cc2fc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5eaade 0%, #6cc2fc 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5eaade', endColorstr='#6cc2fc', GradientType=0 ); /* IE6-9 */
}
.gplus-box {
	background: #dd4c39; /* Old browsers */
	background: -moz-linear-gradient(top, #dd4c39 0%, #f4513f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd4c39), color-stop(100%, #f4513f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dd4c39 0%, #f4513f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dd4c39 0%, #f4513f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dd4c39 0%, #f4513f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #dd4c39 0%, #f4513f 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd4c39', endColorstr='#f4513f', GradientType=0 ); /* IE6-9 */
}
.fa {
	font-size: 2.5em;
	text-shadow: 0px 0px 4px #000;
	-webkit-text-shadow: 0px 0px 4px #000;
	-moz-text-shadow: 0px 0px 4px #000;
}
p.follower-numbers {
	font-size: 2em;
	padding-bottom: 10px;
	text-shadow: 0px 0px 12px #000;
	-webkit-text-shadow: 0px 0px 12px #000;
	-moz-text-shadow: 0px 0px 12px #000;
	font-weight: bold;
}
a.facebook-btn {
	background: #354D8E;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
a.facebook-btn:hover {
	color: #354D8E;
	background: #fff;
}
a.twitter-btn {
	background: #5192BF;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
a.twitter-btn:hover {
	color: #5192BF;
	background: #fff;
}
a.gplus-btn {
	background: #C34332;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
a.gplus-btn:hover {
	color: #C34332;
	background: #fff;
}
a.follow-button {
	color: #fff;
	padding: 5px 10px;
	border-radius: 6px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	display: inline-block;
}
/* CATEGORY PAGES */

.category-name-description {
	margin: 0 auto 20px;
	border-bottom: solid 1px #DDD;
	padding: 0 0 8px;
}
.category-name-description h1 {
	font-weight: 600;
	padding: 0 0 6px;
}
/* ABOUT KIRK */

#kirksfaith {
	margin-top: 50px;
}
/* SINGLE POSTS */

.wpdev-sharebuttons {
	display: block;
	height: auto;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 15px;
}
a.wpdev-facebook-share {
	background: #3b569d; /* Old browsers */
	background: -moz-linear-gradient(top, #3b569d 0%, #4d71cc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b569d), color-stop(100%, #4d71cc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3b569d 0%, #4d71cc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3b569d 0%, #4d71cc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3b569d 0%, #4d71cc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3b569d 0%, #4d71cc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b569d', endColorstr='#4d71cc', GradientType=0 ); /* IE6-9 */;
}
a.wpdev-twitter-share {
	background: #5eaade; /* Old browsers */
	background: -moz-linear-gradient(top, #5eaade 0%, #6cc2fc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5eaade), color-stop(100%, #6cc2fc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5eaade 0%, #6cc2fc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5eaade 0%, #6cc2fc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5eaade 0%, #6cc2fc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5eaade 0%, #6cc2fc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5eaade', endColorstr='#6cc2fc', GradientType=0 ); /* IE6-9 */;
}
a.wpdev-gplus-share {
	background: #dd4c39; /* Old browsers */
	background: -moz-linear-gradient(top, #dd4c39 0%, #f4513f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd4c39), color-stop(100%, #f4513f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dd4c39 0%, #f4513f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dd4c39 0%, #f4513f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dd4c39 0%, #f4513f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #dd4c39 0%, #f4513f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd4c39', endColorstr='#f4513f', GradientType=0 ); /* IE6-9 */;
}
.wpdev-sharebuttons a {
	color: #fff;
	padding: 10px 30px;
	font-size: 1.2em;
	display: inline-block;
	font-weight: bold;
	width: 100px;
	text-align: center;
	text-shadow: 0px 0px 4px #000;
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.wpdev-facebook-share, .wpdev-twitter-share, .wpdev-gplus-share {
	font-size: 1em;
}
.et_pb_post .entry-content, .project .entry-content {
	padding-top: 15px;
}
.entry-content .et_post_video {
	margin: 16px 0;
}
.google-responsive-ad {
	width: 100%;
	border: solid thin #eee;
	margin: 0 auto 20px;
	text-align: center;
}
.google-responsive-ad div, .google-responsive-ad div div, .google-responsive-ad iframe {
	margin: 0 auto;
	text-align: center;
}
body.home .google-responsive-ad {
	margin: -40px auto -20px;
}
.google-inline-ad {
	width: 336px;
	height: 280px;
	float: left;
	margin: 0 16px 0 0;
	-moz-box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1),inset 0 0 50px #f2f2f2;
	-webkit-box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1),inset 0 0 50px #f2f2f2;
	box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1),inset 0 0 50px #f2f2f2;
}
/* NEW SIDEBAR WIDTH */
#main-content .container:before {
	background-color: rgba(0, 0, 0, 0);
}
.et_right_sidebar #left-area {
	width: 728px;
	max-width: 100%;
	margin-right: 27px;
}
.et_right_sidebar #sidebar {
	width: 325px;
	max-width: 100%;
	-moz-box-shadow: inset 1px 0px 0px 0 #EEE;
	-webkit-box-shadow: inset 1px 0px 0px 0 #EEE;
	box-shadow: inset 1px 0px 0px 0 #EEE;
}
#sidebar .et_pb_widget {
	margin: 0 0 10px 25px;
}
body.video .left-area article img.wp-post-image {
	display: none;
}
body.video entry-content img.wp-post-image {
	display: block;
}
/*POPULAR POSTS*/
#left-area .trending-post ul {
	padding: 0 0 23px 0;
}
.trending-post .wpp-list {
	margin: 0;
	padding: 0;
}
.trending-post .wpp-list li {
	list-style-type: none;
	margin: 0;
}
.trending-post .wpp-thumbnail {
	margin: 0 10px 10px 0;
	border: solid 1px #000;
}
.trending-post .wpp-list h1 {
	margin: 0 0 14px;
	line-height: 1.1;
	letter-spacing: -.5px;
}
.trending-post .wpp-list h1 a {
	color: #161616;
}
.trending-post .wpp-list h1 a:hover {
	color: #000;
}
.trending-post a.wpp-post-title:hover {
	border-bottom: none;
}
.trending-post .wpp-list .post-stats {
	font-size: 14px;
	font-weight: normal;
}
/*EXTRA STYLINGS*/
h4.widgettitle {
	font-size: 24px;
	font-weight: 900;
	margin: 24px 0 0;
}
.dpe-flexible-posts .title {
	font-size: 24px;
}
/*.et_parallax_bg {
	transform: initial!important;
	max-height: 493px!important;
}*/
