/*
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  ***************/
.footer-main {
    background-color: #000041;
}
.footer a:not(.btn), .footer .tooltip-icon {
    color: #356464;
}
.wp-block-social-links .wp-social-link svg {
	width: 3em;
	height: 2em;
}
.footer, .footer p, .footer .widget > div > ul li, .footer .widget > ul li {
	color: #fff!important;
}
.footer a:not(.btn), .footer .tooltip-icon {
	color: #fff!important;
}
figure.wp-block-image.size-full {
    padding-top: 46px;
}
#footer .footer-bottom {
    background-color: #000;
	display:none;
}
.footer .footer-bottom{
	color:#fff;
}
.my-custom-button-class a.btn-modern {
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
		word-break: keep-all;
}
#my-table table.table-hover thead, tbody, tr, td, th{
	border-width:1px;
}
h3.elementor-heading-title.elementor-size-default {
	color:#000041;
}
#header .searchform-popup{
	display:none;
}
#header .searchform-popup + #mini-cart{
	display:none;
}
.elementor a {    
    word-break: break-all;    
}
/* #header .main-menu .narrow li.menu-item:hover > ul.sub-menu {
    top: 36px;
    margin-left: -120px;
} */
#footer #block-5.widget_block ul.wp-block-social-links{
	border:none;
}
.emergencies-text-animation{
	animation: textanimation 2.5s linear infinite;
}
.btn-modern.btn-lg{
	padding:10px;
}
@keyframes textanimation{
   0%{
     opacity: 0;
   }
   50%{
     opacity: 1;
   }
   100%{
     opacity: 0;
   }
 }
.team-mamber-title h2 {
    font-size: 15px;
}
input[type="number"]{
	width:100%;
}
input[type=submit]{
	background-color:#fff;
	color:#000041;
	border:1px solid #000041;
	width:35%;
	height:60px;
}
input[type=submit]:hover{
	background-color:#000041;
	color:#fff;
	border:1px solid #000041;
}
.elementor-1447 .elementor-element.elementor-element-3de6bc1 .elementor-icon-list-icon i,.elementor-1447 .elementor-element.elementor-element-d5d40bd .elementor-icon-list-icon i,.elementor-1447 .elementor-element.elementor-element-782db77 .elementor-icon-list-icon i,.elementor-1447 .elementor-element.elementor-element-b22a469 .elementor-icon-list-icon i{
	color:#000041;
	border: 1px solid;
    border-radius: 50%;
    width: 25px;
    height: 25px;   
	   display: flex;
    align-items: center;
    justify-content: center;
}
#footer .footer-ribbon:before {
    border-right-color: #000041;
}
.header-right .custom-html {
    display: none;
}
@media screen and (min-width:320px){
}
@media screen and (max-width:1080px){
	#header .logo .retina-logo {
    width: 210px;
}
	#header .main-menu > li.menu-item > a {
    padding: 9px 9px 9px 9px;
}
	.wp-block-social-links{
		display:flex;
	}
	.wp-block-social-links .wp-social-link svg {
	width: 3em;
	height: 2em;
}
}
@media screen and (max-width:991px){
	.wp-block-image:not(.is-style-rounded) img{
		width:300px;
	}
	#nav-panel .accordion-menu li.menu-item.active > a, #nav-panel .accordion-menu li.menu-item:hover > a{
    background-color:#fff;    
}

#nav-panel .accordion-menu li.menu-item.active>.arrow, #nav-panel .accordion-menu li.menu-item.active>a {
    color: #000;
}
	.main-title h1.elementor-heading-title {
    font-size:25px;
}
	.team-mamber-title h2 {
    font-size: 15px;
}
}
@media screen and (max-width:768px){
	.my-custom-button-class a.btn-modern{
		height:85px;
		word-break: keep-all;
	}
	.elementor-2 .elementor-element.elementor-element-0f89c29 .elementor-heading-title{
		font-size:30px;
		letter-spacing:.375px;
	}
}
@media screen and (max-width:468px){
	#header .logo .retina-logo {
    width: 210px;
    max-width: 500px;
}
	.team-mamber-title h2 {
    font-size: 17px;
}
	.main-title h1.elementor-heading-title {
    font-size:22px;
}
}
@media screen and (max-width:368px){
	.wp-block-image:not(.is-style-rounded) img {
    width: 190px;
}
	input[type=submit]{
	width:100%;	
	}
}