/*
Theme Name: alrlu
Theme URI: alrlu.org
Author: Christian Miguez
Author URI: http://christianmiguez.com
Description: Web development for arlr.org website
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:bootstrap, responsive, uruguay
Text Domain: alrlu
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* =WordPress Core
-------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
body {
    overflow-x: hidden;
    text-align: justify;
    font-size: 16px;
    color: #0c1a1e;
    line-height: 30px;
    font-weight: 400;
    -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 0px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 100%;
    padding: 13px 3px 10px;
    text-align: center;
    margin: 15px 0 !important; 
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 9px 4px 0px;
}
/* Text meant only for screen readers. */
/* headlines with lines */
.decorated{
    overflow: hidden;
    text-align: center;
}
.decorated > span{
   position: relative;
   display: inline-block;
   font-family: 'Cabin', sans-serif;
   font-size: 38px;
   font-weight: bold;
}
.col_evento {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.proximoevento {
    background: #337ab7;
    color: white;
    text-align: right;
    margin-top: 40px;
    margin-bottom: 40px;
}
.proximotexto {
    text-align: right;
}
.font-weight-bold {
    font-weight: bold;
}
.col_evento_img {
    text-align: left;
}
.proxuno {
    padding-bottom: 4px;
}
.proximospan {
    text-align: right;
    display: block;
    padding-top: 15px;
}
.proximoevento span {
    font-weight: bold;
    font-size: 42px;
    display: block;
    text-align: right;
}
.slick-prev:before, .slick-next:before {
    color: #337ab7;
}
.title_slick {
    font-weight: bold;
    font-family: 'Cabin', sans-serif;
}
.decorated > span:before, .decorated > span:after{
   content: '';
   position: absolute;
   top: 50%;
   border-bottom: 1px solid;
   width: 592px; /* half of limiter */
   margin: 0 20px;
   color: #337ab7;
}
.decorated > span:before{
   right: 100%;
}
.decorated > span:after{
   left: 100%;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
        white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
h1.logo {
    width: 121px;
    height: 60px;
    background: url('img/logo.jpg') no-repeat;
    text-indent: -9999%;
    display: block;
    float: left;
    margin-top: 5px;
}
.navbar-default {
    background-color: #fff;
    border: 0;
    margin-bottom: 0;
    font-family: 'Titillium Web', sans-serif;
    border-radius: 0px;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: white;
    background: #005C97;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #363795, #005C97);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #363795, #005C97); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#navbar {
    float: right;
}
.navbar-nav > li > a {
    padding-top: 28px;
    padding-bottom: 27px;
}
footer { background-color:#010101; min-height:auto; font-family: 'Open Sans', sans-serif; margin-top: 50px; color: white;text-align: center; }
.footerleft { margin-top:50px; padding:0 36px; }
.logofooter { margin-bottom:10px; font-size:21px; color:#fff; font-weight:700;}
footer p, footer a {
    font-size: 13px;
    margin: 0
}
.footerleft p { color:#fff; font-size:12px !important; font-family: 'Open Sans', sans-serif; margin-bottom:15px;}
.footerleft p i { width:20px; color:#999;}
.paddingtop-bottom {
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer-ul { list-style-type:none;  padding-left:0px; margin-left:2px;}
.footer-ul li { line-height:29px; font-size:12px;}
.footer-ul li a { color:#a0a3a4; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#ff670f; }
.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
.centeredLogo {
    margin: 15px auto 10px;
    display: block;
    text-align: center;
}
.centeredLogo img{
    width: 100px;
    opacity: 0.7
}
#slider {
    margin-bottom: 30px;
    margin-top: 30px;
}
#metaslider_8 {
    border-radius: 5px;
    overflow: hidden;
}
 .icon-ul { list-style-type:none !important; margin:0px; padding:0px;}
 .icon-ul li { line-height:75px; width:100%; float:left;}
 .icon { float:left; margin-right:5px;}
.copyright {
    min-height: 40px;
    background: #005C97;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #363795, #005C97);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #363795, #005C97); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-top: 1px solid #0e2e49;
    text-align: center;
} .copyright p {
    text-align: center;
    color: #eaf5ff;
    padding: 10px 0;
    margin-bottom: 0px;
    font-weight: bold;
    text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.24);
}
 .heading7 { font-size:21px; font-weight:700; color:#d9d6d6; margin-bottom:22px;}
.post p {
    font-size: 16px;
    color: #0c1a1e;
    line-height: 30px;
    font-weight: 400;
}
 .post p span { display:block; color:#8f8f8f;}
 .bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
 .bottom_ul li { float:left; line-height:40px;}
 .bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
 .bottom_ul li a { color:#FFF;  font-size:12px;}
 .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #337ab7;
}
.gallery-caption {
    margin-left: 0;
    font-size: 11px;
    padding-top: 5px;
}
.gallery-item img {
    border: 2px solid white !important;
    width: 95%;
}
ul.children li a {
    color: black
}
.sticky {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: color,background-color;
    transition-property: color,background-color;
    padding-top: 15px;
    cursor: pointer;
}
.h2, h2 {
    font-size: 21px;
    margin-bottom: 20px;
}
h2.title {
    font-weight: bold;
    text-align: left;
    font-size: 19px;
    margin: 10px 0;
    font-family: 'Titillium Web', sans-serif;
}
.metaslider .caption-wrap {
    opacity: 1 !important;
    background: transparent !important;
}
.metaslider .caption {
    padding: 50px !important;
    word-wrap: break-word;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.64) 99%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 99%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 99%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    font-size: 28px !important;
    text-align: center !important;
}
.topBar {
    direction: ltr;
    color: #ccc;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #23282d;
    padding-top: 0px;
    padding-right: 15px;
}
body.single .sidebar {
    margin-top: 10px;
}
.topBar a {   
    color: white;
}
.imgContainer {
    max-height: 380px;
    overflow: hidden;
}
#entry .h2, #entry h2 {
    font-family: 'Cabin', sans-serif;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: left;
}
footer .post p {
    font-size: 13px;
    color: #ffffff;
    line-height: 20px;
}
.headering {
    text-align: center
}
body.page, body.single {
    background-image: url(img/bg-empresas.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.generalContainer {
    background: white;
    margin: 40px auto;
    background: white url(img/bg-entry.jpg) no-repeat right top;
    padding-bottom: 30px;
}
.sidebar ul li {
    list-style-image: url('img/list-style-image.png');
}
.sidebar h3 {
    background: #29669a;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #29669a, #337ab7);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #29669a, #337ab7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
/* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 3px;
  background: linear-gradient(to top, #29669a, #337ab7); 
  /* Firefox 1-3.6 */
  -moz-border-radius: 3px; 
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 3px;
    color: white;
    padding: 10px;
    font-size: 15px;
    border-left: 3px solid #06a3ff;
    margin-top: 15px;
}
.sidebar ul {
    padding-left: 0;
    list-style-type: none;
    font-size: 14px;
    line-height: 21px;
    list-style: square;
    margin-left: 15px;
    color: #264195;
    text-align: left;
}
.firstRow h3 {
    margin-top: 0;
    margin-bottom: 25px;
}
#entry {
    font-family: Merriweather,Times,sans-serif;
    margin-left: 0;
    padding: 0 10px 30px;
    text-align: justify;
    font-size: 16px;
    color: #0c1a1e;
    line-height: 32px;
    font-weight: 400;
}
.indexVideo {
    margin-bottom: 20px; 
}
.post-thumbnail img {
    max-width: 100%;
}
span.date {
    font-size: 13px;
    margin-bottom: 20px;
    display: block;
}
.contactoContainer {
    background: white;
    margin: 40px auto;
    box-shadow: 0px 5px 1px 0px #9e9e9e;
    background: white url(img/bg-entry.jpg) no-repeat right top;
    width: 530px;
}
.contactoContainer #entry .h2, .contactoContainer #entry h2 {
    font-family: 'Cabin', sans-serif;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 30px;
}
.catTitle h2 {
    font-family: 'Cabin', sans-serif;
    font-size: 38px;
    font-weight: bold;
}
img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
a[href$='.pdf'] {
    padding-left: 48px;
    background: url(img/pdf.svg) top left no-repeat;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 25px;
    display: block;
}
#adhesiones {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-weight: bold;
    z-index: 9999;
}
#consultanos {
    position: fixed;
    bottom: 15px;
    right: 220px;
    font-weight: bold;
    z-index: 9999;
}
.sidebar_form input {
    width: 100%;
}
.sidebar_form textarea {
    width: 100%;
}
div.wpcf7 {
    font-family: 'Open Sans';
}
/*MOVILES*/
@media screen and (max-width: 767px) {
    .metaslider .caption {
    padding: 10px !important;
    font-size: 14px !important;
    }
    #navbar {
        float: none;
    }
    #icon_wrapper {
        display: none !important
    }
    .sticky {
    min-height: auto !important;
}
.generalContainer {
    margin: 0px auto;
    box-shadow: 0px 0px 0px 0px #9e9e9e;
    padding-bottom: 20px;
}
.navbar-toggle {
    margin-top: 12px;
    margin-right: 21px;
}
.flex-control-nav {
    display: none
}
.metaslider .flexslider {
    margin: 0 0 20px 0 !important;
}
h1.logo {
    margin-left: 10px;
    margin-top: 14px;
    zoom: 0.7;
}
.ssba, .ssba a {
    float: left !important;
}
.ssba_print {
    display: none;
}
.logofooter {
    font-size: 18px;
    font-weight: 600;
}
#adhesiones {
    font-size: 11px;
}
#adhesiones img {
    width: 32px;
}
#consultanos {
    font-size: 11px;
    right: 185px;
}
#consultanos img {
    width: 32px;
}
footer {
    min-height: auto;
    margin-top: 30px;
    color: white;
    font-size: 15px;
}
footer a {
    text-decoration: underline;
}
.copyright p {
    text-align: center;
    color: #FFF;
    padding: 10px 0;
    margin-bottom: 0px;
    font-size: 12px;
}
#entry .h2, #entry h2 {
    font-family: 'Cabin', sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
}
.post p {
    font-size: 14px;
    color: #0c1a1e;
    line-height: 30px;
    font-weight: 400;
}
.centeredLogo {
    display: none
}
.headering h2 {
    margin-top: 0;
}
footer {
    text-align: center;
}
.navbar-default .navbar-toggle {
    border-color: #1892d1;
    background: #005C97;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #363795, #005C97);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #363795, #005C97); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: #005C97;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #363795, #005C97);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #363795, #005C97); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-color: #3084ac;
}
.contactoContainer {
    background: white;
    margin: 40px auto;
    box-shadow: 0px 5px 1px 0px #9e9e9e;
    background: white url(img/bg-entry.jpg) no-repeat right top;
    width: 100%;
}
.contactoContainer #entry .h2, .contactoContainer #entry h2 {
    font-family: 'Cabin', sans-serif;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 30px;
    max-width: 100%;
}
#entry {
    font-family: Merriweather,Times,sans-serif;
    margin-left: 0;
    padding: 0 2%;
    text-align: justify;
    font-size: 16px;
    color: #0c1a1e;
    line-height: 32px;
    font-weight: 400;
    width: 96%;
    margin: 0;
}
.wp-embed {
    max-width: 300px;
}
.proximoevento span {
    text-align: center !important;
}
.proximospan {
    text-align: center !important;
}
.proximotexto span {
    text-align: center !important;
}
.col_evento {
    text-align: center !important;
}
}


.is-thankyou-page #ci-input {
    display: none;
}

.is-thankyou-page button[data-action="load-user-by-ci"] {
    display: none;
}

.is-thankyou-page .woocommerce-order-details__title {
    display: none;
}

.wc-block-cart__totals-title, .wc-block-cart-items__header-image > span{
    display: none !important;
}

.wc-block-components-button.wp-element-button.wc-block-cart__submit-button {
    padding: 10px 20px !important;
    font-size: 1.5rem !important;
    background-color: #159307 !important;
    color: white !important;
    border-radius: 5px !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-family: 'Cabin', sans-serif !important;
}

#billing_country_field, #billing_address_1_field, #billing_city_field, #billing_state_field, #billing_postcode_field, .woocommerce-billing-fields h3, .woocommerce-additional-fields {
    display: none !important;

}

#billing_first_name, #billing_last_name, #billing_email {
    /* disable */
    pointer-events: none !important;
    opacity: 0.5 !important;
    background: #f5f5f5;
  border-color: #c9c9c9;
}