/*
Theme Name: Porto Child
Theme URI: http://newsmartwave.net/wordpress/porto
Author: SW-THEMES
Author URI: http://newsmartwave.net/
Description: Porto Responsive Wordpress + eCommerce Theme.
Version: 1.1
Template: porto
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-child

*/

@import url("../porto/style.css");

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
/**@font-face {
font-family: 'AndaleMono'!important;
src:url('/wp-content/assets/fonts/AndaleMono.ttf') format('truetype'); 
font-weight: normal;
font-style: normal;
}

.andalemono{
font-family: 'AndaleMono'!important;
} **/

.fixed-header #header,#header.sticky-header .header-main, .fixed-header #header.sticky-header .header-main {background: #ffffff!important;}
#main-menu .mega-menu > li.menu-item > a, #main-menu .mega-menu > li.menu-item > h5{font-size:15px;font-weight:400;}
.fixed-header #header .header-main .container>div {padding-top: 10px; padding-bottom: 10px;}
#header.sticky-header .header-main.change-logo .container>div {padding-top: 0px;padding-bottom: 0px;}
#main-menu .mega-menu > li.menu-item > a, #main-menu .mega-menu > li.menu-item > h5 {
	padding: 11px 0px!important;
	margin: 0 13px!important;
}
#main-menu .mega-menu > li.menu-item.active > a, #main-menu .mega-menu > li.menu-item.active > h5 {
	font-weight:700;
}


#main-menu .mega-menu > li.menu-item > a:before{
   content: '';
    position: absolute!important;
    width: 0!important;
    height: 2px;
    display: block;
    bottom: 5px;
    right: 0!important;
    background: #d014bc;
    transition: width .5s ease;
    -webkit-transition: width .5s ease;
}

#main-menu .mega-menu > li.menu-item:hover > a:before,#main-menu .mega-menu > li.menu-item.active > a:before{
  width: 100%!important;
  left: 0!important;
  height: 2px!important;
  background: #d014bc!important;
} 

#main-menu .mega-menu > li.custom-b-r-lg.custom-long-arrow-right > a {
    margin: auto 35px!important;
}

.banner-header{    background-position: center center!important;background-repeat: no-repeat !important;background-size: cover;}
#main-menu .mega-menu > li.custom-b-r-lg.custom-long-arrow-right:before,#main-menu .mega-menu > li.custom-b-r-lg.custom-long-arrow-right:after{border:none;}

/** post home page 
.pt-cv-ifield {
    min-height: 450px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(222,215,222,1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(222,215,222,1);
    box-shadow: 0px 0px 3px 0px rgba(222,215,222,1);
}
**/
.pt-cv-title a {
    color: #424242;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
}
.pt-cv-content a{display:none;}

.page-top {
    background-color: transparent;
    border-top: none; 
    border-bottom:none; 
}
.post-block.post-share h3 {display: none;}