/* ==============================================================================
Theme Name: Phlox Pro Child
Theme URI: http://phlox.pro/
Author: averta
Author URI: http://www.phlox.pro
Description: Phlox Child Theme
Template: phlox
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column,two-columns, three-columns, left-sidebar, right-sidebar
Text Domain: phlox-child
================================================================================= */

/* neutra-text-alt-webfont 
@import url("/wp-content/themes/phlox-child/fonts/neutra-text-alt-webfont/neutra-text-alt-webfont.css");
*/
/* neutra-text-alt-webfont 
@import url("/wp-content/themes/phlox-child/fonts/helvetica-webfont/helvetica-webfont.css");
*/

p, h1, h2, h3, h4, h5, ul, ol {
    font-family: 'Poppins' !important;
	font-weight: normal;
}

.aux-breadcrumbs span {
	display:none;
}

.page-title-group {
	border-radius:60px;
}

.page-title-section > .aux-bottom-overlap {
	margin-bottom:60px;
}

.hentry .entry-content, .hentry .comment-body {
	margin-bottom:0px;
}

.hentry .entry-main {
	margin-bottom:0px;
}

ul, .darkmode ul {
	margin-left: 10px;
}

ol {
	list-style-position:outside; 	
	margin-left:20px;
}

ol li {	
	margin-left:20px;
	padding-bottom: 20px;
	line-height:150% !important;
}

ol li:last-child {
	padding-bottom:0;
}



ul li {
    list-style-image: url('/wp-content/uploads/Triskel-Accent.svg');
	margin-left: 0px;
	padding-bottom: 0px;
	line-height:150% !important;
}

.darkmode ul li {
    list-style-image: url('/wp-content/uploads/Triskel-White.svg');
	margin-left: 0px;
	padding-bottom: 10px;
}

.darkmode.centrado ul li {
    list-style-image: url('/wp-content/uploads/Triskel-White.svg');
	margin-left: 0px;
	text-align:center;
}

ul li::marker, .darkmode ul li::marker {
    font-size: 2.4em;
    /* line-height:0.1; */
}

.darkmode.centrado ul li::marker {
    font-size: 2.4em;
    /* line-height:0.1; */
	/* text-align:center; */
}

a, .aux-modern-heading-description a {
    color: #98697b;
}

a:hover, .aux-modern-heading-description a:hover {
    text-decoration: underline;
	color: #98697b;
}

@media only screen and (max-width: 768px){
   .wpcf7-submit{
			width:100%;
		 float:left;
		 margin-bottom:0 !important;
    }
	p > input[type="submit"].wpcf7-submit {
    margin:0 !important;
	}
}