@import url('wallContent.css');

body {
    background-color: white;
}

.social-lockup {
    margin-bottom:20px;
}
.social-lockup a[class*="social"] {
    display:inline-block;
    color: #c3c3c3;
    /*width:20px;
    height:20px;*/
    padding:0.2em;
    line-height:1;
    text-decoration: none;
    margin: 0 0.5em;
}
.social-lockup a[class*="social"]:hover {
    color:#7a438b;
}
.social-lockup a[class*="social"]:after {
    content:'\f099';
    font-family: "Fontawesome";
    font-size:200%;
}
.social-lockup a.social-twitter:after {
    content:'\f099';
}
.social-lockup a.social-fbook:after {
    content:'\f230';
}
.social-lockup a.social-gplus:after {
    content:'\f0d5';
}

div#specialHeader .wrapper.header .container a.falseH1 { 
    background-repeat:no-repeat; 
    background-position:center center; 
    background-image: url('../img/RTVEHeaderLogo.png');
    background-size: 100%;
    max-width: 200px; 
    height: 80px;
}
@media (max-width: 768px){
   div#specialHeader .wrapper.header .cab_box.c100 {
       text-align:center;
   }
   div#specialHeader .wrapper.header .container a.falseH1 {
        width: 100%;
        height: 60px;
        float:none;
        margin:0 auto;
        display:inline-block;
    
        max-width: 150px;
}
}

div#header * {
    /* position: initial; */
    /* z-index:2; */
    float: none;
    display: inline-block;
    margin-left: -4px;
    vertical-align: middle;
    /* height: 100%; */
    text-align: center;
    text-shadow: 1px 1px 5px rgba(0,0,0,.5);
}

div#header {
    background-image: url('../img/headBack.jpg');
    background-position: center;
    padding-top: 100px;
    padding: 0;
    min-height: 200px;
}
div#header:before {
    display:none;
}

div#header .wrapper {
    max-width: 920px;
    padding-top: 80px;
}

div#header span#headImg {
    max-width: 300px;
    display: block;
    /* position:absolute; */
    /* left: 50%; */
    /* transform: translateX(-100%); */
    width: 100%;
    margin: 0 auto;
    margin-bottom: -13px;
}

div#header span#headImg img{
    width:100%;
    display: block;
}

div#header span#spainLogo {
    max-width: 200px;
}
div#header span#spainLogo img{
    width:100%;
    display:block;
    margin-left: 0;
    margin-bottom: 1em;
}
@media (max-width: 768px){
    div#header * {
        display: block;
        margin: 0 auto;
    }
    div#header .subHeader{
        margin-top: 2em;
    }
   span#headImg {
       border-radius: 100%;
       overflow: hidden;
       width: 0px !important;
       height: 0px !important;
       padding: 100px;
       background: #5F5964;
       box-shadow:0 0 0 5px;
       /* display: block; */
    } 
    span#headImg img{
        position:absolute;
        top:0;
        left:0;
        width:100%;
    }
}
@media (max-width: 360px){
    span#headImg {
        padding: 60px;
    }
    #bl-tabs .menu .menu-item, #bl-tabs .menu span {
     
      font-size: 2em;
     
    }
}

section#content {
    border-top: 6px solid #D1D1D1;
    /* background-color: #f2f2f2; */
    padding: 0 50px;
}

section#content p.title.center {
   /* font-size: 500%;*/
    font-weight:600;
    color: #7a438b;
    text-transform: none;
}

section p.subtitle {
    font-size: 130%;
}

@media (max-width: 768px){
   section#content p.title.center {
        font-size: 30pt;
    }
    section p.subtitle {
        font-size: 100%;
    }
    .subHeader h3 {
        font-size: 120%;
    }
    div#header span#spainLogo {
        max-width: 150px;
        margin: 1em auto;
}
}
@media (max-width: 360px){
   section#content p.title.center {
        font-size: 24pt;
    }
    section p.subtitle {
        font-size: 100%;
    }
    .subHeader h3 {
        font-size: 120%;
    }
    div#header span#spainLogo {
        max-width: 50%;
    }
    div#header * {
        margin-left: 0;
    }
}

div#head {
    display: none;
}

div#footer {
    background: #f2f2f2;
    padding-left: 243px;
}
div#footer ul{
    padding-left: 0;
}

p strong {color:#7a438b;}

/** Colores del Wall **/

#clearFilter {
    color: white;
    background-color: #7a438b;
}
.twet-count {
    color: #7a438b;
}
#bl-tabs .menu .act .menu-item-inside {
    border-bottom: solid 5px #7a438b;
}
#bl-tabs .menu div.menu-item:hover,#bl-tabs .menu span:hover {
    color: #7a438b;
}
#newposts {
    background: rgba(0,0,0,.6);
    border-bottom: 1px solid #7a438b;
    border-top: 1px solid #333;
}
#alldone {
    background: #7a438b;
}
.bl-top-elm a {
    color: #7a438b;
}
.username {
    color: #7a438b;
}

.username_ig {
    color: #7a438b;
}
.detalles {
    color: #7a438b;
}

.#75a5a0_bar {
    background: #7a438b;
}
.bl-tl-elm-inn {
    background: #7a438b;
}

.bl-tl-elm-act .bl-tl-elm-inn {
    background: #7a438b;
}
.twt-elm-img h2 {
    background: rgba(122, 67, 139, 0.75);
    color: #000;
}
.bl-tl-in .bl-tl-ttip:before {
    background: #7a438b;
}
.bl-tl-foot .bl-tl-foot-elm {
    color: #7a438b;
}
.selectBox-options li.selectBox-hover a {
    background-color: #7a438b;
    color: #fff;
}

.selectBox-options li.selectBox-disabled a {
    color: #888;
    background-color: transparent;
}

.selectBox-options li.selectBox-selected a {
    background-color: #7a438b;
}
#newPostsPopup {
    background-color: #7a438b;
    color: white;
}
h2.comingSoon {
    color: #7A438B;
}

.alternative_color {
    color: #BE6474 !important;
}
div#specialHeader {
  z-index: 1000;
}
@media (min-width: 1200px) {
    .wrapper {
        max-width: initial;
    }
}