/*
    Theme Name: XtendedView
    Description: XtendedView custom child theme created for the Genesis Framework.
    Author: Bharath Mandava
    Author URI: http://www.wpsquare.com/
    Version: 3.0.0

    Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

    Template: genesis
    Template Version: 2.5.2

    License: GPL-2.0+
    License URI: https://opensource.org/licenses/gpl-license.php
*/

/* Table of Contents
    01 Import Fonts
    02 Defaults
    03 Typography
        - Font Color
        - Font Family
        - Font Size
        - Font Miscellaneous
    04 Layout
        - Structure
        - 1152px CSS Grid
        - Header
        - Main Content
        - Post Info & Meta
        - Column Classes
        - Miscellaneous
    05 Menus
        - Primary Navigation Extras
    06 Headings
    07 Lists
    08 Post Navigation
    09 Comments
    10 Sidebars
    11 Footer
        - Footer Widgets
    12 Forms & Buttons
        - Gravity Forms
    13 Images & Captions
    14 Plugins
        - Genesis eNews Extended
    15 Custom CSS
    16 Media Queries
        - max-width: 1024px
        - max-width: 768px
        - max-width: 480px
*/

/*
01 Import Fonts
---------------------------------------------------------------------------------------------------- */
/*@import url(https://fonts.googleapis.com/css?family=PT+Sans);*/
/*

02 Defaults
---------------------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%; /* 16px browser default */
}

body {
    /*background: url(images/bg.jpg);*/
    line-height: 1.6;
    background: #fff;
}

::-webkit-scrollbar {
  height: 13px;
  width: 13px;
  background: #cccccc;
}

::-webkit-scrollbar-thumb {
  background: #aaa;
}

::-webkit-scrollbar-corner {
  background: #111;
}

::-moz-selection {
    background-color: #9435E6;
    color: #fff;
}

::selection {
    background-color: #9435E6;
    color: #fff;
}

body,
input,
select,
textarea,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

a,
a:visited,
button,
input[type="button"],
input[type="submit"],
.btn {
    /*-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    text-decoration: none;
    transition: all 0.2s ease-in-out;*/
}

::-moz-selection {
    background-color: #1e1e1e;
    color: #fff;
}

::selection {
    background-color: #1e1e1e;
    color: #fff;
}

/*
03 Typography
-------------------------------------------------------------------------------------------------------
 This section covers font colors, families, size, styles and weight.
 rem values with a pixel fallback.
 rem values are calculated per the examples below:

 30.7rem
 35.8rem
 41.0rem
 46.1rem
 51.2rem
 61.4rem
 76.8rem
 92.2rem
 107.5rem
 122.9rem

 rems:
 rem
 rem
*/

/* 03a - Font Color ----------- */
h1 a,
h1 a:visited
h2 a,
h2 a:visited,
h3 a:hover,
h4 a:hover,
h4.widgettitle a,
input,
.entry-comments-link,
.site-title a,
.site-title a:hover {
    color: #1e1e1e;
    text-decoration: none;
}

h3 a,
h3 a:visited,
h4 a,
h4 a:visited {
    color: #843ca9;
    text-decoration: none;
}

body {
    color: #464646;
    font-size: 17px;
}

a:hover {
        text-decoration: underline;
}

.genesis-nav-menu a,
.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited  {
    color: #ffffff;
    font-weight: 400;
}

.genesis-nav-menu .sub-menu a {
    width: 200px;
}

a,
h1 a:hover,
h2 a:hover {
    color: #843ca9;
    text-decoration: none;
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu li:hover a,
.genesis-nav-menu .current-menu-item a {
    background-color: #212121;
    color: #fff;
}

.genesis-nav-menu li li a:hover  {
    color: #fff;
    background: #843ca9 !important;
}

.genesis-nav-menu .parent > a:after {
    content: ' ▼';
    font-size: 9px;
    margin: 5px 2px 0;
}

.entry-header .entry-meta,
.entry-footer .entry-meta,
.site-description {
    color: #636363;
}

blockquote::before,
blockquote p,
input,
select,
textarea {
    color: #999;
}

button,
input[type="button"],
input[type="submit"],
.btn,
.genesis-nav-menu .highlight-menu-item a,
.genesis-nav-menu .highlight-menu-item a:hover,
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    color: #fff;
}

/* 03b - Font Family ----------- */
body,
input,
textarea,
.author-box h1 {
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
.site-title {
    font-family: 'PT Sans', serif, sans-serif;
}

/* 03c - Font Size ----------- */
.site-title {
    font-size: 42px;
    font-size: 4.2rem;
}

.site-title img {
    border: none;
}

h1 {
    font-size: 32px;
    font-size: 3.2rem;
}

.entry-title,
.entry-title a {
    color: #333;
    font-size: 30px;
    font-size: 3rem;
}

blockquote::before {
    font-size: 32px;
    font-size: 3.2rem;
}

h2 {
    font-size: 28px;
    font-size: 2.8rem;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
}

h4,
.archive-title,
.taxonomy-description h1 {
    font-size: 20px;
    font-size: 2rem;
    color: #212121;
}

.widgettitle {
   color: #212121;
   font-size: 18px;
   font-size: 1.8rem;
   text-transform: uppercase;
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
}

h6,
.author-box h1,
.sidebar h2 a {
    font-size: 16px;
}

input,
select,
textarea,
.entry-header .entry-meta,
.entry-footer .entry-meta,
.wp-caption,
.site-footer p {
    font-size: 14px;
}

.genesis-nav-menu {
    font-size: 15px;
}

/* 03d - Font Miscellaneous ----------- */
blockquote p {
    font-style: italic;
}

cite {
    font-style: normal;
}

button,
input[type="button"],
input[type="submit"],
h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.entry-title a,
.genesis-nav-menu,
.wp-caption,
.site-footer p,
.site-title {
    font-weight: 700;
}

.wp-caption {
    text-align: center;
    width: 100% !important;
}

h2 a,
h2 a:visited,
.genesis-nav-menu a,
.pagination li a,
.widgettitle a,
.site-title a {
    text-decoration: none;
}

/*
04 Layout
---------------------------------------------------------------------------------------------------- */

/* 04a - Structure ----------- */
.site-container {
    margin: 0 auto;
}

.site-inner {
    clear: both;
    overflow: hidden;
    /*padding-top: 22px;
    padding-top: 2.2rem;*/
}

.site-inner .wrap {
    background: none repeat scroll 0 0 #fff;
    /*box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.2);*/
    overflow: hidden;
    max-width: 1152px;
    /*padding: 20px 32px;
    padding: 2rem 3.2rem;*/
}

.wrap {
    margin: 0 auto;
    max-width: 1152px;
}

/* 04b - 1152px CSS Grid ----------- */
.sidebar-secondary {
    width: 15.277777777%; /* 176px / 1152px */
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.sidebar {
    /*width: 30.555555555%; /* 352px / 1152px */
    width: 30%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.content-sidebar-sidebar .sidebar,
.sidebar-content-sidebar .sidebar,
.sidebar-sidebar-content .sidebar {
    width: 37.931034482%; /* 352px / 928px */
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 56.896551724%; /* 528px / 928px */
}

.content-sidebar .content,
.sidebar-content .content,
.title-area {
    /*width: 65.277777777%; /* 752px / 1152px */
    width: 70%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 80.555555555%; /* 928px / 1152px */
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
    width: auto; /* 1152px / 1152px */
    float: none;
    border: none;
    padding: 0;
}

.content-sidebar-wrap {
}

.footer-widgets-1,
.footer-widgets-2,
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary,
.content,
.content-sidebar-wrap,
.site-footer .gototop,
.sidebar-secondary,
.title-area {
    float: left;
}

.content-sidebar-sidebar .sidebar-secondary,
.footer-widgets-3,
.sidebar,
.sidebar-content .content,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content,
.sidebar-sidebar-content .content-sidebar-wrap,
.site-footer .creds,
.site-header .widget-area {
    float: right;
}

/* 04c - Header ----------- */
.site-header {
    background: none repeat scroll 0 0 #fff;
    height: 85px;
    height: 8.5rem;
    overflow: hidden;
}

.site-title {
    line-height: 1;
    margin: 24px 0 8px;
    margin: 2.4rem 0 0.8rem;
}

.header-image .site-title {
    margin-bottom: 0;
}

.site-description {
    line-height: 1.25;
}

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

.header-image .site-title {
    display: block;
    float: left;
    min-height: 100px;
    margin-top: 3px;
    margin-top: 0.3rem;
    overflow: hidden;
    text-indent: -9999px;
    width: 428px;
    width: 42.8rem;
}

.header-image .site-title a {
    display: block;
    float: left;
    min-height: 100px;
    margin-top: 3px;
    margin-top: 0.3rem;
    overflow: hidden;
    text-indent: -9999px;
    width: 428px;
    width: 42.8rem;
}

.header-image .title-area {
    display: block;
    float: left;
    min-height: 100px;
    margin-top: 3px;
    margin-top: 0.3rem;
    overflow: hidden;
    text-indent: -9999px;
    width: 428px;
    width: 42.8rem;
}

.header-image .title-area .site-title {
    background-image: url('images/logo.png');
    background-repeat: no-repeat;
    background-size: auto 70px;
}

.header-image .site-title a {
}

.header-image .site-description {
    display: block;
    overflow: hidden;
}

.site-header .widget-area {
    padding-top: 27px;
    padding-top: 2.7rem;
}

/* 04d - Main Content ----------- */
.content {
    border-right: 1px solid #dadada;
    /*padding-right: 32px;
    padding-right: 3.2rem;
    padding-bottom: 20px;
    padding-bottom: 2rem;*/
    padding: 30px 30px 30px 0;
}

.entry,
.page .post.entry {
    margin-bottom: 32px;
    margin-bottom: 3.2rem;
    clear: both;
}

.entry p {
    margin-bottom: 26px;
    margin-bottom: 2.6rem;
    text-align: justify;
}


.single .entry {
    margin-bottom: 30px;
}

.page .entry {
    margin: 0;
}


.entry-content,
.entry-content p {
    font-family: 'PT Sans', sans-serif;
    line-height: 1.6;
    text-align: justify;
    font-size: 17px;
}

.entry-content p {
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
}

blockquote {
    padding: 24px 64px;
    padding: 2.4rem 6.4rem;
}

blockquote::before {
    content: " ";
    display: block;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

/* 04e - Post Info & Meta ----------- */

.author, .entry-time, .entry-comments-link {
    margin-right: 3px;
}

.entry-header .entry-meta,
.entry-footer .entry-meta {
    clear: both;
    line-height: 1.2;
    font-family: 'PT Sans', serif, Arial;
    font-size: 13px;
}

.entry-header .entry-meta {
    margin-bottom: 23px;
    margin-bottom: 2.3rem;
}

.entry-header .entry-meta i {
    padding: 0 1px 0 0;
    margin: 1px 0 0 4px;
}

.entry-header .entry-meta a:hover {
    border-bottom: 1px dotted;
    color: #9435E6;
    text-decoration: none;
}

.entry-footer .entry-meta {
    border-bottom: 1px solid #dadada;
    padding: 12px 0 12px;
    padding: 1.2rem 0;
    padding-bottom: 40px;
}

.entry-footer .entry-meta .icon-large {
    padding: 0 5px 0 0;
}

/* 04f - 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-left: 4.166666666%; /* 48px / 1152px */
}

.one-half,
.three-sixths,
.two-fourths {
    width: 47.9166666666%; /* 552px / 1152px */
}

.one-third,
.two-sixths {
    width: 30.555555555%; /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
    width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
    width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
    width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
    width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
    width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
    width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
    width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
    width: 13.194444444%; /* 152px / 1152px */
}

.five-sixths {
    width: 82.638888888%; /* 952px / 1152px */
}

.first {
    margin-left: 0;
}

/* 04g - Miscellaneous ----------- */
p.subscribe-to-comments {
    padding: 24px 0 16px;
    padding: 2.4rem 0 1.6rem;
}

p.pages,
.clear,
.clear-line,
.first {
    clear: both;
}

.clear-line {
    border-bottom: 1px solid #ccc;
    margin-bottom: 26px;
    margin-bottom: 2.6rem;
}

.alignleft,
.archive-page {
    float: left;
}

.alignright {
    float: right;
}

.archive-page {
    width: 50%;
}

.author-box,
.sticky {
    margin-bottom: 4px;
    margin-bottom: 0.4rem;
}

.author-box,
.author-box h1,
.taxonomy-description {
    line-height: 1.5;
}

.breadcrumb,
.sticky,
.taxonomy-description {
    /*margin-bottom: 12px;
    margin-bottom: 1.2rem;
    overflow: hidden;
    padding-bottom: 2px;
    padding-bottom: 0.2rem;*/
    background: #fff;
    padding: 10px 0px;
    font-size: 14px;
    margin: -30px 0px 30px 0px;
    border-bottom: 1px solid #dadada;
}

.sticky {
    padding: 0 12px 2px 10px;
    background: #fff9f9;
}

.breadcrumb .icon-caret-right,
.breadcrumb .icon-home {
   color: #9435E6;
   font-size: 13px;
   margin: 0 3px;
   text-indent: 2px;
}

/*
05 Menus
---------------------------------------------------------------------------------------------------- */
.nav-primary {
    background: #843ca9;
    width: 100%;
}

.genesis-nav-menu {
    clear: both;
    overflow: hidden;
}


.site-header .genesis-nav-menu {
    float: right;
    margin-top: 48px;
    margin-top: 4.8rem;
    width: auto;
}

.genesis-nav-menu.menu-primary,
.genesis-nav-menu.menu-secondary {

}


.genesis-nav-menu ul {
    float: left;
    width: 100%;
}


.genesis-nav-menu li {
    display: inline-block;
    float: left;
    list-style-type: none;
    text-align: left;
}

.genesis-nav-menu a {
    display: block;
    padding: 10px 20px;
    padding: 1rem 2rem;
    position: relative;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
}

.genesis-nav-menu li.highlight-menu-item {
    margin-left: 20px;
    margin-left: 2rem;
}

.genesis-nav-menu .highlight-menu-item a {
    background-color: #1e1e1e;
}

.genesis-nav-menu .highlight-menu-item a:hover {
    background-color: #9435E6;
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
    background-color: #212121;
    border-top: none;
    position: relative;
    width: 115px;
}

.genesis-nav-menu li ul {
    left: -9999px;
    position: absolute;
    width: 212px;
    z-index: 99;
}

.genesis-nav-menu li ul ul {
    margin: -55px 0 0 211px;
}

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
    left: -9999px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover {
    position: static;
}

ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul,
.site-header .genesis-nav-menu li:hover>ul,
.site-header .genesis-nav-menu li.sfHover ul {
    left: auto;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
    position: absolute;
    text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
    left: 0;
}

/* 05 a - Primary Navigation Extras ----------- */
.genesis-nav-menu li.right {
    float: right;
    padding: 24px 20px;
    padding: 2.4rem 2rem;
}

.genesis-nav-menu li.right a {
    display: inline;
    padding: 0;
}

.genesis-nav-menu li.search {
    padding: 6px 0 0;
    padding: 0.6rem 0 0;
}

.genesis-nav-menu li.rss a {
    background: url(images/rss.png) no-repeat center left;
    margin-left: 20px;
    margin-left: 2rem;
    padding-left: 20px;
    padding-left: 2rem;
}

.genesis-nav-menu li.twitter a {
    background: url(images/twitter-nav.png) no-repeat center left;
    padding-left: 24px;
    padding-left: 2.4rem;
}

.google-search {
    margin: 0 0px 12px 0;
    padding: 8px 0;
    padding: 0.8rem 0;
}

#cse-search-box input[type="text"] {
    background: url(images/least-elements.png) -9px -164px no-repeat #fff !important;
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #9E6E56;
    border-top: 1px solid #9E6E56;
    box-shadow: 1px 1px 3px #CCCCCC inset;
    color: #AAA49F;
    font-size: 12px;
    font-weight: bold;
    padding: 11px 9px 10px 35px;
    width: 65%;
}

#cse-search-box input[type="submit"] {
    border-radius: 5px;
    padding: 8px 16px 9px;
    padding: 0.8rem 1.6rem 0.9rem;
}

#cse-search-box input[type="submit"]:hover {
    background-color: #9435E6;
    color: #fff;
}

/*
06 Headings
---------------------------------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a {
    line-height: 1.2;
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
}

.author-box h1 {
    margin: 0
}

.taxonomy-description h1 {
    margin-bottom: 4px;
    margin-bottom: 0.4rem;
}

.archive-title {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
}

/*
07 Lists
---------------------------------------------------------------------------------------------------- */
.entry-content ol,
.entry-content ul {
    margin-bottom: 26px;
    margin-bottom: 2.6rem;
}

.entry-content ol li,
.entry-content ul li {
    line-height: 1.625;
}

.entry-content ol li,
.entry-content ul li {
    margin-left: 40px;
    margin-left: 4rem;
}

.entry-content ol li {
    list-style-type: decimal;
}

.entry-content ul li {
    background: url(images/list.png) no-repeat 0 11px;
    list-style-type: none;
    padding: 0 0 0 15px;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

/*
08 Post Navigation
---------------------------------------------------------------------------------------------------- */
.pagination li {
    display: inline;
    margin: 10px 10px 20px 0;
    font-size: 15px;
    float: left;
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    background-color: #1e1e1e;
    cursor: pointer;
    padding: 8px 12px;
    padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
    background-color: #843ca9;
}

/*
09 Comments
---------------------------------------------------------------------------------------------------- */
.entry-comments {
    line-height: 1.5;
    width: 100%;
    float: left;
}

#respond {
    line-height: 1.5;
    width: 100%;
    float:left;
    vertical-align: top;
}

.entry-comments h3 {
    /*background: url(images/comments-icons.png) -9px 1px no-repeat;
    margin: 0 5px 10px 0;
    padding: 25px 0 50px 57px;*/
}

#commentform .icon-large {
    color: #843ca9;
    font-size: 15px;
    line-height:35px;
    position: absolute;
    left: 10px;
}

#commentform .icon-envelope {
    margin-right: 10px !important;
}

#commentform .icon-link {
    margin-right: 12px !important;
}

#respond h3 {
     margin: 0;
}

.comment-policy-box {
    line-height: 24px;
    text-align: justify;
    float: left;
}

.ping-list,
.entry-comments {
    margin-bottom: 48px;
    margin-bottom: 4.8rem;
}

.ping-list p {
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

#author,
#email,
#url{
    width: 100%;
    padding-left: 40px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url{
  width: 33.33%;
  float: left;
  position: relative;
  margin-top: 15px;
}
.form-submit{
  clear: both;
}
#submit{
  margin-top: 15px!important;
}

#comment {
    margin-top:20px;
    width: 100%;
}

label {
}

.comment-list li,
.ping-list li {
    list-style-type: none;
    margin-top: 24px;
    padding: 32px;
}

.comment-list li ul li {
    margin-right: -32px;
}

.comment-header {
    overflow: hidden;
}

.comment {
    background-color: #f5f5f5;
    border: 2px solid #fff;
    border-right: none;
}

.comment-content p {
    margin-bottom: 24px;
}

@media only screen and (max-width:768px){
  .comment-form-author,
  .comment-form-email,
  .comment-form-url{
    width: 100%;
    float: none;
    position: relative;
    margin-top: 5px;
  }
}




.bypostauthor {
}

.entry-comments .pagination {
    margin-top: 32px;
}

#prev-next {
    float: left;
    margin: -25px 0 40px 0;
    width: 100%;
}

#prev-next .prev-link {
    background: url("images/arrow-left.png") no-repeat scroll left center transparent;
    float: left;
    padding: 0 0 0 50px;
    text-align: left;
    width: 40%;
}

#prev-next .prev-link a {
    float: left;
    text-align: left;
    margin: 0;
    width: 100%;
}

#prev-next .next-link {
    background: url("images/arrow-right.png") no-repeat scroll right center transparent;
    float: right;
    padding: 0 50px 0 0;
    text-align: right;
    width: 40%;
}

#prev-next .next-link a {
    float: right;
    text-align: right;
    margin: 0;
    width: 100%;
}

#prev-next a {
    text-decoration: none;
}

#prev-next a:hover {
    text-decoration: underline;
}

#prev-next .prev-image {
    float: left;
    margin: 0 15px 0 0;
}

#prev-next .prev-url {
    font-size: 16px;
    line-height: 22px;
}

#prev-next .next-image {
    float: right;
    margin: 0 0 0 15px;
}

#prev-next .next-url {
    font-size: 16px;
    line-height: 22px;
}

/*
10 Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
    display: inline;
    font-size: 16px;
    line-height: 1.5;
    padding: 30px 0 30px 30px;
}

.sidebar p {
    margin-bottom: 16px;
}

.sidebar .widget {
    margin-bottom: 30px;
    /*padding: 5px 0px 10px 14px;*/
    overflow: hidden;
}

.sidebar .widget:last-child {
    border: 0 none;
}

.sidebar.widget-area ul li {
    list-style-type: none;
    margin-bottom: 6px;
    word-wrap: break-word;
}


/* 11a - Footer Widgets ----------- */
.footer-widgets {
    background: #222;
    border-top: 3px solid #9435E6;
    clear: both;
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
    padding: 32px 0 0;
    padding: 3.2rem 0 0;
    margin-top: 30px;
    color: #999;
}

.footer-widgets p {
    margin-bottom: 16px;
}

.footer-widgets h4 {
    color: #fff;
}

.footer-widgets .widget {
    margin-bottom: 24px;
}

.footer-widgets .widget-area ul li {
    background: url(images/list.png) no-repeat 0 11px;
    list-style-type: none;
    margin-bottom: 6px;
    padding: 0 0 0 15px;
    word-wrap: break-word;
}

.footer-widgets-1 {
    margin-right: 4.166666666%; /* 48px / 1152px */
}

.footer-widgets .post {
    float: left;
    clear:both;
}

.footer-widgets .post h2 a {
    color: #ccc;
    font-size: 16px;
}

.footer-widgets a{
}

.footer-widgets .post h2 a:hover {
    color: #9435E6;
}

.footer-widgets .post img {
    margin: 0 15px 0 0;
}

/*
12 Forms & Buttons
---------------------------------------------------------------------------------------------------- */
input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    /*border-radius: 3px;
    box-shadow: 0 0 5px #ddd inset;*/
    padding: 10px;
}

.site-header .search-form {
    float: right;
    margin-top: 56px;
    width: 100%;
}

button,
input[type="button"],
input[type="submit"],
.btn {
    background-color: #1e1e1e;
    border: none;
    box-shadow: none;
    cursor: pointer;
    margin-top: 10px;
    padding: 9px 14px 8px;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
    background-color: #843ca9;
}

.enews input[type="submit"],
.search-form input[type="submit"] {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    margin: -1px;
    overflow: hidden;
    padding: 10px 15px;
}

/* 12a - Gravity Forms ----------- */
.content div.gform_wrapper input,
.content div.gform_wrapper select,
.content div.gform_wrapper textarea,
.content div.gform_wrapper .ginput_complex label {
    font-size: 16px;
    padding: 16px;
}

.content div.gform_wrapper input[type="submit"] {
    padding: 16px 24px;
    padding: 1.6rem 2.4 rem;
}

.content div.gform_wrapper .ginput_complex label {
    padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
    margin: 16px 0 0;
    margin: 1.6rem 0 0;
}

/*
13 Images & Captions
---------------------------------------------------------------------------------------------------- */
embed,
img,
object,
video {
    max-width: 100%;
}

img {
    height: auto;
}

.alignleft .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.author-box .avatar {
    border: 3px solid #dcddde;
    float: left;
    margin: 7px 15px 0 -10px;
    margin: 0.7rem 1.5 rem 0 -1rem;
}

.comment-list li .avatar {
    float: left;
    margin: 0 16px 24px 0;
    margin: 0 1.6rem 2.4rem 0;
    border-radius: 50%;
}

.comment-reply-link {
    background: none repeat scroll 0 0 #9435E6;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 14px;
    padding: 4px 8px;
    text-decoration: none;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    text-decoration: none;
    transition: all 0.1s ease-in-out;
}

.comment-reply-link:hover {
    background: #212121;
    text-decoration: none;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
    clear: both;
}

img.alignnone {
    display: inline;
    margin-bottom: 12px;
    margin-left: 50px;
    margin-right: 24px;

}

img.alignleft,
.post-image,
.wp-caption.alignleft {
    display: inline;
    margin: 0 24px 24px 0;
    margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
    display: inline;
    margin: 0 0 24px 24px;
    margin: 0 0 2.4rem 2.4 rem;
}

p.wp-caption-text {
    font-size: 13px;
    line-height: 1.2;
    margin-top: 12px;
    text-align: center;
}

.gallery-caption {
}

.nav-primary select {
    background: none repeat scroll 0 0 #9435E6;
    border: 0 none;
    box-shadow: none;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
}

/*
14 Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	background-color: #222;
	color: #fff;
  padding: 20px 20px 0 20px!important;
  text-align: center;
}

.enews form{
  margin: 0px -20px;
}
.enews form + p {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.enews p {
  margin: 10px 0;
  line-height: 16px;
  text-align: center;
}

.enews h4 {
  font-size: 20px;
  text-align: center;
}
.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #9435E6;
	color: #fff;
  font-size: 17px;
	width: 100%;
  border-radius: 0;
}

.enews-widget input:hover[type="submit"] {
	background-color: #d13d3a;
	color: #fff;
}

.enews input[type="email"] {
    background: url(images/least-elements.png) -6px -1px no-repeat #555 !important;
    padding: 10px 37px;
    width: 90%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin-top: 5px;
}

/*
15 Custom CSS
---------------------------------------------------------------------------------------------------- */
.hosting-box {
    background: #45a4ca;
    border-radius: 8px;
    color:#fff;
    height: 93px;
    margin: 25px auto;
    clear: both;
    width: 550px;
}

.hosting-box .number {
    font-size: 53px;
    font-weight: 800;
    margin-left: 14px;
    margin-top: 5px;
    position: absolute;
}

.hosting-box .percent {
    font-size: 34px;
    font-weight: 300;
    margin-left: 80px;
    margin-top: 10px;
    position: absolute;
}

.hosting-box .off {
    font-size: 15px;
    font-weight: 300;
    margin-left: 80px;
    margin-top: 50px;
    position: absolute;
}

.hosting-box .message {
    font-size: 23px;
    font-weight: 300;
    margin-left: 130px;
    margin-top: 10px;
    position: absolute;
}

.hosting-box .promo {
    font-size: 27px;
    font-weight: 700;
    margin-left: 168px;
    margin-top: 40px;
    position: absolute;
}

.hosting-box .buttonClick {
    background: #e4514f;
    border-radius: 8px;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    margin-left: 390px;
    margin-top: 20px;
    position: absolute;
}

.hosting-box .buttonClick div {
    color: #fff;
    padding: 4px 8px;
    text-align: center;
}

.buttonClick a {
    display: inline;
    padding: 0;
    text-decoration: none;
    -webkit-transition: all 0.8s linear 0s;
    -moz-transition: all 0.8s linear 0s;
    -o-transition: all 0.8s linear 0s;
    transition: all 0.8s linear 0s;
}

.hosting-box .buttonClick:hover {
    background-color: #1e1e1e;
}

#gasped {
    /*border: 0 none;
    box-shadow: none;
    padding: 0;*/
    width: auto!important;
}

/* Custom Drop Down Menu
------------------------------------------------------------ */
.nav-primary .selector option {
    background: #023D71;
    color: #fff;
    -webkit-appearance: none;
    padding: 5px;
}

.nav-primary .selector,
.nav-primary .selector span {
    cursor: pointer !important;
    background: url("images/menu-drop-down.png") 98% center no-repeat;
    -webkit-font-smoothing: antialiased;
}

.nav-primary .selector,
.nav-primary .selector * {
    margin: 0;
    padding: 0;
}

.nav-primary .selector select {
    top: 0px;
    left: 0px;
}

.nav-primary .selector {
    width: 97%;
    font-size: 12px;
    font-weight: bold;
}

.nav-primary .selector span {
    cursor: pointer;
    color: #fff;
}

.nav-primary .selector select:focus { outline: 0 }
.nav-primary .selector {
    position: relative;
    padding-left: 10px;
    overflow: hidden;
}

.nav-primary .selector span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-primary .selector select {
    position: absolute;
    height: 35px;
    background: none;
    width: 97%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 500;
    border: 0 !important;
}

/* Table
------------------------------------------------------------ */
table {
  border: 1px solid #ccc;
  border-radius: 3px;
  border-spacing: 0;
  border-top-color:#999;
  margin:10px 0 20px 0;
  width: 100%;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}

td, th {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  padding:10px;
  vertical-align: top;
}

th {
  background: #f1f1f1;
  border-bottom: 2px solid #ccc;
  font-weight:normal;
}

td {
  background:#f1f1f1;
}

tr.odd td {
  background:#e9e9e9;
}

caption, th {
  text-align:left;
}

/* Abbr
------------------------------------------------------------ */

abbr {
    border-bottom: 1px dotted #c62765;
    cursor: help;
    text-decoration: none;
}

/* About us page
------------------------------------------------------------ */
.TipsandTricksteam {
    height: 122px;
    line-height: 145%;
    margin: 15px 0 0;
    padding: 10px 3px 20px;
    text-align: justify;
    clear: both;
}

.TipsandTricksteam img {
    border: 1px solid #dcd5d5;
    float: left;
    height: 135px;
    margin: 2px 15px 0 0;
    padding: 3px;
    width: 130px;
}

/* Guest Author Box
------------------------------------------------------------ */
pre, .GuestAuthor {
    background:#fff;
    border:1px solid #ddd;
    border-radius: 5px 5px 5px 5px;
    margin:.10em 0 .90em 0;
    overflow:auto;
    padding: 15px 22px;
    text-align: justify;
    white-space:pre-wrap;
    white-space:0;         /* <- old ff */
    width: 94%;
}

/* CommentLuv CSS
------------------------------------------------------------ */
/** below comment form **/
div#commentluv {clear: both; margin-top:10px;}
div#commentluv span img {border: 0; padding: 0;}
div#commentluv input#doluv { margin-bottom: 12px;}
span#mylastpost { clear: both;}
span#showmorespan { width: 30px; height: 15px; cursor: pointer;}
div#lastposts { padding: 3px; border: 1px dashed #dfdfdf; background-color: white; color: #000;}
input.cl_error { border: 1px solid red !important;}
.rawfilewrap {border: 1px solid #cdcdcd; padding: 2px; cursor: pointer;}
.rawfile {display: none; border: 2px dashed #00ff00; padding: 2px; overflow: auto; height: 300px;}

/** drop down **/
#social .choosepost, span.choosepost {background-color: #fff;line-height: 1.4em; display: block;border-bottom: 1px dashed #bbb;cursor: pointer; margin-bottom: 5px;}
#social .choosepost:hover, span.choosepost:hover { font-weight: bolder; text-shadow: #dfdfdf 2px 2px 1px ; filter: Shadow(Color=gray,
    Direction=135,
Strength=2);}

#social .message, span.message { padding: 2px;}
#social .alert,span.alert { background-color: red; color: white; padding-left: 10px;}
#social .blog, span.blog { padding-left: 25px; background-image: url(../images/blog.gif); background-repeat: no-repeat; background-position: left;}
#social #plusone-div, div#plusone-div { margin: 0px 5px 0px 5px; width: 25px;}
span#gpmsg {margin-left: 5px;}
#social #fb-root-div, div#fb-root-div { width: 50px; overflow: hidden; margin-right: 5px; float:left;}
#social #fbbut, div#fbbut { height: 25px; }
#social #fbmsg, span#fbmsg { line-height: 25px;}
span#twbut { width: 50px; margin-right: 5px;}
span#twbut iframe { margin-top:2px;}
span#twmsg { line-height: 25px;}

/** in comment **/
.cluv {border:1px solid #fff; display: block; margin-top: 14px; padding: 4px;}

/** images **/
img.heart_tip { border: none !important; background: none !important; padding: 0 0 0 3px !important; cursor: pointer;}

/** info panel **/
#heart_tip_big.cl_ajax { background: url(../images/loader.gif) no-repeat ; height: 13px; background-position: center;}
#heart_tip_big { background: url(../images/closeit.png) no-repeat top right; font-size: 1em;}

.heart_tip {margin-left: 5px;display: inline;margin-bottom: -2px; /* fixed a little here, Hesham */margin-right: 0px;padding: 0px !important;background-color: transparent;border: 0  !important;}

.finalbig{margin-top:0px; margin-left:5px; padding:3px; border: 4px solid #dddddd; color: #000; font-family:"Tahoma",Helvetica,Myriad Pro,sans-serif;  }
.finalbig img {margin:5px;width:60px;height:60px; border: 4px solid #CCC;}
.finalbig li{ list-style: none; margin-left: 10px}
.finalbig p { margin: 1px}

/* Title */
.cl_title {font-size:0.8em; margin-top:3px;font-weight:bold;padding-bottom:5px;}
.cl_username {font-size:1.2em;color:#0e9de0;font-weight:bold;}

/* Clicks */
.cl_clicks {clear: both !important;padding:5px 5px 0px 20px;border-top: 1px #f6f6f6 solid; border-bottom: 1px #f6f6f6 solid; background:transparent url(../images/littleheartplus.gif) no-repeat scroll left 50%; margin-left:5px;}

/* This link clicked # Times */
.cl_clicks_count {padding: 0px 5px 0px 0px; color:#0e9de0;font-weight:bold;}

/* My links have appeared on */
.cl_links {clear: both !important; padding:5px}
.cl_links_list {padding:0px 5px 0px 0px; padding-left:18px; color:#666666; }

/* Some of my other posts */
.cl_posts {clear: both !important; margin-top:10px; padding:5px;}
.cl_posts_list a {background:transparent url(../images/link.png) no-repeat scroll left 50%; padding-left:18px; color:#0e9de0; margin-left:0px;}
.cl_posts_list a:hover {background:transparent url(../images/link_hover.png) no-repeat scroll left 50%; padding-left:18px;color:#000;margin-left:0px;}

/** keyword name instructions text **/
#keywordnamebox {
    margin: 7px 5px 0;
}

/* Social Locker Plugin */
.onp-sl {
   max-width: 650px !important;
}

.onp-sl .onp-sl-header, .onp-sl .onp-sl-text .onp-sl-strong {
    color: #9435E6 !important;
    font-size: 22px !important;
}

.onp-sl-glass .onp-sl-text .onp-sl-strong:after, .onp-sl-glass .onp-sl-text .onp-sl-strong:before {
    background: none !important;
}

.onp-sl .onp-sl-first-group .onp-sl-strong:after, .onp-sl .onp-sl-first-group .onp-sl-strong:before {
    background: none !important;
}

.onp-sl-message {
    font-size: 13px;
    padding: 10px;
}

/* Fix Comment Plicy box and GASP position
------------------------------------------------------------ */
#gasp_p {font-size: 16px; margin: 24px 0 8px 0px;}
#cl_replyme {font-size: 16px; margin-top: 9px;}
/*

Custom CSS
---------------------------------------------------------------------------------------------------- */

.viral-button {background-image:url("images/pinterest.png");}
.viral-button.viral-button-pinterest{width:50px; height:22px;cursor:pointer;}
.viral-button.viral-button-pinterest:hover{background-position:-51px 0}
.viral-button.viral-button-pinterest:active{background-position:-102px 0}


.intro-content {
    background: #f8f8f8;
    float: left;
    margin-bottom: 20px;
    padding: 13px 12px 20px;
    width: 98%;
}

.author-page-content {
    float: left;
    width: 100%;
}

.author-page-content h3 {
      margin: 25px 0;
}

.author-box {
    border: 2px solid #eee;
    border-radius: 2px;
    font-weight: normal;
    margin: 0 0 30px;
    clear: both;
    text-align: justify;
    padding: 10px 25px 5px;
}

.author-box p {
    margin: 0 0 10px;
}

.author-info .avatar {
      float: left;
      margin: 0 15px 0 0;
}

.author-info .link {
      background-image: url(images/author-page-social-icons.png);
      background-repeat: no-repeat;
      display: inline-block;
      height: 22px;
      margin-right: 9px;
      text-indent: -9999em;
      width: 23px;
}

.author-info .link.googleplus {
    background-position: -85px center;
}

.author-info .link.twitter {
}

.author-info .link.facebook {
    background-position: -56px center;
}

.author-info .link.linkedin {
    background-position: -28px center;
}

.sidebar-primary-ads {
}

.sidebar-primary-ads li {
    margin: 0 15px 10px;
    float: left;
}

.red {color: #000000;}

.menu-primary .home-icon a {
    /*background: url("images/home.png") no-repeat scroll 5px 9px transparent;*/
    background: transparent;
    border-top: medium none !important;
    /*padding-left: 35px;*/
    font-weight: 400;
}

.tl-random-posts{
    background: #212121;
    bottom: 0px;
    height: 48px;
    opacity: 0.97;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

#tl-random-link,
#tl-random-link li {
    margin:0;
    padding:0;
    list-style:none;
}

#tl-random-link {
    text-align: center;
}

#tl-random-link li {
    display:none;
}

#tl-random-link li a {
    color: #fff;
    font-family: 'PT Sans', serif, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
}

#tl-random-link li a:hover {
    color: #9435E6;
    text-decoration: none;
}

.scrollup {
    background: url("images/arrow-up.png") no-repeat scroll center center #9435E6;
    bottom: 5px;
    display: none;
    float: right;
    height: 40px;
    position: fixed;
    right: 10px;
    text-indent: -9999px;
    width: 40px;
}

.sidebar .cat-item,
.footer-widgets .cat-item {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    float: left;
    line-height: 32px;
    margin: 0 5px 5px 0 !important;
    padding: 0 10px 0 0;
    text-decoration: none;
    -moz-transition: all 1.1s ease-in-out;
    -webkit-transition: all 1.1s ease-in-out;
    -o-transition: all 1.1s ease-in-out;
    transition: all 1.1s ease-in-out;
}

.sidebar .cat-item:hover,
.footer-widgets .cat-item:hover {
    background: none repeat scroll 0 0 #843ca9;
}

.sidebar .cat-item a,
.footer-widgets .cat-item a {
    background: none repeat scroll 0 0 #843ca9;
    color: #FFFFFF;
    float: left;
    font-size: 13px;
    line-height: normal;
    list-style: none outside none;
    margin: 0 9px 0 0;
    padding: 8px 8px;
    text-decoration: none;
    text-shadow: none;
    -webkit-transition: all 1.1s linear 0s;
    -moz-transition: all 1.1s linear 0s;
    -o-transition: all 1.1s linear 0s;
    transition: all 1.1s linear 0s;
}

.sidebar .cat-item a:hover,
.footer-widgets .cat-item a:hover {
    background: none repeat scroll 0 0 #333;
}

.optin-text {
    float: left;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 20px 0;
}

#optin-sidebar {
    padding: 0 0 10px;
}

#optin-sidebar input[type="text"] {
    background: url("images/least-elements.png") no-repeat scroll 0 -1px #fff;
    border-left: 1px solid #9E6E56;
    border-top: 1px solid #9E6E56;
    box-shadow: 1px 1px 3px #CCCCCC inset;
    color: #AAA49F;
    font-size: 12px;
    font-weight: bold;
    margin: 0 6px 0 0;
    padding: 11px 9px 10px 45px;
    width: 67%;
}

#optin-sidebar input[type="submit"] {
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: 'PT Sans', serif, Arial;
    font-weight: bold;
    padding: 9px 14px 10px;
}

#optin-sidebar input {

}

.left {
    float: left;
    margin: 0 15px 0 0;
}

.sidebar .post {
    float: left;
    width: 100%;
    margin-bottom: 1.5rem;
}

.sidebar .post img {
    height: 50px;
    margin:  0 15px 0 0;
    width: 70px;
}

.sidebar .post h2 {
    line-height: 0px;
}

.sidebar .post h2 a {
    font-size: 13px;
    line-height: 20px;
    color: #1e1e1e;
}

.sidebar .post h2 a:hover {
    color: #9435E6;
}

/** Social Profiles with count */
#social-profiles {
     float: left;
     margin: 5px 0;
     width: 100%;
}

#social-profiles a {
     text-decoration: none;
     color: #212121;
}

#social-profiles a:hover {
     text-decoration: none;
     color: #9435E6;
}

#social-profiles .social {
     border: medium none;
     float: left;
     padding: 40px 0 0;
     text-align: center;
}

#social-profiles .social {
     color: #666666;
     font-family: 'PT Sans', serif, Arial;
     font-size: 18px;
     text-shadow: 1px 1px #FFFFFF;
     text-decoration: none;
     font-weight: bold;
}

#social-profiles .facebook {
     background: url("images/social/facebook_flat.png") no-repeat scroll center 0 transparent;
}

#social-profiles .facebook span {
    color: #516CA5;
    font-size: 16px;
}

#social-profiles .twitter {
    background: url("images/social/twitter_flat.png") no-repeat scroll center 0 transparent;
}

#social-profiles .twitter span {
    color: #01ADEC;
    font-size: 16px;
}

#social-profiles .subscribe {
    background: url("images/social/rss.png") no-repeat scroll center 0 transparent;
}

#social-profiles .gplus {
    background: url("images/social/gplus_flat.png") no-repeat scroll center 0 transparent;
}

#social-profiles .subscribe span {
    color: #FB6A1E;
    font-size: 16px;
}

#social-profiles .gplus span {
    color: #D34836;
    font-size: 16px;
}

#social-profiles .fb_iframe_widget {
    margin-top: 3px;
}

#social-profiles .twitter-follow-button  {
    margin-top: 10px;
}

#social-profiles #___plusone_0  {
    margin-top: 10px;
}

/* Facebook Box CSS
------------------------------------------------------------ */
.TechLilaFB {
    border-radius: 3px 3px 3px 3px;
    height: 190px;
    padding: 5px 10px 15px 0;
    position: relative;
    width: 318px;
}

.TechLilaFB, .TechLilaFB:before, .TechLilaFB:after {
    border: 1px solid #CCCCCC;
}

#small-ad {
    margin: 20px 0;
}

#large-ad {
    margin: 20px 0;
}

.more-link {
    animation: 1s ease-in 0s normal none 1 none;
    float: right;
    padding: 6px 8px;
    transition-duration: 1s;
    text-decoration: none;
}

.more-link:hover {
    float: right;
    padding: 6px 8px;
}


.techlila-social-icons ul {
    margin: 0;
    padding: 0;
    margin-top: -3px;
}

.techlila-social-icons ul li {
    float: left;
    list-style-type: none;
    margin-left: 2px;
    padding: 0;
}

.techlila-social-icons ul li a {
    display: block;
    height: 35px;
    overflow: hidden;
    text-indent: -999px;
    width: 35px;
    opacity: 0.8;
    background-image: url('images/social/social_sprite.png');
    background-repeat: no-repeat;
}

.techlila-social-icons ul li a:hover {
    opacity: 1;
}

.techlila-social-icons ul li.tl-social-facebook a {
    background-color:#3b5999;
}

.techlila-social-icons ul li.tl-social-twitter a {
    background-color:#55acee;
    background-position: -105px 0;
}

.techlila-social-icons ul li.tl-social-gplus a {
    background-color:#dd4b39;
    background-position: -70px 0;
}

.techlila-social-icons ul li.tl-social-pinterest a {
    background-color:#bd081c;
    background-position: 0px -70px;
}

.techlila-social-icons ul li.tl-social-linkedin a {
    background-color:#0077B5;
    background-position: 0px -35px;
}

.techlila-social-icons ul li.tl-social-rss a {
    background-color:#ff5700;
    background-position: -35px -70px;
}

#before-post {
    margin: 0 0 15px;
    padding: 6px 0 1px;
    text-align: center;
}

.after-post {
    border-bottom: 1px dotted #eee;
    border-top: 1px dotted #eee;
    margin: 15px 0 30px;
    padding: 7px 0 7px;
    text-align: center;
}

#cse-search-results iframe {
    width: 700px;
}

.search-page {
    max-width: 400px;
}

.search-page #cse-search-box input[type="text"] {

}

.search-page #cse-search-box input[type="submit"] {

}

.comment-list .bypostauthor {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #9435E6;
    margin-right: -15px;
    margin-right: -1.5rem;
}


/** CSS for Coupons CPT */

#coupon-button {
    background: none repeat scroll 0 0 #333333;
    border: 1px dashed #ccc;
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    padding: 10px 12px;
    padding: 1rem 1.2rem;
    text-align: center;
    width: 90%;
}

.single-coupon-thumbnail {
  text-align: center;
    margin: 0 0px 15px 0;
}

.single-coupon-code {
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    padding: 10px 0;
    height: 40px;
    margin: 20px 0 0 0;
}

.single-coupon-code .info {
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin: 0 20px 0 0;
    line-height: 36px;
}

.single-coupon-code .date {
    border: 2px solid #9435E6;
    float: left;
    line-height: 36px;
    padding: 0 10px;
}


section#sidebar-coupons {
    margin-bottom: -10px;
}

.clearfix {
    clear: both;
}



.hosting {
    margin: 20px 0 0;
}

.hosting .list {
    border-bottom: 1px solid #DDDDDD;
    float: left;
    margin: 0 0 10px;
    padding: 20px 0;
}

.hosting-thumbnail {
    float: right;
    margin: 0 0 0 20px;
    text-align: center;
}

.single-hosting-thumbnail {
    float: right;
    margin: 0 0 0 20px;
}
.google-plus-share-interactive {
    margin: 83px 0 12px 11px;
}

.home-featured {
    border-bottom: 2px solid #9435E6;
    float: left;
    margin-bottom: 30px;
}

.home-featured h4 {
    margin-bottom: 0;
}

.home-featured h2,
.home-featured h2 a {
    color: #212121;
    font-size: 18px;
    text-transform: none;
}

.home-featured h2 a:hover {
    color: #9435E6;
    text-transform: none;
}

.home-featured img {
    margin-right: 20px;
    float: right;
}

.home-featured .post {
    border-bottom: 1px solid #EEEEEE;
    float: left;
    margin: 10px 0 0;
    padding: 15px 0 10px;
    width: 100%;
}

.home-featured .entry-meta {
    clear:none;
}

.home-content {
    border-bottom: 2px solid #9435E6;
    border-top: 2px solid #9435E6;
    float: left;
    margin: 20px 0 10px;
    margin: 2rem 0 1rem;
    padding: 30px 0;
    padding: 3rem 0;
}

.home-content .entry {
    margin: 0;
}

.home-content ul li {
    background: url("images/list.png") no-repeat scroll 0 11px transparent;
    list-style-type: none;
    padding: 0 0 0 15px;
    word-wrap: break-word;
    float: left;
}

#home-left h2 {
    line-height: 24px;
}

#home-left h2 a {
    font-size: 22px;
    line-height: 30px;
    color: #1e1e1e;
}

#home-left h2 a:hover {
    color: #9435E6;
}

#home-right h2 {
    line-height: 12px;
}

#home-right h2 a {
    font-size: 22px;
    line-height: 30px;
    color: #1e1e1e;
}

#home-right h2 a:hover {
    color: #9435E6;
}

.related-coupons {
    clear: both;
    margin: 20px 0 0 0;
    float: left;
}

.related-coupons h4 {
    color: #1e1e1e;
    margin: 0 0 30px 0;
}

.related-coupons .related {
    border-bottom: 1px solid #EEEEEE;
    margin: 0 0 20px;
    padding: 0 0 20px;
}

.related-coupon-thumbnail {
    float: left;
    margin: 10px 20px 15px 0;
}

.related-coupon-title a {
    font-size: 18px;
}



.report-link {
    float: right;
    line-height: 36px;
}

.read-more-posts,
.button,
.next-step {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    clear: both;
    text-decoration: none;
}

.read-more-posts {
    font-size: 15px;
    float: right;  
    padding: 5px 10px;
}

.button,
.next-step {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 33px;
    padding: 9px 25px;
    padding: 0.9rem 2.5rem;
 }   

.read-more-posts:hover,
.button:hover,
.next-step:hover {
    background: none repeat scroll 0 0 #9435E6;
    text-decoration: none;
}

.home-coupons {
    float: left;
    margin: 20px -35px 20px -26px;
    margin: 2rem -3.5rem 2rem -2.6rem;
    padding: 10px 35px 18px 26px;
    padding: 1rem 3.5rem 1.8rem 2.6rem;
}

.home-coupon-thumbnail {
    float: left;
    margin: 0 20px 0 0;
}

.home-coupons .list {
    float: left;
    margin: 20px 0 0;
    margin: 2rem 0 0;
    padding: 0 0 15px;
    padding: 0 0 1.5rem;
}

.home-coupons .list:last-child {
    border-bottom: none;
}


.home-coupon-link {
    float: right;
}
.sidebar-coupon-header{
  padding-left: 80px;
}
.sidebar-coupon-title {
    font-size: 20px;
    margin:0;
}
.sidebar-coupon-content{
  padding-left: 80px;
}
.sidebar-coupon-content a{
  display: block;
}
.sidebar-coupon-thumbnail {
    float: left;
    /*margin: 0 20px 0 0;
    margin: 0 2rem 0 0;*/
}

#sidebar-coupons .entry {
    border-bottom: 1px solid #EEEEEE;
    margin: 0 0 20px;
    margin: 0 0 2rem;
    padding: 0 0 20px;
    padding: 0 0 2rem;
}

.sidebar-coupon-title a {
    color: #333333 !important;
}

.sidebar-coupon-title a:hover {
    color: #9435E6 !important;
}

.coupons-link {
    background: none repeat scroll 0 0 #9435E6;
    color: #FFFFFF;
    float: right;
    padding: 8px 12px;
}

.coupons-link:hover {
    background: none repeat scroll 0 0 #333333;
    text-decoration: none;
}

.single-hosting {
    text-align: justify;
}

.hosting-rating {
    margin: 10px 20px;
}

.archive-ratings {
    line-height: 20px;
    margin: 0 20px;
    text-align: left;
}

.star-ratings {
    line-height: 16px;
}

.inline-rating {
    display: inline;
}
.review-star-empty {
    background: url('images/empty-star.png') scroll 0 0 no-repeat transparent;
    display: inline-block;
    height: 16px;
    width: 16px;
}
.review-star {
    background: url('images/full-star.png') scroll 0 0 no-repeat transparent;
    display: inline-block;
    max-height: 16px;
    max-width: 16px;
}
.review-star.full {
    height: 16px;
    width: 16px;
}
.review-blank {
    background: url('images/empty-stars.png') scroll 0 0 no-repeat transparent;
    display: inline-block;
    height: 16px;
    width: 84px;
}
.review-stars {
    background: url('images/full-stars.png') scroll 0 0 no-repeat transparent;
    display: inline-block;
    height: 16px;
    max-width: 84px;
}

.page-template-page_articles-php .page {
    border-bottom: 2px solid #9435E6;
    margin: 0 0 25px;
    margin: 0 0 2.5rem;
    padding: 0 0 10px;
    padding: 0 0 1rem;
}

.featured-posts {
    padding: 30px 0;
    width: auto;
    float: none;
    overflow: hidden;
    border-bottom: 1px solid #dadada;
}

.featured-posts ul {
    list-style: none outside none;
    margin: -10px;
    overflow: hidden;
}

.featured-posts ul li {
    float: left;
    position: relative;
    width: 25%;
    margin: 0;
    border: 10px solid #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.featured-posts ul li img{
  width: 100%;
  vertical-align: top;
}


.featured-posts ul li > a{
    display: block;
    border: 1px solid #dadada;
}

.featured-posts ul li h3 {
    background: none repeat scroll 0 0 #333333;
    bottom: 0px;
    float: left;
    opacity: 0.9;
    position: absolute;
    right: 0;
    margin: 0;
    line-height: 1;
    width: 100%;
}

.featured-posts ul li h3 a {
    color: #FFFFFF;
    float: left;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    padding: 10px;
    display: block;
}

.featured-posts ul li:hover h3 {
    opacity: 1;
}

.featured-posts ul li:hover h3 a {
    color: #9435E6;
}

.featured-posts .one-fourth:first-child {
    margin-left: 0 !important;
}

.featured-posts .entry {
    margin: 0;
}

.single-coupon-expiry {
    float: right;
}

.home-recent-posts .h3 {
    margin: 0;
}

.home-recent-posts .entry {
    margin-top: 15px;
    margin-top: 1.5rem;
}

.home-recent-posts .entry + .entry{
    border-top: 1px solid #dadada;
    padding-top: 30px;
}

/*
16 Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1024px) {
    .nav-primary select { display:none !important; }
}

@media only screen and (max-width: 1024px) {
    .nav-primary select { display:none !important; }
    .site-container {
        max-width: 1024px;
    }

    .site-inner .wrap,
    .nav-primary .wrap,
    .site-header .wrap {
        max-width: 940px;
        /*padding: 20px;*/
    }

    .footer-widgets {
        padding-left: 16px;
        padding-right: 16px;
    }

    #optin-sidebar input {
        margin: 10px 0 0;
    }

    .TipsandTricksteam {
        height: auto;
    }

}

/* Desktops, laptops and iPads (landscape) ----------- */
@media only screen and (max-width: 960px) {
    .nav-primary select { display:none !important; }
    .site-container {
        max-width: 960px;
    }

    .site-inner .wrap,
    .nav-primary .wrap,
    .site-header .wrap {
        max-width: 748px;
        /*padding: 10px;*/
    }

    .content-sidebar .content,
    .sidebar-content .content,
    .title-area {
        width: 65%;
    }
    .sidebar {
        width: 35%;
    }

    .footer-widgets {
        padding-left: 16px;
        padding-right: 16px;
    }

    #optin-sidebar input {
        margin: 10px 0 0;
    }

    .TipsandTricksteam {
        height: auto;
    }

    .entry-title, .entry-title a {
        color: #333333;
        font-size: 2rem;
    }

    .header-image .site-title {
        width: 100%;
        min-height: 80px;
    }

    .header-image .site-title a {
        display: block;
        margin-top: -15px;
        float: none;
    }

}

/* iPads (portrait) ----------- */
@media only screen and (max-width: 768px) {
    .content{
      padding: 15px;
      border-right: none;
    }
    .sidebar {
      padding:15px;
      border-top: 1px solid #ddd;
    }
    .site-header{
      height: 95px;
    }
    .site-header .widget-area{
      display: none;
    }
    .site-footer{
      margin-top: 0;
    }
    .site-inner{
      padding-top: 0;
    }
    .entry-content, .entry-content p {
        font-family: 'PT Sans',sans-serif;
        font-size: 15px;
        line-height: 1.6;
        text-align: justify;
    }

    .home-coupons .list {
        float: left;
        margin: 1rem 0 0;
        padding: 0 0 1.5rem;
    }


    .coupons h3 {
        font-size: 18px;
        margin: 10px 0;
    }

    body {
        color: #464646;
        font-size: 17px;
    }

    .footer-widgets h4 {
        color: #212121;
        font-size: 18px;
    }

    .site-container {
        max-width: 768px;
    }

    .site-inner .wrap,
    .site-header .wrap {
        max-width: 460px;
        /*padding: 20px;*/
    }

    .header-image .site-title {
        width: 100%;
    }

    .header-image .title-area {
        width: 100%;
    }

    .header-image .title-area .site-title {
                background-position: center center;
    }

    /*display dropdown nav*/
    .nav-primary select { display: inline-block !important; }
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .wrap,
    .site-footer .creds,
    .site-footer .gototop,
    .site-header .widget-area,
    .site-inner,
        .title-area,
    .site-container .sidebar,
    .site-container .content,
    .site-container .content-sidebar-wrap,
    .site-container .sidebar-secondary {
        width: 100%;
    }

    .genesis-nav-menu li,
    .site-footer .creds,
    .site-footer .gototop,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-description,
    .site-footer .creds,
    .site-footer .gototop,
    .site-header .search-form,
    .site-title,
    .title-area {
        text-align: center;
    }

    .genesis-nav-menu a {
        padding: 20px 16px;
        padding: 3.2rem 2.6rem;
    }

    .site-title {
        margin: 16px 0;
        margin: 2.6rem 0;
    }

    .site-header .search-form {
        margin: 32px auto 0;
        margin: 5.1rem auto 0;
        width: 50%;
    }

    .genesis-nav-menu li.right {
               display: none;
    }

    .site-footer .wrap {
        padding: 20px 0;
        padding: 2rem 0;
    }

    .footer-widgets-1,
    .site-header .genesis-nav-menu {
        margin: 0;
    }

    .footer-widgets {
        padding-left: 16px;
        padding-right: 16px;
    }

    .tl-random-posts {
        display: none;
    }

    .site-footer {
        bottom: 0 important;
    }


    .nav-primary a:hover,
    .nav-primary .current-menu-item > a,
    .nav-primary .sub-menu .current-menu-item > a:hover {
        color: #fff !important;
    }

    /* Primary Navigation Menu Icon properties */
    #primary-menu-icon {
        border-bottom: 1px solid #ddd;
        cursor: pointer;
        display: block;
        padding: 5px 24px;
        padding: 0.5rem 2.4rem;
        text-align: center;
    }

    #primary-menu-icon::before {
        color: #eee;
        content: 'MAIN MENU \2630';
        font-weight: bold;
        letter-spacing: 1px;
    }

    #primary-menu-icon:hover::before {
        color: #eee;
        content: 'MAIN MENU \2637';
    }

    #primary-menu-icon:active::before {
        color: #fff;
        content: 'MAIN MENU \2637';
    }


    /* Hide Primary Navigation Menu until it's toggled via script */
    .menu-primary {
        display: none;
    }

    /* Primary Navigation Menu misc properties */
    .nav-primary {
        clear: both;
        color: #999;
        font-family: Lato, sans-serif;
        line-height: 1.5;
        width: 100%;
        z-index: 9999;
    }

    .nav-primary .menu-item {
        display: block;
        text-align: left;
        clear: both;
    }

    .nav-primary a {
        background-color: #f0f0f0;
        border-bottom: 1px solid #ccc;
        color: #222;
        display: block;
        padding: 15px 24px;
        padding: 1.5rem 2.4rem;
        position: relative;
    }

    .nav-primary a:hover,
    .nav-primary .current-menu-item > a,
    .nav-primary .sub-menu .current-menu-item > a:hover {
        background-color: #212121;
        color: #222;
    }

    .nav-primary .sub-menu .current-menu-item > a {
        color: #999;
    }

    .nav-primary > .menu-item > a {
        text-transform: uppercase;
    }

    .nav-primary .sub-menu {
        left: 0px;
        opacity: 1;
        position: relative;
        -webkit-transition: opacity .4s ease-in-out;
        -moz-transition:    opacity .4s ease-in-out;
        -ms-transition:     opacity .4s ease-in-out;
        -o-transition:      opacity .4s ease-in-out;
        transition:         opacity .4s ease-in-out;
        width: 100%;
        z-index: 99;
    }

    .nav-primary .sub-menu a {
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        font-size: 14px;
        font-size: 1.4rem;
        padding: 10px 30px;
        padding: 1rem 3rem;
        position: relative;
        width: 100%;
    }

    .nav-primary .sub-menu a::before {
        content: "- ";
        font-size: 14px;
        font-size: 1.4rem;
    }

    .nav-primary .sub-menu a:hover {
        background-color: #f7f7f7;
    }

    .nav-primary .sub-menu li li a {
        padding: 18px 40px;
        padding: 1.8rem 4rem;
    }

    .genesis-nav-menu li li a,
    .genesis-nav-menu li li a:link,
    .genesis-nav-menu li li a:visited {
        width: 100%;
        font-size: 15px;
    }
    .nav-primary .sub-menu .sub-menu {
        margin: 0;
    }

    .nav-primary .menu-item:hover {
        position: static;
    }

    .nav-primary .menu-item:hover > .sub-menu {
        left: auto;
        opacity: 1;
    }
    .featured-posts{
      padding: 15px;
    }
    .featured-posts ul li {
        float: left;
        position: relative;
        width: auto;
    }

    .site-footer {
        margin-bottom: 0;
    }

    .single-coupon-code {
        border-bottom: 0;
        border-top: 0;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .single-coupon-expiry {
        float: left;
        margin: 20px 0 0;
    }

    #optin-sidebar input {
        margin: 10px 0 0;
    }

    .TipsandTricksteam {
        height: auto;
    }

    .home-recent-posts .entry {
        margin-bottom: 1.5rem;
        margin-top: 1.5rem;
    }

    .breadcrumb, .sticky, .taxonomy-description{
      padding: 10px 15px;
      margin: -15px -15px 15px -15px;
    }

}

/* iPhones (portrait and landscape) ----------- */
@media only screen and (max-width: 480px) {

    html {
        font-size: 87.5%; /* 14px base */
    }


    /*display dropdown nav*/
    .header-image .site-title {
        width: 100%;
    }

    .header-image .title-area {
        width: 100%;
    }

    .header-image .title-area .site-title {
      background-size: auto 60px;
    }

    .site-header .search-form {
        width: 100%;
    }

    .site-container {
        max-width: 480px;
        padding: 0;
    }

    .site-inner .wrap {
        /*max-width: 300px;*/
        /*padding: 10px;*/
    }

    .archive-page,
    .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 {
        margin: 0;
        width: 100%;
    }

    .footer-widgets {
        padding-left: 16px;
        padding-right: 16px;
    }

    .tl-random-posts {
        display: none;
    }

    .site-footer {
        bottom: 0 important;
    }


    h3 {
        font-size: 24px;
    }

    .entry-title, .entry-title a {
        font-size: 20px;
    }

    .home-content {
        float: none;
        clear: both;
        border-top: none;
        border-bottom: none;
    }

    #home-left {
        clear: both;
        margin: 0 0 20px;
    }

    .home-coupon-thumbnail {
        float: none;
        margin: 0;
        text-align: center;
    }

    #coupon-button {
        width: 85%;
    }

    .featured-posts ul li {
        width: auto;
    }

    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 20px;
    }

    .site-footer {
        margin-bottom: 0;
    }

    .single-coupon-code {
        border-bottom: 0;
        border-top: 0;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .single-coupon-expiry {
        float: left;
        margin: 20px 0 0;
    }

    #optin-sidebar input {
        margin: 10px 0 0;
    }

    .TipsandTricksteam {
        height: auto;
    }

}

@media only screen and (max-width: 320px) {


    .header-image .site-title {
        width: 100%;
    }

    .header-image .title-area {
        width: 100%;
    }

    .header-image .title-area .site-title {
    }

    .site-container {
        max-width: 320px;
    }

    .site-inner .wrap {
        /*max-width: 270px;*/
        /*padding: 15px;*/
    }

    .footer-widgets {
        padding-left: 16px;
        padding-right: 16px;
    }

    .tl-random-posts {
        display: none;
    }

    h3 {
        font-size: 24px;
    }

    .entry-title, .entry-title a {
        font-size: 20px;
    }

    .home-content {
        float: none;
        clear: both;
        border-top: none;
        border-bottom: none;
    }

    #home-left {
        clear: both;
        margin: 0 0 20px;
    }

    .home-coupon-thumbnail {
        float: none;
        margin: 0;
        text-align: center;
    }

    .coupons .list {
        border: 3px dashed #FFCAC9;
        border-radius: 5px 5px 5px 5px;
        clear: both;
        display: inline;
        float: left;
        height: auto;
        margin: 0 0 20px !important;
        padding: 15px;
        width: auto;
    }

    #coupon-button {
        width: 85%;
    }

    .featured-posts ul li {
        margin: 0 0 20px;
        width: auto;
    }

    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 20px;
    }

    .site-footer {
        margin-bottom: 0;
    }

    .single-coupon-code {
        border-bottom: 0;
        border-top: 0;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .single-coupon-expiry {
        float: left;
        margin: 20px 0 0;
    }

    #optin-sidebar input {
        margin: 10px 0 0;
    }

    .TipsandTricksteam {
        height: auto;
    }

}

/* YouTube Video inside Posts CSS */
.youtube-container {
        display: block;
        margin: 20px auto;
        max-width: 600px;
        width: 100%;
}

.youtube-player {
        cursor: pointer;
        display: block;
        height: 100%;
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        width: 100%; /* assuming that the video has a 16:9 ratio */
}

img.youtube-thumb {
        bottom: 0;
        display: block;
        height: auto;
        left: 0;
        margin: auto;
        max-width: 90%;
        position: absolute;
        right: 0;
        top: 0;
        width: 90%;
}

div.play-button {
        background: url("https://www.techlila.com/wp-content/uploads/2016/04/youtube-play-button.png") no-repeat;
        height: 72px;
        left: 50%; top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        width: 72px;
}

#youtube-iframe {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
}

/* Contact Form 7 CSS */
.wpcf7 textarea {
    width: 90%;
    max-width: 390px;
}

/* Post Note */
.rednote {
    background: #ffe0e0;
    border: 1px solid #f47573;
    padding: 15px 15px 10px 15px;
    margin: 15px 0 20px 0;
}

.bluenote {
    background: #e2f0fc;
    border: 1px solid #90b8e0;
    padding: 15px 15px 10px 15px;
    margin: 15px 0 20px 0;
}

/*===============================================================
 7SPAN CHANGES
===============================================================*/

.text_overflow_off{
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}

/*
 REVIEW COUPONS
===============================================================*/

.tl_coupon_wrap{
  text-align:center;
}
.tl_coupon{
  background:#45a4ca;
  overflow:hidden;
  list-style:none;
  padding:0;
  margin:0;
  border-radius:5px;
  box-shadow:0 5px 0px 0 #308fb5;
  box-sizing:border-box;
  display:inline-block;
  padding:0px 30px;
}
.tl_coupon p{
  margin:0;
  color:#fff;
}
.tl_coupon > li{
  float:left;
  padding:20px 10px;
  text-align:left;
}
.tlc_amount{
  font-size:48px;
  font-weight:700;
  line-height:48px;
}
.tlc_off{
  font-size:24px;
  font-weight:700;
  line-height:24px;
}
.tlc_title{
  font-size:20px;
  line-height: 20px;
}
.tlc_code{
  font-size:20px;
  font-weight:700;
  border:2px dashed rgba(255,255,255,.5);
  text-align:center;
  padding:10px 10px;
  line-height: 20px;
  margin-top: 6px!important;
  text-align: center!important;
}
.tlc_button a{
  height:40px;
  line-height:40px;
  padding:0px 15px;
  border-radius:5px;
  text-decoration:none;
  color:#fff;
  display:inline-block;
  background:#e4514f;
  box-shadow:0 3px 0px 0 #d33737;
  margin-top:15px;
}
.tlc_button a:hover{
  background:#d33737;
  box-shadow:0 3px 0px 0 #b72424;
}

@media only screen and (max-width:768px){

    .tlc_discount p{
      text-align:center;
    }
  .tl_coupon > li{
    float:none;
    text-align:center;
    padding:10px 20px;
  }
  .tlc_desc{
    background:rgba(0,0,0,0.1);
  }
  .tlc_button a{
    margin:0
  }
}


/*
 AUTHOR BOX
===============================================================*/
.tl_author{
  border-top:1px solid #dadada;
  border-bottom:1px solid #dadada;
  padding: 20px 0 30px;
  position: relative;
}
.tl_author.author_detail{
  border: none;
  background: #f5f5f5;
  padding: 20px;
}
.tl_author.author_detail .tla_social{
  bottom: 0;
}

.tla_wrap{
  overflow:hidden;
}
.tla_photo{
  float:left;
  width:120px;
}
.tla_photo img{
  width:100%;
  vertical-align: top;
}
.tla_desc{
  padding-left:140px;
}
.tla_name{
  margin:0;
  font-size:18px;
}
.tla_name a{
  text-decoration:none;
  color:#E74F4C;
}
.tla_bio{
  margin:5px 0 0 0;
  font-size:16px;
}
.tla_bio p{
  margin-bottom: 10px;
  line-height: 18px;
}
.tla_social{
  list-style:none;
  margin:5px 0 0 0;
  padding:0;
  overflow:hidden;
  font-size:0;
  position: absolute;
  right: 0px;
  bottom: -1px;
}
.tla_social > li{
  height:30px;
  line-height:30px;
  background:#e0e0e0;
  display:inline-block;
  font-size:14px;
  vertical-align: top;
}
.tla_social > li > span{
  padding:0px 10px;
}
.tla_social > li > a{
  padding:0px 10px;
  text-decoration:none;
  color:#fff;
  display:block;
  height: inherit;
  line-height: inherit;
  width: 30px;
  padding-top:7px;
}
.tla_fb{
  background:#3b5999;
}
.tla_gp{
  background:#dd4b39;
}
.tla_li{
  background:#0077B5;
}
.tla_tw{
  background:#55acee;
}

.tla_social i {
    float: left;
    font-size: 17px;
    line-height: 18px;
    margin: 0 0 0 7px;
}

@media only screen and (max-width:768px){
  .tla_photo{
    float:none;
    text-align:center;
    margin:0 auto;
  }
  .tla_desc{
    padding:0;
    margin-top:10px;
    text-align:center;
  }
  li.tla_find{
    display:none;
  }
  .tla_social{
    position: static;
  }

}

/*
 POST NAVIGATION
===============================================================*/
#prev-next *{
  box-sizing: border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
}
#prev-next a{
  text-decoration: none!important;
}
#prev-next .prev-link,
#prev-next .next-link{
  background: #f1f1f1;
  width: 49.7%;
  padding: 20px;
}
#prev-next .prev-link:hover,
#prev-next .next-link:hover{
  background: #e1e1e1;
}
#prev-next .prev-image img,
#prev-next .next-image img{
  vertical-align: top;
}
#prev-next .prev-url,
#prev-next .next-url{
  font-size: 14px;
  line-height: 18px;
  color: #000;
}
.prev-arrow{
  float: left;
  font-size: 30px;
  margin-right: 10px;
  color: #843ca9;
}
.next-arrow{
  float: right;
  font-size: 30px;
  margin-left: 10px;
  color: #843ca9;
}

@media only screen and (max-width:992px){
  #prev-next .prev-link,
  #prev-next .next-link{
    width: 100%;
    padding: 10px;
  }
  #prev-next .next-link{
    margin-top: 5px;
  }
  #prev-next .next-image{
    margin-left: 5px;
  }
  #prev-next .prev-image{
    margin-right: 5px;
  }
  #prev-next .prev-url,
  #prev-next .next-url{
    font-size: 13px;
    line-height: 15px;
  }
}


/*
 COMMENT BOX
===============================================================*/
.comment{
  border: none;
}
.comment.byuser > article{
  border: 1px solid #dadada;
}
.children article{
  border: 1px solid #dadada;
}

.comment-header{
  position: relative;
}
.comment-author{
  font-weight: 700;
  text-transform: capitalize;
}
.comment-author a{
  color: #000;
}
.comment-meta{
  line-height: 13px;
}
.comment-meta a{
  font-size: 13px;
  line-height: 13px;
  color: #999;
}
.comment-edit-link{
  position: absolute;
  top:0;
  right: 0;
  font-size:14px;
}
.comment-list li .avatar{
  margin: 0 15px 5px 0;
  width: 48px;
  height: auto;
}
.comment-content p{
  margin-bottom: 10px;
}
.comment-reply-link{
  padding: 0;
  color: #9435E6;
  font-size: 16px;
  text-decoration: underline;
  background: transparent;
}
.comment-reply-link:hover{
  background: transparent;
  text-decoration: underline;
  color: #9435E6;
  font-size: 16px;
}
.comment-list li, .ping-list li{
  margin-top: 10px;
  padding: 0px;
}
.comment-list li article, .ping-list li article{
  margin-top: 10px;
  padding: 20px;
}
.comment-list li ul li{
  margin: 0;
}
.comment-list .bypostauthor{
  margin: 0;
  border: none;
  background-color: transparent;
}
.children{
  margin-top: 0px;
  padding: 0 20px 20px 20px;
}
.children .children{
  padding: 0 0 20px 20px;
}



.comment-author-rajeshnamase > article,
.comment-author-maheshdabade > article,
.comment-author-abhijithcherpu > article,
.comment-author-prateek > article,
.comment-author-ankushdas > article,
.comment-author-shaunak > article,
.comment-author-aishwaryagunde > article,
.comment-author-bloggervedant > article,
.comment-author-ujjwalkumar > article
{
  border: 1px solid #9435E6!important;
  background: transparent;
  position: relative;
  padding-top: 30px!important;
}

.comment-author-rajeshnamase  > article:after,
.comment-author-rajeshnamase > article:after,
.comment-author-maheshdabade > article:after,
.comment-author-abhijithcherpu > article:after,
.comment-author-prateek > article:after,
.comment-author-ankushdas > article:after,
.comment-author-shaunak > article:after,
.comment-author-aishwaryagunde > article:after,
.comment-author-bloggervedant > article:after,
.comment-author-ujjwalkumar > article:after
{
  content: 'BloggingTips Crew'!important;
  top: 0;
  left: 0;
  font-size: 12px;
  color: #fff;
  background: #9435E6!important;
  padding: 0px 10px;
  position: absolute;
}

.comment.bypostauthor > article{
  border: 1px solid #9435E6;
  background: transparent;
  position: relative;
  padding-top: 30px;
}
.comment.bypostauthor > article:after{
  position: absolute;
  content: 'POST AUTHOR'!important;
  top: 0;
  left: 0;
  font-size: 12px;
  color: #fff;
  background: #9435E6;
  padding: 0px 10px;
}

/*
 SEARCH BOX
===============================================================*/
.search-form{
  position: relative;
}
.search-form input[type="search"]{
  width: 100%;
  box-shadow: none;
  background: #f1f1f1;
  border: none;
  border-radius: 0px;
}
.search-form input[type="submit"]{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 0;
  clip: auto;
  margin: 0;
}


/*
 COUPON LIST
===============================================================*/
.coupon-list{
  list-style: none;
  padding: 0;
  margin: 0 -32px;
  padding: 12px;
  overflow: hidden;
  clear: both;
  background: #fff;
}
.coupon-list > li{
  float: left;
  width: 33.3333%;
}
.coupon-list > li{
  float: left;
  width: 33.3333%;
}
.coupon-list > li:nth-child(4n){
  /*//clear: both;*/
}

.coupons.list {
    background:#fff;
    overflow: hidden;
    margin: 0;
}

.coupon-card{
  padding: 20px;
}
.coupon-thumbnail {
    display: block;
    text-align: center;
    overflow: hidden;
    border: 1px solid #dadada;
    border-bottom: none;
}
.coupon-thumbnail img{
  height: auto;
  width: 100%;
  vertical-align: top;
}
.coupon-content{
  padding:15px;
  font-size: 14px;
  border: 1px solid #dadada;
  height: 100px;
  border-bottom: none;
}
.coupon-discount{
    color: #9435E6;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
}
.coupon-code{
  background: #f1f1f1;
  padding: 10px 10px;
  display: block;
  font-weight: 700;
  color: #000;
  border: 1px solid #dadada;
  text-align: center;
  text-decoration: none;
}
.coupon-desc{
  height: 50px;
  overflow: hidden;
  margin: 0!important;
}
.coupon-title{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  font-size: 24px;
}
.coupon-title a{
  color: #000!important;
}

@media only screen and (max-width:960px){
  .coupon-list > li{
    float: left;
    width: 50%;
  }
}

@media only screen and (max-width:768px){
  .coupon-list > li{
    float: left;
    width: 100%;
  }
}
/*
 COUPON TAB
===============================================================*/

.coupon-sections {
    line-height: 45px;
    height: 45px;
    font-weight: bold;
    background: #e9e9e9;
    padding: 0px 20px;
    white-space: nowrap;
}

.post-type-archive-coupons .archive-description,
.tax-section .intro-content{
  background: #f5f5f5;
  padding: 30px;
  float: none;
  width: auto;
}
.post-type-archive-coupons .breadcrumb,
.post-type-archive-coupons .sticky,
.post-type-archive-coupons .taxonomy-description{
  margin: 0;
}

.coupon-sections li {
    display: inline-block;
    vertical-align: top;
    list-style: none outside none;
}

.coupon-sections li a {
    line-height: 45px;
    padding: 0px 15px;
    color: #000;
    display: block;
}

.coupon-sections li a:hover {
    background: none repeat scroll 0 0 #9435E6;
    color: #FFFFFF;
    text-decoration: none;
}

.coupon-sections .current-cat a {
    background: none repeat scroll 0 0 #fff;
    color: #000;
}

/*
COUPON SINGLE PAGE
===============================================================*/
.coupon_top{
  overflow: hidden;
  background: #f1f1f1;
  margin-bottom: 20px;
  position: relative;
}
.coupon_top .post-edit-link{
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 13px;
}
.ct_expire{
  margin: 10px 0 0 0!important;
  font-size: 14px;
}
.ct_image{
  float: left;
  width: 350px;
  position: relative;
}
.ct_image:after {
    position: absolute;
    content: '';
    width: 0px;
    top: 0;
    bottom: 0;
    right: 0;
    border-right: 5px dotted #f5f5f5;
}
.ct_image img{
  vertical-align: top;
}
.ct_details{
  padding: 20px 10px 10px 370px;
}
.ct_title{
  font-size: 24px;
  margin: 0;
}
.ct_coupon{
  margin-top: 10px;
}
#single-coupon-button {
    background: #9435E6;
    color: #FFFFFF;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    text-align: center;
    width: auto;
    display: inline-block;
}

@media only screen and (max-width:960px){
  .ct_image{
    float: none;
    width: auto;
  }
  .ct_details{
    padding: 20px;
  }
  .ct_image:after{
    left: 0;
    right: 0;
    bottom: -1px;
    top: auto;
    height: 0;
    border-right: none;
    width: auto;
    border-bottom: 5px dotted #f5f5f5;
  }
}
/*
 OTHER LAYOUT CHANGES
===============================================================*/
input[type="button"],
input[type="submit"],
input[type="text"]{
  -webkit-appearance: none;
}
.site-inner .wrap{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2){
  .header-image .title-area .site-title {
      background-image: url( 'images/logo-2x.png' );
  }
  .techlila-social-icons ul li a{
    background-image: url('images/social/social_sprite@2x.png');
    background-size: 140px auto;
  }
}
@media only screen and (max-width:768px){
  .entry-image-link{
    text-align: center;
  }
  .post-image{
    float: none!important;
    width: 100%;
    margin: 0 0 10px 0!important;
    display: inline-block!important;
  }
}
@media only screen and (max-width:480px){
  #social-profiles .social{
    border-bottom: 1px solid #dadada;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #social-profiles .social.gplus{
    border-bottom: 0px solid #dadada;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}

/*
 SOCIAL WRAP
===============================================================*/
.ss_social_wrap {
    padding: 5px 0;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.sss_heading {
    display: inline-block;
    margin-bottom: 5px;
}

.vertical-print {
    background: #009688;
    border-radius: 2px;
    color: #fff;
    display:inline-block;
    height: 20px!important;
    line-height: 20px!important;
    padding: 0px 10px;
    text-align: center;
}

.vertical-print:hover {
    background: #004D40;
}

.vertical-print a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    vertical-align: top;
}

.ss_social {
  display: inline-block;
  list-style: none;
  margin-left: 10px;
  padding: 0;
  position: relative;
  top:3px;
}

.ss_social > li {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  vertical-align: top;
}
.sss_buffer {
  width: 85px;
}
.sss_gplus {
  width: 65px;
}

@media only screen and (max-width:768px) {
  .sss_heading{
    display: block;
  }

  .ss_social {
    display: block;
  }

  .ss_social > li {
    display: block;
    margin-top: 15px;
  }
}


/*
 RELATED POSTS
===============================================================*/
#related-posts {
    margin: 30px 0;
}

#related-posts h4 {
    margin: 0 0 25px;
}
#related-posts h3 {
    margin: 0;
}
#related-posts ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: table;
  width: 100%;
  table-layout: fixed;
}

#related-posts ul li {
  display: table-cell;
  vertical-align: top;
  background-color: #e5e5e5;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#related-posts ul li.odd {
  background: #f1f1f1;
}


#related-posts ul li a {
  color: #111;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: block;
  padding: 15px;
  text-align: center;
}

#related-posts ul li a:hover {
  color: #9435E6;
  text-decoration: none;
}

#related-posts ul li img {
  border: none;
  height: auto;
  margin: 0 0px 10px 0;
  width: 100%;
  display: block;
}

@media only screen and (max-width:960px) {
  #related-posts ul li {
    display: block;
  }
  #related-posts ul li a {
    text-align: left;
    overflow: hidden;
  }
  #related-posts ul li img {
    max-width: 80px;
    margin: 0 10px 0 0;
    float: left;
  }
  #related-posts ul li:nth-child(odd){
    clear:both;
  }
}

@media only screen and (max-width:480px) {
  #related-posts ul li {
    width: 100%;
  }
}


/*
 NEWSLETTER
===============================================================*/
#newsletterbox {
    background-color: #f1f1f1;
    margin: 30px 0 0 0;
}

#newsletterbox form{
  padding: 10px 20px 30px 20px;
  background: #f1f1f1;
  color: #000;
}

.newsletterbox-wrap {
    overflow: hidden;
    text-align: center;
}

.newsletterbox-wrap h4 {
    text-align: center;
    background: #e5e5e5;
    padding: 15px;
    color: #555;
    margin: 0;
}

.newsletterbox-wrap p {
    margin: 0;
    padding: 20px 20px 0 20px;
    text-align: center;
    background: #f1f1f1;
    color: #000;
}

.newsletterbox-wrap input[type="email"] {
    background: url(images/least-elements.png) 0px 2px no-repeat #fff !important;
    color: #999;
    font-family: 'proxima-nova',sans-serif;
    font-size: 14px;
    padding: 0 0 0 45px;
    width: 40%;
    height: 45px;
    line-height: 45px;
    border: none;
}

.newsletterbox-wrap input[type="submit"] {
    font-size: 15px;
    font-weight: bold;
    padding: 0px 20px;
    height: 45px;
    line-height: 45px;
    vertical-align: top;
    margin: 0;
    text-transform: uppercase;
    background: #9435E6;
    margin-left: -5px;
}
.newsletterbox-wrap input[type="submit"]:hover{
    background: #c82c29;
}

@media only screen and (max-width:960px) {
  .newsletterbox-wrap input[type="email"] {
    width: 60%;
  }
}
@media only screen and (max-width:480px) {
  .newsletterbox-wrap input[type="email"] {
    width: 100%;
  }
  .newsletterbox-wrap input[type="submit"] {
    width: 100%;
    margin: 0;
  }
  .newsletterbox-wrap h4 {
      font-size: 20px;
  }
}

/*
 ABOUT TEAM
===============================================================*/
.team_title{
  margin-bottom: 20px;
  background: #f5f5f5;
  text-align: center;
  padding: 10px 10px;
  font-size: 24px;
}
.team_member{
  display: table;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
}
.tm_photo{
  width: 120px;
  display: table-cell;
  margin: 0!important;
  background: none!important;
  padding: 0!important;
  vertical-align: middle;
}
.tm_photo img{
  width: 100%;
  margin: 0!important;
}
.tm_photo_wrap{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}
.tm_desc{
  display: table-cell;
  vertical-align: middle;
  padding:0 0 0 20px!important;
  margin: 0!important;
  background: none!important;
}
.tm_desc p{
  margin-bottom: 0!important;
  line-height: 23px;
}

.tm_social{
  list-style: none;
  margin: 0;
  padding: 0;
}
.tm_social > li{
  background: none!important;
  padding: 0!important;
  display: inline-block;
  vertical-align: top;
  margin: 0 0px 0 0!important;
}
.tm_social > li > a{
  display: inline-block;
  padding: 0px 10px;
  background: #999;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.tm_fb{
  background: #3b5999!important;
}
.tm_tw{
  background: #55acee!important;
}
.tm_gp{
  background: #dd4b39!important;
}
.tm_md{
  background: #02b875!important;
}
.tm_st{
  background: #222!important;
}
.tm_li{
  background: #0077B5!important;
}
.tm_pi{
  background: #bd081c!important;
}

.about_social{
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
}
.about_social > li{
  display: table-cell;
  padding: 10px 0!important;
}
.about_social > li > a{
  color: #fff!important;
}
@media only screen and (max-width:768px) {
  .tm_photo{
    display: block;
    margin: 0 auto!important;
  }
  .tm_desc{
    display: block;
    padding: 0!important;
    text-align: center;
  }
  .tm_desc p{
    margin: 10px 0!important;
    text-align: center;
  }
}
@media only screen and (max-width:600px) {
  .about_social > li{
    display: block;
    margin-left: 0!important;
  }
}

/*
 FOOTER
===============================================================*/
.site-footer {
    background: #111;
    clear: both;
    text-align: center;
    padding: 30px 0;
    color: #999;
    font-size: 14px;
}

.site-footer a{
  color: #999;
}
.f_top{
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.f_top > li{
  display: inline-block;
  vertical-align: top;
}
.f_top > li+li{
  margin-left: 10px;
  border-left: 1px solid rgba(255,255,255,0.2);
  padding-left: 10px;
}
.f_bottom{
  list-style: none;
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  font-size: 0;
}
.f_bottom > li{
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin-left: 1px;
}
.f_bottom > li > a{
  height: 40px;
  background: rgba(255,255,255,.1);
  color: #fff;
  line-height: 40px;
  padding: 0px 20px;
  display: block;
}
.f_bottom > li > a:hover{
  background: rgba(255,255,255,.2);
  text-decoration: none;
}

@media only screen and (max-width:768px){
  .f_bottom > li{
    display: block;
    margin-top: 1px;
  }
  .f_top > li{
    display: block;
    margin-top: 5px;
    border: none!important;
  }
}

/*
 TOC List 
===============================================================*/
.toc-list li, 
.toc-list ul, 
.toc-list ul li {
          background: none;
          border: none;
          list-style-type: none !important;
          list-style: none;
          margin: 0px 12px;
          padding-top: 3px;
}

.toc-ul {
        padding: 10px 20px 10px 25px;
}

.toc-list {
          background: #fcfcfc !important;
          border: 1px solid #cfcfcf;
          display: table;
          font-size: 95%;
          margin-bottom: 1.7rem !important;
          padding-bottom: 12px;
          width: auto;
}

.toc-list h5 {
          background: #9435E6;
          color: #fff;
          font-size: 20px;
          margin: 0 0 9px 0;
          padding: 9px 22px;
          text-align: center;
          width: 215px;
}

/* Hide Comment Time "at" */
.comment-time { 
display:none; 
}

/* # Social Shared Count Plugin
---------------------------------------------------------------------------------------------------- */
html .shared-counts-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

html .shared-counts-wrap.style-bar a:first-of-type,
html .shared-counts-wrap.style-bar a:last-of-type,
html .shared-counts-wrap.style-bar .shared-counts-button {
    border-radius: 3px;
}

html .shared-counts-wrap.style-bar .shared-counts-button.included_total {
    position: relative;
    border-right: 1px solid #dfdfdf;
    margin: 0 25px 0 0;
    min-width: 90px;
    padding-top: 10px;
    padding-bottom: 10px;
}

html .shared-counts-wrap.style-bar .shared-counts-button.included_total .shared-counts-count {
    display: block;
	font-size: 20px;
	font-weight: 600; 
	line-height: 1;
	margin-bottom: 15px;
    text-align: center;
}

html .shared-counts-wrap.style-bar .shared-counts-button.included_total .shared-counts-count,
html .shared-counts-wrap.style-bar .shared-counts-button.included_total .shared-counts-icon-label {
    float: none !important;
}

html .shared-counts-wrap.style-bar .shared-counts-button.included_total .shared-counts-icon-label {
    color: #b1a9a5;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 11px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

html .shared-counts-wrap.style-bar .shared-counts-button:not(.included_total) {
    padding: 11px 10px 11px 7px;
    margin-right: 7px;
    margin-top: 7px;
}

html .shared-counts-wrap.style-bar .shared-counts-button .shared-counts-label {
    font-weight: 500;
    line-height: 1;
}

html .shared-counts-wrap.style-bar .facebook.shared-counts-button:not(.included_total) {
    background: #3a589e;
}

html .shared-counts-wrap.style-bar .twitter.shared-counts-button:not(.included_total) {
    background: #55acee;
}

html .shared-counts-wrap.style-bar .linkedin.shared-counts-button:not(.included_total) {
    background: #0077b5;
}

html .shared-counts-wrap.style-bar .pinterest.shared-counts-button:not(.included_total) {
    background: #e50022;
}

@media screen and (max-width: 592px) {
	html .shared-counts-wrap.style-bar .shared-counts-button:not(.included_total) .shared-counts-icon {
        padding: 0 3px 0 5px;
    }
    html .shared-counts-wrap.style-bar .shared-counts-button:not(.included_total) .shared-counts-label {
        display: none;
    }
}

.grecaptcha-badge { visibility: hidden; }