/*  
Theme Name: WP-Prolific
Theme URI: http://www.solostream.com
Author: Solostream
Author URI: http://www.solostream.com/
Description: This WordPress theme was designed and built by Solostream. 
Version: 2.0

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/************* style add ons ***************/
/************* scorch dev ******************/
/** back to main site **/
.link-wrapper {
    width: 1080px;
    margin: 0 auto;
    padding: 10px 0;
}
.back-to-main {
    box-shadow: 0 0px 3px rgba(136, 136, 136, 0.24);
    border-top: 5px solid #000;
    position: relative;
}
.back-to-main a {
    font-size: 13px;
    color: #231f20 !important;
}
.back-to-main a:hover { color: #E4551F !important; }
/** Types **/
body, p {
	font-family: "Roboto", sans-serif !important;
	color: #303030;
    font-size: 14px;
}
.maincontent h2.post-title a {
    color: #7A1315 !important;
    letter-spacing: 0px;
    line-height: 17px;
}
.maincontent a, .maincontent a:link, .maincontent a:visited {
	color: #C94927 !important;
}
.maincontent a:hover,
.maincontent .post-title a:hover,
li.homepost .entry:hover a {
	color: #E4551F !important;
}
/** header/nav **/
.head-wrapper {
    width: 1080px;
    margin: 0 auto;
    background-color: gray;
}
div#header {
    border-top: 0 !important;
    width: 20%;
    float: left;
    height: auto;
}
div#head-banner468 {
	width: auto !important;
	float: left !important;
	margin: 10px 0;
}
div#sitetitle {
    width: 970px !important;
    max-width: 90%;
    float: none;
    margin: 0 auto !important;
}
#sitetitle .description { font-size: 13px; }
.description {font-style: italic;}
#sitetitle h1,#sitetitle .description {
    font-family: "Roboto",sans-serif !important;
}

div#topnav {
    width: 80% !important;
    float: left !important;
    position: relative;
    background: transparent;
}
div#nav {
	float: left;
    width: 100%;
    height: auto;
}
#nav li a:hover {
    background-color: #fff !important;
    color: #7a1213 !important;
}
div#head-content {
    width: auto;
    height: 80px;
}
div#topsearch {
    float: right;
    position: absolute;
    right: 0;
    top: 18px;
    border: 0;
    padding-right: 0;
    width: 232px !important;
}
.menu-menu2-container {
	width: 1080px;
    margin: 0 auto;
}
div#rssbutton {
    display: none;
}
#topnav li {
    height: auto;
}
#topnav li a:hover {
    background-color: #F3F3F3 !important;
    color: #C94927 !important;
}
#topnav ul#menu-menu1 > li.menu-item a,
#topnav ul#menu-menu1 > li.menu-item a:link {
    color: #231F20;
    padding-top: 25px;
    padding-bottom: 15px;
    background-color: #fff;
}
ul#menu-menu1 {
    width: auto;
}
ul#menu-menu2 {
    background: black;
    margin-left: 20%;
    width: 80%;
}
ul.sub-menu li.menu-item a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
#topnav li.menu-item-has-children > a:after {
    content: '\f078 ';
    font-family: FontAwesome;
    position: relative;
    font-size: 9px;
    padding-left: 3px;
    float: right;
}
#nav li:hover { background: #ffffff; }
#nav li:hover > a { color: #7a1213 !important; }
/* search box */
input#searchfield {
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.5) !important;
    border: 0 !important;
    margin-right: 5px !important;
    height: 30px !important;
    padding-left: 40px !important;
}
form#searchform {
    border: 0 !important;
    width: auto;
}
input#submitbutton {
    border: 0 !important;
}
#topsearch::before {
    content: '';
    background-image: url(/media/wp-content/themes/wp-prolific2-us/icons/search-ico-min.png);
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: 20px;
    top: 15px;
    left: 5px;
    z-index: 99;
}
input#submitbutton {
    border-radius: 2px;
    background: #C94927 !important;
    width: 35px !important;
    height: 33px !important;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.5) !important;
}
input#submitbutton:hover,
#topsearch:hover:after { background-color: #E4551F !important; }
#topsearch::after {
    content: 'GO';
    position: absolute;
    color: #ffffff;
    font-size: 12px;
    visibility: visible;
    top: 16px;
    right: 8px;
}
.link-wrapper::before {
    content: '';
    background-image: url(/media/wp-content/themes/wp-prolific2-us/icons/arrow.png);
    width: 20px;
    height: 15px;
    position: absolute;
    background-size: 20px;
}
.link-wrapper a {
    margin-left: 30px;
    color: #333;
}
/******************************************
sidebar
******************************************/

/** side bar **/
li#side-tabs {
    padding: 0;
    border-top: 0 !important;
}
#sidebar { font-size: 14px !important; }
li#side-tabs > ul  li {
    margin: 0 !important;
    width: 25% !important;
    text-align: center;
}
li#side-tabs > ul  li a {
    width: 100%;
    padding: 20px 0 !important;
    background: #F3F3F3 !important;
    color: #303030 !important;
}
li#side-tabs > ul { box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.5) !important; }
#sidebar li ul.tabs li a.on,
#sidebar li ul.tabs li a:hover {
    background-color: #333 !important;
    color: #fff !important;
}
li#side-tabs .cat_content { padding: 10px !important; }
div#sidebar > ul li {
    padding: 0;
    background-image: none;
}
em.juiz_last_tweet_inner {
    padding: 10px !important;
    background: #333333;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 18px;
}
em.juiz_last_tweet_inner span { color: #fff !important; }
em.juiz_last_tweet_inner a { color: #C94927 !important; }
div#sidebar > ul li span {
    padding: 10px;
    font-size: 14px;
    color: #303030;
}
span.juiz_last_tweet_footer_item { padding: 0 !important; }
.juiz_last_tweet_inside { margin-top: 0 !important; }
li#juiz_last_tweet_widget-2 h3 {
	padding: 20px 15px;
    background-color: #F3F3F3 !important;
    font-size: 16px;
    letter-spacing: 1px;
    border-bottom: 0 !important;
}
span.juiz_ltw_source { padding: 0 !important; }
span.juiz_ltw_follow {
    padding: 0 !important;
    line-height: 36px;
}
p.juiz_last_tweet_follow_us {
    background: url(/media/wp-content/themes/wp-prolific2-us/images/twitter.png) no-repeat !important;
    background-size: 25px !important;
    background-position-y: center !important;
    background-position-x: 10px !important;
    padding-left: 45px !important;
}
a.juiz_ltw_username {
    color: #C94927 !important;
    text-decoration: none;
    font-size: 14px;
}
div#sidebar-bottom { display: none; }
#sidebar li#side-tabs .cat_content li {
    background-image: none;
    border: 0 !important;
    padding: 5px 0px 5px 5px;
}
#sidebar li.email form img { display: none; }
input#sub {
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5) !important;
	width: 215px !important;
}
input#subbutton {
    padding: 5px 20px !important;
    height: 30px;
    top: -1px;
    position: relative;
    border: 0 !important;
    border-radius: 2px;
    background-color: #C94927 !important;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.5) !important;
    font-weight: normal !important;
    text-transform: capitalize;
}
input#subbutton:hover {
	color: #fff !important;
	background-color: #E4551F !important;
}
li.bottom a,
li#side-tabs a { color: #C94927 !important; }
li.twitter,li.linkedin,li.feeds,li.facebook {
    background-size: 25px !important;
    background-position-y: center !important;
    padding-left: 35px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}
span.juiz_ltw_ontwitter { padding: 0 !important; }
small {
    line-height: 30px;
    color: #7A1315;
}
li.email { padding: 0 !important; }
li.email p { line-height: 30px; }
li#side-tabs div#content_1 { padding-top: 0 !important; }
.juiz_last_tweet_item { border-bottom: 0 !important; }
h3.widgettitle { text-transform: capitalize; }
li.bottom a:hover,
#sidebar a:hover, #sidebar a:active {
    color: #E4551F !important;
}
h2.feat-title,
li.bottom,
#slideshow  ul.slides-nav,
.widget h3 {
    background-color: #f3f3f3 !important;
    background: #f3f3f3 !important;
    border-bottom: 0;
}
div#slideshow, div#content > div.maincontent > ul, div#sidebar > ul > li, .post {
    border: 0 !important;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.5) !important;
}
h2.feat-title, .widget h3 {
    padding: 20px 15px !important;
    letter-spacing: 1px;
    font-size: 16px;
}
li.bottom { padding: 15px 20px; }
.sidebox select {
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5) !important;
    width: 215px !important;
    padding: 5px;
}
.widget h3 ~ ul, .widget h3 ~ p {
    margin: 10px !important;
}
.widget h3 ~ ul li { padding: 5px !important; }
.widget h3 ~ ul li a {
    color: #C94927 !important;
    font-size: 16px;
}
#recent-posts-3.widget { padding-bottom: 10px !important; }
#recent-posts-3.widget ul li:last-child,
li#categorypostssidebarwidget-3 ul li:last-child,
li#displaytweetswidget-2 p:last-child { border-bottom: none; }
li#categorypostssidebarwidget-3 ul li { padding: 10px 5px 0px !important; }
li#categorypostssidebarwidget-3 ul li p { margin-top: 10px !important; }
li#categorypostssidebarwidget-3 ul li img { margin-top: 10px; }
#sidebar li li,
li#displaytweetswidget-2 p {
    border-bottom: solid 1px #bbb;
    padding-top: 5px;
    padding-bottom: 5px;
}
li#displaytweetswidget-2 a { color: #C94927 !important; }
.widget small.muted { color: #303030 !important; }
/******************************************
content
******************************************/

/** home **/
div#slideshow .slides,
div#slideshow {
    width: 100%;
}
.slides ul.clearfix {
    height: 200px;
}
ul.slides-nav {
    width: auto !important;
    padding-left: 15px !important;
}
#slideshow .slides-nav li a {
    background-color: #f3f3f3;
    border: 1px solid #c5c5c5;
    color: #7A1315 !important;
}
#slideshow .slides-nav li a.activeSlide {
    background: #7a1213 !important;
    color: #fff !important;
    font-weight: normal !important;
    border: 1px solid  #7a1213 !important;
}
#slideshow .slides-nav li:first-child a,#slideshow .slides-nav li:last-child a {
    border-radius: 2px !important;
}
div#slideshow h2.post-title {
    font-size: 18px;
    padding-bottom: 5px;
}
div#slideshow .postdate {
    padding-bottom: 10px;
}
li.homepost img.thumbnail,
.post img.thumbnail { margin-bottom: 50px !important; }
li.homepost .entry { /*width: 90%;*/ }
li.homepost .entry a {
    font-size: 15px;
    line-height: 17px;
    color: #7A1315 !important;
    letter-spacing: 0px;
}
.comments { display: none !important; }
.homepost {
    border-bottom: 1px solid #ccc !important;
    height: 115px !important;
}
ul.home-left li:nth-last-child(2),
ul.home-right li:nth-last-child(2) {
    border-bottom:0 !Important;
}
ul.home-left, ul.home-right { width: 50%; }
/** post **/
.post {
    border: 0 !important;
    background: #fff;
    padding: 0 !important;
}
.post h1 { color: #7A1315;
	font-size: 18px;
	letter-spacing: 1px;
    line-height: 22px;
    border-bottom: 0 !important;
}
.post h1.post-title a { color: #7A1315 !important; }
.post h2 { font-size: 14px;color: #7A1315;letter-spacing: 1px; }
.post ul li {
    background: none;
    padding-left: 0 !important;
    list-style-type: disc;
}
.allcomments {
    border: 0 !important;
    background: #f3f3f3;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.5) !important;
}
.linkedin_share_container img {
    content: url(/media/wp-content/plugins/linkedin-share-button/buttons/04.png);
    margin: 0 !important;
}
.post img {
    max-width: 100%;
    height: auto;
}
.allcomments {
    display: none;
}
/** category **/
h1.archive-title {
    background: #f3f3f3;
    border: 0 !important;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.5);
    font-size: 18px;
    letter-spacing: 1px;
    padding: 20px 15px;*/
}
.archive-post-right h2.post-title ~ p, .archive-post-left h2.post-title ~ p {
    display: none;
}
.archive-post-left h2.post-title,
.archive-post-right h2.post-title {
    font-size: 16px;
    line-height: 17px;
    color: #7A1315 !important;
}
.postinfo {
    background: #f3f3f3;
    border-top: 0 !important;
    padding: 6.5px 15px;
}
span.cats {
    background: none;
    padding-left: 0 !important;
}
.fullstory { background: none; }
.navigation a, .fullstory a { font-weight: normal; }
span.cats a:nth-child(4) { display: none; }
.fullstory { float: left; }
span.cats {
    width: 80%;
    float: left;
}
#nav li a, #nav li a:link {
    font-weight: normal;
}
/******************************************
 footer
******************************************/
div#footer-widgets { display: none; }
div#footer {
    padding: 100px 0 !important;
}
#footer,
#footer a {
    font-size: 16px !important;
}
#footer a { color: #7a1213 !important; }
div#footer a:hover { color: #E4551F !important; }
/******************************************
mobile adjustments
******************************************/

div#mega-menu-wrap-max_mega_menu_1 {
    display: none;
}
@media screen and (max-width: 1079px) {
div#mega-menu-wrap-max_mega_menu_1 {
    display: block;
}
.head-wrapper,
.link-wrapper,
.menu-menu2-container,
div#header,
div#topnav,
ul#menu-menu2 {
	width: 100% !important;
	margin: 0 auto !important;
	text-align: center;
}
div#nav {  margin-top: 10px; }
.limit {
    width: auto !important;
}
div#topsearch {
    top: 0 !important;
}
div#head-banner468 {
    float: none !important;
}
div#topnav li a { padding: 0 10px !important;}
}

@media screen and (max-width: 998px) {
div#topsearch {
    display: block !important;
}
input#searchfield {
    padding-top: 0 !important;
}
/* category */
.archive-post-left,.archive-post-right { width: 50% !important; }
.alignright, .alignleft {
    padding: 20px;
}
}

@media screen and (max-width: 767px) {
div#topsearch {
    position: relative;
    float: left;
    left: 10px;
}
form#searchform { 
	position: relative;
	float: left;
	padding-bottom: 10px;
}
}
@media screen and (max-width: 600px) {
input#sub { width: auto !important; }
/* category */
.archive-post-left,.archive-post-right { width: 100% !important; }
ul.home-left, ul.home-right {
    width: 100% !important;
}
}