

@media screen and (min-width: 768px) {
.custom_move_to_left {
    margin-left: -20% !important;
    margin-right: 10% !important;
}
}

@media screen and (min-width: 768px) {
.custom_move_to_right {
    margin-right: -20% !important;
    margin-left: 10% !important;
}
}

.whitebox {
background-color: #fff;
padding: 20px;
}

div.kotak {
    padding: 20px;
background:#fff;
}

div.kotak:hover {
   background: #e8e9ea;
  color: #7d8083;
        -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    cursor: hand;
    cursor: pointer;
    opacity: .9;
}

a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}

.bluebox {
background-color: #223f99;
}

div.kotak2 {
    padding: 20px;
border-radius: 5px;
    border: 2px solid #b6c5d0;
    padding: 20px; 
}

div.kotak2:hover {
   background: #e8e9ea;
  color: #7d8083;
        -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    cursor: hand;
    cursor: pointer;
    opacity: .9;
}

.writing {
font-family: 'Courgette', cursive;
}

.stitched {
   padding: 20px;
   margin: 10px;
   background: #fff;
   color: #fff;
   font-size: 21px;
   font-weight: bold;
   line-height: 1.3em;
   border: 2px dashed #224099;
   border-radius: 10px;
   font-weight: normal;
   box-shadow: 0 0 0 10px #fff, 2px 1px 6px 4px rgba(10, 10, 0, 0);
}

.gform_wrapper .gform_body .gform_fields .gfield input[type=text], .gform_wrapper .gform_body .gform_fields .gfield input[type=email], .gform_wrapper .gform_body .gform_fields .gfield input[type=tel], .gform_wrapper .gform_body .gform_fields .gfield input[type=url], .gform_wrapper .gform_body .gform_fields .gfield input[type=number], .gform_wrapper .gform_body .gform_fields .gfield input[type=password], .gform_wrapper .gform_body .gform_fields .gfield select, .gform_wrapper .gform_body .gform_fields .gfield textarea {
background: #fff;
border: none;
font-size: 15px;
padding: 10px 15px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
transition: background .25s ease-in-out;
-moz-transition: background .25s ease-in-out;
-webkit-transition: background .25s ease-in-out;
width: 98%;
font-weight: normal;
}

.gform_wrapper .gform_body .gform_fields .gfield input[type=text]:focus, .gform_wrapper .gform_body .gform_fields .gfield input[type=email]:focus, .gform_wrapper .gform_body .gform_fields .gfield input[type=tel]:focus, .gform_wrapper .gform_body .gform_fields .gfield input[type=url]:focus, .gform_wrapper .gform_body .gform_fields .gfield input[type=number]:focus, .gform_wrapper .gform_body .gform_fields .gfield input[type=password]:focus, .gform_wrapper .gform_body .gform_fields .gfield select:focus, .gform_wrapper .gform_body .gform_fields .gfield textarea:focus {
background: #f4f5f6;
}

#tamannegara {
padding: 40px 0;
}


nav.content_menu ul li a span:hover {
color : #05bbd6;
}

nav.content_menu ul li.active i,
nav.content_menu ul li.active a{
	color: #04c8b8;
        background-color: #193074;
}

nav.content_menu ul li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
font-weight: 400 !important;
    margin: 0;
    border-right:1px solid #182f71;
}

i.fa.fa-bars{
color: #2cb5ce !important;
}

.portfolio_navigation {
display: none !important;
}

.essb_message_above_share {
padding-bottom: 10px;
font-size: 14px;
}

.page-id-7298, .page-id-187 {
background-color: #170b01;
}