h1, .h1 {
  /*font-size: 2em;
  margin: 0.67em 0;*/
  margin: 2px 0 10px;
  font-size: 30px;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: .95;
  color: #c8494a;
  text-overflow: ellipsis;
  text-decoration: none;
  font-family: 'ProximaBold', 'Tahoma', 'Arial', sans-serif;
  font-weight: 600;}

.post h1, .post .h1, .type-post h1, .type-post .h1 {
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1; }
	@media only screen and (max-width: 640px) {
	.post h1, .post .h1, .type-post h1, .type-post .h1 {
	text-align: center;
    font-size: 30px;
    font-size: 2.4rem;
    line-height: 1; }}

.post h2, .post .h2, .type-post h2, .type-post .h2 {
    margin: 2px 0 10px;
    font-size: 2.6rem;
    text-transform: none;
    line-height: .95;
    color: #c8494a;
    text-overflow: ellipsis;
    text-decoration: none;
    font-family: 'ProximaBold', 'Tahoma', 'Arial', sans-serif;
    font-weight: 600; }
	@media only screen and (max-width: 640px) {
	.post h2, .post .h2, .type-post h2, .type-post .h2 {
	margin: 2px 0 10px;
    font-size: 2.2rem;
    text-transform: none;
    line-height: .95;
    color: #c8494a;
    text-overflow: ellipsis;
    text-decoration: none;
    font-family: 'ProximaBold', 'Tahoma', 'Arial', sans-serif;
    font-weight: 600; }}
		
post blockquote, .type-post blockquote {
	margin: 0.25em 0;
	margin-left: 40px;
    padding: 0.25em 40px;
    border-left:0;
    background:0;
    overflow:inherit;
    box-sizing:inherit}

blockquote {
font-family: 'Proxima', 'Tahoma', 'Arial', sans-serif;
font-size: 24px;
font-style: italic;
width: auto;
margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
color: #383838;
}

blockquote:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: -20px;
top: -20px;
color: #7a7a7a;
}

.post p, .type-post p {
    padding: 15px 0 25px;
    text-align: inherit; }

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.site-title {
  color: #c8494a;
  margin-bottom: 30px;
  text-align: center;
}

.page-title {
    margin-bottom: 60px;
    margin-top: 0;
	text-align: center;
}	

.site-main {
  font-family: 'Proxima', 'Tahoma', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 20px;
  /*font-size: 2rem;*/
  line-height: 1.5;
  order: 0;
  flex: 0 1 75%;
  align-self: auto;
  box-sizing: border-box;
  padding: 35px 50px;
  vertical-align: top;
}

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

.search .post__body {
	overflow: hidden;
	padding-bottom: 20px;
}

.search .post__body p {
	padding: 5px 0 8px;
	text-align: justify;
}

.search .post__body .post__img {
	margin-top: 10px;
}

.search .post__body .read-btn {
	position: relative;
    margin: 5px auto;
    border: 1px solid #c7494a;
    background-color: #c7494a;
    text-align: center;
    padding: 5px 15px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
}

.search .post__body .read-btn:hover {
	color: #c7494a;
	background-color: #fff;
	text-decoration: none;
}

@media only screen and (max-width: 1280px) {
    .site-main {
      display: block;
      width: 100%;
      flex: 0 1 100%; } }
@media only screen and (max-width: 990px) {
    .site-main {
      padding: 10px; 
	  font-size: 17px;} }
  .site-main.is-full {
    display: block;
    width: 100%; }

/*hotfix - should be removed*/
    .button.navbar-sign-up {
    	margin-top: 19px; 
    }

    .single-posts {
    	background: #fff;
    }
.table {
    font-size: 16px;
    margin-bottom: 30px;
    width: -webkit-fill-available;
	text-align: left;}
	@media (max-width: 640px) {
    .table {
      font-size: 14px; }}
	
.table-tread {
	
}

.table td, .table th {
	padding-left: 10px;
	border-bottom: 1px dotted #d0d0d0;
}

.at-share-dock.at-shfs-small .at4-count {
    height: 29px;
    line-height: 1;
    padding-top: 3px;
}

.at-share-dock .at4-count {
    height: 43px;
    padding: 5px 0 0;
    line-height: 20px;
    background: #e8e8e8;
    font-family: Helvetica neue,arial;
}

.at4-share .at-custom-sidebar-counter {
    font-family: Helvetica neue,arial;
    vertical-align: top;
    margin-right: 4px;
    display: inline-block;
    text-align: center;
    background: #e8e8e8;
}

div.at-share-close-control.ats-light, div.at-share-open-control-left.ats-light, div.at-share-open-control-right.ats-light {
    background: #e8e8e8;
}

.l-button {
    display: inline-block;
    padding: 5px 40px;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    background: #4fa053;
    text-align: center;
    color: #fff !important;
    font-weight: bold;
    margin: auto;
	margin-bottom: 20px;	
}

.l-button-l {
    display: inline-block;
    padding: 5px 40px;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    background: #4fa053;
    float: left;
    color: #fff !important;
    font-weight: bold;
    margin: auto;
	margin-bottom: 20px;	
}

.l-button-r {
    display: inline-block;
    padding: 5px 40px;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    background: #4fa053;
    float: right;
    color: #fff !important;
    font-weight: bold;
    margin: auto;
	margin-bottom: 20px;	
}

.addthis_inline_follow_toolbox .addthis_tool {
	background: #cdcdcd4a;
    width: auto;
    padding-left: 15px;
    padding-bottom: 1px;
}

div.at4-arrow.at-up {
    background-position: 1312px 278px;
}

/*reccomended for you pop-up*/
@media only screen and (max-device-width: 480px) and (min-device-width: 320px){
#at4-whatsnextmobile {
    bottom: 0px !important;
    top: auto;
    height: 70px;
	}}

@media only screen and (max-device-width: 480px) and (min-device-width: 320px){
.at4-whatsnextmobile .at-close-control {
    width: 35px;
    height: 0px;
	font-size: 2em;
    position: absolute;
    top: -5px;
    right: 0;
	}}

@media only screen and (max-device-width: 480px) and (min-device-width: 320px) {
.at4-whatsnextmobile .col-2:first-child {
    width: 100pt;
}}

@media only screen and (max-device-width: 480px) and (min-device-width: 320px){
.at4-whatsnextmobile .at-whatsnext-content-img img {
    height: -webkit-fill-available;
    width: 100%;
	}}

@media only screen and (max-device-width: 480px) and (min-device-width: 320px) {
.at4-whatsnextmobile .col-2:last-child {
    right: 25px;
    left: 100pt;
}}

@media only screen and (max-device-width: 480px) and (min-device-width: 320px) {
.at4-whatsnextmobile .at-h3, .at4-whatsnextmobile .at-h6 {
    margin-top: 10.5px;
	}}

@media only screen and (max-device-width: 480px) and (min-device-width: 320px) {
.at4-whatsnextmobile .at-h3, .at4-whatsnextmobile .at-h6 {
    margin-top: 10.5px;
	}}

@media only screen and (max-device-width: 480px) and (min-device-width: 320px) {
.at4-whatsnextmobile .footer {
    left: 97pt;
	}}
@media only screen and (max-device-width: 480px) and (min-device-width: 320px){
.at4-whatsnextmobile .at-h6 {
    font-size: .6em;
    line-height: 0.1em;
    font-weight: 500;
	}}
/*desktop*/
#at4-whatsnext, #at4-wnoc {
    bottom: 0px !important;
    top: auto;
    right: 0px !important;
    left: auto;
    height: 120px;
}

.at4-whatsnext .at-whatsnext-content {
    height: 70pt;
    position: relative;
}

.at4-whatsnext .at-whatsnext-content .at-whatsnext-content-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 130pt;
    height: 90pt;
    overflow: hidden;
}

.at4-whatsnext .at-whatsnext-content .at-whatsnext-content-inner {
    position: absolute;
    top: 6px;
    right: 20px;
    bottom: 15px;
    left: 191px;
    text-align: left;
    height: 105px;
}

.at4-whatsnext .at-whatsnext-content-inner small {
    position: absolute;
    bottom: 0px;
    line-height: 10px;
    font-size: 11px;
    color: #666;
    cursor: default;
    text-align: left;
}

.at4-whatsnext .at-whatsnext-content .at-h3 {
    text-align: left;
    margin: 15px 0;
    padding: 0;
    line-height: 1.2em;
    font-weight: 400;
    font-size: 14px;
    height: 3pc;
}

/*reccomended for you pop-up*/

.addthis_inline_follow_toolbox .addthis_toolbox {
	margin-top: -10px;
    margin-bottom: 25px;	
}

.related-title {
    font-size: 26px;
}

.sr-fb-lm {
    left: 0px;
    top: 50%;
    transform: translateY( -50% );
}

.wpsr-followbar.sr-fb-vl .sr-fb-title {
    width: 5em;
    text-align: right;
    color: white;
    margin-left: -4px;
    font-size: 8px;
}

/*telegram popup*/
#at-cv-toaster .at-cv-toaster-message {
    font-size: 17px;
    line-height: 24px;
}

#at-cv-toaster .at-cv-toaster-win {
    position: relative;
    margin: 0 auto;
    /*width: 25pc;*/
    width: 19.7pc;
    height: 11pc;
    z-index: -1;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    font-family: helvetica neue,helvetica,arial,sans-serif;
    text-align: left;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
}

#at-cv-toaster .at-cv-toaster-inner {
    position: absolute;
    bottom: 0px;
    z-index: 1999999999;
}

.ToolConfigPreview-custom-message-host #at-cv-toaster .at-cv-toaster-bottomRight {
    right: 321px !important;
}

#at-cv-toaster .at-cv-toaster-bottomRight {
    right: 38px;
}

#at-cv-toaster .at-cv-head {
    position: relative;
    background: none;
    border-bottom: 0;
    height: 30px;
}

#at-cv-toaster .at-cv-message {
    margin-bottom: 25px;
    padding: 0;
    background: none;
    border: none;
    color: #333;
    font-weight: 700;
    text-align: center;
}

#at-cv-toaster .at-cv-body {
position: relative;
margin: auto;
padding: 10px 0 50px;
width: 92%;
}

.wpsr-followbar div.sr-fb-title {
font-size: 7px !important;
margin: 0 0 0.2em 0;
}

.sidebar .widget:not(.widget_search):not(.widget_media_image):not(.widget_sp_image) {
    /* margin: 20px -12px 30px; */
    margin: 20px -4px 30px -10px;
}

/*telegram popup*/

/*addthis share inline desktop*/
.at4-show {
    display: block!important;
    opacity: 1!important;
    margin-bottom: 20px;
    text-align: center;
    background: #dbdbdb38;
    padding-bottom: 10px;
    padding-top: 14px;
}

.addthis_inline_follow_toolbox .addthis_toolbox {
    margin-top: -10px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;

}
/*addthis share inline desktop*/

.post__meta, .type-post__meta {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 0 8px;
    padding-bottom: 0;
    color: rgba(0, 0, 0, 0.9);
    display: inline-block;
}

 /*footer social

#custom_html-3 {
	margin-right: 50px;
}

.footer-socials li {
    display: inline-block;
    list-style-type: none;
    height: 50px;
    margin-top: 0;
    text-align: center;
    width: 40px;
    margin-right: 0em;
    margin-left: 0px;
    color: #fff;
    position: inherit;
    vertical-align: top;
    transition: opacity .3s ease;
}

.footer-socials li a {
    height: 24px;
    margin-top: 5px;
    text-align: center;
    width: 24px;
    position: relative;
	border-radius: 0%;
}

 footer social*/

@media (max-width: 640px) {
.site-title {
    font-size: 30px;
    margin-bottom: 0px !important;
    margin-top: 10px;
	}}

/*footer widget 3*/

@media (max-width: 480px) {
#media_image-3 {
    margin: 0 0 20px 0;
    width: 50%;
	display:none;
}}

@media (max-width: 1000px) {
#media_image-3 {
    margin: 0 0 20px 0;
    width: 50%;
	display:none;
}}

#media_image-3 {
    margin-left: 20px;
}

/*footer widget 3*/

/*recent post with thumbnail*/

.rpwwt-widget ul li img {
    display: inherit;
    float: left;
    margin: 3px 10px 0 0;
}
/*recent post with thumbnail*/

.pis-thumbnail-img {
	max-width: 50px;
    width: 100%;
    height: auto;
	display: inherit;
    float: left;
    margin: 3px 10px 0 0;	
}

/*sidebar widget*/
.sidebar .widget:not(.widget_search):not(.widget_media_image):not(.widget_sp_image) li {
    list-style: none;
    padding: 5px 12px !important;
    margin-bottom: 3px !important;
    max-height: 35px;
    overflow: hidden;
}
/*sidebar widget*/

.page-title {
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
}

.list-news h2 {
    margin: 2px 0 10px;
    font-size: 2.8rem;
    text-transform: uppercase;
    line-height: .95;
    color: #c8494a;
    text-overflow: ellipsis;
    text-decoration: none;
    font-family: 'ProximaBold', 'Tahoma', 'Arial', sans-serif;
    font-weight: 600;
}

.error404 .header-wrapper {
	display: block;
}

@media (max-width: 480px) {
.post__img, .type-post__img {
    position: relative;
    float: right;
	margin: 0 0 0 0;
    width: 100%;
    height: auto;
}}

.list-news:first-of-type .list-news__meta {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 0 15px;
    padding-bottom: 0;
    border-bottom: 0;
    color: #ccc;
}

@media (max-width: 480px) {
.list-news:first-of-type {
    margin: 0px 0 20px;
    padding-bottom: 17px;
    border-bottom: 1px solid #d8d8d8;
}}

@media (max-width: 480px) {
.ex-wrapper {
    height: 40px;
    background: #272323;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    margin-bottom: 0px;
}}

.featured {
	background: #e8e8e8;
    border: 1px solid lightgrey;
}

.conf {
	width: 45%;
}

.date {
	width: 22%;
}

.loc {
	width: 20%;
}