/*
Theme Name: Aesblo Child
Template:     aesblo
*/

@import url("../aesblo/style.css");

body {
    background-color: #f5f5f5;
    margin: auto;
}

.neo-us-map h3 {
    color: #121C51!important;
}

.site-main {
    background: #f5f5f5!important;

}

body, html, button, input, select, textarea {
    font-family: 'Lato', sans-serif;
}

@media only screen and (min-device-width: 1024px){
#primary-sidebar{
	position: unset;
    width: 25%;
    float: left;
   }

#content{
	width: 75%;
    float: left;
}

.site-main, .site-footer {
    width: 100%;
    max-width: 100%;
}

.site-quicklinks {
    display: none;
}
} /*** end responsive ***/


h3.site-description{
	font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
}

#menu-main-navigation li a{
	font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
}

.main-navigation li {
    border: none;
}

.main-navigation ul {
    border-top: 1px solid rgba(250, 250, 250, 1);
    border-bottom: 1px solid rgba(250, 250, 250, 1);
}

.site-navigation ul li a {
    border-bottom: none;
    padding: 0.2em 0em;
}

.primary-sidebar-content{
    padding: 0 1em;
}

.site-navigation ul {
    padding: 2em 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.site-header {
    padding: 40px 1em 0;
}

#menu-social-links{
	list-style: none;
	margin: 0;
    padding: 0;
}

#menu-social-links li{
	width: 20%;
    float: left;
}

.social-navigation li.menu-item-search{
	width: 60% !important;
}

.social-navigation li.menu-item-search .menu-search-form{
	position: relative;
}

.social-navigation li.menu-item-search input[type="submit"] {
    font-family: FontAwesome;
	position: absolute;
    background-color: transparent;
    padding: 0em;
    right: 0px;
    bottom: 0;
    border: none;
	box-shadow: none;
}

.social-navigation li.menu-item-search input[type="text"] {
	background: transparent;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
	padding: 0.1278em 0em;
	width: 100%;
}

.site-navigation {
    margin: 0 0 1em;
}

.foot-logo{
	text-align: center;
	display: block;
    padding: 1em 0 3em;
	clear: both;
}

.foot-logo a img{
	width: auto;
    max-height: 50px;
}

#colophon{
	clear: both;
    background: #1C404E;
}

.site-footer {
    background: transparent;
    padding-left: 25%;
    font-size: .9em;
}

#footer-sidebar1, #footer-sidebar2, #footer-sidebar3, #footer-sidebar4{
	width: 25%;
    float: left;
	padding: 0 1.5em;
}

#footer-sidebar{
	font-style: normal;
	text-align: left;
}

#footer-sidebar .widget-title{
	font-style: normal;
    font-weight: 200;
    font-size: 15px;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}

#footer-sidebar1 a img{
	height: 60px;
    width: auto;
}

#footer-sidebar1 .copy-right{
	padding-top: 10px;
}

#footer-sidebar .widget {
    margin-bottom: 1em;
}

ul.foot-contct{
	list-style: none;
    margin: 0;
    padding: 0 0 1em;
    clear: both;
}

ul.foot-contct li{
	float: left;
}

ul.foot-contct li:first-child{
	width: 25px;
}

#menu-more-information li span{
	display: none;
}

#menu-more-information li a{
	color: #fff !important;
    line-height: 16px;
    font-size: 15px;
}

#menu-more-information li{
	line-height: 1.5em;
}

html {
    background: #e1e1e1;
}

#mc4wp-form-1 p{
	margin-bottom: 5px;
}

#mc4wp-form-1 input[type="email"]{
	background: #fff;
    color: #c1c1c1;
    font-size: 16px;
    padding: 5px;
    margin: 5px 0;
}

#mc4wp-form-1 input[type="submit"]{
	background: #FFFFFF;
    color: #1C404E;
    font-size: 15px;
    box-shadow: none;
    border: none;
    padding: 4px 12px;
}

.site-main {
    padding: 0;
}

.home .entry-header {
    display: none;
}

.site-header, .primary-sidebar-content, .secondary-sidebar {
    background-color: #1C404E !important;
}

.primary-sidebar, .secondary-sidebar {
    background-color: #1C404E !important;
}

#featured-image-box{
	background-position: center center;
    display: inline-block;
    width: 100%;
    min-height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
}

.site-main {

}

.neo-post-title{
	font-size: 40px;
    color: #fff;
    font-weight: 200;
    padding: 30px 120px 20px 50px;
    line-height: 45px;
}

.post-tags-neo ul{
	list-style: none;
    padding: 10px 0;
    margin: 0;
    font-size: 20px;
    font-weight: 200;
    text-transform: uppercase;
}

.post-tags-neo ul li{
	display: inline;
}

.post-tags-neo ul li:before{
	content:"\f02b";
    font-family: FontAwesome;
	padding: 0 12px 0 0;
}

.post-tags-neo ul li a{
	padding-right: 20px;
	color: #fff;
}

.post-tags-neo{
	background: #088BD1;
    display: block;
    width: 100%;
    padding: 0px 50px;
    clear: both;
}

a:link {
    color: #fff;
    text-decoration: none;
}

#breadcrumbs{
	list-style: none;
	padding: 0px 0 0 50px;
}

#breadcrumbs li{
	display: inline-block;
}

#breadcrumbs li.item-home:before{
	content:"\f015";
    font-family: FontAwesome;
	padding: 0 12px 0 0;
}

#breadcrumbs li a{
	font-weight: 200;
    color: #fff;
    padding-right: 8px;
}

.separator{
	font-family: FontAwesome;
    padding-right: 7px;
}

.bread-current{
	font-weight: 200;
}

.neo-the-content{
	width: 65%;
    float: left;
    display: block;
	font-weight: 200;
	padding: 40px 25px;
}

.neo-sidebar{
	width: 35%;
    float: left;
    display: block;
}

.neo-the-content p{
	font-weight: 200;
    margin-bottom: 20px;
}

h2{
	font-size: 30px;
    font-weight: 200;
    margin: 10px 0;
}

.neo-sidebar ul{
	list-style: none;
    padding: 0;
    margin: 0;
}

#neo-post-recent{
	display: block;
    width: 100%;
    height: 259px;
    background-size: cover;
    background-position: center center;
}

.recent-tags-neo ul{
	list-style: none;
    padding: 20px 15px 10px;
    margin: 0;
    font-size: 0.8em;
    font-weight: 200;
    text-transform: uppercase;
}

.recent-tags-neo ul li:before{
	content: "\f02b";
    font-family: FontAwesome;
    padding: 0 12px 0 0;
}

.recent-tags-neo ul li{
	display: inline;
}

.neo-recent-title{
	font-weight: 200;
    text-transform: uppercase;
    line-height: 1.2em;
    padding: 0 15px;
	font-size: .8em;
}

.neo-post-excerpt{
	display: inline-block;
    width: 100%;
    font-weight: 200;
    font-size: 15px;
    padding: 10px 15px;
	background-color: #088BD1;
}

#main a:visited {
    color: #fff;
}

#main a:hover {
    color: #fff;
}

#main a:active {
    color: #fff;
}

.neo-feat-icon{
	text-align: center;
    padding: 20px 0;
	min-height: 130px;
    display: block;
    width: 100%;
}

.neo-feat-icon img{
	max-height: 90px;
    width: auto;
}

.tag-listing {
	list-style: none;
    margin: 0;
    padding: 0px;
}

.tag-listing li{
	width: 33.3%;
    float: left;
    margin: 0;
    padding: 0;
}

.archive-title{
	background: rgba(28,64,78,0.5);
    font-size: 1.5em;
    font-weight: 200;
    padding: 10px 20px 15px;
}

a:focus {
    outline: 0px solid rgba(0, 0, 0, 0.5);
}

.recent-tags-neo ul li{
    width: 100%;
    padding: 0 0 10px;
}

.neo-listing-grid .neo-recent-title {
    font-size: .8em;
}

.neo-listing-grid .recent-tags-neo ul {
    padding: 20px 15px 10px;
}

.neo-listing-grid .hentry {
    margin-bottom: 0;
}

h1.archive-title{
	margin: 0;
}

.entry-header::before, .page .entry-header::after {
    display: none;
}

.neo-pad-pad{
	padding-left: 50px;
}

.neo-pge-title{
	text-align: left;
    font-size: 40px;
    font-weight: 200;
    margin-bottom: 0;
}

.neo-pad-pad #breadcrumbs {
    padding: 0;
    font-size: .8em;
}

.neo-pad-pad .entry-header{
	padding-top: 30px;
}

.neo-pad-pad p{
	font-weight: 200;
}

.neo-pad-pad .hentry{
	width: 70%;
    float: left;
}

.hotspot-container {
    color: #3a3a3a;
}

.neo-no-cntnt h1.page-title, .search h1.page-title{
	background: rgba(28 ,64 ,78 , 0.5);
    font-size: 1.5em;
    font-weight: 200;
    padding: 10px 20px 15px;
}

.neo-no-cntnt{
	background: #1D404E !important;
    margin-bottom: 40px;
    font-weight: 200;
}

.search .page-header{
	background: #1D404E !important;
    margin-bottom: 0px;
    font-weight: 200;
}

.neo-nores-cntnt input[type="search"]{
	background: transparent;
    border-bottom: 1px solid #fff;
}

.neo-nores-cntnt input[type="submit"]{
	background: #fff;
    color: #1C404E;
    padding: 3px 15px 0;
    font-weight: 200;
}

.neo-nores-cntnt{
	font-weight: 200;
    padding-left: 50px;
}

.home .neo-pad-pad{
	padding-left: 0;
}

.neo-map-container{
	width: 66.7%;
    float: left;
    display: block;
}

.neo-home-side{
	width: 33.3%;
    float: left;
}

.neo-home-side ul{
	list-style: none;
    padding: 0;
    margin: 0;
}

.neo-home-side .recent-tags-neo ul{
	padding: 20px 15px 10px;
}

.neo-us-map h3{
       text-align: center;
       font-size: 40px;
       font-weight: 400;
       padding: 20px 0 0;
}

.neo-us-map{
      padding: 0 40px;
}

a:hover{
    text-decoration:none !important;
}

#ajax-home-listing .hentry{
    width: 100%;
}

#ajax-home-listing{
    clear: both;
    display: block;
}

.neo-load-btn{
    clear: both;
    display: block;
    padding: 50px 0;
    text-align: center;
}

.neo-load-btn #btnSubmit{
    background: #fff;
    color: #1C404E;
    padding: 0.8em 3em 0.7em;
}

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

.site-header {
    padding: 20px 1em 0;
    text-align: center;
}

li.sq-search{
    display:none;
}

li.sq-primary-sidebar{
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
}

.neo-map-container {
    width: 100%;
}

.neo-home-side {
    width: 100%;
    padding: 15px 30px;
}

.tag-listing li {
    width: 100%;
    padding: 15px 30px;
}

.site-footer {
    padding-left: 0;
}

#footer-sidebar1, #footer-sidebar2, #footer-sidebar3, #footer-sidebar4 {
    width: 100%;
    float: none;
    padding: 1em 1.5em;
    text-align: center;
}

.neo-post-title {
    font-size: 20px;
    padding: 12px;
    line-height: 1em;
}

#breadcrumbs {
    list-style: none;
    padding: 20px 0 0 12px;
}

.neo-the-content {
    width: 100%;
}

.neo-sidebar {
    width: 100%;
    padding: 0 20px;
}

.neo-pad-pad .entry-header {
    padding-top: 0;
}

.neo-pad-pad {
    padding-left: 20px;
}

.neo-pad-pad .hentry {
    width: 100%;
    padding-right: 20px;
}

} /****responsive 767 width end ****/



@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
.primary-sidebar{

}

li.sq-search{
    display:none;
}

li.sq-primary-sidebar{
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
}

.site-footer {
    padding-left: 0;
}

#footer-sidebar1, #footer-sidebar2, #footer-sidebar3, #footer-sidebar4 {
    padding: 0 1em;
}

#mc4wp-form-1 input[type="email"] {
    width: 100%;
}

} /****responsive 1024 width end ****/



div.chimpy_status_underlay {
    background-color: transparent;
    width: 78%;
    float: left;
    padding-left: 12px;
    width: calc(80% - 12px);
}

.sky-form fieldset {
    background: transparent;
    padding: 0;
}

.sky-form {
    box-shadow: none;
}

.sky-form footer {
    border-top: none;
    background: transparent;
    width: 20%;
    float: left;
    padding: 0;
    margin: 0;
}

.sky-form footer button.button {
    height: 33px;
    margin: 5px 5% 0px;
    float: left;
    width: 90%;
    padding: 0;
}

.neo-subscribe-home{
    background: #56BD8A;
    display: inline-block;
    width: 100%;
}

.sky-form header {
    display: block;
    padding: 20px 30px;
    padding: 3px 0px 3px 10px;
    border-bottom: none;
    background: transparent;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    clear: both;
}

#chimpy_shortcode_field_EMAIL{
    border: none;
    color: #9d9d9d;
    margin-left: 0;
    font-size: 15px;
    height: 33px;
}
.neo-thumb-overlay{	height: 259px;    width: 100%;    background-color: rgba(0,0,0,0.5);}

#neo-post-recent {
    position: relative;
}

.recent-tags-neo{
	position: absolute;
    top: 0;
}

.neo-recent-title {
    position: absolute;
    bottom: 10px;
}

.date-neo{
	color: #ccc;
    background: rgba(25,25,25,0.5);
    padding: 5px;
    margin: 10px 0 0px;
    display: block;
}


.neo-the-content a:hover {
    color: #121C51 !important;
	text-decoration: underline;
}

.extra-lay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.neo-post-excerpt {
    text-shadow: none;
}

.neo-post-excerpt {
    border:none;
}

.single .neo-thumb-overlay {
    height:auto;
    min-height:259px;
}

