@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
/*font-family: 'Roboto', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Bitter:400,400i,700');
/*font-family: 'Bitter', serif;*/
@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');
/*font-family: 'Muli', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Corben:400,700');
/*font-family: 'Corben', cursive;*/

@import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');
@font-face {
  font-family: 'Corbel-Bold';
  src: url('../fonts/Corbel-Bold.eot');
	src: url('../fonts/Corbel-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Corbel-Bold.woff') format('woff'),
		url('../fonts/Corbel-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
	font-family: 'FreestyleScript-Regular';
	src: url('../fonts/FreestyleScript-Regular.eot');
	src: url('../fonts/FreestyleScript-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FreestyleScript-Regular.woff') format('woff'),
		url('../fonts/FreestyleScript-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.site-inner {
    width: 100%;
    float: left;
    margin: 0px;
    max-width: 100% !important;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Bitter', serif !important;
}
body{
	font-family: 'Roboto', sans-serif;
}
.blog-list p{
    font-size: 15px;
}
p {
    font-size: 17px;
    color: #333333;
    font-family: 'Muli', sans-serif;
    line-height: 25px;
    font-weight: normal;
}
.site-header {
    padding: 0px !important;
}
.container {
    width: 1100px;
}
.site-branding {
    width: 30%;
    float: left;
}
.site-branding .site-description {
    display: none;
}
#site-navigation {
    float: right;
}
.site-branding, .site-header-menu, .header-image {
    margin-top: 20px;
    margin-bottom: 20px;
}
.site-header-main {
    -webkit-box-shadow: 0px 0px 0px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 0px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 0px -3px rgba(0,0,0,0.75);
    background-color: #fff;
}
#site-header-menu {
    width: 70%;
    float: right;
margin: 30px 0px 20px 0px !important;
}
#menu-main-menu li a {
    line-height: 55px;
    padding: 0px 30px;
    padding-left: 30px;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    transition: all 0.3s;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #48454d !important;
}
#menu-main-menu li a:hover {
	color:#9d83cc !important;
}
#menu-main-menu li#menu-item-106 a {
    background-image: url('http://seoblackhat.com/wp-content/uploads/2018/08/map-1.png');
    background-repeat: no-repeat;
    background-position: center;
    color: transparent !important;
    padding-right: 0px !important;
}
.site-header-main .site-title {
    display: none;
}
#content {
    width: 100%;
    float: left;
    padding: 0px !important;
}
.content-area {
    float: left;
    margin-right: 0px !important;
    width: 100% !important;
}
.header-content {
    width: 580px;
    float: left;
    margin: 30px 0px;
    color: #fff;
	margin-bottom: 65px;
}
.header-content h1 {
    font-size: 80px;
    line-height: 70px;
    font-weight: normal;
    margin-top: 40px;
}
.header.button {
    background-color: #b686ff;
    color: #fff;
    font-family: 'Muli', sans-serif;
    float: left;
    margin-top: 30px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bolder;
    height: 45px;
    width: 287px;
    line-height: 26px !important;
    border-radius: 4px;
    position: relative;
    padding-left: 60px;
	transition: all 0.3s;
	text-decoration: none;
}
.header.button::before {
    content: '';
    text-align: left;
    background-image: url('http://seoblackhat.com/wp-content/uploads/2018/08/email.png');
    background-color: #a367ff;
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px 0px 0px 4px;
	transition: all 0.3s;
}
.section.header-section {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
	height: 500px;
    background-size: cover;
}
.header.button:hover {
    background-color: #a367ff;
    color: #fff !important;
}
.header.button:hover::before {
	background-color: #b686ff;
}
.section.log-slider-div {
    margin: 0px;
}
.gs_logo_single {
    width: 25%;
    float: left;
}
.gs_logo_single img {
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.gs_logo_single img:hover {
    margin: 0 auto;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.section {
    float: left;
    width: 100%;
	margin-top: 60px;
	margin-bottom: 60px !important;
}
.section.header-section {
    margin: 0px !important;
}
.blog-section h2 {
    text-align: center;
    font-size: 40px;
    color: #5c5570;
    text-transform: uppercase;
}
.blog-section h2 strong {
    color: #9867e4;
    background-image: url('http://seoblackhat.com/wp-content/uploads/2018/08/border-bottom.jpg');
    padding-bottom: 5px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    font-family: 'FreestyleScript-Regular';
    font-size: 40px !important;
    font-weight: normal;
    text-transform: uppercase;
    margin-right: 15px;
    margin-left: 10px;
}
.blog-section h3 {
    font-size: 19px;
    font-weight: bold;
    color: #232323;
    text-transform: uppercase;
    text-align: center;
    font-weight: 100;
    padding: 20px 0px;
}
.blog-list {
    width: 33%;
    float: left;
    padding: 0px 20px;
}
.blog-list h4 {
    font-size: 20px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.blog-list .rd-more a {
    color: transparent;
    background-image: url('http://seoblackhat.com/wp-content/uploads/2018/08/dotted.jpg');
    background-repeat: no-repeat;
}
.blog-list .rd-more a:hover {
    color: transparent !important;
}
.section3 h2 {
    width: 850px;
    margin: 0 auto;
    float: none;
    font-size: 50px;
    text-align: center;
    color: #504b5c;
    font-weight: normal;
}
.row-700 {
    width: 700px;
    float: none;
    margin: 60px auto 0px;
}
.img-center {
    text-align: center;
	 margin-bottom: 40px;
}
#colophon {
    padding: 30px 0px !important;
    margin: 0px !important;
    background-image: url('http://seoblackhat.com/wp-content/uploads/2018/08/footer-background-1.png') !important;
	float: left;
	width: 100%;
	padding-top: 150px !important;
}
.footer-right {
    float: right;
	width: 50%;
}
.footer-left {
    float: left;
    width: 50%;
}
#colophon .widget {
    margin-bottom: 0px;
    border: 0px;
    list-style: none;
}
#colophon .widget.widget_nav_menu {
    float: left;
    padding-left: 65px;
}
#menu-footer-menu li {
    list-style: none;
    font-size: 11px;
    letter-spacing: 5px;
    display: inline-block;
    padding-right: 35px;
}
#menu-footer-menu li a {
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #333333;
}
#colophon  .cnss-social-icon {
    float: left;
    width: 100%;
    text-align: left !important;
    padding-left: 65px !important;
}
.cn-fa-facebook a img,.cn-fa-twitter a img {
    width: auto !important;
}
ul.cnss-social-icon li.cn-fa-facebook {
    padding-right: 30px !important;
}
ul.cnss-social-icon li.cn-fa-twitter{
	padding-left:30px !important;
}
ul.cnss-social-icon li.cn-fa-facebook a::after {
    content: '';
    line-height: 34px;
    width: 2px;
    height: 25px;
    background: #ababab !important;
    position: absolute;
    margin-left: 30px;
}
.footer-right {
    font-size: 16px;
}
.footer-right h4 {
    font-size: 16px !important;
    font-weight: normal !important;
	font-family: 'Roboto', sans-serif !important;
}
.footer-right .widget {
    float: right;
    width: 325px;
}
.footer-right .wpcf7-text {
    padding: 10px 20px !important;
	height: 40px;
	-webkit-box-shadow: 0px 0px 5px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px -4px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px -4px rgba(0,0,0,0.75);
}
.footer-right .wpcf7-submit {
    position: absolute;
    right: 0px;
    height: 40px;
    background-color: #4d4b4d !important;
    color: transparent !important;
    width: 40px;
    background-image: url('http://seoblackhat.com/wp-content/uploads/2018/08/email.png');
    background-repeat: no-repeat;
    background-position: center;
}
.footer-right .wpcf7-submit:hover {
    background-image: url('http://seoblackhat.com/wp-content/uploads/2018/08/email.png');
    background-repeat: no-repeat;
    background-position: center;
}
.signup-newsletter {
    position: relative;
}
.wpcf7-list-item-label {
    font-size: 11px;
	font-family: 'Roboto', sans-serif !important;
	margin-left: 10px;
}
.wpcf7-list-item input {
    width: 25px;
    height: 25px;
    position: relative;
    visibility: visible !important;
    position: absolute;
    left: 0;
    z-index: 9999;
    opacity: 0 !important;
    width: 25px;
    height: 25px;
    display: block !important;
    top: 0px;
}
.wpcf7-form .wpcf7-radio input[type="radio"] + span::before {
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 4px;
    border: 2px solid #222;
    left: 0;
    border: 2px solid #222;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
}
.wpcf7-form .wpcf7-radio input[type="radio"]:checked + span::before {
    background-color: #9275c6;
}
.header-section {
    float: left;
    width: 100%;
    background-image: url('http://seoblackhat.com/wp-content/uploads/2018/08/innner-header.jpg');
    height: 260px;
    background-repeat: no-repeat;
}
.header-section h1.page-title {
    font-size: 60px;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 25px;
}
.punchline {
    font-size: 60px;
    text-align: center;
    color: #504b5c;
    margin-bottom: 10px;
}
.punch-tagline {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #5c5570;
    letter-spacing: 3px;
}
.section-no-margin {
    margin: 0px !important;
}
.punch-tagline strong {
    font-family: 'FreestyleScript-Regular';
    background-image: url('http://seoblackhat.com/wp-content/uploads/2018/08/strong.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    line-height: 50px;
    padding-bottom: 5px;
    margin-left: 10px;
    margin-right: 12px;
    color: #9867e4;
}
.section-gray {
    background-color: #f3f2f7;
    background-image: url('http://seoblackhat.com/wp-content/uploads/2018/08/penguin.png');
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 50px;
}
h3{
    font-size:40px;
}
.padding-top-60 {
    padding-top: 60px;
}
.section-gray h4 {
    font-size: 27px;
    color: #353333;
    text-align: center;
    font-family: 'Muli', sans-serif !important;
    font-weight: 200;
}
.padding-30 {
    padding: 30px;
}
.button:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
.button {
    padding: 10px 30px;
    background-color: #a367ff;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Muli', sans-serif !important;
    display: inline-block;
    border-radius: 4px;
}
.section-blue-patch {
    background-color: #493e5b;
    color: #fff;
    text-align: center;
    padding: 40px;
}
.section-blue-patch h3 {
    font-size: 40px;
    margin-bottom: 20px;
}
.button.button-black {
    background-color: #08050c;
}
.single-member-div {
    width: 25% !important;
    padding-right: 30px !important;
	height:auto !important
}
.single-member {
    height: auto !important;
}
.section.team-member-section h2 {
    color: #a367ff;
    font-size: 40px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.section.team-member-section h4 {
    font-size: 26px;
    color: #353333;
    font-weight:300;
     font-family: 'Muli', sans-serif !important;
     text-align:center;
}
.team-member-list {
    float: left;
    width: 100%;
    margin: 30px 0px;
    text-align: center;
 }
.team-member-list li {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}
.social-icon-team li{
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}
.team-member-list .menu-logo {
    margin-bottom: 20px;
}
.social-icon-team {
    margin-left: 0px;
    margin-top: 6px;
    text-align: center;
}
.social-icon-team li a {
    width: 30px;
    height: 30px;
    display: inline-block;
 border: 2px solid #9270ca;
    text-align: center;
    border-radius: 50%;
}
.social-icon-team li a i {
    line-height: 30px !important;
    color: #9270ca;
}
.social-icon-team li a i::before {
    font-size: 17px;
    line-height: 28px;
}
.team-member-list  h5 {
    font-size: 14px;
    color: #493e5b;
    font-family: 'Muli', sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
}
.social-icon-team li a:hover{
   background-color:#9270ca;
}
.social-icon-team li a:hover i{
      color:#fff;
}
#masthead {
    background-color: #fff !important;
    background: none;
    -webkit-box-shadow: 0px 3px 5px 0px #e7e7e7 !important;
    -moz-box-shadow: 0px 3px 5px 0px #e7e7e7 !important;
    box-shadow: 0px 3px 5px 0px #e7e7e7 !important;
}
.punchline img {
    margin-top: -10px;
    padding-right: 10px;
}
.mul-fon-12 {
    font-size: 12px;
    text-transform: uppercase;
	font-family: 'Muli', sans-serif !important;
	text-align: center;
	color: #6f667e;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.drop-us {
    font-size: 12px;
    text-transform: uppercase;
	font-family: 'Muli', sans-serif !important;
	text-align: center;
	color: #6f667e;
    letter-spacing: 2px;
    margin-bottom: 6px;
    margin-top: 40px;
}
.drop-us::before {
    content: '000';
    background-image: url(http://seoblackhat.com/wp-content/uploads/2018/08/horizontal-line.jpg);
    background-position: left;
    background-repeat: no-repeat;
    color: transparent;
    padding-right: 10px;
}
.drop-us::after {
    content: '000';
    background-image: url(http://seoblackhat.com/wp-content/uploads/2018/08/horizontal-line.jpg);
    background-position: right;
    background-repeat: no-repeat;
    color: transparent;
    padding-left: 10px;
}
.social-icon-team li {
    list-style: none;
}
.logo-slider-resp {
    display: none;
}
.logo-slider-desk li {
    list-style: none;
}
.site-branding .custom-logo {
    max-width: 100% important;
}
.contact-drop .wpcf7-form-control {
    background-color: #fff !important;
    line-height: 35px;
    border-radius: 6px !important;
    padding-left: 20px;
}
.contact-drop .wpcf7-form-control.wpcf7-textarea {
    line-height: 16px;
}
.form-icon {
    position: relative;
    line-height: 0;
    margin-bottom: 20px;
}
.name-icon, .phone-icon, .email-icon, .message-icon {
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    top: 0;
    background-color: #f6f6f6;
    padding: 10px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border: 1px solid #d1d1d1;
border-right: none;
}
.phone-icon {
    padding: 13px 14px !important;
}
.email-icon {
    padding: 16px 14px !important;
}
.contact-drop .wpcf7-form-control.wpcf7-submit.button {
    background-color: #a367ff !important;
    padding: 10px 30px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    float: left;
    border-bottom: 2px solid #544878;
    padding-left: 30px !important;
    width: auto !important;
}
.contact-drop input, textarea {
    padding-left: 62px !important;
    width: 100% !important;
}
.contact-drop input::placeholder, textarea::placeholder {
    color: #afafaf;
    font-size: 15px;
    padding-left: 20px;
}
.contact-drop input:focus {
    border-color: #d1d1d1;
}
.img-center .contact-waddle img {
    position: relative;
    top: 7px;
    z-index: 99;
}

.sidebar {
    float: left;
    margin-left: 75%;
    padding: 0;
    width: 100%;
    margin-left: 0px;
}
#secondary .widget {
    border-top: 0px;
}
#secondary #search-2.widget_search {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #f5e5e5;
    border-radius: 4px;
    -webkit-box-shadow: 0px 10px 0px 0px rgba(242,239,248,1);
    -moz-box-shadow: 0px 10px 0px 0px rgba(242,239,248,1);
    box-shadow: 0px 10px 0px 0px rgba(242,239,248,1);
}
#secondary #search-2.widget_search .widget-title {
    font-size: 14px !important;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif !important;
    letter-spacing: 2px !important;
    color: #161616 !important;
    font-weight: normal;
}
#secondary #search-2 .search-form label {
    width: 100%;
}
#secondary #search-2 .search-form input {
    padding: 9px 20px !important;
    border-radius: 24px !important;
    font-size: 14px;
    background-color: transparent;
    width: 100% !important;
}
#secondary #search-2 .search-submit {
    position: absolute;
    background-color: transparent;
    background-image: url('http://seoblackhat.com/wp-content/uploads/2018/08/search.jpg');
    background-repeat: no-repeat;
    background-position: center;
    right: 12px;
    color: transparent !important;
}
#secondary #search-2 .search-submit:hover {
    background-color: transparent;
    background-image: url('http://seoblackhat.com/wp-content/uploads/2018/08/search.jpg');
    background-repeat: no-repeat;
    background-position: center;
}
.blog #secondary #text-5 ,.archive #secondary #text-5  {
    background-color: #f2ecff;
    padding: 30px 20px;
    background-image: url('http://seoblackhat.com/wp-content/uploads/2018/08/subscription.png');
    background-repeat: no-repeat;
    background-position: center right;
}
#secondary #text-5 h4 {
    font-size: 25px;
    text-align: center;
    text-transform: unset;
    font-weight: 100;
    letter-spacing: 0px;
}
#secondary #text-5 h4 strong {
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'FreestyleScript-Regular';
    font-size: 46px;
    color: #a367ff;
}
#secondary #text-5 p {
    font-size: 18px;
    text-align: center;
    font-family: 'Bitter', serif !important;
}
#secondary #text-5 .wpcf7-text {
    padding: 10px 20px !important;
    height: 40px;
    -webkit-box-shadow: 0px 0px 5px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -4px rgba(0,0,0,0.75);
}
#secondary #text-5 .wpcf7-submit {
    position: absolute;
    right: 0px;
    height: 40px;
    background-color: #4d4b4d !important;
    color: transparent !important;
    width: 40px;
    background-image: url('http://seoblackhat.com/wp-content/uploads/2018/08/email.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
#secondary #text-5 .wpcf7-list-item-label {
    color: #646464;
}
#secondary .wp-image-116 {
    margin-bottom: -25px !important;
}
#secondary .widget.recent-posts-widget-with-thumbnails {
    margin-top: 50px !important;
}
#secondary .widget.recent-posts-widget-with-thumbnails h2 {
    color: #5f4b8c !important;
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.rpwwt-widget ul li img {
    width: 100% !important;    
    height: auto !important; 
}
.rpwwt-post-title {
    float: left;
    width: 100%;
    color: #000;
    font-family: 'Nunito', sans-serif !important;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 0px;
}
.rpwwt-post-excerpt {
    font-size: 15px !important;
    color: #333333;
    font-family: 'Muli', sans-serif !important;
    line-height: 25px;
}
.readmore-point{
    padding:20px 0px;
}
.readmore-point a {
    color: transparent;
    background-image: url('http://seoblackhat.com/wp-content/uploads/2018/08/dotted.jpg');
    background-repeat: no-repeat;
}
.rpwwt-post-author {
    font-size: 14px;
    color: #aba4b4 !important;
    text-transform: capitalize;
    font-family: 'Bitter', serif !important;
    line-height: 20px;
    float: left;
    padding-right: 20px;
    border-right: 1px solid #aba4b4;
}
.rpwwt-post-date {
    font-size: 14px !important;
    padding-left: 10px !important;
    float: left;
    color: #aba4b4;
    line-height: 14px;
    font-family: 'Bitter', serif !important;
}
.post-meta-detail {
    float: left;
    width: 100%;
    margin: 15px 0px;
}
#secondary.sidebar {
    float: left;
    margin-left: 0px;
    padding: 0;
    width: 100%;
    padding-left: 40px !important;
}
.entry-title {
    font-size: 40px;
    font-weight: 400;
    color: #504b5c !important;
}
.entry-title a{
    text-decoration:none;
}
a:hover {
    color: #a367ff !important;
}
body:not(.search-results) article:not(.type-page) .entry-content {
    float: left;
    width: 100% !important;
}
.blog-list article {
    padding-bottom: 30px;
    margin-bottom: 60px;
    background-image: url('http://seoblackhat.com/wp-content/uploads/2018/08/border-blog.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}
.blog-list .post-meta-detail {
    margin: 30px 0px;
}
.pagination::before, .pagination::after {
    background-color: transparent !important;
}
.pagination {
    border-top: 0px !important;
}
.pagination .nav-links::before {
    content: "" !important;
    right: -1px;
}
.post-meta-detail a {
    color: #aba4b4 !important;
}
#comments {
    display: none;
}
.section-blog .single-post .navigation.post-navigation {
    display: none;
}
.section-blog .entry-title {
    font-size: 40px;
    text-align: center;
    margin-top: 30px !important;
}
.single-blog .entry-header {
    width: 800px;
    float: none;
    margin: 0 auto;
}
.single-blog .entry-title {
    font-size: 40px;
    text-align: center;
}
.single-blog .img-center .post-thumbnail {
    text-align: center;
    float: none;
    margin: 0 auto;
    display: inline-block;
}
.section-blog .row-900 {
    width: 900px;
    float: none;
    margin: 0 auto;
        margin-bottom: 0px;
}
.section-blog .single-post p {
    color: #353333 !important;
    line-height: 30px !important;
 }
.section-blog .author-name strong {
    color: #9d83cc;
    font-weight: normal;
}
.section-blog .author-name {
    margin: 20px 0px;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    color: #575757;
    letter-spacing: 2px;
}
.section-blog p {
    line-height: 30px !important;
}
.section-blog .author-detail-section {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.section-blog .navigation.post-navigation {
    display: none;
}
.pagination::before, .pagination::after {
    background-color: transparent !important;
}
.pagination {
    border-top: 0px !important;
}
.pagination .next::before {
    content: "" !important;
    right: -1px;
    top: -1px;
    width: 0px;
    height: 0px;
    display: none;
    line-height: 0px;
    font-size: 0px !important;
    background-color: transparent !important;
}
.pagination .prev, .pagination .next {
    display: none !important;
}
.nav-links {
    background-image: url('http://seoblackhat.com/wp-content/uploads/2018/08/pagination.png');
    background-repeat: no-repeat;
    line-height: 60px;
    padding-left: 80px;
}
.pagination .page-numbers {
    display: inline-block;
    font-size: 18px;
    color: #5f4b8c;
    font-weight: bold;
}
.page-numbers.current {
    background-image: url('http://seoblackhat.com/wp-content/uploads/2018/08/blog-pagination.png');
    line-height: 18px;
    width: 40px;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff !important;
    font-weight: bolder;
    font-size: 18px;
    height: 56px;
}
#menu-main-menu li.current-menu-item a {
    color: #9d83cc !important
}
#comments {
    display: none;
}
.section-blog .entry-header {
    width: 800px;
    float: none;
    margin: 0 auto;
}
.section-blog .entry-title {
    font-size: 40px;
    text-align: center;
}
.single-blog .entry-header {
    width: 800px;
    float: none;
    margin: 0 auto;
}
.single-blog .entry-title {
    font-size: 40px;
    text-align: center;
}
#secondary .radio-817 input {
    position: absolute;
    top: -25px !important;
}
#secondary .wpcf7-form .wpcf7-radio input[type="radio"] + span::before {
   top: -22px;
}
.blog-list .more-link {
    display: none;
}
#secondary.sidebar {
    padding-left: 40px;
}
h2.entry-title {
    font-size: 40px;
    font-weight: 400;
    color: #504b5c !important;
}
.entry-title a{
    text-decoration:none;
}
.entry-title a:hover {
    color: #a367ff !important;
}
body:not(.search-results) article:not(.type-page) .entry-content {
    float: left;
    width: 100% !important;
}
body:not(.search-results) article:not(.type-page) .post-thumbnail {
    float: left;
}
.blog-list article {
    padding-bottom: 30px;
    margin-bottom: 60px;
    background-image: url('http://seoblackhat.com/wp-content/uploads/2018/08/border-blog.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}
.post-meta-detail a {
    color: #aba4b4 !important;
}
.blog-list .post-meta-detail {
    margin: 30px 0px;
}
#secondary .radio-817 input {
    position: absolute;
    top: -25px !important;
}
#secondary .wpcf7-form .wpcf7-radio input[type="radio"] + span::before {
   top: -22px;
}
.row-900 {
    float: none;
    margin: 0 auto;
    width: 900px;
}.row-900 {
    float: none;
    margin: 0 auto;
    width: 900px;
}
.blog-featured h2 {
    text-align: center;
    font-size: 40px;
    color: #203442;
}
.author-name {
    color: #575757;
    font-size: 13px;
    font-family: 'Muli', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.blog-featured .content {
    text-align: center;
}
.blog-featured .more-link {
    display: none;
}
.author-detail-section {
    margin: 30px 0px;
    text-align: center;
}
.blog-featured a {
    text-decoration: none;
}
.readmore-point a:hover {
    color: transparent !important;
}
.blog-featured h2 {
    text-align: center;
    font-size: 40px;
    color: #203442;
    width: 775px;
    float: none;
    margin: 0 auto;
}
.author-name a {
    color: #9d83cc;
}
.blog-featured p {
    margin-bottom: 0px;
    line-height: 30px;
    color: #353333;
    font-weight: normal;
}
.blog .site-main {
    margin-bottom: 1em;
}
.blog .post-.post1 {
    display: none;
}
.blog.paged .post-.post1{
       display: block;
}
.blog.paged .post-.post1 .blog-featured{
    display: none;
 }
.blog.paged .blog-first-child {
    display: none;
}
body:not(.search-results) .section-blog article:not(.type-page) .post-thumbnail {
    float: none !important;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    font-size: 14px;
    font-family: 'Muli', sans-serif;
}
input.wpcf7-not-valid {
    border: 1px solid #d21515;
}
.wpcf7-form .wpcf7-radio.wpcf7-not-valid input[type="radio"] + span::before {
    border: 2px solid #f22424;
}
input.wpcf7-not-valid {
    border-color: #f22424 !important;
}
.wpcf7-form .wpcf7-radio.wpcf7-not-valid input[type="radio"]:checked + span::before {
    background-color: #9275c6;
	border: 2px solid #222;
}
.logo-slider-desk li img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.logo-slider-desk li img:hover{
       -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.footer-right .wpcf7-submit:hover {
    background-image: url('http://seoblackhat.com/wp-content/uploads/2018/08/email.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #4d4b4d !important;
}
@media screen and (min-width: 44.375em) {
.custom-logo {
    max-width: 100% important;
}
.site-branding, .site-header-menu, .header-image {
    margin-top: 0.75em !important;
    margin-bottom: 0.75em !important;
}
}
.site-header-main {
    height: 130px;
}


.blog-category li {
    list-style: none;
    padding: 0px 20px;
}
.blog-category {
    margin: 0;
}
.page-id-6 .punch-tagline {
    display: none;

}