/*
Theme Name: PCA
Theme URI: http://www.mosne.it
Description: for WordPress 3.9 and superior.
Version: 1.0
Author: Mosne
Author URI: http://www.mosne.it
Tags: html5, responvive
*/
/* main colors */
/*
    Red     #F44336
    Blue    #313131
    Gray    #535455
    
*/

#instafeed{
    display: none;
}

html {
    font-size: 18px;
    line-height: 1.35em;
}

.flt{
    float: left;
    width: 100%;
}

.textbody {
    font-size: 15px;
}

.textbody ul{
    padding:0 1em;
    margin: 0;
    margin-bottom: 2em;
}

.textbody ul li{
    margin-bottom: .5em;
}

.textbody ul.files,
.textbody nav ul{
     padding:0;
     float: left;
    width: 100%;
}

.gform_wrapper ul,
.gform_wrapper ul li{list-style:none;margin:0;padding:0}
div.form_saved_message div.form_saved_message_emailform form input[type=text] {
    height: auto !important;
    line-height: inherit !important;
}

select,
input[type="submit"], .bubble, .footer-item input, body {
    font-family: "Brown-web", sans-serif;
    font-style: normal;
    font-weight: 400;
}


select,input{
    color:#313131;
}

em {
    
    font-style: italic;
    font-weight: normal;
}

p {
    margin-bottom: 1.35em;
}

p:last-child, .nop-margin p {
    margin-bottom: 0;
}

textarea, input, blockquote, .serif {
    font-family: "Brown-web", serif;
    font-style: normal;
    font-weight: 400;
}

blockquote {
    font-weight: normal;
    font-size: 1.3em;
    line-height: 1.35em;
    margin: 0;
    margin-bottom: 1rem;
}

blockquote p {
    margin-bottom: 0;
}

.italic {
    font-style: italic;
}

a {
    color: #313131;
    -webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    -ms-transition: color .4s ease;
    transition: color .4s ease;
}

a:hover {
    color: #F44336;
}

.textbody a{
    text-decoration: underline;
}

.mosnesharesocial a{
   text-decoration: none; 
}

.lg-sub-html {
    padding: 1em;
    background: #fff;
    color: #000;
}

h2 {
    font-size: 1.75em;
    line-height: 1.1em;
    margin: 0 0 2rem 0;
    color: #313131;
}
.related h2{
    font-size: 1.35em;
}

.related.products{
    border-top: 1px solid  #313131;
    margin-top: 4em;
}

h3 {
    font-size: 1.5em;
    margin: 0;
    line-height: 1.25em;
}

.s-faculty h3 {
    margin-bottom: 1em;
}

h4 {
    font-size: 1em;
    margin: 0;
}

#fx {
    float: left;
    width: 100%;
}

#bd {
    width: 100%;
    float: left;
    background: #fff;
    min-height: calc(100vh - 285px);
}

.active #bd {
    overflow: hidden;
}

.floty {
    float: left;
    width: 100%;
}

h1,h2 {
    font-weight: 600;
}

#header {
    width: 100%;
    height: 82px;
    float: left;
    z-index: 500;
    background: #F44336;
 /*   -webkit-filter: invert(100%);
    filter: invert(100%);*/
}

#header.stuck {
    position: fixed;
    top: 0;
    z-index: 1000;
    float: none;
    width: auto;
    left: 0;
    right: 0;
}

.push {
    max-width: 1056px;
    margin: 0 auto;
    padding: 0 32px;
}

.push.more {
    max-width: 1920px;
}

.relative {
    position: relative;
}

.paddy {
    padding: 15px;
}

/* header*/
.name a {
    margin: 0;
    margin-top: 15px;
    background: transparent url('images/logo.svg') left center no-repeat;
    background-size: auto 51px;
    text-indent: -9999px;
    width: 51px;
    height: 51px;
    float: left;
}

#bkg{
    position: relative;
}

#scroll {
    background: transparent url('images/ico-down.svg') center center no-repeat;
    background-size: auto 51px;
    text-indent: -9999px;
    width: 60px;
    height: 60px;
    float: left;
    position: absolute;
    bottom: 5vh;
    left: 50%;
    margin-left: -30px;
    border-radius: 100%;
    z-index: 20;
    
}

.selector {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    float: right;
    height: 60px;
    width: 42px;
    z-index: 99;
    display: block;
    position: relative;
}

.touch .active .drawer-overlay {
    display: block;
}

.selector .bar-icon-wrapper {
    position: absolute;
    top: 1.635em;
    right: 0;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 99;
}

.selector .bar-icon {
    height: 2px;
    width: 20px;
    background: #fff;
    display: block;
    opacity: 1;
    margin-top: 4px;
    -webkit-transition: -webkit-transform .15s linear;
    -moz-transition: -moz-transform .15s linear;
    -ms-transition: -ms-transform .15s linear;
    transition: transform .15s linear;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.active .selector .bar-icon, .selector.white .bar-icon {
    background: #fff;
}

.active .selector.white .bar-icon {
    background: #f30;
}

.bar-icon:nth-child(2) {
    -webkit-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    -ms-transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
    transition: opacity .1s linear;
}

.active .bar-icon:nth-child(1) {
    -webkit-transform: rotate(45deg) translate3d(5px,5px,0);
    -o-transform: rotate(45deg) translate3d(5px,5px,0);
    -ms-transform: rotate(45deg) translate3d(5px,5px,0);
    -moz-transform: rotate(45deg) translate3d(5px,5px,0);
    transform: rotate(45deg) translate3d(4px,4px,0);
}

.active .bar-icon:nth-child(2) {
    opacity: 0;
}

.active .bar-icon:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate3d(4px,-4px,0);
    -o-transform: rotate(-45deg) translate3d(5px,-5px,0);
    -ms-transform: rotate(-45deg) translate3d(5px,-5px,0);
    -moz-transform: rotate(-45deg) translate3d(5px,-5px,0);
    transform: rotate(-45deg) translate3d(4px,-5px,0);
}

/* Menu */
#header {
    position: relative;
    z-index: 900;
}

#menu {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    right: 0;
    z-index: 800;
    padding: 120px 0;
    overflow: auto;
    -webkit-transform: translateY(-100%);
    -moz-transform: translatey(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: transform .4s ease;
    -moz-transition: transform .4s ease;
    -ms-transition: transform .4s ease;
    transition: transform .4s ease;
    align-items: center;
    color: #313131;
}

#menu .menu a {
    color: #313131;
    padding: 3px 0;
    float: left;
    clear: both;
}

#menu .menu a:hover {
    color: #F44336;
}


#menu .logo{
    margin-bottom: 4rem;
    float: left;
    width: 100%;
}



#menu .menu-item-has-children{
    position: relative;
    float: left;
    width: 100%;
    cursor: pointer;
}


#menu .menu-item-has-children > a {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 1.5rem;
    width: auto;
    float: left;
}

#menu .w-child .menu-item-has-children > a {
    font-size: 1rem;
  
}

#menu .sub-menu {
    font-size: 15px;
    line-height: 1.5em;
    display: none;
    float: left;
    width: 100%;
    padding-bottom: 1rem;
}

.menu-menubar-container{
    float: right;
    margin-top: 24px;
}

.menu-menubar-container ul,
.menu-menubar-container li{
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-menubar-container li{
    display: inline-block;
    border-right: 1px solid white;
}

#header .wpmenucart-contents:before{
  
}

#header .wpmenucart-contents{
    background: transparent url("images/panier.svg") center bottom no-repeat;
    background-size: 38px auto;
    width: 38px;
    float: left;
    padding-left: 19px;
    height: 32px;
    line-height: 1em;
    color: white;
    margin-right: 16px;
}

#header .connect a,
#header .tgsearch a{
    color: white;
    font-size: 20px;
    padding: 6px 16px;
    float: left;
}

#header .tgsearch a{
    margin-left: -4px;
}

#header .connect a:after{
    font-family: "Brown-web", sans-serif;
    content: "Mon Paris";
    color: white;
    text-transform: uppercase;
    padding: 6px 6px 6px 6px;
    margin: -4px 0 -6px 12px;
    border: 1px solid white;
    font-size: 14px;
    float: right;
    letter-spacing: 0.05em;
}

.dwn a:before{
    content: "D";
    margin-right: .25em;
}


/*
#menu .open .sub-menu {
    display: block;
}*/
/*
#menu .current-menu-ancestor .sub-menu {
    display: block;
}
*/

#menu .current-menu-item > a {
    color: #F44336;
}


#menu .menu-item-has-children:after {
    content: "+";
    padding: .25em;
    font-size: 1rem;
    text-align: right;
    right:0;
    pointer-events: all;
    float: right;
    position: absolute;
    cursor: pointer;
    transition: all .4s ease;
    top:.3em;
}

#menu .menu-item-has-children:not(.open):hover:after{
    color: #F44336;
}


#menu .menu-item-has-children.open:after {
    transform: rotate(135deg);
}

#menu .menu {
    margin-bottom: 0;
}

#menu #menu-social{
     margin-bottom: 2rem;
    float: left;
    width: 100%;
    text-align: right;
}
.menu-wrap {
    width: 100%;
}

.active #menu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.section.topline {
    margin-top: 1rem;
    border-top: 2px solid #313131;
    padding-top: 1rem;
}

#searchbox input {
    border: 0;
    padding-left: 0;
    border-bottom: 1px solid #313131;
    color: #313131;
    margin-bottom: 1rem;
}

.section.topline h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

/* Footer */
#footer {
    font-size: .75rem;
    float: left;
    width: 100%;
    background: #ECEFF1;
    padding-top: 2rem;
    padding-bottom: 1rem;
}



.footer-item {
    float: left;
    width: 100%;
    padding-bottom: 1rem;
}

.footer-item h4{
    color: #313131;
    margin-bottom: .5em;
    font-size: 1.25em;
}

.footer-item p{
    margin-bottom: 0;
}


.no-flex {
    display: block;
    width: 100%;
}

.accept {
    font-size: .83em;
    line-height: 1.25em;
    margin-bottom: 1em;
}

.accept a {
    color: #000;
}

.wpcf7 {
    width: 100%;
}
.footer-item .button,
.footer-item input[type="submit"] {
    background: transparent;
    font-size: .65rem;
    text-align: left;
    padding: .5em .75em;
    width: auto;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #313131;
    border: 1px solid #313131;
    }
.footer-item .button:hover,
.footer-item input[type="submit"]:hover {
    background: #313131;
    color: white;
}

.footer-item input[type="email"] {
    margin-bottom: 1em;
}

.menu-social-container li {
    display: inline-block;
    margin-left: 1em;
}

.menu-social-container li a {
    color: #313131;
    font-size: 1.333em;
}

.footer-item .menu-social-container{
    float: left;
    width: 100%;
    border-top: 1px solid #313131;
    padding-top: 1em;
}

.footer-item .menu-social-container li {
    margin-left: 0;
    margin-right: 1.5em;
}

.footer-item .fmenu {
     float: left;
    width: 100%;
    padding-bottom: 1em;
    font-size: 1.1em;
}


.menu-social-container li {
    display: inline-block;
    margin-left: 1em;
}

.credits {
    background: #767676;
    color: #fff;
    text-align: center;
    padding: 1em;
    float: left;
    width: 100%;
}

.credits a {
    color: #fff;
}

.credits-label {
    text-align: right;
    color: #313131;
    text-transform: uppercase;
    font-size: .7em;
    letter-spacing: 1px;
    padding-right: 2.7em;
    padding-top: 1em;
}

.curriculum.section {
    margin-top: 1rem;
}

.overall.block,
.faq .header.block {
    margin: 0;
}

.iframeform iframe{
    
    height: 100vh !important;
}

.acalendar .atable .grey{
    margin-top: 0;
    font-size: .75em;
}


.acalendar .atable{
    border-bottom: 1px solid #313131;
    padding: .5em 0;
}

.acalendar .atable:first-child{
    border-top: 2px solid #313131;
}

.acalendar .atable:last-child{
    border-bottom: 2px solid #313131;
}

.accordeon .acalendar .atable:last-child{
    border-bottom:0;
}


.faculty .header.block {
    margin-bottom:1rem;
}

.curricula .block {
    margin: 0;
}

.curricula .semester .block {
    margin-bottom: 2rem;
}

.curricula .block h2 {
    margin-bottom: 0;
}

.accept a:hover, .credits a:hover {
    color: #313131;
}

.legal li, .legal {
    display: inline-block;
}

.legal ul:before, .legal li:after {
    content: "|";
    margin: 0 .5em;
}

/*general type*/
#cookie-notice {
    font-size: 13px;
}

#cn-notice-text{
    float: left;
    margin-bottom: 8px;
    text-align: left;
}

#cookie-notice .button.wp-default {
    line-height: .75em;
    padding: 8px 12px;
    background: #999;
    border-color: none;
    -moz-box-sizing: border-box;
    border-radius: 0;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
    text-transform: uppercase;
    text-shadow: none;
    clear:none;
    margin-top: 0;
    float: right;
    margin-bottom: 8px;
}

#cookie-notice #cn-accept-cookie {
    background: #fff;
    color: #3f3f3f;
}

#cookie-notice .button.wp-default:hover {
    background: #3f3f3f;
    color: #fff;
}

#cookie-notice #cn-accept-cookie:hover {
    background: #F44336;
    color: #fff;
}



.yarpp-related {
    float: left;
    width: 100%;
    margin: 2rem 0;
}

.meta .split {
    margin-bottom: 1em;
}

/* MAP */
.bubble {
    font-size: 14px;
    color: #fff;
    background: #313131;
}

.infoBox:before {
    border-color: transparent transparent #313131;
}

input[type="submit"] {
    background: #313131;
}

.form_question input,
.form_question textarea,
textarea.wpcf7-textarea, input.wpcf7-text {
    font-style: italic;
    margin-bottom: 1em;
    padding: .5em .75em;
}

/* general */



.diaporama{
    float: left;
    width: 100%;
}

.diaporama > h3{
    margin-bottom: 1rem;
}

.block {
    float: left;
    width: 100%;
    margin-bottom: 2em;
}

.caption {
    padding-top: 1em;
    float: left;
    width: 100%;
    line-height: 1.25em;
    font-size: .65em;
    
}
.caption h3 {
    font-size: 1em;
    color: #323232;
}

.slide .caption,
.slide.caption h3{
    color:#fff;
}

.textbody nav a,
a.button {
    color: #313131;
    border: 1px solid #313131;
    padding: .25em .5em;
    text-transform: uppercase;
    font-size: .85em;
    line-height: 1.5em;
    clear: both;
    float: left;
    width: auto;
    letter-spacing: .05em;
    margin-top: .85rem;
    text-decoration: none;
}

.textbody nav a:hover,
a.button:hover {
    color: white;
    background: #313131;
}

.newsloop {
    font-size: .78em;
}

.breadcrumbs {
    text-transform: uppercase;
    font-size: .75em;
    letter-spacing: 0.05em;
    color: #313131;
    float: left;
    width: 100%;
    word-break: break-all;
}

.breadcrumbs > span:before {
    content: "/";
    margin: 0 .5em;
}

.breadcrumbs > span:first-child:before {
    content: "";
    margin: 0;
}

.breadcrumbs a {
    color: #313131;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.section {
    float: left;
    width: 100%;
    margin-top: 2rem;
}

.newsloop h4 {
    margin-bottom: 1rem;
    line-height: 1.25em;
    float: left;
    width: 100%;
}

h4,h4 a,h3 a, .newsloop h4 a {
    color: #F44336;
}

#menu h3 a{
    color: #313131;
}


.mappa h4{
    line-height: 1.25em;
    margin-bottom: 1em;
}

/* Home */
.calltoaction {
    width: 100%;
    float: left;
    padding: 6rem 0;
    background-size: cover;
    background-position: center center;
    background-color: #313131;
    color: white;
    position: relative;
    margin-bottom: 2em;
}

.calltoaction:after {
    content: "";
    background: #313131;
    opacity: 0.75;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}

.calltoaction .push {
    position: relative;
    z-index: 10;
}

.calltoaction h3 {
    font-size: 3rem;
    line-height: 1.35em;
    color: white;
}

.calltoaction h3 a {
    color: white;
}

.calltoaction .button.white {
    float: left;
    margin-top: 1rem;
    color: white;
    border-color: white;
}


.calltoaction .button.white:hover {

    color: #313131;
    background: white;
}

.blueshade {
    /*background-color: rgba(49, 80, 255, 0.75);*/
    background-color: rgba(250, 250, 250, 0.75); 
     float: left;
    max-width: 320px;
    padding: 2em;
    margin-left: -2em;
    color: #313131;
    min-height: 75vh;
    display: flex;
    position: absolute;
    top: 0;
    transform: translate3d(-90px,0,0);
    backface-visibility: hidden;
    opacity: 0;
    transition:all .6s ease;
}

.owl-item.active .blueshade {
    transform: translate3d(0,0,0);
    opacity: 1;
}



.blueshade h3 a {
    color: #313131;
}

.blueshade.h-stripe {
    max-width: none;
    width: 100%;
    min-height: initial;
    top: auto;
    bottom: 0;
    left: 0;
    margin-left: 0;
    display: block;
    padding: 1em 0;
}

.slideshow .owl-carousel {
    background: #FBFBFB;
}

.owl-theme .owl-dots {
    background: #E5E6E7;
    text-align: center;
    padding: .8em 0;
}

.homeslide {
    width: 100%;
    height: 100vh;
    height: calc(100vh - 81px);
    padding-top: 15vh;
    background-size: cover;
    background-position: center center;
}

.slides {
    width: 100%;
    min-height: 75vh;
    position: relative;
}

.slide {
    width: 100%;
    float: left;
    min-height: 75vh;
    background-size: cover;
    background-position: center center;
    transform: translate3d(0,0,0);
    backface-visibility: hidden;
}

.bigtext {
    font-size: 1.6em;
    font-weight: bold;
    color: #767676;
}

/* Page composer */
.orientation {
    color: #313131;
    background: #ECEFF1;
    padding: 2rem 0;
    float: left;
    width: 100%;
/*    border-bottom: 5px solid #313131; */
}

.orientation h1 {
    font-weight: bold;
    font-size: 2em;
    float: left;
    width: 100%;
    margin-top: .5rem;
    line-height: 1.35em;
    max-width: 820px;
}

.morenews {
    background: #E5E6E7;
    color: #313131;
    float: left;
    width: 100%;
    padding: .8em 0;
    text-align: center;
}

.morenews .wp-pagenavi {
    margin: 0;
}

.morenews .wp-pagenavi a {
    color: rgba(49, 49, 49, 0.60);
}

.button.white {
    /*color: white;
    border-color: white;*/
    margin-top: 0;
    float: left;
}
/*
.button.white:hover {
    background: #fff;
    color: #313131;
}*/

.morenews .button.white {
    float: none;
}

/*
.morenews .button.white:hover {
    color: #F44336;
}*/

.pagemenu, .navi {
    color: #767676;
    margin-bottom: 1rem;
}

.pagemenu nav,
.navi{
    margin-bottom: 2em;
    float: left;
    width: 100%;
}

.woocommerce-MyAccount-navigation li a,
.pagemenu a, .navi a {
    color: #767676;
}


.pagemenu a:hover, .navi a:hover{
    color: #F44336;
} 


.pagemenu .current_page_item.menu-item-has-children > a {
    display: none;
}

.pagemenu .menu-item-has-children > a {
    font-weight: bold;
        font-weight: bold;
    font-size: 1.25em;
    line-height: 1.25em;
    margin-bottom: .5em;
    float: left;
    width: 100%;
}

.navi h3 {
    color: #313131;
    font-size: 1.5em;
    line-height: 1.25em;
    margin-bottom: .5em;
}

.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation li.is-active a,
.pagemenu .sub-menu .current-page-ancestor a,
.pagemenu .current-menu-item > a, .navi a:hover, .navi .current-cat,.navi .current-menu-item > a, .navi .current-cat > a {
    color: #F44336;
}

.woocommerce-MyAccount-navigation,
.pagemenu .sub-menu{
    float: left;
    width: 100%;
}

.woocommerce-MyAccount-navigation li,
.footer-item .fmenu li,
#menu .sub-menu li, 
.pagemenu .sub-menu li, 
.navi li {
    position: relative;
    padding-left: 1.25em;
        float: left;
    width: 100%;
}


.woocommerce-MyAccount-navigation li a:before,
.footer-item .fmenu a:before,
#menu .sub-menu li a:before, .pagemenu .sub-menu li a:before, .navi li a:before {
    content: "\2192";
    left: 0;
    position: absolute;
    float: left;

}

.accordeon {
    border-bottom: 2px solid #313131;
    float: left;
    width: 100%;
}

.accordeon h3.season {
float: left;
    width: 100%;
    font-size: .85em;
    /* letter-spacing: 0.05em; */
    line-height: 1em;
    text-transform: capitalize;
    border-bottom: 1px solid #313131;
    padding: .7rem 0;
    color: #F44336;
}

.overall, .year-total {
    border-top: 2px solid #313131;
    color: #313131;
    border-bottom: 0;
    padding: .7rem 0;
    text-transform: uppercase;
    font-size: .7rem;
    float: left;
    width: 100%;
    letter-spacing: 1px;
}

.block.overall {
    margin-top: -2em;
    border-top: 0;
    margin-bottom: 2em;
}

.totals-c {
    text-align: right;
    font-size: 1rem;
    padding-right: 2.7em;
}

.accordeon .toshow {
    display: none;
    float: left;
    width: 100%;
    padding-bottom: 2em;
}

.accordeon h4, .accordeon h3, .accordeon h2, .accordeon a.acto {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    line-height: 1.25em;
}

h3.season, .accordeon a.acto {
    padding: 1rem 0;
    color: #313131;
    border-top: 2px solid #313131;
}

.accordeon .semester a.acto {
    border-top: 0;
    border-top: 1px solid #313131;
    font-size: .9em;
    font-weight: normal;
}

.semester .textbody {
    font-size: .8em;
}

.continuum > .push > .accordeon > h2 a.acto, .continuum > .accordeon > h4 a.acto, .continuum > .accordeon > h3 a.acto, .continuum > .accordeon > h2 a.acto {
    border-top: 0;
}

.continuum > .push > .accordeon > a.acto {
    border-top: 0;
}

div.continuum:last-child{
    margin-bottom: 2em;
}

.accordeon a.acto:before {
    content: "+";
    float: right;
    transition: all .4s ease;
    font-size: 1rem;
    font-weight: normal;
}

.accordeon a.acto:after {
    content: attr(data-c);
    float: right;
    margin-right: 2em;
    font-size: 1rem;
    transition: all .4s ease;
    font-weight: normal;
}

.accordeon a.acto.open:before {
    transform: rotate(135deg);
}

a.acto .max{
    float: left;
    width: 85%;
    width: calc(100% - 84px);
}

.section.split .push .push,
.accordeon .toshow .push {
    padding: 0;
}

.accordeon .semester a.acto:after {
    content: attr(data-c);
}

.grey {
    /*text-transform: uppercase;*/
    font-size: .85em;
    color: #767676;
    float: left;
    width: 100%;
    margin-top: 1em;
}

.grey a {
    color: #767676;
}


.published{
    text-transform: uppercase;
    font-size: .65em;
    padding-bottom: .5em;
    color: #313131;
    float: left;
    width: 100%;
    letter-spacing: 00.05em;
    text-align: right;
    /* font-weight: bold; */
    border-bottom: 1px solid #313131;

}

.grey a:hover {
    text-decoration: underline;
}

.bio .grey,
.dwn .grey {
    margin-top: 0;
    margin-bottom: 1em;
}

.bio h3{
    margin-bottom:0 
}

.faculty-wrap,
.mcolumn{
    float: left;
    width: 100%;
}



.mcolumn h4 {
    margin-bottom: .6em;
    line-height: 1.35em;
}

.bio .pic,
.mcolumn .pic {
    float: left;
    width: 100%;
    margin-bottom: 1em;
}

.mcolumn .grey {
    margin-top: 0;
    margin-bottom: 1em;
}

/* faculty */
.faculty h4 {
    margin-top: .7em;
    font-size: .85em;
    line-height: 1.1em;
    float: left;
    width: 100%;
}

.faculty .grey {
    margin-top: .7em;
    font-size: .75em;
    line-height: 1.25em;
    float: left;
    width: 100%;
}


/* get social*/

.sqr{
/*   
    height: 0;
    padding-bottom: 100%;
    
    overflow: hidden;*/
    float: left; 
    width: 100%;
    margin-bottom: 1rem;
}
.icap{
    font-size: .8em;
    line-height: 1.35em;
}

.facultypic img{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.meta .mosnesharesocial a{
    font-size: 20px;
    margin-right: 1em;
}


.shopitems  {
    float: left;
    width: 100%;
    margin-bottom: 2rem;
}


.shopitems .block{
    margin-bottom: 1rem;
}

.shopitems .header.block {
    margin: .5em 0;
}

.woocommerce .products .product-category a .count,
.woocommerce ul.products li.product.product-category a img{
    display: none;
}

.woocommerce ul.products li.product.product-category h3,
.shopitems a.shoplink{
    padding: .6em;
    font-size: 18px;
    line-height: 1.25em;
    color: #313131;
    float: left;
    width: 100%;
    font-weight: bold;
   
    border: 2px solid #313131;
}

.woocommerce ul.products li.product.product-category h3:before,
.shopitems a.shoplink:before{
    content: "\2192";
    float: left;
    width: 1.5em;
    height: 3em;
    
}

.woocommerce ul.products li.product.product-category a:hover h3,
.shopitems a.shoplink:hover{
    background: #313131;
    color: white;
    border: 2px solid #313131;
}



/* forms FormConnector*/

#formconnector_target{
    margin-left: -10px;
    margin-right: -10px;
}

#formconnector_target,
.FormConnector-form-container{
    width: 100% !important;
    padding: 0 !important;
}


select,input[type="email"],
input[type="text"]{
    border:1px solid #313131;
}
#formconnector_target button{
    
    text-align: left;
    padding: .5em .75em;
    width: auto;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: white;
    background: #313131;
}
#formconnector_target button:focus,
#formconnector_target button:hover{
   background: #F44336;
   color: white;
}

#sb_instagram.sbi_width_resp {
    margin: -2rem;
    width: calc(100% + 4rem) !important;
    overflow: hidden;
    
}

#sb_instagram.sbi_width_resp svg{
        display: none !important;
}


/* Media Queries */
@media (min-width: 769px) and (max-width: 1199px) {
}

@media (min-width: 769px) {
    .col5 {
        -webkit-column-count:5;
        -webkit-column-gap: 30px;
        -moz-column-count: 5;
        -moz-column-gap: 30px;
        column-count: 5;
        column-gap: 30px;
    }
    .bigtext br{
        display: none;
    }
    
}

@media (min-width: 481px) and (max-width: 768px) {

}

@media (max-width: 768px) {
    .header-image, .homeslide {
        padding-bottom: 50%;
    }

    /*
    .owl-carousel {
        background: #313131;
    }*/

    .slides {
        min-height: initial;
    }

    .slide {
        min-height: initial;
        height: 40vh;
    }

    .slides .push {
        padding: 0;
    }

    .slides .h-stripe .push {
        padding: 0 2em;
    }

    .blueshade {
        position: initial;
        max-width: none;
        width: 100%;
        min-height: initial;

    }

    .blueshade, .blueshade.h-stripe {
        margin-left: 0;
    }



    .col5 {
        -webkit-column-count: 3;
        -webkit-column-gap: 30px;
        -moz-column-count: 3;
        -moz-column-gap: 30px;
        column-count: 3;
        column-gap: 30px;
    }

    .name a {
        height: 42px;
        background-size: auto 42px;
        margin-top: 11px;
    }

    #header {
        height: 64px;
    }

    #menu {
        padding: 84px 0;
    }

    .homeslide {
        height: calc(100vh - 64px);
    }
    
    a.acto .max{
    float: left;
    width: 85%;
    width: calc(100% - 64px);
    }
    #header .connect a:after{
        display: none;
    }
    
    .menu-menubar-container {
    margin-top: 16px;
    transform: scale(.8);
    transform-origin: right center;
    }
    
    .accordeon a.acto:after {
    margin-right: 1em;
   }
   
   .totals-c {
    padding-right: 1.7em;
    } 
}

@media (max-width: 480px) {
    body {
        font-size: 15px;
    }
    
    .push {
        padding: 0 2em;
    }

    .selector {
        height: 50px;
        width: 40px;
    }

    .selector .bar-icon-wrapper {
        top: 20px;
    }

    .menu-main-container li a {
        font-size: 1.5em;
    }


    .header-image, .homeslide {
        padding-bottom: 65%;
    }

    .col5 {
        -webkit-column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-count: 2;
        -moz-column-gap: 30px;
        column-count: 2;
        column-gap: 30px;
    }

 

    .accordeon a.acto:after {
        content: attr(data-c);
        margin-right: 1em;
        font-size: .8rem;
    }
}

/* ==========================================================================
  Print styles.
  ========================================================================== */
@media print {
	*,:before,:after {
		background:transparent!important;
		color:#000!important;
		box-shadow:none!important;
		text-shadow:none!important;
	}
	
	
	body{
    	width: 100%;
    	margin: 0 auto;
    	font-size: 13px !important;
	}
	
	#bd {
		padding-top:0!important;
		 
	}
	
	.m-img-wrap:after{
    	content: "";
    	float: left;
    	width: 100%;
    	height: 1px;
	}
	
	.m-img-wrap img{
    	width: 6cm !important;
    	opacity: 1 !important;
	}
	.orientation{
    	padding: 0;
	}
	
	.medit,
	#bkg,
	#postnav,
	.slideshow,
	.yarpp-related,
	.mapwrap,
	.mappa,
	.calltoaction,
	#header,
	#menu,
	#footer {
		display:none;
	}
	
	.accordeon .toshow{
    	display: block;
	}
	
	.pool .item{
        position:relative !important;
        display:block !important;
        left:0 !important;
        top:auto !important;
        float:left;
    }

    .pool{
        height:auto !important;
    }
	
	thead {
		display:table-header-group;
	}
	

	
	
	p,h2,h3 {
		orphans:3;
		widows:3;
	}
	
	h1, h2, h3 {
		page-break-after:avoid;
	}
}

