*{
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}
a:link{
    text-decoration: none;
}
a:visited{
    text-decoration: none;
}
a:active{
    text-decoration: none;
}
/* header */
.head{
    margin-top: 20px;
    margin-bottom: 20px;
}
.logo-top img{
    width: 200px;
}
.menu-top{
    display: flex;
    align-items: center;
}
.menu-top a{
    color: #253A44;
    padding: 10px 20px;
    transition: 0.2s;
}
.menu-top a:hover{
    background-color: #536896;
    color: white;
}
.menu-top2{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.menu-top2 a{
    color: #253A44;
    padding: 10px 20px;
    transition: 0.2s;
}
.menu-top2 a:hover{
    background-color: #536896;
    color: white;
}
.botton-top{
    display: none;
}
@media screen and (max-width: 768px) {
    .menu-top{
        display: none;
        align-items: center;
    }
    .botton-top{
        display: flex;
    }
    .logo-top img {
        width: 200px;
        padding-left: 15px;
    }
}
.banner-header{
    width: 100%;
    background-color: dimgray;
    height: 500px;
    background-size: cover;
    background-position: center;
}
@media screen and (max-width: 1125px) {
    .banner-header{
        width: 100%;
        background-color: dimgray;
        height: 400px;
        background-size: cover;
        background-position: center;
    }
}
@media screen and (max-width: 888px) {
    .banner-header{
        width: 100%;
        background-color: dimgray;
        height: 300px;
        background-size: cover;
        background-position: center;
    }
}
@media screen and (max-width: 666px) {
    .banner-header{
        width: 100%;
        background-color: dimgray;
        height: 200px;
        background-size: cover;
        background-position: center;
    }
}
@media screen and (max-width: 444px) {
    .banner-header{
        width: 100%;
        background-color: dimgray;
        height: 150px;
        background-size: cover;
        background-position: center;
    }
}
.banner-header-page{
    width: 100%;
    background-color: dimgray;
    height: 200px;
    background-size: cover;
    background-position: center;
}
.image-page{
    width: 100%;
    background-color: dimgray;
    height: 200px;
    background-size: cover;
    background-position: center;
}
.header-top-login{
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #8795a22e;
}
.header-top-login a{
    color: white;
    padding: 10px 20px;
    background-color: #3c8ab1;
    transition: 0.2s;
    font-size: 12px;
}
.header-top-login a:hover{
    background-color: #235872;
}
@media screen and (max-width: 378px) {
    .header-top-login a{
        color: white;
        padding: 10px 20px;
        background-color: #3c8ab1;
        transition: 0.2s;
        font-size: 8px;
    }
}
.perfil{
    background-color: #3c8ab1 !important;
}
.perfil:hover{
    background-color: #6175b8 !important;
}
.logout{
    background-color: #e08787 !important;
}
.logout:hover{
    background-color: #b15151 !important;
}
.social-top{
    background-color: white !important;
    color: #3c8ab1 !important;
    font-size: 20px !important;
    padding: 4px 10px !important;
    transition: 0.2s;
}
.social-top:hover{
    color: #235872 !important;
    background-color: white !important;
}
/*  footer  */
.xvision{
    padding: 5px;
    background-color: #eaeaea;
    width: 100%;
    display: flex;
    justify-content: center;
}
.divider{
    margin-bottom: 20px;
    margin-top: 100px;
    width: 100%;
    height: 1px;
    background-color: #dadada;
}
.menu-footer{
    display: flex;
    flex-direction: column;
}
.menu-footer a{
    color: #253A44;
    padding: 10px 20px;
    display: block;
    width: 100%;
    transition: 0.2s;
}
.menu-footer a:hover{
    background-color: #00206266;
    border-radius: 5px;
    color: white;
}
.contato-footer{
    padding-top: 50px;
    padding-bottom: 50px;
}

.input-contat{
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #dadada;
    color: #3c7b98;
    font-size: 13px;
    background-color: white;
}
.input-contat3{
    width: 24%;
    margin-right: 1%;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
	color: white;
}
.input-contat44{
    width: 49% !important;
    float: right;
    margin-right: 1%;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
	color: white;
}
.input-contat44 span{
    font-size: 12px;
}
.input-contat4{
    width: 24%;
    margin-right: 1%;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-radius: 5px;
    border-style: none;
    color: dimgray;
	font-size: 13px;
}
.left-contat{
	margin-left: 1% !important;
	width: 23% !important;
}
@media screen and (max-width: 1599px) and (min-width: 768px) {
.input-contat3{
    width: 49%;
    margin-right: 1%;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
	color: white;
}
.input-contat44{
    width: 100% !important;
    float: right;
    margin-right: 1%;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
	color: white;
}
}
@media screen and (max-width: 768px) {
  .input-contat{
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #dadada;
    color: #3c7b98;
	font-size: 13px;
}
.input-contat3{
    width: 98%;
    margin-right: 1%;
	margin-left: 1%;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
	color: white;
}
.input-contat4{
    width: 98%;
    margin-right: 1%;
	margin-left: 1%;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-radius: 5px;
    border-style: none;
    color: dimgray;
	font-size: 13px;
}
.left-contat{
	margin-left: 1% !important;
	width: 98% !important;
}
}
.input-textarea{
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
    resize: none;
    height: 120px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #dadada;
    color: #3c7b98;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}
.input-send{
    padding: 5px 80px;
    margin-left: calc( 50% - 100px );
    margin-top: 10px;
    background-color: #002063;
    color: white;
    border-radius: 100px;
    border-style: none;
    font-size: 12px;
    transition: 0.5s;
}
@media screen and (max-width: 425px) {
	.input-send{
		padding: 5px 50px;
		margin-left: 0px;
		margin-top: 10px;
		background-color: #002063;
		color: white;
        border-radius: 100px;
        font-size: 12px;
		border-style: none;
		transition: 0.5s;
	}
}
.input-send:hover{
    background-color: rgb(9, 148, 158);
    font-size: 12px;
}
/* content */
.box-sobre{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 25px;
}
.box-sobre img{
    opacity: 0.5;
}
.box-sobre p{
    text-align: justify;
    font-weight: 200;
}
.box-sobre h4{
    text-align: center;
}
.box-prop .prop{
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    width: 100%;
    align-items: center;
}
.box-prop .prop a{
    width: 145px;
    margin-left: 50px;
    padding: 5px 20px;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    border-radius: 50px;
    margin-top: 25px;
    color: white;
    transition: 0.2s;
}
.box-prop .prop a:hover{
    width: 150px;
    padding: 5px 20px;
    border-color: white;
    color: #002063;
    background-color: white;
}
.box-prop .prop p{
    color: white;
    margin-bottom: 0px;
}
.box-prop{
    width: 100%;
    height: 200px;
    background-color: dimgray;
    background-size: cover;
    background-position: center;
}
.box-noticias{
    box-shadow: 12px 15px 20px rgba(0,0,0,0.1);
    border-radius: 5px;
    height: 250px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: box-shadow .2s ease;
}
.box-noticias:hover{
    box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
}
.box-noticias .img{
    width: 100%;
    height: 175px;
    background-color: dimgray;
    background-size: cover;
    background-position: center;
}
.box-noticias .title{
    padding: 10px;
    color: rgb(60, 123, 152);;
}
.link-saibamais{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.link-saibamais a{
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .16);
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    border-radius: 23px;
    background: #002063;
    cursor: pointer;
    outline: none;
    transition: 0.2s;
}
.link-saibamais a:hover{
    box-shadow: 0px 20px 20px rgba(0, 0, 0, .16);
    padding: 5px 25px;
    background: rgb(9, 148, 158);
}
/* produtos */
.woocommerce-checkout .col-1{
    max-width: 48%;
}
.woocommerce-checkout .col-2{
    max-width: 48%;
}
.woocommerce-shipping-totals{
    display: none;
}
.woocommerce-cart-form__cart-item img{
    display: none;
}
.checkout-button{
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .16) !important;
    display: inline-block !important;
    padding: 10px 20px !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    border: none !important;
    border-radius: 23px !important;
    background: #002063 !important;
    cursor: pointer !important;
    outline: none !important;
    transition: 0.2s !important;
}
.checkout-button:hover{
    box-shadow: 0px 20px 20px rgba(0, 0, 0, .16) !important;
    padding: 10px 25px !important;
    background: rgb(9, 148, 158) !important;
}
.button{
    border-radius: 20px !important;
}
.coupon input{
    width: 50% !important;
    padding: 3px;
}
.related{
    display: none;
}
.filtro{
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 529px) {
    .filtro form{
        display: flex;
        flex-direction: column;
        width: 80%;
    }
    .filtro select{
        margin-bottom: 10px;
    }
}
.filtro .but{
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .16);
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    border-radius: 23px;
    background: #002063;
    cursor: pointer;
    outline: none;
    transition: 0.2s;
    height: 36px;
}
.filtro .but:hover{
    box-shadow: 0px 20px 20px rgba(0, 0, 0, .16);
    padding: 5px 25px;
    background: rgb(9, 148, 158);
}
.filtro select{
    height: 35px;
    border-style: solid;
    border-width: 1px;
    border-color: dimgray;
    color: dimgray;
}
.box-prod{
    margin-top: 50px;
    margin-bottom: 100px;
}
.title-box-produtos{
    color: #8795A2;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 25px;
}
.title-box-produtos strong{
    width: 100%;
    display: block;
    font-weight: 600;
    font-size: 25px;
}
.title-box-produtos p{
    font-size: 13px;
    font-weight: 100;
}
@media screen and (max-width: 1599px) {
    .title-consert{
        margin-bottom: 36px;
    }
}
@media screen and (max-width: 1199px) {
    .title-consert{
        margin-bottom: .5rem;
    }
}
.box-produtos{
    padding: 10px 20px 50px 20px;
    border-top: 3px solid #002063;
    background: var(--contentGradient),#fff;
    box-shadow: 12px 15px 20px rgba(17, 136, 233, .05);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.2s;
}
.box-produtos:hover{
    background-color: rgba(135, 149, 162, 0.082);
}
.box-produtos img{
    width: 100%;
}
.box-produtos p{
    text-align: justify;
    font-size: 13px;
    font-weight: 100;
    color: #253A44;
}
.box-produtos a{
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .16);
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    border-radius: 23px;
    background: #002063;
    cursor: pointer;
    outline: none;
    transition: 0.2s;
    margin-bottom: 10px;
}
.box-produtos a:hover{
    box-shadow: 0px 20px 20px rgba(0, 0, 0, .16);
    padding: 5px 25px;
    background: rgb(9, 148, 158);
}
.box-produtos h4{
    color: #002063;
    text-align: center;
}


.box-produtos1{
    padding: 20px 20px;
    border-top: 3px solid #002063;
    background: var(--contentGradient),#fff;
    box-shadow: 12px 15px 20px rgba(17, 136, 233, .05);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.2s;
    height: 725px;
}
.box-produtos1:hover{
    background-color: rgba(135, 149, 162, 0.082);
}
.box-produtos1 img{
    width: 100%;
}
.box-produtos1 p{
    text-align: justify;
    font-size: 13px;
    font-weight: 100;
    color: #253A44;
}
.box-produtos1 a{
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .16);
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    border-radius: 23px;
    background: #002063;
    cursor: pointer;
    outline: none;
    transition: 0.2s;
    position: absolute;
    bottom: 50px;
}
.box-produtos1 a:hover{
    box-shadow: 0px 20px 20px rgba(0, 0, 0, .16);
    padding: 5px 25px;
    background: rgb(9, 148, 158);
}
.box-produtos1 h4{
    color: #002063;
}
.pagination-blog{
    width: 100%;
    display: flex;
    justify-content: center;
}
.page-numbers{
    padding: 3px 15px;
    border-style: solid;
    border-width: 1px;
    color: #1d556e;
    border-color: #1d556e;
    transition: 0.2s;
    border-radius: 5px;
}
.page-numbers:hover{
    background-color: #1d556e;
    color: white;
}
/* wooccommerce */
.woocommerce-MyAccount-navigation-link--customer-logout{
    display: none;
}
.woocommerce-MyAccount-navigation ul{
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: rgb(40, 79, 97);
}
.woocommerce-MyAccount-navigation a{
    color: #002063;
    padding: 22px;
    transition: 0.2s;
    width: 100%;
    display: block;
    text-align: center;
}
.woocommerce-MyAccount-navigation a:hover{
    color: white;
    background: rgb(9, 148, 158);
}
.woocommerce-MyAccount-navigation .is-active a{
    background-color: #d6d6d6;
    color: white;
}
.woocommerce-MyAccount-navigation ul{
    display: flex;
    flex-direction: row;
}
.woocommerce-MyAccount-navigation li{
    width: 100%;
}
.woocommerce-MyAccount-content fieldset{
    max-width: 600px;
    margin-left: calc(50% - 300px);
    padding: 20px;
    background-color: white;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
    margin-bottom: 25px;
}
.woocommerce-MyAccount-content legend{
    padding-top: 71px;
}
.woocommerce-EditAccountForm{
    max-width: 800px;
    margin-left: calc(50% - 400px);
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 20px;
}
.woocommerce-Button{
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .16) !important;
    display: inline-block;
    padding: 5px 20px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    border-radius: 23px !important;
    background-color: #002063 !important;
    cursor: pointer;
    outline: none;
    transition: 0.2s;
}
.woocommerce-Button:hover{
    box-shadow: 0px 20px 20px rgba(0, 0, 0, .16) !important;
    padding: 5px 25px;
    background-color: rgb(9, 148, 158) !important;
}
.woocommerce-Input{
    border-style: none;
    border-bottom: solid;
    border-width: 1px;
    padding: 10px;
    border-radius: 9px;
    padding-left: 15px;
    transition: 0.3s;
}
.woocommerce-Input:focus{
    border-style: none;
    border-bottom: solid;
    border-color: #0AC5D4;
    border-width: 1px;
    padding: 10px;
    border-radius: 9px;
    padding-left: 15px;
}
.addresses{
    display: flex;
    flex-direction: row;
}
.woocommerce-Address{
    max-width: 100%;
    width: 98%;
    display: block;
    flex: none;
    background-color: #f9f9f9;
    border-radius: 20px;
    margin: 1%;
    padding: 50px;
}
.woocommerce-Address-title a{
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .16) !important;
    display: inline-block;
    padding: 5px 20px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    border-radius: 23px !important;
    background-color: #002063 !important;
    cursor: pointer;
    outline: none;
    transition: 0.2s;
}
.woocommerce-Address-title a:hover{
    box-shadow: 0px 20px 20px rgba(0, 0, 0, .16) !important;
    padding: 5px 25px;
    background-color: rgb(9, 148, 158) !important;
}
.woocommerce-Address-title{
    margin-bottom: 20px;
}
.woocommerce-Address address{
color: dimgray
}
.woocommerce-MyAccount-navigation-link--dashboard{
    display: none;
}
.woocommerce-input-wrapper{
    width: 100%;
}
.woocommerce-input-wrapper input{
    border-style: none;
    border-bottom: solid;
    border-width: 1px;
    padding: 10px;
    border-radius: 9px;
    padding-left: 15px;
    transition: 0.3s;
    width: 100%;
}
.woocommerce-input-wrapper input:focus{
    border-style: none;
    border-bottom: solid;
    border-color: #0AC5D4;
    border-width: 1px;
    padding: 10px;
    border-radius: 9px;
    padding-left: 15px;
}
.woocommerce-MyAccount-content form{
    max-width: 800px;
    margin-left: calc(50% - 400px);
    background-color: white;
    padding: 20px;
    border-radius: 20px;
}
.woocommerce-address-fields button{
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .16) !important;
    display: inline-block;
    padding: 5px 20px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    border-radius: 23px !important;
    background-color: #002063 !important;
    cursor: pointer;
    outline: none;
    transition: 0.2s;
}
.woocommerce-address-fields button:hover{
    box-shadow: 0px 20px 20px rgba(0, 0, 0, .16) !important;
    padding: 5px 25px;
    background-color: rgb(9, 148, 158) !important;
}
.video{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: -50px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
}
.video iframe{
    width: 100%;
}
.woocommerce-product-gallery {
    display: none;
}
.summary{
    width: 100% !important;
    display: flex;
    justify-content: center;
}
.product_meta{
    display: none;
}
.single_add_to_cart_button{
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .16) !important;
    display: inline-block;
    padding: 5px 20px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    border-radius: 23px !important;
    background-color: #002063 !important;
    cursor: pointer;
    outline: none;
    transition: 0.2s;
}
.single_add_to_cart_button:hover{
    box-shadow: 0px 20px 20px rgba(0, 0, 0, .16) !important;
    padding: 5px 25px;
    background-color: rgb(9, 148, 158) !important;
}
.woocommerce-Price-amount{
    margin: 10px;
    color: #002063;
}
.qty{
    padding: 3px;
    margin: 0px 10px;
}
.woocommerce{
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
    padding-top: 50px;
}
.aligncenter{
	text-align:center;
}


/* icon watts */
.watts-icon{
    position: fixed;
    z-index: 1000;
    bottom: 50px;
    right: 50px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.12);
}
@media screen and (max-width: 425px) {
    .watts-icon{
        position: fixed;
        z-index: 1000;
        bottom: 50px;
        right: 50px;
        border-radius: 50%;
        -webkit-box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.12);
        -moz-box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.12);
        box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.12);
    }
}
.pulse {
    display: block;
    width: 70px;
    font-size: 40px;
    height: 70px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    animation: pulse 2s infinite;
    transition: 0.2s;
    padding-left: 17px;
    padding-top: 8px;
  }
  .pulse:hover {
    animation: none;
  }
  
  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.12);
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(0,0,0,0);
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0.12);
      box-shadow: 0 0 0 0 rgba(0,0,0,0.12);
    }
    100% {
        -moz-box-shadow: 0 0 0 20px rgba(0,0,0,0);
        box-shadow: 0 0 0 20px rgba(0,0,0,0);
    }
  }
  .wpcf7-mail-sent-ok{
      color: white;
  }


  ul {list-style-type: none;}

/* Month header */
.month {
  padding: 70px 25px;
  width: 100%;
  background: #1abc9c;
  text-align: center;
}

/* Month list */
.month ul {
  margin: 0;
  padding: 0;
}

.month ul li {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/* Previous button inside month header */
.month .prev {
  float: left;
  padding-top: 10px;
}

/* Next button */
.month .next {
  float: right;
  padding-top: 10px;
}

/* Weekdays (Mon-Sun) */
.weekdays {
  margin: 0;
  padding: 10px 0;
  background-color:#ddd;
}

.weekdays li {
  display: inline-block;
  width: 13.6%;
  color: #666;
  text-align: center;
}

/* Days (1-31) */
.days {
  padding: 10px 0;
  background: #eee;
  margin: 0;
}

.days li {
  list-style-type: none;
  display: inline-block;
  width: 13.6%;
  text-align: center;
  margin-bottom: 5px;
  font-size:12px;
  color: #777;
}

/* Highlight the "current" day */
.days li .active {
  padding: 5px;
  background: #1abc9c;
  color: white !important
}