/*
Theme Name: Tonic Responsive
Theme URI: http://www.staytonic.it
Description : Wordpress theme localizated
Author: Tonic
Author URI: http://www.staytonic.it
version: 1.0
*/
/* GLOBAL RESET
------------------------------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}

body {
  line-height: 1;
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

ol, ul {
  list-style: none
}

blockquote {
  quotes: none
}

blockquote:before, blockquote:after {
  content: '';
  content: none
}

del {
  text-decoration: line-through
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0
}

a img {
  border: none
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* Compatibilit� margine e font vari browser */
button, html input[type="button"], input[type="reset"], input[type="submit"], a.button {
  font-weight: 700;
  font-size: 15px;
  border: 0;
  outline: none;
  padding: 10px 20px;
  margin: 10px 0 0 0;
  background-color: #71b5e9;
  color: #fff;
  text-transform: uppercase;
  transition: all 300ms linear 0s;
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, a.button:hover {
  background-color: #4185b9;
  text-decoration: none;
}

input[type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border: 0
}

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

button, input {
  line-height: normal;
}

/* BASICS TYPOGRAFY
------------------------------------------------------------------------------------------------------------- */
body {
  font-size: 14px
}

body, input, textarea {
  font-family: 'Roboto', arial, helvetica, sans-serif;
}

h1 {
  font-size: 18px
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 15px;
}

h4 {
  font-size: 14px
}

code, pre {
  font-family: "Courier New", Courier, monospace
}

textarea {
  resize: none;
  overflow: auto;
}

/* Removes default vertical scrollbar in IE 6/7/8/9. */

/* BASIC IMAGES AND LINK STYLE
------------------------------------------------------------------------------------------------------------- */
img {
  border: none;
}

img.alignleft {
  float: left;
  margin-right: 10px;
}

img.alignright {
  float: right;
  margin-left: 10px
}

a, a:visited {
  text-decoration: none;
  color: #666;
}

a:hover {
  text-decoration: underline;
}

a:active, a:focus {
  outline: none
}

h1 a, h2 a, h3 a, h1 a:visited, h2 a:visited, h3 a:visited {
  color: #333;
}

/* BASIC GLOBAL ELEMENTS STYLE
------------------------------------------------------------------------------------------------------------- */
/* Main global 'theme' and typographic styles */
hr {
  background-color: #e7e7e7;
  border: 0;
  clear: both;
  height: 1px;
  margin-bottom: 18px
}

/* USEFUL CLASS
------------------------------------------------------------------------------------------------------------- */
.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.clear {
  clear: both;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

/* CONTAINER
------------------------------------------------------------------------------------------------------------- */
#container, .container {
  margin: 0 auto;
}

.pagecont {
  background: #f7f7f7;
  padding: 0 0 30px 0;
}

#content img {
  max-width: 100%;
}

.main-image {
  margin-bottom: 30px; height: 150px; overflow: hidden;
}

.main-image img {
  max-width: 100%;
}

/* HEADER
------------------------------------------------------------------------------------------------------------- */
#header {
  background-color: #fff;
  padding-top: 20px;
  z-index: 100;
}

#header h1 {
  display: inline-block;
}

#header h1 a, .logo a {
  background: url(images/logo.jpg) no-repeat left top;
  display: inline-block;
  text-indent: -9999px;
  width: 378px;
  height: 67px;
  margin: 0 0 25px 0;
  padding: 0;
}

#header h1 a:hover {
}

#header h2 {
}

/* MAIN MENU
------------------------------------------------------------------------------------------------------------- */
.menucont {
  background: #71b5e9;
}

#menu {
  height: 60px;
}

#menu ul {
  overflow: hidden;
}

#menu ul li {
  float: left;
  height: 60px;
  line-height: 60px;
  border-right: 1px solid #fff;
}

#menu ul li a {
  background: #71b5e9;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  line-height: 60px;
  padding: 0 15px;
  color: #fff;
  font-size: 15px;
  transition: background-color 300ms linear 0s;
}

#menu ul li a:hover {
  text-decoration: none;
}

#menu ul ul {
  display: none;
  position: absolute;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  margin-top: -1px; 
}

#menu ul ul li {
  border-bottom: 1px solid #fff !important;
  background: #71b5e9;
  display: block;
  float: none;
  height: 40px;
  line-height: 40px;
}

#menu ul ul li a {
  display: block;
  line-height: 40px;
  min-width: 130px;
}

#menu li:hover > a,
#menu ul ul:hover > a {
  background: #4185b9;
}

#menu ul li:hover > ul {
  display: block;
}

#menu ul li.current_page_item > a,
#menu ul li.current_page_ancestor > a,
#menu ul li.current_page_parent > a,
.tax-issue #menu-item-48 a,
.tax-publication_topic #menu-item-60 a {
  background: #4185b9;
}

* html #menu ul li.current_page_item a,
* html #menu ul li.current_page_ancestor a,
* html #menu ul li.current_page_parent a,
* html #menu ul li a:hover {
  background: #4185b9;
}

.error404 #menu ul li.current_page_parent > a {
  background: #71b5e9;
}

.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

/* HP
------------------------------------------------------------------------------------------------------------- */
.home .post h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}

.home .post:first-of-type h2 {
  font-size: 20px;
  line-height: 26px;
}

.home #content ul li {
  margin-bottom: 20px;
}
.home #content ul  li.col-md-6:nth-child(2n+2){ clear: left;}


.home .box-contact {
  text-align: center;
  padding: 20px;
  margin: 20px 0;
  border: 2px dashed #4185b9;
}

.home .box-contact p {
  color: #4185b9;
  font-size: 20px;
  font-weight: 400;
}

.home .box-contact p span {
  font-weight: 700;
}

/*202010*/
.bx-wrapper  {
  border: 0;
}


.bx-wrapper .bx-viewport {
  border: 0;
  left: 0;
  box-shadow: 0 0 0 transparent;
  background-color: #f7f7f7;
}

.bx-wrapper .bx-controls-direction a {
  top: -60px;
  margin-top: 0;
}

.bx-wrapper .bx-next {
  right: 0;
  background: url(images/controls-slider.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev {
  right: 37px;
  left: auto;
  background: url(images/controls-slider.png) no-repeat 0 -32px;
}

.bx-controls .bx-pager {
  display: none;
}

.bxslider li {
  overflow: hidden;
}

.bxslider li a {
  float: left;
  margin-right: 6.5%;
  width: 20%;
}

.bxslider li a:last-of-type {
  margin-right: 0;
}

.sponsor-slider {
  margin-top: 30px;
  position: relative;
}

.sponsor-slider h3 {
  font-weight: 700;
  color: #a1a1a1;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.sponsor-slider .separator {
  position: absolute;
  border-top: 1px solid #71b5e9;
  width: 60px;
  top: 29px;
  left: 0;
  z-index: 2;
}

.sponsor-slider li a{background-size: contain ; background-color: #F7F7F7; background-blend-mode: darken;}
.sponsor-slider li a img{ visibility: hidden}

/* CONTENT
------------------------------------------------------------------------------------------------------------- */


#content {
}

.post {
}

.post h1 {
}

.post h1 a {
}

.post h1 a:hover {
}

.post p, .entry p, .pagecont p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  color: #333;
}

.post p.label, .entry p.label, .pagecont p.label {
  display: block !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #aaa !important;
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
  text-align: left;
}

.post ul {
  list-style: disc;
  padding: 0 0 0 20px;
  margin: 1em 0;
}

.post li {
  line-height: 24px;
  margin-bottom: 10px;
  font-size: 15px;
}

.entry h2{ margin: 40px 0 20px!important; text-align: justify;}
.entry p{ margin-bottom: 10px; text-align: justify;}

.entry p a {
  color: #4185b9;
}

.entry p a:hover {
}

.entry p strong {
}

.postmetadata {
  clear: both;
}

.navigation {
  float: left;
  width: 100%;
  height: 20px;
}

.alignleft {
  float: left;
  margin: 0 10px 10px 0
}

.alignright {
  float: right;
  margin: 0 0 10px 10px
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.notfound {
  padding: 25px;
  font-size: 14px;
  font-weight: 300
}

/* BROWSE BY AUTHOR, BROWSE BY TOPIC
------------------------------------------------------------------------------------------------------------- */
.listNav {
  margin-bottom: 30px;
}

.ln-letters a {
  color: #4185b9;
}

.ln-letters a:hover, .ln-letters .ln-selected {
  background-color: #71b5e9;
  text-decoration: none;
  color: #fff;
}

.ln-letter-count {
  color: #4185b9
}

.last-name {
  display: none;
}

/* PAGE JOURNAL, EDITORIAL AND SCIENTIFIC BOARD
------------------------------------------------------------------------------------------------------------- */
ul.editors-list li img {
  max-width: 100%;
}

ul.editors-list {
  margin-top: 30px;
}

ul.editors-list li h4 {
  font-size: 16px;
  ont-weight: 700;
  color: #a1a1a1;
  margin: 10px 0;
}

ul.editors-list li p {
  color: #666;
  font-size: 14px;
  line-height: 18px;
}

/* TAX ARCHIVE + SINGLE
------------------------------------------------------------------------------------------------------------- */
.tax-issue article {
  margin-bottom: 20px;
}

ul.issues-list li, ul.curr-year-issues li {
  margin-bottom: 20px;
}

ul.curr-year-issues {
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

ul.issues-list li img, ul.curr-year-issues li img {
  max-width: 100%;
}

ul.issues-list li h2, ul.issues-list li h2 a {
  font-size: 18px;
  font-weight: 700;
}

.actualtax {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.actualtax img {
  float: left;
  width: 150px;
  margin-right: 10px;
}

.actualtax h1, .singlecontr h1, .post h1, .pagecont h1 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.actualtax h1 span a {
  color: #a1a1a1;
  font-weight: 300;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ddd;
}

.alltaxart h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

.alltaxart .col-md-6:nth-child(2n+1) {
  clear: left; outline: 1px none #f00
}

.alltaxart .post {
  margin-bottom: 20px;
}

.alltaxart .post .issue-number, .alltaxart .post .year {
  display: inline-block;
}

.alltaxart .post .year a {
  color: #a1a1a1;
  font-weight: 300;
}

.tax-publication_author .alltaxart .post .year, .tax-publication_topic .alltaxart .post .year {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ddd;
}

.author-name {
  font-weight: 400;
  font-size: 13px;
  display: block;
  margin-bottom: 15px;
}

.author-name a {
  color: #71b5e9;
  font-weight: 700;
}

a.pdf-icon, a.more {
  transition: all 300ms linear 0s;
  color: #443d32;
  margin-top: 10px;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
}

a.pdf-icon:hover, a.more:hover {
  text-decoration: none;
  color: #4185b9;
}

a.pdf-icon:before, a.more:before {
  font-family: FontAwesome;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 20px;
  padding-right: 5px;
  color: #71b5e9;
}

a.pdf-icon:before {
  content: "\f1c1";
}

a.more:before {
  content: "\f061";
}

a.more {
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 400;
}

a.pdf-icon:hover:before, a.more:hover:before {
  color: #4185b9;
}

.single-issue_article #commentssection, .single-issue_article #commentform {
  display: none;
}

.archive .issue-number a, .issues-list .issue-number a, .issues-list a.year-publ, .home .issue-number a, .singlecontr .issue-number a, .singlecontr .year-publ a {
  display: block;
  font-size: 13px;
  color: #a1a1a1 !important;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.singlecontr .download-pdf {
  float: right;
}

.singlecontr .download-pdf a.pdf-icon {  margin-top: 0;}
aside a.pdf-icon{ font-size: 13px}

.singlecontr h1 {
  margin-top: 20px;
}

.singlecontr .issue-number a, .singlecontr .year-publ a {
  display: inline-block;
}

.singlecontr .year-publ a {
  font-weight: 400;
}

.singlecontr .issue-number a {
  padding-right: 10px;
  margin-right: 5px;
  border-right: 1px solid #ddd;
}

.topics-postlist ul {
  list-style: none;
  border-bottom: 1px solid #ddd;
  margin: 10px 0 10px 0;
  padding: 0 0 10px 0;
}

.topics-postlist ul li {
  display: inline;
  margin-right: 5px;
}

.topics-postlist ul li, .topics-postlist ul li a {
  color: #999;
  font-size: 13px;
}

.topics-postlist ul li a:after {
  content: ',';
}

.topics-postlist ul li:first-of-type {
  font-weight: 700;
}

.topics-postlist ul li:last-of-type a:after {
  content: '';
}

/*.tax-issue .topics-postlist ul {margin: 10px 0 0 0;}*/
.single-issue_article .topics-postlist ul {
  border-bottom: 0;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #ddd;
}

/* BLOG
------------------------------------------------------------------------------------------------------------- */
.newspost .entry img {
  width: 100% !important;
  height: auto !important;
}

.newspost {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.newspost h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}

.newspost:last-of-type {
  border-bottom: 0;
}

.post p.newsdata {
  font-size: 12px;
  color: #999;
  margin-bottom: 20px;
}

.singlenews img {
  margin-bottom: 20px;
}

.singlenews h1 {
  margin-bottom: 10px;
}

/* NAVIGATION
------------------------------------------------------------------------------------------------------------- */
.navigation {
  text-align: center;
  margin: 50px 0;
}

.navigation ul li {
  display: inline-block;
  margin-right: 2px;
}

.navigation ul li:last-of-type {
  margin-right: 0;
}

.navigation ul li a, .navigation ul li span {
  display: inline-block;
  color: #71b5e9;
  font-size: 14px;
  font-weight: 400;
  background: #f7f7f7;
  padding: 5px 10px;
}

.navigation ul li span.current, .navigation ul li a:hover {
  color: #fff;
  background: #71b5e9;
  text-decoration: none;
}

.navigation ul li a.prev:before, .navigation ul li a.next:after {
  font-family: FontAwesome;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  padding-right: 5px;
  font-size: 20px;
  color: #71b5e9;
}

.navigation ul li a.prev:before {
  content: '\f060';
}

.navigation ul li a.next:after {
  content: '\f061';
}

.navigation ul li a.prev, .navigation ul li a.next, .navigation ul li a.next:hover:after, .navigation ul li a.prev:hover:before {
  background: transparent;
  color: #4185b9;
}

/* ERROR 404
------------------------------------------------------------------------------------------------------------- */
.error404 h1, .error404 p {
  text-align: center;
}

.error404 h1 {
  font-size: 40px;
  color: #71b5e9;
  font-weight: 700;
  margin: 30px 0;
}

.error404 h1 span {
  color: #4185b9;
}

/* SPONSOR PAGE
------------------------------------------------------------------------------------------------------------- */
.sponsor-list {
  overflow: hidden;
  margin-top: 20px;
}

.sponsor-list li {
  margin-bottom: 20px;
}

.sponsor-list li img {
  max-width: 100%;
}

/* SIDEBAR
------------------------------------------------------------------------------------------------------------- */
#last-issue {
  overflow: hidden;
}

#last-issue h2 {
  font-weight: 700;
  font-size: 15px;
  text-align: left;
  margin: 0 0 5px 0;
  padding: 0
}

#last-issue img {
  width: 40%;
  margin-right: 10px;
  float: left;
}

#last-issue .recent-issue > div {
  width: auto;
  overflow: hidden;
}

#last-issue .recent-issue p {
  font-size: 12px;
  line-height: 15px;
}

.sidebar > ul > li {
  clear: left;
  margin: 0 0 40px 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

.sidebar ul li a {
  display: block;
}

.sidebar ul ul li {
  list-style-type: none;
  list-style-position: inside;
  margin: 0 0 8px 0;
  padding: 3px 0;
}

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

.sidebar ul li.widget h3, .sidebar form h3 {
  font-weight: 700;
  color: #a1a1a1;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.sidebar .separator {
  position: absolute;
  border-top: 1px solid #71b5e9;
  width: 60px;
  top: 29px;
  left: 0;
  z-index: 2;
}

.sidebar .widget-categorieslist li, .sidebar .widget-issueslist li, .sidebar .widget-linkslist li, .sidebar .widget-browser li {
  overflow: hidden;
  transition: all 300ms linear 0s;
}


.sidebar .widget-categorieslist li a, .sidebar .widget-issueslist li a, .sidebar .widget-linkslist li a, .sidebar .widget-browser li a {
  transition: all 300ms linear 0s;
  display: inline-block;
  float: left;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar .widget-linkslist li a{ line-height: 22px}

.sidebar .widget-categorieslist li a:last-of-type, .sidebar .widget-issueslist li a:last-of-type, .sidebar .widget-linkslist li a:last-of-type, .sidebar .widget-browser li a:last-of-type {
  color: #71b5e9;
  text-align: right;
  float: right;
  width: 20%;
}

.sidebar .widget-topicslist li {
  display: inline-block;
  margin-bottom: 5px;
}

.sidebar .widget-topicslist li a {
  padding: 4px 7px;
  background: #71b5e9;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  margin: 0 5px 5px 0;
  transition: all 300ms linear 0s;
}

.sidebar .widget-topicslist li a:hover {
  background: #4185b9;
  text-decoration: none;
}

.sidebar .widget-categorieslist li:hover a:first-of-type, .sidebar .widget-issueslist li:hover a:first-of-type, .sidebar .widget-browser li:hover a:first-of-type, .sidebar .widget-linkslist li:hover a:first-of-type {
  padding-left: 5px;
}

.sidebar .widget-categorieslist li:hover, .sidebar .widget-issueslist li:hover, .sidebar .widget-browser li:hover, .sidebar .widget-linkslist li:hover {
  background: #def0fd;
}

.sidebar .widget-categorieslist li:hover a:last-of-type, .sidebar .widget-issueslist li:hover a:last-of-type, .sidebar .widget-browser li:hover a:last-of-type, .sidebar .widget-linkslist li:hover a:last-of-type {
  padding-right: 5px;
}

.sidebar .widget-categorieslist li a:hover, .sidebar .widget-issueslist li a:hover, .sidebar .widget-browser li a:hover, .sidebar .widget-linkslist li a:hover {
  text-decoration: none;
}

/* COMMENTS
------------------------------------------------------------------------------------------------------------- */
#commentssection, #commentform {
  display: none;
}

/*#commentssection h3{ font-size:13px; font-style:normal;}
#commentform{}
#commentform p{color:#000}
#commentform a{color:#000; text-decoration:none; border-bottom:1px dotted #465D71; line-height:16px}
#commentform h3{ font-size:14px;}
#commentbox{width:75%; min-width:400px; margin:5px 5px 0 0}
#author, #email, #url, #commentbox, #submit{background:#fff; font-size:12px; margin:5px 5px 0 0; border:none; padding:6px; border:1px solid #B2B2B2}
#submit{margin:5px 5px 0 0}
ol.commentlist{list-style-type:none}
ol.commentlist li{background:#fff; margin:10px 0; padding:5px 0 5px 10px; overflow:hidden}
ol.commentlist li.alt{background:#E5E5E5}
ol.commentlist li p{margin:6px 0 6px 0; padding:0 12px 0 0; line-height:16px}
ol.commentlist a{color:#000}
cite{font-size:11px; font-weight:bold; font-style:normal}
cite a{color:#000; text-decoration:none; border-bottom:1px dotted #465D71}*/
/* PRIVACY
------------------------------------------------------------------------------------------------------------- */
#privacy {
  padding: 20px
}

.pp_inline p {
  line-height: 24px;
  margin-bottom: 10px;
}

.pp_inline h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.pp_inline a {
  text-decoration: underline;
  color: #333;
}

/* CF7
------------------------------------------------------------------------------------------------------------- */

.page-id-69 h4 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 30px;
}

.page-id-69 h4:first-of-type {
  margin-top: 0;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
  font-size: 12px;
  padding: 10px 5px;
  border: 1px solid #B7B7B7;
  color: #aaa;
  font-style: italic;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  top: -8% !important;
  left: 2% !important;
  z-index: 100;
  background: none;
  border: none !important;
  font-size: 12px !important;
  width: 250px !important;
  padding: 0 !important;
  color: red !important;
}

div.wpcf7-response-output {
  margin: 0 !important;
  padding: 0.2em 1em;
}

div.wpcf7-validation-errors {
  border: none !important;
  color: #9F6000 !important;
  background-color: #FEEFB3 !important;
  margin-top: 15px !important;
  line-height: 1.3 !important;
  border-radius: 3px !important;
  padding: 6px !important;
  margin-bottom: 12px !important;
}

div.wpcf7-mail-sent-ok {
  border: none !important;
  color: #4F8A10 !important;
  background-color: #DFF2BF !important;
  margin-bottom: 10px !important;
}

/* SEARCH
------------------------------------------------------------------------------------------------------------- */
.search h2:first-of-type {
  font-size: 20px;
  color: #a1a1a1;
  margin-bottom: 30px;
}

.searchform {
}

.searchform input.s {
  font-size: 12px;
  padding: 10px 5px;
  border: 1px solid #B7B7B7;
  color: #aaa;
  font-style: italic;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/*.searchform input.searchsubmit{ transition: all 300ms linear 0s; font-weight: 700; font-size:15px; border: 0; outline: none; padding:10px 20px; margin:10px 0 0 0; background-color:#4185b9; color:#fff; text-transform: uppercase;}
.searchform input.searchsubmit:hover{backround: #265273; text-decoration: none;}*/
/* FOOTER 
------------------------------------------------------------------------------------------------------------- */
.footcont {
  background: #333;
}

#footer {
  font-size: 12px;
  margin-top: 10px;
  overflow: hidden;
  padding: 10px 0;
}

#footer p {
  margin: 0;
  color: #ccc;
  font-size: 13px;
  line-height: 18px;
}

#footer p.foot-copy {
  color: #fff;
}

#footer ul.menu {
  overflow: hidden;
  margin-top: 50px;
  float: right;
}

#footer ul.menu li {
  float: left;
  margin-right: 15px;
}

#footer ul.menu li:last-of-type {
  margin-right: 0;
}

#footer a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

#footer a:hover {
}

.tonic {
  float: right;
  margin-top: -30px;
  margin-right: 15px;
}


#authorslist li,#topicslist li{ margin-bottom: 10px;}


/* TABLET PORTRAIT 
------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 990px) {
  #last-issue img {
    width: 100%;
    margin-right: 0;
    float: none;
  }

  #last-issue .recent-issue > div {
    width: 100%;
    overflow: visible;
    margin-top: 5px;
  }

}

/* MOBILE
------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	
	/*202010*/
	#container, .container {
	margin-top:60px; 
}

  #header h1 a, .logo a {
    background-size: 300px 53px;
    width: 300px;
    height: 53px;
  }

  .pagecont {
    padding: 0 0 30px 0;
  }

  #menu, #menu ul {
    height: auto;
    overflow: visible;
  }

  #menu ul li {
    display: block;
    float: none;
    height: auto;
    line-height: 24px;
    margin: 0;
    border-right: 0;
    border-right: 0;
    border-bottom: 1px solid #fff;
  }

  #menu ul li a {
    display: block;
    line-height: 24px;
    padding: 5px 15px;
    margin: 0;
  }

  #menu ul ul {
    display: block;
    position: relative;
    border-left: 0;
    border-bottom: 0;
  }

  #menu ul ul li {
    height: auto;
    line-height: 20px;
    border-bottom: 1px solid #fff;
    margin: 0;
  }

  #menu ul ul li:last-of-type, #menu ul li:nth-of-type(3) {
    border-bottom: 0;
  }

  #menu ul ul li:first-of-type {
    border-top: 1px solid #fff;
  }

  #menu ul ul li a {
    padding-left: 30px;
    line-height: 20px;
    font-size: 13px;
  }

  .navbar-toggle {
    float: right;
    border: 1px solid #4285ba;
    z-index: 1100;
    position: relative;
    margin-top: 0;
    background-color: #4285ba;
  }

  .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  #footer ul.menu {
    float: left;
  }

  .sidebar {
    margin-top: 30px;
  }

  #last-issue img {
    width: 40%;
    margin-right: 10px;
    float: left;
  }

  #last-issue .recent-issue > div {
    width: auto;
    overflow: hidden;
  }

  .editors-list li {
    margin-bottom: 20px;
  }

  /*.bxslider li a {margin-right: 7%; width: 45%;}*/
  #footer ul.menu {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 479px) {
	
	/*202010*/
	#container, .container {
	margin-top:60px; 
}


  #header h1 a, .logo a {
    background-size: contain;
    width: 195px;
    height: 34px;
    margin: 0 0 16px 0;
  }

  .pagecont {
    background: #f7f7f7;
    padding: 0 0 30px 0;
  }

  .actualtax img {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .bxslider li {
    overflow: visible;
  }

  .bxslider li a {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    float: none;
    text-align: center;
  }

  .bxslider li a img {
    text-align: center;
    display: inline-block;
  }

  #footer a {
    font-size: 12px;
  }
}