/*
Theme Name: Yacht Child Theme
Author: Burak Aydin
Author URI: http://burak-aydin.com
Description: A Child Theme of Yacht
Version: 1.0
Template: yacht
*/

@import url("../yacht/css/style.css");

/* Your custom code should be here. */
.blog-header .nav, .front-header .nav{
    margin-top: 0;
}
.blog-header .logo, .front-header .logo{margin-top: 0;}
.fa-anchor:before {
    content: "\f185"!important;
    color: #fdb813!important;
}
.fixed-header .nav .sub-menu a:hover, .blog-header .nav .sub-menu a:hover, .panel-group h6 a:hover{
    color:#fdb813!important;
    text-decoration: none;
}
.front-header .nav .sub-menu a:hover{
    color:#fdb813!important;
    text-decoration: none;
}
.nav-menu > ul > li > a{
    font-size: 14px;
}
#menu-all-pages-3 a, .section-contact h5, p a, .blog-single blockquote::before, a.user-name, a.page-numbers, .fa-tag::before {
    color: #fdb813!important;    
}

.blog-header {
    height: 350px!important;   
}

.blog-header h4.description {
    display: none;
    visibility: hidden;
}

.blog-header::before {
    background-color: #1e2e50!important;
    opacity: 1!important;
}

.section-features,
.section-card {
  box-shadow: 5px 5px 50px rgba(23, 23, 23, 0.4) inset, -5px -5px 50px rgba(23, 23, 23, 0.4) inset!important;
}

p a:hover {
    text-decoration: underline!important;
}

#menu-all-pages-3 a:hover, a.user-name:hover, a.page-numbers:hover {
    color: #44403f!important;    
}

.blog-header .nav a:hover, .front-header .nav a:hover, .fixed-header .nav a:hover {
    border-bottom: 2px solid #fdb813!important;

}
.blog-header .nav .sub-menu a:hover{
    color:#44403f;
    text-decoration: none;
}
.btn, form input[type='submit'] {
    border: 1px solid #fdb813!important;
    color: #fdb813!important;
}

.detail-button a:hover, form input[type='submit']:hover {
    background-color: #fdb813!important;
    color: #fff!important;
}

.blog-header .nav li::after, .front-header .nav li::after, .fixed-header .nav li::after, .section-contact .contact-line::before, .team-wrap span:hover, .entry-text::after, .timeline-line, .popular-line {
    background-color: #fdb813!important;
}
.entry-title a:hover, .popular-post a:hover{
    text-decoration: none;
    color:#fdb813;
}
.comments-area .user-name a, .comments-area .user-name, .comment-list a{
    color:#fdb813!important;
}

.bottom-footer .nav a, .blog-single .post-tag-wrap a:hover, .blog-single .blog-info{
    color:#fdb813;
}
.panel-group .panel-heading h6.panel-active, .yacht-btn:hover{
    background-color: #fdb813;
    color:white!important;
}
.nav-tabs li.active a{
    border-bottom: 3px solid #fdb813;
}
.team-wrap span:hover .fa-chevron-right::before, .team-wrap span:hover .fa-chevron-left::before {
    color: #fff!important;
}

.team-text-inner {
    margin-top: 0!important;
}

::selection, .fa-chevron-right::before, .fa-chevron-left::before, .team-social a:hover, h6.sub-info, h6.sub-info a, .about-left a, .about-right a, .no-post-found a, .tab-content a{
  color: #fdb813!important;
}

.front-header .top-headline h1{
    /*color:blue;*/
}
.top-headline .separator:before {
  background: url('img/zigzag.png') repeat-x right!important;
}

.top-headline .separator:after {
  background: url('img/zigzag.png') repeat-x left!important;
}

.page-loader img {
    content:url("img/loader.gif")!important;
}

.fixed-header .col-sm-3, .fixed-header .fixed-bg {
    background-color: #fff!important;
}
.fixed-header .logo a img {
    /*content:url("img/TSF_Logo_2014-tag.png")!important;*/
    max-width: 178px!important;
    
}

.fixed-header .slip-search-wrap .fa, .fa-search::before, .fa-chevron-down::before {
      color: #fdb813!important;
}

.free-content-wrap {
    padding: 0!important;
}
.blog-single-header:before{
    background-color: #1e2e50!important;
    opacity:1!important;
}
.home .blog-single .h-entry {
    margin-top: 0!important;
}

.home .blog-single .h-entry h2 {
    margin-bottom: 0!important;   
}

footer .logo img {
    max-width: 300px!important;
    max-height: 200px!important;
}
.home .section-team {
    padding-top: 0!important;
    padding-bottom: 60px!important;
}

h2.yellowbgheader {
    color:#fff!important;
    padding-bottom: 20px!important;
}

.yellowbgbtn a {
    border: 1px solid #fff!important;
    color: #fff!important;
    margin-bottom: 30px!important;
}

.yellowbgbtn a:hover {
    background-color: #fff!important;
    color: #fdb813!important;
}

.social-icon ul li a:hover::before {
    border-color: #fdb813!important;
}

.social-icon ul li a:hover i {
    color: #fdb813!important;
}

.section-service::before {
    background: none!important;   
}

/* overight events style */
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background-color: #1E2E50;
}
#tribe-events .tribe-events-button, .tribe-events-button {
    color:#fdb813!important;
    border: 1px solid #fdb813!important;
    background-color: #fff!important;
    -webkit-transition:background .2s;
    transition:background .2s;
}
#tribe-events .tribe-events-button:hover{
    background-color: #fdb813!important;
    color:white!important;
}
#tribe-bar-form .tribe-bar-submit input[type=submit]{
    background-color:white;
    border-radius: 2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
}
.tribe-bar-views-inner{
    color:#fdb813;
    border: 1px solid #fdb813;
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -webkit-transition:background .2s;
    transition:background .2s;
}
.tribe-bar-views-inner:hover{
    color:white;
    background-color: #fdb813;
}
.tribe-bar-views-inner:hover span{
    color:white;
}
#tribe-bar-views .tribe-bar-views-inner:hover .tribe-bar-views-list .tribe-bar-views-option a{
    background-color: #fdb813;
    border:1px solid #fdb813;
    border-top: 0;
    border-bottom: 0;
    -webkit-transition:background .2s;
    transition:background .2s;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option:first-child a{
    border:1px solid;
    border-top: 0;
    border-bottom: 0;
    background: none;
    color:#fdb813;
}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option:first-child a:hover{
    background: none!important;
    
}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option:first-child a:hover span{
    color:white!important;
}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option:last-child a{
    border-bottom: 1px solid #fdb813!important;
}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover{
    background: none;
}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a{
    background-color: white;
    color:#fdb813;
    border:1px solid;
    border-top: 0;
    border-bottom: 0;
    padding:6px 10px!important;
}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover{
    background-color: white!important;
}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover span{
    color:#fdb813;
}
.tribe-events-calendar thead th,.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]{
    background-color:#fdb813!important;
    color:white;
}
.tribe-events-notices{
    background-color: #fdb813!important;
}
.tribe-bar-views-inner{
    padding: 7px 0 32px!important;
}
#tribe-bar-form #tribe-bar-views{
    padding:15px 0 0 5px!important;
    min-width: 105px;
}
#tribe-bar-form{
    background-color: transparent!important;
}
#tribe-events-content .tribe-events-tooltip h4{
    color:white!important;
}

/* end events style */

/*Donate*/
.wpdonations-form fieldset select{
    padding: 5px;
}
.blog-single-article input[type="radio"], .blog-single-article input[type="checkbox"]{
    height: auto;
}
/**/
.comments-area .comments-title span{
    color:#fdb813;
}
/* overight commont sytle css */
a {
    color: #fdb813;
}
#tribe-events-content a {
    color: #fdb813;
}
/* end overight*/
/* slider organization */
.section-organization .container {
    min-height: 225px;
}
#container-organization {
    min-height: 150px;
    margin: 50px 0px 50px 0px;
}
.organization-group {
    width: 100%;
}
.organization-group a {
    padding:  0px 20px;
}
.organization-group a img {
    max-width: 250px;
    margin: 15px 0px;
}
.section-organization {
    text-align: center;
}
/* end slider */


header .logo img {
	max-width: 178px !important;
	max-height: none !important;
}

.fixed-header .fixed-menu-cover {
	height: 110px !important;
}
/*.navbar-nav > li > a {
	line-height: 84px !important;
}*/
.nav-menu {
	margin-top: 21px !important;
}
.separator {
    position: relative;
}
.separator:before {
    background: url('img/zigzag.png') repeat-x right;
    width: 44%;
    height: 4px;
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
}
.separator:after {
    background: url('img/zigzag.png') repeat-x left !important;
    width: 44%;
    height: 4px;
    content: "";
    position: absolute;
    right: 0;
    top: 18px;
}
.scroll-dropdown{
    width:100px;
    height: 100px;
    margin:0 auto!important;
    cursor: pointer;
    position: relative;
    top: 30px;
    background-size: 100px 100px;
    background-image: url('img/crollDown.png');
}
.separator-box{
    margin-top: 15px;
    margin-bottom: 15px;
}
.bx-viewport .bx-controls{
    display: none;
}
.section-video .fa{
    color:#1f2941;
}
.section-video .player-icon:hover{
    border-color: #fdb813;
}
/*
.tp-revslider-mainul:before {
    background: black!important;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.4;
}
*/
.menu-open {
    z-index: 999!important;
}
.mobile-menu-wrap {
    z-index: 9999!important;
}
.section-counter {
	padding-bottom: 120px !important;
}


/* optin mailchimp */
.optin-mailchimp {
    display: none;
    padding: 20px 20px;
    border: 10px solid #fdb813;
    width: 400px;
    height: 440px;
    margin-left: -200px;
    margin-top: -200px;
    top: 50%;
    left: 50%;
    background: #f7f7f7;
    position: fixed;
    z-index: 999;
    
}
#optin-close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 32px;
    height: 32px;
    background: url(img/optin-close.png) center center no-repeat;
    cursor: pointer;
    
}
.optin-mailchimp form div {
     margin: 10px;
     padding: 0px 70px;
}
.optin-mailchimp form > p {
    font-size: 13px;
    margin-top: 17px;
    line-height: 14px;
    font-style: italic;
    text-align: justify;
}
#optin-mask {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: 0.8;
	z-index: 998;
}

@media (max-width: 359px) { 
	header .logo img {
		max-width: 120px !important;
	}
    .separator{
        display: none;
    }
    .scroll-dropdown{
        width: 40px;
        height: 40px;
        margin: 0 auto;
        cursor: pointer;
        background-size: 40px 40px;
    }
}
@media (max-width: 768px) { 
	.counter-wrap .col-md-3 {
		padding-left: 0px;
		padding-right: 0px;
	}
    .section-organization .container {
        /*min-height: 500px;*/
    }
    .organization-group a {
        display: block;
    }
    .scroll-dropdown{
        width: 60px;
        height: 60px;
        margin: 0 auto!important;
        cursor: pointer;
        background-size: 60px 60px;
    }
    .entry-title{
        line-height: 26px;
    }
    .entry-summary{
        font-size: 13px;
        line-height: 22px;
    }
    .separator{
        display: none!important;
    }
    .blog-single-article input{
        padding-right: 0;
        font-size: 11px;
    }
    .section-features .container .animated:first-child {
        margin-bottom: 150px;
    }
    .section-features .h-article{
        padding:30px 20px!important;
    }
    .section-features .box-inner{
        padding:20px;
    }
    .section-team .team-name{
        text-align: center;
        width:100%;
    }
    .team-name{
        font-size: 26px!important;
        margin-top: 30px!important;
    }
    .section-features .h-article h6{
        margin-bottom: 0;
    }
}
@media (min-width: 769px) {
	.counter-wrap .col-md-3 {
		width: 33%!important;
	}
    .section-organization .container {
        /*min-height: 330px;*/
    }
}
@media (min-width: 992px) {
	.blog-header, .front-header {
		overflow: visible !important;
	}
    .section-organization .container {
        min-height: 220px;
    }
}
@media (max-width: 1199px) {
	.fixed-header .col-sm-3 {
		width: 240px;
	}
	.fixed-header .col-sm-7 {
		width: 542px;
	}
	.fixed-header .nav li {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
    #tribe-bar-form #tribe-bar-views{
        padding-top:10px!important;
    }
}