/*
Theme Name: Arctic
Theme URI: http://umbrella.al
Description: Arctic - Minimal Portfolio Theme
Author: Umbrella
Version: 3.3.6
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Tags: arctic, repsonsive, clean
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.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: 0 4px 5px;
}

.sticky, .bypostauthor, .gallery-caption { font-size: 11px; }

/* =WordPress Core
-------------------------------------------------------------- */
.social_network.fadeOutDown{ display:none !important; }


/* ATELIERATELIE CHANGES */
input, textarea {
    border: 1px solid #e1e1e1;
}

/* NAV MENU mais estreito */
.top_default_nav.main_nav {
    height: 50px;
    box-shadow: 0 2px 2px #8b8b8b;
    /* Opera */
    -o-box-shadow: 0 2px 2px #8b8b8b;
    /* IE */
    -ms-box-shadow: 0 2px 2px #8b8b8b;
    /* Mozilla FireFox */
    -moz-box-shadow: 0 2px 2px #8b8b8b;
    /* Google Chrome */
    -webkit-box-shadow: 0 2px 2px #8b8b8b;
}

.top_default_nav .logo img {
    max-height: 30px;
}

.top_default_nav .logo {
    padding: 10px 20px;
}

.top_default_nav.main_nav .main_menu > li {
    line-height: 41px;
}

body.page-template-template-contact-php .inner_content_menutop {
    margin-top: 50px !important;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    font-weight: 600;
    text-decoration: none;
}

.services_page .services_article p {
    text-align: justify;
}

.social_contacts {
    width: auto;
    height: 46px;
}

.social_contacts a {
    float: left;
    display: inline;
    margin-right: 8px;
    outline: none;
}

.social_contacts a i {
    width: 40px;
    height: 40px;
    font-size: 18px;
    padding: 10px;
    float: left;
    text-align: center;
    border: 1px solid #3c3c3c;
    color: #3c3c3c;
    border-radius: 50%;
}

.social_contacts a i:hover {
    color: #e5007c;
    border: 1px solid #e5007c;
}

.address_con p a:hover {
    text-decoration: none;
    color: #e5007c;
}

.fa-th:before {
    content: "\2190";
}

#project_info .fa-reorder:before {
    content: "\f0ec";
}

.services .services_article img {
    cursor: default;
}

.services .services_article h5 {
    margin-top: 10px;
    cursor: default;
}

.services .services_article .title_margin {
    display: block;
    margin-top: 12%;
}

.member_info p {
    text-align: justify;
}





/* RESPONSIVE LAYOUT */
@media (max-width: 1024px) {
    .slides-navigation_bottom {
        margin-left: -50px !important;
        left: auto!important;
        right: 20px !important;
    }

    .slides-navigation {
        top: auto;
    }

    .capture {
        top: 15%;
    }

    .logo_responsive_out img {
        background: rgba(255, 255, 255, .2);
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
    }

    .team_nav a {
        top: 90%;
    }

    .team_nav a.prev {
        left: auto;
    }

    .team_nav a.next {
        right: 20px;
    }

    .services .services_article:first-child {
        padding: 0 20px 0 0;
    }
}

@media (max-width: 768px) {
    .team_nav {
        top: 60%;
    }

}

@media (max-width: 767px) {
    .services .services_article:first-child {
        padding: 0;
    }

    .team_nav a.next {
        right: 40px;
    }
}