/*  
Theme Name: Screen
Theme URI: http://qkthemes.net
Version: 1.0
Description: Created by <a href="http://qkthemes.net">QKThemes</a>
Author: <a href="http://qkthemes.net">qkthemes</a>
Author URI: <a href="http://qkthemes.net">qkthemes</a>
Tags: light, gray, white, custom-background, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
License: GNU General Public License
License URI: license.txt
Text Domain: screen

---------

DO NOT EDIT THIS FILE.
*/

.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}
body .wpb_row, body .wpb_content_element{
    margin-bottom: 0px;
}
.vc_row{
    margin: 0px !important;
}
h4 a:hover{
    color: #313131;
}
body .vc_column_container > .vc_column-inner{
    padding-left: 15px;
    padding-right: 15px;
}
body .wpb_content_element{
    margin-bottom: 0px;
}

iframe{
    border: none;
}
.wp-caption, .wp-caption-text, .gallery-caption{text-align: center; font-style: italic;}
.bypostauthor{}
.wp-caption{
margin: 0 0 20px 0;
padding-top: 4px;
max-width: 100%;
border: 1px solid #eee;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border-image: initial;
background-color: #f8f8f8;
text-align: center;
}
.sticky {
    background: #EEF9FD;
    border: 3px dotted black !important;
    padding: 10px;
}
select{
    max-width: 100%;
}
.alignright{
    float: right;
    margin-left: 20px;
    margin-bottom: 30px;
}
.alignleft{
    float: left;
    margin-right: 20px;
    margin-right: 30px;
}
.clear{
    clear: both;
}

.aligncenter{
    float: none;
    margin: 30px;
}

.comment-form .logged-in-as a:hover{
	color:#3ab3df;
}
.blog-text p + p{
	margin-top:0;
}
.blog-text p:nth-child(2){
	margin-bottom: 0;
}
.newsletter .newsletter-email{
	border: 1px solid #3ab3df;
    box-shadow: none;
    outline: 0 none;
    float: left;
    margin-right: 20px;
    width: 400px;
    height: 45px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 6px 12px;
}
.newsletter .newsletter-submit{
	background: #3ab3df;
    border: 1px solid #3ab3df;
    color: #fff;
    border-radius: 0;
    box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.25);
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.25);
}
.newsletter .newsletter-submit:focus{
	background-color: #fff;
}
#portfolio .grid{
    overflow: hidden!important;
}
.white-section .section-title{
    color:#fff;
}
.contact_form .wpcf7{
    padding-left: 21px!important;
    padding-right: 22px!important
}
#comments .comment-container{
    margin-bottom: 26px;
}

#comments .comments li{
    margin-bottom: 16px;
}

.video-widget{
    margin-bottom: 25px;
}
.breadcrumb{
    color:#ccc;
}

.breadcrumb a{
    color:#fff;
}
.navbar-nav > li .caret{
    display: none;
}
.admin-bar .navbar-fixed-top{
    top:32px;
}
.bg-overlay{
    background: rgba(28, 186, 200, 0.4) none repeat scroll 0 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.home-youtube .bg-overlay{
    z-index: 99!important;
}
.widget_pages li{
    list-style: none;
}
.wrapper{
    overflow-x: hidden;
}
.error404 h1{
    padding:80px 0;
}
table{
    width: 100%;
}
th, td{
    padding: 5px;
    border: 1px solid #eee;
}
.page-numbers li{
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}
.page-numbers li a:hover, .page-numbers li .current{
    color: #3ab3df;
}
.single-post-tags{
    padding: 0px  !important;
    margin-top: 20px;
}
.single-post-tags li{
    display: inline-block;
    margin-right: 5px;
    list-style: none;
}
.single-post-tags li span{
    font-weight: bold;
}
.blog-post div ul, .page-template-default .blog-post ul{
    padding-left: 30px;
}
.navbar-default .navbar-brand{
    color: #fff !important;
}
a:hover{
    color: #333;
}
table{
    margin-bottom: 30px;
}
.widget_recent_comments ul li a:before{
    display: none;

}
.widget_recent_comments ul li {
    display: inline-block;
    font-size: 14px;
    padding: 5px 0;
    position: relative;
    padding-left: 10px!important;
}
.widget_recent_comments ul li:before{
    content: "\f0da";
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
}
h1, h2, h3, h4, h5, h6{
    margin-bottom: 20px;
}
.widget_recent_comments ul li a{
    padding-left: 0px !important;
}
.navbar-default.menu-shrink .navbar-brand {
    color: #333 !important;
}