/*
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  ***************/


#header.sticky-header .header-main, .fixed-header #header.sticky-header .header-main {
    background: rgb(92,148,194);
	background: linear-gradient(90deg, rgba(92,148,194,1) 0%, rgba(161,207,255,1) 100%);
    background-attachment:scroll;
}
#header .logo-transition img {
	transition: .5s;
	width: 150px;
}
#header.sticky-header .logo-transition img {
	transition: .5s;
	width: 125px;
}
.header-wrapper, 
 .page-top {
    background-color: #5C94C2 !important; 
    background-image: linear-gradient(to right, #5C94C2 0%, #A1CFFF 100%) !important;
}
#footer.footer .widget > div ul#menu-footer-legal, 
 #footer.footer .widget > div ul#menu-footer-legal li {
	border: none;
}
#footer.footer .widget > div ul#menu-footer-legal li {
	color: #ffffff;
	text-align: left;
}
#footer.footer .widget > div ul#menu-footer-legal li a {
	color: #ffffff;
}

.page-top h1.page-title {
	font-size: 1.1rem;
}

.bd-heading + div > * + * {
	margin-top: 3rem;
}
.vc_general.vc_btn3-shape-rounded {
	border: 2px solid #5c94c2;
	background-color: #5c94c2;
	color: #fff;
	transition: .25s;
}
.vc_general.vc_btn3-shape-rounded:hover {
	border: 2px solid #5c94c2;
	border-radius: 2em;
	background-color: #fff !important;
	background-image; none !important;
	color: #5c94c2;
}

@media (max-width:575px) {
	#footer .wpb_single_image.vc_align_left {
		text-align: center;
	}
	#footer.footer .widget > div ul#menu-footer-legal li {
		text-align: center;
	}
}

