/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
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
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.white, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white a{color: #fff;}
.justify{text-align:justify;}
.page-content section {padding-top: 80px;padding-bottom: 50px;}
.page-content section.wpb-content-wrapper {padding-top: 0;padding-bottom: 0;}
.porto-u-main-heading {margin-bottom: 3%;}
h2 { margin-bottom: 10px;}
.wpcf7-form-control.wpcf7-validates-as-required, input.wpcf7-form-control.wpcf7-captchar {width: 100%;min-height: 50px;border-color: rgba(4,4,4,.4);border-radius: 2px;}
#popup-builder .wpcf7-form-control.wpcf7-validates-as-required, input.wpcf7-form-control.wpcf7-captchar {min-height: 35px; !important}
.wpcf7 .vc_row > div {margin-bottom: 15px;}
.wpcf7 .vc_row {margin-left: -15px;margin-right: -15px;}
.submit-btn input {width: 150px;}
.no-breadcrumbs .main-content {padding-top: 0;}
.slick-slider .slick-prev{left: -20px;}
.slick-slider .slick-next{right: -20px;}
.share-links .share-twitter:before {content: "\e61b";}
::-webkit-scrollbar{width:5px;}
::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey;border-radius:10px;}
::-webkit-scrollbar-thumb{background:#2879fe;border-radius:30px;}
::-webkit-scrollbar-thumb:hover{background:#444;}
::-moz-selection {background: #2879fe;color:#fff;}
::selection {background: #2879fe;color:#fff;}
.vc_column_container>.vc_column-inner{padding-left:0;padding-right:0;}


.entry-content p a{
	color: #16b9a7;
	text-decoration: underline;
}
.entry-content p a:hover {
	text-decoration: none;
		color: #16b9a7;
}
.entry-content p , .entry-content li{
	text-align: justify;
}

.table-wrapper {
	overflow: auto;
	margin-bottom: 30px;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}
thead th {
  background-color: #16b9a7;
  color: #fff;
  padding: 10px;
  text-align: left;
}
tbody td {
  border: 1px solid #16b9a7;
  padding: 8px;
  color: #000;
}
tbody tr:nth-child(even) {
  background-color: #16b9a71a; /* light tint */
}
tbody tr:hover {
  background-color: #a8ede7;
  color: #fff;
  cursor: pointer;
}

#header.sticky-header .header-main.sticky {
	background-color: #000;
}

#header .main-menu > li.menu-item > a {
	color: #fff;
}
#header {
	border-bottom:1px solid rgba(255,255,255,0.2);
	
}

header .header-main {
	background-color: #495b61
}

.header-main .container.header-row {
/* 	margin-right: 15px;
	margin-left: 15px; */
	max-width: 100%
}

#header .main-menu > li.menu-item > a {
	font-size: 13px;
	padding: 10px 9px;
}

.header-main .container.header-row .header-right {
	display: none !important
}

.header-main .container.header-row .header-center {
	margin: 0
}

#header .main-menu>li.menu-item:first-child {
	margin-right: 10px;
    padding-right: 10px;
}
#header .main-menu>li.menu-item:first-child a {
	font-size: 14px
}

#header .main-menu>li.menu-item:first-child::after {
	border-color: rgba(255, 255, 255, 0.2);
	border-style: solid;
    border-width: 0 1px 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

#header:not(.sticky-header) .header-main .mega-menu:after{
	height: 100%;
	border-color: rgba(255, 255, 255, 0.2);
}

#header .header-main.sticky .mega-menu:after {
	content: '';
    position: absolute;
    height: 24px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-right: 1px solid #dde0e2;
	height: 100%;
	border-color: rgba(255, 255, 255, 0.2);
}

.search-toggle i.porto-icon-magnifier {
	color: #fff;
}

.header-main .container {
	padding: 5px 30px
}

#header.sticky-header .header-main.change-logo .logo img {
    transform: scale(1);
}
#header .main-menu > li.menu-item.active > a {
	color: #bebebe;
}

#header .main-menu .narrow li.menu-item > a {
	color: #fff;
		font-size: 13px;
	    border-style: solid;
    border-width: 0 0 1px 0;
	    border-color: #393939;
	padding-left: 20px;
    padding-right: 20px;
}
.porto-narrow-sub-menu .menu-item{
	background-color: rgba(0,0,0,0.90)
}

#header .main-menu .narrow li.menu-item:hover > a{
	color: #16b9a7
}
#header .main-menu .narrow li.menu-item:hover a {
	background-color: transparent;
}

#header .main-menu .narrow ul.sub-menu {
	border: none;
	padding: 0
}

/* .mega-menu>li.menu-item:hover .popup {
	top: 65px
}

#header.sticky-header .mega-menu>li.menu-item:hover .popup {
	top: 50px
} */

#header.sticky-header .header-row .header-center {
	justify-content: flex-end;
}

#footer {
    background-color: #000;
}

.footer .widget-title {
	font-size: 15px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	color: #cccccc;
    font-style: normal;
	text-transform: capitalize;
}

.footer .widget > div > ul li{
	border-color: #2a2a2a
}

.footer a:not(.btn), .footer .tooltip-icon {
	color: #aeaeae;
	font-size: 14px
}

.widget_nav_menu>div>ul li:before {
	content: unset
}

#footer .footer-bottom{
	padding: 30px 0;
	background-color: #000;
	border-top: 1px solid #2a2a2a
}

.footer-bottom .container{
	margin: 0 30px ;
}

.footer-left .footer-copyright {
	font-size: 14px;
	color: #989898;
	padding: 0 15px;
	display: flex;
    justify-content: start;
}

#footer-navigation {
    list-style: none;
    margin: 0;
    padding: 0;
/*     float: left; */
}
#footer-navigation li {
    float: left;
    padding: 0 10px;
    border-style: solid;
    border-width: 0 0 0 1px;
	border-color: #2a2a2a;
}

#footer-navigation li a {
    text-decoration: underline;
}
#footer-navigation li a:hover {
	text-decoration: none;
		color: #aeaeae;
}

.footer-copyright div {
/* 	float: left; */
	margin-right: 10px
}
#footer .footer-bottom .footer-left {
	padding: 0;
}

.widget_nav_menu>div>ul li {
	padding-left: 0
}

.widget.widget_nav_menu a:hover,.widget.widget_recent_entries  a:hover{
	text-decoration: underline;
}

.input-group input#s,.input-group .btn-dark {
	background-color: transparent;
	border: none
}

.input-group{
	border-width: 1px;
    border-style: solid;
    background-color: rgba(0, 0, 0, 0.02);
	border-color: #2a2a2a;
}
#searchform #s {
    font-size: 14px;
}
.footer-main .row >div{position:relative}
.footer-main .row >div:after{
	content: "";
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    width: 1px;
    z-index: 1;
    border-width: 0 0 0 1px;
    border-style: solid;
	border-color: #2a2a2a;
}
.footer-main .row >div:first-child:after{
	content: none;
}
.footer-main .row >div:nth-child(4) aside:not(:last-child) {
	border-bottom: 1px solid #2a2a2a;
	padding-bottom: 10px
}

.blog-posts .post.post-grid .post-meta{
	display: none
}

.sidebar-content > aside {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 20px;
}



.page-top {
	padding: 110px 0;
	position: relative
}

.page-top::after{
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top: 0
}

.page-top .page-title:not(.b-none):after {content: none}

.page-top .breadcrumbs-wrap {
	z-index: 1
}
.page-top .breadcrumbs-wrap {
    color: #ccc;
}

page-top .breadcrumbs-wrap a {
	color: #16b9a7
}

.blog-posts article.post-grid > div {
	box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.5);
	border-radius: 5px
}
.blog-posts article.post-grid .post-content{
	padding: 0 15px 0 15px
}
.blog-posts article.post-grid  .clearfix {
		padding: 0 15px 15px 15px
}

.blog-posts .owl-carousel .owl-item img.owl-lazy {
    border-radius: 5px 5px 0 0;
}

.post-date .day {
	border-radius: 5px 5px 0 0;
}

.post-date .month {
	border-radius: 0 0 5px 5px;
}
.follow-us .share-links a {
	background-color: #393939 !important;
/* 	display: block; */
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff !important;
	border-radius: 0;
    text-decoration: none !important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1050px){
	.footer-left .footer-copyright{
		flex-direction: column;
	}
}
