/*
Theme Name: love2lose
Theme URI: https://www.love2lose.com/
Description: This is a custom child theme for love2lose I have created.
Author: Peter Dolphin
URI: https://www.love2lose.com/
Template: hestia    
Version: 0.1
*/

/*===HEADER STYLE====== */
.header-filter {
  position: absolute;
  top: 25px; /*default value is 0*/
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-position: center center;
  background-size: cover;
}


#primary{
 height: 400px;
	
}

body{
	background-color: #333333;
}

/*===ARTICLE H1 TAG====*/
.single-post .blog-post .section-text .title-in-content {
  	color: #ff124d;	
	text-align: left;	
	text-transform: uppercase;
	font-size: 30px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/*====H1 STYLE FOR PAGES====*/
.blog-post .container article .row .col-md-12 h1  {
	color: #ff124d;	
	text-align: left;	
	text-transform: uppercase;
	font-size: 30px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.page-header .container .hestia-title,
.page-header .container .title h1{
  	font-size: calc(1.2vw + 20px);
  	text-transform: uppercase;
  	text-align: left;
	position: relative;
	border-left: 6px solid #ff124d;
	padding-left: 10px;
	/*line-height: 12px;*/
	margin-left: 5px;
	/*margin-bottom: 40px;*/
}

.wp-block-heading h1{color: #ff124d;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 18px 0;
}

.container .row .hestia-title h1{
	color: #ff124d;
  	text-align: left;
  	text-transform: uppercase;
  	margin: 0 0 18px 0;
}

.container article h2{
	font-size: 18px;
  	text-transform: uppercase;
  	font-weight: bold;  
  	color: #ce1a46;
  	margin: 0 0 10px 0;
}

.blog-post .section-text h3{
	font-size: 14px;
  	text-transform: uppercase;
  	font-weight: bold;
  	margin: 0;
  	padding: 0;
  	color: #ffa0b8;
  	background: none;
}

.page-content-wrap .wp-block-heading{
	font-size: 14px;
	font-weight: bold;
}

.container article p{
	color: #333;
  	font-size: 16px;
  	line-height: 1.7;
  	margin-bottom: 20px;
  	margin-top: 0;
}

.footer-big h4{
	font-size: 16px;
	padding-bottom: 1.5%;	
}

figure {
	padding-bottom: 6%;
  	margin:0;
}

/*NAV BAR logged-out Sytles*/

#main-navigation #menu-logged-out-menu ul li a {
	color: #ff124d;
}

/*MENBERPress Price Box Styles*/

.mepr-pricing-title h1{
	color: #ff124d;
	text-transform: uppercase;
}

.mepr-price-menu .mepr-price-boxes .mepr-price-box-button a {
  border: 2px solid #1D1D1D;
  border-radius: 24px;
  color: #fff !important;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 0.5rem 0rem;
  background-color: #ff124d;
}
.mepr-price-menu .mepr-price-boxes .mepr-price-box-button a:hover {
  background: #1d1d1d;
  color: #FF124D;
}

.mepr-price-menu {
  max-width: 90rem !important;
  margin: 0 auto;
  padding: 0 !important;
}

/*MEMBERPRESS Registration Page Styles*/

/*DESIRE*/
.wrapper.post-2195 #comments{
	display: none;
}


.wrapper.post-2195 .section.section-blog-info{
display: none;	
}

.wrapper.post-2195 .card.card-blog{	
	display: none;	
}


.wrapper.post-2195 .related-posts .hestia-title {
  margin-bottom: 50px;
  display: none;
}

/*FOREPLAY*/
.wrapper.post-2196 #comments{
	display: none;
}


.wrapper.post-2196 .section.section-blog-info{
display: none;	
}

.wrapper.post-2196 .card.card-blog{	
	display: none;	
}


.wrapper.post-2196 .related-posts .hestia-title {
  margin-bottom: 50px;
  display: none;
}

/*QUICKIE*/
.wrapper.post-2187 #comments{
	display: none;
}


.wrapper.post-2197 .section.section-blog-info{
display: none;	
}

.wrapper.post-2197 .card.card-blog{	
	display: none;	
}


.wrapper.post-2197 .related-posts .hestia-title {
  margin-bottom: 50px;
  display: none;
}

/*CLIMAX*/
.wrapper.post-2198 #comments{
	display: none;
}


.wrapper.post-2198 .section.section-blog-info{
display: none;	
}

.wrapper.post-2198 .card.card-blog{	
	display: none;	
}


.wrapper.post-2198 .related-posts .hestia-title {
  margin-bottom: 50px;
  display: none;
}


/*NAV admin bar scroll styles*/
body.admin-bar .navbar {
	position: fixed;
  	top: 0;	
}

.navbar.navbar-scroll-point {
  	position: fixed;
  	top: 0;
}

.navbar.navbar-transparent > .container {
  	padding-top: 0px;
}

/*end sNAV admin bar scroll styles*/

.header .navbar{
	width: auto;
	background-color: #ff124d;
}

.body.admin-bar .navbar {
  margin-top: 0px;
}

.container .navbar-header {
  background-color: #ff124d;
}

.navbar-toggle-wrapper .navbar-toggle .icon-bar{
	color: #ffffff;
}

.navbar.hestia_left .title-logo-wrapper{
	background-color: #ff124d;
	min-width: auto;
	display: inline-block;
	float: left;
	overflow: hidden;	
}

.navbar.hestia_left .navbar-nav {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: flex-end;
	float: left;
	margin: 0;
}

.navbar > .container {
  display: flex;
  transition: padding 0.1s ease;
  padding: 0px 15px;
  vertical-align: middle;
  align-items: center;
}

.navbar a{
	font-size: 14px;
}

#main-navigation ul.nav > li a:hover{
	color: #FFFFFF;
	background-color: transparent;
	outline-color: #ff5272;
}

#main-navigation ul.nav > li a:active{
	color: #ffffff;
	background-color: transparent;
	outline-color: #ff5272;
}

#main-navigation ul.nav > li a:active{
	color: #ffffff;
	background-color: transparent;
	outline-color: #ff5272;
}

#main-navigation ul.nav > li a:visited{
	color: #ffffff;
	/*background-color: transparent;
	outline-color: #ff5272;*/
}

#main-navigation #menu-primary-menu ul li {
	background-color: #ffffff;
}

#main-navigation #menu-primary-menu ul li a {
	color: #ff124d;
}

#main-navigation #menu-primary-menu ul li a:hover {
	color: #ff5272;
}

#main-navigation #menu-primary-menu ul li a:visited {
	color: #ff5272;
}

.navbar.navbar-default .navbar-nav > .btn{
	background-color: #070707;
	border-radius: 2px;
}


#main-navigation #menu-primary-menu ul li .btn a{
	color: goldenrod;
}

.hestia-toggle-search svg {
  	fill: #fff;
  	vertical-align: middle;
}

.navbar.navbar-not-transparent .navbar-nav > .active:not(.btn) > a,
.navbar.navbar-not-transparent .navbar-nav > .active:not(.btn) > a:hover,
.navbar.navbar-not-transparent .navbar-nav > .active:not(.btn) > a:focus {
	color: pink;
}

/*=============LANDING PAGE STYLES===============*/
/*thumbnails*/
.wp-block-cover .has-background-dim:not([class*=-background-color]){
	
}

/*==============WIDGET STYLES==============*/

.pt-cv-wrapper .pt-cv-page .pt-cv-ifield h4{
	font-size: 14px;
  	text-transform: uppercase;
  	font-weight: bold;
  	margin: 0;
  	padding: 0;
  	color: #ffa0b8;
  	background: none;	
}

.pt-cv-wrapper .pt-cv-page .pt-cv-ifield .pt-cv-content{
	color: #333;
  	font-size: 16px;  
}

.pt-cv-wrapper .pt-cv-page .pt-cv-ifield .pt-cv-content .pt-cv-rmwrap a{
	background-color: #ff124d;
	color: #ffffff;
  	font-size: 12px;  
	margin: 0 auto;
}

.pt-cv-thumbnail {
  height:auto;
  max-width:100%!important;
  margin-top:0!important;
  margin-bottom:10%!important;
  min-width:inherit!important
}

.pt-cv-title a {
  font-weight:600;
  /*! border-bottom:none */
}

.pt-cv-title h4 {
  font-weight:600;
	font-size: 21px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  /*! border-bottom:none */
}

#main-navigation{
	background-color: #ff124d;
	min-width: auto;
	display: inline-block;
}

.navbar .navbar-nav > li a {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 3px;
  color: #ffffff;
}

/*WUFOO FORM STYLES*/

.redesigned-theme-2018 .wufoo .info h2 {
	margin-top: 40px;
 	margin-bottom: 20px;
	background-color: yellow;
}

/*Blog Styles*/

.author {
	display: none;
}

/*Featured Image*/
.page-header.header-small .container {
  	padding-top: 180px;
  	padding-bottom: 225px;
}

.page-header.header-small .container .hestia-title{
	 margin: 70px 0 10px;
}

#pt-cv-view-1n4z82hn .pt-cv-readmore{
	color: #fff;
  	background-color: #ff124d;
  	border-style: none;
  	font-size: 14px;
  	padding: 8px;
	
}

/*FOOTER STYLES*/

.footer.footer.footer-black .col-md-4 {
	/*background-color: pink;*/
	width: 100%;  
}

.footer.footer.footer-black a{
	font-size: 0.9em;
}


.widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-big .content {
  text-align: left;
}

.text-align-center{
	text-align: center;
	color: #fff;
}

.widget ul li {
	line-height: 2.4;
  	padding-top: 5px;
	list-style-type: none;
	color: ffffff;
}

.widget ul li a{
	line-height: 2.4;
  	padding-top: 5px;
	list-style-type: none;
	color: ffffff;
	text-transform: none;
}

/*===== HOME PAGE ABOUT SECTION STYLES ====*/
.hestia-about {
  /*padding: 65px 0 30px;*/
	padding: 0;
}

/*====SOCIAL MEDIA ICON STYLES=======*/

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: transparent;
  /*color:#444*/
	color: #ffffff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color:transparent;
  color:#fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color:transparent;
  color:#fff;
	
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-x {
  background-color: transparent;
  color:#fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link .wp-block-social-link-anchor {
	/*background-color:#fff;*/
  	color:#fff;
	border-radius: 15px;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  	background-color:transparent;
  	color:#000000;
  	line-height: 0px;
	font-size:24px;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  	background-color:transparent;
  	color:#000000;
  	line-height: 0px;
	font-size:24px;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  	background-color:transparent;
  	color:#000000;
  	line-height: 0px;
	font-size:24px;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-x {
  	background-color:transparent;
  	color:#000000;
  	line-height: 0px;
	font-size:24px;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mail {
  	background-color:transparent;
  	color:#000000;
  	line-height: 0px;
	font-size:24px;
}

/*Social Media Button Background Styles*/
.wp-block-social-links .wp-social-link svg {
  /*height: 1em;*/
  /*width: 1em;*/
  background-color: #ffffff;
  border-radius: 15px;
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg{
	color: black;
	height: 1.3em;
	width: 1.3em;
}

.hestia-bottom-footer-content {
  position: relative;
  display: none;
}

/*AUTHOR and DATE STYLES*/
.wp-block-post-author-name{
	font-weight: normal;
	width: auto;
	display: inline-block;
	color: #000;
	margin: 0;
	text-transform: uppercase;
	font-size: 16px;
	text-align: left;
	margin-bottom: 40px;
}

.wp-block-post-date{	
	width: auto;
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	color: #bbb;
	border-left: 1px solid #bbb;
	padding-left: 10px;
	line-height: 12px;
	margin-left: 5px;
	margin-bottom: 40px;
}

/*LIST STYLES*/

ol{
	margin-left:0;
	margin-bottom: 10px;
}

ol li{
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-size: 16px;
	padding-bottom: 1.5%;
	margin: 0;
}

ul li{
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-size: 16px;
	
}

/*Search Bar Starts*/
.form-group.label-floating label.control-label{
/*margin-top: 7%;
	top: 0;
  left: 0;*/
	color:#fff;
}

.search-form:not(.media-toolbar-primary) input[type="search"] {
  /*margin-top: 15px;
  height: 30px;*/
  color: #fff;
  /*width: auto;*/
  /*display: table-cell;*/
}

/*Search Bar Ends*/



/*TEST*/
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor{
	
	color:#000000;
  	fill:currentColor;
}

/*AR Form Styles*/
/*Modal Forms*/

.arm_popup_member_form .popup_header .popup_header_text {
  font-size: 20px;
  text-align: center;
	color: #ff124d;
}

.arm_form_104 .arm-df__heading:not(.popup_header_text) .arm-df__heading-text {
  color: #ff124d;
  font-family: Poppins, sans-serif, 'Trebuchet MS';
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

.arm_setup_form_field_label_wrapper_text{
	text-align: center;
	color:#ff124d;	
}

.popup_wrapper {
  font-family: var(--arm-primary-font),sans-serif,"Trebuchet MS";
  text-align: center;
}





.arm-df__heading .armaligncenter .arm-df__heading-text {
  color: #ff124d;
  font-family: Poppins, sans-serif, 'Trebuchet MS';
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}


/*AR FORMS STYLES FOR 'COME JOIN US' PAGE*/


.arm_setup_messages .arm_form_message_container{
	width: 600px;
	
}

.col-md-8 .page-content-wrap  .col-md-offset-2{
	width:66%;
}

 #post-1410 .col-md-8 {
    width: auto;
  }

#post-1410 .col-md-offset-2 {
    margin-left: 10.667%;
  }

.arm_setup_form_1 .arm_setup_column_item .arm_module_plan_description {
  font-family: Poppins, sans-serif, 'Trebuchet MS';
  font-size: 15px !important;  
  font-weight: normal;  
}

.arm_setup_form_1 .arm_setup_column_item .arm_module_plan_description ul li{
	list-style-type: circle;
	text-align: left;
	padding-bottom: 5%;
}

#post-1410 .col-md-12 .hestia-title {
  color: #ff124d;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#post-1410 .arm_setup_form_1.arm-default-form:not(.arm_admin_member_form) {
  width: 900px;
  margin: 0 auto;
  text-align: center;
}

#post-2049 .col-md-12 .hestia-title {
  color: #ff124d;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/*AR FORMS Change Membership Page Styles*/
#post-2143 .col-md-8 {
    width: auto;
  }

#post-2143 .col-md-offset-2 {
    margin-left: 10.667%;
  }

#post-2143 .col-md-12 .hestia-title {
  color: #ff124d;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#post-2143 .arm_setup_form_1.arm-default-form:not(.arm_admin_member_form) {
  width: 900px;
  margin: 0 auto;
  text-align: center;
}

#post-2143 .col-md-12 .hestia-title {
  color: #ff124d;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#post-2143 .arm_setup_form_title{
	display: none;
}

#post-2143 .wp-block-heading{
	text-align: center;
	font-size: 18px;
}


/*AR FORMS MISCELLANEOUS PAGE HEADING STYLES*/

/*Forgot Password*/
#post-1416 .col-md-12 .hestia-title{
	color: #ff124d;
  text-align: center;
}

/*Change Password*/
#post-1422 .col-md-12 .hestia-title{
	color: #ff124d;
  text-align: center;
	display: none;
}


/*ARmember Forms Profile Template Styles*/

.arm_template_wrapper_profiletemplate2 .arm_profile_header_bottom_box {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  padding: 0;
  margin: 62px 0 6px;
  text-align: center;
  position: relative;
}

/*WUFOO FORM STYLES*/
#container.ltr{
	width:60%;
}

/*.arm_template_wrapper.arm_template_wrapper_directorytemplate6{
        float:none;
        width:100%;
        min-width:840px;
        border: 1px solid #e0e0e0;
        padding-left: 40px;
        padding-right: 20px;
        padding-top:15px;
        padding-bottom:10px;
        border-radius: 6px;
        -webkit-border-radius:6px;
        -o-border-radius:6px;
        -moz-border-radius:6px;
        margin:0 auto;
        display: block;
}

.arm_user_block {
  max-width: 215px;
  width: auto;
  border: 1px solid #CED4DE;
  box-shadow: none;
  min-width: 215px;
  height: auto;
  display: inline-block;
  position: relative;
	-webkit-border-radius: 8px;
	padding: 10px 20px;
  margin: 0 10px 30px 10px;
}

body.custom-background{
	background-color:transparent;
}*/


/*Flexmate Page Styles*/
body.page-template-default.logged-in.page-id-2049 .col-md-8{	
	width: 100%;
	margin: 0 auto;
}

body.page-template-default.logged-in.page-id-2049 .blog-post .container{
	width:100%;
}

/*Filter Everything Global*/
.wpc-filter-title {
	margin-bottom: 1em;
  	position: relative;
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
  	font-weight: bold;
	text-transform: uppercase;
	color: #ff124d;
}

.wpc-edit-filter-set {
	font-size: 13px;
	display: none;
}

.wpc-filters-ul-list .wpc-filters-checkboxes .wpc-filters-list-1996{
	background-color: pink;
	display: inline-block;	
}

.wpc-filters-ul-list li{
	display: inline-block;
}

.wpc-filters-main-wrap li.wpc-term-item a {
  text-decoration: none;
  font-weight: 364;
  outline: 0;
  padding-top: 3px;
  padding-bottom: 0;
  line-height: 1.3;
}

body .wpc-filters-main-wrap .wpc-term-item-content-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 5%;
}


/*=================WEB SHOWS PAGE STYLES========================*/

/*Love2Lose Live*/

body.page-template-default.page.page-id-1277 .blog-post #post-1277 .hestia-title.title-in-content{
  display: none;
}

body.page-template-default.page.page-id-1277 #primary {
  display: none;
}
	
body.page-template-default.page.page-id-1277 .main-raised {
  margin: 20px 30px 0;
  border-radius: 6px 6px 0 0;
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

/*Balls Deep*/
body.page-template-default.page.page-id-1301 .blog-post #post-1301 .hestia-title.title-in-content{
  display: none;
}

body.page-template-default.page.page-id-1301 #primary {
  display: none;
}
	
body.page-template-default.page.page-id-1301 .main-raised {
  margin: 20px 30px 0;
  border-radius: 6px 6px 0 0;
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

/*Gaydar*/
body.page-template-default.page.page-id-1284 .blog-post #post-1284 .hestia-title.title-in-content{
  display: none;
}

body.page-template-default.page.page-id-1284 #primary {
  display: none;
}
	
body.page-template-default.page.page-id-1284 .main-raised {
  margin: 20px 30px 0;
  border-radius: 6px 6px 0 0;
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

/*Naked in the Kitch*/
body.page-template-default.page.page-id-1307 .blog-post #post-1307 .hestia-title.title-in-content{
  display: none;
}

body.page-template-default.page.page-id-1307 #primary {
  display: none;
}
	
body.page-template-default.page.page-id-1307 .main-raised {
  margin: 20px 30px 0;
  border-radius: 6px 6px 0 0;
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

/*Sexcellent*/
body.page-template-default.page.page-id-1287 .blog-post #post-1287 .hestia-title.title-in-content{
  display: none;
}

body.page-template-default.page.page-id-1287 #primary {
  display: none;
}
	
body.page-template-default.page.page-id-1287 .main-raised {
  margin: 20px 30px 0;
  border-radius: 6px 6px 0 0;
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

/*Weekend Sexercise Show*/
body.page-template-default.page.page-id-1280 .blog-post #post-1280 .hestia-title.title-in-content{
  display: none;
}

body.page-template-default.page.page-id-1280 #primary {
  display: none;
}
	
body.page-template-default.page.page-id-1280 .main-raised {
  margin: 20px 30px 0;
  border-radius: 6px 6px 0 0;
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

/*Sex Lab*/

body.page-template-default.page.page-id-1313 .blog-post #post-1313 .hestia-title.title-in-content{
  display: none;
}

body.page-template-default.page.page-id-1313 #primary {
  display: none;
}
	
body.page-template-default.page.page-id-1313 .main-raised {
  margin: 20px 30px 0;
  border-radius: 6px 6px 0 0;
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

/**============MOBILE AND TABLET STYLES==============*/

@media (max-width: 781px) {	
	
	/*test hero image starts*/
	
body.page-template-default.logged-in.page-id-1396 #primary {
  display: none;
}
	
body.page-template-default.logged-in.page-id-1396 .main-raised {
  margin: 20px 30px 0;
  border-radius: 6px 6px 0 0;
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
	

body.page-template-default.logged-in.page-id-1392 #primary {
  display: none;
}
	
body.page-template-default.logged-in.page-id-1392 .main-raised {
  margin: 20px 30px 0;
  border-radius: 6px 6px 0 0;
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
	
body.page-template-default.logged-in.page-id-1989 #primary {
  display: none;
}
	
body.page-template-default.logged-in.page-id-1989 .main-raised {
  margin: 20px 30px 0;
  border-radius: 6px 6px 0 0;
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
	

	
	
	
	/*test hero image ends*/
	
	
	/*test mobile display of form fields starts*/
	
	
	
	/*test mobile display of form fields ends*/
	
	
		
	.footer-big .content {
  	text-align: center;
}
	.footer.footer.footer-black a{
	font-size: 1.1em;
}
	
		
}/* END @media (max-width: 781px) */

/* Themeisle Support - change menu mobile breakpoint */








@media only screen and (min-width: 768px) and (max-width: 1200px){	
	
		
	/*TEST STARTS*/
	body.page-template-default.logged-in.page-id-1989 .wrapper.no-content .section {
    padding-top: 15%;
	}
	
	/*TEST ENDS*/
	
	
	.footer.footer.footer-black a{
	font-size: 1.0em;
}
	
	.footer-big .content {
  	text-align: left;
}
    
.search-form:not(.media-toolbar-primary) input[type="search"] {
	width: 100%;	
	margin-top: 2px;
  	height: 2px;
  	color: #fff;
	}
	
.navbar:not(.full-screen-menu) .hestia-nav-search form {
    width: 325px;
    max-width: 0;
    padding: 5px;
    transition: all .5s ease;
    margin-left: 0;
    box-sizing: border-box;
	display: inline-block;
	}
	
.navbar:not(.full-screen-menu).nav-searching .hestia-nav-search form {
    max-width: 200px;
    opacity: 1;
    pointer-events: all;
  }
	
.search-form label {
  display: table-cell;
  vertical-align: top;
  padding-right: 25px;
  width: 100%;
}
		
.navbar > .container {
	margin-left: 0;
	text-align: left;
	} 
	
	
body.admin-bar .navbar-default:not(.navbar-transparent) {
    margin-top: 32px;
  }
		
body.admin-bar .navbar.navbar-default .navbar-collapse {
    max-height: calc(100% - 115px);
    margin-top: 115px;
  }	
	
body.admin-bar .navbar {
    margin-top: 45px;
  }
	
.container .navbar-header {
  background-color: #ff124d;
}	
	
.navbar.hestia_left .title-logo-wrapper {
  background-color: #ff124d;
  min-width: auto;
  display: inline-block;
  float: left;
  overflow: hidden;
}
	
.navbar-toggle-wrapper {
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
	
#main-navigation ul.nav > li {
  opacity: 1;
  /*transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;*/
  -webkit-transition: opacity .25s ease-in-out;
  visibility: visible;  
}	
	
navbar:not(.full-screen-menu) .hestia-nav-search label {
    padding: 0;
    color: #fff;
  }
	
.navbar.navbar-default .navbar-nav > .btn {
  background-color: #070707;
  border-radius: 2px;
  width: 50%;
  margin: 0 auto;
}
		
.dropdown-menu {
  position:absolute;
  top:100%;
  left:0;
  /*z-index:1000;
  display:none;*/
  float:left;
  min-width:100%;
  padding:5px 0;
  margin:2px 0 0;
  list-style:none;
  font-size:14px;
  text-align:left;
  background-color:#fff;
  /*border:1px solid #ccc;
  border:1px solid rgba(0,0,0,0.15);*/
  border-radius:4px;
  /*-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);*/
  box-shadow:0 6px 12px rgba(0,0,0,0.175);
  /*-webkit-background-clip:padding-box;*/
  background-clip:padding-box;
}
	
.dropdown-menu.pull-right {
  right:0;
  left:auto
}
		
.navbar-toggle {
  	display: block;
	margin-top: -14px;
 }
    
#main-navigation {
  	margin-top:100px;
    /*padding-bottom: 15px;*/
	background-color: #ff124d;
  	/*min-width: auto;*/
	width: 50%;
  	display: inline-block;
    }
    
.navbar.navbar-default .navbar-brand {
   	color: #555;
    }
    
.header > .navbar, .navbar.navbar-fixed-top .navbar-collapse {
  	background-color: #ff124d;
    }
 
.navbar-nav {
   	float:none;
    }
    
.navbar-collapse.collapse {
        display:none !important;
    }
  
.navbar-collapse.collapse.in {
        display:block !important;
    }
    
.navbar.hestia_left .navbar-nav {
        display: block;
        width: auto;
        float: none;
    }
    
ul#menu-primary-menu li {
        display: block;
        float:none;
    }
    
ul#menu-primary-menu li a {
        color: #000;
    }
    
.navbar-toggle-wrapper {
        right: 20px;
        position: absolute;
        top: 25px;
    }
    
.navbar.navbar-fixed-top .navbar-collapse {
        max-height: calc(100% - 70px);
        margin-top: 70px;
        overflow-y: auto;
        position: fixed;
        z-index: 9999;
        background: #fff;
        width: 100%;
        left: 0;
        top: 0;
        margin-left: 0;
        margin-right: 0;
        -webkit-overflow-scrolling: auto;
    }
    
.navbar.navbar-transparent > .container {
  	padding-top: 0px !important;
    }
    
navbar.navbar-default.navbar-transparent li:not(.btn):hover > a, 
	.navbar.navbar-default.navbar-transparent li:not(.btn):hover > a i, 
    .navbar.navbar-default.navbar-transparent .navbar-toggle:hover, 
    .navbar.navbar-default .responsive-nav-cart a:hover .navbar.navbar-default .navbar-toggle:hover {
    color: #e91e63 !important;
    }	
	
}

@media (min-width: 1201px) {	
	.is-form-style input.is-search-input {
  	background: #fff;
  	background-image: none !important;
  	color: #333;
  	padding: 0 12px;
  	margin: 0;
 	outline: 0 !important;
  	font-size: 14px !important;
  	height: 36px;
  	min-height: 0;
  	line-height: 1;
	border: 1px solid #ccc !important;
	font-family: arial;
  	width: 100%;
	box-sizing: border-box;
  	-webkit-appearance: none;
  	-webkit-border-radius: 0;
	position: absolute;
	top: 70px;
	}	
	
.is-menu.full-width-menu form{
	min-width: 0 !important;
	width: 500px; 
	margin: 50px 25px;		
	}
	
.search-close {
    cursor: pointer;
    width: 32px;
    height: 32px;
	border: solid 5px #676767;
	background-color: #676767;
	}
	
.is-menu.full-width-menu.open .search-close{
		margin-top: 45px;
		margin-right: 35px;
	}
	
.is-form-style button.is-search-submit{
		display: none;
	}	
} /*end min-width: 1201px */





