/*
Theme Name: Prime
Author: Anonymous
Author URI:
Version: 1
Description: Prime Default Theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prime
Tags: one-column, two-columns
Theme URI:
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


@media screen and (max-width: 1000px) {

    #mySidebar .nav-holder {
        overflow: visible;
        position: static;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
        background: 0 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

}

@font-face {
  font-family: Unity;
  src: url(TCCC-UnityText-Regular.ttf);
}

@font-face {
  font-family: Unity;
  src: url(TCCC-UnityText-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: Unity;
  src: url(TCCC-UnityText-Light.ttf);
  font-weight: 400;
}

body, h1, h2, h3 ,h4, p  {
    font-family: 'Unity', sans-serif !important;
}

body table tr p {
	color: #000;
}

.js-display-none{
    display:none ;
}

.container {
    max-width: 1140px;    
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.wpb-content-wrapper {
    margin: 0;
    padding: 0;
    border: none;
    overflow: unset;
    display: block;
}

#mySidebar {
    background-color: #58595B;
    overflow: hidden;
    padding: 0px;
    width: 60px;
}

#mySidebar .nav-holder {
    background-color: #58595B;
    margin-left: 0px;
    overflow: visible;
    position: static;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    background: 0 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.sidebar {
    height: 100%;
    width: 66px;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #58595B;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

#mySidebar .sidebar-list {
    background-color: #58595B;
    list-style: none;
    padding: 0px;
}

#mySidebar .flex-parent {
    display: flex;
}
#mySidebar .flex-parent .flex-child {
    flex: 0;
    background-color: #58595B;
}
#mySidebar .flex-parent .flex-child-2 {
    flex: 3;
    background-color: #d1d3d4;
}

#mySidebar #nav {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    left: auto;
    padding: 0px;
}

#mySidebar #nav li {
    margin: 0px;
    height: 72px;
    background-color: #d1d3d4;

}
#mySidebar ul:first-child {
    border-top: 1px solid #fff;
}

#mySidebar ul:last-child {
    border-bottom: 1px solid #fff;
}

#mySidebar #nav a {
    background: none;
    padding: 0px;
}

#mySidebar #nav .ico {
    margin-right: 0px;
    background-color: #58595B;
    padding: 36px 14px;
    border-radius: 0px;
    width: 60px;
}

#mySidebar #nav .ico img {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    max-height: 2rem;
}

#mySidebar #nav .menu_text {
    background-color: #d1d3d4;
    padding: 0px;
    width: 100%;
    color: #2c2c2e;
    height: 64px;
    display: flex;
    align-items: center;
}



#mySidebar #nav .menu_text p {
    margin: 0px 0px 0px 20px;
    font-size: 14px;
    text-transform: uppercase;
}


/* ----- Burger menu styling ----- */
.burger-menu-btn {
    display: inline-block;
    cursor: pointer;
    width: 60px;
    height: 96px;
    padding: 34px 14px;
}

.burger-menu-bar-1,
.burger-menu-bar-3 {
    width: 28px;
    height: 3px;
    background: #fff;
    margin: 6px 0;
    transition: 400ms;
    border-radius: 60px;
}

.burger-menu-bar-2 {
    width: 34px;
    height: 3px;
    background: #fff;
    margin: 6px 0;
    transition: 400ms;
    border-radius: 60px;
}


.change .burger-menu-bar-1{
    /* -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px); */
    
    margin-left: 8px;
    transition: 400ms;
}

.change .burger-menu-bar-2 {
    /* opacity: 0; */
    margin-left: 2px;
    transition: 400ms;
}

.change .burger-menu-bar-3 {
      /* -webkit-transform: rotate(45deg) translate(-8px, -8px);
      transform: rotate(45deg) translate(-8px, -8px); */
    
      margin-left: 8px;
      transition: 400ms;
}



#main-content {
    margin-left: 60px;
    transition: margin-left .5s;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
.sidebar {padding-top: 15px;}
.sidebar a {font-size: 18px;}
}


/* NEW HEADER CSS */

#main-content #header {
    background: #fff;
    height: 105px;
}

#main-content #is-search-input-2074 {
    border-radius: 20px;
    width: 240px;
}

#main-content .search-input {
    text-align: right;
}

#main-content .search h2 {
    padding: 10px 0px;
    font-weight: bold;
    font-size: 1.5rem;
    border-bottom: 2px solid rgba(0,0,0,.1);
}

#main-content .search h2 a {
    color: #939598;
}

#main-content #header .logo-holder img {
    width:300px;
}

#main-content #header .logo-holder {
    padding: 2px 10px;
    background: #fff;
}

/* #main-content .banner img {
    /* background-position: center;
    background-size: cover;
    height: 470px; width: 100%;
} */

#main-content .banner {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    height: 320px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* FEATURE SECTION CSS */

.featured-industry {
    text-align: center;
    margin-top: 35px;
}

.featured-industry h1 {
    color: #000;
    font-size: 2.5rem;
    font-weight: bold;
    
}

.featured-industry h3 {
    color: #000;
    font-size: 1.2rem;
    font-family: Arial, Helvetica, sans-serif;
}

.owl-prev, .owl-next {
    width: 20px;
    height: 100px;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    display: block !important;
    border:0px solid black;
}
.owl-prev { left: -20px; }
.owl-next { right: -20px; }
.owl-prev i, .owl-next i {
    transform : scale(1.5,1.5); 
    color: #ccc;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;

}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: none;
    color: #FFF;
    text-decoration: none;
}

.owl-item .item {
    border-radius: 1rem;
    padding: 1rem;
    /* width: 80%;
    width: 302px;
    height: 257px; */
}

.owl-item a {
    text-decoration: none;
}

.owl-item p {
    text-align: center;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0px;
}

.owl-item .item img {
    width: 30%;
    height: 100px;
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/* INDUSTRY SECTION CSS */

.add-info-row {
    justify-content: center;
    align-content: space-evenly;
}

/* DEFAULT PAGE CSS */
#main-content .banner img {
    background-position: center;
    background-size: cover;
    height: 320px; width: 100%;
}

#main-content .title-banner {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
}

#main-content .title-banner h1 {
    color: #fff;
    text-align: center;
    padding: 20px;
    margin: 0px;
    font-size: 2.5rem;
    font-weight: bold;
}

/* SEARCH BAR */
#main-content .search-bar {
    padding: 30px 0px;
    width: 100%;
    display: flex;
}

#main-content .search-icon {
    border: 1px solid #939598;
    border-radius: 10px;
    color: #231f20;
    margin: 0px 10px;
    padding: 0px;
    font-size: 14px;
    cursor: pointer;
}

#main-content .search-icon.filter {
    background-color: #e3212c;
    border: none;
}

#main-content .search-icon.filter button {
    color: #fff;
    cursor: auto;
}

#main-content .search-results {
    transition: visibility 1s, opacity 0.5s linear;
}

#main-content .search-icon button {
    padding: 10px;
    background: none;
    border: none;
}

#main-content .search-icon i {
    margin-right: 5px;
}

/* PARTNER ITENS */
#main-content .partner-item img {
    margin: auto auto;
}

#main-content .partner-item .partner-logo {
    background-color: #e6e7e8;
    width: 100%;
    border-radius: 10px;
    height: 220px;
    display: inline-flex;
}

#main-content .partner-item h3 {
    color: #58595B;
    height: 60px;
    padding: 10px 0px;
    overflow: hidden;
}
#main-content .partner-item a {
    text-decoration: none;
}

#main-content .hr-devider {
    width: 100%;
    margin-top: 0rem;
    margin-bottom: 1.5rem;
}


/* SHOWS ITENS */
#main-content .show-item img {
    margin: auto;
}

/* LINK SECTION HOME PAGE */

#main-content .link-section .link-banner img {
    width: 100%;
}

#main-content .link-section a {
    width: 100%;
}

#main-content .link-section .left-section {
    margin: 30px 15px 30px 0px;
}

#main-content .link-section .right-section {
    margin: 30px 0px 30px 15px;
}

#main-content .link-section img {
    width: 100%;
}

#main-content .show-item .show-logo {
    /* background-color: #e6e7e8; */
    width: 100%;
    border-radius: 10px;
    height: 220px;
    display: inline-flex;
}

#main-content .show-item .company-title {
    font-size: 18px;
    margin: 0px;
    color: #939598;
    height: 50px;
}

#main-content .show-item h3 {
    color: #939598;
    height: 60px;
    padding: 10px 0px;
    overflow: hidden;
    font-weight: bold;
    margin: 0px;
    font-size: 1.4rem;
}

#main-content .show-item .company-ai {
    height: auto;
}

#main-content .show-item a {
    text-decoration: none;
}

#main-content .single-post .logo {
    width: 98%;
    text-align: center;
    border-radius: 10px;
    margin: 30px auto;
}

#main-content .single-post .title h1 {
    color:#939598;
    font-size: 50px;
    margin: 35px 0px;
    font-weight: 600;
}

#main-content .single-post .content-box {
    margin: 0 40px;
    padding: 20px 0px;
}

/* CATEGORIES CSS */
#main-content .cat-menu {
    background-color: #d1d3d4;
    padding: 10px;
}

#main-content .cat-menu .cat-box img {
    max-width: 30px;
    padding: 2px;
    background-color: #e3212c;
    border-radius: 20px;
}

#main-content li {
    list-style-type: none;
    display: block;
    border-bottom: 1px solid #fff;
}

#main-content li p {
    color: #231f20;
    padding: 0px;
    margin: 20px 0px 0px 20px;

}

#main-content ul {
    margin: 0px 0px 40px 0px;
    padding: 10px;
    background-color: #d1d3d4;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    height: 80vh;
}

#main-content li a {
    text-decoration: none;
    color: #231f20;
    display: block;
}

#main-content .cat-menu .cat-box span {
    font-size: 16px;
    color: #000;
}

#main-content .cat-menu .cat-box p {
    color: #000;
}

/* TRADE ADS CONTENT */

#main-content .trade-item {
    width: 100%;
    margin-bottom: 20px;
}

#main-content .trade-item .trade-adds-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#main-content .trade-item .trade-img img {
    border-radius: 10px;
    max-height: 210px;
}

#main-content .trade-item .title {
    font-size: 26px;
    color: #808285;
    font-weight: bold;
    margin: 6px 0px;
}

#main-content .trade-item .caption {
    font-size: 16px;
    color: #808285;
    margin: 0px;
}

#main-content .trade-item .trade-date {
    border-top: 1px solid #d1d3d4;
    border-bottom: 1px solid #d1d3d4;
}

#main-content .trade-item .trade-date .link-bar {
    display: flex;
    align-items: center;
}

#main-content .trade-item .trade-date .date {
    font-size: 14px;
    margin: 0px;
	color: #000;
}

#main-content .trade-item .trade-date .date i {
    font-size: 16px;
    margin: 0px 10px 0px 0px;
}

#main-content .trade-item .trade-date .btn-down {
    background-color: #e3212c;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    margin: 5px 0px;
    
}

#main-content .trade-item .trade-date .btn-down a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

#main-content .trade-item .cat-marker {
    font-size: 12px;
    color: #fff;
    margin: 0px;
    background-color: #e3212c;
    max-width: 100px;
    padding: 2px;
    text-align: center;
    border-radius: 5px;
}

/* SPEAKERS CSS */
#main-content .speaker h3 {
    margin: 0px;
    height: auto;
}

#main-content .speaker .company {
    margin: 0px;
    font-size: 16px;
}

#main-content .back-button {
    background-color: #58595b;
    color: #fff;
    padding: 2px;
    text-transform: uppercase;
    border: none;
    border-radius: 6px;
    width: 160px;
    margin: 20px 0px;
    font-weight: bold;
    font-size: 18px;
}


/* FOOTER */
#footer {
    background-color: #58595B;
}

@media screen and (max-width: 1199px) {
    .owl-item .item img {
        height: 60px;
    }
    .owl-item .item p {
        font-size: 0.7rem;
    }
    #main-content .show-item .company-title {
        height: 100px;
    }
}

@media screen and (max-width: 990px) {
    #main-content .link-section .left-section {
        margin: 30px 0px;
    }
    #main-content .link-section .left-section:last-child {
        margin: 0px 0px 15px 0px;
    }   
    #main-content .link-section .right-section {
        margin: 30px 0px;
    }
    #main-content .link-section .right-section:first-child {
        margin: 15px 0px 0px 0px;
    }
    .owl-item .item img {
        height: auto;
    }
    #main-content .show-item .company-title {
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .owl-item .item img {
        width: 30%;
        height: auto;
        margin: 0 auto;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    #main-content #header {
        height: 150px;
    }
    
    #main-content .search-input {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    #main-content .banner {
        height: 260px;
    }
    #main-content .banner img {
        height: 260px;
    }
    #main-content .title-banner h1 {
        font-size: 1.5rem;
    }
    .featured-industry h1 {
        font-size: 1.5rem;
    }
    .featured-industry h3 {
        font-size: 1rem;
    }
	  #main-content .trade-item .trade-adds-right {
        margin-top: 20px;
    }
}