/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Template: porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive Wordpress Multi Purpose + eCommerce Theme.
Tags: woocommerce,business,corporate,e-commerce,blog,news,education,food-and-drink,portfolio,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,block-styles,custom-background,custom-colors,custom-header,custom-logo,footer-widgets,template-editing,grid-layout,one-column,wide-blocks
Version: 7.0.8.1712872074
Updated: 2024-04-12 00:47:54

*/

/* Header start */
/* transparent home header and color header  */
.home .header-wrapper #header {
  background-color: transparent;
}
.header-wrapper #header {
  background-color: #001f47;
}

/* main and other */
.header-wrapper.fixed-header .wpb_button,
.header-wrapper.fixed-header .wpb_content_element,
.header-wrapper.fixed-header ul.wpb_thumbnails-fluid > li {
  margin-bottom: 1px;
}
.header-wrapper.fixed-header .widget {
  margin-bottom: 0;
}

/* white header */
.header-wrapper #header .wpb_button,
.header-wrapper #header .wpb_content_element,
.header-wrapper #header .wpb_thumbnails-fluid > li {
  margin-bottom: 1px;
}
.header-wrapper #header .widget {
  margin-bottom: 0;
}

/* search form input */
#header .porto-wrap-container.container #searchform .input-group .form-control {
  width: 70% !important;
  border-bottom: none;
}
#header .porto-wrap-container.container #searchform .input-group {
  margin-bottom: 0;
}

#header .porto-wrap-container.container .vc_column_container.flex-auto,
#header .porto-wrap-container.container .wpb-flex-auto {
  display: flex;
}

/* Header end */

/* link in content start */
#content article a {
  font-weight: 700;
  transition: color 0.3s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
#content article a:hover {
  color: #0069b4;
  transition: color 0.3s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
/* link in content end */

.page-wrapper p,
.page-wrapper .porto-u-sub-heading,
ul {
  font-size: 18px;
  line-height: 20px;
}
/* thumbnail for archive page start */
.product-image img {
  width: 100%;
  height: 100%;
  max-height: 255px;
  max-width: 300px;
}
/* thumbnail for archive page end */
