/********* Do not edit this file *********/
/*
My Custom CSS - Maked by Salvatore Noschese
a.k.a. DarkWolf - http://www://darkwolf.it/
*/

.main-navigation .current_page_item a, .main-navigation .current-menu-item a {
    color: #fbb900;
}

#sequence .animate-in .slide-title {
    background: #fbb900;
    color: #000;
    font-weight: 900;
}

.schedule-title span {
    background: #fbb900;
    color: #000;
    font-weight: 900;
}

.home-blog-title span {
    background: #fbb900;
    color: #000;
    font-weight: 900;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: #fbb900;
    color: #000;
    font-weight: 900;
}

.page-wrapper {
    background: #fff;
    padding: 20px;
  border: 0px solid #ccc; 
  border-top: 0px solid #dc6263; 
}

.comment-navigation .nav-next, .paging-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: center;
    width: 48%;
    padding: 18px 20px 20px;
    background: #fbb900;
    font-size: 15px;
    line-height: 15px;
    font-style: italic;
    font-weight: 300;
    color: #000;
}

.comment-navigation .nav-previous, .paging-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 48%;
    padding: 18px 20px 20px;
    background: #fbb900;
    font-size: 15px;
    line-height: 15px;
    font-style: italic;
    font-weight: 300;
    color: #000;
    text-align: center;
}

.nav-links a {
    color: #000;
}

.fa-angle-right:before {
    content: "\f105";
    color: #000;
}

.fa-angle-left:before {
    content: "\f104";
    color: #000;
}

.col-1-4home {
    width: 25%;
}




/*toggle*/
.su-tabs-nav span.su-tabs-current {
    background: #fff;
    cursor: default;
    font-size: 16px;
    font-weight: 600;
}

.grid-pad-home {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 0px;
    background-color: #000;
    padding-bottom: 20px;
}

ul.social-media-icons {
    margin: 0;
    text-align: left;
}

.fa-twitter:before {
    content: "\f099";
    color: #fff;
}
.fa-linkedin:before {
    content: "\f0e1";
    color: #fff;
}


#sequence .bg {
    opacity: 1;
    z-index: 1;
    position: asbolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-entry-title {
    padding-bottom: 1em;
    border-bottom: 1px dotted #999;
    display: none;
}

.page-wrapper {
    background: #fff;
    padding: 20px;
    border: 0px solid #ccc;
    border-top: 0px solid #dc6263;
    margin-top: -100px;
}

.section-title span {
    background: #fbb900;
    color: #000;
    font-weight: 900;
    height: 45px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    padding: 14px 30px;
    margin-bottom:10px;
}

.page-title span {
    background: #fbb900;
    color: #000;
    font-weight: 900;
    height: 45px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    padding: 14px 30px;
    margin-bottom:10px;
    font-size: 30px;
}

/*Form*/
/* FORM */
#form {
padding: 5px;
width: auto;
margin: 20px auto;
}

#contentleft {
width: 50%;
float: left;
padding: 5px 15px;
}

#contentright {
width: 50%;
padding: 5px 15px;
float: left;
}

#bottom {
clear: both;
padding: 0 15px;
}

/*MEDIA QUERIES*/

/* for 980px or less */
@media screen and (max-width: 980px) {

#form {
width: 100%;
}
#contentleft {
clear: both;
padding: 1% 4%;
width: auto;
float: none;
}

#contentright {
clear: both;
padding: 1% 4%;
width: auto;
float: none;
}

#bottom {
clear: both;
padding: 1% 4%;
width: auto;
float: none;
}

/* for 700px or less */
@media screen and (max-width: 600px) {

#contentleft {
width: auto;
float: none;
}

#contentright {
width: auto;
float: none;
}
#bottom {
width: auto;
float: none;
}
}

/* for 480px or less */
@media screen and (max-width: 480px) {

#contentleft {
background: #f8f8f8;
}
#contentright {
background: #f0efef;
}
#contentleft, #contentright, #bottom {
margin-bottom: 5px;
}

#contentleft, #contentright, #bottom {
border: solid 1px #ccc;
}
  }
    
/*widget*/
.widget-area {
    background: #fff;
    border-radius: 0 8px 8px 0;
    padding: 20px !important;
    margin-top: 20px;
    color: #999;
    font-weight: 300;
}
    
.page-wrapper {
    background: rgba(255,255,255,.9);
    padding: 20px;
    border: 0px solid #ccc;
    border-top: 0px solid #dc6263;
    margin-top: -100px;
}