/*
	Theme Name: Prose
	Theme URI: http://www.studiopress.com/themes/prose
	Description: Prose is a two or three column child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.5.3

	Template: genesis
	Template Version: 1.8

	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/*
 WARNING: DO NOT edit this file under any circumstances.
 Please do all CSS modifications via the Custom Code admin menu.
*/

@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Merriweather:900,700);
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Lobster+Two:400,700italic,700,400italic);
@import url('https://fonts.googleapis.com/css?family=Droid+Serif:400,700');
@import url('https://fonts.googleapis.com/css?family=Hind+Siliguri:400,500,600,700');

/* Body
------------------------------------------------------------ */

body, p, select, textarea {
  color: #222;
  font-family: 'Crimson Text', serif;
  font-size: 16pt;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-decoration: none; 
}
body {
  background: #f5f5f5;
  margin: 0 auto;
  width: 1200px;
}
li, ol, ul {
  margin: 0;
  padding: 0;
}
ol li {
  list-style-type: decimal;
}
::-moz-selection {
  background-color: #333;
  color: #fff;
}
::selection {
  background-color: #333;
  color: #fff;
}

/* Hyperlinks
------------------------------------------------------------ */

a, a:visited {
  color: #c61a1a;
  text-decoration: underline;
}
a:hover {
  color: #c61a1a;
  text-decoration: none;
}
a img {
  border: none;
}

/* Wrap
------------------------------------------------------------ */

.site-container {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #fff;
  border: 0;
  margin: 10px auto;
  overflow: hidden;
  padding: 0px;
  position: relative;
}

/* Header
------------------------------------------------------------ */

.site-header {
  height: auto;
  margin: 0 auto;
  width: 100%;
  /* background: url("https://seohackercdn-seohacker.netdna-ssl.com/wp-content/uploads/2013/05/headerr.jpg") left top no-repeat; */
  background-size: cover;
  display: block;
}
.title-area {
  float: left;
  padding: 0;
  width: 100%;
  text-indent: -9999px;
  /* background: url('https://seohackercdn-seohacker.netdna-ssl.com/wp-content/uploads/2013/05/headerr.jpg') left top no-repeat #000; */
  background: url('images/hiring-header-for-.com.png') left top no-repeat #000;
  background-size: cover;
  margin-top: 27px;
  position: relative;
}

.title-area > a {
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 233px;
    width: 200px;
    background-color: transparent;
    bottom: 15px;
}

@media only screen and (max-width: 768px)
{
  .title-area > a {
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 148px;
    width: 120px;
    bottom: 3px;
}
}
.title-area .site-title {
  line-height: 1.6;
  margin: 0;
  padding: 30px 0 0 20px;
}
.title-area .site-title a, .title-area .site-title a:hover {
  color: #222;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 36px;
  font-weight: normal;
  text-decoration: none;
}
.title-area .site-description {
  color: #999;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 0 20px;
}
.site-header .widget-area {
  float: right;
  padding: 40px 0 0;
  width: 480px;
}
.site-header .widget-area p {
  margin: 0;
  padding: 0 0 5px;
}

/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image .title-area, .header-image .title-area .site-title, .header-image .title-area .site-title a {
  display: block;
  float: left;
  height: 150px;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 450px;
}
.header-image .title-area .site-description {
  display: block;
  overflow: hidden;
}

/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width .title-area, .header-full-width .title-area .site-title, .header-full-width .title-area .site-title a {
  box-sizing: border-box;
  width: 100%;
}

/* Primary Navigation
------------------------------------------------------------ */

.nav-primary {
  background: #f5f5f5;
  border: 1px solid #ddd;
  box-sizing: border-box;
  clear: both;
  color: #666;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 13px;
  margin: 0 auto;
  overflow: hidden;
  text-transform: uppercase;
  width: 100%;
}
.nav-primary .wrap {
  border: 1px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
}
.nav-primary ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #000;
}
.nav-primary ul ul {
  border: none;
}
.nav-primary li {
  float: left;
  list-style: none;
}
.nav-primary li a {
  color: #fff;
  display: block;
  margin: 0;
  padding: 7px 10px 6px;
  position: relative;
  text-decoration: none;
  background: none;
  font-family: "Helvetica", "Arial", sans-serif;
}
.nav-primary li a:active, .nav-primary li a:hover, .nav-primary .current_page_item a, .nav-primary .current-cat a, .nav-primary .current-menu-item a {
  background: #444;
  color: #fff;
}
.nav-primary li a .sf-sub-indicator {
  display: block;
  height: 10px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  text-indent: -9999px;
  top: 14px;
  width: 10px;
}
.nav-primary li li a, .nav-primary li li a:link, .nav-primary li li a:visited {
  background: #444;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  color: #fff;
  margin: 0;
  padding: 7px 10px 6px;
  position: relative;
  text-transform: none;
  width: 148px;
}
.nav-primary li li a:active, .nav-primary li li a:hover {
  background: #444;
  color: #fff;
}
.nav-primary li li a .sf-sub-indicator {
  top: 10px;
}
.nav-primary li ul {
  height: auto;
  left: -999em;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 170px;
  z-index: 9999;
}
.nav-primary li ul a {
  width: 140px;
}
.nav-primary li ul ul {
  margin: -34px 0 0 169px;
}
.nav-primary li:hover ul ul, .nav-primary li:hover ul ul ul, .nav-primary li.sfHover ul ul, .nav-primary li.sfHover ul ul ul {
  left: -999em;
}
.nav-primary li:hover ul, .nav-primary li li:hover ul, .nav-primary li li li:hover ul, .nav-primary li.sfHover ul, .nav-primary li li.sfHover ul, .nav-primary li li li.sfHover ul {
  left: auto;
}
.nav-primary li:hover, .nav-primary li.sfHover {
  position: static;
}

/* Primary Navigation Extras
------------------------------------------------------------ */

.nav-primary li.right {
  float: right;
  margin: 0;
  padding: 7px 10px 6px;
}
.nav-primary li.right a {
  background: none;
  border: none;
  color: #666;
  display: inline;
  font-weight: normal;
  text-decoration: none;
}
.nav-primary li.right a:hover {
  background: none;
  color: #666;
  text-decoration: underline;
}
.nav-primary li.rss a {
  background: url(images/rss.png) no-repeat left center;
  margin: 0 0 0 10px;
  padding: 3px 0 3px 16px;
}
.nav-primary li.rss a:hover {
  background: url(images/rss.png) no-repeat left center;
}
.nav-primary li.entry-time {
  color: #666;
}
.nav-primary li.search {
  padding: 0 5px 0;
}
.nav-primary li.twitter a {
  background: url(images/twitter-nav.png) no-repeat left center;
  padding: 3px 0 2px 20px;
}
.nav-primary li.twitter a:hover {
  background: url(images/twitter-nav.png) no-repeat left center;
}

/* Secondary Navigation
------------------------------------------------------------ */

.nav-secondary {
  background: #f5f5f5;
  border: 1px solid #ddd;
  box-sizing: border-box;
  clear: both;
  color: #666;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 13px;
  margin: 0 auto;
  overflow: hidden;
  text-transform: uppercase;
  width: 100%;
}
.nav-secondary .wrap {
  border: 1px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
}
.nav-secondary ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav-secondary ul ul {
  border: none;
}
.nav-secondary li {
  float: left;
  list-style: none;
}
.nav-secondary li a {
  color: #666;
  display: block;
  margin: 0;
  padding: 7px 10px 6px;
  position: relative;
  text-decoration: none;
}
.nav-secondary li a:active, .nav-secondary li a:hover, .nav-secondary .current_page_item a, .nav-secondary .current-cat a, .nav-secondary .current-menu-item {
  background: #444;
  color: #fff;
}
.nav-secondary li a .sf-sub-indicator {
  display: block;
  height: 10px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  text-indent: -9999px;
  top: 11px;
  width: 10px;
}
.nav-secondary li li a, .nav-secondary li li a:link, .nav-secondary li li a:visited {
  background: #444;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  color: #fff;
  margin: 0;
  padding: 7px 10px 6px;
  position: relative;
  text-transform: none;
  width: 148px;
}
.nav-secondary li li a:active, .nav-secondary li li a:hover {
  background: #444;
  color: #fff;
}
.nav-secondary li li a .sf-sub-indicator {
  top: 10px;
}
.nav-secondary li ul {
  height: auto;
  left: -999em;
  padding: 0;
  position: absolute;
  width: 170px;
  z-index: 9999;
}
.nav-secondary li ul a {
  width: 140px;
}
.nav-secondary li ul ul {
  margin: -34px 0 0 169px;
}
.nav-secondary li:hover ul ul, .nav-secondary li:hover ul ul ul, .nav-secondary li.sfHover ul ul, .nav-secondary li.sfHover ul ul ul {
  left: -999em;
}
.nav-secondary li:hover ul, .nav-secondary li li:hover ul, .nav-secondary li li li:hover ul, .nav-secondary li.sfHover ul, .nav-secondary li li.sfHover ul, .nav-secondary li li li.sfHover ul {
  left: auto;
}
.nav-secondary li:hover, .nav-secondary li.sfHover {
  position: static;
}

/* Inner
------------------------------------------------------------ */

.site-inner {
  clear: both;
  margin: 20px auto;
  width: 100%;
  padding: 10px;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
  border-bottom: 1px dotted #aaa;
  font-size: 14px;
  margin: 0 0 20px;
  padding: 0 0 3px;
}

/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
  background: #f5f5f5;
  border: 1px solid #ddd;
  margin: 0 0 30px;
  padding: 10px;
}
.content .taxonomy-description p {
  margin: 0;
  padding: 0;
}

/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap {
  float: left;
  width: 900px;
}
.page-template-landing-php .content-sidebar-wrap {
  margin: 0 auto;
  float: none;
  width: 700px;
}
.content-sidebar .content-sidebar-wrap, .sidebar-content .content-sidebar-wrap {
  width: 100%;
}
.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}

/* Content
------------------------------------------------------------ */

.content {
  float: left;
  padding: 10px 15px 20px;
  width: 600px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.sidebar-content .content, .sidebar-sidebar-content .content {
  float: right;
}
.content-sidebar .content, .sidebar-content .content {
  width: 590px;
}
.full-width-content .content {
  border: none;
  width: 900px;
}
.page-template-landing-php .content {
  margin: 0 auto;
  width: 680px;
}
.post {
  margin: 0 0;
  /* 40px; */
  overflow: hidden;
}
.page {
  border: none;
}
.single .post {
  border-bottom: none;
  margin: 0;
}
.page-template-landing-php .page {
  padding: 10px 10px 0;
}
.entry-content {
  overflow: hidden;
}
.entry-content p {
  margin: 0 0 25px;
}

.entry-content blockquote {
  border: 0;
  background: url('https://seo-hacker.com/wp-content/uploads/2019/12/a9l0g3.png') top left no-repeat, url('https://seo-hacker.com/wp-content/uploads/2019/12/eb1yrr.png') bottom right no-repeat;
  margin: 0 15px 25px;
  overflow: hidden;
  padding: 35px;
}
p.notice {
  background: #f5f8fa;
  border: 1px solid #d7e8f0;
  margin: 0 15px 25px;
  padding: 25px;
}
.clear {
  clear: both;
}
.clear-line {
  border-bottom: 1px dotted #aaa;
  clear: both;
  margin: 0 0 25px;
}

/* Column Classes
------------------------------------------------------------ */

.five-sixths, .four-fifths, .four-sixths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fifths, .three-fourths, .three-sixths, .two-fifths, .two-fourths, .two-sixths, .two-thirds {
  float: left;
  margin: 0 0 20px;
  padding-left: 3%;
}
.one-half, .three-sixths, .two-fourths {
  width: 48%;
}
.one-third, .two-sixths {
  width: 31%;
}
.four-sixths, .two-thirds {
  width: 65%;
}
.one-fourth {
  width: 22.5%;
}
.three-fourths {
  width: 73.5%;
}
.one-fifth {
  width: 17.4%;
}
.two-fifths {
  width: 37.8%;
}
.three-fifths {
  width: 58.2%;
}
.four-fifths {
  width: 78.6%;
}
.one-sixth {
  width: 14%;
}
.five-sixths {
  width: 82%;
}
.first {
  clear: both;
  padding-left: 0;
}

/* Headlines
------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.25;
  margin: 0 0 10px;
  padding: 0;
}
h1 {
  font-size: 30px;
  margin: 0 0 10px;
}
h2 {
  font-size: 30px;
  margin: 0 0 10px;
}
h2 a, h2 a:visited {
  color: #222;
  text-decoration: none;
}
h2 a:hover {
  color: #c61a1a;
  text-decoration: none;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
.widget-area h4 {
  border-bottom: 1px dotted #aaa;
  color: #222;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 0 0 3px;
}
h5 {
  font-size: 18px;
}
h6, .widget-area h2, .widget-area h2 a {
  font-size: 16px;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol, .entry-content ul {
  margin: 0;
  padding: 0 0 25px;
}
.archive-page ul li, .entry-content ul li {
  list-style-type: square;
  margin: 0 0 15px 30px;
  padding: 0;
}
.entry-content ol li {
  margin: 0 0 0 35px;
}
.archive-page ul ul, .entry-content ol ol, .entry-content ul ul {
  padding: 0;
}

/* Post Info
------------------------------------------------------------ */

.entry-header .entry-meta {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 0 0 20px;
  padding: 5px 10px;
}

/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
  background: #f5f5f5;
  clear: both;
  color: #666;
  font-size: 14px;
  margin: 0 0 10px;
  padding: 5px 10px;
}

/* Author Box
------------------------------------------------------------ */

.author-box {
  background: #f5f5f5;
  margin: 0 0 40px;
  overflow: hidden;
  padding: 10px;
}
.author-box-content p {
  font-size: 14px;
}
.author-box img {
  background: #fff;
  border: 1px solid #ddd;
  float: left;
  margin: 0 10px 0 0;
  padding: 4px;
}

/* After Post
------------------------------------------------------------ */

.after-post {
  background: #f5f5f5;
  clear: both;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 10px;
}

/* Sticky Posts
------------------------------------------------------------ */

.content .sticky {
  background: #f5f5f5;
  border: 1px solid #ddd;
  margin: 0 0 40px;
  padding: 10px;
}

/* Archive Page
------------------------------------------------------------ */

.archive-page {
  float: left;
  padding: 20px 0 0;
  width: 45%;
}

/* Post Icons
------------------------------------------------------------ */

.entry-categories {
  background: url(images/icon-categories.png) no-repeat center left;
  padding: 0 0 0 20px;
}
.entry-comments-link {
  background: url(images/icon-comments.png) no-repeat center left;
  margin: 0 0 0 5px;
  padding: 0 0 0 18px;
}
.entry-tags {
  background: url(images/icon-tags.png) no-repeat center left;
  margin: 0 0 0 5px;
  padding: 0 0 0 18px;
}
.time {
  background: url(images/icon-time.png) no-repeat center left;
  padding: 0 0 0 18px;
}

/* Images
------------------------------------------------------------ */

img {
  height: auto;
  max-width: 100%;
}
.avatar, .featuredpage img, .featuredpost img, .post-image {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 0;
  border-radius: 25px;
}
.author-box .avatar {
  background-color: #fff;
  float: left;
  margin: 0 10px 0 0;
}
.post-image {
  margin: 0 10px 10px 0;
}
.comment-list li .avatar {
  border-radius: 25px;
  float: left;
  margin: 2px 15px 0 10px;
}
img.centered, .aligncenter {
  display: block;
  margin: 0 auto 10px;
}
img.alignnone {
  display: inline;
  margin: 0 0 10px;
}
img.alignleft {
  display: inline;
  margin: 0 15px 10px 0;
}
img.alignright {
  display: inline;
  margin: 0 0 10px 15px;
}
.alignleft {
  float: left;
  margin: 0 15px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 15px;
}
.wp-caption {
  background: #f5f5f5;
  padding: 10px;
  text-align: center;
}
p.wp-caption-text {
  font-size: 14px;
  margin: 5px 0;
}
.wp-smiley, .wp-wink {
  border: none;
  float: none;
}
.gallery-caption {}

/* Post Navigation
------------------------------------------------------------ */

.pagination {
  font-size: 14px;
  overflow: hidden;
  /* padding: 20px 0 40px; */
  width: 100%;
}
.content .pagination {
  padding: 0;
  margin: 0;
}
.entry-comments .pagination {
  padding: 0;
}
.pagination li {
  display: inline;
}
.pagination li a, .pagination li.disabled, .pagination li a:hover, .pagination li.active a {
  background: #f5f5f5;
  color: #222;
  padding: 5px 8px;
  text-decoration: none;
}
.pagination li a:hover, .pagination li.active a {
  background: #555;
  color: #fff;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
  display: inline;
  float: right;
  font-size: 14px;
  padding: 10px 0 0;
  width: 280px;
}
.sidebar-secondary {
  float: left;
  width: 250px;
}
.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
  float: left;
}
.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}
.sidebar p {
  font-size: inherit;
  margin: 0 0 5px;
}
.sidebar .widget {
  margin: 0 0 40px;
  padding: 0;
}
.sidebar a img {
  margin: 0;
}
.sidebar .social-profiles a img {
  margin: 5px 6px 0;
}
.widget-area ol, .widget-area ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget-area ul li {
  background: url(images/sidebar-list.png) no-repeat top left;
  border-bottom: 1px dotted #ddd;
  margin: 0 0 5px;
  padding: 0 0 5px 16px;
  word-wrap: break-word;
}
.footer-widgets .widget-area ul li {
  background: url(images/footer-list.png) no-repeat top left;
}

/* Dropdowns
------------------------------------------------------------ */

#cat {
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #333;
  display: inline;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 14px;
  margin: 10px 0 0;
  padding: 3px;
  width: 100%;
}

/* Featured Page / Post
------------------------------------------------------------ */

.sidebar-primary .featuredpage, .sidebar-primary .featuredpost, .sidebar-secondary .featuredpage, .sidebar-secondary .featuredpost {
  clear: both;
  margin: 0 0 15px;
  padding: 0;
}
.sidebar-primary .featuredpage .page, .sidebar-primary .featuredpost .post, .sidebar-secondary .featuredpage .page, .sidebar-secondary .featuredpost .post {
  margin: 0;
  padding: 10px 10px 5px;
}

/* User Profile
------------------------------------------------------------ */

.sidebar-primary .user-profile, .sidebar-secondary .user-profile {
  overflow: hidden;
}
.sidebar-primary .user-profile .avatar, .sidebar-secondary .user-profile .avatar {
  background: #f5f5f5;
  border: 1px solid #ddd;
  float: left;
  margin: 0;
  padding: 4px;
}
.sidebar-primary .user-profile .posts_link, .sidebar-secondary .user-profile .posts_link {
  margin: 0;
  padding: 0 0 0 10px;
}

/* Buttons
------------------------------------------------------------ */

input[type="button"], input[type="submit"] {
  background: #444;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 7px 7px 6px;
  text-decoration: none;
  text-transform: uppercase;
}
input:hover[type="button"], input:hover[type="submit"] {
  background: #222;
  border: none;
}

/* Search Form
------------------------------------------------------------ */

.search-form {
  margin: 0;
}
.site-header .search-form {
  float: right;
  padding: 40px 0 0;
}
.search-form input[type="search"] {
  background: #fff;
  border: 1px solid #ddd;
  color: #666;
  font-size: 14px;
  margin: 5px -7px 0 0;
  padding: 5px 7px;
  width: 190px;
}
.footer-widgets .search-form input[type="search"], .nav-primary .search-form input[type="search"] {
  background: #fff !important;
}

/* eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox {
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 14px;
  margin: 5px -7px 0 0;
  padding: 5px 7px;
  width: 190px;
}
.after-post .enews #subbox {
  background: #fff;
}
.sidebar-primary .enews p {
  margin: 0 0 10px;
}

/* Latest Tweets Widget
------------------------------------------------------------ */

.latest-tweets {
  margin: 10px 0 0;
  padding: 0;
}

/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  font-size: 12px;
  font-style: italic;
  padding: 2px 5px 0 0;
  text-align: right;
}
#wp-calendar thead {
  background-color: #f5f5f5;
  font-weight: bold;
  margin: 10px 0 0;
}
#wp-calendar td {
  background-color: #f5f5f5;
  padding: 2px;
  text-align: center;
}

/* Footer Widgets
------------------------------------------------------------ */

.footer-widgets {
  background: #f5f5f5;
  border: 1px solid #ddd;
  box-sizing: border-box;
  clear: both;
  color: #222;
  font-size: 14px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.footer-widgets .wrap {
  border: 1px solid #fff;
  overflow: hidden;
  padding: 20px 19px 0;
}
.footer-widgets .widget {
  background: none;
  border: none;
  margin: 0 0 20px;
}
.footer-widgets h4 {
  border-bottom: 1px dotted #aaa;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 0 0 3px;
}
.footer-widgets p {
  font-size: inherit;
  margin: 0 0 20px;
}
.footer-widgets a, .footer-widgets a:visited {
  color: #222;
  text-decoration: none;
}
.footer-widgets a:hover {
  color: #222;
  text-decoration: underline;
}
.footer-widgets-1 {
  float: left;
  margin: 0 20px 0 0;
  width: 285px;
}
.footer-widgets-2 {
  float: left;
  margin: 0;
  width: 290px;
}
.footer-widgets-3 {
  float: right;
  margin: 0;
  width: 285px;
}

/* Footer
------------------------------------------------------------ */

.site-footer {
  clear: both;
  font-size: 14px;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 0 20px;
  width: 100%;
}
.site-footer p {
  color: inherit;
  font-size: inherit;
  text-align: center;
}
.site-footer a, .site-footer a:visited {
  color: #222;
  text-decoration: none;
}
.site-footer a:hover {
  color: #222;
  text-decoration: underline;
}
.site-footer .gototop {
  float: left;
  padding: 0 0 0 10px;
  width: 200px;
}
.site-footer .creds {
  float: right;
  padding: 0 10px 0 0;
  text-align: right;
  width: 735px;
}

/* Comments
------------------------------------------------------------ */

.comment-form-author>label, .comment-form-email>label, .comment-form-url>label, .comment-form-comment>label {
  font-family: 'Roboto', sans-serif !important;
  font-size: 18px !important;
}
.comment-reply-title {
  font-family: 'Roboto', sans-serif !important;
}
.form-submit>input {
  font-family: 'Roboto', sans-serif !important;
  font-size: 15px !important;
}
#gasp_p, #wplm-comment-form-inner>label, .comment-notes, .logged-in-as {
  font-family: 'Roboto', sans-serif !important;
  font-size: 15px !important;
}
.entry-comments, #respond {
  margin: 0 0 15px;
  overflow: hidden;
}
.says {
  display: none;
}
#author, #comment, #email, #url {
  font-size: 14px;
  margin: 10px 5px 0 0;
  padding: 5px;
  width: 250px;
}
#comment {
  font-size: 14px;
  height: 150px;
  margin: 10px 0;
  width: 98%;
}
.ping-list {
  margin: 0 0 40px;
}
.comment-list ol, .ping-list ol {
  padding: 10px;
}
.comment-list li, .ping-list li {
  list-style-type: none;
  margin: 15px 0 5px;
  padding: 10px 15px;
}
.comment-list li ul li {
  list-style-type: none;
  margin-right: 0;
}

/*.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}*/

.comment-content p {
  font-family: 'Roboto', sans-serif !important;
  font-size: 10pt !important;
  position: relative;
  top: -35px;
  left: 75px;
  max-width: 85%;
  padding: 0 !important;
  margin: 0 !important;
}
.comment-list cite, .ping-list cite {
  font-style: normal;
}

/*.comment-meta {
	font-size: 12px;
	margin: 0 0 5px;

}*/

.comment-meta {
  display: inline-block;
}
.comment-meta a {
  color: #c8c8c8 !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 9pt !important;
  text-decoration: none !important;
  font-style: italic;
}
.comment-author {
  font-family: 'Roboto', sans-serif !important;
  font-size: 11pt !important;
  text-decoration: none !important;
  font-weight: 500;
  display: inline-block;
  margin-right: 10px;
}
.comment-reply {
  font-size: 14px;
  font-weight: 300;
}
.comment-reply a {
  background: none repeat scroll 0 0 #bf1e2e;
  position: relative;
  top: -20px;
  left: 75px;
  color: #fff !important;
  text-decoration: none;
  padding: 2px 15px;
}
.nocomments {
  text-align: center;
}
.entry-comments .pagination {
  display: block;
}
.bypostauthor {}
.thread-alt, .thread-even {
  background-color: #f5f5f5;
}
.alt, .depth-1, .even {
  border: 1px solid #ddd;
}

/* Gravity Forms
------------------------------------------------------------ */

.gform_wrapper input, .gform_wrapper select, .gform_wrapper textarea {
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #222 !important;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
  font-size: 14px !important;
  padding: 4px 5px !important;
}
.gform_footer input.button {
  border: none;
  color: #fff !important;
}
.gform_wrapper .ginput_complex label {
  font-size: 12px !important;
}
.gform_wrapper li, .gform_wrapper form li {
  background: none !important;
  margin: 0 0 10px !important;
}
.gform_wrapper .gform_footer {
  border: none !important;
}

/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 960px) {
  body, .content-sidebar-sidebar .content, .content-sidebar .content, .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .full-width-content .content, .page-template-landing-php .content, .page-template-landing-php .content-sidebar-wrap, .sidebar-content .content, .sidebar-content-sidebar .content, .sidebar-sidebar-content .content, .content-sidebar-wrap, .site-footer, .site-footer .creds, .site-footer .gototop, .footer-widgets, .site-header, .nav-primary, .sidebar-primary, .sidebar-secondary, .nav-secondary {
    width: 100%;
  }
  .site-header {
    padding: 10px 0;
  }
  .site-header .widget-area, .title-area {
    width: 100% !important;
  }
  .title-area .site-description, .title-area .site-title {
    padding: 0 !important;
  }
  .title-area .site-title {
    line-height: 1.0;
    margin: 0 0 10px;
  }
  .site-header .widget-area {
    padding: 10px 0 0 !important;
  }
  .site-container {
    border: none !important;
    margin: 0 !important;
    width: auto;
  }
  .site-inner {
    padding: 10px;
    width: auto;
  }
  .site-description, .site-footer .creds, .site-footer .gototop, .site-title, .title-area {
    float: none;
    padding: 0;
    text-align: center;
  }
  .site-header .search-form {
    float: none;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
  }
  .nav-primary li.right {
    display: none;
  }
  .enews #subbox, .search-form input[type="search"] {
    width: 60%;
  }
  .site-footer p {
    padding: 0 10px;
  }
}
.entry-content iframe, .entry-content embed {
  width: 100%;
}

/*Team Profiles*/

.dcont .post-7281 page type-page status-publish hentry entry {
  border: 1px solid black;
}
.prof p {
  text-align: justify;
}
.skillset h2 {
  font-size: 20pt;
  text-transform: uppercase;
}
.skillset p {
  line-height: 15px !important;
  text-align: center;
  font-size: 10pt !important;
  font-weight: bold;
  margin: 0 2px;
}
.skillset img {
  padding: 15px 5px 5px;
}
.connect {
  font-size: 11pt !important;
}
.semparc {
  font-size: 14pt !important;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-style: normal;
}
.cptsem h2 {
  text-transform: uppercase;
  font-size: 18pt !important;
}
.seosecrets {
  text-align: center;
  margin: 10px 10px 20px;
  padding: 15px 15px 20px;
  box-shadow: 0 0 10px #9a2b2b;
}
.seosecrets h3 {
  color: #9a2b2b;
}
.seosecrets h3 {
  font-size: 21pt;
}
.seosecrets p {
  font-weight: bold;
  font-size: 14pt;
  color: #000;
}
.seosecrets .af-form-wrapper {
  background: #fff;
}
.seosecrets .ale1, .seosecrets .ale2, .seosecrets .buttonContainer {
  display: inline-block;
}
.seosecrets .ale1 {
  width: 30%;
}
.seosecrets .ale2 {
  width: 42%;
  padding: 0 5px;
}
.seosecrets .buttonContainer {
  width: 22%;
}
.seosecrets .buttonContainer input[type="submit"] {
  background: #9a2b2b;
}
.seosecrets .spansofpolicy p {
  font-size: 9pt;
  font-weight: 100;
  text-align: center;
}
.form-allowed-tags {
  display: none;
}
.wp-caption {
  position: relative;
  max-width: 100%;
}
.wp-caption img {
  margin-top: 25px;
}
.wp-caption .wp-caption-text {
  position: absolute;
  top: 5px;
  width: 100%;
  font-family: 'Merriweather', serif;
  font-size: 9pt;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.qcon {
  padding: 10px 0;
  border: 1px solid #000;
}
.acaps {}
.ayew {
  color: #f7941e;
}
.qlogo {
  margin: 20px auto;
  display: block;
  width: 100px;
  text-align: center;
}
.gnow {
  background: #4959ee;
  padding: 15px;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 180px;
  font-size: 8pt;
  text-decoration: none;
}
.gnow:hover {
  background: #C1272D;
}
.qcon h1 {
  text-transform: uppercase;
  line-height: 25px;
  text-align: center;
  color: #111;
  margin: 0 0 20px;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 5px;
  font-weight: 300;
}
.qcon .gnow {
  color: #fff;
}
.midc {
  font-size: 27px;
  letter-spacing: 1px;
}
.bfoc {
  font-size: 36pt;
  line-height: 28pt;
  letter-spacing: 0;
}
.summit2014sh {
  width: 250px;
  height: 392px;
  background-image: url('https://seohackercdn-seohacker.netdna-ssl.com/wp-content/uploads/2014/08/gsem14.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}
.summit2014sh:hover {
  background-position: bottom center;
}
.summit2014sh a {
  height: 100%;
  width: 100% position: absolute;
  top: 0;
  left: 0;
  display: block;
}
#text-15 .textwidget input[type="text"] {
  width: 70%;
}

/* Growth Form Side */

.sidebar .af-form-wrapper {
  text-indent: 0;
  background: #c1272d;
  padding: 10px;
}
.sidebar .af-element {
  padding: 5px 0;
}
.sidebar #af-submit-image-1356981363 {
  background: url('https://seo-hacker.org/growth/wp-content/uploads/2013/09/smubits.jpg') center center no-repeat;
  width: 115px;
  height: 34px;
  text-indent: -9999px;
  cursor: pointer;
}
.sidebar #af-submit-image-1356981363:hover {
  background: url('https://seo-hacker.org/growth/wp-content/uploads/2013/09/smubitss.jpg') center center no-repeat;
}
.sidebar .af-body label.previewLabel {
  font-family: "BebasNeueRegular", sans-serif;
  color: #fff;
  font-size: 9pt;
}
#text-27 .text {
  width: 100%;
}

/* Growth Hello */

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
}
.hellogrowth {
  background: #C1272D;
  display: block;
  /*padding: 0 0 2px;*/
  position: fixed;
  top: -10px;
  right: 0;
  left: 0;
  text-align: center;
  color: #fff;
  z-index: 1;
  padding: 5px 10px 12px;
}

@media screen and (max-width: 1042px){
.hellogrowth {
  top: 0;
}  
}
.hellogrowth .af-body * {
  display: inline-block;
}
.hellogrowth .buttonContainer {
  position: relative;
  left: 6px;
  top: 12px;
}
.hellogrowth .text {
   height: 25px;
   color: #111;
   border-radius: 5px;
   padding: 15px 10px;
   border: 0;
   margin-right: 10px;
}
.hellogrowth p {
  font-family: font-family: "BebasNeueRegular";
  margin-right: 20px;
  margin-bottom: 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.growthbar {
  visibility: hidden;
  display: none;
}
@media all and (max-width: 640px) {
  .hellogrowth #af-body-1356981363 {
    visibility: hidden;
    display: none;
  }
  .growthbar {
    background: #C1272D;
    display: block;
    padding: 22px 0 2px;
    position: fixed;
    top: -10px;
    right: 0;
    left: 0;
    text-align: center;
    color: #fff;
    z-index: 1;
    height: 60px;
    visibility: visible;
  }
  .growthbar span {
    color: #fff;
    font-family: "BebasNeueRegular";
    padding: 0 10px;
    text-transform: uppercase;
  }
  .subscbtn, .subscbtn:visited {
    font-family: 'Lobster Two', cursive;
    color: #fff;
    font-weight: 700;
    background: #344FFF;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
  }
  .title-area {
    margin-top: 45px;
  }
}

/* Search Form */

.gsc-search-button input.gsc-search-button-v2 {
  background: url('https://www.google.com/uds/css/v2/search_box_icon.png') center center no-repeat #4d90fe;
  padding: 10px 27px;
}
#gs_tti50 .gsc-input {
  font-size: 9pt;
  height: 15px;
  position: relative;
  bottom: 3px;
  background: transparent !important;
}

/*mobile nav*/


.sub-menu-toggle, .menu-toggle {
  display: none;
  visibility: hidden;
}
@media only screen and (max-width: 639px) {
.growthbar{
	text-align:center;
}
	.nav-secondary {
  display:none;
	}
  nav {
    display: none;
    position: relative;
  }
  nav .wrap {
    padding: 0;
  }
  nav.pagination {
    display: block;
  }
  .menu-toggle, .sub-menu-toggle {
    display: block;
    visibility: visible;
    overflow: hidden;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background-color: transparent;
  }
  .menu-toggle {
	background-color:transparent!important;
    /* background-color: hsl(358, 67%, 45%)!important; */
	position:fixed;
    /* position: relative; */
   /*  padding: 10px 12px; */
    right: 0;
    /* z-index: 0; */
    color: #000;
    /* width: 100%; */
	width:25%;
    text-align: right;
	top: 0px;
    z-index: 998;
	padding:10px;
	outline:0;
  }
  .nav-secondary ul {
    position: fixed;
    z-index: 999;
    background: #000;
    top: 50px;
	}
  .menu-toggle:before, .menu-toggle.activated:before {
    display: inline-block;
    font: normal normal normal 28px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    content: "\f0c9";
    /* padding: 8px 20px; */
	padding: 5px 10px;
    background: #fff;
    /* border-radius: 5px; */
	border-radius:0px;
	font-size:20px;
  }
  .sub-menu-toggle {
    background: transparent;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
	padding: 0px 20px;
   /*  padding: 18px; */
    z-index: 100;
  }
  .sub-menu-toggle:before {
    display: inline-block;
    font: normal normal normal 16px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    content: "\f107";
  }
  .sub-menu-toggle.activated:before {
    content: "\f106";
  }
  .genesis-nav-menu .menu-item {
    display: block;
    position: relative;
    text-align: left;
    width: 100%;
    clear: both;
  }
  .genesis-nav-menu .menu-item a {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
	padding: 7px 20px;
    /* padding: 20px; */
  }
  .genesis-nav-menu .menu-item:hover {
    position: relative;
  }
  .genesis-nav-menu .menu-item>a:focus ul.sub-menu, .genesis-nav-menu .menu-item>a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0;
  }
  .genesis-nav-menu>.menu-item-has-children>a:after {
    content: none;
  }
  .genesis-nav-menu .sub-menu {
    display: none;
    clear: both;
    margin: 0;
    position: static;
    width: 100%;
    opacity: 1;
  }
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }
  .genesis-nav-menu .sub-menu a {
    border-left: none;
    border-right: none;
    padding-left: 40px;
    color: #eee;
  }
  .nav-primary .genesis-nav-menu .sub-menu a {
    background-color: #333;
    color: #eee;
  }
  .sub-menu-toggle {
    color: #fff;
    border: none;
  }
  .sub-menu-toggle:focus {
    outline: 0;
  }
  .sub-menu-toggle .screen-reader-text {
    display: none;
  }
  .nav-secondary li li a {
    border: none!important;
    width: 100%!important;
	padding: 5px 50px!important;
    font-size: 12px!important;
    /* padding: 20px 50px!important; */
  }
}
.hellogrowthnew {
    background: #C1272D;
    display: block;
    padding: 2px 0;
    position: fixed;
    right: 0;
    left: 0;
    text-align: center;
    color: #fff;
    z-index: 1;
	font-weight:900;
}
.hellogrowthnew a{
	background: #344fff;
	color: #fff !important;
	font-weight: 900;
	text-decoration: none;
}
.photocap{
  color: #aeaeae !important;
  font-size: 10pt !important;
  font-style: italic;
}
a.dmca-badge{
	display:table;
	margin:0 auto;
}
article.post-12849 .entry-image-link img, article.post-12825 .entry-image-link img, article.post-12513 .entry-image-link img, article.post-12878 .entry-image-link img{
    display: none;
}

.sidebar .textwidget a img{
    margin-right: 5px;
}


  .wordlift-lp h1 {
      color: black !important;
      font-family: 'Hind Siliguri', sans-serif !important;
      font-size: 36pt;
      margin-bottom: 20px;
      font-weight: 700;
  }

  .wordlift-lp h2{
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 20pt;
    font-weight: 700;
    color: #c1272d;
      margin-bottom: 13px;
  }

  .wordlift-lp ul{
    padding-left: 25px;
    list-style: none;
  }

  .wordlift-lp li span{
    font-family: 'Hind Siliguri', sans-serif;
    color: #c1272d !important;
    font-weight: 600;
  }

  .wordlift-lp p, .wordlift-lp span, .wordlift-lp li {
      font-family: 'Droid Serif', serif;
      font-size: 14pt;
      color: #666 !important;
      line-height: 1.75;
      margin-bottom: 20px;
  } 

  .wordlift-lp span{
    color: #c1272d;
  }

  .wordlift__packages{
      text-align: center;
      background: #f5f5f5;  
        padding: 60px 0 0;  
  }


  .wordlift__packages h2{
      color: black !important;
      font-family: 'Hind Siliguri', sans-serif;
      font-size: 30pt;
      margin-bottom: 20px;
      font-weight: 700;
      margin-top: 0;
  }

  .wordlift__packages .head__package{
      background: #e1e1e1;
      padding: 20px 0;
      font-family: 'Hind Siliguri', sans-serif;
  }

  .wordlift__packages .head__package h3{
    color: black !important;
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 27px;
  }

  .wordlift__packages .head__package hr{
    border-top: 1px solid white;
    width: 85%;
  }

  .wordlift__packages .head__package h4{
    color: black !important;
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 20px;
  }


  .wordlift__packages .best__choice.package__card  .head__package{
    background: #157aff;
  }

   .wordlift__packages.woorank .best__choice.package__card  .head__package{
    background: #f89d0e;
  }

  .content__package {
      background: white;
      padding: 20px;
      border-bottom: 8px solid #157aff;
        margin-bottom: 60px;
  }

  .woorank .content__package{
     border-bottom: unset;
     min-height: 510px;
  }

  .woorank .best__choice .content__package{
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  }

  .wordlift__packages .best__choice.package__card  .head__package h3{
    color: white !important;
  }

  .wordlift__packages .best__choice.package__card  .head__package hr{
      border-top: 1px solid #ffffff;
  }

  .wordlift__packages .best__choice.package__card  .head__package h4{
    color: white !important;
  }

  .wordlift__packages .content__package ul{
    list-style: none;
    text-align: left;
    margin: auto;
    max-width: 220px;
    font-family: 'Droid Serif', serif;
  }


  .content__package li:before {
      content: '';
      width: 7px;
      height: 7px;
      background: #157aff;
      display: block;
      position: absolute;
      border-radius: 100%;
      left: 2px;
      top: 7px;
  }

  .woorank .content__package li:before{
      background: black;
  }

  .content__package li{
    color: #565656;
      font-size: 15px;
      padding-left: 20px;
      position: relative;
  }

  .woorank .content__package li.important_thing{
    padding-left: unset;
    text-align: center;
    font-size: 14px;  
    margin-bottom: 10px;
  }

   .woorank .content__package li.important_thing span{
    background: #418bca42;
    color: #418bca;
    padding: 4px;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 10px;
  }

   .woorank .content__package li.important_thing span.grey{
    font-weight: bold;
    background: unset;
    color: unset;
    padding: unset;
    display: unset;
    border-radius: unset;
    font-size: unset;
  }

  .woorank .content__package li.important_thing:before{
    display: none;
  }

  .content__package li.package__not {
      color: #b1b1b1;
  }

  .content__package li.package__not:before {
      display: none;
  }

  .content__package a.__circle{
    background: #157aff;
    width: 100%;
    display: block;
    border-radius: 15px;
    max-width: 185px;
    color: white;
    padding: 8px;
    margin: 20px auto;
    font-weight: 500;
    text-decoration: none;
  }

  .woorank .content__package a.__circle{
    background: #ed1c25;
  }

  .cta__wordlift{
      background: #211a1a00;
      padding: 40px;
      margin-bottom: 55px;
  }

  .cta__wordlift p{
    font-family: 'Droid Serif', serif !important;
    font-size: 14pt;
    color: #666 !important;
    line-height: 1.75;
    margin-bottom: 20px;
    max-width: 625px;
    margin:  auto;
    margin-bottom:  25px;
  }

  .cta__wordlift a{
      background: #157aff;
      width: 100%;
      display: block;
      border-radius: 15px;
      max-width: 185px;
      color: white !important;
      padding: 8px;
      margin: 20px auto 0;
      font-weight: 500;
      text-decoration: none;
  }

  .woorank .cta__wordlift a{
      background: #f89d0e;
  }

    .custom-archive a.read-more{
      background: #c61a1a;
      color: white;
      text-decoration: none;
      display: inline-block;
      padding: 10px 20px;
      margin-top: 10px;
      transition: .4s;
    }

    .custom-archive a.read-more:hover, .custom-archive a.read-more:focus{
          background: #000000;
    }


    .custom-archive .card-small-content{
      border-bottom: 1px solid #cecece;
      padding-bottom: 20px;
    }


.woorank_lp li{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.woorank_lp li span{
  margin-bottom: 0;
  margin-left: 10px;
  color: #3e3e3e !important;
  font-weight: 100;
  line-height: 23px;
}

.wordlift__packages.woorank .head__package{
    background: #6ac86a;
}

.wordlift__packages.woorank .best__choice.package__card .head__package {
  background: #519dde;
}

.wordlift__packages.woorank .thrd_pricing.package__card .head__package{
  background: #79828d;
}

.wordlift__packages.woorank .head__package h3, .wordlift__packages.woorank .head__package h4{
  color: white !important; 
}


.wordlift-lp.woorank_lp h2{
    margin-bottom: 13px;  
}

.clients__lists{
  list-style: none;
  padding-left: 0;
  text-align: center;
  background: whitesmoke;
  padding: 60px 0 55px;
  
}

.clients__lists li{
    display: inline-table;
  max-width: 200px;
  padding: 10px;
}

.clients__lists li img{
    background: white;
    height: 100px;
    width: 100%;
    object-fit: contain;
    padding: 10px;
}

.clients__lists li h4{
  font-size: 17px;
  color: black;
}

.clients__lists li h6{
    font-size: 13px;
    color: #c1272d;
    line-height: 18px;
}

.sidebar .af-element .af-textWrap input{
  width: 100%;
}

/****** RECAPTCHA CONTACT FORM *******/
div.contact-recaptcha{
  margin-bottom: 15px;
}

.areaNavi{
  margin-top: 10px;
  font-size: 12px;
}

@media screen and (max-width: 1114px){
    .areaNavi{
      margin-top: 5px;
    }

    .areaNavi + div{
        margin-top: -13px;
    }
}


@media (max-width: 426px){
   .sidebar p{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sidebar p a:nth-of-type(2){
    margin-bottom: 20px;
  }
  .sidebar .widget {
    margin: 0 0 10px;
  }
}


/*revision July 4 2020*/

      /* The Modal (background) */
.modal.extIntent {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.extIntent .modal-content {
    background-image: url(https://seo-hacker.com/wp-content/uploads/2020/08/popbackground-exit-content.jpg);
    position: relative;
    margin: auto;
    padding: 0;
    border: 0px solid #888;
    width: 600px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    height: 327px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.extIntent .close {
    color: white;
    font-size: 21px;
    font-weight: bold;
    display: block;
    float: unset;
    width: 100%;
    margin-left: auto;
    max-width: 27px;
    text-align: center;
    color: white;
    opacity: 1;
    position: absolute;
    top: 6px;
    right: 4px;
}

.extIntent .close:hover,
.extIntent .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-body.exitBody h3 {
    color: white;
    font-family: raleway;
    font-size: 25px;
    text-align: center;
}

.modal-body.exitBody span {
    color: white;
    font-family: poppins;
    display: block;
    text-align: center;
    font-size: 16px;
    width: 100%;
    max-width: 403px;
    margin:  20px auto;
    font-weight: 300;
}

.modal-body.exitBody a {
    color: white;
    background: linear-gradient(90deg, rgba(245,100,69,1) 0%, rgba(245,121,77,1) 49%, rgba(246,141,86,1) 100%);
    width: 100%;
    max-width: 182px;
    text-align: center;
    margin: auto;
    font-family: raleway;
    font-weight: bold;
    font-size: 16px;
    padding: 6px 0px;
    border-radius: 38px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.modal-body.exitBody a img {
    display: inline-block;
    padding: 7px;
    border-radius: 100%;
    background: rgb(245,109,73);
    background: linear-gradient(90deg, rgba(245,109,73,1) 0%, rgba(246,123,78,1) 49%, rgba(246,138,84,1) 100%);
    margin-left: 7px;
}

.modal-body.exitBody a:hover {
    transition: .4s;
    width: 100%;
    max-width: 200px;
}

.extIntent .close:hover {
    color: white;
    opacity: .5;
    transition: .4s;
}

div#myModal.hideElementImportant {
    display: none !important;
}

@media only screen and (max-width: 600px) {
  .extIntent .modal-content {
    width: 340px;
}
}

@media only screen and (max-width: 320px) {
  .extIntent .modal-content {
    width: 267px;
}

.modal-body.exitBody h3 {
    font-size: 27px;
}
}
