/*
Theme Name: Çamlık Kız Yurdu Teması
Theme URI: http://www.muratkaraer.net
Author: Murat Karaer Tasarım
Author URI: http://www.muratkaraer.net
Description: Tema 2019 Yılında Çamlık Kız Yurdu websitesinde kullanılmak üzere tasarlanmıştır
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: yurt,template
Text Domain: camlik

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
    font-family: 'Open Sans', sans-serif;
}

#videoModal .modal-content {
    background-color: transparent;
    border:0;
}
#videoModal .modal-header {
border: 0;
}
#videoModal .close{
    opacity: 1;
    color: #fff;
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
body.hc-nav-open {
    overflow: visible;
    position: fixed;
    width: 100%;
    min-height: 100%;
}
.text-green{
    color: #098166;
}

header .headerTop {
    padding: 9px 0;
    background: #fff;
}
header.fixed .headerTop{
        border-bottom: 2px solid #098166;
}
header .headerTop .headerContact span {
    font-size: 15px;
    color: #6a413d
}
header .headerTop .headerContact i {
    color: #098166;
    font-size: 22px;
    margin-right: 10px;
}
header .headerTop .headerContact > * {
    margin-left: 25px;
}


header .headerTop .headerContact .headerSocial a i{
    font-size: 28px;
        color: #6a413d
}


.logo a {
    display: inline-block;
}
.logo a img {
    height: 100px;
}
.mebLogo {
    margin-left: 10px;
}
.mebLogo img {
    max-width: 80px;
}
header .headerBottom {
    background: #098166;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
header .headerBottom .menu ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
header .headerBottom .menu ul li {
    padding: 8px 0;
    display: inline-block;

}
header .headerBottom .menu ul li a {
    display: block;
    padding: 6px 10px;
    font-size: 15px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    
}
header .headerBottom .menu ul li a:hover {
    background: #fff;
    color: #098166;
    text-decoration: none;
}
section {
    margin-top: 126px;
}
#slider {
    position: relative;
    z-index: 1;
    margin:-50px 0 30px;
}
#slider .item .sliderPhoto {
    min-height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#whycamlik p {
    font-size: 16px;
    color: #2c2c2c;
}
.homeTitle {
    display: block;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    color: #098166;
}
#whycamlik  {
    margin-bottom: 50px;
}

#slogan {
    position: relative;
    height: 150px;
    background: #098166;
    margin-bottom: 50px;
}
#slogan:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/images/slogan2.jpg);
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.4;
    z-index: 1;
    
}
#slogan .sloganText {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 24px
}
#slogan .button-white {
    position: relative;
    z-index: 2;
    float: right;
    background: #fff;
    color: #6a413d;
    font-size: 18px;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#slogan .button-white:hover {
    color: #098166;
    text-decoration: none;
    
}
#services {
    margin-bottom: 80px;
}
#services .homeTitle {
    color: #6a413d;
    margin-bottom: 30px;
}
#services .servicesBox {
    margin-bottom: 20px;
}
#services .servicesBox .servicesImgBox {
    position: relative;
    height: 348px;
    overflow: hidden;
    margin-bottom: 10px;
}
#services .servicesBox .servicesImgBox  .servicesImg{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1);
        -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    
}
#services .servicesBox:hover .servicesImgBox  .servicesImg{
    transform: scale(1.1) ;
}
#services .servicesBox span {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    
}
#rooms {
    margin-bottom: 80px;
}
#rooms p {
    font-size: 18px;
}
#rooms ul {
    font-size: 17px;
    margin: 0;
    list-style-type: none;
    padding: 0;
}
#rooms ul li + li {
    margin-top: 10px;
}
#rooms ul li a {
    color: #0a8065
}
#rooms ul li a:hover {
    color: #0a8065
}
#rooms .owl-carousel .item .sliderPhoto {
    height: 380px;
    background-size: cover;
    background-position: center;
}
.commentsSlider {
    padding:0 10px;
}
 .commentsPhoto  {
    position: relative;
    display: inline-block;
    width: 110px;
    float: left
}
.commentsPhoto:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    width: 110px;
    height: 110px;
    background: #098166;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 1
}
.commentsPhoto:before {
    content: "";
    position: absolute;
    right: -5px;
    top: 5px;
    width: 110px;
    height: 110px;
    background: #6a413d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 2
}
.commentsPhoto .photoimg {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    left: 3px;
    top: 2px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 3;
}
 .commentsText {
    padding:0 30px;
        width: calc(100% - 110px );
    display: inline-block;
    float: left;
}
 .commentsText  p {
    margin: 0 0 5px
}
.commentsText strong {
    font-weight: 600;
    color: #098166;
}
 .owl-theme .owl-dots .owl-dot span {
    background: #69413d;
}
.owl-theme .owl-dots .owl-dot {
    outline: none !important;
}
 .owl-theme .owl-dots .owl-dot.active span,  .owl-theme .owl-dots .owl-dot:hover span {
    background: #0a8065;
}
footer {
    margin-top: 30px;
    padding: 20px 0;
    background: #098166;
}
footer .footerLogo a {
    display: block;
}
footer .footerLogo a img {
    max-width: 160px;
}
footer .footerMenu ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
}
footer .footerMenu ul li {
    display: inline-block;
    padding: 12px 0;
    
}
footer .footerMenu ul li + li {
    margin-left: 10px;
}
footer .footerMenu ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
}


#pageBanner {
    margin: -50px 0 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#pageBanner h2 {
    margin: 300px 0px 0;
    background: #fff;
    color: #0a8065;
    display: inline-block;
    padding: 10px 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 24px;
}
#pageContent .leftMenu ul{
        margin: 0;
    padding: 10px 0;
    list-style-type: none;
    background: #0a8065;
}
#pageContent .leftMenu ul li {
    padding: 0 10px;
    
}
#pageContent .leftMenu ul li a {
    display: block;
    padding: 15px 10px;
    color: #fff;
      -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#pageContent .leftMenu ul li:hover a {
    color: #fff;
    background: #064a3a;
    text-decoration: none;
}
#pageContent .leftMenu ul li.active a ,#pageContent .leftMenu ul li.active:hover a{
    color: #0a8065;
    background: #fff;
}


#pageContent .pageSlider {
    margin-bottom: 30px;
}
#pageContent .pageSlider  .item{
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#pageContent .pageSlider #slideBig .item a{
    height: 400px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#pageContent .pageSlider #slideBig .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
        background: rgba(9, 129, 102, 0.5803921568627451);
    height: 70px;
}
#pageContent .pageSlider #slideBig .owl-prev {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
        background: transparent;
    outline: none;
    
}
#pageContent .pageSlider #slideBig .owl-next {
    position: absolute;
    right: 15px;
     top: 50%;
    transform: translateY(-50%);
        background: transparent;
    outline: none;
    
}
#pageContent .pageSlider #slideBig {
    margin-bottom: 10px;
    border:1px solid rgba(183, 183, 183, 0.2)
}
#pageContent .pageSlider #slideMini .item {
    height: 200px;
}
#pageContent .pageArchive {
    display: block;
     margin-bottom: 30px;
            color: #69413d;
    
}
#pageContent .pageArchive .pageArchiveBox {
    display: block;
    height: 250px; 

    overflow: hidden;
    margin-bottom: 10px;
   
}
#pageContent .pageArchive .pageArchiveImg {
    display: block;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  transform: scale(1);
        -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#pageContent .pageArchive:hover {
    text-decoration: none;
}
#pageContent .pageArchive:hover .pageArchiveImg {
     transform: scale(1.1);
      
}
#pageContent .pageArchive .archiveTitle {
    display: block;
    font-size: 18px;
    font-weight: 400;

}
.hc-nav-trigger  {
    right: 15px;
        top: 50%;
    transform: translateY(-50%);
}

.commentsPage {
    margin-bottom: 30px;
}
.wp-pagenavi {
    text-align: center;
}
.wp-pagenavi span , .wp-pagenavi a {
   width: 32px;
    display: inline-block;
    height: 32px;
    background: #0a8065;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    margin-right: 10px;
    color: #fff;
    
}
.wp-pagenavi a {
    background: #69413d;
      -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
}
.wp-pagenavi a:hover {
        background: #0a8065;
}