/*
Theme Name: Hostlab
Theme URI: http://shtheme.com/demosd/hostlab
Author: Vergatheme
Author URI: https://themeforest.net/user/shtheme
Description: In 2017, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: hostlab

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

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/

#calendar_wrap {
    width: 263px;
}
.widget_calendar {float: none;}
#wp-calendar {width: 100%; }
#wp-calendar caption { 
    background: none repeat scroll 0 0 #E9E9E9;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
    text-align: center; 
}
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th {
    border: 1px solid #E9E9E9;
    font-size: 13px;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
}
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #E9E9E9; text-align: center; padding:8px;}
#wp-calendar tbody td#today {background: #f44336; color: #fff;}
#wp-calendar tbody td#today a {color: #fff;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot {border: 1px solid #E9E9E9;}
#wp-calendar tfoot #next { font-size: 12px; text-transform: uppercase; text-align: right; color: #83c99f;}
#wp-calendar tfoot #prev { font-size: 12px; text-transform: uppercase; padding-top: 10px; color: #83c99f;}

.widget select {max-width: 100%;padding: 5px;border: 1px solid #ccc; width: 100%;}
.widget_text .textwidget img{max-width: 100%;height: auto;}
.widget_text select, .widget_text input , .widget_text textarea  {max-width: 100%;padding: 5px;border: 1px solid #ccc; width: 100%;}
.widget_text option {max-width: 100%;}

.widget_nav_menu ul li, .widget_pages ul li {color: #827b7d;line-height: 28px;}
.widget_nav_menu ul li ul, .widget_pages ul li ul {padding-left: 15px;}
.widget_nav_menu ul li a, .widget_pages ul li a{color: #827b7d;}
.widget_nav_menu ul li a:hover, .widget_pages ul li a:hover {color: #615C5C;}
#sidebar .textwidget img {
    max-width: 100%;
}
.blog.blog .wrap-blog img{
    width: auto !important;
    max-width:100%;
    height: auto;
}
.wp-caption{
    max-width:100%;
}
.wp-caption img{
    padding-bottom: 5px;
}
.form-submit input.submit {
background: #f44336 none repeat scroll 0 0;
    color: #fff;
    border-radius: 2px;
        padding: 13px 31px;
    font-size: 13px;
        text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
        border-width: 2px;
            transition: all 0.3s ease-out;
    line-height: 1.3333333;
        display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
}
.form-submit input.submit:hover{
    background: #141b1e;
    color: #f44336;

}
.screen-reader-text{
    color: #263238;
}

/* add */

.alignright{
    float:right;
}
.alignleft{
    float:left;
}

.blog-info table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.blog-info table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.blog-info table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
 img.alignleft, .alignleft img{
  margin-right:10px; 
 }
 img.alignright, .alignright img{
  margin-left:10px;
 } 
 .text-comments  table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.text-comments  table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.text-comments  table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}
.comment-respond .comment-reply-title {
    font-size: 22px;
    font-family: "OpenSans", sans-serif;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    color: #192024;
}
.search-custom form {
    width: 70% !important;
    padding-top: 20px;
}
.search-custom form.search-form:after {
    top: 20px;
}
.wp-caption-text , .gallery-caption , .bypostauthor , .sticky{
    color: #263238;
}

form.post-password-form input[type=submit] {
    padding: 0px 5px;
    background: #000;
    color: #fff;
    border-color: #000;
}
 .screen-reader-text {
    display: none;
}

.widget ul li {
    list-style: none !important;
    padding-bottom: 10px;
}
.widget ul {
    padding-left: 0px !important;
}
.widget ul.sub-menu , .widget ul.children{
    padding-left: 15px !important;
}
a:hover {
    text-decoration: none !important;
}
.blog-img img {
    width: 100% !important;
}
ul.children li {
    margin-left: 10px;
}
/*add */ 
span.featured-post {
    color: #f44336;
    margin-right: 10px;
        font-weight: bold;
}
.wp-tag-cloud li {
    display: inline-block;
    padding-bottom: 0px !important;
    padding-top: 25px;
}
.wp-tag-cloud li a {
    background-color: #ECEFF1;
    color: #192024 !important;
    padding: 8px 15px;
    font-size: 15px !important;
}
.wp-tag-cloud li:hover a{
    background-color: #f44336;
    color: #141b1e !important;
}
.post .tags a {
    margin-right: 3px;
}
p.logged-in-as {
    padding: 5px 0px;
}
p.logged-in-as a{
    color: #888;
}

h3.archive-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 25px;
    font-weight: 600;
}
.wrap-blog ul.children {
    padding-left: 10px;
}

.blog-info h1 {
    font-size: 36px;
}
.blog-info h2 {
        font-size: 30px;
}
.blog-info h3 {
    font-size: 24px;
}
.blog-info h4 {
    font-size: 22px;
}
.blog-info h5 {
    font-size: 20px;
}
.blog-info h6 {
    font-size: 18px;
}
.text-comments h1 {
    font-size: 36px;
}
.text-comments h2 {
        font-size: 30px;
}
.text-comments h3 {
    font-size: 24px;
}
.text-comments h4 {
    font-size: 22px;
}
.text-comments h5 {
    font-size: 20px;
}
.text-comments h6 {
    font-size: 18px;
}





/**/
.nav-menu .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
    display: none;
}
.nav-menu .main-menu > .menu-item > .sub-menu:hover > .menu-item > .sub-menu {
    display: block;
    opacity:1;
    margin-left: -20px;
}
.nav-menu .main-menu > .menu-item > .sub-menu:hover > .menu-item > .sub-menu li {
    padding-bottom: 0px;
    padding-top: 20px;
}

body.blog {
    padding-top: 0px !important;
    padding-bottom: 0px;
}

body.logged-in .menu-wrap.fixed {
    top: 32px;
}

.wrap-blog .text-blog span.date {
    margin-right: 8px;
    margin-left: 8px;
    color: #f44336;
    font-weight: bold;
}

.sidebar .widget {
    margin-bottom: 50px;
}

.sidebar .widget a {
      color: #333;
}
.sidebar .widget a:hover {
      color: #f44336;
}
.pagination > li > span.current {
        background-color: #f44336;
    color: #141b1e;
    border: 2px solid #f44336;
    margin-right: 10px;
    color: #3f3e3c;
    font-family: "Open Sans Light", sans-serif;
    font-size: 23px;
    padding: 10px 17px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.pagination .prev {
    display: block;
}
.blog .media .media-heading {
    color: #f44336;
}
.comment-reply-link {
        color: #fff;
            transition: 0.5s;
    float: right;
    display: inline-block;
    background-color: #f44336;
    padding: 5px 12px;
    color: #fff;
    font-family: "Opensans", sans-serif;
    border: solid 2px #f44336;
}
.comment-reply-link:hover {
text-decoration: none;
    color: #192024;
    background-color: transparent;
    border: solid 2px #f44336;
}
.wrap-blog .infos.social span {
    color: #192024;
}

.span-text span {
        font-size: 30px;
    color: #f44336;
}
.wpb_content_element {
    margin-bottom: 0px !important;
}

.history-bottom {
    margin-bottom: 40px;
}
.google-maps.map-contact{
    padding-top: 165px;
}
.nav-menu .main-menu .menu-item.active > .sub-menu > .menu-item.active > a {
    background-color: #002325;
    color: #e8e8e8 !important;
}
.nav-menu .main-menu .menu-item.active > .sub-menu > .menu-item.active > a:hover {
    color: #f44336 !important;
}
.nav-menu .main-menu a {
    margin-right: 14px;
}
.wrap-blog {
    max-width: 100%;
}

/*Mega Menu*/
.link_text {
    text-transform: uppercase;
}
#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li {
    padding-bottom: 20px;
}
#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:after {
    display: none;
}
#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li> .item_link {
    margin-right: 15px;
    padding: 0px 8px;
}
#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link {
        background-color: #141b1e;
}
#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-item:hover > .item_link {
        background-color: #f44336;
}
#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.default_dropdown .mega_dropdown{
    border-bottom: 8px solid #f44336;
        padding: 5px 5px 0 5px;
            transition: 0.5s;
    max-width: 190px;
}
#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.default_dropdown .mega_dropdown >li.menu-item {
        padding: 8px 18px 8px 15px;
}

.nav-menu .mega_main_menu_ul > .menu-item > .menu-large {
    top: 130px;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0
}
.nav-menu .mega_main_menu_ul > .menu-item > .menu-large.withtopbanner {
    top: 215px;
}
.nav-menu .mega_main_menu_ul .menu-item .menu-large .menu-item {
    padding: 10px 18px 10px 15px;
    border-bottom: 1px dotted #1d1d1d;
}
.nav-menu .mega_main_menu_ul .menu-item .menu-large .menu-item a {
    color: #e8e8e8;
    font-size: 13px;
    white-space: nowrap;
}
.nav-menu .mega_main_menu_ul .menu-item .menu-large .menu-item a:hover {
    color: #f44336;
}
.nav-menu .mega_main_menu_ul .menu-item .menu-large .media-body {
    display: table-cell;
    vertical-align: top;
}
.nav-menu .mega_main_menu_ul .menu-item .menu-large .service-list {
    display: inline-block;
    padding: 20px 0px;
}
.nav-menu .mega_main_menu_ul .menu-item .menu-large .service-list .service {
    margin: 10px 0px;
}
.nav-menu .mega_main_menu_ul .menu-item .menu-large .service-list .service .media {
    padding: 0 0px 20px 0;
}
.nav-menu .mega_main_menu_ul .menu-item .menu-large .service-list .service .media-left {
    font-size: 52px;
    padding-right: 20px;
    color: #f44336;
}
.nav-menu .mega_main_menu_ul .menu-item .menu-large .service-list .service .media-body {
    display: table-cell;
    vertical-align: middle;
}
.nav-menu .mega_main_menu_ul .menu-item .menu-large .service-list .service .media-body a {
    padding: 0;
    line-height: 2;
    color: #fff;
    font-weight: bold;
    display: inline-block;
}
.nav-menu .mega_main_menu_ul .menu-item .menu-large .service-list .service .media-body a:hover {
    color: #f44336
}
.nav-menu .mega_main_menu_ul .menu-item .menu-large .service-list .service .media-body p {
    font-size: 12px;
    color: #B0BEC5;
}
.nav-menu .mega_main_menu_ul .menu-item .menu-large .service-list .service.special{
    background-color: #f44336;
}
.nav-menu .mega_main_menu_ul .menu-item .menu-large .service-list .service.special i{
    color: #002325;
}
.nav-menu .mega_main_menu_ul .menu-item .menu-large .service-list .service.special .media-body a{
    color: #002022;
    border: none;
}
.nav-menu .mega_main_menu_ul .menu-item .menu-large .service-list .service.special .media-body a:hover{
    color: #fff;
}
.nav-menu .mega_main_menu_ul .menu-item .menu-large .service-list .service.special .media-body p{
    color: #002022;
}
.nav-menu .mega_main_menu_ul .menu-item .menu-large li.start-offer {
    margin-top: 8px;
    padding: 10px;
    float: right;
    width: 345px;
}
.nav-menu .mega_main_menu_ul .menu-item .menu-large li.start-offer .inner {
    background: #f44336;
    padding: 20px;
    text-align: center;
}
.nav-menu .mega_main_menu_ul .menu-item .menu-large li.start-offer .inner div {
    color: #fff;
    font-size: 22px;
    text-align: left;
}
.nav-menu .mega_main_menu_ul .menu-item .menu-large li.start-offer .inner p {
    color: #121e25;
    text-align: left;
    line-height: 25px;
    margin-bottom: 10px;
}
#mega_main_menu > .menu_holder > .menu_inner > ul > li.widgets_dropdown.submenu_full_width > .mega_dropdown {
    left: auto;
    right: -102px;
    width: 1400px;
    border-bottom: 8px solid #f44336;
}

.nav-menu .mega_main_menu_ul > .menu-item > .sub-menu > .menu-item {
    padding: 10px 18px 10px 15px;
    border-bottom: 1px dotted #1d1d1d;
}
.nav-menu .mega_main_menu_ul > .menu-item > .sub-menu > .menu-item:last-child {
    padding-bottom: 20px;
}
.nav-menu .mega_main_menu_ul > .menu-item > .sub-menu > .menu-item a {
    color: #e8e8e8;
    font-size: 13px;
    white-space: nowrap;
}
.nav-menu .mega_main_menu_ul > .menu-item > .sub-menu > .menu-item a:hover {
    color: #f44336;
}
.nav-menu .mega_main_menu_ul > .menu-item > .sub-menu > .menu-item > .sub-menu {
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.nav-menu .mega_main_menu_ul > .menu-item:hover > a {
    background-color: #002325;
    color: #fff;
}
.nav-menu .mega_main_menu_ul .menu-item {
    list-style-type: none;
}
.nav-menu .mega_main_menu_ul .menu-item.active > a {
    background-color: #f44336;
    color: #000 !important;
}
.nav-menu .mega_main_menu_ul a {
    text-transform: uppercase;
    font: 14.2px 'Open Sans', sans-serif;
    margin-right: 15px;
    color: #121e25;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 10px;
}
.nav-menu .mega_main_menu_ul .menu-last a {
    margin-right: 0;
}
.nav-menu .mega_main_menu_ul .menu-item .menu-large .service-list {
    display: inline-block;
    padding: 10px 0px;
    width: calc( 100% - 345px);
}
.navigation-menu.light #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link *{
    color: #fff !important;
}
.navigation-menu.classic #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link *{
    color: #fff !important;
}
.sidebar{
    display: block!important;
}
.widget, .wrap-blog .heading{
    overflow: hidden;
}
.menu-wrap{
    padding-top: 0px;
}
.layout2 .wrap-blog{
    width: 100%;
}
.top-header {
    margin-top: 80px;
    }
.blog.blog form {
    padding-top: 0px;
}
.blog .sidebar .search-group .icon-search{
    top: 14px;
}
.widget .sub-menu{
    display: none;
}
.widget ul.children{
    display: none;
}
.sidebar .widget {
    margin-bottom: 30px;
}
.widget_text img{
    margin-bottom: 10px;
    margin-top: 10px;
}
footer p{
    margin-bottom: 0;
    color: white;
}
form.post-password-form input[type=submit] {
    padding: 1px 5px;
    }
.media-body{
    display: block;
}
.text-comments{
    max-width: 100%;
} 
.media-body {
        width: inherit;
}
#respond{
    padding-top: 150px;
    margin-top: -150px;
}
.wrap-blog .text-blog{
    margin-top: 0px;
}
p{
    letter-spacing: 1.2px;
    line-height: 28px;
}
.section-404 .title{
    margin-bottom: 30px;
}
span.featured-post{
    float: right;
    font-size: 23px;
}