/*
Theme Name: BackpackTraveler
Theme URI: http://backpacktraveler.mikado-themes.com
Description: Modern Travel Blog
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Text Domain: backpacktraveler
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 2.0.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

/* Easy Table of Content font edits */
div#ez-toc-container ul.ez-toc-list a {
    color: #3a3a3a;
    font-weight: 300;
    line-height: 2.6em;
    font-family: Merriweather;
}



/* Change colour for destination page sidebar background colour */
.single-destination-item .mkdf-sidebar-holder .mkdf-destination-single-additional-sidebar .mkdf-ps-custom-field a:hover {
background-color: #46b8b0;
}



/* Travel Guide Anchor Text Sidebar Alignment */
span.travel_guide     
	{
		height: 40px;
		display: inline-grid;
		align-items: center;
		text-align: center;
		padding-left: 20px;
	}




/* Anchor Text Realigned */
#thingstosee {margin-top: -130px; }
#costs {margin-top: -130px; }
#money {margin-top: -130px; }
#guide {margin-top: -130px; }
#expect {margin-top: -130px; }



/* Create menu to have more than one row and centralised MAX WIDTH RECOMMEDED 90PX 
.mkdf-main-menu>ul>li>a>span.item_outer{
    max-width: 90px !important;
    text-align: center;
}*/



.mkdf-main-menu>ul>li>a>span.item_outer {
    max-width: 132px !important;
    text-align: center;
    word-break: break-word;
}


@media only screen and (min-width: 1025px) and (max-width: 1200px){
.mkdf-main-menu>ul>li>a{
    font-size: 11px;
    padding: 0 5px;
    letter-spacing: 0.2em;
}
}
@media only screen and (min-width: 1201px) and (max-width: 1350px){
.mkdf-main-menu>ul>li>a{
    font-size: 12px;
    padding: 0 8px;
    letter-spacing: 0.25em;
}
}











@media only screen and (max-width: 1024px) {
    #thingstosee, #costs, #money, #guide, #expect {
        margin-top: 0;
    }
}



/* Top Scroll color */
div #mkdf-back-to-top>span{

    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}
div #mkdf-back-to-top>span:hover{
    background-color: #46b8b0;
    border: 1px solid #46b8b0;
    color: #fff;
}


/* Change the Colours for the Comment Section (Date, edit and arrow) */
div .mkdf-comment-holder .mkdf-comment-text .mkdf-comment-date, 
div .mkdf-comment-holder .mkdf-comment-list .children li:before, 
div .mkdf-comment-holder .mkdf-comment-text .comment-edit-link {
    color: #46b8b0;
}


