/*
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  ***************/
/*common*/
.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%;}
.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;}
.wpcf7 .vc_row > div {margin-bottom: 15px;}
.wpcf7 .vc_row {margin-left: -15px;margin-right: -15px;}
.submit-btn input {width: 150px;}
.slick-slider .slick-prev{left: -20px;}
.slick-slider .slick-next{right: -20px;}
.share-links .share-twitter:before {content: "\e61b";}
.vc_column_container>.vc_column-inner {padding-left: 0;padding-right: 0;}
body{font-family:auto;}
/*end common
* header*/
#header .main-menu>li.menu-item {margin-right: 40px;}
#header .main-menu>li.menu-item a{letter-spacing:0;}
#header .main-menu .narrow ul.sub-menu {padding: 8px;border-radius: .5rem;box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);}
#header .porto-narrow-sub-menu a {font-size: 13px;padding: 7px 13px;border-radius: 7px;line-height: 1.34 !important;}
#header .main-menu .narrow li.menu-item:hover > a {background-color: goldenrod;color: #fff;}
/*end header
 * home*/

/*end home
 * footer*/
.footer .widget-title {font-size: 1rem;font-weight: 700;letter-spacing: 0;}
.footer .widget_nav_menu>div>ul li:before{display:none;}
.footer .widget > div > ul li{padding: 0;border: unset;}
#footer .footer-main>.container {padding-top: 3.75rem;padding-bottom: 0;}
span.footer-copyright {font-size: 13px;}
.icon-container {position: fixed;bottom: 5rem;right: 5rem;display: flex;gap: 10px;flex-direction: column;z-index: 999;}
.single-icon {width: 60px;height: 60px;}
.rounded-circle {border-radius: 50% !important;background: #40c351;}
html #topcontrol {display: none;}
/*end footer*/


/*responsive*/
@media screen and (min-width: 991px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl {max-width: 1100px;--porto-flick-carousel-width: 1100px;}
}
/*end responsive*/

.post.post-grid .btn-readmore,.btn-dark{
	    background: var(--porto-primary-color);
    color: #fff;
	border-color: var(--porto-primary-color);
	transition: 0.4s ease
}

.post.post-grid .btn-readmore:hover,.btn-dark:hover {
	background: var(--porto-primary-color);
	border-color: var(--porto-primary-color);
	opacity: 0.8
}

.post.post-grid>div{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
}

.sidebar-content > aside {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
}