/*
    Theme Name: Default tooShark Theme
    Theme URI: http://e-mk.ro/
    Description: This is the default tooShark theme created for the Genesis Framework.
    Author: tooShark
    Author URI: http://www.2shark.ro/

    Version: 3.2

    Template: genesis
    Template Version: 2.3

    License: GPL-2.0+
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # START Customization
---------------------------------------------------------------------------------------------------- */

/* ## Generic
------------------------ */

body > div {
    font-size: 1.6rem;
}

body {
    background-color: #f5f5f5;
    color: #333;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0;
}

.site-container {
    max-width:1040px;
    margin:50px auto;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    background:#fff;
}

.site-inner {
    margin-top:24px;
    margin-top: 2.4rem;
}

.site-inner, .wrap {
    max-width:1040px;
    padding:0;
    padding: 0 2.857142857rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:700;
}

h1 {
    font-size:150%;
}

h2 {
    font-size:140%;
}

a {
    color: #c3251d;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #333;
    text-decoration: none;
}

p {
    margin: 0 0 14px;
    padding: 0;
}

img {
    border-style: none;
}

input, select, textarea {
    padding:3px 10px;
}

textarea:focus, input:focus, img, *:focus{
    outline: none;
}

input[type="submit"],
.button {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    background-color: #FFD200;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 8px 22px;
    text-decoration: none;
    background-color: #6fc1ce;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7EE0EF), color-stop(100%, #6FC1CE));
    background-image: -webkit-linear-gradient(top, #7EE0EF, #6FC1CE);
    background-image: -moz-linear-gradient(top, #7EE0EF, #6FC1CE);
    background-image: -ms-linear-gradient(top, #7EE0EF, #6FC1CE);
    background-image: -o-linear-gradient(top, #7EE0EF, #6FC1CE);
    background-image: linear-gradient(top, #7EE0EF, #6FC1CE);
    margin-bottom: 4px;
    border: 1px solid #eee;
    text-shadow: 0 1px 1px #fff;
    display: block;
    border-bottom: 1px solid #000;
}

.button.red {
    background-color: #70205e;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #70205e), color-stop(100%, #571849));
    background-image: -webkit-linear-gradient(top, #70205e, #571849);
    background-image: -moz-linear-gradient(top, #70205e, #571849);
    background-image: -ms-linear-gradient(top, #70205e, #571849);
    background-image: -o-linear-gradient(top, #70205e, #571849);
    background-image: linear-gradient(top, #70205e, #571849);
}

.float-left {
    float:left;
}

.float-right {
    float:right;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}


/* ## Header
------------------------ */

.site-header {
    padding: 24px 40px 0;
    padding: 1.714285714rem 2.857142857rem;
    background: #6FC1CE;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    position:relative;
}

.site-header > .wrap {
    padding:0;
}

.header-image .site-title > a {
    width:240px;
}

.site-header .widget-area {
    max-width:660px;
}

.site-header .links {
    position: absolute;
    right: 20px;
    top: 30px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.5em;
    color: #fff;
    margin: 0 auto;
    display: block;
}

.site-header .links li {
    float: left;
}

.site-header .links li a{
    color: #fff;
    font-size:13px;
    font-weight: 600;
}

.site-header .links li:after {
    content: "/";
    margin: 0 10px;
}

.site-header .links li:last-child:after {
    content:'';
}
/* ## Navbar
------------------------ */

.nav-primary {
    padding: 0 2.857142857rem;
    border:0;
    height: 48px;
    background: #fff url('http://asociatiapentrueducatie.ro/wp-content/themes/default-3.2/images/line-max.png') no-repeat center top;
}

.genesis-nav-menu {
    clear: both;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu a {
    border-bottom: 0;
    color: #6a6a6a;
    line-height: 2.9;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0 20px 0 0;
    padding: 0 2rem 0 0;
}

.genesis-nav-menu a:hover, .genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
    text-decoration:none;
}

.genesis-nav-menu .current-menu-item > a {
    color:#636363 !important;
    font-weight: bold;
}

.genesis-nav-menu .sub-menu {
}

.genesis-nav-menu .sub-menu a {
    background: #6FC1CE;
    border-bottom: 1px solid #ededed;
    display: block;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.181818182;
    padding: 8px 10px;
    padding: 0.571428571rem 0.714285714rem;
    white-space: normal;
}

/* ## Homepage
------------------------ */

.proiect p {
    text-align:justify;
}

.proiect p a {
    padding-left:20px;
    font-weight:600;
}

.implica ul {
    margin:0;
}

.implica ul li {
    list-style: none;
    text-align:justify;
}

.entry-title {
    font-size:140%;
    font-weight:600;
}

/* ## Page
------------------------ */

.content {
    width: 65.104166667%;
}

.entry {
    padding:0;
}

.addthis_toolbox {
    margin-top:20px;
    padding-top:15px;
    border-top:1px solid #ddd;
}

/* ## Siebar
------------------------ */
.sidebar-primary {
    width: 26.041666667%;
}

.sidebar .widget {
    padding:0;
    font-size:16px;
}

.widget-area .widget .button {
    color: #70205E;
    font-weight: 700;
}

.widget-area .widget .red {
    color: #fff;
    text-shadow: 0 1px 1px #555;
}

.widget-title {
    font-size: 18px;
    line-height: 2.181818182;
    font-weight: bold;
    text-transform: uppercase;
    color: #636363;
}

.widget-area .widget a {
    color: #757575;
}

/* ## Footer Widget
------------------------ */


/* ## Footer
------------------------ */

.site-footer  {
    padding: 0 2.857142857rem;
    font-size:12px;
    border:0;
}

.site-footer .wrap {
    background: url('http://asociatiapentrueducatie.ro/wp-content/themes/default-3.2/images/line.png') no-repeat center top;
    padding:20px 0 0 0;
}

.copy {
    color:#444;
    float:left;
    width:48%;
    text-align:left;
}

.dev {
    float:right;
    width:48%;
    text-align:right;
}

.dev, .dev a {
    color:#444;
}

.dev a:hover {
    color: #222;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1340px) {

}


@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 1023px) {


    .genesis-nav-menu li,
    .header-image .title-area,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .widget-area,
    .site-title {
        text-align: center;
    }

    .site-header .search-form {
        margin: 16px auto;
    }

    .js nav.nav-primary,
    .js .site-header nav  {
        display: none;
        position: relative;
    }

    .js .site-header nav .wrap {
        padding: 0;
    }

    .js nav.pagination {
        display: block;
    }

    .menu-toggle,
    .sub-menu-toggle {
        border-width: 0;
        background-color: #fff;
        color: #333;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        visibility: visible;
    }

    .sub-menu-toggle:hover,
    .sub-menu-toggle:focus {
        border-width: 0;
    }

    .menu-toggle {
        border-top: 1px solid #eee;
        line-height: 20px;
        position: relative;
        right: 0;
        z-index: 1000;
        width: 100%;
    }

    .site-header .menu-toggle {
        border: 0;
    }

    .menu-toggle:before,
    .menu-toggle.activated:before {
        margin-right: 10px;
        text-rendering: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform:     translate(0, 0);
        transform:         translate(0, 0);
    }

    .sub-menu-toggle {
        float: right;
        padding: 10px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
    }

    .sub-menu-toggle:before {
        display: inline-block;
        text-rendering: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform:     translate(0, 0);
        transform:         translate(0, 0);
    }

    .sub-menu-toggle.activated:before {
        content: "\f142";
    }

    .js .nav-primary .genesis-nav-menu .menu-item,
    .js .site-header .genesis-nav-menu .menu-item {
        display: block;
        float: none;
        margin: 1px 0;
        position: relative;
        text-align: left;
    }

    .js .genesis-nav-menu .menu-item:hover {
        position: relative;
    }

    .js .nav-primary .genesis-nav-menu .menu-item a,
    .js .site-header .genesis-nav-menu .menu-item a {
        border: none;
        padding: 12px 0;
        width: 100%;
    }

    .js .genesis-nav-menu .sub-menu {
        border: none;
    }

    .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
    .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
        left: 0;
        margin-left: 0;
    }

    .js .genesis-nav-menu > .menu-item-has-children > a:after {
        content: none;
    }

    .js .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        margin: 0;
        opacity: 1;
        padding-left: 15px;
        position: static;
        width: 100%;
    }

    .js .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    }

    .js nav button:hover,
    .js .menu-toggle:hover,
    .js .nav-primary {
        background-color: #fff;
        color: #000;
    }

    .js nav button:focus,
    .js .menu-toggle:focus {
        background-color: #fff;
        color: #c3251d;
    }

    .footer-widgets-1,
    .footer-widgets-2 {
        margin: 0 auto 40px;
    }

}

@media only screen and (max-width: 860px) {

    body > div {
        font-size: 1.8rem;
    }

    body {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .site-inner {
        padding: 5% 5% 0;
    }

    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    .after-entry,
    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings,
    .sidebar .widget {
        padding: 30px;
        margin-bottom: 5%;
    }

    .sidebar {
        margin-bottom: 5%;
    }

    .pagination {
        margin: 5% auto;
    }

    .archive-pagination li a {
        margin-bottom: 4px;
    }

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after,
    .site-title > a:after {
        content: "";
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 2cm 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    .content,
    .content-sidebar {
        width: 100%;
    }

    button,
    input,
    select,
    textarea,
    .breadcrumb,
    .comment-edit-link,
    .comment-form,
    .comment-list .reply a,
    .comment-reply-title,
    .edit-link,
    .entry-comments-link,
    .entry-footer,
    .genesis-box,
    .header-widget-area,
    .hidden-print,
    .home-top,
    .nav-primary,
    .nav-secondary,
    .post-edit-link,
    .sidebar {
        display: none !important;
    }

    .title-area {
        text-align: center;
        width: 100%;
    }

    .site-title > a {
        margin: 0;
        text-decoration: none;
        text-indent: 0;
    }

    .site-inner {
        padding-top: 0;
        position: relative;
        top: -100px;
    }

    .author-box {
        margin-bottom: 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3;
    }


    img {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    blockquote,
    pre,
    table {
        page-break-inside: avoid;
    }

    dl,
    ol,
    ul {
        page-break-before: avoid;
    }

}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

}
