/*
Theme Name: The Pool Place Theme
Theme URI: icu2 custom WP theme
Description: Wordpress Custom Theme for "The Pool Place"
Version: 2.0
Author: Dom Suto
Author URI: https://www.icu2.com.au
*/

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea {
    width: 95%;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.34);
    border: 1px solid #797979;
    padding-left: 5px;
    color: #9FC8EC;     ;
}


body::-webkit-scrollbar {
    width: 1em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #9fc8ec;
  outline: 1px solid #9fc8ec;
}


input{height: 25px; font-size: 15px; width: 35%;}

img {
    -ms-interpolation-mode: bicubic;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
input.wpcf7-form-control.wpcf7-submit {
    background-color: #9fc8ec;
    width: auto;
    color: black;
    /* padding-top: 24px; */
    /* float: left; */
    padding: 15px 100px;
    /* padding-bottom: 15px; */
    border: none;
    font-size: 14px;
    transition: 0.3s;
    height: auto;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    font-size: 15px;
    color: #9FC8EC;;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #88b0d4;
    transition: 0.3s;
    cursor: pointer;
}
@media only screen and (max-width:905px) {
    ul.products li {width: 100%;}
}


/* FIX IMAGE SIZES */
.entry img,
.comment-content img,
.widget img, .wp-caption {
max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
width: 100%;
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
max-width: 100%;
width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}


body
{
height: 100%;
background: url('images/repeating-bg4.png') repeat;
background-color: #3D3C33;
margin:0;
padding:0;
color: #A7AAAA;
font-family: 'Euro';
font-size: 14px;
line-height: 24px;
font-weight: 100;
}
/* Fonts */
@font-face {
    font-family: 'Euro';
       src: url('https://thepoolplace.com.au/wp-content/themes/pool/fonts/eurostar-webfont.eot');
       src: url('https://thepoolplace.com.au/wp-content/themes/pool/fonts/eurostar-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://thepoolplace.com.au/wp-content/themes/pool/fonts/eurostar-webfont.woff') format('woff'),
         url('https://thepoolplace.com.au/wp-content/themes/pool/fonts/eurostar-webfont.ttf') format('truetype'),
         url('https://thepoolplace.com.au/wp-content/themes/pool/fonts/eurostar-webfont.svg#EurostarRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Hiperlink */
a{text-decoration:none;}
a:hover,a:active,a:focus{text-decoration:none;}
a:link {color:#A1C7D0;}    /* unvisited link */
a:visited {color:#A1C7D0;} /* visited link */
a:hover {color:#78b8f0;}   /* mouse over link */
  /* selected link */

/* Headings */
h1,h2,h3,h4,h5,h6{line-height:100%;margin-bottom:5px}
h1 { font-size: 250%; }
h2 { font-size: 200%; }
h3 { font-size: 130%; font-weight: normal; }
h4 { /*font-size: 110%;*/ }
h5 { font-size: 100%; }
h6 { font-size: 90%; }
h1, h2{/*font-size:175%*/;font-weight:400;line-height:normal;border-bottom:0px dashed #d3d3d3;margin:0 0 10px;padding:0 0 10px}
h4{font-size:175%;color: #A1C7D0; font-weight:300;line-height:normal;border-bottom:0px dashed #d3d3d3;margin:0 0 10px;padding:0 0 10px}
ul,ol,h1,h2,h3,h4,h5,h6{margin:0.7em 0;padding:0}
p{/*padding-bottom: 20px*/;}

.size-full.wp-image-17 {
    width: 100%;
    height: auto;
}
/* pocetak stranice */
#container{ 
  height: 560px;
  position:relative; 
  margin:0 auto;
  max-width:960px;
  }

/* ------ header ------*/
#header{  
  width:100%;
  height: auto;}

/* ------ navigacija ------*/
#navigation{
  z-index: 6000;
  max-width: 960px;
  height: 37px;
}
#cssmenu {
  z-index: 6000;
  position: relative;
  height: 44px;
  width: 100%;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu  ul {
  position: relative;
  display: block;
  height: 32px;
  width: 100%;
  z-index: 500;
}
#cssmenu  ul  li {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
#cssmenu  ul  #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  font-family: Euro,Arial,Helvetica,sans-serif;
  text-decoration: none;
}
#cssmenu  ul  li  a {
  font-size: 17px;
  font-weight: 100;
  padding: 13px 20px;
  color: #A0C8EC;
  text-transform: none;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}


/* ----- navigation responsive font size to fit -----*/
@media only screen and (max-width:950px) {
  #cssmenu  ul  li  a {font-size:16px;}
  #cssmenu  ul  li  a{padding: 15px 10px;}
    }
@media only screen and (max-width:750px) {
  #cssmenu  ul  li  a {font-size:15px;}
  #cssmenu  ul  li  a{padding: 17px 10px;}
    }
@media only screen and (max-width:700px) {

  #cssmenu  ul  li  a{padding: 19px 10px;}
  #like{top: 80px;}}






#cssmenu  ul  li.has-sub  a {
  padding-right: 20px;
}
#cssmenu  ul  li:hover  a {
  color: #ffffff;
}
#cssmenu li.has-sub::after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul  li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #A1C7D0;
}
#cssmenu  ul  li:hover::after {
  border-top-color: #ffffff;
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px; /*aaaaaaaaaaaaaaaaaaaa*/
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu  ul  li:hover  ul {
  left: auto;
  top: 44px;
  opacity: 1;
}
#cssmenu ul ul li:hover  ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu ul ul li a {
  width: 130px;
  border-bottom: #9fc8ec;
  padding: 10px 20px;
  font-size: 14px;
  color: #9fc8ec;
  background: #9fc8ec;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#cssmenu ul ul li:hover > a {
  background: #f6f6f6;
  color: #005799;
}
#cssmenu ul ul li:last-child  a,
#cssmenu ul ul li.last  a {
  border-bottom: 0;
}
.submenuArrow {
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #fff;
  position: absolute;
  top: -12px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #065a96;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}

#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #fff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@media all and (max-width: 670px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

  #cssmenu {
    margin: 0 auto;
    margin-top: 15px;
    height: 28px;
    width: 50%;
  }
  #cssmenu ul {
    width: auto;
     background: #9fc8ec;
  }
  #cssmenu .submenuArrow,
  #cssmenu #indicatorContainer {
    display: none;
  }
  #cssmenu  ul {
    height: auto;
    display: block;
  }
  #cssmenu  ul  li {
    float: none;
  }
  #cssmenu li,
  #cssmenu  ul  li {
    display: none;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu ul  li:hover  ul,
  #cssmenu ul ul  li:hover  ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
  }
  #cssmenu ul .has-sub::after {
    display: none;
  }
  #cssmenu ul li a {
    color: black;
    padding: 12px 20px;
  }
  #cssmenu ul ul li a {
    color: black;
    border: 0;
    background: none;
    width: auto;
    padding: 8px 35px;
  }
  #cssmenu ul ul li:hover  a {
    background: none;
    color: #005799;
  }
  #cssmenu ul ul ul a {
    padding: 8px 50px;
  }
  #cssmenu ul ul ul ul a {
    padding: 8px 65px;
  }
  #cssmenu ul ul ul ul ul a {
    padding: 8px 80px;
  }
  #cssmenu ul ul ul ul ul ul a {
    padding: 8px 95px;
  }
  #cssmenu  ul  #menu-button {
    display: block;
    cursor: pointer;
  }
  #cssmenu #menu-button  a {
    padding: 14px 20px;
  }
  #cssmenu ul.open li,
  #cssmenu  ul.open  li {
    display: block;
  }
  #cssmenu  ul.open  li#menu-button  a {
    color: #fff;
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    right: 20px;
    top: 15px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid black;
    right: 20px;
    top: 25px;
  }
  #cssmenu ul.open #menu-button::after,
  #cssmenu ul.open #menu-button::before {
    border-color: #fff;
  }
}

/* meni-meni */


/* ------ slideshow ------*/
#slideshow{
  z-index: -1;
  margin:0px 0px 0px 0px;
  width: 100%;
  height: auto;
  position: relative;}

.rslides {
  z-index: 200;
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  max-height: 320px;
  padding: 0;
  margin: 0;
  float: left;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  max-height: 320px;
  float: left;
  width: 100%;
  border: 0;
  }

/* ------ facebook like division ------*/
.framelike{width:100%;}
#like{ 
  z-index: 500;
  padding-left: 10px; 
  width: 40%; 
  height:20px;
  position: absolute; 
  margin-top: 280px;}

/* ------ main content ------*/
#main{
  width: 100%; 
  height: 100%;}

/* ------ left------*/
#left{
  margin-bottom: 30px;
  margin-top: 30px; 
  float:left;
  width: 60%;
  /*min-height: 900px;*/
  margin-left: 10px; 
  font-size: 16px;}

/* ------ right ------*/
.img-right{
  float: right;
  width: 100%;
  height: auto;}

#right{ 
  z-index: 5000;
  float:right;
  width: 37%;
  position: absolute;
  top: 319px;
  right: 0;}

#blog-right{
  z-index: 5000;
  float: right;
  width: 30%;
  position: absolute;
  top: 620px;
  right: 0;}

#pic-up{
  width: 50%;
  height: auto;
  top: 16%;
  padding-left: 45%;
  position: absolute;
}
.pic-up{
  width: 100%;
  height: auto;
}
.text{color:  #4791FF;}
.naslov{
  background-color: white;
  right: 0;
  width: 50%;
  padding-left: 60px;}
#small-right{
  width: 60%;
  height: 10%;
  position: absolute;
  top: 23%;
  padding-left: 35%;
}
#social{
  width: 50%;
  height: auto;
  top: 45%;
  padding-left: 25%;
  position: absolute;
}
.pic-do{
  float: left;
  width: 40%;
}

/*------ Responsive Right Hide Sidebar ------*/
@media only screen and (max-width:540px) {
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea {
    width: 103%;
}
  select.responsiveMenuSelect {
    position: relative;
    top: 15px!important;
}
    h1 { font-size: 180%; margin-left: 10px; margin-left: 20px;}
    #right {display: none;}
    #left{width: 85%;margin-left: 5%; margin-right: 5%; } 
    #blog-right{width: 80%;margin-left: 15%; margin-right: 5%;}
    #slideshow {display: none; }
    #prvi{display: none;}
    #like{display: none;}
    input{height: 25px; font-size: 15px; width: 60%;  }
    textarea {width: 80%;}
  }


/* Responsive design - right sidebar*/
@media only screen and (max-width:945px) {
    #right {
      width:37%; 
      overflow:hidden;
      position: absolute;
      top: 312px;
      right: 0;}
}


@media only screen and (max-width:960px) {
    #right {width:37%; overflow:hidden;
      position: absolute;top: 312px;right: 0;}
}

@media only screen and (max-width:930px) {
    #right {width:37%; overflow:hidden;
      position: absolute;top: 302px;right: 0;}
}
@media only screen and (max-width:915px) {
    #right {width:37%; overflow:hidden;
      position: absolute;top: 297px;right: 0;}
}
@media only screen and (max-width:900px) {
    #right {width:37%; overflow:hidden;
      position: absolute;top: 292px;right: 0;}
}
@media only screen and (max-width:885px) {
    #right {width:37%; overflow:hidden;
      position: absolute;top: 287px;right: 0;}
}
@media only screen and (max-width:870px) {
    #right {width:37%; overflow:hidden;
      position: absolute;top: 282px;right: 0;}
}
@media only screen and (max-width:850px) {
    #right {width:37%; overflow:hidden;
      position: absolute;top: 277px;right: 0;}
}
@media only screen and (max-width:830px) {
    #right {width:37%; overflow:hidden;
      position: absolute;top: 272px;right: 0;}
}
@media only screen and (max-width:810px) {
    #right {width:37%; overflow:hidden;
      position: absolute;top: 267px;right: 0;}
}
@media only screen and (max-width:790px) {
    #right {width:37%; overflow:hidden;
      position: absolute;top: 262px;right: 0;}
}
@media only screen and (max-width:770px) {
    #right {width:37%; overflow:hidden;
      position: absolute;top: 257px;right: 0;}
}
@media only screen and (max-width:750px) {
    #right {width:37%; overflow:hidden;
      position: absolute;top: 252px;right: 0;}
}
@media only screen and (max-width:730px) {
    #right {width:37%; overflow:hidden;
      position: absolute;top: 247px;right: 0;}
}
@media only screen and (max-width:710px) {
    #right {width:37%; overflow:hidden;
      position: absolute;top: 242px;right: 0;}
}
@media only screen and (max-width:690px) {
    #right {width:37%; overflow:hidden;
      position: absolute;top: 237px;right: 0;}
}
@media only screen and (max-width:670px) {
    #right {width:37%; overflow:hidden;
      position: absolute;top: 232px;right: 0;}
}
@media only screen and (max-width:650px) {
    #right {width:37%; overflow:hidden;
      position: absolute;top: 227px;right: 0;}
}
@media only screen and (max-width:630px) {
    #right {width:37%; overflow:hidden;
      position: absolute;top: 222px;right: 0;}
}
@media only screen and (max-width:610px) {
    #right {width:37%; overflow:hidden;
      position: absolute;top: 217px;right: 0;}
}
@media only screen and (max-width:590px) {
    #right {width:37%; overflow:hidden;
      position: absolute;top: 212px;right: 0;}
}
@media only screen and (max-width:570px) {
    #right {width:37%; overflow:hidden;
      position: absolute;top: 207px;right: 0;}
}
@media only screen and (max-width:550px) {
    #right {width:37%; overflow:hidden;
      position: absolute;top: 202px;right: 0;}
}


#dole{
  margin-top: -184px;}


/* ------ Footer ------ */
#footer{
  margin-top: 700px;
  padding-top: 10px; 
  width: 100%;
  height: 150px;
  bottom: 0;
  left: 0;
 }

#prvi{
  margin-top: 30px;
  padding-left: 10px;}

@media only screen and (max-width:1000px) {
    .left-p{
      font-size: 15px;}
    .right-p{
      font-size: 15px;
    }
}


@media only screen and (max-width:860px) {
    .left-p{
      font-size: 12px;}
    .right-p{
      font-size: 12px;
    }
}

@media only screen and (max-width:700px) {
    .left-p{
      font-size: 11px;}
    .right-p{
      font-size: 11px;
    }
}



/* ------ Razmak izmedu podnozja ------*/
#break{
  height: 10px; 
  width: 100%;}
  
/* ------ footer prvi ------*/
#prvi-hor{
  width: 100%; 
  height: 77px; 
  border: 1px solid black;}

/* ------ footer drugi ------*/
#drugi-hor{
  width: 100%; 
  height: 169px; 
  border: 1px solid black;}


.left-p{
  padding-bottom: 20px;
  height: 0px;
  margin: 0px;
  float: left; 
  padding-left: 20px;}

.right-p{
  float: right;
  padding-right: 10px;}


.responsiveSelectContainer select.responsiveMenuSelect, select.responsiveMenuSelect {
    display: inline-block;
    width: 100%;
    height: 30px;
    background-color: #9FC8EC;
    border: 0px;
    border-radius: 0px!important;
    outline: none;
    position: relative;
    top: -10px;
}
