/*
Theme Name: Income investors
Version: 1.0
*/
.author-profile .avatar {
    max-width: 250px !important;
    height: auto !important;
}

span.author.vcard a,article a{
    color: #348536;
}

#author-slider-container{
    height: 91px;
}

.mobile-signup {
	display:none;
}
.signup-container {
	margin:auto;
	max-width:400px;
	padding:20px 0 50px;
}
#mobile-signup .btn-success {
	font-size:18px;
	margin-bottom:10px;
}
.signup-container h2 {
	font-weight:400;
}
#mobile-signup .emailAddress {
	padding: 10px;
    width: 100%;
    border-radius: 5px;
    border: #000 1px solid;
}
#popup_box {
    display:none; /* Hide the DIV */
    position:fixed;
    _position:absolute; /* hack for internet explorer 6 */
    height:150px;
    width:300px;
    background:#FFFFFF;
    left: 50%;
    top: 50%;
    z-index:100; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
    margin-top:-75px;
	margin-left:-150px;

    /* additional features, can be omitted */
    border:2px solid #00FF00;
    padding:15px;
    font-size:20px;
    -moz-box-shadow: 0 0 5px #00FF00;
    -webkit-box-shadow: 0 0 5px #00FF00;
    box-shadow: 0 0 5px #00FF00;

}
h1.ii-title{
    font-weight: 800;
    font-size: 34px;
    margin-top: 0px;
}
.table{
	border:2px solid #ddd;	
}
.table thead{
	background:#4ab84d;
}
.ser{
	float: left;
    margin-right: 13px;
    width: 21px;
}
.fb-bot{
	float: left;
	margin-right: 3px;
}

/***  Table ***/
.mobile-table {
     border: 1px solid #ccc;
	 border-spacing: 0px;
   }
   
.mobile-table thead {
         background: #4ab84d;
   }
.mobile-table thead th{
	    padding: 4px;
}
.mobile-table td{
	    padding: 4px;
		border: 1px solid #ccc;
}
.postid-32088 #sp-form1, .postid-32088 #sp-form2, .postid-32088 #sp-form3, .postid-33001 #sp-form1, .postid-33001 #sp-form2, .postid-33001 #sp-form3 {
    display: none;
}
.blur-text {
  color: transparent;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.blurred_section {
    position: relative;
}
.blurred_form{
    text-align: center;
    position: absolute;
    margin-top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.blurred_background{
    border: 1px solid #ccc;
    padding: 20px;
    background-color: #fff;
    width: 50%;
    margin: 0 auto;
}
.blurred_form .form_title{
    padding-bottom: 10px;
    color: #4bb84d;
    font-size: 25px;
    font-weight: bold;
}
#blur_form input[type="email"]{
    padding: 12px;
    margin-left: 14px;
    border: 1px solid #ccc;
}
#blur_form input[type="submit"]{
    padding: 13px;
    background: #4bb84d;
    border: none;
    color: #fff;
    font-size: 13px;
}
.blur-form-below{
    margin-top: 10px;
}
.blur-form-below p{
    margin-bottom: 0px;
    font-size: 14px;
}

#copyright{background:#0c380d;}
.footer-mobile-copyright .container{background: url(images/plus.png) 99% center no-repeat #0c380d;}
.footer-mobile-copyright.footerShowHide .container{background: url(images/mns.png) 99% center no-repeat #0c380d;}
.footer-mobile-copyright .container p, .footer-mobile-copyright.footerShowHide .container p{font-size: 16px; color: #fff;margin-top: 10px;}
@media screen and (min-width: 1024px){
.mobile-table {
    font-size: 12px;
}
}
@media screen and (max-width: 1024px) {

   .mobile-table {
     border: none;
   }

    .mobile-table thead {
     display: none;
   }

    .mobile-table tr {
     margin-bottom: 10px;
     display: block;
     border-bottom: 2px solid #000;
   }

    .mobile-table td {
     display: block;
     text-align: left;
	     padding: 8px;
     font-size: 13px;
     border: 1px solid #ccc;
   }

    .mobile-table td:last-child {

   }

    .mobile-table td:before {
     content: attr(data-label);
     text-transform: uppercase;
     font-weight: bold;
	 width: 50%;
    display: inline-block;
    padding-right: 10px;
	vertical-align: top;
   }
 }

/* NEWS BOX CHANGES */
.news-box-title{
    color:#63666A;
}

/*Header and social share changes*/
#top-ad {padding: 10px 0px 10px;}
#header-stick {padding: 10px 0px;}
.single .entry-meta .social-share{float: right;margin-top: -15px;}
.customCategoryPost .entry-meta{
	border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.customCategoryPost{
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #999;
}
.customCategoryPost .post-preview-box:last-child{
	border-bottom: none;
}
@media (max-width:991px) {
	.signup-container {
		max-width:290px;
	}
	.fb-bot{
	float: none;
	margin-bottom: -10px;
}
}
@media (max-width:767px) {
	.page-content {
		margin-top: 105px !important;
	}
	.signup-container {
		margin-top: -25px !important;
	}
}
@media (max-width:425px) {
	.mobile-signup {
		display:block;
		max-width:290px;
		padding-bottom:15px;
		margin:auto;
		margin-top: -15px;
	}
	.single .related {
		min-height: 320px;
	}
}
@media (max-width:480px){
	.single .table{
		font-size: 11px;
		width: 100%;
	}
	.table > tbody > tr > td{
		padding: 1px;
	}

}
@media (max-width:1200px){
	#header-stick  .content .social-new{
		display: none;
	}
}
@media (min-width:1200px){

.header-part.nav ul li a {
    padding: 7px 15px !important;
}
.header-part ul{
	text-align: left !important;
}
.header-part .menu-ii-main-menu-container{
	float: left;
	margin-left: 10px;
}
.social-new{
	padding: 7px 0px 0px 0px;
	overflow: hidden;
		display: table-cell;
    vertical-align: middle;
}
}


.mobile-menu-content .ser{
	display: none;
}
.mobile-menu-content .social-new{
	    text-align: center;
}
/** Best divident stocks **/
.menu-ii-main-menu-container #menu-ii-main-menu li:last-child{
    box-shadow: inset 0 1px 0 0 #fff;
    border-radius: 3px;
    background-clip: padding-box;
    background: #fcca31;
    background-image: linear-gradient(#fcca31, #dea803);
    border: 1px solid #dea803;
}
.menu-ii-main-menu-container #menu-ii-main-menu li:last-child:hover{
	box-shadow: inset 0 18px 0 0 rgba(255, 255, 255, 0.5), 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.menu-ii-main-menu-container #menu-ii-main-menu li:last-child a:hover{
	border: 2px solid #fff;
}
.menu-ii-main-menu-container .sub-menu li{
	background-image: none !important;
	background: none !important;
    border: none !important;
}
.menu-ii-main-menu-container .sub-menu li a:hover{
	box-shadow: none !important;
	border: none !important;
}
/*** New Sign Up ***/
.signup-box-new {
    background: #41413f;
	   padding: 35px 0px 0px;
	       overflow: hidden;
}
.signup-box-new .content .part:first-of-type {
    text-align: left;
    margin-bottom: 0px;
	    color: #fff;
}
.signup-box-new h3 {
    font-size: 16px;
    margin-top: -5px;
    line-height: 22px;
}
.signup-box-new h2 {
    font-size: 35px;
	    margin-top: 0px;
		    font-weight: normal;
    text-transform: uppercase;
}
.side-bot a{
	color: #fff;
	text-decoration: underline;
}
.privacy a{
	color: #fff;
	text-decoration: underline;
}
.signup-box-new input {
    height: 40px;
    width: 30%;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 10px;
	color: #000;
    background: #e92727;
    border: none;
}
.signup-box-new .privacy{
	color: #fff;
    padding: 0;
    font-weight: bold;
    font-size: 13px;
}
.signup-box-new .men img{
	    width: 360px;
    margin-top: 20px;
}
.signup-box-new input[type="text"]{
	background: #fff;
}
.signup-box-new .mob{
	display: none;
}
.signup-box-new ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #000; }
.signup-box-new ::-moz-placeholder { /* Firefox 19+ */ color: #000; }
.signup-box-new ::-ms-input-placeholder { /* IE 10+ */ color: #000; }
.signup-box-new ::-moz-placeholder { /* Firefox 18- */ color: #000; }
@media only screen and (max-width: 1140px) and (min-width: 768px){
	.signup-box-new input{
		    width: 48%;
	}
}
@media only screen and (max-width: 767px){
.signup-box-new .mob{
	display: block;
	width: 250px;
    margin: 0 auto;
}
.signup-box-new input{
	width: 100%
}
.signup-box-new .content .part:first-of-type{
	text-align: center;
}
.signup-box-new .men img{
	float: right;
}
.signup-box-new .men{
	padding: 0;
	display: none;
}

}
@media only screen and (max-width: 1200px){
.signup-box-new .men img{
	margin-top: 57px;
}
}
@media only screen and (max-width: 992px){
.signup-box-new .men img{
	margin-top: 92px;
}
}
/*** Sidebar form ***/
#sidebar .signup-box-side {
    background: #41413f;
	    color: #fff;
		text-align: center;
}
#sidebar .signup-box-side h3{
	    font-size: 13px;
}
#sidebar .signup-box-side .mob{
	width: 150px;
    margin: 0 auto;
}
.signup-box-side h2 {
    font-size: 29px;
    margin-top: 0px;
    font-weight: normal;
    text-transform: uppercase;
}
.signup-box-side input {
    height: 40px;
    width: 100%;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 10px;
	color: #000;
    background: #e92727;
    border: none;
}
.signup-box-side input[type="text"] {
    background: #fff;
   
}
.signup-box-side ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #000; }
.signup-box-side ::-moz-placeholder { /* Firefox 19+ */ color: #000; }
.signup-box-side ::-ms-input-placeholder { /* IE 10+ */ color: #000; }
.signup-box-side ::-moz-placeholder { /* Firefox 18- */ color: #000; }

.signup-box-side .side-bot{
background-image: url(images/ii-2.png);
    clear: both;
    text-align: left;
    background-size: 180px 100px;
    background-position-x: 135px;
    background-position-y: 100%;
    padding-bottom: 13px;
    background-repeat: no-repeat;
    line-height:9px;
}
.signup-box-side .side-bot p{
	    font-size: 13px;
    font-weight: bold;
    padding: 0px 10px;
}
@media only screen and (max-width: 992px){
.signup-box-side .side-bot{
		    background-size: 210px 125px;
	}
}

@media screen and (min-device-width: 1500px) and (max-device-width: 1920px) {
.signup-box-new .men img {
    width: 500px;
    margin-top: -20px;
    margin-left: 120px;
}
.dividend-bk img{
	    margin-left: 45px;
}
.signup-box-side .side-bot{
	    background-position-x: 160px;
}
}
.wp-caption-text{
    font-size: 12px;
    font-style: italic;
}

@media only screen and (max-width: 479px){
    .wp-caption{
        width: 100% !important;
        height: auto;
    }
    .wp-caption img{
        width: 100%;
        height: auto;
    }
    .blurred_background{
        width: 100%;
    }
    .blurred_form{
        margin-top: 100%;
    }
    #blur_form input[type="email"]{
        margin-bottom: 15px;
        padding: 5px;
        margin-left: 0px;
        width: 100%;
    }
}

/* PAGENAVI PLUGIN CSS CHANGES */
.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #000 !important;
}

/* PAGE NUMBER COLOR CHANGES */
.last, .nextpostslink ,.wp-pagenavi a{
    color: #348536;
}

.entry-meta{
    color: #63666A;
}

span.ad-title, .ad-title {
    color: #63666A !important;
}