/*
 * Theme Name:  Barcelona. Child
 * Theme URI:   http://themeforest.net/item/barcelona-clean-news-magazine-wordpress-theme/13308848
 * Description: Child theme of Barcelona theme.
 * Author:      Aggressive Motions
 * Author URI:  http://www.aggressivemotions.com
 * Template:    barcelona
 * Template Version: 1.3.0
 * Version: 1.0.0
 */

/* Newsletter Sign Up Start */

div#newsletter {
    list-style: none;
    margin-bottom: 30px;
    padding: 10px;
    border: 5px solid rgba(100, 100, 100, 0.35);
}

.newsletter-subscription form {
    display: block;
    position: relative;
}

.newsletter-subscription.newsletter table {
    display: block;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0px;
}


input.newsletter-email {
    display: block;
    height: 40px;
    border-radius: 4px;
    box-shadow: none;
    border: none;
    padding: 5px 15px;
    position: relative;
}

.newsletter-subscription > form > table > tbody > tr:first-child > td, .newsletter-subscription > form > table > tbody > tr:first-child > td > input{
    width: 100%!important;
}

.newsletter-td-submit {
    text-align: center;
    position: absolute;
    top: 3px;
    right: 5px;
}

input.newsletter-submit {
    top: 0px;
}

/* Newsletter Sign Up End */

.barcelona-widget-social-media-icons {
  padding-top: 0!important;
}

.gofollow > img {
	width: 100%;
}

@media only screen and (max-width: 767px){
.gofollow > img {
	padding-top: 50px;
}
}

#text-71 {
	list-style-type: none;
}

input#newsletter-e {
    width: 100%;
    height: 40px;
    padding: 5px 15px;
    border-radius: 4px;
    border: none;
    margin: 15px auto;
}

input.newsletter-submit {
    height: 35px;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 4px;
    background: #FF0707;
    border: none;
    color: white;
}

a.f-box {
    display: inline-block;
    width: 50%;
    padding: 1%;
}

ul.checkmark {
    padding-left: 0px;
}
ul.checkmark li {
    list-style-type: none;
    padding: 5px 0px;
}

ul.checkmark li:before {
    content: "\2713\0020";
    color: #fff;
    background: green;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    padding: 5px 5px 5px 8px;
    border-radius: 50%;
}