/*
Theme Name: NWRRC Custom Theme
Theme URI:  
Author: Stand Server Group
Author URI: https://www.standgroup.com
Description: Custom created business theme for Northwest Regional Re-Entry Center
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-menu, featured-images, footer-widgets, theme-options
Text Domain: nwrrc

This theme, like WordPress, is licensed under the GPL. Easy to customize for other developers.
*/


/*ANIMATIONS */

@-webkit-keyframes fade {
  from {opacity: .2}
  to {opacity: 1}
}


@keyframes fade {
  from {opacity: .2}
  to {opacity: 1}
}

.fade {
-webkit-animation: fade 2s ease-in-out forwards;
animation-name: fade 2s ease-in-out forwards;    
}

@-moz-keyframes scroll-left {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
 0%   { 
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%); 
 }
}


/*END ANIMATIONS */



/* Typography */

.script_font {
font-family: cursive,'script';
}

.n_blue {
    color: #669ee8;
}

.picture_orgfont-rc {
    color: #993300;
}

pre.wp-block-preformatted {
	background-color: #ffffff;
	border: none;
}

/* END Typography */



body {
	font-family: 'Roboto',sans-serif;
	font-size: 14px;
	overflow-x: hidden;
}

img {
	max-width: 100%;
}

h1, 
h2, 
h3, 
h4 {
	font-family: 'Open sans',sans-serif;
}

header {
	margin-bottom: -60px;

}

.top_main {
	background-color:#DDDDDD;
	padding-top: 20px;
    -webkit-box-shadow: 0 4px 6px #666666;
	-moz-box-shadow: 0 4px 6px #666666;
	-o-box-shadow: 0 4px 6px #666666;
	box-shadow: 0 4px 6px #666666; 

} 

.logoplace {
	background-color:#FFFFFF;
	background-image:url(css/images/2018/exterior1500x300.jpg);
	background-position:top top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:contain;	
	padding-top: 40px;
} 

.affix {
      top: 0;
      width: 100%;
      z-index: 9999 !important;
  }

/*START NAVBAR STYLES  */

.navbar-inverse .navbar-nav > li > a {
    color:#fff;
    font-weight: 400;
    font-size: 14px;
}

.navbar-inverse .navbar-nav li a.navword-rc {
    color: #eeeeee;
}

.navbar-inverse .navbar-nav li a.navword-rc:hover {
    color: #ffffff;
    font-weight: bold;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: #78828b;
    color: white;
    box-shadow: inset 0px 0px 4px #777777;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #29353c;
    color: #669ee8;
}

ul.dropdown-menu {
    background-color: black;
    color: white;
}

ul.dropdown-menu > li > a {
    color: #aaaaaa;
}

ul.dropdown-menu > li > a:hover {
    background-color: #000000;
    color: white;
}
.navbar-rc {
    background: #b5bdc8;
	background: -moz-linear-gradient(top,  #b5bdc8 0%, #828c95 15%, #28343b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5bdc8), color-stop(15%,#828c95), color-stop(100%,#28343b));
	background: -webkit-linear-gradient(top,  #b5bdc8 0%,#828c95 15%,#28343b 100%);
	background: -o-linear-gradient(top,  #b5bdc8 0%,#828c95 15%,#28343b 100%);
	background: -ms-linear-gradient(top,  #b5bdc8 0%,#828c95 15%,#28343b 100%);
	background: linear-gradient(to bottom,  #b5bdc8 0%,#828c95 15%,#28343b 100%);
    margin: 0px;
    -webkit-box-shadow: 0 4px 4px black;
	-moz-box-shadow: 0 4px 4px black;
	-o-box-shadow: 0 4px 4px black;
	box-shadow: 0 4px 4px black; 
    border-top: 1px solid #9ea7b1;
    border-left: 1px solid #6a757d;
    border-right: 1px solid #6a757d;
    border-bottom: 1px solid #000;
}

ul.dropdown-menu > li > a.CURRENT_nav_item-rc {
    font-weight: bold;
    color: #ffffff;
}

/*ADDED for navwalker 3rd level   */
ul.dropdown-menu li > ul.dropdown-menu{ left: 100%; top: 0; }

ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu{ display: block }
    /* End add  */

    /*END NAVBAR STYLES  */

/* SLIDE SHOW */
.carousel_space {
    margin-bottom: 30px;
}

.cursor_rc_ourMission:hover{
    cursor: pointer !important;
}


.exit_right {
    font-family: 'Brush Script MT', 'Brush Script Std', cursive;
    color: #669ee8;
    font-size: 2.5em;
    font-weight: bold;
}

.slideshow_titles {
    font-family: 'Georgia', 'Times New Roman', 'Trebuchet MS';
    color: #ffffff;
    font-size: 2em;
    font-weight: bold
}

.slideshow_titles_links {
    display: block;
    background: rgba(255, 255, 255, 0.40);
    font-size: 1.5em;
    color: #000000;
    margin-left: 15%;
    margin-right: 15%;
}

.slideshow_titles_links:hover {
    cursor: pointer;
    font-size: 1.7em;
    text-decoration: none;
}

/* END SLIDE SHOW */

/*TOP of PAGE STYLES */

.title-nwrrc {
    font-size: 2.5em;
    font-weight: bold;
}

.top_main {
    padding-top: 50px;
}

.top_main .introduction h1.smallerh1-rc { 
    color: #4d5860;
    line-height: 40px;
    font-size: 20px;
    font-family: 'Georgia', 'Times New Roman', 'Trebuchet MS';
    padding-bottom: 20px;
    margin-left: 2%;       
}

#breadcrumb_holder-rc {
    font-style: italic;
    font-size: .9em;
    color: #888888;
    padding-top: 10px;
    
}

.top_main .h1pages-rc { 
    color: #4d5860;
    line-height: 40px;
    font-size: 20px;
    font-family: 'Georgia', 'Times New Roman', 'Trebuchet MS';
    padding-bottom: 0px;
    margin-left: 2%;       
}

.urgent-rc {
    /*margin-bottom: 20px; */
    overflow: hidden;
    position: relative;
}

.urgent-rc p.alert_large,
li.urgent_message_widget {
    letter-spacing: 3px;
    margin-top: 20px;
    font-family: 'Lucida Console','Monaco', monospace;
    font-size: 1em;
    position: absolute;
    -moz-transform:translateX(100%);
    -webkit-transform:translateX(100%);	
    transform:translateX(100%);
    /* Apply animation to this element */	
    -moz-animation: scroll-left 15s linear infinite;
    -webkit-animation: scroll-left 15s linear infinite;
    animation: scroll-left 15s linear infinite; 
}

.urgent-rc p.alert_info {
    margin-top: 30px; 
    margin-bottom: 60px;
    font-size: 16px;
    font-weight: bold;
}

h3.urgent-message {
    letter-spacing: 3px;
    font-family: 'Lucida Console','Monaco', monospace;
    font-size: 1.5em;
}

span.donations-text {
    font-size: 1em;
    font-weight: bold;
    color: #21495e;
}


a.donations-link {
    font-size: 1em;
    text-decoration: underline;
    font-weight: bold;
    color: #21495e;
}

a.donations-link:hover {
    font-size: 1.2em;
    text-decoration: underline;
    font-weight: bold;
    color: #999999;
}

a.urgent-link:hover {
    font-size: 1.2em;
    text-decoration: underline;
    font-weight: bold;
    color: #999999;
}

a.urgent-link {
    font-size: 1.2em;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000000;
    color: #ff0000;
}

    /*END TOP of PAGE STYLES */

.main_extras {
    margin-top: 40px;
    margin-bottom: 40px;
}

.infopages-rc {
    margin: 2% 15%;
    margin-right: 20%
}

.imagefront-rc {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.btn-rc {
    background-color: #222222;
    border: 2px solid #669ee8;
    color: #aaaaaa;   
}

.btn-rc:hover {
    background-color: #777777;
    border: 2px solid #ffffff;
    color: #ffffff; 
}

.mainpages-rc {
    margin-bottom: 50px;
}

.error-main {
    margin-top: 40px;
    margin-bottom: 60px;
}

p.error_words_rc {
 font-size: 22px;   
}

/* SIDEBAR STYLES */

h2.sidebar-module-title {
    margin-left: 0;
    font-size: 2em;
    
}

.sidebar-module-list {
    list-style: none;
    margin-left: 10px;
}

/*... END SIDEBAR STYLES */

/* FOOTER STYLES */

footer {
    background-color: #dddddd;   
}

.footer-title-rc{
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Georgia', 'Times New Roman', 'Trebuchet MS';
    color: #4d5860;
    margin-left: 3px;
}

.footermain-rc{
    margin-bottom: 40px;
}

.footlink-rc {
    text-decoration: none;
    color: #669ee8;
    display: block;
    width: 50%;
}

.footlink-rc:hover {
    text-decoration: none;
    color: ##669ee8;
    font-weight: bold;
    font-size: 1.1em;
    display: block;
}

.footerbottom-rc{
    padding-top: 20px;
    padding-bottom: 10px;
    
}

.footsmallprint-rc {
    font-size: 90%;
    color:#888888;
    
}

    /* END FOOTER STYLES */

/* Theme Image Maximum Content Width */
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}


/*GLOBAL STYLE SECTION */
    

    /*END GLOBAL STYLE */

/*MEDIA QUERIES*/

@media (max-height:660px) {
	
}
	

@media (min-width:750px) and (max-width:850px) {
.logoplace {
	background-color:#FFFFFF;
	background-image:url(images/2018/exterior1500x300.png);
	background-position:top top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:contain;	
	padding-top: 30px;
}
}

@media (min-width:480px) and (max-width:749px) {
.logoplace {
	background-color:#FFFFFF;
	background-image:url(images/2018/exterior1500x300.png);
	background-position:top top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:auto;	
	padding-top: 10px;
}
    
}
    
@media (min-width:100px) and (max-width:479px) {
    
.logoplace {
	background-color:#FFFFFF;
	background-image:url(images/2018/woodsfog1500x250glow.jpg);
	background-position:top top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:auto;	
	padding-top: 10px;
    }
    
.slideshow_titles {
    font-family: 'Georgia', 'Times New Roman', 'Trebuchet MS';
    color: #ffffff;
    font-size: 1.2em;
    font-weight: bold
}

.slideshow_titles_links {
    display: block;
    background: rgba(255, 255, 255, 0.40);
    font-size: .7em;
    color: #000000;
    margin-left: 15%;
    margin-right: 15%;

}

.slideshow_titles_links:hover {
    cursor: pointer;
    font-size: .9em;
    text-decoration: none;
}
    
.urgent-rc p.alert_large {
    letter-spacing: 3px;
    font-family: 'Lucida Console','Monaco', monospace;
    font-size: .75em;
    position: absolute;
    -moz-transform:translateX(100%);
    -webkit-transform:translateX(100%);	
    transform:translateX(100%);
    /* Apply animation to this element */	
    -moz-animation: scroll-left 15s linear infinite;
    -webkit-animation: scroll-left 15s linear infinite;
    animation: scroll-left 15s linear infinite; 
}
    
    .urgent-rc text-info {
    margin-top: 15px;
    }
   
}

    /*END MEDIA QUERIES*/


