/*!
Theme Name: Dialogo Americas
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dialogo-americas
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*
 * -----------------------------------------------------------------------------
 * Bootstrap template changes
 * -----------------------------------------------------------------------------
*/

.row-flex {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;	
}

@media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1550px !important;
	}
}

/*
 * -----------------------------------------------------------------------------
 * End Bootstrap template changes
 * -----------------------------------------------------------------------------
*/

/*
 * -----------------------------------------------------------------------------
 * Global Text
 * -----------------------------------------------------------------------------
*/

.page strong{
	font-family:  brandon-grotesque,   sans-serif;	
	font-size: 20px !important;
}


span.heading.title {
    letter-spacing: 5px;
}

:hover, a:hover, a{
	transition: all 0.3s ease !important;
}

section  h1, section  h2, section  h3, section  h4, section  h5, section  h6,section  a, h1, h2, h3, h4, h5, h6,.post-date{
	font-family:  brandon-grotesque,   sans-serif;
	font-weight:  700;
	font-style:  normal;
}

section  p, p{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

.white{
	color: #fff !important;
}

.blue{
	color: #081e3f !important;
}

.yellow{
	color: #ffcc00 !important;
}

figcaption{
    color: #2b2b2b;
    font-size: 14px;
	padding: 20px 0px 7px 0px;
	font-family: 'Roboto', sans-serif;
}


li, a, p, ul, div {
    word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6, a.btn.btn-primary, a.btn.btn-secondary a.other-magazines-link, .post-title span, .magazines-section .post-title span, .download-pdf a, .download-pdf a, section.special-report-container a{
	text-transform: none !important;
}

span.heading-title h6 {
    text-transform: uppercase !important;
}




/*
 * -----------------------------------------------------------------------------
 * End Global Text
 * -----------------------------------------------------------------------------
*/

/*
 * -----------------------------------------------------------------------------
 * Global Slider CSS
 * -----------------------------------------------------------------------------
*/


/*Old slider code, width 100%*/
/*background-position: center center; background-size: cover; background-repeat: no-repeat; position: relative; box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.45);*/



.home .hero-slider-container {
    padding-top: 45px;
}


.hero-slide{
	margin: 0px auto 0px;
  	padding: 0px 0px 0px 0px;
  	height: calc(80vw * 0.75); 
}


section.slick-slide {
    float: left;
}


.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

button.slick-prev, button.slick-next.slick-arrow {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0%, 0%);
	cursor: pointer;
	background-color: transparent;
	border:none;
}

button.slick-next.slick-arrow {
    right: 0;
}

button.slick-prev.slick-arrow {
    left: 0;
}



@media (max-width: 991px) {
	.home .hero-slider-container {
    	padding-top: 100px;
	}
}   

@media (max-width: 620px) {
	.hero-slide{
  		height: auto; 
	}
	.feature-image-wrapper{
		height: 720px !important;
	}
}   


/*
 * -----------------------------------------------------------------------------
 * End Global Slider CSS
 * -----------------------------------------------------------------------------
*/

/*
 * -----------------------------------------------------------------------------
 * Miscellaneous 
 * -----------------------------------------------------------------------------
*/

/*
body{
	margin-top: 0px !important;
}

iframe#gt-nvframe{
	display: none !important;
	margin-top: 0px !important;
}
*/



.alignright, .alignleft, .aligncenter {
    margin-bottom: 0.5em !important;
}

.entry-content ul, .entry-content ol {
    margin: 0 0 1.5em 1em !important;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    clear: initial;
}

.entry-content a {
    color: #0a3e82 !important;
	overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
   /* Adds a hyphen where the word breaks, if supported (No Blink) */
   -ms-hyphens: auto;
   -moz-hyphens: auto;
   -webkit-hyphens: auto;
   hyphens: auto;
}


span.last-pagination, span.first-pagination {
    padding: 0px 15px;
	text-transform: uppercase;
}

div#pagination {
    margin: 85px 0px;
	word-wrap: break-word;
}

.page-template-photo-gallery-template div#pagination{
	margin-left: 5px;
}

.category-videos-es div#pagination, .category-videos div#pagination, .category-videos-pt-br div#pagination{
	margin-left: -10px !important;
}

.archive div#pagination {
	margin-left: -15px;
}


div#pagination a, div#pagination span.current  {
	font-family:  brandon-grotesque,   sans-serif;
    background-color: #e0e5eb;
    padding: 10px 15px;
    color: #150d62;
    margin: 15px 12px 0px 0px;
	display: inline-block;
}

div#pagination span.current {
    background-color: #ffcc00;
}


.white-background{
	background-color: #fff;
}

img{
	width: 100%;
}

hr.long-yellow-separator, hr.small-yellow-separator, hr.long-gray-thick-separator {
	background-color: #ffcc00;
    height: 4px;
    margin-bottom: 1.5em;
}
hr.long-gray-separator{
	background-color: #585858;
	height: 1px;
} 

hr.small-yellow-separator {
	max-width: 70px;
    margin-inline: initial;
}

hr.long-gray-thick-separator{
	background-color: #f0f0f0;
}

a.btn.btn-primary,  a.btn.btn-secondary, button.btn.btn-close-modal{
    background-color: #fecb00;
    border: none;
    border-radius: 0px;
    padding: 10px 40px;
    margin-top: 20px;
	color: #000000;
	font-size: 18px !important;
}

a.btn.btn-secondary{
	background-color: #081e3f !important;
	color: #fff !important;
	font-size: 18px;
}

li#toplevel_page_theme-general-settings ul.wp-submenu.wp-submenu-wrap a.wp-first-item:before {
    content:'Footer '; 
}

/* Breadcrumbs */

span#breadcrubs a, span#breadcrubs {
    color: #fff;
	font-family:  roboto,   sans-serif;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 300;
}

i.fa.fa-angle-double-right {
    padding: 0px 30px;
}

span#breadcrubs {
    position: relative;
    top: 80px;
}

/* End Breadcrumbs */

/* #Progress Button / back to top*/


:root {
	font-size: 20px;
	--red: #da2c4d;
	--yellow: #f8ab37;
	--green: #2ecc71;
	--white: #ffffff;
	--grey-light: #f2f7f9;
	--grey: #ecedf3;
	--black: #080808;
	--black-blue: #1f2029;
	--black-blue-light: #353746;
	--black-blue-light-2: #404255;
	--black-blue-light-3: #4b4d64;
	--black-light: #424455;
}

.progress-wrap {
	position: fixed;
	right: 10px;
	bottom: 10px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset  0 0 0 2px rgba(255,255,255,0.2);/*this is the shadow of the circle*/
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: var(--grey);
    left: 0;
    top: 0px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    font-family: "Font Awesome 5 Free";
    content: "\f062";
    vertical-align: middle;
    font-weight: 900;
	color: #929292;/* this is the color of the arrow*/
}

.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
    position: absolute;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background-image: linear-gradient(298deg, var(--red), var(--yellow));
    -webkit-background-clip: text;
    -webkit-text-fill-color: #2f4f4f;/* Color of the arrow after click */
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    font-family: "Font Awesome 5 Free";
    content: "\f062";
    font-weight: 900;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: #929292;/* this is the color of the circle*/
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}


/* End Progress Button */	

@media only screen and (max-width: 567px){
	
	i.fa.fa-angle-double-right {
    	padding: 0px 15px;
	}
	
	input{
		width: 100% !important;
	}
}


/*
 * -----------------------------------------------------------------------------
 * End Miscellaneous 
 * -----------------------------------------------------------------------------
*/




/*
 * -----------------------------------------------------------------------------
 * Small Header 
 * -----------------------------------------------------------------------------
*/


span#language-dropdown {
    margin-left: auto;
    display: inline-flex;
	position: relative;
	z-index: 1;
}

span#language-dropdown .wpml-ls-statics-shortcode_actions {
    max-width: 233px;
	text-align: left;
}

a.js-wpml-ls-item-toggle.wpml-ls-item-toggle::before{
    position: absolute !important;
    background: #ffcc00 !important;
    padding: 13.6px 15px !important;
    z-index: 99 !important;
    top: -1px !important;
    right: -1px !important;
	content: '';
}

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown {
    position: relative;
    z-index: 9999;
}


span#language-dropdown a{
	color: #081e3f !important;
	font-family: 'Roboto', sans-serif;	
	font-size: 14px !important;
	text-transform: uppercase !important;
}

.language-selector label{
	color: #fff;
	font-family: 'Roboto', sans-serif;	
	font-size: 16.5px;
	margin-right: 25px;
}

.language-selector {
    display: flex;
}

a.social-button i:hover {
    color: #fff;
}

.small-header-animation{
	max-height: 0 !important;
    transition: max-height 0.15s ease-out !important;
    overflow: hidden !important;
	padding: 0px !important;
}


div#small-header a{
	color: #ffcc00;
}

div#small-header {
    background-color: #081e3f;
	max-height: 500px;
    transition: max-height 0.25s ease-in;
	padding: 10px 0px;
	z-index: 2;
	position: relative;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    color: #081e3f;
	z-index: 99999;
}

div#small-header .social-buttons a {
    color: #ffcc00;
    font-size: 20px;
    padding-right: 24px;
}
@media only screen and (max-width: 991px){
	
	div#small-header .social-buttons a {
	    padding: 0px 10px;
	}
	.social-buttons {
		display: block;
		margin-right: auto;
		text-align: center;
		margin-left: auto;
	}

	.language-selector {
		display: block;
		text-align: center;
		margin: 10px;
	}
}

@media only screen and (max-width: 436px){
	span#language-dropdown {
   		margin-left: auto;
    	display: inline-block;
	}
	.language-selector label{
		margin-right: 0px;
	}
	
	div#small-header .social-buttons a{
		padding-right: 0px;
		padding: 10px;
	}
}
/*
 * -----------------------------------------------------------------------------
 * End Small Header 
 * -----------------------------------------------------------------------------
*/




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


/*Mobile menu*/

.navbar-modern {
	display: block;
	width: 100%;
	position: fixed;
	z-index: 999;
	height: 0px !important;
}

.height-menu{
	height: 100% !important;
}

.navbar-modern .nav-bar ul li {
	display: block;
}

.navbar-modern .nav-bar ul {
	text-align: center;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items: center;
	margin: 0;
	padding: 0;
}

.navbar-modern .nav-bar ul li a {
	font-size: 18px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #000;
	padding: 18px;
	text-transform: uppercase;
}

.nav-bar {
	text-align: center;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items: center;
	position: relative;
}
.navbar-modern button.menu-btn {
	display:none;
}

@media only screen and (max-width: 1200px){

	 .navbar-modern button.menu-btn {
		position: relative;
		top: -90px;
		right: 0;
		background-color: unset;
		border: 0;
		font-size: 26px;
		display: block;
		padding: 15px 20px;
		color: #081e3f;
    	outline: none;
    	z-index: 1;
    	background: #ffcc00 !important;
		border-radius: 0px;
		min-width: 63px;
	}
    .navbar-modern .nav-bar {
        left: -950px;
        background-color: rgba(255, 255, 255, 0.95);
        transition: 1s;
        height: 100%;
    }

	.navbar-modern.open-nav  .nav-bar{
	    left: 0;
	    width: 100%;
	    transition: left 0.5s;
	    height: 100%;
		top: 0px;
	}

	.navbar-modern .nav-bar ul li a {
	     display: block;
	     color: #fff;
	}
	.navbar-modern.open-nav button.menu-btn i:before {
	    content: '\f00d ';
	}
	.navbar-modern button.menu-btn {
    float: right;
	}
	.nav-bar {
	position: absolute;
	}
}

@media only screen and (max-width: 1200px){
	.navbar-modern button.menu-btn {
		top: -80px;
	}
}
@media only screen and (max-width: 991px){
.navbar-modern.open-nav  .nav-bar{
		padding-top: 67px;
	}

}

@media only screen and (max-width: 767px){
	.site-branding {
		padding-top: 0px;
	}
	.navbar-modern button.menu-btn {
		top: -72px;
	}
	i#mobile-search-button {
	bottom: 53px !important;
}
}
@media only screen and (max-width: 467px){
	.navbar-modern.open-nav  .nav-bar{
		padding-top: 46%;
	}
	
}


/*End Mobile menu*/

ul#primary-menu a:hover, i#desktop-search-button:hover, nav#site-navigation ul li.current-menu-item a {
    color: #fff !important;
	transition: all 0.3s ease !important;
}

ul#primary-menu a.scroll-hover:hover, i#desktop-search-button.scroll-hover:hover, nav#site-navigation ul li.current-menu-item a.scroll-hover {
    color: #ffcc00 !important;
}

.hide {
 display: none !important;
}

i#mobile-search-button, form.mobile-search-form, form.mobile-search-form{
	display: none;
}

form.mobile-search-form input{
	width: auto !important;
}

input.search-submit {
	background-color: #081e3f !important;
	border-color: #081e3f !important;
	padding: 9.4px !important;
	color: #ffcc00 !important;
	font-size: 18px;
	text-transform: uppercase;
	
}

input.search-field {
    position: relative;
    right: -7px;
    border-radius: 0px;
    color: #081e3f;
    font-family: brandon-grotesque, sans-serif;
    font-size: 16px;
    padding: 7px;
    top: -1px;
}


form.search-form{
	display: none;
}

i#desktop-search-button {
    color: #ffcc00;
    margin-left: 45px;
	cursor: pointer;
	position: relative;
	bottom: 0px;
}

form.search-form {
    position: absolute;
    right: 0px;
    top: 70px;
}

.nav-bar {
    top: -108px;
    float: right;
}

.logo img {
	width: 210px;
    padding: 15px 15px 15px 0px;
	z-index: 1;
    position: relative;
	transition: all 0.3s ease!important;
}

.scroll-size {
    width: 120px !important;
	transition: all 0.3s ease!important;
}
.navscroll .nav-bar {
	top: -78px;
	transition: all 0.3s ease !important;
}
p.site-title{
	display: none;
}

button.burger {
    background-color: transparent;
    border: none;
}

nav#site-navigation ul li a {
	font-family:  brandon-grotesque,   sans-serif;
    padding: 25px 0px 25px 25px;
    color: #ffcc00;
    text-transform: uppercase;
	font-size: 14px;
}

@media only screen and (max-width: 1350px){
	nav#site-navigation ul li a {
   		padding: 15px 0px 15px 18px;
    	font-size: 13px;
	}	
	
}

@media screen and (max-width: 1290px){
	.logo img {
    	max-width: 200px;
	}
	i#desktop-search-button {
		margin-left: 20px;
	}
	
}

@media screen and (max-width: 1200px){

	ul#primary-menu a:hover, i#desktop-search-button:hover, nav#site-navigation ul li.current-menu-item a {
		color: #ffcc00 !important ;
	}
	
	.scroll-size {
   		width: 150px !important;
		transition: all 0.3s ease!important;
	}
	
	form.mobile-search-form {
		float: right;
		position: relative;
		bottom: 5px;
		z-index: 1;
	}
	
	i#mobile-search-button {
		color: #ffcc00;
		float: right;
		position: relative;
		bottom: 62px;
		right: 22px;
	}
	
	i#mobile-search-button{
		display: block;
	}
	
	i#desktop-search-button{
		display: none;
	}
	.menu-toggle {
   		display: block !important;
	}
	
	.main-navigation ul {
    	display: none !important;
	}
	.menu-toggle, .main-navigation.toggled ul {
    	display: block !important;
	}
	.nav-bar {
    top:0;
    float: inherit;
	}
	nav#site-navigation ul li a{
		color: #081e3f !important;
		font-size: 15px;
	}
	
}

@media screen and (max-width: 767px){
	.logo img {
		max-width: 120px;
	}
	nav#site-navigation ul li a {
    	padding: 15px 30px 15px 30px;
	}
}

@media screen and (max-width: 567px){
	nav#site-navigation ul li a {
    	padding: 12px 30px 12px 30px;
	}
	
	input.search-field {
   		min-width: 240px;
	}
	
}
@media screen and (max-width: 428px){

	form.mobile-search-form{
		float: left;
		bottom: 34px
	}
}


/*
 * -----------------------------------------------------------------------------
 * End Header 
 * -----------------------------------------------------------------------------
*/



/*
 * -----------------------------------------------------------------------------
 * Sidebar
 * -----------------------------------------------------------------------------
*/


aside#sidebar section.magazines, aside#sidebar section.magazines h6{
	font-size: 18px !important;
}

aside#sidebar section.sepecial-report .post-content{
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

aside#sidebar a.link-button:hover{
	color: #ffcc00 !important;
	text-decoration: none;
}

aside#sidebar a.link-button{
	font-size: 18px;
}

aside#sidebar .post-date{
	font-size: 16px;
}

aside#sidebar .block {
    display: flex;
}

#sidebar section.sepecial-report {
    padding: 0px 35px;
}

section.recent-news hr:last-of-type {
    display: none;
}

aside#sidebar section.recent-news .post-title.blue, aside#sidebar section.recent-news .post-date {
    margin-left: 20px;
}

aside#sidebar section.recent-news .post-image-sidebar img {
    max-width: inherit !important;
    width: 100px !important;
}
aside#sidebar hr.dark-seperator {
    margin: 40px 0px 80px 0px;
}

aside#sidebar hr.dark-seperator:first-of-type {
    margin: 0px 0px 40px 0px;
}

aside#sidebar .post-content {
    margin-bottom: 30px;
}

aside#sidebar .magazines .download-pdf.text-center {
    background-color: #081e3f;
    padding: 25px 0px 20px 1px;
}

.view-pdf-button{
	display: none;
}

.logged-in.post-type-archive-magazines .view-pdf-button{
	display: block;
}

@media(max-width: 767px){
	aside#sidebar .block {
    display: block;
}
}

@media(max-width: 767px){
	aside#sidebar section.recent-news .post-image-sidebar img {
    	max-width: inherit !important;
    	width: 100% !important;
	}
	aside#sidebar section.recent-news .post-title.blue, aside#sidebar section.recent-news .post-date {
    	margin-left: 0px;
		margin-top: 20px;
	}
	
}


/*
 * -----------------------------------------------------------------------------
 * End Sidebar
 * -----------------------------------------------------------------------------
*/



/*
 * -----------------------------------------------------------------------------
 * Archive
 * -----------------------------------------------------------------------------
*/

.post-type-archive-magazines h1{
	text-transform: capitalize !important;
}

.archive .entry-content, .archive .entry-content p{
	font-size: 14px;
}

.magazines-archive-section.special-issues {
    margin-bottom: 35px;
}

.magazines-archive-section.magazine-issues {
    margin-bottom: 20px;
}


.download-pdf a{
	font-size: 18px !important;
	font-family:  brandon-grotesque,   sans-serif;
}

.post-type-archive-magazines h5{
	font-size: 18px;
}

.post-type-archive-magazines h2{
	font-size: 30px !important;
}

.post-type-archive-magazines .download-pdf:hover {
    background-color: #081e3f;
    color: #fff;
    cursor: pointer;
}

.post-type-archive-magazines .post-image{
	width: 100% !important;
}

.post-type-archive-magazines .download-pdf{
	background-color: #fff;
    padding: 25px 0px 20px 1px;
	color: #081e3f;
}

.videos-archive-section {
    box-sizing: border-box;
    border: 20px solid transparent;
    background-clip: padding-box;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.light-gray-background {
    background-color: #f3f3f3;
}

.videos-archive-section:hover {
    background-color: #fecb00;
}

.category-videos .content-wrapper h5, .category-videos .content-wrapper a:hover, .category-videos-es .content-wrapper h5, .category-videos-es .content-wrapper a:hover, .category-videos-pt-br .content-wrapper h5, .category-videos-pt-br .content-wrapper a:hover, .category-videyo .content-wrapper h5, .category-videyo .content-wrapper a:hover {
    text-transform: capitalize;
	text-decoration: none;
}

.category-videos .content-wrapper, .category-videos-es .content-wrapper, .category-videos-pt-br .content-wrapper, .category-videyo .content-wrapper  {
    padding: 40px 20px;
	display: flex;
    justify-content: center;
    align-items: center;
	min-height: 198px;
}

.nav-links {
    display: none !important;
}


.archive .post-date {
    color: #999999;
}

.archive h4.entry-title, .archive h4.entry-title a{
	text-transform: none;
}

.archive  h4.entry-title, .archive  h4.entry-title a  {
	color: #081e3f;
	
}

.archive header.page-header {
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 70px;

}

.archive header h1.page-title {
    font-size: 50px;
	color: #fff;
	text-align: center;
	margin-top: 7%;
	text-transform: uppercase !important;
}
.archive .block{
	display: flex;
	margin-bottom: 25px;
}

.archive .post-image {
    width: 320px;
	margin-top: 7px;
}

.archive article {
    width: 73%;
    margin: 0px 40px 10px 40px;
}

span.cat-links, span.comments-link {
    display: none;
}

@media(max-width: 1428px){
	.post-type-archive-magazines h5{
		font-size: 14.5px;
	}
}

@media(max-width: 1199px){
	.post-type-archive-magazines h5{
		font-size: 18px;
	}
}

@media(max-width: 991px){
	.archive header h1.page-title {
    	margin-top: 17%;
	}
}

@media(max-width: 767px){
	
	.archive .post-image{
		width: 100%;
	}
	
	.archive .block {
    	display: block;
	}
	
	.archive article {
    width: 100%;
    margin: 20px 0px 20px 0px;
	}
}
@media(max-width: 467px){

	.archive header h1.page-title {
			margin-top: 50%;
	}
}
/*
 * -----------------------------------------------------------------------------
 * End Archive
 * -----------------------------------------------------------------------------
*/

/*
 * -----------------------------------------------------------------------------
 * Search Archive
 * -----------------------------------------------------------------------------
*/

.search-results .gallery-container {
    height: auto;
    max-width: 400px;
    width: 100%;
}

.search-results article {
    width: 73%;
    margin: 0px 40px 10px 40px;
}

.search-results header h1.page-title {
    font-size: 50px;
    color: #fff;
	text-align: center;
}

.search-results header.page-header{
	display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px
}


.search-results  h2.entry-title, .search-results  h2.entry-title a{
    color: #081e3f !important;
	font-size: 30px;
}

.search-results .post-image {
    width: 320px;
}

.search-results .block {
    display: flex;
    margin-bottom: 25px;
}

.search-results article {
    margin: 0px 40px 10px 40px;
}




@media(max-width: 767px){
	.search-results .gallery-container {
		height: auto;
		max-width: 100%;
		width: 100%;
	}
	
	.search article {
   		width: 100%;
    	margin: 20px 0px 20px 0px;
	}
	
	.search-results .post-image{
		width: 100%;
		max-width: 100%;
	}
	
	.search-results .block {
    	display: block;
	}
	
	.search-results article {
    width: 100%;
    margin: 20px 0px 20px 0px;
	}
}


/*
 * -----------------------------------------------------------------------------
 * End search Archive
 * -----------------------------------------------------------------------------
*/


/*
 * -----------------------------------------------------------------------------
 * Hero Slider Section Template
 * -----------------------------------------------------------------------------
*/

.section-hero_slider a:hover {
	text-decoration: none;

}
.section-hero_slider .text-slider:hover h1, .section-hero_slider .text-slider:hover span  {
    color: #ffcc00;
    
}

.hero-slider-container {
    position: relative;
}

.text-slider {
    width: 80%;
}

.text-slider h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
}

.text-slider p {
    color: #fff;
    font-size: 22px;
}




@media ( max-width: 467px ) {
	.text-slider h1 {
		margin-top: 50%;
	}
}
/*
 * -----------------------------------------------------------------------------
 * End Hero Slider Section Template
 * -----------------------------------------------------------------------------
*/

/*
 * -----------------------------------------------------------------------------
 * News Section Template
 * -----------------------------------------------------------------------------
*/

.survey-banner-container img {
    max-width: 70%;
    margin-left: auto;
    display: block;
    margin-right: auto;
}

.survey-banner-container {
    margin-top: 20px;
}

@media(max-width: 576px){
	.survey-banner-container img {
		max-width: 100%;
	}
}

.news a{
	text-decoration: none;
}

.news a:hover h6{
	color: #ffcc00 !important;
	text-decoration: none;
}

.news-1 h6 {
    margin-top: 20px;
}

section.news h6 {
    margin-bottom: 0px;
}

section.news:last-of-type .column-left::after {
    display: none;
}

.column-left:after {
    height: 1px;
    display: block;
    width: 100%;
    background: #808080;
    border-right: 1px white;
    content: '';
	margin: 27.5px 0px;
}

.column-right {
    float: right;
    width: 40%;
	padding-left: 20px;
	position: relative;
    top: -65px;
	min-height: 450px;
}

.column-left {
    float: left;
    width: 60%;
	padding-right: 20px;
}

.section-news hr.long-gray-separator{

    margin-top: 35px;
    margin-bottom: 35px;
}

span.news-date {
    color: #999999;
    text-transform: uppercase;
	font-family:  brandon-grotesque, sans-serif;
	font-size: 16px;
}



hr.long-gray-separator:last-of-type {
    display: none;
}

.background-container-image {
    padding: 100px 0px;
}

.news-button-container {
    margin-top: 40px;
}

@media (max-width: 991px) {
	.survey-banner-container {
   		margin-top: 0px;
	}
	
	.column-right {
		min-height: auto;
	}
	
	section.news img {
		margin-top: 15px;
	}
	
	.column-right:after {
		height: 1px;
		display: block;
		width: 100%;
		background: #808080;
		border-right: 1px white;
		content: '';
		margin: 27.5px 0px;
	}

	hr.long-gray-separator:last-of-type {
		display: block;
	}
	.column-right {
		float: inherit;
		width: 100%;
		padding-left: 0px;
		position: relative;
		top: 0px;
	}

	.column-left {
		float: inherit;
		width: 100%;
		padding-right: 0px;
	}
	
	
	
}
/*
 * -----------------------------------------------------------------------------
 * End News Section Template
 * -----------------------------------------------------------------------------
*/


/*
 * -----------------------------------------------------------------------------
 * A Conversation With News Section Template
 * -----------------------------------------------------------------------------
*/

.a-conversation-with-thumbnail {
    height: 380px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.a-conversation-with-post-content {
    height: 200px;
	padding: 0px 25px 25px 25px;
	display: flex;
    justify-content: center;
    align-items: center;	
}

.a-conversation-with-post-content:hover{
	background-color: #ffcc00;
	cursor: pointer;
} 

.a-conversation-with-post-content:hover h6, .a-conversation-with-post-content:hover span{
	color: #081e3f !important;
}

.a-conversation-with-post-content-container{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}

i.fas.fa-long-arrow-alt-right {
    margin-left: 26px;
}

span.yellow.button-link:hover, .a-conversation-with-post-content:hover a{
	text-decoration: none;
}

span.yellow.button-link {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: -9px;
	font-size: 18px !important;
}

.a-conversation-with-section {
    margin-top: 40px;
}

@media ( max-width: 991px ) {
	
	.a-conversation-with-image-wrapper img {
		margin-top: 15px;
	}	

	.a-conversation-with-post-content {
		height: 180px;
		padding: 0px 25px 25px 25px;
	}
	
}
@media ( max-width: 480px ) {
	.a-conversation-with-post-content {
		height: 240px;

	}
}


/*
 * -----------------------------------------------------------------------------
 * End A conversation With Section Template
 * -----------------------------------------------------------------------------
*/

/*
 * -----------------------------------------------------------------------------
 * News Videos Slider
 * -----------------------------------------------------------------------------
*/


.videos a h6:hover{
	color: #ffcc00 !important;
	text-decoration: none;
}

section.news-videos-section {
	padding: 0% 0.5%;
}

.videos__slider {
    position: inherit;
}

.videos-title a:hover{
	color: #fecb00 !important;
	text-decoration: none !important;
}

.videos__slider {
    margin-top: 40px;
}

ul.slick-dots button:focus {
    /* outline: 1px dotted; */
    outline: 0px auto -webkit-focus-ring-color !important;
}

ul.slick-dots {
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    display: block;
	margin-top: 35px;
	list-style-type: none !important;
	padding-left: 0px;
}

ul.slick-dots li {
    display: contents;
}

.slick-dots li button { 
   font-size: 0; 
} 

ul.slick-dots li button, ul.slick-dots  li.slick-active button {
    width: 10px;
    height: 10px;
    border-radius: 50px;
	background-color: #fff;
	margin: 0px 10px;
	cursor: pointer;
}

ul.slick-dots  li.slick-active button {
    background-color: #fecb00;
	
}

.videos-title {
    margin-bottom: 25px;
}

.video-container {
    margin-bottom: 30px;
}

a.btn:hover, button.btn.btn-close-modal:hover {

    background-color: #c19a00 !important;
}

@media (max-width: 676px){

	section.news-videos-section {
    	padding: 0% 1%;
	}
}
	
	
/*
 * -----------------------------------------------------------------------------
 * End News Videos Slider
 * -----------------------------------------------------------------------------
*/

/*
 * -----------------------------------------------------------------------------
 * Photo Gallery Images Section
 * -----------------------------------------------------------------------------
*/

.section-photo_gallery span.heading.title h6 {
    margin-top: 73px;
}

.photo-gallery-section {
    margin-top: 80px;
}

.gallery-content-wrapper {
    margin-bottom: 70px;
}

.photo-gallery-content-post a{
	text-decoration: none !important;
}

section.photo-gallery-wrapper {
    margin-top: 30px;
}
.photo-gallery-content-post {
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 0px 15px;
	min-height: 200px;
}

.photo-gallery-content-post:hover {
    background-color: #081e3f !important;
	cursor: pointer;
}
.photo-gallery-content-post:hover h6{
	color: #fff !important;
}

@media (max-width: 991px){


	.section-photo_gallery h6 {
		margin-top: 20px;
	}

	.photo-gallery-section {
		margin-top: 20px;
	}
	
}
/*
 * -----------------------------------------------------------------------------
 * End Photo Gallery Images Section
 * -----------------------------------------------------------------------------
*/


/*
 * -----------------------------------------------------------------------------
 * Photo Gallery Page template
 * -----------------------------------------------------------------------------
*/



#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0, #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a, #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 input.bwg_current_page{
	font-size: 16px !important;
}

.image_browser_image_buttons_0 {
    display: flex !important;
    flex-flow: column !important;
}

.bwg_image_browser_image_0{
	order: 1 !important;
}

.bwg_image_browser_image_alt_0{
	order: 2 !important;
}

.page-template-photo-gallery-template .photo-gallery-section {
    box-sizing: border-box;
    border: 20px solid transparent;
    background-clip: padding-box;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.page-template-photo-gallery-template  .content-wrapper {
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
}

.page-template-photo-gallery-template .photo-gallery-section:hover {
    background-color: #fecb00;
	text-decoration: none !important;
}

.photo-gallery-section a:hover {
    text-decoration: none;
}

.page-template-photo-gallery-template .page-content {
    margin-top: -100px;
}


	

/*
 * -----------------------------------------------------------------------------
 * End Photo Gallery Page template
 * -----------------------------------------------------------------------------
*/

/*
 * -----------------------------------------------------------------------------
 * Links Archive Page Template
 * -----------------------------------------------------------------------------
*/





.page-template-links-archive-template h4.entry-title, .page-template-links-archive-template h4.entry-title a {
    color: #081e3f;
}

.page-template-links-archive-template article{
    width: 73%;
    margin: 0px 40px 10px 40px;

}

.page-template-links-archive-template .post-image {
    width: 320px;
    margin-top: 7px;
}

.page-template-links-archive-template .block {
    display: flex;
    margin-bottom: 25px;
}

@media (max-width: 767px){
	
.page-template-links-archive-template .block {
    display: block;
}	
	
.page-template-links-archive-template .post-image {
    width: 100%;
}
	

.page-template-links-archive-template article {
    width: 100%;
    margin: 20px 0px 20px 0px;
}	
	
}


/*
 * -----------------------------------------------------------------------------
 * End Links Archive Page Template
 * -----------------------------------------------------------------------------
*/



/*
 * -----------------------------------------------------------------------------
 * Special Report News Section 
 * -----------------------------------------------------------------------------
*/

section.special-report-container a:hover{
	color: #ffcc00 !important;
	text-decoration: none;
}

section.special-report-container a{
	font-size: 18px;
}

.special-report-section{
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    transform: translate(0,-50%);
	margin-left: 15px;
}

section.special-report-container {
    padding: 45px 15px;
}

.special-report-section .post-title {
    margin-bottom: 25px;
}

@media (max-width: 991px){
	
	.special-report-section {
		display: block;
		position: absolute;
    	top: 50%;
    	left: 50%;
    	transform: translate(-50%,-50%);
		width: 77%;
		margin-left: 0px;	
	}
}

@media (max-width: 567px){
	
	.special-report-section {
		display: block;
		position: inherit;
    	top: 50%;
    	left: 50%;
    	transform: translate(0%,0%);
		width: 100%;
		margin: 60px 15px;	
	}
}
/*
 * -----------------------------------------------------------------------------
 * End Special Report News Section 
 * -----------------------------------------------------------------------------
*/


/*
 * -----------------------------------------------------------------------------
 * Academia News Section 
 * -----------------------------------------------------------------------------
*/

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

.academia a:hover h6{
	color: #ffcc00 !important;
	
}

.academia-section .academia-block{
	display: flex;
}

.academia-section .post-featured-image {
    width: 220px;
	float: left;
}

.academia-section {
    padding: 25px;
}

.academia-section .post-content {
    width: 62%;
    margin-left: 25px;
}

.academia-section {
    box-sizing: border-box;
    border: 15px solid transparent;
    background-clip: padding-box;
}

@media (max-width: 676px){

	.academia-section .academia-block {
		display: block;
	}

	.academia-section .post-content {
		width: 100%; 
		margin-left: 0px;
	}

	.academia-section .post-featured-image {
		width: 100%;
		float: none;
		margin-bottom: 25px;
	}	
	
}

/*
 * -----------------------------------------------------------------------------
 * End Academia News Section
 * -----------------------------------------------------------------------------
*/



/*
 * -----------------------------------------------------------------------------
 * Magazines & Quote Section
 * -----------------------------------------------------------------------------
*/

a.other-magazines-link:hover{
	color: #fff !important;
	text-decoration: none;
}

a.other-magazines-link{
	font-size: 18px !important;
}

 .section-magazines .sub-heading p {
    text-transform: uppercase;
    font-size: 42px;
    font-family: brandon-grotesque, sans-serif;
	line-height: 1;
}

 .section-magazines .post-title span {
    font-size: 18px;
    font-family: brandon-grotesque, sans-serif;
    text-transform: uppercase;
}

.section-magazines .post-title {
    margin-top: 17px;
}

.section-magazines .download-pdf a {
    color: #ffcc00 !important;
}

.magazines-section {
    margin-bottom: 50px;
	margin-top: 9%;
}

.quote-content {
    font-size: 25px;
    line-height: 1.2;
    margin: 80px 0px;
}

.quote-body{
	padding: 0% 11%;
    color: #ffcc00;
	font-family:  brandon-grotesque,   sans-serif;	
}

.quotes-container {
    position: relative;
    top: -70px;
}

i.fa.fa-quote-left, i.fa.fa-quote-right {
    font-size: 14px;
    position: relative;
    bottom: 6px;
}

@media (max-width: 1422px) {
	.section-magazines .post-title span{
		font-size: 14.5px;
	}
}
@media (max-width: 1199px) {
	.quotes-container {
    	top: 0px;
		margin-bottom: 35px;
	}
	.section-magazines .post-title span{
		font-size: 18px;
	}
}

@media ( max-width: 991px ) {
	.quotes-container {
    	top: 0px;
		margin-bottom: 35px;
	}
}
@media ( max-width: 476px ) {
	.quote-content {
		font-size: 20px;
		line-height: 1.2;
		margin: 50px 0px;
	}
}


/*
 * -----------------------------------------------------------------------------
 * End Magazines & Quote Section
 * -----------------------------------------------------------------------------
*/


/*
 * -----------------------------------------------------------------------------
 * Single Posts & Pages
 * -----------------------------------------------------------------------------
*/

div#google-translate-options{
	display: none;
}

div#google-translate-options {
    margin-bottom: 30px;
}


.page-header h1{
	margin-top: 7%;
}

.page-content, .entry-content, .entry-summary {
    margin: 0px !important;
}

.single h1.entry-title, .page h1.entry-title{
	text-transform: none !important;
}


#google-translate-options a.glink.nturl.notranslate {
    font-size: 15px;
}

#google-translate-options .dropbtn {
  background-color: #ffcc00;
  color: #081e3f;
  padding: 16px 50px;
  font-size: 16px;
  border: none;
  margin-top: 10px;
  text-transform: capitalize;	
	
}

#google-translate-options .dropdown {
  position: relative;
  display: inline-block;
}

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

#google-translate-options .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

#google-translate-options .dropdown-content a:hover {
	background-color: #081e3f;
	color: #ffcc00;
}

#google-translate-options .dropdown:hover .dropdown-content {display: block;}

#google-translate-options .dropdown:hover .dropbtn {background-color: #081e3f;
	color: #ffcc00;
	text-transform: capitalize;

}

/*
span.language-select-dropdown, div#google_translate_element{
	display: none;
}
*/

.page-id-265 article.page img {
    max-width: 700px;
}

.page-id-268 h1.entry-title {
	text-transform: uppercase !important;
}



.page-id-26009 button, .page-id-26009 input[type="button"], .page-id-26009 input[type="reset"], .page-id-26009 input[type="submit"], form#mc4wp-form-1 input#submit{
	background-color: #ffcc00 !important;
	color: #081e3f !important;
	text-transform: uppercase !important;
    border: none;
    border-radius: 0px;
    padding: 10px 60px;
}

header.entry-header .post-date, header.entry-header .post-author {
    color: #999999;
	font-family:  brandon-grotesque,   sans-serif;
	text-transform: uppercase;
	font-style: italic;
	font-size: 16px;
}

.single p, .page p, .news-videos-content, .single-post .entry-content li{
	font-size: 14px;
}


.single header.page-header, .page header.page-header  {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
}

.single header h1.page-title, .page header h1.page-title  {
    font-size: 50px;
    color: #fff;
    text-align: center;
	text-transform: uppercase !important;
}

.single strong, .page strong {
	color: #081e3f;
	font-weight: 700;
}

.single h1.entry-title, .page h1.entry-title  {
    color: #081e3f;
	font-size: 45px;
	margin-top: 0px;
}
.featured_caption, .bwg_image_alt_0 {
    color: #2b2b2b;
    font-size: 14px !important;
	padding: 20px 0px 7px 0px;
	font-family: 'Roboto', sans-serif !important;
}


.share-social-media h5 {
    text-transform: capitalize;
    margin-bottom: 13px;
	color: #081e3f;
}

.container-share-social-media {
    border-top: 4px solid #f0f0f0;
    background-color: #f9f9f9;
    padding: 10px 10px 12px 10px;
	margin-bottom: 80px;
}

.at-share-btn-elements a {
    margin: 10px 10px !important;
	border-radius: 2px !important;
}

.related-posts a, .related-posts h6{
    color: #081e3f;
	text-align: center;
}

.related-posts h6{
	padding: 20px;
}

.related-posts-container h5{
	color: #081e3f;
	text-transform: capitalize;
}

@media (max-width: 991px){

	.page-header h1{
		margin-top: 28%;
	}
}

@media (max-width: 960px){
	.at-share-btn-elements a {
		margin: 10px 3px !important;
		border-radius: 2px !important;
	}
}


@media (max-width: 767px){
	.at-share-btn-elements a {
		margin: 10px 5px !important;
		border-radius: 2px !important;
	}
	.container-share-social-media {
   		text-align: center;
	}
	
	
	.entry-content figure {
    	width: 100% !important;
	}
	
	
}
@media (max-width: 467px){
	.page-header h1{
		margin-top: 40%;
	}
}

@media (max-width: 360px){
	.at-style-responsive .at-share-btn {
		padding: 2px !important;
	}
	.related-posts a{
		font-size: 16px;
	}
}
/*
 * -----------------------------------------------------------------------------
 * End Single Post & Pages
 * -----------------------------------------------------------------------------
*/

/*
 * -----------------------------------------------------------------------------
 * 404 and Nothing found Search Pages
 * -----------------------------------------------------------------------------
*/

.search-no-results header.page-header, .error404 header.page-header{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
	text-align: center;
}

.search-no-results header h1.page-title, .error404 header h1.page-title {
    font-size: 50px;
    color: #fff;
}

.error404 h2,.error404 .page-content a, .search-no-results h2, .search-no-results .page-content a{
	color: #081e3f;
}

.error404 .page-content a:visited, .search-no-results .page-content a:visited {
  color: #ffcc00;
}

.error404 .page-content input.search-field {
    position: relative;
    right: -4px !important;
}

.page-content form.search-form {
    display: block;
    position: initial;
    margin-bottom: 27px;
	
}

.page-content form.search-form input{
    margin-left: -4px;
}

.page-content input.search-field  {
    width: 350px;
}

@media (max-width: 767px){
	.page-content input.search-field  {
    	width: 100%;
	}

}

/*
 * -----------------------------------------------------------------------------
 * End 404 and Nothing found Search Pages
 * -----------------------------------------------------------------------------
*/




/*
 * -----------------------------------------------------------------------------
 * Footer other magazines section
 * -----------------------------------------------------------------------------
*/

.col-6.col-lg-2.col-center.other-magazine-footer-section:hover {
 	transition: all 0.3s ease !important;
    -webkit-filter: grayscale(60%);
    filter: grayscale(60%);
}

.other-magazine-footer-section .intro-content p {
    text-transform: uppercase;
    font-size: 20px !important;
}

.row-center {
    text-align: center;
    display: inline-block;
}

.col-center {
  display:inline-block;
  float:none;
}


.col-lg-2.other-magazine-footer-section {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16%;
}

@media (max-width: 991px) {  

	.row-center {
		text-align: center;
		display: flex;
	}

	.other-magazine-footer-section {
		margin-bottom: 30px;
	}	
	.col-lg-2.other-magazine-footer-section {
       flex: 0 0 50%;
       max-width: 50%;
	}
	
}





/*
 * -----------------------------------------------------------------------------
 *  End Footer other magazines section
 * -----------------------------------------------------------------------------
*/

/*
 * -----------------------------------------------------------------------------
 * Footer
 * -----------------------------------------------------------------------------
*/

.footer-background{
	background-color: #081e3f;
    padding: 65px 0px 30px 0px;
}

footer{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
}



img.icon {
    width: 30px;
    height: auto;
	float: left;
	margin: 10px 20px 50px 0px;
}

footer#colophon ul, footer#colophon ol {
    margin: 0 0 0em 0em;
}

footer#colophon ul, footer#colophon ol {
    margin: 0 0 0em 0em;
    padding: 0px;
    list-style: none;
}

footer#colophon a, footer#colophon{
	color: #fff;
}

footer#colophon a:hover, footer#colophon li.current_page_item a{
	color: #ffcc00;
	text-decoration: none;
}

.address {
    margin-bottom: 30px;
}

span.sitemap-links li {
    margin-bottom: 10px;
}

.email {
    clear: both;
}

.footer-col-title {
    margin: 0px 0px 50px 0px;
}

.site-info {
    background: #ffcc00;
    padding: 15px 0px 10px 0px;
    margin-bottom: -25px;
}

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

.site-info .social-buttons i {
    font-size: 20px;
    padding: 10px;
}

.site-info, .site-info i {
    color: #081e3f;
}
.site-name {
	text-align: left;
}

.managed-by {
    text-align: right;
}

.managed-by a {
    color: #081e3f !important;
}

.managed-by a:hover {
    color: #fff !important;
}

@media (max-width: 991px) { 
	
	.email, .address, .phone{
		text-align: center;
	}
	
	img.icon{
		margin: 9px 0px 34px 0px;
		float: none;
	}
	.footer-col-title {
		text-align: center;
	}
	.footer-col-title {
    	margin: 50px 0px 50px 0px;
	}
	span.sitemap-links li {
    	text-align: center;
    	margin-bottom: 20px;
	}
	.site-name, .managed-by {
    	text-align: center;
   		margin: 10px 0px;
	}
}
/*
 * -----------------------------------------------------------------------------
 * End Footer
 * -----------------------------------------------------------------------------
*/



/*
 * -----------------------------------------------------------------------------
 * Tablet Size
 * -----------------------------------------------------------------------------
*/


@media (max-width: 768px) {
	
/*
 * -----------------------------------------------------------------------------
 * Tablet Global Text
 * -----------------------------------------------------------------------------
*/
	

h1{
	font-size: 36px !important;
}

h2{
	font-size: 32px !important;
}

h3{
	font-size: 27px !important;
}

h4{
	font-size: 20px !important;
}
	
/*
 * -----------------------------------------------------------------------------
 *  End Tablet Global Text
 * -----------------------------------------------------------------------------
*/	
	

/*
 * -----------------------------------------------------------------------------
 * Tablet Hero Slider Section Template
 * -----------------------------------------------------------------------------
*/	
	
.text-slider {
    width: 100%;
    padding: 40px;
}	


/*
 * -----------------------------------------------------------------------------
 * End tablet Hero Slider Section Template
 * -----------------------------------------------------------------------------
*/
	

/*
 * -----------------------------------------------------------------------------
 * Tablet Magazines Section
 * -----------------------------------------------------------------------------
*/	
	
.section-magazines .sub-heading p {
    font-size: 32px;

}		

/*
 * -----------------------------------------------------------------------------
 * End Tablet Magazines Section
 * -----------------------------------------------------------------------------
*/		


}
/*
 * -----------------------------------------------------------------------------
 * Mobile Size
 * -----------------------------------------------------------------------------
*/

@media (max-width: 576px) {
	
	
/*
 * -----------------------------------------------------------------------------
 * Mobile Global Text
 * -----------------------------------------------------------------------------
*/	

	h1{
		font-size: 36px !important;
	}

	h2{
		font-size: 29px !important;
	}

	h3{
		font-size: 25px !important;
	}

	h4{
		font-size: 20px !important;
	}
	


	
/*
 * -----------------------------------------------------------------------------
 * End Mobile Global Text
 * -----------------------------------------------------------------------------
*/	
	
	
/*
 * -----------------------------------------------------------------------------
 * Tablet Magazines Section
 * -----------------------------------------------------------------------------
*/	
	
.section-magazines .sub-heading p {
    font-size: 27px;

}		

/*
 * -----------------------------------------------------------------------------
 * End Tablet Magazines Section
 * -----------------------------------------------------------------------------
*/	
	
	

}




/*
 * -----------------------------------------------------------------------------
 * End Mobile Size
 * -----------------------------------------------------------------------------
*/


/*
 * -----------------------------------------------------------------------------
 * Smaller Mobile Size
 * -----------------------------------------------------------------------------
*/

@media ( max-width: 360px ) {
	h1 {
    	font-size: 28px !important;
	}
	
	h5{
		font-size: 20px !important;	
	}
	
	h6{
		font-size: 16px !important;	
	} 
	
	
}	

/*
 * -----------------------------------------------------------------------------
 * End Smaller Mobile Size
 * -----------------------------------------------------------------------------
*/

























