/* ------
Theme Name: Bryan Ferry
Author: Rose Lawrence | RogueSkins
Author URI: http://rogueskins.com
Theme URI: N/A
Description: Bryan Ferry 2016 Website Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bryan-ferry


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Bryan Ferry is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
        ## Footer
# Accessibility
# Alignments
# Clearings
# Header
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Mailchimp
# Slider Styles
# Mobile Styles (landscape/portrait specific)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
        text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}
img:hover{
    opacity: 0.8;
    transition: opacity 0.5s ease;
}
svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
        display: inline-block;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;       
}


button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.error-404{margin: 32% auto 0;}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #ffffff;
        font-family: 'Josefin Sans', sans-serif;
	font-size: 14px;
	font-size: 1.1rem;
	line-height: 1.5;
        font-weight:400;
}
.site-content{
    font-size:1.25em;
    line-height:1.6em;}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Reem Kufi', sans-serif;
        clear: both;
        line-height: 1.3em;
        margin-top: 2.5rem;
        margin-bottom: 1rem; 
        font-weight: normal;
}

    h1{ font-size: 2.4em; }
    h2{ font-size: 2.2em; }
    h3{ font-size: 2em; }
    h4{ font-size: 1.8em; }
    h5{ font-size: 1.6em; }
    h6 { font-size:1.4em; }

p {
	margin-bottom: 1.5em;
}
.fa { 
    color: #fff;
}
h1.site-title{
    margin-top: 1.5rem;
    margin-bottom: 0rem;  
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

footer{font-size: 0.6em;}

.legalcopy{
    text-align: left !important;
    font-size: 0.8em !important;
    line-height: 1 !important;
    
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #000; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}


figure {
	margin: 1em; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.line hr{
    width: 2em;
    display: inline-block;
    margin: 0.3em;
}

@media screen and (min-width: 40em){
    .line hr{
    width: 5em;
    }
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	color: #ffffff;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation{
    font-family: 'Josefin Sans', sans-serif;
}

a.navback{font-size: 0.6em;}
@media screen and (min-width: 60em) {
    a.navback{font-size:0.7em; left:1.3%; position: absolute; margin-top:-50px;}
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: white;
}

a:visited {
	color: lightgrey;
}

.fa:hover,
.fa:focus,
.fa:active,
a:hover,
a:focus,
a:active {
	color: grey;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
        height:100%;
        text-align: center;
}
.menu-navigation-container{
     height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: inherit;    
}
.main-navigation ul, .mobilerightmenu ul {
     display: none;
	list-style: none;
        width: 100%;
        background: #000;
        padding: 0;
        margin: 0 auto;
        z-index: 1;
}

.main-navigation li {
        margin: 0; 
        text-transform: uppercase;
        padding: 0.5em;
        font-size: 1.4em;
       width: auto;
}
.mobilerightmenu li{
    font-size:1.2em;
}
.mobilerightmenu i{
    padding: 1em;
    font-size: 1.5em;
}

.main-navigation a {
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}
.mobilerightmenu ul ul{position: inherit;}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul,
.mobilerightmenu.toggled ul{
	display: block;
        width: 100%;
}
.menu-toggle{
position: relative;
z-index: 2;
margin: 2em auto;
background: none;
color:#fff;
}
/*burger icon*/
.burger{font-size:3em;}
button, input[type="button"], input[type="reset"], input[type="submit"], button:hover, button:focus {
    border: none;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: none;
}
button:hover, button:focus{opacity: 0.7;}
.rightmenu{
    display:none;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
}
input[type="search"]{
background: none;
color: #fff !important;
padding: 0.1em 0.3em;}

.search-submit{
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: none;
    background: none;
}
.search-submit:hover, .search-submit:focus{
        color:#999;
}

.rightmenu a{text-decoration: none;
margin: 0.5em;}
.rightmenu li{
    list-style:none;
    display:inline;
    
}
ul#menu-header-right{margin: 0;}
.rightmenu .widget {margin: 0;}
.site-header .mobilewidgetmenu img{display: block;}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.post-navigation a{ 
    font-family: 'Reem Kufi', sans-serif;
    font-size:0.6em;
        background:#1e1e1e;
        padding:1em 2em;
        color:#fff;
        text-transform: uppercase;
}
.post-navigation a:hover, .post-navigation a:focus{
    background: #575757;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
}

.backnews{ 
    font-family: 'Reem Kufi', sans-serif;
    margin: 0 auto;
    background: none;
    font-size: 0.8em;
    width: 97px;
    line-height: 1;
    padding: 1em 0;
}
.backnews .fa{
    font-size:1.2em;
    line-height: 1.2em;
    color: inherit;
}
.backnews a{
    color: #fff;
}
 .backnews:hover, .backnews:focus{
        opacity: 0.8;
    }

@media screen and (min-width: 40em) {
    .main-navigation li {padding:1em;}
  

}

@media screen and (min-width: 60em) {
      .mobilerightmenu{display: none;}
    .backnews{    position: fixed;
    left: 0;
    top: 45%;
    background: #fff;
    }
   
    .backnews a{
    color: #000;
}
	.menu-toggle {
		display: none;
	}
        .menu-navigation-container {
        height: auto;
        width: auto;
        position: absolute;
        top: inherit;
        }
	.main-navigation ul {
            clear: both;
            display: block;
            position: relative;
            background: none;
            height: 0;
            width: 100%;}
        
        .main-navigation li {
	position: relative;
        margin: 0 1em; 
        display: inline-block;
        text-transform: uppercase;
        padding: 0;
        font-size: 1.2em;
        top: 10%;
        left: 0;
        transform: none;
        float:left;
        }
        .rightmenu {
            display: block;
            width: auto;
            position: absolute;
            right: 0;
            margin: 1em;
        }
        ul#menu-header-right{
            padding: 0;
        }
        img.socials{padding: 0 1em;}
        .mobilewidgetmenu{display: none;}

/*post navigation*/
.post-navigation .nav-previous a, .post-navigation .nav-next a{
    color:#fff;
    background: none;
    font-size: 0.7em;
    line-height: 1;
    position: fixed;
    top: 50%;
        transform: translate(-50%);
        padding:1em;
        text-decoration: none;
        background:#1e1e1e;
        width: 100px;
        text-align: center;
}
    .post-navigation .nav-previous a {
        left: 4.1em;
        }
    .post-navigation .nav-next a{
       right: -5em;
        
    }
    .nav-previous a:hover, .nav-next a:hover{
       background: #575757;
    }
}

@media screen and (min-width: 110em){
    .backnews{ 
    margin: 0 auto;
    background: none;
    font-size: 0.8em;
    width: 97px;
    line-height: 1;
    padding: 1em 0;
    position: relative;
}
.backnews .fa{
    font-size:1.2em;
    line-height: 1.2em;
}
.backnews a{
    color: #fff;
}
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer {
    padding: 1.5em 2em 0em;
    margin: 0;
    background: #000;}
.footerlinks{width: 100%; font-size:1.2em;}
.footerlinks li {
    list-style: none;
    display: inline;
    padding: 0 1em;
}
ul#secondary-menu {
    padding: 1em 0;
    margin: 0;
    text-align: center;
}
.site-info{text-align: center; margin: 2em auto;}
@media screen and (min-width: 40em){
    
    .footerlinks{font-size: 1em; width: auto; float:right; font-size:1.2em;}
    ul#secondary-menu {
    padding: 0 0 1em 0;
}
.site-info{text-align: left; margin: 0 auto;}
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header{
    text-align: center;
}
.site-branding{
    /*display:none;*/
    text-align: left;
}
.site-title{
    font-size:2.4em;
    font-weight: bold;
    line-height: 1.3em;
    color:#fff;
    text-transform: uppercase;
    margin: 0.2em auto -15px;
    padding: 0;
    /*display:none;*/
}
.site-description{display:none;}
/*p.site-title{display: none;}*/
.site-title a{
    text-decoration: none;
    color: inherit;
}
.site-title a:hover,
.site-title a:focus{
    color: grey;
}
.site-header img{
    display:none;
    float:left;
    margin: 1em 0 0 0;
    width: 100%;
max-width: 329px;
}

@media screen and (min-width: 60em){
   
    .site-header img{display:block;} 
   
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
 /*GLOBAL*/
#page{background: rgba(0,0,0,0.8);}
.site-main{
    margin: 1.4em;
    font-size: .8em;
    line-height: 1.6em;
    text-align: center;
}
.fullscreen-site-main{
    font-size: .8em;
    line-height: 1.6em;
    text-align: center;
    margin: 0;
min-height: 70vh;
    
}

.site-header {  
    margin: 0;
    background:#000;
}
.site-content{min-height:90vh;}

@media screen and (min-width: 30em){
    .site-main{
        margin:1.8em;
    }
    .fullscreen-site-main{
        margin: 2.3em auto;
min-height: 83vh;
    }
}

@media screen and (min-width: 40em){
    .site-main, .fullscreen-site-main{
        font-size:0.75em;
    }
}
@media screen and (min-width: 57em){
    .site-main{
        max-width: 45em;
        margin:5em auto;
        
    }
   
   
}
@media screen and (min-width: 60em){
 .site-header { background: none; margin: 0 1.2em;}
}
@media screen and (min-width: 100em){
    .site-main{
        max-width: 45em;
        margin:7em auto;
        
    }
    
   
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 3em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-meta, .entry-footer{font-size: 0.9em; }
.entry-footer{display:none;}
a.more-link{
    background: #fff;
    font-size: 0.6em;
    padding: 0.5em 6em;
    width: 90%;
    max-width:200px;
    color: #000;
    text-transform: uppercase;}

@media screen and (min-width: 60em){
.postthumb{
    height: 220px;
    width: 100%;
    max-width:700px;
    margin: 0 auto;
    overflow: hidden;
}
.postthumb img{width: 100%; margin: -5%; -webkit-transition-property: margin; /* Safari */
    -webkit-transition-duration: 2s; /* Safari */
    transition-property: margin;
    transition-duration: 2s;}
.postthumb img:hover{margin: -15% 0 auto; transition: margin 0.5s ease;}
a.more-link{
    font-size: 0.7em;
}
a.more-link:hover, a.more-link:focus{
    opacity:0.8;
}
.postfeatureimage{height: 200px;
overflow: hidden;
width: 100%;
-webkit-transition-property: height; /* Safari */
    -webkit-transition-duration: 2s; /* Safari */
    transition-property: height;
    transition-duration: 2s;}
.postfeatureimage img{margin-top:-20%;-webkit-transition-property: margin-top; /* Safari */
    -webkit-transition-duration: 2s; /* Safari */
    transition-property: margin-top;
    transition-duration: 2s;}
.postfeatureimage img:hover{margin-top:0;}
.postfeatureimage:hover{height:auto;}

h2.entry-title{
    margin: 0.5em auto ;
}
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

#infinite-footer .container {
background:#000;
font-size:0.6em;
}
#infinite-footer{
box-shadow: 2px -16px 17px #000;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 96%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
        font-size: 1.1em;
}
.wp-caption .wp-caption-text {
    width: 100%;
    background: #000;
    position: relative;
    margin: -2em 0 0;
    font-family: 'Reem Kufi', sans-serif;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Mailchimp
--------------------------------------------------------------*/

#mc_embed_signup{background:#000; clear:left; text-align:center; font: 14px 1.1rem 'Josefin Sans', sans-serif; }

#mc_embed_signup form {
    text-align: center;
}
#mc_embed_signup .mc-field-group input, #mce-MMERGE6 {
    clear: both;
    display: block;
    width: 90%;
    padding: 8px 0;
    text-indent: 2%;
    background: #000;
    color: #fff;
    border: none;
    border-bottom: 2px solid;
    margin: 0 auto 1em;
}
#mce-MMERGE6{border:2px solid; margin: 1em auto; width: 90%;}
#mc_embed_signup .button {
    clear: both;
    background-color: #fff;
    border: 0 none;
    transition: all 0.23s ease-in-out 0s;
    color: #000;
    cursor: pointer;
    display: block;
    font-weight: normal;
    margin: 0 auto;
    padding: 0.5em 1em;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: 50%;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: auto;
    border-radius: 0px;
}
#mc_embed_signup .button:hover {
    background-color: #333;
    color: #fff;
    box-shadow:none;
}
#mc_embed_signup .mc-field-group select {color:#fff; background:#000;}
#mc_embed_signup .mc-field-group label {font-size:1.1em;}


/*--------------------------------------------------------------
# Slider Styles
--------------------------------------------------------------*/

.amazingslider-description-1{display:none!important;}

    .as-btn-white-medium{border-radius:0px!important; text-transform: uppercase; font-size:1.2em; letter-spacing: 0.1em; padding: 0.5em 0; width: 90%;}
.as-btn-white-medium:hover, .as-btn-white-medium:focus{border-radius:0px!important; text-transform: uppercase; font-size:1.2em; letter-spacing: 0.1em; padding: 0.5em 0; width: 90%; opacity:0.7; color:#000; background:#fff;}
.amazingslider-button-1{margin: 10px auto 0 !important;}
.amazingslider-text-1{
    font-size: 0.6em;
    background:rgba(0,0,0,0.6);
    padding: 1.5em!important; 
    position: initial !important;
    width: 60%;
    margin: 0 auto;
}   
.amazingslider-text-holding-1{display: none;}
.amazingslider-text-wrapper-1{margin: 10% auto 0 !important; }
@media screen and (min-width: 36em){
 
    .amazingslider-img-box-1 {height: 150% !important;}

.amazingslider-text-wrapper-1{bottom:auto!important; margin: -50vh auto 0 !important;}
      .amazingslider-text-holding-1{display:none !important;}
}
@media screen and (min-width: 44em){
    .amazingslider-text-wrapper-1{ margin: -32vh auto 0 !important;}
}

@media screen and (min-width: 60em){
    .amazingslider-img-box-1 {height: 128% !important; top: 2% !important;}
    .amazingslider-posttitle-link{
    line-height:1;
    }
.as-btn-white-medium{border-radius:0px!important; text-transform: uppercase; font-size:1.2em; letter-spacing: 0.1em; padding: 0.5em 1em;}
.as-btn-white-medium:hover, .as-btn-white-medium:focus{border-radius:0px!important; text-transform: uppercase; font-size:1.2em; letter-spacing: 0.1em; padding: 0.5em 1em; opacity:0.7; color:#000; background:#fff;}
.amazingslider-button-1{margin: 10px auto 0 !important;}
.amazingslider-text-1{
    position:relative!important;
    float: right;
    left: auto !important;
    width: 25%;
    min-width: 60px;
    text-align: right !important;
    font-size: 0.6em;
    background:rgba(0,0,0,0.6);
    text-transform: capitalize;
    padding: 1.5em 2em 1.5em 0 !important;    
}
.amazingslider-text-wrapper-1{margin: -10% auto 0% !important; height: auto;}

@media screen and (min-width: 70em){
    .amazingslider-text-1{ width: 19%;}
    .amazingslider-text-wrapper-1{margin: -11% 0 0 0 !important;}
}
@media screen and (min-width: 80em){
    .amazingslider-img-box-1 {height: 100% !important;}
}

/* # Mobile Styles -------------------------
-------------------------*/

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2) {
      
      .line hr{width: 1.5em;}
  
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape){ 
         .amazingslider-text-wrapper-1{
             margin: -90vh auto 0 !important;
         }
      .main-navigation li a{
          display:inline;
          width: auto;
      }
    }



