/*
Theme Name:     geminigrafica
Description:    child theme i-craft
Author:         Frog Communication
Template:       i-craft

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
@import url(http://fonts.googleapis.com/css?family=Kalam:700);
.ibanner .da-slider h2 {font-family: 'Kalam', cursive; font-weight: 700; color: #cc0000; background-color: #FFF ; border: dashed 1px #cc0000;}
.ibanner .da-slider p {color: #FFF; background-color: #cc0000;}
.ibanner .da-slider .owl-item .da-link {font-family: 'Kalam', cursive; font-weight: 700 !important; background-color: #009900 !important;}
.site-main {padding-top: 0 !important; padding-bottom: 0 !important;}
.hentry {padding: 0 !important;}
.sidebar-inner {
	position: relative;
	/*width: 300px;*/
	padding: 50px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}

.sidebar-inner :before, .sidebar-inner :after
{
	position: absolute;
	width: 40%;
	height: 10px;
	content: ' ';
	left: 12px;
	bottom: 12px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	z-index: -1;
} 

.sidebar-inner :after
{
	left: auto;
	right: 12px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
}

footer.entry-meta {margin-top: 0 !important;}

h1, h2, h3, h4, h5, h6 {font-family: 'Kalam', cursive; font-weight: 700 !important;}
h2 {color: #cc0000 !important;}

.woocommerce ul.products li.product a, .woocommerce-page ul.products li.product a 
{font-family: 'Kalam', cursive; font-weight: 700!important; font-size: 14px;}
  
/*.woocommerce ul.products li.product a {border: dashed 1px #cc0000; !important;}*/
a.button.add_to_cart_button.product_type_simple 
{text-align:  border: dashed 1px #cc0000; !important; display: block !important; text-align right;  color: #cc0000;}

/*-------------------[320px]------------------*/

/* Mobile devices */

@media only screen and ( max-width: 359px) {
	
.ibanner .da-slider{display: none !important;}
.iheader h1 {font-size: 12px !important;}
h1.entry-title {font-size: 12px !important;}
h2 {font-size: 18px !important;}
.nx-slider-container {display: none;}
div.topphone {display: none;}
.site-header .home-link img {max-height: 97px;}
.headerwrap .navbar {display: none;}

}