/*
 Theme Name:   Wordpress Bootstrap Child
 Theme URI:    http://320press.com/wpbs
 Description:  Wordpress Bootstrap Child Theme
 Author:       Paul Gascou-Vaillancourt
 Author URI:   http://terresenvues.ca
 Template:     wordpress-bootstrap-master
 Version:      1.0.0
 Tags:         black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
 Text Domain:  wordpress-bootstrap-master-child
*/

@import url("../wordpress-bootstrap-master/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* General */
body {
    padding-top: 15px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    /*background: -moz-linear-gradient(top,  rgba(179,180,184,0) 0%, rgba(179,180,184,1) 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(179,180,184,0)), color-stop(100%,rgba(179,180,184,1))); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  rgba(179,180,184,0) 0%,rgba(179,180,184,1) 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  rgba(179,180,184,0) 0%,rgba(179,180,184,1) 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  rgba(179,180,184,0) 0%,rgba(179,180,184,1) 100%); /* IE10+ */
    /*background: linear-gradient(to bottom,  rgba(179,180,184,0) 0%,rgba(179,180,184,1) 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b3b4b8', endColorstr='#b3b4b8',GradientType=0 ); /* IE6-9 */
}
#bg {
	background: -moz-linear-gradient(top, rgba(179,180,184,0) 0%, rgba(179,180,184,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(179,180,184,0)), color-stop(100%,rgba(179,180,184,1)));
	background: -webkit-linear-gradient(top, rgba(179,180,184,0) 0%,rgba(179,180,184,1) 100%);
	background: -o-linear-gradient(top, rgba(179,180,184,0) 0%,rgba(179,180,184,1) 100%);
	background: -ms-linear-gradient(top, rgba(179,180,184,0) 0%,rgba(179,180,184,1) 100%);
	background: linear-gradient(to bottom, rgba(179,180,184,0) 0%,rgba(179,180,184,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b3b4b8', endColorstr='#b3b4b8',GradientType=0 );
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
a {
    color: black;
    text-decoration: underline;
}
a:hover {
    color: black;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 18px;
    font-family: Arial, sans-serif;
}
h1, h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10px;
}
hr {
    background-color: #aeabac;
    height: 2px;
}
img.alignright {
    float: right;
}
img.alignleft {
    float: left;
}
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignnone {
    vertical-align: bottom;
}
#content {
    padding-top: 0;
}
#main {
    padding-left: 3px;
    padding-right: 4px;
}

.panel.panel-default > .panel-body {
    padding-left: 60px;
    padding-right: 60px;
}

.panel.panel-default.panel-custom {
    border: none;
    background: transparent;
    margin-top: -2px;
}
.panel.panel-default.panel-custom > .panel-body {
    background-color: #f8f7fb;
    margin-top: -7px;
}
.panel-default.panel-custom .panel-heading {
    background: transparent;
    border: none;
    padding: 0;
    margin-left: -5px;
    margin-right: -6px;
    position: relative;
    z-index: 10;

}
.panel-heading table {
    width: 100%;
}
.panel-heading .left, .panel-heading .right {
    width: 250px;
    height: 51px;
    padding-top: 13px;
    vertical-align: top;
}
.panel-heading .left {
    background-image: url('./images/panel-title-bg-left.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 35px;
}
.panel-heading .right {
    background-image: url('./images/panel-title-bg-right.png');
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
}
.panel-heading .middle {
    max-width: 100%;
    background-image: url('./images/panel-title-bg-middle.png');
    background-repeat: repeat-x;
    background-position: left;
}
.panel-heading .left h1 {
    position: absolute;
    top: 13px;
    margin: 0;
}
.col-lg-12, .col-lg-8, .col-lg-4 {

}
.row {
    overflow: hidden;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}

@media (max-width: 767px) {
	.alignleft,
	.alignright {
		float: none;
		/*margin: 0 0 10px 0;*/
	}
}


/* General End */

/* Container */

/* Container End */

/* Header */
.container.header-container {
    padding: 0;
}
.navbar-default {
    border: none;
}
header.main-header .social-medias img {
    height: 100%;
    max-height: 20px;
    max-width: 20px;
}
header.main-header .main-menu {
    background-color: black;
}
.main-menu .dropdown-menu {
    background-color: black;
    color: white;
}
header.main-header .main-menu a {
    color: white;
    text-decoration: none;
    font-family: Arial, sans-serif;
    text-transform: lowercase;
}
header.main-header .main-menu a:first-letter {
    text-transform: capitalize;
}
header.main-header .main-menu a:hover {
    color: #bfc0c2;
}
header.main-header .main-menu .menu-item .dropdown-menu a {
    text-transform: none;
}
header.main-header .main-menu .menu-item .dropdown-menu a:hover {
    color: black;
}
header.main-header .main-menu .dropdown-item > a {
    color: white;
    padding-left: 3px;
    padding-right: 3px;
}
header.main-header .main-menu .dropdown-item > a > .caret {
    margin-left: 0;
}
@media (max-width: 767px) {
    header.main-header .main-menu .menu-item .dropdown-menu {
        width: 100%;
        background: rgb(50, 50, 50);
    }
    header.main-header .main-menu .menu-item .dropdown-menu a {
        color: white;
    }
    header.main-header .main-menu .menu-item .dropdown-menu a:hover {
        color: #bfc0c2;
    }
    header.main-header .main-menu .dropdown-item > a {
        color: white;
        padding-left: 49%;
    }
}
@media (min-width: 768px) {
    header.main-header .navbar-brand {
        display: none;
    }
    header.main-header .main-menu {
        background-color: black;
        border: none;
        padding-left: 0;
        padding-right: 0;
    }
    header.main-header .main-menu a {
        color: white;
        padding-left: 6px;
        padding-right: 6px;
        font-size: 13px;
    }
    header.main-header .main-menu .menu-item .dropdown-menu {
        background-color: black;
        border: none;
        padding: 0;
        border-radius: 0;
    }
    .banner-inner .banner-inner-bottom {
        height: 287px;

    }
    .banner-inner .banner-inner-top {
        height: 30px;
    }
    .banner-inner .banner-inner-top .logo {
        width: 334px;
        height: 224px;
        background-image: url('./images/header/logo-bg.png');
        position: absolute;
        margin-left: 85px;
    }
    .banner-inner .banner-inner-top .logo .logo-inner {
        height: 100%;
        width: 100%;
        background-image: url('./images/header/logo.png');
        background-repeat: no-repeat;
        background-position: center;
    }

    .banner-inner .banner-inner-bottom {
        background-image: url('./images/header/header-img.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }
}
/* Header End */

/* Footer */
#inner-footer {
	font-size: 11px;
}
#inner-footer hr {
    border: none;
    height: 1px;
    background-color: #767170;
}
@media (min-width: 992px) {
	#inner-footer span:before {
		content: "| "
	}
}
@media (max-width: 991px) {
	#inner-footer span {
		white-space: pre;
	}
	#inner-footer span:before {
		content: '\A';
	}
	#inner-footer .pull-right {
		float: none !important;
	}
}
/* Footer End */

/* Homepage news */
/*.homepage .news .news-title:before {
    content: url('./images/news-icon.jpg');
    display: inline-block;
    width: 20px;
    height: 100%;
}*/
.homepage .news .news-icon {
    width: 10px;
    height: 13px;
    margin-top: 2px;
    background-image: url('./images/news-icon.jpg');
    background-repeat: no-repeat;
    background-position: top;
}
.homepage .news .news-title {
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 14px;
}
.homepage .news .news-content {
    padding-left: 20px;
}
.homepage .news .panel-body {
    padding-left: 5px;
    padding-right: 5px;
}
.homepage .news .most-recent {
    padding-left: 30px;
    padding-right: 20px;
}
.homepage .news .old-news-content {
    min-height: 130px;
}
.homepage .news .news-thumbnail-outter {
    width: 134px;
    height: 130px;
    background-image: url('./images/news-square-image-bg.png');
    padding-left: 9px;
    padding-top: 9px;
    padding-bottom: 12px;
    padding-right: 9px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.homepage .news .news-thumbnail-outter .news-thumbnail-inner {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.homepage .news .most-recent .news-thumbnail-outter {
    width: 100%;
    max-width: 335px;
    height: 174px;
    background-image: url('./images/news-main-image-bg.png');
    margin: auto;
}
@media (min-width: 768px) {
    .homepage .news .most-recent .news-thumbnail-outter {
        float: right;
        margin-right: 5%;
        margin-left: 30px;
        padding-bottom: 17px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.homepage .news .most-recent .news-thumbnail-outter .news-thumbnail-inner {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0px;
    margin-left: 5px;
}
.homepage .news .separator {
    background-color: #bebdc0;
    height: 1px;
    max-width: 100%;
    margin: 15px;
}
/* Homepage news End */

/* Homepage awards */
.awards .panel-body > .row {
    position: relative;
}
.awards h4 {
    font-size: 14px;
    font-weight: normal;
}
.awards .panel.panel-default > .panel-body {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 18px;
}
.awards .content {
    width: 50%;
    vertical-align: top;
    line-height: 14px;
}
.awards .award-image {
    vertical-align: bottom;
}
.awards td {
        padding-left: 10px;
        padding-right: 10px ;
    }
@media (min-width: 768px) {
    .awards td {
        padding-left: 30px;
        padding-right: 30px ;
    }
}
.awards {
    text-align: justify;
}
.awards .border {
    border-right: 1px solid #d0d0d3;
}
.awards .award-image img {
    width: 100%;
}
@media (min-width: 1200px) {
    .awards {
        padding-right: 20px;
    }
}
/* Homepage awards End */

/* Homepage ads */
.ads {
    text-align: right;
}
.ads img {
    width: 100%;
}
@media (max-width: 767px) {
    .ads {
        text-align: center;
    }
    .ads img {
        width: auto;
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .ads {
        padding-left: 0px;
    }
}
/* Homepage ads End */

/* Posts */
.panel.panel-default .col-thumbnail {
    margin-left: -15px;
}
.post-thumbnail img {
    max-width: 100%;
    background-image: url('./images/post-thumbnail-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 4%;
    padding-bottom: 5%;
    padding-right: 4%;
    padding-left: 7%;
}
section.post_content a img {

}
.wp-video-shortcode {
	max-width: 100%;
}
.wp-caption-text {
	padding-top: 5px;
	font-size: 11px;
}
body.page-template-page-artists-php h3 {
	margin-top: 5px;
	margin-bottom: 2px;
}
body.parent-pageid-26 section h3,
body.parent-pageid-153 section h3,
body.parent-pageid-64 section h3,
body.parent-pageid-226 section h3 {
	margin-top: 30px;
}
body.page-template-page-artists-php img.size-medium {
	margin-top: 20px;
}
section.post_content h4 {
	margin-bottom: 2px;
	margin-top: 18px;
}
img.archives {
	margin-top: 10px;
}
.tortue .wp-caption {
	margin-right: 15px;
	width: 330px !important;
	height: 130px;
}
.tortue .wp-caption img {
	float: left;
	margin-right: 10px;
	padding-bottom: 20px;
}
.tortue .wp-caption-text {
	font-size: 10px;
}
.wp-audio-shortcode.mejs-container  {
	width: 300px !important;
	max-width: 100%;
}
.wp-audio-shortcode.mejs-container  .mejs-controls div,
.wp-video .mejs-container  .mejs-controls div {
	width: 24px;
}
.wp-audio-shortcode.mejs-container .mejs-controls .mejs-time,
.wp-video  .mejs-container .mejs-controls .mejs-time {
	width: 26px;
}
.musiques .wp-caption {
	width: auto !important;
}
.arts div.wp-caption {
	height: 150px;
}
.arts-bas div.wp-caption {
	width: 150px !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
	.tortue .wp-caption {
		width: 47% !important;
		height: 120px;
	}
	#FlashID,
	#FlashID object {
		width: 100%;
	}
}

@media (max-width: 767px) {
    .post-thumbnail {
        text-align: center;
        margin-bottom: 15px;
    }
	.panel.panel-default > .panel-body  {
		padding-left: 10px;
		padding-right: 10px;
	}
	#map {
		float: none !important;
		width: 100%;
	}
	.tortue .wp-caption {
		height: auto;
		max-width: 100%;
	}
	.tortue .wp-caption img {
		float: none;
		margin-right: 0;
		padding-bottom: 0;
	}
	#FlashID,
	#FlashID object {
		width: 100%;
	}
	.arts-bas .alignleft,
	.arts .alignleft,
	.musiques .alignleft {
		float: left;
	}
}
.post-thumbnail .post-thumbnail-inner {
}
/* Posts end */

div.panel-group {
	clear: both;
}
div .panel-group .panel {
	background: transparent;
	border: none;
}
div.panel-group h4.panel-title {
	margin: 0;
	font-size: 12px;
}
div.panel-group h4.panel-title a {
	padding: 0;
}
.panel-default.panel-custom .panel-heading {
	margin: 0;
}


/* Archives */

body.archive article img.attachment-thumbnail {
	float: left;
	margin: 0 10px 10px 0;
	width: 90px;
}
body.single article a.featured img {
	margin-bottom: 20px;
}
body.single article .meta {
	font-size: 11px;
}

/* Sidebar */

h4.widgettitle {
	margin-top: 30px;
}