/*
Theme Name: MicaGrange
Version: 1.0
Description: A child theme of Customizr Pro
Template: customizr-pro
Author: Diana Johns
*/
/* Your awesome customization starts here */

/***********************************************************************/
/*  Each page has to have a slider set for it, so the slider can
/*  work as the header image.  For reasons unclear, a background
/*  header image doesn't scale well, but sliders do.
*/

#tc-page-wrap {
    background-color: #fff7eb;     /*  A very light off-white  */
}

/*  Very top stripe  */
#tc-page-wrap > header {
    border-color: bisque;
    margin-bottom: 0;
}

#tc-reset-margin-top {
    margin-top: 236px ! important;
}

.carousel {
    margin-left: auto;
    margin-right: auto;
}

.carousel-caption {
    background: transparent;
    padding-left: 0;
    padding-top: 30px;
    margin-top: 1%;
}

/**************************************************************************/
/*  Top sticky buttons, for login-logout & registration                   */
/**************************************************************************/
.btn-top-sticky {
    position: fixed;
    top: 36px;
    z-index: 200;
    margin-left: 10px;
    background: antiquewhite !important;
    padding: 3px 14px;
    border-radius: 5px;
}
#btn-loginout {
    right: 30px;
    border: solid gray 2px !important;
}
#btn-register {
       right: 130px;
}

/**************************************************************************/
/*  The sticky "Contact us!" button, defined in header.php                */
/*  style the floating button and rotate it 90 degrees counterclockwise   */
/*  https://premium.wpmudev.org/forums/topic/how-to-add-a-sidefloating-contact-button-to-wordpress-site  */
/**************************************************************************/

/*  Floating right-side contact button  */
#floatingbtn a  {
    font-family: Arial;
    font-weight: 500;
    color: white ! important;
    font-size: 16px;
    line-height: 20px ! important;
    text-decoration: none ! important;
}

.side-btn {
        position: fixed;
        right: 14px;
        top: 400px;

        border-color: #5a5a5a !important;
        width: 130px;
        text-align: center;
        padding: 3px 0;
        z-index:9999;
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        margin: 0!important;
        /*  rounded bottom corners  */
        border-radius: 0px 0px 25px 25px;
        -webkit-border-radius: 0px 0px 25px 25px;
        border: 2px solid #5a5a5a;
        transform-origin: right;
}

.side-btn:hover {
        transform: rotate(90deg) scale(1.1) ! important;
        transition: all .2s ease-in-out ! important;
        /*  Don't try to "pulse" on hover, screws up button orientation  */
}

/*  Reddish color for registration & contact buttons  */
#floatingbtn, #btn-register {
        background: #d19b30 ! important;
        background-image: linear-gradient( to top, #af6419, #731100 ) ! important;
}

/* Reverse color gradient for hover  */
#floatingbtn:hover  #btn-register:hover {
        background: #731100 ! important;
        background-image: linear-gradient( to top, #731100, #af6419 ) ! important;
}

/**************************************************************************/
/*  Default buttons.
/**************************************************************************/

.caldera-grid .btn-default,
.btn-default {
    border: 2px solid #5a5a5a ! important;
    border-radius: 5px ! important;
    background: linear-gradient(0deg, rgba(41,41,108,1) 0%, rgba(68,112,183,1) 50%, rgba(42,87,158,1) 100%);
    color: white ! important;
    font-size: 18px;
    text-shadow: none;
    box-shadow: none;
    padding: 0 12px ! important;
    line-height: 25px;
    font-weight: 500 !important;
}

.caldera-grid .btn-default:hover,
.btn-default:hover {
    background: #e8d635 ! important;
    background-image: linear-gradient( to top, #d19b30, #e8d635 ) ! important;
    border-color: #5a5a5a !important;
    color: #4c4c4c ! important;
    font-weight: 500 !important;
    animation: pulse 0.5s;         /*  Pulse on hover  */
}

.btn-default a {
    text-shadow: none ! important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px ! important;
    font-weight: 600 ! important;
}

.btn-default a:hover {
    text-decoration: none;
} 

/********************************************************/
/*  Buttons pulse animation
/********************************************************/
@-webkit-keyframes pulse {
        0% { -webkit-transform: scale(1); }
        50% { -webkit-transform: scale(1.1); }
        100% { -webkit-transform: scale(1); }
}
@keyframes pulse {
        0% { transform: scale(1); }
        50% { transform: scale(1.1); }
        100% { transform: scale(1); }
}

/*  Caldera forms - for the contact form  */
.caldera-grid h2 {
    font-size: 2em !important;
}
.caldera-grid h3 {
    font-size: 1.6em !important;
}
.caldera-grid label,
#fld_4618554_1-wrap > div {
    font-size: 16px !important;
    font-weight: 600;
}


#customizr-slider-1 {
    position: sticky;
    top: 0;
}

/*  Caldera forms - Hall Use request form  */
#page-206 .entry-content {
   max-width: 540px !important;
   margin-top: 0 !important;
}

/*  Show cursor for hall use pop-up  */
.hall-use-policy {
    cursor: pointer;
}

/*  Border & padding around hall pop-up */
#page-206 #caldera_form_1 {
    padding-left: 15px;
    padding-top: 8px;
    border: 2px solid #222666;
}

/*  Remove the site title & tagline in the customizer */
/*  We'll use title in the slide-title, looks better.  */
.slide-title {
    line-height: 26px ! important;
    padding-top: 5%;
}

.site-logo {
    position: absolute;
    width: 80px;
    height: 88px;
    top: 20%;
    left: 3%;
}

/* Where the title ordinarily would go, now just empty space below the slide banner.  */
#tc-page-wrap > header > div.brand.span3.pull-left,
.row-fluid .span3 {
    min-height: 1px;
    height: 1px ! important;
    background-color: bisque;
    margin: 0;
}

/*  More empty space  */
#tc-page-wrap > header > div.brand.span3.pull-left > h1 {
    margin-top: 0;
}

.customizer-slide .winter {
  background-image: url('../uploads/Mica-winter.jpg');
  background-position: top center;
}

.customizer-slide  .spring {
  background-image: url('../uploads/Mica-spring.jpg');
  background-position: top center;
}

.customizer-slide  .summer {
  background-image: url('../uploads/Mica-summer.jpg');
  background-position: top center;
}

.customizer-slide  .fall {
  background-image: url('../uploads/Mica-fall.jpg');
  background-position: top center;
}


/*  Don't display social icons in the nav menu  */
#tc-page-wrap > header .social-block.span5 {
    display: none;
}

.navbar-wrapper {
    margin: 0;
}

.sticky-enabled .tc-header .navbar .navbar-inner {
    margin: 0;
}

/*  Center menu contents vertically within wrapper  */
#tc-page-wrap > header > div.navbar-wrapper.clearfix.span9.tc-submenu-fade.tc-submenu-move.tc-open-on-hover.pull-menu-left > div > div {
    display: flex;
    align-items: center;
}

/*  Full width menu bar  */
#tc-page-wrap > header > div.navbar-wrapper.clearfix.span9.tc-submenu-fade.tc-submenu-move.tc-open-on-hover.pull-menu-left {
    margin-left: 0 ! important;
}

.pull-menu-left .nav-collapse {
    float: none;
}

/*  Nav menu color & shading  */
.row-fluid .span9 {
    width: 100%;
    background-color: antiquewhite;
    background: linear-gradient(0deg, rgba(255,224,203,1) 0%, rgba(243,247,211,1) 50%, rgba(255,228,196,1) 100%);
    line-height: 16px;
    text-shadow: 0 1px 0 #FFFFFF;
}

.tc-header {
    border-bottom: 1px solid #e9eaee;
}

/* Disable the hamburger menu for screen widths > 767px */
/* START OF Change 3-bar menu to Inline on responsive viewports */
/* ----------------------------------------------*/
/* Navigation without 3-bar
/* ----------------------------------------------*/
.navbar .navbar-inner {
    max-width: 1200px;
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    margin: 0;
}

/*  Make size of the menu items a little bigger.  */
.sticky-enabled .tc-header .navbar .nav>li>a,
.navbar .nav>li>a {
    font-size: 18px;
    color: #29296C;
}

/*  Make size of the menu items a little bigger.  */
.sticky-enabled .tc-header .navbar .nav>li>a:hover,
.navbar .nav>li>a:hover {
    color: #A0522D;
}

@media (max-width: 979px) {
  #tc-page-wrap > header > div.brand.span3.pull-left > a {
      display: none;
  }

}  /*  End of @media (max-width: 979px) */

.sticky-enabled .tc-header .nav-collapse.collapse {
    clear: none;
}
/* END OF Change 3-bar menu to Inline on responsive viewports */

/* Main content area */
#main-wrapper {
    margin-top: 60px;
    margin-left: 20px;
}

.entry-content {
    margin-top: 20px;
    max-width: 1000px;
    margin-left: inherit;
    margin-right: inherit;
}

/*  Make background of post images same as page background.  */
.round-div {
   border: 104px solid #fff7eb;
}

#tc-page-wrap {
    background: #fff7eb;
}

@media (max-width: 979px) {
    .span9.article-container .round-div {
        border-color : #fff7eb ! important;
    }
}

/*  Set footer color  */
footer#footer {
    border-top: 10px solid bisque ! important;
}

footer#footer .colophon {
    background-color: bisque ! important;
}

/*  Don't display the page name, but only on a page-by-page basis,   */
.entry-title
{
    display: none;
}

.btn-mini {
    display: none;
}

.entry-content p {
    font-size: 18px;
    color: #010210;
}

.entry-content h3 {
	font-size: 20px;
	font-weight: bold;
	color: #2a2f9e;
}

/**************************************************************************/
/*  Sidebar widgets.
/**************************************************************************/
.left.tc-sidebar {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 40px;
    width: 260px;
}

/*  Style widgets  */
.widget {
    margin-top: 10px;
    margin-left: 10px;
}

/*  Style the widget titles  */
h3.widget-title {
    text-align: center;
    margin-bottom: 4px;
    color: #2a579e;
    font-size: 22px;
    font-weight: 600;
}

/*  No line between widgets  */
.tc-sidebar .widget li {
    border-bottom: 0;
}

/*  Main content area */
.featurette-divider {
    margin: 0;
}

hr {
    margin-top: 20px ! important;
    border: 0;
}

/**************************************************************************/
/*  Main content area.  */
/**************************************************************************/
.container {
    width: 100%;
}

article {
    margin-left: auto;
    margin-right: auto;
}



/**************************************************************************/
/*  Link colors, except for the nav bar links.
/**************************************************************************/
a {
/*    color: #425e8c;      */
    color: #446699;
    text-decoration: none;
    font-weight: bold;
}
a:visited {
    color: #6a8090;
   /* color: #006664;*/
}
a:hover,
a:focus {
    /* color: #00ccc9;*/
    color: #FA765F;
    text-decoration: underline;
}

/*  Define hanging indent class */
.hangingindent {
    display: inline-block;    /* won't work without this  */
    padding-left: 22px;
    text-indent: -22px;
}

/* The hall slider */
#hall-slider {
    margin-top: -260px;
    max-width: 800px;
}

/**************************************************************************/
/*  Set featured image size on single posts.
/**************************************************************************/
.single .single-featured-image-header {
    max-width: 300px;
    margin: auto;
}
