@charset "utf-8";
/* CSS Document */


/* ---------------------------------------------------------------------- */
/* Theme Information
/* ----------------------------------------------------------------------
Name: Pandiscio Design
Description: Responsive Multi-Purpose Theme
Author: Ixtendo
Author URI: http://www.ixtendo.com
------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------- */
/* Media Queries
/* ---------------------------------------------------------------------- */

/* Standard 960 or larger (browsers) */

/* ---------------------------------------------------------------------- */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	
	/* Tiny Nav */

    .js .tinynav { 
		display: block; 
	}
	
    .js #navlist { 
		display: none; 
	}
	
	#nav, .tinynav {
	width: 350px;
	}
	
	/* Header */
	
	#header {
	margin-bottom: 22px;
	margin-top: -10px;
	}





.right_marg {
	padding-right: 7%;
}


	
	/* Container */ 
	
	.container {
	width: 748px;
	margin-top: 16px;
	}
	
	/* Carousel */
	
	.project-carousel > li {
		margin-right: 44px;
	}
	
	/* Related Posts */
	
	.related-posts .post-carousel > li {
		width: 172px;
		margin-right: 20px;
	}
	
	/* FlexSlider */
	
	.flex-caption {
		bottom: 91px;	
	}
	
	/* Portfolio Grid */
	
	ul.portfolio-grid > li.one-third {
		width: 236px;
	}
	
	ul.portfolio-grid > li.one-half {
		width: 364px;
	}
	
	#nav, .tinynav {
	width: 350px;
	margin-top: 22px;
	}

.call-to-action {
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 30%;
}
	
.call-to-action_911 {
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	margin-left: -7px;
	width: 100%;
}	
	
/* Slider */
.cta_wrap {
	float: right;
	margin-top: 0px;
	visibility: collapse;
	margin-bottom: 0px;
	opacity: 1;
}
	
}
/* ---------------------------------------------------------------------- */
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	
	/* Slider */
.cta_wrap {
	float: right;
	margin-top: 4px;
	visibility: visible;
	height: 36px;
	margin-bottom: 0px;
	width: 100%;
}


    .flex-caption {
		display: none;	
	}
	
	/* Columns */
	
	.one-half, .one-third, .one-fourth, .two-thirds, .three-fourths {
	float: none;
	display: block;
	margin-right: 0;
	width: 100%;
	max-width: none;
	}
	
	/* Floats */
	
	.alignleft, .alignright {
		float: none;	
	}
	
	/* Containers */
	
	#main, #sidebar {
		margin-bottom: 40px;	
	}
	
	/* Header */
	
	#logo {
	float: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 19px;
	}
	
	#logo a, #logo img {
		display: inline-block;	
	}
	
	/* Footer */
	
	#footer-top > .container > div {
		margin-top: 40px;
	}
	
	#footer-bottom > .container > div {
		margin-top: 20px;
	}
	
	#footer-featured > .container > div {
		margin-top: 20px;
	}
	
	#footer-top > .container > div:first-child,
	#footer-bottom > .container > div:first-child,
	#footer-featured > .container > div:first-child {
		margin-top: 0;
	}
	
	#footer .social-links {
		float: none;
	}

	/* About Us */
	
	.team-member {
		margin-right: 0;
	}
	
	/* Images */
	
	.entry-image.alignleft, .alignleft.caption,
	.entry-image.alignright, .alignright.caption {
		margin: 20px 0;	
	}
	
	.entry-image.aligncenter, .aligncenter.caption {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	/* Comment Form and Contact Form */
	
	#comment-form input, .content-form input {
		width: 80%;
	}
	
	#comment-form textarea, .content-form textarea, .content-form select {
		width: 90%;
	}
	
	/* Page Title */
	
	#page-title h1 {
		float: none;
	}
	
	#breadcrumbs {
		display: none;	
	}
	
	/* Infobox */
	
	.infobox div.with-button {
		display: block;	
	}
	
	.infobox .button {
		display: none;
	}

	.infobox .mobile-button {
		float: none;
		display: block;
		text-align: center;
		margin-left: 0;
		margin-top: 20px;
	}
	
	/* Pricing Tables */
	
	.pricing-table {
		margin-left: 0;
	}
	
	.pricing-table.one-fourth, .pricing-table.one-third {
		max-width: 100%;
		width: 100%;
	}
	
	/* Carousel */
	
	ul.portfolio-grid {
		margin-right: 0;
	}
	
	/* Portfolio Grid */
	
	ul.portfolio-grid > li {
		float: none;
		max-width: 100%;
		margin-right: 0;
	}
	
	/* Blog */
	
	.blog-entry-list .share-wrap h4, 
	.blog-entry-list .share-wrap .social-links  {
		float: none;	
	}
	#nav, .tinynav {
	width: 100%;
	margin-top: 5px;
	}
.cta_pad {
	padding-left: 1.6%;
	padding-right: 1.6%;
	text-align: center;
	/* [disabled]padding-top: 5%; */
	/* [disabled]padding-bottom: 5%; */
}
	

	
	/* Container */
	
	.container {
	width: 420px;
	margin-top: 25px;
	}
	
	/* Carousel */
	
	.project-carousel > li {
		width: 200px;	
	}
	
	/* Portfolio Grid */
	
	ul.portfolio-grid > li.one-fourth {
		width: 220px;
		margin-left: 100px;
		margin-right: 100px;
	}
	
	ul.portfolio-grid > li.one-third {
		width: 300px;
		margin-left: 60px;
		margin-right: 60px;
	}
	
.number_col {
	width: 25%;
	text-align: center;
	float: left;
}
.font_chg {
	font-size: 9pt;
	margin-top: -16px;
	margin-bottom: -8px;
}

.right_marg {
	padding-right: 5%;
	width: 30%;
}
.clients li {
	float: left;
	margin-left: auto;
	margin-right: 4%;
	width: 45%;
	}
	
}

/* ---------------------------------------------------------------------- */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	
	/* Container */
	
	.container {
		width: 300px;	
	}
	
	/* Carousel */
	
	.project-carousel > li {
		margin-left: 40px;
		margin-right: 40px;
	}
	
	/* Portfolio Grid */
	
	ul.portfolio-grid > li.one-fourth {
		width: 220px;
		margin-left: 40px;
		margin-right: 40px;
	}
	
	/* Flexslider */
	
	.flex-direction-nav a {
		height: 87px;
		margin-top: -43px;	
	}
	
	/* Tiny Nav */
	
	#nav, .tinynav {
	width: 100%;
	margin-top: 8px;
	}
	
	/* Revolution Slider */
	
	.tp-bullets {
		display: none;	
	}
	
	/* Intro */
	
	.intro .buttons-wrap .button,
	.introbox .buttons-wrap .button {
		margin-right: 0;
		margin-top: 10px;	
		display: block;
		text-align: center;
	}
	
	.intro .buttons-wrap .button:first-child,
	.introbox .buttons-wrap .button:first-child {
		margin-top: 0;	
	}
	
	/* Clients */
	
	.clients {
		margin-right: 0;	
	}
	
	.clients li {
	float: left;
	margin-left: auto;
	margin-right: 4.3%;
	width: 45%;
	}
	
	/* Blog */
	
	.blog-entry-list .entry-date,
	.author-image,
	ol.comment-list .avatar-wrap {
		float: none;	
	}
	
	.number_col {
	width: 25%;
	text-align: center;
	float: left;
}
.font_chg {
	font-size: 9pt;
	margin-top: -16px;
	margin-bottom: -6px;
}

.top_margin {
	padding-top: 30px;
}

.doc_box {
	height: 727px;
	background-color: #D8E1EC;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 10px #BBBBBB;
	box-shadow: 1px 1px 10px #BBBBBB;
	text-align: center;
}
.staff_box {
	height: 500px;
	background-color: #D8E1EC;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 10px #BBBBBB;
	box-shadow: 1px 1px 10px #BBBBBB;
	text-align: center;
}
.hide_mobile {
	visibility: collapse;
	height: 0px;
	margin-bottom: -40px;
}
	

.hide_mobile {
}
.cta_pad {
	padding-left: 1.6%;
	padding-right: 1.6%;
	text-align: center;
	/* [disabled]padding-top: 5%; */
	/* [disabled]padding-bottom: 5%; */
}
/* Slider */
.cta_wrap {
	float: right;
	margin-top: 4px;
	visibility: visible;
	height: 36px;
	margin-bottom: 0px;
	width: 100%;
}
}
