/*
Theme Name:		Felice
Description:	WordPress theme by Bluchic
Version:			16.01
Author:				Bluchic
Author URI:		http://www.bluchic.com
Theme URI:		http://www.bluchic.com
License:			GPL
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:					bluchic
Text Domain:  ace
*/


/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
main, article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {display: block;}
nav ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
a {margin: 0; padding: 0; vertical-align: baseline; background: transparent;}
ins {background-color: #ff9; color: #000; text-decoration: none;}
mark {background-color: #ff9; color: #000; font-style: italic; font-weight: bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom: 1px dotted; cursor: help;}
table {border-collapse: collapse; border-spacing: 0; padding: 5px; font-size: 1em; width: 100%; border-top: 1px solid #ddd; border-right: 1px solid #ddd; margin-bottom: 20px;}
tr, th, td, tbody, thead, tfoot {padding: 10px; vertical-align: top; border-left: 1px solid #ddd; border-bottom: 1px solid #ddd;}
th {background: #f0f0f0;}
dl {margin-bottom: 20px; line-height: 1.8em;}
dt {font-weight: bold;}
dd {font-style: italic; margin-bottom: 20px;}
input, select {vertical-align: middle;}
:focus {outline: 0;}
hr {background: none; border: none; margin: 10px 0; border-bottom: 1px solid #ccc; clear: both;}
code {font-size: 1.1em;}
code {display: inline-block; border: 1px solid #eee; font-size: 0.9em; padding: 0 3px;}
pre {overflow: auto; font-family: 'courier new', courier, monospace; font-size: 0.85em; padding: 10px;  border: 1px solid #ccc;}
html {-webkit-font-smoothing: antialiased;}
@-webkit-keyframes fontfix { from{ opacity: 1; } to { opacity: 1; } }
@-moz-keyframes fontfix { from{ opacity: 1; } to { opacity: 1; } }
@-o-keyframes fontfix { from{ opacity: 1; } to { opacity: 1; } }
@keyframes fontfix { from{ opacity: 1; } to { opacity: 1; } }
body {-webkit-animation-delay: 0.1s; -webkit-animation-name: fontfix; -webkit-animation-duration: 0.1s; -webkit-animation-iteration-count: 1; -webkit-animation-timing-function: linear;}

/*************************************************************************************************************************
Screen smaller than 800px
*************************************************************************************************************************/
@media screen and (max-width: 800px) {

  /* Overall */
  .container {margin: 20px auto 0 auto; width: 90%; overflow: hidden; background: #fff;}
  .header {position: relative; width: 100%; margin: 0 auto; padding: 20px 0;}
  .section-wide {clear: both; width: 90%; margin: 0 5%;}

  /* .article */
  .site-progress-wrap {width: 100%; overflow: hidden; padding: 20px 0 40px 0;}
  .site-progress {width: 68%; height: 30px; float: right; background: #f9f9f9; overflow: hidden;}
  .site-progress-bar {background: url('images/progress_bar.gif') repeat center; height: 30px;}
  .site-progress-num {width: 30%; float: left; font-weight: 700; font-size: 2em; font-family: 'Montserrat', Sans-serif; line-height: 1em;}

  /* .footer */
  .footer-widgets {clear: both; background: #fce2d3; padding: 20px 50px;}
  .footer-widgets .footer-left,
  .footer-widgets .footer-right {display: block; clear: both; margin-top: 10px;}

  .footer-widget {display: block; width: 100%; overflow: hidden; margin: 20px 0;}
  .footer-widget h4 {font-size: 1.05em; margin-bottom: 10px; text-transform: uppercase; color: #888; font-weight: 700;}
  .footer-widget ul {clear: both; list-style: none;}
  .footer-widget ul li {margin: 5px 0; line-height: 1.8em;}
  .footer-widget select {width: 98%; color: #888; margin: 5px 0; padding: 3px;}
  .footer-widget p {margin-bottom: 10px; line-height: 1.8em;}

  /* .footer */
  p.footer-copy {width: 90%; clear: both; font: normal .75em Arial, Verdana, Tahoma, Sans-serif; color: #666; overflow: hidden; padding: 20px 0; margin: 0 auto;}
  .footer-credit {display: block; width: 55px; height: 11px; background: url('images/footer_credit.png') no-repeat center; text-indent: -9999em; float: right;}

  /* img */
  img {max-width: 100%; height: auto;}

}

/*************************************************************************************************************************
Screen between 801px and 980px
*************************************************************************************************************************/
@media screen and (min-width: 801px) and (max-width: 980px) {

  /* Overall */
  .container {margin: 20px auto 0 auto; width: 90%; overflow: hidden; background: #fff;}
  .header {position: relative; width: 100%; margin: 0 auto; padding: 20px 0;}
  .section-wide {clear: both; width: 90%; margin: 0 5%;}

  /* .article */
  .site-progress-wrap {width: 100%; overflow: hidden; padding: 20px 0 40px 0;}
  .site-progress {width: 84%; height: 30px; float: right; background: #f9f9f9; overflow: hidden;}
  .site-progress-bar {background: url('images/progress_bar.gif') repeat center; height: 30px;}
  .site-progress-num {width: 15%; float: left; font-weight: 700; font-size: 2em; font-family: 'Montserrat', Sans-serif; line-height: 1em;}

  /* .footer */
  .footer-widgets {clear: both; background: #fce2d3; padding: 35px 50px; overflow: hidden;}
  .footer-widgets .footer-left {float: left; width: 60%;}
  .footer-widgets .footer-right {float: right; width: 35%; padding-left: 3%; border-left: 1px solid #fff;}

  .footer-widget {display: block; width: 100%; overflow: hidden;}
  .footer-widget h4 {font-size: 1.05em; margin-bottom: 10px; text-transform: uppercase; color: #888; font-weight: 700;}
  .footer-widget ul {clear: both; list-style: none;}
  .footer-widget ul li {margin: 5px 0; line-height: 1.8em;}
  .footer-widget select {width: 98%; color: #888; margin: 5px 0; padding: 3px;}
  .footer-widget p {margin-bottom: 10px; line-height: 1.8em;}
  .footer-widget input[type=email],
  .footer-widget input[type=text] {width: 65%;}
  .footer-widget input[type=submit] {width: 25%;}

  /* .footer */
  p.footer-copy {width: 90%; clear: both; font: normal .75em Arial, Verdana, Tahoma, Sans-serif; color: #666; overflow: hidden; padding: 20px 0; margin: 0 auto;}
  .footer-credit {display: block; width: 55px; height: 11px; background: url('images/footer_credit.png') no-repeat center; text-indent: -9999em; float: right;}

  /* img */
  img {max-width: 100%; height: auto;}

}

/*************************************************************************************************************************
Screen larger than 981px
*************************************************************************************************************************/
@media screen and (min-width: 981px) {

  /* Overall */
  .container {margin: 20px auto 0 auto; width: 960px; overflow: hidden; background: #fff;}
  .header {position: relative; width: 960px; margin: 0 auto; padding: 20px 0;}
  .section-wide {clear: both; width: 840px; margin: 0 60px;}
  .footer {clear: both; overflow: hidden; margin: 0 auto; width: 960px; color: #777;}

  /* .article */
  .site-progress-wrap {width: 100%; overflow: hidden; padding: 20px 0 40px 0;}
  .site-progress {width: 84%; height: 30px; float: right; background: #f9f9f9; overflow: hidden;}
  .site-progress-bar {background: url('images/progress_bar.gif') repeat center; height: 30px;}
  .site-progress-num {width: 15%; float: left; font-weight: 700; font-size: 2em; font-family: 'Montserrat', Sans-serif; line-height: 1em;}

  /* .footer */
  .footer-widgets {clear: both; background: #fce2d3; padding: 35px 50px; overflow: hidden;}
  .footer-widgets .footer-left {float: left; width: 430px;}
  .footer-widgets .footer-right {float: right; width: 220px; padding-left: 50px; border-left: 1px solid #fff;}

  .footer-widget {display: block; width: 100%;}
  .footer-widget h4 {font-size: 1.05em; margin-bottom: 10px; text-transform: uppercase; color: #888; font-weight: 700;}
  .footer-widget ul {clear: both; list-style: none;}
  .footer-widget ul li {margin: 5px 0; line-height: 1.8em;}
  .footer-widget select {width: 98%; color: #888; margin: 5px 0; padding: 3px;}
  .footer-widget p {margin-bottom: 10px; line-height: 1.8em;}
  .footer-widget input[type=email],
  .footer-widget input[type=text] {width: 65%;}
  .footer-widget input[type=submit] {width: 25%;}

  /* .footer */
  p.footer-copy {width: 960px; clear: both; font: normal .75em Arial, Verdana, Tahoma, Sans-serif; color: #666; overflow: hidden; padding: 20px 0; margin: 0 auto;}
  .footer-credit {display: block; width: 55px; height: 11px; background: url('images/footer_credit.png') no-repeat center; text-indent: -9999em; float: right;}

}


/* Overall */
body {font: 400 1em 'PT Serif', Georgia, Times, Serif; color: #999; background: #f4f3f3;}
body p {margin-bottom: 20px; line-height: 1.8em; word-wrap: break-word;}

/* hgroup */
h1,
h2,
h3,
h4,
h5,
h6 {line-height: 1.2em; margin-bottom: 15px; font-family: 'Montserrat', Sans-serif;}
h1 {font-size: 1.6em; color: #adcfb7; font-weight: 400;}
h2 {font-size: 1.4em; color: #adcfb7; font-weight: 400;}
h3 {font-size: 1.2em; color: #cab7b1; font-weight: 400;}
h4 {font-size: 1.2em; color: #cab7b1; font-weight: 400;}
h5 {font-size: 1em; color: #666; font-weight: 700;}
h6 {font-size: 1em; color: #666; font-weight: 700;}

/* Links */
a {color: #adcfb7; text-decoration: none; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
a:active {color: #000;}
a:hover {color: #cab7b1;}

/* .header */
.header h1,
.header h5 {font-size: 46px; font-weight: 700; text-transform: uppercase; text-align: center; margin: 0; line-height: 1em;}
.header-title {display: block; margin: 10px auto;}
.site-description {text-align: center; color: #ccc; line-height: 1em;}

/* .article */
.sticky {}
.article {margin-bottom: 40px; overflow: hidden; clear: both;}

/* .article misc */
.article blockquote {display: block; clear: both; margin: 20px 0; padding: 0 20px 0 40px; background: url('images/blockquote.png') no-repeat 0 0; font-style: italic; color: #888;}
.article blockquote p {padding: 0;}
.article ul {margin: 0 0 20px 45px; list-style: circle outside;}
.article ol {margin: 0 0 20px 45px; list-style: decimal outside;}
.article li {margin: 3px 0; line-height: 1.8em;}

.pagetitle {text-align: center; font-size: 2em; padding: 20px; color: #999;}

/* .gallery */
.gallery {clear: both; overflow: hidden;}
.gallery .gallery-item {margin-top: 0 !important;}
.gallery dl {margin: 0;}
.gallery a {padding: 5px; display: block;}
.gallery a img {max-width: 100%; height: auto;}
.gallery-caption {font-size: .9em;}

/* .sideform */
.sideform {clear: both; overflow: hidden; text-align: center;}
.sidetext {width: 150px; margin: 2px auto; color: #888; border: 1px solid #bbb;}

/***** WIDGET *****/
/* .social-icons */
ul.social-icons {list-style: none; margin: 0;}
ul.social-icons li {float: left;}
.social-twitter,
.social-facebook,
.social-pinterest,
.social-instagram {display: block; width: 48px; height: 48px; float: left; background: url('images/social_icons.png') no-repeat; text-indent: -9999px;}
.social-twitter {background-position: 0 0; margin-right: 5px;}
.social-facebook {background-position: 0 -68px; margin-right: 5px;}
.social-pinterest {background-position: 0 -136px; margin-right: 5px;}
.social-instagram {background-position: 0 -204px;}

.social-twitter:hover {display: block; width: 48px; height: 48px; float: left; background: url('images/social_icons_hover.png') no-repeat 0 0; text-indent: -9999px; margin-right: 5px;}
.social-facebook:hover {display: block; width: 48px; height: 48px; float: left; background: url('images/social_icons_hover.png') no-repeat 0 -68px; text-indent: -9999px; margin-right: 5px;}
.social-pinterest:hover {display: block; width: 48px; height: 48px; float: left; background: url('images/social_icons_hover.png') no-repeat 0 -136px; text-indent: -9999px; margin-right: 5px;}
.social-instagram:hover {display: block; width: 48px; height: 48px; float: left; background: url('images/social_icons_hover.png') no-repeat 0 -204px; text-indent: -9999px;}

/* .twitter */
.tweet_list {padding: 5px 0;}
.tweet_time {font-style: italic;}

/* #wp-calendar */
#wp-calendar {text-align: center; width: 100%; font-size: .9em; background: #fff;}
#wp-calendar caption {font-weight: bold; background: #fff; text-align: center; padding: 5px 0; border-top: 1px solid #eee; border-left: 1px solid #eee; border-right: 1px solid #eee;}
#wp-calendar th {font-style: normal; text-transform: capitalize; padding: 2px; border-right: 1px solid #eee;}
#wp-calendar td {font-style: normal; padding: 2px; border-right: 1px solid #eee;}
#wp-calendar tr {border-top: 1px solid #eee; border-left: 1px solid #eee;}
#wp-calendar tfoot td {border-bottom: 1px solid #eee;}

/* img */
img.aligncenter {display: block; margin: 0 auto 10px auto;}
img.alignright {display: inline; margin: 0 0 10px 20px;}
img.alignleft {display: inline; margin: 0 20px 10px 0;}
.aligncenter,
.centered {display: block; margin: 0 auto 10px auto;}
.alignleft {float: left; margin: 0 20px 10px 0;}
.alignright {float: right; margin: 0 0 10px 20px;}

/* .wp-caption */
.aligncenter,
div.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.wp-caption {border: 1px solid #ccc; background: #efefef; padding: 1%; text-align: center; max-width: 96%;}
.wp-caption img {border: 0;}
.wp-caption p.wp-caption-text {font-size: 0.85em; line-height: 1.2em; padding: 3px 0; margin: 0;}

/* .screen-reader-text */
.screen-reader-text {}
.screen-reader-text:focus {}

/* Input and label */
select,
textarea,
input {border: 1px solid #ccc; color: #888; padding: 10px 12px; font-size: 1em; font-family: Arial, Verdana, Sans-serif;}
input[type=submit] {border: 1px solid #666; color: #fff; cursor: pointer; background: #666; padding: 9px 12px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
input[type=submit]:hover {border: 1px solid #adcfb7; background: #adcfb7;}
label {display: inline-block; margin-right: 20px; vertical-align: top;}

/* Misc */
.side-widget ul:last-child,
.side-widget ol:last-child,
.side-widget dl:last-child {margin: 0;}
.hidden {display: none;}
.success {color: #159776;}
.error {color: #d70a16;}
.require {color: #d70a16; }
.focused {border: 1px solid #888; -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .2); box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .2);}
.highlight {background: #efefef; padding: 0 2px;}
.button {padding: 1px 5px;}
.fade {filter: alpha(opacity=50); opacity: .5;}
.clearfix {clear: both; height: 10px;}
.split-columns {overflow: auto; width: 100%; margin-bottom: 15px;}
.shadow {-webkit-box-shadow: 0 0 5px 0 #aaa; box-shadow: 0 0 5px 0 #aaa;}
.transparency {background-color: rgba(255, 255, 255, .8);}
.noborder,
.noborder tbody,
.noborder thead,
.noborder tfoot,
.noborder tr,
.noborder td,
.noborder th {border: none;}
.radius-50 {-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;}
.radius-30 {-moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px;}
.radius-20 {-moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;}
.radius-10 {-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;}
.radius-8 {-moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;}
.radius-4 {-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}
.radius-2 {-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;}
.width-100 {width: 100%;}
.width-95 {width: 95%;}
.width-90 {width: 90%;}
.width-85 {width: 85%;}
.width-80 {width: 80%;}
.width-75 {width: 75%;}
.width-70 {width: 70%;}
.width-65 {width: 65%;}
.width-60 {width: 60%;}
.width-55 {width: 55%;}
.width-50 {width: 50%;}
.width-45 {width: 45%;}
.width-40 {width: 40%;}
.width-35 {width: 35%;}
.width-30 {width: 30%;}
.width-25 {width: 25%;}
.width-20 {width: 20%;}
.width-15 {width: 15%;}
.width-10 {width: 10%;}