/*
Theme Name:     MagnesiaNews
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/

body,
a,
p,
div,
h1, 
h2, 
h3, 
h4, 
h5, 
h6,
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a,
strong,
.td-main-content-wrap .vc_tta-tab a, 
.td-main-content-wrap .td-subcat-filter .td-subcat-list a, 
.td-main-content-wrap .td_module_wrap .entry-title, 
.td-main-content-wrap .block-title,
.td-main-content-wrap .wp-caption-text, 
.td-main-content-wrap .wp-caption-dd,
.td-main-content-wrap .td-header-row,
.td-main-content-wrap .td-excerpt,
.td-footer-wrapper .footer-text-wrap,
.td-footer-wrapper .block-title {
  font-family: 'PFBagueSansPro', sans-serif;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6,
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a,
strong,
.td-main-content-wrap .vc_tta-tab a, 
.td-main-content-wrap .td-subcat-filter .td-subcat-list a, 
.td-main-content-wrap .td_module_wrap .entry-title, 
.td-main-content-wrap .block-title,
.td-main-content-wrap .wp-caption-text, 
.td-main-content-wrap .wp-caption-dd {
  font-weight: bold;
}

/*
.td-main-content-wrap .wp-caption-text, 
.td-main-content-wrap .wp-caption-dd {
  font-size: 14px;
}
*/

@media (max-width: 767px) {
  .hidden-u768 {
    display: none;
  }
}

@media (min-width: 768px) {
  .hidden-o767 {
    display: none;
  }
}

/* -------------------------------------------------------------------------- */
/* --------------------------- Theme Layout Fixes --------------------------- */
/* -------------------------------------------------------------------------- */

@media (min-width: 768px) {
  .vc_row .td-pb-span4 {
    width: 33.33333333%;
  }

  .vc_row .td-pb-span6 {
    width: 50%;
  }

  .vc_row .td-pb-span8 {
    width: 66.66666667%;
  }
}

/* -------------------------------------------------------------------------- */
/* -------------------------- Theme Grid Overrides -------------------------- */
/* -------------------------------------------------------------------------- */

.td-container, 
.tdc-row, 
.tdc-row-composer {
  padding-left: 12px;
  padding-right: 12px;
  max-width: 1124px;
  width: auto;
}

.td-main-content-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.td-main-content-wrap .td-pb-row {
  width: auto;
  margin-left: -12px;
  margin-right: -12px;
}

.td-main-content-wrap .td-pb-row [class*="td-pb-span"] {
  padding-left: 12px;
  padding-right: 12px;
}

.td-main-content-wrap .wpb_button, 
.td-main-content-wrap .wpb_content_element, 
.td-main-content-wrap ul.wpb_thumbnails-fluid > li,
.td-main-content-wrap .widget {
  margin-bottom: 24px;
}

/* -------------------------------------------------------------------------- */
/* --------------------------------- Colors --------------------------------- */
/* -------------------------------------------------------------------------- */

.block-title a, 
.block-title span, 
.block-title label {
  background-color: #4db2ec;
}

.td_module_wrap:hover .entry-title a {
  text-decoration: none;
  color: #ec8332;
}

/* -------------------------------------------------------------------------- */
/* ------------------------------ Breadcrumbs ------------------------------- */
/* -------------------------------------------------------------------------- */

.entry-crumbs {
  display: none;
}

/* -------------------------------------------------------------------------- */
/* ----------------------------- Below Menu Ad ------------------------------ */
/* -------------------------------------------------------------------------- */

.below-menu-ad {
	text-align: center;	
}

@media (min-width: 768px) {
	.hidden-o767 {
		display: none;	
	}
}


.popup-mobile-ad {
  display: none;
  position: fixed;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.5s linear;
  padding: 25px;
  max-width: 350px;
  width: 100%;
}

.popup-mobile-ad.active {
  display: block !important;
  z-index: 1000;
  opacity: 1;
}

.popup-mobile-ad .close {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

.popup-mobile-ad .close::before,
.popup-mobile-ad .close::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #FDB813;
  top: 50%;
  left: 50%;
  display: block;
  position: absolute;
}

.popup-mobile-ad .close::before {
  transform: translate(-50%, -50%) rotateZ(45deg);
}

.popup-mobile-ad .close::after {
  transform: translate(-50%, -50%) rotateZ(-45deg);
}



.get-app-notification {
  background: #D6D6D6;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.get-app-notification .inner {
  overflow: hidden;
}

.get-app-notification .cell {
  padding: 0 8px;
  vertical-align: middle;
  display: inline-block;
  line-height: 0;
}

.get-app-notification .message {
  font-size: 12px;
  text-align: right;
  line-height: 1;
}

.get-app-notification .message span {
  font-weight: bold;
}

.get-app-notification .arrow svg {
  width: 28px;
  fill: #018FCC;
}

.get-app-notification .cta {
  padding: 0;
}

.get-app-notification .cta a {
  display: inline-block;
  width: 120px;
}

@media (min-width: 480px) {
  .get-app-notification .cell {
    padding: 0 10px;
  }

  .get-app-notification .cta {
    padding: 0;
  }

  .get-app-notification .message {
    font-size: 20px;
  }

  .get-app-notification .arrow svg {
    width: 35px;
  }

  .get-app-notification .cta a {
    width: 160px;
  }
}
