/*
Theme Name: Wired Communications
*/

/**
 * Typography
 */

body {
	color: #5f5e5e;
    font-weight: 400;
	font-size: 13px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin: 0 0 24px;
    /*font-family: 'Oswald', sans-serif;*/
}

h1{
    font-size: 30px;
    line-height: 36px;
}

h2{
    font-size: 26px;
    line-height: 32px;
}

h3{
    font-size: 24px;
    line-height: 30px;
}

h4{
    font-size: 20px;
    line-height: 26px;
}

h5{
    font-size: 17px;
    line-height: 23px;
}

h6{
    font-size: 15px;
    line-height: 21px;
}

p {
	margin: 0 0 24px;
}

p:empty{
    display: none;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

ul,
ol {
	margin: 0 0 24px 15px;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 20px;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 24px;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 24px;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 24px;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
}

:-moz-placeholder {
	color: #686868;
}

::-moz-placeholder {
	color: #686868;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
}


/**
 * Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #2b4c7f;
	border: 0;
	border-radius: 2px;
	color: #ffffff;
	font-weight: 700;
	padding: 5px 20px;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #9bb9dd;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #ffffff;
	border: none;
	border-radius: 0;
	padding: 8px 8px;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}

/**
 * Links
 */

a {
	color: #144081;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #666666;
    text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/**
 * Alignments
 */

.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 20px;
}

/**
 * Clearings
 */

.clear:before,
.clear:after {
	content: "";
	display: table;
}

.clear:after {
	clear: both;
}

.container{

}
.row {
    
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
   
}

/**
 * Widgets
 */

.widget {
	margin-bottom: 24px;
}

.search-form label{
    display: block;
}

.search-form label span.screen-reader-text{
    display: none;
}
.sidebar .widget-title{
    text-transform: uppercase;
    margin: 0 0 15px;
}


/**
 * Content
 */

.site-main {
    background: url(images/bg_main.png) repeat-x scroll 0 0 #f7f5f6;
}
.site-content{
    padding: 30px 0;
}

/**
 * Header
 */

.site-header {
    background: url(images/bg_header.png) repeat-x scroll 0 0 #e6eefb;
    border-bottom: 2px solid #000000;
    padding: 24px 0 0px;
    color: #144081;
}
.logo{
    text-align: center;
}
.header-info{
    padding-top: 14px;
}
.header-info h6{
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 10px;
}
.header-info h6 span{
    font-weight: 900;
}

.site-nav{
    padding: 6px 0 0;
    margin: 0 0 24px;
}
.navbar-default{
    background-color: #2b4c7f;
    border: none;
    margin: 0;
}
.navbar{
    min-height: 0;
}
.navbar-nav > li > a {
    padding: 8px 25px;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #9BB9DD;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #9BB9DD;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #9bb9dd;
}
.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
    border-color: #9bb9dd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #9bb9dd;
}

.site-slider h3{
    text-align: center;
    color: #000000;
}
.main-slider{
    border: 10px solid #494846;
}

/**
 * Posts and pages
 */

.entry-title {
	margin: 0 0 10px;
    text-transform: uppercase;
}

.entry-meta{
    margin: 0 0 24px;
}

.page-title {
	
}

/* services */
.services{
    margin: 0 0 30px;
}
.iconbox-service { text-align:center; padding: 80px 0 0; margin: 0 0 24px;}
.iconbox-service { position:relative; }
.iconbox-service .service-cont { position:relative; top:130px; }
.iconbox-service .s_icon{
    left: 0px; 
    position: absolute; 
    top: 10px;
    transition: all 0.4s linear 0s;
    text-align:center; 
    width:100%;
}
.iconbox-service i.animate { 
    display: block;   
    font-size:60px; 
    color:#666666; 
}

.iconbox-service:hover .s_icon { top:0; }
.iconbox-service:hover .animate:after {
    background: url(images/shadow.png) no-repeat scroll center 0 transparent;
    content: "";
    display: block;
    height: 24px;
    position: absolute;
    top: 50px;
    left: 0;
    transition: all 0.4s linear 0s;
    visibility:visible;
    width: 100%;
}

.iconbox-service h5{
    text-transform: uppercase;
    margin: 0 0 20px;
}
.read-more {
    text-transform: capitalize;
    color: #ffffff;
    background-color: #2c4c7f;
    display: inline-block;
    padding: 3px 10px;
}
.read-more:hover{
    color: #ffffff;
    background-color: #999999;
}

.home-two-col{
    margin: 0 0 20px;
}
.home-two-col .col-sm-6{
    margin-bottom: 24px;
}

.why h6{
    text-decoration: underline;
}
.title{
    background-color: #ebebeb;
    padding: 5px 10px;
}
span.title{
    display: inline-block;
    padding: 5px  30px;
}
ul.two-col{
    margin: 0 0 0 15px;
    padding: 0;
}
ul.two-col li{
    float: left;
    padding: 0 30px 8px 0;
    width: 50%;
    color: #144081;   
}
ul.two-col li:nth-of-type(2n){
    padding-right: 0;
}
ul.two-col li:nth-of-type(2n+1){
    clear: both;
}
.map iframe{
    border: 2px solid #000000 !important;
    display: block;
    margin: 0;
}
.testimonials{
    margin: 0 0 20px;
}
.testimonial{
    background: url(images/quote.png) no-repeat scroll 10px 10px #ededed;
    padding: 10px 10px 10px 30px;
    color: #144081;
    margin: 0 0 24px;
}
.testimonial img{
    float: left;
    margin: 0 10px 10px 0;
}
.testimonial span{
    display: block;
    padding: 5px 0 0;
}
.txtcenter{
    text-align: center;
}

.quote{
    background-color: #ededed;
    border-left: 4px solid #144081;
    padding: 20px;
}
.quote h4{
    text-transform: uppercase;
    margin: 0 0 10px;
}
.quote-btn{
    float: right;
    padding: 15px 0 0;
}
.quote-btn a{
    background-color: #b6343e;
    border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
    color: #ffffff;
    display: block;
    padding: 5px 10px;
    text-transform: uppercase;
}


/**
 * Comments
 */

.comments-area {
	margin: 0 0 20px;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #5f5e5e;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {

}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #144081;
	border-radius: 2px;
	color: #144081;
	display: inline-block;
	margin-top: 0;
	padding: 5px 10px;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: #999999;
	color: #999999;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	display: block;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #007acc;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}

/**
 * Footer
 */

.site-footer {
	background: url(images/bg_footer.png) repeat-x scroll 0 0;
    padding: 18px 0 0;
    color: #000000;
}

.site-footer a{
    color: #000000;
}

.site-footer a:hover{
    color: #144081;
}

.footer-main{
    background: url(images/bg_footer_inner.png) repeat scroll 0 0;
}
.footer-widget{
    margin-bottom: 20px;
}
.footer-widget ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-widget ul li{
    padding: 0 0 5px;
}
.footer-widget .widget-title{
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 10px;
}

/**
 * Media
 */

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 20px;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

/**
 * Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media (min-width: 768px) {
    .container {
        /*width: 750px;*/
    }
    .site-content {
        min-height: 300px;
    }
    .navbar-default{
        background-color: transparent;
        padding: 0 20px;
    }
    .navbar-default:before,
    .navbar-default:after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 35px;
        
    }
    .navbar-default:before{
        background: url(images/corner-left.png) no-repeat scroll 0 0;
    }
    .navbar-default:after{
        right: 1px;
        left: auto;
        background: url(images/corner-right.png) no-repeat scroll 0 0;
    }
    #navbar{
        background-color: #2b4c7f;
        text-align: center;
    }
    .navbar-nav {
        float: none;
        width: 100%;
    }
    .navbar-nav > li {
        float: none;
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .container {
        /*width: 840px;*/
    }
}

@media (min-width: 1200px) {
    .container {
        /*width: 840px;*/
    }
}

@media screen and (max-width: 1199px){
    .navbar-nav > li > a {
        padding: 8px 15px;
    }
    .navbar-default .navbar-nav > li > a{
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
	.site-header{
	   padding: 28px 0 0px;
	}
    .header-info h6{
        text-align: center !important;
    }
    .navbar-nav > li > a {
        padding: 8px 8px;
    }
    .navbar-default .navbar-nav > li > a{
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
	.site-header{
	   padding: 24px 0 24px;
       text-align: center;
	}
    .header-info{
        text-align: center;
    }
    .site-nav .container{
        padding: 0;
    }
    .main-left{
        margin-bottom: 30px;
    }
    .main-slider{
        border: 5px solid #494846;
    }
}