/*
Theme Name: Mueller Berg
Theme URI: Theme URI: http://themeforest.net/user/maskan
Description: Customized theme for Mueller Reports. This theme was created by FARM LLC using the parent theme Berg by Maskan.
Author: FARM
Author URI: http://growwithfarm.com
Version: 1.0
Template: berg
*/

@import url("/content/themes/berg/style.css");

/* TABLE OF CONTENTS ======================== */
/*
---------------------------------------------
=============================================
  - Typography
  - Intro Slider / Owly Carousel
  - Top Navigation
  - Separators 
  - Page Headers
  - Animation Blocks
  - Buttons
    > Slider Buttons
    > Page Buttons
  - Footer
  - Responsive
=============================================
---------------------------------------------
*/

/* Typography ------------------------------- */
/* Custom Font Face for Headings */
@font-face{ 
	font-family: 'VeniceSerif-Light';
	src: url('/content/themes/berg-mueller/fonts/VeniceSerif-Light.eot');
	src: url('/content/themes/berg-mueller/fonts/VeniceSerif-Light.eot#iefix') format('embedded-opentype'),
	     url('/content/themes/berg-mueller/fonts/VeniceSerif-Light.woff') format('woff'),
	     url('/content/themes/berg-mueller/fonts/VeniceSerif-Light.ttf') format('truetype'),
	     url('/content/themes/berg-mueller/fonts/VeniceSerif-Light.svg#webfont') format('svg');
}

/* Raleway for most copy */
body,p,h3,h4{
    font-family: 'Raleway', 'Helvetica', 'Verdana', sans-serif !important;
    font-weight:300 !important;
    color:#77777A !important;
}

/* VeniceSerif for headers */
h1,h2{ 
	font-family:'VeniceSerif-Light', 'Nixie One', sans-serif !important;
	font-size:48px;
  font-weight:200;
  color:#77777A !important;
}
/* ^^ ------------------------------- ^^ */

/* Intro Slider MasterSlider ---------------------- */
.ms-mueller{
  /*
    padding-top: 20px;
    position: relative;
    overflow: hidden;
    height:500px !important;
*/
}
.ms-mueller-inner{
  /*
    height:605px !important;
    */
}
.ms-mueller-outer{
  /*
    
    */
}

.ms-layer{
    font-family:'VeniceSerif-Light', 'Nixie One', sans-serif !important;
    font-size: 54px !important;
    line-height: 42px !important;
    font-weight:300 !important;
}
/* Intro Slider Owly Carousel ---------------------- */
.intro{
  max-height:90% !important;
}
.intro_text{ 
  /*
  background: url('/content/uploads/2016/11/bg-trans-red.png');
  width: 50vw;
  height: 50vw;
  max-width: 500px !important;
  max-height: 500px !important;
  min-width: 300px !important;
  min-height: 300px !important;
  margin-left:80px;
  margin-right:20px;
  */
}

/* Container Adjustments -------------------- */
.fw-row{
  padding-top: 0px !important;
}

.simple_block{

    padding:50px !important;
}


/* Content Box Adjustments ------------------ */
#services {
    border-color: #ffffff !important;
    border-bottom: none !important;
}
#services .simple_block{

    padding:20px !important;
}

#services .bordered_block{

    padding:20px !important;
    border-color: #ffffff !important;
}

#about .bordered_block{

    padding:20px !important;

}

#about .container{

    padding:10px !important;
    margin-left: 10px !important;
    margin-right: 20px !important;
    width: 95% !important;
}

#separator_1 .bordered_block{
    border-color: #ffffff !important;
}

.bordered_block {
    border-right: 5px solid #ffffff !important;
    border-top: 5px solid #ffffff !important;
    border-bottom: 5px solid #ffffff !important;
}


/* --------------------------------------------- */


.great_title {
	  font-family:'VeniceSerif-Light', 'Nixie One', sans-serif !important;
		font-size: 72px !important;
    line-height: 64px !important;
    font-weight:300 !important;
}

.great_subtitle{
  font-family: 'Raleway', sans-serif !important;
  font-size:18px !important;
  line-height: 28px !important;
  font-weight:normal !important;
  color:#ffffff !important;
  margin-bottom:50px;
}
/* ^^ ------------------------------- ^^ */

/* Top Navigation Menu ---------------------- */

.berg_sub_menu a{
  font-family: 'Raleway', sans-serif !important;
  font-size:12px !important;
  font-weight:bold !important;
  color:#000000 !important;
  letter-spacing: 3px;
}

.sub-menu a{
    font-family: 'Raleway', sans-serif !important;
  font-size:12px !important;
  font-weight:normal !important;
  color:#000000 !important;
  letter-spacing: 1px;
}

.berg_sub_menu a:hover{
  background-color:#e5f5f7 !important;
}

.sml_abs_title{
  font-family: 'Raleway', sans-serif !important;
  font-size:14px 					!important;
  font-weight:300 !important;
  color:#77777A !important;
}

.breadcrumbs{
  font-family: 'Raleway', sans-serif !important;
  font-weight: 700 !important;
	text-transform:uppercase;
  letter-spacing: 1px;
}
/* ^^ ------------------------------- ^^ */

/* Buttons ---------------------- */
.fw-btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fw.fw-btn span {
  display: block;
}
.fw-btn:hover,
.fw-btn:focus {
  text-decoration: none;
  outline: none;
  opacity: 0.85;
}

/* Slider Buttons */
.btn, .fw-btn{
   font-family: 'Raleway', sans-serif !important;
   font-weight: 700 !important;
   letter-spacing: 2px;
    text-transform:uppercase;
}

.btn-white a{
  
}

/* Page Buttons */
.fw-btn-black{
    background-color: #c8102e 	!important;
    border-color: #c8102e 			!important;
    color: #ffffff 							!important;
    -webkit-border-radius:0     !important;
    border-radius:0             !important;
}

.fw-btn-blue{
    background-color: #c8102e 	!important;
    border-color: #c8102e 			!important;
    color: #ffffff 							!important;
    -webkit-border-radius:0     !important;
    border-radius:0             !important;

}


input[type="submit"] {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 1px;
}


/* ^^ ------------------------------- ^^ */


/* Page Headers (like separator)  ---------------------- */
.inside_title{
	background-size: auto!important;
	background-repeat: repeat!important;
	background-position: center;
	position: relative;
}
/* ^^ ------------------------------- ^^ */

/* Table Modifications (LENDER SERVICES) ----------------------- */
.heading-row{
    background-color: #c8102e;
    color:#fff;
    font-size: 16px;
    font-weight: 700;
}

/* Team Block ( HOME PAGE ) ------------------------------------ */
.m-team-home-container{
    background-color:#f4f3f3;
}
.m-team-home-row{
    margin-left: 0px;
}
.m-team-home-imagediv{
    width: 100%; min-height: 290px;
}
.m-team-home-textblock{
    color:#777779; margin-left: 25px; margin-right: 25px;
}
.m-team-home-textblock h1{
    color:#777779; font-size: 59px;
    padding-bottom: 20px;
}
.m-team-home-textblock p{
    font-size: 18px;
    line-height: 30px;
}


/* About Block ( HOME PAGE ) ------------------------------------ */
.m-about-container{
    background-color:#f4f3f3; border:solid; border-color: #e3e3e3; border-width: 1px 0px 1px 0px
}
.m-about-row{
    margin-left: 25px !important;
}
.m-about-textblock{
    color:#777779; margin-right: 25px;
}
.m-about-textblock p{
   /*
   font-size: 18px;
    line-height: 30px;
    */
}
.m-about-title{
    color:#777779; font-size: 59px;
    padding-bottom: 20px;
}
.m-about-title-icon{
    width: 41px; height: 41px; margin-left:12px; margin-bottom: 3px;
}

.m-about-imagediv img{
    height: 100%;
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
}
/* Sub Page Headers ( ALL SUB PAGES ) ------------------------------------ */
.m-sph-container{
  display: block;
  overflow: hidden;
}

.m-sph-row{
  margin: 0 !important; 
  background-color: #f4f3f3; 
  height: 292px;
}

.m-sph-leftblock{
  height: 292px; 
  background-color: #fff;
  padding:0px !important; 
  margin: 0 !important;
}


.m-sph-image{
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 292px;
}

.m-sph-title-container{
  height: 100%;
    display: table-cell; height: 292px; vertical-align: middle;
}

.m-sph-title{
  color:#fff !important; 
  font-size: 76px;
    line-height: 55px;
    margin-top: 0px !important;
    margin-bottom: 5px !important;
  /*margin: 100px 0px 0px 50px;*/
}

.m-sph-subtitle{
  color: #fff !important;
  font-size: 19px;
/*  margin: 10px 0px 0px 55px; */
  letter-spacing: 1px;
  font-weight: 300;
    line-height: 20px;
}

.m-sph-rightblock{
  background-color:#f4f3f3;
}




.m-sph-text{
  line-height: 20px;
  color:#777779; 
/*  margin: 75px 50px 50px 50px; */
    display: table-cell; height: 292px; vertical-align: middle;

}


/* (Lender Services) ------------ */

#m-residential-section-1{
    background-color:#fff; border:solid; border-color: #e3e3e3; border-width: 0px 0px 1px 0px;
}
#m-residential-section-2{
    background-color:#fff; border:solid; border-color: #e3e3e3; border-width: 0px 0px 1px 0px;
}
#m-residential-section-3{
    background-color:#fff; border:solid; border-color: #e3e3e3; border-width: 0px 0px 1px 0px;
}
#m-residential-section-4{
    background-color:#fff; border:solid; border-color: #e3e3e3; border-width: 0px 0px 1px 0px;
}
/* Team Blocks WIDE ( Our Team ) -------------- */

.m-team-wide-container{
    background-color:#fff; border:solid; border-color: #e3e3e3; border-width: 0px 0px 1px 0px;
}

.m-bottom-border-container{
    background-color:#fff; border:solid; border-color: #e3e3e3; border-width: 0px 0px 1px 0px;
}

.m-team-name{
    font-family:'Raleway'!important;
    color:#c8102e !important; font-size: 21px;
}

.m-team-biotext{
    line-height: 25px;
}

.m-team-photo img{
    width: 100%;
}

.m-team-quote{
  position: absolute;
  top:0px;

  width: 100%;
  height: 100%;

  background: #da1931; 
  
  text-align: center; 


  padding: 25px;

  padding-top: 20%;

  opacity: 0;

}

.m-team-quote-text {
  color: #fff;
  font-family: 'Raleway', 'Helvetica', 'Verdana', sans-serif !important;
  font-weight:600 !important;
  font-size: 20px;

  width: 80%;
  opacity: 1;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.m-team-copycontainer{

  color:#777779; margin-left: 50px; margin-right: 50px;



   
}

/* Team Blocks SQUARE ( Our Team ) -------------- */

.m-team-sq-container{
    text-align: center; width:90%;
}

.m-team-sq-textblock{
    margin-left: 25px; margin-right: 25px; margin-top: 10px;
}

.m-team-sq-name{
    color:#555557; font-family:'Raleway'!important; font-weight: 900; font-size: 18px;
}
.m-team-sq-title{
    color:#777779; font-size: 18px; font-weight: 300;
}

.m-center-both{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Timeline Animation Block ( Homepage  ) ---------------------- */

.m-time-container{
  margin-top: 10px; 
  height: 210px;
  overflow: hidden;
}
.m-time-year{
  width:200px; height:200px; 
  background: #da1931; 
  text-align: center; 
  margin-top: 0px; 
}

.m-time-year p{
  color:#ffffff !important; 
  font-size:68px !important;     
  font-family: 'VeniceSerif-Light', 'Nixie One', sans-serif !important;
  padding-top: 90px;
}

.m-time-desc{
  width:200px; height:200px; 
  background: #f4f3f3; 
  text-align: center; 
  margin-top: 0px;  
  border:solid; border-color: #e3e3e3; border-width: 1px 1px 1px 1px;
  position: relative; top:-200px;
}

.m-time-desc p{
  font-size: 14px; 
  color: #777779; 
  line-height: 18px; 
  padding: 20px; 
  padding-top: 35px;
}

/* ^^ ------------------------------- ^^ */



/* Footer -------------------- */
.footer {
 color:#ffffff;
}

.footer_menu h3{
  font-family: 'Raleway', 'Helvetica', 'Verdana', sans-serif !important;
  font-size:16px !important;
  font-weight:300 !important;
  letter-spacing: 3px;
}
/* ^^ ------------------------------- ^^ */

/* Responsive Overrides ---------------------- */

@media (max-width:1275px) {
  /* Top Navigation Menu ---------------------- */

  .berg_sub_menu a{
    font-family: 'Raleway', sans-serif !important;
    font-size:14px !important;
    font-weight:bold !important;
    color:#ffffff !important;
    letter-spacing: 3px;
  }

  .sub-menu a{
      font-family: 'Raleway', sans-serif !important;
    font-size:14px !important;
    font-weight:normal !important;
    color:#eeeeee !important;
    letter-spacing: 1px;
  }

  .berg_sub_menu a:hover{
    background: rgba(205, 0, 35,0.45) !important;
  }

  .sub_cont {
				background: rgba(0,0,0,0.85) !important;
  }
  .sml_abs_title{
    font-family: 'Raleway', sans-serif !important;
    font-size:16px 					!important;
    font-weight:300 !important;
 
  }

  .great_title {
        font-family:'VeniceSerif-Light', 'Nixie One', sans-serif !important;
      font-size: 50px !important;
      line-height: 48px !important;
      font-weight:200 !important;
  }

  .intro_text {
      top: 0!important;
      bottom: auto!important;
      width: 50vw!important;
      height: 50vw!important;
      text-align: left!important;
      margin: 0;
      position: absolute;
      padding: 24px!important;
      left: 0;
      font-weight:200 !important;
  }

  .text-left {
      text-align:left;
  }
}


@media (max-width:768px){
  .footer {
    text-align: center !important;
  }
  .text-right {
    text-align: center !important;
  }
}
@media (max-width:700px){
    #m-tagline{
        display: none !important;
    }
}
@media (max-width:480px){
}
  
  


