/*

Theme Name: Consultio Child
Theme URI: http://demo.casethemes.net/consultio/
Author: Case-Themes
Author URI: https://themeforest.net/user/case-themes/portfolio/
Description: Consultio is the Perfect Consulting Finane & Business WordPress Theme. Consultio is best suited for corporate website like Consultioial Advisor, Accountant, Consulting Firms, insurance, loan, tax help, Investment firm etc. This is a business theme that is help full for online presence for Corporate Business and Consultioial Firms.   
Version: 2.9.1
License: ThemeForest
License URI: https://themeforest.net/licenses
Template: consultio
Text Domain: consultio-child
Tags: advisor, attorney, corporate accountant, consulting, consultant, finance, insurance, invest, investment, investor, mutual funds, pensions, retirement, saving, trading 
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/* Custom CSS for Social Media Icons */

/* 


#ct-header-wrap #ct-header-top.ct-header-top4 .ct-header-social a {
  display: inline-block;
  margin-left: 1px;
} */



/* #ct-header-wrap #ct-header-top.ct-header-top4 .ct-header-social a[href*="linkedin.com"] {
    margin-left: 5px;
}
 */


#ct-header-wrap #ct-header-top.ct-header-top4 .ct-header-social a[href] {
/*     display: inline-block; */
    margin-left: 5px;
}







.ct-header-social a[href*="facebook.com"] .fab::before {
    content: "";
    display: inline-block;
    background-image: url('https://www.jocom.jo/wp-content/uploads/2024/02/Facebook.svg') !important;
    background-size: contain;
    width: 27px !important;
    height: 27px !important;
    background-repeat: no-repeat !important;
}


.ct-header-social a[href*="linkedin.com"] .fab::before {
    content: "";
    display: inline-block;
    background-image: url('https://www.jocom.jo/wp-content/uploads/2024/02/LnkedIn.svg') !important;
    background-size: contain;
	
    width: 27px !important;
    height: 27px !important;
    background-repeat: no-repeat !important;
}

.ct-header-social a[href*="youtube.com"] .fab::before {
    content: "";
    display: inline-block;
    background-image: url('https://www.jocom.jo/wp-content/uploads/2024/02/Youtube.svg') !important;
    background-size: contain;
    width: 27px !important;
    height: 27px !important;
    background-repeat: no-repeat !important;
}


.ct-header-social a[href*="instagram.com"] .fab::before {
    content: "";
    display: inline-block;
    background-image: url('https://www.jocom.jo/wp-content/uploads/2024/02/Insta.svg');
    background-size: contain;
    width: 27px; /* Adjust as needed */
    height: 27px; /* Adjust as needed */
    background-repeat: no-repeat;
}


.ct-header-social a[href*="twitter.com"] .fab::before {
    content: "";
    display: inline-block;
    background-image: url('https://www.jocom.jo/wp-content/uploads/2024/02/X.svg');
    background-size: contain;
    width: 27px; /* Adjust as needed */
    height: 27px; /* Adjust as needed */
    background-repeat: no-repeat;
}
 

.elementor-6787 .elementor-element.elementor-element-4901304 .ct-navigation-menu1 ul.menu li a {
    color: #FFFFFF !important;
    margin: auto;
}



header #ct-header-wrap #ct-header-top4 .ct-header-social a {
    display: inline-block !important;
    margin-left: 8px !important;
}

/* Ensure the container is not using flex or grid layout */
/* .widget.woocommerce.widget_product_categories ul,
.products {
    display: block !important;
}

.widget.woocommerce.widget_product_categories ul li,
.products li.product-category {
    display: block !important;
    order: initial !important;
}

 */
/* Debug styles to verify order visually */
/* .widget.woocommerce.widget_product_categories ul li:nth-child(1) {
    background-color: red;
}
.widget.woocommerce.widget_product_categories ul li:nth-child(2) {
    background-color: orange;
}
.widget.woocommerce.widget_product_categories ul li:nth-child(3) {
    background-color: yellow;
}
.widget.woocommerce.widget_product_categories ul li:nth-child(4) {
    background-color: green;
}
.widget.woocommerce.widget_product_categories ul li:nth-child(5) {
    background-color: blue;
}
.widget.woocommerce.widget_product_categories ul li:nth-child(6) {
    background-color: purple;
}
 */



.elementor-icon i, .elementor-icon svg {
/*       width: 2em; 
      height: 1em;  */
      border-radius: inherit;}



.mark, mark {
    padding: .2em;
    background-color: #fcf8e300;
}








/* Contact form button */

div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form input[type=submit]:focus, div.wpforms-container-full .wpforms-form input[type=submit]:active, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:focus, div.wpforms-container-full .wpforms-form button[type=submit]:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
    background-color: #031e50;
    border: 1px solid #031e50;
    color: white;
    cursor: pointer;
}



div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #0957e3;
    border: 1px solid #0b57e3;
    color: #fff;
    font-size: 1em;
    padding: 10px 15px;
    width: 570px;
}

/* .......................................... */




/* 

nput[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .nice-select {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    color: #9b9b9b;
    padding: 6px 21px;
    line-height: normal;
    font-size: 15px;
    font-weight: 400;
    height: 51px;
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    width: 64%;
    outline: none;
    margin-right: 7px;
} */


input#woocommerce-product-search-field-0 {
	  width: 64%;
}

