/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.elementor-widget-text-editor .elementor-widget-container p:last-child{
	margin-bottom: 0;
}

.timeline .twae-label-small{
	white-space: normal!important;
	line-height: 1.5em!important;
}


.wgl-toggle .elementor-toggle-item{
	box-shadow: 0 0 30px 0 rgba(0,0,0,.12);
	margin-bottom: 20px;
}
.inside-article{
	padding: 0 !important;
}
/*-----------------------*\
    PAGE
\*-----------------------*/
.site-content{
	background: #fff;
	padding: 25px;
}
body.page-template-default .content-area .entry-content{
	margin: 0 -10px 0 -10px;
}
.content-area .site-main,
.inside-right-sidebar{
	margin: 0 !important;
}

aside.widget{
	padding: 0 10px 10px 30px !important;
	margin-bottom: 20px !important;
}
aside.widget .widget-title{
	color: #fff;
	background: #3d5172;
	padding: 5px;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 15px;
}
aside.widget_ptpolular_widget ul li{
	border-bottom: 1px solid #eee;
    margin: 0 0 8px!important;
    padding: 5px 0 10px!important;
    list-style-type: none!important;
    display: block;
}

aside.widget_ptpolular_widget ul li .item-content{
	display: flex;
}
aside.widget_ptpolular_widget ul li .item-content .item-thumbnail img{
	border: 1px solid #eee!important;
	box-shadow: none!important;
	margin: 2px 10px 2px 0!important;
	padding: 3px!important;
	max-width: 60px;
}
aside.widget_ptpolular_widget ul li .item-content .item-title a{
	margin-bottom: 0!important;
    margin-top: 0!important;
    font-weight: 400;
    font-size: 12px!important;
    line-height: 1.5em;
    color: #000;
    display: block;
    text-decoration: none;
}
aside.widget_ptpolular_widget ul li .item-content .item-title span{
	color: #bbb;
	font-size: 11px;
}

/*-----------------------*\
    ARCHIVE
\*-----------------------*/
body.archive .site-main{
	margin: 0 -10px !important;
}
body.archive .site-main article{
	width: calc(50% - 20px);
	float: left;
	margin: 0 10px 20px;
}
body.archive .site-main > header.page-header{
	margin: 0;
	padding: 0 10px 30px 10px;
}
/*-----------------------*\
    SINGLE
\*-----------------------*/
.featured-image.page-header-image{
    display: none;
}
/*==================================================
>>> RESPONSIVE DEVICE     
==================================================*/


@media (min-width: 1360px) and (max-width: 1600px) {

}

@media (min-width: 1200px) and (max-width: 1359px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.widget-area .widget{
		padding: 0 !important;
		margin-top: 30px;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.widget-area .widget{
		padding: 0 !important;
		margin-top: 30px;
	}
	.site-content{
		padding:10px;
	}
}

@media (max-width: 576px) {

}

/* Landscape phones and smaller */
@media (max-width: 480px) {

}