/* GENERAL CSS ////////////////////////////////////////////////////////////////////////////////////////////////*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600');

/* font-size: small */
body.font-sm .grid-article .entry-title {font-size: 16px;}
body.font-sm .grid-article.col-sm-6 .entry-info {height: 70px;}
body.font-sm .grid-article.col-sm-4 .entry-info {height: 90px;}

/* font-size: large */
body.font-lg, body.font-lg .btn {font-size: 15px;}
body.font-lg .grid-article .entry-title {font-size: 20px;}
body.font-lg .grid-article.col-sm-6 .entry-info {height: 90px;}
body.font-lg .grid-article.col-sm-4 .entry-info {height: 110px;}

body.font-lg .article-page p {font-size: 18px;}
body.font-sm .article-page p {font-size: 14px;}

/* */


body {
  font-family: "Montserrat", Arial,sans-serif;
  font-weight: 400;
  letter-spacing: 0.025em;
  font-size: 14px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f4f4f4;
}
#page {
  position: relative;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
	.container {
		width: 1240px;
	}
}
@media (max-width: 1399px) {
  .visible-xl-block {
    display: none;
  }
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .container {
  padding-left: 10px;
  padding-right: 10px;
}

.float-right {
  float: right;
}
.text-right {
  text-align: right;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}

.br-10 {
  border-radius: 10px;
}
.br-4 {
  border-radius: 4px;
}
.br-top {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.br-bottom {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bg-w {
  background: #fff;
}

/* fonts */
.font-light {
  font-weight:300 !important;
}
.font-medium {
  font-weight:400 !important;
}
.font-bold {
  font-weight:600 !important;
}
.text-white,
a.text-white,
.text-white p {
  color: white !important;
}
a:hover,
a:focus {
  text-decoration: none;
}

.h3, h3 {
  font-size: 14px;
}
p {
  font-weight: 300;
  font-size: 16px;
}

@media (max-width: 1199px) {
	.h1, h1 {
		font-size: 26px;
	}
}
.bg-primary p,
.bg-secondary p {
  color: #fff;
}

/* buttons */
.btn {
  border-radius: 15px;
  height: 30px;
  padding: 3px 20px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.bg-primary:hover,
.bg-secondary:hover {
  color: #fff;
}
.btn-white {
  background-color: #fff;
  border-color: #fff;
}
.btn-outline {
  background: none !important;
}
.btn:hover {
  box-shadow: 0px 0px 10px 0px rgba(51,51,51,0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(51,51,51,0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(51,51,51,0.5);
}
.box-shadow {
  box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.15);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.15);
}

/* tooltips */
.tooltip {
  opacity: 1;
}
.tooltip-inner {
  font-family: "Montserrat", Arial,sans-serif;
  font-weight: 500;
  letter-spacing: 0.025em;
  padding: 15px;
  width: 250px;
  max-width: 320px;
}
.tooltip .arrow {
  width: 20px;
  height: 20px;
  z-index: -1;
}
.tooltip .arrow {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.tooltip.bs-tooltip-bottom .arrow {
  position: absolute; top: -8px;
  right: 45%;
}
.tooltip.bs-tooltip-bottom-r .arrow {
  position: absolute; top: -8px;
  right: 15%;
}
.tooltip .close-icon {
  position: absolute;
  right: 10px;
  top: 10px;
}
.tooltip p {
  margin: 0;
  font-size: 14px;
}
.tooltip-sm .tooltip-inner {
  width: auto;
  padding: 5px 10px;
}
.tooltip-sm p {
  font-size: 12px;
}
.tooltip-animated {
  opacity: 0;
  will-change: transform;
  transition: transform 0.2s ease, opacity 0.2s ease;
  -webkit-transition: transform 0.2s ease, opacity 0.2s ease;
  -moz-transition: transform 0.2s ease, opacity 0.2s ease;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}
body.loaded .animated-top-10 {
  transform: translateY(-10px) !important;
  -webkit-transform: translateY(-10px) !important;
  -moz-transform: translateY(-10px) !important;
  -ms-transform: translateY(-10px) !important;
  opacity: 1;
}

/* login tooltip */
.tooltip.login-tooltip {
  top: 65px;
  right: 20px;
}
.login-tooltip.bs-tooltip-bottom .arrow {
  right: 30px;
}
/* modals */
.modal-content {
  border-radius: 10px;
  border: none;
}
.close-modal {
  z-index: 10;
}
@media (max-width: 1199px) {
  .modal-dialog {
    margin: 0;
  }
  .modal-content {
    border-radius: 0px;
  }
  .modal-body {
    padding-top: 30px;
  }
}

/* login modal */
.close-modal {
  right: 0;
  left: inherit !important;
}
.modal-header {
  text-align: center;
  border: none;
}
.modal-header .modal-title {
  font-size: 20px;
  font-weight: 300;
  max-width: 360px;
  margin: auto;
}
.modal-footer {
  text-align: center;
  font-weight: 300;
}
.modal-backdrop {
   background-color: rgba(255,255,255, 1);
}
.auth0-login {
  padding-top: 20px;
  padding-bottom: 30px;
}
.auth0-lock.auth0-lock .auth0-lock-widget {
  width: 100% !important;
}
.auth0-lock.auth0-lock .auth0-lock-cred-pane-internal-wrapper {
  display: block !important;
  height: auto !important;
}
.auth0-lock-header,
.auth0-lock.auth0-lock .auth0-lock-submit span span {
  display: none !important;
}
.auth0-lock.auth0-lock .auth0-lock-name {
  white-space: inherit !important;
}
.auth0-lock.auth0-lock .auth0-lock-content-wrapper {
  width: 300px;
  margin: auto;
}
.auth0-lock.auth0-lock .auth0-lock-submit {
  padding: 5px !important;
  border-radius: 30px !important;
  width: 300px !important;
  margin: auto;
}
.auth0-lock.auth0-lock .auth0-lock-submit:hover {
  box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.15);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.15);
}
.auth0-lock.auth0-lock .auth0-lock-submit:hover:not([disabled]) span {
  transform: scale(1) !important;
}
.auth0-lock.auth0-lock .auth0-lock-submit .auth0-label-submit {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .auth0-lock.auth0-lock .auth0-lock-widget {
    max-width: 400px !important;
  }
}
.white-wall {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255,255,255, 0.75);
}
.white-wall.visible {
  visibility: visible;
  opacity: 1;
}

/*//// header ////*/
.header-container {
  z-index: 2;
  position: relative;
}
.site-logo {
  width: 180px;
  float: left;
  padding: 15px 0 15px 0;
  margin-left: 10px;
}
.site-logo img {
  width: 100%;
  max-height: 55px;
}

.login-links {
  padding-top: 10px;
  padding-right: 10px;
}
.login-links .btn-subscribe {
  margin-right: 10px;
}

/*// nav //*/
.nav-menu,
.close-menu {
  width: 55px;
  height: 50px;
  float: left;
  margin: 0;
  padding: 17px 20px;
  border: none;
}
.close-menu {
  position: absolute;
  top: 0px;
  left: 0px;
}
.nav-row {
  will-change: transform;
  transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
}
.navbar {
  border:none;
  background: #fff;
  margin-bottom: 0;
  padding: 0 20px;
}

/* fixed nav */
.nav-row.fixed {
  position: fixed;
  top: -50px;
  width: 100%;
  left: 0;
  margin: 0;
}
.nav-row.fixed.fixed-down {
  transform: translateY(50px) !important;
  -webkit-transform: translateY(50px) !important;
  -moz-transform: translateY(50px) !important;
  -ms-transform: translateY(50px) !important;
}
.nav-row.fixed .navbar {
  border-radius: 0;
}
.header-logo.fixed {
  margin-bottom: 50px;
}
.nav-row.fixed .navbar .row {
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
  padding: 0;
}
/* for admin users */
body.admin-bar .nav-row.fixed {
  top: -20px;
} 

/* search bar */
.menu-search {
  float: left;
}
.btn-search {
  cursor: pointer;
  width: 40px;
  height: 50px;
  padding:17px 5px 12px 20px;
}
.menu-search .btn-search .search-icon,
.menu-search .btn-search .close-icon {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  position: absolute;
  background-color: #fff;
}
.menu-search .btn-search .close-icon {
  visibility: hidden;
  opacity: 0;
}
.menu-search.open .btn-search .search-icon {
  visibility: hidden;
  opacity: 0;
}
.menu-search.open .btn-search .close-icon {
  visibility: visible;
  opacity: 1;
}
.menu-search .dropdown-menu {
  z-index: -1;
  border:none;
  width: 600px;
  margin: 0;
  padding: 25px 0 15px 0;
  margin-top: -10px;
}
#searchform .form-control {
  height: 30px;
  border: none;
  width: 100%;
  padding: 0 140px 0 20px;
  box-shadow: none;
}
#searchform .search-submit {
  text-indent: 0;
  position: absolute;
  top: 25px;
  right: 20px;
}

/* main menu */
.dropdown-toggle:hover,
.nav>li>a:focus,
.nav>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
.dropdown-menu>li>a:hover {
  background: none !important;
}
.nav-arrow {
  margin: 0 0 1px 10px;
}
.dropdown-menu>li>a {
  padding: 5px 20px;
}

.navbar .social-networks {
  padding: 30px 20px;
  float: left;
  width: 100%;
}
.navbar .social-networks span {
  float: left;
}
.navbar .social-networks .icon-primary {
  width: 20px;
  height: 20px;
  margin: 0 10px;
}

/*// end nav //*/

@media (min-width: 1200px) {
  .header-container {
    padding-top: 20px;
    margin-bottom: 50px;
  }
  ul.dropdown-menu {
    z-index: -1;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s ease;
    -webkit-transition: visibility 0s, opacity 0.5s ease;
    -moz-transition: visibility 0s, opacity 0.5s ease;
    -o-transition: visibility 0s, opacity 0.5s ease;
    border:none;
    display: block;
    visibility: hidden;
  }
  .dropdown.nav-item:hover > ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  ul.dropdown-menu .nav-item ul.dropdown-menu {
    left: 100%;
    top: 0;
    border-radius: 10px;
    margin-left: -10px;
  }
  .dropdown.nav-item ul.dropdown-menu .nav-item:hover > .dropdown-menu{
    opacity: 1;
    visibility: visible;
  }
  .header-banner-enabled .site-logo {
    padding: 25px 0;
  }
}

@media (max-width: 1199px) {
  body.nav-opened {
    height: 100vh;
    overflow: hidden;
  }
  .header-container {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    will-change: transform;
    transition: transform 0.2s ease;
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
  }
  .header-logo {
    margin: 0;
  }
  /* fixed header */
  .header-container.fixed {
    position: fixed;
    top: -50px;
    width: 100%;
    left: 0;
    margin: 0;
  }
  .header-container.fixed.fixed-down {
    transform: translateY(50px) !important;
    -webkit-transform: translateY(50px) !important;
    -moz-transform: translateY(50px) !important;
    -ms-transform: translateY(50px) !important;
  }
  .site-content.fixed {
    padding-top: 70px;
  }

  .site-logo {
    width: 125px;
    padding: 5px 0;
    max-height: 50px;
  }

  /*// nav //*/
  .nav-menu {
    display: block !important;
  }
  .nav-row {
    margin: 0;
  }

  .navbar {
    position: fixed;
    width: 320px;
    height: 100vh;
    top: -50px;
    left: -340px;
    z-index: 1;
    padding: 0;
    overflow-x: scroll;
  }
  .top-banner-enabled .navbar {
    top: -100px;
  }
  .header-container.top-banner-enabled.fixed {
    top: -110px;
  }
  .header-container.top-banner-enabled.fixed .navbar {
    top: -50px;
  }
  body.nav-opened .navbar {
    transform: translateX(340px) !important;
    -webkit-transform: translateX(340px) !important;
    -moz-transform: translateX(340px) !important;
    -ms-transform: translateX(340px) !important;
  }
  .navbar .row {
    margin: 0;
  }
  .login-links {
    width: 100%;
    padding: 0px 20px 30px 20px;
    margin-top: 50px;
  }
  .menu-search {
    float: left;
    width: 100%;
  }
  .btn-search {
    display: none;
  }
  .menu-search .dropdown-menu,
  .secondary-links {
    padding: 20px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    float: left;
    width: 100%;
  }
  .menu-search .dropdown-menu {
    display: block;
    position: relative;
    box-shadow: none;
    z-index: 0;
  }
  #searchform .form-control {
    padding: 0 40px 0 0;
    box-shadow: none;
    border-bottom: solid 1px #ddd;
  }
  #searchform .search-submit {
    padding: 10px 13px;
    top: 15px;
  }
  .navbar-nav {
    margin: 0;
    float: left;
    width: 100%;
    padding: 30px 0;
  }
  .navbar-nav .nav-link {
    padding-bottom: 10px;
    padding-left: 20px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  .navbar-nav .open > .nav-link {
    padding-bottom: 15px;
  }
  .navbar-nav .dropdown-menu {
    background-color: #f4f4f4;
    max-height: 0px;
    padding: 0 10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: relative;
    float: left;
    width: 100%;
    box-shadow: none;
    overflow: hidden;
    display: block;
    border: none;
  }
  .navbar-nav .open .dropdown-menu {
    max-height: 500px;
    background-color: #f4f4f4;
    margin-bottom: 20px;
    position: relative;
    float: left;
    width: 100%;
  }
  .navbar-nav .dropdown-menu>li:first-child {
    padding-top: 15px;
  }
  .navbar-nav .dropdown-menu>li:last-child {
    padding-bottom: 15px;
  }
  .navbar-nav .dropdown-menu>li .dropdown-menu{
    margin-bottom: 10px;
  }
  .navbar-nav .dropdown-menu>li .dropdown-menu>li{
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-nav .dropdown-menu>li>a {
    padding: 10px 15px 10px 25px !important;
  }

  .secondary-links .nav-item {
    padding: 10px 0;
  }

  .header-logo,
  .navbar,
  .menu-search .dropdown-menu,
  #searchform .form-control,
  .navbar-nav .dropdown-menu {
    border-radius: 0;
  }
  /*// end nav //*/
}

/*//// end header ////*/


/*//// footer ////*/
.site-footer a {
  color: white !important;
}
.site-footer a:hover {
  color: white !important;
  text-decoration: underline;
}
.site-info {
  width: 100%;
  float: left;
  padding-left: 10px;
}
.site-info .widget {
  margin-bottom: 15px;
}
.site-info p {
  margin: 0;
  color: #fff;
}
.site-info .business_address {
  font-size: 12px;
  margin-top: 5px; 
}
.footer-menu {
  padding-top: 20px;
  padding-right: 20px;
}
.footer-menu .social-networks {
  float: right;
  margin-bottom: 10px;
}
.footer-menu .social-networks .icon-primary .icon-shape {
  fill: white !important;
}
.footer-menu ul {
  width: 100%;
  float: right;
}

@media (max-width: 1199px) {
  .site-footer {
    border-radius: 0;
  }
  .footer-logo .site-logo {
    margin: auto;
    display: block;
    float: none;
  }
  .site-info {
    width: 100%;
    text-align: center;
  }
}

/*//// end footer ////*/


@media (min-width: 1200px) {
  .main-area {
    padding: 0 40px;
  }
  .sidebar-area {
    padding-right: 40px;
    padding-left: 15px;
  }
}

.widget {
  margin-bottom: 40px;
  float: left;
  width: 100%;
}
.widget.widget_fgn_news_grid {
	margin-bottom: 20px;
} 
.widget-title {
	margin-bottom: 15px;
	margin-top: 0;
}
.sidebar-area .widget {
  max-width: 255px;
  margin: 0 auto 30px auto;
}

.widget .social-networks {
  padding: 20px 30px;
	height: 60px;
}
.social-networks span {
  margin-right: 18px;
}

.social-networks span,
.social-networks .social-link {
  float: left;
}
.social-networks .icon-primary {
  width: 15px;
  height: 15px;
  margin: 0 5px;
}


@media (max-width: 1199px) {
	.main-area,
	.sidebar-area {
		float: left;
    width: 100%;
    margin-bottom: 50px;
	}
  .sidebar-area {
    margin-bottom: 50px;
  }
	.sidebar-area .widget {
		float: initial;
	}
}








/* Slick Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots li {
  float: left;
  margin-right: 10px;
}

/*/////////// focus slider ///////////*/
.main-slider {
  position: relative;
  height: 440px;
}
.main-slider .carousel-inner {
width: 100%;
border-radius: 10px;
}

.carousel-inner .slider-article {
height: 440px;
margin: 0;
position: relative;
}
.carousel-inner .slider-article:after {
content: "";
position: absolute;
display: block;
bottom: 0;
height: 65%;
left: 0;
right: 0;
background-image: -webkit-linear-gradient(top, transparent 0, #000 100%);
background-image: -o-linear-gradient(top, transparent 0, #000 100%);
background-image: linear-gradient(to bottom, transparent 0, #000 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=0);
}
.carousel-inner .entry-thumbnail {
max-width: 100%;
width: 100%;
z-index: 0;
height: 100%;
position: absolute;
top: 0;
}
.carousel-inner .img-container {
height: 100%;
min-width: 100%;
}
.carousel-inner .slider-article .entry-info {
position: absolute;
bottom: 120px;
height: auto;
padding: 0 10px;
margin-left: 20px;
z-index: 1;
}
.carousel-inner .slider-article .entry-title {
font-size: 36px;
padding: 10px 0;
margin: 0;
}
.carousel-inner .slider-article .entry-summary {
max-width: 500px;
height: 40px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.main-slider .carousel-indicators {
width: 96%;
margin-left: -48%;
padding: 10px 0;
min-height: 60px;
border-top: solid 1px #fff;
bottom: 0;
margin-bottom: 0;
}
.main-slider .carousel-indicators ol {
  padding: 0;
  margin: 0;
}
.main-slider .carousel-indicators li {
width: 33%;
padding: 0 15px;
border: none;
float: left;
text-align: left;
font-size: 18px;
text-overflow: ellipsis;
overflow: hidden;
height: 80px;
position: relative;
margin: 0;
}
.main-slider .carousel-indicators li:before {
content: "";
display: block;
position: absolute;
left: 0;
width: 0;
height: 1px;
bottom: 0px;
background: #fff;
-webkit-transition: all 150ms ease-in;
-moz-transition: all 150ms ease-in;
-ms-transition: all 150ms ease-in;
-o-transition: all 150ms ease-in;
transition: all 150ms ease-in;
}
.main-slider .carousel-indicators li.slick-current:before {
width: 100%;
top: inherit;
height: 1px;
bottom: 0px;
}
.main-slider .carousel-indicators li a {
text-indent: 0;
display: block;
}

@media (max-width: 1199px) {
  .main-slider {
    height: auto;
  }
  .carousel-inner .slider-article {
    height: 250px;
  }
  .carousel-inner .slider-article .entry-info {
    margin-left: 0;
    bottom: 20px;
  }
  .carousel-inner .slider-article .entry-title {
    font-size: 24px;
  }
}
/*/////////// end focus slider ///////////*/

/* focus grid */
.news-grid {
	float: left;
	width: 100%;
}
.news-grid .row {
	padding: 0;
}
.grid-article {
	padding: 0;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}
.grid-article.sidebar-article {
	margin-bottom: 0px;
}
.grid-article.sidebar-article .entry-thumbnail {
  height: 170px;
}
.grid-article:hover {
  box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.15);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.15);
}
.grid-article .cat-link{
	display: block;
	padding: 10px 0 0 10px; 
}
.grid-article .entry-title {
  padding: 10px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 18px;
  text-shadow: 0 0 1px rgba(0,0,0,0.3)
}
.grid-article .entry-title a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.entry-thumbnail {
	overflow: hidden;
  position: relative;
}

.entry-thumbnail .article-date {
  position: absolute;
  bottom: 0;
  width: auto;
  padding: 3px 10px 0;
  border-radius: 0 5px 0 0;
}

.entry-thumbnail img {
	width: 100%;
	height: auto;
}
.news-grid .col-sm-6 .grid-article .entry-thumbnail {
  height: 285px;
}
.news-grid .col-sm-6 .grid-article .entry-info {
  height: 80px;
}
.news-grid .col-sm-4 .grid-article .entry-thumbnail {
  height: 180px;
}
.news-grid .col-sm-4 .grid-article .entry-info {
  height: 80px;
}
.news-grid .col-sm-3 .grid-article .entry-thumbnail {
  height: 135px;
}
.news-grid .col-sm-3 .grid-article .entry-info {
  height: 110px;
}

/* featured articles */
.news-grid.grouped-big .col-sm-9 .grid-article .entry-thumbnail {
  height: 400px;
}
.news-grid.grouped-big .col-sm-9 .grid-article .entry-info {
  height: 105px;
}
.news-grid.grouped-big .col-sm-9 .grid-article .entry-title {
  padding: 20px;
  font-size: 22px;
  text-align: center;
}
.news-grid.grouped-big .col-sm-3 .grid-article .entry-thumbnail {
  height: 135px;
}
.news-grid.grouped .grid-article.article-2 .entry-info,
.news-grid.grouped .grid-article.article-3 .entry-info {
  float: left;
  width: 55%;
}
.news-grid.grouped .grid-article.article-4 .entry-info {
  width: 100%;
}
.news-grid.grouped .grid-article.article-2 .entry-thumbnail,
.news-grid.grouped .grid-article.article-3 .entry-thumbnail {
  float: left;
  width: 45%;
  height: 122px;
}

/* end featured articles */

@media (max-width: 1199px) {
	.news-grid .grid-article {
		margin: 0 0 10px;
		padding: 0;
	}
	.news-grid .entry-thumbnail {
		float: left;
		width: 45%;
		height: auto !important;
	}
	.news-grid .entry-info {
		float: left;
		width: 55%;
	}
	.news-grid .entry-title {
		white-space: normal;
		font-size: 16px;
	}
	.news-grid.hscroll .row {
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	    padding: 0 10px;
	}
	.news-grid.hscroll .col-sm-4,
	.news-grid.hscroll .col-sm-6  {
		display: inline-block;
		width: 155px;
	    margin: 0 5px;
	    padding: 0;
	}
	.news-grid.hscroll .entry-thumbnail {
	  width: 100%;
	  height: 100px !important;
	}
	.news-grid.hscroll .entry-info,
	.news-grid.hscroll .entry-title {
	  width: 100%;
	  height: 90px;
	}
  /* featured articles */
  .news-grid.grouped-big .col-sm-9 .grid-article .entry-thumbnail,
  .news-grid.grouped .col-sm-6 .grid-article.article-1 .entry-thumbnail {
    width: 100%;
  }
  .news-grid.grouped-big .col-sm-9 .grid-article .entry-info,
  .news-grid.grouped-big .col-sm-3 .grid-article .entry-info,
  .news-grid.grouped .col-sm-6 .grid-article.article-1 .entry-info,
  .news-grid.grouped .col-sm-6 .grid-article.article-4 .entry-info {
    width: 100%;
    height: 60px;
  }
  .news-grid.grouped .col-sm-6 .grid-article.article-1 .entry-info {
    text-align: center;
  }
  .news-grid.grouped-big .col-sm-9 .grid-article .entry-title {
    padding: 10px;
    font-size: 16px;
  }
  .news-grid.grouped-big .col-sm-3 .grid-article .entry-thumbnail {
    height: 135px;
  }
  .news-grid.grouped-big .col-sm-3 .grid-article:nth-child(1) .entry-info {
    height: 100px;
    width: 55%;
  }
  /* end featured articles */
}

/* end home articles */


/* pages */
.page-header {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
    margin: 0px 0 30px;
}
.page-title {
	float: left;
	margin: 0;
}
body.tag .page-title {
  text-transform: capitalize;
}

/* page navigation */
.navigation.pagination {
	width: 100%;
    border-top: solid 1px #ddd;
    border-radius: 0;
    margin-top: 10px;
    padding-top: 15px;
	margin-bottom: 40px;
}
.screen-reader-text {
	display: none;
}
.pagination .page-numbers,
.slick-dots li button {
	min-width: 30px;
	height: 30px;
	background-color: white;
	border: 1px solid #f4f4f4;
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    border-radius: 15px;
	padding: 3px 10px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
	padding: 3px 12px;
}

.page-numbers.dots + .page-numbers {
	display: none;
}

.page-numbers.dots + .page-numbers.current {
	display: block;
}

@media (max-width: 1199px) {
	.page-header {
		padding-bottom: 10px;
	    margin: 0px 0 15px;
	}
}


/* search results */
.search-selector {
  float: right;
  z-index: 1;
  margin-top: 15px;
  margin-right: 5px;
}
.search-selector .dropdown-toggle {
  padding: 15px;
  cursor: pointer;
}
.search-selector .dropdown-menu {
  margin-top: 5px;
  left: -5px;
}

@media (max-width: 1199px) {
  .search-selector {
    float: left;
  }
  .search-selector.opened .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: block;
    border: none;
  }
}

/* single article */
.article-page .content-area,
.article-container,
.entry-content,
.entry-meta,
.article-content,
.article-topics {
  float: left;
  width: 100%;
}
.article-container {
  padding: 50px 70px 50px;
  margin-bottom: 40px;
}
.article-container .entry-title {
  margin: 0;
  margin-bottom: 50px;
}
.article-container .entry-thumbnail {
  margin: 0 -60px 40px;
  overflow: hidden;
  background-color: #ddd;
}
.article-container .thumbnail-caption {
  width: 100%;
  float: left;
  padding: 10px 10px 10px 60px;
  background: white;
}
.article-date {
  float: left;
  width: 50%;
  padding-top: 10px;
}
.article-actions {
  float: right;
  width: 50%;
}
.article-actions .btn {
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: solid 1px #ddd;
  margin-right: 15px;
}
.article-actions .btn:first-of-type {
  margin-right: 0;
}
.article-actions .btn-share {
  position: relative;
  padding: 9px;
}

.article-share {
  position: absolute;
  top: 0;
  right: 0;
  background: white;
  box-shadow: 0px 0px 10px 0px rgba(51,51,51,0.25);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(51,51,51,0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(51,51,51,0.25);
  border-radius: 20px;
  padding: 3px 5px 2px 0px;
  width: 40px;
  opacity: 0;
  overflow: hidden;
  transition: width 0.5s ease;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
}
.article-actions .btn-share .close-icon {
  display: none;
}
.jssocials-shares {
  margin: 0 !important;
  opacity: 0;
}
.jssocials-share{
  margin: 0 10px 0 0 !important;
  width: 35px;
  height: 35px;
  padding: 6px;
  background: white;
  border-radius: 100%;
}
.jssocials-share:last-child {
  margin-right: 0 !important;
}
.article-actions .btn-share:hover {

}
.article-actions .btn-share:hover .share-icon {
  display: none;
}
.article-actions .btn-share:hover .article-share {
  padding: 3px 5px 2px 5px;
  width: 225px;
  opacity: 1;
}
.article-actions .btn-share:hover .article-share .jssocials-shares {
  opacity: 1;
}
.article-actions .btn-share:hover .article-share,
.article-actions .btn-share:hover .close-icon {
  display: block;
} 

.article-content {
  margin: 30px 0;
}
.article-page p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 20px;
}
.article-page p:first-of-type {
  font-weight: 400;
}
.article-page blockquote p {
  font-weight: 300 !important;
  margin-bottom: 5px;
}
.article-page blockquote .jssocials-shares {
  opacity: 1;
}
.article-page blockquote .jssocials-share-link {
  width: 130px;
  color: #0075c4 !important;
  text-align: left;
  font-weight: 300;
}
.article-page blockquote .jssocials-share-label {
  font-size: 16px;
}
.article-topics {
  border-top: solid 1px #ddd;
  padding-top: 25px;
}
.article-topics .btn {
  margin: 0 10px 10px 0;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  body.single {
    padding-bottom: 50px;
  }
  .article-page {
    padding: 0;
  }
  .article-container {
    padding: 30px 20px;
    border-radius: 0;
  }
  .article-container .entry-title {
    margin-bottom: 20px;
  }
  .article-container .entry-thumbnail {
    margin: 0 -10px;
    margin-bottom: 20px;
  }
  .article-container .thumbnail-caption {
    font-size: 12px;
    padding-left: 10px;
  }

  .article-actions .btn-share {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0;
    border-radius: 0;
    border: none;
    z-index: 1;
  }
  .article-actions .btn-share .share-icon {
    display: none;
  }
  .article-actions .btn-share:hover .article-share,
  .article-share {
    position: relative;
    width: 100%;
    border-radius: 0;
    padding: 8px 5px 7px 5px;
    opacity: 1;
  }
  .jssocials-shares {
    opacity: 1;
  }
  .jssocials-share {
    margin: 0 30px 0 0 !important;
  }

  .article-content {
    margin-bottom: 20px;
  }
  .article-container p {
    font-size: 16px;
  }

  .article-topics {
    padding-top: 10px;
  }
  .related-articles {
    padding: 0 10px;
  }
  .related-articles .widget-title {
    padding-left: 10px;
  }
}

/* single-gallery */
.article-content .gallery {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.article-content .gallery .gallery-item {
  margin-bottom: 10px;
}
.article-content .gallery .gallery-item .gallery-caption {
  display: none;
}
.article-content .gallery .gallery-item:first-of-type {
  width: 100%;
  height: auto;
}
.article-content .gallery .gallery-item:first-of-type img {
  width: 100%;
  height: auto;
  max-height: 600px;
}
.article-content .gallery .gallery-item:first-of-type .gallery-caption {
  display: block;
  min-height: 20px;
  background-color: white;
}

.article-content .gallery-columns-3 .gallery-item {
  overflow: hidden;
  float: left;
  width: 33.3%;
  padding: 0 10px;
}
.article-content .gallery-columns-3 .gallery-item img {
  width: 100%;
  height: auto;
}
.article-content .gallery-columns-4 .gallery-item {
  height: 80px;
  overflow: hidden;
}
.article-content .gallery-columns-4 .gallery-item img {
  min-height: 80px;
}
.article-content .gallery-columns-5 .gallery-item {
  height: 70px;
  overflow: hidden;
}
.article-content .gallery-columns-5 .gallery-item img {
  min-height: 70px;
}
/* end of single-gallery */



/* single pages */
.single-page .page-content {
  padding: 50px;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .single-page .page-content {
    padding: 20px;
    margin-bottom: 30px;
  }
}

.tsp-grid .grid-article .entry-thumbnail {
  height: 135px;
}
.tsp-grid .grid-article .entry-info {
  height: 80px;
}

@media (max-width: 1199px) {
  .tsp-grid .grid-article .entry-thumbnail {
    height: 135px;
  }
}

/* myFOCUS */
.topics-widget .btn {
  margin: 5px;
}
.viewed-article-icon {
  position: absolute;
  width: 40px;
  height: 35px;
  right: 20px;
  padding: 8px 6px;
  border-radius: 0 0 10px 10px;
}
.viewed-article-icon:hover + .tooltip-sm {
  display: block !important;
}
.viewed-article-icon + .tooltip-sm {
  right: 15px;
  top: 37px;
}


/* forms */
.focus-form .input-item input,
.focus-form .input-item textarea,
.focus-form .input-item label {
  font-weight: 300;
}
.focus-form .input-item {
  height: 50px;
  width: 100%;
  position: relative;
  margin-top: 30px;
  padding-top: 10px;
}
.focus-form .input-item:first-of-type {
  margin-top: 0;
}
.focus-form .input-item input,
.focus-form .input-item textarea {
  border-radius: 5px;
  width: 100%;
  position: relative;
  bottom: 0px;
  left: 0px;
  padding: 5px 15px;
  height: 40px;
}

.focus-form .input-item.text-area {
  height: auto;
}
.focus-form .input-item textarea {
  min-height: 80px;
  width: 100% !important;
}
.focus-form .input-item label {
  position: absolute;
  top: 0;
  left: 20px;
  padding: 0 5px;
  background: white;
}

.focus-form .form-submit {
  margin-top: 10px;
  width: 100%;
}

.animated-form .input-item label {
  top: 18px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.animated-form .input-item input:focus + label,
.animated-form .input-item.filled label {
  top: 0px;
}

/* validations Contact Form 7 */
.screen-reader-response {
  display: none;
}
.wpcf7-not-valid {
  border: solid 1px red !important;
}
.wpcf7-not-valid-tip {
  position: relative;
  color: red;
  font-weight: 300;
  font-size: 12px;
}

/* mailchimp */

#subscribe-modal.in .modal-dialog {
  margin-top: 20vh;
}
#subscribe-modal .modal-header .modal-title {
  max-width: 480px;
}
#subscribe-modal .modal-footer {
  border: none;
}
.focus-form .input-item {
  margin-bottom: 30px;
}
#mce-error-response a {
  text-decoration: underline;
}

#mc_embed_signup .input-item div.mce_inline_error {
  position: absolute;
  top: 20px;
  right: 0;
  background: none;
  color: red;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
#mc_embed_signup .input-item input.mce_inline_error {
  border-color: red;
}

#updateuser p.error {
  color: #c00;
  font-weight: 700;
  float: right;
}


/* Events */
.events-list .page-content {
  background: none;
} 
.tribe-events-list .tribe-events-loop .tribe-events-event-image {
  width: 100%;
}

.tribe-events-page-title,
.tribe-events-list .tribe-events-loop .tribe-events-list-event-description,
.single-tribe_events .tribe-events-venue-map {display: none;}
.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {max-width: 100%;}
.tribe-events-list .tribe-events-event-image {width: 100%;}
.tribe-events-list .tribe-events-loop .tribe-events-content {height: auto;}

.tribe-events-loop .tribe-events-event-meta,
.tribe-events-list .tribe-events-venue-details,
.tribe-events-sub-nav li a,
.single-tribe_events .tribe-events-schedule,
.single-tribe_events .tribe-events-event-meta {
  background: none !important;
  border: none !important;
}

.tribe-events-list-separator-month {
  font-size: 13px;
  font-weight: normal;
  padding: 0;
  height: 38px;
  margin: 0;
  text-align: left;
  float: left;
  width: 100%;
}
.tribe-events-list-separator-month span {
  padding: 10px 0;
  background: none;
  float: left;
}
.tribe-events-list-separator-month:after {border-bottom: 0px;}
.tribe-events-calendar thead th {
  background-color: rgb(29, 48, 95) !important;
}

.tribe-events-meta-group-details, .tribe-events-meta-group-organizer {width: 50% !important;}

.tribe-events-list .type-tribe_events {
  padding-top: 0 !important;
  margin-top: 0 !important;
  background-color: #fff;
  float: left;
  width: 100%;
  overflow: hidden;
}
.tribe-events-list .type-tribe_events:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05), 0 5px 5px rgba(0, 0, 0, 0.05);
}
.tribe-events-list .type-tribe_events .col-sm-4{
  padding: 0;
  float: left;
}
.tribe-events-list .type-tribe_events .col-sm-4 .tribe-events-event-image{
  margin: 0;
}
.tribe-events-list .type-tribe_events .col-sm-8 {
  padding: 20px;
  float: left;
}
.tribe-events-list .type-tribe_events h2 {
  margin-top: 0;
}

.tribe_events.has-post-thumbnail .tribe-events-event-image{
  display: none;
}

.tribe-events-single .dw_focus_widget_news_grid {border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;}


/* Current Event */
.current-event {
  position: relative;
  overflow: hidden;
  padding: 0 10px; 
}
.current-event .background-image {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  left: 0px;
  top: 0px;
}
.current-event .logo img,
.current-event .background-image img {
  width: 100%;
}

.current-event .event-info {
  padding: 0 10px;
  padding-left: 10px;
  color: white;
  margin-bottom: 20px;
}
.current-event .event-logo {
  position: relative;
  display: block;
  max-height: 130px;
  margin-top: -10px;
}
.current-event .event-logo img {
  max-height: 130px;
}
.current-event .event-info .entry-title {
  font-size: 21px;
  font-weight: 500;
}
.current-event .event-info .entry-title a {
  color: #fff !important;
}
.current-event .event-info .time-details {
  margin-bottom: 30px;
}
.current-event .event-info .venue-details {
  font-weight: 400;
}
.current-event .event-articles {
  padding: 20px 0 0 0;
}
.current-event .event-articles .col-md-6 {
  padding: 0 10px;
}
.current-event .event-articles .focus-article {
  height: 80px;
}
.current-event .event-articles .grid-article,
.current-event .event-articles .focus-article,
.current-event .event-articles .entry-info,
.current-event .event-articles .entry-title,
.current-event .event-articles .entry-title a {
  float: left;
  width: 100%;
  height: 100%;
}
.current-event .event-articles .focus-article {
  height: 80px !important;
}

@media (max-width: 767px) {
  .current-event .event-articles .col-md-6:nth-child(n+4) {
    display: none;
  }
}

@media (max-width: 640px) {
  .current-event .event-logo {
    top: 0px;
  }
  .current-event .event-info {
    padding-left: 0;
  }
  .current-event .background-image {
    height: 320px;
  }
  .current-event .event-articles {
    padding-top: 0;
    background: #fff;
    margin: 0 -10px;
    padding-right: 0;
  }
  .current-event .event-articles .col-md-6,
  .current-event .event-articles .grid-article {
    margin-bottom: 0;
    padding: 0;
  }
  .current-event .event-articles .focus-article {
    border-bottom: solid 1px #ddd;
    border-radius: 0;
    height: auto !important;
    padding: 10px 0;
  }
  .current-event .event-articles .focus-article .entry-title {
    font-size: 16px;
  }
}

/* banners */
.top-banner {
  padding: 10px 0;
  width: 100%;
  float: left;
}
.grid_container {
  margin: 0 !important;
  height: auto !important;
}
.article-page .grid_container {
  padding: 0 10px !important;
  margin-bottom: 30px !important;
}
#header-widgets .wppaszone {
  float: right;
  padding: 10px;
}

#header-widgets .grid_container:nth-child(2) {
  margin-left: 20px !important;
}

.home .site-content .wppaszone .grid_container {
  margin: 0 auto 10px !important;
  width: 100% !important;
}
.home .site-content .wppaszone .grid_container:first-child {
  margin-top: 0 !important;
}
.home .site-content .wppaszone .grid_container:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 1200px) {
  .home .site-content .wppaszone>div {
    width: auto;
  }
  .home .site-content .wppaszone .grid_container {
    margin: 0 10px !important;
    width: auto !important;
  }
  .home .site-content .wppaszone.col2 .grid_container:nth-child(2) {
    float: right !important;
  }

}

.single-post .col-lg-9 .wpproadgrid .grid_container {
  width:100% !important;
}
.single-post .col-lg-9 .wpproadgrid .grid_container:first-child {
  float: right !important;
}
.single-post .col-lg-9 .wpproadgrid .grid_container:nth-child(3) {
  margin-left: 33px !important;
}


.fgn_adzone {
  float: left;
  width: 100%;
  position: relative;
}
.fgn_banner {
  float: left;
  position: relative;
}
.fgn_adzone.acols-1 .fgn_banner {
  width: 100% !important;
  margin-bottom: 20px;
}
.fgn_adzone.acols-1 .fgn_banner:last-child {
  margin-bottom: 0;
}

.fgn_adzone.acols-2 .fgn_banner,
.fgn_adzone.acols-3 .fgn_banner {
  padding: 0 10px;
}

#header-widgets .fgn_adzone {
  float: right;
  padding: 10px;
  width: auto;
}
#header-widgets .fgn_adzone .fgn_banner {
  padding: 0;
}
#header-widgets .fgn_adzone .fgn_banner:nth-child(2) {
  margin-left: 10px;
}

@media (max-width: 1199px) {
  .fgn_adzone .fgn_banner {
    width: 100%;
    margin-bottom: 20px;
  }
  .fgn_adzone .fgn_banner:last-child {
    margin-bottom: 0;
  }
  .fgn_adzone .fgn_banner {
    float: inherit;
  }
}

.article-page .site-main .fgn_adzone {
  margin-bottom: 30px !important;
}

/* most read */

.sidebar-most-read ul {
  padding: 10px;
  float: left;
}
.sidebar-most-read ul li {
  border-top: solid 1px #ddd;
  float: left;
}
.sidebar-most-read ul li:first-child {
  border: none;
}
.sidebar-most-read ul li a {
  padding: 10px 0;
  float: left;
}


/* Asia Ad block */
.widget_fgn_asia_ad_block .block_main {
  background: url('https://focusgn.com/wp-content/themes/focus_eco/assets/images/asia-pacific-block-bg.jpg');
  background-size: cover;
  height: 80px;
  padding: 30px;
}
.widget_fgn_asia_ad_block .block_main.sidebar_ad {
  background: url('https://focusgn.com/wp-content/themes/focus_eco/assets/images/asia-pacific-block-bg-md.jpg');
  background-size: cover;
  height: 270px;
}
.widget_fgn_asia_ad_block .block_main.big_ad {
  height: 175px;
  background: url('https://focusgn.com/wp-content/themes/focus_eco/assets/images/asia-pacific-block-bg-xl.jpg');
  background-size: cover;
}
.widget_fgn_asia_ad_block .logo_focus_asia img {max-width: 160px;}
.widget_fgn_asia_ad_block .block_main.big_ad .logo_focus_asia img {max-width: 210px;}
.widget_fgn_asia_ad_block .copy-container, .copy-container h4, .copy-container a {float: left;}
.widget_fgn_asia_ad_block .copy-container h4 {max-width: 240px;}
.widget_fgn_asia_ad_block .copy-container a {margin-left: 30px; margin-top: 15px;}
.widget_fgn_asia_ad_block .block_main.sidebar_ad .copy-container a {margin-left: 30px; margin-top: 10px;}
.widget_fgn_asia_ad_block .block_main.sidebar_ad .copy-container h4 {font-size: 16px;}
.widget_fgn_asia_ad_block .block_main.normal_ad {padding: 10px 30px;}
.widget_fgn_asia_ad_block .block_main.normal_ad .logo_focus_asia {float: left; width: 200px; margin-top: 5px;}
.widget_fgn_asia_ad_block .block_main.big_ad .copy-container {margin: 10px;}

@media (max-width: 1199px) {
  .widget_fgn_asia_ad_block .logo_focus_asia img {max-width: 135px !important;}
  .widget_fgn_asia_ad_block .block_main {
    background: url('https://focusgn.com/wp-content/themes/focus_eco/assets/images/asia-pacific-block-bg.jpg');
    background-size: cover;
  }
  .widget_fgn_asia_ad_block .block_main.sidebar_ad {
    background: url('https://focusgn.com/wp-content/themes/focus_eco/assets/images/asia-pacific-block-bg-xs.jpg');
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .widget_fgn_asia_ad_block .block_main,
  .widget_fgn_asia_ad_block .block_main.big_ad {
    background: rgb(204,2,18);
    background: #77060f;
    background: #e60012;
    background: -moz-linear-gradient(-60deg, rgba(120,5,15,1) 0%, rgba(230,0,18,1) 100%);
    background: -webkit-linear-gradient(-60deg, rgba(120,5,15,1) 0%, rgba(230,0,18,1) 100%);
    background: linear-gradient(-60deg, rgba(120,5,15,1) 0%, rgba(230,0,18,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e60012",endColorstr="#77060f",GradientType=1);
    height: auto;
    display: inline-block;
  }
  .widget_fgn_asia_ad_block .block_main .copy-container a {margin-top: 5px;}
}