/* Minify_CSS_UriRewriter::$debugText

*/

/* responsive.css */

/* 1   */ @media (min-width: 768px) and (max-width: 1024px) {
/* 2   */ 	/* TOP BAR ELEMENTS */
/* 3   */
/* 4   */ 	/* HOME */
/* 5   */
/* 6   */ 	.intro {
/* 7   */ 		margin-top: 40%;
/* 8   */ 		font-size: 45px;
/* 9   */ 		line-height: 55px;
/* 10  */ 	}
/* 11  */
/* 12  */ /* ABOUT US */
/* 13  */
/* 14  */ 	.big-intro {
/* 15  */ 		text-align: center !important;
/* 16  */ 	}
/* 17  */
/* 18  */ 	.about-us .column {
/* 19  */ 		margin-bottom: 40px;
/* 20  */ 	}
/* 21  */
/* 22  */ 	.skills {
/* 23  */ 		margin-bottom: 78px !important;
/* 24  */ 	}
/* 25  */
/* 26  */ /* TEAM */
/* 27  */
/* 28  */ 	.team-member .profile-pic {
/* 29  */ 		width: 128px;
/* 30  */ 		height: 128px;
/* 31  */ 	}
/* 32  */
/* 33  */ /* PURCHASE NOW */
/* 34  */
/* 35  */ 	.purchase-now {
/* 36  */ 		margin: auto;
/* 37  */ 		text-align: center !important;
/* 38  */ 	}
/* 39  */
/* 40  */ 	.purchase-now h3 {
/* 41  */ 		margin-bottom: 20px;
/* 42  */ 		text-align: center;
/* 43  */ 	}
/* 44  */
/* 45  */ 	.purchase-now .button {
/* 46  */ 		float: none;
/* 47  */ 	}
/* 48  */
/* 49  */ /* FOOTER */
/* 50  */

/* responsive.css */

/* 51  */ 	.company-details {
/* 52  */ 		padding-top: 0;
/* 53  */ 		padding-bottom: 33px;
/* 54  */ 	}
/* 55  */
/* 56  */ 	.copyright {
/* 57  */ 		width: 100%;
/* 58  */ 		padding-top: 33px;
/* 59  */ 		padding-bottom: 33px;
/* 60  */ 	}
/* 61  */ }
/* 62  */
/* 63  */ @media (max-width: 767px) {
/* 64  */ 	.bs-navbar-collapse {
/* 65  */ 		border: 0;
/* 66  */ 	}
/* 67  */
/* 68  */ 	.navbar-inverse .navbar-nav {
/* 69  */ 		padding-left: 10px;
/* 70  */ 		line-height: normal;
/* 71  */ 		text-align: center;
/* 72  */ 	}
/* 73  */
/* 74  */ 	.navbar-inverse .navbar-nav > li {
/* 75  */ 		display: inline-block;
/* 76  */ 		margin-bottom: 0;
/* 77  */ 	}
/* 78  */
/* 79  */ /* HOME */
/* 80  */
/* 81  */ 	.header {
/* 82  */ 		min-height: inherit;
/* 83  */ 		padding-bottom: 75px;
/* 84  */ 	}
/* 85  */
/* 86  */ 	.intro {
/* 87  */ 		font-size: 40px;
/* 88  */ 		line-height: 55px;
/* 89  */ 	}
/* 90  */
/* 91  */ /* ABOUT US */
/* 92  */
/* 93  */ 	.big-intro {
/* 94  */ 		font-size: 8vw !important;
/* 95  */ 		text-align: center !important;
/* 96  */ 	}
/* 97  */
/* 98  */ 	.about-us .column {
/* 99  */ 		margin-bottom: 40px;
/* 100 */ 	}

/* responsive.css */

/* 101 */
/* 102 */ 	.skills {
/* 103 */ 		margin-bottom: 78px !important;
/* 104 */ 	}
/* 105 */
/* 106 */ /* PURCHASE NOW */
/* 107 */
/* 108 */ 	.purchase-now {
/* 109 */ 		margin: auto;
/* 110 */ 		text-align: center !important;
/* 111 */ 	}
/* 112 */
/* 113 */ 	.purchase-now h3 {
/* 114 */ 		margin-bottom: 20px;
/* 115 */ 		text-align: center;
/* 116 */ 	}
/* 117 */
/* 118 */ 	.purchase-now .button {
/* 119 */ 		float: none;
/* 120 */ 	}
/* 121 */
/* 122 */ /* FOOTER */
/* 123 */
/* 124 */ 	footer {
/* 125 */ 		padding-top: 40px;
/* 126 */ 	}
/* 127 */
/* 128 */ 	.company-details {
/* 129 */ 		padding-top: 0;
/* 130 */ 		padding-bottom: 33px;
/* 131 */ 	}
/* 132 */
/* 133 */ 	.copyright {
/* 134 */ 		width: 100%;
/* 135 */ 		padding-top: 33px;
/* 136 */ 		padding-bottom: 33px;
/* 137 */ 	}
/* 138 */ }
/* 139 */
/* 140 */ @media (max-width: 480px) {
/* 141 */ 	/* HOME */
/* 142 */
/* 143 */ 	.intro {
/* 144 */ 		margin-top: 60%;
/* 145 */ 		font-size: 6.5vw;
/* 146 */ 		line-height: 6vh;
/* 147 */ 	}
/* 148 */
/* 149 */ 	h2 {
/* 150 */ 		font-size: 6.5vw !important;

/* responsive.css */

/* 151 */ 	}
/* 152 */
/* 153 */ 	.other-focus-list ul li {
/* 154 */ 		display: block;
/* 155 */ 		margin-right: 0;
/* 156 */ 		text-align: left;
/* 157 */ 	}
/* 158 */ }
/* 159 */
/* 160 */ @media only screen and (max-width: 320px) {
/* 161 */ 	.intro {
/* 162 */ 		font-size: 7vw;
/* 163 */ 		line-height: 25px;
/* 164 */ 	}
/* 165 */
/* 166 */ 	.client-list ul li {
/* 167 */ 		display: block;
/* 168 */ 	}
/* 169 */ }
/* 170 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* default-styles.css */

/* 1  */ /**
/* 2  *|  * Default style definitions for the Post Content Shortcodes plugin
/* 3  *|  * @package WordPress
/* 4  *|  * @subpackage Post Content Shortcodes
/* 5  *|  * @version 1.0
/* 6  *|  */
/* 7  */ ul.post-list {
/* 8  */ 	float: none;
/* 9  */ 	clear: both;
/* 10 */ 	display: block;
/* 11 */ 	list-style: none;
/* 12 */ 	margin: 0;
/* 13 */ 	padding: 0;
/* 14 */ }
/* 15 */
/* 16 */ ul.post-list>li {
/* 17 */ 	display: block;
/* 18 */ 	clear: both;
/* 19 */ 	list-style: none;
/* 20 */ 	margin: 0 0 1em;
/* 21 */ 	padding: 0;
/* 22 */ 	break-inside: avoid-column;
/* 23 */ 	-moz-break-inside: avoid-column;
/* 24 */ 	column-break-inside: avoid;
/* 25 */ 	-webkit-column-break-inside: avoid;
/* 26 */ 	-moz-column-break-inside: avoid;
/* 27 */ 	-o-column-break-inside: avoid;
/* 28 */ 	border-bottom: 1px dotted #666;
/* 29 */ }
/* 30 */
/* 31 */ .widget .post-list>li {
/* 32 */ 	border: none;
/* 33 */ }
/* 34 */
/* 35 */ .post-list.with-excerpt {
/* 36 */ 	column-count: 2;
/* 37 */ 	column-gap: 3em;
/* 38 */ 	column-rule: 1px dotted #666;
/* 39 */ 	-webkit-column-count: 2;
/* 40 */ 	-webkit-column-gap: 3em;
/* 41 */ 	-webkit-column-rule: 1px dotted #666;
/* 42 */ 	-moz-column-count: 2;
/* 43 */ 	-moz-column-gap: 3em;
/* 44 */ 	-moz-column-rule: 1px dotted #666;
/* 45 */ 	-o-column-count: 2;
/* 46 */ 	-o-column-gap: 3em;
/* 47 */ 	-o-column-rule: 1px dotted #666;
/* 48 */ }
/* 49 */
/* 50 */ .pcs-excerpt-wrapper {

/* default-styles.css */

/* 51 */ 	clear: both;
/* 52 */ 	float: none;
/* 53 */ }
/* 54 */
/* 55 */ .with-excerpt .pcs-post-title {
/* 56 */ 	font-size: 2em;
/* 57 */ 	line-height: 1.25em;
/* 58 */ 	color: #000;
/* 59 */ 	font-family: MuseoSlab500, Verdana, Geneva, sans-serif;
/* 60 */ }
/* 61 */
/* 62 */ .pcs-post-title a {
/* 63 */ 	color: #000;
/* 64 */ 	text-decoration: none;
/* 65 */ }
/* 66 */
/* 67 */ .pcs-featured-image {
/* 68 */ 	float: left;
/* 69 */ 	clear: left;
/* 70 */ 	margin: 1em 1em 1em 0;
/* 71 */ 	border: none;
/* 72 */ 	padding: 0;
/* 73 */ }
/* 74 */
