/* 
Theme Name: Matlock
Theme URI: http://www.themderbolt.com
Description: WordPress Briefcase Theme
Author: Themderbolt
Author URI: http://www.themderbolt.com
Version: 1.1 
Tags: black, white, one-column, two-columns, three-columns, responsive-layout, custom-header, right-sidebar, light
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/




/* 

1. Global Styles
2. Typography
3. Margin & Padding Loops
4. Shortcuts
5. Clearfix
6. Main Menu Global Styles
7. UI Elements
  7.1 Buttons
  7.2 Button Colors
  7.3 Form Styles
  7.4 Other Elements
8. Header
9. Page   
10. Homepage 
11. Blog
12. Portfolio
13. Footer 
14. Widgets
15. Galleries 
16. Visual Composer
17. Responsive Fixes
18. Wordpress Default Styles


*/


/* 1. Global Styles */

body {
  z-index: 0;
  font-family: 'Josefin Slab', serif;

}

.full-row {
  min-width: 100%;
}

iframe {
  border: none;
}
a:hover, a:focus {
  color: #000;
}


/* 2. Typography */

.page-title-wrapper {
  position: relative;
}

.page-title {
  font-size: 100px;
  line-height: normal!important;
  position: relative;
  z-index: 1;
  color: black;
  margin: 40px 0px 60px;
}

.search-title{
  font-size: 35px;
  margin-top: 50px;
  margin-bottom: 45px;
  line-height: 45px;
}


.superhero {
  font-size: 34px;
  line-height: 38px;
}

.hero {
  font-size: 28px;
  line-height: 32px;
}

h1 {
  font-size: 24px;
  line-height: 28px;
}

h2 {
  font-size: 20px;
  line-height: 24px;
}

h3 {
  font-size: 18px;
  line-height: 22px;
}

h4 {
  font-size: 16px;
  line-height: 20px;
}

h5 {
  font-size: 14px;
  line-height: 18px;
}

h6 {
  font-size: 12px;
  line-height: 16px;
}

h1, h2, h3, h4, h5, h6 {
  color: black;
  font-weight: bold;
}

p, span, blockquote, code {
  font-family: 'Josefin Slab', serif;
}

code {
  color: black;
}

blockquote {
  font-style: italic;
  color: #b5b5b5;
  border-left: 5px solid #eee;
  padding: 0px 0px 0px 30px;
}

.bold {
  font-weight: bold;
}

.nobold {
  font-weight: normal;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.text-white {
color:white!important;
}

.text-black {
color: black!important;
}

.text-white-light {
color:rgba(255,255,255,.5)!important;
}

.text-black-light {
color:rgba(0,0,0,.5)!important;
}

/* 3. Margin & Padding Loops */

/* Paddings */
.p5 {
  padding: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.ptb5 {
  padding: 5px 0px !important;
}

.plr5 {
  padding: 0px 5px !important;
}

.p10 {
  padding: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.ptb10 {
  padding: 10px 0px !important;
}

.plr10 {
  padding: 0px 10px !important;
}

.p15 {
  padding: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.ptb15 {
  padding: 15px 0px !important;
}

.plr15 {
  padding: 0px 15px !important;
}

.p20 {
  padding: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.ptb20 {
  padding: 20px 0px !important;
}

.plr20 {
  padding: 0px 20px !important;
}

.p25 {
  padding: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.ptb25 {
  padding: 25px 0px !important;
}

.plr25 {
  padding: 0px 25px !important;
}

.p30 {
  padding: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.ptb30 {
  padding: 30px 0px !important;
}

.plr30 {
  padding: 0px 30px !important;
}

.p35 {
  padding: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.ptb35 {
  padding: 35px 0px !important;
}

.plr35 {
  padding: 0px 35px !important;
}

.p40 {
  padding: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.ptb40 {
  padding: 40px 0px !important;
}

.plr40 {
  padding: 0px 40px !important;
}

.p45 {
  padding: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.ptb45 {
  padding: 45px 0px !important;
}

.plr45 {
  padding: 0px 45px !important;
}

.p50 {
  padding: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.ptb50 {
  padding: 50px 0px !important;
}

.plr50 {
  padding: 0px 50px !important;
}

.p55 {
  padding: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.ptb55 {
  padding: 55px 0px !important;
}

.plr55 {
  padding: 0px 55px !important;
}

.p60 {
  padding: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.ptb60 {
  padding: 60px 0px !important;
}

.plr60 {
  padding: 0px 60px !important;
}

.p65 {
  padding: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.ptb65 {
  padding: 65px 0px !important;
}

.plr65 {
  padding: 0px 65px !important;
}

.p70 {
  padding: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.ptb70 {
  padding: 70px 0px !important;
}

.plr70 {
  padding: 0px 70px !important;
}

.p75 {
  padding: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.ptb75 {
  padding: 75px 0px !important;
}

.plr75 {
  padding: 0px 75px !important;
}

.p80 {
  padding: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.ptb80 {
  padding: 80px 0px !important;
}

.plr80 {
  padding: 0px 80px !important;
}

.p85 {
  padding: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.ptb85 {
  padding: 85px 0px !important;
}

.plr85 {
  padding: 0px 85px !important;
}

.p90 {
  padding: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.ptb90 {
  padding: 90px 0px !important;
}

.plr90 {
  padding: 0px 90px !important;
}

.p95 {
  padding: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.ptb95 {
  padding: 95px 0px !important;
}

.plr95 {
  padding: 0px 95px !important;
}

.p100 {
  padding: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.ptb100 {
  padding: 100px 0px !important;
}

.plr100 {
  padding: 0px 100px !important;
}

/* Margins -------------------------------------------------------- */
.m5 {
  margin: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mtb5 {
  margin: 5px 0px !important;
}

.mlr5 {
  margin: 0px 5px !important;
}

.m10 {
  margin: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mtb10 {
  margin: 10px 0px !important;
}

.mlr10 {
  margin: 0px 10px !important;
}

.m15 {
  margin: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mtb15 {
  margin: 15px 0px !important;
}

.mlr15 {
  margin: 0px 15px !important;
}

.m20 {
  margin: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mtb20 {
  margin: 20px 0px !important;
}

.mlr20 {
  margin: 0px 20px !important;
}

.m25 {
  margin: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mtb25 {
  margin: 25px 0px !important;
}

.mlr25 {
  margin: 0px 25px !important;
}

.m30 {
  margin: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mtb30 {
  margin: 30px 0px !important;
}

.mlr30 {
  margin: 0px 30px !important;
}

.m35 {
  margin: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mtb35 {
  margin: 35px 0px !important;
}

.mlr35 {
  margin: 0px 35px !important;
}

.m40 {
  margin: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mtb40 {
  margin: 40px 0px !important;
}

.mlr40 {
  margin: 0px 40px !important;
}

.m45 {
  margin: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mtb45 {
  margin: 45px 0px !important;
}

.mlr45 {
  margin: 0px 45px !important;
}

.m50 {
  margin: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mtb50 {
  margin: 50px 0px !important;
}

.mlr50 {
  margin: 0px 50px !important;
}

.m55 {
  margin: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mtb55 {
  margin: 55px 0px !important;
}

.mlr55 {
  margin: 0px 55px !important;
}

.m60 {
  margin: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mtb60 {
  margin: 60px 0px !important;
}

.mlr60 {
  margin: 0px 60px !important;
}

.m65 {
  margin: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mtb65 {
  margin: 65px 0px !important;
}

.mlr65 {
  margin: 0px 65px !important;
}

.m70 {
  margin: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mtb70 {
  margin: 70px 0px !important;
}

.mlr70 {
  margin: 0px 70px !important;
}

.m75 {
  margin: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mtb75 {
  margin: 75px 0px !important;
}

.mlr75 {
  margin: 0px 75px !important;
}

.m80 {
  margin: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mtb80 {
  margin: 80px 0px !important;
}

.mlr80 {
  margin: 0px 80px !important;
}

.m85 {
  margin: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mtb85 {
  margin: 85px 0px !important;
}

.mlr85 {
  margin: 0px 85px !important;
}

.m90 {
  margin: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mtb90 {
  margin: 90px 0px !important;
}

.mlr90 {
  margin: 0px 90px !important;
}

.m95 {
  margin: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mtb95 {
  margin: 95px 0px !important;
}

.mlr95 {
  margin: 0px 95px !important;
}

.m100 {
  margin: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mtb100 {
  margin: 100px 0px !important;
}

.mlr100 {
  margin: 0px 100px !important;
}

/* 4. Shortcuts -------------------------------------------------------- */

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.dblock {
  display: block;
}

.dinlineblock {
  display: inline-block;
}

.dinline {
  display: inline;
}

.dnone {
  display: none;
}

.nopadding {
  padding: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

/* 5. Clearfix -------------------------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* 6. Main Menu Global Styles -------------------------------------------------------- */


a.menu-link .burger{
  height:2px;
  margin-bottom: 10px;
  background-color: black;
  display: block;
}


a.menu-link {
  float: right;
  display: block;
  padding: 1em;
  height: 59px;
  width: 70px;
}

#menu .divider {
margin: 0px auto!important;
width: auto!important; 
background: transparent!important;
display: none!important;
}

.menu > ul ul {
  clear: both;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
}

.menu ul{
  padding-right: 20px;
}

.js .menu, .js .menu > ul ul {
  overflow: hidden;
  max-height: 0;
  background: rgba(0, 0, 0, 0.1);
}

.menu.active, .js .menu > ul ul.active {
  max-height: 55em;
}

.menu li a {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  display: block;
  padding: 20px 30px;
}

.has-dropdown {
  position: relative;
}

.menu li.has-dropdown > a:after {
  content: '+';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 16px;
  padding: 15px 20px 0px 0px;
}

.menu li.has-dropdown > a.active:after {
  content: "-";
}

.bc-nav #menu {
  clear: both;
  float: none;
}

.nav-tagline {
  display: none;
}

@media screen and (min-width: 55.25em) {

  .pattern {
    overflow: visible;
  }

  a.menu-link {
    display: none;
  }

  .js .menu, .js .menu > ul ul {
    max-height: none;
    overflow: visible;
    background: none;
    right: 12em;
  }

  .menu ul {
    margin: 0 0 0 -0.25em;
    border: 0;
  }

  .menu li a {
    border: 0;
  }

  .menu ul > li.has-dropdown > a:after {
    content: "▼";
    font-size: 10px;
    padding: 23px 10px 0px 0px;
  }

  .menu > ul > li {
    display: inline-block;
    border-left: 2px solid rgba(0,0,0,.1);
    margin-right: -5px;
    position: relative;
  }

  .menu > ul > li:last-child {
    margin-right: 0px;
  }

  .menu > ul ul {
    position: absolute;
    top: 0;
    width: 12em;
    z-index: 999999;
  }

  .menu > ul ul li {
    position: relative;
  }

  .menu > ul ul.dropdown {
    top: 59px;
    right: 0!important;
    padding-right: 0px;
  }

  .bc-nav #menu {
    clear: none;
    float: right;
  }

  .nav-tagline {
    display: block;
    float: left;
    color: #959595;
    margin: 0;
    font-style: italic;
    padding: 17px 0px 17px 30px;
  }
}


/* 7. UI Elements -------------------------------------------------------- */


/* 7.1 Buttons */
.wpcf7-submit:hover{
background: #000;
}

.wpcf7-submit{
background: #FFF;
}


.wpcf7-submit{
cursor: pointer;
display: inline-block;
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
font-weight: bold;
font-size: 12px;
border: 1px solid black;
padding: 5px 20px;
margin-right: 5px;
margin-bottom: 10px;
}


.btn, .wpcf7-submit, .pagination-blog a, #submit{
  border: none;
  cursor: pointer;
  margin: 15px 0px;
  text-transform: uppercase;
  font-weight: 700;
  outline: none;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Montserrat", sans-serif;
  margin: 20px auto;
  display: inline-block;
}
.btn.big, #submit {
  padding: 15px 50px;
  font-size: 11px;
  font-weight: bold;
}
.btn.small {
  padding: 5px 15px;
  font-size: 10px;
}

.opacity-hover-left, .opacity-hover-right {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.opacity-hover-left:after, .opacity-hover-right:after {
  content: '';
  position: absolute;
  z-index: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.opacity-hover-left:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1) !important;
  z-index: -1;
}

.opacity-hover-left:hover:after,
.opacity-hover-left:active:after {
  width: 100%;
  z-index: 0;
}

.opacity-hover-right:after {
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1) !important;
  z-index: -1;
}

.opacity-hover-right:hover:after,
.opacity-hover-right:active:after {
  width: 100%;
  z-index: 0;
}

.btn.btn-full {
  width: 100%;
  border: none !important;
  margin: 0;
  padding: 20px 0px;
  box-shadow: none;
  background-color: #f1f1f1;
}
.btn.btn-full:hover {
  border: none !important;
}

.btn:after, .wpcf7-submit:after, .pagination-blog a:after, #submit:after{
  content: '';
  position: absolute!important;
  z-index: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn:before, .wpcf7-submit:before , .pagination-blog a:before, #submit:before{
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/* 7.2 Button Colors */

/* Base */
.btn, .wpcf7-submit, .pagination-blog a, #submit {
  color: black;
  z-index: 0;
}

.btn:after, .wpcf7-submit:after, .pagination-blog a:after, #submit:after{
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: black !important;
  z-index: -1;
}

.btn:hover,
.btn:active, .wpcf7-submit:active, .wpcf7-submit:hover, .pagination-blog a:active, .pagination-blog a:hover {
  color: #FFF;
  z-index: 0;
}

.btn:hover:after,
.btn:active:after, .wpcf7-submit:hover:after, .wpcf7-submit:active:after, .pagination-blog a:hover:after, .pagination-blog a:active:after {
  width: 100%;
}

/* Black */
.btn.black, .wpcf7-submit, .pagination-blog a, #submit{
  color: black;
  z-index: 0!important;
}

.btn.black:after, .wpcf7-submit:after, .pagination-blog a:after, #submit:after{
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: black !important;
  z-index: -1!important;
}

.btn.black:hover,
.btn.black:active, 
.wpcf7-submit:active, 
.wpcf7-submit:hover, 
.pagination-blog a:active, 
.pagination-blog a:hover {
  color: #FFF;
  z-index: 0!important;
}

.btn.black:hover:after,
.btn.black:active:after, 
.wpcf7-submit:hover:after, 
.wpcf7-submit:active:after, 
.pagination-blog a:hover:after, 
.pagination-blog a:active:after {
  width: 100%;
}

/* White */
.btn.white {
  color: white;
  z-index: 0;
  box-shadow: 4px 4px 0px white;
}

.btn.white:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: white !important;
  z-index: -1;
}

.btn.white:hover,
.btn.white:active {
  color: #000;
  z-index: 0;
}

.btn.white:hover:after,
.btn.white:active:after {
  width: 100%;
}

/* Green */
.btn.green {
  color: #91c46c;
  z-index: 0;
  box-shadow: 4px 4px 0px  #91c46c;
}

.btn.green:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #91c46c !important;
  z-index: -1;
}

.btn.green:hover,
.btn.green:active {
  color: #FFF;
  z-index: 0;
}

.btn.green:hover:after,
.btn.green:active:after {
  width: 100%;
}

/* Yellow */
.btn.yellow {
  color: #ffdb00;
  z-index: 0;
  box-shadow: 4px 4px 0px #ffdb00;
}

.btn.yellow:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffdb00 !important;
  z-index: -1;
}

.btn.yellow:hover,
.btn.yellow:active {
  color: #FFF;
  z-index: 0;
}

.btn.yellow:hover:after,
.btn.yellow:active:after {
  width: 100%;
}

/* Orange */
.btn.orange {
  color: #f7941d;
  z-index: 0;
  box-shadow: 4px 4px 0px #f7941d;
}

.btn.orange:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f7941d !important;
  z-index: -1;
}

.btn.orange:hover,
.btn.orange:active {
  color: #FFF;
  z-index: 0;
}

.btn.orange:hover:after,
.btn.orange:active:after {
  width: 100%;
}

/* Red */
.btn.red {
  color: #ed1c24;
  z-index: 0;
  box-shadow: 4px 4px 0px #ed1c24;
}

.btn.red:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ed1c24 !important;
  z-index: -1;
}

.btn.red:hover,
.btn.red:active {
  color: #FFF;
  z-index: 0;
}

.btn.red:hover:after,
.btn.red:active:after {
  width: 100%;
}

/* Blue */
.btn.blue {
  color: #0054a4;
  z-index: 0;
  box-shadow: 4px 4px 0px #0054a4;
}

.btn.blue:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0054a4 !important;
  z-index: -1;
}

.btn.blue:hover,
.btn.blue:active {
  color: #FFF;
  z-index: 0;
}

.btn.blue:hover:after,
.btn.blue:active:after {
  width: 100%;
}

/* Purple */
.btn.purple {
  color: #8560a8;
  z-index: 0;
  box-shadow: 4px 4px 0px #8560a8;
}

.btn.purple:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #8560a8 !important;
  z-index: -1;
}

.btn.purple:hover,
.btn.purple:active {
  color: #FFF;
  z-index: 0;
}

.btn.purple:hover:after,
.btn.purple:active:after {
  width: 100%;
}

.btn.full {
  width: 100% !important;
}

/* 7.3 Form Styles */

.map iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 50px;
}

input[type=radio], input[type=checkbox] {
  float: left;
  margin-top: 4px;
  margin-right: 5px;
}

input[type="text"], input[type="date"], input[type="url"], input[type="tel"], input[type="number"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  background-color: white;
  box-shadow: none;
}

input[type="text"]:focus, input[type="date"]:focus, input[type="number"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
  background-color: white;
  box-shadow: none;
}

.ratio-label {
  float: right;
}

.form-entry {
  float: left;
}

.form-textarea:focus {
  outline: none;
}

.send-button-form {
  float: right;
  height: 40px;
  background: transparent;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85em;
  cursor: pointer;
  margin-bottom: 30px;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.send-button-form:hover {
  opacity: 1;
}

.desc {
  padding-right: 10px;
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-position: right;
  margin-top: 8px;
}

.desc span {
  width: 100%;
  display: block;
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  padding-left: 15px;
  padding-right: 15px;
  color: #FFF;
  font-family: 'Josefin Slab', serif;
  font-size: 16px;
}

select {
  height: auto;
  background-image: none;
}

form input[type="text"], input[type="date"], input[type="number"], input[type="tel"], form input[type="url"], form input[type="email"], form textarea {
  height: 55px;
  font-family: 'Josefin Slab', serif;
  font-size: 18px;
}

form input[type="text"]:focus, input[type="date"]:focus input[type="number"]:focus, form input[type="url"]:focus, form input[type="tel"]:focus, form input[type="email"]:focus, form textarea:focus {
  background-color: white;
  box-shadow: none;
}

form textarea {
  height: 200px !important;
  resize: none;
}

form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}

form > div > fieldset > div > div {
  margin: 15px 0 0px 0;
  display: inline-block;
}

form > div > label,
legend {
  float: left;
  padding-right: 10px;
}

form > div > div,
form > div > fieldset > div {
  width: 55%;
  float: right;
}

form > div > fieldset label {
  font-size: 90%;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}


.searchform label{
float: left;
padding-right: 10px;
position: absolute;
z-index: 5;
top: 10px;
height: 30px;
width: 100%;
left: 20px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
  width: 100%;
  margin: 0;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: none;
}

@media (max-width: 769px) {
  form > div {
    margin: 0 0 15px 0;
  }

  form > div > label,
  legend {
    width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }

  form > div > div,
  form > div > fieldset > div {
    width: 100%;
    float: none;
  }

  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 100%;
  }

  .desc {
    width: 100%;
    background-image: url("../images/arrow-down.png");
    padding-bottom: 10px !important;
    background-repeat: no-repeat;
    background-position: bottom;
  }

  .desc span {
    width: 100%;
    text-align: left;
  }
}
.send-imput {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  display: block;
  color: black;
  padding: 7px 30px;
  background: none;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.send-imput:hover {
  color: #FFF;
}

#contactResponse {
  text-align: right;
  padding-bottom: 15px;
}

span.wpcf7-list-item {
display: inline-block;
margin-right: 25px;
margin-left: 0;
}


/* 7.4 Other Elements */

/* Divider */
.divider {
  background: #dbdbdb;
  margin: 50px auto;
  width: 90%;
}

/* Dropcaps */
.dropcap-one {
  float: left;
  color: black;
  font-size: 52px;
  line-height: 75px;
  font-weight: bold;
  height: 80px;
  width: 80px;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 10px;
  background-color: white;
  font-family: "Montserrat", sans-serif;
}

.dropcap-two {
  float: left;
  color: black;
  text-align: center;
  font-size: 52px;
  font-weight: bold;
  line-height: 75px;
  height: 85px;
  width: 85px;
  margin-right: 20px;
  margin-bottom: 10px;
  background-color: white;
  font-family: "Montserrat", sans-serif;
  border-radius: 100px;
}

/*Tabs*/
div.section-container.tabs h5.title {
  margin: 0;
  padding: 0;
  z-index: 0;
}
div.section-container.tabs h5.title a {
  padding: 10px 30px;
}
div.section-container.tabs section.active h5.title {
  z-index: 2;
}
div.section-container.tabs section div.content {
  position: relative;
  z-index: 1;
  padding: 30px;
}

.post-password-form input[type="submit"]{
  margin-top: 10px;
  border: 1px solid black;
  color: black;
  z-index: 0!important;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  padding: 5px 20px;
  margin-right: 5px;
  margin-bottom: 10px;
  box-shadow: 4px 4px 0px black;
  background: transparent;
}

/* 8. Header Styles -------------------------------------------------------- */

.bc-nav {
  position: relative;
  z-index: 99;
}
.bc-nav .logo {
  float: left;
  min-height: 59px;
  max-height: 80px;
}
.bc-nav .logo h1 {
  margin: 0;
  font-size: 14px;
}
.bc-nav .logo img {
  padding: 10px 20px;
  max-height: 55px;
}
.bc-nav #menu {
  float: right!important;
  clear:none!important;
}

#header {
  padding: 80px 0px 80px;
}
#header .page-title {
  margin: 0px 0px 10px;
  text-align: center;
}

#header-line {
  border-bottom: solid 1px #f1f1f1;
  width: 60px;
  margin: 10px auto 20px;
}

#resumee {
  font-family: 'Josefin Slab', serif;
}

#resumee p {
  font-size: 18px;
  margin-bottom: 0em;
  line-height: 24px;
  text-align: center;
}

/* 9. Page Styles ------------------------------------------------------------ */


.page-wrapper {
  padding: 0px 20px;
}

@media only screen and (max-width: 768px) {
  .page-wrapper {
    padding: 0px 25px;
  }
}

.single-page #header {
  padding: 0px;
}

.page > .page, .archive > .archive {
  padding: 20px 0px 100px;
}

.vc_sep_holder{
  display: none!important;
}


/* 10. Homepage Styles -------------------------------------------------------*/  


.bfc-rev-slider {
  margin-top: -83px;
  /* padding: 4px 4px 0px 4px; */
}

.menu-down{
  margin-top: -20px!important;
}

.rev-slider-message{ 
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

#briefcase-posts {
  text-align: center;
  margin: 50px auto 0;
  padding-bottom:50px;
}
#briefcase-posts ul {
  margin: 0 auto !important;
}
#briefcase-posts ul li {
  list-style: none!important;
}

.post-info-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.post-home-title {
  color: #000;
}

div.post-date {
  color: #FFF;
  text-transform: uppercase;
  width: 45px;
  height: 45px;
  z-index: 1;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

div.post-date .post-month {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7em;
  float: left;
  width: 100%;
}

div.post-date .post-day {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
  margin-top: -6px;
  float: left;
  width: 100%;
  line-height: 29px;
}

.post-category {
  width: 100%;
  font-family: 'Josefin Slab', serif;
  font-style: italic;
  font-size: 18px;
  padding: 5px 0px 0px;
  position: relative;
  display: block;
  color: #b5b5b5;
}

.post-home-content {
  font-family: 'Josefin Slab', serif;
  font-size: 16px;
  padding-bottom: 5px;
}

.read-more {
  color: #b5b5b5;
  margin-left: 6px;
  font-family: 'Josefin Slab', serif;
}

.read-more:hover {
  color: #000;
}

.post-line {
  margin-bottom: 20px;
  margin-top: 25px;
}

#bg-contact {
  background-color: #000;
}

#contact {
  background-color: transparent;
  color: #FFF;
  border: none;
  text-align: center;
  padding-top: 2.5em;
}

#contact p {
  color: #FFF;
  font-family: 'Josefin Slab', serif;
  font-size: 18px;
  font-weight: 100;
}

/* 11. Blog -------------------------------------------------------- */

.blog-container {
  margin-top: -45px;
  margin-bottom: 100px;
}

.blog-list {
  margin-top: 45px;
  margin-bottom: 45px;
  position: relative;
}

.post.blog-list {
  border-bottom: none!important; 
}

.standard-post, .blog-list, .link-post, .link-post-link, 
.link-post-link a, .video-post, .audio-post, {
  width: 100%;
}

.standard-post, .video-post, .audio-post, .gallery-post, .link-post, .quote-post {
  position: relative;
  margin-bottom: 60px;
}

.sticky .standard-post , .sticky .video-post , .sticky .audio-post , .sticky .gallery-post, .sticky .link-post, .sticky .quote-post  {
  background: #ebebeb;
  padding: 0px 20px 20px 20px;
  position: relative;
}

.tags-single-post {
  padding: 20px 0px;
  margin-top: 40px;
}

.no-video-spacer {
  position: relative;
  height: 30px;
}

/*
.standard-post::before, .video-post::before, .audio-post::before, .gallery-post::before {
  content: '';
  position: absolute;
  border-top: 2px solid rgb(219, 219, 219);
  width: 100%;
  left: -100%;
  top: -1px;
} */

.link-post {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #FFF;
  margin-bottom: 25px;
}

.link-post-link {
  font-family: 'Josefin Slab', serif;
  font-size: 16px;
  color: #000;
}

.link-post-link a{
  font-family: 'Josefin Slab', serif;
  font-size: 16px;
  color: #000;
}

.link-post-link:hover {
  text-decoration: underline;
  color: #000;
}

.audio-post {
  text-align: center;
  padding-top: 45px;
  background: #FFF;
  margin-bottom: 25px;
}
.audio-post h1 {
  padding-bottom: 20px;
}

.mejs-inner {
  height: 100px !important;
}

.mejs-container {
  width: 100% !important;
  height: 100px !important;
}

.mejs-container .mejs-controls div {
  padding: 0 !important;
}

.mejs-container .mejs-controls {
  position: relative !important;
  height: 100% !important;
}

.mejs-controls {
  background: none !important;
}

.mejs-time-rail {
  width: 100% !important;
  float: none !important;
}

.mejs-time-total {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  height: 5px !important;
  border-radius: 0px !important;
}

.mejs-time-current {
  height: 5px !important;
  border-radius: 0px !important;
}

.mejs-time-loaded {
  height: 5px !important;
  border-radius: 0px !important;
}

.mejs-controls .mejs-button button:focus {
  outline: none !important;
}

.mejs-playpause-button {
  width: 40px !important;
  height: 40px !important;
  float: left !important;
  margin-top: 32px !important;
  margin-left: 50px !important;
}

.mejs-playpause-button button {
  height: 40px !important;
  width: 40px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin-top: 11px !important;
  background: none !important;
}

.mejs-controls .mejs-button button {
  margin: 0 !important;
}

.mejs-play {
  background-image: url("../images/play-button.png") !important;
}

.mejs-pause {
  background-image: url("../images/pause-button.png") !important;
  background-color: black !important;
  background-repeat: no-repeat !important;
}

.mejs-duration-container {
  display: none !important;
}

.mejs-currenttime-container {
  display: none !important;
}

.mejs-volume-button {
  display: none !important;
}

.mejs-horizontal-volume-slider {
  display: none !important;
}

.audio-description {
  overflow: hidden;
}

.audio-title {
  float: left;
  margin-top: -90px;
  color: #FFF;
  z-index: 0;
  position: relative;
  margin-left: 15px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.flex-video.widescreen {
padding-bottom: 56.34%;
}

.post-video-permalink{
  width: 100%;
  display: block;
}


.bfc-audio-player{
width: 100%;
height: 100px;
background: #000;
padding-bottom: 5px;
}

.audio-description {
  float: left;
  margin-top: -70px;
  color: #FFF;
  z-index: 0;
  position: relative;
  margin-left: 20px;
}

.blog-audio-player {
  margin-top: 15px;
}

.gallery-post {
  width: 100%;
}

.gallery-container {
  margin-bottom: 20px;
}

#banner-fade {
  height: 100% !important;
}

.bjqs-next a, .bjqs-prev a {
  top: 46% !important;
}

.bjqs-next a {
  background-image: url("images/next.png");
  width: 60px;
  height: 40px;
  background-position: left;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.bjqs-prev a {
  background-image: url("images/prev.png");
  width: 60px;
  height: 40px;
  background-position: right;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.quote-post {
  width: 100%;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
  background: #FFF;
  margin-bottom: 25px;
}

.quote-author {
  font-family: 'Josefin Slab', serif;
  font-style: italic;
  color: #b5b5b5;
}

.gallery-caption{
  font-family: 'Josefin Slab', serif;
}

.post .post-date {
  position: absolute;
  left: -7px;
  top: -20px;
  text-align: center;
  float: left;
}
.post .post-date .post-month {
  margin-top: 7px;
}
.post .post-date .post-day {
  margin-top: -2px;
}
.post img {
  margin-bottom: 30px;
}
.post .tag {
  font-family: 'Josefin Slab', serif;
  font-style: italic;
  font-size: 18px;
  display: block;
  color: #b5b5b5;
  padding: 5px 0px 5px;
}

.post .tag a {
  color: #b5b5b5;
}

.post .post-content {
  padding: 10px 0px;
}


.post-content iframe, .post-content embed{
  max-width: 100%;
  height: 25em;
}

.sidebar {
  padding-left: 40px;
}
.sidebar .widget {
  margin-bottom: 30px;
}

.sidebar form input {
  padding: 0;
  margin: 0;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border: none;
}
.sidebar form input:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.sidebar form input.zoom {
  background: white;
  border-left: 1px solid #dbdbdb;
  height: 30px;
  display: block;
  margin-left: -2px;
}
.sidebar form ::-webkit-input-placeholder {
  color: black;
  font-family: 'Josefin Slab', serif;
  font-size: 16px;
  line-height: 14px;
}
.sidebar form ::-moz-placeholder {
  color: black;
  font-family: 'Josefin Slab', serif;
  font-size: 16px;
  line-height: 14px;
}
.sidebar form :-ms-input-placeholder {
  color: black;
  font-family: 'Josefin Slab', serif;
  font-size: 16px;
  line-height: 14px;
}
.sidebar form input:-moz-placeholder {
  color: black;
  font-family: 'Josefin Slab', serif;
  font-size: 16px;
  line-height: 14px;
}

.sidebar li, .menu-wrap li{
  list-style: none;
}

.single-comment > div > h5 {
  text-align: left !important;
}

/* Comments */
.comments {
  margin-bottom: 100px;
}
.comment-meta, a#cancel-comment-reply-link {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: 'Josefin Slab', serif;
  color: #959595;
}

a#cancel-comment-reply-link {
text-transform: none;
float: right;
font-size: 16px;
margin-top: 15px;
}

.comment-meta a {
  color: #959595;
}

.comment-reply-title {
  padding: 10px 0px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
.comment-form-comment label {
  display: none;
}

/* Slider Blog Styles */
ul.bjqs {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none;
}

li.bjqs-slide {
  position: absolute;
  display: none;
}

ul.bjqs img {
    height:auto!important;    
}

ul.bjqs-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999;
}

ul.bjqs-controls.v-centered li a {
  position: absolute;
}

ul.bjqs-controls.v-centered li.bjqs-next a {
  right: 0;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
  left: 0;
}

ol.bjqs-markers {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

ol.bjqs-markers.h-centered {
  text-align: center;
  display: none;
}

ol.bjqs-markers li {
  display: inline;
}

ol.bjqs-markers li a {
  display: inline-block;
}

p.bjqs-caption {
  display: block;
  width: 96%;
  margin: 0;
  padding: 2%;
  position: absolute;
  bottom: 0;
  display: none;
}


/* 12. Portfolio -------------------------------------------------------- */


#projects ul li img {
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.project-title-link {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
}

.more-projects-button, .more-posts-button {
  float: right;
  width: 100%;
  height: 40px;
  background: transparent;
  border: 1px solid #000;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85em;
  cursor: pointer;
  margin-bottom: 30px;
  color: #000;
  opacity: 0.4;
  padding-top: 11px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.more-projects-button:hover, .more-posts-button:hover {
  opacity: 1;
  color: #000;
}

.project-caption {
  height: 122px;
  background-color: #FFF;
  right: 0px;
  margin-top: -125px;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  position: relative;
  pointer-events: none;
}

.project-caption-title {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  float: left;
  width: 100%;
  text-align: left;
  padding-left: 15px;
  padding-top: 10px;
}

.project-caption-category {
  font-family: 'Josefin Slab', serif;
  font-size: 14px;
  float: left;
  width: 100%;
  text-align: left;
  padding-left: 15px;
  padding-top: 5px;
}

.project-caption-link {
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  pointer-events: auto;
  font-family: 'Montserrat', sans-serif;
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
  background-color: #000;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* Portfolio Page */

.portfolio-filters {
  text-align: left;
  margin-top: -25px;
}
.portfolio-filters span {
  font-size: 16px;
  margin-right: 10px;
}
.portfolio-filters li, .pagination-blog a {
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  padding: 5px 20px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.portfolio-filters li.active, .pagination-blog a.active {
  background-color: black;
  color: white;
}

.blog-no-image-space{
  width: 100%;
  height: 40px;
}

.pagination-blog{
  margin-top: -35px;
  margin-bottom: 20px;
  text-align: center;
}

/* Portfolio Single -------------------------------------------------------- */
.project-details {
  padding: 0px 10px;
}

.project-content img {
  margin: 50px auto;
  max-width: 100%;
}

.portfolio-nav .nav-prev, .portfolio-nav .nav-next {
  padding: 30px 0px;
}

.portfolio-nav .arrow-right, .portfolio-nav .arrow-left {
  background: url("./images/arrows.png") transparent no-repeat;
  height: 32px;
  width: 42px;
  display: inline-block;
}
.portfolio-nav .arrow-right {
  background-position: -48px 0px;
}

.portfolio-nav .mask img {
  height: 80px;
  width: 80px;
  border-radius: 80px;
  border: 1px solid black;
}

.portfolio-nav-bock {
  width: 50%;
}

.portfolio-nav-link{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}

.work_type_tag a{
text-decoration: none;
color: #000;
cursor: default;
pointer-events: none;
}


@media (max-width: 767px) {
  .portfolio-nav-bock {
    width: 100%;
    float: none;
  }

  .arrow-l {
  }

  .title-l {
  }

  .image-l {
  }

  .portfolio-nav-bock {
    width: 100%;
  }

  .portfolio-nav .nav-next, .portfolio-nav .nav-prev {
    border-left: 0;
    border-right: 0;
  }

  .portfolio-nav-bock .row {
    margin-left: auto;
    margin-right: auto;
  }
}


.no-pointer-events{
pointer-events:none;
border-left: 0px solid black!important;
border-right: 0px solid black!important;
}

/* Grid work */

.grid {
  margin: 0;
  padding: 2px;
  margin-bottom: -100px;
}
.grid-homepage {
  margin-bottom: 0px;
}

.grid li {
  margin: 0;
  padding: 0;
}

.grid figure {
  margin: 0;
  position: relative;
}

.grid figure img {
  max-width: 100%;
  display: block;
  position: relative;
  border: none !important;
}
.grid figcaption {
  position: absolute;
  top: 0;
  right: 0;
}

.grid figcaption h3, .grid figcaption h2 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-align: left;
}

.grid figcaption span {
  font-family: 'Josefin Slab', serif;
  font-size: 14px;
  text-align: left;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.grid figcaption span:before {
  content: '';
}

.grid figcaption a {
  text-align: center;
  padding: 5px 15px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
   text-transform: uppercase;
}

/* Wookmark General Styling */
#tiles li.inactive {
  visibility: hidden;
  opacity: 0;
}

#tiles li img {
  display: block;
}

#main {
  position: relative;
}

#tiles li {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.wookmark-placeholder {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.masonry #tiles li {
  width: 25%;
  display: none;
  /** Hide items initially to avoid a flicker effect **/
  cursor: pointer;
  list-style: none;
}

#og-grid .mix {
  opacity: 0;
  display: none;
}

.large-block-grid-5 > li:nth-of-type(5n+1) {
  clear: none !important;
  padding-left: 0px!important;
  padding-right:  0px!important;
}

.large-block-grid-5 li {
  clear: none !important;
  padding-left: 0px!important;
  padding-right:  0px!important;
}

.small-block-grid-2 > li:nth-of-type(2n+1) {
  clear: none !important;
}

.og-grid li{
padding: 0 0 0 0;
}

/* 13. Footer  -------------------------------------------------------- */

#footer-sidebar {
  text-align: center;
  padding: 20px 0px;
}

#footer-info {
overflow: hidden;
}

#footer-info div{
margin-top: 20px;
margin-bottom: 20px;
}

#footer-info ul {
  position: relative;
}



/* 14. Widget Styles ---------------------------------------------- */

.textwidget, .text-footer{
font-family: 'Josefin Slab', serif;
padding-top:10px; padding-bottom:10px;
}

.widget form {
  position: relative;
}
.widget form input {
  font-family: 'Josefin Slab', serif;
}
.widget form input[type="text"] {
  width: 100%;
  position: relative;
}
.widget form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0px;
  height: 22px;
  width: 20px;
  margin-top: 15px;
  margin-right: 20px;
  z-index: 1;
  padding: 0px;
  padding-left: 10px;
  cursor: pointer;
  color: transparent;
  background: url("images/zoom.png") no-repeat center left;
  -moz-box-sizing: context-box;
  -webkit-box-sizing: context-box;
  box-sizing: content-box;
}

.widget {
  position: relative;
  margin-bottom: 50px;
}
.widget ul {
  margin: 0;
  padding: 0;
}
.widget li {
  font-family: 'Josefin Slab', serif;
}
.widget li a {
  color: black;
  line-height: 30px;
  font-weight: normal;
}
.widget li a .quantity {
  margin-left: 5px;
}
.widget li a:hover {
  text-decoration: underline;
}

.widget_search{
background-color: transparent!important;
border: none!important;  
padding:0 0 0 0!important;
}

.widget_search #s{
box-shadow: 4px 4px #f1f1f1!important;
padding-left: 30px;
padding-top: 2px;
}

.categories-widget, .archive-widget, .meta-widget, .contact-widget, .widget{
  background-color: white;
  padding: 30px;
}
.categories-widget .corner, .archive-widget .corner, .meta-widget .corner, .contact-widget .corner {
  background: url("./images/fold.png") #f6f6f6 no-repeat bottom left;
  height: 23px;
  width: 23px;
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
}
.categories-widget h4, .archive-widget h4, .meta-widget h4, .contact-widget h4, .widget h4 {
  padding-bottom: 5px;
  margin: 0;
  margin-bottom: 10px;
}
.categories-widget iframe, .archive-widget iframe, .meta-widget iframe, .contact-widget iframe {
  min-height: 300px;
  width: 100% !important;
  border: none !important;
}

.widget_calendar table{
  border: solid 0px #ddd; 
   margin-bottom: 0px;

}

.widget_calendar #next{
  text-align: right;
}

.widget_calendar td, .widget_calendar th{
    padding: 5px 5px!important;
    font-family: "Libre Baskerville", serif;
}


.widget_calendar caption{
  font-family: "Libre Baskerville", serif;
  text-align: left;
  color: black;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  margin: 0;
  margin-bottom: 10px;
}


.widget_nav_menu a{
  text-transform: none!important;
  font-family: 'Josefin Slab', serif!important;
  padding: 0px 0px!important;
  font-size: 1rem!important;
  font-weight: normal!important;
}


.widget_nav_menu .sub-menu
{
  padding-left: 20px;
}

.tagcloud a{
  font-family: 'Josefin Slab', serif!important;
  color:#515151;

}

/* 15. Galleries ---------------------------------------------- */

.gallery {
  margin-bottom: 1.6em;
}

.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery .gallery-item img {
  width: 100%;
  border: none!important;
  margin-bottom: 0px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon, .gallery-item  {
  margin: 0!important;
  padding: 0!important;
}

.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}



/* 16. Visual Composer Styles ---------------------------------------------- */

.wpb_progress_bar_heading, .vc_separator h4{
  font-family: 'Montserrat', sans-serif!important;
  color: #000!important;
  text-transform: uppercase!important;
  font-size: 12px!important;
  border-top: 1px solid #000!important;
  padding-top: 5px!important;
  width: 100%!important;
  border-bottom: 1px solid #E6E6E6!important;
  padding-bottom: 5px!important;
  margin-bottom: 20px!important;
  margin-top: 0px!important;
  line-height: 2em!important;
}

.vc_separator{
  margin-bottom: 15px!important;
}

.wpb_accordion_header a{
  font-family: 'Montserrat', sans-serif!important;
  color: #000!important;
  font-size: 13px;
}

.wpb_accordion_header:active, .wpb_accordion_header:focus { outline-style: none; -moz-outline-style:none; }


.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon{
  top: 0.3em!important;
}

.vc_progress_bar {
  padding-top: 1px;
}
.vc_progress_bar .vc_single_bar {
  height: 10px;
  margin-top: 30px;
  margin-bottom: 50px!important;
  border-radius: 0px;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
  border-radius: 0!important;
  background-color: #ebebeb!important;
  position: relative;
}

.vc_progress_bar .vc_single_bar .vc_bar {
  position: absolute;
  background-color: black; 
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
  border-radius: 0!important;
}

.vc_progress_bar .vc_single_bar .vc_label {
font-family: 'Josefin Slab', serif;
font-size: 13px;
position: absolute;
top: -25px;
width: 100%;
padding: 0px!important;
/* float: left; */
font-size: 16px;
}
.vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
float: right;
}

.wpb_pie_chart_heading {
font-size: 14px;
font-weight: 300;
font-family: 'Josefin Slab', serif;
}

.vc-carousel, 
.vc_images_carousel { 
width: 100% !important; 
}

.vc_images_carousel { 
width: 100% !important; 
}

@media only screen and (max-width: 768px) {
  .wpb_single_image img {
  width: 100%;
  padding-bottom: 15px;
}
}


/* 17. Responsive Fixes -------------------------------------------------------- */

@media screen and (max-width: 1024px) {
  .nav-tagline {
    display: none;
  }
  .sidebar {
    padding-left: 0px;
    width: 100%;
    clear:both;
  }
  .page > .page, .archive > .archive {
  padding: 20px 20px 100px;
  }


@media (max-width: 883px) {
  .menu, .menu ul{
    width: 100%;
  }

}

}

/* 18. Wordpress Default Styles -------------------------------------------------------- */

/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
  margin: 0 0 1.5em 0;
  }
.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
  }
.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
  }
.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
  }
.alignnone, img.alignnone {
  /* not sure about this one */
  max-width: 100%;
  }
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
  }
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
  }
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 14px;
  margin: 0;
  }
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
  }
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
  }
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
  }

.sticky{}
.bypostauthor{}

.size-full,
.size-large,
.size-medium,
.size-thumbnail {
max-width: 100%;
}