/*   
Theme Name: Studio 8 Child Theme
Theme URI: https://wplook.com/theme/studio-8-agency-wordpress-theme/
Description: Use this theme to start your Child Theme development.
Author: WPlook Studio
Author URI: https://wplook.com/
Template: studio8-wpl
Version: 1.0.0
*/

@import url('../studio8-wpl/style.css');


@media only screen and (max-width: 727px) {


div.brand {width:90%; }

header.header .brand a {
    display: table;
    position: relative;
}
header.header .brand h1.site-title  {  display: table-cell; 
  vertical-align: middle; 
  text-align: left;
line-height:1;
}

a#arrow_right, a#arrow_left {display:none;}

.in-slide-content h1 {
border:0px solid red;
    font-size: 33px;
    letter-spacing: 1px;
    line-height: 1;
    padding: 30px 0 0 0 ;
}

/**end**/
}