/*
Theme Name: Sydney Child
Theme URI: https://athemes.com/theme/sydney
Template: sydney
Author: aThemes
Author URI: https://athemes.com
Description: Sydney is a powerful business theme that provides a fast way for companies or freelancers to create an awesome online presence. As well as being fully compatible with Elementor, Sydney brings plenty of customization possibilities like access to all Google Fonts, full color control, layout control, logo upload, full screen slider, header image, sticky navigation and much more. Also, Sydney provides all the construction blocks you need to rapidly create an engaging front page.
Tags: two-columns,right-sidebar,custom-colors,custom-background,custom-header,custom-menu,featured-images,sticky-post,theme-options,threaded-comments,translation-ready
Version: 1.53.1545877195
Updated: 2018-12-27 02:19:55

*/
/* always use the hamburger */
@media only screen and (max-width:9999px){
  
  #mainnav{
    display: none;
  }
  
  .btn-menu{
    display: block;
    margin-right: 5px;
  }

  /* try to change width of drop down menu */ 
  #mainnav-mobi {
   width: 250px;
   right: 0;  
  }  

/*  #mainnav ul ul a {
    width: 220px !important;
	}

	#mainnav ul li ul {
    width: 220px !important;
	}
	#mainnav-mobi ul ul a {
    width: 220px !important;
	}

	#mainnav-mobi ul li ul {
    width: 220px !important;
	}
*/
  
  #mainnav-mobi li a {
    background-color: rgba(0, 64, 124, 0.6);
    /*
    text-align: center;
    width: 340px; 
    margin-right: 10px;
    margin-left: 440px; 
    */
  }  

}

.site-header .col-md-8{
  position: relative;
  z-index: 999;
}


/* menu should be bold */
/* 
#mainnav ul li a{
  font-weight: bold;
}
*/

/* update menu backgroung color */
/* this is super ugly 
#mainnav ul li a, #mainnav ul li::before {
    background-color: rgba(255, 255, 255, 0.6);
}
*/ 



/* change slide 3 text main title color */
.slide-item:nth-of-type(3) .text-slider .maintitle {
  color: #00407c;
}
.slide-item:nth-of-type(2) .text-slider .maintitle {
  color: #00407c;
}

#slideshow .slide-item:nth-child(3) .slide-inner {
    background-color: rgba(255, 255, 255, 0.6);
}

#slideshow .slide-item:nth-child(2) .slide-inner {
    background-color: rgba(255, 255, 255, 0.6);
}

/* change width to try to control number of project per line */
.roll-project.fullwidth .project-item {
       width: 25%;
}
/* always show titles */ 
.roll-project .project-item .project-title-wrap {
    opacity: 1;
    animation: none !important;
    transition-duration: 0.5s;
    background-color: #00407c;
}

.roll-project .project-item:not(:hover) .project-title-wrap {
    background-color: rgba(0, 0, 0, 0.25);
    /* color: #00407c; */
}

.project-wrap .roll-project .project-item:hover .project-pop {
    opacity: 0.8;
    /* font-size: 32;
    color: black; */
}

/* main action button */
.roll-button:hover{
  background-color: #ef8903;
} 

/* this changes the font color and size all the time 
div#primary div.widget_sydney_portfolio div.project-title {
    font-size: 32px;
    color: black;
}
*/ 

/* top of registration page has huge top margin */
/*
#main {
padding-top: 0px;
padding: 0px
}
*/

/* change size of the project title leaving the subtitle the same */
.project-pop-wrap .project-title-wrap .project-title {
    font-size: 22px;
}

.project-subtitle {
    font-size: 15px;
}

/* if you're on a mobile, don't show project subtitle */
@media screen and (max-width: 990px) {
    .project-subtitle {
        display: none !important;
    }
}