/*
Theme Name: theblog-child
Template: theblog
*/

@import url("../theblog/style.css");

/*HTML - SLIDER*/
	/*default*/

.text-3.cactus-color-5b {
color: rgba(255,255,255,1.0);
font-size: 150%;
font-weight: bold;
}

.widget-social-listing .social-listing li.instagram i { margin-left:18px; margin-top:15px;}
.widget-social-listing .social-listing li.default i { margin-left:21px; margin-top:15px;}
.home .list-content { background-color: #fff; }
.home .cactus-sidebar { background-color: #fff; }
.category-title h1, .header-tag-result h1 { text-transform: uppercase; }
h1, .h1 { font-size: 20px; }
.list-wrap .list-content.post-grid .container .row > .cactus-sidebar {
    margin-top: 0px;
    padding-top: 30px;
}
.container .row .widget-area .widget.widget_image,
.container .row .widget-area .widget.widget_jal_widget { margin-bottom: 70px; }
.container .row .widget-area .widget.widget_jal_widget a { color: #444; font-size: 15px; }
.container .row .widget-area .widget.widget_jal_widget .jaw_months { margin-left: 10px; }
.container .row .widget-area .widget.widget_jal_widget .jaw_posts { margin-left: 20px; }
input[type="submit"] {  }

/*HTML - SLIDER*/
/*Text*/
.cactus-slider-single .slider-item .text-content .text-3 a {text-decoration: none; color: rgba(0, 0, 0, 1);}

/* HEADER */
header .nav-default > .navbar-default.fixed-menu {
    background-color: rgba(255, 255, 255, 1);
}
/*menu header*/
header .nav-default > .navbar-default .navbar-nav>li>a {
	color:#000;
}
/*FOOTER*/
.background-color-2 { background-color: #d2d2d2; }
/*titoli footer*/
.dark-div .widget-inner .widget-title, .dark-div aside .widget-title {color:#000;}
/*testo footer*/
.dark-div { color:#444;}
/*link footer*/
.footer-sidebar .widget p a { color: #444; font-weight: bold; }

.cactus-single-page .col-md-8.fix-right-left .single-page-content { padding: 60px 32px 60px 32px; }
.widget-latest-posts .related-posts-content .related-posts-item .picture {
	width: 27%;
	padding-right: 0px;
}
.widget-latest-posts .related-posts-content .related-posts-item .picture a img {
    border-radius: 9999px;
    width: 63%;
}
.widget-latest-posts .related-posts-content .related-posts-item .picture a {
    padding-top: 59%;
}
.widget-latest-posts .related-posts-content .related-posts-item .picture .thumb-overlay {
	width: 64%;
    border-radius: 9999px;
}
.p-related-posts .related-posts-content .related-posts-item .picture {
	width: 24%;
	padding-right: 0px;
}
.p-related-posts .related-posts-content .related-posts-item .picture a img {
	border-radius: 9999px;
}
.p-related-posts .related-posts-content .related-posts-item .picture a {
	width: 72%;
	border-radius: 9999px;
	overflow: hidden;
}
.p-related-posts .related-posts-content .related-posts-item .picture .thumb-overlay {
	border-radius: 9999px;
}
.dots_readmore { font-size: 200%; font-weight: bold; line-height: 10px;}
.newsletter-widget { margin-top: 23px; }
.widget_text p { font-family: "Crimson text"; font-size: 18px;}

@media(max-width:991px) {		
	.footer-sidebar .widget p { color: inherit;}
}

.footer-sidebar .widget p a:hover { color: #ffe303; }

/****** WIDGET CATEGORIE ******/
.widget_categories li a::before { content: " "; }
.widget_categories ul li { margin-bottom: 5px; }
.widget_categories ul li a { 
	padding-left: 0px;
	/* Spessore del testo */
	font-weight: 400;
	/* Font del testo */
	font-family: "Montserrat";
	/* Dimensione del testo */
	font-size: 15px;
	/* Trasformazione del testo: uppercase, lowercase, none */
	text-transform: uppercase;
}

.background-color-5c {background-color:#fff;}

.wp-pagenavi a:hover {color: #ffe303;}