/*
Theme Name: FTS Oman
Theme URI: https://wordpress.org/themes/ftsoman/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.4
Tested up to: 6.8
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: ftsoman

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

.image-radius{
	border-radius:20px
}
.product-item {
    background: #fff;
    border: 0px solid #eee;
    padding: 0px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
	
}
.product-item h4{
	padding:5px 10px 10px 10px;
	text-align:center
}
.product-item:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.product-item a {
	color:#333;
	font-size:16px
}
 
.product-item .img-holder {
    position: relative;
    overflow: hidden;
}
.product-item .overlay-content {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease-in-out;
}
.product-item:hover .overlay-content {
    opacity: 1;
}



.modal-content{
	padding:20px 20px;
	border-radius:0px !important;
	position:relative;
}
.modal-body{
	position:relative;
}
.modal-title{
	font-size:20px !important
}
.close{
	border:0px ;
	font-size:40px !important;
	position:absolute; 
	right:0px !important;
	top:0;
}
.fts-logo{
	width:260px !important
}
@media (max-width:548px){
	.fts-logo{
	width:80% !important
}
	.header-main-one-wrapper .thumbnail a img{
	width:80% !important
}
}