/* LICENSE & DETAILS
   ==================================================

	Theme Name: Dante Child Theme
	Theme URI: http://dante.swiftideas.net
	Description: A Retina Responsive Multi-Purpose WordPress Theme - Designed & Developed by Swift Ideas ( www.swiftideas.net )
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: dante
	Version: 1.0
	Author: Swift Ideas
	Author URI: www.swiftideas.net

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

/* --------------------------------------------
	DANTE CSS IMPORT
-------------------------------------------- */

@import url("../dante/style.css");
@import url("css/demo.css");
@import url("css/tabs.css");
@import url("css/tabstyles.css");


/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */

/* --------------------------------------------
dante oct.2014 tweeaks
-------------------------------------------- */

/*predictive search*/
.ctr_search {
    width: 60% !important;
    margin-left: 16% !important;
    margin-right: auto !important;
    border: 1px solid #c2c2c2;
    background: #FFF;
    position: relative;
    padding: 0 2% !important;
}


/*woocart pro*/


/*buttons*/
.ss-cart:before {
display: none;
}

.col-md-4 .linebox {
border-bottom: 1px dotted black;
margin-left: auto;
margin-right: auto;
width: 75%;
margin-top: 20px;
margin-bottom: 20px;
}
.col-md-4 .line {
border-bottom: 1px dotted black;
margin-left: auto;
margin-right: auto;
width: 75%;
margin-top: 20px;
margin-bottom: 20px;
}

.col-md-4 .center p.center {margin-top:30px;}

p.product.woocommerce.add_to_cart_inline {margin-bottom:30px;}

p.product.woocommerce.add_to_cart_inline span.amount {
color: black;
text-transform: uppercase;
font: normal 400 85% 'Montserrat', sans-serif;}

p.product.woocommerce.add_to_cart_inline > a > span {
	color: black;
text-transform: uppercase;
font: normal 400 65% 'Montserrat', sans-serif;
	display: inline-block;
	  *display: inline;
	  *zoom: 1;
	  padding: 4px 10px 4px;
	  margin-bottom: 0;
	  line-height: 20px;
	  color: #333;
	  text-align: center;
	  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	  vertical-align: middle;
	  background-color: #f5f5f5;
	  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	  background-image: -ms-linear-gradient(top,#fff,#e6e6e6);
	  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	  background-image: linear-gradient(top,#fff,#e6e6e6);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	  border: 1px solid #cccccc;
	  border-bottom-color: #b3b3b3;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  border-radius: 4px;
	  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	  cursor: pointer;
	  *margin-left: .3em;
}


.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 14px;
  font-family: "Helvetica", Arial, serif;
  line-height: 20px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -ms-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(top,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  cursor: pointer;
  *margin-left: .3em;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
body a.btn:hover {
  text-decoration: none;
}
.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -ms-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 12px;
  line-height: 19px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}

/*Page wrap to make page wider*/

#main-container .container {
width: 100%;
max-width: 100%;
}

/*main page spacer*/
.page-id-17 .full-width-text {
padding-top: 0px;
padding-bottom: 0px;
position: relative;
}

.page-id-96 .full-width-text {
padding-top: 0px;
padding-bottom: 0px;
position: relative;
}
.page-id-93 .full-width-text {
padding-top: 0px;
padding-bottom: 0px;
position: relative;
}




#page-wrap .sf-button {
     background: -moz-linear-gradient(center top , #F7F6F7 0%, #DFDBDF 100%) repeat scroll 0 0 transparent;
     border: 1px solid #C7C0C7;
     border-radius: 2px 2px 2px 2px;
     box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.075) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
     color: #5E5E5E;
     cursor: pointer;
     font-family: 'Montserrat', sans-serif;
     font-size: 70%;
     font-weight: normal;
     left: auto;
     line-height: 1em;
     margin: 0;
     overflow: visible;
     padding: 6px 10px;
     position: relative;
     text-decoration: none;
     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	background: -webkit-linear-gradient(#f7f6f7,#e0dadf);
 }

#page-wrap .sf-button:hover {
  color: #333;
  background: #e6e6e6;
  background-image: -webkit-linear-gradient(top, #e6e6e6, #d9d9d9);
  background-image: -moz-linear-gradient(top, #e6e6e6, #d9d9d9);
  background-image: -ms-linear-gradient(top, #e6e6e6, #d9d9d9);
  background-image: -o-linear-gradient(top, #e6e6e6, #d9d9d9);
  background-image: linear-gradient(to bottom, #e6e6e6, #d9d9d9);
  text-decoration: none;
}
#page-wrap .sf-button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


#twitter-widget-2 h4.spb-heading, h3.spb-heading, h4.lined-heading {
line-height: 0!important;
text-align: center;
padding: 10px 0;
margin-top: 0;
max-width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-size: 12px;
}

.widget ul li > a {
font-family: 'Montserrat', sans-serif;
font-size: 85%;
line-height:0.5em;
font-weight: normal;
text-decoration: none;
}

.widget ul li > a:hover {
color:#cccccc;
}

.page-header {
padding-bottom: 9px;
margin-top: -12px;
border-bottom: 1px solid #eee;
}
.page-header h2 {
	font-family: "Montserrat";
	font-size:28px;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	}

.mate-tabs-reload-content{
font-family: "Montserrat";
letter-spacing: -0.05em;
font-size:15.4px;
line-height:1.3em;
text-rendering: optimizelegibility;
font-weight: normal;
}



th.product-price {display:none;}
td.product-price {display:none;}
th.product-thumbnail {color:white;}
th.product-name {color:white;}

.woocommerce table.shop_table tr td, .woocommerce-page table.shop_table.product-name tr td {
padding: 30px 5px;
vertical-align: top;
width: 60%;
}

#page-wrap.woocommerce .col-sm-8 {margin-left:-20px;}
.woocommerce .coupon input.input-text {
padding: 8px 10px;
border: 1px solid #e4e4e4;
width: 45%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
float: left;
}

/*checkout*/
.woocommerce ul#shipping_method li, .woocommerce-page ul#shipping_method li {
margin: 0;
padding: .25em 0 .25em 22px;
text-indent: -22px;
list-style: none;
line-height: normal;
font-size: 80%;

}

.woocommerce .help-bar {
display:none;
}


.woocommerce input.update-cart-button.button {
color: #cccccc;
}

.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
background: #eeeeee;
color: #000;
}

.festi-cart-widget-content {
margin-right: -17%;
margin-left: auto;
width: 90%;}

p.product.woocommerce.add_to_cart_inline > a > span {color: black}
.borderframe img{border: 0px solid transparent;}
.post-pagination-wrap {display:none;}
.post-info {display:none;}

.woocommerce.columns-3 ul.products li.product {
width: 27.75%;}


#mCSB_1 {
 	height: 100%;
 }
 
 
 #theme_navigation-2 li a {
 font-family: 'Montserrat', sans-serif;
 font-size: 85%;
 font-weight: normal;
text-decoration: none;
 }
.widget_theme_navigation li {
	line-height: 21px;
	text-align: center;
}
.widget .widget-title {
	text-align: center;
}
 
.widget_theme_navigation-3 li {
	line-height: 16px;
	text-align: center;
}



 /*headers*/
 .gastos {
 	padding-bottom: 0;
 }
 
#nif_cif_field {
d2d2d2	padding-top: 0px;
	margin-top: -15px;
}

 /*xt breadcrumbs*/
 .pl_breadcrumb {
 color: #777;
 font-family: Cardo, "Times New Roman", Times, serif;
 font-size: 0.92em;
 line-height: 21px;
 margin: 0 0 1em;
 padding: 10px;
 }
  /*nav tabs*/
.ba-tabber .nav > li > a {
font-family: 'Montserrat', sans-serif;
font-size: 80%;
font-style: normal;
text-transform: uppercase;
font-weight: bold;
color: white;
background-color: black; 
}
 
 /*responsive embeds*/
 
.embed-container {
    position: relative;
    padding-bottom: 96%; /* 4/3 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

 
 
 
.center {text-align:center;}
.center p {margin-bottom:0px;}

.contranav a {
font-family: 'Montserrat', sans-serif;
letter-spacing: -0.05em;
text-transform: uppercase;
line-height:80%;
font-style: normal;
font-weight: 400;
color: black; 
}

.contranav a:hover {
font-family: 'Montserrat', sans-serif;
letter-spacing: -0.05em;
text-transform: uppercase;
line-height: 80%;
font-style: normal;
font-weight: 400;
color: #cccccc;
}


.contralinks {
text-decoration: none;
}
.contralinks:hover  {color: red;
	text-decoration:initial;
}
.contralinks:active  {text-decoration:none;}
.contralinks:visited {text-decoration:none;}

.line {
	border-bottom: 1px dotted black;
	margin-left:auto;margin-right:auto;width:25%;
	}
.linebox {
	border-bottom: 1px dotted black;
	margin-left:auto;margin-right:auto;width:35%;
	margin-bottom: 10px;
	}
.linefix {
	padding-bottom: 5px;
	}

	
.fboxtitle h3 {
	padding: 0;
	font-size: 1.1em;
	line-height:1.1em;
	text-align: center;
	}
.booktitle {
font-family: "droid-serif",serif;
font-style: normal;
font-weight: 700;
font-size: 120%;
margin: 0px;
}
.booksub {
	text-transform:uppercase;
	text-align:center;
   line-height: 1.2em;
   padding-bottom: 1em;
   padding-top: 0;
	 }
.sub {	text-transform: uppercase;
	line-height: 1.2em;
   padding-bottom: 1em;
   padding-top: 0;
}
	}
.auth {
	text-align:center;
	font-weight: bold;
	font-size: 14px;
	margin: .7em 0;	
}
.auth span {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
}

.mb-author {
	text-align:center;
	font-weight: 700;
	font-size: 105%;
	color: black;
	text-shadow: 0 1px 1px rgba(255,255,255,0.7);
	margin-top: 0;
	padding-top:20px;
	padding-bottom: 50px;
}
.mb-style-3 {
color: #666666;
text-align: justify;
  font-style: italic;
  font-weight: 400;
  line-height: 25px;
  position:relative;
  font-size: 130%;
  width: 60%;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto; 
}
.details {
font-family: "droid-serif",serif;
font-style: normal;
font-weight: 400;
font-size: 80%;
}

#footer {text-align: center;
font-size: 85%;
color: grey;
text-transform: uppercase;
letter-spacing: .1em;
margin-top: 20px;
}


/*social div*/
#socialicons dl {
	display: inline-block;
	margin-right: 2px;
}


/* Social icons LIST
================================================ */
a.sb,
.sb a {
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -900em;
	color: #333;
	text-decoration: none;
	line-height: 100%;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin: 0 2px 5px 0;
	
	/* default button color */
	background-color: #d2d2d2;
	border: solid 1px #b8b8b9;
	
	/* default box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.1);

	/* default border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
/* default hover */
a.sb:hover:after,
.sb a:hover:after {
	background-image: none;
}
a.sb:hover,
.sb a:hover,
a.sb:hover:after,
.sb a:hover:after {
	background-color: #f3f3f3;
}
/* Social icons LIST
================================================ */
.sb {
	margin: 0;
	padding: 0;
}
.sb li {
	margin: 0;
	padding: 0;
	display: inline;
}


/* SIZES
================================================ */
/* small */
a.sb.small,
.sb.small a {
	width: 26px;
	height: 26px;
	font-size: 90%;
}

/* large */
a.sb.large,
.sb.large a {
	width: 40px;
	height: 40px;
	font-size: 120%;
}

/* circle style */
a.sb.circle,
.sb.circle a,
a.sb.circle:before,
.sb.circle a:before,
a.sb.circle:after,
.sb.circle a:after {
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
/* round style */
a.sb,
.sb a,
a.sb:before,
.sb a:before,
a.sb:after,
.sb a:after {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* no-border style */
a.sb.no-border,
.sb.no-border a {
	border: none;
}
a.sb.no-shadow,
.sb.no-shadow a {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

a.sb.twitter,
.sb a.twitter {
	background-image: url(http://editorialcontra.com/wp-content/uploads/images/twitter_bird.png);
}

a.sb.facebook,
.sb a.facebook {
	background-image: url(http://editorialcontra.com/wp-content/uploads/images/facebook.png);
}
a.sb.linkedin,
.sb a.linkedin {
	background-image: url(http://editorialcontra.com/wp-content/uploads/images/linkedin.png);
}

/* white icons */
a.sb.blue.twitter,
.sb.blue a.twitter,
a.sb.purple.twitter,
.sb.purple a.twitter,
a.sb.red.twitter,
.sb.red a.twitter,
a.sb.green.twitter,
.sb.green a.twitter,
a.sb.orange.twitter,
.sb.orange a.twitter,
a.sb.brown.twitter,
.sb.brown a.twitter,
a.sb.black.twitter,
.sb.black a.twitter,
a.sb.gray.twitter,
.sb.gray a.twitter {
	background-image: url(http://editorialcontra.com/wp-content/uploads/images/white_twitter_bird.png);
}

a.sb.blue.facebook,
.sb.blue a.facebook,
a.sb.purple.facebook,
.sb.purple a.facebook,
a.sb.red.facebook,
.sb.red a.facebook,
a.sb.green.facebook,
.sb.green a.facebook,
a.sb.orange.facebook,
.sb.orange a.facebook,
a.sb.brown.facebook,
.sb.brown a.facebook,
a.sb.black.facebook,
.sb.black a.facebook,
a.sb.gray.facebook,
.sb.gray a.facebook {
	background-image: url(http://editorialcontra.com/wp-content/uploads/images/white_facebook.png);
}
a.sb.blue.linkedin,
.sb.blue a.linkedin,
a.sb.purple.linkedin,
.sb.purple a.linkedin,
a.sb.red.linkedin,
.sb.red a.linkedin,
a.sb.green.linkedin,
.sb.green a.linkedin,
a.sb.orange.linkedin,
.sb.orange a.linkedin,
a.sb.brown.linkedin,
.sb.brown a.linkedin,
a.sb.black.linkedin,
.sb.black a.linkedin,
a.sb.gray.linkedin,
.sb.gray a.linkedin {
	background-image: url(http://editorialcontra.com/wp-content/uploads/images/white_linkedin.png);
}

a.sb.youtube {
	background-image: url(http://editorialcontra.com/wp-content/uploads/images/white-youtube.png);
}



/* magin top */
.top2 { margin-top:1%; }
.top5 { margin-top:3%; }
.top7 { margin-top:7%; }
.top10 { margin-top:10%; }
.top15 { margin-top:15%; }
.top17 { margin-top:17%; }
.top20 { margin-top:25%; }
.top30 { margin-top:30%; }
.top40 { margin-top:50%; }
.top50 { margin-top:50%; }
.top60 { margin-top:60%; }

.right3 {margin-right: 3%;}
.right5 {margin-right: 5%;}