/*
Theme Name: Witsa Theme
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

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

header {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11;
}

.main-menu-area {}

.logo {
    margin: 0px;
    padding: 0px;
}

.logo a {
    transition: all 0.3s ease 0s;
    color: #003A70;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 20px;
}

.logo a:hover {
    text-decoration: none;
}

.main-menu {}

.main-menu ul {}

.main-menu ul li {
    display: inline-block;
}

.main-menu ul li a {
    color: #003A70;
    display: block;
    font-weight: 700;
    padding: 20px 10px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.single-slider {
    width: 100%;
    height: auto;
}

.single-slider img {
    width: 100%;
    height: auto;
}

.slider-title {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.table-cell {
    display: table-cell;
    vertical-align: top;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown a:hover {
    text-decoration: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: transparent;
}

.dropdown:hover .dropdown-content {
    display: block;
    background-color: #ffffff;
}

.dropdown:hover .dropdown-content a {
    color: #000000;
}

.dropdown:hover .dropdown-content a:hover {
    background-color: #046A38;
    color: #ffffff
}

header.sticky {
    background: #003A70;
    position: fixed;
    height: 65px;
}

.sticky .main-menu ul li a {
    color: #ffffff;
    padding: 5px 5px;
}

.sticky .logo a {
    padding-left: 0;
    color: #ffffff;
}
.sec1 .inner-content{
  padding-top: 50px;
}
.sec1 .inner-content h2, .sec1 .inner-content h1{
  text-transform: uppercase;
  font-size: 18px;
}
.sec1 .inner-content ul li{
    color: #666666;
}
.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}
.sec1 .wp-block-gallery li{
	list-style: none;
}
.sec1 .wp-block-gallery li figure {
	width:33.3%;
	float: left;
	margin: 10px;
}
.sec1 .wp-block-gallery li figure img{
	width: 100%;
	border-radius: 10px;
}
.sec1 .post-thumbnail img{
	width: 100%;
}
.sec1 .inner-content .wp-block-image img, .sec1 .inner-content img{
	width: 100%;
}
#wpadminbar{
	display:none !important;
}