/*
Theme Name: 5em
Theme URI: http://clairemistry.co.uk
Author: Claire Mistry
Author URI: http://clairemistry.co.uk
Template: talon
Description: Theme for 5em site built on Talon
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 5em

*/
h1, h2, h3, h4, h5, h6, .site-title {
    font-weight:900;
}


a {
color: #2d3142;
}
/*HEADER*/
#header.site-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    background: transparent;
    width:100%;
}

#header .main-header {
    box-shadow:none;
}
#header .site-description, #header .site-title {
    display:none;
}
.site-branding {
    display:none;
}
.mobile-branding {
    display:none;
}
.menu-btn-toggle {
    display: block;
    border:none;
}
.menu-btn span {
    height:5px;
}

#primary-menu li a {
   font-family: Titillium Web;
}
.main-navigation a {
    font-weight:500;
    font-size: 1.2em;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.main-navigation a:hover {
    color: #000;
}
.main-navigation li:last-child a{
    margin-right: 0;
}

.row-overlay {
   opacity: 0.4;
}

#header-hero-row .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper p {
    line-height:1.4;
}
#header-hero-row #credit-wrapper{
    position:absolute;
    top:5%;
    right:0;
    height:33px;
}
#contact #contact-credit-wrapper{
    position:absolute;
    bottom:0;
    right:0;
}
#header-hero-row #credit-trigger, #contact #contact-credit-trigger{
    height:30px;
    width:30px;
    border-radius:25%;
}
#header-hero-row #credit, #contact #contact-credit{
    font-size:0.8em;
    color: #000;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px 5px;
    padding: 3px;
}
/*FOOTER*/
footer .site-info, footer .footer-navigation {
    display:none;
}

.site-footer {
    padding: 10px 0;
}
.site-footer, .site-footer a {
    font-size:1.2rem;
}
/*GEN PAGE BUILDER */

.so-panel .widget-title {
    margin-bottom:20px;
}
.clip-image {
    position:relative;
}

h3,h3.widget-title {
    font-weight:500;
}

.textwidget h3, .textwidget p {
    margin-bottom: 2px;
}
.so-panel .widget-title {
    font-size: 1.8em !important;
}
#about h3.widget-title, #productions h3.widget-title {
    font-size: 2em !important;
}
#about h3.widget-title:before, #productions h3.widget-title:before 
{
    content: '';
    display: block;
    width: 70px;
    height: 3px;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 5px;
}
#productions h3.widget-title:before 
{
    background-color:  rgb(45, 49, 66);

}
/*PRODUCTION SECTION*/
.clip-image .sow-image-container a:before {
    font-family: FontAwesome;
    content: "\f04b";
    color: #000000;
    background-color: #ffffff;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    bottom:0px;
}

#clients .sow-image-grid-wrapper .sow-image-grid-image img {
    max-width:120px !important;
}

/*ABOUT SECTION*/
#about .textwidget {
    font-size:1.3em;
}
/*CONTACT SECTION*/
#contact .so-widget-sow-contact-form {
    padding-bottom:30px;
}
#contact .so-widget-sow-editor, #contact .so-widget-sow-contact-form {
    margin: 0 auto;
}
#contact .so-widget-sow-editor {
    width:75%;
}
#contact .so-widget-sow-contact-form .sow-form-field, #contact .so-widget-sow-contact-form .sow-recaptcha {
    margin-bottom:0.2em;
}

#contact .so-widget-sow-contact-form .sow-form-field input,
#contact .so-widget-sow-contact-form .sow-form-field textarea {
    padding: 2px 5px;
}

#contact .so-widget-sow-contact-form .sow-form-field textarea {
    height:10em;
}


@media (min-width:425px) {
#contact .so-widget-sow-contact-form {
    width:75%;
}
}
@media (min-width: 767px) {
.menu-btn-toggle {
    display: none;
}
.menu-container {
    display: block;
}
#header-hero-row .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper p {
    font-size:1.65em;
}
#header-hero-row .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper {
    padding-top: 8%;
}
}
@media (min-width: 768px) {
header .col-sm-12 {
    width: 33.333%;
}
header .col-md-8 {
     float:right;
}
}
@media (min-width:992px) {
.main-navigation a {
    margin: 0 50px;
}
#clients .sow-image-grid-wrapper .sow-image-grid-image img {
    max-width:140px !important;
}
#header-hero-row .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper {
    padding-top: 2%;
}
}



@media (min-width:1920px) {
#header-hero-row .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper {
    padding-top:8%;
}
}
@media (max-width: 768px) {
/*quick sort out of mobile padding issues*/

.productions .so-panel .widget-title {
    margin-bottom: 0px;
}
#decades .widget-title {
    margin-bottom: 10px;
}
h3 {
    font-size: 22px !important;
}
.productions .textwidget h3 {
    margin-top: 5px;
}
}

/*height for logo position on landscape phone */
@media (max-height:530px) {
#header-hero-row .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper {
    padding-top: 20%;
}
}

/*ipad landscape not showing fixed background-attachment.  set to initial*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
#pg-11-0> .panel-row-style {
background-attachment:initial !important;
}
}

