/*
Theme Name: Divi - Child theme
Theme URI: 
Version: 1.8
Description: Divi - Child 
Author: Tottis Sports
Author URI: https://tottissports.gr
Template: Divi
*/
/*@import url(../Divi/style.css);*/
/* =Theme customization starts here  #2f5eb5  #08bcef);

------------------------------------------------------- */
:root {
	--main-color: black;
	/*--blue: #2f5eb5;
	--cyan: #08bcef;*/
	--blue: #3696cb;
	/*--cyan: #44b0ec;*/
	--cyan: #3a96c9;
}

.home-main-versus {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;
	padding: 50px 20px;
}

.page-tipster-side-profil img {
    max-height: 260px;
    width: auto;
}

.football-logo img{
	max-width: 160px;
	height: auto;
}

.football-logo {
    width: fit-content;
    margin-right: 0 !important;
}

.versus-main-text p {
    color: white;
    text-align: center;
    font-size: 45px;
}

.versus-main-text h2 {
    color: white;
    font-size: 80px;
    text-align: center;
}

#menu-top-header-menu li.top-header-logout a {
    color: #ff1d1d !important;
}

a.et_pb_button.totis-button {
    border: unset !important;
    /*background-image: linear-gradient(90deg, #020100 20%, #93b4c7 100%);*/
	background-image: linear-gradient(90deg, var(--blue) 20%, var(--cyan) 100%);
    color: white;
    font-size: 18px;
}

.side-menu-section {
    position: fixed;
    top: 58px;
	padding: 20px 10px !important;
	height: 100%;
	box-shadow: 2px 0px 4px #e1e1e1;
}

.logged-in.admin-bar .side-menu-section {
    top: 113px;
}

.side-menu-section .et_pb_row {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
}

.side-menu-section .et_pb_row .et_pb_sidebar_0_tb_footer {
    padding: 0 !important;
    border-right: unset;
}

.side-menu-section .et_pb_row .et_pb_sidebar_0_tb_footer .widget_nav_menu{
	width: 100% !Important;
}

.side-menu-section .et_pb_row .et_pb_sidebar_0_tb_footer .widget_nav_menu #menu-main-menu li {
    margin-bottom: 22px;
}

.side-menu-section .et_pb_row .et_pb_sidebar_0_tb_footer .widget_nav_menu #menu-main-menu li img{
	max-height: 23px;
    width: auto;
}

.side-menu-section .et_pb_row .et_pb_sidebar_0_tb_footer .widget_nav_menu #menu-main-menu li a{
	display: flex;
    align-items: center;
    gap: 12px;
	color: black;
}

.side-menu-section .et_pb_row .et_pb_sidebar_0_tb_footer .widget_nav_menu #menu-main-menu li a span{
	display:none;
	transition: all 0.5s;
}

.side-menu-section:hover .et_pb_row .et_pb_sidebar_0_tb_footer .widget_nav_menu #menu-main-menu li a span{
	display: block;
}


.main-intro-row{
	/*background-color: var(--blue);*/
	background-image: linear-gradient(90deg, var(--blue) 20%, var(--cyan) 100%);
	border-radius: 15px;
    margin-top: 20px;
}

.main-intro-row h1{
	padding-bottom: 0;
	color: white !important;
	font-size: 26px;
}


.tipster-profile{
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    aspect-ratio: 1 / 1;
    width: 180px;
    object-fit: cover;
}


.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form textarea {
    width: 100%;
    font-size: 15px;
    padding: 8px 15px;
    border-color: var(--cyan);
    border-radius: 5px;
}

.wpcf7-form textarea{
	max-width: 100%;
}

.wpcf7-submit{
	background-color: var(--blue);
    font-size: 18px;
    color: white;
    border: unset;
    padding: 8px 20px;
    border-radius: 7px;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    transition: all 0.5s;
}

.wpcf7-submit:hover{
	background-color: var(--cyan);
}

.main-intro-row:before {
    content: "";
    width: 102px;
    height: 73px;
    background-image: url(../../uploads/2024/07/soccer.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0px;
}

h2.tipster-profile-form {
  color: var(--blue);
  font-size: 23px;
  font-weight: bold;
}

.tipster-fields-update-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tipster-fields-update-container > p{
	display: flex;
  	flex-direction: column;
}

.tipster-fields-update-container > p input[type=number]{
	max-width: 150px;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	padding: 5px 0px 5px 12px;
	font-size: 16px;
}

.tipster-statistics-update-button {
  background-color: #7b4d0a;
  color: white;
  font-size: 15px;
  border: unset;
  padding: 15px 25px;
  border-radius: 5px;
  cursor: pointer;
}

.tipster-top-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.profile-active-subs p{
  background-color: var(--cyan);
  color: white;
  font-size: 16px;
  padding: 10px 20px !important;
  border-radius: 5px;
}

.profile-active-subs p span{
	font-weight:bold;
}

.tipster-statistics-profile {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
  background-color: var(--blue);
  border-radius: 6px;
  padding: 20px 30px;
  color: white;
  font-size: 16px;
  text-align: center;
	flex-wrap: wrap;
}

.tipster-statistics-profile .stat-title {
  font-weight: bold;
  margin-bottom: 10px;
}


.tipster-statistics-profile .tipster-stat {
  flex: 0 2 32%;
    flex-grow: 0;
    flex-shrink: 2;
    flex-basis: 32%;
}

.tipster-first-section{
	display: flex;
	justify-content: space-between;
	gap: 20px;
	max-width: 1000px;
	margin: 0 auto;
	border: 2px solid #eee;
	border-radius: 9px;
	padding: 20px;
}


.tipster-free-telegram {
  border: 1px solid;
  border-radius: 8px;
  padding: 10px 30px 10px 15px;
  position: relative;
	transition: all 0.5s;
}

.tipster-free-telegram::before {
  content: "\F3FE";
  font-family: fontAwesome;
  position: absolute;
  right: 7px;
  font-size: 16px;
	transition: all 0.5s;
}

.tipster-free-telegram:hover{
	background-color: #2ea3f2;
	color: white;
}

.tipster-small-container {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    gap: 20px;
    max-width: 550px;
	align-items: center;
    justify-content: space-between;
	background-color: #7b4d0a;
	background-color: #7b4d0a;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #c9c9c9;
    margin-bottom: 20px;
}

.tipster-small-container > div {
    flex: 0 1 47%;
}

.tipster-small-container .tipster-profile{
	width: 120px;
}

.tipster-info-section h4.tipster-username {
    color: var(--blue);
    font-weight: bold;
}

.tipster-small-container .tipster-stat{
	background-color: aliceblue;
    text-align: center;
    border-radius: 10px;
    font-weight: bold;
}

a.tipster-syndromes-button-profile {
    border-radius: 8px;
    padding: 8px 10px 8px 10px;
    position: relative;
    transition: all 0.5s;
    width: 100%;
    display: block;
    background-color: var(--cyan);
    color: white;
    border: unset;
    text-align: center;
}

.all-tipsters-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.menu-footer-menu-1-container li {
    text-align: center;
}


@media screen and (min-width: 981px){
	.mobile-menu{
		display: none !important;
	}
}

@media screen and (max-width: 980px){
	.side-menu-section{
		display: none;
	}
	
	.top-header-section .et_pb_row{
		display: flex;
    	align-items: center;
    	justify-content: space-between;
	}
	
	.top-header-section .et_pb_column {
		margin-bottom: 0;
	}
	
	.et_pb_module .mobile_menu_bar:before{
		color: white !important;
	}
		
	body .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu {
        background-color: var(--blue) !important;
        position: fixed;
        top: 0px;
        z-index: 99999;
        height: 100vh;
        max-height: 100vh;
        overflow: scroll;
        padding-top: 50px;
    }
	
	li.mobile-menu-close a {
		text-align: right;
		font-size: 17px ! IMPORTANT;
	}
	
	.tipster-first-section {
		flex-direction: column;
		align-items: center;
	}
	
}

@media screen and (max-width: 550px){
	.tipster-small-container > div {
		flex: 100%;
	}
	
	.tipster-small-container .tipster-profile {
		margin: 0 auto;
		display: block;
	}
	
	.tipster-info-section h4.tipster-username{
		text-align: center;
	}
	
	.tipster-free-telegram{
		display: block;
	}
	
	.et_pb_image_0_tb_footer {
		text-align: center !important;
	}
	
	.main-intro-row:before{
		background-size: contain;
		width: 70px;
		height: 50px;
		opacity: 0.6;
	}
	
	.main-intro-row h1{
		font-size: 21px;
	}
	
	
	.football-logo img{
		max-width: 80px;
	}
}


.tipster-telegram-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}


ul#menu-main-menu {
    margin-top: 30px;
}



/*
.home-tiktok-banner a {
    background: linear-gradient(90deg, rgba(2, 1, 0, 1) 0%, rgba(198, 144, 22, 1) 100%);
    display: block;
    text-align: center;
    color: white;
    font-size: 26px;
    padding: 15px 10px;
    border-radius: 20px;
}

.page-main-title.title-icon {
    padding-top: 40px;
}

.page-main-title.title-icon:before {
    content: "";
    width: 74px;
    height: 30px;
    background-image: url(https://tottis.spithas.gr/wp-content/uploads/2024/06/stars-title.png);
    position: absolute;
    top: 0;
    left: 49%;
}


.side-menu-section {
    position: fixed;
    padding: 0 !important;
    top: 104px;
    z-index: 999999;
}

.side-menu-row {
    margin: 0;
	width: 100%;
    padding: 20px 10px !important;
}

.side-menu-module {
    padding-right: 0;
	border-right: unset !important;
}

.side-menu-module .widget_nav_menu{
	width: 100% !important;
	margin-right: 0 !important;
}

.side-menu-module .menu li.menu-item a{
	display: flex;
    align-items: center;
    gap: 10px;
	color: black;
    font-weight: bold;
}

.side-menu-module .menu li.menu-item {
    margin-bottom: 18px;
}

.side-menu-module li img{
	max-height: 25px;
}

.tipster-blurb h4 {
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 30px;
}

.tipster-blurb .et_pb_blurb_description {
    text-align: center;
    color: black;
    background-color: white;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 30px;
    border-radius: 20px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
	margin-bottom: 20px;
    cursor: pointer;
}


.pregame-text p {
    color: white;
    font-size: 16px;
    font-weight: bold;
    background-color: #afafaf99;
    padding: 8px 17px !important;
    border-radius: 20px;
    margin: 0 auto;
	text-align:center;
}

.pregame-numbers h3 {
    color: #22c722;
    font-weight: bold;
    font-size: 20px;
	padding: 5px 5px !important;
}

.pregame-numbers h4 {
    color: #e21515;
    font-weight: bold;
    font-size: 20px;
	padding: 5px 15px !important;
}


.pregame-numbers .et_pb_text_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.pregame-score-number {
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding: 8px 17px !important;
}

.pregame-score-number.green {
    color: #22c722;
}

.pregame-score-number.red {
    color: #ff8484;
}

.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form textarea {
    width: 100%;
    font-size: 16px;
    padding: 5px 10px;
    border: 1px solid black;
    border-radius: 8px;
}

.wpcf7-submit {
    background-color: black;
    color: white;
    border: unset;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 8px;
    transition: all 0.5s;
	cursor: pointer;
}

.wpcf7-submit:hover{
	 background-color: #C38E15;
}

.analysis-module article {
    background-image: linear-gradient(90deg, #020100 0%, #c69016 100%);
    border-radius: 20px 20px 20px 20px;
    padding: 20px;
}

.analysis-module article h2{
	color: white;
    text-align: center;
    font-weight: bold;
}

.analysis-module article p.post-meta {
    text-align: center;
    color: #dfdfdf ! IMPORTANT;
}

.analysis-module article p.post-meta span a{
	color: #dfdfdf ! IMPORTANT;
	pointer-events: none;
}

.analysis-module article .post-content p{
	text-align: center;
    color: white;
    font-size: 22px;
    font-weight: 600;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.analysis-module article a.more-link {
    width: fit-content;
    margin: 0 auto;
    background-color: white;
    color: black;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 15px;
}

*/

.home-prognostika-column {
    padding: 30px;
}

.new-home-intro-text h1 {
    font-size: 28px !important;
	font-size: 22px !important;
}

.new-home-intro-text {
    padding-bottom: 0 !important;
}

.new-home-intro-text p, .new-home-intro-text p a {
    font-size: 20px !important;
    color: white !important;
}

.new-home-intro-text h2 {
    color: white;
    /*background-color: var(--cyan);*/
	background-color: #3a96c954;
    padding-bottom: 0;
    padding: 5px;
    font-size: 22px;
}

.new-home-intro-text {
    padding-bottom: 0 !important;
}

.football-logo-banners-section {
    display: inline-block;
    width: 46%;
    text-align: center !important;
    vertical-align: middle;
}

.football-logo-banners-section img {
    max-height: 230px;
	max-height: 120px;
    width: auto;
}

.football-versus-text {
    width: 7%;
    display: inline-block;
    font-size: 40px;
    color: white;
    font-weight: bold;
}

@media screen and (min-width: 700px){
	/*.prognoseis-agwnwn-image-1 {
		position: absolute;
		right: 70px;
		top: 0px;
	}

	.prognoseis-agwnwn-image-2 {
		position: absolute;
		right: 0px;
		top: 0px;
	}*/
	
	.prognoseis-agwnwn-image-1 {
		margin-right: 30px;
	}
	
	.prognoseis-agwnwn-image {
		display: inline-block;
		margin-bottom: 10px !important;
	}
}

@media screen and (max-width: 699px){
	/*.prognoseis-agwnwn-image-1:before {
		content: "VS";
		position: absolute;
		right: 18px;
		font-size: 20px;
		top: 24px;
		color: #7b4d0a;
		font-weight: bold;
	}*/
	.prognoseis-agwnwn-image-1 {
		padding-right: 40px;
	}
	
	.prognoseis-agwnwn-image {
		display: inline-block;
	}
}


/*.prognoseis-agwnwn-image img{
	max-height: 120px !important;
}*/

/*.prognoseis-agwnwn-image{
	display: none !important;}*/


@media screen and (max-width: 673px){
	.top-header-section .et_pb_column_1_tb_header ul.et_pb_social_media_follow{
		display: flex;
	}
	
	.top-header-section .et_pb_column_1_tb_header ul.et_pb_social_media_follow a.icon.et_pb_with_border {
		height: 25px;
		width: 25px;
	}

	.top-header-section .et_pb_column_1_tb_header ul.et_pb_social_media_follow a.icon.et_pb_with_border:before {
		height: 25px;
		width: 25px;
		line-height: 25px;
	}
	
	.home-prognostika-column:before{
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		background: linear-gradient(180deg, rgb(135 130 130) 5%, rgba(237, 221, 83, 0) 50%);
		top: 0;
	}
}

.et-animated--vb.side-menu-section {
    display: none !important;
}

.home-tipster-stili img {
    max-height: 150px;
    width: auto;
	border-radius: 10px;
}

.home-tipster-stili {
    background-color: #7b4d0a;
    padding: 10px;
    border-radius: 15px;
}


.home-tipster-stili h4.et_pb_module_header {
    color: white;
    font-weight: bold;
	padding-bottom: 0;
}

.home-tipster-stili .et_pb_main_blurb_image {
    margin-bottom: 0;
}