/*
	Theme Name: BSFA
	Version: 1.0
	Author: Joshua Rivera

*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */

html {
    font-size: 16px;
}
body {
    font: 300 14px/1.4 'Futura', Helvetica, Arial, sans-serif;
    color: #555;
    background-image: url("/wp-content/uploads/2017/03/background-2.jpg");
    background-position: center center;
    background-size: contain;
}
/* clear */

.clear:before,
.clear:after {
    content: ' ';
    display: table;
}
.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
a {
    color: #8dc63f;
    text-decoration: none;
}
a:hover {
    color: #078bf6;
}
a:focus {
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
}
input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */

.wrapper {
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}
/* header */

.header {
}
/* logo */

.logo {} .logo-img {}
/* nav */

.nav {}
/* sidebar */

.sidebar {}
/* footer */

.footer {}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'Futura';
    src: url('fonts/Futura.eot');
    src: url('fonts/Futura.eot?#iefix') format('embedded-opentype'), url('fonts/Futura.otf') format('truetype');
}


/*-----------------------------------------------------------------------------------------------------*\
    CUSTOM CODES
\*-----------------------------------------------------------------------------------------------------*/
.mp0i{
  margin: 0 !important;
  padding: 0 !important
}
.p0i{
  padding: 0 !important;
}
/*=============================== navigation =================================*/

.nav-custom ul{
  list-style: none;
  text-align: center;
  padding: 12px 0;
  margin-bottom: 0;
}
.nav-custom ul > li {
  display: inline;
}
.nav-custom ul > li > a:hover, .nav-custom ul > li > a:active{
  border-top: #8dc63f 5px solid;
  text-decoration: none;
}

/*=============================== burger menu ==============================*/
.hamburger{
  background: #8dc63f;
  float: right;
  line-height: 35px;
  padding: 0 10px;
  color: #fff;
  border: 0;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  z-index: 10000000000000;
  margin: 20px 5px 10px 0;
}
.cross{
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 5px;
  background: #8dc63f;
  position: relative;
  float: right;
  padding: 12px 10px 0 10px;
  color: #fff;
  border: 0;
  font-size: 35px;
  line-height: 25px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  z-index: 10000000000000;
  height: 35px;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.menu li {
  display: block;
  padding: 7px 0;

}
.menu li:hover {
  background: #8dc63f;
}
.menu ul li a {
  text-decoration: none;
  margin: 0px;
  color: #555;
  cursor: pointer;
  font-size: 14px;
  font-family: "Futura";
  text-transform: uppercase;
}
.menu ul li a:hover {
  color: #555;
  text-decoration: none;
}
.menu a {
  text-decoration: none;
  color: white;
}
.menu a:hover {
  text-decoration: none;
  color: white;
}

.glyphicon-home{
  color:white;
  font-size:1.5em;
  margin-top:5px;
  margin:0 auto;
}

/*======================================== header ====================================*/
.header-container-outer{
  border-bottom: #3a454b 5px solid;
}
.nav-line{
  margin: 10px 0 0 0;
  border-top: #ced1d3 3px solid;
}
.nav-container-inner{
  margin-top: -16px;
}
.header-banner-front{
  padding: 0;
  margin-bottom: 30px;
}
.header-banner-front img{
  width: 100%;
}

/*======================================== footer ========================================*/
.footer-container{
  background: #3a454b;
  padding: 30px;
  color: #fff;
  font-family: "Futura";
  font-size: 14px;
  text-align: center;
}
.footer-inner ul{
  list-style: none;
  padding: 0;
}

/*========================================== page =======================================*/
#search-2, #search-3{
  margin-bottom: 40px;
}
.widget_text{
  margin-bottom: 0;
}

.footer-social-container ul{
  padding: 0 !important;
  list-style: none !important;
}
.footer-social-container ul > li{
  display: inline;
  margin: 0 2px;
}
.fa-fb, .fa-tw, .fa-ig{
  color: #fff;
  font-size: 25px;
}
.recent-post-container{
  color: #fff;
}
.sidebar-read-more{
  color: #fff;
  float: right;
  font-size: 14px;
  font-family: futura;
  padding: 5px 15px;
  margin: 0;
  background: #345c6d;
  background: -webkit-linear-gradient(#477a8b, #345c6d);
  background: -o-linear-gradient(#477a8b, #345c6d);
  background: -moz-linear-gradient(#477a8b, #345c6d);
  background: linear-gradient(#477a8b, #345c6d);
}
.sidebar-read-more:hover{
  color: #383838;
  background: #65b1c3;
  background: -webkit-linear-gradient(#78cdd8, #65b1c3);
  background: -o-linear-gradient(#78cdd8, #65b1c3);
  background: -moz-linear-gradient(#78cdd8, #65b1c3);
  background: linear-gradient(#78cdd8, #65b1c3);
  text-decoration: none;
}
.line-separator-container{
  text-align: center;
  margin-bottom: 30px;
}
.line-separator-container img{
  max-width: 500px !important;
}
.sidebar-link:hover{
  color: #78d4df !important;
}
.sidebar-inner-content{
  padding: 15px 15px 10px 15px;
  text-align: center;
}
.recent-post-inner{
  min-height: 65px;
}
.sidebar-inner-content p{
  padding-left: 0;
  text-align: justify;
  margin-top: 10px;
  font-size: 14px;
  min-height: 50px;
}
#text-4{
  margin-top: 52%;
}
.header-container-inner{
  margin-top: 30px;
}
.header-container{
  padding-top: 20px;
  text-align: center;
}
.footer-container-contact{
  background: #c0d200;
}
.fa-fb-link{
  background: #8dc63f;
  padding: 15px 12px 5px 12px;
  border-radius: 100px;
}
.fa-tw-link {
  background: #8dc63f;
  padding: 15px 7px 5px 7px;
  border-radius: 100px;
}
.fa-ig-link {
  background: #8dc63f;
  padding: 14px 7px 6px 7px;
  border-radius: 100px;
}
.footer-contact-inner {
  padding: 25px 0;
  color: #fff;
  font-family: "Futura";
  font-size: 20px;
}
.footer-contact-subtitle{
  color: #47443d;
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding-left: 30px;
}
.footer-contact-content{
  font-size: 14px;
  color: #47443d;
  padding-left: 30px;
}
.footer-contact{
  padding: 0;
  background: #c0d200;
  margin-top: 30px !important;
}

.fa-fb-link-contact{
  background: #47443d;
  padding: 15px 5px 4px 16px;
  border-radius: 100px;
}
.fa-tw-link-contact {
  background: #47443d;
  padding: 15px 7px 5px 7px;
  border-radius: 100px;
}
.fa-li-link-contact {
  background: #47443d;
  padding: 14px 7px 6px 9px;
  border-radius: 100px;
}
.widget_text img{
  max-width: 350px;
  width: 100%;
}
.widget_text{
  text-align: center;
}
.sidebar-container h3{
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  border-bottom: #cfcfcf 2px solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 30px;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width: 320px) {
  .sidebar-inner{
    padding: 0 15px;
    text-align: justify;
    margin: 20px;
  }
  .sidebar-link{
    text-transform: uppercase;
    font-weight: 800;
    color: #fff !important;
    font-size: 15px;
    font-family: Trajan pro;
  }
  .nav-custom ul > li > a {
    color: #555;
    font-size: 16px;
    font-family: "Futura";
    padding: 15px 50px;
    margin: 0;
  }
  .footer-social-container{
    padding: 0;
    margin-top: 50px;
    text-align: center;
  }
  .sidebar-title{
    font-size: 25px;
  }
  .fa-stop-custom{
    font-size: 25px;
    padding-right: 15px;
  }
  .post-title{
    margin: 0 0 15px 0;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 1px;
  }
  .fa-home-custom{
    color: #c0d200;
    font-size: 25px;
    padding-right: 10px;
    margin-bottom: 15px;
  }
  .sidebar-container{
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 30px;
  }
  .search-input{
    width: 83%;
    height: 34px;
    border: none;
    padding: 0 5px;
  }
  .search-submit{
    background-color: #8dc63f;
    padding: 9px 11px;
    border: none;
    margin-left: -4px;
    color: #fff;
  }
  .main-content-container{
    padding-left: 15px;
    padding-right: 15px;
  }
  .burger-menu-container{
    display: block;
    margin-top: 20px;
  }
  .header-logo{
    width: 100%;
    max-width: 300px;
  }
  .menu {
    z-index: 1000000;
    font-weight: bold;
    font-size: 0.8em;
    width: 100%;
    position: relative;
    text-align: center;
    display: block;
    border-top: #555 1px solid;
  }
  .navigation-header{
    width:100%;
    /*background:#00a1e2;*/
    line-height:60px;
    display: block;
  }
  .nav-custom{
    margin-top: 20px;
    display: none;
  }

}

@media only screen and (min-width: 480px) {
  .sidebar-inner{
    padding: 0 15px;
    text-align: justify;
    margin: 20px;
  }
  .sidebar-link{
    text-transform: uppercase;
    font-weight: 800;
    color: #fff !important;
    font-size: 15px;
    font-family: Trajan pro;
  }
  .nav-custom ul > li > a {
    color: #555;
    font-size: 16px;
    font-family: "Futura";
    padding: 15px 50px;
    margin: 0;
  }
  .footer-social-container{
    padding: 0;
    margin-top: 50px;
    text-align: center;
  }
  .sidebar-title{
    font-size: 25px;
  }
  .fa-stop-custom{
    font-size: 25px;
    padding-right: 15px;
  }
  .post-title{
    margin: 0 0 15px 0;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 1px;
  }
  .fa-home-custom{
    color: #c0d200;
    font-size: 25px;
    padding-right: 10px;
    margin-bottom: 15px;
  }
  .sidebar-container{
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 30px;
  }
  .search-input{
    width: 87%;
    height: 34px;
    border: none;
    padding: 0 5px;
  }
  .search-submit{
    background-color: #8dc63f;
    padding: 9px 11px;
    border: none;
    margin-left: -4px;
    color: #fff;
  }
  .main-content-container{
    padding-left: 15px;
    padding-right: 15px;
  }
  .burger-menu-container{
    display: block;
    margin-top: 50px;
  }
  .header-logo{
    width: 100%;
    max-width: 300px;
  }
  .menu {
    z-index: 1000000;
    font-weight: bold;
    font-size: 0.8em;
    width: 100%;
    position: relative;
    text-align: center;
    display: block;
    border-top: #555 1px solid;
  }
  .navigation-header{
    width:100%;
    /*background:#00a1e2;*/
    line-height:60px;
    display: block;
  }
  .nav-custom{
    margin-top: 20px;
    display: none;
  }

}

@media only screen and (min-width: 768px) {
  .sidebar-inner{
    padding: 0 15px;
    text-align: justify;
    margin: 0;
  }
  .sidebar-link{
    text-transform: uppercase;
    font-weight: 800;
    color: #fff !important;
    font-size: 15px;
    font-family: Trajan pro;
  }
  .nav-custom ul > li > a {
    color: #555;
    font-size: 14px;
    font-family: "Futura";
    padding: 15px 48px;
    margin: 0;
  }
  .footer-social-container{
    padding: 0;
    margin-top: 50px;
    text-align: center;
  }
  .sidebar-title{
    font-size: 30px;
  }
  .fa-stop-custom{
    font-size: 30px;
    padding-right: 15px;
  }
  .post-title{
    margin: 0 0 15px 0;
    display: inline-block;
    font-size: 25px;
    letter-spacing: 1px;
  }
  .fa-home-custom{
    color: #c0d200;
    font-size: 36px;
    padding-right: 10px;
    margin-bottom: 15px;
  }
  .sidebar-container{
    padding-right: 0;
    padding-left: 30px;
    margin-top: 0;
  }
  .search-input{
    width: 74%;
    height: 34px;
    border: none;
    padding: 0 5px;
  }
  .search-submit{
    background-color: #8dc63f;
    padding: 9px 11px;
    border: none;
    margin-left: -4px;
    color: #fff;
  }
  .main-content-container{
    padding-left: 0;
    padding-right: 15px;
  }
  .burger-menu-container{
    display: none;
  }
  .header-logo{
    width: 100%;
    max-width: 475px;
  }
  .menu {
    z-index: 1000000;
    font-weight: bold;
    font-size: 0.8em;
    width: 100%;
    position: relative;
    text-align: center;
    display: none;
    border-top: none;
  }
  .navigation-header{
    width:100%;
    /*background:#00a1e2;*/
    line-height:60px;
    display: none;
  }
  .nav-custom{
    margin-top: 20px;
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .sidebar-inner{
    padding: 0 15px;
    text-align: justify;
    margin: 0;
  }
  .sidebar-link{
    text-transform: uppercase;
    font-weight: 800;
    color: #fff !important;
    font-size: 15px;
    font-family: Trajan pro;
  }
  .nav-custom ul > li > a {
    color: #555;
    font-size: 15px;
    font-family: "Futura";
    padding: 15px 50px;
    margin: 0;
  }
  .footer-social-container{
    padding: 0;
    margin-top: 50px;
    text-align: center;
  }
  .sidebar-title{
    font-size: 30px;
  }
  .fa-stop-custom{
    font-size: 30px;
    padding-right: 15px;
  }
  .post-title{
    margin: 0 0 15px 0;
    display: inline-block;
    font-size: 25px;
    letter-spacing: 1px;
  }
  .fa-home-custom{
    color: #c0d200;
    font-size: 36px;
    padding-right: 10px;
    margin-bottom: 15px;
  }
  .sidebar-container{
    padding-right: 0;
    padding-left: 50px;
    margin-top: 0;
  }
  .search-input{
    width: 79%;
    height: 34px;
    border: none;
    padding: 0 5px;
  }
  .search-submit{
    background-color: #8dc63f;
    padding: 9px 11px;
    border: none;
    margin-left: -4px;
    color: #fff;
  }
  .main-content-container{
    padding-left: 0;
    padding-right: 15px;
  }
  .burger-menu-container{
    display: none;
  }
  .header-logo{
    width: 100%;
    max-width: 475px;
  }
  .menu {
    z-index: 1000000;
    font-weight: bold;
    font-size: 0.8em;
    width: 100%;
    position: relative;
    text-align: center;
    display: none;
    border-top: none;
  }
  .navigation-header{
    width:100%;
    /*background:#00a1e2;*/
    line-height:60px;
    display: none;
  }
  .nav-custom{
    margin-top: 20px;
    display: block;
  }

}

@media only screen and (min-width: 1140px) {
  .sidebar-inner{
    padding: 0 15px;
    text-align: justify;
    margin: 0;
  }
  .sidebar-link{
    text-transform: uppercase;
    font-weight: 800;
    color: #fff !important;
    font-size: 15px;
    font-family: Trajan pro;
  }
  .nav-custom ul > li > a {
    color: #555;
    font-size: 16px;
    font-family: "Futura";
    padding: 15px 50px;
    margin: 0;
  }
  .footer-social-container{
    padding: 0;
    margin-top: 50px;
    text-align: center;
  }
  .sidebar-title{
    font-size: 40px;
  }
  .fa-stop-custom{
    font-size: 40px;
    padding-right: 15px;
  }
  .post-title{
    margin: 0 0 15px 0;
    display: inline-block;
    font-size: 30px;
    letter-spacing: 1px;
  }
  .fa-home-custom{
    color: #c0d200;
    font-size: 36px;
    padding-right: 10px;
    margin-bottom: 15px;
  }
  .sidebar-container{
    padding-right: 0;
    padding-left: 50px;
    margin-top: 0;
  }
  .search-input{
    width: 83%;
    height: 34px;
    border: none;
    padding: 0 5px;
  }
  .search-submit{
    background-color: #8dc63f;
    padding: 9px 11px;
    border: none;
    margin-left: -4px;
    color: #fff;
  }
  .main-content-container{
    padding-left: 0;
    padding-right: 15px;
  }
  .burger-menu-container{
    display: none;
  }
  .header-logo{
    width: 100%;
    max-width: 475px;
  }
  .menu {
    z-index: 1000000;
    font-weight: bold;
    font-size: 0.8em;
    width: 100%;
    position: relative;
    text-align: center;
    display: none;
    border-top: none;
  }
  .navigation-header{
    width:100%;
    /*background:#00a1e2;*/
    line-height:60px;
    display: none;
  }
  .nav-custom{
    margin-top: 20px;
    display: block;
  }

}

@media only screen and (min-width: 1280px) {
  .sidebar-inner{
    padding: 0 15px;
    text-align: justify;
    margin: 0;
  }
  .sidebar-link{
    text-transform: uppercase;
    font-weight: 800;
    color: #fff !important;
    font-size: 15px;
    font-family: Trajan pro;
  }
  .nav-custom ul > li > a {
    color: #555;
    font-size: 16px;
    font-family: "Futura";
    padding: 15px 50px;
    margin: 0;
    z-index: 100;
    position: relative;;
  }
  .footer-social-container{
    padding: 0;
    margin-top: 50px;
    text-align: center;
  }
  .sidebar-title{
    font-size: 40px;
  }
  .fa-stop-custom{
    font-size: 40px;
    padding-right: 15px;
  }
  .post-title{
    margin: 0 0 15px 0;
    display: inline-block;
    font-size: 30px;
    letter-spacing: 1px;
  }
  .fa-home-custom{
    color: #c0d200;
    font-size: 36px;
    padding-right: 10px;
    margin-bottom: 15px;
  }
  .sidebar-container{
    padding-right: 0;
    padding-left: 50px;
    margin-top: 0;
  }
  .search-input{
    width: 85%;
    height: 34px;
    border: none;
    padding: 0 5px;
  }
  .search-submit{
    background-color: #8dc63f;
    padding: 9px 11px;
    border: none;
    margin-left: -4px;
    color: #fff;
  }
  .main-content-container{
    padding-left: 0;
    padding-right: 15px;
  }
  .burger-menu-container{
    display: none;
  }
  .header-logo{
    width: 100%;
    max-width: 475px;
  }
  .menu {
    z-index: 1000000;
    font-weight: bold;
    font-size: 0.8em;
    width: 100%;
    position: relative;
    text-align: center;
    display: none;
    border-top: none;
  }
  .navigation-header{
    width:100%;
    /*background:#00a1e2;*/
    line-height:60px;
    display: none;
  }
  .nav-custom{
    margin-top: 20px;
    display: block;
  }

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.sticky {} .bypostauthor {}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
