/**handles:husamjandal-mobile**/
/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 1920px) {

	body.nimobile {
		-webkit-text-size-adjust: 100%;
	} /* problematic browsers fix*/

	body.nimobile #forbottom {
		min-height: 0;
	}

	body.nimobile #site-title,
	body.nimobile #site-description {
		margin-left: 5px;
	}

}

@media ( max-width: 1280px ) {

	#content {
		padding: 15px;
	}

	#topbar-inner {
		padding: 0 5px;
	}

	#container {
    margin: 0 auto;
    width: 94%;
}
	
	#branding{
		padding:0 20px
	}
	
	#header,
	#header-container,
	#branding,
	#topbar-inner,
	#footer-widget-area {
		width: 100%;
	}
	.hero-banner-home-copy{padding-left: 30px;}

}

@media (max-width: 980px) {

	body {
		font-size: .95em;
	}

	#content {
		padding: 10px;
	}

	#branding {
		height: auto;
	}
	#header,
	#header-container,
	#access,
	#branding,
	#topbar-inner,
	#footer-widget-area {
		width: 100%;
	}

	#header-full,
	#footer {
		min-width: 100%;
	}

	#wrapper,
	#colophon,
	#main,
	article.post,
	#container,
	#linky {
	}

	#branding,
	#bg_image {
		min-height: inherit;
	}

	#footer2 {
		margin-bottom: 0;
	}

	#footer {
		margin-top: 0;
	}

	#bg_image {
		width: 100%;
	}

	#header-container > div {
		margin-top: 10px;
		height: 100%;
	}
	

	#header-widget-area {
		position: relative;
		top: 0;
		left: 0;
		width: 95%;
		margin: 0 auto;
	}

	#header-widget-area #searchform {
		max-width: 100%;
	}

	#header-widget-area .yoyo > li {
		margin-bottom: 2px;
	}

	a#logo {
		height: 100%;
		display: block;
	}

	a#logo img {
		width: auto;
		height: 68px;
padding: 12px 0px;
	}

	.safari a#logo img {
		max-height: 68px;
		height: auto;
		padding:12px 0px
	}

	#slefts,
	#srights {
		display: none;
	}

	#access .menu-header,
	div.menu {
		margin: 0px;
	}
	

	#container[class*='column'] #primary,
	#container[class*='column'] #secondary,
	#container[class*='column'] #content {
		width: 100%;
		float: none;
		margin: 0;
		clear: both;
	}

	#forbottom #container[class*='column'] #content {
		margin-bottom: 25px;
	}

	#content img,
	#content article.post img,
	#content article .wp-caption,
	article embed {
		max-width: 100%;
	}

	#site-title span a {
		font-size: 35px;
		line-height: 40px;
	}

	#site-description {
		font-size: 15px;
		line-height: 20px;
	}

	#site-title,
	 #site-description {
		 margin-left: 10px;
	 }

	article.post,
	article.page {
		margin-bottom: 25px;
	}

	.footertwo .widget-area,
	.footerthree .widget-area,
	.footerfour .widget-area {
		width: 100%;
	}

	#toTop {
		right: 2px;
		margin-bottom: -18px;
		padding: 7px;
		font-size: 14px;
		z-index: 9999;
	}
	
	#header-container{position: relative !important;}
	
	
	#nav-toggle {
		display: block;
		margin: 0 auto;
		width: 44px;
		height: 44px;
		padding: 0;
		cursor: pointer;
		position: absolute;
		right: 20px;
		top: 20px;
		text-align:center;
		z-index: 3455678;
	}

	#nav-toggle span:before {
		content: "\e820";
		font-family: "elusive";
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}

	#access {
		display: none;
		margin-top: 0;
		padding: 10px 0;
	}

	#access .menu ul,
	#access .menu ul li {
		margin:0;
		width: 100%;
	}

	#access ul ul {
		min-width: 1px;
	}

	#access ul li {
		white-space: normal;
	}

	#access > .menu li ul {
		position: inherit;
		margin: 0;
	}

	#access > .menu ul ul ul {
		left: 0;
		text-indent: 1em;
	}

	#access > .menu ul ul ul ul {
		left: 0;
		text-indent: 1em;
	}

	#access a span {
		padding: 15px 10px;
	}

	.nirvana-menu-center #access > .menu > ul > li > a > span {
		text-align: left;
	}

	#access > .menu ul li > a:not(:only-child) span:after {
		font-family:"Elusive";
		content: '\e80a';
    	position: absolute;
		right: 5px;
		top: 16px;
		z-index: 251;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	#access > .menu ul li:hover > a:not(:only-child) span:after {
		top: 20px;
		opacity: 0;
	}

	#access > .menu ul li > a:not(:only-child) span {
		padding-right: 18px;
	}

	#access ul li:hover,
	#access ul ul li,
	#access ul ul {
		background-color: rgba(255,255,255, .05);
	}

	#access > .menu > ul ul > li a:not(:only-child) span:after {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
}
	
	#access a, #nav-toggle span{ color:#000;}
	#access a{border-top: 1px solid #ccc; border-radius: 0; padding:20px 0px}
	


}

@media (max-width: 780px) {

	body.nirvana-topbarfixed.admin-bar #topbar {
		top: 46px;
	 }

}

@media (max-width: 640px) {

	body {
		font-size: .9em;
	}

	#forbottom,
	#colophon {
		margin: 0;
	}

	#branding {
		height: auto;
	}

	a#logo img {
		
		width: auto;
		height: auto;
	}

	#header-container > div {
		margin-top: 10px;
	}

	#site-title span a {
		font-size: 25px;
		line-height: 30px;
	}

	#site-description {
		margin-top: 3px;
		font-size: 12px;
		line-height: 15px;
	}

	#front-text1 h1,
	#front-text2 h1 {
		font-size: 2em;
		line-height: 1.3em;
	}

	#front-text2 h1{
		margin-bottom: 0;
	}

	article.intro .entry-content {
		font-size: 12px;
	}

	.featured-post .entry-title {
		font-size: 14px;
	}

	.entry-meta span,
	.entry-utility span {
		margin-right: 7px;
	}

	#content .entry-meta a,
	#content .entry-meta,
	#content .comments-link {
		font-size: 14px;
	}

	.crycon-metas:before {
		font-size: 11px;
		margin-right: 5px;
	}

	.crycon-time:before,
	.crycon-folder-close:before,
	.crycon-folder-open:before {
		font-size: 12px;
	}

	#content h1.entry-title,
	#content h2.entry-title {
		font-size: 30px;
	}

	#content h1,
	#content h2,
	#content h3,
	#content h4,
	#content h5,
	#content h6 {
		margin-left: 0;
	}

	.widget-area a:link,
	.widget-area a:visited,
	.widget-area li {
		font-size: 14px;
	}

	#header .socials a {
		width: 20px;
		height: 20px;
	}

	#header .socials a img {
		width: 20px;
		height: 20px;
	}

	.footermenu {
		display: table;
		margin: 0 auto;
		float: none;
	}

	#main {
		margin-top: 0;
	}

	#nav-below a{ display:block; width: 100%;}
	

}

@media (max-width: 600px) {

	body.nirvana-topbarfixed #topbar {
		position:inherit;
		height: auto;
		margin-top: 0;
	}

	body.nirvana-topbarfixed #header-full {
		margin-top: 0;
	}

}

@media (max-width: 480px) {

	body {
		padding: 0;
		font-size: 0.85em;
	}

	#site-title span a {
		font-size: 22px;
		line-height: 26px;
	}

	#page {
		margin-top: 0;
	}

	.magazine-layout #content article.post,
	.magazine-layout .search #content article {
		width: 100%;
		margin: 5px 0;
	}

	#topbar {
		position:inherit;
		height: auto;
		margin-top: 0;
	}

	#sheader,
	.topmenu {
		display: table;
		float: none;
		margin: 5px auto;
	}

	#sheader a {
		margin-right: 5px;
	}

	.menu-header-search #searchform {
		width: 100%;
		margin-left: 0;
		left: 0;
		max-width: 100%;
	}

	#author-avatar {
		width: 75px;
	}

	#pp-afterslider img.alignleft,
	#pp-afterslider img.alignright,
	#pp-afterslider img.aligncenter,
	#pp-afterslider img.alignnone,
	#pp-afterslider .wp-caption img,
	#content img.alignleft,
	#content img.alignright,
	#content img.aligncenter,
	#content img.alignnone,
	#content .wp-caption img {
		display: block;
		clear: both;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

}

/* =RESPONSIVE CSS FOR THE PRESNTATION PAGE
*********************************************/

@media (max-width: 1920px) {

	body.nimobile .column-image {
		overflow: visible;
	}

	body.nimobile .column-image-inside {
		display: block;
		position: relative;
		bottom: 0;
		clear: both;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	body.nimobile.coldisplay1 .column-image-inside {
		background: transparent;
	}

	body.nimobile .column-image-inside-centered {
		top: 0;
		padding-top: 15px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	body.nimobile .column-image-inside:hover {
		background: none;
	}

	body.nimobile .column-header-image,
	body.nimobile .column-text {
		opacity: 1;
		position: relative;
		top: 0;
		color: inherit;
	}

	body.nimobile .column-text-separator {
		display: none;
	}

}

@media (max-width: 1280px) {

	.nivo-caption h2 {
		font-size: 46px;
		line-height: 1.2em;
	}

	.slide-text {
		font-size: 18px;
	}

	.slider-text-separator {
		margin: .75em auto 1.5em;
	}

	.theme-default .nivoSlider .readmore {
		width: auto;
		margin: 1em auto 0;
	}

	.theme-default .nivoSlider .readmore a {
		font-size: 1.2em;
		padding: 4px 10px;
		letter-spacing: 0;
	}

	#pp-texttop,
	#pp-textmiddle,
	#pp-textbottom,
	#front-columns-box,
	#pp-afterslider #content, #colophon,  #footer2{
		padding-left:30px;
		padding-right:30px;
	}
	#header-container-inner{ width:94%; margin:0 auto}
	.hero-banner-home-img:before{ content: '';width: 100%;height: 54px;background-color: #fff;position: absolute;
background: linear-gradient(to right, rgb(31, 42, 46) 0%,rgb(40, 51, 55) 50%,rgb(41, 52, 56) 100%);}
	

}

@media (max-width: 1180px) {
	
		.hero-banner-home-img{ height:600px; border-radius: 0 0 0 280px;}
.home-header h1{ font-size:42px}
	#access a{padding:10px 15px}
	
}

@media (max-width: 1024px) {

	.nivo-caption {
		top: 0;
	}

	.nivo-caption h2 {
		font-size: 36px;
	}

	.slide-text {
		width: 90%;
		font-size: 17px;
	}

	.theme-default .nivo-controlNav {
		bottom: -35px;
	}

	.slider-bullets .nivo-controlNav a {
		border-color: inherit;
		border-width: 1px;
	}

	.column-image-inside {
		padding: 0 0 10px;
		background-color: transparent;
	}

	.column-image-inside:hover {
		background-color: transparent;
	}

	.column-text {
		line-height: 1.6;
	}

	.column-image {
		overflow: visible;
	}

	.column-image-inside {
		display: block;
		position: relative;
		bottom: 0;
		clear: both;
		-webkit-transform:none;
		-ms-transform:none;
		transform: none;
	}

	.column-image-inside-centered {
		top: 0;
		padding:20px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	
	.column-text {
		
		padding:10px 0px 0px 0px !important
	}

	.column-text-separator {
		display: none;
	}
	#front-text3 img{ max-width:50%; padding-bottom:40px !important}
	.column-header-image h4{ font-size:20px !important}
	.testimonial_rotator_quote::after, .testimonial_rotator_quote::before{width: 50px; height: 50px; background-size:contain}
	.testimonial_rotator_quote::after{ right:0;}
	.testimonial_rotator_quote::before{ left:0}
	.testimonial_rotator_quote{ padding:0 10%; font-size:18px}
	.award img{ padding-top:20px}
	
	.footermenu{ width:100%}
	.inner-header h1.entry-title, #content h1.entry-title, #content h2.entry-title, #content h1.page-title{ font-size:32px}
	.post-listing .entry-title{ font-size:24px !important}
	.cta-blue{ transition:none}
	

}

@media (max-width: 980px) {

	.presentation-page .slider-wrapper {
		width: 100%;
		margin: 0 auto;
	}

	#slider {
		width: auto;
		height: auto;
	}

	.nivo-caption h2 {
		font-size: 28px;
	}

	.slide-text {
		font-size: 16px;
	}

	.presentation-page #forbottom {
		margin: 0;
	}

	#forbottom #front-columns > div {
		width: 48%;
		margin-bottom: 20px;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}

	#forbottom #front-columns div.column1 {
		clear: none;
	}

	#forbottom #front-columns > div:nth-of-type(2n+2) {
		margin-left: 2%;
	}

	#forbottom #front-columns > div:nth-of-type(2n+1) {
		clear: left;
	}

	.column-image img {
		height: auto;
	}

	#forbottom #front-columns .column-header-image {
		text-align: center;
		margin-bottom: 10px;
	}
	
	.hero-banner-home{ margin-top:0;}
	#header-full{ background-color:#fff;}
	#branding{box-shadow: 0 0 10px rgba(0,0,0,.3); background-color:#fff}
	.hero-banner-home-copy{width:40%}
	.hero-banner-home-img{width:59%}
	.hero-banner-home-copy{ padding-top:40px; }
	#pp-afterslider h2, .home-header h1{ font-size:36px;}
	.hero-banner-home-img{ height:400px;  border-radius:0 0 0 200px;}
	.home-header h1{ margin-bottom:20px}
	.cat-listing{ padding:50px 0px}
	.widget-container .client-logos li{ width:calc(100% / 3)}
	.client-logos-footer li, .client-logos-widget li{ width:calc(100% / 3 - 3px)}
	.inner-header{ margin-top:0px;}
	#main{ margin-top:0px}
	#forbottom{ padding-top:60px}
	#access ul li.current_page_item > a, #access ul li.current-menu-item > a{ color:#999 !important}
	.fea-post-home{width: 100%;margin-right: 0;margin-bottom: 30px;}
	.fea-post-home img {    width: 25% !important;
    float: left;    margin-right: 20px;margin-bottom:0 !important;
}
	
	.hero-banner-home-img:before{ display:none;}

}
@media (max-width: 640px) {

	.nivo-caption h2 {
		font-size: 28px;
		letter-spacing: 0;
		font-weight: 200;
		text-shadow:none;
	}

	.slider-wrapper {
		background: transparent;
	}

	.theme-default .nivo-controlNav {
		position: static;
		display: table;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.slide-text {
		font-size: 15px;
		line-height: 1.7;
	}

	.slider-text-separator {
		margin: .5em auto 1em;
		box-shadow: none;
	}

	.nivo-caption .inline-slide-text {
		background: none;
		box-shadow: none;
		color: inherit;
	}

	.nivo-caption .inline-slide-text a {
		color: inherit;
	}

	.nivo-directionNav {
		display: none;
	}

	.theme-default .nivoSlider {
		background-image: none;
	}

	.nivo-caption {
		position: relative;
		right: 0;
		left: 0;
		width: 100%;
		padding: 20px 5px;
		background-color: inherit;
		color: inherit;
		text-align: center;
	}

	#frontpage .theme-default .nivoSlider .readmore a {
		color: inherit;
		font-weight: 300;
		font-size: 14px;
		padding: .5em 1em;
	}

	#frontpage .theme-default .nivoSlider .readmore {
		min-width: initial;
		border-color: inherit;
		border-width: 1px;
		color: inherit;
	}

	#frontpage blockquote {
		font-size: 1em;
		line-height: 1.6em;
		padding: 10px 0;
	}

	.column-header-image { margin-bottom: 0;
		font-size: 20px;
	}

	#pp-texttop,
	#pp-textmiddle,
	#pp-textbottom,
	#front-columns-box,
	#pp-afterslider #content {
		padding: 40px 20px;
	}

	#front-text1 h2,
	#front-text2 h2,
	#front-text5 h2,
	#front-columns h2 {
		font-size: 28px;
	}

	#pp-texttop img[src*='cake'],
	#pp-textmiddle img[src*='cake'],
	#pp-bottom img[src*='cake'] {
		display: block;
		float: none !important;
		margin: 0 auto !important;
		padding: 0 !important;
	}
	
	.hero-banner-home-img{ width:100%; position:relative; background:url(https://www.husamjandal.com/wp-content/themes/husamjundal/images/Husam-Jandal.jpg) left -3px no-repeat; background-size: 100%;}
	
	.hero-banner-home-copy{ width:100%; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1f2a2e+0,283337+50,293438+100 */
background: rgb(31,42,46); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(31,42,46,1) 0%, rgba(40,51,55,1) 50%, rgba(41,52,56,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(31,42,46,1) 0%,rgba(40,51,55,1) 50%,rgba(41,52,56,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(31,42,46,1) 0%,rgba(40,51,55,1) 50%,rgba(41,52,56,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2a2e', endColorstr='#293438',GradientType=1 ); /* IE6-9 */
 z-index:3455}
	.cta-hero{ width:80%}
	.home-header{ position:relative; background-color:#fff;}
	.home-header h1{ color:#fff}
	#front-text3 img{ width:100%; max-width:100%; padding-right:0px !important}
	#front-text3 h2{ margin-top:0; width:100%; text-align:center}
	#front-columns h2{ margin-bottom:30px}
	#front-columns > div, #front-columns > li{ width:100%; margin:0 0% 7% 0}
	.testimonial_rotator_wrap.with-prevnext{ padding:10px 0px; margin:0px}
 	.testimonial_rotator_quote{ padding:0 15%}
	.award{ text-align: center;}
	.award img{ float:none; margin-right:0;}
	#site-copyright, #sfooter-full{ width:100%}
	#site-copyright img{margin-right:0; width: 100%; padding: 0 46%; margin-bottom:20px}
	.footermenu ul li{ float:none; display:inline-block}
	.footermenu > ul{ text-align:center}
	.footermenu{ padding:30px 0 0 0 }
	#footer2{ background-color:#f7f7f7 !important}
	#header-container-inner{ padding-top:120px}
	#content .entry-content h2{font-size: 24px;}
	#container, #header-container-inner{width: 90%;}
	.inner-header h1.entry-title, #content h1.entry-title, #content h2.entry-title, #content h1.page-title{ font-size:24px}
	#header-container-inner h1{ border-radius:35px 0 35px 0px; padding:10px 25px 15px 25px}
	#content img, #content article.post img, #content article .wp-caption, article embed{ width:100%; margin-bottom:30px}
	.coldisplay2 .column-text{ min-height: inherit}
	.homepage-form { width:100%; padding:30px 0px}
	.half-column{ width:100%; margin-bottom:10px; padding:0}
	.form-title{ font-size:28px !important; line-height:34px !important; margin-bottom:15px !important}

}
@media (max-width: 480px) {

	.nivo-caption h2 {
		font-size: 26px;
	}

	.slide-text {
		font-size: 14px;
	}

	#forbottom #frontpage #front-columns > div {
		width: auto;
		max-width: 98%;
		float: none;
		margin: 25px auto;
		clear: both;
	}
	
	.hero-banner-home-img{ height:350px}
	.cta-hero{ font-size:14px}
	#content .entry-content h4{ margin-top:0; margin-bottom:30px}
	#content .entry-content h2{ margin-top:20px}

} /* End of PP responsive CSS */