/*
Theme Name:  Pepper Custom Baits
Theme URI:   http://divithemes.reviews
Version:     1.1
Description: Divi child theme.
Author:      Hesham Zebida
Author URI:  http://zebida.com
Template:    Divi
*/

@import url("../Divi/style.css");

/* comments fix */
#comment-wrap {
	max-width: 1080px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

/*----- Resize and crop featured image on events page -----*/
.events-list a.entry-featured-image-url img,
.events-list .et_pb_post a img {
    height: 400px !important;
    object-fit: cover !important;
}

/*-------------------[1080px]------------------*/
@media only screen and ( max-width: 1080px ) {
	#comment-wrap {
		max-width: 934px;
	}
}

/*-------------------[1024px]------------------*/
@media only screen and ( max-width: 1024px ) {
	#comment-wrap {
		max-width: 934px;
	}
}

/*-------------------[980px]------------------*/
@media only screen and (max-width: 980px) {
	#comment-wrap {
		max-width: 690px;
	}
}

/*-------------------[600px]------------------*/
@media only screen and (max-width: 600px) {
	#comment-wrap {
		max-width: 400px;
	}
}

/*-------------------[479px]------------------*/
@media only screen and ( max-width: 479px ) {
	#comment-wrap {
		max-width: 450px;
	}
}


/*-------------------[320px]------------------*/
@media only screen and ( max-width: 320px ) {
	#comment-wrap {
		max-width: 274px;
	}
}


/* shop button */
a.smallred:hover, a.bigred:hover {
    color: #803030 !important;
}
a.small-button:hover, a.big-button:hover, a.icon-button:hover {
    text-decoration: none;
}
a.big-button, a.small-button, a.icon-button {
    cursor: pointer;
}

a.smallred, a.bigred {
    color: #ffffff !important;
    background: #d00000;
    border: 1px solid #d00000;
}
a.small-button, a.icon-button {
    padding: 6px 14px;
    font-weight: bold !important;
    font-size: 12px;
    margin: 0 5px 8px 0;
}
a.small-button, a.big-button, a.icon-button {
    display: inline-block;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.1);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    line-height: 26px;
}
a:hover {
    text-decoration: none;
}
a {
    color: #d00000;
}
a {
    color: #7f7f7f;
    text-decoration: none;
}

/*-------------[CUSTOM RECENT POSTS]--------------*/

 
    .rpwwt-widget h4 {
            color: #fff;
            background: #000;
            padding: 10px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)!important;}
    .rpwwt-widget ul {
            background: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)!important;}
    .rpwwt-widget ul li {
            padding: 0px 8px 0px;}
    span.rpwwt-post-title {
            font-size: 13px;
            font-weight: 700;
            line-height: 1px;}
    .et_pb_widget_area .rpwwt-widget ul {
            line-height: 14px!important;
        padding: 10px 0 16px!important;}
    .rpwwt-post-date {
            font-size: 11px;}
