/*

 Theme Name:     Extra Child Theme

 Theme URI:      https://www.elegantthemes.com/gallery/extra/

 Description:    Extra Child Theme

 Author:         Elegant Themes

 Author URI:     https://www.elegantthemes.com

 Template:       Extra

 Version:        2.0.69

*/ 

@import url("../Extra/style.css");

 

/* =Theme customization starts here

------------------------------------------------------- */.comment_button{width:155px;font-weight:700;border-color:#ff0000 !important;}

#main-content .container {
    max-width: 95% !important;
    width: 95% !important;
    padding: 0 5px; /* Optional: Adjust side padding */
}

.container {
	width: 100% !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.page article {
    border-top: 0px solid !important;
}

ul.wpp-list {
    padding-left: 13px;
}

.et_pb_row {
    max-width: none !important;
}

.et_pb_section{
	padding: 0px !important;
}


.et_pb_extra_column_sidebar .et_pb_widget .widgettitle { background: white; }



#menu-item-154571 a {
    color: #D80000 !important;
}

h4.widgettitle {
    color: black !important;
}

.et_pb_widget.widget_text .textwidget {
     padding: 0px !important;
    line-height: 1.3em;
}

.et_pb_widget.widget_et_ads .widget_content {
	padding: 0px !important;
    text-align: center;
}

.et_extra_other_module, .et_pb_extra_module, .posts-blog-feed-module.masonry .hentry, .project-details, .woocommerce div.product .extra-woocommerce-details-accordion, .woocommerce div.product div.summary, .woocommerce ul.products li.product .product-wrapper, .woocommerce-page div.product .extra-woocommerce-details-accordion, .woocommerce-page div.product div.summary, .woocommerce-page ul.products li.product .product-wrapper {
    box-shadow: 0 0px 0px rgba(0,0,0,.1) !important ;
}

.page .post-wrap, .post-wrap {
	padding: 0 5px 0px;
}

/* move logo to left */

.logo {
	order: 0;
}

.et_pb_widget {
    display: block;
    background: #FFF;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 0px 0px rgba(0,0,0,0) !important;
    margin: 0 0 24px;
    overflow: hidden;
}

.redmenu a{
color: #E60000 !important;
}

/* Trending Posts Ordered List */
.wpp-list {
	padding: 0px;
	line-height: 22px !important;
}

ol.wpp-list {
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding:0px !important; /* Remove the default left padding */
	font-size: small;
}

ol.wpp-list > li {
    position:relative; /* Create a positioning context */
    margin:0 0 0px 1em !important; /* Give each list item a left margin to make room for the numbers */
    padding:0px 0px !important; /* Add some spacing around the content */
    list-style:none; /* Disable the normal item numbering */
    border-top:2px solid #666;
}

a.wpp-post-title {
    color: white;
}

ol.wpp-list > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-2px;
    left:-2em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:2em;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right:8px;
    padding:0px !important;
    border-top:2px solid #666;
    color:#fff;
    background:#666;
    font-weight:bold;
    font-family:"Helvetica Neue", Arial, sans-serif;
    text-align:center;
}

/* Vertical Align Column Content */
.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
} 

.js .posts-blog-feed-module.masonry .hentry {
    opacity: 1;
}

.et_pb_widget .widget_list_thumbnail {
  background-color: white !important;
}


/* Padding Between Titles and Images on Posts Page */
.et_pb_title_featured_container {
    padding-top: 20px !important;
}


