/*
Theme Name:  Genuitec
Theme URI:   
Version:     
Description: 
Author:      
Author URI:  
Template:    Divi
*/


/***********************************************************************
Caution: do not remove this to keep Divi Children Engine always updated 
Divi Children Engine version: 1.0.4
***********************************************************************/

/*------------------------------[FONT ICONS]-----------------------------*/
/*--[Created by Divi Children, http://divi4u.com/divi-children-plugin/]--*/
/*-----------------------------------------------------------------------*/

/**
-------Modal MyEclipse Old Versions
**/

#MyEclipseVersionsModal {
  position: fixed; 
  z-index: 999999; 
  /* padding-top: 100px;  */
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}


.modalClosed {
  display: none; /* Hidden by default */
}

.modalOpened {
  display: flex;
}

/* Modal Content */
#MyEclipseVersionsModal .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 380px;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 25px;
  display: block;

}

.modalDownloadsBody .step1 {
  overflow: auto;
  max-height: 319px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

#MyEclipseVersionsModal .modal-header {
  padding: 5px 16px;
  background-color: #03a9f4;
  color: white;
}

#MyEclipseVersionsModal .modal-header h2 {
  font-weight: 100;
  text-align: center;
  color: white;
  padding: 0px;
  line-height: 1.6em;
}

/* The Close Button */
#MyEclipseVersionsModal .closeModalIcon {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#MyEclipseVersionsModal .closeModalIcon:hover,
#MyEclipseVersionsModal .closeModalIcon:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


#MyEclipseVersionsModal .marketplace-list-running-container {
  width: 100%;
}


#MyEclipseVersionsModal .modalDownloadsBody ul {
  list-style-type: none;
  padding: 0;
}

#MyEclipseVersionsModal .release-inline-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
}

#MyEclipseVersionsModal #listOfOldVersions > li {
  margin-left: 0px;
  transition: background 0.5s;
  border-bottom: 1px solid #ddd;
}

#MyEclipseVersionsModal #listOfOldVersions > li:hover {
  z-index: 100;
  background: #25bcff;
  box-shadow: 0 5px 25px rgba(0,0,0,0.2);
  color: white;
  cursor: pointer;
}

#MyEclipseVersionsModal .title {
  font-family: "Open Sans";
  font-size: 15px;
  padding: 9px;
}

.modalOverLayBodyMyEclipse {
  height: 100%;
  overflow: hidden;
}



#MyEclipseVersionsModal .step1, #MyEclipseVersionsModal .step2 {
  display: none;
}

#MyEclipseVersionsModal .SectionIsVisible {
  display: block;
}

#availableDownloads a {
  color: #2ea3f2;
  text-decoration: none;
}

#availableDownloads .myeclipseide-item {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

#availableDownloads .myeclipseide-img {
  float: left;
  height: 25px;
}

#availableDownloads .myeclipseide-img img {
  height: 25px;
  margin-top: 4px;
}

#availableDownloads .myeclipseide-title {
  color: #333;
  margin-left: 10px;
  font-size: 18px;
  float: left;
  padding-top: 5px;
}

#availableDownloads .myeclipseide-info {
  font-size: 12px;
}

#availableDownloads li {
  margin-left: 0px;
}

/**
END MYECLIPSE MODAL
**/


.icon_tags, .icon_profile, .icon_chat, .icon_clipboard, .icon_calendar {
	font-family: 'ETmodules';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	color: #318EC3;
}
.icon_tags:before {
	content: "\e07c";
	padding: 0px 5px 0 0;
}
.icon_profile:before {
	content: "\e08a";
	padding: 0 5px 0 0;
}
.icon_chat:before {
	content: "\e066";
	padding: 0 5px 0 20px;
}
.icon_clipboard:before {
	content: "\e0e6";
	padding: 0 5px 0 20px;
}
.icon_calendar:before {
	content: "\e023";
	padding: 0 5px 0 20px;
}

/*- YOU CAN INCLUDE THE CUSTOM CODE FOR YOUR CHILD THEME BELOW THIS LINE-*/

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

 .highlight{background-color: yellow}
 
 .codemix_commercial_personal_title{
	background: #0090ff;
 	color: white;
  	padding: 7px;
  	border-radius: 10px;
   	font-size: 16px;
  	margin-bottom: 10px;
} 

.codemix_commercial_personal_title a{
	color: white;
	font-weight: 600;
}

.codemix-actions .deactivate-button:disabled{
	cursor: default !important;
	background: #b9b9b9 !important;
}

.codemix_commercial_personal_title form{
	display: inline; 
}

#renew_codemix_button:hover{
	background: none !important;
}


#codemix-drag-to-insall-tooltip{
    position: absolute;
    z-index: 9999999;
    top: 4.9em;
    width: 288px;
    margin-left: 235px;
    text-align: center;
    background: rgb(226, 224, 224);
    color: #424242;
    padding: 10px 5px 10px 5px;
    border-radius: 5px;
    text-align: center;
    line-height: 1.5;
    font-size: 13px;
}


#codemix-drag-to-insall-tooltip:before {
    content: ' ';
    height: 0px;
    position: absolute;
    width: 0;
    left: -20px;
    top: 55px;
    border: 10px solid transparent;
    border-right-color: rgb(226, 224, 224);
}

.woocommerce-error a{
	color: white;
}

  /*---------------[VIDEO MODAL]--------------*/
 .modal_video_block {
    display: block;
    background: #414b56;
	position: relative;
}

.modal_video_button, .modal_video_button:before {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.modal_video_button {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: inherit;
    border-radius: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fffaa5;
}

.modal_video_button:before {
    font-family: 'ETmodules';
    content: '\49';
    top: 50%;
    left: 50%;
    
}

.modal_video_block:hover .modal_video_button {
    transform: translate(-50%,-50%) scale(1.4);
}

.modal_video_img_block{
    display: block;
    width: 100vw;
}

.video-modal {
    position: fixed;
    z-index: 100000; /* 1 */
    top: 0;
    left: 0;
    display: none;
    width: 100%;
	height: 100%;
	
}

.video-modal.is-visible, .modal-join-button.is-visible {
	display: block;
	-webkit-animation-name: fadein;
	-webkit-animation-duration: 0.4s;
	animation-name: fadein;
	animation-duration: 0.4s
}

.modal-join-button.is-visible{
	opacity: 1;
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.modal-overlay {
  position: fixed;
  z-index: 100001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.video-modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  z-index: 100003;
  width: 100%;
  background-color: transparent;

  height: 85%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

}

.modal-transition {
  transition: all 0.3s 0.12s;
  opacity: 0;
}

.video-modal.is-visible .modal-transition {
  opacity: 1;
}


.modal-scaler{
	position: relative;
	width: 100%;
	max-width: 70vw;
	margin: 0px auto;
	height: 100vh;
	max-height: 75vh;
}

.modal-scaler iframe{
	margin-top: 25px;
	position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #000;
}


.modal-content{
	line-height: 0;
    width: 100%;
	
	position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
	
}

.modal-button-close{
	position: absolute;
	top: -18px;
	right: 0px;
	font-size: 35px;
	-webkit-appearance: none;
	background: transparent;
	border: 0;
	color: white;
	cursor: pointer;
}

.modal-join-button{
	position: absolute;
    z-index: 99999999;
    bottom: -12vh;
    text-align: center;
    left: 0;
	right: 0;
	display: none;
}

.modal-join-button a{
	display: inline-block;
	background: #3b9dd0;
    text-decoration: none!important;
    color: #fff;
    font-size: 1.5rem;
    padding: 25px 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,.1);
	border-radius: 6px;
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.modal-join-button a:hover{
	padding: 30px 45px;
	font-size: 1.8rem;
	
}

/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/
/*------------------------------------------------*/
.et_mobile_menu{
	height: 350px;
    overflow-y: scroll;
 }


/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-----------------[WP CALENDAR]------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*------------------[TRANSITIONS]-----------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*---------------[RESPONSIVE LAYOUTS]-------------*/
/*------------------------------------------------*/

@media only screen and ( min-width: 981px ) {

}

/*-------------------[960px]------------------*/
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {

	/*-------------------[Sliders]------------------*/

	/*-------------------[Portfolio]------------------*/

	/*-------------------[Sidebar]------------------*/
	
	/*-------------------[Menu]------------------*/
	
}

/*-------------------[768px]------------------*/
@media only screen and ( max-width: 980px ) {


	/*-------------------[modal-video]------------------*/
	.modal_video_img_block{
		width: 100%;
	}


	/*-------------------[Portfolio]------------------*/
	
	/*-------------------[Sliders]------------------*/
	
	/*-------------------[Menu]------------------*/

}

@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {

}

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

}

/*-------------------[480px]------------------*/
@media only screen and ( max-width: 767px ) {

	/*-------------------[Menu]------------------*/


	/*-------------------[Video Modal]------------------*/
	.modal-scaler{
		max-height: 50vh;
	}

}

/*-------------------[320px]------------------*/
@media only screen and ( max-width: 479px ) {
	
	/*-------------------[Video Modal]------------------*/
	.modal-scaler{
		max-height: 45vh;
	}
}

/*-------------[Custom Media Rules]---------*/
@media screen and (max-width: 490px){
	.testimonials_title h2 {
		bottom: -86px;
	}
}

@media screen and (min-width: 840px){
	.drag-to-install-message-marketplace{ 
		display: none;
	}
}


#et-secondary-nav li>ul {
    width: 204px !important;
}

#et-secondary-nav ul ul {
	left: 100% !important;
	width: 228px !important;
	top: 12px !important;
	padding-right: 10px !important;
}

#et-secondary-nav li .menu-item-has-children>a:first-child:after {
	top: .67em !important;
    right: 0;
	left: 68%;
	content: "5" !important;
}

#et-secondary-nav li {
	text-align: left;
}

.wpua-edit-attachment{
	display: none;
}

#particles-js{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1f1f1f;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin: 0;
}

#particles-home-page #particles-js {
    max-width: none !important; 
}

.ol_breadcrumb{

 	position: absolute;
	margin-top: 0px;
  margin-left: -34px;
  display: inline-flex;

}

.ol_breadcrumb li:before {
	font-size: 0px !important;
    width: 0px !important;
}

.ol_breadcrumb li span{
	font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.color-nbsp {
  color: rgba(255, 255, 255, 0.6);
}

#bbpress-forums .ol_breadcrumb{
	display: none;
}



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

.ol_breadcrumb li span {
    font-size: 13px;
    color: #000;
}


 .ol_breadcrumb{
    position: absolute;
    top: 90px;
    display: block;
    color: #000;
}

#top-header{
    display: block !important;
}

.breadcrumb-blog{
    display: none !important;
}

}