/*
Theme Name: Perfect Daily Grind 
Theme URI: https://www.perfectdailygrind.com/
Author: Panda Doodle
Author URI: https://pandadoodle.com
Description:  Perfect Daily Grind Multi Site Theme
Version: 0.0.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: perfectdailygrind
Tags: perfectdailygrind, coffee
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Font import
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
# Home
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Font import
--------------------------------------------------------------*/

@font-face {
    font-family: 'proxima-nova-regular';  
    src: url('/wp-content/themes/pdg/fonts/Proxima-Nova-Regular.eot?#iefix') format('embedded-opentype'), 
         url('/wp-content/themes/pdg/fonts/Proxima-Nova-Regular.ttf')  format('truetype')       
  }
  
  @font-face {
    font-family: 'proxima-nova-bold';  
    src: url('/wp-content/themes/pdg/fonts/Proxima-Nova-Bold.eot?#iefix') format('embedded-opentype'), 
         url('/wp-content/themes/pdg/fonts/Proxima-Nova-Bold.ttf')  format('truetype')       
  }


/* @font-face {
    font-family: 'Simply Rounded';
    src: url('/fonts/SimplyRounded-Italic.woff2') format('woff2'),
        url('/fonts/SimplyRounded-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Simply Rounded';
    src: url('/fonts/SimplyRounded-Bold.woff2') format('woff2'),
        url('/fonts/SimplyRounded-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Simply Rounded';
    src: url('/fonts/SimplyRounded.woff2') format('woff2'),
        url('/fonts/SimplyRounded.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Simply Rounded';
    src: url('/fonts/SimplyRounded-BoldItalic.woff2') format('woff2'),
        url('/fonts/SimplyRounded-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
} */



/*--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  font-family: 'proxima-nova-regular' !important;
  margin: 0;
  -webkit-font-smoothing: auto;
  color: #000000!important;
  font-size:18px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a, a span {
  background-color: transparent;
  color: #283859;
  font-weight: 700;
}


a:active,
a:hover {
  outline: 0;
  color: black;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body{
    font-family: 'proxima-nova-regular' !important;
} 
 h1,h2,h3,h4,h5,h6{
      font-family: 'proxima-nova-bold' !important;
}


h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #262626;
  font-weight: 800;
  margin-bottom: 15px;
}
h1 {
  font-size: 45px;
  padding-bottom: 10px;
}
h2 {
  font-size: 38px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 30px;
  line-height: 25px;
}
h4 {
  font-size: 24px;
  line-height: 20px;
}
h5 {
  font-size: 16px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 2.5rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}
h3.widget-title-foot {
  font-size: 1rem;
  font-weight: 100!important;
}

/*Easy social icons*/
.cn-fa-icon a{
  width:34px;height:34px;padding:6px 0;margin:3px;color: #003366;border-radius: 50%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #071c39 ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

header#masthead h1 {
font-family:'Raleway', sans-serif;
font-weight: 800;
font-size: 90px;
text-align: center;
color: #FFFFFF;
text-transform: uppercase;
margin-bottom: 0;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#masthead .navbar-nav {
    margin-left: 5rem;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #284059;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #2F2F2F;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }

}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
	 .single-content p {
	  line-height: 1.5em !important;
	  font-size: 15px;
	}
  #home-top .latest-post img, 
#single-top .latest-post img {
    padding: 0px!important;
    border: none!important;
    width: 100%;
}
ul,li {
  line-height: 1.5em !important;
    font-size: 15px;

}

}
.gpdgeng-5 {margin-bottom: 20px!important;
float: right!important;}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500 !important ;
  font-size: 0.975rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

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

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

.nav-link {
  padding-left: 0.5rem !important;
  line-height: 14px;
}

a.nav-link {
  color: #CCC!important;
  /*font-family: "Montserrat",sans-serif!important;*/
  font-weight: 400!important;
  font-size: 15px;
}

@media screen and (max-width: 400px) {
  .nav-link {
  padding-left: 0px!important;
  line-height: 18px;
  font-size:12px;
}  
.nav-link {
    padding: 0px 0px 5px 0px !important;
}
}


a:hover.nav-link {
  color: #fff!important;
 /* font-family: "Montserrat",sans-serif!important; */
  font-weight: 200!important;
  background-color: #071c39 !important;
}

ul.custom-menu-class, #menu-top li {
  display: inline;
  margin-left: 0;
  padding-right: 10px;
  font-size: 12px;
  color: black;
}

#menu-top a{
  color: #595959;
      font-family: "Montserrat",sans-serif;
}



.custom-menu-class {
  margin-top: 15px;
  padding: 0px;
}
.custom-menu-class ul {
  padding: 0px;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}

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

        header#masthead h1 {
        font-size: 80px;
        margin-bottom: 0!important;
        padding-bottom: 0!important;
        padding-top: 5px!important;
        }

}

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

        header#masthead h1 {
        font-size: 70px;
        margin-bottom: 0!important;
        padding-bottom: 0!important;
        padding-top: 5px!important;
        }

}

@media screen and (max-width: 991px) {
header#masthead h1 {
        font-size: 45px;
        margin-bottom: 0!important;
        padding-bottom: 0!important;
        padding-top: 5px!important;
        }


  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
    flex: 2 2 auto;
    display: flex;
  }

  .search-top {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
  }
}

@media screen and (max-width: 767px) {
 header#masthead h1 {
        font-size: 25px;
        margin-bottom: 0!important;
        padding-bottom: 0!important;
        padding-top: 5px!important;
        }

	.navbar-light .navbar-toggler {
	    flex: 0 2 auto !important;
	    justify-content: flex-end !important;
	    z-index: 50 !important;
	}
	.widget.ajdg_bnnrwidgets {
		position: relative;
    	display: inline;
	}
	.ajdg_grpwidgets.widget-count-2 .g{
		max-width: 100%;
	}
	.ajdg_grpwidgets.widget-count-2 .g .g-col {
		width: 49% !important;
    margin-right: 2% !important;
    margin-bottom: 2% !important;
	}
	.ajdg_grpwidgets.widget-count-2 .g div.g-col:last-of-type {
    margin-right: 0 !important;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}


@media screen and (max-width: 1199px) {
  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
    flex: 2 2 auto;
    display: flex;
  }

  .search-top {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

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

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

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

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /*    font-family: "Montserrat",sans-serif;
   Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

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

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

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

.single-content p {
  line-height: 1.6em !important;
  font-weight: 400 !important;
}

.single-content p b {
  font-size: 20px !important;
}

.single-content p span {
  line-height: 1.6em !important;
  font-weight: 100 !important;
}

.single-content h2 b {
  text-transform: uppercase;
  font-size: 38px;
}

.single-content h2 strong {
    text-transform: uppercase;
    font-size: 38px;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 1rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

.saboxplugin-authorname span {
  font-family: "Montserrat",sans-serif;
  color: #284059;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
}

.saboxplugin-desc p {
  color: #000000;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}


.site-info a {
  font-size: 85%;
  font-weight: 100;
}

.site-info strong {
 font-size: 85%;
 font-weight: 100;
}

.blue-bg { 
  color: white;
  background-color: #071c39;
  padding-top: 50px;
}

.blue-bg h3{ 
   color: white!important;
   line-height: 35px;
   font-size: 30px;
}

body:not(.theme-preset-active) footer#colophon {
  color: white;
  background-color: #071c39;
}
.navbar-dark .site-info {
  color: #fff;
  font-family: "Montserrat",sans-serif!important;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}


@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Home page
--------------------------------------------------------------*/
.home-top-banner img,
.home-main-banner img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

#home-top .latest-post img, 
#single-top .latest-post img {
    width: 100%;
    height: 480px;
object-position: 50% 100%;
object-fit: cover;
}

@media screen and (max-width: 767px) {
    
    #home-top .latest-post img, 
#single-top .latest-post img {
    object-position: none;
object-fit: none;
height: auto!important;}
}

.category-posts .img img {
   
}
#home-top .latest-post,
.all-latest-posts .category-posts,
 .latest-post{
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
}
.all-latest-posts h4 {
    margin-bottom: 8px !important;
    margin-top: 0 !important;
    font-family: 'raleway', sans-serif;
    font-weight: 800;
    font-size: 19px;
    line-height: 24px;
    
}
.all-latest-posts  .lastest-posts.title {
  margin-top: 0;
  font-family: 'raleway', sans-serif;
  text-transform: uppercase;
}
.recent-date {
    color: #595959;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500 !important ;
    display: inline-block;
    padding: 5px 0;
    /*font-family: "Montserrat",sans-serif;*/ 
}


#home-top .latest-post a {
  text-decoration: none;
}
#home-top .latest-post h3 {
    font-size: 55px;
    line-height: 60px;
    margin-top: 10px;
}
/*Mobile phones*/
@media only screen and (max-width: 800px) {
  #home-top .latest-post h3 {
   font-size: 30px;
   line-height: 36px;
}
  .latest-category-post h4 {
   font-size: 22px;
   line-height: 33px;
}
}
/*Mobile phones*/

#home-top .latest-post .post-excert {
    margin-bottom: 10px;
    padding-bottom: 5px;
    line-height: 1.6em;
    font-size: 20px;
}
.latest-post .post-excert {
    margin-bottom: 10px;
    padding-bottom: 5px;
    line-height: 1.6em;
    font-size: 20px;
}
#home-top .latest-post .post-author {
    font-family: "Montserrat",sans-serif;
    font-weight: 200;
    margin-bottom: 20px;
    display: inline-block;
}
#home-top .latest-post .post-author a {
    color: #284059;
    font-weight: 600;
}

.latest-title {font-size: 34px}
.latest-title-link {
    display: block;
    width: 100%;
    color: #000;
     text-decoration: none !important;
}

h3.latest-title {
   width: 100%; 
   text-align: left; 
   border-bottom: 3px solid #000; 
   line-height: 0.1em;
   margin: 10px 0 35px; 
} 

h3.latest-title span { 
    background:#fff; 
    padding:0 10px; 
    margin-left: -15px;
    color: #000;
    font-weight: 800;
    font-family: 'raleway', sans-serif;
    text-transform: uppercase;
}
.category-latest-posts h4 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: 'raleway', sans-serif;
  font-weight: 800;
  font-size: 19px;
  line-height: 24px;
}
.latest-category-post h4 {
  font-size: 28px;
  line-height: 38px;
  font-family: 'raleway', sans-serif;
  font-weight: 800;
}


.category.row {
  margin-bottom: 2rem;
}

.home-top-social {
    border-top: 2px solid #c4c4c4;
    border-bottom: 2px solid #c4c4c4;
    padding: 15px 0;
    margin-bottom: 30px;
    align-items: center;
    flex-direction: row;
    display: flex;
}
.home-top-social .social_block {
    padding-right: 0;
}
.home-top-social .title {
  display: inline-block;
  color: #555555;
}
/*.latest-category-post h4 {
    font-size: 26px;
    line-height: 32px;
}*/
.two-after-latest-category-post {
    overflow: hidden;
}
.two-after-latest-category-post .post-wrap {
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #ccc;
}
.two-after-latest-category-post .post-wrap  .img {
    width: 175px;
    padding-right: 0;
}
.two-after-latest-category-post .post-wrap  .post-content {
    width: calc( 100% - 175px);
}
.two-after-latest-category-post .post-wrap  h4 {
    margin-bottom: 10px;
    font-family: 'raleway', sans-serif;
    font-weight: 800;
    font-size: 19px;
    line-height: 24px;
}



.mailchimp-newsletter {
   /* background: #E6E6E6;*/
    background: url("../../uploads/2020/04/pattern-2.jpg");
    padding: 35px 30px 15px;
    margin-bottom: 2rem;
    margin-right: 18px;
    margin-top: 2rem;
    width: 100%;
}
.mailchimp-newsletter h3 {
	font-size: 1.5em;
    line-height: 1.18;
color: #fff;
}

.mailchimp-newsletter p {
	font-size: 0.75em;
    margin-bottom: 1rem;
color: #fff;
}
.mailchimp-newsletter .mailchimp-submit {
    background: #28405A;
    border: none;
    padding: 6px 12px;
    color: #fff;
    border-radius: 3px;
    vertical-align: bottom;
}
.mailchimp-newsletter .mailchimp-submit i {
    font-size: 1.8rem;
    padding-top: 4px;
}

.mailchimp-newsletter input[type="email"]{
    padding: 12px 10px 11px;
    display: inline-block;
    border: none;
    border: solid 1px #ccc;
    border-radius: 3px;
    width: 70%;
    min-width: 100px;
}

@media screen and (min-width: 1300px) {
    .mailchimp-newsletter input[type="email"]{
    width: 82%;
    min-width: 100px;
}}

@media screen and (max-width: 767px) {
  h3.latest-title span { 
    margin-left: -10px;
    font-size: 21px;
  }

  .mailchimp-newsletter h3 {
      font-size: 1.55rem;
      line-height: 1.18;
      margin-bottom: 10px;
  }
  .mailchimp-newsletter {
      padding: 15px;
  }
  .mailchimp-newsletter p {
    font-size: 1rem;
    margin-bottom: 0.85rem;
  }
  p.bottom-text {
    font-size: 0.85rem;
    margin-bottom: 0.25rem;
  }

  .relpost-block-single {
    width: 100% !important;
  }
}

p.bottom-text {
    font-size: 0.6em;
    font-weight: 400;
}
/* Global */
.breadcrumb-wrap {
    padding: 10px 0;
    border-bottom: 2px solid;
    color: #5F5F5F;
  font-size: 12px;

}
.breadcrumb-wrap .breadcrumbs a {
  color: #5F5F5F;
  font-size: 12px;
}
.breadcrumb-wrap .breadcrumbs .current-item {
  font-weight: 400;
  font-size: 12px;
}
#content.site-content {
    padding-bottom: 0;
    padding-top: 0;
    background-color: #f4f4f4;
}
#content.site-content > .container {
    background: #fff;
    padding-top: 1.125rem;
}
.container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 500px) {
	.container {
	    width: 100%;
	    padding-right: 10px;
	    padding-left: 10px;
	    margin-right: auto;
	    margin-left: auto;
	}
}

body a, body a span, .single-content a {
    color: #000000;
    font-weight: 700;
}

.single-content a, .single-content a span {
    color: #283859 !important;
    font-weight: 700 !important;
}

.saboxplugin-wrap {
    margin-bottom: 2rem !important;
}

.sharify-container li a, .sharify-container li a span {
  color: #fff !important;
}

@media (min-width: 1400px) {
  .container {
      max-width: 1340px;
  }
}

@media (min-width: 1800px) {
  .container {
      max-width: 1740px;
  }
}

#masthead .navbar-nav {
    margin-left: 5rem;
}
#masthead .navbar-nav > li a {
  color: #fff !important;
}
/* Category page */
.category-posts .entry-title {
    margin-bottom: 0.5rem;
}

h3.entry-title a {
    font-size: 25px;
    font-weight: 800;
}

.category-posts .entry-content {
    margin-top: 0rem; 
}
.category-posts  .entry-meta {
    margin-top: 1rem; 
}
.category-posts .byline {
    font-family: "Open Sans", sans-serif; 
    font-weight: 100;
    margin-bottom: 17px;
    display: inline-block;
    text-transform: none;
    font-size: 1rem;
}

.btn-secondary {font-family: "Montserrat",sans-serif; background-color: #fff; border: white; color: #595959;}

.dropdown-tag {font-family: "Montserrat",sans-serif;color: #5F5F5F;}

.pagenavi {
    padding: 1rem 15px;
    color: #284059;
    font-weight: 400;
    font-family: "Open Sans",sans-serif;
    margin-bottom: 2rem;
    font-size: 13px;
}
.pagenavi .titlenavi {
}
.pagenavi a.page-numbers {
  background: #284059;
  color: #fff;
  display: inline;
  padding: 2px 6px;
  font-size: 0.85rem;
  font-weight: 400;
}
.pagenavi .page-numbers.current{
    padding: .5em;
    background: #fff;
    color: #284059;
}

.top-bar {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
.top-bar .dropdown-tag {
    margin-bottom: 0;
}

.top-section {
  display: flex;
  align-items: baseline;
}

.search-top .search-field {
    border: none;
    background: #fff;
    border-bottom: 1px solid;
    font-family: "Montserrat",sans-serif !important;
    font-size: 14px;
    font-weight: 200;
    width: 150px;
}

@media only screen and (max-width: 480px) {
    .search-top .search-field {
    border: none;
    background: #fff;
    border-bottom: 1px solid;
    font-family: "Montserrat",sans-serif !important;
    font-size: 14px;
    font-weight: 200;
    width: 180px;
    margin-top:10px;
  }
  #menu-top {
      padding: 0px !important;
  }
}

.search-top .search-submit {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.1rem;
}


#masthead .navbar-nav {
    margin-left: 1rem !important;
}
#masthead .navbar-nav > li > a {
  margin-right: 0.25rem !important;
}
#masthead .navbar-nav > li a:hover
 {
    background-color: #071c39 !important;
}

#masthead .navbar-nav > li.active > a, 
#masthead .navbar-nav > li > a:hover,
#masthead .navbar-nav > li > a:active
 {
    background-color: #071c39 !important;
    color: #FDD835 !important;
}
#masthead .navbar-nav .dropdown-menu {
    padding: 0 !important;
    margin-top: 0 !important;
}
#main-nav .menu-item-has-children:hover > ul.dropdown-menu{
    display: block;
    background-color: #071c39;
}

#masthead .navbar-nav > li a.dropdown-item  {
  font-size: 14px!important;
  color: #cccccc!important;
  font-weight: 400!important;
  text-transform: none!important;
  background-color: #071c39;
}

#masthead .navbar-nav > li a:hover.dropdown-item  {
  color: #fff!important;

}

#masthead .navbar-nav  li a {
    font-weight: normal !important;
}
#masthead .navbar-nav > li a.dropdown-item {
    font-weight: 500 !important;
}

#single-top .latest-post img {
    min-height: 560px;
    object-fit: cover;
    height: 560px;
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}
/*--------------------------------------------------------------
## Jobs
--------------------------------------------------------------*/

.job-description p {
  color: #2F2F2F!important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Montserrat",sans-serif!important;
}

.job-title {
  clear: both;
  color:#262626;
  font-weight: 600;
  font-family: "Montserrat",sans-serif;
margin: 0 0 20px;
}

a.job-info {
  color: red!important;
}

/*--------------------------------------------------------------
## Lang Drop Downs
--------------------------------------------------------------*/

.langdrop {
  font-size: 14px;
  font-family: "Montserrat",sans-serif;
}

.langdropdown {
  font-size: 14px;
  font-family: "Montserrat",sans-serif;
  padding-left: 40px;
  line-height: 1.8;
  position: relative;
}

.icocacaoeng:before{
    content: '';
    display: block;
    height: 36px;  /*height of icon */
    width: 36px;  /*width of icon */
    position: absolute;
      /*where to replace the icon */
    top: 1px;
    left: 1px;
      /*background */
    background: transparent url(images/PDGCACAO-ENG-SM.svg) no-repeat 0px 0px;
    background-size: 32px 32px;
}
.icocacaoesp:before{
    content: '';
    display: block;
    height: 36px;  /*height of icon */
    width: 36px;  /*width of icon */
    position: absolute;
      /*where to replace the icon */
    top: 1px;
    left: 1px;
      /*background */
    background: transparent url(images/PDG-ESP-SM.svg) no-repeat 0px 0px;
    background-size: 32px 32px;
}
.icocacaobras:before{
    content: '';
    display: block;
    height: 36px;  /*height of icon */
    width: 36px;  /*width of icon */
    position: absolute;
      /*where to replace the icon */
    top: -1px;
    left: 0px;
      /*background */
    background: transparent url(images/PDG-BRA-SM.svg) no-repeat 0px 0px;
    background-size: 36px 36px;
}

.icopdgeng:before{
    content: '';
    display: block;
    height: 36px;  /*height of icon */
    width: 36px;  /*width of icon */
    position: absolute;
      /*where to replace the icon */
    top: 1px;
    left: 1px;
      /*background */
    background: transparent url(images/PDG-ENG-SM.svg) no-repeat 0px 0px;
    background-size: 36px 36px;
}

.icopdgesp:before{
    content: '';
    display: block;
    height: 36px;  /*height of icon */
    width: 36px;  /*width of icon */
    position: absolute;
      /*where to replace the icon */
    top: 1px;
    left: 1px;
      /*background */
    background: transparent url(images/PDG-ESP-SM.svg) no-repeat 0px 0px;
    background-size: 36px 36px;
}
.dropdown-menu .dropdown-item {
  position: relative;
}
.dropdown-menu.show {
  padding: 6px;
  color: #595959;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #284059!important;
  background-color: #fff!important;
  border-color: #fff!important;
}
.btn-secondary:hover, .show > .btn-secondary.dropdown-toggle {
  color: #284059!important;
  background-color: #fff!important;
  border-color: #fff!important;
}

ul.cnss-social-icon li.cn-fa-icon a {
    background-color: #000000!important;
    padding: 6px 0 !important;
}
ul.cnss-social-icon {
  text-align: right !important;
  padding-right: 0;
}
ul.cnss-social-icon li.cn-fa-icon a {
    padding: 6px 0 !important;
}
ul.cnss-social-icon li.cn-fa-icon a i {
    font-size: 14px;
}

.meks_ess.rectangle.no-labels a:hover {
    opacity: 0.75;
}

aside#secondary .widget.ajdg_bnnrwidgets img, .custom-a-banner img {
  max-width: 100%;
}
aside .widget.ajdg_bnnrwidgets .a-single{
  text-align: right;
}
.custom-a-banner {
    margin: 0 0 1rem;
}
@media only screen and (max-width: 768px) {
	aside .ajdg_grpwidgets.widget .gpdgeng{
		max-width: 100%;
	}
	aside .ajdg_grpwidgets.widget .gpdgeng .gpdgeng-col {
		width: 49% !important;
    	margin-right: 2% !important;
    	margin-bottom: 2% !important;
	}

	aside .ajdg_grpwidgets.widget .gpdgeng div.gpdgeng-col:last-of-type {
    margin-right: 0 !important;
	}

  
  .custom-a-banner .gpdgeng {
    max-width: 100%;
  }
  .custom-a-banner .gpdgeng .gpdgeng-col {
    width: 49% !important;
      margin-right: 2% !important;
      margin-bottom: 2% !important;
  }

  .custom-a-banner .gpdgeng div.gpdgeng-col:last-of-type {
    margin-right: 0 !important;
  }
}

#primary .custom-a-banner img {
  width: 100%;
}


/* relatead articles */
.site-main article .single-footer h3 {
  margin-top: 2rem;
}
.site-main article .single-footer h3 {
  margin-top: 2rem;
  text-transform: uppercase;
  font-size: 26px;
}
.relpost-block-container {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.relpost-block-single {
    width: 50%;
}
.relpost-block-single > div {
  width: 100% !important;
  height: auto !important;
}
.relpost-block-single-image {
    width: 100% !important;
    height: 194px !important;
    background-size: cover !important;
}
.relpost-block-single-text {
    font-size: 17px !important;
    color: #333333;
    font-family: "Open Sans",sans-serif !important;
    font-weight: 400 !important;
    text-align: left !important;
    line-height: 23px !important;
    margin-top: 5px !important;
}
.share-post-description {
    margin-bottom: 0.4em;
}
.top-section .row {
  width: 100%;
}
.top-section .row .dropdown {
  margin-top: 10px;
  margin-left:-45px;
}
.dropdown-menu .dropdown-item.langdropdown  {
    position: relative;
    -webkit-appearance: initial;
}
.icopdgesp:before {
    content: '';
    display: block;
    height: 28px;
    width: 28px;
    position: absolute;
    top: 0px;
    left: 5px;
    background: transparent url(images/PDG-ESP-SM.svg) no-repeat 0px 0px;
    background-size: 28px 28px;
}

.icopdgbra:before {
    content: '';
    display: block;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 1px;
    left: 5px;
    background: transparent url(images/PDG-BRA-SM.svg) no-repeat 0px 0px;
    background-size: 32px 32px;
}

.awsm-job-item{
	border: 20px solid #ececec !important;
    border-radius: 20px !important;
	opacity:0.9;
}   


@media (max-width: 767px) {
.awsm-job-item{
	border:10px solid #ececec !important;    
}  	
  .col-xs-6{
    width: 50% !important;
  } 
  .icopdgeng:before {
    /*top: -4px;
    left: 0;*/
  }
  .custom-menu-class ul {
    text-align: center;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
  }
  header#masthead {
    position: relative;
  }
  .search-top {
    position: absolute;
    left: 90px;
    display: block;
    top: 3px;
  }
  .search-top .search-field {
    max-width: 160px;
  }
  .dropdown-menu .dropdown-item.langdropdown  {
      position: relative;
      padding-left: 50px;
  }
  .icocacaoeng:before {
      top: 10px;
      left: 2px;
  }
  .icocacaoesp:before {
      top: 10px;
      left: 2px;
  }
  .icocacaobras:before {
      top: 10px;
      left: 2px;
  }
  .icopdgesp:before {
    content: '';
    display: block;
	height: 28px;
    width: 28px;
    position: absolute;
    top: 2px;
    left: 7px;
    background: transparent url(images/PDG-ESP-SM.svg) no-repeat 0px 0px;
    background-size: 28px 28px;
  }
  .icopdgeng:before {
    left: 8px;
    height: 30px;
    width: 30px;
    background-size: cover;
  }

  #single-top .latest-post img {
    min-height: auto !important;
    max-height: 80vw !important;
  }

}

aside#secondary {
  position: relative;
}
.recent-posts-widget-with-thumbnails {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 30px !important;
    display: inline-block;
    float: left;
}

.recent-posts-widget-with-thumbnails .wp-post-image {
    
        object-fit: cover;
       
}
.recent-posts-widget-with-thumbnails .rpwwt-post-title {
    clear: none !important;
    padding-top: 5px;
    font-weight: 400;
    font-family: "Raleway",sans-serif;
}
.rpwwt-post-author {
   font-family: "Open Sans", sans-serif;
   font-size: 13px;
   font-weight: 600;
}

.post.hentry {
    margin-bottom: 1rem;
    padding: 1rem 0;
}

.post.hentry .post-thumbnail img {
    height: 220px;
    object-fit: cover;
}

.page-header .saboxplugin-wrap {
  margin-bottom: 1rem !important;
}

.more-link {
  font-weight: 700;
}
.post.hentry .entry-title {
    margin-bottom: 0.5rem;
}
.post.hentry .entry-content {
    margin-top: 0rem;
    font-size: 17px;
}

body.author  .byline {
  display: none;
}

.pl_widget_area1 .per-row-2:nth-child(odd) {
  width: 48%;
  float:left;
  margin-right:0%;
} 


.pl_widget_area1 .per-row-2:nth-child(even) {
  width: 48%;
  float:left;
  margin-right:4%;
} 

.pl_widget_area1 .per-row-2:first-child {
  width: 100%;
  float:left;
}

.pl_widget_area2 .per-row-2:nth-child(odd) {
  width: 48%;
  float:left;
  margin-right:0%;
} 


.pl_widget_area2 .per-row-2:nth-child(even) {
  width: 48%;
  float:left;
  margin-right:4%;
} 

.pl_widget_area2 .per-row-2:first-child {
  width: 100%;
  float:left;
}

.pl_widget_area3 .per-row-2:nth-child(odd) {
  width: 48%;
  float:left;
  margin-right:0%;
} 


.pl_widget_area3 .per-row-2:nth-child(even) {
  width: 48%;
  float:left;
  margin-right:4%;
} 

.pl_widget_area3 .per-row-2:first-child {
  width: 100%;
  float:left;
}

.post-template-default .single-content iframe {
    margin: 0 auto;
    display: block;
}

.breadcrumbdate.right {
  float: right;
  font-weight: 700;
font-family: "Montserrat",sans-serif;
}

.read-more {
  /*font-family: "Montserrat",sans-serif;*/
  font-size: 18px;
  font-weight: 600;
}

.read-more:hover {
color: #3e7af5 !important;
}

.medialogo { border: solid 8px #ccc; padding: 5px; margin-bottom: 15px; }

.team-name {font-family: "Montserrat",sans-serif;
  font-size: 24px; color: #283859; font-weight: 700; line-height: 20px; margin-bottom: -15px;}

.team-role {font-family: "Montserrat",sans-serif;
  font-size: 16px;}

.lang-link {font-weight: normal;}



.navigation.posts-navigation .nav-links {
    font-family: "Montserrat",sans-serif;
    font-size: 22px;
    color: #283859;
    font-weight: 700;
}
.category-posts .category-sticky {
  display: none;
}
.saboxplugin-wrap .saboxplugin-gravatar img {
    object-fit: cover !important;
    height: 100px !important;
    width: 100px !important;
    max-width: 100px !important;
}
@media (max-width: 767px) {
	.category-latest-posts, .all-latest-posts {
		display: none;
	}
	.socialshare {
		position: fixed;
	    bottom: 0;
	    width: 100%;
	    background: #fff;
	    left: 0;
	    right: 0;
	    z-index: 5000;
	    display:none !important;
	}
	.sharify-container li {
	    padding-left: 0 !important;
	    width: 25% !important;
	}
	.sharify-container {
	    width: 100%;
	    padding: 5px 0;
	}
	.saboxplugin-wrap .saboxplugin-gravatar img {
	    object-fit: cover !important;
	    height: 100px !important;
	    width: 100px !important;
	}
	.widget_nav_menu {
		width: 50%;
	}

	.top-section .dropdown button, 
	.top-section .dropdown a[type="button"] {
		-webkit-appearance: none;
    	border-radius: 0;
	}
}
.saboxplugin-wrap {
    background-color: #f2f2f2!important; }

 .saboxplugin-wrap .saboxplugin-gravatar img {
    -webkit-border-radius: 50%!important;
    -moz-border-radius: 50%!important;
    -ms-border-radius: 50%!important;
    -o-border-radius: 50%!important;
    border-radius: 50%!important;
}

.saboxplugin-wrap .saboxplugin-socials {
    position: relative!important;
    display: block!important;
    background: #fcfcfc!important;
    background-color: rgb(252, 252, 252)!important;
  padding: 5px!important;
  border-top: 1px solid #eee!important;
}

.saboxplugin-wrap .saboxplugin-socials {
    background-color: #f2f2f2!important;
}

body.home .breadcrumb-wrap {
    display: none;
}


body.paged .breadcrumb-wrap {
    display: block;
}


@media screen and (max-width: 480px) {
  .top-section {
    padding: 0 !important;
  }
  .top-section .row .dropdown {
    margin-top: 10px;
    margin-left: 0 !important;
  }

  .custom-top-menu {

  }

  .custom-top-langdrop {
    padding: 0;
  }
  .custom-top-langdrop  .dropdown {
    margin-top: 10px;
    margin-left: 0 !important;
    padding: 0;
  }

  .custom-top-langdrop button {
    padding: 5px 0px !important;
  }
  .custom-top-langdrop .dropdown-menu .dropdown-item.langdropdown {
    position: relative;
    padding-left: 5px !important;
  }
 
  .custom-top-langdrop .dropdown-menu {
    min-width: 40px !important;
    transform: translate3d(-12px, 35px, 0px)  !important;
  }


}

/*Social icons*/
.zoom-social-icons-list{list-style-type:none}.zoom-social_icons-list__item{margin:0 0 10px}.zoom-social_icons-list__label{margin-left:4px}.zoom-social-icons-list--no-labels .zoom-social_icons-list__item{display:inline-block;margin:4px;border:none}.zoom-social-icons-list .socicon,.zoom-social-icons-list .dashicons,.zoom-social-icons-list .genericon,.zoom-social-icons-list .academicons,.zoom-social-icons-list .fa{padding:8px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;-moz-transition:opacity .2s;-webkit-transition:opacity .2s;transition:opacity .2s;top:0;vertical-align:middle;width:1em;height:1em;line-height:1em;font-size:1.2em}.zoom-social-icons-list--with-canvas .socicon,.zoom-social-icons-list--with-canvas .dashicons,.zoom-social-icons-list--with-canvas .genericon,.zoom-social-icons-list--with-canvas .academicons,.zoom-social-icons-list--with-canvas .fa{color:#fff}.zoom-social-icons-list--without-canvas .socicon,.zoom-social-icons-list--without-canvas .dashicons,.zoom-social-icons-list--without-canvas .genericon,.zoom-social-icons-list--without-canvas .academicons,.zoom-social-icons-list--without-canvas .fa{background:0 0}.widget .zoom-social-icons-list--without-canvas{margin-left:-8px;margin-top:-4px}.widget .zoom-social-icons-list--no-labels.zoom-social-icons-list--without-canvas{margin-left:-14px;margin-top:-8px}.zoom-social-icons-list--rounded .socicon,.zoom-social-icons-list--rounded .genericon,.zoom-social-icons-list--rounded .academicons,.zoom-social-icons-list--rounded .dashicons,.zoom-social-icons-list--rounded .fa{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-align:center;text-decoration:none}.zoom-social_icons-list__link{text-align:center;text-decoration:none!important;transition:all .2s ease}.zoom-social_icons-list__link:hover{opacity:.9;border:none;text-decoration:none;box-shadow:none!important}.zoom-social-icons-list--round .socicon,.zoom-social-icons-list--round .genericon,.zoom-social-icons-list--round .academicons,.zoom-social-icons-list--round .dashicons,.zoom-social-icons-list--round .fa{-moz-border-radius:100px;-webkit-border-radius:100px;border-radius:100px}.zoom-social-icons-list{margin:0;padding:0}.elementor-widget-wp-widget-zoom-social-icons-widget .zoom-social-icons-list--align-left,.zoom-social-icons-widget .zoom-social-icons-list--align-left{text-align:left}.elementor-widget-wp-widget-zoom-social-icons-widget .zoom-social-icons-list--align-right,.zoom-social-icons-widget .zoom-social-icons-list--align-right{text-align:right}.elementor-widget-wp-widget-zoom-social-icons-widget .zoom-social-icons-list--align-center,.zoom-social-icons-widget .zoom-social-icons-list--align-center{text-align:center}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}
