/*
Theme Name: Eventguide
Theme URI: http://geckodoit.com
Author: Gecko Do It
Author URI: http://geckodoit.com
Description: Custom theme for Eventguide
Version: 1.0
*/

/*@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');*/



/* Alignment */
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,800&display=swap');
body {
    word-wrap: break-word;
    /*font-family: 'Lato', sans-serif;*/
    font-family: 'Raleway', sans-serif;
}
.gecko-navigation-bar-container ul li.wpml-ls-item{
  margin: 0 5px;
}
.gecko-navigation-bar-container ul li.wpml-ls-item a{
  display: contents !important;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.lazy{
  display: block;
}
.feat-pdct-list{
  /* display: none; */
}
body p {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px;
}

h1, h2, h3, h4, h5, h6 {
  color: #1C3144;
}
/* Images and wp-captions should always fit and be responsive */

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

img[class*="wp-image-"] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    max-width: 100%;
    border-radius: 4px;
    padding: 0 10px;
}

.wp-caption.aligncenter {
    margin-bottom: 10px;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
}

.wp-caption .wp-caption-text {
    text-align: center;
    margin-top: 10px;
}
.container{
  position: relative;
}

/* WP Gallery */

.gallery {
    margin-bottom: 1.5em;
}

.gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

.gallery dd {
    margin: 0;
}

.gallery-caption {
    display: block;
}


/* Make sure embeds and iframes fit their containers */

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


/* Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

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


/* Content */

.main-content-inner {
    padding-bottom: 1.5em;
}

.hentry {
    margin: 0 0 1.5em;
}

.sticky {
    display: block;
}

.bypostauthor {
    display: block;
}
.btn-style-1{
  background-color: #257DB0;
  color: #fff;
  padding: 6px 18px;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
}
.btn-style-1:hover{
  text-decoration: none;
  background-color: #1C3144;
  color: #FFF;
}
/* Clearing */

.clear {
    clear: both;
}
.text-color-light-black .ginput_container_checkbox ul li label{
  color: #555 !important;
}

/* Navigation */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:active>.dropdown-menu,
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:active>a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */

.widget {
    margin-bottom: 2em;
}

.widget_nav_menu ul.sub-menu li,
.widget_pages ul.children li {
    padding-left: 15px;
}


/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */

.widget_search .search-form input[type="submit"] {
    display: none;
}


/* Make sure select elements fit in widgets */

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


/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */

.comment .children {
    margin-left: 1.5em;
}


/**
* Some WP Theme Repository requirements
*/

.sticky {}

.gallery-caption {}

.bypostauthor {}

.entry-meta {
    clear: both;
}


/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */


/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */


/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/


/* Hey, if you don't need my comments anymore, just delete me! :)  */


a {
    color: #8E936D;
}
a:hover {
    color: #1C3144;
}
/* styles for gecko_pagination und gecko_link_pages */

nav form.tk-page-nav,
nav .input-group,
nav .input-group-btn,
nav .form-control {
    display: inline;
}

.site-footer,
.site-footer a {
    color: #FFF;
}

.site-footer .widget {
    margin-bottom: 0;
}

.site-footer .footer-1 {
    background-color: #1C3144;
}
/* .site-footer .footer-1  .menu-footer-menu-container{
	float: left;
    width: 50%;
} */
#nav_menu-2{
	float: left;
    width: 50%;
}
.site-footer .footer-1 .nav>li {
    position: relative;
    display: block;
/*     width: 50%; */
/*     float: left; */
}
#better-menu-widget-2{
	width: 50%;
    float: left;
}
#better-menu-widget-2 .footer-title{
	margin-bottom: 30px;
}
#better-menu-widget-2 ul{
	list-style: none;
	padding: 0;
}
#better-menu-widget-2 ul li a{
	padding: 4px 0;
    font-weight: 600;
	display: block;
}
#better-menu-widget-2 ul li a:hover{
	text-decoration:none
}
.site-footer .footer-1 .nav>li>a {
    padding: 4px 0;
    font-weight: 600;
}

.rpwe-block a:focus,
.rpwe-block a:hover,
.site-footer .footer-1 .nav>li>a:focus,
.site-footer .footer-1 .nav>li>a:hover {
    background-color: transparent;
    color: #fff;
}

.footer-2,
.footer-2 a {
    font-size: 11px;
    background-color: #000000;
    padding-top: 15px;
}

.footer-2 a {
    font-size: 11px;
}

.site-footer .footer-1 .container {
    padding: 50px 0 50px 0;
}

h3.footer-title {
    margin: 25px 0 25px 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
}

.site-footer ul.footer-about {
    padding: 0;
    margin: 2em 0;
}

.site-footer ul.footer-about li {
    list-style: none;
    padding: 4px 0;
}

.site-footer ul.footer-about li i {
    color: #fff;
}

.site-footer ul.footer-about li span {
    margin-left: 8px;
}

.site-credit {
    color: #cecece;
    text-align: left;
}

.site-info {
    color: #cecece;
    text-align: right;
}

.site-footer .footer-site-logo img {
    max-width: 250px;
}

body .gecko-navigation-bar-container #gecko-navigation-bar-logo {
    background-size: contain;
}

body .gecko-navigation-bar-container.is-sticky #gecko-navigation-bar-logo {
    background-size: contain;
}

.gecko-navigation-bar-container .wrapper ul li a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    min-width: 0 !important;
    padding: 0 15px !important;
}

body .gecko-navigation-bar-container.is-sticky {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px #ddd solid;
}

body.search .gecko-navigation-bar-container.gecko-nav-fixed-top,
body.page .gecko-navigation-bar-container.gecko-nav-fixed-top,
body.blog .gecko-navigation-bar-container.gecko-nav-fixed-top,
body.single .gecko-navigation-bar-container.gecko-nav-fixed-top,
body.archive .gecko-navigation-bar-container.gecko-nav-fixed-top {
    position: fixed;
    /* background-color: #520B0A; */
}

body.home.page .gecko-navigation-bar-container.gecko-nav-fixed-top {
    position: fixed;
}

body.home.page .gecko-navigation-bar-container .wrapper ul li a {
    color: #fff;
}

body.home.page .gecko-navigation-bar-container.is-sticky .wrapper ul li a {
    /*color: #969696;*/
}

.gecko-navigation-bar-container.is-sticky .wrapper .brand a {
    color: #fff;
}

.hero {
    padding: 80px 0;
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center;
}

.hero.homepage-hero .hero-inner {
    padding: 5em 0;
}

.hero.overlay:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.hero .hero-inner {
    position: relative;
}

.hero .hero-inner h1.hero-title {
    font-family: 'Lato', sans-serif;
    color: #fff;
    text-align: center;
    font-size: 42px;
    font-weight: 900;
}

.hero .hero-inner .hero-detail {
    color: #fff;
}

.hero .hero-inner .hero-logo {
    display: block;
    margin: 3em 0;
}

.hero .hero-inner .hero-logo img {
    max-width: 300px;
}

.single-content {
    margin-top: 4em;
}

.breadcrumbs {
    font-size: 13px;
    font-weight: 800;
    color: #666666;
    margin-bottom: 10px;
}

.breadcrumbs a {
    color: #000;
}
.publish-date{
  font-weight: bold;
  font-size: 0.9em;
}
.breadcrumbs i {
    padding: 0 5px;
}

.search-form input[type=search] {
    border: none;
    border-bottom: 2px #000 solid;
    border-radius: 0;
    font-size: 12px;
    color: #666;
    box-shadow: none;
    -webkit-box-shadow: none;
}

/*
.search-form label {
    display: block;
    position: relative;
    max-width: 250px;
}

.search-form label:after {
    content: "\f002";
    font-family: FontAwesome;
    right: 8px;
    position: absolute;
    top: 8px;
}
*/
.sidebar-padder h3.widget-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.sidebar-padder .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #666;
    font-size: 13px;
    font-weight: 600;
}

.blog-archive {
    margin-top: 5em;
}

.post-thumb {
    display: inline-block;
    float: left;
}

.blog-archive-container {
    text-align: left;
    display: block;
    overflow: hidden;
    background-color: #eeeeee;
}

.post-thumb,
.post-content {
    /*display:inline;*/
    float: left;
}

.post-thumb {
    max-width: 300px;
}

.post-content h1 {
    display: inline-block;
    margin: 0.5em 0;
}

.post-content h1 a {
    color: #000;
    font-size: 22px;
    font-weight: 900;
}

.post-content {
    padding: 3em;
}

.post-content .entry-summary {
    display: inline-block;
    max-width: 750px;
}

.post-content .entry-meta {
    margin: 4px 0;
    font-size: 12px;
    color: #666;
}

.post-content .entry-meta a {
    color: #666;
}

.blog-archive .hentry {
    margin: 0 0 3em;
    position: relative;
}

.blog-archive .readmore {
    position: absolute;
    right: 2em;
    bottom: 2em;
}

.blog-archive .readmore a {
    color: #666;
    font-size: 13px;
    font-weight: 800;
    text-decoration: underline;
}


/*--- Call action part ---*/

.container.clearfix {
    padding: 120px 20px;
}

#call-action {
    background-color: #EEEEEE;
    padding: 0;
    margin: 0;
    position: relative;
}

#call-action .call-action-content {
    padding: 0 30px 0 0;
    width: 50%;
    float: left;
}

#call-action .call-action-content h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin: 1em 0;
}

#call-action .call-action-content.call-woo h2 {
    margin-bottom: 0.5em;
}

#call-action .call-action-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-left: 50%;
    width: 50%;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

#call-action .call-action-content.aRight {
    padding: 0 0 0 30px;
    float: right;
}

#call-action .call-action-image.aRight {
    margin-right: 50%;
    left: inherit;
    right: 0;
}

#call-action .btn-call-action {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    margin: 3em 0 0 0;
    display: inline-block;
}

#call-action .p-price {
    color: #5a5a5a;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 1em 0;
}

#call-action .woocommerce-Price-amount {
    display: none !important;
}

#call-action .woocommerce a.button {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    margin: 3em 0 0 0;
    display: inline-block;
    background: none;
    padding: 0;
    text-transform: uppercase;
}



/*--- ---*/
#about {
    padding: 0;
    margin: 0;
    position: relative;
    color:#fff;
}

#about .call-action-content {
    padding: 0 30px 0 0;
    margin-top: -70px;
    width: 50%;
    float: left;
}

#about .call-action-content h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin: 1em 0;
    color: #FFF;
}

#about .call-action-content.call-woo h2 {
    margin-bottom: 0.5em;
}

#about .call-action-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-left: 50%;
    width: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#about .call-action-content.aRight {
    padding: 0 0 0 30px;
    float: right;
}

#about .call-action-image.aRight {
    margin-right: 50%;
    left: inherit;
    right: 0;
}
#about .btn-call-action {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    margin: 3em 0 0 0;
    display: inline-block;
}

#about .p-price {
    color: #5a5a5a;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 1em 0;
}

#about .woocommerce-Price-amount {
    display: none !important;
}

#about .woocommerce a.button {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    margin: 3em 0 0 0;
    display: inline-block;
    background: none;
    padding: 0;
    text-transform: uppercase;
}

.no--padding-bottom{
  padding-bottom: 0 !important;
}
/*--- Featured products ---*/

.feat-pdct {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    background: #fff;
    border: 1px #eee solid;
    margin-bottom: 30px;
    position: relative;
}

.featured-products {
    text-align: center;
    background-color: #fff;
    padding: 15px 0 50px 0;
}

.featured-products h2.feat-pdct-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.featured-products h2.feat-pdct-title:after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #000;
    margin: 1em auto;
    border-radius: 7px;
}

.featured-products .feat-pdct-inner {
    padding: 1em 0;
}

.featured-products .feat-pdct-desc {
    display: block;
    padding: 2em;
}

.feat-pdct-items {
    margin: 0;
    padding: 15px;
}

.feat-pdct-item {
    display: block;
    overflow: hidden;
}

.feat-pdct-item .item-header {
    padding: 0;
    position: relative;
}

.header-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 8px;
    background: rgba(0, 0, 0, 0.34);
}

.header-title h3 {
    margin: 0;
}

.header-title a {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    text-align: left;
    display: block;
    padding: 0px;
    font-weight: normal;
}

h4.tagline {
    font-style: italic;
    color: #6b6767;
    font-size: 16px;
    font-weight: 400;
}

h4.tagline:before {
    content: "-";
    margin-right: 5px;
}

h4.tagline:after {
    content: "-";
    margin-left: 5px;
}

.feat-pdct-item .feat-pdct-item-content {
    display: block;
}

.feat-pdct-item .feat-pdct-item-content h3 {
    margin: 0 0 0 0;
}

.feat-pdct-item .feat-pdct-item-content h3 a {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    display: block;
    padding: 0px;
    color: #000;
}

.feat-pdct-item .feat-pdct-item-content .feat-pdct-item-meta {
    text-align: left;
    padding: 1em 8px 0em 8px;
}

.feat-pdct-item .feat-pdct-item-content .feat-pdct-item-meta p {
    font-size: 14px;
}

.feat-pdct-item .feat-pdct-item-content .feat-pdct-item-meta .feat-pdct-price {
    font-weight: 700;
    color: #5a5a5a;
}

.post-ratings img {
    margin: 0 3px;
    max-width: 15px;
}

.btn-readmore {
    display: block;
    overflow: hidden;
    margin: 15px auto 15px auto;
    text-align: center;
}

.btn-readmore a {
    background-color: #446b93;
    color: #fff;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
}

.btn-readmore a:hover {
    background-color: #1C3144;
}


/*--- iHover effects ---*/

.ih-item.square {
    position: relative;
}

.ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ih-item.square.effect6 {
    overflow: hidden;
}

.ih-item.square.effect6 .img {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ih-item.square.effect6 .img .name--included {
    position: absolute;
    top: 15px;
    /* padding: 5px 10px; */
    padding: 5px 10px 5px 32px;
    color: #0b3363;
    background: rgba(253,253,253, 0.75);
    font-weight: 700;
    border-radius: 4px;
    border: 1px solid #0b3363;
    font-size: 15px;
    display: none;
}

.ih-item.square.effect6 .img .name--included:before{
    /* content: '\2192'; */
    /* content: '\f04b';
    position: absolute;
    margin-left: -40px;
    margin-top: -22px;
    color:#0b3363;
    font-size: 45px; */

}
.ih-item.square.effect6 .img .name--included .custom-i::before{
  font-size: 37px;
  position: absolute;
  top: -2px;
  left: 0.1px;
}

.ih-item.square.effect6 .info {
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.ih-item.square.effect6 .info i {
    position: absolute;
    top: 0;
    left: 40px;
    right: 40px;
    color: #FFFFFF;
    text-align: center;
    font-size: 50px;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.ih-item.square.effect6 .info .read-more {
    position: absolute;
    top: 0;
    left: 40px;
    right: 40px;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    border: 1px #fff solid;
    font-weight: 100;
    padding: 8px 0;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.ih-item.square.effect6 a:hover .info .read-more {
    top: 30%;
}

.ih-item.square.effect6 a:hover .info i {
    top: 40%;
}

.ih-item.square.effect6 a:hover .img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.ih-item.square.effect6 a:hover .info {
    visibility: visible;
    opacity: 1;
}


/*--- Testimonial section ---*/

.testimonial-sec {
    text-align: center;
}

.testimonial-sec h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.testimonial-sec h2:after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #000;
    margin: 1em auto;
    border-radius: 7px;
}

.testimonial-sec .testimonial-inner {
    padding: 5em 0 0;
}

.testimonial-sec .testimonial-desc {
    display: block;
    padding: 2em;
}
.feed-back {
  padding: 35px 0;
}
.feed-back .section-header{
  padding: 35px 0;
}
.feed-back-slides .content-img{
  width: 100px;
  height: 100px;
  display: inline-block;
}
.feed-back-slides a:hover{
  text-decoration: none;
}

/*--- Header Cover ---*/

.header-cover {
    padding-top: 40px;
    background-size: cover;
    background-position: center;
    position: relative;
    /*background-color: #EEEEEE;*/
    /* margin-top: 50px; */
}

.header-cover:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.65);
}

.header-cover .header-cover-inner {
    position: relative;
    margin-top: 80px;
    margin-bottom: -50px;
}

.header-cover .header-cover-inner h1 {
    font-weight: 900;
    color: #1C3144;
    float:left;
}

.header-cover .header-cover-inner h1.post_title{
    text-align: center;
    font-weight: 900;
    color: #520B0A;
    float:none;
    margin-bottom: 50px;
}

/*.header-cover .header-cover-inner h1.post_title:after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #425e00;
    margin: 1em auto;
    border-radius: 7px;
}*/


.header-cover .header-cover-inner .entry-meta {
    font-size: 12px;
    color: #000;
    font-style: italic;
}

.header-cover .header-cover-inner .entry-meta a {
    color: #000;
}

span.country-flag {
    max-width: 50px;
    display: inline-block;
    overflow: hidden;
    line-height: 0;
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.76);
}

.newsletter-section {
    display: block;
    background-position: center;
    background-size: cover;
    position: relative;
}

.newsletter-section .container {
    padding-bottom: 0;
}

.newsletter-section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.newsletter-section .inner {}

.newsletter-section .inner .newsletter-content {
    display: table;
    min-height: 500px;
    text-align: center;
    width: 100%;
    background-color: #000000;
    color: #fff;
}

.newsletter-section .inner .newsletter-content .newsletter-content-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 0 3em;
    text-align: left;
}

.newsletter-section .inner .newsletter-content h2.intro {
    color: #29FD90;
    font-size: 21px;
}

.newsletter-section .inner .newsletter-content .excerpt {
    margin-top: 1em;
    font-weight: 100;
    text-align: left;
}

.mailchimp-form {
    display: table;
    min-height: 500px;
    text-align: center;
    width: 100%;
}

.mailchimp-form .inner {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    text-align: left;
}

.mailchimp-form .inner h3 {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 36px;
}

.mailchimp-form .inner input[type="text"] {
    width: 100% !important;
    line-height: inherit;
    border: 1px rgba(255, 255, 255, 0.51) solid;
    padding: 9px;
    color: #fff;
    margin: 0;
    background: rgba(253, 253, 253, 0.24);
    border-radius: 0px;
}

.mailchimp-form .inner textarea {
    width: 100% !important;
    line-height: inherit;
    border: 1px rgba(255, 255, 255, 0.51) solid;
    padding: 9px;
    color: #fff;
    margin: 0;
    /*background: rgba(253, 253, 253, 0.24);*/
    background: #efefef;
    border-radius: 0px;
    height: 115px !important;
}

.mailchimp-form .inner input[type="submit"] {
    color: #FFFFFF;
    background-color: #257DB0;
    border: 1px transparent solid;
    margin: 1em 0;
    width: 100%;
    padding: 5px 15px;
    border-radius: 2px;
    margin-top: 10px !important;
}

.mailchimp-form .gform_wrapper .top_label .gfield_label,
.mailchimp-form .gform_wrapper label {
    display:none;
}

.gform_wrapper .top_label .gfield_label, .gform_wrapper .gfield_required{
    display:none!important;
}


.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    width: 100%;
    color: #000;
    border-style: none;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label{
    display: none!important;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #666;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666;
}

.mailchimp-form .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
}
.homepage-mc4mp .inner .gform_body .gfct_fa_span i{
  color: #0b3363 !important;
}
.homepage-mc4mp .inner .gform_body input,
.homepage-mc4mp .inner .gform_body textarea{
  border: solid 1px #0b3363 !important;
  color: #0b3363 !important;
}
.homepage-mc4mp .inner .gform_body textarea{
  background: #FFF;
}
.homepage-mc4mp .inner .gform_body input::-webkit-input-placeholder,
.homepage-mc4mp .inner .gform_body textarea::-webkit-input-placeholder {
  color: #0b3363 !important;
}
.homepage-mc4mp .inner .gform_footer input[type="submit"]{
  margin-left: 25px !important;
}
.single-acf-map {
    width: 100%;
    width: 100%;
    height: 300px;
    margin: 0;
}

.single-acf-map.contact-map {
    height: 400px;
    margin-bottom: 3em;
}

.single-acf-map img {
    max-width: inherit !important;
}

.no-padding {
    padding: 0 !important;
}

.flag {
    position: absolute;
    z-index: 1;
    right: 8px;
    top: 8px;
}

.item-top-bar-rate {
    padding: 0;
    text-align: left;
}

.item-top-bar-title {
    padding: 0;
}

.item-top-bar-rate:before {
    /*content: "";
    border-left: 1px #ddd solid;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;*/
}

.item-top-bar {
    /*border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;*/
    background-color: #f9f9f9;
    padding: 8px;
}

.feat-pdct-detail {
    text-align: center;
    padding: 2em;
}

.contact-section {
    text-align: center;
    background-color: #08605F;
    color: #fff;
    padding: 35px 0;
}

.contact-section a {
    color: #fff;
}

.contact-section h2.feat-pdct-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
}

.contact-section h2.feat-pdct-title:after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #fff;
    margin: 1em auto;
    border-radius: 7px;
}

.contact-section .feat-pdct-inner {
    padding: 5em 0;
}

.contact-section .feat-pdct-desc {
    display: block;
    padding: 2em;
}

.ct-address {
    text-align: left;
}

.ct-address h2 {
    margin-top: 0;
    font-size: 23px;
}

.ct-address ul.footer-about {
    margin: 15px 0 0 0;
    padding: 0;
    display: block;
    overflow: hidden;
}

.ct-address ul.footer-about li {
    list-style: none;
}

.ct-address ul.footer-about li i {
    margin-right: 8px;
}

.homepage-mc4mp h2 {
    margin-top: 0;
    font-size: 23px;
    display: block;
    text-align: left;
}

.contact-section-content .homepage-mc4mp {
    display: block;
}

.fullwidth-section {
    text-align: center;
    background-color: #F4F3F0;
    color: #fff;
}

.fullwidth-section h2.feat-pdct-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.fullwidth-section h2.feat-pdct-title:after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #fff;
    margin: 1em auto;
    border-radius: 7px;
}

.fullwidth-section .feat-pdct-inner {
    padding: 5em 0;
}

.fullwidth-section .feat-pdct-desc {
    display: block;
    padding: 2em;
}

.cal-to-ac-fullwidth {
    background-size: cover;
    background-position: center 25%;
}

.cal-to-ac-fullwidth:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background-color: rgba(0, 0, 0, 0.82);*/
}

.cal-to-ac-fullwidth:after {
    /*content: "\f107";*/
    font-family: 'Lato', sans-serif;
    color: #fff;
    bottom: 40px;
    position: absolute;
    left: 49%;
    font-size: 22px;
    width: 40px;
    height: 40px;
    border: 2px rgba(255, 255, 255, 0.75) solid;
    text-align: center;
    border-radius: 50%;
    line-height: 39px;
}

.cal-to-ac-fullwidth content {
    color: #fff;
    position: relative;
    text-align: center;
    padding: 17vh 0 20vh;
    display: block;
}

.cal-to-ac-fullwidth content h1 {
    margin: 0 0 1em 0;
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.52);
    color: #FFF;
}

.cal-to-ac-fullwidth content .description {
    color: #cecbcb;
    font-size: 20px;
    margin-bottom: 2em
}

.cal-to-ac-fullwidth content .description p {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.cal-to-ac-fullwidth .cta-btn {
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  background-color: #fff;
  padding: 13px 25px;
  font-weight: 900;
  border-radius: 3px;
  font-size: 16px;
  border: 1px #0054A5 solid;
  background-color: #0054A5;
  border-color: #0054A5;
  color: #e7e7e7;
  box-shadow: 0 0px 10px rgba(0,0,0,0.29);
  display: inline-block;
  margin: 10px;
    /* background: #257DB0;
    color: #fff;
    padding: 12px 25px;
    font-size: 16px;
    display: inline-block;
    font-weight: 900;
    text-transform: uppercase;

    border-radius: 4px;
    box-shadow: 1px 1px 1px #598381;
    text-shadow: 1px 1px 1px #598381;
    letter-spacing: 0.5px; */
}

.cal-to-ac-fullwidth .cta-btn:hover{
    text-decoration: none;
    color: #1C3144 !important;
    background: white!important;
    text-shadow: none;
    box-shadow: none;
    border-color: #FFF;
}

.main-event-image.col-sm-12.col-md-10 {
    /*margin-left: -15px;*/
    margin-bottom: 25px;
}

div.multiseparator {
    position: relative;
    overflow: hidden;
    margin: 8px 0 30px 0;
    height: 3px;
    width: 100%;
}

div.multiseparator:before {
    content: '';
    display: block;
    position: absolute;
    width: 1200px;
    height: 1px;
    z-index: 10;
    background-color: #dcdcdc;
    bottom: 1px;
    left: 65px;
}

div.multiseparator:after {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 3px;
    z-index: 10;
    background-color: #425e00;
    bottom: 0;
    left: 0;
}

body.post-type-archive-summerparty div.multiseparator {
    margin-bottom: 10px;
}

h3.sidebar-header {
    font-size: 16px;
    font-weight: 800;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

ul.sidebar-list {
    margin: 0;
    padding: 0;
}

ul.sidebar-list li {
    list-style: none;
    padding: 3px 0;
    font-weight: 600;
    color: #424040;
}

ul.colorBox-container {
    margin: 0;
    padding: 0;
}

ul.colorBox-container li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.colorBox-container li a {
    border: none;
    margin-bottom: 10px;
}

.lSSlideOuter.vertical .lightSlider>* {
    height: auto !important;
}

.inside-content {
    margin-top: 2em;
    clear: both;
}

.post-ratings {
    font-size: 10px;
    display: none;
}

.post-ratings img {
    max-width: 10px;
}

blockquote.tagline {
    background-color: #f9f9f9;
    padding: 8px;
    border: none;
    text-align: center;
    font-style: italic;
    color: #6b6767;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0;
}

.col-sm-12.col-md-4.sidebar {
    background-color: transparent;
    color: transparent;
    position: absolute;
    right: 0;
    width: 28.333333%;
}
.gfct_stylish_wrapper{
  padding: 0 !important;
}
/*input#gform_submit_button_2 {
    color: #fff;
    width: 96%;
    border: 1px solid #257DB0;
    background: #257DB0;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #000;
    text-shadow: 1px 1px 1px #000;
    font-weight: 700;
    letter-spacing: 1px;
}

input#gform_submit_button_2:hover{
    background: #fff;
    color: #257DB0;
    border-width: 2px;
    border: 1px solid #257DB0;
    letter-spacing: 3px;
    font-weight: 700px;
    text-shadow: none;
    box-shadow: none;
}*/
input#gform_submit_button_2{
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    background-color: #fff;
    color: #02457a;
    padding: 10px 25px;
    font-weight: 900;
    border-radius: 3px;
    font-size: 16px;
    border: 1px #02457a solid;
    background-color: #0054A5;
    border-color: #0054A5;
    color: #e7e7e7;
    box-shadow: 0 0px 10px rgba(0,0,0,0.29);
    display: inline-block;
    min-width: 225px;
}
input#gform_submit_button_2:hover{
    text-decoration: none;
    color: #1C3144 !important;
    background: white!important;
    text-shadow: none;
    box-shadow: none;
    border-color: #02457a;
}

.gfct_stylish_wrapper .button{
    line-height: 30px;
}


#gform_fields_2 input#input_2_8_3,
#gform_fields_2 input#input_2_6,
#gform_fields_2 textarea#input_2_4,
#gform_fields_2 input#input_2_9{
    color: black;
}
.gform_wrapper .gform_ajax_spinner{
    max-width: 20px;
}




#sb_instagram #sbi_images {
    padding: 0 !important;
}
#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    padding-right: 5px !important;
    padding-bottom: 5px !important;
}

#colophon .rpwe-thumb {
    max-width: 45px;
    max-height: 45px;
}
#colophon .rpwe-block li {
    border-bottom: none !important;
}


/* Maad */
.breadcrumbs span[property=name] {
    color: #4f99de;
}
.breadcrumbs a span[property=name] {
    color: #000;
}
.entry-content .entry-content-thumbnail {
    margin-bottom: 10px;
}
body.home .main-content {
    margin-top: 100px;
}
body.search .main-content,
body.archive .main-content {
    margin-top: 100px;
}
body.post-type-archive-summerparty .main-content {
    margin-top: 4em;
}
#gecko-navigation-bar-toggle span,
#gecko-navigation-bar-toggle span:before,
#gecko-navigation-bar-toggle span:after {
    background: #fff;
}
.gecko-navigation-bar-container #gecko__navigation__bar__close__search {
    background: #0b3363 !important;
}
.gecko-navigation-bar-container #gecko__navigation__bar__search form input[type=search] {
    border-bottom: 1px solid #0b3363 !important;
}
.gecko-navigation-bar-container #gecko__navigation__bar__search form input[type=search]::-webkit-input-placeholder {
  color:#425e00 !important;
}
.gecko-navigation-bar-container #gecko__navigation__bar__search form input[type=search]::-moz-placeholder {
  color:#425e00 !important;
}
.gecko-navigation-bar-container #gecko__navigation__bar__search form input[type=search]:-ms-input-placeholder {
  color:#425e00 !important;
}
.gecko-navigation-bar-container #gecko__navigation__bar__search form input[type=search]:-moz-placeholder {
  color:#425e00 !important;
}
.sidebar #search {
    display: none;
}
.gecko-navigation-bar-container .wrapper .brand {
    /* padding: 16px 0 17px 0 !important; */
}

body.home #acf-map-home,
.ct-address {
    margin-bottom: 25px;
}
.gform_wrapper.gf_browser_chrome .gform_body {
    width: 100% !important;
}

body.home #about .container.clearfix {
    padding: 120px 20px 60px 20px;
}
body.home .item-top-bar,
body.home #call-action {
    display: none;
}
.header-cover {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-height: 120px;
    /* margin-top: 80px; */
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 60px;
}
.header-cover .header-cover-inner h1.custom-header-title{
  margin-top: 90px;
}

body.archive .header-cover{
    /* min-height: 120px; */
}
body.single .header-cover {
  min-height: 120px;
  padding: 0;
}
body.single .multiseparator {
    margin-bottom: 10px;
}
body.single .addthis_toolbox {
    margin-top: 0;
    margin-bottom: 25px;
}
body.single .item-top-bar-rate {
    margin-bottom: 25px;
}

.custom--fields--container ul {
    list-style-type: none;
    margin-left: -20px;
}
.custom--fields--container ul li:before {
  content: '\2713';
  position: absolute;
  margin-left: -20px;
  color: #1C3144;
}

.custom--fields--container p strong{
    border-bottom: #888;
}

.site-credit,
.site-info {
    padding: 5px 0;
}

body.single .single--content--panel {
    padding: 0 15px;
}
body.single .main-event-gallery {
    margin-bottom: 25px;
    padding: 0;
}

.btn-success {
    color: #fff;
    background-color: #4f99de;
    border-color: #4f99de;
}
.btn-success:hover {
    color: #fff;
    background-color: #0b3363;
    border-color: #0b3363;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #4f99de;
    border-color: #4f99de;
}


body.single-summerparty .sidebar {
    background-color: #4f99de;
    color: white;
}


body.post-type-archive-summerparty .hentry {
    margin-bottom: 35px;
}
body.post-type-archive-summerparty .entry-content .title {
    margin-top: 10px;
}

.pager li>a, .pager li>span{
    background: #257DB0;
    color: #fff;
    padding: 5px 10px;
    font-size: 15px;
    display: inline-block;
    font-weight: 700;
    border-radius: 8px;
    text-shadow: 1px 1px 1px #000;
}

.pager li>a:focus, .pager li>a:hover{
    background: #fff;
    color: #257DB0;
    border:1px solid #257DB0;
    text-shadow: none;
}

.quotation_form_title{
    color: #257DB0;
    font-size: 25px;
    font-weight: 900;
    text-align: center;
}

.event_title_number{
    display: inline;
}

img.phone_icon_sidebar{
    width: 24px;
    margin-top: -5px;
    max-width: 24px!important;
    height: 24px;
    /* filter: invert(11) saturate(17.5) hue-rotate(45deg); */
}

.phone_sidebar{
    font-size: 20px;
    margin-top: 32px;
    /* margin-top: 80px; */
    color: #0b3363;
    font-weight: 900;
    float: left;
    margin-left: 140px;
}
.event_title_number a{
    margin-left: 0;
}
.phone_sidebar a:hover{
    text-decoration: none!important;
    color: #520B0A;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    background: #FFF;
}


input#input_2_10,input#input_2_13, input#input_2_6,input#input_2_9, input#input_2_11,input#input_2_12{
    border: 1px solid #257DB0;
}
.gfct_stylish .gfct_fa_span i {
    margin-top: 0.4em;
    position: absolute;
    color: #257DB0 !important;
}
input#gform_submit_button_2{
    width: 254px;
}

.gform_wrapper .gform_footer{
    margin: 0!important;
}

.btn-readmore a:hover{
    /* background: #4f99de; */
    text-decoration: none;
}

.fact_area p, .fact_area1 p, .fact_area2 p, .fact_area3 p{
    margin-bottom: 0!important;
}

.fact_area, .fact_area1, .fact_area2, .fact_area3{
    margin-bottom: 10px;
    padding-top:10px;
}

.container_detail {
 background: rgba(38,126,177,0.2);
}

.post-type{
  margin: 5em 0;
}
.post-type-title{
  text-align: center;
  font-weight: 900;
  color: #520B0A;
  float: none;
  margin-top: 50px;
  margin-bottom: 50px;
}

.footer-event{
  display: block;
  clear: both;
  text-align: center;
  padding: 4em 0 0em;
}

.footer-event a{
  padding: 12px 35px;
  background: #1C3144;
  color: #FFF;
  font-weight: bold;
}

.footer-event a:hover{
  text-decoration: none;
  background: #08605F;
}

.textcenter .g-recaptcha {
    transform:scale(1.9);
    transform-origin:0 0;
}
.sidebar-rec .ginput_recaptcha div:nth-child(1){
  /* width: 343px !important; */
  margin: auto;
  float: right;
}
.sidebar-rec .ginput_recaptcha iframe{
  /* width: 254px !important; */
  /* border-right: solid 1px #CCC; */
  /* border-radius: 5px; */
}
.textcenter .ginput_recaptcha iframe html body.rc-anchor{
  /* width: 341px !important; */
}
html .rc-anchor-normal{
  width: auto !important;
}
#recaptchaContainer{
  transform:scale(1.9) !important;
  transform-origin:0 0;
}
.rc-anchor.rc-anchor-normal.rc-anchor-light{
  width: auto !important;
}

.g-recaptcha {
  transform:scale(1.95) !important;
  -webkit-transform:scale(1.95) !important;
  transform-origin:0 0 !important;
  -webkit-transform-origin:0 0 !important;
}
.gform_wrapper{
  margin-top: 0 !important;
}
.gform_wrapper ul.gform_fields li.gfield{
  /* margin-top: 0; */
}
.gform_wrapper .top_label div.ginput_container{
  margin-top: 0 !important;
}
.contact-section-content .map{
  padding-top: 16px;
}
.page-description{
  padding: 0 55px 35px;
  text-align: center;
}

.gfct_stylish_wrapper.gf_browser_chrome .gform_body{
  padding: 0 !important
}
.gform_wrapper ul.gform_fields li.gfield{
  padding: 0 !important;
}
.team-section{
  padding: 50px 0;
}
.team-section .team-items{
  margin: 35px 0;
}
.team-section .team-photo{
  padding: 0;
}
.team-section .team-info{
  position: absolute;
  height: 100%;
  right: 0;
}
.team-section .team-info a{
    color: #333;
}
.team-section .team-info h4{
  font-weight: bold;
}
.team-section .team-info h5{

}
.team-section .team-info p{
  font-size: 12px;
}
.team-section .team-info .contact-btn{
  position: absolute;
  bottom: 0;
}
section.client-section{
  position: relative;
  display: block;
	padding: 50px 0;
}
section.client-section .container{
  /* padding: 0; */
}
section.client-section .header-section{
  text-align: center;
  margin-bottom: 50px;
}
section.client-section .header-section h2{
 font-weight: bold;
 text-transform: uppercase;
}
section.client-section .wrapper-icon{
  width: 100%;
}
section.client-section .icon-items{
  height: 125px;
	padding: 10px;
}
section.client-section .icon-items img{
  min-width: 100%;
  object-fit: contain;
  max-height: 100%;
  min-height: 100%;
  /* filter: grayscale(100%) saturate(355%) opacity(75%);
  -webkit-filter: grayscale(100%) saturate(355%) opacity(75%);
  -moz-filter: grayscale(100%) saturate(355%) opacity(75%); */
  -webkit-transition: all .3s;
  transition: all .3s;
  box-shadow: 0 0px 13px -8px black;
}
section.client-section .icon-items .items{
  width: 100%;
  max-width: 80%;
  height: 42px;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
section.client-section .icon-items a:hover img{
  filter: grayscale(0);
}
section.client-section .slick-prev:before{
  content: '';
  height: 25px;
  width: 25px;
  display: inline-block;
  border-width: 0 3px 3px 0 !important;
  border: solid #1C3144;
  /* padding: 0px 24px; */
  transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}
section.client-section .slick-next:before{
  content: '';
  height: 25px;
  width: 25px;
  display: inline-block;
  border-width: 0 3px 3px 0 !important;
  border: solid #1C3144;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

section.recent-event{
  padding: 50px 0;
  display: block;
  position: relative;
}
section.recent-event .recent-post .post-items{
  background: rgba(8,96,95,0.2);
}
section.recent-event .recent-post .post-items .col-md-6{
  padding: 0;
}
section.recent-event .recent-post .post-items .content-text{
  padding: 10px;
}
section.recent-event .recent-post .post-items .content-img{
  width: 100%;
  height: 220px;
}
section.recent-event .recent-post .post-items .content-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.recent-event .recent-post .post-items a:hover{
  text-decoration: none;
}
section.recent-event .recent-post .post-items h3{
  font-size: 1.2em;
  margin-top: 0;
}
section.recent-event .recent-post .post-items p{
  color: #333;
  font-size: 1em;
}
/* the slides */
.recent-post .slick-slide {
  margin: 0 5px;
}
/* the parent */
.recent-post .slick-list {
  margin: 0 -5px;
}
.slick-prev::before{
  content: '';
  height: 15px;
  width: 15px;
  display: inline-block;
  border-width: 0 3px 3px 0 !important;
  border: solid #1f1f1f;
  /* padding: 0px 24px; */
  transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}
.wrapper-foter-slide .slick-next{
  right: 15px;
}
.slick-next::before{
  content: '';
  height: 15px;
  width: 15px;
  display: inline-block;
  border-width: 0 3px 3px 0 !important;
  border: solid #1f1f1f;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.filter-header{
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 20px 0 0;
}
.filter-header ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  list-style-type: none;
  margin: 0 auto;
  padding: 0 15px;
  height: auto;
  width: 100%;
}
.filter-header ul li{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-self: stretch;
  align-self: stretch;
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0px 15px;
  /* background-color: rgba(255, 255, 255, 0.8); */
}
.filter-header ul li button{
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  min-width: 0 !important;
  padding: 0 !important;
  color: #1C3144;
  border: none;
  background: transparent;
}
.filter-header ul li button:hover{
  text-decoration: none;
}
.filter-content{
  margin-top: 15px;
      overflow: hidden;
    position: relative;
}
.mix{
  /* display: inline-block; */
}
button.mixitup-btn{

}
button.mixitup-btn:focus{
  outline: none;
}
.filter-header ul li button.mixitup-control-active{
  position: relative;
  color: #257DB0;
}
/* button.mixitup-control-active::after{
  content: '';
  width: 100%;
  height: 2px;
  background-color: #1C3144;
  display: block;
  position: absolute;
  border-radius: 100px;
  left: 0;
  right: 0;
  margin: 5px 0 auto;
} */

.term-content{
  padding: 0 0 80px;
  display: block;
  position: relative;
  text-align: center;
  margin: auto;
}
.term-content strong{
  font-size: 18px;
}
.mix-filter-cat{
    text-align: center;
}
.mixitup-btn{
    border: none;
    border-radius: 2px;
    background-color: #eaeae7;
    padding: 13px 25px;
    color: #b5b9bc;
    margin-right: 10px;
    /*transition: all 0.3s;*/
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 10px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.mixitup-btn.mixitup-control-active,
.mixitup-btn:hover{
    background-color: #02457a;
    color: #ffffff;
        box-shadow: 0 0px 10px rgba(0,0,0,0.39);

    /*background: -webkit-gradient(linear, left top, left bottom, from(#02457a), to(#02457a));
    background: linear-gradient(to bottom, #02457a, #02457a);*/
}
.mix-filter-guest{
    text-align: right;
}
.mix-filter-guest-selector{
    -webkit-appearance: none;
    border: 1px #257db0 solid;
    border-radius: 2px;
    font-weight: 500;
    background-color: #257db02b;
    padding: 5px 40px 5px 15px;
    color: #1b618a;
    margin-right: 5px;
    transition: all 0.3s;
    font-size: 12px;
    position: relative;
}
.mix-filter-guest fieldset{
    position: relative;
}
.mix-filter-guest fieldset:after{
content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 7px solid #257db0;
    border-bottom: 4px solid transparent;
    position: absolute;
    border-radius: 2px;
    right: 15px;
    top: 11px;
}
.range-slider {
    margin: 0 1rem;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
}

.range-slider:last-child {
    margin-left: 0;
}

.range-slider::before,
.range-slider::after,
.range-slider-label {
    font-family: 'helvetica-neue', arial, sans-serif;
}

.range-slider::before,
.range-slider::after {
    /*font-size: .7rem;
    color: #aaa;
    content: '0';
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 .2rem;*/
}

.range-slider::after {
    /*content: '450';
    left: auto;
    right: 0;*/
}
.range-slider .range-lbl{
    font-size: 9px;
    color: #aaa;
    content: '0';
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 .2rem;
    font-family: 'helvetica-neue', arial, sans-serif;
}
.range-slider .range-lbl-max{
    left: auto;
    right: 0;
}
.range-slider .range-lbl-min{
    left: 0;
    right: auto;
}

.range-slider-label {
    display: block;
    font-size: 11px;
    color: #1c3144;
    margin-bottom: 2px;
    font-weight: 700;
}

.range-slider:last-child .range-slider-label {
    text-align: right;
}

.range-slider-input {
    position: relative;
    background: transparent;
    -webkit-appearance: none;
    margin-bottom: .75rem;
    z-index: 1;
}

.range-slider-input::-webkit-slider-runnable-track {
    width: 300px;
    height: 3px;
    background: #dcdcdc;
    border: none;
    border-radius: 3px;
    transition: background 150ms;
}

.range-slider-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #02457a;
    margin-top: -8px;
    border:3px #fff solid;
    display: block;
    box-shadow: 0 0px 10px rgba(0,0,0,0.19), 0 3px 3px rgba(0,0,0,0.23);
    cursor: pointer;
}

.range-slider-input:focus {
    outline: none;
}
#range-slider-label-num{
    margin-right: 4px;
}
.global-filters{
    font-family: 'Raleway', sans-serif;
    background: #fff;
    border-radius: 2px;
    padding: 15px 0;
    border-bottom: 1px #eeeeee75 solid;
    border-top: 1px #eeeeee75 solid;
}
.filter-fildset{
    display: inline-block;
}
.mix-filter-order .select-sort{
    -webkit-appearance: none;
    border: none;
    border-radius: 2px;
    padding: 13px 25px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 10px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    background-color: #02457a;
    color: #ffffff;
    box-shadow: 0 0px 10px rgba(0,0,0,0.39);
    display: block;
    width: 100%;
}
.mix-filter-order:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-radius: 2px;
    right: 35px;
    top: 20px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 11px solid white;
}
.event-card{
    display: block;
    box-shadow: 0 0px 10px rgba(0,0,0,0.19);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    margin: 7px;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.event-card:hover{
    display: block;
    box-shadow: 0 0px 10px rgba(0,0,0,0.39);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    margin: 7px;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.event-card header{
    display: block;
    position: relative;
}
.event-card header .event-card-thumb{
}
.event-card-thumb-outer {
     position: relative;
}
.event-card-thumb-outer:before {
    display: block;
     content: "";
     width: 100%;
     padding-top: 100%;
}
.event-card-thumb-outer > .event-card-thumb-inner {
    position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
    background-size: cover;
    background-position: center;
}
.event-card header .event-card-title{
        position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(2,69,122);
    background: linear-gradient(180deg, rgba(2,69,122,0) 0%, rgba(2,69,122,0.7413340336134453) 70%, rgba(2,69,122,1) 100%);
}
.event-card header .event-card-title h4{}
.event-card content{
    display: block;
    margin: 10px;
    margin-top: -50px;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    padding: 8px;
    text-align: left;
}
.event-card content h4{
    color: #000;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 5px;
    min-height: 30px;
}
.event-card content h4 a{
    color: #000;
}
.event-card-content-main{
    font-size: 12px;
    text-align: left;
    margin-bottom: 15px;
}
.event-card-content-header{
    display: block;
    margin-bottom: 15px;
}
.event-card .event-gnr-info{
border-top: 1px #eee solid;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #a5a5a5;
    text-align: left;
    padding: 9px 0;
}
a.card-main-url:hover{
    font-style: none;
    text-decoration: none;
}
.event-card .event-gnr-info .event-rate{
    display: inline-block;
}
.event-card .event-gnr-info .event-rate span{
    font-family: 'helvetica-neue', arial, sans-serif;
    font-weight: 100;
    margin-left: 5px;
}
.event-card .event-gnr-info .event-rank{
    font-family: 'helvetica-neue', arial, sans-serif;
    font-weight: 100;
}
.event-card .event-gnr-info .event-rate i{
    color: #FFC107;
}
.event-card .event-gnr-info .event-rate span{
        font-family: 'helvetica-neue', arial, sans-serif;
}
.event-card .event-gnr-intro{
        display: block;
    text-align: left;
    font-size: 10px;
    padding: 5px 0;
    font-weight: 600;
    color: #989898;
    margin-bottom: 5px;
}

.event-card .event-gnr-intro span{
    background-color: #eaeae7;
    padding: 3px 5px;
    color: #b5b9bc;
    border-radius: 2px;
    margin-right: 4px;
}
.event-card .event-gnr-intro label{
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  color: #02457a;
  padding: 7px 15px;
  font-weight: 700;
  border-radius: 2px;
  font-size: 13px;
  /* border: 1px #02457a solid; */
  /* background-color: #02457a; */
  border-color: #02457a;
  color: #02457a;
  box-shadow: 0 0px 10px rgba(0,0,0,0.29);
  display: inline-block;
}
.event-card .event-gnr-intro label.event-gnr-intro-cat-links{
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    padding: 0;
    font-weight: 700;
    border-radius: 2px;
    font-size: 13px;
    border-color: #02457a;
    color: #02457a;
    box-shadow: none;
    display: inline-block;
}
.event-card .event-gnr-intro label.event-gnr-intro-cat-links span{
    font-family: 'helvetica-neue', arial, sans-serif;
    font-weight: 100;
    box-shadow: 0 0px 10px rgba(0,0,0,0.09);
    background-color: #02457a;
    color: #fff;
    display: inline-block;
    margin: 0 4px 4px 0;
}
.event-card .event-gnr-intro label.event-gnr-intro-cat-links span.event-label-hallbara-event{
    background-color: #227746;
}
.event-card .event-gnr-intro label.event-gnr-intro-cat-links span a{
        font-size: 10px;
    color: #fff;
    font-family: 'helvetica-neue', arial, sans-serif;
    font-weight: 100;
}
.event-card .event-gnr-intro span.gst{
}
.event-card .event-gst em{
    font-style: normal;
    font-family: 'helvetica-neue', arial, sans-serif;
}
.event-card .card-read-more{
  position: absolute;
  bottom: 42px;
  margin-left: 12px;
  right: 0;
  margin-right: 30px;
}
.event-card .card-btn{
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    background-color: #fff;
    color: #02457a;
    padding: 6px 15px;
    font-weight: 500;
    border-radius: 3px;
    font-size: 10px;
    border: 1px #02457a solid;
    background-color: #02457a;
    border-color: #02457a;
    color: #fff;
    box-shadow: 0 0px 10px rgba(0,0,0,0.29);
    display: inline-block;
}
.event-card .card-btn:hover{
    background-color: #02457a;
    border-color:#02457a;
    color:#fff;
    box-shadow: 0 0px 10px rgba(0,0,0,0.29);
}
.event-card .event-gst{
    font-weight: 400;
    display: inline-block;
    float: right;
}
.syna-sigill{
    display: block;
    overflow: hidden;
    max-width: 140px;
    margin: 0 auto;
}
.video-hero-container {
     position: relative;
}
 .video-hero-container:before {
     display: block;
     content: "";
     width: 100%;
     padding-top: 56.25%;
}
 .video-hero-container > .video-hero-inner {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     background-color: #f00;
}
.cover-video{
        position: relative;
    height: 65vh;
}
.cover {
     position: absolute;
     top: 0;
     left: 0;
     z-index: 2;
     width: 100%;
     height: 100%;
}
 .cover .hi {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     color: #fff;
     font-size: 24px;
     line-height: 26px;
     text-align: center;
}
 .cover .hi span {
     color: #ff0;
     cursor: pointer;
     text-decoration: underline;
}
 .cover .hi em {
     font-style: normal;
}
 .cover .hi em.hidden {
     display: none;
}
 .tv {
     position: absolute;
     top: 0;
     left: 0;
     z-index: 1;
     width: 100%;
     height: 100%;
     overflow: hidden;
}
 .tv .screen {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1;
     margin: auto;
     opacity: 0;
     transition: opacity 0.5s;
}
 .tv .screen.active {
     opacity: 1;
}
#cover-video-container .tv{
    opacity: 0;
}
#cover-video-container.active .tv{
    opacity: 1;
}
#cover-video-container {
     position: relative;
     background-color: #1c3144;
     background-image: unset !important;
}
#cover-video-container:before {
     display: block;
     content: "";
     width: 100%;
     padding-top: 56.25%;
}
#cover-video-container > .cover {
     /*position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;*/
}
.btn-01{
        border: none;
    border-radius: 2px;
    background-color: #eaeae7;
    padding: 13px 25px;
    color: #b5b9bc;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 10px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
        background-color: #02457a;
    color: #ffffff;
    box-shadow: 0 0px 10px rgba(0,0,0,0.39);
        display: inline-block;
}
.btn-01:hover{
    color:#fff;
    background-color: #1c3144;
}
.btn-container{
    display: block;overflow: hidden;
    clear: both;
    padding: 15px;
}
.new-filter-items{
    display: block;
    padding: 20px 0 10px 0;
    text-align: center;
}
.new-filter-items .new-filter-item{
    display: inline-block;
    margin: 0 15px 0 0;
}
.embed-container {
        position: relative;
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    }

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
.new-filter-items .new-filter-item .filter-trigger{
    color: #02457a;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    display: inline-block;
}
.new-filter-items .new-filter-item .filter-trigger label{
    font-weight: 500;
}
.new-filter-items .new-filter-item .filter-trigger:after{
    content: "";
    background-image: url(includes/imgs/down.png);
    width: 11px;
    height: 11px;
    background-size: cover;
    display: inline-block;
    margin-left: 6px;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}
.new-filter-items .new-filter-item .filter-trigger.active:after{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.new-filter-items .new-filter-item .new-filter-item-balloon{
  width: 300px;
  margin: 10px auto;
  border: 1px solid #02457a;
  padding: 20px;
  text-align: center;
  font-weight: 900;
  color: #02457a;
  position: relative;
  background-color: #fff;
}
.new-filter-item-balloon-container{
    position: absolute;
    z-index: 9;
    margin-left: calc(-50% - 50px);
    margin-top: 15px;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
}
.first-filter .new-filter-item-balloon-container{
    margin: 0;
}
.new-filter-items .new-filter-item .first-filter .new-filter-item-balloon:after {
    right: calc(100% - 50px);
}
.new-filter-items .new-filter-item .first-filter .new-filter-item-balloon:before{
    right: calc(100% - 50px);
}
.new-filter-items .new-filter-item .filter-trigger.active .new-filter-item-balloon-container{
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
}
.new-filter-items .new-filter-item .new-filter-item-balloon:before {
content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 13px solid transparent;
    border-bottom: 10px solid #02457a;
    right: 50%;
    top: -23px;
}
.new-filter-items .new-filter-item .new-filter-item-balloon:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fff;
  right: 50%;
  top: -18px;
}
.mix-filter-order{
    position: relative;
}
.radio-group .radio{
    text-align: left;
}
.radio-group input[type=radio]{
     display: inline-block;
    position: relative;
    margin-left: 0;
}
.radio-group label{
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
}
.event-rate-ctn{
    position: relative;
    display: inline-block;
}
.event-rate-ctn .event-rate-stars{
    position: relative;
}
.event-rate-ctn .event-rate-stars span{
    position: absolute;
    background-color: #fff;
    top: 0;
    bottom: 0;
    right: 0;
}
.event-rate-ctn .event-rate-boder{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.event-rate-num{
    display: inline-block;
    margin-left: 5px;
    font-family: 'helvetica-neue', arial, sans-serif;
    font-weight: 100;
    margin-left: 5px;
}
.single-erate .event-rate-ctn{
    color: #FFC107;
}
.single-erate .event-rate-ctn .event-rate-stars span {
    background-color: #d6e5f0;
}
.geventSlidr{
        height: 75vh;
        position: relative;
}
.geventSingleSlidr{
    /*position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;*/
    background-size: cover;
    background-position: center;
    height: 75vh;
}
.page-template-template-great-event .bx-wrapper {
    position: relative;
    margin-bottom: 0;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -moz-box-shadow: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: 5px solid #fff;
    background: #fff;
    box-shadow: none;
    border: none;
}
.page-template-template-great-event .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 0;
    margin-top: -24px;
    display: block;
    z-index: 999;
    bottom: 33px;
}
.geventSingleSlidr-title{
    margin-top: 168px;
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    font-weight: 900;
    color: #FFF;
    text-transform: uppercase;
}
.page-template-template-great-event .bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 0;
    border: 2px #000 solid;
}
.section-row{
    padding: 45px 0;
    display: block;
    overflow: hidden;
}
.part-simple-text-content{
    text-align: center;
}
.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item.circle {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.ih-item.circle .img {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
  border-radius: 50%;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.square {
    position: relative;
    width: 100%;
    height: auto;
  border: 0px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.effect10 {
  overflow: hidden;
}
.ih-item.square.effect10.colored .info {
  background: #1a4a72;
}
.ih-item.square.effect10.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect10 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect10 .info {
  background: #111;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect10 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0;
}
.ih-item.square.effect10 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
}
.ih-item.square.effect10 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.square.effect10.left_to_right .img {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.ih-item.square.effect10.left_to_right .info {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.square.effect10.left_to_right a:hover .img {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.square.effect10.left_to_right a:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.square.effect10.right_to_left .img {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.ih-item.square.effect10.right_to_left .info {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.square.effect10.right_to_left a:hover .img {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.square.effect10.right_to_left a:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.square.effect10.top_to_bottom .img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.ih-item.square.effect10.top_to_bottom .info {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect10.top_to_bottom a:hover .img {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect10.top_to_bottom a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect10.bottom_to_top .img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.ih-item.square.effect10.bottom_to_top .info {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect10.bottom_to_top a:hover .img {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect10.bottom_to_top a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.case-items{
    display: block;
    overflow: hidden;
}
.section-row h3{
    padding: 1px;
    border:1px #111 dotted;
}
.section-row h3 span{
    border: none;
    border-radius: 2px;
    padding: 13px 25px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 900;
    background-color: #02457a;
    color: #ffffff;
    display: inline-block;
}
.part-paralax-section{
    text-align: center;
    padding: 200px 0;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.part-paralax-section h2{
    margin: 0 0 0;
    font-size: 55px;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.52);
    color: #FFF;
}
.part-paralax-section.isOverlayed:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(2, 69, 122, 0.9);
}
.about-section-img{
    display: block;
    overflow: hidden;
    margin-top: 21px;
}
.about-section-content{
    display: block;
    overflow: hidden;
}
.about-section-content blockquote{
position: relative;
    margin: 40px 0;
    padding: 0 0 0 80px;
    font-style: italic;
    border: none;
}
.about-section-content blockquote:before{
content: "";
    background-image: url(includes/imgs/quote.png);
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: center;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    left: 20px;
}
.ct-container{}
.ct-container .event-map{
    display: block;
    overflow: hidden;
    height: auto;
    width: 100%;
    background-color: #eee;
}
.inline_CaseContent{
}
.gevent-contact-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea.large{
        border: 1px #ddd solid;
    padding: 10px 15px;
}
.gevent-contact-form .gfct_fa_span i{
    margin-top: 13px;
}
.gevent-contact-form .gform_wrapper .gform_footer input.button,
.gevent-contact-form .gform_wrapper .gform_footer input[type=submit],
.gevent-contact-form .gform_wrapper .gform_page_footer input.button,
.gevent-contact-form .gform_wrapper .gform_page_footer input[type=submit]{
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    background-color: #fff;
    color: #02457a;
    padding: 13px 25px;
    font-weight: 900;
    border-radius: 3px;
    font-size: 16px;
    border: 1px #02457a solid;
    background-color: #0054A5;
    border-color: #0054A5;
    color: #e7e7e7;
    box-shadow: 0 0px 10px rgba(0,0,0,0.29);
    display: inline-block;
    min-width: 225px;
}
h2.filter-header{
    padding: 0;
    margin: 0 0 10px 0;
    display: block;
    font-size: 25px;
}
.teamContactForm .gform_wrapper textarea.large,
.teamContactForm .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
border: 1px #3f7eb7 solid;
    padding: 10px 4px;
}
.teamContactForm .gform_wrapper .gform_footer input.button,
.teamContactForm .gform_wrapper .gform_footer input[type=submit]{
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    background-color: #fff;
    padding: 13px 25px;
    font-weight: 900;
    border-radius: 3px;
    font-size: 16px;
    border: 1px #0054A5 solid;
    background-color: #0054A5;
    border-color: #0054A5;
    color: #e7e7e7;
    box-shadow: 0 0px 10px rgba(0,0,0,0.29);
    display: inline-block;
    margin: 10px;
}
.teamContactForm .gfct_fa_span i {
    margin-left: 10px;
    margin-top: 14px;
    position: absolute;
    color: #0054A5;
}
.team-section .team-info .contact-btn .btn-style-1{
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    padding: 10px 25px;
    font-weight: 900;
    border-radius: 3px;
    font-size: 12px;
    border: 1px #0054A5 solid;
    background-color: #0054A5;
    border-color: #0054A5;
    color: #e7e7e7;
    box-shadow: 0 0px 10px rgba(0,0,0,0.29);
    display: inline-block;
    margin: 0;
}
.team-section .team-info .contact-btn .btn-style-1:hover {
    text-decoration: none;
    color: #1C3144 !important;
    background: white!important;
    text-shadow: none;
    box-shadow: none;
}
ul.time-table{
    display: block;
    padding: 0;
    margin: 0;
}
ul.time-table li{
list-style: none;
    display: block;
    overflow: hidden;
    margin-bottom: 0px;
}
ul.time-table li h4{
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px 0;
    color: #333;
}
ul.time-table li h4 span{
    padding-right: 25px;
}
ul.time-table li p{
        padding: 0 0 0 60px;
}
h4.timetable-header{
        font-size: 16px;
    font-weight: 700;
    color: #333;
}
.testSorting {
    display: block;
    padding: 3px 5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 8px;
}
.skicka-form{}
.skicka-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.skicka-form .gform_wrapper textarea.medium{
        border: 1px #02457a solid;
    max-width: 90%;
    padding: 11px 15px;
}
.skicka-form .gform_wrapper .gform_footer input.button,
.skicka-form .gform_wrapper .gform_footer input[type=submit]{
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    background-color: #fff;
    color: #02457a;
    padding: 13px 25px;
    font-weight: 900;
    border-radius: 3px;
    font-size: 16px;
    border: 1px #02457a solid;
    background-color: #0054A5;
    border-color: #0054A5;
    color: #e7e7e7;
    box-shadow: 0 0px 10px rgba(0,0,0,0.29);
    display: inline-block;
    min-width: 225px;
}
.skicka-form .skicka-form .gform_wrapper .gform_footer input[type=submit]:hover,
.skicka-form .gform_wrapper .gform_footer input.button:hover{
    text-decoration: none;
    color: #1C3144 !important;
    background: white!important;
    text-shadow: none;
    box-shadow: none;
    border-color: #FFF;
}
.glang-flag{
    display: block;
    text-align: center;
}
.glang-flag img{
        max-width: 17px;
}
.glang-flag a{}
.glang-flag a.glink span{
    font-size: 12px;
}

.clients-list{
  padding: 0 5px;
  width: 20%;
}
.client-card{
    display: block;
    box-shadow: 0 0px 10px rgba(0,0,0,0.19);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    margin: 7px;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.client-card:hover{
    display: block;
    box-shadow: 0 0px 10px rgba(0,0,0,0.39);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    margin: 7px;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.client-card header{
    display: block;
    position: relative;
}
.client-card header .client-card-thumb{
  background: rgba(0,0,0,0.1);
}
.client-card-thumb-outer {
  position: relative;
  width: 70%;
  height: 200px;
  margin: 0px auto 30px;
}
.client-card-thumb-outer img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.client-card-thumb-outer:before {
    /* display: block;
     content: "";
     width: 100%;
     padding-top: 100%; */
}
.client-card-thumb-outer > .client-card-thumb-inner {
    position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
    background-size: cover;
    background-position: center;
}
.client-card header .client-card-title{
        position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(2,69,122);
    background: linear-gradient(180deg, rgba(2,69,122,0) 0%, rgba(2,69,122,0.7413340336134453) 70%, rgba(2,69,122,1) 100%);
}
.client-card header .client-card-title h4{}
.client-card content{
    display: block;
    margin: 10px;
    margin-top: -50px;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    padding: 8px;
    text-align: left;
}
.client-card content h4{
    color: #000;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 5px;
    min-height: 30px;
}
.client-card content h4 a{
    color: #000;
}
.client-card-content-main{
    font-size: 12px;
    text-align: left;
    margin-bottom: 15px;
}
.client-card-content-header{
    display: block;
    margin-bottom: 15px;
}
.client-card .client-gnr-info{
border-top: 1px #eee solid;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #a5a5a5;
    text-align: left;
    padding: 9px 0;
}
a.card-main-url:hover{
    font-style: none;
    text-decoration: none;
}
.client-card .client-gnr-info .client-rate{
    display: inline-block;
}
.client-card .client-gnr-info .client-rate span{
    font-family: 'helvetica-neue', arial, sans-serif;
    font-weight: 100;
    margin-left: 5px;
}
.client-card .client-gnr-info .client-rank{
    font-family: 'helvetica-neue', arial, sans-serif;
    font-weight: 100;
}
.client-card .client-gnr-info .client-rate i{
    color: #FFC107;
}
.client-card .client-gnr-info .client-rate span{
        font-family: 'helvetica-neue', arial, sans-serif;
}
.client-card .client-gnr-intro{
        display: block;
    text-align: left;
    font-size: 10px;
    padding: 5px 0;
    font-weight: 600;
    color: #989898;
    margin-bottom: 5px;
}

.client-card .client-gnr-intro span{
    background-color: #eaeae7;
    padding: 3px 5px;
    color: #b5b9bc;
    border-radius: 2px;
    margin-right: 4px;
}
.client-card .client-gnr-intro label{
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  color: #02457a;
  padding: 7px 15px;
  font-weight: 700;
  border-radius: 2px;
  font-size: 13px;
  /* border: 1px #02457a solid; */
  /* background-color: #02457a; */
  border-color: #02457a;
  color: #02457a;
  box-shadow: 0 0px 10px rgba(0,0,0,0.29);
  display: inline-block;
}
.client-card .client-gnr-intro label.client-gnr-intro-cat-links{
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    padding: 0;
    font-weight: 700;
    border-radius: 2px;
    font-size: 13px;
    border-color: #02457a;
    color: #02457a;
    box-shadow: none;
    display: inline-block;
}
.client-card .client-gnr-intro label.client-gnr-intro-cat-links span{
    font-family: 'helvetica-neue', arial, sans-serif;
    font-weight: 100;
    box-shadow: 0 0px 10px rgba(0,0,0,0.09);
    background-color: #02457a;
    color: #fff;
    display: inline-block;
    margin: 0 4px 4px 0;
}
.client-card .client-gnr-intro label.client-gnr-intro-cat-links span.client-label-hallbara-client{
    background-color: #227746;
}
.client-card .client-gnr-intro label.client-gnr-intro-cat-links span a{
        font-size: 10px;
    color: #fff;
    font-family: 'helvetica-neue', arial, sans-serif;
    font-weight: 100;
}
.client-card .client-gnr-intro span.gst{
}
.client-card .client-gst em{
    font-style: normal;
    font-family: 'helvetica-neue', arial, sans-serif;
}
.client-card .card-read-more{
  position: absolute;
  bottom: 42px;
  margin-left: 12px;
  right: 0;
  margin-right: 30px;
}
.client-card .card-btn{
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    background-color: #fff;
    color: #02457a;
    padding: 6px 15px;
    font-weight: 500;
    border-radius: 3px;
    font-size: 10px;
    border: 1px #02457a solid;
    background-color: #02457a;
    border-color: #02457a;
    color: #fff;
    box-shadow: 0 0px 10px rgba(0,0,0,0.29);
    display: inline-block;
}
.client-card .card-btn:hover{
    background-color: #02457a;
    border-color:#02457a;
    color:#fff;
    box-shadow: 0 0px 10px rgba(0,0,0,0.29);
}
.client-card .client-gst{
    font-weight: 400;
    display: inline-block;
    float: right;
}
header.videoBg {
  position: relative;
  background-color: #1c3144;
  height: 65vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  margin-top: 100px;
}

header.videoBg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header.videoBg .container {
  position: relative;
  z-index: 2;
}

header.videoBg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1c3144;
  opacity: 0.5;
  z-index: 1;
}
header.videoBg .outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}
header.videoBg .middle {
    display: table-cell;
    vertical-align: middle;
}
header.videoBg .inner {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
header.videoBg content h1 {
    margin: 0 0 1em 0;
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.52);
    color: #FFF;
}
header.videoBg content .description {
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    font-size: 20px;
    margin-bottom: 2em;
}
header.videoBg content .description p {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

header.videoBg .cta-btn {
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    background-color: #fff;
    padding: 13px 25px;
    font-weight: 900;
    border-radius: 3px;
    font-size: 16px;
    border: 1px #0054A5 solid;
    background-color: #0054A5;
    border-color: #0054A5;
    color: #e7e7e7;
    box-shadow: 0 0px 10px rgba(0,0,0,0.29);
    display: inline-block;
    margin: 10px;
}
header.videoBg .cta-btn:hover{
    text-decoration: none;
    color: #1C3144 !important;
    background: white!important;
    text-shadow: none;
    box-shadow: none;
    border-color: #FFF;
}

.header-cover-404{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  /* min-height: 120px; */
  margin-top: 80px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.header-cover-404 h1{
  font-size: 75px;
  font-weight: bold;
  text-align: center;
}
.page-404 header{
  text-align: center;
}
.page-404 .page-content{
  text-align: center;
  margin: 35px 0;
}
.page-404 .search-404{
  margin: 30px auto;
  text-align: center;
}
.search-404 .search-form input[type=search] {
  border: none;
  border-bottom: 1px #1C3144 solid;
  border-radius: 0;
  font-size: 12px;
  color: #1C3144;
  box-shadow: none;
  -webkit-box-shadow: none;
  width: 400px;
  font-weight: 500;
}
.search-404 form button{
  border:0;
  background:none;
  color: #1C3144;
}
.search-404 form button i{
  font-size: 1.3em;
}
.page-search header .page-title{
  margin: 0 0 35px 0;
}
.page-search article{
  border-bottom: solid 1px #eee;
  padding-bottom: 10px;
}
.page-search article .title a{
  color: #1C3144;
}

                            /* MEDIA QUERY */

/********** ------------------------------------------------------------------------- ***********/

/* ----------- Non-Retina Screens ----------- */
@media screen
  and (min-device-width: 1200px)
  and (max-device-width: 1600px)
  and (-webkit-min-device-pixel-ratio: 1) {
    header.videoBg{
      margin-top: 75px;
    }
}

@media (max-width: 782px) {
    body,html{
        width: 100%;
        overflow-x: hidden;
    }
    #gecko-navigation-bar-toggle.active{
      top: 8.5% !important;
    }
    #gecko-navigation-bar-toggle span, #gecko-navigation-bar-toggle span:before, #gecko-navigation-bar-toggle span:after{
      background: #FFFFFF !important;
    }
    #gecko-navigation-bar-toggle.active span{
      background-color: transparent !important;
    }
    ul.colorBox-container {
        margin-top: 15px;
    }
    ul.colorBox-container li a {
        border: none;
        padding: 0;
    }
    .main-event-image.col-sm-12.col-md-10 {
        margin-bottom: 23px;
        margin: auto;
        margin-bottom: 23px;
    }
    .cal-to-ac-fullwidth.cover-video{
        height: auto;
    }
    .cal-to-ac-fullwidth:before{
        position: relative;
    }
    #cover-video-container > .cover {
            position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;

    }
    body.home .main-content,
    body.search .main-content, body.archive .main-content{
        margin-top: 100px;
    }
    .cover .hi {
        position: absolute;
        top: 0;
        left: 0;
        transform: unset;
        color: #fff;
        font-size: 24px;
        line-height: 26px;
        text-align: center;
        right: 0;
        bottom: 0;
            padding: 15px 0;
    }
    .cal-to-ac-fullwidth.cover-video content{
        padding: 0;
    }
    .cal-to-ac-fullwidth.cover-video content .description p{
        font-size: 12px;
        color: #fff;
        font-weight: bold;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
        line-height: 15px;
    }
    .cal-to-ac-fullwidth.cover-video content .description{
        font-size: 12px;
        color: #fff;
        font-weight: bold;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
        line-height: 15px;
    }
    .cal-to-ac-fullwidth.cover-video  a.cta-btn {
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
        background-color: #fff;
        color: #02457a;
        padding: 0px 10px;
        font-weight: 900;
        border-radius: 3px;
        font-size: 11px;
        border: 1px #02457a solid;
        background-color: #0054A5;
        border-color: #0054A5;
        color: #e7e7e7;
        box-shadow: 0 0px 10px rgba(0,0,0,0.29);
        display: inline-block;
        margin: 0;
    }
    .cal-to-ac-fullwidth.cover-video content h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .cal-to-ac-fullwidth.cover-video content .description {
        color: #fff;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
        margin-bottom: 15px;
    }
    .ih-item.square{
        margin-bottom: 15px;
    }
    .gecko-navigation-bar-container #gecko-navigation-bar-logo{
        width: 220px !important;
    }
    .team-section .team-info{
        position: relative;
    }
    .team-section .team-info .contact-btn{
        position: relative;
    }
    .team-section .team-photo{
        padding: 15px;
    }
    .homepage-mc4mp .inner .gform_footer input[type="submit"]{
        margin-left: 0 !important;
    }
    .col-sm-12.col-md-4.sidebar {
        background-color: transparent;
        color: transparent;
        position: relative;
        right: 0;
        width: 100%;
    }
    .pager li {
        display: inline-block;
        width: 50%;
    }
    .pager li.nav-previous.previous{
        float: left;
    }
    header.videoBg content h1 {
           font-size: 20px;
    margin-bottom: 10px;
    }
    header.videoBg a.cta-btn {
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
        background-color: #fff;
        color: #02457a;
        padding: 10px 30px;
        font-weight: 900;
        border-radius: 3px;
        font-size: 13px;
        border: 1px #02457a solid;
        background-color: #0054A5;
        border-color: #0054A5;
        color: #e7e7e7;
        box-shadow: 0 0px 10px rgba(0,0,0,0.29);
        display: inline-block;
        margin: 0;
    }
    header.videoBg content .description {
        color: #fff;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
        margin-bottom: 15px;
    }
}


/* Extra Smaller */
@media only screen and (max-width: 479px) {
  .gecko-navigation-bar-container #gecko-navigation-bar-logo{
    max-height: 60px !important;
  }
  header.videoBg{
    margin-top: 125px;
  }
  header.videoBg a.cta-btn{
    margin: 5px;
  }
    .site-credit,
    .site-info {
        text-align: center;
    }
    .cal-to-ac-fullwidth content h1{
      font-size: 40px;
    }
    .phone_sidebar{
      margin-top: 80px;
    }
    .event_title_number a{
      margin-left: -355px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    .site-credit,
    .site-info {
        text-align: center;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    .site-credit {
        text-align: left;
    }
    .site-info {
        text-align: right;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    .site-credit {
        text-align: left;
    }
    .site-info {
        text-align: right;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    .site-credit {
        text-align: left;
    }
    .site-info {
        text-align: right;
    }
    #nivo__slider img {
        /* width: 600px !important; */
    }
}

@media only screen and (max-width: 1198px) {
  .phone_sidebar{
    /* margin: 0; */
  }
  .header-cover .header-cover-inner h1{
    width: 500px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .contact-section-content .homepage-mc4mp{
    display: inline-block;
  }
  .mailchimp-form{
      width: auto;
  }
  .header-cover .header-cover-inner h1{
    width: auto;
    margin-bottom: -80px;
    float: none;
  }
  .phone_sidebar{
    float: none;
    margin-left: 0;
    margin-top: 95px;
  }
}
@media only screen and (max-width: 767px) {
    #about {
        background-color: rgba(0,0,0,0.25) !important;
    }
    #about .call-action-content {
        width: 100%;
        padding: 0;
        z-index: 1;
    }
    #about .call-action-image {
        width: 100%;
        margin-left: 0;
        z-index: -1;
    }

}

/*-- Moved from syle2.css --*/
.display-flexd{
  display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
body p{
  margin: 0 0 10px;
}
section.client-section{
  background-color: #F4F3F0;
  /* border-top: solid 2px #1C3144; */
}
section.recent-event{
  background-color: #F4F3F0;
}
section.recent-event .section-header h2{
  margin-bottom: 20px;
  margin-left: 15px;
}
section.client-section .wrapper-icon{
   margin: auto;
}
section.client-section .icon-items.loop-client-selected{
  /* width: 140px; */
  height: 70px;
  padding: 10px;
}
section.client-section .icon-items img{
  filter: grayscale(100%) saturate(355%) opacity(75%);
    -webkit-filter: grayscale(100%) saturate(355%) opacity(75%);
    -moz-filter: grayscale(100%) saturate(355%) opacity(75%);
}
.cal-to-ac-fullwidth content .description{
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
section.client-section .icon-items img{
  box-shadow: none;
}
.feat-pdct-list{
  padding: 0 5px;
}
/* the slides */
.recent-post .slick-slide {
  margin: 0;
}
/* the parent */
.recent-post .slick-list {
  margin: 0;
}
.recent-event-category{
  display: block;
  position: relative;
  padding: 75px 0 35px;
}

.recent-event-category .feat-pdct .item-header .img img{
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
.btn-readmore a{
  background-color: #02457a;
}
.cal-to-ac-fullwidth .cta-btn{
  /* background: #0054A5; */
  /* box-shadow: 1px 1px 1px #02457a; */
  /* text-shadow: 1px 1px 1px #02457a; */
}
.ih-item.square.effect6 .img{
  height: 145px;
}
.ih-item.square.effect6 .img img{
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
.recent-event-category .feat-pdct .item-header .img{
    height: 180px;
}
section.testimonial-section{
  padding: 0 0 70px;
}
section.testimonial-section .container{
  padding: 0;
  /* width: 1180px;

 */
}
section.testimonial-section .testimonial-slide{
  margin-top: 35px;
  padding: 0;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0 0 20px -8px black;
}
section.testimonial-section .testimonial-block{
  position: relative;
  position: relative;
  margin-top: 70px;
  margin: 0;
}

section.testimonial-section h2{
  text-align: center;
}
section.testimonial-section .client-detail{
  padding: 0;
  background-color: #1C3144;
}
section.testimonial-section .testimonial-inner{
  padding: 35px;
}
section.testimonial-section .testimonial-quote{
  position: relative;
  height: 170px;
  overflow: hidden;
  margin-bottom: 30px;
}
.page-tacton-partners section.testimonial-section .testimonial-quote{
  height: 100%;
}
section.testimonial-section .testimonial-quote::before{
  width: 60px;
  height: 30px;
  content: '\201C';
  font-family: serif;
  font-style: normal;
  font-weight: 700;
  font-size: 120px;
  line-height: 0.6;
  text-align: center;
  color: #FFF;
  display: block;
  /* margin: auto; */
  text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
}
section.testimonial-section .testimonial-quote content,
section.testimonial-section .testimonial-quote content p{
  font-size: 22px;
  font-style: italic;
  color: #FFF;
  line-height: 28px;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  display: block;
  text-align: left;
  margin-left: 10px;
}
section.testimonial-section .testimonial-quote content.long-prgh{
    margin: 8px 0;
    font-size: 14px;
    line-height: 20px;
}
section.testimonial-section .testimonial-quote content.long-prgh p{
  margin: 0;
  font-size: 14px;
    line-height: 20px;
}
section.testimonial-section .testimonial-quote{
  min-height: 230px;
}
section.testimonial-section .client-detail .photo{
  padding: 0;
}
section.testimonial-section .client-detail .photo .client-photo{
  border-radius: 150px;
  overflow: hidden;
  width: 130px;
  height: 130px;
  margin: auto;
}
section.testimonial-section .client-detail .photo .client-photo img{
  object-fit: cover;
  object-position: center;
  min-width: 100%;
  min-height: 100%;
  filter: grayscale(100%) brightness(100%);

}
section.testimonial-section .client-detail .client{
  padding-top: 20px;
}
section.testimonial-section .client-detail h6{
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  color: #6F6F6F;
}
section.testimonial-section .client-detail .job-title{
    font-size: 16px;
  line-height: 20px;
  color: #979797;
  margin-top: 5px;
}
section.testimonial-section .client-detail .read-more-btn{
  margin-top: 20px;
}
section.testimonial-section .client-detail .read-more-btn a{
      padding: 10px 20px;
}
section.testimonial-section .testimonial-block .aside{
  position: absolute;
  height: 100%;
  right: 0;
  padding: 0;
}
section.testimonial-section .aside .company-logo{
  /* background-color: #1C3144; */
  height: 100%;
  /* text-align: center; */
  align-items: center;
  align-self: center;
  margin: auto;
}
section.testimonial-section .aside .company-logo .testi-title{
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.5em;
  text-align: center;
}
section.testimonial-section .aside .company-logo img{
  margin: auto;
  width: 34.5%;
  /* filter: brightness(0) invert(1); */
  /* filter: grayscale(100%) saturate(355%) opacity(75%);
  -webkit-filter: grayscale(100%) saturate(355%) opacity(75%);
  -moz-filter: grayscale(100%) saturate(355%) opacity(75%); */

}

section.testimonial-section .container .controls{
  position: absolute;
  top: 40%;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
}
section.testimonial-section .container .controls .prevBtn{
  left: 0;
  position: absolute;
  font-size: 0;
}
section.testimonial-section .container .controls .prevBtn::before{
  content: '';
  position: absolute;
  top: 95px;
  left: -15px;
  line-height: 2;
  height: 20px;
  width: 9px;
  display: inline-block;
  border-width: 0 3px 3px 0 !important;
  border: solid #9B9B9B;
  padding: 0px 8px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#referenser .container .controls .prevBtn::before{
  left: -50px;
}
section.testimonial-section .container .controls .nextBtn{
  right: 0;
  position: absolute;
  font-size: 0;
}
section.testimonial-section .container .controls .nextBtn::before{
  font-size: 30px;
  /* padding-right: 0.5em; */
  position: absolute;
  top: 95px;
  right: -15px;
  line-height: 2;
  content: '';
  height: 20px;
  width: 9px;
  display: inline-block;
  border-width: 0 3px 3px 0 !important;
  border: solid #9B9B9B;
  padding: 0px 8px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#referenser .container .controls .nextBtn::before{
  right: -50px;
}
section.testimonial-section .container .controls .numericControls{
  display: none;
}
section.testimonial-section .container .controls a:focus,
section.testimonial-section .container .controls a:visited,
section.testimonial-section .container .controls a:active{
  text-decoration: none;
}

.single-event .ratings i{
  color: #FC6F0C;
}
.ratings-empty{
  position: absolute;
}
.ratings-empty i{
  color: #FC6F0C;
}
.single-event .ratings{
  position: relative;
  float: left;
  width: 83px;
}
.single-event .rat-num{
  margin: 0 0 0 10px;
  float: left;
}
.single-event .separate{
  float: left;
  margin: 0 5px;
}

.single-event .referenser{

}
.single-event .referenser-items p{
  margin: 0;
  font-size: 14px;
  color: #02457a;
}
.price p{
  font-size: 14px;
}
.single-event .referenser-items p a{
  color: #02457a;
}
.container_detail{
  padding: 15px 0;
}
.single-event .referenser-link{
  /* margin-top: 15px; */
}
.single-event .referenser-link a{
  color: #02457a;
}
.custom--fields--container a:hover{
    text-decoration: none;
}
#testimonial-slider .ratings i{
  /* color: yellow; */
}
#testimonial-slider .ratings{
  position: absolute;
  top: 0;
  left:  0;
  margin-left: 15px;
  margin-top: 10px;
}
.cal-to-ac-fullwidth{
  position: relative;
  height: 65vh;
}
.cal-to-ac-fullwidth content{
  z-index: 999;
}
.video-background {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.video-background iframe{
  transform: scale(1.35);
}

.hero-btn{
  text-align: center;
  padding: 0;
  margin: auto;
  /* width: 60%; */
}

.hero-btn-2{
  text-align: left;
  padding: 0;
}
.hero-btn-2 a,
.hero-btn-1 a{
  width: 280px;
  text-align: center;
}
.hero-btn a.cta-btn {
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  background-color: #fff;
  color: #02457a;
  padding: 13px 25px;
  font-weight: 900;
  border-radius: 3px;
  font-size: 16px;
  border: 1px #02457a solid;
  background-color: #0054A5;
  border-color: #0054A5;
  color: #e7e7e7;
  box-shadow: 0 0px 10px rgba(0,0,0,0.29);
  display: inline-block;
  /* width: 170px;
  height: 75px; */
  min-width: 225px;
}

@media only screen and (max-width: 921px) {
  .cal-to-ac-fullwidth{
    height: auto;
  }
  .cal-to-ac-fullwidth content{
    padding: 15vh 0 15vh;
  }
}
@media only screen and (max-width: 882px) {
  .cal-to-ac-fullwidth content{
    padding: 10vh 0 10vh;
  }
}
@media only screen and (max-width: 768px) {
  .video-background iframe{
    transform: scale(1.7);
  }
  .moble-hero-video-thumb{
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .moble-hero-video-thumb img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 479px) {
  .video-background iframe{
    transform: scale(2.8);
  }
}

.post-contents{
    padding: 1rem;
}

.post-contents .page-title{
    font-size:24px;
    color:#1C3144;
}
.archive-link{
    text-align:center;
}
.archive-link a{
    background: #fff;
    color: #004872;
    font-size: 18px;
    font-weight: bold;
}
.top-posts{
    margin-top: 20px;
}
.top-posts h3{
    margin-bottom: 15px;
}