/*
	Theme Name: Master Law
	Created : 
	Updated : 
	Version: 1.0

*/

/*
	[Table of contents]

	## Global
		- Font Settings
		- Padding/Margin

	## Header
		-- Top Header
		-- Middle Header

	## Footer
		-- Contact Details
		-- Footer Widget
		-- Boottom Footer
		
	## Page Banner
	
	## Responsive
		-- min-width: 992 to max-width: 1200
		-- min-width: 768 to max-width: 991
		-- min-width: 319 to max-width: 767
		-- min-width: 319 to max-width: 479
		-- max-width: 991
		-- min-width: 1200
*/

/* ## Global */

body {
	
	font-size: 14px;
	color: #000;
	overflow-x: hidden;
	font-family: "Open Sans", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: <weight>;
	  font-style: normal;
	  font-variation-settings:  "wdth" 100;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}

/* - Font Settings */
.top-header .col-md-6:last-child > a,
.middle-header .location p,
.middle-header .phone p,
.contact-details .detail-box h4,
.footer-main .widget-title,
.footer-main .widget-newsletter .social h6 {
	font-family: 'Raleway', sans-serif;
}

/* - Font Settings */

/* montserratreguler */
@font-face {
    font-family: 'montserratregular';
    src: url('fonts/montserrat-regular.eot');
    src: url('fonts/montserrat-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-regular.woff2') format('woff2'),
         url('fonts/montserrat-regular.woff') format('woff'),
         url('fonts/montserrat-regular.ttf') format('truetype'),
         url('fonts/montserrat-regular.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* montserratlight */
@font-face {
    font-family: 'montserratlight';
	src: url('fonts/montserrat-light.eot');
    src: url('fonts/montserrat-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-light.woff2') format('woff2'),
         url('fonts/montserrat-light.woff') format('woff'),
         url('fonts/montserrat-light.ttf') format('truetype'),
         url('fonts/montserrat-light.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* eb_garamond08_regular */
@font-face {
    
    src: url('fonts/ebgaramond08/ebgaramond08-regular-webfont.eot');
    src: url('fonts/ebgaramond08/ebgaramond08-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ebgaramond08/ebgaramond08-regular-webfont.woff2') format('woff2'),
         url('fonts/ebgaramond08/ebgaramond08-regular-webfont.woff') format('woff'),
         url('fonts/ebgaramond08/ebgaramond08-regular-webfont.ttf') format('truetype'),
         url('fonts/ebgaramond08/ebgaramond08-regular-webfont.svg#eb_garamond08_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'eb_garamond08_italic';
    src: url('fonts/ebgaramond08-italic-webfont.eot');
    src: url('fonts/ebgaramond08-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ebgaramond08-italic-webfont.woff2') format('woff2'),
         url('fonts/ebgaramond08-italic-webfont.woff') format('woff'),
         url('fonts/ebgaramond08-italic-webfont.ttf') format('truetype'),
         url('fonts/ebgaramond08-italic-webfont.svg#eb_garamond08_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratsemi_bold';
    src: url('fonts/montserrat-semibold-webfont.eot');
    src: url('fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('fonts/montserrat-semibold-webfont.woff') format('woff'),
         url('fonts/montserrat-semibold-webfont.ttf') format('truetype'),
         url('fonts/montserrat-semibold-webfont.svg#montserratsemi_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding,
ul {
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}
/*  - Section Padding */
.section-padding {
	padding-top: 60px;
	padding-bottom: 60px;
}

/* - Section Header */
.section-header {
	margin-bottom: 70px;
}
.section-header h5 {
	
	font-size: 22px;
	text-transform: capitalizest;
	color: #FFFFFF;
	letter-spacing: 2.5px;
	margin-bottom: 22px;
	margin-top: 0px;
}
.section-header h3 {
	
	font-size: 30px;
	text-transform: capitalizest;
	color: #333;
	letter-spacing: 2.5px;
	background-image: url("images/icon/section-separator.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 40px;
	line-height: 40px;
}

/* ## Header */
#slidepanel { 
	display: block; 
}

#closeit,
#toggle,
#slideit {
	display: none;
}

/* -- Top Header */
.top-header ul,
.top-header ul li,
.top-header .col-md-6:last-child > a {
	display: inline-block;
}
.top-header p,
.top-header ul {
	margin-bottom: 0;
}

.top-header {
	background-color: #cfe8f5;
	box-shadow: 0 1px 1px rgba(0,0,0,0.13);
	padding-bottom: 10px;
	padding-top: 10px;
}
.top-header p {
	font-size: 15px;
	color: #777;
	line-height: 43px;
	letter-spacing: 0.35px;
}
.top-header .col-md-6:last-child > a {
	background-color: #2a9ad5;
	color: #fff;
	padding: 12px 15px 12px 30px;
	text-transform: capitalizest;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 11px;
	position: relative;
	text-decoration: none;
	margin-left: 13px;
	font-family: 'montserratsemi_bold';
}
.top-header .col-md-6:last-child > a:hover {
	background-color: #bb9b66;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.top-header .col-md-6:last-child > a >img {
	margin-right: 6px;
}
.top-header ul.social-media-top {
	margin: 0 14px;
}
.top-header ul.social-media-top li {
	margin: 0 14px;
}
.top-header ul.social-media-top li a {
	color: #999;
	font-size: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	padding: 10px;
	border: 1px solid #2a9ad5;
	border-radius: 50%;
}
.top-header ul.social-media-top li a:focus,
.top-header ul.social-media-top li a:hover {
	color: #000;
}
.logo-block {
	text-align: center;
}
.logo-block h4 {
	color: #2a9ad5;
	font-size: 28px;
	text-transform: capitalizest;
	
	letter-spacing: 1px;
	margin-bottom: 0;
}
.logo-block span {
	color: #bb9b66;
	position: relative;
	
	text-transform: capitalizest;
	line-height: 24px;
	letter-spacing: 1px;
	padding: 0 5px;
	display: inline-block;
}

.logo-block span::before,
.logo-block span::after {
	position: absolute;
	content: "";
	background-color: #3e6fa5;
	height: 1px;
	width: 26px;
	top: 10px;
}
.logo-block span::before {
	left: -30px;
}
.logo-block span::after {
	right: -30px;
}

/* -- Middle Header */
.middle-header {
	padding: 38px 0 30px;
}
.middle-header .text-right,
.middle-header .text-left {
	margin-top: 0px;
}

.middle-header .phone {
	display: flex;
	flex-flow: column;
	text-align: right;
}
.middle-header .phone img {
	display: block;
	float: right;
	clear: both;
	margin-bottom: 10px;
}
.middle-header .phone p {
	text-align: right;
	display: block;
}
.middle-header .location h3,
.middle-header .phone h3 {
	font-size: 24px;
	text-transform: capitalizest;
	color: #2a9ad5;
	margin-top: 0;
	
	margin-bottom: 0;
	letter-spacing: 1px;
	
}
.middle-header .location p,
.middle-header .phone p {
	color: #5a5c5d;
	margin-bottom: 0;
		
	letter-spacing: 0.5px;
	
}
.location img {
    display: block;
	margin-bottom: 10px;
}

/* ## Footer */
.footer-main {
	background-color: #333333;
	padding-top: 76px;
	border-top: 1px solid #d3d3d3;
}

/* -- Contact Details */
.contact-details,
.contact-details .detail-box {
	position: relative;
}
.contact-details {
	width: 100%;
	display: inline-block;
	margin-bottom: 90px;
	text-align: center;
	border-top: 1px solid #292929;
}

.contact-details .detail-box {
	padding: 50px 80px 48px 80px;
	background-color: #373737;
}
.contact-details .detail-box,
.contact-details .detail-box a { 
	color: #777;
	text-decoration: none;
}
.contact-details .detail-box h4 { 
	font-size: 18px;
	margin: 0;
	text-transform: capitalizest;
	letter-spacing: 1.2px;
	margin-bottom: 10px;
	color: #be9e6a;
	
}
.contact-details .detail-box p { 
	font-size: 16px;
	margin-bottom: 0;
	line-height: 20px;
	color: #777;
	letter-spacing: 0.3px;
}
.contact-details .detail-box.phone-box {
	background-color: #474747;
}
.contact-details .detail-box.mail-box {
	background-color: #373737;
}

/* -- Footer Widget */
.footer-main .widget {
	padding-right: 68px;
	color: #888;
	background-color: transparent;
	margin-bottom: 0;
	padding-bottom: 20px;
	border: none;
}
.widget > img {
	margin-bottom: 25px;
}
.footer-main .widget-about h3 {
	margin-bottom: 0;
	margin-top: 0;
}
.footer-main .widget-about > p {
	margin-bottom: 0;
	line-height: 24px;
	color: #888;
}
.footer-main .widget-about .time-schedule {
	padding-right: 45px;
	padding-top: 35px;
}
.footer-main .widget-about .time-schedule p { 
	padding-bottom: 10px;
	border-bottom: 1px solid #343434;
	margin-bottom: 15px;
	line-height: 20px;
}
.footer-main .widget-about .time-schedule p:hover {
	transition: all 0.5s ease-in-out;
	color: #fff;
}
.footer-main .widget-about .time-schedule p span {  
	float: right;
}
.footer-main .widget-title {
	color: #ccc;
	font-size: 22px;
	text-transform: capitalizest;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-color: transparent;
	border-bottom: none;
	
	letter-spacing: 1.2px;
}

/* -- Widget Links */
.widget-links ul {
	list-style: none;
	margin: 0 -10px;
}
.widget-links ul li {
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 19px;
	padding: 0 10px;
}
.widget-links ul li a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	color: #888;
	text-transform: capitalize;
}
.widget-links ul li a:hover {
	transition: all 0.5s ease-in-out;
	color: #fff;
}
.widget-links ul li a:before {
	content: "\f105";
	font-family:'FontAwesome';
	font-size: 14px;
	margin-right: 8px;
}

/* -- Widget Newsletter */
.footer-main .widget.widget-newsletter {
	padding-right: 0;
}
.footer-main .widget-newsletter p {
	margin-bottom: 20px;
	line-height: 24px;
	font-size: 15px;
}
.footer-main .widget-newsletter .input-group {
	position: relative;
	padding-right: 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
}
.footer-main .widget-newsletter .input-group  {border-top: 1px dashed #cfe8f5; margin-top: 15px; padding-top: 15px;}

.footer-main .widget-newsletter .input-group h2 {color: #FFFFFF;}
.footer-main .widget-newsletter .input-group input[type="submit"] {margin-top: 10px; color: #000000;}
.footer-main .widget-newsletter .input-group input {
	background-color: #292a2b;
	border: 1px solid #303030;
	padding: 18px 15px;
	font-size: 13px;
	height: auto;
	border-radius: 0;
	width: 100%;
	box-shadow: none;
	line-height: 13px;
	color: #fff;
}
.footer-main .widget-newsletter .input-group span {
	position: absolute;
	right: 0;
	width: 70px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}
.footer-main .widget-newsletter .input-group span button {
	height: 50px;
	width: 100%;
	background-color: #be9e6a;
	border-radius: 0;
	border: none;
	font-size: 25px;
	color: #fff;
}
.footer-main .widget-newsletter .input-group span:hover button {
	background-color: #fff;
	color: #be9e6a;
	transition: all 1s ease-in-out;
}
.footer-main .widget-newsletter .social h6 {
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalizest;
	margin-top: 0;
	margin-bottom: 20px;
	letter-spacing: 1.2px;
}
.footer-main .widget-newsletter .social li,
.footer-main .widget-newsletter .social li a {
	display: inline-block;
}
.footer-main .widget-newsletter .social li {
	margin: 0 5px;
}
.footer-main .widget-newsletter .social li:first-child {
	margin-left: 0;
}
.footer-main .widget-newsletter .social li a {
	width: 32px;
	height: 32px;
	border: 2px solid #9a9a9c;
	text-align: center;
	line-height: 28px;
	color: #b1b1b2;
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.footer-main .widget-newsletter .social li a:hover { 
	background-color: #fff;
	color: #2d3741;
}

/* -- Boottom Footer */
.bottom-footer {
	background-color: #111416;
	padding: 25px 0;
	text-align: center;
	margin-top: 50px;
	-moz-box-shadow: 0px 2px 2px 1px #1e1e1e;
	-webkit-box-shadow: 0px 2px 2px 1px #1e1e1e;	
	box-shadow: 0px 2px 2px 1px #1e1e1e;
	border-top: 1px solid #222;
}
.bottom-footer p {
	margin-bottom: 0;
	color: #555;
	text-transform: capitalize;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
}

/* - Page Banner */
.page-banner {
	max-height: 330px;
	min-height: 330px;
	background-image: url("images/services-headerbg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 75px;
	text-align: left;
	position: relative;
	color: #fff;
}
.page-banner::before {
	background-color: #2a9ad5;
	opacity: 0.7;
	content: "";
	position: absolute;
	display: inline-block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.page-banner::after{
	position: absolute;
	content: "";
	background: url("images/icon/banner-breadcumbg.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 56px;
	width: 100%;
	bottom: -1px;
	right: 0;
}
.page-banner h3 {
	text-transform: capitalizest;
	font-size: 36px;
	color: #fff;
	
	letter-spacing: 3px;	
	margin-bottom: 20px;
}
.page-banner p {
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 30px;
}
.breadcrumb-shape {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.page-banner .breadcrumb  {
	margin-bottom: 10px;
	border-radius: 0;
	display: inline-block;
	position: relative;
	background-color: #fff;
	color: #2a9ad5;
	margin-left: -7%;
}
.page-banner .breadcrumb li,
.page-banner .breadcrumb li a {
	color: #2a9ad5;
	text-transform: capitalizest;
	font-size: 12px;
	letter-spacing: 0.7px;
	text-transform: capitalize;
	font-size: 14px;
	text-decoration: none
}
.page-banner .breadcrumb > li + li::before {
	color: #2a9ad5;
}

.about-banner {
	background: url("images/about-headerbg.jpg");
	/*margin-bottom: 25px;*/
}
.service-banner {
	background: url("images/services-headerbg.jpg");
}

.blog-banner {
	background: url("images/blog-headerbg.jpg");
}

.attorney-banner {
	background: url("images/about-headerbg.jpg");
	margin-bottom: 25px;
}

.attorney-details-banner {
	background: url("images/about-headerbg.jpg");
	margin-bottom: 83px;
}

.d-flex {
	display: flex;
	flex-wrap: wrap;
}

.corporate-sponsor {
    display: grid;
    grid-template-columns: repeat(auto-fill, 280px);
    margin-bottom: 25px;
    place-content: center;
    gap: 15px;
    padding: 0px 100px;
	position: relative;
	z-index: 2;
}

.corporate-sponsor figure {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    border-radius: 15px;
    background: rgb(255, 255, 255);
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.corporate-sponsor figure img {
    aspect-ratio: 16 / 9;
    object-fit: contain;
}

ul.box-member {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}
ul.box-member li {
    list-style-type: none;
    position: relative;
    box-shadow: rgb(51, 51, 51) 0px 10px 10px -10px;
    flex: 0 0 23%;
    margin: 6px;
    padding: 0px;
    background: rgb(255, 255, 255);
}
ul.box-member li a {
    width: 100%;
    display: inline-block;
    font-size: 17px;
    color: rgb(0, 0, 0);
    padding: 8px 15px 8px 60px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    transition: 0.3s;
    border-radius: 4px;
}
ul.box-member li a i {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 88;
    color: rgb(255, 255, 255);
    width: 44px;
    height: 44px;
    font-size: 20px;
    text-align: center;
    line-height: 44px;
    background: rgb(42, 154, 213);
    padding: 0px 8px;
    border-radius: 4px 0px 0px 4px;
}

.contact-info-list{
	position:relative;
}

.contact-info-list li{
	position:relative;
	padding-left:34px;
	line-height:30px;
	font-size:15px;
	font-weight:400;
	margin-bottom:15px;
	list-style-type: none;
}

.contact-info-list li a{
	color: #FFFFFF;
	text-decoration: none;
}

.contact-info-list li a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.contact-info-list li i{
	position:absolute;
	left:0px;
	top:5px;
	color:#FFFFFF;
	font-size:20px;
	line-height:1em;
}

.copyright {
    position: relative;
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.footer-links {
    float: right;
}
.footer-links li {
    position: relative;
    float: left;
    margin-left: 27px;
	font-size: 14px;
	list-style-type: none;
}
.footer-links li a {
    display: block;
    line-height: 24px;
    color: #ffffff;
}

#another-element {
	background: #FFFFFF;
    display: inline-block;
    padding: 15px;
    width: 300px;
    position: absolute;
    right: 0;
    top: 50px;
    text-align: left;
    z-index: 99;
}
#another-element ul {padding: 00px;}
#another-element li {list-style-type: none; padding: 00px 00px 5px 00px; font-size: 12px;}



/*  ## Responsive */
/* -- min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	
	/* ## Footer */
	/* -- Footer Widget */
	.footer-main .widget {
		padding-right: 50px;
	}
	
	.top-header ul {
		float: left;
		clear: both;
		margin-top: 10px;
	}
	.top-header ul li {
		margin: 0 11px;
	}
	.top-header ul li:first-child {
		margin-left: 0;
	}	
	.top-header .col-md-6:last-child > a {
		font-size: 11px;
		padding: 10px 10px 10px 15px;
		letter-spacing: 0.5px;
		margin-left: 0;
	}
	.top-header .col-md-6:last-child > a > img {
		margin-right: 10px;
	}
	
	/* - Contact Details */
	.contact-details .detail-box {
		padding: 50px 20px 48px;
	}
	.widget-links ul li {
		padding-right: 0;
	}
	.widget-links ul li a {
		font-size: 13.5px;
	}
	
}

/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* -- Middle Header */
	.middle-header .location h3,
	.middle-header .phone h3 {
		font-size: 23px;
	}
	.middle-header .location p,
	.middle-header .phone p {
		font-size: 12px;
	}
	.middle-header .phone {
		margin-left: 10px;
	}
	.top-header .col-md-6:last-child > a {
		font-size: 11px;
	}
	
	/* ## Footer */
	/* -- Contact Details */
	.contact-details .detail-box {
		padding: 30px;
	}
	.contact-details .detail-box h4 {
		font-size: 16px;
	}
	.contact-details .detail-box i {
		width: 47px;
	}
	.contact-details .detail-box p {
		font-size: 13px;
	}
	.widget.widget-newsletter {
		margin-top: 20px;
	}
}

/* -- max-width: 767 */
@media(max-width: 767px) {
	.page-banner {
		border-bottom: 1px solid #2a9ad5;
	}
	.section-padding {
		padding: 40px 0;
	}
	/* - Section Header */
	.section-header h5 {
		font-size: 18px;
	}
	.section-header h3 {
		font-size: 24px;
	}
	.top-header .col-md-6:last-child > a {
		font-size: 11px;
		margin-left: 20px;
		padding: 12px;
		letter-spacing: 0.5px;
	}
	.top-header .col-md-6:last-child > a > img {
		margin-right: 10px;
	}
	
	/* -- Middle Header */
	.middle-header {
		padding: 0;
	}
	.middle-header .text-right {
		margin-top: 0px;
	}
	.middle-header .phone p {
    text-align: center;
    display: block;
}
	.middle-header,
	.middle-header .col-md-9.text-right,
	.middle-header .text-left .location{
		text-align: center;
		margin-bottom: 20px;
	}
	.middle-header .text-left .location h3 i{
		display: block;
		font-size: 20px;
		margin-bottom: 5px;
	}
	.middle-header .text-left .location p{
		text-align: center;
	}
	.middle-header .phone img {
		float: none;
		margin: 0 auto;
		padding-bottom: 10px;
	}
	.middle-header .phone span,
	.middle-header .phone {
		display: block;
		text-align: center;
	}
	.location img {
		margin: 0 auto;
		padding-bottom: 10px;
	}
	.logo-block,
	.middle-header .col-md-9	{
		float: none !important;
	}
	.middle-header .location,
	.middle-header .phone {
		margin-top: 20px;
	}
	.middle-header .phone {
		margin-left: 0px;
	}

	ul.box-member li {
    flex: 0 0 100%;
    margin: 0px 0 15px 0;
	}
	.copyright {
		text-align: center;
		width: 100%;
	}

	.footer-links {
		float: right;
		width: 100%;
		text-align: center;
	}

	.footer-links li {
		list-style-type: none;
		text-align: center;
		margin-top: 10px;
		width: 100%;
		margin-left: 0;
	}

}
	
	/* ## Footer */
	
	/* -- Footer Widget */
	.footer-main .widget {
		margin-bottom: 30px;
		padding-right: 0;
	}
	.footer-main .widget-about .time-schedule {
		padding-right: 0;
	}
	.widget.widget-newsletter {
		margin-top: 20px;
	}
	
	/* - Page Banner */
	.page-banner {
		padding-top: 50px;
	}
	.page-banner h3 {
		font-size: 26px;
	}
	.page-banner p {
		font-size: 15px;
	}
}

/* -- min-width: 319 to max-width: 479 */
@media only screen and (min-width: 319px) and (max-width: 479px) {	
	/* ## Footer */
	
	/* -- Footer Widget */
	.footer-main .widget-links ul li  {
		width: 100%;
	}
	.top-header p {
		font-size: 12px;
		text-align: center;
	}
	.contact-details .detail-box {
		padding: 50px 35px 48px;
	}
	.about-author {
		margin-top: 35px;
	}
}

/* -- max-width: 992 */
@media (min-width: 992px) {
	.desktop-hide {
		display: none;
	}
}

/* -- max-width: 991 */
@media (max-width: 991px) {
	.middle-header .location h3,
	.middle-header .phone h3 {
		font-size: 16px;
	}
	.main-container {
		overflow-x: hidden;
	}
	.about-section .section-header {
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.section-header {
		margin-bottom: 30px;
	}
	#loginpanel i {
		color: #fff;
		font-size: 21px;
		margin-top: 2px;
	}
	.text-logo {
		color: #fff;
		display: inline-block;
		font-family: "PT Sans",sans-serif;
		font-size: 24px;
		line-height: normal;
		padding-top: 16px;
		text-decoration: none;
		text-transform: capitalizest;
	}

	.text-logo img {
		max-width: 156px;
		margin: -5px;
	}
	.text-logo:hover {
		color: #ccc;
	}
	#slidepanel { 
		display: none;
	}

	#slideit,
	#toggle {
		display: block;
	}
	#loginpanel {
		position: absolute;
		right: 70px;
		text-align: center;
		top: 20px;
	}
	.mobile-hide {
		display: none;
	}
	
	/* -- Top Header */
	.top-header,
	.top-header .col-md-6.text-right{
		text-align: center;
	}
	.top-header ul {
		margin-bottom: 10px;
	}

	.widget.widget-newsletter {
		margin-top: 00px;
	}

	.footer-main .widget {
		margin-bottom: 0px;
		padding-bottom: 0;
	}

}

/* ## min-width: 1200 */
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}