/* = Mixins
----------------------------------------------- */
.sml-flex-row {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}
.flex-center-colum {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-left-center-colum {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.flex-right-center-colum {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.flex-top-center-colum {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.flex-wrap-center-colum {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.flex-container-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex-container-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    align-items: flex-start;
}
.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
    max-width: inherit !important;
}

/* = Header
----------------------------------------------- */
body.logged-in.sml-body-content .sml-header-wrapper {
    top: 32px;
}
body.sml-body-no-video.sml-body-content .sml-header-wrapper {
    /* -webkit-box-shadow: 0px 30px 10px 0px rgba(250,250,250,1); */
    /* -moz-box-shadow: 0px 30px 10px 0px rgba(250,250,250,1); */
    /* box-shadow: 0px 30px 10px 0px rgba(250,250,250,1); */
    /* background-color: #000000; */
}
body.sml-body-no-video.sml-body-content header nav a {
    /* color: #757575; */
	color: #ffffff;
}
body.sml-body-no-video.sml-body-content header nav a:hover {
	color: #4378ba;
}
body.sml-body-no-video.sml-body-content .content-area,
body.sml-body-no-video.sml-body-content section {
    background-color: transparent;
}
body.sml-body-content .navbar-menu-main {
    display: flex;
    align-items: center;
    height: 45px;
}
body.sml-body-content .navbar-menu-main .menu-menu-main-container,
body.sml-body-content .navbar-menu-main .menu-menu-main-container ul {
    height: 100%;
}
body.sml-body-content .navbar-menu-main .menu-menu-main-container ul li>a {
    color: #fff;
    font-weight: bold;
    opacity: 0.75;
}
body.sml-body-content .navbar-menu-main .menu-menu-main-container ul li>a:focus,
body.sml-body-content .navbar-menu-main .menu-menu-main-container ul li>a:hover {
    opacity: 1;
}
body.sml-body-content section.no-banner {

}

.nav-sm-block
{
	display: flex;
}

.nav-sm-link
{
	/* box-shadow: 0 0 1px 0px rgba(255,255,255,0.7); */
	border-radius: 17px;
	margin: 0 5px;
}

.nav-sm-link:hover
{
	background-color: rgba(255,255,255,0.7);
}

.nav-sm-link img
{
	width: 35px;
}

.footer-sm-block
{
	display: flex;
}

.footer-sm-link
{
	/* box-shadow: 0 0 1px 0px rgba(255,255,255,0.7); */
	border-radius: 17px;
	margin-right: 20px;
}

.footer-sm-link:hover
{
	background-color: rgba(255,255,255,0.7);
}

.footer-sm-link img
{
	width: 35px;
}

.sml-brand-image-block-space
{
	height: calc(50vh - 95px);
}

.sml-brand-image
{
	position: absolute;
	top: 0;
	width: 100%;
	height: 50vh;
	z-index: -1;
}

/* = Content
----------------------------------------------- */
body.sml-body-content .title-page {
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 1.1;
    font-weight: bold;
}
.sml-video-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.sml-brand-video
{
	position: fixed;
	width: 100%;
	max-width: 100%;
	top: 0 !important;
	left: 0 !important;
	bottom: unset;
	right: unset;
	/*left: unset !important;*/
	transform: none !important;
	min-height: unset !important;
	height: unset !important;
}

body.sml-body-content section
{
	background: #000;
}
/* = Home Page
----------------------------------------------- */
.home.sml-body-content section.sml-film-posts {
    padding-top: 5em;
    padding-bottom: 5em;
}
.sml-body-content section.sml-film-posts .title-film {
    text-align: center;
    padding-bottom: 20px;
}
.sml-body-content section.sml-film-posts .title-film h1,
.sml-body-content section.sml-film-posts .title-film h3{
    margin: 0 0 .67em;
    font-weight: 400;
}
.sml-body-content section.sml-film-posts .featured-video-single iframe {
    width: 100%;
    height: 100%;
}
.sml-body-content section.sml-film-posts .featured-image-single {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sml-body-content .sml-partners {
    padding-bottom: 5em;
	
	background-color: #000;
}
.sml-body-content .sml-partners .sml-partner {
    width: 16%;
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
	
	padding-top: 1px;
	padding-bottom: 1px;
	/* border: 1px solid #1e1e1e; */
}
.sml-body-content .sml-contact-banner {
    background-color: #444;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    padding: 47px 0 40px;
}
.sml-body-content .sml-contact-banner .btn-contact {
    background-color: #1b75bc;
    font-size: 26px;
    font-family: 'roboto_condensedbold', sans-serif;
    padding: 7px 37px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    color: #000000;
    border: 3px solid #1b75bc;
    -webkit-transition: ease 0.4s all;
    -moz-transition: ease 0.4s all;
    -o-transition: ease 0.4s all;
    transition: ease 0.4s all;
}
.sml-body-content .sml-contact-banner .btn-contact:hover {
    background-color: #fff;
    color: #1b75bc;
}
.rp-image-text-item-row
{
	display: flex;
	margin-bottom: 50px;
}

.rp-image-text-item-img,
.rp-image-text-item-text
{
	width: 50%;
}

 .rp-image-text-item-img
{
	text-align: left;
}

.rp-image-text-item-row:nth-child(odd) .rp-image-text-item-img
{
	text-align: right;
}

.rp-image-text-item-row:nth-child(odd) .rp-image-text-item-img
{
	order: 2;
}

.rp-image-text-item-text
{
	display: flex;
	align-items: start;
	font-size: 18px;
	padding: 0 20px;
}

.sml-partners-title
{
	font-size: 30px;
	text-align: center;
	color: #757575;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 20px;
}

/* = Showreel Page
----------------------------------------------- */

body.sml-body-no-video.sml-body-content .sml-header-wrapper.sml-header-wrapper-showreel
{
	-webkit-box-shadow: 0px 0px 0px 0px rgba(250,250,250,0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(250,250,250,0);
	box-shadow: 0px 0px 0px 0px rgba(250,250,250,0);
	background-color: transparent;
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 1;
}


.sml-showreel-video-block
{
	/* position: absolute; */
	/* top: 0; */
	/* z-index: -1; */
	width: 100%;
}

.sml-showreel-video-block video 
{
	width: 100%;
}

.sml-showreel-video-block-spacer
{
	
}
	

/* = Portfolio Page
----------------------------------------------- */
.slideshow-film {
    margin-bottom: 5em;
}

/* = Video Fullscreen
----------------------------------------------- */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* = Blog
----------------------------------------------- */

.sml-blog-tier {
    padding-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 auto 25px;
	max-width: 780px;
	
}
.sml-blog-column {
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 0 0 45px;
    margin-top: 20px;
    box-shadow: 0px 30px 90px rgba(0,0,0,0.14);
    border-radius: 5px;
}
.sml-blog-column .entry-content {
    margin: 0;
    height: 100%;
}
.sml-blog-column .entry-content .blog-thumbnail {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.sml-blog-column .entry-content .article-content-wrap {
    padding: 20px 25px 0 25px;
    text-align: left;
}
.sml-blog-column .entry-content .article-content-wrap .post-header {
    margin-bottom: 12px;
    color: #888;
}
.sml-blog-column .entry-content .article-content-wrap .post-header .title {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
}
.sml-blog-column .entry-content .article-content-wrap .post-header .excerpt {
    color: #676767;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}
.sml-blog-column .entry-content .article-content-wrap .grav-wrap {
    display: flex;
    align-content: center;
    margin-top: 30px;
}
.sml-blog-column .entry-content .article-content-wrap .grav-wrap .avata-img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 15px 0 0;
}
.sml-blog-column .entry-content .article-content-wrap .grav-wrap .avata-img img {
    max-width: 100%;
}
.sml-blog-column .entry-content .article-content-wrap .grav-wrap .text {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333;
    flex: 2;
}
.sml-blog-column .entry-content .article-content-wrap .grav-wrap .text a {
    text-transform: capitalize;
    font-weight: 700;
    line-height: 20px;
}
.sml-blog-column .entry-content .article-content-wrap .grav-wrap .text span {
    font-size: 13px;
    line-height: 18px;
}

/* = Contact page
----------------------------------------------- */
.sml-contact-page .entry-content h2 {
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    line-height: 20px;
    font-weight: bold;
}
.sml-contact-page .entry-content p {
    margin: 10px 0;
    font-size: 14px;
    line-height: 20px;
}
.contact-info {
    margin: 10px 0 30px;
    font-size: 14px;
    line-height: 20px;
}
.contact-info .contact-item .item-name,
.contact-info .contact-item .item-info {
    display: inline-block;
}
.contact-info .contact-item .item-name {
    font-weight: bold;
    width: 82px;
}
.contact-info .contact-item .item-info a {
    color: #1b75bc;
}
.contact-info .contact-item .item-info a:hover {
    color: #303030;
}

.sml-contact-cf-block .wpcf7 label,
.sml-contact-cf-block .wpcf7 input:not([type=submit]),
.sml-contact-cf-block .wpcf7 textarea
{
	width: 100%;
}
.sml-contact-cf-block .wpcf7 input,
.sml-contact-cf-block .wpcf7 textarea
{
	padding: 5px 10px;
}
.sml-contact-cf-block .wpcf7 input[type=submit]
{
	background-color: #1b75bc;
	font-size: 26px;
	font-family: 'roboto_condensedbold', sans-serif;
	padding: 7px 37px;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	color: #000;
	border: 3px solid #1b75bc;
	-webkit-transition: ease 0.4s all;
	-moz-transition: ease 0.4s all;
	-o-transition: ease 0.4s all;
	transition: ease 0.4s all;
	width: auto;
	cursor: pointer;
}

/* = Single
----------------------------------------------- */
#nav-below{
    margin-bottom: 40px;
}

/* = Footer
----------------------------------------------- */

body footer
{
	background-color: #222;
}

body.sml-body-content footer.entry-meta {
    background-color: transparent;
    margin: 15px 0 0 0;
    padding: 0;
}
body.sml-body-content footer.entry-meta a {
    color: #000000;
}

.blog-template {
    background-color: #000000;
}
.blog-template .vc_grid-item-mini {
    box-shadow: 0px 30px 90px rgba(0,0,0,0.14)!important;
    border-radius: 5px;
}
.blog-template .vc_custom_heading.title h4 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    color: #000;
}

footer .sml-content-primary {
    display: flex;
    justify-content: space-between;
}
body.sml-body-content .sml-footer-content {
    width: 100%;
}
body.sml-body-content .sml-footer-content .footer-sidebar .widget {
    margin-bottom: 5rem;
}
body.sml-body-content .sml-footer-content .footer-sidebar {
    width: 30%;
}
body.sml-body-content .sml-footer-content .widget-title {
    font-size: 15px;
    padding: 0;
    display: inline;
    color: #4378ba;
    letter-spacing: .8px;
    font-weight: 300;
}
body.sml-body-content .sml-footer-content .footer-sidebar h2.title-footer-1 {
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'roboto_condensedregular', san-serif;
    color: #696969;
}
body.sml-body-content .sml-footer-content .footer-sidebar h2.title-footer-2 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-family: 'roboto_condensedregular',san-serif;
    color: #696969;
}
body.sml-body-content .sml-footer-content .footer-sidebar .contact-info {
    margin: 40px 0 0 0;
    line-height: 24px;
    color: #1b75bc;
}
body.sml-body-content .sml-footer-content .widget_nav_menu a {
    text-transform: capitalize;
}

footer .sml-copyright {
    background-color: #000;
}
footer .sml-copyright p {
    padding: 25px 0;
}
footer .sml-copyright .design-by {
    padding: 25px 0;
}
footer .sml-copyright .design-by a {
    color: #1b75bc;
}