/*
Theme Name: GPS
Theme URI: http://threshtech.com/
Author: Threshold Media
Author URI: http://threshtech.com/
Description: GPS is a modern one page WordPress theme with parallax scrolling effect that can be used for personal blogs, business websites, single page websites and more. To showcase your work in a nice appealing style, GPS has packed with a powerful feature-rich portfolio out there. Being built based on Twitter Bootstrap Framework, it’s fully responsive and your website will looks perfect on all devices including desktops, laptops, tablets and mobile phones. More over, GPS has detailed documentation and been search engine optimized. You can easily customize every detail of the layout by using its professional control panel. You will find this free single page WordPress theme very flexible and useful for building your next amazing project.
Version: 100.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ta-pluton
Tags: one-column, two-columns, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template, rtl-language-support, sticky-post, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
GPS is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/ and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Typography
2.0 Elements
    2.1 Form
    2.2 Button
    2.3 Tag Cloud
    2.4 Social Icons
3.0 Layout
    3.1 Animations
4.0 Widgets
    4.1 Search Widget
5.0 Header
    5.1 Navbar
6.0 Homepage
    6.1 Section
    6.2 Slider
    6.3 Service
    6.4 Portfolio
    6.5 ABout
    6.6 Call to Action
    6.7 Client
    6.8 Blog
    6.9 Newsletter
    6.10 Contact
7.0 Content
    8.1 Posts and pages
    8.2 Asides
    8.3 Comments
8.0 Footer
9.0 Media
    9.1 Captions
    9.2 Galleries
10.0 Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Typography
--------------------------------------------------------------*/
@font-face {
    font-family: 'palatinoroman';
    src: url('fonts/palatino-roman-webfont.woff2') format('woff2'),
         url('fonts/palatino-roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 26px;
    font-size: 17px;
    -ms-word-wrap: break-word;
        word-wrap: break-word;
    background-color: #fff !important;
    color:#8a8a8a !important;
}
a {
    text-decoration: none !important;
}
/*--------------------------------------------------------------
2.0 Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.1 Form
--------------------------------------------------------------*/
form {
    margin: 0 0 20px;
}
select,
textarea,
input  {
    display: inline-block;
    height: auto;
    padding: 10px 11px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
textarea,
input  {
  background-color: #ffffff;
  border: 1px solid #133c7e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input:focus {
  border-color: rgba(82, 168, 236, 0.8) !important;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b !important;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
    border-color: #e9322d !important;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
}
/*--------------------------------------------------------------
2.2 Button
--------------------------------------------------------------*/
.button,
.button:focus,
.button:visited {
    display: inline-block;
    border: 1px solid #181a1c;
    color :#181a1c;
    background-color: transparent;
    padding: 15px 30px;
    font-size: 17px;
    line-height: auto;
}
.button:hover,
.button:active{
    background-color: #181a1c;
    color: #fff;
}
.button-sp,
.button-sp:focus,
.button-sp:visited {
    border: none;
    background-color: #ffce1a;
    color: #181a1c;
}
.button-sp:hover,
.button-sp:active {
    background-color: #181a1c;
    color: #ffce1a;
}
.button-ps,
.button-ps:focus,
.button-ps:visited {
    border: none;
    background-color: #181a1c;
    color: #ffce1a;
}
.button-ps:hover,
.button-ps:active {
    background-color: #ffce1a;
    color: #181a1c;
}
/*--------------------------------------------------------------
2.3 Tag Cloud
--------------------------------------------------------------*/
.tagcloud a,
.tags-links .btn {
    margin: 0 5px 5px 0;
}
/*--------------------------------------------------------------
2.4 Social Icons
--------------------------------------------------------------*/
.social {
    list-style: none;
    float: none;
    position: relative;
    margin: 5px auto;
}
.social li {
    display: inline-block;
    line-height: 32px;
    font-family: 'Pluton';
    font-size: 32px;
    padding: 0 5px;
}
.social li a {
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    color: #ffce1a;
}
.social li a:hover {
    color: #181a1c;
}
/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.centered {
    margin-left:auto;
    margin-right:auto;
    float: none;
    text-align: center;
}
.center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}
.highlighted-box {
    background: #f4f8f9;
    padding: 20px 30px;
}
.highlighted-box h1 {
    margin: 0;
}
.large-text {
    line-height: 1.2em;
    font-size: 30px;
    color: #181a1c !important;
    padding: 20px;
    margin-bottom: 20px;
}
.highlighted-box h1,
.highlighted-box p {
    color: #181a1c !important;
}
.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
     -khtml-border-radius: 500px;
       -moz-border-radius: 500px;
            border-radius: 500px;
    border: 3px solid transparent;;
}
.left-align {
    text-align: left;
}
.right-align {
    text-align: left;
}
.error {
    color: #cf0000;
    display: none;
}
.invisible {
    display: none;
    visibility: visible;
}
.triangle {
    margin: 0 auto;
    text-align: center;
    width: 0;
    height: 0;
    border-top: 30px solid #181a1c;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
}
/*--------------------------------------------------------------
3.1 Animations
--------------------------------------------------------------*/
.zoom-in {
    -webkit-transform: scale(1, 1);
       -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
         -o-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
       -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
         -o-transition: all 250ms ease;
            transition: all 250ms ease;
}
.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
       -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
         -o-transform: scale(1.1, 1.1);
}
/*--------------------------------------------------------------
4.0 Widgets
--------------------------------------------------------------*/
.widget {
    clear: both;
    margin: 0 0 1.5em;
}
.widget ul li {
    list-style: none;
}
.widget ul,
.widget ol {
    padding-left: 10px;
    margin: 0 0 10px 5px;
}
.widget ul li:before {
    font-family: 'Pluton';
    content: '\e820';
    padding-right: 10px;
}
.widget select {
    max-width: 100%;
}
/*--------------------------------------------------------------
4.1 Search Widget
--------------------------------------------------------------*/
.widget_search form {
    margin-top: 20px;
}
/*--------------------------------------------------------------
5.0 Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Navbar
--------------------------------------------------------------*/
.navbar {
    background: #ffffff;
    margin-bottom: 0;
    min-height: 100px;
    border-radius: 0;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.4);
    z-index: 1000;
}
.navbar-fixed-top {
    min-height: 60px;
    height: 95px;
    padding-top: 0;
    border-top: 5px solid #133c7e;
}
.navbar-brand {
    padding: 10px 20px 10px;
}
.navbar .brand img {
    width: 120px;
    height: 40px;
}
.navbar .nav>li>a {
    line-height: auto;
    vertical-align: middle;
    margin: 10px 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #ffffff;
    box-shadow: none;
    font-size: 15px;
    text-shadow: none;
    color: #999;
    transition: border-color 1s ease;
}
.navbar .nav>li:hover>a,
.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
    border: 1px solid #fdd959;
    color: #1b3c83;
    background-color: #fdd959;
    transition: border-color 1s ease;
}
.navbar-nav,
.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #fff;
}
.navbar .nav>li>a {
    padding: 25px 6px;
}
.nav-pills {
    margin-bottom: 30px;
}
.nav-pills>li>a {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 2px 5px 2px 0;
    padding: 8px 25px;
    line-height: 14px;
    border: 1px solid #181a1c;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background: #181a1c;
    color: #fff;
}
.navbar .btn-navbar,
.navbar .btn-navbar:hover {
    border-radius:0;
    background:#fdd959;
    color: #000;
}
.Enroll button {
    background-color: #FDD959; /* yellow */
    border: none;
    color: #133C7E;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 20px;
}
/*--------------------------------------------------------------
6.0 Homepage
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.1 Sections
--------------------------------------------------------------*/
.section {
    padding-bottom: 50px;
    color: #fff;
}
.section h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
.section h1 {
    margin: 10px;
}
.section a {
    color: #181a1c;
}
.section a:hover {
    color: #ffce1a;
    text-decoration: none;
}
.section p {
    padding: 10px;
    font-weight: 100;
    color: #fff;
}
.section .container {
    padding-top: 50px;
}
.section .title {
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
}
.section .title h1 {
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0;
    font-style: italic;
}
.section .title>p {
    font-size: 20px;
    color: #fff;
    font-weight: lighter;
}
.section .thumbnail {
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    background: #191a1c;
}
.section .thumbnail .more {
    display: block;
    z-index: 4;
    position: absolute;
    top: -100px;
    left: 50%;
    margin: 0 auto;
    margin-left: -41px;
    width: 80px;
    height: 80px;
    font-size: 40px;
    color: #fff;
    text-decoration: none;
    line-height: 70px;
    text-align: center;
}
.section .thumbnail:hover .more {
    top: 40%;
    margin-top: -40px;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3 s ease-out;
        -ms-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.section .thumbnail h3, 
.section .thumbnail p {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 4;
}
.section .thumbnail h3 {
    color: #ffce1a;
    margin-top: 10px;
    font-size: 20px;
    line-height: 40px;
}
.section .thumbnail>p {
    padding-bottom: 20px;
}
.section .thumbnail .mask {
    opacity: 0.85;
    filter: alpha(opacity=85);
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #181a1c;
    position: absolute;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2 s ease-out;
        -ms-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}
.section .thumbnail:hover .mask {
    top: 0;
}
.primary-section {
    background: #181a1c;
}
.primary-section .triangle {
    border-top: 40px solid #ffce1a;
}
.primary-section .title {
    border-bottom: 1px solid #fff;
}
.primary-section,
.primary-section h3,
.primary-section .title p {
    color: #fdd959;
}
.primary-section h1 {
    color: #fff;
}
.secondary-section {
    background: #fdd959;
}
.secondary-section h1,
.secondary-section .title p {
    color: #181A1C;
}
.third-section {
    padding-bottom: 50px;
    background: rgba(255, 255, 255, 0.6);
}
.third-section .container {
    padding-top: 20px;
    position: relative;
}
.third-section .title {
    color: #fdd959;
}
.sub-section {
    margin-top: 30px;
}
.sub-section .title {
    padding: 0;
}
.su-spoiler-style-fancy>.su-spoiler-title,
.su-spoiler-style-fancy.su-spoiler-closed>.su-spoiler-title {
    background: #1b3c83 !important;
    color: #fff;
    border-radius: 0 !important;
}

.main-content-discover .content-discover p,
.main-content-discover .content-discover {
    color: #181a1c !important;
}
 
.main-content-discover, .content-discover { display: none; } 
#discover-grid .image-section {
    width: 100%;
}

#discover-grid .image-section .rmask-container.discover-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* #discover-grid .image-section .rmask {
    padding: 32px;
} */

#discover-grid .image-section .rmask h2 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 4px;
}
/*--------------------------------------------------------------
6.2 Slider
--------------------------------------------------------------*/
.da-slide  a {
    text-decoration: none;
}
/*--------------------------------------------------------------
6.3 Services
--------------------------------------------------------------*/
.service{
    margin-top: 20px;
}
.service,
.service h2 {
    padding-top: 15px;
}
.service p {
    padding: 10px 15px;
    min-height: 170px;
}
.service img {
    width: 150px;
    height: 150px;
}
/*--------------------------------------------------------------
6.4 Portfolio
--------------------------------------------------------------*/
.single-project {
    margin-bottom: 30px;
    background :#181a1c;
}
.single-project .container {
    padding-top: 0;
}
.single-project [class*="col"]:first-child {
    padding-left: 0;
}
.single-project img {
    max-width: 100%;
}
.project-description {
    padding-right: 40px;
}
.project-description p {
    padding-left: 0;
}
.project-title {
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fdd959;
}
.project-title h3 {
    float: left;
    margin-top: 5px;
    padding: 0;
    width: 80%;
}
.project-title .close {
    color: #fdd959;
    margin-top: 10px;
}
.project-info span,
.project-title h3 {
    color:#fdd959;
}
.project-info {
    font-weight: 100;
    padding: 10px 0;
}
.project-info a {
    color: #fff;
}
.project-info span {
    width: 100px;
    display: inline-block;
}
.project-info div {
    margin-bottom: 5px;
}
.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}
#portfolio-grid {
    padding-left: 0;
}
#portfolio-grid .mix {
    opacity: 0;
    display: none;
}
/*--------------------------------------------------------------
6.5 About
--------------------------------------------------------------*/
.team .thumbnail {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: 1px solid #fff;
}
.team .thumbnail:hover .social {
    z-index: 5;
}
.team .thumbnail:hover .social a {
    color:#fff;
}
.team .thumbnail .mask {
    background: #fdd959;
}
.team .thumbnail .mask h2 {
    margin-top: 20%;
}
.team .thumbnail .mask,
.team .thumbnail .mask h3,
.team .thumbnail .mask p,
.team .thumbnail:hover h3,
.team .thumbnail:hover .social a:hover {
    color:#181a17;
}
.team  .social,
.skills {
    padding-left: 0;
}
.skills {
    list-style-type: none;
    position: relative;
    margin:0px;
}
.skill-title {
    margin-top: 30px;
}
.skills li {
    margin-bottom: 30px;
    background: #fff;
    height: 40px;
    padding: 1px;
}
.skills li h3 {
    position: relative;
    font-size: 15px;
    line-height: 40px;
    padding:0;
    margin:0;
    left: 10px;
    z-index: 1;
    color: #181a1c;
}
.skills li .bar {
    height: 38px;
    position: absolute;
    background-color: #fdd959;
}
/*--------------------------------------------------------------
6.6 Call to Action
--------------------------------------------------------------*/
#call-to-action a:hover {
    color: #fff;
}
/*--------------------------------------------------------------
6.7 Client
--------------------------------------------------------------*/
.client-slider img {
    border: 1px solid white;
}
.client-slider img:hover {
    background-color: #fdd959;
}
.client-nav {
    list-style: none;
    margin-top: 10px;
}
.client-nav li {
    float: left;
    display: block;
    margin-left: 10px;
}
.client-nav li a {
    display: inherit;
    padding: 6px 3px 5px 5px;
    background: #fdd959;
    border-radius: 3px;
}
.client-nav li a:hover {
    background: #181a1c;
}
.testimonial p {
    color: #181a1c;
    background: #fdd959;
    padding: 15px;
    margin: 0;
}
.testimonial .arrow {
    margin-left: 10px;
    width: 0;
    border-top: 10px solid #fdd959;
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
}
.testimonial .whopic {
    display: inline-block;
}
.testimonial .whopic img {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    float: left;
}
.testimonial .whopic strong {
    float: left;
    margin-top: 10px;
    padding-left: 10px;
}
.testimonial .whopic small {
    display: block;
    font-size: 12px;
}
.bx-wrapper ul {
    margin-left: 0;
}
/*--------------------------------------------------------------
6.8 Blog
--------------------------------------------------------------*/
#blog a:hover {
    color: #fff;
}
.blog-list {
    margin-bottom: 30px;
}
.blog-list ul {
    margin-left: 0;
}
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}
.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 47px;
    width: 2px;
    margin-left: -10px;
    background-color: #f1f1f1;
}
.timeline a:hover {
    color: #fff
}
.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}
.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}
.timeline>li:after {
    clear: both;
}
.timeline>li .timeline-panel {
    float: right;
    position: relative;
    padding: 0 20px 0 100px;
    text-align: left;
}
.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}
.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}
.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
}
.timeline>li .timeline-image h3 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}
.timeline>li.timeline-inverted>.timeline-panel {
    float: left;
    padding: 0 20px 0 100px;
    text-align: left;
}
.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}
.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}
.timeline>li:last-child {
    margin-bottom: 0;
}
.timeline .timeline-heading h3 {
    margin-top: 0;
    color: inherit;
}
.timeline .timeline-heading h3.subheading {
    text-transform: none;
    line-height: 30px;
    margin-top: 5px;
}
.timeline .timeline-heading span {
    color: #181a1c;
}
.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
6.9 Newsletter
--------------------------------------------------------------*/
.newsletter, .newsletter h2 {
    color: #d7ddde;
}
.newsletter .title h2 {
    text-align: left;
    padding: 0;
    margin: 0;
}
.newsletter form {
    text-align: left;
    margin-top: 10px;
}
.newsletter input {
    padding: 14px;
    height: auto;
}
.newsletter .button-sp:hover, .newsletter .button-sp:active {
    background-color: #fff;
    color: #181a1c;
}
/*--------------------------------------------------------------
6.10 Contact
--------------------------------------------------------------*/
.contact {
    background: #fdd959;
}
.contact h1,
.contact h2,
.contact h3,
.contact h4,
.contact h5,
.contact h6,
.contact .social>li>a ,
.contact .section .title>p {
    color: #181a1c;
}
.contact textarea,
.contact input[type="text"],
.contact input[type="email"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
}
.contact textarea {
    height: 120px;
}
.contacts,
.contact .social {
    color: #fff;
    list-style: none;
}
.contact i {
    margin-right: 5px;
}
.contacts>li {
    margin-top: 15px;
}
.contacts>li>a {
    color: #fff;
}
.contact-info {
    margin-top: 10px;
    margin-bottom: 10px;
}
.contact-info p{
     font-weight: normal;
     line-height: 25px;
}
.contact-info .icon {
    margin: 10px auto;
    font-size: 30px;
}
.map-wrapper {
    position: relative;
    height: 500px;
}
.map-canvas {
    position: absolute;
    margin-bottom: 20px;
    width: 100%;
    height: 500px;
    color: #29383f;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.contact .social {
    display: inline-block;
    padding-left: 0;
}
.contact .social li {
    line-height: 32px;
    padding: 10px 5px;
    font-family: 'Pluton';
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}
.contact .social li a {
    color: #fff;
}
.contact .social li a:hover {
    color: #181a1c;
}
.contact-form {
    background: rgba(255, 255, 255, 0.9);
    z-index: 110;
    position: relative;
    margin-top: -25px;
    padding: 20px;
    text-align: center;
}
.contact-form h3 {
    color: #838589;
    padding-bottom: 20px;
}
.message-btn {
    border: 1px solid #747C89;
    color: #747c89;
    background-color: transparent;
    padding: 15px 30px;
    font-size: 17px;
}
.message-btn:hover {
    background-color:#fdd959;
}
.contact-info {
    text-align: center;
    font-size: 22px;
}
.info-address {
    border: 1px solid white;
    width: 60%;
    margin: 0 auto;
    padding: 15px;
    color: #181a1c !important;
}
.black {
    color: #181a1c;
}
/*--------------------------------------------------------------
7.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
7.1 Posts and Pages
--------------------------------------------------------------*/
#primary,
#secondary,
.mt {
    margin-top: 50px;
}
.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.pager li>a {
    margin-bottom: 10px;
}
.page-header {
    margin: 20px 20px 30px;
}
/*--------------------------------------------------------------
7.2 Post Meta
--------------------------------------------------------------*/
.entry-meta>span {
    margin-right: 5px;
    display: block;
}
.entry-meta span:last-child {
    margin-right: 0;
}
.entry-meta span a {
    text-decoration: none;
}
.entry-meta {
    margin: 15px 0;
}
.entry-footer {
    color: inherit;
}
.posted-on a, .byline a {
    text-decoration: none;
}
/*--------------------------------------------------------------
7.3 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
/*--------------------------------------------------------------
7.4 Comments
--------------------------------------------------------------*/
.comment-content a {
    -ms-word-wrap: break-word;
        word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.comments-title,
.comment-reply-title {
    padding-bottom: 9px;
    margin: 40px 0 20px 0;
}
ol.comment-list {
    list-style:none;
    padding-left: 0;
}
.comment-author .avatar {
    margin: 5px 15px 0 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
.comment-meta {
    margin-bottom: 5px;
}
.comment-details {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.comment-details .reply {
    margin-top: 10px;
}
.comment-date a {
    margin-right: 10px;
}
#commentform #comment {
    width: 98% !important;
}
/*--------------------------------------------------------------
7.5 404
--------------------------------------------------------------*/
.error404 .input-append {
    margin: 10px 0;
}
/*--------------------------------------------------------------
8.0 Footer
--------------------------------------------------------------*/
.footer {
    background: #181a1c;
    text-align: center;
}
.footer a {
    color: #fdd959;
}
.footer>p {
    color: #fff;
    margin: 0;
    padding: 10px;
}
.scrollup {
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    font-size: 20px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: rgba(253, 217, 89, 0.94);
}
.scrollup>a {
    position: relative;
    top: 7px;
    color: #123b7e;
}
/*--------------------------------------------------------------
9.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object,
img {
    max-width: 100%;
}
img {
    height: auto;
}
.post-thumbnail {
    display: block;
    position: relative;
    width: 100%;
    z-index: 0;
}
.post-thumbnail .featured  {
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
         -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
}
.post-thumbnail .featured:hover {
    opacity: 0.8;
}
/*--------------------------------------------------------------
9.1 Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
/*--------------------------------------------------------------
9.2 Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
/*--------------------------------------------------------------
Bane
--------------------------------------------------------------*/

.stacklock {
	display: none;
}

.navbar-brand {
    height: 100px !important;
    padding: 5px 20px 5px !important;
    max-width: 220px !important;
}
#top-header {
    background: #1b3c83;
    color: #fff;
}
.header-info {
    padding: 9px 10px;
    font-size: 15px;
}
ul#top-navigation {
    margin-top: 4px;
}
.navbar-collapse {
    padding-right: 0px;
}
div#service, div#news {
    background-image: url('images/school-pattern.jpg');
    background-attachment: fixed;
}
.img-circle {
    padding: 25px;
}
.circle-border:hover {
    border-color: #fdd959;
}
header#masthead {
    position: absolute;
    z-index: 1000;
    width: 100%;
}
div#content {
    padding-top: 140px;
}
.navbar-fixed-top .nav>li>a {
    padding: 18px 10px !important;
}
.navbar-fixed-top img.logo {
    width: 160px;
}
.read-more a:hover {
    background: #fdd959;
    color: #333;
}
.read-more a {
    background: #fdd959;
    padding: 10px 30px;
    border-radius: 6px;
    color: #133c7e;
    font-weight: bold;
    display: inline-block;
}
.desc p {
    line-height: 21px;
}
.read-more {
    height: 45px;
    text-align: center;
}
#slider-banners .title {
    margin-bottom: 0px;
}
#slider-banners  h1 {
    color: #1e3b7d;
    font-weight: bold !important;
    font-size: 32px;
}
.logo_showcase .slick-slide img {
    border: 0 !important;
}
.logo_showcase .slick-dots li button {
    border: 1px solid #133c7e !important;
}
.logo_showcase .slick-dots li.slick-active button {
    background: #133c7e !important
}
.third-section p {
    color: #333;
    line-height: 24px;
    padding: 0 10px;
    font-size: 16px;
    font-family: 'Lato';
    margin-top: -7px;
    margin-bottom: 23px;
}
.third-section .title {
    max-width: 840px;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 30px;
    color: #133c7e;
}
div#more-info {
    background-image: url('images/more-info-bg.jpg');
    background-attachment: fixed;
    background-size: cover;
}
.more-info {
    background: rgba(253, 217, 89, 0.84);
    padding-bottom: 70px;
}
#more-info {
    text-align: center;
}
#more-info .button, #more-info .button:focus, #more-info .button:visited {
    display: inline-block;
    border: 2px solid #133c7e;
    color: #133c7e;
    background-color: transparent;
    padding: 15px 30px;
    font-size: 17px;
    line-height: auto;
    border-radius: 8px;
    margin: 0 10px;
    text-transform: uppercase;
    font-weight: bold;
}
#more-info .button:hover {
    background: #133c7e;
    color: #fdd959;
}
.fb-menu i, .insta-menu i {
    font-size: 25px;
}
.navbar .nav>li.fb-menu>a, .navbar .nav>li.insta-menu>a {
    padding: 25px 5px;
}
.navbar-fixed-top .nav>li.fb-menu>a, .navbar-fixed-top .nav>li.insta-menu>a {
    padding: 18px 4px !important;
}
.bottomMenu {
    text-align: center;
}
.bottomMenu ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: center;
}
.bottomMenu ul li {
    padding: 0 10px;
    border-right: 2px solid #fff;
}
.bottomMenu ul li:last-child {
    border-right: 0;
}
#footer a:hover {
    color: #fff;
}
#footer a {
    color: #fdd959;
}
#footer {
    text-align: center;
    padding: 25px 10px 20px 10px;
    background: #133c7e;
    color: #fff;
}
.testimonials-home div#tss_warppper {
    width: 75% !important;
}
.testimonials-home p#tss_testimonial {
    text-align: center !important;
    font-size: 17px !important;
}
.testimonials-home p#tss_name {
    font-size: 21px !important;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
    color: #133c7e !important;
}
.testimonials-home .owl-wrapper-outer.autoHeight {
    height: auto !important;
}
#testimonials .title p {
    color: #333;
}
#testimonials .title {
    margin-bottom: 5px;
    margin-top: 5px;
}
div#testimonials {
    background-image: url('images/testimonials.jpg');
    background-repeat: repeat;
    padding-bottom: 30px;
}
#testimonials .third-section {
    padding-bottom: 0;
}
.well {
    background-color: #fff !important
}
h3.widget-title {
    font-style: italic;
    font-weight: bold;
    color: #1b3c83;
}
h1.entry-title {
    color: #1b3c83;
    font-weight: bold;
    font-style: italic;
}
span.info-header:last-child {
    border-right: 0;
}
span.info-header {
    border-right: 2px solid;
    padding-right: 11px;
    margin-right: 10px;
}
.thumbnail-circle img {
    border-radius: 500px;
    max-width: 160px;
    padding: 10px;
}
.thumbnail-circle img:hover {
    border: 3px solid #fdd959;
    padding: 4px;
}
.thumbnail-circle {
    text-align: center;
}
.post-title h3 a:hover {
    color: #fff;
}
.post-title h3 a {
    color: #fdd958;
    font-size: 20px;
}
.post-title {
    text-align: center;
    min-height: 75px;
    max-height: 75px;
    overflow: hidden;
}
.posts p {
    text-align: center;
    min-height: 120px;
}
span.byline {
    display: none !important;
}
span.posted-on {
    background: #fdd959;
    padding: 10px 30px 10px 10px;
    color: #fff;
}
div#primary {
    border-right: 2px solid #fdd959;
}
.slider1-text {
    text-shadow: 0 0 24px rgba(0, 0, 0, 0.86);
    background: rgba(27,60,131,0.6) !important;
    padding: 20px 20px 5px 35px !important;
    font-weight: 200 !important;
    font-family: 'Oswald', sans-serif !important;
}
.slider1-text a {
    color: #fdd959;
    line-height: 70px !important;
    font-size: 27px !important;
}
.slider1-text a:hover {
    color: #fff;
}
.slider1-button {
    border-radius: 6px !important;
    border: 2px solid #fff !important;
}
.gallery-columns-4 .gallery-item {
    padding: 4px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px !important;
    margin-bottom: 30.5px !important;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #1b3c83 !important;
    background-color: #fdd959 !important;
}
.dropdown-menu>li>a {
    padding: 10px 20px !important;
    color: #1b3c83 !important;
}
.bottomMenu .sub-menu {
    display: none;
}
.teachers {
    padding: 0 15px;
}


.teacher-thumbnail {
   /* border: 8px solid #fff;
    box-shadow: 0 0 10px rgba(19, 60, 126, 0.53);
    border-radius: 8px;*/
    background-image: url(https://www.goldenpondschool.com/wp-content/uploads/2021/02/gps-frame-up-2.png) !important;
    padding: 29px;
    background-size: cover;
    background-position: center;
}
.teacher-name h3 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px !important;
}
.teacher-name h3 a {
    color: #133c7e;
}
.teacher-name h3 a:hover {
    color: #fdd959;
}
.teacher-position {
    color: #999;
    text-align: center;
    min-height: 65px;
    line-height: 18px;
}
.education-bio {
    font-size: 14px !important;
}
p.teacher-more {
    text-align: center;
}
.teacher-more a {
    background: #133c7e;
    padding: 12px 25px;
    color: #fff;
    border-radius: 6px;
}
.teacher-more a:hover {
    box-shadow: 0 0 10px #133c7e;
    background: #1b50a7;
}
.pager li>a, .pager li>span {
    border-radius: 10px !important;
}
.post-thumbnail {
    margin-bottom: 15px;
    text-align: center;
}
input[type="text"], input[type="email"], textarea {
    width: 100%;
}
pre {
    font-size: 17px !important;
    line-height: 21px !important;
    color: #8a8a8a;
    font-family: 'Lato', sans-serif !important;
    overflow: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap !important;
    white-space: -o-pre-wrap !important;
    word-wrap: break-word;
    background-color: transparent !important;
    border: 0 !important;
}
h1, h2, h3 {
    color: #1b3c83;
    font-weight: bold;
    font-style: italic;
}
select {
    border: 1px solid #133c7e !important;
    width: 100%;
}
.administration-text p {
    color: #988a8a !important;
}
.one-administration {
    border-bottom: 2px solid #d1d1d1;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-style: dashed;
}
.administration-text ul {
    color: #988a8a;
}
.student-img {
    text-align: center;
    border: 2px solid #ccc;
    padding: 25px 10px;
    margin-bottom: 20px;
}
.student-img:hover {
    background: #E7EFF5;
    border-color: #1b3c83;
}
.special-content p {
    color: #444;
}
.special-content p a {
    color: #133c7e;
}
.special-content p a:hover {
    color: #f9dc5f;
}
.rmask {
    background-color: #FDD959;
    background-size: 100% auto;
    opacity: 0;
    transition: visibility 0s linear 0.2s, opacity 0.5s linear 0s;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-section {
    background-position: center center !important;
    background-size: 75% auto !important;
    background-repeat: no-repeat !important;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
    top: 0;
    border: 1px solid #ccc;
     -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);  
    text-align: center; 
    height: 286px;
}
.image-section:hover{
    z-index: 2;
 /* -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
    box-shadow: 0px 0px 150px #000000;*/
}
.image-section:hover .rmask {
   /* display: block;*/
    opacity: 1;
    visibility: visible;
    z-index: 99;
}
.rmask-container {display: table-cell;vertical-align: middle;}
.rmask-container p {
    color: #1b3c83;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 20px;
min-width: 280px;
}
.rmask-container a {
    color: red;
    font-size: 14px;
    line-height: 20px;
}
.rmask-container a:hover {
    color: #fff;
}
.rmask-container .image-section {
    border: 0;
}
.one-discover {
    min-height: 300px;
    margin-bottom: 10px;
}
div#discover-grid .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
}
.about-home {
    text-align: center;
    color: #5A5A5A;
}
div#slider-banners.section {
    padding-bottom: 25px;
}
div#slider-banners .container {
    padding-top: 20px;
}
.week-name {
    font-size: 14px;
    text-align: center;
    line-height: 16px;
}
span.about-name {
    display: block;
    font-weight: bold;
    color: #1b3c82;
    font-style: italic;
    font-size: 22px;
}
.testimonials-home {
    margin-top: -20px;
}
.owl-theme .owl-controls {
    margin-bottom: 20px;
}
.testimonials-home p#tss_testimonial {
    font-style: italic;
}
div#tss_warppper {
    border: 2px dashed rgba(27, 60, 131, 0.75);
    background: rgba(253, 217, 89, 0.2);
    border-radius: 20px;
}
#tss_testimonial span {
    color: #1b3c83 !important;
}
.slide-text3 {
    text-shadow: 0 0 13px #000;
}
.slide-text3 a {
    color: #fff;
    text-transform: uppercase;
}
.families.entry-content {
    text-align: center;
}
.familly-bg {
    background: url('images/gps-frame.png');
    background-size: cover;
    background-position: center;
    padding: 45px;
}
.familly-title {
    text-align: center;
}
.custom-header h1 {
    margin-bottom: 10px !important;
}
.header-mask {
    padding-top: 190px;
    background: rgba(253, 217, 89, 0.75);
}
div#page-header-2 h1 {
    margin-top: 50px !important;
}
.gps-thumbnail {
    text-align: center;
    margin-bottom: 35px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #fdd959 !important;
}
.owl-buttons {
    color: #133C7E !important;
}
.wp-posts-carousel-container {
    border: 2px dashed rgba(27, 60, 131, 0.75) !important;
    background: rgba(253, 217, 89, 0.2) !important;
    border-radius: 20px !important;
    max-width: 875px;
    margin: 0 auto;
}
h3.wp-posts-carousel-title a {
    font-size: 21px !important;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
    color: #133c7e !important;
    pointer-events: none;
}
.wp-posts-carousel-desc {
    color: #333 !important;
    line-height: 24px;
    padding: 0 10px !important;
    font-size: 16px !important;
    font-family: 'Lato';
    margin-top: -7px;
    margin-bottom: 23px !important;
    text-align: center;
    font-style: italic !important;
}
.wp-posts-carousel-slide {
    padding: 35px 15px 0 15px !important;
}
.wp-posts-carousel-desc::before, .testimonial-text p::before {
    content: open-quote;
}
.wp-posts-carousel-desc::after, .testimonial-text p::after {
    content: close-quote;
}
.wp-posts-carousel-desc::before, .wp-posts-carousel-desc::after, .testimonial-text p:after, .testimonial-text p::before {
    color: #133c7e;
    font-weight: bold;
    font-size: 24px;
}
.testimonial-text p {
    color: #999;
    padding: 10px 0;
    font-style: italic;
}
.one-testimonial {
    border-bottom: 2px solid #fdd959;
}
#filter ul.nav.nav-pills {
    display: inline-block;
}
#filter .filters {
    text-align: center;
}
#filter .nav-pills>li.active>a, #filter .nav-pills>li.active>a:focus, #filter .nav-pills>li.active>a:hover {
    background: #1b3c83;
    color: #fff;
}
#filter .nav-pills>li>a {
    border: 1px solid #ffffff;
    padding: 15px 30px !important;
    border-radius: 6px;
}
#filter .nav-pills>li>a {
    background: #fdd959;
}
#filter .nav-tabs>li>a, #filter .nav-pills>li>a {
    color: #1b3c83;
}
#filter h3 {
    margin-top: 20px !important;
    margin-bottom: 15px !important;
}
.fasc-size-medium {
    font-size: 14px;
    padding: 7px 9px;
    font-size: 14px;
    border: 0;
    background: #133c7e !important;
    border-radius: 6px;
}
.fasc-size-medium:hover {
    background: #fdd959 !important;
    color: #133c7e !important;
}
a.fasc-button {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    margin: 3px 0;
}
.wdpu-buttons {
    font-size: 13px;
}
.fullscreen-bg {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}
.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fourth-section {
    background: #fff;
}
.fourth-section p {
    color: #333;
}
div#bg-video .title h1 {
    margin-bottom: 10px !important;
}
div#bg-video .title {
    padding: 18% 0;
}
.thumbnail {
    background-color: transparent;
    border: none;
}

/*-------------------------------------------------------------
Archive pages
----------------------------------------------------------------*/
.archive .single-new-news .posted-on {
    display: block;
    font-size: 1.4rem;
    background: transparent;
    color: #203c78;
    padding-left: 0px !important;
}

.archive .single-new-news .post-thumbnail {
    margin: 0px;
}
/*--------------------------------------------------------------
Search form - top header
--------------------------------------------------------------*/
input.search-field {
    height: 30px;
}
.search-form {
    position: relative;
    right: 20px;
    top: 3px;
    float: right;
}
#top-header form {
    margin: 0;
}
.search-field {
    background-color: transparent;
    background-image: url(images/search.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
    width: 0;
}
.search-field:focus {
    background-color: #fff;
    background-image: url(images/search-blue.png);
    border: 2px solid black;
    cursor: text;
    outline: 0;
    width: 230px;
}
.search-submit {
  display: none;
}
    .one-teacher {
        height: 470px;
    }
input[type="search"] {
  -webkit-appearance: textfield;
}
.teacher-thumbnail img {
    width: 100%;
    max-height: unset !important;
}
.entry-content img {
    margin-bottom: 15px;
}
.entry-footer {
    display: block;
    width: 100%;
    float: left;
}
.one-half.first a {
    display: block;
    max-width: 120px;
    text-align: center;
    margin: 0 auto;
}
.one-half {
    padding-bottom: 15px;
    text-align: center;
    border-radius: 10px;
}
/*--------------------------------------------------------------
Gravity Form
--------------------------------------------------------------*/
.form-control {
    height: 32px !important;
}
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
    font-size: inherit !important;
}
.gform_wrapper .gfield_description {
    font-size: inherit !important;
}
.gfield_description {
    padding-top: 0 !important;
    margin-bottom: 26px !important;
}
.no-margin-top {
    margin-top: -26px !important;
}
.cekboks {
    padding-left: 30px !important;
}
table.tabela {
    width: 100%;
    border: 2px solid #133c7e;
}
table.tabela td {
    border: 1px solid #fdd959;
    padding: 10px;
}
table.tabela tr td:first-child {
    font-weight: bold;
    text-align: center;
    color: #133c7e;
}
table.tabela tr:nth-child(even) {
    background: #fff8de;
}
table.tabela tr:hover {
    background: #133c7e;
    color: #fdd959;
}
table.tabela tr:hover td:first-child {
    color: #fdd959;
}
img.logo {
    width: 170px;
}
.teacher-position p {
    line-height: 18px;
    font-size: 15px;
}
div#video {
    padding-bottom: 20px;
}
#cover {
    display: none;
}
.enroll-btn a {
    background: #203d78;
    color: #fdda59 !important;
    padding: 10px 5px !important;
    margin-top: 25px !important;
    margin-bottom: 0 !important;
}
.contact-btn a {
    background: #fdda59;
    color: #213d77 !important;
    margin-top: 25px !important;
    padding: 10px 5px !important;
}
.enroll-btn a:hover {
    background: #fdda59;
    color:  #213d77 !important;
    padding: 10px 5px !important;
    margin-top: 25px !important;
}
.contact-btn a:hover {
    background: #203d78 !important;
    color: #fdda59 !important;
    margin-top: 25px !important;
    padding: 10px 5px !important;
}
#footer .enroll-btn a {
    background: #fcdb5a;
    color: #213d77 !important;
    padding: 10px 5px !important;
    margin-top: 25px !important;
    margin-bottom: 0 !important;
}
.navbar-fixed-top .enroll-btn a {
    background: #203d78;
    color: #fdda59 !important;
    padding: 10px 5px !important;
    margin-top: 0px !important;
    margin-bottom: 0 !important;
}
#footer .enroll-btn a:hover {
    background: #203d78 !important;
    color: #fdda59 !important;
    margin-top: 25px !important;
    padding: 10px 5px !important;
}
.navbar-fixed-top .contact-btn a {
    background: #fdda59;
    color: #213d77 !important;
    margin-top: 0px !important;
    padding: 10px 5px !important;
}
.enroll-btn a:hover {
    background: #fdda59;
    color:  #213d77 !important;
    padding: 10px 5px !important;
}
.contact-btn a:hover {
    background: #203d78 !important;
    color: #fdda59 !important;
    padding: 10px 5px !important;
}
.page-id-4489 .entry-content img {
    margin-bottom: 0px;
}
.entry-content img {
    margin-bottom: -3px !important;
}
img.attachment-thumbnail.size-thumbnail {
    margin-bottom: 10px !important;
}

/* news blog template */

.blog .posted-on {
    display: block;
    font-size: 1.4rem;
    background: transparent;
    color: #203c78;
    padding-left: 0px !important;
}

.blog .post-thumbnail {
    margin-bottom: 0px;
}
/* ------- Distance learning ---------*/
.distence-learning p{
    font-size: 17px;
}
.class-detail p span {
    font-size: 17px;
    line-height: 22px;
}
.class-detail a.fasc-button{
    font-size: 17px;
}

.single-class {
    margin-top: 90px;
    overflow: hidden;
}
.class-content {
    text-align: left;
    margin-top: 140px;
}
.class-content p strong {
    font-weight: 900;
}
.class-content p {
    font-size: 20px;
    line-height: 27px;
    font-family: 'Lato';
    color: #707070;
}
h6.emailteacher {
    color: #7B7B7B;
    font-weight: 700;
    font-size: 16px;
    font-style: italic;
    font-family: 'Lato';
}
h6.emailteacher span{
    color: #1C3C83;
}
h5.teacher-head{
    color: #1C3C83;
    font-weight: 700;
    font-size: 24px;
    font-style: italic;
    font-family: 'Lato';
}
a.readbio-btn {
    display: inline-block;
    padding: 5px 20px;
    background-color: #1b3c83;
    border: 1px solid transparent;
    border-radius: 15px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
a.readbio-btn:hover{
    background-color: #fece1a;
}
.teacher-imgg {
    position: relative;
    transform: rotate(-10deg);
        margin-top: -55px;
}
.teacher-imgg:before {
    position: absolute;
    content: "";
    height: 385px;
    background: url(images/gps-frame-up-2.png);
    width: 340px;
    left: -35px;
    transform: rotate(
4deg
);
    background-size: 100% 100%;
    top: -50px;
}
.teacher-imgg img{
    height: 290px;
    position: relative;
    width: 230px;
}
.teacher-imggrgt {
    position: relative;
    transform: rotate(
10deg
);
    text-align: right;
    margin-top: -60px;
}
.teacher-imggrgt:before {
    position: absolute;
    content: "";
    height: 300px;
    background: url(images/gps-frame-up.png);
    width: 285px;
    right: -55px;
    transform: rotate( 
-10deg
 );
    background-size: 100% 100%;
    top: -42px;
   
}
.teacher-imggrgt img{
    height: 219px;
    width: 175px;
    position: relative;
}
.class-online-links .class-options:last-child {
    border-bottom: 0;
}
.class-online-links .class-options {
    display: flex;
    align-items: center;
    text-align: left;
    border-bottom: 1px solid #707070;
    padding: 60px 0;
}
.option-content h5 {
    color: #203D78;
    font-size: 26px;
    font-weight: 900;
    line-height: 35px;
    font-family: 'Lato';
    margin: 0;
}
.class-options .icon {
    width: 165px;
    text-align: center;
}
.option-content a {
    color: #7B7B7B;
    display: block;
    font-size: 17px;
}
.option-content a:hover {
    color: #203D78;
}
.option-content {
    margin-left: 20px;
}
.class-online-links {
    max-width: 980px;
    margin: auto;
}
.lftcntn{
    margin-top: 10px;
}
img.thumb {
    max-width: 95%;
}
.rgtcntn {
    margin-top: 70px;
}
@media (max-width: 1199px){
    img.thumb {
        max-width: 100%;
    }
        .teacher-imgg:before {
        height: 385px;
        width: 325px;
        left: -56px;
        top: -50px;
    }
    h5.teacher-head {
        font-size: 20px;
        }
        h6.emailteacher {
        font-size: 15px;
    }
}
@media (max-width: 992px){
    .teacher-imgg {
        transform: rotate(0deg);
        margin-top: 0;
    }
    .teacher-imgg:before {
        left: 0px;
    }
    .teacher-secs {
        margin: 50px 00;
    }
    .teacher-imggrgt:before {
        right: 32px;
        top: -42px;
    }
    .teacher-imggrgt {
        transform: rotate( 0deg );
        margin-top: 0;
        text-align: center;
    }
}
@media (max-width: 767px){
    .single-class h2{
        padding-left: 15px;
    }
        .teacher-imgg:before, .teacher-imggrgt:before {
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
    }
    .teacher-image {
        margin: 30px 0 60px;
    }
    .class-content {
        margin-top: 65px;
    }
    .teacher-image.right {
        margin: 60px 0 30px;
    }
}
@media (max-width: 575px){
        .teacher-secs {
            overflow: hidden;
        }
    .class-options .icon {
        margin: auto;
    }
    .class-online-links .class-options {
        display: block;
        text-align: center;
    }
    .option-content {
        margin-top: 20px;
        margin-left: 0px;
    }
    .teacher-imgg:before {
        height: 300px;
        background: url(images/gps-frame-up.png);
        width: 285px;
        right: 0;
        transform: rotate( -10deg );
        background-size: 100% 100%;
        top: -42px;
        left: 0;
        margin: auto;
    }
    .teacher-imggrgt:before {
        position: absolute;
        content: "";
        height: 300px;
        background: url(images/gps-frame-up.png);
        width: 285px;
        right: 0;
        transform: rotate(-10deg );
        background-size: 100% 100%;
        top: -42px;
        left: 0;
        margin: auto;
    }
    .teacher-imgg img{
        height: 219px;
        width: 175px;
    }
}
/*--------------------------------------------------------------
10.0 Media Queries 
--------------------------------------------------------------*/
/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
}
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
    .entry-meta>span {
        display: inline-block;
    }
}
/* Small Devices, Tablets */
@media (min-width:767px) {
    .single-project [class*="col"] {
        padding-right: 0;
    }
    .navbar-right {
        margin-right: 0;
    }
}
@media (max-width:767px) {
    .info-address {
        width: 90%;
        padding: 15px 0px;
    }
    .project-description {
        padding: 0 10px;
    }
}
@media only screen and (min-width : 768px) {
    .timeline:before {
        left: 50%;
    }
    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }
    .timeline>li .timeline-panel {
        float: left;
        width: 40%;
        padding: 0;
        text-align: right;
    }
    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -55px;
    }
    .timeline>li .timeline-image h3 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0;
        text-align: left;
    }
    .post-inner-content {
        padding: 15px 0px;
    }
}
@media only screen and (max-width : 1190px) {
    #video {
        display: none;
    }
    #cover {
        display: block;
    }
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .timeline>li {
        min-height: 150px;
    }
    .timeline>li .timeline-panel {
        padding: 10px 0;
    }
    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -83px;
    }
    .timeline>li .timeline-image h3 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 10px 0;
    }
    .newsletter button {
        margin: 0 0 0 20px;
    }
    .one-week {
        min-height: 270px;
    }
    .special-content {
        min-height: 445px;
    }
}
@media (max-width: 979px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar .nav>li>a {
        line-height: 20px;
        vertical-align: middle;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-header {
        float: none;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 1px;
    }
    .collapse.in{
        display:block !important;
    }
    .thumbnail .more {
        margin-left: -21px;
        width: 40px;
        height: 40px;
        border-radius: 30px;
        line-height: 40px;
    }
    .thumbnail:hover .more {
        margin-top: -20px;
    }
    .newsletter form {
        text-align: center;
    }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 375px) {
    .teacher-thumbnail {
    background-image: url(https://www.goldenpondschool.com/wp-content/uploads/2021/02/gps-frame-up-2.png) !important;
    padding: 15px;
    background-size: cover;
    background-position: center;
}
}
@media (min-width : 376px) and (max-width : 475px) {
    .teacher-thumbnail {
    background-image: url(https://www.goldenpondschool.com/wp-content/uploads/2021/02/gps-frame-up-2.png) !important;
    padding: 20px;
    background-size: cover;
    background-position: center;
}
}
@media (min-width : 476px) and (max-width : 620px) {
    .teacher-thumbnail {
        background-image: url(https://www.goldenpondschool.com/wp-content/uploads/2021/02/gps-frame-up-2.png) !important;
        padding: 52px;
        background-size: cover;
        background-position: center;
    }
}
@media (min-width : 621px) and (max-width : 767px) {
    .teacher-thumbnail {
        background-image: url(https://www.goldenpondschool.com/wp-content/uploads/2021/02/gps-frame-up-2.png) !important;
        padding: 71px;
        background-size: cover;
        background-position: center;
    }
}
@media (min-width : 768px) and (max-width : 990px) {
    .teacher-thumbnail {
        background-image: url(https://www.goldenpondschool.com/wp-content/uploads/2021/02/gps-frame-up-2.png) !important;
        padding: 40px;
        background-size: cover;
        background-position: center;
    }
}
@media (min-width : 991px) and (max-width : 1200px) {
    .teacher-thumbnail {
        background-image: url(https://www.goldenpondschool.com/wp-content/uploads/2021/02/gps-frame-up-2.png) !important;
        padding: 24px;
        background-size: cover;
        background-position: center;
    }
}
/*@media (min-width : 1024px) and (max-width : 1200px) {
    .teacher-thumbnail {
        background-image: url(images/gps-frame-up.png) !important;
        padding: 29px;
        background-size: cover;
        background-position: center;
    }
}*/
@media only screen and (min-width : 1200px) {
    .thumbnail .more {
        margin-left: -40px;
        width: 80px;
        height: 80px;
        border-radius: 40px;
        line-height: 80px;
    }
    .timeline>li {
        min-height: 170px;
    }
    .timeline>li .timeline-panel {
        padding: 10px 20px 10px 0;
    }
    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -93px;
    }
    .timeline>li .timeline-image h3 {
        margin-top: 40px;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 10px 0 10px 0;
    }
    .special-content {
        min-height: 420px;
    }
}
@media only screen and (min-width : 1200px) and (max-width: 1440px) {
    .box1 {
        margin-top: 17px !important;
    }
}
@media only screen and (min-width : 980px) and (max-width: 1200px) {
   .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar .nav>li>a {
        line-height: 20px;
        vertical-align: middle;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-header {
        float: none;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 1px;
    }
    .collapse.in{
        display:block !important;
    }
    .box1 {
        margin-top: 30px !important;
    }
    .box1-btn {
        margin-top: 10px !important;
    }
    .slider1-text a {
        font-size: 21px !important;
    }
    .header-mask {
        padding-top: 115px;
    }
    .navbar .nav>li>a {
        padding: 25px 8px;
    }
    span.caret {
        display: none;
    }
    .navbar-fixed-top .nav>li>a {
        padding: 18px 8px !important;
    }
}
@media only screen and (max-width: 980px) {
    .header-mask {
        padding-top: 100px;
    }
}
@media only screen and (max-width: 770px) {
    .gallery-columns-4 .gallery-item {
        max-width: 50%;
    }
    .slider1-text a {
        line-height: 50px !important;
        font-size: 17px !important;
    }
}
@media only screen and (min-width: 720px) and (max-width : 770px) {
    .one-teacher {
        height: 610px;
    }
}
@media only screen and (min-width: 640px) and (max-width : 720px) {
    .one-teacher {
        height: 570px;
    }
}
@media only screen and (max-width : 480px) {
    .teacher-thumbnail img {
        padding: 7% !important;
    }
    .header-info {
        display: none;
    }
    .gallery-columns-4 .gallery-item {
        max-width: 100%;    
    }
    .header-mask {
        padding-top: 24px;
    }
    .custom-header h1 {
        font-size: 30px;
    }
}
@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 767px) {
    .text-md-left{
        text-align: center;
    }
  .fullscreen-bg {
    display: none;
  }
  .fullscreen-bg__video {
    display: none;
  }
	.page-template-template-discover-new .well table td {
		display: block;
		width: 100%;
	}
	.page-template-template-discover-new .well table td img {
		width: 100%;
	}
	.page-template-template-discover-new .well table td p {
		padding-left: 0 !important;
	}
	
	.page-template-template-discover-new .image-section {
		display: flex;
	}
	
	.page-template-template-discover-new .su-spoiler table {
		width: 100%;
	}
	
	.page-template-template-discover-new .su-spoiler table td{
		
    display: table-cell;
    width: auto;

	}
}
@media only screen and (max-width: 480px) {
    .slider1-text {
        padding: 10px 5px 10px 20px !important;
    }
    .wdpu-3668 .wdpu-cta {
        padding: 10px 5px !important;
    }
    .wdpu-3668 .wdpu-buttons {
        padding: 20px 10px !important;
    }
    .my-subtitle {
        text-align: center;
        font-size: 21px !important;
    }
    .teacher-position {
        line-height: 18px;
        font-size: 15px;
    }
    .teacher-name h3 {
        font-size: 19px;
        margin-bottom: 10px !important;
    }
    div.education-bio h4 {
    margin-bottom: 4px;
}
    .teacher-more a {
        padding: 9px 19px;
        font-size: 15px;
    }
    .one-teacher {
        height: 408px;
    }
}
@media only screen and (max-width: 380px) {
    .wdpu-buttons {
        font-size: 11px !important;
    }
}

.single-new-news h1.entry-title {
    font-size: 20px;
    min-height: 44px;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
}
.single-new-news .read-more {
    text-align: left;
    padding-top: 10px;
}


.paginate {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

.paginate a,
.paginate span {
    background: #fff;
    padding: 8px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    color: #103d65;
    font-weight: 600;
    min-width: 50px;
    display: inline-block
}

.paginate a:hover,
span.page-numbers.current {
    background: #203d78;
    color: #fff;
    border-color: #203d78;
}

span.page-numbers.dots {
    border: 0;
    min-width: auto;
    padding: 15px 5px
}

.justify-content-center{
    justify-content: center;
}
.logo-title h2{
    /*font-family: 'palatinoroman';*/
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 37px;
    max-width: 200px;
    margin: 0 auto;
}
.logo-title p, .class-detail p, .dl-sidebar .textwidget span{
    font-size: 1.3rem;
}

.class-detail .thumb-image{
    background-image: url('images/gps-frame-up-1.png');
    padding: 26px 30px;
    background-size: contain;
    background-position: center;
    height: 100%;
    background-repeat: no-repeat;
    max-width: 230px;
    margin: 0 auto;
}

.class-detail .thumb-image img{
    min-height: 205px;
    width: auto;
    object-fit: cover;
}
.class-detail h3{
    font-size: 25px;
    line-height: 39px;
    white-space: nowrap;
}
.class-detail h4{
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    color: #203d78;
    line-height: 35px;
    margin-bottom: 0;
}
.class-detail{
    margin-bottom: 60px;
}
.class-detail.mt-title{
    margin-top: 80px;
}
.dl-sidebar .textwidget a{
    font-style: italic;
    font-weight: bold;
    color: #1b3c83;
}

/*.single-class{
    padding: 70px 0px;
}
.single-class img.thumb{
    max-width: 80%;
    margin:0 auto;
}
.single-class .teacher-image{
    background-image: url('images/teacher-frame.png');
    padding: 35px 35px;
    background-size: contain;
    background-position: center;
    height: 100%;
    background-repeat: no-repeat;
    max-width: 230px;
    margin: 0 auto;
    transform: rotate(-2deg) translateY(-50%);
}
.single-class .teacher-image img{
    transform: rotate(-5deg);
}
.single-class .teacher-image.right{
    transform: rotate(deg) translateY(-50%) !important;
}
.single-class .teacher-image.right img{
    transform: rotate(5deg) !important;
}*/
.text-md-left{
    text-align: left;
}
@media only screen and (min-width: 760px) {
    .post-thumbnail img {
        max-height: 135px;
    }
    .height-same {
        min-height: 180px;
    }
}

#top-navigation .enroll-btn + li a {
    background: #fdda59;
    color: #213d77 !important;
    margin-top: 25px !important;
    padding: 10px 5px !important;
}

#top-navigation .enroll-btn + li a:hover {
    background: #203d78 !important;
    color: #fdda59 !important;
    margin-top: 25px !important;
    padding: 10px 5px !important;
}