/* #Media Queries
================================================== */

@media only screen and (max-width: 1750px) {
	
	#page-slider-wrapper,
	.page-slider-item {
		height: 520px;
	}
	
	#page-slider-caption-box {
		font-size: 15px;
	}
	
	#root-container {
/*		padding: 70px 0 90px;  */
		width: 1300px;
	}

	.left-width {
		margin-right: 8%;
		width: 18%;
	}

	.right-width {
		width: 73.5%;
	}
	
	#root-container .full-width {
		width: 100%;
	}
	
	#content-wrapper {
		width: 103.4%;
	}
	
	
	
	#main-container blockquote.left,
	#main-container blockquote.right {
		padding: 12px 20px;
		width: 40%;
	}
	
}

@media only screen and (max-width: 1450px) {
	
	#page-slider-wrapper,
	.page-slider-item {
		height: 490px;
	}
	
	#root-container {
		width: 1200px;
	}

	#intro-wrapper {
		margin-bottom: 50px;
		margin-top: 0;
		width: 100%; 
	}
	
	#page-slider-wrapper {
		margin-bottom: 50px;
	}
	
	#main-container #intro-title {
		font-size: 52px;
		width: 90%;
	}
	
	#main-container #intro-body {
		font-size: 18px;
	}
	
	#page-slider-caption-box-wrapper {
		right: 90px;
	}
	
	.page-slider-item {
		max-height: 500px;
	}
	
	#page-slider-caption-box {
		font-size: 14px;
	}
	
	#main-container h2,
	#main-container h3.larger {
		font-size: 20px;
	}
	
	#main-container h3,
	#main-container h2.smaller {
		font-size: 18px;
	}
	
	body {
		font-size: 14px;
		line-height: 1.7;
	}
	
	#root-container p {
		line-height: 1.7;
	}
	
	#root-container .button {
		font-size: 14px;
	}
	
	#root-container .button.tiny {
		font-size: 11px;
	}
	
	#root-container .button.small {
		font-size: 13px;
	}
	
	#root-container .button.large {
		font-size: 18px;
	}
	
	#footer-content h5 {
		font-size: 20px;
	}
	
	#root-container #main-container blockquote p, 
	#main-container #sidebar-wrapper blockquote p, 
	#root-container #footer-content blockquote p {
		font-size: 22px;
	}
	
	#main-container blockquote cite, 
	#main-container .uxb-tmnl-testimonial-item .uxb-tmnl-cite {
		font-size: 18px;
	}
	
	#footer-content {
		font-size: 13px;
	}
	
	#copyright {
		font-size: 12px;
	}
	
	#blog-wrapper .blog-title {
		font-size: 20px;
		padding: 0;
	}
	
	#blog-wrapper {
		padding-right: 20px;
	}
	
	#sidebar-wrapper {
		font-size: 13px;
	}
	
	#author-info {
		margin-right: 180px;
	}
	
	#author-photo-wrapper {
	    margin-top: 30px;
	    width: 150px;
	}
	
}



@media only screen and (max-width: 1350px) {
	
	#root-container {
		width: 1160px;
	}
	
	#site-border {
		width: 18px;
	}
	
	.left-width {
		margin-right: 6%;
		width: 17%;
	}

	.right-width {
		width: 76%;
	}
	
}



@media only screen and (max-width: 1250px) {
	
	#root-container {
		width: 1000px;
	}
	
	#site-border {
		width: 18px;
	}
	
	.left-width {
		margin-right: 6%;
		width: 17%;
	}

	.right-width {
		width: 76%;
	}
	
	
	
	.uxb-port-root-element-wrapper.col2 .uxb-port-element-item {
		font-size: 13px;
	}

	.uxb-port-root-element-wrapper.col3 .uxb-port-element-item {
		font-size: 9px;
	}
	
	.uxb-port-root-element-wrapper.col4 .uxb-port-element-item {
		font-size: 6px;
	}
	
	
	
}



@media only screen and (max-width: 1024px) {
	
	#root-container {
		box-sizing: border-box;
		padding: 50px 20px;
		width: 100%;
	}
	
	#site-border {
		height: 8px;
		position: absolute;
		width: 100%;
	}
	
	.left-width {
		margin: auto;
		padding: 0;
		width: 100%;
	}

	.right-width {
		margin: auto;
		padding: 0;
		width: 100%;
	}

	#header-container {
		text-align: center;
	}

	#header-container > div {
		display: block;
		text-align: center;
	}

	#logo,
	#tagline {
		margin-bottom: 15px;
	}

	#office-time-phone-search {
		position: static;

	}

	#office-time-phone-search span {
		margin-right: 15px;
	}

	#search {
		margin: 0;
	}

	#search-panel-wrapper {
		left: 50%;
		margin-left: -150px;
		top: 60px;
	}

	#main-menu {
		display: none;
	}

	#mobile-menu {
		display: block;
	}
	
	.site-line-group.header {
		margin-bottom: 10px;
	}

	#intro-wrapper {
		box-sizing: border-box;
		padding: 0 80px;
		text-align: center;
		width: 100%;
	}

	#main-container #intro-title {
		font-size: 45px;
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}

	#main-container #intro-body {
		font-size: 16px;
	}

	#content-wrapper {
		box-sizing: border-box;
		margin: 0;
		padding: 0 10px;
		width: 100%;
	}

	#footer-container {
		padding: 50px 0 0;
	}
	
	#copyright-social {
		border-top: 1px solid #eee;
		padding-top: 20px;
		text-align: center;
	}

	#copyright {
		margin-bottom: 10px;
	}

	#footer-content {
		margin-bottom: 50px;
	}

	ul.bar-social {
		float: none;
	}
	
	
	
	.uxb-port-element-item img {
		width: 100%;
	}
		
}



@media only screen and (max-width: 960px) {
	
	#intro-wrapper {
		padding: 0 30px;
	}

	#main-container #intro-title {
		font-size: 40px;
	}

	#mobile-menu {
		margin-bottom: 30px;
	}

	#page-slider-caption-box {
		font-size: 13px;
	}
	
	#page-slider-nav > a {
		width: 40px;
		height: 40px;
	}
	
	#page-slider-caption-box-wrapper {
		right: 75px;
	}



	.uxb-tmnl-testimonial-item .uxb-tmnl-blockquote-wrapper {
		margin-left: 220px;
	}
	
	.uxb-tmnl-testimonial-item .uxb-tmnl-testimonial-thumbnail {
		width: 180px;
		height: 180px;
	}

	#root-container #main-container blockquote p, 
	#main-container #sidebar-wrapper blockquote p, 
	#root-container #footer-content blockquote p {
		font-size: 20px;
	}
	
	#main-container blockquote cite, 
	#main-container .uxb-tmnl-testimonial-item .uxb-tmnl-cite {
		font-size: 16px;
	}
	
	#root-container #main-container blockquote {
		padding: 15px 20px 20px;
	}
	
	
	
	#root-container .uxb-tabs ul.tab-items li.ui-state-active a {
		border-top-width: 1px;
	}
	
	#root-container .uxb-tabs ul.tab-items li {
		float: none;
		margin: 0 -4px 0 0;
	}
	
	#root-container .uxb-tabs .tab-content {
		margin-top: -6px;
	}
	
	#root-container .uxb-tabs.vertical-tabs .tab-items li {
		margin-bottom: -5px;
	}
	
	#root-container .uxb-tabs.vertical-tabs .tab-items li.ui-state-active a {
		border-left-width: 1px;
	}



	#footer-container {
		padding: 50px 10px 0;
	}
	
	#footer-content {
		margin-left: 0;
		margin-right: 0;
	}


}



@media only screen and (min-width: 768px) and (max-width: 959px) {
	
}



@media only screen and (max-width: 768px) {
	
	#page-slider-wrapper,
	.page-slider-item {
		height: 370px;
	}
	
	#main-container #intro-title {
		font-size: 32px;
		width: 100%;
	}

	#main-container #intro-body {
		font-size: 15px;
	}

	#page-slider-caption-box-wrapper {
		display: none;
	}

	#page-slider-border {
		display: none;
	}




	#root-container .uxb-tmnl-testimonial-wrapper {
		margin-left: 0;
	}
	
	#root-container .uxb-tmnl-testimonial-item .uxb-tmnl-blockquote-wrapper {
		margin-left: 0;
		margin-top: 40px;
	}
	
	.uxb-tmnl-testimonial-item .uxb-tmnl-testimonial-thumbnail {
		display: none !important;
	}

	#root-container #main-container blockquote p, 
	#main-container #sidebar-wrapper blockquote p, 
	#root-container #footer-content blockquote p {
		font-size: 19px;
	}
	
	#main-container blockquote cite, 
	#main-container .uxb-tmnl-testimonial-item .uxb-tmnl-cite {
		font-size: 16px;
	}
	
	#root-container #main-container blockquote {
		padding-bottom: 50px;
		width: 100%;
	}
	
	#root-container #main-container .uxb-tmnl-testimonial-wrapper blockquote {
		padding-bottom: 0;
	}

	#root-container #main-container .uxb-tmnl-testimonial-wrapper .uxb-tmnl-cite {
		padding-left: 20px;
	}
	
	.tmnl-width {
		width: 100% !important;
	}
	
	
	
	#root-container .footer-widget-item {
		/*margin-bottom: 60px;*/
	}

	#root-container .columns:last-child .footer-widget-item {
		margin-bottom: 0;
	}
	
	.columns {
		margin-bottom: 30px;
	}
	
	#footer-content .columns {
		margin-bottom: 60px;
	}

	.columns:last-child {
		margin: 0;
	}
	
	
	
	
	#root-container .uxb-port-root-element-wrapper .uxb-port-element-item {
		font-size: 10px;
		width: 47%;
	}
	
	
	
	#blog-wrapper {
		padding: 0;
	}

	#blog-wrapper .blog-thumbnail {
		display: none;
	}

	.blog-info {
		float: none;
		width: 100%;
	}

	#blog-pagination {
		margin-top: 50px;
	}

	#sidebar-wrapper {
		margin-top: 40px;
	}
	
	#author-box {
		text-align: center;
		width: 100%;
	}

	#author-photo-wrapper {
		float: none;
		display: block;
		margin: auto;
		width: 100px;
	}

	#author-info {
		width: 100%;
	}
	
	#comment-content ul.children {
		margin-left: 0;
	}
	
	.gallery-wrapper .gallery-item {
		max-width: 45%;
	}
	
	
	
	
	#root-container .uxb-tabs.vertical-tabs ul.tab-items {
		float: none;
		width: auto;
	}
	
	#root-container .uxb-tabs.vertical-tabs ul.tab-items li {
		width: auto;
	}
	
	#root-container .uxb-tabs.vertical-tabs ul.tab-items li a {
		border: 1px solid #dedede;
		width: auto;
	}
	
	#root-container .uxb-tabs.vertical-tabs ul.tab-items li.ui-state-active a {
		border: 1px solid #dedede;
		border-top-color: #F9C445;
		border-bottom: 0;
		border-left-color: #dedede;
	}

	#root-container .uxb-tabs.vertical-tabs .tab-content {
		float: none;
		margin-left: 0;
		margin-top: -2px;
		width: auto;
	}
	
	
	
	
}



@media only screen and (min-width: 480px) and (max-width: 767px) {
	
}



@media only screen and (max-width: 600px) {
	
	#page-slider-wrapper,
	.page-slider-item {
		height: 300px;
	}
	
	#root-container .uxb-port-root-element-wrapper .uxb-port-element-item {
		font-size: 8px;
	}
	
}



@media only screen and (max-width: 479px) {
	
	#page-slider-wrapper,
	.page-slider-item {
		height: 200px;
	}
	
	#root-container {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#tagline {
		line-height: 1.5;
	}

	#search-panel-wrapper {
		left: 48%;
		width: 90%;
	}

	#intro-wrapper {
		margin-bottom: 30px;
		padding: 0;
	}
	
	#page-slider-wrapper {
		/*height: 340px !important;*/
	}



	#content-wrapper .uxb-port-element-filters a {
		font-size: 14px;
	}

	#root-container .uxb-port-root-element-wrapper .uxb-port-element-item {
		font-size: 11px;
	}

	#root-container .uxb-port-root-element-wrapper .uxb-port-element-item {
		width: 100%;
	}
	
	
	
	#main-container h2,
	#main-container h3.larger {
		font-size: 19px;
	}
	
	#main-container h3,
	#main-container h2.smaller {
		font-size: 17px;
	}
	
	#page-slider-wrapper.portfolio-slider .is-selected span.caption-text {
		display: none;
	}
	
	#content-wrapper {
		padding: 0;
	}

	#author-box {
		padding: 40px 20px;
	}

	.commenter-photo {
		display: none;
	}

	.comment-post-wrapper {
		margin: 0;
	}

	.image-slider-item .image-caption {
		display: none;
	}

	.gallery-wrapper .gallery-item {
		max-width: 100%;
	}
	
	
	
	.cta-box {
		text-align: center;
	}

	#root-container .cta-box-button {
		float: none !important;
		margin-top: 20px;;
		position: static;
	}

	.cta-box-content {
		float: none !important;
		margin: 0;
	}
	
}


