/*
Theme Name: murmur
Theme URI: http://murmurworkshop.gr
Author: murmur
Author URI: http://murmurworkshop.gr
Description: murmur WordPress theme
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: murmur
Tags: portfolio, blog
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool.
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* 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. */
}

.sticky, .bypostauthor, .gallery-caption { font-size: 14px; }

.page-id-10 .page-top h1 {
display:none !important;
}

form input, textarea{
    background: #fff;
    border: 1px solid #3c5c8f;
    color: #454545;
border-radius: 20px;
}

label {
color: #9c0025 !important;
letter-spacing:0.5px;
font-size:13px;
}

input[type=submit] {
background:#f5f5f5;
}


@media only screen and (min-width: 1200px) {
.vertical-filters .col-filter {
    margin-left: 85px !important;
}
}

@media only screen and (max-width: 1200px) {
.vertical-header .main-nav ul li a {
background:#fff !important;
}

.vertical-header .main-nav{
background:#fff !important;
}
}

.single-project .project-info .project-name a, .single-project-3 .project-info .project-name a{
margin: 0 0 10px;
    font-size: 14px;
    color: #8d8d8d;
    letter-spacing: 0.5px;
}

.small-title{
display:none;
}

.i-post-title .large-title{
font-size:16px;
text-transform:none;
color:#3c5c8f;
font-weight:500;
letter-spacing:0.5px;
}

.i-details .categories li a{
color: #8d8d8d;
font-weight:500;
font-size: 15px;
letter-spacing:0.5px;
text-transform:none !important;
}

.project-changer{
MARGIN-BOTTOM:50px;
}

.page-top h1{
padding-top:40px;
font-size: 17px !important;
letter-spacing: 1px;
}

.widget_recent_entries li{
font-size:16px;
padding-bottom:15px;
}

.large-title{
font-size:21px;
text-transform:none;
color:#3c5c8f;
font-weight:500;
}

.wpcf7-form input[type="submit"]{
text-transform: none !important;
}

.bp-masonry .blogTitle h5{
font-size:16px !important;
font-weight:400 !important;
color:#9c0025 !important;
}

.i-details .pri-list li h3{
font-size:15px;
}

div.pri-left.col-md-4.pcs2{
width: 100% !important;
}

.prev-slide:before{
display:none !important;
}

.next-slide:after{
display:none !important;
}

.project-changer .next-slide:before{
display:none !important;
}

@media only screen and (max-width: 768px){
.project-changer .prev-slide, .project-changer .next-slide{
display:none;
}

.contact-form-area{
width:100% !important;
}

}

.project-name{
height:40px !important;
}

div.row.footer.section-hidden{
opacity:1 !important;
}