@charset "UTF-8";
/*import styles for standard wp elements*/
/*Default Wordpress styles*/
/* Images */
.entry-content img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */ }

.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
  max-height: 100%; }

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }

pre, code {
  clear: both;
  overflow: auto;
  margin: 1.5em 0em;
  white-space: pre;
  color: inherit;
  line-height: 24px; }

img.size-full,
img.size-large {
  max-width: 100%;
  width: auto;
  /* Prevent sPtretching of full-size and large-size images with height and width attributes in IE8 */
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }

.entry-content img.wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: none; }

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1em; }

p img,
.wp-caption {
  margin: 0; }

.wp-caption {
  margin-bottom: 1em;
  padding: 5px;
  max-width: 100%;
  border-top: 1px solid black;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }

.wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.wp-caption .wp-caption-text,
.gallery-caption {
  color: inherit;
  font-size: 12px; }

.wp-caption .wp-caption-text {
  position: relative;
  margin-bottom: 0;
  padding: 10px 0 5px 40px; }

.wp-caption .wp-caption-text:before {
  position: absolute;
  top: 10px;
  left: 5px;
  margin-right: 5px;
  content: '\2014';
  font-weight: bold;
  font-style: normal;
  font-size: 14px; }

.gallery {
  margin: 0; }

.gallery a img {
  border: none; }

img#wpstats {
  display: block;
  margin: 0 auto 1.625em; }

#content .gallery-columns-4 .gallery-item {
  padding-right: 2%;
  width: 23%; }

#content .gallery-columns-4 .gallery-item img {
  width: 100%;
  height: auto; }

.error404 article {
  margin: 60px 0;
  text-align: center; }

.error404 .content-title.search {
  font-size: 70px;
  margin-bottom: 15px; }

span.error-404 {
  display: block;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 1px;
  text-align: center; }

.search-back-button {
  background: none repeat scroll 0 0 #e84c3d;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  color: #FFFFFF;
  margin-top: 30px; }

/*================ Search ================*/
#searchform {
  margin: 0;
  position: relative; }
  #searchform .search-container.hidden {
    display: block; }
  #searchform button {
    position: absolute;
    right: 0;
    top: 0;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    color: #CFCFCF; }
  #searchform input[type="text"] {
    height: 36px;
    line-height: 28px;
    border: 1px solid #c7c7c4;
    font-size: 14px;
    margin: 0; }
  #searchform .search-container {
    width: 30px;
    line-height: 28px;
    height: 30px;
    text-align: right;
    overflow: hidden; }

.main-header #searchform input {
  border: 1px solid #ddd !important; }

header.main-header {
  position: relative; }

.category #searchform .search-container {
  margin-top: -55px; }

#searchform .search-container i {
  font-size: 18px;
  z-index: 2;
  position: relative;
  margin-right: 8px;
  cursor: pointer; }

#searchform .search-container .input-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -35px;
  padding: 5px 5px;
  width: 200px;
  height: 39px;
  z-index: 1; }

#searchform .search-container .input-wrapper input {
  margin: -1px 0 0;
  display: block;
  padding: 0 5px;
  width: 190px;
  height: 20px;
  background-color: #FFF;
  box-shadow: 0 0;
  border-radius: 0;
  border: 0 none;
  font-size: 11px;
  line-height: 20px;
  color: #888; }

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
  padding: 0;
  /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
  border: none; }

.wp-caption img {
  border-color: transparent; }

a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
.gallery .gallery-icon a:focus img,
.gallery .gallery-icon a:hover img,
.gallery .gallery-icon a:active img {
  border-color: #bbb;
  /* Add some useful style to those fancy borders for linked images ... */
  background: transparent; }

.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
  border-color: transparent;
  /* ... including captioned images! */
  background: transparent; }

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

body .row {
  width: 870px; }

/* Floated content doesn't work well at this size */
.alignleft,
.alignright {
  display: block;
  float: none;
  margin-right: 0;
  margin-left: 0; }

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em; }

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

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

dl.gallery-item {
  margin: 0; }

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

.align-right {
  text-align: right; }

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

/*----------------------------*/
body div.post-content .flo-img-text .text-wrapper, body dov.entry-content .flo-img-text .text-wrapper {
  line-height: 1.8em; }
body div.post-content .flo-img-text img, body div.post-content .flo-img-text a img, body dov.entry-content .flo-img-text img, body dov.entry-content .flo-img-text a img {
  margin-bottom: 0px;
  display: block; }
body div.post-content .flo-img-text a, body dov.entry-content .flo-img-text a {
  position: relative;
  display: block;
  margin-bottom: -2px; }

p:empty {
  margin: 0px; }

/*
use it like this: 
    @include transition(all, 0.2s, ease-in-out);
    @include transition(background, 0.2s, ease-in-out);
*/
/*------------Preloader for Site content------------*/
#flo-loading {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  text-align: center;
  background: #ffffff; }

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
  -webkit-pointer-events: none; }

#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; }

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  /*box-shadow: 0 0 10px #29d, 0 0 5px #29d;*/
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

/*------------ EOF Preloader for Site content------------*/
/*==================== Start: Recommended Isotope styles =======================*/
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition: all 0.8s ease-in;
  -moz-transition: all 0.8s ease-in;
  -ms-transition: all 0.8s ease-in;
  -o-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in; }

.isotope {
  -webkit-transition: "height, width" 1.2s ease-in;
  -moz-transition: "height, width" 1.2s ease-in;
  -ms-transition: "height, width" 1.2s ease-in;
  -o-transition: "height, width" 1.2s ease-in;
  transition: "height, width" 1.2s ease-in; }

.isotope .isotope-item {
  -webkit-transition: opacity 1.2s ease-in;
  -moz-transition: opacity 1.2s ease-in;
  -ms-transition: opacity 1.2s ease-in;
  -o-transition: opacity 1.2s ease-in;
  transition: opacity 1.2s ease-in; }

/* ===================End: Recommended Isotope styles =========================*/
/* Splitter */
.splitter, .thumbs-splitter {
  margin-bottom: 0;
  list-style-type: none;
  /*text-align: left;*/ }

.splitter li, .thumbs-splitter li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 30px;
  padding-left: 5px;
  line-height: 24px;
  text-transform: uppercase; }

.splitter li:first-child, .thumbs-splitter li:first-child {
  padding-left: 0px;
  border-left: none; }

.splitter li a, .thumbs-splitter li a {
  padding: 0 8px;
  font-size: 12px;
  line-height: 25px;
  height: 24px; }

/* EOF Splitter */
/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
  margin: 1.625em 0 0; }

.post-password-required input[type=password] {
  margin: 0.8125em 0; }

.post-password-required input[type=password]:focus {
  background: #f7f7f7; }

/*---------- General ----------*/
body, p {
  font-family: 'Georgia'; }

.clear {
  clear: both; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

a img {
  border: 0; }

body {
  position: relative; }

fieldset {
  border: 0;
  padding: 0; }

.content-title {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: -1px; }

#header .content-title {
  margin: 20px 0; }

/* Form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus {
  border-radius: none;
  height: 35px;
  border: 1px solid #ddd;
  padding-left: 10px;
  padding-right: 10px; }

input[type="submit"], button, input[type="button"] {
  border-radius: 0;
  cursor: pointer;
  height: 35px;
  border: 0px;
  padding: 0 10px;
  text-transform: uppercase;
  margin: 0 0 20px 15px; }

.form-submit.submit input[type="submit"], button, input[type="button"] {
  margin-left: 0px; }

.hidden {
  display: none; }

/* Social icons */
.socialicons > ul.cosmo-social {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative; }

.socialicons > ul.cosmo-social > li {
  display: inline-block; }

.socialicons > ul.cosmo-social > li i {
  position: absolute;
  width: 30px;
  height: 30px;
  margin-left: -15px; }

.socialicons > ul.cosmo-social > li i img {
  max-height: 30px;
  max-width: 30px; }

.socialicons > ul.cosmo-social > li > a {
  display: block;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  text-align: center;
  transition: all 200ms linear 0s;
  width: 30px;
  /*border-radius: 50%;*/
  padding: 0; }

.widget .socialicons > ul.cosmo-social > li > a:hover {
  color: #FFFFFF; }

.widget .socialicons > ul.cosmo-social > li > a.rss:hover {
  color: #f69400; }

.widget .socialicons > ul.cosmo-social > li a.twitter:hover {
  color: #48c4d2; }

.widget .socialicons > ul.cosmo-social > li > a.gplus:hover {
  color: #d94a39; }

.widget .socialicons > ul.cosmo-social > li > a.dribbble:hover {
  color: #ef5b92; }

.widget .socialicons > ul.cosmo-social > li > a.yahoo:hover {
  color: #7b0099; }

.widget .socialicons > ul.cosmo-social > li > a.linkedin:hover {
  color: #71C5EF; }

.widget .socialicons > ul.cosmo-social > li > a.skype:hover {
  color: #18b7f1; }

.widget .socialicons > ul.cosmo-social > li > a.fb:hover {
  color: #3b5998; }

.widget .socialicons > ul.cosmo-social > li > a.yt:hover {
  color: #C4302B; }

.widget .socialicons > ul.cosmo-social > li > a.vimeo:hover {
  color: #44bbff; }

.widget .socialicons > ul.cosmo-social > li > a.delicious:hover {
  color: #3274d1; }

.widget .socialicons > ul.cosmo-social > li > a.tumblr:hover {
  color: #3a5976; }

.widget .socialicons > ul.cosmo-social > li > a.pinterest:hover {
  color: #cb2027; }

.widget .socialicons > ul.cosmo-social > li > a.flickr:hover {
  color: #FF0084; }

.widget .socialicons > ul.cosmo-social > li > a.email:hover {
  color: #0bac03; }

.widget .socialicons > ul.cosmo-social > li > a.instagram:hover {
  color: #634d40; }

.socialicons > ul.cosmo-social > li > a > i:before {
  line-height: inherit; }

/* End of social icons*/
/*---------- End - General ----------*/
/**#@-*/
.wpcf7 form.invalid {
  border: 0px !important; }
.wpcf7 .wpcf7-form {
  padding: 15px; }
  .wpcf7 .wpcf7-form input[type="submit"] {
    margin: 0 0 20px 0px;
    font-size: 16px; }
  .wpcf7 .wpcf7-form span.wpcf7-not-valid-tip {
    padding: 0px 2px;
    top: -10px; }
  .wpcf7 .wpcf7-form textarea {
    max-width: 600px; }
  .wpcf7 .wpcf7-form .wpcf7-not-valid {
    border: 1px solid red; }
  .wpcf7 .wpcf7-form div.wpcf7-validation-errors {
    border: 0px; }

.cosmo-contact-form {
  margin: 0 -15px; }

.cosmo-contact-form > .row > .six > p {
  clear: none;
  display: inline-block;
  float: left;
  margin-bottom: 0;
  margin-right: -4px;
  padding: 0 15px; }

.cosmo-contact-form.form-type1 > .row > .six > p {
  width: 100%; }

.cosmo-contact-form.form-type1 .submit-btn {
  text-align: right; }

.cosmo-contact-form > .row > .six > p input {
  border: 1px solid; }

.cosmo-contact-form > .row > .six > textarea {
  width: 100%; }

.cosmo-contact-form > .row > .six > p.comment-form-comment {
  width: 100%;
  display: block; }

.comment-form textarea, .comment-form input {
  box-shadow: none; }

.cosmo-contact-form p.form-submit {
  margin-top: 28px; }

#cosmo_contact_response {
  clear: both;
  margin: 0px;
  margin-bottom: 20px; }

#cosmo_contact_response p {
  margin: 0; }

.cosmo-contact-form #cosmo-send-msg {
  background: #00bdbc;
  color: #fff;
  padding: 10px; }

.cosmo-contact-form > .row > .twelve {
  text-align: center; }

/* Content layout settings */
section#main .main-container.left-layout > .row {
  margin: 0; }

/*---------- Header ---------- */
div#header {
  position: relative; }

header .cosmo-social li i, .header2 .cosmo-social li i {
  font-size: 14px; }

/*div#header .header-containe-wrapper{*/
header.main-header {
  padding: 0px 15px 30px;
  z-index: 24; }

.header_style2 header.main-header {
  padding-bottom: 60px; }

.header_style4 .logo {
  float: left; }
.header_style4 nav.primary-navigation {
  float: right; }
.header_style4 .sticky-menu-container .main-menu {
  margin-top: 0; }
.header_style4 .sticky-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  /*padding: 15px 0;
  background: #000;*/
  /*display: none;*/ }
.header_style4 .sticky-menu-inner-container {
  margin: 0 auto; }

div#header .header-containe-wrapper:after {
  content: '';
  display: table;
  width: 100%;
  clear: both; }

body.single.single-video div#header, body.single.single-gallery div#header, body.single div#header {
  margin-bottom: 0; }

/* ---------- Menu Navigation ---------- */
#modal-menu ul#menu-main-menu li {
  line-height: 1.2; }

#modal-menu ul#menu-main-menu li a {
  line-height: 1.2;
  display: block;
  padding: 15px 0; }

#modal-menu {
  display: none; }

#modal-menu ul li {
  list-style-type: none;
  line-height: 55px;
  border-top: 1px dotted rgba(255, 255, 255, 0.35); }

#modal-menu ul li:first-child {
  border-top: 0 none; }

#modal-menu ul li a {
  color: white;
  font-size: 16px;
  margin: 0;
  line-height: 55px; }

#modal-menu ul li ul {
  margin: 0; }

#modal-menu ul li ul li {
  border-top: 1px dotted rgba(255, 255, 255, 0.35) !important; }

#small-device-nav {
  line-height: 50px;
  display: none;
  position: absolute;
  z-index: 90; }

#small-device-nav ul {
  text-align: left; }

#small-device-nav ul, #small-device-nav ul li {
  margin: 0;
  padding: 0; }

#small-device-nav .small-device-logo {
  display: inline-block;
  list-style-type: none;
  font-size: 16px;
  height: 100%;
  overflow: hidden;
  float: right;
  line-height: 50px; }

#small-device-nav .small-device-logo a img {
  max-height: 50px; }

#small-device-nav .small-device-menu {
  display: inline-block;
  list-style-type: none;
  font-size: 18px;
  line-height: 50px; }

#small-device-nav .small-device-menu a {
  color: #444444;
  display: block; }

#small_nav {
  width: auto;
  margin-top: 30px; }

/* ---------- End - Header ---------- */
/* ---------- Main Section ---------- */
.single section#main, .page section#main {
  height: auto;
  clear: both; }

section#main .main-container {
  position: relative;
  height: 100%; }

body.error404 section#main .main-container {
  min-height: 400px; }

.main-container > .right-sidebar, .main-container > .left-sidebar {
  padding: 0 15px; }

.main-container .right-sidebar {
  padding-right: 0px; }

.main-container > .left-sidebar {
  padding-left: 0px; }

.zoom-image {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 999;
  margin-top: -35px;
  margin-right: -35px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: black url(https://www.rpphotographybydesign.co.uk/wp-content/themes/blanco/images/zoom.image.png) no-repeat center center;
  background: rgba(0, 0, 0, 0.15) url(https://www.rpphotographybydesign.co.uk/wp-content/themes/blanco/images/zoom.image.png) no-repeat center center;
  opacity: .0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=$value)";
  -khtml-opacity: .0;
  -moz-opacity: .0;
  cursor: pointer; }

.zoom-image a {
  display: block;
  text-indent: -9999px;
  line-height: 80px !important; }

.entry-header .featimg:hover > .zoom-image, .video-image-slides li:hover > .zoom-image {
  opacity: .100;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=$value)";
  -khtml-opacity: .100;
  -moz-opacity: .100; }

.single-gallery #carousel {
  display: none; }

.single-gallery #carousel ul.slides {
  width: 100% !important;
  margin: 0 auto; }

.single-gallery #carousel ul.slides li {
  width: 18% !important;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  margin-left: 0px; }

.single-gallery #carousel ul.slides li img {
  max-width: 100%; }

.single-gallery #carousel ul.slides li:nth-child(5n) {
  margin-right: 0px; }

.relative {
  position: relative; }

/* Posts  */
.featimg {
  overflow: hidden;
  line-height: 0; }

article.thumb-image-main, article.thumb-text-main {
  overflow: hidden; }

.featimg img {
  width: auto;
  max-width: none; }

.single .featimg img {
  width: auto;
  width: 100%; }

.featimg a {
  line-height: 0; }

/* Grid view */
.cosmo-grid-view article {
  margin-bottom: 50px; }

.cosmo-grid-view article header .featimg {
  line-height: 0;
  margin-bottom: 20px;
  position: relative; }

.cosmo-grid-view article header .featimg img {
  width: 100%; }

.cosmo-grid-view article header .featimg .entry-feat-overlay {
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=$value)";
  -khtml-opacity: .0;
  -moz-opacity: .0;
  transition: .3s opacity ease-in; }

.cosmo-grid-view article header:hover .featimg .entry-feat-overlay {
  opacity: .100;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=$value)";
  -khtml-opacity: .100;
  -moz-opacity: .100; }

.cosmo-grid-view article header .featimg .entry-feat-overlay a {
  color: inherit; }

.cosmo-grid-view article header .featimg .entry-feat-overlay .entry-date {
  top: 50%;
  left: 50%;
  margin-left: -35%;
  height: 90px;
  margin-top: -45px;
  width: 70%;
  position: absolute;
  font-size: 24px;
  line-height: 1;
  color: #454545;
  font-weight: 300; }

.cosmo-grid-view article header .featimg .entry-feat-overlay .entry-date > a {
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  margin-bottom: 15px; }

.cosmo-grid-view article header .featimg .entry-feat-overlay .entry-date em {
  display: block;
  font-style: normal;
  margin: 15px 0;
  position: relative; }

.cosmo-grid-view article header .featimg .entry-feat-overlay .entry-date em:after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #454545;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -25px; }

.cosmo-grid-view article header .featimg .entry-feat-overlay .entry-date i {
  display: block;
  font-style: normal;
  margin-bottom: 10px; }

.cosmo-grid-view article header .featimg .entry-feat-overlay .entry-date .share-options {
  margin: 0;
  list-style-type: none; }

.cosmo-grid-view article header .featimg .entry-feat-overlay .entry-date .share-options li {
  display: inline-block;
  color: #454545;
  font-size: 12px;
  margin-right: 5px; }

.cosmo-grid-view article header .featimg .entry-feat-overlay .entry-date .share-options li a:hover {
  opacity: .70;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=$value)";
  -khtml-opacity: .70;
  -moz-opacity: .70; }

.cosmo-grid-view article section.entry-content h3.entry-title {
  font-weight: 300;
  color: inherit;
  font-family: 'Pathway Gothic One', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.8;
  line-height: 1.4;
  text-align: left; }

.cosmo-grid-view article section.entry-content h3.entry-title a {
  color: inherit; }

.cosmo-grid-view article section.entry-content .entry-excerpt {
  color: inherit;
  line-height: 1.5;
  margin-bottom: 30px;
  font-family: inherit; }

.cosmo-grid-view article footer.entry-footer {
  margin: 0 -30px 0 -30px;
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  font-family: 'Open Sans', Helvetica, sans-serif; }

.cosmo-grid-view .grid-meta {
  padding-bottom: 25px;
  font-family: 'Georgia';
  font-size: 11px;
  font-style: italic; }

#footer-container {
  float: none;
  clear: both; }

footer .footer-container-wrapper {
  padding: 30px 0;
  position: relative; }

.cosmo-grid-view article footer.entry-footer .columns:last-child {
  text-align: right;
  font-size: 12px; }

.cosmo-grid-view article footer.entry-footer a.read-more {
  color: inherit;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
  font-size: 12px;
  display: inline-block; }

/* Thumb view */
.cosmo-thumb-view {
  clear: both; }
  .cosmo-thumb-view .featimg img {
    width: 100%; }
  @media only screen and (max-width: 767px) {
    .cosmo-thumb-view .columns {
      width: 100% !important; } }

.cosmo-thumb-view article {
  margin-bottom: 30px;
  position: relative; }

.cosmo-thumb-view.no-gutter.title-over article {
  margin-bottom: 0; }

.row .cosmo-thumb-view.no-gutter {
  margin: 0px; }

.cosmo-thumb-view.no-gutter > .columns {
  padding: 0; }

.cosmo-thumb-view .three.columns article h3, .cosmo-thumb-view .four.columns article h3 {
  font-size: 14px; }

/*.cosmo-thumb-view.title-below article:hover>header{
    
    -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;      

    @include opacity(30);
}*/
.cosmo-thumb-view.title-below .thumb-title-below-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0px;
  left: 0px; }

.cosmo-thumb-view article h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #595959;
  margin: 0; }

.cosmo-thumb-view.title-over article h3 {
  margin-top: 45px; }

.cosmo-thumb-view.title-below.no-gutter article h2 {
  margin-left: 15px; }

.cosmo-thumb-view.title-below.left_title section .entry-title {
  text-align: left; }

.cosmo-thumb-view.title-below.center_title section .entry-title {
  text-align: center; }

.cosmo-thumb-view.title-below.right_title section .entry-title {
  text-align: right; }

.cosmo-thumb-view article .featimg {
  margin-bottom: 0; }

.cosmo-thumb-view.title-below article .featimg {
  margin-bottom: 15px; }

.cosmo-thumb-view.title-over article section h2 a {
  color: inherit; }

.cosmo-thumb-view.title-over article section {
  position: absolute;
  top: 0;
  left: -100%;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #FFF; }

.latest-galleries .cosmo-thumb-view.title-over article section {
  cursor: pointer; }

.cosmo-thumb-view.title-over article h2 a i {
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border: 2px solid #000;
  border-radius: 50%;
  margin-top: 15px;
  text-align: center;
  border-color: inherit;
  font-size: 16px; }

.cosmo-thumb-view.title-over article section .entry-title {
  top: 50%;
  position: absolute;
  margin: -10px auto;
  width: 100%;
  text-align: center; }

/*thumb fiew with bordered title hover*/
.for-border-title {
  display: none; }

.cosmo-thumb-view.border_title {
  /*hide the default title*/ }
  .cosmo-thumb-view.border_title .for-border-title {
    display: block;
    position: absolute;
    z-index: 7;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }
    .cosmo-thumb-view.border_title .for-border-title .entry-title {
      text-align: center;
      position: absolute;
      width: 100%;
      top: 50%;
      margin-top: -20px;
      z-index: 10; }
    @media only screen and (max-width: 767px) {
      .cosmo-thumb-view.border_title .for-border-title h3.entry-title {
        font-size: 18px; } }
    .cosmo-thumb-view.border_title .for-border-title .the-categ {
      z-index: 10;
      position: absolute;
      width: 100%;
      text-align: center;
      top: 50%;
      margin-top: 30px;
      font-size: 17px; }
  .cosmo-thumb-view.border_title .border-container {
    width: 144px;
    height: 144px;
    position: absolute;
    top: 50%;
    margin-top: -72px;
    left: 50%;
    margin-left: -72px; }
    .cosmo-thumb-view.border_title .border-container div {
      width: 100%; }
    .cosmo-thumb-view.border_title .border-container .upper-side {
      border: 2px solid;
      border-bottom: 0px;
      height: 40px; }
    .cosmo-thumb-view.border_title .border-container .middle-side {
      border-left: 2px solid;
      height: 44px; }
    .cosmo-thumb-view.border_title .border-container .down-side {
      border: 2px solid;
      border-top: 0px;
      height: 60px; }
  .cosmo-thumb-view.border_title .entry-content {
    z-index: 1; }
    .cosmo-thumb-view.border_title .entry-content .entry-title {
      display: none; }
  .cosmo-thumb-view.border_title .three.columns .border-container, .cosmo-thumb-view.border_title .four.columns .border-container {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    left: 50%;
    margin-left: -45px; }
    .cosmo-thumb-view.border_title .three.columns .border-container div, .cosmo-thumb-view.border_title .four.columns .border-container div {
      width: 100%; }
    .cosmo-thumb-view.border_title .three.columns .border-container .upper-side, .cosmo-thumb-view.border_title .four.columns .border-container .upper-side {
      border: 2px solid;
      border-bottom: 0px;
      height: 24px; }
    .cosmo-thumb-view.border_title .three.columns .border-container .middle-side, .cosmo-thumb-view.border_title .four.columns .border-container .middle-side {
      border-left: 2px solid;
      height: 26px; }
    .cosmo-thumb-view.border_title .three.columns .border-container .down-side, .cosmo-thumb-view.border_title .four.columns .border-container .down-side {
      border: 2px solid;
      border-top: 0px;
      height: 40px; }
  .cosmo-thumb-view.border_title .three.columns .the-categ, .cosmo-thumb-view.border_title .four.columns .the-categ {
    z-index: 10;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: 15px;
    font-size: 15px; }

.page-template-templatestemplate-latest-testimonials-php .cosmo-thumb-view.title-over article section {
  text-align: left;
  padding: 20px;
  overflow: hidden;
  height: 100%; }

.page-template-templatestemplate-latest-testimonials-php .cosmo-thumb-view.title-over article section .entry-title-testimonial {
  position: relative;
  font-weight: bold; }

.page-template-templatestemplate-latest-testimonials-php .cosmo-thumb-view.title-over article .entry-meta-link {
  margin-top: 20px;
  font-size: 12px; }

.page-template-templatestemplate-latest-testimonials-php .inner-content {
  position: relative;
  overflow: hidden;
  max-height: 100%;
  line-height: 16px; }

.page-template-templatestemplate-full-width-page-php #content .row {
  width: 100%; }
  .page-template-templatestemplate-full-width-page-php #content .row .columns {
    margin: 0px;
    padding: 0px; }

.cosmo-thumb-view article h2 a i:before {
  width: auto;
  margin: 0; }

.cosmo-thumb-view.title-over .type-video article section h2 {
  margin-top: -25px;
  font-size: 20px; }

.cosmo-thumb-view.title-below .type-video article header {
  margin-bottom: 10px; }

.cosmo-thumb-view.title-below .type-video article section h2 a div {
  display: inline-block; }

.type-video article section .icon-play:before {
  content: '\25b6';
  margin-left: 5px; }

.cosmo-thumb-view.title-over article {
  overflow: hidden; }

.cosmo-thumb-view.title-over article section h2 {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  width: 100%;
  text-align: center; }

.cosmo-thumb-view article .featimg img {
  width: 100%;
  height: auto; }

.cosmo-thumb-view.margin-top30 {
  margin-top: 30px !important; }

.the-content {
  margin: 30px auto auto; }

body:not(.boxed) .the-content {
  max-width: 80%; }

/* List view */
.cosmo-list-view article {
  margin-bottom: 60px; }
.cosmo-list-view .list-simple article {
  padding-left: 90px; }
  .cosmo-list-view .list-simple article .entry-content {
    display: flex; }
  .cosmo-list-view .list-simple article .list-meta {
    padding: 5px;
    width: 55px;
    height: 55px;
    text-align: center;
    position: absolute;
    margin-left: -90px;
    border: 2px solid;
    font-weight: bold; }
    .cosmo-list-view .list-simple article .list-meta .the-date {
      display: block;
      font-size: 20px; }
    .cosmo-list-view .list-simple article .list-meta .the-month {
      display: block;
      font-size: 14px;
      text-transform: uppercase; }
  .cosmo-list-view .list-simple article .featimg {
    text-align: left;
    display: block; }
  @media only screen and (max-width: 650px) {
    .cosmo-list-view .list-simple article {
      padding-left: 45px; }
      .cosmo-list-view .list-simple article .list-meta {
        padding: 1px;
        width: 35px;
        height: 35px;
        position: absolute;
        margin-left: -45px; }
        .cosmo-list-view .list-simple article .list-meta .the-date {
          display: block;
          font-size: 16px; }
        .cosmo-list-view .list-simple article .list-meta .the-month {
          display: block;
          font-size: 10px;
          text-transform: uppercase; } }
.cosmo-list-view .list-image-left article {
  padding-left: 60px;
  margin-bottom: 60px; }
.cosmo-list-view .list-image-left .list-meta {
  position: absolute;
  margin-left: -60px;
  text-align: center;
  font-weight: bold;
  z-index: 8; }
  .cosmo-list-view .list-image-left .list-meta .the-date {
    margin-bottom: 20px;
    font-size: 28px; }
  .cosmo-list-view .list-image-left .list-meta .the-month, .cosmo-list-view .list-image-left .list-meta .the-date {
    display: block;
    font-family: 'Helvetica'; }
  .cosmo-list-view .list-image-left .list-meta .the-month {
    font-size: 22px; }
.cosmo-list-view .list-image-left header.noimg .entry-title, .cosmo-list-view .list-image-left .entry-content {
  margin-left: 150px; }
.cosmo-list-view .list-image-left .entry-content {
  min-height: 1px; }
  .cosmo-list-view .list-image-left .entry-content .entry-meta {
    position: absolute;
    left: 15px;
    max-width: 130px; }
    .cosmo-list-view .list-image-left .entry-content .entry-meta span {
      display: block; }
.cosmo-list-view .list-image-left .content-container {
  float: none; }
.cosmo-list-view .list-image-left .title-container {
  width: 50%;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 94%;
  text-align: left; }
.cosmo-list-view .list-image-left .featimg {
  padding-top: 30px;
  text-align: left; }
.cosmo-list-view .list-image-right {
  position: relative;
  display: block; }
  .cosmo-list-view .list-image-right .fix {
    float: none;
    display: inline-block; }
  .cosmo-list-view .list-image-right article {
    margin-bottom: 80px; }
  .cosmo-list-view .list-image-right .list-meta {
    font-weight: bold; }
    .cosmo-list-view .list-image-right .list-meta .the-date {
      margin-bottom: 20px;
      font-size: 28px; }
    .cosmo-list-view .list-image-right .list-meta .the-month, .cosmo-list-view .list-image-right .list-meta .the-date {
      display: inline-block;
      font-family: 'Helvetica'; }
    .cosmo-list-view .list-image-right .list-meta .the-month {
      font-size: 22px;
      margin-left: 15px; }
  .cosmo-list-view .list-image-right .entry-content {
    min-height: 1px; }
    .cosmo-list-view .list-image-right .entry-content .entry-meta {
      position: absolute;
      max-width: 300px; }
      .cosmo-list-view .list-image-right .entry-content .entry-meta span {
        display: block; }
  .cosmo-list-view .list-image-right header:not(.noimg) .title-container {
    width: 50%;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: -44%;
    text-align: right; }
  .cosmo-list-view .list-image-right .featimg {
    text-align: left; }
.cosmo-list-view .entry-content {
  line-height: 1.8em; }
.cosmo-list-view article header .featimg {
  line-height: 0;
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
  overflow: inherit;
  margin-top: 0; }
.cosmo-list-view article header .featimg img {
  max-width: 100%; }
.cosmo-list-view article header .featimg .entry-feat-overlay {
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=$value)";
  -khtml-opacity: .0;
  -moz-opacity: .0;
  transition: .3s opacity ease-in; }
.cosmo-list-view article header:hover .featimg .entry-feat-overlay {
  opacity: .100;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=$value)";
  -khtml-opacity: .100;
  -moz-opacity: .100; }

.video-play-hover {
  position: absolute;
  z-index: 999;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px; }

.latest-videos .title-below div.video-play-hover i.icon-youtube-play {
  display: block;
  color: #000;
  background-color: rgba(200, 200, 200, 0.75); }

.list-bottom-delimiter {
  width: 100%;
  border-top: 1px solid #dcdcdc; }

.before-comments.list-bottom-delimiter {
  margin: 20px 0px 60px; }

.hr-delimiter {
  border-top: 1px solid #dcdcdc;
  margin-bottom: 40px; }

.post-meta {
  font-family: 'Georgia';
  font-size: 12px;
  font-style: italic; }

h2.post-title {
  margin-top: 0px; }

.post-title .block-title {
  margin-bottom: 50px; }

.custom-select {
  width: 80px;
  overflow: hidden; }

.custom-select select {
  background: transparent;
  width: 100px;
  border: 0px;
  position: relative;
  -webkit-appearance: none; }

.custom-select select:focus {
  background: transparent;
  -webkit-appearance: none; }

.custom-select select:-moz-focusring, .custom-select select:focus, .custom-select select:active {
  color: transparent;
  text-shadow: 0 0 0 #000;
  border: 0px;
  outline: none; }

.select-wrapper {
  position: absolute;
  top: 0px;
  right: 15px; }

.select-wrapper i {
  position: absolute;
  top: 3px;
  right: 0px;
  font-size: 12px; }

.row.post-title {
  margin: auto; }

/*============ Pagination ===========*/
.pag {
  clear: both;
  padding: 1px;
  margin-bottom: 30px; }
  .pag ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    margin: 15px 0;
    position: relative; }
    .pag ul li {
      display: inline-block; }
      .pag ul li .page-numbers {
        display: block;
        padding: 1px 5px 4px;
        margin: 0 5px;
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase; }
      .pag ul li .page-numbers.prev:before {
        content: '\e804';
        font-family: 'fontello';
        margin-right: 10px; }
      .pag ul li .page-numbers.next:after {
        content: '\e805';
        font-family: 'fontello';
        margin-left: 10px; }
      .pag ul li .page-numbers.prev {
        margin-right: 20px;
        left: 0px;
        position: absolute;
        top: 50%;
        margin-top: -0.5em; }
      .pag ul li .page-numbers.next {
        margin-left: 20px;
        right: 0px;
        position: absolute;
        top: 50%;
        margin-top: -0.5em; }
      .pag ul li .page-numbers.current {
        font-weight: bold; }

/*=========== EOF Pagination ==========*/
/* Delimiters */
/* Simple delimiter */
.delimiter {
  display: block;
  clear: both;
  height: 1px;
  margin-bottom: 30px;
  width: 100%; }

/* Pointed delimiter */
.delimiter.pointed {
  border-top: 1px dotted rgba(0, 0, 0, 0.11); }

/* Doublepointed delimiter */
.delimiter.doublepointed {
  border-top: 1px dotted rgba(0, 0, 0, 0.35);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.35);
  height: 8px; }

/* Line delimiter */
.delimiter.line {
  border-top: 1px solid rgba(0, 0, 0, 0.11); }

/* Doubleline delimiter */
.delimiter.doubleline {
  border-top: 1px solid rgba(0, 0, 0, 0.35);
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
  height: 8px; }

/* End of delimiters */
/* ############### Single styles ################ */
body.single article.post {
  position: relative;
  overflow: hidden; }

body.single.single-gallery article.post {
  padding: 60px 15px; }

.featimg {
  line-height: 0; }

.featvideo {
  line-height: 0; }

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

@media only screen and (min-width: 1300px) {
  .single .post-content {
    margin-top: 70px; } }
@media only screen and (max-width: 767px) {
  .single .post-content {
    margin-top: 30px; } }
.post-content {
  margin-bottom: 30px; }

.single-video .post-content .featvideo {
  margin-bottom: 50px; }

.post-title {
  color: #191919;
  letter-spacing: 1.5px; }

div.blog-page-title {
  position: absolute;
  right: 0px;
  top: 0px; }

.post-title div.blog-page-title .select-wrapper {
  position: relative;
  margin: 0px;
  display: inline-block; }

.post-title div.blog-page-title span.view-switcher {
  border: 0px;
  margin-right: 40px;
  cursor: pointer; }

.view-switcher[data-reder_mode="list"] i.grid, .view-switcher[data-reder_mode="grid"] i.list, .view-switcher[data-reder_mode="thumb"] i.list {
  display: none; }

.single-blog .post-title, .single-video .post-title, .page:not(.page-template-templatestemplate-video-php) .post-title, .single-gallery .post-title {
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 0; }

.block-title {
  text-align: center; }

.single .post-meta-container {
  clear: both; }

.post-meta-container .post-meta {
  list-style-type: none;
  margin: 30px 0px;
  padding: 0;
  text-align: center; }

@media only screen and (min-width: 1300px) {
  .post-meta-container .post-meta {
    margin-bottom: 60px; } }
.single-gallery .post-meta-container .post-meta {
  margin-bottom: 40px; }

.post-meta-container .post-meta li {
  display: inline-block;
  font-size: 12px; }

.post-meta-container .post-meta li:first-child:before {
  content: '';
  margin: 0px; }

.share-label {
  margin-top: 10px; }
  .share-label span.share-label {
    padding: 10px 30px;
    background-color: #00bdbc;
    color: #fff;
    margin-bottom: 50px;
    display: inline-block;
    font-size: 20px; }

.post-meta-container .post-meta li:not(:last-child):after {
  display: inline-block;
  margin: 0 5px; }

.post-meta-container .post-meta li ul {
  margin: 0;
  list-style-type: none;
  padding: 0; }

.post-author-box {
  padding: 50px;
  background: #FFF;
  margin-bottom: 60px; }

.post-author-box:after {
  content: '';
  display: table;
  clear: both; }

.post-author-box > a {
  max-width: 80px;
  margin: 0 30px 0 0;
  float: left;
  display: inline-block; }

.post-author-box > .author-title {
  font-size: 18px;
  font-family: 'Montserrat', Helvetica;
  font-weight: normal;
  margin: 0 0 15px;
  text-transform: uppercase; }

.post-author-box > .author-title a {
  color: inherit; }

.post-author-box .author-box-info {
  line-height: 1.8;
  color: #3f3f3f;
  padding-left: 110px; }

.related-box {
  padding: 60px 0 30px; }

.related-box #related-title {
  margin-bottom: 70px;
  margin-top: 0; }

.related-box .thumb-view article {
  text-align: center; }

.related-box .list-bottom-delimiter {
  margin-top: 30px; }

/* Video post single */
.video-info, .gallery-info {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  text-align: center; }

.back-video {
  display: block;
  font-family: 'Montserrat';
  font-size: 12px; }

.back-video.mobile {
  margin-top: 20px; }

.nine.columns .back-video {
  margin-bottom: 30px; }

.post-navigation {
  padding-bottom: 20px;
  margin-top: 20px; }

.single-video .post-navigation {
  margin-bottom: 50px; }

@media only screen and (min-width: 1300px) {
  .post-navigation {
    padding-bottom: 50px;
    margin-top: 70px; } }
@media only screen and (max-width: 480px) {
  .post-navigation .the-text {
    display: none; } }
.post-navigation > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  background: #FFF; }

.post-navigation > ul:after {
  content: '';
  display: block;
  clear: both; }

.post-navigation > ul > li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  width: 33.33%;
  text-transform: uppercase;
  color: #777;
  font-size: 12px;
  padding-left: 30px;
  line-height: 40px; }

.post-navigation > ul > li:last-child {
  text-align: right;
  padding-right: 30px; }

.post-navigation > ul > li:nth-child(2) {
  text-align: center;
  font-size: 16px;
  padding: 0; }

.post-navigation > ul > li a {
  color: inherit; }

.scroll-pane {
  overflow: auto;
  height: 100%;
  width: 100%; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (max-size: 600px) {
  .video-info, .gallery-info {
    position: relative; } }
/* Related posts section*/
.post-wrapper .related-tabs {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  list-style-type: none;
  line-height: 1; }

.post-wrapper .related-tabs li {
  display: inline-block;
  margin: 0 5px 0 0;
  height: 35px;
  line-height: 35px;
  zoom: 1;
  color: white;
  opacity: .50;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=$value)";
  -khtml-opacity: .50;
  -moz-opacity: .50;
  background-color: black; }

.post-wrapper .related-tabs li h3 {
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  line-height: 36px; }

.post-wrapper .related-tabs li a {
  color: white;
  display: block;
  padding: 0 10px; }

/* End of Related posts section*/
.page #primary {
  margin-bottom: 40px; }

.single .featimg, .page .featimg, .home .featimg {
  position: relative;
  line-height: 0;
  text-align: center; }

.single-blog .featimg {
  margin-bottom: 60px; }

.page .featimg .post-title, .back-to-posts {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.page .featimg .post-title h2, .back-to-posts h2 {
  line-height: 130px;
  margin: 0 auto;
  max-width: 60%;
  color: #FFFFFF;
  text-align: center; }

.article-share {
  overflow: hidden; }

.audioplayer_container > object {
  width: 100%; }

#comment {
  height: 155px;
  max-width: 600px; }

#comments form {
  margin: 0 -15px; }

.cosmo-comment-list {
  list-style-type: none;
  margin: 0; }

#respond .cosmo-comment-thumb {
  display: none; }

.cosmo-comment-plain li.comment .cosmo-comment-thumb {
  float: left;
  margin: 0 20px 0 0;
  padding: 5px;
  border: 1px solid #e8e8e8;
  background: #FFF;
  line-height: 0;
  min-width: 70px; }

.cosmo-comment-list > li.bypostauthor .cosmo-comment-textinfo, .cosmo-comment-list .children > li.bypostauthor .cosmo-comment-textinfo {
  color: #999;
  font-size: 12px;
  margin-bottom: 10px; }

.cosmo-comment-textinfo span.user {
  font-weight: bold; }

.cosmo-comment-plain li.comment {
  display: inline-block;
  clear: both;
  margin: 0;
  margin-bottom: 25px;
  padding-bottom: 25px;
  width: 100%;
  border-bottom: 1px dotted #eeeeee;
  list-style-type: none;
  font-size: 12px; }

.comment-body p {
  margin-bottom: 0; }

#respond {
  clear: both; }

.cosmo-comment-plain li.comment .reply {
  display: inline-block;
  margin-top: -1px;
  zoom: 1;
  float: right; }

.form-submit {
  margin: 0; }

.cosmo-ads.zone-2 {
  margin-top: 30px; }

.ads {
  margin: 30px 0 30px; }

#content .ads {
  margin: 0; }

/* ---- END Single ---- */
/* ---------- End - Main Section ---------- */
/* ---------- Footer ---------- */
#footer-container .credits {
  text-align: right;
  line-height: 30px; }

footer#footer-container .columns .widget:last-child {
  margin-bottom: 30px; }

footer#footer-container .copyright-area {
  width: 100%;
  padding: 10px 0; }

footer#footer-container .copyright-area p {
  color: black;
  margin: 0; }

footer#footer-container .copyright-area p a {
  color: #eb4c4c; }

footer#footer-container .children {
  display: none !important; }

footer#footer-container .sf-sub-indicator {
  display: none; }

footer#footer-container .sf-menu {
  margin: 0;
  float: right; }

footer#footer-container p.copyright {
  margin: 0;
  line-height: 30px; }

#footerWidgets {
  display: none;
  padding-top: 50px;
  padding-bottom: 50px; }
  #footerWidgets .close-footer {
    cursor: pointer;
    font-size: 10px;
    padding: 10px; }

.open-widgets {
  cursor: pointer;
  position: absolute;
  top: 33px; }

.open-widgets:before {
  font-size: 22px; }

@media only screen and (max-width: 1024px) {
  .open-widgets {
    margin-left: -5px;
    z-index: 99; } }
@media only screen and (max-width: 767px) {
  .close-footer, .open-widgets {
    display: none; }

  #footerWidgets {
    display: block; } }
/* ---------- End - Footer ---------- */
/* ---------- Different Viewports Style ---------- */
/* > 1440px width */
/* between 1440px and 1280px width */
/* between 1440px and 1280px width */
@media only screen and (min-width: 1400px) and (max-width: 1480px) {
  .hotkeys-meta .nav-next a:before {
    right: 15px; }

  .hotkeys-meta .nav-previous a:before {
    left: 15px; } }
@media only screen and (max-width: 1400px) {
  nav.hotkeys-meta {
    display: none; } }
/* between 1280px and 1024px width */
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  nav.hotkeys-meta {
    display: none; } }
/* between 1024px and 768px width */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  nav.hotkeys-meta {
    display: none; } }
/* <768px width */
@media only screen and (max-width: 768px) {
  h2.post-title {
    font-size: 24px; }

  h3.related-title, h3#reply-title, .comments-title {
    font-size: 22px; }

  .article-share {
    margin-bottom: 30px; }

  #related-posts div:not(:last-child) article {
    margin-bottom: 30px; }

  #header .content-title {
    font-size: 20px;
    margin: 10px 0 10px 0; }

  #small-device-nav {
    display: block;
    min-height: 50px;
    top: 50%;
    margin-top: -25px; }

  .footer-menu-container,
  nav.hotkeys-meta,
  nav.main-menu ul li,
  nav.main-menu ul.sf-menu.col-menu li {
    display: none !important; } }
div.lined-up li {
  list-style: none; }

/* ---------- End - Different Viewports Style ---------- */
#comments .children {
  margin-left: 20px; }

.breadcrumbs {
  margin: 20px 0;
  text-align: center; }

.breadcrumbs ul {
  list-style-type: none;
  margin: 0; }

.breadcrumbs ul li {
  display: inline-block;
  font-size: 11px; }

.breadcrumbs ul li:not(:first-child):before {
  content: '\e805';
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-size: 10px;
  display: inline-block;
  margin: 0 10px;
  color: #444444; }

/* Tabs widget */
.widget_tabber {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.widget_tabber li {
  margin: 0;
  padding: 0;
  display: inline-block; }

/* Things */
.widget div.widget-meta li.cosmo-comments {
  line-height: 16px; }

.widget div.widget-meta li.cosmo-comments > a {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  overflow: hidden; }

.widget div.widget-meta li.time:before {
  content: "•    "; }

.widget div.widget-meta li.time time {
  line-height: 16px;
  display: inline-block;
  height: 16px; }

.widget div.widget-meta li.author {
  line-height: 16px;
  display: inline-block;
  height: 16px; }

/*Twitter widget*/
.cosmo-twit-container {
  height: auto !important;
  width: 100%;
  position: relative;
  float: left; }

.cosmo-twit-container .cosmo_twitter p {
  margin: 0; }

@media only screen and (min-width: 768px) and (max-width: 990px) {
  .flickr_badge_image img {
    width: 65px !important;
    height: auto !important; } }
.cosmo-twit-container ul li div {
  padding: 15px 0; }

.cosmo-twit-container span.date {
  display: block;
  margin-top: 10px;
  text-align: right; }

.cosmo-twit-container span.date a {
  text-decoration: none; }

footer aside:not(.full-width) .cosmo-twit-container .cosmo_twitter p {
  margin: 0;
  max-width: 370px; }

.i_join_us {
  width: 100%;
  height: 32px;
  line-height: 32px;
  display: block;
  margin: 0;
  font-weight: bold;
  position: relative; }

/*Static Twitter widget*/
.tweet_item {
  display: none;
  margin-bottom: 7px;
  opacity: .0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=$value)";
  -khtml-opacity: .0;
  -moz-opacity: .0; }

.static .cosmo_twitter .tweet_item {
  padding: 13px 0 15px 0;
  /*@include opacity(100);*/
  display: block; }

.static .cosmo_twitter .tweet_item:first-child {
  padding-top: 0; }

.static .cosmo_twitter p {
  width: auto;
  max-width: none; }

.static .slides_container {
  padding: 0; }

.static.i_join_us {
  margin-top: 15px;
  height: 22px;
  line-height: 22px;
  text-align: left; }

.i_join_us.static i {
  color: #48C4D2;
  font-size: 25px;
  padding-right: 20px; }

.i_join_us.static i:hover {
  color: #fbfbf1; }

/* Instagram widget */
.instagram_widget p.instagram_likes {
  display: block;
  line-height: 18px;
  font-size: 12px;
  color: black;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  padding: 5px 10px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5); }

.instagram_widget p.instagram_caption {
  font-size: 12px;
  color: inherit;
  margin-bottom: 15px;
  display: block; }

#wp-calendar > caption {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px; }

#wp-calendar {
  border-spacing: 0;
  width: 100%; }

.widget table {
  padding: 0;
  margin: 0; }

/*##############################################*/
.embedded_videos {
  margin-bottom: 30px; }

.main-container.latest-galleries .cosmo-thumb-view.no-gutter {
  margin-bottom: 0; }

/*-----------input validation clases----------*/
.warning {
  color: #CE3D40; }

.invalid {
  border: 1px solid red !important; }

form.contactform textarea {
  height: auto; }

form.form.comments textarea {
  height: auto; }

.form-area p.error {
  color: red; }

.fl {
  float: left; }

.fr {
  float: right; }

#related-posts {
  margin-top: 30px; }

div.cosmo-comments {
  margin-bottom: 30px;
  margin-top: 30px;
  clear: both; }

.left-layout .featimg {
  text-align: left;
  margin-bottom: 60px; }

.left-layout > .row {
  margin-left: 20px;
  margin-right: 20px; }

body:not(.page, .single) .center-layout > .row {
  margin-left: 20px;
  margin-right: 20px; }

.page-template-templatestemplate-page-php .row.cosmo-grid-view, .page-template-templatestemplate-page-php .row.cosmo-thumb-view {
  margin-left: 0px; }

.full-post > .row {
  width: auto;
  clear: both; }

.full-post > .row > .columns:first-child {
  padding-left: 0; }

.full-post > .row > .columns:last-child {
  padding-right: 0; }

footer#footer-container.full-post {
  padding-left: 30px;
  padding-right: 30px; }

/*.featvideo iframe { width: 100%; height: 700px; }*/
.meta-tags {
  margin-bottom: 30px;
  margin-top: 30px; }

.meta-tags {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase; }

.transitions {
  transition: all 1.5s linear;
  -webkit-transition: all 1.5s linear;
  -moz-transition: all 1.5s linear; }

.share-options li {
  display: inline-block;
  list-style: none outside none;
  font-size: 11px;
  margin-bottom: 10px;
  font-family: 'Montserrat';
  position: relative; }

.share-options li:not(:last-child):after {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0; }

.share-options li a {
  font-size: 24px;
  padding: 0 13px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
  -webkit-transition: color 0.2s ease-in 0s;
  -moz-transition: color 0.2s ease-in 0s;
  -o-transition: color 0.2s ease-in 0s;
  -ms-transition: color 0.2s ease-in 0s;
  transition: color 0.2s ease-in 0s; }

.share-options li a:hover {
  color: #777; }

.share-options {
  display: inline-block; }

@media only screen and (max-width: 1619px) {
  /*for smaller screens we want to allign social sharing buttons with the lablel because they don't fit in a row*/
  .share-options {
    margin-left: -13px; } }
.box-sharing {
  font-family: 'Montserrat';
  font-size: 11px;
  text-transform: uppercase;
  /*position: absolute;
  width: 100%;
  left: 0px;*/ }

/* Slideshow */
.slide-title {
  clear: both;
  margin: 0 auto 0px;
  display: table; }

.slide-description {
  display: table;
  margin: 0 auto; }

.slide-wrapper {
  position: relative;
  line-height: 0; }

ul.header-slideshow-navigation {
  bottom: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 0 20px; }

.header-slideshow-elem-content {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  color: black;
  padding: 30px;
  text-align: left;
  z-index: 6;
  -webkit-transition: left .5s ease-in-out, right .5s ease-in-out;
  -moz-transition: left .5s ease-in-out, right .5s ease-in-out;
  -ms-transition: left .5s ease-in-out, right .5s ease-in-out;
  -o-transition: left .5s ease-in-out, right .5s ease-in-out;
  transition: left .5s ease-in-out, right .5s ease-in-out;
  padding-top: 0px;
  padding-bottom: 0px;
  display: block;
  position: absolute;
  height: 58px;
  top: 50% !important;
  margin-top: -100px; }
  .header-slideshow-elem-content h2 {
    margin-bottom: 0px; }
  .header-slideshow-elem-content .slide-button {
    display: table;
    padding: 15px 20px;
    margin: 100px auto;
    -webkit-transition: "background, border" 0.3s liniar;
    -moz-transition: "background, border" 0.3s liniar;
    -ms-transition: "background, border" 0.3s liniar;
    -o-transition: "background, border" 0.3s liniar;
    transition: "background, border" 0.3s liniar; }

.header-slideshow-elem-content.right {
  margin-right: 70px;
  right: 0; }

.header-slideshow-elem-content.left {
  margin-left: 40px;
  left: 0; }

.header-slideshow-elem-content.center {
  text-align: center;
  max-width: 100%;
  width: 100%; }

ul.slides > li:not(:first-child) {
  display: none; }

@media only screen and (max-width: 1025px) {
  .header-slideshow-elem-content.left {
    margin-left: 60px; }

  .header-slideshow-elem-content.right {
    margin-right: 60px; } }
@media only screen and (max-width: 1441px) {
  .header-slideshow-elem-content.left {
    margin-left: 120px; }

  .header-slideshow-elem-content.right {
    margin-right: 120px; } }
@media only screen and (max-width: 768px) {
  .widget:last-child {
    margin-bottom: 30px !important; } }
@media screen and (max-width: 1280px) {
  body .header-slideshow-elem-content .slide-title {
    font-size: 28px; }
  body .header-slideshow-elem-content .slide-description {
    font-size: 18px; }
  body .header-slideshow-elem-content .slide-button {
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 14px; } }
@media screen and (max-width: 800px) {
  body .header-slideshow-elem-content .slide-title {
    font-size: 24px;
    margin-top: 0px; }
  body .header-slideshow-elem-content .slide-description {
    display: none; }
  body .header-slideshow-elem-content .slide-button {
    display: none; } }
/* End of slideshow */
.cosmo-one-half,
.cosmo-one-third,
.cosmo-two-third,
.cosmo-three-fourth,
.cosmo-one-fourth,
.cosmo-one-fifth,
.cosmo-two-fifth,
.cosmo-three-fifth,
.cosmo-four-fifth,
.cosmo-one-sixth,
.cosmo-five-sixth {
  line-height: 1.7; }

.post-content .cosmo-one-half, .post-content .cosmo-one-third, .post-content .cosmo-two-third, .post-content .cosmo-three-fourth, .post-content .cosmo-one-fourth, .post-content .cosmo-one-fifth,
.post-content .cosmo-two-fifth, .post-content .cosmo-three-fifth, .post-content .cosmo-four-fifth, .post-content .cosmo-one-sixth, .post-content .cosmo-five-sixth, .post-content .flo-gallery-shortcode, .post-content div.clear {
  /*remove margin for empty p after shortcode*/ }
  .post-content .cosmo-one-half + p:empty, .post-content .cosmo-one-third + p:empty, .post-content .cosmo-two-third + p:empty, .post-content .cosmo-three-fourth + p:empty, .post-content .cosmo-one-fourth + p:empty, .post-content .cosmo-one-fifth + p:empty,
  .post-content .cosmo-two-fifth + p:empty, .post-content .cosmo-three-fifth + p:empty, .post-content .cosmo-four-fifth + p:empty, .post-content .cosmo-one-sixth + p:empty, .post-content .cosmo-five-sixth + p:empty, .post-content .flo-gallery-shortcode + p:empty, .post-content div.clear + p:empty {
    margin-bottom: 0px; }
  .post-content .cosmo-one-half img, .post-content .cosmo-one-third img, .post-content .cosmo-two-third img, .post-content .cosmo-three-fourth img, .post-content .cosmo-one-fourth img, .post-content .cosmo-one-fifth img,
  .post-content .cosmo-two-fifth img, .post-content .cosmo-three-fifth img, .post-content .cosmo-four-fifth img, .post-content .cosmo-one-sixth img, .post-content .cosmo-five-sixth img, .post-content .flo-gallery-shortcode img, .post-content div.clear img {
    margin-bottom: 0px !important; }

.fluid_container .slides li img {
  width: 100%;
  max-width: auto; }

.fluid_container .featimg {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .fluid_container .featimg img {
    opacity: 0; }

body:not(.boxed) .fluid_container.row {
  width: 100%; }
body:not(.boxed) .header_style1.menu-block.row {
  width: 100%; }
body:not(.boxed) header.main-header {
  padding: 0px 0px 0px; }
body:not(.boxed) header.main-header.header_style1 {
  z-index: 12; }
body:not(.boxed) .header_style2 header.main-header {
  padding-bottom: 60px; }

body header.main-header.header_style2 {
  padding-bottom: 0px; }

.header_style2 .for-transparent {
  position: relative;
  z-index: 9; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

.carousel li {
  margin-right: 5px; }

body:not(.boxed) .flo-slideshow .columns {
  padding-left: 0px;
  padding-right: 0px; }

.cosmo-team-member .entry-content ul h4 {
  text-transform: uppercase; }

.cosmo-team-member .entry-content ul .cosmo-social li {
  text-transform: uppercase;
  font-family: 'Montserrat';
  opacity: .60;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=$value)";
  -khtml-opacity: .60;
  -moz-opacity: .60;
  font-size: 12px; }

.cosmo-social [class^="icon-"]:before {
  position: absolute;
  margin-left: -9px; }

.cosmo-social i.icon-search:before {
  margin-left: -6px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari only override */
  ::i-block-chrome, .cosmo-social [class^="icon-"]::before {
    position: absolute;
    margin-left: 7px; } }
/*To target IE 8, 9 and 10*/
/*@media screen\0 {
    .cosmo-social [class^="icon-"]:before{
        position: inherit;
        margin-left: auto;
    }
   

} */
.cosmo-team-member .featimg {
  margin-bottom: 15px; }

/* Colors for demos */
.notvisible {
  visibility: hidden; }

#infscr-loading {
  /*background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);*/
  /*border-radius: 10px 10px 10px 10px;*/
  bottom: 30px;
  color: #222222;
  font-size: 15px;
  font-weight: bold;
  left: 50%;
  margin-left: -16px;
  /*padding: 20px;*/
  position: fixed;
  text-align: center;
  z-index: 100; }
  #infscr-loading div {
    display: none; }

.page .featimg {
  margin-bottom: 60px; }

.page .template-featimg, .page .single-row-container > .featimg, .page-without-title {
  margin-top: -30px; }

.contact-icon {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px; }

/* overwrite some shortodes styles*/
p, .cosmo-box h1, .cosmo-box h2, .cosmo-box h3, .cosmo-box h4, .cosmo-box h5, .cosmo-box h6 {
  color: inherit; }

.cosmo-box .row, .row .cosmo-box .row {
  margin: 0 auto;
  width: 1140px;
  color: inherit;
  max-width: 100%; }

.cosmo-contact-form {
  margin: 0 -15px; }

.cosmo-contact-form.form-type2 {
  margin: 0px; }

.cosmo-contact-form > p {
  clear: both;
  display: inline-block;
  float: left;
  margin-bottom: 0;
  margin-right: -4px;
  padding: 0 15px;
  width: 100%; }

.form-type2.cosmo-contact-form > p {
  padding: 0px; }

.cosmo-contact-form p.form-submit {
  margin-top: 28px; }

.cosmo-contact-form label {
  display: block; }

.cosmo-contact-form .invalid {
  border: 1px solid red !important; }

.cosmo-box.padded {
  padding: 60px 30px; }

.cosmo-box p, .cosmo-box h1, .cosmo-box h2, .cosmo-box h3, .cosmo-box h4, .cosmo-box h5, .cosmo-box h6 {
  color: inherit; }

.cosmo-box .row, .row .cosmo-box .row {
  color: inherit;
  margin: 0 auto;
  max-width: 100%;
  width: 1140px; }

.cosmo-contact-form {
  margin: 0 -15px; }

.row.full-post {
  width: 100%; }

.row.full-post .columns {
  padding: 0px; }

.title-below div.type-video i.icon-play {
  display: none; }

.latest-videos .row.cosmo-thumb-view.top-30 {
  margin-top: -30px; }

.latest-videos .row.cosmo-thumb-view.top-60 {
  margin-top: -60px; }

.single-video .row.full-post .columns.attached-images img {
  max-width: 900px;
  display: block;
  margin-bottom: 25px; }

@media only screen and (max-width: 1200px) {
  .single-video .row.full-post .columns.attached-images img {
    max-width: 95%; } }
.full-post .cosmo-grid-view .columns {
  padding: 0 15px; }

/*for single posts w/o sidebar we want to center the content*/
.post .nine.columns.no-sidebar, .page .nine.columns.no-sidebar {
  float: none;
  margin: 0 auto; }

.fancybox-wrap .fancybox-close {
  background: none;
  font-size: 20px;
  top: -22px;
  right: -25px; }

.fancybox-wrap .fancybox-close:before {
  content: '\2715';
  font-family: none; }

/* '✕' */
.cosmo-grid-view.massonry {
  max-width: 100%; }

.row .row {
  max-width: 100%; }

.feat-video-img {
  position: relative;
  text-align: center;
  margin-bottom: 30px; }

.feat-video-img .feat-play {
  font-size: 18px;
  margin-top: 30px; }

.feat-video-img .feat-play i {
  color: #fff;
  font-size: 34px; }

.single .nav-links a {
  float: left;
  width: 33.333%;
  vertical-align: middle;
  line-height: 36px;
  height: 36px;
  font-size: 18px; }
.single .nav-links a.listing-link {
  text-align: center; }
.single .nav-links a[rel="next"] {
  text-align: right; }
.single .nav-links a[rel="prev"] span:before, .single .nav-links a[rel="next"] span:before {
  font-size: 36px;
  line-height: 36px;
  vertical-align: middle; }

/*vertical center  slider images, some js is required as well*/
.img-holder {
  overflow: hidden;
  line-height: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: center; }

.contact-additional {
  padding-bottom: 40px;
  display: block; }

.contact-additional .columns {
  padding-bottom: 40px; }

@media only screen and (min-width: 768px) {
  .contact-additional .col-left {
    padding-left: 0px; }

  .contact-additional .col-middle {
    text-align: center; }

  .contact-additional .col-middle p {
    margin-left: 70px; }

  .contact-additional .col-last {
    text-align: right;
    padding-right: 0px; }

  .contact-additional .col-last p {
    float: right; }

  .contact-additional p {
    text-align: left;
    width: auto; }

  .contact2-container .four.columns {
    padding-left: 0px; }

  .contact2-container .eight.columns {
    padding-right: 0px; }

  .contact2-container form.twelve.columns {
    padding: 0px; } }
.page-template-templatestemplate-contact-form-php .contact-map {
  margin-bottom: 30px; }

.video-image-slides li {
  list-style: none;
  position: relative; }

.flo-lang-switcher aside.widget {
  position: absolute;
  margin-top: 10px;
  right: 30px;
  z-index: 20; }

.list-left-meta {
  min-height: 170px; }

.list-left-meta li, .single-left-meta li {
  list-style: none; }

.list-left-meta .share-options li a, .single-left-meta .share-options li a {
  padding: 0px 5px; }

.list-left-meta .list-meta, .single-left-meta .list-meta {
  text-align: left;
  position: absolute;
  margin-top: -11px;
  width: 100%; }

.list-left-meta .list-meta li, .single-left-meta .list-meta li {
  font-size: 12px;
  font-style: normal; }

.list-left-meta .list-meta li.date-day, .single-left-meta .list-meta li.date-day {
  padding-left: 30px;
  font-size: 30px; }

.list-left-meta .share-options, .single-left-meta .share-options {
  margin-left: 0px; }

article.list-left-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid;
  position: relative; }

@media only screen and (max-width: 767px) {
  .list-left-meta {
    min-height: 100px; }

  .list-left-meta .list-meta, .single-left-meta {
    display: none; }

  article.list-left-meta {
    display: block; } }
.small-delimiter {
  width: 25px;
  height: 1px;
  border-bottom: 1px solid #3b3a3a;
  margin: 10px 0px;
  display: block; }

/*landing page*/
.flo-landing-page {
  padding-top: 90px; }

.flo-landing-page .post-title {
  text-align: center;
  margin-bottom: 90px;
  font-size: 20px; }

.landing-boxes-container {
  padding-bottom: 60px;
  position: relative;
  display: flex;
  display: block; }

.landing-boxes-container .featimg img {
  max-width: 100%; }

.landing-boxes-container .entry-title {
  text-align: center; }

.landing-boxes-container .entry-title span {
  border-bottom: 1px solid #343434; }

.footer.list-bottom-delimiter {
  margin-bottom: 30px; }

@media only screen and (min-width: 768px) {
  .single-post .main-container .six.columns .post-title, .single-post .main-container .six.columns .post-meta {
    text-align: left; } }
.single-post .main-container .six.columns .lined-up li, .single-video .video-image-slides li {
  margin-bottom: 20px; }

.flo-modal {
  position: fixed;
  z-index: 9;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none; }

.flo-modal .thx-msg {
  width: 300px;
  height: 200px;
  text-align: center;
  padding: 20px;
  vertical-align: middle;
  margin: 0 auto;
  top: 50%;
  margin-top: -180px;
  position: absolute;
  left: 50%;
  margin-left: -170px;
  background-color: #fff;
  border: 2px solid #f5f5f5; }

.flo-modal .thx-msg .content {
  margin-top: 50px;
  font-size: 16px;
  line-height: 20px; }

.flo-modal .thx-msg .icon-close {
  position: absolute;
  top: 3px;
  right: 2px;
  font-size: 10px;
  cursor: pointer; }

.full-hover-link, .full-hover-link-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 9;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

.single-testimonial .post-content {
  text-align: center; }

.page-template-templatestemplate-contact-form-php .post-meta .icon-circle:before, .page-templatestemplate-template-latest-testimonials-php .post-meta .icon-circle:before {
  content: "" !important; }

.cosmo-thumb-view.title-below section .icon-youtube-play {
  display: none; }

@media only screen and (max-width: 767px) {
  #footerCopyright, #footerCopyright .fr.credits {
    text-align: center; }

  .blog-page-title {
    display: none; } }
.post-navigation .nav-links a[rel='next'] {
  float: right; }

.main-header .search-container {
  cursor: pointer; }

.header-serch {
  display: none;
  position: fixed;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.9);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%; }

.close-menu2 {
  font-size: 38px;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  right: 0px; }

.header-serch fieldset {
  width: 300px;
  position: relative;
  margin: 300px auto; }

@media only screen and (max-width: 767px) {
  .header-serch fieldset {
    width: 200px;
    position: relative;
    margin: 120px auto; } }
.header-serch #searchform-header button {
  background-color: transparent;
  background: transparent;
  width: 15px;
  height: 27px;
  text-align: left;
  border: 0px;
  position: absolute;
  right: 5px;
  top: 4px; }
.header-serch #searchform-header .icon-close {
  position: absolute;
  right: -14px;
  top: -14px;
  font-size: 10px;
  cursor: pointer; }
.header-serch #searchform-header button i {
  position: absolute;
  right: 0px;
  top: 12px;
  color: #cfcfcf;
  font-size: 14px; }
.header-serch #searchform-header input[type="text"] {
  height: 45px;
  font-size: 20px; }

/* BOF WC styles. Some minor styling adjustments to make some elements look OK */
.woocommerce-page .main-container .quantity .minus {
  bottom: 12px; }
.woocommerce-page .main-container .quantity input.qty {
  height: 35px; }
.woocommerce-page .cart-collaterals .cart_totals table {
  float: right; }

.woocommerce-tabs .panel.entry-content {
  padding: 10px !important; }

/*EOF WC styles*/
form.post-password-form input[type="submit"] {
  margin-left: 0px; }

.fancybox-title.fancybox-title-float-wrap {
  left: 0px;
  right: auto;
  margin-bottom: 0px; }

.fancybox-title.fancybox-title-float-wrap .child {
  margin-right: auto;
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.3);
  text-align: left; }

.fancybox-title.fancybox-title-float-wrap .child .flo-img-desc {
  font-size: 10px; }

.fancybox-nav {
  width: 50%; }

a.fancybox-prev {
  left: -70px; }

a.fancybox-next {
  right: -70px; }

body .fancybox-overlay {
  background: rgba(255, 255, 255, 0.9); }

body .fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

body a.fancybox-close {
  width: 20px;
  height: 20px; }

body .fancybox-default a.fancybox-close, .fancybox-default a.fancybox-expand, .fancybox-default a.fancybox-nav span {
  background-image: none; }

.flo-pictures img {
  margin: 0px !important;
  max-width: 100%; }

.flo-gallery-shortcode .columns {
  padding: 0px; }
.flo-gallery-shortcode a, .flo-gallery-shortcode a img {
  margin: 0px !important;
  padding: 0px !important;
  position: relative;
  display: block;
  width: 100% !important; }
.flo-gallery-shortcode img {
  width: 100%;
  height: 100%; }

/*jQuery mosaic*/
.jMosaic-selector {
  clear: both;
  position: relative; }

.jMosaic-selector > .jMosaic-item {
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  width: auto;
  z-index: 10; }

.jMosaic-selector > .jMosaic-item:hover, .jMosaic-selector > .jMosaic-item:focus {
  z-index: 20; }

.header2 {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 50; }
  .header2 .for-logo {
    padding: 60px 0px;
    position: relative; }
  @media only screen and (max-width: 1024px) {
    .header2 .for-logo {
      padding: 30px 0px 0px 0px; } }
  .header2 .logo2 {
    position: relative;
    float: left; }
  .header2 .close-menu2 {
    cursor: pointer; }
  .header2 .primary-navigation .nav-menu > li {
    width: 24.5%; }

.header_style1.menu-block {
  height: 100px; }
  .header_style1.menu-block .socialicons, .header_style1.menu-block .search-container {
    display: inline-block; }
  .header_style1.menu-block .search-container {
    position: relative;
    top: -15px;
    height: 30px; }
  .header_style1.menu-block .code {
    display: none; }
  .header_style1.menu-block .social {
    text-align: right; }
  .header_style1.menu-block ul.nav-menu {
    margin-bottom: 0px;
    position: absolute;
    top: 50%;
    margin-top: -50px; }
  .header_style1.menu-block .cosmo-social {
    top: 50%;
    position: relative;
    margin-top: -15px; }
  .header_style1.menu-block .primary-navigation, .header_style1.menu-block .socialicons, .header_style1.menu-block .search-container {
    height: 100px; }
  .header_style1.menu-block .primary-navigation .menu-toggle {
    display: none; }

@media only screen and (max-width: 1024px) {
  .header_style1.menu-block.menu1-oppened .menu-toggle, .header_style4.menu-block .menu-toggle {
    display: block; }
  .header_style1.menu-block.menu1-oppened span.close-menu1, .header_style4.menu-block span.close-menu1 {
    display: none; } }
@media only screen and (min-width: 1025px) {
  .header_style1.menu-block.menu1-oppened .menu-toggle, .header_style4.menu-block .menu-toggle {
    display: none; } }

.header_style1 div.logo, .header_style3 div.logo {
  margin-top: 30px;
  margin-bottom: 30px; }

.open-menu.icon-menu {
  position: absolute;
  top: 40px;
  cursor: pointer;
  right: 2px;
  width: 30px; }

.open-menu.icon-menu {
  margin-left: 0px;
  width: auto; }

.open-menu.icon-menu {
  top: 50%;
  margin-top: -19px; }

.header-containe-wrapper.logo_right .open-menu.icon-menu {
  left: 15px; }

/************************************/
/* Primary Navigation */
.primary-navigation {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  padding-top: 24px; }

@media only screen and (max-width: 1024px) {
  .primary-navigation {
    padding-top: 0px; } }
.primary-navigation .nav-menu {
  border-bottom: 1px solid rgba(200, 200, 200, 0.2);
  display: none; }

.primary-navigation.toggled-on .nav-menu {
  display: block; }

.primary-navigation a {
  padding: 7px 0; }

.menu-toggle {
  font-size: 38px; }

.menu3::-webkit-scrollbar {
  display: none; }

.sb-active .menu3 .open-menu {
  /*maybe add stly to move open menu btn to the right next to the opened menu*/ }

.menu3 {
  width: 280px !important;
  background-color: transparent !important;
  /*.primary-navigation ul ul li:first-child a{padding-top: 0px; padding-bottom: 0px;}
  .primary-navigation ul ul li:last-child a{padding-top: 0px; padding-bottom: 0px;}*/ }
  .menu3 .primary-navigation ul.nav-menu {
    margin-top: 30px;
    width: 100%;
    padding: 10px;
    display: block;
    border-bottom: 0px;
    position: relative; }
  .menu3 .primary-navigation ul ul li:first-child a {
    padding-top: 16px; }
  .menu3 .primary-navigation ul ul li:last-child a {
    padding-bottom: 16px; }
  .menu3 li > a {
    padding: 16px 22px; }
  .menu3 .primary-navigation ul ul a {
    padding: 16px 22px 16px 62px;
    width: 100%; }
  .menu3 li a, .menu3 ul ul li a {
    line-height: 22px;
    vertical-align: middle;
    /*padding-top: 0px; padding-bottom: 0px;*/
    white-space: normal;
    font-weight: normal; }
  .menu3 .primary-navigation ul.nav-menu > li {
    border-top: 1px solid rgba(200, 200, 200, 0.2);
    list-style: none;
    width: 100%;
    height: auto;
    line-height: 22px;
    position: relative; }
    .menu3 .primary-navigation ul.nav-menu > li ul {
      max-width: 100%;
      position: relative;
      float: none;
      top: 0px;
      left: 0pc;
      display: block; }
      .menu3 .primary-navigation ul.nav-menu > li ul li {
        border-top: 1px solid rgba(200, 200, 200, 0.2);
        list-style: none;
        max-width: 100%; }

.header_style3 .open-menu {
  position: absolute;
  top: 35px;
  right: 15px;
  z-index: 30; }
.header_style3 #searchform {
  margin-top: 30px;
  padding: 0 20px; }
  .header_style3 #searchform button {
    background: transparent;
    line-height: 36px;
    right: 20px; }

@media screen and (max-width: 1024px) {
  .header_style4 .primary-navigation {
    float: left;
    width: 100%; }
  .header_style4 .logo_header_style4 {
    float: right;
    z-index: 6;
    position: absolute;
    right: 15px; }
  .header_style4 .sticky-menu-container {
    display: none !important; }

  .menu3 .nav-menu li a {
    display: block;
    padding: 6px 18px;
    font-size: 18px;
    line-height: 18px; }

  .menu3 .primary-navigation ul ul li:last-child a {
    padding-bottom: 6px; }

  .menu3 .primary-navigation ul ul li:first-child a {
    padding-top: 6px; }

  .menu3 .nav-menu {
    padding: 0px !important; }
    .menu3 .nav-menu ul.children {
      margin-left: 0px; }

  .header_style1.menu-block ul.nav-menu, .header2 ul.nav-menu, .header_style4.menu-block ul.nav-menu {
    margin-top: 30px;
    width: 100%;
    z-index: 25;
    padding: 10px;
    left: 0px; }
    .header_style1.menu-block ul.nav-menu li, .header2 ul.nav-menu li, .header_style4.menu-block ul.nav-menu li {
      list-style: none;
      width: 100% !important; }
    .header_style1.menu-block ul.nav-menu li, .header2 ul.nav-menu li, .header_style4.menu-block ul.nav-menu li {
      border-top: 1px solid rgba(200, 200, 200, 0.2); }
    .header_style1.menu-block ul.nav-menu li a, .header2 ul.nav-menu li a, .header_style4.menu-block ul.nav-menu li a {
      padding: 8px 0px; }

  .header_style1 .menu-toggle, .header_style4 .menu-toggle {
    margin-top: 26px; }
  .header_style1 .menu-box, .header_style4 .menu-box {
    width: 100% !important; }
  .header_style1 .columns.social, .header_style4 .columns.social {
    width: 80% !important;
    position: absolute;
    right: 0px;
    top: 0px; }
  .header_style1 .icon-x-.close-menu1, .header_style4 .icon-x-.close-menu1 {
    left: 10px;
    right: auto;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    font-size: 38px;
    cursor: pointer; }

  body:not(.boxed) .header_style1.menu-block.row, body .header_style4.menu-block.row {
    width: 100%;
    padding: 0px; }

  .menu-container.menu-block.header2 {
    display: block;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 0px; }
    .menu-container.menu-block.header2 .for-social {
      display: none; }
    .menu-container.menu-block.header2 .close-menu2 {
      display: none; }
    .menu-container.menu-block.header2 .menu-toggle {
      position: absolute;
      right: 0px;
      top: 50%;
      margin-top: -15px; }
    .menu-container.menu-block.header2 .logo2 {
      margin-left: 10px; }

  #header.header_style2 {
    display: none; }

  /*hide Blanco descktop header 2*/
  body .header2 {
    position: fixed; } }
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .flo-menu-label, .icon-menu:before {
    z-index: 999; }

  .flo-menu-label {
    position: absolute; } }
@media screen and (max-width: 500px) {
  .menu3 .nav-menu li a {
    font-size: 14px;
    line-height: 14px;
    padding: 5px 14px; }

  .menu3 .primary-navigation ul ul li:last-child a {
    padding-bottom: 5px; }

  .menu3 .primary-navigation ul ul li:first-child a {
    padding-top: 5px; } }
@media screen and (min-width: 1025px) {
  .close-menu1, .menu-toggle {
    display: none; }

  .header-main {
    padding-right: 0; }

  .search-toggle {
    margin-right: 0; }

  /* Fixed Header */
  .masthead-fixed .site-header {
    position: fixed;
    top: 0; }

  .admin-bar.masthead-fixed .site-header {
    top: 32px; }

  .masthead-fixed .site-main {
    margin-top: 48px; }

  /* Navigation */
  .site-navigation li .current_page_item > a,
  .site-navigation li .current_page_ancestor > a,
  .site-navigation li .current-menu-item > a,
  .site-navigation li .current-menu-ancestor > a {
    /*color: #fff;*/ }

  /* Primary Navigation */
  .primary-navigation {
    font-size: 11px;
    margin: 0 1px 0 -12px;
    padding: 0; }

  .primary-navigation .menu-toggle {
    display: none;
    padding: 0; }

  .primary-navigation .nav-menu {
    border-bottom: 0;
    display: block; }

  .primary-navigation.toggled-on {
    border-bottom: 0;
    margin: 0;
    padding: 0; }

  .primary-navigation li {
    border: 0;
    display: inline-block;
    height: 100px;
    line-height: 100px;
    position: relative; }

  .primary-navigation a {
    display: inline-block;
    padding: 0 12px;
    white-space: nowrap; }

  .primary-navigation ul ul {
    float: left;
    margin: 0;
    position: absolute;
    top: 100px;
    left: -999em;
    z-index: 99999; }

  .primary-navigation li li {
    border: 0;
    display: block;
    height: auto;
    line-height: 1.0909090909; }

  .primary-navigation ul ul ul {
    left: -999em;
    top: 0; }

  .primary-navigation ul ul a {
    padding: 12px 38px;
    white-space: nowrap;
    max-width: 100%; }

  .primary-navigation ul ul li:first-child a {
    padding-top: 26px; }

  .primary-navigation ul ul li:last-child a {
    padding-bottom: 26px; }

  .primary-navigation ul ul a:hover,
  .primary-navigation ul li:hover > ul,
  .primary-navigation ul li.focus > ul {
    left: auto; }

  .primary-navigation ul ul li:hover > ul,
  .primary-navigation ul ul li.focus > ul {
    left: 100%; }

  .logo_header_style2 {
    margin-top: 60px;
    margin-bottom: 60px; }

  .header2 {
    /* for the 2nd and 3rd row - center submenu */ }
    .header2 .for-logo {
      padding-left: 15px; }
    .header2 .primary-navigation .menu-item-has-children > a:after,
    .header2 .primary-navigation .page_item_has_children > a:after {
      right: auto;
      margin-left: 12px; }
    .header2 .primary-navigation .menu-item-has-children li.menu-item-has-children > a:after, .header2 .primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
    .header2 .primary-navigation .page_item_has_children li.menu-item-has-children > a:after, .header2 .primary-navigation .page_item_has_children li.page_item_has_children > a:after {
      right: auto;
      margin-left: 12px; }
    .header2 ul.nav-menu {
      padding: 30px 0px 80px;
      /*for smaller screens we will use smaller paddings*/ } }
    @media screen and (min-width: 1025px) and (max-width: 1280px) {
      .header2 ul.nav-menu {
        padding: 0px 10px 50px; } }
@media screen and (min-width: 1025px) {
    .header2 ul.nav-menu > li:nth-child(2n), .header2 ul.nav-menu > li:nth-child(2n+1) {
      text-align: center; }
    .header2 ul.nav-menu > li:nth-child(4n) {
      text-align: right; }
      .header2 ul.nav-menu > li:nth-child(4n) a {
        padding-right: 0px; }
    .header2 ul.nav-menu > li:nth-child(4n+1) {
      text-align: left; }
    .header2 ul.nav-menu > li:nth-child(2n):hover > ul, .header2 ul.nav-menu > li:nth-child(2n+1):hover > ul {
      left: 50%;
      margin-left: -88px;
      text-align: center; }
    .header2 ul.nav-menu > li:nth-child(4n):hover > ul {
      right: 0px;
      left: auto; }
    .header2 ul.nav-menu > li:nth-child(1):hover > ul, .header2 ul.nav-menu > li:nth-child(4n+1):hover > ul {
      left: 100px !important;
      right: auto; }
    .header2 .for-social {
      text-align: center;
      width: 100%;
      /*height: 100%;*/
      /*      */
      position: absolute;
      bottom: 0px;
      /*for smaller screens we will use smaller paddings*/ }
      .header2 .for-social .social-title {
        border: 2px solid;
        padding: 15px 45px;
        max-width: 300px;
        margin: 0 auto;
        margin-top: 100px; }
      .header2 .for-social .socialicons {
        margin-bottom: 160px;
        margin-top: 115px; }
      .header2 .for-social button {
        box-shadow: none; } }
    @media screen and (min-width: 1025px) and (max-width: 1280px) {
      .header2 .for-social {
        padding: 40px 0px 0px; }
        .header2 .for-social .social-title {
          margin-top: 50px; }
        .header2 .for-social .socialicons {
          margin-bottom: 80px;
          margin-top: 60px; } }
  @media screen and (min-width: 1025px) and (max-width: 1280px) {
    .header2 .for-logo {
      padding: 40px 0px; }
    .header2 .primary-navigation li {
      height: 60px; } }

@media screen and (min-width: 1025px) {
  .primary-navigation li .menu-item-has-children > a,
  .primary-navigation li .page_item_has_children > a {
    padding-right: 20px;
    width: 168px; }

  .primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
  .primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
  .primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
  .primary-navigation .page_item_has_children li.page_item_has_children > a:after {
    /*content: "\E83D";*/
    right: 8px;
    top: 20px; } }
body:not(.boxed) .no-sidebar .main-container.row.thumb {
  width: 100%; }
  body:not(.boxed) .no-sidebar .main-container.row.thumb .full-width {
    padding: 0px;
    margin: 0px !important; }

.no-sidebar {
  /* for list view limit the content width to 1000px if there is no sidebar */ }
  .no-sidebar .main-container > .row.list, .no-sidebar .main-container.row.list {
    max-width: 1000px; }
  .no-sidebar .main-container.row.list-image-left, .no-sidebar .main-container.row.list-image-right, .no-sidebar .main-container > .row.list-image-left, .no-sidebar .main-container > .row.list-image-right {
    max-width: 1300px; }

/*  Necessary Styles for testimonials *********************************/
.testimonials {
  margin: 60px auto 20px;
  padding: 0;
  display: block;
  padding-bottom: 40px;
  text-align: center;
  position: relative;
  max-width: 1000px;
  /*.rsDefault:not(.rsFullscreen){  
      .rsSlide{ background-color: #ffffff !important;}
  }*/ }
  .testimonials span.testimonial-author {
    position: absolute;
    bottom: 5px;
    right: 0px; }
  .testimonials h3 {
    margin-bottom: 50px; }
  .testimonials .rsDefault .rsContent {
    padding-bottom: 20px; }
  .testimonials .rsDefault .rsBullets {
    bottom: 50px;
    background: transparent; }
    .testimonials .rsDefault .rsBullets .rsBullet {
      padding: 13px 11px; }
    .testimonials .rsDefault .rsBullets span {
      box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
      width: 12px;
      height: 12px; }
    .testimonials .rsDefault .rsBullets .rsNavSelected span {
      background: rgba(0, 0, 0, 0.5); }

body .fancybox-title-outside-wrap {
  color: #00000f; }

/*royal slider*/
body .royalSlider {
  width: 100%;
  min-height: 50px;
  position: relative; }
  body .royalSlider img {
    margin-left: auto !important;
    margin-top: 0px;
    margin-bottom: 0px; }
  body .royalSlider .rsGCaption {
    padding: 0px;
    bottom: auto; }
    body .royalSlider .rsGCaption .rsCaption {
      padding: 6px;
      top: 10px; }
  body .royalSlider .rsArrowIcn {
    background: transparent;
    margin-left: -28px; }
  body .royalSlider .rsArrowLeft .rsArrowIcn {
    margin-left: -22px; }
  body .royalSlider .rsArrowIcn:hover {
    background-color: transparent; }
  body .royalSlider .rsArrowIcn:before {
    color: #cfcfcf; }
  body .royalSlider .rsThumb {
    height: auto; }
  body .royalSlider .rsThumb.rsNavSelected {
    background: #484848; }

/*hide thumbs for small screens*/
@media screen and (max-width: 600px) {
  .royalSlider:not(.thumbnails-under) .rsNav {
    display: none; }

  body .rsGCaption, body .rsDefault .rsFullscreenBtn {
    display: none; } }
.thumbnails-under .rsThumb:hover {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); }

/*styles for thumbnsils under the main slider image*/
.royalSlider.thumbnails-under:not(.rsFullscreen) img.rsImg {
  cursor: url(https://www.rpphotographybydesign.co.uk/wp-content/themes/blanco/images/grid_24x24.png), pointer; }
.royalSlider.thumbnails-under:not(.rsFullscreen) .rsThumbs {
  display: none;
  width: 100% !important;
  margin: 0 auto; }
  .royalSlider.thumbnails-under:not(.rsFullscreen) .rsThumbs .rsThumb {
    /*each thumb*/
    width: 18% !important;
    margin-right: 2.5% !important;
    margin-bottom: 2.5%;
    margin-left: 0px; }
    .royalSlider.thumbnails-under:not(.rsFullscreen) .rsThumbs .rsThumb img {
      max-width: 100%; }
  .royalSlider.thumbnails-under:not(.rsFullscreen) .rsThumbs .rsThumb:nth-child(5n) {
    margin-right: 0px !important; }
  .royalSlider.thumbnails-under:not(.rsFullscreen) .rsThumbs .rsThumbsArrow {
    display: none; }
  .royalSlider.thumbnails-under:not(.rsFullscreen) .rsThumbs .rsThumbsContainer {
    max-width: 100%;
    width: 100% !important;
    height: auto;
    position: relative;
    display: block;
    left: 0px !important;
    /*force thumbs to have to 3d translation, use important to make it work against the js script*/
    -moz-transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important; }

.rsDefault:not(.rsFullscreen) {
  background: none !important;
  color: inherit;
  z-index: 10 !important; }
  .rsDefault:not(.rsFullscreen) .rsOverflow, .rsDefault:not(.rsFullscreen) .rsSlide, .rsDefault:not(.rsFullscreen) .rsVideoFrameHolder, .rsDefault:not(.rsFullscreen) .rsThumbs {
    background: none !important;
    color: inherit; }

.rsDefault.rsFullscreen {
  background: rgba(0, 0, 0, 0.9); }
  .rsDefault.rsFullscreen .rsOverflow, .rsDefault.rsFullscreen .rsSlide, .rsDefault.rsFullscreen .rsVideoFrameHolder, .rsDefault.rsFullscreen .rsThumbs {
    background: rgba(0, 0, 0, 0.9); }
  .rsDefault.rsFullscreen .rsGCaption {
    top: 20px !important; }

body .main-slideshow {
  /*img.rsImg{width: 100% !important; height: auto !important;  margin-top: 0px !important;}*/ }
  body .main-slideshow .rsBullets {
    height: 20px !important;
    bottom: 10px !important;
    background: transparent !important; }

/*visible newrby slider*/
.royal-gallery {
  overflow-x: hidden; }
  .royal-gallery .single-gallery.rsDefault {
    max-width: 100%;
    margin: 0 auto; }
    .royal-gallery .single-gallery.rsDefault .rsOverflow {
      overflow: visible; }
    .royal-gallery .single-gallery.rsDefault .rsSlide {
      text-align: center; }
      .royal-gallery .single-gallery.rsDefault .rsSlide img {
        margin: 0px !important;
        /*height: 100% !important;*/
        max-width: 100%;
        max-height: 100%; }
      .royal-gallery .single-gallery.rsDefault .rsSlide .rsContent {
        margin: 0 auto; }

/*EOF sliders styles*/
.footer-sidebar.first-full-width {
  padding-top: 30px;
  padding-bottom: 30px; }

/*Shortcodes styles */
.cosmo-tabs .cosmo-nav .ui-state-default {
  font-size: 12px; }

body #sb-site {
  background-color: transparent; }

body .rsDefault .rsCloseVideoBtn {
  top: 20px; }

/*Sly*/
@media only screen and (max-width: 500px) {
  .sly-img-descr {
    display: none; } }
.sly-img-descr {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 11;
  font-size: 18px;
  text-align: right;
  width: 315px;
  height: 120px; }

.sly-img-descr:hover + .img-descr-container {
  display: block; }

.sly-img-descr:hover > i {
  display: none; }

.img-descr-container {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  width: 315px;
  padding: 15px;
  text-align: left;
  display: none;
  background-color: rgba(255, 255, 255, 0.5); }

.img-descr-container .content-holder {
  float: left;
  width: 255px;
  display: block; }

.img-descr-container .icon-info {
  float: right;
  width: 20px;
  display: inline-block; }

.img-descr-container .image-caption {
  font-weight: bold; }

.img-descr-container .image-description {
  font-weight: normal;
  font-size: 12px;
  margin-top: 10px; }

.sly-galley {
  position: relative; }
  .sly-galley img {
    opacity: 0; }

/*---------------------------------scrollbar----------------------------------*/
.frame {
  overflow: hidden; }

.frame ul {
  font-size: 50px;
  height: 100%;
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.frame ul li {
  color: #DDDDDD;
  cursor: pointer;
  float: left;
  height: 100%;
  margin: 0 10px 0 0;
  padding: 0;
  text-align: center; }

/*.frame ul li.relative img {
    max-width: none;
    
}*/
.frame ul li:hover .zoom-image {
  opacity: 1; }

.scrollbar {
  background: none repeat scroll 0 0 #CCCCCC;
  height: 5px;
  line-height: 0; }

.single-format-gallery .scrollbar {
  height: 5px;
  margin-top: -6px; }

.scrollbar .handle {
  background: #000;
  cursor: pointer;
  height: 100%;
  width: 100px; }

.scrollbar .handle .mousearea {
  height: 20px;
  left: 0;
  position: absolute;
  top: -9px;
  width: 100%; }

.controls {
  width: 100%; }
  .controls .btn:focus {
    outline-width: 0px; }

.controls .btn.prev, .controls .btn.next {
  background: transparent;
  height: auto !important;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -20px; }

.controls .btn.prev {
  margin-left: 5px; }

.controls .btn.next {
  right: 5px; }

.single-format-gallery .controls .btn.prev {
  left: 0; }

/*---------------------------------EOF scrollbar----------------------------------*/
.flo-page-title .twelve.columns {
  float: none; }

#footer-container.sticky-footer {
  position: fixed;
  bottom: 0px;
  width: 100%; }

.menu-minicart .woocommerce.gbtr_dynamic_shopping_bag {
  position: relative;
  height: 25px; }
  .menu-minicart .woocommerce.gbtr_dynamic_shopping_bag .overview {
    border: 0px; }
    .menu-minicart .woocommerce.gbtr_dynamic_shopping_bag .overview span {
      display: inline;
      padding: 5px 10px; }
    .menu-minicart .woocommerce.gbtr_dynamic_shopping_bag .overview .minicart-label, .menu-minicart .woocommerce.gbtr_dynamic_shopping_bag .overview .minicart_items {
      border: 1px solid; }
    .menu-minicart .woocommerce.gbtr_dynamic_shopping_bag .overview .minicart_items {
      border-left: 0px; }

/*by Sliva
START navigation options
*/
.nav-links .prev_custom_link {
  display: none;
  position: fixed;
  width: 150px !important;
  height: 210px !important;
  bottom: 348px !important;
  border: 10px solid #f3f3f3;
  background: #f3f3f3;
  left: 0;
  font-size: 13px !important;
  line-height: 16px !important;
  z-index: 9999; }
.nav-links .next_custom_link {
  display: none;
  position: fixed;
  width: 150px !important;
  height: 210px !important;
  bottom: 348px !important;
  border: 10px solid #f3f3f3;
  background: #f3f3f3;
  right: 0;
  font-size: 13px !important;
  line-height: 16px !important;
  z-index: 9999; }
.nav-links .arrow_to_left {
  position: relative;
  top: 80px;
  left: 140px; }
.nav-links .arrow_to_right {
  position: relative;
  top: 80px;
  right: 30px; }

.custom_post_nav {
  display: none; }

/*by Sliva
END navigation options
*/
/* BOF Ninja forms styles */
body .ninja-forms-form-wrap .center-wrap {
  text-align: center; }
body .ninja-forms-form-wrap input[type="text"] {
  margin: 0; }
body .ninja-forms-form-wrap .field-wrap.label-left .ninja-forms-field, body .ninja-forms-form-wrap .field-wrap.label-left .ninja-forms-star-rating-control {
  margin-left: 0px; }
body .ninja-forms-form-wrap input[type="submit"] {
  cursor: pointer;
  background: #484848;
  color: white;
  padding-top: 12px;
  padding-bottom: 10px;
  font-style: italic;
  margin: 0; }
@media (min-width: 769px) {
  body .ninja-forms-form-wrap .left-wrap {
    float: left;
    padding-right: 0.625rem; }
  body .ninja-forms-form-wrap .right-wrap {
    float: right;
    padding-left: 0.625rem; }
  body .ninja-forms-form-wrap .flo-small-wrap {
    width: 50%; }
  body .ninja-forms-form-wrap .field-wrap:not(.flo-small-wrap) {
    clear: both; } }

/* EOF Ninja forms styles */