/*
Theme Name: CityBook Child
Theme URI: https://demowp.cththemes.com/citybook/
Author: CTHthemes
Author URI: http://themeforest.net/user/cththemes/
Description: Directory Listing WordPress Theme
Version: 1.0.0
Tags: custom-background, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, translation-ready
Template: citybook
Text Domain: citybook-child
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/* =Theme customization starts here
------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Fredoka+One|Kanit:300,400,500|Nunito:200,300,400,600,700&display=swap');

body{
    font-family: 'Nunito', sans-serif !important;
}


.main-footer{
    background: #4054b2 !important;

}


.sub-footer {
    border-top: 1px solid #ffffff;
    background:transparent !important;
    padding: 28px 0;
}

ul.social-media-list img {
    padding: 5px;
    width: 25px;
    height: 25px;
}

@media screen and (max-width:600px) {
  ul.social-media-list {
    margin: -20px 0 0 !important;
  }
    .nav-button-wrap {
      top: -20px;
  }
}


ul.social-media-list {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 0px; /* eliminate space between li */
}

ul.social-media-list li {
    display: inline-block;
    margin: 2px;
}

ul.social-media-list li a {
    color: #ffffff !important;
}

ul.social-media-list img:hover {
  
}


.nav-holder nav li a:hover {
    color: #1e87f0 !important;
}

.nav-holder nav li.current-menu-item> a{
    color: #1e87f0 !important;
}


.top-social {
    position: relative;
    right: 0;
    z-index: 40;
    float: right;
    top: 5px;
    margin-right: 30px;
    opacity: 1;
    right: 0;
    visibility: visible;
 }



.list-single-main-item-title h3{
	font-size: 50px !important;
	font-family: 'Kanit', sans-serif !important;
	font-weight: 400;
	color: #4054b2 !important;
}
