/* Enter Your Custom CSS Here */

#main-header {
  	padding: 20px;
	background-color: #161616;
  	border-bottom: 3px solid #ffcc00;
}

#top-menu a {
  	color: #fff;
	font-family: 'Lato', Arial, sans-serif;
  	font-size: 14px;
  	font-weight: 400;
  	text-transform: uppercase;
}

#top-menu a:hover, #top-menu li.current-menu-item > a {
	color: #fece04;
}

#et_top_search {
	display: none;
}

#top-menu li {
	padding-right: 14px;
}

.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation {
	padding-top: 20px;
}

.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a, .et_header_style_split .et-fixed-header #et-top-navigation nav > ul > li > a {
	padding-bottom: 20px;
}

#menu-item-87 a {
	padding: 10px !important;
    border: 2px solid #fece04;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu-item-87 a:hover {
	background-color: #fece04;
  	color: #000;
}


/*Blog*/

.et_pb_blog_grid .et_pb_post {
  	padding: 0;
	border: 0;
}

.et_pb_blog_grid h2 {
  	margin: 30px 0 10px 0;
    color: #000;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
}

.et_pb_blog_grid .et_pb_post p {
	font-size: 14px !important;
  	color: #000;
}

.et_pb_image_container {
	margin: 0 0 20px; !important;
}

.et_pb_blog_grid .more-link {
  	display: inline-block;
	margin-top: 20px;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Lato', Arial, sans-serif;
  	border-bottom: 3px solid #ffcc00;
}

#footer-widgets .footer-widget li:before {
  	display: none;
	padding-left: 0;
}

#footer-widgets .footer-widget li {
	padding-left: 0;
}

#main-footer {
	background-color: #000;
}

.footer-widget h4 {
  	margin-bottom: 25px;
  	font-family: 'Lato', Arial, sans-serif;
	text-transform: uppercase;
  	color: #ffcc00;
}

#footer-bottom .container {
	border-top: 1px solid #999;
    padding: 40px 0;
}

#footer-widgets {
	border-top: 1px solid #999;
}

#footer-widgets, #footer-widgets p {
	color: #fff;
  	font-size: 14px;
  	text-transform: uppercase;
}

#footer-info {
  	width: 100%;
	font-family: 'Lato', Arial, sans-serif;
  	text-transform: uppercase;
  	color: #fff;
}

#footer-info, #footer-info a {
  	font-size: 14px;
	color: #999;
}

#footer-info a:hover {
	color: #ffcc00;
}

.footer-info-left, .footer-info-right {
	font-size: 14px;
}

.footer-info-left {
	width: 70%;
  	float: left;
}

.footer-info-right {
	width: 30%;
  	float: left;
  	text-align: right;
}

.mobile_menu_bar:before {
    color: #fece04;
}

#left-area .post-meta {
	padding-bottom: 5px;
}

.apss-social-share {
	margin-bottom: 15px;
}

input[type=text], input[type=email], input.text, input.title, textarea, select {
	padding: 10px;
  	font-size: 16px;
}

.wpcf7 {
	max-width: 400px;
  	margin: 0 auto !important;
}

.wpcf7-submit {
  	padding: 10px 15px;
    color: #161616 !important;
    background: #fece04;
  	border: 0;
  	font-size: 18px;
  	font-weight: bold;
}

#PagePeel {position:fixed !important;}


/*Media Queries*/

@media screen and (max-width: 980px) {

.footer-info-left, .footer-info-right {
  	width: 100%;
   	float: none;
    text-align: right;
}

.footer-info-left {
	margin-bottom: 15px;  
}  
  
}

@media screen and (max-width: 600px) {
    #slider-row {
        width: 95% !important;
    }
  
  	.et_pb_slide_content P {
  		font-size: 20px !important;
    	line-height: 26px !important;
  	}
}

@media screen and (max-width: 476px) {

.video-slider .et-pb-arrow-prev, .video-slider .et-pb-arrow-next {
    margin-top: -250px !important;
}

    
}

@media screen and (max-width: 414px) {

.video-slider .et-pb-arrow-prev, .video-slider .et-pb-arrow-next {
    margin-top: -270px !important;
}

    
}

@media screen and (max-width: 375px) {

.video-slider .et-pb-arrow-prev, .video-slider .et-pb-arrow-next {
    margin-top: -280px !important;
}

    
}

@media screen and (max-width: 320px) {

.video-slider .et-pb-arrow-prev, .video-slider .et-pb-arrow-next {
    margin-top: -350px !important;
}

    
}

@media screen and (max-width: 240px) {

.video-slider .et-pb-arrow-prev, .video-slider .et-pb-arrow-next {
    margin-top: -505px !important;
}

    
}