/*
Theme Name: Thirteenmedia
Theme URI: https://www.thirteenmedia.co.uk/
Author: Patryk Rozanski
Author URI: https://wordpress.org/
*/

/*Fonts*/


@font-face {
	font-family: 'gothic';
	src: url('./fonts/gothic.woff') format('woff');
}

@font-face {
	font-family: 'century-gothic-bold';
	src: url('./fonts/gothicb.ttf') format('woff');
}

body, html {
  height: 100%;
  margin: 0;
   padding:0;
   color:#000;
      overflow: hidden;
  	font-family: 'gothic';
}

main {
 position:relative
}

* {
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 outline:0;
 -webkit-tap-highlight-color:transparent;
 box-sizing:border-box
}

.clear:after {
 content:".";
 visibility:hidden;
 display:block;
 clear:both
}

    .content {

        background-color: #fab900;
          height: 100%;
        width:100%;
        position: absolute;
        top: 0px;
left: 130%;

    }

.page-template-template_gallery .content {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #fab900;
        top:0px;
        left: -70%;
        padding: 60px;

    }

		.page-template-template_freshers .content {
		        position: absolute;
		        width: 100%;
		        height: 100%;
		        background-color: #fab900;
		        top:0px;
		        left: -70%;
		        padding: 60px;

		    }

.page-template-template_gallery .content2, .page-template-template_home .content2 {
    background-color: #fab900;
      height: 100%;
    width:100%;
    position: absolute;
    top: 0px;
left: 0%;
z-index: 1;
padding: 60px;
}

.page-template-template_freshers .content2 {
    background-color: #475257;
      height: 100%;
    width:100%;
    position: absolute;
    top: 0px;
left: 0%;
z-index: 1;
padding: 60px 0px 60px 60px;
}

.page-template-template_freshers .pack .middle {
  position: absolute;
  color: #475257;
	font-size: 15px;
}

.page-template-template_freshers .side_text {
  left: 0px;
}

.page-template-template_freshers .text {
	color: #fab900;
}

.page-template-template_freshers .bar {
	background-color: #fab900;
}

.page-template-template_freshers .traingle {
		background-color: #475257;
}

    .page-template-default .content {
      left: 0%;
      padding: 60px;
    }

    .content.active {
        left: 70%;
        transition-delay: 0s;
    }

    .content .menu-item {
      font-family: 'gothic';
      font-size: 35px;
      margin-bottom: 80px;
      line-height: 35px;
      opacity: 1;
      transition: left 200ms ease-out;
      position: relative;
      left: 0px;
      text-transform: uppercase;
      list-style: none;
    }
        .content .menu-item:hover {
            cursor: pointer;
            left: 3px;
        }

        .nav_wrap {
      opacity: 1;
      transition: opacity 100ms ease-out;
      transform: translate(0%,-50%);
      position: absolute;
      top: 50%;
      left: 60px;
      width: 100%;
    }

    .nav_wrap nav ul {
  padding: 0px;
  margin: 0px;
}

        .nav_wrap.ani1 {
            opacity: 0;

        }

.bg {
  /* The image used */
  background-image: url("HomePage_bk.png");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    opacity: 1;
    transition: opacity 500ms ease-out;
}

    .bg.ani {
        opacity: 1;
    }

    .triangle-left {
        width: 20%;
        clip-path: polygon(100% 0, 0 50%, 100% 100%);
        background-color: #fab900;
        position: absolute;
        left: calc(-20% + 1px);
        top:0px;
        height:100%;
    }

.content svg.menu {
  position: absolute;
  top: 50%;
  left: calc(-20% - 60px);
  transform: translate(0%,-50%);
        opacity: 1;
        transition: opacity 500ms ease-out;
}

    .content svg.active {
        pointer-events: none;
        opacity: 0;
    }

.slider_wrap {
  background: transparent;
  padding: 60px;
  transform: translate(0%,-50%);
  position: absolute;
  top: 50%;
  left: -100%;
  width: 100%;
}

    .slider_wrap img {
        width:75%;
        margin-bottom: 30px;
    }

    .slider_wrap img:last-child {
  margin-bottom: 0px;
}

    .slider_wrap .slider {
  margin-bottom: 30px;
        pointer-events: none;
}

.slider_wrap .slider:last-child {
  margin-bottom: 30px;
}

h1 {
  font-size: 60px;
  line-height: 60px;
}

nav.ani1 {
    opacity: 0;

}

    a {text-decoration: none; color: #000;}

    .newcol {background-color: #595757;}
    .newcol .triangle-left {background-color: #595757;}

    .menubee:hover {
      cursor: pointer;
    }

    .text {
      opacity: 0;
      transition: opacity 100ms ease-out;
      animation-delay: 3s;
      height: 100%;
      padding-bottom: 65px;
    }

    .overflow {
      height: 100%;
      overflow: auto;
      padding-right: 20px;
    }

    .text.ani {
        opacity: 1;
    }

    h1,p {font-family: 'gothic';}

    p strong {font-family: 'century-gothic-bold';}

.stick {display: none;}
.page-id-292 .stick {display: block;}
.page-id-292 .bee {display: none;}

.page-id-292 h1,.page-id-292 p {font-family: 'gothic';  color: #fab900}

.page-id-292 p strong {font-family: 'century-gothic-bold'; color: #fab900;}

.page-id-292 .bar {background-color: #fab900;}

.stick {
position: absolute;
top: 50%;
right: calc(-20% - 70px);
transform: translate(0%,-50%) rotate(0deg);
opacity: 1;
transition: all 300ms ease-out;
}

.bee:hover {
    cursor: pointer;
   /* transform: translate(0%,-50%) rotate(90deg);*/
}

.stick.active {
    /*transform: translate(0%,-50%) rotate(90deg);*/
}

.page-id-292 .content {
    background-color: #595757;
}
.page-id-292 .triangle-right {background-color: #595757;}

.content.newcol1 {
    background-color: #fab900 !important;
}

.newcol1 .triangle-right {background-color: #fab900 !important;}

.column {
  display: flex;
  width: 100%;
  height: 100%;
}

    .left {
  width: 50%;
  padding-right: 60px;
  height: 100%;
                position: relative;
}

    .right {
  width: 50%;
  padding-left: 90px;
  height: 100%;
        position: relative;
}

.page-template-template_gallery .left, .page-template-template_freshers .left {
  width: 70%;
  padding-right: 90px;
}

.page-template-template_gallery .right {
	width: 30%;
	padding-left: 90px;
}

.page-template-template_freshers .right {
  width: 30%;
  padding-left:60px;
}

    .triangle-right {
        width: 20%;
        clip-path: polygon(0 0, 0% 100%, 100% 50%);
        background-color: #fab900;
        position: absolute;
        right:-20%;
        top:0px;
        height:100%;
    }

    h1 {
      font-size: 40pt;
      line-height: 45pt;
      margin-bottom: 30px;
      margin-top: 0px;
      text-transform: uppercase;
    }

    h2 {
      font-family: 'century-gothic-bold';
      font-size: 30px;
      line-height: 30px;
    }

    p {
      font-size: 16pt;
      line-height: 18pt;
    }

    .bar {
      height: 10px;
      width: 40px;
      display: block;
      background-color: #000;
        margin-bottom: 34px;
    }

    .side_text a {
  text-decoration: none;
  color: #000;
  font-size: 18pt;
  line-height: 21pt;
  font-family: 'gothic';
}

    .side_text a span {
  position: relative;
  top: -16px;
  left: 13px;
}

   /* .side_text {
  position: absolute;
  bottom: 0px;
  left: 90px;
}*/

    .bee {
  position: absolute;
  top: 50%;
  right: calc(-20% - 95px);
  transform: translate(0%,-50%) rotate(0deg);
  opacity: 1;
  transition: all 300ms ease-out;
}

    .bee:hover {
        cursor: pointer;
        transform: translate(0%,-50%) rotate(90deg);
    }

    .bee.active {
        transform: translate(0%,-50%) rotate(90deg);
    }


    @keyframes MOVE-BG1 {
 from {
   transform: rotate(0deg);
 }
 to {
   transform: rotate(360deg);
 }
}

    .side_text a:hover svg.circle {
        animation-name: MOVE-BG1;
        animation-duration: 5s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

    .wpcf7-form-control {
      border: 1px solid #000;
      padding: 10px 10px;
      font-family: 'gothic';
      font-size: 16pt;
      line-height: 18pt;
      background-color: transparent;
      width: 100%;
      margin: 10px 0px 15px 0px;
    }

    .wpcf7-textarea {
height: 100px;
}

.wpcf7-submit {
background: #000;
color: #fab900;
font-family: 'century-gothic-bold';
font-style: italic;
text-transform: uppercase;
font-size: 18px;
width: auto;
padding: 15px 60px;
float: right;
clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0 52%, 0% 0%);
}

.mapbtn {
background: #000;
color: #fab900;
font-family: 'century-gothic-bold';
font-style: italic;
text-transform: uppercase;
font-size: 18px;
width: auto;
padding: 15px 60px 15px 30px;
clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0 52%, 0% 0%);
display: inline-block;
}

.wpcf7-form p {
margin: 0px;
margin-bottom: 0px;
font-size: 18px;
}

/*Gallery*/

.traingle {
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    background-color: #fab900;
    position: absolute;
    top:0px;
    right: -20%;
    width: 20%;
    height: 100%;
}

.traingle.tri1 {
    clip-path: polygon(50% 0, 100% 0%, 50% 100%, 0% 100%);
    position: absolute;
    top:0px;
    right: -80%;
    width: 80%;
    height: 100%;
}

.traingle.tri2 {
    clip-path: polygon(50% 0, 100% 0%, 50% 100%, 0% 100%);
    position: absolute;
    top:0px;
    right: -92%;
    width: 80%;
    height: 100%;
}

.traingle.tri3 {
    clip-path: polygon(50% 0, 100% 0%, 50% 100%, 0% 100%);
    position: absolute;
    top:0px;
    right: -104%;
    width: 80%;
    height: 100%;
}

.traingle.tri4 {
    clip-path: polygon(50% 0, 100% 0%, 50% 100%, 0% 100%);
    position: absolute;
    top:0px;
    right: -116%;
    width: 80%;
    height: 100%;
}

.traingle.tri5 {
    clip-path: polygon(50% 0, 100% 0%, 50% 100%, 0% 100%);
    position: absolute;
    top:0px;
    right: -128%;
    width: 80%;
    height: 100%;
}

.traingless {
background-color: #000;
position: absolute;
top: 0px;
right: -40%;
width: 40%;
height: 100%;
}

.overlay {
width: 100%;
height: 100%;
background-color: #fab900;
mix-blend-mode: multiply;
opacity: 1;
transition: opacity 400ms ease-out;
}

.gallery {
  width: 60%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  height: 100%;
  opacity:0;
  pointer-events: none;
  transition: opacity 400ms ease-out;
}

.gallery.active {
  opacity: 1;
    pointer-events: initial;
}

.view_wrap {
  line-height: 0px;
  position: absolute;
  width: 100%;
  padding: 0px 50px;
  transform: translate(0%,-50%);
  top: 50%;
}

.gallery_view {
  border: 9px solid #fab900;
  background-position: center;
  background-size: cover;
}

.traingle.gal:hover {cursor: pointer;}
.traingle.gal:hover .overlay { opacity: 0; }

.close {
  background-color: #fab900;
  position: absolute;
  padding: 20px;
  top: 0px;
  right: 50px;
}

.close:hover {cursor: pointer;}

.close svg path {
  fill: #fff;
}

.pack {
margin-right: 15px;
position:relative;
display: inline-block;
}

.pack .middle {
  position: absolute;
  color: #fab900;
  top: 48%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 14px;
  line-height: 20px;
	text-transform: uppercase;
	text-align: center;
}

body.page-id-292 .pack .middle {
  color: #595757;
  font-size: 14px;
	  line-height: 15px;
}

.page-template-template_freshers .pack .middle {
	font-size: 10px;
	line-height: 12px;
}

@media only screen and (min-width:1px) and (max-width:1000px) {

	.page-template-template_freshers .content2 {
	padding: 60px 60px 60px 60px;
	}

	.page-template-template_freshers .pack .middle {
		font-size: 12px;
    line-height: 15px;
}

	.nav_wrap {
	  opacity: 1;
	  transition: opacity 100ms ease-out;
	  transform: translate(-50%,-50%);
	  position: absolute;
		left:50%;
	  top: 65%;
	  width: auto;
	  white-space: nowrap;
	}

.content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: -120%;
  left: 0%;
}

.page-template-default .content {
top: 0%;
	padding: 40px;
}

.triangle-left {
  width: 100%;
  position: absolute;
  left: 0px;
  top: calc(100% - 1px);
  height: 10%;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.content svg.menu {
  position: absolute;
  top: calc(110% + 30px);
  left: 50%;
  transform: translate(-50%,0%);
}

.overflow {
  margin-right: -20px;
}

.content .menu-item {
  font-family: 'gothic';
  font-size: 25px;
  margin-bottom: 40px;
  line-height: 25px;
	text-align: center;
}

.slider_wrap {
  background: transparent;
  padding: 30px;
}

.menubee {
  margin: 0px auto;
  display: block;
}

.left {
width: 100%;
padding-right: 30px;
height: 100%;
position: relative;
display: none;
}

.right {
width: 100%;
padding-left: 0px;
height: 100%;
position: relative;
}

.package {
  position: initial !important;
  bottom: 0px;
  left: 0px;
}

.package svg {
  width: 200px;
  height: auto;
  margin: 30px auto;
  display: block;
}

.package a {
  margin: 0px !important;
}

.side_text {
  position: initial;
  bottom: auto;
  left: auto;
  margin-top: 40px;
}

.side_text svg {
  width: 40px;
	height: auto;
}

.side_text a {
  color: #000;
  font-size: 14pt;
  line-height: 14pt;
  font-family: 'gothic';
}

.side_text a span {
  position: relative;
  top: -20px;
  left: 10px;
}


.text {
  height: 55%;
	text-align: center;
}

h1 {
  font-size: 20pt;
  line-height: 25pt;
}

p {
  font-size: 13pt;
  line-height: 17pt;
}

.bar {
	height: 7px;
width: 30px;
margin: 0px auto 25px auto;
}

.triangle-right {
  width: 100%;
  position: absolute;
  right: 0%;
  top: calc(-10% + 1px);
  height: 10%;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.bee {
  position: absolute;
  right: auto;
  top: calc(-10% - 70px);
  transform: translate(-50%,0%) rotate(0deg);
  opacity: 1;
  transition: all 300ms ease-out;
  left: 50%;
}

.bee:hover {
		cursor: pointer;
		  transform: translate(-50%,0%) rotate(0deg);
}

.bee.active {
		  transform: translate(-50%,0%) rotate(0deg);
}

.stick {
  position: absolute;
  top: calc(-10% - 90px);
  transform: translate(-50%,0%) rotate(0deg);
  opacity: 1;
  transition: all 300ms ease-out;
  right: auto;
  left: 50%;
}

.page-template-template_gallery .content, .page-template-template_freshers .content {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0px;
  left: 0%;
}

.page-template-template_gallery .right, .page-template-template_freshers .right {
  width: 100%;
  padding-left: 0px;
}

.traingle {
  width: 100%;
  position: absolute;
  right: 0%;
  top: calc(-10% + 1px);
  height: 10%;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.bigbee {
  width: 50%;
}

.page-template-template_gallery .side_text svg {
	  width: 50% !important;
}


.page-template-template_freshers .side_text svg {
  width: 75% !important;
}

/*Traingles*/

.traingless {
  background-color: #000;
  position: absolute;
  top: 0px;
  right: auto;
  width: calc(100%/6);
  height: 100%;
  left: 0px;
}

.traingle.tri1 {
  clip-path: none;
  position: absolute;
  top: 0px;
  right: auto;
  width: 20%;
  height: 100%;
  left: calc(100%/6);
  width: calc(100%/6);
  background-position: center;
  background-size: cover;
}

.traingle.tri2 {
  clip-path: none;
  position: absolute;
  top: 0px;
  right: auto;
  width: 80%;
  height: 100%;
  width: calc(100%/6);
  left: calc(100%/6*2);
  background-position: center;
  background-size: cover;
}

.traingle.tri3 {
  clip-path: none;
  position: absolute;
  top: 0px;
  right: auto;
  width: calc(100%/6);
  height: 100%;
  left: calc(100%/6*3);
  background-position: center;
  background-size: cover;
}

.traingle.tri4 {
  clip-path: none;
  position: absolute;
  top: 0px;
  right: auto;
  width: calc(100%/6);
  height: 100%;
  left: calc(100%/6*4);
  background-position: center;
  background-size: cover;
}

.traingle.tri5 {
  clip-path: none;
  position: absolute;
  top: 0px;
  right: auto;
  width: calc(100%/6);
  height: 100%;
  left: calc(100%/6*5);
  background-position: center;
  background-size: cover;
}

.gallery {
  width: 100%;
  position: absolute;
  top: 0px;
  right: auto;
  z-index: 2;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms ease-out;
}

.view_wrap {
  padding: 0px 30px;
}

.close {
  right: 30px;
}

.pack .middle {
  font-size: 12px;
}

body.page-id-292 .pack .middle {
  font-size: 7px;
  line-height: 7px;
}


}
