/**
* Theme Name: Customizr
* Theme URI: http://doc.themesandco.com/customizr
* Description: Navigate to Appearance, Customize. Design in live preview, save and enjoy a beautiful, fast and responsive website compatible with all browsers. For developers, Customizr offers a well documented and modular code, easy to extend with hooks.
* Version: 3.3.12
* Author: nikeo
* Author URI: http://themesandco.com/
* Tags: gray, white, light, blue, red, yellow, green, purple, orange, black, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fluid-layout, responsive-layout, custom-menu, custom-colors, featured-images, full-width-template, theme-options, threaded-comments, translation-ready, sticky-post, post-formats, rtl-language-support, editor-style
* Text Domain: customizr
* Copyright: (c) 2015 Nicolas GUILLAUME (nikeo), Nice, France
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/**
* The styleheets of Customizr are located in inc/assets/css. Each skin has its own stylesheet : blue.css, green.css, ...
* The current stylesheet is loaded after the main skin stylesheet.
*
* IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
* If you want to make quick style test / changes, consider using the Custom CSS section in appearance > customize > advanced options > Custom CSS, it will persist on update since it is saved in your database.
* To make important CSS customizations, you'll want to use a child theme and add your css code in the style.css file of it.
*/

span.info {
color: #0055bb;
border-top: 3px solid #629de3;
border-bottom: 3px solid #629de3;
background: #d8e5f8 url("images/icons/info.png") 4% 50% no-repeat;

display: block;
padding: 10px 10px 10px 75px;
margin: 5px;
box-shadow: 0px 0px 2px #444;
}

.fancybox {
padding: 0px;
margin: 0px 0px 10px 0px;
position: relative;
border: 1px solid #ccc !important;
background-color: #fff;
box-shadow: 0px 1px 1px #aaa;
border-radius: 5px;
}

.fancytitle {
background: url(images/linear_bg.png) bottom left repeat-x;
font-size: 22px;
text-transform: uppercase;
text-align: center;
color: #fff;
padding: 10px 0;
letter-spacing: 1px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-radius: 5px;
border-bottom: 1px solid #ddd;
margin: 0;
}

img.framed, .wp-caption, .gallery-item img, table.fancy_table {
  padding: 6px;
  margin: 2px;
  border: 1px solid #f1f1f1 !important;
  background-color: #fff;
  box-shadow: 0px 1px 1px #aaa;
  border-radius: 5px;
}

.divider {
  clear: both;
  border-bottom: 1px solid #e1e1e3;
  padding: 20px 0 0 0;
  margin: 0 0 30px 0;
  width: 100%;
}

.blue_highlight {
  background: #a9d1f0;
  color: #000;
  padding: 1px 4px;
}

.boxcontent {
  padding: 1px 20px 20px 20px;
}

ul.disc-blue li {
  background: transparent url("images/bullets/circle_blue.gif") no-repeat 0 50%;
  padding-left: 15px;
  list-style: none;
}

ul.bullet-blue li {
  background: transparent url("images/bullets/dot_blue.gif") no-repeat 0 50%;
  padding-left: 20px;
  list-style: none;
  margin-left: 15px;
}

img.framed, .wp-caption, table.fancy_table {
  padding: 6px;
  margin: 2px;
  border: 1px solid #f1f1f1 !important;
  background-color: #fff;
  box-shadow: 0px 1px 1px #aaa;
  border-radius: 5px;
}

table.fancy_table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 99%;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 20px;
}

table.fancy_table th {
  border: 1px solid #fff;
  background: #A6DEFC;
  padding: 8px;
}

div.top_error {
  background: rgb(235, 230, 234);
  border: 1px solid #FA0825;
  border-radius: 5px;
  padding: 10px;
}

.form_success {
  background-color: rgb(204, 250, 230);
  border: 1px solid #03AD77;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  margin-top: 30px;
  border-radius: 4px;
}

.indicates-required {
  font-size: 10px;
}

.asterisk {
  color: red;
}

#sello1 {
  display: block;
  margin-top: -160px;
  margin-right: -20px;
  z-index: 0;
  height: 196px;
  width: 449px;
}

#sello2 {
  display: block;
  float: right;
  position: relative;
  margin-top: -160px;
  margin-right: -20px;
  margin-bottom: -120px;
  z-index: 1;
  height: 175px;
  width: 447px;
}

@media (max-width:980px) {
    #sello2 {
	display: none;}
    #sello1 {
	display: none;}
}

.dropcap2 {
  display: block;
  background: url(images/dropcap.png) 50% 50% no-repeat;
  float: left;
  width: 40px;
  text-align: center;
  height: 40px;
  margin-bottom: -5px;
  margin-top: -17px;
  margin-right: 10px;
  font-size: 1.2em;
  line-height: 32px;
  color: #FFFFFF;
  padding-left: 1px;
  padding-top: 8px;
}


/* COOKIE LAW */

#cookie-law {  
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  text-align: center;
  z-index:9999; 
}

#cookie-law > div {  
  background:#fff; 
  opacity:0.95; 
  width:75% !important;
  padding:20px;
  max-width: 600px;
  margin:auto;
  display: inline-block;
  text-align: left !important;
  border-radius:5px 5px 0 0;
  -moz-border-radius:5px 5px 0 0;
  -webkit-border-radius:5px 5px 0 0;
  -o-border-radius:5px 5px 0 0;
  box-shadow: 0px 0px 20px #A1A1A1;
  -webkit-box-shadow: 0px 0px 20px #A1A1A1;
  -moz-box-shadow: 0px 0px 20px #A1A1A1;
  -o-box-shadow: 0px 0px 20px #A1A1A1; 
  position:relative;
}

#cookie-law h4 { padding: 0 !important; margin:0 0 8px !important; text-align:left !important; font-size:18px !important; color:red; 
}
#cookie-law p { padding: 0 !important; margin:0 !important; text-align:left !important; font-size:12px !important; line-height: 18px !important; color:#888;
}

a.close-cookie-banner {
  position: absolute;
  top:0px;
  right:0px;
  margin:10px;
  display:block;
  width:20px;
  height:20px;
  background:url("/wp-content/plugins/creare-eu-cookie-law-banner/images/close.png") no-repeat;
  background-size: 20px !important;
}

a.close-cookie-banner span {
  display:none !important;
}

@media (min-width:1000px) {

	#altura-widget {
		height: 200px;
	}
}


