/*Theme Name: YonkersWP
Theme URI: http://themeforest.net/themes/yonkers
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.1.5
Author: webRedox WordPress team
Author URI: http://www.webredox.net

License:
License URI:
Tags: two-columns, fluid-layout, custom-background, custom-colors, featured-images, theme-options
*/

.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}
.alignright{}
.alignleft{}
.aligncenter{}

.alignleft,
img.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.alignright,
img.alignright {
    display: block;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.aligncenter,
img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
    margin-bottom: 20px;
}
.screen-reader-text {
	
}

.screen-reader-text:focus {
	
}

/* Start your custom css below here! */

@import url("assets/styles/main.css");

.fluid-width-video-wrapper {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

#main-nav ul#options li a {
    display: block !important;
}

p {
    line-height: 1.8;
}

p a {
    font-weight: 700;
}

.home-facebook-tile {
    padding: 0 !important;
}

.child .entry-title {
    line-height: 1.25 !important;
}

.home-facebook-tile .child {
    padding: 0 !important;
}

.byline {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.5em !important;
}

.byline .author {
    display: none;
    visibility: hidden;
}
.byline .separator-1 {
    display: none;
    visibility: hidden;
}

body.home .fts-jal-fb-group-display {
    width: 320px !important;
    height: 320px !important;
    overflow: hidden;
}
body.home #content >.container {
    background-color: transparent !important;
}

body.home .element {
    overflow: hidden;

    background-color: #fff;
}

@media screen and (max-width:767px) {
    body.home .element {

}
}
/* Fix responsive image and iframe max-width */
.wpb_wrapper iframe,
.vc_images_carousel {
     max-width:100%;
}
.vc_inner img,
img.aligncenter {
     max-width:100%;
     height:auto;
 }