/*!/wp-content/themes/margolius_v2/css/custom.css*//* Global */
@font-face {
	font-family: 'fontello';
	src: url('/wp-content/themes/margolius_v2/css/../fonts/fontello.eot?51373391');
	src: url('/wp-content/themes/margolius_v2/css/../fonts/fontello.eot?51373391#iefix') format('embedded-opentype'),
		url('/wp-content/themes/margolius_v2/css/../fonts/fontello.woff?51373391') format('woff'),
		url('/wp-content/themes/margolius_v2/css/../fonts/fontello.ttf?51373391') format('truetype'),
		url('/wp-content/themes/margolius_v2/css/../fonts/fontello.svg?51373391#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
 font-display:swap;}
*{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
body{
	font-family: 'Open Sans', sans-serif;
	position:relative;
	overflow-x:hidden;
}
.wrap{
	max-width:1400px;
	width:100%;
	margin:0 auto;
}
a, button, input[type=submit]{
	transition-duration:0.2s;
	transition-delay:0.1s;
}
a:hover, button:hover, input[type=submit]:hover{
	transition-duration:0.2s;
}
p{
	margin:1em 0 0 0;
}
ul, ol{
	margin:1em 0 0 2em;
}
h3{
	margin:1.5em 0 0 0;
}


/* Header */
#header{
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(255,255,255,0.75);
  	transition: all 1s;
}
#header.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index:100;
	box-shadow:0 5px 10px rgba(0, 0, 0, 0.1);
	background: rgba(255,255,255,1);
}
#header .wrap{
	padding-left:20px;
	padding-right:20px;	
}
#header .top-header{
	padding:35px 0;
}
#header .top-header .wrap{
	display:flex;
	justify-content:space-between;
}
#header #logo p{
	font-family: 'DM Sans', sans-serif;
	font-size:48px;
	font-weight:700;
	color:#1d1d1d;
	margin:0;
}
#header #logo h2{
	font-family: 'DM Sans', sans-serif;
	font-size:24px;
	font-weight:500;
	color:#333;
	max-width:600px;
}
#header #logo a{
	text-decoration:none;	
	color:#333;
}
#header #call{
	color:#1d1d1d;
	font-size:20px;
	font-weight:600;
	margin:0;
}

#navigation{ 
	position: relative; 
	z-index: 100; 
	clear:both; 
	background:#FFF;
}
#navigation .center{ 
	clear:both; 
}
#navigation ul{
	margin:0;
}
#navigation li{ 
	display: inline-block; 
	list-style-type: none; 
	position: relative; 
	margin-right:24px;
}
#navigation li:last-child{
	margin-right:0;	
}
#navigation a{ 
	color:#99331f; 
	font-size:22px;
	font-weight:700;
	text-decoration:none; 
	text-transform:uppercase;
	display: block; 
	padding: 10px; 
}
#navigation ul.menu > li:first-child a{
	padding-left:0;	
}
#navigation a.on,
#navigation a:hover{ 
	color:#1d1d1d; 
	text-decoration: none; 
}
#navigation ul.menu li.current-menu-item a{
	color:#1d1d1d;
}
#navigation ul.menu li.current-menu-item .sub-menu a{
	color:#FFF;
}
#navigation ul.menu .sub-menu li.current-menu-item a{
	color:#FFF;
	text-decoration:underline; 
}
#navigation .sep{ 
	display: none; 
}
#navigation .dropdown{ 
	position: absolute; 
	top: 50px; 
	left: 0; 
	display: none; 
	background:rgba(51,51,51,0.9);
}
#navigation .dropdown li a{ 
	font-size:18px;
	font-weight:600;
	text-transform:none;
	color:#FFF;
	padding:5px 0px;
}
#navigation .dropdown li a:hover{
	text-decoration:underline;
	color:#FFF;
}
#navigation ul ul{ 
	float: none; 
	display: block; 
	text-transform: none; 	
	line-height: 24px; 
	letter-spacing: 0; 
	padding:5px 15px; 
}
#navigation ul ul{
	height: 100%; 
}
#navigation ul ul li{ 
	float: none; 
	display: block; 
}
#navigation ul ul a{ 
	float: none; 
	padding: 0; 
	white-space: nowrap; 
}
#navigation .mobile-button{
	display:none; 
}
#navigation .mobile-button button small{ 
	font-weight:300; 
	font-size:13px; 
	vertical-align:top; 
}
#navigation .mobile-button button.cross small{ 
	position:relative; 
	top:-8px; 
}
#navigation .menu li a .arrow{ 
	display:none; 
}
#social-buttons{
	margin:0;
}
#header #call a{
	color:#99331f;
	text-decoration:none;
}
#header.sticky #logo p{
	font-size:38px;
}
#header.sticky #logo h2{
	font-size:21px;
}
#header.sticky #call{
	font-size:18px;
}
#header.sticky #navigation a{
	font-size:18px;
}


/* Page Header */
#page-header{
	width:100%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	min-height:580px;
	padding-top: 215px;
	padding-left:20px;
	padding-right:20px;
}
.blog #page-header,
.single-post #page-header{
	display:flex;
	align-items:center;
	margin:0;
}
.blog #page-header h1,
.single-post #page-header h1{
	line-height:1.2em;
}
#page-header .heading-box{
	/*background:rgba(153,51,31,0.75);*/
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:center;
	max-width:55%;
	font-size:20px;
	line-height:1.6em;
	color:#FFF;
	padding:52px 30px;
	margin-left:-30px;
}
#page-header .heading-box h1{
	/*color:#FFF;*/
	font-family: 'DM Sans', sans-serif;
	font-weight:400;
	font-size:32px;
	text-align:left;
	line-height:1em;
	margin-bottom:20px;
    color: #99331f;
    background: rgba(255,255,255,0.75);
	padding:10px;
}
#page-header .heading-box p{
	font-weight: bold;
	text-shadow:2px 2px 2px #333;
	color:#FFF;
}
#page-header .heading-box h1 strong{
	font-weight:700;
}
#page-header .heading-box .btn{
	font-weight:700;
	font-size:22px;
	text-align:center;
	color:#99331f;
	text-decoration:none;
	background:#FFF;
	border-radius:6px;
	padding:10px 15px;
	display:inline-block;
	margin-top:5px;
	text-shadow:none;
}
#page-header .heading-box .btn:hover{
	background:#99331f;
	color:#FFF;
}
#page-header .heading-box p:last-child{
	margin-bottom:0;
}
#page-header .heading-title{	
    margin-top: 100px;
}
#page-header .heading-title h1{
    color: #FFF;
    /* text-shadow: 1px 1px 5px rgba(0,0,0,0.5); */
	text-shadow: 1px 1px 8px rgba(0,0,0,0.75);
    font-size: 60px;
}
.single-post #page-header .heading-title{
	margin:0;
}


/* Footer */
#footer-widgets{
	width:100%;
}
#footer-widgets .footer-widgets-1{
	background:#444;
	padding:40px 20px;
	color:#FFF;
	font-family: 'DM Sans', sans-serif;
	font-weight:400;
	font-size:36px;
	text-align:center;
	line-height:1.2em;
}
#footer-widgets .footer-widgets-1 .wrap{
	padding-left: 0;
    padding-right: 0;
    max-width: 980px;
}
#footer-widgets .footer-widgets-1 p{
	margin:0;
}
#footer-widgets .footer-widgets-1 strong{
	font-weight:600;
}
#footer-widgets .footer-widgets-2{
	padding:50px 20px;
	background:#f7f7f6;
}
#footer-widgets .footer-widgets-2 .widget-title{
	color:#1d1d1d;
	font-family: 'DM Sans', sans-serif;
	font-weight:600;
	font-size:36px;
	text-align:left;
	line-height:1.2em;
	margin-bottom:40px;
}
#footer-widgets .footer-widgets-2 .recent-posts-widget-with-thumbnails ul li{
	margin-bottom:40px;
}
#footer-widgets .footer-widgets-2 .recent-posts-widget-with-thumbnails ul li:last-child{
	margin-bottom:0;
}
#footer-widgets .footer-widgets-2 .recent-posts-widget-with-thumbnails ul li > a{
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	font-weight:700;
	text-align:left;
	color:#99331f;
	line-height:1.5em;
	text-decoration:none;
}
#footer-widgets .footer-widgets-2 .recent-posts-widget-with-thumbnails ul li > a:hover{
	color:#1d1d1d;
}
#footer-widgets .footer-widgets-2 .recent-posts-widget-with-thumbnails ul li a.readmore{
	color:#99331f;
	margin-left:7px;
}
#footer-widgets .footer-widgets-2 .recent-posts-widget-with-thumbnails ul li a.readmore:hover{
	color:#1d1d1d;
	text-decoration:none;
}
#footer-widgets .footer-widgets-2 .recent-posts-widget-with-thumbnails ul li .rpwwt-post-excerpt{
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	font-weight:400;
	text-align:left;
	color:#1d1d1d;
	line-height:1.5em;
}
#footer-widgets .footer-widgets-3{
	padding:50px 20px;
	background:#fff;
}
#footer-widgets .footer-widgets-3 .widget-title{
	color:#1d1d1d;
	font-family: 'DM Sans', sans-serif;
	font-weight:600;
	font-size:36px;
	text-align:left;
	line-height:1.2em;
	margin-bottom:40px;
}
#footer-widgets .footer-widgets-3 .awards .custom-html-widget{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
#footer-widgets .footer-widgets-3 .awards .custom-html-widget > div{
	margin:20px;
}
#footer-widgets .footer-widgets-4{
	background-image:url('https://www.margoliuslaw.com/wp-content/uploads/2023/04/contact-bg.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	background-attachment:fixed;
	width:100%;
	padding:50px 20px;
	font-size:18px;
	/*color:#e0e0e0;*/
	color:#FFF;
	line-height:1.5em;
}
#footer-widgets .footer-widgets-4 h2{
	color:#FFF;
	font-family: 'DM Sans', sans-serif;
	font-weight:600;
	font-size:45px;
	text-align:left;
	line-height:1.2em;
	margin-bottom:40px;
	background:#00000011;
}
#footer-widgets .footer-widgets-4 h3{
	color:#FFF;
	background:#00000011;
}
#footer-widgets .footer-widgets-4 a{
	color:#FFF;
	text-decoration:underline;
	background:#00000011;
}
#footer-widgets .footer-widgets-4 a:hover{
	text-decoration:none;
}
#footer-widgets .footer-widgets-4 p{
	margin-bottom:25px;
	color:#FFF;
	background:#00000011;
}
#footer-widgets .footer-widgets-4 p strong{
	color:#FFF;
}
#footer-widgets .footer-widgets-4 .wrap{
	display:flex;
	flex-wrap:wrap;
}
#footer-widgets .footer-widgets-4 .wrap .widget{
	width:50%;
}
#footer-widgets .footer-widgets-4 .contact-left{
	padding-right:10%;
}
#footer-widgets .footer-widgets-4 .contact-left h3{
	font-size:18px;
	font-weight:700;
}
#footer-widgets .footer-widgets-4 .contact-list{
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
	list-style:none;
	margin:0 0 40px;
	padding:1.5em 0 0;
}
#footer-widgets .footer-widgets-4 .contact-list li{
	margin:0;
	padding:0;
}
#footer-widgets .footer-widgets-4 .contact-list li strong{
	font-size:18px;
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
	color:#FFF;
	display:block;
	margin-bottom:15px;
	background:#00000011;
}
#footer-widgets .footer-widgets-4 .contact-list li a{
	background:#99331f;
	color:#FFF;
	font-family: 'DM Sans', sans-serif;
	font-weight:600;
	font-size:20px;
	text-align:center;
	border-radius:6px;
    border: none;
	padding: 10px 20px;
    cursor: pointer;
	text-decoration:none;
	display:inline-block;
}
#footer-widgets .footer-widgets-4 .contact-list li a:hover{
	background:#1d1d1d;
}
#footer-widgets .footer-widgets-4 .gform_wrapper h4{
	color:#FFF;
	background:#00000011;
}
#footer-widgets .footer-widgets-4 .gform_wrapper .appt-type .gfield_label{
	float:left;
	margin-right:30px;
	margin-bottom:0;
	font-weight:400;
	font-size:14px;
	/*color:#CCC;*/
	color:#FFF;
	background:#00000011;
}
#footer-widgets .footer-widgets-4 .gform_wrapper .appt-type .gfield_radio{
	display:flex;
}
#footer-widgets .footer-widgets-4 .gform_wrapper .appt-type .gfield-choice-input+label{
	max-width:100% !important;
	margin-right:20px;
	font-size:14px;
	color:#FFF;
	background:#00000011;
}
#footer-widgets .footer-widgets-4 .gform_wrapper .gfield input[type=text],
#footer-widgets .footer-widgets-4 .gform_wrapper .gfield input[type=email],
#footer-widgets .footer-widgets-4 .gform_wrapper .gfield textarea{
	padding:20px;
	border-radius:6px;
	border:none;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
}
#footer-widgets .footer-widgets-4 .gform_wrapper .gform_footer input[type=submit]{
	background:#99331f;
	color:#FFF;
	font-family: 'DM Sans', sans-serif;
	font-weight:600;
	font-size:20px;
	text-align:center;
	border-radius:6px;
    border: none;
	padding: 10px 20px;
    cursor: pointer;
}
#footer-widgets .footer-widgets-4 .gform_wrapper .gform_footer input[type=submit]:hover{
	background:#1d1d1d;
}
#v2-slbadge div{
	color:#000;
}
#mh-client-rating-container{
	text-indent:-9999px;
}
#footer{
	width:100%;
	background:#FFF;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	text-align:center;
	color:#444;
	line-height:1.6em;
	padding:20px;
}
#footer p{
	color:#444;
}
#footer a{
	text-decoration:underline;
	/*color:#1d1d1d;*/
	color:#99331f;
}
#footer a:hover{
	text-decoration:none;
}
#input_1_2:focus{
	border:2px solid #F00 !important;
}


/* Pages */
.site-page, 
.site-post {
    padding: 60px 20px;
}
.site-page p,
.site-page ul,
.site-page ol{
    font-size:20px;
	line-height:30px;
}
.site-post p,
.site-post ul,
.site-post ol{
    font-size:20px;
	line-height:30px;
}
.site-page a{
    color:#99331f;
}
.site-page a:hover{
    color:#1d1d1d;
    text-decoration:none;
}
.site-post a{
    color:#99331f;
}
.site-post a:hover{
    color:#1d1d1d;
    text-decoration:none;
}
.site-page picture.alignright,
.site-page img.alignright{
	float:right;
	margin:0 0 20px 20px;
}
.img-boxes .fl-col-content{
	position:relative;
	overflow:hidden;
}
.img-boxes .graybox .fl-module-photo img{
	filter: grayscale(100%);
	transition-duration:0.2s;
	transition-delay:0.1s;
}
.img-boxes .graybox:hover .fl-module-photo img{
	filter: grayscale(0%);
	transition-duration:0.2s;
}
.img-boxes .graybox .fl-module-button{
	position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}
.img-boxes .graybox .fl-module-button a{
	font-weight:700;
	text-align:left;
}
.img-boxes .graybox:hover .fl-module-button a{
	background:rgba(51,51,51,0.75);
}
.img-boxes .graybox .fl-col-group{
	position: absolute;
    width: 100%;
	top:auto;
    left: 0;
    right: 0;
	transition: all 0.5s ease;
    bottom: 40px;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
	animation: movetoBot 1s forwards;
}
.img-boxes .graybox:hover .fl-col-group{
	animation: movetoTop 1s forwards;
}
@keyframes  movetoTop {
  0% {
    bottom: 40px;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
  }
  100% {
	bottom:0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@keyframes  movetoBot {
  100% {
    bottom: 40px;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
  }
  0% {
	bottom:0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

#slider_639{
	max-width:86%;
	margin:0 auto;
}
#slider_639 .owl-stage .owl-item{
	opacity:0.4;
	text-align:center;
	font-size:12px;
}
#slider_639 .owl-dots span{
	background: #fff !important;
	border:2px solid #99331f !important;
}
#slider_639 .owl-dots span:hover{
	border:2px solid #1d1d1d !important;
}
#slider_639 .owl-dots .active span{
	background: #99331f !important;
}
#slider_639 .owl-dots .active span:hover{
	background: #1d1d1d !important;
}
#showcase_639 .owl-prev,
#showcase_639 .owl-next{
	background-size:auto 16px !important;
	background-color: #6b2416 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 100px;
}
#showcase_639 .owl-prev:hover,
#showcase_639 .owl-next:hover{
	background-color: #1d1d1d !important;
}
#slider_639 .owl-stage .owl-item .fa-quote-left {
    font-size: 35px;
    color: #fff;
}
#slider_639 .owl-stage .owl-item h6{
	font-weight:700;
	font-size:16px;
    color: #fff;
	margin-bottom:10px;
}
#slider_639 .owl-stage .owl-item p{
	font-weight:300;
	font-size:18px;
	margin-bottom:15px;
    color: #fff;
}
#slider_639 .owl-stage .owl-item p strong{
	font-weight:700;	
}
#slider_639 .owl-stage .stars{
	display:flex;
	justify-content:center;
}
#slider_639 .owl-stage .stars i{
	color:#ffb900;
}
#slider_639 .owl-stage .active:not(.sc_partial){
	opacity:1;
}
#slider_639 .owl-stage .active:not(.sc_partial) p{
	font-weight:400;
}
#slider_639 .owl-stage .active:not(.sc_partial) h6{
	font-size:20px;
}
.review-box .stars{
	display:flex;
}
.review-box .stars img{
	max-width:20px;
}
.site-page .post-content .blog-excerpt .blog-pub-date{
	font-size: 15px;
    font-style: italic;
    margin: 5px 0;
}
.site-post .blog-excerpt .blog-pub-date{
	font-size: 15px;
    font-style: italic;
    margin: 0;
}
.site-post .blog-excerpt .blog-pub-date p{
    margin: 0;
}
.site-page .post-content .blog-intro{
	font-size:18px;
	margin-top:0;
}
.site-page .post-content .blog-intro span{
	margin-right:10px;
	margin-left:-4px;
}
.site-page .navigation.pagination{
	text-align: center;
    margin-top: 50px;
}
.site-page .navigation.pagination .nav-links .page-numbers {
    background: #99331f;
    color: #FFF;
    text-decoration: none;
    padding: 5px 10px;
}
.site-page .navigation.pagination .nav-links .page-numbers.dots{
    background: none;
    color: #99331f;
}
.site-page .navigation.pagination .nav-links a.page-numbers:hover,
.site-page .navigation.pagination .nav-links .page-numbers.current{
    background: #1d1d1d;
}
.reviews-testimonials-container .fl-rich-text{
	column-count: 3;
    column-gap: 40px;
}
.review-custom-widget {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px
}
.review-custom-widget img {
	max-width:250px;
	margin:0;
	vertical-align: top;
	display: inline-block
}
.review-custom-widget .review-box {
	width: 100%;
	height: auto;
	border: 1px solid #d2d2d2;
	display: inline-block
}
.review-custom-widget .review-box picture{
	display:block;
	padding:20px;
}
.review-custom-widget .review-box picture img{
	height:auto;
}
.review-custom-widget .review-box .review-title {
	background: #d2d2d2;
	color: #333;
	padding: 13px 20px;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	margin: 0
}
.review-custom-widget .review-box .review-title span {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	font-weight: 400
}
.review-custom-widget .review-box div {
	margin: 0 20px;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden
}
.review-custom-widget .review-box div:last-child {
	border-bottom: none
}
.review-custom-widget .review-box div p {
	margin: 10px 0;
	font-size: 18px;
	color: #464646
}
.review-custom-widget .review-box div a {
	float: right;
	font-size: 12px;
	color: #3d8901;
	text-decoration: none;
	line-height: 1em
}
.review-custom-widget .review-box div a:hover {
	text-decoration: underline
}
.review-custom-widget .stars {
	margin: -8px 0 0!important;
	padding: 0!important
}
.review-custom-widget .stars picture {
	padding:0;	
}
.review-custom-widget .stars img {
	display: inline-block;
	max-width: 15px;
	margin: 0;
	height:auto;
}
.review-custom-widget br {
	display: none
}
#testimonials {
    float: left;
    margin-bottom: 2em;
    width: 100%;
}
#testimonials img {
	float: left;
	height: 208px;
	margin: 1em 1em 0 0;
	width: 285px;
	border: 3px solid #ccc
}
.news h2{
	margin-top:2em;
}
.news h2:first-child{
	margin-top:0;
}
.news p{
	font-size: 1.17em;
}
.fl-rich-text .awards{
	display:flex;
	justify-content:center;
	align-content:center;
}
.fl-rich-text .awards > div{
	padding:20px;	
}
#header.sticky #navigation .menu .dropdown{
	top:45px;
}
.ft-icon {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.feat-testimonial-enabled {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top:50px;
	padding-bottom:20px;
}
#page-header .feat-testimonial-enabled .heading-title{
	margin-top:0;
}
.page-feat-testimonial {
	background: rgba(153,51,31,0.75);
	width: 37%;
	margin-left: auto;
	padding: 15px;
}
.page-feat-desc,
.page-feat-author{
	color: #FFF;
	font-family: 'DM Sans', sans-serif;
	font-size: 24px;
	text-align: right;
	line-height: 1.2em;
	font-weight: 400;
}
.page-feat-desc{
	text-align:left;
	margin-bottom:20px;
}
.page-feat-bottom {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items:center;
	flex-wrap: wrap;
	padding-top:15px;
}
.page-feat-rating .ft-icon.icon-star {
	color: #FCC200;
	font-size: 28px;
	margin: 0 2px;
}
.page-feat-desc br{
	display:none;
}


/* Home Test */
.page-id-867 #primary{
	padding:0;
}
.page-id-867 #primary > .wrap{
	max-width:100%;
}

/* MG Testimonials */
#mg-testimonials{
	max-width:86%;
	margin:0 auto;
}
#mg-testimonials .owl-stage .owl-item{
	opacity:0.4;
	text-align:center;
	font-size:12px;
}
#mg-testimonials .owl-dots{
	opacity:0;
}
#mg-testimonials .owl-dots span{
	background: #fff !important;
	border:2px solid #99331f !important;
}
#mg-testimonials .owl-dots span:hover{
	border:2px solid #1d1d1d !important;
}
#mg-testimonials .owl-dots .active span{
	background: #6e2d20 !important;
	border:2px solid #6e2d20 !important;
}
#mg-testimonials .owl-dots .active span:hover{
	background: #1d1d1d !important;
}
#mg-testimonials .owl-stage .owl-item .fa-quote-left {
    font-size: 35px;
    color: #fff;
}
#mg-testimonials .owl-stage .owl-item h6{
	font-weight:700;
	font-size:16px;
    color: #fff;
	margin-bottom:10px;
}
#mg-testimonials .owl-stage .owl-item p{
	font-weight:300;
	font-size:18px;
	margin-bottom:15px;
    color: #fff;
}
#mg-testimonials .owl-stage .owl-item p strong{
	font-weight:700;	
}
#mg-testimonials .owl-stage .stars{
	display:flex;
	justify-content:center;
}
#mg-testimonials .owl-stage .stars i{
	color:#ffb900;
}
#mg-testimonials .owl-stage .active:not(.sc_partial){
	opacity:1;
}
#mg-testimonials .owl-stage .active:not(.sc_partial) p{
	font-weight:400;
}
#mg-testimonials .owl-stage .active:not(.sc_partial) h6{
	font-size:20px;
}
#mg-testimonials .mg-testi-slide{
	padding:5%;
}
#mg-testimonials .mg-testi-slide p{
	line-height:1.4em;
}
#mg-testimonials .owl-nav .owl-prev,
#mg-testimonials .owl-nav .owl-next{
	background-size:auto 16px !important;
	background-color: #6b2416 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 100px;
}
#mg-testimonials .owl-nav .owl-prev{
	left:-20px;
}
#mg-testimonials .owl-nav .owl-next{
	right:-20px;
}
#mg-testimonials .owl-nav .owl-prev:hover,
#mg-testimonials .owl-nav .owl-next:hover{
	background-color: #1d1d1d !important;
}
#mg-testimonials .owl-nav button span {
    color: #FFF;
    font-size: 24px;
}


/* Responsive */
@media only screen and (max-width:1440px){
	#page-header .heading-box{
		margin-left:0;
	}
}
@media only screen and (max-width:1400px){
	#page-header .heading-box{
		margin-left:0;
		padding-left:20px;
		padding-right:20px;
	}
}
@media only screen and (max-width:1300px){
	#header #logo p {
    	font-size: 38px;
	}
	#navigation a {
    	font-size: 16px;
	}
	#footer-widgets .footer-widgets-4 .contact-list li strong {
		font-size: 16px;
		margin-bottom: 10px;
	}
	#footer-widgets .footer-widgets-4 .contact-list li a{
		font-size:16px;
	}
	.blog #page-header h1,
	.single-post #page-header h1{
		font-size:52px;
	}
}
@media only screen and (max-width:1230px){
	.page-feat-testimonial{
		width:36%;
	}
}
@media only screen and (max-width:1100px){
	#header #logo p {
    	font-size: 32px;
	}
	#header #logo h2 {
    	font-size: 18px;
	}
	#header #call {
		font-size: 16px;
	}
	#navigation li {
		margin-right: 15px;
	}
	#page-header .heading-box h1 {
		font-size: 26px;
	}
	#page-header .heading-box{
    	font-size: 18px;
	}
	#page-header .heading-box .btn {
   		font-size: 16px;
	}
	#footer-widgets .footer-widgets-4 .contact-list li {
		width: 100%;
		display: flex;
   	 	align-items: center;
		margin-bottom: 10px;
	}
	#footer-widgets .footer-widgets-4 .contact-list li strong {
		margin-bottom: 0;
		margin-right:10px;
	}
	.blog #page-header h1,
	.single-post #page-header h1{
		font-size:46px;
	}
	.page-feat-desc,
	.page-feat-author{
		font-size:26px;
		line-height:1.4em;
	}
	.page-feat-rating .ft-icon.icon-star{
		font-size:26px;
	}
	.page-feat-desc{
		margin-bottom:0;
	}
}
@media only screen and (max-width:980px){
	#header{
		background:rgba(255,255,255,0.9);
	}
	#navigation div.menu{
		display:none;	
	}
	#navigation{
		position:relative;
	}
	#navigation .mobile-button{ 
		display:flex; 
		padding:10px;
		justify-content:center;
		height:auto;
	}
	#navigation .mobile-button button{ 
		margin:auto;
		background:none;
		color:#99331f;
		border:0;
		font-weight:bold;
		cursor:pointer;
		outline:none;
	}
	#navigation .mobile-button button.hamburger{ 
		padding:5px 15px 0px 15px;
		line-height:1.4em;
		font-size:1.4em;
	}
	#navigation .mobile-button button.cross{ 
		padding:6px 15px 0px 15px;
		line-height:1em;
		font-size:3em;
		display:none;
	}
	#navigation .responsive li.has-submenu .sep,
	#navigation .responsive li.menu-item-has-children .sep{
		display:none;
	}
	#navigation .responsive li.menu-item{
		display:block;
	}
	#navigation .responsive li.has-submenu,
	#navigation .responsive li.menu-item-has-children{
		display:block;
		width:100%;
		position:relative;
	}
	#navigation .responsive li.has-submenu .arrow, 
	#navigation .responsive li.menu-item-has-children .arrow{ 
		display:inline-block !important;
		position:absolute;
		z-index:999;
		top:0;
		right:0;
		width:40px;
		padding:16px 0;
	}
	#navigation .responsive li.has-submenu .arrow:before,
	#navigation .responsive li.menu-item-has-children .arrow:before{
		content:'';		
		display:block;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #99331f;
		width:0;
		height:0;
		margin:auto;
	}
	#navigation .responsive li.has-submenu .uparrow:before,
	#navigation .responsive li.menu-item-has-children .uparrow:before{
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid #FFF;
		border-top: 0px;
	}
	#navigation .responsive li.has-submenu .dropdown,
	#navigation .responsive li.menu-item-has-children .dropdown{
		position:static;
	}
	#navigation .responsive li.has-submenu .dropdown ul,
	#navigation .responsive li.menu-item-has-children .dropdown ul{
		padding:0;
	}
	#navigation .responsive li.has-submenu .dropdown ul li a,
	#navigation .responsive li.menu-item-has-children .dropdown ul li a{
		padding:10px 10px 10px 25px;
		line-height:1em;
	}
	#navigation li {
    	display: block;
	}
	#navigation .dropdown{
		background:none;
	}
	#navigation .dropdown li a{ 
		font-size:14px;
		color:#99331f;
	}
	#navigation .dropdown li a:hover{
		color:#1d1d1d;
	}
	#menu-main-navigation{
		display:block !important;
	}
	.fl-rich-text .awards,
	#footer-widgets .footer-widgets-3 .awards .custom-html-widget{
		flex-wrap:wrap;
	}
}
@media only screen and (max-width:920px){
	.page-feat-desc,
	.page-feat-author,
	.page-feat-rating .ft-icon.icon-star{
		font-size:22px;
	}
}
@media only screen and (max-width:800px){
	.page-feat-testimonial {
		 width: 38%;
	}
}
@media only screen and (max-width:767px){
	#header .top-header{
		padding:35px 0 10px;
	}
	#header .top-header .wrap{
		flex-wrap:wrap;
    	text-align: center;
		padding-bottom: 10px;
	}
	#header #logo h2{
		margin:0 auto;
	}
	#header .top-header #logo{
		margin-bottom:20px;
	}
	#header .top-header #logo,
	#header .top-header .header-right{
		width:100%;	
	}
	#header .top-header #logo a{
		display: block;
		line-height: 1em;
		margin-bottom: 20px;
	}
	#page-header {
		padding-top: 300px;
	}
	#page-header .heading-box {
		font-size: 16px;
		padding: 30px;
		line-height: 1.4em;
	}
	#page-header .heading-title{
		margin:0;
	}
	#page-header .heading-title h1{
		line-height:1.2em;
		font-size:36px;
	}
	#footer-widgets .footer-widgets-1 {
		font-size: 24px;
	}
	#footer-widgets .footer-widgets-3 .widget-title {
		font-size: 26px;
		text-align: center;
	}
	#footer-widgets .footer-widgets-4{
		font-size:16px;
	}
	#footer-widgets .footer-widgets-4 h2 {
		font-size: 34px;
	}
	#footer-widgets .footer-widgets-4 .wrap .widget {
		width: 100%;
	}
	#footer-widgets .footer-widgets-4 .contact-list li {
		width: auto;
		display: block;
	}
	.page-feat-testimonial {
		width: calc(100% - 60px);
		margin:20px auto;
	}
	#page-header .feat-testimonial-enabled .heading-box{
		max-width:100%;
	}
	.page-feat-desc{
		text-align:left;
	}
	#mg-testimonials .owl-dots{
		opacity:1;
	}
	#mg-testimonials .owl-stage .owl-item{
		opacity:1;
	}
}
@media only screen and (max-width:570px){
	#header #logo p {
		font-size: 24px;
	}
	#header #logo h2 {
		font-size: 13px;
		line-height: 1.3em;
	}
	#header .top-header{
		padding:20px 0 0;
	}
	#header .top-header #logo,
	#header .top-header #logo a{
		margin-bottom:14px;
	}
	#page-header .heading-box {
		max-width: 100%;
	}
	#header.sticky #logo p{
		font-size: 24px;
	}
	#header #call {
		font-size: 13px;
		line-height: 1.65em;
	}
	#header.sticky #logo h2,
	#header.sticky #call{
		font-size: 13px;
		line-height: 1.2em;
	}
	#navigation .mobile-button button.hamburger {
		padding-top:0px;
		line-height: 1.2em;
		font-size: 1.2em;
	}
}
@media only screen and (max-width:480px){
	#footer-widgets .footer-widgets-4 .gform_wrapper .gfield input[type=text], 
	#footer-widgets .footer-widgets-4 .gform_wrapper .gfield input[type=email], 
	#footer-widgets .footer-widgets-4 .gform_wrapper .gfield textarea {
		padding: 10px;
	}
	.sa_owl_theme .owl-dots .owl-dot{
		margin:5px;
	}
	body .sa_owl_theme .owl-dots .owl-dot span{
		width:15px !important;
		height:15px !important;
	}
	.page-feat-desc, 
	.page-feat-author, 
	.page-feat-rating .ft-icon.icon-star{
		font-size:18px;
	}
}
@media only screen and (max-width:360px){
	#page-header {
		min-height: 660px;
		padding-top: 340px;
	}
	#footer-widgets .footer-widgets-4 .contact-list li {
		width: 100%;
		display: flex;
		flex-direction: column;
		margin-bottom: 30px;
	}
	#footer-widgets .footer-widgets-4 .gform_wrapper .appt-type .gfield_label{
		float:none;
		margin-top: 20px;
	}
}