/*
 Theme Name:   Move San Jose
 Author:       Insight Designs
 Template:     generatepress
 Version:      0.1
*/


@import url('//fonts.googleapis.com/css2?family=Teko&display=swap');

/* /////////////////////////////////////////
	/////////////      GLOBAL STYLES      ///////
/////////////////////////////////////    */
body .widget-area .widget {
    padding: 0 0 24px;
}
h3.custom_widget_title{
    font-size: 25px;
    font-family: 'Teko', sans-serif;
    border-bottom: 2px solid;
    text-align: left;
}
body :is(p, h2, h3, h4, h5, h6) {
	font-family: 'Open Sans', sans-serif;
}

body :is(p, li) {
    color: #464646;
    font-size: 18px;
    line-height: 1.5em;
}

body h1 {
	color: #003a48;
    line-height: 1em!important;
    font-weight: normal;
    font-size: 48px!important;
    text-transform: uppercase;
    font-family: 'Teko',sans-serif;
    margin-bottom: 20px!important;
    display: inline-block;
}

body h2 {
    font-size: 32px!important;
    color: #003a48;
    font-size: 23px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-family: 'Teko',sans-serif;
}


body :is(a, a:visited, column a) {
    color: #00809c;
}

body :is(a:hover, a:focus) {
    text-decoration: none;
    opacity: 0.75;
}

body :is(ul, ol) {
	margin-left:1.5em;
}

body #content li {
    margin-bottom: 5px;
}

body div#content.site-content {
    margin-top: 50px;
}

/* ///////////////////////////////      MOBILE HEADER     //////  */

body .main-navigation, body .main-navigation ul ul {
    background-color: #07414c;
}



@media (max-width: 768px) {
	.mobile-header-navigation .site-logo.mobile-header-logo img {
	    height: 90px;
	    margin-top: -20px;
	    margin-left: 20px;
	}
	
	#mobile-header #mobile-menu ul li a {
		    background: unset;
	    font-family: 'Open Sans', sans-serif;
	    font-size: 15px;
	    font-weight: 700;
	    text-transform: uppercase;
	    letter-spacing: .5px;
		padding-left: 0px;
	    padding-right: 0px;
	    margin-left: 15px;
	    margin-right: 15px;
	    text-decoration: none;
	    line-height: 3em!important;
	    margin-left: 30px!important;
	}
	#mobile-header div#mobile-menu {
	    padding-top: 20px;
	}
	
	#mobile-menu a:hover {
	    color: rgb(229 191 36)!important;
	    opacity: 1!important;
	}
	
	.top-bar.top-bar-align-right {
	    text-align: right;
	}
	.wpml-ls-legacy-dropdown>ul {
	    margin-left: auto!important;
	    width: 150px!important;
	}
	
}

.menu-item-has-children .dropdown-menu-toggle {
	 display: inline-block!important;
}

.wpml-ls-sub-menu li.wpml-ls-item:hover {
    background-color: #ffffff!important;
}








/* /////////////////////////////// SIDEBAR  ////// */


@media (min-width: 1025px) {
	.grid-70 {
	    width: 80%;
	}
	.grid-30 {
	    width: 20%;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.tablet-grid-70 {
	    float: left;
	    width: 75%;
	}
	.tablet-grid-30 {
	    width: 25%;
	}
}
 
 
.grid-30 .inside-right-sidebar {
    padding-right: 30px;
}


.sidebar_upcoming_events_wrapper.insight_cpt_wrapper h3, .sidebar_updates_wrapper.insight_cpt_wrapper h3 {
    font-size: 25px;
    font-family: 'Teko', sans-serif;
    border-bottom: 2px solid;
    text-align: left;
}

div#right-sidebar a {
    font-size: 16px;
    line-height: 1em;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}


div#right-sidebar p {
    font-size: 16px;
}

.mobile-grid-100.grid-100.tablet-grid-100 {
    padding-left: 0px;
}

@media only screen and  (min-width: 768px){
	div#right-sidebar {
	    padding-top: 25px;
	}
}

/* /////////////////////////////////////////
	/////////////      HEADER       ///////
/////////////////////////////////////    */

.top-bar a.wpml-ls-link {
    font-size: 18px;
    color: rgb(23 128 156);
    padding: 6px 5px 6px 5px;
}

header.site-header .site-logo {
    margin-top: -25px;
}

header.site-header .site-logo .header-image {
    width: 170px;
}

.inside-header.grid-container.grid-parent {
    padding: 0px 40px 0px 40px;
}

.navigation-search input[type="search"] {
    color: #ffffff;
    background-color: #06353e!important;
    opacity: 1;
}

.main-navigation .main-nav ul li.search-item.active > a {
	background-color: transparent!important;
}

form.search-form.navigation-search.nav-search-active {
    border-bottom: 1.5px solid #ffffff;
}



/* /////////////////////////////////////////
	/////////////      HEADER NAV    ///////
/////////////////////////////////////    */

#site-navigation.main-navigation, .main-navigation .main-nav ul li:hover > a {
    background-color: unset;
}

.main-navigation ul.menu.sf-menu li.menu-item a {
    background: unset;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
	padding-left: 0px;
    padding-right: 0px;
    margin-left: 15px;
    margin-right: 15px;
    text-decoration: none;
}


.main-navigation ul.menu.sf-menu>li.menu-item>a:after  {
	content: '';
    position: absolute;
    left: 50%;
    bottom: 11px;
    width: 0px;
    height: 5px;
    background: rgb(229 191 36);
    transition: all 0.45s;
}

.main-navigation ul.menu.sf-menu>li.menu-item>a:hover:after  {
	width: 75%;
    left: 12.5%;
}

.main-navigation ul.menu.sf-menu>li.menu-item.current-menu-parent>a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 11px;
    height: 5px;
    background: rgb(229 191 36);
    width: 75%;
    left: 12.5%;
}

.nav-float-right .inside-header .main-navigation {
    margin-top: 20px;
}


.main-navigation ul ul.sub-menu {
    background-color: #04586e;
}

.main-navigation:not(.toggled) ul li.sfHover>ul, .main-navigation:not(.toggled) ul li:hover>ul {
    width: 100%;
    padding-bottom: 15px;
}

.main-navigation .main-nav ul ul.sub-menu li a:hover {
    text-decoration: underline;
}

span.dropdown-menu-toggle {
    display: none!important;
}

li#menu-item-1687 .sub-menu {
    min-width: 300px;
}


/* --------------------------------------
- Custom Short codes Styles
-------------------------------------- */
.featured_transportation_plans_wrapper,
.featured_transportation_projects_wrapper,
.archive_item_wrapper{
    overflow: auto;
    clear: both;
    margin-bottom: 40px;
}
.featured_transportation_plans_wrapper p,
.featured_transportation_projects_wrapper p,
.archive_item_wrapper p{
    margin-bottom: 0;
}
.featured_transportation_plans_wrapper a.post_filter_button,
.archive_item_wrapper a.post_filter_button  {
    font-weight: 700;
    text-decoration: none;
    font-size: 21px;
    line-height: 1.3!important;
    display: inline-block;
}

.sidebar_upcoming_events_wrapper.insight_cpt_wrapper h3, .sidebar_updates_wrapper.insight_cpt_wrapper h3 {
    font-size: 25px;
    font-family: 'Teko', sans-serif;
    border-bottom: 2px solid;
    text-align: left;
}

/* --------------------------------------
- Archive Styles
-------------------------------------- */
.inside-article {
    overflow: auto;
}


/* /////////////////////////////////////////
	/////////////       Post Lists       ///////
/////////////////////////////////////    */

@media (max-width: 767px){
	.mobile-grid-100.grid-70.tablet-grid-70 {
	    padding-left: 0px;
	}
}

/* /////////////////////////////////////////
	/////////////       Post SINGLES      ///////
/////////////////////////////////////    */


.inside-article .post-meta {
    font-size: smaller;
    color: #373a37;
    line-height: 120%!important;
    font-weight: normal;
    font-family: 'Teko',sans-serif;
    margin-bottom: 20px!important;
}

.inside-article .post-meta .effort-part, .inside-article .post-meta .post-author {
    text-transform: uppercase;
    color: #003a48;
}


/* /////////////////////////////////////////
	/////////////       FOOTER       ///////
/////////////////////////////////////    */

.footer-widgets {
    background-color: #033541!important;
    color: #ffffff;
}

.footer-widgets a {
	 color: #5ccbe1!important;
}

.footer-widget-1 {
    font-weight: 300!important;
    color: rgb(255 255 255 / 90%);
    width: 45%;
}

.footer-widget-1 a {
    text-decoration: underline;
    color: #5ccbe1!important;
}


.footer-widget-2  {
    width: 35%;
} 

.footer-widget-2 p {
    font-size: 18px!important;
    font-weight: 500!important;
    padding-bottom: 10px;
}

.footer-widget-3 {
    width: 20%;
}

.footer-widget-2 p, .footer-widget-3 p {
    font-size: 16px;
    color: #ffffff!important;
    font-weight: 300;

}

.footer-widgets aside#text-5 .textwidget, .menu-social-media-accounts-container {
    text-align: right;
}

.footer-widgets #menu-social-media-accounts li {
    padding: 10px 0px 0px 10px!important;
}

footer.site-info a {
	    color: #5ccbe1!important;
}

footer.site-info {
    background-color: #05313c;
    font-size: 13px;
    font-weight: 200;
}

footer.site-info a.wpml-ls-link {
    font-size: 13px;
    color: #5ccbe1!important;
}

.footer-bar-align-right .copyright-bar {
    line-height: 3.5em;
}

.site-info a:hover {
    color: #17809c!important;
}

.generate-back-to-top {
    bottom: 0px!important;
}








.effort-description {
  color: #003a49;
  background-color: #66cfe3;
}

.effort-description p {
  margin: 10px 0;
}

#masthead, .page-hero {
	background-color: #07414c;
}

.post-meta {
	font-size: smaller;
}

th, td {
	font-size: small;
}

#menu-social-media-accounts li,
#menu-social-media-accounts-spanish li,
#menu-social-media-accounts-vietnamese li {
	display: inline;
	padding: 15px 10px 0 0;
}

.gform_confirmation_wrapper {
  background-color: #eee;
  padding-left: 5px;
}

ul, ol {
	padding-bottom: 1.5em;
}

@media (max-width: 768px){
    .custom_shortcodes_sidebar.tablet-grid-30{
        float: none;
        width: 100%;
        left: 0;
        right: 0;
        box-sizing: border-box;
        clear: both;
    }
    .custom_shortcodes_sidebar.tablet-grid-30 .inside-right-sidebar{
        padding: 0 30px;
    }
}
@media (max-width: 767px){
    .custom_shortcodes_sidebar.grid-30 .inside-right-sidebar{
        padding-left: 30px;
    }
}

/* fix to live site oct 7th - Andy. */
#content {
    max-width: unset!important;
}

.contained-content.one-container .site-content, .contained-content.separate-containers .inside-article {
    padding: 20px 40px 40px 40px!important;
}