/*
Theme Name: iTelecom
Text Domain: itelecom
Version: 0.8.1
Author: team Niyaana
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
        ## Links
        ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
        ## Posts and pages
        ## Asides
        ## Comments
# Infinite scroll
# Media
        ## Captions
        ## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
    background-color: #f1f1f1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

body {
    min-width: 270px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Bree Serif', serif;
}

p {
    margin-bottom: 10px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 10px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
    color: #2B4C97;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: inline;
    width: calc(100% - 200px);
    overflow: hidden;
}

.main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
    padding: 0px 15px;
    font-weight: bold;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #474747;
}

.main-navigation ul li {
    border-top: 2px transparent solid;  
}

.main-navigation ul li:hover {
    border-top: 2px #069 solid;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    left: -999em;
    z-index: 99999;
    margin-left: -15px;
    background-color: #fff;
    padding: 3px;
    text-transform: none;
}
.main-navigation ul ul li {
    line-height: 35px;
    padding: 1px;
    border-bottom: 1px #f1f1f1 solid;
    border-top: 0;
    font-weight: normal;
}

.main-navigation ul ul li:last-child {
    border: 0;
}

.main-navigation ul ul li:hover {
    background-color: #f9f9f9;  
    border-top: 0;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. 
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}
*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#secondary {
    width: 320px;
    float: right;
    padding: 10px;
    background-color: #fbfbfb;
    border-left: 2px solid #f6f6f6;
    margin: 10px 5px 10px 5px;
}
.widget {
    margin: 5px 0px;
    overflow: hidden;
}

.widget h2 {
    margin: 0;
}
/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}
.widget-area {
    margin-right: 10px;
}
.widget-area .search-form, .widget-area #bbp-search-form, body.page-template-content-new-topic .widget-area #bbp-search-form {
    border-bottom: 1px #ccc solid;
    padding: 2px;
}
.widget-area .search-form input[type="search"], .widget-area .search-field input[type="search"], body.page-template-content-new-topic .widget-area #bbp_search input[type="text"] {
    color: #333;
}
.entry-related article, .widget-forum ul li {
    margin: 1%;
    clear: both;
    border-bottom: 1px #f1f1f1 solid;
    padding: 5px;
}
.entry-related article {
    height: 90px;
}
.entry-related article:last-child {
    border: 0;
}
.entry-related article a img, .entry-related article header {
    display: inline;
    float: left;
}
.entry-related article a img {
    vertical-align: middle;
    width: 60px!important;
    height: 60px!important;
}
.entry-related article header {
    margin-left: 10px;
    width: calc(100% - 110px);
}
.widget-related p, .widget-related .bbp-topic-started-by {
    display: none;
}
.widget-related .bbp-topics, .widget-related .bbp-topics ul {
    padding: 0;
    list-style: none;
}
.widget-related .bbp-related-topics li {
    padding: 5px;
}
.widget-offer {
    margin-top: 20px;
}
.widget-offer h3 {
    color: midnightblue;
}
/* .widget-offer div {
    background-color: #A44845;
    background-image: -ms-radial-gradient(left bottom, ellipse farthest-corner, #f85032 0%, #810C1B 50%, #810C1B 51%, #F02F17 71%, #810C1B 100%);
    background-image: -moz-radial-gradient(left bottom, ellipse farthest-corner, #f85032 0%, #810C1B 50%, #810C1B 51%, #F02F17 71%, #810C1B 100%);
    background-image: -o-radial-gradient(left bottom, ellipse farthest-corner, #f85032 0%, #810C1B 50%, #810C1B 51%, #F02F17 71%, #810C1B 100%);
    background-image: -webkit-gradient(radial, left bottom, 0, left bottom, 572, color-stop(0, #f85032), color-stop(50, #810C1B), color-stop(51, #810C1B), color-stop(71, #F02F17), color-stop(100, #810C1B));
    background-image: -webkit-radial-gradient(left bottom, ellipse farthest-corner, #f85032 0%, #810C1B 50%, #810C1B 51%, #F02F17 71%, #810C1B 100%);
    background-image: radial-gradient(ellipse farthest-corner at left bottom, #f85032 0%, #810C1B 50%, #810C1B 51%, #F02F17 71%, #810C1B 100%);
    color: #f1f1f1;
    text-align: center;
} */
.widget-area .button {
    font-family: 'Droid Sans', sans-serif;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.4) ;
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5);
    cursor: pointer;
}
.widget-area .button .title {
    padding: 10px;
    float: left;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-shadow: 1px 1px rgba(0,0,0,0.2);
    text-transform: uppercase;
    border-right: 1px solid rgba(255,255,255,0.3);
}
.widget-area .button .price {
    padding: 10px;
    float: left;
    color: rgba(0,0,0,0.75);
    font-weight: 800;
    font-size: 20px;
    text-shadow: 1px 1px rgba(255,255,255,0.3);
    text-transform: uppercase;	
    border-left: 1px solid rgba(0,0,0,0.2);
}
.green {
    background: rgb(143,200,0);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NjhlMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(143,200,0,1) 0%, rgba(102,142,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(143,200,0,1)), color-stop(100%,rgba(102,142,0,1)));
    background: -webkit-linear-gradient(top,  rgba(143,200,0,1) 0%,rgba(102,142,0,1) 100%);
    background: -o-linear-gradient(top,  rgba(143,200,0,1) 0%,rgba(102,142,0,1) 100%);
    background: -ms-linear-gradient(top,  rgba(143,200,0,1) 0%,rgba(102,142,0,1) 100%);
    background: linear-gradient(top,  rgba(143,200,0,1) 0%,rgba(102,142,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#668e00',GradientType=0 );
}
.green:hover {
    background: rgb(102,142,0);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2OGUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZmM4MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(102,142,0,1) 0%, rgba(143,200,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,142,0,1)), color-stop(100%,rgba(143,200,0,1)));
    background: -webkit-linear-gradient(top,  rgba(102,142,0,1) 0%,rgba(143,200,0,1) 100%);
    background: -o-linear-gradient(top,  rgba(102,142,0,1) 0%,rgba(143,200,0,1) 100%);
    background: -ms-linear-gradient(top,  rgba(102,142,0,1) 0%,rgba(143,200,0,1) 100%);
    background: linear-gradient(top,  rgba(102,142,0,1) 0%,rgba(143,200,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#668e00', endColorstr='#8fc800',GradientType=0 );
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin-bottom: 50px;
    overflow: hidden;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}
/*--------------------------------------------------------------
# iTelecom - Header
--------------------------------------------------------------*/
#masthead, #content {
    display: block;
}
#masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    clear: both;
}
.site-header {
    background-color: #fff;
    height: 65px;
    box-shadow: 0 5px 5px -5px #333;
}
#masthead .top, #masthead .bottom {
    display: block;
    max-width: 1020px;
    margin: 0 auto;
}
#masthead .top {
    height: 35px;
    line-height: 35px;
}
#masthead .top .site-name, #masthead .top .extra-menu, #masthead .wp-social-login-widget, #masthead .wp-social-login-provider-list a  {
    display: inline;
}
.site-name {
    width: 200px;
    text-align: center;
    margin: 0;
    letter-spacing: -1px;
}
.site-name a {
    font-size: 28px;
    font-weight: bold;
    color: midnightblue;
}
#masthead .extra-menu div {
    float: right;
}
.site-country {
    line-height: 64px;
    padding: 0px 5px;
    background-color: #e6e6e6;
    font-weight: bold;
    font-size: 14px;
    margin-left: 10px;
}
.site-country i {
    color: #b3b3b3;
}
.site-country img {
    vertical-align: middle;
    line-height: 60px;
}
.site-follow {
    margin-right: 15px;
}
.site-follow a {
    padding: 5px;
}
.site-follow a:hover {
    background-color: #eee;
}
#masthead .bottom {
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    background: #f2f2f2;
}
#masthead .wp-social-login-widget {
    float: right;
}
#masthead .wp-social-login-connect-with {
    display: inline;
    width: 40px;
    font-weight: normal;
}
#masthead .wp-social-login-provider-list {
    padding: 0px;
    width: 150px;
    display: inline;
}
#masthead .wp-social-login-provider-list a:nth-child(1) {
    color: #3B5998;
}
#masthead .wp-social-login-provider-list a:nth-child(2) {
    color: #00ACED;
}
#masthead .wp-social-login-provider-list a:nth-child(3) {
    color: #DD4B39;
}
#masthead .wp-social-login-provider-list img {
    height: 25px;
    width: 25px;
    padding: 2px;
    vertical-align: middle;
}
#masthead .header-profile {
    float: right;
}
/*--------------------------------------------------------------
# iTelecom - Home Page
--------------------------------------------------------------*/
body.home {
    background: url(img/bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body.home #content {
    max-width: 100%;
    background-color: rgba(0,0,0,0.6);
    height: 100vh;
}
.home-content {
    position: relative;
    height: calc(100vh - 125px);
}
.home-content h1 {
    text-align: center;
    padding: 20px 0px;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-style: italic;
    color: #f2f2f2;
}
.home-box {
    border: 1px #3b3939 solid;
    border-radius: 3px;
    padding:8px;
    color: #ccc;
    overflow: hidden;
    width: 31%;
    background-color: rgba(0,0,0,0.5);
    display: inline;
    float: left;
    margin: 0 2% 20px 0;
}
.home-box:nth-child(3), .home-box:nth-child(6) {
    margin: 0 0 20px 0;
}
.home-box .home-box-img, .home-box .home-box-text {
    display: inline;
    float: left;
}
.home-box .home-box-img {
    width: 50px;
    line-height: 100px;
    font-size: 35px;
    color: #34495e;
}
.home-box .home-box-text {
    width: calc(100% - 60px);
    padding: 10px;
    position: relative;
}
.home-box:hover .home-box-text, .home-box:hover .home-box-text p {
    color: #262626;
}
.home-box .home-box-text h2 {
    padding: 2px 0px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 18px;
}
.home-box-text p {
    margin: 0px;
    color: #999;
}
.home-box .home-box-text div {
    display: none;
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    top:45%;
    bottom:55%;
    left:0;
    right:0;
    text-align: center;
}
.home-box .home-box-text div a {
    color: #adbfd2;
    font-weight: bold;
    padding: 25px 70px;
    border: 1px #34495e solid;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.25);
}
.home-box:hover .home-box-text div {
    display: block;
}
.home-footer {
    position: absolute;
    bottom: 0;
    height: 70px;
    background: #34495e;
    width: 100%;
    text-align: center;
    padding: 0px 10px;
}
.home-footer div {
    width: 50%;
    display: inline;
    float: left;
    color: #9cb3c9;
    line-height: 48px;
}
.home-footer div a {
    color: #adbfd2;
    padding: 3px;
}
.home-footer div a .fa {
    padding: 5x;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #9cb3c9; 
    font-size: 12px;
    color: #34495e;
}
.home-footer h4 {
    line-height: 19px;
    margin: 0;
    padding: 1px;
    font-size: 12px;
    color: #6b8cae;
    border-top: 1px #486684 solid;
    font-weight: normal;
}
.home-footer h4 a {
    color: #6b8cae;
}
.home-footer  input[type="search"] {
    color: #adbfd2; 
    font-weight: bold;
}
/*--------------------------------------------------------------
# iTelecom - Single Page Template
--------------------------------------------------------------*/
#content, #colophon, body.home #content .home-content {
    max-width: 1020px;
    margin: 0 auto;
}
#primary, body.home #content .home-content {
    margin-top: 80px;
}
.hentry {
    border: 1px #ccc solid;
    margin-bottom: 25px;
    background-color: #fff;
}
.entry-header {
    text-align: center;
    padding-bottom: 5px;
    background-color: #f6f6f6;
}
.entry-header h1 {
    margin: 0;
    padding: 15px;
    line-height: 30px;
    font-size: 25px;
}
ol.in-list p {
    margin: 0px 3px;
}
ol.in-list {
    list-style-type: decimal;
    counter-reset: li-counter;
    list-style: none;
}
ol.in-list > li {
    position: relative;
    padding: 1em;
}
ol.in-list > li:before {
    position: absolute;
    top: 17px;
    left: -.75em;
    width: 1em;
    font-size: 1.5em;
    line-height: 1;
    color: #333;
    overflow: hidden;
    content: counter(li-counter);
    counter-increment: li-counter;
    background-color: #f2f2f2;
    padding-left: 6px;
    border: 1px #ccc solid;
}
ol.in-list h2 {
    font-size: 16px;
    margin: 0;
}
ol.in-list li ol {
    list-style: decimal;
    list-style-position: inside;
}
.answer {
    display: none;
    padding: 5px 0 5px 0;
}
.answer p {
    margin: 0;
}
.answer ul {
    list-style-type: circle;
    list-style-position: inside;
}
.answer ol {
    list-style-type: decimal;
    padding-left: 15px;
    list-style-position: outside;
}
.li-tab {
    padding-left: 25px;
}
.faq-q {
    line-height: 28px;
    font-size: 18px;
    cursor: pointer;
    font-weight: normal;
}
ol.faq-list {
    list-style-type: decimal!ie;
    margin: 0 0 0 1em;
    padding: 0;
    counter-reset: li-counter;
    list-style: none outside none;
}
ol.faq-list > li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}
ol.faq-list > li:last-child {
    border: 0;
}
ol.faq-list > li h2:before {
    content: counter(li-counter);
    counter-increment: li-counter;
    border-right: 1px #ccc dotted;
    padding-right: 5px;
    margin-right: 10px;
    color:#a69eb0;
}
ol.faq-list > li h2:after, ol.faq-list > li h2.answer-close:after {
    font-family: FontAwesome;
    color: #dadae3;
    float: right;
}
ol.faq-list > li h2:after {
    content: "\f107";
}
ol.faq-list > li h2.answer-close:after {
    content: "\f106";
}
.sticky {
    display: block;
}
.entry-ads {
    background-color: #fff;
    text-align: center;
    padding: 8px 0px 3px 0px;
    border-bottom: 1px #e9e9e9 solid;
    border-top: 1px #e9e9e9 solid;
}
.entry-comments .entry-ads {
    border: 0;
}
.entry-meta, .entry-meta a {
    font-size: 14px;
    font-style: italic;
}
.entry-meta .fa {
    color: #ccc;
    padding-left: 10px;
}
.entry-content, body.archive .category-e .entry-content {
    padding: 0px 40px 15px;
    line-height: 1.5;
    width: calc(100% - 330px);
    float: left;
}
.entry-comments, .entry-amazon {
    padding: 10px 40px;
    background-color: #fff;
}
.entry-amazon {
    padding: 15px;
}
.td-top {
    position: fixed;
    right: 0;
    bottom: 25px;
    padding: 3px 7px;
    border: 1px #ccc solid;
    background-color: #f2f2f2;
    box-shadow: -5px 0 5px -5px #333;
}
.entry-share {
    width: 30px;
    position: fixed;
    right: 0;
    top: 300px;
    text-align: center;
    box-shadow: -5px 0 5px -5px #333;
    background-color: #f1f1f1;
}
.entry-share span a {
    display: block;
    height: 35px;
    border: 1px #ccc solid;
}
.entry-share span a i {
    padding: 5px;
}
.entry-share span:nth-child(1) a i, .site-follow a:nth-child(1) {
    color: #3B5998;
}
.entry-share span:nth-child(2) a i, .site-follow a:nth-child(2) {
    color: #00ACED;
}
.entry-share span:nth-child(3) a i, .site-follow a:nth-child(3) {
    color: #DD4B39;
}
.entry-share span:nth-child(4) a i {
    color: #4DC247;
}
.entry-share span:nth-child(5) a i {
    color: #A82400;
}
/*--------------------------------------------------------------
# iTelecom - Questions
--------------------------------------------------------------*/
.dwqa-container {
    margin-top: 10px;
}
.dwqa-breadcrumbs, .single-dwqa-question .entry-related {
    display: none;
}
body.submit-dwqa-question select option { 

}
body.submit-dwqa-question select option {
    line-height: 30px;
    height: 30px;
    pading: 2px 0px;
}
body.submit-dwqa-question select option.level-0 {
    font-weight: bold;
}
.dwqa-container .dwqa-submit-question .question-meta .select-category {
    width: 100%; 
}
.dwqa-questions-list .dwqa-question-item:hover {
    background-color: #fcfcfc;
}
.dwqa-inline-question {
    font-weight: bold;
    padding-bottom: 5px;
}
.bc-dwqa {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: auto;
}
.bc-dwqa div {
    display: inline;
}
.dwqa-bc-allcat {
    float: right;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    padding: 0px 5px;
    height: 75px;
    line-height: 75px;
}
.dwqa-bc-allcat:hover {
    background-color: #fbfbfb;
}
.bc-dwqa h3, .bc-dwqa h4 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
.bc-dwqa .dwqa-bc-cat div {
    display: inline;
    float: left;
    margin-right: 10px;
    text-align: center;
}
.bc-dwqa .bc-dwqa-cat {
    width: 50px;
    height: 75px;
    font-size: 12px;
    border: 1px solid rgba(0,0,0,0.05);
    position: relative;
}
.bc-dwqa .bc-dwqa-sep {
    height: 75px;
    line-height: 75px;
    color: #ccc;
}
.bc-dwqa .dwqa-bc-cat div img {
    width: 100%;
    height: 100%;
}
.bc-dwqa .dwqa-bc-cat div b {
    position: absolute;
    bottom: 0;  
    left: 0;
    width:100%;
    color: #f1f1f1; 
    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.6);
    padding: 2px; 
    max-height: 100%;
}
.bc-dwqa .dwqa-bc-cat div:hover b {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.75);
}
.bc-dwqa .dwqa-bc-cat div:hover b span {
    display: none;
}
body.list-dwqa-question .entry-meta, body.submit-dwqa-question .entry-meta {
    display: none;
}
.dwqa-captcha, .quicktags-toolbar {
    text-align:left;
}
/*--------------------------------------------------------------
# iTelecom - Custom Comments Template
--------------------------------------------------------------*/
#comments {
    clear: both;
}
.comment-list {
    margin-bottom: 10px;
    list-style-position: inside;
    margin-left: 0;
    padding: 30px 80px 10px;
    list-style-type: none;
}
.td-commentid {
    font-weight: bold;
    float: right;
    font-size: 13px;
    padding-top: 4px; 
}
.td-commentid a {
    color: #c4c4c4;
}
.td-commentid a:hover {
    color: #069;
}
.comment-list ul li {
    list-style-type: none;
}
.comment-body {
    width: 100%;
    overflow:hidden;
    padding: 5px;
    border-radius: 3px;
    border: 1px #eee solid;
}
.bypostauthor .comment-body {
    background-color: #edf2f8;
}
.comment-avatar {
    width: 60px;
    margin-right: 15px;
    display: inline-block;
    float: left;
    text-align: center;
}
.comment-avatar img {
    border-radius: 3px;
    box-shadow: 0 3px 3px -3px #333;
}
.comment-box {
    width: calc(100% - 75px);
    display: inline;
    float: left;
}
ul.children {
    margin-left: 5px;
}
ul.children:before {
    content: "\f078";
    font-family: FontAwesome;
    color: #ccc;
}
.depth-1 {
    position: relative;
    margin-top: 25px;
    background-color: #fefefe;
}
.comment-content a {
    word-wrap: break-word;
}
.comment-meta {
    margin-bottom: 5px;
    padding-bottom: 5px;
    height: 32px;
    display: inline;
    border-bottom: 1px #e6e6e6 solid;
}
.bypostauthor .comment-meta {
    border-bottom: 1px #7ea7ce solid;   
}
.comment-meta span {
    display: inline;
    text-align: left;
    padding-right: 5px;
}
.comment-meta a:hover {
    text-decoration: none;
}
.comment-reply-link {
    color: #888;
    font-size: 13px;
    padding: 2px;
    border-radius: 2px;
}
.comment-reply-link:hover {
    color: #333;
    background-color: #ccc;
}
.comment-content {
    padding: 5px 0;
}
.comment-author-name {
    text-transform: uppercase;
    font-weight: bold;
}
.comment-date {
    color: #888;
    font-size: 13px;
}
#comments .entry-content, #comments .comment-respond {
    padding: 0;
    max-width: 100%;
}
#comments .comment-form {
    padding: 20px 20px 10px 20px;
    overflow: hidden;
    background-color: #f1f1f1;
}
#comments .comment-form p {
    margin: 0px 0px 5px 0px;
}
#comments input[type="text"], #comments textarea, #comments input[type="submit"] {
    border-radius: 0;
}
#comments input[type="text"] {
    padding-left: 10px;
}
#comments textarea {
    padding: 5px 5px 5px 10px;
}
#comments .comment-form-author, #comments .comment-form-email, #comments .form-submit {
    display: inline;
}
#comments .comment-form-author, #comments .comment-form-email {
    width: 41.5%;
}
#comments .form-submit {
    width: 15%;
}
body.logged-in #comments .form-submit {
    float: none;
    display: block;
}
#comments .comment-subscription-form {
    clear: both;
}
#comments input[type="submit"] {
    background: #ECECEC;
    padding: 7px 20px;
    font-weight: bold;
    color:#7f7f7f;
    text-decoration: none;
    text-shadow:0px 1px 0px #fff;
    border:1px solid #a7a7a7;
    /* width: 127px; */
}
#comments input[type="submit"]:hover {
    background-color: #ccc;
    color:#333;
}
.comments-refer {
    overflow: hidden;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.comments-refer a {
    color: #333;
    text-shadow: 1px 1px 0 #fff;
}
.refer-forums, .refer-answers {
    width: 49%;
    display: inline;
    float: left;
    padding: 5px;
    background-color: #D7DEE3;
    text-align: center;
    border: 1px #d2dae0 solid;
    border-radius: 3px;
    box-shadow: 0 5px 5px -5px #333;
}
.refer-forums {
    background-image: -ms-radial-gradient(right top, ellipse farthest-corner, #f6f8f9 0%, #E5EBEE 50%, #D7DEE3 51%, #f5f7f9 100%);
    background-image: -moz-radial-gradient(right top, ellipse farthest-corner, #f6f8f9 0%, #E5EBEE 50%, #D7DEE3 51%, #f5f7f9 100%);
    background-image: -o-radial-gradient(right top, ellipse farthest-corner, #f6f8f9 0%, #E5EBEE 50%, #D7DEE3 51%, #f5f7f9 100%);
    background-image: -webkit-gradient(radial, right top, 0, right top, 572, color-stop(0, #f6f8f9), color-stop(50, #E5EBEE), color-stop(51, #D7DEE3), color-stop(100, #f5f7f9));
    background-image: -webkit-radial-gradient(right top, ellipse farthest-corner, #f6f8f9 0%, #E5EBEE 50%, #D7DEE3 51%, #f5f7f9 100%);
    background-image: radial-gradient(ellipse farthest-corner at right top, #f6f8f9 0%, #E5EBEE 50%, #D7DEE3 51%, #f5f7f9 100%);
    margin-right: 2%;
}
.refer-answers {
    background-image: -ms-radial-gradient(right bottom, ellipse farthest-corner, #f6f8f9 0%, #E5EBEE 50%, #D7DEE3 51%, #f5f7f9 100%);
    background-image: -moz-radial-gradient(right bottom, ellipse farthest-corner, #f6f8f9 0%, #E5EBEE 50%, #D7DEE3 51%, #f5f7f9 100%);
    background-image: -o-radial-gradient(right bottom, ellipse farthest-corner, #f6f8f9 0%, #E5EBEE 50%, #D7DEE3 51%, #f5f7f9 100%);
    background-image: -webkit-gradient(radial, right bottom, 0, right bottom, 572, color-stop(0, #f6f8f9), color-stop(50, #E5EBEE), color-stop(51, #D7DEE3), color-stop(100, #f5f7f9));
    background-image: -webkit-radial-gradient(right bottom, ellipse farthest-corner, #f6f8f9 0%, #E5EBEE 50%, #D7DEE3 51%, #f5f7f9 100%);
    background-image: radial-gradient(ellipse farthest-corner at right bottom, #f6f8f9 0%, #E5EBEE 50%, #D7DEE3 51%, #f5f7f9 100%);
}
.comments-refer h3 {
    margin: 0;
    padding-top: 5px;
    letter-spacing: 8px;
    font-size: 22px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: #0e1a25;
}
.comments-refer h3:before {
    content: "\f18e";
    font-family: FontAwesome;
    padding-right: 5px;
    color: #069;
}
.comments-refer p {
    margin: 2px 0;
}
#comment-nav-above, #comment-nav-below {
    padding:5px;
    overflow: hidden;
}
#comment-nav-above {
    border-bottom: 1px #ccc solid;
}
#comment-nav-below {
    border-top: 1px #ccc solid;
    margin-bottom: 15px;
}
/*--------------------------------------------------------------
# iTelecom - eServices Page Template
--------------------------------------------------------------*/
body.single .category-e .entry-header {
    background-color: #fff;
}
.entry-serviceref {
    overflow: hidden;
    border-bottom: 1px #ccc solid;
    background-color: #23415c;
}
.entry-serviceref a {
    color: #f1f1f1;
}
.entry-serviceref div {
    width: 33.33%;
    display: inline;
    float: left;
    text-align: center;
    padding: 20px;
}
.entry-serviceref div:hover {
    background-color: #2a4f6f;
}
.entry-serviceref div a i {
    display: block;
    padding-bottom: 5px;
    font-size: 1.2rem;
}
.category-e .entry-content {
    width: 100%;
    float: none;
}
#es-form-wrap {
    text-align: center;
    margin: 0 auto 25px auto;
}
#es-form-wrap i {
    padding: 10px 10px;
    background-color: #00587f;
    color: #f2f2f2;
    font-size: 16px;
}
#es-form-wrap input[type=text], #es-form-wrap input[type=tel] {
    padding: 5px;
    border: 1px solid #c3c3c3;
    font-size: 16px;
    width: 70%;
    font-weight: bold;
    border-radius: 0;
}
#es-form-wrap input[type=submit] {
    padding: 6px 10px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    background-color: #2b5464;
    border-radius: 0;
    font-family: FontAwesome;
    box-shadow: none;
    text-shadow: none;
    border: 0;
    font-size: 16px;
    border-radius: 0;
}
#es-result tr {
    line-height: 1.75;
}
#es-result h2 {
    text-transform: uppercase;
    font-size: 20px;
}
#es-result th, #es-result-history th, #es-result-history .es-dnd-as-th {
    text-align: center;
    font-weight: bold;
    border-bottom: 2px solid #dbdbdb;
}
#es-result td, #es-result-history td {
    border-bottom: 1px solid #dbdbdb;
    color: #000;
    font-style: normal;
}
#es-result-history td {
    text-align: center;
}
#es-result-history {
    margin-top: 25px;
}
#es-result .e-phone {
    font-weight: bold;
}
#es-result .es-dnd-active {
    color: forestgreen;
    font-weight: bold;
}
#es-result .es-dnd-not-active {
    color: #f00;
    font-weight: bold;
}
.eserve-mobile {
    position: relative;
    height: 450px;
    font-size: 14px;
}
.eserve-mobile-map {
    position: absolute;
    width: 100%;
    height: 100%;
}
.eserve-mobile-map iframe {
    frameborder: 0;
    height: 450px;
    border: 0;
    width: 100%;
}
.eserve-mobile-text {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 999;
    background-color: #333;
    border-radius: 7px;
    padding: 13px;
}
.eserve-mobile-text table {
    margin: 0;
    width: 330px;
}
.eserve-mobile-text table tr td {
    float: left;
    width: 50%;
    font-weight: bold;
    color: #fff;
    border: 0;
}
.eserve-mobile-text table tr td:last-child:before {
    content: ":";
    padding-right: 3px;
    color: #ccc;
}
.spam_link {
    float: right;
    color: #F00;
}
.spam-check-yes, .spam-check-no, .spam-check-error {
    text-align: center;
}
.spam-check-yes p:nth-child(1),.spam-check-no p:nth-child(1){font-size:24px}
.spam-check-yes span:nth-child(2),.spam-check-no span:nth-child(2){border-top:1px #ccc solid;padding-top:5px}
.spam-check-yes span {
    color: #c00;
}
.spam-check-no span {
    color: #093;
}
.spam-check-error {
    font-weight: bold;
    color: #c00;
}
#bsnl-balance {
    margin: 0 auto;
    width: 75%;
    padding: 10px;
}
#bsnl-balance p {
    position: relative;
    padding: 10px 10px 0 90px;
    font-size: 24px;
    background-image: linear-gradient(to bottom,#ccc 0,#f1f1f1 100%);
    background-color: #ccc;
}
#bsnl-balance .bsnl {
    background: url('img/op-icons.png') 0 -270px;
    background-repeat: no-repeat;
    padding-top: 0;
    height: 50px;
}
#bsnl-balance .balance:before {
    content: "\f0d6";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #093;
    font-weight: bold;
    font-size: 24px;
    background-color: #f1f1f1;
    padding: 15px 25px 13px 25px;
    text-shadow: 0 1px 0 #fff;
}
#bsnl-balance .balance {
    box-shadow: 0 5px 5px -5px #333;
}
#bsnl-balance .balance span:nth-child(1){
    display:block;
    font-size:12px;
    text-shadow:0 1px 2px #fff;
    font-weight:bold
}
#bsnl-balance .balance span:nth-child(2){
    display:inline;
    font-size:12px;
    padding-left:15px
}
/*--------------------------------------------------------------
# iTelecom - Category & Search Template
--------------------------------------------------------------*/
body.archive .site-main, body.search .site-main {
    margin-bottom: 25px;
}
.entry-header-catdes p {
    margin-top: 0;
    color: #5a5a5a;
    font-style: italic;
}
body.archive .entry-content, body.search .entry-content, body.archive .category-e .entry-content {
    background-color: #fff;
    overflow: hidden;
    padding: 10px;
}
.post-box, .post-box .post-image, .post-box .post-box-meta {
    display: inline;
    float: left;
    overflow: hidden;
}
.post-box {
    width: 46%;
    padding: 10px;
    margin: 0px 2% 15px; 
    border-top: 2px #ccc solid;
    background-color: #f2f2f2;
    min-height: 160px;
}
.post-box:hover {
    background-color: #fff;
}
.post-box .post-image {
    width: 75px;
    height: 75px;
    vertical-align: middle;
}
.post-box  h3 {
    font-weight: normal;
    margin: 0;
}
.post-box ul {
    list-style: none;
    padding: 0px 0px 0px 12px;
}
.post-box ul li i {
    color: #a6a6a6;
    padding-right: 3px;
}
body.archive .comments-refer, body.search .comments-refer {
    margin-bottom: 10px;
}
body.archive .posts-navigation, body.search .posts-navigation {
    overflow: visible;
    padding-bottom: 20px;
}
body.archive .posts-navigation .nav-links div a, body.search .posts-navigation .nav-links div a {
    padding: 10px;
    background-color: #069;
    border: 1px #ccc solid;
    border-radius: 3px;
    font-weight: bold;
    margin-top: 25px;
    color: #f2f2f2;
}
body.archive .sidebar-related {
    display: none;
}
.search-term {
    border-bottom: 1px red solid;
}
input[type="search"], body.bbpress input[type="text"], body.page-template-content-new-topic #bbp-search-form input[type="text"]{
    padding-left: 5px;
    line-height: 1.5rem;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-weight: normal;
    margin: 0px;
    width: 90%;
}
/*--------------------------------------------------------------
# iTelecom - Operators Profile Template
--------------------------------------------------------------*/
#ops-first {
    padding-top: 10px;
    border-bottom: 1px #f1f1f1 solid;
    box-shadow: 0 5px 5px -5px #ccc;
}
#ops-first div {
    float: left;
    display: inline;
    width: 50%;
}
#ops-select {
    text-align: center;
}
#ops-select select {
    padding:10px;
    font-weight: bold;
    background-color: #f1f1f1;
}
#ops-first, #ops-stats, #ops-cc, #ops-comp {
    padding-bottom: 10px;
    overflow: hidden;
}
#ops-first, #ops-stats, #ops-cc {
    margin-bottom: 20px;
}
#ops-cc h2, #ops-comp h2, #ops-stats h2 {
    font-weight: normal;
    font-size: 16px;
    padding: 5px;
    margin: 0px;
    background: #f2f2f2;
    border-bottom: 1px solid #dfdfdf;
    text-transform: uppercase;
}
#ops-cc h2 .fa, #ops-comp h2 .fa, #ops-stats h2 .fa {
    color: #a6a6a6;
}
#ops-comp h2 {
    margin-bottom: 15px;
}
#ops-stats h2 {
    border-top: 1px solid #dfdfdf;
}
#ops-stats, #ops-stats div {
    overflow: hidden;
}
#ops-stats div {
    border-bottom: 1px solid #f2f2f2;
}
#ops-stats p, #ops-stats h3 {
    margin: 5px 0;
}
#ops-stats h3, #ops-comp h3 {
    font-size: .9rem;
    font-weight: normal;
}
#ops-stats p {
    font-weight: bold;
}
#ops-comp fieldset {
    margin-bottom: 25px;
}
#ops-comp h3 {
    margin: 0px;
    padding: 0px 5px;
    background-color: #f1f1f1;
}
#ops-comp p {
    margin: 0px 0px 10px 0px;
    font-size: 0.85rem;
}
#ops-stats div div {
    box-sizing: border-box;
    width: 25%;
    float: left;
    text-align: center;
}
#ops-stats div div i, .ops-comp-p i, #ops-comp div i {
    font-size: 14px;
    padding-right: 5px;
}
#ops-stats span {
    float: right;
    font-style: italic;
    font-size: 10px;
}
.inforeport {
    font-size: 12px;
    margin-top: -15px;
}
#ops-social {
    padding-left: 15px;
    border-left: 1px solid #f1f1f1;
    text-align: center;
}
#ops-social ul {
    margin: 0;
} 
#ops-social ul li {
    display: inline;
    float: left;
    width: 33%;   
    padding-top: 3px;
}
#ops-social ul li:hover {
    background-color: #f1f1f1;
    border-radius: 3px;
}
#ops-social ul li i {
    font-size: 20px;
}
#ops-social .fa-facebook-square {
    color: #3b5998;
}
#ops-social .fa-twitter-square {
    color: #00aced;
}
#ops-social .fa-linkedin-square {
    color: #007bb5;
}
.ops-cc-info {
    padding: 5px;
}
.ops-cc-info table {
    margin: 0;
}
.ops-cc-info .statetable {
    margin-bottom: 0;
    background-color: #fbfbfb;
    font-weight: bold;
}
.ops-cc-info .statetable td:before {
    content: "State / Circle:";
    font-weight: normal;
    padding-right: 10px;
}
.ops-cc-info table tr th {
    font-size: 0.75rem;
    border-bottom: 1px #e6e6e6 solid;
    font-weight: normal;
    font-family: 'Bree Serif', serif;
}
.ops-cc-info table tr th, .ops-cc-info table tr td {
    text-align: center;
    padding: 1px;
}
.ops-cc-info table tr td  {
    font-weight: bold;
}
#ops-comp .tooltip-right, #ops-comp .tooltip-left {
    font-size: 0.8rem;
    padding-left: 2px;
}
#ops-comp .tooltip-right:hover, #ops-comp .tooltip-left:hover  {
    text-decoration: none;
    color: #fff;
    background-color: #333;
    box-shadow: 0 5px 5px -5px #333;
}
#ops-cc table td:nth-child(2):before, #ops-cc table td:nth-child(3):before, .infotable tr td:nth-child(1):before, .infotable tr td:nth-child(2):before, .infotable tr td:nth-child(3):before {
    font-family: FontAwesome;
    color: #ccc;
    padding-right: 5px;
    font-size: 12px;
}
#ops-cc table td:nth-child(2):before {
    content: "\f012";
}
#ops-cc table td:nth-child(3):before {
    content: "\f156";
}
.infotable tr td:nth-child(1):before {
    content: "\f007";
}
.infotable tr td:nth-child(2):before {
    content: "\f0e0";
}
.infotable tr td:nth-child(3):before {
    content: "\f095";
}
.ops-cc-tr {
    display: none;
}
h5.ops-intro {
    margin: 0;
    font-weight: normal;
    font-size: 0.75rem;
}
/*--------------------------------------------------------------
# iTelecom - Tooltop styling
--------------------------------------------------------------*/
[data-tooltip], .tooltip {
    position: relative;
    cursor: pointer;
}
/* Base styles for the entire tooltip */
[data-tooltip]:before, [data-tooltip]:after, .tooltip:before, .tooltip:after {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;
}
/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after, .tooltip:hover:before, .tooltip:hover:after, .tooltip:focus:before, .tooltip:focus:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
/* Base styles for the tooltip's content area */
.tooltip:after, [data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 280px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
}
/* Right */
.tooltip-right:before, .tooltip-right:after {
    bottom: 50%;
    left: 100%;
}
/* Left */
.tooltip-left:before, .tooltip-left:after {
    bottom: 50%;
    right: 100%;
}
/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before, .tooltip-right:before {
    top: 3px;
}
/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after, .tooltip-right:after {
    margin-left: 0;
    margin-bottom: -26px;
}
/*--------------------------------------------------------------
# iTelecom - bbPress
--------------------------------------------------------------*/
#bbpress-forums {
    margin-bottom: 0px;
    font-size: 16px;
}
body.bbpress .entry-content {
    padding: 10px 40px 0px;
}
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
    font-size: 16px;
}
bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
    border: none;
}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic, #bbpress-forums .hentry {
    border-bottom: 1px #ccc solid;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
div.bbp-template-notice.info {
    border: 0;
    background-color: transparent;
    padding: 0;
}
.bbp-reply-content p {
    margin: 0;
}
.topic-reply-meta {
    float: right;
    padding: 2px;
    background-color: #f1f1f1;
    border: 1px #ccc solid;
    font-size: 12px;
    margin-top: 10px;
}
.entry-bbheader {
    padding: 10px 10px 0px 10px;
    text-align: center;
    border-bottom: 1px #ccc solid;
    overflow: hidden;
}
.bbp-related-topics li {
    padding: 3px 0px;
    border-bottom: 1px #f1f1f1 solid;
}
.bbp-related-topics li div:nth-child(2) span {
    margin-right: 10px;
}
.bbp-related-topics li div:nth-child(2) span a {
    color: #595959;
}
.bbp-related-topics li div:nth-child(2) span i {
    color: #ccc;
    font-size: 14px;
    padding-right: 3px;
}
.bbpress-title-dropdown {
    text-align: center;
    margin-bottom: 10px;
}
#bbpress-forums li.bbp-body ul.topic:hover, #bbpress-forums div.reply:hover {
    background-color: #f8f8f8;
}
#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar {
    margin: 0;
    border: 1px solid #ddd;
    vertical-align: middle;
}
.widget-forum ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget-new {
    text-align: center;
    border: 1px #ccc solid;
    border-radius: 3px;
    background-color: #499C53;
    box-shadow: 0 5px 5px -5px #333;
}
.widget-new a, .widget-new:hover a {
    color: #fff;
}
.widget-new:hover {
    box-shadow: inset 0 5px 5px -5px #333;
}
#bbpress-forums ul.bbp-lead-topic {
    margin-bottom: 0px;
}
.bbp-lead-topic-meta {
    font-style: italic;
    padding: 3px 0px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 14px;
    background-color: #eaeaea;
}
.bbp-user-section {
    overflow: auto;
}
body.bbp-user-page #secondary, body.bbp-user-edit #secondary {
    display: none;
}
body.bbp-user-page .entry-content, body.bbp-user-edit .entry-content {
    width: 100%;
}
#bbpress-forums .bbp-user-section ul.bbp-topics, #bbpress-forums .bbp-user-section ul.bbp-replies, #bbpress-forums .bbp-user-section ul.bbp-favorites, #bbpress-forums .bbp-user-section ul.bbp-subscriptions  {
    float: left !important;
}
#bbpress-forums fieldset.bbp-form p {
    border-top: 1px #ececec solid;
    padding-top: 5px;
}
/*--------------------------------------------------------------
# iTelecom - Footer
--------------------------------------------------------------*/
#colophon {
    background-color: #e6e6e6;
    border-top: 2px #a6a6a6 solid;
    margin-top: 20px;
}
#colophon a {
    color: #005580;
}
.td-footer {
    overflow: hidden;
}
.td-footer div {
    display: inline;
    float: left;
    width: calc(100% / 3);
    padding: 10px;
}
.td-footer div h3 {
    padding: 0;
    margin: 0;
}
.td-footer ul {
    padding: 0;
    list-style: none;
}
.td-footer ul li {
    border-bottom: 1px #d9d9d9 solid;
    padding: 3px 0px;
}
.td-footer ul li:last-child {
    border: 0;
}
.td-footer ul li:hover {
    background-color: #f1f1f1;
}
.td-footer ul ul {
    padding: 0;
    list-style: inside;
}
.td-footer-info {
    background-color: #a6a6a6;
    text-align: center;
}
.page-id-8829 .entry-related, .page-id-8835 .entry-related {
    display: none;
}
/*--------------------------------------------------------------
SITE MENU
--------------------------------------------------------------*/
.site-menu {
    float: left;
    width: 20px;
    padding: 0px 5px;
    margin-right: 10px;
    display: none;
}
.site-menu i:hover {
    cursor: pointer; 
    cursor: hand;
}
.site-mini {
    width: 115px;
    background-color: #f2f2f2;
    box-shadow: 0 5px 5px -5px #333;
    position: absolute;
    z-index: 1;
    visibility:hidden;
}
.site-mini ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.site-mini ul li {
    border-bottom: 1px #fff solid;
    padding: 3px;
    font-weight: bold;
    font-size: 12px;
}
.site-mini ul li a {
    color: #333;
}
.site-mini ul li:hover {
    background-color: #eee;
}
.site-mini ul li:last-child {
    border: 0;
}
/*--------------------------------------------------------------
# 
Responsive (Media Screens)
#
--------------------------------------------------------------*/
@media screen and (max-width: 979px) {
    #masthead {
        height: 60px;
    }
    #masthead .top {
        height: 35px;
        line-height: 35px;
    }  
    .main-navigation {
        display: none;
    }
    #masthead .site-menu {
        display: block;
    }
    #masthead .bottom {
        height: 25px;
    }
    .site-country {
        line-height: 35px;
    }
    .entry-content, body.archive .category-e .entry-content, #secondary {
        width: 100%;
        float: left;
        display: block;
    }
}
@media screen and (max-width: 767px){
    .site-name a {
        font-size: 22px;
    }
    .site-follow {
        margin-right: 0px;
    }
    .site-follow a {
        padding: 2.5px;
    }

    .site-country img {
        display: none;
    }
    #masthead .wp-social-login-widget  {
        height: 25px;
        width: auto;
        text-align: center;
        float: left;
    }
    body.home #content {
        height: auto;
    }
    .home-content {
        position: unset;
        height: auto;
        clear: both;
    }
    .home-content h1 {
        font-size: 1em;
        padding: 10px 0px;
    }
    .home-box, .home-box:nth-child(3), .home-box:nth-child(6) {
        width: 96%;
        margin: 0 auto 10px;
    }
    .home-box .home-box-text div a {
        padding: 25px 50px;
    }
    .home-footer {
        position: unset;
        height: auto;
        clear: both;
    }
    .home-footer div {
        width: 100%;
        display: block;
        float: none;
    }
    .td-footer div {
        display: block;
        float: none;
        width: 100%;
    }
    #primary, body.home #content .home-content {
        margin-top: 70px;
    }
    .entry-header h1 {
        padding: 10px;
        line-height: 25px;
        font-size: 20px;
    }
    .dwqa-question-filter .dwqa-sort-by {
        float: none;
    }
    body.bbpress .entry-content {
        padding: 10px 10px 0px;
    }
    li.bbp-topic-voice-count, li.bbp-topic-reply-count {
        display: none;
    }
    li.bbp-topic-title {
        width: 75%;
    }
    li.bbp-topic-freshness {
        font-size: 12px;
    }
    .entry-serviceref div {
        font-size: 11px;
        padding: 10px;
        font-weight: bold;
    }
    .entry-content, body.archive .category-e .entry-content {
        padding: 0px 20px;
    }
    .entry-ads, .widget-offer, .entry-bottom-ad {
        display: none;
    }
    .entry-comments {
        padding: 10px;
    }
    .comment-list {
        padding: 5px;
    }
    .widget-area .entry-related article {
        font-size: 1rem;
        height: 50px;
    }
    .entry-related article a img {
        width: 40px!important;
        height: 40px!important;
    }
    #ops-first div {
        float: none;
        display: block;
        width: 100%;
    }
    #ops-social {
        padding: 0;
        border: 0;
        margin-top: 12px;
    }
    #ops-social ul {
        overflow: auto;
        padding: 0;
    }
    #ops-stats div div {
        width: 50%;
    }
    .ops-tr table tr th {
        display: none;
    }
    .ops-tr table tr td {
        display: block;
        float: left;
    }
    .dwqa-bc-allcat {
        padding: 0px;
        height: 50px;
        width: 50px;
        line-height: 14px;
        padding-top: 10px;
        font-size: 10px;
        text-align: center;
    }
    .bc-dwqa .bc-dwqa-cat {
        width: 50px;
        height: 50px;
        font-size: 10px;
    }
    .bc-dwqa .bc-dwqa-sep {
        height: 50px;
        line-height: 50px;
    }
    .dwqa-bc-gpterm {
        display: none;
    }
}
/* END = @media screen and (max-width: 767px) */
/*
*
* START = @media screen and (max-width: 360px)
*
*/
@media screen and (max-width: 360px) {
    .post-box, .refer-forums, .refer-answers {
        margin: 2%;
        width: 96%;
        min-height: 135px;
    } 
    .post-box .post-image {
        width: 50px;
        height: 50px;
    }
    .post-box .post-box-meta {
        font-size: 14px;
    }
    .post-box h3 {
        font-size: 16px;
        text-align: center;
    }
}
@media screen and (max-width: 320px) {
    #masthead .bottom {
        font-size: 11px;
    } 
    #masthead .wp-social-login-widget  {
        margin-left: 5px;
    }
}
@media (min-width: 321px) and (max-width: 360px) {
    #masthead .bottom {
        font-size: 12px;
    } 
    #masthead .wp-social-login-widget  {
        margin-left: 10px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    #masthead .wp-social-login-widget  {
        float: none;
        text-align: center;
        width: 100%;
        display: block;
    }
    .home-box, .home-box:nth-child(3), .home-box:nth-child(6) {
        width: 47%;
        margin: 0 2% 20px 5px;
    }
    .widget-related .bbp-topics ul {
        padding: 0;
        list-style: none;
        width: 47%;
        display: inline-block;
    }
    .post-box {
        min-height: 150px;
    }
    .post-box .post-image {
        width: 60px;
        height: 60px;
    }
    .post-box .post-box-meta {
        font-size: 15px;
    }
    .post-box h3 {
        font-size: 18px;
        text-align: center;
    }
    .entry-related article, .widget-forum ul li {
        width: 47%;
        display: inline-block;
    }
}
@media (min-width: 768px) and (max-width: 799px) {
    .widget-offer {
        text-align: center;
    }
    #primary, body.home #content .home-content {
        margin-top: 70px;
    }
}
@media (min-width: 980px) and (max-width: 1279px) {
    .home-box {
        min-height: 141px;
    }
    .home-box .home-box-text div a {
        padding: 20px 60px;
    }
    .site-name a {
        margin-left: 15px;
    }
}
@media screen and (max-width: 1279px) {
    .entry-share {
        display: none;
    }
}