/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/Divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

@import url("../Divi/style.css");

/* =Theme customization starts here */

#top-menu li {
    padding-right: 28px;
    text-transform: uppercase;
}

.et_fullscreen_slider .et_pb_slides,
.et_fullscreen_slider .et_pb_slide,
.et_fullscreen_slider .et_pb_container {
    min-height: 100% !important;
    height: 100% !important;
}

#main-header {
    background: rgba(255,255,255,0.12);
}

#main-header.et-fixed-header {
    background: #fff;
}

.et_fixed_nav #main-header, .et_fixed_nav #top-header {
    background: #fff;
}

.et_pb_title_container h1 {
    font-size: 40px;
    color: #606060 /*#9b9a99*/;
}

.et_pb_text strong {

}

/*.postPageHp .et_pb_post {
    width: 30%;
    float: right;
}*/

.about-img {
    margin: 0 0 30px 40px;
}



#footer-info {
    padding: 3px;
}

#footer-bottom {
    padding: 0;
}

.et-social-icon a {
    font-size: 18px;
}

.footer-widget a {
    color: #fff;
}

.mobile_menu_bar::before {
    color: #fff;
    background: #A0A0A0;
    border-radius: 2px;
}

.topSlider .et_pb_slide{
    min-height: 250px;
}

.topSlider .et_pb_container{
    width: 90%;
}

.topSlider .et_pb_slide_description {
    padding: 9% 0%;
    float: left;
}

.topSlider h2 {
    color: #9b9a99 !important;
    font-size: 29px;
}

#logo {
    max-height: 100% !important;
}

#top-menu li a, .et_search_form_container input {
    letter-spacing: 0.3px !important;
}

.img1 {
    -webkit-box-shadow: -29px 35px 35px -11px rgba(0,0,0,0.11);
    -moz-box-shadow: -29px 35px 35px -11px rgba(0,0,0,0.11);
    box-shadow: -29px 35px 35px -11px rgba(0,0,0,0.11);
    background: #fff;
}

.post-content-inner {
display: none;
}

#main-content {

}

.et-social-icons {
    display: none;
}

.boatTitle {
    padding-bottom: 20px;
}
.boatTitle h3{
    color: #7a7978 !important;
    font-size: 40px;
}

.boatTitle h4{
    color: #404040 !important;
}

.et_pb_gallery_item {
    padding: 0px !important;
    border: 3px solid transparent;
    width: 25% !important;
    margin: 0 !important;    
}

.fluid-width-video-wrapper, .et_pb_video_box, .et_pb_video {
    height: 100%;
}
@media only screen and ( min-width: 980px ) and (max-width: 1100px) {
.entry-content tr td, body.et-pb-preview #main-content .container tr td {
    padding: 1px 7px !important;
    /*background-color: yellow;*/
    
}
tr td:last-child { font-size: 12px !important;  }
}

@media only screen and ( min-width: 1101px ) and (max-width: 1260px) {
.entry-content tr td, body.et-pb-preview #main-content .container tr td {
    padding: 3px 7px !important;
    /*background-color: silver;*/
}
}

@media only screen and ( min-width: 1261px ) and (max-width: 1340px) {
.entry-content tr td, body.et-pb-preview #main-content .container tr td {
    padding: 7px 7px !important;
    /*background-color: gray;*/
}
}

@media only screen and ( max-width: 980px ) {
.entry-content tr td, body.et-pb-preview #main-content .container tr td {
    padding: 4px 6px !important;
    /*background-color: orange;*/
}
tr td:first-child {padding-left: 12px !important;}
.img1 {padding: 0;}
.img1 .et_pb_column {margin-bottom: 0;}

.mobileFilter {
    display: block;
    margin-bottom: 50px;
}

.mobileFilter br {
    display: none;
}

.mobileFilter input[type="submit"] {
    height: 30px;
    margin : -7px 20px !important;
    width: unset;
    padding: 0 20px;
}

.desktopFilter {
    display: none;
}

#searchsubmit {
    margin: 10px 0 !important;
    width: 100% !important;
}
.fake-input, input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], input[type="phone"], input[type="url"], textarea, select {
    width: 100% !important;
}
}

.entry-content tr td, body.et-pb-preview #main-content .container tr td {
    padding: 8px 4px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 0;
    vertical-align: top;
}

tr td:first-child {/*font-weight: bold; border-right: 1px solid #e5e5e5;*/ color: #03678f; white-space: nowrap; /*#0a959b*/}
tr:last-child td { border-bottom: 0;  }

.specTitle {
    font-size: 20px;
    padding-bottom: 20px !important;
    text-transform: uppercase;
    font-weight: bold;
    color: #8fc1c3 !important;    
}
.entry-content table, body.et-pb-preview #main-content .container table {
    margin: 10px 0 15px 0;
    border: 0;
}

.yachtPagePic {
    margin-right: 2.5% !important;
}
.one_third table {
    padding: 0;
    border: 0px !important;
    margin: 5px;
}

.one_third tr td {
    padding: 2px 10px;
}

.divider1 {
    width: 100% !important;
    margin: 0 0 30px 0 !important;
}

.divider1:before {
      content:"";
      height:1px;
      width:100%;
      display:block;
      position:absolute;
        background-image: -webkit-linear-gradient(left, #e5e5e5, #fff, #e5e5e5);
      background-image: -moz-linear-gradient(left, #e5e5e5, #fff, #e5e5e5);
      background-image: -ms-linear-gradient(left, #e5e5e5, #fff, #e5e5e5);
      background-image: -o-linear-gradient(left, #e5e5e5, #fff, #e5e5e5);
      background-image: linear-gradient(left, #e5e5e5, #fff, #e5e5e5);
    }

.one_third td:first-child {font-weight: normal !important;}

#textDiv {
    /*background: rgba(229,229,229,0.8);*/
    background: #fff;
    margin-bottom: 1.2%;
    padding: 20px;
}
.bTitle {
    text-transform: uppercase;
    font-size: 24px;
    background: #e5e5e5;
    padding: 5px 10px;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li {
    font-weight: bold;
}

.et_pb_gallery_grid .et_pb_gallery_item h3, .et_pb_portfolio_grid .et_pb_portfolio_item h2, .et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2 {
    font-size: 17px;
}

/* THREE COLUMN PORTFOLIO GRID LAYOUT */
 
@media only screen and ( min-width: 768px ) {
 
.three-column-grid .et_pb_grid_item {
    width: 31.663% !important;
    margin: 0 2.5% 3.5% 0 !important;
}
 
.three-column-grid .et_pb_grid_item p{
    /*text-transform: uppercase;*/
} 
.three-column-grid .et_pb_grid_item:nth-child(3n) {
/*margin-right: 0 !important;
*/}
 
.three-column-grid .et_pb_grid_item:nth-child(3n+1) {
clear: left;
}
 
.three-column-grid .et_pb_grid_item:nth-child(4n+1) {
clear: unset !important;
}
 
}

@media only screen and ( max-width: 768px ) {
.et_pb_section {
}
.topSlider .et_pb_slide{
    height: 170px;
    min-height: 170px;
}
#mainSection {
    padding: 20px 0;
}
.et_pb_row {
    padding: 10px 0;
}
.et_pb_title_container h1 {
    font-size: 26px;
}
.et_pb_column {
    margin-bottom: 10px;
}
}

@media only screen and ( max-width: 750px ) {

.postTitle .entry-title {
    width: 100%;
}
}


@media only screen and ( max-width: 440px ) {
.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
    height: 50px;
}
.et_pb_post h2 {
    padding-bottom: 10px !important ;
}
}
.hpMainSection {
    /*margin-top: -80px;*/
}
.et_pb_grid_item {
    background: #fff;
    padding: 7px;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {
    color: #606060;
    background-color: #cfcfcf;
}

.fake-input, input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], input[type="phone"], input[type="url"], textarea, select {
    padding: 14px 18px;
    outline: none;
    font-size: 15px;
    color: #909090;
    margin: 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #fcfcfc;
    font-weight: 500;
    border: 1px solid #e0e0e0;
    opacity: 1;
}

.job_filters_links a, a.button.gray.app-link.opened, .resume-manager-add-row, .upload-btn, .load_more_resumes, button, .button, a.vc_inline-link, a.post-edit-link, input[type="button"], input[type="submit"], a.button, .vc_btn3 {
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    outline: none;
    overflow: hidden;
    line-height: 27px;
    position: relative;
    z-index: 10;
    color: #fff;
    background-color: #2ba5f7;
    border: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 0px;
}
.et_pb_portfolio_item {
    -webkit-box-shadow: -29px 35px 35px -11px rgba(0,0,0,0.11);
    -moz-box-shadow: -29px 35px 35px -11px rgba(0,0,0,0.11);
    box-shadow: -29px 35px 35px -11px rgba(0,0,0,0.11);
    background: #fff;    
}

.et_mobile_menu {
    border-top: 3px solid #000;
}

#et-top-navigation {
    padding-left: unset !important;
}
.et_overlay {
    background: rgba(255, 255, 255, 0.6);
}

#logo {
    max-height: 58%;
    max-width: 58% !important;
}

#mainSection {
    /*background-color: #c9c9c980 !important;*/
}

.et_pb_toggle_close {
    padding: 11px;
    margin-bottom: 1.75% !important;
}

.et_pb_toggle_open {
    padding: 11px;
}

.ymMenuItem a{
    border-top: 1px solid;
    padding-top: 3px;
}

@media (max-width: 1150px) {
 #et_mobile_nav_menu {
 display: block;
 }
 
#top-menu {
 display: none;
 }
}

@media only screen and ( min-width: 1151px ) and (max-width: 1350px) {
 #top-menu li {
    padding-right: 18px;
}
}

.et_pb_slide_video {
    position: relative;
    top: 26%;
    width: 30%;
    left: -6.5%;
    border: 5px solid #fff;
}

#footer-widget3 .textwidget, #footer-widget4 .textwidget {
    border: 2px solid #fff;
}

/* new css */

.et_pb_blurb_container {
    text-align: center;
}

.et_pb_blurb {
    background: #F2F2F2;
    padding: 15px;
}

.postCount {
    background: #e3e3e3;
    width: 30px;
    /* text-align: center; */
    margin: auto;
    color: #909090;
}

.count {
    float: right;
}

.et_pb_main_blurb_image {
    margin-bottom: 0px;
}

.hpBlurb {
    float: left;
    width: 23%;
    border: 0px solid;
    margin: 1%;
    height: 160px;
    background: #f7f7f7;
    border-radius: 4px;
}

.hpBlurb:hover {
    background: #49b5fd;
    transition: 0.5s;
    -moz-transform: scale(1.07);
    -webkit-transform: scale(1.06);
    color: #fff;
}

.hpBlurb:hover a {
    color: #fff;
}

.hpBlurb:hover .postCount {
    background: #489cd4;
    color: #fff;
}

.et_pb_blurb_container h4 {
    color: #666;
    font-size: 15px;
    padding-top: 6px;
    padding-bottom: 16px; 
}

@media only screen and ( max-width: 980px ) {
.hpBlurb {
    width: 45.2%;
    margin-bottom: 7px;
    margin-right: 7px;
    margin-left: 7px;
}
}

.language1 {
    float: right;
    padding-left: 30px;
    margin-top: 8px;
}

.language1 a{
    padding-bottom: 5px;
    float: right;
    padding: 3px;
}

#searchform .screen-reader-text {
    display: none;
}

#searchform input[type="text"] {
    width: 50%;
    float: left;
    border-radius: 4px;
}

#searchform input[type="submit"] {
    border: 1px solid #e0e0e0;
    float: left;
    margin: 0 20px;
    background: #fff;
    color: #000;
    padding: 11px 26px;
}

.topSearchBox {
    /*background-size: inherit;
    background-repeat: repeat-x;*/
    padding: 2% 0;
    background: url(http://telegram-group.com/wp-content/uploads/2019/03/Untitled-6.jpg);
    padding: 17px 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat !important;
    background-color: #fff;
}


.but1 {
    padding: 3px 9px;
    color: #fff;
    margin: 0 5px;
    border-radius: 3px;
}
.butChannel {
    background: #3d8d25;
}

.butGroup {
    background: #363e34;
}
.butBot {
    background: #6e3a9f;
}

.et_pb_post h2 {
    margin-top: 3px;
    float: left;
    font-size: 18px;
    margin-right: 15px;
}

#searchsubmit {
    background: #2ba5f7;
    margin: 0 20px;
    height: 51px;
    width: 70px;
    border-radius: 4px;
}

#searchsubmit:hover {
    opacity: 0.8;
}

#searchsubmit .fa {
    font-size: 20px;
}

.post1 {
    border: 0px solid;
    padding-top: 10px;
}

.post1blog {
    clear: both;
    margin-bottom: 20px;
}
.postTitle {
    border: 0px solid;
    width: 100%;
    /*padding: 15px 5px;*/
    padding: 0;
}

.singlePostLeftArea .postTitle {
    padding-bottom: 30px;
}
.post1 i{
    padding: 5px;
}

.postIconSmall {
    float: right;
}

.postIconSmallImage111 {
    float: right;
}
.archive .et_pb_post, .category .et_pb_post, .blog .et_pb_post {
    border: 1px solid #c0c0c066;
    border-left: 2px solid #dedede;
}

.archive.et_pb_post, .category .et_pb_post, .blog .et_pb_post {
    border: 1px solid #c0c0c066;
    border-left: 2px solid #dedede;
}

.postPage .et_pb_post {
    border: 0;
    border-left: 2px solid #dedede;
    border-right: 0;
    border-left: 0;   
}

.postPage .postIcon {
    display: none;
}

.postPage .et_pb_post h2 {
    width: 100%;
    font-size: 25px;
}


.et_pb_post {
    margin-bottom: 0;
    border-bottom: 1px solid #c0c0c066;
    padding: 20px 6px;
    
}

.singlePostLeftArea .et_pb_post {
}

.singlePostLeftArea .post1 {
    margin-top: 20px;
}

.singlePostLeftArea .entry-content {
    padding-top: 10px;
}

.singlePostLeftArea .button {
    margin-top: 30px;
    margin-right: 30px;
    width: 200px;
    border-radius: 3px;
    text-align: center;
}

.singlePostLeftArea .et_pb_post {
    padding: unset;
}

#main-content .container::before {
    content: unset;
}

.bannerContainer {
    /* float: right; 
    background: yellow; */
    width: 100%;
    height: 100%;
    color: #000;
    text-align: center;
}

.banner {
    display: inline-block;
}

.categoryTitle {
    font-size: 44px;
    padding-bottom: 42px;
}

.categoryTitleBlog {
    padding-bottom: 0;
}


.pagination {
    display: none;
}

#footer-info {
    float: none;
    text-align: center;
    color: #ffffffb3;
    padding: 10px;
}

#footer-info a {
    color: #ffffffb3;
    font-weight: unset;
}

.et_pb_text_align_right {
    text-align: left;
}

.et-pb-icon {
    font-size: 30px;
}

.et-pb-icon:hover {
    color: #fff;
}

.et_pb_blurb_content {
    padding-top: 29px;
}

.et_pb_section {
    padding: 2%;
}

.et-pb-icon {
    color: #2ba5f7; /*#0A474E*/
}

.title {
    padding: 10px 20px 3px 20px;
}

.title h1, .title h5, .title h2{
    
}

.group-icon {
    color: #363e34;
}

.channel-icon {
    color: #3d8d25;
}

.blog1 .et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
}

.blog1 {
    padding: 2% 0;
}

#main-content .container {
    padding-top: 20px;
}

.home15 {
    padding-top: 0 !important;
}


@media only screen and ( min-width: 980px ) {
.home15 .et_pb_row {
    padding: 20px;
}
.mobileFilter {
    display: none;
}
.desktopFilter {
    display: block;
}
}

@media only screen and ( max-width: 699px ) {
    .but1 {
        float: right;
    }
    .post1 {
        clear: both;
    }
}



@media only screen and (max-width: 978px) {
#content-area {
    display: flex;
    flex-direction: column;
}

#sidebar {
    order: 1;
    -webkit-order: 1;
}
#left-area {
    order: 2;
    -webkit-order: 2;
}

.frm15text {
    margin-right: 10px;
    width: unset !important;
}
}

.frm15  input[type="submit"] {
    margin-top: 10px;
    margin-bottom: 20px;
}

.frm15text {
    float: left;
    width: 90%;
}

.frm15  input[type="checkbox"] {
    float: left;
    margin-top: 6px;
}

.frm15  input[type="submit"] {
    float: left;
}

#menu-item-6968 .sub-menu {
    background: #CAD6DA;
}

#menu-item-6968 .sub-menu li {
    padding: 0 10px;
    line-height: 18px;
}

#menu-item-6968 .sub-menu a {
    background: unset;
}

.categoryText {
    padding: 0 0 20px;
    width: 100%;
}

#et_mobile_nav_menu .language1 a {
    padding: 3px 10px;
}

@media only screen and ( min-width: 700px ) {
.postIcon {
    width: 78px;
    min-height: 100px;
    float: left;
    border: 0px solid;
    background: url(http://telegram-group.com/wp-content/uploads/2019/03/Untitled-10.png);
    background-position: top 3px;
    background-repeat: no-repeat;
}   
}

.home15 .et_pb_row {
    width: 100%;
}

.hpBlurbsMore {
    display: none;
}

.hpBlurbsMorePosts {
    display: none;
}

.hpBlurb:hover {cursor: pointer;}
.et_pb_post:hover {cursor: pointer;}

.et_pb_post:hover {

     background: #e5e5e580;
}

.et_pb_blog_grid .et_pb_post:hover {
    background: unset;
}

.et_pb_blog_grid .more-link:hover {
    background: #282828;
}

.singlePostLeftArea .button:hover {
    background: #282828;
}

.singlePostLeftArea .et_pb_post:hover {cursor: unset;}

.singlePostLeftArea .et_pb_post:hover {

     background: unset;
}

.showMore {
    text-align: center;
    padding-top: 30px;
    font-size: 26px;
    padding-bottom: 20px;
}

.showMore a {
    background: #2ea3f2;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}


.showMore a:hover {
    background: #282828;
}

#show {
    float: left;
    width: 100%;
}

.et_left_sidebar #left-area {
    float: left;
    padding-left: 0;
    padding-right: 5.5%;
}

.et_pb_button::after {
    content: "";
}



.et_header_style_left #et-top-navigation nav > ul > li > a {
    margin-bottom: 22px !important;
    padding: 10px 7px !important;    
}

#top-menu li.current-menu-item > a, #top-menu-nav > ul > li > a:hover {
    background: #2ba5f7;
    color: #fff !important;
    border-radius: 2px;  
}

.more-link {
    background: #2ba5f7;
    color: #fff;
    padding: 3px 9px;
    border-radius: 4px;
    display: table !important;
    margin-top: 7px;
}



.breadcrumbs {
    font-size: 15px;
    padding: 0px 0 0;
    margin: auto;
    max-width: 1235px;
    width: 80%;
    background: #FFFFFF;
    margin-top: 20px;
    color: #606060;
    padding: 0 10px;
    border-radius: 16px;
    margin-bottom: 20px;
}

.breadcrumbs a:hover {
    color: #2ba5f7;
}

.breadcrumbs a {
    font-size: 15px;
    color: #606060;
}

.breadcrumbs .home {
    display: none;
}

.breadcrumbs .main-home {
    display: none;
}


.home .container {
    width: unset;
}

#main-header {
    width: 80% !important;
    margin: auto;
    max-width: 1235px;
}

.home .container {
    max-width: unset;
    width: 100%;
}

.et_menu_container {
    width: 100%;
    max-width: 1235px;
}

.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
    margin-right: 3.5%;
}

.et_pb_blog_grid .column.size-1of3:nth-child(3n) {
    margin-right: 0 !important;
}

.et_pb_blog_grid_dropshadow .et_pb_post {
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}