/*
 Theme Name:   Fall Child
 Theme URI:    http://localveloccityblog.com/fall-child/
 Description:  Fall Child Theme
 Author:       Laura Penagos
 Author URI:   http://example.com
 Template:     fall
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  fall-child
*/

.main {
    max-width: 1850px;
}

.headertoplinks {
    position: fixed;
    top: 0px;
    max-height: 30px;
    z-index: 999;
    padding: 3px 60px;
    background-color: #eeedeb;
    border-top: solid 2px #fe940a;
    width: 100%;
    text-align: right;
}
.headertoplinks a {
    color: #000;
    font-weight: 400;
    font-size: 0.8em;
    cursor: pointer;
}

.headertoplinks a:after {
    content: " | ";
}


.large_intro {
    height: 500px;}

.col-left {
    float: right;
    padding-left: 30px;
    padding-right: 0px
    width: 70%;
}


.whatwedo hr {
    margin: 10px 0;
    border-top: 2px #256808 solid;
}




body {
    background: rgba(255,255,255, 1);
    color: rgba(68,68,68);
    -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
    margin: 0 auto;
    color: #444444;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
}
a {
    color: #8EBAC5;
    text-decoration: none;
    transition: color .2s ease-out;
}
a:hover {
    color: #666;
}



article.cat-article {
    width: 40%;
    float: left;
}


article.cat-article:first-child {
    width: 100%;
    float: none;
}

article.cat-article:first-child::after {
    content: '~';
    font-size: 200%;
    color: #000;
    display: block;
    text-align: center;
    margin: 5px 0;
}

article.cat-article .meta {
    width: 100%;
    padding: 5px 0;
    border-bottom: 0px ;
    margin-bottom: 25px;
}


article.cat-article .meta:first-child {
    width: 20%;
    padding: 25px 0;
}





/************************ Header ************************/
#header {
    width: 100%;
    padding: 15px 55px;
    background: rgba(255, 255, 255, .3);
    position: fixed;
    top: 30px;
    z-index: 999;
    transition:All .5s ease-out;
    -webkit-transition:All .5s ease-out;
    -moz-transition:All .5s ease-out;
    -o-transition:All .5s ease-out;
    border-bottom:1px solid rgba(255, 255, 255, 0);
}

#header.sticky {
    background:#fff;
    padding: 0px 55px;
    border-color:rgba(0,0,0, .1);
}
#branding {
    float:left;
}
.site-title {
    margin: 0;
    padding: 0;
    font-size: initial;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    font-size: 100%;
}
.small_menu {
    color: #000;
}
.logo {
    background: transparent;
    font-size: 27px;
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0px 15px;
    top: -15px;
    position: relative;
}
.logo_img {
    margin-right: 5px;
    margin-bottom: -5px;
    display: inline-block;
}
.slogan {
    color: #383838;
    font-size: 14px;
    text-transform: uppercase;
    padding: 3px 0 5px 0;
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px;
}


#archive-title-intro {
    padding: 200px 0px 0px 0px;.home .large_intro h1
    text-align: center;
}

#archive-title-intro hr {
    border-top: 2px #f58823 solid;
    width: 6%;
    margin: 30px 0 50px 0;
    height: 0;
    display: inline-block;
}

.h1_description {
    color: #fff;
    text-shadow: 1px 1px 1px #666;
}

.large_intro h1 {
    text-shadow: 1px 1px 1px #666;
}


/************************ Navigation ************************/
nav {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0em 5em 0 0;
    margin-left: auto;
    display: block;
    text-align: right;
    font-size: 15px;
    padding-top: 20px;
}
nav ul li {
    padding:15px;
    display: inline-block;
}
nav ul li a {
    color: #000;
    opacity: 0.8;
}
nav ul li.current-menu-item a, nav#main ul li a:hover {
    opacity: 1;
}

nav li:hover {
    background:#fff;
}


.side-nav li:hover {
    background:transparent
}

.side-nav  ul.sub-menu li ul {
    position: static;
    width: auto;
    margin: 0;
}


nav ul li.current-menu-item a, nav#main ul li a:hover {
    color: #256808;
}


/************************ Nav Submenu ************************/
ul.sub-menu {
    border:0px solid rgba(0,0,0,0.75);
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);*/
}

ul.sub-menu li ul {
    position: absolute;
    margin-left: 236px;
    margin-top: -52px;
    width: 250px;
    text-align: left;
    z-index:999;
    padding:10px 0 10px;
}


/************************ Footer ************************/
footer {
    clear: both;
    font-size: 13px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    border-top:1px solid #909090;
    background: #f6f6f6;
   font-weight: normal;
}

footer hr {
    margin: 0px 0px 15px 0px;
    border-top: 1px #256808 solid;
    width: 50%;
}


.created  {display: none;}


.copyright a {
    color: inherit;
}


#footer-sidebar {
    width: 95%;
    margin: 0px auto;
    max-width: 1850px;
}

.social {
    font-size: 15px;
    height: 30px;
    margin: 0 6px;
    padding-top: 4px;
    width: 30px;
}

#footer-sidebar .textwidget p {}














/************************ Home ************************/



.wrapperhome{    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}


.large_intro h2 {
    font-size: 200%;
    color: #fff;
    margin: auto;
    font-weight: 300;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.home .large_intro h1 {
 color: #FFF;
 font-family: 'Montserrat', sans-serif;
}

.home #page h1 {
    font-size: 200%;
    line-height: 1.5em;
    text-align: center;
    padding: 30px 5px;

}


.homepage_description {
    font-size: 120%;
    text-align: center;
    line-height: 200%;
    width: 80%;
    margin: 0 auto;
}

.homepage_description:after {
    content:'~';
    font-size: 300%;
    color: #000;
    display: block;
    text-align: center;
    margin: 30px 0;

}


.latest_posts {
    width: 100%;
    clear:both;
    margin: 20px auto;
    text-align: center;
}
/*.tilde {

}*/
.latest_posts h3 {
    font-size: 160%;
    text-transform: uppercase;
    color: #000;
}
.latest_posts ul {
    width: 100%;
    margin: 50px auto;
    text-align: center;
}
.latest_posts ul li {
    margin: 0 1% 8% 0;
    width: 32%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}
.latest_posts ul li:last-child {
    margin-right: 0;
}
.latest_posts_pic {
    width: 100%;
    height: 300px;
    display: block;
    background-color:#eee;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.latest_posts_pic img {
    display:none;
}
.latest_posts .post-category a {
    color: #858585;
    font-size: 80%;
    text-decoration: none;
    font-family: serif;
}
.latest_posts h4 {
    font-size: 110%;
    font-family: sans-serif;
}
.latest_posts .post_content {
    line-height: 1.5;
    color: #444444;
}
.read_more_holder {
    display: block;
    text-align: center;
}
.read_more {
    text-transform: uppercase;
    font-family: serif;
    color: #999;
    font-size: 70%;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    margin-top: 20px;
    letter-spacing: 3px;
    padding: 6px 18px;
    border:2px solid #999;

    transition:All .5s ease-out;
    -webkit-transition:All .5s ease-out;
    -moz-transition:All .5s ease-out;
    -o-transition:All .5s ease-out;
}
.read_more:hover {
    border-color:#666;
    color:#666;
}
.read_more:after {
    content: '\f178';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    display: inline-block;
    margin-left: .5em;
    position: relative;
    left: 0;

    transition:All .5s ease-out;
    -webkit-transition:All .5s ease-out;
    -moz-transition:All .5s ease-out;
    -o-transition:All .5s ease-out;
}
.read_more:hover:after {
   left: .5em;
}



.datesmall {
    color: #858585;
    font-size: 80%;
    text-decoration: none;
    font-family: serif;
}


.datesmall:before {
    content: ' - ';
}



/************************ Post Style ************************/
.post_content {
    width: 100%;
    text-align: left;
    line-height: 1.7;
    font-size: 110%;
}

article.cat-article hr {
    border-top: 1px #f58823 solid;
    width: 6%;
    margin: 30px 0 50px 0;
    height: 0;
    display: inline-block;
}

article .post-thumb {
    max-height: 500px;
}

/************************ Sidebar & Widgets ************************/
.sidebar {
    float: left;
    padding: 0px;
    width: 25%;
    background-color: #f6f6f6;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.widget > h2:after {
    border-bottom: 1px solid #256808 !important;
}





/************************ Responsive ************************/

/*      Tablet Layout: 768px.
        Gutters: 24px.
        Outer margins: 28px.
        Inherits styles from: Default Layout.   */

@media only screen and (max-width: 991px) {

.main {
    width: 95%;
}
.col-left {
    padding: 0px;
} 
article.cat-article {
    padding: 20px 5px;
}  
}

@media only screen and (max-width: 767px) {
    .sidebar {
    width: 100%;
    background-color: #f6f6f6;
    padding: 10px 15px;
    margin-bottom: 10px;
}

   .col-left {
    width: 100%;
} 
.latest_posts ul li {
    margin: 0 1% 8% 0;
    width: 47%;
}
   
}
@media only screen and (max-width: 647px) {
    .sidebar {
    width: 100%;
    background-color: #f6f6f6;
    padding: 10px 15px;
    margin-bottom: 10px;
}
.latest_posts ul li {
    margin: 25px 0;
    width: 100%;
}

.col-left {
    width: 100%;
}


}

@media only screen and (max-width: 479px) {
	
.logo {
    padding: 0px 5px;
    top: 0px;
    position: relative;
}
    .sidebar {
    width: 100%;
    background-color: #f6f6f6;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.col-left {
    width: 100%;
}

.latest_posts ul li {
    margin: 25px 0;
    width: 100%;
}

article.cat-article {
    width: 100%;
}

}