/*
Theme Name: Sydney Child
Theme URI: http://athemes.com/theme/sydney
Template: sydney
Author: aThemes
Author URI: http://athemes.com
Description: Sydney is a powerful business theme that provides a fast way for companies or freelancers to create an awesome online presence. 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.43.1609880512
Updated: 2021-01-05 22:01:52

*/

/*
#mainnav ul li a {
    font-size: 20px;
}
@media only screen and (min-width: 1025px) {
.site-header .col-md-4 {
    width: 20%;
}
.site-header .col-md-8 {
    width: 80%;
}
}
*/

.site-info.container {
    text-align: center;
}

body.home.custom-background {
background-image: none !important;
}

.page-wrap .content-wrapper{
  background-color: transparent;
}

.maintitle::after {
    display: none;
}

body .text-slider {
    animation: none;
}

body .text-slider .maintitle,
body .text-slider .subtitle {
	color: #7EFB00;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.7);
}

body .maintitle, .subtitle {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* On hover state */
body .button-slider:hover{
  color: #7efb00; 
} 

body .button-slider {
  font-size: 18px;
	color: #000;
	background-color: #7efb00;
	font-weight: bold;
	margin-top: 10px;
}


@media only screen and (max-width: 480px) {
  .text-slider .maintitle{
		font-size: 22px;}
  .text-slider .subtitle{
  font-size: 15px;
	padding-bottom: 20px}
  }

/* submenu options */
@media only screen and (min-width: 1025px) {
  #mainnav ul ul.sub-menu li a {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1025px) {
	nav .menu li > ul.sub-menu li {
padding-top: 10px !important;
padding-bottom: 10px !important;
}
}