/* LICENSE & DETAILS
   ==================================================

	Theme Name: Clique child theme
	Theme URI: http://clique.swiftideas.net
	Description: A Responsive AJAX Portfolio WordPress Theme - Designed & Developed by Swift Ideas ( www.swiftideas.net )
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: clique
	Version: 1.0.0
	Author: Swift Ideas
	Author URI: www.swiftideas.net

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

/* --------------------------------------------
	JOYN CSS IMPORT
-------------------------------------------- */

@import url("../clique/style.css");


/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */

/* 
red = #dd3333
*/

/***** MAINTENANCE PAGE **/

.maintenance-container {
  max-width: 100%;
  margin: 5rem auto;
  text-align: center;
  animation: fadeIn 2s ease-out;
}

.maintenance-container h1 {
  font-size: 2em;
  color: #222;
  animation: pulseColor 1s infinite alternate;
}

.maintenance-container p {
  font-size: 1.1em;
  color: red;
  margin-bottom: 2rem;
}

.maintenance-container hr {
  border: none;
  height: 1px;
  background: #ccc;
  margin: 2rem auto;
  width: 60%;
}

@keyframes pulseColor {
  from { color: #222; }
  to { color: red; }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}


/***** REPONSIVE BUG *****/

.page-template-template-flux #sticky-footer {
display:none;
}
@media screen and (max-width: 1200px) { 
.container, 
.sixteen.columns {
    width: 100% !important;
}
}
 @media screen and (max-width: 800px) {
.sidebar {
    display: none !important;
}
html .single-post #main-container .content-wrap {
    width: 100% !important;
}
}
 @media screen and (max-width: 767px) { 
#copyright,
.page-template-template-contact #contact-form {
    display: none !important;
}
iframe {
top: 150px !important;
}
.page-template-template-contact .contact-content {
    padding-right: 10px;
    padding-left: 10px;
}
.page-template-template-contact #contact-details {
    width: 100%;
}
}
 @media screen and (max-width: 322px) { 
.container {
    overflow: hidden;
}
}
/*.page-template-template-flux #container::before {
    content: "hey! sorry wo.man, it's beta version. please use a regular computer (or a screen larger than 768px). A the responsive website is coming very soon...";
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    top:150px;
    padding-top: 30px;
text-align: center;
white-space: pre;
}*/
}
 @media screen and (max-width: 600px) { 
iframe {
top: 180px !important;
}
}

/***** GENERAL *****/
.comments-likes {
    display: none;
}
.author-info-wrap {
    display: none;
}
article a {
color : #000000;
border-bottom: 1px dotted #bbb;
text-decoration: none;
}
.footnotes {
    font-size: 0.8em;
    vertical-align: super;
    bottom: 2px;
    position: relative;
    color: initial;
}
.center-div {
     position: absolute;
     margin: auto;
     top: 50%;
     right: 0;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.home-hiden-cat {
    visibility: hidden;
    width: 0px !important;
    height: 0px !important;
}
.loaderj {
    background: url(http://art2.network/a2n-favicon.gif), url(http://art2.network/a2n-favicon.gif);
    width: 100%;
    height: 500px;
    background-repeat: no-repeat, no-repeat;
    background-position: 35% center, 65% center;
}
.container ul {
    list-style: inside "➾ ";
}
.container ul li {
    margin-bottom: auto;
}
blockquote p {
    font-size: 12px;
    line-height: 12px;
    color: #999;
}
blockquote p a {
    color: #999;
}
.blog-item-details {
    text-transform: lowercase;
    color: #ccc;
}
.blog-item-details a {
    color: #ccc;
}

/* PORFOLIO */
#container .portfolio-wrap .portfolio-items:hover > li {
    filter: alpha(opacity=70) !important;
    -moz-opacity: 0.7 !important;
    opacity: 0.7 !important;
}
#container .portfolio-wrap .portfolio-items:hover > li:hover {
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
}

/* SIDEBAR */

.sidebar .rss-widget-icon {
    display: none;
}
.sidebar .widget_rss h3 a {
    color: #000;
}
.sidebar .widget_rss .rss-date {
    display: block;
    color: #ccc;
    font-size: 0.9em;
}
.sidebar .widget_rss li::before {
    content: "➤ ";
}
.sidebar {
opacity:0.3;
-webkit-transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}
.sidebar:hover {
	opacity:1;
}
/***** HEADER *****/
#header-section .sixteen::before {
content: "Platforme Arts Science Technologie - FWB ";
color: #fff;
line-height: 50px;
}
#header-section .sixteen::after {
    content: "l beta 0.3";
    width: 100px;
    height: 200px;
    color: #dd3333;
margin-left: 5px;
}
#header-section .container {
    width: 90%;
}
#header-section .container .sixteen.columns {
    width: 100%;
}
#logo {
max-width:50px;
}
/*#logo img {
    transition-duration: 10s;
}
#logo img:hover {
    -moz-transform: rotate(10deg);
    transition-duration: 10s;
}*/
#logo a:hover {
    opacity: 1 !important;
}
#container .nav-wrap {
    float: right;
}
.nav-wrap {
    padding-top: 50px;
}

@media screen and (max-width: 1113px) {
.nav-wrap {
    padding-top: 0px;
}
}

/***** HOME PAGE *****/
.home #portfolio-filter .has-items .artistes {
    display: none;
}
.home #menu-item-77 {
    display: none;
}

/***** PORTFOLIO PAGE *****/

.portfolio-wrap .portfolio-items:hover > li {
	filter:alpha(opacity=50)!important;
	-moz-opacity: 0.5!important;
	opacity: 0.5!important;
}
.portfolio-wrap .portfolio-items li:hover {
    cursor: pointer;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
}
.isotope-item figure a {
    box-sizing: border-box;
    border: 10px solid #f7f7f7;
}
/*.isotope-item figure a:hover {
    border: none;
}*/

/***** PORFOLIO POST *****/

.portfolio-article .media-wrap {
    width: 55% !important;
}
.side-portfolio-content {
    width: 40% !important;
}
.portfolio-details-wrap .date {
    display: none !important;
}
.portfolio-detail-description a {
    color: #4887bf;
}
.portfolio-detail-description .body-text ul li {
    list-style: "▹ ";
    margin-bottom: 0px;
    margin-left: 20px;
}

/* INSCRIPTIONS */

[id="395"] .media-wrap {
    max-width: 40%;
}
span.wpcf7-form-control-wrap input[type="text"], span.wpcf7-form-control-wrap input[type="password"], span.wpcf7-form-control-wrap input[type="email"], span.wpcf7-form-control-wrap textarea {
    background: #fff;
    color: #222;
}
span.wpcf7-form-control-wrap input[value], span.wpcf7-form-control-wrap textarea[value] {
    color: #ccc;
}


/***** BLOGS PAGE *****/

.blog-wrap .blog-items:hover > li {
	filter:alpha(opacity=70)!important;
	-moz-opacity: 0.7!important;
	opacity: 0.7!important;
}
.blog-wrap .blog-items li:hover {
    cursor: pointer;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
}
.wpcf7-url {
border: 0;
font-size: 14px;
padding: 10px 8px;
margin-bottom: 0;
font-weight: bold;
}
.blog-details-wrap h1 a {
    color: red !important;
}
.blog-details-wrap h1 a:hover {
    color: #000000 !important;
}

/****** FEED PAGE *******/
.page-template-template-flux .title-wrap {
display:none;
}
.page-template-template-flux #main-navigation {
opacity: 1 !important;
}
.page-template-template-flux .container-flux, .page-template-template-flux .sixteen {
width:100% !important;
/* overflow: hidden; */
}
iframe {
width:100% !important;
}
iframe #wrapper .provider {
    color: red !important;
}
#aggr-feed {
    background: #eee;
    padding: 10px 0px 10px 3px;
}

/***** CALLS PAGE *****/


/***** CATEGORY PAGE *****/

.category .blog-item h1 {
    font-size: 1.4em;
}


/***** INFO PAGE *****/
.page-template-template-contact .inner-page-wrap {
    margin-top: 30px;
}


/***** POSTS *****/

.single-post #main-container .container, .single-post #main-container .container .sixteen {
    width: 1200px;
}
.single-post #main-container .content-wrap {
    width: 70% !important;
}
.single-post .media-wrap {
    max-height: 400px;
    overflow: hidden;
}
.single-post .share-links, .single-post .tags-link-wrap {
    display: none;
}
.single-post p a {
    color: initial;
}
.single-post .article-body-wrap img {
    max-width: 99%;
}

/***** POSTS PORTFOLIO *****/

/* arts-numeriques.info */
.postid-110 .portfolio-details-wrap {
    margin-bottom: 10px;
}
.aninfo-social {
    margin-bottom: 30px;
}
.aninfo-social a {
    border-bottom: none;
}

/* FOOTER */
#footer-social-icons {
    width: 320px;
}
#copyright {
    width: 50%;
    color:#666;
}
#copyright a, #copyright p {
    color:#666 !important;
}
#sticky-footer {
    max-height: 42px;
}