/* ===================================================================================

* Theme Name: Xeco Child
* Theme URI: https://xeco.themegenix.net/
* Author: ThemeGenix
* Author URI: https://themeforest.net/user/themegenix/
* Description: Xeco - ICO & Crypto Landing WordPress Theme
* Version: 1.0
* Template: xeco
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.halving-text{
  font-size:40px!important;
}

.features-item {
    display: flex;
    align-items: stretch;
    background: var(--tg-secondary-color);
    border: 1px solid rgba(43 44 56 / 46%);
    border-radius: 15px;
    padding: 40px 70px 40px 55px;
    margin-bottom: 30px;
    min-height: 480px!important;
}

.features-content {
    width: 100%;
    margin-right: 20px;
}

.caesar-button {
  background-color: #ffffff!important; /* Green */
  border: none!important;
  border-radius: 25px;
  color: #ffffff!important;
  padding: 15px 32px!important;
  text-align: center!important;
  text-decoration: none!important;
  display: inline-block!important;
  font-size: 16px!important;
  transition-duration: 0.4s!important;
}

.caesar-button:hover {
  background-color: #44A08D!important; /* Green */
  color: #ffffff!important;
}

.caesar-button:a {
  color: white!important;
}

.fa-linkedin-in:before {
    content: "\f167"!important;
}

.roadmap-content {
    border: 1px solid rgba(43 44 56 / 46%);
    background: var(--tg-secondary-color);
    border-radius: 15px;
    padding: 75px 50px 65px;
	min-height:400px;
}

.roadmap-content .title {
    display: flex;
    align-items: flex-start;
    font-size: 20px!important;
    font-weight: 500;
    margin-bottom: 32px!important;
    gap: 16px;
}

.navbar-wrap li.has-children > a:after {
  Content: ' +';
}

@media (max-width:1080px){


}	

@media (max-width:480px){
    
	.halving-text{
  font-size:20px!important;
}


}