/*
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;
}
.post-image{float:left; margin-right:15px;}
.post-item-description{padding:15px 15px 0 15px; font-size:13px;}
.post-item-description h2{font-size:18px; margin-top:12px; color:#ff7010;}
.post-meta-category{display:none;}
.post-item-wrap{overflow:hidden;}
.post-item.border{margin-bottom:20px;}
.post-item-description > a {
    height: 50px;
    background-color: #ff7010;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    padding: 0 23px;
    position: relative;
    margin-left: 15px;
    color: #fff;
    border: none !important;
    outline: none;
    width: auto;
    transition: 0.2s linear;
}
