/*
Theme Name: Paradox Learning
Theme URL: https://paradoxlearning.com
Description: LMS & E-LEARNING CONSULTANCY
Author: Reynaldito
Author URL: https://wp-crafting.com
Template: Divi
Version: 1.0.0
Text Domain: Paradox Learning
*/


/****************************** GENERALITES ************************************/


:root {
	--red-color: #ff0000;
	--transition: .7s;
}

/* Hiding every sidebars */
/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {
	background: none;
}
/*** Hide Sidebar ***/
#sidebar {
	display:none;
}
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
	#left-area {
		width: 100%;
		padding: 23px 0px 0px !important;
		float: none !important;
	}
}

/* scrollbar chrome */

/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #000000;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #acacac;
  border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #FFFFFF;
}
::-webkit-scrollbar-corner {
  background: #FFFFFF;
}

/************************* MENU **************************** */

body:not(.home) header#main-header,
.et-fixed-header#main-header {
	box-shadow: 0px 0px 5px !important;
}
body.home header:not(.et-fixed-header) {
	background-color: rgb(255, 255, 255, 0) !important;
	box-shadow: unset !important;
}

/* White burger */
span.mobile_menu_bar::before {
	color: #FFFFFF;
}
header.et-fixed-header {
	box-shadow: 0 0 3px;
}

/* Mobile */
#main-header .et_mobile_menu {
/* 	background-color: rgb(255, 255, 255) !important; */
	border-top: 3px solid rgb(0, 0, 0);
	border: 7px solid;
    border-radius: 10px;
}
#main-header .et_mobile_menu li {
    border-bottom: 1px inset rgb(0, 0, 0);
	text-align: center;
	text-transform: uppercase;
}
/* #main-header .et_mobile_menu li:first-child {
    border-top: 1px solid rgb(0, 0, 0);
} */
#main-header .et_mobile_menu li:last-child {
    border-bottom: 0px solid rgb(0, 0, 0);
}
span.mobile_menu_bar::before {
	color: #000000 !important;
}

/* headers */
/* .myHeader h1 {
	background-color: #ff000041;
	width: 50%;
    margin: 0 auto;
} */


/****************************** HOME ************************************/

@media only screen and ( max-width: 479px ) {
	#homeTitle h1 {
		font-size: 8vw;
	}
	#homeTitle p,
	.homeBannerButton {
		font-size: 4vw !important;
	}
	#homeTitle br {
		display: none;
	}
}
@media only screen and (min-width: 981px) {
	.homeBannerButton {
		position: relative;
	}
	.homeBannerButton.seeOurServices {
		left: -28px;
	}
	.homeBannerButton.contactUs {
		left: -130px;
	}
}

/* @media only screen and ( min-width: 768px ) {

	.two-columns-grid .et_pb_salvattore_content[data-columns]::before {
		content: '2 .column.size-1of2' !important;
	}
	.two-columns-grid .et_pb_salvattore_content[data-columns] {
		display: flex;
    	justify-content: space-evenly;
	}
	.two-columns-grid .column.size-1of2 {
		width: 30%!important;
	}

	
	div.latestPosts div.pagination {
		position: relative;
    	bottom: 232px;
	}
	div.latestPosts .pagination .alignleft a {
		color: rgba(255,255,255,0);
		position: relative;
		left: -100px;
	}
	div.latestPosts .pagination .alignright a {
		color: rgba(255,255,255,0);
		position: relative;
		left: 100px;
	}
	div.latestPosts .pagination .alignleft a:after,
	div.latestPosts .pagination .alignright a:after {
		position: absolute;
		width: 50px;
		height: 50px;
		text-align: center;
		color: #111;
		font-size: 1rem;
		box-shadow: 0px 0px 4px;
		border-radius: 50%;
		transition: var(--transition);
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: bolder;
	}
	div.latestPosts .pagination .alignleft:hover a:after,
	div.latestPosts .pagination .alignright:hover a:after {
		box-shadow: 0px 0px 6px;
		transition: var(--transition);
	}
	div.latestPosts .pagination .alignleft a:after {
		content: '\003C';
		left: 0;
	}
	div.latestPosts .pagination .alignright a:after {
		content: '\003E';
		right: 0;
	}
} */

/* Engagements */

/* div.engagements img {
	transition: var(--transition);
}
div.engagements img:hover {
	filter: invert(100%) sepia(0%) saturate(7488%) hue-rotate(32deg) brightness(100%) contrast(100%);
} */

/* Slider logos */

/* * Animation*/
/* @keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-250px * 17))}
} */

/*Styling*/
/* .slider {
	height: 200px;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 90%;
}
	
.slider::before,
.slider::after {
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	content: "";
	height: 200px;
	position: absolute;
	width: 15%;
	z-index: 2;
}
	
.slider::after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
}

.slider::before {
	left: 0;
	top: 0;
}
	
.slide-track {
	animation: scroll 40s linear infinite;
	display: flex;
	width: calc(250px * 34);
}
	
.slide {
	height: 200px;
	width: 250px;
  display: flex;
  align-items: center;
} */


/****************************** SERVICES ************************************/

div.ourServices div.phone > div > div,
div.ourServices div.advisory > div > div {
	margin: 20px auto;
}
div.ourServices div.phone:hover,
div.ourServices div.advisory:hover {
	box-shadow: 0px 12px 8px -10px rgba(0,0,0,0.3);
	transition: var(--transition);
}
div.ourServices div.phone:hover i,
div.ourServices div.advisory:hover i {
	color: var(--red-color);
	transition: var(--transition);
}
div.ourServices div.logo i {
	font-size: 4rem;
}
.learnMore {
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: 600;
	display: none;
}


/****************************** SPEAKING ************************************/

div.upcomingTalks .text {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
div.upcomingTalks .text h4 {
	display: none;
}
div.upcomingTalks .text > div {
	width: 80% !important;
}
div.upcomingTalks .text li {
/* 	list-style: initial !important; */
}
div.upcomingTalks .text a {
	text-decoration: underline !important;
}
div.upcomingTalks .text > div:nth-child(even) {
	margin-bottom: 10px !important;
}
div.upcomingTalks .text > div:nth-child(odd) p {
	font-weight: bold;
}

/****************************** CONTACT PAGE ************************************/

#contact-form .wpcf7-form input,
#contact-form .wpcf7-textarea {
	width: 50%;
	border: 2px solid #bbb;
    padding: 5px;
    color: #4e4e4e;
    box-shadow: 3px 3px 5px #bbb;
    border-radius: 10px;
	font-size: 20px;
}
#contact-form label {
	font-size: 20px;
	font-weight: 500;
}

#contact-form input[type=submit] {
	font-size: 18px;
    text-transform: uppercase;
    width: -moz-fit-content; /*firefox */
	width: fit-content;
    padding: 10px;
    cursor: pointer;
    font-weight: 700;
    border: 2px solid #000;
	margin-left: 16px;
}
@media (max-width: 800px) {
	#contact-form .wpcf7-form input:not(.wpcf7-submit),
	#contact-form .wpcf7-textarea {
		width: 100%;
	}
}
	
/****************************** SINGLE POST ************************************/

/* body.single-post article div.et_post_meta_wrapper:first-child {
	display: flex;
    flex-direction: column;
	align-items: center;
}
body.single-post article div.et_post_meta_wrapper:first-child img {
	max-width: 70%;
	box-shadow: 0px 3px 3px;
	margin: 20px auto;
}
body.single-post article div.et_post_meta_wrapper:last-child textarea {
	box-shadow: 0px 3px 3px;
} */

@media (min-width: 500px) {
	.blog-posts .et_pb_title_featured_container .et_pb_image_wrap {
		display: flex;
		justify-content: center;
	}
	.blog-posts .et_pb_title_featured_container img {
		width: 60%;
	}
}
.blog-posts .pl_post-content img {
	height: auto !important;
}
@media (max-width: 500px) {
    .blog-posts .pl_post-content img {
		width: 100% !important;
	}
}
.blog-posts p.et_pb_title_meta_container {
	margin-bottom: 35px;
}

/* Article tables */

table td {
	width: 50%;
	padding: 2%;
	vertical-align: top;
}
table tr:first-child {
	background-color: darkgray;
}
@media (max-width: 476px) {
	table td li,
	table td li span {
		font-size: 2.5vw !important;
		line-height: 1.5 !important;
	}
}


/****************************** FOOTER ************************************/

footer > div {
	box-shadow: 0px -1px 3px;
}
p.copyright {
	color: #FFFFFF;
    font-weight: bold;
}

.quick-links a {
	transition: .3s;
}
.quick-links a:hover {
	margin-left: 5px;
	transition: .3s;
}

/* @media (max-width: 383px) {
	.myFooter {
		display: grid !important;
		grid-template-areas: 'logo' 'quicklinks contact';
	}
	.myFooter > div:first-child {
		grid-area: logo;
	}
	.myFooter > div:nth-child(2) {
		grid-area: quicklinks;
	}
	.myFooter > div:last-child {
		grid-area: contact;
	}
} */






/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/






/* Underline From Center */
#et-top-navigation #top-menu-nav .hvr-underline-from-center {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
}
#et-top-navigation #top-menu-nav .hvr-underline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 51%;
	right: 51%;
	bottom: 10px;
	background: var(--red-color);
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#et-top-navigation #top-menu-nav .hvr-underline-from-center:hover:before, 
#et-top-navigation #top-menu-nav .hvr-underline-from-center:focus:before, 
#et-top-navigation #top-menu-nav .hvr-underline-from-center:active:before {
	left: 0;
	right: 0;
}

/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
	100% {
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  opacity: 1;
	}
  }
  @keyframes hvr-ripple-in {
	100% {
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  opacity: 1;
	}
  }
 #et-top-navigation #top-menu-nav .hvr-ripple-in {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
  }
  #et-top-navigation #top-menu-nav .hvr-ripple-in:before {
	content: '';
	position: absolute;
	border: #e1e1e1 solid 4px;
	top: -12px;
	right: -12px;
	bottom: -12px;
	left: -12px;
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
  }
  #et-top-navigation #top-menu-nav .hvr-ripple-in:hover:before, 
  #et-top-navigation #top-menu-nav .hvr-ripple-in:focus:before, 
  #et-top-navigation #top-menu-nav .hvr-ripple-in:active:before {
	-webkit-animation-name: hvr-ripple-in;
	animation-name: hvr-ripple-in;
  }