
img {max-width: 100%;height: auto}

a:hover {text-decoration: none}
/*--------------------------------------------------------------
# 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;
}
.default-bg{
    background-color: #19b5fe;
}
.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: #19b5fe;
	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. */
}


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



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

.page-links a {
    border: 1px solid #ddd;
    display: inline-block;
    margin-left: 8px;
    padding: 2px 10px;
}
.page-links {
    margin: 25px 0;
}

article.sticky {
    position: relative
}

article.sticky::after {
    color: #19b5fe;
    content: "\f08d";
    font-family: FontAwesome;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: rotate(30deg);
}

.sticky {}

.bypostauthor {}


article.post a {
    color: #333;
}
.entry-header h2 {
    font-size: 25px;
}
.entry-header {
    margin-bottom: 25px;
}
.entry-footer, .entry-meta, .cat-links {
    font-size: 90%;
}
.entry-footer span {padding-right: 15px;}
.entry-meta > span {
    padding-right: 15px;
}
.entry-meta i.fa {
    padding-right: 5px;
}

article.post a.hostwind-btn {
    color: #fff;
    margin-top: 10px;
}
.entry-footer {
    margin-top: 15px;
}
article.post {
    margin-bottom: 50px;
}
.navigation.posts-navigation .nav-links {
    border-top: 1px solid #ddd;
    margin-bottom: 30px;
    overflow: hidden;
}
.navigation.posts-navigation .nav-links > div {
    float: left;
    width: 50%;
}
.navigation.posts-navigation .nav-links > div.nav-next {
    float: right;
    text-align: right;
}
.navigation.posts-navigation .nav-links a {
    color: #333;
    display: block;
    padding: 10px 0;
}
.widget-title {
    font-size: 25px;
}
.widget li {
  overflow: hidden;
}
.widget_calendar table {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    width: 100%;
}
.widget_calendar table td,
.widget_calendar table th {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 5px;
    text-align: center;
}
.widget_calendar table caption {
    font-weight: 700;
}
.widget {
    margin-bottom: 40px;
}
.widget select {max-width: 100%}
.widget a {
  color: #333;
}
.widget ul {
    line-height: 30px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.rss-date,
.rssSummary {
    color: #999;
    font-size: 12px;
    font-weight: 300;
}
.widget_rss cite {
    color: #999;
    font-size: 13px;
    font-weight: 300;
}
.widget_rss li {margin-bottom: 15px}
.widget ul.children, .widget ul.sub-menu {
  padding-left: 15px;
}

.cat-links a {
    text-decoration: underline;
}


.entry-content table {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.entry-content table td, .entry-content table th {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
}
.entry-content dd {
    margin-bottom: 15px;
}
.entry-content ul, .entry-content ol {
    padding-left: 15px;
}
.navigation.post-navigation .nav-links {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: 30px;
    overflow: hidden;
}
.navigation.post-navigation .nav-links > div {
    float: left;
    width: 50%;
}
.navigation.post-navigation .nav-links > div.nav-next {
    float: right;
    text-align: right;
}
.navigation.post-navigation .nav-links a {
    display: block;
    padding: 10px 0;
}



/*******************
***** 8. Comments CSS
********************/

.comments-title {
    margin-bottom: 35px;
    font-size: 30px;
    color: #000000;
}
.comment-list {
    max-width: 790px;
}
.comment-list,
.children {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.says {
    display: none;
}
.comment-author.vcard img {
    float: left;
    margin-right: 18px;
}
.comment-content {
  color: #555555;
  padding-left: 50px;
  margin-top: 15px;
}
.comment-content table {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.comment-content table td,
.comment-content table th {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
}
.comment-content ol {
    padding-left: 15px;
}
.comment-author.vcard img {
    border-radius: 50%;
    position: relative;
    top: 10px;
}
b.fn {
    color: #666;
    font-size: 18px;
    text-transform: capitalize;
}
b.fn a,
.comments-area a {
    color: #000;
}
.comment-list > li,
.children article {
    margin-bottom: 30px;
}
.comment-metadata a time {
    color: #777777;
    font-size: 14px;
    font-weight: 300;
}
.reply {
  padding-left: 50px;
}

.reply a {
    color: #666;
}
.children {
    padding-left: 25px;
}
.comment-form p > input,
.comment-form p textarea {
    border: 1px solid #cfcfcf;
    padding: 8px 0 8px 10px;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    resize: none;
}
.comment-reply-title {
    margin-bottom: 30px;
}
.logged-in .comment-reply-title {
    margin-bottom: 30px;
}
.comment-form p > input:focus,
.comment-form p textarea:focus {
    border-color: #818181;
    box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.2);
}
.comment-form {
    padding-right: 10px;
}
.comment-form .comment-notes {
    display: none;
}
.logged-in .form-submit {
    bottom: 4px;
    right: 0;
}
.logged-in .comment-form p:nth-child(2) {
    float: none;
}
.logged-in .comment-form p:not(:first-child) {
    float: none;
    width: 70%;
}
.logged-in .comment-form-comment textarea {
    display: block;
    width: 100%;
}
.comment-form p > input[type="submit"] {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

#cancel-comment-reply-link{
    color: red;
}

.mainmenu {
    text-align: right;
}
.mainmenu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.mainmenu ul li {
    display: inline-block;
    position: relative;
}
.mainmenu li a {
  color: #222;
  display: block;
  padding: 40px 15px;
  position: relative;
}

.mainmenu ul li:hover > a {
    color: #000
}
.mainmenu ul li.boxed-menu a {
    background: #19b5fe none repeat scroll 0 0;
    color: #fff;
    padding: 8px 20px;
}
.mainmenu ul li {
    position: relative;
}
.mainmenu ul li a {
    margin-left: 0;
}
.mainmenu ul li ul {
    background: #fff none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 120%;
    width: 260px;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    z-index: 9;
    text-transform: none;
    -webkit-transition: .4s;
    transition: .4s
}
.mainmenu ul > li:nth-last-child(1) > ul,
.mainmenu ul > li:nth-last-child(2) > ul,
.mainmenu ul > li:nth-last-child(3) > ul,
.mainmenu ul > li:nth-last-child(4) > ul {
    right: 0;
    left: auto;
}
.mainmenu ul li ul li {
    display: block;
}
.mainmenu ul li ul li a {
    display: block;
    text-align: left;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 5px 15px;
    line-height: 30px;
    text-transform: none
}
.mainmenu ul li ul li:last-child a {
    border-bottom: 0px solid
}
.mainmenu ul li ul li:hover > a,
.mainmenu ul li ul li.current_page_item > a,
.mainmenu ul li ul li.current-page-ancestor > a {
    border-color: transparent;
    background-color: #f3f2f2;
    border-left-color: #19b5fe;
}
.mainmenu ul li ul li ul {
    left: 100%;
    top: 200%;
}
.mainmenu ul > li:nth-last-child(4) ul > li > ul,
.mainmenu ul > li:nth-last-child(5) ul > li > ul,
.mainmenu ul > li:nth-last-child(1) ul > li > ul,
.mainmenu ul > li:nth-last-child(2) ul > li > ul,
.mainmenu ul > li:nth-last-child(3) ul > li > ul,
.mainmenu ul > li > ul > li > ul > li > ul {
    left: auto;
    right: 100%;
}
.mainmenu ul > li:nth-last-child(1) > ul > li > ul > li > ul,
.mainmenu ul > li:nth-last-child(2) > ul > li > ul > li > ul,
.mainmenu ul > li:nth-last-child(3) > ul > li > ul > li > ul,
.mainmenu ul > li:nth-last-child(4) > ul > li > ul > li > ul,
.mainmenu ul > li:nth-last-child(5) > ul > li > ul > li > ul {
    right: auto;
    left: 100%;
}
.mainmenu .sub-siblings:before {
    content: "\f105";
    font-family: "fontawesome";
    margin-left: 7px;
    position: absolute;
    top: 50%;
    right: 7px;
    line-height: 20px;
    margin-top: -10px;
}
.mainmenu ul li ul li a.sub-siblings:before {
    right: 20px;
}
.mainmenu ul > li:hover > ul {
    top: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.mainmenu ul > li:hover > ul > li:hover > ul,
.mainmenu ul > li:hover > ul > li:hover > ul > li:hover > ul {
    top: -1px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.mainmenu ul > li:hover > a.sub-siblings:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
.mainmenu ul > li > a.sub-siblings {
    padding-right: 20px;
}
.mainmenu ul ul li.current_page_item > a:after,
.mainmenu ul ul li:hover > a:after {
    height: 2px
}
.mainmenu ul li#menu-item-40 a:hover {
    color: #000;
    -webkit-transition: all .3s;
    transition: all .3s;
}