  /*
Theme Name: Intertech Media LLC
Theme URI: http://intertechmedia.com
Author: Michael
Author URI: http://intertechmedia.com/
Description:  Custom theme for Intertech Media LLC
Version: 1.1.10
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

Intertech Media is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Credits:

1. Bootstrap

* Bootstrap v3.3.6 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
* Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

* http://getbootstrap.com/components/

*/

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {

}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
color: #666;
border: 1px solid #ddd;
border-radius: 0;
font-weight: 400;
height: auto;
margin-bottom: 0;
padding: 11px 15px;
width: 100%;
margin-bottom: 25px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
background: #fff;
outline: none;
border: 1px solid #3db7ee;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6{
color: #444;
font-family: "Roboto Slab";
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
box-sizing: inherit;
}
body {
background: hsl(0, 0%, 83%); /* Fallback for when there is no custom background color defined. */
background: #d5d5d5; /* Fallback for when there is no custom background color defined. */
word-wrap: break-word; /* This is a small security for too long strings titles */
color:hsl(200, 9%, 12%);
color:#1c2022;
font:normal 300 14px/22px 'Roboto Slab'
}

p {
margin-bottom:15px;
}

hr {
background-color: hsl(0, 0%, 80%);
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}

ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
padding-left: 0;

}
dt {

font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}

img {
height: auto; /* Make sure images are scaled correctly. */
max-width: 100%; /* Adhere to container width. */
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 1.5em;
width: 100%;
table-layout: fixed; /* Prevents HTML tables from becoming too wide */
}
table > thead > tr > th, table > thead > tr > td, table > tbody > tr > th, table > tbody > tr > td, table > tfoot > tr > th, table > tfoot > tr > td, .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
line-height: 1.0;
padding: 13px 10px;
vertical-align: top;
}

a{
font-weight: 400;
outline:none!important;
text-decoration: none!important;
}

a:hover {
color:#BD6E00;
}

._hidden{
	 opacity:0;
}
._visible{
	 opacity:1;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}

.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; /* Above WP toolbar. */
}
.center-block{
float: inherit!important;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
float: left;
margin-right: 1.5em;
}

.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}

.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

/* Content */
#page-wrap {
margin-top: 0px;
padding:50px 0 0 0
}
#primary {padding-top:15px}

.main-content {margin-top:0px;}

.main-content-inner {
padding-top:0.8em;
padding-bottom: 1.5em;
}
.hentry {
margin: 0 0 1.5em;
}
.sticky {
display: block;
}
.bypostauthor {
display: block;
}

/* Clearing */
.clear {
clear: both;
}



/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
-moz-hyphens: auto;
color: #666;
margin: 0 0 25px;
overflow: hidden;
padding: 10px 0;
word-wrap: break-word;
}
.widget a{
color: #666;
font-size: 14px;
text-transform: uppercase;
font-weight: 400;
}
.widget a:hover, .widget a:focus{
color: #444;
}
.widget-title{
color: #444444;
font-size: 18px;
font-weight: normal;
line-height: 24px;
margin-bottom: 15px;
padding-bottom: 15px;
position: relative;
text-transform: uppercase;
}
h2.comments-title:after,.comment-reply-title:after, .widget-title:after, .item-Author-Latest-Related h3:after {
background-color: #3db7ee;
bottom: 0;
content: "";
display: inline-block;
height: 3px;
left: 0;
position: absolute;
right: 0;
width: 30px;
}
.widget ul{
list-style-type: none;
padding: 0;
margin-bottom: 0;
}

.widget.widget_categories ul li,
.widget.widget_archive ul li{
list-style-type: none;
color: #666;
}
.widget.widget_recent_entries ul li,
.widget.widget_categories ul li,
.widget.widget_archive ul li,
.widget.widget_meta ul li,
.widget.widget_pages ul li,
.widget.widget_nav_menu ul li,
.widget.widget_recent_comments ul li,
.widget.widget_rss ul li{
border-bottom: 1px solid #d2d2d2;
padding: 5px 0;
}

.widget ul li{
list-style: inside none square;
}
.widget.widget_rss .rssSummary, .widget p{
line-height: 22px;
}
.widget.widget_nav_menu ul li, .widget.widget_nav_menu ol li{
width: 100%;
}
.widget.widget_nav_menu ul li .sub-menu li, .widget.widget_nav_menu ol li .sub-menu li{
padding-bottom: 10px;
}
.widget.widget_nav_menu ul li .sub-menu li:last-child, .widget.widget_nav_menu ol li .sub-menu li:last-child{
padding-bottom: 0;
}
.widget.widget_text img {
height: auto;
margin: 10px 0;
}
.widget.widget_search .widget-title, .widget.widget_text .widget-title, .widget.widget_tag_cloud .widget-title{
margin-bottom: 40px;
}
.widget ul li:last-child{
border-bottom: none;
}
.widget ul li ul{
padding-left: 15px;
display: block;
width: 100%;
			margin-left: 5px;
}
.widget ul li ul li{
width: 100%;
display: block;
border-bottom: inherit !important;
}
.widget.widget_rss ul li a{
font-weight: 700;
}
.widget .tagcloud a {
border: 1px solid #ddd;
color: #777;
display: inline-block;
font-size: 11px !important;
letter-spacing: 1px;
margin-bottom: 10px;
margin-right: 10px;
padding: 11px 13px;
text-transform: uppercase;
transition: all 1s ease 0s;
}
.widget .tagcloud a:hover{
background: #ffd400;
color: #fff;
}
/* Make sure select elements fit in widgets. */
.widget select {
border: 1px solid #dde3e8;
display: block;
margin: 30px 0 0;
padding: 10px 10px;
width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
display: none;
}
.search-form input{
margin-bottom: 0;
}
.search-form label{
width: 100%;
}

/*--------------------------------------------------------------
# Custom Widgets
--------------------------------------------------------------*/

/*Format and National Content Widget Styles*/

#rpwe_widget-9 .rpwe-block a,
#rpwe_widget-10 .rpwe-block a,
#rpwe_widget-11 .rpwe-block a,
#rpwe_widget-12 .rpwe-block a,
#rpwe_widget-13 .rpwe-block a,
#rpwe_widget-14 .rpwe-block a
{
text-transform: none;
color:#337ab7
}

#rpwe_widget-9 .rpwe-block a:hover,
#rpwe_widget-10 .rpwe-block a:hover,
#rpwe_widget-11 .rpwe-block a:hover,
#rpwe_widget-12 .rpwe-block a:hover,
#rpwe_widget-13 .rpwe-block a:hover,
#rpwe_widget-14 .rpwe-block a:hover

{
color:#bd6e00
}

#rpwe_widget-9 h3 a,
#rpwe_widget-10 h3 a,
#rpwe_widget-11 h3 a,
#rpwe_widget-12 h3 a,
#rpwe_widget-13 h3 a,
#rpwe_widget-14 h3 a
{
font-size: 20px;
line-height: 24px;
color:#444
}

#rpwe_widget-9 h3 a:hover,
#rpwe_widget-10 h3 a:hover,
#rpwe_widget-11 h3 a:hover,
#rpwe_widget-12 h3 a:hover,
#rpwe_widget-13 h3 a:hover,
#rpwe_widget-14 h3 a:hover
{
color:#bd6e00;
}

#rpwe_widget-9 .rpwe-title a,
#rpwe_widget-10 .rpwe-title a,
#rpwe_widget-11 .rpwe-title a,
#rpwe_widget-12 .rpwe-title a,
#rpwe_widget-13 .rpwe-title a,
#rpwe_widget-14 .rpwe-title a
{
text-transform: none;
color:#337ab7
}

#rpwe_widget-9 .rpwe-title a:hover,
#rpwe_widget-10 .rpwe-title a:hover,
#rpwe_widget-11 .rpwe-title a:hover,
#rpwe_widget-12 .rpwe-title a:hover,
#rpwe_widget-13 .rpwe-title a:hover,
#rpwe_widget-14 .rpwe-title a:hover
{
text-transform: none;
color:#bd6e00
}

#rpwe_widget-9 .rpwe-time,
#rpwe_widget-10 .rpwe-time,
#rpwe_widget-11 .rpwe-time,
#rpwe_widget-12 .rpwe-time,
#rpwe_widget-13 .rpwe-time,
#rpwe_widget-14 .rpwe-time
{
color: #bd6e00;
font-size: 12px;
font-weight:400
}

#rpwe_widget-9 .rpwe-summary,
#rpwe_widget-10 .rpwe-summary,
#rpwe_widget-11 .rpwe-summary,
#rpwe_widget-12 .rpwe-summary,
#rpwe_widget-13 .rpwe-summary,
#rpwe_widget-14 .rpwe-summary
{
font:normal 300 14px/22px "Roboto Slab";
color:#444
}

#rpwe_widget-9,
#rpwe_widget-10,
#rpwe_widget-11,
#rpwe_widget-12,
#rpwe_widget-13,
#rpwe_widget-14
{
margin-bottom:0
}

/*End Widget Styles*/

.latest_post_widget{
margin-top: 35px;
}
.related_post_image{
float: left;
margin: 0 20px 0 0;
}
.latest_post_widget li:after{
content: none!important;
}

.latest_post_widget > li{
border-bottom: medium none !important;
display: inline-block !important;
padding-bottom: 30px !important;
padding-top: 0 !important;
width: 100% !important;
}
.latest_post_widget li:last-child{
padding-bottom: 0 !important;
}
.latest_post_widget li a{

}
.latest_post_widget > li a img{
width: 100px;
height: 90px;
}
.latest_post_txt a{

}
.latest_post_txt p{
font-size: 14px;
margin-top: 5px;
}

/*Recent Posts extended Widget*/
.rpwe-block li {
border-bottom:1px solid #eee;
margin-bottom:10px;
padding-bottom:10px;
list-style-type: none!important;
}

.rpwe-summary {
font-size:12px;
line-height: 20px
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
}
.right_sidebar{
padding-top: 35px;
padding-left: 35px;
border-left: 1px solid #ebebeb;
min-height: 1800px;
}

.sidebar {
border-left: 0px dotted #e1e1e1;
background:#F1F4F4
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area h2,.comments-area h3{
color: #444;
}
.comment-content a {
word-wrap: break-word;
}

.bypostauthor {
display: block;
}
.com_author_photo img{
border-radius:50%;
}

h2.comments-title, h3.comment-reply-title{
	font-size: 18px !important;
	font-weight: 400;
	margin-top: 20px;
position:relative;
padding-bottom: 15px;
}
h2.comments-title span{
display: none;
}
h3.comment-reply-title{
margin-bottom: 25px;
}
ul.coments{
padding-left: 0;
}
ul.coments li{
	overflow: hidden;
	clear: both;
	padding: 25px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
ul.coments > li:last-child{
	border-bottom: 0px;
}
.comments-area ul.children li {
	margin-left: 80px;
}
.comments-area ul.children li div.fix_p{
	padding-left: 0;
}
.com_author_photo{
padding-bottom: 10px;
}
ul.coments li ul {
clear: both;
margin-bottom: -30px;
padding-top: 30px;
list-style: none;
}
ul.coments li ul li {
border-bottom: 0 none;
border-top: 1px solid #dddddd;
padding-left: 50px;
}

.comment_details h3{
display: inline-block;
font-size: 17px;
font-weight: 400;
padding-right: 10px;
}
.comment_details h3 a{
	color: #333;
font-weight: 400;

}
.comment_details > h4::before {
content: "/";
left: 0;
position: absolute;
top: -1px;
}
.comment_details h4{
color: #777777;
display: inline-block;
font-size: 13px;
padding-left: 13px;
position: relative;
}
.comment_details p{
	line-height: 25px;
}
.comment_details a.comment-reply-link{
	line-height: 28px;
	padding: 0px;
	display: inline-block;
}
.comment_details a.comment-reply-link:hover{

}

/* comment form styling */

.comment-respond input {
margin-right: 10px;
color: #A9A9B1;
font-weight: 400;
margin-bottom: 0;
}
.comment-respond .input-email, .comment-respond .input-name{
width: 46.75%;
}
.comment-form-comment{
margin:25px 0;
}
.comment-form-comment textarea{
color:#A9A9B1;
padding: 8px 20px;
width: 95.5%;
margin-bottom: 0;
}
.form-submit .submit{
min-width: 50px;
text-transform: uppercase;
padding: 12px 25px;
}
h3.comment-reply-title small{
display: block;
float: right;
margin-right: 30px;
}
h3.comment-reply-title small:hover a{
text-decoration:none;
}

h3.comment-reply-title small a,p.logged-in-as a{
color: #444;
text-decoration: none;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.center-block{
float:inherit;
}
.not_found_404_area h1{
font-size: 130px;
font-weight: 500;
line-height: normal;
}
.not_found_404_area h2{
color: #ffd400;
font-size: 40px;
line-height: normal;
margin-bottom: 20px;
}
.not_found_404_area h3{
color: #444;
font-size: 26px;
line-height: normal;
text-transform: inherit;
}
.not_found_photo{
margin-top: 40px;
}

/*--------------------------------------------------------------
## Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}

.entry-content {margin-top:40px}
.entry-content-thumbnail {float:left; }
.entry-content-thumbnail img {margin:0 10px 10px 0}
.entry-content-thumbnail .wp-post-image {max-width:180px}
.entry-meta {font-size:12px; color:#888}
.entry-meta a {color:#bc6e00}

.edit-link a {color:#fff}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}

.wp-caption-text {
text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
margin-bottom: 1.5em;
}

.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
margin-top: 0;
}

.gallery-columns-2 .gallery-item {
max-width: 50%;
}

.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
max-width: 25%;
}

.gallery-columns-5 .gallery-item {
max-width: 20%;
}

.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}

.gallery-caption {
display: block;
}

.ReadMore {
padding:6px;
border:2px solid #bc6e00;
color: hsl(35, 100%, 36%);
color: #bc6e00;
font:normal 600 16px 'Karla';
text-transform: uppercase;
margin-left:10px
}
.ReadMore:hover {
text-decoration: none;
color:hsl(0, 0%, 100%);
color:#fff!important;
background:hsl(35, 100%, 36%);
background:#bc6e00;
}


.featured-partner .ReadMore {
padding:6px;
border:2px solid #fff;
color: hsl(0, 0%, 100%);
color: #fff;
font:normal 600 16px 'Karla';
text-transform: uppercase;
margin:10px 0 0 0
}

.featured-partner-section a {color:#fff}

.pager li > a {
display: inline-block;
padding: 5px 14px;
background-color: #FFF;
border: 2px solid #BC6E00;
border-radius: 0px;
color:#BC6E00;
font-family: Karla;
text-transform: uppercase
}

.pager li > a:hover {
color:#fff;
background:#BC6E00;
}

.color-stripe {
background: rgba(0, 0, 0, 0) url("https://localhost/intertech/wp-content/uploads/2015/12/3color-box-c.png") no-repeat scroll 0 0;
top: 0;
min-height: 15px;
padding-right: 0;
left: 0px;
z-index: 10;
margin-bottom:10px;
border-bottom:1px solid #e1e1e1
}

.category-services .entry-meta {display:none}
.category-partners .entry-meta {display:none}
.category-18 .entry-meta {display:none}

.site-info {
padding:0 0 0 20px;
text-align: center
}

.site-info a {
font-size: 12px
}

.address {
padding:20px 0 0 0;
font-size: 12px;
font-weight:400;
color:#444
}

.contact-itm { margin:0 0 20px 0}

.pad10 {padding-top:10px} 
.pad20 {padding-top:20px}  

/* --------------------------------------------------------
# Start home & portfolio-details Header CSS
-----------------------------------------------------------*/

/*supermenu overide styles*/
.supermenu__menu-items-ul > li .sub-menu li {
padding: 5px 40px 5px 10px;
text-align: left;
border-bottom:1px dotted hsl(0, 0%, 83%);
border-bottom:1px dotted #d4d4d4
}
.supermenu__menu-items-ul > li .sub-menu li:last-child  {border-style:none}

.container {padding:0}

.itm-section-inner {padding: 30px 0 20px 0;}


#about {margin-top:20px}

.about-section {
background:hsl(180, 12%, 95%);
background:#f1f4f4;
position:relative;
}
.about-section .post-img {padding:0}
.about-section h2 {margin:15 0 5px 0; font-size:22px}
.about-section .post-details {padding:10px 10px}
.about-section .about-stripe {
	background: rgba(0, 0, 0, 0) url("https://localhost/intertech/wp-content/uploads/2015/12/3color-box.png") repeat scroll 0 0;
	bottom: 0;
	min-height: 10px;
	padding-right: 0;
	position: absolute;
	right: 0;
	z-index: 20;
}

.wpb-section {padding:0}
.wpb-section .section-title {font-size:22px}
.wpb-section .post-details {padding:0 10px }

.quote-section {
background:hsl(203, 100%, 37%);
background:#0073BD;
color:#fff;
padding:0px
}

.quote-section .post-details {
margin-bottom:0;
padding:20px;
font-size: 25px;
font-weight: 300;
line-height: 30px;
text-align: center
}

.services, .featured-partner, .testimonials-section  li {list-style: none}
.services-section .section-title {text-align: center}
.services-thumb img {display:block; width:40%; margin:0 auto}
.services-name {font-size: 20px}
.services-text {text-align: center}
.services-section ul {padding:0 20px}
.services-section .more-wrapper {margin:0; padding:0 0 0 20px; text-align:center}

.pages-served-outter {position:relative; z-index:0}
.pages-served-inner {position:absolute; z-index:20; width:100%; top:40%; text-align:center;}
.pages-served-inner .incremental-counter {padding-bottom:0}

.pages-served-inner .bigCountMessage {
    background:#000;
    padding:5px;
    width:40%;
    margin:10px auto;
    font: normal 600 15px/25px 'lato';
    text-transform:uppercase;
    color:#fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:2px solid #fff;
    }

.pages-served-inner .incremental-counter .num {font-size:25px!important; width:25px; height:30px; line-height:28px}

.featured-partner-section .section-title {background:#fff; margin:0; padding:15px 0 15px 10px; font-size:22px; text-align:center}
.featured-partner-section ul {padding:0; margin:0}
.featured-partner-section {background:#1aa5ff}
.featured-partner-thumb {background:url("https://dehayf5mhw1h7.cloudfront.net/wp-content/uploads/sites/562/2015/12/22132208/slate-bg.jpg") no-repeat; padding:0}
.featured-partner-text {padding:0px 20px 15px 20px }
.featured-partner-title {color:#fff; font-size:25px}
.featured-partner-title p {color:#000}

.notable-partners .section-title {padding: 0; font-size:22px; text-align: center}
.notable-partners #gallery-1 img {border-style: none}


.testimonials-section h2 {font-size:22px}
.testimonials-section ul {padding:10px}
.testimonials-section {padding:0 0 20px 0; background:#f1f4f4}
.testimonial-wrapper {padding: 0px}
.testimonials-thumb {padding:0; margin-bottom:10px}
.testimonials-thumb img {max-width:100%; display:block; margin:0 auto}
.testimonials-excerpt {font-size: 14px; line-height:24px; text-align:center}

.page-title {font-size: 22px}
.entry-content {margin-top:0}

.menu-title {width:0; float:right; font:normal 500 18px 'Oswald'; color:#fff; padding-top:0}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media only screen and (min-width : 768px) {

.about-section {
background:hsl(180, 12%, 95%);
background:#f1f4f4;
position:relative;
}
.about-section .post-img {padding-left:0}
.about-section h2 {margin:15 0 5px 0; font-size:30px}
.about-section .post-details {padding:10px 20px}
.about-section .about-stripe {
	background: rgba(0, 0, 0, 0) url("https://localhost/intertech/wp-content/uploads/2015/12/3color-box.png") repeat scroll 0 0;
	bottom: 0;
	min-height: 10px;
	padding-right: 0;
	position: absolute;
	right: 0;
	z-index: 20;
}

.wpb-section {padding:0 20px}
.wpb-section .section-title {font-size:30px}
.wpb-section .post-details {padding:0 35px }

.quote-section {
background:hsl(203, 100%, 37%);
background:#0073BD;
color:#fff;
padding:25px
}

.quote-section .post-details {
margin-bottom:0;
padding:40px;
font-size: 35px;
font-weight: 200;
line-height: 40px;
text-align: center
}


.services-section .section-title {text-align: left; text-indent:10px}
.services-thumb img {display:block; width:80%; margin:0 }
.services-name {font-size: 20px}
.services-text {text-align: left}
.services-section ul {padding:0 20px}
.services-section .more-wrapper {margin:0; padding:0 0 0 20px; text-align:left }

.pages-served-inner .bigCountMessage {font: normal 600 30px/35px 'lato'; text-transform:uppercase;    }
.pages-served-inner .incremental-counter .num {font-size:50px!important; width:50px; height:60px; line-height:58px}

.featured-partner-section .section-title {background:#fff; margin:0; padding:15px 0 15px 20px; font-size: 30px; text-align: left; text-indent:0}
.featured-partner-section ul {padding:0; margin:0}
.featured-partner-section {background:#1aa5ff}
.featured-partner-thumb {background:url("https://dehayf5mhw1h7.cloudfront.net/wp-content/uploads/sites/562/2015/12/22132208/slate-bg.jpg") no-repeat; padding-left:0}
.featured-partner-text {padding:40px 60px 0 60px }
.featured-partner-title {color:#fff; font-size:35px}
.featured-partner-title p {color:#000}

.notable-partners .section-title {padding: 0; font-size:30px; text-align: left; text-indent:10px}
.notable-partners #gallery-1 img {border-style: none}


.testimonials-section ul {padding:10px}
.testimonials-section {padding:0 0 20px 0; background:#f1f4f4}
.testimonial-wrapper {padding: 20px}
.testimonials-thumb {padding:0;}
.testimonials-thumb img {max-width:100%; display:block; margin:0 auto}
.testimonials-excerpt {font-size: 14px; line-height:24px; text-align: left}
.testimonials-section h2 {font-size:30px}

.page-title {font-size:30px; line-height:40px; text-transform: uppercase}
.entry-title {font-size:22px; line-height:32px; margin-top:0px}

}

/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width : 992px) {

}


/* Large devices (large desktops, 1200px and up) */
@media only screen and (min-width : 1200px) {
}