/*
Theme Name: Sami Yusuf Theme (Mahdi Jahangir)
Theme URI: https://wordpress.org/themes/twentyfourteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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 {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    clear: both;
}
.press {
	
	font-size: 36px;
	padding-bottom: 32px;
	line-height: 40px;
	color: #350826;
}  
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;
}
/* =Fonts
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
}
body,
input,
textarea {
    color: #666;
    font-size: 17px;
    line-height: 14px;
}
hr {
    background-color: #E7E7E7;
    border: 0;
    height: 1px;
    margin-bottom: 18px;
    clear: both;
}
/* Text elements */
p {
    margin-bottom: 18px;
}
ul {
    list-style: square;
    margin: 0 0 18px 1.5em;
}
ol {
    list-style: decimal;
    margin: 0 0 18px 1.5em;
}
ol ol {
    list-style: upper-alpha;
}
ol ol ol {
    list-style: lower-roman;
}
ol ol ol ol {
    list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0;
}
dl {
    margin: 0 0 24px 0;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 18px;
}
strong {
    font-weight: bold;
}
cite,
em,
i {
    font-style: italic;
}
big {
    font-size: 131.25%;
}
ins {
    background: #ffc;
    text-decoration: none;
}
blockquote {
    font-style: italic;
    padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
    font-style: normal;
}
pre {
    background: #f7f7f7;
    color: #222;
    line-height: 18px;
    margin-bottom: 18px;
    padding: 1.5em;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
input[type="text"],
textarea {
    padding: 2px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}
table {
    border: 1px solid #e7e7e7;
    text-align: left;
    margin: 0 -1px 24px 0;
    width: 100%;
}
tr th,
thead th {
    color: #888;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
}
tr td {
    border-top: 1px solid #e7e7e7;
    padding: 6px 24px;
}
tr.odd td {
    background: #F2F7FC;
}
.attachment img {
    max-width: 900px;
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}
.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    text-align: center;
    margin-bottom: 20px;
    padding: 4px;
}
.wp-caption img {
    margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
    margin: 5px;
    color: #888;
    font-size: 12px;
}
.wp-smiley {
    margin: 0;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
    clear: both;
}
#comments .navigation {
    padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}
h3#comments-title {
    padding: 24px 0;
}
.commentlist {
    list-style: none;
    margin: 0;
}
.commentlist li.comment {
    border-bottom: 1px solid #e7e7e7;
    line-height: 24px;
    margin: 0 0 24px 0;
    padding: 0 0 0 56px;
    position: relative;
}
.commentlist li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
    margin-bottom: 18px;
}
#comments .comment-body p:last-child {
    margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
    margin-bottom: 24px;
}
.commentlist ol {
    list-style: decimal;
}
.commentlist .avatar {
    position: absolute;
    top: 4px;
    left: 0;
}
.comment-author {}
.comment-author cite {
    color: #000;
    font-style: normal;
    font-weight: bold;
}
.comment-author .says {
    font-style: italic;
}
.comment-meta {
    font-size: 12px;
    margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
    color: #888;
    text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
    color: #FF4B33;
}
.commentlist .even {}
.commentlist .bypostauthor {}
.reply {
    font-size: 12px;
    padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
    color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
    color: #FF4B33;
}
.commentlist .children {
    list-style: none;
    margin: 0;
}
.commentlist .children li {
    border: none;
    margin: 0;
}
.nopassword,
.nocomments {
    display: none;
}
#comments .pingback {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
    margin-top: -6px;
}
#comments .pingback p {
    color: #888;
    font-size: 12px;
    line-height: 18px;
    display: block;
    margin: 0;
}
#comments .pingback .url {
    font-style: italic;
    font-size: 13px;
}
/* Comments form */
input[type=submit] {
    color: #333;
}
#respond {
    margin: 24px 0;
    border-top: 1px solid #e7e7e7;
    overflow: hidden;
    position: relative;
}
#respond p {
    margin: 0;
}
#respond .comment-notes {
    margin-bottom: 1em;
}
.form-allowed-tags {
    line-height: 1em;
}
.children #respond {
    margin: 0 48px 0 0;
}
h3#reply-title {
    margin: 18px 0;
}
#comments-list #respond {
    margin: 0 0 18px 0;
}
#comments-list ul #respond {
    margin: 0;
}
#cancel-comment-reply-link {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}
#respond .required {
    color: #FF4B33;
    font-weight: bold;
}
#respond label {
    color: #888;
    font-size: 12px;
}
#respond input {
    margin: 0 0 9px;
    width: 98%;
}
#respond textarea {
    width: 98%;
}
#respond .form-allowed-tags {
    color: #888;
    font-size: 12px;
    line-height: 18px;
}
#respond .form-allowed-tags code {
    font-size: 11px;
}
#respond .form-submit {
    margin: 12px 0;
}
#respond .form-submit input {
    width: auto;
    font-size: 14px;
}
body {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-family: 'Crimson Text', serif;
}
.wrapper
{
    position: relative; 
    width: 100%; 
    margin: 0 auto;
    background: #fff;
}
input {
    /* -webkit-appearance: none; */
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}
.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    display: block;
}
a{ outline: none !important; text-decoration: none !important;}
a:focus{ outline: none !important; text-decoration: none !important;}
input{ outline: none !important;}
input:focus{ outline: none !important;}

h1{font-family: 'Crimson Text', serif; font-size: 55px; line-height: 100px; color: #332a17; padding-bottom: 5px;font-weight: normal !important;}
h2{font-family: 'Crimson Text', serif; font-size: 25px; line-height: 36px; color: #332a17; padding-bottom: 25px;}
h3{ font-family: 'Crimson Text', serif; font-size: 24px; line-height: 26px; color: #332a17;}
h4{}
h5{}
h6{}
p a{ color: #ac523d; text-decoration: none;}
p a:hover{ color: #ac523d;}
header{width: 100%; position: relative; /*background: url(images/header-bg.png) no-repeat center top;border-bottom: solid 1px #e8e7e6;*/ background-size: cover; }
.logo{ padding: 30px 0 20px; float: left; width: 161px; margin: 0px;}
.logo a{ display: block; line-height: 0;}
.logo a img{ width: 100%; height: auto;}
.social{ float: right; padding: 55px 0 0 30px;}
.social ul{ margin: 0; padding: 0; list-style: none; float: right;}
.social ul li{ float: left; margin: 0 0 0 12px;}
.social ul li:first-child{ margin: 0px;}
.social ul li a{ display: block;}
.social ul li a i{ color: #5e5c59; font-size: 14px; line-height: normal;}
.social ul li a i:hover{ color: #ac523d;}
nav{ float: right; padding: 45px 0 0;}
nav ul{ margin: 0; padding: 0; list-style: none; float: right;}
nav ul li{ float: left; margin: 0 0 0 35px; position: relative;font-weight: bold}
nav ul li:first-child{ margin-left: 0;}
nav ul li a{ display: block; font-family: 'Crimson Text', serif; font-size: 17px; line-height: 40px; color: #5e5c59;}
nav ul li a:hover{ color: #ac523d;}
nav ul li.active a{ color: #5e5c59;}
nav ul li ul{ position: absolute; left: 0; top: 100%; width: 180px; margin: 0; padding: 0; float: none; border: solid 1px #ddd; display: none; height:auto !important;}
nav ul li ul li{ float: none; margin: 0 0 0px; padding: 0; border-bottom: solid 1px #ddd; background: #FBFAF9;}
nav ul li ul li:last-child{ margin: 0; border-bottom: none;}
nav ul li ul li a{ line-height: 28px; padding: 0 10px; font-size: 16px;}
nav ul li.arrow span
{
    display: none;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px 0 10px;
    border-color: #1d0733 transparent transparent transparent;
    position: absolute;
    right: 22px;
    top: 18px;
}
.about{ padding: 50px 0 30px;}
.about p{font-family: 'Crimson Text', serif; font-size: 18px; line-height: 36px; color: #282828;}
.about a{ display: inline-block;font-family: 'Crimson Text', serif; font-size: 18px; line-height: 41px; color: #ac523d;font-weight: bold}
.news{ border-top: solid 1px rgba(94, 92, 89, 0.56); padding: 18px 0 0 15px;}
.news ul{ margin: 0; padding: 0; list-style: none;}
.news ul > li{ margin: 0 0 22px; min-height: 75px;}
.news ul > li img{ display: block; float: left; margin: 0 19px 0 0;}
.news ul li h6{ clear: none;font-family: 'Crimson Text', serif; font-size: 13px; line-height: 15px; color: #b8bdc0;}
.news ul li p{font-family: 'Crimson Text', serif; font-size: 16px; line-height: 20px; color: #5e5c59; margin: 0;}
.news ul li p a{color:#5e5c59; }
.news ul li > a{ display: block;font-family: 'Crimson Text', serif; font-size: 16px; line-height: 21px; color: #ac523d;font-weight: bold}
a.btnarchive{ display: block;font-family: 'Crimson Text', serif; font-size: 18px; line-height: 36px; color: #ac523d;font-weight: bold}
.news ul li ul li{ margin: 0; float: left; padding: 0 6px 0 8px; background: url(images/sep.png) no-repeat left center; min-height: 1px;}
.news ul li ul li:first-child{ padding-left: 0; background: none;}
.media{ padding: 25px 0 75px; border-top: solid 1px rgba(94, 92, 89, 0.56);}
.media ul{ margin: 0; padding: 0 0 15px; list-style: none;}
.media ul li{ line-height: 0; margin:0 0 20px; position: relative; overflow: hidden;}
.media ul li img{ display: block; width: 100%; height: auto;}
.media ul li a{ line-height: 0; display: block;}
.media ul li a .hov{ position: absolute; left: 0; bottom: -35px; width: 100%; height: 35px; box-sizing: border-box; padding: 0 0 0 12px; line-height: 0; background: rgba(0 , 0 , 0, 0.6); transition:ease-in all 0.3s;}
.media ul li a .hov p{ margin: 0;font-family: 'Crimson Text', serif; font-size: 14px; line-height: 35px; color: #fff;}
.media ul li a:hover .hov{ bottom: 0; top: auto;}
a.viewallmedia{ display: inline-block;font-family: 'Crimson Text', serif; color: #ac523d; font-size: 18px; line-height: 36px;  font-family: 'Crimson Text', serif;}
.tweets{padding: 25px 0 75px; border-top: solid 1px rgba(94, 92, 89, 0.56);}
.tweets ul{ margin: 0; padding: 0; list-style: none;}
.tweets ul li{ margin:0 0 20px;}
.tweets ul li h6{font-family: 'Crimson Text', serif; font-size: 14px; line-height: 24px; color: #342c1c;}
.tweets ul li p{font-family: 'Crimson Text', serif; font-size: 14px; line-height: 24px; color: #191711; margin: 0 0 0px;}
.tweets ul li a{ display:inline-block;font-family: 'Crimson Text', serif; font-size: 14px; line-height: 24px; color: #ac523d;}
.tweets ul li p a{color: #ac523d;}
a.join-now{ display: inline-block;font-family: 'Crimson Text', serif; color: #ac523d; font-size: 18px; line-height: 36px;  font-family: 'Crimson Text', serif;}
.arrivals{ border-top: solid 1px rgba(94, 92, 89, 0.56); padding: 30px 0 5px;}
.arr-box a{ display: block;  text-align: center;}
.arr-box a img{ display: block; margin: 0 0 18px; width: 100%; height: auto;}
.arr-box a span{ display: block; color: #575757;font-family: 'Crimson Text', serif; font-size: 18px; line-height: 32px; text-align: center;}
.arr-box a em{ display: inline-block;font-family: 'Crimson Text', serif; font-size: 23px; line-height: 32px; color: #ac523d; font-style: normal; text-align: center; padding: 0 0 0 0; }
/* footer */
footer .container{ padding-top: 25px;  padding-bottom: 25px; border-top: solid 1px rgba(94, 92, 89, 0.56);}
.footleft{ float: left;}
a.foologo{ display: inline-block; float: left; width: 62px; margin:0 10px 0 0;}
a.foologo img{ display: block; width: 100%; height: auto;}
.footleft p{ display: inline-block; margin: 0; font-family: 'Crimson Text', serif;line-height: 27px; color: #5e5c59; font-size: 14px;}
.footright{ float: right;}
.footright form{ float: right; position: relative;}
.footright form input[type="email"]{ display: block; margin: 0; padding: 0; -webkit-appearance:none; width: 275px; height: 34px; border-radius: 0; background: #e6e6e6; padding: 0 35px 0 10px; outline: none; border: none; font-size: 13px; color: #5e5c59; line-height: 34px;}
.footright form input[type="submit"]{ display: block; border: none; outline: none; -webkit-appearance:none; position: absolute; right: 0; top: 0; width: 35px; height: 100%; background: url(images/icon-mail.png) no-repeat center center;}
/* inner1.html */
.inner_container	{padding-bottom: 40px;}
nav ul li	{margin: 0 0 0 35px;}
.clear	{clear: both; float: none !important; display: block !important; padding: 0 !important; margin: 0 !important; border: 0 !important; height: 0 !important; width:0 !important; line-height: 0 !important; }
.filter-button-group	{text-align: center; margin-bottom:30px; background: #ac523d;}
.filter-button-group button	{ border: none; background: transparent; border: none; box-shadow: none; margin:0 11px;  float: left;display: block; font-family: 'Crimson Text', serif; font-size: 14px; color: #fff; height: 33px; line-height: 33px; padding: 0 10px;}
.filter-button-group button:focus{outline:0 !important;}
.filter-button-group span	{font-family: 'Crimson Text', serif; font-size: 14px; color: #161616; height: 33px; line-height: 33px; float: left; padding-right: 20px; padding-left: 450px; }
.bloglinks span	{font-family: 'Crimson Text', serif; font-size: 14px; color: #161616; height: 33px; line-height: 33px; float: left; padding-right: 20px; padding-left: 432px; }
.bloglinks	{ background: #ac523d; }
.bloglinks ul{ margin: 0 ; padding: 0; list-style: none; float: left;}
.bloglinks ul li{ float: left;}
.bloglinks ul li a{ display: block;border: none; background: transparent; border: none; box-shadow: none; margin:0 11px;  font-family: 'Crimson Text', serif; font-size: 13px; color: #fff; height: 33px; line-height: 33px; padding: 0 10px;}
.filter-button-group button	{ border: none; background: transparent; border: none; box-shadow: none; margin:0 11px;  float: left;display: block; font-family: 'Crimson Text', serif; font-size: 14px; color: #fff; height: 33px; line-height: 33px; padding: 0 10px;}
.grid	{ margin: 0 -8.5px; line-height: 0px;}
.grid-sizer{width: 10%;}
.grid-item { width: 20%; padding: 8.5px; line-height: 0px;}
/* 2 columns wide */
.grid-item--width2 { width: 40%;}
.grid-item a{display: block; }
.grid-item a img{display: block; width: 100%; height: auto;}
.filter_container h1{/*padding-bottom: 60px;*/}
.media_wrap .grid	{margin: 0 -7.5px;}
.media_wrap .grid-sizer	{}
.media_wrap .grid-item { width:30%; padding:7.5px;  }
.col-sm-8 .latestnews h3:first-child {
    display: none;
}
/* inner2.html */
/* 2 columns wide */
.media_wrap .grid-item--width1 { width:39.9%; }
.media_wrap .grid-item--width2 { width:60%; }
.media_wrap .grid-item a{position: relative;}
.media_wrap .grid-item a	{transition: ease-in 0.5s all; overflow: hidden;}
.media_wrap .grid-item a:before	{position: absolute; left: 0; bottom: 0; width: 100%; content: "";}
.media_wrap .grid-item a	i.fa-play{position: absolute;color: #fff; left: 50%; top:50%; font-size: 42px; line-height: 42px; margin-top: -18px;  margin-left: -18px;}
.media_wrap .grid-item--width2 a i.fa-play{ font-size: 52px; line-height: 52px; margin-top: -18px;  margin-left: -18px;}
.media_wrap .grid-item .img-video-info	{transition: ease-in-out 0.5s all; position: absolute;  bottom: -106px; left: 0; width: 100%; background: rgba(0, 0, 0, 0.7); height: 65px; display: table; content: ""; padding: 0 100px 0 25px;}
.media_wrap .grid-item .img-video-info span {color: #fff;  position: absolute; right: 0; top: 0; width: 100px; text-align: center; padding: 17px 0px 0px 11px;}
.media_wrap .grid-item .img-video-info span em	{display: none; font-size: 23px; font-style: normal; line-height: normal;font-family: 'Crimson Text', serif;}
.media_wrap .grid-item .img-video-info span i	.intro a.viewmore{ display: block; padding-bottom: 3px; font-size: 30px; line-height: normal;}
.media_wrap .grid-item .img-video-info h4{font-size: 20px; line-height: normal; font-family: 'Crimson Text', serif; color: #fff; display: table-cell; vertical-align: middle;padding-top: 3px !important;}
.media_wrap .grid-item .img-video-info h3{font-size: 20px; line-height: normal; font-family: 'Crimson Text', serif; color: #fff; display: table-cell; vertical-align: middle;}
.media_wrap .grid-item--width2 .img-video-info span i	{font-size: 30px;}
.media_wrap .grid-item--width2 .img-video-info span em	{font-size: 27px;display: none}
.media_wrap .grid-item--width2 .img-video-info 	{height: 65px;}
.media_wrap .grid-item--width2 .img-video-info	{bottom: -120px;}
.media_wrap .grid-item a:hover	.img-video-info	{ top: auto; bottom: 0px;}
/* inner3.html */
.maintitle{ padding: 0px 0 15px;}
.maintitle span{ display: block;font-family: 'Crimson Text', serif; font-size: 18px; line-height: 31px; color: #aaa;}
.intro{ padding: 70px 0 40px;}
.intro p{font-family: 'Crimson Text', serif; font-size: 20px; line-height: 33px; color: #5e5c59;}
.intro a.viewmore{ display: inline-block;font-family: 'Crimson Text', serif; font-size: 21px; line-height: 45px; color: #ac523d;}
.indepth{ padding: 40px 0 70px; border-top: solid 1px rgba(94, 92, 89, 0.56);}
.indepth img{ display: block; width: 100%; height: auto; margin: 0 0 30px;}
.indepth h4{font-family: 'Crimson Text', serif; font-size: 25px; line-height: 36px; color: #5e5c59; margin: 0 0 25px;}
.indepth ul{ margin: 0; padding: 0; list-style-type: disc; list-style-position: inside;}
.indepth ul li{font-family: 'Crimson Text', serif; font-size: 20px; line-height: 25px; color: #5e5c59; margin: 0 0 25px;}
.indepth h4 span{ color: #ac523d;}
.indepth ul li span{ color: #ac523d;}
.indepth ul li a{ color: #ac523d; text-decoration: none;}
/* inner4.html */
.breadcrum{ padding: 25px 0 15px;}
.breadcrum ul{ margin: 0; padding: 0; list-style: none; float: left;}
.breadcrum ul li{ float: left; margin: 0 10px 0 0;}
.breadcrum ul li a{font-family: 'Crimson Text', serif; font-size: 18px; line-height: 36px; color: #ac523d;} 
.breadcrum ul li a i{ padding: 0 4px 0 0;}
.section1{ margin: 35px 0 125px;}
.albumcover{ padding: 30px 0 0; border-top: solid 1px rgba(94, 92, 89, 0.56);}
.section1 h2{ margin: 0 0 30px;}
.tracklisting{padding: 30px 0 0; border-top: solid 1px rgba(94, 92, 89, 0.56);}
.tracklisting img.soundcloud{ display: block; width: 100%; height: auto;}
.avail{padding: 30px 0 0; border-top: solid 1px rgba(94, 92, 89, 0.56);}
.avail ul{ margin: 0; padding: 0; list-style: none; float: left; width: 320px;}
.avail ul li{ float: left; padding: 16px 0 0 48px; position: relative; width: 50%; margin: 0 0 32px;}
.avail ul li a{font-family: 'Crimson Text', serif; font-size: 17px; line-height: 10px; color: #5e5c59;}
.avail ul li a img{ position: absolute; left: 0; top: 0;}
.albumdesc{padding: 30px 0 50px; border-top: solid 1px rgba(94, 92, 89, 0.56);}
.section2 h2{ margin: 0 0 30px;}
.albumdesc p{font-family: 'Crimson Text', serif; font-size: 18px; line-height: 25px; color: #5e5c59;}
.albumdesc a.viewmore{ display: inline-block;font-family: 'Crimson Text', serif; font-size: 22px; line-height: 35px; color: #ac523d;}
.video{padding: 30px 0 75px; border-top: solid 1px rgba(94, 92, 89, 0.56);}
.section3 h2{ margin: 0 0 30px;}
.albumlyrics{padding: 30px 0 0px; border-top: solid 1px rgba(94, 92, 89, 0.56);}
.albumlyrics ol{  padding: 0; margin: 0 0 28px 30px; list-style-type: decimal; list-style-position: outside;}
.albumlyrics ol li{ margin: 0 0 10px; padding: 0 10px 0 0; background: url(images/icon-plus.png) no-repeat right 10px;}
.albumlyrics ol li a{ display: block;font-family: 'Crimson Text', serif; font-size: 16px; line-height: 30px; color: #5e5c59; padding: 0 0 0 18px;}
.lyrics{ padding: 10px 15px 10px 0; display: none;}
.lyrics p{font-family: 'roboto'; font-size: 14px; line-height: 24px; color: #5e5c59;}
.albumlyrics ol li.open{background: url(images/icon-minus.png) no-repeat right 10px;}
/* inner5.html */
/*My css*/
.tour_concerts_wrap 	{overflow: hidden;}
.tour_concerts_wrap .grid	{margin: 0; border-top: 1px solid #5e5c59; }
.tour_concerts_wrap  .grid-item	{ }
.tour_concerts_wrap .grid-item{width: 100%; padding: 0;}
.tour_concerts_wrap h5{ padding-top: 22px;font-size:24px; line-height: 26px; color: #5e5c59; font-family: 'Crimson Text', serif;}
.tour_concerts_wrap h4{ font-size:22px; line-height: 30px; color: #5e5c59; font-family: 'Crimson Text', serif; padding-bottom: 4px;}
.tour_concerts_wrap h6{ font-size:17px; line-height: 24px; color: #5e5c59; font-family: 'Crimson Text', serif;    font-weight: normal;}
.tour_concerts_wrap ul	{margin: 0;}
.tour_concerts_wrap ul li	{height: 105px; width: 100%; list-style: none; padding: 14px 220px 14px 215px; margin:16px 0 13px; position: relative; display: table;}
.tour_concerts_wrap ul li:after{content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 1px; background: #5e5c59;}
.tour_concerts_wrap ul li span.date	{ display: block; width: 186px; height: 75px; line-height: 70px;  background: #f7f7f7; border: 3px solid #fff; border-radius: 2px; text-align: center; font-size: 20px; position: absolute; left: 0; top: 50%; margin-top: -37.5px; }
.tour_concerts_wrap ul li a.buy_ticket	{ display: block; width: 186px; height: 75px; line-height: 70px;  background: #f7f7f7; border: 3px solid #fff; border-radius: 2px; text-align: center;font-weight: bold; font-size: 18px;position: absolute; right: 20px; top: 50%; margin-top: -37.5px; color: #ac523d;  }
.tour_concerts_wrap ul li .countdown-block	{opacity: 0; display: block; width: 286px; height: 75px; line-height: 70px;  background: #f7f7f7; border: 3px solid #fff;  text-align: center; font-size: 25px; position: absolute; left: 14px; top: 50%; margin-top: -37.5px; background: #f7f7f7; text-align: center; text-align: center; color: #ac523d;}
.tour_concerts_wrap ul li .countdown-block span.top	{ display: block;}
.tour_concerts_wrap ul li .location	{ display: table-caption; height: 100%; display: table-cell; vertical-align: middle;}
.tour_concerts_wrap ul li .countdown-block span.top	{display: block; font-size: 36px; line-height: 38px; padding: 0; }
.tour_concerts_wrap ul li .countdown-block span.btm	{display: block; font-size: 12px; line-height: 14px; padding: 0;}
.tour_concerts_wrap ul li .countdown-block span	{display: inline-block; padding:7px 8px; line-height: normal;}
.tour_concerts_wrap ul li:last-child:after	{display: none;}
.tour_concerts_wrap ul li:hover	.countdown-block	{opacity: 1;}
.tour_concerts_wrap .upcoming-tours ul li:hover{padding-left:348px; }
.tour_concerts_wrap ul li:hover	{background: #b55b46; }
.tour_concerts_wrap .upcoming-tours ul li:hover span.date	{opacity: 0;}
.tour_concerts_wrap ul li:hover  a.buy_ticket	{background: #9e4632; color: #fff; border-color: #fff;}
.tour_concerts_wrap ul li:hover	h4{color: #fff;}
.tour_concerts_wrap ul li:hover	h6{color: #fff;}
.tour_concerts_wrap .pasts-tours ul li:hover span.date{ left: 14px;}
.tour_concerts_wrap .pasts-tours	{background: #f7f7f7;position: relative; padding: 10px 0 85px;}
.tour_concerts_wrap .pasts-tours:after	{position: absolute; left: 100%; width: 100%; height: 100%; background: #f7f7f7; content: ""; top: 0;}
.tour_concerts_wrap .pasts-tours:before	{position: absolute; right: 100%; width: 100%; height: 100%; background: #f7f7f7; content: ""; top: 0;}
.pasts-tours	{text-align: center;}
.pasts-tours ul {padding-bottom: 35px;}
.pasts-tours ul li	{text-align: left;}
.pasts-tours a.load_more	{transition: ease-in-out 0.5s all; display: inline-block; height: 58px; line-height:61px; background: #ac523d; color: #fff;     padding: 0 40px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 2px;
}}
.pasts-tours a.load_more:hover	{ background: #ac523d;}
.tour_concerts_wrap .pasts-tours ul li	{display: none; }
.tour_concerts_wrap .upcoming-tours{padding: 20px 0 40px;}
/* inner6.html */
.latestnews{ padding: 25px 0 70px; border-top: solid 1px rgba(94, 92, 89, 0.56);}
.latestnews h3{ margin: 0 9px 34px;}
.latestnews h2{font-family: 'Crimson Text', serif; font-size: 26px; line-height: 36px; color: #323232;}
.latestnews h5{font-family: 'HelveticaNeueLTStd-Roman_0'; font-size: 16px; line-height: 36px; color: #5e5c59; padding: 0 0 35px;}
.banner{ line-height: 0; margin: 0 0 35px;}
.banner img{ display: block; width:100%; height: auto; border-bottom:solid 3px #ac523d; max-height:376px; object-fit:cover; }
.listbox{ margin: 0px 0 0;}
.listbox ul{ margin: 0; padding: 0; list-style: none; float: left;    margin-left: -10px;
    margin-right: 6px;}
.listbox ul li img{ display: block; margin: 0; object-fit:cover; max-height:134px; }
.listbox ul li p	{       margin: 0 0 8px; font-family: 'Crimson Text', serif; font-size: 16px; line-height: 21px; color: #1c1c1c;}
.newsinfo{ padding: 15px;}
.newsinfo strong{font-family: 'Crimson Text', serif; font-size: 17px; line-height: 25px; color: #323232; }
.newsinfo span{ display: block;font-family: 'HelveticaNeueLTStd-Roman_0'; font-size: 13px; line-height: 25px; color: #b8bdc0; margin: 0 0 8px;}
.newsinfo p{font-family: 'Crimson Text', serif; font-size: 16px; line-height: 21px; color: #1c1c1c; margin: 0 0 8px;display: none;}
.newscontainer .grid-item{ line-height: normal; padding: 0; width: 100%;}
.headlines{ padding: 0 10px 30px ;}
.headlines h3{ margin: 40px 0 30px;}
.headlines p{font-family: 'Crimson Text', serif; font-size: 17px; line-height: 39px; color: #323232; margin: 0;}
.headlines ul{  padding: 0 10px 18px; margin: 0; list-style: none;}
.headlines ul li{font-family: 'Crimson Text', serif; font-size: 15px; line-height: 20px; color: #323232; margin: 0; display: none;  position: relative; padding-bottom: 20px;}
.headlines ul li:before{position: relative;content: ""; width: 7px; height: 7px; background: #323232; border-radius: 50%; margin-right: 8px; top:-1px; display: inline-block;}
.headlines a.load_more
{
    background: #ac523d none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 48px;
    line-height: 50px;
    padding: 0 22px;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 2px;
    margin-left: 10px;
}
.col-lg-8 .latestnews {
    padding-left: 10px;
    padding-right: 10px;
}
span.at-icon-wrapper {
    border-radius: 2px;
}

.asidebar{    padding: 45px 0 50px 10px; border-top: solid 1px rgba(94, 92, 89, 0.56);}
.asidebar h3{ margin: 0 0 30px;}
.asidebar ul{ margin: 0; padding: 0; list-style: none;}
.asidebar ul li a{font-family: 'HelveticaNeueLTStd-Roman_0'; font-size: 14px; line-height: 32px; color: #858585; padding: 0 0 0 8px;}
.archive	{padding-bottom: 84px;}
/* inner7.html */
.media_photos	{padding-top: 22px; border-top:1px solid #5e5c5a;}
.media_photos ul	{margin: 0; float: left; margin: 0 -3px; list-style: none; padding-bottom:34px;}
.media_photos ul li	{padding: 3px; float: left; width: 33.33333%;}
.media_photos ul li	a{display: block; border: 8px solid #5e5c59;}
/*.media_photos ul li	a img	{display: block; width: 100%; height: auto;}*/
.media_photos ul li	a img	{display: block; width: 100%; height: 240px !important; object-fit:cover; object-position:center center;}
.share_media span{ font-size: 14px; line-height: 16px; color: #5e5c59; font-family: Georgia;}
.share_media a{ font-size: 16px; color: #5e5c59; margin-left: 10px;}
/* inner8.html */
.maintitle h2{font-family: 'Crimson Text', serif; font-size: 39px; line-height: 54px; color: #5e5c59; font-weight: normal; padding-bottom: 10px;}
.banner{ line-height: 0; margin: 0 0 35px;}
.latestnews p{font-family: 'Crimson Text', serif; font-size: 18px; line-height: 33px; color: #4a4a4a;}
.latestnews h6{font-family: 'Crimson Text', serif; font-size: 18px; line-height: 27px; color: #ac523d; margin: 0 0 8px;}
.latestnews .share_media{ border-top: solid 1px rgba(94, 92, 89, 0.56); padding: 15px 0 0; margin: 40px 0 0;}
.share_media span {
    font-family: 'Crimson Text', serif;
    font-size: 24px;
    line-height: 36px;
    color: #5e5c59;
}
hr{background-color:rgba(94, 92, 89, 0.56) !important;}
.ltweets p{font-family: 'HelveticaNeueLTStd-Roman_0';  font-size: 14px; line-height: 22px; color: #5e5c59;}
/* inner9.html */
.videocont{ padding: 56px 0 30px;}
.videocont iframe{ width: 100%; min-height: 585px;}
.video2 img{ display: block; width: 100%; height: auto;}
.video2{ width: 100%; height: auto;}
.mobutton{ display: none; width: 30px; height: 25px; cursor: pointer;}
.mobutton span{ display: block; width: 100%; height:4px; background: #350826; margin: 0 0 5px; border-radius: 14px;}
.mobutton span:last-child{ margin: 0;}
header	{position: fixed; left: 0; top: 0; width: 100%; transition: ease-in-out 0.5s all; z-index: 999; /*background-color: #fff*/;}
body	{transition: ease-in-out 0.5s all; padding-top: 119px;background: #fff;}
.logo 	{transition: ease-in-out 0.5s all;}
.logo  a	{transition: ease-in-out 0.5s all;}
nav		{transition: ease-in-out 0.5s all;}
.social	{transition: ease-in-out 0.5s all;}
header.sticky nav	{padding-top:17px;}
header.sticky .social	{padding-top: 28px;}
header.sticky .logo	{padding-top:15px; padding-bottom: 10px; width: 100px;     }
header.sticky .logo a img	{}
/*body.small1	{padding-top: 68px;}*/
.discography_wrap	{padding-bottom: 75px;}
.discography_wrap .grid-item a	{position: relative;}
.discography_wrap .grid-item a .discography_cont	{ z-index: 9;  transition: ease-in-out 0.5s all; position: absolute;  bottom: -55px; left: 0; width: 100%; background: rgba(0, 0, 0, 0.7); height: 55px; display: table; content: ""; padding: 0 15px 0 15px;}
.discography_wrap .grid-item a .discography_cont h3{display: table-cell; vertical-align: middle; font-size: 17px; color: #fff; line-height: 24px;}
.discography_wrap .grid-item a .discography_cont h4{display: table-cell; vertical-align: middle;}
.discography_wrap .grid-item a .discography_cont span	{position: absolute; right: 0; top: 0; width: 65px; text-align: center; color: #fff; padding-top: 15px;}
.discography_wrap .grid-item a .discography_cont span i	{display: block; font-style: normal; font-size: 14px; line-height: normal; padding-bottom: 4px;}
.discography_wrap .grid-item a .discography_cont span em	{font-style: normal; font-size: 15px; line-height: normal;}
.discography_wrap .grid-item a	{overflow: hidden;}
.discography_wrap .grid-item a .discography_cont h4	{font-size:17px; line-height: 19px; color: #fff;  }
.discography_wrap .grid-item a:hover .discography_cont	{bottom: 0;}
.tour_concerts_wrap h5{text-align: left;}
.intro a.viewmore em	{font-style: normal; display: none;}
.intro p	{display: none;}

.intro.open p	{display: block;}
.intro.open a.viewmore span	{display: none;}
.intro.open a.viewmore em	{display: block;}
.media_photos ul li	a	{border: none;}
.media_photos ul	{margin: 0 -8.5px;}
.media_photos ul li {padding:8.5px;}
.discography_wrap .grid-item a:after{width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); content: ""; position: absolute; left: 0; top: 0; opacity: 0; transition: ease-in-out 0.5s all;}
.discography_wrap .grid-item a:hover:after{opacity: 0.2;}
.media_wrap .grid-item a:after{width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); content: ""; position: absolute; left: 0; top: 0; opacity: 0; transition: ease-in-out 0.5s all;}
.media_wrap .grid-item a:hover:after{opacity: 1;}
.media_wrap .grid-item .img-video-info	{z-index: 9;}
.media_photos ul li a{position: relative;}
.media_photos ul li a:after{width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); content: ""; position: absolute; left: 0; top: 0; opacity: 0; transition: ease-in-out 0.5s all;}
.media_photos ul li a:hover:after{opacity: 1;}
.albumdesc a.viewmore em	{font-style: normal; display: none;}
.albumdesc p	{display: none;}
.albumdesc p:nth-child(2){display: block !important;}
.albumdesc.open p	{display: block;}
.albumdesc.open a.viewmore span	{display: none;}
.albumdesc.open a.viewmore em	{display: block;}
.media_wrap .maintitle h1{padding-bottom: 15px;}
.filter-button-group	{position: fixed; left: 0; width: 100%; z-index: 99; top: 119px; transition: ease-in-out 0.5s all;}
body.sticky_btns {padding-top:184px; }
body.small1 .filter-button-group	{top: 67px;}
/* inner10.html */
.tour-details	{padding-top: 34px; border-top: 1px solid #5e5c59; }
.tour_info	{padding-left: 45px; }
.tour_img img	{width: 88%; height: auto;}
.tour_info h2{font-size: 32px; line-height: 38px; padding-bottom: 55px;}
.tour_info h3{font-size: 32px; line-height: 34px; padding-bottom: 38px;}
.tour_info  ul	{margin: 0; list-style: none;}
.tour_info  ul li	{ font-size: 18px; line-height: 41px; color: #5e5c59; padding-bottom: 12px;}
.tour_info  ul li i	{font-size: 24px; width: 25px; margin-right: 22px;}
.tour_info  ul li em	{font-style: normal;}
.tour_info  ul li span a{color:#5e5c59; text-decoration:none;}
body.small1.sticky_btns{padding-top: 130px;}
.newsinfo strong a{color: #323232; }
.newsinfo a.readMore{ display: inline-block;font-family: 'Crimson Text', serif; font-size: 15px; line-height: 29px; color: #ac523d;font-weight: bold}
.newsinfo a.readMore:after	{display:none;}
.headlines ul li a{color: #323232; }
#twitterHeading {display:none;}
.latestnews h2 a{ color: #323232;}
#xmt_Primary_wid.xmt ul.tweet_area li  {font-family: 'HelveticaNeueLTStd-Roman_0' !important;  font-size: 14px !important; line-height: 22px !important; color: #5e5c59 !important;}
.asidebar h3 a{   color: #5e5c59;}
nav ul li.current-menu-item a{ color: #5e5c59;}
.searchbox input[type="search"],
.asidebar select
{ width: 100%; display: block; height: 35px; line-height:33px; background: #fff; padding: 0 10px; margin: 0; -webkit-appearance:none; outline: none; border: none; box-shadow:0px 0px 3px 1px #e2e2e2 ; font-size: 14px; color: #707070;font-family: 'HelveticaNeueLTStd-Roman_0'; box-sizing: border-box;}
.banner{ line-height: 0; margin: 0 0 35px; position: relative;}
.bancaption{ position: absolute; left: 31px; bottom: 12px;}
.latestnews .bancaption h6{font-family: 'HelveticaNeueLTStd-Roman_0'; font-size: 16px; line-height: 36px; color: #fff; margin: 0 0 0;}
.latestnews .bancaption h3{font-family: 'Crimson Text', serif;  font-size: 25px; line-height: 36px; color: #fff; margin: 0 0 0;}
.listbox ul li a {position:relative; display:block;}
.listbox ul li a:hover::after {
    opacity: 1;
}
/* .listbox ul li a::after {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
}
*/
#post_listing .col-lg-8.col-md-8.col-sm-8 {
    padding-right: 40px;
}
.latestnews .bancaption h3 a{color: #fff;}
.asidebar ul {
    list-style-position: inside;
    list-style-type: disc;
}
#discography .share_media {
    padding-bottom: 15px;
}
.albumcover img {max-width:100%; height:auto; }
#xmt_samiyusufsidebar_wid.xmt ul {
    list-style-position: inside !important;
    list-style-type: disc !important;
}
#xmt_samiyusufsidebar_wid.xmt ul li  {
    font-family: 'HelveticaNeueLTStd-Roman_0' !important;
    font-size: 14px !important;
    line-height: 32px !important;
    color: #858585 !important;
    padding: 0 0 0 8px !important;
}
.jedi-weeks_dash, .jedi-days_dash, .jedi-minutes_dash, .jedi-seconds_dash	{background:none !important;}
.jedi-hours_dash	{background:none !important; clear:none !important;}
.jedi-dash	{    padding: 7px 8px !important; margin:0 !important;}
.jedi-dash_title	{display:none !important;}
.jedi-digit	{width:auto !important;}
.jedi-dash	{width:auto !important; float:none !important; display:inline-block;}
.jedi-weeks_trip_dash, .jedi-days_trip_dash	{background:none !important; width:auto !important;    padding: 7px 8px !important; float:none !important; display:inline-block; position:relative; margin:0 !important;}
.jedi-dashboard	{width:100% !important;    padding-right: 5px;}
.jedi-tripdash	{ padding-bottom: 52px !important;}
.jedi-tripdash:after	{content:"Days"; display:block; float; none; position:absolute; left:0; bottom:0; width:100%; display: block;  font-size: 12px; line-height: 14px;  padding: 0;color: #ac523d !important; font-family: 'Crimson Text', serif !important;}
.jedi-days_dash	{position: relative !important;  padding-bottom: 52px !important;}
.jedi-days_dash:after	{content:"Days"; display:block; float; none; position:absolute; left:0; bottom:0; width:100%; display: block;  font-size: 12px; line-height: 14px;  padding: 0;color: #ac523d !important; font-family: 'Crimson Text', serif !important;}
.jedi-hours_dash	{position: relative !important;  padding-bottom: 52px !important;}
.jedi-hours_dash:after	{content:"Hours"; display:block; float; none; position:absolute; left:0; bottom:0; width:100%; display: block;  font-size: 12px; line-height: 14px;  padding: 0;color: #ac523d !important; font-family: 'Crimson Text', serif !important;}
.jedi-minutes_dash	{position: relative !important;  padding-bottom: 52px !important;}
.jedi-minutes_dash:after	{content:"Minutes"; display:block; float; none; position:absolute; left:0; bottom:0; width:100%; display: block;  font-size: 12px; line-height: 14px;  padding: 0;color: #ac523d !important; font-family: 'Crimson Text', serif !important;}
.jedi-seconds_dash	{position: relative !important;  padding-bottom: 52px !important;}
.jedi-seconds_dash:after	{content:"Seconds"; display:block; float; none; position:absolute; left:0; bottom:0; width:100%; display: block;  font-size: 12px; line-height: 14px;  padding: 0;color: #ac523d !important; font-family: 'Crimson Text', serif !important;}
.jedi-digit	{ display: block; font-size: 34px !important; letter-spacing:0 !important;     color: #ac523d !important;  line-height: 38px !important; padding: 0 !important; font-weight:normal !important;     font-family: 'Crimson Text', serif !important;}
.rightSocial {margin-top: 30px !important;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {text-align: center!important;font-size: 15px;}
.woocommerce ul.products li.product .star-rating{margin: 0 auto 8px;color: #ac523d; }
.woocommerce ul.products li.product .button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt
{background-color: #ac523d;    border-radius: 0; color: #fff;}
.woocommerce div.product div.images, .woocommerce div.product div.summary{font-size: 15px;}
.woocommerce div.product .product_title{font-size: 35px; line-height: 60px;}
.screen-reader-text {
  display: none;
}
header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transition: ease-in-out 0.5s all;
    z-index: 999;
    background: url(images/header-bg.png) no-repeat center top / cover !important;
    background-size: cover;
}
header{position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transition: ease-in-out 0.5s all;
    z-index: 999; background-size: cover;
    background: url("images/header-bg.png") no-repeat scroll center top / cover ;
    }

.woocommerce ul.products li.product .price {
    color: #ac523d;
    display: block;
    font-size: 1.45em;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
}
span.onsale {
    font-size: 1.12em!important;
    line-height: 2.8!important;
}
div#TSCart_header_wrap {background-color: #ac523d!important ;}
div#TSCart_header_wrap a{color: #fff!important;}
.woocommerce div.product div.images img {
    box-shadow: none;
    display: block;
    height: auto;
    width: 95%;
}
.wc-tab p{line-height: 29px;}
h1.special_headind  {position:relative;}
h1.special_headind span#media_top.news_top  {bottom:200px; top:auto;}
.media_wrap .grid-item {display:none;}
/*
.media_wrap .grid-item--width2 {
    width: 59.9%;
}
*/
.media_wrap .grid-item--width2 {
    width: 100%; box-sizing:border-box;
}

.media_wrap .grid-item
{
    width:50%; box-sizing:border-box;
}

/*
.media_wrap .grid-item--width1 {
    width: 39.8%;
}
*/

.media_wrap .grid-item--width1 {
    width: 50%; box-sizing:border-box;
}



.filter_container a.load{ display:block; width:165px; height:50px; background:#ac523d; color:#fff; text-transform:uppercase; font-size:16px; line-height:50px; text-align:center; font-weight:bold; margin:40px auto 0;border-radius: 2px;    padding-top: 2px;}
.addthis_counter.addthis_bubble_style {
    display: none !important;
}
.addthis_button_tumblr.addthis_button_preferred_1.at300b {
    display: none;
}
.filter-button-group a	{ border: none; background: transparent; border: none; box-shadow: none; margin:0 11px;  float: left;display: block; font-family: 'Crimson Text', serif; font-size: 14px; color: #fff; height: 33px; line-height: 33px; padding: 0 10px;}
.filter-button-group a:focus{outline:0 !important;}

/* Press Page */
.tmls_slider2 .tmls_text p{background-color: #fbfbfb;border: solid 1px #d2d2d2;padding: 10px;}
.press_title { margin-bottom: 30px;display: block; position: relative; text-align: center; z-index: 1; }
.press_title:before { border-top: 1px solid #d2d2d2; content: ""; position: absolute; top: 12px; left: 0; width: 100%; z-index: -1; }
.press_title span{ background: #fff; padding: 0 10px; color: #ac523d;font-size: 31px; font-weight: bold; }
.tmls_position{padding-bottom: 40px;}
.tmls.style5 .tmls_next_prev{right: 50%;margin-right: -30px;}
/* woocommerce */
.woocommerce span.onsale{background-color: #ac523d ; }


.media_wrap .grid-item img	{height: 242.5px; object-fit:cover;}
.media_wrap .grid-item--width2 img  {height:500px;}

.button {
    background:none!important;
    border:solid 1px #ac523d !important;
    color:#ac523d !important;
    box-shadow: none;
    height: auto;
    line-height: 1.5em;
    text-transform: none;
    margin: 0 auto;
    padding: 11px 94px;
    border-radius: 2px;
    cursor: pointer;
    font-weight: 600;
    font-family: Crimson Text;
    letter-spacing: 0;
    white-space: nowrap;
    transition: width .3s,padding .5s;
    -webkit-transition: width .3s,padding .5s;
	text-decoration:none;
    font-size: 18px;
    line-height: 1.9em;
	}

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

.bancaption{    left: auto !important;    position: relative;     bottom: -12px !important;}
.latestnews .bancaption h6{color: #b8bdc0 !important;padding-left: 15px;}
.latestnews .bancaption h3 a{color: #323232 !important;}
.latestnews .bancaption h3{    padding: 6px 15px 5px 15px !important; line-height: 1.4 !important;}
.addthis-smartlayers-mobile{display:block !important;}
.addthis_desktop_share{display:none !important;}
}
.addthis-smartlayers-mobile{display:none;}
.addthis_toolbox.addthis_32x32_style span {
    line-height: 0 !important;
}


.news .banner ul li > a {
    display: none;
}

.news .banner ul li > a:first-child {
    display: block !important;
}

.news ul li p a {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}


.viewmore span.mpore,.intro.open a.viewmore em {
    font-weight: bold;
}


.maintitle h1 {
    font-size: 39px !important;
    line-height: 54px !important;
}

