/*
Theme Name: Gisas Gemi
Description: Gisas Gemi icin ozel olarak duzenlenmistir.
Author: Wolinka
Author URI: https://wolinka.com.tr
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

#main {
	margin-bottom: 485px;
	z-index: 5;
}

.home .header-wrapper a {
	color: #fff;
}

.home .header-wrapper.stuck a {
	color: inherit;
}

.optionscontainer {
	display: none!important;
}

h2 {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 27px;
}

h2:after {
	background: #69cd72 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 60px;
}

h2.slider-section.uppercase {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 27px;
}


h2.slider-section.uppercase::after {
	width: 67%!important;
}

.blog h2:after {
	content: none;
}

.white.is-outline:hover {
    background-color: #fff !important;
    border-color: #fff;
    color: #3498db !important;
}

.ytp-title-enable-channel-logo .ytp-title-channel {
    display: none!important;
}

/*
	Breadcrumb
*/

.breadcrumb {
	list-style: none;
	padding: 8px 15px;
	margin: 20px 0 0;
	border-radius: 4px;
	font-size: 16px;
}

.breadcrumb li {
	display: inline-block;
	margin: 0;
}

.breadcrumb>li span a:after {
	content: "\27A4";
	padding-left: 10px;
	padding-right: 5px;
	color: #3498db;
	font-size: 16px;
	font-weight: 600;
}


/*
	Hizmetlerimiz
*/

.box-bounce .box-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 18px;
    text-transform: uppercase;
    border-top: 5px solid #3498db;

}

.box-text-inner p {
	color: #3498db;
}


/*
  Anasayfa Blog Slider
*/

.box-push .box-text {
	min-height: 150px;
}

.flickity-prev-next-button.previous svg {
	left: 30%;
}

.flickity-prev-next-button.next svg {
	left: 70%;
}


/*
	Anasayfa Harita
*/
.contact-maps iframe {
	margin-bottom: -10px;
}

/*
	Footer
*/

#footer {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
}

.footer-2 {
	border-bottom: 1px solid #2e2e2e;
}


.footer-2 .widget-title {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-transform: none;
	margin: 0 0 24px;
	padding-bottom: 16px;
	position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-2 .widget .is-divider {
    margin-top: .68em;
    max-width: 75px;
    background-color: #69cd72;
}

.footer-2 ul.menu li {
    display: inline-table;
    float: none;
    width: calc(50% - 2px);
}

.footer-2 ul.menu>li+li,
.footer-2 .widget>ul>li+li {
    border-top: none;
}

.footer-2 .info-table {
    width: 100%;
}

.footer-2 .info-table th {
    border-right: 1px solid rgba(255,255,255,0.08);
    font-weight: 400;
    text-align: center;
    width: 20px;
}


.footer-2  th,
.footer-2 td {
	font-size: .8em
}

.absolute-footer {
    padding: 10px 0 10px;
}



/*
.footer-2 .widget-title::after {
    height: 3px;
    width: 73px;
    background-color: #fab702;
    bottom: -1px;
    content: "";
    left: 0;
    position: absolute;

}
*/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	#main {
		margin-bottom: inherit;
	}

	#footer {
		position: relative;
		z-index: 0;
	}

	.video.video-fit.mb {
		padding-top: 0!important;
	}

}