/*
Theme Name: Liara Roux's Theme
Theme URI: https://liararoux.com
Description: This is a lovely theme by a lovely lady. (Based on "Creative Portfolio" on Dessign)
Version: 1.0
Author: Liara
Author URI: https://liararoux.com
Tags: Personal Website
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 0 4px 5px;
}
#wpadminbar { display: none; }
/* Global */
body, div { margin: 0; padding: 0; }
body { font-size: 14px; font-family: 'Alegreya', serif; font-weight: 400; color: #333; line-height: 140%; }
input { font-family: 'Alegreya', serif; }
a {color: #111; text-decoration: none; transition: background 0.3s ease 0s, color 0.3s ease 0s; }
a:hover { color: #666; text-decoration: none; }
h1,h2,h3,h4,h5,p { margin: 10px 0; }
img { border: none; }
p { line-height: 140%; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.container { width: 1180px; margin: 0 auto; }
#infscr-loading { DISPLAY: NONE !important; visibility: hidden !important; } /* hide infinite scroll loading image */
::selection {
    background: #ccc; 
    }
::-moz-selection {
    background: #ccc; 
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
    display: block;
}
/* Header */
/*#header { padding: 0px 0; }*/
#header { position: fixed; top: 0; left: 0; width: 100%;  }
/*body.home #header { position: static; width: auto; }*/
.slicknav_menu { display: none; }
.sy-pager { display: none !important; }
.logo_cont { float: left; max-width: 250px; margin-right: 25px; }
.full_logo_cont { padding: 0px 0 15px;  text-align: center; float: left; max-width: 272px; margin-left: 10px; }
.full_logo_cont img,
.logo_cont img { max-width: 100%; height: auto; }
.header_right_text { float: right; width: 300px; padding-bottom: 10px; }
.header_spacing { display: block; }
/*body.home .header_spacing { display: none; }*/
/*body.home .footer_copyright_cont { display: none; }*/
#header { background-color:rgba(255,255, 255, 0.70); /*position: fixed; top: 0; left: 0;*/ padding: 15px 0 0; width: 100%; z-index: 9999; }
/*body.home #header { background: none; }*/
.logo { /*float: left; margin-right: 55px;*/ }
.header_menu { float: right; margin-top: 0px; max-width: 905px; }
.header_menu ul { list-style-type: none; margin: 0; padding: 0; }
.header_menu ul li { float: left; margin-right: 8px; font-size: 14px; font-family: 'Alegreya', serif; font-weight: 700;  text-transform: uppercase; color: #333; letter-spacing: 1.5px; position: relative; padding-bottom: 8px; margin-bottom: 5px; }
.header_menu ul li:last-child { margin-right: 0; }
.header_menu ul li a { color: #333; display: block; padding: 5px 15px; /*border-bottom: 3px solid #fff;*/ }
.header_menu ul li a:hover,
.header_menu ul li.current-menu-item a,
.header_menu ul li.current_page_item a { color: #000; text-decoration: none; /*border-bottom: 3px solid #000;*/ }
.header_menu ul li ul { position: absolute; top: 32px; left: 0; z-index: 100; display: none; }
.header_menu ul li ul li { float: none; margin: 0; width: 180px;  background-color: #fff; padding: 0; font-size: 12px;  }
.header_menu ul li ul li:first-child { border-top: none; }
.header_menu ul li ul li a { padding: 8px 10px; display: block; border-bottom: none; }
.header_menu ul li ul li a:hover { background-color: #f9f9f9; text-decoration: none; border: none; }
#gallery::-webkit-scrollbar { display: none !important; }
#gallery {  }
.header_search { float: right; width: 260px; position: relative; margin-left: 15px; }
.header_search input[type=text] { height: 30px; box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; width: 100%; background-color: #F5F5F5; -moz-border-radius: 8px;
border-radius: 8px; border: none; }
.header_search_icon { position: absolute; top: 8px; right: 8px; }
/* Content */
#home_inside_cont { padding: 0 10px; }

.cat { color: #999; text-align: center; margin: 0; font-size: 12px; font-family: 'Alegreya', serif; font-weight: 300;   }
.cat a { color: #999; text-decoration: none; }
.cat a:hover { color: #000; text-decoration: none; }

.home_left { float: left; width: 770px; }
.home_box { float: left; width: 590px; margin-top: 25px; }
.home_box img { display: block; }
.home_box img,
.home_box iframe { width: 100%; height: 335px; }
.home_box h3 { text-align: center; font-size: 20px; font-family: 'Alegreya', serif; font-weight: 400; color: #333; letter-spacing: 1.5px; }
.home_box_media { position: relative; }
.home_box_hover { position: absolute; width: 100%; height: 100%;  background: url('images/black-trans.png') repeat; top: 0; left: 0; display: none; }
.home_box_row { display: table; height: 100%; width: 100%; }
.home_box_cell { display: table-cell; padding: 10px 60px; vertical-align: middle; text-align: center; color: #fff; font-size: 15px; line-height: 21px; }
.home_featured { margin: 30px 0; text-align: center; font-size: 24px; }
.home_bottom_box_cont { margin-top: 45px; }
.home_bottom_box { float: left; width: 325px; margin-right: 60px; font-size: 16px; }
.home_bottom_box_last { width: 410px; margin-right: 0; }
h3.home_bottom_title { margin: 0 0 45px; font-size: 22px; font-weight: normal; padding-left: 85px;}
.home_bottom_contact input[type=text],
.home_bottom_contact input[type=email],
.home_bottom_contact textarea { width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; background-color: #FCFCFC; border: 1px solid #E3E3E3; height: 40px; margin-top: 6px; padding-left: 8px; padding-right: 8px; }
.home_bottom_contact textarea { height: 190px; padding: 8px; }
.home_bottom_contact input[type=submit] { border: none; color: #fff; font-size: 16px; font-weight: bold; text-align: center; display: block; padding: 10px 0px; background-color: #BEBEBE; width: 100%; }
ul.home_bottom_blog_list { list-style-type: none; margin: 0; padding: 0; }
ul.home_bottom_blog_list li { margin-bottom: 13px; padding-bottom: 13px; border-bottom: 1px solid #ccc; }
ul.home_bottom_blog_list li h4 { font-size: 19px; font-weight: normal; margin: 0 0 10px; }
ul.home_bottom_blog_list li p { margin: 0;  font-size: 12px; }
/*.home_blog_box .read_more { float: right; display: block; padding: 5px 10px; color: #000; text-decoration: none; border: 1px solid #ccc; }*/
.archive_title { margin-bottom: 20px; font-size: 23px; }
.blog_box { margin-bottom: 25px; }
.blog_box .left { width: 300px; font-size: 14px; color: #999; }
.blog_box .left h3 { font-size: 28px; font-family: 'Alegreya', serif; font-weight: 400; color: #333; letter-spacing: 1.5px; line-height: 33px;  }
.blog_box .right { width: 830px; font-size: 14px; }
.blog_box .right img,
.blog_box .right iframe { width: 830px; height: 415px; display: block; transition:all 0.3s ease-in-out; }
.blog_box .right p { padding-left: 90px; margin-top: 15px; font-size: 15px; font-family: 'Alegreya', serif; font-weight: 400;   color: #666; letter-spacing: 1.5px; }
.blog_box .right img:hover { opacity:0.7;
filter:alpha(opacity=70); }
.archive_title { border-left: 20px solid #000; padding-left: 10px; text-transform: uppercase; }
.archive_box { margin-bottom: 30px; margin-right: 21px; font-size: 13px; width: 379px; float: left; position: relative; }
.archive_box img,
.archive_box iframe { max-width: 100%; width: 379px; height: 254px; }
.archive_box h3 { font-weight: normal; font-size: 25px; margin-top: 0; }
.archive_box h3 a { text-decoration: none; }
.archive_box h3 a:hover { text-decoration: underline; }
.archive_box.clear,
.home_box.clear,
.home_featured_post.clear { margin: 0; padding: 0; float: none; height: 0; width: 0; }
.archive_box_last { margin-right: 0; }
.archive_box_hover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('images/trans-back.png') repeat; display: none; }
.archive_box_tbl { display: table; width: 100%; height: 100%; }
.archive_box_tcell { display: table-cell; text-align: center; vertical-align: middle; color: #fff; padding: 0 25px; line-height: 19px; }
.archive_box_media { position: relative; }
.archive_box_media img { display: block; }
.sy-caption-wrap .sy-caption { display: none !important; }
#single_cont {  }
.single_full_cont { }
.single_left { float: left; width: 1180px;  font-size: 16px; font-family: 'Alegreya', serif; font-weight: 400; color: #333; }
.single_left img { max-width: 100%; height: auto; }
.single_left p { margin-bottom: 15px; }
.single_full { float: none; width: 900px; margin: 0 auto; position: relative; }
h1.single_title { font-size: 25px; margin: 0 0 20px; font-weight: normal; padding-right: 110px; }
.single_inside_content img { max-width: 100%; height: auto; }
#commentform input[type=submit] { background-color: #161616; color: #fff; border: 1px solid #6E6E6E; padding: 3px 5px; }
.scroller{position:absolute;bottom:5%;width:100%;padding:12px 0px;text-align:center;color:rgba(255,255,255,0.6);font-family:'Alegreya', serif;font-weight:300;-webkit-transition:color 0.2s ease-out;-moz-transition:color 0.2s ease-out;-o-transition:color 0.2s ease-out;-ms-transition:color 0.2s ease-out;transition:color 0.2s ease-out;z-index:100}
.scroller .scroller-icon{position:absolute;left:50%;margin-left:-24px;margin-top:-12px;border:2px solid rgba(255,255,255,0.6);font-size:2em;width:50px;height:50px;line-height:50px;text-align:center;line-height:50px;border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;-webkit-transition:border-color 0.2s ease-out;-moz-transition:border-color 0.2s ease-out;-o-transition:border-color 0.2s ease-out;-ms-transition:border-color 0.2s ease-out;transition:border-color 0.2s ease-out}
.scroller span{padding-left:80px}
.scroller:hover{cursor:pointer;color:#fff}
.scroller:hover .scroller-icon{border-color:#fff}
/* Sidebar */
#sidebar { float: right; width: 300px; }
.side_box { margin-bottom: 25px; }
h3.side_title { margin: 0 0 15px; font-size: 17px; font-weight: normal; }
.side_box ul { list-style-type: none; margin: 0; padding: 0; }
.side_box ul li { margin-bottom: 8px; }
.t1_search_cont input[type=text], .t1_search_cont input[type=submit] { box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; height: 24px; font-family: 'Source Sans Pro', sans-serif, arial; }
.t1_search_cont input[type=text] { width: 180px; }
.t1_search_cont input[type=submit] { border: none; background-color: #252628; color: #90939C; width: 80px; }
/* Footer */
#footer { padding: 0px 0 0px;  margin-top: 25px; }
.footer_box_col { float: left; width: 362px; margin-right: 46px; }
.footer_box { margin: 25px 0; text-align: center; }
.footer_box_col_last { margin-right: 0; }
.footer_copyright_cont {
padding-bottom: 15px;
text-align: center;
padding-top: 15px;
}
.footer_copyright { padding: 20px 0 20px; text-align: right; font-size: 14px; text-align: center; }
.footer_box ul { list-style-type: none; margin: 0; padding: 0; }
.footer_box ul li { margin-bottom: 8px; }
.footer_social { text-align: center; padding-bottom: 15px; }
.footer_social img { display: inline-block; margin: 0 2px; }


/* Liara's 1337 hax */
body.page, body.single {
    background: url('//liararoux.com/wp-content/uploads/2015/01/Background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.home {
    background: #fafafa;
}

a {
    color: #bf0000;
}

a:hover {
    color: #880000;
}

.aligncenter {
    text-align: center;
}

p.nocomments {
    display: none;
}

.full_logo_cont h1 {
    font-size: 49px;  
    font-weight: 700;
    text-align: left;
    margin: 10px 0;
    line-height: 19px;
}

h2.sub-header {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    margin: 10px 0;
    line-height: 19px;
}

h2.sub-header {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

.header_menu ul li {
    font-weight: 400;
    font-size: 18px;
    text-transform: none;
}

.size-medium {
max-width: 600px;
max-height: 600px;
width: auto;
height: auto;
}

ul {
text-align: left;
}

.error404 #content {
    margin-top: 30px;
}

span.red-signature {
  color: #bf0000;
  float: right;
}

/* until couples and faq page are up
@media only screen and (max-width: 1200px) {
ul#main_header_menu {
max-width: 500px;
}
}*/

/* custom right clicks */


/*home slider changes */

.slider-title {
    font-size: 500%;
    text-align: center;
    color: #fff !important;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-weight: 700;
    display: block;
    opacity: 0.85;
    transition: opacity 0.3s ease 0s, color 0.3s ease 0s;
}

@media only screen and (max-width: 1200px) { 
    .slider-title { font-size: 400%; }
}

@media only screen and (max-width: 959px) {
    .slider-title { font-size: 300%; }
}

@media only screen and (max-width: 767px) {
    .slider-title { font-size: 200%; }
}

.slider-title:hover {
    opacity: 1;
}

.slider-title a {
    color: white;
}

.slider-title:hover {
    opacity: 1;
}

span.down-arrow {
    padding: 0;
    margin: 0px 5px 0px 6px;
    font-size: 180%;
    font-family: 'Zapf Dingbats', sans-serif, serif;
}

.scroller {
    font-weight: 700;
    font-size: 110%;
    letter-spacing: 0.07em;
}

/*Home Video*/
.homepage-video { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 
.homepage-video-mobile { 
    display: none;
} 
.homepage-video iframe, .homepage-video object, .homepage-video embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%
    ;
}

.video-overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-overlay-link span.slider-title {
    bottom: 5%;
    position: absolute;
    width: 100%;
}

.video-under-link {
    color: rgb(191, 0, 0);
    cursor: auto;
    display: inline;
    font-family: Alegreya, serif;
    font-size: 30px;
    font-weight: bold;
    height: auto;
    letter-spacing: 1.5px;
    line-height: 19.6px;
    text-align: center;
    text-decoration: none;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    display: none;
}

@media only screen and (max-width: 959px) {
    .video-overlay-link {
        display: none;
    }
    .homepage-video-desktop {
        display: none;
    }
    .homepage-video-mobile {
        display: block;
    }
    .video-under-link {
        display: block;
    }
}

/* home featured area changes */

.home_box {
    opacity: 0.9;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.home_box:hover {
    opacity: 1;
}

.home_box h3 {
    font-size: 22px;
    font-weight: 700;
    color: #BF0000;
}

.home_box p {
    text-align: center;
    max-width: 380px;
    margin: 10px auto;
}

.cat {
    font-size: 14px;
}

.cat a {
    pointer-events: none;
    cursor: default;
}

.home_box img, .home_box iframe {
    box-sizing: border-box;
    padding: 10px;
}

.home_box_cell {
    padding: 5px;
}

.home_box.go-to-galleries {
    margin: 30px auto;
    float: none;
    width: 100%;
}



/* edit link when logged in */
a.post-edit-link {
    display: block;
    padding: 10px 0px 10px 0px;
    float: left;
    opacity: 0.5;
}

/* Header Social Media Links */

/*Twitter*/
#menu-item-1223 a:before {
    content: "\f099";
    color: black;
}

li#menu-item-1223 {
    font-family: FontAwesome;
}

#menu-item-1223 a {
    width: 5px;
    overflow: hidden;
    color: transparent;
}

/*Instagram*/
#menu-item-1224 a:before {
    content: "\f16d";
    color: black;
}

li#menu-item-1224 {
    font-family: FontAwesome;
}

#menu-item-1224 a {
    width: 5px;
    overflow: hidden;
    color: transparent;
}

/*Reddit*/
#menu-item-1226 a:before {
    content: "\f1a1";
    color: black;
}

li#menu-item-1226 {
    font-family: FontAwesome;
}

#menu-item-1226 a {
    width: 5px;
    overflow: hidden;
    color: transparent;
}

/*Tumblr*/
#menu-item-1225 a:before {
    content: "\f173";
    color: black;
}

li#menu-item-1225 {
    font-family: FontAwesome;
}

#menu-item-1225 a {
    width: 5px;
    overflow: hidden;
    color: transparent;
}

/* main site pages */

.single-post #content {
    margin-top: 30px;
}

.site-page .next_prev_cont.next_prev_cont_top_right {
    display: none;
}

.site-page .close-gallery {
    display: none;
}

.site-page .single_inside_content, .gallery-header .single_inside_content {
    background-color: rgba(255,255, 255, 0.70);
    float: left;
    box-sizing: border-box;
    padding: 15px 25px;
    text-align: justify;
    width: 100%;
}

.gallery-header {
  text-align: left;
}

.site-page p.cat {
    display: none;
}

h1.single_title {
    display: inline-block;
    padding: 12px 25px 0px 25px;
    background-color: rgba(255,255, 255, 0.70);
    margin-bottom: 0 !important;
    font-size: 25px;
    font-weight: bold;
    min-height: 30px;
    max-width: 630px;
}

#content h2 {
color: #bf0000;
font-size: 22px;
}

/* about page */

#content h2.know-me-better {
    color: black;
    text-align: center;
}

#content h2.know-me-better a {
display: inline-block;
}

span.description-links {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 1.17em;
}

.escort-site-badges {
    display: block;
    text-align: center;
    margin-top: 20px;
    width: 100%;
}

.escort-site-badges a {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 70px;
  margin: 0 5px;
  min-width: 70px;
}

.escort-site-badges a img {
  vertical-align: bottom;
  display: inline-block;
  height: 70px;
  width: auto;
  opacity: 0.65;
}

a.slixa {
    background: url('https://recip.slixa.com/liara-roux/photo-verified-120.jpg') no-repeat left top;
    background-size: contain;
    opacity: 0.5;
}

a.eros {
    background: url('//liararoux.com/images/eros-badge.png') no-repeat left top;
    background-size: contain;
    opacity: 0.65;
}

.escort-site-badges a:hover {
    opacity: 1;
}

.escort-site-badges a:hover img {
  opacity: 1;
}

.cwv3_content {
  min-height: 170px;
}

/* contact page */


form.wpcf7-form input,form.wpcf7-form textarea {
    border-radius: 0px;
    border: 1px solid #aaa;
    padding: 4px 4px;
}

input.wpcf7-form-control.wpcf7-submit {
color: white;
background: #bf0000;
border: 0px;
padding: 4px;
}

@media only screen and (min-width: 959px)  {
    .full-name p {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 5px;
    }

    form.wpcf7-form .full-name input {
        width: 138px;
        margin-right: 1px;
    }
}

@media only screen and (max-width: 959px)  {
    p.your-message {
    clear: both;
    }
}


textarea.wpcf7-form-control.wpcf7-textarea {
    height: 124px;
}

input.wpcf7-form-control.wpcf7-submit {
    margin-right: 18px;
    width: 130px;
    -webkit-appearance: none;
}

div.wpcf7-mail-sent-ok {
text-align: center;
font-size: 22px;
font-weight: 700;
border: 0;
margin-top: 0;
margin-bottom: 0;
}

h2.xo-contact {
    text-align: center;
    margin-top: 0;
}
img.ajax-loader {
    max-height: 20px;
    max-width: 20px;
    width: 20px;
    height: 20px;
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
    form.wpcf7-form input {
    width: 282px;
    }

    textarea.wpcf7-form-control.wpcf7-textarea {
        height: 100px;
    }
    input.wpcf7-form-control.wpcf7-submit {
    margin-right: 12px;
    width: 130px;
    }

}

@media only screen and (max-width: 767px) {
    form.wpcf7-form input {
    width: 238px;
    }

    textarea.wpcf7-form-control.wpcf7-textarea {
        height: 100px;
    }
    input.wpcf7-form-control.wpcf7-submit {
    margin-right: 3px;
    width: 100%;
    }

}

/* additional contact hax added quickly later, ugh */ 

.postid-46 .ezcol-one-half:first-of-type {
    margin-top: 12px;
}

.wpcf7 input, .wpcf7 textarea {
    width: 100%;
}

@media only screen and (max-width: 767px) {
 #rc-imageselect, .g-recaptcha {
    transform:scale(0.85);
    -webkit-transform:scale(0.85);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
} 
}

/* galleries listing styling */

.page-template-tpl-gallery #content, .archive #content {
    margin-top: 25px;
}

.page-template-tpl-gallery .container, .archive .container {
text-align: center;
}

.page-template-tpl-gallery .home_box, .archive .home_box {
    box-sizing: border-box;
    padding: 10px !important;
    margin : 5px;
    max-width: 580px;
    width: auto;
    display: block;
    background-color: rgba(255,255, 255, 0.70);
}

.page-template-tpl-gallery div#posts_cont {
  margin-top: 5px;
}

.home_box.clear {
display: none !important;
}


.home_box_media {
    position: relative;
    margin: 10px;
}

a.gallery-link {
    display: block;
    width: 540px;
    height: 306px;
    background-size: 100% !important;
    margin: 0 auto;
}



@media only screen and (min-width: 1200px) {
.gallery-header .single_full {
  width: 1170px;
}

}

@media only screen and (max-width: 1200px) {
    a.gallery-link {
    height: 232px;
    width: 408px;
    }
    .page-template-tpl-gallery .home_box {
        max-width: 450px;
        display: inline-block;
        float: none;
        padding: 8px !important;
    }
    .page-template-tpl-gallery div#posts_cont {
      margin-left: 25px;
    }

}

@media only screen and (max-width: 959px) {
    .page-template-tpl-gallery .home_box {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 10px;
    }
    .page-template-tpl-gallery div#posts_cont {
      margin-left: 0px;
      text-align: center;
    }
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
    .home_box {
     float: none !important;
     width: 480px !important;
     margin: 25px auto !important;
    }
}


@media only screen and (max-width: 767px) {
    a.gallery-link {
    height: 147px;
    width: 260px;
    }
    .page-template-tpl-gallery .single_left {
      margin-bottom: 0px;
    }
    .page-template-tpl-gallery .home_box {
      padding: 10px !important;
    }
}

/* galleries listing styling */

.page-template-tpl-friends #content, .archive #content {
    margin-top: 25px;
}

.page-template-tpl-friends .container, .archive .container {
text-align: center;
}

.page-template-tpl-friends .home_box, .archive .home_box {
    box-sizing: border-box;
    padding: 10px !important;
    margin : 5px;
    max-width: 580px;
    width: auto;
    display: block;
    background-color: rgba(255,255, 255, 0.70);
}

.page-template-tpl-friends div#posts_cont {
  margin-top: 5px;
}

@media only screen and (max-width: 1200px) {
    .page-template-tpl-friends .home_box {
        max-width: 450px;
        display: inline-block;
        float: none;
        padding: 8px !important;
    }
    .page-template-tpl-friends div#posts_cont {
      margin-left: 25px;
    }

}

@media only screen and (max-width: 959px) {
    .page-template-tpl-friends .home_box {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 10px;
    }
    .page-template-tpl-friends div#posts_cont {
      margin-left: 0px;
      text-align: center;
    }
}



@media only screen and (max-width: 767px) {
    .page-template-tpl-friends .single_left {
      margin-bottom: 0px;
    }
    .page-template-tpl-friends .home_box {
      padding: 10px !important;
    }
}

/*individual freinds post page stuff */
.friend .single_inside_content {
    background-color: rgba(255,255, 255, 0.70);
    padding: 20px;
}
.friend .next_prev_cont.next_prev_cont_top_right {
    background: transparent;
}
.friend p.cat {
    display: none;
}


/* inline medium gallery styling (use two columns, image size medium) */

span.close-gallery {  
    padding: 12px 25px 0px 25px;  
    background-color: rgba(255,255, 255, 0.70);  
    margin-bottom: 0 !important;  
    font-size: 25px;  
    font-weight: bold;  
    min-height: 30px;  
    max-width: 200px;
    display: inline-block;
    float: right;
}

.close-gallery a {
    opacity: 0.4;
}
.close-gallery a:hover {
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    span.close-gallery { 
    display: none;
    }
}

.gallery p.cat {
    text-align: left;
    margin-top: 0;
    padding-top: 0;
}

.gallery p {
    margin: 0;
    width: 100%;
    padding: 15px 15px 0px 25px;
    background-color: rgba(255,255, 255, 0.70);
    box-sizing: border-box;
}

/* video gallery settings */

        .postid-728 .single_inside_content {
            background-color: rgba(255,255, 255, 0.70);
        }


        .postid-728.gallery p {
            background-color: transparent;
        }
        .postid-728 .next_prev_cont {
            background-color: transparent;
        }
        .gallery .embed-container {
            border: 20px solid transparent;
            padding-bottom: 54%;
        }
        @media only screen and (max-width: 767px) {
            .gallery .embed-container {
                padding-bottom: 52%;
            }
        }

/* end video */

.gallery-item img.attachment-medium {
    border: 0 !important;
    max-width: 400px;
    max-height: 400px;
    height: auto;
    width: auto;
}

.gallery-item {
    max-width: 400px !important;
    width: auto !important;
    display: inline-block !important;
    float: none !important;
    padding: 25px 25px 0px 25px;
    margin: 0 !important;
    vertical-align: middle;
}

.gallery-size-medium br {
    display: none;
}

.gallery-size-medium {
    text-align: center;
    background-color: rgba(255,255, 255, 0.70);
    padding-top: 0px;
}

@media only screen and (max-width: 767px) {
    .gallery-item img.attachment-medium {
    max-width: 260px;
    }

    .gallery-item {
        width: auto !important;
    }
    h1.single_title {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 25px !important;
    font-weight: bold !important;
    margin: 0;
    padding-bottom: 5px;
    }

    dl.gallery-item {
    padding: 22px 20px 0px 20px;
    }
}

.next_prev_cont {
    width: 100%;
    background-color: rgba(255,255, 255, 0.70);
    position: relative;
    box-sizing: border-box;
    padding: 15px;
    font-weight: 700;
}

.next_prev_cont .right a {
    display: inline-block;  
}

.next_prev_cont .left a {
    display: inline-block;   
    text-align: right;
}

/* carousel gallery styling */

.jp-carousel-light .jp-carousel-overlay {
    background: rgba(255, 255, 255, 0.9);
}

.jp-carousel-close-hint span:after {
    content: '[X] Close';
    color: #999;
    -webkit-transition: color 200ms linear;
    transition: color 200ms linear;
    margin-left: -60px;
    font-size: 70%
}

.jp-carousel-close-hint:hover span:after {
    color: #000;
}

.jp-carousel-close-hint span {
    width: 120px;
    color: transparent !important;
    background-color: transparent !important;
}

.jp-carousel-left-column-wrapper {
    display: none;
}

ul.jp-carousel-image-exif {
    display: none;
}

.jp-carousel-image-map {
    display: none;
}

.jp-carousel-buttons {
    display: none;
}

a.jp-carousel-image-download {
    display: block;
    color: #444;
}

.jp-carousel-image-meta {
    margin-top: 0px !important;
    min-width: 175px !important;
    margin-right: -16px !important;
}

a.jp-carousel-image-download:before {
    content: 'Download / ';
}

span.photo-size {
    margin-left: 0px;
    margin-top: 4px;
    display: block;
}

/* column mobile fix */

@media (max-width: 768px) {
.ezcol-one-quarter, .ezcol-one-half, .ezcol-three-quarter, .ezcol-one-third, .ezcol-two-third, .ezcol-one-fifth, .ezcol-two-fifth, .ezcol-three-fifth, .ezcol-four-fifth {
width: 100% !important;
margin-right: 0 !important;
}
}

@media (max-width: 959px) {
    body {
        background: url('//liararoux.com/wp-content/uploads/2015/01/Background.jpg') repeat center top fixed !important;
        background-size: 200% auto !important;
    }
    body.home {
        background: #fafafa !important;
    }

    
}

@media only screen and (max-width: 1200px) {
   .header_menu ul li a {
    padding: 5px 8px;
    }
}


.slicknav_menu {
float: right !important;
background: transparent !important;
margin-top: 15px;
} /*

.slicknav_menu li {
    background: #fff !important;
}

.slicknav_menu a {
    margin: 0 !important;
    padding: 10px 15px !important;
    text-align: right;
} */

@media (max-width: 440px) {
    .header_bottom .container {
    margin: 0;
    }
}

/* content warning mobile hax */
@media (max-width: 767px) {
    .cwv3_dialog .cwv3_content {
        overflow: hidden;
        min-height: 182px;
        }

        .cwv3_dialog {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    box-sizing: border-box;
}
}

/* responsive embeds */

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.video-wrapper {
  position: relative;
  padding-bottom: 54.25%;
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}