:root {

    --site-font-family: 'Proxima Vara', Arial, Helvetica, sans-serif;
    --headings-font-family: 'Limelight', sans-serif;
   
   /** Site Layout **/
    --site-boxed-width: 1200px;

    /** Global **/
    --global-font-size: 16px;
    --global-font-weight: 300;
    --global-font-weight-bold: 600;
    --site-bg-colour: #ffffff;
    /* --site-bg-colour-grad: ; */
    --accent-colour: #77694e;
    --accent-colour-hover: #928771;
    --site-font-colour: #2f2f2f;

    /** Header **/
    /* --header-bg-colour: ; */
    --header-bg-colour-opacity: 1;
    --header-bg-image: none;
    --header-bg-image-repeat: no-repeat;
    --header-bg-image-attachment: scroll;
    --header-bg-image-position: center center;
    --header-bg-image-size: cover;
    --header-border-colour: #000000;
    --header-border-colour-opacity: 0;
    --nav-border-colour: #000000;
    --nav-border-colour-opacity: 0;
    /* --nav-border-full-width: ; */
    /* --header-shadow: ; */
    /* --header-social-colour: ; */
    /* --header-social-colour-hover: ; */
    --header-bg-colour-hero: #000000;
    --header-bg-colour-opacity-hero: 0.8;
    --header-border-colour-hero: #000000;
    --header-border-colour-opacity-hero: 0;
    --nav-border-colour-hero: #000000;
    --nav-border-colour-opacity-hero: 0;
    --header-social-colour-hero: #ffffff;
    /* --header-social-colour-hover-hero: ; */
    /* --header-top-left-colour-hero: ; */
    /* --header-top-left-links-colour-hero: ; */
    /* --header-top-left-links-colour-hero-hover: ; */
    /* --header-bg-colour-sticky: ; */
    --header-bg-colour-opacity-sticky: 0.8;
    /* --header-social-colour-sticky: ; */
    /* --header-social-colour-sticky-hover: ; */
    --header-top-left-colour-sticky: #2f2f2f;
    /* --header-top-left-links-colour-sticky: ; */
    /* --header-top-left-links-colour-sticky-hover: ; */

    /** Branding **/
    /* --title-font: ; */
    --title-font-size: 3rem;
    /* --title-font-size-sticky: ; */
    --title-font-size-sm-screens: 2.5rem;
    /* --title-font-size-sticky-sm-screens: ; */
    /* --title-font-weight: ; */
    /* --title-font-colour: ; */
    --title-font-colour-hero: #ffffff;
    /* --title-font-colour-sticky: ; */
    --title-margin-top: 0;
    --title-margin-bottom: 0;
    --site-logo-width: 280px;
    /* --site-logo-width-sticky: ; */
    /* --site-logo-width-sm-screens: ; */
    /* --site-logo-width-sticky-sm-screens: ; */
    /* --site-logo-bg-colour: ; */
    --site-description-font-size: 0.875rem;
    /* --site-description-font-weight: ; */
    /* --site-description-font-colour: ; ***** */
    --site-description-font-colour-hero: #ffffff;

    /** Navigation **/
    --main-menu-colour: ;
    --main-menu-colour-hover: ;
    /* --main-menu-colour-submenu-hero: ; */
    /* --main-menu-colour-submenu-hero-hover: ;  */
    --main-menu-colour-hero: #ffffff;
    /* --main-menu-colour-hero-hover: ; */

    /* --main-menu-colour-sm-screens: ; */
    /* --main-menu-colour-sm-screens-hover: ; */
    /* --main-menu-toggle-colour: ; */
    /* --main-menu-toggle-colour-hero: ; */
    /* --main-menu-toggle-colour-sticky: ; */
    /* --main-menu-toggle-colour-open: ; */
    /* --main-menu-submenu-bg-colour-opacity: ; */
    --main-menu-submenu-bg-colour-opacity-hero: 0.8;
    /* --main-menu-nav-btn-colour: ; */
    /* --main-menu-nav-btn-colour-hover: ; */
    /* --main-menu-nav-btn-text-colour: ; */
    /* --main-menu-nav-btn-text-colour-hover: ; */
    /* --main-menu-bg-colour-sm-screens: ; */
    --main-menu-bg-colour-sm-screens-opacity: 1;
    --menu-bg: initial;
    --main-menu-font-size: 1rem;
    --main-menu-font-size-sm-screens: 1rem;
    /* --main-menu-font-weight: ; */
    --main-menu-letter-spacing: 2px;
    --main-menu-text-transform: uppercase;
    --main-menu-item-spacing: 10px;
    --main-menu-item-spacing-sm-screens: 0.875em;
    --main-menu-line-height: 1.1rem;
    /* --menu-toggle-position: ; */
    --sub-menu-width: 130px;
    --mobile-menu-width: 250px;
    /* --mobile-menu-text-alignment: ; */

    /** Content **/
    /* --content-bg-colour: ; */
    /* --content-bg-opacity: ; */
    --main-content-font-size: 1rem;
    /* --main-content-font-weight: ; */
    /* --main-content-font-colour: ; */
    /* --content-link-colour: ; */
    /* --content-link-colour-hover: ; */
    /* --h1-font: ; ***** */
    --h1-font-size: 2.5rem;
    --h1-font-size-sm: 2rem; 
    --h1-line-height: 1.1; 
    /--h1-font-weight: bolder; 
    --h1-colour: #2f2f2f;
    /* --h2-font: ; */
    --h2-font-size: 2rem;
    --h2-font-size-sm: 1.75rem; 
    --h2-line-height: 1.1; 
    --h2-font-weight: bolder; 
    --h2-colour: #2f2f2f;
    /* --h3-font: ; */
    --h3-font-size: 1.75rem;
    --h3-font-size-sm: 1.5rem; 
    --h3-line-height: 1.1; 
    --h3-font-weight: bolder; 
    --h3-colour: #2f2f2f;
    /* --h4-font: ; */
    --h4-font-size: 1.5rem;
    --h4-font-size-sm: 1.25rem; 
    --h4-line-height: 1.1; 
    --h4-font-weight: bolder; 
    --h4-colour: #2f2f2f;
    /* --h5-font: ; */
    --h5-font-size: 1.25rem;
    --h5-font-size-sm: 1.15rem; 
    --h5-line-height: 1.1; 
    --h5-font-weight: bolder; 
    --h5-colour: #2f2f2f;
    /* --h6-font: ; */
    --h6-font-size: 1rem; 
    --h6-font-size-sm: 1rem; 
    --h6-line-height: 1.1; 
    --h6-font-weight: bolder; 
    --h6-colour: #2f2f2f;

    /** Sidebar **/
    /* --sidebar-headings-font: ; */
    --sidebar-headings-font-size: 1.75rem; 
    --sidebar-headings-font-weight: bolder;
    /* --sidebar-headings-font-colour: ; */
    --sidebar-font-size: 1rem; 
    /* --sidebar-font-weight: ; */
    /* --sidebar-font-colour: ; */
    /* --sidebar-link-colour: ; */
    /* --sidebar-link-colour-hover: ; */

    /** Footer **/
    --footer-content-font-size: 1rem;
    /* --footer-content-font-weight: ; */
    /* --footer-content-font-colour: ; */
    /* --footer-link-colour: ; */
    /* --footer-link-colour-hover: ; */
    /* --footer-h1-font: ; */
    --footer-h1-font-size: 2.5rem; 
    --footer-h1-font-size-sm: 2.5rem; 
    --footer-h1-line-height: 1.1; 
    --footer-h1-font-weight: bolder; 
    /* --footer-h1-colour: ; */
    /* --footer-h2-font: ; */
    --footer-h2-font-size: 2rem; 
    --footer-h2-font-size-sm: 2rem; 
    --footer-h2-line-height: 1.1; 
    --footer-h2-font-weight: bolder; 
    /* --footer-h2-colour: ; */
    /* --footer-h3-font: ; */
    --footer-h3-font-size: 1.75rem; 
    --footer-h3-font-size-sm: 1.75rem; 
    --footer-h3-line-height: 1.1; 
    --footer-h3-font-weight: bolder; 
    /* --footer-h3-colour: ; */
    /* --footer-h4-font: ; */
    --footer-h4-font-size: 1.5rem; 
    --footer-h4-font-size-sm: 1.5rem; 
    --footer-h4-line-height: 1.1; 
    --footer-h4-font-weight: 500; 
    /* --footer-h4-colour: ; */
    /* --footer-h5-font: ; */
    --footer-h5-font-size: 1.25rem; 
    --footer-h5-font-size-sm: 1.25rem; 
    --footer-h5-line-height: 1.1; 
    --footer-h5-font-weight: bolder; 
    /* --footer-h5-colour: ; */
    /* --footer-h6-font: ; */
    --footer-h6-font-size: 1rem; 
    --footer-h6-font-size-sm: 1rem; 
    --footer-h6-line-height: 1.1; 
    --footer-h6-font-weight: bolder; 
    /* --footer-h6-colour: ; */
    
    --social-font-size: 2rem;
    /* --social-colour: ; */
    /* --social-colour-hover: ; */
    /* --footer-overlay: ; */
    --footer-overlay-opacity: 0.9;
    /* --footer-bg: ; */
    --footer-bg-image-repeat: no-repeat;
    --footer-bg-image-attachment: scroll;
    --footer-bg-image-position: center center;
    --footer-bg-image-size: cover;
    --footer-border-colour: #000000;
    --footer-border-colour-opacity: 0;

    /** Buttons & Forms **/
    --button-font-size: 1rem; 
    --button-font-weight: 300;
    --button-colour: #77694e;
    --button-colour-hover: #928771;
    --button-font-colour: #ffffff;
    --button-font-colour-hover: #ffffff;
    --forms-font-size: 1rem;
    /* --forms-font-weight: ; */ 
    --forms-font-colour: #2f2f2f;
    --forms-bg-colour: #f8f8f8;
    --forms-bg-colour-focus: #ffffff;
    --forms-border-colour: #cccccc;
    /* --forms-border-colour-focus: ; */
    --buttons-border-radius: 0rem;

}


.blinker{
    animation: blinker 1.2s infinite;
}
@keyframes blinker{
    0%	{ opacity: 1 }
	5%	{ opacity: 1 }    
    50%	{ opacity: 0 }
    95%	{ opacity: 1 }
    100%{ opacity: 1 }
}



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; }
ol, ul { list-style: inside; }
:focus { outline: 0; }

html { 
	font-size: 16px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.dark-gold {color: #8E793E}
.light-gold {color: var(--accent-colour)}
.intellectual-grey {color: #231F20}
.light-grey {color: #EAEAEA}


[class^="icon-"]:before, [class*=" icon-"]:before {
	font-style: normal;
	font-weight: normal;
	speak: none;

	display: inline-block;
	text-decoration: inherit;
	width: 1rem;
	margin-right: .2rem;
	text-align: center;
	/* opacity: .8; */

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;

	/* fix buttons height, for twitter bootstrap */
	line-height: 1rem;

	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2rem;

	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */

	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0.5rem;
}

h1{
	font-family: var(--h1-font, var(--headings-font-family));
	font-size: var(--h1-font-size);
	line-height: var(--h1-line-height);
	font-weight: var(--h1-font-weight, var(--main-content-font-weight, var(--global-font-weight)));
	color: var(--h1-colour, var(--site-font-colour));
}
h2{
	font-family: var(--h2-font, var(--headings-font-family));
	font-size: var(--h2-font-size);
	line-height: var(--h2-line-height);
	font-weight: var(--h2-font-weight, var(--main-content-font-weight, var(--global-font-weight)));
	color: var(--h2-colour, var(--site-font-colour));
}
h3{
	font-family: var(--h3-font, var(--headings-font-family));
	font-size: var(--h3-font-size);
	line-height: var(--h3-line-height);
	font-weight: var(--h3-font-weight, var(--main-content-font-weight, var(--global-font-weight)));
	color: var(--h3-colour, var(--site-font-colour));
}
h4{
	font-family: var(--h4-font, var(--headings-font-family));
	font-size: var(--h4-font-size);
	line-height: var(--h4-line-height);
	font-weight: var(--h4-font-weight, var(--main-content-font-weight, var(--global-font-weight)));
	color: var(--h4-colour, var(--site-font-colour));
}
h5{
	font-family: var(--h5-font, var(--headings-font-family));
	font-size: var(--h5-font-size);
	line-height: var(--h5-line-height);
	font-weight: var(--h5-font-weight, var(--main-content-font-weight, var(--global-font-weight)));
	color: var(--h5-colour, var(--site-font-colour));
	margin-bottom: 0.5rem;
}
h6{
	font-family: var(--h6-font, var(--headings-font-family));
	font-size: var(--h6-font-size);
	line-height: var(--h6-line-height);
	font-weight: var(--h6-font-weight, var(--main-content-font-weight, var(--global-font-weight)));
	color: var(--h6-colour, var(--site-font-colour));
}

@media screen and (max-width: 768px) {
	h1{
		font-size: var(--h1-font-size-sm);
	}
	h2{
		font-size: var(--h2-font-size-sm);
	}
	h3{
		font-size: var(--h3-font-size-sm);
	}
	h4{
		font-size: var(--h4-font-size-sm);
	}
	h5{
		font-size: var(--h5-font-size-sm);
	}
	h6{
		font-size: var(--h6-font-size-sm);
	}
}

img{
	max-width: 100%;
	height: auto;
}

ol, ul{
	margin-bottom: 1rem;
}

ul ul{
	margin-left: 15px;
}

p{
    margin: 0 0 10px;
}

.container{
	width: 100%;
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

.clear { clear: both; }
.clear5 { clear: both; height: 5px; }
.clear10 { clear: both; height: 10px; }
.clear15 { clear: both; height: 15px; }
.clear20 { clear: both; height: 20px; }
.clear30 { clear: both; height: 30px; }
.clear40 { clear: both; height: 40px; }
.clear50 { clear: both; height: 50px; }
.hide { display: none; }
.center { margin: 0 auto; text-align: center; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.has-text-align-center{ text-align: center; }
.has-text-align-right{ text-align: right; }

.col10 { width: 10% !important; }
.col20 { width: 20% !important; }
.col30 { width: 30% !important; }
.col33 { width: 33% !important; }
.col40 { width: 40% !important; }
.col50 { width: 50% !important; }
.col60 { width: 60% !important; }
.col70 { width: 70% !important; }
.col80 { width: 80% !important; }
.col90 { width: 90% !important; }
.col100 { width: 100% !important; }

.rad3 { -webkit-border-radius: 3px !important; -moz-border-radius: 3px !important; border-radius: 3px !important; overflow: hidden; }
.rad5 { -webkit-border-radius: 5px !important; -moz-border-radius: 5px !important; border-radius: 5px !important; overflow: hidden; }
.rad7 { -webkit-border-radius: 7px !important; -moz-border-radius: 7px !important; border-radius: 7px !important; overflow: hidden; }
.rad17 { -webkit-border-radius: 17px !important; -moz-border-radius: 17px !important; border-radius: 17px !important; overflow: hidden; }
.rad25 { -webkit-border-radius: 25px !important; -moz-border-radius: 25px !important; border-radius: 25px !important; overflow: hidden; }
.rad50 { -webkit-border-radius: 50% !important; -moz-border-radius: 50% !important; border-radius: 50% !important; overflow: hidden; }

b, strong{
	font-weight: 600;
}

a { 
	color: var(--accent-colour); 
	text-decoration: none; 
	cursor: pointer; 
}
a:hover, 
a:active, 
a:focus { 
	color: var(--accent-colour-hover);
	outline: none !important; 
	text-decoration: none !important;
}

button:hover, 
button:active, 
button:focus{
	outline: none !important; 
}

.l { float: left; }
.r { float: right; }
.err, .ok {
	color: #FFF;
	text-align: center;
	font-weight: bold;
	line-height: 1.5rem;
	font-size: 1rem;
	margin: 10px 0;
	padding: 5px 2px;
}
.err { background-color: #CC0033; }
.ok { background-color: #6DA22E; }
.err a, .ok a { color: #fff !important; text-decoration: underline;  }
.err small, .ok small {
	line-height: 1.1rem;
	display: block;
}

.ok2 { border: solid 1px #6DA22E; padding: 10px; }
.ok2 .icon-ok { color: #6DA22E; }

.nopadding { padding: 0 !important; }

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}

.btn-primary{
	line-height: 2rem;
	padding: 0 20px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-weight: 600;
	background-color: var(--button-colour);
	border: 0;
	color: #ffffff !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus{
	background-color: var(--button-colour-hover); !important;
	outline: none !important;
	box-shadow: 0 0 0 0rem rgba(38,143,255,0) !important;
}

.pinkbutton, 
.pinkdegrade {
	background: var(--accent-colour);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,var(--accent-colour)), color-stop(100%,var(--accent-colour-hover)));
	background: -webkit-linear-gradient(top,  var(--button-colour) 0%, var(--button-colour-hover) 100%);
	background: -webkit-linear-gradient(top, var(--button-colour) 0%, var(--button-colour-hover) 100%);
	background: linear-gradient(to bottom,  var(--button-colour) 0%, var(--button-colour-hover) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--accent-colour)', endColorstr='var(--accent-colour-hover)',GradientType=0 );
	color: var(--button-font-colour);
}
.pinkbutton:hover {
	background: var(--button-colour-hover);
	color: var(--button-font-colour);
}
input.pinkbutton {
	font-size: 1rem;
	line-height: 1.2rem;
}

.blueishbutton {
	background: var(--accent-colour);
	color: #fff;
	border: 1px var(--accent-colour) solid;
}
.blueishbutton:hover { 
	background: var(--button-colour-hover);
	color: var(--button-font-colour);
}

.blueishdegrade {
	background: var(--accent-colour);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,var(--accent-colour)), color-stop(100%,var(--accent-colour-hover)));
	background: -webkit-linear-gradient(top,  var(--button-colour) 0%, var(--button-colour-hover) 100%);
	background: -webkit-linear-gradient(top, var(--button-colour) 0%, var(--button-colour-hover) 100%);
	background: linear-gradient(to bottom,  var(--button-colour) 0%, var(--button-colour-hover) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--accent-colour)', endColorstr='var(--accent-colour-hover)',GradientType=0 );
	color: var(--button-font-colour);
}

.bluebutton, 
.bluedegrade {
	background: var(--accent-colour);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,var(--accent-colour)), color-stop(100%,var(--accent-colour-hover)));
	background: -webkit-linear-gradient(top,  var(--button-colour) 0%, var(--button-colour-hover) 100%);
	background: -webkit-linear-gradient(top, var(--button-colour) 0%, var(--button-colour-hover) 100%);
	background: linear-gradient(to bottom,  var(--button-colour) 0%, var(--button-colour-hover) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--accent-colour)', endColorstr='var(--accent-colour-hover)',GradientType=0 );
	color: var(--button-font-colour);
}

.bluebutton:hover {
	background: var(--button-colour-hover);
	color: var(--button-font-colour);
}

.orangebutton, 
.orangedegrade {
	background: var(--accent-colour);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,var(--accent-colour)), color-stop(100%,var(--accent-colour-hover)));
	background: -webkit-linear-gradient(top,  var(--button-colour) 0%, var(--button-colour-hover) 100%);
	background: -webkit-linear-gradient(top, var(--button-colour) 0%, var(--button-colour-hover) 100%);
	background: linear-gradient(to bottom,  var(--button-colour) 0%, var(--button-colour-hover) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--accent-colour)', endColorstr='var(--accent-colour-hover)',GradientType=0 );
	color: var(--button-font-colour);
}
.orangebutton:hover { 
	background: var(--button-colour-hover); 
}

.redbutton,
.reddegrade {
	background: #fd5959;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkNTk1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMTQ4NDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fd5959 0%, #ff0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd5959), color-stop(100%,#ff0000));
	background: -webkit-linear-gradient(top,  #fd5959 0%,#ff0000 100%);
	background: -o-linear-gradient(top,  #fd5959 0%,#ff0000 100%);
	background: -ms-linear-gradient(top,  #fd5959 0%,#ff0000 100%);
	background: linear-gradient(to bottom,  #fd5959 0%,#ff0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5959', endColorstr='#ff0000',GradientType=0 );
	color: #fff;
}
.redbutton:hover { background: #fd5959; }

.greenbutton,
.greendegrade {
	background: #30ce73;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#30ce73), color-stop(100%,#27ae60));
	background: -webkit-linear-gradient(top,  #30ce73 0%,#27ae60 100%);
	background: -webkit-linear-gradient(top, #30ce73 0%, #27ae60 100%);
	background: linear-gradient(to bottom,  #30ce73 0%,#27ae60 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ce73', endColorstr='#27ae60',GradientType=0 );
	color: #fff;
}
.greenbutton:hover {
	background: #22e56d;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#22e56d), color-stop(100%,#17c15b));
	background: -webkit-linear-gradient(top,  #22e56d 0%,#17c15b 100%);
	background: -webkit-linear-gradient(top, #22e56d 0%, #17c15b 100%);
	background: linear-gradient(to bottom,  #22e56d 0%,#17c15b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22e56d', endColorstr='#17c15b',GradientType=0 );
	color: #fff;
}
input.greenbutton, button.greenbutton {
	font-size: 1rem;
	line-height: 1.2rem;
}

.graybutton,
.graydegrade {
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUxZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e1e1e1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1e1e1));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e1e1e1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 );
	color: #727272;
}
.graybutton:hover {
	background: #ededed;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGQ4ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ededed 0%, #d8d8d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#d8d8d8));
	background: -webkit-linear-gradient(top,  #ededed 0%,#d8d8d8 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#d8d8d8 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#d8d8d8 100%);
	background: linear-gradient(to bottom,  #ededed 0%,#d8d8d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d8d8d8',GradientType=0 );
}

.pinkbutton, .blueishbutton, .orangebutton, .redbutton, .greenbutton, .graybutton {
	text-decoration: none !important;
	padding: 5px 16px;
	cursor: pointer;
	border: none;
	font-weight: 300;
}

.clickbutton {
	background: #af053f;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f73f3e), color-stop(100%,#5336af));
	background: -webkit-linear-gradient(top,  #f73f3e 0%,#5336af 100%);
	background: -webkit-linear-gradient(top, #f73f3e 0%, #5336af 100%);
	background: linear-gradient(to bottom,  #f73f3e 0%,#5336af 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73f3e', endColorstr='#5336af',GradientType=0 );
	color: #e898a1;
}

input, select, textarea{
    padding: 0.5em 0.5em;
    border: 1px solid #CCC;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #fff;
}

input:focus, select:focus, textarea:focus{
	border-color: var(--accent-colour);
	background-color: #ffffff;
}

input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="tel"], 
input[type="number"], 
textarea{
	background-color: #f8f8f8
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="password"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="number"]:focus, 
textarea:focus{
	border-color: var(--accent-colour);
	background-color: #ffffff;
}

input[type="submit"]{
	width: auto;
	font-size: 1rem;
    line-height: 1.8rem;
    padding: 0 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-weight: 300;
    border: none;
    color: var(--button-font-colour);
	background-color: var(--button-colour, var(--accent-colour));
}

input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus{
	background-color: var(--button-colour-hover, var(--accent-colour-hover));
	color: var(--button-font-colour-hover);
}


/* Style Radio and Checkbox form fields START */
/* RESET */
input[type=radio],
input[type=checkbox] {
	margin-bottom: 0;
	width: 18px;
	height: 18px;
}

/* SOURCE ELEMENT (when checkator is enabled on an element) */
.checkator_source {
	position: relative;
	z-index: 2;
	display: block;
}

/* SHARED SETTING */
.checkator_holder { /* Holder for the new element */
	display: inline-block;
	position: relative;
	vertical-align: sub;
}
.checkator_element { /* New element */
	border: 2px solid #ddd;
	background-color: #fff;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.checkator_holder.radio .checkator_source:checked+.checkator_element:after { /* Checked element dot */
	border: 2px solid var(--accent-colour);
	background-color: var(--accent-colour);
	display: block;
	content: ' ';
	top: 15%;
	right: 15%;
	bottom: 15%;
	left: 15%;
	position: absolute;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.checkator_holder.checkbox .checkator_source:checked+.checkator_element:before { /* Checked element dot */
	content: "\e80e";
	font-family: 'escortwp' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	top: -1px;
	position: absolute;
	left: 0px;
	font-size: 0.9em;
	color: var(--accent-colour);
}

.checkator_source:focus+.checkator_element { /* Focused element */
	/*border: 2px solid #cc0;*/
}
.checkator_source:hover+.checkator_element { /* Hovered element */
	border: 2px solid var(--accent-colour);
}


/* RADIO SETTINGS */
.checkator_element.checkbox { /* CHECKBOX SETTINGS */
	border: 2px solid #ddd;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
.checkator_element.radio {
	border-radius: 50% !important;
}
.checkator_element.radio:after {
	border-radius: 50% !important;
}
/* Style Radio and Checkbox form fields END */




* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-family: var(--site-font-family);
	font-weight: 300;
}

body {
	background: #ffffff;
	color: #231F20;
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6{
	font-family: var(--headings-font-family);
}

/**
 * Tables
 */

@media print {
	table {
		border-collapse: collapse !important;
	}

	table td,
	table th {
		background-color: #ffffff !important;
	}
}

table {
	margin-bottom: 20px;
	max-width: 100%;
	width: 100%;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	border-top: 1px solid #dddddd;
	line-height: 1.5;
	padding: 8px;
	vertical-align: top;
}

table > thead > tr > th {
	border-bottom: 2px solid #dddddd;
	vertical-align: bottom;
}

table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

table > tbody + tbody {
	border-top: 2px solid #dddddd;
}

table {
	background-color: transparent;
}

th {
	text-align: left;
}

table tbody tr:first-child > td{
	border-top: 0px;
}

.all { width: 100%; }

.all-topnav {
	width: 100%;
}


.contentwrapper{
	float: left;
	width: 100%;
}

.body {
	margin: 0 250px 0 250px;
	border-left: 1px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
}

.bodybox.registerform h3 {
	text-align: center;
}
.bodybox.registerform .mandatory {
	text-align: center;
}
.bodybox {
	background-color: transparent;
	padding: 15px;
	overflow: hidden;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.bodybox h3, .bodybox h4 {
	font-weight: normal;
}
.bodybox h3 {
	font-size: 2rem;
	font-weight: 100;
	padding-bottom: 10px;
	position: relative;
	color: #231F20;
	text-align: center;
}
.bodybox .settingspagetitle {
	color: var(--accent-colour);
	font-size: 1.8rem;
	padding-bottom: 10px;
	text-align: center;
}

.bodybox .pagetitle-menu li{
	padding: 0 2px;
	list-style: none;
	float: left;
	display: block;
	line-height: 2rem;
}
.bodybox .pagetitle-menu li a{
	padding: 5px 10px;
	display: inline-block;
	line-height: normal;
}
.bodybox .pagetitle-menu li a:hover {
	border-color: transparent;
}

.bodybox-homepage .see-all-bottom,
.bodybox-homepage .see-more-button {
	margin: 0 auto;
	padding: 5px 20px;
}
.bodybox-homepage .see-all-top {
	padding: 4px 20px;
}
.bodybox-homepage h3 {
	padding-bottom: 20px;
	color: #231F20;
	/*font-weight: 600;*/
	font-size: 1.7rem;
}

.pagedesign a{
	color: var(--accent-colour);
}
.pagedesign a:hover{
	color: var(--accent-colour-hover);
}

.post-edit-link {
	color: var(--accent-colour);
}


/***** HEADER start *****/

header{
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0);
}

ul#menu-header-cities{
	list-style: none;
	margin: 0 !important;
}

ul#menu-header-cities li{
	padding: 10px;
}

ul#menu-header-cities li a{
	color: #231F20;
	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

ul#menu-header-cities li a:hover{
	color: var(--accent-colour);
}

.all .logo h1 a {
	color: #FFF;
	font-size: 1.3rem;
	overflow: hidden;
}
.all .logo h1 a img{
	display: block;
}
.all .logo .sitedesc {
	padding-top: 5px;
	color: #fff;
	font-size: 1rem;
	font-weight: normal;
}

.header-top-bar {
	width: 100%;
	padding: 15px;
	background: transparent;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.header-top-bar .logo img {
	font-size: 1rem;
	height: 3.5rem;
}

.header-top-bar .header-nav {
	font-size: 1rem;
	padding-left: 20px;
}

.header-top-bar .header-nav .header-menu{
	margin: 0px !important;
}

.header-top-bar .header-nav .header-menu li {
	float: left;
	list-style: none;
	position: relative;
}
.header-top-bar .header-nav .header-menu li a {
	color: #231F20;
	line-height: 1.8rem;
	display: block;
	float: left;
	padding: 0 13px;
	-webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px;
	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.header-top-bar .header-nav .header-menu li a:hover,
.header-top-bar .header-nav .header-menu li.current_page_item a {
	background: transparent;
	color: var(--accent-colour);
}

.header-top-bar .header-nav .header-menu ul {
	background: #fff;
	color: #7ca9c8;
	position: absolute;
	top: 1.8rem;
	left: 0;
	z-index: 2;
	text-align: left;
	padding: 3px;
	display: none;
	-webkit-border-radius: 17px; -moz-border-radius: 17px; border-radius: 17px;
}
.header-top-bar .header-nav .header-menu ul ul {
	display: none;
	left: 200px;
	top: 0;
	border-left: 1px solid #E0E9ED;
}
.header-top-bar .header-nav .header-menu li:hover ul {
	display: block;
}
.header-top-bar .header-nav .header-menu li:hover ul ul {
	display: none;
}
.header-top-bar .header-nav .header-menu ul li:hover ul {
	display: block;
}
.header-top-bar .header-nav .header-menu ul li:hover ul ul {
	display: none;
}
.header-top-bar .header-nav .header-menu ul ul li:hover ul {
	display: block;
}
.header-top-bar .header-nav .header-menu ul li a,
.header-top-bar .header-nav .header-menu .current_page_item ul li a {
	background: #fff;
	display: block;
	float: none;
	color: #231F20;
	line-height: 2.1rem;
	margin: 2px 0;
}
.header-top-bar .header-nav .header-menu ul li a:hover {
	background: var(--accent-colour);
	border: none;
	color: #FFF;
	text-shadow: none;
}
.header-top-bar .header-nav .header-menu ul li a {
	margin-right: 0;
}
.header-top-bar .header-nav .header-menu ul li {
	position:relative;
	float: none;
	margin-right: 0;
	min-width: 200px;
}
.header-top-bar .header-nav .header-menu ul > li:first-child{
	padding-top: 0px;
}
.header-top-bar .header-nav .header-menu ul > li:last-child{
	padding-bottom: 0px;
}



.header-top-bar .subnav-menu-wrapper {
	margin: 0px !important
}
.header-top-bar .subnav-menu {
	margin: 0px !important
}
.header-top-bar .subnav-menu li {
	float: left;
	display: inline;
	list-style: none;
	padding-left: 5px;
	vertical-align: middle;
}
.header-top-bar .subnav-menu li.subnav-menu-btn a {
	vertical-align: middle;
	padding: 0 10px;
	color: #231F20;
	display: block;
	float: left;
	-webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px;
	background: transparent;
}
.header-top-bar .subnav-menu li.subnav-menu-icon a {
	color: #231F20;
	font-size: 1.2rem;
	display: block;
	float: left;
	width: 1.2rem;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.header-top-bar .subnav-menu li.subnav-menu-icon a:hover {
	color: var(--accent-colour);
}
.header-top-bar .subnav-menu li.subnav-menu-icon a span {
	display: block;
	line-height: 1.5rem;
}
.header-top-bar .subnav-menu li.login-btn a,
.header-top-bar .subnav-menu li.logout-btn a {
	background: transparent;
	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.header-top-bar .subnav-menu li.subnav-menu-btn a:hover {
	background: transparent;
	color: var(--accent-colour);
}

.header-top-bar .subnav-menu li.subnav-menu-btn{
	position: relative;
}

.header-top-bar .subnav-menu li.subnav-menu-btn a .icon{
	position: relative;
	top: 2px;
	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.header-top-bar .subnav-menu li.subnav-menu-btn a:hover .icon{
	color: var(--accent-colour);
}

.header-top-bar .subnav-menu .header-language-switcher {
	/*padding-left: 15px;*/
}
.header-top-bar .subnav-menu .header-language-switcher select {
	border: none;
	cursor: pointer;
	padding-left: 5px;
	background: #d633a3;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	font-family: var(--site-font-family);
	-webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px;
	line-height: 2.2rem;
	height: 2.2rem;
}
.header-top-bar .subnav-menu .header-language-switcher select:hover {
	background: #AC35C4;
}
.header-top-bar .subnav-menu .header-language-switcher select option {
	background: #fff;
	color: #000;
}


header.header-mobile1 .logo,
header.header-mobile2 .logo {
	width: 100%;
	text-align: center;
	float: none;
}
header.header-mobile1 .logo h1,
header.header-mobile2 .logo h1 {
	float: none;
	width: 100%;
}
header.header-mobile1 .logo h1 a,
header.header-mobile2 .logo h1 a {
	display: inline-block;
}

header.header-mobile1 .header-nav {
	float: left;
	padding: 0;
}

header.header-mobile2 .header-nav {
	padding: 0;
	width: 100%;
	text-align: center;
}
header.header-mobile2 .header-nav .header-menu {
	float: none;
	display: inline-block;
}
header.header-mobile2 .header-nav .header-menu li {
	float: none;
	display: inline-block;
}
header.header-mobile2 .subnav-menu-wrapper {
	width: 100%;
	display: block;
	text-align: center;
}
header.header-mobile2 .subnav-menu-wrapper .subnav-menu {
	float: none;
	display: inline-block;
	width: 100%;
}
header.header-mobile2 .subnav-menu-wrapper .subnav-menu li {
	display: inline-block;
	float: none;
}
header.header-mobile2 .subnav-menu-wrapper .subnav-menu li a {
	display: inline-block;
	float: none;
}

/***** HEADER end *****/



/***** SLIDER start *****/
.all.all-header-slider {
	width: 100%;
}
.sliderall {
    position: relative;
    padding: 0;
    background: transparent;
    background-attachment: fixed;
    background-position: center;
    border-top: 1px solid rgba(0,0,0,0.2);
}

.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider .slide {
	list-style: none;
	display: inline;
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
	padding-top: 150%;
	width: 100%;
	overflow: hidden;
}

.slider .slide .girlimg {
	display: block;
	background: #FFF0F4;
}

.slider .slide .girlimg img {
    top: -100%;
	left: 0;
	right: 0;
	bottom: -100%;
	margin: auto;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	object-fit: cover;
	max-width: 100%;
}

.slider .slide .labels {
	position: absolute;
	left: 3px;
	top: 3px;
	display: none;
}
.slider .slide .labels .label {
	color: #FFF;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 1.7rem;
	padding: 0 5px;
	float: left;
	margin-bottom: 2px;
}
.slider .slide .labels .online-label  {
	color: #fff;
	font-weight: 600;
	text-transform: lowercase;
	vertical-align: middle;
	line-height: 1rem;
	background-color: rgba(12, 204, 37, 0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px;
	float: left;
}
.slider .slide .label-video {
	position: absolute;
	top: 35%;
	width: 100%;
	text-align: center;
}
.slider .slide .label-video img {
	max-width: 100px;
	height: auto;
	display: inline-block;
}

.slider .slide .girlinfo {
	color: #FFF;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
}
.slider .slide .girlinfo .modelinfo {
	padding: 5px;
	display: block;
	width: 100%;
	background: rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.slider .slide .girlimg:hover .girlinfo .modelinfo {
	background: rgba(0,0,0,0.5);
}

.slider .slide .girlimg .girlinfo .clear {
	clear: both;
	display: block;
}
.slider .slide .girlimg .girlinfo .labels {
	display: block;
	padding: 5px;
	width: 100%;
}
.slider .slide .girlimg .girlinfo .labels span{
	display: block;
	float: right;
	padding: 2px 5px;
	margin-top: 3px;
	margin-left: 3px;
	font-size: 0.8rem;
	font-weight: bold;
	display: none;
}
.slider .slide .girlimg .premiumlabel {
  position: absolute;
  right: -10px; top: 0px;
  text-align: right;
  display: none;
}
.slider .slide .girlimg .premiumlabel span {
  font-size: 0.92rem;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 2rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 130px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F7C214 0%, #FC5E1F 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}

.slider .slide .girlinfo .modelinfo .modelname {
	font-weight: normal;
	font-size: 1rem;
	text-align: center;
	display: block;
	text-transform: capitalize;
}
.slider .slide .girlinfo .modelinfo .modelinfo-location {
	display: block;
	font-size: 0.8rem;
	text-align: center;
}

.slider .owl-nav .owl-prev, .slider .owl-nav .owl-next {
	position: absolute;
	cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    color: #ffffff;
    line-height: 40px;
    font-size: 3rem;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    opacity: 0.5;
    width: 40px;
    height: 80px;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.slider .owl-nav .owl-prev:hover, .slider .owl-nav .owl-next:hover {
	opacity: 1;
	color: #fff;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.slider .owl-nav .owl-prev {
	left: 0;
}
.slider .owl-nav .owl-next {
	right: 0;
}
.slider .owl-nav .owl-prev:before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f053";

	font-size: 3rem;

}
.slider .owl-nav .owl-next:before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f054";

	font-size: 3rem;
}

.slider .owl-nav .owl-prev .icon-left-open{
	display: none;
}

.slider .owl-nav .owl-next .icon-right-open{
	display: none;
}

.slider .owl-nav .owl-prev .icon-left-open:before{
	content: '';
}

.slider .owl-nav .owl-next .icon-right-open:before{
	content: '';
}

.slider-pagination {
	text-align: center;
	display: none;
}
.mobile-profiles-slider .slider-pagination {
	padding: 10px 0;
}

.slider-pagination a {
    text-decoration: none;
    display: inline-block;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4E443C;
    border-radius: 50%;
    text-indent: -9999px;
    margin: 0 5px;
    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.slider-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
/***** SLIDER end *****/




.sidebar-left, .sidebar-right {
	width: 250px;
	word-wrap: break-word;
	overflow: hidden;
}
/***** SIDEBAR LEFT start *****/
.sidebar-left {
	margin-left: -100%;
}

.sidebar-left .countries {
	background-color: transparent;
	padding: 15px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.sidebar-left .countries h4 {
	font-size: 1.1rem;
	font-weight: normal;
	padding-bottom: 5px;
}
.sidebar-left .countries h4 .icon {
	display: none;
	vertical-align: bottom;
}

.sidebar-left .country-list {
}
.sidebar-left .country-list li {
	list-style: none;
	line-height: 2.1rem;
	display: block;
}
.sidebar-left .country-list ul {
	padding-left: 17px;
}
.sidebar-left .country-list a {
	color: #231F20;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.sidebar-left .country-list a:hover {
	color: var(--accent-colour);
}
.sidebar-left .country-list .iconlocation {
	cursor: pointer;
	color: #000;
	line-height: 1.53rem;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.25rem;
}
.sidebar-left .country-list .iconlocation:hover {
	color: var(--accent-colour);
	background: #fff;
	-webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px;
}
.sidebar-left .country-list .iconlocation.icon-minus,
.sidebar-left .country-list .iconlocation.icon-minus:hover {
	color: var(--accent-colour);
	cursor: default;
	background: none;
}
/***** SIDEBAR LEFT end *****/


.widgetbox-wrapper {
	background-color: transparent;
	padding: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.footer .widgetbox {
	color: #e3e3e3;
	padding: 0 15px;
	width: 25%;
	margin-bottom: 10px;
}
.footer .placeholder-widgettext {
	text-align: center;
}
.widgetadbox a, .addspace a{
	color: #fff;
	text-decoration: underline;
}
.header-addspace {
	color: #fff;
	padding-top: 10px;
}
.widgetbox h4{
	font-size: 1.1rem;
	font-weight: normal;
	padding-bottom: 5px;
}
.widgetbox li {
	list-style: none;
	line-height: 1.7rem;
}

/***** SIDEBAR RIGHT start *****/
.sidebar-right {
	float: left;
	margin-left: -250px;
}
.sidebar-right .sidebar-expire-notice-mobile {
	cursor: pointer;
	padding: 7px 0;
	display: none;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	color: #fff;
}
.sidebar-right .sidebar-expire-notice-mobile .expiration-date {
	display: inline-block;
}
.sidebar-right .sidebar-expire-notice-mobile .sidebar-expire-mobile-extent-button {
	display: inline-block;
	line-height: 1.5rem;
	padding: 0 10px;
	margin-left: 7px;
}
.sidebar-right .sidebar-expire-notice {
	padding: 10px;
	cursor: default;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	line-height: 1.7rem;
	color: #fff;
	background-color: red;
}
.sidebar-right .sidebar-expire-notice small {
	display: block;
	line-height: 1.5rem;
	font-size: 0.9rem;
}
.sidebar-right .sidebar-expire-notice b {
	font-size: 1.1rem;
}

.sidebar-right .sidebar-expire-notice .activation-duration {
	padding: 5px 10px;
	cursor: pointer;
	border: none;
}
.sidebar-right .sidebar-expire-notice .activation-duration option {
	padding: 3px 5px;
}

.sidebar-right .sidebar-expire-notice .payment-button,
.sidebar-right .sidebar-expire-notice .activation-button {
	padding: 0 20px;
	font-size: 1rem;
	line-height: 2rem;
	font-weight: bold;
	display: inline-block;
}
.sidebar-right .sidebar-expire-notice .payment-button {
	border: none;
}
.sidebar-right .sidebar-expire-notice .activation-button {
	border: none;
}

.agencyeditbuttons a{
	cursor: pointer;
}

.sidebar-right .buyfeatured,
.sidebar-right .buypremium {
	display: block;
	position: relative;
	line-height: 2rem;
}
.sidebar-right .buyfeatured_details,
.sidebar-right .buypremium_details {
	display: none;
	padding: 20px 10px 10px 10px;
	border: 1px var(--accent-colour) solid;
	position: relative;
	text-align: center;
}
.sidebar-right .buyfeatured_details .payment-button,
.sidebar-right .buypremium_details .payment-button {
	display: inline-block;
	font-size: 1.1rem;
}

.sidebar-right .buyfeatured .show-price,
.sidebar-right .buypremium .show-price {
	font-weight: 600;
	padding: 2px 5px;
	font-size: 14px;
	float: right;
	line-height: 1.83rem;
	position: absolute;
	margin-left: 5px;
}

.sidebar-right .upgradeescortbox {
	color: #fff;
	position: relative;
	background-color: var(--accent-colour);
	padding: 10px;
	display: none;
	text-align: center;
	float: left;
	width: 100%;
}
.sidebar-right .upgradeescortbox select {
	padding: 5px 10px;
	cursor: pointer;
}
.sidebar-right .upgradeescortbox .input {
	background-color: #fff;
	border: none;
	color: #2C3E50;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-family: var(--site-font-family);
	padding: 5px;
}
.sidebar-right .upgradeescortbox .ok-button,
.sidebar-right .upgradeescortbox .del-button {
	font-size: 1rem;
}


.sidebar-right .quicksearch {
	background-color: transparent;
	padding: 15px;
	color: #231F20;
}
.sidebar-right .quicksearch h4{
	padding-bottom: 10px;
}

.sidebar-right .quicksearch .form-input select {
	color: #231F20;
	cursor: pointer;
	padding: 2px;
}
.sidebar-right .quicksearch .select2 {
	width: 100% !important;
}
.sidebar-right .quicksearch .select2-container .select2-selection--single {
	width: 100%;
}
.sidebar-right .quicksearch .form-input select option {
	padding: 0 2px;
}
.sidebar-right .quicksearch .formseparator {
	height: 10px;
}
.sidebar-right .quicksearch label {
	cursor: pointer;
}
.sidebar-right .quicksearch .adv {
	color: #231F20;
}
.sidebar-right .quicksearch .adv:hover {
	text-decoration: underline;
	color: #231F20;
}
.sidebar-right .quicksearch .submit-button {
	border: none;
	font-size: 1rem;
	font-weight: bold;
}







.sidebar-right .dropdownlinks {
	padding: 10px;
	cursor: default;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.sidebar-right .dropdownlinks *::selection {
	background-color: #fff;
	color: #1b6ad1;
}
.sidebar-right .dropdownlinks.dropdownlinks-userid {
	
}
.sidebar-right .dropdownlinks.dropdownlinks-userid a.edit-user {
	text-decoration: underline;
	display: inline-block;
	float: none;
}
.sidebar-right .dropdownlinks h4{
	font-size: 1.1rem;
	line-height: 1.5rem;
	font-weight: 600;
	color: #231F20;
}
.sidebar-right .dropdownlinks-dropdown h4 {
	font-weight: 600;
	margin: -10px;
	padding: 10px;
	cursor: pointer;
	color: #231F20;
}

.sidebar-right .dropdownlinks h4 .icon {
	color: #231F20;
	margin-right: 5px;
}

.sidebar-right .dropdownlinks ul {
	background-color: #fff;
	display: none;
	padding: 10px;
	margin-top: 10px;
	float: left;
	width: 100%
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.sidebar-right .dropdownlinks a {
	line-height: 1.7rem;
}
.sidebar-right .dropdownlinks ul a {
	color: #231F20;
	line-height: 1.8rem;
}
.sidebar-right .dropdownlinks ul a:hover {
	color: var(--accent-colour);
}
.sidebar-right .dropdownlinks ul li {
	list-style: none;
	width: 100%;
	padding: 4px 0;
	float: left;
}
.sidebar-right .dropdownlinks ul li a .icon {
	color: #8E793E;
	margin-right: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	display: block;
	float: left;
	line-height: 1.4rem;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	margin-top: 3px;
}
.sidebar-right .dropdownlinks a:hover .icon{
	background-color: #8E793E;
	color: #fff;
/*	display: block;
	float: left;*/
}

.sidebar-right .blog-categories {
	float: left;
	width: 100%;
	display: none;
}
.sidebar-right .blog-categories a {
	float: none;
	padding: 5px 0;
	/*background: red;*/
}
.sidebar-right .blog-categories ul,
.sidebar-right .blog-categories ul li,
.sidebar-right .blog-categories ul ul {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
}
.sidebar-right .blog-categories ul {
	padding: 10px 0 10px 10px;
}
.sidebar-right .blog-categories ul li {
	padding: 2px 0;
}
.sidebar-right .blog-categories ul ul {
	padding-left: 20px;
}

.admin-delete-profile{
	color: #fff !important;
}
/***** SIDEBAR RIGHT end *****/



/***** ESCORT THUMB start *****/

.bodybox-homepage:first-of-type .girl{
	width: 25%;
}

.girl {
	float: left;
    width: 20%;
	padding: 5px;
	padding-bottom: 20px;
	overflow: hidden;
	position: relative;
}

.girl.tour-thumb {
	width: 20%;
}

.girl .model-info {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 1.5rem;
	width: 100%;
	z-index: 1;
}
.girl .desc {
	padding: 5px;
	background: rgba(0,0,0,0.1);
	text-align: center;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius:  3px;
	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.girl a .desc .girl-name {
	color: #fff;
	font-size: 1rem;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2)
	font-weight: 600;
	text-transform: capitalize;
}
.girl.tour-thumb a .desc .girl-name {
	font-size: 1.1rem;
}
.girl a:hover .desc {
	background: rgba(0,0,0,0.5);
}
.girl .desc .girl-desc-location {
	font-size: 11px;
	color: #fff;
}

.girl .thumb {
	border: 0px transparent solid;
	float: left;
	position: relative;
	width: 100%;
	background-color: transparent;
	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.girl .thumb .thumbwrapper {
	position: relative;
	padding-top: 150%;
	width: 100%;
	overflow: hidden;
}
.girl .thumb .thumbwrapper a {
	line-height: 0;
	width: 100%;
}
.girl .thumb .thumbwrapper a img{
	top: -100%;
	left: 0;
	right: 0;
	bottom: -100%;
	margin: auto;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	object-fit: cover;
	max-width: 100%;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.girl .thumb:hover {
	border: 0px solid rgba(0,0,0,0.3);
}

.girl:hover .thumb .thumbwrapper a img{
	transform: scale(1.05);
}

.girl .tour {
	color: #fff;
}
.girl .girlpremium {
	background-color: #EBEBEB;
}
.girl .thumb.girlpremium {
	border: 0px #EBEBEB solid;
}
.girl .girlpremium .premiumlabel {
  position: absolute;
  right: -3px; top: -4px;
  z-index: 1;
  text-align: right;
}
.girl .girlpremium .premiumlabel span {
  font-size: 13px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 23px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: var(--accent-colour);
  background: linear-gradient(var(--accent-colour) 0%, #8E793E 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 20px; right: -20px;
}
.girl .girlpremium .premiumlabel span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #FC5E1F;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #FC5E1F;
  display: none;
}
.girl .girlpremium .premiumlabel span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #FC5E1F;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #FC5E1F;
  display: none;
}


.girl .thumb a {
	
}

/* labels: verified and new */
.girl .thumb .thumbwrapper .labels {
	padding: 4px;
	display: block;
	width: 100%;
	float: left;
	position: relative;
}
.girl .thumb .thumbwrapper .label,
.girl .label {
	color: #FFF;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 1.7rem;
	padding: 0 5px;
	float: right;
	margin-top: 2px;
}

.girl .thumb .thumbwrapper .label-featured{
	display: none;
} 

.girl .thumb .thumbwrapper .label-new,
.girl .label-new{
	background: #E0006C;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FE5ACB), color-stop(100%,#E0006C));
	background: -webkit-linear-gradient(top,  #FE5ACB 0%,#E0006C 100%);
	background: -webkit-linear-gradient(top, #FE5ACB 0%, #E0006C 100%);
	background: linear-gradient(to bottom,  #FE5ACB 0%,#E0006C 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FE5ACB', endColorstr='#E0006C',GradientType=0 );
	color: #FFF;
}

.girl .thumb .thumbwrapper .label-video {
	position: absolute;
	top: 35%;
	width: 100%;
	text-align: center;
}
.girl .thumb .thumbwrapper .label-video img {
	max-width: 100px;
	height: auto;
}
.girl .thumb .thumbwrapper .online-label {
	position: absolute;
	bottom: 4px;
	color: #fff;
	font-weight: 600;
	text-transform: lowercase;
	vertical-align: middle;
	line-height: 1rem;
	background-color: rgba(12, 204, 37, 0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px;
}
.girl .thumb .thumbwrapper .online-label .icon,
.slider .slide .girlimg .online-label .icon,
.bodybox .pagetitle-menu li a.online-label .icon {
	line-height: 1rem;
	height: 1rem;
	float: left;
	animation: blinker 2s linear infinite;
}
.bodybox .pagetitle-menu li a.online-label .icon {
	color: rgba(12, 204, 37, 0.9);
	margin-top: 3px;
}
@keyframes blinker {  
	50% { opacity: 0.1; }
}

.homepage-featured .girl{
	display: block !important;
}

/***** ESCORT THUMB end *****/


/***** FRONT PAGE REVIEWS start *****/
.onereviewtext {
	padding: 10px 0;
}
.onereviewtext .author span {
	color: #231F20;
	font-size: 14px;
}
.onereviewtext .author {
	color: #afaeae;
}
.onereviewtext .reviewtext a{
	color: #2190ff;
}
.onereviewtext {
}
/***** FRONT PAGE REVIEWS end *****/


.girlsingle {
	position: relative;
}
.girlsingle .profile-title {
	font-size: 3rem !important;
	color: #231F20;
	cursor: default;
	text-transform: capitalize;
}

.girlsingle .profile-header .profile-header-name .online-status {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	cursor: default;
}
.girlsingle .profile-header .profile-header-name .online-status .online-label {
	display: inline-block;
	font-weight: 600;
	text-transform: lowercase;
	line-height: 1rem;
	color: rgba(12, 204, 37);
}
.girlsingle .profile-header .profile-header-name .online-status .online-label .icon {
	line-height: 1rem;
	height: 1rem;
	float: left;
	animation: blinker 2s linear infinite;
}
.girlsingle .profile-header .profile-header-name .online-status .online-label .icon::before {
	margin-left: 0;
}

.girlsingle .girlsinglelabels {
	text-align: center;
	width: 100%;
	font-size: 0.8rem;
	font-weight: bold;
}

.girlsingle .girlsinglelabels span {
	margin-right: 0 2px 10px 2px;
	padding: 3px 12px;
	cursor: default;
}
.girlsingle .profile-header .profile-header-name-info {
	background: #fff;
	padding: 10px 0;
}

.girlsingle .profile-header .phone-box,
.girlsingle .profile-header .available-on {
	padding-top: 15px;
	padding-right: 20px;
	font-weight: bold;
	text-align: center;
}
.girlsingle .profile-header .phone-box .label,
.girlsingle .profile-header .available-on .label {
	font-size: 1rem;
	font-weight: normal;
	color: #8c7d90;
	cursor: default;
	line-height: 0.5rem;
}
.girlsingle .profile-header .available-on .label {
	padding-bottom: 7px;
}
.girlsingle .profile-header .phone-box a,
.girlsingle .profile-header .available-on a {
	font-size: 1.7rem;
	color: #231F20;
}
.girlsingle .profile-header .phone-box a:hover {
	color: var(--accent-colour);
}
.girlsingle .profile-header .phone-box .icon {
	color: #231F20;
	margin-right: 10px;
}
.girlsingle .profile-header .available-on .icon {
	font-size: 1.2em;
	padding: 0 5px;
}
.girlsingle .profile-header .profile-header-name-info .section-box {
	float: right;
	text-align: center;
	padding: 0 20px;
}
.girlsingle .profile-header .profile-header-name-info .section-box .valuecolumn {
	color: #231F20;
	font-weight: 700;
	font-size: 1.7rem;
	display: block;
	width: 100%;
	line-height: 1rem;
	letter-spacing: -1.5px;
}
.girlsingle .profile-header .profile-header-name-info .section-box b {
	display: block;
	width: 100%;
	font-size: 0.9rem;
	color: #8c7d90;
	font-weight: normal;
}

.girlsingle .profile-header-name {
	float: none;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.girlsingle .profile-header-mobile1 .profile-header-name h3 {
	text-align: center;
}
.girlsingle .profile-header-mobile1 .profile-header-name .online-status .online-label {
	display: inline-block;
}
.girlsingle .profile-header-mobile1 .profile-header-name-info {
	float: left;
}
.girlsingle .profile-header-mobile1 .profile-header-name-info .section-box {
	float: left;
}
.girlsingle .profile-header-mobile1 .phone-box,
.girlsingle .profile-header-mobile1 .available-on {
	float: none;
	display: inline-block;
	padding: 10px 5px 0 5px;
}

.available-on{
	display: inline-block;
}

.girlsingle .profile-header-mobile2 {
	text-align: center;
}
.girlsingle .profile-header-mobile2 .profile-header-name-info {
	display: inline-block;
	float: none;
}
.girlsingle .profile-header-mobile2 .phone-box {
	display: inline-block;
	float: none;
	padding-right: 0;
	padding-bottom: 10px;
	width: 100%;
}


.girlsingle .profile-page-no-media {
	border: 2px #C1C4CA dashed;
	padding: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    color: #828995;
    vertical-align: middle;
}
.girlsingle .profile-page-no-media-wrapper {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.girlsingle .profile-page-no-media-wrapper-photos {
	padding-right: 5px;
}
.girlsingle .profile-page-no-media-wrapper-videos {
	padding-left: 5px;
}

.girlsingle .profile-page-no-media:hover {
	border-color: var(--accent-colour);
}
.girlsingle .profile-page-no-media p,
.girlsingle .profile-page-no-media li {
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1.5rem;
	margin: 0;
	padding: 0;
}
.girlsingle .profile-page-no-media p u {
	color: var(--accent-colour);
}
.girlsingle .profile-page-no-media .icon {
	font-size: 2.5rem;
	color: var(--accent-colour);
	float: left;
	padding-right: 20px;
	padding-top: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.girlsingle .profile-page-no-media .icon-film {
	font-size: 3.1rem;
}

.girlsingle .max-photos b,
.girlsingle .max-videos b {
	background: var(--accent-colour);
	padding: 2px 5px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	color: #fff;
	margin: 0 3px;
}

.girlsingle .image-buttons-legend .first {
	padding-right: 40px;
}
.girlsingle .image-buttons-legend {
	line-height: 2rem;
}
.girlsingle .image-buttons-legend .button-delete {
	color: #D14841;
}
.girlsingle .image-buttons-legend .button-main-image {
	color: #61bd6d;
}

.girlsingle .bigimage {
	max-width: 312px;
	display: inline-block;
	padding: 20px 0;
}
.girlsingle .bigimage img {
	width: 100%;
}

.girlsingle .gallery-wrapper{
	margin-left: -10px;
	margin-right: -10px;
}

.girlsingle .thumbs {
	width: 100%;
	text-align: center;
}
.girlsingle .thumbs img {

}

.girlsingle .lockedsection {
	padding: 10px;
	color: #fff;
	background-color: var(--accent-colour);
	line-height: 2rem;
	text-align: center;
}
.girlsingle .lockedsection .icon-lock {
	font-size: 2rem;
	padding-right: 10px;
	width: 1rem;
	margin-top: 10px !important;
	margin-bottom: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.girlsingle .lockedsection a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
.girlsingle .lockedsection span.nr {
	float: none !important;
	padding: 0px 5px;
	font-weight: bold;
}
.girlsingle .lockedsection .payment-button {
	font-size: 1.1rem;
}
.girlsingle .lockedsection small {
	line-height: 1.5rem;
	display: block;
}

.girlsingle .rates-table td {
	width: 33%;
	padding: 2px 0;
	vertical-align: middle;
}
.girlsingle .rates-table th.hide-incall,
.girlsingle .rates-table th.hide-outcall {
	background: transparent;
	color: #231F20;
	text-transform: uppercase;
}


.girlsingle {
	color: #260B39;
}
.girlsingle .girlinfo {
	width: 100%;
}
.girlsingle .girlinfo.l {
	padding-right: 5px;
}
.girlsingle .girlinfo.r {
	padding-left: 5px;
}
.girlsingle .girlinfo .girlinfo-section {
	padding: 15px 0 15px 0;
	background: #fff;
	margin-bottom: 10px;
	width: 100%;
	float: left;
}
.girlsingle a{
	color: var(--accent-colour);
}

a.reviewthegency {
	margin-left: 10px;
	color: #fff;
}

.girlsingle .aboutme {
	background: #fff;
	padding: 15px 0 15px 0;
}
.girlsingle .aboutme a,
.girlsingle .contact .currently-on-tour-in a {
	color: var(--accent-colour);
	text-decoration: none;
}
.girlsingle .aboutme a:hover,
.girlsingle .contact .currently-on-tour-in a:hover {
	color: var(--accent-colour);
	text-decoration: underline;
}

.girlsingle .about-me-text{
	
}
.girlsingle .visitor-counter {
	text-align: center;
	font-weight: 600;
	font-size: 0.9rem;
	color: var(--accent-colour);
}
.girlsingle .visitor-counter .count {
	color: #fff;
	background: var(--accent-colour);
	padding: 2px 5px;
	font-weight: bold;
	text-shadow: 1px 1px var(--accent-colour);
	letter-spacing: 1px;
}
.girlsingle h4, .girlsingle .aboutme h4, .clientreviewtext h4 {
	color: #231F20;
	margin-bottom: 10px;
	cursor: default;
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: bold;
	font-family: var(--headings-font-family);

}
.girlsingle .aboutme .currently-on-tour-in,
.girlsingle .contact .currently-on-tour-in {
	padding: 10px;
	color: #CC0033;
	font-weight: bold;
	font-size: 1.1rem;
	float: left;
	border: 2px solid #CC0033;
}
.girlsingle .contact .currently-on-tour-in {
	margin-bottom: 10px;
}


.girlsingle .girlinfo b,
.girlsingle .girlinfo .b {
	font-weight: 600;
	line-height: 1.8rem;
}
.girlsingle .valuecolumn, .girlsingle b{
	line-height: 1.8rem;
}
.girlsingle .girlinfo .b .b-label {
	cursor: default;
}
.girlsingle .girlinfo .b .social-icons-contact-info {
	vertical-align: middle;
	margin-right: 5px;
	float: right;
	margin-top: 4px;
	width: 1rem;
}
.girlsingle .valuecolumn{
	
}
.girlsingle .girlinfo .section-box {
	width: 25%;
	float: left;
	padding-top: 15px;
}


.girlinfo .section-box b,
.girlinfo .section-box .valuecolumn {
	width: 100%;
}
.girlinfo .section-box b {
	font-size: 0.9rem;
	font-weight: 300;
	color: #231F20;
	text-transform: uppercase;
}

.girlsingle .girlinfo .favbutton,
.girlsingle .girlinfo .addreview-button {
	display: inline-block;
	margin: 0 5px;
}
.girlsingle.agency-profile .addreview {
	margin-right: 10px;
	margin-bottom: 10px;
}

.girlsingle.agency-profile .profile-header {
	width: 100%;
	text-align: center;
}
.girlsingle.agency-profile .profile-header .profile-title {
	color: #231F20;
	font-size: 2rem;
	cursor: default;
	padding-bottom: 20px;
	display: inline-block;
}
.girlsingle.agency-profile .profile-header .online-status {
	padding: 0;
	margin-top: -20px;
	padding-bottom: 20px;
}

.girlsingle.agency-profile .bigimage {
	padding: 0;
	padding-right: 20px;
	max-width: 300px;
}

.girlsingle .contact span a{
	color: var(--accent-colour);
}
.girlsingle .escortcontact {
	background-color: #fff8fe;
	padding: 10px;
}

.girlsingle .girlinfo .services {
	clear: both;
	white-space: pre-line;
}
.girlsingle .girlinfo .services div{
	padding-top: 4px;
	padding-bottom: 4px;
}
.girlsingle .girlinfo .services .icon-ok {
	color: #61bd6d; /* green */
}
.girlsingle .girlinfo .services .icon-cancel {
	color: #D14841; /* red */
}

.girlsingle .girlinfo .services .fa-heart{
	font-size: 0.5rem;
	vertical-align: middle;
}

.girlsingle .review-wrapper {
	background: #fff;
	padding: 15px;
	color: #2C3E50;
}
.girlsingle .review-wrapper .starrating {
	margin-top: 5px;
}

.review .addedby {
	color: #c2c2c2;
	background-color: #1d242d;
	padding: 3px 8px;
	margin-bottom: 5px;
	float: left;
	color: #CCC;
}
.review .addedby b{
	color: #FFF;
}
.review .addedby a{
	color: #FFF;
}

.review .reviewtext p{
	margin-top: 0;
}
.addreviewform textarea {
	margin-bottom: 5px;
	padding: 10px;
	width: 530px;
	height: 100px;
}
.addreviewform .starratingoption {
	width: 572px;
	margin: 0 auto;
	padding-bottom: 8px;
}



.charcount {
	position: relative;
}
#bar {
	float: left;
	background-color: var(--accent-colour);
	width: 0px;
	height: 14px;
}
#barbox {
	float: right;
	height: 16px;
	background-color: #FFFFFF;
	width: 100px;
	border: 1px #2C3E50 solid;
	margin-right: 3px;
}
#count {
	float: right;
	margin-right: 8px;
}

.allreverr {
	display: none;
}

.girlsingle_all_reviews {
	display: none;
}
.girlsingle_all_reviews #preloader {
	background-color: #060606;
	padding: 10px;
	color: #fff;
}




.image-next-to-review {
	margin-right: 20px;
}

.registrationcomplete {
	text-align: center;
	padding: 15px;
	line-height: 25px;
	line-height: 1.7rem;
}
.registrationcomplete .registrationcomplete-title {
	font-size: 2em;
	line-height: 1.8rem;
	padding: 0 20px;
	font-weight: 600;
	color: #6DA22E;
}
.registrationcomplete #resendvalidationlink {
	font-size: 1.2rem;
}



/***** Forms styling START *****/
.form-styling .form-label {
	width: 34%;
	float: left;
}
.form-styling .form-label.col100 {
	width: 100%;
}
.form-styling .form-label label {
	display: block;
}
.form-styling .form-label small, .form-styling .form-input small {
	color: #999;
	display: block;
}
.form-styling .form-label label i, .form-styling .mandatory i, .form-styling .form-label small i, .form-styling .form-input small i {
	color: red;
	font-style: normal;
}
.form-styling .form-input {
	width: 64%;
	float: right;
}
.form-styling .form-input.col100 {
	width: 100%;
}
.form-styling .form-input .input,
.form-styling .form-input .textarea,
.form-styling .form-input select, .ui-datepicker select {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #2C3E50;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	max-width: 100%;
}

.form-styling .form-input .input.col100, .form-styling .form-input .textarea.col100, .form-styling .form-input select.col100 {
	width: 100%;
}

.form-styling .form-input .longinput{
	width: 85%;
}
.form-styling .form-input .smallinput{
	width: 100px;
}
.form-styling .form-input .longtextarea {
	width: 100%;
	resize: vertical;
}
.form-styling .form-input .input {
	padding: 0 10px;
	line-height: 40px;
	height: 40px;
	font-size: 1rem;
	border-radius: 3px;
}
.form-styling .form-input .textarea {
	font-size: 1rem;
	padding: 10px;
	border-radius: 3px;
}
.form-styling .form-input .input:focus, .form-styling .form-input .textarea:focus, .form-styling .form-input select:hover, .ui-datepicker select:hover {
	border: 1px var(--accent-colour) solid;
}

.form-styling .form-input select {
	padding: 8px;
	font-size: 1rem;
	cursor: pointer;
}
.form-styling .form-input select option {
	font-family: var(--site-font-family);
	padding: 0 8px;
}
.form-styling .form-input select option:disabled {
	color: #BCBCBC;
	background: #F4F4F4;
}


.form-styling .formseparator {
	clear: both;
	height: 30px;
}
.form-styling .form-input label {
	cursor: pointer;
}

.form-styling .form-input input[type=radio], .form-styling .form-input input[type=checkbox]{
	cursor: pointer;
}

.form-styling .fieldset {
	background-color: #f7fbff;
	border: 1px #deeefd solid;
	padding: 10px;
}
.form-styling .fieldset legend {
	background-color: #fff;
	border: 1px #deeefd solid;
	font-size: 11px;
	text-transform: uppercase;
	color: #5a8ec2;
	padding: 2px 7px;
}

.form-styling input[type=submit] {
	font-size: 1rem;
	line-height: 2rem;
	padding: 0 20px;
	-webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px;
	font-weight: 600;
	border: none !important;
}
/***** Form styling END *****/


/***** EXTRA Forms styling START *****/
.form-styling .form-label span.checkusererr {
	color: #e10000;
}
.form-styling .form-label span.checkuserok {
	color: #3da001;
}
.form-styling .form-input .rates {
	padding-bottom:  10px;
	width: 100%;
}
.form-styling .form-input .rates .col30 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.form-styling .form-input .rates .rates-label {
	line-height: 40px;
	text-align: right;
	padding-right: 20px;
}
.form-styling .form-input .rates .hide-incall,
.form-styling .form-input .rates .hide-outcall {
	padding-right: 20px;
}

.form-styling .form-input .currency-label-text {
	line-height: 40px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	text-align: right;
}
.form-styling .form-input .currency-label-dropdown {
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.form-styling .form-input .err,
.form-styling .form-input .ok {
	padding: 3px 7px;
}



/***** EXTRA Form styling for payment settings page START *****/
.payment-settings-page .payment-sandbox-toggle {
	cursor: pointer;
}
.payment-settings-page .payment-sandbox-toggle span {
	float: left;
}
.payment-settings-page .payment-sandbox-toggle .label {
	font-size: 1.5rem;
}
.payment-settings-page .payment-sandbox-toggle .toggle {
	font-size: 2rem;
	padding: 0 8px;
	display: none;
}
.payment-settings-page .payment-sandbox-toggle-live .toggle {
	color: #49cd65;
}
.payment-settings-page .payment-sandbox-toggle-sandbox .toggle {
	color: #EF3A39;
}
.payment-settings-page .payment-sandbox-toggle-live .toggle {
	display: hidden;
}
.payment-settings-page .payment-sandbox-toggle-live .icon-toggle-on1 {
	display: inherit;
}
.payment-settings-page .payment-sandbox-toggle-sandbox .icon-toggle-on2 {
	display: inherit;
}


.payment-settings-page .payment-settings-step {
	border: 1px solid #22a4e6;
	padding: 15px;
	padding-top: 10px;
	margin-bottom: 20px;
}
.payment-settings-page .payment-settings-step .payment-settings-step-title {
	color: #22a4e6;
	padding-bottom: 10px;
	font-weight: bold;
}

.payment-settings-page .choose-payment-processor-wrapper .choose-payment-processor-content {
	line-height: 2.6rem;
}
.payment-settings-page .choose-payment-processor-wrapper .current-payment-processor {
	padding: 0 15px;
	margin-left: 10px;
	font-size: 1.4rem;
	background: #30ce73;
	background: -moz-linear-gradient(top,  #30ce73 0%, #27ae60 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#30ce73), color-stop(100%,#27ae60));
	background: -webkit-linear-gradient(top,  #30ce73 0%,#27ae60 100%);
	background: -o-linear-gradient(top,  #30ce73 0%,#27ae60 100%);
	background: -ms-linear-gradient(top,  #30ce73 0%,#27ae60 100%);
	background: linear-gradient(to bottom,  #30ce73 0%,#27ae60 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ce73', endColorstr='#27ae60',GradientType=0 );
	color: #fff;
	font-weight: bold;
	cursor: default;
}

.payment-settings-page .choose-payment-processor-wrapper .payment-processors-list {
	padding-top: 20px;
}
.payment-settings-page .choose-payment-processor-wrapper .payment-processors-list .one-payment-processor {
	width: 33.333%;
	padding: 10px 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.payment-settings-page .choose-payment-processor-wrapper .payment-processors-list .one-payment-processor .one-payment-processor-content {
	position: relative;
	text-align: center;
	cursor: pointer;
	border: 1px solid #e6eaf2;
	padding: 15px 0;
	background: #f9fafc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.payment-settings-page .choose-payment-processor-wrapper .payment-processors-list .one-payment-processor .one-payment-processor-content:hover {
	border-color: #b8c3d9;
}
.payment-settings-page .choose-payment-processor-wrapper .payment-processors-list .one-payment-processor .logo {
	height: 40px;
}
.payment-settings-page .choose-payment-processor-wrapper .payment-processors-list .one-payment-processor .logo span {
	line-height: 40px;
	display: block;
	font-weight: bold;
	font-size: 1.3rem;
}
.payment-settings-page .choose-payment-processor-wrapper .payment-processors-list .one-payment-processor .logo span.none {
	color: #EF3A39;
}
.payment-settings-page .choose-payment-processor-wrapper .payment-processors-list .one-payment-processor .logo span.other {
	color: #007AFF;
}
.payment-settings-page .choose-payment-processor-wrapper .payment-processors-list .one-payment-processor .logo img {
	height: 40px;
}

.payment-settings-page .choose-payment-processor-wrapper .payment-processors-list .one-payment-processor .checkmark {
	position: absolute;
	top: -10px;
	right: -7px;
	font-size: 2rem;
	color: #37bc9b;
	display: none;
}
.payment-settings-page .choose-payment-processor-wrapper .payment-processors-list .one-payment-processor .one-payment-processor-content-selected {
	border: 1px solid #49cd65;
}
.payment-settings-page .choose-payment-processor-wrapper .payment-processors-list .one-payment-processor .one-payment-processor-content-selected .checkmark {
	display: inherit;
}

.payment-settings-page .payment-processor-settings-wrapper .selected-payment-processor {
	padding: 0 15px;
	margin-left: 10px;
	font-size: 1.1rem;
	background: #30ce73;
	background: -moz-linear-gradient(top,  #30ce73 0%, #27ae60 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#30ce73), color-stop(100%,#27ae60));
	background: -webkit-linear-gradient(top,  #30ce73 0%,#27ae60 100%);
	background: -o-linear-gradient(top,  #30ce73 0%,#27ae60 100%);
	background: -ms-linear-gradient(top,  #30ce73 0%,#27ae60 100%);
	background: linear-gradient(to bottom,  #30ce73 0%,#27ae60 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ce73', endColorstr='#27ae60',GradientType=0 );
	color: #fff;
	font-weight: bold;
	cursor: default;
}

.payment-settings-page .payment-processor-settings-content .payment-processor-details {
	line-height: 1.5rem;
}
.payment-settings-page .payment-processor-settings-content .payment-processor-details h3 {
	padding-bottom: 5px;
}

.payment-settings-page .form-label label {
	padding-top: 10px;
}
.payment-settings-page .form-label label.nopadding {
	padding-top: 0px;
}
.payment-settings-page .form-input .longinput {
	width: 100%;
}
.payment-settings-page .fieldset {
	background: #fff;
}
.payment-settings-page .fieldset legend {
	color: var(--accent-colour);
	font-weight: 600;
	font-size: 1.1rem;
	padding: 5px 15px;
	text-transform: none;
	cursor: default;
}
/***** EXTRA Form styling for payment settings page END *****/

/***** EXTRA Form styling for site settings page START *****/
.site-settings-page .showsitelogo {
	background: url(i/showsitelogo-bg.png);
	margin-bottom: 10px;
	padding: 20px 0;
	overflow: hidden;
}
.site-settings-page .showsitelogo img {
	max-width: 100%;
}

.site-settings-page .change-website-design .one-design {
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.site-settings-page .formseparator {
	height: 30px;
}

/***** EXTRA Form styling for site settings page END *****/


/***** EXTRA Forms styling END *****/



/***** REGISTER PAGE - UPLOAD IMAGES *****/
.uploadifive-button *{
	cursor: pointer;
}
.uploadifive-button {
	font-family: var(--site-font-family);
	white-space: nowrap;
}
.deletesitelogo {
	line-height: 30px;
}
.uploadifive-queue-item {
	background-color: #fff;
	font-size: 11px;
	margin-top: 5px;
	padding: 10px;
	color: #000;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.uploadifive-queue-item .close {
	background: url('i/cancel.png') 0 0 no-repeat;
	display: block;
	float: right;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadifive-queue-item .progress {
	margin-top: 10px;
	width: 100%;
}
.uploadifive-queue-item .progress-bar {
	background-color: #0099FF;
	height: 3px;
	width: 0px;
}


.upload_photos_page .girl {
	margin-right: 5px;
}
.upload_photos_page .girllast {
}
.upload_photos_page .girl span{
	padding: 4px;
	background: #FFF;
	float: left;
	position: relative;
}
.upload_photos_page .girl span.selected{
	background-color: #7ca9c8;
}


.upload_photos_page .girl span i, .upload_photos_page .girl span em{
	display: block;
	position: absolute;
	height: 20px;
	width: 20px;
	cursor: pointer;
	text-indent: -9999px;
}
.upload_photos_page .girl span i:hover , .upload_photos_page .girl span em:hover{
	background-color: #FFE8E9;
}
.upload_photos_page .girl span i{
	top: 2px;
	left: 2px;
	background: #FFF url(i/icon-no.png) center no-repeat;
}
.upload_photos_page .girl span em{
	top: 2px;
	left: 30px;
	background: #FFF url(i/icon-yes.png) center no-repeat;
}

.upload_photos_page img{
	vertical-align: middle;
}

.upload_photos_page .image_msg {
	color:#0C0;
	text-align: center;
	display: none;
	padding-top: 0px;
	font-size: 14px;
	font-weight: bold;
}
/***** REGISTER PAGE - UPLOAD IMAGES *****/


/***** REGISTER PAGE - MANAGE CITY TOURS *****/
.addedtours {
	border-top: 1px #7ca9c8 solid;
}
.addedtours .tour {
	border-bottom: 1px #7ca9c8 solid;
	float: left;
	display: block;
	width: 100%;
}
.addedtours .tour div{
	display: block;
	float: left;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.addedtours .tourhead {
	color: #7ca9c8;
	font-weight: bold;
}

.addedtours .tour .addedstart{
	width: 120px;
}
.addedtours .tour .addedend{
	width: 120px;
}
.addedtours .tour .addedplace{
	width: 240px;
}
.addedtours .tour .addedphone{
	
}
.addedtours .tour .addedemail{
	width: 120px;
}
.addedtours .tour .addedbuttons{
	width: 55px;
	float: right;
	position: relative;
	overflow: visible;
}
.addedtours .tour .addedbuttons .pb {
	position: absolute;
	right: 0;
	top: 2px;
}
.addedtours .tour .addedbuttons .pb .payment-button {
	white-space: nowrap;
	line-height: 1rem;
	font-size: 1rem;
	display: block;
	color: #fff;
}

.addedtours .tour-info-mobile {
	display: none;
	padding-right: 5px;
	font-weight: bold;
}
.addedtours .tour-info-mobile-clear {
	display: none;
	clear: both;
}

.deletemsg {
	color:#0C0;
	text-align: right;
	display: none;
	padding-top: 0px;
	font-size: 14px;
	font-weight: bold;
}

.addedtours .tour .addedbuttons i, .addedtours .tour .addedbuttons em, .addedtours .tour .addedbuttons b {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	cursor: pointer;
	line-height: 20px;
	margin-top: 5px;
}
.addedtours .tour .addedbuttons i {
	float: left;
	background: url(i/icon-no.png) center no-repeat;
}
.addedtours .tour .addedbuttons em {
	float: right;
	background: url(i/icon-edit.png) center no-repeat;
}

.addedtours .tour .addedbuttons b {
	float: right;
	background: url(i/small-loader.gif) center no-repeat;
}
/***** REGISTER PAGE - MANAGE CITY TOURS *****/




/***** BLACKLISTED CLIENTS PAGE *****/
.addedblacklistedclients {
	border-top: 1px #333 solid;
}
.addedblacklistedclients .blacklistedclients {
	border-bottom: 1px #333 solid;
	float: left;
	display: block;
	width: 100%;
}
.addedblacklistedclients .blacklistedclients div{
	display: block;
	float: left;
	line-height: 30px;
}
.addedblacklistedclients .clienthead {
	font-weight: bold;
}
.addedblacklistedclients .blacklistedclients .addedemail{
	width: 30%;
}
.addedblacklistedclients .blacklistedclients .addedphone{
	width: 20%;
}
.addedblacklistedclients .blacklistedclients .addednote{
	width: 50%;
}

.addedblacklistedclients .blacklistedclients .addedbuttons{
	float: right;
}

.addedblacklistedclients .blacklistedclients .addedbuttons .icon {
	float: right;
	display: block;
	cursor: pointer;
	font-size: 1.3rem;
}
.addedblacklistedclients .blacklistedclients .addedbuttons .button-delete {
	color: #D14841; /* red */
}
.addedblacklistedclients .blacklistedclients .addedbuttons .button-delete:hover {
	background-color: #D14841; /* red */
	color: #fff;
}
.addedblacklistedclients .blacklistedclients .addedbuttons .button-edit {
	color: var(--accent-colour);
	margin-left: 15px;
}
.addedblacklistedclients .blacklistedclients .addedbuttons .button-edit:hover {
	color: #fff;
	background-color: var(--accent-colour);
}
/***** BLACKLISTED CLIENTS PAGE *****/

/***** UPLOAD VERIFIED PHOTO PAGE *****/
.upload_verified_photo .button-delete {
	color: #D14841; /* red */
}
/***** UPLOAD VERIFIED PHOTO PAGE *****/

/***** AGENCY - MANAGE ESCORTS PAGE *****/
.addnewescortform {
	display: none;
}
/***** AGENCY - MANAGE ESCORTS PAGE *****/




.closebtn {
	padding: 0px 2px 0px 7px;
	font-weight: bold;
}
.closebtn .label {
	line-height: 1.5rem;
}
.closebtn .icon {
	line-height: 1.6rem;
	float: right;
}
.closebtn_box {
	position: absolute;
	top: -5px;
	right: -3px;
	cursor: pointer;
	color: #fff;
	font-size: 1.2rem;
	background: red;
}
.closebtn_box:hover {
	background: #fff;
	color: red;
}


/***** AGENCY - MANAGE ESCORTS OPTION BUTTONS IN SINGLE PAGE *****/
.agency_options_dropdowns {
	display: none;
	position: relative;
}
.agency_options_delete .submitbutton {
	font-size: 1.1rem;
}

.girlsingle .thumbs .profile-video-thumb-wrapper,
.girlsingle .thumbs .profile-img-thumb-wrapper {
	width: 16.66%;
	padding-right: 4px;
	padding-bottom: 4px;
	float: left;
}

.girlsingle .thumbs .profile-img-thumb {
	
}
.girlsingle .thumbs .profile-img-thumb img {
	width: 100%;
}

.girlsingle .thumbs .profile-img-thumb .edit-buttons,
.girlsingle .thumbs .profile-video-thumb .edit-buttons {
	position: absolute;
	display: block;
	top: 5px;
	right: 5px;
	font-size: 1rem;
	z-index: 1;
}

.girlsingle .thumbs .edit-buttons,
.girlsingle .thumbs .edit-buttons {
	position: absolute;
	display: block;
	top: 10px;
	left: 0px;
	font-size: 1.2rem;
	z-index: 1;
}

.girlsingle .thumbs .edit-buttons .icon {
	cursor: pointer;
	background-color: #fff;
	float: right;
	margin-left: 10px;
	padding: 3px 0;
}

.girlsingle .thumbs .profile-video-thumb {
	border: 1px solid #e5e5e5;
	position: relative;
	width: 100%;
}
.girlsingle .thumbs .profile-video-thumb .video-image-play {
	width: 100%;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.girlsingle .thumbs .profile-video-thumb .video-processing {
	position: absolute;
	left: 0;
	bottom: 0;
	background: red;
	text-align: center;
	color: #fff;
	line-height: 1rem;
	padding: 3px 0;
}

.video-player-lightbox {
	/*height: 400px;*/
}
.video-player-lightbox .wp-video,
.video-player-lightbox .wp-video .wp-video-shortcode {
	display: inline-block;
	overflow: hidden;
}

.girlsingle .edit-buttons .button-main-image {
	color: #61bd6d; /* green */
}
.girlsingle .edit-buttons .button-main-image:hover {
	color: #fff;
	background-color: #61bd6d; /* green */
}
.girlsingle .edit-buttons .button-delete {
	color: #D14841; /* red */
}
.girlsingle .edit-buttons .button-delete:hover {
	color: #fff;
	background-color: #D14841; /* red */
}

.image_msg_girl_single {
	color: #fff;
	background-color: #61bd6d; /* green */
	font-weight: bold;
	display: block;
	text-align: center;
}
/***** AGENCY - MANAGE ESCORTS OPTION BUTTONS IN SINGLE PAGE *****/
.manage_escorts_page .thumb i {
	display: block;
	position: absolute;
	height: 20px;
	width: 20px;
	cursor: pointer;
	text-indent: -9999px;
	top: 2px;
	left: 2px;
	border: 1px #fff solid;
}
.manage_escorts_page .thumb i.girlactive {
	background: #FFF url(i/icon-active.png) center no-repeat;
}
.manage_escorts_page .thumb i.girlinactive {
	background: #FFF url(i/icon-inactive.png) center no-repeat;
}
.manage_escorts_page .thumb i:hover {
	border: 1px var(--accent-colour) solid;
}
.manage_escorts_page .thumb i.girlsetinactive {
	text-indent: 0;
	color: #FF0000;
	background-color: #fff;
	padding: 3px;
	background-image: none;
	cursor: default;
	white-space:nowrap;
}
.manage_escorts_page .thumb i.girlsetactive {
	text-indent: 0;
	color: #8CCF2A;
	background-color: #fff;
	padding: 3px;
	background-image: none;
	cursor: default;
	white-space:nowrap;
}
.manage_escorts_page img{
	vertical-align: bottom;
}


/***** STAR RATING *****/
.starrating {
	background: url(i/star.png) bottom left repeat-x;
	height: 16px;
	width: 95px;
}
.starrating .starrating_stars {
	background: url(i/star.png) top left repeat-x;
	height: 16px;
}
.starrating .star0 { display: none; }
.starrating .star1 { width: 19px; }
.starrating .star15 { width: 27px; }
.starrating .star2 { width: 38px; }
.starrating .star25 { width: 46px; }
.starrating .star3 { width: 57px; }
.starrating .star35 { width: 65px; }
.starrating .star4 { width: 76px; }
.starrating .star45 { width: 84px; }
.starrating .star5 { width: 95px; }
.starrating .star6 { width: 17px; background: url(i/star_red.png) center left repeat-x; }


.profilestarrating-wrapper {
}
.profilestarrating-wrapper .label {
	font-size: 1.1rem;
	font-weight: bold;
}
.girlsingle .girlinfo .starrating {
	display: inline-block;
}
.profilestarrating-wrapper .starrating {
	background: url(i/star2.png) bottom left repeat-x;
	height: 40px;
	width: 210px;
}
.profilestarrating-wrapper .starrating .starrating_stars {
	background: url(i/star2.png) top left repeat-x;
	height: 40px;
}
.profilestarrating-wrapper .starrating .star0 { display: none; }
.profilestarrating-wrapper .starrating .star1 { width: 42px; }
.profilestarrating-wrapper .starrating .star15 { width: 63px; }
.profilestarrating-wrapper .starrating .star2 { width: 84px; }
.profilestarrating-wrapper .starrating .star25 { width: 105px; }
.profilestarrating-wrapper .starrating .star3 { width: 126px; }
.profilestarrating-wrapper .starrating .star35 { width: 147px; }
.profilestarrating-wrapper .starrating .star4 { width: 168px; }
.profilestarrating-wrapper .starrating .star45 { width: 189px; }
.profilestarrating-wrapper .starrating .star5 { width: 210px; }
.profilestarrating-wrapper .starrating .star6 { width: 42px; background: url(i/star_red2.png) center left repeat-x; }



.onereview .starrating, .onereview .starrating * {
	display: block;
}

/***** STAR RATING *****/


/***** LIST ALL USERS START *****/
.edit-user-types .tabs .tab {
	color: #fff;
	background: var(--accent-colour);
	line-height: 2.1rem;
	font-size: 1.2rem;
	border-top: 3px solid var(--accent-colour);
	border-bottom: 3px solid transparent;
	display: block;
	float: left;
	text-align: center;
	width: 33.33%;
}
.edit-user-types .tabs .tab:hover {
	background: var(--accent-colour);
	border-top: 3px solid var(--accent-colour);
}
.edit-user-types .tabs .tab-active,
.edit-user-types .tabs .tab-active:hover {
	background: #fff;
	color: var(--accent-colour);
	font-weight: bold;
}

.edit-user-types .see-all-users-table {
	width: 100%;
}
.edit-user-types .see-all-users-table th {
	background: #a0ceee;
	padding: 4px 0;
}
.edit-user-types .see-all-users-table .colored-row {
	background: #e1f2fe;
}
.edit-user-types .see-all-users-table td {
	padding: 6px 2px;
	text-align: center;
	vertical-align: middle;
}
.edit-user-types .see-all-users-table td .email-not-validated {
	background: #cc0000;
	color: #fff;
	padding: 0 3px;
	margin: 0 auto;
}

.edit-user-types {}
.edit-user-types {}
.edit-user-types {}
.edit-user-types {}
/***** LIST ALL USERS END *****/


/***** LIST AGENCIES *****/
.listagencies {
	width: 100%;
}
.listagencies .trhead th{
	color: #FFF;
	padding: 5px 0;
	padding-left: 5px;
	text-align: left;
	border-bottom: 1px #7ca9c8 solid;
	background-color: var(--accent-colour);
}
.listagencies .agencytr{
	border-bottom: 1px #7ca9c8 solid;
}
.listagencies .agencytr td{
	line-height: 30px;
	padding: 0 5px;
}
.listagencies .agencytr td a{
	color: var(--accent-colour);
	font-weight: bold;
}
.listagencies .agencytr td a:hover{
	color: #1e1e1e;
}
.listagencies .whiterow{
	background-color: #FFF;
}
.listagencies .agencytr td a:hover{
	text-decoration: underline;
}
.agencytrgray {
	background-color: #111;
}
/***** LIST AGENCIES *****/


/***** SINGLE - AGENCY *****/
.agencydetails {
	width: 57%;
	line-height: 25px;
}
.agencydetails a{
	color: var(--accent-colour);
}
.agencydetails b{
	display: block;
	width: 40%;
	float: left;
}
.agencydetails br{
	clear: both;
}
.agencydetails .pinkbutton {
	line-height: 20px;
}

.agency-reviews-bodybox h4 {
	color: var(--accent-colour);
	padding-left: 10px;
	margin-bottom: 10px;
	cursor: default;
	font-size: 1.5rem;
	border-left: 3px solid var(--accent-colour);
	text-transform: uppercase;
	font-size: 1.1rem;
	font-weight: bold;
}
.agency-reviews-bodybox .review-wrapper {
	padding: 15px;
	background: #fff;
}
.agency-reviews-bodybox .review-wrapper .starrating {
	margin-top: 4px;
}
/***** SINGLE - AGENCY *****/


/***** MANAGE BLACKLISTED ESCORTS *****/
.searchescortform, .addnewescortform {
	display: none;
}
.searchescortform label i {
	display: none;
}
/***** MANAGE BLACKLISTED ESCORTS *****/


.footer {
	background-color: #231F20;
	padding: 10px;
	color: #e3e3e3;
	font-size: 1rem;
	padding-top: 50px;
	padding-bottom: 30px;
}

.footer a{
	color: #e3e3e3;
}

.underfooter {
	clear: both;
	padding: 5px 0;
	color: #e3e3e3;
	text-align: center;
	background-color: #231F20;
	font-size: 0.83rem;
	padding-top: 20px;
	padding-bottom: 20px;
}
.underfooter .l {
	line-height: 21px;
}
.underfooter .r a{
	display: block;
	text-indent: -9999px;
	background: url(i/escortwp-logo.png) center left no-repeat;
    background-size: cover;
	width: 97px;
	height: 25px;
}


.tosdisclaimer-overlay {
	opacity: 0.6;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999998;
}
.tosdisclaimer-wrapper {
	z-index: 999999;
	position: fixed;
	top: 0;
	text-align: center;
	width: 100%;
	height: 100%;
}
.tosdisclaimer {
	background-color: #fff;
	max-width: 800px;
	max-height: 100%;
	padding: 15px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: auto;
}
.tosdisclaimer h4{
	font-size: 18px;
	text-align: center;
}
.tosdisclaimer .tosdisclaimerbuttons {
	width: 100%;
	text-align: center;
}
.tosdisclaimer .tosdisclaimerbuttons div {
	display: inline-block;
}
.tosdisclaimer .tosdisclaimerbuttons .entertosdisclaimer {
	margin-right: 30px;
}




/* PAGINATION start */
.escort-pagination {
	padding-top: 20px;
	padding-bottom: 10px;
	clear: both;
	text-align: center;
	line-height: 15px;
}
.escort-pagination li{
	display: inline;
	padding: 0 2px;
}

.escort-pagination li a{
	background: var(--accent-colour);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,var(--accent-colour)), color-stop(100%,var(--accent-colour)));
	background: -webkit-linear-gradient(top,  var(--accent-colour) 0%,var(--accent-colour) 100%);
	background: -webkit-linear-gradient(top, var(--accent-colour) 0%, var(--accent-colour) 100%);
	background: linear-gradient(to bottom,  var(--accent-colour) 0%,var(--accent-colour) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--accent-colour)', endColorstr='var(--accent-colour)',GradientType=0 );

	-khtml-border-radius: 25px;
	border-radius: 25px;
	font-weight: bold;
	color: #fff;
	padding: 2px 7px;
}
.escort-pagination li a:hover{
	background-position: top;
}
.escort-pagination li span.current {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eff8ff));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eff8ff 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #eff8ff 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#eff8ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff8ff',GradientType=0 );
	color: var(--accent-colour);
	-khtml-border-radius: 25px;
	border-radius: 25px;
	border: 1px var(--accent-colour) solid;
	padding: 2px 7px;
	cursor: default;
}
/* PAGINATION end */


.edit-registration-content .editregfields {
	width: 100%;
	text-align: center;
}
.edit-registration-content .editregfields .tabletop {
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eff8ff));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eff8ff 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #eff8ff 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#eff8ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff8ff',GradientType=0 );
	color: var(--accent-colour);
	cursor: default;
}
.edit-registration-content .editregfields tr.tabletop th {
	padding: 5px 0;
}
.edit-registration-content .editregfields .alignleft {
	text-align: left;
	padding-left: 5px;
	font-weight: 600;
}
.edit-registration-content .editregfields {
	border-collapse: collapse;
}
.edit-registration-content .editregfields td {
	padding: 15px 0;
    border-spacing: 10px;
    /*border-collapse: separate;*/
}
.edit-registration-content .editregfields tr {
	background-color: #FFE2EB;
}
.edit-registration-content .editregfields tr.blip {
	background-color: #fff;
}
.edit-registration-content .editregfields .iPhoneCheckContainer {
	margin: 0 auto;
}

.edit-registration-content .submit-button {
	font-size: 1.2rem;
}



.send-validation-email-button-preloader {
	background: url(i/small-loader.gif) center no-repeat;
	height: 16px;
	width: 16px;
	margin: 0 auto;
}





/***** WordPress login page START *****/
body.login {
	background: #231F20;
}

body.login{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:  column;
}

body.login #login{
    padding: 20px 0 0;
    position: relative;
    padding-bottom: 5px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
    position: relative;
    z-index: 1;
    border-radius: 10px;
    width: 500px;
    max-width: 100%;
}

body.login #login h1{
	padding: 0 !important;
}

body.login #login h1 a {
	background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    width: auto;
    margin: 0 !important;
    padding: 0 !important;
    background-size: contain;
    text-indent: 0;
    font-family: 'Josefin Slab', serif;
    font-size: 1.5rem !important;
	font-weight: 400;
	text-transform: uppercase;
	color: #231F20;
}

body.login #login h1 a,
body.login #login h1 a:hover,
body.login #login h1 a:focus,
body.login #login h1 a:visited{
  	color: #231F20 !important;
}
     
body.login form{
    box-shadow: none;
    padding: 26px 24px 26px;
    margin-top: 0px;
    border: 0px;
}

body.login form .forgetmenot {
	float: right;
}

body.login form p.submit {
	float: left;
}

body.login form input{
  	box-shadow: none !important;
}

body.login form .input:focus, 
body.login input[type="password"]:focus, 
body.login input[type="text"]:focus{
	border-color: #938e94;
}

body.login.wp-core-ui .button-secondary{
	color: #938e94;
}
body.login.wp-core-ui .button-primary{
	background: #938e94; 
	border-color: #938e94;
}

body.login.wp-core-ui .button-primary.focus, 
body.login.wp-core-ui .button-primary.hover, 
body.login.wp-core-ui .button-primary:focus, 
body.login.wp-core-ui .button-primary:hover{
	background: #938e94; 
	border-color: #938e94;
}

body.login .forgetmenot input{
	display: inline-block !important;
}

body.login .forgetmenot label{
	display: inline-block !important;
}

body.login #nav{
	padding: 0px 24px !important;
}

body.login #backtoblog{
	padding: 0px 24px !important;
}

body.login #nav a, 
body.login #backtoblog a{
	color: #231F20;
}

body.login .language-switcher{
	margin: 10px 0 0 0;
	display: none;
}


/***** WordPress login page END *****/




/***** WordPress default CSS START *****/

img.alignnone {
    margin: 5px 20px 20px 0;
}

img.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

img.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
	text-align: center;
	margin-bottom: 1.5rem;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


.entry-content img {
	margin: 0 0 1.5rem 0;
}

.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5rem 0 0 0;
}

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

/***** WordPress default CSS END *****/



/**
 * Blog Page
 */

article.post{
	float: left;
	width: 50%;
	display: inline-block;
	clear: none;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}
@media all and (max-width: 600px) and (min-width: 0px) {
  	article.post {
    	width: 100%;
  	}
}
.post-featured-image-wrapper{
	height: 0;
	padding-bottom: 66.6666%; /* 3:2 */
	position: relative;
	overflow: hidden;
}

article.post .post-thumbnail{
	overflow: hidden;
}

article.post .wp-post-image{
	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
	top:-100%; 
	left:0; 
	right: 0; 
	bottom:-100%;
    margin: auto;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	object-fit: cover;
	height: 100%;
}

article.post .wp-post-image:hover {
	transform: scale(1.1);
}

article.post .entry-header{
	margin-top: 5px;
	margin-bottom: 0px;
	height: 1.2em;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	box-shadow: none;
}

article.post .entry-header::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 1.2em;
	width: 20px;
	-webkit-box-shadow: inset -15px 0px 20px 0px rgba(255,255,255,1);
    -moz-box-shadow: inset -15px 0px 20px 0px rgba(255,255,255,1);
    box-shadow: inset -15px 0px 20px 0px rgba(255,255,255,1);
}

article.post .entry-header .entry-title{
	font-size: 1rem !important;
}

article.post .entry-header .entry-title a{
	color: #231F20;
}

article.post .entry-header .entry-title a:hover{
	color: var(--accent-colour);
}


/***** Blog Section START *****/

.theblog .entry-header{
	text-align: center;
	box-shadow: none;
	margin-bottom: 20px;
}
.theblog .entry-header h1{
	margin-bottom: 15px;
}
.theblog .entry-header .meta-date,
.theblog .entry-header .meta-author,
.theblog .entry-header .meta-comments{
	display: block;
}
.theblog .post_title {
	text-align: center;
	margin: 20px 0 20px 0;
	padding: 0;
}
.theblog .post_title a{
	font-size: 2rem;
	color: #000000 !important;
	font-family: var(--headings-font-family);
}
.theblog .under_the_title {
	/*margin: 10px 0;*/
	margin: 20px auto;
	background-color: #231F20;
	height: 4px;
	width: 100px;
}
.theblog .post_title a:hover{
	text-decoration: underline;
}

.theblog .post {
	padding-bottom: 40px;
}

.theblog .entry {
	font-size: 15px;
	line-height: 22px;
}
.theblog .entry h1 {
	line-height: 1.2rem;
}
.theblog .entry img {
	max-width: 100%;
}

.theblog .postmetadata {
	color: gray;
}
.theblog .postmetadata a{
}
.theblog .postmetadata a:hover{
	text-decoration: underline;
}

.theblog .commentlistall {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.theblog .commentlistall .comment {
	border: 1px solid rgba(0,0,0,0.1);
	/*border-bottom: none;*/
	padding: 0 10px;
	float: right;
	width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.theblog .commentlistall .comment-info {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 10px 0;
}
.theblog .commentlistall .commdate {
	color: #6C7A89;
	padding-right: 10px;
}

.theblog .commentlistall .depth-2 {
	width: 90%;
	/*border-bottom: none;*/
	/*border-right: none;*/
	padding-right: 0;
	/*float: right;*/
}
.theblog .commentlistall .depth-3, .theblog .commentlistall .depth-4, .theblog .commentlistall .depth-5, .theblog .commentlistall .depth-6, .theblog .commentlistall .depth-7 {
	width: 90%;
	/*border-bottom: none;*/
	border-right: none;
	padding-right: 0;
	/*float: right;*/
}

.theblog .commform {
}
.theblog .commform .commname, .theblog .commform .commemail {
	width: 50%;
}
.theblog .commform .commname .comminput, .theblog .commform .commemail .comminput {
	background-color: #f8f8f8;
	border: 1px solid #CCC;
	color: #2C3E50;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-family: var(--site-font-family);
	width: 90%;
	padding: 0 10px;
	line-height: 40px;
	height: 40px;
	font-size: 1rem;
}
.theblog .commform .commname .comminput:focus, .theblog .commform .commemail .comminput:focus{
	background-color: #ffffff;
	border-color: var(--accent-colour);
}
.theblog .commform .commtextarea{
	background-color: #f8f8f8;
	border: 1px solid #CCC;
	color: #2C3E50;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-family: var(--site-font-family);
	width: 100%;
	height: 200px;
}
.theblog .commform .commtextarea:focus{
	background-color: #ffffff;
	border-color: var(--accent-colour);
}
.theblog .commform .commsubmitbutton {
	font-size: 1.2rem;
	padding: 0 20px;
	line-height: 2rem;
}


/***** Blog Section END *****/


/**
 * Post navigation
 */

.post-navigation .nav-links,
.image-navigation .nav-links,
.comment-navigation .nav-links {
	margin-bottom: 40px;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 0;
	padding-left: 0;
	text-align: left;
}

.post-navigation .nav-links div,
.image-navigation .nav-links div,
.comment-navigation .nav-links div {
	display: inline;
}

.post-navigation .nav-links a,
.image-navigation .nav-links a,
.comment-navigation .nav-links a {
	-webkit-border-radius: 0;
	-moz-border-radius:	   0;
	border-radius:		   0;
	background-color: transparent;
	border: none;
	color: #231F20;
	display: inline-block;
}

.post-navigation .nav-links a:hover,
.post-navigation .nav-links a:focus,
.image-navigation .nav-links a:hover,
.image-navigation .nav-links a:focus,
.comment-navigation .nav-links a:hover,
.comment-navigation .nav-links a:focus {
	background-color: #ffffff;
	color: var(--accent-colour);
	text-decoration: none;
}

.post-navigation .nav-links .nav-next a,
.image-navigation .nav-links .nav-next a,
.comment-navigation .nav-links .nav-next a {
	float: right;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 50%;
}

.nav-next{
	text-align: right;
}

.post-navigation .nav-links .nav-previous a,
.image-navigation .nav-links .nav-previous a,
.comment-navigation .nav-links .nav-previous a {
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 50%;
}

.post-navigation .nav-links:before,
.post-navigation .nav-links:after,
.image-navigation .nav-links:before,
.image-navigation .nav-links:after,
.comment-navigation .nav-links:before,
.comment-navigation .nav-links:after {
	content: " ";
	display: table;
}

.post-navigation .nav-links:after,
.image-navigation .nav-links:after,
.comment-navigation .nav-links:after {
	clear: both;
}

.post-navigation .nav-links .meta-nav,
.image-navigation .nav-links .meta-nav,
.comment-navigation .nav-links .meta-nav {
	display: block;
	font-weight: bold;
}

.post-navigation .nav-links a .meta-nav,
.image-navigation .nav-links a .meta-nav,
.comment-navigation .nav-links a .meta-nav {
	text-transform: lowercase;
}

.post-navigation .nav-links .post-title,
.image-navigation .nav-links .post-title,
.comment-navigation .nav-links .post-title {
	font-size: 1rem;
	line-height: 1.1;
}
@media all and (max-width: 500px) and (min-width: 0px) {
  	.post-navigation .nav-links .post-title,
	.image-navigation .nav-links .post-title,
	.comment-navigation .nav-links .post-title {
		font-size: 1.2rem;
	}
}

/**
 * Posts pagination
 */

.pagination {
	-webkit-border-radius: 0;
	-moz-border-radius:	   0;
	border-radius:		   0;
	clear: both;
	display: block;
	margin: 20px 0;
	overflow: hidden;
	padding-left: 0;
}

.pagination .nav-links {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.pagination a.prev.page-numbers,
.pagination a.next.page-numbers {
	color: #231F20;
	font-weight: bold;
	line-height: 1.5;
	text-transform: lowercase;
}

.pagination a.prev.page-numbers:hover,
.pagination a.prev.page-numbers:focus,
.pagination a.next.page-numbers:hover,
.pagination a.next.page-numbers:focus {
	color: var(--accent-colour);
}

.pagination a.prev.page-numbers {
	padding-left: 0;
}

.pagination a.next.page-numbers {
	padding-right: 0;
}

.pagination a,
.pagination span.page-numbers.current {
	display: inline;
}

.pagination a {
	background-color: transparent;
	border: none;
	color: #231F20;
	float: left;
	line-height: 1.5;
	margin-left: -1px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
}

.pagination span.page-numbers.current,
.pagination span.page-numbers.dots {
	background-color: transparent;
	border: none;
	float: left;
	line-height: 1.5;
	margin-left: -1px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
}

.pagination span.page-numbers.dots {
	color: #231F20;
}

.pagination a:first-child,
.pagination span:first-child {
	margin-left: 0;
}

.pagination a:hover,
.pagination span:hover,
.pagination a:focus,
.pagination span:focus {
	background-color: transparent;
	border-color: transparent;
	color: var(--accent-colour);
}

.pagination span.page-numbers.current,
.pagination span.page-numbers.current:hover,
.pagination span.page-numbers.current:focus {
	background-color: transparent;
	border-color: transparent;
	color: var(--accent-colour);
	cursor: default;
	font-weight: bold;
	z-index: 2;
}





/***** Register Page START *****/
.registerpage {
	cursor: default;
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
	min-height: 600px;
}
.registerpage .pagetitle {
	text-align: center;
	font-weight: normal;
	line-height: 4rem;
	font-size: 2.3rem;
}

.registerpage .usertype {
	width: 29%;
	margin: 0 2%;
	background-color: #fff;
	float: left;
	color: #494949;
}
.registerpage .usertype .usertype-title {
	padding: 10px;
	color: #fff;
	text-align: center;
}
.registerpage .usertype .usertype-title h4 {
	font-size: 1.3rem;
	font-weight: 600;
}
.registerpage .usertype .usertype-content {
	padding: 15px;
}

.registerpage .usertype .userlist {
	list-style: none;
	padding-bottom: 20px;
	line-height: 2rem;
	color: gray;
}
.registerpage .usertype .userlist .icon {
	color: #0096ff;
}

.registerpage .usertype .userlist .showprice {
	background-color: var(--accent-colour);
	color: #fff;
	padding: 0 5px;
	white-space: nowrap;
}

.registerpage .usertype .usertype-bottom {
	border-top: 1px #ebebec solid;
	padding-top: 10px;
}

.registerpage .usertype .usertype-bottom .showprice {
	display: block;
	font-size: 1.6rem;
	padding-bottom: 10px;
}
.registerpage .usertype .usertype-bottom .showprice small {
	color: gray;
}

.registerpage .usertype .usertype-bottom .registerbutton {
	font-size: 1.2rem;
	font-weight: bold;
	padding: 10px 18px;
}
/***** Register Page END *****/


/* Select2 */
.select2-dropdown {
	border: 1px solid var(--accent-colour) !important;
}

.select2-container{
    width: auto;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], 
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background: var(--accent-colour) !important;
}
.select2 .select2-selection__rendered,
.select2 .select2-selection__arrow {
	line-height: 35px !important;
	height: 35px !important;
}

.select2-container .select2-selection--single {
	line-height: 35px !important;
	height: 35px !important;
}
.select2 .select2-selection.select2-selection--single {
	background: #fff;
	border: 1px solid var(--accent-colour);
}

.select2-container .select2-selection--single .select2-selection__rendered{
    padding: 0 20px 0 8px !important;
}

/* Ajax CSS loader */
.loader, .loader span {
	width: 70px;
	height: 6px;
}
.loader {
	margin: 10px 0;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.loader span {
	background-color: #3FC380;
	position: absolute;
	display: inline-block;
}




/* WooCommerce */
.woocommerce * {

}
.woocommerce .woocommerce-MyAccount-navigation {
	list-style: none;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-message.woocommerce-message--info .woocommerce-Button {
	display: none;
}
.woocommerce-cart-form .shop_table .product-thumbnail {
	display: none;
}
.woocommerce .woocommerce-checkout .col2-set .col-1,
.woocommerce .woocommerce-checkout .col2-set .col-2 {
    width: 100% !important;
    max-width: 100% !important;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	max-width: 48%;
}

.woocommerce .woocommerce-checkout .col2-set .col-1 {
    margin-bottom: 30px;
}

.woocommerce .form-row{
	display: block;
}

.woocommerce table.cart td.actions .input-text,
.woocommerce form .form-row input.input-text {
	background-color: #fff;
	border: 1px solid var(--accent-colour);
	color: #2C3E50;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	line-height: 2.1rem;
	padding: 0 5px;
}
.woocommerce form .form-row input.input-text {
	line-height: 2.6rem;
	font-size: 1rem;
	padding: 0 5px;
}

.woocommerce-checkout-review-order-table,
.woocommerce table.shop_table {
	border-spacing: 0;
	overflow: hidden;
	border: 0;
	background: #fff;
}
.woocommerce-checkout-review-order-table,
.woocommerce table.shop_table thead {
	color: #30ce73;
}

.woocommerce-checkout-review-order-table .cart_item,
.woocommerce #order_review .order_item {
	background: #30ce73;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#30ce73), color-stop(100%,#27ae60));
	background: -webkit-linear-gradient(top,  #30ce73 0%,#27ae60 100%);
	background: -webkit-linear-gradient(top, #30ce73 0%, #27ae60 100%);
	background: linear-gradient(to bottom,  #30ce73 0%,#27ae60 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ce73', endColorstr='#27ae60',GradientType=0 );
	color: #fff;
	font-size: 1.3rem;
	font-weight: 600;
}
.woocommerce-checkout-review-order-table .cart_item .product-name .product-quantity,
.woocommerce-checkout-review-order-table tfoot,
.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-quantity,
.woocommerce-form-coupon-toggle,
.woocommerce-notices-wrapper,
.woocommerce-billing-fields h3 {

}
.woocommerce-checkout-review-order-table .product-total {
	text-align: center;
}

.woocommerce-checkout-review-order-table .product-name .extra-info {
	font-size: 0.9rem;
	font-weight: normal;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float: none;
	display: inline-block;
	background: #30ce73;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#30ce73), color-stop(100%,#27ae60));
	background: -webkit-linear-gradient(top,  #30ce73 0%,#27ae60 100%);
	background: -webkit-linear-gradient(top, #30ce73 0%, #27ae60 100%);
	background: linear-gradient(to bottom,  #30ce73 0%,#27ae60 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ce73', endColorstr='#27ae60',GradientType=0 );
	color: #fff;
	font-size: 1.3rem;
	font-weight: 600;
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
	background: #45e883;
	background: -moz-linear-gradient(top,  #45e883 0%, #2ec96c 100%);
	background: -webkit-linear-gradient(top,  #45e883 0%,#2ec96c 100%);
	background: linear-gradient(to bottom,  #45e883 0%,#2ec96c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45e883', endColorstr='#2ec96c',GradientType=0 );
}


.woocommerce-checkout-review-order .place-order {
	text-align: center;
}


.woocommerce-notices-wrapper .woocommerce-message {
	background-color: #fff;
	line-height: 2rem;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	border: 3px solid #30ce73;
}
.woocommerce-notices-wrapper .woocommerce-message::before {
	color: #30ce73;
}
.woocommerce .button,
.woocommerce a.button {
	background-color: var(--button-colour, var(--accent-colour)) !important;
	color: var(--button-font-colour) !important;
}
.woocommerce .button:hover,
.woocommerce a.button:hover {
	background-color: var(--button-colour-hover, var(--accent-colour-hover)) !important;
	color: var(--button-font-colour-hover) !important;
}

.woocommerce .woocommerce-info {
	border: 3px solid #22a7f0;
	background: #fff;
	line-height: 2rem;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.woocommerce .woocommerce-info::before {
	color: #22a7f0;
}

.woocommerce .woocommerce-error {
	border: 3px solid #db0a5b;
	background: #fff;
	line-height: 2rem;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.woocommerce .woocommerce-error::before {
	color: #db0a5b;
}


.woocommerce-checkout #payment {
	background: #fff;
}

.woocommerce .woocommerce-MyAccount-navigation {
	display: none;
}

.woocommerce .woocommerce-orders-table .woocommerce-button.button.view {
	display: none;
}
.woocommerce .woocommerce-orders-table .woocommerce-button.button.pay {
	margin-right: 5px;
	/*float: none;*/
	/*display: inline-block;*/
	background: #30ce73;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#30ce73), color-stop(100%,#27ae60));
	background: -webkit-linear-gradient(top,  #30ce73 0%,#27ae60 100%);
	background: -webkit-linear-gradient(top, #30ce73 0%, #27ae60 100%);
	background: linear-gradient(to bottom,  #30ce73 0%,#27ae60 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ce73', endColorstr='#27ae60',GradientType=0 );
	/*color: #fff;*/
	/*font-size: 1.3rem;*/
	/*font-weight: 600;*/
}
.woocommerce .woocommerce-orders-table .woocommerce-button.button.pay:hover {
	background: #45e883;
	background: -moz-linear-gradient(top,  #45e883 0%, #2ec96c 100%);
	background: -webkit-linear-gradient(top,  #45e883 0%,#2ec96c 100%);
	background: linear-gradient(to bottom,  #45e883 0%,#2ec96c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45e883', endColorstr='#2ec96c',GradientType=0 );
}

.woocommerce #order_review .shop_table td.product-name .wc-item-meta {
	display: none;
}

.woocommerce #payment {
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	background: #fff;
}
.woocommerce #payment .form-row {
	text-align: left;
}

.buypremium .subscription-details,
.buyfeatured .subscription-details{
	display: none;
}

.related.products{
	clear: both;
}

.product_meta{
	display: none;
}

/* Admin bar menu */
#wpadminbar #wp-admin-bar-wp-escortwp-menu,
#wpadminbar #wp-admin-bar-wp-escortwp-menu div.ab-item,
#wpadminbar #wp-admin-bar-wp-escortwp-menu .ab-sub-wrapper {
	background: #20c7f9;
	background: -moz-linear-gradient(top,  #20c7f9 0%, #1b6ad1 100%);
	background: -webkit-linear-gradient(top,  #20c7f9 0%,#1b6ad1 100%);
	background: linear-gradient(to bottom,  #20c7f9 0%,#1b6ad1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20c7f9', endColorstr='#1b6ad1',GradientType=0 );
	color: #fff;
	font-weight: 600;
}
#wpadminbar #wp-admin-bar-wp-escortwp-menu div.ab-item {
	cursor: pointer;
}
#wpadminbar .quicklinks #wp-admin-bar-wp-escortwp-menu ul li a {
	color: #fff;
	font-weight: 600;
	line-height: normal;
	height: auto;
}
#wpadminbar .quicklinks #wp-admin-bar-wp-escortwp-menu ul li a:hover {
	background: #fff;
	color: #1D92E2;
}

.place-order{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.woocommerce-invalid #checkout_checkbox {
    outline: 2px solid red;
    outline-offset: 2px;
}

/* --------------------------------------------------------------------------------------------------------------- */

.p15{
	padding: 15px;
}

.logo h1,
.logo h1 a{ 
	font-family: 'Josefin Slab', serif;
	font-size: 1.5rem !important;
	font-weight: 400;
	text-transform: uppercase;
	color: #231F20;
	margin: 0;
}

.logo h1 a:hover{
	text-decoration: none;
}

.owl-carousel.owl-drag .owl-item{
	margin-right: 0px !important;
}


.rates-table th,
.rates-table td{
	border-bottom: 1px solid rgba(0,0,0,0.05);
	line-height: 1.5;
}



.show2profiles,
.show3profiles,
.show4profiles{
	display: none !important;
}


.tours-location{
	font-size: 1rem;
	color: var(--accent-colour);
}

.tours-location:hover{
	text-decoration: underline;
}


.title-toggle{
	font-family: var(--headings-font-family);
	font-size: 1.5rem;
	color: #231F20;
	font-weight: 100;
	padding-left: 20px !important;
	display: block;
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	text-decoration: none !important;
	-webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
         -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}

.title-toggle:hover{
	color: #231F20;
}

.title-toggle::before{
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f077";
  	font-size: 1rem;
  	color: #231F20;
  	position: absolute;
    top: 0.3rem;
    left: 0;
  	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.title-toggle.collapsed::before {
  	transform: rotate(180deg);
}

/* Contact Form 7 
   ========================= */

.wpcf7{
	width: 100%;
}

span.wpcf7-form-control-wrap{
	width: 100% !important;
}

.wpcf7 label{
	width: 100%;
}

.wpcf7 .wpcf7-text{
	width: 100%;
}

.wpcf7 textarea{
	width: 100%;
}

.wpcf7 p{
	margin-bottom: 5px;
}

.wpcf7 input[type="file"]{
	border: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.wpcf7-submit{
	background: var(--accent-colour);
}

.wpcf7-submit:hover{
    background: #8E793E;
}

.acceptance-terms{
	font-size: 0.75rem;
	display: inline-block;
}

.terms-box{
	width: 100%;
	height: 200px;
	overflow-y: scroll;
	border: 1px solid #cccccc;
}

div.wpcf7-response-output{
	margin-top: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important
    font-size: 1rem;
    position: relative;
    left: 50%;
	-webkit-transform: translateX(-50%);
  	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
}

.ajax-loader{
	position: relative;
	left: 10px;
}

div.wpcf7-display-none{
	opacity: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok{
	opacity: 1;
}


/* WOW
   ========================= */

.wow{
	visibility: hidden;
}


/* Homepage Slideshow
   ========================= */

.homepage-slideshow{
	padding: 0 15px 0 15px;
}

.homepage-slideshow .sr-slideshow-wrapper .slide-content{
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-ms-transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	transform: translate(0%,0%);
	width: 100%;
	max-width: 100%;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.25) !important;
	line-height: 1;
	padding: 0;
}

.homepage-slideshow .sr-slideshow-wrapper .slide-content p{
	background-color: rgba(255, 255, 255, 0.7);
	padding: 15px 20px 20px 20px;
	margin-bottom: 0;
	position: absolute;
	bottom: 30px;
	right: 30px;
    color: #2f2f2f;
    font-weight: 100;
    font-size: 2rem;
}

.homepage-slideshow .sr-slideshow-wrapper .slide-content a{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

@media (max-width: 900px){

	.homepage-slideshow .sr-slideshow-wrapper .slide-content p{
		padding: 15px 20px 15px 20px;
		bottom: 20px;
		right: 20px;
	}

	.homepage-slideshow .sr-slideshow-wrapper .slide-content p {
    	font-size: 1rem;
	}

}



.show-separator {
	display: none !important;
}


.free-profile{
	color: #ffffff !important;
}


#plugin_delete_me_shortcode_form{
	text-align: center;
}

.sidebar-right .dropdownlinks .fa-user-times{
	font-size: 0.8rem;
	margin-right: 5px;
	color: #8E793E;
	border-radius: 50%;
	padding: 5px;
	width: 22px;
	height: 22px;
}

.sidebar-right .dropdownlinks a:hover .fa-user-times{
	background-color: #8E793E;
	color: #fff;
}






/* -------------------------------------------------------------------------- */

/*	10. WordPress Blocks from TwentyTwenty
/* -------------------------------------------------------------------------- */


/* Block Colors ------------------------------ */

.has-text-color a {
	color: inherit;
}

/* CUSTOM COLORS */

:root .has-accent-color {
	color: #cd2653;
}

:root .has-accent-background-color {
	background-color: #cd2653;
	color: #fff;
}

:root .has-primary-color {
	color: #000;
}

:root .has-primary-background-color {
	background-color: #000;
	color: #f5efe0;
}

:root .has-secondary-color {
	color: #6d6d6d;
}

:root .has-secondary-background-color {
	background-color: #6d6d6d;
	color: #fff;
}

:root .has-subtle-background-color {
	color: #dcd7ca;
}

:root .has-subtle-background-background-color {
	background-color: #dcd7ca;
	color: #000;
}

:root .has-background-color {
	color: #f5efe0;
}

:root .has-background-background-color {
	background-color: #f5efe0;
	color: #000;
}


/* Block Typography Classes ------------------ */

.has-text-align-left {

	/*rtl:ignore*/
	text-align: left;
}

.has-text-align-center {
	text-align: center;
}

.has-text-align-right {
	text-align: right;
}

.has-drop-cap:not(:focus)::first-letter {
	color: #cd2653;
	font-family: var(--site-font-family);
	font-size: 5.1em;
	font-weight: 800;
	margin: 0.05em 0.1em 0 0;
}

.has-drop-cap:not(:focus)::first-letter::after {
	content: "";
	display: table;
	clear: both;
}

.has-drop-cap:not(:focus)::after {
	padding: 0;
}


/* Block Font Families ----------------------- */

.has-drop-cap:not(:focus)::first-letter,
.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-cover-image,
.entry-content .wp-block-latest-comments,
.entry-content .wp-block-latest-posts,
.entry-content .wp-block-pullquote,
.entry-content .wp-block-quote.is-large,
.entry-content .wp-block-quote.is-style-large {
	font-family: var(--site-font-family);
}

@supports ( font-variation-settings: normal ) {

	.has-drop-cap:not(:focus)::first-letter,
	.entry-content .wp-block-archives,
	.entry-content .wp-block-categories,
	.entry-content .wp-block-latest-posts,
	.entry-content .wp-block-latest-comments,
	.entry-content .wp-block-cover-image p,
	.entry-content .wp-block-pullquote {
		font-family: var(--site-font-family);
	}
}

/* Block Font Sizes -------------------------- */

.entry-content .has-small-font-size {
	font-size: 0.842em;
}

.entry-content .has-normal-font-size,
.entry-content .has-regular-font-size {
	font-size: 1em;
}

.entry-content .has-medium-font-size {
	font-size: 1.1em;
	line-height: 1.45;
}

.entry-content .has-large-font-size {
	font-size: 1.25em;
	line-height: 1.4;
}

.entry-content .has-larger-font-size {
	font-size: 1.5em;
	line-height: 1.3;
}


/* Block: Base Margins ----------------------- */

*[class*="_inner-container"] > *:first-child {
	margin-top: 0;
}

*[class*="_inner-container"] > *:last-child {
	margin-bottom: 0;
}

.wp-block-archives:not(.alignwide):not(.alignfull),
.wp-block-categories:not(.alignwide):not(.alignfull),
.wp-block-code,
.wp-block-columns:not(.alignwide):not(.alignfull),
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-media-text:not(.alignwide):not(.alignfull),
.wp-block-preformatted,
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video:not(.alignwide):not(.alignfull) {
	margin-bottom: 3rem;
	margin-top: 3rem;
}


/* Block: Shared Nesting Alignment Resets ---- */

[class*="__inner-container"] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*="__inner-container"] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
	margin-left: auto;
	margin-right: auto;
	max-width: 58rem;
}


/* Block: Shared Widget Styles --------------- */

.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-latest-comments {
	list-style: none;
	margin-left: 0;
}

.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul,
.wp-block-latest-comments ul {
	list-style: none;
}

.entry-content .wp-block-archives > li,
.entry-content .wp-block-categories > li,
.entry-content .wp-block-latest-posts > li,
.entry-content .wp-block-latest-comment > li {
	margin-left: 0;
}

.entry-content .wp-block-archives > li:last-child,
.entry-content .wp-block-categories > li:last-child,
.entry-content .wp-block-latest-posts > li:last-child,
.entry-content .wp-block-latest-comment > li:last-child {
	margin-bottom: 0;
}

.entry-content .wp-block-archives *,
.entry-content .wp-block-categories *,
.entry-content .wp-block-latest-posts *,
.entry-content .wp-block-latest-comments * {
	font-family: inherit;
}

.entry-content .wp-block-archives li,
.entry-content .wp-block-categories li,
.entry-content .wp-block-latest-posts li {
	color: #6d6d6d;
}

.wp-block-archives a,
.wp-block-categories a,
.wp-block-latest-posts a,
.wp-block-latest-comments a {
	font-weight: 700;
	text-decoration: none;
}

.wp-block-archives a:hover,
.wp-block-categories a:hover,
.wp-block-latest-posts a:hover,
.wp-block-latest-comments a:hover,
.wp-block-archives a:focus,
.wp-block-categories a:focus,
.wp-block-latest-posts a:focus,
.wp-block-latest-comments a:focus {
	text-decoration: underline;
}

.wp-block-latest-posts a,
.wp-block-latest-comments__comment-meta {
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-date {
	color: #6d6d6d;
	font-size: 0.7em;
	font-weight: 600;
	letter-spacing: normal;
	margin-top: 0.15em;
}


/* Block: Shared Media Styles ---------------- */

.wp-block-embed figcaption,
.wp-block-image figcaption {
	color: #6d6d6d;
	font-size: 1.4rem;
	margin-bottom: 0;
	margin-top: 1.5rem;
}

/* Block: Audio ------------------------------ */

.wp-block-audio audio {
	width: 100%;
}

/* Block: Button ----------------------------- */

.wp-block-button {
	margin: 3rem 0;
}

.wp-block-button.is-style-outline {
	color: #cd2653;
}

.is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: inherit;
}

.is-style-outline .wp-block-button__link {
	padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem);
}

/* Block: Columns ---------------------------- */

.wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
	padding-left: 2rem;
	padding-right: 2rem;
}

.wp-block-column {
	margin-bottom: 3.2rem;
}

.wp-block-column > *:first-child {
	margin-top: 0;
}

.wp-block-column > *:last-child {
	margin-bottom: 0;
}

/* Block: Cover ------------------------------ */

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
	width: calc(100% - 4rem);
	padding: 2rem 0;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
	max-width: 100%;
	padding: 0;
}

.wp-block-cover-image h2,
.wp-block-cover h2 {
	font-size: 3.2rem;
}

/* Block: Embed ------------------------------ */

/* Block: File ------------------------------- */

.wp-block-file {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wp-block-file a:not(.wp-block-file__button) {
	font-weight: 700;
	text-decoration: none;
}

.wp-block-file a:not(.wp-block-file__button):not(:last-child) {
	margin-right: 1rem;
}

.wp-block-file a:not(.wp-block-file__button):focus,
.wp-block-file a:not(.wp-block-file__button):hover {
	text-decoration: underline;
}

.wp-block-file .wp-block-file__button {
	font-size: 1.5rem;
	padding: 1em 1.25em;
}

.wp-block-file a.wp-block-file__button:visited {
	opacity: 1;
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
	opacity: 1;
	text-decoration: underline;
}


/* Block: Gallery ---------------------------- */

.wp-block-gallery ul {
	list-style: none;
	margin: 0 0 -1.6rem 0;
}

figure.wp-block-gallery.alignnone,
figure.wp-block-gallery.aligncenter {
	margin-bottom: 3rem;
	margin-top: 3rem;
}

figure.wp-block-gallery.alignleft {
	margin: 0.3rem 2rem 2rem 0;
}

figure.wp-block-gallery.alignright {
	margin: 0.3rem 0 2rem 2rem;
}

figure.wp-block-gallery.alignwide {
	margin-bottom: 4rem;
	margin-top: 4rem;
}

figure.wp-block-gallery.alignfull {
	margin-bottom: 5rem;
	margin-top: 5rem;
}

/* Block: Group ------------------------------ */

.wp-block-group.has-background {
	padding: 2rem;
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-group__inner-container {
	margin: 0 auto;
}

.wp-block-group__inner-container,
.entry-content .wp-block-group p {
	max-width: 100%;
}

.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
	padding-left: 2rem;
	padding-right: 2rem;
}

/* Block: Image ------------------------------ */

/* Block: Media And Text --------------------- */

.wp-block-media-text .wp-block-media-text__content {
	padding: 3rem 2rem;
}

.wp-block-media-text .wp-block-media-text__content p {
	max-width: none;
}

.wp-block-media-text__content > *:first-child {
	margin-top: 0;
}

.wp-block-media-text__content > *:last-child {
	margin-bottom: 0;
}

/* Block: Pullquote -------------------------- */

/* STYLE: DEFAULT */

.wp-block-pullquote {
	padding: 0;
	position: relative;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	max-width: calc(100% - 4rem);
}

.wp-block-pullquote::before {
	background: #fff;
	border-radius: 50%;
	color: #cd2653;
	content: "”";
	display: block;
	font-size: 6.2rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 auto 1.5rem auto;
	text-align: center;
	height: 4.4rem;
	width: 4.4rem;
}

.reduced-spacing .wp-block-pullquote::before {
	border: 0.1rem solid currentColor;
	font-size: 5.9rem;
}

.wp-block-pullquote blockquote {
	border: none;
	margin: 0;
	padding: 0;
}

.wp-block-pullquote blockquote p {
	font-family: inherit;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.178571429;
	letter-spacing: -0.041785714em;
	max-width: 100%;
}

.wp-block-pullquote p:last-of-type {
	margin-bottom: 0;
}

.wp-block-pullquote cite {
	color: #6d6d6d;
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 1.2rem;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: 2.8rem;
}

.wp-block-pullquote.alignleft {
	text-align: left;
}

.wp-block-pullquote.alignright {
	text-align: right;
}

.wp-block-pullquote.alignleft::before {
	margin-left: 0;
}

.wp-block-pullquote.alignright::before {
	margin-right: 0;
}

/* STYLE: SOLID BACKGROUND COLOR */

.wp-block-pullquote.is-style-solid-color {
	padding: 3rem 2rem;
}

.wp-block-pullquote.is-style-solid-color::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before,
.wp-block-pullquote.is-style-solid-color.alignright::before {
	transform: translateY(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before {
	left: 2rem;
}

.wp-block-pullquote.is-style-solid-color.alignright::before {
	left: auto;
	right: 2rem;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
	text-align: inherit;
}

.wp-block-pullquote.is-style-solid-color cite {
	color: inherit;
}

/* Block: Separator  ------------------------- */

hr.wp-block-separator {
	margin: 3rem 0;
}

/* STYLE: WIDE */

.wp-block-separator.is-style-wide {
	max-width: calc(100vw - 4rem);
	position: relative;
	width: 100%;
}

/* STYLE: DOTS */

.wp-block-separator.is-style-dots::before {
	background: none;
	color: inherit;
	font-size: 3.2rem;
	font-weight: 700;
	height: auto;
	letter-spacing: 1em;
	padding-left: 1em;
	position: static;
	transform: none;
	width: auto;
}

.wp-block-separator.is-style-dots::after {
	content: none;
}


/* Block: Search ----------------------------- */

.wp-block-search .wp-block-search__input {
	width: auto;
}

/* Block: Table ------------------------------ */

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: #dcd7ca;
}

figure.wp-block-table.is-style-stripes {
	border-bottom: none;
}

.wp-block-table.is-style-stripes table {
	border-collapse: inherit;
}

/* Block: Quote ------------------------------ */

.wp-block-quote p,
.wp-block-quote cite {
	text-align: inherit;
}

.wp-block-quote[style="text-align:center"] {
	border-width: 0;
	padding: 0;
}

.wp-block-quote[style="text-align:right"] {

	/*rtl:begin:ignore*/
	border-width: 0 0.2rem 0 0;
	padding: 0 2rem 0 0;

	/*rtl:end:ignore*/
}

/* STYLE: LARGE */

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	border: none;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-family: inherit;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.285;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	font-size: 1.6rem;
	text-align: inherit;
}

/* Block: Widget Latest Comments ------------- */

.entry-content .wp-block-latest-comments li {
	margin: 2rem 0;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 5.5rem;
}

.entry-content .wp-block-latest-comments a {
	text-decoration: none;
}

.entry-content .wp-block-latest-comments a:hover,
.entry-content .wp-block-latest-comments a:focus {
	text-decoration: underline;
}

.wp-block-latest-comments__comment {
	font-size: inherit;
}

.wp-block-latest-comments__comment-date {
	margin-top: 0.4em;
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: 0.7em;
	margin: 0.9rem 0 2rem 0;
}

/* Block: Widget Latest Posts ---------------- */

.wp-block-latest-posts.is-grid li {
	border-top: 0.2rem solid #dcd7ca;
	margin-top: 2rem;
	padding-top: 1rem;
}

.wp-block-latest-posts.has-dates {
	list-style: none;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li {
	margin-top: 1.5rem;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li:first-child {
	margin-top: 0;
}

/* -------------------------------------------------------------------------- */

/*	END WordPress Blocks from TwentyTwenty
/* -------------------------------------------------------------------------- */





@media all and (min-width: 1700px) {
	.girl {
	    width: 25% !important;
	}
	.girl.tour-thumb {
		width: 25% !important;
	}
	.homepage-featured .girl{
		width: 25% !important;
	}
	.homepage-premium .girl{
		width: 20% !important;
	}
}

@media all and (max-width: 1699px) {
	.girl {
	    width: 25%;
	}
	.girl.tour-thumb {
		width: 25% !important;
	}
	.homepage-featured .girl{
		width: 33.33% !important;
	}
	.homepage-premium .girl{
		width: 25% !important;
	}
	.show-separator {
		display: none !important;
	}
}

@media all and (max-width: 1550px) {
	.girlsingle .thumbs .profile-video-thumb-wrapper,
	.girlsingle .thumbs .profile-img-thumb-wrapper {
		width: 20%;
	}

}

@media all and (max-width: 1350px) {
	.girlsingle .thumbs .profile-video-thumb-wrapper,
	.girlsingle .thumbs .profile-img-thumb-wrapper {
		width: 25%;
	}
}

/***** Fix cramped middle content by removing left sidebar on medium screens *****/
@media all and (max-width: 1250px) and (min-width: 960px) {
	.body {
		margin: 0 250px 0 0px;
		border-left: 0px;
	}
	.sidebar-left {
		display: none;
	}
	.show-separator {
		display: none !important;
	}
}

@media all and (max-width: 1100px)  {
	.girl {
	    width: 33.33% !important;
	}
	.girl.tour-thumb {
		width: 33.33% !important;
	}
	.homepage-featured .girl{
		width: 33.33% !important;
	}
	.homepage-premium .girl{
		width: 25% !important;
	}
}

@media all and (max-width: 960px) {
	.body{
		margin: 0 0 0 0;
		border-left: 0px;
		border-right: 0px;
	}
	.girl {
	    width: 33.33% !important;
	}
	.girl.tour-thumb {
		width: 33.33% !important;
	}
	.homepage-featured .girl{
		width: 33.33% !important;
	}
	.homepage-premium .girl{
		width: 25% !important;
	}

	.sidebar-right {
		width: 100%;
		margin: 0;
		display: table-caption;
		float: none;
	}
	.sidebar-left {
		display: none !important;
	}
	.show-separator {
		display: none !important;
	}
	.girlsingle .thumbs .profile-img-thumb .edit-buttons .icon {
		font-size: 1rem !important;
	}
	.footer .widgetbox {
		text-align: left;
	}
	.profile-page .profile-img-thumb{
		padding-bottom: 0 !important;
	}
	.girlsingle .thumbs .profile-img-thumb .edit-buttons{
		width: auto !important;
	}

}

@media all and (max-width: 650px) {
	.girl {
	    width: 50% !important;
	}
	.girl.tour-thumb {
		width: 50% !important;
	}
	.homepage-featured .girl{
		width: 50% !important;
	}
	.homepage-premium .girl{
		width: 50% !important;
	}
}



.payment-note-after-checkout{
	text-align: center;
	border: 1px solid red;
	padding: 15px;
	margin-bottom: 30px;
}


.currency-selector-wrapper{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1)
}

.banners-required{
	color: #ffffff;
	background-color: var(--accent-colour);
	padding: 15px 15px;
}

.banners-required h4{
	color: #ffffff;
}

.banners-required p:last-of-type{
	margin-bottom: 0;
}

.banners-required a{
	color: #ffffff;
	text-decoration: underline;
}


.apply-homepage-cover{
	line-height: 2rem;
	position: relative;
}

.apply-homepage-cover a{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.apply-homepage-cover a,
.apply-homepage-cover a:hover,
.apply-homepage-cover a:active,
.apply-homepage-cover a:focus{
	color: #fff;
}

.apply-homepage-cover .show-price{
	font-weight: 600;
    padding: 7px 5px;
    font-size: 14px;
    line-height: 1.83rem;
}


.wcpa_helptext{
	display: block;
}



/* Bootstap Safari Columns fix
   ========================= */

.col-4{
	-ms-flex: 0 0 33.3%;
	flex: 0 0 33.3%;
	max-width: 33.3%;
}

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { 
	.col-sm-4{
		-ms-flex: 0 0 33.3%;
		flex: 0 0 33.3%;
		max-width: 33.3%;
	}
}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { 
	.col-md-4{
		-ms-flex: 0 0 33.3%;
		flex: 0 0 33.3%;
		max-width: 33.3%;
	}
}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { 
	.col-lg-4{
		-ms-flex: 0 0 33.3%;
		flex: 0 0 33.3%;
		max-width: 33.3%;
	}
}

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { 
	.col-xl-4{
		-ms-flex: 0 0 33.3%;
		flex: 0 0 33.3%;
		max-width: 33.3%;
	}
}



/***** Advertise Here profile listing *****/
.profile-19217 .model-info, /* main listing */
.profile-19219 .model-info, /* nyc */
.profile-19224 .model-info, /* las vegas */
.profile-19229 .model-info, /* san francisco */
.profile-19237 .model-info, /* austin */
.profile-19236 .model-info, /* boston */
.profile-19240 .model-info, /* chicago */
.profile-19238 .model-info, /* dallas */
.profile-19239 .model-info, /* houston */
.profile-19235 .model-info, /* north florida */
.profile-19234 .model-info, /* orlando */
.profile-19231 .model-info, /* sacramento */
.profile-19230 .model-info, /* san diego */
.profile-19232 .model-info, /* san jose */
.profile-19233 .model-info, /* tampa */
.profile-19241 .model-info, /* washington dc */
.profile-19245 .model-info, /* dubai */
.profile-19379 .model-info, /* tokyo */
.profile-19380 .model-info, /* hong kong */
.profile-19382 .model-info, /* singapore */
.profile-20272 .model-info,	/* Athens */
.profile-20273 .model-info,	/* Bucharest */
.profile-20274 .model-info,	/* Budapest */
.profile-20275 .model-info,	/* Copenhagen */
.profile-20276 .model-info,	/* Dublin */
.profile-20277 .model-info,	/* Kiev */
.profile-20278 .model-info,	/* Lisbon */
.profile-20279 .model-info,	/* Luxembourg */
.profile-20280 .model-info,	/* Minsk */
.profile-20281 .model-info,	/* Monaco */
.profile-20282 .model-info,	/* Moscow */
.profile-20283 .model-info,	/* Oslo */
.profile-20284 .model-info,	/* Riga */
.profile-20285 .model-info,	/* Sofia */
.profile-20286 .model-info,	/* Stockholm */
.profile-20287 .model-info,	/* Warsaw */
.profile-20288 .model-info,	/* Zagreb */
.profile-24576 .model-info, /* Sao Paul */
.profile-24577 .model-info /* Rio de Janeiro */
{
	display: none;
}

.postid-19217 .girlsinglelabels,
.postid-19217 .online-status,
.postid-19217 .aboutme,
.postid-19217 .section-about-me,
.postid-19217 .section-stats,
.postid-19217 .section-languages,
.postid-19217 .section-services,
.postid-19217 .section-rates,
.postid-19217 .section-contact,
.postid-19217 .section-touring{
	display: none;
}




.sr-slider-wrapper{
	width: 100% !important;
	margin: 0 !important;
}

.sr-slider .girl{
	width: 100% !important;
	padding: 0;
}

.sr-slider .girl .labels{
	display: inline-block;
	width: 100%;
	padding: 4px;
}

.sr-slider .girl .labels .label-featured{
	display: none;
}


/**
 * Flex Layout
 */

.all{
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}

.contentwrapper{
  order: 2;
  flex: 1;
  float: none;
}

.body{
  margin: 0 !important;
  height: 100%;
}

.bodybox{
  border-top: 0px solid rgba(0,0,0,0.1) !important;
  border-bottom: 0px solid rgba(0,0,0,0.1) !important;
}

.sidebar-left{
  order: 1;
  float: none;
  margin-left: 0;
}

.sidebar-right{
  order: 3;
  float: none;
  margin-left: 0;
}

.footer{
  flex-basis: 100%;
  order: 4;
}

.underfooter{
  flex-basis: 100%;
  order: 5;
}


@media (max-width: 960px){
  .contentwrapper{
    order: 2;
  }
  .sidebar-right{
    order: 1;
  }
}





.footer li{
	list-style: none;
}