
/*
Theme Name:     IsleMag Child
Theme URI:      http://themeisle.com/themes/islemag/
Description:    Tema Child per il tema IsleMag Child
Author:         Ala Data System
Author URI:     aladata.it
Template:       islemag
Version:        0.1.0
*/

/* -------------------------------------------------------------------
	Body
------------------------------------------------------------------- */

body {
    background-color: rgba(0, 0, 0, .1);
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
    background: rgba(0, 0, 0, .1);
}

body,
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.main-navigation li a,
#footer {
	font-family: 'Open Sans', sans-serif;
}

#wrapper {
    overflow: hidden;
}

/* -------------------------------------------------------------------
	Links
------------------------------------------------------------------- */

a {
	color: #0296bc;
}

a:hover,
a:focus,
a:active {
	color: #005d75;
	outline: none;
}

/* -------------------------------------------------------------------
	Banners
------------------------------------------------------------------- */

.top-header-banner {
	text-align: center;
}

.top-header-banner img {
	margin: 0;
}

.sidebar-banner {
	padding-top: 20px;
	padding-bottom: 20px;
}

.sidebar-banner img {
	margin: 0 0 5px 0;
}

.sidebar-banner p {
	font-size: 14px;
	background: rgba(0, 0, 0, .1);
	padding: 20px 10px; 
	margin-top: 0;
}

.home-banners img {
	margin: 0 0 5px 0;
}

.sidebar-banner h1 {
	font-size: 14px;
	background: #0296bc;
	color: #ffffff;
	padding: 15px;
	margin: 0;
}

.sidebar-banner .navbar-form {
	background: rgba(0, 0, 0, .1);
	text-align: center;
	padding: 20px 10px; 
	margin-top: 0;
}

.banner-term-widget li {
	list-style: none;
}

/* -------------------------------------------------------------------
	Header
------------------------------------------------------------------- */

.navbar-top .social-icons {
	font-size: 26px;
}

.navbar-top .social-icon:after {
	padding: 0 0 0 5px;
    content: " ";
}

.navbar-top .social-icon:last-child:after {
	padding: 0 5px 0 5px;
    content: " ";
}

.main-navigation {
	background: #f5f5f5;
	border-top: 1px solid #888 !important;
    border-bottom: 1px solid #888 !important;
}

.main-navigation .nav-menu > li > a {
    border-top: none;
    color: rgba(0, 0, 0, .8);
    border-right: 1px solid #eaeaea;
    padding: 5px 20px;
}

.navbar {
    border: none;
    min-height: initial;
    background: transparent;
}

.navbar-top {
    border-top: 1px solid #eaeaea;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	color: #0296bc !important;
	background: none;
}

.navbar-categories-menu .nav-pills > li > a:hover,
.navbar-categories-menu .nav-pills > li.focus a:focus,
.social-icons a:hover > i,
.main-navigation ul > li:hover > a {
	color: #0296bc;
	background: none;
}

.navbar-categories-menu {
	border-bottom: 1px solid #888;
}

.navbar-categories-menu .nav-pills>li+li {
    margin-left: 0;
}

.navbar-categories-menu .nav-pills > li > a {
	color: #505050;
    border-right: 1px solid #eaeaea;
    padding: 15px 15px;
    font-weight: bold;
    font-size: 14px;
}

.navbar-categories-menu .nav-pills > li > a {
	color: rgba(0, 0, 0, .8);
    border-radius: 0;
    background: none;
}

.navbar-categories-menu .nav-pills > li > a:hover {
	color: #0296bc;
    background: none;
}

ul > li:hover > a,
.top-navigation ul > li:hover > a,
.sidebar .widget li:hover a {
	color: #0296bc;
}

.navbar.islemag-sticky.sticky-menu {
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, .1);
	border-radius: 0;
}

.sticky-menu .header-content {
	min-height: 20px;
	background-color: rgba(2, 150, 188, .98);
}

.sticky-menu .header-content img {
	height: 40px;
}

.sticky-menu .navbar-brand {
	min-height: 20px;
	padding: 0;
}

.sticky-menu .navbar-categories-menu {
	background-color: rgba(255, 255, 255, .95);
}

.sticky-menu .main-navigation {
	/*background: rgba(0, 0, 0, .1);*/
	background: rgba(255, 255, 255, .9);
}

.sticky-menu .st0{ fill:#FFF !important; }
.sticky-menu .st1{ fill:#FFF !important; }

.header-content,
.header-content img,
.navbar-brand {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#header-search-form:before {
    border-color: #0296BC transparent;
}

.header-logo-wrap svg {
	width: 700px;
	height: 100px;
}

@media (max-width: 767px) {

	.header-logo-wrap svg {
		width: 100%;
	}

	.header-content {
	    padding: 0;
	}

	.main-navigation {
		border-bottom: none !important;
	}

	.main-navigation .nav-menu li {
	    display: list-item;
	    width: 100%;
	    padding: 10px 0px;
	    border-bottom: 1px solid #eaeaea;
	}

	.main-navigation .nav-menu > li > a {
	    border-right: none;
	}

	button.menu-toggle i.fa.fa-sort-desc {
		vertical-align: top;
	}

}

/* -------------------------------------------------------------------
	Home
------------------------------------------------------------------- */

.islemag-template3 .entry-media.islemag-big figure {
    height: initial;
}

.owl-nav {
	display: none;
	visibility: hidden;
}

.home-categories h1 {
	font-size: 14px;
	background: #0296bc;
	color: #ffffff;
	padding: 15px;
}

.home-categories-body {
	min-height: 60px;
}

.home-categories-body h2 {
	font-size: 15px;
	color: #0296bc;
}

.home-categories-body h3 {
	font-size: 13px;
	margin: 5px 0;
	color: rgba(0, 0, 0, .4);
}

.home-categories img {
	width: 100%;
	max-height: 200px;
	object-fit: cover;
}

.latest-news .row {
	padding-bottom: 20px;
}

.latest-news h2 {
	font-size: 15px;
	margin: 20px 0 10px 20px;
	color: #0296bc;
}

.latest-news h3 {
	font-size: 13px;
	margin: 0 20px;
	color: rgba(0, 0, 0, .4);
}

.latest-news p {
	color: #454545;
	font-size: 15px;
	margin: 20px;
}

.latest-news img {
    margin: 20px;
    width: 100%;
	object-fit: cover;
}

.home-categories a:hover h2,
.latest-news a:hover h2 {
	color: #005d75;
	text-decoration: underline;
}

.home-categories-body .fa,
.latest-news .fa {
	margin-right: 5px;
}

.home-categories a:hover img,
.latest-news a:hover img {
	opacity: .8;
}

.owl-carousel {
    display: block;
}

.owl-carousel {
    display: initial;
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-item {
	-webkit-user-select: initial;
	-moz-user-select: initial;
	-ms-user-select: initial;
	user-select: initial;
	-webkit-touch-callout: initial;
}

@media (max-width: 767px) {

	.latest-news img {
		margin: 0;
	}

}

/* -------------------------------------------------------------------
	Sidebar
------------------------------------------------------------------- */

.side-panel {
	background: rgba(0, 0, 0, .1);
	text-align: center;
	padding: 0 0 20px 0;
}

.side-panel h1 {
	font-size: 14px;
	background: #0296bc;
	color: #ffffff;
	padding: 15px;
}

.side-panel h3 {
	font-size: 14px;
	color: #0296bc;
}

.side-panel .price {
	font-weight: bold;
}

.textwidget a {
	font-weight: bold;
	color: #fff;
	padding: 5px 10px;
	background: #0296bc;
	border-radius: 4px;
	margin-top: 10px;
	display: block;
	text-align: center;
}

.side-panel .btn.btn-sm {
	font-weight: bold;
	color: #fff;
	padding: 5px 10px;
	background: #0296bc;
	border-radius: 4px;
}

.side-panel img {
	margin: 0 auto;
}

.side-panel.in-edicola img {
	width: 200px;
}

.side-panel .row {
	margin-top: 20px;
}

.side-panel .btn {
	padding: 0;
	vertical-align: initial;
	font-weight: bold;
}

.side-panel .btn:hover {
	color: #005d75;	
}

.gallery-buttons {
	padding-top: 10px;
	padding-bottom: 10px;
}

.gallery-buttons .col-md-6:first-child {
    padding-right: 5px;
}

.gallery-buttons .btn {
	padding: 10px;
	font-size: 14px;
	background: #0296bc;
	color: #ffffff;
	text-align: left;
}

.gallery-buttons .btn .fa {
	padding-right: 5px;
}

.side-panel.panel-categories {
	text-align: left;
}

.side-panel.panel-categories ul {
	margin-left: 40px;
}

.side-panel.panel-categories ul li {
	font-weight: bold;
	list-style-type: square;
}

.side-panel.panel-categories ul.children {
	margin-left: 20px;
}

.side-panel.panel-categories ul.children li {
	list-style-type: disc;
}

@media (max-width: 767px) {

	.sidebar .navbar-form {
	    margin-right: 0;
	    margin-left: 0;
	}

	.sidebar input[type="search"],
	.navbar-form input[type="search"] {
	    width: 60%;
	}

}

/* -------------------------------------------------------------------
	Page Content
------------------------------------------------------------------- */

#content .entry-content img {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
}

#content .entry-content h1 {
	color: #0296bc;
	margin-top: 40px;
	margin-bottom: 20px;
}

#content .entry-title {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

#content .entry-title a {
	color: #0296bc;
}

/* -------------------------------------------------------------------
	Price Table
------------------------------------------------------------------- */

.panel-price .row.edition:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.panel-price .row.edition-detail {
	margin: 40px 0 20px 0;
}

.panel-price h1 {
	text-align: center;
}

.panel-price strong {
	color: #0296bc;
}

.panel-price p.price {
	margin: 20px 0 10px 0;
	color: rgba(0, 0, 0, .6);
    font-size: 26px;
    font-weight: bold;
}

.panel-price .btn.btn-price {
	margin: 20px 0 10px 0;
	background-color: #0296bc;
	color: #fff;
	font-weight: bold;
}

/* -------------------------------------------------------------------
	Articolo
------------------------------------------------------------------- */

article.entry.single.has-post-thumbnail img {
	max-height: 400px;
	width: auto;
}

/* -------------------------------------------------------------------
	Forms
------------------------------------------------------------------- */

label {
    display: block;
    margin-top: 20px;
}

.wpcf7-form input[type="submit"] {
	margin-top: 80px;
	    width: 100%;
	    height: 60px;
}

.alert {
    margin-top: 40px;
}

.alert-danger {
	background: none;
	border-color: #0296bc;
	color: initial;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	margin-bottom: 0;
	padding: 9px 16px;
	border: none;
	border-radius: 0;
	color: #fff;
	background-color: #0296bc;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: color 0.2s ease, background 0.45s ease, border 0.4s ease-in-out;
	transition: color 0.2s ease, background 0.45s ease, border 0.4s ease-in-out;

	-webkit-appearance: button;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #005d75;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="tel"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	height: auto;
	width: 100%;
	padding: 6px 12px;
	border: 1px solid;
	border-color: rgba(0, 0, 0, .2);
	border-radius: 0;
	color: #7a7a7a;
	background-color: rgba(0, 0, 0, .05);
	font-size: 14px;
	font-weight: initial;
}

input[type="tel"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
	border-color: rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0, 0.22);
	box-shadow: 0 0 8px rgba(0,0,0, 0.22);
}

textarea {
	width: 100%;
	padding: 6px 12px;
	resize: vertical;
}

input[type="tel"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 9px 16px;
	vertical-align: middle;
}

/* -------------------------------------------------------------------
	Color: Blue;
------------------------------------------------------------------- */

.title-border.title-bg.blue,
.title-bg-line.blue:after,
.title-underblock.blue:after,
.blue .category-block {
	background-color: #0296bc;
}

.title-border.blue,
.title-border.text-right.blue,
.title-border.text-center.blue > span,
.title-bottom-border.blue {
	border-color: #0296bc;
}

.entry-block.entry.blue .entry-media figure > a:after,
.entry-block.entry.blue .entry-media .item > a:after,
.entry-block.entry.blue .entry-media.embed-responsive:after {
	background: rgba(0, 0, 0, 0.35);
}

.entry-overlay.entry-block.blue .entry-overlay-meta,
.entry-overlay.entry-block.blue:hover .entry-overlay-meta {
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(46%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0.65)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 46%,rgba(0,0,0,0.65) 100%);
	/* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(0,0,0,0)),color-stop(46%, rgba(0,0,0,0.65)),to(rgba(0,0,0,0.65)));
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 46%,rgba(0,0,0,0.65) 100%);
	/* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	/* IE6-9 */
}

/* -------------------------------------------------------------------
	Woocommerce
------------------------------------------------------------------- */

p.demo_store {
	background: #0296bc;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #0296bc;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #0296bc;
    font-size: 26px;
    font-weight: bold;
}

.woocommerce ul.products li.product .price {
    color: #0296bc;
    font-weight: bold;
    font-size: 16px;
}

/* -------------------------------------------------------------------
	Woocommerce > Il mio account
------------------------------------------------------------------- */

.entry-footer {
	margin-top: 40px;
}

.woocommerce-MyAccount-navigation ul li {
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	font-weight: bold;
}

.woocommerce-MyAccount-navigation ul li:hover {
	cursor: pointer;
}

.woocommerce-MyAccount-navigation ul li:hover a {
	color: #005d75;
}

.woocommerce a.button {
	font-weight: bold;
	color: #fff;
	padding: 5px 10px;
	background: #0296bc;
	border-radius: 4px;
	line-height: initial;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	color: #005d75;
    background: #0296bc;
}

.woocommerce-MyAccount-content img.attachment-medium {
	height: 200px;
	width: auto;
}

/* -------------------------------------------------------------------
	Woocommerce > Edicola
------------------------------------------------------------------- */

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	max-height: 55px;
}

.woocommerce ul.products li.product h3 {
    height: 40px;
}

.woocommerce ul.products li.product.featured  {
	padding: 20px;
	background: #0296bc;
	max-height: 280px;
}

.woocommerce ul.products li.product.featured .price {
	margin-top: 20px;
	color: rgba(255, 255, 255, .6);
}

.woocommerce ul.products li.product.featured h3 {
	color: #fff;
}

.woocommerce ul.products li.product.featured .button {
	margin-top: 80px;
	background-color: rgba(255, 255, 255, .2);
}

/* -------------------------------------------------------------------
	Woocommerce > Singolo Prodotto
------------------------------------------------------------------- */

.woocommerce div.product div.images img {
    width: initial;
    margin: 20px auto;
}

.woocommerce div.product div.images, .woocommerce div.product div.summary {
    margin-bottom: 0;
}

.woocommerce ul.products li.product a img {
	margin: 0 auto;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    min-height: 400px;
}

.woocommerce #content div.product.featured div.summary,
.woocommerce div.product.featured div.summary,
.woocommerce-page #content div.product.featured div.summary,
.woocommerce-page div.product.featured div.summary {
	float: none;
    width: 100%;
}

/* -------------------------------------------------------------------
	Woocommerce > In Offerta
------------------------------------------------------------------- */

.woocommerce ul.products li.product.featured .price {
    min-height: 50px;
}

.woocommerce span.onsale {
	top: 52px;
    left: 200px;
	line-height: 15px;
    min-height: 10px;
    min-width: 100px;
    padding: 5px 10px;
    margin: 0;
    border-radius: 20px;
    text-transform: uppercase;
    color: #ffffff;
    background: #0296bc;
}

/* Lista Prodotti */
.woocommerce ul.products li.product .onsale {
    top: 60%;
    right: 25%;
    color: #0296bc;
    background: #ffffff;
}

/* -------------------------------------------------------------------
	Woocommerce > Carrello
------------------------------------------------------------------- */

.yith-wcpb-product-bundled-items /* Dettaglio Prodotto */,
.cart_item.yith-wcpb-child-of-bundle-table-item /* Carrello */, 
.yith-wcpb-child-of-bundle-table-item /* Dettaglio Ordine */ { 
    display: none;
}

/* -------------------------------------------------------------------
	Footer
------------------------------------------------------------------- */

.footer-widgets {
	padding-top: 40px;
    padding-bottom: 40px;
    background: rgba(0, 0, 0, .1);
}

.footer-widgets h1 {
	font-size: 14px;
	background: #0296bc;
	color: #ffffff;
	padding: 15px;
}

.footer-widgets ul li {
	list-style: none;
	padding: 5px 5px 5px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.footer-widgets ul li a {
	color: rgba(0, 0, 0, .8);
}

.footer-widgets ul li a:hover {
	color: #0296bc;
}

.footer-widgets p {
	font-size: 14px;
	padding: 20px;
}

.footer-widgets .col-md-4 {
	min-height: 320px;
}

.footer-widgets .col-md-4:not(:last-child) {
	border-right: 1px solid rgba(0, 0, 0, .1);
}

.copyright {
	text-align: center;
	padding: 10px;
}

.copyright a {
	display: initial;
	font-size: 14px;
}