/*
Theme Name: MGP-BGD
Theme URI: http://www.bgdweb.com/
Author: BGDWEB
Author URI: http://www.bgdweb.com/
Description: The custom theme created exclusivly for the artist Mary Grandpré
Version: 1.0
*/

@import url('css/bootstrap.min.css');
@import url('font-awesome/css/font-awesome.min.css');

body,
html {
    width: 100%;
    height: 100%;
}
body.home {
    position: fixed;
}

/* --- typography -----------------------------------------------------------*/
/* --------------------------------------------------------------------------*/

body {
    font-size: 18px;
    line-height: 1.8;
    color: #313639;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif !important;
}
body {
    font-weight: 200;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600 !important;
}
a {
    color: #313639 !important;
}
a:hover {
    color: #888687 !important;
}
.fa {
    font: normal normal normal 24px/1 FontAwesome !important;
}
.fa-fw {
    width: .9em !important;
}
.callout {
    margin: 0;
    font-size: 1.2em;
    text-align: center;
    line-height: 1.9em;
}
.mouse-type, .mouse-type a {
    font-size: .75em;
    line-height: .75em;
    font-weight: 400;
    display:block;
    text-transform:uppercase;
}
.mouse-type .fa-fw {
    width: 1.1em !important;
    font-size: 1.1em !important;
    line-height: 1.1em !important;
    margin-bottom: 5px;
    color: #8a888a;
}
.post-item-footer .mouse-type{
	margin-top: 10px;
}
.mouse-title{
    font-size: .85em;
    font-weight: 600;
    line-height: .85em;
    margin: 20px 0px;
    text-transform: uppercase;
}
h1.entry-title {
	margin-bottom: 60px;
}
.h2, h2 {
    font-weight: 400 !important;
    font-size: 19px;
    text-transform: uppercase;
    margin: 0px 0px 40px 0px;
}
.h3, h3 {
    font-size: 19px;
    text-transform: uppercase;
    text-align: center;
}
.h4, h4 {
    text-align: center;
    font-size: 1em;
    font-weight: 200 !important;
    line-height: 1.65em;
    margin: 40px auto;
    width:70%;
}

/* --- navigation -----------------------------------------------------------*/
/* --------------------------------------------------------------------------*/

.navbar-nav > li > a {
    font-weight: 400 !important;
}
body.home .navbar-right {
    margin-top: 28px !important;
}
.navbar-right {
    margin-top: 40px !important;
}
.navbar-default {
  background-color: #fff;
}
.navbar {
  min-height: 150px !important;
  margin-bottom: none !important;
  border: none !important;
}
.navbar-brand {
    padding: 0px !important;
    font-size: 29px !important;
    line-height: 29px !important;
    margin-top: 56px;
}
.navbar-brand {
    margin-top: 56px;
}
body.home .navbar-brand {
    margin-top: 35px;
}
/* may need to be "fixed" instead of absolute on honme page */
.navbar-fixed-top {
    position: absolute;
}
.navbar-fixed-top .navbar-collapse {
    max-height: 60px !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #888687 !important;
    background-color: #fff;
}
.navbar-collapse {
    background-color: #ffffff;
    text-align: center;
    padding: 0;
    margin:0;
}
.navbar-collapse li {
    border-top: 2px solid #666666;
    margin:0;
    padding: 0;
}
.navbar-collapse ul {
    margin:0;
    padding: 0;
}
.navbar-collapse ul > :first-child {
    border-top:0;
}
.navbar-nav > li > a {
    padding-top: 15px !important;
    padding-bottom: 15px !important; 
    line-height: 20px;
}
.dropdown-menu {
    text-align: center;
    background-color: #888687 !important;
    font-size: 19px;
    padding: 0px !important;
    margin: 0px !important; 
    line-height: 20px !important;
    font-weight: 400 !important;
}
.dropdown-menu li {
    background-color: #888687;
    border-top: 2px solid #ffffff;
    margin:0;
    padding: 0 10%;
}
.dropdown-menu ul > :first-child {
    border-top:0;
}
.dropdown-menu > li > a:hover {
    color:#000000 !important;
}
a.dropdown-toggle {
    background-color: #ffffff !important;
}
.navbar-nav li:last-child a {
        padding-right: 0 !important;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a {
color: #313639 !important;
background-color: #888687;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
color: #fff;
background-color: #888687;
}
.dropdown-menu {
min-width: 180px !important;}

.dropdown-menu > li > a {
    padding: 3px 15px !important;}

/* --- home page ------------------------------------------------------------*/
/* --------------------------------------------------------------------------*/

.bg {
    position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
.bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

/* --- header ---------------------------------------------------------------*/
/* --------------------------------------------------------------------------*/

.athome{
  min-height: 0px !important;
  margin-bottom: none !important;
  border: none !important;
}

/* --- slide-outs -----------------------------------------------------------*/
/* --------------------------------------------------------------------------*/

#top-drop {
    height: 100px;
    width: 100%;
    z-index: 2;
    left:0;
    background-color: transparent;
}
.top-box-up{
    visibility: visible !important;
    top:-100px;
        -webkit-transition: visibility 0s linear 0.4s, opacity .3s linear, top .3s ease-out;
        -moz-transition: visibility 0s linear 0.4s, opacity .3s linear, top .3s ease-out;
        -ms-transition: visibility 0s linear 0.4s, opacity .3s linear, top .3s ease-out;
            transition: visibility 0s linear 0.4s, opacity .3s linear, top .3s ease-out;
}
.top-box-down{
    visibility: visible !important;
    top: 0px;
        -webkit-transition: visibility 0s linear 0.4s, opacity .3s linear, top .3s ease-out;
        -moz-transition: visibility 0s linear 0.4s, opacity .3s linear, top .3s ease-out;
        -ms-transition: visibility 0s linear 0.4s, opacity .3s linear, top .3s ease-out;
            transition: visibility 0s linear 0.4s, opacity .3s linear, top .3s ease-out;
}
.pop-footer {
    display: none;
    height: 500px;
    position:absolute;
    width: 100%;
    z-index: 2;
    left:0;
    background-color:#fff;
        -webkit-box-shadow: 0px 10px 79px 48px rgba(0,0,0,0.6);
        -moz-box-shadow: 0px 10px 79px 48px rgba(0,0,0,0.6);
        box-shadow: 0px 10px 79px 48px rgba(0,0,0,0.6);
}
.pop-footer-up{
    display: block !important;
    bottom:0px;
        -webkit-transition: visibility 0s linear 0.4s, opacity .3s linear, bottom .5s ease-out;
        -moz-transition: visibility 0s linear 0.4s, opacity .3s linear, bottom .5s ease-out;
        -ms-transition: visibility 0s linear 0.4s, opacity .3s linear, bottom .5s ease-out;
            transition: visibility 0s linear 0.4s, opacity .3s linear, bottom .5s ease-out;
}
.pop-footer-down{
    display: block !important;
    bottom: -500px;
        -webkit-transition: visibility 0s linear 0.4s, opacity .3s linear, bottom .5s ease-out;
        -moz-transition: visibility 0s linear 0.4s, opacity .3s linear, bottom .5s ease-out;
        -ms-transition: visibility 0s linear 0.4s, opacity .3s linear, bottom .5s ease-out;
            transition: visibility 0s linear 0.4s, opacity .3s linear, bottom .5s ease-out;
}

/* --- layout objects -------------------------------------------------------*/
/* --------------------------------------------------------------------------*/

img.alignnone {
    width:100%;
    height:auto;
    display:block;
    overflow:hidden;
}
hr {
	margin-top: 40px;
	margin-bottom: 50px;
	border-top: 1px solid #333;
}
.nudge-centered {
    width: 96%;
    margin: 0px auto;
}
.logo-inside {
    display: block;
    margin-top: 30px;
    float: left;
}
.hold-both {
    margin-top: 150px;
    padding: 60px 0px;
}
.line-bottom {
    border-bottom: solid 1px;
}
.content-left, .content-right {
    display: block;
    float:left;
    height: auto;
    overflow: hidden;
}
.content-left {
    padding-right: 60px;
}
.topnav {
    font-size: 19px;
    text-transform: uppercase;
}
.lead {
    font-size: 18px;
    font-weight: 400;
}
.float-logo {
    position: relative;
    background: url(images/mgp-float-logo.png);
    margin: 50px 0px 50px 50px;
    height: 210px;
    width: 110px;
}
.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}
.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}
.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}
.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.section-heading {
    margin-bottom: 30px;
}
.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}
.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}
.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}
.banner ul {
    margin-bottom: 0;
}
.banner-social-buttons {
    float: right;
    margin-top: 0 !important;
    margin-bottom: 26px;
    display: block;
    text-align: right;
    width: 50%;
}
.no-pad-left {
  margin-left: 0;
}
.no-pad-left > [class^="col-"],
.no-pad-left > [class*=" col-"] {
  padding-left: 0;
}
.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.box-divider {
    border-left: 1px solid;
}
.clearfloats {
    clear:both;
}
.gallery-item {
    width: 33.333% !important;
}
.gallery-item img {
    border: none !important;
    -webkit-box-shadow: 7px 7px 20px 0px rgba(50, 50, 50, 0.55);
    -moz-box-shadow:    7px 7px 20px 0px rgba(50, 50, 50, 0.55);
    box-shadow:         7px 7px 20px 0px rgba(50, 50, 50, 0.55);
    height: auto;
	width: 74%;
	margin: 8% 1.3333%;
}

/* post items ----------------------------------------------------- */
/*------------------------------------------------------------- */
#postitem .content h2 {
    margin-bottom: 10px;
}
#postitem {
    display:block;
    height:auto;
    margin-bottom: 48px;
    min-height:220px;
    overflow:hidden;
}
#postitem .content {
    line-height: 1.5;
}
#postitem .content p {
    display: inline;
    border: 0;
}
body.news .content {
    float: left;
    display: inline-block;
    overflow: hidden;
    width: 65%;
}
body.news .attachment-thumbnail {
    height: 200px;
    width:auto;
    float: left;
    margin: 0px 18px 20px 0;
}
body.news #postitem {
    margin-bottom: 40px;
}
.readmore {
	padding: 2px 10px;
	font-size: 10px;
    background-color: #595959;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 300;
    margin-left: 5px;
	letter-spacing: 1.1px;
    top: -3px;
	position: relative;
}
.readmore a{
	color:#fff !important;
}

/* --- sidebar --------------------------------------------------------------*/
/* --------------------------------------------------------------------------*/

.section-line-divider {
    width: 100%;
    border-top: 1px solid #000;
    display: block;
    margin: 60px 0px 20px 0px;
}

.content-right.col-sm-4 h4 {
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 7px;
    padding: 0 0 10px;
    margin: 0;
    font-weight: 400 !important;
}
.content-right.col-sm-4 p {
    line-height: 1.5;
}

/*----------------------------------------------------- contact */
/*------------------------------------------------------------- */

.wpcf7 input[type="text"], .wpcf7 input[type="email"]  {
    width: 100%;
    border: 1px solid;
    padding: 0 0 .4em .5em;
}
.wpcf7 textarea.wpcf7-textarea, #mce-EMAIL { 
    width:100%;
    border: 1px solid;
    padding: 0 0 0 .5em;
}

.wpcf7-submit, #mc-embedded-subscribe {
    padding: .5em 1em;
    text-transform: uppercase;
    font-size: .8em;
    line-height: .8em;
}

.wpcf7 input[type="submit"], #mc-embedded-subscribe {
    background-color: #313639;
    	-webkit-border-radius: 4px;
		border-radius: 4px;
    color: white;
    border: 0;

}
div.wpcf7-mail-sent-ok {
    border-bottom: 2px solid #398f14;
    font-size: 25px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

/* --- footer ---------------------------------------------------------------*/
/* --------------------------------------------------------------------------*/

footer {
    padding: 50px 0;
}
body.home footer .container {
    border-top: solid 0px;
}
footer .container {
    border-top: solid 1px;
    padding-top: 50px;
}
p.copyright, .copyright a {
    margin: 11px 0 0;
    text-transform: uppercase;
    font-size: .75em;
    font-weight: 400;
}
.footer-list ul{
    padding: 0px;
}
.footer-list ul li{
    display: inline;
}
.footer-right {
  height: 115px;
  text-align: right;
}
.pushtobottom {
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
  width: 10px;
}
.right-content {
  display: inline-block;
}
.menu-footer-menu-container {
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: .8em;
}
body.home .menu-footer-menu-container {
    margin-top: 60px;
}
.menu-footer-menu-container ul li a{
    color: #313639;
}
.menu-footer-menu-container ul li a:hover{
    color: #888687;
}
.menu-footer-menu-container ul{
    list-style-type: none;
    padding-left: 0px;
}
.menu-footer-menu-container li{
    display:inline;
    font-size: 1.3em;
    font-weight: 400;
    margin-right:20px;
    text-transform: uppercase;
}
.post-item-footer {
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 10px;
    width: 31%;
}
.post-item-footer img {
    width: 100%;
    height: auto;
    display: block;
}
.footer-box80 {
    display: block;
    float: left;
    overflow: hidden;
    padding: 0 3%;
    width: 50%;
}

/* --- gallery carousel -----------------------------------------------------*/
/* --------------------------------------------------------------------------*/

.jp-carousel-photo-info:after {
    content: "© 2017 MARY GRANDPRÉ ALL RIGHTS RESERVED";
    color: #fff;
    font-size: .7em;
}
.jp-carousel-left-column-wrapper {
    margin-top: -100px !important;
    position: relative !important;
    left: 25% !important;
    width: 50% !important;
    display:none;
}
textarea#jp-carousel-comment-form-comment-field, {
    display:none;
}
.jp-carousel-image-meta {
    display: none;
}
.jp-carousel-overlay {
    background: #313639 !important;
}
.jp-carousel-close-hint span {
    cursor: pointer;
    background-color: transparent;
    background-color: rgba(0,0,0,0);
    height: 22px;
    font: 200 60px/1 "Raleway", sans-serif !important;
    line-height: 1em;
    margin: 0 40px 0 0;
    width: 30px;
    float: right;
}
.jp-carousel-close-hint span:after {
  clear: both;
}
.jp-carousel-close-hint {
    color: #fff !important;
    width: 100% !important;
}
.jp-carousel-close-hint:hover {
    color: #555 !important;
}
.jp-carousel-previous-button {color: #fff !important;}
.jp-carousel-previous-button:hover {color: #555 !important;}
.jp-carousel-next-button {color: #fff !important;}
.jp-carousel-next-button:hover {color: #555 !important;}

.jp-carousel-next-button span, .jp-carousel-previous-button span {
    opacity: .8 !important;
}
.jp-carousel-next-button span:hover, .jp-carousel-previous-button span:hover {
    opacity: .2 !important;
}

/* --- responsive breaks ----------------------------------------------------*/
/* --------------------------------------------------------------------------*/

.dropdown-menu li {
    text-align: left !important;
}

@media (min-width: 1330px) {
  .container {
    width: 1300px;
  }
}
@media(max-width:1199px) {
    ul.banner-social-buttons {
       /* float: left; */
        margin-top: 15px;
    }
    .nav > li > a {
        padding: 10px 10px;
    }
        .footer-right {
        height: 20px;
        text-align: left;
        padding: 0px;
    }
}
@media(max-width:992px) {
    .navbar-nav {
        font-size: 18px;
    }
    .nav > li > a {
    padding: 10px 8px;
    }
}


@media(min-width:767px) {
    .dropdown-menu li {
        padding: 0;
        background-color: #ffffff !important;
        color: #313639 !important;
    }
    .dropdown-menu li a {
        background-color: #ffffff !important;
        color: #313639 !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important; 
        line-height: 20px;
    }
    .dropdown-menu li a:hover {
        color: #888687 !important;
    }
    .navbar-collapse li {
        border:none;
    }
    #top-drop {
    position: absolute;
    visibility: hidden;
    background-color:#fff;
    -webkit-box-shadow: 0px 10px 79px 48px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 10px 79px 48px rgba(0,0,0,0.6);
    box-shadow: 0px 10px 79px 48px rgba(0,0,0,0.6);
    }

}

@media(max-width:767px) {

    .dropdown-menu > li > a {
    padding-top: 15px !important;
    padding-bottom: 15px !important; 
    line-height: 20px;
    color: #ffffff !important;
    }
    .intro-message {
        padding-bottom: 15%;
    }
    .intro-message > h1 {
        font-size: 3em;
    }
    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }
    .intro-divider {
        width: 100%;
    }
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }
    .navbar-fixed-top .navbar-collapse {
    	max-height: 600px !important;
    } 
    .logo-inside {
        float: left;
        margin: 30px auto;
    }
    ul.banner-social-buttons {
        display: none;
    }
    body.home .navbar-toggle {
        margin-top: 11px !important;
    }
    .navbar-toggle {
    margin-top: 26px !important;
    }
    .navbar-header {
        margin-top: 25px !important;
    }
    .navbar-brand {
    margin-top: 31px;
    margin-left: 15px !important;
    }
    body.home .navbar-brand {
    margin-top: 11px;
    }
    .dropdown-menu li {
    text-align: center !important;
    }
    .navbar-default {
        background-color: transparent;
    }
    a.navbar-brand.topnav {
        display: none;
    }

    /* --- moves MP logo down ------------
    .navbar-fixed-top {
    position: relative;
    }
    ----------------------------------------*/
}

@media(max-width:504px) {
    a.navbar-brand {
        font-size: 1.2em !important;
    }
    .logo-inside img {
        width: 30px;
        height: auto;
    }
    .navbar-toggle {
        margin-right: 0 !important;
    }
    .logo-inside {
        padding-left: 0 !important;
    }
    .navbar-brand {
        float: none;
    }
    
}
