/*
Theme Name: Maatouk Law Group Whitev1 Theme
Author: Click Media Theme  Build
Author URI: https://clickclick.media/
Description: Custom theme build in boilerplate + bootstrap using SASS
*/
@import url('css/main.css');
.office-c {
	min-height: 230px;
}

.office-m {
	clear: both;
	display: inline; 
	width: 300px; 
	height: 200px; 
	float: right;
}
#inner-content ul li, #inner-content ol li {
	text-transform: capitalize;
}


.gform_validation_container{
	display:none;
}


/*
 * ===================================================== *
 * ================== SERVICES ICON CSS ================ *
 * ===================================================== *
 */

@media screen {
  #sidebar > div {
    opacity: 0;
    transition: all .9s;
    -webkit-transition: all .9s;
    -ms-transition: all .9s;
    -o-transition: all .9s;
  }
  #sidebar.active-sidebar >div {
  	opacity: 1;
  } 
  .services-icons .wrap .item {
    min-height: 150px;
    position: relative;
    padding-bottom: 15px;
    padding-top: 20px;
  }
  .services-icons .wrap > div:last-child .item:last-child {
    border-bottom: none;
  }
  .services-icons .item h3 {
    line-height: 21px;
  }
  .services-icons .item:hover a,
  .services-icons .item:hover h3 {
    text-decoration: none;
    color: #2F7BB5;
  }
  .services-icons .item img {
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .services-icons .item:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
  }
}

.side-ctrl-phone{
  right: 60px !important;
  padding: 7.5px 8px !important;
}

#header .logo{
  max-width: 185px !important;
}

@media (min-width: 768px) {
  .services-icons .wrap > div .item {
    padding-top: 15px;
  }
  #header .logo{
    max-width: 254px !important;
  }
}

.btn.btn-consultation{
  color: white !important;
  font-size: 15px !important;
  padding: 10px 15px !important;
  height: auto !important;
  line-height: normal !important;
}
#header .btn.btn-header{
  color: white !important;
}
.btn.btn-consultation:active,
.btn.btn-consultation:hover,
#header .btn.btn-header:hover{
  color: #1d2030 !important;
}
.thryvform-frame{
  width: 100% !important;
  height: 100vh;
  border: 1px solid #cecece;
}

@media (min-width: 768px) {
  .new-row{
    display:flex;
    align-items: center;
  }
}