/*
Theme Name: Globosfera
Theme URI: http://themesindep.com/
Author: ThemesIndep
Author URI: http://themesindep.com/
Description: Magazine theme for creative things
Template: simplemag
*/


.mcbr {
    margin-bottom: 40px;
}

/* Your CSS code goes here
-------------------------------------- */
.site-branding + .tagline {
    font-size: 20px;
    text-transform: initial;
    font-family: 'Marck Script', cursive;
}

.author-page .author-box .author-info p {
    font-size: 14px;
    line-height: 22px;
}
.site-branding + .tagline {
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #53555a;
}

.header-search .social li .link-facebook {
    width: 30px;
    height: 30px;
    background-color: #3b5998;
    border-radius: 3px;
    margin: 5px 0;
}

.header-search .social li .link-facebook svg {
    fill: white;
    width: 18px;
    height: 18px;
}


/* search form */
.search-form {
    position: relative;
}
.header-search .search-form-cell .search-form .search-field {
    height: 100%;
    padding: 0 50px 0 15px;
    transition-delay: .3s;
}
.widget_search .search-form .search-field {
    position: relative;
    z-index: 1;
}
.search-form .search-author_holder {
    position: absolute;
    top: 0;
    transition: all .5s;
    transition-delay: .3s;
}
.focus .search-author_holder {
    top: 50px;
}
.search-input_holder {
    transition: all .5s;
    transition-delay: .3s;
    z-index: 1;
}

.widget_search .focus .search-input_holder {
    margin-bottom: 50px;
}
@media (max-width: 40em) {
    .focus .search-input_holder {
        margin-bottom: 50px;
    }
}
.search-form .search-submit {
    height: 50px;
    outline: none;
    top: initial;
    bottom: 0;
}
.search-form .search-submit:hover {
    box-shadow: none !important;
    transform: none !important;
}

@media (min-width: 40em) {
    .header-search .search-form-cell {
        flex: 0 0 200px;
    }
}

.search-author {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.search-author + label {
    position: relative;
    padding: 10px 0 10px 50px;
    cursor: pointer;
    font-size: 15px;
}
.search-author + label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 20px;
    border-radius: 13px;
    background: #CDD1DA;
    box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
    transform: translateY(-50%);
    transition: .2s;
}
.search-author + label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    transform: translateY(-50%);
    transition: .2s;
}
.search-author:checked + label:before {
    background: #9FD468;
}
.search-author:checked + label:after {
    left: 22px;
}

.new-main__slider-content {
}
.new-main__slider .slick-dots {
    display: flex;
    justify-content: center;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
.new-main__slider .slick-dots button {
    color: transparent;
    padding: 0;
    border-radius: 50%;
    border-color: #fff;
    width: 12px;
    height: 12px;
    margin: 4px;

}
.new-main__slider .slick-dots button:hover {
    transform: inherit;
    box-shadow: inherit;
    background-color: #fff;
}
.new-main__slider .slick-dots .slick-active button {
    background-color: #fff;
}
.new-main__slider-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 576px;
    margin-bottom: -8px;
}

.new-main__slider-content {
    position: absolute;
    background-color: #fff;
    right: 10%;
    bottom: 10%;
    width: 300px;
    padding: 20px;
    padding-bottom: 25px;
}
.new-main__slider-title {
    color: #333;
    font-size: 110%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: 600;
}

.new-main__slider-link {
    color: #fff;
    background-image: -webkit-linear-gradient(top,#337ab7,#265a88);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));
    background-image: linear-gradient(180deg,#337ab7 0,#265a88);
    padding: 6px 12px;
    border-radius: 4px;
    text-transform: none;
}
.new-main__slider-text {
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    max-height: 200px;
    overflow: hidden;
}

.new-main__slider .slick-arrow {
    position: absolute;
    top: 0;
    width: 15%;
    height: 100%;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 0;
    cursor: pointer;
    transition: all .3s;
    opacity: .5;
    z-index: 1;
}
.new-main__slider .slick-arrow:hover {
    opacity: 1;
    box-shadow: none;
    transform: none;
}
.new-main__slider .slick-arrow svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%,-50%);
}
.new-main__slider .slick-prev {
    left: 0;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,.0001));
    background-image: linear-gradient( 90deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001));
    background-repeat: repeat-x;
}
.new-main__slider .slick-prev svg {
    transform: translate(-50%,-50%) scale(-1,1);
}
.new-main__slider .slick-next {
    right: 0;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001),rgba(0,0,0,.5));
    background-image: linear-gradient( 90deg,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5));
    background-repeat: repeat-x;
}
.new-main__slider .slick-next svg {

}

@media screen and (max-width: 767px) {
    .new-main__slider-content {
        left: 10px;
        right: 10px;
        width: calc(100% - 20px);
    }
    .new-main__slider .slick-arrow svg {
        width: 20px;
        height: 20px;
    }

}

/*comments*/
.notices__share_thoughts {
    line-height: 160%;
    width: 100%;
    padding: 16px;
    background: #F7F7F7;
    border-radius: 4px;
    margin-bottom: 30px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.comment {
    font-family: 'PT Sans', sans-serif;
}

.comment .comment-meta {
    margin-bottom: 20px;
}
.comment .comment-body:before {
    content: none !important;
}
@media (min-width: 40em) {
    .comment .comment-body {
        margin-left: 72px;
    }
    .comment .comment-author .avatar {
        right: calc(100% + 24px);
    }
    .comment .comment-meta {
        margin-bottom: 12px;
    }
}
.comment .comment-author {
    width: 100%;
}
.comment .comment-author span {
    font-family: 'PT Sans', sans-serif;
}
.comment .comment-metadata {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: initial;
    font-weight: var(--font_titles-font-weight);
}
.comment .comment-metadata:before {
    content: none;
}
.comment .comment-content p{
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 160%;
}
.comment .comment-awaiting-moderation {
    width: 100%;
    background: #FFF8EE;
    border-radius: 4px;
    padding: 10px;
    font-size: 16px;
    line-height: 21px;
    color: #E0AB60;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 32px;
}

.comment-respond {
    max-width: 100%;
}
.comment-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url,
.comment-form .form-submit {
    max-width: 174px;
    width: 100%;
    margin: 12px;
}
.comment-form textarea:focus ,
.comment-form input:focus {
    box-shadow: none;
    border-color: #000 !important;
}
.comment-form .comment-form-comment textarea,
.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form .comment-form-url input,
.comment-form .form-submit input {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    background: #F7F7F7;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    border-radius: 4px;
    resize: none;
    transition: all .3s;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
    position: relative;
}
.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form .comment-form-url input {
    padding: 10px 16px 10px 48px;
    color: #909090;
}
.comment-form .comment-form-author:before ,
.comment-form .comment-form-email:before ,
.comment-form .comment-form-url:before ,
.comment-form .form-submit:before  {
    position: absolute;
    content: '';
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}
.comment-form .comment-form-comment {
    width: 100%;
    order: 1;
    margin-bottom: 8px;
}
.comment-form .comment-form-comment textarea {
    max-height: 150px;
    color: #444444;
    padding: 16px;
}
.comment-form .comment-form-author {
    order: 2;
    margin-left: 0;
}
.comment-form .comment-form-author:before {
    background: url("../images/user_icon.png") no-repeat center;
}
.comment-form .comment-form-email {
    order: 3;
}
.comment-form .comment-form-email:before {
    background: url("../images/mail_icon.png") no-repeat center;
}
.comment-form .comment-form-url {
    order: 4;
}
.comment-form .comment-form-url:before {
    background: url("../images/link_icon.png") no-repeat center;
}
.comment-form .form-submit {
    order: 5;
    margin-right: 0;
}
.comment-form .form-submit input {
    font-size: 16px !important;
    text-align: center;
    color: #FFFFFF;
    text-transform: initial !important;
    background: #444444;
    border-radius: 4px;
    padding: 10px 16px;
}
.comment-form .form-submit input:hover {
    background: #5f5c5c;
    box-shadow: none;
    transform: none;
}
.comment-form .form-submit input:focus {
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.comment-form .gglcptch {
    order: 6;
    width: 100%;
}
.comment-form .comment-notes {
    order: 7;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #444444;
    font-weight: 400;
    letter-spacing: initial;
    border: 0;
    opacity: 1;
    padding: 0;
    margin-top: 12px;
    margin-bottom: 32px;
}
.comment-form p {
    margin-bottom: 0;
}

@media only screen and (min-width: 450px) and (max-width: 1199px) {
    .comment-form .comment-form-author,
    .comment-form .comment-form-email,
    .comment-form .comment-form-url,
    .comment-form .form-submit {
        max-width: initial;
        width: calc(50% - 24px);
    }
    .comment-form .comment-form-email {
        margin-right: 0;
    }
    .comment-form .comment-form-url {
        margin-left: 0;
    }
}

@media only screen and (max-width: 450px) {
    .comment-form .comment-form-author,
    .comment-form .comment-form-email,
    .comment-form .comment-form-url,
    .comment-form .form-submit {
        max-width: initial;
        width: 100%;
        margin: 12px 0;
    }
}

