/*
 Theme Name:   Fuel Junior
 Theme URI:    http://fuelmedical.com/
 Description:  Fuel Child Theme
 Author:       Fuel Medical 
 Author URI:   http://fuelmedical.com/
 Template:     fuel
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         fuel
 Text Domain:  fuel-junior
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Structure
2.0 Header
    2.1 Accordian Slider
3.0 Navigation
4.0 Typography
4.1 Fonts
5.0 Home Page
6.0 Secondary Page
6.1 Sidebar
7.0 Footer
--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 structure
--------------------------------------------------------------*/
#page {  max-width: 100%; }
.centered { width: 960px; }
.clear { clear: both; }
ol li { margin: 10px 0; }

/*--------------------------------------------------------------
2.0 Header
--------------------------------------------------------------*/
#masthead { 
    background: url(images/header-bg.jpg);
    overflow: hidden;
}
.home .site-branding {
    border-bottom: 2px solid #912128;
}
.site-branding {
    padding: 20px 0;
}
.logo {
  float: left;
  margin-right: 100px;
}
.site-branding .phone {
    color: #912128;
    font-size: 30px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 24px;
    padding-top: 5px;
    transition: all 0.4s ease-in-out;
}
.site-branding .phone:hover { color: #fff; font-weight: bold }
.site-branding .socials {
    float: right;
    font-size: 48px;
    margin: 0 10px 0 0;
}
.site-branding .socials i { 
    margin: 0 -3px;
    position: relative;
    position: relative;
    top: 0; 
    transition: all 0.4s ease-in-out;
}
.site-branding .socials i:hover {
    background: transparent;
    top: -5px;
}
.site-branding .socials i:hover::after {
    background: transparent;
}
.fa-facebook-square { color: #3b5998; }
.fa-twitter-square { color: #00b6f1; }
.fa-google-plus-square { color: #df4a32;}
.site-branding .socials i:before {
    position: relative;
    top: -2px;
    z-index: 1;
}
.site-branding .socials i:after {
    content: "";
    background: #FFF;    
    display: block;
    height: 37px;    
    width: 35px;
    border-radius: 10px;    
    position: absolute;    
    top: 4px;
    left: 4px;
    z-index: 0;
    transition: all 0.4s ease-in-out;
}
#cta {
    height: 70px;
    white-space: nowrap;
}
#cta div {
    display: inline-block;
    font-size: 23px;
    line-height: 70px;
    margin-right: -5px;
    white-space: normal;
    position: relative;
    transition: all 0.4s ease-in-out;
}
#cta a {
    color:  #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
}
#cta a:focus {
    outline: -webkit-focus-ring-color auto 1px;
}
.cta-1 {
    width: 38%;
    padding-right: 1%;
    text-align: right;
    background: #DD7442;
    background: rgba(221, 116, 66, 0.5);
    margin-right: 33px !important;
}
.cta-1 i { 
    font-size: 45px;
    line-height: normal;
    position: relative;
    top: 7px;
}
.cta-1:after {
    content: "";
    width: 0;    height: 0;    
    border-top: 35px solid rgba(0, 0, 0, 0);   
    border-bottom: 35px solid rgba(0, 0, 0, 0);      
    border-left: 35px solid rgba(221, 116, 66, 0.5);
    position: absolute;
    top: 0;
    right: -35px;
}
.cta-1:hover {
    width: 40%; 
    padding-right: 3%;
}
.cta-2 {
    width: 20%;
    text-align: center;
    background: #912128;
    background: rgba(145, 33, 40, 0.7);
}
.cta-2 i { margin-right: 20px; }
.cta-2:before {
    content: "";
    float: left;
    position: absolute;
    left: -40px;
        /* IE FALL BACK */
        border-top: 35px solid #912128;  
        border-bottom: 35px solid #912128;  
        border-right: 5px solid #912128;
        border-left: 35px solid #912128;
        /* END OF IE RGBA SUPPORT */
    border-top: 35px solid rgba(145, 33, 40, 0.7);  
    border-bottom: 35px solid rgba(145, 33, 40, 0.7);  
    border-right: 5px solid rgba(145, 33, 40, 0.7);
    border-left: 35px solid rgba(145, 33, 40, 0.7);
}
.cta-2:before {
  border-left-color: rgba(255, 0, 0, 0);
}
.cta-3 {
    width: 100%;
    text-align: left;
    background: #912128;
    background: rgba(145, 33, 40, 0.7);
}
.cta-3 i { 
    font-size: 30px;
    line-height: normal;
}
.cta-2 i,
.cta-3 i {
    color: #DD7442;
    color: rgba(221, 116, 66, 0.9);
}
.cta-2 a:hover,
.cta-3 a:hover {
    color: #DD7442;
    color: rgba(221, 116, 66, 0.9) !important;
}

/*--------------------------------------------------------------
2.1 Accordian Slider
--------------------------------------------------------------*/
#accordian-slider {
	width: 960px; 
	height: 536px;
	  margin: 0 auto 50px;
	position: relative;
	overflow: hidden;
	background: #7A2719;
	clear: both;
}
#accordian-slider ul {
	margin: 0;
  	padding: 0;
  	white-space: nowrap;
}
#accordian-slider li {
	width: 25%;
	height: 536px;
	display: inline-block;
  	white-space: normal;
  	margin: 0 -4px 0 0;
  	border-right: 1px solid #7a2719;
    position: relative;
    overflow: hidden;
}
.ie-version-7 #accordian-slider li { float: left; }
#accordian-slider a {
	display: block;
	width: 100%;
	height: 100%
}
#accordian-slider a:focus span {
    outline: -webkit-focus-ring-color auto 1px;
}
.accordian-title {
    position: absolute;
    bottom: 70px;
    background: #dd7442;
    background: rgba(221, 116, 66, 0.9);
    color: #fff;
    width: 193px;
    height: 70px;
    line-height: normal;
    text-align: center;
    padding-top: 25px;
    font-size: 20px;
    transition: all 0.4s ease-in-out;
}
.accordian-title:after {
    content: '\e807';
    font-family: "hnb";
    position: absolute;
    right: -27px;
    font-size: 68px;
    top: 0;
    color: rgba(221, 116, 66, 0.9);
}
#accordian-slider li:hover .accordian-title { background: rgba(221, 116, 66, 0.6); }
#accordian-slider li:hover .accordian-title:after { color: rgba(221, 116, 66, 0.6); }

/*--------------------------------------------------------------
3.0 Navigation
--------------------------------------------------------------*/
#site-navigation {
    margin: 10px 0 30px 0;
    transition: all 0.4s ease-in-out;
}
#site-navigation .menu > li {
    margin: 0 10px;
}

.main-navigation ul ul {
    left: auto;
    display: none;
}

#site-navigation li.active > .sub-menu,
#secondary li.active > .sub-menu {
    display: block !important;
    opacity: 1 !important;
}

.sub-menu {
    padding-top: 20px;
    position: relative;
    top: 30px !important;
}
.sub-menu:before {
    content: "";
    width: 0;    
    height: 0;    
    border-left: 15px solid rgba(0, 0, 0, 0);   
    border-right: 15px solid rgba(0, 0, 0, 0);      
    border-bottom: 20px solid #FFF;
    position: absolute;
    top: 3px;
    left: 30px;
}
#site-navigation .sub-menu a {
    width: 290px;
    padding: 0 5px;
    background: #fff;
} 
#site-navigation .sub-menu a {
    color: #377ca0;
} 
#site-navigation a:hover,
#site-navigation a:focus { 
    font-weight: bold;
    color: #377ca0;
}
#site-navigation a {
    color: #912128;
    font-size: 22px;
}

a:visited { color: #377CA0; }
a:hover { color: #DD7442; }
a:focus { color: #912128; }

/*--------------------------------------------------------------
4.0 Typography
--------------------------------------------------------------*/
.red {
    color: #912128;
    font-size: 25px;
    font-weight: bold;
}
blockquote {
    color: #377CA0;
    font-size: 1.7em;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 0 5%;
    margin-bottom: 1.5em;
    font-style: italic;
    left: 45%;
    max-width: 80%;
}
blockquote p {
    margin: 0;
}
.fontello {
    font-family: "hnb";    
    font-style: normal;    
    font-weight: normal;    
    speak: none;    
    display: inline-block;    
    text-decoration: inherit;    
    width: 1em;    
    margin-right: .2em;    
    text-align: center;    
    font-variant: normal;    
    text-transform: none;    
    line-height: 1em;    
    margin-left: .2em;    
    position: absolute;
    top: 10px;
}
.fontello-right {
    right: -30%;
}
.fontello-left {
    left: -30%;
}
h2 {
    color: #377CA0;    
    font-size: 1.2em;    
    font-weight: bold;            
}

/*--------------------------------------------------------------
4.1 Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: 'hnb';
  src: url('fonts/hnb.eot?2910997');
  src: url('fonts/hnb.eot?2910997#iefix') format('embedded-opentype'),
       url('fonts/hnb.woff?2910997') format('woff'),
       url('fonts/hnb.ttf?2910997') format('truetype'),
       url('fonts/hnb.svg?2910997#hnb') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 [class^="hnb-"]:before, [class*=" hnb-"]:before {
  font-family: "hnb";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
 
.hnb-swirl-rleft:before { content: '\e800'; } 
.hnb-swirl-up:before { content: '\e801'; } 
.hnb-swirl-bottom2:before { content: '\e802'; } 
.hnb-mobile:before { content: '\e803'; } 
.hnb-open-folder:before { content: '\e804'; } 
.hnb-path-to-recovery:before { content: '\e805'; } 
.hnb-swirl-down:before { content: '\e806'; } 
.hnb-swirl-right:before { content: '\e807'; } 

/*--------------------------------------------------------------
5.0 Home Page
--------------------------------------------------------------*/
.home #content {
    width: 100% !important;
    margin: 0;
}
.home .site-main {
    margin: 0;
}
.home-swirl1, .home-swirl2 {
    color: #377ca0;
    text-align: center;
    display: block;
    font-size: 50px;
}
.home-swirl2 {
    font-size: 70px;
    margin-right: 40px;
    margin-top: -30px;
}
.shadow-down {
    box-shadow: 0 10px 28px -8px rgba(0, 0, 0, 0.65);
    height: 20px;
}
.shadow-down:before {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    background: #FFFFFF;
    position: relative;
    top: -10px;
}
.column-one-third div {
    width: 25%;
    display: inline-block;
    white-space: normal;
    margin: 0 4%;
    float: left;
    position: relative;
    height: 530px;
}
.column-wrapper {
    white-space: nowrap;
    width: 960px;
    margin: 0 auto;
    padding: 70px 0;
}
.column-wrapper h2 {
    font-weight: bold;
    color: #377ca0;
    font-size: 20px;
    text-align: center;
}
.column-wrapper .learn-more {
    position: absolute;
    bottom: 0;
}
.learn-more {
    color: #377ca0;
    width: 100%;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.learn-more:hover { font-weight: bold; }
.learn-more i {
    margin-right: 35px;
    font-size: 20px;
}

/*--------------------------------------------------------------
6.0 Secondary Page
--------------------------------------------------------------*/
#content {
    width: 960px;
    margin: 50px auto 0;
}
.entry-title {
    color: #377CA0;
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: -10px;
}
.fixed-bg {
    width: 100%;
    height: 200px;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    background: url(/wp-content/uploads/2015/04/location.jpg) fixed;
    /* box-shadow: inset 0 0 10px 2px #000; */
    margin-bottom: 20px;
    background-size: initial;
    background-position: center -264px;
    border: 3px solid #377CA0;
}
.fixed-bg p {
    display: block;
    width: 300px;
    margin:0 auto;
    position: relative; 
    top: 30%;
    color: white;
    font: bold 30px myriad pro;
    text-shadow: 2px 2px 2px black;
    text-transform: uppercase;
}
.page-id-43 .aligncenter {
    max-height: 150px;
    width: auto;
    margin-top: 12px;
}

/*--------------------------------------------------------------
6.1 Sidebar
--------------------------------------------------------------*/
.content-area {
	float: right;
	margin: 0 0 0 -25%;
	width: 100%;
}
.site-main {
	margin: 0 0 0 35%;
}
.site-content .widget-area {
	float: left;
	width: 25%;
}
#secondary .menu {
    background: url(images/sidebar-bg.jpg);
    margin: 0;
    padding: 0 10px;
}
#secondary .menu li {
    list-style: none;
    padding: 5px 0;
    position: relative;
}
#secondary .menu a {
    text-decoration: none;
    color: #912128;
}
#secondary .menu a:hover {
    color: #377CA0;
}
#secondary .menu .current-page-ancestor > a,
#secondary .menu .current-menu-item > a {
    font-weight: bold;
}
#secondary .menu .sub-menu:before {
  display: none;
}
#secondary .menu .sub-menu {
    padding: 0;
    background: url(images/sidebar-bg.jpg);
    width: 240px;
    right: -130%;
    display: none;
    position: absolute;
    top: -30px !important;
    margin: 0;
    z-index: 2;
}
#secondary .menu > li:hover:after {
    content: "";
    display: block;
    width: 60px;
    top: 0;
    height: 34px;
    right: -46px;
    position: absolute;
    border: none;
}
#secondary .menu .sub-menu:before {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    left: -36px;
    width: 0;    height: 0;    
    border-top: 16px solid rgba(0, 0, 0, 0);   
    border-bottom: 16px solid rgba(0, 0, 0, 0);      
    border-left: 20px solid #e6d6bf;
}
#secondary .sub-menu li {
    padding: 5px 20px;
}


/*--------------------------------------------------------------
7.0 Footer
--------------------------------------------------------------*/
#colophon {
    background: url(images/footer-bg.jpg);
    background-position: bottom;
}
#colophon .column-wrapper {
    padding: 30px 0;
}
.column-one-quarter {
    width: 35%;
    display: inline-block;    
    white-space: normal;    
    margin: 0 1%;    
    float: left;    
    position: relative;    
    height: 500px;
}
.column-three-quarters {
    width: 60%;
    display: inline-block;    
    white-space: normal;    
    margin: 0 1%;    
    float: left;    
    position: relative;    
    height: 500px;
    text-align: center;
    color: #fff;
}

#colophon .menu li {
    list-style: none;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
    width: 190px;
}
#colophon .menu li:last-child {
    border: none;
}
#colophon .menu a {
    color: #fff;
    text-decoration: none;
}
#colophon .menu li {
    transition: all 0.2s ease-in-out;
}
#colophon .menu li:hover {
    padding-left: 20px;
    font-weight: bold;
}
#colophon .sub-menu {
    display: none;
}
.phone-footer {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    margin: 0 0 1.5em 3em;
}
.phone-footer:hover,
.phone-footer:focus {
	color: #fff;
	outline: -webkit-focus-ring-color auto 1px;
}
.site-info {
    clear: both;
    color: #fff;
    text-align: center;
}

.wpcr3_respond_2 input { border: 1px solid #ccc; }
.wpcr3_respond_2 textarea { border: 1px solid #ccc; }

/*--------------------------------------------------------------
8.0		USEFUL LINKS
--------------------------------------------------------------*/

div.useful-links{}
div.useful-links ul{}
div.useful-links ul li{margin-bottom:10px;}
div.useful-links ul li a{text-decoration:none;color:#377CA0;}
div.useful-links ul li a:hover{cursor:pointer;color:#912128;}


