/*
Theme Name: Porto
Theme URI: http://newsmartwave.net/wordpress/porto
Author: SW-THEMES
Author URI: http://newsmartwave.net/
Description: Porto Responsive Wordpress + Woocommerce Theme.
Version: 2.8.4
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: porto

*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.objDisable {
  display: none !important;
}

.bypostauthor {}

.post-content > .entry-title {
  margin-bottom: 0px;
}

.post-content .post-meta > span {
  display: none !important;
}

.post-content .post-meta > br {
  display: none !important;
}

article.post > .post-meta {
  display: none !important;
}

article.post .post-date {
  display: none !important;
}

a.anchor {
    display: block;
    position: relative;
    top: -125px;
    visibility: hidden;
}

.ctm_footer_title {
  margin-bottom: 20px;
}

.ctm_footer_title::after {
    content: " ";
    border-bottom: 1px solid #005495;
    width: 100%;
    height: 10px;
    clear: left;
    top: 10px;
    display: block;
}

.ctm_footer_row {
  margin-bottom: 10px;
}

.ctm_footer_label_1 {
  display: table-cell;
  width: 30px;
}

.ctm_footer_label_2 {
  display: table-cell;
}

.ptb_module.ptb_thumbnail {
    display: none !important;
}

.ctm_services_banner_text {
    position: absolute;
    top: 20px;
    left: 40px;
    color: #FFFFFF;
    margin: 0;
    padding: 20px 30px;
    font-size: 40px;
}

@media all and (max-width: 767px) {

    .ctm-desktop-theme {
        display: none !important;
    }

    .ctm_footer_title {
        margin-top: 35px;
    }

    .ctm_services_banner_text {
        top: 6px;
        left: 18px;
        padding: 6px 12px;
        font-size: 10px;
    }


}

@media all and (min-width: 767px) {

    .ctm-mobile-theme {
        display: none !important;
    }

}

