/*
Theme Name: Blog
Theme URI: 
Author: 
Author URI: 
Description: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: ftf

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

/* .logo-default img {
	width: 60%;
} */
.page-template-contact-temp form textarea.form-control {
    height: 110px !important;
}

span.page-numbers.current, a.page-numbers:hover {
    background: #f78d04;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff !important;
    border: 1px solid #dee2e6;
    transition: 0.3s;
}
a.page-numbers {
	background: #fff;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    border: 1px solid #dee2e6;
    transition: 0.3s;
}
.page-template-our-team img {
    object-fit: contain;
}
.single-our-team img {
    padding-right: 42px;
    object-fit: cover;
}
/*-
#menu-main-menu nav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#menu-main-menu nav > ul > li {
    float: left;
    border: 0;
    transition: all .3s ease;
    margin-left: 6px;
    position: relative;
}
#menu-main-menu nav > ul > li > a {
    color: #0071bd;
}
#menu-main-menu nav > ul > li > a {
    position: relative;
    font-family: "Poppins", sans-serif;
    padding: 10px 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #000000;
    border-radius: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    transition: all .3s ease;
    line-height: normal;
} */
.cat-pagi h2 {
    display: none;
}
ul#menu-main-menu {
    display: flex;
	margin-bottom: 0;
    margin-top: 10px;
}
ul#menu-main-menu li { list-style: none; padding: 0 10px; }
ul#menu-main-menu li a {     font-weight: bold; }


/*make the menu sub-menu items drop down on mouse hover */
ul.sub-menu{ display: none; }

ul.menu li.menu-item-has-children:hover > ul.sub-menu{
    display: block;
}
iframe .book > div > div:nth-child(2){display:none;}
.my-flip-book{
	border: 50px solid #fff;
    height: 800px;
    overflow: hidden;
}
.my-flip-book iframe{
	margin: -44px 0 0 0;
}