/*
Theme Name: Nisarg
Theme URI: http://falgunidesai.com/work/nisarg-a-wordpress-theme/
Author: Falguni Desai
Author URI: http://falgunidesai.com/
Description: Nisarg is a new fully responsive and translation ready theme that allows you to create stunning blogs and websites. Theme is well suited for travel, photography, recipe, design, art, personal and any other creative websites and blogs. The theme is developed using Bootstrap 3 that makes it mobile and tablets friendly.  It has various options in WordPress Customizer to change look of the theme. Theme customizer can be used to add your own header image of flexible height, background image, to set background color, header text color and accent color(Supports seven different accent colors).  Theme supports eight post formats, such as: Video, Image, Aside, Status, Audio, Quote, Link and Gallery. 
Version: 1.2.8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: flexible-header, two-columns, right-sidebar, theme-options, custom-colors, custom-background, custom-header, custom-colors, custom-menu, featured-images,  post-formats, sticky-post, translation-ready, rtl-language-support, threaded-comments, featured-images, sticky-post
Text Domain: nisarg

This theme is licensed under the GPL.

*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 Repeatable Patterns
 * 3.0 Header
 *     3.1 Site Navigation Bar
 *     3.2 Site Header
 * 4.0 Content
 *     4.1 Post-Content
 *     4.2 Page and Post Navigation links 
 *     4.3 Post Formats
 *     4.4 Gallery
 *     4.5 Post-Comments
 * 5.0 Sidebar - Widgets
 * 6.0 Site Footer
 * 7.0 Media Queries
 * 8.0 Print
 *     
**/

/**
 * 1.0 Reset
  * -----------------------------------------------------------------------------
 */


body {
    background: #eceff1;
}

body,
button,
input,
select,
textarea {
    color: #424242;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
}


h1,h2,h3,h4,h5,h6 {
    clear: both;
    color: #212121;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
}

p{
    margin-bottom: 1.5em;
    /*line-height: 1.5em;*/
}


a{
    color: #607D8B;
    text-decoration: none;
}

a:visited {
    color: #78909c;
    text-decoration: underline;
}

a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
}

a:hover{
    text-decoration: none;
}

a img {
    border: 0;
}

dd {
    margin: 0 1.5em 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    border-left: 5px solid #455A64;
    background: #F5f5f5;
    font-size: 18px;
    font-style: italic;
    margin-left: 0.5em;
}

blockquote p{
    font-size: 18px;
}

code {
    white-space: normal;   
    color: #666;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

table caption {
    text-align: center;
    text-transform: uppercase;
}

thead{
    background-color: #fff;
    color:#212121;
}

table,th,td{
     border: 1px solid #ddd;
}

th, td {
  padding: 0.7em;
  text-align: left;
 
}

tbody tr:nth-child(odd) {
  background: #eee;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

embed,
iframe,
object {
    max-width: 100%;
}

iframe{
    width: 100%;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */


/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

button,
input,
textarea {
    font-family: inherit;
    padding: 5px;
}

input,
textarea {
    color: #727272;
    border: 1px solid #aaa1a8;
}

input:focus,
textarea:focus {
    outline: 0;
}

input:hover,
textarea:hover {
    outline: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #455A64;
    border-radius: 2px;
    background:    -moz-linear-gradient(#607d8b, #455a64);
    background:    -o-linear-gradient(#607d8b, #455a64);
    background:    -webkit-linear-gradient(#607d8b, #455a64);
    background:    linear-gradient(#607d8b, #455a64);
    color:#fff;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border: 1px solid #455A64;
    border-radius: 2px;
    background:    -moz-linear-gradient(#607d8b, #455a64);
    background:    -o-linear-gradient(#607d8b, #455a64);
    background:    -webkit-linear-gradient(#607d8b, #455a64);
    background:    linear-gradient(#607d8b, #455a64);
    color:#fff;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border: 1px solid #455A64;
    border-radius: 2px;
    background:    -moz-linear-gradient(#607d8b, #455a64);
    background:    -o-linear-gradient(#607d8b, #455a64);
    background:    -webkit-linear-gradient(#607d8b, #455a64);
    background:    linear-gradient(#607d8b, #455a64);
    color:#fff;
}

input[type=text],
input[type=email],
textarea {
    color: #727272
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
    color: #727272;
}


input[type="search"].search-field {
    border-radius: 2px 0 0 2px;
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px);
}

.search-form {
    position: relative;
}

.search-form label{
    width: 100%;
    margin-bottom: 0px;
}

.search-submit:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 16px;
    left: 2px;
    line-height: 42px;
    position: relative;
    width: 40px;
}

.search-submit {
    border-radius: 0 2px 2px 0;
    bottom: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
}


img{
    margin-bottom: 1em;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.aligncenter,
.wp-caption.alignnone{
        margin: 5px auto 20px;
}

.wp-caption.alignleft{
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright{
    margin: 5px 0px 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption-text {
    font-size: 14px;
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}

.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
    max-width: 100%;
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
 
.entry-content img,
img.size-full {
    max-width: 100%;
    width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}


.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

img.wp-post-image{
    max-width: 100%;
    width: auto;
}

img.wp-post-image{
    height: auto;
}

.image-attachment{
    margin-left: auto;
    margin-right: auto;
}

.featured-image img{
    display: block;
    margin:0 auto 15px;
}



/**
 * 3.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 3.1 Site Navigation Bar
 * ----------------------------------------------------------------------------
 */
 .nav{
    display: block;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  top:0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.admin-bar .navbar-fixed-top {
  top: 32px; }
  
@media (max-width: 782px) {
    .admin-bar .navbar-fixed-top{
    top: 46px;
    position: absolute;
  } 
}
.navbar-brand{
    font-size: 20px;
    font-weight: 600;
}
.main-navigation {
    background-color: white;
    box-shadow: 0px 1px 1px rgba(100,100,100, 0.2);
    clear: both;
    display: block;
    float: left;
    margin-bottom: 0px;
    width: 100%;
    text-transform: uppercase;
}
.main-navigation ul {
    display: none;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    position: relative;
}

.main-navigation > li > a {
    padding-top: 11px;
    padding-bottom: 11px;
    line-height: 20px;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}
.primary-menu > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.sub-menu > li > a {
    display: block;
    padding: 10px 15px;
    clear: both;
    font-weight: normal;
}
.sub-menu {
    text-align: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
}
.main-navigation .open > a, .main-navigation .open > a:hover, .main-navigation .open > a:focus {
    background-color: #fff;
    border-color: #fff;
}
.main-navigation .navbar-brand {
    color: #333333;
}
.main-navigation .navbar-brand:hover, .main-navigation .navbar-brand:focus {
    color: #000000;
}
.main-navigation .navbar-text {
    color: #333333;
}
.main-navigation .primary-menu > li > a {
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    color: #333333;
}
.main-navigation .primary-menu > li > ul.toggle-on{
    display: block;
}
.main-navigation .primary-menu > li > .sub-menu > li > a {
    color: #333333;
}
.main-navigation .primary-menu > li > .sub-menu > li > a:hover,
.main-navigation .primary-menu > li > .sub-menu > li > a:focus {
    color: #777;
}
.main-navigation .primary-menu > li > .sub-menu > li > .divider {
    background-color: #ffffff;
}
.main-navigation .primary-menu > .active > a, .main-navigation .primary-menu > .active > a:hover, .main-navigation .primary-menu > .active > a:focus {
    background: #fff;
}
.main-navigation .primary-menu > .open > a, .main-navigation .primary-menu > .open > a:hover, .main-navigation .primary-menu > .open > a:focus {
    background: #fff;
}
.main-navigation .open > a, .main-navigation .open > a:hover, .main-navigation .open > a:focus {
    background-color: #fff;
    border-color: #fff;
}
.main-navigation ul ul {
    display: none;
    margin-left: 0.875em;
}
.no-js .main-navigation ul ul {
    display: block;
}
.main-navigation ul ul a {
    color: #333333;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}
.main-navigation .menu-toggle {
    border-color: #455A64;
}
.main-navigation .menu-toggle:hover, .main-navigation .menu-toggle:focus {
    background-color: #455A64;
    color: #fff;
}
.main-navigation .menu-toggle .icon-bar {
    background-color: #333;
}
.main-navigation .menu-toggle:hover .icon-bar,.main-navigation .menu-toggle:focus .icon-bar{
    background-color: #fff;
}
.main-navigation .navbar-link {
    color: #333333;
}
.main-navigation .navbar-link:hover {
    color: #000000;
}
.menu-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.menu-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.menu-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.dropdown-toggle {
    background-color: #fff;
    background: linear-gradient(#fff, #fff);
    border: 0;
    border-radius: 0;
    color: #1a1a1a;
    content: "";
    /*height: 48px;*/
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    left: auto;
    text-transform: none;
    top: 0;
    width: 40px;
}
.dropdown-toggle:hover, .dropdown-toggle:focus {
    background-color: #fff;
    background: linear-gradient(#fff, #fff);
}
.dropdown-toggle:after {
    border: 0 solid #d1d1d1;
    background-color: #fff;
    font-family: FontAwesome;
    content: '\f0d7';
    font-size: 14px;
    left: 1px;
    position: relative;
    width: 40px;
}
.dropdown-toggle.toggled-on:after {
    content: '\f0d8';
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background-color: transparent;
    border: none;
    color: #777;
    outline: none;
    outline-offset: -1px;
}
.dropdown-toggle:focus:after {
    border-color: transparent;
}
.dropdown-toggle,
.menu-toggle {
    display: block;
}
.main-navigation .primary-menu .open .sub-menu > li > a {
    color: #333333;
}
.main-navigation .navbar-collapse, .main-navigation .navbar-collapse {
   max-height: 900px;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled .primary-menu {
    display: block;
}
.menu-toggle:focus {
    outline: 0;
}
.main-navigation ul .toggled-on {
    display: block;
}
@media screen and (min-width: 768px) {
    .dropdown-toggle,
    .main-navigation ul .dropdown-toggle.toggled-on,
    .menu-toggle {
        display: none;
    }
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
        float: right;
    }
    .main-navigation ul ul {
        float: left;
        position: absolute;
        /*top: 1.5em;*/
        top: 100%;
        left: -999em;
        display: block;
        z-index: 99999;
        margin-left: 0;
    }
    .main-navigation ul ul ul {
        left: -999em;
        display: block;
        top: -1px;
    }
    .main-navigation ul ul a {
        min-width: 160px;
    }
    .main-navigation li {
        float: left;
    }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
        left: auto;
        display: block;
    }
    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
        left: 100%;
        display: block;
    }
    .sub-menu {
        border: 1px solid #ccc;
        border-radius: 4px;
        border-top-left-radius: 0;
        border-top-right-radius: 0; 
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }
    .main-navigation .menu-item-has-children > a {
        margin: 0;
        padding-right: 2.25em;
    }
    .main-navigation .menu-item-has-children > a:after {
        content: '\f0d7';
        font-family: FontAwesome;
        position: absolute;
        right: 1.125em;
        top: 0.8125em;
    }
    .main-navigation ul ul .menu-item-has-children > a {
        padding-right: 15px;
    }
    .main-navigation ul ul .menu-item-has-children > a:after {
        right: 0.5625em;
        top: 0.8em;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .main-navigation .primary-menu > li > .sub-menu {
        background-color: #ffffff;
        margin-top: 0;
    }
}
@media screen and (min-width: 800px) {
    .main-navigation ul ul a {
        min-width: 160px;
    }
}
/**
 * 3.2 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header{
    background: #b0bec5;
    position: relative;
    width: 100%;
    margin-bottom: 3em;
    overflow: hidden;
    min-height: 120px;
}

.site-header .site-branding {
    margin: 0;
   position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;  
}

.site-title {
    color: #fff;
    font-size: 3.5em;
    font-weight: 700;
    text-transform: uppercase; 
    letter-spacing: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-shadow:rgba(255,255,255,.1) -1px -1px 1px,rgba(0,0,0,.5) 1px 1px 1px;
}

.site-title::after{
    background-color: #fff;
    content:"";
    height: 2px;
    display: block;
    width: 20%;
    margin: 10px auto;
}

.site-description {
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    padding: 0.2em 0em;
    letter-spacing: 5px;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 0px;
    text-shadow:rgba(255,255,255,.1) -1px -1px 1px,rgba(0,0,0,.5) 1px 1px 1px;
}

.site-title a,
.site-description a{
    text-decoration: none;
}

.home-link{
     text-decoration: none;
}


/**
 * 4.0 Main Content
 * ----------------------------------------------------------------------------
 */

 /* 4.1 Post-Content
 * ----------------------------------------------------------------------------
 */

 .sticky {
    
}

.sticky-post{
    position: absolute;
    top:0;
    left: 15px;
    padding: 5px 15px;
}
.hentry {
    margin: 0 0 1.5em;
}

.post-content,.single-post-content,.post-comments,.comments-area{
    background-color: white;
    clear: both;
    margin-bottom: 2em;
    
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

.entry-header,.entry-content,.entry-summary,.entry-footer{
    padding: 0 4em;
}

.featured-image{
    padding: 0.5em 0.5em;
}

.single-post-content{
    padding: 0 4em;
}

.comments-area{
    padding: 1.5em 4em;
    background: white;
    overflow: hidden;
}

.post-comments{  
    border-radius: 0px;
    border: none;
    padding: 2em;
    overflow: hidden;
}

.post-comments .comments-area{
    background: white;
    padding: 1em 2em;
    overflow: hidden;
    box-shadow: none;
}

.post-content hr{
    margin-top: 20px;
    margin-bottom: 20px;
    border-color: #B6B6B6;
    border-style: dotted;
    width: 100%;
}

.entry-content,.entry-header,.entry-meta,.entry-title,
.entry-summary,.entry-footer{
    width: 100%;
    word-wrap:break-word;
    overflow: hidden;
}

.entry-summary,
.entry-content{
    color: #424242;
}

.entry-header{
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.entry-title{
    margin-bottom: 14px;
}

.entry-header .entry-title a{
    color: #212121;
}

.entry-meta{
    clear: both;
    color: #727272;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: 2px;

}

.entry-meta a{
    clear: both;
    color: #727272;
    text-transform: capitalize;
    line-height: 1.7;
}

.entry-meta h5{
    margin-top: 0px;
    margin-bottom: 0px;
}

.entry-header .entry-meta::after{
    content:"";
    height: 2px;
    display: block;
    width: 50px;
    margin: 10px auto;
}


.taxonomy-description{
    color: #455A64;
    text-align: center;
}


.byline{
    text-transform: capitalize;
}

.byline a{
    color: #727272;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.entry-footer{
    word-spacing: 3px;
    padding-bottom: 2.5em;
}

#category{
    margin-top: 1em;
    margin-bottom: 1em;
}

.cat-links a, .tags-links a{
    color: #727272;
    text-transform: capitalize;
}

.archive-page-title{
    text-transform: capitalize;
}

.search-page-header,.archive-page-header{
    margin-bottom: 1.5em;
}

.search-page-title,.archive-page-title{
    color: #525252;
    text-align: center;
    letter-spacing: 2px;
}

.attachment img{
    margin-left: auto;
    margin-right: auto;
}

.entry-summary,.entry-content{
    text-align: justify;
}

.read-more{
    margin-bottom: 1.2em;
    text-align: center;
    text-transform: uppercase;
}

/**Buttons**/
.btn-default{
    border: none;
    border-radius: 0px;
    color: #212121;
}

.btn-default:hover, .btn-default:focus{
    color: #fff;
}

.btn-default:visited{
    color:#212121;
}

/*Image attachment*/
.image-attachment .entry-meta a{
    color: #607D8B;
    text-decoration: underline;
}

.image-attachment .entry-content{
    text-align: left;
}

/* 
* 4.2 Page and Post Navigation links 
* --------------------------------------------------------------
*/


.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.nav-links{ 
    background: #fff;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15);
    padding: 15px;
    text-align: center;
    margin-bottom: 2em;
}

.nav-links .fa{
    color: #727272;
}

.nav-previous,.nav-next,.next-post,.prev-post{
    background: #fff;   
    color: #727272;
    font-weight: 400;
    text-transform: capitalize;
    padding: 1em;
}

.posts-navigation .next-post a,.posts-navigation .prev-post a{
    font-size: 18px;
}


.next-post a,.prev-post a{
    color: #424242;
}

.next-prev-text{
    color: #727272;
    font-size: 14px;
}


/*
* 4.3 Post Formats
* -------------------------------------
*/



/* Post Format = Status----------------------------------------------- */

.blog .format-status .entry-content,
.archive .format-staus .entry-content{ 
    background-color: #CFD8DC;  
    padding-top: 2em;
    font-size: 16px;
}

.blog .format-status .entry-footer,
.archive .format-staus .entry-footer{ 
    background-color: #CFD8DC;  
}

/*
* 4.4 Gallery
* -----------------------------------------
*/

.gallery {
    margin-bottom: 1.6em;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/*
* 4.5 Post-Comments
* ------------------------------
**/


.comments-author .url{
    text-transform: uppercase;
}

.avatar{
    height: 50px;
    width: 50px;
    border-radius: 25px;
}

.comment-respond label {
    display: block;
    font-weight: normal;
}

.comment-metadata{
    font-size: 0.8em;
}

.comment-list{
    list-style: none;
}

.comment-list .depth-1{
    margin: 20px 0px;
    border-bottom: 1px dotted #DDD;
    padding: 5px 0px 18px;
}

.comment-list .children{
    list-style: none;
}

.comment-content{
    margin-bottom: 0.3em;
}

.comment-respond #submit{
    background-color: #455A64;
    background:    -moz-linear-gradient(#607d8b, #455a64);
    background:    -o-linear-gradient(#607d8b, #455a64);
    background:    -webkit-linear-gradient(#607d8b, #455a64);
    background:    linear-gradient(#607d8b, #455a64);
    color: white;
    border:none;
    border-radius: 4px;
}

.comment-respond{
    padding-top: 5px;
}

.comment-metadata time{
    color: #aaa;
}

.bypostauthor {
    
}
/**
 * 5.0 Sidebar - Widgets
 * ----------------------------------------------------------------------------
 */
#secondary .widget{
    background-color: white;
    color: #727272;
    font-size: 16px;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 24px 24px 24px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

#secondary .widget-title{
    font-weight: 400;
    position: relative;
}

#secondary .widget-title{
    margin-top: -24px;
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: 2em;
    padding: 1.5em 1.5em 0;
    text-transform: uppercase;
}


#secondary .widget-title::after{
    content: "";
    position: absolute;
    width: 50px;
    display: block;
    height: 4px;
    bottom: -15px;
}

#secondary .widget a{
    color: #727272;
}

#secondary .widget .widget-title .rsswidget{
    color: #212121;
}

.widget_rss li{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

#recentcomments li{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}


.widget ul{
    list-style: none;
    padding: 0em 1em;
}

#secondary .widget li{
    border-bottom: 1px solid #ddd;
    padding: 0.5em 0;
}

#secondary .widget li:last-child{
    border-bottom: none;
}

.widget ul ul {
    padding: 0 0 0 1em;
}


.widget th, .widget td {
  padding: 0.2em;
  text-align: left;
}


.widget select {
    max-width: 100%;
}

#secondary .widget hr{
    border-color: #ddd;
}

#secondary .widget table caption{
    color: #455A64;
}

#secondary .widget #recentcomments a{
    color: #607D8B;
}

#secondary .widget .rsswidget{
    color: #607D8B;
}

#secondary .widget .rsswidget img{
    margin-top: 12px;
}

.widget_text img{
    max-width: 100%;
}

.widget input[type="search"].search-field {
        width: -webkit-calc(100% - 35px);
        width: calc(100% - 35px);
}

.widget .search-submit:before {
        font-size: 16px;
        left: 1px;
        line-height: 35px;
        width: 34px;
}

.widget button.search-submit {
        padding: 0;
        width: 35px;
}


/*
* 6.0 Site Footer
* --------------------------------------------------------------------
*/

.site-footer{
    background-color: #222;
    color: white;
    min-height: 70px;
    font-size: 16px;
    padding: 1em;
    letter-spacing: 1px;
}

.site-info{
    text-align: center;
}

.site-footer a{
    color: white;
}

/*
* 7.0 Media Queries
* --------------------------------------------------------------------
*/

@media (max-width: 900px){
    body{
        font-size: 16px
    }

    h1{
        font-size: 26px;
    }
    h2{
        font-size: 22px;
    }
    h3{
        font-size: 18px;
    }
    h4{
        font-size: 16px;
    }
    h5{
        font-size: 14px;
    }
    h6{
        font-size: 12px;
    }
    
    blockquote{
        margin-left: 0.3em;
    }
    table {
      -ms-word-break: break-all;
     word-break: break-all;

    }
    .navbar-nav{
        float: none;
    }

    .sticky-post{
        padding: 3px 15px;
    }
    
    .entry-header,.entry-content,.entry-summary,.entry-footer{
        padding: 1em 1.5em;
    }

    .entry-footer{
        padding-bottom: 1em;
    }

    .featured-image{
        padding: 0.5em 0.5em;
    }

    .single-post-content{
        padding: 0 1.5em;
    }

    .post-comments,.comments-area{
        border: none;
        box-shadow: none;
        padding: 1.2em 1em;
        overflow: hidden;
        width: 100%;
    }

    .comment-content table{
        overflow: hidden;
    }
    .comment-list {
        padding: 10px;
    }

    .comment-list ol{
        padding-left: 10px;
    }
    input,textarea,iframe{
        width: 100%;
    }

    #submit,.search-submit{
        width: auto;
    }

    th, td {
      padding: 0.2em;
      text-align: left;
      border: 1px solid #B6B6B6;
    }

  }
@media (max-width: 767px) {
    body{
        font-size: 16px
    }
    .site-header{
        position: relative;
        width: 100%;
        min-height: 170px;
        margin-bottom: 2em;
    }

    .site-title {
        font-size: 2em;
        letter-spacing: 10px;  
    }

    .site-title::after{
        background-color: #fff;
        content:"";
        height: 1px;
        display: block;
        width: 20%;
        margin: 5px auto;
    }

    .site-description {
        font-size: 14px;
        letter-spacing: 1px; 
    }

    .site-footer{
        font-size: 14px;
    }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        border-top: none;
    }    
}
@media (max-width: 359px) {
    .site-header{
        position: relative;
        width: 100%;
        min-height: 100px;
        margin-bottom: 1.5em;
    }

    .site-title {
        font-size: 1.5em;
        letter-spacing: 2px;  
        margin-top: 5px;
        margin-bottom: 3px;
    }

    .site-title ::after{
        margin: 2px auto;
    }

    .site-description {
        font-size: 8px;
        letter-spacing: 0px;
        margin-top: 1px;
        margin-bottom: 2px;
    }
}


/**
 * 8.0 Print
 * ----------------------------------------------------------------------------
 */


@media print {
    body {
        background: none !important;
        color: #000;
        font-size: 10pt;
    }

    
    .site {
        max-width: 98%;
    }

    .site-header {
        background-image: none !important;
    }

    .site-header .home-link {
        max-width: none;
        min-height: 0;
    }

    .site-title {
        color: #000;
        font-size: 21pt;
    }

    .site-description {
        font-size: 10pt;
    }

    .author-avatar,
    .site-footer,
    .comment-respond,
    .comments-area .comment-edit-link,
    .comments-area .reply,
    .comments-link,
    .entry-meta .edit-link,
    .page-links,
    .site-content nav,
    .widget-area,
    .main-navigation,
    .navbar,
    .more-link {
        display: none;
    }

    .entry-header,
    .entry-content,
    .entry-summary,
    .entry-meta {
        margin: 0;
        width: 100%;
    }

    .page-title,
    .entry-title {
        font-size: 21pt;
    }

    .entry-meta,
    .entry-meta a {
        color: #444;
        font-size: 10pt;
    }

    .entry-content img.alignleft,
    .entry-content .wp-caption.alignleft {
        margin-left: 0;
    }

    .entry-content img.alignright,
    .entry-content .wp-caption.alignright {
        margin-right: 0;
    }

    .format-image .entry-content .size-full {
        margin: 0;
    }

    /* Remove colors from post formats */
    .hentry {
        background-color: #fff;
    }

    /* Comments */
    .comments-area > li.comment {
        background: none;
        position: relative;
        width: auto;
    }

    .comment-metadata {
        float: none;
    }

    .comment-author .fn,
    .comment-reply-link,
    .comment-reply-login {
        color: #333;
    }
}





/*--- Custom Styling ---*/

@font-face {
    font-family: gothammed;
    src: url('fonts/Gotham-Medium.ttf');
}

@font-face {
    font-family: content;
    src: url('fonts/contm.ttf');
}

@font-face {
    font-family: returnofthegrid;
    src: url('fonts/return-of-the-grid.otf');
}


html#sponsorships {
    margin-top: 0px !important;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

img {
    margin: 0 0 0 0;
}

body {
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    background: white;
}

.featured-video-plus.fvp-responsive .mejs-container {
    width: 100% !important;
    height: auto !important;
    padding-top: 67.5%;
}

#wpadminbar {
    display: none;
}

#site-navigation {
    display: none;
}

.container {
    position: absolute;
    width: 82.5%;
    left: 12.5%;
    top: 20%;
    padding: 0 0 0 0;
}

.container article {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.single-post .container article, .search-results .container article {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.container article:nth-child(even) {
    margin-left: 3%;
}

.search-results .container article:nth-child(even) {
    margin-left: 0%;
}

/*.sections {
    display: inline-block;
    position: relative;
    background: url(wp-content/themes/nisarg/images/ele-recruiment-sponsorship.png);
    background-size: auto auto;
    background-size: cover;
    overflow: auto;
}*/

.backgroundsize {
    height: 100vh;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

.site-header {
    margin-bottom: none;
    min-height: unset;
}

.sponsortitle {
    position: absolute;
    top: 0;
    height: 20%;
    left: 50%;
    width: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.site-title {
    font-family: returnofthegrid;
    color: rgb(190,30,45);
    text-shadow: none;
    font-size: 3vw;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-title::after {
    display: none;
}

.post-content .entry-header {
    padding-top: 0;
    padding-bottom: 10px;
    padding: 0 25px;
}

.post-content .entry-summary {
    padding: 0 25px;
    margin-top: 10px;
}

.single-post .post-content .entry-content, .single-post .post-content .entry-header {
    padding: 0 50px;
}

.single-post .post-content .entry-content {
    margin-top: 10px;
}

.search-results .post-content .entry-summary, .search-results .post-content .entry-header {
    padding: 0 50px;
}

.search-results .post-content .entry-content {
    margin-top: 10px;
}

.post-content .entry-title {
    margin-top: 15px;
    margin-bottom: 15px;
}

.post-content .entry-title a, .post-content .entry-title a:hover, .post-content .entry-title a:focus, .post-content .entry-title, .post-content .entry-title:hover, .post-content .entry-title:focus {
    font-family: returnofthegrid;
    color: rgb(190,30,45);
    font-size: 2vw;
    letter-spacing: 1px;
    text-decoration: none;
}

.post-content .entry-date img, .entry-meta img {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    width: 7%;
}

.single-post .post-content .entry-date img, .single-post .entry-meta img {
    width: 4%;
}

.search-results .post-content .entry-date img, .search-results .entry-meta img {
    width: 4%;
}

.post-content .entry-date .entry-date, .entry-meta .entry-date {
    font-family: returnofthegrid;
    color: rgb(190,30,45);
    font-size: 0.9vw;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.entry-meta .entry-date time, .search-results time {
    margin-left: 10px !important;
}

time.entry-date {
    width: auto !important;
}

.post-content p {
    font-size: 0.9vw;
    font-weight: 400;
    color: rgb(74,74,76);
    font-family: content;
}

.post-content .entry-summary p {
    display: inline-block;
    margin-bottom: 10px;
}

#secondary .widget {
    padding: 5px 5px 5px 5px;
    text-align: left;
}

.search-form {
    border: 1px solid black;
    text-align: left;
}

.search-field {
    font-family: returnofthegrid;
    color: rgb(190,30,45);
    font-size: 0.9vw;
    letter-spacing: 1px;
    opacity: 1;
    border: none;
}

.search-field::-webkit-input-placeholder {   
    font-family: returnofthegrid;
    color: rgb(190,30,45);
    font-size: 0.9vw;
    letter-spacing: 1px;
    opacity: 1;
}

.search-field::-moz-placeholder { 
    font-family: returnofthegrid;
    color: rgb(190,30,45);
    font-size: 0.9vw;
    letter-spacing: 1px;
    opacity: 1;
}

.search-field:-ms-input-placeholder { 
    font-family: returnofthegrid;
    color: rgb(190,30,45);
    font-size: 0.9vw;
    letter-spacing: 1px;
    opacity: 1;
}

.search-field:-moz-placeholder {
    font-family: returnofthegrid;
    color: rgb(190,30,45);
    font-size: 0.9vw;
    letter-spacing: 1px;
    opacity: 1;
}

.widget button.search-submit {
    padding: 0;
    background: white;
    border: unset;
    border-radius: 0 0 0 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width:45px;
}

.search-submit img {
    height: 100% !important;
    max-width: unset;
    position: absolute;
    right: 0;
    top: 0;
}

.search-submit {
    border: none;
    border-radius: 0 0 0 0;
    text-align: right;
    background: white;
}

.widget.widget_recent_entries {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0 0 0 0;
}

.widget-title {
    font-family: returnofthegrid;
    color: rgb(190,30,45);
    font-size: 0.9vw;
    letter-spacing: 1px;
    margin-top: 5px !important;
    margin-left: 5px !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 0 0 0 !important;
}

.widget-title::after {
    display: none !important;
}

.sidebar .widget_recent_entries ul {
    padding: 0 5px;
}

.sidebar .widget_recent_entries li {
    border-bottom: 1px solid rgb(74,74,76) !important;
    padding: 5px 0 !important;
    text-align: left;
}

.sidebar .widget_recent_entries li a, .sidebar .widget_recent_entries li a:hover, .sidebar .widget_recent_entries li a:focus {
    color: rgb(74,74,76) !important;
    font-family: content;
    font-size: 0.9vw
}

.entry-summary .read-more {
    margin-bottom: 25px !important;
}

.entry-summary .read-more a, .entry-summary .read-more a:hover, .entry-summary .read-more a:focus {
    font-size: 0.9vw;
    font-weight: 400;
    color: rgb(190,30,45);
    font-family: content;
    padding: 0 0 0 0;
    background: white;
    border-bottom: 1px solid rgb(190,30,45);
}

.no-results.not-found .page-header {
    margin: 0 0 25px 0;
    padding: 0 0 0 0;
    border-bottom: unset;
}

.no-results.not-found .page-title {
    font-family: returnofthegrid;
    color: rgb(190,30,45);
    font-size: 2vw;
    letter-spacing: 1px;
    text-decoration: none;
}

.no-results.not-found .page-content p {
    color: rgb(74,74,76) !important;
    font-family: content;
    font-size: 0.9vw;
}

.featured-image {
    padding: 0 0 0 0;
    margin-top: 10px;
}

.featured-image img {
    margin-bottom: 0px;
    margin-left: 0;
    width: 100%;
}

#primary {
    text-align: left;
}


/*--- Main Nav ---*/

.navigation {
    position: absolute;
    top: 0;
    left: -1px;
    height: 20%;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    z-index: 7;
}

.navigation.focus {
    opacity: 1;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}


.navigation .navanim {
    height: 100%;
    position: relative;
}

.navigation .navlogo {
    height: 100%;
}

.navigation .navlogo.mobile {
    display: none;
}

.backbutton {
    display: none;
    position: absolute;
    top: 20%;
    left: 50px;
    z-index: 9;
    height: 10%;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    cursor: pointer;
}

.search .backbutton, .single-post .backbutton {
    display: block;
}

.backbutton.focus {
    opacity: 1;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

/*--- Menu overlay ---*/

.ontop h2 {
    /*font-family: content !important;*/
    font-size: 1.8vw;
    letter-spacing: 3px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}
.sections.ontop{
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    pointer-events: none;
}

.sections.ontop.infocus {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.sections.ontop .logo {
    z-index: 10;
    background: transparent;
}

.sections.ontop h2 {
    color: white;
    text-align: center;
}

.animations-hover .ontop h2 {
    margin: 0 0 0 0;
    font-family: content;
    opacity: 0;
    color: white;
    font-size: 1.8vw;
    display: none;
    font-weight: 400;
    letter-spacing: 3px;
}

.animations-hover .ontop h2.focus {
    opacity: 1;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.animations-hover .sections.ontop a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;

}

.animations-hover .ontop h2 {
    display: block;
}

.constructiontitle {
    position: absolute;
    left: 50%;
    top: 75%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}

.civiltitle {
    position: absolute;
    top: 75%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.permanentconstructiontitle {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    width: 100%;
    z-index: 2;
}

.findstafftitle, .workforustitle, .sections .row.two .smallblock h2.ourteamtitle, .contactustitle, .newstitle {
    position: absolute;
    text-align: right;
    left: unset;
    right: 10%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.transporttitle {
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.animation .sections a, .animations-hover .sections.ontop a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;

}

.animation h2,
.animations-hover .ontop h2 {
    display: block;
}

.logoheight {
    height: 100vh;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}



.mainanimation {
    position: absolute;
    height: 100vh;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
}

.mainanimation.focus {
    left: 0%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
}

.mainanimation .mainlogo {
    height: 25%;
    display: inline-block;
    margin-top: 37.5vh;
}

.mainanimation .mainlogo.unfocus {
    opacity: 0;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.mainanimation .mainlogo.unfocus.hide {
    display: none;
}

.sections {
    display: inline-block;
    position: relative;
    /*overflow: hidden;*/
    vertical-align: top;
    overflow-y: scroll; 
    -webkit-overflow-scrolling: touch;
}

.sections .row.one {
    height: 40%;
    width: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.sections .row.one .largeblock {
    flex: 1;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.sections .row.one .largeblock .smallblock {
    width: 100%;
    float: left;
    height: 50%;
    position: relative;
    overflow: hidden;
}

.sections .row.two {
    height: 20%;
    width: 100%;
    display: flex;
    position: absolute;
    top: 40%;
    left: 0;
    overflow: hidden;
}

.sections .row.two .smallblock {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.sections .row.two .smallblock h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sections .row.three {
    height: 40%;
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.sections .row.three .largeblock {
    flex: 1;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.sections .row.three .largeblock .smallblock {
    width: 100%;
    float: left;
    height: 50%;
    position: relative;
    overflow: hidden;
}
.sections .row.three .largeblock .smallblock.temprecruit {
    height: 0%;
    overflow: hidden;
    transition: all 1s;
}
.sections .row.three .largeblock .smallblock.permrecruit {
    height: 100%;
    transition: all 1s;
}
.sections .row.three .largeblock.finishedanim .smallblock.permrecruit {
    height: 50%;
}   
.sections .row.three .largeblock.finishedanim .smallblock.temprecruit {
    height: 50%;
}   
.temprecruit .image12.final {
    background: rgb(184,184,185);
}
.finishedanim .image7.final {
    background: rgb(211,212,214);
}

.image1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(184,184,185);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 1.25s linear;
    -o-transition: all 1.25s linear;
    transition: all 1.25s linear;
    
}

.image1.focus {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 1.25s linear;
    -o-transition: all 1.25s linear;
    transition: all 1.25s linear;
}

.image2 {
    position: absolute;
    width: 33.333%;
    height: 100%;
    background: rgb(190,30,45);
    -webkit-transform: translateY(-101%);
    -ms-transform: translateY(-101%);
    -o-transform: translateY(-101%);
    transform: translateY(-101%);
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

.row.one .image2.focus {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
    -webkit-transition-delay: 0.625s;
    -o-transition-delay: 0.625s;
    transition-delay: 0.625s;
    
}

.row.two .image2.focus {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.175s linear;
    -o-transition: all 0.175s linear;
    transition: all 0.175s linear;
    -webkit-transition-delay: 0.975s;
    -o-transition-delay: 0.975s;
    transition-delay: 0.975s;
}

.row.three .image2.focus {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
    -webkit-transition-delay: 1.15s;
    -o-transition-delay: 1.15s;
    transition-delay: 1.15s;    
}

.image3 {
    position: absolute;
    width: 33.333%;
    height: 100%;
    background: rgb(132,131,131);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    -o-transform: translateY(101%);
    transform: translateY(101%);
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

.image3.light {
    background: rgb(112,111,113);
}

.row.one .image3.focus {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s; 
}

.row.one .image3.quick.focus {
    -webkit-transition-delay: 1.525s;
    -o-transition-delay: 1.525s;
    transition-delay: 1.525s;
}

.row.two .image3.focus {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.175s linear;
    -o-transition: all 0.175s linear;
    transition: all 0.175s linear;
    -webkit-transition-delay: 1.525s;
    -o-transition-delay: 1.525s;
    transition-delay: 1.525s;
}

.row.two .image3.quick.focus {
    -webkit-transition-delay: 1.35s;
    -o-transition-delay: 1.35s;
    transition-delay: 1.35s;
}

.row.three .image3.focus {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
    -webkit-transition-delay: 1.175s;
    -o-transition-delay: 1.175s;
    transition-delay: 1.175s;   
}

.row.three .image3.quick.focus {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.image4 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(132,131,131);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

.image4.focus {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
    -webkit-transition-delay: 2.05s;
    -o-transition-delay: 2.05s;
    transition-delay: 2.05s;
}

.image4.light {
    background: rgb(184,184,185);
}

.image5 {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 50%;
    background: rgb(132,131,131);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.175s linear;
    -o-transition: all 0.175s linear;
    transition: all 0.175s linear;
}

.image5.focus {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.175s linear;
    -o-transition: all 0.175s linear;
    transition: all 0.175s linear;
    -webkit-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s;
}

.row.one .image5 {
    height: 100%;
    width: 66.667%;
    right: 0%;
    top: 0;
    background: rgb(112,111,113);
    -webkit-transform: translate(101%, 0%);
    -ms-transform: translate(101%, 0%);
    -o-transform: translate(101%, 0%);
    transform: translate(101%, 0%);
}

.row.one .image5.focus {
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.image6 {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(117,17,18);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    -o-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

.image6.focus {    
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
    -webkit-transition-delay: 2.575s;
    -o-transition-delay: 2.575s;
    transition-delay: 2.575s;
}

.image7 {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(117,17,18);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    -o-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

.image7.focus {    
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
    -webkit-transition-delay: 2.925s;
    -o-transition-delay: 2.925s;
    transition-delay: 2.925s;
}

.image7.light {
    background: rgb(190,30,45);
}

.image7.half {
    top: 50%;
    height: 50%;
}

.image8 {
    position: absolute;
    left: 100%;
    width: 33.333%;
    height: 100%;
    background: rgb(112,111,113);
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

.image8.focus {
    left: 0%;
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
    -webkit-transition-delay: 3.1s;
    -o-transition-delay: 3.1s;
    transition-delay: 3.1s;
}

.image9 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(74,74,76);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

.image9.focus {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 0.175s linear;
    -o-transition: all 0.175s linear;
    transition: all 0.175s linear;
    -webkit-transition-delay: 3.275s;
    -o-transition-delay: 3.275s;
    transition-delay: 3.275s;
}

.image10 {
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: -1;
    background: rgb(132,131,131);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.175s linear;
    -o-transition: all 0.175s linear;
    transition: all 0.175s linear;
}

.image10.focus {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.175s linear;
    -o-transition: all 0.175s linear;
    transition: all 0.175s linear;
    -webkit-transition-delay: 3.275s;
    -o-transition-delay: 3.275s;
    transition-delay: 3.275s;
}

.image11 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(184,184,185);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.175s linear;
    -o-transition: all 0.175s linear;
    transition: all 0.175s linear;
}

.image11.focus {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.175s linear;
    -o-transition: all 0.175s linear;
    transition: all 0.175s linear;
    -webkit-transition-delay: 3.45s;
    -o-transition-delay: 3.45s;
    transition-delay: 3.45s;
}

.image11.focus:before {
    content: '';
    height: 50%;
    width: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background: rgb(190,30,45);
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%);  
}

.image12 {
    position: absolute;
    right: 0;
    width: 100%;
    height: 50%;
    bottom: 0;
    background: rgb(211,212,214);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.0875s linear;
    -o-transition: all 0.0875s linear;
    transition: all 0.0875s linear;
}

.image12.focus {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.0875s linear;
    -o-transition: all 0.0875s linear;
    transition: all 0.0875s linear;
    -webkit-transition-delay: 3.5375s;
    -o-transition-delay: 3.5375s;
    transition-delay: 3.5375s;
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 0%);
    background: rgb(211,212,214);
}

.image13 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(117,17,18);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.175s linear;
    -o-transition: all 0.175s linear;
    transition: all 0.175s linear;
}

.image13.focus {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.175s linear;
    -o-transition: all 0.175s linear;
    transition: all 0.175s linear;
    -webkit-transition-delay: 3.45s;
    -o-transition-delay: 3.45s;
    transition-delay: 3.45s;
}

.image13.half {
    height: 50%;
}

.image14 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(211,212,214);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 1s linear !important;
    -o-transition: 1s linear !important;
    transition: 1s linear !important;
}

.logo {
    position: absolute;
    left: 0%;
    height: 50%;
    top: 0%;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    z-index: 2;
    background: white;
    padding: 0px;
}

.image2.final {
    width: 100%;
    -webkit-transition: 0.65s linear !important;
    -o-transition: 0.65s linear !important;
    transition: 0.65s linear !important;
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

.image3.final {
    width: 100%;
    -webkit-transition: 0.65s linear !important;
    -o-transition: 0.65s linear !important;
    transition: 0.65s linear !important;
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

.transportblock .image3.final {
    z-index: 1;
}

.image5.final {
    width: 100% !important;
    -webkit-transition: 0.65s linear !important;
    -o-transition: 0.65s linear !important;
    transition: 0.65s linear !important;
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

.image7.final {
    top: 0;
    height: 100%;
    -webkit-transition: 0.325s linear !important;
    -o-transition: 0.325s linear !important;
    transition: 0.325s linear !important;
    -webkit-transition-delay: 0.325s !important;
    -o-transition-delay: 0.325s !important;
    transition-delay: 0.325s !important;
}

.image8.final {
    width: 100%;
    -webkit-transition: 0.65s linear !important;
    -o-transition: 0.65s linear !important;
    transition: 0.65s linear !important;
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

.image11.final {
    height: 0;
    -webkit-transition: 0.65s linear !important;
    -o-transition: 0.65s linear !important;
    transition: 0.65s linear !important;
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

.image12.final {
    height: 100%;
    -webkit-transition: 0.325s linear !important;
    -o-transition: 0.325s linear !important;
    transition: 0.325s linear !important;
    -webkit-transition-delay: 0.325s !important;
    -o-transition-delay: 0.325s !important;
    transition-delay: 0.325s !important;    
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
}

.image13.half.final {
    height: 0;
    -webkit-transition: 0.65s linear !important;
    -o-transition: 0.65s linear !important;
    transition: 0.65s linear !important;
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

.image14.final {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: 0.65s linear !important;
    -o-transition: 0.65s linear !important;
    transition: 0.65s linear !important;
}

.logo.final {
    opacity: 1;
    -webkit-transition: opacity 0.65s;
    -o-transition: opacity 0.65s;
    transition: opacity 0.65s;
}

.hoverimage {
    opacity: 0;
    width: 100%;
    -webkit-transition: opacity 0.65s;
    -o-transition: opacity 0.65s;
    transition: opacity 0.65s;
}

.hoverimage.slant {
    -webkit-transition: opacity 0.66s;
    -o-transition: opacity 0.66s;
    transition: opacity 0.66s;
    position: absolute;
    bottom: 0;
    right: -2px;
    width: 66%;
}

.constructionblock:hover .final .hoverimage {
    opacity: 1;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.constructionblock:hover .final .hoverimage.slant {
    opacity: 1;
    -webkit-transition: opacity 0.66s;
    -o-transition: opacity 0.66s;
    transition: opacity 0.66s;
}

.engineeringblock:hover .final .hoverimage {
    opacity: 1;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.engineeringblock:hover .final .hoverimage.slant {
    opacity: 1;
    -webkit-transition: opacity 0.66s;
    -o-transition: opacity 0.66s;
    transition: opacity 0.66s;
}

.transportblock:hover .final .hoverimage {
    opacity: 1;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.transportblock:hover .final .hoverimage.slant {
    opacity: 1;
    -webkit-transition: opacity 0.66s;
    -o-transition: opacity 0.66s;
    transition: opacity 0.66s;
}

.civilblock:hover .final .hoverimage {
    opacity: 1;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.civilblock:hover .final .hoverimage.slant {
    opacity: 1;
    -webkit-transition: opacity 0.66s;
    -o-transition: opacity 0.66s;
    transition: opacity 0.66s;
}

.oilandgasblock:hover .final .hoverimage {
    opacity: 1;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.oilandgasblock:hover .final .hoverimage.slant {
    opacity: 1;
    -webkit-transition: opacity 0.66s;
    -o-transition: opacity 0.66s;
    transition: opacity 0.66s;
}

.permanentrecruitmentblock .smallblock:hover .final .hoverimage {
    opacity: 1;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.permanentrecruitmentblock .smallblock:hover .final .hoverimage.slant {
    opacity: 1;
    -webkit-transition: opacity 0.66s;
    -o-transition: opacity 0.66s;
    transition: opacity 0.66s;
}

.findstaffblock:hover .final .hoverimage {
    opacity: 1;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.findstaffblock:hover .final .hoverimage.slant {
    opacity: 1;
    -webkit-transition: opacity 0.66s;
    -o-transition: opacity 0.66s;
    transition: opacity 0.66s;
}

.final.workforusblock:hover .hoverimage {
    opacity: 1;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.final.workforusblock:hover .hoverimage.slant {
    opacity: 1;
    -webkit-transition: opacity 0.66s;
    -o-transition: opacity 0.66s;
    transition: opacity 0.66s;
}

 .ourteamblock:hover .final .hoverimage {
    opacity: 1;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

 .ourteamblock:hover .final .hoverimage.slant {
    opacity: 1;
    -webkit-transition: opacity 0.66s;
    -o-transition: opacity 0.66s;
    transition: opacity 0.66s;
}

.final.newsblock:hover .hoverimage {
    opacity: 1;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.final.newsblock:hover .hoverimage.slant {
    opacity: 1;
    -webkit-transition: opacity 0.66s;
    -o-transition: opacity 0.66s;
    transition: opacity 0.66s;
}

.contactusblock:hover .final .hoverimage {
    opacity: 1;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.contactusblock:hover .final .hoverimage.slant {
    opacity: 1;
    -webkit-transition: opacity 0.66s;
    -o-transition: opacity 0.66s;
    transition: opacity 0.66s;
}




/*--- Side Nav ---*/

.sidenav {
    position: fixed;
    top: 0px;
    right: 75px;
    width: 25%;
    height: 100%;
    display: flex;
    z-index: 9999;
    flex-direction: column;
    align-items: flex-end;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    padding-left: 35px;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.sidenav.fastshow {
    -webkit-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s;
}

.sidenav.showmenu {
    opacity: 1;
    visibility: visible;
}

.smallnav {
    flex: 1;
    -webkit-transition: all .75s;
    -o-transition: all .75s;
    transition: all .75s;
    width:10%;
    position: relative;
    pointer-events: all;
    overflow: hidden;
}

.smallnav.currentnav {
    width: 17.5%;
}

.navhover {
    font-family: content;
    color: white;
    font-size: 1vw;
    position: absolute;
    top: 50%;
    left: 5px;
    width: auto;
    -webkit-transform: rotate(270deg) translate(0%, 0%);
    -ms-transform: rotate(270deg) translate(0%, 0%);
    -o-transform: rotate(270deg) translate(0%, 0%);
    transform: rotate(-90deg) translate(-50%, 0%);
    transform-origin: 0% 0%;
    white-space: nowrap;
}

.smallnav:hover {
    width:100%;
}  

.smallnav h2 {
    opacity: 0;
    -webkit-transition: opacity .3s, transform .5s;
    -o-transition: opacity .3s, transform .5s;
    transition: opacity .3s, transform .5s;
    position: absolute;
    top: 50%;
    right: 0px !important;
    color: white;
    white-space: nowrap;
    -webkit-transform: translate(20%,-50%);
    -ms-transform: translate(20%,-50%);
    -o-transform: translate(20%,-50%);
    transform: translate(20%,-50%);
    font-family: content;
    font-size: 1.8vw;
    font-weight: 400;
    letter-spacing: 3px;
}

.smallnav:hover h2 {
    opacity: 1;
    -webkit-transform: translate(-10%,-50%);
    -ms-transform: translate(-10%,-50%);
    -o-transform: translate(-10%,-50%);
    transform: translate(-10%,-50%);
    -webkit-transition: opacity .3s ease .25s, transform .5s ease .25s;
    -o-transition: opacity .3s ease .25s, transform .5s ease .25s;
    transition: opacity .3s ease .25s, transform .5s ease .25s;
}

.mejs-overlay-button {
    background: url(wp-content/themes/nisarg/images/Play.png) no-repeat !important;
    background-size: cover !important;
    width: 50px !important;
    height: 50px !important;
    margin: 0 0 0 0 !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}


/*--- Mobile ---*/

.mobile .sidenav {
    display: none;
}

.mobile .navigation .navlogo {
    display: none;
}

.mobile .navigation .navlogo.mobile {
    display: block;
}

.mobile .container {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 25%;
    padding: 0 0 0 0;
}

.mobile .navigation {
    left: 0;
}

.mobile .sections {
    width: 100%;
    overflow-x: hidden;
}

.mobile .post-content .entry-title {
    margin-top: 10px;
    margin-bottom: 5px;
}

.mobile .entry-summary {
    padding-top: 0;
}

.mobile .site-title {
    font-size: 26pt;
}

.mobile .post-content .entry-title a, .mobile .post-content .entry-title a:hover, .mobile .post-content .entry-title a:focus, .mobile .post-content .entry-title, .mobile .post-content .entry-title:hover, .mobile .post-content .entry-title:focus {
    font-size: 18pt;
}

.mobile .entry-summary .read-more {
    margin-bottom: 10px !important;
}

.mobile .post-content .entry-date .entry-date, .mobile .entry-meta .entry-date {
    font-size: 10pt;
}

.mobile .post-content p {
    font-size: 10pt;
}

.mobile .entry-summary .read-more a, .mobile .entry-summary .read-more a:hover, .mobile .entry-summary .mobile .read-more a:focus {
    font-size: 10pt;
}

.mobile div#secondary {
    position: fixed;
    top: 0;
    right: 0;    
    padding: 20vh 25px 25px 25px;
    background: rgb(184,184,185);
    display: none;
}

.mobile div#secondary.current {
    display: block;
}

.mobile #secondary .widget {
    margin-bottom: 10px;
}

.mobile .search-field {
    font-size: 10pt;
}

.mobile .search-field::-webkit-input-placeholder {
    font-size: 10pt; 
}

.mobile .search-field::-moz-placeholder { 
    font-size: 10pt;
}

.mobile .search-field:-ms-input-placeholder { 
    font-size: 10pt;
}

.mobile .search-field:-moz-placeholder {
    font-size: 10pt;
}

.mobile .ontop h2 {
    font-size: 12pt;
}

.mobile .widget-title {
    font-size: 10pt;
}

.mobile .sidebar .widget_recent_entries li a, .mobile .sidebar .widget_recent_entries li a:hover, .mobile .sidebar .widget_recent_entries li a:focus {
    font-size: 10pt;
}

.mobile .mobilesearch {
    display: block;
    position: absolute;
    height: 13vh;
    top: 15px;
    right: 25px;
    z-index: 999;
}

.mobile .sidebar .widget_recent_entries ul {
    overflow-y: scroll;
}

.mobile .post-content .entry-date img, .mobile .entry-meta img {
    width: 4%;
}

.mobile .container article {
    width: 95%;
}

.mobile .container article:nth-child(even) {
    margin-left: 0%;
}

.mobile .single-post .post-content .entry-content, .mobile .single-post .post-content .entry-header {
    padding: 0 25px;
}

.mobile .search-no-results h1 {
    text-align: left;
    font-size: 18pt !important;
}

.mobile .search-no-results p {
    text-align: left;
    font-size: 10pt !important;
    width: 60% !important;
}

.mobile .no-results.not-found {
        width: 80%;
    margin-left: 10%;
}

.mobile .search-no-results .search-submit {
    width: 45px;
}

    

/*--- Display None ---*/

.widget.widget_recent_comments, .widget.widget_archive, .widget.widget_categories, .widget.widget_meta {
    display: none;
}

footer {
    display: none;
}

.entry-header .entry-meta::after {
    display: none;
}

.search-submit::before {
    display: none;
}

.post-comments {
    display: none;
}

.post-navigation {
    display: none;
}

.search-page-header {
    display: none;
}

.mobilesearch {
    display: none;
}

.portraitoverlay {
    display: none;
}



@media only screen 
and (max-device-width : 900px) 
and (orientation : portrait) { 
    .mobile .portraitoverlay {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 99999;
        background: rgb(211,212,214);
    }

    .mobile .portraitoverlay img {
        position: absolute;
        width: 100%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

