/*
Theme Name: Media Cafe
Author: MediCafe
Description: A theme made by MediaCafe.
Version: 1.0
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/opensans-regular-webfont.woff') format('woff'),
    url('fonts/opensans-regular-webfont.ttf') format('truetype'),
    url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto-light-webfont.eot');
    src: url('fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/roboto-light-webfont.woff') format('woff'),
    url('fonts/roboto-light-webfont.ttf') format('truetype'),
    url('fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto-regular-webfont.eot');
    src: url('fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/roboto-regular-webfont.woff') format('woff'),
    url('fonts/roboto-regular-webfont.ttf') format('truetype'),
    url('fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
    font-family: 'robotolight';
    font-size: 18px;
    color: #3b3b3b;
    line-height: 30px;
}
img {

    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
}
a:focus,
a:hover {
    color: #3b3b3b;
    text-decoration: none;
}

/* Header */
header {
    clear: both;
    background: #24292e;
}
header .main-nav {
    padding: 10px 0;
}
header .branding {
    float: left;
}
header nav {
    float: left;
    margin-left: 70px;
}
header nav li {
    display: inline-block;
    margin-right: 10px;
}
header nav li:last-child {
    margin-right: 0;
}
header nav li a {
    font-family: 'open_sansregular';
    color: white;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 45px;
    padding: 7px 15px;
}
body.studio nav li:first-child a,
header nav li a:hover,
header nav li.current-menu-item a {
    color: #fff;
    background: #30c352;
    border-radius: 3px;
    text-decoration: none;
}
header nav li a:focus {
    color: #fff;
    text-decoration: none;
}
.home header .main-heading {
    background-image: url("img/header-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f6f6f6;
    background-position: center center;
    padding: 70px 0 0;
}
.home header .pull-right img {
    margin-bottom: -25px;
}
.site-tagline {
    color: white;
    font-family: 'robotolight';
    font-weight: 100;
    font-size: 60px;
    line-height: 72px;
    margin-top: 30px;
}
.site-tagline span {
    font-size: 72px;
}
.main-heading p {
    color: #cac9c9;
    font-size: 26px;
    line-height: 48px;
}
.main-heading p span {
    text-decoration: underline;
    color: white;
}
.page-header {
    position: relative;
    background: #f6f6f6;
    text-align: center;
    padding: 50px 0;
    margin: 0;
    clear: both;
    border: none;
}
.page-header h1 {
    color: #30C352;
    font-size: 45px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}

/* Content */
.site-content {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 100px;
}

.site-content p {
    line-height: 30px;
}

/* Home page */
.section-testimonial h2.block-title,
.block-1 h2.block-title {
    text-align: center;
}
.block-4 {
    background: #24292e;
}
.block-4 h2.block-title {
    text-align: center;
    margin-bottom: 70px;
    color: white;
}
.block-4 h3 {
    color: white;
    font-family: 'robotolight';
    font-size: 48px;
}
.block-4 h3 span {
    display: inline-block;
    width: 50px;
}
.icon1 {
    display: block;
    width: 301px;
    height: 299px;
	margin: 0 auto;
    background: url("img/icon1.png") no-repeat;
}
.icon2 {
    display: block;
    width: 273px;
    height: 273px;
    background: url("img/icon2.png") no-repeat;
    margin: 0 auto;
}
a.view-studio {
    display: table;
    margin: 70px auto 0;
    color: #fff;
    font-family: 'robotolight';
    font-size: 20px;
    background-color: #30c352;
    padding: 15px 80px;
    text-align: center;
    border-radius: 5px;
}
a.view-studio:hover {
    background-color: #39ce5b;
    text-decoration: none;
    color: #fff !important;
}
.section-testimonial blockquote span.left{
    background: url("img/quote-left.png");
    width: 36px;
    height: 28px;
    display: inline-block;
    margin-right: 20px;
}
.section-testimonial blockquote span.right {
    background: url("img/quote-right.png");
    width: 36px;
    height: 28px;
    display: inline-block;
    margin-left: 20px;
}

/* About page */
.section {
    padding: 80px 0;
}
.section h2,
.block-title {
    text-align: left;
    color: #24292e;
    font-size: 30px;
    font-family: 'robotoregular';
    margin-bottom: 30px;
}

/* single post */
.breadcrumb {
    text-align: left;
    margin: 0;
    padding: 0;
    background: none;
    font-size: 14px;
    position: absolute;
    top: 15px;
}
.breadcrumb>li+li:before {
    content: '';
    padding: 0;
    color: #3b3b3b;
}
.breadcrumb li {
    margin-right: 3px;
}
.breadcrumb a {
    color: #30C352;
    font-family: 'robotolight';
    font-size: 15px;
}
.breadcrumb a:hover {
    color: #3b3b3b;
}
.single #container {
    max-width: 1080px;
    margin: 0 auto;
}
.single .heading {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 30px;
}
.single .heading h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
}
.single .heading p {
    font-size: 18px;
}
.single .featured-image {
    width: 66.944%;
    float: left;
    border: 1px solid #ebeaea;
    padding: 5px;
    border-radius: 5px;
}
.single .featured-image img {
    width: 100%;
	display: block;
	margin: 0;
}
.sidebar {
    width: 27.962%;
    float: right;
    border: 1px solid #ebeaea;
    padding: 15px;
    border-radius: 5px;
}
.sidebar a {
    color: #30C352;
    font-size: 14px;
    display: block;
}
.sidebar a:hover {
    color: #3b3b3b;
}
.sidebar a:focus {
    text-decoration: none;
    outline: none;
}
.sidebar a.btn-view {
    display: block;
    width: 100%;
    color: #fff;
    font-family: 'Verdana';
    font-size: 18px;
    background-color: #30C352;
    background-image: url("img/button.png");
    background-repeat: no-repeat;
    background-position: center right 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 3px;
}
.sidebar a.btn-view:hover {
    background-color: #30C352bd;
    text-decoration: none;
    color: #fff !important;
}
.sidebar span {
    color: #404040;
    font-size: 18px;
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.sidebar ul li {
    float: left;
    margin-right: 10px;
}
.sidebar ul li a {
    background: url("img/socials.png");
    display: inline-block;
}
.sidebar ul li a.facebook {
    width: 37px; height: 37px;
    background-position: -52px -5px;
}
.sidebar ul li a.facebook:hover {
    background-position: -5px -5px;
}
.sidebar ul li a.twitter {
    width: 37px; height: 37px;
    background-position: -334px -5px;
}
.sidebar ul li a.twitter:hover {
    background-position: -287px -5px;
}
.sidebar ul li a i {
    font-size: 20px;
}
.team-section h2 {
    text-align: center;
}
.team-wrapper {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -15px;
    box-sizing: inherit;
	margin-bottom: 30px;
}
.team-col {
    box-sizing: inherit;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    text-align: center;
}
.team-col img {
    margin: 0 auto;
}
.team-col h4 {
    text-transform: uppercase;
    color: #3b3b3b;
    font-size: 14px;
    margin: 15px 0 5px;
}
.team-col span {
    font-size: 14px;
}

/* Footer */
footer {
    color: #24292e;
    padding: 50px 0;
}
footer .footer-logo {
    margin-bottom: 10px;
    display: inline-block;
    background: url("img/footer-logo.png");
    width: 161px;
    height: 36px;
}
footer .widget-title {
    color: #24292e;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
}
footer .menu li a {
    color: #24292e;
    font-size: 15px;
    display: inline-block;
    margin: 0;
}
footer .menu li a:focus,
footer .menu li a:hover {
    color: #30c352;
    outline: none;
    text-decoration: none;
}
footer .socials ul {
    margin-top: 20px;
}
footer .socials li {
    display: inline-block;
    margin-right: 10px;
}

footer .socials li a {
    background: url("img/social-footer.png");
    display: block;
}
footer .socials li a.facebook {
    width: 37px; height: 37px;
    background-position:  -5px -5px;
}
footer .socials li a.facebook:hover {
    background-position:  -5px -52px;
}
footer .socials li a.twitter {
    width: 37px; height: 37px;
    background-position: -5px -99px;
}
footer .socials li a.twitter:hover {
    background-position: -5px -146px;
}
#copyright {
    padding-top: 100px;
    font-family: 'verdana';
    color: #24292e;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}
#copyright p {
    margin-top: 45px;
}
#copyright span {
    position: relative;
    padding-right: 22px;
}
#copyright span:after {
    content: " ";
    background: rgba(0, 0, 0, 0) url(img/heart.png) no-repeat;
    height: 17px;
    width: 17px;
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 0;
}

/* media query */
@media (min-width: 700px) {
    .studios .col-md-4 {
        margin-bottom: 20px;
    }
}
@media ( max-width: 699px) {

    .home .pull-right img {
        margin: 20px 0;
    }

    .site-tagline {
        text-align: center;
        line-height: 50px;
    }
    .main-heading p {
        text-align: center;
    }

    .home header .main-heading {
        padding-top: 0;
    }
    .section {
        padding: 50px 0;
        text-align: center;
    }
    img {
        margin: 0 auto;
    }
    .section h2, .block-title {
        line-height: 40px;
        text-align: center;
    }
    header .branding
    {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    header nav {
        text-align: center;
        width: 100%;
        float: left;
        margin: 0;
    }

    header nav li {
        margin-bottom: 10px;
    }
    
    header nav li a {
        line-height: 30px;
        padding: 7px 5px;
    }

    .block-1 .block-col{
        width: 100%;
    }

    .block-1 ul {
        display: block;
    }

    .block-1 ul li {
        width: 100%;
        margin: 0 0 30px;
    }
    .site-content img,
    .block-2 img,
    .block-3 img {
        margin-bottom: 30px;
    }

    .block-4 h3 {
        line-height: 70px;
    }
    .block-4 h3 span {
        display: block;
        width: 1px;
    }

    .single-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .single .featured-image,
    .sidebar {
        width: 100%;
    }

    .sidebar {
        margin-top: 30px;
    }
    .recent-posts {
        margin: 0;
    }

    footer {
        text-align: center;
    }
	footer .widget-title {
		margin-top: 30px;
	}
	footer .socials li:last-child {
		margin-right: 0;
	}
}

@media ( max-width: 399px) {
    .site-tagline, .site-tagline span {
        font-size: 40px;
    }
    a.view-studio {
        padding-left: 20px;
        padding-right: 20px;
    }

    .block-2 .icon1, .block-3 .icon2 {
        margin-bottom: 20px;
    }

    .section-testimonial br {
        display: none;
    }
}

/* 404 */
.error404 .page-header {
    display: none;
}
.error404 #content {
    min-height: 700px;
    text-align: center;
}
.error404 #content h1 {
    color: #3b3b3b;
    font-family: verdana;
    font-size: 30px;
    font-weight: normal;
    margin-top: 200px;
    margin-bottom: 20px;
}

.error404 #content p {
    color: #3b3b3b;
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
}