/* 
Theme Name: Blocksy Child Test - Esum
Theme URL: https://esumsoft.com
Description: Blocksy Child Test - Esum
Theme Author: Esumsoft
Author URL: https://esumsoft.com
Template: blocksy
Version: 1.0.0 
Text Domain: blocksy-child-esum
*/


/*

New for WP

*/


div.ct-container ul li, ol li {
  margin-bottom: 5px;
}




.noborder, .noborder tr, .noborder th, .noborder td, .noborder table
{
	border: 0 !important;
}


/* this highlights current page in nav side-bar */
.widget_nav_menu li.current_page_item {
    background:#EEEEEE;
    color:#000000;
}

/* this PREVENTS highlighting submenu's of current page; note: couldn't get :not(.sub-menu) to work above */
.widget_nav_menu li.current_page_item .sub-menu {
	background:var(--paletteColor7);
	color:var(--linkInitialColor);
}


td {
	vertical-align: top;
}


/* this is primarily for product boxes on home page; teeny on mobile */
.es-content-desk { display: block; }
.es-content-mobi { display: none; }
@media screen and (max-width: 640px) {
.es-content-desk {display: none;}
.es-content-mobi {display: block;}
}


.page-title
{
/*	border-bottom: 1px dotted #0101D9;*/
	
border-style: solid;
border-width: 0 0 1px 0;
/*border-image: linear-gradient(to right, #0101D9, transparent) 1;*/
border-image: linear-gradient(to right, #704FF4, transparent) 1;

	
}
	
}



/*

/themes/greek_yoguert/main.css

*/


/* added for v5 info page */
.esumcommonheader {
	line-height:1.0em;
	font-size: 135%;
	font-weight: bold;
}




/* 

Older

*/

/* wordpress: c5 used h1 */
div#main-container h2.prodtitle {
	font-size: 1.5em;
	line-height: 1.8em;
	margin-bottom: 3px;
}


div#main-container h3.prodtitle {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 3px;
}



/* common separator */
.commonsepbot {
	border-bottom: 1px dashed #0101D9;
}

.commonseptop {
	border-top: 1px dashed #0101D9;
}

/* for wordpress */
hr.wpsep {
	border-top: 1px solid #EEEEEE;
}


/* for download button */

.dlbtn {
  background-color: #4caf50;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
}

.dlbtn:hover {
  background-color: #419141;
}

.buybtn {
  background-color: #2668D6;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
}

.buybtn:hover {
  background-color: #205AB2;
}
