/*
Theme Name: Arka Kapı Magazine
Theme URI: https://github.com/arkakapi
Author: Omer Citak
Author URI: https://omercitak.com/
Description: Details: <a href="https://github.com/arkakapi/wp-theme/">https://github.com/arkakapi/wp-theme/</a>
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: arkakapi, arka kapi, arka kapi magazine, arka kapi dergi
Text Domain: arkakapi

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.
*/

.dropdown {
    float: left;
    margin-right: 10px;
}

ul.dropdown-menu li a {
    text-transform: capitalize;
}

.issues-tab li a {
    font-size: 20px;
}

.content-title {
    text-align: center;
    padding: 0;
}

.hs-line-11 {
    letter-spacing: 0.2em;
    line-height: 1.4;
}

.blog-item-title, .blog-item-data {
    text-transform: none;
}

span.page-numbers {
    display: inline-block;
    min-width: 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 14px;
    border: 1px solid #eaeaea;
    color: #999;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

span.current {
    border-color: #bbb;
    color: #444;
    cursor: default;
}

nav ul li a {
    height: 75px;
    line-height: 75px;
}

.wpcf7-form > div.clearfix > div.cf-right-col > div > span > textarea {
    height: 84px;
}

.footer-social-links div {
    display: table;
    margin: 0 auto;
}

.footer-social-links div ul {
    list-style: none;
}

.footer-social-links div ul li {
    float: left;
}

.sponsor-item {
    text-align: center;
}

.wpcf7-recaptcha {
    float: left;
}

img.dashed {
    border: 1px #000 dashed;
    margin: 0 auto;
    display: block;
}

.tribe-events-list-widget .tribe-event-title {
    font-size: 14px;
}

.tribe-events-list-widget .tribe-list-widget {
    padding: 0;
}

.issue-content {
    overflow-y: scroll;
    height: 450px;
}

.issue-content::-webkit-scrollbar {
    width: 12px;
}

.issue-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

.issue-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}