/*
Theme Name: Interiors
Theme URI:
Author: Aakash Ahmed
Author URI: http://aakashahmed.com/
Description: Custom theme for Interiors website
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
section.section.categories {
    /*margin-bottom: 66px;*/
}
section.section-about .person-info-wrapper .person-description .main-description p:nth-of-type(3){
  padding-bottom: 40px;
}
section.section-about .person-info-wrapper .person-description .main-description{
  margin-bottom: 50px;
}
header.other-header {
    min-height: 242px;
    background-image: url(images/portfolio-header-bg.jpg);
}
.pagination{
  margin: 0px auto;
  display: block;
  text-align: center;
}
.pagination>li{
  display: inline-block;
}
.pagination>li>* {
    color: #ffffff!important;
    background-color: #90ad3e!important;
    padding: 13px 21px!important;
    font-size: 24px;
    border-radius: 0px!important;
    text-transform: uppercase;
}
.pagination li a i{
  margin-left: 5px;
  margin-right: 5px;
}
.post-content p{
  margin-bottom: 20px;
}
.post-content img{
  max-width: 100%!important;
  height: auto;
}


.testimonial-box .text-wrap{
  border-top: 6px solid #90ad3e;
  min-height: 431px;
  padding: 0 5px 0 15px;
  display: table;
}
.testimonial-box .text-wrap .box-text{
  display: table-cell;
  vertical-align: middle;
}
.testimonial-box .text-wrap .box-text .testimonial-item{
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  background-color: #ffffff;
  opacity: 0.761;
  max-width: 100%;
  position: relative;
}

.testimonial-box .text-wrap .box-text .testimonial-item:before{
  content: "";
  position: absolute;
  z-index: 2;
  left: 28px;
  top: -30px;
  width: 65px;
  height: 60px;
  background: url(images/bloquotTop.png);
}
.testimonial-box .text-wrap .box-text .testimonial-item:after{
  content: "";
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: -30px;
  width: 65px;
  height: 60px;
  background: url(images/bloquotBottom.png);
}
.testimonial-box .text-wrap .box-text .testimonial-item .content{
  font-size: 25px;
  color: #000000;
  padding: 33px 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.testimonial-box .text-wrap .box-text p.author {
    text-align: center;
    font-size: 22px;
}

.testimonial .slick-dots {
  position: absolute;
  bottom: 20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.testimonial .slick-dots li{
  margin: 0px;
}
.testimonial .slick-dots li button:before{
  font-size: 11px;
}
img.alignleft {
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}
img.alignright{
    margin-top: 20px;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

section.section-portfolio .portfolio-wrapper .portfolio-sections .container .portfolio-text-box{
	text-align: left;
float: left;
width: 100%;
}
section.section-portfolio .portfolio-wrapper .portfolio-sections .container .portfolio-text-box .text-wrap{
	width: 100%;
	min-height: 280px!important	;
}
section.section-portfolio .portfolio-wrapper .portfolio-sections .container .portfolio-img-box{
	width: 100%;
}
section.section-portfolio .portfolio-wrapper .portfolio-sections .container .portfolio-img-box .box-bg{
    background-size: cover!important		;
}