/*!
Theme Name: IWeb Pathology
Theme URI: http://iwebdm.com/wordpress-theme/pathology
Author: IWebDM
Author URI: http://iwebdm.com/
Description: Iweb Pathology is fast, fully customizable & beautiful theme for Pathology Lab, with bold details and unique styling in all the right places. Design wonderful sites using multiple features given in the theme. All useful options are under single panel. It also has lots of customization options (Theme Color, Slider, Health Packages, Our Doctors, copyright options and social options etc.)  that will help you create a beautiful website. Theme is responsive so it works on mobile devices out of the box. Learn more about the theme at http://www.iwebdm.com/wordpress-themes/documentation-pathology/ and demo sites at http://www.iwebdm.com/demo-pathology/
Version: 1.0.10
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iweb-pathology
Tags: custom-background, custom-header, custom-logo, custom-menu, threaded-comments, custom-colors, featured-images, full-width-template, right-sidebar, theme-options, footer-widgets

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

IWeb Pathology is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/ 
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

body,
button,
input,
select,
optgroup,
textarea {
	color: #606060;
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
/*	font-size: 1rem; */
	line-height: 1.5;
}


h1 {
	font-size: 32px;
	margin: 0.67em 0;
    font-family: 'Domine', serif;
    letter-spacing: 2px;
}
h2 {
    font-size: 28px;
    margin: 10px 0;
}
h3 {
    font-size: 24px;
    margin: 10px 0;
}
h4 {
    font-size: 20px;
    margin: 10px 0;
}
h5 {
    font-size: 18px;
    margin: 10px 0;
}
h6 {
    font-size: 16px;
    margin: 10px 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #3c3950;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
    font-size: 17px;
	margin-bottom: 1.5em;
}

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

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%;
}
.iheader {          /*  h1  */
    clear: both;
    line-height: 1.4;
    margin: 0 0 0 0;
    padding: 10px 0 0 0;
    }
.entry-meta {       /* Date and Author name above Post Featured Image  */
    font-size: 13px;
    padding-bottom: 5px;
}
blockquote {
  background: #fff;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
} 

@media screen and (max-width: 600px) {
   
    .entry-header h1, .page-header h1, .entry-header h2 {
        font-size: 26px;
    }
}

.post-thumbnail img {
    /*border: 1px solid;
    box-shadow: 0 16px 23px -12px rgba(0,0,0,.36), 0 4px 15px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 16px 23px -12px rgba(0,0,0,.36), 0 4px 15px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);*/
}

/*--------------------------------------------------------------
# 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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

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. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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;
	color: rgba(0, 0, 0, 0.8);
	font-size: 14px;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #333;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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: #808080;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


/* ======================
    For header.php  
========================= */

.site-header {
    position: fixed;
    width: 100%;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    background-color: #252831;
    z-index: 11111;
}

.topbarsocial {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 90%;
    min-height: 28px;
    padding: 5px 0;
    font-size: 14px;
    color: #f8f8f8;
    overflow:hidden;
}
.topbarsocial-a {
    width: 75%;
    float: left;
    font-size: 13px;
}
.topbarsocial-a .fa {
    color: #f8f8f8;
    margin-right: 8px;
}
.topbarsocial-a1,.topbarsocial-a2 {
    display: inline-block;
    margin: 5px 0;
}
.topbarsocial-b {
    width: 25%;
    float: right;
    text-align: right;
}
.topbarsocial-b .fa {
    text-align: center;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 100%;
    margin: 0 5px;
    color: #f8f8f8;
}
.topbarsocial-b .fa:hover {
    animation: patho_rotateY 1s linear infinite;
    -webkit-animation: patho_rotateY 1s linear infinite;
    -moz-animation: patho_rotateY 1s linear infinite;
    -o-animation: patho_rotateY 1s linear infinite;
}
.topbarbut {
    font-size: 13px;
    background-color: transparent;
    color: #f8f8f8;
    border: 1px solid;
    border-radius: 4%;
    padding: 3px 5px;
    margin: 3px 10px;
}
.topbarbut:hover {
    background-color: #e8e8e8;
    color: #333;
    border: 1px solid #fff;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .topbarsocial, .topbarsocial-a, .topbarsocial-b {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 3px 0;
    }
}

.fullwidth {
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 10px 0;
}

.fixed-header {
    width: 100%;
    position: fixed;
    top:0; 
    left: 0;
    border-bottom: 2px solid;
    animation: smoothScroll 1s forwards;
    -webkit-animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {  /* also used in slider file */
	0% {
		transform: translateY(-140px);
        opacity: 0;
	}
	100% {
		transform: translateY(0px);
        opacity: 1;
	}
}
@-webkit-keyframes smoothScroll {
	0% {
		transform: translateY(-140px);
        opacity: 0;
	}
	100% {
		transform: translateY(0px);
        opacity: 1;
	}
}

#primary {          /*  For page contant */
    margin: 0 auto;
    width: 90%;
    float: none;
}

.site-title {
    font-family: 'Domine', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin: 0 auto;
    color: #fff;
    letter-spacing: normal;
}
.site-title a:hover {
    color:#333;
}

.site-description {
    margin: 0 auto;
    padding: 0 0;
    font-size: 14px;
    color: #fff;
    line-height: normal;
}

@media screen and (min-width: 601px) {
    #header-90 {
        width: 90%;
        height:auto;
        display: flex;
         align-items: center;
         margin: 0 auto;
    }
    
    .site-header .site-branding {
        box-sizing: border-box;
        width: 600px;
        height: auto;
        display: flex;
         align-items: center;
         /*margin: 0 auto;*/
        float: left;
        position: relative;
    }
    .logo-l {
        float: left;
        vertical-align: middle;
}
    .logo-l img {
        max-height: 60px;
        width: auto;
        vertical-align: middle;
    }

    .title-r {
        display: inline-block;
        margin: 0 10px 0 0; 
    }    
}

@media screen and (max-width: 600px) {
    
    .site-header {
        position: static;
    }  
    #header-90 {
        display: block; 
        text-align: center;
    }    
    .site-header .site-branding {
        display: inline-block;
        width: 100%;
        padding: 10px 0;
        margin: 0 auto;        
    }   
      .inavbar {         
        margin: 5px auto;
        display: block;
    }
     .logo-l, .title-r {
         clear: both;
        /*display: inline-block;*/
         vertical-align: middle;
         text-align: center;
         margin-bottom: 10px;
    }
    .title-r {
        margin: 0 10px;
    }    
    .site-title {
        font-size: 24px;
    }
    .logo-l img {
        max-height: 55px;
        width: auto;
        vertical-align: middle;
    }
    .inavbar button {
        float: none !important; 
    }
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
@media (min-width:601px) {
    .inavbar {
        margin: 0 auto;
        padding: 0 0;
        height: auto;
        float: right;
    } 
}

/*----## CSS to use for Mobile ------*/

@media screen and (max-width: 967px) {
    
    .fixed-header {
        animation: none;
    }
     
.inavbar ul, .inavbar ol {      /*  in Mobile view  */
    float: left;
    background-color: #333;
    color: #f0f0f0;
    z-index: 2000;
    position: absolute;
    right: 0;
    /*left: 0;*/
    width: 100%;
    text-align: left;
    animation: ifadeInRight 1s;
}
     
.inavbar button {
    background-color:transparent;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    float: right;
    border: 1px solid #fff;
}

     .nav-menu ul {
         display: none;
        clear: both;
        position: relative;
         margin: 0 5px;
    }
      
    .nav-menu li a, .nav-menu ul a {
        font-size: 16px;
    }
      
    .main-navigation li {
        margin: 2px 5px;
    }   

    .main-navigation ul li:hover > ul,
    .main-navigation ul li:focus > ul,
    .main-navigation .focus > ul {
        display: block;
    }
    .main-navigation ul li:hover > a {
        background-color: #333;
    }    

    .main-navigation li ul li a:hover,
    .main-navigation li ul li a:focus {
        background-color: #333;
        /*color: #fff;*/
    }  
    
    .main-navigation li > a:after { content:' \0025BE';font-size: 20px;vertical-align: middle;color: #fff; } 
    .main-navigation li li > a:after { content:' \0025BE';font-size: 20px;vertical-align: middle; color: #fff; }
    .main-navigation li li > a:only-child:before { content: ' '; }  
    .main-navigation li > a:only-child:after { content: ' '; }  
}

/*----## CSS to use for common ------*/


.main-navigation {
    margin: 0 auto;
    width: 100%;
}

.main-navigation li {
    font-size: 14px;
}
.main-navigation a {
    color: #fff;     /* menu toggle btn open box text color  */
}

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

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
    display: none;
}
 
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
    display: inline-block;
}
 
/*----## CSS to use on full width----- */
 
@media screen and (min-width: 968px) {
    
       .inavbar {
        margin: 0 auto;
        padding: 0 0;
        height: auto;
        float: right;
        width: 100%;
    } 
 
.inavbar ul, .inavbar ol {   
    margin: 5px 0;
}   

.menu-main-navigation-container ul {
    padding: 0 0;
}  
    
    .main-navigation a {
        padding: 0 10px;
        line-height: normal;
    }
    
.main-navigation ul.nav-menu,
    .main-navigation div.nav-menu > ul {
        display: inline-block;  /*  !important  */
        text-align: right;
        width: 100%;
    }
    .main-navigation ul {
        margin: 0;
        text-indent: 0;
        right: 0;
    }
    
    .main-navigation li a,
    .main-navigation li {
        display: inline-block;
        text-decoration: none;
    }
    .main-navigation li a {
        color: #fff;
        text-transform: uppercase;
        white-space: nowrap;
    }
    .main-navigation li a:hover,
    .main-navigation li a:focus {
        /*background: #006bb3;*/
        /*color: #00bd86;*/
    }
    .main-navigation li {
        position: relative;
        text-align: left;
    }
    
    .main-navigation li:first {
        position: relative;
        float: left;
    }
    
    .main-navigation li ul {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 1;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }
    .main-navigation li ul ul {
        top: 0;
        right: 100%;
    }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li:focus > ul,
    .main-navigation .focus > ul {
        border-left: 0;
        clip: inherit;
        overflow: inherit;
        height: inherit;
        width: inherit;        
        animation: ifadezomin 1s;
        background-color: #333;
    }
    .main-navigation li ul li a {
        color: #fff;
        border-top: 1px solid #fff;
        display: block;
        font-size: 13px;
        padding: 6px 10px;
        width: 200px;
        white-space: normal;
    }
    .main-navigation li ul li a:hover,
    .main-navigation li ul li a:focus {
        /*background-color: #0db7c4;   custom-classes */
        color: #fff;
    }  
    
    .main-navigation ul li:hover > a {      /* Keep parent menu highlighted while hovering over sub menus */
        /*background-color: #0db7c4; /* custom-classes */
        color: #333; 
    }
 
    .main-navigation .current-menu-item > a {
        color: #fff;
        background-color: #777;
        /*border: 1px solid #fff;*/
    }
    .menu-toggle {
        display: none;
    }
    
/* display arrow for submanu */
.main-navigation li > a:after { content:' ▾';font-size: 20px;vertical-align: middle; color: #fff; } 
.main-navigation .sub-menu li > a:after { content:' ';} 
.main-navigation li li > a:before { content:'\0025C2 ';font-size: 17px;margin-right: 5px; vertical-align: middle; color: #fff;}
    .main-navigation li li > a:only-child:before { content: ' '; }
    .main-navigation li li > a:after { content: ' '; }  
    .main-navigation li > a:only-child:after { content: ' '; }  
    }

/* ================
    Sidebar  
=================*/

.content-area-l .site-main-l {
    margin: 0 auto;
    width: 75%;
    float: left;
    padding: 0 31px 0 0;
    overflow: hidden;
}
#sidebar-1 {
    margin: 0 auto;
    width: 25%;
    float: right;
    padding: 30px 0px 10px 15px;
    overflow: hidden;
}
.content-area-r .site-main-r {
    margin: 0 auto;
    width: 75%;
    float: right;
    padding: 0 0 0 10px;
    overflow: hidden;
}
#sidebar-2 {
    margin: 0 auto;
    width: 25%;
    float: left;
    padding: 10px 15px 10px 0;
    overflow: hidden;
}
.site-main-r h1.entry-title {
    margin-top: 0;
}

@media screen and (min-width: 740px) and (max-width: 1040px) {
    .content-area-l .site-main-l, .content-area-r .site-main-r {
        width: 70%;
    }
    #sidebar-1, #sidebar-2 {
    width: 30%;
    }
}

@media screen and (max-width: 739px) {
    .content-area-l .site-main-l, .content-area-r .site-main-r {
        width: 100%;
        float: left;    
    }
    #sidebar-1, #sidebar-2 {
        margin: 0 auto;
        width: 100%;
        float: none;   
        }
}    

/*====================
    Links and breadcrumb
==================== */

a {
	color: inherit;
    text-decoration: none;
}

a:hover {
	/*color: #00bd86;*/
}

a:focus {
	outline: none;
}

.breadcrumb {
    /*display: inline-block;*/
    padding: 8px 5px 8px 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    list-style: none;
    text-align: left;
    background-color: transparent;
}
.breadcrumb a {
    text-decoration: none;
}

/* ==============================
    Previous / Next Post
================================= */

.ppost {
    font-size: 14px;
    float: left;
}
.npost {
    font-size: 14px;
    float: right;
}
.ppost span, .npost span {
    /*color: #00bd86;*/
}

.widget .search-form input[type="submit"] {
    max-width: 300px;
}

/* ==============================
    Comments on Post
================================= */

.comment-body {
    margin: 15px 2px;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
}
.children .bypostauthor .comment-body {     /* change background color of Author's comment */
    background-color: #F8F8F8; 
}

/* ================
    For Footer 
=================== */

.site-info {
    clear: both;
    background-color: #111;
	color: #999;
	font-size: 13px;
    padding: 10px 10px;
    text-align: center;
}
/* ==============================
    Footer Widget
================================= */

#footer-sidebar-w {
    margin: 0 auto;
    width: auto;
    padding: 10px 0;
    background-color: #252831;
    color: #fff;
}
#footer-sidebar {
    margin: 0 auto;
    width: 90%;
}
#footer-sidebar p {
    color: #999;
    line-height: 1.8;
}
#footer-sidebar .widget h2 {
    font-size: 18px;
    padding: 1px 5px;
    text-align: left;
    background-color: transparent;
    color: #fff;
    line-height: 2;
    border-bottom: 1px solid #555;
    width: 100% !important;
}
#footer-sidebar li { 
    line-height: 1.8;
    color: #c8c8c8;
}
#footer-sidebar .footer-sidebar1 {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    overflow: hidden;
}
.footer-sidebar1 {
padding: 15px 15px 0 15px;
}
#footer-sidebar ul, #footer-sidebar ol {
   margin: 0 5px 0 25px; 
}

@media screen and (max-width: 968px) and (min-width: 640px) and (orientation:landscape) {
    #footer-sidebar .footer-sidebar1 {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 5px;
    }   
}

@media screen and (max-width: 639px) {
    #footer-sidebar .footer-sidebar1 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 5px;
    }   
}

/* ==============================
   Footer Social Icon
================================= */

#ifooter {
    margin: 0 auto;
    width: 100%;
    padding: 0 0;
    background-color: #252831;
    color: #d8d8d8;
    text-align: center;
}

.isocial {
    margin: 0 auto;
    width: 90%;
    padding: 10px 0 5px 0;
    float: none;
    border-top: 1px solid #555;
}
.isocial .fa {
    text-align: center;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 100%;
    margin: 0 5px;
}

.isocial .fa:hover {
    text-align: center;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 100%;
    margin: 0 5px;
    background-color: #F5F5F5;
}
  
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
    border-top: 1px outset #333;
}
.widget:first-of-type {
    border-top: none;
}

.widget select {
	max-width: 100%;
}

.widget h2 {
    font-size: 17px;
    padding: 1px 5px;
    text-align: left;
    color: #3c3950;
}
.widget ul, .widget ol {
    font-size: 14px;
    /*margin: 0 0 10px 10px;*/
    padding: 0 0;
}
.widget input[type="search"] {
    width: 190px;
    margin: 10px 10px 10px 0;
}
.widget .textwidget {
    font-size: 14px;
    padding-left: 10px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## 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;
}
