/*
Theme Name: myTheme Responsive
Theme URI: http://perfectnote.net/myTheme
Description: SEO friendly, simple and clean theme comes with custom menu, custom header background, custom body background, wordpress thumbnail, adsense spot ready, breadcrumbs ready and custom logo & favicon uploader. It has 7 different color schemes and also included stylesheet for print document. Compatible with WordPress 3.2 and above, valid XHTML5 & CSS3, sticky posts, widget-ready, fullwidth page ready, and threaded comments ready.
Version: 3.16
Author: Sonvh
Author URI: http://perfectnote.net
Tags: blue, black, red, green, gray, purple, brown, two-columns, fixed-width, custom-header, custom-background, threaded-comments, custom-menu, theme-options, full-width-template, sticky-post

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body {
    background: transparent url(images/bgSwoosh.gif) 450px 90px no-repeat;
    padding: 0;
    border: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8125rem;
    color: #000000;
    text-align: left;
    line-height: 1.5;
    overflow-x: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
   color: #099CFF;
}

h1, h2 {
    font-size: 1.125rem;
}
.h5, h5,
.h4, h4,
.h3,h3 {
    font-size: 0.9375rem;
}
/*Layout
============================================*/
#wrapper {

}
.full_width {

}
.clearfix {
    clear: both;
}
hr {
    background-color: #E6E6E6;
    border: 0 none;
    clear: both;
    height: 1px;
    margin: 0 0 15px;
}
pre, .attachment img, .commentlist li, .navigation .wp-pagenavi .extend, .navigation .wp-pagenavi span.pages {
    border: 1px solid #E0E0E0;
}
pre,  .attachment img, .post-pages a span, .post-pages span, .commentlist code {
    padding: 5px;
}
ol, ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
:focus {
    outline: 0 none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    max-width: 100%;
    height: auto;
}
}
a:link, a:visited,
.widget-box a,
a {
    color: #099CFF;
}
a:hover {
    
}
strong {
     color: #099CFF;
}
/*Header
========================================*/
#header {
    padding-top: 1rem;
    background: url(images/navTile.jpg) repeat-x left bottom;
    padding-bottom: 0.9375rem;
}
#logo {
    line-height: 0;
    margin: 0;
}

/*Main menu */
.navbar-expand-md {
    background: transparent!important;
    padding: 0;
    margin-bottom: 1.25rem;
}
.navbar-light .navbar-nav  > li::before {
    content: "|";
    padding: 0 7px;
    color: #099CFF;
}
.navbar-light .navbar-nav > li:first-child::before {
    content: "";
    padding: 0;
}
.navbar-light .navbar-nav >li > .nav-link {
	 color: #333;
    padding: 0;
	font-size:13px;
    display: inline-block;
    position: relative;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
	color:  #099CFF;
    text-decoration: underline;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    border: 1px solid #ccc;
    padding: 0;
    border-radius: 0;
}
.navbar-expand-md .navbar-nav .dropdown-menu li a {
    text-transform: capitalize;
    border-bottom: 1px solid #ccc;
    padding: 0.5rem 5px;
    font-size: 0.8125rem;
}
.navbar-expand-md .navbar-nav .dropdown-menu li.current-menu-item > a,
.navbar-expand-md .navbar-nav .dropdown-menu li a:hover {
    color:  #099CFF;
}
.navbar-light .navbar-toggler {
    color: #fff;
    border-color: rgba(0,0,0,.1);
    margin-left: auto;
    border: 0;
    text-transform: uppercase;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
    color: #fff;
}
body .wpmm-menu {
    background-color: #099CFF !important;
    --mm-color-background: #099CFF;
}
body .mm-searchfield input {
 background: #fff;
}
body .mm-btn::after, .mm-btn::before {
    border-color: #fff;
}
#sticky-nav .search-form .col-3 {
    display: none;
}
#sticky-nav  .d-block {
width: 60%;
}
#sticky-nav .col-9 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin: 0;
}
#sticky-nav .form-group {
    margin: 0;
}
/*
.dropdown:hover > .dropdown-menu {
    display: block;
}*/
/*Main content
=========================================*/
#content {
    font-size: 0.86em;
}
  .alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
 .alignright,   img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
  .aligncenter,  img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
 img.alignleft,   img.alignright, img.aligncenter {
    margin-bottom: 12px;
}
#content .alignnone {

}
#content .wp-caption {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #E6E6E6;
    padding: 4px 0 5px;
    text-align: center;
}
#content .wp-caption img {
    border: 0 none;
    margin: 5px 0;
    padding: 0;
}
#content .wp-caption p.wp-caption-text {
    font-size: 90%;
    font-weight: 400;
    line-height: 12px;
    margin: 0;
    padding: 0;
}
.gallery-caption ,
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}
/* 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: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/*Sidebar */
.sidebar .widget {
    margin-bottom: 1.25rem;
}
#sidebar .widget {
    margin-bottom: 30px;
}
.fb_iframe_widget span,
.fb_iframe_widget * {
	max-width:100%;
}
.sidebar-right  .cat-post-widget h3.widgettitle,
h3.widgettitle {
    font-size: 1.2em;
    margin: 0;
    color: #099CFF;
}
.widget-box,
.sidebar .category-posts-internal ,
.sidebar ul.menu {
    list-style: none;
    font-size: 0.85em;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0 0 5px #ddd;
    margin-top: 8px;
    overflow: hidden;
}
.sidebar ul.lcp_catlist li:first-child a::before,
.sidebar ul.lcp_catlist li:nth-child(2) a::before,
.sidebar .category-posts-internal > li:first-child a span::before,
.sidebar .category-posts-internal > li:nth-child(2) a span::before {
    content: "NEW ";
    font-weight: 700;
}

.componentLink1 {
    float: right;
    clear: both;
    padding: 0 20px 0 0;
    background: transparent url(images/linkBlue.gif) no-repeat;
    background-position: right 2px;
}
.widget-box-c {
    background: transparent url(images/onlineFooter.jpg) bottom center no-repeat;
    background-size: 100% auto;
    padding-bottom: 82px;
}
.widget_media_image a {
    display: block;
}
.widget_media_image a img {
    width: 100%;
}

.sidebar  ul.lcp_catlist li,
.entry-content ul li,
.sidebar .category-posts-internal li,
.sidebar ul.menu li {
    padding-left: 15px;
    background-image: url(images/bulletBlue.gif);
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-bottom: 5px;
}

.sidebar .alignleft {
    margin-right: 10px;
}
/*Comment */
#respond {
    clear: both;
    margin: 15px 0;
}
#respond p {
    color: #777777;
    margin: 0 0 10px;
}
h3.responds {
    font-size: 1.5em;
}
#commentform {
    margin: 10px 0 0;
}
#commentform label {
    font-size: 12px;
}
#commentform input.txt, #commentform textarea {
    border-color: #CCCCCC #EFEFEF #EFEFEF #CCCCCC;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    line-height: 14px;
}
#commentform input.txt {
    background: none repeat scroll 0 0 #FCFCFC;
    clear: both;
    float: left;
    margin: 0 5px 10px 0;
    padding: 5px 7px;
    width: 170px;
}
#commentform textarea {
    background: none repeat scroll 0 0 #FCFCFC;
    line-height: 130%;
    padding: 7px;
    width: 97% !important;
}
#commentform #submit {
    border-color: #DDDDDD #CCCCCC #CCCCCC #DDDDDD;
    border-style: double;
    border-width: 3px;
    cursor: pointer;
    font-size: 1.2em;
    margin-top: 10px;
    outline-color: #DDDDDD;
    padding: 5px;
    width: 170px;
}
.button, .button:visited, .reply a, a#cancel-comment-reply-link {
    background-color: #099CFF;
    border: 0;
    color: #fff !important;
    cursor: pointer;
    display: block;
    font-weight: 600;
    padding: 5px 10px 6px;
    position: relative;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
}
.comments-box {
    padding: 10px 0 0;
}
#content .comments-box h3 {
    border: medium none;
    display: block;
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}
#content p.comment-notes {
    font-size: 12px;
}
a#cancel-comment-reply-link {
    display: block;
    font-size: 11px;
    margin-top: 10px;
    padding: 0 5px;
    width: 68px;
}
cite.fn {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.05em;
    padding-top: 0;
}
.text {
    border: 1px solid #E6E6E6;
    color: #777777;
    padding: 2px;
    width: 200px;
}
.nopassword {
    color: #AAAAAA;
    font-size: 24px;
    font-weight: 100;
    margin: 26px 0;
    text-align: center;
}
ul.children {
    margin-left: 0;
}
ol.commentlist {
    margin: 0;
    padding: 0;
}
.commentlist li {
    list-style: none outside none;
    margin: 10px 0 0;
    padding: 15px;
}
.commentlist li.depth-2, .commentlist li.depth-4 {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #E0E0E0;
    margin-left: 15px;
}
.commentlist li.depth-3, .commentlist li.depth-5 {
    background: none repeat scroll 0 0 #FAFAFA;
    border-bottom: 1px solid #E0E0E0;
    margin-left: 15px;
}
.commentlist li blockquote {
    background: url("images/quote-comment.png") no-repeat scroll 0 8px transparent;
    margin: 0 0 11px;
    padding: 0 0 0 25px;
}
.commentlist code {
    background: none repeat scroll 0 0 #E6E6E6;
}
.commentlist p {
    clear: both;
    font-size: 1.1em;
    line-height: 1.6em;
    padding: 0;
}
.commentlist .moderation {
    color: #660000;
    margin-top: 10px;
}
.commentlist .thread-even {
    background: none repeat scroll 0 0 #FAFAFA;
}
.commentlist .children {
    margin-top: 15px;
}
.commentlist .comment-author {
    margin-bottom: 5px;
}
#content .commentlist .avatar {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E9E9E9;
    float: left;
    margin-right: 10px;
    padding: 3px;
}
.commentlist .reply {
    margin: 5px 0 0;
    text-align: right;
}
#content .commentlist .reply a, #content .commentlist .reply a:visited, #content .cancel-comment-reply a {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 11px;
    padding: 0 6px 1px !important;
    text-align: center;
    text-decoration: none !important;
}
.commentlist .comment-meta {
    float: left;
    margin-bottom: 15px;
}
.commentlist .comment-date a, .commentlist .comment-date a:visited {
    color: #888888;
    font-size: 1.1em;
}
.commentlist .comment-meta a {
    color: #666666 !important;
    text-decoration: none;
}
.metadata a:hover, cite.fn a, cite.fn a:hover {
    text-decoration: none;
	
}


/*Footer
=============================================*/
#footer {
    margin-top: 2rem;
}
#footer a {
    color: inherit;
}
.footer-top {
    background: transparent url(images/footerArc.png) top center no-repeat;
    color: #FFFFFF;
    padding-top: 35px;
    font-size: 0.8em;
}
.copyright {
    color: #C0C0C0;
    font-size: 0.6rem;
    padding: 0 0 30px 0;
}
.copyright p {
    margin: 0;
}
/*Other 
=============================================*/
.overflow {
    overflow: hidden;
}
.tableStyle1 td {
    vertical-align: top;
    padding: 4px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.tableStyle1 .col1 {
    width: 25%;
    font-size: 1.2em;
    color: #099CFF;
    background-color: #F3F3F3;
}
.tableStyle1 .col2 {
    width: 75%;
    background-color: #F3FAFF;
}
.tableStyle2 td {
    vertical-align: top;
    padding: 4px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    height: 21px;
}
.entry-content table {
    max-width: 100%;
    width: 100%;
}
.tableStyle2 .col1 {
    width: 50%;
    font-size: 1.2em;
    color: #000000;
    background-color: #F3F3F3;
}
.tableStyle2 .col2 {
    width: 50%;
    background-color: #F3FAFF;
}
.tableStyle3 td {
    vertical-align: top;
    padding: 4px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.tableStyle3 .col1 {
    width: 25%;
    font-size: 1.2em;
    color: #000000;
    background-color: #F3FAFF;
}
.tableStyle3 .col2 {
    width: 45%;
    background-color: #F3F3F3;
}
.tableStyle3 .col3 {
    width: 30%;
    background-color: #F3FAFF;
}
.tableStyle4 td {
    vertical-align: top;
    padding: 2px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
        background-color: #F3F3F3;
         width: 25%;
}
.tableStyle4  h2 {
    margin: 1rem 0;
}
.tableStyle5 td {
    vertical-align: top;
    padding: 2px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    background-color: #F3F3F3;
}
.tableStyle7 td {
    vertical-align: top;
    padding: 2px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.tableStyle7 .col2 {
    width: 33%;
    background-color: #F3F3F3;
}
.tableStyle7 .col1 {
    width: 34%;
    background-color: #F3F3F3;
}
.entry-content ul {
    padding: 0;

}
ul.lcp_catlist ,
ul.display-posts-listing {
    padding: 0;
    margin: 0;
}
.entry-content ul.lcp_catlist li,
ul.display-posts-listing  li {
    border: 1px solid #CCCCCC;
    margin-top: 1.5rem;
    background: transparent;
    padding: 0;
}
div.advertArea,
.entry-content ul.lcp_catlist li ,
ul.display-posts-listing  li  {
    
background: rgba(238,238,238,1);
background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,238,238,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
font-size: 1rem;
font-weight: 700;
text-align: center;
display: block;
color: #8B8B8B;
padding: 2rem 1rem;
}
.entry-content ul.lcp_catlist li a {
    display: block;
    font-size: 1.5rem;
}
ul.lcp_catlist li .lcp_excerpt {
	font-size: 0.86em;
	font-weight:normal;
}
.lcp_thumbnail {
	width:100%;
	margin:1.5rem 0;
}
div.advertArea {
     border: 1px solid #CCCCCC;
     padding: 1rem;
     color: #8B8B8B;
     font-size: 1rem;
      margin-top: 1.5rem;
}
div.advertArea p {
    margin: 0;
}
.btn-primary {
    width: 100%;
}
.navigation {
    padding: 2rem 0;
}
.gallery:after {content:"";display:table;clear:both;}


img.aligncenter, div.aligncenter, figure.aligncenter, img.wp-post-image {display:block; margin:1em auto;}
img.alignright, div.alignright, figure.alignright {float:right; margin:1em 0 1em 2em;}
img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {float:left; margin:1em 1em 2em 0;}
figure {max-width: 100%; height: auto; margin:1em 0;}
p img.alignright, p img.alignleft {margin-top:0;}

.gallery figure img {max-width:100%; height:auto; margin:0 auto; display:block;}

.gallery figure {float:left; margin:0 2% 1em 0;}

.gallery.gallery-columns-1 figure {width:100%; margin:0 0 1em 0; float:none;}

.gallery.gallery-columns-3 figure {width:32%;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {margin-right:0;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {clear:left;}

.gallery.gallery-columns-2 figure {width:49%;}
.gallery.gallery-columns-2 figure:nth-of-type(even) {margin-right:0;}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {clear:left;}

.gallery.gallery-columns-4 figure {width:23.25%;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {margin-right:0;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {clear:left;}

.gallery.gallery-columns-5 figure {width:18%;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {margin-right:0;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {clear:left;}

.gallery.gallery-columns-6 figure {width:14.2%;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {margin-right:0;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {clear:left;}

.gallery.gallery-columns-7 figure {width:12%;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {margin-right:0;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {clear:left;}

.gallery.gallery-columns-8 figure {width:10.2%;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {margin-right:0;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {clear:left;}

.gallery.gallery-columns-9 figure {width:8.85%;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {margin-right:0;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {clear:left;}





@media (min-width: 1024px) {
    #logo {
        max-width: 181px;
    }

.contact-info {
    float: right;
    padding-top: 0;
}
.navbar-expand-md .navbar-nav {
    margin-left: auto;
}
.sidebar {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
#content {
  -ms-flex: 0 0 60%;
flex: 0 0 60%;
max-width: 60%;
}

}
/* CSS for tablet
--------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 979px) {

}

/* CSS for phablet
--------------------------------------------------------*/
@media (max-width: 768px) {
    #header {
    background: transparent;
        text-align: center;
}
#logo {
    margin: 0 0 1rem;
}
.contact-info {
    display: block;
}
.footer-top {
    background: #099cff;
   border-top: 4px solid #8cd1ff;
   padding: 2rem 0;
   margin-bottom: 2rem;
}
div.fb_iframe_widget {
    display: block;
}
.fb_iframe_widget iframe,
.fb_iframe_widget span {
    width: 100%!important;
    display: block;
}

#sticky-nav {
    position: sticky;
    background: #099cff !important;
    padding: 10px 15px;
    z-index: 9999;
    top: 0;
}

}

/* CSS for phone
--------------------------------------------------------*/
@media (max-width: 480px) {
}